diff --git a/get_image.py b/get_image.py new file mode 100644 index 0000000000000000000000000000000000000000..98fd1f540ef7f0a8ad0d446885ab76c1db57a3ab --- /dev/null +++ b/get_image.py @@ -0,0 +1,91 @@ +import json +import requests +import os +from concurrent.futures import ThreadPoolExecutor +from pathlib import Path +import time +from tqdm import tqdm +import logging + +logging.basicConfig( + level=logging.INFO, + format='%(asctime)s - %(levelname)s - %(message)s' +) +logger = logging.getLogger(__name__) + +def download_image(item): + image_id = item['image_id'] + prompt = item['prompt'] + url = f"https://api.recraft.ai/image/{image_id}" + + output_dir = Path("downloaded_images") + output_dir.mkdir(exist_ok=True) + + image_path = output_dir / f"{image_id}.jpg" + prompt_path = output_dir / f"{image_id}.txt" + + try: + if image_path.exists() and prompt_path.exists(): + logger.info(f"File exists, skipping: {image_id}") + return True + + response = requests.get(url) + response.raise_for_status() + + with open(image_path, 'wb') as f: + f.write(response.content) + + with open(prompt_path, 'w', encoding='utf-8') as f: + f.write(prompt) + + logger.debug(f"Successfully downloaded: {image_id}") + return True + except Exception as e: + logger.error(f"Download failed {image_id}: {str(e)}") + return False + +def main(): + print("=== Recraft Image Downloader ===") + + if not Path('merged.json').exists(): + logger.error("merged.json file not found!") + return + + try: + with open('merged.json', 'r', encoding='utf-8') as f: + data = json.load(f) + except Exception as e: + logger.error(f"Failed to read JSON file: {str(e)}") + return + + total_images = len(data['recraft_images']) + print(f"\nFound {total_images} images") + + user_input = input("\nStart downloading? (y/n): ") + if user_input.lower() != 'y': + print("Download cancelled") + return + + success_count = 0 + start_time = time.time() + + print("\nStarting download...") + with ThreadPoolExecutor(max_workers=10) as executor: + results = list(tqdm( + executor.map(download_image, data['recraft_images']), + total=total_images, + desc="Download Progress", + unit="images" + )) + success_count = sum(results) + + end_time = time.time() + + print("\n=== Download Complete! ===") + print(f"Success: {success_count} images") + print(f"Failed: {total_images - success_count} images") + print(f"Total time: {end_time - start_time:.2f} seconds") + print(f"Average speed: {total_images / (end_time - start_time):.2f} images/sec") + +if __name__ == "__main__": + main() diff --git a/hard_flash.json b/hard_flash.json new file mode 100644 index 0000000000000000000000000000000000000000..a535a05cdaf33ac961f49cd146b586e03747ecf4 --- /dev/null +++ b/hard_flash.json @@ -0,0 +1,127444 @@ +{ + "recraft_images": [ + { + "create_time": "2024-11-06T01:51:59.075169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "affe007a-5a07-4d11-bcf6-b5a5cf2d9658", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 91, + "prompt": "Make me a picture of a child watching a house catch fire, the child overlooks the valley, the small house catches fire in the field. Make a realistic style, i want a perfect details", + "public_commercial_use": false, + "recraft_id": "ff4e3318-266b-40b4-b25b-186bee134c05", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-18T03:32:34.246011Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ded561f-a802-4c65-b7ba-8e5617f15969", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 46, + "prompt": "Polaroid photo of a (small frog in the corner of a room in a mansion playing the ukulele:1.2), Silhouette of people watching in the foreground,", + "public_commercial_use": false, + "recraft_id": "6a5b8c1f-68c3-4953-ae0c-b9ed80819421", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-21T07:58:23.56112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f2e6f80-9c14-4289-8e2f-5d40596f7370", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 78, + "prompt": "Garfield stands in the sunshine blowing bubbles", + "public_commercial_use": false, + "recraft_id": "e031d082-078e-4768-9d15-c36832e32c60", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-30T04:57:59.761351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5254e7dc-a469-4862-8c3e-1a75f405bc56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 16, + "prompt": "Smartphone mockup with blank white screen in motor bike in local area", + "public_commercial_use": false, + "recraft_id": "9a8e9d73-a3d3-4495-9d8f-9aef481ac56d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-22T03:33:36.385531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "997e3ad1-1414-4345-8939-387c37860414", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 43, + "prompt": "An old BMW in the snow There are two balloons on the roof of the car", + "public_commercial_use": false, + "recraft_id": "4a33c045-5d93-4e03-b368-e6eb88a76e73", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-10T01:22:18.81055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d19ac22-1563-4952-86d9-afb4d29ab073", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 52, + "prompt": "generated a set of image based on your prompt featuring a luxurious golden lipstick on a velvet red background.", + "public_commercial_use": false, + "recraft_id": "8e9c0a07-109b-4542-bbee-a31875deef2a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-20T21:48:48.83875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8fc5a2f-168e-4819-a69e-4096b5cd60b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 11, + "prompt": "smartphone with message", + "public_commercial_use": false, + "recraft_id": "23966610-d618-4ae9-9d13-3f5171d791b7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-14T21:56:49.787517Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "17a2ca8d-330e-4e92-ba93-980a40cd7118", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 17, + "prompt": "RARE CREATURE distorted body, crazy glitch, noise, x-ray, 8k, ugly, deformed, noisy, blurry, intrincate", + "public_commercial_use": false, + "recraft_id": "ae7ea180-6f2d-4059-9a52-79e40aa69d2b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-17T03:33:25.106349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b87a9fc-62aa-4e74-aa62-050b11f939f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 18, + "prompt": "\"A twisted bonsai tree with knotted branches and sparse leaves, placed in a ceramic pot on a plain white surface, illuminated by a harsh flash that casts dramatic shadows on the wall behind.\"", + "public_commercial_use": false, + "recraft_id": "c6147cc7-e0a4-4e23-90b9-7759f5eb95a5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-09T11:45:01.035995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e607af7-e21e-4ef6-9ad8-3ca660468038", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 26, + "prompt": "GUNDAM giant, origami, Japanese aesthetic photographic 4k", + "public_commercial_use": false, + "recraft_id": "7d87fd5e-786e-4838-8c5b-98b8dedbeecc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-05T09:44:41.991629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7df4033b-4bae-4b49-a0ed-3de6296d022c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 46, + "prompt": "mangling kim 2015, london, in the style of konstantin somov, vibrant pop surrealism, erik jones, religious subjects, ghostly forms, bo bartlett, apocalyptic collage", + "public_commercial_use": false, + "recraft_id": "0f72d353-bc36-49f1-b92f-f6f1682e9d0d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-09T10:11:27.13382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d7fb795-030e-467d-baaf-e0131807bee0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 42, + "prompt": "graffiti on the wall text \"NBW\"", + "public_commercial_use": false, + "recraft_id": "1789792d-159c-4647-a390-7a7fab3a3b23", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-15T10:21:50.18086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0610bb1-7b42-4a03-8c80-c4dd281846e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 61, + "prompt": "Femme de loin dans la nature", + "public_commercial_use": false, + "recraft_id": "808194a6-4181-4304-980f-dba89422d35a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-15T01:21:18.981924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c3e6bc6-a71f-45cb-9383-327e97a285f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 45, + "prompt": "A man is holding a vintage film camera, aimed straight at the lens. Behind him, a minimalist white wall serves as a clean backdrop. The camera's flash is captured mid-action, illuminating the scene.", + "public_commercial_use": false, + "recraft_id": "35350c86-c003-40f5-bccf-04379f598990", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-09T05:50:32.3167Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 59, + "prompt": "Shot on 35mm, a 24 year old black man wearing a open rain jacket and a white t shirt in a city park in the morning, the tshirt is the main focus of the photo", + "public_commercial_use": false, + "recraft_id": "026eb9be-4ad1-44a1-8612-86de0a2c7062", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-21T07:14:12.719165Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1192541-c55f-4b7e-8e58-6f6a4bb11d83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 45, + "prompt": "dog eating banana with blue wings and headphones", + "public_commercial_use": false, + "recraft_id": "85fbd4ca-6a34-4457-b5e3-43b8fa776c88", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-12T07:37:10.524928Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "29b136bc-4013-46ce-8c74-f442ecc9d02e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 33, + "prompt": "Two seamstresses sewing a minimalist wedding dress with threads, patterns and white fabrics at their side", + "public_commercial_use": false, + "recraft_id": "3ee8adba-f3f1-4c45-b9f9-c7487ce3263b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-22T02:43:26.693564Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acc01419-731b-4953-9f75-9360a01917ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 23, + "prompt": "green sky a little cat play the guitar", + "public_commercial_use": false, + "recraft_id": "9e8872ac-eca7-457c-995a-4f6532e9d8c1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-30T17:35:39.306339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 34, + "prompt": "The layout features two kodak photos side by side. Korean. one photo is his young face of 18-years-old.another photo is his old face of 60-years-old.", + "public_commercial_use": false, + "recraft_id": "e2cc729a-5117-4ca2-b263-d52cfc808c85", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-26T08:15:00.26244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 10, + "prompt": "a classical musician from 1800 playing violin on a crowded crosswalk in China. A lot of people are walking in front of him.", + "public_commercial_use": false, + "recraft_id": "70141875-df49-4651-9d5f-65da61f8fbed", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-20T13:57:27.373018Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f4999e9-aea5-4412-bdf9-ee1287b5b1aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 29, + "prompt": "dos fantasmas en un sofa cutre, uno de ellos lleva una maleta", + "public_commercial_use": false, + "recraft_id": "384eea2c-fb25-4ef3-9a6b-9ad869891df4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-09T15:31:01.754553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d46a9558-e72e-48b0-8e8f-bf026b1d5ff9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 43, + "prompt": "What if?", + "public_commercial_use": false, + "recraft_id": "a583a177-8fe0-4c07-b2c4-a52d73c63028", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-11T17:00:02.732593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c3fcaef-3eac-4c20-9226-7e87123e41eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 16, + "prompt": "Albino Man in a grey background with a black mask on, mugshot, bizarre", + "public_commercial_use": false, + "recraft_id": "60487942-2c5e-48e3-91d7-66d3f4c591ed", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-09T11:48:51.929629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15a01335-5f7e-4d47-966e-1669d52f10d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 36, + "prompt": "mother-in-law argues looking in the camera", + "public_commercial_use": false, + "recraft_id": "d2ace798-e2b8-4a99-bdda-cf19590e4a4c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-17T11:11:44.278415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f4a329c-c45b-4b6e-9591-8d176a3c9614", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 39, + "prompt": "images of a smurf with a cat's face (but blue) and a mushroom hat. smurf walks in the forest", + "public_commercial_use": false, + "recraft_id": "0a77fee1-ca43-412e-b17f-df3a03f9751e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-06T10:05:51.549853Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5dfc0d7d-392b-433d-88c3-b9a07d579a3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 23, + "prompt": "2 women, 1 man cheering with their glasses of champagne. There must be the \"ELEV\" Logo written on the wall in helvetica black", + "public_commercial_use": false, + "recraft_id": "5f935ed3-8947-4e61-a2fb-d2cc1e1a7e2e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-08-28T04:12:47.053465Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "9fd738c4-edca-43b1-8b24-7236f0e9219e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 67, + "prompt": "blonde in a blue medical intern uniform. holding a medical tablet with the inscription \"Scrubs\". absolutely white background", + "public_commercial_use": false, + "recraft_id": "050ce248-0e94-4899-af3d-62ee9b05a8fe", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-17T13:59:31.302981Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "414e33d8-d846-41e1-a0de-26192a2d8210", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 33, + "prompt": "Hyperrealistic shot of freshly baked croissants being pulled out of an oven. The golden, flaky layers of the croissants are perfectly puffed, with a crispy, delicate crust. Steam rises gently from the hot pastries, and a warm buttery sheen glistens on their surface. Cold, high-contrast lighting emphasizes the rich textures of the layers, and HDR rendering captures every fine detail, from the golden color of the croissant to the intricate folds in the dough", + "public_commercial_use": false, + "recraft_id": "9fc4f649-44e5-48fd-9c41-402b453a971c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-26T12:07:05.638729Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "d524ce36-aa49-49ad-ad99-e022c5c90ab2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 11, + "prompt": "Fish flying in the sky, because they are hanged by red balloons", + "public_commercial_use": false, + "recraft_id": "9e1ea19a-a410-43e6-8bd2-30c6a8467188", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-31T15:28:07.961917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8af1036d-beeb-405f-80ff-7feeb60923ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 53, + "prompt": "Huge gold text \"ARSEN\" in the center on a dark background.", + "public_commercial_use": false, + "recraft_id": "95606ed1-93d8-4758-b086-63388c7ff626", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-14T13:36:58.365178Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3f5d199-2872-445d-83a0-370a4aac548c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 63, + "prompt": "A Starbucks coffee cup in a bench park. ", + "public_commercial_use": false, + "recraft_id": "de977f10-5122-44ad-8383-d994461aea20", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-08T02:34:12.481421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32e9e7b1-e142-468c-8aee-c7e7ce953212", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 26, + "prompt": "long pink wig on a fake head, for instagram", + "public_commercial_use": false, + "recraft_id": "46d08bff-a643-4726-9d42-47e2e692ab86", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-08-29T02:34:56.380931Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8c2354e6-0e01-412e-b6d8-883949803863", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 34, + "prompt": "Pareidolia feijoada misofobia", + "public_commercial_use": false, + "recraft_id": "f5e0f2bf-09f6-4f5e-ab7e-88b3d8173257", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-25T04:27:30.716985Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9f59706e-ae5e-4b43-b3e0-d8e29bd88f75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 23, + "prompt": "A yellow dog with disheveled fur stands on a hillside watching an owl", + "public_commercial_use": false, + "recraft_id": "abaaef38-1996-4898-8398-b0fc01d3dc44", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-12T10:41:14.726146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65db0bae-ddf4-4fc6-a7e6-cae63d78ce41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 48, + "prompt": "unkempt fat young man in a suit, serious facial expression", + "public_commercial_use": false, + "recraft_id": "662683cc-e047-419d-906b-73bde6a8b291", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-24T01:09:59.106338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 12, + "prompt": "A green apple in a Christmas hat turns on a computer to work in the snow, the apple doesn't look like a human and the hat fits the apple, the computer screen is figma", + "public_commercial_use": false, + "recraft_id": "3c8ef2ff-7551-45e0-a0b6-d8af8e7fb82b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-17T12:28:16.158832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ecc50b9-ee78-4a0c-be95-f3448ac1326f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 23, + "prompt": "A photo of exotic Eastern Europe Supermodel. Lurking in the dark, extreme detailed skin, sharp big eyes, small pointy nose, chapped pouty lips, sharp chin, beautiful cheeks, dimples, freckles, innocent eyebrows, medium short silky hair, cropped down worn ripped t-shirt with playful graphics, 4k, natural light, ", + "public_commercial_use": false, + "recraft_id": "d68d9533-99ed-4679-a6b6-487dd5b29172", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-21T07:04:43.233041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8feebe14-6ef9-436d-a5ba-b3fab9d26424", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 65, + "prompt": "White snow, a black cow cat, red sky", + "public_commercial_use": false, + "recraft_id": "9cfdbd1b-5d2c-4b5e-b760-c7629ba5dc93", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-11T02:32:57.216368Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a75f0243-34aa-4cbb-bd0b-4dec5b0a4113", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 17, + "prompt": "white color shiba-inu, wear glass, ", + "public_commercial_use": false, + "recraft_id": "d3f48db6-326e-4bc5-bff9-7cc626fff0f6", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-11T13:39:30.628795Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "0cea50d2-09e4-45cf-95be-42bf64d30533", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 59, + "prompt": "the bag is stuffed with groceries from stores, the groceries are also sticking out of the bag", + "public_commercial_use": false, + "recraft_id": "a4db0c36-90aa-45ae-bb60-ed13b592cb29", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-23T05:14:17.444359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8cbf11db-64b8-4eba-af4a-f149920034a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 14, + "prompt": "Batman is reading a book and determined to change the world", + "public_commercial_use": false, + "recraft_id": "1f9cb433-a9ca-4609-9d07-5ad082de4ba1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-10-31T06:59:13.022907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e240366d-fc85-4d0f-9eb4-92ebb1261749", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 28, + "prompt": "text \"MemeGUCCI\" tatoo on man back", + "public_commercial_use": false, + "recraft_id": "2ebdd5b3-4698-43b6-a01e-affed2ad440d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-10-30T08:33:09.614148Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "35ce53d5-262b-4e6a-97a7-65bdf077b7c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 36, + "prompt": "Create a highly realistic image of a cute 20-year-old guy with a love-struck expression in his eyes. He should have a warm smile and an expression filled with wonder and affection. His appearance should be natural, with a few freckles on his face and his hair styled casually. Set the background outdoors, capturing the beauty of nature, while he embodies the essence of being in love.", + "public_commercial_use": false, + "recraft_id": "b2cfa40b-7e16-4dd7-b92a-9ade1953e4fd", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-12T01:53:54.999883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4611f873-9ba4-4e1d-801b-e732f618bb69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 56, + "prompt": "Close up candid street shot of a lively character in the streets of new york city. Cartoonish features make this character unique ", + "public_commercial_use": false, + "recraft_id": "3cda3e10-afba-4b77-9048-4436b0f8a5b8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-14T22:11:16.510187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79e968e9-e65b-4c7e-8a6a-4b6119437c98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 32, + "prompt": "Androgynous Person in y2k fashion sits bored at a heavy table with a glass of milk staring apathic into camera", + "public_commercial_use": false, + "recraft_id": "e2df1caf-31ea-428a-b5cb-97bae49616e6", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-12T16:08:13.831776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b6f1554-8f8d-4705-af83-36800c893088", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 23, + "prompt": "young man oversize T-shirt, arm with a realistic tattoo in black ink depicting a dog", + "public_commercial_use": false, + "recraft_id": "97226289-4568-49fc-b0aa-cbb397978793", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-08T03:38:34.829272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "783ccd51-023d-4cea-a803-96b78cf9e778", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 21, + "prompt": "tree house", + "public_commercial_use": false, + "recraft_id": "ecc93583-3d1e-4c0d-bd60-7211cfa0c388", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-06T11:46:26.351722Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8220e6df-e48b-4c9c-b678-f445d1afcb74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 59, + "prompt": "shiba making burger", + "public_commercial_use": false, + "recraft_id": "5901529a-6f32-4f13-a169-3a7600c2fba3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-08T01:12:20.074784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82992203-41bb-4e3e-8909-194d4ad74121", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 43, + "prompt": "Rainbow glare in Tokyo", + "public_commercial_use": false, + "recraft_id": "08800d26-c931-47d7-83df-ba203e24ca23", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-20T15:00:25.797805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d98f8c16-0809-4849-8fb9-749db3e8366d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 17, + "prompt": "Make a big open eye looking down hostilely onto Moscow city from the sky. The city of Moscow is in dystopian style", + "public_commercial_use": false, + "recraft_id": "7bd50887-1080-4337-a401-0085c0789163", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-08T01:01:25.215363Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "75c39b0b-4d94-4725-97a9-b820a9edd7da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 80, + "prompt": "photo of a sheep, surrounded by wolf in circle, forest, camera flashligh, raw photo", + "public_commercial_use": false, + "recraft_id": "2effabb8-bc02-4577-9da5-3aa7f9d37d5c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-08-28T19:52:49.414116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08c52d71-2928-48fe-8fd6-a915af09b725", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 91, + "prompt": " Cute frog in a Towelling turban and the bathrobe is sitting at Japanese Ramen restaurant and eating long and thick noodles from a huge bowl of ramen using chosticks ", + "public_commercial_use": false, + "recraft_id": "9d86b53d-ab9e-463c-acb1-0541da3e6ffb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-26T09:14:54.695294Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4c0d98b-de56-4031-af5b-5ea9a86b1f1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 4, + "prompt": "suit and tie, pink, in heavy snow, umbrella", + "public_commercial_use": false, + "recraft_id": "3456aa54-18cf-4f73-bfff-cbb791b758c5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-26T06:45:37.068363Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "105ca7e2-1234-44a4-b155-1b807a483555", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 4, + "prompt": "It was a sunny day, it was late autumn in the park, the leaves on the trees had turned yellow and some had fallen to the ground, and there were benches along the road and a medieval castle in the distance", + "public_commercial_use": false, + "recraft_id": "085fcda9-abb2-4ae1-9fee-dbbc713b2265", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-26T02:34:11.254065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ccccd3c-1eb5-4e17-93dd-c556249ed1be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 10, + "prompt": "A pug wearing a rainbow hat is in the dandelion grassland.", + "public_commercial_use": false, + "recraft_id": "a3b25c61-557f-4c46-a3cb-5f5c8c4aaabf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-15T11:29:36.649177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca9de041-4bcd-4759-aba4-0f6409d5e7a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 33, + "prompt": "Portrait professionell linkedin de Thomas, 38 ans, manager en entreprise", + "public_commercial_use": false, + "recraft_id": "2318ccd2-cc97-4d48-94b2-cba5fdc4de76", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-14T09:43:36.100631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 16, + "prompt": "ear", + "public_commercial_use": false, + "recraft_id": "363e9b93-4b60-42b1-8607-530127d97ccb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-05T04:56:44.605838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "997f0014-e6b1-49da-baa8-be0bcefb582c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 44, + "prompt": "shiba making pizza", + "public_commercial_use": false, + "recraft_id": "3c707622-1c70-4cb7-860b-48ff254c885e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-12T16:10:35.351626Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "43640aad-09ed-4adc-88d4-2be9e3bf537d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 62, + "prompt": "Weird creature in detailed vinyl store, analog photography", + "public_commercial_use": false, + "recraft_id": "9c43341a-c7e2-477e-8a64-f4109e1f32e8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-24T08:08:59.282468Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0969d081-9253-4aa3-a15b-e952e2485660", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 19, + "prompt": "Mr. Violent Bunny stood in the rush of traffic and stared ahead", + "public_commercial_use": false, + "recraft_id": "1b1bcbdd-16ea-4879-8a69-7bdcca61adb0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-09-10T18:01:07.541369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "152818f2-645c-47a6-908e-86a6c102f8c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 45, + "prompt": "various personal belongings of a person, revealing the character and hobbies, lifestyle. all this is filled with epoxy resin in the form of a full-length human figure. as a result, these are 2 human sculptures filled with epoxy resin, which looks like glass.", + "public_commercial_use": false, + "recraft_id": "7490acd3-2e2d-454b-af73-35396d0542b5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-24T07:03:52.980998Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "dd4772be-8a8c-4a45-b000-af5b185ec2de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 30, + "prompt": "Goldfish swimming in bedroom, dvd, surreal, movie shot", + "public_commercial_use": false, + "recraft_id": "48d200ac-396a-4d6b-a693-c960185c3e93", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-05T12:03:04.695754Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 21, + "prompt": "Talent Acquisition Specialist", + "public_commercial_use": false, + "recraft_id": "a3c38db7-e084-46cc-9e4b-679a38f6922a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:28:52.414223Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "988fc51e-c947-478d-a4e0-375cc1409496", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat making coffee behind a bar counter and a little white dog waiting", + "public_commercial_use": false, + "recraft_id": "ad3b4927-2981-4179-8e57-1700a7ff2d6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:03:08.74015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9916afc-ebfc-47fe-84d0-a3d1fd331c08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Tangovoi \" in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "4cc8588d-c254-4f10-9b3b-211d074c3bec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:21:13.899697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a1d4b86-5f06-4549-9754-fc91fe200d6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow day, road, snow, dream, a person, vintage car", + "public_commercial_use": false, + "recraft_id": "03b6e575-3555-476c-b269-b0fdf9ea2920", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:56:56.560037Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdd16910-2153-42b2-aa75-2173bd888d9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty, Bichon Frise puppy, Maltese puppy, snow, playground", + "public_commercial_use": false, + "recraft_id": "447f88d6-3be1-4e66-b7eb-b37e8f866408", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:37:54.252567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a75beef2-cae3-4c94-880b-9dac9e4a6170", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cow cat takes photos and plays in front of the snow. There are many butterflies and heavy snow beside it. Next to it is the sea.", + "public_commercial_use": false, + "recraft_id": "4981faaa-4377-4c0a-9e0f-017869992146", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:55:49.257942Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "47ad4ec8-5b86-45eb-a31d-3c8192e506bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat sheep in cardigan, inside a railway carriage, snowing outside", + "public_commercial_use": false, + "recraft_id": "cc1c646b-f126-4d53-930f-9834aac1d9a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:58:29.357411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e1b4721-a69d-4769-86fe-be07ef8c09c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Rilakkuma doll,standing next to the snow, wearing a scarf,WENNN is written in thesnow,in the forest", + "public_commercial_use": false, + "recraft_id": "23d59004-07cf-4fdd-ad39-f5d63d6cf4a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:50:31.070521Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "423e9a0f-e4ec-4213-823b-9d68252e1bf7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red fox wearing the sunglasses is singing on the grassland with the sunset over the other side of the sky ", + "public_commercial_use": false, + "recraft_id": "fb622d3b-131c-4018-b16e-88df7ea6e3b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:21:26.360455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ae0c03f-d215-488f-9b16-a16dbdc997a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little sheep wearing a pink patterned scarf and headphones drinking a cup of coffee, with blue-green aurora borealis, tree shadows and the moon behind it, a real filtered scene.Take a bouquet of yellowflowers.", + "public_commercial_use": false, + "recraft_id": "ccd5d72c-7282-447f-b067-0840f7c356ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:40:22.118068Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3daa282e-9c77-4858-af64-bd6859aa3a6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In front of a snowy mountain, a black smallcat is surrounded by three balloons standing in the hot spring water, illuminated by side lighting in yellow and blue tones, with snow falling around her.", + "public_commercial_use": false, + "recraft_id": "140d3869-5d50-4beb-b251-8b709a84b0fe", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:46:32.403977Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e129aca-d9ce-4853-b26d-c8e52e9cace6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "lots of Purple, red and green orchids in the Misty bamboo forest, and shinny purple snakes ", + "public_commercial_use": false, + "recraft_id": "be3486b2-c8ea-4da2-a456-fc00f4386fbb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T09:10:35.493857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f5a933d-bd3c-409c-a30d-b68a85ef1bf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowman with christmas hat is sitting under the Glowing Christmas trees on the clouds", + "public_commercial_use": false, + "recraft_id": "8f4dad95-8940-44ed-a35f-31e220be7228", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:31:13.298867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c96dee3-d811-4a7f-8062-f8fcccada75e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat stands by a window looking outside.a beautiful sunset outside and the ground is covered by snow.the cat is wearing a red scarf.A vintage camera is around the cat's neck.'ASAHI' written on the snow outside.", + "public_commercial_use": false, + "recraft_id": "95dc954a-217d-44fa-b04d-d84ae5173dcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:29:25.280091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308461e2-efef-4085-9894-d6b8ea883096", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse and hello kitty is playing hide and seek.", + "public_commercial_use": false, + "recraft_id": "149f0b59-ec9f-4bd8-97f8-25ec7f5531fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:53:58.739742Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9aa84222-de96-4028-8cd2-91b5f7f35f2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lamb kimono star firework sea", + "public_commercial_use": false, + "recraft_id": "5609dfb1-0651-44b2-9e4a-51f7863748c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:10:55.609737Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "f67e400a-1fc2-4211-8757-099cf74918ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Candles, diamond chains, and shattered mirrors.", + "public_commercial_use": false, + "recraft_id": "106cb414-1028-4ced-a7aa-b2851ffa0b41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:25:33.378153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d68b0647-6f0a-42fa-aa3a-a487a9f49664", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat sits obediently and looks at the snow outside the window.", + "public_commercial_use": false, + "recraft_id": "df7709b9-9cf3-41ab-a7f2-e6f12e2574b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T07:37:01.937567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33172c0b-66f1-47a7-98bd-0b54583d87a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sapphire-coloured lake surrounded by snow mountains, with some jellyfish above the lake", + "public_commercial_use": false, + "recraft_id": "3e723e1b-5d8e-4679-af30-be3f214c6caf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:16:15.719603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "458e6639-2e33-4249-92c7-452b308a4aab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in Africa with a backpack.", + "public_commercial_use": false, + "recraft_id": "c766f0e6-86aa-4c71-803d-f257ec83d7f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:53:16.152646Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a6e15f1a-79ea-4aff-b669-ff70fad9e0df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A butterfly in the snow at night", + "public_commercial_use": false, + "recraft_id": "459ab6a1-0666-4a48-b627-087169929326", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:05:11.71292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa0aeb1b-a0ae-4d5d-b989-f0701c61c964", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a programmer is eating his lunch", + "public_commercial_use": false, + "recraft_id": "28cb917b-0acd-4150-9201-3c321074d3b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T06:48:17.562901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6353f1e7-bb0e-4532-b988-e0dbacb5c823", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute short-haired Birman cat celebrating his birthday, strawberry cake, cosy background", + "public_commercial_use": false, + "recraft_id": "7523b915-b344-4d93-a85c-07685684abeb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:57:12.920986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "687e64f2-7837-4c97-a0c8-09bf86c47a77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat lean on their owner's lap and read a book", + "public_commercial_use": false, + "recraft_id": "7ff36a25-8b1c-40e9-a7d3-c2b56c64dac3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:21:50.476103Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc2b9679-8886-4887-a5ae-200cde1f18e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A colorful angel with a big pair of wing in a light. Face blurry. Snow. Dark night. Firework. The angel could be just a shape of light instead of a real human or anything", + "public_commercial_use": false, + "recraft_id": "d3788b9b-d2d8-4667-84c6-b1c7211569dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:24:55.578952Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d91cff87-1607-4682-bca4-ac667a40438f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A adorable and happy West Highland dog wearing a Christmas hat sits in front of a Christmas tree in the snow.", + "public_commercial_use": false, + "recraft_id": "534953a2-f873-46b1-8e33-ccb385333651", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:14:07.152061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3214457a-9d93-4b67-a9fa-e0eea3fa44ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Swimming pool, loneliness, clown, water color is very dark, water park, floor tiles, no passage", + "public_commercial_use": false, + "recraft_id": "25b77cb1-d166-48ff-9bfc-d8d29979a177", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:10:03.067429Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04bfa38c-ed5b-43ff-9d9e-63b894ff7b13", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At a party, a cartoon hello kitty doll wearing a long dress and a Santa hat on her head holds a birthday cake with the date skye1224 (not a person).", + "public_commercial_use": false, + "recraft_id": "de6aa9f7-4a9e-4ac2-a488-7e173485bd60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:45:24.0748Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a21b2380-593f-44fd-a981-3bc61b05f7a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, Hello Kitty is carrying a red backpack to school", + "public_commercial_use": false, + "recraft_id": "e8b35a9c-8ad2-4223-ba6f-a208a5e805f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:58:24.963912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf560def-8fef-467a-af7e-469d8670a0de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Antarctic Aurora", + "public_commercial_use": false, + "recraft_id": "d6523d67-a941-4483-a259-36f42a4e2bb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:35:05.780329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d8a8c96-4f79-4d96-b536-6b4467558159", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A close-up of an orange and white kitten's face in a blue atmosphere. The orange and white kitten is wearing stylish sunglasses and has a cool and rebellious expression, with a rock and roll style, showing a sense of wildness and freedom.", + "public_commercial_use": false, + "recraft_id": "6dbc480b-24c7-4225-8c39-2d7d77e4e4d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:02:43.970075Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0eedcf0c-dab2-4c6e-be1c-604ecdb82c40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white kitten in a Christmas hat, next to the Christmas tree, and \"zoey\" is written on the snow, with traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "f9aa7e9c-2a39-4248-9b56-33d8d5905097", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T08:03:17.420656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b64fbd2-13bb-4d8d-8137-6493edfb4072", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Moomin is typing on his computer keyboard next to a cake shaped like fireworks and the snow outside the window", + "public_commercial_use": false, + "recraft_id": "4189ec9d-7ed9-43c1-8444-10229091b7ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:35:25.037608Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ef021f9f-f544-49d3-ae51-60a1eb6bbb58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty rides electric bicycle on the city street.", + "public_commercial_use": false, + "recraft_id": "59a39493-5454-4280-8535-787c441a7a04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:00:20.925159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbbd1f99-fcbc-4813-be19-cd76b05315ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Flowers are blooming on the antlers", + "public_commercial_use": false, + "recraft_id": "fb1d2cbd-a1ea-408f-91d9-756a336f9776", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T06:14:27.354673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7841d896-c20c-444c-a30f-2f36277701d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy kitten drives a green roadster in a city", + "public_commercial_use": false, + "recraft_id": "353d6482-8cdc-4694-9852-15e69d4b0209", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:12:15.341369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f790ad02-95a7-40e8-a2b9-912673facbbe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat driving a tank on street", + "public_commercial_use": false, + "recraft_id": "00a03bfb-71aa-4a19-8179-680c34d850e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:22:52.6744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79e29dd4-ecd4-4bb8-8656-aced260af70a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty in the snow, on the left side of the frame looking at the camera, the sky is dark blue, the English word Wellcome printed on the snow", + "public_commercial_use": false, + "recraft_id": "a2c50d03-93be-44ca-a818-3eec697b3365", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:02:43.98179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7519db6-6746-4652-bd97-a5a0bbcdb551", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a white Kitty cat in a Christmas hat, beside a Christmas tree, written \"SLL & FZX\" on the snow, with traces of cat claws. Blue blue night scene, with a point of light particles dream effect, color saturation is high.", + "public_commercial_use": false, + "recraft_id": "38e72380-513d-42db-9211-aca0ba21b756", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:51:23.822318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I turn my back on the starry sky, and the whole wave swings, softly, lifting me up.", + "public_commercial_use": false, + "recraft_id": "c0d3893a-07ed-4aeb-9f6a-9a129c96340e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T03:40:06.561591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d8254d0-ab1d-4a20-b11f-930cdc8833b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "child holding a magnifying glass to his eye", + "public_commercial_use": false, + "recraft_id": "992f6f88-ecdf-4164-86c3-bef093cfe464", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:38:21.98553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3c2f260-5f6f-4b0f-953b-c680959896c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten with wings was sleeping on the table next to a glass of water", + "public_commercial_use": false, + "recraft_id": "efd063bb-d08a-4e8d-b9ae-89f594c3e544", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:39:18.549245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40666654-f754-4d7f-99e5-b3334d50380d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beaches, waves, coconut trees. a helloKitty is wearing a straw hat, and \"zjy\" is written on the beach.", + "public_commercial_use": false, + "recraft_id": "cf5f3034-4d2b-40c2-b14f-baeb3e354d8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:23:52.471749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "965ce1dd-6e21-4545-a6f3-838db4afaef8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "modern architecture building", + "public_commercial_use": false, + "recraft_id": "c891ca2c-bd19-4d96-b67b-0db3f5e0108c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:17:37.486021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c945d3b5-fb6e-45fe-85e0-a6134d0eed1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snowy sky at night, sky takes up most of the sky, pure scenery, no animals no characters", + "public_commercial_use": false, + "recraft_id": "56511e95-a11e-46dc-9939-23de32a829a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:51:58.645656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38ca55cc-f61d-421b-aeaf-2e61f882563b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a call duck wearing a sunglasses", + "public_commercial_use": false, + "recraft_id": "da0e9565-624a-4fc7-9ada-5b964737154c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:42:13.55444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01536db2-852a-42db-86eb-30a24fd1389c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inside a traditional Japanese room with clean, light-colored tatami mats, a young man dressed in a yukata faces the camera. Outside is the ocean, a blue sky, and the vibrant scenery of summer. On the nearby shoreline, a torii gate is engulfed in flames.", + "public_commercial_use": false, + "recraft_id": "859f6127-585c-454d-a715-7f3af34e9586", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-11-29T03:15:38.659477Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e7295f36-3101-41a5-978b-201679049b3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Moon, Sailor Moon cosplay which taking a electric chainsaw", + "public_commercial_use": false, + "recraft_id": "5ae42570-0039-4929-a7d0-bb8b262e26f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:46:15.427132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84f54f78-6541-4dd8-97b0-b3a58e893a59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lesser Snow and the Green Tree afternoon", + "public_commercial_use": false, + "recraft_id": "17622482-b26e-4b69-b0b2-376fb2e31527", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:50:27.865293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0eb940db-6068-4963-bfee-e449824614b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable Birman cat celebrates his birthday by photographing his strawberry cake with snow outside the window", + "public_commercial_use": false, + "recraft_id": "60305115-18f0-4dfb-a0b5-9a8753fa83c6", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:54:47.152138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27cefccc-303d-4b79-b78f-f0a7f4934f55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue background, a medical student with a stethoscope, wearing a white coat, sunglasses and a yellow book", + "public_commercial_use": false, + "recraft_id": "0faf1f96-a2bf-4a33-aeea-52ea1f5e5719", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:32:03.200598Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8269ca94-ec47-4ae1-be17-a7e72b82e402", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two adorable kittens in Santa hats, outside under the Christmas tree on a snowy night.", + "public_commercial_use": false, + "recraft_id": "d1f1472c-9369-413f-a0f8-0c832c6764a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:24:54.253059Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32921008-9ba5-42ae-bf61-df1365bfd277", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A 3-month-old golden border dog plays happily in the snow with a Christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "11f4a038-f21a-499d-bb62-c8ff4f4dbd84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T04:12:21.481768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"YTSY\" in the snow, sunset , beach, a hellokitty doll standing next to \"YTSY\", drifting snow", + "public_commercial_use": false, + "recraft_id": "6e78d3f8-e308-4124-bbb3-2f869092b543", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:50:09.765156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ceb02ae-2f9a-49de-b591-6b3f9c188e82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat wearing sunglasses all the time, holding a glass of red wine, driving", + "public_commercial_use": false, + "recraft_id": "48314df5-99dc-4433-8f53-a22ee24921e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:29:25.015956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7ae5585-1f5d-446d-b084-2a7ae19ead2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sunshine, california,warmer ,no person, lemon tree,warmer, daylight,white house,warmer sunlight", + "public_commercial_use": false, + "recraft_id": "d8dc30af-6e7c-4f6d-b624-7195353bc52b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T04:50:20.625066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d156b09-03e6-4540-b798-63730adf4b15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maine cat sitting upright in the snow with a police officer's hat on its head,And it's got cool flying sunglasses.", + "public_commercial_use": false, + "recraft_id": "1f6f3c59-9b19-4257-8929-a8e30f3a597b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:44:48.06236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10aa4bdf-2c92-4ec1-b389-78dcf6756720", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowfield, a lion, a panda ,a koala ,a cute Octopus toy and a rabbit ,they are five cute toys ,some xmas atmosphere ", + "public_commercial_use": false, + "recraft_id": "b3ea1f36-3641-4663-96fe-5e1519335d7c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:18:56.358337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21146582-66f5-48e2-afed-c2ce368662c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The crow sits on the park bench.", + "public_commercial_use": false, + "recraft_id": "3c2b6e73-4edf-44b9-b985-e0b2249f06f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:40:42.20728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2248988-b187-4e80-8c22-59c874907b9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "a ragdoll cat is playing magic in the snow.There a snow mountain behind it", + "public_commercial_use": false, + "recraft_id": "2a762bcf-2764-4f4d-adb7-ee682adb9f81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:38:35.543221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d067731-069f-49f1-90ce-0a82cc742a3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light brown kitten wearing a plush hat looks at a birthday cake that says \"CHRISTINA.\"", + "public_commercial_use": false, + "recraft_id": "5e0105cd-c2d1-46d3-9ed0-0ab15f604d83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:01:30.26436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f443058-8b4e-4fe5-9584-93b33dff3fa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty played drums, with whiskey and feathers in the sky", + "public_commercial_use": false, + "recraft_id": "753f0e65-9b9c-444c-bfd5-bda4afac8fc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:54:26.570963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a14c19d-395a-409f-a35a-e6896f5f9800", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus carrying a reindeer on his back.", + "public_commercial_use": false, + "recraft_id": "cc88581d-7e40-4cf8-b7c7-9e54df00babf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:32:45.968868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b4392ea-55ef-4976-a9e5-bc401e7c28e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Light pink sky snow has been the west highland dog and flash photography, wearing a knitted cap to reveal a full face, the whole scene is dreamy, dream core, there are many trees in the scene, a young couple dancing in the snow, the characters are far away from the camera", + "public_commercial_use": false, + "recraft_id": "ef371e18-ffbe-44a4-a6b4-854e03a7f99c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:49:49.243878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6805af77-2af5-4fa5-8674-4c275997e517", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sunset beach seascape, seagulls flying in the sky in the distance, seagulls are very small, the sea water is very blue, the beach is very white, there is no wall to cover up the", + "public_commercial_use": false, + "recraft_id": "c738aa94-7d80-42e1-aa40-b84041d26d24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:13:04.071024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "322736e4-dc3c-43d5-a69b-8ad09973e76f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I see sparks fly whenev you smile", + "public_commercial_use": false, + "recraft_id": "8b0b4c78-f4b5-40eb-9852-fbcbdc22bbc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:37:49.395005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7705bd4d-753c-47a4-9d03-3d5d4ec5d893", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy winter night, a reddish brown Abyssinian cat sits on a wooden stool playing the piano, with a blue screen behind it", + "public_commercial_use": false, + "recraft_id": "d76f5175-caa9-41fc-bcdc-634e51c17e9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T07:00:31.796102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a5ddee3-7959-4528-9cf2-112f7d13a4c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Starry sky, hello kitty in a pink hat, lighted Christmas tree, snow, manyau written on snow, close-up.", + "public_commercial_use": false, + "recraft_id": "80a34d0d-d536-431d-9e41-9a50dc701870", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:35:03.344818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f678f29c-cb53-4532-84b8-2075be3585ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snoopy where a glasses as a lawyer in front of a computer", + "public_commercial_use": false, + "recraft_id": "b62590f4-ec0f-46a2-9e38-1bf9b9c92e2b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:16:55.204898Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6571b14e-870d-4b08-af8f-b84e78c15663", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed puppy with pink angel wings chases a small colorful butterfly through the snow with a Christmas tree in the distance", + "public_commercial_use": false, + "recraft_id": "b9ce8c58-3d7c-450b-8db1-c8195942f286", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:50:03.857259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dee46f49-18da-49f1-9ad9-5ce0c111ccd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the sky is in the blue hours, there is a Christmas tree", + "public_commercial_use": false, + "recraft_id": "cbe36910-4909-4b4b-9fbd-62b677e7fefd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:46:44.655373Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d8eb1637-0a50-4607-908a-3a696d3062cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The British Shorthair and the Ragdoll Cat holding a pineapple, wearing wings and flying in the sky, with a sunset and a beautiful sunset in the background.", + "public_commercial_use": false, + "recraft_id": "ed806875-2367-4b95-b608-056f8dff4e4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:37.469212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cf67ced-1c0d-4b57-8788-be514fbc62ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy Christmas night, a white French bulldog was wearing a magic robe and holding a magic wand in his hand", + "public_commercial_use": false, + "recraft_id": "eb07bda2-1b17-414b-a2e6-c5bddbcbe9aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:21:47.92499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c810d19-6b1b-43c6-b731-4496131d5167", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Couples kissing, winter, Explosion, fire", + "public_commercial_use": false, + "recraft_id": "54be5078-cd47-4fae-a41a-672b53cd3e98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T10:15:44.20322Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bb778b2d-db75-4d99-adb1-aeeb77dd341c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white dog was holding a cigarette in front of the snow in the castle", + "public_commercial_use": false, + "recraft_id": "ddea6ac5-d960-400c-be20-5e38b18b1dfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:23:34.060086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty doll,handwriting 77,lanterns,snow,Christmas,", + "public_commercial_use": false, + "recraft_id": "84e5ba10-b0ea-4781-a8eb-7ce46d3781a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:27:47.914533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "306c5fe0-11c2-45eb-bea4-037aaae68ffe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It may not be the sun that shines on you,Romantic sunset dolls", + "public_commercial_use": false, + "recraft_id": "5bb698ff-ea9a-4158-9c31-fc9393b30031", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:00:50.062122Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7903593-6176-4083-91dd-1ee8adc15fd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little fox and the little bear watched the stars under the lush fireworks", + "public_commercial_use": false, + "recraft_id": "5bcf35a3-5c51-410d-a5e9-d05754292e16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:11:44.904347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a727eb51-2f0e-46d6-aff9-10fa4478de73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Hello Kitty on a beach holding a cake with 1227written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "cb4e5282-ce0d-43b3-8002-755cc298285a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:56:01.973739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "591f4894-7c05-4fed-96e5-a1adafb1bb5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster in a hot air balloon", + "public_commercial_use": false, + "recraft_id": "933cd0f0-1fe6-43cc-9ded-2afb658f3b9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:20:43.30454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38e334f7-2cf8-466b-bc5b-12521f77a3ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hamster is wearing a scarf and sunglasses, and holding a glass of whiskey while standing in the snow, with snowflakes falling and a background of sea waves and stars in the sky", + "public_commercial_use": false, + "recraft_id": "56b59267-6576-4f1e-9431-9e1956c7dcc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:27:28.457961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee58cc04-07f3-40b3-aaa0-2c3029e23c22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white rabbit wearing a red Christmas hat playing in the snow next to a Christmas tree full of presents", + "public_commercial_use": false, + "recraft_id": "68d62af1-eaf8-470f-beb0-06fa3ba39c7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:53:03.557182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a5fdb06-9bf5-4865-9295-ee48af3c24f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Although the room is shrouded in darkness, the occasional flicker of scales reflects a faint light, revealing the fish swimming in circles", + "public_commercial_use": false, + "recraft_id": "2b43e6ef-55e2-4f8e-babb-9122544411ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:52:43.753981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7ab13cb-e7fd-4257-9b3e-59473082cf08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black hello kitty playing badminton in singapore", + "public_commercial_use": false, + "recraft_id": "f3d614fa-6db5-49ec-bcdd-9e7e1e9af0a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:27:22.926207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c0d709f-e5b4-475e-88c5-415bc0948490", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitty wearing a blue kimono is eating ice cream by the lake next to Mount Fuji", + "public_commercial_use": false, + "recraft_id": "97e48302-8bd6-4982-b08e-2270ca70bf7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T08:07:48.995193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1135286-fbaf-4b84-ade5-d7a62fd39b56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is on the beach by the sea, surrounded by coconut trees, and the sun is setting", + "public_commercial_use": false, + "recraft_id": "e5ed15e7-c9c9-4164-b3b8-68fb26673cc6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:35:22.3895Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d421a28f-0215-414b-891c-e1a1341f48b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty is holding a boom operator on set", + "public_commercial_use": false, + "recraft_id": "4da8b054-356e-4e59-a2a1-dc0416ebed95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:28:50.795394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd5e465b-9987-4dc1-a611-8d020781227e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Butterfly", + "public_commercial_use": false, + "recraft_id": "a99d5ef4-5b85-4046-8525-846c0067fca6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:47:12.593993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a21030a-6fdf-4458-88ef-6b607889b10f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Border Collie black-and-white color wear in a suit/ playing piano/ in the snow field", + "public_commercial_use": false, + "recraft_id": "d7b2f7a5-c2a9-4e8b-bab9-682409172463", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:14:50.703153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f2e71a8-1191-4dee-ac32-f9292fdf74dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye and Taylor Swift Come to Shanghai Concert", + "public_commercial_use": false, + "recraft_id": "34c53945-ec28-444d-a21d-a71c6def7ba7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:58:17.928535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a821cca0-66c7-405b-a5c4-00a65578c534", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow,fox,huge Buddha statue,firework ", + "public_commercial_use": false, + "recraft_id": "db0d155e-4d34-45fb-83ce-fde35ac8048e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:38:35.87828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cdbc90e-ba03-4e97-b04b-6f7beafc3115", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lighthouse stands tall, the azure sea stretches out, with waves crashing against the rugged rocks, where a black cat and a white cat sit, creating a scene that is both mysterious and enchanting.", + "public_commercial_use": false, + "recraft_id": "7ecb07bd-a091-4be0-9b49-0e085297c91a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:18:19.861587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a853c322-93cb-49af-8478-68559727118e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black and white cow-colored kitten in a wizard's hat and magic cloak plays a grand piano, the keys of which burst into blue-purple flames.", + "public_commercial_use": false, + "recraft_id": "38fcb208-1a62-4097-8a48-9fafda02e90e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:27:07.378064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d5a403e-2953-4b66-b56e-f1fdc058b5e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog led a man through a dark night with the sun and stars, They passed two Mrs. Moles who had just milked the cows, and the dog took off his manners to greet them", + "public_commercial_use": false, + "recraft_id": "0a3c0624-0a45-4152-9df1-0effa54e9038", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T02:14:58.025337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc7de6e7-5924-47c5-89a9-50c19240438d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "McDonald's under the sea", + "public_commercial_use": false, + "recraft_id": "a4aeedd7-4910-4413-957b-43b7417d6c51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:57:04.133898Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f4bc2fd-aeae-4915-af6a-5ff058ddb530", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A silver haired man wearing a red denim vest is holding a black cat in the snow", + "public_commercial_use": false, + "recraft_id": "240ad113-6403-450c-9ee8-287aceb1169c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:06:00.143227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "902bd632-7f53-4dd1-9abf-d77b7f0de9b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute little dog is playing in the snow, with stars shining in the sky and snow falling. The dog is wearing a red knitted scarf", + "public_commercial_use": false, + "recraft_id": "43a14f07-9028-4b16-ae33-73fe12fa4fac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:40:49.344017Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1e70d153-728b-433f-bfe3-553fb7635ad2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black bear, cooking, birthday cake, kitchen, candle", + "public_commercial_use": false, + "recraft_id": "63d23a4e-8075-4018-a3c7-54f6e4009497", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:29:49.908844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72ecee6f-267b-48f0-bfa7-662e6b54f640", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beautiful white snake fell in love with an apple at first sight in the grass.", + "public_commercial_use": false, + "recraft_id": "3d646272-d39f-4af1-bb32-65dbe1dc5841", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:13:47.085006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08ffec60-a93f-4378-be46-c440b746fe58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty doll in a pink outfit sits in front of an Apple computer in an office building during the sunny daytime hours, the doll's hands resting on the keyboard as the Apple computer smokes and catches fire.", + "public_commercial_use": false, + "recraft_id": "edceb419-b453-418c-8676-db73c6d9faaf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:04:24.584626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "019418e9-c595-4bc4-b4fc-da204e2f469b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white westie with wings in the snow outdoors in winter, wearing a Santa hat, with a bonfire next to it, atmosphere, Christmas, winter", + "public_commercial_use": false, + "recraft_id": "50a49c88-2998-43b5-9c78-72127ea37af8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:55:19.385839Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ac4a34e-69b2-4540-860e-8b68b3b878d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Great Wall of China illuminated by a rainbow of neon lights during a full moon night.", + "public_commercial_use": false, + "recraft_id": "5de0f2fc-dfdb-4ef5-9459-76edd46ad9e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:03:26.636881Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd1d376a-3dd7-4c28-a424-38c145971a2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty doll in a pink dress was sitting in front of an Apple laptop in the office", + "public_commercial_use": false, + "recraft_id": "66cb991b-2eea-410d-9ea2-c2e788212b88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:49:25.438032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d993077a-87db-42f3-b475-d26e60ac5dae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create an image featuring a small kitten adorned with a Ribbon, sitting on a snowy landscape. The snow should have the words 'Welcome to the Salty World' written on it. Surround the kitten with an array of wrapped gifts. Above, the sky should be filled with falling glitter, adding a magical touch to the scene.", + "public_commercial_use": false, + "recraft_id": "d87b1f98-9422-425c-9cfb-8abe16f1ba41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:22:51.382174Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "88f7bb4a-a063-419a-be4e-28331f4e6a5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese couple wearing modern clothing, with white dragons flying in the sky", + "public_commercial_use": false, + "recraft_id": "41c863cf-5b91-487b-990c-48190131cbab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:17:13.293882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91b75ac5-e8a4-4229-978a-0cc4aa0cfecb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty and snow ", + "public_commercial_use": false, + "recraft_id": "6bae97b3-99ae-46b8-989a-1b96e41a886f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:11:30.499652Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf458e28-d0df-4fcd-849f-102911823f11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a house in the distance is on fire.", + "public_commercial_use": false, + "recraft_id": "2caa6d16-3f17-4df4-a28c-08483481d929", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:42:34.29238Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "06478567-0685-4398-8643-5c8cd431319d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lonely teenager by the blue sea", + "public_commercial_use": false, + "recraft_id": "1302b6cc-2468-4b28-9565-f0376965f230", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:07:59.746228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de4c5798-1526-4c1e-a988-c32553fc4b32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Handwritten word \"Catherine\" in the snow, Handwritten word \"Catherine\" in the snow,snow, beach, a hellokitty doll standing next to\"Catherine\", drifting snow", + "public_commercial_use": false, + "recraft_id": "50d60506-e869-406e-a8f0-987aef41537a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:43:55.765422Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "620b6e0f-c62f-407b-936e-fdce65ee9cd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is planning tennis.", + "public_commercial_use": false, + "recraft_id": "68e9af55-87e4-4d35-b529-cedf2c6b45ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:06:12.771111Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "b793c597-e819-47cc-ba61-908518c671f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Siamese cat", + "public_commercial_use": false, + "recraft_id": "da04203c-b767-45e0-8ef3-4f2c3c415b7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:31:26.253122Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ecc3257-1afd-4e15-88b6-1c463d830835", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "lesser panda knows magic", + "public_commercial_use": false, + "recraft_id": "d9fc819b-976a-435f-83c1-a8c98ab88d92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:25:47.501089Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf5b3190-9de5-4d56-a677-a5d1578173a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lotus flowers are blooming in West Lake, when suddenly a submarine emerges from the water.", + "public_commercial_use": false, + "recraft_id": "b6f6d582-d27f-4aeb-a605-8ca548c0a9b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T06:29:35.147249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "faa0059f-cb5e-4481-8997-cdcaa5a9ad5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat is using a wishing stick and wishing under dark star sky", + "public_commercial_use": false, + "recraft_id": "2616e375-eecb-4031-83f6-da274ecd3ece", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:04:09.646991Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d46bc2c9-8e4f-40aa-83d6-67eba30af32c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On winter nights, groups of people watch the grand fireworks display", + "public_commercial_use": false, + "recraft_id": "9c75eed5-2274-4a1a-95ff-cbf81722ac5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:22:57.514705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01e00d72-d415-4cf0-9082-91f1a7400440", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat works in the company", + "public_commercial_use": false, + "recraft_id": "2d39156c-de22-4ec3-9529-b54e64138607", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:02:13.620818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17c8b3fd-042e-4477-998b-7329d6b76503", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in pink play tennis in shenzhen . Betty in the Sky", + "public_commercial_use": false, + "recraft_id": "6525f103-cb80-480c-92ba-0ddaa403c9de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:31:03.801509Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b41b3aa9-2fa8-4555-8a8f-7a46c293493c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye West is eating a popsicle in the snow.", + "public_commercial_use": false, + "recraft_id": "b6cfa593-79c6-4d28-8665-a23d2603f492", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:24:25.585595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "376ca635-012c-4617-b823-d9b60eab1130", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black puppy with wings walks across a wide field of snow next to a Christmas tree and the letters Yosh BB", + "public_commercial_use": false, + "recraft_id": "d388ed4e-1f2f-40a2-8025-23c5c951fb37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:23:19.900451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4532c867-1ba3-49f2-84fe-70389d5e1e5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"CR\" in the snow, Christmas tree, beach, fireworks,", + "public_commercial_use": false, + "recraft_id": "2f72e387-e903-42e8-9291-ad4ac2aab67d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:36:24.169591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdca7189-403c-443e-a979-a8d1d5df82bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is watching cartoon", + "public_commercial_use": false, + "recraft_id": "3d3115cd-7e7d-4533-8a28-4f2dc9b32dfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:04:33.76845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful Christmas tree, stove, stars, night", + "public_commercial_use": false, + "recraft_id": "46e2f1e8-77f9-47bb-b86d-df8e86c14c5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T05:23:34.145875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b6de91d-ebc3-4578-8cbc-6042eecc7bf2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A Christmas tree on the winter beach, snow around, blue hour, hard flash", + "public_commercial_use": false, + "recraft_id": "59f642c7-f56a-459a-a7b1-034c05b85274", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:40:05.17172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d55d8aec-2901-40f8-a900-7f7cf0f6652a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A man is snowboarding in the snow, and both people and skis fly into the air, and the posture is very handsome. The man wears an Arc'teryx brand top, which is earthy yellow. The pants are black AK brand ski pants and the snowboard is black snowboard", + "public_commercial_use": false, + "recraft_id": "72032376-960b-4cbd-bad7-fc209b7f270b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T05:17:42.366468Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "54dcc7cf-93e9-43b9-ac48-44a99c4156da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is hiking in mountains. The season is autumn. tiled background in the whole picture.", + "public_commercial_use": false, + "recraft_id": "0d70844e-1765-4645-a565-bdd9d4d6cd80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:31:17.060625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5359ecc1-93c7-4d92-b0ce-878cacf8d127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fluttering cotton fluff", + "public_commercial_use": false, + "recraft_id": "34160d70-59cb-4e69-8888-40398f69348f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:51:34.233151Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2644c583-5fa7-4636-8bbb-d978a3ecc4d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "you are everywhere.In the stars, in the river. In all existence.", + "public_commercial_use": false, + "recraft_id": "f582fc24-cf07-47b0-ba3d-c452f349f964", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:54:44.351029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Lots of Fireworks burst into bloom in the dark blue sky, winter, snowy", + "public_commercial_use": false, + "recraft_id": "b5f643dc-5c2f-4cca-b9f2-140fee9188b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:53:00.322101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5df6abcf-afef-448e-b059-beeb5049aa3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a merle boarder collie walking in snowland with camp fire nearby", + "public_commercial_use": false, + "recraft_id": "e0cf1ce4-5242-46a7-859a-6b7d9df123fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:37:53.112722Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "c599af04-92a1-4e1e-a404-a2d8eeb008f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "news control room,cats are using the computer to give out instructions, local weather report is shown on the computer screen , no human hands, news control room environment,no shirts", + "public_commercial_use": false, + "recraft_id": "8311150c-764e-493e-acf7-a96f0387a5ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:50:15.773908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a256829a-ce01-467a-9941-d3a7a098b005", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lone passenger on a ferry", + "public_commercial_use": false, + "recraft_id": "09031bfe-f655-4b55-8d92-35d695e4051f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:35:32.059493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1b09d15-26ff-4bdc-b3ae-cd56891b2641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed eating a bagel, another Samoyed with little wings on his back playing with the tail of the Samoyed eating the bagel, they're on a pink beach with snow in the sky", + "public_commercial_use": false, + "recraft_id": "8cd9b614-6398-4c28-9f66-6c0631fbf454", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:44:34.237858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10780445-02a3-48fd-a1cf-15a1b0c88a2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowfield aurora cake christmastree cutebunny ", + "public_commercial_use": false, + "recraft_id": "3014e6f2-4441-4a6b-8dc7-52b5280de745", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:39:52.414595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef996a30-d0e7-49bf-88d9-8d7d2dc25308", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "big strawberry in the middle,close-up,amusement park with strawberries and white cake,dream,overhead,centered composition,", + "public_commercial_use": false, + "recraft_id": "24e67aca-78b3-4929-9a25-8abdc63619df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:06:30.116989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c7712af-be64-4fb5-8036-2e4734c668b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bagel and toast cute toy are sitting on the snowy ground, holding red wine, watching aorora", + "public_commercial_use": false, + "recraft_id": "e9a421cf-c244-4b25-9cd0-4581fea86fba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:23:10.226252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09e9201a-e7bc-4f68-b24c-c5ab7b1bf362", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little penguin taking a picture with a camera", + "public_commercial_use": false, + "recraft_id": "4f21687e-832a-42d4-9729-5e1ecf228d77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:55:09.811106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "883559b9-62e6-4ef9-a7d4-eb8d4dc50b11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Monkeys deliver takeaways", + "public_commercial_use": false, + "recraft_id": "c93298c7-5df7-49a8-96fa-33f70054b972", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:03:58.974996Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05bea1c2-193d-48ee-be91-6efc8a9f8dc9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing, a Hello Kitty is sitting on the snow by the sea, fireworks are setting off in the sky, and the letters JXin are written on the beach", + "public_commercial_use": false, + "recraft_id": "15d9456c-9e13-443d-a270-1bb81649104f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:34:51.415843Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b54a26b-5d17-45ee-bce9-0f4c17c06899", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A chubby, kind-hearted Chinese grandma reading a book on how to dance with a doll while Snoopy, with brown ears and white skin, laughs", + "public_commercial_use": false, + "recraft_id": "7dbf136f-2ece-4b67-bac7-afe49a212343", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:25:28.231116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79e41350-ae0d-4ab1-9a9a-ee2873571d97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A bunch of animals including pigs, horses, cows, sheep, rabbits, chickens, on stage, pigs, on stage, no one", + "public_commercial_use": false, + "recraft_id": "773f16f2-8ef0-44b0-ad7c-679b6cf28df2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T05:44:27.296526Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a96e468a-df76-4e51-a05b-581c6162c421", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a ragdoll cat meets a unicorn in the snow", + "public_commercial_use": false, + "recraft_id": "61af1341-2499-44b5-a28a-7de41892b81f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:41:05.809573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7722555-0c1c-49c2-8338-702c8484d46c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy is holding and reading a book and it's wearing a pair of glasses. The puppy is very cute with a small body size.", + "public_commercial_use": false, + "recraft_id": "1cc97897-aa0b-4b88-80f0-af6157aadd38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:09:24.858415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d8ac29b-e289-4b3f-994f-441ac83c0a28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the sky is in the blue hours, there is a Christmas tree in the snow, beside a hamburger", + "public_commercial_use": false, + "recraft_id": "67a433d3-4c7f-4d7d-810b-e3ff49bb9be8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:36:34.441933Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "06516129-fe5c-40f6-a73e-01159fc22198", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A puppy is playing in the swimming pool, and fireworks are set off in the distance. At night,", + "public_commercial_use": false, + "recraft_id": "6b19d4d3-794d-468a-9e6b-87c9a7fb48a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:14:55.294695Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdc0b926-dba7-4867-add4-f1965c19fed9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large, strong chocolate Labrador was walking in the desert wearing dark glasses and a cowboy hat", + "public_commercial_use": false, + "recraft_id": "5afc98de-caa3-4a5d-9ca3-9e3cb53cf2d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:29:50.950117Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acdfaf7c-f8ad-4cc4-a992-f81b718207e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pink Hello Kitty Christmas tree with colorful lights Warm night scene Snowy ground Orange written on the snow Bright colors", + "public_commercial_use": false, + "recraft_id": "4afc7a72-d3ac-4c34-9f23-5668d0b813a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:09:55.923873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b70af1b-26c4-4c57-956a-009012c0c622", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "bule brid fly in the o ", + "public_commercial_use": false, + "recraft_id": "45447f78-751f-4341-91f8-b7c5dfa191e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:57:23.610584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3af7823-edb3-42f9-a4b2-39dae32bd1d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Lovers declare their love under the pink Sakura trees in winter Distant view", + "public_commercial_use": false, + "recraft_id": "e0d23f34-8808-4d0b-a41c-ddc8d417920e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:56:53.487628Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e82ce7c-22ea-457f-acfe-cf4c822c27a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese dream core sense of the living room, a sofa with wings, fine decoration, rich decoration, clouds", + "public_commercial_use": false, + "recraft_id": "632c74d9-399e-46f9-adf4-13fcdde0b22e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T09:06:22.054947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c56e7a57-c172-4055-a47a-1ecb401b5377", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is drawing with a sheltie puppy", + "public_commercial_use": false, + "recraft_id": "89a1a49e-2250-4192-bb54-b2952ef7f06f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:46:42.603528Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aa3416fc-7d09-4b00-9cd8-5ab0c5fec352", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat's Christmas Party", + "public_commercial_use": false, + "recraft_id": "5b5437d0-9a04-49d0-ae59-cdd7bd787e73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:22:29.929478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08d02621-ee3f-443e-aa87-05633d0da1e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A koala is sitting in front of a computer, lost in thought. The computer is playing Animal World, while snowflakes are falling outside the window", + "public_commercial_use": false, + "recraft_id": "5b2140bd-e679-4d46-9de5-c0501933c244", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:04:02.532827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41b3086f-bc43-491a-aff5-66904dbd1623", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely white goose, computer", + "public_commercial_use": false, + "recraft_id": "cf95a1d6-3233-4af6-a3ea-2f2338789569", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:32:01.345245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cartoon character Tweety Bird is busy at playing tennis on the tennis court. The cute little bird is looking at the camera. The picture looks cute.", + "public_commercial_use": false, + "recraft_id": "c2777aad-c69a-4d5e-b7ba-168888b38620", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:28:51.738131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cfe377b-b5c2-441e-9785-46207d46b205", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey birthday hold a birthday cake with candle and wrote Yorick 0227 .Disney Castle, with fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "8354799a-052c-46fb-803f-3da5439ede70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:29:12.732871Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5283f0c3-f9fc-41c1-9b2a-305d55acc9ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat black puppy with white angel wings walking across a wide field of snow with his footprints beside him and a light snow falling in the sky beside a Christmas tree and Yosh BB", + "public_commercial_use": false, + "recraft_id": "d2070826-4fa8-48f0-8168-0d2b850f0a68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T03:30:19.287306Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a7d4c685-f495-48b5-9c75-82b1a7d6dd31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Riding a shared bike on road", + "public_commercial_use": false, + "recraft_id": "b5979f55-b106-48cb-9b0f-0e5de856a655", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:03:38.613711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d93b2b93-3a99-4d3a-afaa-f83ea73f45dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon", + "public_commercial_use": false, + "recraft_id": "fbf4119f-6162-4a30-acd8-7a20da2fb051", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T06:01:02.629551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A monk burning a tample japan a huge fire he is sitting in front of a big puda ", + "public_commercial_use": false, + "recraft_id": "96745ddd-8957-48d6-bc21-9762e7c59c29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:33.458199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92e8760c-a722-4aaa-9382-edcf9288f455", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stands in front of a burning house in a white wedding dress, holding a fish tank with goldfish in her hands and white lambs beside her", + "public_commercial_use": false, + "recraft_id": "0d3c4410-6d32-41e4-b168-ab032f20845c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:57:00.404265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb625853-2664-4111-bc73-49a1193cfdc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellokitty cry under an green alpple tree,with bufferfly", + "public_commercial_use": false, + "recraft_id": "9959bc91-371c-4c5e-9da2-702d224d3fce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:11:02.291829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbc73715-c209-4ac5-af13-566e095b4352", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At a birthdayparty, a cartoon hello kitty doll wearing a long dress and a Santa hat on her head holds a birthday cake with the date skye1224 (not a person).", + "public_commercial_use": false, + "recraft_id": "53f5513f-1a9a-4499-b908-9084e3f5513b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:57:02.810445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b83dd31-4df6-4ef4-bf66-1af3e5eaf954", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a merle boarder collie with glasses sitting by the desk and working ", + "public_commercial_use": false, + "recraft_id": "75e9659c-5d43-47d8-9ab2-3e387575e936", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:22:16.84749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b20341a5-25f2-45b2-82b9-66987e108867", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Samoyed puppy dressed up as a snowman, complete with a cozy scarf ", + "public_commercial_use": false, + "recraft_id": "e2be0d46-c699-4569-b4da-46f8a4a6fec4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:27:58.644319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d813f058-cb06-4283-bbf6-dcec3e473664", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Damon luv selina\" in the snow, a hellokitty doll next to it, Christmas tree,sun", + "public_commercial_use": false, + "recraft_id": "82b6b485-0363-4fa9-8b44-eabba3c0e7fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:11:43.808734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e088742-ce9f-4591-98c3-4937c09c7a53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border Collie is playing on the swing", + "public_commercial_use": false, + "recraft_id": "2db65b8e-85e3-4cfe-91d3-159d050d6e23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:23:42.789933Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "d2e49994-2343-4335-8cc3-1d0f2c88fa41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat lie with flowers and old computer and ballons in the snow, clounds in the ground", + "public_commercial_use": false, + "recraft_id": "ac268825-01b2-497c-ab48-852eaa1ddc15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:26.705266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f54e160c-f954-451d-94e3-3da04e558907", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a piano that is burning with fire", + "public_commercial_use": false, + "recraft_id": "dcdc09d5-842c-4a74-8d67-4ca9c0d2b4a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:37:56.05109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Many golden retriever puppies are running on the grass", + "public_commercial_use": false, + "recraft_id": "55b6a078-11fc-466f-aff1-6c804411fded", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:43:09.608147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "114a3ab6-6169-498a-99b6-3dda17999690", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy and a black cat is playing together outside. There many stars in the sky", + "public_commercial_use": false, + "recraft_id": "dca498eb-6800-4acf-b110-e76e8eb7d5d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:43:09.616152Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d03cc709-1b1d-43ce-a5d9-cde9dcac2bac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "overexposure", + "public_commercial_use": false, + "recraft_id": "2706eea0-db69-4bfa-967a-6d3ed30dd137", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:12:24.325055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6081d5ed-47f2-400e-b946-d18eb00cff15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever, sofa, apples, Christmas tree", + "public_commercial_use": false, + "recraft_id": "4d73a1ac-a90d-4a79-8cb3-1f16cfca0d0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:02:06.57655Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22386430-a385-462d-a332-d39db11f0b19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is listening to music with a border collie puppy", + "public_commercial_use": false, + "recraft_id": "b10ff2df-f21e-4300-8b99-6c9c1b850fd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:59:40.705131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a8d0714-5fe5-47b3-9f20-433d939f1331", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Bubble", + "public_commercial_use": false, + "recraft_id": "8015f30f-1cbf-4106-af6d-43109be6f687", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:24:12.135199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ae261b7-6dc6-42d0-9432-24a903798827", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Micky mouse holds a cake with 1209 and Alex on the cake .the picture looks very cute and warm", + "public_commercial_use": false, + "recraft_id": "83e56d63-9315-4077-b9e9-780a306c3c8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:14:20.791797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b396565-6995-439f-bdc8-86c05dde11c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Mickey is holding a cake with the number 0618 on it under the Christmas tree and fireworks.", + "public_commercial_use": false, + "recraft_id": "aa38000a-1232-4689-a781-62f7b1ca4087", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:52:15.089286Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8beb6b38-cb82-446a-b425-5d734ccda560", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing by the sea. The Christmas tree lights up. The Christmas tree is silver.", + "public_commercial_use": false, + "recraft_id": "f3cc2523-38ad-45af-990e-09da5954fb0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:10:38.591806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "142bcd4b-8e73-4405-9a70-56a5fdfd7a85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "mickey snowboarding", + "public_commercial_use": false, + "recraft_id": "ef159484-206d-4499-b420-25604aa75fbc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:55:28.312859Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "4011236a-0e0f-48a0-9cd4-2b0459fe27e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tall Christmas tree.", + "public_commercial_use": false, + "recraft_id": "f94403eb-24dd-4430-b405-052df63c4a31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:56:03.75986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "811a048e-da17-48a1-b9f3-9a059957465e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"selina \" in the snow,a hellokitty doll with pink dress standing next to it, sun in the sky,chirtmas tree,gift", + "public_commercial_use": false, + "recraft_id": "a451ac72-69f4-46e2-bc03-013a7a783326", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:47:56.7545Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6129a139-1a3d-48f3-a0c1-b8e471448c66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "under a sparkling starry sky, a gigantic pineapple floats above the ocean", + "public_commercial_use": false, + "recraft_id": "94227280-f9ec-4ba3-9bfc-19af4f531a3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T04:05:15.393102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1beb4f63-c4e7-49a8-88b8-83701db7c6e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "British Shorthair,computer,fire", + "public_commercial_use": false, + "recraft_id": "47ef90f2-cb89-40e3-b5d2-b574f7e7889b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:00:08.790784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow", + "public_commercial_use": false, + "recraft_id": "6e2c5b12-6de6-419c-b3de-59a14e665fb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:58:57.153217Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0df61eee-704d-405b-9303-fe285b906ce7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Godzilla, Tokyo, explosion ", + "public_commercial_use": false, + "recraft_id": "fff662bc-089d-428b-aff8-910fc3848d97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:19:52.883277Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47c8317c-01c3-4efc-92e6-b897f8aec423", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat with headphones drawing architecture drawings", + "public_commercial_use": false, + "recraft_id": "a260d662-0e31-47e4-9087-4ed6e409a445", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:33:54.360878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4a7efb9-caab-44f3-b888-0513c8d0144f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute yellow and white toy dog is eating a hamburger in the living room", + "public_commercial_use": false, + "recraft_id": "7875c28c-0606-4c73-b21e-78f715663a00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:52:19.289482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b0832f5-c896-4104-b98a-98aee1078247", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Lots of Flamework bloom in the sky, winter, snowy", + "public_commercial_use": false, + "recraft_id": "834df813-8add-4eb0-a031-1ee2d570730f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:41:18.954428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6588e31c-2e82-4fbb-acde-df52286c4e27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I want a Pikachu holding a birthday cake with 1227 written on it.", + "public_commercial_use": false, + "recraft_id": "23f957b5-d8fd-42ca-a8e6-8c9eca49b7d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:52:35.755817Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3e5ac593-530f-4f1e-9f1d-5c1b647ec43b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "schnauzer with wings is making wish to a Christmas tree with snow and a sky full of stars ", + "public_commercial_use": false, + "recraft_id": "ef479719-4aaf-43be-a5cf-4f7c2ad029c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:40:01.160308Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c753a9b-2484-49ad-b32f-39c01f2ca393", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, HelloKitty is by the sea, it's snowing, and the sand is covered in white snow with the letter XW on it. There is also a Christmas tree in the snowy ground", + "public_commercial_use": false, + "recraft_id": "649a86d1-6974-41b6-82ab-4ccce51939aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:56:52.533051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79e6edf8-4d2b-4fbb-be7b-d76c3d699388", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wizard cat casting spell", + "public_commercial_use": false, + "recraft_id": "b41a70ad-9570-47a0-ac68-68194f864ca8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:21:46.734428Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f05db84a-0042-4088-92bd-2203ef98b5bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Christmas tree on the snow, with the sea and sunset behind it", + "public_commercial_use": false, + "recraft_id": "71cfc8c5-67d4-42ec-b7d8-d85444b41326", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:11:26.854566Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71ac53a2-35c5-4110-9be2-454fcc5d297d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat, snow, firework,star ", + "public_commercial_use": false, + "recraft_id": "1c67d5e2-3f94-4925-9f58-086d53cf4dfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:21:45.055815Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "635a4926-8e14-4a8d-bd88-76b19ee3dd1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty in outsides mountains. rive and tree", + "public_commercial_use": false, + "recraft_id": "fc77ff8e-05ec-411d-9c13-33135e3a6f32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:00:22.881975Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d9ddfa5-0d8b-4f1e-965c-43ae591effb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty kills santa", + "public_commercial_use": false, + "recraft_id": "249e6513-3dca-4489-8f80-28be34e14a2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:42:43.531822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "643179de-a65e-4c9c-9d60-d1d2819d4d91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable panda wearing headphones and ski goggles, coffee in hand, skateboards on a snowy mountain.", + "public_commercial_use": false, + "recraft_id": "126eacea-eb2a-4302-8b7a-5553c08f73c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:32:13.80225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9853c673-b81c-414d-8451-d74957b25088", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " blue-and-white British Shorthair cat piloting a flying saucer, wearing goggles", + "public_commercial_use": false, + "recraft_id": "970444eb-d88d-40d5-87ea-1b574a2ff714", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:09:49.938222Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1189cb82-e93a-4d30-90be-c39fd73e4bb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute calico cat play in the snow, snow man", + "public_commercial_use": false, + "recraft_id": "877d74ec-1b53-4161-a24d-d3f45c9e09fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:51:03.692472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77929d55-dba0-442f-ad70-584e69bbd370", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A furry otter with a hammer smashing a computer", + "public_commercial_use": false, + "recraft_id": "34e5e447-b919-4496-a510-9ec5b5416a78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:30:04.878726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87a7b430-0354-4a70-a2c1-685bf6634e52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a 60 years old chinese man sitting in front of my lixurious house, looking at the sunset and the vast grassland with phonograph record playing", + "public_commercial_use": false, + "recraft_id": "7a94596a-ec01-4a18-967d-87bf32b5a458", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:38:57.928523Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4e913ecc-3cdc-4e54-bd7d-05c5c1912689", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cartoon Hello Kitty sitting on an iceberg cliff, drinking coffee and looking up at the starry sky,looking down at angle ", + "public_commercial_use": false, + "recraft_id": "65221429-9985-4976-baf3-e7fec08111ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:01:08.659598Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty, sailor uniform, Bichon Frise puppy, Maltese puppy, snow, merry go round", + "public_commercial_use": false, + "recraft_id": "5b2efc80-9ea9-4b25-8b42-191c03d4717c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:48:52.219249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad0cb6b9-3899-45b5-852f-fad25dd02f64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Strawberries and cigarettes always taste like you.", + "public_commercial_use": false, + "recraft_id": "bae7d32f-3453-4b0c-87e8-1dd3dbf0d594", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:43:18.282387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a407bad-cabe-4c62-b4f1-2bcfd5614ddc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A large Snoopy doll holding a cake facing the camera, with a birthday candle with the number 0128 inserted on the cake and a large avatar", + "public_commercial_use": false, + "recraft_id": "10ea30ca-8a0a-4da6-8512-11325e8fc5a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:49:20.444826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72657a51-bb4a-4a7d-bb3c-0d300e5814e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A leopard with sunglasses sip red wine in a roadster", + "public_commercial_use": false, + "recraft_id": "606451b2-cf0f-482f-b191-ea860ec92c95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:32:10.041624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d510c9e1-cecc-4511-bf39-911ab5f4c598", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland White Terrier and butterfly", + "public_commercial_use": false, + "recraft_id": "a67df2ef-1a0d-4bbb-8dba-1ec3d9c819f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:48:23.714648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing in the sky. A black kitten is looking at the stars in the sky. There are kitten footprints in the snow, and a white West Highland puppy with transparent wings.", + "public_commercial_use": false, + "recraft_id": "3863dbf5-9c0b-4d0d-9dff-960be02356a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:03:50.635407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14066c6c-c08b-44d0-8a6c-112051e35f9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cat watched the fireworks at sunset on the beach", + "public_commercial_use": false, + "recraft_id": "21cd6f35-a264-493e-a20d-a5bbe1c9ccd6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:44:36.22567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d0453ef-6d24-4db7-b4f9-e38bff7c3b51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog wearing Santa Claus clothes playing guitar in the snow", + "public_commercial_use": false, + "recraft_id": "0df950e9-03a5-4907-b27e-d0041f687b32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:58:22.106996Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f34ab14c-d15a-4714-9f16-9a88b9e6359b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty sitting in the snow,dagger in hand", + "public_commercial_use": false, + "recraft_id": "a5eb40b3-0220-446c-b554-2d77183547cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:36:26.982708Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e14b286-4352-4dae-8c7c-3dbdbd715655", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitten is singing, and a large photo is falling. In the photo, there is a kitten playing baseball, snowing, and a red scarf.", + "public_commercial_use": false, + "recraft_id": "70557ace-5610-4e13-aa62-55e217883aef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:19:50.52464Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "c1baadde-c125-4346-ab44-b657a69a1269", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "merry-go-round with diamonds and gems, Art Nouveau style room", + "public_commercial_use": false, + "recraft_id": "1137422c-6f37-4112-855a-a8414bea2f64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:31:52.496133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c708536f-5151-4c7e-94ce-4be357f47a27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A birthday cake with burning candles near the sea, and pink roses inserted on the sand", + "public_commercial_use": false, + "recraft_id": "bfcab964-fb7e-45a8-aca3-8da8ab596c24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:37:33.325441Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96b66cd2-c511-4d37-b3ec-270b0d19b822", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bunny rabbit smokes in the snow.", + "public_commercial_use": false, + "recraft_id": "ab6b9dd6-9e2a-4b23-86e5-6912a1792d67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:33:04.283395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cabb83f-6772-4576-98ba-7958917beaed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat sits here holding an oat latte watching the volcanic eruption, wearing a pink star outfit with CQL written on it.", + "public_commercial_use": false, + "recraft_id": "ff0ed478-5220-426d-9974-e22a3a2f9fe0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:20:22.553771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bb71788-b441-480c-becb-0403dcaca1ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty on the beach with snow and sunset on the snow. And write a word \"YQ\" on the snow.", + "public_commercial_use": false, + "recraft_id": "fd2bc464-3cd0-45ae-9740-b3fe899ada75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:30:08.500547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e29dbe59-9e6d-47cb-8f51-5cbd63f8092a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"H1109zj\" in the snow, sunset , beach, a hellokitty doll standing next to \"H1109zj\", drifting snow", + "public_commercial_use": false, + "recraft_id": "ce527833-9f3f-4528-9fe9-12221169b584", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:06:28.732145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dog fly on the ocean with wings.", + "public_commercial_use": false, + "recraft_id": "a567c3d8-9626-4684-84aa-053a1a26d33c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:38:55.89325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "daca3c02-42e9-43d8-9e6f-ac3a3f13ef44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy mountain, a snowy field, an outdoorsy hiker meets a white wolf.", + "public_commercial_use": false, + "recraft_id": "226a777e-5b51-4e07-a7ef-dfb83cd37faf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T07:15:14.443309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00e8aeee-79e1-4eca-a348-e96f3ff78c0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit and a broad-eared fox were playing on the beach", + "public_commercial_use": false, + "recraft_id": "f17ceac9-d9f7-4d05-8ab9-55b762aa9add", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:22:30.50115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abe3c22a-8302-4a0e-8325-ebf47a17ef37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fat, cute Samoyed", + "public_commercial_use": false, + "recraft_id": "523cb2c8-c65c-479a-b370-f536cc89b06a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:03:36.126542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24dab0d7-2bc3-4c23-a266-6aeaa8284555", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Bichon Frise, poodle, British Shorthair", + "public_commercial_use": false, + "recraft_id": "bad8a623-24f0-40e3-92ac-12113ee3de69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:31:56.018301Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7db04934-4123-488d-a13e-f8fcd6c89eff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Melon Spice Drugs Alcohol Party", + "public_commercial_use": false, + "recraft_id": "bff3dedb-2fdb-4b19-8953-d4c103bea38c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:50:58.523421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e8c29b1-f98e-4201-960e-4532dcf08eee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Border Collie black-and-white color wear in a suit/ playing piano/ in the snow field/with a red-bordered sunglasses/ a glass of champagne on the piano", + "public_commercial_use": false, + "recraft_id": "0088ff59-ac85-4266-bf68-c1f043d3daf6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:04:33.612929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b1ea442-ad21-44b3-9f5e-3706de116c23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat ", + "public_commercial_use": false, + "recraft_id": "a9668a81-71d1-4008-8dbd-5e80a3c48f52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:29:48.817101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "991a6df3-406a-4c26-9b00-a3c060d358ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"PXY\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "c98567b2-93e7-4d3f-b031-2acfa18db778", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T05:12:38.421241Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "676d85d1-1af9-4c2f-a430-c7edb257a29a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat", + "public_commercial_use": false, + "recraft_id": "e809ca3a-5527-4e1e-80fd-92285f43c274", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T04:15:47.514803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0ceabdd-e498-4458-b112-cee3ef8ba6e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens and fireworks", + "public_commercial_use": false, + "recraft_id": "c2fa86e0-1d19-4808-8301-21c7ca12992c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:15:01.391604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "177cc93f-f7f7-47e1-ada8-dbfe4281a642", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles should be wide angle, framing on leading lines, two people clinking champagne tall glass", + "public_commercial_use": false, + "recraft_id": "597c2714-0efa-4efd-af34-9051022c247a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:20:20.328609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17bec136-fa16-439a-8621-ee3608fc312a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a bear doll taking Polaroid photo", + "public_commercial_use": false, + "recraft_id": "ae2b840b-7189-4d4b-9998-abf69f5f3427", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:52:44.972093Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1f0536e8-0c1b-4edc-8485-4b33f10b69f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Camera angles shou be high angle,rule of thirds,White bunny wears new jeans,dreamy,old tone", + "public_commercial_use": false, + "recraft_id": "f7a79f3c-bd76-4583-88cb-3c42dcc5b6ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:25:29.27425Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "31bb8028-b00d-4d2f-b660-664462c38e65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The bitter smell of lemons remains in my heart and won't go away I can't go home until the rain stops You are still my light", + "public_commercial_use": false, + "recraft_id": "cca058ac-014c-4b3c-8bef-31b166c38e6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:41:14.619176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8506bef-e909-490b-af77-0563fe9f7704", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"YING&QI\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "7a5a2d1f-7d14-4b27-8841-f11aa07dda4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:47:11.461465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48e8f0c0-7486-4c20-9b85-eb7ad209b4b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A fluffy yellow cat with a crown and a long black expensive car behind it, there is a red carpet in the front of it and a lot of people with camera shooting it, surrounded it, there were sparkling shining filter on it", + "public_commercial_use": false, + "recraft_id": "6a067f33-bbe4-4305-afd4-26149ec08bb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:25:03.179043Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd85e19f-06c6-4b55-8747-96a83520482a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "free.snowberg.lonely.unicorn.blue", + "public_commercial_use": false, + "recraft_id": "5c1490de-b79d-439e-a536-7d880ebadbfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T00:29:40.853172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc68c246-eef1-42b0-9ef6-22ae0307687d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Jzyyy\" in the snow, sunset , beach, a hellokitty doll standing next to \"Jzyyy\", drifting snow", + "public_commercial_use": false, + "recraft_id": "bf4ca97e-e31a-4a08-8763-eb04cef864d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:53:55.042189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ca55014-ba9a-407c-83c2-2a5fcde84db4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Miffy is working on a computer while wearing glasses.", + "public_commercial_use": false, + "recraft_id": "b31c7bb9-483e-4cca-8fcc-2204432da323", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:31:25.824328Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e99ece23-6df5-45c5-9d05-b1e4b478a445", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The grassland was pitch black, and people were wearing Tibetan clothes. There was also an Ultraman there.", + "public_commercial_use": false, + "recraft_id": "731a8320-b304-4c71-975c-e2d087bd1c31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:29:54.632631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b32a4aa2-b78c-486b-933d-65f385f76234", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tan skinned Hello kitty is having her Friday in the outer space with cocktails.The Hello Kitty is also listening Brat by Charli xcx.", + "public_commercial_use": false, + "recraft_id": "a0922ab7-c39a-473a-8e61-4e641fd35a46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:49:07.212005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "572fbb10-e753-4227-8e87-96b19dd3a091", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On an endless snowy night, the black cat gazed at the burning Golden Pavilion Temple, accompanied by moonlight", + "public_commercial_use": false, + "recraft_id": "0972c777-2ca9-48cd-a797-2091294dde4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:53:01.046469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e3354c8-ef86-49e6-a98d-d0c70ec088cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fluffy blue rhino doll working in an office, typing on its laptop, wearing headphone listening to music. ", + "public_commercial_use": false, + "recraft_id": "4ce5c2f1-31b7-4620-92d6-cd21c32dcdc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:35:02.917243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b9770d5-d6b5-4a18-8396-6ade811fbcb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ip hello kitty and ip Cherry Komaruko work in the office building", + "public_commercial_use": false, + "recraft_id": "fdaf6350-5f9f-49b3-b106-5b3d4d19befb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T02:30:32.818744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de0a7656-ea31-44a1-bb90-66361cb3a61e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy black and white cat, sofa, TV, Christmas tree", + "public_commercial_use": false, + "recraft_id": "7105407a-54fe-48bb-a337-26104ab31629", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:56:01.83746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82dd2854-0980-4c47-8ac6-ae756bdee860", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The HelloKitty doll in a skirt drinks milk tea in the snow at sunset in the evening. There are many rose on the ground, and \"LXH\" is written on the ground.", + "public_commercial_use": false, + "recraft_id": "56a1a748-dd09-4d25-b9e3-0bf4cbe07699", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:11:35.4912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf959261-cc22-4c50-8965-1b2a0a529d24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Small golden retriever and samll gray giant poodl go karting in the snow together ", + "public_commercial_use": false, + "recraft_id": "9dbcfa1c-5b10-425f-8967-6a9f1451239d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:44:56.152884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "689f1525-564e-4668-826b-c05bfc8b628b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty doll in the snow with PNZ written in the snow", + "public_commercial_use": false, + "recraft_id": "3ac2c53a-21fe-4708-b78b-ef05017d9a1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:08:18.99503Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8cb096b-d2ed-41c7-a3fa-4b3637071d9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat and the rabbit celebrate their birthday on the snow-covered beach with fireworks, and the cake has the number 0112 written on it.", + "public_commercial_use": false, + "recraft_id": "52c7df87-f2c7-4650-96f9-bcf7a6fa3115", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:29:30.785195Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21aea1c2-b5d5-4f77-8118-c3532292aaeb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fugitive kitty holds a glass of wine in front of an exploding volcano to salute her total freedom", + "public_commercial_use": false, + "recraft_id": "980ab872-9413-45d1-a9e9-6a72d8101daa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:08:52.051675Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "731c9e0c-d9c2-49ac-8e46-bbcfea36a439", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba Inu, wearing a birthday hat, in the snow, with cute angel wings, and a birthday cake in front of him, with \"GS\" written on the cake", + "public_commercial_use": false, + "recraft_id": "29a6e849-a13a-4f89-9b78-a7bfef2618b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:53:04.745003Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f54778c-36a4-4c7e-bc47-7d21c921edbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy day white crystal version of snowflake background and transparent candles black metal crosses", + "public_commercial_use": false, + "recraft_id": "41135dcd-c0b9-492d-8a4a-c1f17d489978", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:41:05.650919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c3c3db8-30f9-4566-9b62-c47fe50ab5a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A snoopy doll attends a show in space, dressed fashionably", + "public_commercial_use": false, + "recraft_id": "29ede351-e3d1-4996-8cc2-1e77ae451952", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:12:06.892767Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4142c483-a191-4f8a-a11b-0a1da4ec6f90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable golden retriever, adorned with a scarf and accompanied by Xiguodi, frolics in the snow upon the vast Xinjiang grasslands as the evening sky assumes a serene blue hue.", + "public_commercial_use": false, + "recraft_id": "c6bc7b7f-0e01-4a53-820c-cf4b7747f441", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:45:12.834946Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "78fb5b47-a224-437f-a484-aebec3d28ad0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sunlight forms the Tindal effect through the leaves.", + "public_commercial_use": false, + "recraft_id": "78bc4762-7173-42d6-89bd-6eef1f6d7429", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:58:14.907098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16456169-3ad8-4973-85c3-d95c9eb77b60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty drinking whiskey on orange plush carpet under purple aurora borealis", + "public_commercial_use": false, + "recraft_id": "30bb9066-c13a-4de2-81ea-b2a58be07f42", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:47:42.731803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f411a8c-94dc-4fcb-9c3d-caaff58f72c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Surrounded by a multitude of colorful butterflies, next to the Christmas tree are windows with foggy breath, on which is written THE8. There is a very cute, pure black kitten playing with a butterfly", + "public_commercial_use": false, + "recraft_id": "a5193a6b-8488-42a4-b7e5-e60def4af171", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:12:06.681275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a1bffc7-fd53-42f9-89cd-bfbc11eacf15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy dog and a butterfly watch a dazzling fireworks display in the snow on a charming island. The scene is captured from a distance, showcasing the expansive fireworks and falling snow.", + "public_commercial_use": false, + "recraft_id": "c6db06da-61d9-46d0-b6d0-2c03765d1ad2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:17:51.387184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Many books", + "public_commercial_use": false, + "recraft_id": "a314a09a-78aa-49d2-a4c4-7f10782b6c17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:13:30.875276Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d079353-19a2-478d-b1ad-7cc33f57670d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Christmas Dog sit down in the snow", + "public_commercial_use": false, + "recraft_id": "c34f7c84-97a9-426d-88cd-f81c828256b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:51:27.4291Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5828b89e-3ce2-4e85-b54c-77bf76bf1e87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A christmas hellokitty dancing in the snow. Writing\"Vernon's Vic\" and drawing a heart in the snow.", + "public_commercial_use": false, + "recraft_id": "583a672c-d798-4d87-8e35-63de9bd5b539", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T06:56:27.622314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5845d298-4d6d-499f-8f53-f2a4564ee908", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty", + "public_commercial_use": false, + "recraft_id": "556bbd5e-a5ca-4d19-b405-239e216b1465", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:49:02.228375Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2b6709df-1a7d-4eae-96f6-072712cefaeb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The day waves yellow with all its crops.", + "public_commercial_use": false, + "recraft_id": "79ec0a93-85e7-47d4-8448-e232a15159cc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:02:55.009165Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d3201f4-5b8e-487d-8985-ab13e61be049", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mona Lisa points a rifle at the Mona Lisa in the painting", + "public_commercial_use": false, + "recraft_id": "0ac62ed3-96f4-450e-bbc9-6f7fef14c199", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:48:22.533346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two American Shorthair cat with white bellies and gray backs with black stripes build snowmen in the twilight snow", + "public_commercial_use": false, + "recraft_id": "4dcd30b8-9419-4662-84ac-fbaa230e9770", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:28:47.758257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fbe81af-24c5-488c-b87d-4ec92757fa61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calm and confident figure standing on cracked earth, under a starry night sky with a crescent moon in the background, wearing earthy-toned clothing, holding a glowing star in their hands.\"", + "public_commercial_use": false, + "recraft_id": "63603118-0e4e-4c43-9515-830d051f3c2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:51:45.652949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6505e26-dd6b-466f-93ca-5f9043dc9530", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is playing with a German Shepherd dog", + "public_commercial_use": false, + "recraft_id": "6961473a-ca00-4e61-8447-ad47d312203c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:59:02.29266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05beaee1-42f2-435f-a41f-bd38be7ce6b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Small golden retriever driving a silver tesla cybertruck in the snow, various fishes flying in the sky, snowing, and the background has the aurora", + "public_commercial_use": false, + "recraft_id": "22f9b4d8-3a03-4e04-ae0e-adb8ffae38c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:50:14.527594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff048bdf-6527-4a4f-b582-8187a2c2b67d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy mountains, snow, stars, roses, there is a white cat wearing a hat, and a white beastly dog with pink wing, and a heart next to # YSHandZH written on the snow", + "public_commercial_use": false, + "recraft_id": "093ea57b-ebe1-4b12-8ab2-8ef1a196dece", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:26:49.852501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f280edf9-e31b-4c11-b781-de741076889d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man took a West Highland to see the aurora.", + "public_commercial_use": false, + "recraft_id": "88c08325-33bc-440e-a046-263225710080", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T05:33:34.657544Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "242ab6bf-1b4c-4bbe-a5c7-124696a1d457", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The curved moon in the sky.snowy mountains and lakes on the ground with strawberry cake and purple grapes ", + "public_commercial_use": false, + "recraft_id": "82361b0f-6795-4f20-9778-fe3fd86b45af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:34:45.432409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87c79975-c326-4681-9cef-bad3f8567397", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hamster is wearing a scarf and a pair of cool sunglasses, and is holding a glass of whiskey in one hand while standing in the snow, with snowflakes falling and a background of sea waves and stars in the sky", + "public_commercial_use": false, + "recraft_id": "0ec2baac-7f68-4cb7-a5d6-8a91aee6105b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:39:25.726633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is smelling a flower", + "public_commercial_use": false, + "recraft_id": "b66b8d7c-2431-4521-99f6-f28ca5f1c855", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:15:55.358569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cba5bd0f-843b-4d20-b861-0efaeaf51318", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed and Kitty wrote 5114 on the ground in the snow", + "public_commercial_use": false, + "recraft_id": "d3928bb9-8321-4871-bd80-cd24c8922965", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:27:54.388528Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a64b227-4e65-4480-9c18-0fa9ccced8f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise in the snow, goose feather heavy snow, birthday, aurora", + "public_commercial_use": false, + "recraft_id": "8f1e5386-1737-4806-90b0-75f077095df9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:20:17.494228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cf2a7ec-ceea-4651-9e4d-71df7ee03572", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat is on the grassland.", + "public_commercial_use": false, + "recraft_id": "376fdbdc-0fb5-4292-9e19-bb44eb8f088f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:52:47.909648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1beeb184-e7d8-4df5-ba04-f7ff9587a04e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "After dark, the sunset glow was reflected on the snow. There was a bonfire on the snow. There was a wooden house on the snow in the distance with heavy snow.", + "public_commercial_use": false, + "recraft_id": "205d8adc-198b-4b6c-a039-aa1d766c0e14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:07:38.528699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "978941b7-619f-4ba8-8cda-d161ecd0c3aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Thank you for showing me love", + "public_commercial_use": false, + "recraft_id": "336a6e5c-0007-4efd-906e-2ce0bf1d5213", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:27:15.754521Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1691ec6-1385-4437-8ed7-286e54a7400b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black puppy with white angel wings walks on a wide field of snow with light snow falling next to a Christmas tree and the letters Yosh BB", + "public_commercial_use": false, + "recraft_id": "e92da629-2bc0-491e-b6c5-2065c5df6374", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T08:29:21.978747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c66ef442-08d5-436c-aaff-9c9d711d7c72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty named CUI doing design job", + "public_commercial_use": false, + "recraft_id": "d4dd1a75-d1ee-4fce-8669-14db96baddc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:15:44.509968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "339f0790-0b77-4a1a-a0f1-fcb05d700141", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Marshmallow lamp, banana chair, green shelf", + "public_commercial_use": false, + "recraft_id": "5f62693e-1393-42ee-bf9c-323e46b53f7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:55:07.83431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy night,glowing Christmas tree,firework,Snow by the seaside,no human", + "public_commercial_use": false, + "recraft_id": "8361724d-e108-4eed-ab7e-63c3598a70c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:08:12.820804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A west highland white dog with white wings and a Santa hat on his head playing in the snow, with big eyes and cuteness, with a bonfire next to him and a clean background without humans", + "public_commercial_use": false, + "recraft_id": "0c52e99a-0591-4b1b-bb4e-38e49a976ad3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:57:16.751041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e537c77-1745-40ea-afaa-fc09adb0ed24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Schnauzer in a Santa hat with the letters PHB next to it", + "public_commercial_use": false, + "recraft_id": "d7c71301-72bf-41da-9a24-a877e9154bd8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:13:18.492819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3800d65-6d3a-4a45-8be8-fd298972f08e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On christmas day,a British shorthair blue and white cat,wearing a wizad's robe,holding a wand and casting a spell", + "public_commercial_use": false, + "recraft_id": "e9b8ffe1-c094-4bdd-aa64-094b44984140", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:56:42.576577Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "93cf89d6-ecb1-4398-9d23-aa814a148ce4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty dances in mountains. it is snowing. teddy bear is proposing.", + "public_commercial_use": false, + "recraft_id": "e5e484ca-dc48-4dbb-b35c-e393cb506d63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:33:32.760017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43325ff4-df85-48c9-bce3-81dfaf119c7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is running in the snowy night, chasing a butterfly.", + "public_commercial_use": false, + "recraft_id": "d289b19a-b0fb-42f7-85a9-87d27bbae85d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:59:25.573492Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3002bca8-59f8-4e38-950e-27b9efb15ffc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit sits next to the computer", + "public_commercial_use": false, + "recraft_id": "8a07ca55-8990-461d-a193-b4e1d01aebcb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:14:19.667041Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1e504ff6-32dc-4390-b6ee-8982b4516503", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bottle in my hand, the whiskey up high; Two hands up to Heaven, coyotes run wild", + "public_commercial_use": false, + "recraft_id": "499bdb4b-e641-45ba-8a93-a81b69c27d54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:13:14.22922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "798a4a8b-d745-462b-8901-01fa526acaac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Blank composition, Common leaves", + "public_commercial_use": false, + "recraft_id": "48d64849-a529-4b32-a6d0-8198299e240a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:44:42.801696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f334f0d4-71df-4e04-bb5a-038bdf6278a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the forest, there is a red house on fire, in front of which there is a big dog leading a balloon", + "public_commercial_use": false, + "recraft_id": "a8459333-4cc1-4134-ba10-4477fde9a629", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:53.405808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42a3ab56-ef8b-4f11-9555-e0a8b844c83d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a merle boarder collie walking in snow land", + "public_commercial_use": false, + "recraft_id": "ae7be736-0ff7-4732-8000-6e5d632e86db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:32:59.838608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little cat holding a cup of coffee in Iceland aurora", + "public_commercial_use": false, + "recraft_id": "6bdb3279-d601-49db-bc95-1b41b69471e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:43:29.582189Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With stars in her eyes and veils in her hair, with cyclamen and wild violets", + "public_commercial_use": false, + "recraft_id": "258ad43c-a8c4-4882-9a98-afabc49003a4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:02:14.972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "782e42db-51b8-4c96-b12a-2799979ec951", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful sky, hello kitty doll with pink hat, lighted Christmas tree, snow, manyau written on snow, close-up", + "public_commercial_use": false, + "recraft_id": "307f929b-0953-4a54-bbba-63a6b7af4f2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:06:10.395559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a39a63f-0b0f-46b0-994a-e9378f8f3be7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy wh pomeranian wearing aviator glasses and a rabbit are hanging from a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "c33337ac-673c-4f88-8c41-f25b590c0828", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:17:26.362089Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6f5dc78-e487-4aa8-bfce-1a6e1012d8be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat on the beach", + "public_commercial_use": false, + "recraft_id": "5887d499-9cef-4ca1-ac5c-d712fa4437b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:35:34.348969Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1459f1e1-4aff-4310-93bc-f77844ca9a49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cartoon Hello Kitty sitting on an iceberg cliff, smoking a cigarette and looking up at the starry sky,looking down at angle ", + "public_commercial_use": false, + "recraft_id": "7b10d74b-8e3b-45a1-a111-ca53f6f61667", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:25:45.166121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c441ebc6-a42d-4a1f-8446-517a90d8dc8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, there's fireworks in the back, and there's a lot of rings on the table, big rings, close up.", + "public_commercial_use": false, + "recraft_id": "f464dbf5-2a8a-427c-a0d5-223cca9f9cb8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:46:11.252587Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "def25ea4-a681-43b8-8a62-95ec39488975", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white West Highland Terrier and two American Shorthair cats are playing happily in the snow with a few small footprints on their backs. There is a Christmas tree next to it with small lanterns hanging on it. At night, film camera shooting. The puppy is in the center of the frame.", + "public_commercial_use": false, + "recraft_id": "c814ab99-a17d-4bbc-bfa6-3c503e339a5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:00:09.267994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable white Pomeranian with rollar coaster", + "public_commercial_use": false, + "recraft_id": "a54ab289-4d38-4df3-ad98-ac8383617f83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:48:08.467852Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c639a0b6-64c6-4993-993e-429de3ef398a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A man is snowboarding in the snow, and both people and skis fly into the air, and the posture is very handsome. The man wears an Arc'teryx brand top, which is earthy yellow. The pants are black AK brand ski pants, wearing black ski goggles and helmets, and the skis are black snowboards", + "public_commercial_use": false, + "recraft_id": "d748ff95-0713-4d3c-b612-44a786292f5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T09:59:13.201666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a3feef3-c149-4e66-a3a4-7377246beb53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty sitting by the seaside, and the letters XAXI written on the beach", + "public_commercial_use": false, + "recraft_id": "047f9b3a-6c62-40d0-8cf4-6a60d4b937e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:10:18.258637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b703550-b83b-425c-8f08-68ac97d4a040", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "snow ground with running puppy in white ", + "public_commercial_use": false, + "recraft_id": "0d6dd352-a873-4fa5-90f3-48bc41812cf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:36:05.684039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e971424-75f6-4b3a-b2c7-22d8a7058bcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "spaghetti factory explosion", + "public_commercial_use": false, + "recraft_id": "dba2e2c2-37b6-4909-a291-5ba123d66bfb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:58:21.454924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4b55b94-70ca-4419-8c1a-5d174301611f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is celebrating his birthday with sheltie", + "public_commercial_use": false, + "recraft_id": "1eb3fc61-d227-438a-b686-5839c2bc906b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:06:44.449379Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c248716d-b6ac-4b71-a748-159d063352df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden monkey wearing a birthday hat on his head. There is a birthday cake next to the golden monkey sitting in the aurora snow. Reesie is written on the snow.", + "public_commercial_use": false, + "recraft_id": "ee3dd765-8119-437a-825d-5f1769918452", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:05:38.875649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Footprints of a little butterfly and a cat on the snow", + "public_commercial_use": false, + "recraft_id": "812b7487-8e6e-4331-9432-fb0438bcb357", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:52:53.760271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e21b516a-cd60-4aa7-bdd0-cb9689c93b0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Texido cat playing with orange tabby cat on a beach with firework and butterfly", + "public_commercial_use": false, + "recraft_id": "9df09a39-45b5-4bda-8c9a-7ad72fb66d2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-11-29T00:08:30.017885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c420e13-54eb-4aea-8e8d-2a30339a924b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat in the snow", + "public_commercial_use": false, + "recraft_id": "a3fb7d60-4db0-4fac-8914-e5492e2c05fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:43:08.278264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6624a577-4e4b-4c6e-8ecf-cab51667de67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry puppy wearing a Christmas hat is running under the Christmas tree on a snowy day", + "public_commercial_use": false, + "recraft_id": "b7ca581a-8418-4056-a7f4-c3f482adb169", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:14:57.279597Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa3a3619-1e82-4a26-9d7a-d3f19dab0424", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white dog playing in the snow", + "public_commercial_use": false, + "recraft_id": "ed3cbfc3-7f36-4545-96f5-e04bc226dd60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:17:41.020616Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d0102f5-fc93-4262-b826-842ecbc96a45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree adorned with apples in a snowy scene, with a sleeping kitty.", + "public_commercial_use": false, + "recraft_id": "83d87f4e-df21-4507-bfb1-b7eda7bb8b85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:34:50.923206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0b28655-cb3f-4baa-830d-6864c6a00afa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry cat and a plush bear are walking in the snow at Christmas.", + "public_commercial_use": false, + "recraft_id": "9fe809bd-7c36-449d-a830-fa63b56e824c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:47:10.738912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4b81a16-555c-4d35-9630-fc9dd8b28ed1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat learning architecture is drafting and designing in a room with a laptop on the desk", + "public_commercial_use": false, + "recraft_id": "b1e18894-5b75-4e0c-b1c5-81cee93ac74a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:08:37.054869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07286aaa-4748-461a-b360-e4ecee4e56a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty watching fireworks at the beach with XKQ written on the beach", + "public_commercial_use": false, + "recraft_id": "2dc11186-b3c8-4f7f-bc94-a03f50ad7f28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T09:31:17.060625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d39f251-3d59-43ee-bdf0-f9d5731c1dea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Your wounds are golden yellow", + "public_commercial_use": false, + "recraft_id": "34160d70-59cb-4e69-8888-40398f69348f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:05:48.501937Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22510929-1c17-42b0-9cd3-efe8bcc34eb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow flowers", + "public_commercial_use": false, + "recraft_id": "dfe4a5a2-8a37-4f56-af3b-c06527681de9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:49:42.135425Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0567c05f-422a-4f37-8194-7eeb3251e093", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, Hello kitty wears a scarf and sits in a Christmas cafe reading a book .Foggy snow landscapes and Snowfall under neon lights", + "public_commercial_use": false, + "recraft_id": "331f6121-bf42-4a59-8989-441c090ef5ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:32:51.663933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05dd16ac-e8e9-4d50-9d1a-d259a81c5d83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of little golden hairs are playing on the snow with golden star elements.", + "public_commercial_use": false, + "recraft_id": "c22f890c-50ce-47b4-9a7f-d0c6119130ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:02:20.332206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17aaed71-6ca7-4503-b0c3-041a1baa2f7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snoopy working in front of a desk", + "public_commercial_use": false, + "recraft_id": "93e690c5-533d-4fa4-a738-db626a487645", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:02:48.928162Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d3f87f8-85cf-4967-8e6d-58933eb7ee7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mini dog wearing a white veil, A mini dog wearing a white bow tie,eating cake, under the sunset by the seaside, with grand fireworks blooming in the dark blue sky", + "public_commercial_use": false, + "recraft_id": "0ef44ecc-54ad-45ed-99ba-dacd6acc029d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:13:42.13076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e20bdcf7-dd8f-48c5-8593-a06770b268fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland terrier, sofa, TV, Christmas tree", + "public_commercial_use": false, + "recraft_id": "427044e7-5191-46ef-b1f8-00750a019154", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:04:19.480885Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f55a5fc2-6814-4a99-a97e-340118f84506", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little golden retrier, its mouth with a piece of red card paper with Alby written on it. The puppy wore a birthday hat on its head and squatted on the snow. There were fireworks in the sky in the distance. the puppy was surrounded by bubbles.", + "public_commercial_use": false, + "recraft_id": "e4142157-7ab9-4760-9208-3b7058d1c17a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:54:55.950405Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c40dcf0c-d178-44d0-9a06-50361c0a66aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow White crystal version of snowflakes and transparent candles Black metal crosses", + "public_commercial_use": false, + "recraft_id": "86e3971a-fc5e-4828-9c40-f83b5ca61962", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:36:11.06025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7124556e-a777-48ba-8685-cb057e7b7010", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat on the left, three cats on the right, a house in the middle, and a series of footprints between the house and the cat on the left", + "public_commercial_use": false, + "recraft_id": "c9fb4771-a72a-4aa5-9c72-322ecc9ff841", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:42:59.916038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76ad344b-4635-481d-a5a5-2f77ebf2a934", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cute rabbit with an angel's halo and wings in the snow and a Christmas tree nearby", + "public_commercial_use": false, + "recraft_id": "6004a486-0a4b-47dd-a01e-74df06855914", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:26:48.64006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "298839c2-6e6b-4600-a626-85b675f968fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Big-eared Abyssinian cat wearing glasses holding a wine glass and looking at a burning computer", + "public_commercial_use": false, + "recraft_id": "616a7575-5179-40bf-835a-e6681f650729", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:42:09.300568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2282f97-3b30-47d2-a189-8e1b3f6f2b31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A 60cm Snoopy doll takes part in a show in a spaceship, dressed fashionably and with brown ears", + "public_commercial_use": false, + "recraft_id": "2584570f-340a-427b-9757-caeb726963fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:20:30.763778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e4abb40-c4ae-406e-9b99-9f1cddc689a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A big blue Angry doraemon, a cinamon roll, broken happy birthday cake", + "public_commercial_use": false, + "recraft_id": "d7c8ca54-d489-44fe-8056-5f29b8733a95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T02:59:19.182198Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f46a21fc-f433-4465-99a0-31635a2d6833", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A red-crowned crane stands in front of the foggy Forbidden City and is struck by lightning", + "public_commercial_use": false, + "recraft_id": "9aab3389-4d44-4948-bdab-5ec9e3e69862", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T03:10:39.401149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "351047e4-5d45-4bac-b46d-4e8b276c3a36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Musa basjoo in the snow", + "public_commercial_use": false, + "recraft_id": "c90397c3-936b-4c4e-b5dd-8ad485b9efaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:30:36.749797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81f37c94-0795-4fb0-9c70-d523ec606c3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Batman is working on the MacBook in the office. There is a cup of coffee beside him. In the background, through the window, a house is on fire. And there is a Hello Kitty on the table.", + "public_commercial_use": false, + "recraft_id": "9d761f18-7bf2-4f83-8237-b38c81777569", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:18:18.901482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9cc4730-8fc8-4046-8143-14cc995e0ee9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy birthday!", + "public_commercial_use": false, + "recraft_id": "b0a30b2f-4312-4c22-b217-6afce4198631", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:54:55.491184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a32052be-821e-4e2f-963e-4b50632cd89b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Letter:WUHAN BAOLUOwithQuilts", + "public_commercial_use": false, + "recraft_id": "7919298b-6ff0-4d63-a7ee-8d5d9ba433e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:27:51.021179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7791f1d9-0621-4227-81a4-73e193260799", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Manicu shop logo", + "public_commercial_use": false, + "recraft_id": "279ed679-9349-4017-afea-c1da31082fc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:39:28.400304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c8f9a45-7168-4be6-8d55-28c6b8f89d61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello KittyIn the snowThere is a Christmas tree hanging next to itBelow the singular is a Western Highland wearing a yellow hat", + "public_commercial_use": false, + "recraft_id": "60cfcae3-f57f-4673-83fa-2eafbbf321b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:40:43.075359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffae8807-e887-47ee-9674-52361dfc78a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty sitting at the South Pole and opening a book , film style", + "public_commercial_use": false, + "recraft_id": "9417ea9e-aed1-4f52-9812-601f398802af", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:33:44.962899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5eab44fa-baf2-407d-8a28-d4c22013eb2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Fireworks festival, a couple, back to the camera", + "public_commercial_use": false, + "recraft_id": "f6cf577b-fde1-4ba9-8e04-e032ca97e210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:28:41.561273Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7491a59-3627-4db1-bfa6-905366c25954", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The five letters HOSHI appear in any natural landscape scene.", + "public_commercial_use": false, + "recraft_id": "f5548389-9068-4e99-9245-bb13cb04e655", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:01:47.621061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "670e171d-0007-471e-b69a-a8446d2af79b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat in the Christmas hat sat next to the gift, and the sky was snowing with fireworks.", + "public_commercial_use": false, + "recraft_id": "8c688320-854f-418f-b1d6-ff8b70050b6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:19:15.857863Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4626d51-4883-4870-ac99-4a218a496423", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a bear doll with a cap floating in galaxy", + "public_commercial_use": false, + "recraft_id": "676de3c5-3b31-48e9-9dd8-f8db99dfd8c3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:12:25.343209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c3bda47-5f28-4d8d-b19e-2a56a61160d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden Retriever and Samoyed puppies sitting around the house under the fireplace to keep warm.", + "public_commercial_use": false, + "recraft_id": "9798f874-6351-48d6-8fb6-d252a0f4c34c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:11:59.384662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09fb9bcd-351d-464b-9ca3-767e0a93afaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At a snowy noon, in the distance of Japan's Mount Fuji, a white kitty cat, next to a Christmas tree, with \"ZMT\" written on the snow. Warm warm light scenery, with a bit of falling snow color saturation.", + "public_commercial_use": false, + "recraft_id": "4657cd00-f46a-4679-b179-c6e9971e9235", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:39:09.299886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14f688a7-43a3-40f8-ac1a-391f22a3a3a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hands with red nail polish holding cocktails with balloons next to them", + "public_commercial_use": false, + "recraft_id": "b7b389e0-ceae-4994-a963-92db67e85c3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T08:51:41.65105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf9b1c9e-f10e-4f09-8a2a-418a5d920043", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background of two Maltese dogs is looking at the view of Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "6c7227a2-bae3-409e-8a80-d91de16c0cd6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:03:19.781142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c43f8b3b-3539-4987-ab7f-29c205fa0589", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown bear dressed as Hello Kitty appeared on the dark and windy grassland for a month.", + "public_commercial_use": false, + "recraft_id": "1536d43d-7c4b-4bd0-865f-b08bb1c7cbc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:16:10.687601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5e4c6dc-db52-4788-a04b-1644acbc3830", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black and white schnauzer puppy on a cake with a Happy 6th Anniversary written on it.Behind him are the snowy mountains of Hokkaido and it's snowing.", + "public_commercial_use": false, + "recraft_id": "7927c00a-530b-48c3-9a02-525e0a3c8375", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:29:05.319369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dab8caf8-bf95-401f-8964-7eee310fc745", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "My love is like a cigarette I smoke, when I smoked the last one she will go, but I want to quit smoking has been attached to the last one regret to buy a packet of cigarettes.", + "public_commercial_use": false, + "recraft_id": "49de16a6-c2b8-4e7f-ac7f-4f6023296d14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:59:00.54802Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b9090124-da1b-4833-8195-ef0aab7e860b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara eating an ice cream crepe wrapped with a red checked paper in tokyo", + "public_commercial_use": false, + "recraft_id": "2a9f2b44-0da5-4480-8443-5f29ae37c967", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:03:50.26947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "375639f3-057b-45b2-b289-51533272b568", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small blue fish is watching a little pink pig in the snow, with yellow stars falling from the sky", + "public_commercial_use": false, + "recraft_id": "d627f03f-e647-4700-aaff-b6b4b48bc686", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:31:48.098376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dbf90e0-104f-4113-a38b-31c247a98f2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat in heaven", + "public_commercial_use": false, + "recraft_id": "39f6baa6-6cd4-48c8-b3ec-230ea175814b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:12:16.692155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a28491fc-92f4-4907-8f14-904a03caac34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a grey and white british short hair cat, drinking water", + "public_commercial_use": false, + "recraft_id": "17f5ffa5-6bb6-4922-ad9c-94328aadc72e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:10:58.375465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0950bee3-edf1-421c-9d2e-ae9f6a63e55b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kimbap and fired chicken on 100/F rooftop, hong kong night virw", + "public_commercial_use": false, + "recraft_id": "6aca10c4-de8a-4df0-8aca-c1b7c906cfa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:50:32.53468Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec60a081-7caa-478c-a6cd-198c7463bc72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat and a rabbit in the snow are playing in the snow around the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "35a129b0-ccd8-4b4e-952e-424d36269eb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:57:00.818943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b3561a4-b55b-4671-960d-17cc16c0ebca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are kittens by the sea with fireworks, and YZJ is written on the snow-covered ground.", + "public_commercial_use": false, + "recraft_id": "b56a7c7e-690a-4084-8f2c-2464f7656df9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:28:04.751675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f354e75c-604d-4675-9e89-67aba196b71a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing on a beach, with two butterflies, a snowman, and the letters Jennie", + "public_commercial_use": false, + "recraft_id": "49a88382-83e2-42ba-a785-0bed0010a73b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:17:52.435189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ca7271a-a9a6-4c7c-84af-b6fa0db579fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat sits next to the beach by the sea. Xiaoxue is written in the sky, and the letter QJ is written on the beach.", + "public_commercial_use": false, + "recraft_id": "1d70e97a-cce0-47df-8f58-f998a0d08dc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:27:32.77208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da525b3c-f787-4f51-849d-107e105f1907", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light gery Schnauzer drinking coffee in Disney on a snowy night", + "public_commercial_use": false, + "recraft_id": "e3d89229-9bd9-45f9-b8c9-71dee715851d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:24:12.381899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcd088a9-25a9-4cf2-81e5-894279a8eb34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The floor-to-ceiling Windows look out on snow.In the house,with an elaborate Christmas tree filled with gifts and a large golden retriever watching a burning fireplace", + "public_commercial_use": false, + "recraft_id": "3f44215c-5670-41bf-bd7f-f4067827d641", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:33:12.387101Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ff3be165-f897-4c09-95a0-988d49921890", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sell barbecue sausages", + "public_commercial_use": false, + "recraft_id": "9ddc50e8-1234-4c4d-ac48-c278f5a08526", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:01:03.598392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67c124db-7d29-4afa-82cf-b031d6a8e246", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the foot of Mount Fuji, a pink HelloKitty wearing a red Christmas hat sits on the snow, with handwritten \"love xcc\" written on the snow", + "public_commercial_use": false, + "recraft_id": "53d60956-58d2-41ec-a4ae-f21497dfc9f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:00:31.813629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d05fd7c-8e96-4473-821b-55801106f2b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A short blue cat was watching fireworks on the beach and there were many fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "c7cc56eb-7c08-42d8-8e93-fa71c8ef67a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:43:59.50017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d6c4b14-e5bc-4386-be2d-208089e179cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is holding a wine glass by the sea.", + "public_commercial_use": false, + "recraft_id": "e10a59f1-9139-4630-a554-f5f3e31b2cae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:02:50.211715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f0918b8-6ba4-4b6d-b8db-ad35957ba4de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund is playing in the snow.", + "public_commercial_use": false, + "recraft_id": "c58d68b7-d400-4652-81ac-1c3a55a74a6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:27:57.902632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d78ff099-6cb3-48c4-8e8b-99708620178b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A male with must Drink mojito in a bar in Havana in Cuba ", + "public_commercial_use": false, + "recraft_id": "bfd4b02b-fd26-43af-a300-f80224a01e21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:23:44.832949Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0820bfed-f737-4a8c-86d7-a589125b6d16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow", + "public_commercial_use": false, + "recraft_id": "e77d037f-ecbd-4b00-ac39-a576ddfecfe4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:50.723563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3fc3dfd-6fd7-4c02-aa57-131bdce1a715", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "2 HelloKittys sit next to the snow by the sea with a small fireworks nearby, and the letters happy birthday written on the snow.", + "public_commercial_use": false, + "recraft_id": "41ffb3f6-963a-411a-86cb-3bb2ce0c0912", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:09:29.952797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4c99e10-6d2b-44d4-8093-1136e882b376", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmastree,Firework,snow,apple", + "public_commercial_use": false, + "recraft_id": "487062cc-b35a-4a79-b159-f31c08be6d8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:28:14.590756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4175f51f-89e6-4b16-9635-515c0891cf1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog and a pig is sitting togther on orange planet", + "public_commercial_use": false, + "recraft_id": "0eab10e4-67e7-490d-b03b-f35963457b61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:04:40.421916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c6f2810-2fdf-4686-b99c-e073bb93e2eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable golden retriever puppy swims in a pool next to some cute little duck toys", + "public_commercial_use": false, + "recraft_id": "5d5f778b-c958-4c2d-8eac-14e4670772a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:16:43.651762Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4c20a17-a516-4607-ad7d-34c260243af2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas night, in the snow, west highland white terrier, close to the sea, stars in the sky", + "public_commercial_use": false, + "recraft_id": "42ad9375-5965-4551-9a12-289fe196ae9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:33:18.97948Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36b13fe1-f076-4386-808c-35521d3786f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Man in space suit sits on lift at ski resort", + "public_commercial_use": false, + "recraft_id": "b497ec29-cf5f-444f-97c2-e274bee8cffc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:24:17.058244Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ada5861c-1d01-49c5-99e6-5022c0694897", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty goes hiking in outsides mountains. rive and tree. the season is autumn. the ground is full of leaves.", + "public_commercial_use": false, + "recraft_id": "a3e3c42e-00d5-408d-967d-50ce6a8da8cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:34:59.330591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a857a97-9c23-420a-8b7e-e0d8397459f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitten is singing, and a large photo is falling. In the photo, there is a kitten playing baseball, snowing, and a red scarf.", + "public_commercial_use": false, + "recraft_id": "decb64cb-aa23-4dbb-b127-c48601abec0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:33:01.893876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "745eb04f-7ff6-41bf-85be-c13aa8327ff3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A large slice of lemon drifted into the sky", + "public_commercial_use": false, + "recraft_id": "9913338b-3aa8-4495-aaa0-2a33923e2549", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:47:07.562086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f437d2c5-963a-4f7c-a77c-4a4220a10941", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Letter:WUHAN BAOLUO", + "public_commercial_use": false, + "recraft_id": "0f41ff2e-00b3-4069-b116-41e36d85a77a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:53:03.48871Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d83e99a7-e528-46f8-b7bd-264da0030756", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Plush toys, Christmas Day, star ball,Christmas tree", + "public_commercial_use": false, + "recraft_id": "9bb7ad11-b074-4c8d-b471-effd8551efcb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:53:50.239587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3a7164a-29cc-4ca4-b5f9-b4225f99da10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small British Longhair kitten playing in the snow, with a pair of butterfly wings on its back.", + "public_commercial_use": false, + "recraft_id": "a1ee1a4c-cf1a-4dba-9c02-cc2c6aa4ec9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:17:18.317878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0570b064-7822-4ad9-a068-3bc0bf237b3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mushroom hellokitty watching fireworks by the sea ", + "public_commercial_use": false, + "recraft_id": "19468efd-6908-4a32-b887-c8a2e2a0d051", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:15:07.702007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd245d54-e27c-4424-a8b2-75ef431698d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cat watching world is upside down with snow", + "public_commercial_use": false, + "recraft_id": "99e98bbb-3fe9-4f54-af30-8690da03c057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:40:23.771504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c8a6675-e23c-4eaa-a1ac-9dcd29c35589", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A stylized flash photography shot set on a dark, snowy night. The ground is covered in thick snow, with heavy snowfall illuminated by the harsh flash, making the snowflakes appear sharp and dynamic. The focal point is a person lying in the bottom-right corner of the frame, their body engulfed in bright, roaring flames. Their face is obscured, making it impossible to determine their identity or whether they are alive, creating an unsettling air of mystery. It is unclear whether this is a murder or a suicide.", + "public_commercial_use": false, + "recraft_id": "4caea307-545b-4b54-b1be-135c00420e8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:13:48.72206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "806d1db8-46cc-43c1-bdd0-6fd18f7567e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Game interface, 45 degrees 2.5D Angle of view, a cafeteria, there are many dishes, a one-body pug is getting a meal, American retro color", + "public_commercial_use": false, + "recraft_id": "56de53bd-2b69-451a-87e3-053db17a0b5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:56:55.799794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten sitting by the seaside and drinking milk tea.", + "public_commercial_use": false, + "recraft_id": "b7adc4c7-23c6-4948-b525-f6b2c3810ef9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-11-29T02:07:13.900336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f73f83d5-0fb6-4925-848b-f24fd510d82f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing at the setting sun,The camping chair was by the fire.", + "public_commercial_use": false, + "recraft_id": "686bb23c-bc19-4b1f-8d44-ff8808e1cd23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:03:35.88784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0cad8566-7158-4b3f-adde-d25a82288d20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitty", + "public_commercial_use": false, + "recraft_id": "90cde233-ee04-4376-ad87-f8a67161909d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:21:50.312562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c39851c-14d9-41ad-b402-e3073501035e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little golden retrier watch the aurora in the Arctic on a snowy day.", + "public_commercial_use": false, + "recraft_id": "ccbcc2a5-0eb9-4675-a687-3baa1e8edd12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:49:37.411319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92743ab2-755b-4352-97cd-3fc8764d848c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy wearing a cook hat, baking cakes", + "public_commercial_use": false, + "recraft_id": "0072e7df-9551-471a-9d10-e16c361cdee6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:44:47.248283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e649452d-6746-4669-b321-028eed7379d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raccoon and a white rabbit with a pink bow on its head are walking hand in hand!", + "public_commercial_use": false, + "recraft_id": "c66e9d6c-dcf8-4eb7-8e97-38c4461499ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:34:34.035382Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b024816f-92d5-4328-a9eb-428488bf6443", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sell icecream", + "public_commercial_use": false, + "recraft_id": "a9c1e84f-955e-4a51-85a8-ddd7c8d271c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:31:00.928457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8233c4a8-5abd-4125-a5f3-a1b6965cdf80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flock of koi fish swim in the air around a Chinese pavilion in the middle of the water", + "public_commercial_use": false, + "recraft_id": "4af283d9-404b-4e95-b3bd-29b42468a484", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T07:34:02.138511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3173d3d3-09c5-46c2-a219-cfd93d840521", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "We needed a snowy scene with fireworks and a Christmas vibe. We only need a beautiful background with no people.", + "public_commercial_use": false, + "recraft_id": "9961230b-c920-4c75-ae1c-ac7587ef412c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:11:29.681651Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3227974-af6e-4960-b36a-7967b09c3158", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene features a sunset, with the warm glow of the setting sun casting a soft light over the landscape. In the snow, the word \"yera\" is written, while large snowflakes gently fall from the sky, creating a peaceful, wintery atmosphere.", + "public_commercial_use": false, + "recraft_id": "221f3658-cc2e-440d-a566-4b214b00b640", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:58:30.429621Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kittyin seaside watch firewok in sunriese", + "public_commercial_use": false, + "recraft_id": "67b101ff-396b-43c2-bfce-df1c04c2aa0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:42:32.189991Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fa4c7015-8418-4801-8f06-8aecaaf1fcb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute puppy has a lot of balloons tied to him, surrounded by bubbles and clouds", + "public_commercial_use": false, + "recraft_id": "4b1d3579-75b0-45f6-8a97-991e43f16b45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:15:34.814956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "543dfd6a-38fb-42ff-af1c-fb66544a17e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas tree pudding in summer,with two mini gold spoons.", + "public_commercial_use": false, + "recraft_id": "339070a4-328b-4458-b487-47adda978310", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:58:43.738756Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "8db54221-31f6-4a76-9c8d-8173cadac0a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The baby is under the Christmas tree", + "public_commercial_use": false, + "recraft_id": "b7d60e9b-aa38-4871-90e6-f838fb1b1152", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:31:13.528453Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b55d0e7d-4c16-4343-872b-2dc18bc23417", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fountain sprays lots of precious jewels. White background,in the garden full of flowers.", + "public_commercial_use": false, + "recraft_id": "f6d09604-4e33-4ef6-bd20-af47234ee19f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T08:35:24.100509Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e559506-636b-42f3-976e-5ccf20fedec6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy with a birthday cake", + "public_commercial_use": false, + "recraft_id": "b0c2cbbf-db4b-40bf-bfcf-a969cd1f63ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:16:41.654319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2030ab4-3fe7-4905-bcf0-6808bdb83584", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus is practicing Tai Chi in a clown suit", + "public_commercial_use": false, + "recraft_id": "954c3a76-9edd-45e6-a421-7fc298021c1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:41:34.669219Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc89b1e9-c486-4623-ade3-ce2477b3eba3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some bubbles and jellyfish in air of a dark room, a Siamese cat is playing with them.", + "public_commercial_use": false, + "recraft_id": "8a60042c-6966-42cc-842c-fd612249e8bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:05:33.13984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "125a1e84-4568-491d-a9cc-9235e1a1bc56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow-covered town, smog,at night", + "public_commercial_use": false, + "recraft_id": "52756832-d9e4-471f-b5aa-54a7c50a4476", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:06:27.656605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "138f13e1-06cb-4c4a-82f5-bc9934010091", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a grey and white british short hair cat, eating a cake singing karoke ", + "public_commercial_use": false, + "recraft_id": "8bafbb54-c19b-4d22-b079-dcb42f1dd1c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:49:40.069395Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b4bdba0f-478c-42b8-8e16-125e9fa0fea5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat in yellow clothes is taking pictures by the sea with a camera.", + "public_commercial_use": false, + "recraft_id": "19a936d0-2dbe-47d5-897d-5024d7b6c47b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:18:19.909133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33401f1c-78ab-48d3-b968-5893b60d0b81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat white and yellow golden silk bear hamster with gold-rimmed glasses and a black suit", + "public_commercial_use": false, + "recraft_id": "228c941c-08c6-4e5a-a930-553f4871eedf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:25:54.0347Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d4f89e5b-5c7e-4acd-b965-b48277468fd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue sky, a teenager in Tibetan clothes on the grassland took a photo with a yak", + "public_commercial_use": false, + "recraft_id": "8b63c117-3785-4ce0-807f-8eb2a573d0cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:54:36.660301Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "165a861e-6d8a-457a-8c17-3b8bb216a635", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Happy anniversary Kelsey & Trece\" is written on a beach in California.sunsh .sea ", + "public_commercial_use": false, + "recraft_id": "cc33f661-ce89-48c0-9e8c-725f0036a071", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:25:31.115959Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b1704070-a242-4bed-8327-289b3229f134", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a yellow dog with wings a pink sky full of stars ", + "public_commercial_use": false, + "recraft_id": "b98cdde7-2cf8-4220-a44e-3393a073d2c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:51:15.353883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6e5aa04-4978-4e86-848a-a13854a57ad6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "firing Golden Pavilion", + "public_commercial_use": false, + "recraft_id": "2d276789-d057-4278-af40-d04e817e69ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:48:53.329124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5744796f-2d2f-4ceb-832a-2931da02cf31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small rabbit, with a background of Mount Fuji, the starry sky, and a cozy atmosphere.", + "public_commercial_use": false, + "recraft_id": "f2782f83-393c-4ce0-a2b1-a905ea8e9a28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:05:58.695631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81e35bc6-feb4-4330-ac62-95ed2f28d7d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever and a little Bourne Mountain play in the snow on a blue evening in Xinjiang.", + "public_commercial_use": false, + "recraft_id": "c3a29882-1ca0-4f90-915a-4ab3c7cc0242", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:40:24.597252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "916726ab-15e3-4bee-b37e-0af48411c8d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the giel in a tibetan robe stood in the snow with a smile,with a snowy mountain behind her,dream core style.", + "public_commercial_use": false, + "recraft_id": "d8ccd0ef-2c46-4dad-8359-d4e72d3f0327", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:55:53.746282Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5dfb945d-f2c9-4cc1-8798-e9ea9825375b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas cookies with the letters' chill more 'in appearance", + "public_commercial_use": false, + "recraft_id": "4684d041-104f-4b89-9e56-c65bda9f339d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:29:58.124811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4efcec30-47a5-4f4a-9679-d529f2f6c87e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cool and cute little white Pomeranian dog playing in a magical world", + "public_commercial_use": false, + "recraft_id": "ff6c24b5-cda9-4f3e-8f55-46b9333625f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:56:36.992189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24ff04f1-2885-4ce9-a9f7-d43a354bf329", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "sky baloon hellokitty", + "public_commercial_use": false, + "recraft_id": "dec63c0d-610d-469b-802e-8cc49b13dee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:01:41.85365Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ef96151-25c9-4592-a2f7-ca6aae48ca26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white goose sits next to the computer", + "public_commercial_use": false, + "recraft_id": "df84194d-cc51-468b-9615-dd9b45a66aa2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:48:21.550394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ea95732-7c70-4131-ba48-9309425a6e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye and Kim Kardashian are taking a photo with the entrance gate of Nanjing University.", + "public_commercial_use": false, + "recraft_id": "18c3ae4f-458b-477f-86e6-446a1b584c3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:35:49.381198Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6390952-9bbf-452b-9e22-a6ad3f5252d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow dwarf rabbit eats cake", + "public_commercial_use": false, + "recraft_id": "880d9f7b-2bef-419d-ae84-b9ce70cbf11c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:56:36.785586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ce62507-1a24-42ae-9f63-000543ebbb94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A fat adora white Pomeranian with a Santa hat, spending Christmas on a clean, snowy day.There are dog paw prints in the snow.", + "public_commercial_use": false, + "recraft_id": "0bff48d6-a095-4000-9b37-f193b19986e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:55:38.965985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "085832d4-9452-4e3f-963f-8e9cd244b0ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An angelic little white cat with its hands folded makes a wish under the Christmas tree, with a night view of the city with tall buildings behind it, retro, large format", + "public_commercial_use": false, + "recraft_id": "793bd04d-ade3-496f-ba58-7df6106935e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-11-29T05:03:05.532238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "202b6944-d9a9-40dc-88f9-5912a166e9c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Buzz lightyear pilot,a blue glider flying in the sky with the sky background and the Japan fuji moutain in the distance ", + "public_commercial_use": false, + "recraft_id": "3e59236e-bd08-4a39-a625-c939948d8432", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:07:50.023227Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bd34079a-c774-4338-97bb-11ca47bbb90f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty doll playing with dog and cat in a living room", + "public_commercial_use": false, + "recraft_id": "20251985-c72c-462a-93fb-28ebcd2afb15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:38:35.422373Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a0b401de-483f-4804-9f05-c5ec840f97fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty rides electric bicycle on the city street. Stopped by a traffic police.", + "public_commercial_use": false, + "recraft_id": "dbe554f8-c2aa-4e4e-b2b4-0ce666edad3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:30:19.60322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60b5d823-2a99-47ec-be4d-f667cc05c1b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty is playing in the swimming pool in the room, with flower petal, shinny", + "public_commercial_use": false, + "recraft_id": "fff02ef6-8446-4086-b74e-2a00ed869778", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:23:17.345351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1ca1132-10d4-440f-9462-ef32887663ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitty is a birthday cake in the warm room.", + "public_commercial_use": false, + "recraft_id": "cfa3010e-ce6c-4ff9-9cf5-478cf9168bc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:37:13.74426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7e3ca2e-ff81-409d-821a-8f7a984c03e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a goose wears a Santa hat surrounded by Christmas decorations", + "public_commercial_use": false, + "recraft_id": "125fac0d-f708-4c10-a013-8d5be2870769", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:09:40.544418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "afbf992f-e67a-4658-8892-38f3aa3e8a71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small goldfish and a black kitten swim in the Milky Way of space, surrounded by shining stars, dreams", + "public_commercial_use": false, + "recraft_id": "8111b428-549c-4401-b7ca-2dd1fa684eb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:50:29.479142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "598eefcb-c29f-48ee-ba43-c938ee5679f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a furry rabbit makes a wish", + "public_commercial_use": false, + "recraft_id": "7bafdc5a-98c4-42a0-8270-c4ebd804d718", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:51:15.51064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3264f32-2283-407e-b669-21fa55c0d99f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty", + "public_commercial_use": false, + "recraft_id": "8e01ad78-0384-44a3-94a3-04a782580160", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:47:15.954959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d8262b6-723a-4583-a636-930f32ed8b57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fried chicken shaped wood house in 80s", + "public_commercial_use": false, + "recraft_id": "59cb02f2-24fb-4b60-92a0-1195394601f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T00:23:02.270597Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64473ba6-2add-4b34-bfae-f19fa19d8661", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellokitty is purple. Playing the piano.", + "public_commercial_use": false, + "recraft_id": "890509dd-8bc4-413e-abce-3389e8ad1eda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:03:58.384103Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "20c17e91-abb3-4e6a-9740-3e43aa45a310", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The capybara swims in a river of glowing milky way", + "public_commercial_use": false, + "recraft_id": "c8973265-0784-4a73-b9a6-5d3bead3657d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:30:15.242187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a599028-88ba-433f-bce6-30bc8dd6c0fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "gas station pink sweater dusk", + "public_commercial_use": false, + "recraft_id": "e962e660-d1be-4dd5-9993-c259b7f2c5d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:16:41.550573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4320a43-8bac-4abb-b477-af622845d6fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a black kitten reading a law book, the kitten is wearing a lawyer's robe, and \"Wyr\" is written on the snow, and there are traces of cat's paws. Melancholy blue night scene, dreamy effect with dotted light particles, high color saturation.", + "public_commercial_use": false, + "recraft_id": "8f6f60ef-2a1f-4cc5-b6bb-9556c475939a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:42:41.251461Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "8922145c-2c4e-4585-86a4-8424ece044c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, fireworks, hello Kitty, snow writing NuoBaby", + "public_commercial_use": false, + "recraft_id": "ee1ef07d-489d-40d1-b54b-3947ecd5650b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:26:15.370594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5c17afc-9888-4c19-8ee4-357c01b5a290", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ivory tower, dead butterflies, fallen stars, dark clouds, broken suspension bridge, tombstones", + "public_commercial_use": false, + "recraft_id": "c063a0e3-3dfe-4676-8ace-a01b66d905c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:04:46.549894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b193c081-d57e-42ff-9e96-a3764b369d62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful women, Tibetans, horseback riding, snowy meadows.", + "public_commercial_use": false, + "recraft_id": "e84207a1-7937-4cc8-8009-ed97f7dbe550", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T04:54:55.491184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c3d0996-c529-4b20-82c7-4a34971e4bff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Letter:WUHAN BAOLUOwith Bedsheets", + "public_commercial_use": false, + "recraft_id": "7919298b-6ff0-4d63-a7ee-8d5d9ba433e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:25:12.073539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b08ed88b-ca46-44be-b576-2b6f0d2c0287", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles should be wide angle, framing on leading lines, observing stars in snow outdoor forest", + "public_commercial_use": false, + "recraft_id": "7e76470c-d428-4bdb-9538-5e845f778b28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T07:31:01.260144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d248f92a-ca70-4d2f-8037-9cb90ee186c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A fluffy puppy lying on a grass land", + "public_commercial_use": false, + "recraft_id": "4676256c-ae38-4dee-84e5-de29034a9791", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:00:14.076326Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "f1955feb-0da1-4854-827b-28b2632d0e92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "stars in my eyes, hiking up griffith in the sweet north country", + "public_commercial_use": false, + "recraft_id": "91723b3e-f393-4eea-a85d-18d282a9d718", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:39:38.971869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e377978-67b8-457f-be25-d1c5a52b9168", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Furry hello Kitty at the gate of COCO Park in Xinghe, Fukuda", + "public_commercial_use": false, + "recraft_id": "e24246ec-fa10-4d66-941c-13c0684aa3a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:48:26.860839Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f87483b-8815-4b18-89fb-9cb347439dfd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty sit on the seats of airplane and see the Sydney opera with lots of snow through the window ", + "public_commercial_use": false, + "recraft_id": "84cef229-cac8-40a1-80cf-bccd36a4cbd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:02:51.507902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e962b4f-0055-4875-967d-1dbee8f15337", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat has a fluffy coat with light-colored fur, a dark face, and striking bright blue eyes. It has a bushy tail and dark paws. It is an angel", + "public_commercial_use": false, + "recraft_id": "4da18cb5-8a98-4871-b053-21b27e92f4b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:08:12.59726Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "d70a2eea-020f-42da-86e4-c329d7c25d67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fluffy cat with wings ,birthday cake,snow,trees", + "public_commercial_use": false, + "recraft_id": "540bea38-52c1-4ceb-b254-0c3178357d4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:24:43.807709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c48a50c-522e-4164-b2ab-823f7a9e67a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow eyes black cat playing in the snow ", + "public_commercial_use": false, + "recraft_id": "15969ea6-28f6-4ec6-850b-144b309db88e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:19:45.418609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a5ea051-8627-4e84-bc4a-a0ba244cc97d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lan tianwei", + "public_commercial_use": false, + "recraft_id": "3a570b57-78f2-4e73-a820-b6ecfaeba4f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:01:25.894243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "283b6da2-cff2-404b-b368-f4e9347fd93c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown cat with a lot of black stripes, wearing a colorful birthday cone hat, driving a pink lamborghini, a type of really cool sports car, both paws on steering wheel, window down. There are a lot of gold stars in the picture, creating a positive ambience", + "public_commercial_use": false, + "recraft_id": "dae8be3b-9151-4c14-ae5e-ef0d503a0b6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:02:08.922587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2295a65-d109-48a3-8738-36087969aa2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy whi pomeranian wearing a Christmas hat with are hanging from a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "e257a5fb-2cfd-4130-bae8-c56c82746e82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:01:23.161009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7351c1db-b7f9-48b8-9097-53537bdeff93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty playing pool with the fire-breathing dragon", + "public_commercial_use": false, + "recraft_id": "66bb13c1-0296-4a86-9be7-5969694aa674", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:46:36.677335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd94c7a2-49b8-4491-a338-290ae2dd80ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog wearing a black glass and jacket playing the computer game ", + "public_commercial_use": false, + "recraft_id": "3bb93021-4a15-4ac9-bf9c-67ec019ff82a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:23:33.907689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62257092-c9a7-4815-bb49-171a9c76bd4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow Vista Pink supreme hardshell Black sky floating snow skis", + "public_commercial_use": false, + "recraft_id": "323496a2-7cd2-419b-bbc9-4d5d303daeab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:07:01.643504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10e42c1a-3112-4669-ad51-1f98a1374b45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a grey and white british short hair cat, eating a cake ", + "public_commercial_use": false, + "recraft_id": "42864abb-55e7-4694-a52b-df28faf08e94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:37.383439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79505507-a9e6-4044-9044-df27f4d8d017", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little corgi and a golden dog were sitting on the beach clinking glasses and drinking, and setting off fireworks during the day", + "public_commercial_use": false, + "recraft_id": "9948d54c-dca3-40ea-ac31-e8f5a0366378", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:47.230067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "580ad9b2-8069-4eb8-9b34-f5a80690151c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Christmas postcard", + "public_commercial_use": false, + "recraft_id": "043be83a-8a07-432c-af1e-81f95a1755d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:27:04.694657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43577ce2-4366-4f22-9a07-9d4626d0d57e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white Porsche gt3rs parked beside the field, wide angle.", + "public_commercial_use": false, + "recraft_id": "e6571d77-4eb2-4682-9955-86eebbaafe98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:18:08.145547Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "f249aa10-b8ed-4c2e-b63a-dc94abc5e253", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"karry\" in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "067db591-4174-4231-8c51-b990129d48bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:54:35.33225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "229d764e-b3c4-4366-bfaa-1b1df1e05e20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rose grew up out of ice frozen ground, with no one around to tweet it", + "public_commercial_use": false, + "recraft_id": "1858d5de-1236-4a58-a957-9f8a02a54a98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T06:47:35.230583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38bbd811-dfdc-45c8-8220-bd9252b31afb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Birman cat celebrates his birthday with strawberry cake, indoor", + "public_commercial_use": false, + "recraft_id": "04dc46d3-403b-4aa5-bda1-16858d0473f0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:50:11.460298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71a4d194-902b-4869-9e47-1caef6731403", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A brown and white guinea pig wearing a green scarf under a orange sky in winter", + "public_commercial_use": false, + "recraft_id": "1764be01-6094-4224-9720-25898eb306f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:55:52.110882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04b85600-8968-4a06-bef9-4fc8d14dd80e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog is running in the snow, with white fur on its head, brown body, and bubbles on its head", + "public_commercial_use": false, + "recraft_id": "c2ee2537-9d5c-4e01-9f2c-4e34119b473e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:40:18.010185Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "28f5b08d-8a7f-4614-9a9c-0278d1e943a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "minions flying in universe", + "public_commercial_use": false, + "recraft_id": "b978a7f6-31cf-4bfd-b89e-2cfcf54533de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:51:38.884209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c2c0694-4840-46f9-8185-7f5d72021871", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A orangutan sits on the sofa next to a Christmas tree", + "public_commercial_use": false, + "recraft_id": "64001307-6637-4a0e-8f4b-f5b3418e5bcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:12:22.958964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee5a7362-9723-48a7-985b-17de658d2933", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Garfield snow night flowers", + "public_commercial_use": false, + "recraft_id": "9143eaf1-1f59-4387-8051-7ae32199c80a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:07:10.241312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13d88ae0-ac9d-4675-9067-5744c4a1fe66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat", + "public_commercial_use": false, + "recraft_id": "5b2c447a-49a9-4bba-a2be-e60f0b8402aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:15:54.913184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50bacd08-daf1-46f3-a229-bbfa8c1fbfa4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "the catbis drawing architecture drawings", + "public_commercial_use": false, + "recraft_id": "ce2d6e30-9478-430f-8520-57158d900693", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:32:34.376292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f53dc457-1bcd-4225-a329-ae9874509641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a black kitten and a butterfly surrounded by the word film.", + "public_commercial_use": false, + "recraft_id": "543ca96e-1bc5-4f0d-8b15-137404ab2ed8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:12:49.547641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a606c7f7-f73d-480b-a3f8-8b0ae98f5005", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow mountains, snow, stars, roses. A white kitten in a hat, a white Bichon Frise with pink wings, YSHandZH written in the snow, and a love heart next to it", + "public_commercial_use": false, + "recraft_id": "642daee7-c172-4120-b20c-d82d2424d7cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:16:39.09654Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1bd76b1-a0fd-4352-a17a-b97deed3496e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A multi-layered hello-Kitty colorful fountain pool", + "public_commercial_use": false, + "recraft_id": "fb8e671e-6e83-483a-94e4-833c9fb69bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:41:09.283145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae83a591-a59e-4f4c-b0a0-1210736d9c8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"zjy\" in the snow, Day, sunset, snow, Christmas tree, a hellokitty doll standing next to \"zjy\"", + "public_commercial_use": false, + "recraft_id": "ff364edc-aa9a-476a-b3d1-5a4c445c1e43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:25:59.602051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15167f1d-d6fa-4a67-abde-8f634f9933cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a piece of melting gold on the plate on the dark green wooden table, and there is a light beige wall behind it.", + "public_commercial_use": false, + "recraft_id": "c8ed1658-14ea-406c-8270-839b60c0aabf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:01:26.794682Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b36d161-c4f4-489e-afdb-8a307101be11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ten miles around, plants suddenly grow and gently surround us. It's very romantic", + "public_commercial_use": false, + "recraft_id": "a6f9d837-1866-4c73-b1f3-4bfb39e3ba9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:08:41.260433Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d0481db-ca36-44c0-a917-009dec077961", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An ancient sheepdog with gray and white fur is cleaning at home with a mop.", + "public_commercial_use": false, + "recraft_id": "240bd056-a790-450e-9a6b-4ad8097d365e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:41:14.057161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f0097c6-287e-48a8-9a6b-3b657a4eddb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful 20 year old Asian women in vintage blue dresses with blonde hair drinking at the beach and looking at the stars", + "public_commercial_use": false, + "recraft_id": "94f37f9c-7041-47bc-82b0-6b123a6d73b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:40:21.858599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "404e1a22-1b7c-446a-bb77-caea83b420aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little orange cat wearing a Christmas hat set off fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "beb431b0-4e66-4229-9200-4c925378437a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:42:22.708321Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5974b643-975f-42d4-8e99-954ca54fce19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "replace the screens with scenery images", + "public_commercial_use": false, + "recraft_id": "833587db-9a23-4dc2-a9ef-4ef501af8856", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:32:51.852393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a653f25d-c5b7-4b47-bf13-242ca8aea65c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "We needed a snowy scene with fireworks and a Christmas vibe. No people.", + "public_commercial_use": false, + "recraft_id": "25562273-e1b3-4be0-952c-330905bdab5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:35:49.546664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abe73449-e6f3-4926-88d3-e706093014d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "red rooftop small house in the grassland ", + "public_commercial_use": false, + "recraft_id": "b1c97fd9-28ae-43ec-9e3e-0dffa449bb3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:58:29.746298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af8c4fa7-086b-4e47-b9fe-60dc344c903a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dog chews on a pencil to sketch a car, and this car sketch is streamlined style", + "public_commercial_use": false, + "recraft_id": "44fc13ee-f50a-4630-a9ab-fa3b7e60721b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:44:48.119981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0b7a176-ccb4-4d46-b282-6a3c34b84f64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write TREASURE in the snow in the Christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "7f9dda98-fcf4-42cd-8481-019cf5255c02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:04:07.642026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d10b7ee-e643-4c5b-bcd5-ceebea03099d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"YTSY\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "62e60cb7-b816-4aa5-96b2-b52816da7263", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:01:17.231919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b799234-62e8-45f7-a8b7-82d4e0044315", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas bunny on a hot air balloon. The sky is pink", + "public_commercial_use": false, + "recraft_id": "cd06c746-cd4f-4565-8963-c48a29fbef32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:00:41.650445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d148b12b-59e7-4e41-9fe6-90dbe408b726", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a child watching a bold text \"Yb19a\" on fire, the child overlooks the valley, bold text \"Yb19a\" fire in the field and also have red smoke.", + "public_commercial_use": false, + "recraft_id": "dddc7c5a-b576-4f7c-9f2d-89479a0fc36b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:27:19.920032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "798c8186-b1a1-49f2-a2d2-f5fb3acac01f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Batman is working on the computer in the office. There is a cup of coffee beside him. In the background, through the window, a house is on fire. And there is a Hello Kitty on the table.", + "public_commercial_use": false, + "recraft_id": "57623dd4-d424-4824-95ef-eb3793310ff3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:31:03.724844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8072af7c-7ce3-4166-9699-e79f14fdaa15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grandma dancing with the doll", + "public_commercial_use": false, + "recraft_id": "c81ee9a9-956b-45c5-ba46-00c3047f20a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:25:27.119331Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b3ca726-b96b-427b-8653-f47491b450fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white hello Kitty doll wearing a Santa hat, next to a Christmas tree, and \"Rachel\" written on the snow, with traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation.", + "public_commercial_use": false, + "recraft_id": "957a7fbd-3993-409b-993c-1ed22e7fef27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:16:47.771742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "508e657d-c1a8-4b1c-b6b9-db01b08c6710", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Ghosts riding motorcycles in the twilight grasslands", + "public_commercial_use": false, + "recraft_id": "a7d4836c-c3c6-4aeb-8dd9-4f8cfa15e33e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T03:10:42.793005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb074f02-6641-45ba-b80c-37510249b492", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white Devon Rex cat holding a microphone and wearing sunglasses", + "public_commercial_use": false, + "recraft_id": "c3695fa5-adde-495a-8229-f6887d975383", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:51:25.816216Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "945d7560-107a-43eb-9e70-47b4edfd9637", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the hello kitty take a cake for me in the 0302", + "public_commercial_use": false, + "recraft_id": "babc975a-b16d-4b3c-9672-9b612e62b36d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:40:54.049832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver haired man wearing a black vest is watching the back of the aurora with a black cat in the snow, with a blue background", + "public_commercial_use": false, + "recraft_id": "1d661fa0-9368-41c4-a95e-ed0dbfd5c121", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:48:26.352426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecdbea2f-e010-466e-86b3-187e9704a622", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "interglacial period, Dark orange, lonely leary, manless, winter, cold, skeptical, vigilant, manless, landscape", + "public_commercial_use": false, + "recraft_id": "ac4c58b2-4400-497f-80db-6d7fa9100be4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:20:43.727309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b45253ba-164c-445c-8cce-7af6800f2f8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A man in a godfather's hat stood beside the lake, holding a tulip that completely blocked his face", + "public_commercial_use": false, + "recraft_id": "b05ea3f0-81c5-4918-82c2-ab4ad6e867de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T01:43:02.402653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8edf02a4-030b-44b9-b276-5ed6b47a4cec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a white goose on the bed, next to the Christmas tree", + "public_commercial_use": false, + "recraft_id": "7b1ed9b4-eacf-408d-874b-134e8b68e56a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:56:51.158502Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9a19e620-4c3e-4f19-ac29-f38b7b367dcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chocolate brown poodle sitting in the snow", + "public_commercial_use": false, + "recraft_id": "7e91d6f6-83ea-4876-998c-0e11d75c3a4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:48:47.449691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed32cf3f-7851-4e44-96e9-f57046fafe89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the sky is in the blue hours", + "public_commercial_use": false, + "recraft_id": "fe3f810f-699d-404f-92de-229750ec03e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:08:44.463954Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6e700c1-a6da-420f-87da-231fe34cd4ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "colse-up photos of the cute 1-year-old baby celebrating his chrismas ,making pan ke", + "public_commercial_use": false, + "recraft_id": "0aa8ac4c-b172-4110-a094-65319669a4a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:02:26.587568Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ea93ee76-965a-4ce0-b08f-855f5deedd5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a tiny yellow dog with wings sleep under Christmas tree with a pink sky full of stars ", + "public_commercial_use": false, + "recraft_id": "7adf828f-084f-42fc-a8af-761b7c10b3bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:03:10.962102Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "83adde72-08af-43c4-b06e-60b1a82308b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bubbles created during labor", + "public_commercial_use": false, + "recraft_id": "cb98f92f-15d6-4188-98ca-16a0b430969f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:46:53.798896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54796d1a-d48a-46c3-84c3-bc0c0fdc9f54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "glass christmas tree outdoor", + "public_commercial_use": false, + "recraft_id": "89f05ee5-a267-463b-80f7-c75a05ea7730", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:32:11.762873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Hello Kitty is sitting in a cozy room with fireworks outside the window. On the table, there is a small cake and a blackboard with the words' Jie, happy 2025 'written on it", + "public_commercial_use": false, + "recraft_id": "589839ea-94f8-4951-ab24-31870a2e58ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T05:07:04.989068Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "9ab3dadf-25be-4616-bd19-6e1fb5906dda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "3 tiered jelly with diamonds, rococo style room, oil painting on the wall", + "public_commercial_use": false, + "recraft_id": "82cd8ddc-cc74-4adf-b1dc-4589fb3403b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:07:15.022691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2b290ca-389d-4a85-aa61-6e6fe8a895ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene features a sunset, with the warm glow of the setting sun illuminating the landscape. The word \"yera\" is elegantly written in cursive script on the snow. Large snowflakes gently fall from the sky, adding to the serene atmosphere.", + "public_commercial_use": false, + "recraft_id": "a12e557e-b1ea-4263-b5fe-4a88c107ddbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:56:15.226058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ccfccd0-2a64-48a2-91b1-a0bfe617041e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little orange cat with wings watching fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "490b5081-58c0-4dfa-9551-9f0f61b39be1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:15:30.120479Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52cc262b-37e2-4a7e-976d-479adf5a47f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks, stars, tulips, snowflake", + "public_commercial_use": false, + "recraft_id": "95975ea6-fae2-4674-b172-9a4f6c18ab7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:02:31.807714Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lamb doll, wearing sunglasses, looking out of the window on an airplane", + "public_commercial_use": false, + "recraft_id": "0754e939-d4f7-4217-b298-87a5f10e435f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:57:56.649408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "700ad553-6c74-4379-bcf0-7e3ae247d8b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver Highland cat is sleeping under a Christmas tree wearing a Santa hat, with a ray of sunlight shining through the floor-to-ceiling window onto the cat.", + "public_commercial_use": false, + "recraft_id": "7e5ef026-dc2b-481e-a6c3-812fedca17d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:00:34.875032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20f9f2f8-602c-4103-8865-7291427d16af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A women wear a fairy hat celebrates her birthday on the sofa, surrounded by bubbles and pink streamers, with a birthday cake in front of her, Christmas atmosphere, and HelloKitty toys next to her, Dream Halo", + "public_commercial_use": false, + "recraft_id": "bb1e664c-eaf8-4093-b739-f533dbfd9e74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:59:11.325518Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7715bd0-ee39-4d59-9709-51919ee0f8f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "need to more lovely kitten, I like the original cat", + "public_commercial_use": false, + "recraft_id": "d5b41120-faff-40cc-a298-56ee82379663", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:44:58.704357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be1819a8-d192-47c0-8bd5-9f3d0ebc3183", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy scenery under the sunset", + "public_commercial_use": false, + "recraft_id": "e26b7a54-5c56-4e68-a875-a69cb09d8d6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:47:11.071544Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0f464a97-772f-41ed-b608-b9d28bbc1479", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A row of beer taps are pouring out various kinds of beers.", + "public_commercial_use": false, + "recraft_id": "5343b40d-c443-4bdc-83e3-b049edc8acc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:05:02.858108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfb67127-906d-4919-be85-dcda7822d0e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Maltese in the snow. Romantic fireworks.", + "public_commercial_use": false, + "recraft_id": "52d86f0a-b038-47c1-b8e2-2b94dee65d2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:38:39.463023Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ff7e005-c9de-47b9-8e86-eca61527ac6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Melancholy male bassist, jacket, curly hair, immersion", + "public_commercial_use": false, + "recraft_id": "7b48f3c3-e08c-4214-b869-0a97b0fd110a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:57:41.784261Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ab68a0e-76b7-4511-b2c4-b0bffe84f173", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pair of hands holding a book, with delicate rings on their hands, and the book depicting the scenery, retro, large format", + "public_commercial_use": false, + "recraft_id": "ac608d05-1118-4d86-9728-e7e605d0ddfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-11-29T05:33:30.758568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3313f788-7ab5-404d-a8ce-25fcd6b77a3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Generate a hyper-realistic close-up of a human hand wearing a bracelet crafted entirely from human teeth. Each tooth must be anatomically precise, with distinct crowns and roots, and must resemble real extracted human teeth in shape and detail. Ensure that the teeth display natural variations, such as subtle differences in size, shape, and texture, to enhance realism. The overall composition should highlight the unsettling and eerie aesthetic, with realistic lighting, detailed skin texture, and lifelike teeth placement.", + "public_commercial_use": false, + "recraft_id": "87115fff-2214-4fbb-bff1-b855a98a6746", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:02:01.154686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d5b1c06-e559-4c8c-bad9-725a2f8c5a08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light chestnut long-haired lop-eared rabbit is doing chemical experiments in the laboratory.", + "public_commercial_use": false, + "recraft_id": "71dac431-8378-4390-af70-8522ffa20707", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:47:07.399095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f07a1e83-bf40-4c7d-aad9-19adf054c9e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "lots of huge Purple, red and green orchids in the Misty bamboo forest, and one purple snakes ", + "public_commercial_use": false, + "recraft_id": "2e35503d-43c9-4275-afd2-e0f1a4b33187", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T08:32:37.346537Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5568a24a-4167-454f-9967-9bd138547dde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield, aurora, foreign teenagers in outdoor jackets running in the distance, no face showing,fluffy sled dogs.", + "public_commercial_use": false, + "recraft_id": "76f954fc-ef7b-4f1a-b2cb-16646552c776", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T09:38:49.537564Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little rabbit, little cat, dreamy, candy, diamonds, bubbles, cute, ribbons, joy", + "public_commercial_use": false, + "recraft_id": "0c5b3269-355d-45b1-b537-19e32343e1ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:06:37.316192Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "37ba20a7-ea3a-4ede-82e0-93606e44b06f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At midnight by the seaside, there are burning candles and white flowers on the sand.", + "public_commercial_use": false, + "recraft_id": "74062d7b-0b12-4eb9-94e0-892e3f21d657", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:35:31.648862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5dbcffbe-335c-4a78-bbc9-24da5971dc33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty lie on the bed, flash, film style", + "public_commercial_use": false, + "recraft_id": "31f82e90-409f-4b2e-b53d-84365d9cb764", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:48:41.033021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e84b3956-edbb-4159-a4ac-2487f99146d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "wide angle, a Santa Claus in red clothes and hat is decorating a huge Christmas Tree with many pretty decoration with a bright star at the top in the Party with a warm and vintage vibe", + "public_commercial_use": false, + "recraft_id": "63d6389d-208c-43a0-beea-7c12145f90fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:34:19.768069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2ad9a07-8303-4a96-a368-ea82e342b375", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty sitting in classroom and holding a book, flash, film style", + "public_commercial_use": false, + "recraft_id": "476e9e3f-3398-4080-b8f6-dc0822d86e5d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:11:18.055437Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6615f0e-5c22-4d3e-9de4-bd4af782192c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple", + "public_commercial_use": false, + "recraft_id": "1d99b8e5-727f-4d19-9cd5-5726ff052cb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:36:36.650034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10c51c1f-0af4-4fd9-9731-a97697745f32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little sheep wearing a patterned scarf, playing a violin, with a blue-green aurora behind it, a real filter scene.", + "public_commercial_use": false, + "recraft_id": "9ae409c2-e200-411b-8d7a-b640a91f0bef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:24:34.487003Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05adf7da-54cb-49a4-b7bf-74b3931c93d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is standing by a window with a vintage camera around its neck.snow is pouring outside.'ASAHI' written on the snow-covered ground.the cat is wearing a red scarf.", + "public_commercial_use": false, + "recraft_id": "355c4a55-9dd5-4217-a2c0-a80b9a9156bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:31:27.02183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfaf3799-4da2-4d24-9729-c72cfd09bfb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Jia candles are inserted on an exquisite cake.", + "public_commercial_use": false, + "recraft_id": "ef15b98b-f5e6-43d3-a1df-01efa4f09273", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:10:12.121854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18f91e50-fabc-4141-a41e-095e4a360003", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown miniature poodle in a pirate costume standing on the beach in the middle of a pile of treasure ", + "public_commercial_use": false, + "recraft_id": "fe93824a-7ab1-46f8-a341-5e81f1d7bdc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:11:10.483775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "984de52d-017e-4448-af76-d771af8bb8ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow Cat", + "public_commercial_use": false, + "recraft_id": "3d6148c3-20cd-4808-bf9c-894295011097", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T07:31:06.178739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec8d2b86-2a67-45e2-bfc5-707bb19041b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy stood in front of the carrousel on a snowy night.", + "public_commercial_use": false, + "recraft_id": "670b70c8-9582-4b87-9e44-d60055aed9c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:12:11.854475Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a27b120b-060f-4849-a93f-053f5d3b4177", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A surreal, weirdcore-style cat with a Saturn-like ring orbiting around its body. The cat has glowing, otherworldly eyes, with a dreamy, colorful, and slightly eerie atmosphere in the background.", + "public_commercial_use": false, + "recraft_id": "11bef72a-727a-4f88-b3ce-f36c346f6c5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:00:24.942402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e44c7f2-f5cf-4e6e-b64e-7250e6344578", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two cats dating behind a shopping mall, a car parked on the roadside, a mall billboard with the words \"August Sale\" written on it, sentimental, dark tone, nostalgia", + "public_commercial_use": false, + "recraft_id": "884f05a2-3a70-4e79-88b3-d2b8ee37a899", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:58:12.584177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "297ec1e4-e823-4f81-9479-1c9d5c2768b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese man, in the snow at night, smoking a cigarette, has a vintage TV set, and a sheep, he wears plaided clothes jeans, wearing a jacket, wearing a hat and gloves, the sky is snowing heavily, there are pine trees next to it, holding balloons of various colors, the sky is blue, a purple butterfly on the head of the male god", + "public_commercial_use": false, + "recraft_id": "4af66ee4-ad6b-4add-a62b-32f57eec1c1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:44:46.585483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3418256e-9403-485f-a1bf-d48b3c97d7e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, with a white Kitty cat wearing a Christmas hat and a Christmas tree next to it. The snow is marked with \"CCL\" and there are traces of cat paws. A melancholic blue night scene with dreamy effects of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "60187a63-3f5e-4a3a-9236-14cf42441e12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:12:05.544858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af8ca3dc-a492-4a40-903e-244c7fd31022", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bunnies teaching carrot on blackboard in sun", + "public_commercial_use": false, + "recraft_id": "29db6996-1bcf-4494-8e28-060093a025fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:09:06.48098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c537225-3de5-4e89-a988-3863c673209a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Teddy bear is holding an umbrella.\"", + "public_commercial_use": false, + "recraft_id": "06cf66ce-8269-4d3d-8013-2f5e9acefaa6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:59:36.98967Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "00c96628-d4b9-4891-8d37-22028b37d2e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is on a paragliding, and the volcano behind it is erupting", + "public_commercial_use": false, + "recraft_id": "fc67f224-be92-4fd8-ad9b-614a70e2b966", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:47:31.234245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6afb8e4b-d83d-4614-9f08-7033564f75ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little rabbit holding a cherry in the sun", + "public_commercial_use": false, + "recraft_id": "1535ac81-3888-4c92-a7b0-1edb8b1eaa49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:48:42.614907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75f5db69-72a7-47c9-ba4b-0f269ef8eb3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lady is in the snow, facing her face, looking at the camera happily. Behind her is the snow, and snowflakes are floating in the air.", + "public_commercial_use": false, + "recraft_id": "a9409e08-588e-434c-ac5d-8086c2e61efd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:48:12.182648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1de7610c-d9d0-4677-918a-6d5c7b0bd8ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog and cat", + "public_commercial_use": false, + "recraft_id": "16a8229c-a89f-40b0-8628-e074ae1b8da3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:29:32.564201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8699fc40-3b49-4c53-b729-c3d19589a009", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flock of gold and red koi fish swim in the air around a Chinese pavilion in the middle of the water", + "public_commercial_use": false, + "recraft_id": "b436e39d-0f1d-4b82-abd0-bf4adcd9f056", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T04:53:05.300061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fb2abc0-8c24-4491-ba5e-7a1c04999f76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "butterfly water bubble star birthday cake 1102", + "public_commercial_use": false, + "recraft_id": "a1131231-9b65-49ad-a36b-ba69ec3d7393", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:49:17.082264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43551d31-18e0-452c-9d13-a41b873ab45f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty is sitting in a warm room. There are fireworks outside the window. There is a small cake on the table and a blackboard. YJN LOVE ZHW is written on the blackboard.", + "public_commercial_use": false, + "recraft_id": "9af8873d-8428-44dc-9f06-684898e59f72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:45:07.075481Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df0942e9-b5e9-4fe0-b8d0-e665fca6f613", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "take heart instead of roses, longer white skirt . looks no emotion", + "public_commercial_use": false, + "recraft_id": "317ea3a5-2065-46fa-a6c6-bfb202aab937", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:25:43.433828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308890bb-b227-4615-b688-bf5f56777056", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A ragdoll cat is in the snow, and Kun is written in the snow. The sky is dark blue! Butterflies fly in the sky.", + "public_commercial_use": false, + "recraft_id": "ddf95cb8-4a7b-447b-ab1a-b1da0c98fb8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:56:16.474013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6559fb13-88a4-4f52-a62f-82748e343fa3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy night, there is the sea in the distance, white kitty wearing a Santa hat, next to the Christmas tree, the snow is written \"oyx\", there are traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation.", + "public_commercial_use": false, + "recraft_id": "9e9e98bf-2535-400c-8da5-b49670fc4afc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:11:42.894559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c39df6f7-4355-43ca-8911-ebfc58852ee7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat basking in the sun, with white fur and sapphire like eyes, very comfortable and enjoyable", + "public_commercial_use": false, + "recraft_id": "a6b61764-6afa-4704-b869-2059be180c8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:23:49.707635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f3c0a4f-60de-4aa2-a415-8752cfca3919", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever and a fox are playing by the seaA golden retriever and a fox are playing by the sea", + "public_commercial_use": false, + "recraft_id": "71d2d24f-3701-448d-87cd-20fe82d2fce6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:35:45.991502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6f39a3c-41c8-478d-b0c1-33addf31bcfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of porcelain red koi fish swim around a large Chinese pavilion in the middle of the water", + "public_commercial_use": false, + "recraft_id": "2eb1f8b3-4d30-4be2-9b35-500588580995", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T02:01:28.116014Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "ca16bef9-4320-4858-b7c6-c017f0b1283f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The whales and fishes were flying in the deep blue sky", + "public_commercial_use": false, + "recraft_id": "d8e46784-1d4c-4d63-9a31-03b35213caa9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:45:50.788793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shiba Inu is very frightened, scared, and colorful", + "public_commercial_use": false, + "recraft_id": "33da106a-933f-4bba-813a-471848b889ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:09:55.002934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0009d7d9-9722-48ac-83af-7b51cca243ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Koalas wearing sunglasses, Christmas tree and snow", + "public_commercial_use": false, + "recraft_id": "84f4381a-c10f-4a7e-8980-2f309e2864ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:34:08.29009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a94b2f58-d749-476e-bbab-936dc82e5f23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog that can drive.", + "public_commercial_use": false, + "recraft_id": "e0ec23c7-422b-4228-8625-0e166d6aa744", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:24:05.686852Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8e3ead27-9568-472e-8c62-641bb1240a54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Spiders tap-dance beside the bonfire.", + "public_commercial_use": false, + "recraft_id": "4e3751d1-af87-46b8-9b47-f270a0dca975", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:45:34.308562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b8013db-c1ab-4841-acd0-afa331473ebf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "chocolate long hair dachshund mini in snow", + "public_commercial_use": false, + "recraft_id": "6d2dc218-0740-456d-91a5-35c03b50c93b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:56:26.295595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5306f549-6161-4c11-a1ee-525c748362c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a merle boarder collie with glass sitting by the desk and working ", + "public_commercial_use": false, + "recraft_id": "48c380a1-2488-43cf-a3a6-a4cf24d46744", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:29:53.979806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f7e173e-7bd1-4be7-8523-7b511b66ab20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty holding a cake and sittin on beach with dark sky", + "public_commercial_use": false, + "recraft_id": "79a51228-f4c7-473b-842c-7b46405b0032", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:14:38.127046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e736a33-cd76-4fd4-a74c-82fe9e48afca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mickey Mouse cosplayer with a chainsaw", + "public_commercial_use": false, + "recraft_id": "4815f255-24d3-4051-b809-aedd3a56990c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:44:21.359903Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0df33984-3a98-4b70-b19b-db7e239df62b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of giraffes wearing sweaters graze in front of a shopping mall called COCO Park. The scene is a sunny day with a rainbow.", + "public_commercial_use": false, + "recraft_id": "331aa906-ddac-4136-bc7a-38c36ce0b441", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:38:35.545634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd6e1936-2d28-4815-b405-c4aaeebb86a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pure black cat running in a snowy forest with fireworks in the background.", + "public_commercial_use": false, + "recraft_id": "0b53bfac-cd41-4213-b3f5-4e832b33eba4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:11:49.473125Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c34a67d-8a05-41f5-b576-1f16c0a13393", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmasized hellokitty", + "public_commercial_use": false, + "recraft_id": "906caaaa-e10c-4444-ba73-a80c4aea12cf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:39:30.750669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02e2c0dd-b48f-4d61-a935-baf1f0d8e71f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty celebrates her birthday in the snow, where it's written \"yuuey\".", + "public_commercial_use": false, + "recraft_id": "c89006e2-fbf4-4d96-8885-cec108f4c7fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T01:38:41.953686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b235c1d4-f9a3-4129-bbfa-537c56232af6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a fluffy goose is running around in a Santa hat surrounded by Christmas decorations", + "public_commercial_use": false, + "recraft_id": "a079c6e5-06bd-42d8-8cc8-6f3273acf7b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:07:03.297462Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "789ce778-d084-43d5-8887-058e64e11662", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The dai cow in the artist's hat", + "public_commercial_use": false, + "recraft_id": "1661075b-29cd-435d-a265-689d2aacd5f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:36:52.007162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21e94169-b65b-4a15-939c-b02fdb5d7a1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Butterflies are flying around outside the light yellow window.", + "public_commercial_use": false, + "recraft_id": "32522355-60a4-4615-9c8b-a2bac5c6f4f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:56:23.201111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fd69f3c-0667-4860-8136-c1d43591845f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat lean on their owner's lap and read a book, one is orange, another is brown", + "public_commercial_use": false, + "recraft_id": "8304fcc1-2621-43ee-9f4f-3ec449023578", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:11:30.947866Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2551253e-4bd3-4846-abe9-1ecea2fffbe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a front shot of the upper body of a chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy astmosphere", + "public_commercial_use": false, + "recraft_id": "33c73aa8-6ff0-438f-a7bb-b0ddad66a4c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:50:57.265347Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "37633cee-0863-40b4-80f7-c035374e45b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "both Winnie the Pooh and Donald Duck holding machine guns", + "public_commercial_use": false, + "recraft_id": "81600619-2db3-4f2e-9764-7eaf542ef5d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:32:20.099454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2de4ea44-100f-4cb2-bbcc-2271c42c44a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas trees, bonfires and people by the sea", + "public_commercial_use": false, + "recraft_id": "9dd0e2c6-b3e7-4ba5-8263-acf712c794c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:41:12.880798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9f42e5a-06ff-476a-afc8-8822ab599cc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is siting on the beach watching the waves and feels lonely in the evening", + "public_commercial_use": false, + "recraft_id": "5ba6563c-1dbf-4f33-9676-e2531475e122", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:49:26.884612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d1aed59-038b-457c-8a2e-ba2459a67933", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow teddy bear puppy ,holding a camera and taking pictures, at the seaside with seagulls", + "public_commercial_use": false, + "recraft_id": "a9e3a124-16c6-4e97-96ce-0088d5769144", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:07:20.666886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3f0646d-3db2-48bb-ade9-c68e046090df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy snow, there is a lovely little snow man behind the blooming fireworks and stars. Next to the snowman, there is a lovely little cat", + "public_commercial_use": false, + "recraft_id": "ab747ac4-3ec7-4f39-ad56-2a936c59e7a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:35:06.754535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "938bbac7-0d3e-443c-8bc6-7a02bb29945a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"1Llin\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "ebe9065c-c2f1-4a74-b0d4-01ef5140ee3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:34:34.445192Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7597da7d-9062-42b0-af9b-a0e6b5f81e6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat black and white cat, sofa, TV, Christmas tree", + "public_commercial_use": false, + "recraft_id": "f7c877e2-5c52-49e6-86f4-f43731d03d32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:02:11.004984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fde241c-a8d2-47c0-9c2c-8585cc430b85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big theater, no audience, one man standing on stage doing standup comedy", + "public_commercial_use": false, + "recraft_id": "243a6e6b-2a13-4fef-be38-3706a181735d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:01:16.254154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4858a3b6-c14b-413c-8c49-70294c0d577f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little pig works hard in front of the computer.", + "public_commercial_use": false, + "recraft_id": "35b9b8f6-f588-41ce-81f3-861baa8bbd43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:04:42.648344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1ede184-e465-4c4a-89c7-82a7bc06fb7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is wearing a lady's suit with gd printed on it. She is standing on the stage with a little daisy in her hand, and there are fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "643e2084-ecef-4369-a77c-ff3c53eee506", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:10:16.085767Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41ac5bec-a57e-4312-9755-0bcf7c9af38c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pinkHelloKitty,Warm night view, snowy day, lovely,aurora, sea,Christmas tree, zmki written on the snow", + "public_commercial_use": false, + "recraft_id": "ff43904d-e6c0-4dd8-855c-921c19d9445b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:22:05.626483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d19af722-2d13-4108-b800-c9c9e8e05220", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Butterflies, bonfires, snow, night", + "public_commercial_use": false, + "recraft_id": "3dff2304-6227-4a9b-87af-e716f68a7dd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:23:14.390049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8c38983-be82-41a5-83dc-c4c80ef2d956", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat looked out the window at the scenery", + "public_commercial_use": false, + "recraft_id": "f2cd17e2-eaff-4f77-a406-b4a5afa56c15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:55:42.054778Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "83b78e58-9511-4c6a-9d01-dd4414317c77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The deer's antlers were covered with flowers and glowing colorful butterflies were all around it", + "public_commercial_use": false, + "recraft_id": "a43ed7e4-b96b-400f-b7e4-ca4d161a54d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:50:05.692092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af94fc01-e882-44eb-b1c7-2635f17bb370", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2 HelloKittys sit next to the snow by the sea with a small fireworks nearby, and the letters DDZZ Foever written on the snow.and fireworks", + "public_commercial_use": false, + "recraft_id": "c7de15c8-1ff1-4d66-b77f-8fcbe1ca1a69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:03:05.77528Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4b019cb5-2f85-42d9-b006-9aedc930bd7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "All the stars are aligned, lift me up every time", + "public_commercial_use": false, + "recraft_id": "69036c39-348d-45bb-b627-c1d0929bc84b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:00:09.27715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c7a8a68-37d4-4a2c-96db-fe6048dc9c21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"selina \" in the snow,a cute hellokitty doll with pink dress standing next to it, sun in the sky,chirtmas tree, LOUIS Vuittonbag,", + "public_commercial_use": false, + "recraft_id": "585a5d03-7e6c-4d5c-aca6-597e34d71c2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:40:39.285916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "820a87f7-1073-43f6-a47e-58580e107c40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "wizard black dog casting spell", + "public_commercial_use": false, + "recraft_id": "ad01c320-5829-4016-b77c-716c9096bc0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:12:08.463962Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78da9624-45f9-4745-a27e-6ccfb411855a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"zhw\"in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "eca16d0b-bbe0-4e61-b6b9-eed676fe557c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:11:26.962575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8a6a590-55d6-496e-a269-f2ff482c63b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little deer pink roses snow land", + "public_commercial_use": false, + "recraft_id": "48c4e793-16c2-438a-8fb7-a7afa2c4dc52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:04:19.623117Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1493edd9-4f26-4cfb-8eb4-0ac871ae9708", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow cat in sunny room", + "public_commercial_use": false, + "recraft_id": "f141505b-a930-4e63-a01e-0d62902c7361", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:08:19.808976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09751014-8f0e-4580-ab04-b14fa17d590c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snow-white fox and a small tiger several months old walk side by side in the snow.", + "public_commercial_use": false, + "recraft_id": "1ce45c86-3eb3-4935-bb67-9e502edd28af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:13:35.800503Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e4a7257-6a7c-44b3-9ea5-4df9b0959565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a Chinese lady with hair curly naturally,warm fairy light halos, retro flim,movie,velvet textures,", + "public_commercial_use": false, + "recraft_id": "fce38cbc-0701-4f4b-bd3a-d49bce6c1898", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:32:50.902452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1ef7075-f4b0-4003-8c08-caa437c1ed16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey is working at his desk in a suit and his computer is on fire", + "public_commercial_use": false, + "recraft_id": "13e796cf-e0c3-4e78-936e-adccd86fe1db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:54:19.951604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse standing on the street holding an RPG rocket launcher", + "public_commercial_use": false, + "recraft_id": "956c8bb2-dc12-44cc-b5e3-d5a04ff42592", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:30:29.989298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "371ebf34-8074-415f-835b-c31249975540", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden Retriever celebrate his birthday in the 2000s house", + "public_commercial_use": false, + "recraft_id": "1802292e-e31a-40b8-9dbd-e7ea82557dc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:14:41.447706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07861f3b-4ee4-4317-bdd0-303c9524abe5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mount Fuji, red flowers, yellow dotted skirt", + "public_commercial_use": false, + "recraft_id": "ce594f3a-6b3e-4fb5-bd18-312f0568713c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:18:54.843769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is sitting next to the beach by the sea. It's snowing in the sky, and the letter QJ is written on the beach.", + "public_commercial_use": false, + "recraft_id": "fd068edd-e0c3-4b3d-a3ed-7f7305c1347d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:55:30.216711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8357272c-bed9-401f-8145-1cf7c271f84d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden Retriever on the tree", + "public_commercial_use": false, + "recraft_id": "69bf44e6-64b4-4e9e-b626-add85a9c4079", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:58:43.464735Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c9a6eba-9ecd-4171-b72e-46126618512e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat lean on the lap", + "public_commercial_use": false, + "recraft_id": "59504f45-24f3-40e0-80a7-d5083fdbb76a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:31:36.67504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4acbc360-5025-4005-bdbc-46250daa5ae5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluff black and white cat wearing ahat and sunglasses is standing the snow, thecat is holding a strange doll in its hand.", + "public_commercial_use": false, + "recraft_id": "e957f109-f845-44b1-ac85-adaf60fa9b75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:22:30.593088Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ec549209-9633-43b5-9189-83ca536c4ab4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty goes hiking in outsides mountains. rive and tree. ", + "public_commercial_use": false, + "recraft_id": "fda50ea5-53fc-442a-84f6-b3381522503e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:40:59.52984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83808368-6e94-4ece-a171-0a1c7a26bd6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "superman at West Lake, holding a sign that says 'Happy New Year.'", + "public_commercial_use": false, + "recraft_id": "2257a6f6-101c-4011-9c85-9645de4739b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T03:06:20.468118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db55e9ad-7bca-4457-a0e1-9db7ba21ca17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The art exhibition under the cloudy sky bridge turned out to be a dream", + "public_commercial_use": false, + "recraft_id": "9ec81787-0041-49f1-8b05-b62cc8bd8df0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T06:52:54.946457Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "bbe4ec81-0c14-45bf-8305-f5b88148088c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "iceland aurora", + "public_commercial_use": false, + "recraft_id": "aef274f1-a39f-4e6c-987f-b51751e375bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:16:18.752823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24f0f938-13a3-4c84-bfef-d29322c12728", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland White Terrier wrapped in a yellow scarf fights against McDonald's fries in the snow, and there are dog paw prints on the snow.", + "public_commercial_use": false, + "recraft_id": "d6df174e-30f3-4341-a5fe-f206bdfd5175", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:12:42.913206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39c4b7b6-039b-4d34-8252-dc6f6c619719", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy puppy drives a roadster in a city", + "public_commercial_use": false, + "recraft_id": "26f98096-771d-441c-96fa-c144f9526641", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:56:28.058592Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d918f6a1-94fd-4b09-92fd-7dae3f7355a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A surreal meadow bathed in golden twilight, surrounded by impossibly tall, glowing wildflowers. A small black cat with piercing golden eyes sits atop a moss-covered stone, watching as the flowers bend unnaturally toward it. The sky is fragmented with floating shards of light, and distant chanting echoes faintly.", + "public_commercial_use": false, + "recraft_id": "29e3dae3-a4d6-4620-9397-972f37a2bfc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:11:52.059016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af37f622-6563-4d19-bf15-432583ded94a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beagle, a couch, apples, a Christmas tree", + "public_commercial_use": false, + "recraft_id": "55eb8879-0fc6-447b-b5a0-130f9f83a6e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:55.501245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af3b9d1c-7b95-4928-bdc8-bb2b4300dac4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is wearing a birthday hat on its head. There is a birthday cake next to the kitten. It is sitting on the coastal beach by the sea. 77 is written on the beach.", + "public_commercial_use": false, + "recraft_id": "18ffdba4-f11c-4743-8dfb-440ecaf9ac73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:07:25.68904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7c3de08-d88c-413f-a600-d5473bf1e8cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Standing in a sea of flowers with a rabbit mask and a chainsaw in his hand", + "public_commercial_use": false, + "recraft_id": "9e361b6b-8173-4da9-8876-bac6e1dd63f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:28:01.126812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "043ef81a-6cc5-4cfc-ac6d-f226298aea4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cat was driving through the forest with a Christmas tree", + "public_commercial_use": false, + "recraft_id": "07fbdb36-68bc-464d-842f-635311791c06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:41:35.465486Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6f8608a3-c0f0-4c55-8083-2068b9a5d65f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A green apple", + "public_commercial_use": false, + "recraft_id": "64e7dfd1-8ce9-4227-8692-2e6717188922", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:00:40.246019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "868e94ce-fa28-43f9-a6b0-d9844da12287", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy night with sea in the distance, white Labrador in Christmas hat next to Christmas tree with dog paw prints.Melancholy blue night scene with a bit of light particles for a dreamy effect, color saturation is on the high side.", + "public_commercial_use": false, + "recraft_id": "30923513-476c-452a-a130-ea7abc65918d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:22:43.760609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c39a7a9d-5518-4e04-a035-7c423484fdca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "snowman in the park", + "public_commercial_use": false, + "recraft_id": "b5f7ccec-fa2c-430e-94b5-0beb7ed8f091", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:02:24.140175Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a9cd6789-6261-4675-a7bc-636dd4c7b582", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "All lights out for me. Lightning strikes the beach", + "public_commercial_use": false, + "recraft_id": "839b4ea4-e5cd-4f3a-bd6a-6bc5d3f36a4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:50:10.325409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "909d00e3-20d7-4b4d-b9de-7654ab68b5bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A resort that is utopian, pretty swuare, mainly white, looks sus, used for keeping rich people with mental issues.", + "public_commercial_use": false, + "recraft_id": "32f99489-34a7-47f3-bc41-19d5320048f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-11-29T04:09:06.957385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e56d48e3-8902-4a63-ae93-d34258ebdb2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A baby border collie with black and white hair chases bubbles in the snow under a colorful aurora, while cabins and campfires lie in the distance.", + "public_commercial_use": false, + "recraft_id": "b3e863f4-020c-474b-94aa-17e7ecd4d909", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:51:11.550483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c0b060f-8411-4357-adda-1ca966b64666", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the back seat of a taxi, there is a cute crying cat, an empty bottle of wine next to it, and a devil's smiling face on the window. It's bizarre.", + "public_commercial_use": false, + "recraft_id": "5aab374d-10d3-4d00-a0a6-fa4cccd82630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:42:38.606639Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "530c389f-12f6-477e-8ea6-704db7df38a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty playing golf", + "public_commercial_use": false, + "recraft_id": "11d1a22a-bdad-4f09-a98a-003261914de9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:19:48.576505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f8eb72c-8f37-41d6-ab0a-34cc10411a37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light blue and black hello kitty doll on crutches in the snow.", + "public_commercial_use": false, + "recraft_id": "337ebbae-672a-47d4-86ff-ea5f3639ced1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:36:17.166937Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7733dfd2-3b80-4ef6-a349-53b33ded55aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "German shepherd.snow.Ragdoll.The original cabin.Seal two-colored puppet cat.", + "public_commercial_use": false, + "recraft_id": "6bb39018-a8a5-4cfb-b51a-b84f1945a79a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T05:05:45.378826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b2c27eb-7070-4df0-bba9-fd2919121a41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh is diligently working", + "public_commercial_use": false, + "recraft_id": "f5f997d8-3f45-42ac-9bce-32b67f85b85a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:59:07.328044Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30102496-cc29-4fe7-9381-081835519f25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty drinks alcohol and looks at the computer while at work. ", + "public_commercial_use": false, + "recraft_id": "4a084156-16d7-4996-b844-09a7ab9febba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:37:17.482322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b025f5c-7711-44ba-8dfc-fd6a6ec56625", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow puppy lay on the beach on a chair with sunglass, on the table having a coke", + "public_commercial_use": false, + "recraft_id": "d100f497-2d0f-4b6a-ac6e-d1823b89272d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T08:38:51.522059Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2d6c5b64-94a7-4707-ae33-1a84fd61df67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of elephants wearing skirts are drinking tea in front of a shopping mall called COCO Park. The scene is a snowy scene.", + "public_commercial_use": false, + "recraft_id": "72359ac2-f165-4dee-8fd3-d1b971cb0229", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:46:53.23121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f3622ad-2231-4603-8981-ad3a73d407f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pink pig, holding a Mac and writing code in the snow", + "public_commercial_use": false, + "recraft_id": "6e79a259-0fcf-4e4d-9c38-ba5903c244cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:00:54.265738Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8b01819f-2fb2-4946-8a7e-872918707005", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty, sandbeach, balloon, Christmas tree", + "public_commercial_use": false, + "recraft_id": "93088651-4667-4a20-9229-0e83205979b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:15:15.432672Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "21bda32c-a54c-4292-886f-c1f5ed767a09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The silhouette of a cat with wings on its back, flying / rapidly blurring.", + "public_commercial_use": false, + "recraft_id": "46305b34-7f88-4a5e-907a-8e7ce482defd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:00:27.793752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7748d846-133b-4600-b2fc-52c1aa62e6a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Californian", + "public_commercial_use": false, + "recraft_id": "58c935f2-82a5-4cd4-9e7f-636bc078264f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:03:20.161343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "899ed0e5-f8b5-41ed-a6da-24ecd714c26f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I was riding on the whale, the whale was flying in the sky, and there were many small fish in the room", + "public_commercial_use": false, + "recraft_id": "61160576-59c8-4615-a037-841fa1503ef9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:50:56.179899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9979bd87-5f8d-4538-8b6b-881e51065d3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Chinese dream core living room, a sofa with wings, fine decoration", + "public_commercial_use": false, + "recraft_id": "1536103c-0a1c-479e-81ee-9b855df47bab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T04:54:05.04519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8323f140-8b2b-4507-bd47-61d5258fb7f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat is smoking in a spaceship", + "public_commercial_use": false, + "recraft_id": "f314ffbb-28b4-451b-9f99-edfc885bb316", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:26:23.932685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c8eaf75-c82d-487c-a9e4-3363256dd038", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "close up shot of a lady in wild desert,frontal face,looking at camera,flying sheeps,flying pigs and mirror", + "public_commercial_use": false, + "recraft_id": "28f68c8e-7dc6-42ee-911a-e556ab40dfad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:35:17.995421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4416450-3ccc-4c63-88ea-990b79ab7637", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snoopy wears a glasses as a lawyer in front of a computer", + "public_commercial_use": false, + "recraft_id": "e370ac6f-954d-4f27-b94e-39e872c8a2af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:26:40.178186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23404d26-28d9-4078-bd30-975e202b502d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flying kitten with wings", + "public_commercial_use": false, + "recraft_id": "83669c8c-7741-4f50-9d93-69c890f8325a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:42:57.630363Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21e398b2-4872-413e-99df-8140c50b784d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles should be wide angle, a Santa Claus in red clothes is decorating a huge Christmas Tree in the Party", + "public_commercial_use": false, + "recraft_id": "7697a7a7-7181-4925-b09c-2b3538cd4c6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:48:29.455104Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c31e9008-345a-4eae-9106-9feb170de6f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "lots of diffre huge Purple, red and green orchids in the Misty bamboo forest, and one red chinese dragon inside", + "public_commercial_use": false, + "recraft_id": "57dd40c6-091d-4ab6-b659-37715bec358c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T06:12:01.555636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af8b689d-3073-42b2-98f8-8f6144572797", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cartoon character Peppa Pig holding a camera on the street", + "public_commercial_use": false, + "recraft_id": "e66dbe98-b950-4b62-9256-f3b06129df89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:21:05.640552Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4631b90-ad47-481e-9908-3be745ad675d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"cxy\" in the snow, sunset , beach, a hellokitty doll standing next to \"cxy\", drifting snow", + "public_commercial_use": false, + "recraft_id": "b7683b45-23ce-49dd-b158-f7b7479d8e93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:13:55.637874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f9780fa-a11d-4d0a-a4dd-b3e19e79b127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A genuine Hello Kitty doll is sitting in the snow, with a Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "78fac0b0-0ec6-4e92-861e-e5c95f9b506d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:41:22.560233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a93e0f8-5abe-47b7-bf3d-bf97930829f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people are skiing together in the snow in Switzerland, showing difficult moves.", + "public_commercial_use": false, + "recraft_id": "0c556d4b-8991-4814-82ea-3362a71c7e81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:59:49.630501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20bea8c0-8082-492d-9356-765aab598499", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blizzard weather, glowing snowflakes in the snow.", + "public_commercial_use": false, + "recraft_id": "a4a95502-52c5-484f-83ca-08b1e1094a2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:16:13.338622Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "734c74c4-9365-4d16-ba1e-174423521716", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty cosplayer wearing a wedding dress, carrying a cake, at the beach", + "public_commercial_use": false, + "recraft_id": "ce482329-c001-47e2-baea-feb63f4163b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:34:06.335633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9106357c-d504-41af-be6c-86cccc758d77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Spend Christmas in California", + "public_commercial_use": false, + "recraft_id": "3bf67a66-aa68-4a9e-b99c-9d441d1b6e5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:57:13.449188Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ec1124d-7a03-449a-9faf-df96b589e8e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas pine tree with snow, standing on the flat land cover with snow, in front of the sea, nightfall with sunset glow, medium shot", + "public_commercial_use": false, + "recraft_id": "e0a649d1-3013-4183-a5a3-5f8964c017c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:34:38.849661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9cb06e0-e97d-44ff-b092-fc52fe719e92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ice cream soda in the rain", + "public_commercial_use": false, + "recraft_id": "44c4915e-ae77-4cd9-8e0a-92a42d5b1a70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:29:16.30265Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "7db1c0c4-7319-4175-bdf6-25bd3c416399", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gigan gray calla lily in metalic skin, with some doodling graphic in the stick standing in the middle of a gall venue", + "public_commercial_use": false, + "recraft_id": "fb734676-6f40-469e-96c9-b49bc7746b0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:53:17.455827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57c73cd2-f446-40fb-98e1-4aedfad22b54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pig is running in the snow", + "public_commercial_use": false, + "recraft_id": "9cc5e15d-5cea-425f-9b14-c7e2e4ed4072", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:54:35.735956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "363c245c-d9b1-4c71-8c3d-9c7dcd474a17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beach, coconut trees, fireworks, waves, HelloKitty, handwritten letters", + "public_commercial_use": false, + "recraft_id": "4418e4c8-0a50-4478-8e93-9450aed3330c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:25:52.703707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96f6eef3-f35e-4d8b-8717-94d5a2ecfc48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Biden and a kitten are fighting for a toy", + "public_commercial_use": false, + "recraft_id": "ba3f18a6-ae2c-4d02-80ca-df6879813bfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:33:30.611166Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6090083e-4b10-4c13-acfe-ce47d3b75b58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Day, sunset, snow, Christmas tree, hellokitty, write CXY on the snow", + "public_commercial_use": false, + "recraft_id": "eb254ab4-1ca1-4daa-a212-cfda71715f08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:42:56.610136Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5573fdc5-383e-49e8-82b8-5bc652b1cfea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a drunk polar bear wearing wizard hat and pajamas with glasses is working at computer", + "public_commercial_use": false, + "recraft_id": "ebde3e81-55e0-4835-b455-15a332389c13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:15:30.610761Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "557c7986-63eb-48b8-bb35-d098e532e853", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow blue sky black puppy and letters Yosh BB", + "public_commercial_use": false, + "recraft_id": "febd0301-22b7-46d4-929a-a77a78b6f5aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:48:26.077106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aebf8d89-9da5-428a-9b45-81ccaffe67ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black teddy puppy in the snow", + "public_commercial_use": false, + "recraft_id": "f92df699-2358-44ee-ac6a-a486e4c65d9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:36:16.75826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0655def6-d559-4113-a9a5-47e7cd5cb31b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is standing in front of a burning house in a hoodie, holding a fish tank", + "public_commercial_use": false, + "recraft_id": "53167acf-dbdc-4fc8-9940-29d1c67c0af2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:55:11.160374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91578ad1-b462-45a8-84e2-a3cb8cdee1e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a smiling merle boarder collie with red scarf sitting by camp fire in snowland ", + "public_commercial_use": false, + "recraft_id": "fab790bf-6914-494b-8555-94ad2f4e3fc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:37:44.620146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce59e6d1-b717-42ae-b827-f7b41947f90f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " snow there is a small dog with transparent wings on the western highland after dark", + "public_commercial_use": false, + "recraft_id": "b6d9c924-e809-4184-8c79-9303037d3edd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T02:38:43.261769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0af34d9-c78a-4e3a-bff4-eb6871d66441", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "asian young man in suit standing in front of blossom on a snowy winter day", + "public_commercial_use": false, + "recraft_id": "1b30f6eb-8694-4ae9-87b5-4d3b1347705a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:31:00.286876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6565ce33-e0cc-4f2b-9eae-6c930f016aa3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A deep blue night sky with snow falling a little white cat with wings ", + "public_commercial_use": false, + "recraft_id": "e310b05d-1e79-4f9f-9d59-df76065b38f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:41:40.604105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6799387c-2291-4b42-a058-c3d1bb34b2dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired teddy dog stomps on a stool and stir-fries in the kitchen", + "public_commercial_use": false, + "recraft_id": "a959a6ae-f594-4c38-bb12-91d6e38f2944", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:23:20.44877Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "160ad42b-b67d-4906-9f8e-6752feff7df5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snow with sungtaro written on it, with a blue pink sky, Hello Kitty is wearing a red dress and a red bow, standing beside her", + "public_commercial_use": false, + "recraft_id": "41647a8b-8f85-43b5-8250-846389d328d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:51:16.55856Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de8773fd-535d-43d9-8eb1-a4a564ae1dc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"selina Damon\" in the beach, a hellokitty doll with angel wings standing next to it, sun in the sky", + "public_commercial_use": false, + "recraft_id": "000073c3-72bf-4552-8e94-72839b49c58c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:49:44.745966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3dfa614-e42b-4381-9942-a21ef48c9f90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy baby west highland dog chewing ball and running in the snow", + "public_commercial_use": false, + "recraft_id": "d5307134-eb47-42c9-a2e6-6b398ce16e64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:14:24.224958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa757a04-6c54-4a8b-87d4-eadd8d322825", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty holding a green apple in the snow with R written on her clothes", + "public_commercial_use": false, + "recraft_id": "62cb2356-564b-495c-bd9d-5f7ff779675a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:34:03.917821Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04223064-24d3-40c4-9a67-3f29c07df114", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red house", + "public_commercial_use": false, + "recraft_id": "8e96694c-a5bb-4754-ad7e-d336fa240738", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:12:28.429632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f781de96-4e71-4510-bdbf-178eea2fee59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing in the white forest", + "public_commercial_use": false, + "recraft_id": "13ecbb44-148a-4c16-9695-a6530b2c34ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:46:32.311962Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76b413f8-6b81-477e-9e07-da8acad77f72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The golden retriever wears butterfly wings and chases butterflies across the grass", + "public_commercial_use": false, + "recraft_id": "bc94f9b0-1d91-4751-a20a-14605f290083", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:34:52.691897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce5912b8-d159-4592-a698-796fb313a83a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Spring,butterfly,fireworks,river", + "public_commercial_use": false, + "recraft_id": "faf8777e-c1b0-4613-9076-b0aac1497614", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:22:39.409926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "688b6441-60c8-4431-ac01-f2ed81afb8a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund rolls around in the snow playing with a bunch of letters, the letters are separated \"arilisa\", lowercase, with the dog as the main body, the letters lie on the ground, the dog is especially happy, there isa lot of snow, there is an aurora, there isa yellow blanket on the ground", + "public_commercial_use": false, + "recraft_id": "b763217a-87da-4567-973d-9277f21b563e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:05:45.395019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a58a6ddc-7383-4e38-8303-d8001a51399f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat walking on the black and white keys of piano, the door left ajar far", + "public_commercial_use": false, + "recraft_id": "f8fdfd60-6563-4b3e-9137-c1d5c2af398f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:06:47.703767Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3130f303-5d91-4e2b-a7c3-8c2da173b29f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye west", + "public_commercial_use": false, + "recraft_id": "081a946b-d834-4874-b778-60dc3bfc2c7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T07:46:15.593125Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "214a28ab-963f-4214-b1ab-98d59c1dd928", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fireworks.night.\"Trece <3 Kelsey\"on the snow.handwrite", + "public_commercial_use": false, + "recraft_id": "4b17d769-007b-4083-98ef-1b3ebd650416", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:11:14.013642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0b9feb6-f01c-4cc4-9599-e29eaf656ccf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A butterfly by the sea.", + "public_commercial_use": false, + "recraft_id": "db0ef93c-c599-4d7b-8310-1525e7fe2554", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:22:41.353542Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "76e3fca5-2878-410b-bd5f-9dfd51f83046", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an adorable white cat in an retro decorated living room with lots of presents", + "public_commercial_use": false, + "recraft_id": "0b89e9ca-b05b-46fc-a5b4-598c2c4df590", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:20:35.330602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db475bf8-c547-44ce-83a5-1f50996ae9bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sydney City Skyscrapers at Night", + "public_commercial_use": false, + "recraft_id": "56469391-e4f1-40a8-b40a-fa9583859458", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T05:11:24.465338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b24fe6f4-d5c7-407f-82ce-636afbb701a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog looks sleepy in the snow", + "public_commercial_use": false, + "recraft_id": "b7552ca2-7fb6-4ae7-bfdd-b4a59501dfec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:16:15.073976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f008fe7a-3803-4fc2-b9e1-21a51d9cfb44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grassland, white clouds, women surrounded by butterflies", + "public_commercial_use": false, + "recraft_id": "d3003a5e-7faf-4822-a5ff-2ea0b50168dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:23:36.039877Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dfbe471-e601-4272-8379-b6724bdb5ef5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy night, the distant sea visible, a black cat wearing a Christmas hat and a coconut close to the camera, next to a Christmas tree, the snow inscribed with \"LinkC,\" paw prints of a cat. A melancholic blue night scene, with a dreamy effect of light particles, high color saturation.", + "public_commercial_use": false, + "recraft_id": "4b8501bc-769b-4a6f-a3d4-35afa3f80c62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:26:10.881262Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "07170ea0-1faf-444f-a762-efdfa90be8df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A Shiba Inu and a golden kitten snuggle by the fire, Christmas", + "public_commercial_use": false, + "recraft_id": "3d92302d-063a-4359-bc0d-4253deed9012", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:44:29.007886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24afd269-b4ed-4896-bc1c-6c116b8e1087", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely cat seat down at sofa", + "public_commercial_use": false, + "recraft_id": "d61c54b1-5628-4fd4-9c9e-b585f7f18293", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:43:46.299247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff441ca3-5bc8-4a9b-b774-881339f46ab5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow is pouring outside.A beautiful sunset in the sky.A black cat is standing by the window and looking outside.the cat is wearing a Red and White Striped Scarf.A vintage camera is put aside the cat.", + "public_commercial_use": false, + "recraft_id": "164ccc13-2999-44e6-8e2a-bffb72d98ffe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:48:41.762812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6cc33ed-0430-4a45-bba9-cc300f840655", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It was snowing heavily at sunset, and the anime character Tom Cat was fishing by the river in a hoodie, next to a huge and gorgeous cake wax with the number 1226 written on it.", + "public_commercial_use": false, + "recraft_id": "5c3783dd-29f8-40f7-8ffe-0249d25352a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:16:10.8769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "186ea357-6399-46a5-82c4-b85c9fe41705", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "nightclub background", + "public_commercial_use": false, + "recraft_id": "19f9386f-0566-412e-a159-3ead23b2e421", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T04:38:20.249078Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fac95fef-f680-4a42-90fd-1dae09bf8dae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a snow globe with a pink christmas tree, placing under a snow, dark sky, cozy", + "public_commercial_use": false, + "recraft_id": "d445ba74-0bc4-45b4-8824-3b6952a518a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:57:33.925432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a87287eb-5687-46f5-8e66-4829508d404c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Four cats surround a monkey and a human", + "public_commercial_use": false, + "recraft_id": "7e851284-a833-4ac6-b460-b7a426a62483", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:14:22.094659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1fc034e-a47b-44e2-93f3-5f94fce3341a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland White Terrier", + "public_commercial_use": false, + "recraft_id": "21737d34-7bb1-44a5-af84-1bcf1522909d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:49:15.278506Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9d6698b1-2d0c-4d5e-a4b1-418b63f8889c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Christmas tree is on a checkered carpet with lots of butterflies around it . Don't have a character just show hands", + "public_commercial_use": false, + "recraft_id": "5159c623-fd7b-48cd-8923-e329dd24eeb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:02:45.638649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "257d5fe3-cbad-41e1-8e14-77f19b627a16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Chihuahua plays an electric guitar on a grassland with blue sky and white clouds in the background, with some tomato elements and a hint of pink color", + "public_commercial_use": false, + "recraft_id": "8470f55e-1e40-4286-b212-c9b2ec7f9c20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T10:02:57.440439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5ff4093-ed6c-464b-9de0-ab23d2e0be85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Fish eye lens, close up faces of two athletic guys in swimsuits hyper dancing in a traditional japanese room, dynamic portraits style", + "public_commercial_use": false, + "recraft_id": "6a2307c8-211e-44fb-8bca-3d42c0e83b38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:53:32.850908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5512dd9-55cc-4b91-b7da-a1a6dc537b5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "CITY OF THE GOD", + "public_commercial_use": false, + "recraft_id": "090c8eac-c0d1-4fb7-83f0-e01f7ab8f860", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:50:05.610149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "178dd664-c171-4fcb-8084-9bbf97f5673a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat learning architecture is drafting and designing in a room with a laptop on the desk. And the cat is wearing scarf and glasses", + "public_commercial_use": false, + "recraft_id": "c7a2c684-ad76-44bb-8855-3c5f44f507aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T01:30:04.372368Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57b3c849-1314-4b34-8eb2-ef71268cc3b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep wearing a Santa hat watches TV in the snow surrounded by Christmas decorations", + "public_commercial_use": false, + "recraft_id": "52bc9035-84cc-4865-8082-25553fd5e647", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:40:52.29356Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "33bae3c4-fdc6-41bb-ab78-d6a327f4358f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, fireworks, hello Kitty, and the letter NuoBaby", + "public_commercial_use": false, + "recraft_id": "82adaa43-1dfe-4199-a0cc-3e8c436fc1f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:54:49.130701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "795c7a52-6f1d-47b0-b904-7d706c2ce74e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The color of the sea is the color of the rainbow", + "public_commercial_use": false, + "recraft_id": "03a9643b-3941-443c-bb3c-7d7a0cdbea03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:31:41.605625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0a878ac-c29a-43d8-91c7-508a90848ec5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A school made of red bricks in the distance, with a lake and river beside it, a landscaped road at the school's entrance, and melting ice cream.", + "public_commercial_use": false, + "recraft_id": "cf770eca-a0b8-4bc2-9348-cea506b69712", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T03:10:28.153876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee70ff7d-1735-4e67-bc39-464117362676", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a grey and white british short hair cat, cooking ", + "public_commercial_use": false, + "recraft_id": "320aca5c-6c97-47dc-879d-f4e7e8d60608", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:55:16.953991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49c01434-25fb-45cd-bf54-a17c7cd1d6c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Black Hello Kitty, watching fireworks on the beach in Hawaii, with DAIQIWEN written on the beach", + "public_commercial_use": false, + "recraft_id": "5c636bb5-f701-49f7-8f1b-6f170d108dc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:46:16.955556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0afccfa-95b8-4e06-87b3-dd16f86e6671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby sheep wearing aviator sunglasses is flying a plane above the grassland", + "public_commercial_use": false, + "recraft_id": "fbae4ddf-06d2-4d02-b96c-0b6016c3e97e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:14:40.030396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09119314-53d7-4dab-afa6-deddbfeea247", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light brown kitten wearing a birthday hat looks at a birthday cake with the name Christina on it.", + "public_commercial_use": false, + "recraft_id": "c3343f9d-204d-44de-89be-b65b6eac89d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T08:19:14.157434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles should be wide angle, framing on leading lines, two people clinking milkshake in tall glass", + "public_commercial_use": false, + "recraft_id": "1c292ae7-1398-401d-a2ed-1c98b59de45d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:10:04.658166Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e4aa3ed-1a09-4a26-8dda-53e04525e3e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big Hello Kitty on a beach holding a cake with 1227 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "0cfca34d-952f-4f7e-96b1-7db38ae094ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:39:07.555318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12892d98-0abc-4fda-b3c0-3a53487e40e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitty writes jiachen in the snow.", + "public_commercial_use": false, + "recraft_id": "7faf7518-1852-4e83-916a-9c48b6ec11b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:02:28.675507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04b389a0-3906-40c8-b5d0-b34105128664", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dog chews on a pencil and draws a sketch of a car, which is in the style of an industrial design sketch with several different angles of a streamlined car", + "public_commercial_use": false, + "recraft_id": "5e16450c-e549-4568-ad90-1fd1dc427b9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:29:49.534173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2757c32-265d-4080-acb7-591c5bf95fc7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry cat, a couch, a TV, a Christmas tree", + "public_commercial_use": false, + "recraft_id": "b2e507d6-ff99-442a-a496-f5a1c1d5be46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:22:05.155426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce0c2631-d168-49f1-9fea-40c48d3904a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellokitty and the lion are looking at the purple sky", + "public_commercial_use": false, + "recraft_id": "9496b5bc-bbf4-40e5-a121-dcade8288d62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:57:41.549532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdc10e5c-b6fa-4255-bd58-326f0b6db23e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "need to more lovely kitten", + "public_commercial_use": false, + "recraft_id": "b4d8bbdc-4922-4555-840f-442fc46a52a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:28:40.28917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "573b9b88-ad9a-4cf4-b2f4-d9010cd22699", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "mini", + "public_commercial_use": false, + "recraft_id": "a910ad7f-553c-4c49-b2aa-24985ce0d07a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:50:32.750865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Characteristic snake at the gate of shopping center called COCO Park in Xinghe, GALAXY", + "public_commercial_use": false, + "recraft_id": "9d68569b-bfde-4854-a319-59b82812d264", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:13:48.932289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty as an adult cat hybrid, tall, wearing hiking clothes, looks like real cat", + "public_commercial_use": false, + "recraft_id": "21517bf3-93df-4a51-90c0-5b2cde9d5575", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:43:10.174956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "624dfcf5-f080-4b5b-b994-80cd15e5d170", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The hello kittyis watching the grand fireworks by the sea.", + "public_commercial_use": false, + "recraft_id": "0369709c-d4c5-4a76-a79a-601f31d183a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:13:59.555864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc26e2d2-e594-4657-af30-cf7eed045a8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a couple smiled and chatted", + "public_commercial_use": false, + "recraft_id": "2bc05732-9545-4483-86ae-8e4d13bf8e99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:58:50.747352Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0cd1c9be-dbf8-475b-8308-b1092f5ed225", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The rainwater on the road reflects the reflection of tree branches and open umbrellas, and inside the water there is a starry sky, like the Milky Way", + "public_commercial_use": false, + "recraft_id": "0d17b68c-b86f-4ced-92c9-007f916edc17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:43:54.348615Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "300afdb1-55ce-4d59-b5e7-7f0d89522096", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a black handsome furry retriever dog who works in a company in Christmas Eve outside the company's window in a modern city, also it wears a glass, and bling bling", + "public_commercial_use": false, + "recraft_id": "5d50f3dc-3b17-4d74-affc-b6a185e17bff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:20:07.452085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1636109d-636a-4cb8-8c36-b51165e98ca2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little sheep wearing a pink patterned scarf and headphones drinking a cup of coffee, with blue-green aurora borealis, tree shadows and the moon behind it, a real filtered scene.Take a bouquet of flowers.", + "public_commercial_use": false, + "recraft_id": "8aac0859-ed30-42c8-8fe0-bd3f25098c56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:39:34.873931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d640759-ae6f-4bbb-bec6-df31f997fc78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty is sitting in a paper boat, drifting on the sea, with flowers strewn across the water and the waves shimmering.", + "public_commercial_use": false, + "recraft_id": "5fd25c6a-dd9e-4043-b58a-12db40ff1241", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:46.361562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "144bbcb0-49f3-4d18-ab82-649674730ad3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow cat /working at computer /wear a pair of galsses ", + "public_commercial_use": false, + "recraft_id": "cde6556e-f68f-4aa1-bcf2-61ab6fecff18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T04:59:00.932402Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "1a31859c-20aa-4de3-b95d-a33386902ead", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red hello kitty busy working, autumn park, sunny afternoon, fuji moutain", + "public_commercial_use": false, + "recraft_id": "d6fa5200-faf1-4bfa-95ea-c47fa4755aac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:34:15.078827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ce9721f-75d1-4e03-b0e4-9c0abaddafcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful view of a modern city outside the window of a beautifu and quiet room in Tokyo", + "public_commercial_use": false, + "recraft_id": "dab56cf8-54f0-416d-8e09-1d1edbd66193", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:57:54.939143Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ff2ea79-9025-49d3-9f17-9b4c21f76033", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty, sailor uniform, Bichon Frise puppy, Maltese puppy, snow, school, playground", + "public_commercial_use": false, + "recraft_id": "c99c49a3-42fd-4db7-8682-c72b67cfc175", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:29:13.943031Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89862a13-094d-4f1c-81e2-49f422dda218", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Stars and shells have grown from the snow", + "public_commercial_use": false, + "recraft_id": "318e6876-fdca-4326-91bf-612be66e7655", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:10:20.09898Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73a2e5f2-8bf0-4968-9965-d4a0366c936f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat black cat lay on sunbeach with sunglasses ", + "public_commercial_use": false, + "recraft_id": "a27e0c8b-dd75-4011-8ad5-e683ac4cbcc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:28:16.031522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa926e7c-1a99-41fa-a49d-ee9cd862343a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "As the sun sets, a 60 years old chinese man sitting in front of my own small villa, listening to the songs and looking at the sunset and the vast grassland.", + "public_commercial_use": false, + "recraft_id": "ca7e5d36-f7d7-4dd8-b6c8-4164321a1de8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:43:06.660675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b23a849f-e747-4d74-b69d-0bf8d0a0a000", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat stands on Trump's head, and Trump stands next to the Christmas tree with a cake", + "public_commercial_use": false, + "recraft_id": "f1f33849-7286-4eee-8291-bbd9b4a5b6ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:36:15.29635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ddf4967-c68e-498b-82c7-255fd5d2e3ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hand in hand with Shadow, practicing dancing. There is no more fish in the ocean", + "public_commercial_use": false, + "recraft_id": "f535a3ea-b5e2-4da3-8717-65b7d90ade1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:39:54.984301Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9af404b4-eb86-42ed-a198-9875dcc97893", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A chinese man facing the desert behind a night", + "public_commercial_use": false, + "recraft_id": "23eb240a-0c3c-4eb8-893a-bde5db4ab059", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:22:17.534963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e5874e6-d63e-44fa-ad70-89a9bd50ba4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Cinnamoroll and Kuromi from Sanrio and the HelloKitty and the Maltese are celebrating Christmas", + "public_commercial_use": false, + "recraft_id": "77698d37-99c5-4662-88db-268f380929fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:11:28.683235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d019e7e6-a831-45a2-8550-211bbdcbc301", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light brown puppy with straight fur, wearing a traffic police hat, standing on the roof of a green car, commanding the direction", + "public_commercial_use": false, + "recraft_id": "6cbab2e8-b563-410d-9f56-bee259ed511a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:54:36.784624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f6e8136-facf-4789-8fd3-199d6d3823e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cow is in the living room", + "public_commercial_use": false, + "recraft_id": "34209277-3ee4-4951-8434-ddc6e0c85991", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:54:44.008453Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fc37695-7377-48c2-a310-9d5e0fa46d33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red mushroom", + "public_commercial_use": false, + "recraft_id": "12f1e8cd-f8ac-4828-8b9a-f917f2e8688c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:53:36.524825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1905499-a59b-4369-ab9a-2a756476a2fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Dog and a Sheep Eat Cake and Drink Hot Wine on Christmas Eve Ping An Snowy Day", + "public_commercial_use": false, + "recraft_id": "f9eed2e1-bae4-43eb-9a40-53a353675b5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:13.775749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d471993-db5f-42b3-93d3-31029a62d886", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snoopy wearing white polo playing tennis on the Wembledon court", + "public_commercial_use": false, + "recraft_id": "2d23783a-83a5-40f8-9565-94b213129a38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:45:16.35278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d7cbc2d-e518-43a6-b914-b846af17a797", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy under a cherry tree in Japan. It's snowing", + "public_commercial_use": false, + "recraft_id": "08add07a-dfac-47d6-92c4-731a67cf0192", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:24:16.666875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 14, + "prompt": "A fluffy yellow cat sitting under the chirstmas tree and looking up with a crown on it and green wings", + "public_commercial_use": false, + "recraft_id": "c2639565-9bea-4569-b229-b6526db52eff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:58:17.218503Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "147cf72c-af81-4e06-ac8d-a7698a08043f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat wearing shoes result in it cant walk", + "public_commercial_use": false, + "recraft_id": "d23d24ba-82b6-45c4-be9f-bf1e874ef5d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:05:07.58518Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd7d3084-3e09-48a4-845a-fb4927136a4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Shiny snow", + "public_commercial_use": false, + "recraft_id": "c0558802-9618-4a2e-9719-27a3feabb67b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:36:21.803386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38b0195a-ebe1-4072-ad66-549c2b2efd8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "katieledecky races in the American flag and dives in the pool at night", + "public_commercial_use": false, + "recraft_id": "9b784858-7985-427a-9c68-a342e6dbff52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:25:17.750335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "530c768e-d2db-452e-881e-bc676240b1f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sparrows fall on the stone lion", + "public_commercial_use": false, + "recraft_id": "d7f726bc-3deb-4fda-b5e4-52d81a8b18a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:26:29.516992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97b8a03a-b6ac-462b-afd5-af098276ceb2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty black princess dress, Maltese, Bichon Frise, wihte rabbit, pink rabbit, strawberry cake, doughnuts, macrons, white table, pink room, birthday ballons", + "public_commercial_use": false, + "recraft_id": "fb756c20-8a0f-4abd-9519-48c47a2dc7a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:43:31.958326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d72a50ae-e3dd-4461-a89b-6814bcd5a4d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty driving a police car,flash, film style", + "public_commercial_use": false, + "recraft_id": "bc1ebd60-9db0-471b-ba50-fd277a497c4a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-11-29T08:01:09.67223Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf65f893-7c45-4ca2-b2ab-2e42ee8e6671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mt. Fuji Cherry Blossoms", + "public_commercial_use": false, + "recraft_id": "97c37d49-2cef-450b-8e12-005a02842a32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:40:17.493126Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f752bb4-5d7c-4cb8-a492-fc2214be91c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Obama wearing a classic LA new era snapback cap which is made from straw,i need the forward face of obama ", + "public_commercial_use": false, + "recraft_id": "0b11e6c4-01a5-46af-9449-c5ac71f1a1f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:18:08.912292Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "40babe0b-9e13-48c7-b71d-92f86e622b10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas ornament", + "public_commercial_use": false, + "recraft_id": "b9c56ba1-e09f-46a4-b46c-c9eea6f21b89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:48:34.789245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f56ccc15-646d-46b8-b3eb-5beaed439c70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gold fish eat ice cream in glasses water room", + "public_commercial_use": false, + "recraft_id": "b03381e0-ec9c-4aef-b81f-91b1651c3392", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:29:12.737826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c421ec67-63bb-4054-bc15-7106e79613df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with a white nose, a pale yellow back and a white belly lies next to a Christmas tree under the northern Lights", + "public_commercial_use": false, + "recraft_id": "17e352e2-d2fc-4ca3-8e59-9d8cb4a6f3ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:27:25.987438Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13e830c8-a56d-49c4-8ad4-769008404a5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Prairie, yurt, bonfire, horse, people.", + "public_commercial_use": false, + "recraft_id": "14d3961d-58da-4231-92c2-0ca0c56c2d98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:14:57.409549Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "728557bd-ef8f-4c70-a3c6-d29c99a55350", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the universe, a young lady stands on a small planet with a furry dog and watches the sunset.", + "public_commercial_use": false, + "recraft_id": "1d937f81-121e-4434-88f2-580f8ac541f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:49:37.621381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4887417-3f16-4c08-821d-19a58e4390d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute chubby Siamese cat celebrates his birthday with strawberry cake and snow outside the window", + "public_commercial_use": false, + "recraft_id": "c8573845-efe5-4e84-9613-d4569865e666", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:25:41.862199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c6c0463-e80d-4efa-83b6-b1d6a021886d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Music crawls over my body on the surface of the water", + "public_commercial_use": false, + "recraft_id": "f56cbf13-289f-46a4-9142-ea6de438b37b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:22:09.216585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b9f783b-5ec6-4ae2-9184-c25fc66c8194", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Stitch toy is holding a birthday cake, and the cake candle is 1218", + "public_commercial_use": false, + "recraft_id": "d179a17b-bc43-44a1-b807-509f96745bc6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:33:47.798172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3bcfd14-f46b-4384-aed4-1a7015503b7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a sheep is wearing a Santa hat and there is a TV next to it", + "public_commercial_use": false, + "recraft_id": "2b0865f9-ab0b-4124-8817-693ce9e59bce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:53:26.646446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ebd677f-1bac-49bb-ac77-2bd373e91cc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "China Guizhou", + "public_commercial_use": false, + "recraft_id": "e6a35ae8-47a4-4aed-8c92-0180c619b4eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:52:22.655937Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ef72a86-cd50-447c-a4d4-e5fcca25ab6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba Inu in the snow watching fireworks, wearing a Christmas hat.", + "public_commercial_use": false, + "recraft_id": "add8f44a-e13c-4e71-a22e-988b94835068", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:12:51.976417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e881da12-5b9c-449b-94fb-21b3f4d4a78d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles should be wide angle, framing on leading lines, a hyrax", + "public_commercial_use": false, + "recraft_id": "2f14160d-2a65-472b-ab8c-727e4586f65a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:49:58.513622Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9770d63-ffd1-420f-9f7b-a9a4d1d131ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shiba dog wear xmas tree cloth", + "public_commercial_use": false, + "recraft_id": "6968d739-ee67-463e-bcc3-3ece658b6cae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:57:17.153387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "925cf889-9d32-4da0-9abf-7b06275419fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse doll and Hello Kitty get married in the toilet.", + "public_commercial_use": false, + "recraft_id": "41fde2b1-54f8-4553-8b27-177f945b75b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:45:20.809981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e5c8be2-011b-42f5-bcfa-7ea950794921", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A matcha cake on a round table with a yellow blanket on it. There is also some snows piled up on the blanket surrounding the cake.", + "public_commercial_use": false, + "recraft_id": "f3cc7f34-65c0-4cd6-9b42-1f29e812a048", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:37:30.677559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d806e7c-a8e9-4d6e-9c57-a509d11e2632", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat is painfully studying in the library, surrounded by books", + "public_commercial_use": false, + "recraft_id": "554529d8-a79d-4d2f-8210-aa28e408c46b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:27:44.490411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a55b4b5-32cf-464a-a48e-8dfef1cea0bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy field, there is a little yellow duck wearing a red knitted hat and carrying a small bag with a red apple pattern, with a little butterfly fluttering around the duck.", + "public_commercial_use": false, + "recraft_id": "53f4d52a-1e76-4db1-a80f-8bce0879cc08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:51:33.477605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "462ff4aa-48ec-4325-a89f-1b79fcec3ff8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sunset beach seascape, seagulls flying in the sky in the distance, some seagulls are flying in the sky, some are on the beach, the sea water is very blue, the beach is very white, no wall to hide", + "public_commercial_use": false, + "recraft_id": "159b1225-a253-422a-aaa6-9853e93adfcf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:34:56.253941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8911bd34-2733-4d04-8ba1-9ed9c21735e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of little golden retrievers are playing in the snow. There is snow.", + "public_commercial_use": false, + "recraft_id": "2009bee6-45dd-4fd4-8648-0236e637b308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:32:56.719394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f36366e-9d62-4a4e-9d91-f394380d53b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda with glasses is wacthing design drawing", + "public_commercial_use": false, + "recraft_id": "183a0f1d-9800-41e5-9911-21eac0681e90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:18:50.33618Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7576caf7-ae8f-47ae-a369-4f7e175d01c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a Japanese monk was silently watching the burning Kinkakuji Temple", + "public_commercial_use": false, + "recraft_id": "4f4d0a95-26b5-4e0e-9392-4ae95008e1fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T05:41:18.007251Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0644a9d0-e4cf-4e85-b7ed-99fcfdcae592", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "kirby,warm room,some stars,christmas tree,shining,snow day", + "public_commercial_use": false, + "recraft_id": "16aaa0bb-a1f9-4bd2-ab4c-901a4c1d4d07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:02:14.356364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73677252-4aea-490f-87fc-3e8e07496fab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Big stuffed hellokittytoy is made in the snow, looking at the camera, in the bottom left of the frame. A Christmas tree, with lights and stocking Christmas decorations, is in the top half of the picture. Handwritten word \"FMY\" on the snow floor.", + "public_commercial_use": false, + "recraft_id": "41a00019-f5c9-4e10-9652-a3c4ba9b7a30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:23:38.614116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed3f300c-1e76-45c9-b848-dc09a33af829", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lightning, orange-red sunset, herdsman, vast grassland, fluffy big dog.", + "public_commercial_use": false, + "recraft_id": "19b9f1b7-52a6-4fcb-bd2e-1008d84811a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T03:11:43.808734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "262012cd-091d-4f74-b6e4-02485597c5a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Shiba Inu is reading", + "public_commercial_use": false, + "recraft_id": "2db65b8e-85e3-4cfe-91d3-159d050d6e23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:47:23.386392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "7bec03b5-82e2-4781-97b3-cca99f83dbf1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:40:43.770455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b84d2225-81b1-41d4-af2b-3c68b92ce16d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Garfield Snow", + "public_commercial_use": false, + "recraft_id": "7d5caf21-f81e-4891-ae90-0cab06eaf5ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:01:06.448911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67db8513-6818-417b-adee-16af4f1e7e33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mona Lisa points a gun at the Mona Lisa in the painting", + "public_commercial_use": false, + "recraft_id": "a33e901b-3e4f-4023-97a1-f6d2800abbf3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:34:22.725324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ec17e5e-4a42-482c-8939-b35ffb7eadd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten with wings is in the snow in the wild. Next to it, there is a small cake with the letter VOS written on it. The shape in the air is star-shaped.", + "public_commercial_use": false, + "recraft_id": "fc006380-8599-4641-8789-2b0f956838b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T00:29:47.958982Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6997b46-454e-41cf-b66e-1604a3c62df8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat stands by a window looking outside.a beautiful sunset outside and the ground is covered by snow.the cat is wearing a red scarf.A vintage camera is hanging around the cat's neck.'ASAHI' written on the ground outside.", + "public_commercial_use": false, + "recraft_id": "29f6a817-b505-400e-a1ff-7e5e4505a4df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:49:47.715137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b82bebf9-4096-4f48-9c87-da053d82aabe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink hello kitty doll snowman outdoor, with a Samoyed digging in the snow next to the snowman", + "public_commercial_use": false, + "recraft_id": "fdc7f8b7-1c40-4d3e-97f7-cbb41a657ff3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:27:36.399057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog and a pig is sitting togther on the sun", + "public_commercial_use": false, + "recraft_id": "6cd60f65-e9d5-4c1e-a3df-dc9206f13fcd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:08:14.951469Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "80e878a1-90c3-4338-b36f-2c85cb0c77db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "35cf2c2e-5627-493a-92e2-6e9701df06b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:53:30.464758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf6bca4b-5f12-4fcf-a69e-801609b586db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a flying calabash gourd with wings, smiling face, colorful, \"welcome\"", + "public_commercial_use": false, + "recraft_id": "3ad66f65-53a1-4444-a6d1-6e2fe44c94da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:49:13.280709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7f10f86-fa20-40d6-ad0c-efe0a33b61db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely clean West Highland White Terrier on a pink surfboard in the blue sea!", + "public_commercial_use": false, + "recraft_id": "8c9aba1d-b70b-4ec6-803e-fc4456d12284", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:46:21.651057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9582bd29-5eee-4c21-9f52-576b507487e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty spending Christmas with Kim Jong-un", + "public_commercial_use": false, + "recraft_id": "ccdb3c04-2167-4e2d-942b-6446024b5057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:54:26.851525Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15bebb3f-5810-45c0-835f-188036c5b1ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog cub with slightly white fur on its head is running in the snow, with bubbles on its head", + "public_commercial_use": false, + "recraft_id": "5d6597e4-6b8b-4b8e-93e7-d59bdfbdd1ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:48:06.397578Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "59da985a-4ab6-4f84-b159-a908a5a3dd28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sweet home with one puppy and one kitten ", + "public_commercial_use": false, + "recraft_id": "29949f01-8983-42c4-97c8-82d4052b5036", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:02:22.504057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3687d1fe-1e78-4212-a556-2ed464e3986b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely white goose sits next to the computer", + "public_commercial_use": false, + "recraft_id": "e5aa64dd-4c81-4e8b-84df-88770211e32d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:40:02.550801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "155ad6e3-33b0-4c4b-b287-d5a9595acd51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A baseball cap print with puppy, wearing on a purple rabbit, a dog wearing glass and a christmas tree.", + "public_commercial_use": false, + "recraft_id": "d16b4615-2a71-44d4-8b6d-0eb3f8e633c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:14:36.554451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6e5e159-4c2d-4d16-a89e-4caa5ecf9276", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat stepped on the snow, next to a warm little room and a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "b6a7b89c-b9b9-4b8b-9275-170c8a3371ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:53:25.109397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42920739-8f07-4c95-b4e4-9298e0091fd9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "South Pole", + "public_commercial_use": false, + "recraft_id": "04a08d27-6a29-42a9-8f53-cce2f132acb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:00:26.757975Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6afccf8b-39f6-40e4-985b-8aeae35ba737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Cat.camera.apple.flower", + "public_commercial_use": false, + "recraft_id": "27f93fbe-da14-4ed1-93bb-eaeeee339760", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:47:20.235782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fa044f8-4a50-462e-981f-8fa7b10abf9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very fashionable Hello Kitty is singing near a vintage coffee shop.", + "public_commercial_use": false, + "recraft_id": "c4b72ef9-e35f-4fb3-85e5-8d33c98afc1a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:57:40.899572Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c434e638-50b8-44b4-9888-70a82944d9f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty on the snow", + "public_commercial_use": false, + "recraft_id": "7e3e76b5-43fc-44e5-aa63-60adf29ec0d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:59:02.054022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e71a101-5639-497c-a999-8459e5c8e053", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a flying calabash gourd with wings, smiling face, colorful, big\"welcome\"", + "public_commercial_use": false, + "recraft_id": "e2fc6b98-2e81-4e30-a4c2-6447a15ef42b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T06:41:55.302779Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A Snoopy doll holding a cake facing the camera, with a birthday candle with the number 0128 inserted on it", + "public_commercial_use": false, + "recraft_id": "64d6322e-936a-44ab-b2cc-3c25459e5081", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:39:38.725663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3f7d84f-2bab-45b6-b1f2-9e6f8119658d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balloon traps the wind", + "public_commercial_use": false, + "recraft_id": "4ec8ab9e-a289-4d3a-853d-b1db484d6a54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:07:41.320457Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "b9b911f5-a130-47b1-bdf5-7b607c1aa2c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the wooden house, bonfire, light snow, pure black sky, orange cat wearing a hat", + "public_commercial_use": false, + "recraft_id": "9b08ada8-6544-4dba-b281-01f0036c2eca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:28:58.232956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30228f33-b85c-45ba-977f-5b0ab43cf58f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "golden kitten with little white wings, snow", + "public_commercial_use": false, + "recraft_id": "89a614f8-26bb-4010-ba86-d664c08e304b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:29:54.983531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4eb641c-07da-4573-8c26-3737e8ed8df6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A furry sea otter, working at an Apple computer", + "public_commercial_use": false, + "recraft_id": "280aaf10-8959-40f9-8ff0-7393423fe121", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:46:44.953024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b99b83db-8048-43b1-9ed7-c39960090f28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lovers walk hand in hand with each other running inthe snow frost", + "public_commercial_use": false, + "recraft_id": "d51c81dd-541d-4bfb-b871-764d9eecccfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:26:41.864926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aabfedd1-f8b2-40fe-a36e-2d9289226960", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Doraemon wearing a scarf and a Winnie the Pooh wearing a hat sit at the dining table drinking coffee", + "public_commercial_use": false, + "recraft_id": "229aaf72-90c8-4de0-b012-d3c44197e15d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:11:24.675752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6310ae0e-f0a3-461e-980d-3bb6c44d2743", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat with wings was walking in the snow on a snowy day", + "public_commercial_use": false, + "recraft_id": "dadb3921-cb4e-442c-9505-c140d2af9c44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:22:27.127435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b14c93f7-5ac2-4123-9bd3-28ceac85db1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy night, a yellow Corgi has a birthday cake in front of it, with a cute snowman beside it.", + "public_commercial_use": false, + "recraft_id": "e832cdd9-2eeb-44d1-b894-e6d08eed8b29", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:57:17.442347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6c47944-64e6-419c-8c9f-5d52db07b946", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dog sketching a car in pencil", + "public_commercial_use": false, + "recraft_id": "ae08ea4e-84ac-4e52-aae7-e29b6456d3be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:04:50.020697Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "867ab817-7560-4ed8-bcdd-973930c06981", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cut calico cat playing with a fish toy", + "public_commercial_use": false, + "recraft_id": "d2a366e3-05e9-475b-9db9-9aa398008738", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:21:21.720199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88ee9f86-0890-41ef-bcbb-5817da19494b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a sunrise by the sea and then there is a Christmas tree signed by hellokitty CSH", + "public_commercial_use": false, + "recraft_id": "d1138ae6-14d0-4408-a7c5-a6d90fbb90e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T01:28:34.184634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b45e561-d027-4f2c-b413-aa476f2ac0cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fat british short hair cat is working in front of a macbook. The cat do not have ears. The cat.The cat is wearing a big suit.", + "public_commercial_use": false, + "recraft_id": "dcbf0c06-fcb7-4b9e-a345-8c880c1684e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:23:33.253824Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e7b85253-fc24-43b1-9553-4f60697cef12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "South gothic,dark,trauma ", + "public_commercial_use": false, + "recraft_id": "b4d41644-23bd-450d-9a96-046fd6f5c28d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:35:31.690254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fda5656b-5f03-4719-bbd4-a27ae9fd9c88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy dog wearing aviator glasses and a bear are hanging from a hot air balloon, the blue sky snowing", + "public_commercial_use": false, + "recraft_id": "aaf7c50d-bff2-481e-9a65-74a0bcad1389", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:22:27.964573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a2940af-bf65-42eb-80ee-682918d749a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise driving with sunglasses, drinking beer", + "public_commercial_use": false, + "recraft_id": "7befdcc7-91f2-4a22-81ba-e0f4f974dc90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:56:27.164503Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17cbc285-395c-4a41-91f9-69822f7b45b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a small hellokitty doll on Christmas night wearing a pink Santa hat Christmas tree warm room fireplace ", + "public_commercial_use": false, + "recraft_id": "d7d76034-f02a-483b-bd85-ebe9ace22c63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:03:02.688565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44a2ed0a-3bdf-4a78-8251-a3d225795a41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lightning sea", + "public_commercial_use": false, + "recraft_id": "24088a15-607b-4199-bd79-7ccbd9e2a6c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:02:42.069325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7596cfb1-312b-491d-b34a-54d6416f23f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Maine cat cooks pasta in the kitchen", + "public_commercial_use": false, + "recraft_id": "9a3d5feb-e641-4bfb-bae5-41f9d7d9da03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:39:04.190077Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5d579d7-fbe1-49c3-b07a-7836234ab1d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A small yellow and white kitten is playing in the snow, with white angel wings on its back. Next to it stands a pink Hello Kitty. The sky is a shade of blue, snow is falling, and there are Christmas trees in the snowy landscape.\"", + "public_commercial_use": false, + "recraft_id": "1841a11a-a5ef-4caf-88fc-8da2a13ffeb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:24:33.542175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the sky is dark blue, simulating a melancholy blue night view. There should be snowflakes falling in the scene, simulating the effect of snowing. There should be an ocean in the distance. The sea surface is calm and reflects the blue light of the night sky. There should be a light particle effect in the picture, simulating a dreamlike flash of light and shadow. Snowflakes should be delicate and shiny, contrasting with the dark blue background. There is the word \"ROMI\" in the snow. The surface of the ocean should have a slight sparkling effect, increasing the sense of hierarchy. Light particles should be randomly distributed, with moderate brightness, and should not be too bright to maintain the overall melancholy blue tone. The overall style should be dreamy and slightly melancholy, creating a quiet and mysterious atmosphere. The main color is dark blue, supplemented by the cold tone of white snowflakes and light particles to enhance the coldness of the night scene.", + "public_commercial_use": false, + "recraft_id": "f453c526-3b15-4062-81af-8f33865d18eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:50:42.564412Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "07b97f07-6a53-45d6-afc5-8322ac57f8a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Building Blocks", + "public_commercial_use": false, + "recraft_id": "1b533694-554d-4301-bc6f-d105a8246906", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:36:30.839495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12bbde15-0daf-407a-a7e9-54c20b01eb7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "People sit on the lawn and watch the fireworks falling like shooting stars in the yellow dusk", + "public_commercial_use": false, + "recraft_id": "25b8efa2-df25-4cab-8147-ca23d5649980", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T01:11:00.679233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a66221de-0361-4e0a-9af2-68264426586a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten with a scarf is setting off fireworks in the snow.", + "public_commercial_use": false, + "recraft_id": "e3d88988-0946-44e3-a4b9-85c490137fca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:26:39.95005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "871106db-82d3-4f5a-8bd3-d480046bee79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Killer Cat smoking Cigarette", + "public_commercial_use": false, + "recraft_id": "fdb8d155-7f34-4144-962c-c18c6ab12233", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:43:18.190259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0a460a2-c283-4ab8-b392-36a2c865d1bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little black cat has 11.9 written on it, watching stars in the snow with some colorful notes around it", + "public_commercial_use": false, + "recraft_id": "f8158572-4d12-4d06-9789-0d638a737cbe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:31:02.340184Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f530a967-0a71-4862-970d-5753922ee58a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Riding a shared bike on road", + "public_commercial_use": false, + "recraft_id": "ff4fbd55-97f0-441d-bd62-a807695b2476", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:39:06.908202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black-and-gray Schnauzer dog happily running in the snow, with a peanut-shaped toy in the snowy field.", + "public_commercial_use": false, + "recraft_id": "1ba47759-d713-4f4e-809d-21485cb4d31d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:57:42.95718Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow flurries, the sky is pure black, and the West Highland puppy has one wing", + "public_commercial_use": false, + "recraft_id": "4b17a732-0aa0-45df-a4fc-c905aaa25a3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:24:01.872827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df7a5a96-653c-4a88-9d69-c8214d49ae8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small black cat with wings stands far from the burning temple.", + "public_commercial_use": false, + "recraft_id": "59e5b347-6131-4f43-8234-9c0ef433a445", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:15:39.697085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e15f7d3e-97d3-4156-83e4-61949c20f112", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute Crayon Shin-chan doll is sitting in the snow, The snow says LH love WL and the background is a sunny day.", + "public_commercial_use": false, + "recraft_id": "5b754ee7-ec2c-49ba-9162-271b3cbe3cd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:49:44.831809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb26b959-90d9-434e-8db6-87d65a24106d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Generate a few kittens around a cake with the words VOS 2025 written on it.", + "public_commercial_use": false, + "recraft_id": "7be1b7ce-2b96-4f99-a297-6e957d5dc52a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:17:45.920858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd17a101-6ddb-498d-8ad6-4c99cf1bae2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pure white puppy in the snow under a colored aurora leaves footprints after chasing the bubble", + "public_commercial_use": false, + "recraft_id": "11f3aaf9-4587-44e7-abda-4d0c81c625c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:07:42.061968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f8b7971-22b1-48ed-b577-a109b773598a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A field of roses", + "public_commercial_use": false, + "recraft_id": "09ce2909-26b1-41c3-bec7-75440c7aedc6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:48:45.09676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b348be8e-f4ba-479d-9d46-cba7e7669bc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, Hello kitty wears a scarf and sits in a Christmas cafe reading a book with the name \"jaehyun.Foggy snow landscapes and Snowfall under neon lights", + "public_commercial_use": false, + "recraft_id": "ddfead4c-b8ea-4bf5-885e-32f6668c48c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:57:34.048503Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f416d2c9-d881-4777-990a-0b511cbad14e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cartoon version of Hello Kitty rides a black motorcycle on the beach, and fireworks are set off in the sky.", + "public_commercial_use": false, + "recraft_id": "09a3b339-ef14-4974-9c63-006c626f26b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:36:18.811588Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "893346c9-c552-424f-9190-9e18068906e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat next to the Christmas tree", + "public_commercial_use": false, + "recraft_id": "cbeedec0-2e84-44da-bf72-a718aa8ae746", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:22:15.206958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c0c4479-72f2-4fdb-a019-d19e4057c157", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "My heart dwells with a bowl of soup, a pot of fried rice, and a bedside afternoon", + "public_commercial_use": false, + "recraft_id": "8175bfe7-4a31-4ef9-bd38-e22a333e0740", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:54:26.570963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdbf6f3b-b1ed-4fdf-b698-77b087c81065", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sponge lying on top of a pizza.", + "public_commercial_use": false, + "recraft_id": "cc88581d-7e40-4cf8-b7c7-9e54df00babf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:46:06.409444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3816b24d-0273-477f-a5a7-baf7636827be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow, piano,puppy, christmas ", + "public_commercial_use": false, + "recraft_id": "a683b4b7-284b-41a4-8ad2-83cba02bef0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:57:55.806626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat wear glasses sings under the stars with oranges next to it", + "public_commercial_use": false, + "recraft_id": "4926b279-6c81-4cf6-92fa-e300d7eec587", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:57:30.061177Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "12ab69c9-016a-41ac-85b0-bf071c46fd8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Love is the cake in the tired life", + "public_commercial_use": false, + "recraft_id": "9b683824-5d92-4be8-bf4c-b6655d754219", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:00:28.530598Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5633b105-5333-4325-93e7-ab9887ec837a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Burning Kinkakuji", + "public_commercial_use": false, + "recraft_id": "a38bc78f-2f3b-4b0b-9d85-4b60aaa05f85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T06:54:24.961024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "292491af-2a01-4e90-877f-4da2cc0f80da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A row of tulips grows in the snowy night in winter.", + "public_commercial_use": false, + "recraft_id": "e8e5b0cf-f4ff-43f9-9ed0-aa6478cf0343", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T05:04:46.451343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1650d43-0327-4a67-a626-f4f559007a0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Late at night, there is a tired a pure white small dog drinking coffee while facing a laptop, in a film style and absurd. The dog is wearing a pink small cute cat head hat, the laptop is burning.", + "public_commercial_use": false, + "recraft_id": "a76763d6-ae0f-4a94-9a18-43265dd7452e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:50:54.916586Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "eeb9022e-a8f1-41ea-9790-7783ce2c784d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the background, Mount Fuji is on fire. In the foreground, Long hair beauty stands in front wearing a red scarf and looks coldly into the camera", + "public_commercial_use": false, + "recraft_id": "0452e38d-6c7f-4229-b8d3-035fbd3d0344", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:47:35.70922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f22906f5-f5ce-4b52-94a0-769cf2060adf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A butterfly of the ocean", + "public_commercial_use": false, + "recraft_id": "1ecdb873-d565-4099-aaf3-03841c5beceb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T08:45:43.406826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "641e7f99-b6d3-4fda-a2da-c087ad6ee086", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is wearing a scarf, sitting in the snow with a bunch of flowers", + "public_commercial_use": false, + "recraft_id": "41170ef9-0a3e-4e95-9b34-4b77076df15b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:49:29.411246Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "497c8941-14ae-4db2-b4a2-da1e77780e7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A coconut tree standing beside a giant bamboo . The coconut tree has leaves that flutter gently in an unseen wind,with a soft, neon-green glow emanating from within. The surrounding ground is covered in a bed of pastel-colored sand that sparkles like stardust. In the background, a hazy, pinkish sky with floating, jellyfish-like clouds creates a surreal and otherworldly atmosphere.", + "public_commercial_use": false, + "recraft_id": "ba1262f9-a3af-485a-bb99-f01d86065a26", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:04:26.265985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12e5071d-1c9a-474a-b665-a594e12f3022", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mount Bourne and Samoyed play by the snowy sea.", + "public_commercial_use": false, + "recraft_id": "e13b4434-66d9-4cbe-ae7f-c57236505145", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:51:19.684326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37fc7768-50b4-4236-ad65-33e7cb53736a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy blues time, a black horse ran on the snow, the snow splashed under its feet, and the skin was shining.", + "public_commercial_use": false, + "recraft_id": "4996620b-a0ab-40e7-b7a4-707af1bb9844", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T07:55:23.707116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "557e4eb8-364a-4a9c-936b-0c6e934379a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the misty forest, there are two blue butterflies, a wooden house filled with lights, and a Christmas tree", + "public_commercial_use": false, + "recraft_id": "8b5706a4-368f-49b5-b113-4830b0b0d229", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:36:21.554321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84db2883-715c-4781-b4ae-6f072d4b43c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bluesky ,Night,flurry,white litt cat,Christmas", + "public_commercial_use": false, + "recraft_id": "3b0b0c37-8b7d-45d2-9413-02fad297d5e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:59:15.079599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bc7696b-077d-4e36-bcfc-6f444a485664", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat tiptoes across a river paved with stars.", + "public_commercial_use": false, + "recraft_id": "8e41d937-7522-45aa-a96f-eac54315f906", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:05:56.154946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cc1a5e4-1d28-41eb-a3c5-30c966980599", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dog fly on the ocean.", + "public_commercial_use": false, + "recraft_id": "127f38be-ac2c-4f64-98ca-576b5106f1ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:59:27.204936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2cda8a8f-69f9-4211-b5c3-0a7a457128ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small fish is watching a little pig in the snow, with yellow stars falling from the sky", + "public_commercial_use": false, + "recraft_id": "5c376992-7d68-41e6-b92c-87fa92a5bdf5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:39:56.386526Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f804bb6-6629-44c2-8a78-38b702d06fdc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cat is casting magic in the bedroom", + "public_commercial_use": false, + "recraft_id": "5dd4bba9-ed7c-4a3f-8345-4b28760629c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:33:54.877326Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8924d660-c31d-4044-b981-d4f32dfab1bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing heavily in the forest. The sky is filled with pink aurora. On the snow-covered ground, \"Lily & Eric\" is written with snow imprints, and there is a glowing Christmas tree beside it.", + "public_commercial_use": false, + "recraft_id": "04205781-ac58-4e97-a346-9d58617978ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:17:45.198966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c57aab0-b023-457d-9488-bee52b438110", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, there are fireworks in the distance and the sea in the middle. The close-up is a hellokitty doll, next to it is a Christmas tree. \"csn\" is written on the snow, and there are traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "278d3f49-63c6-4650-b48f-943939a9cd94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:00:25.472861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8cfe2aed-afab-4804-afda-f06214a9ecc7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Giraffe, lawns and castle", + "public_commercial_use": false, + "recraft_id": "311eda56-5292-41e4-8ede-89c8bb4da9af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:31:25.776617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "973cb1fe-aec7-45ea-902e-e7ddf9ef313c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat, sofa, TV, Christmas tree", + "public_commercial_use": false, + "recraft_id": "082cb6a3-5e80-4fe8-a6db-90bf24450add", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:05:09.633289Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "41f86846-b8c6-455c-a07a-55132d42c1ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolians in the Snow", + "public_commercial_use": false, + "recraft_id": "206804cc-2d54-4643-bec9-d281e4ab0c73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:41:48.670773Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed8e0229-f888-4031-9f71-24be630c0be5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty on a snowy beach at night in a dreamy atmosphere, LXR lettering on the snow, cinematic texture, and brilliant fireworks blooming in the background", + "public_commercial_use": false, + "recraft_id": "ee9d392e-dec9-4131-b67d-ad5e0e40c427", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:13:24.657602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield, dead wood, fire, clock, fox whispering halfway up the hill", + "public_commercial_use": false, + "recraft_id": "6d210dd1-6688-41a1-8c1e-74c835b76d3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:38:53.224086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5b2468f-5980-43e4-80c1-4362ae8d537c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 20, + "prompt": "An adorable cat with a burger and the background was sand and sea", + "public_commercial_use": false, + "recraft_id": "5d1bb187-9691-4c71-a89e-c4ca18e147f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:56:02.910663Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "b85b2683-c523-46a8-8301-043c3039813f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat with flowers in the snow", + "public_commercial_use": false, + "recraft_id": "af146d92-6565-4151-a531-934ce49386ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:27:18.376821Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "882e460e-61ce-4102-a691-7319ac0fdbbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Taking a photo of an old man wearing a red scarf through a misty rainy window", + "public_commercial_use": false, + "recraft_id": "eca2faa0-033b-40d0-b9b9-8515c74cad9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:40:37.201705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowfield aurora cake christmasbunny stars", + "public_commercial_use": false, + "recraft_id": "574a4cb2-0ceb-4c35-b025-2010672b6f02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:16:35.255771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abe7824b-8dc6-43be-b85e-803a015050a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Ellie Jiang\" on the snow ground, a hellokitty doll standing next to \"Ellie Jiang\", drifting snow. There is a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "8441cbfe-02e8-481e-9fc0-1ca35a2c8e08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:16:10.045721Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "139b7b1e-da36-4bde-84d4-2176b535a317", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowing, a penguin stuffed toy holding a glass of red wine, in forest. 2025 ", + "public_commercial_use": false, + "recraft_id": "b4e022aa-6f86-4a70-9b3c-a0e32894d36f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:57:44.461854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06e5e62c-6be3-4189-bda3-33dd7d4aadc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hello kitty eating pink donuts and drink vodka in christmas tree", + "public_commercial_use": false, + "recraft_id": "398d337e-1072-43e9-9931-852cbc9678e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:48:12.182648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cef6be7c-a91c-4177-af76-0dc277f201bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat", + "public_commercial_use": false, + "recraft_id": "16a8229c-a89f-40b0-8628-e074ae1b8da3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:16:44.75592Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "515a4d97-9c5f-4a5d-ac82-7728df0ac964", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise, poodle, British Shorthair", + "public_commercial_use": false, + "recraft_id": "cd25e4a1-9fc5-4674-949b-4efac40f1b08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:08:08.702518Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d5d510a9-5079-412f-8fff-615acbefa899", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute calico cat playing with a fish toy", + "public_commercial_use": false, + "recraft_id": "464c4fab-b02b-48e8-96c7-a24c6d1e67fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:42:08.166204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6bf5875-abd1-4b32-ac15-93ead9dd8247", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, there was a white horse in the black sky.", + "public_commercial_use": false, + "recraft_id": "47503fd4-0874-4d6b-8dde-51f2f3de492d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:04:39.081744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eebbea4c-c02c-4629-b02f-887714e3b757", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Large Magenta Cloud Hovering Alone Over the Gobi Desert During the Day", + "public_commercial_use": false, + "recraft_id": "6178d66e-edca-4fd8-b9e0-82efe908d508", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T01:48:40.729011Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty doll and a birthday cake with 3.28 in snow day ", + "public_commercial_use": false, + "recraft_id": "c27fa508-589b-4518-9db4-1e20e9aec268", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:22:00.944837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "500baffd-1aa3-4f21-b1a7-a964be863450", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A furry HelloKitty wearing a leopard print beanie, a leopard print jumpsuit, a pair of mid-tube pointed high heels, a pair of small white wings on the back, and holding a big hot steamed bun in his hand", + "public_commercial_use": false, + "recraft_id": "56bbe1d3-76e0-44c7-ac09-af218900be3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:02:42.529142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "737a1835-36d8-4fb6-b933-7a81f0cfee42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "christmas cat and halloween dog", + "public_commercial_use": false, + "recraft_id": "675490cb-58e3-47de-a003-9b9cd76cbe5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:38.603679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4419c2c-77c8-4d35-a2ac-92220db18952", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Generate a hellokitty doll who wears a Little Red Riding Hood style outfit, has a cute ball python in her arms, and has doll style hands.", + "public_commercial_use": false, + "recraft_id": "1bd5092b-4c1f-45f3-ab25-b6714229ded8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:30:05.417842Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54111a6e-9218-489e-95ff-752e1136bf19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mistletoe and pine with a green bow make this rich wreath on the walls,soft focus,camera is also SONE level.HALO.", + "public_commercial_use": false, + "recraft_id": "bf877c6b-5d25-461d-a82e-fdfbdb1efb1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:19:20.027035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d5be26a-a8c6-40a6-83aa-4982919eff71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty, sofa, TV, Christmas tree, outside", + "public_commercial_use": false, + "recraft_id": "17e31e96-a109-4042-ab7b-93d6d844a5e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:54:56.952191Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85142859-3881-45b9-9226-cafefa38394a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A six-year-old English shorthair's birthday party", + "public_commercial_use": false, + "recraft_id": "49c7221e-861a-4fff-ae5d-94f505e616cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:58:41.396423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dc75072-3408-4218-ae6c-43a722e8caf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I ride a horse under the purple sunset", + "public_commercial_use": false, + "recraft_id": "c0aa6b05-5cc7-4e4c-9177-00cc91bbfd9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:51:05.660849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "256c9f98-66f3-4906-af8a-61c88bb1dea1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "lots of diffre huge Purple, red and green orchids in the Misty bamboo forest, and Deep in the forest there is a traditional Chinese wedding sedan chair and a fox ", + "public_commercial_use": false, + "recraft_id": "d8f8555f-fe9e-4d4e-825d-b4fc8663575f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-11-29T03:36:57.161287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff280a4b-0810-441e-8b4a-ae77a4212f72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, HelloKitty is by the sea, it's snowing, and the sand is covered in white snow with the letter \"XW\" on it. There is also a Christmas tree in the snowy ground, and fireworks are being set off in the sky.", + "public_commercial_use": false, + "recraft_id": "c422ca51-c0bf-4c3e-a82c-56c01a874fe9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:41:51.348641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c750d728-9c63-4c62-a7ed-6f380e215b4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dream core about driving in a red subaru in foggy night, a neon signboard by roadside", + "public_commercial_use": false, + "recraft_id": "37248eba-fce7-46ca-bc78-756082e59765", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:43:41.459227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfff16e6-0e59-442b-abdb-49354c807843", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A 60cm Snoopy doll takes part in a show in a spaceship, dressed fashionably and with khaki ears", + "public_commercial_use": false, + "recraft_id": "a1ebe76b-1f2c-4968-a9b6-715c4d4c5738", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:13:40.227363Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6e2edf7-4dae-4f45-ab86-2e9e154d64f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Stitch reading in the snow", + "public_commercial_use": false, + "recraft_id": "cbc97393-04c8-4c5c-9628-987fc4dc7dbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:55:15.969411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6c6876e-11ce-4545-bdb5-d7d76be83977", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man sits on a white sand beach by the sea, the sky is deep black, the sea is deep blue, it is already winter and there is fine snow", + "public_commercial_use": false, + "recraft_id": "9cef6f26-83ac-421e-99c0-c59a037395bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:00:05.968724Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c500bd91-06eb-4983-9e9f-c242ee0ce07b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese dream core sense of the living room, a sofa with wings, rich furniture, ancient style", + "public_commercial_use": false, + "recraft_id": "87429165-14c0-4cab-8e7c-9670d6a817f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T02:12:25.221404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "933f2dfe-8802-438e-826e-13ec89846b96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "night star shell The hawthorn is in the purple starry sky sandra Fireflies are everywhere", + "public_commercial_use": false, + "recraft_id": "c267fb55-b622-4a2e-a664-c95535f44110", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:32:16.961098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61e7243e-0446-490c-981b-960647847daa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Gery Schnauzer wearing white pearl necklace drinking Latte on snowy morning", + "public_commercial_use": false, + "recraft_id": "677322e3-fd5a-46f5-a89f-e6629c81523d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:36:59.569366Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e992a080-e159-42d8-8e1c-28d5336053c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A short hair young man is showing his nice face ", + "public_commercial_use": false, + "recraft_id": "699ef2ad-76b7-47f7-8d27-c8477021b7cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:24:19.880958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "911e5618-acb8-4f3e-baed-6266af2a3987", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little chicken ran around the fire, and a group of pigeons hovered in the sky. It was getting late", + "public_commercial_use": false, + "recraft_id": "cab04b86-ad71-40ba-b7b9-2ee76cafd932", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:53:50.106618Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c96a91d0-444f-489e-ad23-6580d3b44d55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "money", + "public_commercial_use": false, + "recraft_id": "22504b77-a6a0-42e2-be29-2b537746eb54", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:41:41.409494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c9f62d2-2aec-4c7b-a4a7-97138095b5a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse and Santa Claus drinking", + "public_commercial_use": false, + "recraft_id": "906cfedd-1d88-4589-b862-5c7de6981286", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:15:59.063573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de06af6e-ace6-4148-8353-dc652c9b39c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy brown poodle, sofa, TV, Christmas tree", + "public_commercial_use": false, + "recraft_id": "3b61b2bb-4031-48b3-96a3-2a109bc814a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:23:42.477582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f95fe69-f3e4-4669-9c0a-f8bb35eab09d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"cxy\" in the snow, sunset , beach, firework ,a hellokitty doll standing next to \"cxy\", drifting snow", + "public_commercial_use": false, + "recraft_id": "106e9cd1-e944-4cb0-948d-c43b2bb3b17b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:04:46.423404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "144e4f6f-165d-4e62-85b2-3e7c272c8df7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat in a snowy filed, and with letters wonwoo", + "public_commercial_use": false, + "recraft_id": "45cea053-a0bb-41cf-8c2f-798ab45277d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:51:31.237577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6a1c68a-bf54-4723-9c15-6a75f664bc08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A yellow cat with a crown and a expensive car behind it, there is a red carpet in the front of it and a lot of people with camera shooting it, surrounded it, there were sparkling shining filter on it", + "public_commercial_use": false, + "recraft_id": "86cc9a72-b7b6-476e-bae5-9fea31357ea6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:52:00.566046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "372b2b16-8c92-4894-9d20-576ba62977a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hellokitty sits next to the beach by the sea, with fireworks set off in the sky and the letters CHERRY written on the beach", + "public_commercial_use": false, + "recraft_id": "cae48158-3d7c-44f3-8419-2f667b76cf00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:54:10.363603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snowman ", + "public_commercial_use": false, + "recraft_id": "ee08a665-813a-4d90-8489-8be688dba633", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:01:27.6215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8b9962c-d342-4989-a73e-d7181543a80b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy fall asleep in a tent outside is grass and red bluesky", + "public_commercial_use": false, + "recraft_id": "f8ea70a7-d979-421a-8748-2d34627bfdaf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:44:57.875669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28075597-674b-4650-a0b2-511d1d1f56fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blue sky and white clouds, a white lamb wearing a colourful birthday hat, sunshine, green grass, look very comfortable.Fresh and bright colors", + "public_commercial_use": false, + "recraft_id": "fa538ac9-e285-4211-ba92-bc5fa7e741d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:24:46.356785Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "232fcd2f-22ac-423c-9c11-fb854c2a03c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance. A white hello Kitty is holding a birthday cake. The number \"1214\" is written on the cake, and the word \"Nicole Happy Birthday\" is next to it. Fireworks are blooming in the background, full of celebration atmosphere. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "84b761ab-c716-4597-a4a5-1b7c9bce7095", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:12:13.848304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29373b47-e6f6-43cb-bfbd-f72e56c4916f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a snoopy doll taking photos with nikon in front of a fired house", + "public_commercial_use": false, + "recraft_id": "e714b08d-ff39-4c8c-b094-d90249fc4767", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:03:46.252925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "080f8afc-95c8-41d1-adba-3a436aa69464", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Snoopy doll wearing sunglasses driving a mint green convertible retro car, with a meteorite colored Border Collie sitting in the back seat", + "public_commercial_use": false, + "recraft_id": "89064d03-1154-4fbd-a6b5-d0226549bd0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:20:42.233639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb099e2d-9e69-4213-9dd3-419b5aa8a32b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Border Collie black-and-white color / meet unicore/ in the snow field", + "public_commercial_use": false, + "recraft_id": "34089eb8-32c1-40a6-a1a6-1428994d6ad1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:34:00.953381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e013e978-e0d7-4044-adfc-08d755d175f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create an image of an anthropomorphic orange cat working at a fish stall in a typical 1980s Guangzhou market, with a dreamy, nostalgic Chinese aesthetic. The cat should be proportionate and detailed, wearing a traditional apron, skillfully handling fish with a knife. The background should include elements of a vintage Guangzhou market, such as old signs, wooden stalls, and locals in period attire, all within a surreal and dreamlike atmosphere that captures the essence of the era.", + "public_commercial_use": false, + "recraft_id": "1b533cb2-ec7a-422c-81d4-d25881a28af9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:16:06.455908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa54d9a1-698c-4711-a60c-8e2a4a332771", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "First-person perspective: A car driving through a vast, endless deep blue ocean. The ocean is filled with towering, massive waves. The sky is a dark, stormy blue, and directly ahead of the car is a gigantic, deep blue vortex resembling a cyclone eye. The car is driving on water, its tires leaving ripples as it moves. The atmosphere is eerie and unsettling, with a sense of danger as the weather feels increasingly ominous. The air is thick with tension, and the scene feels surreal, chaotic, and unpredictable. The horizon seems distant, and the feeling of uncertainty is palpable.", + "public_commercial_use": false, + "recraft_id": "04b3fc7a-8604-41d3-8246-66f0df2ac3e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T06:35:43.667642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6457e3e4-e3f0-4295-a7cd-01abc762cedd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kinkaku-ji Temple is on fire", + "public_commercial_use": false, + "recraft_id": "8e2230ba-5b87-44e4-8635-ffa438891ddd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:46:16.555229Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d19574eb-17f9-4372-a12e-0263b0062f9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a night of driving rain and wind,two people cling to each other tightly.Although the outside world is full of challenges,their hearts feel warm and safe because of each other's presence.Their eyes are filled with determination and trust;even in the face of difficulties,they believe that as long as they hold hands,nothing is impossible.", + "public_commercial_use": false, + "recraft_id": "9de43a29-e309-461f-b35a-d92000a27bad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:30:34.48502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2165e9e0-1c4a-4b26-acd6-8f59bb21de8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow,white cat,", + "public_commercial_use": false, + "recraft_id": "d44aa2e5-9a30-43b0-8d73-aa0b4a500f20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:51:52.924993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4e967b7-4cff-4cb7-88a5-326dbad5ba94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks, hello kitty, pretty purple sky, beach by the sea, evening, beach with manyau written on it", + "public_commercial_use": false, + "recraft_id": "589b3c0c-2392-4ffd-b1f6-c8a52cb9fa5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:12:13.827824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308ecef6-789f-42e2-ba19-7f0631d59570", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Squirrels are hibernating,The pine cone is right next to the pillow.", + "public_commercial_use": false, + "recraft_id": "8873bd4e-a32f-46eb-88e1-0b7c058ad138", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:28:03.804904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2002be9b-d55a-4919-a1f7-5e625b44dda8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small goldfish is swimming in the air, with no characters in the picture. The background is a sky and grass,", + "public_commercial_use": false, + "recraft_id": "71a15148-00d6-4dc0-82ca-445681783db5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:52:54.371745Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2c81847d-8f95-47e0-9b8e-a401563d1d94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Goldfish swim above the milky way", + "public_commercial_use": false, + "recraft_id": "8f94beac-b266-495b-83b0-e840a8e7951f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:49:45.005642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4b72f96-2840-491a-a2a0-be6c5ded0a79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow there are fireworks, there are bubbles, and a cute Hellokitty doll in a yellow dress. Holding a sign that said \"izzat.\"", + "public_commercial_use": false, + "recraft_id": "096492af-6098-4329-a17e-6b0d98ea6068", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:33:38.08701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, two good friends lit a bonfire on the beach and sat quietly.", + "public_commercial_use": false, + "recraft_id": "008fd832-2bea-4349-948d-cefb38b980f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T07:51:15.51553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51255792-c142-4642-ada4-ce4689facae7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fire at sea", + "public_commercial_use": false, + "recraft_id": "d7674326-9946-4f48-8418-683480df75a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T10:11:43.923822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f949148-8d31-4f59-97e4-ec38e6f8cab7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Maltese, butterfly, bubbles, snow, night, romance", + "public_commercial_use": false, + "recraft_id": "e79d11cb-3939-482d-840a-1c02ac0b5ba1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:13:37.727551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d221e12-9412-4c45-95ed-677345319b35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty on the beach, surround by bubbles. here is a pink cake in front of hello kitty", + "public_commercial_use": false, + "recraft_id": "4fda0369-b77e-491c-b35b-0f2b8f0eb2fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:21:16.551586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "306265a9-be7d-4250-85c0-a5fbb4ec460e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat is driving on a winter road flanked by dense fir trees.", + "public_commercial_use": false, + "recraft_id": "25e5cf7e-acfb-4d24-970a-c87796b78564", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:07:03.239408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd545c23-8858-413c-b3b8-be7839600aa4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light yellow toy poodle and a silver-white cat are resting by a campfire at the foot of a snow-capped mountain. Their backs look incredibly warm and comforting.", + "public_commercial_use": false, + "recraft_id": "98a09e08-21e0-417c-b681-fccc2ed50172", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:51:16.961468Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91acafb6-0e90-42a0-8b9f-90e8bf58bf0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten wearing goggles and headphones enjoys a cup of coffee while skiing in the white snow. Some love. Some glitter", + "public_commercial_use": false, + "recraft_id": "5e9958b4-9ef9-47b9-aea9-6955151622ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:42:12.397642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9a88f7a-dac8-4c66-bc2a-b03e269bbed4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "a buzz cut muscle man stand beside a burning car", + "public_commercial_use": false, + "recraft_id": "5dab4561-b46c-472c-aa2b-8a22068187d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:32:12.886915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa31f04c-ce20-456a-b21f-9993ca9364ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty leaning on a purple mushroom watching fireworks at the seaside ", + "public_commercial_use": false, + "recraft_id": "24285d24-a28a-4f2b-a800-1dd91f7de9ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:49:01.357659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7eb1d43a-8bb7-44cb-a806-6d2e05c35ede", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white dog is on the beach by the sea.", + "public_commercial_use": false, + "recraft_id": "c8a76b2f-235c-45a3-96dd-09d174108c67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:31:57.830655Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e2f4832-9362-4ae3-ba82-b261d2072592", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, two good friends were skiing on the high mountain, and one of them was jumping.", + "public_commercial_use": false, + "recraft_id": "7e02dbfc-6a63-4a4f-92d9-c7f27541cbef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-29T03:07:35.66257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e78cfc6d-852d-4ddb-908f-189e6c902bf7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a grey and white british short hair cat, sleeping while eating a cake ", + "public_commercial_use": false, + "recraft_id": "848da199-af7e-4a66-83d8-f27672511846", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:12:24.898816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ed257df-de37-423f-9f79-56b5f510d7ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the vast universe, there is a little cat with a pair of butterfly wings on its back", + "public_commercial_use": false, + "recraft_id": "6a5f29a7-a05c-401f-8746-62e2806d4622", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:52:14.230743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3825190a-40c6-4268-92cd-18934aeb0dc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small black Shiba Inu wearing a scarf and headphones sits in front of a computer", + "public_commercial_use": false, + "recraft_id": "b687ea22-632f-4e17-983c-0ab2d85d040f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:03:32.442646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67bf5927-86d5-4514-8b3a-77128b7d125d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten sit down and eating coconut chicken hotpot.", + "public_commercial_use": false, + "recraft_id": "e4326d25-a0b8-4071-a2c5-5b72fea73dc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:54:55.491184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea1a7620-7396-40d5-87dd-336b4cdc996e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Letter:WUHAN BAOLUOwithJacquard Silk Fabrics", + "public_commercial_use": false, + "recraft_id": "7919298b-6ff0-4d63-a7ee-8d5d9ba433e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:36:36.719957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a458b15a-683a-40cc-9c59-7f2805fdb484", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow is pouring outside.A beautiful sunset in the sky.A black cat is standing by the window and looking outside.the cat is wearing a red scarf.A vintage camera is around the cat's neck.", + "public_commercial_use": false, + "recraft_id": "568d7f55-a4ee-4127-9f7c-822943207f96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:05:27.060363Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tent camping on the moon", + "public_commercial_use": false, + "recraft_id": "dec07cf0-53a0-43b2-ae53-8cd3dfff7ca9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-29T04:30:19.333921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "394991ad-faf8-4265-ba8b-1cd9f2c19db1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Nagenvde written in the snow, forest in the distance, white horse with hooves in the snow writing Nagenvde, empty snow, no people only horses", + "public_commercial_use": false, + "recraft_id": "488d7d38-a012-421e-bad9-5404c3d97fe7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-11-29T03:09:49.498494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "104a4b1f-0300-4b9a-8244-02bd8da4d8cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"ZHW\"in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "6b7d1e29-1bcb-4207-8315-f25acacf2db9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:29:46.650287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22d85933-5f5f-4788-9cf9-03c4db82f51b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "May I dance with you like this", + "public_commercial_use": false, + "recraft_id": "b21e7b39-e7ae-4e9c-99df-86b700b70b7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T05:45:27.013525Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e12e870-5c6e-47d1-8582-01de7b96b87f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty doll on a city street riding motorcycle", + "public_commercial_use": false, + "recraft_id": "2f289475-03d4-491b-849f-ab5f966326df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:25:41.649991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97068fbc-fa9e-4b42-a4c7-77b36e8ea964", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever and a fox are at the beach. The golden retriever is giving the fox a roseA golden retriever and a fox are at the beach. The golden retriever is giving the fox a rose", + "public_commercial_use": false, + "recraft_id": "cd08640c-60b2-4ca7-9277-cfe1035fdd13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:28:10.202694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88ba3d03-c901-423c-a6f6-ba69931a2438", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white rabbit is watching fireworks in the snow.", + "public_commercial_use": false, + "recraft_id": "d2242d3c-f148-4fcf-b79f-154c5e58ba64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T06:51:09.47979Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3520f342-fead-4c9f-9e12-4949edc792ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "wabi sabi style beige wall, light color", + "public_commercial_use": false, + "recraft_id": "00dedc26-e3dc-408b-9003-f17272a38444", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:23:07.148174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9e38327-8e21-4c79-bb51-cb84c0ab0f4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rock cat wearing a green scarf playing guitar in the snow", + "public_commercial_use": false, + "recraft_id": "1edf4a2d-558a-477f-8636-87f6464c9ad8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:09:10.383614Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a164fc81-7c03-4e81-9163-040223ac4ee8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Ellie Jiang\" in the snow, a hellokitty doll standing next to \"Ellie Jiang\", drifting snow. Notice the words is written on the snow", + "public_commercial_use": false, + "recraft_id": "97489351-a3e3-4ee5-916a-18703fcdb871", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:52:38.573596Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A car driving in a vast, endless ocean with towering waves. The sky is covered in dark storm clouds, and a massive deep blue vortex resembling a cyclone eye looms ahead. The car moves through the water, creating ripples, while the weather feels ominous. In the distance, about 100 meters behind, a person rows a small boat. The atmosphere is surreal, chaotic, and suspenseful.", + "public_commercial_use": false, + "recraft_id": "15bcd3f8-6488-46b1-9e52-f7c3e6a9edda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:54:16.361221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83a8812a-4241-4263-8234-0d4c518105fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "South pole Antarctic Aurora", + "public_commercial_use": false, + "recraft_id": "b96b1ea2-c181-4b5f-a43a-51fabf38b6cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T04:44:07.333843Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Mickey Mouse who is wearing tuxedo is holding a long toy gun", + "public_commercial_use": false, + "recraft_id": "0f6570e4-feb0-40f5-b6f4-f8b0eaff0198", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:21:13.173998Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a5dd029-5f42-4990-b40d-4c5fc1500f5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy white rabbit kisses a sleeping fox", + "public_commercial_use": false, + "recraft_id": "c4eed36a-7f26-451e-b92a-7f58317428ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:37:54.384763Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed and a white-grey Silver Shaded cat are playing together.", + "public_commercial_use": false, + "recraft_id": "5a4dd943-6e67-413e-8c2e-00e505e71968", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:46:40.133489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy and a cat is playing outside", + "public_commercial_use": false, + "recraft_id": "10a0d1d7-9006-46b9-a80e-44ba6f87a1a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:12:29.51793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "195bd445-63d9-40c3-b55c-cc20f1732a76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat wearing glasses is sitting on the sofa reading and drinking tea", + "public_commercial_use": false, + "recraft_id": "d8f6b576-8f37-4932-bee4-1d2d3e7ae4f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:36:59.644898Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7806129-2912-4454-953a-cd17facc89ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A closed space illuminated by a dim, warm yellow light. The walls are entirely covered in leather upholstery, creating a soft, textured appearance. Both the front and back walls feature large mirrors, and within the reflections, an infinite cascade of mirrors stretches into the distance.", + "public_commercial_use": false, + "recraft_id": "21f63c20-775b-4674-8533-0b371a2d7103", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:57.052507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fox with flowers and a rabbit with sunglasses", + "public_commercial_use": false, + "recraft_id": "6dcf1a2e-af98-46b4-add6-d5361854beb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T00:26:01.784369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f871a4bc-96a2-4506-9f1b-0b4fb9bec48b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Chinese pastoral puppy runs happily on the snow at night. The stars twinkle in the sky, and several sparkling butterflies are flying beside the puppy.", + "public_commercial_use": false, + "recraft_id": "072030c2-8dc4-4eca-a75e-14e5841c14ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:25:36.410778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66f8df75-c94a-449d-a888-d0be2d5f9db0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There was a huge square windmill against a blue sky background", + "public_commercial_use": false, + "recraft_id": "299d120f-324b-4547-b102-53731116c883", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:47:16.853548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf9f17ab-ab67-4248-b327-8b726d8b3895", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "In the city of Guangzhou in the year 2000, 3 cartoon pandas are joyfully drinking Coca-Cola, with bright smiles. The scene is captured with a fisheye lens, featuring contrasting colors.", + "public_commercial_use": false, + "recraft_id": "ab9f1a00-36de-4ead-a65b-64ebbea9e788", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:37:56.055566Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "bce73fdd-bb8e-4083-9fbe-2e898b4959a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black haired beauty wearing a pink Chanel suit and green sunglasses sits in a yellow vintage convertible, facing the camera with a cactus jungle behind her", + "public_commercial_use": false, + "recraft_id": "fc185da5-3677-4459-b7d7-4cae26c7ee60", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:31:02.062659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53dc8143-7d42-4612-9d57-233ab38d7a23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a little blue cat in the snow under the aurora", + "public_commercial_use": false, + "recraft_id": "fc34311a-6626-4d28-93c1-15c2a1d8e9c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:56:32.389026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76edd9bb-3c9d-4412-978b-4c826d9df17d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "birthday party", + "public_commercial_use": false, + "recraft_id": "f55673fd-0a91-4068-8b58-7783ab04785a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:35:45.56336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4375bd42-5f94-4223-a465-d82b6ceadae2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are green glowing stars in the snow sky and two cute kittens with NCT WISH written on the snow", + "public_commercial_use": false, + "recraft_id": "ba88f5e4-d8a2-48d4-9d4c-e7d050dbb2e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:41:06.014747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9702977c-95f7-439d-90a9-07168bb03ed1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pig soak in hot springs at the foot of Mount Fuji", + "public_commercial_use": false, + "recraft_id": "7849c881-b9fe-4b74-bd8a-6c8f6181854c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T02:48:41.343686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c1b8158-5465-4373-84a6-e9dac46f1462", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Ragdoll cat, butterflies, snow, cute snowmen, aurora", + "public_commercial_use": false, + "recraft_id": "7572067d-853f-441c-860c-f6e405317009", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:16:11.952742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fca8291a-f746-46ff-8deb-8978e7106543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Pomeranian is sketching", + "public_commercial_use": false, + "recraft_id": "bd078475-afad-40e4-bbd4-3370f2bf4f94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:41:34.079252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The words \"pineapple\" are written in the snow, with the night and fireworks in the background, and a Hello Kitty doll standing beside it.", + "public_commercial_use": false, + "recraft_id": "ccdfe1aa-5532-4584-a8fe-471e4e88efe0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:25:00.078533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc334c69-35d3-40b2-bfba-d6376820e529", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier is playing the piano. It's snowing and there is a letter R.", + "public_commercial_use": false, + "recraft_id": "c59776d2-e6c1-474f-b8dd-ac52cad1a440", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:42:25.211358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "123d6050-29d8-4567-8c5e-89d9513285c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dog Snow Christmas Tree", + "public_commercial_use": false, + "recraft_id": "bab5ccd3-bc1f-4557-b500-408c62aa2cc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:25:34.139916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "628aaa5c-d0d6-48d7-b60d-9edcf5e2033c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple tree in the forest, bright red, surrounded by glowing stars.", + "public_commercial_use": false, + "recraft_id": "8024fbb3-3ca0-4ec1-bdf1-f4417d41f9d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:42:35.754878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1230c5d2-55b3-40fd-9350-bf2322b6c1fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with red eyes and black hair is sitting on the table.", + "public_commercial_use": false, + "recraft_id": "2219b201-ef74-474c-8c9c-dc5b026712f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:18:02.832206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1de7aa64-7fb6-4401-b62c-8b39d3d98522", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the valley there was a tree with purple leaves and light purple fruit", + "public_commercial_use": false, + "recraft_id": "8e5e18ce-81e8-4421-b1d5-25f7d8cbaa8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:47:07.666576Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f000b5d8-abf4-492f-b211-c643b9744baa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield, snow falls from a pitch-black sky, christmas tree, snow mountain, a light-yellow and creamy-white bicolor shorthair cat wearing a christmas hat is playing with the snow", + "public_commercial_use": false, + "recraft_id": "827565b0-6904-43a0-b4e4-a03821d5028c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:50:53.160221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc1266dc-30bc-4d38-8b17-d962fd573df2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "beach,fireworks,hellokitty toy,LCX handwritten on the snow", + "public_commercial_use": false, + "recraft_id": "b6d6514d-0269-4001-9c0d-26863ccc5eeb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:59:43.267144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7714b8dc-cdb6-4c3d-adf3-0b165b91b924", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Bichon Bear and a little black cat are playing happily in the snow. The snow says happy every day", + "public_commercial_use": false, + "recraft_id": "a1cd28c2-dbb0-4d2d-9ec4-a71e8bb47237", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:54:55.062235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0099565-b6f4-454c-9356-64aa82ac0039", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A west highland with angel wings running through the snow", + "public_commercial_use": false, + "recraft_id": "bd3fa1c3-f7ab-4a8f-bd8d-c1f715834dc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:37:47.205102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bac1071-fc2e-4353-8c66-0ec57448948a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty on a beach by sea holding a cake with 0330 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "7c323050-98a0-406b-95d2-ec1baee2ced0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:01:04.491135Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7076f37a-c467-4677-9adb-7822e1cf77ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A cat smoking on a table", + "public_commercial_use": false, + "recraft_id": "ca405cca-3253-49af-b607-2052feba0c76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:20:08.382099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9054f749-00d9-4b01-9ba8-e0967aefe0c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"An overgrown, abandoned cemetery with weathered white headstones, marked by the passage of time, and a pair of men's shoes casually placed nearby.\"", + "public_commercial_use": false, + "recraft_id": "655370dd-80a8-4f97-a936-b677b69446fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:43.340316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8e28a8a-3e42-47a3-ba3c-064ef8930b5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty wearing a pink wedding dress, sit on the beach in Maldives. On the sand, she wrote \"I love u,cui hu\". She was very beautiful and lovely.", + "public_commercial_use": false, + "recraft_id": "9c83d3ee-c2fc-430c-81d0-95926ffaff1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:10:31.549385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an elevator standing alone in the pale white sand desert ", + "public_commercial_use": false, + "recraft_id": "8176ac8b-f3a7-4928-995f-70e392c3aa31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:49:45.318792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d51268d8-672d-4c08-8237-3e78071957e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas hello kitty snowfield candle", + "public_commercial_use": false, + "recraft_id": "4662d65a-f307-4bc7-ac85-4ffedb31e8a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:08:48.344144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11f5495d-2dc0-4722-90cb-0e260cfc2b8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland puppy, blue wings, snow, night", + "public_commercial_use": false, + "recraft_id": "3d8c02f4-1ec7-4729-8171-9c43c1cd5c26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:36:37.415177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Rolls-Royce is parked in front of a church in Iceland.", + "public_commercial_use": false, + "recraft_id": "c60e1917-8b7b-408d-9e04-3a4757c75b85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:22:04.826418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3fd9d40-0dc6-4e37-8606-c5132fbe051f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A tiger stuffed in a yellow fridge", + "public_commercial_use": false, + "recraft_id": "a53b3fe1-b78e-4dbb-a02f-b264f75e1a9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:51:28.82343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb400633-7563-43a8-95b1-c203b4246e90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A seal point mitted ragdoll with a red scar sit in a snowfield with a snowman next to it", + "public_commercial_use": false, + "recraft_id": "e55fe72c-bfab-4fa6-88df-5c6b748043c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:34:22.795548Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "cb99c4ea-3550-4639-a76e-1f41548af0b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the center of the screen is a long corridor of the school, with a green lawn and purple flowers growing on the floor. On either side of the corridor are white walls, with a few doors and large windows. The first door on the left side is marked with the numbers \"2-4\". At the end of the corridor, there is a bright light, and the white curtains hanging on the right window are blown by the wind.", + "public_commercial_use": false, + "recraft_id": "b8c85a97-a159-4ff5-a501-d758f907fb32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:24:28.820883Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "29f571a7-1670-4860-9de4-0e8c734a4207", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Gold and Elegant Cheese Love's Day Card Template", + "public_commercial_use": false, + "recraft_id": "268facd1-cd1d-44ea-869c-14ad3a825736", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:54:25.724729Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Back half body of man wearing black t-shirt on the streets of New York City, USA, looking at cars on the road", + "public_commercial_use": false, + "recraft_id": "082ebffa-0501-4f8b-b11b-853b31bb4817", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:02:53.690502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22d82fc7-3138-431a-af8a-52e0d62b46a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver shaded British Shorthair cat, wearing a Santa hat, is fishing by the river", + "public_commercial_use": false, + "recraft_id": "2d1e3fc7-c011-4001-9678-ee830072e879", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:50:18.072188Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6518ca1b-6baf-4276-9057-46b910bb0b82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, through the french window of the high-rise hotel, shoot the purple light of the Macao Tower", + "public_commercial_use": false, + "recraft_id": "57bffaed-210f-451b-b055-f0c44eb650f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:09:35.517124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a56184e2-96e9-453f-b3c0-d4074777bd51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small cat with western cowboy style clothing and it is play instrument in music festival. The cat should wear a cowboy hat. The clothing should have western style elements such as fringes, jeans, leather, beadings, embroidery, etc.", + "public_commercial_use": false, + "recraft_id": "07e2c8d6-4d4e-480c-a20b-e4e2982e9fb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:22:07.183101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a32567f0-d844-442d-b3e3-cbbe1de7e24a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "long haired punk knight in a dress with cat musk wielding sword in a flower field", + "public_commercial_use": false, + "recraft_id": "f77736b2-ecf6-435a-931a-c429d4885bc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:17:07.233941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pair of East Asian lovers stood on a hundred-meter-high building and looked at the sky. The aurora spread across the night sky, shining brightly, making them feel as if they had entered a mysterious fairyland.", + "public_commercial_use": false, + "recraft_id": "45e20a41-bbfb-4793-ace3-ef77328fb4a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:12:59.56297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fe5d78e-059c-4ed8-9b47-a740fd10f1d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A plush puppy is watching the sunset on a slide by the seaside.", + "public_commercial_use": false, + "recraft_id": "35f1e887-0c23-4eec-93bf-4ffb758860fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:07.376026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db1ad5d9-85df-4aa0-8ad5-41a620b180e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts and Emperor take a walk in the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "745f0539-f63f-4173-aa5c-02ccd0f3390e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:01:17.955419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06dd31db-5a20-4f0a-83c2-1678e4fa9c5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "back room with geisha", + "public_commercial_use": false, + "recraft_id": "ba0a6565-6e9d-4086-b2eb-6de8498d6bda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:02:03.755223Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4595521c-630e-4918-a722-972696186c0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed puppy pilot named Bixiong stuck out his tongue on a glider, which was flying in the sky with the sky in the background and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "8c8426b0-0df5-4485-b744-b8a62b2ed783", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:52:54.735895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcbe714d-9e0a-4632-af68-f6ff3091ee58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "autumn leaves falling down like pieces into place and I could picture it after all these days", + "public_commercial_use": false, + "recraft_id": "46362cad-82f2-44ce-aba6-51f64e28b809", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:44:28.218682Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d97e696-bd24-4784-a8e9-1ab732df9724", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Little dog with red sweater ,wearing a christmas hat plays in the snow,next to a hut", + "public_commercial_use": false, + "recraft_id": "1717bd06-27a3-469b-b57f-846ea0a2e0f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:45:03.994449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bb902ba-5ff2-433f-bf97-1005be089415", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ascended to the throne", + "public_commercial_use": false, + "recraft_id": "f0e34227-f5ff-4618-9945-6f8704b555a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T03:23:39.795704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bdc283a-d457-47ea-90b2-fed05743eebe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple tree with apples that are incredibly large and brilliantly red.", + "public_commercial_use": false, + "recraft_id": "8421a728-ed08-4f7a-a6ff-ad0d93de8726", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:57:15.781794Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "887722a8-eac3-454e-8447-d6ae0331eb38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "2c9e6730-6bf4-485f-8312-4327bd621156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:18.124014Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "14ffd01d-0e8b-45b1-8b23-9e9a5c207448", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty, white fountain, snow", + "public_commercial_use": false, + "recraft_id": "6eb07972-0c60-44b2-a523-6ec5db9c4fac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:28:21.548074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9351256b-4d7e-4483-98a9-72c9552aab20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little rabbit is rolling in the snow", + "public_commercial_use": false, + "recraft_id": "b00f6be0-810e-4a6f-a74a-145520c39d7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:04:22.063409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8943aec-12c0-42d4-8e46-25504994662f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Ragdoll sits in the snow with a volcano behind him, a Ragdoll has a cake in front of him, the Ragdoll looks at the camera, there are bubbles everywhere, and the Ragdoll wears a pair of purple wings", + "public_commercial_use": false, + "recraft_id": "f5236479-6c5c-470d-9df4-cd83d63ce786", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:53:08.300683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b317aca-8e98-43e9-b9eb-033c5663142f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "100,000 blue and white porcelain vasesThere was a man sitting in the middle, leaking his back and not looking.", + "public_commercial_use": false, + "recraft_id": "eef45674-fa2c-4456-a560-e579d20b6440", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:26.64855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5ce5733-32e5-42ad-82e5-ae3883f584a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten with white wings was drawing \"Xiaoding\" on the snowy ground in a snowy day. Many bubbles were surrounding the kitten.", + "public_commercial_use": false, + "recraft_id": "2c084280-2652-4f04-abe0-e72cc576857b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:30:32.221655Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5f4e66e8-1a1d-448e-a226-5c8dfe90fa06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A ragdoll cat watches the burning of the Golden Pavilion Temple across the river.", + "public_commercial_use": false, + "recraft_id": "3e999bce-4181-4d86-8ae0-53389eecc936", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:45:39.134552Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b6d090c-9ad9-426b-8096-382a10567a19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Shiba Inu joyfully running in the snow, with the aurora in the background and a range of snowy mountains in the distance.", + "public_commercial_use": false, + "recraft_id": "36db34ab-af46-46fe-8c74-04c399006814", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:08:47.426837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb765c94-acec-4aa5-8279-316246846e5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat wearing a Christmas scarf is playing in the snow.", + "public_commercial_use": false, + "recraft_id": "5269ce57-eb03-4c44-8f45-dd8487e94d30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:00:36.938065Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8aadf1ba-7867-4b9a-b755-7f3d9909aa6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "d3bd5700-b045-4f27-b644-241f50c9ac88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:10:59.505673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55ffd215-d816-495c-bc45-afa73514da29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely West Highland plays in the white snow with a Christmas tree in the background", + "public_commercial_use": false, + "recraft_id": "953c7f9c-43cd-49b8-b641-1625d8d7dfce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:47.053244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9298802-fe50-4909-a9dd-2a7460be20df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A skeleton curled up in the snow, with rain, lightning, trees, rivers, and deer in the sky", + "public_commercial_use": false, + "recraft_id": "492fad86-d007-4815-b817-0de7492d1f58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:49:38.805341Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a62ac48-6d0b-42ec-910b-603c40e0aa34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a white kitten with a Christmas hat sits on the snow. There is a big Christmas tree with \"Lin\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "e1036ece-9229-4bc8-bcc2-ae1ca67bf76b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:10:47.516895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9251069-8568-4f43-9e31-52eca7fd036f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background", + "public_commercial_use": false, + "recraft_id": "40bd0828-cfce-4eff-97a2-57a00477651e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:30:06.650212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "356cd052-a660-4623-9282-3f85d1120d72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog was sitting on a cake sofa , listening to music", + "public_commercial_use": false, + "recraft_id": "e8eb1c8d-f718-4179-b1da-253474efe368", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:19.029421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat figure is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, medium shot", + "public_commercial_use": false, + "recraft_id": "e4368505-263f-44f4-bb7d-b8438cc11868", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:17.885627Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bddf42ef-cec4-4573-9518-173d7eca33a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I wanna a brown bear in front of a christmas tree,and the bear wear a sungla ", + "public_commercial_use": false, + "recraft_id": "1a86709f-9a94-4760-873d-95fdb4cdd101", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:56.95401Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog and a border collie walking through the snowy field, their footprints trailing behind them in the fresh snow. The aurora creates a magical backdrop, casting a soft glow on the snowy landscape", + "public_commercial_use": false, + "recraft_id": "b0202762-3b0a-4c13-8c79-261ccfa622f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:10:20.721252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f246f135-deb8-4e7f-9311-6519948c7556", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty is in the snow in a princess dress and a crown. CZQ is written on the ground, and there are fireworks and candles on the purple cake.", + "public_commercial_use": false, + "recraft_id": "31b3ed44-d4cc-477a-bcde-5f176978ca36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:04:52.106281Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "51c6d93e-dfb3-4863-af8c-b4c85103a8c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, and the close-up is a hello kitty doll wearing a Christmas hat, and there is a fairy stick in the doll's hand. Next to the fireworks is a Christmas tree full of lights. \"Lyh\" is written in the snow. Next to it is a Christmas atmosphere cake, and there is a lit candle on the cake. The dark blue night sky, with lit particles.", + "public_commercial_use": false, + "recraft_id": "7e5904f0-ce23-4261-b24f-0c3fb74eb510", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:08:30.418825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b94f9859-9dab-4bbe-b795-483a828453f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Pomeranian and a golden retriever snuggled together by the sea in the distance and watched fireworks together. \"333\" was printed on the beach.", + "public_commercial_use": false, + "recraft_id": "a8e1ee34-a7c2-4236-93b4-ce794ccc057f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:31:51.252771Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1b361733-1dde-4a26-8bf0-718828786063", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "close up shot of a young male adult with short hair, dress in white shirt and dark jean, wandering on night time beach, galaxy on the dark purple sky and a big bright comet and fire shooting stars falling", + "public_commercial_use": false, + "recraft_id": "42ea22f0-83cb-4371-b4d4-de74ba36a043", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:45:07.829258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e88214c-bc65-44fd-8ad8-3059f272711c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are two hellokitty dolls with red scarves sitting on the snow, hellokitty dolls with fairy sticks in their hands, Christmas tree behind them, fireworks in the sky, \"sby\" written on the snow, and cat paw prints on the snow", + "public_commercial_use": false, + "recraft_id": "0254b860-4b8a-4cbc-bbc0-124b25042290", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:34:48.441938Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25ba97ef-d9d1-4270-bd1b-4016286f9054", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Barbie is playing the violin in a crime scene with body and blood.", + "public_commercial_use": false, + "recraft_id": "3bd8da03-8b6c-4698-b94c-1d354e8f68a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:22:02.058833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f53a8eb-e9d3-4028-9e54-bb0867518d74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever and a little Samoyed dog playing in the snowday", + "public_commercial_use": false, + "recraft_id": "4c3019a6-bdd1-43f6-b2ca-db74f69b88a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:40:03.810965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "392f0e05-fe5c-46a6-a4fd-5268904a8fe0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty on a beach by sea holding a cake with 0228 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "bab8ff43-673c-41bf-adb5-fa15997d1594", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:00:24.944666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40af63ac-1de9-4642-9307-2f2ac0e72ddc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inside the abandoned building, there's a super giant green dinosaur outside", + "public_commercial_use": false, + "recraft_id": "99c7a63b-b582-45c3-b230-2b3b761b445d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:55:45.12092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little black cat and a tangerines tree in the snow", + "public_commercial_use": false, + "recraft_id": "0ab9d149-e9fd-4cc0-8170-19eaffb30b7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:16.688222Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2feca91f-90fe-4e54-a596-a6b4be80db63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog and a border collie standing side by side in the snow, their fur gently illuminated by the glowing aurora. The vast snow-covered landscape stretches out into the distance, with northern lights shimmering overhead", + "public_commercial_use": false, + "recraft_id": "25e8fddd-dfa9-431e-ab25-062c0e22084f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:22.303713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "818dd33e-9c13-4d23-b86d-b0f1d59127d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A standing, clothed humanoid crow looks back into the camera, In the distance is a man with his back to the camera, In the field", + "public_commercial_use": false, + "recraft_id": "74dbc425-8905-4dd4-a5fe-8d2f394b28cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:16:46.10729Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aedcef34-3ac1-41f3-846f-d5c31b5d1093", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, and there are beautiful fireworks. The close-up is a hello kitty doll wearing a Christmas hat, and next to it is a Christmas tree full of lights. Lyh is written in the snow, the dark blue night sky, with a little light particles. The saturation is high.", + "public_commercial_use": false, + "recraft_id": "3299cabb-c313-4bb0-a5ed-c718abdee320", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:35:34.14425Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa897369-3f49-4695-a34e-2eaaa842c676", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bald barber with beard and tattoos cutting santas hair", + "public_commercial_use": false, + "recraft_id": "326c48c3-b53d-4d61-8562-655ae576d5ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:05.890361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "750908dd-a039-4646-a62b-60402046bf4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the end of the world, the sky is filled with streaking meteorites, Wall Street is irrigated by sea water, and the American Statue of Liberty sculpture floats on the streets of Wall Street.", + "public_commercial_use": false, + "recraft_id": "ceed149a-ee98-4940-b568-02327bb9e89d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:59.606426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d224f99-d1a1-4b6a-b5d4-7973c67963ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night hello Kitty sits in the snow with Han written on it and fireworks set off in the distance", + "public_commercial_use": false, + "recraft_id": "aef04b04-ed2e-4c87-b528-08b51a715f44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:20.164838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8c34a44-0216-4932-88a5-05749e21030a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white chubby fox dog by the seaside is running happily during the Spring Festival in the snow ,named:WANGZAI", + "public_commercial_use": false, + "recraft_id": "30669d56-1e98-4f50-8ddb-885df198125b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:54:37.202391Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38997076-b90b-42b1-92f4-8970a4adfcad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty outside in the snow, lots of pink roses in the snow, scattered stars", + "public_commercial_use": false, + "recraft_id": "8f132fb4-90d3-4979-96a2-1c4f5a4ac172", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:12.486523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3207feaa-025f-41ff-87b4-224bb0b5b36c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "When I was a child, my grandparents would go to my uncle's home for a period of time, and the task of cooking was given to my mother, who did not cook much. Once my mother made egg fried rice, and it was very strange that there were ham grains in the egg fried rice. My mother and I did not eat at the table, but ate in the living room, and the TV put SpongeBob Squarepants.", + "public_commercial_use": false, + "recraft_id": "9b4bc047-2566-4a6f-9083-423079cea2cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:10.32922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06039552-b5c0-4000-89d4-03b253c67b92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda cub and a koala are eating popcorn on the sofa", + "public_commercial_use": false, + "recraft_id": "1ecd096e-fa9c-44ef-a955-05dd471c8281", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:38:14.888264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23ca75eb-0d1a-4b0c-826e-3ac4b18a0922", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow white American Cocker Spaniel and a Hallo Kitty", + "public_commercial_use": false, + "recraft_id": "12b53352-49e8-417b-bb6d-234cbfaefa8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:37.362337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74e31253-4076-416d-8d8d-3c8a7137aa96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty doll sits in the snow holding a lit firework stick. In the distance is the sea, the color is blue, sad and lonely. The name \"Keegan\" was written in the snow with a heart drawn behind it", + "public_commercial_use": false, + "recraft_id": "7ce049be-1ab7-44af-8dab-4a42b9d040eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:42:18.049039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfea0813-57e7-41af-94cf-947c3c10a8d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very thin black cat and a white rabbit snuggle together on the snowy beach, they are a little far away from the camera, the main body looks small, there are stars in the sky, a little fireworks around, butterfly wings", + "public_commercial_use": false, + "recraft_id": "88a22cf6-0bf3-49b0-b4b8-a09f95db0a8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:37:39.213433Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22f8a40c-209b-4a1b-b71a-ddab318caeda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty on a beach by sea holding a cake with 1211 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "fb29457c-78b9-4e0c-a83a-7f27ff36273b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:47:35.285525Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9544ef7-ef2f-40ff-a86a-d714eea257cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with black ears is writing words at the workstation", + "public_commercial_use": false, + "recraft_id": "cfff3893-8d2d-4781-9194-b65fb8fbffe9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:06:50.67827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "985f9d21-5407-44b8-82a8-d0baefec6d0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yellow and white corgi playing magic with peoplein light snow falls from a pitch-black sky", + "public_commercial_use": false, + "recraft_id": "5fdd932e-3769-4ee7-a92e-7d2048e1fbe1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:58:54.855902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "261da30a-3104-49f2-979f-656bf1b3a94b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A way for the world to end.", + "public_commercial_use": false, + "recraft_id": "850b1ae0-5281-4fc3-9ff9-4d8246b7807b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:15.433718Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba6f86fc-b49c-49a5-92e9-4b4182be1bad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat character is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, close up", + "public_commercial_use": false, + "recraft_id": "223f5faa-2da0-4826-8ac6-aea6efc790e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:32.663108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "291f260f-a7ec-4071-b0f2-fb15d671a8a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat sits in a cabin surrounded by butterflies as snow falls outside the house in a Christmasy atmosphere", + "public_commercial_use": false, + "recraft_id": "b66183a5-1aed-4ce7-a81c-2af1c8c2447a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:17:14.655775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d21db43c-2520-4267-8a8d-aba4cdbfeefc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a standing big tree in the middle of a park in the Netherlands at dawn, with some mushrooms grows on the grassland, in a long distant view", + "public_commercial_use": false, + "recraft_id": "43fdae50-7b74-4e47-9749-6828796cee1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T04:17:51.709618Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "092544d9-6391-4097-a1db-54eed4006d8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Countryside, Japan, Kyoto, Japanese samurai, armor, armor, smoke", + "public_commercial_use": false, + "recraft_id": "9d5f0345-4957-4818-a2eb-4350e299a80c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:34:55.089974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63bf2586-e89c-4d4b-8bc6-87da146542dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Schnauzer wearing glasses and a hat /Drinking / background is the rooftop", + "public_commercial_use": false, + "recraft_id": "e0a25e97-c223-408b-a6f8-d93a98438c8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:03:08.037726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd2471c2-38c4-45ab-b865-de4eba19df99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brunette Chinese beauty takes a little orange and white cat for a spin in a convertible", + "public_commercial_use": false, + "recraft_id": "454ad4df-b463-45fd-939d-8a5b31d13728", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:00:48.765864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b7c9e90-a4c1-45f7-af40-8ad69f198334", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed snow", + "public_commercial_use": false, + "recraft_id": "1c7e5a94-7b20-4c01-a447-3bb4734cc986", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:29.769323Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "18f2c43b-4e87-40ee-95d9-5eadbd3b4456", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Asian man is sitting in front of the window and looking at the camera. In the distance outside the window is the beautiful Mount Fuji. It is snowing outside the window", + "public_commercial_use": false, + "recraft_id": "9a053dd0-7b3a-412e-8a14-e91a8adbffa3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:26.417732Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c468dba7-e6d9-4f31-ab10-ad00839a9a32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair wearing glasses is standing on a guitar at a birthday party", + "public_commercial_use": false, + "recraft_id": "81aeb1b4-5878-49df-b7d4-d7c15760e7b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:38:50.696051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd855efe-3890-43e4-abf3-9247edef97e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a North Korea commander standing at the top of the mountain, looking at the neon light of the city on the horizon", + "public_commercial_use": false, + "recraft_id": "d4fc2573-addc-436c-b9f5-c353aa054795", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T00:58:26.853936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4c45194-aae6-41b8-873a-0633fe8b313d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vibrant rainforest full of vitality", + "public_commercial_use": false, + "recraft_id": "d7944634-46cf-425b-b9e0-8a265ed70f4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:18:49.075669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08323135-7fff-4bd7-8f9c-b217d40fb0b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing by the sea. Bx is written on the snow. The sky is pure black. The golden puppy has a transparent little wing on its back. Hellokitty", + "public_commercial_use": false, + "recraft_id": "ae300419-473a-4737-9870-3577007ffe56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:53:47.936087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97f8f54c-842a-46e5-990c-4a9201258ebc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clear sunny day with a vibrant landscape featuring grassy fields, a sandy beach, and the seashore. Under a tree, a small dog has a yellow butterfly gracefully perched on its nose. The scene is illuminated by a soft, mist-like glow.", + "public_commercial_use": false, + "recraft_id": "62d6b817-4f2d-4ef3-b0a0-47633ed59b82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:23:10.331622Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d2d4edd-e9ec-496d-bbba-57297fba2e50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a cat has a pair of butterfly wings on its back", + "public_commercial_use": false, + "recraft_id": "6f6dd635-3295-4546-b333-2fe977ef1966", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:55:08.26446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14b24f88-ad3f-4763-972a-7b7dceb5f14a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute hellokitty is seating on the snow and eating icecream with a cup of coffee", + "public_commercial_use": false, + "recraft_id": "0accca96-a76f-4898-a42d-88ba632e09f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:40.121221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90fdf730-ce05-4bd9-8f32-ad39d59defea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats watching grand fireworks at sunset by the seaside, besides a green Christmas tree", + "public_commercial_use": false, + "recraft_id": "271fa439-b65d-40b9-99c4-203d2de44607", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:46:16.561803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Western restaurant, a Devon Rex cat wearing purple wings, celebrating a birthday, a white cake with violets on top.", + "public_commercial_use": false, + "recraft_id": "f94af8ea-40c0-463e-a994-1c5320569293", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T00:07:13.379622Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f8efabb-f203-468c-832e-2592a013a9d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "asian women wearing a hoodie sitting with a border collie on savannah , like a picture took from their back", + "public_commercial_use": false, + "recraft_id": "68c153c6-970b-4af6-8d1f-91fdbca86e8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:30:55.86692Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fee8f41-f816-4089-8904-5067188b254c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bear like Jane Austin on a beach ,fire works ,flower ,sushi ,salad ", + "public_commercial_use": false, + "recraft_id": "8e5f5e72-3dfa-4106-a12d-06d6296deccb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:38:30.360933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a1f767b-688f-4752-88bb-b8d5518fd366", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely man, a boat, a blue sea, moonlight, loneliness", + "public_commercial_use": false, + "recraft_id": "4388a1d0-38d8-4270-bb82-4d1badd3aa41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T05:04:39.257468Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79c1cc57-85c5-4d72-8f87-5bee8e226cd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "American Shortcat, Christmas, Ice American coffee", + "public_commercial_use": false, + "recraft_id": "584256d1-8e37-42ec-9a43-e4cdb7441b14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:14.738172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b05919a6-4bfa-45f4-adcf-22c0c09085d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of people performing on the beach on a blue-pink day surrounded by red roses", + "public_commercial_use": false, + "recraft_id": "9d4e5933-1b1a-47e6-8df7-5faec02a9741", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:03:14.332836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12a81161-b01f-4815-8355-35f7e629bb7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Hellokitty wrapped around a scarf snowfield Fireworks are set off in the distance", + "public_commercial_use": false, + "recraft_id": "6e8adeaf-c28a-4714-80e9-1fc2d8293847", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:38.011248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1628a2d4-909b-4d77-a4f6-8cda2f2103eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with black ears is playing guitar in the snow, while a cat is sleeping next to it", + "public_commercial_use": false, + "recraft_id": "c5cffed2-e021-4348-ae71-9511e38bb4e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:46:35.784797Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow-billed pelican and a white mouse full-body pink rabbit besides Christmas party setting", + "public_commercial_use": false, + "recraft_id": "4f01b97b-5cb5-4aad-845b-55dda791f3ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:46:26.648726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a68e069d-57ca-4e7d-964d-8943e00cfe60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiny, recently weaned yellow Shiba Inu joyfully running in the snow, with the aurora in the background and a range of snowy mountains behind it.", + "public_commercial_use": false, + "recraft_id": "a7432a40-6ae1-4479-a6a1-c5e7615e6235", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:19.14845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb55dfc1-8ee6-4c16-89a6-fb9965642d55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Mametchi who is happy in winter with wired headphones and cute red earmuffs", + "public_commercial_use": false, + "recraft_id": "585ca953-8359-4a86-a259-675d1ad7918d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:08.234853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c36d471-7b38-465a-bdae-804a00ec0b98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A concorde plane flying in the snow in a park with swing aside", + "public_commercial_use": false, + "recraft_id": "b7436f85-2b5f-4ab2-aa8d-01ec996b2b81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:23.375415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22c4b38d-d52e-4a34-b33e-130f8aa6e6c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland, wearing a red scarf and a Santa hat, stood in front of the Christmas tree, next to a pile of gift boxes. Butterfly", + "public_commercial_use": false, + "recraft_id": "f353c55e-39b7-450e-b4d3-501bf050e679", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:26:50.089926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90c09cff-b65c-4c92-b6d6-a970d25e4d2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a computer on a mid century modern style Eames desk. There is a coffee mug full of espresso next to the computer on the desk.", + "public_commercial_use": false, + "recraft_id": "f61e7798-2559-43a5-a774-f6aef123f0b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:05:28.655424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "300456dd-aad3-4918-9cab-2ae0b28ab383", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lot of pomernian puppies playing in the snow, dreamcore", + "public_commercial_use": false, + "recraft_id": "b110cced-611f-4d27-a105-97e2a119c7d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T02:51:16.954292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c880a881-6315-4aa6-9870-0df672d46046", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The ever-evolving coastline has produced the saddest of daffodils", + "public_commercial_use": false, + "recraft_id": "0db7d704-2eab-43ef-8241-51bcc75e99a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:07.777646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d972d13-e758-47b2-9dd0-68c1ce10be79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pair of nike shoes and some balls on the grass ", + "public_commercial_use": false, + "recraft_id": "31884990-d375-445e-99ce-82a6ed4612b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:29:10.558492Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a mini hellokitty with a black cat are playing in the snow", + "public_commercial_use": false, + "recraft_id": "02751b90-ddba-4940-8578-1f8a78eb9b40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:38:24.516944Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3e304de8-698b-454a-964c-eda87b521494", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little Corgi and a cute little cat are on the beach in palma, Spain, drinking sangari cassis while reading a magazine. while the radio plays rock hits from the last decade. It was dark, but they were there for each other", + "public_commercial_use": false, + "recraft_id": "d62ea98b-ac24-44cf-a6ca-19e3f5ca3d71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:33:18.640292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b292aed4-d28d-49b7-b080-90816d2a1640", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "American Coca Cola /snow/christmas/Playing ball", + "public_commercial_use": false, + "recraft_id": "2c44fe89-28d5-4427-988f-4928d1c6d9c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:32:44.483298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9988f844-8fbd-4a1d-aa21-bebab6fb8ca9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person sitting by a serene lakeside under a vivid aurora-lit sky, holding a small lamb in their arms. The scene is depicted in a hardflash photography style.", + "public_commercial_use": false, + "recraft_id": "b9d3ad71-14e3-4dea-984e-773773b58842", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:22:49.020591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64354aa5-a2e1-4e12-a5dc-427ffe60f2b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess sits at a surreal Christmas dinner table in an infinite snowy field, looking at the camera. The scene is illuminated by birthday candles, with snow gently falling under a hazy pastel sky. ", + "public_commercial_use": false, + "recraft_id": "37fc5468-925a-49d6-b616-75fd9bafc336", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:31.357768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf6558f5-92af-4711-a086-0e8eda326ce1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolians ", + "public_commercial_use": false, + "recraft_id": "42e23c95-4919-4a7c-993c-7869f5d7096a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:52.558561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d8a53a0-d98a-4336-92ac-2791bbd337ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Australian cockatiel wearing Christmas hat and in the snow, in Norway, Aurora, snowing", + "public_commercial_use": false, + "recraft_id": "03bce8bb-8d39-4d24-aa69-6bc206c0b482", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:26:45.833138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdb81e50-063a-4362-937f-4c8996c27018", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty smoking in front of firing home", + "public_commercial_use": false, + "recraft_id": "ae24fb4b-ef7c-4e23-864a-bbc045e43220", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:50:17.04495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2d41ea1-0139-45f5-9dc1-bc5904b6c437", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with black ears is working in the company", + "public_commercial_use": false, + "recraft_id": "784dc1b6-d6e7-41b8-8ab5-95a12f435e05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:58:41.649735Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a2d8a6c-2eb9-4525-b21d-9b0241b5f832", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty doll, winter, cute, christmas, gift, fireworks", + "public_commercial_use": false, + "recraft_id": "31cfff36-752a-4f9a-94cc-6cb5e31632cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:40:18.016051Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2effb18c-9e83-4c56-aea0-33afc30be5dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white chubby fox dog wearing wings, balloons, candles, a cake on the table, happy", + "public_commercial_use": false, + "recraft_id": "0ed5ea7c-7ea7-4dc3-9dfb-e947f7633270", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:44:44.818174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb32813a-b8ee-4a11-b173-0d74478fd627", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Waves and candy bar decorated and a term written heeseung and time is closed to midnight ", + "public_commercial_use": false, + "recraft_id": "4d77f152-d908-40a5-b584-f714511bb14a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:54.807466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4f9f3aa-0201-431a-8953-6894d40f0f3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black thoroughbred on a snowy day", + "public_commercial_use": false, + "recraft_id": "4394524c-c344-4663-8864-620a1eba00e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T05:37:39.890848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ce0985e-588f-441e-81b3-b05a99f14ce4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a small American Shorthair cat lying on the warm yellow sofa in the blue room, and a large golden retriever dog on the light gray carpet. The dog looks very happy", + "public_commercial_use": false, + "recraft_id": "57c47fb0-4a86-457c-b50b-0b895ddd1508", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:01:16.463079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ac864ec-1836-40e2-bccb-3eddca8a1d04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts at the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "398216b8-3b86-49e3-b173-ba4b55f7962a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:34:18.159508Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aa0628c7-b841-4f7c-91c5-ccf1428c2c90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver kitten and a golden retriever cub play in the snow, next to a Christmas tree, an aurora in the distance, a melancholy pink night scene, with a dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "f82ed2c5-dee4-4e71-a5bd-1466fa313f24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:08.524529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9440908d-f67f-4e5e-9aea-0015e13aa326", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, it was snowing heavily, and a bichon frise in Christmas clothes was warming the fire in the snow ", + "public_commercial_use": false, + "recraft_id": "986cad0d-8233-4be1-a473-532b3779e439", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:41.153107Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "883240a4-4310-4f41-93b2-ff52d1f9ce30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cats in wizard hats playing in the snow", + "public_commercial_use": false, + "recraft_id": "7104e001-c59a-45ce-9f95-6da8751d556d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:46:48.750976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "587f2e88-e4de-4bc6-a585-60cbb87218d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "AYMLMH Style, High Saturation, AYMLMH Style, High Contrast on Dark Background, High Saturation, Film Camera, A Little White Lamb with Two Pink Bows on Ears, Surrounded by Various Colorful Bubbles, Surrounded by Black Night Sky Creative Photography, Canon Film, Flash, Hazy Textures, Polaroid, Blur, Low Saturation", + "public_commercial_use": false, + "recraft_id": "de2ad51f-1e20-4d53-9e1f-36a95e8f0ded", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:07:12.951342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3c7d746-784d-448c-b8ba-45df246bd231", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Benjamin Netanyahu smiling while holding the Palestinian flag", + "public_commercial_use": false, + "recraft_id": "8c762157-beca-4024-8351-61fa0360b9ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:00.708915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23930966-8e9e-4683-941e-caf786eb821b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Streets of Hong Kong", + "public_commercial_use": false, + "recraft_id": "63f6ae2f-d7b8-4347-b909-14fbbf7e7f9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:03:02.322547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64d9ef08-4866-4352-a1ef-7b7ef9c88c63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Batman, who is dancing ", + "public_commercial_use": false, + "recraft_id": "138d5315-bae4-4f47-b4f0-bdcd94b604d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:30:19.179608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10f7874a-058c-4c3a-a365-a0b66588a053", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty is sitting by the window and smoking.", + "public_commercial_use": false, + "recraft_id": "40f2e036-9b7c-4e94-87ed-eaa77beeca66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T00:56:47.516079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "532e9062-cc1c-480d-bd75-3f48c39131c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rabbit snowman with a bow tie, stars in the snow, fireworks in the night sky.", + "public_commercial_use": false, + "recraft_id": "af60fc06-1e76-4bd5-a9d3-c34efbb4ac8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:57:39.415383Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "edf08152-840d-44ed-b268-4768c9d3c737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Minute cat and a golden shaded cat are eating in a western restaurant", + "public_commercial_use": false, + "recraft_id": "c7383eae-f865-4430-8487-1f3090016c96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:25:55.282948Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles on eye level, soft focus, christmas, family celebrates Christmas, cheers", + "public_commercial_use": false, + "recraft_id": "0f900194-6f31-487f-993c-d920689b2f04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:41:23.696456Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76a6882f-e9ea-4fc6-b109-1cf2f9d60a54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Double braids/horn braids, black robe/cloak, gold/silver ethnic patterns, silver/gemstone earrings, lace/embroidery decorations, majestic snow-capped mountains, winding river, vast meadow, snowflakes fluttering, frontal smile, warm gaze, natural and elegant posture, harmonious fusion of ethnic style and natural beauty.\"", + "public_commercial_use": false, + "recraft_id": "d0e42142-4516-4ffd-9c0f-e0e5d4f90042", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:27:27.008579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d7b8f68-038b-4301-9e90-853616832887", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white French Bulldog is running in the snow, with auroras, mountains, and a fluttering butterfly behind it", + "public_commercial_use": false, + "recraft_id": "86f9a401-475c-473a-a1de-7e17ebb7256c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:29:32.429272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8f7a22c-5359-4fd1-a0ce-f752340f99cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "long haired punk non-binary gender-neutral knight wielding sword against minster", + "public_commercial_use": false, + "recraft_id": "80de1ba3-0914-474d-9482-e6ae7dd054bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:35:34.821851Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57cb5738-0137-4b79-9dac-9c777c625ea3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snowside with the three letters MYZ written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful.", + "public_commercial_use": false, + "recraft_id": "4d18118f-3833-4e6f-85f4-1c9cd217bfb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:32:41.513027Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36b66dcd-7f97-4b88-83bf-4de8f4dc66bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white dwarf hamster wearing a Santa hat is decorating a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "d683597e-2ef8-4a0f-838c-96c63d14d866", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:00.462476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aedb0fcf-cd41-476e-a222-e573a00ff863", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts and Emperor driving sports cars at the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "fe40ee92-7593-41b7-bbef-5ccab7e26388", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:09:25.920569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1386f92a-009a-40bd-a21e-0210886917af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A single hand gracefully holding up a champagne flute filled with golden, sparkling champagne, with the background showcasing a serene winter snowfield. ", + "public_commercial_use": false, + "recraft_id": "5e79eeda-922d-4198-aab2-cbf493116e6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:05:54.053468Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a9d80db-d9c4-4554-b546-4bdb14d29ef2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Transparent gummy bears dancing in the snow at Christmas ...", + "public_commercial_use": false, + "recraft_id": "eab8c34f-3c1b-443e-b024-42416959df21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:38.162978Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5f6494bc-d23d-4418-aec8-e41c53ab4112", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby beagle wearing sweater and christmas hat and wearing a green scarf playing the piano .", + "public_commercial_use": false, + "recraft_id": "542cf695-2eb7-451a-99dd-470464e153bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:05.236338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d76651bf-02ec-451e-bf4a-122682ddaa86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow covered in bubbles", + "public_commercial_use": false, + "recraft_id": "f62e95a5-5e99-4678-8fc5-aaba367f056b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T05:18:20.798144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfcebff5-784b-4609-b938-eaff89a473e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black-and-white gradient patterns.Snowy ground, night, blue tone, running, Silver Tabby Maine Coon cat.mostly in white", + "public_commercial_use": false, + "recraft_id": "1af42aa0-061e-4226-b4ee-e323b85ee9b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:12:18.844744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a gloomy cloudy day in the snow, a black cat with traces of cat paws on the snow, heavy snow drifting in the sky, and \"zxy\" written on the snow", + "public_commercial_use": false, + "recraft_id": "8c9c5dd6-3397-419d-8631-28566694f266", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:14:30.801812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1473cfd9-ea35-4eb7-8a22-f1789b29c5a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a peaceful expanse of snowfield, it was late at night at the moment and the cold air filled the surroundings. The Hello Kitty doll was sitting quietly, wearing a scarf and holding a sparking firework stick high in its hand, as if celebrating something in a fantasy. Not far away, there was a small Christmas tree, and its decorations were faintly visible in the dim light. The snowflakes were falling gently around, covering the ground and reflecting a soft glow. In the distance, there was a deep blue ocean, where the waves were gently lapping against the shore, looking both lonely and sad, as if telling endless thoughts. On the snowfield, the warm words \"Keegan\" were written, and beside it was a delicate heart-shaped pattern, conveying deep and lasting emotions. The whole scene revealed an atmosphere where a touch of sadness intertwined with warmth.", + "public_commercial_use": false, + "recraft_id": "7b3e77b4-cfb1-41e2-a836-0641de5bc305", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T05:40:46.255164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d90db85-e765-4b0c-b801-a21bf5d2516d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Artist hairstyle", + "public_commercial_use": false, + "recraft_id": "998cd280-d378-458a-8369-665ed0127b8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:44:08.215111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a238dc9-eb2d-483f-a13b-3228548d7efc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "cat,candy, lemonade, bubble, love", + "public_commercial_use": false, + "recraft_id": "4464334f-c237-4669-96eb-7bd080cfce23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:40:42.133685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cae7517a-9e57-4702-83e4-bb3477320daf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the foliage is all around, and there is only a curved moon and a star in the sky", + "public_commercial_use": false, + "recraft_id": "8b069a74-4e2f-4646-a82c-11ec63628e29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:40.469156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d058555-026e-44d6-9ab4-fbe2b47287d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy night, the aurora, and a brown English Cocker Spaniel.", + "public_commercial_use": false, + "recraft_id": "b0145633-7d54-41e8-b839-9594d0a30fe6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:06:42.067386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "246870f2-fc41-4a87-8df8-3b92e1f473b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten in the snow with a scarf around its neck, with a butterfly resting on its nose.", + "public_commercial_use": false, + "recraft_id": "81f8df27-7802-4d6f-bfcf-ca00fb110ab5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:19:17.054402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b60bbd95-584b-4f95-8146-40f486adc002", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Pomeranian sits on a small brown couch.The dog is right in the middle", + "public_commercial_use": false, + "recraft_id": "d34c04fc-02f0-4d4d-b2af-a59b0758fec7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:40:43.285265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef6eab82-6b6b-4942-aa1e-8c905ec5a85b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty in a pink suit with pearls, accompanied by butterflies, stands in the snow surrounded by warm light", + "public_commercial_use": false, + "recraft_id": "901643f3-8131-4355-bf50-ef9f3c0e4303", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:04:52.660612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31e62bcc-8ef5-454b-8c06-f08ac5504d55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat wearing a blue scarf in snow the sky is blue and has stars", + "public_commercial_use": false, + "recraft_id": "8ea6ca5a-0c00-4b8f-9261-b40094350697", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:57:46.028131Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three cute Bourne mountain dogs play in the snow and the sky is a beautiful aurora", + "public_commercial_use": false, + "recraft_id": "c253376d-d88f-4bbc-8688-5d2809ffad81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:02:12.398186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d031e4d-0cc4-4f73-b242-798b0aafe378", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair with glasses standing on a guitar", + "public_commercial_use": false, + "recraft_id": "dc30619a-6213-468b-9e85-29dcecb89771", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:26:26.548513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7ccddba-e6f1-43af-a90c-46adeff3a8f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a wide grassland and blue sky", + "public_commercial_use": false, + "recraft_id": "5eb9704c-7265-4f6e-a2f2-698ad6fe34cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T01:58:41.468129Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9b6511e-353a-40b7-b54d-5de18ba021f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Next to the cake is a lovely hellokitty doll with English yosh written next to it.", + "public_commercial_use": false, + "recraft_id": "16f781d3-87f4-40d7-a831-802926b5ca8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:29:15.713855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e34ef8c-6da5-41c5-9994-89d1557fdd2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A teddy dog is cooking in the kitchen", + "public_commercial_use": false, + "recraft_id": "021561a2-964c-4208-80fd-91e1fe585f60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:28.749101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c87fb498-c5f9-4b20-976b-bf83c8fce810", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A man with his back to me playing a huge tuba in a burning forest with a cat nearby him in the night the weather is heavily snowy", + "public_commercial_use": false, + "recraft_id": "ca04c8d2-3daf-41cd-8b6a-9b24b4b71660", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:45:41.503435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6804ba2-c90f-4fe9-89cd-708c9057cd78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund wearing a Santa hat playing guitar in the snow and watching fireworks", + "public_commercial_use": false, + "recraft_id": "2a885f54-1ff2-48e0-b76a-fa26e00eafd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:22:00.351663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab4c0558-1f93-4edc-ad0e-931900f47615", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dark night, Christmas, snowy scenery, little black cat wearing a Christmas hat, facing the camera in the center, with a blurry background, illuminating the little black cat", + "public_commercial_use": false, + "recraft_id": "89f0d4ff-2493-42f5-8517-0f8a0589f1c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:59:56.054726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47b1e086-2464-4418-81ab-324e3228d423", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat wearing sunglasses is driving on the road The background is green grassland.", + "public_commercial_use": false, + "recraft_id": "66bb6b1c-a732-478c-a2c7-44fb423dad92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:57:56.54913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72037365-a15e-4c0d-9e93-9f1611f34393", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat is driving on the road The background is green grassland.", + "public_commercial_use": false, + "recraft_id": "e34ba25d-05b9-4b66-9b92-b42543b419e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:29:42.975201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d752c5dc-c290-421b-b2b4-b089e9935a42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a mini hellokitty and a black cat are playing in the snow", + "public_commercial_use": false, + "recraft_id": "2c35836f-5436-4917-9ab8-ea8263e70f90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:35:20.978759Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60ba344b-f95f-4287-b6d8-950310d87f2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy in a suit is watching TV in the cozy living room.There are empty wine bottles and cigarette butts around him.He is sitting on the sofa. He is a white Pomeranian.The room has a Christmas atmosphere.There is a fireplace in the room and rich decoration.He is watching TVHe is wearing a black suit.The TV in the room is playing.", + "public_commercial_use": false, + "recraft_id": "8c4f5c93-afbb-48a4-9839-b82112957522", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:24:25.465949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1a59117-b5e8-4723-9ea3-bb4314d5df7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small cat wearing a cowboy hat is reading a book by the window", + "public_commercial_use": false, + "recraft_id": "08c66872-00fb-434a-b413-1f108e0d14cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:30:33.912231Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83e33b71-bcc8-492b-8fb6-43e40f595c3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy nights, endless fields of snow. In the distance there is the sea, a small cat and a small dog in a white Santa hat and Christmas dress, next to the Christmas tree, with \"DDKT\" written on the snow and traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation.", + "public_commercial_use": false, + "recraft_id": "fe5a3dd3-6725-4eed-809a-d32d11f6f6f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:54:35.814326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a84bc30-24a0-4af8-81e4-d92a8c1e997f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Birthday cake under fireworks", + "public_commercial_use": false, + "recraft_id": "5aebc64f-de8a-4b7f-97bb-fcc8a66ccf41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:18:03.761728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80c67c52-3ff7-4cb3-bf26-33384e74ed20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Pig running on the vast grassland under the snow capped mountains", + "public_commercial_use": false, + "recraft_id": "00afe1f9-d974-49b1-8120-a7b495b52995", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T03:58:26.153431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96cda4d4-e80c-4848-90f1-2970001497a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon thirteen birthday party", + "public_commercial_use": false, + "recraft_id": "a5324b90-9b0d-41e4-9d52-00fe16085b66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:21:16.371004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83d5bd05-a4da-4145-869a-72c41a740b0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little witch with long orange hair stood far away by the sea. She stood with her back to the sea. There was a cake on the beach with 327 written on it, and there was also a Christmas tree with colorful lights on the beach.", + "public_commercial_use": false, + "recraft_id": "068afd0c-e03e-46ba-a666-dd879fee5b3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:32:13.848571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30d7d963-6848-43b6-954b-43c35f8df63c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a man hold money in front of the computer", + "public_commercial_use": false, + "recraft_id": "39fdc212-da2c-4119-ad0f-7f536d83b474", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:35:10.422111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "783f7313-4354-4d39-a683-b2cf32ef85ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a real white horse running on the cloud in a rainy day ", + "public_commercial_use": false, + "recraft_id": "0cb12b97-d6cb-44aa-9c8f-5bdb090ad15e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:44:30.820938Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15201c35-e41e-4aaf-8465-42920d283f30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat is doing experiments in the lab", + "public_commercial_use": false, + "recraft_id": "46fe5fb6-2927-4ba5-bb2b-5c2f464b124f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:23:07.233801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "393f699b-5da6-4193-b733-1ae08d3fc5b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "beading bracelet shop", + "public_commercial_use": false, + "recraft_id": "d340825f-09e9-4a15-bbbf-2c55bcbf6e9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:48:04.872974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29633209-2ee9-41c8-9896-843078c95078", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black combined with dark blue, starry sky and sea, no humans ", + "public_commercial_use": false, + "recraft_id": "36114dde-7b14-44ee-9542-c98886067d94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:25.088448Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "40e5d298-955e-4374-8897-f8ed6bbb01ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man wearing a black T-shirt, with her back to the camera, sitting on the grass with sunlight", + "public_commercial_use": false, + "recraft_id": "71317b19-df31-4868-a69e-b1b13eceab78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:51:32.839792Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d4b5b46-81f1-4df2-97a4-d93f469a7750", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A soft, well-lit vintage-style room with a calming palette. A white cat with striking blue eyes is the centerpiece, playfully engaging with a few delicate pink butterflies that float gracefully around it. The room's decor is dominated by neutral tones, with accents of soft blues and warm grays, avoiding any large patches of red, green, or yellow. The furniture is a mix of cozy and antique pieces, and the walls are adorned with a collection of black-and-white photographs. The phrase 'are u ok' is subtly watermarked on the image, adding a gentle, inquisitive touch. The scene is peaceful, with no human figures or body parts, and the focus remains on the gentle interaction between the cat and the butterflies.", + "public_commercial_use": false, + "recraft_id": "1723dd48-86e2-409c-aea9-0f5cac3cae8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:20:13.462106Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5b1ac820-2356-49e1-9f28-050239ed7abf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a wizard cockatiel", + "public_commercial_use": false, + "recraft_id": "0ba3499c-8120-47dc-9e74-874db3494413", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:24:01.999603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fb86767-f0fe-4e79-b315-f3d7c9e64082", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty is smoking a cigarette in her office seat while holding up a gun.", + "public_commercial_use": false, + "recraft_id": "4826f0ea-dec9-401f-920a-71d00f25620c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:34:44.542626Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "07f2e5e8-0962-4ecc-bd4a-611e16d07416", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fancy and color fireworks in wild snow. A white puppy and a white cat play together. ", + "public_commercial_use": false, + "recraft_id": "581968ce-f5c3-4e6d-a927-d60f3f2505eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:23.927904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f868e8c-ba0f-4301-87ae-90dfcdf300f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A doll black hello Kitty wearing glasses at work on the computer, the computer is bang bang, modern style", + "public_commercial_use": false, + "recraft_id": "46bdd75a-1793-4315-9f24-eb1fe5cc1b55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:35:24.480956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4733e03-25e3-472e-bf66-86c4ae387af5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Strawberries,cherries Hellokitty holds a red wine glass. Fiona is written on the snow.There was an aurora.", + "public_commercial_use": false, + "recraft_id": "9a0abeb7-78aa-42ae-afa7-962ba4bfe16a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:59:48.997338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc8be418-e1e9-4208-bde3-4019f55337d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the Christmas atmosphere, it is snowing and hello Kitty is watching the fireworks", + "public_commercial_use": false, + "recraft_id": "d0f4f6d0-86f8-430e-aa93-d59205944f48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:42:12.950243Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a1a5c9ee-599a-4e11-9706-8b0ae31e10ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white small chubby fox dog wearing dress, balloons, candles, a cake on the table, happy", + "public_commercial_use": false, + "recraft_id": "2d267e2b-814b-4671-8e43-54faa01a54a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:55:28.262032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed1fada5-12aa-45bf-abe4-713cd99dbd3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rainbows and dogs are beautiful in the snow.", + "public_commercial_use": false, + "recraft_id": "21e6cd4f-2143-4251-8e36-297cf8f2df2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:52:10.633051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32643247-df58-4885-96fd-c7e6d3cbcbe5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Chinese rural dog that looks like a long-haired Corgi, with one ear standing up and the other ear drooping down, circle of white fur around its neck, and a tuft of black fur on each side. It is sleeping with its pure black Labrador sister in a small wooden surrounded by snow, by a warm fireplace.", + "public_commercial_use": false, + "recraft_id": "c0cc86e3-85be-4e59-bd02-95f9ae05dee7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:18:12.488571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49dda821-0c9a-4728-8181-471d5f239171", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at night hello Kitty sat in the snow where XC was written and fireworks were set off in the distance ", + "public_commercial_use": false, + "recraft_id": "8f129818-1974-447f-b386-0fe8c3329b2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:57:21.407784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdb1bb15-0ee6-416b-8d96-8238af6dec36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed is playing in the snow. Samoyed is in the middle of the picture", + "public_commercial_use": false, + "recraft_id": "f4ffe83c-c130-41db-9ce6-f091826a7ef8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:41:18.82426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdfef12a-02be-4fa2-9368-23d12ebab28e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young Akita Inu is wearing sunglasses in the shape of cat's eyes and painting. There is snow on the ground, a wooden cabin and a warm bonfire around, presenting a surrealist scene.", + "public_commercial_use": false, + "recraft_id": "24e1c1e0-899d-4070-8df5-d7cabf3d8893", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:36:18.281775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f39432cf-91d8-4f39-9ea4-449a0f1e72c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is wearing a pink high-end dress in a fashion store, her head on fire, angrily drawing flowers on paper until smoke rises", + "public_commercial_use": false, + "recraft_id": "d406b8f3-72df-4584-ac82-67d7ba0058dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:46:46.716628Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a6a997d9-40dd-43fc-8f39-232733ab976b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on forehead wearing a pilot glasses, playing in the snow whith a young asian lady with swimming suite and swimming glasses", + "public_commercial_use": false, + "recraft_id": "bf0e8bab-b945-4611-a8b8-169417abdfa7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:33:56.153985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9e08e34-1772-4a81-9e5c-6bb9d4abb279", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is playing on a slide in the snow.", + "public_commercial_use": false, + "recraft_id": "21a8741a-5877-437a-9530-1d8dde0c64b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:38:38.196293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acbf34c8-98f9-4ca9-a902-8ef08107422a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pota siting on the sofa pl phone games", + "public_commercial_use": false, + "recraft_id": "560a1ca9-d1e1-4682-99ac-4d1937aecbb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:53:59.40756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb47f148-3296-4c64-922a-2c19045cb004", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy ground / a yellow Shiba Inu jumping / stars / woods / there stands a black Shiba Inu under the tree", + "public_commercial_use": false, + "recraft_id": "1b15e26a-69d8-481a-8855-2811dd0461f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:57:47.228906Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "db82d097-5756-4e71-a907-6ed3a29d50bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A red golden retriever puppy with its tongue hanging out ran on the snowy beach, with its favorite Winnie Pooh doll next to it. A dozen yellow roses were stuck on the snow. In the distant sky, a whale-shaped firework was shining, and there were small yellow butterflies around it.", + "public_commercial_use": false, + "recraft_id": "68d4d5b0-a27b-40db-bc07-380585d89cf9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:17:31.28457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc5aee14-3a6c-4c6d-8025-ee954662836a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a shibainu dog laughing with a Christmas hat in the snow", + "public_commercial_use": false, + "recraft_id": "0102df04-0e56-4801-b36b-26715ad02e24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:09:11.954321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f8df04b-20cd-4181-a433-dabad5647639", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black friday 25% off sitewide sale information on a computer screen", + "public_commercial_use": false, + "recraft_id": "cbac602c-cca6-4406-adad-5d06edc8cb5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:40:43.366288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "By the seaside at night, with fireworks as the backdrop, there is a Hello Kitty doll on the snowy beach. Next to it stands a Christmas tree. The snow bears traces of \"LHK,\" and the whole scene has a dreamy effect with a hint of light particles.", + "public_commercial_use": false, + "recraft_id": "3305f56e-10eb-4db7-83da-06ce24d4cf3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:31:13.64796Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "397a99e7-cd89-4928-9560-2e2be2e49cc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blue sea, cloud", + "public_commercial_use": false, + "recraft_id": "502d61f5-184b-4d57-b461-e1748212a074", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:54:44.036926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0301d04-1477-4230-aaa0-e2dc067adc34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with a Canon camera beside the Christmas tree on a snowy day, with a pink sky in the background, adorned with cute wings, Wendy's was written on the wall", + "public_commercial_use": false, + "recraft_id": "5478c9fb-cd9e-4c66-9c52-ccfdafa9ca15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:16.281298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37ebb124-ece7-4daf-9eaa-50de9784fe6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A narrow alley bathed in the golden haze of late afternoon. The sun filters through a canopy of overgrown vines, casting soft, dappled shadows onto weathered brick walls. A vintage bicycle leans against a rusted lamppost, its metal frame catching the light in muted glimmers. The air is thick with the scent of blooming jasmine and the faint smokiness of a distant fire. Somewhere, a record player hums a melancholic tune, its crackling notes blending seamlessly with the quiet rustle of leaves. Everything feels suspended, as if time itself is paused, holding its breath for just a moment longer.", + "public_commercial_use": false, + "recraft_id": "e1e50642-b2ae-4a8a-8d8d-af7192a9bb88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:09:03.711864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "916d4c8b-f71d-4a3b-82b4-a338e2c48f52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty On the snow, HTY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "8d1d058e-60fc-435e-8569-fcfd4003b942", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:06.548273Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "430e4889-56fc-47bd-a15e-895c68b9b92b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rabbit with wings is playing piano", + "public_commercial_use": false, + "recraft_id": "49285b5d-010c-4e58-b725-4326e8df3725", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:56:20.934222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f45aa18d-3442-4743-850b-5762fc15a7f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon in the snow", + "public_commercial_use": false, + "recraft_id": "91a982b9-63f1-4e2a-be4c-c518026b6da5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:06:02.476799Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "918b3e58-9bd7-42ec-8092-4c2202cd3266", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yellow and white corgi playing magic in light snow falls from a pitch-black sky", + "public_commercial_use": false, + "recraft_id": "9db542a0-1545-4e5d-80c9-88a08bc28c83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:47:19.727046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5af9a9aa-c711-4821-b531-c853f5c447de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit in a spacesuit explores the bottom of the sea", + "public_commercial_use": false, + "recraft_id": "221ea045-3cdf-44e3-8ad8-ed8b0bfcb128", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:49:00.256801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40376539-d000-44cb-89ea-0619f8187400", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty smoking next to the volcano on a snowy day", + "public_commercial_use": false, + "recraft_id": "96f9d608-1e51-4bf1-bdae-2147dd4edbc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:13:51.964432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "044c347d-117d-4130-8829-579ed4f1c190", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beagle is woring in a bak ", + "public_commercial_use": false, + "recraft_id": "837de028-ef0c-47c2-a7bd-ee5ee8b0c06d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:35.512826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d174622a-25af-418f-986a-70c3c4373865", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A penguin and a polar bear under the aurora", + "public_commercial_use": false, + "recraft_id": "08752ef2-9e86-4f7d-81d1-80f7215420b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:21:38.938324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52157811-7583-4c96-8e65-0adac80eebfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beagle playing football and getting a goal", + "public_commercial_use": false, + "recraft_id": "a7aca280-e197-4751-8577-9a6ab018925a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:31:33.267257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3d2f002-ff8b-4f03-92f0-6469d65d9ece", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snowside with the three letters PSQ written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful.", + "public_commercial_use": false, + "recraft_id": "08a337aa-302b-402b-bd97-3456b1f2fbdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:32:29.326536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8bc0318-852c-4624-b41e-fd63924af55e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raccoon was eating popcorn and watching TV", + "public_commercial_use": false, + "recraft_id": "d503d3fe-b75f-4620-a961-f06404a562f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:41:14.967642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An red apple lamp on the blue table", + "public_commercial_use": false, + "recraft_id": "58347be5-387b-4f5b-87f3-cc4b0370c6ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:04:57.054124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "110dd34a-6e18-4909-8343-1e16c8a5a5c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy bear sits in the snow, with a Christmas tree next to it and a \"xin\" light sign on the ground", + "public_commercial_use": false, + "recraft_id": "cd97bfe9-4c66-482b-905b-e7dd8959a41d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:37:15.188637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8be8853-cfbb-4969-a596-db64932c6d85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Samoyed and a little golden hair sit next to him in the blue-green aurora snow, with a Christmas tree behind him and fireworks.", + "public_commercial_use": false, + "recraft_id": "6a3913e6-d02e-46e1-beee-bf0ce213b761", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:41:13.95145Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "420b84a6-8863-43c3-a085-9efc2f881cbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "iceland aurora snow twoblackcate cute", + "public_commercial_use": false, + "recraft_id": "7a9a3229-5b66-49d6-bc6d-273708ca378a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:29.285998Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0a272cc0-6148-4a3f-a008-2991be0dea6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat wearing black frame glasses drinking coffee in a coffee shop", + "public_commercial_use": false, + "recraft_id": "1decab88-9777-433f-980e-7a680a886aa2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:16:13.096175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9ea60f6-e2b3-4a9d-a454-a3da2842a965", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin is being lifted up for a photo in front of the Forbidden City.", + "public_commercial_use": false, + "recraft_id": "6717256b-5155-484c-8ab0-2b922aa4a91c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:47:35.349944Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "285b5439-b7b4-429d-a231-87fd08bc64ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man playing guitar in his bedroom with dark light or just candle witha cat nearby and the window needs to be extremely big with snowing heavily outside . It is late night.there is a campfire in the house and outside is completely dark", + "public_commercial_use": false, + "recraft_id": "a8f819d2-8649-4b52-a7c8-11b232bc7208", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:05:50.504286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb3ad956-649e-4eca-93b2-37a8fa027481", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed by the seaside is smiling and winking", + "public_commercial_use": false, + "recraft_id": "a8a68742-8256-4378-bd70-af547ccd4017", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:38:51.52818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4236ec35-728b-4cda-9516-0853a000dff9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One evening, a hellokitty plush toy with a pink scarf, holding fireworks in his hand, sat on the snow with \"ZRT\" written on it, next to a Christmas tree, and fireworks in the night sky.", + "public_commercial_use": false, + "recraft_id": "abfadde5-348d-4ea0-9e47-2a83529745cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:44:19.496258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfea5002-9728-4fa0-b29b-2c5a635894df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "awhite rabbit was smoking a cigarette next to the Christmas tree in the lakeside square that was full of lights ", + "public_commercial_use": false, + "recraft_id": "c033e747-bcc3-45df-bed0-7c7f790cec67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:03:37.824912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92667bd3-4511-48d2-b42d-68996f4c71c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "all thing bright and beautiful", + "public_commercial_use": false, + "recraft_id": "42dc275f-fba3-4550-b337-90f5bf63c775", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:16.003419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41441b6c-8945-4060-9979-bbe96e16e33a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange and white cat sitting in front of the desk and typing on a computer", + "public_commercial_use": false, + "recraft_id": "eaaff8d5-18a8-4252-8a03-d26c832697f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:58:14.549709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ac98aa8-d652-40d0-8a11-c5abd875ed7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a snow day ,a day lily flower planted in the snow,a cute dog near it,", + "public_commercial_use": false, + "recraft_id": "de798c26-8776-46f1-9a79-fa0ddf80336f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:29:14.198446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c850ea76-a80c-435b-a155-dfde012e0661", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Maltese puppy's body is white and the Yorkshire puppy's head is golden and gray, playing and running in the snow, with stars and pine trees ,Nomi snoopy is written on the ground.", + "public_commercial_use": false, + "recraft_id": "c30f6615-2e09-43e4-a2c2-4ebdc0d4f528", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:05:50.630609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8793e081-fe4f-4549-8b68-8a4077a2c2c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow is falling on the snow-capped mountain, leaving traces of \"sonamdezom\" written on the snow. The backdrop of the scene is a vast plateau meadow.", + "public_commercial_use": false, + "recraft_id": "32c23ddc-9f4d-4670-855d-b39c5595221f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:45:09.615106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b0d1d73-accc-41a9-bbc0-9167bb98ff54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever and a white kitten are lying together in the snowfield ", + "public_commercial_use": false, + "recraft_id": "3697315a-3e06-49ea-85ac-240e6b7c2a7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:10:45.138646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be99b900-88f1-4ef8-9db8-702d605bf9da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a little cat wearing a Santa hat under a Christmas tree", + "public_commercial_use": false, + "recraft_id": "ac068522-9332-4c2a-95db-100a899e4c07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:54:18.032374Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b5cbed4d-c85e-4d13-ac03-a4cf75e9f336", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white cat dress Christmas clothing in the living room", + "public_commercial_use": false, + "recraft_id": "095b37d9-05a5-4d19-a701-6a5b55f93c41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:59.496322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30311184-af1a-48e6-a378-873ceb32950e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Huangpu River lights shine on the melancholy boats in Daya Bay ", + "public_commercial_use": false, + "recraft_id": "29af0450-a261-44a8-b541-f0f9674c9223", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:53:51.953979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "482b3190-daa1-4d7d-819b-96f204b1bc85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " red desert with weird purple flowers ,there is a crystal in the middle of the desert,on one is around", + "public_commercial_use": false, + "recraft_id": "57bbde85-53c9-49d4-ac13-c7bf4fde9e47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:21.020069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae97b9eb-8d75-4b57-bf66-7e8bc009d22a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Rabbit Grey Rabbit Reading", + "public_commercial_use": false, + "recraft_id": "330e54c1-95c2-4b47-b5de-f5a651203bb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:11:01.355264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a59b585-6a18-473e-b01b-a962ccfc6645", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yellow and white corgi Watch fireworks on the grassland in light snow falls from a pitch-black sky", + "public_commercial_use": false, + "recraft_id": "e0ee6283-6012-4d2f-94c6-601fa8213593", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:24:31.090629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76f49e61-ce74-42c1-983a-3dc8eb7f9c58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy day, bx is written on the snow. The sky is pure black. The golden puppy has a colorful transparent little wings on its back. Hellokitty doll, pink star.", + "public_commercial_use": false, + "recraft_id": "d4034b80-9b44-4130-b40f-054f1414d5bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:01:34.608271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the subway, a man is practicing his gymnastics rings", + "public_commercial_use": false, + "recraft_id": "18890a89-ff17-4a62-ae7b-b7c2321b0019", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T01:33:59.266112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "089b35f0-e371-4b49-b66e-d5fe91b77ab3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is on the snow-covered ground. It's snowing in the sky. There is a piano and a big letter R.", + "public_commercial_use": false, + "recraft_id": "e1164afb-e22d-48dd-929a-d9c1b90f7598", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:03.694087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2399b76d-429f-4c80-bfd5-4b33f456cceb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A stone statue at the bottom of the sea was covered with moss. The water is blue and there are fish of all colors swimming around.", + "public_commercial_use": false, + "recraft_id": "49f7ffd0-09e1-4d5c-9290-5904860bd47e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:03:14.81157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36c63d31-f04d-4436-91ad-e34d59b6c9c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The snowy blue night, fireworks outside the window and handwritten cxy on the foggy window", + "public_commercial_use": false, + "recraft_id": "f8541b8b-9adb-4efd-af00-454b5c089fab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:47:57.444557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1631d554-67e2-42e5-8e94-5a17842a789d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fire hazard, temple ", + "public_commercial_use": false, + "recraft_id": "989fbd1f-31e8-4b9f-bf56-2783599efd13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:45:14.009154Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c76ac388-bcc4-4253-8ec8-954f0cb36429", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield, snow falls from a pitch-black sky, a glowing christmas tree, snow mountain, a light-yellow and white bicolor shorthair cat wearing a christmas hat is playing with the snow", + "public_commercial_use": false, + "recraft_id": "8e58ca79-a79e-492e-8953-c29c31f36afd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:37:32.545124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abb5d365-4bc2-4ca4-be51-a67d5618d146", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "teddy bear with tie", + "public_commercial_use": false, + "recraft_id": "15d6658d-8035-4ea3-8724-a569e24c746b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:08:10.567034Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "900f0449-50c6-4f9e-bdbd-4cb9295e6f43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "atomic bomb causes huge fire all around the world because of a book", + "public_commercial_use": false, + "recraft_id": "c42ab38e-fc3d-4c75-bb94-01aee2ca525d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:04:37.284163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "227b3541-7a68-441d-98b8-3f447480f6fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, in the distance, there is the sea. A black-and-white kitten lies on thick white snow, with part of its body in the snow. The letters \"ZC\" are written on the snow, with paw prints scattered around. The scene features a melancholic blue night sky, with a dreamy effect and floating particles. The colors are highly saturated, with an overall blue-and-white color scheme.", + "public_commercial_use": false, + "recraft_id": "9f4d8738-006d-43b5-ab15-604cdca6a8f3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:59:29.797292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "730cae63-0fc0-45d0-8d7d-eea0740cbffc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Written ZCH LOVE ZSH on snow .There are two hello Kitty. Snow.", + "public_commercial_use": false, + "recraft_id": "b2e0a132-fa22-4efd-8eb4-b439035db686", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:27:58.636712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b23aac8-9abd-41fa-976d-eaca109f4990", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog is eating potato chips", + "public_commercial_use": false, + "recraft_id": "a4c80796-960a-469b-9354-8771be36722a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:26:01.778203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7b921cb-7b86-496a-a6a5-066aeffbabc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " There is a HelloKitty standing in the snow, It says next to this toy\"MiSong\".", + "public_commercial_use": false, + "recraft_id": "29234b4f-06c2-4765-bd81-2585adbc48b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:27:39.867316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d488006f-a71d-4fe7-8c96-66d95b20b8b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Schnauzer wearing glasses and a hat was watching TV with Harry Potter on a snowy lake", + "public_commercial_use": false, + "recraft_id": "8dc6e311-543e-481c-a400-e1515d3ffe21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:57:16.359474Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c8174cc-b539-4919-83e7-d9c7d1ea56fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yorkshire puppy's head is golden hair, gray hair on its back and wings, and white Maltese puppy angels play on the beach by the sea.", + "public_commercial_use": false, + "recraft_id": "92ec081c-0257-4d09-8058-e67322c44735", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:54:36.026452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dbebb11-8ce8-4c3b-b55f-ed5f1c546150", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Happy Disneyland", + "public_commercial_use": false, + "recraft_id": "cbc5fc31-1aff-4732-9e89-f29a015cfff0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T04:07:04.675467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Aries, by the sea, a television", + "public_commercial_use": false, + "recraft_id": "f55ada98-7732-49e4-9e6f-4ce908bc8341", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:41:38.155346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c42a0c2-252a-4f75-bc21-202c474f9534", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange and white cat with an orange point on his nose, sitting in Zazen in a meditating position", + "public_commercial_use": false, + "recraft_id": "9204378b-08a5-48b3-970f-f1e8b2e7f0c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:03:53.346931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat and a little golden retriever snuggled by the sea and watched fireworks together. \"333\" was written on the beach.", + "public_commercial_use": false, + "recraft_id": "58b5af1e-222c-4074-a85b-da5cbef29016", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:31.884643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ead36f5-478a-44c8-ba72-91f3de689e03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a tiger play with a panda in a piazza ,and the panda enjoy the bamboos ", + "public_commercial_use": false, + "recraft_id": "83d2f306-5bf3-4194-ac15-a0461b770f11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:27:59.3332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8144eec-da9e-4f3c-b73e-c6a9343870a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snowside with the three letters YYC written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful.", + "public_commercial_use": false, + "recraft_id": "2da29bb7-8e99-4b94-9f2e-4d4daba98bdb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:12:17.755489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4660209b-b9b9-44ba-b66a-39f2e765de09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white cat wearing sunglasses is driving on the road The background is green grassland.In a hundred days", + "public_commercial_use": false, + "recraft_id": "979c62dd-177e-4883-b619-5d566ff45b5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:48:43.404209Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ebecd298-0bd6-4051-acdf-d46cdbc27c3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pony and a bear cub playing with balloons in the room", + "public_commercial_use": false, + "recraft_id": "4489566b-3724-4ff3-a543-411e4fd2986e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:03.908489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "689bca15-f37c-48e6-b1e6-9b8e7aae7d23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with black ears playing guitar in the snow", + "public_commercial_use": false, + "recraft_id": "1a45bfd4-f4b2-478a-bf88-67a15ba190e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:21:41.453391Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6734db9f-6b94-4d5a-8ac3-3519781b0f0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Charming Cheese Loves Day Heart Design", + "public_commercial_use": false, + "recraft_id": "f6cd3ac1-05d8-4544-bd2e-8d2fe066b6db", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T04:51:21.083534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7937c1ab-97f5-43e7-9cb4-beb6c66acf6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, an endless expanse of snow. There is a sea in the distance, a Hello Kitty doll wearing a white Christmas hat and dress, next to a Christmas tree, and traces of \"CZX\" and cat claws on the snow. A melancholic blue night scene with dreamy effects of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "724a729a-6199-4a75-aec8-1d9d2b641843", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:54:41.91399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f9ce0eb-f79c-4095-aef3-990dc9cc74ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a snow day ,a day lily flower planted in the snow,a cute dog near it", + "public_commercial_use": false, + "recraft_id": "ec21d6f4-6644-47c6-bc5e-044189607221", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:54:05.213379Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64c17a08-76e1-46e8-98a2-a397f4b9ff1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire puppy named Nomi is playing with hello Kitty in Disney.", + "public_commercial_use": false, + "recraft_id": "98ef2404-04b5-4e08-b9d3-f92a581992fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:32:57.490306Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fcfc758-4153-409c-bf4a-0c06ec22e570", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black hellokitty,185cm high,", + "public_commercial_use": false, + "recraft_id": "c89982f3-cc6c-4756-99b6-8fe93eba9a0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:37:13.117794Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "18938e98-ac18-443c-8790-088593d74881", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little Corgis and young kitty are on the beach in palma, Spain, drinking sangari cassis while reading One Hundred Years of Solitude while the radio plays rock hits from the last decade. It was dark, but they were there for each other", + "public_commercial_use": false, + "recraft_id": "c1153d6b-5755-47b5-a74d-d8cfb704d7f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:22:22.9676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f7922dd-b342-463b-b117-ab7db3418b87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute orange kitten playing the guitar.", + "public_commercial_use": false, + "recraft_id": "ee560d7a-4c9e-4b95-a21f-120944e9363d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:48:48.964357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "845e8b2f-ebd7-4c81-8592-c83664c0ac8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Mazda MX-5 is parked by the seaside, with the sky glowing in the orange hues of a sunset.", + "public_commercial_use": false, + "recraft_id": "29637b8d-f05a-447b-8e26-54593e573dd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:42.088706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A quiet train station at dusk, washed in hues of deep orange and soft lavender. The tracks glisten faintly with the remnants of a passing rain, reflecting the glow of dim, flickering lamps. A solitary bench sits beneath a weathered clock, its hands frozen as if unwilling to mark the next hour. Nearby, an old suitcase rests, its leather cracked and corners frayed, telling silent stories of distant travels. In the distance, the faint whistle of a departing train fades into the stillness, leaving behind only the rhythmic dripping of water from the station roof. The scene feels timeless, like a memory caught between arrival and departure.", + "public_commercial_use": false, + "recraft_id": "4f72bc0c-0bf0-4337-ae6f-73581852a3a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:39:15.864512Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff143876-e874-4fc4-9e7f-cedcf64eaf4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty playing tennis with Father Christmas under the aurora", + "public_commercial_use": false, + "recraft_id": "f9ecf282-e48d-4c64-9c5a-5bd798bc31bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:59:09.892201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1e86ec4-26fa-45bd-8c82-254d6e70e55e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The evil Russian blue cat set fire to the lab, and the lab professor kneeling down to beg for mercy.", + "public_commercial_use": false, + "recraft_id": "25b417fe-5e19-4cab-b2ef-e890f2023abd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:14:50.561006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac9705e6-7bac-43c6-bcaa-21cd81ed8813", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty, wearing a pink skirt, sitting next to the volcano about to erupt, calmly drinking red wine", + "public_commercial_use": false, + "recraft_id": "f7157efc-a685-4175-b142-03fc8ec27b12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:23:39.243431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73c06f6f-6d47-4391-8fe4-bca4d45af4b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were not many people in the chapel that morning. Pastor Vautier obviously intended to use this sentence of Christ as his silent prayer: \"You should try to fill the narrow door.\"", + "public_commercial_use": false, + "recraft_id": "9c089db3-e81b-41a5-9e52-7bef4743cc6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T00:28:26.953479Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86d39b61-d4cc-45d6-9233-f552024a4d5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a hellokitty doll in the snow under Laid out in the snow with the letter XYM next to it and a Christmas tree behind it", + "public_commercial_use": false, + "recraft_id": "9f17c01b-3ea3-4178-8076-c179199dc33a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:08.018202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82decb88-7b34-4ab6-9487-ed22356bbb9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat wearing a red scarf looked at the moon on the windowsill, with snow-covered mountains in the distance", + "public_commercial_use": false, + "recraft_id": "71494a09-4cab-454f-9a62-cceeabdff9af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:32.496073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b656680d-e1be-47e1-a11c-15b240719005", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats sitting around a table, christmas tree shape cake on the table, cats wearing christmas hats,on a boat, in the sea, close-up of the cats", + "public_commercial_use": false, + "recraft_id": "64496da7-b050-4d9b-8e51-04d111b23238", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:44:05.728882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70beb11d-3e76-4217-91a8-c6eebfc27696", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very poisonous way to punish a person", + "public_commercial_use": false, + "recraft_id": "530c0006-164d-45d2-970e-bbb9b4e4156e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:11:51.619281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5912a1a8-3d8e-47c1-9d91-2c80bebbde23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Something fire in the snow ", + "public_commercial_use": false, + "recraft_id": "e96254bf-babc-4bb5-bdb7-f7014e14cb47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:07:22.844806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e15c0bb2-39bd-402b-ad96-5319ff0be4ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing Hello Kitty is sitting on the ground, next to a Christmas tree, fireworks in the sky, next to a snowbank printed, sjy", + "public_commercial_use": false, + "recraft_id": "fbdc4a17-4fe2-4397-8220-43b7ea827c83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:51:50.287115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ddc396dc-e612-44e3-9f0e-d2f790b5c450", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute fat orange cat with transparent wings is eating a cake, and the atmosphere is half late", + "public_commercial_use": false, + "recraft_id": "777d057e-29d8-4419-98f7-029c3c665c73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:54:37.927866Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53dd28fc-e996-45d0-a315-11d14126c966", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ball and cat sown", + "public_commercial_use": false, + "recraft_id": "654f2950-05c2-4c95-8682-e24b2ae555e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:27:15.650486Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd84439b-f28c-4f7c-a81d-d77f707bfc51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow sedan drove down the road with a man sitting in the car and a deer tied to the roof of the car", + "public_commercial_use": false, + "recraft_id": "dc20f37e-92c5-4f41-95dd-e2db23fad69d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:35:35.045697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ffd228f-a07c-4d2a-861e-1856720ca2f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a garden in a bathtub", + "public_commercial_use": false, + "recraft_id": "0357a59b-106b-4c96-a430-1eaa88f92591", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:51:21.430694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9737a36b-036a-4fc3-a30d-ace9a196d2d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a prince standing in the center of a long hall holds on a crystal shoe.", + "public_commercial_use": false, + "recraft_id": "14dbdcb2-2bc5-4620-b348-c2cfc2952afd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T03:11:41.855941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c448cb92-7c1f-4855-8db7-9005a4eaa3d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White angel kitten snuggles next to cake, snow, Christmas", + "public_commercial_use": false, + "recraft_id": "6db5f493-25d8-4101-a34b-c6283c671dc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:31:35.531339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9b1cbfd-f213-4187-abd6-b834e0acfb48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely hellokitty doll wrote Happy Birthday to yosh in English next to her birthday.", + "public_commercial_use": false, + "recraft_id": "bf38b493-8080-4367-8459-2f642db09cb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:00.653609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow is falling on the snow-capped mountain, with the word \"Sonam\" written on the snowy ground. In the background, there is a plateau meadow.", + "public_commercial_use": false, + "recraft_id": "e12ad95b-f754-4deb-a127-f345070721a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:52:15.518302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9aa377e-2582-4fbf-a9db-99384e40665e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little black cat and a tangerines", + "public_commercial_use": false, + "recraft_id": "54ebc6b3-6db4-4703-9072-00a29df42b36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:16.650241Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf45e684-afce-400e-8214-30693701afd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lighthouse shines on the melancholy ships of the bay ", + "public_commercial_use": false, + "recraft_id": "662acd06-0cc4-4227-a712-a6560eab28b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T05:00:58.623474Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "798d85dc-b116-4ccf-af81-fa7b26c185a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cartoon char Working in Tiktok as internationl merchant operation in bytedance", + "public_commercial_use": false, + "recraft_id": "e8124d92-529e-49ed-9822-5a6bfeb9d107", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:17:01.896215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23335c48-67da-4d0d-a70b-288553e8f2dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Water the flowers in the old house.", + "public_commercial_use": false, + "recraft_id": "ce8b357a-48db-4d0e-a40b-f27d2408a34f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:26:01.622139Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "64a9429d-b047-4471-98dc-047223d9a5eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A slim and elegant jazz lady is dancing a lively swing in a bustling jazz club, holding a drink in her hand.", + "public_commercial_use": false, + "recraft_id": "291c77ed-098c-4a43-8ca5-6b499eb76979", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:32:18.479901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ba24b56-c0b4-4563-b54c-6094cccac566", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mickey mouse and a volcano ", + "public_commercial_use": false, + "recraft_id": "b7182d67-209e-4659-b1b3-f6c4b78235d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:09:40.123393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1138e71-7d97-4271-8f6a-90a2fd4b24d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "windmill Blue sky rust", + "public_commercial_use": false, + "recraft_id": "1148e6ed-6f80-4ccf-8dc4-208e18059d38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:51:39.635718Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "223eef8d-5e93-4aa2-9067-b01c8b1109fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An abandoned park with iron gates and stairs, with a kitten on the stairs.", + "public_commercial_use": false, + "recraft_id": "5fb8407a-64cb-46df-a8bc-e9f0e8e0587a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:04.89306Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "27aa2def-71dc-46e4-ad28-b2130e26e9d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, low angle shot, front and side view, dim environment, snowing", + "public_commercial_use": false, + "recraft_id": "c1c459b7-d28d-4f33-b0c2-6145f27698a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:34:31.650118Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "95f8fd90-4052-4713-b5ca-9013f0a8e845", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of Hello Kitty in an orange dress sitting on a table, with a wine glass, at night in the snow outside a house, posted to Snapchat in the winter of 2018.", + "public_commercial_use": false, + "recraft_id": "dde98706-729b-4d84-a6e3-920c4eb9be98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:30.164483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25327614-886e-4276-889d-ad54ef4051c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bathroom wall with full of grass, 3 walls", + "public_commercial_use": false, + "recraft_id": "99ef2278-9010-4a74-b0f9-7547a4277dcd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:07:41.172612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abdde1e6-4557-465f-8a6d-84ffd682989b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Animal Aries, by the sea, a TV", + "public_commercial_use": false, + "recraft_id": "d95822a0-a0c2-4ad7-82bd-c2c661eeffc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:24:43.552112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a poster of heavy snow in 24 solar terms China", + "public_commercial_use": false, + "recraft_id": "543b1a6f-14be-4f79-a4a1-bd0c24d9d217", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:01:29.911522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d828c773-386c-412e-878a-c92b4dba2020", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cats and white dogs build ducks and snowmen in the snow", + "public_commercial_use": false, + "recraft_id": "d9cfbf64-2094-4596-8958-ec952ce3cdb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:36:29.357509Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78b1f04a-3feb-4ec5-af79-2e8255ee1d51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with a beard, round face, tall and strong, with muscular lines and a hairy body, without flab, at the beach", + "public_commercial_use": false, + "recraft_id": "780434d9-d915-4c66-aaaf-19f33fa96364", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:35:29.188231Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05ae9cca-e3be-430d-b2bb-a78cabe040f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An artist hedgehog driving car", + "public_commercial_use": false, + "recraft_id": "00a8e1eb-a4ba-4f67-ba49-168dbf7c4d92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:46:40.205151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ebad27d-9117-4957-920f-2fdf95fd282d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a cute gingerbread man and a snowman wearing a Christmas hat were next to a Christmas tree. LYQ 22 was written on the snow.", + "public_commercial_use": false, + "recraft_id": "ed17901b-81f9-4e79-89ad-8b75da1c6e76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:35.222327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9bd160ed-0a33-49c8-90fc-1258799ec8cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy with transparent purple and blue butterfly wings drinking wine", + "public_commercial_use": false, + "recraft_id": "4db97baf-4e11-4f56-83ac-6225abbdcf3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:08:18.479097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "128fdb42-8703-4bcf-ad87-81d7862de0be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apartment building in a school", + "public_commercial_use": false, + "recraft_id": "b3494d1a-ef39-4691-bb39-0ae9c3de6201", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:32:19.736595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff20b507-b9ce-435c-b227-6dc4ed7df208", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Asian hair", + "public_commercial_use": false, + "recraft_id": "e0ddfaf1-b479-47da-8049-fa7a11d7c65e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:57:51.003224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d74dfe3-4edd-431b-a7ff-2b8541759f2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in the snow", + "public_commercial_use": false, + "recraft_id": "8326d0cf-6f21-46ca-bcdc-f88c5104be6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:14:38.398597Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "adba5207-dc75-49ab-a450-024e127c4fb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The chameleon is lying by the window wearing sunglasses, there is a Christmas tree next to it, and there is a snowy scene outside the window.", + "public_commercial_use": false, + "recraft_id": "563848eb-2a01-4d4b-8f2e-26639d0c2e3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:47:22.430265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acc60c50-4b94-4894-b5da-5aa9dada9f72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is playing the guitar in the snow.", + "public_commercial_use": false, + "recraft_id": "f0e747fe-f507-4670-82c7-97d0c74e5619", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:55:43.443018Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34fce3ac-4cb2-4616-a669-68131a3fd316", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Back half body of man wearing black t-shirt watching race at racing track", + "public_commercial_use": false, + "recraft_id": "aa26a98c-e4d0-48c5-ae7e-f40a9fdb731c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:41:49.85629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1ed4d91-8071-4770-994f-bd4a6ab0b8a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellokitty dolls are placed in the snow with fireworks in the background ", + "public_commercial_use": false, + "recraft_id": "dbbed166-3b71-44d9-85f2-fccb73bef616", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:23:52.707317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "797559fb-dba7-4081-a660-bfa65ba479f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little witch with long orange curly hair stood by the sea in the distance. She faced the sea. There was a cake on the beach with \"F\" written on it. There was also a Christmas tree with colorful lights and a short Santa Claus on the beach.", + "public_commercial_use": false, + "recraft_id": "bf485cce-a9c5-49c0-8974-cd0552ad1308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:47.054829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f31840b-7eca-43d0-b0f4-47524a4e8ae4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat is driving on the road", + "public_commercial_use": false, + "recraft_id": "68e2e152-d40e-4f3f-8ef7-cc915b4bbed3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:17:22.499103Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e6936e4-d08c-4b24-8241-0fa6b90d798f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little witch with orange curly hair stood by the sea in the distance. She stood facing the sea with her back to her. There was a cake next to her, with 327 written on it. There was also a Christmas tree with colorful lights on the beach, and there was dusk in the sky.", + "public_commercial_use": false, + "recraft_id": "e2671ecc-1020-4992-8cbf-2d4ec0096614", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:50:32.430034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa58058a-42f1-4de2-9b86-10eeef2d5711", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At a beach, the sky is pink. Somebody wrote \"Kianna\" in the sand but there is no human in the frame. There are cats with pink wings on the beach. There are pink and white ballons and candles on the beach. There is beautiful fireworks in the sky. There are creamy cakes and pink on the beach as well. ", + "public_commercial_use": false, + "recraft_id": "476f563b-99bf-437f-89a4-1840e7f58fc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T03:55:21.877197Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94fcb79c-a889-4785-840e-1730fbf7bcd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A brown teddy puppy wearing a Santa hat watches the aurora lights from a cabin window in the North Pole", + "public_commercial_use": false, + "recraft_id": "4592542a-ffc6-4dfa-b192-9481b39778ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:22:17.72834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0283e824-60e0-4495-bd82-120a61e10e62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll is standing on a beach, gracefully playing a violin. Next to it, a West Highland White Terrier sits attentively. In the distance, a grove of coconut trees sways gently, and the sky is illuminated by colorful fireworks bursting overhead.", + "public_commercial_use": false, + "recraft_id": "de6ea16f-75b1-41f1-88e7-93f18925d90b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:28:36.866207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed6cd272-03e1-4fc3-87bf-ad65e2782980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small, chocolate-colored long-haired dachshund jumps for joy in the snow next to a glowing Christmas tree", + "public_commercial_use": false, + "recraft_id": "d4bcf81a-5d75-4134-ba4f-2d962439f2f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:27.054688Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5183cd1a-ff8b-44e3-9efb-dd478335be76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Xuannn\" in the snow, snow,the blue beach,and sky a hellokitty doll with angel wings standing next to it,drifting snow", + "public_commercial_use": false, + "recraft_id": "c0feb8ce-d5dc-4394-a8d5-345b290d9677", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:03:31.253877Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f97ab664-f58d-4e65-8bae-3ae6cdb94d28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat in the snow", + "public_commercial_use": false, + "recraft_id": "ea0a85aa-28da-42b3-a85d-e7cd50663098", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:49:31.221435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dc9d196-d8e3-403c-b2f1-1c9d82e699e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a krokodil climb on red desert with weird purple flowers", + "public_commercial_use": false, + "recraft_id": "29a9a90e-ece6-4ea5-be59-91cccb44be71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:48:34.224991Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "17410808-18a6-4ae5-bfc8-639ea69817b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In early summer, in a small courtyard in rural China, there is a water channel in front of the courtyard. There is a brick house in the small yard. On the side of the yard was a large tree with many branches, and beside it was a small tree three metres high. On the ground of the small yard, there are a lot of hairy grass that grows naturally, and people step out of the path on it.", + "public_commercial_use": false, + "recraft_id": "e29a94f4-88c0-4170-a30d-be0695d7bdb5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:07:47.439987Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "17d591e9-3a98-484b-9eba-d3dea5fb7adf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man wearing a bunny doll takes a plane", + "public_commercial_use": false, + "recraft_id": "ea9ed7a5-d673-469b-85c9-b4651e06af4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:32.209457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d7b3f1a-598d-489c-bc72-11a90acfbb1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, in the distance, there is the sea. A black-and-white kitten is lying on thick white snow, with part of its body in the snow. The letters \"ZC\" are written on the snow, with paw prints scattered around. The scene features a melancholic blue night sky, with a dreamy effect and floating particles. The colors are highly saturated.", + "public_commercial_use": false, + "recraft_id": "364fb051-d0a9-4bcd-9ddd-ac41e55d4666", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:02:39.443818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c283c6a1-f940-4962-ac9b-06da0a166494", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy with transparent wings of purple and blue butterflies drinking in the winter snow.", + "public_commercial_use": false, + "recraft_id": "2463c2b2-2baa-41c7-94f0-0e6b621b0888", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:47:28.517207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de97ffd9-76a6-4b4e-a2d4-896c1839902f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white maltese puppy is wearing a Christmas hat in the snow, next to it is a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "fa98f774-9f67-451c-94be-68a93a2bbad6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:04:10.971544Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c40fcb54-5755-4eea-81da-154a457b6d78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A surrealistic landscape with a sheep in the middle, surrounded by dreamcore elements, like in Midsommar.", + "public_commercial_use": false, + "recraft_id": "abec4aab-d8a3-46bd-b556-c74a978a3041", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:40:14.241871Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "dda7db19-3400-488c-9826-e860e2ca74fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with blue eyes, featuring a pink butterfly on its back, is joyfully making a wish towards a white cake. The scene is dominated by white, with the ground covered in pristine white snow, on which the words 'are u ok' are written. The base of Mount Fuji serves as the backdrop, and a dense forest lines the area where the snow meets the mountain. However, the focus remains on the white snow covering the ground, which should be the main color of the image. There should be no greenery or human figures present in the image.", + "public_commercial_use": false, + "recraft_id": "b7f877a7-081a-4757-a215-52bf3342662e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:03:13.241203Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "059f33bc-cc42-41fb-8b82-f4c837d29442", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy scene with a Christmas atmosphere, where Xuan is handwritten in the snow", + "public_commercial_use": false, + "recraft_id": "289cc3ff-7346-454a-a239-b7c88c5a5b7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:27.855216Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "68272689-344e-4595-bb53-bcc1cde03da8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its headlights on, illuminating the fog and snow, low angle shot, cinematic angle, dim environment, snowing", + "public_commercial_use": false, + "recraft_id": "9f9e0866-aaf3-4bc5-b1af-957781b822e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:40:52.053762Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9190d5ec-6172-4852-9b27-0fa1d47e5a67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat walking on the snow and see the aurora", + "public_commercial_use": false, + "recraft_id": "9694de98-d23e-48f9-8e94-32aba9963e72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:16:10.661137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair with glasses is standing on a red apple. There is a cup of coffee beside it, and the sunset is outside the landing window", + "public_commercial_use": false, + "recraft_id": "6830eb95-d04e-43b0-9c41-8022c2ad7716", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:34.975731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b64572cd-00a6-4e62-92ea-902175c5e7fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "As the sun sets, there is a cute panda in a book under a huge sunset", + "public_commercial_use": false, + "recraft_id": "0d7a30af-b11c-4440-9323-390b1c81da22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:29:22.754159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2c82bed-0b8e-434f-9aa8-bd509334a2a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier is playing under the Christmas tree. There is a letter R. The house is decorated with all kinds of Christmas ornaments and it's snowing outside the window.", + "public_commercial_use": false, + "recraft_id": "8ba2c179-6a85-4f99-94a5-2aabc9bc7caf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:38:30.808435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27b68f53-c388-4273-8d24-7322765cafe4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little black cat with a golden crown, birthday cake, white cake with violets, bubbles, snowy, volcano, fireworks, Blown-out highlights.", + "public_commercial_use": false, + "recraft_id": "47b008a9-69c0-4758-9495-563110d9a658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:26:05.487689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9658b96-4bca-4858-a432-864046146f31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bear sits at a surreal Christmas dinner table in an infinite snowy field. The scene is illuminated by floating candles, with snow gently falling under a pastel and neon sky.", + "public_commercial_use": false, + "recraft_id": "e4225a86-ae1f-47bd-b0c0-ed09e9879ff1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:51:50.750002Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2e4fb849-0bbb-4138-801e-7e5eb91b268e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dramatic and beautiful wallpaper of Kinkaku-ji (Golden Pavilion) in Kyoto, Japan, engulfed in flames during the night. The iconic golden temple burns with bright orange and red flames, while thick black smoke rises into the dark sky. The surrounding tranquil scenery, including perfectly shaped pine trees and a serene reflective pond, contrasts sharply with the fiery disaster, highlighting the beauty of nature against the chaos of destruction. The style is highly cinematic and artistic, with vivid details emphasizing the juxtaposition of peace and tragedy.", + "public_commercial_use": false, + "recraft_id": "17957a11-ca84-4780-a610-20b64d3b8502", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:43:46.05644Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8252dee-c32c-47f4-8256-d54bc0f8bde4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "refine this one, a cartoon panda drinking coca cola", + "public_commercial_use": false, + "recraft_id": "d4ac05d8-4dab-4b86-86e1-0e329aa71b04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:41:34.530424Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "cf621db3-ff13-4ca0-aca4-13ba0fe2de47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white small chubby fox dog wearing wings, balloons, candles, a cake on the table, happy", + "public_commercial_use": false, + "recraft_id": "fc59dae0-8b6a-4050-8fd8-be7544b39967", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:08.481633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "647a3d3b-4c48-4fe5-bb66-a253efe8c183", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A relaxed bear in the snow with the words' Xiao Xin 'written on the ground. The sky is very blue and beautiful, with the sun shining", + "public_commercial_use": false, + "recraft_id": "aa729330-534e-46ba-83a3-f1e07d0f27b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:47:23.805557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6905c214-eafc-43af-9872-5b877137f6b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A polar light shining against a snowy mountain backdrop, with stars in the sky, and the letters \"LMX\" below the mountain.", + "public_commercial_use": false, + "recraft_id": "ca1f2950-1e9f-4f9f-a8b6-185b64967d43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:44:39.439583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7c956a1-738e-49fd-9bf8-e8a5f919ceaf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tall, thin man. He was wearing a slim striped suit that resembled the 1960s. The suit is dark purple and the shirt underneath is orange. Suit pants are also dark. Wearing a pair of white pointed shoes. He was leaning on a black cane. Wearing a pair of purple leather gloves. His skin looks like it's painted white. His hair was green and cast back, but there were a few long curls on his forehead. He has no eyebrows. Eyes wide into the camera, face slightly lowered, mouth very wide smile. The corners of the mouth turned high. It looks pretty crazy. It's kind of like the Joker from Batman. He stood facing the camera.", + "public_commercial_use": false, + "recraft_id": "d1bbb030-7d28-48b5-8833-de8f227d5d29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T05:32:03.329645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7b14fd0-dbca-46eb-bd5a-240219a2dce6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit doll + star + blue background", + "public_commercial_use": false, + "recraft_id": "7c75bcd6-d403-40cb-a9e6-fc7a06d6cd5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:25:20.202485Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fc3596b-cfc4-48ea-ade8-f492edb4456f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cats sitting around a table, christmas tree cake on the table, cats wearing christmas hats,on a boat, in the sea, close-up of the cats", + "public_commercial_use": false, + "recraft_id": "010d9b2a-c85f-4cc6-b992-ee69a5608535", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:25:43.839557Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "43a83d94-c114-4793-b4de-49d1bcb29da2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a Seagull in big fuzzy red hats smoking cigarettes on road signs at night ", + "public_commercial_use": false, + "recraft_id": "05f4ac82-41b1-427f-a882-680cf77e56d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:05:32.286673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d30f1b05-f567-42c4-9ae9-affd32a3795a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The blue sea is patting the waves, and there is a hand-written wc on the sand", + "public_commercial_use": false, + "recraft_id": "478999da-dc58-4b1a-9cea-1c55532a468f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:29:37.661816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "456ee1fe-cff8-42e5-ad20-d6b7afc4ed24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Icebergs, sea, rain, birds", + "public_commercial_use": false, + "recraft_id": "935741ab-2100-485a-8a43-0fd49dbaaf9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:53:08.678502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are fireworks in the sky. A Hello Kitty doll wearing a Christmas hat and a decorated Christmas tree on the snow.There is the word \"HYX \"written on the snow", + "public_commercial_use": false, + "recraft_id": "0db97b01-7caf-4fc1-9b3d-bb6a56d473b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:34.648057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ba65941-1b22-4c5b-9b81-92111be6a197", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat laying on softy couch, and read a book.", + "public_commercial_use": false, + "recraft_id": "b1a83a6d-4550-4164-bce6-c90b62620c8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:21:27.337898Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "42288335-a797-4de2-8f38-74d6eadb617f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles on eye level, soft focus, christmas, ", + "public_commercial_use": false, + "recraft_id": "405fc25e-580c-4321-9872-892bd0cc151c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:27:48.82355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a cat in the house and have a christmas tree , Strawberry cake", + "public_commercial_use": false, + "recraft_id": "b8e1130b-d7e1-46ad-8285-9254b7dab237", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:55:58.776227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08f6cf40-f5b5-463b-8115-f8a820cd3941", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster sits at a cozy table reading a book", + "public_commercial_use": false, + "recraft_id": "e569cc60-ab24-4e20-af28-f5cbd1d3046c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:43:18.536589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db4c55d7-1fc9-4db2-badf-7c21cfe5b07c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown and white curly Schnauzer puppy ran through the woods as it rained candy and shooting stars", + "public_commercial_use": false, + "recraft_id": "e6a35eba-fe31-47e0-810a-92defad6d14c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:49:34.564461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6db70e10-8510-4286-914a-23b3e1e6668a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a prince holds on a crystal shoe in a palace hall.", + "public_commercial_use": false, + "recraft_id": "153b435e-e020-483b-a4db-17635cb30b57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T02:48:45.459132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0267009e-2257-4a63-be66-422ed24a1f61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "strawberry,bee,cute,fantastic,wonderful,fabulous,slyvanian family style", + "public_commercial_use": false, + "recraft_id": "35155c2d-887b-49ca-95de-9f32e034e8b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:04:33.959379Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "98a32005-0c66-487e-a921-4aa2a73e8142", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small snowman is piled on the front hood of a white Audi 100 Avant. The snowman is wearing a hat and there are some scattered snow around him.", + "public_commercial_use": false, + "recraft_id": "7cafca83-a625-4d66-be99-5a70238868a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:56:57.581536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0bfccc2-9089-4142-a5bf-8158082aaaef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a hello kitty doll and birthday cake in the snow, and the letters LYK and 21 are written in the snow", + "public_commercial_use": false, + "recraft_id": "962f4190-bfc7-4e0e-a4a4-a31008f83c5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:35:54.109497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4868769a-87a8-4181-b855-960f8ff4f3eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small yellow Chinese pastoral dog with a pink bow and a smaller winged tortoisel kitten snuggle together. At night, there is a lot of glitter in the boundless sea and beach.", + "public_commercial_use": false, + "recraft_id": "48b43dd3-5290-41b0-b522-eb6692b7c59f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:04:30.072861Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ef9a980f-6da0-4420-8307-9c607061c823", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the far background is a deep blue sky with shooting stars. There is a pink cake on the white snow, LAKEFIELD letter-shaped candles are inserted in the middle of the cake, there are small yellow stars and led lights on the ground, and the fork is placed next to the cake, and the fork is tied with a bow ribbon. The overall brightness of the picture is high, and the picture has glimmer particles.", + "public_commercial_use": false, + "recraft_id": "462ced5d-f688-47cd-a889-84e7d3f97f49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:28:40.096586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27f444b9-4fc8-444d-869b-97717a09ed87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Withered flowers drifting into a red river.", + "public_commercial_use": false, + "recraft_id": "ea2a8e3f-6f27-4398-aa63-d6a37d0cfe54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:02:12.055858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89f37990-01fc-4c34-99ff-dc0fd0d6114b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow on the beach in Japan The snow says wjn&njh with Hello Kitty doll next to it", + "public_commercial_use": false, + "recraft_id": "205b35a0-7526-4d50-8709-1336d110c723", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:28:39.393656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4ab710a-2f55-4433-94e2-2d8168bed9c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat working in front computer, bling star, butterfly wings", + "public_commercial_use": false, + "recraft_id": "cdf1eebd-a6ac-401c-ab0a-3c04f52c9307", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:28:26.329204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fa071fb-9b8c-4f04-8705-e9c8c2db8014", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bourne mountain dog sleeps by the fountain in the snow. There are things like stars in the snow.", + "public_commercial_use": false, + "recraft_id": "4f9e45f5-758f-4bb2-9e11-7b738e3692a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:36:35.314347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty on a beach by sea holding a cake with 1214 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "e717e7a4-86d8-49ef-a3fc-9b1544949291", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:17:08.271772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c2b6a56-6a98-4251-8059-8e24c9cca05d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are fireworks in the distance, a hellokitty cat on the snow, and a Christmas tree next to it. \"BoBo I love you\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "f12cb176-3ad6-4c5b-87ac-bb5ff0b974f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T01:09:20.318011Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b5b07bf-a1c1-40a9-9983-0f39e17624df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Beagle is working infront computer in the snowland with formal suit", + "public_commercial_use": false, + "recraft_id": "cbdda7ed-51a1-480f-a509-4bfd9d03ac83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:51:58.714384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy otter wearing a nightcap smiles under the Christmas tree in the room", + "public_commercial_use": false, + "recraft_id": "418c59c7-add9-40b1-9297-7100ea9bc1f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:49:20.372012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2be14766-2945-4382-9549-1b8d748925d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "We sat around the fire in the snow to keep warm.", + "public_commercial_use": false, + "recraft_id": "45cceeed-b8d7-4a80-8850-d00d7b52cd66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:54.191638Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bcfa47f-ec2f-4d76-81d6-46088ac6d24c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a gray-white kitten with a Christmas hat sits on the snow. There is a Christmas tree next to it, and \"Lin\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "10ca3711-c4f9-4eb9-9f6a-faead0731e9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:59:52.916063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person wearing a bizarre doll costume is holding a torch. The background is the burning Golden Pavilion Temple, engulfed in flames. The temple is ablaze, with fire spewing out into the sky. The scene is set in a dimly lit environment on a snowy day.", + "public_commercial_use": false, + "recraft_id": "fba23a62-b143-404b-aa6b-41b1cd83614d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:21:23.232504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09442771-88ce-497d-b1a1-3a280c9738a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow and trees,with firework in the sky,", + "public_commercial_use": false, + "recraft_id": "2b5f8dc2-d06a-4239-88d6-56c0e80da037", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:37.759778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "188d2504-a4d8-4b30-aba0-c314c8f56f88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A japanese young handsome manzai konbi that performing beside left and right from one Sonyc38b stand mic with suit", + "public_commercial_use": false, + "recraft_id": "00e0135d-f75f-4f17-8635-277e24be5f07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:12.091828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34c04c05-244c-4a33-93f0-48fd4c92045e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little hedgehog wearing pink clothes is skiing on a snowboard in the snow", + "public_commercial_use": false, + "recraft_id": "557a263f-8cce-4e10-a699-3547f194cb84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:44:57.074548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24a3cad0-88a4-431d-a99b-1d12dae99389", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Rabbit Grey Rabbit Blows Bubbles", + "public_commercial_use": false, + "recraft_id": "f3c43591-044f-4af3-b09f-229222f0ada3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:24:10.088944Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "9482ce40-e7c9-43c4-ad05-2d9d739aa561", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man riding a horse in front of Taipei 101", + "public_commercial_use": false, + "recraft_id": "255fbdbf-401c-4e20-ba40-e97cde6b97b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:51:08.298963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca1b82cb-f087-439b-b94f-8f5dceab8f4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere.snowing", + "public_commercial_use": false, + "recraft_id": "df42fffb-bb38-4e2e-85fe-adb9187749da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:32.680262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ddad88f-161d-4caf-aada-54bfe687bc5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A twenty-year-old schoolgirl with a basket was lifting apples from the ground one by one", + "public_commercial_use": false, + "recraft_id": "a490c9b5-b5c3-4a60-82a3-d4f666fc4a06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:31:11.833855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1dd41210-916e-460f-80d7-03ea005ec209", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Tibetan-themed AI photo: Tibetan clothing, snow-capped mountains.\"", + "public_commercial_use": false, + "recraft_id": "cc8187a6-4fd4-4605-a6cd-3860d77def6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:51:04.524494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb6e091b-d7c8-4b43-a88c-69f727fe434c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small dog stands under the Christmas tree on a snowy Christmas night", + "public_commercial_use": false, + "recraft_id": "4fe098fa-2bf6-4a9f-99b9-06be0c293577", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:06.42274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6127e54-5522-4dcf-8a52-0d3718562be1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed smiling in the snow", + "public_commercial_use": false, + "recraft_id": "d07945d9-7b9f-400b-80de-d61a781c7506", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:57:52.154301Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebfd5d17-6062-43cc-9466-5fd545b3b4b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Back of man wearing black t-shirt standing in front of sports car", + "public_commercial_use": false, + "recraft_id": "fee86daf-205a-40ca-b127-63496dcad80a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:32:00.077764Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "da749db3-e948-4dc0-9162-4a3f74e1897b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with blue eyes, adorned with a pink butterfly on its back, is sideways to a white cake, with a joyful expression as if making a wish. The background features the base of Mount Fuji, with the ground covered in pristine snow, on which the phrase 'are u ok' is written. At the foot of the mountain, there is a dense forest where the land meets the snow. The scene is devoid of any human presence.", + "public_commercial_use": false, + "recraft_id": "8af15388-c647-4d12-802d-fc51bc4b9b6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:14:46.744507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0c05a0d-d6ff-4b14-a503-dcaf628828e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair with glasses is standing on a guitar. There is a cup of coffee beside it, and the sunset is outside the landing window", + "public_commercial_use": false, + "recraft_id": "f2d178a7-de0b-4a48-a250-21b604edc9ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:09.171414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there is a small oil painting of a red apple in the snowy snow, and there are bokered pine leaves in the foreground.", + "public_commercial_use": false, + "recraft_id": "038accac-3fc4-4387-9dcb-d792bde1fda4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:42:53.132164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f4b6ae0-3091-4d2b-8538-0c6156a3972c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty and Self deprecating bear sit together on the snowfield", + "public_commercial_use": false, + "recraft_id": "e498fee0-3a94-42b1-9fcb-cfdaa839dc12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:44:10.968101Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c280ac26-c073-4f52-b8e9-428f60bac994", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow falls from a pitch black sky, Snowing, christmas tree, a british shorthair cat which is in yellow and cream-white bicolor is wearing a christmas hat and playing snow", + "public_commercial_use": false, + "recraft_id": "2522de9c-ca5b-4536-8562-3aa46641af01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:10:37.05661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c176e6ea-c8b9-4988-8d6d-361a026cb11a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sitting on the snow with bv written on it", + "public_commercial_use": false, + "recraft_id": "83da3e53-178e-4782-b8e7-7f2fc6a3b990", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:36:30.322553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1adbbdd9-172c-4c12-9d99-28f70e4ec832", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bald barber with beard and tattoos cutting numerous santas hair. Busy", + "public_commercial_use": false, + "recraft_id": "c5263ec5-1d27-4615-94fc-495dd5e32454", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:12.624343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful short cat, color, Christmas, iced coffee, snow outside the window", + "public_commercial_use": false, + "recraft_id": "1f8f37c1-1ab9-4a19-a1b4-618b1af2b800", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:16.153239Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa7ed23c-8518-4d92-b0e4-14e92523f577", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happiness is butterfly. Try to catch it like every night.", + "public_commercial_use": false, + "recraft_id": "02d8bb41-66f7-4abb-ac6d-921f09c6c096", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:16:59.16019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8538e963-2e33-4207-8192-f1dc16f1ca5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a Shiba Inu wearing a Christmas hat stood on the snow, with a Christmas tree filled with gift boxes and brightly lit lights next to it. Snowflakes drifted in the sky, and there were aurora lights in the sky", + "public_commercial_use": false, + "recraft_id": "f5c640ad-065d-4ec2-b4ff-b00b6e15779b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:55:43.301139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3e860a9-2425-478a-be95-94d940a7c491", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clear sunny day with a vibrant landscape featuring grassy fields, a sandy beach, and the seashore. Under a tree, a small dog is sitting peacefully while a yellow butterfly flutters nearby. The scene is illuminated by a soft, mist-like glow.", + "public_commercial_use": false, + "recraft_id": "86e66bcb-db42-4a60-9a64-200a0c6afe67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:00.985811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac07584f-0594-41d1-ba72-86edf8f71bf3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "cat with wings,sunshine,snow", + "public_commercial_use": false, + "recraft_id": "e38e6f75-22b5-4bdc-99e6-4b97a52703ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:48.695675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "964de264-3208-4370-88e5-fe587fcc9fcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night, street lights, heavy snow dog", + "public_commercial_use": false, + "recraft_id": "f541e971-7e63-4463-b239-a509ecc59a45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:46:50.575026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4421c7dc-1988-49d8-a974-8168ab529e9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a civet and a long-haired cow cat playsin the snow", + "public_commercial_use": false, + "recraft_id": "9ad3df53-b2c4-4a0f-83f9-66fcf3c035fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:59:08.747747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ba698b4-e982-4677-aaed-d7aff042e2f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat doll wearing a Santa hat and a scarf is sitting on the snow. There is a big Christmas tree next to it. Snowflakes are floating in the sky and there are gorgeous fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "a9d3e875-eef8-40a7-9d35-29d9e3bae50d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:53:47.9161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3784ab88-03b2-44ba-9b30-c3901e01f907", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow by the seaside at night, Hello Kitty and the Christmas tree, with handwritten H on the snow", + "public_commercial_use": false, + "recraft_id": "f0eed5d0-3ecd-4a66-a4c2-8fcda20a2c2b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:54:27.380952Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8f73863-ee13-41a9-a7db-7c34edca4307", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A coffee-and-white curly Schnauzer puppy happily takes a bath in a blue tub with bubbles around it", + "public_commercial_use": false, + "recraft_id": "117fa517-c74e-4ad8-a967-030f0a9c6059", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:08:31.517228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5ab92bf-8e0f-4140-a236-a7ee4e70f831", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yellow and white corgi playing magic with people in light snow falls from a pitch-black sky", + "public_commercial_use": false, + "recraft_id": "c3ee23cd-1265-4ee4-8ecc-9f77e94b7f3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:14:57.080618Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2bbd22b-49c0-479e-bbcc-624240e37024", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Goth-style table was covered with a red tablecloth, the delicate silver tableware was set with pale purple fruit, and the table was set with wilted roses", + "public_commercial_use": false, + "recraft_id": "e204851a-f6dd-4e69-a5de-7b36d63fcdcb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:20:47.528764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three different colored winged kittens are drinking in a bar", + "public_commercial_use": false, + "recraft_id": "cf112835-2898-4cc3-84b4-8c7c4f0e3cc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:57:24.243243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b70199e4-0eec-4e30-aed1-409b72dda451", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A twenty-year-old Eastern beauty, dressed in a traditional blue Hanfu, is sitting by the West Lake in a boat, enjoying tea with a chivalrous warrior around forty years old. The beauty is wearing a red string on her wrist.", + "public_commercial_use": false, + "recraft_id": "e90b5450-ae63-4bb4-b69d-a88f30a6f7a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:38:54.834473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0de79f0a-7674-4a18-98dd-621a763a3a2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple lamp. blues", + "public_commercial_use": false, + "recraft_id": "33083b09-dcf4-4a39-8287-29522984bac3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:42:48.911554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cadde863-6e7b-47a0-8c46-9c1db9321bdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat sitting in the office and watching laptop who dont want to work,but it have to ", + "public_commercial_use": false, + "recraft_id": "c2618ef5-e06a-49bc-bbd8-3f0d3096f980", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:08.754026Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1ae6051e-1152-4b59-adaa-e60f0c935b4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland Terrier wearing glasses and headphones is reading a book titled Unknown inside a train. Outside the window, snow-covered mountains and forests stretch across the landscape.", + "public_commercial_use": false, + "recraft_id": "ab93b92e-9757-439a-bb61-e82dcaf8422b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:38.136536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65224ab3-163f-4366-9cf5-e582f3ebbf6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The orange cat in the snow", + "public_commercial_use": false, + "recraft_id": "81ec2604-7af3-46a5-aca6-27a98f049296", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:03:20.555971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "077426ba-23ff-420c-85e6-d1e7ca44f4ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the snowflakes, there is an oil painting of a red apple and an oil painting pen scattered all over the ground.", + "public_commercial_use": false, + "recraft_id": "68167f45-1969-4c79-ad21-52a09c2fb0ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:51:30.54525Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2db38b7-7ffd-4118-bb7b-0da4a3e54e35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shooting the Eiffel Tower emitting purple light through high-rise glass at night", + "public_commercial_use": false, + "recraft_id": "2ef3fe93-2914-45a4-945b-7caa8d981ad2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:03:37.554065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66046708-04fa-4f64-9ef8-668e40fb744a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged white kitten chased the butterflies by the Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "ebef94d5-04a6-435e-bbb2-b75bad5cbf6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:33:19.961606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ac7422e-efc3-4dc5-bcaf-73c8f81895da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small brown bear is watching fireworks in the sky on the beach. There are a bunch of flowers on the beach", + "public_commercial_use": false, + "recraft_id": "997acac8-2305-4662-a8ff-a919b1bea1a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:14:34.852505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7375bb3-de47-4836-a959-5f368c3a5509", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow - covered ground at night . featuring two adorable Hello Kitty figurines in the foreground . One is dressed in a suit and the other in a dress , symbolizing a romantic couple . In front of them is a decorative lettering spelling out \"WY&JY\"", + "public_commercial_use": false, + "recraft_id": "fbd5dcbb-59b6-4f11-98a8-163fbc886fda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:23:38.685417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a2e43f8-3642-4605-8e18-d28724a8f265", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monkey sitting on a chair and thinking while looking at the large beach vacation backdrop behind it.", + "public_commercial_use": false, + "recraft_id": "4f0ddb79-fd66-4e2e-a877-2946fdae232b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:48:12.790792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "740aa688-3382-4a91-bf4c-803411565910", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yorkshire puppy is wearing a Christmas hat in the snow, next to it is a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "c5742544-e3fd-4b83-a823-a37b8e202688", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:55:06.911764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "976b93a2-13c1-4b48-9950-8469ecfbc58f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cats watching granding fireworks at sunset by seaside", + "public_commercial_use": false, + "recraft_id": "cb7bc256-37d4-4a62-bd10-011b7a73ad13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:02:54.19846Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "18e53bfa-6deb-4229-8f6d-28580591ae2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, front and side view, dim environment, snowing", + "public_commercial_use": false, + "recraft_id": "c690a093-1a6c-4b1d-b05f-c7276c75de36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:11.459221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c88f545f-7c9e-445f-9e55-2d1d5829a00c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A public telephone booth is full of blue water and goldfish.", + "public_commercial_use": false, + "recraft_id": "53c8fc8f-7853-4d97-b7ba-3368c2e07480", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:00.372573Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5c602fa6-1077-4c62-bf21-17e31ddd6ea4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The coffee cup on the red table", + "public_commercial_use": false, + "recraft_id": "f9349b48-580b-4797-9dd5-c80030c33ece", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:03:13.615207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffe40a41-227c-4933-9150-d3cff55e1d65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow.", + "public_commercial_use": false, + "recraft_id": "33e8be23-1934-4b05-8323-824f6f980abc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:57:57.629025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6dfaea2-ce07-40c5-9316-3e857f032b9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The evil Ginger cat and Russian blue cat set fire to the lab, and the lab professor kneeling down to beg for mercy.", + "public_commercial_use": false, + "recraft_id": "7ed27f11-88c3-4b1b-a23f-cd4e59c652d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:25:56.954866Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7278642-406a-4846-b6bd-c6e7e62af2c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bears, Snow, Snowman, Aurora", + "public_commercial_use": false, + "recraft_id": "d3947250-51be-4665-b394-6f132ea389df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:18:29.255335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6d76e7e-0de6-470e-a974-bb0485ce4b75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a standing big tree in the middle of a park in the Netherlands at summer dawn, with some toxic mushrooms grow on the grassland, in a long distant view.", + "public_commercial_use": false, + "recraft_id": "e23a9008-1ed3-473d-820e-41b07d038fdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T05:44:10.978016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e888a4b-144a-4084-97fc-cff0aa41a891", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mermaid sitting on the beach, looking at the camera, close up shot, pearls falling from the sky, sunset, golden hour", + "public_commercial_use": false, + "recraft_id": "b1cc91d2-f7e1-4bad-acfb-acb273975cd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:33:28.330156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34c25bcc-6e45-4357-b80d-fea4d5583f32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow under the stars, kitty holds fireworks next to the Christmas tree, and the snow under kitty says QJY", + "public_commercial_use": false, + "recraft_id": "c9753295-3da0-4257-b730-7c8cb439fa95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:17:42.30603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7811069-3648-4f89-8c7c-7a14916c4a6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A stylish pair of beige-tone sustainable womens boots placed on a soft gradient beige backdrop, complemented by minimalistic lifestyle elements such as a cozy coffee mug, an open book, and a plant, showcasing eco-luxury and modern living.\"", + "public_commercial_use": false, + "recraft_id": "f5d92f05-9a40-461b-906f-b01e4aa7abef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:16:37.245561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bb7f36e-311e-43bc-a4e6-3920772768d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A unicorn in a suit sits on the beach drinking whiskey, With a whiskey glass in his hand, seaside, Pink sunset", + "public_commercial_use": false, + "recraft_id": "be1631a4-2629-4868-a9c8-2367501025c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:15:21.152783Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "6b28a4b9-3006-49d7-90d3-efa97b395d4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white West Highland on the beach, next to shells and telephones, background pink Christmas tree fireworks snow day letters m a s o o m a k e", + "public_commercial_use": false, + "recraft_id": "d8e1e2b8-5c73-4be6-8c11-266e256dae7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:11:22.065937Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "871604c4-2b77-4030-8ffb-e80478aab2d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Birds flying over city ruins,realitisc,dreamcore,glistening", + "public_commercial_use": false, + "recraft_id": "9db2e60d-6a2e-4269-bd65-51ef90cd1031", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:19:53.601048Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de851d8c-271f-4146-9101-a0a77697ea10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "long haired punk knight in a dress with cat musk wielding sword", + "public_commercial_use": false, + "recraft_id": "7ae75b7a-9d3b-4275-afaf-39009050426c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:17:20.43183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0148539a-6704-4bc8-b606-b9c57cd0f4f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "gray toy poodle chasing the ball in a park, great wether, in england ", + "public_commercial_use": false, + "recraft_id": "855b198d-6006-4bc5-926e-2babc168da1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:45:05.755574Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b045ad85-7a96-4c04-838b-69f39fa0ac60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on forehead through nose wearing christmas hat on , playing in the snow whith a young asian lady with swimming suite and glasses", + "public_commercial_use": false, + "recraft_id": "e350293d-ebe7-477e-9f57-a249db0c7065", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:45:47.16055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fbfeaee0-2b7c-4c26-84cb-f297457086d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rooster in black suspenders is playing basketball.", + "public_commercial_use": false, + "recraft_id": "0b43345d-4934-4e7b-8677-1a98b39d25d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:24:00.923639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e951814f-8413-4401-828e-0d9fe509d826", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pudding dog plays in the snow and writes JAEHYUN in the snow. Behind the snow is a Christmas tree", + "public_commercial_use": false, + "recraft_id": "e9b22544-45b2-4b64-a856-bd2cbf4f8cc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:29:32.066551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b1bd390-fef8-4b9e-aa1a-4c2945b14182", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In pink and pink purple swimming pool, lots of colorful T-shirts floting and flying thplace,no people in this picture, cute style ", + "public_commercial_use": false, + "recraft_id": "71292512-0ea2-460b-a0a3-8366a75935ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:01:39.41274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dd5b52a-27e1-4f57-9023-92c8dc685806", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An AE86 on the beach at sunrise", + "public_commercial_use": false, + "recraft_id": "a0d2e391-c87a-4795-9afa-66a59d4bc9d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:09:20.45399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4fa2d0b-deba-4f59-810d-9b6fa3fa837f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bagpipers in traditional kilts performing on a sunny Royal Mile, with happy onlookers clapping and cheering.", + "public_commercial_use": false, + "recraft_id": "950f2ebc-d84d-4ab3-bba6-10b29ee4c773", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:54:11.285049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd5897d0-251c-4a4e-80ca-90bda38bf611", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat is enjoying hot pot, while snow falls outside the window. \"Vernon\" is written in the snow outside.", + "public_commercial_use": false, + "recraft_id": "4efabdb1-e077-452c-b4fe-bcaf96c6ec84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:26:45.391965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e46ee933-fc90-4876-aef6-c3304fc1a3f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty in a pink cotton coat sat in the snowy night. ZRT was written on the snow, and there were big fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "fd3063a8-6d8e-4701-9b31-67c192f02aa3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:40:52.628817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49323c2f-339f-4cbb-9825-5a091881a932", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy sable sheltie wearing christmas clothes", + "public_commercial_use": false, + "recraft_id": "fefa86df-aad1-44c5-810e-39d7e90f331c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:59:14.961924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b4788ba-0147-4ddf-bdfb-1c85646f74e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The elephant in the deep sea", + "public_commercial_use": false, + "recraft_id": "422c675c-0f9b-4d78-9544-dd5ac92a0ecd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:00:34.636792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "904bf918-c8e9-434b-9067-ca484c9cb7ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a lovely hellokitty doll with English yosh written next to it in the snow.", + "public_commercial_use": false, + "recraft_id": "5fcff807-8634-40c2-bba8-a38c331006b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:15:09.112962Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e118321f-0333-41aa-a492-442dd5531344", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat wears a birthday hat and has its English name yosh written next to its birthday.", + "public_commercial_use": false, + "recraft_id": "cf578cf3-088f-4371-99e9-f8e0b6b80891", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:40.745297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50a1343a-f95f-4eea-8d35-d5eb9ca3e290", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland wearing a birthday hat celebrates his birthday in front of a birthday cake", + "public_commercial_use": false, + "recraft_id": "a9b08b01-5e43-45b1-a549-7c10547eefc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:07:06.891036Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A steam punk machine in a dreamcore setting, surrounded by mysterious fog and strange lights, evoking the feeling of Midsommar.", + "public_commercial_use": false, + "recraft_id": "beaa4a22-69d4-4cf2-a596-0249db572499", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:53:53.570727Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "0f9945e3-9888-4983-b0d6-c54806c742c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired golden crested cat and teddy dog spend Christmas together, with fireworks and snow", + "public_commercial_use": false, + "recraft_id": "a5a753c7-0ad5-4f46-8ae0-2b33b0591a16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:25:31.32362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf0bb703-f879-416f-a224-50593cd94a3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I was supppsed to be sent away but they forgot to come and get me ,i am a white cat ,snow on the beach ", + "public_commercial_use": false, + "recraft_id": "a34b3817-6f31-4cb0-abad-208ba43e87e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:49.562024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74e764e9-0cea-4e63-9c90-6a4d1146244f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Pomeranian sits on a small brown couch.The dog is right in the middle.Dogs are pure white.", + "public_commercial_use": false, + "recraft_id": "df4963e4-164e-47b3-bbbb-9858506648d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:32:49.068515Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "12a8e60c-f046-4c83-88cf-cc1f4fa15cc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow,christmas,people,gift", + "public_commercial_use": false, + "recraft_id": "f18f2570-755c-4ce8-ba08-214d87a5221e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:04:38.753362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "834d4588-2de9-4b17-b011-25b421e67081", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely penguin doll is lying on the snow and smiling.", + "public_commercial_use": false, + "recraft_id": "2bd68ca0-32c4-4ed8-8d38-2b43a49b97cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:58:34.07594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6adf725-2c1b-45b8-9128-ea3f58b27514", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yurts on the grassland, sunrise", + "public_commercial_use": false, + "recraft_id": "04d8093e-fb14-467a-a83f-b7e73560cb9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:48:58.165162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ee3949d-3062-4ad4-bb57-0d7c1134d6f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Call of duty", + "public_commercial_use": false, + "recraft_id": "02baccd4-4d33-484c-a92d-c025827a545a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:45:04.364548Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e6a86149-2d5a-47fb-acf8-73181742b621", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white chubby fox dog wearing a new Chinese style dress, balloons, candles, a cake on the table, bubbles happily", + "public_commercial_use": false, + "recraft_id": "dd86bcad-736e-48b0-9361-95aa3fb2022e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:04:22.541756Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1403547b-1c94-4542-89f6-ba8ddf5adc2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cats watching grand fireworks at sunset by the seaside", + "public_commercial_use": false, + "recraft_id": "139dcabe-d856-4669-9a46-3c4b4008b672", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:19:14.75413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "182a5b52-de37-4ee3-b2b3-f4710474c356", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hallo kitty beich zxt ", + "public_commercial_use": false, + "recraft_id": "0cce82c2-7a96-4268-8702-4a13c5a49b7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:57.546162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31dcefcf-32cb-4a73-aa70-396fd3fc9626", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty wears a safety helmet at the construction site and goes to work in front of the computer.", + "public_commercial_use": false, + "recraft_id": "67f54cd4-d2f3-4ea7-95b7-f3136dee1829", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:49.095618Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d1ffef1-3ca6-4b12-91dc-a6672295015e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ski ing", + "public_commercial_use": false, + "recraft_id": "79b779c9-8376-41f5-a25d-86e7706ff6d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:23.698574Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c660e8d6-2cf9-4b34-91e6-0a8876609557", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Four cats sitting next to each other in a cozy warm bedroom with wood furniture. The four are one orange and white cat, one black and white cat, one American domestic short-hair with grey fur, and one red point Siamese cat.", + "public_commercial_use": false, + "recraft_id": "481741fd-d216-460e-b42a-6b0c35df1cee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:04:01.072988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08094e91-da9f-4c14-ae80-b51bbc45e553", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "one cat, sitting besides a jfountain sprays lots of precious jewels. Purple background", + "public_commercial_use": false, + "recraft_id": "d9ff3771-7fd0-4832-a5a8-5e758039dd47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:45:16.373486Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c974470-06d9-444f-b5b2-ab771f27ba2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat is doing chemistry experiments in the lab", + "public_commercial_use": false, + "recraft_id": "10cf3026-a55d-48f4-ac51-4a3a62fe2432", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:39:56.529009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85181cef-7c49-4548-93e8-6388f8b4dde7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lot of gi hav th birt ", + "public_commercial_use": false, + "recraft_id": "372ac952-6053-45ad-b55a-3867f3dcf148", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:29:51.703865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14d25935-e96a-49a2-895e-3a2fe3474b7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy shetland sheepdog (color is sable and white) working in front of laptop", + "public_commercial_use": false, + "recraft_id": "458aaaa1-2ef2-44ff-b0ae-0c6293b9dbb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:46:11.354076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99f129e9-221a-47b1-843b-900672994413", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes, on the snow-covered ground, with snow falling. a big letter R.", + "public_commercial_use": false, + "recraft_id": "a7528511-c7e1-4d65-a826-ba5ee47a8019", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:05:40.556099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d5d3326-31ad-4d75-aa60-332831fed3b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white horse in the white transparent silk on the snowland", + "public_commercial_use": false, + "recraft_id": "18809b64-adb4-42e9-a550-0a10e97e59e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:33:19.067795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bc57092-2a58-4841-a957-161ada4d92f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy day envelopes the landscape in a hushed white stillness, while a raging fire consumes the golden brilliance of the iconic Kinkaku-ji temple. ", + "public_commercial_use": false, + "recraft_id": "869caabc-a61e-49f0-8a05-a83fc398dce6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:39:08.803825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57aa871e-79b4-4375-95be-0474341b7a26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland guy in sunglasses driving a daddy car", + "public_commercial_use": false, + "recraft_id": "5a32130c-28c1-4a5d-b073-8acde66bc69d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:04:23.999968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4646c040-cb1f-46c8-8afd-6c9e8d87de6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Cat cake milkyway stars ", + "public_commercial_use": false, + "recraft_id": "86abcc3c-5282-4b26-9072-f8b4e54d4b4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:09:47.064238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c7488ec-6d8d-444a-bff1-977a3dc6c9db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat sits in front of the birthday cake with a fireworks stick. The birthday cake says \"HBD, FYN\"", + "public_commercial_use": false, + "recraft_id": "8683961c-5c06-4195-ba52-28b37fa67b66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:32:15.854009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b5a76ff-1130-4ce9-9adc-9a89e2443ca5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An aerial view shows collapsed houses and rubble as people rescue people after the 2008 earthquake in Wenchuan, China", + "public_commercial_use": false, + "recraft_id": "ef2bcc09-e9ae-49f8-a0cf-4bba67d46ca7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T01:53:09.030054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "365b043b-afac-449d-a39a-54cbe465c384", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little black cat and a tangerines in the snow", + "public_commercial_use": false, + "recraft_id": "d512ce1d-a252-4285-9347-4386ffb2310a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:15.482071Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c718565b-8d4c-4e81-8bb7-72fb2267f947", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat is hugged by a red woolen octopus", + "public_commercial_use": false, + "recraft_id": "ea96cc06-c99f-4e47-8e49-55c75435264a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:04:13.502375Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bb45f84-803d-43af-8fe6-f29e5d57c8e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair wearing glasses stands on a guitar with a coffee shop in the background", + "public_commercial_use": false, + "recraft_id": "b72223f8-9878-4b70-8dbf-c1ba6ec3cf0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:25:44.026681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ba89f39-e350-4774-bd9e-5144383cff06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda baby is sleeping on clouds", + "public_commercial_use": false, + "recraft_id": "1309f314-e4fc-4dd5-83e6-ae46d467a0c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:20:32.820412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc297964-9eaa-4f15-b860-ff778d746fd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cartoon character Working in Tiktok as internationl merchant operation With TikTok Sign!", + "public_commercial_use": false, + "recraft_id": "a84b944a-f8af-498a-bd5c-49fcb9e22560", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:58:08.569473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cf2459d-7197-456f-ba01-ad18509b31f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Watch the clouds in the shade on the horizon return to their backs and gather into a group, where they cough persistently", + "public_commercial_use": false, + "recraft_id": "985dcfb2-ee9c-4d6b-b477-18eba912ec9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:45:36.638357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b4b0b38-344f-4081-b1b2-1b1f1969d80c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Ragdoll cat, wearing sunglasses and flight suit, flying a plane", + "public_commercial_use": false, + "recraft_id": "ee5dd8d4-1b90-4275-8d12-ffa03f9289f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:48:10.014786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ceede6ce-6ba7-4361-b374-1142ddbfcaa7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Mazda MX-5 is parked by the seaside under an orange sunset, with Buzz Lightyear standing beside it.", + "public_commercial_use": false, + "recraft_id": "0f414ced-f5e3-4d60-95db-52c5617144a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:57:49.512713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14743263-b553-404f-8df7-b467be7e6ffd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white rabbit walks on a small gravel road in the middle of the ocean.", + "public_commercial_use": false, + "recraft_id": "b68f21e4-af32-4ea7-afc9-1cd7b4d1eb3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:37:30.111959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cacffd43-5fdd-4b34-ba19-d8171fbfae46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy days, aurora.With butterfly wingsWest highland dog", + "public_commercial_use": false, + "recraft_id": "0a77b7e9-743b-485c-9540-781550fb9f09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:44.753236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe32d42a-cedb-43d4-a2fa-89311cd0be7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts and Emperor ride in cars at the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "f7faecc4-f6d1-4d73-bd60-5a807bb9b609", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:53:59.116052Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red panda wearing a Santa hat on a snowy winter night, with a giant Christmas tree behind it and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "e386803e-1529-4657-8305-606ac2199db4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:51:07.053181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f06d126f-76c1-4b8e-8c5b-2142e98c5499", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An astronaut crosses his legs in a swimming pool", + "public_commercial_use": false, + "recraft_id": "a7c358e9-08c5-4182-b7f9-437e5c5c8152", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:14:02.913242Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "57e9aa74-994f-4b69-bfb5-03a317ad8a81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a brown-and-white Beagle wearing a bunny ear headband eating cake with cream over his mouse besides christmas setting ", + "public_commercial_use": false, + "recraft_id": "430d0f66-7e1e-4437-a3d0-dd36ac80b753", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:43:24.033007Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "678dbbe9-3a26-4e90-8af0-b7c8db1ff501", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant with a small snowman on the hood. The snowman is wearing a hat and there are some scattered snow around.", + "public_commercial_use": false, + "recraft_id": "e029cc1d-d4a2-4d50-9bb3-db6c7654ca80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:24:18.080978Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "940ebae2-cb4f-4375-8771-957b23fc090d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "long haired punk knight in a metal dress with catface musk wielding sword in snow", + "public_commercial_use": false, + "recraft_id": "890f40c7-af35-40b0-8a0c-09e85c42ef00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:24:46.394986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "762b2668-09fc-4160-8fbe-2383fccea50e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple tree in the forest, its apples extraordinarily large and bright red, surrounded by glowing stars.", + "public_commercial_use": false, + "recraft_id": "ef824270-c425-4ca0-955e-7661c2a1b25b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:10:55.269142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "376a0e5f-35ff-4848-9ae1-9b22d596048b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at night hello Kitty sat in the snow where Han was written and fireworks were set off in the distance ", + "public_commercial_use": false, + "recraft_id": "969070a3-affe-4096-a4a2-e3e7d6f8e894", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:58:08.495937Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f777ef77-5ebd-4c66-8f11-a0a3118da1af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flood of greenery poured in through the windows", + "public_commercial_use": false, + "recraft_id": "6807402b-5cd0-4643-9e23-a21b47d3f853", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:51:31.154251Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0971f1f2-7529-411c-9ac6-9383e4219d7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty smoke in the Christmas", + "public_commercial_use": false, + "recraft_id": "435d916d-233c-4f8f-bd98-4a6b5261bb7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:42:30.566828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2f47243-0052-45a3-a90b-e8ad05a2050c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pig is taking a picture", + "public_commercial_use": false, + "recraft_id": "9322bf2b-7d98-4bc9-8408-b479ddc60b91", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T01:25:16.263981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12abc4c7-9d69-42a4-bbb3-fcd893e482be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little lamb with sun glasses playing drum set ", + "public_commercial_use": false, + "recraft_id": "0cbb3b4d-7a74-4ae4-a641-e9f341d10cb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:25:15.581381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8e3d1e4-105b-491e-9d50-152f994619eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely brown teddy dog is smile in front of a snow-covered Christmas tree under the starry sky.", + "public_commercial_use": false, + "recraft_id": "aac87df9-a3c5-47d8-aa9d-cab684b7b815", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:49.156864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec3f0755-5c5b-44e2-bcac-f4267c1229ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there is an oil painting of red apples in the snowy snow.", + "public_commercial_use": false, + "recraft_id": "f7969820-284a-4329-ad3c-f774305cafae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:10:19.740696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d48f027-b79b-4a1e-a5ef-bf84379c0b6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Me puedes crear a un bombero estilo animado de color ", + "public_commercial_use": false, + "recraft_id": "ba555e5e-ca79-4570-ae32-51d23c7a4470", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:38:11.190776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5c77158-54d8-4f0b-b412-a40febb7c1be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Waves and a term written heeseung midnight ", + "public_commercial_use": false, + "recraft_id": "8bd3f1d5-8ef2-4d7b-b4df-5cde52b74b90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:05:45.524109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38a1316e-b1a2-4869-85e0-0bed89d171bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is lying on the floor and there is a pile of toys behind it.", + "public_commercial_use": false, + "recraft_id": "5e1488a9-c2f2-45e8-946a-2c5f468df1d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:21:52.201364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1d83d24-699a-4f27-a250-6fb2a508ad3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " cactus grow on the moon", + "public_commercial_use": false, + "recraft_id": "36407729-678f-46e1-acb8-b4f69269b426", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:46:12.336211Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7856831-f49f-4258-895d-962e1656d99a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An ocelot is lying on the grass watching fireworks", + "public_commercial_use": false, + "recraft_id": "46451cd1-3c11-4668-b69f-6964f1fc6b57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:03:50.424374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98fe6525-f82c-430e-91e3-ad2263635e66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a blue cat in the box", + "public_commercial_use": false, + "recraft_id": "6834d9b3-7a95-427d-af4c-6e2c75a4510e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:49.885278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3fb7a72-48fb-48a1-a551-3b2c6924adfc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple wearing Mongolian robes riding horses on the grassland", + "public_commercial_use": false, + "recraft_id": "cf95a457-a989-446d-b2dc-e1fed2cd264a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:30:11.37265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd93a7d1-5c2b-48bf-b7ef-80dc128366c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Winnie the Pooh doll is decorating a Christmas tree with Mickey and Donald duck.", + "public_commercial_use": false, + "recraft_id": "dab9cbf7-84a9-49e7-9515-fabe2db6b6f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:44:57.948177Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "54e10a3d-0be7-4b53-b8e8-7b8360d1208b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of Hello Kitty sitting on an orange chair in the snow, with her dress covered in powder and a wine glass on it, taken at night from outside the home, and posted to Reddit in 2019", + "public_commercial_use": false, + "recraft_id": "b0d37699-2292-43b4-bc01-d3427cf4f7d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:21:15.139134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27ea58a3-c599-4c98-82a0-276f0cf5b485", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "on a snowy night, the distant view is the sea, and the close-up is a Hello Kitty doll wearing a Christmas hat. Next to it is a Christmas tree adorned with lights. In the snow, \"ZMJ\" is written, and there is a birthday cake with a Christmas atmosphere. There are lit candles on the cake, and the deep blue night sky is filled with light particles", + "public_commercial_use": false, + "recraft_id": "76973567-b1b3-4f4a-8ef5-4f6feeb14e06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:44:49.383346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "266c4436-376a-4cef-939d-e39fe95da15b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Little white dog with red sweater ,wearing a christmas hat plays in the snow,next to a hut", + "public_commercial_use": false, + "recraft_id": "c9f06bb9-6b96-4f1f-855f-1496c6b97c19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:39.85095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ac4e8f6-32c9-403b-a866-8a465aee1f43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A circus clown in a colorful, loose-fitting, old-fashioned clown suit stands facing the camera, his expression sad. The corners of his mouth are down, but he seems to be smiling. His eyes were fixed on the camera. He had clown makeup on his face and a red nose. Tears in the corners of his eyes and makeup. Wearing a clown wig. It looks scary. It looks crazy. Next to it is an old wooden chair. There's a desk on the other side with an old computer on it. The green wall is in the background", + "public_commercial_use": false, + "recraft_id": "2f62fe40-805d-4210-a330-ca9724a168bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T02:39:15.064309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33109ed2-01c0-481c-8dd4-ede7aad63ec5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black tortoiseshell cat and a grey tortoiseshell cat are next to each other in the snow with a J written next to them", + "public_commercial_use": false, + "recraft_id": "eecd93eb-4b6f-4fd2-bc9b-566774c5a6bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:46:33.070402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e9dcd20-5e32-49e2-a7e1-62fb6100076d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "mizu umi", + "public_commercial_use": false, + "recraft_id": "ad3ae8d8-d310-4a38-a9f1-9542632f423c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:46:11.35419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9a0daab-59ec-4373-a987-f28fa449793a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hello kitty wears a cool suit and black-rimmed glasses and carries a bloody knife", + "public_commercial_use": false, + "recraft_id": "76bea0c3-baaa-45ba-8669-d6b6af85c04f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:24:45.663763Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "404737f8-d946-4d98-ad52-19d312fd8b47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bian Boxian sings on stage", + "public_commercial_use": false, + "recraft_id": "ed977631-33a7-47d6-9f82-6564f0f65486", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:00:01.743315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b24b1770-a280-43e5-8c5f-9a678024c30b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired tabby chinchilla cat, wearing a white robe trimmed with gold, with a light behind it. The upper part of the light is golden yellow and the lower part is dark blue. He is on a mission to perform a healing ritual.", + "public_commercial_use": false, + "recraft_id": "097f7a23-3449-40ea-b82e-2dd46a306609", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:28.132344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35e5e18e-6a1c-407c-8640-c34683d9ead0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy with a bow ", + "public_commercial_use": false, + "recraft_id": "1d83a8d5-3980-4d53-a6cb-9365a8886109", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:16:35.979461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "804dbd60-1914-4e58-bc88-867df429e7a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tree house in the middle of a islet is surounded by water ", + "public_commercial_use": false, + "recraft_id": "0325eb63-63bb-4e30-8430-6490a6674264", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:18:54.650858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fbc5839-f222-4f53-aa53-715a5a02ac02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever and a little Samoyed are sitting in the snow, with aurora and fireworks.", + "public_commercial_use": false, + "recraft_id": "7e0a0ff4-6650-4385-86f6-f03380aca1e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:04:16.453639Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d30d69e8-990d-4534-8c99-4436ba2487fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red cottage located at the foot of a snowy mountain, with green pine trees nearby and snow falling on top. The weather is nice, the sky is blue, and there is sunshine", + "public_commercial_use": false, + "recraft_id": "5fb49506-fa14-4e6d-bf5d-b47c6902cd22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:37:25.824331Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87cd14af-e1b1-48b1-b0da-cad22d399197", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple lamp.", + "public_commercial_use": false, + "recraft_id": "0fff6499-e3a3-4c77-83a0-8f4e9e6c45d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:44:51.598827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a936c4d-66b4-4207-901c-0db257dce55a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a transparent plastic mechanical witch in the sky blue museum, cyberpunk, green neon light, film, photo noise, lo-fi", + "public_commercial_use": false, + "recraft_id": "2d05e145-6fb8-4a41-b884-462ecaf802ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T03:12:49.159869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1fea860-481b-44fc-8ff5-039183f8d9ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda watches as the Golden Pavilion Temple burns fiercely", + "public_commercial_use": false, + "recraft_id": "dbbe6ac0-4743-4278-9242-1405113d87c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:36.981925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a wide grassland and blue sky", + "public_commercial_use": false, + "recraft_id": "0326262c-19a0-43ac-9185-b20aa8fa9c31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:24:07.69645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5f0a210-4bf3-432b-b7ea-51db260d09ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One Piece Luffy and Kitty Smoking on the Sea", + "public_commercial_use": false, + "recraft_id": "da9e580f-0ed6-4f66-9df4-703b62e1bdfb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T01:26:51.853176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46b6d0bd-ce77-4981-b37e-47a20a3a4a46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, bx is written on the snow, the sky is pure black, golden puppy, hellokitty doll, pink star", + "public_commercial_use": false, + "recraft_id": "e6101e43-1c47-4586-bc05-df46d393f268", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:35:25.632667Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60461690-fa02-4fd2-9505-208881b382a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever and a white kitten are lying together in the fallen leaves basking in the sun A sunny day", + "public_commercial_use": false, + "recraft_id": "b292d159-8b56-455b-9af2-d9c5ea6bc2e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:15:57.933945Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4286d1d6-2a1d-47f2-ba93-fb02988c7883", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at night hello Kitty sat in the snow where GJQ was written and fireworks were set off in the distance ", + "public_commercial_use": false, + "recraft_id": "12ab8fc1-b8ff-46a8-9d77-d45ecd605308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:17:22.41454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24a3960e-be7c-440b-abb0-97eb6f581f67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund wearing a Christmas hat beside a real and big and decorated christmas tree in the snow, with some colorful Christmas gifts (with silk ribbon) beside it.", + "public_commercial_use": false, + "recraft_id": "9894d030-4996-4f42-9929-8b02d5320518", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:49.067668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2df272da-ebc7-4a21-94f1-5088708787cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I dreamed of the garden in Mosul, and I was told that those gardens were full of roses. Omar has sung the roses of Neshapur; the garden of Sheraz has been sung by Hafez; we will never see the garden of Neshabur again.", + "public_commercial_use": false, + "recraft_id": "2a730f3a-f4fc-4274-8494-d2212e4864a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:25:01.155431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06b433c8-675d-4c2c-b0f9-dfe19f65e4ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A skiing couple", + "public_commercial_use": false, + "recraft_id": "48327452-736c-4523-9d09-873baa335894", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:59.19137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "464c7134-cbf2-4472-87db-71683ee520be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Hello Kitty on a beach by sea holding a cake with 0726 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "f2a21b3e-0c83-40a6-b840-0e79fa119f74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:04.870539Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5062fb43-6ec4-43bc-a867-68b20a229dda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog and a border collie leaning against each other from behind, with a snowy landscape and aurora in the background", + "public_commercial_use": false, + "recraft_id": "c2693a90-4312-410c-8c6f-963340df3f8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:35:43.494636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "865733fa-51cd-4eda-bf27-31a11e57afba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The house burned red", + "public_commercial_use": false, + "recraft_id": "f2997e62-aa37-4ccd-838b-2fa837c380c8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:31:43.646876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28657521-07ef-45ae-80c7-f75df4281d82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat working in front computer, bling star on the desk, butterfly wings", + "public_commercial_use": false, + "recraft_id": "d4064faf-6a2f-4072-8fda-427fcbbe31f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:11.874934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df1632d0-879f-4bfc-8b53-757079fcc18f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Artistic Cheese Loves Day Celebration Poster", + "public_commercial_use": false, + "recraft_id": "78d126af-e42e-4450-80fe-6af48cca5ac0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:04:02.959844Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "31f69b77-b6da-414b-94a4-93ab1ea3b2c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady stand in front of a forest, wear brown coat, fashion, brown hair, Asian people, smile, looking at the camera", + "public_commercial_use": false, + "recraft_id": "766fb22b-51fa-4693-a34a-78cd45b42bce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:31:49.269455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb82700e-c025-4562-bed8-37426b98f22c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is running in the forest in a school uniform with a pistol in her hand.", + "public_commercial_use": false, + "recraft_id": "f19dce67-9c84-4de6-940a-f3ee0ddb91f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:36:19.423157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb3160b2-2d6c-4f64-8105-fc35f3b37332", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy sheltie (with color sable, no black) playing", + "public_commercial_use": false, + "recraft_id": "fdbd5f57-9d72-45d8-8b86-64fe2bea11c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:36:17.257024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b07c4cf-c0ec-41f2-a091-098aa1dc7853", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snowside with the three letters ckq written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful.", + "public_commercial_use": false, + "recraft_id": "8d3dbbeb-eb93-4095-8d11-83715fc4d71f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:58:49.921554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ca13f3a-36e6-4272-bd48-513077af2722", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Written ZCH LOVE ZSH. There are two hello Kitty. Snow.", + "public_commercial_use": false, + "recraft_id": "ed2d1afe-23bf-4d9a-a6f0-1b9c08538bf5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:42:12.587697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e62a8d3-3cdc-4961-974b-eafad638df0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two kittens, one playing guitar, one skiing. Joi and mia are written in the snow. ", + "public_commercial_use": false, + "recraft_id": "b7608e85-63cc-4afb-b497-160b1b6a02a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:20:00.632961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a148122b-3b76-4705-9a43-9ec6d67ddb3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy with a scarf and a black Shiba Inu with a scarf snuggle up to each other in the snow", + "public_commercial_use": false, + "recraft_id": "ab1f862f-45f5-4dfc-b818-b5c822ee024b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T01:47:16.017747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61769a51-4d74-4178-9550-38fe767c0952", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a civet and a long-haired cow cat play in the snow", + "public_commercial_use": false, + "recraft_id": "9a9229c4-197d-4023-a7e7-5f733e57f6a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:05.801362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77796733-c31c-4d33-8ebd-60915f8ffe2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Aussie hair", + "public_commercial_use": false, + "recraft_id": "cb7c9702-699f-41e7-8091-38b0fa5e7794", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:46:38.986187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e7c9d55-d93d-490f-9867-ee09dd355c24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow star,Winnie the Pooh", + "public_commercial_use": false, + "recraft_id": "eefdcca2-2daa-4ccb-8092-d2d6e27db686", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:50:49.914604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc31bab7-c46b-4e73-b7ee-c89bcef0ec73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Yorkshire puppy named Nomi, playing on the grass, blue sky, white clouds and bubbles.", + "public_commercial_use": false, + "recraft_id": "26510ff7-2dbd-451c-bfd6-620b3a1bf222", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:35:29.434747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cac4c02-1b6e-4037-af19-e4cf61d608f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Barbie doll is playing the violin in a crime scene with body and blood.", + "public_commercial_use": false, + "recraft_id": "cf079d14-a9d0-4cd6-833d-71ed891544cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:56:46.870091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d967ba8a-6afb-46ff-8974-ff84224f9f40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Six different breeds of dogs are attending classes in the classroom, with each dog sitting at their own desk and various cute decorations on the back blackboard", + "public_commercial_use": false, + "recraft_id": "adb51ea5-c13c-4d3a-8db9-64d8ecff94c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:10:32.266443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28fc4408-83ec-45e8-ad1d-0343f8dcb063", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty sitting by the seaside watching fireworks, with \"Lucky Ran\" written in the snow.", + "public_commercial_use": false, + "recraft_id": "765cfd25-9f31-4ab8-af11-43008a0dcbe9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:34:21.311213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b538888c-2733-4889-92b8-dcd389bf63e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rilakkuma is smoking and drinking coffee next to Mount Fuji", + "public_commercial_use": false, + "recraft_id": "a311c8bc-e432-408a-aabc-9d58bb3786b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:52:52.049121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a0b15b7-aac5-4a58-a022-782bf01a93bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The white flock is in the snow, and there is charcoal burning in the snow.", + "public_commercial_use": false, + "recraft_id": "9c80f91c-b93d-4f84-aaf1-ca0bdd0f59e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:01:25.690412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c15559aa-7375-42e0-89d5-90f8777b1287", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A young handsome guy with short hair, looking at camera, blue deep sea, snow capped mountains, blue sunset", + "public_commercial_use": false, + "recraft_id": "f57c577d-f6b2-4f43-b28b-c9386846ee77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:19:21.958821Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ae9ff8f-430e-462d-a80a-0f503092001f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "only a square table zoomed in and centered in the middle of the scene, with sunset that is blue behind thin windows with street light beside it, face forward, darker colors, table face directly forward, with more sunset in the whole frame, table face front, add a table in front, lowering the camera angle slightly", + "public_commercial_use": false, + "recraft_id": "02c1ef00-b0e6-4513-9bdc-f6147815cb9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:23:06.954086Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "56f032a1-7f3b-45ec-993f-d9bacd1c4f81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white blue eyed kitten with a pink butterfly happily makes a wish on a cake, with Mount Fuji in the background and snow on the ground, with the words' are u ok 'written on it.", + "public_commercial_use": false, + "recraft_id": "7611f7ad-778b-4542-9d31-b21eec4e2de5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:55.186124Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "663ff6df-f182-4ae0-b0bc-7679b52e0d32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big white labardor dog playing magic ", + "public_commercial_use": false, + "recraft_id": "eb66c0ee-e53a-4f94-80ea-63e229c4c25c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:16.188883Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "df909ce4-82cf-430f-af92-84aa287b249c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A warm and inviting vintage-style living room, bathed in soft, golden sunlight. A playful white cat with blue eyes chases after a few fluttering pink butterflies that dance through the air. The room is filled with cozy furniture and decorated with a touch of whimsy. The walls are adorned with framed black-and-white photos, and the phrase 'are u ok' is gently watermarked on the image, adding a subtle, friendly touch. The scene is peaceful and free of human figures, focusing on the gentle interaction between the cat and the butterflies.", + "public_commercial_use": false, + "recraft_id": "326b0023-ec03-45aa-b8f6-e14f38161f8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:13:29.573456Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f62872f4-630f-4daa-a39f-82f84f48d914", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow there was a black kitten with a halo on its head", + "public_commercial_use": false, + "recraft_id": "faa5b148-bcd7-41df-8b14-4a4ec3a38a2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:08:11.734505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54106074-6ccd-4373-aac9-97378684ec46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sits next to the Christmas tree by the sea. WSY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "1757bf6a-6a5c-48fb-a7f4-b5907106d28e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:49:34.815738Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "23756f06-ce7d-487d-80a1-0605a3dc87cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tranquil and sunlit vintage-inspired room, where a white cat with bright blue eyes playfully bats at a few pink butterflies that flit around it. The room is decorated with a mix of cozy and antique furniture, creating a warm and inviting atmosphere. The walls are adorned with a collection of black-and-white photographs, and the phrase 'are u ok' is subtly incorporated as a watermark on the image. The focus is on the cat and the butterflies, with no human figures or body parts visible, capturing a serene and playful moment in the room.", + "public_commercial_use": false, + "recraft_id": "67134b6a-eb09-4b2e-a2cc-1800fa2088fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:41:35.938789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31e05ea5-4871-4ed6-8209-074a4766ee20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A human-shaped Hello Kitty is in the paddy field, wearing white gloves, holding rice seedlings, dressed in a fishing outfit, with a hat on its head, and the sky behind is filled with a setting sun.", + "public_commercial_use": false, + "recraft_id": "1fa942a7-0b83-4644-bbd0-d9ad0edc715a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:54:09.619513Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "acd06948-7ce0-4592-81ed-28bb470b6373", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a Christmas tree and burning candles", + "public_commercial_use": false, + "recraft_id": "63db804b-51af-4aba-9526-74f4ff028865", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:58:58.133541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c7c4596-17f0-424c-bc81-3a0862e10723", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitty with western style clothing. There should be cowboy hat and boots.", + "public_commercial_use": false, + "recraft_id": "c94d18bb-3367-4fdc-ac3d-3276b474b94b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:27.278327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ada7212-8977-4497-ace4-891607ac2a94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are horses, sheep, cattle, people riding horses on the prairie, and the sky is cloudy.", + "public_commercial_use": false, + "recraft_id": "9b4d4959-a51e-407e-a9a6-d1a574220d16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:37:45.547539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b536d00-4d3f-4b99-8923-85c1c738571c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy sheltie (with color sable) playing", + "public_commercial_use": false, + "recraft_id": "484e5ed9-f4fa-43d0-aa44-7fbcc94dc099", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:03:23.265355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bd8c58f-4008-415b-a242-dbd12af595e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "American Shortcat, Christmas, Ice American", + "public_commercial_use": false, + "recraft_id": "d00fec82-6c0d-4587-8402-b2fc07fac02f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:22.152707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3cb6fb9a-a661-491a-9f9a-94a09b37dcab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow tabby cat looks at a yellow birthday cake with candles on the dining table", + "public_commercial_use": false, + "recraft_id": "098c996c-caef-4468-b368-63425b76de9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:14:40.245612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2992096-debd-4d0c-8b6a-cefaece7576b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute piggy wearing suits", + "public_commercial_use": false, + "recraft_id": "af3c21b6-01e8-4e6a-94b9-3b5a8586d470", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:53:00.056798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a906d7c0-e4f5-4171-8825-a4495ece8dde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty is at the beach with snow and fireworks and Qian is written on the snow-covered sand", + "public_commercial_use": false, + "recraft_id": "cc8a650d-796f-45e8-b7ed-0b613a5838c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:00.529296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2044da9e-eaa2-4237-9fda-9168f4866316", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Teenager with bangs outside European style house Half-length portrait Positive face", + "public_commercial_use": false, + "recraft_id": "a98e1638-5fe7-4c84-992b-93c9ad105a84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:05:44.069825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4993aca-ca6b-4054-ab61-dce4e282bc0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, in the distance, there is the sea. A kitten with a black-and-white head and a white body lies on thick white snow, with part of its body in the snow. The letters \"ZC\" are written on the snow, with paw prints scattered around. The scene features a melancholic blue night sky, with a dreamy effect and floating particles. The colors are highly saturated, with an overall blue-and-white color scheme.", + "public_commercial_use": false, + "recraft_id": "ef2f1566-bee1-46b4-8427-d6c166f2cace", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:45:21.472138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d019aa09-f057-49d6-a193-788d690736ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "home internet", + "public_commercial_use": false, + "recraft_id": "5a37b814-5122-414a-8c4b-b2128333dc32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T01:02:40.615636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57ebe2bc-eb4d-47cf-a7a0-330a46ced576", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, Hello Kitty was dressed fashionably and standing in front of the house when it caught fire", + "public_commercial_use": false, + "recraft_id": "57d25358-6601-4cbf-bdf5-948a8ebc3748", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:35:20.686024Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1312d8c2-3bbd-4f90-b633-8dc791948d6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wine merry christmas snow", + "public_commercial_use": false, + "recraft_id": "f9ffa1de-4a4d-445b-ac72-5f64d6d00f0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:17:23.41108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c83d9ce-9531-4f8e-b61f-51b3e0794616", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Anime My Little Pony unicorn across thedark and bright forest into blueand pink sky", + "public_commercial_use": false, + "recraft_id": "c82ba805-4106-4b75-a760-55572e039d97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:53:19.07212Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "db793f66-a73a-4fb3-9eed-6e0d78d9d2d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bernese Mountain Dog puppies, snow, Christmas tree", + "public_commercial_use": false, + "recraft_id": "9f6fe098-6980-426e-9ef6-f4fafd173aa4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:43:07.303022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2902e1ed-c65d-457c-8c19-111ee3ba6374", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white Labrador puppy sitting in the snow, wearing stylish sunglasses and a Mickey Mouse headband on its head. The puppy is tilting its head slightly, smiling playfully, surrounded by a bright and serene snowy landscape under a clear blue sky. The scene is whimsical and joyful, emphasizing the playful nature of the puppy", + "public_commercial_use": false, + "recraft_id": "869314ef-8e35-4a30-9a5e-73a01ac11b87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:24.951525Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "010803cc-ceee-44e0-a4ae-afc0600609d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow HelloKitty outdoor blues Christmas tree is a little snowy. WAY is written in the snow.", + "public_commercial_use": false, + "recraft_id": "2db67af7-afc6-4e7a-8fd1-e3098d3d5e19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:06:32.182094Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4e29b48d-ade6-4bdc-b4bc-ce875ad1e954", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apples on snow background pink sunset, bubble Christmas tree fireworks Snow day The letter m", + "public_commercial_use": false, + "recraft_id": "7cbbdb7d-3aa4-4fba-8195-8fdb32db81a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:30:22.718178Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fd56f50-520a-4ba3-b914-2414b01eadc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a gloomy cloudy day in the snow, a black cat with traces of cat paws on the snow, heavy snow drifting in the sky, and words' nan 'written on the snowThere are kitten footprints on the snow", + "public_commercial_use": false, + "recraft_id": "49fe0476-0b9c-41e8-8f60-d0282bf749fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:37.814384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccf4403f-afdd-49be-a6e1-760a87cf3d8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten wc on the pink sand", + "public_commercial_use": false, + "recraft_id": "af0df4bb-c8b3-4cc8-8f19-5acd5674a7df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:58:31.664797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "038489cf-3f5f-49ea-b6b4-52b6e230e94c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A swing was burning, By the sea", + "public_commercial_use": false, + "recraft_id": "b56cfb53-c9dc-4784-be2f-1a8a6b4551a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:09.481593Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d9c12bb3-5689-4912-8a89-6f80e5396a27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the aurora stood a dog", + "public_commercial_use": false, + "recraft_id": "d8c0b233-08c3-498f-86f9-99ba8bb8cd0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:12:24.093338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11e00dca-6c61-4492-8b1e-7de4a72e99ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair wearing sunglasses stands on a guitar under the Christmas tree, with a cup of coffee next to it", + "public_commercial_use": false, + "recraft_id": "8c999133-ba17-4219-b45e-182eaff443a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:18.909612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88974c92-2bd0-4d3e-82e1-00600e25af00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting on the snow. There are fireworks in the distance. There is a name SJR on the snow", + "public_commercial_use": false, + "recraft_id": "93b961b3-fdcc-446d-b63b-d92f36faaae0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:44.531783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28a5bc9b-a4d6-4cd0-9486-e8f5132c8384", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowman drinks iced Americano in the evening with snowflakes.", + "public_commercial_use": false, + "recraft_id": "1ad7a4a8-96f4-40d2-9042-ad92e70a59e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:51:29.927999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4d899fe-1919-4404-88d3-26fbd47cae5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "small Yorkshire puppy Nomi, playing on the grass, blue sky, white clouds and bubbles.", + "public_commercial_use": false, + "recraft_id": "f5820c4d-7ad6-42b3-a66b-775b2306f4f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:41:34.332183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc910f23-ed74-451a-a7cd-31f7a347d48a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, colorful atmosphere lights,Snowy day", + "public_commercial_use": false, + "recraft_id": "4bafbc10-8114-4751-ac3e-9e098ee16b48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:30:28.190813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7b0e3c4-e7c8-452e-827e-956278fe4c6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bubbles, horses, snowy mountains.", + "public_commercial_use": false, + "recraft_id": "35c8f3ee-bf2b-40f0-957f-2930a831ffda", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:30:59.804859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5348e551-b4fd-4a58-93c1-18239fa15a7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda cub is sitting on a carouselA panda cub is sitting on a carousel", + "public_commercial_use": false, + "recraft_id": "51af62bb-de75-434d-8ecb-6356f8286bdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:04:56.049694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d9aef7d-365c-4f09-8ceb-01bb4d8549bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sitting in the snow with LY and LSQ written in the evening, fireworks set off in the distance", + "public_commercial_use": false, + "recraft_id": "d95bc939-1d3a-45f5-8483-c085265cf9ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:10:11.697911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white horse in the transparent silk on the snowland in winter night", + "public_commercial_use": false, + "recraft_id": "1c3be169-5996-4c4a-8264-6355a42d9788", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T00:38:23.434012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5e5ddf4-f66b-4242-9f0e-4d80842c0e40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy sheltie (with color sable) with christmas hat", + "public_commercial_use": false, + "recraft_id": "f735584f-9d3c-4a25-a979-b095438dcabd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:24:02.603597Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "26a61fee-62c3-4e88-98ac-1de94ff833b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a Seagull in fuzzy red hats smoking cigarettes on road signs at night ", + "public_commercial_use": false, + "recraft_id": "2cea5d7f-6d49-449e-a597-edfcff2f1097", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:19.498086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b83e5750-695f-4624-bd46-b708864bfd0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Man, Face the camera,dark green pilot jacket, Loose black jeans, Asian face, looking at the camera, grassland, horse", + "public_commercial_use": false, + "recraft_id": "945efe83-a5e5-4e9a-b6c9-4a07ccae99b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:06:55.079516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4513e146-58e2-47fa-877c-55968787cf26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An American Shorthair cat wearing a birthday hat with the number \"28,\" sitting by the seaside watching fireworks, with \"Lucky Ran\" written in the snow.", + "public_commercial_use": false, + "recraft_id": "511756dd-e2af-4567-bf18-f0a4d8df6190", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:25:20.473734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f538bb20-a3d3-4f85-81e9-7413828e3772", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat on the beach with coconut trees and shells at close range on the beach.", + "public_commercial_use": false, + "recraft_id": "766c8c52-2d6b-4389-8073-c2ea6efb5073", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T02:49:09.141857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88641b41-2f4f-45d0-a020-6e1bbf0dbf92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat is working on a computer, in the office, glittering falling around it, butterfly wings, medium shot", + "public_commercial_use": false, + "recraft_id": "5c2b8c5a-f8b4-4681-8b61-02fd7e43bfcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:44:36.97834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ed96abb-3081-4e26-98dd-19b5aa6befee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cigarette are drink alcohol at home", + "public_commercial_use": false, + "recraft_id": "3f6fda3e-5f82-4730-b557-484b91ccdd8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:44:29.3521Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black kitten with a halo on its head and a scarf in the snow at night", + "public_commercial_use": false, + "recraft_id": "57ca7724-f8e2-45ca-901e-c7ddb1dc9850", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:56:15.659049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffcf3302-a27d-4f64-8b70-cae32c317250", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora Snow Samoyed Happy Puppy Transparent Wings Snow Play Running Balloon", + "public_commercial_use": false, + "recraft_id": "4f8dbf75-cca1-4afe-928e-23796a4ede49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:33:56.811816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d1c1672-2a9e-40cb-8a10-6628091ebd9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland an'dbutterfly in the snow and balloons with Liie written on the snow", + "public_commercial_use": false, + "recraft_id": "f248e992-8c0c-480a-857b-dc7fd89bdec0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:14.826496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fa5c394-df0d-433c-b083-743e4ebb69cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit is having her time in her room", + "public_commercial_use": false, + "recraft_id": "b48d721a-dee2-4152-8b13-ab95b0ed974f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:36.675312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An office kitten sits in front of a MacBook with coffee and papers next to it", + "public_commercial_use": false, + "recraft_id": "bbf5f898-919d-4bc8-a465-b6c8d9d70d13", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:19:47.896153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a standing big tree in the middle of a park in the Netherlands at summer dawn, with some toxic mushrooms grow on the green grassland", + "public_commercial_use": false, + "recraft_id": "39791560-fe8d-4648-8a45-122b72ae9d50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T02:48:19.341759Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1754a506-c1e6-425a-9bb6-2e09babc20e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white chubby fox dog wearing a new Chinese dress, balloons, candles, a cake on the table, bubbles, happiness, fireworks outside the window Wangzai butterfly", + "public_commercial_use": false, + "recraft_id": "68d32aa0-1cd8-4564-a1c1-ebaf9b3b61c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:33.0822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69b72547-118d-4c7f-a6a2-b706bf87b07a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "batman and joker", + "public_commercial_use": false, + "recraft_id": "370166bb-cadc-4850-a424-994ed0b40f81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T02:43:56.648159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d1b1d32-c5da-4f87-81a8-eb62769ae1a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cactuses in front of a pink curtain", + "public_commercial_use": false, + "recraft_id": "d2b40215-ce81-4ca9-a1a6-6f5d86bfc8ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:39:03.327008Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ecdb984b-ec37-4b9f-832a-ec5547a2a7d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white, long-haired terrier dog, wearing a scarf, running happily in a winter snowstorm, with fireworks in the sky and cartoon dolls around it", + "public_commercial_use": false, + "recraft_id": "4de8aa74-7dd2-44a5-a0f5-0abf3a297331", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:58:39.607483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "372dbc92-50f8-4f6a-bde1-3e2cbcb77787", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A row of palm trees were planted on both sides of the seaside road. In the evening, a vintage sports car passed by. The sunset was beautiful.", + "public_commercial_use": false, + "recraft_id": "511b87da-c335-4235-9429-5f45a4161282", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:13:59.399369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e643d5f-3e74-4d7f-ade0-55edbcd9a110", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black-and-white gradient patterns.Snowy ground, night, blue tone, running, a Maine Coon cat.", + "public_commercial_use": false, + "recraft_id": "d8dd0e7a-86bd-457a-aa68-7ada4360a8f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:05:55.793022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b763722-0f0c-4cc3-988c-84ce8fd63b47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British Shorthair wearing glasses is standing on a guitar in a coffee shop", + "public_commercial_use": false, + "recraft_id": "6c848d32-988b-4695-b48f-32c0e8fba3e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:57:39.302296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75a9de21-e7de-4d02-b1b1-bdb8d3966d83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute golden retriever and a pink-eyed kitten are strolling through the Christmas streets, with a peaceful deep blue sky above and warm yellow lights glowing on the street", + "public_commercial_use": false, + "recraft_id": "64129856-4a2a-4a2d-b0c5-57cf0752e6df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:57:07.472088Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ead2023-9d7f-463d-a3dc-4f8c2fbec591", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora Snow Samoyed Happy Puppy Transparent Wings Playing and Running in Snow Balloon Nighttime Aurora Drifting Snow", + "public_commercial_use": false, + "recraft_id": "f495e6ef-2e95-42e0-af95-f6ffebc33891", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:57:18.21236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "975396f2-00e9-4b70-9b23-15d0152433df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A West Highland White Terrier and Hellokitty are running together on the snowfield.", + "public_commercial_use": false, + "recraft_id": "481debb3-7da8-49b4-b315-78677272d6f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:02:22.053848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2173e079-f6ae-454e-b278-fa7f083004b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Green aliens are playing drums", + "public_commercial_use": false, + "recraft_id": "f14c64c0-4f2c-4093-9843-14a6f45effe2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:19.153097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba11dae4-c0f7-4649-81f5-8f4d7e08f58c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow under the stars, hello kitty holds fireworks next to the Christmas tree, and the snow under hello kitty says QJY", + "public_commercial_use": false, + "recraft_id": "881e110c-d709-4c2b-9e23-93f7ae89eab7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:13:35.381809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5abcf1f8-6f6f-4a05-8a98-14d6d94dc999", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little witch with orange curly hair stood next to the Christmas tree in the distance, and the evening dusk shone golden on the snow.", + "public_commercial_use": false, + "recraft_id": "68a7cf73-40cc-4ad1-890a-a24167ec7d1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:36:08.724414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ab7991d-6a78-475a-bf6f-edf90480ebe6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a penguin in a desert with cactus ", + "public_commercial_use": false, + "recraft_id": "b86dc045-a087-44d0-8d4a-a6f1db6159ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:05:51.455769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " The penguin with a scarf is on the snowy seaside, next to it is a Christmas tree, the three letters ZXY are written on the snow, and there are sunsets and colorful fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "895110c2-997b-42ba-b7ac-e770b182ee58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:08:52.833148Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "a60134c9-580c-45eb-9618-7fa1f67e2563", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apples on snow background pink sunset, bubble Christmas tree fireworks snow day letters m a s o o m a k e", + "public_commercial_use": false, + "recraft_id": "7a94d0c3-49ee-4be4-ad51-c5c8aabb04a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:15:34.127948Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13ae97c6-75b2-4fec-a1ed-8039f485f070", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A medieval Crusader knight stands beside a campfire in the snowy wilderness.", + "public_commercial_use": false, + "recraft_id": "a5700668-56e6-42a5-984f-c1b871966bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:55.697531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ef9cae9-a186-4332-abcb-ad939da8ab29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kyoong written in the snow, heavy snow, candy, blue sky, fireworks ", + "public_commercial_use": false, + "recraft_id": "25c44558-3e43-4f99-9945-c4fcb14ff4f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:51:12.463317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a0cde5-1ccb-4842-a8ca-258e4811666d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An angel is hanging", + "public_commercial_use": false, + "recraft_id": "abd9c200-4dac-4b78-a396-f07bce7ea293", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:57:15.536358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8406459f-9c74-49cf-8100-9870e031ce70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is with a puppy in the snow. There is an exquisite Christmas tree next to it. There are gifts under the Christmas tree. There are fireworks blooming in the sky and the aurora flashing.", + "public_commercial_use": false, + "recraft_id": "fae35a1b-86e3-49a7-8540-4acf56c9d699", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:36:36.104964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fd9630b-1500-43d6-9846-a6775d3bd0bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing by the sea, the snow says ZBL, and there's a golden retriever next to it.", + "public_commercial_use": false, + "recraft_id": "21f5751d-4953-4d08-99c7-4d695ada1601", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:21:16.855625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "727dfad2-6aeb-41d9-9258-387b6c72cd98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little koala sleeping on the clouds", + "public_commercial_use": false, + "recraft_id": "3eb86620-934f-41b6-92a1-905faa0af5f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:36:12.376571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A capybara stood in the snow with a knife in his hand, and there was a burning house in the distance.", + "public_commercial_use": false, + "recraft_id": "02551906-8822-429b-b0b3-e923cddfb0f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:25:03.095374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df222d0a-1288-48fc-9ec3-6b86aebadc88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "animals drive cars on the road and smile through window", + "public_commercial_use": false, + "recraft_id": "315a9264-aec7-4de6-99fd-41ec5aa84c57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:15.284457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ad89d01-31bb-4a55-a4b0-532fb4f28286", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Hellokitty eats strawberries and coffee in a warm winter house.", + "public_commercial_use": false, + "recraft_id": "cad1aad4-77b7-4961-b67b-d1269e15eb61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:20:17.669119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ef56934-0b32-413e-902a-9ff0324cac75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat making a wish in front of a birthday cake.", + "public_commercial_use": false, + "recraft_id": "29066386-2478-426a-a45b-75edb30ff477", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:52:11.648935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "710f9ee9-c262-417b-bbd3-2e91b9fb5315", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda cub and a koala cub cuddled together", + "public_commercial_use": false, + "recraft_id": "e1e5d764-f036-47e6-9696-3fac41715d7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:01:47.279606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd6bd047-385b-4464-ac7b-1401b6a98bc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty writing papers beside on fire company.", + "public_commercial_use": false, + "recraft_id": "e721ee2e-eb2c-42c5-bcc5-a689a79956ad", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:26:12.084282Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "423c31c9-f0d4-4a6c-8568-af0b305e2fd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white blue eyed kitten with a pink butterfly turned sideways and happily made a wish on a white cake. The background is Mount Fuji, with white snow on the ground and the words' are u ok 'written on the ground.", + "public_commercial_use": false, + "recraft_id": "66e6b839-aa0e-4be0-97e4-177865893bc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:06:16.593418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de49aea4-7c13-402e-bbc4-91d7fb609b53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Hello Kitty is wearing a vest skirt and using a big scissor cutting fabric ", + "public_commercial_use": false, + "recraft_id": "c07d938b-03f5-43eb-8fde-04e9d0c81b39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:14:07.850655Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a387f893-8c40-43e1-b8e8-1f2c2ffa7a41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda watches as the Golden Pavilion Temple burns fiercely.", + "public_commercial_use": false, + "recraft_id": "4760f49d-dc63-4ff6-b3f1-504047ad7414", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:18.150803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ff0f30c-f719-40a4-be39-1bef8502133c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A west Highland watching fireworks on the beach", + "public_commercial_use": false, + "recraft_id": "1b4df67e-2c27-4b1c-8442-8ffe8103e2e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:47:44.511791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8776ea2a-cbac-465d-8c53-d50b6bbe49de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is standing on a big letter R on the snow-covered ground. It's snowing.", + "public_commercial_use": false, + "recraft_id": "e6419075-8829-46c5-9685-ff1babf6bb80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:35:55.683668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty on a beach by sea holding a cake with 0726 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "24006e1f-9bd4-4d6c-a98c-f52b38481e02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:18:44.913806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffc7c987-cbd7-4d6b-8ee3-1de84ae59283", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an old boatman wearing hat stands on a boat in the lake ,looking at the stars ,blues", + "public_commercial_use": false, + "recraft_id": "7359b4b5-0cca-4736-8cb4-3c702f68aee5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T01:15:28.611071Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c45ed8e9-42da-4577-bd79-0914eda74f0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Charlie's Little Hound, Ragdoll Cat, Aurora, Snow, ", + "public_commercial_use": false, + "recraft_id": "4d9148db-62d5-4ecc-a816-07cb9e66e70b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:52:54.732054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb48c40c-7eef-4a08-8a0b-1dc007fd334d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A seal point mitted ragdoll with a red scarf sit in s snow field, with bubbles aorund", + "public_commercial_use": false, + "recraft_id": "29a82cac-c14e-4daa-8b9a-973d3958912c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:39:22.17008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aac27ad5-cbef-44f1-b1e1-10aa6965d003", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A wallaby eats cake in court ", + "public_commercial_use": false, + "recraft_id": "767b8f52-4393-4180-b1a2-cb1b27b996ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:11:51.948186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An endless expanse of snow. hellokitty dolls and Merry Kitty dolls in white wearing little pink dresses, there are traces of \"TYY\" in the snow, there are traces of cat PAWS. Light pink background with a dreamy effect.", + "public_commercial_use": false, + "recraft_id": "8a195ba7-7a46-46a7-80ee-846a122a5380", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:47:14.051628Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "88d01e83-b7de-493a-85cf-dc658ee83630", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow-billed pelican and a full-body pink rabbit besides Christmas party setting", + "public_commercial_use": false, + "recraft_id": "8e7ec704-94ae-41a5-8e54-e9ba17a90303", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:07:06.953974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76c7ee05-af8e-40a1-820f-bf7eda2d7cde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty On the snow", + "public_commercial_use": false, + "recraft_id": "c01d5feb-b352-4cc0-b48b-33885139d932", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:24.980384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40a201a4-9981-46de-b0ca-87b26e088d8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever sings with a microphone", + "public_commercial_use": false, + "recraft_id": "6aed7bd1-4bae-4b3b-838e-a80986a8bca8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:34:27.990142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e3db461-0cd8-427a-b43b-fd84a8d7cf14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black cat stands on the snow, with a Christmas tree and fireworks, pink sunset and snowflakes, and Hamu written on the snow", + "public_commercial_use": false, + "recraft_id": "910365a8-7d9a-408b-9a61-1c44a8f504ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:19:31.004965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8329398a-3169-444e-94da-272304ce6374", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at night hello Kitty sat in the snow where SRT was written and fireworks were set off in the distance ", + "public_commercial_use": false, + "recraft_id": "c7a7d3be-0b17-4cd6-be40-51e6e563ad3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:53:54.451918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfaf0924-2738-48b6-9587-bd9c720c0d91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a village within Guangzhou city, a Spider-Man wearing a Tang suit is riding a bicycle, with pedestrians watching.", + "public_commercial_use": false, + "recraft_id": "0cd2c3cc-2f16-4d73-978d-c5fe5c90f05c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:36:12.579868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b1d0d93-42a9-4036-aa4c-c641a1dab0a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apple-shaped bubbles.", + "public_commercial_use": false, + "recraft_id": "6f57edf5-a58f-482b-beb3-fa0f0d530917", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:21:08.660588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23a80a5e-f0de-4f21-982b-6a6b329fed08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bunch of West Highlanders are having a party.", + "public_commercial_use": false, + "recraft_id": "4ccfe666-b94b-4a3c-912c-1f92a2dc9f21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:42:26.472972Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2ff623ee-cde3-44ac-9765-b7b0e830f1c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fancy and color fireworks in wild snow. A white puppy and a white fox baby play together. ", + "public_commercial_use": false, + "recraft_id": "70f3a9ae-c21b-43d2-8d77-22ce08cf1396", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:19:06.782579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9b82ecd-0a05-41bb-8b66-ec1bb688dd58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog is eating pizza", + "public_commercial_use": false, + "recraft_id": "85a7a03c-d76d-45d6-964d-639ff0a64d5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:50:11.95838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Autumn leaf-colored golden retriever, Kyoto, cherry blossoms", + "public_commercial_use": false, + "recraft_id": "011867d9-14e4-40ac-b36e-75d552cb1407", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:52.228724Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "101c8b71-2379-4d2f-ba48-072c6887318d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A milk lit moon, it floods the room, and lights a path.", + "public_commercial_use": false, + "recraft_id": "4e010a5c-086e-4fc6-96da-4fe40c6b9298", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:16:36.254716Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c0632dd-5534-4bcc-a954-ddcbbfa5a343", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an old boatman wearing hat stands on a boat in the lake ,looking at the stars", + "public_commercial_use": false, + "recraft_id": "af03bae4-0d9b-4fdc-9d99-c415aabd51dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T01:42:44.99247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47b777a3-cba1-4fa8-a985-7588df826297", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Before the volcanic eruption, the little bear and the little rabbit were sitting around the table drinking coffee. ", + "public_commercial_use": false, + "recraft_id": "5f43b7dc-9e11-432d-9db8-a30d706aa523", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:15:15.311018Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f33a8005-5935-4143-b306-17d90baa1a1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog had a sign that said lyp", + "public_commercial_use": false, + "recraft_id": "accc86a5-e813-41f6-9262-c22c64bd1a81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:03:11.154033Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "edc2b4f9-fb59-4755-a293-fbf8f87899e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yorkshiredog, snow, snow", + "public_commercial_use": false, + "recraft_id": "3e00574c-2db4-4ec4-9e42-d69a46fe4f38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:15:49.907743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb37c774-33d3-4274-b368-863cbe993196", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple kissed on a busy sidewalk.", + "public_commercial_use": false, + "recraft_id": "9b4f5beb-1025-4bdf-8ca8-e0f48ac961cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:43:08.926835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b66a634-93f4-4a39-bfba-9f7c8d872b0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Floral dress of hello Kitty wearing sunglasses and eating shaved ice on a lounge chair in the Maldives next to a glittering swimming pool", + "public_commercial_use": false, + "recraft_id": "8443547c-159a-4b72-a21d-d158d093996f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:02:19.145713Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d0e7ef5a-492c-4f65-a465-a0df61f8dda0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, front and side view at 20 degrees, dim environment, snowing", + "public_commercial_use": false, + "recraft_id": "78c0d908-8b1b-4333-9c57-901f213260c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:14.796038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59cfe499-5ac4-47b9-b938-ddd4f7256788", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely old man sits on Mount Fuji", + "public_commercial_use": false, + "recraft_id": "93e97019-c01e-4977-8811-6f13437ec1e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:49:10.972605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d53734c4-5448-4992-b05e-a8df154eee76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever sings at a microphone", + "public_commercial_use": false, + "recraft_id": "6327727f-f3dc-43ad-89a7-2bd3f2f91c21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:37:28.812151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75429556-f9f3-46f0-bd44-16eb5e3f860d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a real black horse running on road in dark night,and a vampire riding it.", + "public_commercial_use": false, + "recraft_id": "7598e89f-e4c8-4649-9350-a6c491e5758e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:48:10.519365Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c93801eb-9e0d-47d7-b306-b13efea1a8e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with pink butterfly wings is making a wish on a cake, with the background at the foot of Mount Fuji..", + "public_commercial_use": false, + "recraft_id": "db7afb81-0d81-480c-a3cf-987ce145dccc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:37:56.847634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "731df599-e148-4852-8dd3-0d23f99c890e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree by the sea", + "public_commercial_use": false, + "recraft_id": "7137171d-a6a6-4676-bd4a-64b021f0b0b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:54.538362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0e63868-e68b-4e73-ac87-535b4482b7c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the day, under a blue sky, a Samoyed is playing with a toy ball on the beach, with the sea beside it. There is the words \"Michuxxx\" written on the beach", + "public_commercial_use": false, + "recraft_id": "f401171e-c94b-4071-a292-8f4c7826a31a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:21:55.37554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd85a906-d95b-487e-90e8-9050633cd89c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, it says'seventeen'and snowflakes float in the sky", + "public_commercial_use": false, + "recraft_id": "e5562407-0729-4a05-bd18-908ce69b0905", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:06:42.79012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9792882-eea3-4f52-a605-c13b3e15d041", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Release the text version of P1: On a snowy night, there is a sea in the distance, a white Kitty cat wearing a Christmas hat, next to a Christmas tree, with \"WY\" written on the snow and traces of cat claws. A melancholic blue night scene with dreamy effects of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "28c571e3-3063-48fa-894d-9935897e7919", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:24:36.439328Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7f94e8f-4c32-48da-9954-bda74c5be264", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat wrote Happy Birthday yosh next to the birthday cake.", + "public_commercial_use": false, + "recraft_id": "95088405-b3ca-49c5-871f-3f1d7ccfd975", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:28:07.834871Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94bdd5ab-2642-4a66-ace0-bc31d23bb6a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby rabbit dance in lalaland", + "public_commercial_use": false, + "recraft_id": "184e1ca6-5397-4e26-bc92-70c6f5e64e69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:31:47.160185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4372fce2-b320-4639-8704-aef698b0655a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A man with a smartphone glued to his face is groping in a dark maze with his hands fully extended forward", + "public_commercial_use": false, + "recraft_id": "d192abcb-4127-48b1-a21e-a891fc9bb86a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:23.30967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44ec4b87-0b2d-485b-8118-0fa59d877b4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside, sunset, rabbit with butterfly wings.", + "public_commercial_use": false, + "recraft_id": "57ed9cfc-cabb-474f-8b5e-ad52fac4ab4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:24:37.202967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69da4205-37e6-4b50-b921-43c42ffdf19c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is wearing a pink high-end dress and smoking while drawing at the fashion store. She draws until the paper is lit and smoke rises from her head", + "public_commercial_use": false, + "recraft_id": "24d9be86-3d91-4f3c-8eab-804d8942b4bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:11:49.591054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7847580-2cab-4704-a84e-1f4779c2c929", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute Corgi wearing suit is playing piano", + "public_commercial_use": false, + "recraft_id": "66316f4e-71d2-4b39-a863-0ec9eb60bb1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:33:18.366754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd33b4f1-b202-4acc-9a41-72c683683bea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat plays with butterflies at the foot of a snowy Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "b8115098-ca8e-434d-909f-1f93dd0342ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:01:04.885734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cee0ef47-030f-454c-b7bb-bb98674fd0a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man walking two dogs. But the dogs are actually two old men, in hello kitty pajamas pants.", + "public_commercial_use": false, + "recraft_id": "1120a33e-33b3-4054-85ee-c9e2cf4469a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:16:24.717254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "788736dd-f369-42f0-a45a-5ff8633a8355", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat holding a star-shaped magic wand, dressed in a magical cloak.", + "public_commercial_use": false, + "recraft_id": "04d83295-fcbd-4536-9077-1de07c0eed03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:30:20.613098Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1f478e3f-06ba-4f1c-82d7-e89a1484bd57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Helmet off, 18-year-old blue-faced blonde knight in bright silver armor splattered with blood stands on the grass of a medieval manor house, flash-film style", + "public_commercial_use": false, + "recraft_id": "a401d588-2280-467c-96c2-a44b06562052", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:30:35.912865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc0e8123-1d77-4f47-816c-2c8ee8887f83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hedehog having christmas dinner ", + "public_commercial_use": false, + "recraft_id": "bb3785cd-46fe-45ed-a399-70f3a87f986a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:13:01.548334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "All the time the Maine Cat was in the snow, sitting in front of the computer working ", + "public_commercial_use": false, + "recraft_id": "7c563c23-8393-4530-8212-13ca47df3200", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:21:53.948981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a834300b-9a28-4685-a58e-3c6774d47d65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A thousand fountains in a small town", + "public_commercial_use": false, + "recraft_id": "92ffb775-ce7a-43bf-a326-3a3d6b693d2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:11:40.305487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bb56fa9-3a11-4f87-ab20-241720353c00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lot of white horses are watching a movie together", + "public_commercial_use": false, + "recraft_id": "5bf3e08f-1447-4e61-9a82-0c5db0218556", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T03:10:20.200493Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d445b37f-c79c-4325-a7f6-38447f84aa79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a brown-and-white Beagle wearing a bunny ear headband besides christmas settings", + "public_commercial_use": false, + "recraft_id": "68575773-1f9b-44a1-ae31-933dd3f47c50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:08:38.241667Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a733bbe-2289-4535-a7b1-ae9ed6bcbaef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tree that blooms, covered with white flowers, resembling magnolias or cherry blossoms, with a sky full of stars above.", + "public_commercial_use": false, + "recraft_id": "0739a087-1397-48e0-8bc3-24c47b16f448", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:49:17.592141Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0a910f9-5982-4967-b533-b76dbd47fbc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas in English Remedial Classes", + "public_commercial_use": false, + "recraft_id": "22f6a44f-14a9-4c9a-9a6a-73dd501860aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:24:01.432712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d562535-7ac8-41b7-b564-25856f1dd315", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the morning Hello Kitty sat on the sofa facing the window", + "public_commercial_use": false, + "recraft_id": "cc57493b-569b-446d-80a3-85f58a62d574", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:01:24.884168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7d4e3b8-588b-4772-bc4f-9da3b6ed655a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow is falling on the snow-capped mountain, and the snow-covered ground bears the letters \"sonamdezom\". The scene is set against a backdrop of a vast plateau meadow.", + "public_commercial_use": false, + "recraft_id": "fb43901b-ed5a-41d1-b91d-daf11d2bee5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:45:44.522918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0bb66fa9-e7e7-4331-a283-c8494dfe613c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "arab british shorthair cat in military fatigues, arab military gear, freedom fighter, arab bandana, ak47, IMG_3049.jpg, 2001", + "public_commercial_use": false, + "recraft_id": "adb2f9a2-9b9d-4589-80ec-a54529cd19ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:23:32.160251Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e164c7b-57e6-441d-a6ed-a57dc0222fff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A piece of tuna sushi on a red plate, the sushi is covered with fresh tuna fillet, and the fish fillet presents an attractive pink color. There are golden decorative lines and some Japanese characters on the plate. In the background, you can see some tableware, including chopsticks, small bowls and plates, and some small packaged seasonings are scattered on the table. The overall scene looks like in a Japanese restaurant.", + "public_commercial_use": false, + "recraft_id": "8c29bd69-2fb0-4863-b5ad-c0fc42b4593b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:55.188717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efe9595b-f9fb-4d8d-a168-c8d9aa412863", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kuromi doll lying on a chair under the snow capped mountain", + "public_commercial_use": false, + "recraft_id": "5cfc1035-106d-4f58-965a-35f412e666df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:44:00.777908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "307085ff-dbf6-4a82-b1a5-feeae099c4b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty doll on a beach by sea holding a cake with 1006 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "29bb0343-1bf6-4c23-adb3-07b6342d4aea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:08:26.253815Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0009b94d-c56e-4fdf-9110-8dd49afe239e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West highland white terrier with a bonsai tree ", + "public_commercial_use": false, + "recraft_id": "b6a6973f-b407-4b83-b714-22033ea69ad0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:19:59.748517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d3b8baa-3017-4831-96b6-f97fe99bee6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely puppy wanders under the starry night.", + "public_commercial_use": false, + "recraft_id": "9594fba6-20ef-42b8-8a5b-9719232922c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:52:23.348185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "546b1c63-55d1-4c5e-b6d9-8741fc214eb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "small Yorkshire puppy Nomi, playing on the grass, blue sky, white clouds and bubbles flowers ", + "public_commercial_use": false, + "recraft_id": "178c0056-fbf1-4d8b-b8e3-bec7d449b783", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:48:13.610612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6e7f444-8f25-495e-a094-b6f072229d9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat Transparent wings Snowy day ", + "public_commercial_use": false, + "recraft_id": "0c9dc564-a77c-4f82-8305-6eb6985169d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:56:52.343612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese bride is looking at herself in a red wedding dress.", + "public_commercial_use": false, + "recraft_id": "a2e3e2e7-7915-4647-88ef-8b1ddc0316aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:28:27.899681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "450ec8e0-cbe3-465e-a9b6-9fb0715926c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunset,a young monk standing by the door watching the Japanese temple which is burning by the water", + "public_commercial_use": false, + "recraft_id": "534dd4d0-1245-4a28-b807-b7486e2c2b90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:49:17.567817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c65b052a-d6e5-4fa0-8dd0-695a446d256d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the background is Regent Street, there is a red bus passing behind, it is snowing heavily, the windows are all Christmas colors, the warm yellow lights are shining with snowflakes, and Disney's Ke Qi'an is standing in the snow, a small one, and the snow is written \"pineapple\"", + "public_commercial_use": false, + "recraft_id": "30fea22f-ede6-4e19-8c4e-d2981c65ba4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:05.924719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "094779ac-dab3-4a25-bb19-7c4fa5ddbd67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Angel hanging on top, panoramic view, he'rneck hanging on rope, lowered head, white wings, feathers, blood", + "public_commercial_use": false, + "recraft_id": "77a5ef87-e12c-45d6-b7bd-d305eb126052", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:59:07.580511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5d6f8cc-1eb1-4525-815e-1292fe14780c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Back half body of man wearing black t-shirt standing in front of sports car on street in New York", + "public_commercial_use": false, + "recraft_id": "31379cbb-def9-4287-bb1f-2e3ea46d4cad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:52:51.184731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba08a50d-fd92-4550-a4a5-77a5fee14b34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small crystal shoe was left in a center of a dancing hall, there is no people there. ", + "public_commercial_use": false, + "recraft_id": "5e982eef-15da-4831-8511-b708c64ada6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T05:53:51.256912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a82de684-44d2-4a65-b4aa-32e16573eac2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man in a blue suit with a samurai sword in his hand is running on the vast and flat grassland. The sky is dark blue, and the sunset is hanging into the horizon.", + "public_commercial_use": false, + "recraft_id": "5c8539f5-7f5f-4244-8c8a-3e660cb685de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:36:16.192567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd6e3acf-ff62-454b-8e11-da5dced9cbcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An emperor penguin wearing a spacesuit, gazing at the sea and sunset in a galaxy-filled universe.", + "public_commercial_use": false, + "recraft_id": "3765717d-fcc1-401d-9e9e-4246f0ad9899", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:32:35.196479Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "62909445-20af-4eba-b60a-6c213852c531", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small chubby white fox dog birthday balloon teddy bear doll with big chicken legs in the room", + "public_commercial_use": false, + "recraft_id": "aea111e3-68f0-4155-9fd9-0c73d9d6cd3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:21:11.820581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59acb6bb-6e08-4218-bf52-a4c1cf8efa86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever and a little Samoyed dog playing in thesnow", + "public_commercial_use": false, + "recraft_id": "ea57a19c-a9c0-472d-86fb-b1a615887bf3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:19.71174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a gray-white kitten with a Christmas hat sits on the snow, and there is a Christmas tree with \"Lin\" written on it.", + "public_commercial_use": false, + "recraft_id": "4dd76f22-f484-4ef3-8370-9c8fcbe02962", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:06:44.430037Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05bc558a-7a98-425e-a94d-9f1f54aab09d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora, snow, street lights, night,", + "public_commercial_use": false, + "recraft_id": "b93a80fc-ea27-47b6-a434-864915f7b359", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:10:26.54903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "348c0021-f67d-4d22-a009-50479189505b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little rabbits sitting in the snow eating watermelon next to the colorful butterflies flying in the air under the snow ", + "public_commercial_use": false, + "recraft_id": "086e89ca-af69-42b1-9360-85d5b29b564b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:39:51.556572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4803f711-6895-4cf0-8d89-307e677a3d64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man playing guitar in his home with a campfire in his bedroom a cat nearby and outside is snowing heavily and only candle in his room", + "public_commercial_use": false, + "recraft_id": "3a3bc266-73a5-4b99-92c2-e31ea684741d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:38:25.152293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bb95581-0595-47f5-ae90-aebbc458c063", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white rabbit are on a snowy beach. There are stars, a little fireworks, butterfly wings. The rabbit and the cat are small and thin", + "public_commercial_use": false, + "recraft_id": "318eb9fe-29ca-4d4f-bd4d-7d6ac9cdd2c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:57:16.456563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "265e123d-45c4-4e46-9816-0cbc834288ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty writes hly in the snow, and there is a Christmas tree behind it.", + "public_commercial_use": false, + "recraft_id": "c6487468-9ac8-4781-ae0c-c948420b4c05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:51:36.154427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8116337d-e8ad-445e-a55e-ada5f9aaf288", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat A little white dog Transparent wings Snowy day ", + "public_commercial_use": false, + "recraft_id": "6f6dcf88-0f9c-4a77-814c-02f69aad4080", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:11:25.786746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17f68561-c8b0-4ca0-bd62-f2b16f3ecdad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A warm swallowtail bed under the bright red moon", + "public_commercial_use": false, + "recraft_id": "6e392125-1a11-4215-82b5-0c7d655e0a56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:40:36.005215Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e94f74be-2017-43c9-80fd-46a7f38ce697", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Alien Black cat with three eyes eating ice cream spilled on the floor Surrounding is dark", + "public_commercial_use": false, + "recraft_id": "224da7b4-e363-4336-acf9-ac364b0a845c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:36:36.016297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b66e9873-c34d-4976-8e57-cab604ef02b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund wearing a Christmas hat beside a prosperous and decorated christmas tree that filled half of the background in the snow, with some colorful Christmas gifts (with silk ribbon) beside it, and snowman with button eyes and a carrot nose beside the tree.", + "public_commercial_use": false, + "recraft_id": "83734bf4-867a-450a-a860-46d6c6dbd468", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:54:23.472002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7515eb78-4cd8-4762-9ba6-d80ea0ee00c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sika deer on the snow, forest, sunset,", + "public_commercial_use": false, + "recraft_id": "88f08b78-d14f-40c9-b29f-048070152ae6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:17.815237Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd05c6d1-34a6-4583-a198-09963ad3f3bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beagle is reading a book on the gressland ", + "public_commercial_use": false, + "recraft_id": "20aad9c1-82c5-4cd1-8ece-51d33b42a93d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:56:40.207448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a725562-d28c-4564-b301-0407e747a510", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire puppy and maltese puppy is playing with mickey in Disney.", + "public_commercial_use": false, + "recraft_id": "1e4d6f18-83a6-46be-a583-2f7047e897a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:51.549267Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13fde65f-4dff-4782-89f2-0ce6a2e55d11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white curly haired little poodle lying on a human knee playing guitar", + "public_commercial_use": false, + "recraft_id": "124e6ad7-0616-4a2a-ba09-72036dba1662", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:02:31.295035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8053cf0-623b-4c59-8742-77180195460c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little doll Hello Kitty is wearing a cute Christmas dress and sitting on the beach with \"Kiki\" written on the beach and a little Christmas tree next to it. It's snowing", + "public_commercial_use": false, + "recraft_id": "d7022082-d428-4886-b437-19a3662a2f77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:23:04.42894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05a35a2f-7071-442e-8542-f9170e8fea56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty with cigarette in hand smoking", + "public_commercial_use": false, + "recraft_id": "d9d042d6-d29d-4487-b82d-06d145ab27c0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:00.058682Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Birthday party ", + "public_commercial_use": false, + "recraft_id": "99990aa0-a696-4db1-bfe9-20cd9d8aad0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:38:38.281069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4df481a-c0ea-4573-8e9c-fe1fab0db2ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat with wings all the time looking at the stars in the snow", + "public_commercial_use": false, + "recraft_id": "e30b17ec-b2d3-4441-822b-7fea3a2df5ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:28:59.787114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0ba345b-c2bd-4373-aaa7-c558102c9b47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "barbershop barber americanstylehairsalon basketball basketball clothes game console nba", + "public_commercial_use": false, + "recraft_id": "8440699f-c0bc-4b9f-8df9-f23cafd756c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:23:22.635356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7679d9da-b9ec-439e-8b90-443be5d11596", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Maltese, with beautiful wings, playing on a snowy beach", + "public_commercial_use": false, + "recraft_id": "7ab75365-23fe-4755-83bb-cd1a07b83156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:31:10.578825Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9d294f76-b9f4-47ef-b55d-bcff32443be7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on face wearing glasses wrapped in a green blanket works with a laptop", + "public_commercial_use": false, + "recraft_id": "0f4f3743-cfc7-4098-90bb-715afbafc813", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:23:34.643335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43479a79-21a4-4c42-af54-009ac1309ebe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever baby and a little Samoyed dog baby playing in the snowday", + "public_commercial_use": false, + "recraft_id": "a0a4435c-64cb-41bb-9917-6a1cff99e775", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:30:39.467955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy shetland sheepdog (color is sable and white) in snow", + "public_commercial_use": false, + "recraft_id": "db839a2a-6758-4595-b6f6-a2fb0d0df92d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:06:43.897647Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66c16e2d-fd7d-4a93-971f-fe605d372c6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highlands puppy surfs the ocean", + "public_commercial_use": false, + "recraft_id": "83200a3d-e0c4-4852-9542-b01a3b31f37f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:29.799851Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b51f141a-5c44-4124-b78e-fab0b9e36218", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Back view of man, black t-shirt, a sports car, car repair shop", + "public_commercial_use": false, + "recraft_id": "ab07378c-90db-4380-83c5-fad04a5c7c9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:09:51.153377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d57d82c7-7513-4d34-943d-0396c0a0b866", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed doll is placed on the beach by the sea. It's snowing, and XJY is written on the beach.", + "public_commercial_use": false, + "recraft_id": "3d99e236-4b3a-48de-acde-93c17bb5404e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:55:09.3782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e8823a4-8a42-46eb-873d-1f214f3a5577", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A volcano is erupting and a Chihuahua with angel wings is drinking champagne in the snow", + "public_commercial_use": false, + "recraft_id": "a61c4cac-322f-43b6-80fe-cec507c7eba6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:45:05.654516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "970c2ecf-47f5-44b5-99a4-4f6970a50a96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a black and yellow tortoiseshell cat and a grey tortoiseshell cat snuggle together with the J written next to them", + "public_commercial_use": false, + "recraft_id": "6b016d45-f59a-4cef-8883-6dba6750ea3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:25:02.539993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d1c77e2-0774-4bad-93d8-ddc553eca942", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a hellokitty stuffed animal on stage, dressed in a cool hip-hop costume, with the letters pzy on the background", + "public_commercial_use": false, + "recraft_id": "40eedb5e-1cab-4bbe-a649-9b78d6490720", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:21:44.632064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "016a13a3-2761-480d-9497-79d1588f836c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little hamster with wings is in the snow, with fireworks in the distance and forests around the snow", + "public_commercial_use": false, + "recraft_id": "adfcd2ba-9728-4bc9-9865-8006ad575a85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:59:01.209209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "472eeb48-a844-41e3-aa1e-5f1d93453ccf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Bichon on the snow, with snowflakes falling, blues moments and lots of stars", + "public_commercial_use": false, + "recraft_id": "82699a58-422e-426d-a71e-cd19bfc44d2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:20:57.904133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46a8e8a8-580f-4246-a85c-66f7c2a54bab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sheep, aurora, sky, horse", + "public_commercial_use": false, + "recraft_id": "82b1e4b0-6866-4c4e-92d3-e77969ce103d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:22:41.754338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25d22a98-bb08-40b3-ba6b-0591eb1d324a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with a Canon camera beside the Christmas tree on a snowy day, with a pink sky in the background, adorned with cute wings, and a Kitty beside it", + "public_commercial_use": false, + "recraft_id": "63545d53-2c57-488c-aa67-ce9130d76cc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:14:44.371572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "712dea37-5d0d-4e93-b568-8db44132ff3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Alaskan Malamute is squatting. The letters 'BYT' are written in the snow. Fireworks are going off in the background", + "public_commercial_use": false, + "recraft_id": "8b06efc9-de45-4b9d-a6d6-d1de7f329746", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:07.422365Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62558790-ac4c-403e-a37a-e8f1c8c9f100", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat and a round orange and white cat with yellow hair on the mouth and short legs, beautiful place, curious to observe", + "public_commercial_use": false, + "recraft_id": "ec79e2c3-d1f0-42be-a09d-624386ee7f29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:52.094317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98f1990d-fba7-4faa-a839-3736171dfd7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dogs run on Mount Fuji", + "public_commercial_use": false, + "recraft_id": "3c7bc1d3-100a-48e4-9c4e-31ca875bc4b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:45:02.705532Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "66ff7c89-8878-415d-8f2e-782621de6b3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter helloki ", + "public_commercial_use": false, + "recraft_id": "ac454f93-e82e-48ef-b0eb-09da1d7b845c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:37.808173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9923490b-1561-4280-998a-137335557822", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "beautiful asian lady playing electric guitar wearing a kimono with a black cat", + "public_commercial_use": false, + "recraft_id": "cdbf1b9e-988f-4536-a9bb-4cb31ab96f1e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:17:06.065263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "404d2e92-cbfa-47ff-a83f-b62fcbfe3ced", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby brown poodle wearing scarf under a christmas tree with snow. ", + "public_commercial_use": false, + "recraft_id": "da351d70-2f43-4497-a149-d74df086db50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:04:12.396148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06bbfdb1-09e6-4d52-9478-9257366d24e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat wearing a blue scarf in snow the sky is blue", + "public_commercial_use": false, + "recraft_id": "7b553e2c-5e46-41e0-91d0-97128cddcd81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:52:40.498891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36b9d9c2-d15a-456a-849a-faa93b85ad45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The bigger goldfish breathed in a room full of lots inflatable plastic bags, full of light and shadow", + "public_commercial_use": false, + "recraft_id": "85e46351-d2ec-40e3-a1cf-bf9c9e52c8bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:21:05.062675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "230064f5-b392-4eea-912f-c6d211aa54bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black unicorn on the water", + "public_commercial_use": false, + "recraft_id": "54948222-e118-4f0b-84d4-87b7b91b91ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:19:35.176242Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba6127ec-19e1-4749-9013-9225c5a21005", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Australian cockatiel wearing Christmas hat and in the snow, in Norway, Aurora", + "public_commercial_use": false, + "recraft_id": "7c49adf2-bcc8-4931-a312-08b54e9ed7e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:02:39.663024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ea01cbd-ce18-436a-8562-68df94c30ac8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "child holding a magnifying glass to his eye", + "public_commercial_use": false, + "recraft_id": "597853db-926d-4605-861a-cea3425def6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T06:01:21.753025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "254a042a-b2ce-429f-9f14-c3c3e1abff42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The bamboo swayed in the wind, the lake was sparkling, and the golden sunset passed through the oval bridge cave, Jiangnan style.", + "public_commercial_use": false, + "recraft_id": "4a5fcae1-3318-4197-a857-6cd905b86534", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T04:06:40.005653Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cf8fa74f-308c-45e6-a3ea-4139d3945917", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A top view of a white Audi 100 Avant with a small snowman on the hood. The snowman is wearing a hat and there are some scattered snow around.", + "public_commercial_use": false, + "recraft_id": "98a1618a-50fa-4e38-ba0e-3d168a825546", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:41:54.288932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1160ae07-66cc-45c4-90f7-32ed1ebdd494", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white, pink lamb with wings, in the snow,", + "public_commercial_use": false, + "recraft_id": "9df0db26-d900-4eed-8d83-eca453162a69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:04:17.931108Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3913208a-4461-413e-ad6e-78511bfd5382", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yorkshiredog maltese snow, play run", + "public_commercial_use": false, + "recraft_id": "fe75a10d-d661-46c7-9c43-c27d4d12744e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:22.087559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b6bb4d8-2f4a-40a0-a432-29786dd14cfd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess sitting under a huge Christmas tree in an infinite field of snow, looking at the camera, aurora in the sky", + "public_commercial_use": false, + "recraft_id": "cc1bf3ae-36bd-41e0-845c-c9c268a7188e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:39:29.285334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "852d0fff-a8cf-41d4-ac0d-54ae0a2f535a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the foot of Mount Fuji, there is a cherry blossom-filled area where many women and children are playing and enjoying themselves. It is snowing, and in the lower right corner of the scene, there is a young, fashionably dressed photographer capturing the landscape.", + "public_commercial_use": false, + "recraft_id": "38ea9fa7-9161-4e83-9f4c-a029829007a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:37:40.681179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39b2a1de-9153-4bfb-b801-c8e05affe160", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange and white cat with an orange point on his nose, sitting on a flying carpet", + "public_commercial_use": false, + "recraft_id": "81a3e803-9253-4e5c-afe1-0bccde633563", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:17.402914Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Watching the floating clouds leisurely in the sky, I feel envious of the lack of freedom", + "public_commercial_use": false, + "recraft_id": "99149ef6-9eee-4fe0-917e-ac0a238fb677", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:40:23.157691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "373fc545-29a0-44bc-8e8f-9681c33a07a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty on a beach by sea holding a cake with 1006 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "7d75bebd-c881-48bd-80d4-22af84b55798", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:44:19.029443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf8c4a2c-203b-44de-b5e8-7ec13cb84449", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white owl", + "public_commercial_use": false, + "recraft_id": "7dda7f9c-1fea-42dc-8dee-3530ead00865", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:56:13.497434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae198f7b-f843-4ec1-a775-e08dcb9feff2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " taidibear snowfield Fireworks", + "public_commercial_use": false, + "recraft_id": "3749bae7-81f7-4388-880a-c793f3e9d7db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:19:50.992831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64041246-b9dd-4334-80c0-a251d944b722", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby mini sized brown poodle wearing scarf under a christmas tree with snow. ", + "public_commercial_use": false, + "recraft_id": "f1adcd34-f1d6-4fd7-9704-32e966325b7c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:05:11.397743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f483dde6-1053-437f-8e64-5e445a513d69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little penguin eats instant noodles at the Rosen store under Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "fd3c737f-0c8d-4c3c-8264-3879cb75dd7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T02:25:12.15488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdc5ad78-979a-4ebc-806d-b3774fb56ef6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hot summer nights mid July, when you and I were forever wild.", + "public_commercial_use": false, + "recraft_id": "ad590753-e7b1-4f1c-bd8d-268623c66162", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:25:31.353648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6225a37e-47dd-4236-b790-51a047a8b49a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening there was a dirt field with two heaps of wheat on it. The shadows of the wheat heaps lay on the ground. Dark, warm and beautiful.", + "public_commercial_use": false, + "recraft_id": "eb4445e3-1b11-4cfc-b2f6-215ccb522b1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T05:34:53.963285Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f09a018-66c1-4dc5-b049-73348af74102", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A temple with numerous gilded Buddha statues, surrounded by a picturesque landscape of mountains, with a stream flowing nearby, a pond with lotus leaves and koi fish at the entrance, and a young monk around twenty years old with a melancholic expression standing in front of the temple.", + "public_commercial_use": false, + "recraft_id": "15229e6d-b5f1-4607-80aa-c4e852a110b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:19:13.028357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "208882a3-f067-494f-aeb4-3e078afc677b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, it snows outside the window, and inside the house, there is a complete Christmas tree. Two fat Chinese Li Hua cats are playing in the room. Two short patterns of black and gray all over their bodies, chubby Chinese calico cats.", + "public_commercial_use": false, + "recraft_id": "9233933a-82cc-4c5e-96d2-a155ae5a0005", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:58:25.328966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3da51142-c069-4544-8acb-d6720f2c2065", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a princess sits in a pumpkin carriage, looking at the camera, close up, snow falling from the sky", + "public_commercial_use": false, + "recraft_id": "f0496277-6340-4bd3-bbac-4251fca7013c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:31:02.436538Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aa59fc92-987b-417f-9a41-8d6308989676", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two brown dachshund dogs, one in a yellow sweater and one in a white sweater, making gingerbread man cookies together", + "public_commercial_use": false, + "recraft_id": "db747700-c2ec-44c7-a3b4-b1c7abf5c137", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:07:12.148243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "feca9b7e-d901-4619-8a78-d41dfd702a36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young artist sketching Edinburgh Castle under a brilliant blue sky, with sunlight illuminating the ancient stones.", + "public_commercial_use": false, + "recraft_id": "e538054e-b112-4881-a952-365ed7ee79d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:34:14.863301Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "62dfc286-8d37-4bbc-898e-698e2a9f9914", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some day I ' ll , I wanna wear a starry crown(man)", + "public_commercial_use": false, + "recraft_id": "d641c348-374f-46a5-9ab8-1be3ef30bec2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:53:45.65218Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "112c9d25-381e-4fb6-9f03-ea5e345946b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with pink butterfly wings is sideways making a wish on a white cake with a candle. The kitten's eyes are blue and there is a small star at the top of the candle. The ground is covered in snow, the background is under Mount Fuji, and a small forest connects the snow and the mountain.", + "public_commercial_use": false, + "recraft_id": "9a994b7c-c66d-4f2a-867d-a76226f2b85a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:25:04.19661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "afa33c68-f359-413c-8bcc-45d9499ba75c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty with cigarette in hand smoking in front of firing home", + "public_commercial_use": false, + "recraft_id": "126826f8-eb5a-4bd4-994b-0ae2a9de0169", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:13:23.887205Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db4ea57e-51be-4b04-b7a3-9e8903a0b60b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an escalator standing alone in the pale white sand desert at dawn in a long distant view", + "public_commercial_use": false, + "recraft_id": "7b2faa1e-f8e0-42cb-97e6-e34a45cefc2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T02:31:23.98848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01736386-19a9-4c1b-9a4a-db808d37c570", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A historical scene of African American individuals in the 19th century working in a cotton field. The setting includes vast fields of cotton plants under a warm, sunny sky, with traditional clothing typical of the era. The image should evoke a sense of historical documentation and realism.", + "public_commercial_use": false, + "recraft_id": "f91055d8-bf81-4925-89ec-b4d1bb4ed771", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:42:35.599192Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c04979c9-f24b-4859-90c5-f6f9eacde309", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful asian women with three eyes", + "public_commercial_use": false, + "recraft_id": "0e26a8f5-0cb7-4f34-bd02-87da3496c97b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:32:05.762976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1897ab05-29e9-4573-ae10-7c3a203f4bb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute Hello Kitty doll is smashing the computer with a hammer in the office. The computer has been smashed to pieces.", + "public_commercial_use": false, + "recraft_id": "50436428-1b49-4ea0-bd6f-2cb177891143", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:13:21.953597Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a0d8a70-c159-4b38-b1dd-f5326a100f4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Muslim eats pork at a temple in Tibet", + "public_commercial_use": false, + "recraft_id": "773fd7e0-d4e1-4765-88e6-de7253cf4646", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:11:53.365432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f8038e7-74df-48be-b65c-73352f0dbb7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an escalator standing alone in the pale white sand desert ", + "public_commercial_use": false, + "recraft_id": "64b2d3ac-08df-44fb-a190-1ffc34945bad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T03:45:40.726917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white Samoyed is laughing and playing in the snow in the snowy field.", + "public_commercial_use": false, + "recraft_id": "2dcedc65-5749-4da6-ad3a-3cb5aa813c9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:35.929542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9322c32-323b-4306-bad4-bd29da5854db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow mountain,tentage,campfire", + "public_commercial_use": false, + "recraft_id": "5474e25f-4070-4bbf-9464-7f0eaba96a00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:39:28.085926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01a31385-f721-4840-815c-a4c343642343", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a Hello Kitty doll wearing a Christmas hat is holding a fireworks stick, and fireworks are set off in the distance. The snow is marked with \"112867\" and there are traces of cat paws", + "public_commercial_use": false, + "recraft_id": "ac81f8fc-c598-432a-b202-3db1f292e4de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:40.353253Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8d63d6bd-1e1b-4064-b581-8d695dfb2b82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mix of orange cat and white cat and black cat and lynx point cat", + "public_commercial_use": false, + "recraft_id": "c226a9a3-d2cf-45c8-a87e-1c2865b258ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:11:03.116653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0301f2a9-0186-476c-8fe0-bf4fa2b5e20b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little witch with orange curly hair stood at the door of the central cafe in Friends. The store was decorated in Christmas style.", + "public_commercial_use": false, + "recraft_id": "84565317-4fcd-4a07-94fc-8a806266b557", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:09:15.278624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ef040e4-2b02-4459-ba46-f569352ee1ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, Christmas season, sky blue with some stars, golden-haired puppy has a small transparent wing", + "public_commercial_use": false, + "recraft_id": "03a8fe86-c71e-43d8-bc96-ce2890606815", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:59:54.051649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e40bb8a-6a45-4ada-95ac-685d4d580140", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a princess with angel wings rides on a unicorn, looking at the camera, close up, snow falling from the sky", + "public_commercial_use": false, + "recraft_id": "bad6aebe-4b44-444c-bdd8-85d9eaaa5b3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:10:35.406914Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d4c54a4-4929-431d-8d45-bc467de1deaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever with angel wings on its back in the snow.", + "public_commercial_use": false, + "recraft_id": "8b3d7e31-bccb-46fb-9a60-6758e60e61ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:39:59.185249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b547d51-1e7c-412f-a128-676e4f7487e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier with small wings is standing on a big letter R. It's snowing and there is snow all around. There is also a grand piano.", + "public_commercial_use": false, + "recraft_id": "cc2d8578-919d-4535-9230-702fd58cd610", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:27.720626Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8c28344f-038d-4859-8e0a-160202fe3aa6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Asian man is sitting in front of the window and looking at the camera. In the distance outside the window is the beautiful Mount Fuji. It is snowing outside the window.The Windows are Japanese style.Mt. Fuji is a little bigger, a little clearer", + "public_commercial_use": false, + "recraft_id": "65dd2513-0bc2-49fc-bbf6-76e6db965d3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:37.146448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52397fc4-c1b1-4a73-bcd0-b9708b61b722", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, there are some stars in the blue sky. The golden puppy has a small transparent wing on its back.", + "public_commercial_use": false, + "recraft_id": "f08e9052-419d-4c43-a465-34ff248385d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:48:58.758783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed34c717-265e-4e5b-aa64-3e0a89a7f147", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A brown and white curly Schnauzer puppy sits next to a snowman with a cake in front of it", + "public_commercial_use": false, + "recraft_id": "368eb8b2-32e3-431c-9efd-bd51bd547a64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:46:50.410669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "523176a2-5619-42d1-8165-1292baef96f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged kitten looks at a computer", + "public_commercial_use": false, + "recraft_id": "9b4ab743-a8ec-40ef-8d88-a7a46a42afd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:01:42.459846Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26ff99ee-761a-474a-ad2b-cdb26d43ee81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Winnine the Pooh wrapped around a scarf snowfield Fireworks are set off in the distance", + "public_commercial_use": false, + "recraft_id": "074d9c0d-7210-4e30-a051-07141e86eed1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:01:47.263334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "beca4c95-90a8-40a3-9cb8-9e1ac773f9b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat with green eyes, handwrite ZAYNE in the heavy snow ground and drew a heart; snowman, sea, firework, snowflakes", + "public_commercial_use": false, + "recraft_id": "08ea8f66-a35e-4518-9f9c-9bc316ac3f97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:22:31.255922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1534942b-f694-4cc2-bfbd-c3884d3ba33b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse Holding a cute cake,1016 is written on the front of the cake, Mickey Mouse stands in front of a giant Disney castle in DisneyLand,fireworks and an aurora in the background.", + "public_commercial_use": false, + "recraft_id": "7a9271d7-5474-4d67-866c-457638035032", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:28:14.901091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2faa91c2-40b1-4b37-82ad-73143c91f326", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dark night, Christmas, snowy scenery, cute little black cat wearing a Christmas hat, facing the camera in the center with a blurry background, illuminating the cute little black cat", + "public_commercial_use": false, + "recraft_id": "b92b8af4-1ec2-4381-876d-35c605a14353", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:24:34.372753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Long-haired Corgi puppy ,black ears, one ear drooping driving a spaceship with sunglasses.", + "public_commercial_use": false, + "recraft_id": "db60cecd-0dd6-4ee9-ac2a-94c0c8595ee7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:30:50.31717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68f0f730-6692-4fd0-aa49-55b77ab491e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit has carrots in the snow, but don't have a mountain background, the rabbit is bigger", + "public_commercial_use": false, + "recraft_id": "f3e25940-b24d-43eb-9318-537683551d0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:34:40.236883Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "69b5f68f-89d1-4fbf-a69d-6a6d80b7c737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small chubby white fox dog birthday balloon teddy bear figurine cake candle with small wings in the room", + "public_commercial_use": false, + "recraft_id": "d5d5b19b-d289-4549-a9cb-6b48ee0d5da5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:45:05.395032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed8bd001-c8ec-4969-b5a5-fc0ea4238cba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland wearing a red scarf and a Santa hat stands in front of the Christmas tree and piles of gift boxes next to it. And the butterfly element", + "public_commercial_use": false, + "recraft_id": "28433d92-ea54-4e8a-aa0b-9482c80b7664", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:12:42.283904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d705cca-2014-4a6f-8980-2b8213dfe985", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cats sitting around a table, christmas tree cake on the table, on a boat, in the sea. ", + "public_commercial_use": false, + "recraft_id": "0057cbc7-d980-4b93-ae44-35b740dbea13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:58:28.998104Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "978df00c-28db-4bc6-b7cc-b613a2bc0aef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apples on snow background pink sunset, bubble Christmas tree fireworks Snow day ", + "public_commercial_use": false, + "recraft_id": "d4d2dd99-ba9c-41bb-8164-9e22985747ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:11:02.333795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbd9f75d-b6ee-4633-bb9b-2d8401f61a23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty, sleeping under Mount Fuji. The name JiuJiu is on the snow.", + "public_commercial_use": false, + "recraft_id": "3243d8d9-7ec1-42fc-96d5-db4d0ea8c14a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:42.076337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7947466-229e-432d-8895-b7813288ffae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda cub and a koala cub are happily playing in bed with toys", + "public_commercial_use": false, + "recraft_id": "238137dc-151a-4892-a120-1f589cb86716", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:10:08.713729Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e394397-dae5-496c-8872-e9f6a8914b62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "One cat, sitting besides a fountain sprays lots of precious jewels. Vintage background", + "public_commercial_use": false, + "recraft_id": "278fbc42-3997-4187-8ae1-7f97b17dabb9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:00:03.658283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73c2502c-4b40-4a7f-b94d-b1fd87b03d12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Beagle puppy and Christmas tree in the evening snow with Elsie written on the snow and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "0846e471-cf0e-4e9f-b867-69dcf96882f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:31:39.817718Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4af93b7f-a976-4b64-baa7-f430bb970536", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten stood beside the Christmas tree in the snow, wearing a birthday hat and a Bible in front of it.", + "public_commercial_use": false, + "recraft_id": "a5cacfa9-b970-41c9-9d50-43f59b793416", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:53:38.159874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1f4335b-f1fd-42af-9b63-4e404fd78fd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty doll fireworks birthday cake in the snow that says Chen Cai Yun 0109", + "public_commercial_use": false, + "recraft_id": "415f210b-6fb6-4b43-8963-c3e5324e4aae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:24:11.820024Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "30f6b604-edb6-42b2-8b29-36a9b20464d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maltese puppywith glasses and headphones is reading in the train, with snowy mountains and forests outside the window.", + "public_commercial_use": false, + "recraft_id": "d2e4cb3e-1254-4d7b-9598-6430ca4ac81c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:20.977949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4213674-8ed3-4f60-a78c-95bf462e85fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Generate a puppy Golden Retriever playing in the snow snow, merging the number 0465 in the snow scene", + "public_commercial_use": false, + "recraft_id": "9e1474b3-67a0-4492-aab5-f19b19d5d4f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:00.360266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e25e5a8c-460f-425b-be46-1ad1c8c60c89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange in the middle of an experiment.", + "public_commercial_use": false, + "recraft_id": "97c7343f-7420-4c5c-9bd6-d13db8e3ae2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:40:11.648397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "763282de-7e05-4f2f-9422-91d50f971c97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "At dusk, hello Kitty wears a red school uniform, drinks a box of apple juice, and sits on a park chair", + "public_commercial_use": false, + "recraft_id": "33c0f3da-9067-40c0-889c-bb6e355763df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:28:53.140446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with a dog buring a forset in Finland", + "public_commercial_use": false, + "recraft_id": "5cbcab67-c30b-462d-a9f1-0c15134321a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:28:12.400906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e32fab79-b83e-4cef-b82c-8d15b7a10f33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Desolate and magnificent coastal cliffs, strong sunlight and shadow contrast. In the middle of the ruins of classical buildings covered with weeds, cypress trees grow.", + "public_commercial_use": false, + "recraft_id": "80e77052-2813-46ae-b4c9-9ca11bf8777c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:57.372107Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2b7b0fb-2caa-4919-ac8e-542a37c36c3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray dolphin in the shimmering water occupies a smaller position in the middle of the image", + "public_commercial_use": false, + "recraft_id": "573f4887-0c4e-49a5-a929-03f861f65b30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:25:55.285972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b06b84d7-4d01-4e5d-8322-6c5b613dc235", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "British Shorthair Cat, American Maine Orange Cat, and Chinese calico Cat Playing in the Christmas Snow", + "public_commercial_use": false, + "recraft_id": "b1b2182e-992d-4742-bcfe-6e06752b8599", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:30:09.68129Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c67480f3-9be2-4c63-99f4-bec08c778e9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two Kirbys are standing hand in hand in the snowy ground. One is wearing red earmuffs, and the other is wearing a red woolen hat and holding a magic wand. In the distance, there are pine trees covered with snow. It's nighttime.", + "public_commercial_use": false, + "recraft_id": "78533806-8704-45a8-91fd-da073a74c3c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:10:25.801987Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8207562c-1308-4bf1-b258-1023f4edf591", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tomato wearing sunglasses sitting in front of a jazz drum and playing the drums", + "public_commercial_use": false, + "recraft_id": "8894d8c8-4357-4527-99cf-2d95ff4f5451", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:14:23.019079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sat on the snow with the words' xuan 'written on her fireworks stick in the evening. There was an aurora in the sky and a Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "d980d6a5-2c3a-412d-b11e-9b22b3bac0d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:31:10.365346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7306cccf-4e8f-449a-b170-3544bf4be3e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy shetland sheepdog (color is sable and white) hiking", + "public_commercial_use": false, + "recraft_id": "fdef6a66-dadc-43ca-8c81-8e3db96f9f6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:25:27.053543Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02a0625e-074e-433d-a1ee-77048fd35ecd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small French Bulldog is running in the snow, with auroras, mountains, and a fluttering butterfly behind it", + "public_commercial_use": false, + "recraft_id": "f523f95e-5104-4515-9b04-5411cf1c7af9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:55:11.355266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e04e432f-4eef-46d5-b89f-dd5279d073a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sika deer in the car, the car on the snow, forest, sunset,", + "public_commercial_use": false, + "recraft_id": "e7bb6865-44da-4624-8893-077a2769a427", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:49:58.762482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fb5434c-e8b7-48fc-b8c2-5be510867be8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lonely cat, looking up at the fireworks", + "public_commercial_use": false, + "recraft_id": "74f3475c-0c2d-476c-b2e6-a37116ecd1db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:55:51.161867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79e5d8bd-536e-44c6-8617-3f4fdaf20055", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire puppy and maltese puppy is playing with hello Kitty in Disney.", + "public_commercial_use": false, + "recraft_id": "44c57a78-dec6-435b-b308-8b51ade9003b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:21:22.805683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4db078a9-1d85-4b45-84bc-d024e09b98ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat is wearing a birthday hat. Happy birthday is written next to yosh's birthday.", + "public_commercial_use": false, + "recraft_id": "58de4a48-c67d-4e62-8df9-fb4cbe509e5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:01:54.145146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0fb090c-0f68-406f-b973-eaa95f4ceb7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white terrier puppy wearing a vintage suit and vintage glasses happily drives a vintage convertible car", + "public_commercial_use": false, + "recraft_id": "5bef670f-0700-48b4-9f0a-a1b272bb255e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:28:16.176147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "035ee3f5-76b3-47de-a600-ed7c66c9e1b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A heartwarming and cozy scene featuring a Siamese cat and a rabbit sitting together in a serene, dreamlike setting. The background has soft, warm lighting with pastel hues, creating a magical and peaceful atmosphere. The cat and rabbit appear calm and friendly, surrounded by gentle glowing particles, resembling a dreamy core aesthetic. The focus is on the warmth of their companionship and the soft textures of their fur.", + "public_commercial_use": false, + "recraft_id": "98e08e9b-e4dc-41d7-886a-7ba25cd5fc5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:21:55.742498Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e6bbcc0-eec8-4851-917f-68e1f78a35ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light golden golden retriever is sitting in front of the fireplace in the room. It's snowing outside the window at night.There are still purple northern lights flashing in the sky.Behind him are angel wings and he wears a red scarf around his neck.", + "public_commercial_use": false, + "recraft_id": "3b14445d-d65b-4a4d-9b1d-b321836bd80f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:04:10.743005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat by the seaside, watching shooting stars.", + "public_commercial_use": false, + "recraft_id": "dc6e1ca1-7abf-460c-9c2c-5ba41263457f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:17:54.685424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c21dae1a-f2b8-4765-87bf-bf626d7f001a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Asian women wearing a hoodie sitting on savannah with a border collie, take a picture from their back with a far distance so they look small cant see the women face , put the human smaller the view bigger", + "public_commercial_use": false, + "recraft_id": "18d0b070-d59e-464d-9800-cd4dc9e9c33a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:55:52.807378Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60d2c2cc-d5fa-4b89-a582-4742a3ded0b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with black ears and a black cat are building a snowman in the snow", + "public_commercial_use": false, + "recraft_id": "3ff744ec-6aa9-4931-867a-f5a5e1355da7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:27:06.421341Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "7cf538cb-14b1-412a-ac0c-607d0a364cc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little chinese local puppy in gluten-yellow color running towards me on the cross road with sunshine and full golden fall leaves in dawn time ", + "public_commercial_use": false, + "recraft_id": "d9b1d715-f750-4e87-8a64-b37863ecdfc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:31:09.804385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb1d9e4d-7e87-4615-9311-082d3465e650", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit is learning how to play tennis", + "public_commercial_use": false, + "recraft_id": "28f15678-3d47-4858-8de8-15997b4ea334", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:24:31.648704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c53d2d52-2b43-4f1e-be39-aacd77fb47e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white dog is running in the snow", + "public_commercial_use": false, + "recraft_id": "b0102f39-6cdb-41a0-abf6-cad533e587f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:15:11.973057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6d8b2af-4c92-4e21-961c-005deb1eed67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Asian women wearing a hoodie sitting on savannah with a border collie, take a picture from their back with a far distance so they look small", + "public_commercial_use": false, + "recraft_id": "444719e6-f780-4624-bc5b-107e4a0c4d66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:47.729476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb71d3a2-f200-4649-a057-ff4a3bef1c25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters Jonthan printed on the snow", + "public_commercial_use": false, + "recraft_id": "3d813d21-adf1-457b-bf10-642cd1e06abd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:20:25.352408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ad9ba97-b262-4180-9a90-c1f8886cc505", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The golden wheat fields stretch out, and in the distance are green woods. There is a 3D-shaped cloud in the light blue sky.", + "public_commercial_use": false, + "recraft_id": "d857ad0a-dd0b-46cc-bb1f-9fbf9931b578", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:09:57.745559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "525bc29d-98f0-4164-9e08-dd9dd5d04c1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white horse watching a movie.", + "public_commercial_use": false, + "recraft_id": "f55bef81-6d12-44cd-ab7a-1543f56c8cde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:36:06.537006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A polar bear walking the pedestrian crossing in Hong Kong", + "public_commercial_use": false, + "recraft_id": "9ab50ff5-da0c-4d8a-91f6-75b3bb532926", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:30:51.153701Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d5ebb5cb-ccc2-4e2f-948a-f335d736e012", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very grumpy black cat wearing a pink lab coat, sitting at a desk and typing on a computer.", + "public_commercial_use": false, + "recraft_id": "fc8deec3-f082-4a5b-a2ce-86e4ca25bb4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:58:05.014966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81202bd2-459c-49dd-9700-4ba3d77c43da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty doll, winter, cute, christmas", + "public_commercial_use": false, + "recraft_id": "db2169f3-98bd-4d24-83ea-67228dd0b51e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:06:03.266573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ad3d209-9f72-44b2-8675-d06312eeea73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "By the sea. Hello Kitty doll. A Christmas tree. It says Lyman on the beach.", + "public_commercial_use": false, + "recraft_id": "5e7f5edd-cc56-49d1-a77c-72d8c56ab12d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:23:23.141168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cba40eb2-83d2-4026-bb30-04897bad1d05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A well-dressed west highland white terrier works in front of an Apple computer", + "public_commercial_use": false, + "recraft_id": "b9e671b0-d1b1-4122-b327-9b0628e8c9ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:02:48.635674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da99ebfa-05bc-403d-a137-717fea2166bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Relistic Bunny with chrismas cake, and candles ", + "public_commercial_use": false, + "recraft_id": "f0dceff8-7fd9-47c3-9039-e9231fcaa02c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:09.634551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18723800-2c45-4224-864d-dfb17cf1850c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three kittens with wings are drinking in a bar", + "public_commercial_use": false, + "recraft_id": "ac525cc9-989b-4561-a949-4371ea2e65e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:08:38.315326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the snowy snow, a cow cat is running through the jungle. ", + "public_commercial_use": false, + "recraft_id": "e4a88260-c809-4273-8e0a-dd71d2576b61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:13:52.324363Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35b33e52-0c58-406e-bc80-edc5ac65270a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A solitary baby orca (killer whale) swimming freely in the open ocean during a calm, golden sunset. Its sleek black-and-white body contrasts beautifully with the deep blue water, while its eye glints with a sense of quiet curiosity and playful intelligence. The orca is mid-leap, twisting slightly as though reveling in its own freedom, with droplets of water suspended in the air around it. The ocean stretches infinitely, reflecting the soft hues of orange and pink from the sky. Distant snow-capped mountains and the faint outline of icebergs frame the horizon, creating a serene and untouched natural setting. The image captures a nostalgic film aesthetic, with muted, warm tones and a subtle grainy texture, evoking a sense of wild beauty and harmony with nature.", + "public_commercial_use": false, + "recraft_id": "937df2c6-594b-4e9f-8c4a-c5ba9c1d6b5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:01:21.813769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8e86b6a-31c3-4315-9fcf-502adae1fb3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the snowy snow, there is a small oil painting of a red apple and a scattered oil painting brush.", + "public_commercial_use": false, + "recraft_id": "9548b440-a493-4881-a194-3edc75890c46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T01:41:26.413126Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2ab416c-52fb-4a73-8604-54d2bf08b32a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Waves and candy bar and a term written heeseung and time is closed to midnight ", + "public_commercial_use": false, + "recraft_id": "cc4e2dc6-e97e-4785-8a20-e2ec0b94c962", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:49:50.852013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c76ab48-7328-4f41-8f02-1251c9570f25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere.", + "public_commercial_use": false, + "recraft_id": "c4337a29-b3de-406a-be7c-fa5eaca72e7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:50:09.472746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13401dbd-e02f-4be2-8112-c10869820594", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda cub and a koala cub embrace each other", + "public_commercial_use": false, + "recraft_id": "0ba12032-bc16-4eea-9b53-cc1d8db09a28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:53:46.648547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91459f29-3158-4a58-ae7e-11f1255173b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog rolls aro in snow ", + "public_commercial_use": false, + "recraft_id": "f875a819-e147-44c3-b449-27b367abfee2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:44:28.76423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08174284-1175-4b78-9a5c-1d7752b2d2a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "iceland aurora Snow Mount Fuji Fireworks Hello kitty Letters on Snow (CX)", + "public_commercial_use": false, + "recraft_id": "99cf83a8-2bff-4219-94b1-51dfc223898a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:44:24.708279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a040ccb-c0e3-4740-8d50-c311e5a03d12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An orange cat and an orange and white cat with yellow fur around their mouths are playing happily in a warm place", + "public_commercial_use": false, + "recraft_id": "39f15e29-c9ad-4f6a-b732-dcc336169a29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:38:09.434256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60077f0c-ad80-4996-adfe-af7e40a7e613", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple lamp. b'lu's", + "public_commercial_use": false, + "recraft_id": "05a14d42-165d-4d8d-941b-8a0c0bf63e78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:59:53.204428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5753cd2c-7a4c-40f0-a73d-53e2ac9e1014", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hamster wears a black hoodie, standing on skateboard.", + "public_commercial_use": false, + "recraft_id": "80fe0951-9a03-4707-8e3a-9c57bc835d33", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:23:18.887168Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "53477af9-66e5-4df4-bd25-14e633414777", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chirsmas tree in the heavy snow,looks lonely ", + "public_commercial_use": false, + "recraft_id": "125a425e-d80a-4696-bac2-292a330c3308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:54:10.19105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0274dc74-3645-4e21-8f2c-423116c7f841", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolians ride horses to hed sheep", + "public_commercial_use": false, + "recraft_id": "ec198832-7643-48aa-9460-be8d2b3b0103", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:42:30.559091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "741496f2-009b-41af-b233-975586cad759", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged Bichon looks at the Fireworks Fair and Mount Fuji in JapanThe picture is only dogs Mount Fuji fireworks and snow", + "public_commercial_use": false, + "recraft_id": "a9500002-1e20-4e65-a660-f281f1afeb46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:13:30.042232Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91455442-c577-4949-8e17-7238d97d96af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty from Sanrio is riding on the back of Eevee from Pokemon. the background is Christmas atmosphere, with Christmas trees and lights", + "public_commercial_use": false, + "recraft_id": "2c80cc1c-6fe5-42a3-8a98-39f27dd8bd41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:52:00.549701Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "78d184f9-6c13-448f-a665-e7dc281186ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with pink butterfly wings is making a wish on a cake. The kitten's eyes are blue, the ground is snow, and the background is under Mount Fuji. A small forest connects the snow and the mountain.", + "public_commercial_use": false, + "recraft_id": "d9638823-0421-47ff-85ee-b613ff684d38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:27:25.720384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78b1caab-2b13-4d4c-a44a-c275bc59abb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lush green tree laden with bright red apples, standing in the middle of a forest surrounded by glowing stars.", + "public_commercial_use": false, + "recraft_id": "b7992131-1555-4884-a134-9d79a3c81dd8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:44:51.002113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32eb1b9e-312e-48d8-be04-0343c396a2a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cow and a cat are driving an Euler car.", + "public_commercial_use": false, + "recraft_id": "efb48c1d-c5af-42cf-8cfc-fb324de965bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:59:05.807414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "693f12fc-b064-49e7-9ba0-bf1094da996f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a princess sits in a glowing carriage, looking at the camera, close up, snow falling from the sky", + "public_commercial_use": false, + "recraft_id": "6a437fe6-0776-4e7f-82bd-97e647efc039", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:46.260132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9fb0b50-4730-4ec0-ad44-0d0047638293", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Hello Kitty on a beach by sea holding a cake with 0228 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "a6b6bb9c-d3ad-4941-8638-eb6c70d1a2d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:32:04.876721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "271dd7f0-6be9-4c18-b596-b1596c0e8d49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy in a suit is watching TV in the cozy living room.There are empty wine bottles and cigarette butts around him.He is sitting on the sofa. He is a white Pomeranian.The room has a Christmas atmosphere.", + "public_commercial_use": false, + "recraft_id": "1d4df2be-5f30-4d00-b836-6112eb29462b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:12.888388Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f05bb2d-8851-4ce4-9607-375dffbcf9a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white dog and a golden retriever snuggled together at the seaside in the distance, watching fireworks together, and \"333\" was printed on the beach.", + "public_commercial_use": false, + "recraft_id": "a677265b-d2b1-4abc-a65b-d92dab2270e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:21:17.342115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d545d1da-92f1-41b1-8477-96d79bdfdadc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Labrador wearing glasses is playing on the computer in a warm bedroom.", + "public_commercial_use": false, + "recraft_id": "1a50c6a0-8439-46d3-a8d8-9c18384fce84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:37:34.216807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04aee550-3947-4fa8-a8c5-f2dad94041ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow long-haired corgi with one ear up and one ear down is playing on the computer.", + "public_commercial_use": false, + "recraft_id": "b196f7dc-ddfb-4cfc-9057-b2d7a49a9480", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:30:41.169755Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23ae2ca1-812d-4440-8850-0da1e452bde6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit is learning how to draw", + "public_commercial_use": false, + "recraft_id": "4484ca6c-6af2-428c-b5d9-d7390d9d1a3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:12:08.594384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c72e890b-f11b-4018-b6a4-fe7390e9191c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A suit cat sits in front of the birthday cake with a fireworks stick. The birthday cake says \"HBD, FYN\"", + "public_commercial_use": false, + "recraft_id": "2b4383ee-9693-4ebc-98e7-66fea1c3a136", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:01:03.663509Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "477eb3c5-e461-4b09-8212-ead7f2b792d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. In the distance is the sea, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. \"LLR\" is written on the snow, with traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "9193d1d7-7a05-4b12-8ce9-7cce36fd9718", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:45:34.710587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0fff8e0-8bd6-49f0-b972-f29e1defb871", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk wears a hat and holds a bouquet of red flowers, and behind him is a temple with a fire and snow", + "public_commercial_use": false, + "recraft_id": "7a62b406-60a5-446c-865f-5dbb1f8c8e4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:00:46.085849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73938d02-4d9a-4ca9-b616-d7865b927361", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cute Hello Kitty is wearing a vest skirt and using a sewing machine that is on fire", + "public_commercial_use": false, + "recraft_id": "44387e67-bf9a-40e7-ae8c-a70307c9e9e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:09:26.817292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3787314-b243-4bb5-a039-96150eae0a97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty crying in the snow, the sky is deep blue", + "public_commercial_use": false, + "recraft_id": "4d138b84-e8bc-49ce-8ff5-f20a51f87bd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:55:19.376757Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0ef570d-37f0-4fbf-aa90-459132a85669", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered round at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In the front of them is a decorative lettering spelling out \"Celsius & Selina\". The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "a97fe6eb-cde2-4328-9fcb-14c66803ca03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:25:25.68974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f35a136-1ee3-447b-b8de-0429ad2cf89f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "3d23ba86-51cd-4a75-979d-083ad60d394e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:01:36.815762Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "be463268-0a9e-4f89-b045-d42383fad034", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red cottage located at the foot of a snowy mountain, with green pine trees nearby and snow falling on top", + "public_commercial_use": false, + "recraft_id": "80a2b9fb-99b5-41a3-9cf0-2b31d21da19c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:01:39.943568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "899cceeb-c068-437c-83e9-4cecaeb9a804", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is watching the blooming fireworks in the snow.", + "public_commercial_use": false, + "recraft_id": "cf283e2c-81bd-4657-ae55-afffa64c3121", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:39:13.790841Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "180e3029-a256-4106-a3c0-dd0abf5cbc63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, siamese cats, colorful atmosphere lights,warmatmosphere", + "public_commercial_use": false, + "recraft_id": "5fb5aca2-a4ef-462a-93e4-f8c8291cba73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:13:58.568229Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc833e5a-1e88-4ebc-9bdc-c2b158f40174", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A star is swinging on the swing", + "public_commercial_use": false, + "recraft_id": "773d505f-d26d-4f47-bf2c-2949b2fb9ee7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:13:54.411314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67679f51-cfd1-43cc-9b9c-488b3c306d50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty and Winter, snowy HTY is written in the snow. ", + "public_commercial_use": false, + "recraft_id": "53c21b57-38ad-4448-a443-9f88ad92ba90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:15:41.521904Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3ab5ca16-09b6-4d0a-8d52-2757f66d05bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Animal Doll Chorus", + "public_commercial_use": false, + "recraft_id": "9779c2da-d136-471f-99bb-77ef66d91e30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:48.732313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there are auroras in the sky, and a Samoyed is playing with a toy ball on the snow with the words Michuxxx written on it. Snowflakes float in the sky", + "public_commercial_use": false, + "recraft_id": "6b4b27f4-0375-41c3-b1f0-1cbf14ca0991", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:59.301177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fcc00f0-a106-48b1-9b38-c15d0826a54b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Six Months West Highland Dog Snow Christmas Hat Stars", + "public_commercial_use": false, + "recraft_id": "f9dbe770-2094-4ee8-8de6-d71b13931f13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:02:21.256149Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1c0e51df-af88-4c97-b371-2e9eb5721a1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog and a border collie sitting together on a snowy field, looking up at the colorful aurora in the night sky. Snow is falling gently, creating a serene and peaceful atmosphere", + "public_commercial_use": false, + "recraft_id": "7ec9b6d0-be0b-4bcb-a1dd-76071c843ee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:08:54.172873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy bear sits in the snow, next to a Christmas tree with the word 'xin' printed on it", + "public_commercial_use": false, + "recraft_id": "7d60ef87-68db-4ed5-81e0-df5394400707", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:05:29.114813Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b0171b9a-32f0-4e13-b9d4-e02d25d605f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yorkshiredog and white dog ,snow, smile", + "public_commercial_use": false, + "recraft_id": "31d35287-fde6-4191-8f6d-dc617c0d790c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:19:22.09094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21d47069-7d24-4379-9cae-45f0da7c423a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty, on a snowy day, it says cy in the snow", + "public_commercial_use": false, + "recraft_id": "c6b2f94e-cb7a-4fa4-b9e6-fb634e5b1c6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:10:26.853607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e9bcb2d-c914-4d40-b166-7a913dfa5575", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Maltese dog with small wings on their backs play happily in the snow", + "public_commercial_use": false, + "recraft_id": "06b9a884-9061-4da4-94ed-eb1f30f724c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:44:34.250705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cute Hello Kitty doll on a beach by sea holding a cake with 0228 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "6c9ec8ef-35c4-4271-bec7-6f5b4eb84bcd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:25:52.965911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty with cigarette in front of firing home", + "public_commercial_use": false, + "recraft_id": "b0b23e17-f848-4d8b-905e-84dd7996f387", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:59:15.218824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "769ee852-986b-428f-ab37-a31ac356ea64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "the clouds in the shade on the horizon return to their backs and gather into a group", + "public_commercial_use": false, + "recraft_id": "514a1f04-0c2d-4ce4-b115-3261e76a2643", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:31:29.176292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bf704be-77f9-4abf-b179-76318560164b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield, Christmas tree,A running cream-colored West Highland Terrier, blue sky", + "public_commercial_use": false, + "recraft_id": "c3d9327a-206a-4656-b003-629096867878", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:28:03.773053Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ebef5264-816f-4809-82c3-88f56d9ce5b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A puppet cat watched as the Golden Pavilion Temple burned down across the river.", + "public_commercial_use": false, + "recraft_id": "7cf14cd3-7167-4bdc-8d95-98c109a28916", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:55:04.187807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "378a2ece-b67b-45d7-815f-6fa7e12d3734", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, on a snowy beach, two puppy dolls sitting in the snow snuggling together, firework candles inserted directly in front of them, traces of LM with SQQ on the snow / melancholic blue night scene, / with a little bit of light ion dreamy effect, color saturation is high, the overall has a warm atmosphere", + "public_commercial_use": false, + "recraft_id": "e5faa0c2-54dd-4494-aa5e-fa90a0c933ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:22:29.689466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9892d192-8a12-47ad-8af2-07b9142491f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, hello Kitty sat in the snow, and \"ZRT\" was written in the snow. Fireworks were set off in the night sky.", + "public_commercial_use": false, + "recraft_id": "9dc62334-5daa-47e4-b6cb-f7d0c859d3b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:49:51.983868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3224fc49-e98d-4388-a78e-6625ad11cc7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "merle border collie, The body is gray and white.ears drooping, running in the snow with bubbles", + "public_commercial_use": false, + "recraft_id": "1ad6e039-b5a4-4990-9d1a-011ff2f20708", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:09:07.694208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51526213-2049-4472-98f1-efcf8c5154b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white horse running in the sea.", + "public_commercial_use": false, + "recraft_id": "51912465-8613-4704-924f-cdaca0d48ab8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T01:36:36.955082Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b08dccf-9795-4b91-8cce-7b632e2608fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is on the snow-covered ground. It's snowing in the sky. There is a grand piano and a big letter R.", + "public_commercial_use": false, + "recraft_id": "5710ccfc-5231-4d54-bb49-a98c1f7542ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:03:41.266171Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f02f1daf-928d-4502-9155-a7fb2e61f175", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behind the door, a kitten wearing an apple headgear", + "public_commercial_use": false, + "recraft_id": "12e77af1-a114-4f72-8740-a3dbdbcb9f17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:51:53.088281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1605cea-fef8-4532-927a-bada4585f62f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bat man riding a pink electric motorcycle on the road", + "public_commercial_use": false, + "recraft_id": "2da827f8-9651-4a51-a46c-b251af2fb662", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:27:10.774708Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b3126b9c-e653-40c6-af7b-876ed58fdd58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus and an asian man are having a christmas party indoor , with a beautiful christmas tree in the background , desserts and cakes", + "public_commercial_use": false, + "recraft_id": "b632b655-db35-4eac-b874-6c31d38ae9aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:16:53.790443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da349f1e-f18d-416c-a0be-e061f4bbe786", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Pomeranian is drawing with a pen", + "public_commercial_use": false, + "recraft_id": "017b21e2-eeda-431d-92e7-4d5e60c9c2b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:30:44.858086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3dfea94-e353-446e-b33e-8931fd939826", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy playing with foam on its wings.", + "public_commercial_use": false, + "recraft_id": "1e390357-03a3-40c3-9e13-1c53ea0020e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:19:01.679444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63ef8212-1724-481d-a679-65d71ee3bdd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund wearing a Christmas hat beside a real and lage r and decorated christmas tree in the snow, with some colorful Christmas gifts (with silk ribbon) beside it.", + "public_commercial_use": false, + "recraft_id": "fa50f42d-9e75-4445-8bd2-7ecf297e828c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:31:22.23781Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "autumn, a men sitting on the bench at park, full of maple trees, sunshine, afternoon, some children are playing bubbles", + "public_commercial_use": false, + "recraft_id": "fd6afe55-9b25-4e9e-968b-efd6fa79a3cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T07:56:19.236367Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat sleeps under a Christmas tree in a warmly lit coffee shop, snow falling outside the window.", + "public_commercial_use": false, + "recraft_id": "2396994f-decb-42c9-aa00-a4a3aa4321ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T07:07:08.576585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise, poodle, British Shorthair", + "public_commercial_use": false, + "recraft_id": "68254e8a-abff-4541-ac0f-00bae9761482", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T19:28:45.529169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c35c477b-bda3-49cd-bfd9-80a254e67815", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow, hard robot lying inside a creek, with a giant ring-shaped moon in the sky and the distant night view of Chongqing.", + "public_commercial_use": false, + "recraft_id": "cc704068-b06b-4f7f-b4d8-3656c262f250", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T09:01:05.26872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbed0070-2410-475a-bc0e-52b1c1589da5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat bride, champagne, train, ring", + "public_commercial_use": false, + "recraft_id": "9071c8af-87b3-4639-a5f4-fa1664c8e2fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T16:30:10.313897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dbe3ca88-d081-4337-aa9a-f282298487f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiny Samoyed puppy, its fluffy white fur glowing faintly under a vast, swirling sky painted with shades of deep purple and electric blue, reminiscent of Van Gogh's 'Starry Night.' The puppy, shown from behind, takes small, delicate steps toward the horizon, where the stars seem to pulse and stretch into infinity. The scene is set in the quiet of the night, with the puppy barely taking up a fraction of the canvas, creating a sense of vastness and solitude. The dreamlike landscape around it is both calming and eerie, with the stars casting a strange, almost otherworldly glow on the pup's fur, as if it is stepping into a world beyond reality, where the laws of nature are subtly altered.", + "public_commercial_use": false, + "recraft_id": "f8aeb185-fac9-42da-862f-8f2a37ac6d92", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T09:37:44.841782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5622233b-61ea-41a7-a758-6d7ecd84d1b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a small cute fuzzy teddy bear in a very very big bathroom, standing on a toilet lid, holding a bubble blower, blowing colourful bubbles", + "public_commercial_use": false, + "recraft_id": "22a8fd4f-e99a-4df7-b4a4-a615d78c0a70", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T15:38:05.204245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "867d5e85-f463-4fca-a5fe-814a27d7e784", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "birthday party. There is a big birthday cake on the table with the number 1207 on the candle. The letters on the back are Happy Birthday ZJH", + "public_commercial_use": false, + "recraft_id": "30b7c6a2-9534-48c1-b989-bf63ca71046e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T10:41:34.033774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01bae262-02b6-4ad8-8ce0-901e3cf0bb27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A few cats and dogs were riding around in the convertible, listening to music, drinking cold soda and singing", + "public_commercial_use": false, + "recraft_id": "47ab34b3-c834-4c4d-a03e-1056bea38d57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T07:32:30.650542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c443cfa0-2c51-44f1-abd1-898d689db5db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "outdoor at dessert, I hold a DV, first-person view, ", + "public_commercial_use": false, + "recraft_id": "645da961-1a1a-4e86-aaf8-905c4ae32f68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-11-30T08:15:08.950797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e5f09c8-8bea-4df5-9acb-162179163865", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The sunshine is bright, by the seaside, a little Golden Retriever and a little Maltese dog are running happily on the snow, with cheesecake next to them", + "public_commercial_use": false, + "recraft_id": "80e47b67-ed06-4598-8d7a-aea392d0773b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-30T05:29:37.845327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b139fefb-9265-48a2-ad09-64d60d807095", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fluffycat lying down peacefully on the snow ", + "public_commercial_use": false, + "recraft_id": "c3ea408e-ded3-4fe1-ba42-4668758bf564", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-29T10:12:42.458042Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c99efdae-70fb-4503-af60-962a3755a91f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "colse-up photos of the cute 1-year-old baby celebrating his chrismas ,making panke", + "public_commercial_use": false, + "recraft_id": "dbfce266-6225-45be-8455-88cba5d8b69e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:27:52.252923Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d3f889b-a70a-4dff-ab61-a2c48b139cdf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grandma's house, warm atmosphere, wooden furniture, dolls, cats, stove, astronaut exploring the home", + "public_commercial_use": false, + "recraft_id": "7aac7c97-dd7d-45e1-a4ec-a143c70955d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T01:02:39.663024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "877e9547-ccc2-461d-a2a2-28ba1ab5f1ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "child holding a magnifying glass to his eye", + "public_commercial_use": false, + "recraft_id": "597853db-926d-4605-861a-cea3425def6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T03:51:21.430694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4374f7a-3349-456b-bbf4-bb2dea800b00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a prince standing in the center of a long hall holds on a crystal shoe.", + "public_commercial_use": false, + "recraft_id": "14dbdcb2-2bc5-4620-b348-c2cfc2952afd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T00:48:58.165162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78be93d8-f48a-4e18-b757-f14f6fbc42cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Call of duty", + "public_commercial_use": false, + "recraft_id": "02baccd4-4d33-484c-a92d-c025827a545a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:02:12.296151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c7d9b34-a162-4b4f-a048-ced0a7ac152d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat holding a gun and smoking", + "public_commercial_use": false, + "recraft_id": "c88915a1-f917-4e11-a7d4-56815429db4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:32.663108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ebec483-715e-4d98-88e4-9317695de3d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat sits in a cabin surrounded by butterflies as snow falls outside the house in a Christmasy atmosphere", + "public_commercial_use": false, + "recraft_id": "b66183a5-1aed-4ce7-a81c-2af1c8c2447a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:47:24.951525Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "a8d0eb41-dcf1-4b2b-8e33-a831596c774c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow HelloKitty outdoor blues Christmas tree is a little snowy. WAY is written in the snow.", + "public_commercial_use": false, + "recraft_id": "2db67af7-afc6-4e7a-8fd1-e3098d3d5e19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:07:06.891036Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A steam punk machine in a dreamcore setting, surrounded by mysterious fog and strange lights, evoking the feeling of Midsommar.", + "public_commercial_use": false, + "recraft_id": "beaa4a22-69d4-4cf2-a596-0249db572499", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:01.152985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd352c30-11dc-4e46-9076-be8690809719", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty Playing on the snow by the seaside, with fireworks in the sky and LZX and HCH written on the snow", + "public_commercial_use": false, + "recraft_id": "1c250739-a806-42f2-955f-6e185e67cf3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:13:54.792573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00246953-a41b-43d1-979e-237b39c858c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an escalator standing alone in the pale white sand desert at dawn in a long distant view", + "public_commercial_use": false, + "recraft_id": "e920cb09-3498-4529-a664-4baf2ea2772a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T02:37:15.188637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e010dacb-9aa0-48c7-b981-e646cdb16329", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Samoyed and a little golden hair sit next to him in the blue-green aurora snow, with a Christmas tree behind him and fireworks.", + "public_commercial_use": false, + "recraft_id": "6a3913e6-d02e-46e1-beee-bf0ce213b761", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:05:50.630609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63d0d3ca-5dcd-4e7e-9f83-2a68b181475d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow is falling on the snow-capped mountain, leaving traces of \"sonamdezom\" written on the snow. The backdrop of the scene is a vast plateau meadow.", + "public_commercial_use": false, + "recraft_id": "32c23ddc-9f4d-4670-855d-b39c5595221f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:20:37.953677Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two black teddy dogs walking on the bridge, sunshine, snow", + "public_commercial_use": false, + "recraft_id": "f084b01b-d509-4049-9e52-09409362d625", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:23:04.42894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d249c0f-3dbb-447a-b0d6-12bdfc4589df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty with cigarette in hand smoking", + "public_commercial_use": false, + "recraft_id": "d9d042d6-d29d-4487-b82d-06d145ab27c0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:42:48.911554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfd2990a-756d-43ff-a5b2-55459f855ad6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat sitting in the office and watching laptop who dont want to work,but it have to ", + "public_commercial_use": false, + "recraft_id": "c2618ef5-e06a-49bc-bbd8-3f0d3096f980", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:24.285947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59ebdd64-804b-4f5d-a4d3-b99ac796d9bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A spotted deer with invisible wings walks in the desert", + "public_commercial_use": false, + "recraft_id": "d154ba2a-0cc4-481f-9650-bb9083f28ba6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:18:35.515778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7ce5797-267e-4dbf-848f-bff26daa90a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Australian cockatiel wearing Christmas hat and in the snow", + "public_commercial_use": false, + "recraft_id": "b2f15bd3-6125-41c4-90f9-39986427eeff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:57.158749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2164b43-46e4-483d-bf05-b6d77797444b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene is snow with the word \"Brian\" written in snow. there is no other guy", + "public_commercial_use": false, + "recraft_id": "62580e14-1d79-4a76-8e6f-c696fe85cc92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:19.498086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1559988-81a3-43a9-a8a3-d4a212dd7bc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Man, Face the camera,dark green pilot jacket, Loose black jeans, Asian face, looking at the camera, grassland, horse", + "public_commercial_use": false, + "recraft_id": "945efe83-a5e5-4e9a-b6c9-4a07ccae99b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:04:01.732175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd39f53f-4699-4686-bb4c-83993fe5fa4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two teddy dogs, one black and one brown, wearing sunglasses, Wizard dog casting spell", + "public_commercial_use": false, + "recraft_id": "f80e3a7a-7f64-44e5-bc71-7435e672f7cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:17:22.499103Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e38fa10-b782-4066-9922-f11c0749fa12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little witch with orange curly hair stood by the sea in the distance. She stood facing the sea with her back to her. There was a cake next to her, with 327 written on it. There was also a Christmas tree with colorful lights on the beach, and there was dusk in the sky.", + "public_commercial_use": false, + "recraft_id": "e2671ecc-1020-4992-8cbf-2d4ec0096614", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:09:57.745559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c7d3abe-a027-417f-b1f0-beb6048dc238", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white horse watching a movie.", + "public_commercial_use": false, + "recraft_id": "f55bef81-6d12-44cd-ab7a-1543f56c8cde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T01:09:15.278624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2eefc68d-78b4-4094-861b-25e7ae7dc3d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, Christmas season, sky blue with some stars, golden-haired puppy has a small transparent wing", + "public_commercial_use": false, + "recraft_id": "03a8fe86-c71e-43d8-bc96-ce2890606815", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:55.202347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "719a6ad4-5611-4e01-a53e-a136ddf2c855", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute fluffy kitten is listening to music while writing a paper, seemingly very quiet, not a little upset.", + "public_commercial_use": false, + "recraft_id": "d9eece75-ddd0-4b70-a337-83de8815ae59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:50:24.967924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01d1fa7b-271c-4db4-a4f4-c45f64912337", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "AYMLMH Style, High Saturation, AYMLMH Style, High Contrast on Dark Background, High Saturation, Film Camera, Little White Lamb with Two Pink Bows on One Ear, Surrounded by Various Colorful Bubbles on a Snowy Green Prairie, Canon Film, Flash, Hazy Texture, Polaroid, Blur, Low Saturation", + "public_commercial_use": false, + "recraft_id": "96623d8b-9d45-491d-bbc9-bd5b33b5446d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:15:31.353236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ebafac9-6178-4447-b1c3-c856bae5c632", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "British shorthair black and white next to the snowman, with the aurora borealis in the background", + "public_commercial_use": false, + "recraft_id": "a6b8d687-7423-4eae-a0ac-8a2547627106", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:42:28.164348Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aecd6920-3504-4f43-a7a9-320a94964d7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, a black kitten with a halo on his head and a white scarf around his neck looks at the camera", + "public_commercial_use": false, + "recraft_id": "4d23b4d9-a80b-4903-abc6-95c34d3c2b9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:44:20.142397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b42b0f2-921e-4676-9b03-264526d3b45a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple on a snowy night.The historical background is the Showa era in Japan.", + "public_commercial_use": false, + "recraft_id": "3fe723cd-e635-4e6a-bcdc-3135f4772636", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:59:56.054726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25232a40-088d-4ecd-8325-8608336c643b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat wearing sunglasses is driving on the road The background is green grassland.", + "public_commercial_use": false, + "recraft_id": "66bb6b1c-a732-478c-a2c7-44fb423dad92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:01:54.145146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1668aa25-7c57-45c7-87c9-5b1c7aaa7bff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white terrier puppy wearing a vintage suit and vintage glasses happily drives a vintage convertible car", + "public_commercial_use": false, + "recraft_id": "5bef670f-0700-48b4-9f0a-a1b272bb255e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:26:01.212365Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "465f4df6-8848-4726-a151-f48edc63510e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Alpine playing in the snow Yellow background Orange cat running all the time", + "public_commercial_use": false, + "recraft_id": "b928d26d-c349-4609-ac61-fc6c7e89b2cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:17:57.399458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rose from another dimension", + "public_commercial_use": false, + "recraft_id": "5f4a2ad0-686c-4cd5-a7e3-c22ef0b44967", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:12:36.694807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31faacfc-9990-4420-a8d8-bc8e2ae10056", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highlands playing by the sea with butterflies next to them.", + "public_commercial_use": false, + "recraft_id": "dd630891-bd45-47a5-a8ad-762ef1a7f88d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:51.955334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9f3a18d-36bc-45e0-8927-76b76763ccb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute fluffy kitten was writing a paper while listening to music. She seemed quiet and not upset, but she was asleep.", + "public_commercial_use": false, + "recraft_id": "d68018f1-f472-4913-bf3d-47e2f95c8587", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:18:12.488571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bab7b3b3-557d-4eb0-84c4-17f0295b721e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at night hello Kitty sat in the snow where XC was written and fireworks were set off in the distance ", + "public_commercial_use": false, + "recraft_id": "8f129818-1974-447f-b386-0fe8c3329b2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:31:35.629933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1e2005f-7513-497e-9a77-0edf83f8baf5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the seaside, a black cat with green eyes and a crow,", + "public_commercial_use": false, + "recraft_id": "b3093bdf-5662-472e-b628-49733d3d5650", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:23:01.365793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "093e4f50-9185-4d55-b752-cb9bdb0f3ceb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small BerneseMountainDog play with a small golden retriever", + "public_commercial_use": false, + "recraft_id": "2221726f-6b4f-457b-a3e6-b19fbf71d451", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:17:14.655775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b6daf87-a294-4b26-9d70-94a39dea279b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a standing big tree in the middle of a park in the Netherlands at dawn, with some mushrooms grows on the grassland, in a long distant view", + "public_commercial_use": false, + "recraft_id": "43fdae50-7b74-4e47-9749-6828796cee1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T01:10:25.801987Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92bf056b-f89a-4f19-a945-03d3019c82e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tomato wearing sunglasses sitting in front of a jazz drum and playing the drums", + "public_commercial_use": false, + "recraft_id": "8894d8c8-4357-4527-99cf-2d95ff4f5451", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:25:55.285972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4d83abc-a4bf-473c-a693-3a9332173f8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "British Shorthair Cat, American Maine Orange Cat, and Chinese calico Cat Playing in the Christmas Snow", + "public_commercial_use": false, + "recraft_id": "b1b2182e-992d-4742-bcfe-6e06752b8599", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:15.482071Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1fb88642-ca7f-4f08-93bd-76b740940874", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat is hugged by a red woolen octopus", + "public_commercial_use": false, + "recraft_id": "ea96cc06-c99f-4e47-8e49-55c75435264a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:23:23.141168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9944d572-d6d8-4da3-8b2e-324c0b9dd8b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A well-dressed west highland white terrier works in front of an Apple computer", + "public_commercial_use": false, + "recraft_id": "b9e671b0-d1b1-4122-b327-9b0628e8c9ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:11:40.360994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66f67aaa-4235-4634-9aa2-40267ab71e6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sits next to the Christmas tree by the sea. WSY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "e8056cd5-02ad-42ea-881f-2359b5b2e2c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:13:58.04425Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland chasing butterflies by the sea", + "public_commercial_use": false, + "recraft_id": "1742d4b1-f17f-4338-80ff-20723fae29ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:29:06.371414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af7420af-902f-4042-8a43-bb5607e1cf6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy with a scarf and a black Shiba Inu with a scarf snuggle up to each other in the snow", + "public_commercial_use": false, + "recraft_id": "2554d706-c25a-4238-8fd8-4a5b37f647c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T05:05:28.275251Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23616673-9e53-4e82-8906-db18bf75d66d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "American Shortcat, Christmas, Ice American coffee", + "public_commercial_use": false, + "recraft_id": "a678e399-53d8-4a82-8d5d-49c8e38563fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:08:06.648253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9740fb2a-9daa-4a31-8b7d-3a82d4c6d991", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little white dogs are playing in the snow, and the little dogs is wearing white transparent wings. The snow shines brightly, and in the distance, there is a small volcano covered in heavy snow", + "public_commercial_use": false, + "recraft_id": "73c73a50-e19b-4c0f-b498-d5ce39d5d82e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:50:38.18274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98cd5f6a-07af-47b8-829e-1c8a3cb27e65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two little cats in scarves clink glasses in the snow", + "public_commercial_use": false, + "recraft_id": "16572549-d2fe-4d4c-979d-5528dbb91a60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:14:22.26342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8093782-4746-4d4e-b650-3d53d1ee5905", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white rabbit doll who wearing glasses in a pink suit, is looing at her laptop in office. while one Rabbit hand holding a cup of coffee. and one hand holding a knife ", + "public_commercial_use": false, + "recraft_id": "489fd1d3-1c71-4f35-b115-cd4a72c68a3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:56:46.167243Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "16fa4fda-588b-4c32-b9b2-3d206e951409", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:21:05.60131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1a730ce-b9c4-458b-b85c-9d051f63d430", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat pulling on balloon string", + "public_commercial_use": false, + "recraft_id": "9d8dc0c1-4b52-40b4-89cc-630daac10808", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:17:08.271772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "404145ae-9ce0-4ce3-8868-93d180fec591", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are fireworks in the distance, a hellokitty cat on the snow, and a Christmas tree next to it. \"BoBo I love you\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "f12cb176-3ad6-4c5b-87ac-bb5ff0b974f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:26:57.695217Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e10a41e9-f65b-4303-aea8-6b5d6ba866ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kobe is shooting on the rooftop of the building. At sunrise, there are many basketballs floating in the sky", + "public_commercial_use": false, + "recraft_id": "0837cb4f-a184-4b0a-b91c-d63f8914e40c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:12:55.861417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "293ef36a-81e0-4ee3-9490-d57a85e762e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the seaside, it's snowing, the Christmas tree, in the dark night, fireworks are setting off in the sky, a Hellokitty in a suit and a Hellokitty in a wedding dress are together, with W&Z written next to it.", + "public_commercial_use": false, + "recraft_id": "b3e58c6b-dce5-414a-b0cd-b5d9c6a3d438", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:00:24.944666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80b46cdc-85e9-4ef3-88b5-3f383c79368c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inside the abandoned building, there's a super giant green dinosaur outside", + "public_commercial_use": false, + "recraft_id": "99c7a63b-b582-45c3-b230-2b3b761b445d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:47:35.349944Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ad900df-a29c-417b-8e85-9c5ed3312b54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man playing guitar in his bedroom with dark light or just candle witha cat nearby and the window needs to be extremely big with snowing heavily outside . It is late night.there is a campfire in the house and outside is completely dark", + "public_commercial_use": false, + "recraft_id": "a8f819d2-8649-4b52-a7c8-11b232bc7208", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:30:28.190813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7360118f-3f87-4dce-911d-95f3cf2d27f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bubbles, horses, snowy mountains.", + "public_commercial_use": false, + "recraft_id": "35c8f3ee-bf2b-40f0-957f-2930a831ffda", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:03:11.154033Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f29431f6-92c7-46d9-840f-f203a0c318df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yorkshiredog, snow, snow", + "public_commercial_use": false, + "recraft_id": "3e00574c-2db4-4ec4-9e42-d69a46fe4f38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:22.303713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b587b7d-08aa-4ac0-96ba-3287be3b5e4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A standing, clothed humanoid crow looks back into the camera, In the distance is a man with his back to the camera, In the field", + "public_commercial_use": false, + "recraft_id": "74dbc425-8905-4dd4-a5fe-8d2f394b28cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:24:42.15447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21dd0881-9580-4b14-a1dc-4fa3080e4593", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white, droopy-eared puppy with Bichon Frise and West Highland genes, running in the winter snow with a scarf around him", + "public_commercial_use": false, + "recraft_id": "616840e7-11e7-4462-8d04-29ab3885a95c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:18.150803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83e9c095-63f6-4b24-bffa-30068bbb21b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A west Highland watching fireworks on the beach", + "public_commercial_use": false, + "recraft_id": "1b4df67e-2c27-4b1c-8442-8ffe8103e2e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:22.669082Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6baf2f62-e7f7-44db-ab1c-67115e2277fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster smoking a cigarette", + "public_commercial_use": false, + "recraft_id": "67055012-bbb1-4c39-865e-6f5936e5e14e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:22:55.026255Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3cc938a3-b8b5-463a-980e-e0ca19fd27ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A serene landscape with a bright azure sky. In the distance, a majestic golden mountain bathed in sunlight, with warm rays casting a glow on its peak. The scene is peaceful and vast, with no obstructions in sight, creating a sense of tranquility and grandeur.", + "public_commercial_use": false, + "recraft_id": "2a582633-2b4a-409c-8899-51f4c83b9c40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T01:37:06.438536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20d95fe3-3fc8-4664-9d3e-96ee61ae9397", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow with the Aurora.There are pine trees beside it.Draw the word Tong in the snow.", + "public_commercial_use": false, + "recraft_id": "b33ff5ab-f49f-4856-ac66-60589f2c317c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:16:28.303247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f9b1b5d-092a-48ed-9155-a0964ba32ec0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow cat wears a Santa hat to sleep", + "public_commercial_use": false, + "recraft_id": "794429a2-0344-40e2-9f7a-ba1ee7a3534c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:51:16.900547Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "072e372b-35f7-4ab3-948a-3561e004a0ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant with a small snowman on the hood. The snowman is wearing a hat and there are some scattered snow around.", + "public_commercial_use": false, + "recraft_id": "efc11d81-5da5-42b4-9a5f-1b72cbe981de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:25:18.344804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat wearing a christmas clothes in winter with some high trees in evening ", + "public_commercial_use": false, + "recraft_id": "2c392963-9979-4508-aae0-61d708a21610", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:03:20.555971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76f14a70-93b4-48da-95f5-5d2d37a7cfac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the snowflakes, there is an oil painting of a red apple and an oil painting pen scattered all over the ground.", + "public_commercial_use": false, + "recraft_id": "68167f45-1969-4c79-ad21-52a09c2fb0ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:23:27.248283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d344bb6d-1bd5-48c3-b124-5b11a03ba211", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red hellokitty is spending Christmas at the beach with an ax in her hand, with a huge Christmas tree and fireworks behind her, and the ground is full of wine", + "public_commercial_use": false, + "recraft_id": "6d06c155-031c-480f-ad1a-5e63e5634932", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:41:26.394149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "186de785-d8cd-4fff-a273-7ec1f7bc802d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiger-striped cat sporting a scarf with the letters 'JI.' and a ginger orange cat wearing a scarf with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside.", + "public_commercial_use": false, + "recraft_id": "651530d0-d553-4601-871b-0ca91ff6bce2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:54:51.95358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f79c583e-c3a4-442c-8352-aa6f643ec153", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat figure is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, medium shot", + "public_commercial_use": false, + "recraft_id": "b9db3c12-1138-4377-9439-7ce7d8071d9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:20:22.756933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1fb75e46-2d82-49b8-b876-761bd4b59316", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little white rabbit leaned on the little raccoon and watched the fireworks together.", + "public_commercial_use": false, + "recraft_id": "28cd1a77-78c1-454b-ba64-0c1737879629", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:05:51.171302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84674a66-d6ab-42a3-97ef-622883d3d828", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat sits in the snow with mountains and woods behind it, there is a cake with purple flowers in front of the black cat, the Ragdoll looks at the camera, there are bubbles everywhere, and the Ragdoll wears a pair of purple wings", + "public_commercial_use": false, + "recraft_id": "303183dc-37c2-48f5-8a49-192868d6b588", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:17:15.126277Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56f07b58-7789-440e-a9d3-5620790c9597", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border Herding Star Goldfish Blues Moment", + "public_commercial_use": false, + "recraft_id": "2875faef-80b3-4bc1-bd61-dcae530cc4b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:37.146448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fbec4fe-d7d4-4842-9186-84ffc6fba175", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, there are some stars in the blue sky. The golden puppy has a small transparent wing on its back.", + "public_commercial_use": false, + "recraft_id": "f08e9052-419d-4c43-a465-34ff248385d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:25:38.233042Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "f7e15353-3945-48da-b0ac-524c3d803a87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person running on the grassland, dreaming", + "public_commercial_use": false, + "recraft_id": "debf20e7-fe6b-463f-8ff1-d1acbbdb9d31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:09:29.911537Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f8f4680-250a-4ca4-af27-f6455366db4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is in the snow and footprints in the snow spell out.There is a Christmas tree next to it. On the snow is written 'PAN'", + "public_commercial_use": false, + "recraft_id": "0c4cf2d1-702c-4baa-b392-21c219c46598", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:22:04.826418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abbbe6ce-6aa6-48fb-aa54-98e695b5633b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A tiger stuffed in a yellow fridge", + "public_commercial_use": false, + "recraft_id": "a53b3fe1-b78e-4dbb-a02f-b264f75e1a9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:31:05.296765Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38e195e4-fd1a-4757-990a-a1d159e0fe57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged kitten watches the dreamy fish tank in the garden", + "public_commercial_use": false, + "recraft_id": "1c1488a7-31ae-4385-9559-58194f3a6f2c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:41:14.967642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86e87aea-7eda-4b42-81e1-af76fb59a9fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An red apple lamp on the blue table", + "public_commercial_use": false, + "recraft_id": "58347be5-387b-4f5b-87f3-cc4b0370c6ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:58:59.496322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6fa955f-2ad6-43d1-b074-c9235c4c42c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Huangpu River lights shine on the melancholy boats in Daya Bay ", + "public_commercial_use": false, + "recraft_id": "29af0450-a261-44a8-b541-f0f9674c9223", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T00:55:51.161867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d649dff1-2886-4bf9-89dc-b16170b6cf5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire puppy and maltese puppy is playing with hello Kitty in Disney.", + "public_commercial_use": false, + "recraft_id": "44c57a78-dec6-435b-b308-8b51ade9003b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:26:39.856467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3858237-a858-4ff1-99a4-7d637a61a604", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Desolate and magnificent coastal cliffs, strong sunlight and shadow contrast. In the middle of the ruins of classical buildings covered with weeds, cypress trees grow.", + "public_commercial_use": false, + "recraft_id": "e9daf031-24e5-40d1-89b4-23d3149bf6c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:00:20.553749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df158a29-07cf-47ef-823d-3136a84ae80c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a princess with angel wings rides on a unicorn, looking at the camera, close up, snow falling from the sky", + "public_commercial_use": false, + "recraft_id": "6c181eab-5b37-4327-afed-87c7036f3973", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:06:43.897647Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3826690-962f-4711-a0a5-7a413854ee9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highlands puppy surfs the ocean", + "public_commercial_use": false, + "recraft_id": "83200a3d-e0c4-4852-9542-b01a3b31f37f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:31:42.586753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65e6b359-3088-438e-a2f7-684121662d94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree and a Hello Kitty in the pink snow with DXX font on top", + "public_commercial_use": false, + "recraft_id": "610c535c-5391-4600-85ce-6adea9c8f71c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:12:43.421282Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31aa0527-e490-4ff3-86f1-6aa733933b80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In autumn, many leaves fall on the lake", + "public_commercial_use": false, + "recraft_id": "4a15db88-e0e0-47c9-a720-2882ad85db00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:48:54.191638Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28eb5ab4-c286-4fbc-af9a-47b37af7377a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a gray-white kitten with a Christmas hat sits on the snow. There is a Christmas tree next to it, and \"Lin\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "10ca3711-c4f9-4eb9-9f6a-faead0731e9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:24.219142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "622b2a63-0b14-45d7-9303-2c3c424b814c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red hellokitty spends Christmas at the beach with a huge Christmas tree and fireworks", + "public_commercial_use": false, + "recraft_id": "9752ef52-de8e-4834-b1fc-6c6bdb812f9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:17:54.548583Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "701205b2-283b-4001-bb08-2ea38c9d10bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit is far away in the snow", + "public_commercial_use": false, + "recraft_id": "da36e4a0-d430-4ea7-a971-f8a722c78b84", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:32.680262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf36aada-2c17-4bd3-8ca0-37025a102a41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A twenty-year-old schoolgirl with a basket was lifting apples from the ground one by one", + "public_commercial_use": false, + "recraft_id": "a490c9b5-b5c3-4a60-82a3-d4f666fc4a06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:04:01.072988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7aa39f6b-c574-431c-89b5-c19d1d7bde1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "one cat, sitting besides a jfountain sprays lots of precious jewels. Purple background", + "public_commercial_use": false, + "recraft_id": "d9ff3771-7fd0-4832-a5a8-5e758039dd47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:05:52.263737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e232b3b4-e22f-440b-9edd-4655b9b1e961", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lighthouse shines on the melancholy ships of the bay ", + "public_commercial_use": false, + "recraft_id": "55fcd20e-9bee-411d-81bb-433150af57d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:45:07.744848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat on the metro, standing like a human, holding a computer, on the way to work, christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "12d8519c-9b13-4c3f-9436-a67f261251ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:27:00.735845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8708fd52-749b-4048-9b08-fc6c991b797f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a border collie dressed up like a Chrismas tree", + "public_commercial_use": false, + "recraft_id": "96b7109a-6119-4b6c-8dc2-9d716447cd83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:38:26.64855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f295f052-288c-4257-8b2b-fb99ca71fc7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten with white wings was drawing \"Xiaoding\" on the snowy ground in a snowy day. Many bubbles were surrounding the kitten.", + "public_commercial_use": false, + "recraft_id": "2c084280-2652-4f04-abe0-e72cc576857b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:47.054829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f0c0527-2eb1-4979-8630-398e20b5b96d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat is driving on the road", + "public_commercial_use": false, + "recraft_id": "68e2e152-d40e-4f3f-8ef7-cc915b4bbed3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:09:36.433783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ea50462-ac52-4ab7-8a24-cc892ff02087", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white kitty cat wearing a Christmas hat, next to it is a Christmas tree, and \"zxx\" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "a656c1f1-5544-4814-959a-dfb0c9a57737", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:59:48.997338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "728dd8d9-ece3-4aa8-8083-353e3e8625a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the Christmas atmosphere, it is snowing and hello Kitty is watching the fireworks", + "public_commercial_use": false, + "recraft_id": "d0f4f6d0-86f8-430e-aa93-d59205944f48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:30:33.912231Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f0ff907-79c3-4615-a4ca-1da18874e162", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy nights, endless fields of snow. In the distance there is the sea, a small cat and a small dog in a white Santa hat and Christmas dress, next to the Christmas tree, with \"DDKT\" written on the snow and traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation.", + "public_commercial_use": false, + "recraft_id": "fe5a3dd3-6725-4eed-809a-d32d11f6f6f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:54:49.788288Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a895cc4a-be81-4d17-851e-42a3adf75b0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired golden crested cat and teddy dog spend Christmas together, with fireworks and snow", + "public_commercial_use": false, + "recraft_id": "97790c70-4e44-4a76-849d-f81610419f2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:36:37.415177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa4236c7-cbea-4a5a-86a4-55f82eb7edde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Rolls-Royce is parked in front of a church in Iceland.", + "public_commercial_use": false, + "recraft_id": "c60e1917-8b7b-408d-9e04-3a4757c75b85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:32:41.513027Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b57a020-d9ba-40d9-b0d8-499ca4a22a1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white dwarf hamster wearing a Santa hat is decorating a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "d683597e-2ef8-4a0f-838c-96c63d14d866", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:38:54.834473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63ce6661-4d2b-4252-ab13-b69a58146283", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple lamp. blues", + "public_commercial_use": false, + "recraft_id": "33083b09-dcf4-4a39-8287-29522984bac3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:25:31.32362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c68f32c5-f7e2-402f-a766-92e87d532f7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I was supppsed to be sent away but they forgot to come and get me ,i am a white cat ,snow on the beach ", + "public_commercial_use": false, + "recraft_id": "a34b3817-6f31-4cb0-abad-208ba43e87e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:51:08.298963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b9fca56-718d-4def-a319-3a0f01551185", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere.snowing", + "public_commercial_use": false, + "recraft_id": "df42fffb-bb38-4e2e-85fe-adb9187749da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:27.382036Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7351a80e-47d6-4574-bdba-9f50c592c212", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty reads a book with sunglasses on Christmas Day.", + "public_commercial_use": false, + "recraft_id": "1cf3bf9c-cbe4-40ee-a55b-a97cc6b530a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:47:16.017747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f45b147-24a2-4572-840c-3edc523512d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a civet and a long-haired cow cat play in the snow", + "public_commercial_use": false, + "recraft_id": "9a9229c4-197d-4023-a7e7-5f733e57f6a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:41:34.530424Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "201f10f7-e8b1-43b9-a31b-d4bb837b9616", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white small chubby fox dog wearing wings, balloons, candles, a cake on the table, happy", + "public_commercial_use": false, + "recraft_id": "fc59dae0-8b6a-4050-8fd8-be7544b39967", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:42:52.724879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95098eac-a5ef-4742-ae96-cb14fd68212f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiger-striped cat with the letters 'JI.' and a ginger orange cat with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside.", + "public_commercial_use": false, + "recraft_id": "6eb2ac31-2720-4e3e-8888-ba0315fdde8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:15:28.384028Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "252c75cd-6914-4f7d-b584-2b3b9f4191c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Alaskan Malamute is squatting. The letters 'BYT' are written in the snow. Fireworks are going off in the background", + "public_commercial_use": false, + "recraft_id": "cce337e6-6ded-4ee1-a1ff-7ccd6288644b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:07:15.791967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18f7facf-bf54-474e-91d2-fe2818b9625c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow.", + "public_commercial_use": false, + "recraft_id": "b5d91f4d-530a-48c2-82a2-e56c68298863", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:26:22.076995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4ed77e6-6f30-44fc-ba5c-f1042176dc27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hand between the fingers points to the gorge.", + "public_commercial_use": false, + "recraft_id": "d407ff6c-7be1-4db1-8603-7121a3ce40d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:47:13.800557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "017a08a0-861d-412d-ab7a-e6afdb30aaff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiger-striped cat with the letters 'JI.' and a ginger orange cat with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside. A cute dragon toy with letters 'WRL'.", + "public_commercial_use": false, + "recraft_id": "6ccdf36f-ff88-4201-81fa-17ddbf589179", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:32:29.741307Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ae84b867-78e0-4ec5-8f4a-8c15602c2f70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some day I ' ll , I wanna wear a starry crown", + "public_commercial_use": false, + "recraft_id": "3e78685b-5e00-48c4-8492-9edfe291bb58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:02:34.387754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "109151a8-6bc8-4cc5-8507-327bd228084a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts and Emperor take a walk in the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "8bc68b6b-537b-4148-a802-5381927e1836", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:04:53.186132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ad6de75-f845-4be3-8856-c3eaf849121b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The minimalist, light and ethereal images tell the story of the interaction between silence, time, people and rivers.", + "public_commercial_use": false, + "recraft_id": "63d4fefe-5c3c-42ed-b58f-d4aa088688dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T02:54:55.062235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d3eff08-f75e-4a53-9d97-bf0c6697a4e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A west highland with angel wings running through the snow", + "public_commercial_use": false, + "recraft_id": "bd3fa1c3-f7ab-4a8f-bd8d-c1f715834dc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:14:15.971209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eee4dce0-a85f-4820-b469-c88bc73b4c5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A ragdoll cat, by the sea, writing yumi on the beach.", + "public_commercial_use": false, + "recraft_id": "4d83666b-f31b-4242-9bf0-eae610069c8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:39:28.348361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is playing on a slide in the snow.And the snowman.", + "public_commercial_use": false, + "recraft_id": "a8c0c3d8-42db-4e73-9838-1e8d6eacdcc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T06:25:23.597038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba56acc2-605e-40ae-96f6-448280e2ad88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The birthday cake has candles with \"nrq\" written on them and two kittens.", + "public_commercial_use": false, + "recraft_id": "01cd3937-4b56-40d5-9f3c-b7d53394a271", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:22:16.369567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a8a8ef4-c83c-478d-97cf-65148bf91eae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person's two hands are made of fish", + "public_commercial_use": false, + "recraft_id": "3fd149fd-8d23-4f68-a474-8c851b41fe5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:09:36.464417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3e191d3-65db-4f33-9a99-d9120434b471", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink jellycat bunny rabbit sits adorably on a snow-covered beach with VIVI's name in the snow", + "public_commercial_use": false, + "recraft_id": "e045d02a-0806-409b-b886-df0f64a562d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:21:36.45309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0210a75-5bdb-4923-a59d-3df3c7056650", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The golden wheat fields stretch out, and in the distance are green woods. There is a 3D-shaped cloud in the light blue sky.", + "public_commercial_use": false, + "recraft_id": "38e4ca8a-ce05-4c46-b428-b7d6a64b0e60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T06:21:29.73159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a49b14b5-fe84-4d59-b333-31d4ac43c6e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Vintage coffee shop", + "public_commercial_use": false, + "recraft_id": "8c8914ee-faab-4918-8ba7-09b63a9e4d15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:16.003419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1f426dd-41a3-4e94-acc9-82f6bf707c05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange and white cat sitting in front of the desk and typing on a computer", + "public_commercial_use": false, + "recraft_id": "eaaff8d5-18a8-4252-8a03-d26c832697f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:59:30.524977Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fdcadbc-0fd4-48b0-b20c-df780c6c5df2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The man in the picture is taking a photo in front of the burning Golden Pavilion Temple, with a Japanese style", + "public_commercial_use": false, + "recraft_id": "085d4e9d-f0b6-437a-8483-87462a189d03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:06:06.548283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62f3612e-5255-488c-a2dc-7396f59ecc47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is lying on the floor and there is a pile of toys behind it.", + "public_commercial_use": false, + "recraft_id": "a34affca-0a2b-47f0-9d72-2841417c1e70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:08:53.037865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da8105ff-8ba4-4b7c-a94e-e8c757d10c9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It was snowing heavily outside and gh was written on the window", + "public_commercial_use": false, + "recraft_id": "45d405c4-d85e-4cdb-9b8f-1d9f079ab1d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:25:27.45807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64252d7b-300c-440c-a1e3-fb5adcc0326c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat wrote Happy Birthday yosh next to the birthday cake.", + "public_commercial_use": false, + "recraft_id": "2aa2ba85-9c1d-46fb-ba65-606fc0e2ae42", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:09.601386Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "589e28f5-ca37-4a83-89b8-4f5648b043e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of Hello Kitty sitting on an orange chair in the snow, with her dress covered in powder and a wine glass on it, taken at night from outside the home, and posted to Reddit in 2019", + "public_commercial_use": false, + "recraft_id": "c91c0676-e736-481c-a023-544fd2266a79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:22:37.618202Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its lights on. Fog can be seen in the area illuminated by the lights. It is driving in the snow. The whole car is shot from a low angle. It is a movie angle. It is dark and snowing.", + "public_commercial_use": false, + "recraft_id": "a1996659-88b8-4e10-99ac-626692c26cdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:25:27.767465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d678bf4a-63b0-4742-a619-1eadfec8a3ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Crayon Shin face", + "public_commercial_use": false, + "recraft_id": "ec254a80-9a0e-40cd-8a93-f347d29e6334", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:20:29.401373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "afe54dbb-245b-4b8f-ba5c-0834ad4c11d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the valley there was a tree with purple leaves and light purple fruit", + "public_commercial_use": false, + "recraft_id": "78c240ff-5c4b-4d48-8f43-d0cbde9c3076", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:02:21.256149Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "89fc8c7c-4463-4f64-90ec-2280c3072eff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog and a border collie sitting together on a snowy field, looking up at the colorful aurora in the night sky. Snow is falling gently, creating a serene and peaceful atmosphere", + "public_commercial_use": false, + "recraft_id": "7ec9b6d0-be0b-4bcb-a1dd-76071c843ee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:56:21.285855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8de530e1-0d52-4365-a6c6-37e31c6dafe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Next to the cake is a lovely hellokitty doll with English yosh written next to it.", + "public_commercial_use": false, + "recraft_id": "67f6c77f-def5-44e9-8c15-384dcef557ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:36.758861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd950609-04b2-4369-92ea-05bf4322f056", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty holds a sign that says wc", + "public_commercial_use": false, + "recraft_id": "ec47fa33-d44e-4a4a-a982-638cfd708582", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:29:37.661816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab43b0a1-c279-47c6-9b40-37b02665032b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Icebergs, sea, rain, birds", + "public_commercial_use": false, + "recraft_id": "935741ab-2100-485a-8a43-0fd49dbaaf9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:25:28.833813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0d369fb-689b-49ff-9b8c-2487b6876d79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is running recklessly by the snow capped mountains under the starry sky", + "public_commercial_use": false, + "recraft_id": "766d3cac-c4ae-4714-aa6f-114cae322087", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:49:50.852013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5522e4f3-0377-4090-9630-4c70896cdd2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere.", + "public_commercial_use": false, + "recraft_id": "c4337a29-b3de-406a-be7c-fa5eaca72e7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:34:17.966066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3077f900-820d-47b5-aa8c-44d398207c9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree and a Hello Kitty in the big snow with DXX font on top ", + "public_commercial_use": false, + "recraft_id": "f0e25f7e-11bf-4520-9f0d-dc30d52e0279", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:49.156864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c43d1e2b-a6bd-4fd7-9e46-c07df48569e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there is an oil painting of red apples in the snowy snow.", + "public_commercial_use": false, + "recraft_id": "f7969820-284a-4329-ad3c-f774305cafae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T03:00:03.658283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98fa09cf-11fc-422c-a76a-957a67fb1758", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Beagle puppy and Christmas tree in the evening snow with Elsie written on the snow and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "0846e471-cf0e-4e9f-b867-69dcf96882f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:21:13.307168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48b238d8-0820-4caa-a3e6-2779437e6810", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters #NXY printed on the snow", + "public_commercial_use": false, + "recraft_id": "b956e66f-a64a-48a8-b201-519fae9ac012", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:17:41.406992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f6be9e9-fa47-495c-a224-4b31ba70b7db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a Shiba Inu wearing a Christmas hat stood on the snow, with a Christmas tree filled with gift boxes and brightly lit lights next to it. Snowflakes drifted in the sky, and there were aurora lights in the sky", + "public_commercial_use": false, + "recraft_id": "9349473c-f60b-40a9-b1a7-8e5b1c1d398b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:10.32922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cffcfbed-b91c-4856-ac88-097946b5a757", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda cub and a koala are eating popcorn on the sofa", + "public_commercial_use": false, + "recraft_id": "1ecd096e-fa9c-44ef-a955-05dd471c8281", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:37:40.681179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange and white cat with an orange point on his nose, sitting on a flying carpet", + "public_commercial_use": false, + "recraft_id": "81a3e803-9253-4e5c-afe1-0bccde633563", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:21.652164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2a63489-7197-45fd-a8f7-87394c92029f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Hello Kitty doll is playing on the snow by the seaside, with fireworks in the sky and LZX written on the snow", + "public_commercial_use": false, + "recraft_id": "5872e022-c271-4346-8f2d-7fe5946e2f79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:57.90731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c341374e-4f8a-46d0-933a-56c15cd8b4f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white rabbit doll is working on his laptop in the office. while drinking a cup of coffee", + "public_commercial_use": false, + "recraft_id": "abd63d2f-c139-4061-882d-36181c45ee7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:08:55.361055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a9a13a5-8674-44b8-a35a-81733ef916c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely whale", + "public_commercial_use": false, + "recraft_id": "ad751d52-00e4-4ca1-99bf-91a95782e2e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:33:30.841943Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4886c71b-4472-487a-8860-194d5fabbe84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some day I ' ll , I wanna wear a starry crown(man)", + "public_commercial_use": false, + "recraft_id": "fcbfae03-b99f-40c7-9b47-ea3fd99ce32d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:12.753334Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a cup of coffee and a few books on the table, and snow is drifting outside the window at night", + "public_commercial_use": false, + "recraft_id": "4263156b-1502-4ece-afed-9251e5bc7168", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:21:44.086741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38e9c1f0-d50d-4bed-849c-0850465b5355", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with a Gundam standing on the street", + "public_commercial_use": false, + "recraft_id": "67bda24e-8d7f-4013-9e54-8553f7bf5cb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:47.952931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7be0056d-bef7-49fa-a459-514600482554", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A furry cute cow in snow", + "public_commercial_use": false, + "recraft_id": "497eca56-10af-42e1-8ce2-2c065bbc4e54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:09:39.803911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7cf77457-23f0-49bb-b135-24b6a5159d7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the blue night, Stitch holds the snowman in the white snow, and fireworks are set off in the sky", + "public_commercial_use": false, + "recraft_id": "3244a0fd-dca1-44da-a499-089e760a0871", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:10:01.279396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2dad08f-0ddc-469b-91c0-52d96851d1e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yellow and white corgi Watch fireworks on the grassland in light snow falls from a pitch-black sky", + "public_commercial_use": false, + "recraft_id": "76afda9e-a58c-4cc5-b0a2-46b2564eeab3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:33:15.009372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "055798f8-e2d7-421e-9e8c-f0061ecbdd6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A realistic photograph of an English priest dressed in black standing on the right side of the frame, with a man lying flat next to him, white feathers falling from it. The priest wears a cross necklace on his chest, holds a dove in his hand and a few feathers scattered on the ground, which were filmed on 85mm film inside a church in London. The scene is captured with a wide-angle lens with blue walls, wooden floors, and natural light, and the picture is calm, dark, and exposed", + "public_commercial_use": false, + "recraft_id": "7c642baa-89ba-4401-a425-3ca5c6556762", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T06:20:22.206637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6491835b-115e-4447-baeb-9ada4e2387ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "astronaut,Christmas,funfair,snowfall under neon lights", + "public_commercial_use": false, + "recraft_id": "586a2110-e26d-4629-aabe-8a93a1bd9af2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:13:50.47991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22e186e1-c006-4a10-b6f1-cbf486e3773b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cute kitten sitting in front of the computer and working", + "public_commercial_use": false, + "recraft_id": "18356994-40a8-4d20-b3e3-0a662256b816", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:25:44.339203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "533c8f16-f111-4086-a326-380f3c638e22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise Puppy cooks for me at home", + "public_commercial_use": false, + "recraft_id": "2f524ad3-dfff-407a-8550-78061440d2f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:09:46.289618Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41f3c74b-4118-4ca6-93a1-a7d614501540", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll, dressed in a red tracksuit, has climbed to the top of an erupting volcano and is posing for a photo.", + "public_commercial_use": false, + "recraft_id": "a2c5010f-2a29-432f-96cf-b993366e726a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:24:02.545363Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "033846c5-8492-439d-814e-cca64cf16183", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rose and a hand in the snow", + "public_commercial_use": false, + "recraft_id": "41d8b315-f2d5-49de-82f9-91fda08ae04f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:53:08.678502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c487b52-f74a-4c32-9281-f23a096a2278", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are fireworks in the sky. A Hello Kitty doll wearing a Christmas hat and a decorated Christmas tree on the snow.There is the word \"HYX \"written on the snow", + "public_commercial_use": false, + "recraft_id": "0db97b01-7caf-4fc1-9b3d-bb6a56d473b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:25.512689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71593f6b-dd36-42a9-8ef4-83260717c67f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts and Emperor driving sports cars at the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "4f4fe1aa-2806-4a83-bbaa-9b91ce907d5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:27:41.367654Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f7d514d-6b2e-4274-a594-c1d61d2b43af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kobe is shooting on the rooftop of the building. At sunrise, there are many sugars floating in the sky", + "public_commercial_use": false, + "recraft_id": "d95b44fd-5a17-4377-a640-f8fc0ae02e97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:19:17.346274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96a92e9a-7745-4f7e-a374-de85c1189d66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a standing big tree in the middle of a park in the Netherlands at summer dawn, with some toxic mushrooms grow on the green grassland", + "public_commercial_use": false, + "recraft_id": "a07d033a-775b-4324-a949-7d4f7e06af3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T06:12:10.982454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A pink Jellycat bunny wearing a black dress is sitting on a snow-covered beach, with the name \"VIVI\" written in the snow", + "public_commercial_use": false, + "recraft_id": "52c98d8b-4d0c-4c6c-8082-6783e1601e9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:11:12.025059Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "cb8c521e-e34a-46f8-adb5-7aa560cccf8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "And nothing hurts anymore, I feel kinda free", + "public_commercial_use": false, + "recraft_id": "0e06cb06-5ecf-4fc3-a122-da433ae6f195", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:20:17.861906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "409a7ab7-bd86-46ea-9335-bf88e49c17a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing, the little tiger is building a snowman, and the koala is sleeping next to the little tiger.The sky is pink and blue.Little Tiger and Koala are both very happy, with a glowing Christmas tree around them.", + "public_commercial_use": false, + "recraft_id": "ef895d96-44f4-4545-9ac3-05ddb7744e32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:01:21.813769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e99afb7-3e00-4221-af58-16b026ec89ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the snowy snow, there is a small oil painting of a red apple and a scattered oil painting brush.", + "public_commercial_use": false, + "recraft_id": "9548b440-a493-4881-a194-3edc75890c46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:29:39.2238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b4f85ab-4bac-44a8-b191-74cbd913cf75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Elves and butterflies", + "public_commercial_use": false, + "recraft_id": "12d4bb59-c0cf-4cc8-93ab-083e9e6b0b41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:38.620964Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7195f7c9-150f-49da-b71d-bfeeb428364d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy with a smile on its face is surrounded by colorful flowers on a sunny day in a meadow full of butterflies", + "public_commercial_use": false, + "recraft_id": "d857d6c7-ead4-4fb1-a43a-b17c3959fdcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T13:04:33.447464Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0ccca259-ac1e-45fb-9ec4-25fa332066d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A standing Santa Claus facing forward and a small black cat in front of a Christmas tree with the \"Warwick\" logo on the top, in a typical England-style university campus.", + "public_commercial_use": false, + "recraft_id": "1a7495b1-5ced-4e34-a90d-5929718a39e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T05:30:32.556093Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5c5a05e7-92b2-407e-9e5f-a6721151ef2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat and a snowman are standing together in front of McDonald's", + "public_commercial_use": false, + "recraft_id": "65db40eb-0939-4a52-a017-61a80de3d3bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T15:55:07.667079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ed3209e-e28b-435e-9b81-c9c11d24a8b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty using a laptop with Windows", + "public_commercial_use": false, + "recraft_id": "0fd4bc37-6ec2-4593-b7eb-b26f8d87064d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T16:46:08.591776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7469b560-bbea-431d-b3c3-91d2883491d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy,there are many Gingerbread Man in the Gingerbread House,The light is on in the gingerbread house,There is a Christmas tree in the gingerbread house,from_outside,moonlight,landscape,", + "public_commercial_use": false, + "recraft_id": "8d8f86d1-2f1e-4cd1-bf4a-011b8e4b4b05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T12:56:41.754452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76aa31cf-3001-4531-a959-70bd29f67d3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Artistic avatar with elements of the mystery novel created by Agatha - ABC Murders", + "public_commercial_use": false, + "recraft_id": "5f69e7cd-a762-429a-8430-3ffa3a4db4aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T03:22:34.459888Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8febe0bf-ea97-4bf6-98f5-4a13fb2e210f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A magical forest scene at night, where a man with black hair and dark eyes stands facing the camera. His body is inside the hollow of a massive tree, surrounded by glowing mushrooms and a gentle swarm of fireflies. The soft bioluminescent glow from the mushrooms and fireflies illuminates his calm expression and the intricate textures of the tree bark. The forest is dark yet filled with a dreamy, ethereal light, creating a surreal and enchanting atmosphere.", + "public_commercial_use": false, + "recraft_id": "28a1a1d5-94e0-48e1-a759-4e0826fcef4b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T01:59:42.460077Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "835bbdce-d6ac-471d-816f-d909455e2f29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a winter day, a black cat was on the snow-covered ground, celebrating its birthday. There was a birthday cake and a snowman. It was snowing. The whole scene was in a film-like style with a touch of Dreamcore and Instagram aesthetics.", + "public_commercial_use": false, + "recraft_id": "ddf369e6-75b2-4447-8b65-599511ddda3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T10:25:57.054786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56d451a6-b032-45d0-be11-c6a7c075c693", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dog in beige coat and red beret, maple leaves, red retro car, a guitar", + "public_commercial_use": false, + "recraft_id": "e6e0cbf6-1855-474c-9051-a0331232a83c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T08:04:26.535497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e1b90c8-cfc2-4c92-97de-113da14549a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A carousel horse at the bottom of the swimming pool, sparkling.", + "public_commercial_use": false, + "recraft_id": "3f5f7f14-640e-4bab-875f-ad74bca01a8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T02:23:18.829516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5dda9aa0-876f-416a-b8ae-78055b6e5924", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dora A Dream,computer", + "public_commercial_use": false, + "recraft_id": "6a3c77c4-8e8e-49f4-a636-0072f3418270", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T06:25:42.534418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3602570-4590-458d-8e54-1f67506cf0a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The first person perspective is surrounded by an endless sea, with a big dog at the bow of the boat facing away from me. There is a small island faintly visible in the sea, and the sky is snowing heavily. My hands are rowing oars", + "public_commercial_use": false, + "recraft_id": "4ffc3140-8860-4222-a7e8-76d1ae8db07b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-01T07:22:54.737765Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lots of clouds, in the air, many feather on the clouds", + "public_commercial_use": false, + "recraft_id": "8bcb920a-b053-4eeb-888c-de81e65fdb95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T16:45:24.691974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "373358d0-4a86-46ef-a692-86e785710cf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of giant robots discovering a cave temple in the desert.", + "public_commercial_use": false, + "recraft_id": "2c23ec97-08da-4f55-8fe6-1bed89db7f60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T08:28:08.715919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45e15428-f3a8-4bc9-bc06-bc2dcbb95642", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat wears a Headphone is sitting on the bed half coverd by the blanket.the cat is looking at a laptop.the bed is put on a record lp turntable.the bed is put aside the window.sunset can be seen through the window.", + "public_commercial_use": false, + "recraft_id": "e3884c6f-ce96-4cec-aaba-8a8bed1a7b41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T06:48:43.69532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56f1bd20-05bb-4045-a893-f270b22b938c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the concert, a West Highland carrying an electric guitar was very happy to sing on the stage holding a microphone, next to a drum set, a group of white dogs under the stage audience, fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "0abe8a33-6b79-48b3-a51a-4ac0d20f13aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:38:56.253957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc32e6b9-3820-442e-8099-ed1285882c0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, there are trees and fireworks in the snow. On the snow, I write ovoJia.", + "public_commercial_use": false, + "recraft_id": "60c9fea6-b105-4fa7-9fbd-aa1b5fff39fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:53:51.444205Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39cf1f79-3cb7-4e12-86db-9b8b0285e8f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with a Canon camera beside the Christmas tree on a snowy day, with a pink sky in the background, adorned with cute wings, Wendy's was written on the wall", + "public_commercial_use": false, + "recraft_id": "5e631812-8d50-4306-b2e1-407a7cfbe252", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:40:08.854685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05be2e97-5db9-4771-8866-d56f607849b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "hello Kitty is sitting on the slide holding a balloon. The background is a children's playground.", + "public_commercial_use": false, + "recraft_id": "2dbd2386-035d-4832-afe4-49bc28cbdb13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:37:08.845809Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cb40a5d4-c578-4178-bab6-e13daaa657af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a cat stands on the snowman's head", + "public_commercial_use": false, + "recraft_id": "67f96686-bcdd-4b93-bb62-049198bb8776", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:01:29.987298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c2aa708-e045-4dd0-8ed2-3597b5c4107d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, Snoopy was driving a red sports car on the city streets.", + "public_commercial_use": false, + "recraft_id": "8f221a16-a49e-4401-8996-7b4d48055d03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:53:38.159874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac07732e-e825-4eec-ac2a-2b09fdaf0699", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty doll fireworks birthday cake in the snow that says Chen Cai Yun 0109", + "public_commercial_use": false, + "recraft_id": "415f210b-6fb6-4b43-8963-c3e5324e4aae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:47:44.157033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snake celebrates the Spring Festival in winter.", + "public_commercial_use": false, + "recraft_id": "9b07ad40-c530-40bc-9496-14463ba49ad5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:34:17.300228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7873c127-9989-47af-a8a9-60993155342b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White long hair Chiwawa with black ears is driving a car under aurora ", + "public_commercial_use": false, + "recraft_id": "e90c3812-82ff-4f40-90b4-955b4b6803e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:25.570029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81713ef8-6eee-4d72-b99a-3f74aed1d14c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy has the three letters ljn on the snowy ground.There is a Christmas tree on the snow.", + "public_commercial_use": false, + "recraft_id": "5b9ead33-2cdf-4ce0-b636-72bdd37832e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:54:11.285049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat is enjoying hot pot, while snow falls outside the window. \"Vernon\" is written in the snow outside.", + "public_commercial_use": false, + "recraft_id": "4efabdb1-e077-452c-b4fe-bcaf96c6ec84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:51:44.69934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9af65f3f-8d6a-418b-81d0-18c1b68d5f05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy playing guitar with a burger and a sewing machine on the side", + "public_commercial_use": false, + "recraft_id": "ad7c41b2-25b8-4aa7-a38d-6f8cc38b9832", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:46.823092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1ec9180-8316-4e1c-ad95-4c8743ef47d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calico cat wearing a birthday hat is lying on the dining table. There is a pink cake on the table with the words HAPPY BIRTHDAY TO SEVEN written on it. There is a candle inserted, and the light of the candle is seven colors. There are green plants around the dining table, a refrigerator, and a sunset window. There are refrigerator stickers from Barcelona and the Sagrada Familia Church on the refrigerator", + "public_commercial_use": false, + "recraft_id": "5584d2ed-d5ea-412a-aeba-259c7585c241", + "transform_model": "recraft20b", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T05:35:47.315213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c65e1380-a452-4fb4-a7f6-8c5e7222e655", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a spider amber on the snow", + "public_commercial_use": false, + "recraft_id": "86466ffb-e109-4592-8421-5115a54a6a80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:16:59.16019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bdff721-8c6c-43de-9bb5-a31159ed5352", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a Shiba Inu wearing a Christmas hat stood on the snow, with a Christmas tree filled with gift boxes and brightly lit lights next to it. Snowflakes drifted in the sky, and there were aurora lights in the sky", + "public_commercial_use": false, + "recraft_id": "f5c640ad-065d-4ec2-b4ff-b00b6e15779b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:49:59.030951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7fdd708-6b00-4621-8f96-8f66ad22b40d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is reading happily book on its bed", + "public_commercial_use": false, + "recraft_id": "22219c81-857e-4415-90a3-4b6addd099af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:40:30.270772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbbae468-281f-4764-84a4-81c91238ff15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Double braids/horn braids, black robe/cloak, gold/silver ethnic patterns, silver/gemstone earrings, lace/embroidery decorations, majestic snow-capped mountains, winding river, vast meadow, snowflakes fluttering, frontal smile, warm gaze, natural and elegant posture, harmonious fusion of ethnic style and natural beauty.\"", + "public_commercial_use": false, + "recraft_id": "22eaea8d-c073-4ee4-ab2f-fb0522a7e07f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:06:35.540084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99ca369b-78ac-4b97-8a34-515361118ecd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lighthouse shines on the melancholy ships of the bay ", + "public_commercial_use": false, + "recraft_id": "e570e9fb-9d2b-4617-9a73-1ebcfedbaf62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T06:32:10.623427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fc46739-717b-49c7-b13c-750d96730af4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White long hair Chiwawa with black ears is crazy working with architecture work", + "public_commercial_use": false, + "recraft_id": "d1b93433-049c-482e-ba7f-6ad875773b23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:50:52.827341Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df890dd8-bad0-4c9b-b8e0-72eddcae780c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dolphin is play the ", + "public_commercial_use": false, + "recraft_id": "617cf347-fd4c-417c-8ba3-cfe364a1825b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:49:05.491707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93cafda4-1763-4116-a60d-37364310d40e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some high-rise buildings fell from the cliff. There was orange sunshine in the sky, and a car was suspended in the air.", + "public_commercial_use": false, + "recraft_id": "9d7bb626-43f8-4a35-bb78-c5649974de69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:16.188883Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "50c877f4-900a-409e-a20c-60d95d388bfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A warm and inviting vintage-style living room, bathed in soft, golden sunlight. A playful white cat with blue eyes chases after a few fluttering pink butterflies that dance through the air. The room is filled with cozy furniture and decorated with a touch of whimsy. The walls are adorned with framed black-and-white photos, and the phrase 'are u ok' is gently watermarked on the image, adding a subtle, friendly touch. The scene is peaceful and free of human figures, focusing on the gentle interaction between the cat and the butterflies.", + "public_commercial_use": false, + "recraft_id": "326b0023-ec03-45aa-b8f6-e14f38161f8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:52:33.402521Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b19b242-0b26-4513-8d87-9138a4785fe6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse trims Christmas tree with chainsaw, Mickey is looking at the camera", + "public_commercial_use": false, + "recraft_id": "72c374c6-458c-4f1f-b7f6-a78a8b545095", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:02:54.19846Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bb3b8788-c2ea-4505-996c-0c2ce49d9770", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, front and side view, dim environment, snowing", + "public_commercial_use": false, + "recraft_id": "c690a093-1a6c-4b1d-b05f-c7276c75de36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:13:54.411314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4be39a4f-0fa6-41d7-af29-81b1af0b4c76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty and Winter, snowy HTY is written in the snow. ", + "public_commercial_use": false, + "recraft_id": "53c21b57-38ad-4448-a443-9f88ad92ba90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:50.515541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7311d07e-06d3-4a22-80f8-12dc0ad90eeb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"miyo\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow.", + "public_commercial_use": false, + "recraft_id": "d97618a6-be62-4fde-bad8-4f35349ddb7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:40:28.17785Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7eaab262-49ef-4f9c-89ce-8e3df31b0851", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Artsy Dachshund enjoying luxury lifestyle", + "public_commercial_use": false, + "recraft_id": "7d7aad88-1938-4172-a52d-8f2a656fe7b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:34:14.73095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "511824ab-4292-417f-9626-b1ddfc6886aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan monk recites scriptures in temple", + "public_commercial_use": false, + "recraft_id": "1f426bb9-6413-46e5-b4fb-eb80df365dfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:38:20.453713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8e6254d-94eb-41f6-bbf7-57d9c9d2df54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll set on the snow in frorest .The letter xuyao is printed on the snow.Fireworks, aurora, seaside, Christmas", + "public_commercial_use": false, + "recraft_id": "90c4ea23-27f6-4acb-b5f6-c3b9ee4a0af0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:49:46.571846Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e73a6f27-62c5-467e-9b93-86cb07939b2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Audi 100 Avant in winter with its lights on. Fog can be seen in the area illuminated by the lights. It is driving in the snow. The whole car is shot from a low angle. It is a movie angle. There are trees on the snow at night. It is snowing.", + "public_commercial_use": false, + "recraft_id": "20936db4-f5b5-4217-a286-e88c2823ef78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:35:53.853531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79e6245a-80ea-4848-85b8-ee795a2cf127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat sitting on the slide. Children's playground in the background. Clown holding balloons", + "public_commercial_use": false, + "recraft_id": "6eb27a05-8840-4348-9a9e-6a7ee7524cd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:38:15.245432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e5da814-2c74-45d4-8c83-c83a51999720", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty working on a laptop by the beach, at night, with fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "4e3c1493-d793-4c88-8daa-d29c26acf5b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:15:41.521904Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3c6acf95-1988-4825-b9b5-47d081527939", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Animal Doll Chorus", + "public_commercial_use": false, + "recraft_id": "9779c2da-d136-471f-99bb-77ef66d91e30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:45:49.558549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99f15a51-380f-433c-b242-b2b2b797fbe4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white rabbit,Psychological condition,dream nucleus,film,work", + "public_commercial_use": false, + "recraft_id": "e6e3666a-03f4-42d9-8376-f96799498d85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:33:51.354591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b87cc8c-1f95-4e87-832e-3fc2ec845574", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll, dressed in a white kimono, playing a Japanese koto in a traditional Japanese room with a dreamy style.", + "public_commercial_use": false, + "recraft_id": "3d54a289-a4d2-4324-84e7-ed76c80905d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:33:28.330156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dae9d76-36c6-4f24-b17e-9afbfcc8d404", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow under the stars, kitty holds fireworks next to the Christmas tree, and the snow under kitty says QJY", + "public_commercial_use": false, + "recraft_id": "c9753295-3da0-4257-b730-7c8cb439fa95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:49:33.46875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "502a87c6-d7ec-4703-9f7a-aad65b0def3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland terrier with transparent wings, a black cat with transparent wings, running in the snow.", + "public_commercial_use": false, + "recraft_id": "bf196a88-1b4f-47b6-8e5b-849a53fdf124", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:08:55.361055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c3148f9-d5b8-445e-a837-363b55823664", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely whale", + "public_commercial_use": false, + "recraft_id": "ad751d52-00e4-4ca1-99bf-91a95782e2e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:44:28.643803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8d8ac06-c65c-4118-973a-0de21d92a86e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dolphin is smoking and soaking in a hot spring.", + "public_commercial_use": false, + "recraft_id": "5ecd802c-8831-4d49-ad62-9c765819a3cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:55.202347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c196859-675b-480a-b739-4161821eced6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute fluffy kitten is listening to music while writing a paper, seemingly very quiet, not a little upset.", + "public_commercial_use": false, + "recraft_id": "d9eece75-ddd0-4b70-a337-83de8815ae59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:53:38.234201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f65db5e6-a5c1-4d9f-94b3-1e67d59fc322", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep wearing sunglasses stands in the center of the shot with a white cat on its back holding a gun, which is eerie and harmonious", + "public_commercial_use": false, + "recraft_id": "1a72153a-17d2-4309-b167-f814ed6090f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:48:53.027075Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd37369b-9cbf-4da4-a353-84ef2137113b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red panda wearing sunglasses, DJing in the living room with a Christmas tree atmosphere behind sparkle light", + "public_commercial_use": false, + "recraft_id": "de90dd16-de0a-481c-9501-1e2232fb1db3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:37:37.923601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7002ddef-eff3-45a0-a320-b83694f3979f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A creamy French bulldog at the beach, with a Christmas atmosphere and small stars on the beach, writing the capital letter 'W'. Thank you", + "public_commercial_use": false, + "recraft_id": "51420364-0b3e-4dcc-a0da-bd3e2f2dde5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:52:30.883113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37348532-4413-43fe-b67b-5f68cd67e10f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Hippie cool puddle dog playing DJ", + "public_commercial_use": false, + "recraft_id": "82941d36-17ac-4261-b6cb-bb16b62d07ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:48:05.534536Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a9d19902-87fa-4fec-bb7c-d65b3de3162f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Glacier spaceship blue tone", + "public_commercial_use": false, + "recraft_id": "d60ebea5-b979-42a2-86ab-766d8aad6243", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:39:38.026812Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9c92d5bf-bc4e-461b-a767-88d7f708839a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An ginger cat have a bone in his mouth ", + "public_commercial_use": false, + "recraft_id": "c0c69874-190d-46c3-92ee-ecc7376b3f73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:03:13.615207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow.", + "public_commercial_use": false, + "recraft_id": "33e8be23-1934-4b05-8323-824f6f980abc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:58:31.664797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca8f688e-30bd-41db-91d7-e5cad6db1c94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A swing was burning, By the sea", + "public_commercial_use": false, + "recraft_id": "b56cfb53-c9dc-4784-be2f-1a8a6b4551a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:41:44.132336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a81ef1c-5285-49f7-867a-3286cc32cbf7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dachshund shooting a laptop with ak47 ", + "public_commercial_use": false, + "recraft_id": "d66337bd-6811-4e22-8d2d-dd2bc8dd4a5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:42:12.950243Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b33f5b36-55db-4ce5-b720-eca6661be029", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white small chubby fox dog wearing dress, balloons, candles, a cake on the table, happy", + "public_commercial_use": false, + "recraft_id": "2d267e2b-814b-4671-8e43-54faa01a54a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:45.908038Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "039dd235-b98a-43ab-97f4-c478d11ad4ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An ginger cat is holding a bone horizontally in his mouth ", + "public_commercial_use": false, + "recraft_id": "dca36253-607e-4033-a90b-89c840f7bc9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:38:38.224859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20c67df3-2205-451e-a4f3-e095263cda86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty is playing in the snow. The sky is shining with bright stars.", + "public_commercial_use": false, + "recraft_id": "43d24aa2-74b0-4905-874e-70b5be458403", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:31:56.07083Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea24b5fb-ca49-4222-8907-c55eb01dac8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, a gray kitten wearing a Christmas hat sits with a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "134f67a9-a4a6-42c5-8db7-9dc2918ce5ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:24:56.720992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ce7bb49-4380-48f1-8c65-32e67bdfbb10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy beach side with an orange sunset in the distance, a snowman with a red hat and a black cat with green eyes in the near distance, a dreamy effect", + "public_commercial_use": false, + "recraft_id": "2eccc08c-67f5-4102-a411-33697d4b130e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:58.222488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78effb43-2c0c-4393-be30-a68f0092519f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is having fried eggs and sandwiches next to the window in the early morning. ", + "public_commercial_use": false, + "recraft_id": "5b70fef5-4d42-4b68-b412-353f614ccdad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:46:20.674379Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fa53444-7d23-4841-8244-c7197a93da3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A burger sits in front of a sewing machine", + "public_commercial_use": false, + "recraft_id": "6474e374-f50f-4b27-b0bc-2d10a42f634d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:00:46.085849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9beef50e-43a1-4a82-a2ab-41e7fc488d7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cute Hello Kitty is wearing a vest skirt and using a sewing machine that is on fire", + "public_commercial_use": false, + "recraft_id": "44387e67-bf9a-40e7-ae8c-a70307c9e9e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:45:35.723577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0376dfaa-a4da-49bc-b3f6-af18468145e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Sanrio character MyMelody is short and adorable, slowly running to a huge birthday cake.", + "public_commercial_use": false, + "recraft_id": "98ec0ad5-589a-4007-a5e5-4e9ea8b0d8b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:50:42.989613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08f1296f-5e28-4660-8c0d-c59397fafa88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A polar bear walking in Hong Kong", + "public_commercial_use": false, + "recraft_id": "a3571eeb-c8c9-4a18-94db-804e6e03d4ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T06:35:19.134599Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "74dfc865-3f96-4cf9-a9c5-ac1d1482a359", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is two hello kitty in the snow by the sea. Fireworks are set off in the sky, and there is a Christmas tree on the shore. W&S is written on the snow.", + "public_commercial_use": false, + "recraft_id": "156047c4-c9fb-4937-8910-5adc0f42b458", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:32:58.666979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f356c5fb-922f-4870-9d42-d865d35065fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Green aurora light snow, West Highland and Bichon cuddle in the snow with red scarves", + "public_commercial_use": false, + "recraft_id": "91834deb-3d38-4696-93f2-8725c1471416", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:46:32.118601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3116457e-a34e-4797-ba8e-af041917fbc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The puppy took a Polaroid to take photos on the snowy beach.", + "public_commercial_use": false, + "recraft_id": "1562d5b7-ca65-4d28-971a-3f0504a12841", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:39:22.17008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A wallaby eats cake in court ", + "public_commercial_use": false, + "recraft_id": "767b8f52-4393-4180-b1a2-cb1b27b996ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:01:41.770232Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large grey fluffy cashmere scarf with light reflection", + "public_commercial_use": false, + "recraft_id": "a2538d42-2e7b-4230-b30c-5be753b84834", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:32:44.8148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be5e23ab-04f1-4a6d-a2c4-a22792ca859b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy bear using a laptop in the office drinking coffee", + "public_commercial_use": false, + "recraft_id": "b5cde1a1-111d-47e8-b717-f757446b563c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:52:38.582276Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13e423c1-f0c0-47bf-917e-76ebc43fedb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A penguin holding a bloody knife in the snow", + "public_commercial_use": false, + "recraft_id": "ffb39640-0c92-49ae-a67a-67f39e610cc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:41:46.352968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc73768c-5061-4536-99ff-fae14567fc7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy has the four letters bkpp on the snowy ground.There is a Christmas tree on the snow.", + "public_commercial_use": false, + "recraft_id": "ac038f51-64a9-456e-bfcd-210ec7c29b7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:34:15.773671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3855dfc9-48b0-4a4d-bad8-7f0119962d45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The main subject is a spirited leopard cat dressed in Santa attire, with a beautiful snowy night landscape as the backdrop, and a Christmas tree nearby.", + "public_commercial_use": false, + "recraft_id": "c4a5b540-4d2e-48e3-9e4e-5a6b2bd163a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:14:15.971209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1b61b11-9b40-4fb0-9173-b023479ec8fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A ragdoll cat, by the sea, writing yumi on the beach.", + "public_commercial_use": false, + "recraft_id": "4d83666b-f31b-4242-9bf0-eae610069c8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:15:09.112962Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32e54189-ccc7-4262-86a7-5e8ba24112cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat wears a birthday hat and has its English name yosh written next to its birthday.", + "public_commercial_use": false, + "recraft_id": "cf578cf3-088f-4371-99e9-f8e0b6b80891", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:24.219142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red hellokitty spends Christmas at the beach with a huge Christmas tree and fireworks", + "public_commercial_use": false, + "recraft_id": "9752ef52-de8e-4834-b1fc-6c6bdb812f9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:55.608915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54fe384d-7ee1-4124-bb27-3d6e2630c782", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little Hello kitties are on the snowy beach, and fdt is written on the beach.", + "public_commercial_use": false, + "recraft_id": "840653b3-9c9e-41b2-93d6-f483b976044f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:50:46.852833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee869ae2-3cf1-4c69-8eb2-263e7aca12f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Green aurora light snow, West Highland in a Santa hat", + "public_commercial_use": false, + "recraft_id": "396d5a5f-04cd-46c6-bc9d-4f57db927b69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:48:46.862436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "326d58c0-97a5-4c60-907e-d08d8b70ddea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Green aurora light snow, West Highland in a Santa hat laughing", + "public_commercial_use": false, + "recraft_id": "e1700dfb-8956-407c-b6d8-79c3e8d6e969", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:53:47.936087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c472977-3fc9-4e40-96f8-4b18678c1ced", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clear sunny day with a vibrant landscape featuring grassy fields, a sandy beach, and the seashore. Under a tree, a small dog has a yellow butterfly gracefully perched on its nose. The scene is illuminated by a soft, mist-like glow.", + "public_commercial_use": false, + "recraft_id": "62d6b817-4f2d-4ef3-b0a0-47633ed59b82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:39.10036Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49a7c73f-6cad-4c35-afc0-757064c44831", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "crow redmoon", + "public_commercial_use": false, + "recraft_id": "d8bb73a5-4897-46ce-994e-4370738f9410", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:52.602569Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4b257507-7777-4c51-8770-5881558f7d8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Flower, beauty, wallpaper, butterfly", + "public_commercial_use": false, + "recraft_id": "a3dcdf4d-0249-41c0-b0e9-66cfc6808996", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:36:39.048207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63b19f80-6850-472a-b581-f381f91ccf0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty is also crying. He is facing the orange and looking at the fireworks outside.", + "public_commercial_use": false, + "recraft_id": "5ea0d4c7-5185-43fa-a347-b076de2ddbc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:43:18.536589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown and white curly Schnauzer puppy ran through the woods as it rained candy and shooting stars", + "public_commercial_use": false, + "recraft_id": "e6a35eba-fe31-47e0-810a-92defad6d14c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:34:58.551698Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea35035c-54c4-456c-942f-969a0401fa4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is sitting in the beach watching the sea, and there is blue butterflies in the sky", + "public_commercial_use": false, + "recraft_id": "1009b8f0-5cf2-4606-b014-66257c12b46e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:46:12.336211Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3bbd490-30fd-4527-8314-888beeb1d3d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An ocelot is lying on the grass watching fireworks", + "public_commercial_use": false, + "recraft_id": "46451cd1-3c11-4668-b69f-6964f1fc6b57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:47.764481Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c27dfad-6e55-4b49-9859-780658fc02e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An uninspired little black dog playing switch in the bedroom", + "public_commercial_use": false, + "recraft_id": "b553a4b5-da8d-4910-a9ff-6d882868e702", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:40.108259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9971c5c4-c47f-44fe-bf9c-d26f2e4d5113", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A carousel ablaze with ethereal blue flames spins silently in the vastness of night. The fiery glow dances across the frozen expanse, casting shifting light onto the endless, glacial stillness. Suspended in the solitude of an Icelandic frozen lake, this surreal vision melds fire and ice, an otherworldly contradiction against the infinite horizon.", + "public_commercial_use": false, + "recraft_id": "d6fc6a52-6600-43b6-a203-ddff52486953", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T06:29:56.670438Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d50e3ed8-54ec-4c83-bbb8-fdf513096667", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful cat chasing a bunch of fish in the sky ", + "public_commercial_use": false, + "recraft_id": "3defaf07-c716-4e7c-b082-58e804095d83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:37:57.70551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5580bdc8-1cc6-4601-83cf-9938fcb83eec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Miffy and her friends (frog, sheep, duck) are watching meteor showers near Orion on the bridge.", + "public_commercial_use": false, + "recraft_id": "ee4386e5-76ff-4e5e-99a3-dad1d4d682fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:39:14.904794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b1ef3a0-4871-404e-ae83-9395294a5bd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The zombie sprinted 100 meters across the playground to win the championship, and there were people running for their lives in front of him", + "public_commercial_use": false, + "recraft_id": "9b3f9e7b-e490-4dae-9e28-41f8db30280c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:44:58.394719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is running in the garden with a samoyed", + "public_commercial_use": false, + "recraft_id": "54bb97e7-2070-4ccd-aef1-58043da086b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:18:44.913806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfd715ac-4c45-46f1-aac7-ba384598c6d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an old boatman wearing hat stands on a boat in the lake ,looking at the stars ,blues", + "public_commercial_use": false, + "recraft_id": "7359b4b5-0cca-4736-8cb4-3c702f68aee5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:37:44.977853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6ee4da7-4467-4c3f-869b-7f9ab32940c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lamb working at a computer.", + "public_commercial_use": false, + "recraft_id": "8ed33465-8e24-4984-8687-e0363251de8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:00.24032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy red panda wearing sunglasses, DJing in the living room with a Christmas tree atmosphere behind him.", + "public_commercial_use": false, + "recraft_id": "2e339e57-1294-4ee2-a305-6a0c57990df8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:24:49.455831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d60dc6eb-9be1-4979-a85c-d87f2cf58500", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Bernese Mountain Dogs running in the snow", + "public_commercial_use": false, + "recraft_id": "c94531f3-bee7-41ff-ba71-fa1d3a3fcadb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:27:21.752309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a737cda8-3bef-49d6-ab7a-9a6408f063d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty on the beach with snow and sunset on the snow. And write a word \"liang\" on the snow.", + "public_commercial_use": false, + "recraft_id": "9bcb1c79-66b8-40c4-849d-2598570b5b6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:21:17.342115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55dcd890-23f7-4988-b48c-a3e2eac28711", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Labrador wearing glasses is playing on the computer in a warm bedroom.", + "public_commercial_use": false, + "recraft_id": "1a50c6a0-8439-46d3-a8d8-9c18384fce84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:38:36.508648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ba9579b-0c93-419c-94fc-8ceda9bed6e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Ragdoll cat with transparent wings ,wearing a christmas hat plays in the snow,next to a hut", + "public_commercial_use": false, + "recraft_id": "b5f64f68-36d7-4fb9-aa82-8640439d8b14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:31:10.365346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f75f8114-7958-4079-93a9-e6d9bcafcaa2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy shetland sheepdog (color is sable and white) hiking", + "public_commercial_use": false, + "recraft_id": "fdef6a66-dadc-43ca-8c81-8e3db96f9f6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:32:10.318442Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0996f266-5357-4bb2-9df2-36da66646819", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog looked out of the window", + "public_commercial_use": false, + "recraft_id": "51de2260-f421-4e18-abb0-5d4a636558ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:32:44.483298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6e2956d-55dc-400e-bba3-a39565971eda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person sitting by a serene lakeside under a vivid aurora-lit sky, holding a small lamb in their arms. The scene is depicted in a hardflash photography style.", + "public_commercial_use": false, + "recraft_id": "b9d3ad71-14e3-4dea-984e-773773b58842", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:48.732313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6344c1c-6ada-4e2d-8b6f-ff91ac143109", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there are auroras in the sky, and a Samoyed is playing with a toy ball on the snow with the words Michuxxx written on it. Snowflakes float in the sky", + "public_commercial_use": false, + "recraft_id": "6b4b27f4-0375-41c3-b1f0-1cbf14ca0991", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:36:53.618178Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0bf4a012-8998-41fc-bdf6-a8123089e341", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a dark night of light snow under the aurora, West Highland in a red scarf and a Bichon Frise puppy in a Santa hat snuggle in the snow", + "public_commercial_use": false, + "recraft_id": "07c762d2-0c56-4056-9472-2c7388acd268", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:42:52.724879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c83f3dc-e09d-46cc-8484-29cd6e7f9603", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiger-striped cat with the letters 'JI.' and a ginger orange cat with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside.", + "public_commercial_use": false, + "recraft_id": "6eb2ac31-2720-4e3e-8888-ba0315fdde8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:07.180879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14056d4e-6c6d-4010-af6c-97bbb427764c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White long hair short mouth Chiwawa with black ears is working on computer crazyly ", + "public_commercial_use": false, + "recraft_id": "b6a624fb-5eb1-40ec-ad09-e704c0e03ccf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:07:38.162978Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "926208c1-2eca-4290-96cb-227f7489f45a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby beagle wearing sweater and christmas hat and wearing a green scarf playing the piano .", + "public_commercial_use": false, + "recraft_id": "542cf695-2eb7-451a-99dd-470464e153bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:31:55.269985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0262653-528e-4a31-9cca-083b86d08fb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll, dressed in a white kimono, playing a Japanese koto in a traditional Japanese room.", + "public_commercial_use": false, + "recraft_id": "cf8cdda3-55ee-4577-97f6-3cb097298884", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:40:01.447181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54794b7a-5d2e-4d90-bcbf-b829462e8518", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white bear wearing black round glasses is hacking on a computer.", + "public_commercial_use": false, + "recraft_id": "d150c9d4-2b09-4a2a-be84-e225243d5dc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:25:27.942243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db2623e1-e0c3-4471-aeed-9d06a54ad580", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "small snow, Black Night, Planet, a Golden Retriever with Wings", + "public_commercial_use": false, + "recraft_id": "08055dc8-7d73-4473-acff-039b29ed7c4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:39.039423Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e837ffca-7fb1-43e9-9978-ea2eec0bdf6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white rabbit with pink eyes and a green ribbon on its head is in the snow.", + "public_commercial_use": false, + "recraft_id": "9432a276-1f12-4988-bacf-1d0e0a293ee5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:38:38.566038Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4bc8a215-a830-49d4-b01e-c9540e6c6bf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two rabbits chasing the moon", + "public_commercial_use": false, + "recraft_id": "3508e3b5-9ec1-48a7-836c-31017920deee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:40:48.545746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e15b535-e602-43fd-b5c9-eb0e54c2aaba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white dog has a lesson next to the Christmas tree in the snow, and it says ZYR on it.", + "public_commercial_use": false, + "recraft_id": "e380c194-d6fa-486f-904c-7fc3466a45a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T06:41:32.508352Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d1e33cd-6be0-4f2f-9096-1cc12261030a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little rabbit with pink eyes and a green ribbon on its head is in the snow.", + "public_commercial_use": false, + "recraft_id": "36d6709b-a40a-4675-b968-83b39844c324", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:27:59.3332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72b0e710-85a3-4425-ba52-6a96f6b44205", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snowside with the three letters YYC written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful.", + "public_commercial_use": false, + "recraft_id": "2da29bb7-8e99-4b94-9f2e-4d4daba98bdb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:31.884643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b90f004-3026-48d4-aa79-7eb6bf4418f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a tiger play with a panda in a piazza ,and the panda enjoy the bamboos ", + "public_commercial_use": false, + "recraft_id": "83d2f306-5bf3-4194-ac15-a0461b770f11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:19.501328Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9732ffb3-6880-4460-8636-c4c676df8f68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty listens to music with headphones. He looks out of the window. It's snowing and there are some bright stars.", + "public_commercial_use": false, + "recraft_id": "f8bb4b2b-9eed-405a-a704-a6748103b0c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:01.083038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ab03546-1871-40fa-a116-8d3d02c26086", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty on the beach with snow and sunset on the snow. And write a word \"liang\" on the snow.", + "public_commercial_use": false, + "recraft_id": "e51bb7a5-7a50-4f3f-bcb0-3170ae113c44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:47:59.764989Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "0f762916-7ca0-42a5-97a6-1b2766daa172", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A shirtless asian muscular monk in a traditional temple", + "public_commercial_use": false, + "recraft_id": "c940c91d-44c6-4cb4-86c9-c96a1b48794c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:53:41.367834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8163395a-6a19-404e-9f58-618dd53711cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A BMW mini white is in the middle of the picture.", + "public_commercial_use": false, + "recraft_id": "51a6d5b5-e822-4532-aea2-39d313158f45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:59.84645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45b5f82d-8ada-4223-8768-f55478ae2558", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a silver gradient cat, with a red apple on its head, fireworks, snow mountain, milkway and stars.", + "public_commercial_use": false, + "recraft_id": "08163fe7-d97b-41a3-be9e-23a937b67aa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:36.659151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9354e62a-3b17-4489-97a1-4ac5658458da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello Kitty Working at a station with a fire overhead", + "public_commercial_use": false, + "recraft_id": "881c1a4f-ecf0-44fa-83a6-1df61767c5be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:26:56.27382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "476cd461-1e01-4f2b-a0e9-54fc10611ce5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, bx is written on the snow, the sky is pure black, golden puppy, hellokitty doll, pink star", + "public_commercial_use": false, + "recraft_id": "29fa2ae4-2898-412a-87f2-64e167c22cf9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:39:43.934464Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4850208a-b640-4559-afdc-b38345d69e8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is two hello kitty in the snow by the sea. Fireworks are set off in the sky, and there is a Christmas tree on the shore. J&L is written on the snow.", + "public_commercial_use": false, + "recraft_id": "70832fd8-814d-4ade-b889-98e718548855", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:22.419653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fd99230-0acb-4fff-b7ea-cfedcf2e0598", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Still night, the full moon hangs in the sky. On the sea, shimmering in the moonlight, floated a wooden boat, the whole ship seemed so small in the sea. A small lamp hung from the bow, emitting a warm glow, and on the boat lay a fisherman with a hat and an invisible face, resting his arm and looking up into the night sky. The ship drifted further and further away.", + "public_commercial_use": false, + "recraft_id": "9b6ddad7-e34e-477d-98f4-88ed98788816", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:23:06.154728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2f287eb-a763-4590-9ddb-7fe14655da51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light golden golden retriever is sitting in front of the fireplace in the room. It's snowing outside the window at night.There are still purple northern lights flashing in the sky.Behind him are angel wings and he wears a red scarf around his neck.", + "public_commercial_use": false, + "recraft_id": "112622df-d924-4b16-afe3-2c9b9a038f09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:12:04.6332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dec67ba-896a-44bd-b1e2-1576e391201d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background", + "public_commercial_use": false, + "recraft_id": "4070d674-bd43-411a-819f-4dffd85ffea0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:06:06.548283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78508117-0176-443e-a01c-28109fac4f29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is lying on the floor and there is a pile of toys behind it.", + "public_commercial_use": false, + "recraft_id": "a34affca-0a2b-47f0-9d72-2841417c1e70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:41:49.731133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "215d3789-5f2f-4b87-8a1f-38ee49737439", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple wearing hello kitty headsets watch fireworks at sunset on the beach", + "public_commercial_use": false, + "recraft_id": "3f3e5b8d-4224-4215-a861-3d6166000e38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:41:09.130705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80d62e76-b1bf-4001-bae0-b74639f0414d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person calmly blowing bubbles, with a scene of fire in the snow behind them.", + "public_commercial_use": false, + "recraft_id": "3e054b4c-012b-4add-8098-606910ab4b36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:50:30.267249Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e11cc109-eb8c-49de-b4c3-d36605302449", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An ginger cat is holding a big thigh bone horizontally in his mouth, sitting upright in the snow, looking at me with his shining green eyes", + "public_commercial_use": false, + "recraft_id": "1eeaeec8-7f5f-434e-8ff5-aac463e40cc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:06:16.593418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b4aee63-8a94-43f7-980a-81cce647b297", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Hello Kitty is wearing a vest skirt and using a big scissor cutting fabric ", + "public_commercial_use": false, + "recraft_id": "c07d938b-03f5-43eb-8fde-04e9d0c81b39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:50:43.078543Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f28c25c2-e720-4905-91a9-730ec2963d9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is writing diary next to a christmas tree", + "public_commercial_use": false, + "recraft_id": "38cce277-5f18-4ab6-a6a2-da8dfde01a61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:45:04.586489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "979f1f5d-1daa-4e2f-9bca-721cfed51fcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Bichon Frise dog wearing a Santa hat, playing outside in the snow, with flowers in the snow, a glowing Christmas tree in the distance, apples in the snow, colorful stars in the sky, and the aurora", + "public_commercial_use": false, + "recraft_id": "27a852f3-0111-4c98-a427-fb4332e82eb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:41:31.655315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c2bcdd8-a079-4c7b-84c4-e40a91399135", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An otter is painting", + "public_commercial_use": false, + "recraft_id": "d2564e01-1b82-4fc9-a67f-f3c048a6e07c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:27.964593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "529b7999-e07f-4a35-9026-3d4aced49169", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora in the sky ,Ragdoll cat, snow ground with letter cdw written on it", + "public_commercial_use": false, + "recraft_id": "dc1d175f-0f09-4f01-b4f3-b837158d78a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:59:50.962369Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "67bbf04f-d608-42d2-a422-f3b3fa1c6bd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "b5adef64-b009-4cdb-80be-55121bb7cff0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:01:17.786471Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c93f7126-7139-466e-a444-5d0fe52e6949", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat wearing sunglasses is driving on the road The background is green grassland.", + "public_commercial_use": false, + "recraft_id": "c23192b0-cbfe-447b-8738-9c0c144dc4d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:48:44.039446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7ba86c8-1151-466b-b7d0-d5426a094c9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is cooking steaks in the kitchen", + "public_commercial_use": false, + "recraft_id": "7e8e610f-771b-44e3-b64e-011a9e6fa7e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:32.756539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2660918e-e640-450b-80d2-50115adf2c0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The sun has just set, snowflakes fill the sky, and there is a two-story hut in the pine forest", + "public_commercial_use": false, + "recraft_id": "5d5b361f-c8b1-4a65-9426-51d1c3aa9e76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:47:01.319207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc8f3fc7-fa83-4046-a2ed-54c3ad911583", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dolphin is playing football", + "public_commercial_use": false, + "recraft_id": "f52d54ae-adbc-402e-b134-98ebb6cd00f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:37:45.547539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8952587-cc31-4941-b22a-540885f7e9a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy sheltie (with color sable) playing", + "public_commercial_use": false, + "recraft_id": "484e5ed9-f4fa-43d0-aa44-7fbcc94dc099", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:39:23.685615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "School theater stage, hello kitty is performing on the stage, and an audience of dolls is sitting under the stage", + "public_commercial_use": false, + "recraft_id": "453cfc72-2dbc-4f28-98ea-a7da94b0b780", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:36.675312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f223b2cc-10e1-49e8-ba5f-b6a5ad046f45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An office kitten sits in front of a MacBook with coffee and papers next to it", + "public_commercial_use": false, + "recraft_id": "bbf5f898-919d-4bc8-a465-b6c8d9d70d13", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:51:04.091608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f3027f7-1d7e-439c-9112-9bba365fb8d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A giant pigeon in Manhattan, taller than the empire state building", + "public_commercial_use": false, + "recraft_id": "78c8ca54-9a69-46ce-8513-52dd5217f9cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:16:01.954256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cca941c4-6361-4a0d-b9c8-96e0daade426", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tree house in the middle of a islet is surounded by water ", + "public_commercial_use": false, + "recraft_id": "d9c5d587-13b5-48ad-ad2a-abaeb84e0597", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:03.734576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d9a1a56-01b8-4887-9d82-385205a86d9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white cat wearing sunglasses is driving on the road The background is green grassland.In a hundred days", + "public_commercial_use": false, + "recraft_id": "ad637784-505d-437c-904c-9cfab1432e56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:07:41.172612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Animal Aries, by the sea, a TV", + "public_commercial_use": false, + "recraft_id": "d95822a0-a0c2-4ad7-82bd-c2c661eeffc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:46:02.348493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1d407a4-085b-49e9-bdfa-a213c90c3de9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy bear working on a laptop on a yacht, drinking coffee, at noon with sunshine", + "public_commercial_use": false, + "recraft_id": "c36bdd2b-6116-4000-aaf1-223dc29bb9bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:08:10.567034Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2cff2e5f-13b6-44ce-af05-d87285328e3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "atomic bomb causes huge fire all around the world because of a book", + "public_commercial_use": false, + "recraft_id": "c42ab38e-fc3d-4c75-bb94-01aee2ca525d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:09.171414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there is a small oil painting of a red apple in the snowy snow, and there are bokered pine leaves in the foreground.", + "public_commercial_use": false, + "recraft_id": "038accac-3fc4-4387-9dcb-d792bde1fda4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:43:58.282026Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "686d3b5d-fbfd-43b9-a041-855a0f6ddc53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An ginger cat is holding a bone horizontally in his mouth, background is snowing ", + "public_commercial_use": false, + "recraft_id": "cc4b9d3b-2e5f-4581-81f9-405c216a59b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T03:45:53.917044Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9464f75b-187a-4503-ae21-fa5acbaceb80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "camera angles should be wide angle, a Santa Claus in red clothes and hat is decorating a huge Christmas Tree with many pretty decoration with a bright star at the top in the Party with a warm and vintage vibe", + "public_commercial_use": false, + "recraft_id": "b191c9c8-3e82-4579-82d1-3e20700794df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T15:57:13.095341Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cbad22ee-1ff2-4204-b0d4-0f13d9ef4059", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse in,Aurora Borealis,Whimsical,Fantasy,Adventure", + "public_commercial_use": false, + "recraft_id": "09d7d17e-7af5-495a-bdeb-c7fdfefe8d50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T09:45:47.153123Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f5388eb-e811-4264-8756-da5d108ebb6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create a snowman built with traditional features like three snowballs, but its head resembles a white cat with pointed ears, delicate whiskers, and expressive feline eyes. The snowman should have a soft, snowy texture, and the head should blend seamlessly with the body. Place the snowman in a snowy winter landscape, surrounded by trees and soft snow on the ground, with a playful and magical atmosphere.", + "public_commercial_use": false, + "recraft_id": "e61a0846-5cb3-4740-989f-298c0e5d8ee1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T08:20:26.154101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0bcde549-d895-4ce5-a0ab-a8edfe7f7e16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a chihua'hua", + "public_commercial_use": false, + "recraft_id": "3c3dafd6-f296-4f72-912c-fc70d259bdb9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T13:47:25.117807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ddea168d-770f-485d-bf6c-882122cd2260", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowfield,snow is falling,night,aurora,dead tree,snowman,a man behind the snowman", + "public_commercial_use": false, + "recraft_id": "1a2af3b6-d56e-43e8-ae45-76c5f1e20c1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-29T13:28:20.840231Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "79b67430-7232-408b-ad43-863a75874f12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty in the snow", + "public_commercial_use": false, + "recraft_id": "9c7f9f16-d3b5-413c-807b-ea2f2810b12d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T14:53:36.772396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33612aa0-da88-4b30-8216-02382d5f34cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the bichon dog is playing magic, in the snow,the volcano is the background", + "public_commercial_use": false, + "recraft_id": "d8904f99-e356-46b4-998b-76d7c9d1a962", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-01T10:25:58.832522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3758a21f-bc3e-46ca-b133-de0f2ce56800", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Celebrate \"Cheese Day\" with a Delightful Template", + "public_commercial_use": false, + "recraft_id": "2e53501f-b160-4784-b459-f9c1d129f9cf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-11-30T17:29:28.217125Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "319ede03-cccd-4a5e-965d-45f0f54cdf65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow, red, rabbit, hand writing\"Twice\"", + "public_commercial_use": false, + "recraft_id": "f7905655-04f4-49e0-afa2-6b112e31decc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-11-30T14:01:14.514425Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2ae43e76-454e-4106-b6fc-2849cf02641e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "patrick star driving in a vintage car, wearing sunglass", + "public_commercial_use": false, + "recraft_id": "9d8e0267-ac1f-4841-9e8f-60712494586d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-11-30T01:59:35.226626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b3eac07-2d4d-43c5-839a-eb7f98319e16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sad man sitting beside the window in night,frontal face,looking at the camera,Surrealism,flying whales,sea,moon,star,rose", + "public_commercial_use": false, + "recraft_id": "6b37f866-1e74-47a0-b715-9f90cb4fb711", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:38.263553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3cd05176-6a1b-4e4a-89b4-03d35d203a22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Xuannn\" in the snow, snow,the blue beach,and sky a hellokitty doll with angel wings standing next to it,drifting snow", + "public_commercial_use": false, + "recraft_id": "f11e6030-22fd-4a16-b108-89cadb8d9fb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:27:22.195728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad6df5c0-5d64-419b-8fe8-794acd425d51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A surreal Christmas scene where the sky is a swirling tapestry of twinkling stars and vibrant auroras. In the foreground, a colossal Christmas tree made of twisted, otherworldly branches stretches towards an infinite, star-filled ceiling. A curious puppy with a festive Santa hat perches precariously on one of its higher branches, peering into the cosmic depths.", + "public_commercial_use": false, + "recraft_id": "397984a4-34d0-463a-94d1-312a28286db0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:59:15.794023Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45844665-16ed-40fd-a379-6d9766ec7ad5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Doberman with uncut ears playing guitar and standing in front of a microphone on a stage", + "public_commercial_use": false, + "recraft_id": "a0323b2c-58de-4b27-a280-b3362dc690e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:08:27.813114Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "51f26f07-86ed-410f-9e55-8b754adaacbf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunset, by the seaside, the sky is very blue, with some sunsets, huge fireworks in the sky, and heavy snow falling", + "public_commercial_use": false, + "recraft_id": "e2758893-4f92-4d43-81e9-23c68def01f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:22:36.038185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9ae83f2-6281-48a1-935c-3a974c032c5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The puppy and the Chinese owner are on the sunny white beach. The puppy's name is chole written on the beach. Bright beach.The owner wears a blue t-shirt and a trousers.", + "public_commercial_use": false, + "recraft_id": "5e13a23a-f14b-4ad3-86e2-d82835e838ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:55:10.468714Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5aa15447-5352-4998-aa8d-d81e67a9ddbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy is enjoying a hot pot while snow falls outside the window. The sky outside was rainbow-colored clouds, and the TV was playing crayons.", + "public_commercial_use": false, + "recraft_id": "5bdd32ab-caba-45ad-ba99-5f1a34666776", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:09:55.831367Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ad03336-82dd-4ddb-aa8d-d0e84ba21f80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit in a skirt is drinking tea", + "public_commercial_use": false, + "recraft_id": "083ab83d-f7dc-4832-8cfd-bae05af231fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:26:38.650414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3421397-acef-498c-af13-8bafa5e54743", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby lio ,Night, Starry Sky, The Word \"Sonam\" Is Spelled With Diamonds, Red Rose,", + "public_commercial_use": false, + "recraft_id": "8dcae506-9de6-40be-aa07-bbac5a8f536c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:06.956357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae99f1a0-e66b-4371-bb97-84f3c64bd05b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy eating fruit bowl", + "public_commercial_use": false, + "recraft_id": "f0950ca4-40d1-4e0b-a7f5-236341079bbd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:22:18.43074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "702abd84-f002-4b1a-9e47-b4ac07cdc5ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shetland Sheepdog driving a vintage convertible sports car", + "public_commercial_use": false, + "recraft_id": "d9bb36be-afb2-4d01-9a5d-4e10f519531f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:28:12.400906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70cd6f1c-399a-46e4-9285-eda70a224957", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Desolate and magnificent coastal cliffs, strong sunlight and shadow contrast. In the middle of the ruins of classical buildings covered with weeds, cypress trees grow.", + "public_commercial_use": false, + "recraft_id": "80e77052-2813-46ae-b4c9-9ca11bf8777c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:07:54.795067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ccc4a04-d67f-4cfc-8004-6d2d1018e781", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat tabby cat wearing a scarf eating a popsicle in the snow", + "public_commercial_use": false, + "recraft_id": "ff800d56-6732-4e99-a847-3047d0300930", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:35.229719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4d95f1a-bc79-46de-9bc4-0a47059a8859", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A surreal Christmas scene where the sky is a swirling tapestry of twinkling stars and vibrant auroras. In the foreground, a colossal Christmas tree made of twisted, otherworldly branches stretches towards an infinite, star-filled ceiling. A curious puppy with a festive Santa hat perches precariously on one of its higher branches, peering into the cosmic depths.", + "public_commercial_use": false, + "recraft_id": "7541f703-81e4-4f01-a904-ed1f1b74dea0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:21:50.270763Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0181b274-83a8-4522-9bfb-ed7f79881274", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pug and a horse eat pizza and drink wine where the sea meets the snow, while fireworks go off in the distance", + "public_commercial_use": false, + "recraft_id": "b5cdd05d-dca4-46d3-b948-884b850658a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:18:01.058687Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small cupcake paper container with chaos stuff in it, looking like a creepy goofy cupcake with icing top ", + "public_commercial_use": false, + "recraft_id": "a52443b3-ee75-4959-9c85-905556a8a984", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:17.289318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4291e545-d478-4b98-839b-d7a24216594c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A smiling orangutan wearing a polo shirt teaches in a classroom", + "public_commercial_use": false, + "recraft_id": "adc974e1-4189-486c-8f59-69fc612fa46e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:09:47.370616Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ce94b7e1-7c88-47b0-ab65-980def065d25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apples on snow background pink sunset, bubble Christmas tree fireworks snow day letters m a s o o m a k e", + "public_commercial_use": false, + "recraft_id": "68318303-f533-4841-ab1d-9f5908bcaeed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:07:16.648236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdd64c2c-725b-4177-86e8-2a3cb7bebfe9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night the sheep lit a fire on the snowy mountains", + "public_commercial_use": false, + "recraft_id": "641d7476-9c06-4270-a153-e418637bb980", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:44.369925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3097db88-510b-4b8b-95ed-dfacd7317bfa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "gay couple kissing in the snow", + "public_commercial_use": false, + "recraft_id": "4c0436cb-4b2c-4ddd-8a43-b129d66003d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:14:26.354957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f63a7be-5cea-4bc7-a773-d20ff774cea5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white Terrier wearing a pilot's cap on a hot air balloon", + "public_commercial_use": false, + "recraft_id": "7b912787-6573-4e61-897c-91ee478ef951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:55.562131Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1eef9275-c7c4-40e4-ba09-8336d92fff26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty in the room with Christmas tree ", + "public_commercial_use": false, + "recraft_id": "545012a1-517f-4b19-982c-f455d1377305", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:26:18.331236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "After a sleepless night, the excited children got up before draw the next day and headed for the sea in the hope that they could see the sunrise.", + "public_commercial_use": false, + "recraft_id": "c83af1e7-174a-4f90-b14a-f00ff5d1985d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:03.211294Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "199deb6e-f006-4c6a-9fda-b11a62f52833", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden puppy and black puppy in blue quilt and beer", + "public_commercial_use": false, + "recraft_id": "07ce72da-ccb1-4881-9d55-294b17052b10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T07:06:25.773613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cake adorned with stars, with candles \"BOLI\" inserted, accompanied by a snowy scene", + "public_commercial_use": false, + "recraft_id": "894bc6a3-d879-4b6e-85b4-cdfd30a59ddd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:33:48.307143Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "145752f4-e0d8-46f0-b412-c953bc230adc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A green grassland with hot air balloons in the sky. Volcanic eruption, a little cat wearing a hat playing guitar", + "public_commercial_use": false, + "recraft_id": "195a85c8-c6f3-4777-bf9b-cdd3487cb96a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:24:30.263025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b306d32-a5f1-493f-a220-6786948a5f38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Capybara with guitar", + "public_commercial_use": false, + "recraft_id": "f69def72-9363-4a85-88d1-57cc2ee9084b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:33.903296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of marmots wearing Russian hats are having a campfire party in a snowy forest", + "public_commercial_use": false, + "recraft_id": "fce14f67-d672-4aac-8420-2509c6810ed7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:32.288137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93670e3d-8486-4a37-8e0e-bd0b04ae49d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Western Highland White Terrier Watching Aurora in Iceland", + "public_commercial_use": false, + "recraft_id": "c43399dd-f900-4f7d-9f56-e0498327da67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:50:46.852833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b8c721d-4a8f-4581-9593-d8dbfd870b12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Green aurora light snow, West Highland in a Santa hat", + "public_commercial_use": false, + "recraft_id": "396d5a5f-04cd-46c6-bc9d-4f57db927b69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:06.3942Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "51d810fd-4528-4753-83b1-47db2424c0f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Carpet painted", + "public_commercial_use": false, + "recraft_id": "2747fd8a-312b-4d09-8830-7a1007ef7a8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:27:17.714219Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chocolate dachshund with a pair of glasses is playing computer. Another dachshunkd is drinking cocktail.", + "public_commercial_use": false, + "recraft_id": "875b7848-cd92-4f3f-a803-b71fc2aa49db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:37.362337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73ed3e44-e6c0-4913-b6a8-43934935e6a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty doll sits in the snow holding a lit firework stick. In the distance is the sea, the color is blue, sad and lonely. The name \"Keegan\" was written in the snow with a heart drawn behind it", + "public_commercial_use": false, + "recraft_id": "7ce049be-1ab7-44af-8dab-4a42b9d040eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:02:49.726706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "979cb359-6caf-424d-afae-4c53dfdcece8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rainbow-colored teddy bear, draped in the vibrant hues of a rainbow, sits poised in a roller coaster car shaped like a pink birthday cake. The cake-car bears the words \"Happy Birthday\" in bold English letters. Beneath it, intricate gray metal tracks twist and loop in an elaborate network. The roller coaster is hurtling towards the entrance of a towering skyscraper that looms above. Surrounding the scene is a bustling skyline, reminiscent of New York City, filled with skyscrapers that pierce the sky, creating an awe-inspiring urban backdrop.", + "public_commercial_use": false, + "recraft_id": "8c35c146-67c4-4816-ac97-7fd82183e3ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:00:10.161594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d95376d9-9166-4da3-beb1-58b8b7abd3da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The puppy is sitting on the snowy beach, and the text \"WY\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "c70c4951-8087-4143-879b-e10ff65d817a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:00:30.642214Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e4f8338-e185-443f-bfd7-c4caf19410c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A five year old pale yellow golden retriever with a pair of wings is standing in the snow chasing a butterfly in the blues time.", + "public_commercial_use": false, + "recraft_id": "7f98734f-688e-4866-a154-75e1115ca97c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:45.62957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce760ea3-37a5-4c47-b887-c65aa3179a74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a small cupcake paper container with chaos stuff in it, still looking like a cupcake with icing top ", + "public_commercial_use": false, + "recraft_id": "2a6f3653-a74d-4b73-a33f-b6909659e393", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:38.230284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11164d72-579c-4e26-a0b3-9abf81900888", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white dog wearing brown glasses is using a computer with coffee next to it. the picture color is brighter", + "public_commercial_use": false, + "recraft_id": "eb444581-b763-4482-b639-c1e08f6a4b49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:59:50.11816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0a32488-d2c1-41ce-aa61-7e09dd4f147e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is swimming with a sheltie", + "public_commercial_use": false, + "recraft_id": "258e4433-f81f-495d-b011-b110571a7c7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:26.354957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97bbab76-d8a4-4ef9-abab-6b8161f2018d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Western Highland white meme wearing a forward hat and holding a camera is filming a movie", + "public_commercial_use": false, + "recraft_id": "7b912787-6573-4e61-897c-91ee478ef951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:13:19.363539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7de0359b-0ebd-4756-a543-8cab6408cfa6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas fat siamese kitty with snow", + "public_commercial_use": false, + "recraft_id": "302754e6-dd09-4f3b-9de1-5a5bed482dc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:26.592557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1213452b-0287-4548-9702-183aff5a714c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess dances with a huge Hello Kitty in front of a Disney castle, looking at the camera, close up", + "public_commercial_use": false, + "recraft_id": "d7fb9aac-0cf4-4b14-b2eb-f56de070c66e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:33:31.061731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8817feb1-22e9-4514-8e84-de986201e905", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hazy flower.", + "public_commercial_use": false, + "recraft_id": "345c6070-1389-4982-99ac-c576d64b1897", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:32.288137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01dd2c2d-6813-41d8-8ae8-fffee6cc0325", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white terrier holding a glow stick watching a concert", + "public_commercial_use": false, + "recraft_id": "c43399dd-f900-4f7d-9f56-e0498327da67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:03:40.439112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5483edef-83fe-462a-9750-c993cc97f617", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A five-year-old pale yellow golden retriever with a pair of white wings is standing in the snow chasing a perrty blue butterfly, it's the blues time", + "public_commercial_use": false, + "recraft_id": "52f8d23c-5807-41cc-9ca9-4464f82d1d1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:26:48.221252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee61a5fc-d40a-47a1-9a80-65481abff003", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two puppies play Nintendo in a christmas vibe house", + "public_commercial_use": false, + "recraft_id": "a768d47b-ed77-4138-8850-296ef6e38f3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:59:23.775395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b377cb31-826f-4f1d-b4ff-0f41cf18ec00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is sitting on the snowy beach, and the text \"WY\" is written on the snow in front of it.", + "public_commercial_use": false, + "recraft_id": "b0fe2fca-315a-4bae-acd3-0cc429e76f1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:00:11.854655Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess celebrates birthday with a huge Mickey mouse in front of a Disney castle, looking at the camera, close up", + "public_commercial_use": false, + "recraft_id": "d228b32d-906c-4d70-be04-884d4929c892", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:07.420826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd3db13e-195b-4d2f-8d15-d4489b190ea3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cute little black cat and white Samoye snuggle together in the snow. Next to the guitar and the Christmas tree and the little snowman", + "public_commercial_use": false, + "recraft_id": "f7db6f15-a52c-418e-9b8a-30c2eef95c2c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:20:04.235957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9a0a547-5fce-4d6f-ac22-53f06570ae66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man goes to the moon with a puppy", + "public_commercial_use": false, + "recraft_id": "a43a4dd4-e3d6-47ec-9ae2-4c6549a88cc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:18:03.735163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fab09792-8e14-4120-8d05-8340d1227b2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white dog wearing brown glasses is using a computer with coffee next to it. ", + "public_commercial_use": false, + "recraft_id": "4bac421d-f0b2-4034-b93e-8ad173c3386b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:07:26.511648Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c06aeb71-a718-407a-9289-cb6bf030a767", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene covered with snow at night. The huge Christmas tree is piled with gifts and shining. There are two Asians in the foreground. One is wearing a suit and the other is wearing a dress. In front of them, there is a decorative lettering spelling \"NRQ&GX\".", + "public_commercial_use": false, + "recraft_id": "056d75c4-0dbb-4c7a-a86e-7ce7072d4d1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:19:17.782792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54eef498-55d6-4ffd-8407-e63843c83da4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sailing through the stars to know where you are", + "public_commercial_use": false, + "recraft_id": "9cafa1a4-e393-448d-b29b-5498c93706be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:54:47.234632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a784251-4b32-453d-b390-2014fb80eb38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster is reading a book in the snow ", + "public_commercial_use": false, + "recraft_id": "677c5967-895c-46e6-9d17-4a1ff9e4b685", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:01.599764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3489a3f8-b2f1-4357-b89d-e67020f27216", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chocolate dachshund/beach/vacation/Tahiti/summer/drinking cocktail/laying on the chair", + "public_commercial_use": false, + "recraft_id": "c445a3af-6945-4a59-92de-b6e54d13372f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:05:20.133304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39da0341-42ad-4742-bdfc-74f544dd81de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess driving in a sports car, holding a cigarette, looking at the camera, close up shot", + "public_commercial_use": false, + "recraft_id": "40bf48c3-2ea9-4597-b524-2bf1d3dad076", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:56.793633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "093e0bf1-efd7-4c2d-9153-968bf5734a43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A west highland white terrier dog toy is eating a cake on Christmas", + "public_commercial_use": false, + "recraft_id": "315685b9-5cd3-4f68-a13c-0cf7ae70b8a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:24:26.169459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8a8cc25-8b8c-44d7-aa43-edde8ad4b089", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolian yurts on the grassland under the sunset", + "public_commercial_use": false, + "recraft_id": "be943020-245e-49ca-b9a0-07abb1628149", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:20:30.21861Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "79acc9f8-ee81-4833-a33f-505e602c7fbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat. A huge birthday cake with the decorative lettering \"NRQ\". Scattered gifts of all sizes on the snowy ground. The overall style is retro and romantic.", + "public_commercial_use": false, + "recraft_id": "f47153d4-d02f-4589-a66c-f2de38fcf53c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:00:08.287879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78a7c8e9-49c6-44c1-9589-2125e4952f38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bass in wine", + "public_commercial_use": false, + "recraft_id": "65d4152f-1850-4a79-87f5-94ae30c4f661", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:47.296718Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "229ba270-65b3-42ef-a193-d9c3b17019b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vivid and lovely spoon with a slim yes! Background is colorful and warm tint", + "public_commercial_use": false, + "recraft_id": "215d5b04-b488-4aa6-a3a2-242c4b752b4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:58.570972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf2b5925-2ecb-47bd-9846-7e469068eab2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white and gray long-haired kitten sits alone at a computer desk, focused on using a MacBook with the screen emitting a soft glow. The kitten wears a pair of black-framed glasses, looking both intelligent and adorable. Its fur glistens slightly in the warm light, making it seem like a tiny programmer at work.", + "public_commercial_use": false, + "recraft_id": "0fb2afd8-23a9-445e-b758-e8774d987da8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:59:27.823325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "758f3d6f-9631-45af-9bab-e692f13b2046", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A man led a Samoyed to the snowy mountain in the distance.", + "public_commercial_use": false, + "recraft_id": "ed3f2058-1b4e-4383-b0d6-0039a0d615b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:12:33.228902Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "79067a5b-1708-48ab-86d6-f76825d7588d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red racing cars, Sunset and Vine", + "public_commercial_use": false, + "recraft_id": "7212cf7f-80d8-41f0-a5ff-b5902d06f31b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:05:12.270413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6012ba45-226e-4c42-9edb-a594cfdfff4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The bear under the snowy mountain", + "public_commercial_use": false, + "recraft_id": "8b3c6200-d38f-44f7-8b32-f0928886b551", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:47.838458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6699ac8-e634-4609-8426-7e068f35bade", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Many high-rise buildings fell from the towering cliff, with orange sunshine in the sky, a car with clouds around floating in the air.", + "public_commercial_use": false, + "recraft_id": "8e4a04a6-5a31-415c-8efa-04cf00c4015f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:08:16.010997Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2285c9a7-c3ca-4144-86a8-127154913317", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night swan snow flash", + "public_commercial_use": false, + "recraft_id": "398a3a1a-6b01-4988-8197-a9412265d6f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:25:26.04429Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "ccc6f9a8-18a0-4d25-9cef-53a826f83933", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The happy puppy skied on the white snow with a pink bow on his head", + "public_commercial_use": false, + "recraft_id": "9ad3ac51-b300-40b5-a146-815380478e20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:17:12.629583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba0d161f-e418-453a-80dd-25b7613bbe92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit is working Christmas with an Apple computer", + "public_commercial_use": false, + "recraft_id": "a60f9b09-0f62-49e8-8394-903619de8a84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:18.875909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2568959-54b3-4c89-8a6b-40172866ecf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat with blue butterfly wings sat in the snow, with trees in the distance and glowing bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "e2b0e8df-6501-4eda-a7bf-a8f73c4bc8a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:57:29.42586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95159045-62ae-48f1-94e4-517e1ab9cd54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snake-necked dragons in Loch Ness, flying saucers in the sky,", + "public_commercial_use": false, + "recraft_id": "5d717cc4-721e-45f5-bac2-f9e6bd25da46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:46:20.674379Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e027e7ff-0e24-4fb4-a2a8-27fb85af0aec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A burger sits in front of a sewing machine", + "public_commercial_use": false, + "recraft_id": "6474e374-f50f-4b27-b0bc-2d10a42f634d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:16:19.66685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97a34243-7918-4f8a-a2a0-61df06562dde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of marmots hold a campfire party in the snowy forest", + "public_commercial_use": false, + "recraft_id": "b1bdc033-eff3-4989-9621-17e80bda4f84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:57:52.138278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "628ed1b7-acc2-4154-95e1-2f50b1c3664a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Many high-rise buildings fell from the towering cliff, with orange sunshine in the sky, a car with wings floating in the air.", + "public_commercial_use": false, + "recraft_id": "ae17837c-1b91-4189-b162-ec25350d06d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:26:54.345337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9cac9d8-69de-499f-b980-74fdc0cb4d94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A pug dog with yellow wings playing in the snow with a snowman beside it and roses on the ground and auroras and stars in the sky", + "public_commercial_use": false, + "recraft_id": "b0138a53-d4d3-40a3-a6ea-2c9d62707ecc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:53:41.220831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97b1bab5-2729-4b98-b2d0-aa891dca1e3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is playing with a cute cat", + "public_commercial_use": false, + "recraft_id": "6d517d23-8a4c-4217-93d8-423905c3ffad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:19:48.710095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1552b85-81cd-48ee-a3a6-721ad4f837c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Colorful cakes are placed in the snow on the ground, with star candles \"BOLI\" inserted,There's nothing else besides that", + "public_commercial_use": false, + "recraft_id": "9f779846-2506-48b0-997e-72fa7f0de500", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:07:39.665158Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f9736fde-e13c-4029-8bce-c36e9f962f0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunset, by the seaside, the sky is very blue, and there are also some sunsets. There are huge fireworks in the sky, and at the same time, it is snowing heavily. There is a snowman by the seaside", + "public_commercial_use": false, + "recraft_id": "c9359725-ca3a-4085-9501-dc73e3ba196a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:24:49.121595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca5afbf4-60a5-4e36-9187-e6c5275d35f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Gold and Elegant Cheese Love's Day Card Template", + "public_commercial_use": false, + "recraft_id": "1eadf5b3-75ed-40cb-bef6-39f372317b9f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T06:58:44.334502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e2a66e4-0980-4376-8d8b-7f0e9574197c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit man in a suit walks into a hotel with a gun", + "public_commercial_use": false, + "recraft_id": "ad78915a-7bef-40d6-b2c5-89de8addd068", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:12:16.714909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a2139fd-2661-41cd-98d9-1185679c9e52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of golden retrievers, Shiba Inu dogs and doll cats wearing fur hats ran out of the laptop screen and ran to the bottom of the sea", + "public_commercial_use": false, + "recraft_id": "bc350d21-40f0-4ff9-a6c5-0141e1ddd94c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:26.354957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea835e44-7c6d-4cc3-b1f2-db153eeee2e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A western highland white meme, reading a book, taking a train", + "public_commercial_use": false, + "recraft_id": "7b912787-6573-4e61-897c-91ee478ef951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:21.727588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb82c7cc-5df8-4f31-916b-35f15f1d7039", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink loopy doll sitting in the snow singing next to the snowman there are roses on the ground and colorful stars in the sky", + "public_commercial_use": false, + "recraft_id": "11504077-0845-4699-bf61-c2517c50d844", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:32.288137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87006483-5ffc-4042-b758-a9a2976723a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white stem from the western highlands watching the volcanic eruption from a distance", + "public_commercial_use": false, + "recraft_id": "c43399dd-f900-4f7d-9f56-e0498327da67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:23.435546Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4be5a67-11fd-4b75-a797-f502cf68089c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A fluffy gray-and-white kitten is sitting at a desk, focused on using a MacBook. It wears black-framed glasses, looking both smart and adorable. Its little paws gently touch the keyboard, as if it is working intently on the computer. The desk is scattered with some papers and stationery.", + "public_commercial_use": false, + "recraft_id": "2e787749-1e5c-4aaa-b72b-a90514e950ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:12:44.776569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8693e531-6464-444a-82df-4260a15491bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas fat siamese kitty", + "public_commercial_use": false, + "recraft_id": "9093893d-4b52-4836-abb8-1e52ee797d5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:04.696178Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "118b5204-c1f4-4410-9e5b-13a12f524dcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Illustrative Cheese Love's Day Greeting Card", + "public_commercial_use": false, + "recraft_id": "d27c9f93-0820-4396-a12a-d04c810d81cb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:13:31.854343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "372cb6f8-89f2-4c64-9d2e-5efa31be3b93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute curly-haired West Highland Terrier sits at a desk, intently using a MacBook while wearing a pair of black-framed glasses. It looks incredibly smart and focused, its little paws gently tapping on the keyboard, as if it is busy working on some task.", + "public_commercial_use": false, + "recraft_id": "a1735700-ff25-4406-a009-86dd80160170", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:41:46.352968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87e909bd-2e96-4e27-a343-3c7eeb84de82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy has the four letters bkpp on the snowy ground.There is a Christmas tree on the snow.", + "public_commercial_use": false, + "recraft_id": "ac038f51-64a9-456e-bfcd-210ec7c29b7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:08:20.153248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15452eda-a265-47fb-8185-993f3a35b8ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background", + "public_commercial_use": false, + "recraft_id": "06a878b4-351c-4938-a5cc-a96e91d6a288", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:59:27.598426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5724bf9-01ce-4b66-a667-b1281cdb2ac3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is swimming with a seltie", + "public_commercial_use": false, + "recraft_id": "3b103a17-32f2-4714-8e05-51b2d8c48c7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:25.38584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1aca3577-7bb4-4ea7-92fa-43448568c4de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light snow falls from a purpl sky,pingu", + "public_commercial_use": false, + "recraft_id": "cf312d41-1ac0-4ef1-b013-12456d66192b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:02:53.068266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c92c63b7-44fc-4575-bae0-063800fc7323", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The faceless man rode a horse and ran in the snow.", + "public_commercial_use": false, + "recraft_id": "c8552434-8ca0-434b-a816-7a3dc16b55f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:31:19.445547Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "99828230-1337-4df2-a329-e865d5a82b7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll is skiing", + "public_commercial_use": false, + "recraft_id": "af2559b7-0e96-4f92-ac44-01ab9e2ce5c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:26.354957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "674f140a-3048-409c-a7e9-eeb53213a8c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Western Highland white meme wearing a tailcoat is playing the piano on the theater stage", + "public_commercial_use": false, + "recraft_id": "7b912787-6573-4e61-897c-91ee478ef951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:48.65633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a5f2e76-74e0-45d2-a754-e5d515886cc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cheese Love's Day Banner with Cheese Iconography", + "public_commercial_use": false, + "recraft_id": "c324e255-1ee6-4711-8494-40314738ac6b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:11.24577Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "be1aa6f0-01c2-4ed8-a4b5-28382b575228", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy with a smile on its face is surrounded by colorful flowers on a sunny day in a meadow full of butterflies", + "public_commercial_use": false, + "recraft_id": "98b61f26-7a65-43a6-94ff-993531bd66cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:22:56.956329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "483b8e60-2db6-45b2-94d4-9f48420dcd63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A takin warms itself in the snow at night", + "public_commercial_use": false, + "recraft_id": "45ac9ee3-768d-438c-b395-4603bc83e489", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:59:56.255824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64756fb7-a71b-49e0-9b46-23c490ed53f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"xqy\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "14bea7a4-3bf0-45ae-b6ca-a1e256a9f12f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:18:12.809325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A women is picking up chips snack in Supermarket, close up ", + "public_commercial_use": false, + "recraft_id": "46555d7e-57e7-40f7-b1c7-8aea955f44de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:53:54.023063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ded96cc6-15ab-482b-af76-8b00b75d1c1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a city's street at night", + "public_commercial_use": false, + "recraft_id": "0ac0168f-2140-4986-b51f-108409b9b0ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:48.955034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff52f156-91cb-48f3-87b3-7a9c6d36e38b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Through the window of the boat I saw a man looking out at the sea and there were fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "0be279d9-4a41-44be-a20d-732e2dd0b227", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:25:57.644173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb585249-0621-46e8-9ddf-8f1b749718c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The puppy and the Chinese owner are on the sunny white beach. The puppy's name is chole written on the beach. Bright beach.The owner wears a blue t-shirt and a trousers.The owner is striking the puppy.The owner is facing the camera with his back.", + "public_commercial_use": false, + "recraft_id": "9b43c4cb-3aa3-4b9b-bd36-cf18d8c8ad81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:00:20.358771Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ad19fb53-ff72-42cb-9f77-a45e46f7eb49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Christmas tree under the sunshine, with snowflakes floating on it and candy hanging on it", + "public_commercial_use": false, + "recraft_id": "b8e9ad68-0f5d-4c8b-ae30-cb74cce9cf79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:20:59.301177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a6b130d-2904-4e22-91c3-34dc99775905", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Six Months West Highland Dog Snow Christmas Hat Stars", + "public_commercial_use": false, + "recraft_id": "f9dbe770-2094-4ee8-8de6-d71b13931f13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:57:01.037736Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68c31188-2196-4a6c-ab02-305268c14b2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a west highland white terrier is eating cake on Christmas", + "public_commercial_use": false, + "recraft_id": "d037b49a-14d9-42a7-8441-a5aade8181be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:28:35.589666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "890fd313-819e-4d55-bd46-fc58239a6826", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A group of Buddha statues around the human piety to bow down, a person sitting under a high platform a group of Buddha statues worship, the temple, the sky under the crow. Chinese Buddha statue", + "public_commercial_use": false, + "recraft_id": "759d1601-a1c6-4b67-a862-9efffefd31ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:31:08.969446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbdcc480-f734-43af-86ae-8a18fb9b040c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "howmanyjajajaja,cute,angel", + "public_commercial_use": false, + "recraft_id": "dfe3bf0e-6d2b-40e7-b76d-2d3eb0871fa4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:50.28963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff02903c-5522-4923-b2f3-8d1facbfd1b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy and the owner are on the sunny white beach.", + "public_commercial_use": false, + "recraft_id": "5e66727b-b5c3-4529-b10b-130d7e98d08a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:32.288137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b173c7ef-3c5f-4fdd-8475-8f109e2d1d20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A western highland white stem surfing on the sea", + "public_commercial_use": false, + "recraft_id": "c43399dd-f900-4f7d-9f56-e0498327da67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:05:23.223155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4646358-afe4-45c5-b51a-14bda2556669", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A five year old fluffy yellow golden retriever with a pair of white wings is standing in the snow chasing a beautiful blue butterfly, it's the blues time,", + "public_commercial_use": false, + "recraft_id": "739aa2ab-ab32-43a4-bd25-59a22c0ea094", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:57:57.094714Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "2d13cb70-b3ed-4a2d-acc4-ef26ef163ca7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:47.308404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f926fc37-8406-4718-b486-4d3b6e8a824a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a samoyed-dog wearing a pair of circle glasses sits at the swimming pool ", + "public_commercial_use": false, + "recraft_id": "4a3c14d6-5838-4b6e-9139-5bdbf2068c28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:42.673069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "557a757e-d714-44ed-b014-10bf95f6e36e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier+making snowman", + "public_commercial_use": false, + "recraft_id": "f0255118-41b7-40b8-b4ef-125549b8108c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:46:02.348493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy bear working on a laptop on a yacht, drinking coffee, at noon with sunshine", + "public_commercial_use": false, + "recraft_id": "c36bdd2b-6116-4000-aaf1-223dc29bb9bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:09.515848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9e1d835-4fcd-44ea-9bd7-0b8457e36e33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy making bread by the seaside", + "public_commercial_use": false, + "recraft_id": "da09e4b1-65b6-4ed7-a92a-6249eb52f0a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:10:59.63741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0625b624-ab9e-4bb1-9126-b39478275543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man standing in front of the camera with a mirror behind him, surrounded by slot machines, game consoles, and the atmosphere of a tavern", + "public_commercial_use": false, + "recraft_id": "bbe90996-abba-492f-89c4-b6343eb81697", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:43.797838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a715517-d573-4754-a2ad-27f27418cc28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " dog woth scarf in snow ", + "public_commercial_use": false, + "recraft_id": "d786b56f-442f-4a94-b7ff-ee29dd7b7c52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:17:36.897076Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is holding a huge birthday cake with the decorative lettering \"NRQ\". There are scattered gifts of all sizes on the snowy ground. The overall style is retro and romantic.", + "public_commercial_use": false, + "recraft_id": "ad4b90e9-f4b4-41d0-9c5d-8221b60f0ead", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:38.468449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f629eda-ce2c-4582-98bb-f5a6d96a4ba3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lovely cats huddled together and fell asleep on the sofa .One cat is black and white and another is orange with white.", + "public_commercial_use": false, + "recraft_id": "ae0302ec-fbda-4f1d-8272-386821b8f116", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:54:32.214559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59823fd3-ea9a-4aad-bdab-5d6c3921f163", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is eating snacks with some other puppy friends", + "public_commercial_use": false, + "recraft_id": "a1834386-3b07-4c79-999a-60d7bb35d1e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:12:23.125834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ae3f0f9-cbc3-4e41-864a-c468915ff3f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "imaginary globalization", + "public_commercial_use": false, + "recraft_id": "d005d103-72d2-4d3a-b955-7752d1fd8d0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T06:54:36.074563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1421224-e10f-4195-8236-d3c099b414ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty watching the sunrise", + "public_commercial_use": false, + "recraft_id": "d467d1d8-8cf1-40f9-9477-aa29f365aa8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:20:08.351151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a3b4d9d-b72d-4de3-8ec4-7b09557afb87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A magnificent sunset", + "public_commercial_use": false, + "recraft_id": "14830004-706b-45c5-ba83-1f4b922458a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:07:53.113251Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2156488c-d124-444d-b5c5-8592acb84080", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rock sheep lit a fire on a snowy mountain at night", + "public_commercial_use": false, + "recraft_id": "fd3d9a31-7e08-4251-a7f0-14ebd4331671", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:26.354957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c1913a9-9b3d-47ab-820e-edea71a91673", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Western Highland White Terrier Builds Snowman on Christmas Day", + "public_commercial_use": false, + "recraft_id": "7b912787-6573-4e61-897c-91ee478ef951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:33:20.375446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b5fdd48-81ac-48db-94f1-f7c82f1716cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small cupcake paper container with many books inside, but still looking like a cupcake with icing top ", + "public_commercial_use": false, + "recraft_id": "4c933f49-28e6-4aa3-8c4d-de24f9c2eb31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:56.736842Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0feb0e2c-9857-4943-8241-81dc2551d318", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy making bread in the snow", + "public_commercial_use": false, + "recraft_id": "7623422e-efa0-46d3-befb-0a73dabb1336", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:02.062286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4235dc67-6010-417c-a18a-ba350b99704e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small cupcake paper container with many books billowing, but still looking like a cupcake with icing top ", + "public_commercial_use": false, + "recraft_id": "6f3e5745-1e15-482c-b161-108cc3fd2911", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:24:54.033481Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9555bf2a-eb97-4698-a1ee-3084bf3ebc1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I want snow with puppy The butterflies are flying xiang ", + "public_commercial_use": false, + "recraft_id": "e81c47b9-933d-4d8b-af6b-0940d9e3a872", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:32.066551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "711471b8-0389-4d2e-8b33-395d60241ec1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In pink and pink purple swimming pool, lots of colorful T-shirts floting and flying thplace,no people in this picture, cute style ", + "public_commercial_use": false, + "recraft_id": "71292512-0ea2-460b-a0a3-8366a75935ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:24:01.057678Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e813e90-bcc3-43a2-9c1b-af0bd30b1a04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a takin in the snow, a campfire", + "public_commercial_use": false, + "recraft_id": "74e04513-a7e9-4b3e-9988-c6d5268b8b65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:01:36.152973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d09f50d-d62f-4995-b244-bf15893d59e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A five-year-old pale yellow golden retriever with a pair of white wings is standing in the snow chasing a butterfly, it's the blues time", + "public_commercial_use": false, + "recraft_id": "6a4378d2-8a6d-477e-91fa-0a2ed66da1bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:08:42.642306Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af914690-d970-4237-9dbc-baaf986865c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rainbow-colored teddy bear, draped in the vibrant hues of a rainbow, sits poised in a roller coaster car shaped like a pink birthday cake. The cake-car bears the words \"Happy Birthday\" in bold English letters. Beneath it, intricate gray metal tracks twist and loop in an elaborate network. The roller coaster is hurtling towards the entrance of a towering skyscraper that looms above. Surrounding the scene is a bustling skyline, reminiscent of New York City, filled with skyscrapers that pierce the sky, creating an awe-inspiring urban backdrop.A rainbow-colored teddy bear with vertical stripes takes center stage, sitting in a roller coaster car shaped like a pink birthday cake. The cake-car features the words \"Happy Birthday\" written in matching pink letters. The coaster, gliding on intricate gray metal tracks, is heading toward a towering skyscraper on the right side of the scene. The background is filled with a dazzling array of skyscrapers, evoking the bustling energy of New York City", + "public_commercial_use": false, + "recraft_id": "85c9445f-5e23-4f0e-ba5b-8550a6f39058", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:44.610559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Green Aurora Light Snow, West Highland puppy wearing a Santa hat, next to xiulllin in the snow", + "public_commercial_use": false, + "recraft_id": "09c1a43f-2928-4e4a-b05d-e03811b4f6b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:26:55.541804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cab915a-a77d-4a06-b8f4-4231ac0642f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The puppy and the Chinese owner are on the sunny white beach. The puppy's name is chole written on the beach. Bright beach.The owner wears a blue t-shirt and a black trousers.The owner is striking the puppy.The owner is facing the camera with his back.", + "public_commercial_use": false, + "recraft_id": "a577063d-1f90-4fe2-b8f0-724dff537805", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:53:38.234201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1124e169-0bba-4498-987d-e7297defae43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep wearing sunglasses stands in the center of the shot with a white cat on its back holding a gun, which is eerie and harmonious", + "public_commercial_use": false, + "recraft_id": "1a72153a-17d2-4309-b167-f814ed6090f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:35:10.422111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58cf9880-3045-4a85-bc36-7e96f96715bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a real white horse running on the cloud in a rainy day ", + "public_commercial_use": false, + "recraft_id": "0cb12b97-d6cb-44aa-9c8f-5bdb090ad15e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:26:31.649555Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97fbf77b-86a7-4a26-9c02-b5992a5af0de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier+taking photos", + "public_commercial_use": false, + "recraft_id": "cb7cfe2e-b671-46d0-9def-4dac1db8ec4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:03:58.828316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f3a899b-e89c-4439-a9ff-ae5b2002c567", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat looked into the distance in the snow, gazing at the pink sky", + "public_commercial_use": false, + "recraft_id": "030aebe6-e528-4db1-987b-fce3880dd182", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T06:58:06.173841Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed8b2177-d8b4-4bb8-a86f-4608a46314d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat dances while drinking Coke", + "public_commercial_use": false, + "recraft_id": "860b4001-c5f3-43e8-9eba-52621fe5c754", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:39:50.371063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5807e31-5397-4473-bc4f-892766b958ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The otter fell asleep on the sofa.", + "public_commercial_use": false, + "recraft_id": "4be2b1b5-f825-402e-b478-6397be548033", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:12:19.919745Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a85bd4c-0d5b-49e3-a919-da566443ec7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a small cupcake paper container with a lot of chaos stuff in it, looking like a cupcake with icing top ", + "public_commercial_use": false, + "recraft_id": "198d7225-29fb-4a32-a694-fc5911111cbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:55:30.60438Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ec53a44-cda3-41c0-bee8-219bf07d61a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess sits by the ocean, looking at the camera, close up shot, sunset", + "public_commercial_use": false, + "recraft_id": "4d0484f0-01cd-453f-93a2-7158cc95207f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:21.3535Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4a970daa-3147-46f0-bcf8-43464fc9c735", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sun is shining brightly, with a snowman with a red nose and a red scarf standing on the snowy ground, with blue sky and snow behind it. The sky is very blue, and the sunshine is very good,", + "public_commercial_use": false, + "recraft_id": "93cd967b-1594-466b-b6eb-5c99b6603cde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:32.305359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8402683f-3bbd-484d-85fa-2bf6c15d68a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fox, mirrors, stars, mist, blue flames, butterflies, lake, ghostly fish,black roses, ash", + "public_commercial_use": false, + "recraft_id": "f33722a5-d181-44cb-b593-6396d01a92d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:01:50.789257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c704c19-0137-4d04-a3d8-ad65e6e5a4a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry otter, floating in the deep blue, with a door in the lower right corner", + "public_commercial_use": false, + "recraft_id": "be82a82b-3806-4a5f-ac65-299d7a5862d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:02:29.209569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princess celebrates birthday on a ferry, looking at the camera, close up, sunset", + "public_commercial_use": false, + "recraft_id": "27446682-d613-4b99-a07a-aa7a9d862f73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:18:38.883946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is a sea in the distance, a white #HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and \"JYR\" written on the snow, with traces of cat's claws. Melancholy blue night view", + "public_commercial_use": false, + "recraft_id": "f2fea390-edc6-463b-bc62-ed85ded0890f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:05:45.561518Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ab4a022-c289-4a45-8990-79fd41f6e997", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white dog wearing brown glasses is looking at the computer next to the coffee, the picture color is brighter", + "public_commercial_use": false, + "recraft_id": "f07732d0-4c23-4ecc-bf72-deb20d02032b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:08:45.753506Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "845db02e-c283-4761-968b-9234e213be77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The HelloKitty doll is leisurely eating, with a battlefield exploding in the background. HelloKitty occupies most of the frame.", + "public_commercial_use": false, + "recraft_id": "1207dc3b-3b8c-49e5-ac19-075a0d53b97c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:19:20.22957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0ac75c7-1d6c-46f3-99a8-e2ac305abc82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hilti Shepherd Driving a Retro Convertible Sports Car", + "public_commercial_use": false, + "recraft_id": "81c2707f-dbfe-4a44-8b07-77dc0e45f96e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:38:33.015129Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a79dc67d-f547-4630-ad60-4661ed13dbbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A child is taking a walk on the playground", + "public_commercial_use": false, + "recraft_id": "e49e5e6d-7146-4340-8bea-69ac5db493d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:47:10.503117Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef618db5-3aac-43e6-9ebb-ee05f43151b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy nights, endless snow. There is the sea in the distance, a white HelloKitty doll wearing a Santa hat and a Christmas dress, next to it is a Christmas tree, and there are traces of \"names\" in the snow, and there are traces of cat's paws. Melancholy blue night scene, dreamy effect with dotted light particles, high color saturation.", + "public_commercial_use": false, + "recraft_id": "a3f9183f-a839-490a-8d17-79f0e273d7ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:31:45.140964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c8abf96-2922-44d9-87c7-5bbebf0bf4a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snake in a suit and sunglasses", + "public_commercial_use": false, + "recraft_id": "00b3a0bc-1e93-4047-9aee-dabdaa029709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:00:31.192556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2da3489f-338f-422f-a6b8-f2e544f1df57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light snow falls from a purpl sky,as a West Highland White Terrier sports a tiny,transparent wing", + "public_commercial_use": false, + "recraft_id": "1ed30ea6-9919-4cfe-a356-40dd2eaed5bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:21:31.937809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47382d4c-4578-48a2-92f4-8ed015bfbd63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Film photo of a group of people watching fireworks at the seaside", + "public_commercial_use": false, + "recraft_id": "905da981-5a38-4e22-b58c-72c325851bc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:40.996304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88402c33-e8f1-48d2-8cd2-825e4cfeca1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters #2025printed on the snow", + "public_commercial_use": false, + "recraft_id": "7ae5e479-111c-4fd9-9d0f-2fb8d7105ac0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:23:01.853825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b4e5407-5f85-4977-b619-35f703275141", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely swing on a snowy day by the sea", + "public_commercial_use": false, + "recraft_id": "5c79ca27-2cb3-4f87-a6cc-7791c7d93e9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:06:32.38916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dec3579-85d5-4411-88d4-eca24c065cfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sad apple in the snow. The apple takes the main part of the picture.", + "public_commercial_use": false, + "recraft_id": "acb08691-7763-48f6-a238-ca522b9ad95b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:15.076214Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8250d6f-84a7-43b8-9196-a10e3e59bf8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An island of ripples on a deep blue ocean", + "public_commercial_use": false, + "recraft_id": "d439d6e3-1087-4db6-a118-db56c0c83618", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:23:32.05448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "576eec96-eb85-4a9e-a7bb-2429253ffa24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A child is riding on the back of a cat.", + "public_commercial_use": false, + "recraft_id": "1575c971-806c-44bf-bf60-9429b624ada3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:51:58.850733Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "213c88b8-f2ea-4f37-956b-036dadcf9a79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the forest, trees, wildflowers, a sheep with sunglasses standing in the center of the camera, a white cat on the back, the cat's hand clenched an assault rifle, this scene is strange and harmonious", + "public_commercial_use": false, + "recraft_id": "720283b4-f476-47b6-a347-0567354fbbe4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:51.236625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d28f0327-71e2-4aa3-85da-896166e3293f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dog with scraf in snow", + "public_commercial_use": false, + "recraft_id": "ae28bb72-a759-49f4-9033-86162008510d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:16:05.340026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed0bc8fc-5bae-4a79-b331-d03679632da8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A damp island, a running youth, an old man with a calm face and wrinkled skin, a slow crawling turtle", + "public_commercial_use": false, + "recraft_id": "6c60c74d-eec5-4b3b-83dc-807bbbb0e0db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T07:23:49.580577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b611505a-9af4-43b9-97bb-d3c76fad16dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two burning metal wires in the forest at the blues moment are black smoke. The wire is in the shape of the letter DH.", + "public_commercial_use": false, + "recraft_id": "cbce2f6a-b405-4e27-aa75-3a83994bc298", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:59:03.281246Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a2ea213-c24b-4dcd-a93c-238dbd1a9583", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"FeiFei\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow.", + "public_commercial_use": false, + "recraft_id": "5c05dc06-13fe-4593-97a1-87d7f8d8aa0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:35.623615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad436a1f-22c1-4896-aa25-deeaee1f138e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In snowy weather, the ground is covered with snow, and on the snow next to a big golden retriever, ZBL is printed.", + "public_commercial_use": false, + "recraft_id": "e7661bb8-d462-4fe5-a27a-7d3e325d2e2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:56:07.172844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5c84358-5a4b-4219-a6e0-28ea2de5e5cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep stands in the center of the shot with a white cat on its back and many weapons on its body, and the cat is wearing sunglasses", + "public_commercial_use": false, + "recraft_id": "0f3ee26c-ea36-4ce6-a2cb-712a40c75806", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:13:06.54872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d40dec4-bf2f-43a3-8da1-2677d1c81299", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A women is picking up snacks in Supermarket, close up on hand", + "public_commercial_use": false, + "recraft_id": "59c83f6f-7d1e-4d70-a5e9-c69b1c6eeea3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:11:32.288137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea3654f3-7e5f-462f-8d5c-f78840c63ec9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier plays in Universal Studios", + "public_commercial_use": false, + "recraft_id": "c43399dd-f900-4f7d-9f56-e0498327da67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:58.222488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a197be3-e421-47a3-8a6d-524b219a9936", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is having fried eggs and sandwiches next to the window in the early morning. ", + "public_commercial_use": false, + "recraft_id": "5b70fef5-4d42-4b68-b412-353f614ccdad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:34:17.300228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f539c039-f8bc-44c0-a216-4f36c7a69d4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White long hair Chiwawa with black ears is driving a car under aurora ", + "public_commercial_use": false, + "recraft_id": "e90c3812-82ff-4f40-90b4-955b4b6803e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:51.353789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c60f05f5-188b-4636-bce8-a285073cf736", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cinderella was crowned in the spire Gothic castle, and the sun was high and clear", + "public_commercial_use": false, + "recraft_id": "cddf9dc8-5b76-4c74-bd1d-fc4544cfeb3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:41.254625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fda46c21-ee45-4dc0-9c68-905fd9ffd737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rilakkuma doll, seaside, Christmas, snow, xiulllin written in the snow", + "public_commercial_use": false, + "recraft_id": "6612323f-9ad7-40ae-a7ad-46dd1cbf6d6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:11:47.626355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78582991-ac47-4945-846d-f6d41439e8ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "windmill Blue sky rust", + "public_commercial_use": false, + "recraft_id": "686dcbfc-de80-47b0-87bf-324d587783ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:19:13.162212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "713d1389-394d-4836-878a-e9c072f08fd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a kitten with black and white wings is by the sea where fireworks are set off, and Taeyong is written on the snow-covered ground.", + "public_commercial_use": false, + "recraft_id": "083be7fd-2c74-40b1-8e68-2c17e56902b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:02:34.387754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b078d15-71ad-4780-b68d-4e72094ded0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Astronauts and Emperor take a walk in the Forbidden City in Beijing", + "public_commercial_use": false, + "recraft_id": "8bc68b6b-537b-4148-a802-5381927e1836", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:32.288137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "908b06ea-a317-4426-b76b-f2a62bd61029", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier pilot is flying and turning on the aircraft", + "public_commercial_use": false, + "recraft_id": "c43399dd-f900-4f7d-9f56-e0498327da67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:07.63154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4210d0ac-9269-4339-99ca-a502c11ff24d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2 CATS lean TOGETHER ONE IS BLACK WITH GREEN EYES, ONE IS BLACK AND WHITE; BLACK CAT CARRY A RIFLE THE OTHER WEAR PURPLE SWIMMING SHORTS. The balck one shoud be smaller. the black one is an air rifle shooter. The other one is a swimmer. They are happy together.", + "public_commercial_use": false, + "recraft_id": "9b1e0ebf-cd92-43ed-b469-24de47d68c2c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:10:19.886058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84626f16-add4-4b60-9faf-62292cc86420", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy Dog playing on grass in sunny day", + "public_commercial_use": false, + "recraft_id": "97c0c778-a587-417b-b1f8-fb6987938968", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:27:59.585443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7cde5fba-b5c7-4250-9f29-a6609933e5bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "puppy cat drives a flight with glasses flying in the sky ", + "public_commercial_use": false, + "recraft_id": "52d83945-84f9-4fc4-90d3-40cb1ee0e650", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:25:39.602727Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9a76bbeb-69d6-43dc-9d4f-7adecaffbda7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowman stands in the snow, with a Christmas tree behind it and flashing lights and gifts hanging from it. The sky is blue, the sunshine is good, the picture is bright and clean, and the contrast is weak", + "public_commercial_use": false, + "recraft_id": "0ab13c6d-297f-4a96-a345-d57d32a5c5f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:27:32.202021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43931dcc-2eef-4de1-9d09-3a0ae4e45b7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The pink-winged Hello Kitty is sitting by the sea listening to music [poor].", + "public_commercial_use": false, + "recraft_id": "0e45b259-e215-4e45-82e7-073ea8a2bffb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:14:26.354957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65202504-1771-4011-8433-8cd556fbb547", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Western Highland white meme wearing overalls and holding a paintbrush is painting an oil painting", + "public_commercial_use": false, + "recraft_id": "7b912787-6573-4e61-897c-91ee478ef951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:57:31.953931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is drawing with its paws", + "public_commercial_use": false, + "recraft_id": "90d8486e-9815-47d0-b170-a1fef35f7b40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:12:24.191925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50943388-2b43-4972-8c81-c54133dee257", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A faceless man jumped into the snow from the cabin.", + "public_commercial_use": false, + "recraft_id": "38a01fa7-3b70-4f49-85f0-44e24065568c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:21.354927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9704faf4-eaf9-4137-bfa7-53389cd7df38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is sitting on the snowy beach, and the small text \"WY\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "5bf105a5-1d82-4293-aaa4-a7b8ad246182", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:16:50.034114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59a6a924-249c-4f81-b54b-130c35c2ab95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy is sitting at a computer desk with a pile of documents on it and a laptop on the desk spewing flames", + "public_commercial_use": false, + "recraft_id": "853721ea-ac94-486a-b3dd-0db5257ada91", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:26:31.444565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a3ec954-0106-4c81-b0be-cdefa3daa191", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there are auroras in the sky, and a Samoyed is playing with a toy ball on the snow with the words Michuxxx written on it. Snowflakes float in the sky", + "public_commercial_use": false, + "recraft_id": "edfae004-e657-4ac4-a82a-ef6049a386c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:19:46.648667Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "716e4b41-daa5-4bee-a793-696f6c173b10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rilakkuma sits by the sea on a snowy day with fireworks at sunset and xiulllin written on the snow", + "public_commercial_use": false, + "recraft_id": "cdd14daf-d3c4-4c18-b4ea-68e0ef70e672", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:17:44.796103Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc77a873-f898-4edf-ae99-07b422b625ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog is sitting on the chair", + "public_commercial_use": false, + "recraft_id": "6e42c300-da21-448f-9218-72d826f59f66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:56:20.934222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d88aade7-7d0b-4f06-be1d-cbac16b64a57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon in the snow", + "public_commercial_use": false, + "recraft_id": "91a982b9-63f1-4e2a-be4c-c518026b6da5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:03:27.665302Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5f480d09-827c-4858-ade8-12455e4fef97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white side shepherd in the warm house happily leaning on the window watching the fireworks outside", + "public_commercial_use": false, + "recraft_id": "23c42f6b-8d5e-4887-8dc7-865ec683e86e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:35:54.149535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61bd2356-6506-4209-a2f9-24b774de4465", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a small cupcake paper container only with books inside, shaping like a cupcake", + "public_commercial_use": false, + "recraft_id": "4da5e57b-e5e4-49a8-980c-038a1d4e0142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:51:54.378736Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "953eb168-18c5-43e7-92d7-0b23d240020b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blackcat is sleeping on the windowsill, the window is outside the sea view, the room is graffiti rock style There are skateboards and posters next to the wall.", + "public_commercial_use": false, + "recraft_id": "0051d007-adc1-441a-a7a5-9d3aef06a9a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T02:58:57.995641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30e8b0cf-bdf4-407e-9821-ee065ba935a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat character is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, close up", + "public_commercial_use": false, + "recraft_id": "4a7c3b60-ba53-4876-a302-1043ed44ceda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:48.739341Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3832e725-ba49-4fa8-a5ef-62373bea9fa4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fire in the snow, behind is the temple, a back figure in a pink down jacket who cant see her face", + "public_commercial_use": false, + "recraft_id": "3bd4e011-cbc3-444e-be68-13977dd23687", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:29:19.674409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0658fd31-851d-4fd4-b048-cbb2a8c6ead5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat is taking photos inside the house", + "public_commercial_use": false, + "recraft_id": "acd1b394-0e70-4c61-8a1a-83dcb3c9f46e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:35:51.453256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13635d1e-49e7-4b73-a387-844ee3c188a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely island of ripples on a deep blue ocean", + "public_commercial_use": false, + "recraft_id": "38754fb5-887f-4578-9a2c-616e6054cdeb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:39:59.813976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f53c998b-c154-4c75-83d8-0d859e687c34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby panda is playing happily on the clouds", + "public_commercial_use": false, + "recraft_id": "91b389e8-5ee1-4d05-a54b-8c8203afcad7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:08:58.980716Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c4daaf9-9e93-4b72-837a-398de462c858", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow.", + "public_commercial_use": false, + "recraft_id": "ce95595f-768e-4a41-a831-8e1ee0627694", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:50:37.249196Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7411edad-6a02-4a2d-9b43-75a4a8d57dff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in a Japanese room with a cross. There is sushi and drinks in the room, and Mt. Fuji is outside the window.", + "public_commercial_use": false, + "recraft_id": "089fbba4-b775-4ccc-8d9a-a460c2c7eccc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:13:51.964432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92227130-7bf3-492d-838c-edbd2b53dd8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beagle is woring in a bak ", + "public_commercial_use": false, + "recraft_id": "837de028-ef0c-47c2-a7bd-ee5ee8b0c06d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:09.402334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b16fdd28-a223-41e9-bd55-b238dc421b01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a angry cat sitting in the cafe and watching laptop who dont want to work,but it have to ", + "public_commercial_use": false, + "recraft_id": "1dc234eb-5f6e-4696-84fa-14733c0b0885", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:55:02.053515Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A birthday cake, a stove, a kitten and a golden retriever sitting at a table, it's snowing heavily outside", + "public_commercial_use": false, + "recraft_id": "d97dbb26-17ed-43ec-94bf-f48c4a070c82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:47:44.157033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28cf1080-a6fd-48fa-a717-0690e30916e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snake celebrates the Spring Festival in winter.", + "public_commercial_use": false, + "recraft_id": "9b07ad40-c530-40bc-9496-14463ba49ad5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:23:26.374268Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76711a6c-1e62-46a0-9e97-645a586cb3c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "AA horse stands on the snow, with a white Samoyed sticking out its tongue next to it. The snow is covered in the footprints of puppies, and the sky is blue with a Christmas atmosphere in the background", + "public_commercial_use": false, + "recraft_id": "78af6e82-0d71-4bd9-a593-700adc77f1a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:44.762365Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bed3299-8282-4935-85a1-77b0cd891712", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with white angel wings and a white cat with blue butterfly wings sat in the snow, with trees in the distance and glowing bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "f1f33e65-d008-4ca2-bc25-1ea74e51bec8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:39:46.952942Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55ea5ad4-3927-4c0b-a6eb-e318189e65a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute black cat playing bass in the snow, white color, Gothic punk vibe, no human in the picture", + "public_commercial_use": false, + "recraft_id": "9bd08f12-1181-4bcf-9139-d5803a576f7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:40:24.281649Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1712e03c-b5dc-4d7a-b7a9-25764747388a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on forehead through nose wearing glasses wrapped in a green blanket works with a laptop", + "public_commercial_use": false, + "recraft_id": "64ce2cc5-e985-4162-b9f6-1768e9f4eea8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:41:03.705792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c666a842-b63b-411d-a67a-fd33ef64c2f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty is playing with a fairy wand in the snow, with stars scattered by her side and fireworks blooming in the distance. In the snow, 'xuan' is written", + "public_commercial_use": false, + "recraft_id": "f42e432c-c13c-46f2-8203-22db80c8cf5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:34:58.551698Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a166ae67-2ceb-40e7-8e9b-844d5522bd68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is sitting in the beach watching the sea, and there is blue butterflies in the sky", + "public_commercial_use": false, + "recraft_id": "1009b8f0-5cf2-4606-b014-66257c12b46e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:35.98832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69f3f3bf-acac-48cd-a348-7eebac98c8f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bichon is having Christmas with snow outside the window", + "public_commercial_use": false, + "recraft_id": "191f7d22-4313-4f3f-9b19-d35892f56b72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:56:27.028828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7b5cf47-1daa-4146-b045-d7b0c778d8fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A bald monk gazes into the distance in the snow, with a distant view of the burning Kinkaku-ji (Golden Pavilion) engulfed in flames, with fire spreading wildly from the temple, all set in a dimly lit environment during snowy weather.\"", + "public_commercial_use": false, + "recraft_id": "b23e0941-08eb-4cdc-bf32-37218e878a1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:10:25.191169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is surrounded by goldfish in the snow", + "public_commercial_use": false, + "recraft_id": "6e3f069e-59a2-42c3-903f-f324182c2b9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T05:18:07.877978Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat on a snowy Christmas day, holding a cake and watching the grand fireworks, retro oversized christmas stockings", + "public_commercial_use": false, + "recraft_id": "a3845737-78e8-43d1-ba7e-d4f793e1d777", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:46:41.715396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f24164a8-138e-44f8-8ce1-43a84400e3f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small pastel purple stuffed bunny working on an old computer in the snow.", + "public_commercial_use": false, + "recraft_id": "ea6b1e0e-32ea-4d7f-ba05-864dc8a88558", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:16:13.796149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "120d0954-41d3-4bf2-824c-3a8a267c35f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background", + "public_commercial_use": false, + "recraft_id": "d713aad9-b95e-4477-a51e-281b7d064bd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:33:52.403875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eac001e4-d618-440b-9072-215b957c8eed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat has bubbles around it on the grass under the stars", + "public_commercial_use": false, + "recraft_id": "274e4760-aa70-4e9b-ba5d-b5dee1cbc617", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:48:42.056608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebddd660-0d2d-467b-8efb-08fe0f817b07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Balck cat and Border Collies", + "public_commercial_use": false, + "recraft_id": "18287bc8-4aed-47d5-a888-fb805085d5e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:35:40.688914Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b232d0b-17d4-4ef5-9e7a-474ee780a8ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat in wizard hats playing in the snow", + "public_commercial_use": false, + "recraft_id": "88120b18-8564-4894-b308-a6964cc45d19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:46:48.87893Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f865a82a-f75d-4814-92b1-87f8de5535dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu in the tall grass countryside", + "public_commercial_use": false, + "recraft_id": "4b58ea9a-5778-43b2-bedc-9c7c9692d714", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:58:41.002581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68acce82-eedf-447c-afb1-c72e9960201d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat were playing in the snow at night. There were cat footprints in the snow", + "public_commercial_use": false, + "recraft_id": "fb750eeb-b3f0-4162-86af-ce535b6b8702", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:12:10.920299Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae36bccd-b65e-4fb2-8da9-72dde0971986", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A bear doll is next to the Christmas tree. There are red balls and star lights on the Christmas tree. Next to the sea on a snowy day, there are fireworks in the sky. The three letters LBH are written on the snow. The overall picture is blue.", + "public_commercial_use": false, + "recraft_id": "2f645cd4-6e16-4cb6-b716-c1e1577b05f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:24.050974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34cf19e6-510f-40ad-b722-b97bc3dc0291", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beam of light hits the eyeball.", + "public_commercial_use": false, + "recraft_id": "ddb3a529-2d03-43cd-b1e6-ef18e76823b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T06:54:34.334417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5b097b7-1b2c-4615-a11d-572e6be63ff6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cat in the snow is playing with snowballs", + "public_commercial_use": false, + "recraft_id": "48ecf653-0de1-44b4-84d5-cd02b863f876", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T03:42:32.893039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beard guy sitting at home drawing", + "public_commercial_use": false, + "recraft_id": "6ab965a9-2330-4189-85ec-66e568f2a6e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:43:25.675287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69ae7234-1fba-4bfe-93c4-176e3a4c9562", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Birthday Ceremony; alone; no people in picture ; cake on the grass; sunset; ", + "public_commercial_use": false, + "recraft_id": "13ac4a4e-725a-44f9-9935-77f9642edd23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:37:55.071362Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "a579eb57-40d4-4ae1-bce5-8930ef6d09bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night there was a sign on the wall of a street corner. The sign was yellow and said 'roll her tall'.", + "public_commercial_use": false, + "recraft_id": "df35581a-7f10-480d-a6d9-03db654ca0c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:54:57.496049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96ec31ba-cc4f-4c48-b733-111dd64af50b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A battery, wearing black-rimmed round glasses, sitting on an office chair with a desk in front of him, a computer and a mug on the table", + "public_commercial_use": false, + "recraft_id": "dea6bf3c-3577-463a-ace0-3a40de354298", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:22.055376Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ef1b90d1-ea8f-4c78-96eb-5c0c0caed598", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat is on the snow with a computer in front of it and wearing a punk collar with rivets around its neck and scattered silver five-pointed stars next to it, blue and white tones", + "public_commercial_use": false, + "recraft_id": "4b07f5c4-1ef8-4a63-a791-86b812708765", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:40:50.631029Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ad9d006e-fb80-4ef8-bdeb-1adc281e3908", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man in Tibetan clothes on a snowy mountain meadow.", + "public_commercial_use": false, + "recraft_id": "16b5616b-d01b-499f-b4dc-926509bc12eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:23:58.042921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2841ec52-a1c8-4b41-80e6-9a48533a3383", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bichon sits from behind looks out at the snow capped Mount Fuji in the distancein at outside snowwing day the picture shoud bright ", + "public_commercial_use": false, + "recraft_id": "19fa2665-8066-4c88-a2ef-9b9405db8816", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:39:09.913218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f276d870-88ce-410c-841d-450ba0294ef1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2hedgehogs watching TV", + "public_commercial_use": false, + "recraft_id": "d31d2128-cd08-434b-9d47-b952e0cf7b73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:01:35.945108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a5ae943-eb5d-4176-8fb5-9efce5a5f807", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beautiful unicorn is walking in the swimming pool. The unicorn's horn is pink. There are Christmas decorations by the pool. Snow is falling outside the window, and the atmosphere is warm.", + "public_commercial_use": false, + "recraft_id": "01b1d3de-55e8-4786-8e33-35d051a6bd79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:57:32.606209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e7f3cda-c660-4ea9-a1f6-1b767130205a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "070 shake ", + "public_commercial_use": false, + "recraft_id": "1bb668ca-b293-4406-9c44-6f4959a5ae4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:33:05.815403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab2abae4-2c47-40e3-ac87-7a993e5b6d27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with green eyes and wings, a crow, flames,", + "public_commercial_use": false, + "recraft_id": "1a2a401f-ab7b-4985-b85a-216023fee67b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:14:28.638374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75aac63b-fa33-4295-8e72-63ae6d0d5ab1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a gray kitten with sunglasses, driving a convertible, bold colors, on the snow, retro vibe", + "public_commercial_use": false, + "recraft_id": "7a099880-2e64-44b8-a0ff-95be37540a56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:48:00.819017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A man in a cotton jacket jumped into the snow from the cabin with his back to the camera.", + "public_commercial_use": false, + "recraft_id": "48b8e836-e603-49dc-abab-6929eff28976", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:41.254625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6f23c1e-ae07-4f98-82c7-ad66be9b780b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rilakkuma doll, seaside, Christmas, snow, xiulllin written in the snow", + "public_commercial_use": false, + "recraft_id": "6612323f-9ad7-40ae-a7ad-46dd1cbf6d6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:51:43.691746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17dd829d-f517-4e83-8e10-6ef01ba70942", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A 20-year-old Asian man in a suit, snow, Christmas tree, and northern lights", + "public_commercial_use": false, + "recraft_id": "c916c6b2-2d39-48ce-9729-a20de4f6f6b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:37:21.139681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e78292bc-c311-42a8-9ea5-e8e88e75b884", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An eggplant no happy ", + "public_commercial_use": false, + "recraft_id": "19e2527d-3e2b-4d33-8b39-2ed3986adf88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:43:31.416895Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "630d5928-2c31-434e-9fd0-64d0c8487a71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on forehead through nose wearing christmas hat on playing in the snow whith a young lady with vintage coate", + "public_commercial_use": false, + "recraft_id": "0fa2fe5e-003e-49f2-b215-0dfc62e02f06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:42:23.80936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8424cd4-5668-44aa-ba6b-713b6404f459", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "chinese mythic beast, dream of the red chamber, fly chinese lanterns, song dynasty", + "public_commercial_use": false, + "recraft_id": "37ecb8e1-8610-4c65-b9db-5941ba880405", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T07:53:09.307605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0de7c634-d6a2-4fd4-8f61-da1b57136229", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat flying over star on ice.", + "public_commercial_use": false, + "recraft_id": "86b255d4-65c5-40d4-a079-65ed0b57174d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:44.636719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60f681d0-3157-40ec-aa06-3b0c565b4d0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat, wearing blue butterfly wings, sat in the snow, with trees in the distance and glowing bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "7b95b9d7-ba43-4ba1-b47e-58ac9794142a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:36:13.839774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e26b4396-b2e4-4872-a418-5fe7d81374e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person standing on a reef, surrounded by glaciers and the ocean", + "public_commercial_use": false, + "recraft_id": "6962568a-4b4b-48da-8c0f-30c8bf2a188b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:28:36.866207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74cfa815-fd99-45c2-892d-e81b82e786f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small, chocolate-colored long-haired dachshund jumps for joy in the snow next to a glowing Christmas tree", + "public_commercial_use": false, + "recraft_id": "d4bcf81a-5d75-4134-ba4f-2d962439f2f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:36:25.813918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66bc9c01-7d7c-4252-af9b-204deb142f17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with a Christmas hat is on the snow. LQJ is written on the snow. There is a Christmas tree next to the snow. There are fireworks blooming in the sky. The picture is in hard flash style.", + "public_commercial_use": false, + "recraft_id": "ebfad5a0-8508-4e81-b29c-240cd1cbf3f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:03:58.828316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49eab8fa-dacb-4877-a1b9-53922303374e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat looked into the distance in the snow, gazing at the pink sky", + "public_commercial_use": false, + "recraft_id": "030aebe6-e528-4db1-987b-fce3880dd182", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T00:52:20.610019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8891bee8-d68b-4b2f-87e2-6d72620eebda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "100,000 blue and white porcelain vases", + "public_commercial_use": false, + "recraft_id": "4688ef59-0d77-4b45-8c61-ccf009773e0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:10:17.501783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4738c89-dfcd-447e-a015-083a7240cf8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is in the snow and footprints in the snow spell out.On the snow is written 'PAN'", + "public_commercial_use": false, + "recraft_id": "7e104a4a-caa2-4046-b553-ca6e01115d2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T01:22:09.124063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4489bbd7-f4b5-42b0-aec5-f4b484d23255", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is eating a chocolate with potato at a red and yellow cafeteria.", + "public_commercial_use": false, + "recraft_id": "071c5a9e-2d38-432c-a11d-643c8ed35049", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:37:21.706175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "721ccef1-35bf-4b0a-a9f5-408b1da384bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dachshunds and snowy mountains", + "public_commercial_use": false, + "recraft_id": "f9fa7b6c-8069-4151-9d16-0535212cef6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:56:18.293853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a snow day ,a day lily flower planted in the snow,a cute dog near it", + "public_commercial_use": false, + "recraft_id": "6b48d22d-f62a-489e-8b5c-2f3b9d772079", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:46:10.168357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04e5c437-f3d2-4a66-a5fb-b75bb8363bae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stitch is calmly drinking coffee in the front, while a volcano erupts in the background.", + "public_commercial_use": false, + "recraft_id": "c36295d8-0cd2-4f13-aa58-5512fa64f18a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:43.340316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff9586d6-3275-428e-81d8-b8ad8f7947a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty wearing a pink wedding dress, sit on the beach in Maldives. On the sand, she wrote \"I love u,cui hu\". She was very beautiful and lovely.", + "public_commercial_use": false, + "recraft_id": "9c83d3ee-c2fc-430c-81d0-95926ffaff1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:34.481259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "882244c1-6804-404d-b343-7decb1a5fa83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black bird is standing on the icy river, with many pink and white wild roses beside the river.", + "public_commercial_use": false, + "recraft_id": "2f744216-537c-4bca-8878-ab76d5e7e5bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T07:43:35.730913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7082472-7d3e-4340-b1e1-d702e2310aef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The merry-go-round is flying in the sky, and people are setting off fireworks on the ground.", + "public_commercial_use": false, + "recraft_id": "1ddf88c2-b85c-43ee-89a9-c14da7eb6fc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:39:24.604522Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0b242a61-f607-4ed2-b58d-78855859a4e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on forehead through nosewearing glasses wrapped in a green blanket works with a laptop", + "public_commercial_use": false, + "recraft_id": "0af97ca7-aabf-4bb4-a739-e07ba52fdb88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:28:08.987806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af9cfb5d-e995-4668-a124-968b1077d75f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a bird whose color is orange and blue ,wearing a pair of yellow glasses ,stands on an apple ", + "public_commercial_use": false, + "recraft_id": "06569bec-79cd-48cd-9dcf-8dae96b235e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T03:53:17.978024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27c9da91-6413-4a4b-9b44-68a46a1519f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "1.In the snow there is a kitten with white angle furry wings 2.kitten is staring at the new moon and stars in the sky . 3. show thback or side of the kitten ", + "public_commercial_use": false, + "recraft_id": "44ccbf1a-9bb6-4a91-b1f5-edc96f74bcc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:40:57.704768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ff55fc8-c1df-40cd-a475-5695f06bfbf7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Bichon stands next to a Christmas tree in the warm living room, with a guitar beside it", + "public_commercial_use": false, + "recraft_id": "b7327576-d468-47f9-ae8c-e9061cea13fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:19:57.19084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a26b5b64-f793-4447-87b2-15ef4a10de6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black bird is staring at a buring butterfly. The background is a forest and a river, with many flowers beside the river.", + "public_commercial_use": false, + "recraft_id": "2d789541-423c-40b2-bd32-2355cc0ebd8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T06:56:07.172844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f2bc905-b965-4111-87c1-8509617aa73f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep stands in the center of the shot with a white cat on its back and many weapons on its body, and the cat is wearing sunglasses", + "public_commercial_use": false, + "recraft_id": "0f3ee26c-ea36-4ce6-a2cb-712a40c75806", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:15:07.280036Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c6289211-98f4-449d-a3b1-5853fcdec89e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat sleeps on a swimming ring", + "public_commercial_use": false, + "recraft_id": "17c2c77d-d053-4223-a355-977654fe28fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:46:52.997995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64ea25cf-cd32-4e1f-b5df-fe53a75b1f71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white cat and white dog celebrate their birthday in the snow", + "public_commercial_use": false, + "recraft_id": "da9251e4-9162-4e2e-b897-8c4d6cfb6371", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:43:22.916767Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ec2ad5ed-3483-4f1c-ae90-99aedfc03cef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A birthday cake with Shanahs written on it and candles with 3. There is a ribbon atmosphere around.", + "public_commercial_use": false, + "recraft_id": "7a216f7d-f3ba-4b13-90f0-1065f6a7ac02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:05.260951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beautiful lady dressed in a gorgeous kimono,stood in front of a lot of fireworks , fireworks fill teh sky , behind her was a small lake ,fireworks festival,Abisama,buring temple,snowy day", + "public_commercial_use": false, + "recraft_id": "86968719-4ee5-4c0f-ac81-c7135c08f50e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:35:27.542275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10349377-d416-4a1d-9d1d-0d1ca857951b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a rainy day, a vampire was in front of the Kazakh yurt.", + "public_commercial_use": false, + "recraft_id": "753b558b-5fcd-4f50-a1c1-99b2b194b88b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:52.465758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bcff030-a07e-44ec-964b-89fce06f400f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bear is enjoying hot pot, while snow falls outside the window. \"Vernon\" is written in the snow outside.", + "public_commercial_use": false, + "recraft_id": "e18231fb-7363-4756-8ccb-6324c6ae2163", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:30:38.884009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6451308-dcbc-41b6-b9d4-efe7e7db6d3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is chasing a white cat in the snow. The sky is blue, A circular star orbit.", + "public_commercial_use": false, + "recraft_id": "256fdc0c-7e86-4c73-9e01-1e241babca75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:39:00.836159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15c99a11-1064-4f87-b752-bae41afd101a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "howmanyjajajaja,glass", + "public_commercial_use": false, + "recraft_id": "5bf72ba5-e47f-46be-b10b-4e7017a9ab77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:36:52.208854Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e250129a-3dfa-43c9-8398-9e73a96c2ae5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "NRQ, Happy birthday! 27 years old. The background is a huge cake.", + "public_commercial_use": false, + "recraft_id": "eeb1e748-ea01-4697-b3f0-29430dab2d8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:05:25.465833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white dog dressed with a sweater priened barry and work in fornt of a firing computer ", + "public_commercial_use": false, + "recraft_id": "fbcafc63-f631-407f-83f7-b37f4b0b2a5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:45:25.508015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2295a783-3fb2-417f-a664-c27f84157af6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Celebrate birthday for toys; alone atmosphere; no people in picture ; cake on the grass; sunset; ", + "public_commercial_use": false, + "recraft_id": "b62b8bc7-12dc-42a6-88c9-5a9ad21b4c55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:49:12.678467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4af81795-7d05-464f-a9bc-606861e6bdfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A battery wearing a pair of black round glasses sits at a desk with a computer and a mug", + "public_commercial_use": false, + "recraft_id": "800f924f-1cb2-4b9d-a6a8-2ef3530d4821", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:40:30.270772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e321b30d-7e89-418b-8db5-20cd29c2d8b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Double braids/horn braids, black robe/cloak, gold/silver ethnic patterns, silver/gemstone earrings, lace/embroidery decorations, majestic snow-capped mountains, winding river, vast meadow, snowflakes fluttering, frontal smile, warm gaze, natural and elegant posture, harmonious fusion of ethnic style and natural beauty.\"", + "public_commercial_use": false, + "recraft_id": "22eaea8d-c073-4ee4-ab2f-fb0522a7e07f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:58:26.953929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b42b708e-4cbf-429e-b392-b7e6568a4530", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A bald monk gazes into the distance in the snow, with the background of the burning Kinkaku-ji (Golden Pavilion) engulfed in flames, with fire spreading wildly from the temple, all set in a dimly lit environment during snowy weather.\"", + "public_commercial_use": false, + "recraft_id": "87ebcfa9-a11b-45a2-9650-7c4e628898b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:26:27.947567Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3f78125c-338c-4a57-8407-edf1f43abc1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat is on the snow with a computer in front of it and a punk collar with rivets around its neck, with scattered silver-white five-pointed stars next to it", + "public_commercial_use": false, + "recraft_id": "7cfa5c3c-ad69-41c9-85b1-5ca39c6c6265", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:25:50.627141Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ed2f2112-8626-42ca-8bc4-f59425cf8824", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "House,peopel,grass,tree,dog,flowers,sun,coffee", + "public_commercial_use": false, + "recraft_id": "83614f51-73ff-4099-b158-70947f51d4f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:20:37.954951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f3e0b48-9181-4e86-a6ee-6a13fd2770df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bichon looks out at the snow capped Mount Fuji in the distancein snowwing day the picture shoud bright ", + "public_commercial_use": false, + "recraft_id": "e68fa67b-54bf-4fab-a5e1-3a6a2c995850", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:03:13.021362Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fb6ede82-31f7-45bb-8c97-e445baba562e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A beautifully decorated Christmas tree with glowing lights stands on a snowy seaside. The snow-covered ground reflects the colorful lights of the tree. The sky at dusk features soft blue and pink hues blending into the night, sprinkled with twinkling stars. Soap bubbles of various sizes float gently in the air, adding a whimsical touch to the serene scene.", + "public_commercial_use": false, + "recraft_id": "ee772e9d-7218-4983-8c4b-d412fb1ac4da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:13:17.896936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7636da5d-cd5b-401e-b464-f48b89e12a6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beige colour toy poodle wearing a transperent bubble hoodie, licking a matcha cheese cake", + "public_commercial_use": false, + "recraft_id": "9a091feb-ea99-4a80-bc34-fafc54228c63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:35:08.45373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08e41b9f-080f-4f60-91ca-4cae33a77968", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An orange cat is traveling in space in a spacesuit, surrounded by various galaxies and aurora borealis", + "public_commercial_use": false, + "recraft_id": "cd319247-b8d4-460f-a560-891a71c81dd8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:28:58.503183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdfde2e2-1774-4803-b8c0-9aa361ce22d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with long pink wings walks through the glowing snow.", + "public_commercial_use": false, + "recraft_id": "0f92ebd3-0b55-49e0-b21f-d86f5df2649c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:51:39.861575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5d2f62b-5b01-477e-a7d0-889d0e593d18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat flying over a burning piano on ice.", + "public_commercial_use": false, + "recraft_id": "01ca5e9c-cff7-42f7-be9d-1df99c58c2e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:12:10.058115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a914ebff-e265-4fca-8fa1-678877702070", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black butterfly wearing a Christmas hat flies in the snow, with a pink sunset beside it", + "public_commercial_use": false, + "recraft_id": "bf8d859e-13ab-49d3-a518-16294e5394f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:02:40.974325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "816c7c51-9514-4a0b-ae04-33203ca07aac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black and white Border collie on a beach with catwoman", + "public_commercial_use": false, + "recraft_id": "190e25f2-dd32-43df-b8b7-492d53e755e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:06:16.253286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f305657e-44cc-4eab-9342-40b5f95ff1c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a 90's Wuhan punk band playing shows near a lake", + "public_commercial_use": false, + "recraft_id": "001d7ab8-4969-4bf5-bdf0-4b975099955f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:43:12.668532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82e7f955-08d9-4758-87c3-0cd57a378dd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat sitting in front the desk, working on a computer, glittering star falling around it, butterfly wings", + "public_commercial_use": false, + "recraft_id": "d72fd942-7c34-4443-be41-52e5d4a674a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:05:28.655424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13df2c5f-d6f6-4eca-861b-b5d7facb0f8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lot of pomernian puppies playing in the snow, dreamcore", + "public_commercial_use": false, + "recraft_id": "b110cced-611f-4d27-a105-97e2a119c7d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T07:53:23.047283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f108a39-0206-4fbf-a5d2-15886c0eb91e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with a scarf is near the fireplace", + "public_commercial_use": false, + "recraft_id": "9c108b4d-8833-499c-ad23-f1de4b9b0ad7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:41:23.356195Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "81c1fa51-6e1a-43ac-b745-b1eab5b52042", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty on the snow in a cherry themed clothing.", + "public_commercial_use": false, + "recraft_id": "db04dabd-d843-4728-bf0d-570c87f83586", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:06:00.792445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a95330f-8029-427e-b305-65886d0e6ac2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is drinking a glass of wine with a bass in it.", + "public_commercial_use": false, + "recraft_id": "7e36c2be-5bb5-4598-8cc2-559d8d216e3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:22:18.43074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c4ea1a6-2f96-4162-9821-514ecfdbcb20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shetland Sheepdog driving a vintage convertible sports car", + "public_commercial_use": false, + "recraft_id": "d9bb36be-afb2-4d01-9a5d-4e10f519531f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:01:28.602293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu aside in the tall grass countryside. long distant view.", + "public_commercial_use": false, + "recraft_id": "2e7fd161-cdf4-4447-a1f7-6d0ad3bef2ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:47:46.25441Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "559564c6-c1a5-4647-b228-7ebae6db5402", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White puppy wearing a Christmas hat in the snow in winter with a purple sunset in the background", + "public_commercial_use": false, + "recraft_id": "a62e8d8a-577a-4b39-a75d-1626ab7046da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:53:11.544234Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd8b1213-77a8-402f-a87c-a2aa0bc7baa8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow blocks the mountains, pigeons get lost, and the old Taoist priest talks incessantly", + "public_commercial_use": false, + "recraft_id": "c2f55ccb-386c-42b8-9f62-14109634e8a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T02:41:31.176008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a5f5360-403c-4998-846f-91c5d964ce9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bear with an AK", + "public_commercial_use": false, + "recraft_id": "9e48f139-e39d-46cd-a47a-929e322354c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:09:59.015856Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "795a2fff-74a9-4860-a532-bc26a1650c33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bernese Mountain Dog wearing a Christmas hat beside a christmas tree in the snow, with some colorful Christmas gifts (with silk ribbon) beside it.", + "public_commercial_use": false, + "recraft_id": "94ade8e0-7aa0-43e0-91ab-f5bedb2b03e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:40:29.18616Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I want a black and white cat running through the snow with a flower in its mouth and butterflies flying next to it", + "public_commercial_use": false, + "recraft_id": "8b2112bb-42d4-403d-b34f-662ee65ef1bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:42:46.954815Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7895540f-d023-4c35-9190-6aee794ed1a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty eating cake on a snowy day", + "public_commercial_use": false, + "recraft_id": "c8497bc9-c014-450d-b96a-19477389b478", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:42:01.291629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0ecdb75-4cee-44a3-a71e-5a258e661514", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat relies on a white cat on the windowsill in summer.", + "public_commercial_use": false, + "recraft_id": "93d9c10c-081f-45b7-8a23-08bdce151776", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:40:30.999808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60e06149-a6fb-4666-99fe-664de8e01398", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "1.In the dark snow and seaside there is a white cat with angle wings on its back 2.staring at the new moon and stars in the sky . 3.With snowflakes.", + "public_commercial_use": false, + "recraft_id": "aa877f3f-b883-44b4-8c54-bc379d3af07c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:29:41.54797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51228ea7-270f-4cb9-91f2-b8b70b37dd1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is chasing a white cat in the snow. The sky is blue, and you can see the star tracks.", + "public_commercial_use": false, + "recraft_id": "5b1725f4-f927-4088-9bc1-c6a3aeb819a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:07:18.520016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fae19a00-4aa6-4ba6-bb5b-eb9340203509", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white dog dressed with a sweater priened barry, playing in the snowland", + "public_commercial_use": false, + "recraft_id": "0b807d7f-7663-439a-9aa8-8ff0850ccf80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:46:55.575923Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "b6891544-5aae-4ed0-8d24-47769af5bcb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "it is snowing, and there is an orange cat wearing a red scarf.", + "public_commercial_use": false, + "recraft_id": "1788f657-a475-4633-a8b8-8781f93722b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:07:20.967293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "569542d8-eb98-4a5e-a030-09370ff45e66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Many high-rise buildings fell from the towering cliff, with orange sunshine in the sky, a car and 2 angels floating in the air.", + "public_commercial_use": false, + "recraft_id": "c629cc16-f070-4306-adf3-6b150d76bb55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:38:04.536439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cbf4918-8a97-4c44-869f-182d31e9660d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White Bichon Frise puppies play with butterflies in the snow, with snowy pine trees and auroras in the background", + "public_commercial_use": false, + "recraft_id": "dc991c65-dd9f-47e0-a4c7-7777b257cb80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:41:19.158306Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae5309c5-5da8-4975-8732-fd9a22054852", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beauty wearing white sunglasses sitting in a red convertible car", + "public_commercial_use": false, + "recraft_id": "ab9700f0-2ef0-41ef-a407-3cee3a4c899b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:43:42.193653Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "a717f1b8-06e8-4c0a-b450-e07f30f6321d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Hello Kitty doll size on the snow in a cherry themed clothing.", + "public_commercial_use": false, + "recraft_id": "03622749-1e60-42bd-9374-16ad3b937e02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:07:58.516694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0c56948-3974-4ea9-9dbb-03b3e7848f4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat sits in the snow with a volcano in the background, beneath which are forests. In front of the cat is a white cake with a violet, surrounded by bubbles. A ragdoll cat wears a pair of purple wings.", + "public_commercial_use": false, + "recraft_id": "294be3ef-1e36-46ed-ac6c-3b0003fc4165", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:47:58.411757Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1c8c6e3c-8864-4e81-895e-c4c6d187a542", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat with red ribbon and a tortoiseshell cat acting intimately in snow", + "public_commercial_use": false, + "recraft_id": "2d26a535-d7da-468c-b8d3-6b22caa5309c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:17:12.227582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29790016-4c3e-47e4-aeae-467960f2e123", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat sat in the snow with blue butterfly wings, trees in the distance, and glowing bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "2b3d61c6-e418-407c-b6c5-ec8ed8350aaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:47:40.948565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat is working on a computer, glittering star falling around it, butterfly wings, medium shot", + "public_commercial_use": false, + "recraft_id": "4c95d275-99eb-4607-b95b-76b61080407c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:02:02.188953Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f09cc26-e95c-4a85-8169-0b6ec9a1ad44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2 CATS HAPPY TOGETHER ONE IS BLACK WITH GREEN EYES, ONE IS BLACK AND WHITE; BLACK CAT CARRY A RIFLE THE OTHER WEAR PURPLE SWIMMING SHORTS ", + "public_commercial_use": false, + "recraft_id": "f0f9c986-a898-4165-9897-5e7f6e9d4520", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:46:03.146459Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "41f8d3cd-bef5-4c4f-86f5-c593e1f0d250", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas cute rats party", + "public_commercial_use": false, + "recraft_id": "3d38cc0d-c047-4a64-9880-796d147bf1f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:56:27.968676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d111cd2-23f2-4bfd-b0db-7a536c63c5b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black and white Border collie on a sofa with a bowl of chips", + "public_commercial_use": false, + "recraft_id": "73e03bb4-0c82-4a7d-a6e9-aff3c47f35c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:17:38.2924Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "72ebb159-1852-45d0-8765-3ae31e1c5450", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat sits in front of the computer and wears a punk collar with studs around his neck", + "public_commercial_use": false, + "recraft_id": "8acd361d-e5b5-4605-87a1-d4e69d28a470", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:43:35.690426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c60a703-1944-42a7-844b-29ee5afe3469", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland dog with wings in the snow", + "public_commercial_use": false, + "recraft_id": "08d4c5d7-9c76-4ff7-af7a-95bfff52b365", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:50:31.325751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A 25-year-old Asian man in a suit in an office with a Christmas tree", + "public_commercial_use": false, + "recraft_id": "68953cbc-5024-4fe4-b888-06781143dc14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:37:08.972112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65a19998-c830-4b4c-ac6c-58ea3e0e0ee4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white rabbit are on a snowy beach, with stars, a little fireworks, and butterfly wings", + "public_commercial_use": false, + "recraft_id": "11aef9d9-d353-4ec6-9e41-120a72acfb77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:52:13.253666Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e8b75b8b-3947-476d-95f2-111dcff81a85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with red ribbon and a brown cat acting intimately (the tortoiseshell cat is smaller and with longer hair)", + "public_commercial_use": false, + "recraft_id": "5993bd90-bff3-4e58-9ce7-f12a3d59136b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:52.423209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c9162a7-45a6-4d9e-aa52-9d5c417fc25e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blackandwrite cat is in the snow and footprints in the snow spell out.There is a Christmas tree next to it. On the snow is written 'PAN'", + "public_commercial_use": false, + "recraft_id": "4d20d683-dd58-45a4-9e2b-4eace115f85c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T04:32:34.069561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b5cc426-004e-4417-8784-47bbf46b6c79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby panda swings on a yellow swing in the green forest", + "public_commercial_use": false, + "recraft_id": "2cbfbb63-8a78-46d0-96a3-4348a46c5365", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:05:41.648426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b12945c6-9745-434a-b6c8-fb3c95007109", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light yellow and white short-footed Mankicon cat wearing a cute pink piglet hat is in the snow.", + "public_commercial_use": false, + "recraft_id": "d282f39c-bf06-42b0-b565-710cc95fb0ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:42:41.748891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0daaa9b8-d44c-44ca-8a48-50c49aa89ec1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hedgehog is holding a concert ", + "public_commercial_use": false, + "recraft_id": "55bcd8a5-26d3-4442-a4b4-a613597e65e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T07:41:42.157915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7334a87-8559-4416-a02e-070c90d261ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute helloKitty doll sitting in the snow holding a firework, inside the snow written TaoTaoMe, behind the background of the seaside Smoking", + "public_commercial_use": false, + "recraft_id": "6da38924-8c7d-451a-9193-be00763b46af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:40:54.981413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd1eb7dc-8267-4afe-af40-eb3cd20840f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a snowfeild ,a small white bear are opening a gift underneath the chrismas tree ", + "public_commercial_use": false, + "recraft_id": "08945871-0e3f-4296-b772-11dd942cc406", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:07:54.795067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed23b576-5ee3-441c-89e8-ed3e2869b30b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat tabby cat wearing a scarf eating a popsicle in the snow", + "public_commercial_use": false, + "recraft_id": "ff800d56-6732-4e99-a847-3047d0300930", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:36:38.430197Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c795e72b-638d-4692-8137-94af41da1d66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy ski slope, the Hello Kitty doll stuffed animal cutely makes an appearance. It is fluffy and covered in white fur that matches the snow, with a bright pink bow that stands out. With miniature ski boards under its feet, it glides lightly across the snow, spraying tiny snowflakes. Its round eyes curiously look around, its small nose lightly sniffing the cold air, and its adorable appearance adds a sweet touch of childlike fun to the ski slope.", + "public_commercial_use": false, + "recraft_id": "38addb68-5dd7-495c-b4c2-ae29b0e0347d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:49:26.457897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71a322b9-fb34-48fd-90cd-be3b41c3100e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat drinks Coke and dances with a calm expression", + "public_commercial_use": false, + "recraft_id": "035e2bd5-2e0f-4e81-beab-29aecf0709ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:49:30.859502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5e0654e-76e1-462f-8f4f-fd0f0742e362", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat wearing a red scarf is on the table of the cabin, next to a lamp.", + "public_commercial_use": false, + "recraft_id": "ab2683de-1a17-49f1-b88a-6900d074b163", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:42:50.117825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7d140fe-f354-42ba-a37e-383365f6ff68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland dog with wings is playing in the snow, surrounded by trees and aurora in the sky.", + "public_commercial_use": false, + "recraft_id": "b14f95af-8e39-4892-8a87-68431e98366e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:47:07.085001Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72a0513d-7ad3-481a-b8bc-76c712d1b301", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat dances while drinking Coke", + "public_commercial_use": false, + "recraft_id": "8fee129d-74f9-45ff-8736-13c62e61326a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:51:26.353713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4496f77b-8f56-44b7-b83d-f536d7e95966", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, medium shot", + "public_commercial_use": false, + "recraft_id": "15335f5e-8f17-4a69-a78d-523ba22a47df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:23:25.673422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efb266fc-c843-4710-b7c7-17d53139b390", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black bird is staring at a burning flying butterfly with flames. there is a forest and a river, with many pink and white roses beside the river.", + "public_commercial_use": false, + "recraft_id": "cd1da645-73f1-44cb-8448-03d59b672709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T07:54:20.141968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9e48232-ee94-463b-a7e9-9fcfbaab32ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute West Highland dog with wings and bubbles on its head,wings", + "public_commercial_use": false, + "recraft_id": "2ed0f037-4b7f-4956-a59f-1d24b22f13fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:21:34.965161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42a962ba-a407-43af-ae9d-4498ba891543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks, seagulls, sailboats, and t'wo light-colored puppy playing on the beach, with 'DA JI' written in the sand", + "public_commercial_use": false, + "recraft_id": "de700420-2ab8-40bb-a6b6-bf7972d4f200", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:27.053768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dcd63ddc-6762-4a38-be28-dbc7cad71f4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A bald monk dancing in the snow, with a distant view of the burning Kinkaku-ji (Golden Pavilion) engulfed in flames, with fire spreading wildly from the temple, all set in a dimly lit environment during snowy weather.\"", + "public_commercial_use": false, + "recraft_id": "5959b2aa-b9f6-4e54-a136-661c8d5cdf00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:48:19.341759Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9f8051df-d7a1-469b-a213-4ec4c1943dc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small white chubby fox dog wearing a new Chinese dress, balloons, candles, a cake on the table, bubbles, happiness, fireworks outside the window Wangzai butterfly", + "public_commercial_use": false, + "recraft_id": "68d32aa0-1cd8-4564-a1c1-ebaf9b3b61c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:30:50.515541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4496b784-2f82-49e5-89e2-c143796f2af3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"miyo\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow.", + "public_commercial_use": false, + "recraft_id": "d97618a6-be62-4fde-bad8-4f35349ddb7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:07:50.325032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c670c33e-a6ae-4cd4-8398-00acdb0c0a65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big hellokitty cat wearing headphones holds a birthday cake with candles with the letters 'BETTY' on it.", + "public_commercial_use": false, + "recraft_id": "3fc6bd2c-d276-445b-9ac4-c6aa2d83dec7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:47:46.454178Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "f955424f-ed4c-466a-ab9a-aaa5b5ee3d57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small pastel purple stuffed bunny working on an old white computer in the snow.", + "public_commercial_use": false, + "recraft_id": "05f5a666-52bf-410a-89cf-d3e70e2eb871", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:38:46.005779Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b64338a4-f8dc-4ab1-862c-2deefb553092", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunrise, there is a Christmas tree hung with colorful lights on the sea. Otters, kittens and hedgehogs are holding hands and dancing happily around the Christmas tree", + "public_commercial_use": false, + "recraft_id": "557e3b9e-929a-4f6e-b157-05efc963fadf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:43:52.3487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4ff99d1-3138-4332-9669-59c355b6c9bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty photographed on a snowy day", + "public_commercial_use": false, + "recraft_id": "e5bbc134-bc23-48df-8ea3-e71a380554dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:25:58.433065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d237d06-e8ad-4abd-9e20-b9e55bd8c791", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat wrote Happy Birthday yosh next to the birthday cake.", + "public_commercial_use": false, + "recraft_id": "f3c56ebf-6a23-4e62-b583-d8a75e5a732a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:17:57.474571Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "7a6580f7-91ff-4b05-bedd-d76eaac315eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wearing Ming-made Hanfu in the Forbidden city ,wearing flowerpot bottom shoes, sunglasses,fans blocking the face,and snowing at night.", + "public_commercial_use": false, + "recraft_id": "4c626ec4-4962-49c1-9388-d22da8fea329", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:33:19.323488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d737680f-7916-458c-ba57-5c13662a6d64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big Hello Kitty on a pink beach holding a cake with 0320 written on it. there is a house on fire behind it.", + "public_commercial_use": false, + "recraft_id": "19e67394-ce56-42a9-bccf-66af8d7c647a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:49.922412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56259c5c-cfd6-4c88-9440-6b08df65e08a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy day envelopes the landscape in a hushed white stillness, while a raging fire consumes the golden brilliance of the iconic Kinkaku-ji temple. ", + "public_commercial_use": false, + "recraft_id": "f2dcb428-12df-4218-9f5e-d2864e7daadd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:27:57.927922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c0fd6cd-c0f8-44db-bda3-6388eace6913", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby panda sleeps on the moon, with yellow flowers and colorful stars", + "public_commercial_use": false, + "recraft_id": "ffa2e4f6-9f2b-4e39-9a89-f1026b9813e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:59:21.253888Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "990b46fb-c61d-4edf-bb5e-978256436a7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bear typing angrily in a clinic", + "public_commercial_use": false, + "recraft_id": "d902a1ee-9455-46d1-97c4-60a1021a8e0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:36:54.025642Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f6bf1217-2783-476b-934d-920bc1871e70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas and cat chooes dress", + "public_commercial_use": false, + "recraft_id": "3bc06eb8-3de9-43d0-85c4-086ef83db2ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:25.786119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae311036-d44a-4b12-b36a-4165c5391f39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, night, a kitten with wings", + "public_commercial_use": false, + "recraft_id": "d9944205-e355-4972-8bef-9bdfa481cd24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:47:51.952981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5eaee6fb-d47d-4f13-a063-0d17f4b5f965", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black horse runs in a foggy forest head to a castle in a far place at night.", + "public_commercial_use": false, + "recraft_id": "5097a946-621b-4b06-b4ce-cefd9696b3eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T05:00:03.995854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c172a36c-c958-4b77-805f-bf6ebe96027e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black French bulldog wearing pink clothes is skiing on a snowboard in the snow", + "public_commercial_use": false, + "recraft_id": "cece45d6-05ef-42cb-9d91-28c3a50f9130", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:53:23.047283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "203f66bf-6c4c-4424-9185-7ebc4023de67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with a scarf is near the fireplace", + "public_commercial_use": false, + "recraft_id": "9c108b4d-8833-499c-ad23-f1de4b9b0ad7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:45:13.065797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf9c8d4e-5e82-4970-920c-19a1bf0b8e46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black horse running in a foggy forest, high quality, 4k.", + "public_commercial_use": false, + "recraft_id": "528af31e-fcb4-4b5b-a7b0-0c4a67908a3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T08:12:26.013247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98f6e303-6399-4b15-996c-69b01fed7967", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beagle dog with sunglasses is playing with mahjong sitting on a chair and the mahjongs are pling like Great Wall", + "public_commercial_use": false, + "recraft_id": "d290853a-e8f7-4e84-8a04-ca5982d23247", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:10:20.906624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ce0c625-f927-475c-967d-3206328839c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cheese Love's Day Rustic Chalkboard Poster", + "public_commercial_use": false, + "recraft_id": "5700be9a-9c68-4096-b508-0567d99c9dca", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:06:43.338732Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b497a0e2-c9c0-428b-911c-c08186e37105", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "held a red circular plate with a large cake in the shape of a Christmas tree, half angled", + "public_commercial_use": false, + "recraft_id": "072d5595-a193-47bc-a55e-a0e859d054b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:52:23.528439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9f2a979-06df-469a-9eec-c7b9fec0acb0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white Bichon Frise puppy, snow night, aurora, butterfly, winter, bubbles", + "public_commercial_use": false, + "recraft_id": "37e0aa1d-7712-40ca-aa13-ba16139c1b53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T06:51:33.188513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d0b1693-b10d-41dd-85c0-b6f3e357dda8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse trims Christmas tree with chainsaw, Mickey is looking at the camera", + "public_commercial_use": false, + "recraft_id": "725551f5-9932-4bb5-87ae-19a042aac934", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:18:12.781058Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Felinae cat sleeps on a blue swimming ring", + "public_commercial_use": false, + "recraft_id": "80318351-be30-4f77-86df-bceab4de29b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:15:29.25766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1e82192-573a-4452-86c3-3fef31789b71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a spaceship parked in the snow in front of Kinkaku-ji, and the sky was still bleeding.", + "public_commercial_use": false, + "recraft_id": "89fbcc43-7b47-4f48-8060-89ee928abaf7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:58:12.82374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is lying on the keyboard, typing on the computer screen, wearing a frog headband, accompanied by a white little dog.", + "public_commercial_use": false, + "recraft_id": "9c74dcbe-02f8-4c22-a166-75476f695766", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:56:20.319107Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19e63695-3d95-477f-9613-3cc176814f72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tomatoe, bubbles, snow, amusement park, sunset", + "public_commercial_use": false, + "recraft_id": "fc43a342-29c3-46bb-92d3-3bf1d4fb68ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:41:46.153076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "702eb5ca-52d1-46bd-b518-c06948c45213", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white Bichon Frise puppy plays with butterflies in the snow against a backdrop of snowy pine trees and auroras", + "public_commercial_use": false, + "recraft_id": "c749af94-9a64-4ec0-be4b-bb01435cd4b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T02:51:51.194342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "845d5dc4-1c82-4266-b6a5-41a86aaca351", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a gray fat cat playing with a Christmas tree on the snow", + "public_commercial_use": false, + "recraft_id": "be3d5535-7249-4413-898e-361227532223", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:33:30.841943Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4a7b53c7-64e0-402c-aadc-0aa691118de0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some day I ' ll , I wanna wear a starry crown(man)", + "public_commercial_use": false, + "recraft_id": "fcbfae03-b99f-40c7-9b47-ea3fd99ce32d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:13:35.714472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd98db0f-168d-464a-b8d4-826b60434691", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the aurora, white Maltese dog with angel wings play in the snow, and the picture should include flowers, butterflies and starlight", + "public_commercial_use": false, + "recraft_id": "9b51bf7d-ee74-49c5-b4a4-02d6a300f58f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:35:27.542275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7114b958-537c-4470-9cc6-98e7d84d8223", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a rainy day, a vampire was in front of the Kazakh yurt.", + "public_commercial_use": false, + "recraft_id": "753b558b-5fcd-4f50-a1c1-99b2b194b88b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:27:57.927922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f9b6e09-6c12-444e-a5f7-01b8adbd7d11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby panda sleeps on the moon, with yellow flowers and colorful stars", + "public_commercial_use": false, + "recraft_id": "ffa2e4f6-9f2b-4e39-9a89-f1026b9813e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:34:49.076541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ff9eac6-9237-4c89-b652-37b1d0f3159d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten and a white kitten are watching fireworks in the snow.", + "public_commercial_use": false, + "recraft_id": "c7cdc742-055b-46fe-bac2-9e3571e34c55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:58:48.075316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "316d965d-f310-44ae-90bc-b9d7f93390a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat in white restaurant", + "public_commercial_use": false, + "recraft_id": "92bfb392-bb23-4f1f-adc4-01621265b21f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:43:25.570029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28d4b992-546b-4f25-8af3-ecbc4727f5b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy has the three letters ljn on the snowy ground.There is a Christmas tree on the snow.", + "public_commercial_use": false, + "recraft_id": "5b9ead33-2cdf-4ce0-b636-72bdd37832e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:20:55.439383Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "3e21ebf2-4026-47f1-b1bf-dc21b89bac39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Felinae cat work on a blue swimming ring", + "public_commercial_use": false, + "recraft_id": "047843ff-fa67-4a21-834b-53546bd3b472", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:47:14.494009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "932e058d-7368-4665-a332-e5bd14c411c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black horse runs in a foggy forest head to a castle in a far place.", + "public_commercial_use": false, + "recraft_id": "4100e0e8-1ede-4371-b90f-6d473a5ccd8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T06:10:24.050974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed4c5f8a-a019-4ac7-b8d7-f93d41b482de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beam of light hits the eyeball.", + "public_commercial_use": false, + "recraft_id": "ddb3a529-2d03-43cd-b1e6-ef18e76823b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T07:42:29.504244Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8a102890-98e9-4577-954e-6dff668bdeba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Forest Butterfly Bubble Sunset", + "public_commercial_use": false, + "recraft_id": "a56f1b80-d4ee-4f40-83a6-73a969e098b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:08:11.734505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3590228-d359-449e-85a4-a2cd26c47881", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sits next to the Christmas tree by the sea. WSY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "1757bf6a-6a5c-48fb-a7f4-b5907106d28e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:33.074744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc8dcede-09b8-44dc-8a23-87c768959719", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black frenchbull dog is driving a vintage car in hangzhou with paws on steering wheel ", + "public_commercial_use": false, + "recraft_id": "c09fac9c-be18-40d9-ab9b-c2c221f646c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:04:25.484765Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "17227312-4a99-4ba2-9678-1c00c92dd890", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Delightful Cheese Love's Day Celebration Artwork", + "public_commercial_use": false, + "recraft_id": "dbf109ff-3180-41b4-9713-4c311afd7cdf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:09:47.684675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a7e7913-4e46-426b-ba65-7876d4fe1ca4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beagle dog wearing black sunglasses, graduation ceremony, computer, Ireland green and orange", + "public_commercial_use": false, + "recraft_id": "de40e85b-24f5-451c-ba5c-f3ef390a0bc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:54:36.351316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20e50744-e2df-4b1e-a220-8f73460f6423", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A helloKitty is having afternoon tea while the house is on fire", + "public_commercial_use": false, + "recraft_id": "c68099d0-c2b7-4d39-a8d1-bac7ee3c3ccf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:32:24.374897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "661a4f83-6435-4ddf-ae84-9852ebdf3e29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat is on the snow with a computer in front of it and wearing a punk collar with rivets around its neck and scattered silver five-pointed stars next to it, blue and white tones", + "public_commercial_use": false, + "recraft_id": "19874846-79e4-41e7-934d-e6c28bb0dc08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:11:01.216331Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bff08a2c-a3e8-4491-8b1f-8ea6917b045a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Stitch is using a computer in the office", + "public_commercial_use": false, + "recraft_id": "4df66769-f075-4f48-8921-cbd8f9475d3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:27.13282Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3af15fed-c1d8-4c43-ac4b-9c03bba79e5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog and cat ,snowing day ", + "public_commercial_use": false, + "recraft_id": "73ab4c7f-e6ea-4c77-81c1-eda62ea16354", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:37:44.977853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1db9ad2-0405-40e7-a74a-664011a2e661", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lamb working at a computer.", + "public_commercial_use": false, + "recraft_id": "8ed33465-8e24-4984-8687-e0363251de8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:10:45.858931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "361f9e58-dc44-463b-bdae-1e936e13f23e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blackandwrite cat is in the snow and footprints in the snow spell out.There is a Christmas tree next to it. On the snow is written 'PAN'", + "public_commercial_use": false, + "recraft_id": "4d03afa3-86a5-4c83-93ed-e3226a9daf22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:00:35.483602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1fe0c6ed-1909-4be1-a2ca-184746e1fd03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black horse is eating potato chips on a yellow carpet while it's snowing.", + "public_commercial_use": false, + "recraft_id": "9dd8e1d5-9ab5-48b4-acb3-064fd2c89362", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:44:26.748705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7c05dc5-e090-4658-a5a6-c384550dd683", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black horse running in a forest", + "public_commercial_use": false, + "recraft_id": "8e4d4140-5d23-4da4-855f-fbc7aa6eacc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T08:09:51.764262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df0e0321-279d-4e15-92e4-ff71d3b72260", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black cat wears a frog headgover and squats on the outdoor snow, with the word STARDUST on it.", + "public_commercial_use": false, + "recraft_id": "e781f415-5da2-4454-ac35-590306f82e03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:54:32.053035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d5916a9-feb8-4aeb-bee2-74b6c07fd875", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat catching stars .", + "public_commercial_use": false, + "recraft_id": "ba1ce5de-e1c6-47dc-b8d6-d936de467271", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:16:13.008664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "261a7f11-64aa-4090-85d9-5757588d965b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a gray kitten with sunglasses, driving a convertible, wearing a Santa hat, bold colors, on the snow, retro vibe", + "public_commercial_use": false, + "recraft_id": "ae5b78ae-bf0a-4592-9e01-74c2f2fef7f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:59.971738Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5153e62e-9a73-40ac-a51f-e35d83fee1fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty kyoto smoke", + "public_commercial_use": false, + "recraft_id": "cdf1e096-3ab8-4196-aa15-1f9205b219bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:00:12.763231Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f81f066e-c7e8-475f-a1f6-11f51ae5a7a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens jumping in the snow with snowflakes falling.", + "public_commercial_use": false, + "recraft_id": "7ffbadc3-1a37-4b3b-8fa9-753f9217156a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:09:09.863802Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfdfc7b7-9634-4459-96ec-c4e33118cfeb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Quokka and Gecko celebrate xmas together.", + "public_commercial_use": false, + "recraft_id": "84eac7ec-b526-4247-8a80-976a3b20cb97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:53:28.047791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fab21429-a13b-4179-8b62-99e46bb33d50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White kitten wearing a Christmas hat in the snow in winter with a purple sunset in the background", + "public_commercial_use": false, + "recraft_id": "8589f1e3-625d-40c9-875c-5b911af6436b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:10:19.40361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white kitten and a light khaki-colored cute puppy are playing in the snow, creating a dreamy and warm atmosphere.", + "public_commercial_use": false, + "recraft_id": "93146032-566d-4334-b377-bc84d869c65a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:08:41.154336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two light-colored puppies, Yorkshire, are playing on the beach in the snow. \"DA JI\" is written on the snow. There is a sailboat on the beach in the distance.", + "public_commercial_use": false, + "recraft_id": "b80c791e-c466-47fc-9692-359b3c51a6d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:09:43.792805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ca40f29-7a88-491c-b874-fb4fd498573a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Corgi with dark glasses jumps in the sky, looking at the snow-capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "997685d8-bfe6-431f-aaf5-0b076ca344d4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:56:26.340739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13890a0a-89f2-47b7-a776-dd781a060a76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A loaf of Christmas dried fruit pound cake on a woodern table, cozy christmas vibe with a vintage candle holder, ", + "public_commercial_use": false, + "recraft_id": "21bbda36-38b8-4b41-a78f-eaf863d89e59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:05:15.404217Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small two-color Corgi with a black windshield is sitting on a hot air balloon in the sky, looking at the snow-capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "1c2975c0-eb06-442e-89ae-4526f9e263cf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:03:40.890674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f55595f-bdf3-4ac9-b9a0-12abc47c60a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Maltese dog with wings playing in the snow under the aurora, flowers, butterflies", + "public_commercial_use": false, + "recraft_id": "7c7a2074-b553-4305-9766-750993d2d349", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:03:21.297405Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0d10ffd-312b-439c-8c4a-c5b55e28a980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty plays the guitar in the snow", + "public_commercial_use": false, + "recraft_id": "68b8e943-2de4-418a-8f89-25bf35d02d98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:03:50.330706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "134218e4-9021-483b-9ecc-460a62f8a8f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A men with a dog head instead of a human head, wearing a cap and white sneakers, standing against a street wall", + "public_commercial_use": false, + "recraft_id": "20d9480d-10b0-4952-818d-e9a3a0d02bdc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T08:01:18.792847Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "d99a54dc-424a-4bcb-8bb0-39b8b219a0e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute little pig and a cute little blue whale watch fireworks together in the snow.", + "public_commercial_use": false, + "recraft_id": "84b2ed71-c6dc-4fe2-bf59-081efdad6a70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:13:13.571013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5109f223-bdc4-41bb-a62e-743d52ac25b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty watching fireworks on the beach", + "public_commercial_use": false, + "recraft_id": "fec3ebec-f619-43de-a668-e698c382871a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:58.50899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08484a4a-4b82-4924-bca5-9980e531abc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dog with scraf in snow", + "public_commercial_use": false, + "recraft_id": "af6ec37c-5025-41a2-b19e-ac3226d8e27b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:15.575258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "355812e7-a699-4021-adbf-588486dd1b85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Samoyed and a small golden retriever are sitting in the snow with a Christmas tree behind them. The sky is blue-green aurora, and fireworks are set off", + "public_commercial_use": false, + "recraft_id": "3ba312f2-aa2d-442d-9ae1-5869956e9369", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:54:27.21121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The merry-go-round is flying in the sky, and people are setting off fireworks on the ground.The moon is shining", + "public_commercial_use": false, + "recraft_id": "1fdabc06-599e-4470-921a-f8a01c5dcd04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:05:11.953134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0d298ca-fde5-48c2-b9c0-f7922c6c573c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out \"DAY & ZY.\" The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "4f1d2883-60f1-4704-8050-93257c6018bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:21:36.45309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8166fc9-142b-4cb6-86ae-93ca9c334ae7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "The golden wheat fields stretch out, and in the distance are green woods. There is a 3D-shaped cloud in the light blue sky.", + "public_commercial_use": false, + "recraft_id": "38e4ca8a-ce05-4c46-b428-b7d6a64b0e60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T07:55:05.98879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b92db38-170c-41c3-b2b4-aa1a4127962e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with a scarf is near the fire", + "public_commercial_use": false, + "recraft_id": "363ecc70-8339-4f5e-a750-039f1f6fcb49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:16:26.855706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat were kissing, the starry night was overhead, and the weekend was foam of color", + "public_commercial_use": false, + "recraft_id": "e5ce03e0-2f3a-46b7-bab8-f110858c8948", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:55:28.467887Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ebd46471-5ec2-4122-b6ae-b49752f62c05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There was a tall Christmas tree in the snow.It says sinnyu in the snow.There were stars scattered by, and a hand caught one of them.", + "public_commercial_use": false, + "recraft_id": "3d44ebd7-c4e5-4bf2-996b-07509cc270ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:52:12.802311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4120baaf-3210-43f0-a60a-e165af8961b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Using the same hue, create a close-up of the fruit bowl in this photo.There's no one in the picture just a close-up of the fruit bowl. The dishes were placed on the bed, and the sheets were blue and black striped. The apple on the plate was sliced and there was a small fork beside it", + "public_commercial_use": false, + "recraft_id": "06d1548d-2b55-4957-a69a-bd66534cd943", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T03:01:55.20832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00cf9930-9120-4c10-998c-e6f5b1fc403a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu aside in the tall grass countryside. long distant view.", + "public_commercial_use": false, + "recraft_id": "f4548f54-d090-4155-a2a2-fa0fe3e3916c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T08:05:39.44388Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "61d5658c-ade5-4a3f-a3c1-5ae118af6974", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens playing discs in the snowy outdoors with snowflakes falling down", + "public_commercial_use": false, + "recraft_id": "ed18c0f9-4afe-4ba7-9cd8-49a6457ce308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:27:21.749703Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black French bulldog wearing red clothes and a littleblack cat are skiing in the snow together", + "public_commercial_use": false, + "recraft_id": "ddaeaf49-fb83-4f71-ae28-141d59d6f3e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:37:30.111959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9aa86881-5b76-4bfa-adcd-713d9683625a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy days, aurora.With butterfly wingsWest highland dog", + "public_commercial_use": false, + "recraft_id": "0a77b7e9-743b-485c-9540-781550fb9f09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:02:43.88306Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2183f137-3921-4830-8ef1-e3e9b150a272", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Generate a close-up image of a black rectangular deep, wall-leaning trash can in the room, containing discarded brushes and paint boxes and rolled up painting paper", + "public_commercial_use": false, + "recraft_id": "e929717d-1faf-4ce9-b7fa-30a8cc39ec2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T08:07:56.404968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54302a7a-58e9-479b-b0b4-6f66e555a7e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Doraemon doll and a panda are sitting in a car. ", + "public_commercial_use": false, + "recraft_id": "76d07f6c-d7d1-4328-921a-6c13d3c492d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:44:27.711919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b302c815-fc3c-42cd-b270-22bb99ae12ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat working in front the desk, working on a computer, glittering star falling around it, butterfly wings", + "public_commercial_use": false, + "recraft_id": "df0c5394-4efa-4ccc-be50-28298d1b4173", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:15:44.636719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23bf1691-b64d-40b0-9b1d-0ac66712116a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat, wearing blue butterfly wings, sat in the snow, with trees in the distance and glowing bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "7b95b9d7-ba43-4ba1-b47e-58ac9794142a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:17:12.227582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0caafbd2-691b-4eb2-9446-e6ce3ab6765d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat sat in the snow with blue butterfly wings, trees in the distance, and glowing bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "2b3d61c6-e418-407c-b6c5-ec8ed8350aaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:42.673069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier+making snowman", + "public_commercial_use": false, + "recraft_id": "f0255118-41b7-40b8-b4ef-125549b8108c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:07:26.511648Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e75f513f-1a55-42ff-a407-6911357169a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene covered with snow at night. The huge Christmas tree is piled with gifts and shining. There are two Asians in the foreground. One is wearing a suit and the other is wearing a dress. In front of them, there is a decorative lettering spelling \"NRQ&GX\".", + "public_commercial_use": false, + "recraft_id": "056d75c4-0dbb-4c7a-a86e-7ce7072d4d1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:42:09.304149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59fb594d-2efb-40b3-87d7-cb2973c3a9ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree", + "public_commercial_use": false, + "recraft_id": "50837963-ff9a-41e1-b9e0-9619a35642f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:46:48.87893Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f960c716-5a29-4420-9d5b-635484399603", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu in the tall grass countryside", + "public_commercial_use": false, + "recraft_id": "4b58ea9a-5778-43b2-bedc-9c7c9692d714", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:38:47.715265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fe9f779-e8b5-443b-a5be-862ea0170600", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a snowman in snowy weather", + "public_commercial_use": false, + "recraft_id": "6523a0ab-db54-4473-b9e8-43cae7ceb3ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:12.658553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16ed0676-e6df-45c5-bf50-238c5b903928", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat has traces of cat's claws on the snow.Yuki is written on the snow.", + "public_commercial_use": false, + "recraft_id": "64788d03-81c2-4635-be32-22bfaeb55135", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:32:34.069561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db75ab1c-12fa-4ee9-908f-df52ecd5fc5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby panda swings on a yellow swing in the green forest", + "public_commercial_use": false, + "recraft_id": "2cbfbb63-8a78-46d0-96a3-4348a46c5365", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:05:45.947254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Velvet, ballet, pearl, bathtub, raspberry, indoor", + "public_commercial_use": false, + "recraft_id": "0b7d4712-9ebc-4e20-a3c1-9a350b004610", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:30:38.884009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is chasing a white cat in the snow. The sky is blue, A circular star orbit.", + "public_commercial_use": false, + "recraft_id": "256fdc0c-7e86-4c73-9e01-1e241babca75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:41:44.132336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "878c2da6-1a16-4e89-9990-481b6d0fd39b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dachshund shooting a laptop with ak47 ", + "public_commercial_use": false, + "recraft_id": "d66337bd-6811-4e22-8d2d-dd2bc8dd4a5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:57:15.781794Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2d5a2091-ad76-442b-afaa-b1376c470dea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "2c9e6730-6bf4-485f-8312-4327bd621156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:52.151501Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ef691945-45c7-4c88-a24d-75da38989b45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rose grows on a barren asteroid.The scene is outer space.", + "public_commercial_use": false, + "recraft_id": "c7334bac-32b4-40e8-9834-dd6917435923", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:02:32.769253Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "35ce9fed-125d-4a8c-97d0-750cc777f2d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat gazes at the night sky from an interior car, its head tilted to one side, looking up through the interior car window to the visible stars and night sky. This scene captures a wonderful moment of nature's beauty.", + "public_commercial_use": false, + "recraft_id": "463d8e6a-5083-4994-ace5-c66f4f8225b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:04:44.206234Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c02465c-bc8d-4ede-8601-288031259d55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "coast A hellokitty sits in the snow with txl written on it Small fireworks in the distance The Christmas tree covered with ornaments ", + "public_commercial_use": false, + "recraft_id": "57225c46-325a-45c3-a039-21284d159c82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:07:51.854825Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens playing DJ in the snowy outdoors with snowflakes falling in the evening blues hour", + "public_commercial_use": false, + "recraft_id": "d8d5f8a6-3505-4d4e-a149-710ae52c8d4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:15:37.822953Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "e5abcf5e-ab3b-4353-bb62-ff4b063650d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat sleeps on a swimming ring", + "public_commercial_use": false, + "recraft_id": "06dd0345-4639-439b-9c9e-62df5c162057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:38:46.005779Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1971dbb-6e89-4241-80cd-db8fb3fe161c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunrise, there is a Christmas tree hung with colorful lights on the sea. Otters, kittens and hedgehogs are holding hands and dancing happily around the Christmas tree", + "public_commercial_use": false, + "recraft_id": "557e3b9e-929a-4f6e-b157-05efc963fadf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:10:21.834493Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "95089a59-9377-41fc-aba7-ec074e258fc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white cat wears angel wings and a white cat wears a pink agate beaded necklace. The white cat and a black cat with demon wings were next to each other, and the black cat wore a red agate beaded necklace.", + "public_commercial_use": false, + "recraft_id": "ea33140d-649c-4280-b17b-5e31af7636a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:26:51.467816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c029ddb3-57ff-4c5f-bde8-80a2fdc89b24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black French bulldog wearing red clothes with a black cat are skiing in the snow together", + "public_commercial_use": false, + "recraft_id": "78744d4d-4d98-4d9d-b052-a17c3cec85eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:10:03.865286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f915360d-babf-4f61-85a8-39b6ff72a024", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A shark torpedoes a fishing boat with a fishing guy on board", + "public_commercial_use": false, + "recraft_id": "9d3a6a0a-af2c-4065-8095-81a2022b534e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:33:05.815403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12aa7d96-b352-4e3f-afb6-db2a5e71edc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with green eyes and wings, a crow, flames,", + "public_commercial_use": false, + "recraft_id": "1a2a401f-ab7b-4985-b85a-216023fee67b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:08:29.193836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e76e6b4-7670-4f96-9685-374c70b5250e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rhino ", + "public_commercial_use": false, + "recraft_id": "961fbb94-3b7d-41d4-b0b6-b18dd6999f17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:31:19.445547Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6561d245-5718-4b32-b18d-f6333a29d190", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll is skiing", + "public_commercial_use": false, + "recraft_id": "af2559b7-0e96-4f92-ac44-01ab9e2ce5c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:40:24.281649Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f586b107-3d12-4c1a-badd-c288f14c37c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A balck frenchbull dog with a white flash pattern on forehead through nose wearing glasses wrapped in a green blanket works with a laptop", + "public_commercial_use": false, + "recraft_id": "64ce2cc5-e985-4162-b9f6-1768e9f4eea8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:52:13.253666Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f38d25f8-8938-4067-8cc0-d60849b8bdf5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat with red ribbon and a brown cat acting intimately (the tortoiseshell cat is smaller and with longer hair)", + "public_commercial_use": false, + "recraft_id": "5993bd90-bff3-4e58-9ce7-f12a3d59136b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:55:31.854652Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47c5e31f-0674-4500-94e7-ccb4d6380e17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat mascot holding a star in its hands.", + "public_commercial_use": false, + "recraft_id": "17c78ecb-318c-4527-9d93-2840942e1c05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:15:25.91656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27b72866-9b09-4412-bec6-c13c87e7c168", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty is drinking wine in cozy cube messy room. hold a computer and wear a sunglasses", + "public_commercial_use": false, + "recraft_id": "1ce13953-7ff6-4169-9b1a-a29785e3ad28", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:03:54.445891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "435e58ad-d553-43ea-9647-a9ad2f38ae08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy ground, a small cute cat is holding a bass. With Christmas elements.", + "public_commercial_use": false, + "recraft_id": "9fd68550-41d5-4ead-aa07-2fd00553f604", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:56:46.353424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "098e453d-24b8-4b55-9db2-bd5fe3b02b01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow blocks the mountains, pigeons get lost, and the old Taoist priest talks incessantly", + "public_commercial_use": false, + "recraft_id": "86de2e16-c3be-434e-89e2-be4ef8bb3284", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T07:58:14.266287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fffb80de-cfd8-41d5-95db-404e878dd5c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The heavy snow blocks the mountain, the old Taoist with a calm face, and the lost pigeon", + "public_commercial_use": false, + "recraft_id": "b611304f-b918-4569-807c-246fc00b85da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T08:05:37.932471Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88350128-a074-433a-acd0-abe1eafcc48e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cozy room with a large glass on which sinnyu is written", + "public_commercial_use": false, + "recraft_id": "e4b88b9e-22d5-4ad2-97e4-0de5ca6ab847", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:37:27.302185Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Birds flying in the sea", + "public_commercial_use": false, + "recraft_id": "ae507c0f-43fe-4f6b-90d9-218a94530067", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:33:23.863311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3793d236-8a40-4d93-8d99-e35429c1d47d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A British Shorthair cat with wings is playing in the forest. Stars ", + "public_commercial_use": false, + "recraft_id": "99b80def-a26b-475c-b048-66bb7f04e915", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:37:47.809108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bcd49b33-f13b-4d53-a35b-fb73569449c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A carrot watching a volcano erupt.", + "public_commercial_use": false, + "recraft_id": "9c242282-ad1e-4406-b1f6-3d522669c715", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:27:00.469452Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e148d041-6b0d-4c2f-936d-c039aee20a35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Forest snowing", + "public_commercial_use": false, + "recraft_id": "1a7c3cbc-4b67-47a8-a2c5-0c777e8e89ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:47:58.291275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d18883c3-143c-431f-a29e-10c8a54391eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a burning house ", + "public_commercial_use": false, + "recraft_id": "6ae63d0c-f1c8-4dc5-ba92-197149f2a6f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:58:32.243334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5cc55ce-5858-4981-8252-79a72471b832", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A adorable puppy is beside a snowman. ", + "public_commercial_use": false, + "recraft_id": "5e0dbf31-cded-4549-a676-927823b45ce8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:32:40.258585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10c7a70c-4a68-4d5f-bd86-53c24c54f08a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white rabbit sits drinking coffee behind a burning house", + "public_commercial_use": false, + "recraft_id": "aedeb30a-9f2d-476e-b19b-57ee3e5541e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:34:45.860003Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d280ca5d-3b10-41e8-8e38-ec07dfcd976f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The left side of the cat's face is white, the right side is black, and the nose has black spots", + "public_commercial_use": false, + "recraft_id": "a8b8b299-bd96-4d0f-8bf6-92608204063b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:02:48.985261Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5803fdb4-cd75-4427-a473-eced08919b31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stepped on the sewing machine to make clothes in the pink studio. The sewing machine is so busy that it is smoking.", + "public_commercial_use": false, + "recraft_id": "d066e467-f0ab-4347-bdb7-8e5d07f70877", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:19:27.711181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65eec997-d553-4dfe-b9e4-f0a93752730c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bear with wings, see a spaghetti factory explosion", + "public_commercial_use": false, + "recraft_id": "151be088-0d0d-4ca5-8cb9-362c52c17811", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:58:55.607445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06b16e3a-0b7d-40be-ab75-6ea354d72211", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, in the distance, on one side, there is a blue thunderstorm of snow-covered mountains, which seems to be filled with giants, while on the other side, the sunset is especially red and diffuse.", + "public_commercial_use": false, + "recraft_id": "de60f6d8-5392-4369-8601-08a7da0c7d07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:55:58.745354Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1287864-0d0c-45a6-8385-a3b3b0ef2ca5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a portal for medical waste, and embedded medical monitors displaying vital signs. EVERY edge of the room is round. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall", + "public_commercial_use": false, + "recraft_id": "6b3bc14e-1676-4f14-b1c8-9436a5149fdb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T01:46:17.184874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1071a3ee-6583-43be-857f-046a8783db70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog runs in the snow in the sun. The three letters HJY are shown on the snow.", + "public_commercial_use": false, + "recraft_id": "efc5de9b-d0cc-43bf-a977-d83ee081f68f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:48:38.388897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f7031f2-fc7e-48ab-9c1d-1a7982a390b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten with invisible wings under the Christmas Angel lights in Regent Street, London", + "public_commercial_use": false, + "recraft_id": "f5850eeb-7b35-46d1-b5a3-2c79255b7d5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:47:54.221465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e61c426a-e90a-401a-b6b4-6a92ebc4c4da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rabbit with a big carrot, a chicken with big wheat. they stand in front of a red curtain on stage ", + "public_commercial_use": false, + "recraft_id": "dcd51d5e-2521-44ee-ab0e-82b402aff471", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:49:09.699909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06d301d3-d695-4b23-a35a-2b5040ff6404", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Baby penguins soak in a hot spring in the crater of Mt. Fuji", + "public_commercial_use": false, + "recraft_id": "2a0aad19-22fe-4207-9857-826e433ef2ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:29:22.781323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e51bd192-f6b1-4d63-8250-37814dab73d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It say zkx in the snow,there's a Steady playing a guitar", + "public_commercial_use": false, + "recraft_id": "cc394efe-b7ef-4f49-a39f-fcd71f4bdb73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:30:17.321812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90ebef8a-5985-427d-9183-6e1f0cf41ed7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "two happy hellokitty wedding in the snow night", + "public_commercial_use": false, + "recraft_id": "f32115a1-3a56-49d2-9d9e-4b32f0a9c1fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:11:33.21091Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cfb5984a-1a31-4289-8048-a46f1db0d88f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A double layered strawberry cake with candles in the shape of \"22\" and the words \"QOSHTOO\" written on it The cake is placed on the snow with a forest background", + "public_commercial_use": false, + "recraft_id": "78ad0b30-9bf5-4bd2-ba13-6a47aa0d743c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:11:22.442772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "176a3358-f50a-4c12-9f8f-ecfaa507b2e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Everything", + "public_commercial_use": false, + "recraft_id": "948221af-0251-4744-a0a5-91031df3da5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:10:35.356809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76d9d006-2633-4995-b38e-f10e0201e9f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Heterochromatic pupil and Border collie and black great dane (great dane's bodily form bigger than the border collie)wear a blue muffler together and stay in snow field in A gradually changing sky with sparkle stars", + "public_commercial_use": false, + "recraft_id": "fb4df995-3758-496e-a7f4-90ecd8982461", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:44:12.415936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d795082-c321-4a7c-ae28-817531e3b45c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the field, kittens, sunny, yellow", + "public_commercial_use": false, + "recraft_id": "c939bce1-e710-4682-861f-c70f50c55e31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:20:29.703386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31c71be5-94fd-4e15-84c9-38db6d6b90dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance, there is a pink sky with the effect of light particles, traces of cat claws on the snow, beautiful glowing Christmas trees with bells and small pomegranates, pink butterflies on the snow, and a ribbon cake with the words \"Esther 1218\" written on it", + "public_commercial_use": false, + "recraft_id": "979a394c-bca8-4d2a-a796-4b8176d8a9bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:56:57.53606Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f8c1d32b-b3fc-4dac-83dc-ca828a68e62f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the winter at dusk, beside the Christmas tree, a cute little dog holds a sign that says' Happy Birthday ', Yuki. ' Be Joyful' is written in the snow", + "public_commercial_use": false, + "recraft_id": "2de7c408-6211-4e1f-a886-d5f2d3c14d25", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:10:58.158594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Coffee colored chubby Teddy Bear Poodle in the snow", + "public_commercial_use": false, + "recraft_id": "db695331-f381-48d8-9cab-b615b8ff5677", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:13:39.424161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8f0d982-f3ab-40f6-befa-c64b844cadf2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I've heard the echoes of the sky, the rain watering the lonely mountain ranges.", + "public_commercial_use": false, + "recraft_id": "1f582d7e-225a-4cef-87e4-ca62670d5c72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:20:24.101721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae00aa25-7ace-4395-b668-814a9d5f99fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "From the eyes grew trees covered with blue blossoms, and blue glowing butterflies flitted by the side. ", + "public_commercial_use": false, + "recraft_id": "9e46a812-e217-4186-896f-4fd947011fbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:26:02.283509Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fecde220-d495-41a8-880a-12ef60440d1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I sat in a room filled with toys eating", + "public_commercial_use": false, + "recraft_id": "d330c7c7-805d-4998-bfe7-20cdae9e012f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:14:09.330046Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "141f5a93-1277-4552-9c1b-6e7bbb6a5979", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kanye west is standing in the middle of a wheat field", + "public_commercial_use": false, + "recraft_id": "c2be796d-9ea5-4dbc-aaa5-a236bf7f7549", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:50:02.578422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2608692-44e4-4ff4-b9c0-346562439bb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat wrapped in a bandage sits in the classroom ,review the maths. It held a textbook and a computer, a cup of coffee to drink.", + "public_commercial_use": false, + "recraft_id": "1f31f8a1-fec7-4a3d-984c-e007700aea44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:56:14.908993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "544c9245-4f1a-4fab-8f87-3e1f18d18309", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christamas tree inside the snow with snowmen dancing around it", + "public_commercial_use": false, + "recraft_id": "ecd65871-c5db-4c26-9867-76b09edb47ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:23:25.02004Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "2ec55694-eb14-41b7-a34c-722d5d95aef6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HalloKitty is wearing a yukata at the fireworks display", + "public_commercial_use": false, + "recraft_id": "1272fa60-e13f-44d6-9ab7-c13de3faf868", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:28:33.979054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5e4ff7a-c3c6-4833-89e6-5257c680f649", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dachshund puppy and a little orange kitten, fireworks,bubble", + "public_commercial_use": false, + "recraft_id": "cd82725f-d7ee-49b0-b70b-ff6a68204fc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T05:34:49.81714Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37f7e0b5-6ede-4a98-8791-849efd41a1dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big hello Kitty doll wearing Buddha beads, sitting at a desk with a burning laptop on it", + "public_commercial_use": false, + "recraft_id": "b1487d1d-7953-4fd7-9fbb-e3c18ccbe04f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:27:07.462824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fc02374-5fc9-4bd7-8f5c-ed74b9c59844", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitten is playing in the snow.", + "public_commercial_use": false, + "recraft_id": "67ae60bd-1c9c-4d80-9ca0-0b4826cdce1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:22:02.671711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c90fd661-2164-4456-a4fc-04a3e5270bbf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wearing black Tibetan clothing on the grassland covered with dense grass, without a hat, facing the camera side, the figure as a whole accounts for one third of the entire picture, and the camera is shot from the top down", + "public_commercial_use": false, + "recraft_id": "be835c3f-cdb8-40b0-903c-cee715c18901", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:39:25.30387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "823b4791-7986-4c5b-99d0-be50448b0ee9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mayday is singing on stage, and Axin is holding a sign with the Chinese word 'sanqian' written on it", + "public_commercial_use": false, + "recraft_id": "7faae7bf-4003-446c-a3bb-2d356649d3d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:48:51.162595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene, a cute Hello Kitty sitting in the snow with zmy written on the ground, showcasing an exciting night view with fireworks and sunset, creating a very warm feeling", + "public_commercial_use": false, + "recraft_id": "d39902e8-9e57-41d3-ba85-397292fc2d58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:23:54.694319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f5f328e-d413-4823-9d7f-9eb6232c8094", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Rilakkuma, wearing a scarf, standing in the snow with the name \"HAECHAN\" written on it, in the peaceful forest", + "public_commercial_use": false, + "recraft_id": "8d23c595-9513-4969-868b-284e80d9ff67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:47:18.493619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "791e1edb-39df-4dcd-b4af-cd674f09efaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dream core, sun room, plants, room full of flowers, dreamy light, white gauze", + "public_commercial_use": false, + "recraft_id": "2e39f72c-792b-4676-87c7-f4c019589630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:39:53.930773Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f8889b01-be5e-44ff-b144-9595696602c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora snow field, Christmas atmosphere, with Eric and Anna's names", + "public_commercial_use": false, + "recraft_id": "7ed698d9-eb1b-4c89-8dd4-415bfdbb9941", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:13:32.183846Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4d51690-cff5-4175-beab-8a90d6704e0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Flower bouquet that explodes like firework", + "public_commercial_use": false, + "recraft_id": "a865d7bd-2895-453a-b40f-4ed0756a709a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:45:51.505041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dreamland, Shiba Inu, lover, seaside", + "public_commercial_use": false, + "recraft_id": "9812cfbc-4820-445a-aaba-d67097762137", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:22:59.682473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "black and white rabbit driving car", + "public_commercial_use": false, + "recraft_id": "86fc90e7-7ac7-4545-b456-b54b10a77a0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:59:45.614796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7b8be2a-1278-49d7-876b-1b13b7a31496", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "English sheep dog(ears, feets and paws are grey, other part of body are white), playing hockey, canada flag", + "public_commercial_use": false, + "recraft_id": "58437933-a0ef-4b82-bab1-950da51e01f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:11:23.435546Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89765409-6772-4b20-b193-e2a687cbe439", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A fluffy gray-and-white kitten is sitting at a desk, focused on using a MacBook. It wears black-framed glasses, looking both smart and adorable. Its little paws gently touch the keyboard, as if it is working intently on the computer. The desk is scattered with some papers and stationery.", + "public_commercial_use": false, + "recraft_id": "2e787749-1e5c-4aaa-b72b-a90514e950ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:09:35.419538Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8484855b-21a6-40db-9e0d-863ab5c9f8ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an antique telephone with broken telephone line", + "public_commercial_use": false, + "recraft_id": "7a8ed1a3-9f89-4bc1-aa09-d9c42b4e7e96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:43:31.926489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a48b91fe-8fbe-4849-bb57-087cd7284896", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is standing by the window, holding a cake with candles, featuring a \"10.11\" numerical design on top, and snow-capped mountains are visible outside the window.", + "public_commercial_use": false, + "recraft_id": "4fb1b81c-d50c-4e9f-9568-e625e32660cc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:35:00.014324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8cfa1699-58f5-45e8-9b69-6180b57807d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " cerebrating a cake with pinky candle call \"muabomb\"", + "public_commercial_use": false, + "recraft_id": "32c710ae-69e9-4246-97ce-70fd8ae12fd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:20:21.235809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "489efc6d-153f-4ca4-9570-06c0f31aa0fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white West Highland White Terrier carrying a pair of small butterflies in the snow", + "public_commercial_use": false, + "recraft_id": "0f49a606-68cb-4608-b910-5f0a2dfe6c0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:27:33.923979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2259df40-4632-4759-b477-4039a1e6fc23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A real white lamb with dark glasses is sipping coffee in front of a mountain of dirty dishes", + "public_commercial_use": false, + "recraft_id": "303718f5-c9ee-41f0-839f-393c7459e1cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:18:32.95085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7aa7d10-2a79-4afe-a175-850e2d97c701", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I'm watching the sea by Mount Fuji", + "public_commercial_use": false, + "recraft_id": "ee041a44-b7ca-4d6e-a140-d9c4f60bf9ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T08:17:10.565878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1dfb2585-63a1-4d66-8aaa-3fba44580702", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitty licks milk and quokka wears xmas hat", + "public_commercial_use": false, + "recraft_id": "42add9b2-3445-40bf-b9a5-0f85c21fc39d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:56:49.302315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e570bc91-613b-4259-afc6-d07009d723e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "iceland aurora lvy&kaine written in the snow", + "public_commercial_use": false, + "recraft_id": "7aa4edfa-3184-4c60-9f40-907ad4b92330", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:56:16.369563Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e6e8e6fc-330d-43fa-b0c7-1bdf2565119b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon in TOKYO street", + "public_commercial_use": false, + "recraft_id": "28b99c8d-b206-47f2-9be8-19afd11b5c2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:56:38.372879Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "850f2049-23bb-48f7-8f89-06aa1be925cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It was in the afternoon. The setting sun was shining on Mount Fuji and the clouds, looking really beautiful in an orange hue. In the middle was a lake with glistening waves under the sunlight of the setting sun. cherry blossom tree, ", + "public_commercial_use": false, + "recraft_id": "50134a66-9886-4f45-b88f-467381466a2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:57:52.151501Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2e158028-dfa0-4212-8a0a-cb0c7fa940e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rose grows on a barren asteroid.The scene is outer space.", + "public_commercial_use": false, + "recraft_id": "c7334bac-32b4-40e8-9834-dd6917435923", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:05:30.16081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40e957bb-02d7-4973-a985-383fc59047fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fushimi Inari Taisha", + "public_commercial_use": false, + "recraft_id": "816fdefd-31b5-49fb-a713-db355c14b18d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:19:30.028502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0020e78c-6252-4332-8909-881091b0f947", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bunch of supplements in a park, green tones", + "public_commercial_use": false, + "recraft_id": "d94a8d1e-00ea-4be8-a91a-00bd35f68bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:43:12.732786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a32355fc-ed83-473c-be0d-8aeccf79f9a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a Japanese style house, there is a square fish tank with many fish inside", + "public_commercial_use": false, + "recraft_id": "ff1848f6-2bf9-45cf-b8bc-101173a76cef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:15:34.753804Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aa059ec8-f256-419e-8778-bdefe67d1ef7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "d1c748d3-5068-4417-bf6c-a7a2561dc0fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:17:24.58557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c08bf7a-84c5-4432-8698-667b7fcdb1ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Jordan, the flying man under Mount Fuji", + "public_commercial_use": false, + "recraft_id": "c99a549d-a76c-4174-be7b-6a0293658567", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:19:09.637225Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "125e092c-a795-4976-894c-80f7a1c1c351", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Pomeranian and a red fox", + "public_commercial_use": false, + "recraft_id": "f9951494-6eb8-4c26-af4d-f1794191db25", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:44:10.071471Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "caed245e-c1c8-4829-90e2-2ff5f568cb90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"zhengle\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "4e74a6b8-3cee-42ab-8542-c692a4c168ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:11:34.628863Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6abaecad-6db7-420c-8696-f97430fdb902", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald Duck is piloting a water-flying craft, carrying Goofy and Minnie as they soar through a rainbow sky above an ocean full of bubbles.", + "public_commercial_use": false, + "recraft_id": "14ed8132-d13f-484c-856e-c08a2faecc39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:26:52.113693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26264f47-7db5-444d-9279-7404e3000d21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A burning dummy is riding a horse in front of a Kazakh yurt", + "public_commercial_use": false, + "recraft_id": "1ff52295-815d-45dd-beb9-2e188a73be9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T09:54:25.734529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5c9d7e4-b4a0-49f6-8b4b-dad129057f71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dark blue disney stitch, pick up a yellow flower on a grass ground, soft grass cover the ground, magical sunset, retro film photograph style", + "public_commercial_use": false, + "recraft_id": "c576f746-b336-4bee-adbe-d8a132a10b55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:07:17.157135Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "adb26558-9e05-4e0d-9a9e-f1d55d19bbee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Generate a background of the Internet online repair platform, rectangular, preferably blue", + "public_commercial_use": false, + "recraft_id": "f3bc705e-8c8e-495a-9a5a-b3a992b52c80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:15:14.176148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdf59c7b-9d83-4ec2-81cf-5503d04a53cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat and a big white cat snuggled together on a soft pink mat", + "public_commercial_use": false, + "recraft_id": "a8486dbd-e270-4694-b829-f94ad33a0ec3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:20:01.820666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big quokka with xmas hat shares milk with a leopard cat", + "public_commercial_use": false, + "recraft_id": "e07f1576-569a-44e7-b59b-5150a58d5b70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:31:48.347206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f92695d5-eaa1-4cd9-b6c8-96259ae116e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kitten butterfly", + "public_commercial_use": false, + "recraft_id": "dc488fe8-2815-46b7-a928-6af8048d0dbe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:18:13.144158Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a2bf05a-397b-4b46-ad98-9379bfc42c1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kittens and stars set off fireworks in the snow.", + "public_commercial_use": false, + "recraft_id": "6c93f5b8-5356-4c68-ac79-fe83f1b3e444", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:52:34.04385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "764dfbdd-c39a-4459-8411-d86a4cac88ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little white cat with blue eyes sat in a silver ufo in the night sky, dragging a rainbow tail, with stars coming out of the tail", + "public_commercial_use": false, + "recraft_id": "b32fc94a-7555-4ea3-83c6-4c6ebdd43914", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T11:20:23.403966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d0b09f0-6058-44da-b661-9d65b9d58df4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big Christmas tree with colourful lights in the snowy winter wonderland", + "public_commercial_use": false, + "recraft_id": "84587377-e971-4410-8353-e423f6af024b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T13:42:56.760373Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a08399c8-cbbb-4de7-b1f9-ce757f4a9e52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large French window, outside the window is the sea, no one, from the window inside to look outside the sea, the house is dark inside, outside the sea can see the sunset", + "public_commercial_use": false, + "recraft_id": "4c69ebc6-19da-4f72-993f-b3fc2be10493", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:56:35.84157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b90d65a8-ef6c-4b59-a05e-909d6eda4408", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hong Kong 1999 on Victoria Harbour, with the Central Ferris Wheel in the background", + "public_commercial_use": false, + "recraft_id": "30b1b5ef-5a81-4ac6-b22d-fe775cea3bdc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T09:43:06.819573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a4523b0-9dcc-4e60-9085-fad68f16556d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy day, white sky, dreamy, snowflakes, fireworks, Christmas trees, puppies in Christmas sweaters.", + "public_commercial_use": false, + "recraft_id": "bb1c9f02-d6df-49a5-b63d-d95e76860eb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:34:20.125314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ed1249a-b7a2-4f50-83a1-88d78cabe423", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I wear a black kimono with accessories and a headdress.", + "public_commercial_use": false, + "recraft_id": "f408beb9-4f2a-475c-9136-193221c6f1e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:54:42.64431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A few sheep grazed on the endless prairie, and a steam train slowly passed behind. In the distance was Mount Fuji", + "public_commercial_use": false, + "recraft_id": "ff41ad6d-1ac6-4994-b483-1d21651c6a11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T20:50:58.399038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9466f3d-1041-455a-b702-1358298c55d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, there is a Christmas tree full of lights next to the West Highland puppy sitting on the swing. In the snow, wm is written in the snow, with traces of footprints. There are fireworks in the sky, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "26c0fd57-a83a-4eda-bf8a-f7c1d84df660", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:06:20.922827Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d8e3a69a-8428-447e-8350-be7e72a6bb0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, in a snowy field, there are many stars in the sky, a silver kitten with transparent wings, and the three letters cxx", + "public_commercial_use": false, + "recraft_id": "2f7d6a09-da84-4bf7-8f57-639524b50b90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:35:28.238576Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6acacb62-f5fe-4613-b684-a02e8c6cbd02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Samoyed and a black Border Collie are watching fireworks by the seaside, and they are very happy.", + "public_commercial_use": false, + "recraft_id": "7bc9d15e-0ae1-4168-bdd5-9a2565b7d19e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:06:45.809894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57dce023-37b6-4b31-8065-4cffd9b14b9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Fireworks turn into stars", + "public_commercial_use": false, + "recraft_id": "7d78c4f4-1734-4853-883d-74891ac750e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:53:59.113173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "079735e6-06a9-416c-8858-276897ec041b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white little dog with angel wings, very happy, chasing a yellow ball in the snow, with many stars in the sky.", + "public_commercial_use": false, + "recraft_id": "0326533d-b3b8-41fd-a584-62a90989730f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:30:20.867327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24a30348-9d87-4881-a5aa-2a205d53321e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby Panda drink wine", + "public_commercial_use": false, + "recraft_id": "a4501a7b-a389-4803-a718-f942cb1456e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:53:36.150296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c44de86-9fe3-4c48-93b5-a8bd7fe237e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kitten wearing fluffy pajamas with fluffy clouds and pink sparkling elements and a fluffy cake.", + "public_commercial_use": false, + "recraft_id": "6b2437de-b7a6-4691-998f-0b3f888eb29a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:48:45.411493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f439f1fe-1a01-4e35-837f-c2ec3f9c0876", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I think the storm ran out of rain ,the clouds are moving ", + "public_commercial_use": false, + "recraft_id": "3943110a-13a0-4233-bc21-66e2e24b43a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:53:59.175919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "255efd16-9048-4e0e-a24e-3581e53e2344", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund wearing a huge bow and sunglasses, surrounded by various weapons, and behind it is a group of yellow \"JIANG JIANG\" luminous three-dimensional characters.", + "public_commercial_use": false, + "recraft_id": "7ec68165-129c-4208-a5ca-e2e24427fdae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:54.807293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1277a6a-db8f-48d3-be71-94327ff3a2e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy nights, There is the sea in the distance, the sea is full of brilliant fireworks, a cute Hello Kitty doll in nearby, the Christmas tree next to it, the snow has traces of \"yzx\", and the melancholy blue night scene is highly saturated.", + "public_commercial_use": false, + "recraft_id": "6ef60a45-006a-4662-a1d8-af1a57ab0866", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:19:50.725426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308c88f4-625a-442e-99a9-f242d031bf1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye West takes a photo with taylor swift", + "public_commercial_use": false, + "recraft_id": "aa504557-7b95-47f9-b94a-b76043982b49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:19:48.722618Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "60351e67-9b95-4a5d-b328-46abf3f38111", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small cavalier king charles spaniel poodle mix wear Christmas hat and scarf, playing a ball, lightened Christmas tree in the back, fireworks in the blue sky", + "public_commercial_use": false, + "recraft_id": "89d7ab0b-a195-482d-84a4-b4b951184f86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:22:08.646316Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "00d21410-cfd5-41d6-ab12-b9226ffa54e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks all ocer the sky", + "public_commercial_use": false, + "recraft_id": "cf9a2bd2-eeef-415a-885c-e08e3f711b70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:55:24.600398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a932b1b-6cbc-409c-bcda-a42be9b418ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "From the perspective of looking out on the train, there is a grassland outside. In the evening, there is a beautiful sunset. There are bubbles and birds in the sky.", + "public_commercial_use": false, + "recraft_id": "eeae302f-63ac-4830-bcbd-b30cce42c650", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:44:07.054058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ceb9ee2-7120-4763-9605-df21229d7860", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute child in hat holding red balloon", + "public_commercial_use": false, + "recraft_id": "32e1c363-d1c9-48ce-94ed-0266209595de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:23:01.952988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aba73ebc-4159-460f-8287-12faca21fd33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A purple cocktail, filled with ice, served in a whiskey glass, garnished with lime slices, added purple fruit, and held together with a silver needle", + "public_commercial_use": false, + "recraft_id": "f6cfecc0-2e28-4f2b-806c-7b3aa7fe9264", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T04:05:12.508741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "019e1be4-dc86-49c9-bde9-33e4fbf79fe0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, behind is the woods, and the sun shines down. The overall atmosphere is very warm. There is a cute little white mouse doll next to it. The doll holds a branch in its hand. The little mouse doll wears a scarf, a hat and clothes. The letter \"vantemioog7\" is written on the snow. The overall saturation is high, and the blue sky and white clouds", + "public_commercial_use": false, + "recraft_id": "985c9b05-e044-4c2f-b9f3-fe189df6a4f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:30:37.055356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3aaaf894-2877-416f-acf2-20c356908d6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grassland kitten butterfly", + "public_commercial_use": false, + "recraft_id": "0b759a3f-9bd9-4f37-bd0a-34c148e47adb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:55:02.787478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff6a210b-9490-4c07-821d-cfeb6975b236", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white cat with santa hat by the furnace , a christmas tree with flashing lights and many presents in the background. There is a window with lace curtain, outside the window, it was night, it was snowing. The picture feels very warm and cozy.", + "public_commercial_use": false, + "recraft_id": "5f10bf94-5fe7-4409-980c-d4a6a513b86e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:49:19.107727Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "7709e527-6f67-458f-ae2d-7d5546b69f37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a man stands in front of the clinic in street clothes. There is a bench next to him where no one is sitting", + "public_commercial_use": false, + "recraft_id": "964ae59d-6fda-48f2-8cfd-26fbc22f3eee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:02:32.325709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55f829b7-3df1-434a-85ff-fdb14923884d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Minnie took to the sky in a hot air balloon; There were fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "66c99c13-e4e4-43a0-955d-d7b1fdd48d1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:12:52.701044Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1bd12b0a-2343-455a-84fa-2124b9405b05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Kitty wearing ballet dress dancing in the moonlight", + "public_commercial_use": false, + "recraft_id": "cbd9b8bf-b607-46ea-980f-0f85abb17dde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:57:58.701932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbdb14c2-cf27-4f59-a804-80726e82cad6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white ferret-polecate turned pink piggy rabit down, and shows his love for setonix brachyurus", + "public_commercial_use": false, + "recraft_id": "6b11efa9-91b2-4151-8dae-ce08dc774c75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:24:39.322961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c64189e5-5ff6-443a-8b23-dbff6939e11d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pomeranian wearing shoes by the Christmas tree", + "public_commercial_use": false, + "recraft_id": "967c9686-8c42-4c4b-a861-ade8eadf3569", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:06:08.262508Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d6014ce-175a-454e-8c58-4bb4db88dae1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten sits on a giant tomato with a cap", + "public_commercial_use": false, + "recraft_id": "a80c4f70-1cc1-4f53-8688-f1bd8829fabc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:34:17.843854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b618b79f-1310-4986-9ceb-92cd6349779b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A yellow cat make wish to a snowman dring Christmas. The background is outside and in the newyork city. Cat wearing a scarf.", + "public_commercial_use": false, + "recraft_id": "fd469602-b05e-46cc-a91a-d579ba492888", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T15:56:17.692962Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "236877d0-f78f-4141-bddb-e8c3dc998e95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with glasses and a curly haired dog wearing a black woolen hat sit in the snow", + "public_commercial_use": false, + "recraft_id": "6a33dda5-f2ec-4645-9e28-a80138c78d80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:45:41.87111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0747cd22-810a-4666-8ec5-56a0b0da1aff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "golden british short hair cat, beach , yellow scarf, pearl necklace, dreamy", + "public_commercial_use": false, + "recraft_id": "e8cae03d-0ff4-433e-bcc8-c71bcce7359d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:54:36.554312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbecda5f-ce01-4130-a4e5-29d4e8b8b137", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red apple in the water. Goldfish,sunny,glistening,dreamland,", + "public_commercial_use": false, + "recraft_id": "219ab345-9078-4e3a-8973-0c066a99b59c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:31:35.964193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccca296c-95ca-494c-827e-3d0af293acdf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Colorful highlights in the air, aurora in the night, at a distancea couple standing side by side watching aurora.", + "public_commercial_use": false, + "recraft_id": "fd5a302e-4a2b-43f5-81d3-4809b4237f95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T15:52:28.16543Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9e24d09-2bcc-44b7-8515-47b60ca4195c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white cat with santa hat by the furnace , a christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "6c98230f-dcac-4551-a2c3-5a122557e197", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:45:38.735927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "894bfbe1-5311-469c-8a77-dac7ae1a4603", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white cat playing snow", + "public_commercial_use": false, + "recraft_id": "854ad704-ce79-486e-8b2c-a27cb329a1b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:21:47.959915Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "1d8daf82-528b-4548-bb99-0fd223b09451", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sun is up and the moon is down. The sun is emitting a lot of line-like light, and the moon is absorbing and reflecting these lights. The color of the sun needs highly saturated plum red. The moon needs a cold silver texture, and the painting style is in the form of comics.", + "public_commercial_use": false, + "recraft_id": "d8dfd8b7-a62b-4f5e-b5d5-4940982a4564", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:47:41.384487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e16bad77-a5fa-42c2-89c2-6388fa527896", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of people carries Buddha statues toward Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "8acedac3-80bb-496e-9fad-f1bb079a02bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:57:07.148746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdc82a4f-4bb9-4337-b8bb-429539375ed1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dropout bear and hellokitty in the snow together, film texture, the bleak and distant mood of winter", + "public_commercial_use": false, + "recraft_id": "ff99bffe-1804-443b-be38-b4b9d278f8ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:43:09.480988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8c8e861-1951-4993-861f-aa24980315f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute teddy dog, work hard, typing, volcano exploring background", + "public_commercial_use": false, + "recraft_id": "9f0b46eb-e911-4528-bfca-cd2940281666", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:58:05.652549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "560e0d89-e7dd-4a7c-b099-d3f2f2250d06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A playful koala dressed in chic attire, joyfully snapping photos with its camera.", + "public_commercial_use": false, + "recraft_id": "a1c86417-db8f-4fa9-944c-0f3d185b79da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:50:27.485167Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10898d17-05eb-4627-8017-3540691a9f8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a corgi puppy opening gifts, under the Christmas tree, Christmas decoration", + "public_commercial_use": false, + "recraft_id": "453db7ab-af2e-4c00-99dc-64b50b5266a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:49:14.990751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d15633d4-ec9b-4c99-9509-585b551e2499", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy is running in the snow. There are fireworks in the distance. There are forests. There are lakes. It is snowing in the sky.", + "public_commercial_use": false, + "recraft_id": "9287d1ac-0c71-4315-810a-27a3dec1afd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:03:07.25633Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "239e17af-651c-4176-b2ab-dd1ef069c0e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance is Mount Fuji, next to which is a Christmas tree full of lights, two hello kitty dolls, playing with fairy wand and fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "d39942ec-6e29-4450-82b7-592a96bd41f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:00:51.010858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbf8bb17-5a2a-4431-a2df-93843f577a44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Egg tarts, a white rabbit, stars", + "public_commercial_use": false, + "recraft_id": "54e011dc-934d-4261-9f02-e4565a41abfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:51:07.140055Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cf3c54a5-2b2c-42bd-a79b-8b4495895df8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A German shepherd and a black cat sit next to each other watching the snow falls outdoor.", + "public_commercial_use": false, + "recraft_id": "8a459bb4-f8e8-4b27-b5e8-371be735ddad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:51:21.356812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cebc122d-6f39-4e0a-acee-2c19cab3ec15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a beautiful mountaintop with a beautiful orange sunset in the background.There is a grassy slope on the ground.A cute Hellowkitty sits on the ground,only occupy less than a quarter of the photo frame.A pure black mountain bike, placed on the ground on the right side of the photo. Hellowkitty is facing the camera,wearing a Nike's pure black hat,and a black sports suit ,with his big eyes Opening.", + "public_commercial_use": false, + "recraft_id": "f2229b66-6fa5-45d9-838f-81b2f3faeb03", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T15:19:51.954918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d28bece2-8a70-4d47-97dc-c5949a9d22c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cartoon yellow eyed black cat wearing a white coat and holding a gun in the hospital's CT examination room", + "public_commercial_use": false, + "recraft_id": "f9c51446-645f-40f7-895d-1c19619f7da1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:41:09.890016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f3d082d-10d3-4350-934f-7b8db4e9b513", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Garden flowersbutterflysomany", + "public_commercial_use": false, + "recraft_id": "24775243-2969-400e-b85d-9503a9173b5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:42:50.497726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ff8f9cd-7800-4275-b681-45b48b6eab5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kirby wearing a spacesuit in space", + "public_commercial_use": false, + "recraft_id": "5acb1fe4-ed2d-439f-b94a-bdc9ab2d5078", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T23:26:34.566956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed83aaf5-c23b-480c-a724-ef02c38ec103", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat cat sitting at the entrance of McDonald's", + "public_commercial_use": false, + "recraft_id": "2d289a39-4e56-4453-864a-52c55d9e8188", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:30:41.848586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "898d0b8a-b837-439b-8e03-3ae52589e54a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow kitten with black-rimmed glasses was reading on the beach, with the blue sea in the distance", + "public_commercial_use": false, + "recraft_id": "06399cc9-c194-4ba1-9897-565412ff7a8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:13:14.667507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9a7761d-6059-4888-b5e2-557c54fcb08e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a cute Hello Kitty wearing purple clothes on the snow. In the bottom right of the picture, there are three letters ZYX on the white snow on the left", + "public_commercial_use": false, + "recraft_id": "254c5127-fe71-499d-b63d-18d6c955e3e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:21:38.584189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb5d8068-f09e-4d31-9d94-68c83158616e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aliens stand in front of the Eiffel Tower and eat hamburgers.", + "public_commercial_use": false, + "recraft_id": "e75c9811-ea3b-4f4a-b4f1-4a4e545108f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:51:21.025337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e6464d6-6cde-4ac8-b684-b2c09f02ae33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person sits with his back to a chair and looks at the earth on the moon.", + "public_commercial_use": false, + "recraft_id": "ff50432e-438b-4754-94d4-7da8cd649974", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:20:42.578925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7802a5b4-a8e1-412f-8518-70c0a3acfb39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow, the sky glows with faint auroras, letters njvifcdrt are written on the snow, and there's a Christmas tree adorned with many gifts.", + "public_commercial_use": false, + "recraft_id": "996148fd-6050-47d2-8a3e-ff33aba7f1e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T02:01:53.480996Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e49a082-8241-49f1-85ae-6fb7c6efbe07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "It snows at night", + "public_commercial_use": false, + "recraft_id": "d50a8e1c-ac40-4e1e-8373-86a9582d49d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:04:20.113881Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black goat, dream core, butterfly, snow, blood moon", + "public_commercial_use": false, + "recraft_id": "5ccb2bdc-a1c6-44ba-b6dd-b3a03946a173", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T15:22:44.050776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f24e67b-6ceb-4b86-be2a-0cdb63acea93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out \"ya& dong\"The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "099ef7b6-e781-419f-a33e-6eae00a1bfa5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:56:08.237126Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bca6ce2-3835-475b-bd60-26620005f701", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, the snow-covered mountains to the right in the distance are thunderstorms and giants inside, while to the left the sunset is especially red and diffuse", + "public_commercial_use": false, + "recraft_id": "0a43d790-1efd-47a3-8f35-5dce5d223c4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T10:29:47.388423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "385966d4-021e-4f7d-869a-9bbc6e99c613", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a snowy winter, a Japanese monk looks at the burning temple in the snow. In front of him, there is a clear lake. The monk is praying with his hands folded.", + "public_commercial_use": false, + "recraft_id": "cb8b34f7-cd95-48a2-bfba-bfb30231eee4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:52:37.857679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a89e2273-fac3-4e09-93fb-8e26544f0a55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A person with wings goes to the sky and flies a bit crazy", + "public_commercial_use": false, + "recraft_id": "7386cbee-a747-4b67-b38b-be75c8a7394f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:29:11.862324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86ce5622-2731-4136-bd32-19fd816b1e07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the center of the picture is a large mirror, which reflects the scenery of the park, including trees, grass and pedestrians. There are several people in front of the mirror. Some of them are taking photos and some of them are talking. This composition method creates a combination of virtual and real through the mirror, which increases the sense of hierarchy and interest of the picture. The brick wall as the background gives people a sense of stability and solidity, while the view of the park in the mirror brings a natural and open atmosphere. On the whole, this composition cleverly uses the mirror to expand the space, so that the picture has both realistic scenes and reflected illusory scenes, forming a unique visual effect.", + "public_commercial_use": false, + "recraft_id": "561c2754-5f97-4479-acd1-9bd778c9b36e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:34:58.849348Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening, two hello Kitty sat in the snow with lsm and wxk written on it, and their names should be written on the ground in the middle of the two hellokitty. There are fireworks in the distance, and the environment is warm. Hellokitty is at the bottom right of the picture. Hellokitty is wearing a pink and blue scarf. Hellokitty imitates the texture of snow, and the name also imitates the way it is written by hand in the snow.", + "public_commercial_use": false, + "recraft_id": "53e57696-941a-4200-910c-be6863507e5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:01:43.702637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c900d881-3bf7-4af9-8352-0a74e6cd6127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cartoon fish in the snow next to the number 78", + "public_commercial_use": false, + "recraft_id": "345d8582-3a1a-4dd4-b491-92ded42a0e6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:58:26.738774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a420782b-26af-495c-970f-2d12410f7136", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red buzzcut man,front camera, in a white T-shirt print California, a burning Jinkaku Temple", + "public_commercial_use": false, + "recraft_id": "37913633-7e02-4478-8eb8-d0fd71c986ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:45:11.279576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90a39241-d203-4efa-800e-5b3726de8b75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A knight in a black robe and veil stood with a black horse by a quiet lake", + "public_commercial_use": false, + "recraft_id": "f9029c95-3dc3-42d2-9a18-3522e5097eab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:51:56.548889Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "adaff9fc-e06b-4370-a79e-980b46240477", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ryuichi Sakamoto is playing the piano by the sea, and the piano is on fire and smoking.", + "public_commercial_use": false, + "recraft_id": "fafddfd7-3d33-4638-bf5c-8eda25123ce5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:36:07.303311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy day. The sky is pink with the sunset glow in the background and there's the sea in the distance. A dachshund wearing a Christmas hat and a ragdoll cat with a bow on its head are playing and running on the snow. There's a dreamy effect with some light particles, and the color saturation is relatively high.", + "public_commercial_use": false, + "recraft_id": "d8267d30-d69c-4b13-9517-e95c75ca35d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:47:59.881743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02dde632-2645-4c1a-8b6f-180595c7efa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a vast view of snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and there are traces of \"LC\" and traces of cat claws in the snow. The melancholy blue night scene, with the dreamy effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "1ecfe728-57b5-4611-a239-5633d81af7a7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:03:31.455715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3b0714e-4f52-4e24-8368-21be471f583c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye and Tyler Swift got married in a grand church.", + "public_commercial_use": false, + "recraft_id": "2f30532e-6ba3-4073-84d3-8922f1bc7b06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:37:39.840087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e838ff0c-3e2d-4644-9fae-1bb56ecb79be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A yellow cat make wish to a small snowman dring Christmas even. The background is outside and in the newyork city. Cat wearing a scarf. ", + "public_commercial_use": false, + "recraft_id": "01e9850b-fc5c-4883-88b9-6c01525421d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T03:32:40.616508Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abcda64e-f8a7-4d72-a3c2-65e28352a464", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat has soft and white fur.It is between the a chair and table and sides the grandma.The house looks very older.", + "public_commercial_use": false, + "recraft_id": "8b4227b3-e9c3-4fe7-8b21-1d8ab0695210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:29:35.411137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ca45178-dc30-4200-8a5f-eebe362e26ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby lion ,Starry Sky, The Word \"Sonam\" Is Spelled With Diamonds, the background is full of Red Roses ", + "public_commercial_use": false, + "recraft_id": "c46f1fec-204b-4687-8be6-2c48c7f24230", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:30:20.172784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d6e1944-339e-4d63-85cd-d60a4c5cd7a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty", + "public_commercial_use": false, + "recraft_id": "f6e5c6e2-e3f9-4503-9ebc-9cabbf5e95a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:58:29.67239Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "7de0d775-3c06-42f1-acc5-1509c3203a81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cheese Love's Day Cartoon Illustration Design", + "public_commercial_use": false, + "recraft_id": "0b0cf977-f845-46f1-a24d-fde317d91968", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:20:58.209145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f760ef97-8631-41fa-b1b3-a2b24f4facde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It is snowing outside. Mickey is sitting on a swing with fireworks in the sky in the distance.", + "public_commercial_use": false, + "recraft_id": "b45192e5-3c8b-417a-8eba-1d2d244f9b02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:34:36.044897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e322911-9afb-4f1e-9bb8-2e5407803ac7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The entrance of the Christmas market built with scaffolding", + "public_commercial_use": false, + "recraft_id": "32296c30-cc87-47b9-908c-3d4b185740d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:31:48.416506Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6950a7df-fb7f-4e26-aad1-6df6f26ba99a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "black maine coon celabrate christmas", + "public_commercial_use": false, + "recraft_id": "1b1f2384-6570-43a7-8f73-c8f49226dd73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:00:30.873371Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3e5a900-6365-4899-844f-393050ca0025", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog and tree ", + "public_commercial_use": false, + "recraft_id": "c863dba3-5271-4def-b2ce-7ef927638bb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:04:51.986504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a581aad9-23c4-448a-befa-21521ef9c437", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It was snowing, and a person wearing a brown woolen coat was watching the snowflakes fall on the snowy ground, with their front face visible", + "public_commercial_use": false, + "recraft_id": "2a3100ea-f791-481d-b3c8-098e1a416c29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:59:01.957048Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4bba3ae-1392-4479-a480-b3290a12b8da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a TOILET, A SINK with transparent curtain haning from ceiling, EVERY edge of the room is round. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall", + "public_commercial_use": false, + "recraft_id": "c6dfb31e-3f21-4301-ab64-a3d48d005615", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T01:02:29.303187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "336301b1-5412-43f9-a882-eb28909ee61c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink hellokitty in Fuji Mountain, the sky is pale pink, the snow is written lvy", + "public_commercial_use": false, + "recraft_id": "4a43b4bd-76ac-46ff-9726-f16e3c75b951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:53:08.108924Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8cfd6eee-a0d3-467d-9089-f1e34cf5f73c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a man is sitting in the waiting room and holding a test sheet", + "public_commercial_use": false, + "recraft_id": "dacc9476-34ac-4be8-80a0-d21fbc191135", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:24:15.969656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43560915-d692-4b4d-8630-8b3d9542c490", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Forest, Snow, Hike", + "public_commercial_use": false, + "recraft_id": "75a9d53b-9646-423c-8df9-db9302450aa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T18:12:42.532393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40c7bab2-1b0f-46be-8de9-01d75c497b26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening under Mount Fuji, a two-month-old chubby little golden retriever with light golden fur is holding a bouquet of tulips on the green lawn.", + "public_commercial_use": false, + "recraft_id": "24a30bd4-433d-46ec-8d7d-9501df35b929", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:10:30.981592Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "166bdb96-20a6-40cc-b6d3-2f06dcd552da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create a kpop album physical store (kstar.nova) banner", + "public_commercial_use": false, + "recraft_id": "70cc21b4-701f-4b09-b773-94fe014dbd37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T13:53:00.632603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28ef4589-90a4-4687-9bd9-7c9f4d1b117e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "an apple in snow", + "public_commercial_use": false, + "recraft_id": "55e9e179-4c5e-41ee-98dc-74ec9cfc284f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:18:04.947303Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "daec3a71-23d6-4923-932f-89cdf4275fa3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background", + "public_commercial_use": false, + "recraft_id": "5496925b-f686-4dc3-80cc-851397b7c419", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:37:40.748555Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7af96e0-7bb0-4938-a042-bfc1d16489fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Garden pool fountain butterflysomany", + "public_commercial_use": false, + "recraft_id": "47f66597-632d-42ba-af50-1692c47b31dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:59:06.408829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02e1dc03-3b11-47f0-be05-d5225c26e6d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Delightful Cheese Love's Day Celebration Artwork", + "public_commercial_use": false, + "recraft_id": "10ba91ae-7475-450a-ab61-dd6c72692f0c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:35:09.392083Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82f81ea5-1c19-4f84-9800-dcd0606f2750", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten with wings like large shimmering blue butterflies, lying on a grassy field under the warm afternoon sun.", + "public_commercial_use": false, + "recraft_id": "ab4210db-6805-40b3-bd8a-7c79d08e7886", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T21:57:01.918943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19259fc3-e600-432f-9ba5-e537f24b304d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A koala with a sunglass ,christmas vibe", + "public_commercial_use": false, + "recraft_id": "5e4d967e-c76e-4470-bd1a-79c160ea3714", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:19:56.853108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2210b608-bbe0-4b3f-b751-5634af3b3dad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The big Monsters in Ultraman are destroying Washington in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "e32617d0-6f2e-450e-8ab0-40cc9354211b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:59:04.481955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7618b81-3c62-4cdf-a031-da686953f9e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Midnight Christmas on a snowy day", + "public_commercial_use": false, + "recraft_id": "7f0dd17b-c221-4504-b0a4-4a29fc18550a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:36:52.575513Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b0835565-2a76-472a-8d75-c4c0993deb61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a frog with big eyes and small legs having a lots of candt", + "public_commercial_use": false, + "recraft_id": "c07ae6b3-aafc-4a5d-bc88-072014648a47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:52:56.257163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0222afeb-c8f7-4629-9ce3-cca6a024297c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tree house Expensive", + "public_commercial_use": false, + "recraft_id": "392a604c-706a-4fa3-952f-46e430c5ca79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T09:20:17.339361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2ac606e-297f-44cc-92c1-0ee42a4e711c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry cat in the snow and the moon in the sky", + "public_commercial_use": false, + "recraft_id": "89e10a29-a33c-48f4-831d-56141d790a32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:07:27.252055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab4d7c18-b827-42e2-ad43-4a660785edd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink buttercream cake with a Gemini motif and mountains on it.The whole cake is covered in white chocolate.The mountains are in the shape of islands, surrounded by turquoise water, green grass and icebergs.Each mountain has snow at one end and delicate details such as rocks, trees or flowers scattered around it.", + "public_commercial_use": false, + "recraft_id": "0d580cc7-89bc-4f5d-988b-5df0683b02f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:17:53.043736Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8b899cc2-9434-4ed4-a357-7d6255e3227b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chocolate-colored long-haired dachshund sits in the pile of gifts from Santa Claus.", + "public_commercial_use": false, + "recraft_id": "fd627f92-9ea4-402c-850d-a8d5fe7d9bc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:33:08.226085Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ed258c53-5534-42bd-b269-14013040d25d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A front shot of the upper body of a Chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy atmosphere.", + "public_commercial_use": false, + "recraft_id": "13272e14-c9f2-46f1-9821-128dd0dd8feb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:43:36.743924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "846f8be5-58e1-452a-8c30-1ecdb79396bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the darkened room, the cat crouched next to the electric guitar", + "public_commercial_use": false, + "recraft_id": "7051dd1b-aab3-4182-837a-005a90ec7630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T20:55:20.439788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d734e933-459d-40c1-a5e2-d528bba3fcae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "silouhette of barking black doberman ", + "public_commercial_use": false, + "recraft_id": "74187342-5da5-49a0-87f9-225517785e1b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:46:47.889114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58ffaf01-2470-427f-90d4-de696e9e0ef1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the Sahara Desert, two people, one sitting and one standing on a sand dune in the distance, back view, the moon is bigger than the people. Black coat. People in the distance", + "public_commercial_use": false, + "recraft_id": "355b1744-0689-47c4-88f7-f7c03d5d04f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T08:15:49.358501Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fcb3884b-def5-405e-93d6-b2c5c6302669", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Taped a banana to the snow like a painting ", + "public_commercial_use": false, + "recraft_id": "cc28e178-e158-4e19-bb90-0ef68fb92ec3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:19:29.869494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1551a1b1-5f37-42c1-a433-e3bb79cec858", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kirby and big eyes cute cat seaside Watching some butterflies flying", + "public_commercial_use": false, + "recraft_id": "04f2d655-155f-443b-952a-f44888732d5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:55:45.659817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "682c7381-0a55-4426-acd0-21bc83df6dc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged blue cat under the Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "2fc09418-fe70-45a2-9dd9-45425d2fef3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:15:11.243198Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "724352cf-dcae-436f-88af-d6e6c6d8021a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten sits on a giant red tomato with a magic hat", + "public_commercial_use": false, + "recraft_id": "140f721e-fabf-4c79-abb8-17ad207305be", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:56:49.241064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7daad9e-da0b-4f1e-b079-b3abb852dae2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"YXL\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "9ccd44fb-b979-4ab6-bb8d-36907d2e0944", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:42:16.188491Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9a742ce-f070-455b-aa76-e5edd66f8af7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two red mushrooms dancing lindyhop", + "public_commercial_use": false, + "recraft_id": "343e8a5c-70c3-431c-b962-dcb3683f3ff5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:17:03.901562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55835f66-2c93-4fb4-b551-f8dddbe45010", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a person wearing a large spicy chilli head costume stands on a grassy field under purple sunset sky. There are some burning butterflies and stars flying in the sky. ", + "public_commercial_use": false, + "recraft_id": "7383b6c3-49bc-4bee-86ee-7d26c2bfac44", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:53:03.069104Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "461102fb-f11b-400c-a3e5-6c7b1b7f15b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bernese Mountain Dog Christmas and friends play in the snow", + "public_commercial_use": false, + "recraft_id": "43d3959d-1aa6-4e20-bae2-0bde3bdece55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:29:52.364444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20fdf070-8b96-440f-a803-4abe0262ad77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A rabbit with sunglasses and a bow driving a silver UFO", + "public_commercial_use": false, + "recraft_id": "d225435d-fd62-4fea-b61e-e4817ebb2a58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:59:45.752453Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20981330-0958-4d0f-bd3f-f59804a6514c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Air bubble pupa 1Q84 white film snow", + "public_commercial_use": false, + "recraft_id": "60d01194-26d1-41a0-b5ab-76ea7b63dc85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T22:40:45.937556Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "de6dcfd2-7aad-40ca-b375-6ee4ca0eb043", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Floating stuffed bunny holding a gun in the snow next to a lake at night", + "public_commercial_use": false, + "recraft_id": "f92fd5a6-ca59-4d7f-b360-b601374546c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:27:07.471602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "548caa4d-60fb-4001-aa37-a584ed1560ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, with a distant view of the sea and a close-up view of Samoyed wearing a Christmas hat. Next to it is a Christmas tree adorned with lights. In the snow, \"NAPNINE\" is written, and there is a birthday cake with a Christmas atmosphere. The cake has lit candles, and the dark blue night sky is filled with light particles", + "public_commercial_use": false, + "recraft_id": "66852577-79df-4111-bb12-82f6215e27af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:16:37.135848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffd61f08-4e1c-4924-81ee-add4b5f96aa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the brown teddy dog is using magic in the hoggwarts", + "public_commercial_use": false, + "recraft_id": "fee1f135-358b-4965-9aa6-07aff35608ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:05:30.918997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcf55763-e78f-45bf-9687-9d12c954ccc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks in the snow at night, starry night sky.no people", + "public_commercial_use": false, + "recraft_id": "460f1c7d-1bb7-4825-a2d2-7274798eb559", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:06:00.307215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a247a63-6608-4caa-bd3f-5fa3183c40fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Tibetan teenager dressed in Tibetan costumes, tied two braids, smiled, and held a lamb on the grass, with snowy mountains and streams behind him", + "public_commercial_use": false, + "recraft_id": "e337d3af-c624-49f1-ba32-8ae1fa687b70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:31.953482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0387ce5-2e76-42bc-a05f-c702789ffcbe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. There are traces of ZYY in the snow and traces of cat claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "1a458675-ee31-455b-8927-6d7b4a53c999", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:29:03.526668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65736993-e69b-4cdb-a820-9943a443e33a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat looking at a crystal ball, under a Christmas tree", + "public_commercial_use": false, + "recraft_id": "4bbef422-da3f-48e2-a6a8-6a89ecfd831f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:23:55.428569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd9f0a63-6042-4614-b496-05817c7ba59c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sad white Samoyed dog looking down into the snow. In the background, a snowy pine tree on one side and the sun on the other. ", + "public_commercial_use": false, + "recraft_id": "e2b8e8f4-f26a-4008-bb9a-1e809d7fd8ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:23:41.004743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2feb07af-ea87-4075-a92e-276fe7e92e6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pig fly ", + "public_commercial_use": false, + "recraft_id": "b0f3d699-e27b-4861-bad1-72a736701463", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:57:05.032265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A small meerkat sits alone at the computer desk, focused on using a MacBook. It wears black-framed glasses on its tiny face, looking both intelligent and cute. A cozy knit hat sits on its head, adding a touch of charm as if it is working on an important task.", + "public_commercial_use": false, + "recraft_id": "99bacb5f-2705-41e4-94df-7f7367300256", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:21:26.254148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a7cd166-4dc3-41e7-8458-47e98ad5d6c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with wings wearing a Santa hat and standing in the snow", + "public_commercial_use": false, + "recraft_id": "5c8c9608-7c83-4fa8-b16d-2398ceca1111", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:37:09.591973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6805682d-494c-42d0-b310-d75f7b369127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The raccoon was near the sea, with stars and the moon and snow.", + "public_commercial_use": false, + "recraft_id": "791f75d6-1ce5-494b-b0c4-0ad5c45dab43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:45:28.933957Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d46ff945-fd6c-4f01-8b83-f1ee61590e09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "fire sea beatch goldfish", + "public_commercial_use": false, + "recraft_id": "3da1b80b-78bc-4b5c-89de-44e1aa0c7977", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:38:08.794807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e665ecb6-edfc-4b9b-a2ce-215a80a951bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "SunsetVanilla gift box", + "public_commercial_use": false, + "recraft_id": "be246d65-7b06-4363-b950-c0bcd57604df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:14:51.752775Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "17df3fc6-8610-42c8-8bf7-58cdb0085232", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A person laying into the sea with shiny sky , sunset view, wide shot", + "public_commercial_use": false, + "recraft_id": "b2390ea4-cd89-45cc-aa1e-16b9c34cca57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:57:34.957758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ice cream", + "public_commercial_use": false, + "recraft_id": "520dce74-d1e5-4053-843c-854926aee1c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:50:55.826127Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3c6ecbf-7d6e-414b-83c5-128953f1c015", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fish tank dressed in a Sailor Moon costume is running in the snow with a pig in tow", + "public_commercial_use": false, + "recraft_id": "2f65a18d-2bf2-4085-9cc3-78c069e8370a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:55:48.717835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcdc73e2-2dbd-46ef-ac33-9b361e139fff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the soft glow of dusk, a serene and peaceful atmosphere envelops the beachside. A cute Hello Kitty plush sits on the fine snow-covered ground, next to which is the carefully written \"XHJ\" by a small hand, each letter standing out clearly and filled with childlike charm. As night gradually falls, fireworks in the distance begin to bloom, their colorful lights dancing in the sky, contrasting sharply with the fading light of day. These fireworks, as dreamily splendid as they are, add a touch of romance and mystery to this coastal night.", + "public_commercial_use": false, + "recraft_id": "a83ac5d7-3816-448e-8972-77eabbfae018", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T10:37:20.509472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49085696-2bbe-4142-885a-f6288bc5c12e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a people", + "public_commercial_use": false, + "recraft_id": "84f54552-b70f-4a3d-8603-0420f79d9595", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:59:44.476921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "838bac9b-47fd-47ce-9266-20ddce4f465f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tanned heelo kitty on the bea enjoy rhe beach", + "public_commercial_use": false, + "recraft_id": "ff167a89-eb52-46ba-a031-e03e9779630f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:34:18.92973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16697095-753c-4e05-93b9-6066190bf826", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sad white Samoyed dog looking directly at the camera in the snow with the pine trees in the background and the sun on the other side. ", + "public_commercial_use": false, + "recraft_id": "80be9c7f-056c-4487-aa94-78717e03a689", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:24:22.617284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "881ddfee-890f-474d-9948-6bfba4b54677", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kitten with white wings, cake, birthday hat, party, wings, blue background ", + "public_commercial_use": false, + "recraft_id": "c9a94b6e-4da1-42d8-aee6-3be8be5a0a14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T03:11:50.193482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a74fe2e5-6c01-473e-972a-c9d4ffb213b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little cat standing next to the Distorted Mickey Mouse in the seaside", + "public_commercial_use": false, + "recraft_id": "638c8722-454f-4454-9ec5-29ed23547f93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:06:24.391263Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7dd71c3e-abbf-433e-a64f-1a7bb01875c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the vast expanse of the snowfield, an American leopard is gracefully moving. The pure white snowflakes are falling gently, creating a serene and frigid backdrop. The leopard's sleek and powerful body, with its distinct spots, stands out vividly against the white snow. There are scattered flower petals on the snow, their bright colors in sharp contrast to the surrounding whiteness. The leopard seems to be intrigued by these petals. It crouches low, its muscles tensed, and then suddenly springs forward. With each powerful bound, it closes the distance to the petals. The snow is kicked up in small clouds beneath its paws as it chases after the petals that are being carried slightly by the faint wind. Its eyes are fixed intently on the target, and its tail swings from side to side, helping it maintain balance as it maneuvers through the snowy terrain. ", + "public_commercial_use": false, + "recraft_id": "9811ecd1-8a16-42c6-8f8c-27a10d5167b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:57:35.831636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90f8aff8-4bc2-4d57-b157-9a0a375f2ee0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the couch a kitten with wings", + "public_commercial_use": false, + "recraft_id": "1de47f62-9943-41c0-a9d8-0328d4c07271", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:01:35.758613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ee95271-6ce2-4300-8b7a-9d56a26bde8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "English sheep dog(ears, feets and paws are grey, other part of body are white), playing hockey game, canada flag, audience cheers ", + "public_commercial_use": false, + "recraft_id": "c508b93d-24be-4d37-a5d6-6873d23a9017", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:45:46.936439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7db35419-9c70-4bec-85f6-323e14dcb885", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bare feets running across some transparent balls ", + "public_commercial_use": false, + "recraft_id": "55280033-8691-42b9-93af-ef72111accc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:16:24.027321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c385235-3a96-4cbb-8bd4-66038cc5ea2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pengus with scarf", + "public_commercial_use": false, + "recraft_id": "f40e83b4-afe0-4c0d-a182-6ac2d84f5f71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:28:37.013152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9536e7a1-0891-4a39-be23-05bc8c47bf30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black Teddy, kitten playing in the snow aurora", + "public_commercial_use": false, + "recraft_id": "f4f1b9d0-b25a-48e7-9ffd-d1098ebedba7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:39:05.447383Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3064d81b-57dc-44de-b701-eb55badf128c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sky bubble puppy", + "public_commercial_use": false, + "recraft_id": "e57c6315-45e2-470a-83c2-cbd049b79cc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:45:52.253243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a back view of six ginger colour cats standing beside each other, they are different size, it's a snowy Christmas night, the cats are looking upon the stars in the dark blue sky, there is a Christmas tree far away from them", + "public_commercial_use": false, + "recraft_id": "e522c098-9aa4-43fb-89e7-3b910df8677f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T17:53:09.572466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A rabbit swimming outdoors. The scene is tranquil, with a bright overall tone where white dominates the image. In the distance, pink mountains can be seen, adding to the serene and peaceful atmosphere.", + "public_commercial_use": false, + "recraft_id": "998d396d-8ce2-4bda-9e6e-0d804b39bf87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:55:48.469957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c73f1ac6-57cf-4933-9c89-7b8763111080", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely figure looked at the birds far away taking away the purple dazzling lightning", + "public_commercial_use": false, + "recraft_id": "30dad591-dd23-4516-80d7-c05235833cba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:51:23.166925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccbd5c94-69f0-4ae7-946b-2c801ceeee15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Adorable Hello Kitty figurine is named Chrissy and is working in front of the desktop", + "public_commercial_use": false, + "recraft_id": "02ff6167-aa79-428b-a86b-8da9ee29ba03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:23:28.551913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "011c9cdf-4f82-48e1-8037-cecfce1debfd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white dog with wings lying on the snow with the forest behind it", + "public_commercial_use": false, + "recraft_id": "abf277bf-ccdd-4550-ab92-753e9d1ad744", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:45:42.23596Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fdfc69d-ad26-44f1-bdfd-4358b1f55192", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"n1v1\" in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "7c183129-d0db-4597-9c44-32cd49ee6222", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:36:14.447551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c266e688-b7d1-4dc2-be9e-9a32b3c3612f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with sunglasses and a hair bow and a burning laptop", + "public_commercial_use": false, + "recraft_id": "2e85f13b-1ff5-40e7-b9cb-015e426082db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:28:08.047861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "873eefc4-8603-4d82-bb3a-5dd8a336ddb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty running in the station at morning,wear a pink dress and red shoes,red handbag,take the macbook,another hans take a cup of coffe", + "public_commercial_use": false, + "recraft_id": "b4fdcbd5-26fb-4887-a904-f29e9e68eb08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:34:46.855054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18865ee5-927d-4c31-a27a-3cb3626e681d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll, work in front of a laptop, wearing gucci, gun fire shooting the laptop, doesn't want to work", + "public_commercial_use": false, + "recraft_id": "d22f6c5f-68cd-4629-b8ce-f2f8db3a25a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:40:57.521079Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "d3667fba-e47c-4953-9577-309905daf4d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One person is holding a tray of cookies", + "public_commercial_use": false, + "recraft_id": "eff32d5e-0eb9-4685-971f-6d567c50f7f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:07:00.763373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9bc2c299-fe2f-44ff-8adc-23bd03a14691", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lamb in the snow surrounded by flowers and a starry sky", + "public_commercial_use": false, + "recraft_id": "d196dea3-5f4d-4f9b-8443-558c0a6c5906", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:22:20.843002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ecc7c66-00ce-49b5-9d0c-eaf73684abba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy university campus, there are cats, dogs and college students", + "public_commercial_use": false, + "recraft_id": "0b0c95b5-1c4f-402b-9476-fe5bdc85e156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:11:06.869601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff8dc611-42c6-44d1-ae18-4245cdf07ae6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow bear doll sits on the beach and looks at the sea. On the beach stands a glowing yellow light sign composed of seven English letters \"offwork\".", + "public_commercial_use": false, + "recraft_id": "0517dd2f-26ea-4f13-8b22-557c46a895e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:40:52.461671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dc16e7e-1a7d-4303-a943-88b67e2ff3d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks in the snowfield, a snowman holding a cross, pine trees and the aurora.", + "public_commercial_use": false, + "recraft_id": "37cf9be8-f339-4321-8b0f-e41627ea6f3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:17:17.708143Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e80cf860-5e33-4d56-b33b-b191cda4119e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hangzhou city with fog", + "public_commercial_use": false, + "recraft_id": "6dc6003b-2424-4051-b20c-dd054f59f657", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:02:34.877306Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c423a10f-eaa2-46f3-92e9-afa8fd162594", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " Four hello kitties standing on the green with pink flowers holding a sign saying \" Happy Birthday, David!!\" ", + "public_commercial_use": false, + "recraft_id": "78797d56-b8aa-4cce-9ceb-26e0e4ed2046", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T10:43:05.88649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bf55527-f20a-4a02-b5b3-b832595779f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise is on the snowfield,flowers,moon", + "public_commercial_use": false, + "recraft_id": "a52eb6f4-7ec8-463e-ba6d-e29fbfedc2ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:45:49.261189Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f0bf5c3a-08f2-4448-8624-b00ebb219138", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten catches air bubbles in winter.", + "public_commercial_use": false, + "recraft_id": "3648c4cd-a5b9-44e7-a760-d36faeed13d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:37:29.434086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18a2b459-435e-4856-bd82-05f2d6ddd196", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a back view of two ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars, with a Christmas tree ", + "public_commercial_use": false, + "recraft_id": "17f233a1-2256-4a51-88a5-a0c387ea6c58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T18:15:51.027744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d65e446-81a4-495e-a214-3353a2e37ec0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a person wearing a large spicy chilli head costume stands on a grassy field under purple sunset sky. There are some burning butterflies and stars flying in the sky. The person is also holding a chopsticks and eating noodles. There is snowing.", + "public_commercial_use": false, + "recraft_id": "ce04e7cc-4e07-4c38-97ca-e33833c07a3f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:34.642958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a43e256c-96eb-4f9e-8377-bdbd664a9515", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas brown bear in snow with Sabrina Xiong(small letters on the wall) by its side. No real people", + "public_commercial_use": false, + "recraft_id": "97d9509b-620b-45cd-bda2-eb2710f1c8db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:53:58.209228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62504227-ec00-4c8d-9f92-7899eb10f8bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A short-haired black puppy with a tail curled in a loop, one ear standing up, laughing happily", + "public_commercial_use": false, + "recraft_id": "3c25e012-16a3-4070-ba41-2e1a0b16f24c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:37:43.589181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6af46d1-31ee-4b65-aa03-84c2245b50f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "using deep blue to paint an octopus in the backgroud, and than draw a white fluffy hellokitty in front of it with golden glitters to decorate. on the bottom of the picture write\"2005\"", + "public_commercial_use": false, + "recraft_id": "fe8687d1-d33b-48be-a382-195cb47c517d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:05:14.99134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "105474e6-333e-4ec9-947a-574ba9ccd26e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kuromi wearing a red scarf is smoking in the snow, surrounded by Christmas trees. Sparkling fireworks light up the sky, and a cute snowman adds to the festive scene.", + "public_commercial_use": false, + "recraft_id": "ba29be67-e72c-41ac-8ac4-631531bdbda7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:05:16.250398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "961bdfea-1184-4e8e-b739-352ec030052f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, far away is the seaside, with warm houses and bonfires. Nearby is a Christmas tree adorned with colorful lights and traces of \"hxx&qzx\" on the snow. The melancholic blue night scene is accompanied by auroras in the sky, creating a dreamy effect with light particles and high color saturation", + "public_commercial_use": false, + "recraft_id": "fef7969c-35aa-4ab4-87df-c97d8cb564ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:35:30.379417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02ec6430-cff7-41da-a3c4-02af7a8109ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "back of two ginger cats standing aside with each other, in a snowy Christmas night,the cats are looking upon the stars, with a Christmas tree ", + "public_commercial_use": false, + "recraft_id": "190dc312-b924-4dea-892d-e77311a969d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:22:49.016957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c32ee35-6a4b-46bb-944e-7a28f0bd01a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red poodle playing in the snow under the aurora in a snowy landscape, wearing a scarf with a festive Christmas vibe.", + "public_commercial_use": false, + "recraft_id": "eb33f1e1-e890-41fc-be76-570796d13bc6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:34:10.568317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cddaf31c-f922-4ec8-b97b-bef114b4fd60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A butterfly flying across a pile of burning books", + "public_commercial_use": false, + "recraft_id": "b9d2138c-9971-4539-bdeb-f75df7ea1c7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:20:57.163022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0fad7bb-1168-4784-a2ed-9e4f13810b93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Light snow falls, the sky is dark blue, and a Samoyed plays with a golden British Shorthair.", + "public_commercial_use": false, + "recraft_id": "5d4f169e-c0e8-45f3-ab35-17c556106432", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:32:08.666139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4006231c-cbce-43ba-80bf-302b819d43bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A yellow bear doll and a Cinnamoroll stood on the beach by the sea to watch the starry sky. On the beach stood seven golden luminous English letters \"offwork\", and a white camera was placed next to the bear.", + "public_commercial_use": false, + "recraft_id": "96931eb0-6d69-4797-af04-04dcc3175498", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:45:55.696541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2a396e7-e671-4dee-bf26-0a74d710f093", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat eiditor", + "public_commercial_use": false, + "recraft_id": "f42b75af-e3ea-4a3a-b0d5-a7852cf9a2cf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:23:51.08689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9110c1cd-7cfe-4fe7-99e9-af251a835769", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing beside the sea. There is a hello kitty with headphones sitting. There are fireworks above the sea. The letter SZSQ is engraved in the snow.", + "public_commercial_use": false, + "recraft_id": "24eb5afe-0541-41db-9451-cc687da55dbb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:01:17.600977Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66fc9ccf-a54c-4080-a7db-ae1fb84b734c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Massive room liminal", + "public_commercial_use": false, + "recraft_id": "7b0fd2a4-cc8e-46b5-9548-953da1f95b5b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T16:39:04.331635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc372619-76ec-4355-bf14-107c4cfebde6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat with a retriever", + "public_commercial_use": false, + "recraft_id": "09574ef1-d799-4d45-8761-25981242f9f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:32:11.555837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a0939e9-8f22-4614-96c2-a53ad59d9cab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an astronaut in space, in his helmet we can see the reflection of the Earth. Behind him is the wild and glorious space.", + "public_commercial_use": false, + "recraft_id": "1597aad7-0edb-4264-bdaf-58d87355d7f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:04:52.150163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "336961b1-50ca-4307-91a9-7985dc4d829d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Doraemon is playing with fireworks sticks in the snow, with Li Xiangwan's name and Happy New Year written on the snow", + "public_commercial_use": false, + "recraft_id": "e0db601e-7060-4910-a8d6-68bbe5112497", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:33:19.272231Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c34bf9d-7784-4516-87bb-d823df9a57fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a teddy dog playing macbook on the bed while taking a coffee", + "public_commercial_use": false, + "recraft_id": "253096e0-f01e-4db7-9281-32c81727b153", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:30:36.317417Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "df053642-dc7d-4795-ae1d-ea7a3fa08b6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty cat and an asian young lady are having a christmas afternoon tea party, looking at the camera happily, with a beautiful christmas tree with string lights in the background, a lot of desserts and cakes", + "public_commercial_use": false, + "recraft_id": "9bc0447a-f140-4c73-b310-4c4c47063111", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:32:52.559934Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4691f4b1-b957-4e9f-96dc-696653892ab9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two black haired beauty wearing a pink Chanel suit in a yellow vintage convertible, facing the camera with many cactus jungle behind them", + "public_commercial_use": false, + "recraft_id": "787ed3fe-fcf6-456c-9247-0c40908f0e79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:25:26.457674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6114992b-3880-4364-9ef3-1289e3256671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Awvvw1", + "public_commercial_use": false, + "recraft_id": "0d5fdfab-5693-4927-a818-d389badd93bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:12:55.570649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c04c353e-5e1e-4e23-97c2-d11b56326d8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the snowy day, there is the sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, ZJY is written on the snow, and there are traces of cat claws next to it, with a dreamy effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "0117ea5c-ec78-4bed-be0d-e091f3a96c8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:38:09.812136Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d33fee8-579c-4217-9065-5e23f6cc9b46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A bichon with a scarf printed with klassen in the snow, with woods around and aurora in the sky", + "public_commercial_use": false, + "recraft_id": "4028570c-fbdf-4dd1-9c06-7fd2427a77e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:02:41.954062Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e02647a9-b6df-43c5-b335-711425f07b8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas is here, hello Kitty is drinking. The table is full of wine, and there is a Bengal leopard cat next to her", + "public_commercial_use": false, + "recraft_id": "8db1ddc4-3a6b-497f-971d-db96c57cf516", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:50:15.342407Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "e296a2f2-3e11-4576-8025-dae5d7117f53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big Hello Kitty is sitting on the seat next to the high-speed train window, and the window is outside the sun and a green area.", + "public_commercial_use": false, + "recraft_id": "bda2c655-6b66-49cf-a93f-04d9b537fd23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:03:21.548796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "068a200e-66fb-4a03-8eed-40d3bd813ace", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow sleeping rabbit rest in the sea of soft ice-cream after studying hard", + "public_commercial_use": false, + "recraft_id": "239edba1-508a-4888-a861-f0fa361d7af6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:36:23.904452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc27dfff-5b32-41fc-94e8-2b07408456f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute hello Kitty wearing Apple headphones and a white dress, flying a plane in a blue sky. The scale should match one to three.", + "public_commercial_use": false, + "recraft_id": "6d9aee7e-d8fa-4442-8c21-765be118046a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:06:37.749394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b723fa3f-b0c2-4416-bb51-9bc3d1b0c691", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a small cute cat is holding a guitar in the snow", + "public_commercial_use": false, + "recraft_id": "0616e9cd-a8c6-4695-94e1-c08911717f8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:33:27.29824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3cd7d05-c221-4dc3-ac37-3c397ef9eb56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A ragdoll cat wearing sunglasses drinks red wine in front of an erupting volcano", + "public_commercial_use": false, + "recraft_id": "b44ff0ce-0820-4790-be6d-36afdc99690a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:19:14.850302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e94089aa-793f-4a26-93ad-b967447578e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A red panda with glowing wings is in the snow, with a snowman next to it, and a forest and stars behind it.", + "public_commercial_use": false, + "recraft_id": "2e63fcd3-fdcb-453c-87b0-55c91a8aab3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:41:06.954207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab0babc3-109f-4812-99db-a764a382a2f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Flat-style illustration, featuring the combination of gene chains and plants.", + "public_commercial_use": false, + "recraft_id": "fb46f875-e11e-4160-ab3d-a063e1f51249", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:35:22.813819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "803fde26-0055-42b6-8f32-f4f8fc4d3ff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white kitten, seaside, Christmas, snow, fireworks, aurora, vv15 written on snow, Snow falling, romantic atmosphere, vintage film, flash, dream core, romance", + "public_commercial_use": false, + "recraft_id": "0eb087d6-615a-4237-9546-06f4d53c547a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:40:51.778008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b1ffb42-f457-407f-a728-69e761b388b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat sitting in the classroom of SJTU studies the MATHS", + "public_commercial_use": false, + "recraft_id": "74585e5b-c461-40dd-bca3-b6aa709258b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:54:00.532164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f79e931-b1b6-4067-adc7-a4336772dc2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a focus shot of a pink gin and tonic with high and tall glass on a green classic table inside a bar", + "public_commercial_use": false, + "recraft_id": "15c79943-1c3d-47f9-bc0f-fee0d7a2ea7c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:21:16.95279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b84e74e-c8e6-4506-8c58-3c403e5d2153", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Garden pool fountain butterfly", + "public_commercial_use": false, + "recraft_id": "e28b6100-5892-4280-9878-d635444a2e44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:51:49.185857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d6480ff-4333-4e0d-a4e4-faa91c3a1954", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Metal Green Tiger Beetle", + "public_commercial_use": false, + "recraft_id": "e760aa97-da23-45cb-bdc1-8eef0cc0f0a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:43:21.416892Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bd84103-13ca-481a-962b-8dfd57e2afab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a back view of six different size ginger colour cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them", + "public_commercial_use": false, + "recraft_id": "8a5ed1bf-4e32-4670-bae5-c4162eb9ba08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T12:45:14.814112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray rabbit wearing an apple green shirt stood up seriously in front of the camera, each holding a bunch of purple grapes at both ends (the grape clusters were horizontal to its chest). It stood in front of the background board of the photo studio, widened its eyes, and forced out a smile.", + "public_commercial_use": false, + "recraft_id": "e39bee94-e02a-4319-9376-0fd9d9ea624b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:45:16.549568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5254b8e-58ba-46d0-99ee-2697dbb587a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is watching TV, and there is a cocktail on the table.", + "public_commercial_use": false, + "recraft_id": "859bed08-e8ca-437c-8726-b25372a2ce9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:12:49.371211Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "092173ef-d69e-4db2-a44f-8f41e01b4b03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield HelloKitty", + "public_commercial_use": false, + "recraft_id": "a3049978-b854-4f6d-a43f-fee1823a489c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:00:45.542189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dca2d32-abff-4f7a-ad44-a7af608b1d11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a penguin doll is sitting on the ground wearing a red scarf with the word \"zxt\" written on the ground", + "public_commercial_use": false, + "recraft_id": "57115a31-fef9-46ed-abe8-853118a32422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:48:34.668801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52a94ca7-c3b9-4f62-9123-982057ab1bed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the forest at night stood a man covered in blood", + "public_commercial_use": false, + "recraft_id": "6ba2ae88-5651-4f4a-9e68-a23593ceb615", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:43:44.00436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "309ba312-6b3c-4110-a198-795b5356582c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out HSQ", + "public_commercial_use": false, + "recraft_id": "0bff4112-3cb3-4dc4-a0ee-19fd6b93648b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:54:19.682796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ce39891-1999-4e2f-bdaf-aa27b9c8ba24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby fox drink champagne", + "public_commercial_use": false, + "recraft_id": "a29e14a3-5c23-48a5-a90a-01462e2cd25a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:28:48.120065Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5dd4d1e4-93a5-4c84-8959-35fde1af286c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an Angel, long nights, and looming red lights", + "public_commercial_use": false, + "recraft_id": "b805763e-704a-4807-aa26-0d31238460da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:36:14.03418Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3e898d36-8ce3-43ca-ad7f-6492ae7b7c54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree themed photo, at night, a Christmas tree composed of Hello Kitty dolls is located in the center of the picture, Hello Kitty dolls are neatly arranged, normal cartoon Hello Kitty heads, the Christmas tree is hung with light strips as decoration, and the top is a glowing golden five-pointed star, the background is the snow outside at night, the cute, colorful scene, the atmosphere is cheerful.", + "public_commercial_use": false, + "recraft_id": "e1b7a0d6-a9e3-452d-a56b-613a463e1dd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:28:32.342696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52824256-d820-488c-b0a3-e8c63cb686e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A rabbit with sunglasses and a bow driving a silver UFO in a farm", + "public_commercial_use": false, + "recraft_id": "96e76aab-e5cb-4f86-afb5-cd9568d58a9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:45:15.051454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d7494f8-9378-4271-8d4e-b4dbdf3fa86d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Minya Konka in winter,Moonlight and the Milky Way arch bridge illuminate the snowy mountains", + "public_commercial_use": false, + "recraft_id": "6bacab78-e7b4-4ede-89a3-58085078253a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T14:09:10.260629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92215dae-0ad8-4ed9-aba4-c28220ba8c93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fire,snow,birthday,silence,candle", + "public_commercial_use": false, + "recraft_id": "7c9c015e-a556-4060-97fb-0f29f67f8869", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:15:38.81116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c82c133a-d292-443e-8898-a42d1ff10161", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy little lamb is half facing the picture, it is standing on the grass with a delicious cake on its head, eating grass in its mouth, surrounded by flowers and butterflies, with bubbles in the air, it also has a pair of small wings, and in the distance are the Alps.", + "public_commercial_use": false, + "recraft_id": "c6847d7c-c507-4526-8a66-37e46eac3441", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:48:27.336415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e329c00e-7547-4608-bbdc-f22534141c3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty wears a white chef's hat and a white lace apron to crack eggs. Behind her is an oversized Christmas tree with gifts piled under it", + "public_commercial_use": false, + "recraft_id": "7952cea4-a2e8-4a1d-b238-809ab3b99cee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:42:39.836225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "768fc2d9-5e81-4440-9d0d-fdbec93e8812", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White West Highland dog chasing a school of flying fish in the snow", + "public_commercial_use": false, + "recraft_id": "95bd0def-d659-404a-99e7-950703ebcf09", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:58:28.930817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, in the moonlight, a HelloKitty doll sits wearing a red scarf with \"WJQ\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "94f72540-327d-495e-a7e7-bfcf817d55e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:51:31.15653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec464893-01d3-442c-a3b3-8e0512b25823", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed celebrates his birthday in the snow", + "public_commercial_use": false, + "recraft_id": "d0fdc9fd-3e26-4fec-b261-dfdd93d40d7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T02:55:27.153131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9fecc79-98a3-4167-9a6e-aa089fe1b578", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a corgi puppy snowboarding, snowing", + "public_commercial_use": false, + "recraft_id": "da102e4f-0ab4-4927-9878-380d9cf879cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:46:59.570752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "040d08ae-9d89-44de-94e7-846fcfa23c1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Open the curtain a little, see behind the curtain is just empty full of dust, dust makes the whole space blurred, but vaguely see the end of the space shining light", + "public_commercial_use": false, + "recraft_id": "2cd813d1-4250-4c06-952d-8b00b4654052", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T14:01:08.546063Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "34d356b0-fe48-405e-9e68-b2834245b240", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pterosaur walks in the rainforest.", + "public_commercial_use": false, + "recraft_id": "629416d5-01a4-436a-8ed7-a2a9d71ecdaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:29:53.244406Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "136f3aa9-6e81-4fe2-905f-01a323686f2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A symmetrical composition of a robot with a moonshaped head, covered in green stripes, calmly standing on the Xi'an city wall.", + "public_commercial_use": false, + "recraft_id": "5a86cd68-8363-44c5-88ca-562aeafb6972", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:22:40.35659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitty Cat Typing Code", + "public_commercial_use": false, + "recraft_id": "470fa526-b3dd-4a79-8aa2-98743162e1bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:42:06.403983Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0e5ee8d-2733-4e15-b383-2a375230dfd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is standing by the window, holding a cake with \"10.11\" written on it, and snow-capped mountains are visible outside the window.", + "public_commercial_use": false, + "recraft_id": "b3886b5e-6946-44bb-9846-311952f166c1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:47:18.622239Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two white seagulls eating fries on the beach.the seagulls should be on the beach", + "public_commercial_use": false, + "recraft_id": "5be5d0d4-286e-4970-993a-c74015572da2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T16:32:52.782046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "656de9d0-4f4d-4b3d-9ee5-33ccced6429c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Abandon playground with furturistic slide and swing", + "public_commercial_use": false, + "recraft_id": "e69aae8d-cecb-432a-ab56-68463e7ec0e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:50:14.817105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06eb0813-17df-4c28-8218-710f977e48a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lands A4 sized image featuring four elderly individuals of different ethnicities and genders, showcasing happiness and harmony. The are outdoors, full bodies", + "public_commercial_use": false, + "recraft_id": "752552b6-fb95-4987-9d1b-5bba35807554", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:30:22.19438Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12ee34c4-03e9-4631-ae75-12655ba32e57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty with a gun in her hand", + "public_commercial_use": false, + "recraft_id": "1fb6257b-54d2-4241-afcc-911a950bec40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:49:57.224965Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese man with short hair wearing a black suit is facing away from the camera on a snowy beach. The overall picture is blue with flames next to a white Chinese countryside dog", + "public_commercial_use": false, + "recraft_id": "7a02dca7-78ac-47ed-8a69-16116f161cf0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:48:24.975642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f96b1711-4ad7-40a2-b3b3-579b25588a7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with black framed glasses is holding a camera in the snow with WW letters.", + "public_commercial_use": false, + "recraft_id": "9b3b8579-dcd6-4f34-a12d-08905001881c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:45:35.548092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a985f21d-bf32-4f53-8408-dd71bb5906ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grandpa Niu is at the seaside", + "public_commercial_use": false, + "recraft_id": "5e87e55f-e79a-4c33-b2e0-59ce91ab1164", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:19:42.180083Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54ce051a-00b7-4304-b14c-04e8cfe16488", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll wear red cool coat and apple earphones and earrings necklace ,sitting on the carpet playing the guitar ,the notebook compure on the table caught fire,in the process of music creation ,it's snowing outside ", + "public_commercial_use": false, + "recraft_id": "fda2ebc9-351c-47f4-bd7b-56033f5fca08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:45:27.865205Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9415811a-89b1-4f93-b0dd-a1a1aee15b89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cheese Love's Day Template for Custom Greetings", + "public_commercial_use": false, + "recraft_id": "6d198d0b-edf9-4ce4-bd75-c73a77d53d3a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:07:44.637146Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b56caec0-c4f2-418a-994a-75c2d448cb48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with wings and a yellow kitten with a birthday hat are playing together, with a blue sky, white clouds, and stars in the background", + "public_commercial_use": false, + "recraft_id": "846169e1-1aa7-45bc-bab8-0fa3fa9d2b4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:09:27.22999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b7c8735-6aa4-4f1c-9daf-56ea12a18eff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A vintage typewriter with a prominent 'WKSY' logo on the side, producing a scroll of paper with 'To DO LIST' at the top and a densely packed, detail-oriented list of various Christmas wishes, all set against a festive and holiday-themed backdrop with a vintage aesthetic and a festive font that complements the season's ambiance.\"", + "public_commercial_use": false, + "recraft_id": "5b3a6d29-d55a-4bf7-a1e0-f6c848b363c2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T03:04:59.777825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f3379ed-48c7-4fd0-9f86-2ac993608109", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"zjm\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "a38f6817-d575-4132-9b62-e8229b830203", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:21:19.722631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d9d241e-1b5b-4087-ac01-0638b97e1090", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kittens and stars and snowing", + "public_commercial_use": false, + "recraft_id": "038ceb98-c35c-4b8b-b79b-dc7c8c0d0b38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:45:36.434514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b0d88be-654e-4678-bab0-c5a91a8cce00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Follow the hallucinations, follow the movements, follow the rapid music, hovering around every corner. With the pulse of youth flowing, and a cup of Coke, I forget all my losses.", + "public_commercial_use": false, + "recraft_id": "2f0b858c-d79e-499e-ba4b-f5fe837a4d9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T17:48:28.873907Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fd498042-2e73-4a3b-b6cc-e620c186f3b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty and the Christmas tree and snowflakes form a warm picture.", + "public_commercial_use": false, + "recraft_id": "4fab1992-aae1-48a9-8367-41282e6ead3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:45:50.695906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ff52f34-76da-4569-bc88-cc578d9f2cfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree painted on the bathroom mirror, and \"Merry Christmas\" written in lipstick", + "public_commercial_use": false, + "recraft_id": "72992a63-1c3c-4a66-be30-17672485e1fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:31:36.353584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bac44f79-2a1a-407f-b573-712b2bd63679", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Maltese dog and a Siamese cat snuggle in the loft of a small cottage, where there is a campfire and the loft window offers a view of the night sky.", + "public_commercial_use": false, + "recraft_id": "f558ada4-a8b5-4194-9abb-9d983c246b46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:29:42.364174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db8553be-b8af-428f-95fa-f82208ed2250", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"LP & QCW\" in the snow, snow, beach, two hellokitty dolls, one is wearing a suit and the other is wearing a skirt standing next to it, drifting snow, the sky is full with fireworks", + "public_commercial_use": false, + "recraft_id": "54ba5a4a-7162-4812-ae91-65adb4f1e694", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:32:23.475061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7adc6b57-ed41-46ac-bd2a-e336e491a4f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow hello kitty and a white West Highland Terrier in the snow ground", + "public_commercial_use": false, + "recraft_id": "adacd5d3-186b-468a-99f1-8289dace9eec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:14:47.218892Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e188f9bb-d77c-4347-97dd-53dd566c42d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large colorpoint Ragdoll cat celebrating Christmas, accompanied by a slimmer tabby cat nearby.", + "public_commercial_use": false, + "recraft_id": "d133025e-2679-43a9-b7f2-46da8fdb4947", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:19:30.028502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ab503e1-0eeb-4324-bf3a-95b38d85ff62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pile of supplements sitting in a room, pink tones", + "public_commercial_use": false, + "recraft_id": "d94a8d1e-00ea-4be8-a91a-00bd35f68bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:51:28.75315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f78fd3c8-3b3e-4441-9509-043df6f595b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a Buddha sits in front of Kinkakuji being burned down", + "public_commercial_use": false, + "recraft_id": "b628c618-7fbc-4631-af15-55e5e60dae33", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:56:24.602495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cd3a287-79dd-46e5-8142-8a43f4f4eb35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas bear with Sabrina(just letters) by its side", + "public_commercial_use": false, + "recraft_id": "5e40bbc6-7f7d-47c6-9119-33bd9daa8836", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:58:20.7801Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ddbc9adc-6947-4708-a36a-3f088eb2a8bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Korean teenager with light muscle handsome curls", + "public_commercial_use": false, + "recraft_id": "5706992e-e06d-4616-95ce-97f702c824bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:31:26.54869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inside a church, light shines through the glazed glass above the church, and a man is bathed in sunlight", + "public_commercial_use": false, + "recraft_id": "3456095c-8f09-4f7e-90cf-c6a20d2101e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:16:40.899722Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd18a6f5-e9ce-4224-b484-57a85e1d4733", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A warm, vibrant red gradient background with subtle textures, creating a festive and elegant atmosphere. without the branches", + "public_commercial_use": false, + "recraft_id": "52a16cca-c8cb-42ba-99bb-f18492d4289d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:01:28.757946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a96782ae-a8a4-4377-9b53-807be9717333", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a toilet, a sink, a showerhead, and cleanroom ventilation nozzles. Every edge and corner of the room is rounded, giving a seamless and hygienic appearance. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall, showcasing the integrated functional elements with a futuristic aesthetic.", + "public_commercial_use": false, + "recraft_id": "e6c5169a-f30b-402e-9c7b-eb608918f0a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:20:07.63007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8adf0ace-dde8-4e7c-8cdf-74e9f9631af7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat wearing a Santa hat and standing in the snow", + "public_commercial_use": false, + "recraft_id": "47b2544e-e7f6-46bb-b570-bb34b9e5b255", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:37:20.509472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "172d4a45-62f2-4b49-9f3a-039250228505", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat", + "public_commercial_use": false, + "recraft_id": "84f54552-b70f-4a3d-8603-0420f79d9595", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:37:01.954275Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "997529cd-90b8-499b-9dc0-a4b0221cfc54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a baby Christmas cat in a tree", + "public_commercial_use": false, + "recraft_id": "6386725e-0e7f-4ed2-9efa-f65f9650c174", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:23.829701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41d68f8f-1718-42c4-85f7-c0d09c0f5ce3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitten in bathtub with lots of bubbles and butterflies", + "public_commercial_use": false, + "recraft_id": "8b39b3dc-366e-47b5-a7d3-959ea3a9f503", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:57:58.701932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4ee4fc8-0039-42b2-ae8d-0518a67edbe4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kind wolf showing love for an white evil rabit", + "public_commercial_use": false, + "recraft_id": "6b11efa9-91b2-4151-8dae-ce08dc774c75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:31:17.452929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "713a8614-57ca-420b-a999-76aab786a4fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Inside the cozy, white room, the light brown teddy bear and the white cat are seated at a table with a large cake in front of them. Outside the window, the sun shines on a golden mountain.", + "public_commercial_use": false, + "recraft_id": "a17bf22d-6962-4ecc-b1ef-56d212227333", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:25:36.144097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a5f3594-845b-4802-8e24-1272a5170796", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dachshund on a beach, waves near it.", + "public_commercial_use": false, + "recraft_id": "926b6fc2-6ed1-4ec5-961f-e7f46a4c66a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:03:30.558092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ef8bd16-dc85-4f5e-a850-d076e185de8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a basketball field, a gourd, a red hair zebera, a green pen, a wild open red sea, one floor", + "public_commercial_use": false, + "recraft_id": "0c0ffee5-a6c8-4786-ac1b-5c4cc701b55e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:16:15.857516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b1769d1-67de-4927-96a3-78f828d40972", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A backview of maltease in beautiful and empty landscape ", + "public_commercial_use": false, + "recraft_id": "bc3c7bbf-6571-4a6d-993a-8ddfd2f4cffb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:22:54.037389Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d1a4bf6-056c-400d-a33c-6e03a80399ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "From the eyes grew trees covered with blue blossoms, and blue glowing butterflies flitted by the side. The snow-covered beach.", + "public_commercial_use": false, + "recraft_id": "ad6487ba-0688-40c6-b931-0e10db0f06ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:21:13.080872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "retro looking kitchen with a black cat with headphones on, looking at a convex mirror and a dark green iphone taking a picture through the convex mirror", + "public_commercial_use": false, + "recraft_id": "48e9a340-f80a-4d4b-a6d7-d6da74b429b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:54:35.641155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac0b868c-e409-4656-9af0-0afb01e87eb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside Fireworks Scenery Blues", + "public_commercial_use": false, + "recraft_id": "7bf87106-ba66-40a9-8ebf-a962884fa1ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:16:54.358622Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19d363bb-2862-4313-9322-56b829fa7ed1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby bernese mountain dog and baby samoy,at sea,fireworks blooming,fall in love", + "public_commercial_use": false, + "recraft_id": "88cb692e-d8ec-421d-adc4-01d2240f684a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:04:48.868524Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "eb045f70-5e9c-4b55-b903-dfec03b77b28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This is a digital artwork featuring a whimsical and endearing image of a tabby cat dressed as a wizard. The cat, with its light orange and brown fur, is centered in the image. It is wearing a large, dark grey wizard hat adorned with a golden band and a small, round brooch at the front. The hat has a slightly pointed tip and a soft, slightly wrinkled texture. The cat's large, expressive eyes are wide open, giving it a curious and thoughtful expression. It is holding a small, open book in its paws, which it seems to be reading intently. The background is dark, with hints of indistinct shapes and shadows, which creates a mysterious and magical atmosphere. The overall style of the artwork is realistic with a slight touch of digital enhancement, giving the cat a slightly cartoonish yet lifelike appearance. The texture of the fur and the hat are meticulously detailed, enhancing the overall charm and humor of the scene. The image evokes a sense of playful fantasy and enchantment, making it a ", + "public_commercial_use": false, + "recraft_id": "842c7e3c-e3d8-4c28-8ad9-e4fa0b6bfd02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:26:34.489107Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40ce30b1-fcb1-4fc3-8646-9d3260d118ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A rabbit with sunglasses and a bow driving a silver spacecraft", + "public_commercial_use": false, + "recraft_id": "6d2268f0-ba52-4ebe-a1d0-f94e64987b13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:41:00.214912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0aff86f-1f2d-4de3-bee0-6abccd161ee8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitty and a white dog wearing a red birthday hat sitting on the beach with the ocean in the back. a mini birthday cake and wine are in the front of them. Dazzling fireworks lights up the sky.", + "public_commercial_use": false, + "recraft_id": "fc2abe56-536d-49c0-87eb-fd3b74a80ef5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:19:24.238508Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b7129efe-5b60-46cc-bac3-3583484ec69a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "In the dark of the stadium, a large black bear doll hugged a small bear doll wearing a fur hat", + "public_commercial_use": false, + "recraft_id": "9355369e-0ae4-491d-a76a-f338eb6ebf36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:26:24.786645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b9b1b1b-de7c-445f-8f99-4e4fa0804923", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby bernese mountain dog and baby Samoye,play at sea,fireworks blooming,fall in love,filmy feel,blue", + "public_commercial_use": false, + "recraft_id": "0b7dcf57-2304-4f3c-81d6-8aa1bb97c81f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:07:27.389839Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44c0ffe0-869c-4261-bac3-9710dda5853b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raccoon wearing a red scarf stands alone in the snow, surrounded by Christmas trees. Sparkling fireworks light up the sky, and a cute snowman adds to the festive atmosphere.", + "public_commercial_use": false, + "recraft_id": "28270fc2-e922-43fc-94ef-73629ed129ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:57:24.883076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2685e2e3-824a-4fc6-b517-052d070e81df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty dressed in a sporty basketball jersey and shorts, holding a basketball in one hand and standing confidently on a basketball court. The court is outdoors with a hoop in the background, surrounded by a bright, sunny sky. She looks determined and ready to play, embodying energy and team spirit", + "public_commercial_use": false, + "recraft_id": "50ace158-1512-4cea-ad6f-412ac5d6f8dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:33:07.632033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db279ab1-55cd-4bda-a970-c7bf2c4febf0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lesser panda eat apple and cakes, lots of presents and christmas tree ", + "public_commercial_use": false, + "recraft_id": "d0aba04f-f2db-4748-84c4-27eee1263cc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T14:50:12.399891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cc569ba-df7e-40ca-8437-992439b48301", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy scratches bubbles under the aurora, and the snow says Zack", + "public_commercial_use": false, + "recraft_id": "fa32a6d7-8841-49f5-97dc-1406370632ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:18:19.819356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "942d6346-58d7-4733-a0ba-fd0cace685bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a cream-colored Garfield is setting off fairy wand fireworks in very thick snow, next to a Christmas tree and behind a snowman with a red and green striped scarf.", + "public_commercial_use": false, + "recraft_id": "96fe58e4-7963-48fe-b504-4cfb81b00ecb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:29:59.036508Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5deb70df-3a14-4f8f-a67f-80e4c1943992", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink winged Samoye with a birthday hat in the snow, and a cake with \"HBD\" written on it, with candles on it.", + "public_commercial_use": false, + "recraft_id": "6e3889cb-6b69-409c-a2be-467f82eb1e7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:13:11.114292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40959510-d8b3-4a44-a14f-af69015e7011", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the cozy warmth of a house during winter,a white cat with striking blue eyes dons a festive Santa hat.Before the cat are delectable little cakes,and beside it stands a Christmas tree adorned with twinkling lights and ornaments.The lettering\"Karry\"is displayed nearby,adding a touch of personal charm to the holiday decor.It's a heartwarming scene that captures the essence of the season.", + "public_commercial_use": false, + "recraft_id": "b3c12a8b-539b-42e3-a80a-6c49a1c0e9ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T15:04:22.91593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33de1ca6-e00b-4eba-a342-d2f82a4cc442", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Heterochromatic pupil Border collie running the sea of pure White tulip in sunset sky with sparkling stars", + "public_commercial_use": false, + "recraft_id": "4eb8f582-dea1-4c20-9691-a57860755941", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:57:10.02404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99bfabb4-a26c-405d-8e91-efcc77cba153", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I'm eating breakfast alone on the terrace, grilled toast and oranges.coffee in a pretty mug ", + "public_commercial_use": false, + "recraft_id": "a07efed8-b007-41a3-a0e8-9a2ea3c0491e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T23:57:30.57502Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a557a85a-e692-4d9e-9b73-bd0429085b8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow and a white Maltese puppy playing by a tranquil lake. There is a sunset and evening glow. In the snow.", + "public_commercial_use": false, + "recraft_id": "8898d8d1-58dc-4c59-9e07-cb6c8ee9fb8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:26:41.921463Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bea2602-47e4-45a1-991f-b6527c712094", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kitten roasting marshmallows in the moonlight snow", + "public_commercial_use": false, + "recraft_id": "4fbeb296-b461-4160-a3e3-db62058a2d0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:33:01.41855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f3615d2-55a4-4844-92ae-4dce869a5d47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chubby orange cat with a red bow on its head is running merrily on the green grassland. The cat's plump body bounces slightly as it moves forward, its short legs working hard to propel it. The bright red bow tied neatly around its neck stands out vividly against its orange fur, adding a touch of cuteness and elegance. The green grass beneath its paws is like a soft carpet, stretching out as far as the eye can see, and the cat seems to be thoroughly enjoying the freedom and joy of this outdoor romp", + "public_commercial_use": false, + "recraft_id": "b2e68348-d09f-469f-a573-4185cc86d571", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:35:21.25398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4e2e560-7535-4517-aee7-044c9141a8c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowfield, there is a couple. There are also two white puppies and a silver kitten. Fireworks are going off in the sky, and there is a Hello Kitty as well.", + "public_commercial_use": false, + "recraft_id": "f3d67e73-a86f-49bf-af98-bea894180953", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T15:05:33.191856Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98166708-9418-43b3-8b21-2f35cef2d8f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hairless cat doing pole dancing, disco balls", + "public_commercial_use": false, + "recraft_id": "bd6d54f7-d421-418b-8d69-ef022e3e788f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:34:09.928619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2ac8665-4094-49f0-bef4-e3aeb72f474a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty sitting on a sled holding milk tea sits on a green grassland with snow capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "0f8fa254-17d6-4b67-9272-ddd4d1c949a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:00:15.116664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef3d5dec-fddc-485c-baf7-2d42904b471b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snow-covered ground, an aurora borealis in the evening sky, a glowing Christmas tree on the ground, and a jellycat doll next to it", + "public_commercial_use": false, + "recraft_id": "cfc3fb5c-a7f7-40a5-8b5d-b6a4e7de0dfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:42:34.110248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f27c4a85-4b60-4640-bee6-6170a31c9071", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A chine gi4l who wearing qipao, looking back at a burning jingesi, and smoking a cigarette", + "public_commercial_use": false, + "recraft_id": "e703b903-dbc3-4b7f-9945-40fd3c860928", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:06:39.041817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3683bc0-65a9-4535-b24c-7ed8f6771a8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing", + "public_commercial_use": false, + "recraft_id": "4bac48ad-a0c1-48d8-8e23-33fb530c2542", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:45:02.153311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f221e96-92f5-4d76-ad13-6c114ba582f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2-bit pixel art,morden,industrial urban scenes, densely patterned imagery, countryside and big buildings , industrial angles,lignt grey,pokemon,Owlboy,no birds --ar 2:1", + "public_commercial_use": false, + "recraft_id": "b2582884-1ce2-4010-bca2-bf1c11ce8d87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:07:51.854825Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5f861049-0c40-4c09-92bf-e4686c1e3891", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens playing DJ in the snowy outdoors with snowflakes falling in the evening blues hour", + "public_commercial_use": false, + "recraft_id": "d8d5f8a6-3505-4d4e-a149-710ae52c8d4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:34:10.983128Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac1b9620-a9b2-4316-abfb-38b0797c47df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a room filled with various molecular biology instruments in a spectrum of colors, a person stands amidst the equipment, visibly distracted. Their eyes wander off, unfocused, as though lost in thought, contrasting with the precise, methodical environment surrounding them.", + "public_commercial_use": false, + "recraft_id": "f7d249c7-59d6-497e-9baa-69f9e4ce3225", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:12:28.621636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dadcb5c-72cd-4e03-bf0b-17d75719e5eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed play in home.", + "public_commercial_use": false, + "recraft_id": "1851dd67-f23d-49ee-95aa-6cc6f7ed9973", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:56:19.293354Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff516b64-2be2-4587-9dc0-99d01fad4bd0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy Christmas Eve by a frozen lake, with a neon sign glowing over a small shop, a reindeer grazing by the lakeside, and Santa loading presents into his sleigh under a starry sky", + "public_commercial_use": false, + "recraft_id": "d58bbeb3-b6e3-4ea2-95ff-aae39b7dba82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:14:49.404173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20222a21-fa79-4e46-a061-2491b373daeb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "The castle relies on imagination and can still be climbed. In the wilderness of exile, one can see the group of wooden horses in the garden.", + "public_commercial_use": false, + "recraft_id": "2249e253-79fb-4fe5-b90b-3cdf8e80de19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:07:36.157701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cbf69c2-6e1c-461d-a723-bbd12425d90b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beagle puppy is playing with a bunny and biting on its head", + "public_commercial_use": false, + "recraft_id": "15c28f92-5acf-4ceb-9227-c14bac5f4465", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:23:02.845349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32290424-d94a-413f-922c-5679add8b276", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "c5a96fd1-8b23-4476-b26d-0b3d376c53b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:42:21.363543Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcc4f18c-d1ac-4fa7-a992-241ba54d4da9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white rabbit with blue ribbon, snow field, four leaves clover, bright daylight", + "public_commercial_use": false, + "recraft_id": "453ea94d-8179-46a4-a535-9d6aa5b09bd1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:56:27.518945Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00d36271-46c2-48bf-a525-ff68987f6771", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten in the snow, fireworks in the sky, next to the lake, Hsq written in the snow", + "public_commercial_use": false, + "recraft_id": "3344449e-509a-40f1-9311-5d5ab8448c8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T09:12:56.363498Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc95a505-55c5-4714-9029-efdb76fe2a7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden British Shorthair cat plays the guitar in the snow, and there is a sign in the snow that says 07", + "public_commercial_use": false, + "recraft_id": "00c45b6f-a6ee-4c14-b2b4-d097da68818f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T05:00:32.16224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8838b1e1-cfaf-4c0e-b898-d547e053a7c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Rilakkuma,wearing a scarf, standing in the snow with a melancholic blue background, stars all over the sky, a hint of snowflakes, a dreamy effect with light particles, high color saturation, a Christmas tree behind, and the letters YBY on the snow", + "public_commercial_use": false, + "recraft_id": "e8a22131-8b3d-448d-bb42-cfe3493da096", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T19:38:23.713689Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "89d608b4-eef8-4b1a-b33f-edec5a4b27df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a man drinks coffee at the table", + "public_commercial_use": false, + "recraft_id": "eab8577b-3a0a-43ec-8b0c-6b5fc68a2544", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:20:18.203533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24f333fa-408e-4b64-bf10-2f6479644043", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grey kitten and white samoyed looking at the aurora in the snow", + "public_commercial_use": false, + "recraft_id": "d5fb14e8-523e-4bd4-aab3-7bce172d2e13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:18:33.623577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25a23463-6942-423b-942e-0950b9187f21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty is sitting at a desk with a computer in her dark glasses, wearing an evening gown and sunglasses and holding a glass of wine", + "public_commercial_use": false, + "recraft_id": "0634f9ca-6a3f-4b8c-bcaa-65c548f603da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:02:19.503432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13a7eef5-7ccd-446c-bd5e-8616e31e360b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the room with a larger than human bear doll reading a book listening to music outside the window snow", + "public_commercial_use": false, + "recraft_id": "e3544dd0-03e9-4534-ac0c-331c3ac9a875", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:00:46.800989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, by the seaside, in a warm house with a bonfire and Christmas tree, with the words \"hxx&qzx\" written on the ground, a melancholic blue night scene, aurora, dreamy effects with light particles, and high color saturation", + "public_commercial_use": false, + "recraft_id": "c59f40fd-9cf9-40a9-8d92-6792219e31dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:09:11.790877Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1bf0360b-500d-485c-88d2-658fecd41ffd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A double layered strawberry cake with candles in the shape of \"22\" and the words \"QOSHTOO\" written on it The cake is placed on the snow with a volcano in the background", + "public_commercial_use": false, + "recraft_id": "e05155a4-c182-4a31-a691-719e354fc986", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:04:59.24759Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e7d89ed-bb4f-4849-b87c-983cbb7cc02d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lonely astraunaut, helmet, reflection of Earth planet, dreamcore, milky way, stars, editorial", + "public_commercial_use": false, + "recraft_id": "9243a47c-b6cf-438a-abdc-b9e52ce65706", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:19:30.458497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84ecb68e-3a21-454c-a501-dcc8bcdbb202", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It is no longer blessed", + "public_commercial_use": false, + "recraft_id": "c9b8d877-239c-4591-9400-db868c7e9c8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:35:19.399924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "451e95ac-df47-460c-a578-e22b2e2d24e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The black sky, a golden retriever puppy, the snow-covered ground, snowing.", + "public_commercial_use": false, + "recraft_id": "e3c2c89e-89e2-47b2-b412-bb761a82fbfb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:29:01.354315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "664b0826-591d-4e52-aaf2-a6e8eacf3834", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A piano is burning by the seaside, it's very romantic.", + "public_commercial_use": false, + "recraft_id": "c78e9ca8-af47-42cd-b137-cda62d44222f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:23:15.004811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ff53474-c267-4d81-8728-dd44ea98d83f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby bernese mountain dog and baby samoy,at sea,fireworks blooming,fall in love,filmy feel,kiss ", + "public_commercial_use": false, + "recraft_id": "da37fc80-8100-404c-a384-104bcfedcb42", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:32:12.555876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2481ae7b-0baf-475c-b13f-a4cc499be0d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "When you launch the AR experience, a scene unfolds. Outside the window, a pear tree stands with its branches outstretched. The pear blossoms, like snow, have a frosty edge. Petals flutter wildly in the wind, some skimming the window ledge, full of reluctance. Inside, the room is dim and disarrayed. Furniture is strewn about, walls scratched, and the floor dirty, exuding decay. The beautiful blossoms contrast sharply with the room's squalor. They seem to strive to pierce the divide, reaching in with a fierce grace, only to graze the window frame, leaving a cold, lonely white in the gloom and a tinge of melancholy.", + "public_commercial_use": false, + "recraft_id": "370b1ca3-a8bf-4a19-a513-4952f0eac02c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:09:35.570814Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af06e2d7-c447-4fa8-8f8d-0cd76ace2726", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Cheese Love's Day Character Illustration", + "public_commercial_use": false, + "recraft_id": "5279a1f5-2a25-41a2-b671-2ea1a63ebe75", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T17:17:31.25324Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c7f5e452-b22a-456c-a288-cbcb0b490a32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beer cans", + "public_commercial_use": false, + "recraft_id": "872109e9-671b-4c5b-baf9-d8ed4feee488", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:29:11.854224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7827308-31a7-42bd-962f-d0117438a4e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Trump holding the Chinese flag in Shanghai", + "public_commercial_use": false, + "recraft_id": "23c7d314-146a-484b-8968-3617d1dc89fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:18:42.807172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61efcde2-9dd8-4439-90c3-d13f56c0c1d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stars, snow, night, houses", + "public_commercial_use": false, + "recraft_id": "41ee1dff-f5c3-4c2c-b388-bbcf67e869d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:21:31.154344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5af52fb-c1c6-4669-975c-5f61647115d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "gold fish", + "public_commercial_use": false, + "recraft_id": "26500b6a-2f94-4a02-8548-1bab6ee6411c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:39:17.762793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3528207-ce80-4a73-9524-ab76b3b7cc08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little dog jumping around in a small forest, with an adorable child wearing a short-sleeved shirt nearby. Sunlight filters through the gaps in the leaves.", + "public_commercial_use": false, + "recraft_id": "bb10ac34-180d-4ee6-b25f-515d35d1dfd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T16:38:16.915873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e122119f-77b5-44df-8a6c-d520a24caeb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A 25-year-old bald young man, wearing a down jacket, stands in a desert under a blue sky with his polar bear friend. The camera pulls back, revealing a clean and minimalist scene.", + "public_commercial_use": false, + "recraft_id": "59362955-84fb-4fd9-90ba-b207fe2ac632", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:13:08.178648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a2ee28c-ab77-40ed-8fed-a06f209b0260", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cupcake container but with all chaos trash stuff in it, and scattering books open on top as icing", + "public_commercial_use": false, + "recraft_id": "d298a711-da78-42b6-8aa5-a3501ca200a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:50:39.965022Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7946dc56-f401-494a-80a4-736a7f8a8f79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable otter balancing on a stand-up paddleboard, holding a colorful popsicle, set against a cosmic backdrop with shimmering stars and galaxies. The scene is near a tranquil seaside, blending the ocean waves with the vastness of the universe, creating a dreamy and whimsical vibe.", + "public_commercial_use": false, + "recraft_id": "076fd8ee-7595-41d1-815b-34e7f21caccd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:19:18.890369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80c2221d-5f16-4a0a-81c7-9f23be4dd07f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty airplane", + "public_commercial_use": false, + "recraft_id": "66ba4067-d759-4a55-b861-ad750c4f6690", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:44:00.053619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ce41611-74ea-4919-a3ee-60bfc7aba514", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a white chef's hat and a white lace apron, is baking eggs with a Christmas tree piled up with gifts in the background", + "public_commercial_use": false, + "recraft_id": "66c0133a-8b90-44af-8908-3c5f5b57e883", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:19:53.132547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1595479f-23e3-4179-a056-5e21788897cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An astronaut is in front of a Kazakh yurt", + "public_commercial_use": false, + "recraft_id": "a1bbba30-fd35-43fb-931f-884b98688830", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:25:09.613638Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "816397eb-dc6e-4c03-a319-c97f65aa7d56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man leaning against a JDM car on the winding mountain roads of Akina, smoking a cigarette under the dim glow of streetlights, with the serene night sky and forested slopes surrounding him.", + "public_commercial_use": false, + "recraft_id": "e43bc9c5-283b-4c04-b8e5-79f9231e4d1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:08:06.558089Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d6551e6-1227-44e1-9ffd-f8ee57abc5a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty playing with a yellow cat in the snow.", + "public_commercial_use": false, + "recraft_id": "a3f9fba0-83c3-41e8-92d9-8344e6495cb9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:59:45.319047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ffc2b28-2261-49a8-9a38-38534f9373c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blue sea ship dog", + "public_commercial_use": false, + "recraft_id": "f5cb6935-83a9-4cc8-a1f4-e65f785aa781", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:26:50.62853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6266ac66-3580-4378-9ef5-d16ba33775b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "very very lovely cat and small dog( Corgi) stay together like couple on a ground with snow", + "public_commercial_use": false, + "recraft_id": "21949497-4334-4b17-a93a-c9ad28e05cad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:54:53.573475Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "a3ad225c-2aea-4ddf-ba56-5595283e8d26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cheese Love's Day Event Template for Designers", + "public_commercial_use": false, + "recraft_id": "c05e94d9-ec42-400f-9c3d-554f6a62dd8e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:48:44.565886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ae57190-694a-464e-8c5d-c2d4baecf360", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "joke bear and chritmas tree", + "public_commercial_use": false, + "recraft_id": "8924dcab-8e0c-4597-8ece-ab4b0e22bcc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:34:57.486734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8849876a-3595-4e07-99a3-dfa3088d0da6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A bird is flie while reading a book over the city that is about to be destroyed by the tsunami ", + "public_commercial_use": false, + "recraft_id": "fce4aab9-7317-4ac4-b904-651f84f8dd32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T17:02:41.489829Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "99b7edc1-2891-4d7e-ae0d-fcc18a65429b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A jedi knight use his light saber to protect elegant princess ", + "public_commercial_use": false, + "recraft_id": "bd73216b-13aa-4b4d-881e-dd66e8eb7ed2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:51:59.146258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fa61d9d-8a4b-411e-a923-067afefd251f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chihuahua wearing pink clothes is rolling in a Christmas decorated room", + "public_commercial_use": false, + "recraft_id": "25195969-2040-463e-b04d-bfa4adfc9a4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:34:02.435018Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2619eac5-43ed-4903-8d40-98683f9e771c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A ragdoll cat is taking a bath in a bathtub, holding a cup of coffee", + "public_commercial_use": false, + "recraft_id": "aee831b6-e55c-4da1-8def-ab6eb570f544", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:54:54.869751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06f32f5a-a7e6-48c9-b0c3-d38371f85864", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with glasses and a curly haired dog wearing a black hat sit in the snow ", + "public_commercial_use": false, + "recraft_id": "8bc5a4bc-aa43-4162-be4a-b6a24bb03c5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:34:18.418109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Celebratory Cheese Love's Day Graphic Design", + "public_commercial_use": false, + "recraft_id": "8c842865-574b-4bb3-bbca-0bef8f516407", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T14:58:16.234799Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e65fbf54-3482-4eb3-9177-c102e01a4621", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald Trump smile to china", + "public_commercial_use": false, + "recraft_id": "251ae6e7-6c4d-485e-aec3-b4cc1fff78fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:51:29.63496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45762ab5-6504-45f2-a8a5-5a5e7e155aec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "golden british short hair cat, gem necklace, christams, white, silver, gold", + "public_commercial_use": false, + "recraft_id": "d35b1fe1-1a28-4943-bf5e-bcd8b19076e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:09:48.570118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4781f5d3-00dd-497d-9df5-e8cc6269d25d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty/snow/merry Christmas/love/mountainfirework", + "public_commercial_use": false, + "recraft_id": "128e555a-b0cd-4634-b74f-8156f9de7544", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:45:32.255024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0cea1156-016c-448f-af34-4d543789f092", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed faces snowy mountains and an aurora next to fireworks and cakes", + "public_commercial_use": false, + "recraft_id": "dc8a8f87-bb15-472a-87d4-bdf7392dabc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:54:05.735516Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8adcd3b1-a495-48b0-a03b-007028f41a0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the deserted city, the sky was slightly dark. A skateboarding teenager stood at the zebra crossing with a crowd shuttled back and forth. The teenager wanted to show his straight face.", + "public_commercial_use": false, + "recraft_id": "26884507-d64a-408e-98c0-407b24a7d57c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:00:15.870476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89102a66-0a2b-4845-a056-4040af0044fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy with a snow man star moon chrimas ", + "public_commercial_use": false, + "recraft_id": "d4bd81a4-e5d2-42a6-85b6-b770df2ce542", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:15:37.723861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac78b344-7d00-4d3e-a93c-7bda7c8a76f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "80a8491c-04eb-47df-bbdc-8d4a4bab7a44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:31:40.275327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the middle of a field of snow there is a hellokitty wearing a scarf with lvy written on the ground", + "public_commercial_use": false, + "recraft_id": "16ccc1ec-c0ab-4d4a-8041-d773939f8e04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:16:42.161594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5022005e-900f-48ac-9834-0763306a33e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red panda and a seal are good friends. They are reading together by a lake in the forest", + "public_commercial_use": false, + "recraft_id": "6ff09331-644a-4f4c-971a-77a71118ac84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:30:12.327031Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94eec5bd-ee05-4a08-8f98-525fc69e697c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow of Hokkaido, it was snowing heavily. A corgi wearing a scarf", + "public_commercial_use": false, + "recraft_id": "7d348b56-ee13-4634-8347-811d50665075", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:48:34.174706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e21dc7d-8908-4896-afea-30cc030c8614", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, hello Kitty sat in the snow with GXJwritten on it, and there were fireworks in the distance", + "public_commercial_use": false, + "recraft_id": "102597d3-c853-4d16-9c23-bd53e10e2308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T03:08:29.378321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efb47e04-332e-4b14-8db9-7c9b0c17940b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white small Bichon,playing in the snow,wearing red Christmas hat", + "public_commercial_use": false, + "recraft_id": "2f2744e8-99d4-45a1-b19d-92bd608624d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:56:48.278907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "803ef18a-5e6c-4877-a4ee-95f64214885b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "She holds a transparent umbrella in her right hand, while her left hand lightly grazes the green netting of a snow-dusted suspension bridge. Snowflakes fall gently around her, blending seamlessly into the serene and tranquil winter forest backdrop.", + "public_commercial_use": false, + "recraft_id": "c7cf3fe6-5268-491e-8a3d-0a926712a194", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:35:08.949577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec75853b-6f39-4ee3-8a1c-5b476808f5f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute puppies, one black and one white, quietly walked close together from the endless lush grassland, with the aurora on their headsThere is a butterfly", + "public_commercial_use": false, + "recraft_id": "f6bf227b-c486-46d1-a79d-875eb7dcc0cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:45:25.508015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ace459b9-f925-47c0-81bb-e1299c7c867a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Celebrate birthday for toys; alone atmosphere; no people in picture ; cake on the grass; sunset; ", + "public_commercial_use": false, + "recraft_id": "b62b8bc7-12dc-42a6-88c9-5a9ad21b4c55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T01:08:59.911542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4005700-cec8-4820-bcdc-41f28aadd346", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed puppy sits next to a Christmas tree in the snow, under the aurora borealis, wearing a Santa hat", + "public_commercial_use": false, + "recraft_id": "7bebc4ff-e44a-4eaf-9fa2-637e00054b60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:13:05.810556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c22b92b-dee5-4ecc-953a-5733494d0006", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The letters YYX are drawn on the snow, and next to it is a little golden retriever wearing a Santa hat", + "public_commercial_use": false, + "recraft_id": "47751086-53c8-4e78-ad57-a825a84ed152", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:37:51.654688Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "18c612da-9f4a-48b1-96be-f818d31e59ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "remove this", + "public_commercial_use": false, + "recraft_id": "a93b53c2-2bab-4416-874e-402c68ab3c70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:52:01.476419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f31b85e8-b9b0-4311-a4b3-cea8919dc033", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "angry winnie the pooh working on a crazy Monday morning in the office", + "public_commercial_use": false, + "recraft_id": "872c7a9a-94a8-4f15-89ef-12ab7e011979", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:56:10.862563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f4739f6-7b87-47c4-825d-13f82df5139b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoye wearing a pale pink collar and a Samoye wearing a mint green collar playing in the snow Fireworks \"kiki\"", + "public_commercial_use": false, + "recraft_id": "2eed826d-c959-45da-9173-10a296d444fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T00:47:11.734917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7f158c2-401b-4b7c-b371-49d14293007e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy night, two cats drink wine and cheers, watch wonderful fireworks", + "public_commercial_use": false, + "recraft_id": "69daad71-234e-461f-8de5-aca3c49e0eeb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:33:39.769225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df68ed1d-42f2-4b73-9911-23611af583e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white West Highland White Pink Ears celebrate a birthday in the snow red close", + "public_commercial_use": false, + "recraft_id": "a1a8ff5a-58b4-474b-97f0-0393bfa2de5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:37:21.375632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c987de2-f9fe-46ad-993e-82ff6e6c5098", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat with a cigarette in its mouth is riding a spaceship in space", + "public_commercial_use": false, + "recraft_id": "b32318ad-5354-42a0-af89-493bcc86467e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:29:55.071258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad389a8f-7aae-48b3-89ff-9016c00be386", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Flower in the snow", + "public_commercial_use": false, + "recraft_id": "469dcd98-ddd3-4b16-ac0a-db72d57ff356", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:19:36.524088Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "2d66e672-2662-41bb-b2f2-5ff53a0cfb0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat was sitting on the sofa with a guitar", + "public_commercial_use": false, + "recraft_id": "0874e243-2052-456d-a902-7e821c384ca2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:25:50.958397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47eaee67-73e3-4e5c-af17-587eef53af19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese power worker wearing a blue hard hat stands under a high-voltage tower, carrying a black toolkit.", + "public_commercial_use": false, + "recraft_id": "3a53091d-29a5-4c41-a128-7cd4f5b1e1f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:51:49.602268Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97e4657e-ec97-4bb4-912a-bac5bce4d12e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "YELLOW retro tv in my room, front view, horizontal view, a deer video in the screen on the tv", + "public_commercial_use": false, + "recraft_id": "955d0814-53a8-4774-aa08-033ca302d138", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T14:36:37.864298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dog and a cat celebrate their birthday on the beach", + "public_commercial_use": false, + "recraft_id": "91e7228f-cb43-42ad-862f-9b35f817858f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:16:29.103686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15bd626d-1650-41ad-9104-37c25e2fc221", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hong Kong The Shek Kip Mei fire took place in Hong Kong on 25 December 1953. Asian Young man look at the camera", + "public_commercial_use": false, + "recraft_id": "22cd7249-cefb-4ad3-a646-b94baf9a9d40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:29:56.954298Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fea373bb-0dff-4eff-aa0e-81008a214f5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the background is a red ornate room with an ornate Christmas tree decorated with the letters \"L I V I N G M O R E\"", + "public_commercial_use": false, + "recraft_id": "e400a2a9-4009-497b-88db-e819f7c072f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:20:49.795591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b9116f6-bcce-4acb-aeed-3d4965858673", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a snowfield, the sky was pure black, revealing a ray of aurora. Black corgi was wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "95149832-7124-48b4-9f72-63f294b043c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:00:31.702578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd3046bf-c59c-4596-82c3-4f667780ff6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas-dressed cat sets off fireworks in the snow. This scene is full of atmosphere.", + "public_commercial_use": false, + "recraft_id": "0b7e2933-ad48-4b63-b328-a6923bef6773", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:06:23.443303Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d838d1a-b61e-498a-8682-a40e9896cc76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Japanese white Shiba Inu baby in front of a snowy meadow, a delicate red Santa hat with a star stick, a Christmas tree next to him, beautiful northern lights, and small butterflies surrounding him", + "public_commercial_use": false, + "recraft_id": "0b46e0b8-92fc-4382-a99f-143f7fdb44cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:02:04.048074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4e3a1c0-9325-421d-830e-aecdd7745821", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A charming koala in a snowy landscape, capturing the magic of the northern lights with its camera.", + "public_commercial_use": false, + "recraft_id": "3cbd0b54-075d-46dd-8be5-1a69360dbaba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:00:42.945581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13251329-68bc-4027-acb2-519edad23619", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hollowed-out bone-shaped mailbox with butterfly wings in it.dreamcore.blue", + "public_commercial_use": false, + "recraft_id": "aefb7968-5b1c-4ce5-9537-2749c72dc14a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:10:00.117612Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "23d3e0ec-897f-474b-80b6-d9c85219d607", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"YYW\" written on the ground. There is also a Cheis tree beside doll.", + "public_commercial_use": false, + "recraft_id": "7ba1fda1-124c-49b4-83fa-5180609ce9ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:57:40.743688Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d272f05-5231-497c-91ff-900a1587f4cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress playing with the slides, sunset in winter, firework", + "public_commercial_use": false, + "recraft_id": "abc67fd8-036a-4915-8991-ac04340d7880", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:08:07.864215Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2149d9fe-a9df-40ee-9e3b-60dce25f9cdc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute pure white cat pose in front of the Peace Gate in Milan.The cat is wearing sunglasses.The weather is fine and the sky is blue.", + "public_commercial_use": false, + "recraft_id": "9dca44bc-bf4c-4a3a-b8ce-48e1b7d0484c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:03:48.181784Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f15ede0b-937f-42b4-bf47-a13e1af18e87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white lion with wings is lying on the beach and looking at you.", + "public_commercial_use": false, + "recraft_id": "564c6727-ba7e-41dd-ab95-ed0c3678b374", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:39:30.718063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5090612d-7d87-4ce3-afd6-7b96d6ebd109", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with aviator's glasses on a hot air balloon", + "public_commercial_use": false, + "recraft_id": "6d81b963-b9d7-4d44-b0da-536d9b9bb2a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:56:48.35922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Please make a \"Happy Birthday echo\" with rose petals at a hot spring in Hokkaido, Japan, where it is snowing", + "public_commercial_use": false, + "recraft_id": "03c60950-8ba1-4f15-b141-77fc757231c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T10:02:24.798834Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ca11ee54-e935-475b-beda-1b267d65a5d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lightning striking a ducati motorcycle in flames in the middle of dried grassfield with a blue storm", + "public_commercial_use": false, + "recraft_id": "7048ddf6-d5b1-4f59-b6f2-fdb89959548b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:38:55.416914Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18d6bda0-f4d1-42b4-87a7-4b261e231384", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dr. Monkey is worried about his thesis!", + "public_commercial_use": false, + "recraft_id": "3b84b51d-d5b4-48bf-91ad-a6d0770e193b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:18:15.320662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45086966-bfc8-4cfe-9d36-697d9d25b71b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the bedroom, a calico cat is leaning on a tabby cat.", + "public_commercial_use": false, + "recraft_id": "6acb630d-d513-475b-95d1-9396a37dc6ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:18:27.310282Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fashion simple background, blue sky and white clouds, film wind", + "public_commercial_use": false, + "recraft_id": "8a62aadf-fd9f-4a4e-a4ff-a074af335fc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:16:47.569852Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d61d0169-881f-4e1c-add8-6facb01c675c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In Japan, with a volcano in the background, a cute little dog is running on a snowy night.", + "public_commercial_use": false, + "recraft_id": "6f381d59-b1ef-4100-990e-1f4f4a0a58c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:21:31.953462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b328bb6-414d-4ee7-889a-e3b69e7b206f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white West Highland White Terrier big era carrying a pair of small butterflies in the snow", + "public_commercial_use": false, + "recraft_id": "98092f9a-de84-453e-952f-f7f8427b990d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:54:36.353907Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the complete Arc de Triomphe in Milan, with a blue sky above it. A Hello Kitty is happily taking a picture, wearing a blue shirt and white pants, carrying a messenger bag, and wearing glasses.", + "public_commercial_use": false, + "recraft_id": "b5652945-c560-49d8-acf4-dba604221f5c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:15:31.15377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f34e8ba-189a-42a0-8b9a-e9ef64a5d584", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Lop-eared rabbit skydiving", + "public_commercial_use": false, + "recraft_id": "c578715a-a48e-41ba-b7a3-bcae056491a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:06:53.486098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd45711f-5888-4a29-820f-16a2790e43ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fish in the bubble", + "public_commercial_use": false, + "recraft_id": "cf96d8fa-addd-44d7-b006-4f1204d74738", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T00:08:49.427444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc00ea94-c5b2-4187-bedb-d2f582cdea8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dog with wing and a cat under the volcano in snow day.", + "public_commercial_use": false, + "recraft_id": "550af165-8e02-4cd2-a2eb-ccadcaa58a3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:15:40.135172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "382091f2-944c-41cb-9170-cf543c03231f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light yellow Shiba Inu is smiling in the trash can", + "public_commercial_use": false, + "recraft_id": "39024271-2b4a-46fb-ab9e-c46399bc5eb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:54:59.468489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b80498c-c8cd-4f2e-ae22-234af5e0dac7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged puppy is playing in the snow.", + "public_commercial_use": false, + "recraft_id": "cf81b312-9ad2-4174-b129-ccdb33ca9819", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:53:22.180092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Eye level camera angle, a slice of red velvet cake in square shape, lays on a vintage green table, with a light green wall on the back", + "public_commercial_use": false, + "recraft_id": "f956ff18-b8db-4364-881c-c3d55e7ca8e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T04:57:00.878825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34fb7cab-8c39-4690-acc4-25ea56631d96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "find pair of similar eyes, and you will see the same world.", + "public_commercial_use": false, + "recraft_id": "5077096c-262b-46fe-949f-1de819842790", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:46:42.717248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33442924-6483-491f-afa7-0d027b42f693", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"yst\" in the snow, snow, a hellokitty doll standing next to\"yst\", drifting snow There's a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "570814f0-2c59-44cb-8298-bf9ac3a0e93c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:56:24.562573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7c04e12-927e-45ac-97cc-a332376466cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white border herder was wearing a Christmas hat in the snow to celebrate Christmas, with a red electric guitar in front of him and many stars in the background.", + "public_commercial_use": false, + "recraft_id": "72f7853a-10bc-4fb0-8347-72845ef1cd9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:38:56.631026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bf020f5-2225-48f5-ab59-3cc247991800", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kumamon set fire to the Kinkaku-ji Temple.", + "public_commercial_use": false, + "recraft_id": "ba5bc752-6f14-4acd-a460-a46f0626f309", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:51:32.054523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c09c3dd6-7ebe-4a4c-af3c-76a4f7994281", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald Duck is smoking and playing cards at the mahjong table. The table is very smoky. He looked indifferent", + "public_commercial_use": false, + "recraft_id": "98aa49bc-cbd2-42d3-a5d5-1613b2c76775", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:49:23.086804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49747c7b-f457-4e78-a4d4-d02938cac9b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "High and Wide angle. Two fish jump up from the lake, asymmetrically, with water splash. And a real orange-coloured duck with feather on the grass. Blue sky.", + "public_commercial_use": false, + "recraft_id": "a27b7598-253d-47ca-bb46-d3456962ee1a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:38:08.794807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa93e902-4d7d-49e9-8e83-560fab2d0c37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sunset Vanilla website is so girly", + "public_commercial_use": false, + "recraft_id": "be246d65-7b06-4363-b950-c0bcd57604df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:18:47.700349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50e049d1-88ae-4957-ae48-daefb8b869a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with feathered wings stands in the snow,with a pine forest in the background and a pink aurora in the sky.", + "public_commercial_use": false, + "recraft_id": "32bec940-9058-4f8a-b53b-30de383a0b93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:45:35.814446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6850581-5d4d-406c-b937-8c631604ed34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy beach, there is a teddy bear belonging to Mr. Bean. The teddy bear is wearing clothes with Liic printed on it", + "public_commercial_use": false, + "recraft_id": "0a20c2cc-c330-4811-bdb1-250a48a6de8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:56:36.046397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2ccd513-cc06-4d9b-bb59-efa75dba304e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Purple butterflies ,Black cats with glasses ,Sunflowers ,Snowflakes", + "public_commercial_use": false, + "recraft_id": "f9bd5176-0b5a-4fe1-8460-29488de94d23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:28:13.768992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53a676e7-87c0-4ff9-8745-a9e559720a8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty/play lego/fire/fireplacewhisky/merry Christmas/love/camera/ccd", + "public_commercial_use": false, + "recraft_id": "4059d88e-cb89-4958-a0a5-957f1db9e4b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:39:21.954941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71a81261-39a6-4c57-85b6-77e607a35494", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit that will bring any good luck is dressed in style", + "public_commercial_use": false, + "recraft_id": "86771e8e-c159-41bc-a444-1eee5f9e2db3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:39:41.853361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b595c73-f058-4c78-a569-f91dbc25832b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Draw the letter HAN on the snowy ground", + "public_commercial_use": false, + "recraft_id": "02a9fa34-371c-4e3a-ae69-4c81994af0fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:37:03.535792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96e2ab1b-845d-4f3c-892b-487a5b47b797", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is standing by the window, holding a cake with \"10.11\" written on it.", + "public_commercial_use": false, + "recraft_id": "df3c48ac-09d5-418a-bb37-4bf2d3112089", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:20:56.236585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c093bb3c-ac4d-4e22-b745-fb7b7871ffae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A backview of long ear hair pure white maltease in yellow and dark beach ", + "public_commercial_use": false, + "recraft_id": "eab89476-428e-4754-81bf-831b83d6979c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:14:27.053509Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4b4cb60-9e4a-405b-a547-33333bc9dde7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Duolingo bird learning languages", + "public_commercial_use": false, + "recraft_id": "df2ae212-2590-4644-9750-c6e08303cb9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:18:03.611776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ffc5836-1e99-4a7b-bcb6-9f1525557b04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The hamster holds a fireworks stick in the moonlight, and the fireworks draw the three letters \"WSY\" in the air", + "public_commercial_use": false, + "recraft_id": "05868788-8bab-45e8-bf5d-1ecbd2ed293e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:45:04.224259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2042781e-3dac-4c2a-b89c-450c779cbb5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2 little cats standing in front of the snow mountains and toasting", + "public_commercial_use": false, + "recraft_id": "34ea701f-68a0-4067-b746-dd8dacad10b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:47:28.855096Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aff65b45-656c-4233-abe2-660de3d6421c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sad teddy dog, drinking wine in pool", + "public_commercial_use": false, + "recraft_id": "77e11705-f0e0-46a0-bd24-7adf393f9324", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:22:56.650317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1927604e-4c10-40b2-8fc8-104d22d9b050", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Full-stack wizard casting CSS, JS, and Go spells by day. Web3D and Virtual Art apprentice by night. Powered by flat whites and Splatoon 3 ink.", + "public_commercial_use": false, + "recraft_id": "0298ba7f-bf6b-4328-93c3-a29c8d3231e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:54:20.936358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "217f674c-04c7-44fa-a998-05cef7555315", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young,cute Shiba play the electornic guitar", + "public_commercial_use": false, + "recraft_id": "8bd6ada5-f68c-4cf5-a8ef-2e3d68e47482", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:43:50.555823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b0ef0bd-b546-47e0-8867-3e70aa00f2c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Jazz big band. Close up to the guitarist.Highly detailed and precise. Black culture.", + "public_commercial_use": false, + "recraft_id": "0f87e6a0-1d07-4074-9584-25326b2e752a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:06:10.755949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f87d42a0-db71-47dd-861a-95923f5df7f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty is drinking, with alcohol on the table and a Bengal leopard cat next to her, creating a Christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "e93d9ffd-360d-4ea6-86ac-740785a93cf5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:27:36.253149Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "28ede5ca-f010-4350-a622-ce1f6741f41f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitten looking out the window at the snow", + "public_commercial_use": false, + "recraft_id": "645fe491-7159-46d2-ac55-3d142bb48e28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:32:09.524745Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c381d18d-7100-4c8c-9e81-e0d499b72ebe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "back room", + "public_commercial_use": false, + "recraft_id": "ee9755a2-6ad5-4a01-ac61-e8bd97c73c58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-03T01:53:46.549745Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7a09ec1-07ac-42e7-8bbd-49f16612dba4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a beautiful mountaintop with a beautiful orange sunset in the background.There is a grassy slope on the ground.A cute Hellowkitty sits on the ground,only occupy less than a quarter of the photo frame.A pure black mountain bike, placed on the ground on the right side of the photo. Hellowkitty is facing the camera with his big eyes Opening.He wears a Nike's pure black hat.", + "public_commercial_use": false, + "recraft_id": "bbc9c668-5cbc-4e4c-ac5f-dcd40dc41a0f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:13:49.022174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b000044e-c5fb-48ce-8746-2dee370310d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat,lightning", + "public_commercial_use": false, + "recraft_id": "369bf1e7-4c7c-4399-914f-cabe333fde51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:51:31.548187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc7461db-bfc5-44a8-9d79-e4efd235c3bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a scarf, stands in the snow with a corgi and a British Shorthair blue cat. Snowy mountains are visible in the distance, creating a calm winter landscape.", + "public_commercial_use": false, + "recraft_id": "acb117f3-7012-4e0b-b151-3bfb980cf0b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:41.15638Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9dca5aad-a0b3-481e-a287-6ab6c959823d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beautiful ocean with tsangka2 Happy Birthday written in the snow, be healthy and happy, not too big of a font. Next to it is a hello Kitty holding a birthday cake. It needs to be a film feel.", + "public_commercial_use": false, + "recraft_id": "a3052349-2c91-4b82-802c-065cbb430f2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T02:18:47.116776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9881c00c-4e9f-45e3-9382-74167fa787e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fluffy white owl is watching macbook, with christmas hat", + "public_commercial_use": false, + "recraft_id": "07e9d9d4-3639-4167-9483-4fd717a7ee89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:06.25323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96b4125f-3fae-45a6-b85e-db47575148f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Seaside Fireworks Blues", + "public_commercial_use": false, + "recraft_id": "899f8a70-1bd9-4d84-94cd-9da140899e40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:08:11.764394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe74b5a9-c604-4927-97e8-0e0a4e710f01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dark day, there are many meteorites in the sky fell to the ground, the ground was smashed out of a lot of fire pits, next to the ground along a river, the shore is a sea of fire.", + "public_commercial_use": false, + "recraft_id": "adcc4a1c-0906-4f1f-a6a5-9c1966c61465", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:45:47.64876Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ab6d6238-b881-4f78-ad7e-630a1c5d0941", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus sitting on a Christmas sleigh with a Hello Kitty head cover, the background is the snow outside at night", + "public_commercial_use": false, + "recraft_id": "31e4743d-f443-4ad5-ae9d-e692358f57f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:31:28.79284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94ed7673-8921-4ae5-8ce4-cd88fa6e52ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Fujifilm, with a warm overall tone, at dawn with the sunrise. A Christmas tree stands in the snow, adorned with string lights. The scene is quiet and clean, evoking a dreamlike atmosphere.", + "public_commercial_use": false, + "recraft_id": "b6519fa4-8ba8-4a4f-a54f-699d64dce24b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T04:23:27.837671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f56d3521-4512-4c26-8a3c-e9733f806ef8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitten, Glass Vase, Flowers, Old Camera", + "public_commercial_use": false, + "recraft_id": "306e54b9-3d42-42b8-8f33-13b5fb84aab8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:30:57.706502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1a1a71f-1295-4d60-b967-65fb0396882c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the heart of a lush green forest, a solitary stool stands right in the middle, as if a silent sentinel. Upon it rests a flowing wedding dress, its delicate fabric billowing gracefully in the gentle caress of the wind. All around, nature reigns supreme, with not a soul in sight. The air is thick with stillness, a hushed serenity that whispers of secrets untold, filling the scene with an air of captivating mystery.", + "public_commercial_use": false, + "recraft_id": "4c7dc5c6-e47d-41eb-8d74-d155a66a0ac3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:16:33.386789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf97105c-bf6d-4267-901c-d6bb6df4e295", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Golden British Shorthair cat is smoking in the snow and there are beautiful fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "8d829a81-a750-4453-affc-62191104e35d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:37:20.509472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "817d1e87-59e7-4a22-aa94-8d51a784065d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "books", + "public_commercial_use": false, + "recraft_id": "84f54552-b70f-4a3d-8603-0420f79d9595", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:07:54.062006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a816216-6ac8-416c-90ae-e3ec8355673a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Coffee colored chubby teddy dog in the snow", + "public_commercial_use": false, + "recraft_id": "2e818f3c-ba0e-4fab-afb4-3f615f078b62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:39:22.055104Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06a68bde-ba41-4bd4-914a-eb9f636dcb03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy looks at the distant mountains in the snow", + "public_commercial_use": false, + "recraft_id": "57f1cf4c-526e-4103-a193-c62c0905d0b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:55:36.85617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b0b5412-1490-4c88-85ee-32e3e505d36f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens, snow, Christmas", + "public_commercial_use": false, + "recraft_id": "26865759-1c16-4009-9d4b-8ae5b3f2d364", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:02:25.865899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe75cf13-89ba-4752-bd45-fd2a336065e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "one cute HelloKitty sitting under the maple tree the tree has beautiful red leaves", + "public_commercial_use": false, + "recraft_id": "6a06e8db-5342-44bb-b990-062008ec2750", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T09:05:17.377994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "faa7fe40-edf7-494f-b56e-8a096d4ac1da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I want a winter snowy land with the brand name \"islet bean\". I hope the atmosphere will be warmer. There are puppies running outside next to it, and the style is more childish and natural.", + "public_commercial_use": false, + "recraft_id": "d3f822a1-b7f4-427c-855b-87e299a06bc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:28:19.284332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5a081b1-35f0-479f-b64e-8264f51a7cd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Birthday cake", + "public_commercial_use": false, + "recraft_id": "0e9816a3-2394-4cbf-95dd-f79ccb57d355", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T15:23:05.910837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9376fd0-f238-4a05-b162-58a552ae41c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Samoyer in a pink dress facing the cake in the snow with the words ice cream on it and a first birthday candle with stars in the sky.", + "public_commercial_use": false, + "recraft_id": "dc63b701-aed1-4b6a-a87b-7b663c85992d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:25:45.401221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76a35651-dec8-4518-b567-1f55f76ed20d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance, there is a very cute black cat rolling and laughing on the grass in the sun with a red woollen hat.The color saturation of the dreamy effect of a little light particles is high.", + "public_commercial_use": false, + "recraft_id": "2755654b-ae50-4ab4-814e-d35e4b1925ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:01:38.375335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68c53867-f3ab-41d0-b58c-c837ffd9642b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cats, snowfield, Christmas", + "public_commercial_use": false, + "recraft_id": "116c538f-f7e4-4778-bd3b-2f16e68f494e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:27:29.210112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f7acf65-23a9-4a29-83f7-c8803a128642", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black and white cat wear a cap,playing drum kit", + "public_commercial_use": false, + "recraft_id": "d8c01577-4f77-4a9e-ac56-1d9186343837", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:17:05.071424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a35b8c83-c545-4271-821c-39a23b104f81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ginger cat wearing sunglasses pointing the gun to stitch", + "public_commercial_use": false, + "recraft_id": "f20a22da-9181-4fc0-9e7a-78236b4ce855", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T09:44:49.756772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6b46dcb-3553-4c6c-87bb-db303194375e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A huge syringe came toward me, but I was lying in bed, unable to move.", + "public_commercial_use": false, + "recraft_id": "3dd7ef62-ca57-4134-abba-ed2bd1b76f99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:08:04.888247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d47b8ea-19a8-436f-923a-275a9559f6ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Virtual worlds, made of code", + "public_commercial_use": false, + "recraft_id": "a8f5b47b-c336-44ee-835c-5eb214fb1cc1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:58:57.381465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e90f500-5bbf-447d-a08e-bdfcec8e721c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll and Spider-Man doll take a flying car ride through the bustling and brightly lit city streets at night", + "public_commercial_use": false, + "recraft_id": "236b93b1-dab4-4079-b992-abe0c5e2b746", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:32:12.288895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29e4f3fa-dba5-47b9-a2d1-4f33e962d339", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby lion ,Starry Sky, The Word \"Sonam\" Is Spelled With Diamonds, the background is full of Red Roses .The crimson roses should be closer, and the word \"Sonam\" should be very shiny.", + "public_commercial_use": false, + "recraft_id": "693e39e4-b15b-46b5-aea6-950619e544dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:01:47.236791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4822161c-0195-44af-94b5-f808a65149d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the snowy day, there is the sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, Ya written on the snow, with traces of cat's claws, with a dreamy effect of light particles, high color saturation", + "public_commercial_use": false, + "recraft_id": "a58bac52-6d01-4b65-8a27-d092d1de3e01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:03:13.442655Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da3a12a0-144f-4596-b71a-637f2fabf00e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks in the snow at night, starry night sky", + "public_commercial_use": false, + "recraft_id": "ff73d024-508e-4786-985c-b92c3454a8fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:16:30.55966Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ba0e9c1e-1380-409b-81af-e03fb6372851", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog and a fox are on a fir tree in the snow", + "public_commercial_use": false, + "recraft_id": "0a54b266-68ec-4585-b393-e84cf7304961", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:49:24.655675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccbc0d68-ee88-4b21-a681-fb61d8be931a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are four petal-shaped patterns arranged like a windmill with some space between them. Each petal features a different landscape: the first petal is a beach by the sea, the second petal is a snow-capped mountain with the Northern Lights, the third petal is covered with colorful flowers across the mountains, and the fourth petal illustrates an autumn scene with an abundance of fruits.", + "public_commercial_use": false, + "recraft_id": "5a0d3dc0-dc94-47e6-af71-ae5c1dc6ced8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:02:58.903666Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3d07fe53-6b62-4db1-a026-8b78c904ee32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a ginger cat and a decorated Christmas tree in a Victorian home", + "public_commercial_use": false, + "recraft_id": "1df52331-61ff-4a7a-9c08-069a637c1f8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:08:17.479297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "367ba682-3df8-4ae2-9df6-2dee1108d19a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are music arrangement equipment in the studio with a green background, and a little duck is making music in front of a computer", + "public_commercial_use": false, + "recraft_id": "f0e0eb6d-2ace-460f-8d27-b7342683793f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:36:40.088711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72048a19-af92-408f-98c7-dd49c35ef55d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Teddy Bear, wearing a scarf, standing in the snow, on a quiet night with the letters YBY on the snow", + "public_commercial_use": false, + "recraft_id": "3f0b513f-4373-44ad-ac05-f7caffa7502a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:52:15.252858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beauty wearing white sunglasses looking to a mirror and full of herats", + "public_commercial_use": false, + "recraft_id": "f2c5897d-ec45-481b-855f-99c128694bd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:13:43.059865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aac35a90-a905-4972-8399-549a64b8051f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flying-ear furry yellow Teddy dog, soaring freely in the universe and eating McDonald french fries ", + "public_commercial_use": false, + "recraft_id": "e660ce8f-735d-4560-a87d-0731bda3f4b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:46:08.864104Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1383f0cc-4f46-4cf6-a150-9c6e9838bccf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white ragdoll cat holding a gun, in the snow, snow floating in the air, blue tone picture", + "public_commercial_use": false, + "recraft_id": "d7d74302-a1ce-4ba3-a641-c3bb65203c9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:00:16.153589Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "87216cb3-bce4-4aec-95cf-d6ae4a656a63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cicurlar mesh garbage can in a ruins office in a close up shot", + "public_commercial_use": false, + "recraft_id": "84fe298b-1d5c-499f-a6f2-4ca55f2d7eef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:09:04.14108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01619b64-8e1c-4223-b1bc-815f97cab62b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye West takes a photo with his toy bear", + "public_commercial_use": false, + "recraft_id": "24d5a7a7-0df5-4ef9-b6fe-08b847459bb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:08:47.256811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53191caa-ec6c-4929-9674-030d4b9d7dba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It sounds like this white cat is having a very enjoyable Christmas!The combination of a white cat,blue eyes,and a Santa hat sounds both adorable and fitting for the season.Just imagine it chasing snowflakes in the snow or curling up by a warm fireplace,both are cozy and heartwarming scenes.If you have a photo of this cat,you can share it with me,and I would be delighted to help you describe the scene of it playing in the snow.", + "public_commercial_use": false, + "recraft_id": "d101d40f-11e4-433c-b698-20f1e50aa310", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T00:52:43.039642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5536c1b-cd4b-461e-8937-e0f813c27d03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The stars shine under the quiet blue night, and the back of a white kitten squats in the large sea of irises.", + "public_commercial_use": false, + "recraft_id": "3e810283-984c-4f37-b91e-8b4be375beba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:45:57.251137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "894e9c69-0c1a-4961-b531-f02a57d2b406", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoye and another Samoye in a birthday hat surround a cake in the snow", + "public_commercial_use": false, + "recraft_id": "2d447f0c-6af7-484d-89fb-f800a12ff646", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:38:54.564876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3cbab27-2746-42cb-87fa-3f1d09bd32f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "a back view of two ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them", + "public_commercial_use": false, + "recraft_id": "c17ce4d0-b63f-46df-969b-ac29a905a7c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T02:03:58.014992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c50f3882-67cc-4a33-8d6d-21e1a2403627", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ocean jellyfish, tropical flowers, waves, snowflakes", + "public_commercial_use": false, + "recraft_id": "c1d3e45e-8263-4789-ad7b-5381a338e83d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:36:36.375787Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8533fdf3-3e77-41a9-80c6-55f4c407624c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas cat, train, snow", + "public_commercial_use": false, + "recraft_id": "10ac70e2-7cb7-4da3-9093-f57482cdb22b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:02:41.054167Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a4936d3-9c1d-4f9c-9d36-944e4048e606", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It snows and blues every day.A crocodile is in the snow.An orange kitten stood on the crocodile's back.There is a dog flying in the palace.", + "public_commercial_use": false, + "recraft_id": "a22568df-8f7f-4655-a2bf-f7c3efb757cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:17:17.579936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A picture of a little cat looking up at the sky under the Christmas tree. On a snowy day, there are many stars in the sky", + "public_commercial_use": false, + "recraft_id": "8117ee9d-a619-4ec7-b4de-19fc2d347994", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:18:18.426209Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5a106433-f70d-4369-a6b4-8be345504472", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On an alien planet, two people run hand in hand under a deep blue sky, their backs facing the viewer.", + "public_commercial_use": false, + "recraft_id": "bca54516-92ef-48b6-ba4a-e142a9aa76e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:26:39.950717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4f777e3-a61f-4397-b008-91d6dd93f725", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and Snoopy face off in a playful fight. Hello Kitty wields a tiny toy mallet, while Snoopy, wearing aviator goggles, holds a foam sword. The background is a colorful playground, and the mood is fun and comedic, with exaggerated expressions and action lines.", + "public_commercial_use": false, + "recraft_id": "80bd55e9-7a06-4f32-8843-91db1268ddd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:56:59.989151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "824ac3b9-d942-48eb-8ae5-c62856653bcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A horse stands in the snow, looking back at the camera, with many colorful jellyfish floating in the air in front of it, and behind it are vast forests.", + "public_commercial_use": false, + "recraft_id": "532ad0f0-b50e-4987-8049-b60dd9380a80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:32:07.253657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c46f295f-bfb6-4616-a188-c7824f364ac6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with black-rimmed glasses was reading on the beach, with the blue sea in the distance", + "public_commercial_use": false, + "recraft_id": "8a0a6eff-4883-49d6-9e7a-48ef86f99ad9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:43:53.362536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d83c4e6e-a35d-47a0-a30e-48d6af02d308", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas tree, santa hat, christmas decoration, blue sky,baby sheep", + "public_commercial_use": false, + "recraft_id": "4fce42be-814e-4612-8df5-dc6efee66587", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T13:13:52.524699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7cb135c-b3e9-4d1c-9441-61feeac370be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blank white wall, with many screens on it, all line drawing, no content inside, blank, desolate, moonlight, movie texture, dream", + "public_commercial_use": false, + "recraft_id": "38da9e06-361f-4729-a59c-8404cc74498c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:59:04.145317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fdb401e-1378-47cf-a5ca-7898e3031a57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy evening, you can see a trace of dusk. There is the sea in the distance. There is a white HelloKitty doll wearing a Christmas hat, next to it is a Christmas tree, and CXR is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "552f82fd-df94-446a-bf2d-dd1cf0aa3dd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:47:35.202986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65e96d6f-3519-4746-a218-7bce97e921a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, there are fireworks in the sky, Samoyeds and border collies are running in the snow, there is a sea in the distance, there is a bonfire,", + "public_commercial_use": false, + "recraft_id": "ebc4ffea-2ef9-4717-998a-625835ce5455", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:35:15.63053Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9b7ec04d-2e53-4a8b-b105-e15f294c9172", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the background was a red ornate room with a beautiful Christmas tree full of decorations, and put the letter row \"LIVINGMORE\" on the tree by hand", + "public_commercial_use": false, + "recraft_id": "387b5dbb-c35d-477d-9bd6-ad28e0a8f971", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:09:20.135849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52b702cb-7db1-43c0-9efa-0274ca40aec0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty with a pink bow and a hello Kittywith a purple bow let off fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "020fe0b6-08e7-4d2d-8006-0de9e3ec05df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:28:55.064716Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c7b4fa2-615c-45e5-b3b7-d57fdbb60860", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute raccoon wearing a pair of cool sunglasses, DJing infront of a huge Christmas tree", + "public_commercial_use": false, + "recraft_id": "ddd26f26-902e-42ba-a928-0ada511df1a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:09:10.531985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9ea6d7c-d8f7-462b-9758-dcba4340f964", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the winter cabin, a black-and-white cat is using a laptop on a sofa covered with a blanket, with a bright, snowy Christmas tree outside the window. Inside, there are Christmas decorations.", + "public_commercial_use": false, + "recraft_id": "4145a1d2-488f-4e14-8892-9c8149008268", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:00.598853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a990488b-7341-471b-9238-dd007d906f57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink-blue sky, light snow, a cozy wooden house, a cat wearing a knitted neck and playing with a cat-teasing stick", + "public_commercial_use": false, + "recraft_id": "f3140434-4fd3-4d53-b922-bc859079e3ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:07:50.169726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7fc8153-2034-4f4a-b5e1-04489b2fa2f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, there was a white house with a red roof behind it, and the doors were mint-green. A Japanese schoolgirl in a school uniform with a scarf squatting next to a black cat on the snowfield in front of her.", + "public_commercial_use": false, + "recraft_id": "47fff923-ea34-42b6-8a55-ed6d661d90bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:11:47.785068Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "099a3809-c200-4d70-adc4-8ad01496ed43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Tyrannosaurus Rex sits at his desk with fire in his eyes and fangs showing.", + "public_commercial_use": false, + "recraft_id": "b1e77230-05ce-4db9-ade3-1634cad30ba5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:31:26.210374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black baby goat wearing a sweater is running on the beach", + "public_commercial_use": false, + "recraft_id": "627a895b-4fe5-48e0-af28-ca33d52afe7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:27:31.494636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47f8512a-af31-4961-b72c-6427ed6c409e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Devon cat, he is a short-haired cat with curly hair. He is very thin. He has a triangular face. His nose is white with a black patch under it. His four paws are white and his back is black. He has big ears and white feathered wings. He is sitting on a white cloud with many rainbow-colored gift boxes on it. In the distance is a pink sunset and shining stars", + "public_commercial_use": false, + "recraft_id": "e81556da-32c9-47ff-825f-9649c9274145", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T15:42:59.073611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72216f0e-44c0-4889-8421-81d38f170cf5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks bloom in the sky, there's a hello kitty next to the Christmas tree, and ZYis written in the snow", + "public_commercial_use": false, + "recraft_id": "dd8866ae-5ccc-4b1c-830b-abd7b21e2752", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:52:15.252858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a4a62e8-b1ab-464d-a0e7-fce799fce59b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beauty wearing white sunglasses running on the London Bridge", + "public_commercial_use": false, + "recraft_id": "f2c5897d-ec45-481b-855f-99c128694bd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:28:25.488673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1229f1ff-e84c-4246-b11e-ea3e3d8221f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A hellokitty is sad in winter, alone under a furry blanket.", + "public_commercial_use": false, + "recraft_id": "2f2f67bd-c051-4677-86a3-a0e2bcba97ff", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:43:14.647044Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f262b40-9d21-429a-a419-b259d45b1ebb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance, there is a very cute black cat rolling and laughing on the snow in the sun with a birthday hat. The color saturation of the dreamy effect of a little light particles is high.", + "public_commercial_use": false, + "recraft_id": "e855650b-7476-4f15-bcb9-d668ba3e2cf9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:02:44.230539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Grey and white long-haired rabbit looks out of the window in the Christmas room", + "public_commercial_use": false, + "recraft_id": "e53d579d-a963-4a69-9107-f243cdd33cba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:51:59.648989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2599362-9fec-4fe8-8c0c-b53f750f3061", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fluffy dog and cat wearing sunglasses are playing snowboard", + "public_commercial_use": false, + "recraft_id": "97b7af32-3acb-43ef-b545-39d8beafd850", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:46:18.760424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9146968-7d7d-4491-b96e-4c5b5dd981b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with wild pink eyes wears a floral pink dress, while a beautiful Emerald eyed Persian cat blow bubbles besides", + "public_commercial_use": false, + "recraft_id": "752b30b5-6b2a-4149-902c-8d03a383df24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:35:42.463882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1beef677-4475-42de-980a-e8f63e2f51dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An electric guitar sets near the Christmas tree with some box and sofa", + "public_commercial_use": false, + "recraft_id": "9a6728d3-3111-488a-928e-7fd992842f38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:41:17.27202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33bd73be-da8a-48dc-9255-9147465c622c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog in a kimono is standing in front of the burned Kinkaku-ji Temple.", + "public_commercial_use": false, + "recraft_id": "fe9ccf8f-9077-4a03-82f9-c74cc8254eb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:17:44.159606Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "b45f60a9-da9d-4c17-98ba-71ce4265103c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree in the snow with Pomeranians and foxes on it", + "public_commercial_use": false, + "recraft_id": "447a9255-a4ec-4562-93a9-77c6f5a5ab7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:20:09.064433Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fbf8fc8-2f4c-4624-8078-88d6fea62533", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a frog was holding a umbrella and it was very small,standing on a street which was planning lots of ginkgo trees,they were yellow and falling", + "public_commercial_use": false, + "recraft_id": "b79bbc3b-657a-4da0-b0b4-0145dcfbf298", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:23:07.053437Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bef01b2-0e6a-4536-8ae8-165a2883ab9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black teddy dogs and civets play in the snow aurora", + "public_commercial_use": false, + "recraft_id": "10b06b26-99e5-4851-838d-fe4dc18ee76b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:37.874444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a91a94c-e2d9-4fe4-baff-cb9f39e58525", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Waves on the sea campfire on the shore, and I burst into tears you are not with me, Miscanthus in the mountain pain still stay in the eyebrow.", + "public_commercial_use": false, + "recraft_id": "897131bc-e9ab-4bdd-8617-e0e94ae675ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:13:12.664508Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34b5b35b-54ec-4481-be40-06461f087aae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Batman drives a car in the sky.", + "public_commercial_use": false, + "recraft_id": "db5cf312-91af-4039-8854-f6d1c19e0cc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:20:43.424258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1b7bb28-78ef-4555-a3e7-0448de37a1f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The big Monsters in tokyo are destroying Washington in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "16ba932e-f289-41bc-9eb6-1ea57a3adae6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:08:43.519506Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77da5c55-155e-48e1-a1d6-fc6d4ce35f72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow, in the evening, in the deep blue sky, a Maltese with transparent wings", + "public_commercial_use": false, + "recraft_id": "2b32d2a6-88e8-4456-9bd3-e2c71f763188", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:31:55.897838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "225c1b2b-2315-43b5-9f9c-bd3429b10a41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A yellow cat make wish to a snow dring Christmas", + "public_commercial_use": false, + "recraft_id": "4e083901-99db-46a0-90c3-f8053e0ad032", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T04:00:12.728309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e892751-e4cb-4f55-aadc-3bd51c644c91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a letter with an envelope in a New Year's atmosphere, bright lights and snowflakes around", + "public_commercial_use": false, + "recraft_id": "dce042cf-a624-4f46-961b-cea2bdb78092", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:46:36.548955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c4e4280-7487-4951-9019-a1538d606de5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A winged rabbit swimming inside a room. The scene is tranquil, with soft lighting, and in the distance, pink mountains are visible. The overall tone of the image is bright.", + "public_commercial_use": false, + "recraft_id": "bed1de35-e245-454c-8bf2-3b3b02dd5255", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:00:40.573382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea9b58ba-2523-4763-8bfa-af9851fd1049", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A huge rock collides with a tomato", + "public_commercial_use": false, + "recraft_id": "5e58e19b-8f8d-4d92-b8c6-33f7298182c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T08:31:49.722251Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a02d3058-005b-4195-9e86-ecb657a01302", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Handwritten word \"sinnyu\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "7deb6f1f-65bf-4657-bf19-6f19579ba559", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:16:10.7259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce442e99-3320-445f-8a65-a2fcc0600214", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat and a Distorted Mickey Mouse standing on the beach next to the blue sea with tangled fairy lights around", + "public_commercial_use": false, + "recraft_id": "a943206a-b49f-4c6b-b16c-5145bbaa170d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:22:06.651426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "an English shorthair cat with Short legs, standing in the snow watching fireworks ", + "public_commercial_use": false, + "recraft_id": "8a862626-06be-4da7-a288-307026d33fed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:51:21.541906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce2ff634-4cdd-4298-b685-47a7b6dcfadb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It says happy birthday tsangka2 in the snow of a beautiful sea. There's a hello Kitty holding a birthday cake next to her, this photo is going to be warm and fuzzy.", + "public_commercial_use": false, + "recraft_id": "b9798e0b-851d-4910-98bf-e870b9cb163a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:41:54.366186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ce87bbf-70d7-4038-89f2-074fac3aa4fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light snow was falling in a dark sky, and a white Pomeranian was flapping its small transparent wings", + "public_commercial_use": false, + "recraft_id": "617809a6-b125-4923-ab77-e7bad7bee0a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:18:29.619918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello, Kitty, on the snow, there is a Christmas tree next to it, by the sea, on the snow, \"han_4270", + "public_commercial_use": false, + "recraft_id": "93c5b731-8a38-4d5e-8f69-6a5aef256b06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T10:10:08.925865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow stood a black cat that looked like a doctor.Enlarge the picture of the cat, there is no other background, only the snow.Hairy eyes are green-brown.", + "public_commercial_use": false, + "recraft_id": "fb956188-b92b-430a-b970-56ca653af446", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:52:46.849513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27e2ce70-6c5a-4b36-9201-1f4097e3b9c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitten surrounded by friends cake with 1206 happy birthday on it", + "public_commercial_use": false, + "recraft_id": "a7711418-303e-4bf0-8320-ca439214fa3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:03:42.628322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2729f365-7b29-4d8e-9a14-ee844228091e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a spotted dog is sitting by the burning bonfire wearing a Christmas hat. There is a sparkling Christmas tree behind it. There are many stars and butterflies flying in the sky.", + "public_commercial_use": false, + "recraft_id": "c1d5e919-1488-4288-9170-743e3b858822", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:27:54.74346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3cfe7ba6-5869-4fec-9dfb-9f688af345fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"weiwei\" in the snow, a hellokitty doll standing next to it, fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "2c711791-980b-428d-9e66-d6e855e5c704", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:42:15.685145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat; snow; A Christmas tree;", + "public_commercial_use": false, + "recraft_id": "3c08b542-b314-406a-ac0f-0d056c1bfee2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:41:48.964064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0cc811f3-ad54-469a-9462-f2cd6d8fa747", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten wearing a cowboy hat takes a picture in the snow", + "public_commercial_use": false, + "recraft_id": "86c9dcd2-1b52-4c95-9b52-17d736763cb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:44:15.302921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31a488cb-a30a-4e60-88d0-472ac93cc192", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large French window, outside the window is the sea, no one, from the window inside to look outside the sea, the window inside is dark, outside the sea can see the sunset", + "public_commercial_use": false, + "recraft_id": "fb8d91c2-c824-4b16-9156-647b7482739a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:29:46.25393Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0153d507-3cfc-4231-ae9d-1c628d573cd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten looks out the window at the snow in the distance", + "public_commercial_use": false, + "recraft_id": "3fc47272-a173-4e60-ac54-8015305b36a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:43:22.924219Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A huge pearl put on a crown and was choosing a wedding dress.", + "public_commercial_use": false, + "recraft_id": "de01a14a-fcc8-4e9e-a89d-646b34ea27f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:52:03.83899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f386e4a-818f-4cbd-9332-c12d046b9993", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the backrooms liminal space", + "public_commercial_use": false, + "recraft_id": "4b360d2a-2279-4107-9721-0dc9b82d6dae", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:50:31.290282Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter", + "public_commercial_use": false, + "recraft_id": "dc39c1d9-db9d-4bf2-9f91-542a2dc0ae6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:34:03.280149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bear floating on the ocean, fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "6650fcd2-e43e-4614-b527-7ef4f172aa8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:52:33.367093Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3e3964f7-9fc5-439a-8917-4c077f79ce7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red poodle and a pug swimming in the cloud sea, with bubble around the air.", + "public_commercial_use": false, + "recraft_id": "0e08b2e8-5fe9-4da2-9104-db6a7cff4150", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:52:14.829455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aee2fbbb-a705-49ab-9594-36fa8975ddec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas Scene, Toy Bear, Stunning Christmas Tree, Christmas Gifts, Dining Table, Short-haired Asian Male in Red Sweater (Front View), Frontal Image", + "public_commercial_use": false, + "recraft_id": "061d48ef-7878-4e40-b235-859343d43404", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:29:10.650382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acda5ce6-4e78-45e8-8c55-a7f834ffeccc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In ancient times, two people sat on chairs watching volcanic eruptions", + "public_commercial_use": false, + "recraft_id": "e1a9b8e0-35ee-4448-b114-c8fc17d7fa5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:02:56.060222Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0a8784a8-2eaf-41f5-960b-f8ce4f802dcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "dogs with wings", + "public_commercial_use": false, + "recraft_id": "bf1eac57-ce64-49c2-b8ba-a592f4be5170", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:44:05.535042Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40fd70b9-231e-4332-b5e8-d5617a534cdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance. The close-up is a hello kitty doll wearing a Christmas hat, next to it is a Christmas tree full of lights, and \"zaq\" is written in the snow. The dark blue night sky with light particles.", + "public_commercial_use": false, + "recraft_id": "5d4cf91c-1c86-4548-9f75-6a4c7da62e28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:55:13.425724Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38c34ed0-d6e0-4487-976d-ed77dd49a147", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A young Korean pure white Maltese with a red birthday hat and a pale yellow and white Shih Tzu wearing sunglasses on a computer", + "public_commercial_use": false, + "recraft_id": "1c987a4b-2839-4a6b-9b19-6f2090dc5375", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:19:30.028502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a399fc25-9bf5-4c47-89de-3a5856e9a791", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pile of supplements in the library, yellow tinted", + "public_commercial_use": false, + "recraft_id": "d94a8d1e-00ea-4be8-a91a-00bd35f68bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:14:07.411735Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "498a3d9e-a81d-474c-98d4-f9e41743bca1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a butterfly cat. Make a realistic style, i want a perfect details", + "public_commercial_use": false, + "recraft_id": "8d13e4c1-1d60-4660-940a-5bb826eca396", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:17:39.712359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Film camera with cat and dog.pigon on the sky .", + "public_commercial_use": false, + "recraft_id": "29bf82f8-62d7-4792-bc5e-169bd7ac3701", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:19:11.549551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Snow, the sky is pure black, Teddy puppy has a transparent wing", + "public_commercial_use": false, + "recraft_id": "768487d0-2fab-41f7-a4da-0a1a5c4f34d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:39:19.909213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54882cb7-e28e-42af-81cb-789846b9d8f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lesser panda holds the red apple in her hand ", + "public_commercial_use": false, + "recraft_id": "025e610a-93d9-4701-a79f-2e61af43e74f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T15:38:08.794807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b331c3dc-a1d1-43e3-82b0-936d454ed231", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "best friend get the best gift from Sunsestvanilla", + "public_commercial_use": false, + "recraft_id": "be246d65-7b06-4363-b950-c0bcd57604df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:49:46.514727Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fc24e70-81c3-43de-8ea2-ce5fba9d02d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy sadly doing work sitting on the office chair wearing a tie facing a pc ", + "public_commercial_use": false, + "recraft_id": "652a9a11-ed96-4a53-b28e-05cc9f4d14de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:13:50.514945Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "969c4378-3aa3-4b3e-ae44-d60007f38b1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "beagle smoking at the window, watching the volcano erupting", + "public_commercial_use": false, + "recraft_id": "727a250f-0c81-450a-8e11-bb4435616195", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:59:37.371884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c41ccb1-9c6f-4352-9882-bada146c4e6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Godzilla-like black and white Schnauzer", + "public_commercial_use": false, + "recraft_id": "a9b38585-4fc0-417b-9f22-3e35c3683d51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:22:25.750844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1afbbddf-358b-4b2b-96dc-3428f84c06fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white West Highland White Terrier big era carrying a pair of small butterflies in the snow birthday", + "public_commercial_use": false, + "recraft_id": "952c7f41-3fcf-4b2d-8306-0da07c261e40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:52.212794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Jasmine blossoms in the snow", + "public_commercial_use": false, + "recraft_id": "f685a2d8-ac42-49e9-af55-cb40c734f674", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:28:59.770694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty/play lego/fire/fireplace/whisky/merry Christmas/love/camera/ccd/play", + "public_commercial_use": false, + "recraft_id": "0ad97b72-9371-4e25-8693-879a37fe8038", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:32:50.783075Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2be4c047-8a86-4f2f-bf2f-31366584a273", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the luxurious hotel lobby, swimming pools are all under the spiral staircase, and the sunset shines on the shimmering water surface", + "public_commercial_use": false, + "recraft_id": "00ebd006-1833-40e6-975a-69de0e428889", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:42:36.650832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96b2271d-8d48-47fd-b9ea-48c6c9562b84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Furniture is all pink bedroom, should have HelloKitty element", + "public_commercial_use": false, + "recraft_id": "c9801fa3-ab3a-40ed-9212-f137f4ca0146", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:24:11.669122Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de2601a4-c497-40d1-8ead-5dfdf4743ec5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Eclectus parrot in the room", + "public_commercial_use": false, + "recraft_id": "fbc00d10-6c4c-49bd-bc87-cfc2a841ec81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:15:13.458917Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a6c69fa0-6f5f-4a23-bddb-761bafd3b97a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cats watching grand fireworks at sunset by the beach", + "public_commercial_use": false, + "recraft_id": "4d5d05e5-3537-4468-a4c5-d13780f98874", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:01:13.174511Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "7025bfb1-a672-44cd-8ea5-b8cdf078bf75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, with the Bund in Shanghai in the background, there is a Santa Claus on the square holding a red apple in the palm of his hand.", + "public_commercial_use": false, + "recraft_id": "2f68111e-5a59-43d7-96f2-0bd36ef903ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:31:53.918415Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "128f8f92-0040-474c-9c85-5cf3703a7be3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Move the Christmas tree to the central of the pictures with decorations on it", + "public_commercial_use": false, + "recraft_id": "f602f02e-17e9-4aaa-a825-b471824e5996", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:26:57.695217Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df31931f-871a-4600-b668-e048de8410ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kobe is shooting on the rooftop of the building. At sunrise, there are many basketballs floating in the sky", + "public_commercial_use": false, + "recraft_id": "0837cb4f-a184-4b0a-b91c-d63f8914e40c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:30:33.3431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efbaa981-2161-4a37-aefd-fce2138b32ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the Arctic, a kitten and a West Highland puppy in the snow, an aurora in the sky, were handwritten on the snow: HeeSoo", + "public_commercial_use": false, + "recraft_id": "6f7338c6-5a3e-4a9c-9df1-06605e399a67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:12:40.944972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9854c83-cf82-4cf7-922f-efcb09702598", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rifle made of bones", + "public_commercial_use": false, + "recraft_id": "163d23e9-a0da-4ea9-a908-eaa591ee87b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:03:37.064413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b830a608-9dbb-415e-a5ca-f0eeb6b87296", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat and a christmas tree in a snowy evening", + "public_commercial_use": false, + "recraft_id": "c146b9d5-ee65-41cb-8bee-d323afcc0047", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:26:23.867855Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "eb06402e-6dd1-4c1d-b21a-e3e7340ea477", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the background is an ornate room, mainly red, with a fancy Christmas tree full of ornaments, in front of which there is a golden rope around the tree, hanging the letters \"L I V I N G M O R E\"", + "public_commercial_use": false, + "recraft_id": "8b8bd125-226a-4fe7-9d3b-c7b37d7ed1cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:26:27.93847Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9752da9d-1fc2-412d-85a9-f886059c3a4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pure white Shiba inu with wings stands on a snowy beach", + "public_commercial_use": false, + "recraft_id": "954ff2c1-b731-4e64-88c5-722e9c4daa22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:16:59.366032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc5d9f97-d1d6-4bb8-824d-25500aa67347", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireplace, whiskey sour on the table, guns, cakes", + "public_commercial_use": false, + "recraft_id": "4c867208-ac69-4d1e-9c93-37ba33ba5cae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:42:24.764776Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b0c988c8-8523-4cfb-8a17-caf19f40efe6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A killer whale leaping out of the surface of the magma", + "public_commercial_use": false, + "recraft_id": "c79fa101-889d-4833-8e46-f48223aa0a0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:20:36.952716Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "154fa42f-c9b7-4fb5-acad-80bbca53a703", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden hair and Samoyed stickers for birthdays, strawberry cakes, birthday hats, warm atmosphere, colorful ribbons", + "public_commercial_use": false, + "recraft_id": "7c1036f5-55bf-4631-9541-86e59c1378ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:44:40.780362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9570cf49-9e89-4c68-ad3a-f4a21d50a7b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behind the Japanese style hot spring private pool is a snowy mountain and", + "public_commercial_use": false, + "recraft_id": "ef1888b5-bdf1-4c40-bb51-4b4472bbdac1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:25:28.909996Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "630f4bb9-8a03-470d-9f5e-91dc736e767c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Editable Cheese Love's Day Social Media Graphic", + "public_commercial_use": false, + "recraft_id": "89277717-04e9-4025-b993-e91d97bea156", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T08:19:24.145383Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eefdd188-03b3-4ec6-9d8b-91934be39076", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big quokka with xmas hat shares milk with a small yellow cat", + "public_commercial_use": false, + "recraft_id": "c45e878b-6de6-4711-a062-8e7bd03f277e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:42:26.037689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "322270b2-e924-44b0-b2b8-98e6b6b74c20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A person wearing duck-themed pajamas with their face obscured, sitting on an old desktop computer placed on the roof of a white classic MINI vintage car. The ground around the car is covered with scattered old desktop computers.", + "public_commercial_use": false, + "recraft_id": "e1db8134-38be-4a22-aa14-c4e14f025ea8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:33:42.429122Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "71b4529c-a266-4f1d-bd07-17a82319e138", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas Cookies", + "public_commercial_use": false, + "recraft_id": "af93ca15-52f2-4e0e-af5a-3bb5b658332e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:47:49.526514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11f11ada-a3ef-489d-a5b5-aab66d07acd4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Ragdoll cub playing with a Border Collie cub in a cozy room with bubbles innear a santa tree ", + "public_commercial_use": false, + "recraft_id": "162b5367-0139-4c2f-a660-c431822e96e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:59:12.501732Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "aba06919-d72b-436c-af84-7c8769470565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Samoyed faces snowy Mount Fuji next to fireworks and cake", + "public_commercial_use": false, + "recraft_id": "2d5178cc-dc36-4ce8-beb6-8974cf00fe43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:02:06.648411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c224bc6c-5050-440b-8f9d-839b1035d840", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Massive room liminal backrooms", + "public_commercial_use": false, + "recraft_id": "cc1421ed-d73e-4ba8-b5e0-2f5971e6077b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:17:54.15182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81c344d1-b50e-4831-bdca-296456d87a2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day at night, there is a little Pomeranian wearing a Christmas hat on the snowy ground with a campfire", + "public_commercial_use": false, + "recraft_id": "d5e242df-12fe-44ef-b01d-6022b0f895ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T08:23:26.759913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a652ca3-279d-4151-9aff-dc84ecbde1ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pingu, dressed in yellow in the snow, looks at the sea with headphones", + "public_commercial_use": false, + "recraft_id": "39378df0-d1b0-4dbd-8ef0-327643195726", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:23:37.916696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21c52296-83ae-41d0-80bf-2dac463a8aa3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "many fireworks,stars, and friend wear brown stripe pajamas in the party very happy the pajama have name is \"muabomb\"", + "public_commercial_use": false, + "recraft_id": "7eff1413-cfc8-4a79-83e2-1e9ba65ede8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:47:50.565963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f0cf653-4119-46c9-9259-0836803a4514", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a yellow table, a kitten was giving a speech, and there were so many TV sets to broadcast his speech.", + "public_commercial_use": false, + "recraft_id": "90a60157-1737-4e82-9c8b-5341c4ebe4b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:40:24.501861Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d747d007-9aa1-4965-9237-08612de1d1bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "big Christmas tree and cat in the snow", + "public_commercial_use": false, + "recraft_id": "ad3a0f95-6528-4aef-a871-ef7ff964df78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:31:52.9902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdf45b34-2485-42d4-a19c-40d2e69c3565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lesser panda eat apple and cakes", + "public_commercial_use": false, + "recraft_id": "4ddf5fda-e8db-460e-af5b-cd8df7b76c76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T05:30:53.572014Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fdb7600-19d1-4d96-9a0a-1f67fb0505bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A red panda is surfing on the sea.", + "public_commercial_use": false, + "recraft_id": "432e3ba7-8abf-46f8-8a44-978f79a30520", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:33:39.854569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee518003-26d2-4741-a7f4-5c77acc70d60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat drives a train carrying a lot of people and flies through the city sky", + "public_commercial_use": false, + "recraft_id": "4bec1050-faff-47d7-90d7-45e6ffb1f24d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:29:09.923298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d11b982c-61e0-46ca-9600-bc5cb8b01fae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The last fireworks of a summer night in taipei ", + "public_commercial_use": false, + "recraft_id": "60594ae1-bc30-4739-bf81-fc92a915733a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:06:02.982821Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7362a822-5cdb-4a35-919d-0bb055849286", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kurt cobain holding a black cat, sit in back of a birthday cake, cream on his cheeks, he is smiling looking at the camera, he is wearing the black and red strip sweater, a guitar is placed against the wall behind him", + "public_commercial_use": false, + "recraft_id": "74447e5d-0d9a-4927-82ca-9a95cc2013d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:53:54.373556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14c107ea-7dff-4400-9901-e668d339594a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree in the room. Winnie the Pooh gives cans of honey to Mickey Mouse.", + "public_commercial_use": false, + "recraft_id": "82d141f1-6b81-476e-aee2-6141937f457c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:19:03.56663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac2100d8-2a7a-4445-974a-4d6f384d75bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy is wearing a scarf and eating an ice cream in the snowy field, while fireworks are being set off in the sky.", + "public_commercial_use": false, + "recraft_id": "08da60c9-2ea3-4d2e-8190-52982ad8f8a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:50:55.767097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63f5183a-0ac8-4570-8db1-846ae83e639a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow kitten and a black kitten snuggle up to each other in the red rose bushes under the sunset.", + "public_commercial_use": false, + "recraft_id": "0e03fb4d-6dd4-4030-bc53-05bd940478be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:50:03.43669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8e4f3a8-0f67-4797-8e59-fe18db5937fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A solitary dog stands at the base of a towering, rugged mountain peak, surrounded by icy streams that weave through jagged rocks, with chunks of shimmering ice floating in the water. The atmosphere is steeped in an intense sense of foreboding, as if an unknown danger lurks nearby. The scene is painted in a moody blue color palette, evoking the cold and distant beauty of the landscape. The setting is illuminated by the soft, fading light of a sunset, casting long shadows and adding to the mysterious and perilous mood of the environment", + "public_commercial_use": false, + "recraft_id": "67f63cf4-53a0-4637-a207-675a397f0507", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:06:20.316161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a775b5b-e5b0-44f2-8316-60a27c53ec34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A glass of red wine and a half-filled bottle", + "public_commercial_use": false, + "recraft_id": "8beff5b2-17c8-49b3-a1bc-7056bbadb172", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:33:41.548691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "silly black cat with headphones on playing in the snow ", + "public_commercial_use": false, + "recraft_id": "5b461700-72e6-487f-8a30-141c940a3bb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:25:10.030936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05bf51a9-4cb4-4283-9dbf-69b24c3ec058", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A fat black kitten is drinking beer", + "public_commercial_use": false, + "recraft_id": "c158c54b-f49d-411a-8607-c744dc649f01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:34:27.099156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb280447-2951-4f8c-af6e-b0963ad3c3dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there's a little civet cat and a little orange cat snuggling in the snow. On the snow, it says LBT. ", + "public_commercial_use": false, + "recraft_id": "c928ece8-d694-4557-8558-747f1c74bd01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:47:57.159002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "165cb592-d91b-4ecf-9f19-a4afb5e6eed9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat is drinking coffee", + "public_commercial_use": false, + "recraft_id": "df316ec6-6370-440e-9aec-ac6c6eca5c0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:01:15.150045Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20ea0a61-f486-4904-9926-a31c45c87ae3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy night, a blue butterfly flew to an unmanned cattle farm", + "public_commercial_use": false, + "recraft_id": "d61f9f07-6220-4ce8-8d9e-e3f8d8e99f9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:09:54.420099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b5bf553-ed55-4afe-a221-e86cf0f01764", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Golden British shorthair kitten holding a wand in snow", + "public_commercial_use": false, + "recraft_id": "5302738c-4f52-4174-8df3-07b507e409c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:21:43.954277Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd3f1806-f588-4205-b26a-61bd1dca5d52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, in the forest, thick snow. There is a clown hat in the snow, a cow looking down at the snow, an urn in the snow, and a small can in the snow.", + "public_commercial_use": false, + "recraft_id": "e4527c13-434a-4d2d-8a3c-42c14f8b5b8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:01:15.969963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae83ef2a-de51-4c2e-984a-8f36a56cfe45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with sunglasses is smoking a cigarette while a volcano erupts behind it.", + "public_commercial_use": false, + "recraft_id": "dd3ece48-fc69-4dce-b13f-6bdbd4522d46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:16:55.607793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28a7a7af-b502-4409-9628-d4fe47d08e2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man dressed in a kimono watching a dazzling fireworks festival, with the majestic Mount Fuji illuminated in the background", + "public_commercial_use": false, + "recraft_id": "f014a53b-5889-467f-893b-3e8daf9011b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T12:32:43.884366Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "db325d28-69e9-4c27-9f99-16c043b432a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small, fluffy owl perched on a tree branch, wearing a little scarf in the autumn forest", + "public_commercial_use": false, + "recraft_id": "424d4296-6a0c-468e-8c75-edbcea6ae210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:48:53.64994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A doggie and with the word Linda. I want to to be my iph screensaver. I want pink style. I want in nature", + "public_commercial_use": false, + "recraft_id": "0e0e6d76-501c-4669-9e6c-310c1306c542", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:39:10.839199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Bichon and its baby bichon Running on the snowy grassland", + "public_commercial_use": false, + "recraft_id": "2a5df370-cff7-4e85-a134-b1e72c566382", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:20:40.724959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "190a05ae-9224-492e-bb18-c0e557709725", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog, running with a little cat in the snow, wearing winged clothes,", + "public_commercial_use": false, + "recraft_id": "f1f36749-21c9-46ab-8adb-d6799247c2aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:05:18.190073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93d3e540-95a5-4371-b016-dc7603ad843b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitties driving WWII russian tanks", + "public_commercial_use": false, + "recraft_id": "8fcbd00e-9f9a-4386-84ca-1732caf90069", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:36:40.770034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d225c48-5dee-4907-8b28-28ef7089b009", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little cats are sitting next to the Christmas tree", + "public_commercial_use": false, + "recraft_id": "4479ae92-7d62-4bfd-9538-71499b13a5cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:46:58.142265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7cc62f98-6928-4447-9c09-97971388babf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit in a kimono.", + "public_commercial_use": false, + "recraft_id": "d4a1b33e-fc82-4632-8b00-1e662c27adb9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:56:27.181857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb38946a-060f-451a-9cc0-3219c00bb7a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful blue-golden shaded cat with a wing, in front of a cake, birthday ", + "public_commercial_use": false, + "recraft_id": "e6f2537e-40a2-4907-9565-6bf585c59d51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:18:19.289731Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "efb43431-9623-42cf-be1b-44619a8e3f17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a Disney Mickey Mouse was playing guitar indoors, his clothes stained with blood.", + "public_commercial_use": false, + "recraft_id": "2f48bd05-9767-422a-b0b1-ff236d1354d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:17:01.358259Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "626f61af-7751-42fb-9853-c290093fddfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dachshund watching fireworks under an apple orchard", + "public_commercial_use": false, + "recraft_id": "dcf4765c-8eea-4f36-9a95-18b7e94bd52b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:53:06.196788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b6f8146-c0e6-426b-982b-44318c6d3c6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat smokes, Christmas tree, snow aurora, red light", + "public_commercial_use": false, + "recraft_id": "77b89bc8-d129-4c06-9a3c-d0f074cb961d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T13:13:02.895742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blank white wall, with a screen occupying the wall, the screen is all line drawing, with no content inside, blank, desolate, moonlight, movie texture, dream", + "public_commercial_use": false, + "recraft_id": "2c05dbbc-8518-4abd-bf89-3d810205556d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:34:31.855046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74c7c7ab-057b-454c-8d22-07c3b4168674", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "written Luv K on the snow, aurora,snow mountain,cute dog,", + "public_commercial_use": false, + "recraft_id": "4537cc99-8e06-4de7-ac70-c56ce3855230", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:56:06.085354Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d92ae3cc-e6df-4c63-b535-17649fcf0b18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "\"Sonam\" with black rosy and Diamond", + "public_commercial_use": false, + "recraft_id": "479d1d5a-be66-4bfa-a04f-5e89531ed6ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:48:03.922512Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The tiger-spotted Maine cat sits on the abandoned sofa in the outdoor snow in the morning.", + "public_commercial_use": false, + "recraft_id": "92995f8f-6f54-4b99-a452-5789f128fa21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:26:30.496964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98e911df-1a4a-4ded-b5d2-919078e2dcc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "starry sky,White Daisy Garden,hello kitty,GD,crown and a light pink suit,sunglasses,Rainbow,Pink Scarf", + "public_commercial_use": false, + "recraft_id": "ba707303-a82f-4cc4-84f4-9e7bffdc71d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:52:59.302869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "928b2e58-f028-4441-85f2-0b22d6f79b2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stitch Christmas", + "public_commercial_use": false, + "recraft_id": "b22ba17e-fd27-4f93-a50e-d2b35f34ee3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:48:09.67721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43ff8be6-e042-453e-a0bc-ffd075ff9ed8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stitch standing in front of a burning house", + "public_commercial_use": false, + "recraft_id": "33736d0a-0d7c-462f-99c8-817c34ece11e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:49:25.311064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "328339ea-0276-4d03-b756-eea2a0014795", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Ragdoll cat with round blue eyes who builds a snowman in the snow.", + "public_commercial_use": false, + "recraft_id": "966e5bc1-25cf-443a-8e00-3a9db6503a6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:19:19.514659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f90eb70d-1be2-44ac-b1e1-e0eda942c960", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little bear and a rabbit watch Klein blue mixed with pink fireworks in a field of snow with \"YHX\" and \"HJL\" written in English letters.", + "public_commercial_use": false, + "recraft_id": "7d544d78-41d9-409a-a1e1-ac128e5f6142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:32:11.270004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08a4c3c3-ec93-496a-ac86-d22269aca990", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "many blue fireworks in the sky,there is a sea , a white cat with white wings, next to it is a snow , a melancholy blue night scene, with a dreamy effect of light particles,", + "public_commercial_use": false, + "recraft_id": "e50046df-78cb-4c88-be96-6f0fa5443dca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:11:29.444814Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b50e1cf8-527d-477b-b44b-8d4e9a01f491", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Red Panda wearing 3d glasses watching a movie on an old yellow sofa. Behind the sofa is an old vase with a lily in it. An apple is under the red panda's paw.", + "public_commercial_use": false, + "recraft_id": "355823d6-4cc5-4166-beef-08a1f3cf996a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:08:19.953283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57b61552-cca3-4bcb-bab5-2b30528f0e50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red sea, black beach, purple sky", + "public_commercial_use": false, + "recraft_id": "0c96c965-ce3a-4f93-8bbd-06541114d902", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:46:50.649451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6ddd40b-1f79-492d-9e49-fe2919cd9d4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Bern Mountain puppies are soaking in a hot spring in the snow, surrounded by several sparkling Christmas trees", + "public_commercial_use": false, + "recraft_id": "2dc5cb44-a657-4780-94a5-ff33ef6d9a67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:19:41.405993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38d57eaf-dacc-4243-ad41-6afadae24f5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lake on a snowy night", + "public_commercial_use": false, + "recraft_id": "8cc1dc62-6b09-41c6-a41c-d9ded07bd3d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:59:45.14526Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf4b21c8-b207-49dd-8fd2-e296f382c67d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " White Pegasus with wings stood on the snow, and a young man in a black robe was falling from the sky and hanging in mid-air, behind the blue lake and the burning Jinkaku Temple", + "public_commercial_use": false, + "recraft_id": "f5389769-5646-461d-a41a-572ba243241f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T10:07:24.394726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Seaside Christmas tree snow sunset", + "public_commercial_use": false, + "recraft_id": "7fac9936-3960-4e87-bc31-011009a76bbd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:12:56.95393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62b2abce-f7c6-4728-8b01-8073e8b3bff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snow by the sea in winter, Hello Kitty wrote MINGYU on the snow", + "public_commercial_use": false, + "recraft_id": "09f18541-85d0-400e-a842-878e1160bd87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:10:33.70314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39033d15-504d-455e-9588-69876d0cb1d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute dogs,baby bernese mountain dog and baby samoy,at sea,fire in the sky,fall in love", + "public_commercial_use": false, + "recraft_id": "b6111b83-2a19-46f1-956f-fbf5a288e4e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:49:04.52093Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f2b846e-2e79-4663-b75c-30ff7cd51cc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three teddy bears sit on an amusement park carousel with purple lightning in the sky", + "public_commercial_use": false, + "recraft_id": "9c2b9b1f-b2ea-4c4a-ae4c-fad04fda9f19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:46:31.904743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a56ad000-7a80-4916-bbcf-57e64a0e6e7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three teddy bears sat on a merry-go-round. The merry-go-round was moving and lightning was flashing in the sky", + "public_commercial_use": false, + "recraft_id": "d1757681-8131-4936-b534-b7ccc1ca58db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:09:30.258499Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "093cd501-b7fc-4002-b54f-c34496f0132e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, a hellokitty doll wearing a red bow is placed under a decorated Christmas tree. The melancholy blue night scene, with a dreamy effect of light particles, has a high color saturation.", + "public_commercial_use": false, + "recraft_id": "e33c3915-ca6c-4a5f-813e-baaa990cca51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:39:58.159646Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Woody and Buzz are holding a birthday cake with the number 1215 on the grass", + "public_commercial_use": false, + "recraft_id": "bd1ca2c6-a35e-42eb-8cd8-9b49e2dd5f7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:51:54.250279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "771f9c80-f044-4560-8b22-2c04483e149f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten sleeps on a giant star with a nightcap on", + "public_commercial_use": false, + "recraft_id": "808243f9-55ba-4da4-b631-3130d7d47af9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:59:23.220695Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7b1d11c8-4f34-4822-9353-cc30c11bb5f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats in the snow, one lying on a slide.", + "public_commercial_use": false, + "recraft_id": "ec01eaf4-f0e2-406d-92ef-dec1a5820625", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:16:36.153533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20ca10fb-d649-461d-9891-cae32cbfcc73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One people are lying on the office, desks are full of papers, computers are on fire", + "public_commercial_use": false, + "recraft_id": "e7391f55-7828-40df-b649-28b11d3bcb38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:57:57.847651Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc985a7c-e2a1-4818-9339-5e9c81cfe1a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two acmerican shorhair silver tabbies ride on a swing ride in the sunset", + "public_commercial_use": false, + "recraft_id": "f375e469-2955-4019-9850-42e09e6ea81e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:17:39.536478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5cfa001-8429-4dda-8715-c2a0e5bc31a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rabbit Bride Paragliding", + "public_commercial_use": false, + "recraft_id": "91beea8c-364d-4c01-8138-f8d88ddb339e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:06:33.789281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1aa62e8-69fe-4d57-8b9f-a82f27c0465f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On winter nights, the ground is covered in snow, and there are two large Hello Kitty in the foreground. One is wearing a suit and the other is wearing a wedding dress, symbolizing a romantic couple about to get married. On the snow in front of them were written 'ZYX&ZX'. The background night sky is filled with beautiful yellow fireworks, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "8a7e996c-f03c-4b9c-adcb-08aac43dd4ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:39:10.048681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96952923-e6b7-4cdd-9516-d8bf29294fd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are Christmas trees, Hello Kitty dolls, and the letters L and Z next to them.", + "public_commercial_use": false, + "recraft_id": "f1565ea2-4fcb-4bfb-a5a0-40e5ce94fcd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:41:27.724592Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62cacb0d-b44d-4b07-add0-54e5b313ebae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little cats wearing sunglasses, both chubby and adorable. One is a cute, plump white British Shorthair (the \"chubby cat\"), and the other is a fluffy, short-legged white kitten that looks like Hello Kitty. They are in a warm room, peacefully relaxing, while outside the window, the world is covered in a blanket of white snow.", + "public_commercial_use": false, + "recraft_id": "5be432eb-0cfc-4b50-a1da-4636bfb43e08", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:51:26.153969Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "573b13e9-c339-4b6f-9980-3ab54d1ad66b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Kuromi doll sits on the snow. There are two words \"Xiao Jing\" on the snow.The background is the snowy seaside.", + "public_commercial_use": false, + "recraft_id": "38e425be-524e-4045-b212-d42354cdbd94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T03:09:47.749915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8828739-512a-4e4c-9bc3-d52899bc6a79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little golden retriever with wings, kitten, Mount Fuji, bluestarry sky", + "public_commercial_use": false, + "recraft_id": "4493e136-d6d3-4a30-a58e-eb80053418ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:46:25.879179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc62a53d-0fa0-4e30-b0b1-1a061af8f141", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The letters dance on the snow", + "public_commercial_use": false, + "recraft_id": "64d6bc91-31bd-45a9-aed0-ab906a11d1de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:58:17.471457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "555b6c85-1d26-4476-b782-23a0c0646cc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute little Siamese cat, wearing a black T-shirt, is playing the guitar on the rock music stage with the lights shining on it.", + "public_commercial_use": false, + "recraft_id": "58bdaba4-32a0-4033-b495-8a28eb908951", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:53:13.779752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The mountains and fields are covered in four leaf clover, with a blue area and a red object in the middle", + "public_commercial_use": false, + "recraft_id": "2533d5f5-106b-436a-85c8-5ebdd2be5f7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:04:41.399198Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, Mt. Fuji, cherry blossoms, aurora", + "public_commercial_use": false, + "recraft_id": "6806eed5-367d-4db9-b489-c31bb20e14b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:39:19.505073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea005588-8e50-46f0-8ba6-870fe0e9a953", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan monasteries and Tibetan ascetic monks in white and long hair are located in the Himalayas. They can be combined with flying Garuda", + "public_commercial_use": false, + "recraft_id": "8fdc2d16-9a52-4d7d-9694-d76f1ec60a8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:30:02.706177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "648cd132-a26e-4a25-ba2e-48e0de8df2dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little cute schauzer with christ cozy background", + "public_commercial_use": false, + "recraft_id": "540db8ae-70e9-4129-b10a-5f0e326ef599", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:50:06.934038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a07b387-5634-4e81-bd11-c45355b48f04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse drinking coffee in the volcanic land, the volcano behind him erupted", + "public_commercial_use": false, + "recraft_id": "1e12c000-7462-4a13-8e63-bab19dba3520", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:58:03.482945Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b83ae99-f837-4617-8746-ab60dd7e4f47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the Milky Way, colorful paper-like big fish swim gracefully.", + "public_commercial_use": false, + "recraft_id": "432a092d-0764-4ccd-9393-2b6852b29b23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:31:40.447986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7671efcc-e452-4f3f-a7aa-77746254ae6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Real white cute little otter wearing a party hat ,having a christmas party , with a cake full with candles, and stars everywhere ", + "public_commercial_use": false, + "recraft_id": "71ef7906-d4d7-4a5e-a9f0-6145260de6b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:26:42.052687Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f3089b9-087a-40e9-bbb6-a3a8c63d946d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, piano, cute bear", + "public_commercial_use": false, + "recraft_id": "8e1fe6d6-3008-479c-a999-006608e1ec17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:26:56.051076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d847a01a-bbb9-4072-8754-fd512c673c03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two koalas get married on the beach, one in a suit and the other in a wedding dress", + "public_commercial_use": false, + "recraft_id": "b49259b4-8273-43b6-a576-9bcde9ccb829", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T17:13:12.358585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97270bd4-d343-4db5-ae8f-d1a834ed95e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light purple, black cat, write letter", + "public_commercial_use": false, + "recraft_id": "b6226ac1-b179-4fd6-a925-4806c1d87e45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:59:12.959496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09b7dd47-f806-42ae-81a6-9c32c4a842df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Ginkaku Temple in Japan, at night.", + "public_commercial_use": false, + "recraft_id": "ecf705d9-626d-4299-a679-fb9bb2d44630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:28:39.250913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b18096ce-9236-4ba2-9ddd-62d87f678127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Some dead whales shed tears by the beach", + "public_commercial_use": false, + "recraft_id": "494225c6-7d34-48cc-b37c-6c80bbda2b03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T03:17:34.208677Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9b05cdb-04bf-4dd6-9280-a3053c103270", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed and the cat were wearing scarves on a small boat in the salt lake, with an eggplant doll on board. The sunlight shone brightly on the salt lake, and there were snowflakes falling in the air", + "public_commercial_use": false, + "recraft_id": "8ac3635f-dfdc-4252-b4a2-3fc2b4407b6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:37:49.794055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c46330b3-e9ec-466e-91e3-cc7647a0aec0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, a Ragdoll Cat Celebrate sb's birthday, the sea in the distance, polar lights", + "public_commercial_use": false, + "recraft_id": "8b297628-73d3-4353-9bf5-1d50cd579ec6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:01:29.092838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f4a9043-636e-4f6e-a8a4-d6392be9d827", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The strawberry bear is in front of the camera for his birthday in the winter snow fireworks.", + "public_commercial_use": false, + "recraft_id": "cfdc39ab-8e18-4f5c-8133-3b8e69bdff6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:25:16.648463Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0805d10a-0b64-4c90-8c1f-41f7193bd1e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write \"S.copus\" with snow on the snow. Draw a cherry and a little raccoon with snow. There are still beautiful fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "21fab0d9-18a3-4406-9efc-709f461b0c27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:44:15.200908Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "dbba382d-637b-4b8a-9d15-f37c62d096a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Outdoors, a Hello Kitty doll sat in front of a Christmas tree full of decorations and lights, writing Ash in the snow, and fireworks blooming in the sky in the distance.", + "public_commercial_use": false, + "recraft_id": "9a366efc-c05a-43fe-a151-e48aa0f4dda0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:46:38.530664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13b3971e-5546-4c24-9f18-8aa66a2753e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Hello kitten is sitting in the snow with a Christmas tree and fireworks behind it. The letter ZJY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "2e6f85ac-53db-4217-bbba-0ac3c2eed16b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:56:16.955974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a24b7bd8-8934-4b2f-835e-d59f792551a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the streets of japan during day time near mt fuji in the background with the back side of a couple holding hands", + "public_commercial_use": false, + "recraft_id": "bf093177-f31f-4573-95d2-b2207704dddc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T11:08:33.109516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df2d1a51-5286-4280-b312-72799830827a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the forest, a glowing white rabbit, surrounded by stars, carried a silver sword on his back.", + "public_commercial_use": false, + "recraft_id": "c0ab1627-d443-4357-b94f-8c7c1d0dd30b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:46:51.698538Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7b5f003-db78-498d-aa90-2fd43ca9587c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cross stands on the volcano. The volcano erupts with lava. The sky is like the aurora and it's snowing.", + "public_commercial_use": false, + "recraft_id": "d8494dfb-7cbe-4c89-b3a7-08e6fc867cef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:03:17.531825Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "284e2c08-4330-41e5-aa42-7a55b251b86d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Spend Christmas with hello Kitty Cartoon version", + "public_commercial_use": false, + "recraft_id": "96fb2c03-0fdc-4509-b2a6-a3ddd9de8f0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:16:58.416405Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "01af1844-8698-4a50-a649-586195fb63f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The deep blues sky, the blood-red figure's back, the ground is covered with thorns, roses bloom in the thorns, and the vampire's castle in the distance.", + "public_commercial_use": false, + "recraft_id": "e7b19195-f43d-450d-8c8a-aa88c3da1b38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:00:02.038902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf6ec333-67d3-4561-a300-5bd6a920bd97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two couples hellokitty are sitting in the snow. Behind them are fireworks and a lit Christmas tree. W&m is written on the snow.", + "public_commercial_use": false, + "recraft_id": "c183495f-5f47-467c-974a-74019f6bc50d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:22:00.28042Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05e5bd54-53e7-4f6b-bdb2-915296b246a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "quokka family with xmas hat ", + "public_commercial_use": false, + "recraft_id": "5c06b89f-5bd9-479a-bb80-51507da271d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:37:07.085679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecd0117f-e590-4d6f-951b-43f4aaa4b0d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, in the distance there is the sea. In the foreground is a Hello Kitty doll wearing a Christmas hat. Beside it is a Christmas tree decorated with lights. The words \"NWL\" are written in the snow. There is a birthday cake with a Christmas atmosphere, with lit candles on it. The night sky is dark blue, with a few light particles.", + "public_commercial_use": false, + "recraft_id": "52095e8a-c22d-44c6-a0fc-586420fb4f9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:29:47.011762Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1e44f76-6399-46b4-b669-02be8f818674", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "many huge mushroom with hello kitty", + "public_commercial_use": false, + "recraft_id": "25ef3639-60ad-4cd7-993f-44c94ba637bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:29:50.658664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c150f68a-b9bb-4557-8822-c165c066d19a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pink cherry blossoms are scattered all over the bedroom, and a white hamster is lying on a cot reading like a human", + "public_commercial_use": false, + "recraft_id": "48d1bf71-c66e-4896-a3ae-1480daede39a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:25:04.772984Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9ab30505-d478-4257-820e-f5f9e927d2e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog is running on the grass", + "public_commercial_use": false, + "recraft_id": "8151b59e-914b-4b02-a7cb-6a62b224e658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:58:12.153204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "840df5fd-93e0-4345-b4f0-38045f7ad364", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sunset slowly sets while still drifting with snow", + "public_commercial_use": false, + "recraft_id": "d4dd88e0-7d87-4b93-a27a-95a45312d55d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:06:14.762607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3890563-724f-49cb-903c-48c978f3e685", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in prison uniform in class computer on fire", + "public_commercial_use": false, + "recraft_id": "639194d6-aae9-40b2-a0bc-08ba82f7e18b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:52:15.252858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beauty wearing white sunglasses dancing under the moonlight and sky full of stars", + "public_commercial_use": false, + "recraft_id": "f2c5897d-ec45-481b-855f-99c128694bd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:22:20.110133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "559f6913-a919-41a8-b2a6-5449ae8db374", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Memories in cardboard boxes, warmth, dream core, books, surrealism", + "public_commercial_use": false, + "recraft_id": "75390a85-29d5-49a6-8c32-6ef66aff7a34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:12:39.541464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "774c7944-db9c-4854-a570-932825be9e4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black cheetah, his left eye in a green light, in the children's playground", + "public_commercial_use": false, + "recraft_id": "05941ccd-7a7d-4af2-9d86-2f6c419faa61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:27:43.383374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "316b3082-94b0-4c25-b839-8981830bccff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The apple has the letters \"hugs\" written in chocolate sauce and a candle stuck in it", + "public_commercial_use": false, + "recraft_id": "24c098ea-924b-4135-a0d6-2b600c77604f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:03:37.876649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73e0606c-7535-4187-bc99-d56025c5a0a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Please help me create a hello kitty. She is standing in front of the castle in a Gothic skirt with a yellow rose in her hand.", + "public_commercial_use": false, + "recraft_id": "f39ef255-941c-4b16-a024-bf6237eb2dc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:25:54.934756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65313d85-471f-46d6-b857-ee5f6fe19854", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog play in snow", + "public_commercial_use": false, + "recraft_id": "f8d5029a-295e-415a-878f-212019625e4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T19:06:09.663337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77e6fd6e-5cd0-475d-b97b-1af65da83453", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "small cute puppy and candle ", + "public_commercial_use": false, + "recraft_id": "b8c3b5e7-3ed1-432c-adc1-0615b5d2ef80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:13:04.15676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "867ea8ea-9d47-4f3b-aff9-463ebcd23f44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "snowy day, fat Silver Tabby American Shorthair wearing a scarf", + "public_commercial_use": false, + "recraft_id": "39caa9e0-a32d-45a9-9181-8cc36454b214", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:00:31.975373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95d746b3-9bad-4393-b730-43030fff78b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty snowman", + "public_commercial_use": false, + "recraft_id": "c45d95b6-2d11-4a85-a8f1-40250f7c9658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:23:58.740516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e7515a1-c768-4d17-9265-5731f32510f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Man balaclava and black shirt in front of a wall", + "public_commercial_use": false, + "recraft_id": "24e92262-c2b4-4419-b8a9-546f88daa59e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T22:51:11.785235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5095ffac-ec72-4795-8584-e5af5bb304f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shot from behind a car, A open car trunk filled with roses, Christmas colors", + "public_commercial_use": false, + "recraft_id": "6cb569fe-9b6e-45ad-b628-50997ee4c2cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T01:20:59.7672Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4120dcfa-7174-4c5b-bc2f-f4fe8746a351", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Rabbit Grey Rabbit looks out the window with its back, admiring the scenery", + "public_commercial_use": false, + "recraft_id": "e826669b-7f43-4e09-9c07-aeab0f45363a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:45:39.624227Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "485e8ad8-101f-4628-b666-c98199305264", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Skiing Bichon with a scarf", + "public_commercial_use": false, + "recraft_id": "961777a0-519d-4804-8232-cb9e1d90d8f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:52:01.476419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8e946f4-ea4f-43c5-9195-ae14f0467fe6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "angry winnie the pooh working on a crazy Monday morning in the office", + "public_commercial_use": false, + "recraft_id": "872c7a9a-94a8-4f15-89ef-12ab7e011979", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:51:44.06224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b038ace-1e9d-4820-adcf-f4977d74d794", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little snow, pure black sky, cute cat with white wings", + "public_commercial_use": false, + "recraft_id": "62cafc60-a457-4dc9-a5a7-7505493cb3da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:00:04.622428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de7909ee-c5d7-4dea-b93f-f87388a10eed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "siamese cat, gem necklace, christmas, white, silver, gold, chill vibe, snow", + "public_commercial_use": false, + "recraft_id": "cd52911a-d116-461a-a6a5-cc780dc4a8a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:51:10.39392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9ca48b4-a713-4169-b252-2424c9faaba2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white French bulldog is in the snow, with YSM written on it, facing the sunlight", + "public_commercial_use": false, + "recraft_id": "3d01dad5-5c5d-4cf6-a564-e086c47cb171", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:58.745354Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "006fe9d7-0756-43b5-9d83-ecee666f1c9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a portal for medical waste, and embedded medical monitors displaying vital signs. EVERY edge of the room is round. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall", + "public_commercial_use": false, + "recraft_id": "6b3bc14e-1676-4f14-b1c8-9436a5149fdb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:28:45.675741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b64d363-d24e-4dbe-9dc0-9596eb4d898e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty sat on the windowsill. There were small cakes and vases on the windowsill. It was snowing outside the window, volcanoes, and stars.", + "public_commercial_use": false, + "recraft_id": "5ca48634-a6ba-4ae5-8b43-1b9f25916003", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:37:41.548811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dde158b-be97-4e54-8d8f-eb906d2efb69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan monasteries and Tibetan ascetic monks in white batches are located in the Himalayas and can be combined with flying Garuda", + "public_commercial_use": false, + "recraft_id": "718b807d-86cd-4092-93a1-88fe2299bd5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:08:54.444071Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3de8aa5d-9054-4d62-8745-eb82f1083ef2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "frost gloom dark motocycle", + "public_commercial_use": false, + "recraft_id": "b5ca7e2a-9a22-48df-afc8-31648aab29af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:16:41.353374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f2d265f-28f9-4420-a27c-ee26bc2b368b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Semi-transparent glass with decorative patterns of lace and wrought iron on it.", + "public_commercial_use": false, + "recraft_id": "14074ea8-03f9-48e4-91e1-2b2a8d42f61a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T14:07:28.347389Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e65860c-5a46-4e1b-bb5b-23892229f014", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing", + "public_commercial_use": false, + "recraft_id": "9648610b-8812-4025-9b1e-05a4a00ecc50", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:02:20.703235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "089d9a7b-b702-43e9-aa9b-45dda48fbda1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy Christmas tree with hellokitty, with the letters L&Z next to it", + "public_commercial_use": false, + "recraft_id": "7f6adb54-71be-4627-93f5-fbdfd2718f63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:46:34.71804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecd7cfad-b3b2-497d-bfa9-9d55485fac4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a very beautiful white unicorn with big wings and a horn on its head that sparkled like a diamond. It was walking on the beach. There were many coconut trees on the beach, and there was the sea next to it. There were thunder and lightning in the sky.There is also a long-haired Siamese cat with blue eyes and black wings walking behind the unicorn.", + "public_commercial_use": false, + "recraft_id": "0e1419fd-fc63-4b77-a18f-051a6801e9cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:58:43.466516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4c584cc-5cb8-4484-bc2e-5a012efed375", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "little snow , pure white sky, Scottish Terrier wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "b5fd539c-cce7-43b6-85b1-701034ab14f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:01:23.047164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd8f815a-2013-4260-a39c-10252d68c982", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It snows and blues every day.A crocodile is in the snow.An orange kitten stood on the crocodile's back.There is a dog flying in the palace.", + "public_commercial_use": false, + "recraft_id": "88bbe189-57a4-4d2b-b586-5f9721f0b19b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:32:35.851581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ebd5e36-db3a-4673-9c37-f328c6bb7cbf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "President Trump Point a gun at Hello Kitty wearing pink kimono", + "public_commercial_use": false, + "recraft_id": "3169c04d-1411-47fc-80cc-e403abd3332e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T02:27:47.942687Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2024ca3d-fc35-4058-98e1-8478dcbd6655", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Open a wooden drawer, there is a miniature dark obsidian world inside of it, everthing in this world looks sophisticated and beautiful", + "public_commercial_use": false, + "recraft_id": "36ef0b39-e22f-4dd9-a669-1f52e88123a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:53:05.106704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da01fa2b-e350-4a33-a7a9-08bee7d29cb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Nights with auroras, forests, snow, puppies in pretty little dresses", + "public_commercial_use": false, + "recraft_id": "aae33e02-78f4-42ab-b39d-c2a7ba43bb7c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:57:58.701932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fde3481-2231-4b9f-9565-9a6fe1cedd3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "setonix brachyurus turened white ferret-polecate down, and shows his love for a yellow little chicken with freckles", + "public_commercial_use": false, + "recraft_id": "6b11efa9-91b2-4151-8dae-ce08dc774c75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:58:39.664133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e62ed447-4bd6-4534-8f3d-75af07bc43b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sat by the chair and looked at the snow and fireworks outside the window, with HWC written on the snow.", + "public_commercial_use": false, + "recraft_id": "a609e1e7-d950-477b-8880-00d90a1583ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:41:35.92603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32c986ef-296c-4ce9-9bff-0eb13c9d6b72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is worried about her hair", + "public_commercial_use": false, + "recraft_id": "717a8c09-6c64-4fe5-84d6-3f2404b70873", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:10:00.316115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38740254-5416-42aa-8257-3c9672ab4cc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shark in the sea", + "public_commercial_use": false, + "recraft_id": "a0f11584-8195-40cd-9848-b1967c4140c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:05:23.550479Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b231691-0591-4059-8717-a9ef27211b59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Short tail black and white fat cat standing watching me sun shine moring shine into the house", + "public_commercial_use": false, + "recraft_id": "f74711e5-8b58-4c09-9448-0d2df5e16f68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:25:26.080355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37c5261e-9878-4265-9a21-ab8aeaefc11f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Tibetan yogi, dressed in red and white orders, sat cross-legged in the Himalayas, reciting the broken method founded by Magila.", + "public_commercial_use": false, + "recraft_id": "c6161888-344f-43b1-8300-82ee250990b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:29:16.798823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d63b8692-9766-4602-8cf1-8a235d14e0a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The winter scene, the ground covered with snow at night. In the distance there is a Christmas tree with two cute Hello Kitty figurines in the foreground. One wore a suit and the other a skirt, symbolizing a romantic couple. In front of them was a decorative letter spelling out \"wlh\" and \"xzy\"", + "public_commercial_use": false, + "recraft_id": "ee046538-79d4-436a-9916-110780569ebf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:02:16.049505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "200d5093-28c4-4268-a46e-4f5383e417d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty surfs at sea ", + "public_commercial_use": false, + "recraft_id": "80b52fa2-3d2a-4fb9-8a0d-d25e57fae58c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:36:23.583586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d236dc2-a13f-4580-964c-8b2e7d2f1671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty Spend Christmas outside a log cabin at the foot of a snowy mountain", + "public_commercial_use": false, + "recraft_id": "c3faf483-90f6-47c2-a67e-08c740cd7da9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:08:26.529507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51ac5b08-9bf6-4200-8b1c-3d1f623c87e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, a vast expanse of snow. In the distance, there is a sea, a white HelloKitty doll wearing a kimono, next to a Christmas tree, and there are traces of the name riri in the snow, and traces of cat claws. Melancholy blue night view, fantastic effect with light particles, high color saturation", + "public_commercial_use": false, + "recraft_id": "1c6f82cf-42cc-4df5-b760-2ca4765813be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:00:20.386712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two dogs are so cute and so happy to play at night in Christmas", + "public_commercial_use": false, + "recraft_id": "a65d53ab-50e6-41da-bc63-4d379536c445", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:32:10.67746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d27b2ca-a86d-408c-a093-c37812f63a7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kirby wearing glasses", + "public_commercial_use": false, + "recraft_id": "d5149c2c-7eed-4ce3-a98e-3e9dddc718b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:50.682519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05eb8f84-7334-43b9-a766-dc7d4d14c3c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Labrador puppy wearing glasses and headphones, deeply focused on reading a book, creating a warm and scholarly atmosphere.", + "public_commercial_use": false, + "recraft_id": "4aad7007-2b6a-49e7-9fe1-a0c3cbd0f498", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:49:14.89706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e5cffa3-7977-4acb-9545-1df196fbed52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fountain sprays lots of precious jewels. White background", + "public_commercial_use": false, + "recraft_id": "ea1bc86f-166a-4eb8-8d5b-2f6cf4540d8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:13:52.172484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write \"TaeHyung\" on the snow under the Eiffel Tower in Paris, France", + "public_commercial_use": false, + "recraft_id": "d6c1138a-3d22-4ce2-a3bd-e3fd9f82a4c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:54:37.466148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f57f5ea5-01ea-40d0-8b55-b133834ced85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little seal eats cake and wears birthday hat on birthday", + "public_commercial_use": false, + "recraft_id": "2b88b7ef-1b18-4bcc-b33a-cf4fb5bf1fdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:51:43.941264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d25a000e-a1a9-4f69-bd8e-6ae85689a7ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Bengal leopard cat is taking a bath in the bathtub with a small yellow duck on its head", + "public_commercial_use": false, + "recraft_id": "ca39baf7-8923-4f2f-970f-7c64db975af4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:17:29.780521Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7b4a9187-0794-45c1-90dc-c2f0e3c7a27d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Toyanimation qctor Woody, a small brown and white cockpoo dog,have a west cowboy hat,Riding a brown and white cow,a half of pink background,creating a dreamy and whimsical vibe.", + "public_commercial_use": false, + "recraft_id": "66fbabcf-f3e9-4f4e-8686-e72d3ff0407f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:20:34.8799Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42e60b01-caae-4e68-8974-b5ff01fcc7a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pumpumkiller ", + "public_commercial_use": false, + "recraft_id": "525a6e2c-7640-48a3-97c4-5e933704d048", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:33:17.153248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e73486c4-f0b4-466b-9209-e1ad96cbf333", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy weather, fireworks at night, there is a wooden piano on the snow.", + "public_commercial_use": false, + "recraft_id": "25d1b524-b2e5-43f8-b7af-8e60d26ae3ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:22:36.853697Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b4812b14-06e8-4329-88cc-af39986f5fe9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night, snow, Christmas tree, happy little dog, cozy villa", + "public_commercial_use": false, + "recraft_id": "066f5d1d-4a73-462f-a831-7a39106016ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:59:53.142799Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute HelloKitty wearing a comfortable sweater jacket and hat, wearing a yellow scarf, taking photos in the snow. Behind is fireworks, creating a snowy atmosphere", + "public_commercial_use": false, + "recraft_id": "b5a04b3b-eb99-42e5-a280-c8b591ee2996", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:36:27.087257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "561b1ec1-0a78-4dbe-99b1-de7852463135", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "otter polaroid", + "public_commercial_use": false, + "recraft_id": "ddfc13f9-c46e-432b-85e1-2e1157eb2cfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:38:57.582288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a347dcb0-369b-4df5-9a04-f19416cdc6d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance. The white kitten wearing a Christmas hat is next to it is a Christmas tree. There are traces of cat claws written \"cnt\" on the snow. Melancholy blue night scene, the sky has a dreamy effect of fireworks with light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "d9bcbbd3-83be-47ec-9a04-d49a6dbf9cfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:43:37.703099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6df40437-6b4a-4777-8905-fadb427e67c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two pink and white piglets strolling leisurely on a grassy field under the blue sky and white clouds, with lots of colorful pinwheels scattered across the grass.The back ground should be real", + "public_commercial_use": false, + "recraft_id": "3666aacd-3974-4daa-a31d-425f428b3582", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-03T02:18:26.576464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6e57624-20e9-4431-a0c7-f6ce28d1d077", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The teenager is sitting on the sofa smoking. There is a floor lamp and green plants beside the sofa. There are pictures hanging on the wall", + "public_commercial_use": false, + "recraft_id": "2684025a-5a3f-4758-98fe-668bb649020c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:50:56.356423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "741e2d66-92f5-4c0e-b3a4-1be3175ae583", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inferno Snow-capped mountain Aurora Temple Buddhist monk Horse", + "public_commercial_use": false, + "recraft_id": "26ec3eaa-caae-4882-8cfe-0541b864ecb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T15:34:09.540628Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2076e44e-3132-4e65-945e-6870a3b3606b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a cozy room, a brown teddy bear toy and a white kitten toy are hugging and sleeping together on the bed. Outside the floor-to-ceiling windows, there is snow covering the ground, and winter sunlight filters through the glass, casting a warm glow on them, creating a very pleasant scene.", + "public_commercial_use": false, + "recraft_id": "6f1bc58b-a590-4fa8-80d3-baeb77382a09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:21:28.743854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "daa14df0-75f7-497d-85b5-f406ac602c2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pom Pom Purin lay in the snow.Wearing a knitted hat", + "public_commercial_use": false, + "recraft_id": "ac655a1e-13c9-4759-aa82-ab7dd7ae6d19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:08:53.844896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b3b16d4-85a6-4134-8a09-dfb7a70d4929", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, a little dog looked up at the stars by the small river", + "public_commercial_use": false, + "recraft_id": "0c040a83-f091-4a02-b9d0-7c7fdd6b5580", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:08:48.190067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "623b5a60-df19-42ca-9231-d4a8df841cde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little golden retriever with wings, kitten, Mount Fuji, starry sky", + "public_commercial_use": false, + "recraft_id": "1f321b41-a2b7-4440-b26b-10c146abbd82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:53:09.852194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d174db5-a309-4c03-aa13-3d200917cb03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The house behind a hellokitty smoking a cigarette is on fire", + "public_commercial_use": false, + "recraft_id": "1eac5639-cc98-401d-923a-a91b72a3336b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:55:58.49726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0e635a1-074c-4e3b-8a72-61b0a0bbf10a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The goldfish in the fish tank.", + "public_commercial_use": false, + "recraft_id": "6918aff7-8517-4d1e-a1d8-6dc411810ecd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T05:53:49.053789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0440a720-f77d-49c9-90d0-a14c88e415c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas-inspired wall reads QIDAO Studio, and a ring of sequins is affixed around the lettering", + "public_commercial_use": false, + "recraft_id": "497db6a8-d883-47ef-aba1-0588028c1b27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T15:12:21.953289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79fe38f7-bc53-4490-9124-34c808a25346", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute dogs taking a walk on the beach at sunset", + "public_commercial_use": false, + "recraft_id": "b8ccd111-0666-4eb9-91e1-969da3eeb9dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:47:35.155311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae3ffb6c-7255-43b0-9125-8239341edfa2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " The little black dog with yellow eyebrows is playing with the little orange cat at Christmas.", + "public_commercial_use": false, + "recraft_id": "cb9f249b-1061-46b9-adb4-1b5d849cf880", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:17:43.681265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e7c1bcf-e4eb-4570-884f-481e07cff5fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, an endless expanse of snow. There is a sea in the distance, a brown teddy bear wearing a Christmas hat, a Christmas tree next to it, and traces of \"ZR&JW\" written on the snow with cat claws. A melancholic blue night scene with dreamy effects of light particles, snowfall, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "d5f2fae4-d57b-4b2d-8d2d-9a5610dfa7a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:53:28.743373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18381603-d7a7-4730-b065-af5e31ee9965", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a birthday cake in the swimming pool there's two lovely west Highland with wings blowing out candles , have wine, sunny day", + "public_commercial_use": false, + "recraft_id": "810d7a1f-0adc-4a8e-b6ef-6fe956c5cf0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:04:29.104933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e16f679f-c0b6-45cf-99ed-b3bbab3dc65c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten is flying in the sky.", + "public_commercial_use": false, + "recraft_id": "8af86e53-559b-44e6-8cc4-d7203111a7b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:31:26.820884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1c2134b-629e-49f3-827b-3b76c58c7ba1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The first view of Hello Kitty wishing me a happy birthday, with fireworks in the sky, a Disney castle in the background, and Hello Kitty holding a cake with the words \"Happy Birthday Tsangka2\" on it.", + "public_commercial_use": false, + "recraft_id": "8e2df6f4-310b-444f-9ce6-c2ca0c0e2e9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:08:07.764204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d394ced-3792-4591-a3f6-5b8fd23f883c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitte and puppy in the snow and bubbles with aurora in the background", + "public_commercial_use": false, + "recraft_id": "72a32cb5-ea9c-49df-8de8-9def132936ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:43:02.508078Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8d99661-768f-4067-a0a8-17e48c816a9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white hello kitty wearing a Christmas hat, next to it is a Christmas tree, and \"cnt\" is written on the snow with traces of cat's claws. Melancholy blue night scene, the sky has a dreamy effect of fireworks with light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "bd0c888e-f8dd-43a2-87fb-5f193e7ca1bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:00:36.700061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Picturing a cool baby tiger with sun glasses sitting outside in a snowy mountain with a coffe of hot coffee. Background pinky, sunny, greeny grass. White tiger. Tiger is holding a porcelain coffee mug. Snow. Outside. Real nature.", + "public_commercial_use": false, + "recraft_id": "cd0164d7-7421-461d-945c-58b0ad4950a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:48.532458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7af3a14e-6d7b-46cc-984a-ed59d663ef4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little white under the cherry trees", + "public_commercial_use": false, + "recraft_id": "1fc6fe8a-1726-4ce1-84b4-33c3b48e61cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:38:28.888542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46f97a24-de51-4ae1-8f55-24c93249d12c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Small dining table, sofa, fridge, and two cups of black tea.", + "public_commercial_use": false, + "recraft_id": "b36da521-6669-4137-983c-712f741e49aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:30:37.269233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e91131ff-2642-4a83-a471-6d6b7bc57b34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow-capped mountain,still lake,a man", + "public_commercial_use": false, + "recraft_id": "056975ea-f74c-4b6f-abe2-64eb07fb5a8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:36:19.233978Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "326d1e05-949d-4529-aaa3-ef4daa49d32a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowfield, Munchkin yellow fat cat , sunglasses", + "public_commercial_use": false, + "recraft_id": "cf92cdec-034b-442f-b3c5-2012d10c5707", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:26:41.367884Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ca23315a-ed09-4f03-98c3-f873274bedf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty set the school on fire", + "public_commercial_use": false, + "recraft_id": "03afe928-b392-4fbe-8d54-f31b4b3b92f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:11:59.017412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39cbb5bd-4b09-42d8-936e-5ff4bd126216", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Hello Kitty with two candy knives in the Northern Lights.", + "public_commercial_use": false, + "recraft_id": "b3f31f5a-bdf7-4b7c-87af-c2779bc2579e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:26:57.78327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0614e83-b8f6-4b91-ae06-9ad1beb8cab4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Outdoors, then on a snowy day, there are Christmas trees and kitty cat dolls, fireworks blooming in the sky, and the letters whs on the snow.", + "public_commercial_use": false, + "recraft_id": "8e48ca10-004b-4692-bb02-a9913aef715f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:43:09.456541Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "01e47fdb-1f42-44b4-832b-2aed40f2b0b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat is surrounded by a burning fire", + "public_commercial_use": false, + "recraft_id": "495110c7-747d-4a47-a16e-3286f7029c14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:45:34.807927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ddfd174-9f72-474a-8d39-c302571146a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Japan Burning Jinyun Pavilion hello kitty night", + "public_commercial_use": false, + "recraft_id": "946a94ed-d4b6-4b4c-9bd7-672e400c82c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:58:31.650254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4f247d5-6726-4b4b-b847-89f14df619d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A cute dog with wings watching blue aurora and stars in the snow", + "public_commercial_use": false, + "recraft_id": "8bfe17e8-5948-438c-b8ff-b25c7e9817e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:55:34.781641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "798cbb99-b4f1-49e1-b871-506894c5ba7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Parrots and peacocks, leopards and humans, looking at the sea", + "public_commercial_use": false, + "recraft_id": "afc01280-99a4-4f60-9b83-77afbaaeac2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:45:54.502488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15343845-e168-4932-816b-ceffdcc1fa0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty in the snow, and WYC is also written on it.", + "public_commercial_use": false, + "recraft_id": "2befbf07-332c-4d5d-90f4-582469003c36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:41:08.97201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d2552e4-95f7-493c-b750-8d49cc6bd9fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a West Highland White Terrier puppy is running, with pine trees beside it.", + "public_commercial_use": false, + "recraft_id": "3aca9029-4341-45d6-9828-25f1067e49fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:49:31.766268Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92252117-d565-4290-bb8c-11a7253c808b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cute ghosts driving at night", + "public_commercial_use": false, + "recraft_id": "a320ca65-46c9-4d5c-8564-4e3b30304990", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:34:37.466825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0d687bb-662f-4e5a-8e20-fc1baaac31e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "me at the beach", + "public_commercial_use": false, + "recraft_id": "4ef55b03-1d5c-4d0c-82da-5cf158014156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:19:22.802936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aeae2ce2-008e-4516-8b56-61380c683983", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, two HelloKitty dolls are on the left of center, snuggling together in wedding dresses. The doll on the left is dressed in a black suit and white shirt for the groom, while HelloKitty on the right is dressed in the bride's white wedding dress. The distance is blooming fireworks, the middle is the sea, the endless snow, the snow has the traces of \"XWQ\". The whole presents a warm atmosphere. There was a warm yellow light coming down.", + "public_commercial_use": false, + "recraft_id": "8f5dfc3d-e166-4a18-b28d-cd040b673754", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:43:54.256697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0cb4498-a606-4057-91b0-bbf167603084", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Pikachu next to the spicy bread", + "public_commercial_use": false, + "recraft_id": "d671c7cf-e07b-4b8d-af41-65e64afe3249", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:48:43.199633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76a11090-30cc-42a5-890e-89810ef65bd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow on the beach at night, light snow in the sky, fireworks in the sky, a Christmas tree, behind is Mount Fuji, on the beach a lovely long-eared rabbit and a silver crescendo kitten, there are colored bubbles in the air, there are footprints of kittens and rabbits in the snow, they are very happy, sit together to play, increase some granularity and dream sense, with a point of light particles dream effect,", + "public_commercial_use": false, + "recraft_id": "87108182-e5fd-49f2-968d-57ca823ff6fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:46:26.025921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c57453af-387b-4ac0-a370-317d7b769f9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "siamese cat, beach , yellow scarf, pearl necklace, dreamy", + "public_commercial_use": false, + "recraft_id": "836351a2-43b1-4064-9464-55148de85e9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:58:26.353714Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c70bde13-7f6d-4312-aa31-31fc9faa4522", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in a studio, holding a monitor and wearing headphones, surrounded by various photography equipment.", + "public_commercial_use": false, + "recraft_id": "8a050b7d-12e7-4509-a764-47ef7da34ecb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:22:42.154585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdc8b454-bb19-45eb-af17-e528364fb338", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty", + "public_commercial_use": false, + "recraft_id": "ee8eb495-7281-44f3-b058-308c00ff1ee0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:26:26.153986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70ab3cec-2485-44c6-9b39-c8670e9d75d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Kinkaku-ji Temple is burning fiercely in the fire, and not far away, two monks are gazing into the distance in the snow.", + "public_commercial_use": false, + "recraft_id": "1f4ecadd-4b30-4d29-afe0-23c4377926d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:58:08.003638Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "24c98abc-2c36-4a5b-aded-9fa315b95a1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a cute brown American Cocker Spaniel, only brown color, beautiful face, round eyes, driving a car ,blingbling", + "public_commercial_use": false, + "recraft_id": "d0725e2e-d3d8-47f0-91e6-5f64e4ce2724", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:00:39.911797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "872b3003-f417-43fe-b650-5cb4761d3f9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The computer in front of the cute pink pig caught fire", + "public_commercial_use": false, + "recraft_id": "a5c226c6-1b52-4583-9426-63b19d895890", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:57:48.9704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "418b8386-65f5-4d2f-9659-c7a3048da16a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten in the white snow, with many cat paw prints", + "public_commercial_use": false, + "recraft_id": "9bbfe0fa-b874-404c-b587-dc5d63540d62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:28:56.953164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da77e37f-b6e7-44ae-a4da-aae36c1e84d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "ca61223c-9e68-468a-aa51-d865964e4707", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:09:16.733289Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "091a9bbe-75a4-40e3-a87d-295c9e90cbc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The corgis are playing mah jong", + "public_commercial_use": false, + "recraft_id": "35040783-7e1d-4367-b2b9-fd150756dc0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:26:03.928927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e7b297e-df3e-41a7-9a39-08bca15ac84e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon chasing butterflies in the snow", + "public_commercial_use": false, + "recraft_id": "ab003b3c-7e43-4e04-af4e-6f8f5c04198e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:24:05.377205Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42695e75-2595-4606-9495-088743d4a3c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat is drawing intently on the paper", + "public_commercial_use": false, + "recraft_id": "f1629ee4-61ac-4ac7-873a-9d0a9700babe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:52:35.169956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fa985e9-cc25-4b5e-a140-271dd3fedd9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The three-month-old Chinese iron-packed golden dog plays with butterflies in the snow.", + "public_commercial_use": false, + "recraft_id": "c6a25004-e235-40b7-be84-f9f806376297", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:16:40.459061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4234390-28bf-4a72-81ad-b981bf94050b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The safety flare of the petrochemical plant on the coast lit up the night sky. In the background were the silhouette and lights of the metropolis.", + "public_commercial_use": false, + "recraft_id": "1df54bd7-6471-4462-a628-d19d82a1adac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T08:50:13.049885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46e6b330-62d3-4d58-b7fb-177255f431a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, the N&A is written on the snow.Hello kitty doll ", + "public_commercial_use": false, + "recraft_id": "449ff970-08a9-4e54-97d6-60e8c6f95e50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:50:13.758415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d93c87a3-e191-48d7-8544-ad5e01c09aea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty is skatebording on the way to the company", + "public_commercial_use": false, + "recraft_id": "7a825e24-e1f6-4ddc-82c9-a0e3ef2dbc99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:48:42.056676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d48fc5be-87c7-4608-baab-9c7fc9aa1f85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll, work in front of a laptop, holding a tea cup, designing poster", + "public_commercial_use": false, + "recraft_id": "1596f1c3-4b21-4522-beb5-b66564aefe45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:02:29.551535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99bbd243-3cdc-4652-b61d-be207b47070b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The canary is in a sea of purple flowers", + "public_commercial_use": false, + "recraft_id": "1e60b6d7-9a48-4ac4-a32a-5d3f06d78392", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:10:04.09245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e404ac9b-3e70-4599-b258-fe2688f86b92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night, sky, shining, white cat angel silhouette, stars in the sky pieced together in a xinxuan style", + "public_commercial_use": false, + "recraft_id": "e33e0872-08de-44d4-b694-5a0d05acb7d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:44:39.374867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "680999f7-0a9e-4ce1-b2a5-882ad6663f50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute HelloKitty in the sun is sitting on the beach wearing beautiful clothes. There are \"tsx\" written on the beach.", + "public_commercial_use": false, + "recraft_id": "238b4556-2ac0-488e-ba5d-206fd5526918", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:59:18.841167Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01462308-8fc4-4763-b665-d46cbae64edd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Maine Coon cat, macarons, sunglasses, snow", + "public_commercial_use": false, + "recraft_id": "437d69c5-b72d-459a-b8d9-20d0b0b1f467", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:43:30.605686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7055cbb-7e69-48ed-bed2-e1560277eeca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute HelloKitty in the sun is sitting on the beach wearing beautiful clothes. There are \"dll\" written on the beach.", + "public_commercial_use": false, + "recraft_id": "04f059c5-e071-44f0-b5af-11bd54a681e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:14:56.191673Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "51480af8-ec23-45c2-89d0-769dc0c881e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The silhouettes of two people under the sunset by the sea.", + "public_commercial_use": false, + "recraft_id": "8979793b-a4d5-4976-9d62-bc13fa3d9b3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:33:43.096966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "079d6737-fff7-4d15-bce9-f5f636fe0c7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty work for japan airlines ", + "public_commercial_use": false, + "recraft_id": "7c3c11c1-7112-4581-8682-b81e2ea3cb9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:51:33.188513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fda6fd7-9c3c-45de-8b93-eefb7c613fd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse trims Christmas tree with chainsaw, Mickey is looking at the camera", + "public_commercial_use": false, + "recraft_id": "725551f5-9932-4bb5-87ae-19a042aac934", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:37:37.532501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2b37de5-e370-42a4-968e-f36e2cd81539", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A glowing Christmas tree adorned with bell shaped gifts", + "public_commercial_use": false, + "recraft_id": "6c8cf3bf-919a-4350-aa19-bdf83cccbddb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:48:59.644309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a82b899-9290-40e0-a6fb-9d4180867003", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a yellow toned room, a HelloKitty doll is holding a gun and wearing sunglasses", + "public_commercial_use": false, + "recraft_id": "877c6306-3172-45b9-8d0b-e8490bf6f160", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:33:31.448408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty is playing with her mobile phone.Sofa, stars", + "public_commercial_use": false, + "recraft_id": "2ecd5663-76fb-4bb8-9097-3f5eb2cd064d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:01:12.047487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2741d403-6f12-46e7-8b63-90e011575c71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "maltese with fireworks", + "public_commercial_use": false, + "recraft_id": "3239e77b-32ff-427b-be09-023d4fa995af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:50:22.743429Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1fd8e327-94d0-4d0f-96ff-6b781d30308c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, HelloKitty wearing a pink bow in a red suit, photographed in the Forbidden City, during the day, the color is bright, saturation is low, HelloKitty graceful movement", + "public_commercial_use": false, + "recraft_id": "742b5931-9605-45b8-82bd-f7aecac22c2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:56:29.401472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "154b9dd9-48de-4c69-93cd-32f8367a2201", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is Looking back at the camera in front of the burning temple", + "public_commercial_use": false, + "recraft_id": "399fdc4b-86b2-4f53-92fd-17f03d32a68d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:51.16752Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7fe7d848-631c-42bd-9617-b69006eda7d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The \"happy single day\" letters on the bag will be replaced by gold gold hardware, and the other parts will not be changed", + "public_commercial_use": false, + "recraft_id": "8dc9ef9a-8541-4fcf-96c1-8933d0c94abd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:59:05.490039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd38968d-acd5-4084-b26e-44eb4b6dc114", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow, snow, auroras, a cute Pomeranian with wings ", + "public_commercial_use": false, + "recraft_id": "97926657-5834-455f-8a59-0ed998c15c94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:45:40.726917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9cd956f-aeac-4e47-86cd-eb0245cb123c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white Samoyed is laughing and playing in the snow in the snowy field.", + "public_commercial_use": false, + "recraft_id": "2dcedc65-5749-4da6-ad3a-3cb5aa813c9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:03:44.744636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76710202-b21f-40b4-a8ea-8d484c516e09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The boar man is in the forest with an axe", + "public_commercial_use": false, + "recraft_id": "ae519cc3-d3ee-45d2-8834-a00db62ced78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:46:59.588051Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1174dac9-8dae-422c-ae46-7846f73e6b25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was an apple on a plate with a candle stuck in it and the letters \"hugs\" written in chocolate sauce.", + "public_commercial_use": false, + "recraft_id": "a8ef2ffb-baa0-4622-9997-454640c380d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:16:00.493528Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fea40e45-dfc9-4719-b08f-ee05bd4a452b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty/snow/FUJI mountain/fire/whisky/merry Christmas/love/camera/ccd", + "public_commercial_use": false, + "recraft_id": "4293a696-8d31-4efc-8075-d75cda4b6710", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:36:12.696953Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15bca43b-dd8a-457a-a1e3-f03436961bc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is a burning house, and the foreground is a black hello kitty playing the violin.", + "public_commercial_use": false, + "recraft_id": "e3ac5719-2259-48fe-844f-21fc5862d889", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:36:19.404298Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2122c21c-97e1-4c8a-a6c4-55d3ee38507b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The snow-covered winter scene at night, in the foreground is a cute little snowman , and a decorative letter with \"Yile\" written on it in front of her. The background shows a stunning night view. The blurred city lights and colorful fireworks illuminate the sky, creating a warm, festive and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "b0d453e6-bc01-4a2f-b5c9-8f0523d8c7d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:41:44.631083Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da1e4305-a971-4619-be0e-8a9bce7878ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little snow, pure sky, black Scottish terrier wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "89c21818-7d3b-48d8-a8fe-e2cadd7138ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:25:14.082254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60cc1a25-87fa-45dc-baa7-ec1c41fad9cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, a gorgeous Christmas tree by the sea, a brown puppy, and fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "fc70faeb-d116-445c-8232-1382d2949301", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:48:18.897788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4007b5a-bbae-465c-8fbd-fdb5047f5420", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy beach, there is a little bear wearing clothes with Liic printed on them. There are fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "a8c02bb4-fdc2-45f4-ae8a-381a7f5b9475", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:09:24.359921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9eec8c1-d1dd-49e2-90cb-13177e90efb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty is next to the Christmas tree with TENNIE on the snow", + "public_commercial_use": false, + "recraft_id": "e1ab2c3b-bc14-4a74-bf75-32591d3efc59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:49:15.073213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2153e91-4f52-498b-98b4-3ca2511f550a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow was falling, and in the clover there was a little rabbit, shining in the sun", + "public_commercial_use": false, + "recraft_id": "9109b723-17ea-402d-b87b-ae3e176ae918", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:24:26.803795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9411ef69-26f0-4911-89b3-b5041f715c20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night, snow, sky, stars, Santa hat", + "public_commercial_use": false, + "recraft_id": "fd1608a7-7cb2-4514-b36d-f54fd60bacbb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T16:18:28.893488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcdbb4b6-e1fa-4a70-9845-e57df31d6df9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty is eating McDonald's", + "public_commercial_use": false, + "recraft_id": "fdae88e8-6306-4794-91b2-0f9f4939c404", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:02:07.548971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e112b37-9d6d-4c22-b75f-5a4d839a8bf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a light pink Christmas tree on the snow by the sea, and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "f31f4e76-ddac-4fbf-b54f-066352e136e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:02:17.71691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2dd7ba60-3b3c-4942-b953-b0e70e0e0f60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow fireworks sunset helloKittydoll Handwritten on the snow Luv SQ", + "public_commercial_use": false, + "recraft_id": "0721cf28-7616-43f8-907b-137a89bf78fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:30:11.648458Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "bd1d0d7d-4a39-46e3-9797-7c1fffc63e65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten wore a birthday hat and sat in front of a Christmas tree decorated with gifts and lights. The walls of the house were creamy and flowing with the texture of frosting as if it would flow.", + "public_commercial_use": false, + "recraft_id": "cdd51c81-b85d-4163-89d9-34ab0b492a56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:33:39.533355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed1bfd8f-2166-4974-b773-71fbdd72492d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lesser panda eat apple and cakes, lots of presents and christmas tree ", + "public_commercial_use": false, + "recraft_id": "9b0bcd64-d835-4aa2-baa8-976648e9a8a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T19:13:45.135808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9120e33-f96d-4f23-a31c-dddd5f38ab92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baroque portrait painting, wearing sunglasses, bright yellow graffiti over it, tagging-like marks, pink graffiti text, dark academia, visible paintbrush. Minimalist, surreal, concept, inspired by Hi-Fructose Magazine art and Beautifully Bizarre Magazine art. ", + "public_commercial_use": false, + "recraft_id": "9aa3e7b9-5c05-4a1a-be77-55b8c13852c1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:42:57.023073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9953db4b-eb34-46dc-a224-c40770324628", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, there is a sea in the distance. Hello Kitty doll wearing a red Christmas hat is next to the Christmas tree. Z&Y is written on the snow, with traces of cat paws and a dreamy effect of light particles. The color saturation is high", + "public_commercial_use": false, + "recraft_id": "bd8968fc-e3e5-4148-b4d4-f7c6956fa462", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:16:01.781402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "048f89a8-b309-4279-a56b-d21e1b4a0c3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white cat is looking at the Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "ec8208b9-e12e-4929-ade1-229e6a966196", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:20:06.065724Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "817f5b54-9c28-4d83-9cbf-1a21cf64a65e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, an endless expanse of snow. There is a sea in the distance, a brown teddy bear wearing a Christmas hat, a Christmas tree next to it, and \"ZR&JW\" written on the snow. The melancholic warm yellow night scene has a dreamy effect with light particles, snowfall, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "65191577-f663-41e4-8af3-86eff49b8041", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:43:44.184021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Statue of Liberty floats to Wall Street", + "public_commercial_use": false, + "recraft_id": "26ea8867-fa1b-4969-b587-388e3ac34358", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:41:52.758024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Trump is taking a nucleic acid test, the background is a Chinese street, close-up.", + "public_commercial_use": false, + "recraft_id": "1adabc0c-7df5-44f2-8f5e-499dc96996ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T10:25:50.634198Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6c377ef-802d-44bd-bbfa-ed33e6f3eb84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Plastic bag dropped some apples near the grass", + "public_commercial_use": false, + "recraft_id": "bc2e0527-65d8-4288-a51f-8f173f90b1c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:13:50.590934Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ff79d220-5042-4d5b-a364-a7e4b41dcec6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Use the letter necklace e and the letter necklace r as the missing letters in the Scrabble game, the necklaces are gold, the word is en route, and the backgrpund is ancient parchment paper", + "public_commercial_use": false, + "recraft_id": "6208fc47-b0a0-48ba-80d8-56dbd1894a47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:47:46.64996Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ab88fad-d715-47eb-abb5-8b6332b203aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The doll writes nxy in the snow.", + "public_commercial_use": false, + "recraft_id": "24e39977-9b42-4aca-91c5-055e99bd5195", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T05:33:36.953738Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "290b934f-4f51-4a06-b537-945374819133", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "writing hyq in the snow", + "public_commercial_use": false, + "recraft_id": "b8d4a852-4d14-4e7e-8a1d-9b05136ffb63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:40:36.855226Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91f8f061-310e-4f67-a73e-6c4e4b4dea53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland Puppy, dressed for Christmas, rolling around in the snow.", + "public_commercial_use": false, + "recraft_id": "23821cee-a69b-46ac-a711-87e3e1227ccd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:35:41.749044Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "44b27cae-b738-46a2-945b-ca72af4d2a17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Twinkling pink sky, lavender shining sea", + "public_commercial_use": false, + "recraft_id": "f4a76bc4-071e-4735-aa96-27b5dd19ffb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:04:32.060181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0cde71c-63fb-4f01-89f3-e627033dc20d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sea, the Christmas tree", + "public_commercial_use": false, + "recraft_id": "2c4cc636-e57c-46e6-b62d-99e176c1a3bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T14:28:17.154448Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "2c5681f1-973e-4708-82c6-829b7c8fb8b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shanghai sunset, Asian handsome man sitting on rooftop with fairy wings, movie shot, surreal, 2000 style, DVD,preposterous", + "public_commercial_use": false, + "recraft_id": "6c6cb540-1020-4b27-99af-1084ce96f05e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:04:05.882064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62ec9c61-8641-4f6c-b1db-d21ffc35b911", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snow at night, a little white lamb and a butterfly are under the pine tree, and there is a moon in the sky.", + "public_commercial_use": false, + "recraft_id": "139e109c-cce1-4320-9472-cb5df0ec869d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:08:03.196642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60a7af01-6d5d-41ac-ba5d-03217dc38673", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Hello Kitty wrote \"Jeremy\" in the snow.There is an aurora behind", + "public_commercial_use": false, + "recraft_id": "44cb3535-31b4-47d4-9569-20848ccf52b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:59:53.992778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d83e769b-0f2e-45c3-97a8-bb6df6f05560", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shark Sky", + "public_commercial_use": false, + "recraft_id": "fe77d744-1b20-44b9-970c-1110fa3efade", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:03:46.650054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2978911-abbc-4988-9764-66cd9acb5678", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, Hello Kitty in school uniform is in the big white snow", + "public_commercial_use": false, + "recraft_id": "44c188f3-75ff-43e1-94c6-b9d966199298", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:24:05.738851Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5a73d528-cd97-472a-9638-2f43dcc48f17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two cats watching the aurora borealis in the snow.", + "public_commercial_use": false, + "recraft_id": "9ebc6afc-ca21-4ed7-8912-43c2ab23a84c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:17:54.779296Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bd081148-c314-44e8-836f-26cd4b56fdb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, in the snow, there are many fireworks of different colors in the distant sky. The white HelloKitty doll is wearing a skirt and a pink bow on her head. It is in the middle right position, next to the Christmas tree full of lights, surrounded by gifts. Melancholy blue night scene, romantic atmosphere, high color saturation, plus the dreamy effect of some light particles.", + "public_commercial_use": false, + "recraft_id": "0d0af73e-c654-4e03-a5f0-ba2035a281c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:22:42.154585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "625af474-0c23-4847-9c7d-49d58f16d3b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas tree", + "public_commercial_use": false, + "recraft_id": "ee8eb495-7281-44f3-b058-308c00ff1ee0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:38.339096Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79d118bb-bf38-453f-b959-ad169395e14a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little teddy dog lying comfortably on the couch drinking whiskey with a bath towel on his head. ", + "public_commercial_use": false, + "recraft_id": "cbecb593-c43f-4752-b261-0427c61f1378", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:18:10.944206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sun shines on the heart-shaped snow", + "public_commercial_use": false, + "recraft_id": "2c48ead8-acd2-4cbd-9f19-f632ca4f459d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:04:24.163182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f52a89e4-86b8-49d5-ab45-396a3da12f62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "In the snow, there is a cute HelloKitty wearing a comfortable sweater jacket and hat, and a yellow scarf taking photos. Beside them are dazzling fireworks, and the sky presents a deep blue color, filling the atmosphere of a snowy day", + "public_commercial_use": false, + "recraft_id": "6279a89a-bdef-4328-99d8-325a90c69af4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:59:00.71858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ca2f85e-ca78-4376-a526-58cbd4562863", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The golden kitten has big round eyes and a round face with medium-long hair. The light brown little teddy dog has big eyes and a round face. It's cute. They celebrate their birthday together. They wear a pink cake and a birthday hat. They sit together. The table has a warm home.", + "public_commercial_use": false, + "recraft_id": "ff753ddf-742a-4e69-8e11-742cee047ad7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:57:24.937464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82a418ac-a105-42bb-949f-6c269a705652", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lmg drh", + "public_commercial_use": false, + "recraft_id": "e8d6fb95-6792-48e4-8fd7-7c0c88ceb2ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:50:37.193643Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "818701af-6d32-40d0-931c-d19289bedd42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan short-haired muscular man, wearing a red Tibetan robe, on the snow, stand in front of the camera. and there are clouds and stars in the sky at night.", + "public_commercial_use": false, + "recraft_id": "659df969-b5ca-4d90-b508-74a9bd7ab778", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:01:57.129827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e21de30-9b9b-44bc-8f1b-b3be1bd88692", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Turtle wearing a cowboy hat on the back of a cow in the grass", + "public_commercial_use": false, + "recraft_id": "1bb1396d-aa53-4ed7-bfd0-e2e1876d3f62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:32:15.644792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e912128-8221-4bc5-9dff-769668ac1ffb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow corgi, fat, tailless, red sweater, Christmas hat, sewing machine", + "public_commercial_use": false, + "recraft_id": "ee5b80f9-e08f-424d-87a1-bde147150b40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:41:56.400095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42f30ac8-e557-4fac-aa37-aee32008c12c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little snow, pure black sky, black Scottish terrier wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "ecabe038-8c4e-4789-9aed-2c9039a22e37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:19:37.943607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bed29ca-3bba-4252-81ec-0facebdc0724", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, Border Shepherd, a yellow stuffed duckling, playing guitar, fireworks, stars,", + "public_commercial_use": false, + "recraft_id": "35f73c7e-8611-47c6-9cfe-e3d9906b79db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T06:26:03.928927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63670b88-faaf-44ba-ac94-70f5ad5e90f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon watching the sunset in the snow", + "public_commercial_use": false, + "recraft_id": "ab003b3c-7e43-4e04-af4e-6f8f5c04198e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:37:24.757825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "105481c9-dcc2-4c97-8937-08456f81d34d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two balck cats are smoking on the red sofa ", + "public_commercial_use": false, + "recraft_id": "cbbe4513-54df-46bb-903a-deeb8ebfbb5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:41:01.155601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94cb1bc6-e908-46ab-aaa9-649c96dc28a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat who always wears a Christmas suit", + "public_commercial_use": false, + "recraft_id": "95a235b7-a2d9-434f-b6e2-e6415a92e443", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:51:43.608246Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19e83393-7c02-43d8-8214-e112b5eebfcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The room is filled with colorful four leaf clover", + "public_commercial_use": false, + "recraft_id": "2ec127bd-5316-4a9b-93c5-4fc4be9e1928", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:04:21.457191Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f78e64c-3fcf-48f5-b7fe-4b6968bf9488", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "nowhere just sky its so serene. and the cars they burn below me.aisan man face to me ", + "public_commercial_use": false, + "recraft_id": "fd399032-a8a3-4577-87c3-b1416e67723e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:47:32.749202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b065ca9a-f25e-4fd4-bff8-74f5df855e8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, cute bear, cake", + "public_commercial_use": false, + "recraft_id": "6621e493-084c-4920-b5b1-4e8c25226699", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:55:48.469957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4b8b486-188d-44bb-9c18-f345c18832f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely figure looked at the birds far away taking away the purple dazzling lightning", + "public_commercial_use": false, + "recraft_id": "30dad591-dd23-4516-80d7-c05235833cba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:17:46.004766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2da8d9c6-c21f-41d0-b916-e9e5c4454334", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter snow scene by the seaside in the daytime. In the foreground, there is a cute Hello Kitty doll dressed in lovely winter clothing. Beside it is decorative lettering spelling out \"YLY\" with heart decorations and cat paw prints. In the background, it's dusk, with a pink sky. There are auroras in the sky, along with a dreamy effect of light particles, and the color saturation is relatively high.", + "public_commercial_use": false, + "recraft_id": "c2b484aa-d2cb-4c7f-8505-5974d0a4682c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:09:35.419538Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb0e145b-9141-4046-b787-1c7cee0a3ba2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an antique key chain", + "public_commercial_use": false, + "recraft_id": "7a8ed1a3-9f89-4bc1-aa09-d9c42b4e7e96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:38:27.559999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was only a little Christmas tree in the snow, lights on, and a white cat in a witch's hat.", + "public_commercial_use": false, + "recraft_id": "de90adf6-64d3-4d50-bb27-10aedb21dba3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:34:29.581963Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "26c67f0a-328d-40e9-a331-e3cce033a6ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A plate of apples", + "public_commercial_use": false, + "recraft_id": "25c3ef50-0d0b-4003-8d6e-6774162c4b13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:28:28.049359Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "d7ffb2d1-a624-4f7d-a832-db24d976c810", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sunglasses were placed next to the pillow", + "public_commercial_use": false, + "recraft_id": "dc9a8d7f-955e-45d1-bf9b-210e14ef605c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:05:17.377994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be2d15eb-b867-4282-adcd-2a1ae74a025b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I want a winter snowy land with the brand name \"islet bean\". I hope the atmosphere will be warmer. There are puppies running outside next to it, and the style is more childish and natural.", + "public_commercial_use": false, + "recraft_id": "d3f822a1-b7f4-427c-855b-87e299a06bc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:22:48.747457Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "640e26a9-c4df-4271-a8d0-9a7318d527ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The elevator is covered with coral, and there are colorful fish in the air", + "public_commercial_use": false, + "recraft_id": "e7023d20-90fe-4da5-8670-7b98ed46cb94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:05:10.074588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9cd768e-816f-4004-b22b-8f4459e62e5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are two kitty cats wearing Christmas hats in the distance. Next to it is a Christmas tree. \"BMY&SES\" is written on the snow, and there are traces of cat's claws. There is an aurora in the sky, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "a4964eb6-0f30-4c9d-a03c-4cf0e26d887c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:33:26.99217Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a78e5981-b4ba-4d74-8881-f89d8231f4cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dark-haired teenager in a gray hoodie and sweatpants is falling out of the sky, with snow and a burning car in the background", + "public_commercial_use": false, + "recraft_id": "71819122-521b-4d33-8788-393fe5fe2457", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T04:09:47.175752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54ab98f3-8798-4970-a095-d497b679fc96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow on the Christmas tree/ kitten has three colors which is running / bubbles/ outdoor", + "public_commercial_use": false, + "recraft_id": "f91bada3-d62d-45a6-8e9b-ee932102098b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T15:13:24.651602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c4a319a-7ceb-4281-b53e-e08e200046b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A surgeon with his back to the camera washing hand", + "public_commercial_use": false, + "recraft_id": "21a51858-736e-4fd8-9ffe-3262815430cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T15:04:05.973113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e3a9194-9a22-4e94-9cb5-480184dd2dcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, there is a Christmas tree and hello kitty on the snow, and the letters L&Z are next to it.", + "public_commercial_use": false, + "recraft_id": "0b6c2770-7bf6-4dd6-9465-16cbf7d06351", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:12:59.985968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fba662b-bd99-49e9-9065-cb094091696d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little black cat doll in sailor uniform has snow, cherry blossoms, and fireworks at dusk", + "public_commercial_use": false, + "recraft_id": "d5b6663a-949b-49a6-acbd-684e59b7d323", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:13:57.153199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9e500d4-b711-4eea-8ba4-8abaa31a9f18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside Starry Sky Fireworks Snow, Write Sevenseventeen", + "public_commercial_use": false, + "recraft_id": "dfe7f06c-2067-4b43-8795-23af41ea3278", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:16:48.113255Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1afa79d4-c810-41a5-b7a6-58575bf4c275", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is red, there is a Christmas tree, a gold lanyard in front of the Christmas tree, with the letters \"LIVINGMORE\" on it.", + "public_commercial_use": false, + "recraft_id": "3407fd00-a75b-4c0d-97a8-1b35fcd1d827", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:34:30.797683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3447e7c-28bd-4e6d-8446-43e78d4d85a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two beautiful children, followed by a gingerbread man with a candy bar, on a snowy night, against a glass with a warm light", + "public_commercial_use": false, + "recraft_id": "584792fe-daa0-4c54-b793-82dddad3be76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:40:43.860172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f37e04ac-b0ef-40fd-93b8-b9747b230bce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Outdoors, there is a Christmas tree on a snowy day, a Hello Kitty doll, and the letters L and Z next to it.", + "public_commercial_use": false, + "recraft_id": "2836a554-9500-400c-8f7c-ec3dd46799c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:27:27.309813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d031b43-0cf4-4c8d-8466-33881adb59bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "phd schnauzer", + "public_commercial_use": false, + "recraft_id": "1bf56034-e905-4775-adc1-681cd44ee668", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:04:52.273098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb153fe4-e41b-45d0-9953-2cbd17d56c9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, Sunset,The tiny Siamese cat has transparent wing, Christmas tree, small wood house, fireplace", + "public_commercial_use": false, + "recraft_id": "507f1470-712a-4b3e-88f3-0144c43657f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:51:27.151055Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "469c0aa9-f4d5-4d00-a967-d2d49585e333", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a slice of bread with the letters \"hugs\" written in marmalade next to a knife and fork", + "public_commercial_use": false, + "recraft_id": "a9686bad-6909-44cb-baec-6d66a9931f58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:28:53.632062Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df75c8e5-4e2a-4833-8fa0-920e6c5621a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "hello kitty in these sunglasses roasting marshmallows in the moonlight and snow", + "public_commercial_use": false, + "recraft_id": "c0080cdf-b4af-422f-ae3d-88ced3005fd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:19:27.820855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "546334f7-3b1d-458a-8c0a-24e13025f4c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The big Monsters in Ultraman are destroying Washington in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "15fff88e-a4a4-45f5-b645-1e4a2899b9cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:40:04.169742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e003d7fe-f347-4035-bd49-f1b9a6a78524", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Samoyed blew up the paper with a single shot", + "public_commercial_use": false, + "recraft_id": "13838f41-a72a-4778-b04c-ff8f5de8bd89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:53:24.329243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80417576-6a2b-45c5-95ca-0aa24ef6ddc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is setting off fireworks in the snow by the sea. HTY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "2ad1e1f3-3e63-440b-845f-f38341fb38a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:49:20.878451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stands in the classroom holding a knife, with the words' get out 'written on the glass at the back", + "public_commercial_use": false, + "recraft_id": "90f6ca08-07d6-4047-a08c-c385cea77c9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:11:23.171449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02cebb29-f00c-4373-a797-9e3ccfd0adb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The beach, sunsets, Christmas trees, bonfires, snowy days, kittens and puppies in scarves.", + "public_commercial_use": false, + "recraft_id": "6d06efc5-906d-4b07-84af-532990ba9150", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T15:59:32.357323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fea90f85-2996-4719-ae1d-59aab98a5b1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "little snow , pure white sky, black Scottish Terrier wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "a908ca2e-ee67-4a4b-bf3b-7f506be1cf1a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:29:39.629161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c6e120b-34f1-4580-afdf-5c928587f2fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow-capped mountain,still lake,a lonely man", + "public_commercial_use": false, + "recraft_id": "3ad2ef44-7bac-4725-96d5-539cb6e94a24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:07:31.648858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e68c540-3c85-46e2-879e-a9cd9e783077", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, an endless expanse of snow. In the distance, there is a sea, with a white Hello Kitty doll wearing a Christmas hat and a Christmas dress. Next to it is a Christmas tree, and the snow is marked with \"ZR&JW\" with cat paw marks. A melancholic blue night scene with dreamy effects of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "af9ac2ef-c0ec-4ccc-bc6e-59c9181054bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:22:58.083187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4896ba2d-2deb-4f1a-a926-1f21ddf1c22c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tree house", + "public_commercial_use": false, + "recraft_id": "7de5f434-8ce2-41a6-aac6-8dc4c5feb725", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:51:39.174151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc17579b-75d3-4b8c-b105-aeff3c167805", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"CZL\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "67c00462-e4b2-402b-b20e-0e978f7efa11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:46:17.071524Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fd4e767-bd35-4f39-a07b-5879930aca33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Horses eating carrots in pink water", + "public_commercial_use": false, + "recraft_id": "a17ffceb-ec1a-4027-8c02-524e8e324df9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:26:35.492867Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c6ecae73-ae40-4c66-ba2c-8feeedb126d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree in the room, and next to it is a single sofa with a Christmas red and green striped blanket on it.without a snowman", + "public_commercial_use": false, + "recraft_id": "2a1d1ec5-bf6e-4e86-89ef-ac3c02631487", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:27:34.756892Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0ed43a3c-ba73-41f3-b363-58cf83789374", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Hello Kitty are holding hands on the star studded beach. One of them, dressed in black, hides her left hand behind her with a red rose on it. The other, dressed in pink, is taking a selfie", + "public_commercial_use": false, + "recraft_id": "b9949799-6b9b-4f2b-b9ea-1d208b4ce09a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:08:41.648224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8c33408-156a-4218-9e74-d8fe6ca46a3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray British Shorthair cat with a resigned expression, a white gnome rabbit with gray ears and a gray nose, and a pure white tiny Pomeranian playing in the snow. Fireworks light up the sky, and bubbles float around.", + "public_commercial_use": false, + "recraft_id": "0b611e56-303b-4a97-b805-19942ace3258", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:26:23.789208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82fa6736-5771-4604-86d0-7b790c375564", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat with the bag is watching the aurora", + "public_commercial_use": false, + "recraft_id": "77d98460-623a-4643-891a-62a27ae62ffa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:50:54.228076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2549b532-0a6c-4e4a-99fb-f0329e6f864f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "High camera angle, a tabby kitten with parallel white wings, sitting on a white table, an indigo painted wall on the back looks at the camera, light source on the right", + "public_commercial_use": false, + "recraft_id": "2be9eba2-93a6-4e44-84bd-4e423bc46bc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T15:46:30.113687Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "4e4fcaa6-3e34-4092-a0e3-161e3801b992", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting next to the high-speed train window, with the sun shining outside and a stretch of greenery in view.", + "public_commercial_use": false, + "recraft_id": "cca1b81b-c4c8-433d-bcb2-f4b955ab6454", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:40:54.318751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f26658d-4caf-42eb-aed2-511056977daa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Japanese hallo Kitty image sits on the seaw and drinks boxed drinks.", + "public_commercial_use": false, + "recraft_id": "c8f87158-9c6e-40f9-bded-8a11a330898b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:54:55.930808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "624e942c-6439-4508-9b38-78c97e5a4d4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Kuromi doll sits on the snow. There are two words \"Xiao Jing\" on the snow.The background is a snowy seaside with snowflakes floating down.", + "public_commercial_use": false, + "recraft_id": "bfce0464-0619-4409-9a0c-c08161e0b1a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T06:14:20.000489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "609ed01d-1b78-4232-9c82-0d43aad540d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a yellow toned room, a cute HelloKitty doll wearing a dress and a pink bow is holding a gun and wearing sunglasses", + "public_commercial_use": false, + "recraft_id": "cb7c6149-8854-42ac-8cbc-783827092d71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:00:45.054541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "484116c0-8d33-4979-b823-16e033a500f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sparkling gree Christmas tree by the blue seaside in night", + "public_commercial_use": false, + "recraft_id": "7eb75ec9-6258-488e-bd0a-2c0cbf536240", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:46:22.739534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dac1ea70-d3ce-4d66-be2e-c389b904aec0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is at the foot of Mount Fuji", + "public_commercial_use": false, + "recraft_id": "7de245d4-e55a-4311-8c70-0c541e248d71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:25:55.137984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f8fbc0e-3cb5-40ae-a17b-794c96d386c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Oranges and puppies full of hope,Watching fireworks by the sea", + "public_commercial_use": false, + "recraft_id": "106d9d31-ba51-4cf3-b966-7d3b39f99a05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:34:14.608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed9a1200-0690-4143-b9da-5b99f2575a68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow Aurora Puppy West Highland has a wing", + "public_commercial_use": false, + "recraft_id": "37944402-06b6-4e8f-8e2d-481eb9329171", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:31:48.408381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef2e7d18-fced-4dee-9c34-e84199c7432f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The HelloKitty doll is placed in the snow, and then there is Mount Fuji in the background. There are fireworks in the sky, and WWQ is written on the snow.", + "public_commercial_use": false, + "recraft_id": "edf08e3b-5e7e-4a69-97bf-ede0981a7641", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T10:56:11.853278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1354b6c3-a5b3-454d-86a3-529d21ba949f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is the atmosphere of Christmas. Hellokitty sat in the snow with a red apple in her hand. There is a colorful Christmas tree in the snow next to hellokitty, gorgeous fireworks in the sky, and the handwritten letter \"ZXL\" on the snow. The color saturation is relatively high, with a dreamy feeling.", + "public_commercial_use": false, + "recraft_id": "adc859c4-e508-4ca7-938d-8654509b8762", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:23:56.255789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29e6946f-110c-480c-803f-293ce32682c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black kitten and unicorn are having a picnic on a lake in the Arctic, and there are many stars on the picnic spot", + "public_commercial_use": false, + "recraft_id": "f38b9061-9c79-462d-9270-62d2c3daafc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:53:37.776026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b18201f-ef3e-47e2-83dc-0ec139c3dd20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little rabbit sat in a silver ufo in the night sky, dragging a rainbow tail, with stars coming out of the tail", + "public_commercial_use": false, + "recraft_id": "da08de7c-c6b8-401b-be19-89cf522f581d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T09:35:42.160215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03bf277e-f729-4dc0-9239-919c9930b120", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Playing in the snow with cats and dogs and hello kitty", + "public_commercial_use": false, + "recraft_id": "89ff7571-a231-4e49-9730-97ffee4bd795", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:09:55.162115Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b049005a-d849-40a4-afe6-ef79ce11ce2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "small pink smoke, green grass, night sky", + "public_commercial_use": false, + "recraft_id": "9fd0c46e-6ab2-48c3-985d-08fdc41b2600", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:04:37.37668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e537d65a-31c1-4a5c-aa00-512741732624", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The chiikawa Christmas dress, wearing glasses", + "public_commercial_use": false, + "recraft_id": "f5018ac2-b2af-4619-b86b-389f2f454f6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T01:01:26.353722Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This photo has a mysterious and slightly eerie atmosphere. The subject in the picture appears to be wearing a glowing mask whose glow stands out in the darkness. The subject is holding a camera and appears to be filming. The background is dim, with a few stacked items and a door visible, suggesting an indoor setting. The contrast of light is intense, with the main light source coming from the mask and camera flash, creating a sense of tension and uncertainty. This shooting style may be used in art photography or film scenes, and is intended to arouse curiosity and tension in the viewer.", + "public_commercial_use": false, + "recraft_id": "7439a2ae-0315-4a7a-86bf-9ce9ed1a8db4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:24:07.416076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowing,knife with oblood ,biethday vibe ,heart ,white dress ", + "public_commercial_use": false, + "recraft_id": "6dcd82e3-8a84-4b87-a462-13e1e47c8c68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:12:21.558243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffee5f1e-cf19-4e07-affe-5e0846012d1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty is sitting on the ground with fireworks in the sky next to a beautiful Christmas tree with Gazi written on the snow", + "public_commercial_use": false, + "recraft_id": "8d7ca0a9-2f24-4d91-b2e3-fc266637bccd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:32:43.884366Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "489a8044-ba66-4a9d-bad5-9b081985ab6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small, fluffy owl perched on a tree branch, wearing a little scarf in the autumn forest", + "public_commercial_use": false, + "recraft_id": "424d4296-6a0c-468e-8c75-edbcea6ae210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:50:07.589824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61cf82cb-2683-45a8-9ed2-b3fb7e9200af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty doll, the beach, handwritten \"Coral\" in the snow, fireworks, snow drifts.", + "public_commercial_use": false, + "recraft_id": "4274d698-8b92-4895-a3f2-84fafdffa9f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:56:25.96693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1adeb977-723a-44e5-9f57-85e701d2c195", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a Christmas-like room, there is a wall with QIDAO Studio written on it, a ring of sequins around the lettering, and a large Christmas tree inside", + "public_commercial_use": false, + "recraft_id": "1accbd30-fdbd-4655-a6e1-c677c5e8b51e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T05:58:23.703798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3987745a-3229-454e-af3b-0bcd90f94de2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The word \"Sonam\" is spelled with diamonds in the background, with hundreds of black roses.", + "public_commercial_use": false, + "recraft_id": "4de0f880-99cc-4a9f-93ae-f6570d28c11f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:09:06.202442Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64e56dc0-5f89-4b0c-bbfa-990e821190d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens and puppies are fighting.", + "public_commercial_use": false, + "recraft_id": "3adabebd-4c77-4850-bc79-c01edf66d6eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:20:38.44222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a348704-30b0-4fa3-baa3-e0863efdbcde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three kittens got drunk and lay in the snow watching the stars and the Northern Lights.", + "public_commercial_use": false, + "recraft_id": "dfcdf8ce-fa25-4953-86fb-b2ec1c7877b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:34:43.923452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ae7da07-708e-4bd4-a0d4-4ee621567a46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "puppy doll, mickey mouse white knit sweater, cafe, pink wall, strawberry cake, Christmas tree", + "public_commercial_use": false, + "recraft_id": "18cb2a91-7767-4e8e-9433-006ac0fee1de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:19:08.347578Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "72994917-00e4-461a-8681-add88855d7fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is red, there is a Christmas tree, a golden string in front of the Christmas tree, on which hang the letters \"L I V I N G M O R E\"", + "public_commercial_use": false, + "recraft_id": "a4f1b0aa-b27e-4971-8382-59d8eba71603", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:27:04.366612Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "36f3789e-b032-453b-902a-a48603ec6646", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The stars in the night, the shining snow, the daisies on the ground ", + "public_commercial_use": false, + "recraft_id": "90fd0bef-a0d8-4cf9-a8d1-6cc99e28fd8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:59:30.372946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "256fba71-ecc8-4d6d-8d5f-83e4658a1601", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the shadows of four people under the sunset by the sea", + "public_commercial_use": false, + "recraft_id": "9dc7f3b2-6c7d-4489-ab14-e5c388887608", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:36.498125Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "fa2e3180-0c11-4206-bea1-c43f64647755", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Smooth heart-shaped earth in the enormus universe. Stars sparkling, atmosphere: peace and love.", + "public_commercial_use": false, + "recraft_id": "63e3c244-b496-47e6-b35f-5ad84cb13119", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:37:38.826389Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e057f25-c8c5-4cb5-9815-d5fad1389709", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The HelloKitty doll is placed in the snow, and then there is Mt. Fuji in the background, and fireworks are placed in the sky. WWQ is written on the snow. The blue night scene has the saturation effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "3d0e9e70-cf47-41b9-9e82-ccab707e3058", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T13:49:39.37309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "549bc72f-614e-4b6e-b713-138d005ec620", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Kuromi doll sits on the snow. There are two words \"Xiao Jing\" on the snow.The background is the empty snow with snow.", + "public_commercial_use": false, + "recraft_id": "88eaf262-c867-4990-a4bc-a9a1830b8e2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:49:33.002267Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca2b0295-cb95-4995-8f6c-d99ab0fbace2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night, snow, motorcycle, back", + "public_commercial_use": false, + "recraft_id": "0cf86781-98a1-4a40-8a18-e31b20ca52b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:57:46.955805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d32c31e9-e601-4d46-98fa-b2f0c0176dbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow", + "public_commercial_use": false, + "recraft_id": "e34280c7-0f00-483b-af8a-1df75ed01d8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:37:20.509472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61b15f40-d439-4278-b125-ba5c24ea829f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "apple", + "public_commercial_use": false, + "recraft_id": "84f54552-b70f-4a3d-8603-0420f79d9595", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:29.758155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebc72f3b-fd92-4009-b07b-2d103f522d0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"YXL\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "5657c729-be1a-4d46-bbef-d20fe6277043", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:24:35.408353Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14d4329b-e830-46bf-97c4-a9cf161bb3e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty writes hsf in the snow", + "public_commercial_use": false, + "recraft_id": "e682f969-0d68-47ca-9a24-8df0b515a48d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:40:34.282903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef2a2bd4-738d-49dc-84c7-1b57938e31b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "People working for DESCENTE under the great wall", + "public_commercial_use": false, + "recraft_id": "042a4c7f-0263-4f18-90d8-c5c69033e929", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:18:51.256326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "130dba10-9d0a-4e6f-a182-f425960f4afe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog has grown cute little wings and is playing in the snow.", + "public_commercial_use": false, + "recraft_id": "26b244e5-075c-413b-9be4-2aa8ca8aff50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:14:59.149981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9aa5212-3537-446b-be8e-dc01b9bf30d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow, Christmas tree, Mount Fuji", + "public_commercial_use": false, + "recraft_id": "67086224-04a2-4913-843e-6483d74ac580", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:10:52.301913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "048aec1a-2153-4565-83df-0b7d14bd978f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kirby get katana at snow day near three", + "public_commercial_use": false, + "recraft_id": "235f176f-c8f0-40a1-ba28-28bb386547d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:59:54.507559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6bdf7e2-6a10-4b5a-8146-55fcf057ae29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lonely tree", + "public_commercial_use": false, + "recraft_id": "5ed2df73-c547-4f33-b108-3ed45501d8e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:51:33.457691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3fca725-fac8-44f7-9f9b-62076fab24ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A panda is working on SEO in front of a computer", + "public_commercial_use": false, + "recraft_id": "b4e8cdfe-1180-4dfd-8be7-2726fb165a80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:50:20.497054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34c9ed18-f80d-4dfc-bc57-e39353a60f36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The burning Sensoji Temple.", + "public_commercial_use": false, + "recraft_id": "4ede2dd2-4d3f-44cf-94c4-c8a19066e5d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:58:00.961249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a351212-3cc5-4ac1-a495-b809528df563", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Nothernlight, white fluffy puppy, light snow, drak blue sky, snowman and christmas tree", + "public_commercial_use": false, + "recraft_id": "1dfe56f2-d112-456a-bb3d-92e4af34cfa2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:27:15.468058Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "38a9ecd1-fa01-4cec-bfb2-0a145446f42c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a heavily snowing Christmas outdoors, a white Samoyed with wings.", + "public_commercial_use": false, + "recraft_id": "9c78a76c-ba7e-48c6-bd3c-88814d63c796", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:53:55.101439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "830b7f18-befc-4454-92b7-fd58435fba7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow on the beach. And a christmas tree is on the beach.", + "public_commercial_use": false, + "recraft_id": "5936323a-8520-4ba1-828c-2810ac7bc77e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:10:52.258172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e092eac-c738-49b0-9a05-2081b902f6e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in the snow at night. Ivan is written on the snow. There is a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "f25e9201-8bcb-44f4-b92b-a3ec6c1ca026", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:32:25.810018Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8919e28a-a245-4fbe-a902-768a831503a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " Two Hello cats are standing under the Christmas tree. There are lots of presents around. It's snowing. Cat, there's snow", + "public_commercial_use": false, + "recraft_id": "b7941b40-fbfd-4487-a133-ea379b2e6f8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:30:30.129748Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5f7876e-3519-4159-8c44-76388caf7d29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three fat cats in the snow, a short-legged cream cat, a short-legged silver taper, and a long-legged, long-haired, silver-pointed highland cat", + "public_commercial_use": false, + "recraft_id": "9d934ceb-835c-4bb1-8149-c90d2f31b9b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:03:43.654513Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cb9ea8a0-27dd-4726-8ae3-99e114a85d20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This is a digital artwork featuring a whimsical and endearing image of a tabby cat dressed as a wizard. The cat, with its light orange and brown fur, is centered in the image. It is wearing a large, dark grey wizard hat adorned with a golden band and a small, round brooch at the front. The hat has a slightly pointed tip and a soft, slightly wrinkled texture. The cat's large, expressive eyes are wide open, giving it a curious and thoughtful expression. It is holding a small, open book in its paws, which it seems to be reading intently. The background is dark, with hints of indistinct shapes and shadows, which creates a mysterious and magical atmosphere. The overall style of the artwork is realistic with a slight touch of digital enhancement, giving the cat a slightly cartoonish yet lifelike appearance. The texture of the fur and the hat are meticulously detailed, enhancing the overall charm and humor of the scene. The image evokes a sense of playful fantasy and enchantment, making it a ", + "public_commercial_use": false, + "recraft_id": "525d5b06-4416-4d72-907c-8cb976c86b5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:49:23.559073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f6e1520-e386-469f-8c41-c11f07808bd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow, a winter plum blossom, with a blue background,", + "public_commercial_use": false, + "recraft_id": "87ae0324-5c80-4a7f-9a89-3b9b48f6e4c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:30:35.578462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little all-white kitty with butterfly wings in a princess room", + "public_commercial_use": false, + "recraft_id": "bb4d7a0d-1166-4341-a25f-baf4bc8a5e63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:58:14.266287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21de87f1-cb61-461a-8462-e019cd6ac99f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The heavy snow blocks the mountain, the old Taoist with a calm face, and the lost pigeon", + "public_commercial_use": false, + "recraft_id": "b611304f-b918-4569-807c-246fc00b85da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T13:48:44.565886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75525bfa-b28f-4090-b222-ec1c66282f09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "joke bear and chritmas tree", + "public_commercial_use": false, + "recraft_id": "8924dcab-8e0c-4597-8ece-ab4b0e22bcc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:04:02.872789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8432df3d-58d8-41e6-9cf5-063306123b52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a black cat, and a guitar next to it. There are traces of cat claws on the snow with the word 'wonbin' written on it. A melancholic blue night scene with a dreamy effect of light particles and a cool color saturation", + "public_commercial_use": false, + "recraft_id": "c8f5a049-cd13-4008-afc8-eb86b07569f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:56:37.814284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2520a532-e557-418b-bf26-431c48d19ee5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in Nurse's Dress and Nurse's Hat, Holding a Collie in the Hospital ", + "public_commercial_use": false, + "recraft_id": "42558257-f08f-4f44-a86d-c3cbd293914a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:53:19.577077Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1350be43-d4bc-42cf-8bcb-4ca556eb5727", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stole from the British Museum.", + "public_commercial_use": false, + "recraft_id": "ff4c27c6-8624-4bd6-8abf-8b1d941ef056", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:11:46.553532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "645ee040-e350-4cd0-b8e0-5a8aed0111db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night Iceland Snow Black Cat Snow Jerry", + "public_commercial_use": false, + "recraft_id": "49ad9757-1260-42ee-9a5d-0b285ce16694", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:14:36.398101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d04f9deb-fc47-4c2c-bc45-b583b48a8f00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside, sunset, Christmas tree, bonfire, snowy day, orange cat and puppy wearing a scarf!", + "public_commercial_use": false, + "recraft_id": "970e083d-f49c-4657-bb85-3bed78ff0d53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T06:25:19.626113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8982a236-dee5-405f-93ca-73107a2c1aff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maltese dog under the Christmas tree", + "public_commercial_use": false, + "recraft_id": "3fd51a2f-53e7-47e6-9f22-da606db2b39e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:05:43.648726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0d3cf89-b69a-495b-9174-10e0a1cd4c80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan children freely laugh and run on the snowy mountains and grasslands", + "public_commercial_use": false, + "recraft_id": "edb373f5-98ec-473a-adb7-56c348eb6305", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T21:06:27.428423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3abe0693-94e6-446e-bb3b-95f8722f7c24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a snowy scene, there is a Christmas tree decorated with a star in the background. The sky is graced with a beautiful aurora. In the foreground, there is a snowman shaped like Hello Kitty, wearing a pink scarf and bow. Jennie, a member of BLACKPINK, is crouching beside it, wearing a thick padded jacket, and she is writing on the snow with her finger.", + "public_commercial_use": false, + "recraft_id": "f2a755da-9eca-4b84-ad17-d07f85fae3b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:14:07.411735Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4e7ae249-3ed9-4aa9-ab33-dc491d1694b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a butterfly cat. Make a realistic style, i want a perfect details", + "public_commercial_use": false, + "recraft_id": "8d13e4c1-1d60-4660-940a-5bb826eca396", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:32:36.636856Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f4929b7-8bee-4edf-a9bb-f9651ed66fa9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "man in the rain, fire,black hear, Japan style, indigo sky,sun down,man drink orange juice, man wear jacket ,fish in the sky", + "public_commercial_use": false, + "recraft_id": "e7dfcf1c-e06a-4edf-b003-09b6fe7b2062", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:00:45.96956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4191e40a-42d0-4a5f-8e4e-97ca5310fbb2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a cozy home room, a cow cat wearing sunglasses is operating a DJ console, with a beautifully decorated, glowing Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "9590f1a7-8251-46e9-b2a7-d5ea2facaa30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:03:32.159581Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c5d8933a-2ba9-441f-a757-36282444969d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog with a schoolbag celebrates Christmas by the sea.", + "public_commercial_use": false, + "recraft_id": "24f1a4f6-456d-43f1-9f9a-730d29f780d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:28:43.070631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a73673-8f02-4d91-a064-aef4546928e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The green teddy bear toy is in the snowy field, looking at the burning house in the distance on a dusk evening.", + "public_commercial_use": false, + "recraft_id": "9480671f-019f-4800-a0c8-e4d265bdb305", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:44:05.296146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13c8ffc8-ff42-47ff-936b-a254bbcbedf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "On a snowy night, there are fireworks in the distance, and a hello kitty doll wearing a red Christmas hat sits on the snow with the word \"T&T\" written in the snow , creating a romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "e5c17900-7e92-4e69-becd-c529d48afdc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:28:16.648717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1aac4686-a881-406e-9d7a-042006d4cfcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, there is a sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, Veniee is written on the snow, with traces of cat's claws, with a dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "80dd6832-2c46-45ab-8218-26bb8006b7c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T05:55:51.549461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e11a6de1-227d-4044-8576-fd556e34452a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow Mountain grass fire skiing Hello Kitty", + "public_commercial_use": false, + "recraft_id": "4d82f950-b7bd-44a7-81f9-0a1e45604d1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:21:41.68997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ca10931-8cf0-4c67-bf95-2acdaa23c8e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "People looked up at the fireworks falling from the sky", + "public_commercial_use": false, + "recraft_id": "a6a7b008-f53f-41ba-941e-8a0fef5397d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:43:28.588986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18f71036-ba52-4c0d-a467-716fc32f5e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2 little cats standing on the snowing grassland leaving new year wishes in front of the snow mountains ", + "public_commercial_use": false, + "recraft_id": "d3fd0b64-c052-43f5-8f95-ea54e399cc82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:56:59.623153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty with fluffy wings fly around the moon under a tree holding some balloons and stars", + "public_commercial_use": false, + "recraft_id": "fc976c78-dc3e-4666-b02f-e2469cecad7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:56:36.334387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d02ca2a-0646-4e0f-9384-d0a434ea0c34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tuxedo cat, gangster, gem necklace, christams, white, silver, gold, chill vibe", + "public_commercial_use": false, + "recraft_id": "c32205c8-6d50-4f8c-adc3-c8cfbc580eed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:37:20.509472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99121edd-5da0-4393-95c2-ded26fbc8b42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dog", + "public_commercial_use": false, + "recraft_id": "84f54552-b70f-4a3d-8603-0420f79d9595", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:32:34.966569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96bcebd3-f9aa-4d7e-9717-61ff7eeea267", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The seaside of Los Angeles Night Firework A cat", + "public_commercial_use": false, + "recraft_id": "80a2c654-1862-4363-8644-6142551b3d00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:38:41.250205Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bda6670-a734-4f46-ba57-95c00a15bf05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sky is full of stars and it is snowing, and the lamb passes by a bakery", + "public_commercial_use": false, + "recraft_id": "2af0bc15-eda6-436f-a0a4-f24e34574db7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T05:39:34.484Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6c2934fa-8916-4190-87fc-6d6257659a93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tree in the snow, full of gingerbread men as fruit", + "public_commercial_use": false, + "recraft_id": "33946b23-f1fb-4293-8ad3-c52ec7a7bacd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:11:26.354289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9c548a7-eb9e-4cab-9b7b-64f339c88040", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pingu Penguin Doll on Christmas, Dreamy Snow,", + "public_commercial_use": false, + "recraft_id": "df8a0c43-e018-4825-9931-8b855bb62023", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:44:31.109373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "597a1cf6-bc85-46ff-9e4e-3b9733edea37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Buddha statues fall one after another, and the man flees in fear.", + "public_commercial_use": false, + "recraft_id": "f779560b-bd70-43b8-b244-f06800b98fc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:18.07875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef554ca9-81b3-440e-95c1-a9f08c6f84d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ShellieMay is in the snow", + "public_commercial_use": false, + "recraft_id": "aa691cbd-409a-459d-a7c4-01cf4e74d1f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T21:05:30.773888Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The scene is neat and calm; it's a warm day; high above the clouds, the sea of clouds is yellowish; there's a ship floating in the sky", + "public_commercial_use": false, + "recraft_id": "81cfd229-7e97-4358-8acd-13ab92580b76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:20:56.358525Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "00cfc440-1b93-4cc3-84f4-37a70062cadc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is red, there is a fancy Christmas tree, a golden string in front of the Christmas tree, on which hang the letters \"L I V I N G M O R E\"", + "public_commercial_use": false, + "recraft_id": "202c29a7-0567-4913-b32d-309b6c60e842", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:52:40.571287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa86e862-a4a1-48b2-9a57-3928276f0604", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little rabbit makes a wish under the Christmas tree", + "public_commercial_use": false, + "recraft_id": "668e7f1f-aa64-4da8-9829-0b3850d1afab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:14:55.498633Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "91d6dd68-2c29-44b9-bf04-ae989419af2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Christmas tree is filled with gifts, and the snow man is dancing beside the Christmas tree, and the snow is floating all over the sky", + "public_commercial_use": false, + "recraft_id": "367c5567-40ae-44c4-88ba-bec4eaa19248", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:50:03.475756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5154a1ce-3f35-4467-b885-d7c8a2929f61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The back of a person walking in the city. There is a house on fire in the distance.", + "public_commercial_use": false, + "recraft_id": "be6ffb94-4db9-45f0-95cc-d24d49c60f28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:14:11.548856Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow, Christmas tree, puppy, Mount Fuji", + "public_commercial_use": false, + "recraft_id": "85001587-b2de-4a33-b339-89645b6d0d9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:18:34.425329Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Many dinosaurs having coffee and standing front a cafe ", + "public_commercial_use": false, + "recraft_id": "afabf810-57f6-42be-bfa6-5d9ada259634", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:00:18.014054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0da74c35-d96e-4b8d-8adb-02c3a24831c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The word \"Sonam\" is spelled with diamonds in the background, with hundreds of black and rad roses.", + "public_commercial_use": false, + "recraft_id": "1650cca3-4c3b-4ee7-90e6-a823e7f04bf9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:56:54.933274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d558eea0-ef2a-41f9-885a-5c7ea02bd8c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of people gathered around colorful emotional trash cans.", + "public_commercial_use": false, + "recraft_id": "69e1aed3-ef8d-45e1-9d86-b1ab738e6f83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:41:40.653307Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7031bcce-d587-49aa-8453-a6cd7eedf1ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Samoyed points gun at an academic parper", + "public_commercial_use": false, + "recraft_id": "e5cce867-08e1-4fe2-afdc-10653d1f7ced", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:10:51.469998Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9e10d38-de06-4033-90e7-09d819ce1600", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, an endless expanse of snow. In the distance, there is a sea, with a white Hello Kitty doll wearing a Christmas hat and a Christmas dress. Next to it is a Christmas tree, and the snow is marked with \"ZZR&ZJW\" with cat paw marks. A melancholic blue night scene with dreamy effects of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "f12d4827-803e-423c-b841-ab79d68a5695", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:22:20.644707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b9d6310-bcdf-4a35-976f-476f083706a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Please create an image of a soldier rubber ducky holding a flag that says \"Better Duck.\"", + "public_commercial_use": false, + "recraft_id": "89d66c9b-8296-45a4-ae1a-f0d526f6b961", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:48:27.461264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37fb9bd8-66e5-439d-ad07-ceb9bf77202b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "magical wooden elephant slides, burning butterflies, birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter", + "public_commercial_use": false, + "recraft_id": "a04cd547-6a8b-4e05-b573-95ed9111223a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:34:12.245138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e635d900-12eb-4772-82ee-07f2a957b7fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowflakes fill the sky, and ceramic vessels are placed on the snowy ground.", + "public_commercial_use": false, + "recraft_id": "a4e7f0c5-d5ee-4cb5-92fc-004a9903d5fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T18:49:47.323621Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "081f3995-964a-435b-83e7-d2b24ecd1af9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow HelloKitty Outdoor Blues Christmas tree a little snowy with ZhaoJ.yang and Double77 written on the snow", + "public_commercial_use": false, + "recraft_id": "86636680-c783-47a1-87a0-0896bdd5f893", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:28:28.46916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a6ee68c-78c2-40d9-a8c8-90dc3d96faed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The weather is sunny, and many Dalmatians are running happily in the grass. There is a big pine tree on the grass", + "public_commercial_use": false, + "recraft_id": "46f5cd04-8488-4759-8567-192673707c48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:18:49.753489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c450d76-9ce4-4301-94eb-7bb8339df00c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Border Collie Carefully Drawing Architectural Plans", + "public_commercial_use": false, + "recraft_id": "ec3814c7-0199-41ae-bf25-77a38eba7bd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:22:50.095868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a686dc0-f07d-4f43-8c40-d5e87b76b45c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Siamese cat, in the snow, birthday, stars,", + "public_commercial_use": false, + "recraft_id": "8aaa40aa-5c52-4eab-8021-2f7f7996ce68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:55:27.726469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3321ebfd-f6d7-4b27-adc9-d4ad6efda293", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a cute cat in the snow, and it says \"maomifei\" in the snow.", + "public_commercial_use": false, + "recraft_id": "eafb1ffa-d8bb-4213-9f17-5ad7eceffb35", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:05:47.375012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "645f6341-5328-4988-ba29-ab3ff823b9a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black puppy is taking photos in the snow, with the sunset and fireworks behind it.", + "public_commercial_use": false, + "recraft_id": "fd796c79-2f22-4ea6-8647-64e48379bb65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:36:19.323803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5bc02f3-131f-45f6-b65e-8bf8477ffda3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cat is walking in the snow", + "public_commercial_use": false, + "recraft_id": "fa54d110-f0a1-427e-b1a8-51cef7097a1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:52:11.805483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26c0a878-023c-4d91-8504-940cfc9c9296", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is watching fireworks under the Christmas tree in the snow.", + "public_commercial_use": false, + "recraft_id": "dbe89208-8a5e-4915-b519-f8e37714f1d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T15:40:52.176294Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93b05ff9-0828-474a-b559-1220a81156a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, Christmas tree, pure white sky, black Scottish terrier wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "208cc65a-dbde-4cad-bdbf-5577136fedfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:30:08.097498Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e519cdca-3325-44b5-8be3-d6cb67dcfc29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "President Trump launches nuclear bomb at a Hello Kitty", + "public_commercial_use": false, + "recraft_id": "2e33c873-e954-4c56-be9c-941fa9cdc4b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T06:29:20.841761Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e55fd85-ce91-45c9-8e49-c0f7e7826779", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The deer is drinking milk tea", + "public_commercial_use": false, + "recraft_id": "d2fbbc5c-80d2-4540-a173-e035eacfbabd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:25:06.74164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2bbee35-aed5-4ab7-933b-12b961ba9d67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty snowing house hyq", + "public_commercial_use": false, + "recraft_id": "ee7ec203-a6be-477d-a11a-ddd206bed9cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:35:48.793778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a83581cd-4ca9-448f-b29d-286e354021fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "snake ", + "public_commercial_use": false, + "recraft_id": "36091360-5a68-4b9c-8a03-2109ae6dfc82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:51:32.112536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0229e60-d1c3-404e-acb0-51355ae417d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white horse lies alone in the snow, bleeding profusely, with Mount Fuji in the background and snowing in the sky", + "public_commercial_use": false, + "recraft_id": "140a16d3-03e3-4b96-838a-d27606fee6c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:15:12.378772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed4de4cf-d80e-40e7-89b1-cb445cf1379e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a rainy day, a couple walked on the street.", + "public_commercial_use": false, + "recraft_id": "e8ccafa2-6f4a-46b9-934e-51431eef0504", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:47:38.830373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b380a6bb-6a4b-41f7-b29b-69ca9767174e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is holding a birthday cake with 0908 digital candles on it ", + "public_commercial_use": false, + "recraft_id": "a4ee2f0c-49ce-4b49-8d53-52c4ad2e817f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:25:14.637175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7af6f29-8342-492b-99d2-483e72ac94fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the snow in winter, the butterfly landed on the tip of the cat's nose. The cat looked at the butterfly", + "public_commercial_use": false, + "recraft_id": "0efb4786-3552-4eee-99ec-e9599aa2121a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:14:55.405695Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "183e9b8a-84d0-4be4-ab9e-576aa24da252", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The blue sea. There are auroras in the sky, many petals in the sky, and Harry Potter flying in the sky", + "public_commercial_use": false, + "recraft_id": "ed59799b-6d86-4099-a153-6ffecdd57530", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:22:28.203001Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2b722431-d6f2-4230-a0b7-34f2244c46cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow falls, there are stars in the sky, and snowflakes float, with cxx written on the snow", + "public_commercial_use": false, + "recraft_id": "ff4d8227-1671-4e80-b59b-fde0a4df7f60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:47:13.309213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e18d50f5-774f-4581-90ab-136c7bffe241", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Christmas tree by the sea, there are a lot of white bows on the Christmas tree decoration, there are a lot of light balls, firework", + "public_commercial_use": false, + "recraft_id": "81a564a8-e5b9-40ba-b784-0509846513fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:36:43.086692Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bb7fd85-90b5-472e-ac3b-a7967957905d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowing sea, from the eyes grew trees full of blue blossoms, and the glowing blue butterflies were hovering around.", + "public_commercial_use": false, + "recraft_id": "29882737-360a-4637-a37d-83e3879b93e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:33:22.267178Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e5b7055-8203-4212-a182-ffe7f45e1072", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, the back of a Ragdoll Cat on the snow, is a forest in the distance, and there is light coming down.", + "public_commercial_use": false, + "recraft_id": "9fbac62f-9ce9-4c44-bdba-34745ac1811f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:08:52.197114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41fb18f3-29fc-4402-a5d3-b9196583fc98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write 'seven' on the snow", + "public_commercial_use": false, + "recraft_id": "60ebd5c8-48d1-4bbc-bc7c-d9f284d63398", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:59:31.892288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1389ffa5-5e2d-4f38-aa6d-2dd003427d39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a pink Christmas tree on the snow by the sea, and the sky was pink purple", + "public_commercial_use": false, + "recraft_id": "d125c561-1ff3-4249-a624-718061631678", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:46:04.239689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4362201e-9fb8-49d5-86be-f33ee0aa01a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "She sent this cloud of love at dusk, I hummed praise of virtue in the night, she waited for this lightning sky on a cloudy day, and I applied lipstick that I can't be melted in the rain.", + "public_commercial_use": false, + "recraft_id": "bb68f089-9214-4613-8fbe-df471605b5b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:39:02.044662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb5283a8-0a07-4f7a-bf04-4e508bc41723", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowflakes and the pink sky, a white cat, a black and white puppy, and a green Christmas tree.", + "public_commercial_use": false, + "recraft_id": "2e5ac9c4-8a42-4d6a-a515-3dc281848a02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:09:01.35297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b145c230-3856-4516-b7fc-4e278b1b92c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The garden of a villa is full of white camellias, and on a sunny noon, there's a hammock in the garden, and there's a ragdoll cat on the hammock.", + "public_commercial_use": false, + "recraft_id": "d4c1618a-09c1-45f3-86c1-5fe605eb62e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:31:03.182698Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "559f73c4-702d-49e9-9bec-d6b555ee7fe9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow White and her stepmother went for a ride together", + "public_commercial_use": false, + "recraft_id": "703fb252-8fba-4e44-a887-e81df4224348", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:17:16.094523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "666f709b-0faa-4f50-a416-77124971d53a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Trripp 3500 ", + "public_commercial_use": false, + "recraft_id": "14300518-7296-48f8-81f8-7cf637ac2f11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:00:53.937895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42126ed0-cad8-4005-9fcd-b61283310e2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This micro-plastic universe, beautiful excess of sadness, no one can recite a fragile page in black and white", + "public_commercial_use": false, + "recraft_id": "6329abb8-4919-46ea-9430-93b2bf680aea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:13:02.898378Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26ed8b92-b7c0-407a-86f8-ee15e050b565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black cat on the black Volkswagen is looking at the camera.", + "public_commercial_use": false, + "recraft_id": "5a6252dc-964a-4802-9cf3-ded01b458980", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:29:09.503257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a70b694e-4727-4272-bc29-5ac5f0e3f540", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pugs and Santa Claus", + "public_commercial_use": false, + "recraft_id": "f55897f8-810b-4796-84e4-94f893e55c81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:19:33.60472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fac414a9-f4a5-4850-9afd-9c73ac7eb317", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is an apartment on the sea surface", + "public_commercial_use": false, + "recraft_id": "93fa44ab-0e6e-45f3-a45c-5c9245937ba3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:25:13.345903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05b6849d-15b6-40a8-92b7-70c3e1b404ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rabbit tiger snow", + "public_commercial_use": false, + "recraft_id": "9d8464f5-7ab1-489b-bd5a-d82cb5bf91bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:21:11.855393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a38529c-922b-4547-8599-b702004fdc48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is holding a machete Show her bottom", + "public_commercial_use": false, + "recraft_id": "42d72437-15ad-4829-93b1-5d3d02329bae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:38:51.409043Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83336d7d-899e-4f59-9905-143a3faa6da1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I'm not an asset to them. I can only keep going until the end of the road. Maybe I can kill my way out.", + "public_commercial_use": false, + "recraft_id": "cf2e556a-014a-42f3-ad92-0dab0e5c2dab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T09:09:48.993556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "675d984c-b6ce-4c67-a42c-775aabc0a2d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a small cute tan shade with a yellowish tinge coloured shorthair Dachshund is posing with Mickey and Minnie at Disney World", + "public_commercial_use": false, + "recraft_id": "7ef457e6-12ff-49ff-899e-c034896a8b3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:10:50.663292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "498d9a79-44db-44b2-a1d7-38d85488ae46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting on the snow playing with fireworks. There is a Christmas tree in the snow, the sky is pink, and the letters HXY are written on the snow.", + "public_commercial_use": false, + "recraft_id": "3e03b8ec-c44f-47e7-8901-fe123341ac82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:23:23.988046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "293598f5-f6ce-4335-b145-8dd8f538450f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White mini bichon-poodle in jacket watching arclight with a horse with gloves and scarf", + "public_commercial_use": false, + "recraft_id": "f07270c7-6a04-4eb2-a25c-c1026c8ac44c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:06:16.881628Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "576116e5-7e87-4b43-9011-fa68a31e8f66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat pose in front of the Peace Gate in Milan.The cat is wearing sunglasses.", + "public_commercial_use": false, + "recraft_id": "4d5ecc42-939e-458b-a443-27ef1487379f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:18:57.004085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d42c84d6-773d-4f37-9d2c-7088e201ce62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "little snow , pure black sky, castle on fire,Japanese monk ", + "public_commercial_use": false, + "recraft_id": "6ea48471-7f10-4fed-9948-30e0cc4d2437", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:18:34.069868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c226199-86d6-4716-a4f3-4d93c28418ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Magnolia and the great Blue Morpho, glistening in the snow", + "public_commercial_use": false, + "recraft_id": "b670c3a7-927f-4c46-ab02-88ffd4c60419", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:49:53.923158Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f568fee0-74f7-40ac-9c3b-64c1b7ea3965", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The composition is wide angle, the color is soft focus, the picture is like being in a dream with no one, and the venue is a playground or a swimming pool or a station,indoor", + "public_commercial_use": false, + "recraft_id": "3d5b0c29-a1e7-49d1-a8a5-a1cd503d53b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:57:37.538979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97ba8529-a78b-437e-ad3b-a916a1f5d234", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, pure black sky, Scottish Terrier wearing a Christmas hat", + "public_commercial_use": false, + "recraft_id": "939a3c45-12ef-436b-8cc7-7f35906bb3fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:46:34.808069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40af0f56-9fee-4144-97c7-99701df0ca64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas tree, christmas decoration, blue sky,many baby seals wear santa hat", + "public_commercial_use": false, + "recraft_id": "ad3f2047-f7d7-45ab-bd2d-e94146dd9470", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T17:46:54.59283Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "57958007-96bd-4bac-9980-40a2249276ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The golden puppy runs in the rose garden under the volcano, with snow falling in the air", + "public_commercial_use": false, + "recraft_id": "a1c6cc9e-b263-4016-b1b5-94a5a9e8c32e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:17:08.957359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c7e5dae-8c01-48a4-b299-37b7830c2614", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty is in the green house with a newspaper. It's snowing outside", + "public_commercial_use": false, + "recraft_id": "ffbaee47-5d49-4af6-9be1-8210ac164940", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:59:47.852327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01431594-ddfd-44f6-bc83-0f31fd70e6c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Delightful Cheese Love's Day Celebration Artwork", + "public_commercial_use": false, + "recraft_id": "7036889c-baca-4e2a-97d0-46632b3835c4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T12:02:41.954062Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9111050a-060b-4613-bfd9-88a64178954e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas is here, hello Kitty is drinking. The table is full of wine, and there is a Bengal leopard cat next to her", + "public_commercial_use": false, + "recraft_id": "8db1ddc4-3a6b-497f-971d-db96c57cf516", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:45:25.786292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "633a7b87-7c34-4acd-b744-0889ea3bbcb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Trump spent Halloween in the house with a puppy in the room", + "public_commercial_use": false, + "recraft_id": "f1f84948-6a75-41a5-b2a7-1d4c134ad4f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:59:11.393022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little little yellow golden retriever run and jump,winter,snow ,daylight ,many big heart trees,stars", + "public_commercial_use": false, + "recraft_id": "1094d0a6-e73c-422c-a701-5ac4c28a957a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:19:30.028502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7630af5a-a707-45d8-bec2-23b6fde35cf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bunch of supplements on a hill, green tones", + "public_commercial_use": false, + "recraft_id": "d94a8d1e-00ea-4be8-a91a-00bd35f68bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:27:16.748482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1738505d-13d8-45d4-8f86-91175db25a56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty writes hsy on the snowy ground under Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "009d5296-5cc4-402d-9cc6-2a6f0e659420", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:40:50.336316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d500ee59-1b01-4781-9b93-d68825448f29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "High camera angle, a blue tabby patterned gelatin puddling, served on a small elegant vintage glass cup is inside the middle of a blue room, light source on the right", + "public_commercial_use": false, + "recraft_id": "8cc96d8b-f903-4366-8d7e-b25e73be13c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:06:52.875175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1800d7ec-3682-4322-b40a-7032c791b967", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, an endless expanse of snow. In the distance is the sea, with a white Hello Kitty doll wearing a Christmas hat and a Christmas dress. Next to it is a Christmas tree, and there are traces of \"ZR&JW\" and cat claws on the snow. A melancholic blue night scene with dreamy effects of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "25c6d81f-412b-4799-b732-27bd84e71170", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:33:35.583187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "317679c4-ac8b-4e66-b895-242f3e734bf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Maleficent and princess hello kitty in a tree house, they drunk.", + "public_commercial_use": false, + "recraft_id": "aeee02fb-b3b5-45c7-8ba4-d42f6d40aca3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:26:55.823541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d7fc609-6c5d-4d83-a743-49575de8fc4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is tomatoes and fish in a blue basin", + "public_commercial_use": false, + "recraft_id": "8e9cf9ee-3478-4019-9de4-553d0a500725", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:50:14.402817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94b3979b-583b-4de7-8858-515edf203312", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, a Samoyed puppy and its male owner took a train to play. The male owner celebrated the puppy's birthday. The male host should not show his face. Just show one hand holding the cake with the three-letter \"Elk\" candle.", + "public_commercial_use": false, + "recraft_id": "dc81c2fd-c57b-411f-9764-af2e3fbd8939", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:24:26.154064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81d1d4c0-f3a0-49d9-8a98-888e22bdd41a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a rainy day, in the woods, there is an angel statue in the swamp, the angel statue is covered with moss, there are many birds hovering near the angel statue, and there is a man painting on the shore with his back to the camera", + "public_commercial_use": false, + "recraft_id": "5e913dae-c348-425d-87c6-c3aff64e39b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T17:12:44.750664Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "7e969a82-3bf6-4a38-b27c-82044444a477", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "People form a circle in the cornfield with white background and paint on clothes", + "public_commercial_use": false, + "recraft_id": "239cf120-e82c-474b-8ff9-a9422e166245", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:22:44.71086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a63bb738-62d7-4f7f-97d9-89e08b81ce2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The yellow curly-haired dog is looking at the sea on the beach and drinking with a glass of red wine in his hand.", + "public_commercial_use": false, + "recraft_id": "4ea8486b-7031-4934-ac47-3ff67b8e0b79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:39:34.035467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "747eaf0a-bcd1-4a4e-9870-2d0021893e77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Early in the morning, the sun has just risen, Hello Kitty is wearing a red scarf and sitting on the snow with the words \"P love W\", the waves crashing against the shore, and fireworks are set off on the sea in the distance.", + "public_commercial_use": false, + "recraft_id": "2554df88-8929-4086-a885-651f3a859f26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:33:26.968422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46e24e57-79c1-4d88-831e-6c211238b574", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pom pom purin from Japan. ", + "public_commercial_use": false, + "recraft_id": "7940c654-d4c5-4937-a223-d1e0ffdcd9e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:50:12.979989Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Me", + "public_commercial_use": false, + "recraft_id": "a2e3004f-b3a8-49aa-89ce-ce5f8bb66fb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:04:45.255959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c7a9a14-84ad-4d8a-9770-c817a290a690", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the prairie, the long grass was blown down by the wind, and the sky was filled with shining spangles.", + "public_commercial_use": false, + "recraft_id": "64d84ec3-2225-4a70-a862-e42da67ca7ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:10:10.43257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ba25c80-9572-4ee0-8df6-cf4694eabcfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The light brown guinea pig is russian smoked guinea pig.It wears glasses and taps the keyboard.There's a Starbucks next to the computer.It looks tired and there are a lot of articles scattered around the computer.", + "public_commercial_use": false, + "recraft_id": "8601b452-f163-4276-8922-397399165fe2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:45:09.755587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "693562d8-f430-46d6-9d78-6c52aa8f6093", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lots of jellyfish on the montain,sea,fireworks", + "public_commercial_use": false, + "recraft_id": "b1b083f2-5c37-4de4-a6b2-a0d20b3d7a96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:22:51.505163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b0ed666-f9b4-4409-9bde-ca240f179db5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "pokemon piplup wearing a spacesuit in space", + "public_commercial_use": false, + "recraft_id": "2e7526d2-0d6d-4a86-b11f-ecc0805dc782", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:25:43.59753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd181bf6-04cf-4776-95fb-81e5b9aa635e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty works with her laptop in a disco", + "public_commercial_use": false, + "recraft_id": "84e2e709-bc90-49da-83dc-7fc1134ca95d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:01:40.147237Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "102565dc-a9c1-4227-8ffe-70c6821cede1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, Hello Kitty is in the big white snow", + "public_commercial_use": false, + "recraft_id": "669d04ad-f942-42c7-b342-08c1cb716e20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:03:59.137035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4386309f-d1f8-4796-aba8-ae201fbb67ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty's scene of watching snow in winter, and then there are fireworks in the sky. The letter ysy is on the snow.", + "public_commercial_use": false, + "recraft_id": "fb26cae2-c88b-4004-a8fa-e6cbb318382f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:22:33.05488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ce71a5b-e0f8-4ccf-92df-93680e99652a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Maine Coon cat running on the lawn", + "public_commercial_use": false, + "recraft_id": "362783d1-70c4-4e02-ab1a-572874076070", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T06:29:56.956629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ccf723d-668d-43b8-b80a-5a42f584ba4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The HelloKitty doll, wearing a pink princess dress, sits by the train window with a large green forest and snowy mountains behind it, sipping coffee with her legs crossed, books on the table and headphones", + "public_commercial_use": false, + "recraft_id": "a0059368-09ea-4bc2-875c-18c1871a9a51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:33:07.060989Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fadf0988-dd88-4374-8639-de4220d93f6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night By The Sea Blue House French Windows Snowflakes Dream Neon Windows Golden Stars On The Glass Daisies On The Ground ", + "public_commercial_use": false, + "recraft_id": "6eb72a2f-f2ad-4351-ba97-1feca6c98187", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:17:37.925605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9869584e-5e2f-4408-8e0d-05fec9dd3976", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Manhattan, snowy, giant christma tree with shining lights and beautiful decorations, fireworks", + "public_commercial_use": false, + "recraft_id": "9f8b1fd9-c005-45b1-8d56-0b89ad61d7b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:33:38.697952Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "034f357a-9834-4156-9265-5dfb8ea4e613", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sweet fox wearing glasses, reading a book in a cozy nook surrounded by bookshelves", + "public_commercial_use": false, + "recraft_id": "569ff99c-1e62-4824-9a31-1ec9cdb21f9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:23:28.831887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8bec559-2222-4a17-aaf4-3153fbf1cc5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snoopy holding a gun, standing in the office", + "public_commercial_use": false, + "recraft_id": "a06bf11c-25a0-4109-b3e1-be415384214e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:24:27.160817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35dc220d-8a22-4f32-ad73-e208847ccb54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, there are stars in the sky and snowflakes, and QD is written on the snow", + "public_commercial_use": false, + "recraft_id": "526958bf-8e85-4bf6-a97a-cc4221787180", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:21:18.970222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty was proposed to at the foot of a snowy mountain with WCC written next to it", + "public_commercial_use": false, + "recraft_id": "55032551-eba2-4bb7-8a3b-17b044802d80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:48:09.653758Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f44defc7-87df-4fd2-a2df-3db06c98d929", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow/Christmas tree / kitten/ bubble/beach", + "public_commercial_use": false, + "recraft_id": "60d780d1-94cb-430e-8878-f624d79b3fef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:49:51.64953Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc843478-71ba-4290-9cc4-4c7217ba2939", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The small light-colored golden fur in the snow under the snow mountain, wearing a pair of transparent wings", + "public_commercial_use": false, + "recraft_id": "b3f2a4bf-6e8f-4ac6-80eb-d3eceb190a5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:59:43.666378Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2ebae139-eb06-448d-8ac1-50194d86ed12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Old movie camera to do films", + "public_commercial_use": false, + "recraft_id": "21acdccc-df2a-4e27-8a84-4ee914aa46c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:31:00.576611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7cf5195-de28-4fbc-939b-07ef20094d94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Horror movie, scene, movie shot, calm lake, dark environment, spooky, fog, many hands in the center, eyes hanging in the sky, no faces visible", + "public_commercial_use": false, + "recraft_id": "ee6ca9b5-24e6-4925-95fb-7d999ccc7798", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:28:18.435323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The dizzying stars spin like a top, like Van Gogh's starry sky, and slowly disappear, and the feeling of happiness slowly fades away.", + "public_commercial_use": false, + "recraft_id": "71922723-46e8-4dfb-aff5-c6eacc9ea495", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:25:54.445889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e0c38ac-4842-4746-ac08-4345664a2444", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The bunny plush and the teddy bear are celebrating Christmas together,both wrapped in scarves,next to a cozy fireplace.Beside them stands a Christmas tree,and in front of them are cakes and many delicious treats.", + "public_commercial_use": false, + "recraft_id": "2248f0be-3c34-4198-8ad2-cb72173fb1bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T22:03:18.245393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad11ebff-bfb9-43b8-8782-1b8a5768e395", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hooded unkwnown graffiti artist painting a canva", + "public_commercial_use": false, + "recraft_id": "0c4bb1f1-f67d-4977-9b3a-63fd6acd1f9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T02:14:54.743908Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "af8b5865-4882-4de8-a332-f21ed1960a04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The deer outside the window There's a bunch of flowers in the deer's mouth.", + "public_commercial_use": false, + "recraft_id": "f60b86a2-d0de-435b-a83f-5250c4b4a355", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:17:02.069859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a2ae09f-c215-4741-bf8e-c424fcfd159e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty killed them all", + "public_commercial_use": false, + "recraft_id": "e4f0de68-a5d0-4661-8529-623fce483017", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:47:34.580017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3e083c9-e229-4de9-8cef-e2a3cdafcf39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white flower cat wrapped in a bandage sat in the classroom of Shanghai Jiaotong University to review the basics of calculus. It held a textbook and a computer to review, and took a cup of coffee to drink at the same time.", + "public_commercial_use": false, + "recraft_id": "e24b6071-1f7b-4990-8da3-e2451305a00c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T10:45:08.625082Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2ac48ef-8930-4b7d-bd6c-9fe070001896", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white Schnauzer is playing with snow", + "public_commercial_use": false, + "recraft_id": "ceb40c12-131d-48c8-af41-047567804b95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:14:51.58119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66bef3e5-1968-40d4-b901-daf4c0f3e712", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, take photos, puppies", + "public_commercial_use": false, + "recraft_id": "04429e05-fd09-45c2-a633-04d2eeccedcb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:08:43.455776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6d76f16-d057-4628-9b15-4b14588a31e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty watching the sunset by the sea. There are fireworks and cakes next to them. The letters Y and X are written on the beach.", + "public_commercial_use": false, + "recraft_id": "ef4732ac-d720-4d7c-a319-9a249f069a2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:21:19.969467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38607f6f-7204-4d1c-b783-50a7bd629dc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, Border Shepherd, a yellow stuffed duckling,piano, fireworks, stars,", + "public_commercial_use": false, + "recraft_id": "3326a501-6672-43a6-b7dc-f1ea3577e297", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T17:02:30.697655Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcea81be-e1a1-4918-b134-26bf63970d72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stitch drinking in front of an erupting volcano", + "public_commercial_use": false, + "recraft_id": "83578d8b-71fd-4569-af84-fcf1d96811bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:46.455714Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "096375fe-ab6f-4cfe-9ef6-185a448f7ec9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One person is holding a tray of cookies", + "public_commercial_use": false, + "recraft_id": "731f51be-f53c-475e-83f4-03cb3b6f6fba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:58:09.571804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4380777a-f2af-4ed1-a35f-80340ada484c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy evening, Hello Kitty was watching fireworks, with light snowfall and a deep blue sky", + "public_commercial_use": false, + "recraft_id": "2c3a7111-6352-4752-94a1-0d7838af6e27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:21:35.132664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "280aae9a-6a0e-4961-a900-3bf87d5f7372", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sadness , ribbon ,candle on birthday cake ,snowing ", + "public_commercial_use": false, + "recraft_id": "03c89505-99ab-409f-be0b-45c0056deab5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:23:56.255789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d159ea9-7ae4-4d7e-a8ac-162db74ee48f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The black kitten and unicorn are having a picnic on a lake in the Arctic, and there are many stars on the picnic spot", + "public_commercial_use": false, + "recraft_id": "f38b9061-9c79-462d-9270-62d2c3daafc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:42:30.035838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b30d5239-af94-41d5-91ac-9f5a83b00181", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty smoking closed window", + "public_commercial_use": false, + "recraft_id": "d951695c-b981-4810-b6d2-d292a5925532", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:03:05.908257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "004d4ef1-fac7-465d-bb59-14b6058a5f64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ruby is written on the snow, with a few diamonds, and the background is in the polar regions with auroras.", + "public_commercial_use": false, + "recraft_id": "93eaea11-4257-4654-88c1-9de433fd2ebc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T23:12:20.980257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b786b8f8-817f-466a-a8bd-99c9f941f0ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the day it snows a black cat in the snow The letters riku are drawn in the snow", + "public_commercial_use": false, + "recraft_id": "64fac65d-11b9-4b21-8688-739637d4d838", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:57:06.356089Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54e67383-7617-4f55-8a33-692ae93534ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea, fireworks, penguin dolls in the distance, and a Christmas tree next to it. \"zxt\" is written on the snow, and there are traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "5205109d-06b4-4a63-a779-5e17d76f80a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:11:38.810399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed219ad6-a6b9-4dc8-af2f-46c4940271dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Brown fat chubby Teddy Bear Poodle in the snow", + "public_commercial_use": false, + "recraft_id": "2ee8d36a-b75c-4633-9ec4-b116bd0dcf1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:26:08.284705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa8c9718-99ad-48f2-acbf-1e7a69d16125", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fluffy owl with christ hat chasing phd christmas tree behind", + "public_commercial_use": false, + "recraft_id": "c83218bf-ff69-4152-bafb-23a76360f907", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:02:47.440575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50ad7284-d5e9-48fa-b6be-7ee4cf35b197", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cyberpunk furniture", + "public_commercial_use": false, + "recraft_id": "5ab16a21-734d-48e3-aca4-5bd9d64fcfe0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:36:38.362099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "819b3f58-7249-48fb-9fa0-a4936243d115", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty's humanoid doll is holding a banner in its hand, on which it says let's play with yi tong mei xue .", + "public_commercial_use": false, + "recraft_id": "516bde82-777c-4edb-ade3-267a53c90ce9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:17:19.809454Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The ringed hand is placed on a plate filled with red caviar, macro close-up", + "public_commercial_use": false, + "recraft_id": "158980a2-baaf-4c1b-b661-5bb4c7bf4fbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:07:21.306843Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c370bee7-c2a6-41ed-a03a-3f82cfe5afe5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "LJL", + "public_commercial_use": false, + "recraft_id": "4c94abc8-d2f4-486c-a21f-626f2fab6bfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:58:59.696789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d412096a-2ce1-48e8-85fe-59cbd851da59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's an aurora behind it, a black cat, a rabbit blowing bubbles on snowy grass, and an electric guitar next to it.", + "public_commercial_use": false, + "recraft_id": "4429d2ca-c790-4998-9687-3013e21f53d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:18:57.677002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c33a585-4c91-4977-a8bb-8b3eaa8ec317", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The CozyPark brand Christmas poster", + "public_commercial_use": false, + "recraft_id": "baafea30-c004-45e9-92a2-6eef17b9b0f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:29:11.476795Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "136a53fd-66ed-43c2-becd-04b62de3b15f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute poodle mix PUPPY PLAYING IN THE SNOW WITH colorful CHRISTMAS TREE IN THE BACKGROUND, TEXT \"GULU\" in the snow, DIRECT FLASH, RETRO VIBE", + "public_commercial_use": false, + "recraft_id": "569310a6-ca0d-47e1-b969-5a354ad49c7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:27:15.548383Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a10305c-00c1-4a11-83d6-2edbd32d90b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little white puppy sitting on a beach watching the shiny sea, there is a christmas tree near it.", + "public_commercial_use": false, + "recraft_id": "cfcc0128-edd9-4443-890b-9e08987b5817", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:47:57.446879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9872e775-5b1f-445c-ab08-2e072cd48020", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "celebrate my hellokitty's birthday at christmas when many star shines outside", + "public_commercial_use": false, + "recraft_id": "2a253347-405e-4c0b-a2ed-e6dba3b9b84b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:09:21.749206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81ef839d-8c10-4f10-acd5-925bc155e17d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed puppy, dreamland, snowy day, cute, warm, cool, free", + "public_commercial_use": false, + "recraft_id": "a67682c9-eada-4737-bd19-cd467a810c5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-02T22:42:39.836225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf7e376c-45a2-46c5-8d60-909247d31fd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White West Highland dog chasing a school of flying fish in the snow", + "public_commercial_use": false, + "recraft_id": "95bd0def-d659-404a-99e7-950703ebcf09", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:18:41.153801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de8c8d76-26ec-4833-89a0-09b027c6981e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sitting in front of the volcano drinking coffee at dusk night", + "public_commercial_use": false, + "recraft_id": "9a0bef6b-9e10-447e-8c53-49b7f73ba2f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:12:55.097749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e33efa95-b8fd-4d06-9c23-86f4025ae746", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in the snow. Blues moment. The letter Y is written in the snow.", + "public_commercial_use": false, + "recraft_id": "7366b9fe-d0bf-4b89-b5e6-abca20856fe9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T05:47:09.977704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf7651dd-5eea-42d3-b90a-3784617d4178", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene depicts sunlight shining on a meadow, with a cute little sheep with wings flying in the air. The clouds in the sky spell out the decorative letters \"YMY\".", + "public_commercial_use": false, + "recraft_id": "1123c4e1-2342-4ca3-827b-bd0f0b8c309b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T12:53:13.465455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccf5fe7a-9c5e-48b7-8764-c599be99152b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "iceland aurora", + "public_commercial_use": false, + "recraft_id": "6f78f9fc-dc09-47ad-b146-79598a431696", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:43:42.485686Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4380637f-7847-4d99-ba9f-b3e19b35bf8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Temples on fire, horses in panic", + "public_commercial_use": false, + "recraft_id": "da05ac0b-1619-403e-b413-7d2b6b04e53f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:58:03.963263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe4e3d21-2de1-46d5-8acb-3b4940ce322e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance. The close-up is a hello kitty doll wearing a Christmas hat, next to it is a Christmas tree full of lights, and \"zlj\" is written in the snow. The dark blue night sky with light particles.", + "public_commercial_use": false, + "recraft_id": "9e3af6d3-343c-4961-b92f-f400084fc032", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:07:21.040889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ccc3d2c-71eb-40ab-9860-a28746a4428a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were many people in the street and the sun was shining on them", + "public_commercial_use": false, + "recraft_id": "6785a765-8e36-40a8-8844-56831a3e24ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:29:58.726933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "814271d6-4a4d-451b-8440-b7243646b66f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A orange kitten with fluffy fur, vintage film style. The kitten is surrounded by soft snowflakes, with a warm golden glow from the evening sun. The background features a soft blue sky at twilight, with a gentle fading light that gives the scene a peaceful and nostalgic atmosphere", + "public_commercial_use": false, + "recraft_id": "fe34ed56-cc7e-4b1c-8aa3-52f79d6fab4b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-03T06:50:20.287076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "169e35d8-dc2b-4303-b558-39f81966d836", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "many stars shine outside", + "public_commercial_use": false, + "recraft_id": "90861d23-c348-443a-8a60-94a7ba9755e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:49:23.735561Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "07f6d7f2-ee94-45ed-9faf-fa1132efc275", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, the KITTY cat wearing a Christmas hat, next to a Christmas tree, \"Sheila\" is written on the snow, and there are traces of cat paws. Melancholy blue night scene, with a bit of light particles dream effect, a high degree of saturation.", + "public_commercial_use": false, + "recraft_id": "611ca8da-dc6b-48b6-ba4b-d7263f20f28d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:16:48.113255Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d2b0837a-1d69-4a8d-8b93-9c3c587a11ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is red, there is a Christmas tree, a gold lanyard in front of the Christmas tree, with the letters \"LIVINGMORE\" on it.", + "public_commercial_use": false, + "recraft_id": "3407fd00-a75b-4c0d-97a8-1b35fcd1d827", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:34:30.988183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd53603d-a317-445f-ae91-bad61064390b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a sunny day, a apple doll is under a yellow ginkgo tree", + "public_commercial_use": false, + "recraft_id": "615aa938-5153-4112-97ef-05e9cf8efcc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:25:44.569039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63c113e2-fd2e-405c-a407-bfa63b50f817", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, fireworks,there is a sea in the distance, a white cat with white wings, next to it is a christmas tree , a melancholy blue night scene, with a dreamy effect of light particles,", + "public_commercial_use": false, + "recraft_id": "c17e54bf-14da-4347-96d8-58bbbe785c18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:30:03.423708Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cba9cd1-e30f-4495-99d0-c30ec956aa74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Puppy skiing in the snow in the sun", + "public_commercial_use": false, + "recraft_id": "a7032b34-3d1e-4444-9e64-b6d690edea9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:00:31.975373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46c4c6e3-6eb9-4af6-988c-7ee4dae10966", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty snowman", + "public_commercial_use": false, + "recraft_id": "c45d95b6-2d11-4a85-a8f1-40250f7c9658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:18:15.051638Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22a9af32-dfc1-46ee-acd6-a08ac40862f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The big Monsters in Ultraman are destroying Washington in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "f1e7c803-95d3-439d-b226-83ef2b749b47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:44:50.598971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "921c9339-3af1-4c40-bbb8-8fab50207f30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the Sahara Desert, two people, one sitting and one standing on a sand dune in the distance, with their backs, the moon is bigger than them. Black windbreaker.", + "public_commercial_use": false, + "recraft_id": "c648d3b9-51d8-4a6b-82f3-ea23d5978676", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T12:08:04.689338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e69c50e8-71c0-4796-950d-f9db42f0b656", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seawater poured into the streets and jellyfish floated in the sky", + "public_commercial_use": false, + "recraft_id": "6da4e851-772c-41ea-86e0-626ac60e8c61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T02:46:23.427895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c913cf0-ccdf-4bdb-98e3-61bd8b85063b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sunset, a samoyedy and a black cat, playing in the snow, building a snowman, surround by bubbles", + "public_commercial_use": false, + "recraft_id": "30f72a64-e86e-4567-97ca-8fe653f92051", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:28:27.155053Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6925236-ea0c-4caf-9c01-b5d587136a65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chubby yellow corgi eating tarts on the couch", + "public_commercial_use": false, + "recraft_id": "949fe8eb-959a-4371-830e-c0976c87d7ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:39:20.564522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1214e32-91ce-4014-9e3b-b0e7479381fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sunset, sunglasses hamster, lying on the beach chair, palm tree, old school style", + "public_commercial_use": false, + "recraft_id": "9d6713ad-25e8-4cee-bf56-f5c2f987140c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:23:25.548362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca4a721e-e722-4750-8ff5-6a4eafa13e8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Seaside ,Cute Hello KittyDoll,Handwritten LitchiXin on the Snow", + "public_commercial_use": false, + "recraft_id": "75311078-673d-4f75-bbee-893052c2d001", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:07:54.979001Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9d95e3e-9ba1-43e0-b48a-8b109aac7c18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Forehead, Religion, Animals", + "public_commercial_use": false, + "recraft_id": "70fd63ff-3b4a-4d1d-a9a6-2b0adf8e6624", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:07:02.114739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b348222-8943-4992-9d63-286b7768b988", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sat at the desk in the office, busy holding a seal to stamp the document. There are many folders and a computer on the table.", + "public_commercial_use": false, + "recraft_id": "b4217a5e-a0cd-47f6-b86e-b43d24c28e48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:49:37.109006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28ec9488-fb1d-452a-be08-5492c2e7f415", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy Mickey Fireplace Crown", + "public_commercial_use": false, + "recraft_id": "09d464f3-d7aa-448b-9811-c03da3c45a2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:32:02.025183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f41753b-fc79-4491-a82b-8492919a7f82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Puppy watching grand fireworks at sunset by the seaside", + "public_commercial_use": false, + "recraft_id": "a05ff5b2-e8f5-4a43-9bcf-a3d99c9a50da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:00:20.230575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c17b8093-c089-472e-9e96-4e5ae14e4a52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Golden Retriever sitting on the green train, outside the ocean and the sun shines in, Golden Retriever smiles happily, Golden Retriever is wearing yellow clothes", + "public_commercial_use": false, + "recraft_id": "7f68d441-ce40-447f-a2d5-a528d42b2831", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:42:14.301367Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "563fe091-b4a3-4910-8903-8f37f327c8a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dark Night, Snow, aurora, sparkles, cake, christmas, reindeers", + "public_commercial_use": false, + "recraft_id": "fde86116-a144-4daa-8c34-4e6a5a730fbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:33:17.261053Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "785a5e1f-6463-4cb9-aa90-3b83fafb543f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sunset at seas ", + "public_commercial_use": false, + "recraft_id": "4112443f-ab78-4d95-85b5-506956b7b351", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:38:48.762983Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6668124d-62de-455c-8859-7ccae7bd9366", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside, night, fireworks, a pure white kitten", + "public_commercial_use": false, + "recraft_id": "3e106ee8-3c8d-4865-b82f-95f13bf5dc3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:19:13.340396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d507ddc-427c-42b2-a8e9-c2ff49fc280f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, there is a sea in the distance, a white cat with wings, next to it is a bubble, a melancholy blue night scene, with a dreamy effect of light particles, and a high color saturation.", + "public_commercial_use": false, + "recraft_id": "6c15d468-06bc-49af-b137-dc35c42a2e3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:07:56.053063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d119ef5-917f-4b7b-9041-d26cd887f3df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty snowfield fireworks LT", + "public_commercial_use": false, + "recraft_id": "8fa5e91e-986c-4259-b90a-abfef8eedc1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:33:08.588065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38b122f1-6304-4367-9d17-e9831d165cef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is drinking coffee near an erupting volcano.", + "public_commercial_use": false, + "recraft_id": "0f0bc235-1e20-44bf-bb89-75607edddc36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:11:58.211851Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d77e26fe-ebd1-4f89-9192-ba13efb3dc23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Rilakkuma doll is holding a cute birthday cake with 0915 written on it and a candle on it in the amusement park.", + "public_commercial_use": false, + "recraft_id": "71228e04-3bec-449f-a129-ab7f2fab977b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:37:08.861451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23705696-1b69-4fe8-8e80-b874a40976fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in a space suit is skiing.", + "public_commercial_use": false, + "recraft_id": "f4c8b029-acbb-49cc-99b3-6dbf36c85d6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:25:05.421276Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "d0d4a33c-bcae-4949-9759-cefb3a5f6754", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy winter day, a warm laundromat has many all-white washing machines, and fashion bloggers are shooting ", + "public_commercial_use": false, + "recraft_id": "178958e6-e25d-4d0f-9226-b45fff094271", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:06:48.618356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44d3929a-78bd-4514-8621-2d35772aae70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "huge yellow horse, small black zebra, a milky melon seed, a pink eggplant, a pink egg, a wild shore", + "public_commercial_use": false, + "recraft_id": "b75993f0-864d-4a07-b3ad-c40c04e3a77e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:54:44.214815Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b25d647f-fc27-4d99-8463-ccf91a9f133a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a white kitty cat wearing a Christmas hat, next to it is a Christmas tree, and \"Astrid 010\" written on the snow, with traces of cat paws. The melancholy blue night scene, with a dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "129a3c69-da02-4211-bc38-2144cd779ce2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T17:32:15.312189Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "09ea1589-c36a-4c59-b126-c7884c40cc5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dark Night, Snow, aurora, sparkles, birthday cake, surrealism, christmas ", + "public_commercial_use": false, + "recraft_id": "4a1605d8-1062-4c3d-a482-926de4fdf9ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:09:59.521896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d64c8f5b-8b3c-448e-b9f5-96d1a72ab987", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a sunny afternoon, bamboo groves and streams are far away, and a delicate set of Chinese tea utensils is placed on wooden boards", + "public_commercial_use": false, + "recraft_id": "f17099a6-6ca5-429b-af27-4126638f680d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:58:23.325151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red panda wearing chef hat making desserts and cakes", + "public_commercial_use": false, + "recraft_id": "0d05a7f8-005a-42a9-812f-6171c2cb7755", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:09:12.239007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77c2a228-2dbe-4650-803f-64abfe1c8f05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is a sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and \"DSL\" is written on the snow, with traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "06268946-2088-44c6-a308-221683b03f4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:56:04.456142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "295f7259-fdfa-4d05-b86b-fbc119615f23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tapir in the tropical rain forest", + "public_commercial_use": false, + "recraft_id": "00145ee2-fc0c-4c8a-8f6f-9a7847c09aed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:40:17.057366Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ad46e90-60f1-4f5e-adbd-823855469d35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Reykjavik, heavy snow, sunset, seaside", + "public_commercial_use": false, + "recraft_id": "eca03c54-0f7b-4152-81a9-88fbcbf54288", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:19:46.854509Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "76fb3687-f17c-41ce-8fa0-c085e3146794", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "toothless with small wings in the snow at night", + "public_commercial_use": false, + "recraft_id": "c7db5eba-1e4c-4f94-8cf6-dbbc0b2b46ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:57:17.187332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67f5ed81-f919-4d39-bc1c-22ada038d57b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Siamese cat, wearing a black T-shirt, is playing the guitar on the rock music stage with the lights shining on it.", + "public_commercial_use": false, + "recraft_id": "8e95c241-e09c-4975-901c-e8412b75222d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:02:44.279157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0494c8e-ed86-4fbc-b0fd-094ed68b81f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there is a Hello Kitty doll sitting in the snow. There are letters \"xii\" written in the snow. Fireworks are blooming in the sky.", + "public_commercial_use": false, + "recraft_id": "c756ba46-100d-4c9a-a7b6-142aa859ce9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:19:48.686408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "723dc024-c0a4-4da3-a735-eb5cbfd6c76e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a scarf with the word \"ZJY\" written on the ground.treasure", + "public_commercial_use": false, + "recraft_id": "443f4cc3-8998-4fdd-abb0-9eea831e2a50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:12:49.759801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6802119-7fba-4d49-b227-53aeedc91344", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little Golden Retriever chasing butterflies and flowers in the snow", + "public_commercial_use": false, + "recraft_id": "8820eabb-f402-41b1-9c50-77e4335e0130", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:21:04.292388Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba6ac911-268a-46ec-9266-222f3ac4d1aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty is eating bread on the windowsill while painting. It's snowing outside the window, and the volcano is erupting.pink", + "public_commercial_use": false, + "recraft_id": "45d82dc6-a7cc-4cdc-85a1-274de4ddc172", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:28:22.926095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a973f746-524c-46a7-923e-1b7bbfa5d564", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a white dog standing on the snow at night and there is an aurora in the sky", + "public_commercial_use": false, + "recraft_id": "1a561ea7-2d54-46db-af3f-b06b5054c6c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:16:58.431534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00a9df7a-0798-4b98-ab73-f79fabddc31b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "sunlight,White Daisy Garden,GD,hello kitty,light pink suit,crown", + "public_commercial_use": false, + "recraft_id": "bac8b80a-9a0f-463f-9ca2-9aecad93ffc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:41:50.749418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad08b63f-be2e-4c2a-a181-7a20372a74f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fawn Abyssinian cat ,drink coffee while working in front a laptop ", + "public_commercial_use": false, + "recraft_id": "f459c251-1c07-4cad-8ae0-a53b9a0fffe8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:08:24.730604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ad679d2-0472-43e7-a7b6-7ad503d6c5d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"WZM\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "4238e6b0-b995-4bb0-80ac-7b981b1f5ee4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:43:12.662687Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1c039ef-4887-4e30-87cf-b6d8afbcc5c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty dog christmas cake birthday cat star ", + "public_commercial_use": false, + "recraft_id": "835cc6cc-2377-41a1-ac3c-9d40a8caa112", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:02:34.381958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b910d6bb-a10a-42f8-b2f3-6207f344889c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy day with lots of snow falling from the sky, a separate swing, a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "66e72a74-5ef9-44e2-82d6-43d7eee4b74c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:22:48.158081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9eaa5f28-39e1-47d6-9772-c7f2d7b717fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light snow, carousels like Christmas trees, yellow lights, stars on", + "public_commercial_use": false, + "recraft_id": "d07ba160-8b75-4dd5-b91c-8c77433d3aae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:43:39.079646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0458e3cd-bce3-46b2-bf9e-2018c0a4194c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Set off fireworks at Disney Castle, the fireworks are in the shape of HELLOKITTY", + "public_commercial_use": false, + "recraft_id": "e4225670-516d-4b60-b750-0c152c881fbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:24:27.954395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec5e0673-ca43-4bc2-ad18-89897c877ca6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in winter time", + "public_commercial_use": false, + "recraft_id": "7dccba2d-6abd-40bb-891d-bb53cd7f9f26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:42:57.943701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7e112f1-7e8a-4295-8505-1936ebff44d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty,smoke,White daisy", + "public_commercial_use": false, + "recraft_id": "51a4225e-2f51-4bf6-9e83-699cd4cfc7d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:23:56.124308Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d31a9c0f-56ee-4999-88a8-b812d0696091", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty cat and an asian young lady are having a christmas afternoon tea party, looking at the camera happily, with a beautiful christmas tree with string lights in the background, a lot of desserts and cakes", + "public_commercial_use": false, + "recraft_id": "8499feba-2812-489a-9c95-c2f1bb6c8420", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:37:46.127488Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2ba073b5-cf37-4e77-bca1-e4ed450fd378", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The adorable white West Highland puppy sits on a giant cupcake in the snow with colored powdered sugar on top", + "public_commercial_use": false, + "recraft_id": "496db0a6-eb5c-419d-a77d-e933d56a02dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:49:53.923158Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d615febf-d8c5-47f9-9596-7592f310d063", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The composition is wide angle, the color is soft focus, the picture is like being in a dream with no one, and the venue is a playground or a swimming pool or a station,indoor", + "public_commercial_use": false, + "recraft_id": "3d5b0c29-a1e7-49d1-a8a5-a1cd503d53b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:04:29.626963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3dde869-c3c1-4236-b035-6b9f7956ab02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rabbit on the desk,singing with me", + "public_commercial_use": false, + "recraft_id": "a3b4ba1d-11bb-4403-bd42-c23ec81def0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:30:54.000169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96d2dd58-1c97-4a00-9104-ff96b5e62085", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a white hellokitty cat in a Christmas hat, next to it is a Christmas tree, and \"Astrid010\" written on the snow, with traces of cat paws. The melancholy blue night scene, with a dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "c401394c-bda8-4d5c-8e2f-3d37a8562754", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T02:34:37.463139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd2233cd-928f-4ade-8f2d-ee9f178248bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little cute schauzer with cristmas har in christ cozy background", + "public_commercial_use": false, + "recraft_id": "c03afa03-19c4-441e-9104-d19c5d1b60d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:06:25.723458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1fd93a55-ef81-4587-90a5-1247efaf4897", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tree with lots of orchids.", + "public_commercial_use": false, + "recraft_id": "7a9f070c-187d-4d2b-86c2-15de2cfc2581", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:58:28.433358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ce42f01-3b22-4bb9-a921-c92d0fe46126", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a monk stands with his hands clasped in front of the burning Tiananmen Gate Tower", + "public_commercial_use": false, + "recraft_id": "d6f012a8-69ef-4249-a11e-946ca903cab0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:00:01.954884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba5c1eb8-4856-45a8-8d57-c79aa28c7b06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The smallHello Kitty doll is sitting by the seaside watching the fireworks, and there is a camera beside her.", + "public_commercial_use": false, + "recraft_id": "d104ebda-e0a8-45e0-8f52-bf2c17410195", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:14:03.539079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7da51ad-65b2-4e94-b9b8-03c6d0538568", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baroque portrait painting, wearing sunglasses, bright yellow graffiti over it, tagging-like marks, pink graffiti text, dark academia, visible paintbrush. Minimalist, surreal, concept, inspired by Hi-Fructose Magazine art and Beautifully Bizarre Magazine art. ", + "public_commercial_use": false, + "recraft_id": "29b838ec-ca3d-4c1b-9d03-dc45ea67cbc7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:16:27.609377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0491e200-8d98-40a7-8f64-3c3adcdbc2e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty rides merry-go-round", + "public_commercial_use": false, + "recraft_id": "439f2533-a97d-4235-9fed-dce0f344abbc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:00:45.96956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d0b5dda-89d3-47c3-9273-0e91040af5b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a cozy home room, a cow cat wearing sunglasses is operating a DJ console, with a beautifully decorated, glowing Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "9590f1a7-8251-46e9-b2a7-d5ea2facaa30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:19:02.66316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45a60f17-39d8-4d61-9317-b265177b43da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sunset, seaside, beach, motorcycle", + "public_commercial_use": false, + "recraft_id": "52b35896-cec7-4ba8-afae-179b07095974", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:12:44.57709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82b2307d-82dc-4b55-90ff-ca344a31a504", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Happy little dogs running in the snow, with butterflies around.", + "public_commercial_use": false, + "recraft_id": "9cfcdfbd-efdb-4f20-a6f1-cfd8c34c682b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:04:24.736809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c0b6d26-5eee-4834-ac8a-643f890d9a61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"czl\" in the snow, snow, a hellokitty doll standing next to\"czl\", drifting snow There's a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "f062e7f0-e97c-42d1-b2d5-8fdca462e7b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:19:08.347578Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2d6ef228-4e16-42fd-819f-e39b0aefd2c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is red, there is a Christmas tree, a golden string in front of the Christmas tree, on which hang the letters \"L I V I N G M O R E\"", + "public_commercial_use": false, + "recraft_id": "a4f1b0aa-b27e-4971-8382-59d8eba71603", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:27:47.108719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36d34447-cfc0-4bc7-a279-b082a8e9a3e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty Snow day sunset Fireworks seaside pine", + "public_commercial_use": false, + "recraft_id": "d4331f27-2d77-4f0a-9b16-a8a28ece00ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:02:33.301417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86f3bf9e-7d68-474c-839f-27320afaab79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "iceland aurora a bichon frise playing with it", + "public_commercial_use": false, + "recraft_id": "91801440-f982-4a59-a7c6-43b19cc79971", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:26:07.315541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d7527f7-7399-42d2-9565-0cb2b1c14abb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This photo has a mysterious and slightly eerie atmosphere. The subject in the picture appears to be wearing a glowing mask whose glow stands out in the darkness. The subject is holding a camera and appears to be filming. The background is dim, with a few stacked items and a door visible, suggesting an indoor setting. The contrast of light is intense, with the main light source coming from the mask and camera flash, creating a sense of tension and uncertainty. This shooting style may be used in art photography or film scenes, and is intended to arouse curiosity and tension in the viewer.", + "public_commercial_use": false, + "recraft_id": "9722dd89-9b9a-4dba-85ef-538e218d40f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:33:46.353214Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "565e5b0d-477a-4dd3-95be-7763f3c18a84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Say the spell and the house will spin.", + "public_commercial_use": false, + "recraft_id": "3c0797ff-f337-4c5d-b0a6-33f71978ed10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:32:29.086057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93471166-be20-4678-9af7-245ba079ebda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow there was a man in a sable skin standing on the snow and in the distance there was a white Wolf", + "public_commercial_use": false, + "recraft_id": "8ee8822f-920f-4f5a-aa70-a68a72752bad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:49:30.936266Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "58307be1-3e69-4076-adb6-1003dcec42e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sakula/ sunshine/ window / cute cat", + "public_commercial_use": false, + "recraft_id": "41bb1724-5fba-4876-b9b5-61b412e56624", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:45:06.140338Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "a21c3a47-1235-4ae1-b795-220851793f82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sea of flowers, white dog with wings", + "public_commercial_use": false, + "recraft_id": "38b19979-ef68-4dba-82f0-a011478db577", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:17:34.059732Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b902498-8888-495d-a309-f3bef48975e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside West Highlands Rainbow", + "public_commercial_use": false, + "recraft_id": "ff9aac96-f68d-4e01-ba72-91c50e6f94d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:16:18.891176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0e67502-0e7c-47e7-a371-a9377656bdde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kirby get katana at snowy day and have fire ", + "public_commercial_use": false, + "recraft_id": "74b37915-fc94-4111-b2e1-dd6c325ea433", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:16:35.343464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68968389-3b7d-438b-817a-052d21375bfc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "little snow , pure black sky, castle on fire", + "public_commercial_use": false, + "recraft_id": "b600945e-ade6-4f9c-993d-fcce48a1a8eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:40:25.124461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e298232-4b4f-43b1-8877-11c097dd9a40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby penguin with sunglasses working in front of computer", + "public_commercial_use": false, + "recraft_id": "a6b6995b-17d3-4f87-b1c0-ccaed6ced17d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:28:59.277744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27fd241a-cbe9-436b-ba56-ca3db1bd89dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty,star,snow", + "public_commercial_use": false, + "recraft_id": "fb4bd15f-760a-4d6b-aec9-009df04639d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:10:38.780449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1bf54798-679c-42b4-95db-e6774f4e3abf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Taylor swift hold her cat on her arm", + "public_commercial_use": false, + "recraft_id": "d8f0ec13-7aac-41f5-b676-0a08c2e752bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:51:31.662623Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fe8d86cd-27a5-42c8-94e7-47dcce6badfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The beauty smiled with flowers in her arms and looked back by the river.", + "public_commercial_use": false, + "recraft_id": "f2afe97f-22d2-4b0a-927b-9bacd834b8ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:09:06.153081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6836cd75-533c-4802-bc08-8610c08eedf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus and Elk by the volcano", + "public_commercial_use": false, + "recraft_id": "18061e55-aa23-4d13-8043-646383dc6487", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:04:15.056244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6e41a06-97e2-4b12-a531-7eddf28928d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "red maples, sea, galaxy, shooting star ", + "public_commercial_use": false, + "recraft_id": "2458dc9b-bc26-46fd-953a-c0b6b023fd3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:52:28.237097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52170dc3-3488-4cd1-81ef-7fb293a9869d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Set off fireworks in the water, and the fireworks become many eyes.", + "public_commercial_use": false, + "recraft_id": "5a85634a-1e45-49cd-813d-bd844001426b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:01:02.238319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "red panda drinks beer, grassland, sky, stars", + "public_commercial_use": false, + "recraft_id": "4bb13ee6-592c-45d0-9567-fd32e15f598f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:46:17.118754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21142ccf-2b32-4a19-94d1-6d9261c23439", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The time is night, the weather is light snow, and the ground is covered with a thick layer of snow. On the right side of the picture, there is a cute child holding a red balloon chasing a dog, with a cedar tree in the background", + "public_commercial_use": false, + "recraft_id": "363258c5-65ab-41e7-9b26-4b31992089a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:14:37.27075Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5f1df38-f644-457a-a453-ff5988506b0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty smiling by the sea.1207 on the cake ", + "public_commercial_use": false, + "recraft_id": "bf1add02-b77f-4155-89d9-ef2e72f0ecb9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:17:49.483482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aba80a94-b18d-4caf-a35c-1d2ce64d6758", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow flurries,pure black sky,Three little Samoyeds are playing in the snow,Playing in the snow,aurora,A sky full of stars,With small wings,", + "public_commercial_use": false, + "recraft_id": "4107617b-eebe-4403-8dd1-0f79711becac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:01:00.901331Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f09aae2b-bb2c-422e-ac01-cea9b74d092c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a yol947 tattoo on the man's back who loves punk", + "public_commercial_use": false, + "recraft_id": "b3de8e0b-4e15-4f78-95be-15fd36eae5b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:42:33.072884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ae9a644-5c5f-4e23-be87-0d4e3459a9c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "golden british short hair cat, casa mila, yellow ribbon, dreamy", + "public_commercial_use": false, + "recraft_id": "10ea7b3f-d912-4cbe-a2d3-a8487ac2c313", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:44:07.054058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bbd785d-82b8-4858-80fe-4e77ad0e5b6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute child in hat holding red balloon", + "public_commercial_use": false, + "recraft_id": "32e1c363-d1c9-48ce-94ed-0266209595de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:25:27.970452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1ced0a4-4f32-4be7-8251-c3992031f7ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "364f9ab5-56b3-4e35-a893-af789cb2fcc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:22:59.286136Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd9a72db-896b-4a33-aaef-64a645894c6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, with Mount Fuji in the distance, a white Hello Kitty doll with a scarf holding fireworks and a book next to it. \"CYF\" is written on the snow, with traces of cat paws. The sky is sunset, with a dreamy effect of light particles and high color saturation.", + "public_commercial_use": false, + "recraft_id": "555bbbaf-6052-4281-ae84-02f395b7d82a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:28:56.960271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "936cd0ee-f508-481b-9d64-db9a8c5f18e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty doll in a snowy day holding a mobile phone in the film food wearing black clothes", + "public_commercial_use": false, + "recraft_id": "0aa4857d-a99a-4f33-beff-bc6d87aface1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:09:25.674673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6853df63-b295-41ee-9edb-b48cedc714d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed chases butterflies in the snow", + "public_commercial_use": false, + "recraft_id": "2e7ca6c7-6b19-4eed-8e21-532d94a756fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:12:58.758753Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d1f7853-4564-4564-89e8-3062a07591c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Surrounded by green trees and a blue hot spring pool, it looks like a fairyland", + "public_commercial_use": false, + "recraft_id": "69fb85f5-0cb3-47b1-99af-aea2db5901ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:37:26.429305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75396be1-8e01-4f03-8326-a4591fe68b82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Samoyed, sitting in front of the computer listening to music while writing a paper", + "public_commercial_use": false, + "recraft_id": "9eee3663-b49f-4fb2-8782-9d7a7f034929", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:03:43.788503Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "379695f1-efe3-46c0-8822-5f1e061f5b06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "swimming pool, christmas tree, dream core", + "public_commercial_use": false, + "recraft_id": "6cb5ce63-fab7-4501-afb9-19dfb9727522", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:07:41.549467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3afcb86-cd01-4124-89d4-9d3445d204f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The capyba is working on a computer in the office, and both the building behind it and the computer it is currently using are on fire.", + "public_commercial_use": false, + "recraft_id": "d0b5a0f6-9233-45fb-b054-0c6c73449473", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:09:51.632015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed95f89b-2d15-4d6d-b5e6-bee5795d6c49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "red taxi", + "public_commercial_use": false, + "recraft_id": "d6b15047-b915-458a-ab68-924a7dc571e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:54:19.801364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a37e2d1-f819-4afc-8ffb-0d06114ab630", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Goldfish are swimming in the sky with fireworks in the background.", + "public_commercial_use": false, + "recraft_id": "56955a82-2399-411d-b458-aaaf786c5aed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:48:47.989366Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab4e0316-21f9-4adc-83f3-1909095c0417", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Swan in the lake", + "public_commercial_use": false, + "recraft_id": "db7e20e5-b430-4e30-948b-67521891909a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:14:26.37459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2649fb66-174a-4e49-adfc-9db52115b8e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a yol947 tattoo on the man's back. He loves punk. He only wears pants", + "public_commercial_use": false, + "recraft_id": "aef924dd-1791-4333-9631-88b85bc4dab1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:50:50.817124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c5f1397-8e0d-4af1-a358-af7efa105362", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Sunset, Japanese garden, Sonic the Hedgehog from the animation wearing sunglasses.", + "public_commercial_use": false, + "recraft_id": "eee79b39-43ce-451f-975c-1f6ba0e4f8bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:15:49.496905Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfb10c84-2d3a-487b-8e09-32cbf7aa0a50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Teddy puppy and blue and white kitten playing in the snow", + "public_commercial_use": false, + "recraft_id": "18cbace2-4423-45f0-a428-56ab27f4d317", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:26:20.653027Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ba6a354-e934-4acf-a3b4-1f8f68e27d94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sat in the luxurious pink studio and stepped on the sewing machine to make clothes. The sewing machine is smoking because it is too busy.", + "public_commercial_use": false, + "recraft_id": "1df78ea8-4dd2-4926-a358-fad57a4dd1e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:03:28.948973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5a3f99e-9eaf-4d95-8557-1f33554466e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside, sunset, sun, blues, shell, pearl, dolphin", + "public_commercial_use": false, + "recraft_id": "af4bd6a8-eb83-4b78-a915-f6d0b9684977", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:11:32.246693Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, a hellokitty doll wearing a red bow holds a beautiful birthday cake with 1128 written on it under a decorated Christmas tree. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation.", + "public_commercial_use": false, + "recraft_id": "12208c69-1ace-4600-89af-f6cbd8ca0759", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:47:03.754201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86b2b600-036a-404b-a3d8-784abfd08b6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "magical", + "public_commercial_use": false, + "recraft_id": "3b6f968c-882d-40e1-b81a-11ee658ec127", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T02:29:14.302617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e367327-6a1d-471b-b3da-dc857ea5310f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty doll, seaside, Christmas, snow, fireworks, aurora, beach, WX and YHY written on the snow, sunset in the sky, snow, fireworks fairy stick, birthday cake, angel, warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "706e0e00-ff48-4034-8c01-41e59f73b6fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T06:19:33.60472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is an apartment on the sea surface", + "public_commercial_use": false, + "recraft_id": "93fa44ab-0e6e-45f3-a45c-5c9245937ba3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:06:47.136467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f84f2137-b35b-4376-87c4-42c1a71d373f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, there is a pure white Bichon Frise. There is a pair of black and white figure skates shoes next to the Bichon Frise. The background is snowing and fireworks are blooming, and there is a curved moon next to the dog.", + "public_commercial_use": false, + "recraft_id": "6fb96fef-7f44-4717-94cc-bbc0800a5308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:46:51.549979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c699351-fdf4-4e02-87ba-a0658fc9e726", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a white kitty cat wearing a Christmas hat, next to a Christmas tree, \"Sheila\" is written on the snow, and there are traces of cat paws. Melancholy blue night scene, with a bit of light particles dream effect, a high degree of saturation.", + "public_commercial_use": false, + "recraft_id": "f40e3ac0-94b0-434d-aeb4-0df100dea52f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:00:40.358674Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "41eff3b1-570c-4c63-b9e9-e92409a1d585", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The black leopard has been sitting in the snow and watching ", + "public_commercial_use": false, + "recraft_id": "4879147b-b6b7-4c68-beca-80da4180ddf7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:47:31.372565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a9b0688-3d12-4888-b51e-cc1df0e4135b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty sits on the beach, and on the sand it says cyc", + "public_commercial_use": false, + "recraft_id": "f29c229d-dcb4-4f7c-8c25-0b22b1f7ac1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:05:08.87469Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c8376772-9696-4e19-b9a2-b312f62ed0ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Shiba wearing a red sweater and a white Santa hat, with a happy expression, in a Christmas atmosphere, art painting in the style of Christmas, a close-up portrait, with a snowy background, art painting style", + "public_commercial_use": false, + "recraft_id": "f53bd322-8660-4b69-a0db-44170744dd5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:51:24.743337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a037f885-80c1-43aa-8180-f2649c831da1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the coast, blue waves wash against the shore, and small Buddha statues have been washed up on the shore.", + "public_commercial_use": false, + "recraft_id": "5795ebd9-e0f4-4f34-b970-f9c96de4d398", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:35:19.082681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0033adbb-7e22-4077-84b8-52058eaabfa2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Strawberry fields forever ", + "public_commercial_use": false, + "recraft_id": "c9ddf562-3d41-4a83-869e-dc261ab11785", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:35:40.628545Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40b8f31b-f5b2-476f-8bd6-657db7b7eddb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dusk, Japanese garden, koi, Spider-Man.", + "public_commercial_use": false, + "recraft_id": "23b7d7e7-1547-4b73-93bf-e0f00bbd7a50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:38:11.048484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8217f246-5ed8-465d-9e77-93c01d3a947e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The 27th birthday cake is on November 30th", + "public_commercial_use": false, + "recraft_id": "73b5c38a-ea7b-464f-8892-a8e5f0e205be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:37:20.509472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bebc1f78-7993-49ac-8009-a88075eaa1ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a car", + "public_commercial_use": false, + "recraft_id": "84f54552-b70f-4a3d-8603-0420f79d9595", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:04:29.838493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Schnauzer run ", + "public_commercial_use": false, + "recraft_id": "d4dc0866-4e51-490c-b37a-814530d9f3b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:18:37.842305Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ce589bd2-d8a3-45b2-9dc8-a0350d76b21e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy new year sneak cute", + "public_commercial_use": false, + "recraft_id": "f4a39caf-ae9e-4178-abb3-40d9282f7a30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:08:28.059609Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "44935cac-ec9b-492a-849e-f9386e287580", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Use the letter necklace e and the letter necklace r as the missing letters in the Scrabble game, the necklaces are gold, the word is en route, and the backgrpund is ancient parchment paper", + "public_commercial_use": false, + "recraft_id": "f99f1872-482b-4be1-beab-9b98010c74cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:38:23.990869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d7f6a53-5419-4020-aa9d-746b265de2bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, HalloKitty's footprints in a white Christmas hat are more dreamy. Yuakoi blues moments, night scenes, dreamy effects and bright colors.", + "public_commercial_use": false, + "recraft_id": "89609f9e-12d6-44eb-aa17-a41c3564d4de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T06:39:13.80967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b2f23d6-26a3-49f9-9fe5-e11b3957e34e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty and a dog celebrate christmas it is my birthday", + "public_commercial_use": false, + "recraft_id": "f13f70a2-892c-4d9c-bab7-33161c3d50ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:12:10.96457Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red racing cars, Sunset and Vine", + "public_commercial_use": false, + "recraft_id": "49af3b67-c622-4d66-80d5-5a9531141d80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:32:56.785471Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd58f2cb-2951-4516-b59e-d09828a8e1ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoye is in the snow", + "public_commercial_use": false, + "recraft_id": "b0c52063-ad62-41c0-b436-74c1c626f7d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:37:08.371838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6190e63-c776-4a96-b787-0c1e206d94f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A wind-blown gauze curtain, a fawn outside the window handed a flower to an otter inside the house", + "public_commercial_use": false, + "recraft_id": "92264071-5166-4bf9-bdf3-bdaad13733b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:22:03.394369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72494ee8-8c8b-4f5d-8d48-34d5b6086e6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "television in bashroom", + "public_commercial_use": false, + "recraft_id": "0647890c-3041-4d15-b2b4-7c1bc4b05cda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:17:08.957359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ae2e784-fd28-4521-9d31-51e57d8a3c35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty is in the green house with a newspaper. It's snowing outside", + "public_commercial_use": false, + "recraft_id": "ffbaee47-5d49-4af6-9be1-8210ac164940", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:48:20.060615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f95a184d-f8f7-4154-ad46-0e2005602b3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " is a Handwritten word \"JY\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "b4d7df7b-2b89-4f87-bdd0-2090ce7e817c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:43:15.355919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a white Hello Kitty wearing a Christmas hat, next to a Christmas tree, with \"DSY\" written on the snow and traces of cat claws. Melancholic blue night scene, dreamy effect with light particles, high color saturation", + "public_commercial_use": false, + "recraft_id": "e22f9f2a-0e21-4b07-9053-ad46cc6a0401", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:15:52.256423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a42b6325-fce9-4d3b-a57c-1191ed3d9ee3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance, a white hallo kitty wearing a Christmas hat, next to a Christmas tree, and writing \"kenken\" on the snow, there are traces of cat claws. Melancholy blue night scene, with a bit of light particles dream effect, a high degree of saturation.", + "public_commercial_use": false, + "recraft_id": "01d9df4a-c790-4592-803c-e13d9abc632a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:47:25.400665Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2700a53e-f544-4aa9-8ae4-2a70927cb411", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, there is a vast view of snow. a black kitten, a white puppy sitting on the snow watching fireworks.There are traces of \"MM\" in the snow, and there are traces of cat and dog claws. Melancholy blue night scene, with the dreamy effect of light particles, high colour saturation", + "public_commercial_use": false, + "recraft_id": "72d3ed9c-ec38-4cb0-9798-3b7581732142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:55:56.753734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91273f27-f864-49e0-9d03-bd3a97428712", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty doll, seaside, Christmas, snow, fireworks, aurora, beach, snow with W&Z written in it, sunset sky, snow, fireworks fairy sticks, angels, warm romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "25abe37c-11bb-4b19-9140-241b989e5dc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:31:17.619396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bea8fb47-0769-4e71-af6f-c9b5055d2fac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white Rabbit wearing hat, balloons, stars, snow", + "public_commercial_use": false, + "recraft_id": "24784e66-d7d5-4dd3-a175-e2923ace12d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:03:25.048861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f213a47b-dcb2-4718-9396-0e17e00f8135", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dolphin drink red wine and fireworks sea", + "public_commercial_use": false, + "recraft_id": "5bb6d367-7cfb-4802-a4bd-34dbe65fa338", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:06:34.855893Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89fec947-5cb8-4032-a9a1-d629f1c8cd4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sits on the snow with fireworks set off from behind, and on the ground, it says' Mu Mu '", + "public_commercial_use": false, + "recraft_id": "3e92873d-0861-4e06-9688-a2ee1c69041a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:50:57.159539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3e6057c-c931-4cc2-ab7e-39e890fff417", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, pure black sky, cute ragdoll cat with butterfly wings", + "public_commercial_use": false, + "recraft_id": "c7da42fd-ee87-4b4e-848c-b26edd3a6687", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:51:26.454533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25c4ddfe-6d43-415e-866d-bab7ddad7112", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance and fireworks in the sky. hello Kitty doll in a Christmas hat, next to a Christmas tree, with \"Yaiko\" written on the snow, with cat paw marks. Melancholy blue night scene, with the dreamy effect of light particles, high color saturation.", + "public_commercial_use": false, + "recraft_id": "c93c4d21-0305-4ca4-a47d-1f27c4bea2b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:50:07.611947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "High and Wide angle. Two fish jump up from the lake, asymmetrically, with water splash. And a real orange-coloured duck with feather on the grass. Blue sky.", + "public_commercial_use": false, + "recraft_id": "612ce7df-757f-4c1c-b83f-611dbcd22560", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:52:26.004451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c13a56bc-c3ad-4f93-b868-b453c2ce06f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Sunset, Japanese garden, Sonic the Hedgehog.", + "public_commercial_use": false, + "recraft_id": "38c96f5e-1ab9-45c3-bef3-ef45af1bb47a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:02:29.551535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02ffe44b-bca8-47bb-bcb8-eed9126c998c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The canary is in a sea of purple flowers", + "public_commercial_use": false, + "recraft_id": "1e60b6d7-9a48-4ac4-a32a-5d3f06d78392", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T08:25:14.082254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a9b1eb-f148-49f4-841c-3c65a82a34d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, a gorgeous Christmas tree by the sea, a brown puppy, and fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "fc70faeb-d116-445c-8232-1382d2949301", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:40:25.124461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a8197a7-9560-4382-ae1f-e9b2dbf2bff9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby penguin doing painting", + "public_commercial_use": false, + "recraft_id": "a6b6995b-17d3-4f87-b1c0-ccaed6ced17d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:48:04.58643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3219c98-e76e-495f-be0c-fc98526304e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a forest filled with tall, straight pine trees, there is snow on the ground along with pinecones. There is a bonfire and a sound system, as well as a glowing carousel like the ones found in amusement parks. A large white rabbit and a small raccoon, both wearing Christmas-themed red hats, are dancing hand in hand.", + "public_commercial_use": false, + "recraft_id": "fd78741d-5fbd-4867-9adc-74479a075420", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T19:47:07.261495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7543d27b-ae9b-4dad-b6db-41a1672cfb03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty doll under Mount Fuji, holding a sign with wxy written on it, with pink cherry blossoms and high color saturation.", + "public_commercial_use": false, + "recraft_id": "c8413746-f71e-4e34-87c6-7f68a3e9b8e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:46:13.147274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70d1b002-680e-4f97-aa80-95e7c6d9aaca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKittySinging, stars, shining, snow", + "public_commercial_use": false, + "recraft_id": "8c42e1ef-00dd-4f10-9378-c83a3f97adb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:36:15.321697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08b8269b-ad0a-491f-b687-09d24a850890", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cow on the wire under the Milky Way", + "public_commercial_use": false, + "recraft_id": "419efbfe-2451-4910-ac77-589193679a74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:24:06.953581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8ea2218-2e13-4820-8d82-79ba4adf7127", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "If you want to learn from the immortals, the crane will fly in the sky, and the stone will become gold.", + "public_commercial_use": false, + "recraft_id": "3fa659b9-2a2c-4fbf-9ba7-beb30918f88e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:07:30.94377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bd95625-c1f3-419e-b41d-3947b49b05d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small red brown Abyssinia cat and a small brown Devon Rex stands on the snowy grassland", + "public_commercial_use": false, + "recraft_id": "417a9398-4c16-43ce-a038-309b8b85876c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:54:09.258603Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38b1ef5f-69c7-468b-921f-354cc21e3cda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Red panda fell in love with a sheep in the Chritmas ", + "public_commercial_use": false, + "recraft_id": "06ef654c-70ef-407e-89fb-ad94244650f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:25:19.17738Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "2687c83b-b751-4518-9b27-82fcb82f2e8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "iceland aurora,A white rabbit with purple transparent wings,pasture, white cake with violets, little butterflies, little stars, bubbles.", + "public_commercial_use": false, + "recraft_id": "a3467acb-e920-4390-a2c6-343807c3576e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:34:57.147977Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8feae06e-883f-4f8c-b25e-48f130a0ead1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a beautiful sunset in the sky, and it was snowing. There was a warm bakery in the snow field. There was a big shiny Christmas tree in front of the bakery, and there were cats and dogs sleeping in the bakery.", + "public_commercial_use": false, + "recraft_id": "d574458d-9ae6-4b98-9324-2cb50de6fbda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:58:06.322063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94b86117-264b-413d-875f-453eefbd2fbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is the imprint of \"runaway\" on the snow, surrounded by forests, and the sky is a green aurora.", + "public_commercial_use": false, + "recraft_id": "0b8354f6-9bbb-41ce-a383-187a6fe1dee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:44:17.819784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c16647ec-23f1-4e76-a765-fb0b506c2677", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow winter christmas star kitty cat ", + "public_commercial_use": false, + "recraft_id": "ae4661dc-48fb-42c1-88f1-607c7bed7b01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:55:49.337851Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d25840c8-750b-4ce2-a6c4-c7807ed94a5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll is snowing on Christmas. There is an aurora on the beach and \"czl\" is written in the snow.", + "public_commercial_use": false, + "recraft_id": "69cf6f09-5c9a-461b-88d3-101a7a9dd6ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:11:30.0296Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d7c1510f-7c05-4639-84b2-77311906da9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Thewardrobe is open and full of flowers.the wall is baby blue", + "public_commercial_use": false, + "recraft_id": "46d3a965-a1aa-4bd7-96a1-919872700384", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:39:33.522158Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff1162fe-0e9d-4172-b6e6-378e12c1a9ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's Disney landand fireworks and Samoyed puppies and green grass and stars", + "public_commercial_use": false, + "recraft_id": "e8adc746-db13-4d81-af6d-c101699bb38f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:00:59.50808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ee15550-3fcf-4007-b2c4-8ec2a314d0a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there is a Hello Kitty doll sitting in the snow. There are letters \"ppp\" written in the snow. Fireworks are blooming in the sky.", + "public_commercial_use": false, + "recraft_id": "1e06fd1b-4453-40c9-882c-bd112400a2b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:18:57.054256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7852341-5095-4fbc-8733-e7838d469d92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "student standing in the hallway of the apartment", + "public_commercial_use": false, + "recraft_id": "b8f644df-1544-4ffc-bffd-72b2e3576580", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T11:05:45.431374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25fb93b3-476b-4534-9b4a-84a97e6dd5a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sat at the desk in the office, busy stamping the documents. There are many folders on the table.", + "public_commercial_use": false, + "recraft_id": "c03e0bd0-68bc-4b70-ae06-9a680fe9a547", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:46:47.620414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ce4fec9-8984-4c56-8c14-67e3fb73c9c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty in a yellow skirt is Learning ", + "public_commercial_use": false, + "recraft_id": "3a18d15d-c697-4285-b8b7-daab0e983ae9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:52:44.144277Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6cf89c75-baa3-4287-b4b3-133ea9b9a14c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, lion, red, poster", + "public_commercial_use": false, + "recraft_id": "c9a34079-ee93-4b77-8d09-c324f57804d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:44:42.154086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5144e43d-bc2b-4e1e-8bb7-eb361d2d6316", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "your apparition passes through me in the willows,five red hens,you never see us again ", + "public_commercial_use": false, + "recraft_id": "b866fadf-daba-41ce-ae20-bef9f1076fce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:51:43.151794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01fc08d0-1d85-4367-b908-ce9813433f86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In winter, the forest is covered with thick white snow. There is nothing else in the snow. There is only a small cow in the middle of the snow, wearing a funny clown hat. There are still two jars in the snow, one is a ceramic jar and the other is a stainless steel jar.", + "public_commercial_use": false, + "recraft_id": "0045aa22-b406-4ad3-a6e4-cf9edf5a0772", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T14:45:25.786292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1fb8518-c00b-4bf3-ab25-cc6ad95dc006", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Trump spent Halloween in the house with a puppy in the room", + "public_commercial_use": false, + "recraft_id": "f1f84948-6a75-41a5-b2a7-1d4c134ad4f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:18:09.06009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df2633a5-f6a7-494f-bcea-8f3f942fe980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter, flowers, rabbits, big dogs", + "public_commercial_use": false, + "recraft_id": "e54cad2e-d5d4-4da3-a140-9826352e7bdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:23:53.064508Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e51c7f6-15fc-4257-bec2-3f8aa7f3480e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two black man in pilot uniform sitting in the leather chairs with their feet wearing nike football boots on the operating deck looking back at the camera in pilot chamber, outside of the window is the city night view", + "public_commercial_use": false, + "recraft_id": "82cd2b17-c9a2-4300-85f4-2f5daddbfa8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T11:53:07.553235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ec249f2-5432-4c0c-9db1-8c63f0b074ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty couple on the beach with BD letters written on them", + "public_commercial_use": false, + "recraft_id": "b2eeba89-15e5-4030-b406-d186cf8f384f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:38:25.434287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9428514-b568-494f-a002-37aa7b4d9177", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat eats apples in the tree.", + "public_commercial_use": false, + "recraft_id": "95b3a6c5-18ab-432c-8601-827d9970a017", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:48:06.957581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "620e8291-e0b9-4afb-95fd-6241f5d53560", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty writing tzz in the snow", + "public_commercial_use": false, + "recraft_id": "73e5adc2-997b-45dd-b628-fedd95c7bc6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:25:10.489084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ac14568-6954-4922-8085-1045207472dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, Mount Fuji stands there. Fireworks are blooming in the sky. A horse and a brown English Cocker Spaniel are playing in the snow.", + "public_commercial_use": false, + "recraft_id": "3c9fa6dd-a0a7-4aff-8a5d-44683c799882", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:40:04.750081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f98b05e3-6605-4c45-83d1-fb7e1e30c292", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll by the seaside, fireworks in the sky, a sandy beach, a sunset with warm hues, an angelic presence, and a warm, romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "0156b621-3266-4984-8b2e-dcadfd3036ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:58:11.441568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "126c22f1-00b3-47ae-aabb-d01f75cb429b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty celebrating Christmas on the snowy Mount Fuji", + "public_commercial_use": false, + "recraft_id": "601fb458-6eb1-4812-b418-22acf72dfe4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:38:21.730992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61b04716-230f-49ee-83a8-15782782cce0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The blue sky is the background color.Nearby is the green grass.There is a burning European castle at the end of the grass.There is a black Scottish Terrier nearby.", + "public_commercial_use": false, + "recraft_id": "255abc9c-2215-4f4c-9209-8f2681deff81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:47:35.085286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b375b7b-c268-42dd-ac0e-b50eea0c39db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red The cross stands on the volcano. The volcano erupts with lava. The sky is like the aurora and it's snowing.", + "public_commercial_use": false, + "recraft_id": "b40fe4eb-2cfb-48dc-9c16-2f594de98090", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:59:08.614868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "088b2027-a608-4f26-a4a1-99b28868fa4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two acmerican shorhair silver tabbies ride on a swing ride in the sunset back to back", + "public_commercial_use": false, + "recraft_id": "f7596ef8-ae17-447f-8541-c529b97c7d84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:10:07.176829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e64b2159-30d0-4cef-b0db-f6a4cfa03f48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a rabbit and a cute little black lion-rabbit sat quietly. Their backs are reflected in the white snow, and together they look at the mysterious forest shrouded in fog in the distance. At this moment, can only see the back of these two rabbits, as if they are telling the vision of the unknown. In the sky, the snowflakes are flying disorderly, like the fairy of dreams. Around them, fireworks burst brightly, illuminating the surrounding snow and adding a splash of color to the peaceful and mysterious scene.", + "public_commercial_use": false, + "recraft_id": "31018328-7857-429c-b008-8c5bff7a6775", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T06:24:37.911659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7a5a4e8-bf46-41f1-b05a-1670b0e21334", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"una\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "0ca8aa73-1c9c-4353-8451-543c69e26592", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:58:08.003638Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a cute brown American Cocker Spaniel, only brown color, beautiful face, round eyes, driving a car ,blingbling", + "public_commercial_use": false, + "recraft_id": "d0725e2e-d3d8-47f0-91e6-5f64e4ce2724", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:35:49.048543Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4206c58c-90b8-465d-a57a-c800e8a0b42c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stitch is playing the piano in his wooden house in northern Europe, outside is the sea of snow, and the house is colorful", + "public_commercial_use": false, + "recraft_id": "938cc585-d729-452a-8261-a708887f95a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:56:43.97484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bcbc474-d1c1-41d9-8e8e-3b9ffd480633", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ruby is written on the snow, the snow on the ground is sparkling, there is a diamond next to it, and the background is the snowy polar region with an aurora. No one should appear", + "public_commercial_use": false, + "recraft_id": "b535ac7d-177a-41d1-ad29-0837d871c2d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:52:15.33032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2715be20-95e1-4af8-9a71-287517884376", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tarot reader hellokitty ", + "public_commercial_use": false, + "recraft_id": "04b888f6-4755-4d10-8db9-090067102401", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:41:57.859758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20323138-42ab-43ab-bd2b-85f1bf076f27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty smokes by the sea.", + "public_commercial_use": false, + "recraft_id": "008c0a0d-f084-45c5-ab50-fc717a914b02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:45:45.661031Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9abd032-a912-4af4-be6c-1e17f0f512b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The frog Prince and the mermaid princess", + "public_commercial_use": false, + "recraft_id": "41f55269-3ddf-4ced-94a2-87454b86ea68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:55:51.545669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "388582d5-24d2-4836-b108-59f10a995c5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tuxedo cat, ganstar, gem necklace, christams, white, silver, gold, chill vibe", + "public_commercial_use": false, + "recraft_id": "7081db76-c33f-4554-84b4-ced7ff727f81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:17:34.208677Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2557fe1-494c-4f73-a670-d4295d8ddd75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed and the cat were wearing scarves on a small boat in the salt lake, with an eggplant doll on board. The sunlight shone brightly on the salt lake, and there were snowflakes falling in the air", + "public_commercial_use": false, + "recraft_id": "8ac3635f-dfdc-4252-b4a2-3fc2b4407b6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:10:58.158594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "874f0db3-2958-4d85-a624-3263a6d4160f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Coffee colored chubby Teddy Bear Poodle in the snow", + "public_commercial_use": false, + "recraft_id": "db695331-f381-48d8-9cab-b615b8ff5677", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:07:10.519029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d74fbf5c-5b94-4823-9fa6-d2037227da5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a snowy sunset, with a sea in the distance, Ch ristmas trees and fireworks next to it, a penguin doll sits on the ground, wearing a red scarf and writing \"zxt\" on the ground.", + "public_commercial_use": false, + "recraft_id": "7aebc3d5-5b61-4d18-ad3a-4b14b7ed46c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:40:33.548573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fe36692-0c49-4ae0-b186-c2acdf8587c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The small bridge is curved like a rainbow, the water is open and clear like the sky, and a leaf boat floats in the drizzle like smoke.", + "public_commercial_use": false, + "recraft_id": "43a49dd9-4143-493e-a899-c5edd24fad6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:09:35.369711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "147c023a-605d-4e0e-be4b-32fe276c0b6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty smoking by the sea", + "public_commercial_use": false, + "recraft_id": "3fd80831-94fa-42b6-b70a-16a6ca199d62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:41:31.749536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1b0e9a2-0198-4a73-8921-f7cc54b458dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Deep Universe Vodka Count Death fireworks", + "public_commercial_use": false, + "recraft_id": "442561fc-86cb-48c7-a342-22fce6e63e63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T02:47:18.622239Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b08a8d6d-8a8d-448d-8f46-984494f92406", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two white seagulls eating fries on the beach.the seagulls should be on the beach", + "public_commercial_use": false, + "recraft_id": "5be5d0d4-286e-4970-993a-c74015572da2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T16:10:52.309552Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d409938-cb88-4c5a-a91a-858faeaf16a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write MINGYU on the snow", + "public_commercial_use": false, + "recraft_id": "a0805368-e1e5-4a83-bd5d-616a9e647c29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:00:36.003302Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a8c1c136-5de2-4bfe-bc03-25c19618b50f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Eggplant and Little Snowman are holding hands in front of the window.", + "public_commercial_use": false, + "recraft_id": "78673eb9-a0d9-4d17-be30-6bfd5078775f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:00:23.116946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is snow under the purple sky, and there is a big Christmas tree with a butterfly and a stuffed cat next to it", + "public_commercial_use": false, + "recraft_id": "a7d55c94-cae8-4d74-bb55-128eb496f652", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:07:19.551883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf619837-258a-4787-9cac-db498de99f7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background", + "public_commercial_use": false, + "recraft_id": "65dfab08-f143-42c0-85e3-24a25381f48a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:52:53.041113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Samoyed playing in the snow with wings under the aurora, with his name jeno written next to him.", + "public_commercial_use": false, + "recraft_id": "782b3256-3124-4fab-a769-595fd0921ea5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:27:44.926407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "213b9940-08ea-41d6-b479-bd22461956d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cool Stitch is typing in the office, the computer is on a fire table with a keyboard and coffee", + "public_commercial_use": false, + "recraft_id": "8de1cf64-0c96-4deb-a67f-2f4572c927fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:51:45.042595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "818e382d-9e48-41f6-9a18-c132c28cd4b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter", + "public_commercial_use": false, + "recraft_id": "c5aab018-3863-41e4-b79b-9933bc78b784", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:47:59.542033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f7551ba-dca8-499e-a183-62d6625e60cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the snowy day, there is the sea in the distance, the Hello Kitty doll and Daniel doll wearing a red Christmas hat, next to the Christmas tree, SYY and HJ are written on the snow, with traces of cat's claws, romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "5d901b75-3e6c-4d8d-8beb-a4f090ed126a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:47:06.132991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "149d3af1-c105-4ae1-b60a-5815c77f0849", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "celebrate my dog's birthday at christmas when many star shines outside", + "public_commercial_use": false, + "recraft_id": "51f5c205-4e94-4d4d-854f-0d8d0feb8b98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:07:28.347389Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad88fff4-dd2c-4932-b504-6fe04fa09977", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing", + "public_commercial_use": false, + "recraft_id": "9648610b-8812-4025-9b1e-05a4a00ecc50", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:02:53.396867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9988e6f-2a4a-4e8a-82ee-e5231dacbec3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance. The close-up is a hello kitty doll wearing a Christmas hat, next to it is a Christmas tree full of lights, and \"yc\" is written in the snow. The dark blue night sky with light particles.", + "public_commercial_use": false, + "recraft_id": "cc00f6d6-b3a1-4c63-b100-3131096699c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:38.422176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5184f24-4196-40d3-ae66-b5678f558e54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "long haired tuxedo cat with gree golden eyes and sliver glasses. Background has snowflakes and starry sky. Snow on the ground, a snow man standing with the cat.", + "public_commercial_use": false, + "recraft_id": "c9a7ccc5-f97d-40ac-9167-79a62c302be9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T01:17:44.303253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d73e074-5bd9-4036-922e-1f18e8f9839e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a sunny afternoon, my black and white kitten and I watched the sunset in a chair. There was a river in front of me, and the kitten snuggled into my arms.", + "public_commercial_use": false, + "recraft_id": "20dccb1d-1199-433a-ab8b-e4438fb6a336", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:08:18.399541Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f88dd03c-1001-4e7b-84d0-acd06fdb1502", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fluffy dogs birthday party", + "public_commercial_use": false, + "recraft_id": "50c6ad21-86a9-4ea8-a03b-82b979a730bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:42:12.123067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57c6a59b-14d5-42a5-876e-f9a667806583", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Dali snake is in the egg", + "public_commercial_use": false, + "recraft_id": "558362d9-fc91-47c8-8acf-2c00b32ddfc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T03:17:33.737258Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "840834f2-6039-46d4-8c38-db559d29e9cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty doll Wearing a pink dress On the left side of the beach It says HYJ on the beach There are huge fireworks in the night sky The sea in the distance There are a lot of whitecaps on the sea It's warm and romantic. Clear picture ", + "public_commercial_use": false, + "recraft_id": "57bb215c-e4de-497a-bd12-86c2c0edb9ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:04:52.584593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9273dbe-eb2b-48ac-a708-fe8955018097", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The scene is neat and calm; it's a warm day; high above the clouds, the sea of clouds is yellowish; there's a boat floating in the sky, the boat is red.", + "public_commercial_use": false, + "recraft_id": "10e01884-6b86-40d4-a436-6f5f7095d5f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:49:03.805039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8988162-b4da-4ad0-9d47-9995d2d26777", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "magical wooden elephant slides, burning butterflies, birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter", + "public_commercial_use": false, + "recraft_id": "d99c7875-344c-43fd-87d8-81436bd1b241", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:37:58.670356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "193c3077-f5dc-4693-8860-caf419beb4e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty doll under Mount Fuji, holding a photo with cnt written on it, with pink cherry blossoms and high color saturation.", + "public_commercial_use": false, + "recraft_id": "69858ce3-f09b-446f-bf07-3dd61dafa892", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:13:54.713099Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5c09e446-737a-4566-8d6e-47fb44e0ca94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shanghai street, Asian handsome man with glasses sitting cross-legged on street, head surrounded by crystal butterflies, movie shot, surreal, 2000 style, DVD,preposterous", + "public_commercial_use": false, + "recraft_id": "fd9d3830-79b0-45d7-9c91-cf7fb7e01d7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:00:48.421066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10f4aeca-add3-4036-8f16-404cd1ab482e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty is at sea ", + "public_commercial_use": false, + "recraft_id": "ca2ffe59-305c-44a9-b71d-4481ccef6716", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:58:23.703798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86f79bfb-7352-4fc9-83df-39353484cf36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The word \"Sonam\" is spelled with diamonds in the background, with hundreds of black roses.", + "public_commercial_use": false, + "recraft_id": "4de0f880-99cc-4a9f-93ae-f6570d28c11f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:37:53.228602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "189a6c5c-27d7-4354-9846-3fc5dd92d5e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Hello kitty doll, seaside, wedding, snow, fireworks, beach, WX and YHY written on the snow, sunset in the sky, snow, fireworks fairy stick, birthday cake, angel, warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "baa25865-b676-4b33-b76d-80847c1b3246", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:44:20.730219Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d4daca9-1751-42d1-880f-cdf8a8013ace", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is at a hot pot restaurant, with a cocktail on the table, snow outside the window, and fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "238b643b-e447-4cb8-9914-6b2e9b8d521e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:17:45.594911Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ceeca769-26d4-48b2-a322-e8874372c918", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Strawberry cream scone", + "public_commercial_use": false, + "recraft_id": "21163cec-c123-48a3-8250-1797aba9d438", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:40:33.865695Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "46bd6821-715d-44c8-8746-06a44e6c0857", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pyramid in the yellow river", + "public_commercial_use": false, + "recraft_id": "1654fdb2-5563-43ba-9bae-a17d82385cdc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:39:22.721783Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "713af42b-429f-43ce-8018-92183efd3e15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Intubated panda ", + "public_commercial_use": false, + "recraft_id": "384ebecc-ce63-48d3-938a-732472c25d27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:41:56.253968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d75c5694-09c0-4290-8d55-f1cc4e64699a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a big white hellokitty wearing a doctorate hat, with the sea in the distance, standing under the Christmas tree, only \"yultuz\" is written on the snow. Hellokitty and the Christmas tree are bigger, and \"yultuz\" is as small as possible.", + "public_commercial_use": false, + "recraft_id": "44df4e42-d8cd-4cb5-ac99-a513a6e4da7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:05:37.118739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e1486a0-11d7-479e-81a7-e19667d8c0cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty doll, skirt, skateboard, Christmas tree", + "public_commercial_use": false, + "recraft_id": "61cb6384-09f4-4d81-ae4a-35d5bbaf9fa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:23:53.653713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cbb769b-9e3f-4298-8bce-2ef50cbce491", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, there is a sea in the distance, a white cat with white wings, next to it is a chri tree , a melancholy blue night scene, with a dreamy effect of light particles,", + "public_commercial_use": false, + "recraft_id": "257631f6-e8d7-4b06-8fe7-85da7fd371a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:36:23.583586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af7c7dc9-3a60-400d-a9de-5d2f09c32e39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty Spend Christmas outside a log cabin at the foot of a snowy mountain", + "public_commercial_use": false, + "recraft_id": "c3faf483-90f6-47c2-a67e-08c740cd7da9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:24:05.738851Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2d0d865e-f984-446a-94f3-a9f8ee2fc0c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats watching the aurora borealis in the snow.", + "public_commercial_use": false, + "recraft_id": "9ebc6afc-ca21-4ed7-8912-43c2ab23a84c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:02:44.669434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b67a567-9c90-452d-8362-52513668b62f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Russian Rococo-style drama stage with curtain surrounded by many orchids and roses", + "public_commercial_use": false, + "recraft_id": "43e800b5-e505-451a-963f-86981ee14f5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:36:54.08928Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "21344ceb-4a3a-441f-8ded-85c965ff27c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a plate was an apple with the letters \"hugs\" written in chocolate sauce and a candle stuck in it", + "public_commercial_use": false, + "recraft_id": "166f0199-d74e-4adf-a102-c18bb22e0523", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:59.737947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af1566a3-8fc7-494f-a1aa-caa66507ff11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red brown sausage dog soaking in hot springs", + "public_commercial_use": false, + "recraft_id": "43d90d53-a569-43cc-af6c-1ef850f596a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:43:20.281279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f431994-c692-4ced-b359-493c7006ddbf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sanrio's hangyodon works in front of a sewing machine", + "public_commercial_use": false, + "recraft_id": "e811885b-300b-4085-acf1-3c901a6d960b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:35.480447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cc74e71-89aa-45b0-84dd-86cd71649bf0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Runaway\" is printed on the snow, surrounded by forests, and the sky is aurora.", + "public_commercial_use": false, + "recraft_id": "cf863598-0620-47fc-a784-fc93740fb602", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:24:37.612582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10890201-c415-4c82-b90e-13de1e82d3e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A bunny plush and a teddy bear are spending Christmas together,both wrapped in scarves,beside a warm fireplace,with a Christmas tree nearby,and they are watching TV together.", + "public_commercial_use": false, + "recraft_id": "96da465a-bdc1-4678-ba60-8209617e81c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:48:16.848716Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fbd98647-3b56-4dfd-bf81-7c8d9e440c96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black short footed cat with yellow eyes wearing hello kitty clothes is in the snow There are auroras in the sky", + "public_commercial_use": false, + "recraft_id": "eb60da5d-055b-4b4c-9cfc-81a8adf48827", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:40:47.153749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e25726f6-41df-42ee-98bf-df3b41b1323b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty doll sits on the beach with fireworks in the background and Cristina written on the snow land", + "public_commercial_use": false, + "recraft_id": "d7ea6486-4d11-4a38-b4a5-08fbce56fdb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:59:29.123336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa72507f-8a48-4bbf-8560-565dab5e5aae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute studying rabbit fall asleep into ice-cream sea with a cute hat and friend rabbits", + "public_commercial_use": false, + "recraft_id": "6c1644b2-e2de-42ae-a358-406ef240d573", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:27:24.8456Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d90cca3-442d-42ab-9649-a5c661b19b20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In ancient times, two people sat on chairs watching volcanic eruptions", + "public_commercial_use": false, + "recraft_id": "618367f5-e7c7-48d1-93c2-f4a3523978d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:54:41.653174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7428b1b-2a00-4264-81aa-13ac73e66eb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat swimming outdoors. The scene is tranquil, with a bright overall tone where white dominates the image. In the distance, pink mountains are visible, contributing to a serene and peaceful atmosphere.", + "public_commercial_use": false, + "recraft_id": "88f7a89e-a221-4a83-89e8-9c23bce88013", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T15:36:52.974397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute kitten wearing a Santa hat, in the snow, next to the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "7626f790-6a02-45b0-906b-4041699dd154", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:55:54.455751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c3fec56-99bf-4cdb-9e63-55b1e08d17d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little Samoya smiles and lies in the snow with a Christmas hat on his head. There are dog paw prints in the snow. There is a Christmas tree next to it. There are many Christmas decorations on the Christmas tree ", + "public_commercial_use": false, + "recraft_id": "3b4ca14a-d0c8-493e-9c23-f7d478f4edeb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:26:26.64667Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76acbf6a-5f35-4ec4-af93-e346d766b4a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute baby crocodile makes a wish in front of a colorful Christmas tree in the snow, behind a wooden house", + "public_commercial_use": false, + "recraft_id": "519600b4-6c14-4c09-bf71-541672c8ba0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:58:24.585206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7502a65b-8189-4d7d-aa20-697f9fd9409c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is smelling flowers in the garden", + "public_commercial_use": false, + "recraft_id": "fefbd078-34f1-490f-affb-3e433e8ada45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:05:23.892864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b37c7ae0-d819-4fc6-b2a4-841c8b3c4913", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever is holding a bottle of Japanese green tea on the snow in front of Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "650e4c6b-ad3b-4195-9f88-4c8b943da438", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:57:04.419949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80dd0396-14ad-4b98-9dc7-8527e53f9e3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cow cat is sniffing a blue-patterned butterfly, with a starry night sky in the background and volcanoes on the ground, capturing the essence of Dante'", + "public_commercial_use": false, + "recraft_id": "ecca5151-50a4-48be-b07f-de559603dd0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:00:56.857019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever sticks out his tongue and wears a magic hat for his birthday in the snow, surrounded by a snowman and a strawberry cake", + "public_commercial_use": false, + "recraft_id": "2a77ddc9-0eba-4b07-8007-1fb2cd87b25d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T12:26:59.553174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27e78bb5-9fe6-4cd7-ace7-dca175c5c665", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired cat by the white fountain", + "public_commercial_use": false, + "recraft_id": "570581c7-ff6c-431b-b656-8201e7f6af4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:12:12.782013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little black cat, punk style, A cute little black cat, punk style", + "public_commercial_use": false, + "recraft_id": "2a5bd256-7020-487c-a1d9-a03d3243e378", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:52:11.549936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a6fadba-6282-47af-a9ca-c896049cda52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat smokes in the snow and colorful bubbles float up.", + "public_commercial_use": false, + "recraft_id": "41e9a4df-137d-43d3-adf7-12a7a2c7d156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:11:50.794598Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd3195f8-743c-4bf5-8460-53cf655e130f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A giant monster chasing me behind, my whole face is show in thr pic ", + "public_commercial_use": false, + "recraft_id": "c235a729-ed4f-46ec-a93c-dd34cedf4417", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:31:39.364868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1ee2fab-7011-4b47-b8c2-f94ff7d647ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A giant basketball in a playground, blue sky, sunlight,", + "public_commercial_use": false, + "recraft_id": "144a69a7-33f9-4573-b5e0-a444eede24d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:11:52.955065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad740ba9-ab87-4ff1-a6ad-058ff225ee79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome asian guy holding a Polaroid photo covered in smiley face stickers and looking at the camera", + "public_commercial_use": false, + "recraft_id": "dc872ce2-37a6-411b-b247-4bf35718d0ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:28:12.518664Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c21ca8dd-0635-4fae-97a5-c9ba41a049f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Samoyed with wings and a big border collie are playing in the snow, with a few butterflies flying nearby. It's a snowy day in the forest.", + "public_commercial_use": false, + "recraft_id": "864e039e-ef49-4884-aa32-e2e4c445e91b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:18:37.371212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f08ef36-e596-476b-8979-c962e83d986a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A backview of long ear hair pure white maltease in beautiful and dark landscape ", + "public_commercial_use": false, + "recraft_id": "fae2f2bf-7b04-4df2-9870-258d862f73b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:45:14.598071Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1b34212-3be5-40cc-8a29-7d7853a666fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat cat, the king of cats, pointing forward with a golden rod, looking arrogant", + "public_commercial_use": false, + "recraft_id": "89db0aa0-31ae-41e6-8f9d-974bc0cacc11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T12:55:30.663494Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "798e11f7-e2f5-40c8-93a3-a119f889cae8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cow cat holding the camera, the bedroom, the moon", + "public_commercial_use": false, + "recraft_id": "a96d7f61-2a51-4b76-8153-d6327d95287c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:08:37.160801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fa7f75c-2640-4ec1-a68e-17368298adfa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The adorable little orange cat is in the snow, and the sky is bright with stars, while butterflies are flying in the air.", + "public_commercial_use": false, + "recraft_id": "c3ea8e5f-66ec-43f2-b994-6db68c6ed3cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:41:37.658014Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b287a53-dbc0-4430-8f75-d8208d613a33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Black Teddy Dog celebrating Christmas", + "public_commercial_use": false, + "recraft_id": "71f86227-22f1-4522-ba03-626cc791034a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:29:13.838189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3003e09c-07f1-459d-aff5-6ff6afae1935", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lonely male sloth sitting on a chair and waiting for a date", + "public_commercial_use": false, + "recraft_id": "ec8776a5-ca03-4455-8c8a-695df8986cec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:02:29.000931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "030edc8b-f574-40a3-a754-27e9d0e136f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby capybara with wings flies in the air ", + "public_commercial_use": false, + "recraft_id": "70163314-63a8-4ca7-8afc-b01a6a7cfd4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:31.953482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. There are traces of ZYY in the snow and traces of cat claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "1a458675-ee31-455b-8927-6d7b4a53c999", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:49:06.007741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c894a651-9a54-442e-9cec-a7671a65ab65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray koala wearing glasses, clutching a Leica camera, poised in the act of capturing a shot, standing against the stark contrast of a snowy outdoor expanse.", + "public_commercial_use": false, + "recraft_id": "048f17a3-5b53-4e6b-9ffe-924c02b4ef1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:06:39.700439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55960fac-260a-4000-8329-7a248bb7321c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "a happy dog walks alone in a street ", + "public_commercial_use": false, + "recraft_id": "d57982fd-c22e-4758-a335-efb9653c8297", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:37:47.796954Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray cat with red hat and scaff in the snow ground in the night ", + "public_commercial_use": false, + "recraft_id": "d983100f-f202-4b16-9eb5-7cb0353944e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:31:17.223432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "459090fc-8adf-4005-a5f4-bf710a6a884e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty dollsvisiting the Christmas market at the construction site", + "public_commercial_use": false, + "recraft_id": "33d69651-b640-4539-aa2f-11a808fcc18c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:31:08.501632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1ac4920-a7f5-4b60-84ba-a552aebabaa7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple with the letters \"hugs\" written in chocolate sauce, candles stuck in the apple, in the grass, in the pink sky", + "public_commercial_use": false, + "recraft_id": "dcaa6097-e561-4d79-b756-0c106f34e67f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:59:05.772321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f6f1111-52c6-4e3b-8c46-270bb817596f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cool white cute rabbit wear a fashion white rimmed sunglass and pink silk bow on the head was busy in coding with a cup of coffee on the table", + "public_commercial_use": false, + "recraft_id": "09d324c0-f59e-4924-998e-9923f3873835", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:00:05.339152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc970f80-e660-42bc-9c2a-17b7856bbaee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby chihuahua is sleeping in a very soft green sofa which is in a cabin in a forest", + "public_commercial_use": false, + "recraft_id": "b2b059de-c003-49f1-b334-f42d260e328c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T07:47:04.510238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec259763-c15d-47f9-bd3c-dd49d679e48d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "phonluxe with coffee and cafe ", + "public_commercial_use": false, + "recraft_id": "9b7d32e2-058f-4f53-bb5e-d0192ee21de4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:57:36.06747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7368f39f-f450-4d51-bfe9-8f8ac532e10a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Crusoe building", + "public_commercial_use": false, + "recraft_id": "c9dea9cd-0a3d-4ff1-a1f3-eab63b772b97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T14:15:22.216547Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "176783cd-38f5-429c-b99c-989e0709072c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "a black french bulldog is walking at columbia flower market in london with a red leash", + "public_commercial_use": false, + "recraft_id": "9ffa9b45-f8fe-4801-b2f9-398fe1486b6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:50:07.283058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e261d133-a8c2-41b2-9891-953132432827", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A husky dog wearing a security guard suite and sunglasses with a gun in paws siting on a yeallow vintage sofa in front of a christmas tree", + "public_commercial_use": false, + "recraft_id": "655689e0-1390-4ffb-9fe3-50bc10d1d296", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:24:26.573142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aae79125-6385-42a0-b5b2-d991194861df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "plus size young man with piercing on white background", + "public_commercial_use": false, + "recraft_id": "a7a7f8b8-011a-4279-80c9-3e77d6010ade", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:14:04.424934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44d58ebb-3851-40f2-9b59-590eed60449a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a little cat floating in mystical cyber ruins", + "public_commercial_use": false, + "recraft_id": "0e20520d-fd88-40f7-9c72-673a56d5b99d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:15:12.900229Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43720965-c1bb-4ea8-a6f5-158e547ed1ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute HelloKitty sits on a snowy pile at night with the words' yy 'written on it. In the distance, fireworks and aurora are set off", + "public_commercial_use": false, + "recraft_id": "1945555c-30d2-4da0-b89b-87689f9b30b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:29:19.071221Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d30bc651-b20c-4602-b1ea-d422e23d0785", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue fluffy persian cat wearing cloak is holding a camera in a snowy land", + "public_commercial_use": false, + "recraft_id": "0b15ce9b-da8c-4425-afd9-2e7862998002", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:06:24.097837Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "8c021de8-3731-4ba0-98cd-1ca5cb946ba7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kid fighting with the aliens, Hong Kong ", + "public_commercial_use": false, + "recraft_id": "ddbe8e5e-a500-418e-88da-535213b9a823", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:09:27.715335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dec3cda1-6d22-42bf-83a4-89e05f5aa9b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is a painter", + "public_commercial_use": false, + "recraft_id": "aa05dad7-d68b-4a75-a24e-42edf3dec6d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:18:03.268842Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e6102c0-6bc4-4f73-966b-f152c4c15de2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little penguin sits at the desk, focused on using a MacBook. It wears a tiny scarf, and its black-framed glasses shine with intelligence, as if engaged in an important task. There are also some small tools and stationery on the desk, making the whole scene warm and playful.", + "public_commercial_use": false, + "recraft_id": "405e542b-e54f-472e-8412-f8e3598cf3df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T08:34:24.211423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46d6c359-4ecc-48eb-ab4e-d5aef121542e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty is listening to music and eating fried chicken and barbecue at home", + "public_commercial_use": false, + "recraft_id": "c2c6de40-a18f-4a98-b8a1-0dbfd4736b9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T10:51:00.546169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a group of penguins walking in Antarctica", + "public_commercial_use": false, + "recraft_id": "a9129f8e-e93c-46ba-bbd2-e2252f538ac1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:20:31.542607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c066e07-cf5b-4917-a61d-70df897d14eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maltese puppy and an orange cat look at the night stars in the snow", + "public_commercial_use": false, + "recraft_id": "ce1b61fe-4342-468b-900c-541bb4cb46c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:58:41.854558Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "247cee58-5d0f-48c1-84dd-85a024730725", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty wearing a pink dress, holding a beautiful white dress and taking a full-length mirror in a ruined area.", + "public_commercial_use": false, + "recraft_id": "b35fbc51-f714-4ddb-80be-213f209299ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:48:59.237032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "936784a3-c562-48d4-a338-b2286b19c91f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small orange cat wearing a scarf sat in the snow with fireworks in the sky and the lettering \"YX\" on the snow", + "public_commercial_use": false, + "recraft_id": "97abb9dc-acab-4017-b38f-4980195a4523", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:42:22.602155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c51009c5-9605-48a8-997d-3766a0ed1995", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Siamese cat who's been wearing a Christmas suit", + "public_commercial_use": false, + "recraft_id": "e0ce8a1e-16eb-4f40-807e-622f27d00e5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:24:53.623395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c157a247-e592-4448-833a-6840dc243b94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a border collie chasing a frisbee at the beach in a summer day", + "public_commercial_use": false, + "recraft_id": "d5e40b73-6b27-4d70-8531-4aa44c7ea454", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:08:08.150355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12d021ad-35ca-49d3-94cd-f00213197559", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Japanese monk prays at a temple, looking at the burning temple and clear lake water.", + "public_commercial_use": false, + "recraft_id": "f6c251d6-0b84-45a8-b0cc-ba121684935d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:48:57.241673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "A husky dog wearing a security guard suite and sunglasses with a gun in paws stands in front of a christmas tree", + "public_commercial_use": false, + "recraft_id": "f240ba6a-7d2e-41b8-a77d-b2fff522d1b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:00:32.16224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85a41426-3168-4f59-a5ab-b753de0f80b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Rilakkuma,wearing a scarf, standing in the snow with a melancholic blue background, stars all over the sky, a hint of snowflakes, a dreamy effect with light particles, high color saturation, a Christmas tree behind, and the letters YBY on the snow", + "public_commercial_use": false, + "recraft_id": "e8a22131-8b3d-448d-bb42-cfe3493da096", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T16:07:10.92537Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a33f0365-f39b-410a-88db-6f16135697af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are broken ice blocks floating in the blue sky with a horse inside", + "public_commercial_use": false, + "recraft_id": "da6e0805-ffa7-4fc3-8be3-0e3e87331cd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:50:54.868629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Border Collie is sitting at a desk in an astronaut suit using an Apple laptop.", + "public_commercial_use": false, + "recraft_id": "95642a23-0d06-4938-82e1-6f3dd8d2095b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:26:28.487594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1348e4e-0555-4544-ab8c-17654158b9f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The detective took a camera of the sunflower garden in the snow", + "public_commercial_use": false, + "recraft_id": "23dfe6c3-45f5-432e-b883-3f121499aeca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:29:03.331943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22f1d571-b9a7-4704-a51d-67bbf9f09833", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll wearing airpods max headphones diligently wrote a test paper next to a large Starbucks coffee", + "public_commercial_use": false, + "recraft_id": "86eaa68f-330d-486c-8523-1447e3f46097", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:09:10.495121Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bde88c9f-ac82-4a0a-b914-c6b8e376a23b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty sits on a pink beach with a cup of bubble tea next to her, looking at the ocean but not very happy and holding a cigarette", + "public_commercial_use": false, + "recraft_id": "007384fa-7d2b-4d7b-b2d3-01f250fa6c5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:52:45.87741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43747b17-55fe-4bc3-a487-503b011176bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a kitten standing in front of an erupting volcano in the distance,the kitten wearing a blue surgical cap,the kitten is drinking Coca-Cola", + "public_commercial_use": false, + "recraft_id": "a967e396-dcd9-4e01-9ad2-24df5507204a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:58:15.008189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8119bdc-d795-4b86-b12e-ae46d0f61e28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a clover sitting close to the computer, hard-working, and the computer is burning. The goose is on the right and the computer is on the left. Attention, the clocer is watching the screen, closely. And the computer is on fire!!!!!", + "public_commercial_use": false, + "recraft_id": "95763d39-3295-46f7-bdd7-dba81b276bf8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:17:53.665514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "367e82cc-b04b-4c5b-a023-a98a45756d8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A duck wearing sunglasses, in the garden,blue sky", + "public_commercial_use": false, + "recraft_id": "d4627e20-44c8-4cec-af8f-6eec3d3b92f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:54:09.169415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51dc11ab-a8e1-4794-b494-cd07955ae637", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Garfield cat sits near the volcano and drinks coffee.", + "public_commercial_use": false, + "recraft_id": "af889e5a-8181-4f94-a798-34f9790def4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:08:26.693194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue-haired French bulldog and Mickey Mouse are standing in the garden", + "public_commercial_use": false, + "recraft_id": "55d1d129-f3e1-4fb2-a44b-cf0cfd29b1f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:57:06.548295Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b11a933-4610-4fdd-9d1c-b0c007da9756", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a piano burning brightly in the snow, with a white cat opening its eyes, sitting on the piano bench.", + "public_commercial_use": false, + "recraft_id": "29e9954c-4bca-45bf-8cec-317bb27d78fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:33:23.863311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c99e457-d163-487f-9142-206a27b7737c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A British Shorthair cat with wings is playing in the forest. Stars ", + "public_commercial_use": false, + "recraft_id": "99b80def-a26b-475c-b048-66bb7f04e915", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:50:56.953213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7ed51bf-cbec-4e3a-b4b3-57343599607f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed puppy wearing a bachelor's hat and smiling while sitting on the sofa", + "public_commercial_use": false, + "recraft_id": "85b4e373-f356-4dba-b94e-d46a2c87fc2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:47:44.464875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b3590d4-fbed-4e26-9345-62009b45fa44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A cute wennie bear wearing DESCENTE and working under the Great Wall in a snow day", + "public_commercial_use": false, + "recraft_id": "3abfc4a9-7e6b-47ce-a613-015021ce961d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:10:33.539094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e6eb237-4852-4fdd-bb59-e4ec180028f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "A golden retriever puppy is a singer", + "public_commercial_use": false, + "recraft_id": "8097b0ca-656a-4c03-9242-4836d7055683", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:38:37.079717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c071b8e3-dab8-4949-8a60-5542b2668151", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty stood opposite the volcano, holding a tall red wine glass in his hand.", + "public_commercial_use": false, + "recraft_id": "2f4922e5-8bc5-468b-b72a-9b6e65d33136", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:05:07.575092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e772fb78-d2f5-44e3-b183-5548f07174f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster is lounging on a lounge chair by the beach with dark glasses on", + "public_commercial_use": false, + "recraft_id": "071e2bf0-ab58-4e6c-85c4-848b9bb39699", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:21:39.393713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e36108a-6e6d-499e-9013-1927573567d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome man with medium and long hair in Europe and the United States holds a mask in his hand, and behind him is the burning Jinge Temple.", + "public_commercial_use": false, + "recraft_id": "99c02661-ec39-4acd-b27f-0755e3067a2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:25:45.005648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87469a72-9b78-42d8-8f7d-484c3e2c6a35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A living room where luggage is being packed.On the left is a sofa with a green sofa cover.The carpet is white with black spots.There are three suitcases, one black, one white and one green.Opposite the sofa is a projector, which playsTom and Jerry", + "public_commercial_use": false, + "recraft_id": "ecb5f6e1-cbe0-4f03-bd39-8acb961aeee1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:12:34.654752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41a15081-3954-4433-8e5a-c2990c3712f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry puppy with aviator's glasses piloted the plane across the coastline in the sunset", + "public_commercial_use": false, + "recraft_id": "2c82733c-fc51-47d0-9a4f-773c50708920", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:06:18.568789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13e8950c-eae4-4fa6-a90e-d2a114097a11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a logo with the word \"BNU GEO\",containing geographical elements,such as snow mountains,trees,deserts,stars", + "public_commercial_use": false, + "recraft_id": "fad8bfa4-e631-463d-b848-db5888146102", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:32:47.584298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11909121-e7d0-4460-b31b-1ba16cbbb881", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A jewlery shop called Lazy Circles in a snow field of south france with the Burmese Cat and the Rabbit", + "public_commercial_use": false, + "recraft_id": "fb9c47fd-093e-4373-8862-af0ea9611da1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T08:44:12.477249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white kitten playing with bubbles in the snow under the aurora", + "public_commercial_use": false, + "recraft_id": "58c0df16-17da-4060-bc5a-acbbcff6b639", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:29:51.750214Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92fe91d7-0e7a-4d87-b108-5da68a92d678", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white dog sitting on the snow watching fireworks, Mingyu & Minghao is written on the snow", + "public_commercial_use": false, + "recraft_id": "d183c1c5-e1f0-40b6-83b0-204cbeb2a06a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:08:53.859501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "943deec4-e946-49d6-b617-988d7bfd3e07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is a photographer", + "public_commercial_use": false, + "recraft_id": "dbb36e26-5891-4a14-96e6-c5ddc601285a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:09:43.792805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8b99259-6916-4fdb-b34d-becbd608f89d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small Corgi with dark glasses jumps in the sky, looking at the snow-capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "997685d8-bfe6-431f-aaf5-0b076ca344d4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:17:34.500015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e94ab97-9174-404c-9c67-b9e7744b3e80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty wearing airpods max headphones works in front of a micbook pro with a raging fire burning in the back", + "public_commercial_use": false, + "recraft_id": "397a05ed-cfb1-4dae-9d25-d7999f1c6124", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:15:27.321398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6947cd7c-6058-4883-af9a-250666c8bd1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kirby get katana at snowy day and have fire ", + "public_commercial_use": false, + "recraft_id": "4b608d47-3379-42b5-91bc-2766b55b5428", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:27:05.216143Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12a1abd8-e827-4ad2-9420-dd215cbc9b46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine", + "public_commercial_use": false, + "recraft_id": "0d3cc5cb-bbae-456c-85a3-26c48c20ec9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:51:00.681092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f21e6402-48b5-4669-8463-62192c9ab3f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a small pure white beardog are playing basketball on the basketball court in winter", + "public_commercial_use": false, + "recraft_id": "1e8fa78f-ce36-451b-af34-6f0d92cbf9e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:36:40.634758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd2909b1-0b0d-43ae-960a-dc4d13764745", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "breeze", + "public_commercial_use": false, + "recraft_id": "1f06466f-d63a-401a-9995-b19c4ea69982", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:56:13.378495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61d9db7d-2281-4fe1-b4be-2ba255ac65a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cool white cute rabbit wear a fashion white rimmed sunglass and pink silk bow on the head was busy in coding with a cup of coff on the table", + "public_commercial_use": false, + "recraft_id": "464ce645-dd6f-447f-b1ce-e96d65b61945", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:19:48.115971Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "233a84cc-e1b7-4595-81db-a8758e766c96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat wearing a pink scarf works on a computer under the aurora", + "public_commercial_use": false, + "recraft_id": "1bc4ed25-41b0-4fa1-bd10-730a31e36fc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:27:15.629674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9dc00dc-2829-4ef7-9800-29e113311b0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "man in glasses on white background", + "public_commercial_use": false, + "recraft_id": "eb7f41b5-09f9-4714-a65d-6568ba7574e3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:07:03.779263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e35e4ba2-f7f5-4749-aece-298d587be245", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden tabby cat wearing a hat standing in the snow and reading a book. Next to it is a beige canvas bag with \"sieste fm\" written on it in black font. The background is sunset and some stars.", + "public_commercial_use": false, + "recraft_id": "2117804f-80c4-4058-a530-a58a861f78c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:57:26.476078Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc31e5e4-2533-4729-bd4a-5fec0bc6e260", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat, wearing sunglasses, races wildly down the city road on a motorcycle, exuding fearless energy.", + "public_commercial_use": false, + "recraft_id": "af3ac72e-2aa5-4f36-8ea2-49aa495f1d30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:54:29.559096Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "778aeaf2-cfd0-47da-ba0e-efbe5d2d1316", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "One cat have blue golden shaded cat, other one cat is an British Shorthair blue cat, then a dog is a brown mini poodle", + "public_commercial_use": false, + "recraft_id": "414b6189-3c00-4566-a86b-973c0076a034", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:02:33.528344Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fc5111fa-d573-4b70-a5d4-1e1d9f80b742", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "1980s,christmas ,in cent the mall a hug christmas tree, a lot of decoratons and under the tree is a pile gift, America movie style, retro", + "public_commercial_use": false, + "recraft_id": "d7b615c6-fa66-4ea6-ad47-20d43adb6449", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:01:05.240671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is cooking in the kitchen", + "public_commercial_use": false, + "recraft_id": "a49e927f-d6b1-4a4c-88b6-5dbb8a899720", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:16:40.028576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d85f655-b2a0-4bf7-8a2f-4f4699342fde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little clean white HelloKitty wearing a red-rimmed glasses watching ipad", + "public_commercial_use": false, + "recraft_id": "440abfd1-0d94-48ea-a355-4de2fabbcad2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:10:09.308132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "259e4519-e851-4277-8a11-4b7ed427bd8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree with presents, snow, real bunny, pink roses in snow, blue sky", + "public_commercial_use": false, + "recraft_id": "f6b064d4-2752-43ee-ac12-6fb49c55d1a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:59:59.120316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdc6f415-e951-4903-8c01-81651a29f9a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden-headed and silver-backed Yorkshire sitting, next to it is a pink helloKitty, with a Christmas tree and a small cake. There are snowy mountains in the distance, beautiful clouds and sunrises, and MONEY is written on the snow.", + "public_commercial_use": false, + "recraft_id": "eff1cd60-11a1-4170-bc55-ca413ee18724", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T08:20:45.323542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d0477f3-ed66-431e-97fe-1e7308d251a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The orange cat takes pictures in the snow with a camera", + "public_commercial_use": false, + "recraft_id": "4c729704-3320-4118-9cde-9900e1a2275c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:23:09.94887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9a42a9e-9756-4190-af8f-b2a335a7deb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty sits on the beach with ZYY written on it. There is a coconut tree in the distance. The sea is reflected in the sunset and clouds. The whole is pink.", + "public_commercial_use": false, + "recraft_id": "a890aa20-1d6c-4ed1-a1e7-e24074fdc366", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:52:50.173187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "049397ff-8da5-4dab-9018-f9d1002a928e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty is using gasoline generator ", + "public_commercial_use": false, + "recraft_id": "ae8b8ada-b5d4-486d-a490-f73a49031093", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:13:51.830973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bbc15ad-ad71-47c1-a842-c127d06f9cc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden Syrian hamster, wearing frameless glasses and a neat black work uniform, is diligently handling documents, sitting at a desk and focused on its tasks, almost as if it were an experienced civil servant.", + "public_commercial_use": false, + "recraft_id": "54d295b4-5e6a-4471-8a66-d96c6c273a7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:00:31.176103Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "60ae2d16-0561-48e4-82a5-2e38e78d6e65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty,wings,cloud", + "public_commercial_use": false, + "recraft_id": "3b7633c2-deb1-4845-ad2c-8366b32e55a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:47:35.697Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fc57e7fc-4972-427e-9139-528e9225cbd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flying crow from far distance", + "public_commercial_use": false, + "recraft_id": "122f9425-9c0e-4475-8898-759463972578", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:06:46.7829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Humans have gummy brains", + "public_commercial_use": false, + "recraft_id": "c27efa96-f0da-46e8-89c1-f3f48619e2c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:17:40.273472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69549ea9-866e-4d33-916a-59f2c56e4011", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty and astronaut ho l d", + "public_commercial_use": false, + "recraft_id": "29d847c5-4610-4497-a320-170801dc2326", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:26:07.411207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e4a1925-132f-483c-855a-272d69b01b0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A LOVELY CAT eats a birthday cupcake in winter snow ", + "public_commercial_use": false, + "recraft_id": "351ab3c3-70ba-46fe-b5a6-f73695a7ae3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:03:24.517466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b2c6000-8340-4f0f-b02e-5e58956a44df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clown with a chainsaw in the subway", + "public_commercial_use": false, + "recraft_id": "06a17db0-f6f6-4c31-9f82-3c3db1788f31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T11:00:45.308159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56417e6f-c8a4-4d0e-be94-98c964518144", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora, Milky Way, starry sky", + "public_commercial_use": false, + "recraft_id": "1f804c07-79dc-45c7-a4cc-4831054a33dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:37:27.055886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74fda841-fbac-4b8f-9f77-377beb671dd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A light yellow Shiba Inu wearing pink clothes, holding hot coffee, working on a laptop under the spotlight", + "public_commercial_use": false, + "recraft_id": "4f04a8f0-d513-485a-8599-ae9f58fda41a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:48:51.838995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc7671dc-a214-47ab-9e02-8d0b8d5995e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus gives gifts", + "public_commercial_use": false, + "recraft_id": "454b0a92-6ad7-43a3-b3e4-feef977f680a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:33:07.737286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee6d71e5-3048-4de0-8cdc-448cb46f3291", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a border collie is running in the snowy night there is \"DY\" written on the ground which is covered with snow", + "public_commercial_use": false, + "recraft_id": "6a6dc105-51a5-486d-9beb-1bda90fea8da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:31:23.841803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7745af8f-a057-4801-9ff1-f4920156d4c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "smiling man with blonde hair on white background", + "public_commercial_use": false, + "recraft_id": "fa97ee40-6950-4dd1-8bd0-7c5c0455029e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:41:45.007029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae589690-91a1-40c7-a91c-14875136eb41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty dog christmas cake birthday cat star ", + "public_commercial_use": false, + "recraft_id": "8e870422-3384-4d30-a3d7-9f2c54ddebdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:44:17.819784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38efda0f-22f9-470e-b047-667f1db32686", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow winter christmas star kitty cat ", + "public_commercial_use": false, + "recraft_id": "ae4661dc-48fb-42c1-88f1-607c7bed7b01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:05:12.052974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e158b9a-7a54-4311-984d-44f49f0f5bac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese Lihua mao cat with a belly is working on a laptop computer on the sofa", + "public_commercial_use": false, + "recraft_id": "18c0ae9e-dd81-43ed-af19-ccc58bfdda9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:59:09.078291Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "652c267c-4a20-472b-ac5a-a5a24913b5a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Labrador puppy is chasing a blue butterfly in the snow with light snow.Aurora, starry sky and distant forest are in the background.", + "public_commercial_use": false, + "recraft_id": "e33b97cc-dcfa-4c35-a4e2-68c30abee60b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:45:25.55478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10dc7837-a206-4008-ba52-52e475968029", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A green retro sofa.A loveseat.The curtains are white lace.White carpet with black spots.l an open suitcase are some clothes stacked, and two clothes are scattered beside them.The floor is a wooden floor without black gaps.There is a big Christmas tree in the left corner of the sofa, with colored lights and small lights.", + "public_commercial_use": false, + "recraft_id": "271b725f-a6c5-431e-8eb2-6c11ac6aba5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:53:20.735846Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f33e77f8-79a0-4074-aa54-c22a253222d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby light blue elephant with a birthday hat on the ice pack", + "public_commercial_use": false, + "recraft_id": "21d8d9c9-c513-41f5-8819-94c64091691e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:18:50.058087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14b5bbe2-d1e5-43e7-bc1f-62181d896c99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big quokka with xmas hat shares milk with a small cat", + "public_commercial_use": false, + "recraft_id": "76d92f28-adb8-4e6e-b251-044de541f51b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:29:40.164681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19845389-1beb-4ba3-97be-0376f524f47c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty plush toy is sitting in the snow.With a glowing Christmas tree behind it and the words \"caicai\" engraved on the snow.Colored lights are hung on the trees. ", + "public_commercial_use": false, + "recraft_id": "d973cee8-aea5-4d89-856b-b86f3f662dbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:16:41.105794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf85d202-550a-40ed-b08d-d0d6d7bae173", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty doll stood in the snow, wearing a black and white scarf, with a cigarette in its mouth, and wrote \"Jade Koo\" on the snow.", + "public_commercial_use": false, + "recraft_id": "ac4a4364-607b-4e89-af46-640f99f5499b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T08:27:33.019168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4cca631-f7f5-41f3-8b9b-909405e66bbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat cooking", + "public_commercial_use": false, + "recraft_id": "59381a15-f9d3-4a7c-891a-c409defdeb86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:43:33.11412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2364ab06-e125-4546-88b4-34ad0d98e28f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british shprthair cat seating in the snowing outdoor wearing christmas hat and red scarf looking at a cake on the snowfield", + "public_commercial_use": false, + "recraft_id": "bfc04e9b-9abd-445a-acc2-0d06c79ca68e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:48:08.654495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d86a9fb6-e746-4891-874a-f52cb0d67e9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute fat raccoon wearing cool sunglasses, DJing in front of a huge Christmas tree in his living room.", + "public_commercial_use": false, + "recraft_id": "7de8fc61-731c-4431-9e1a-2325bc44f48f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:05:22.052814Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f53a2b6-565e-407b-b54d-cf1e7b5aa230", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dachshund wearing a chef's hat is frying sausages", + "public_commercial_use": false, + "recraft_id": "90763673-6cce-4c62-8e9d-149f0ee2b4a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:41:17.27202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11935d40-6399-446c-9647-a7a19617c762", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog in a kimono is standing in front of the burned Kinkaku-ji Temple.", + "public_commercial_use": false, + "recraft_id": "fe9ccf8f-9077-4a03-82f9-c74cc8254eb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:44:58.472505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "128bb366-99ca-45b1-9ee2-f8c837200140", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute wennie bear working for DESCENTE under the Great Wall in a snow day", + "public_commercial_use": false, + "recraft_id": "ae8836d5-599a-464a-9db2-64f5a9ecfae1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:54:47.744464Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0339b25e-7031-4ed8-a89f-51925738d458", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A handsome short haired Chinese man wearing a black suit is facing away from the camera on a snowy beach. The overall picture is blue with flames and a white puppy next to it", + "public_commercial_use": false, + "recraft_id": "9dcb6521-a950-4914-bef2-a933979e8d1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:22:11.014395Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d8da80a3-475c-4256-8e19-b67335d02e8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lion, new year day", + "public_commercial_use": false, + "recraft_id": "64c5d25d-ca78-428f-ae8f-52a574ce3e26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:35:23.253171Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75870406-e867-47bc-b93c-f384513dbdd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden cat and a small poodle are running in the snow with the aurora in the background.", + "public_commercial_use": false, + "recraft_id": "4ccdeeb1-edd3-4904-a647-1fc0cf0c81d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:14:28.638374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "637a3ba6-7438-4f69-81a4-8ae14310edfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a gray kitten with sunglasses, driving a convertible, bold colors, on the snow, retro vibe", + "public_commercial_use": false, + "recraft_id": "7a099880-2e64-44b8-a0ff-95be37540a56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:02.21876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c388cbc-2c46-4647-9813-c70a74c07278", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute rabbit sits on the bed in a bedroom, engrossed in reading a book. Next to the bed, there's a lamp emitting soft yellow light and a steaming cup of coffee. The entire scene conveys a warm and cozy atmosphere.", + "public_commercial_use": false, + "recraft_id": "76cdba37-b4aa-4237-80a9-73d8cd764a4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:24:50.088822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96ce1191-8f7d-47ef-805e-a8ceba635218", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty humanoid doll teaches a group of children to draw in the studio with a rifle.", + "public_commercial_use": false, + "recraft_id": "e6d79ade-c95b-474f-a157-02ef72b1bd1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:12:35.628629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b9f915d-5e72-4d2e-9e54-b8477fd2a948", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cute British shorthair golden-shaded cat read book on sofa with drink", + "public_commercial_use": false, + "recraft_id": "930cef9b-6dd8-418e-ac88-3d9114c18382", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:34:37.939118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb899267-6b98-40ac-9a59-5bd0e1cadc4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A chubby red panda is surfing at sea.", + "public_commercial_use": false, + "recraft_id": "e161ea56-b1e0-4c18-84f1-5ec70e1b0cf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:44:39.011548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79215146-f301-45cf-a51e-731dcf6d7049", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever and a butterfly are playing in the garden", + "public_commercial_use": false, + "recraft_id": "117751e3-ea1c-4d58-bfac-17e4c7baf488", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:14:02.914754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9d9f181-3833-4fd4-926d-73735613df04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dainty and endearing pink Kirby, a beloved anime character, stands in the snow-covered expanse of the night, clutching a keen-edged kitchen knife.", + "public_commercial_use": false, + "recraft_id": "3ada7873-1690-429f-abb6-e677baea5d7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:05:23.926553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b3a6151-6673-449c-a914-4690bd8f159c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little orange cat wearing a Christmas hat is chasing butterflies on a snowy lawn, with small fish floating in the sky. There is a burning house next to it, with Christmas installations and a starry Christmas tree", + "public_commercial_use": false, + "recraft_id": "b4f72be9-6cc9-48a1-94af-7ecf81db341a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T23:07:31.242674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty with a black bow is getting whipped like crazy.", + "public_commercial_use": false, + "recraft_id": "0e28d876-1ec4-4f10-bb92-b9793694d94b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:32:26.682157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee3b0c19-d72c-433c-9aa3-225a71213e8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A house inspired by star fruit", + "public_commercial_use": false, + "recraft_id": "82265b48-5167-4a10-b5be-bc9422ec5234", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:09:53.94531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8db9d014-92aa-4a88-a684-f77c64459def", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is a cook", + "public_commercial_use": false, + "recraft_id": "3a53154d-bc60-4c39-9990-6cfea1468d73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:18:42.296806Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "ada6fb1e-a447-40e7-8326-13c77882ffe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora snow day outdoors thick snow orange dusk ", + "public_commercial_use": false, + "recraft_id": "8232f372-09be-4ac2-b6c0-a9134c087538", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:45:26.350641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7839943-902c-40fc-b220-43b1d15fd1fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "All I do is run back to you", + "public_commercial_use": false, + "recraft_id": "8b2b8489-4bc0-46a3-9092-d18e800e7edd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:25:02.722122Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2f194a1-e345-4ebb-9279-14bf20fbdd92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white Bichon bear and a brown teddydog play in the snow with fireworks in the sky behind them", + "public_commercial_use": false, + "recraft_id": "02bb73e0-40dc-4bc1-be53-a1b59a5230cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:09:51.354172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cebcd1c6-444a-44d7-b6a6-0994876750b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clue card with a THE NEW ALL-ELECTRIC MACAN solution to the puzzle", + "public_commercial_use": false, + "recraft_id": "107b9e58-599c-4062-9dbc-223ea00f27ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:40:25.124461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4bb785d-0576-46b1-992e-9169aba24004", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby penguin on vacation", + "public_commercial_use": false, + "recraft_id": "a6b6995b-17d3-4f87-b1c0-ccaed6ced17d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:49:39.492042Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "on the sparkling space, a black and white cat with apple on its head. with glitters, cakes", + "public_commercial_use": false, + "recraft_id": "210acad7-66c2-48d5-ac8f-a55942a3bf9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:57:27.148072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74f18a3e-6019-488f-bf2f-1480caab3247", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas bear with Sabrina(just small letters) by its side", + "public_commercial_use": false, + "recraft_id": "bbe7ba05-d35f-437d-aa8b-ca7c6e377cd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:00:54.845665Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9dede5ed-4f2b-44f2-b889-c5fe9bc87874", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute kitten wears a Christmas hat/ There are letters written in the snow that spell out \"Miki\".", + "public_commercial_use": false, + "recraft_id": "61c1b93c-b74e-411b-8d85-b65e72ec0ea7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T01:11:18.062194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c76b9c4-73c0-4ebf-89b6-36c50f84e499", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Shiba Inu with sunglasses soaks in a hot spring in the snow with red wine in his hand.", + "public_commercial_use": false, + "recraft_id": "628a5f61-2d0a-4422-9ff4-a161c1d3e25e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:08:29.378321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fd920d4-2f76-46ba-a512-728894962355", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white small Bichon,playing in the snow,wearing red Christmas hat", + "public_commercial_use": false, + "recraft_id": "2f2744e8-99d4-45a1-b19d-92bd608624d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:59:49.247439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2f7d355-94c7-4d8a-8b43-d30cfdc6f243", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with purple-eyed eyes, wearing a bow tie, sprawled in the snow with the words Lizeyan painted in cursive English", + "public_commercial_use": false, + "recraft_id": "d3293166-9fcd-4280-8e80-0d855b6a09a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:25:37.682357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42d008b6-0398-4426-b266-e87a0701ca57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2 cute hello kiity on the beach, snow, LH&FZR carved in the snow, with Christmas decorations.pinky sky", + "public_commercial_use": false, + "recraft_id": "3e66a59d-6fd9-4b1f-b7d0-eba23f4f5862", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:43:08.116147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a078547-3b0a-4f4c-b871-6fe73d46631c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man in a black robe and a black horse were standing by a quiet lake", + "public_commercial_use": false, + "recraft_id": "4352da46-8966-4302-bb79-e6e8b300768f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:35:41.847835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e92a86d-f802-420b-a61a-945d1de5ea7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mushrooms with legs are running on the highway, chasing after vehicles.", + "public_commercial_use": false, + "recraft_id": "203efe4d-4c43-49e3-a53f-20e5065ee5f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:28:12.371938Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d4eb268-0a77-475c-aea8-81d266421ed0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat, snow, tree", + "public_commercial_use": false, + "recraft_id": "49e69f35-2911-4379-8e64-f6123a5d2daf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:28:12.053568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db5a8409-a8a6-4a1d-9579-6be6ba587ff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cow cat is playing under the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "c22901ab-53e4-408f-9691-2dc13a46bf36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:10:36.155964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a39e221-5c28-480d-96df-494547532543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with chestnuts on its head", + "public_commercial_use": false, + "recraft_id": "a32d4560-5f3c-45ab-81dc-e487069ba17e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:27:10.880598Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21305cd4-a216-4099-a58a-cd3e68b28c4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty eating cherry with a butterfly.and have an fireworks behind there .", + "public_commercial_use": false, + "recraft_id": "3d5a47fb-22cd-46dd-aa3e-fd893d633ce3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:46:36.548815Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33228c35-af97-4737-9cb9-b44ab4af3e94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sea, sunset, Christmas tree", + "public_commercial_use": false, + "recraft_id": "03b182ec-c5ed-4c6a-9bed-80add83fb132", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:52:58.875482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dd84c0c-d39e-4fd4-8361-b6b14fafce5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is digging in the garden", + "public_commercial_use": false, + "recraft_id": "03b65ed3-5c69-4e92-aefe-029e28ac535b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:45:34.506211Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f7283e3-381e-421f-9bca-1edb78d1878e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue-and-white British Shorthair cat with amber eyes playing a silver Fender electric guitar in the snow.", + "public_commercial_use": false, + "recraft_id": "60f82d05-7b90-4aaa-978e-b1106599e861", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:22:25.416097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6baaf90-2322-4603-bd50-04b4ff69482b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Jinjira kitten with headphones and a puppy who has been wearing smiling clothes are roasting a fire in front of the fireplace. Outside the window are snowy mountains and forests.", + "public_commercial_use": false, + "recraft_id": "04029371-b77b-43f6-b07e-9b6d00aea0d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:29:55.80907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "059330bf-6575-40b0-bf1e-3370067c8747", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cream french bullsog of 8months old playing with a yellow tennis ball on the snow with grassland in the background", + "public_commercial_use": false, + "recraft_id": "cdf4840b-a6db-44bf-aec7-d6f17a69f705", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:19:46.954242Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c1ff505-f63a-490a-953b-ab08bce78ca6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A unicorn running through the snow, with its horn emitting auroras that spread across the sky, turning the sky into a rainbow of colors.", + "public_commercial_use": false, + "recraft_id": "8e15917a-94b3-4360-8a9e-116dfcee3c7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:24:22.617284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d118b4c3-231c-4c96-9816-54dfeeb835e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kitten with white wings, cake, birthday hat, party, wings, blue background ", + "public_commercial_use": false, + "recraft_id": "c9a94b6e-4da1-42d8-aee6-3be8be5a0a14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T04:06:06.254294Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62aeffdb-cda8-405e-9044-25978f32d9df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters chen xilinprinted on the snow", + "public_commercial_use": false, + "recraft_id": "d0e1278b-3569-4872-8dec-39cf9f8cd8a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:22:54.494775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f64e8ed-5707-4ac3-afe7-10f28897e62b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white puppy holding a butterfly's wings", + "public_commercial_use": false, + "recraft_id": "d8868ba3-6ad0-44f0-8eb7-825e49fbf4da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:53:07.261184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "082a8a4b-9edb-4e66-8951-df17b56e1d40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed and border herdsmen eat cake on the beach for their birthday.", + "public_commercial_use": false, + "recraft_id": "6e7fcdd4-d675-4e82-943e-7726db7a41e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T06:33:51.354591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "728be4d4-257e-412e-bd63-969f7813205a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll, dressed in a white kimono, playing a Japanese koto in a traditional Japanese room with a dreamy style.", + "public_commercial_use": false, + "recraft_id": "3d54a289-a4d2-4324-84e7-ed76c80905d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:30:35.578462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2d5dec6-7af3-4a83-8997-e8416a2a2535", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little all-white kitty with butterfly wings in a princess room", + "public_commercial_use": false, + "recraft_id": "bb4d7a0d-1166-4341-a25f-baf4bc8a5e63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:33:22.123313Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "3eb41c2a-18e8-40fa-8a43-a03b37a00050", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cats with Santa hat and Christmas tree as the sun goes down in snowy day ", + "public_commercial_use": false, + "recraft_id": "7f7150e9-147d-4430-ae85-9ee15d62db79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:04:50.584751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68c6fc69-d6f4-4f52-b8b4-b83de823d435", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat with glasses and a golden retriever are playing in the snow with a smile", + "public_commercial_use": false, + "recraft_id": "2ce47b53-453a-4332-be06-8221c0cd15e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:58:18.502995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "236d376d-a266-4472-a76d-b47b68140371", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute club", + "public_commercial_use": false, + "recraft_id": "30e3ed28-2902-424e-a8a3-f997cd347b9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:05:47.894153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "317bf99b-6df6-495e-9f25-f8302b233c44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cake with christmas tree farm on it", + "public_commercial_use": false, + "recraft_id": "dca7e04f-9391-4386-b47d-55689b2bbdee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:57:49.231486Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05556c75-3fc7-42b8-97d3-6badc3ba046d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is eating oranges", + "public_commercial_use": false, + "recraft_id": "c9fb6c42-8949-4351-a9bf-d0addf7818ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:51:36.955022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f01c023-3fd0-4989-828b-71418210b13c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little cat seating in front of a christmas tree, wearing a christmas hat and a red scarf, with its head towards up to see the star on the tree, and its eyes closed", + "public_commercial_use": false, + "recraft_id": "0aa19a1c-53b5-4813-a9b0-d1c10082edac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:29:27.366671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8559b718-1766-4e8d-83be-e703f8e8ea50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely blue-eyed puppet cat is in the snow, the sky is aurora, there is snow in the air, and there is a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "c2bb1f16-c033-4546-bdce-179fb95f9e24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:58:29.260951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecf13979-2cf8-401d-8313-6e65d334d645", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is in a white room by itself, and there is also a basketball. Chenle is printed on the wall.", + "public_commercial_use": false, + "recraft_id": "9fb6382a-3346-4757-9dfe-e8b8256c42d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:34:55.523887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5002c46-a785-4349-839c-897d3e2d4845", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A husky and a ragdoll cat are drinking beer in the snow", + "public_commercial_use": false, + "recraft_id": "77ac9502-001d-495d-8c9c-7f62cb63449a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:47:36.841275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3abc125f-35a9-4f4e-b7fc-19becccda839", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Duck with Sunglasses Lying on the Sofa Watching a Movie", + "public_commercial_use": false, + "recraft_id": "0cf395b9-a4a8-43cc-9fc6-ec660ebcf0b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:01:41.355097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1b0203b-4743-47ca-902e-8a46a8f1dbd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of Hello Kitty surrounded the burning Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "9b3fcf90-cfbc-4f24-8b9f-984047169a8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:06:01.741949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11c089de-c40c-4390-9261-5fa107388e76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is baking cup cakes next to the oven", + "public_commercial_use": false, + "recraft_id": "388f6ed9-0e18-44e9-9086-4b1fa3bf1cbb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:28:02.182604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c5f2734-be51-4347-96a4-0fd1f6cb7c0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of kittens and puppies gathered together on a pink carpet to watch TV, snow, night", + "public_commercial_use": false, + "recraft_id": "7a3aa116-145e-4cbc-81f5-614c9dd6ac4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:14:08.587337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "797befdf-7793-46eb-94b9-3ba1190a9ced", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a person wearing a large spicy chilli head costume stands on a grassy field under purple sunset sky. There are some burning butterflies and stars flying in the sky. The person is also holding a chopsticks and eating noodles. There is snowing.", + "public_commercial_use": false, + "recraft_id": "dd2ac443-d36d-4d5b-973c-cc4e7ce84d45", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:56:08.374033Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2cbc6a78-d270-4c7f-90f3-825f633cb667", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired ragdoll cat wearing a pink bow is playing in the white snow", + "public_commercial_use": false, + "recraft_id": "3bc1d380-3cc8-4357-9a21-75df08cfce42", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:27:20.316559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1be5368b-1bc5-4e15-b7cd-ca87fd126ed2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Malzis puppy running in the snow with glowing wings", + "public_commercial_use": false, + "recraft_id": "37643434-e556-46eb-af77-6ecc7e72c5b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:27:18.52034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a1b4724-a27a-4f62-9835-75bfcc85fda2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute black cat and a white West Highland meet in a snowy field. They are very friendly, like lovers. There are colorful bubbles floating in the air. The background is a cabin by the sea. Next to the cabin, there is a Christmas tree with stars hanging on the top of the colored ball.", + "public_commercial_use": false, + "recraft_id": "0be89b60-e8be-489c-8ff7-a922b8c3c24e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:21:25.187363Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6253bd31-e1a1-4e25-9897-c2c89d751148", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat playing under a christmas tree, it is snowing heavily out of the window", + "public_commercial_use": false, + "recraft_id": "cbf8be22-ff16-42f0-91af-93a04e29c86e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:04:38.834434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5ce9022-a332-4daa-9aa7-e23e6c955846", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A cute little puppy, brown, and white is singing with a microphone in his hand", + "public_commercial_use": false, + "recraft_id": "bf20d2a0-8f2d-4c53-a6e2-da6f3eedc422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:56:51.256964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e7fc55f-79f6-41ff-86aa-c49aca14c181", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty and a whiye do on the yacht wat the sea", + "public_commercial_use": false, + "recraft_id": "6384bd3a-9d22-4559-a1d8-674d0547471f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:19:16.652648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "911c1efd-4c3d-46eb-b87a-3da70cdb6280", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome Chinese young man in a kimono meditating in a serene Japanese Zen temple, seated peacefully before a solemn Buddha statue.", + "public_commercial_use": false, + "recraft_id": "8512de55-5133-4fbe-8581-e30da0f0102a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T16:10:05.309796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17e3fc30-d978-4f93-9eb9-5459a0693a5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A cute little kitty and a puppy with a Christmas tree and a disco ball", + "public_commercial_use": false, + "recraft_id": "6e2f5205-5d3c-4fce-a124-7e94e62d9860", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:44:12.556114Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ffc10690-e61c-47df-ab57-3967a19812f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund is chasing butterflies on a dreamy grassland, with a lighter yellow color on its face", + "public_commercial_use": false, + "recraft_id": "dcf5ae0f-3d7d-4191-8580-11a5c11c7a46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:06:48.068353Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "361f494f-9628-4ac3-8874-e05bf401a72a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is playing basketball", + "public_commercial_use": false, + "recraft_id": "6e1da99b-3d5d-4ea4-b836-8215ba0b9d45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:52:48.618257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc9366eb-fec6-4e12-a9d4-26d0e9a63709", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A grey and white devon cat playing with a ball of yarn on a chrismas vibe carpet. There is also a chrismas tree", + "public_commercial_use": false, + "recraft_id": "8767663d-9016-4840-be1c-57e8aa23875c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:41:09.745982Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8f47f807-a38b-4c3d-9eda-fcbc92048c04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of tiny fairies flying in a swirl of sparkles, gathering leaves and flowers to create a magical wreath in a forest glade", + "public_commercial_use": false, + "recraft_id": "cf065b23-a915-41b2-8906-52a9a410cbcf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:39:24.838379Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eaea4009-7cf4-427f-b20f-cb8095d9086d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty and a cuckold white dog sit on the beach watching fireworks with pizza and red wine, the sea in the distance, a pink sunset and bubbles and glitter in the air", + "public_commercial_use": false, + "recraft_id": "d9d054d4-6626-41c3-8578-5c3f9e5897f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:26:53.577271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "483a8149-1c15-4908-92ad-f8a5aa73e69f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "man brunette with beard on white background", + "public_commercial_use": false, + "recraft_id": "303e8fc7-cef2-4179-a4ed-00e4fc389fd0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:41:14.643341Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "335bd466-947c-402c-b414-b51161a02292", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Adorable Hello Kitty figurine is working in front of the desktop and eating chocolate, and on the desk there is a business card named Chrissy", + "public_commercial_use": false, + "recraft_id": "45514e62-2746-4d83-a288-2489dc30b4cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:12:55.177024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1167632-59ac-4aa2-a77f-4abef85e3bb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hellokitty cat with a small cake and a Santa hat on a snowy Christmas day", + "public_commercial_use": false, + "recraft_id": "ba753cb8-d3cb-4919-8909-00194d019023", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:40:56.556705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f635f268-026f-40c6-9b9b-abbbe59c36e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats fighting with magic, Harry Potter", + "public_commercial_use": false, + "recraft_id": "50050b06-3e9a-4140-a0b3-220ce8800ff6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:29:47.061713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92647fef-ad4c-4997-bced-0f7d13ac7232", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog and cake on the snow with Happy Birthday Feifei wriiten on it", + "public_commercial_use": false, + "recraft_id": "45e9dd37-311d-4512-b794-a6759d1454df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:36:53.13466Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "9b164ff7-d1d0-4108-b670-fc34b4a52fb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty in the snow, and the words \"LXH & GZH\" are written on the snow. The background is green aurora and a Christmas cottage.", + "public_commercial_use": false, + "recraft_id": "f50fab8a-76b9-4d00-add1-15b90d5979d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:12:53.322152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a71a653-be26-4d4b-9aaf-b3721ae72d5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little Pomeranian sat in the snow, with the aurora and the fireworks, looking dreamy and lonely", + "public_commercial_use": false, + "recraft_id": "81e0743c-c2a5-4e4f-82bc-449225d09b5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T11:53:03.792339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce0cc1b0-8b7a-4f50-84c1-afb677883f76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely hello kitty sits next to the exquisitely decorated Christmas tree. There are warm lights in the house and the two letters \"SY\" in the background.", + "public_commercial_use": false, + "recraft_id": "6c103a36-6079-401a-b42f-2e8c6426fc65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:10:55.891714Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty stands under the aurora, with the words' vikiy 'written on the snow behind it", + "public_commercial_use": false, + "recraft_id": "fc3049de-5b11-4338-ab6e-92175f1c5107", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:08:51.975057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1a17ee7-1f1e-49fe-adc7-5a435d3713b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome Chinese young man dressed in a kimono, standing gracefully in the snowy landscape with a beautifully decorated Christmas tree glowing softly behind him, blending tradition and festivity in a serene winter scene.", + "public_commercial_use": false, + "recraft_id": "b04a6e28-6d68-40b1-b530-9eb551666daf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:29:03.846714Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0864ccd-e368-42e7-a0d5-168723b5351a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty laughing and eating a cake , dressed in yellow in the snow, looks at the sea with headphones", + "public_commercial_use": false, + "recraft_id": "c86562f7-7b13-4ebe-92c8-d19d9ef7fb16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:13:59.41369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69eeec7f-8210-423d-9e62-01be4f48d417", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A leather Christmas tree", + "public_commercial_use": false, + "recraft_id": "7ee50f80-5734-4e60-9aab-b18758aca125", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:34:37.82458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a60f850c-0486-4b63-931b-5fa8ca41bff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Boston Ivy logo", + "public_commercial_use": false, + "recraft_id": "617fbde5-778a-46e2-a354-302da4119069", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:30:41.848586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0340b50f-cad4-443d-98a0-6791f7417ee1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow kitten with black-rimmed glasses was reading on the beach, with the blue sea in the distance", + "public_commercial_use": false, + "recraft_id": "06399cc9-c194-4ba1-9897-565412ff7a8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:33:02.99322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9898736-382a-4b45-8eb0-0e1c6c2cd978", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brand logo for the brand name St. Maria. Demography is people who like luxury and are willing to pay.", + "public_commercial_use": false, + "recraft_id": "99eb4553-c95a-4cd3-a632-2050dd461b74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:23:32.354376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lucky rabbit under the stars", + "public_commercial_use": false, + "recraft_id": "74abfada-ab8c-451b-abcf-7f5f879f2974", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:27:03.325078Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22991d40-842d-4720-8e4a-a06a0bdba60e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Kuromi is on the beach, the sand has \"WYP love SY\" written in the sand, the word \"love\" is a love heart, the waves are lapping the beach, there are fireworks on the opposite bank", + "public_commercial_use": false, + "recraft_id": "94fa6ef7-44c0-459b-9746-2b9f6ad606bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T08:14:57.641263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52bf61cf-7c0d-4b4d-859a-0be1c91d27e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a snowy sky with aurora borealis, there is a Christmas tree next to it, there are two dachshunds and a cat, fireworks are set off in the sky, and yukio is written on the ground", + "public_commercial_use": false, + "recraft_id": "bdfac8b9-0cd7-4517-b21d-77fc063a0dc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:38:16.036292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d4f4c58-8b67-477a-9e38-87bf3f465a4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cream-colored golden retriever with a red bib and Santa hat around its neck sits next to a Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "bd29d5a6-e28d-44d5-b9cc-1204072171c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:23:44.452625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11fa1016-046a-409d-8673-a47338d6f81f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cow cat on the sparkling lake with pixies, and a white cloud lands on the lake.(no human)", + "public_commercial_use": false, + "recraft_id": "28495247-1a44-407e-842a-7026afc88116", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:16:57.20746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c43675ab-d970-41a8-9f1f-cd49d0868b43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A few kittens playing in the snow.", + "public_commercial_use": false, + "recraft_id": "e05e980d-2535-46c8-ac67-2ae3acca8809", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:22:34.484814Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b67cefdc-95c3-4574-a98d-193ed1d142ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute red panda outdoors, holding a camera and capturing the perfect shot.", + "public_commercial_use": false, + "recraft_id": "cc44abea-4596-4cdc-83bf-6a9bb57fb716", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:31:00.962133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63472c09-2973-4ea9-9f38-cd960973b565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are five ocean balls loosely distributed on the solid color ground with a red traffic cone, the picture is completely overlooked", + "public_commercial_use": false, + "recraft_id": "39605c92-f0e7-49e6-bac9-9eb230dda1f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:22:00.64405Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "51647a78-cd67-44d5-a6b5-0f7ad4000afe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are fireworks and snow in the purple sky of the forest.", + "public_commercial_use": false, + "recraft_id": "75e1fb10-f52e-47cc-9c05-d59290b74e2b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:59:20.893601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44e7d041-af33-48be-80eb-bc34391eaacb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a clover sitting close to the computer, hard-workingn, and the computer is burning. The clover is on the right and the computer is on the left. Attention, the clocer is watching the screen, closely. And the computer is on fire!!!!!", + "public_commercial_use": false, + "recraft_id": "f4e2f261-d690-4a01-831d-c111eed9a38d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:58:20.189944Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "155e7dc7-88ac-40ac-9607-3f31c39ba946", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute cat with wings flying from the moon to another cat's house", + "public_commercial_use": false, + "recraft_id": "9b1768c2-b806-4760-83cd-0ead65f7686c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T07:06:18.99469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54d3995f-77cf-4089-85b4-45096605d641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog wearing a Christmas hat is watching fireworks by the seaside. \"HBD\" is written on the beach.", + "public_commercial_use": false, + "recraft_id": "f84df14f-49a9-45b2-a508-bdb2d7ccbc36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:13:22.157774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5eab5ba5-47be-4327-b67a-78c6e7f67944", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat in a bubble floats in the air with a pair of bat wings", + "public_commercial_use": false, + "recraft_id": "2feea483-9405-45b6-a005-b3eeda1dc491", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:14:42.617462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat in a bubble floats in the blue sky with a pair of bat wings", + "public_commercial_use": false, + "recraft_id": "4a7f945c-b233-446b-9c79-a3fc01264434", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:41:05.804722Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d9f0eec-e290-4f31-b76e-0a0578a00793", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A light yellow Shiba Inu holding hot coffee is working on a laptop in Disneyland", + "public_commercial_use": false, + "recraft_id": "bd822bcd-6762-4f36-9f1a-aacb015dca56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T05:42:25.525716Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee848a69-9503-4cfe-b163-d8b570d22ad2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas trees, phalaenopsis, stars", + "public_commercial_use": false, + "recraft_id": "f615784e-7d34-41d2-8fed-4651be0be219", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:25:59.562047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca68d927-3997-4992-b692-d7ddef4e96d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are cat paw prints on the snow, and Yan is written on the snow", + "public_commercial_use": false, + "recraft_id": "4d8b8e67-ccaf-4c6b-9714-ce866d5ff3e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:10:26.689793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c28c5e4-4998-4737-a410-8154cd5bcb5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big potato and a small potato at australia,and the have cute eyes and mouth , and the big one has queen crown and the small one has king creown ", + "public_commercial_use": false, + "recraft_id": "de8aa907-d24b-48fb-8a2a-2657aef85a16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:30:04.001035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6fff986-80c5-4bef-97c0-944d9aca40e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A happy brown cavapoo puppy sit surrounded by a mountain od alcohol bottles with flowers in all bottles.", + "public_commercial_use": false, + "recraft_id": "41c0c19d-bbd7-40ae-8c49-61509bbb2439", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:59:32.768571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68ba7401-d964-4efd-8d38-6a0c0c071bdd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a letter with an envelope in a New Year's atmosphere, bright lights and snowflakes around", + "public_commercial_use": false, + "recraft_id": "efb6ab41-7a8e-4fdd-84c8-d91eb92ceb8b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:59:24.507928Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87563678-b281-4b93-aab7-877bf81c03a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An old man smoking white hair long beard no left eye tears on check wearing green shirt.", + "public_commercial_use": false, + "recraft_id": "2d2a9243-c820-464d-82c4-ea8ae196b9c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:58:18.05499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95c5c9ac-7c0e-46a9-b32d-a5925c526aec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden dog and a beige bunny play on the beach at night against the stars and the moon in the background", + "public_commercial_use": false, + "recraft_id": "239d24d8-c6ca-4251-80a9-3c2fb2302885", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:27:16.970819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "edbb1b4c-5a89-465b-8334-c87fa2f5fcff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed reading the Oxford dictionary with a computer and coffee on the table", + "public_commercial_use": false, + "recraft_id": "04aabc1a-e0a8-43fd-aa38-9cf7b649c9cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:36:36.61527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5860759-5ff9-4184-95fd-9d6e94060624", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A light yellow Shiba Inu wearing pink clothes, holding hot coffee, working on a laptop under the rainbow", + "public_commercial_use": false, + "recraft_id": "64340a9d-6700-4916-9bbd-aacd52f11ad1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:12:56.035523Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e8c7eaaa-704e-4908-8f28-37ce92563b65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cream-colored long-haired dachshund is lifting a barbell in the garden.", + "public_commercial_use": false, + "recraft_id": "ab350a00-7b95-4cee-a3af-93a50cb366d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:15:38.40579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6be3df62-6eca-4fe5-8e82-679576c5b32b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty writes \"LT\" in the snowfield, with fireworks and Christmas trees in the background.", + "public_commercial_use": false, + "recraft_id": "0a07b3c0-0b3a-42c6-a0ce-968f1a741709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:05:00.69038Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "33fad94e-05a8-4b26-9e9a-04892bd95023", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cream-colored long-haired dachshund is painting in the garden.", + "public_commercial_use": false, + "recraft_id": "73521838-c68d-4842-8856-bdb622c6bc1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:05:58.012287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68232833-e532-49a0-add6-2c1d4b067ae9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A lovely sheep with wings went forward", + "public_commercial_use": false, + "recraft_id": "098d6ec1-b365-4b77-9355-0687b40040cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:48:04.58643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a78edb27-ce64-4772-90aa-96d142593c00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a forest filled with tall, straight pine trees, there is snow on the ground along with pinecones. There is a bonfire and a sound system, as well as a glowing carousel like the ones found in amusement parks. A large white rabbit and a small raccoon, both wearing Christmas-themed red hats, are dancing hand in hand.", + "public_commercial_use": false, + "recraft_id": "fd78741d-5fbd-4867-9adc-74479a075420", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T15:33:39.821465Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cf5722e9-4644-4414-a63c-1e5e2779d841", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty hold a christmas trss and a gift", + "public_commercial_use": false, + "recraft_id": "b901b5d0-7b76-45e7-b850-a0ab4a0bbec8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:17:31.582794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57a0cedc-7fff-4b35-84af-577cd7ac66b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Golden Retriever puppy is cooking in the forest.", + "public_commercial_use": false, + "recraft_id": "b96d470c-bca5-4529-adfd-7bb683c6772d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:07:56.691969Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3adb8c57-32f4-46b0-babd-5e2f8c33b869", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little raccoon, wearing a pair of black-framed glasses and a neat civil servant uniform, is sitting at a desk, diligently handling documents, looking both professional and adorable.", + "public_commercial_use": false, + "recraft_id": "1042f3c2-1b11-476e-8065-4457fe0c067a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:43:59.649067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute English sheep dog which the fur on ears and body are grey, the feets and paws are white, the dog holding an AK47 in a snowing day. Look chill and relax. A cottage with smoke behind it", + "public_commercial_use": false, + "recraft_id": "8e1ebced-d618-4025-8f3d-2950211d9ef5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:24:57.465166Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2177b319-e2d2-44f9-b7dd-2726451acdc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute chocolate-colored long-haired dashd is skiing in the ski resort with the aurora and wooden house in the background.", + "public_commercial_use": false, + "recraft_id": "8ae10348-439c-493d-91d3-afc2c772dece", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:52:34.266715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b47b4976-f8fd-461c-934e-d1da0ea0fc52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cool white cute rabbit wear a fashion white rimmed sunglass and pink bow tie was coding in a green sofa ", + "public_commercial_use": false, + "recraft_id": "75322450-7e72-4e6a-8e45-f0b9d9c54df8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:16:06.037589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b772d393-4b81-4b75-a23e-43cf6b552c7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty doll is sitting besides a Christmas tree. letters wzs printed on the snow", + "public_commercial_use": false, + "recraft_id": "1817492c-0775-47aa-90ec-657503c351fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:47:45.219051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54a5394f-475f-4f6e-b445-d9f0878ef123", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree adorned with gifts, a snowman wearing a scarf, a kitten holding a guitar, a puppy wearing a Christmas hat, and a panda wearing headphones", + "public_commercial_use": false, + "recraft_id": "60ff9daf-8a06-4bdc-b691-a2dd49ffd8b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:54:28.349798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca51c5e7-bfa4-4367-b49a-b0026d9057d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "abandon forest", + "public_commercial_use": false, + "recraft_id": "ab2edbd1-6dce-48f1-b0e4-31daaf29fa8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:21:04.917436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "032819ab-10e4-4b42-8493-318774b6b08f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A long-haired cat with white chin to neck hair, white PAWS and black body hair. It was wearing a necklace of white pearls against a snowy backdrop of large pine trees.", + "public_commercial_use": false, + "recraft_id": "3c4d69be-0312-462d-897d-d417930b38cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:25:23.6644Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51f188ba-319b-473d-bb2d-4450589cd5e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute kitty wearing a Christmas hat is posing for the camera, with a Christmas tree, butterflies, and bubbles in the background.", + "public_commercial_use": false, + "recraft_id": "c3233e20-5dae-42af-8dc8-f79357fadf5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:25:44.76256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25e3bbb9-c3cd-4cfb-9deb-0a2267496098", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten preparing for Christmas in the snow", + "public_commercial_use": false, + "recraft_id": "9706ff12-2bd3-4800-8fd3-7e88825f80bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:12:42.499546Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3acdaa49-a24a-4025-bb91-784607016a8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a black french bulldog is sitting in the red car in london", + "public_commercial_use": false, + "recraft_id": "88e5c4ad-4780-4047-958a-818224e5daff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T07:16:34.783084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f73f217e-aaf4-4930-b694-193671534d9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dog with straight yellow hair in Zhuhai city", + "public_commercial_use": false, + "recraft_id": "18c6a15f-a441-4096-871d-d05823b33c77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:30:13.70265Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "947837c7-7953-4a07-8568-77618eea880d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "yellow wall", + "public_commercial_use": false, + "recraft_id": "bb9f43b8-e76e-4a97-92bb-fb938b61d5a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:27:16.353177Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "d4941ecf-fee7-4721-965d-841aac778837", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A front shot of the upper body of a Chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy atmosphere.", + "public_commercial_use": false, + "recraft_id": "888b50f6-d425-4c15-9cdd-6f4c029c9288", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:11:58.515378Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a447543-ffee-4155-b6c2-08b59e1a5201", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Meteors hit the ground in large numbers", + "public_commercial_use": false, + "recraft_id": "65bbcdd4-8a2b-44b9-9255-7bba23ded149", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:48:19.727069Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "bfd09bd2-70fe-419b-aacb-5c36311c204e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund is chasing butterflies on a dreamy meadow, with less yellow on its face and bubbles adorning the entire sky", + "public_commercial_use": false, + "recraft_id": "3f658a48-4921-47d2-b7f4-667715fcd08f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:47:54.164324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c82e7a49-f349-4191-aa55-8ce6256de164", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters i love xiin printed on the snow", + "public_commercial_use": false, + "recraft_id": "c3c89ff1-6072-4f1c-ba63-1d48659bc06f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:44:03.549285Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96a11ad1-2208-40b2-87f7-b1587069b023", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A grey-pink butterfly perched on half of bubble on the cloud, with the infinite and brilliant Milky Way behind it", + "public_commercial_use": false, + "recraft_id": "b51440f4-42e5-4f34-aa2f-4355a63af3dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:02:33.338428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c8c8bfd-9053-4914-ade2-961900dfba7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black snake surrounded by butterflies", + "public_commercial_use": false, + "recraft_id": "709b5b80-ef09-4e4a-8409-120948bfbcc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:07:35.765632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ba65a3b-bd54-4322-862d-8b216a962721", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A corgi sits and stands in the sunset next to the words lvy", + "public_commercial_use": false, + "recraft_id": "8de5b871-cb6e-4e93-82ed-a8e190ca3224", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:26:16.748199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b974d8b-951f-4862-b477-9a30db3a6ab1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a brush cut man dressed kimono watch Kinkaku-ji fire ", + "public_commercial_use": false, + "recraft_id": "92b1aa3f-1b94-4db3-a219-1a628517b3d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:36:27.502152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ed11a27-fb84-436a-8465-24ddf6f8a902", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A chubby red panda is surfing on the sea, and there are fireworks and stars in the sky.", + "public_commercial_use": false, + "recraft_id": "20aa27b5-e4ae-4a72-ba9f-6d7204441d0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:44:33.183863Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c97f4864-65ae-419a-9505-e900a04486f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hillside, big green lawn, double cake shaped pink house, bubbles", + "public_commercial_use": false, + "recraft_id": "63080ffc-38e4-47ba-99e3-926e1f7f965f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:27:01.160894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecf5f870-ba7e-4aec-862d-c2e3b9aac67f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute shiba Inu watch cherry blossoms under Mt. Fuji at night", + "public_commercial_use": false, + "recraft_id": "06689f3c-4a4c-485d-b4c9-66588ffbadf4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:32:52.590092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f88d40b-ec6e-484f-8e03-6045d993a68e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beautiful picture of cats and butterflies living in harmony", + "public_commercial_use": false, + "recraft_id": "68b24b47-a4bd-4f36-be08-64021cbe6858", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:15:40.488652Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cb7e3db0-e39e-4374-ba4b-e074210a66a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome young monk in the front with the lake Kinkaku Temple on fire in the background", + "public_commercial_use": false, + "recraft_id": "535f3892-4ffe-49f2-81a4-2e948270a2eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:29:30.868853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98a683c9-2e38-4d1a-b3f0-f97779aeacdd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"YUNI\" in the house a cat and dog eating Christmas meal", + "public_commercial_use": false, + "recraft_id": "13869021-5f48-44b8-b4cd-f1a6472e019b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:05:23.806557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ccd70e2-b85e-4ac1-81b2-e08a7b11a094", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a vast view of snow. There is the sea in the distance. There is a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. There are traces of \"WYC513\" and traces of cat claws in the snow. The melancholy blue night scene has a dreamy effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "21d38863-9740-4719-8aa5-f600e7009e46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:39:21.257091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d83102a6-6e82-4578-8fb7-31f25ee26718", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a \"hello kitty doll\" sits in a chair in the office, holding a cup of coffee. there is a laptop on the desk, on huge fire.", + "public_commercial_use": false, + "recraft_id": "394c1f0d-da8c-413a-9259-738e807cd2d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:51:51.720466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba7f1236-b18e-41be-9155-3f24deef1de8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little sheep was standing on a large field of grass with an angel halo on its head", + "public_commercial_use": false, + "recraft_id": "61098d14-4ac7-4e40-b681-cca43213e02d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:16:45.808796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c98a2853-b9cf-467d-b06e-9345b2769511", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is playing in the garden", + "public_commercial_use": false, + "recraft_id": "b1bdff5e-76fc-4e5d-bc3a-d2570b03c418", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:29:44.549974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01f00c37-1791-4ceb-80d9-6e4e9ccc8c64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The rabbit and the fox are playing hide-and-seek in the forest, among glowing mushrooms, moss, and luminescent leaves.", + "public_commercial_use": false, + "recraft_id": "ca4d1595-0654-481c-9f30-de948c276816", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:44:37.890188Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54e094bf-3374-464d-9732-28a17c7b6949", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A huge pearl put on a crown and was choosing a wedding dress.", + "public_commercial_use": false, + "recraft_id": "a58ed8c3-0c34-4332-b348-83f878a7180d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:15:43.355894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "010530d2-42b4-4036-911c-7127e12df916", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Maltese puppy wearing a Christmas hat is facing the camera, with a Christmas tree, butterflies, and bubbles in the background.", + "public_commercial_use": false, + "recraft_id": "ef76a1ed-f4b9-4550-99af-8e4d1a9471b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:18:04.543957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a2be32e-d980-4668-a07b-12c0fcc824f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree, snow by the sea", + "public_commercial_use": false, + "recraft_id": "9a6622ec-035f-4fa3-824b-994641412c10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:37:26.725869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eec29f14-3b2f-42d1-960f-702042a22a32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little dog jumping around in a small forest, with an adorable child wearing a short-sleeved shirt nearby. Sunlight filters through the gaps in the leaves.", + "public_commercial_use": false, + "recraft_id": "c85cca89-8ecb-49e6-b43f-0071c687c667", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T08:33:18.964608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1225b9c3-45c7-4958-b06f-9eeff83d6ec7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat carrying butterfly wings is building a snowman in the snowy Arctic. There are many bright stars on the ground", + "public_commercial_use": false, + "recraft_id": "36fe808f-fb4d-4740-ad3b-4678a4772df0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:07:31.675156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "402d47d7-b857-49ae-ac1b-2a80f8b3ebc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray poodle with sunglasses was driving", + "public_commercial_use": false, + "recraft_id": "2e01b3fe-93ec-4b0b-89e9-245a97b827fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:17:14.831326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "644c2111-9e93-4e00-afa5-19adba158b95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A close-up shot of a butterfly fluttering in the flowers, with blood flowing everywhere", + "public_commercial_use": false, + "recraft_id": "fd22cf23-4926-429a-9e45-88d2ec587b4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:06:13.957729Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "8d7622b1-d553-48a7-8492-6ecbd015c35d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cream-colored long-haired dachshund uses magic in the garden.", + "public_commercial_use": false, + "recraft_id": "073d2f54-5e49-44c3-bc58-f595b522843e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:50:56.953213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "010937f8-3309-4358-a7d5-0084527f8022", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed puppy wearing a scarf and a red balloon tied to it, sitting on the snow and smiling", + "public_commercial_use": false, + "recraft_id": "85b4e373-f356-4dba-b94e-d46a2c87fc2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:42:13.359002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88aa2536-8211-4ac8-a8d2-297fe2894bae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black eared white rabbit celebrating Christmas", + "public_commercial_use": false, + "recraft_id": "6ad29073-f7c4-4098-b21c-c95cd6c3e0e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:25:54.934756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "454fd1b7-a9d6-4e89-8914-e7e1e6b348cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog play in snow", + "public_commercial_use": false, + "recraft_id": "f8d5029a-295e-415a-878f-212019625e4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T17:10:14.724193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b83137a1-c292-4952-aeac-ae71dd2c5753", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A group of goldfish are swimming in the fish tank, flying as if they had grown wings.", + "public_commercial_use": false, + "recraft_id": "3cd96c15-86ba-4a4a-b2f7-88537510e103", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:11:33.338349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da4cd79b-abe3-44bd-a71f-a74023d97954", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border Collie with a Christmas hat lying in the snow. it writes XDM on the snow", + "public_commercial_use": false, + "recraft_id": "e564fefa-757e-4a99-81a7-d19c986ac1cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:21:00.909259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdef4c13-3c8a-4d95-b7a9-b38d522bf393", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A light yellow Shiba Inu wearing a work badge, holding hot coffee, working on a laptop under the rainbow", + "public_commercial_use": false, + "recraft_id": "c57b4119-05cb-400e-b766-46f84ff3dc69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:00:28.987204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77d37e56-c113-41b5-a760-b43fab46e515", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden retriever puppy is putting clothes into the washing machine", + "public_commercial_use": false, + "recraft_id": "3a3569a9-d5f2-4f34-98d9-ba2ce14af927", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:39:16.359785Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a828605-3937-488e-b8c3-dc12c0794b2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little penguin wearing a white coat is crying in front of the computer", + "public_commercial_use": false, + "recraft_id": "ae3eb10a-b999-4b4f-b9ea-b8c27f1ba7c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:41:21.953565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68962f61-4abb-4c9e-b460-5b355a6680a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters TAO printed on the snow ", + "public_commercial_use": false, + "recraft_id": "3178a4e1-e3b6-45ad-a18c-7e1753ddb0eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T08:19:05.455575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "143776c5-b21d-4c05-9181-44e1633166cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Seaside, pink sunset, a Christmas tree, a West Highlands, a kitten, writing yukio on the beach", + "public_commercial_use": false, + "recraft_id": "66e6f660-e071-4bae-b2e5-1e5442f0f644", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T11:31:40.969942Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8820d722-8052-46e8-9c01-eb230a489ee4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty is riding a horse in Tibet, surrounded by bubbles", + "public_commercial_use": false, + "recraft_id": "3dc326fa-f8ee-4c9a-93e9-77e77683d4ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:41:40.5921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40263a60-fa0a-43b3-b890-d5930646d411", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a back view of six different size of ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them", + "public_commercial_use": false, + "recraft_id": "3a27d5b1-7549-4d02-8b8e-f5b0170fc744", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:04:40.477224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd018ec8-452c-4ee2-b9e2-1d9fd79007ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A green and yellow doll is laughing by the wall. The doll occupies a large area", + "public_commercial_use": false, + "recraft_id": "31ab301b-cb53-429e-bb20-8cc908df7106", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:08:12.215155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25e2d244-adef-4bb8-89d8-e6beee9dd5dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute ragdoll cat has a birthday in Aurora on a snowy day.It is snowing in the sky.", + "public_commercial_use": false, + "recraft_id": "bc58820b-bc1c-4bce-911c-8fc55c6a07ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:51:50.948891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4b7870f-4e25-45a6-b753-b3414f9b9e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A floor covered with flowers", + "public_commercial_use": false, + "recraft_id": "9617fc63-aeec-45b9-a7c7-0cad694f5072", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:46:21.000316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f7fe636-5ea2-4f37-9ff5-3f6205a8198d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black leopard sits in the snow and looks at you. There are fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "4117448a-9c2c-4b08-866d-64a4e79c3b0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:39:47.744268Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8453d9e8-8215-4473-bc89-7ffd2db81a4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat walks in the snow and snowflakes fall on it.", + "public_commercial_use": false, + "recraft_id": "8a8c87a6-a02f-4eed-b3ae-2949fa266504", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:37:42.052859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f7ae0ef-a062-4515-8870-6ebf75ac152d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of giant jellyfish flew in the sky, flying over the abandoned old-fashioned hotel.", + "public_commercial_use": false, + "recraft_id": "7d20af91-3f44-49d4-b2e9-21804b3aca1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:13:48.646945Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a lot of cats with wings dance and fly toward the beautiful moon", + "public_commercial_use": false, + "recraft_id": "44713aa6-7fb0-4ef4-a26a-a098e5d3eee6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:10:31.352964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ffda870-d40e-493f-9e97-eb0c7f7314b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A happy small white dog play under the Christmas tree at a snowy night", + "public_commercial_use": false, + "recraft_id": "6468e062-fb4c-4920-97e4-dd979ac64b86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:16:24.794777Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fa23ccde-688e-4afa-8144-31a4d771a3f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Endless corridors, snow, cats, dream core style, photography", + "public_commercial_use": false, + "recraft_id": "3b6b6784-e0db-4872-9082-a7de9c4a19bf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:41:49.918234Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f72c601-81cc-400d-9854-016461bf4e14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Corgi dog wearing a blue shawl , read a book named \"how to be a good cat\" in a sofa", + "public_commercial_use": false, + "recraft_id": "da7ac695-a8f5-4741-9222-6a299af25613", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:36:06.855286Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a06e30e5-d3dc-44a8-a656-6d71c31ba68a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "in the house have ballon a cat and dog eating Christmas meal Handwritten word \"YUNI\" ", + "public_commercial_use": false, + "recraft_id": "8ab99084-fea7-46e7-8d7c-0a0652a378bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:39:41.991784Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "404bfc4e-511a-4879-b82b-dc16ccb908ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Chairs in desert", + "public_commercial_use": false, + "recraft_id": "02e109fd-0605-40f2-9926-da7b03d445db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:06:43.820849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f38a5a83-7861-4730-ab77-edbe24acf39b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The panda wears a Peking Opera headdress in the snow", + "public_commercial_use": false, + "recraft_id": "618f63c7-2b40-4803-977f-d14804fddf95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:51:30.101933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02640391-7b31-49bc-b655-03ff12260df3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "the puppy and the rabbit rolled around in the snow on the tennis court", + "public_commercial_use": false, + "recraft_id": "0aa5e4a3-49ad-4ed4-b155-7f02755effb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:18:10.685032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c072047-94cf-40bc-8f8c-fad1b92f5b1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a smile dog wears a green sweater sitting on the ground with sunshine", + "public_commercial_use": false, + "recraft_id": "d722400b-7c50-43d4-93ed-2975609f2cb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:25:36.065387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10a49595-5278-47dd-96f2-5901682b46c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute kitten, fairy wings, snow", + "public_commercial_use": false, + "recraft_id": "a89c0a22-6e4f-4976-9fe1-575825885f54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:59:37.579268Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3c2053dd-6aaa-4759-9236-6b1d63b8db69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The panther has been sitting in the snow and watching you.", + "public_commercial_use": false, + "recraft_id": "7d1fc650-a377-4246-a6ed-506d2239c7ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:13:41.737895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf867392-43fc-471f-82e0-a9c4d0fb88d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty that is working at a desk, it is wearing a pink dress. It's typing on a Macbook, and it looks very angry, its head on fire. It has an iced latte on its watch table.", + "public_commercial_use": false, + "recraft_id": "e2fd4c11-9bf8-4ac2-bfaf-16db5571d9da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:17:59.859723Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee521de7-a773-4d66-a510-1cbab6011f88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "remove the red box behind", + "public_commercial_use": false, + "recraft_id": "b5b2a991-8513-440d-9008-9d22b3e2d318", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T09:15:41.354013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d40fd9d2-9c0d-4271-bdc2-76f4248f5324", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier playing happily , a Christmas tree decorated with red ribbons and bells, in a snowy scene with snow falling, and warm lights glowing.heavy snow floating in the air", + "public_commercial_use": false, + "recraft_id": "007a7543-f60a-4236-ad3e-8b6dc118b779", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:28:29.54246Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6f68d97-1788-4b26-b67a-a5b30bb18138", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty in the office, sit and look at laptop, wearing glasses, drinking coffee, and fire on the other side", + "public_commercial_use": false, + "recraft_id": "5cd386e9-e3f8-4dd6-ab0f-04ade9dae6ea", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:04:04.470806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f58bb188-185a-4b9a-b192-cbf69e824cb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Avant-garde fashion photography, person in oversized white puffer suit, massive wind turbine, deep teal sky, minimalist industrial backdrop, urban techwear aesthetic, desert setting, wheat-colored grass, dramatic low angle shot, modern editorial style, architectural composition ", + "public_commercial_use": false, + "recraft_id": "97f14d59-b9a6-41e3-862e-3cc88544ee6f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:08:55.231613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "439118ba-5dbb-4e44-939e-7f25de89afd0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree, snow, real bunny, pink roses, presents, blue sky, ", + "public_commercial_use": false, + "recraft_id": "08ebae83-8cb1-42dc-b83d-ba6edcc79b99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:44:31.470548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f1a913d-b328-4243-98da-c35ba867f181", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten is wearing a birthday hat and making a wish in front of a birthday cake filled with candles, with 100 written on the cake.", + "public_commercial_use": false, + "recraft_id": "b33162d7-e3aa-4fcf-aee4-691f15f11bb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T08:38:31.953372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8faf8bf-8065-45b0-9f0f-d861070a384b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowing piano hellokitty wing white", + "public_commercial_use": false, + "recraft_id": "d91f79d8-7a82-4214-920d-8414b115f7f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:52:00.968177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c5d39de-767d-49f8-acf7-f94a68d467d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray kitten is reading a book", + "public_commercial_use": false, + "recraft_id": "e981b731-acb7-430c-82a8-3c12af275291", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:04:31.43639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d907bb2-eaa4-4014-a87f-9272df8594c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ducks playing guitar, The snake is dancing on the side,in the snow", + "public_commercial_use": false, + "recraft_id": "f4908992-b00b-4f6a-b707-e4dedbad1aab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:01:10.487182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "142fbde4-da15-4cd1-b604-68f2998b47c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snake wearing scarves playing guitar in the snow", + "public_commercial_use": false, + "recraft_id": "b122b108-4b5c-4225-b445-7b1b03ab262d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:42:51.817033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38dc4d5d-1ff9-46e2-86d6-55b357916466", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is rolling about in the snow.", + "public_commercial_use": false, + "recraft_id": "6bf3e5fd-ef84-403d-9ad3-69c1c131d46f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:00:31.698837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f987c5d-5b11-4ea9-80cf-6bb4865bd57d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a letter with an envelope in a New Year's atmosphere, bright lights and snowflakes around", + "public_commercial_use": false, + "recraft_id": "0fc2ee0a-f909-49c8-997f-4e51570a990b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:15:10.087495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On Shibuya Sky, enjoy the Tokyo night view under the observation deck, with dazzling neon lights, single person, male, front face", + "public_commercial_use": false, + "recraft_id": "6bc26b7c-9b4e-43e8-b3cb-312fced586ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:19:53.132547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be5ad095-c594-4a08-96d0-1d818b27eb7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An astronaut is in front of a Kazakh yurt", + "public_commercial_use": false, + "recraft_id": "a1bbba30-fd35-43fb-931f-884b98688830", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:18:36.02374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The pillow was placed diagonally next to the sunglasses.", + "public_commercial_use": false, + "recraft_id": "4f670dd2-3ed1-495e-ba6d-840865a7cb15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:33:15.391432Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "369351a5-06e1-4ebd-a760-612bbc48aa80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big apple stands alone on a big planet. There is nothing on the planet, but the black sky is full of small colored apples. (There are no figures in the picture, only apples.)", + "public_commercial_use": false, + "recraft_id": "2da96644-6c05-4039-9941-172f887e1e05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:38:05.93579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba835997-6f06-4750-ac59-22bcf963b218", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lost In space", + "public_commercial_use": false, + "recraft_id": "46318c3b-d0d3-4b30-b305-e5293b5a6afc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:30:19.312445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc7390fb-629b-4493-a75a-3c73134c1b05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty play piano, dressed in yellow in the snow, looks at the sea with headphones", + "public_commercial_use": false, + "recraft_id": "912e2f07-0ddb-43bb-a328-4b8ceb048355", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:20:14.039118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Editable Cheese Love's Day Social Media Graphic", + "public_commercial_use": false, + "recraft_id": "b3526cce-1cb7-4fd3-b8b6-1c2db837cd3d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:48:10.628037Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec226008-41aa-4971-9666-2ad41013cebf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are two cute Samoyed dogs running in the snow. There are three letters \"LYW\" in the snow, surrounded by several beautiful Christmas trees, and crystal clear pink bubbles in the air.", + "public_commercial_use": false, + "recraft_id": "936bfc73-4951-4e92-95e8-512bedcb3f72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:50:23.274421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b18b255-3c20-4952-aeaf-10d6e83af58a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Charmander eats noodles while using the toilet", + "public_commercial_use": false, + "recraft_id": "8f0bb92e-d7b1-496f-8624-b633af8056bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:57:37.526848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44c646c2-69bb-413d-b63a-3d41a042d498", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda doll sits in the snow, holding a Smoke Flower Fairy stick, with the letters DUOER printed in the snow. ", + "public_commercial_use": false, + "recraft_id": "e635a827-6c38-4a6b-b716-21ea4ec4aa7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:34:40.370814Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b079ebe2-91c2-4961-880a-1db06ec7e771", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Ragdoll cat wears a hat and plays stars with the snowman", + "public_commercial_use": false, + "recraft_id": "84bdba3a-e657-4977-b710-850047226048", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:11:41.327496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0342770-f722-4c0d-9b3e-12fe112f4083", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed play in home.", + "public_commercial_use": false, + "recraft_id": "bae8c55c-97a0-46b5-aee4-d33e1a3cbbb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:51:44.023333Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0b4bb83-3515-4c34-9d2b-c15ed1de5896", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the backrooms liminal space", + "public_commercial_use": false, + "recraft_id": "052460d5-5113-4b2a-bf9f-a3c2b5564e38", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:10:02.979792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f28188b-5926-469e-bf59-a683a119da04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy sunny day, a super cute little dog with wings chasing after a purple balloon", + "public_commercial_use": false, + "recraft_id": "aaf4a23d-77a3-4a7d-a980-043dd0d2b5f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:45:44.98511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e90edd5-844b-412f-8ccb-74bc8d99a2a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The kitten is wearing a birthday hat and making a wish in front of a birthday cake filled with candles, with 100 written on the cake. Black background.", + "public_commercial_use": false, + "recraft_id": "2713f2fc-a6ff-4525-94fc-e799cba363f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T09:09:55.999986Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "f7237834-968a-44a9-ba58-89e45c7e7669", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Vibrant Lunar \"2025 New Year\" Poster for Events", + "public_commercial_use": false, + "recraft_id": "84010d37-d22e-4e23-b93e-e52bccde6674", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:54.619817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd963f50-364a-45fb-a789-4117c99d395e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A colorful emotional trash can", + "public_commercial_use": false, + "recraft_id": "39254f53-7d98-4dc8-8f21-fc4715d6a2c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:35:22.951487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f82faf67-dda3-492e-9897-90ac80076b0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the Arctic, a kitten and a West Highland puppy in the snow, an aurora in the sky, were handwritten on the snow: CHOW", + "public_commercial_use": false, + "recraft_id": "17c1df42-4707-425f-a305-7b1721f95bd8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:13:01.558656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4afca5fd-de53-4191-87fb-327fce251e5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier playing happily around a Christmas tree decorated with red ribbons and bells, in a snowy scene with snow falling, and warm lights glowing.snow floating inthe", + "public_commercial_use": false, + "recraft_id": "653c09ab-6078-4787-886f-4ac3cda4f0de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:13:03.981312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "973ede43-b9c6-4003-8ea2-e93a7c8d76b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the old church, blood flows on the pentagram, and police officers dance together", + "public_commercial_use": false, + "recraft_id": "badc6d1f-60b4-426c-a68f-473ba2b6c535", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:21:05.180222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "119499f7-b790-4e7d-95bf-90561bfda28d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Theraphosidae sp with a birthday cake", + "public_commercial_use": false, + "recraft_id": "10381946-723a-4bdd-bfaf-b49287a57f91", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:17:20.998334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e784018-d0b4-49e6-8434-7da1e1849d93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A person adorned with flowers all over their head is setting off fireworks in the snow, with auroras in the sky, and the fireworks burst into shapes of flowers.", + "public_commercial_use": false, + "recraft_id": "ac1367fb-e8ec-4bfa-9c2d-0fc52d64d312", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:51:32.557165Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bb7cff7-53db-4f2a-9d3c-c27785385a6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "phonluxe is logo with many coffee and cake", + "public_commercial_use": false, + "recraft_id": "131917d8-5bef-4959-b19a-4c967566fd6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:41:32.266519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed11669d-b85b-47c7-b2b8-7bdce92da703", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white short-haired cat with dark brown ears and a dark brown tail. It's wearing an emerald necklace. Half lying on a red sofa against a snowy backdrop of pine trees.", + "public_commercial_use": false, + "recraft_id": "f9fe47bb-d496-4f01-948c-f485c31d4712", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:33:26.86149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51fc2dc0-0ac4-412d-9ed1-abfecad96c3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white green eyes british shorthair cat wears a santa hat in the snowand many red fishes float in the sky.", + "public_commercial_use": false, + "recraft_id": "f236801c-54f5-4b76-9a5a-bf677df44f11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:01:56.574896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b18bbc17-1857-4ce2-8933-a4e4c53ff4bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a black cat and a golden dog in the snow.", + "public_commercial_use": false, + "recraft_id": "0aa0d9fc-9b8e-4acb-8343-cd8aadb702e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:52:38.531978Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b7a35df1-dea7-4450-a697-49b231454f5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful pink creamy birthday cake with colorful alphabet candles showing MOE,the whole environment is vintage and sparkling,violet red curtain and irises included", + "public_commercial_use": false, + "recraft_id": "00d94faf-1cec-42e0-819d-724a17228e9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:37:04.063373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d29758d1-cc0e-4fd3-b964-582847f5f737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat watching grand fireworks at sunset by the seaside with snow and wings pink sky", + "public_commercial_use": false, + "recraft_id": "30fb504c-0e14-440b-863f-231693af36e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:08:17.479321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6040e3a0-37b3-4dc8-a96b-cfca814b5b0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, snowy day, fat Silver Tabby American Shorthair is eating cake", + "public_commercial_use": false, + "recraft_id": "64a8ba4a-9cf3-492d-98b5-736789e8baec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:25:16.073625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15ec5f99-67d9-42fc-a6de-b47539dfcfe5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty celebrates her birthday on the Aurora Day in Iceland with fireworks", + "public_commercial_use": false, + "recraft_id": "584f3937-bedb-4bb5-a13b-5678039a1d9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:34:41.530758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9cbeefb-ec7e-4383-ab34-44b61bb406d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The red panda wearing a Santa hat under the Christmas tree, holding a present", + "public_commercial_use": false, + "recraft_id": "9f440913-e20a-4f5f-89da-d4256cb0b393", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:00:01.954884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The smallHello Kitty doll is sitting by the seaside watching the fireworks, and there is a camera beside her.", + "public_commercial_use": false, + "recraft_id": "d104ebda-e0a8-45e0-8f52-bf2c17410195", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:54:11.525932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One hand holds Merry chrismans tree, and then there has one sentence: i miss you, cecilia ", + "public_commercial_use": false, + "recraft_id": "3d34da55-2953-4c49-811d-2334a67475f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:44:35.462756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40d04fee-0b96-4bba-ad6a-72b6de3469f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "mickey sits in the office,in front of a MacBook laptop, smoke coming out of the mickey's head", + "public_commercial_use": false, + "recraft_id": "ce5229a1-cf45-4bd8-bfad-693ea00205d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:53:39.852484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ecc1203-073d-4eca-a058-1171e20db3de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pair of kittens in the white snow, with many cat paw prints", + "public_commercial_use": false, + "recraft_id": "c7e8ad43-9ab9-4592-bc12-ecb58d8c2c2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:27:56.741408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebb1653c-9e54-40ac-87f7-fb24eda7327a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "One Dice,number six", + "public_commercial_use": false, + "recraft_id": "1ba5ef50-ea92-4753-9452-473d15062270", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:50:02.0535Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a4980309-64ca-42c9-b067-7a1f5711a075", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired chocolate-cream dachshund wearing a red scarf and a Christmas hat is surrounded by presents under the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "db2056c4-7751-4a5e-8507-6d1b7489cf5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:27:13.324394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72617666-4989-4502-9da5-a3fdbfb5fd3c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The penguin works hard in front of the computer, and a black Shiba Inu next door is watching it.", + "public_commercial_use": false, + "recraft_id": "406d638a-fbc0-4098-9371-54ef2052ed60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:53:44.831908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89eaaeb6-d757-46e3-8ce2-82ee71846b48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"TaZ\"inthe snow, snow,the blue beach, and sky a hellokitty doll with angel wings standing next to it, drifting snow", + "public_commercial_use": false, + "recraft_id": "453accce-f26d-4301-ab08-e2d2fdf78250", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:49:47.15515Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "970f274b-6440-4013-b3ee-dd0e925f3c7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cats watching grand fireworks at sunset by the seaside", + "public_commercial_use": false, + "recraft_id": "018bd07b-6506-4875-9e84-501730aa0065", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:02:58.119409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7c665d7-d5cc-4716-879c-512be36263c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat wearing a scarf sits on the snow. There is a Christmas tree. The letters on the snow are printed PLOE2PLOE, and the red sky at night.", + "public_commercial_use": false, + "recraft_id": "45946473-0ffe-4fe4-9df5-3a4c85f390ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:44:20.897794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1526ebd0-f7fa-48c3-a0fb-937d911802e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Inside the mental grail is a giant spider", + "public_commercial_use": false, + "recraft_id": "e862a335-1b09-48d7-956a-0d55f7831b87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T11:12:05.616654Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "fe0714ef-d08c-45c2-b4ae-91f8d7f3df81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a warm winter day, in a pink room, Winnie the Pooh doll is typing at the computer desk, and there is a glass of milk on the computer table. There are light particles, and the film is heavy.", + "public_commercial_use": false, + "recraft_id": "a4f44171-dfe9-4658-889f-e0cbbf30bddb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:56:48.35922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63501c36-8e26-46cc-abd7-62c8511f7270", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Please make a \"Happy Birthday echo\" with rose petals at a hot spring in Hokkaido, Japan, where it is snowing", + "public_commercial_use": false, + "recraft_id": "03c60950-8ba1-4f15-b141-77fc757231c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:01:05.939699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and the My Sweet Piano are dancing in the snow", + "public_commercial_use": false, + "recraft_id": "8f2979f4-4be5-41be-9e7e-5b8fce475acc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:15:42.053108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9dec03eb-6ba9-4989-96e0-960a666d1dee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a side view, a white cute cat wearing sunglasses, driving the car, snowy,close shot", + "public_commercial_use": false, + "recraft_id": "6eccef2b-d990-41d2-897b-fe3917918a3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:39:17.948836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are fireworks in the air, a lovely hellokitty doll is sitting, it is snowing, there are cat paw prints, and the letter \"YML\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "5e985293-38ce-46e8-929c-e6a773c84be4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:57:37.18783Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c279359e-dade-4fdd-8605-3c6cce51ad14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The moon, the sky, the black-haired princess, the cake, and the candle are the letters mylulu", + "public_commercial_use": false, + "recraft_id": "933df3f8-ef3f-43ae-9acf-73ed6855236d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:35:04.540306Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97e369a4-105b-4a33-8e2b-35d9096fd48b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winged Bichon in a pile of roses", + "public_commercial_use": false, + "recraft_id": "e12d7686-9fa6-4b0c-bc57-7712441ded67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:20:00.884064Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66b5356b-8f7f-4bb8-b6eb-daf418afd144", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An old grandpa fell asleep with his mouth open.", + "public_commercial_use": false, + "recraft_id": "df9165d8-7f3c-44b0-a829-d3cafeba104f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:57:12.113344Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f521d917-13a5-4f2a-8f07-3122eb740ecf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful pink creamy birthday cake with colorful alphabet candles showing MOE,the whole environment is vintage and luxurious,violet red curtain and irises included", + "public_commercial_use": false, + "recraft_id": "d5909dff-c6fd-41db-92dd-02be80350ab7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:27:38.981413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "673af26e-1772-4815-adf9-f34dcd318eee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Once wanted to fly together, build a garden in your heart, plant everything you have in this spot, like a fish, and keep it inside", + "public_commercial_use": false, + "recraft_id": "7f833482-93ab-4d6d-9a7b-03bbce91c65e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:49:30.291708Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31716431-fe72-4dbb-85a3-665677e0f866", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are many trees in the water, flowers on them, and a group of puppies next to them. They are playing.", + "public_commercial_use": false, + "recraft_id": "b5c135f9-7396-4aae-9d82-2aa12edbc74f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:48:14.197105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb760bf8-c2c5-4ef6-8675-0abef0035442", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White puppy with yellow helmet riding a bike with a camel-colored pet rabbit in the basket and stars in the sky", + "public_commercial_use": false, + "recraft_id": "a027b9c8-2a7e-4507-9089-3510deffafa6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:00:17.79466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "205ae82c-d230-4d60-a2ec-2c716672f38e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Young snake wearing scarves playing guitar in the snow", + "public_commercial_use": false, + "recraft_id": "00491e03-27b3-433c-9f4e-5aeaa1234305", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:16:11.648935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b88b0929-2627-44ca-aa53-0cc8b816c228", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On Christmas, a long haired calico cat and a white bellied Chinese Tabby Cat were playing in a room filled with gifts ", + "public_commercial_use": false, + "recraft_id": "863d07bb-1abe-4d2f-818e-81425208846d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:53:16.030764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a77d460f-562f-4793-b819-2852587b4279", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the coast, blue waves wash against the shore, and there are small, golden Buddha statues that have been washed up from the shore.", + "public_commercial_use": false, + "recraft_id": "db1cb241-7781-4fdd-8cf5-4080ad7cd194", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:04:09.655095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9c944a9-c3ba-4d21-9443-2ebcba4de0b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are irregular broken ice cubes floating in the blue sky, and there is a tomato inside", + "public_commercial_use": false, + "recraft_id": "f6be9865-5afa-40ac-92c0-8e479f84b444", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:06:15.042116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a27a339-240e-4891-9e03-dada5f5c4b1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An otter eats a lollipop in an ice cream cone with a donut around its neck and an ice cream ball on its head", + "public_commercial_use": false, + "recraft_id": "c858c724-6198-431e-9ca4-595f7bf6787d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T23:58:29.341276Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An orange cat sleeping peacefully under a Chrsitmas tree that is covered in snow", + "public_commercial_use": false, + "recraft_id": "cf14ce02-cf2e-4805-9bc5-4a7bd811ec58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:38:54.480411Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5a62cf4c-3d2f-4f97-acd9-b51149d37cef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A front shot of the upper body of a Chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy atmosphere", + "public_commercial_use": false, + "recraft_id": "375b7d3f-2afa-4e39-a6ce-fc9f21473ea8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:29:56.351577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fe2d808-1a39-4edb-a574-43d0c552959a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the center of the picture is a large mirror, which reflects the scenery of the park, including trees, grass and pedestrians. There are several people in front of the mirror. Some of them are taking photos and some of them are talking. This composition method creates a combination of virtual and real through the mirror, which increases the sense of hierarchy and interest of the picture. The brick wall as the background gives people a sense of stability and solidity, while the view of the park in the mirror brings a natural and open atmosphere. On the whole, this composition cleverly uses the mirror to expand the space, so that the picture has both realistic scenes and reflected illusory scenes, forming a unique visual effect.", + "public_commercial_use": false, + "recraft_id": "c6fa386c-1a70-4439-908b-bf996ed35344", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T02:23:40.373895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eadb4795-2a16-466f-9e91-b737b2e21aef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance is a pink sky with a slightly higher saturation of light particles, and there are traces of cat claws on the snow. Kitty doll is wearing a scarf, a blue dress, and a phone holding a small pomegranate. There is a beautiful glowing Christmas tree with a bell on it. On the snow, there is a pink heart-shaped cake with the words \"Esther 1218\" written on it", + "public_commercial_use": false, + "recraft_id": "4bf121af-b2f2-46d3-bb99-71ed1e4b5228", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:50:00.374907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a82d4cb-0089-4d82-82d6-5caa082f1768", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white kitten wearing a birthday hat makes a wish in front of a pink birthday cake filled with candles, with 100 written on the cake. Dark background.", + "public_commercial_use": false, + "recraft_id": "1de77b0d-af58-4d93-9bcd-5645b1bbac95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:27:50.997084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b99bcb60-2e05-466a-bd40-d832d1eaa82d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas dress up two pure white west highland, snow, stars, Christmas tree", + "public_commercial_use": false, + "recraft_id": "799c5350-ae95-4fd4-8690-4f8b5bede89a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:04:48.607428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "885346ac-a028-4179-88fe-9640ad622b68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Green bamboo,moon,sheep,blurry shinny river", + "public_commercial_use": false, + "recraft_id": "00082aa1-409f-47e5-b89c-bc5b29dc7eaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:43:36.743924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the darkened room, the cat crouched next to the electric guitar", + "public_commercial_use": false, + "recraft_id": "7051dd1b-aab3-4182-837a-005a90ec7630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T02:25:50.3554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05f66113-5ab7-4af2-a533-15fff0d7176c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and the adorable Marzis puppy run hand in hand on a snowy night in Norway, while a stylish and beautiful Chinese grandmother sits on a rocking chair, gazing at the distant fjord landscape", + "public_commercial_use": false, + "recraft_id": "11689665-c5e2-4814-aa01-78bace6f54f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:40:26.769602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats fighting with magic, Harry Potter", + "public_commercial_use": false, + "recraft_id": "9327f774-15c1-4dbb-8802-c26e157f4d2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:01:15.271471Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a136c351-d05e-4946-a4e9-789863458b61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The otter is holding a kitchen knife, and the frog is dead.", + "public_commercial_use": false, + "recraft_id": "1dc9f2d1-5742-4914-9250-5fed964cbd96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:07:20.779741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3da56553-60d2-42fb-ba47-41f510a4ecae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a wild black panther surrounded by flying blue shiny butterflies", + "public_commercial_use": false, + "recraft_id": "2d1ad8d8-13c3-4c83-b756-9f62ef805da2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:23:51.853197Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0419e329-bcc3-476e-871e-0abdec9e67a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the dark blue sky after sunset, a Bengal leopard cat in a windbreaker is looking into the distance.", + "public_commercial_use": false, + "recraft_id": "eb6279a5-2429-4e94-8b4c-570ac4d1308e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:58:24.705551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d488c93-d6b3-4c02-b755-bb74df8257f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "2 West Highland White Terrier in the snow", + "public_commercial_use": false, + "recraft_id": "c804d6e9-7c6b-4447-aa15-3bd83ec157d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:50:47.763224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cefdd344-81e6-40d6-8575-0c816dcb64aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Bichon Frise and a kitten in the snow. There are fireworks in the sky, presenting a warm scene.", + "public_commercial_use": false, + "recraft_id": "062b6be5-c14d-4068-b880-2a9f780d13aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T09:16:27.552007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "183cb0d3-fc82-4232-ac30-da2c21d1f0dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there are the hellokitty and pingu in front of a big Christmas tree", + "public_commercial_use": false, + "recraft_id": "ba40b789-c5eb-4056-944d-19b3e306284d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:49:07.481194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a31e7ec-57b0-4990-a59c-db2314ef61aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hedgehog is driving a car", + "public_commercial_use": false, + "recraft_id": "11e6221a-27af-417b-927a-b4c82e2e431c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:36:10.681137Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bd61515-f6a0-47d6-81c8-84e7510a9937", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The man is sitting on the ground cross-legged arranging flowers. There are many flowers on the ground with a yellow background", + "public_commercial_use": false, + "recraft_id": "310caadb-10db-475f-b543-65e28e73eb4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:46:28.014348Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0aa22a1f-bf8b-4f83-9d79-74cf43d91575", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute blackcat,hairy,looking at a retro computer,busy,paws on the computer keyboard,a coffee on the desk,a wine,many books", + "public_commercial_use": false, + "recraft_id": "de87a734-614f-417b-9acc-a692f1c53b25", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:08:32.219169Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9aa446e8-7380-4376-9936-fb17ccc01b72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "one cute HelloKitty a real cat sitting under a lot of maple trees the tree has many many beautiful red leaves that cover the sky and the moon", + "public_commercial_use": false, + "recraft_id": "d72d3dc2-10f7-4900-bd79-ddaad2a36904", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:55:13.729625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "674e1c32-cee3-4cac-8755-a621483b239b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy big eyes black cat wearing a bunny coatume eating a crea cake and mess up the whole table", + "public_commercial_use": false, + "recraft_id": "cc814e3c-821d-4bc3-b2ad-83a941f9950c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:53:10.29443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42d0167c-9912-4234-9323-a139ffbe3c67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little cat angel sent a birthday cake", + "public_commercial_use": false, + "recraft_id": "734d4586-b9c6-4ac5-92c8-c669b1eba5bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:27:54.954656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d62163d-8a00-4483-8fcc-26b3f0dad12e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty,china", + "public_commercial_use": false, + "recraft_id": "0d1ce5cd-cfb1-4300-9093-13f6533a1bdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:38:46.455714Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "6eb1e442-e8d2-4e71-8393-b54bc34282f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One person is holding a tray of cookies", + "public_commercial_use": false, + "recraft_id": "731f51be-f53c-475e-83f4-03cb3b6f6fba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:11:32.15469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ed1a497-a915-4544-b830-5cb2d8a917aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Princess had dinner in a gorgeous restaurant", + "public_commercial_use": false, + "recraft_id": "658d4588-40a6-4dbc-b662-0ecff48c9ce5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:34:40.608372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b7eb1e0-4884-4a85-b66a-bb002158ee9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an otter which wear a woolly hat and a scarf, holding a camera, standing in a grassland.", + "public_commercial_use": false, + "recraft_id": "4807cdee-a412-4b2c-9736-698e8e082d32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:54:02.053112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5249f384-ff7d-4050-b54f-06f3bcaaf073", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little kitten is wearing a birthday hat and making a wish in front of a pink birthday cake filled with candles, with 100 written on the cake.", + "public_commercial_use": false, + "recraft_id": "114ef69d-dfe2-4c4d-9c0d-360f9a79d4b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T09:14:49.808012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c7b9375-51ac-4292-8c3e-d2faede227c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowman firework dog with crismas hat", + "public_commercial_use": false, + "recraft_id": "8592c6ba-7fa0-4d44-b9bd-e5dd22e6e0fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:05:40.414727Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53e54e11-bfb9-454b-9f05-eee16ac45956", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A grey cat wearing sunglasses, with Mount Fuji and the sea behind it,selfie", + "public_commercial_use": false, + "recraft_id": "d98ed799-b54d-4c43-a0da-a3fb9850a197", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:03:06.578238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c7e0c48-3e59-4498-b821-5a3c66948f3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Letter: SLOWFAST on a shopping bag when there is a shopping line up for sale", + "public_commercial_use": false, + "recraft_id": "1196812c-c1e5-4863-83ed-5f27a58377ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:14:15.552672Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19929a55-c015-4837-9a72-bf7e9d257964", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baroque portrait painting, wearing sunglasses, bright yellow graffiti over it, tagging-like marks, pink graffiti text, dark academia, visible paintbrush. Minimalist, surreal, concept, inspired by Hi-Fructose Magazine art and Beautifully Bizarre Magazine art. ", + "public_commercial_use": false, + "recraft_id": "3c17050b-3ed6-456c-bb83-40f4bdd01732", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:06:52.157908Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "05d4a79d-dc0c-4117-8189-4a00de203fdc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a small brown cockpoo dog having cooking,have a chef hat,making a cake,pink background,creating a dreamy and whimsical vibe.", + "public_commercial_use": false, + "recraft_id": "c080eebd-8c4f-46ee-bbf3-41191ca26acd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:56:16.369563Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "16c9b2eb-855d-4fce-83c1-737b44e03244", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon in TOKYO street", + "public_commercial_use": false, + "recraft_id": "28b99c8d-b206-47f2-9be8-19afd11b5c2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:34:51.540175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3566fd2-8245-4c2c-8965-15a0000830c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stylish Lunar New Year Social Media Template", + "public_commercial_use": false, + "recraft_id": "fb2afbc3-fb39-4d3b-bde1-926a9521aab7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T15:19:16.254604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6422aa60-9c4b-4874-864b-dd325b9e259d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a black cat in the snow with cat footprints next to it. There are three JSQ English letters in the snow", + "public_commercial_use": false, + "recraft_id": "7b36df9e-1ce3-43ab-b22a-c494dd4806d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:37:11.563876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7981d263-250d-4cbb-b535-c89d8cd894f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "one small cute HelloKitty doll in the pink snow with a moon she is holding some balloons there are stars ", + "public_commercial_use": false, + "recraft_id": "c73ab571-947e-4597-9042-d7bbb1b1d4c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:26:33.592932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "493beeec-9983-4703-8064-2b24dc839c55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Paint oil paintings in front of the floor-to-ceiling windows", + "public_commercial_use": false, + "recraft_id": "2e54a213-bed9-4ea7-bb83-ca49634ef787", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T09:26:34.336502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a68c7f51-7f48-4cc1-b37f-295c25c908ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An elegant studio photograph with a deep red background and soft depth of field. In the foreground, there is a minimalist table with a cup of matcha. The lighting is warm, creating a refined and inviting atmosphere. No additional objects are present, keeping the focus solely on the matcha cup and its serene presentation", + "public_commercial_use": false, + "recraft_id": "fa0fbe78-3404-45ef-b609-a040fdc4fc3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:01:12.103169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf5365fa-8846-417f-b14a-c9b4ff59e5e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a brown bear doll and a white rabbit doll sitting shoulder to shoulder on the winter snow. The bear is bigger than the rabbit, and the two dolls are wrapped around the same deep red scarf. Both dolls have a very furry and soft texture, with the bear doll wearing gold rimmed glasses and the rabbit doll having a light pink bow on its ear. In front of them was a bouquet of red roses, a little bear holding a cello, and two dolls smiling happily and looking at each other. The deep blue night sky behind me was filled with fireworks and scattered trees.", + "public_commercial_use": false, + "recraft_id": "c066a824-3d2d-47d3-b283-48f414f0ac55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T03:58:57.071748Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "94812677-8f59-4085-a7ec-080220c7ea03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations.", + "public_commercial_use": false, + "recraft_id": "5c9a848f-f107-4c79-bbec-746edd2c5f73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:31:35.964193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "800bd270-d586-4903-90a1-f92cc6105db5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Colorful highlights in the air, aurora in the night, at a distancea couple standing side by side watching aurora.", + "public_commercial_use": false, + "recraft_id": "fd5a302e-4a2b-43f5-81d3-4809b4237f95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T09:59:22.531087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "810d849e-4bc5-488f-903f-55179a1b924f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Maltese with a bow sits on a yellow sofa eating cupcake.", + "public_commercial_use": false, + "recraft_id": "e27e91d5-dd12-44a6-b050-542d3fe68783", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:20:20.067099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e383ed2-66c3-4576-8ae9-b6aa7591113f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cuddly stuffed penguin reads in front of the fire in a room with bookshelves and floor-to-ceiling Windows looking out on snow-capped mountains and lakes", + "public_commercial_use": false, + "recraft_id": "6d043b98-4a93-495c-a94f-882492ea87e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:07:02.775951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "760f1bfe-6c9f-4e8a-a8e0-787954197be9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little dog is wearing blue clothes playing softball in the snow", + "public_commercial_use": false, + "recraft_id": "82786351-3f36-4d83-9670-92c064419efb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:50:18.624449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "611d2419-3c58-4b01-aa83-e43ffc52b80d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A small and cute spotted dog with wings watching aurora and stars in the blue sky.", + "public_commercial_use": false, + "recraft_id": "dc7371e2-5b1a-4934-a290-6f3ceea6bc7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:32:20.858002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a008ea6d-566d-4722-bc77-39523394401d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Pomeranian with a red hat and a red scarf stood in the white snow with pine trees as fireworks exploded in the sky", + "public_commercial_use": false, + "recraft_id": "8bd39e05-435b-4714-b4fd-3d206d0ae816", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:42:28.744057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75a531d6-1fbf-49f4-8585-416935f8f391", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are many blue butterflies under the sky.", + "public_commercial_use": false, + "recraft_id": "42eb046c-3b9e-4f4d-90ce-34b53e3cca5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:21:51.85957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "419637b2-2e20-4596-8ca1-4021a479b08a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the ground is covered with snow, presenting a winter scene. In the foreground, there is a cute little white dog dressed in a dress, symbolizing a romantic couple. In front of it, letters spelled out \"cyt sb\" on the snowy ground. The background showcases a captivating night view, with blurred city lights and colorful fireworks illuminating the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "36c722fb-df5b-44bb-8c40-c17ded56c321", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:41:13.847343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "759c122f-26c3-4984-ac7d-4e3c7dc0a78b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The rabbit doll and the piglet doll are watching a movie on the sofa. It is snowing outside the window and there is a big Christmas tree.", + "public_commercial_use": false, + "recraft_id": "50fa78a9-7cd3-4b82-9ddb-0cab4c1e4d1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T14:06:39.041817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a38acff-39fa-4c96-82f7-9fc6a5bafcb0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing", + "public_commercial_use": false, + "recraft_id": "4bac48ad-a0c1-48d8-8e23-33fb530c2542", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:55:24.801212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec627b5f-3038-4664-ac17-7cc538ee9753", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "spider man wearing pink suit and waving rainbow flag on golden gate bridge", + "public_commercial_use": false, + "recraft_id": "081c58f0-40c0-458f-a50d-a56c2a91247a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:56:40.813674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fcf9074-afba-491f-bec4-8f3d06e35b29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cherry peach and bunny", + "public_commercial_use": false, + "recraft_id": "6fea03ca-7b79-45bf-b33d-1888a411dc4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:47:36.841275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e88fdf09-9553-4c8e-9eb3-6eedee13bf17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Duck with Sunglasses Lying on the Sofa Watching a Movie", + "public_commercial_use": false, + "recraft_id": "0cf395b9-a4a8-43cc-9fc6-ec660ebcf0b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:48:25.587893Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2dedc8b3-029f-4496-abe9-5a61aeeee118", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute child in hat holding red balloon", + "public_commercial_use": false, + "recraft_id": "d2c4917b-7dcd-4534-8b3e-4d4eb3cceac9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:07:37.413896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22cb263a-b3b9-4c2d-871d-2e074092bb64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree, snow, bunny, pink roses, presents", + "public_commercial_use": false, + "recraft_id": "29e6f7e7-f201-4c66-8479-980b6df993bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:00:05.843052Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65434ad1-0286-476a-848c-53680073506a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a very green cat are working on in front of computer", + "public_commercial_use": false, + "recraft_id": "4e4d3230-248b-4641-9ac6-11e0a4445703", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:50:33.37003Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7960b624-8341-46c5-b4df-35b223a6e85e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas atmosphere The kitten is running in the snow", + "public_commercial_use": false, + "recraft_id": "f0d07662-8c8d-4ab5-a2f6-8ad9a1362add", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:04:42.617102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d57e964f-60fe-47a4-bc5b-dab5751cca76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "an invisible man on the street in Shinjuku, Tokyo at night, he is standing in front of a text \"INVISIBLE\" shining", + "public_commercial_use": false, + "recraft_id": "19a41708-b5e2-46a4-96ae-0c54aa6fc67b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:05:57.125815Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff798c55-ff0e-4d15-a37a-7be3e6da3b48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute red panda with glasses wears a white coat doing reagent experiments in the lab", + "public_commercial_use": false, + "recraft_id": "02d774fc-ac02-4b64-b6e2-7df62ecde6aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:57:21.152881Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "659e9e14-5bdb-43e4-b74c-65609e82c98e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty and Trump are having tea on the balcony of the second floor of the Ryokan Hotel, with a view of Mount Fuji in the distance, red maple trees downstairs, a lake in front of Mount Fuji, the scene is bright, and the weather is fine during the day", + "public_commercial_use": false, + "recraft_id": "cbbbd12e-3419-4e1b-9154-07e9a74d122f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:58:42.414058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73438ed5-2b4b-4bd7-bccb-9a6102982616", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a siames cat with blue eyes, on a beach, heavy snow", + "public_commercial_use": false, + "recraft_id": "b83c3107-9fb5-4fa9-99f1-2a85b46845be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:12:59.764049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cde323cf-c023-4f7c-8ee5-d6d5a38bc85f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A simple study room from the Warring States period. With a meadow and mountains in the distance in the background, the air is filled with the smell of antiquity. The table was covered with bamboo slips and pen and ink, and war maps hung on the walls.", + "public_commercial_use": false, + "recraft_id": "af1158de-ffa0-4395-97f2-72492b6895c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:55:15.70197Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13ac797e-2eb9-40c0-8037-6c4bdf570fd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten is playing in the snow, with a Christmas tree and fireworks nearby. In the snow, Mi is written", + "public_commercial_use": false, + "recraft_id": "ca41118b-dd04-4b3a-a1ce-b7fac6fc7eda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:12:07.788009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cad640b7-7349-420c-83d6-1926fc05838a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cherry blossoms, Times Square in New York, pink and purple sunset", + "public_commercial_use": false, + "recraft_id": "cb261ef6-fb8b-4354-9ff5-ad840ba63e36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:14:50.124432Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c33d2603-80e4-49b9-8917-6dd42fe86c25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas gift, package, gift bag", + "public_commercial_use": false, + "recraft_id": "668c5070-fd7f-41db-80ab-595c977a021f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:54:59.039929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "467f9ac9-594a-4841-abf0-482f22bdd2b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Samoyed wearing earmuffs and a scarf sitting in the snow with a small snowman next to it", + "public_commercial_use": false, + "recraft_id": "6d8c34a3-9c4b-4f25-a2ed-ea24f5825700", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:42:04.876082Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b327941d-9623-4945-9dc0-720c96d2fda0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white bichon frise in the snow, with a snowman next to it, and there is a aurora in the sky .", + "public_commercial_use": false, + "recraft_id": "f4f31f25-86ec-499b-aae5-4a3a9fda6ab4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-03T09:19:59.410948Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4ab7a74-805d-43ab-8bd6-f499885c000a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty and a Pingu stand in front of a big Christmas tree", + "public_commercial_use": false, + "recraft_id": "d98a0ab7-5e9e-477d-9487-c137bc0cf78f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T17:37:03.286835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc67af85-e1c6-41e2-80ab-42a79cd63403", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "child holding a magnifying glass to his eye ", + "public_commercial_use": false, + "recraft_id": "ee595d62-d5c8-4040-8375-5026aa158dca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T07:26:16.956581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b211bd7-c114-497b-938d-cdbb8375c3a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "portrait of a man on white background", + "public_commercial_use": false, + "recraft_id": "e1d59538-9df4-4056-b860-7acb718e469b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:24:15.752753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a81a158b-c00c-45f5-ac35-e9f4cf23ff93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy couple", + "public_commercial_use": false, + "recraft_id": "b774d4d4-4235-4b01-8aa1-1388ea918c10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:44:18.815254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03f21241-e445-4d7c-9f70-daa0f124e16e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the many brilliant fireworks, a HelloKitty doll is sitting on the ground wearing a red scarf and beautiful dress with the word \"ESTHER\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "50a68550-73b4-4d43-8350-1619124e9ff3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:39:03.306642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36c39210-269a-416d-8d5e-c56eebd2e7de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bunny doll and a pig doll are sitting on the sofa watching a movie. The bunny doll wearing 3D glasses is using the remote control, and the pig doll is holding popcorn. Behind them is a French window. It is snowing outside the window. There is a particularly beautiful Christmas tree in the snow, and the Christmas tree is hung with colorful light strips.", + "public_commercial_use": false, + "recraft_id": "f2d73e16-8f63-4f31-bbbb-fb679af87cd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T14:18:38.556149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f799ded4-7eae-4bb9-961b-c4aa91ef5e93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small champagne poodle with transparent wings stays in the snow", + "public_commercial_use": false, + "recraft_id": "cc92582e-d6b4-4500-8f63-509943010cb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:40:54.959585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "deb64851-faef-4d74-9261-9035e6313974", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " in the sky, Santa Claus flies by in a reindeer cart filled with gifts, fireworks set off in the air, and in the distance, there are small wooden houses and pine trees", + "public_commercial_use": false, + "recraft_id": "e93f5bd7-f86a-4b70-ad51-d4f42e5700be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:16:52.589271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening, there was a beautiful sunset glow in the sky and light snow was falling. On the snow-covered ground, there was a lovely Burmese cat wearing a red scarf.", + "public_commercial_use": false, + "recraft_id": "347c9177-1a09-4626-b674-ac832c07c413", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:21:17.154337Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e74301d6-d6ae-4d3f-8712-69074528b56f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty at the disco with a gun", + "public_commercial_use": false, + "recraft_id": "ca29961e-5d2e-4515-9ff8-7fcea8209818", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:18:30.646235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f02de5f0-7638-4b30-886d-6063c6837b52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "in the middle of a beautiful country road, background is sunset, a cute sheep wearing a germen soccer team shirt with a soccer ball by its side", + "public_commercial_use": false, + "recraft_id": "660e489c-d315-4a8b-bd69-217574d3a727", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:01:33.876436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e359e097-b74f-4a08-8c63-702eb0e873e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty and Trump are drinking tea on the balcony of the second floor of the Ryokan. HelloKitty is wearing a women's kimono. In the distance, there is a view of Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "d315c055-4a24-4196-8fe0-0b25a8afff3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:47:53.095224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d4f803f-44a9-4ef8-957d-6803b40cddf2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and a black Chinese countryside cat are playing on the computer", + "public_commercial_use": false, + "recraft_id": "952b5e4e-620e-4c8c-a034-7540f13d1156", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T07:43:07.780121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b32ea537-ab1b-4aaa-b6a1-51f63ee0092c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Paris", + "public_commercial_use": false, + "recraft_id": "f982d620-8764-4c96-bc85-2790a037753e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:27:18.413106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57f290c1-fcc5-4ba8-90a4-55e61c074e7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver-haired Asian man in a coat is shaking his wine glass on the balcony, and there is a beautiful sunset outside the window.", + "public_commercial_use": false, + "recraft_id": "3189a9b0-0a5b-4cf4-a67e-edab0a3f76d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:51:10.525853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f61bfa4b-588f-4e28-8fb2-fad53c430966", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little kitten is wearing a birthday hat and making a wish in front of a pink birthday cake filled with candles, with 100 written on the cake. Dark background.", + "public_commercial_use": false, + "recraft_id": "555acbcd-45f4-4030-9a1e-fc20d983f821", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T09:59:27.186689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fd22820-6e64-404e-83bc-3770b4a26af2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "asian short hair man smoking", + "public_commercial_use": false, + "recraft_id": "e7e8658e-8fc1-4561-975f-fb3464e3f1b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:50:58.648403Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b313ae1d-6fc0-4b76-9de1-cb7de372293f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little lion is playing the guitar.", + "public_commercial_use": false, + "recraft_id": "25234175-41c1-4ebd-af94-b5b9c01988aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:16:47.258858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4b0e655-965c-4039-b889-1ef574776573", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh sits on a king's chair in front of Forbidden City, China", + "public_commercial_use": false, + "recraft_id": "9c16d329-5368-4b7c-9534-dbe165d06d24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T05:54:24.525753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cefae69-e70a-431a-a72e-c7bc7d555bf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little black bear is picking red apples from a tree.", + "public_commercial_use": false, + "recraft_id": "1401e7ac-cab7-4706-9e12-cc954663d22c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:16:30.132434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4677069-62d4-4512-b380-45ed8010b4d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little horse with sword and shield ,drinking water in the cemetery", + "public_commercial_use": false, + "recraft_id": "111e23f0-77ef-4f15-b4b0-39faf0f6d94b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:57:23.454867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99ebd6ed-b53b-4444-b13f-ea326141a3f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " An octopus playing in the drum", + "public_commercial_use": false, + "recraft_id": "903eaead-2ba2-4e7f-b7f7-ed2cf8ba9db3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:47:06.132991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3986137d-3dc8-4111-bdbe-cc9ac79788d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "celebrate my dog's birthday at christmas when many star shines outside", + "public_commercial_use": false, + "recraft_id": "51f5c205-4e94-4d4d-854f-0d8d0feb8b98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:29:39.757242Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2438be1-f952-426a-a14a-2ae2afb6d3a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "20 different beefs ", + "public_commercial_use": false, + "recraft_id": "1b913b0d-f43e-4063-8527-b8b1af645216", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T11:33:45.549768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e981cb7-7789-4318-90e9-31e17e0e35eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an orange border collie is running in the snowy night there is \"DY\" written on the ground which is covered with snow", + "public_commercial_use": false, + "recraft_id": "e91ac1e4-2dd2-4c72-9b32-248d667b3ba2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:34:00.296877Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdf31372-7205-453a-adfb-6e9e462b3a1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white tiled room with with a lukewarm pool, a rubber duck floating in the pool,white walls,dreamy,realistic", + "public_commercial_use": false, + "recraft_id": "4675c36d-28cc-4a64-a71c-ec7d83a8d92d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T08:06:16.886961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cdbfa97-b721-443e-bf98-8b1de22fa7ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten and a black kitten in the snow next to the letters WJ in the snow", + "public_commercial_use": false, + "recraft_id": "fd235d2d-e97d-4764-9316-b5ef5d6e25e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T23:06:13.770657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "163db0b6-99bc-476e-b1d0-921bc00788fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat in the snow.", + "public_commercial_use": false, + "recraft_id": "da84c4cc-b328-4ffd-b078-d618488ccbda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:24:21.867707Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "e0465017-24fd-4d42-84c6-0f4d591a7c85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Whimsical Lunar New Year Card with Zodiac Theme", + "public_commercial_use": false, + "recraft_id": "3d2914ae-52f5-48ec-a741-981e470099d4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:35:30.606721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a995623-9ccd-4828-a718-e6900017937f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The crow is inlaid with shells.", + "public_commercial_use": false, + "recraft_id": "4c76f452-5020-4797-bed9-e675ce2d7fa7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:26:50.798187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0b85413-647e-4814-b0e1-ebc8da6db485", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A very plump cat is flying a kite in a field of flowers, with the kite soaring towards the sky where colorful balloons are floating.", + "public_commercial_use": false, + "recraft_id": "3cf86482-4a47-4d02-a328-266c6a09bff0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:02:19.500035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09d3c30a-5464-4b81-a591-1319a58f748f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda carrying a red schoolbag is climbing the Statue of Liberty", + "public_commercial_use": false, + "recraft_id": "917a006d-4ae9-4f6e-85a9-2abe35ab7d13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:49:27.788686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7caf39ae-6f13-405c-8d70-e7e442237434", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat are chasing butterflies", + "public_commercial_use": false, + "recraft_id": "1e11d095-065f-42a7-a609-4a1efe09f4a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:08:04.888247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf94d5b6-fc8f-4717-8b40-9142f1d73625", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Virtual worlds, made of code", + "public_commercial_use": false, + "recraft_id": "a8f5b47b-c336-44ee-835c-5eb214fb1cc1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:31:42.351974Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "79438801-782b-4f92-b9bf-5f1fc62f25dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas Eve, cozy and luxurious home, sumptuous cuisine, warm toned lights,", + "public_commercial_use": false, + "recraft_id": "669f685c-28d7-4964-8e2f-4201539bf838", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:30:26.321324Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "0c6d0970-4540-43b8-961f-d7fda46f2352", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas Eve, cozy and luxurious home, sumptuous cuisine, warm toned lights, Maine Coon cat", + "public_commercial_use": false, + "recraft_id": "1d25b09e-fa16-44f0-966c-f44d8f8130b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:23:03.721875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and the eggplant plush toy are wearing colorful cylindrical hats in the white snow, the sky is colorful, and the snow is marked with \"HAPPY\"", + "public_commercial_use": false, + "recraft_id": "e5aeda6f-549a-4266-b8b9-0c98da7bf6d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:22:49.423606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e55038d-fe85-4118-aea2-ee4b3cca0254", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big Pingu, dressed in yellow in the snow, looks at the sea with headphones", + "public_commercial_use": false, + "recraft_id": "043fb517-cd76-40e2-ab79-c8bfa976d50c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:09:34.909564Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e24dd6a0-1b2d-4cdd-8e20-d602a14a9894", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree with presents, snow, real bunny, pink roses, blue sky", + "public_commercial_use": false, + "recraft_id": "0d9eb18f-26bd-4103-afb3-7cecee1bd8f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:38:55.571707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97cdfa87-f12b-42d8-adb4-c11e3a9663cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HalloKitty Burning Jinge Temple", + "public_commercial_use": false, + "recraft_id": "d3023f43-1a66-4a79-9294-98d025a03bb8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:44:46.216696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4244c3df-c868-48f3-a4b0-d3f4f66c7223", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an otter which wear a scarf, holding a camera, standing on the beach.", + "public_commercial_use": false, + "recraft_id": "981a9784-b674-4a28-8753-f1e581794bd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:54:27.076132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc2fc64c-b1d9-4b33-9700-666d1726e937", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white kitten with suit working on a computer", + "public_commercial_use": false, + "recraft_id": "03a799be-590d-4f2a-9110-094b7b1cae0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:48:42.056676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b882fcc2-586d-4411-a417-a5c40c346cda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll, work in front of a laptop, holding a tea cup, designing poster", + "public_commercial_use": false, + "recraft_id": "1596f1c3-4b21-4522-beb5-b66564aefe45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:36:52.492755Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, snowman, night", + "public_commercial_use": false, + "recraft_id": "0a1099ee-2601-40d7-aea2-cda468186780", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:33:08.729339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the winter snow, there is a big love heart with fzy and dyf written on it, fireworks are going off in the background, and there is a little kitten in the snow", + "public_commercial_use": false, + "recraft_id": "6c86f0f0-b508-4065-a6cb-b4123587c498", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:35:23.390986Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "0182a409-a73a-4049-ad92-1c872ee930d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "piano,puppy with wings,snow,candle,balloon", + "public_commercial_use": false, + "recraft_id": "2e887a65-de13-460d-a066-82986bc3e421", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:33:11.512989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ada7c5e0-633d-4ef7-b9ce-67fa15a79f44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The picture of hellokitty drinking together", + "public_commercial_use": false, + "recraft_id": "0fe5709a-fc52-4b0a-8af7-e6d074418420", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T07:06:30.577421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95ca309a-89d1-4077-b967-b21a49a0b999", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas snow, bunny, roses, presents", + "public_commercial_use": false, + "recraft_id": "cc0c1b7c-ceb9-40d7-b308-4a5f096ce1dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:45:56.286386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98ae7990-26ed-40aa-9ede-8b10cb1a711f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An owl standing on a carousel on a snowy day", + "public_commercial_use": false, + "recraft_id": "cd13fe7a-b655-45a9-adbe-6138aa2df2fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:09:04.234445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "750e146e-d6eb-46d2-9548-ef0322837588", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is sitting in the snow wearing clothes with the number 23on its back", + "public_commercial_use": false, + "recraft_id": "fb252854-7108-4d57-9d50-b9f115e2208e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:41:40.5921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24c6048e-03ea-4309-808a-356968927388", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a back view of six different size of ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them", + "public_commercial_use": false, + "recraft_id": "3a27d5b1-7549-4d02-8b8e-f5b0170fc744", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:19:32.171139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e9a0d4e-8414-49e8-a031-570caccda704", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A silent starry city night", + "public_commercial_use": false, + "recraft_id": "ef9393d1-eedd-42c2-929d-d8f51e1fca9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:07:30.545015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86329f9f-f87f-47a3-ae44-bfd31dd83936", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese couples holding hands under the fjord terrain", + "public_commercial_use": false, + "recraft_id": "4c608773-4bfd-4d3c-a74d-31d9114af26b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:18:52.702062Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d647302-46a8-4545-828e-9d6bb116cb1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty and Pingu celebrate Christmas ", + "public_commercial_use": false, + "recraft_id": "8e311050-5bbe-4852-82a8-451b7aa9e313", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T07:10:09.308132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c43b9fb4-6adf-494e-9a0c-564bb05057cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree with presents, snow, real bunny, pink roses in snow, blue sky", + "public_commercial_use": false, + "recraft_id": "f6b064d4-2752-43ee-ac12-6fb49c55d1a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:48:08.679762Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "e52f93d5-35cf-49bc-aadb-2f955a75be18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A winged rabbit swimming inside a room. The scene is tranquil, with soft lighting, and in the distance, pink mountains are visible. The overall tone of the image is bright.", + "public_commercial_use": false, + "recraft_id": "3347fb46-5323-44b8-bbc9-d51b72d6b29b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:46:13.005961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ae4041a-f2d1-4afb-9b38-8087e5c5f725", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty and the Jeni Turtle watch the aurora and drink coffee while doing business in Iceland", + "public_commercial_use": false, + "recraft_id": "81975e54-4f30-4c26-b92a-f509f69aee69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:39:22.598256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee2fd0ef-9d78-44d4-8fdd-8858e9909b87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "grew", + "public_commercial_use": false, + "recraft_id": "a7e7e87f-5864-43c1-b3e6-2508c4cf7f2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:58:27.249487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c1671cb-1abb-418d-a2ad-80cedbb46c8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little lovely rilakkuma sits next to the exquisitely decorated Christmas tree. There are warm lights in the house and the two letters \"SY\" in the background.", + "public_commercial_use": false, + "recraft_id": "7d02d924-8d55-450b-8b52-19eb824570cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:07:46.757314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d761684-906c-4964-8911-3d124a3ae0af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A figure wearing black clothes and a hat smoking from behind", + "public_commercial_use": false, + "recraft_id": "72ac26ca-fd6f-4120-8782-0b6ce281f158", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:36:21.426564Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "26279268-c978-472c-989f-10682ae20eca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Festive Lunar New Year Celebration Template", + "public_commercial_use": false, + "recraft_id": "59d94ec7-7729-46b4-8376-5340cc204fa0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:43:24.140241Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b97f6527-43a0-4289-b5f7-61d36669dd80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pale yellow pygmy hamster fishing at the pond.", + "public_commercial_use": false, + "recraft_id": "07ed9f8c-a64b-41e0-8a13-9a15046bd101", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:27:08.625441Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "860f62d7-8d62-453e-b56c-07252b3ce8c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Theraphosidae sp. with birthday cake ", + "public_commercial_use": false, + "recraft_id": "7252506c-886e-41bb-9437-a634dd2832ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:05:53.405045Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8583c474-4957-4718-a365-a85e86b146e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The orange cat is playing in the snowy forest, wearing a birthday hat on its head and carrying angel wings on its back", + "public_commercial_use": false, + "recraft_id": "b07d287f-24ce-48f8-b488-80a5a9c9fc1a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:13:21.853182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31a34ddd-0329-4fab-8694-af9cd68f7ae7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is sitting on the snow, and the text \"chip\" is written on the snow in front of it.", + "public_commercial_use": false, + "recraft_id": "ed86bfef-fad6-4f94-bf72-2d9e23d3ac22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T09:17:54.431382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "984fb9b8-f548-4e09-88e1-16b1e5d64002", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Traditional Lunar New Year Flyer Template", + "public_commercial_use": false, + "recraft_id": "94cd0f4d-36cd-4b0f-8c15-a8fe6df37adc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T11:43:41.101131Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3e4a9448-b8d3-451b-a414-844b7295223c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white horse walked towards the giant cross emitting red light deep in the forest.", + "public_commercial_use": false, + "recraft_id": "f909db43-27aa-4eea-906b-7ad38d95d2fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:53:29.750131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "adadc1ff-b4da-4951-bfa9-d92f569ffc14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cartoon Hello Kitty", + "public_commercial_use": false, + "recraft_id": "830d84cb-94c0-46c9-98a5-4f2f31a42193", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:42:06.94151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e51cabf-0385-4485-a1c8-79659761c068", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty and the fox face each other for lunch ,with an apple,mushrooms,oranges and a tote bag on the table", + "public_commercial_use": false, + "recraft_id": "029a00be-1b5a-4d72-8eea-6c812ee63343", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:59:44.474745Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6dfee531-7f07-4288-8fc9-01a60347768b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty Build a snowman", + "public_commercial_use": false, + "recraft_id": "7c7694c4-7686-45de-9454-f9cad70363a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:54:40.293819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d1e542d-c1ff-4ced-be42-0d7ca6c5e318", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat and a white cat on the snow, with fireworks and trees, and TZW&LYN written in the snow", + "public_commercial_use": false, + "recraft_id": "dfc4f2ba-1753-4061-a7cf-848364d6af58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T21:47:44.464875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50405d21-0865-4cb1-86c2-a50abcd3b9c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute wennie bear wearing DESCENTE and working under the Great Wall in a snow day", + "public_commercial_use": false, + "recraft_id": "3abfc4a9-7e6b-47ce-a613-015021ce961d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:19:33.947783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a7a398d-3259-4f58-b9b9-ee75e61a4317", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In exchange, jellyfish go up the mountain and cover the flowing windows", + "public_commercial_use": false, + "recraft_id": "26b357e3-79d4-41c7-93ce-fb7d98f03f4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:17:49.307065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7378495b-2834-4709-8ddf-95c2f37f8a28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Otter christmas ", + "public_commercial_use": false, + "recraft_id": "da51b9eb-cd5c-4132-a9ea-6812ffadaf3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:37:12.462601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89d162f4-d668-41b2-90c3-5c20e3dbec6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A green retro sofa.The curtains are lace, very retro.White carpet with black spots.Inside an open suitcase are some clothes stacked, and two clothes are scattered beside them.The floor is a wooden floor without black gaps.There is a small coffee table in front of the sofa with a vase on it.There are some lilies in it.There is a big Christmas tree in the left corner of the sofa, with colored lights and small lights.Next to the scattered clothes is a big suitcase.There is a ipad screen playing Tom and Jerry.", + "public_commercial_use": false, + "recraft_id": "5d26de90-414b-4dfe-877f-170e7c3e69b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:21:51.826593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32dcc895-40b9-4971-a418-5e2a2a084f16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Gold and Red Lunar New Year Banner Design", + "public_commercial_use": false, + "recraft_id": "22b4f34f-9126-41b2-92be-0f66e5b12968", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T10:38:41.954387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65ccf831-ae17-4864-9044-d1ce219f19c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cats watching grand fireworks at sunset by the seaside ", + "public_commercial_use": false, + "recraft_id": "f710a54b-7593-4a7c-97e0-5a8e61a57033", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:10:25.172045Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc90e167-7f87-461d-8892-c38a45a557b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little white rabbit wears a cute Christmas hat and looks at the Christmas tree in the snow by the window. The blue and pink twilight moment", + "public_commercial_use": false, + "recraft_id": "f0a52d00-2805-4a62-9ebe-f3ad9f4e2bd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:35:46.505276Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The mole handed the fox a doughnut in the school stairwell", + "public_commercial_use": false, + "recraft_id": "8fb8a54c-0fc6-45b4-8630-e4e96c261583", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:08:32.601293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c94a871c-425b-40a4-908a-69d8aad34de8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border Collie with a Christmas hat lying in the snow, the ground with balloons XDM", + "public_commercial_use": false, + "recraft_id": "34602248-beca-4ff9-9ed4-e2e6b1bc60c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:27:31.188709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "555f6619-8e99-4ba7-8cf0-4d8b3fad5704", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the forest, the kitten wears a magic hat on its head and holds a wand in its hand.", + "public_commercial_use": false, + "recraft_id": "b4f119e7-d82d-4c24-a284-d208d4ad541c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:25:54.019825Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "b2def903-df93-4dd9-947d-c0418b0d7c5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a black matte tablecloth on the table. There are black cards on the left and right sides of the table. Colorful Chanel high-end ready-to-wear clothes are hung on the shelf. The right one is printed with Chanel's most iconic \"C\" pattern and his trademark. A white invitation letter with\"CHANEL\" in bold black font, and there is a Chanel jewelry necklace and a Luxurious diamond ring next to it.", + "public_commercial_use": false, + "recraft_id": "aac8bb47-07ab-43a5-9fde-f6a3fee902d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:38:34.90648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72d1fab5-d9ce-4558-805e-56d94c8f68dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "sheep, chrismas tree,", + "public_commercial_use": false, + "recraft_id": "cf836249-8a42-4f84-a118-568316098cb8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:17:16.463287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab7abd4c-1e82-4961-920a-d81cfa2e2352", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The laughing cat is playing mahjong", + "public_commercial_use": false, + "recraft_id": "6d2379cf-4370-4a5c-8535-56b47f42d4b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:04:52.7804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "325c59aa-1606-4da3-ac5b-c40e50f71104", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a sunny afternoon, there is a flowing lawn and a set of tea utensils is placed on the board", + "public_commercial_use": false, + "recraft_id": "e07d26ff-49c5-4444-89e5-ed6859958930", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:50:18.145199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20737f2f-de42-436f-abfd-010dab296d23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "golden retriever working on computer, wearing dress, elegant, chilling, drink an iced coffee", + "public_commercial_use": false, + "recraft_id": "b5877d35-bf2b-4feb-85dd-f6248ede46f8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:50:20.287076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308c3ebb-4438-4cbf-afdb-9cbc106595bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "many stars shine outside", + "public_commercial_use": false, + "recraft_id": "90861d23-c348-443a-8a60-94a7ba9755e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:48:03.18884Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "21fcd9a6-532d-45e6-a3a2-a6129b41da5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The monkey sits at the computer at his desk and drinks red wine elegantly", + "public_commercial_use": false, + "recraft_id": "a864e7de-1808-4be5-b4e5-da56b5e0bd3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:03:24.517466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab411e57-ce04-4ece-83e1-35c700ea5698", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clown with a chainsaw in the subway", + "public_commercial_use": false, + "recraft_id": "06a17db0-f6f6-4c31-9f82-3c3db1788f31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T09:35:37.251142Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ad08caf-5c7d-4336-a374-664f751dc90e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "rabbit, chrismas tree,", + "public_commercial_use": false, + "recraft_id": "00d45a71-a271-45a9-aca3-256aeb67e687", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:08:19.143818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "244afd9d-072a-40dd-beef-20ba05479365", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In summer, on the beach, Hello Kitty is sitting under a coconut tree, wearing a shell-style swimsuit, with the endless clear sea in the background.", + "public_commercial_use": false, + "recraft_id": "71afce97-341b-4bb1-9a54-e54c5c57770d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:27:45.009427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f65b9087-c16a-4d6c-ad34-e40cba9185cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute puppies, one black and one white, quietly walked close together from the endless lush grassland, with the aurora on their headsThere is a butterfly", + "public_commercial_use": false, + "recraft_id": "998e4343-bfa9-4b90-8be3-1b4c4520a941", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:57:07.422635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38e118e3-c2b4-48f3-a777-b3834c9b4f96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "d7751e53-b818-42c3-b182-bbc5397b9e2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:16:42.230145Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "ca389b00-d880-445d-80e1-0498f05b2bf0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a slice of apple in the fridge", + "public_commercial_use": false, + "recraft_id": "3d1befc7-53c5-4360-aa68-e8cb5cd29747", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:08:40.186998Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c37a32d-4e50-418b-8bce-e24a7a8ccab3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy ground, there is an incredibly adorable little puppy wearing a cone-shaped hat on its head. In front of the puppy sits a large chocolate ice cream cake with birthday candles shaped like the number 22. Behind the puppy are numerous fir trees, and above its head stretches a starry sky.", + "public_commercial_use": false, + "recraft_id": "732ee204-a8a4-42cf-aa41-50e1af4a8838", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:02:59.343421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1777a63-a0e2-43f6-a064-e0ae1be8e8d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Five cars were arranged in the shape of snakes on the mountain road", + "public_commercial_use": false, + "recraft_id": "fe0cde3d-4ae0-45d1-83c7-7d66f484e555", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:12:59.978166Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1d179d2-2939-455b-afc2-38c85f7f7795", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very fat English blue short-haired cat with big yellow eyes,bagged potato chips, villa yard, green grass, yellow picnic cloth, picnic basket,big cake,blue sky and white cloud", + "public_commercial_use": false, + "recraft_id": "583d2366-fe6c-4ebc-9f32-95be08896575", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:02:26.550055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "691ddbe1-9827-4b02-8492-c37850505815", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's not summer, but it feels hot and breathes the heat of South America", + "public_commercial_use": false, + "recraft_id": "816d6993-6f9f-47e8-81b2-5be02e422de3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:51:01.20246Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "51ffbb83-b284-4eee-ab83-f72be010daea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monkey sits elegantly at a desk in front of a computer, sipping red wine.", + "public_commercial_use": false, + "recraft_id": "f9378085-9fdb-405d-8419-d17f2e099531", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:39:51.254171Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "636419b5-1237-40e7-af02-ef05d9a41049", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty DJing in the middle of a vast, desolate Jeju Island landscape. The scene shows a barren, windswept beach with rugged, volcanic rocks and a pale sky. Despite the isolation and emptiness, Hello Kitty is energetically spinning records on a DJ turntable, creating an intense contrast with the surrounding desolation. She is slightly smaller in scale to emphasize the feeling of loneliness and isolation. The iconic Jeju Island volcanic landscape should be visible in the background, with its unique terrain and rugged features, adding a touch of authenticity to the scene. The overall vibe is surreal, with a strong sense of contrast between the lively, fun energy of Hello Kitty and the stark, empty surroundings", + "public_commercial_use": false, + "recraft_id": "2b0e3983-8ea0-47c9-9c15-0150524a7474", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:38:47.093102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f4ebc19-8af1-44bd-a959-c8e892026450", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty wearing a Santa hat with little white wings, an apple shaped cake in front of her, a big Christmas tree behind her and a window with a snowy landscape outside.", + "public_commercial_use": false, + "recraft_id": "66133bfb-4fce-4375-b894-4436d0ff9c9d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:19:11.952928Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4568a879-f1ed-49e6-8bb3-a214b58eb23d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, it was a rainy day, and MINGYU was written on the foggy window.", + "public_commercial_use": false, + "recraft_id": "6cf92524-3327-4a92-9585-6c12416b15aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-04T01:06:55.529189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "779d73ba-766c-4df4-b8b7-ee9f1a413775", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the blue time, a black bird perched on a power line. It feels alone, silent.", + "public_commercial_use": false, + "recraft_id": "c1d4d82a-a76f-4fdf-8a7e-661273a39e27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:41:02.615463Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "641ced0f-a843-486b-9a41-46f524d4cc0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A warm overall tone, at sunset. A Christmas tree stands in the white snow, adorned with string lights. The scene is quiet and clean, evoking a dreamlike atmosphere. There are orange auroras in the sky, and a black cat sits near the tree. There are no obstructions around, and in the distance, snow-capped mountains can be seen. The Christmas tree should be fully visible, with snow on its branches.", + "public_commercial_use": false, + "recraft_id": "6972a06d-78a2-49f0-b14d-871a57d18902", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T10:37:39.273019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb100999-17dc-4934-bde5-d6efd7348b2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dobermans, Mount Fuji, snow, Christmas tree", + "public_commercial_use": false, + "recraft_id": "b8a87146-eacc-4f53-a2c1-9afbc9c32724", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:52:09.532262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66fdd806-c785-4f86-933b-0e1ef8338327", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very luxury bar with chocolate color in a old money style with the Zerde.K as the bar name in a nice font on a snowy day ", + "public_commercial_use": false, + "recraft_id": "492302ad-08f0-480d-8bc6-18c63314ecad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:37:13.451896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba6761d0-0dbf-4060-b48e-032042978e9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two two-color corgis are playing on the snow english countryside and aurora", + "public_commercial_use": false, + "recraft_id": "9939e9d2-d969-4b97-8f62-8572b8dbb632", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:58:24.37299Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "5c3c7417-7237-4291-9109-ab054898d7d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "chocolate-colored small size long-haired dachshund sunbathing on the seafront in Brighton City", + "public_commercial_use": false, + "recraft_id": "95578173-6b74-453b-b367-65f5fb75bbaf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:42:01.646588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3db63648-4345-466a-8bfa-8ca9d5bd0017", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the Colosseum, but it's pure white. In the square there are several pure white statues of angels looking up at the sky.", + "public_commercial_use": false, + "recraft_id": "f5468b84-dd2f-42d5-af48-384f52d011fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:06:56.549271Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4eb63595-3201-45b9-9b49-44bdffc31709", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pink hellokitty cat and an asigin young lady are having a christmas afternoon tea party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background,a lot of dessert and cakes", + "public_commercial_use": false, + "recraft_id": "f25404d6-c385-46fa-b0fb-95eca2c0e696", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:55:47.70054Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "46bd4242-b02e-48be-afc7-fb09d6c63205", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty in blue is watching the sunset in the distance from the snow-capped mountain", + "public_commercial_use": false, + "recraft_id": "fb28b70a-5961-4957-a960-f99467fd5629", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:36:08.120523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6af7be5-3eaa-41cc-ba2a-20c7698e4641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a technician monitoring a high-tech coffee roaster with a digital control panel", + "public_commercial_use": false, + "recraft_id": "b16a1734-fd84-480a-919c-fc914d2b5b8b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:07:52.127533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26df66c3-12e3-4472-b372-2d88794bbe29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is dressed in a Christmas atmosphere and strolls in the romantic snow scene.", + "public_commercial_use": false, + "recraft_id": "ef4cdda8-f243-4483-88be-036a89641aec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:09:14.808236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "590ffa09-b946-44e5-8ac9-ddc32fedff3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sleeping, the room is on fire.", + "public_commercial_use": false, + "recraft_id": "c8a9727b-c4c1-4ece-91fa-0289436cca25", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:53:46.454435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b69a5529-fd50-491b-a666-aa07175a054f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese Lunar New Year", + "public_commercial_use": false, + "recraft_id": "20e7d3a9-f1b7-4f03-8d50-f7ee945cea20", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:55:05.446026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13f3edaa-99be-4be0-9c22-1347939e0a15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A whale flying in the clouds", + "public_commercial_use": false, + "recraft_id": "0accd04d-2e2b-4515-b5ec-119a25440b41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:45:29.979698Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ae89dae-e183-4b33-898f-83af460b6d8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the light was dim, and there was a lot of snow on the ground in front of an abandoned and very dilapidated church. A man was drawing a very, very large image of Satan in blood, and there were a lot of dead bodies piled up around it, all mangled", + "public_commercial_use": false, + "recraft_id": "67dd0103-8fd8-434a-9c53-fe5decdb4fea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T08:57:10.412629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "373c87b3-e539-4335-a3ba-39041555c0ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "a Christmas tree on the seaside, with 2024 written on the snow ground", + "public_commercial_use": false, + "recraft_id": "bdca96f4-0026-4d94-9b1e-1d68363c0ab5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T06:08:54.444071Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c75b6f3-06fd-49f4-8877-287891a6ed93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "frost gloom dark motocycle", + "public_commercial_use": false, + "recraft_id": "b5ca7e2a-9a22-48df-afc8-31648aab29af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:27:22.589648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00096722-9928-4464-bf91-e989fba184a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "At the gas station at night, there is a beautiful short kitten watching the vehicle refuel", + "public_commercial_use": false, + "recraft_id": "4b161a09-2d77-4466-8d42-824578cc1d99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:07:00.172901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A milky white long-haired kitten with yellow wings stood on a window sill Looking at some yellow butterflies and white snow and trees outside the windowite snow ", + "public_commercial_use": false, + "recraft_id": "e028ae0c-50a2-4fd9-b6b8-502e9d2d454a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T12:28:39.790727Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bba222f7-93f8-4177-b168-2cb782fb9313", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the seaside, there are fireworks. It's a lovely dusk and night. There is a cute Hello Kitty doll, and the handwritten letters \"WCZ\" are on the snow.", + "public_commercial_use": false, + "recraft_id": "97687932-a2f9-4711-80cb-36e5182fe46d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:03:17.753324Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "acc8e647-bcd2-4a48-9d75-7b4cfb43dba3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mount Kailash ", + "public_commercial_use": false, + "recraft_id": "a142b4f9-0965-4cda-a48b-b0c87cc6c721", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:45:56.286386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a6e6be2-7a03-4114-93a2-aca24043800e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An owl standing on a carousel on a snowy day", + "public_commercial_use": false, + "recraft_id": "cd13fe7a-b655-45a9-adbe-6138aa2df2fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:23:34.039529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e2f5c34-4d50-4adc-bcfc-9e042c28cc68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an orange with 1 leaf placed in a soft sofa, covered with a white blanket", + "public_commercial_use": false, + "recraft_id": "0b5b34fb-9282-4bf0-8a46-5ecabcc5759d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:54:12.571807Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "706d88c0-d840-417c-a4df-314dff2556f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A painting included: Glass christmas tree, with shining star on the top. The tree huging someone. some party people at the back. With colorful light leak", + "public_commercial_use": false, + "recraft_id": "05cd10a3-4f48-465b-a728-ba80f771a92e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:33:06.711706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "At the foot of the erupting volcano in the distance, a Hello Kitty doll wearing a white wedding dress is holding a glass of wine to toast freedom, with red as the main color tone", + "public_commercial_use": false, + "recraft_id": "4c778884-c916-4dd9-902c-4b6cd02e72da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T20:51:50.235588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0ea8e54-970e-464e-ad14-4ec13220184b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little Munchkin cat whose hair color is cream ", + "public_commercial_use": false, + "recraft_id": "d16cb325-febe-48e5-af0b-1879644cfccf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:46:02.658903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54c798a3-7412-447c-9eae-180cc5ba3d8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "DYNAMIC SHOT OF COSMETIC PRODUCTS IN METAL/TIN CONTAINERS FALLING DOWN, NO LABELS ON PACKAGING AND ", + "public_commercial_use": false, + "recraft_id": "dcfdc249-14b9-44af-a242-0b68fcc463fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:13:10.709467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fc81020-030d-48e2-911a-aa988658ab79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " lesbian couple, long black hair, short black hair, snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning and gazing into the distance, back view, peaceful, quiet, love", + "public_commercial_use": false, + "recraft_id": "a2ac3b84-a0c4-46c8-a190-657a080310f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:44:21.320187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70ec470e-bc57-45a2-8c41-692d5ada14fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young bichon and poodle string dog portrait, talking", + "public_commercial_use": false, + "recraft_id": "4f492c1f-560e-41a7-b2a0-5db27bed161d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:15:23.157494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdefd595-b0f1-496b-b64e-4b77686d697c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "toydog and toybear in christmas in sunshine", + "public_commercial_use": false, + "recraft_id": "84cc8a54-b745-4d44-a397-8bbf469ad462", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-03T03:17:59.436013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5080ab56-146d-413e-80cd-0349b2e09ee3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a kitten painted a love in the snow with its paw", + "public_commercial_use": false, + "recraft_id": "25adf86e-3444-4e41-8a52-c49597d7a70b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:19:05.306127Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53b69cce-8efb-490b-bde9-324fd9cc15b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute snowman in snowing weather", + "public_commercial_use": false, + "recraft_id": "7a3e2195-102b-467a-a37d-20eb04f599d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:31:29.523705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "622ca1a7-74eb-4b09-8142-e1bc6d967338", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "devil in a new dress", + "public_commercial_use": false, + "recraft_id": "c11576af-04d0-43de-98ba-b8636ea8d38b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T11:19:19.495397Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2c1b1c09-e5f3-405b-bbd0-fc95192c8847", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"ZZY\"in the snow,beach,a red rose standing next to it,drifting snow", + "public_commercial_use": false, + "recraft_id": "b11b7994-4496-4156-b7bb-61538c848b20", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:38:01.098233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64aa1cdb-3e60-40a6-a545-8cb50641c237", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "guinea pig", + "public_commercial_use": false, + "recraft_id": "838d0c06-15de-4e9c-8c6a-7fd5c1e77bba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:18:27.33997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a8ea568-09ba-48f6-b9fc-72a47847a45f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A deer with big eyes is watching Japanese anime in the office,The whole picture is blue", + "public_commercial_use": false, + "recraft_id": "f27fc948-5a64-4ba0-bd4a-faf799fc520b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:11:37.909555Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acf84367-afcd-400c-b38c-782520285607", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I am across from Terminal 3 of Haneda Airport and see it with Mount Fuji in the background", + "public_commercial_use": false, + "recraft_id": "f5d88f8d-b7c2-4c07-a840-cff274edf6ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:12:28.183584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b2949c0-0309-4300-89b5-79812cd9f225", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " lesbian couple, long black hair, short black hair, snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning into each other, gazing into the distance, back view, peaceful, quiet, love", + "public_commercial_use": false, + "recraft_id": "3d800f07-778e-48ed-9d8e-c72e3bc28854", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:29:30.239988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0aa247d1-dcb9-4d33-9837-cad86b69d356", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Traditional Lunar New Year Poster with Gold Accents", + "public_commercial_use": false, + "recraft_id": "597d40e6-e018-41b4-9646-35c9a562efac", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T14:09:59.380356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "804ac3d5-ccd2-4c8b-8539-32dd6a18aab4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Diamonds, hello kitty blue suit,Pink headscarf,carat,Butterflies", + "public_commercial_use": false, + "recraft_id": "d95ee5a5-6af3-4c1e-b049-b6ff4a277597", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:25:57.512705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08013f92-68de-40f5-bfee-1a173f2a7fad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a giraffe with BROWN sweater looking distressed in an office with laptop on fire", + "public_commercial_use": false, + "recraft_id": "fe056980-0428-4349-9437-e44e48edd90f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:50:35.421916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e027ed1-d954-4c7a-9001-9c67e50a2444", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "maltese puppies driving big truck on the road", + "public_commercial_use": false, + "recraft_id": "9b515de5-7052-4f7d-8360-50760e71ab53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:39:28.857586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "050b5b60-3173-4fce-bb89-c804cb490b29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vast grassland covered with golden grass, swaying gently in the breeze. The sky is deep blue, with almost no clouds, and only a few white clouds dotted it, which looks particularly quiet. In the middle of the grassland, a man in black stood, as if enjoying the quiet natural scenery. Rolling hills can be seen in the distance. The color of the hills is darker, contrasting with the bright sky and grassland. The whole picture gives people an open feeling.", + "public_commercial_use": false, + "recraft_id": "4571ce44-6716-4ffc-aff9-0114045e2e02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:02:04.667072Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bc40029e-8dc8-4399-abaa-93b4f128e503", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby in a Christmas hat sits on a gift box to celebrate his birthday on December 5th", + "public_commercial_use": false, + "recraft_id": "089ee661-56ca-4f6d-b989-a2e5b87c4e89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:50:14.799405Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da76213c-0dda-4774-9e33-1f994c99c83c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a kuromi holds a cigarette and watches firework in snow", + "public_commercial_use": false, + "recraft_id": "c8a5d21d-12e1-496f-98f1-b92a99adbcd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:37:37.766844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8857945e-3d5e-4c6d-a732-135a1ef2d480", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cute kitten baby, in front of the snow covered grassland, wearing armor, holding a star stick in his hand, shining with beautiful Northern Lights, with little butterflies surrounding him", + "public_commercial_use": false, + "recraft_id": "ea355a07-ce6a-4943-82f2-e01b8cf31c9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:31:50.789786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c24e790e-169d-477d-81f4-35a8cec7c445", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the close-up snow, two Hello Kitty dolls are located on the left of the center, snuggling together in wedding dresses. The doll on the left is wearing a black suit and a white shirt, and Hello Kitty on the right is wearing the bride's white wedding dress. In the distance are blooming fireworks, in the middle view is the sea, and there is endless snow, with traces of LYJ GQL on the snow. The overall atmosphere is warm. There was a warm yellow light coming down.", + "public_commercial_use": false, + "recraft_id": "e0695774-b5cd-47b4-a591-ff42b0235778", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:06:24.73258Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "f4c65c35-9146-4258-a263-9308cd725ed0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A modern and minimalist brand logo featuring the text 'INGENI' in a sleek, bold, and contemporary font. The logo design uses deep navy blue as the primary color, with clean lines and a professional aesthetic. The text is centered, with no additional icons or decorations, ensuring a timeless and elegant look. The background is neutral and plain, highlighting the sophistication of the logo.", + "public_commercial_use": false, + "recraft_id": "f12ffb67-ead4-485c-a212-4de8e68cdffe", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:08:17.494305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32452595-b02d-47bb-acba-e3cf758f793a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland White Terrier is wearing headphones in the carriage, facing the forest and snow mountain sunshine outside the window, listening to music while reading books", + "public_commercial_use": false, + "recraft_id": "f02aa055-f034-4d66-8196-bb22ca6d3edd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:39:51.158463Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08b9c984-2945-43d7-9866-2331440b6c4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitten wearing a bow/piano/beach/bubbles", + "public_commercial_use": false, + "recraft_id": "482cafc6-4888-4bec-8c93-3b3a3ff17748", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:50:47.19432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4c96aba-86b9-4e9f-b67e-46a321aa6adf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A deer happily plays with a rabbit in the snow, with the aurora and starry sky in the background", + "public_commercial_use": false, + "recraft_id": "0f8a8e57-e833-4de2-8241-197f0424c66e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:05:13.703585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65976219-09cb-46a1-b5ed-48d638c81d82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Avant-garde fashion photography, person in oversized white puffer suit, massive wind turbine, deep teal sky, minimalist industrial backdrop, urban techwear aesthetic, desert setting, wheat-colored grass, dramatic low angle shot, modern editorial style, architectural composition ", + "public_commercial_use": false, + "recraft_id": "4e58460b-997a-466f-b262-3415db4a82e7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:11:06.909757Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f69b9838-8b04-4633-9e17-9fc067ece88c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Amg, gt50, Seaside, Shanghai Racecourse f1", + "public_commercial_use": false, + "recraft_id": "146cdb9e-e0fc-4dcb-af1b-8540e1e7133f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:49:22.322629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23d92c44-018e-49a9-848d-ca14b5eeafa1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A deer running on a light green lawn", + "public_commercial_use": false, + "recraft_id": "64c16f04-ed98-42b5-80c9-ed14cf00acc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-03T08:44:36.376693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc5fb3e2-d18f-4b78-99b7-03894023aa1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute baby bear chasing butterflies", + "public_commercial_use": false, + "recraft_id": "e77d613a-b33c-4953-b9c3-e48349d447a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-03T17:44:48.517038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09660a19-57af-4129-ad7b-10007209718a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dream core, Hello Kitty holding a knife stabs into a vinyl record", + "public_commercial_use": false, + "recraft_id": "0b4ecb5b-7795-4ad4-a937-37ff8a643581", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:32:23.149687Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f32b0103-7a81-4182-983d-ff1272b41241", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in a pink princess dress playing drums on a neon lit street", + "public_commercial_use": false, + "recraft_id": "93495569-6da0-4ef8-a470-8dc3e2165c84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T22:33:01.966921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8cf51818-d58d-4495-821d-a6a596d52ceb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Flowers Mount Fuji hello Kitty", + "public_commercial_use": false, + "recraft_id": "839a7348-f06b-4d54-9648-6dda0d99fb2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:26:03.889519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0493d64d-6309-4929-80dd-f2de5212484e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, hello Kitty sat in the snow with WL written on it, and fireworks were set off in the distance.", + "public_commercial_use": false, + "recraft_id": "f36c4348-ae3d-4fff-a0a0-ed5f38f4f59a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:06:52.543274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f9198a1-77c6-4960-b1b1-6259639e262a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty is bleeding, standing in the snow, holding a birthday cake. ", + "public_commercial_use": false, + "recraft_id": "7fbc6c24-6940-41be-9994-0f2c593cb513", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:21:31.857843Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a8e55828-3992-4a14-b733-b422cf1a2e76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute dog with christmas tree decor apples", + "public_commercial_use": false, + "recraft_id": "bf90e519-97e8-4d00-b8ca-ceaea36583b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:30:39.680088Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "dce6f2f3-f1c0-483a-992e-d19b944620cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the deserted children's playground, which is dilapidated, a black cat is sleeping.", + "public_commercial_use": false, + "recraft_id": "481f8f00-b4df-4c21-b472-4b3f4e823648", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:35:16.155986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ac590a3-529b-485d-ae5a-f8dba9c596a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chubby cat with a golden gradient and a beautiful short cat with tiger stripes are playing on the snow, with scattered fireworks behind them", + "public_commercial_use": false, + "recraft_id": "7cb9f109-392b-479a-9b9e-febd3891073f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T20:23:51.125163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b3dc209-49f5-4a40-8224-2dc4903c1bc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten wearing blue pants and a white sweater with black stars is sitting in the snow with a ski helmet in his hands", + "public_commercial_use": false, + "recraft_id": "be7719b3-0677-4b9e-acc6-5be3e19293f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:28:18.518875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "571cbeb9-5544-4e6b-8801-d8abe077f2e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sits in the snow, holding an apple in her hand, with the sea beside her and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "9e521074-0928-4c7f-a5e5-41365a61b2a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:58:08.137883Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "a5dce94c-55d3-433c-b3b5-eee22c482d71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pug sitting on a colorful hot air balloon", + "public_commercial_use": false, + "recraft_id": "e603682e-cc68-4069-a3e5-f9118a3c717b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:42:42.063962Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0b9f00b-b6e3-4268-bd62-51a711b50ee9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mini-size white poodle who weighs only 1.5 kilograms is running in the snow,happily.", + "public_commercial_use": false, + "recraft_id": "f9e93c64-4d68-4de6-8d63-854d89c44c24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-03T12:29:51.853105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa237bf7-3f59-47fd-9dcc-38062a36cbe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Doraemon has colorful wings,he stands by a temple", + "public_commercial_use": false, + "recraft_id": "7e3a9d81-2b39-4d16-bf04-59f0cc3cb248", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:32:21.956626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Curious fish swam into the house", + "public_commercial_use": false, + "recraft_id": "d39b4679-42dc-483d-bcb9-019eb15c851e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:28:06.853215Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A vintage film of a black cat in the snow, with orange auroras and the sunset in the background. It should evoke the feeling of Christmas, but with a very peaceful atmosphere.", + "public_commercial_use": false, + "recraft_id": "c7671343-c7d4-4681-9a47-323decca2cb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:19:04.60785Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "df1bf253-770f-4bbe-875b-6150d5877099", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten in the rain", + "public_commercial_use": false, + "recraft_id": "767eaaf0-6acb-4463-bae3-41d883145bbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:13:45.075367Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dac22b9e-45d7-4ac7-87e0-526aa3409a8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A medieval parchment letter with a wax seal, lying on a wooden table beside a quill pen and an inkpot, in a dimly lit study room with a fireplace and old bookshelves.", + "public_commercial_use": false, + "recraft_id": "60cef858-21c0-483d-b3b5-367049e9f4f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:26:57.624324Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f5458aa6-40b7-48f0-a6f1-d848b4c63933", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raven flying in the sky, its taste like dusk.", + "public_commercial_use": false, + "recraft_id": "c24da1c6-2448-4702-b688-0d6228366ea3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:19:44.026165Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5ca52fa-03b6-4b80-b242-89d2d345a080", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A toy shiba inu is under Mount Fuji at night.", + "public_commercial_use": false, + "recraft_id": "f3ec718a-0537-402e-bec9-9afbef9bf56d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:04:44.576288Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "863a4bf8-13cd-4055-85f6-04223dd85b1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monkey in a suit sets the entire office on fire with a lighter", + "public_commercial_use": false, + "recraft_id": "549980ed-8080-4bfe-8fe2-4ff59d47074e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:24:17.289333Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42502028-25e9-4590-8498-1c251dc60d1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and a cute little bear sit in the snow, with \"CC\" written in the snow. The background features a sky filled with stars or auroras.", + "public_commercial_use": false, + "recraft_id": "f2fdf453-c383-4391-8315-aaadd4f3a350", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:37:51.466572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec280240-55e5-410f-a8d5-b87a93dc9811", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Samoyed with sunglasses on a green lawn with a birthday cake full of candles directly in front of him", + "public_commercial_use": false, + "recraft_id": "f014ad94-595f-4592-a7e0-f9307f1598fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:38:57.257276Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the foot of the erupting volcano in the distance, a brightly colored rabbit doll holds a glass of wine to toast freedom", + "public_commercial_use": false, + "recraft_id": "b01a7972-db70-417e-89ac-a3d83195f4ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:56:51.749148Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "641822d3-09cc-4536-9752-453adc5abc60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pug and a fantasy pink unicorn riding a hot air balloon", + "public_commercial_use": false, + "recraft_id": "7030cd28-bfcd-4494-a17a-35a3dee450d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:54:19.001196Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abc13436-0a24-4ac4-a0b0-d22e84d1b868", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the puppy is burning fire in the fireplace. It is surrounded by a mountain. The mountain is full of snow and there are meteors in the sky.", + "public_commercial_use": false, + "recraft_id": "00f3a3ee-b802-46eb-b78d-327b784b7400", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:48:14.395706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cec9301-7f0d-446a-aec5-50290b2dfd36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow dark blue sky a samoyed and a corgi are playing on the snow ", + "public_commercial_use": false, + "recraft_id": "983b0aab-1f9c-406d-8e36-63794c65677b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:02:20.375356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0a698b6-fbd5-44cf-ba7b-506dffed49a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty is rapping", + "public_commercial_use": false, + "recraft_id": "1b15380a-38ad-476e-9f7a-0e0c3d00e8f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:04:36.594046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf1bc422-f083-446f-a1a0-61f26c6c53b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is making a snowman ", + "public_commercial_use": false, + "recraft_id": "c131f57b-828c-40e6-b8af-8d12eaf5b759", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:15:28.012885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a721adf-8ae1-4f86-9c56-9f11e14e688a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cyh", + "public_commercial_use": false, + "recraft_id": "2b1a53c4-dbc0-4634-ac38-c0180a32da6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T16:17:29.104618Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdb43a2f-0aad-46fa-bf78-34cf3dc9e056", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "distance Blue vending machine during the day", + "public_commercial_use": false, + "recraft_id": "86e96664-8357-4ce7-9d14-b02bbbff9144", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T04:10:41.953456Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95d24fc4-1331-4a7b-9e11-19b5280bc382", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute kitten Christmas tree log cabin bonfire", + "public_commercial_use": false, + "recraft_id": "a4321e66-ab15-4ec9-87dc-366bce7e13c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T16:02:22.693305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48de1c5b-013c-45cb-982f-cf108800051f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cute white puppy singing with a microphone, colorful room ", + "public_commercial_use": false, + "recraft_id": "cdaf8215-e58d-45bb-98e5-d757dee0477d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:30:22.936407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "374479f7-221e-4ee7-bf80-7e7fd2f8102a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lunar New Year Typography-Based Greeting Template", + "public_commercial_use": false, + "recraft_id": "504c4410-cb89-425b-9264-75230a22b4de", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:25:08.259507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07157e4c-094d-4350-816e-e9ba721d6462", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "stitch doll afternoon Lawn flowers sunshine fireworks cake", + "public_commercial_use": false, + "recraft_id": "51c55399-5d67-45c9-965a-39bd1777e82f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:15:40.99485Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f911a56-f257-49f7-9b7d-aaec69bb03ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " lesbian couple, long black hair, very short black hair and wearing black glasses , snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning and gazing into the distance, back view, peaceful, quiet, love", + "public_commercial_use": false, + "recraft_id": "33d73e71-49f3-46d1-9262-08000e8be569", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:43:47.614811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e719d9c-439d-4643-a454-9d4480beb337", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is smoking ", + "public_commercial_use": false, + "recraft_id": "9f29a42a-165e-42a8-a5b1-f8a339d31366", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T19:43:43.085303Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I was riding a black horse alone on my way to the snow capped mountain when the sun came out and illuminated the mountain.", + "public_commercial_use": false, + "recraft_id": "93491c21-dc1f-4868-9ffb-1436dc470b99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:28:12.178518Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cea62945-2929-4357-aa52-f9eac862cb28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Samoyed kisses an ancient sheepdog in the sunset.", + "public_commercial_use": false, + "recraft_id": "2d194f54-9c54-4494-ad64-e81628789199", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:40:41.72151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11697174-c0c4-4b35-8025-d55c6c89d856", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty in the forest having picnic with her friends on a sunny day", + "public_commercial_use": false, + "recraft_id": "8832b344-c77a-40e7-9454-7c3e3bcc7e9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:25:31.550922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ec0b948-256d-42a6-80e8-93c2e36e9470", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow of Christmas, there is a name \"SYLUS\" and a cute crow next to it", + "public_commercial_use": false, + "recraft_id": "f76a0a18-3522-43dc-8726-13f61d5ce19a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:37:43.170664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "701876eb-fccf-43df-8d47-3db33291cbfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Abandoned aquarium. The light is dim. An Asian man in a suit looks back to the huge fish tank in front of him. There is a fish bigger than a human in it.", + "public_commercial_use": false, + "recraft_id": "ecd18ba3-96c8-48f5-97fe-3d87bf41db02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:44:39.501423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "297a0e1a-0689-42b1-bc9c-13acf26285ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty is holding a cake on the beach0103", + "public_commercial_use": false, + "recraft_id": "ff4aff20-4512-47a4-9a3e-6a0dd69518e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:17:16.459932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9555b98d-786b-4987-b591-08185fbd1348", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "deep ocean,flying sheeps,Bubble", + "public_commercial_use": false, + "recraft_id": "1dd499b9-b0fb-4d45-b68c-6d88722dc044", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:22:48.608789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d7fbf23-e8af-4b60-a3d0-95bab8593e04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A giant rabbit is setting off fireworks in a field of flowers, and the fireworks have dyed the sky with rainbow colors.", + "public_commercial_use": false, + "recraft_id": "2c6d6cc4-c631-448f-bbc3-d1f8c16cc1b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:23:49.161992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6559221c-682a-47e6-a923-eb9d1d4fddb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "blackcat and whitecat christmas summer ", + "public_commercial_use": false, + "recraft_id": "6e3a82ce-4498-4a98-8eb7-5424c68eac7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:34:31.024245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aaeb0c1f-b7a4-4464-9086-d85a4820034e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a three color corgi and a two color corgi are playing on the snow ", + "public_commercial_use": false, + "recraft_id": "4ccb0fbb-3dd2-4d33-8291-8383d4842c55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:14:12.184364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fd68523-171c-4fe5-a9b9-b10a27d09b9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A devil orange cat and an angle gray cat having shower together", + "public_commercial_use": false, + "recraft_id": "eb5f548f-a3d4-405b-a494-27abeba49422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T13:20:05.441935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2486728-8691-4ebe-b713-25c3b3399347", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitten and a white puppy lean together against a deep blue night sky with a few stars in the background", + "public_commercial_use": false, + "recraft_id": "3af6707d-735d-4015-9c79-abe86e55bffc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:26:36.669806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the seaside as the sun sets, there are fireworks in the sky, and on a flying saucer in the sky there is a small white dog with a blue scarf.", + "public_commercial_use": false, + "recraft_id": "24d89b13-7796-4dec-add3-5d198514ec02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:15:07.426504Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "70afbe07-a13c-465d-b870-b035a3f0faba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "deserts put in the pewter shell plate of my uploaded picture in a vintage fancy house with warm sunshine", + "public_commercial_use": false, + "recraft_id": "f4053dbb-e564-43bc-a3a9-987359ad6db4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:22:47.37648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d5fa9df-5ed7-48f1-9edb-f3a155a8540d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Burning piano, red cross, snow, black cat, forest, blue sky", + "public_commercial_use": false, + "recraft_id": "4d724871-147a-4c70-9d38-6566f19b86b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T11:13:15.938626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ef766ae-8677-43e9-a35c-8eeaa69fd732", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Doraemon is watching fireworks.", + "public_commercial_use": false, + "recraft_id": "6e8979af-90cc-4558-adaa-4e65823fd565", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:17:22.518463Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee175dab-e9de-4c74-a01c-b8c28a44f313", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a moment", + "public_commercial_use": false, + "recraft_id": "56931134-6480-4408-9149-79c4f8bc923d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:13:13.796331Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "56453623-410a-4594-b62a-55bfa99f0b12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A double layered strawberry cake with candles in the shape of \"22\" and the words \"QOSHTOO\" written on it The cake is placed on the snow with a forest background", + "public_commercial_use": false, + "recraft_id": "5c49ac62-f99f-41fa-ad34-d7fb53944585", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:40:04.705279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f0b355a-d8b2-42fe-9169-bc51ef0959f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten and a white kitten are watching fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "36e72185-1de4-48a7-ae89-e7d2a2ed1d91", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T20:00:10.00861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bda618e3-eb9b-42e4-97a0-87f84715b6f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Doll is smoking cigarette in pink dress, cigarette is lit and with smoke out, cigarette in her mouth right now, she is riding on a dancing pole, big head shot.", + "public_commercial_use": false, + "recraft_id": "f98726ea-0960-44da-b6e6-faa31684577e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:39:42.156713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3911ed1-0a6b-45a7-bd5a-002eadfe0e06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow, Hello Kitty is setting off fireworks. WZY is written on the ground. The atmosphere is romantic and warm.", + "public_commercial_use": false, + "recraft_id": "9094ee38-f3a2-40a1-8852-987c5e97ddc6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T00:10:34.518039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe15cc2e-a8d4-4a67-ba55-7b55018cde51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An introverted japanese man wear glasses, very shy , walking with a very pretty Japanese pop star who wears address in pink color without glasses under the Sakura", + "public_commercial_use": false, + "recraft_id": "53bc090c-c67f-4461-86c5-623985a7e513", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T14:34:52.356636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d36c9531-dcb3-46d9-8460-704123af9a61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A okapia with a birthday cake ", + "public_commercial_use": false, + "recraft_id": "8164bc59-a6c8-4583-ace3-761c06a652cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:11:36.80706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03f194dd-f6f5-457a-85df-5ca5cc2566b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dog head caught on fire while working in office ", + "public_commercial_use": false, + "recraft_id": "1e59f86d-d400-4bed-b31c-6f68dba67d79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:39:41.153991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61a877cd-ffba-486c-ad62-0b8d18646d54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty holds a cake with JLD written on it in the snow amid fireworks", + "public_commercial_use": false, + "recraft_id": "d57db9b9-906a-4f0f-83f0-b0301154b6c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:27:14.491909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f89ef60-1458-4f98-a4a7-29e5d3b8efd4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A circus woven of white and red fabric, surrounded by dirt and rotten bushes.", + "public_commercial_use": false, + "recraft_id": "970ede76-6ea2-44dd-8b04-3ba233383c07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:56:41.571999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9257614f-49a0-41b4-a670-8e454cf3f44e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A jellycat penguin in a bikini watches a volcano erupt with an aurora in the sky", + "public_commercial_use": false, + "recraft_id": "859311c3-bbb1-4f3e-b644-f5e5082359e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:25:19.225246Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b4f1b2e-5a7d-4a2e-8c34-26af9e692856", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy draws love in pink snow.", + "public_commercial_use": false, + "recraft_id": "42f3182a-a773-4e9a-8a05-d354803c1ecb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:01:55.744772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1687a7ce-b0a6-4161-b2fb-1436b890cbc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Puppie, summer, beaches, bubbles, shells.", + "public_commercial_use": false, + "recraft_id": "64fd0c06-3b41-47a2-b086-b41ac772ff18", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:14:06.254119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8d9d991-8811-4343-b439-d29566861b1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hedgehog is walking on the snow, leaving a trail. it wears a cute christmas hat. at the back, there is a corner of a Christmas tree with snow and lights on it.", + "public_commercial_use": false, + "recraft_id": "89ece5ff-5230-4636-a6ec-deae60cfe2ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:45:17.655247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0566e047-72b6-4a30-8530-8902fe27efe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cute Koala, Shiba Inu, winter, snow, with fire, warmth, cozy", + "public_commercial_use": false, + "recraft_id": "468fb6c6-5846-4292-8f6e-39ef3d1375f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T16:52:29.624748Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ceff8cc0-e240-42bd-9064-b9c99bcf13e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow, dark blue sky, a samoyed and a corgi puppy, snow, Christmas tree", + "public_commercial_use": false, + "recraft_id": "7da6ff8a-baf3-4205-a576-c6048f77b095", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:20:45.314548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "568afde3-47d0-430e-bd9d-3305b5061275", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sits on the snow with the English words \"soobin\" written on the snow. Next to it is the sea, the dim yellow sunset, and colorful fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "e8f39fd3-0a16-47ca-ab36-9c090d5d2557", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:18:44.200144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d6ee4dc-af4a-4250-a60a-c5039f81ea1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Draw a Canis lupus familiaris wearing a baking suit and a chef's hat with a bow on it, with a meadow and snow-capped mountains in the background", + "public_commercial_use": false, + "recraft_id": "74fe8014-4052-454e-ba29-ea000de4f72f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:57:42.692264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy watched the butterfly under the volcanic eruption, and there were bubbles next to it.", + "public_commercial_use": false, + "recraft_id": "d2e6a089-7eed-4e64-b324-a6cfddad52e4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:58:56.503077Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3cc32a53-dd4f-4f21-9d27-d80bddbf1e71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A vintage rabbit doll is blowing bubble, a vintage cat doll is taking picture by camera. Both subject are close to each outers. ", + "public_commercial_use": false, + "recraft_id": "35a1a7c5-895b-45fb-a402-28b92f78034a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:14:11.763117Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9645a3c2-cc38-41a3-b96d-0a159e7a49b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellokitty is smoking", + "public_commercial_use": false, + "recraft_id": "b84ac9d0-355f-47bf-a9b6-d4dd8691f1f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:21:43.711689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e0cbd69-4c44-44a6-947e-baf907ed9a2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog beach summer fireword write LUV K in the beach", + "public_commercial_use": false, + "recraft_id": "f89b78e8-c239-490b-9c36-1c5c6fffa605", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T18:08:34.344761Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f3f8688-418c-4e68-a847-fb55e3d7eda8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute sleepy rabbit", + "public_commercial_use": false, + "recraft_id": "a52d68fa-9f7c-4761-a0a2-bffef39a96f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:28:20.682664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80f86758-ecd0-41f0-900a-cab0ffe66e8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty is holding a pink cake. The cake says \"Happy16 to Miny\"", + "public_commercial_use": false, + "recraft_id": "489c79e7-d07a-41e0-ba88-4e436a3bedb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:48:33.324645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland puppy and a ragdoll cat sit in the middle of the snow, the sky is black and there is an aurora", + "public_commercial_use": false, + "recraft_id": "07fee82a-935e-4962-871b-d0dd66d1910b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:50:13.733254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17e6b39b-ecfb-44ae-b963-c4a4f86276af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pretty man who is play the timpani in the grand concert hall decorated with Christmas lights and gifts.", + "public_commercial_use": false, + "recraft_id": "e6a651df-8df4-4061-a00a-eed6a65501d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:13:26.154181Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "11fcbdcc-ccf0-4dba-b4b3-7e688256bca1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowing day hello kitty looking at the christmas tree", + "public_commercial_use": false, + "recraft_id": "064f8208-33e4-4e77-8106-b70081824fcb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:49:48.629073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17fbfbb3-83d3-4bf4-8ebe-7e18490f493d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fountain sprays lots of precious jewels. White background", + "public_commercial_use": false, + "recraft_id": "3ebfea29-e340-4652-b3e5-28b06ea7babc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:39:30.861315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f5b5a6f-5515-489a-8b30-e971fb996fdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Sitting in the snow with fireworks in hand", + "public_commercial_use": false, + "recraft_id": "e3d7e941-95c2-42fb-b881-bbab92ce704e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:38:54.649665Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7297e3c-5343-49a4-8514-4789115e04a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat wearing a blue scarf and a Fuji camera stands in the snow, taking pictures of a cute panda wearing pink earmuffs", + "public_commercial_use": false, + "recraft_id": "d81c58f2-b0b2-4fde-bf5a-329306cd7d51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:05:51.709025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flower with a single eye,a human eye with a green iris,a rainbow,vibrant colors,a grassy field,a blue sky with white clouds,and a little white bear.", + "public_commercial_use": false, + "recraft_id": "a9f8549e-a7cd-4c83-91fb-edd3403f875e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:06:12.822806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb512769-de85-4559-872d-30dd98fb5e62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Puppie, wings, aurora, bubbles, dreams", + "public_commercial_use": false, + "recraft_id": "4ab960d2-ac60-4b02-a8e1-19c35f526032", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:05:13.645899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6648a163-8010-41fa-89a0-3484b8f24deb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ducks playing guitar, snake is dancing on the side,in the snow", + "public_commercial_use": false, + "recraft_id": "42e3d982-fd88-4df4-993f-674d38280b70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:37:57.157289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25f6ce39-7056-49a5-9f2b-a847bd8cb92b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I am bungee jumping, surrounded by mountains and below is a lake", + "public_commercial_use": false, + "recraft_id": "0137da1d-f8ec-417a-bba7-9d06fbdc719a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T00:53:10.971164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "996959d9-d0a9-4848-85b4-a6ba8f1a53a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A dinosaur standing next to a california freeway during sunset hours, palm tree on the side", + "public_commercial_use": false, + "recraft_id": "af1fd7bc-57ae-4e88-9008-a56efe1bd520", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:33:00.384866Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aef29fd2-216f-41b3-aca9-16dbf5b1eee9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a kitten boxing with a tiny pair of gloves in a boxing ring. Details: The kitten could be wearing boxing gloves and standing in a boxing stance. add a trainer in the background to give the image a more dynamic feel.", + "public_commercial_use": false, + "recraft_id": "7036688f-8dc5-4775-ae52-3347566f4296", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:44:14.070919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "141a5979-f9f9-4d35-87a9-0f0593fa3ae0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cuteSnowman, aurora, snowing,bubble,,stars,penguin,Volcano,cake,The Blue Sky,Two cats with wings,Starlight,Scarf and hat,many Fireworks, Butterflies are in the sky", + "public_commercial_use": false, + "recraft_id": "30dfeec0-1c73-4b90-a85f-37142f8d1dce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:43:12.662687Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3337fd6-306e-440f-a254-dc292bab610a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty dog christmas cake birthday cat star ", + "public_commercial_use": false, + "recraft_id": "835cc6cc-2377-41a1-ac3c-9d40a8caa112", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:55:33.714352Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "128e82b5-78c9-422c-8937-e6d266dda55a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The beach, the sand, a cruise ship in the distance, lots of bubbles, and fish in the air.", + "public_commercial_use": false, + "recraft_id": "386b5b0a-303a-428d-8f69-80e8169f8f3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:20:44.086571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40a09ef7-a2a7-411e-aa9d-802eccb57b36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dragonli cat in the snow", + "public_commercial_use": false, + "recraft_id": "6da90f4f-762e-48e2-9549-f7ad9374e7f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:31:25.884779Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c54f420a-d01d-484a-903f-8d87b38c16c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty is sitting in the snow, with the letters C99 written in the snow.", + "public_commercial_use": false, + "recraft_id": "8630ddc7-84fb-4432-8d47-57aab88cc07d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:33:17.437245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f65ffef9-b1a4-45d3-ae4a-e3f883cbe240", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vast grassland with a blue sky and a small number of white clouds. A man in black stands in the middle of the grassland, and the rolling hills can be seen in the distance. This may be a natural landscape taken in grassland areas such as Inner Mongolia. The grassland gives people a sense of vastness and tranquility, which is suitable for relaxing and enjoying the beauty of nature. The proportion of characters is normal.", + "public_commercial_use": false, + "recraft_id": "7689c692-ee93-41b5-ba4e-1a02a5221844", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:45:48.172515Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99d80729-114f-4c8b-a055-ed877808e7b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy day, on the seaside,yellow black and white little cat, colorful firework in sky, christmas tree with decoreation, \"Alix\"on the wall", + "public_commercial_use": false, + "recraft_id": "74c76dcd-819c-4269-80e8-2aa9aacac2ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:34:31.478352Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "290d68eb-281d-4afe-b122-ccf253e533b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady with long black straight hair riding a white horse in Paris street, photo angle from far and front, with iconic Parisian buildings ", + "public_commercial_use": false, + "recraft_id": "6e9b4481-c74a-4f6b-8895-e7edfd721214", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:13:38.336376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b713055-4479-4877-afc6-609e135c81b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Charles dog wears a green sweater sitting on the ground with sunshine", + "public_commercial_use": false, + "recraft_id": "6fff75b7-ba88-4c10-a05d-542a75ebb14b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:12:19.898578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "900ebeb7-c5dd-4240-9c89-98b75e2cfdcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flock of birds on the chest, bypassing a hundred thousand suns. Many, many birds are flying in the sky, with someone looking up at the flock. The scene should be rich in color, bright, free, and full of vitality. The background should be colorful and bright sky", + "public_commercial_use": false, + "recraft_id": "9b2148c0-c27f-426b-b736-fc9efb580f58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:35:10.054069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de996f74-c36c-448e-85eb-c776ade506dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in sporty dungarees climbing moutain with a hiking stick poin ahead", + "public_commercial_use": false, + "recraft_id": "1baa4d53-388a-4395-8d41-897857815296", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:35:49.387017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a747b8d-34d4-4825-b954-fbabc64f3982", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inside a warm miniature room, there is a window of the room from the front view, and toys are scattered on the ground", + "public_commercial_use": false, + "recraft_id": "60e1b59c-ebf3-454d-9ed2-994dc2726f8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:32:02.89993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2cbb4afe-1f53-457b-b1cb-2adb04f0628d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "dolphin, rainbow", + "public_commercial_use": false, + "recraft_id": "45249150-d60d-49f0-a595-81c5abb66ae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:01:01.215786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38375179-5898-4129-91d8-60e551de25ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inspirational World Cancer Day Greeting Card Design", + "public_commercial_use": false, + "recraft_id": "1bc0a52c-7691-44a7-b513-995a98d5f9c2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T04:34:05.959435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cute hellokitty is wearing a vest skirt and using a big scissor cutting a fabric which is on fire", + "public_commercial_use": false, + "recraft_id": "67bb0819-edda-4107-9145-48de2925863e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:36:08.120523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "adf8c052-974f-4032-96b1-91ee7d8f2af3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "(2) a shot of a worker in uniform inspecting roasted beans cooling on a large circular tray, with steam rising;", + "public_commercial_use": false, + "recraft_id": "b16a1734-fd84-480a-919c-fc914d2b5b8b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:04:55.028393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad64fc63-a4d3-4e42-93cd-430704e1ea27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute little dog watching fireworks", + "public_commercial_use": false, + "recraft_id": "797380f1-6ba8-4dc4-b7a7-ab36147bcc48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:02:12.21343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0d08325-4808-4718-9652-5dde806dd05c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty is dancing in the snow writing LSL.", + "public_commercial_use": false, + "recraft_id": "eefd6559-faf0-40ac-9c42-bffb4d9bf3bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:12:30.810449Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "80441101-6f01-4109-9c3c-df129a2380af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk burns Kinkaku Temple in the front background", + "public_commercial_use": false, + "recraft_id": "593c6928-c659-446b-a5f8-f088faceac46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:30:04.097189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e86011c7-534e-4363-8fdd-750e513bf77f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A piglet wearing a red and yellow striped birthday hat, next to a pink birthday cake with a red 12.4 on its profile, burning candles, Christmas costumes and streamers around it", + "public_commercial_use": false, + "recraft_id": "761bab8a-2fcf-4a71-95d6-f818c2dc96c7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:43:28.088455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f8170c2-9065-4792-91d5-0d2acee4b7ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the black Rover mini sprite is flying in beach ,all wheels are burning, ", + "public_commercial_use": false, + "recraft_id": "bc8aa855-4cd8-4b83-a7ea-462d8eec0511", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:13:40.235024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d9c5412-0894-49c8-83fd-ed7bbe4ee640", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty in the snow, with the letters B and X written on it", + "public_commercial_use": false, + "recraft_id": "aaaefaa2-0e71-4375-8159-a3e79ec9eb3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-03T12:29:03.528901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9337076-2adf-447f-b94e-b0827be4954e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "aurora,iceberg,fireworks,an array of stars", + "public_commercial_use": false, + "recraft_id": "d63b5b06-a262-4d8e-a8e7-28ec43a45411", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:52:19.016223Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "11148a3c-dda4-4562-aae4-261d0effa3de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snow and writing CML while fireworks are going off in the sky.", + "public_commercial_use": false, + "recraft_id": "ef838578-6dfe-4c98-b33d-6dc4a20adb1e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:50:03.654384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dd9c40e-340c-4fd3-a2a3-5c0847844879", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two hellokitty stood in front of a house and looked into the distance. Behind them was a bright Christmas tree with snow on the ground. At the same time, six letters and a heart were piled up with snow in front of them, between CYQ and XZL.", + "public_commercial_use": false, + "recraft_id": "75ae976d-892a-426d-953d-36b0fc8d8307", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:26:58.133892Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67634c12-bca3-4b6b-99b1-d56303c5e464", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Husky has been wearing a Christmas hat, lying under the covers, drinking milk tea and showing a surprised expression.", + "public_commercial_use": false, + "recraft_id": "ef073f35-e081-407d-bb16-79b935bb6ca6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:36:08.381439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8a76835-c5ab-4714-a544-8276a7c97586", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hot and ashamed, confused about right and left.", + "public_commercial_use": false, + "recraft_id": "711bfaf8-da98-4e6b-b5c2-216c085e2c46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T22:16:29.932069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb07ca88-4bbb-4247-ac8b-ac88a1b50d65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Design a promotional booth for a streetwear brand showcasing modular laptop sleeves at a university campus. The booth should be visually engaging, with vibrant graphics, interactive displays for showcasing the sleeves' customization options, and a welcoming setup to attract university students and creative professionals. Include clear brand elements such as bold typography, sleek modular products on display, and fun giveaways like stickers or small patches. The setting is a modern university with students passing by in a lively, energetic environment. Highlight the brand's innovative, youthful, and eco-friendly ethos.", + "public_commercial_use": false, + "recraft_id": "b66ca20c-44c6-473c-a013-78dd1db90343", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:37:24.401348Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "230127ea-b59c-418b-954f-4b9cb11d73e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lunar New Year Party Invitation with Lantern Design", + "public_commercial_use": false, + "recraft_id": "91b3c404-8f06-498b-913c-9e62033ab33c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:35:44.121078Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "29f0e028-2c70-494c-b115-ea41c11c5770", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Emotions Music box Daydream Butterfly Rainbow Glitter Emancipation Heavenly Caution ", + "public_commercial_use": false, + "recraft_id": "aabea807-7962-4c0a-a23f-daa486736384", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:40:46.354113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3189532-98a2-4bfd-bf81-a8f94d06d690", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty is playing with a fairy wand in the snow, wearing a scarf, with fireworks in the background, and the letters C99 written on the snow.", + "public_commercial_use": false, + "recraft_id": "580834e3-1a1a-47f2-8722-3ff746e064a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:57:30.205535Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b512139d-69e9-4560-91fc-1be1c4566824", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty and an asign young lady eat cake at the Christmas party, next to the Christmas tree, a Samoyed, outside the window blues, snow", + "public_commercial_use": false, + "recraft_id": "4b396bf0-0f9c-4f8f-b22e-92d9458144a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T22:59:36.162634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c1f3c00-f225-480c-b04f-a2c3fd6795b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald Trump stands in front of a mirror looking at his childhood self", + "public_commercial_use": false, + "recraft_id": "679154c1-f486-4280-be10-0815ca2d30b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:53:24.285886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3df54deb-c893-4776-bde3-7dbf2965aaa2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "amigodogfood", + "public_commercial_use": false, + "recraft_id": "1cca45d9-08f5-4f1d-b2d5-9d2910b65d8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:47:45.219051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a52579d4-c030-46e5-9f4f-166cdaacabf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree adorned with gifts, a snowman wearing a scarf, a kitten holding a guitar, a puppy wearing a Christmas hat, and a panda wearing headphones", + "public_commercial_use": false, + "recraft_id": "60ff9daf-8a06-4bdc-b691-a2dd49ffd8b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:05:25.859392Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9d114c58-a5e5-41a3-b561-6841c9c12ce5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty plays the piano in front of the snow wooden house", + "public_commercial_use": false, + "recraft_id": "6e161596-8190-4c53-890f-053960d5a9c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:14:12.958618Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "64b780ba-4879-4d0f-9575-bd0d13bb24b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty looking at the christmas tree", + "public_commercial_use": false, + "recraft_id": "91237544-166c-44c0-b9c2-3bcdd3a10472", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:21:58.878881Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3617eb75-6fd2-42aa-9650-6bbbd4428691", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute snowman white snowing backgroud", + "public_commercial_use": false, + "recraft_id": "d0067071-7cfa-4db7-a785-798f3528db7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:13:28.616356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4df3f32e-4f61-4afa-9721-94d834d9de24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The environment is clean and modern with warm lighting highlighting the coffee beans.", + "public_commercial_use": false, + "recraft_id": "124ef065-ef00-4a8f-ab60-e484e0a51b1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:35:04.003823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3356882-ab61-4a2f-b203-f01caf78428c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A west highland dog eating a bagel in the swimming pool,a cup of coffee,a carton box with handwritten small 929 numbers,inside the box is full of bagel,sunshine", + "public_commercial_use": false, + "recraft_id": "6af18d7a-1d35-41fc-8358-a706a498c31a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:03:17.731398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "319f97e3-f88d-42be-87a8-fe69f061dd07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the magnificent Snow Mountain Range, the snow capped peak shines under the deep blue sky, and at the foot of the mountain is a peaceful blue lake surrounded by pine forests. In a small house in the pine forest, there is a furry British Shorthair Blue Cat with big and round eyes, lazily lying on a soft blanket with a woolen ball next to it.", + "public_commercial_use": false, + "recraft_id": "e9e77fa0-c794-4104-9b59-6fdcf7830c6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:40:52.507151Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c972045-0716-4af0-bb3f-6ea1e364ad81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat wearing a blue scarf stands in the snow with a Fuji camera, taking a photo of a panda wearing a pink woolen hat", + "public_commercial_use": false, + "recraft_id": "0a5ad7e7-0713-4d27-a01a-90b982a084a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:00:55.020156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ee90a77-0dd9-4582-af24-033c5fdc1537", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mole and a mink play on a seesaw ,besides the river ,covered with green grass and lavenders ,red balloon on the ground", + "public_commercial_use": false, + "recraft_id": "4edbae1a-6d3f-4bf2-b271-3a8690ea61b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T19:50:19.73913Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "7312d300-c8fa-4617-9a33-371e01a37be0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "burning", + "public_commercial_use": false, + "recraft_id": "ec59729a-f724-4a8a-857e-0228e48007e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:21:28.905865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4ee7063-d29a-4bca-bd47-90d8120672b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Gold and Red Lunar New Year Banner Design", + "public_commercial_use": false, + "recraft_id": "067d89dc-b48d-4eef-b804-6b9c89c23979", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:57:02.154971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e88a4ff2-0abf-49b2-b67c-33abcd38a4f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the summit of Namsan in winter, the view stretches over a quiet Seoul, wrapped in a soft veil of snow. The chill in the air is invigorating, and the landscape seems to blur between nature and city, where the pale sun casts a gentle glow over the icy trees and distant buildings.", + "public_commercial_use": false, + "recraft_id": "685dcd18-bce9-4522-b5ca-6fed17b11356", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:51:08.918792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b058ccde-c661-4468-b786-837b14a1a4bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Dragon Licat wears a white pearl necklace. The front is sitting on a red sofa with a snowy backdrop of pine trees.", + "public_commercial_use": false, + "recraft_id": "1fe1de2b-b3b2-46eb-b768-f135beb8260c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:29:26.713789Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9db57c87-370c-414e-9823-ed276cd08a32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy is playing in the snow with heavy snowfall", + "public_commercial_use": false, + "recraft_id": "f74ed744-6262-4001-ba87-2fa08e4e3606", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:33:32.607747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e86c83b3-759e-4c78-a0b1-72a6fce70cbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person is taking a walk in the streets of Shanghai.", + "public_commercial_use": false, + "recraft_id": "73a1285d-3ebc-440c-9404-bbf20140b70c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T11:03:45.025575Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5653dfbb-871a-440f-995d-378552b7bc51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dramatic, ethereal visual of Kanye West standing alone on the edge of a misty river at dawn, blending a sense of solitude and spirituality. The scene captures a haunting yet serene moment, with Kanye dressed in an all-white outfit, symbolizing purity and redemption, as he gazes across the water. The atmosphere is dreamlike, with soft, golden sunlight breaking through the mist. Subtle angelic imagery appears in the sky, as if divine forces are watching over him. The aesthetic is modern and poetic, with muted tones and a balance of realism and abstraction.", + "public_commercial_use": false, + "recraft_id": "fb98ded5-f68f-4889-8766-6f952e751884", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:00:45.879756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1026a2fa-98f5-4cdc-b2ce-a70f390737c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mount Fuji", + "public_commercial_use": false, + "recraft_id": "ba68a2ed-30c5-4d8b-a3d8-37c14a211a51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:35:19.336889Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "eaa4df2d-0076-4a21-a473-a6ade693ccb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "miniature schnauzer, snow, christmas", + "public_commercial_use": false, + "recraft_id": "cfd23557-8c3c-4b1b-9d87-082f14c3f7a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:02:00.606153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc7487e8-5f67-481c-ab3c-f9418bffb020", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat and dog", + "public_commercial_use": false, + "recraft_id": "4a22a4e9-a595-4cad-8f2b-f92f74108eb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:46:29.915581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c4e2e0f-8820-4c0f-9541-e1003cf5aec2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a three month years old corgi baby is having a birthday party on the snow ", + "public_commercial_use": false, + "recraft_id": "9328ec7b-867b-4391-9302-2be7d4c129c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:06:44.602823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c562150c-36e4-4283-9536-60abb0b28b01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white furry sweater", + "public_commercial_use": false, + "recraft_id": "686b42d4-8848-4c1f-9167-9c0e2d60b70d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:09:06.077895Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2685bc64-b8b5-4846-b3d3-651e43178085", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dark figure stands in a garden at night. There is a house on the left side, some tangled ropes on the ground, and plants on the right side. ", + "public_commercial_use": false, + "recraft_id": "8ba29823-1211-4419-b1f0-05b0e2f555ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:05:16.672179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4c3bad0-8291-451a-a548-5af4f47590b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Japanese white Shiba Inu baby in front of a snowy meadow, a delicate Santa hat with a star stick, beautiful northern lights, and small butterflies surrounding him", + "public_commercial_use": false, + "recraft_id": "300f67e7-22b3-459b-8d45-aeef83e9af68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:53:17.758315Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "55c065da-aa1e-43a3-acc3-5d41f4f4a58c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cxfw style,jp snow scene film vibe,film camera,Snowy Hokkaido scene,A little super cute white swan with a pink scarf in the snow,there is a small snowman in front of him,there are bright fireworks in the night sky,a fluffy toy swan,a jellycat plush toy,thick snow,snowy,snowy,swan head,fuji film,Hazy Texture,Polaroid,blur,low saturation,", + "public_commercial_use": false, + "recraft_id": "95840819-1892-4226-b359-c5f95177cdea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:33:28.8344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3eec3a7b-7491-46d8-a627-1cf0df29859c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A super cute Hello Kitty is sitting on a sofa floating on the water and reading a book, surrounded by a cute cat and a puppy, in a lake under a snowy mountain, with snow falling in the sky", + "public_commercial_use": false, + "recraft_id": "29c2cdf6-4335-491d-8997-15c4197a8547", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:48:32.489109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de08d2e9-039a-4137-b127-2f4fc817f6b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white horse lies alone in the snow, bleeding profusely, with Mount Fuji in the background and snowing in the sky", + "public_commercial_use": false, + "recraft_id": "7f99f4e7-4f7c-48b5-8a0d-bde75c1ba858", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T15:21:19.069479Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c5c25ec0-ad28-4a73-887e-74c53e520225", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ducks swimming in the universe", + "public_commercial_use": false, + "recraft_id": "f6d81f39-bb39-4984-98b9-b8be9d2474f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:56:26.072674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67dc38fd-336a-4f0e-98e0-ead766823454", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a deep swim pool next window", + "public_commercial_use": false, + "recraft_id": "c984d139-dc37-4691-8ec9-b567225f1671", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:48:45.996645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dbf7a61e-5704-4de1-bbad-1c3fec4c5398", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Generate a hyper realistic image of a man who is showing his financial proof, 4k", + "public_commercial_use": false, + "recraft_id": "6058b314-6a8e-4d3e-9608-fd5e83bba742", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:07:48.68414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22896399-a041-4a47-ba1e-a899922dc258", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute panda and an orange cat are picking up shells by the seaside", + "public_commercial_use": false, + "recraft_id": "a3ec2eef-5e6c-4a04-88ab-742171787164", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:01:26.49088Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0665ee07-f033-4175-bc93-4da601351437", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat gazes at the night sky from an interior car, its head tilted to one side, looking up through the interior car window to the visible stars and night sky. This scene captures a wonderful moment of nature's beauty.", + "public_commercial_use": false, + "recraft_id": "f3a48ff8-b3c7-4cd3-9984-ee3151fd21b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:53:28.452312Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e0637adf-fd30-4086-ab9d-fba9105c5a19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mini dachshund puppy celebrating christmas with a red christmas outfit, some ribbons, a cream cake look like christmas tree, centre composition", + "public_commercial_use": false, + "recraft_id": "ec3706a3-1366-45ee-8ce3-31934cbdaca6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:19:32.887343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fea335a3-e331-4594-9d8b-c2e89012ea93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a smiling rabbit eating snacks (chips, biscuits, marshmallow...) in the office", + "public_commercial_use": false, + "recraft_id": "3357b7b0-4924-4b1d-84a5-33b083a829d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:57:41.215655Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "dc9a3414-4a75-4943-b7cf-1b8a4ac649dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise sleeping on black and white striped sheets", + "public_commercial_use": false, + "recraft_id": "87b4907d-9f91-4f74-8cc1-80807635d606", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:14:30.929265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14660102-cc69-43c7-bf1a-1d980fbb2ff9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a princess sits in a pumpkin carriage, looking at the camera, close up, snow falling from the sky", + "public_commercial_use": false, + "recraft_id": "75696af0-0a5f-4ed7-9c93-7c9256df6709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:03:36.354311Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "52f1e3e8-7f25-41ad-936d-25a84cc3b820", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A vintage rabbit doll is blowing bubble, a vintage cat doll is taking picture by camera. Both dolls are human size, they stand close to each outers and have different pose. Many bubbles flowing in the background", + "public_commercial_use": false, + "recraft_id": "d1ee55fb-2cd1-4bc2-b88f-6e14aac83da1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:40:54.192833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5248f152-9271-4b41-bf00-19a0311ddb7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there is a green aurora in the distance, and two golden haired puppies are playing in the snow", + "public_commercial_use": false, + "recraft_id": "452e4381-3bf4-402a-91db-8ddd05ed8973", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:06:28.592144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbe7419f-e3cc-4122-b992-d3e47c18b79c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy vintage portrait of a young asian lady sitting by a window, her face bathed in soft, golden sunlight. She wears a delicate floral dress, holding a single rose in her hand. Her expression is thoughtful, gazing into the distance. The background features lace curtains and a weathered wooden windowsill, with light leaks and a faded sepia tone enhancing the nostalgic mood.", + "public_commercial_use": false, + "recraft_id": "c5b5fba7-c901-4a9f-b6f8-44ded946c799", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:00:06.650849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4825ed00-8a05-4861-82f0-104cc1e52eed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Five rabbits surrounded the beautiful Christmas tree in the snow. There were many colorful lights hanging on the Christmas tree, and there were many gifts under the tree. There is a handwritten letter \"newjeans\" on the snow. The overall color is warm and lively.", + "public_commercial_use": false, + "recraft_id": "e44f6a6c-aaa6-42e0-8544-425797e23fb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:39:52.976876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2874a49b-620e-4c05-96f0-61a79d43d980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a corgi is playing on the snow in Canada countryside and strong polar lights", + "public_commercial_use": false, + "recraft_id": "ce32e044-5359-4306-80a4-e9ffb77c1897", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:25:52.788286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f80c245-fa61-40a9-ba0e-320af1d3a420", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " cute, with transparent wings,little beagle, in the snow", + "public_commercial_use": false, + "recraft_id": "dad80993-0af6-4755-a9a0-476120fab822", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:03:05.387236Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c6e89b43-d906-4b45-bfac-7a94626907f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Doraemon breaking door of the office", + "public_commercial_use": false, + "recraft_id": "fb95fe1b-ddad-4590-8f68-ac89cacff9c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:45:45.865732Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in pink playing pool ", + "public_commercial_use": false, + "recraft_id": "49e76774-f963-4077-9a50-9f36ebbecf05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:13:35.965438Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "0d0fe439-ec0a-48d0-8d28-f8e3e16f644e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ain the boundless snow scene of Altay, a Chinese beauty with a woolen hat on the head, snow boots on the feet, wearing a sweater and a white dress, sitting in the snow, and there is a horse behind.\"", + "public_commercial_use": false, + "recraft_id": "4f101690-b2d8-451f-b7da-207510805f6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:14:30.506757Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1408cfd6-77a4-485f-888d-4ce47c313de5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there are the hellokitty and pingu in front of a Christmas tree", + "public_commercial_use": false, + "recraft_id": "2ea1000d-76b2-4418-85a8-9895e6e11fb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T17:01:35.320311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a0e17fd-aeda-47ae-b8fb-8131c16de486", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland puppy dressed in Christmas style is playing in the snow.", + "public_commercial_use": false, + "recraft_id": "d2ccc8fc-8680-4193-926f-d35d72a59afb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:18:31.254577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a11514-fa98-4733-9db2-eb0af4a342a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Draw a christmas invitation card with a real green christmas tree in the middle", + "public_commercial_use": false, + "recraft_id": "f3a67133-026d-4f81-8f05-60a06fdb2ab2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:57:53.586802Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acccc1b2-9f1c-477d-9990-345c99ae4038", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "kencarson with kanye in China ", + "public_commercial_use": false, + "recraft_id": "249a5c14-f597-48bd-80d3-c3b2be30f1d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:36:08.120523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb16e737-1c60-4c43-b3e5-cfe654667c57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the packaging line where bags of coffee are sealed and labeled", + "public_commercial_use": false, + "recraft_id": "b16a1734-fd84-480a-919c-fc914d2b5b8b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:05:46.471662Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "13a99f70-2ab6-4abc-907f-87f449674824", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a chair wrapped by striped wrapping paper under Christmas tree ", + "public_commercial_use": false, + "recraft_id": "a6c02e0b-c22a-47d6-ac7d-b62a6a757187", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:37:39.831518Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a9792a8-da44-4f21-9dbf-e9424cd4de14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sitting next to Hello Kitty, there is a Christmas tree and a small cake. In the distance, there are snow capped mountains, beautiful clouds, and Christmas elements. SYH is written on the snow", + "public_commercial_use": false, + "recraft_id": "00390c54-19e2-416b-bf6f-33fca289feac", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:16:00.806124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d14e801-dd95-48f7-b782-d05d1f293c9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty is sitting at the desk, with a laptop in front of her and a cup of coffee in her hand. The laptop is on fire.", + "public_commercial_use": false, + "recraft_id": "9c076f6b-247d-4a49-acdd-d6a12fe60669", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:46:24.623798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73bc902c-313a-42d4-a93b-22228202e366", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cat is celebrating its birthday, and the birthday cake is covered with roses.", + "public_commercial_use": false, + "recraft_id": "7afd75f8-90fb-4f62-af71-0582ec5346c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:59:29.144534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8dd4f954-2a0c-4b25-948a-106414ce1a11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " Hello Kitty is driving BRZ car on the fancy road, and the road sign is named Chrissy's Light Future. ", + "public_commercial_use": false, + "recraft_id": "81395550-0be1-4f0d-add8-2b65d07d179e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:17:45.575271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfdc80a8-44e0-47b3-8019-136dccca6c34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Japanese young man watches the burning Kinko ji Temple at night", + "public_commercial_use": false, + "recraft_id": "c83ea0ef-86c6-4ddd-b96d-3f0d58b32814", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:44:47.994673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "237638e3-35b8-4665-acc3-a7a4920f08fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " aurora, the swan in the lake", + "public_commercial_use": false, + "recraft_id": "a911522d-2a30-47ae-8783-6c8c03cb57a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:01:21.648304Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c21b24ab-0cf2-4e65-b77d-27038b689079", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monkey in a suit all the time is burning a computer in the office", + "public_commercial_use": false, + "recraft_id": "881e2a4e-48e1-41cb-b68e-0e63e0a7e03e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:32:24.283325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdd55e2f-e828-4d1c-95af-91f7dba88448", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with his eyes closed and feeling the cloudy weather", + "public_commercial_use": false, + "recraft_id": "c840e740-385b-48a8-a9a9-6aab50d820db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:00:51.253429Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "152a359e-0435-4ac7-9485-81c18f594411", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man, a vintage house, butterflies and a cat.", + "public_commercial_use": false, + "recraft_id": "7750f4a5-ad55-451d-9616-f12a268a79e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:38:40.571342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb5a534c-8e8b-49dd-ac48-8c3f004cb03a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the foot of an erupting volcano, there is a man named Hello Kitty sitting in a black suit, wearing a black pair of sunglasses. He is facing a laptop computer with a keyboard on fire, and there is an LED light sign behind him that reads PEACE and LOVE.", + "public_commercial_use": false, + "recraft_id": "5a8adb22-b2bd-411a-8755-147ba3a9a7d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:33:42.610743Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2c17a947-790b-4667-8027-93b45f056eb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dark Night, Snow, aurora, sparkles, birthday cake, christmas, deers", + "public_commercial_use": false, + "recraft_id": "bff2598b-3919-4c5b-a976-65ea513992b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:18:55.154487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78691b82-a403-4b28-8be2-b4190e8dc936", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a soft white bed, a West Highland White Terrier is licking the fur of a orange cat, and outside the French window is Mount Kilimanjaro", + "public_commercial_use": false, + "recraft_id": "fff50b6e-e238-42b6-9fb2-34d5a6e0a344", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:50:49.620246Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a97bf2eb-8e49-40a4-8d62-b9d9f791d731", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire terrier is looking at the stars in the snow, wearing a Christmas hat and wants to fly to the universe", + "public_commercial_use": false, + "recraft_id": "0d0c6b8c-b49f-4322-bad5-0034177a131b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:33:09.803589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81b6206b-cf23-4cb6-a7b2-5a06aed7846c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 4, + "prompt": "A cute Hello Kitty doll is sitting on the snow. Hello Kitty is dressed in red and white clothes with a red bow on her head. The background is a beach at night, and fireworks are blooming in the distance. The colors of the fireworks are mainly white and pink, reflecting on the sea. There are footprints on the beach and some stars in the sky. The overall atmosphere is warm and romantic. \"ZXQ\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "b3c7f1bf-bfa4-4899-83ed-7de616883526", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:07:21.649024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "261c39e9-1555-4cab-ac14-d34ef273b8a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "many flowers, plush toys, warm atmosphere , snow outside, crescent moon", + "public_commercial_use": false, + "recraft_id": "7c0233c9-aeb1-4364-a2d1-8db52427649c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:37:58.886352Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a7765bf-331e-4ca5-b67c-2ca6094dc064", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful gift box writing \"muabomb\"", + "public_commercial_use": false, + "recraft_id": "ee92c34d-976d-4cbf-9b2c-f0d5019c3927", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:33:43.934563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28050305-37a9-4216-bb27-2a74a0e10520", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden gradient cat and a beautiful short cat are playing on the snow, with scattered fireworks behind them", + "public_commercial_use": false, + "recraft_id": "823b9efb-0198-47e1-9074-4cbe6516d671", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:35:39.080689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2fd5d35-8994-4718-8379-6f37665bb314", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An orangutan wearing a gray polo shirt gives a speech with a toothy smile on a classroom podium", + "public_commercial_use": false, + "recraft_id": "8f9ffefd-ad12-4d50-94e0-b9aa8cc33596", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T13:07:55.674932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e045dce9-9557-40ca-b832-0d255f63dca8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat and a rabbit in winter with house lighting", + "public_commercial_use": false, + "recraft_id": "99aeb042-cdf5-4bf8-8ef4-49a21de8e979", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:22:47.053369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f35b2ac-7bbd-45f3-8d94-7183c8f240a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Bichon Frise puppy with a Christmas hat and blue accents", + "public_commercial_use": false, + "recraft_id": "2823fdf9-b2b2-4552-aab1-427f51d12485", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:33:05.053349Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "6a47837a-f759-41a2-8a9b-e240a0ba9cc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Do Androids Dream of Electric Sheep?", + "public_commercial_use": false, + "recraft_id": "bac144df-96cd-4a93-ac2d-76e87a8d9ebc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:26:25.312385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85b4da67-275f-496b-a122-8ad544bec5ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dark-haired beauty riding on the prairie looked back at the full face, with the whole body of a horse, under the background of heavy snow", + "public_commercial_use": false, + "recraft_id": "fc4ec4d7-af61-48e3-8540-48556c0a096a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:03:55.014701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20b8ca1a-101a-42e3-ab55-81c9e8b5d86e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty is working in office with a bow", + "public_commercial_use": false, + "recraft_id": "7cce8d91-a6e4-4991-8747-7058fa8ead40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T11:33:58.758964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9bb77fa1-37ad-4849-b823-52263a91b0a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A meteorite border herd and a small golden retriever with a hat with 0927 written on the snow with stars in the sky and a huge Ferris wheel in the background", + "public_commercial_use": false, + "recraft_id": "30bf1fa7-7021-43ef-a521-87acc9d19b30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:03:06.578238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a51ec2b2-1ae3-49b2-860f-e99feca46b88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Letter: SLOWFAST on a shopping bag when there is a shopping line up for sale", + "public_commercial_use": false, + "recraft_id": "1196812c-c1e5-4863-83ed-5f27a58377ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:35:48.634227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e435dac-1da2-412c-aa01-2b93e143926d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "blue tabbycat in the room cuddle", + "public_commercial_use": false, + "recraft_id": "1c7f9d61-baed-420c-85e5-6a8e9110716d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:05:13.784296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1406a2b3-d223-4bd5-bceb-6ad3450e1159", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snow blue night, there are fireworks outside the window, and on the misty window, sitting next to cats and dogs there are handwritten letters of 23Y, ", + "public_commercial_use": false, + "recraft_id": "b63de613-bf6e-476f-b44a-64312e3a0e8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:33:51.659358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "152619a6-ce23-49a6-90fc-eda9ed6a5fd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A vintage film with a warm overall tone, at dawn with the sunrise. A Christmas tree stands in the snow, adorned with string lights. The scene is quiet and clean, evoking a dreamlike atmosphere. There are no other obstructions around, and in the distance, a few figures may be visible. The focus is on the Christmas tree, which ideally has snow on its branches.", + "public_commercial_use": false, + "recraft_id": "a23cf9f4-9a93-4992-a0bf-6d603e0f6dd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T02:59:19.746797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6932e50d-406a-4aac-b439-6cd7303bee61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the snowy day, there is a sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, and whs has traces of cat claws written on the snow, with the dreamy effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "2c30d28a-cfe2-4896-85a6-bcfd3aeb73c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:50:50.629517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9150215-de1e-419c-9c20-1c5961b8f6f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a realistic Doraemon sitting on a sofa, with laptop in front of it. Sofa burning dramatically with flames", + "public_commercial_use": false, + "recraft_id": "cb82c94e-9ab8-4325-a057-c8ad04925ff7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T00:59:12.740835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00ae5b93-bde2-466a-ab63-8e1f116a462b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A white Bichon Frise and HelloKitty are playing in a room with birthday cake and wine glasses. Outside the window is a sunny Swiss forest steppe", + "public_commercial_use": false, + "recraft_id": "6c6f018c-13d0-4990-869f-a06b84ea01c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:01:03.707414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78905af5-6771-4c0e-9fb5-d9583c0be6e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Schnauzer running in the snow with a Christmas tree next to it behind the rainbow", + "public_commercial_use": false, + "recraft_id": "b9720433-4822-4592-ac0d-62340542eaee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:43:47.784253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4650569f-ba03-4433-a93d-3e1c8bfdf900", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two cats with a ultra man", + "public_commercial_use": false, + "recraft_id": "0fe96521-446e-40ba-899f-bd558e06fe4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:49:32.932943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3b1fd00-8a5c-47b9-981c-584940ac2ef0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I want to describe a cat in the snow with the English letters \"Moon_changann\" on the snow and a moon in the background of the night, hoping to express a surreal dream-film style", + "public_commercial_use": false, + "recraft_id": "b299adfe-4eaf-48a6-8f26-8ac912224576", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:55:20.167269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten looks at the butterfly and there are bubbles next to it.", + "public_commercial_use": false, + "recraft_id": "e6688d1a-9f5e-464a-a247-1d001d553c5a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:58:28.354936Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aee6c4a2-8367-4ebe-bae5-4c54c344b7e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Luxurious Lunar New Year Poster in Gold and Red", + "public_commercial_use": false, + "recraft_id": "bfada871-44fc-4d9c-a4ed-90f22d81cb6b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:49:23.226343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9a1d70d-e672-44a5-b430-79d00e32fcf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A real crocodile wearing sunglasses is sitting on the bed playing computer games with Christmas gifts next to him", + "public_commercial_use": false, + "recraft_id": "9e0c774e-20ec-479f-9d4c-2d40cc965703", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:20:28.028897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ec5f007-1bdd-4da4-bcde-a538bf496e56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Kid in diapers playing cards", + "public_commercial_use": false, + "recraft_id": "a0b3dfdf-065e-4b7d-8431-e55a70b4e6a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:15:30.169551Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "59114aa7-c0d3-4203-8d82-be79bd636f07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fluffy white cat with pink bow on a road, rain falls on the floor,bubbles in the air", + "public_commercial_use": false, + "recraft_id": "c141e1e0-9780-4617-a320-abe6c54e6c9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:19:58.856763Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47d6e439-7687-4e69-9434-67a2f61a352a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the snow near the seaside, there is a Hello Kitty doll holding a magic wand. There are fireworks and a Christmas tree behind it, and some words are written on the snow with the abbreviated letters LKK.", + "public_commercial_use": false, + "recraft_id": "5b8324b2-22ac-4926-9ba9-817ac27db76e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:01:21.886369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96bcdb1c-71ac-42ec-b77d-647bbf5c2afb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy vintage portrait of a young lady sitting by a window, her face bathed in soft, golden sunlight. She wears a delicate floral dress, holding a single rose in her hand. Her expression is thoughtful, gazing into the distance. The background features lace curtains and a weathered wooden windowsill, with light leaks and a faded sepia tone enhancing the nostalgic mood.", + "public_commercial_use": false, + "recraft_id": "d3cc1b62-658b-413b-a8ec-fdf3e0ca383d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:56:42.153478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29ab2c1f-7d77-4110-b058-16f5d1dd7ae3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten watched the butterfly under the volcanic eruption, and there were bubbles next to it.", + "public_commercial_use": false, + "recraft_id": "54b92b68-a779-41b4-9a94-6db097eef758", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:42:53.79398Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a66f9d6f-1746-4cbe-868e-24172793787b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two dachshunds, three side herders and a Czech Wolf dog frolic in the snow beneath a snowy mountain", + "public_commercial_use": false, + "recraft_id": "3d8291e9-0bef-4a97-a2f6-9f5acab973e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:55:06.839693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ace4fc50-425f-40fa-8878-d8d6b47296b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "bluecat", + "public_commercial_use": false, + "recraft_id": "c2dfa9c3-850f-4817-9f5b-e0b98e6bd352", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:42:46.549124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "740d082b-ef21-4f5b-9080-421c3bf5be8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two corgis are playing toys in Canada maples ", + "public_commercial_use": false, + "recraft_id": "9f76b4ea-eca9-4eda-81e0-2f5d9d0dc297", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:24:47.47718Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0470416b-73f8-4015-b657-221550f127c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, hello Kitty sat in the snow with ZKK written on it, and fireworks were set off in the distance.", + "public_commercial_use": false, + "recraft_id": "62859a4a-95c8-45cf-8031-4bdc7d58ac6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:10:27.689617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8e62d33-0c5a-4027-bcfe-5d59f469a06e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit holding a camera is taking a picture of a goat in the sky", + "public_commercial_use": false, + "recraft_id": "b9267897-1e41-41a5-b380-2bbf589f0c1e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:35:12.60711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bichon west highland terrier puppy pilot, tongue out on a glider, flying the sky.", + "public_commercial_use": false, + "recraft_id": "1c008360-16aa-49dd-a323-1968dd5aaa66", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T20:59:23.678095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9bf03aa9-ef93-499d-bad1-1f96b684716a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cream-colored Munchkin cat with short legs", + "public_commercial_use": false, + "recraft_id": "c607f697-6db5-4c03-95fb-e5e535cba264", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:52:37.857679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30471509-4e8d-4f04-82b5-430d372df1d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A person with wings goes to the sky and flies a bit crazy", + "public_commercial_use": false, + "recraft_id": "7386cbee-a747-4b67-b38b-be75c8a7394f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:34:40.629589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f86ad1c-f367-4ef9-be04-a17955523502", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Western breakfast with croissants and coffee", + "public_commercial_use": false, + "recraft_id": "26e35d4f-732c-4056-9bf9-5cd412d771d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T16:14:02.25079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e24253e-1951-41a0-8204-fffb20c44e6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a clear mannequin in widding dress rides a unicorn in a church", + "public_commercial_use": false, + "recraft_id": "d311a88c-f9d7-4980-82ba-1da917d4db0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:33:22.386909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf75664a-d92d-4f6c-b907-e120216bb77b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sea, sunset, seagull", + "public_commercial_use": false, + "recraft_id": "fd5ab923-6ae4-41f8-b286-bc787fb3f22e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:10:42.552878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e5d0c87-4e64-4e9f-88de-9ab1d95e247f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with a serious look on his face black Beard white left eye", + "public_commercial_use": false, + "recraft_id": "47d9c6ae-dc37-4445-9fc4-f89eed20ab15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:52:42.588183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a41f9763-82ce-4133-a438-33df16bcf061", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Penguin white polar bear kissing", + "public_commercial_use": false, + "recraft_id": "49ef9231-8dc3-47cd-8112-490229bfdfbd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:33:34.497208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f090f998-544d-427d-8322-49c7c32e0760", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cute hellokitty is wearing a vest skirt and using a big scissor cutting a fabric ", + "public_commercial_use": false, + "recraft_id": "7de771ca-f57f-401c-a8ba-205df91bf650", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:46:36.502612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52725d1d-b600-4501-8910-fd5d9949202f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Design a logo witn \"JH\" and \"JINHUA NEW MATERIAL\". The main color of the logo is blue and green. The logo should be simple and concise,reflects chemical industry and friendly environment.", + "public_commercial_use": false, + "recraft_id": "6cdb2576-2de8-4bd6-88aa-117e0ab64828", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:52:29.26777Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db76deca-66cf-41b8-8360-2b213fa06350", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora in the sky, a deer wearing a butterfly knot, with wings, sleeping in the snow, the snow is written DREAM", + "public_commercial_use": false, + "recraft_id": "2ab4f9d4-6b9d-4983-b9a4-8949282322df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:05:48.688301Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5dce16ad-3089-4484-a096-d857b4b58834", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty cat and an asigin young lady are having a christmas afternoon tea party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background,a lot of dessert and cakes", + "public_commercial_use": false, + "recraft_id": "15102cd5-d65a-44ab-be17-b2378e4f9f1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:42:28.627273Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "5d2a51cd-5770-4b41-a2d0-c44a6296092d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady with long black straight hair (no hair ban)riding a white horse in Paris street, photo angle from far and front, with iconic Parisian buildings ", + "public_commercial_use": false, + "recraft_id": "eb54a9a6-0cb0-4a1c-a9bd-681e03658f2b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:01:12.085533Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2886cdc3-71fd-40e9-9db4-bae9eb10c1a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Doraemon showing middle finger to laptop in office", + "public_commercial_use": false, + "recraft_id": "a64f8f0f-e118-42a3-b0ea-dee6ed7174a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:16:14.164777Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d37ae89b-a2c2-419a-9162-78c61939756d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "dog with cow is dancing", + "public_commercial_use": false, + "recraft_id": "6f3c6d53-d6cf-455e-9d59-b7b46c37beac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T12:49:42.484158Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d98879e6-0c91-4d52-88a9-0dd72b236a0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and there are traces of \"zxc\" and traces of cat claws in the snow. Melancholy blue night scene, with the dreamy effect of light particles, high color saturation", + "public_commercial_use": false, + "recraft_id": "3fdf1d50-c600-4b8c-84ff-fcfb8e15e0cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T13:51:55.997818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42273c92-36f6-4ee1-afab-d1a2d01c3b5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is on the pedestrian street with a cocktail in her hand.", + "public_commercial_use": false, + "recraft_id": "81d2e69f-8ebb-4e4a-bdd3-ca115d26f20f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T01:51:39.585359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e626bbd6-bcbf-4562-a1bb-59749854a408", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A knight in a black robe and veil stood with a black horse by a quiet lake", + "public_commercial_use": false, + "recraft_id": "ad3e7bf5-b944-4c09-98bd-67d850273575", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T16:59:44.463152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange Maine Coon is watching kpop at ", + "public_commercial_use": false, + "recraft_id": "14935b9a-9c60-40be-8577-c451f2699453", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:02:37.276872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8401956e-0cba-4ea4-be4f-4f9a086fbe78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute monkey is reading the book,and dirnking a glass of wine, Although there was a big fire outside the house, but monkey remained calm", + "public_commercial_use": false, + "recraft_id": "634f8166-cca4-4714-acbd-4b5467387f55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:16:51.354663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48996062-531f-477a-a6c4-74382dacd562", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten wearing sunglasses and a scarf exploded while drinking champagne.", + "public_commercial_use": false, + "recraft_id": "e3f982bd-265b-47fa-871f-3edb93e363ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-04T01:01:45.913383Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "8769911c-90bd-4f45-bcc8-e76815ef15eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A luxurious hair oil in a transparent glass bottle, filled with a very light yellow oil. The bottle has a sleek, minimalist design with subtle gold accents, including a golden cap and clean, elegant typography on the label. The overall aesthetic is modern and refined, emphasizing the purity and premium quality of the product. The setting includes soft, warm lighting and a neutral background, with a hint of natural elements like wooden textures or soft fabric to enhance the organic feel.", + "public_commercial_use": false, + "recraft_id": "e264946b-60ca-47cb-b28b-942d34962b3a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:11:30.470152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e66f040-e28a-43e0-8048-d6699b17ecb0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in kimono, night, Japan, fireworks in full bloom", + "public_commercial_use": false, + "recraft_id": "9560fe93-7969-4838-885e-90baba086f10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:28:09.261664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8efe50d-e9e6-457f-bff8-2981f4cf3d4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A fluffy cat wea aviat glass and a rabbit are hanging from a hot air balloon ", + "public_commercial_use": false, + "recraft_id": "42b4e6a0-2674-458e-b4d4-8a1def1a77ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:12:06.522618Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e57faac-b387-47b7-be0f-e62f5f0b9573", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten, Christmas tree, burning fireplace, fashion photography", + "public_commercial_use": false, + "recraft_id": "737dc1fd-372c-4303-9f6d-d2488f35d02e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:26:21.917839Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f08c82b6-643f-459d-a630-4d61d9492769", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow, blue dark sky and a three color corgi which has light white line between two eyes ", + "public_commercial_use": false, + "recraft_id": "d354115a-8255-4a60-b6bb-830edaecef07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:40:00.390161Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "f3612c73-c331-4d76-a8fb-59c3a7cbd0c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dynamic Lunar New Year Banner with Fireworks", + "public_commercial_use": false, + "recraft_id": "95f00bd6-27dd-4301-ad80-6ef079d241dc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:00:01.799757Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in a pink sofa, and holding a light blue flower", + "public_commercial_use": false, + "recraft_id": "0c16241d-338d-411b-9145-3f0cfd927a16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:02:41.649339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7efd42d6-70ba-4c5e-8d3a-d49e78e86067", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute white cat,hairy,wearing sunglass,looking at a macbook ,busy,paws on the keyboard,a coffee on the desk,a plant,many books", + "public_commercial_use": false, + "recraft_id": "5e582f50-16a1-46b7-9c48-6e01ed4910f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:21:06.649041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a628cc8-2ad4-47e4-9cbf-91d20796becc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance of a Chinese style ancient building, lightning struck a person who was on fire", + "public_commercial_use": false, + "recraft_id": "d0763403-bc0f-465a-a062-d88ecb81e50b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:24:00.256686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48a0c485-2f48-4ce7-b559-0099c5b923d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dachshund welsh corgi", + "public_commercial_use": false, + "recraft_id": "2aa7fc6b-3696-4d1d-bfd7-cd9e57f3d478", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:21:16.802276Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df058dc6-85a6-4b98-9369-d7ab8cb28fff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund lies in front of the snowy French window, next to a Christmas tree and a warm fireplace.", + "public_commercial_use": false, + "recraft_id": "94989504-5cad-49c8-893e-0401370b6cea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:17:20.998334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "155222aa-b246-4106-9220-2e5d94a705bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person adorned with flowers all over their head is setting off fireworks in the snow, with auroras in the sky, and the fireworks burst into shapes of flowers.", + "public_commercial_use": false, + "recraft_id": "ac1367fb-e8ec-4bfa-9c2d-0fc52d64d312", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:03:57.278688Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ada63efc-4935-402b-ac0b-93ce3dc5e6c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White bichon frises and a cats are running in the snow, and there is a volcanic eruption behind it.", + "public_commercial_use": false, + "recraft_id": "6e692c24-8371-4ee9-b1f4-f117e457f97f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-03T20:32:03.117546Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "a5078cb1-fbe6-4e74-8c4a-612168623958", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Czech wolfdogWith sunglassesTake the flowers ", + "public_commercial_use": false, + "recraft_id": "77d18e69-aa1c-4560-a562-d2b8da2bba36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:48:34.63238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccc98dca-74d0-4608-be27-872abba6699b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "applecomputer bluetabbycat ", + "public_commercial_use": false, + "recraft_id": "738cb522-83d2-49e7-a67d-8cf0cfe35143", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:01:23.602395Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "822d956c-cbdd-4406-96e0-2b85631bac5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "A vintage rabbit doll is blowing bubble, a vintage cat doll is taking picture by camera. Both subject are human size, they stand close to each outers. Many bubbles flowing in the background", + "public_commercial_use": false, + "recraft_id": "1ab7fde7-b21d-49b3-84ce-29d072aa9bb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:47:47.732389Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e4408f2-7a69-4540-9df7-6d832b31fca2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A doggie with cute element and with the word Linda. I want to to be my iph screensaver. I want pink style", + "public_commercial_use": false, + "recraft_id": "be727800-c652-4f1a-af7c-bd76bc0e8cc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:02:31.127294Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd111d3f-2e20-4673-9b69-7c05b598528e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty is bleeding and standing in the slow alone. ", + "public_commercial_use": false, + "recraft_id": "eb6ada78-0547-4ad1-a4ff-75eaec0392ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:56:14.23235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d21d92de-6bf3-4301-b389-aced0bdb7c76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "outside in the snow a hedgehog is walking on the snow, leaving a trail. it wears a cute christmas hat", + "public_commercial_use": false, + "recraft_id": "4a534371-baf0-466a-936f-254d37913bb9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:06:08.445511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0081921-abfb-4645-82a3-dc31da46650f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty with sunglass drink wine under christmas tree in snow", + "public_commercial_use": false, + "recraft_id": "a593ea26-2c29-4c04-a490-1ac5e7023044", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:50:11.864723Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "277b17b2-6bc9-4786-8725-89727b16f528", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A deer was happily running on the light green lawn and looking at me.", + "public_commercial_use": false, + "recraft_id": "3d526f1b-9059-40f2-af88-b7fbcdd656b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-02T13:10:51.153147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a17e1044-d57f-49d9-b659-bdbdab962e7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white terrier runs and plays in the snow at the foot of Mount Fuji as snow falls in the sky", + "public_commercial_use": false, + "recraft_id": "8e54732e-f47f-41d6-8d83-8e9ee9cc7eac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:47:16.648903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3bb884f-de46-48b9-93a6-a3a64e699660", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "computer bluetabbycat ", + "public_commercial_use": false, + "recraft_id": "36670a68-39aa-44c4-941f-79f4efe6ee1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:03:24.177336Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d8359e8-9312-4f16-bbc7-60f4abf9975a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute monkey is reading the book,and dirnking a glass of wine, Although there was a big fire outside the house, but monkey remained calm,Close shot", + "public_commercial_use": false, + "recraft_id": "1e73cdfc-d7cc-431c-8b99-544b2c47f44f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:51:47.060447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04cc1567-c1be-4392-a334-79ac4bb4aaaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "applecomputer graytabbycat ", + "public_commercial_use": false, + "recraft_id": "c215b2d1-b555-4238-b65c-b4f3b210be97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:04:55.913042Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "0903d619-cfd2-4192-aff0-1cc50cb089b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A men with a dog head instead of a human head, wearing a cap and white sneakers, standing against a street wall", + "public_commercial_use": false, + "recraft_id": "56c1704b-1d67-48ad-9737-0fa7c7e2ef34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:36:39.880904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8cad47e8-4837-4a45-a525-922e3901509a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A doll bear wearing a short sleeve with Ladorota text.", + "public_commercial_use": false, + "recraft_id": "6f747d76-7ea8-4d73-a64b-60bca2d96bb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:35:42.26263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A volcano filled with lava, surrounded by transparent butterflies", + "public_commercial_use": false, + "recraft_id": "3ad095d1-ef57-43ab-8771-751a6612d9a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:44:04.579154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7153e634-dfd1-4610-a08d-dcd583bbc125", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lost in space", + "public_commercial_use": false, + "recraft_id": "709527a3-ab83-40db-92e3-055e4630ef87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:15:38.728226Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aad881c2-235b-457c-a19c-84e51f60357f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and a white cat are on the snow. The black cat has yellow eyes", + "public_commercial_use": false, + "recraft_id": "cef4aa8a-e975-4dc2-b511-a3db57b5a980", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:09:52.89099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fbd1984-27c1-4543-b6f2-483bc49eb69d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A medieval young witch working in a bright modern office facing computer and files, Smoke was on the top of her head, she wears velvet dress and huge balck hat", + "public_commercial_use": false, + "recraft_id": "55d97552-1fbd-4c48-b037-936ecd654436", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:55:02.089692Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cdb54f8-8c6e-46be-aaac-7ea71c920d9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "During the snowy day, there is the sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, and Z WW is written on the snow. There are traces of cat's claws, with a dreamy effect of light particles, and the colour saturation is high.", + "public_commercial_use": false, + "recraft_id": "3060b365-306a-4769-9e88-91b9b03ef257", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T23:03:19.852096Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64bfb04e-9dd2-4370-9087-c79f0a674eff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald Trump stands in front of a mirror that shows him as a child and his mother", + "public_commercial_use": false, + "recraft_id": "ddcefe8d-8b85-4e75-9bd1-265bb33d952c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:14:33.763614Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4eb60fb-bba7-4504-993e-bcc286c5090f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Happy realistic very short man with a gnome hat waving dressed as a gnome handsome young with a mischievous smile full body fat", + "public_commercial_use": false, + "recraft_id": "bb6c1be6-f36c-4e04-9619-9299f6ee338a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:52:57.132901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76163cdf-bc94-40ed-afa5-f88465eb2bd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white kitten stands on the snow, with a night beach in the background, and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink, reflecting on the sea. There are footprints on the beach and some stars in the sky. The overall atmosphere is warm and romantic. \"Y\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "326e0f43-ccf1-4170-94df-e1d08b4283f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:25:56.075016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cedar under the moonlight and playing teddy bear", + "public_commercial_use": false, + "recraft_id": "b4fc10bf-d0a6-4278-9065-cc4c3691ecd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T00:52:07.984683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fbaec3b4-a2e1-453e-a5ea-87097c2f72ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dinosaur standing next to a california freeway during blue hours", + "public_commercial_use": false, + "recraft_id": "95a41f72-de79-42ba-b6d4-a046b3b7bc12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:23:41.453447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb0aa15a-d7e9-4d38-98b1-33f246cc47b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute little snowman wearing wool hat and scar white snowing backgroud", + "public_commercial_use": false, + "recraft_id": "cba7339b-7129-45dd-9906-6d99e8f3ddd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:50:56.953213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e511c45d-52d2-4b47-8c82-c8e621fd71b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Samoyed wearing earmuffs and a scarf sitting in the snow with a small snowman next to it", + "public_commercial_use": false, + "recraft_id": "85b4e373-f356-4dba-b94e-d46a2c87fc2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:49:24.509184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cb854f4-6193-4663-9a96-b5a939bf358d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A West Highland is coquettish on the shiny snow, wearing a light pink bow.", + "public_commercial_use": false, + "recraft_id": "433b86ec-4c2d-457f-a130-7c90324336bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T19:13:01.153221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d123cee0-5c2c-4e95-a858-710613615546", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is sitting in the snow, next to fireworks. In the snow, xlt is written", + "public_commercial_use": false, + "recraft_id": "94c3d14b-600f-4fe5-a3e9-f5b89682f0fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:59:36.648752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47056442-4aac-48e1-96e9-4e6bca448e0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in green clothes with a real cat next to her, white background", + "public_commercial_use": false, + "recraft_id": "00389142-2e6e-401f-8b64-bde31139d69c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:27:47.503348Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "bf7079f7-47e3-4b8c-96b0-62c164aa2325", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lot of Christmas gift beside a fireplace and a Christmas tree ", + "public_commercial_use": false, + "recraft_id": "18034740-7ced-41d4-ae24-d76daee82fe6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:05:31.254461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26d533f4-ce6c-427f-a5a5-0ba8284ebcf3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "outside in the snow a hedgehog is walking on the snow, leaving a trail. it wears a cute christmas hat.", + "public_commercial_use": false, + "recraft_id": "3e9ab973-57ed-4875-95e8-5908fa07591f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:59:12.643227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5839aaf5-7e1f-4ffd-afa4-6afe926c1adf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute dog sitting in front of a lap top with sunglasses", + "public_commercial_use": false, + "recraft_id": "f66d5b96-5b3f-431b-8b20-120cd4405e66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:05:53.751975Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "f4a4da33-3700-402e-83fb-cc53168b5342", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute fluffy pug and a pink unicorn reading a book on the snow", + "public_commercial_use": false, + "recraft_id": "1f0b0c6c-0c70-42c8-8083-89fca738de8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:57:38.953355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f797cfd-5da1-434e-aac8-c8d8dec0e9ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Daytime fireworks", + "public_commercial_use": false, + "recraft_id": "5dfe39d0-5b5a-488b-9652-56737a158f3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:19:42.860418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac8a5fbf-0bd1-49ed-831c-16c0565212d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a kitten drew a love shape printed on it in the snow with its own claws", + "public_commercial_use": false, + "recraft_id": "01904596-7154-4376-9331-cae2fe628c75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:37:18.476173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c74f29e9-c416-4f43-81f2-6458b78eb60b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable wombat in the snow, dressed up as Santa Claus with a Santa hat and fake beard, next to a Christmas tree decorated with lights and decorations", + "public_commercial_use": false, + "recraft_id": "6e511b2e-c55d-4b4f-96ce-f470ad1f5437", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:46:28.982942Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1b15dfc8-0976-402c-8dfd-bb6b4509e6f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty smoking in the snow by the sea, outdoor blues has a beautiful Christmas tree, and XN is written on the snow", + "public_commercial_use": false, + "recraft_id": "f02b0fea-5426-4d35-b51b-29a93682795a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:13:25.385859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a0323f9-2403-4e8f-9ea5-242dc4897674", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Jellycat,in thr meadow,a burning house in the back,lesser snow,", + "public_commercial_use": false, + "recraft_id": "da5c718c-b6c9-4004-913e-c334713adc34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:43:20.386036Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "448a1d1e-f327-4e1b-a6ad-759309908df6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute smiling Shiba Inu", + "public_commercial_use": false, + "recraft_id": "f0a82303-84fb-4aa0-936a-47575f2dca09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T14:07:46.649225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "206db3ae-3e75-4169-a8ef-b151e22038f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora, bubbles, stars, snow, cat's silhouette, birthday cake", + "public_commercial_use": false, + "recraft_id": "a362bd47-4d4b-475e-8886-fb405bf252b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:00:22.716128Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5858595a-0fe8-4737-a00a-b1bedd816e1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Devon Rex is sitting by the window on the bus, looking out the window at Mount Fuji covered in snow.", + "public_commercial_use": false, + "recraft_id": "ddc089b1-07fb-4888-9534-be7c954e4a7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:50:47.788987Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5f1e740a-6d02-4db6-8d23-1ed41845956d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a sunny day, a male college student looked at the camera on the streets of Bangkok at Christmas.", + "public_commercial_use": false, + "recraft_id": "8666950b-5917-4aab-8cca-ff2ab789080e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:55:57.054654Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a960086c-bdc8-4cde-a92c-605e837bc288", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute kitten with small wings", + "public_commercial_use": false, + "recraft_id": "9b1ac30d-6856-464a-af35-477e1733432e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:20:02.902734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4748ee5-91a7-488a-8612-32e0760ea4b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " an angel in armor rides a unicorn in a church", + "public_commercial_use": false, + "recraft_id": "a8cb7045-f956-4cfc-bcef-88c440e2af47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:00:45.879756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4004cbc-b385-4f4f-8f76-17b34675232f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tokyo tower", + "public_commercial_use": false, + "recraft_id": "ba68a2ed-30c5-4d8b-a3d8-37c14a211a51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:26:40.333828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5ab285a-4c28-4964-9319-2d2a6868309a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Donald Duck, bleeding, holding knife, Disneyland", + "public_commercial_use": false, + "recraft_id": "6acf23e5-e641-423f-bc06-38e818a6606c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:28:03.440758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ea6453b-2e0c-4dc0-a83b-c86872917f0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty in the Aurora Snow says LYJ on the ground", + "public_commercial_use": false, + "recraft_id": "2beca179-9087-4e9b-bca7-bedbbe2c38fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:10:08.270253Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8aaa9223-48a1-4902-9906-91d3ada838d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One had his face covered by a blond wig.", + "public_commercial_use": false, + "recraft_id": "d3f1eca8-25a3-4452-bc55-354c8db31df5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:24:11.759691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10b8c69a-8e70-4669-b545-e03ae029f584", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "i", + "public_commercial_use": false, + "recraft_id": "5250bdb8-4eef-4f53-ae69-2b817215a48f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:46:35.496638Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "48448082-56fd-4a6c-875b-0af41614f23a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady with long black straight hair (no hair ban)walking relaxed on Paris street, wearing white outfit, half body, with flying big pigeons in front of camera crossing, with iconic Parisian buildings at back", + "public_commercial_use": false, + "recraft_id": "54b24cfa-27e0-45cd-8c18-09750ac5b1db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:40:17.937422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdef7055-3d71-4f27-9b2c-b509b436ffcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Five groundhogs sitting together playing Texas Hold'em with a Christmas tree next to them", + "public_commercial_use": false, + "recraft_id": "927c4a6a-0755-4ebe-a827-57fdc3576121", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:53:51.16752Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "914900a4-6382-4ae3-8adc-fbae2a4a4b88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The \"happy single day\" letters on the bag will be replaced by gold gold hardware, and the other parts will not be changed", + "public_commercial_use": false, + "recraft_id": "8dc9ef9a-8541-4fcf-96c1-8933d0c94abd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:12:42.754669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88cfda64-26e7-4f3d-8ac0-a663748814cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little golden retriever and a real snowman outside near a calm lake in a snowy winter night", + "public_commercial_use": false, + "recraft_id": "bbaa6be8-666b-4b11-826e-a0d21821aa27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-02T14:26:45.239065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e6cf984-0f5b-486a-878c-ded81a88d8ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute cat", + "public_commercial_use": false, + "recraft_id": "1e7754ad-b48d-40d8-9152-e2232aa5a91b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:46:56.463901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78e8467b-9fd0-4d0a-9322-a18a966ac4ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young bichon and poodle string dog driving convertible", + "public_commercial_use": false, + "recraft_id": "592ed281-0528-48fc-ae46-2848d7a9bb8e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:18:03.493854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91c086e3-f51c-43b2-ba08-4135ab00cd48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The square transparent water pool, with lots of water lilies inside, and the full moon reflecting on the water, projector.in a artificial forest", + "public_commercial_use": false, + "recraft_id": "3929c3a3-ab43-4ada-90f6-0086c01d53d8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:58:11.25581Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bedf87dd-ed48-41ab-b714-90f6563a1929", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cute frogs afternoon tea party ", + "public_commercial_use": false, + "recraft_id": "03954ade-9453-4104-b8fc-73689e5b6034", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:16:11.162596Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e83108bf-8c9f-499e-b29d-ba1811bfdfda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bambi with pine in the winter ", + "public_commercial_use": false, + "recraft_id": "b658461a-8b69-4d3b-826a-e1038e6d706a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:02:54.144641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d21debcc-031d-48c8-97a2-f657207cf04c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white West Highland is wearing red clothes on the beach.", + "public_commercial_use": false, + "recraft_id": "a5d20c12-e043-47ef-bf93-e291c4cff2cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:57:57.787452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e647d661-8207-4471-936d-5725d1def021", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise running in the snow with a Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "f1a769ce-f136-40f3-8794-9a18eb4b5dc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:06:31.164118Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "432079f4-0edb-48d2-b39c-0af5b3ae94ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty with sunglasses wearing a sundress standing on the grass holding a huge red wine glass with 1 house burning and exploding in the background", + "public_commercial_use": false, + "recraft_id": "10fa3b33-ea8c-4b67-9fe0-41e62a826086", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:37:53.657412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ead58cd-33bf-4a28-bff4-810417396a4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "3d sonic the hedgehog in snow field", + "public_commercial_use": false, + "recraft_id": "d947fa32-da5d-4a53-b260-e56ccc3ae0bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:01:56.549481Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d321505-8051-41d7-bf3f-b90a4a05cb4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Baby beagle. Snow. Fire ", + "public_commercial_use": false, + "recraft_id": "cc9f5066-bfd3-4572-90f5-94224e529962", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:49:18.113946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a0886f8-00e2-4f5f-8c51-c7c8bf196130", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed dog with white wings in the snow has a blue butterfly perched on its nose", + "public_commercial_use": false, + "recraft_id": "de8f1861-e908-4b1c-9888-8f0f149158e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:32:03.258833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dca773e4-ffcc-46a7-8d19-8375c2a18ee0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "coffee", + "public_commercial_use": false, + "recraft_id": "b115134c-da50-4e28-bf2c-f8ff449356b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:42:20.43807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00d1c5f7-5336-4ae8-bc32-523ba9511b28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A greyhound with silver fur lying on a furry blanket", + "public_commercial_use": false, + "recraft_id": "19877220-4b93-4a8d-950b-9e4a9c938d0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T14:16:44.195098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f66c9c1d-e13d-4508-9f12-9b02ebd57240", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Generate an image of a designer sketching urban, street-inspired patch designs for a modular laptop sleeve. Show tools like pencils and fabric swatches in a creative workspace. The environment should feel raw and artistic, with some patches being sewn or attached to the sleeve. Emphasize creativity and craftsmanship.\"", + "public_commercial_use": false, + "recraft_id": "37bca28d-14a8-4ad3-b102-87948ac61909", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:25:51.643769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d47ef33-9c80-4ba1-8ca8-94a93f80d4de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "EKKERT", + "public_commercial_use": false, + "recraft_id": "d06e71c0-2d87-4b21-9790-4d614821cb17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:12:14.536459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efcaca3c-88ed-4d0a-aca2-3409a85af8d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Vampire Knight shows blood dripping tusks in front of camera with sword back to lightning", + "public_commercial_use": false, + "recraft_id": "430230b6-72d1-4bde-aaa3-7893175e5b6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T11:59:29.52703Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "116e88ab-2356-40ec-949e-6c2f0cb32948", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a yellow kitten in the snow. Next to it is a Christmas tree. There are cat paw prints and the name \"anss\" in the snow. The dreamy effect of light particles is high. The color saturation is high.", + "public_commercial_use": false, + "recraft_id": "6c337614-fa2a-4f3f-9896-d630c8f977ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:04:55.824688Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91edeff2-0123-4afd-ad1f-2ae1a634ec86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Avant-garde fashion photography, person in oversized white puffer suit, massive wind turbine, deep teal sky, minimalist industrial backdrop, urban techwear aesthetic, desert setting, wheat-colored grass, dramatic low angle shot, modern editorial style, architectural composition ", + "public_commercial_use": false, + "recraft_id": "04a72c8b-27d0-4fce-a87d-c470935337e5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:18:35.701127Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0282bd34-b210-4ed9-bc02-dcb1822a9240", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Dog Playing in Snow and Snowy Fields", + "public_commercial_use": false, + "recraft_id": "8f046ddf-90a9-4cbc-972b-1ac92b8d5eb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:30:00.891094Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "bad24e31-d262-4b34-bd6d-f8ccd1b27e44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Modern World Cancer Day Editable Banner Template", + "public_commercial_use": false, + "recraft_id": "27e6f2d4-cbbb-4ee1-86ca-96f40ab450bf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:54:20.936358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abe43b17-fca7-4f3d-886a-5700161764c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young,cute Shiba play the electornic guitar", + "public_commercial_use": false, + "recraft_id": "8bd6ada5-f68c-4cf5-a8ef-2e3d68e47482", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:29:14.951694Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired and short-haired mix chocolate gold dachshund for Christmas.", + "public_commercial_use": false, + "recraft_id": "cc39a231-ce5a-4880-9d1f-4ac23bcf40fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:53:36.28378Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e17383f5-3064-4cd6-aa86-48d6bb779ec4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little rabbit with a birthday hat in the snow, in front of a small cake, the sky is dark blue and floating snow", + "public_commercial_use": false, + "recraft_id": "4a880fbb-8023-46bf-a225-c1dfa8c723cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:27:34.918965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd9b67e4-fe39-414a-9dd5-b5b919eb47f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow and white cat and a black cat snuggled up to each other, reading on the couch, and the bright moonlight from the window shone on them", + "public_commercial_use": false, + "recraft_id": "524aa039-2304-490f-a398-5282ac67d0cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T00:35:47.508582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A man in a suit, holding a cane, with human hands and an owl-like head, stands in a vintage hotel lobby", + "public_commercial_use": false, + "recraft_id": "ad079392-dbe1-41f3-99ed-1eab9e44d2da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:06:39.700439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6c6466b-48de-4c84-8c16-bb4477cd89e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a happy dog walks alone in a street ", + "public_commercial_use": false, + "recraft_id": "d57982fd-c22e-4758-a335-efb9653c8297", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:33:05.17405Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d979afc7-f14a-4b8e-9db3-d37219e8695f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat works in the company", + "public_commercial_use": false, + "recraft_id": "df03b654-312f-4e65-9ee9-ffb10a0679ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:16:59.207875Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e0d7492e-358c-4e78-85ae-5082380a8f19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome young monk with short hair and a navy blue kimono stands in front with the lake's Kinkaku-ji Temple on fire in the background", + "public_commercial_use": false, + "recraft_id": "91c1db0d-4ad9-459e-82fd-ad0bf7de401e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:59:49.454804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man, a vintage car, a snow-covered ground and a sunset glow.", + "public_commercial_use": false, + "recraft_id": "99bf78d5-48ce-447b-a8ea-fa580047c191", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:44:58.583169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce5ac71f-9a1f-4daa-9297-01ace79ea6e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy day, on the seaside,yellow black and white little cat, colorful firework in sky, christmas tree with decoreation,", + "public_commercial_use": false, + "recraft_id": "46021b10-ca21-46a0-9a18-3bbb1b50a942", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:37:59.354668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46f75b05-b1be-44e8-a23e-b962cd3c88ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "bluegreytabbycat in the room cuddle with", + "public_commercial_use": false, + "recraft_id": "88948081-9012-4229-bb4c-ed33acda69ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:32:58.353178Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "715bca65-2c60-4570-bcab-6dde369268d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady with long black straight hair riding a white horse in Paris street, half body photo, with effiel tower in background", + "public_commercial_use": false, + "recraft_id": "fa482162-a75b-4b6c-a754-07c23acff0c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:32:43.830897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ad52176-6265-4fa2-b1de-31affe5757fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is looking at the camera in the snow,pink bowknot,blue sky,sunshine", + "public_commercial_use": false, + "recraft_id": "35f07d20-f3ef-4579-a6f4-2bd08ef44cae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:26:43.464658Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ec67e06-98d3-4d48-b7f2-f756e8db418f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese power worker wearing a blue hard hat stands under a high-voltage tower, carrying a black toolkit.", + "public_commercial_use": false, + "recraft_id": "08277001-83f8-43cc-895e-ba562743acd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:44:46.355255Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c307d486-9082-48ca-a447-e2b98afee6f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a green apple ", + "public_commercial_use": false, + "recraft_id": "fc7a8cfd-911a-4496-be15-35502baf1fa7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:37:46.897721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df5fb795-f511-4e57-ad8f-4016195abfb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is sitting on a snowy mountain.", + "public_commercial_use": false, + "recraft_id": "fe755477-8e86-49a0-83f1-0b47059983ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:22:27.444095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fe22bd7-79b4-4f05-90e3-97fc8ff4c612", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Chinese LI hua cat in the snow", + "public_commercial_use": false, + "recraft_id": "d588d276-3592-45d2-b157-312ba67359d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:28:48.532634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d74a76eb-91f1-4e59-919c-1d6880f20743", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Whimsical Lunar New Year Card with Zodiac Animals", + "public_commercial_use": false, + "recraft_id": "b55ace58-df3b-40e7-ba53-7d489478e983", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:08:57.161885Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6251d133-af8a-43ae-b69f-d7864e4816a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Babies watch fireworks", + "public_commercial_use": false, + "recraft_id": "644d7168-1928-4709-a683-ff5f59d2461b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:07:38.330759Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "449d1ac9-a028-4839-b396-c961350f88b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellow kitty set off fireworks in the snow. The sky is full of stars, and YJL is written on the snow.", + "public_commercial_use": false, + "recraft_id": "672c490e-402b-4fe0-8392-c2001bb79ac3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T11:26:49.393626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "429e32ca-b5e1-4506-bc75-8469cacc0759", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a raccoon wearing a birthday hat standing outside the swimming pool , with some pink balloon and some bloom floating and a birthday cake putting on the floor, it's at the night so it's looks so dark there.", + "public_commercial_use": false, + "recraft_id": "84e08c37-db6b-44d3-9df0-c3e9d38be739", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:01:00.649033Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f54c4f9e-4b37-41c1-8503-36c772f8a283", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pure white Schnauzer home fashion blockbuster", + "public_commercial_use": false, + "recraft_id": "aec61290-30ec-4300-ad7e-c9db23f7f1c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:16:06.386317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42e14643-bd3b-44ec-8bea-4b71b006a35e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat in a Santa suit is delivering Christmas presents", + "public_commercial_use": false, + "recraft_id": "e0b0beb3-4e3d-4e95-ac26-6bd9ca4063e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:22:04.269134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5966cc1-bf61-469e-b025-69a93653b9e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Pingu stand in front of a big Christmas tree", + "public_commercial_use": false, + "recraft_id": "6f166c1c-069c-4e51-9c33-62bd8ea0fd71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T10:42:13.31571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51580e46-40ca-4b36-b773-cdc0d4b6b076", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "more exquisite", + "public_commercial_use": false, + "recraft_id": "29fe9e22-a695-4a67-b0ba-3e8a0fb52eb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:56:14.139085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0398f1d2-f4c4-4dd4-beb8-aa446097939a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "please generate a series of photos matching with christmas theme which includes Pomeranian dog with a christmas hat, the background should include a christmas tree with labubu decorations and snow", + "public_commercial_use": false, + "recraft_id": "80adab28-5333-469e-b423-6290c2394c64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:02:15.401053Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "afc3a0ed-37d3-43c2-8025-fd3352dae07e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Beyond the Horizon", + "public_commercial_use": false, + "recraft_id": "d53ed83e-7380-49b7-bd75-2229bbb79bac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:26:21.917839Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f17ed761-c899-4449-90ab-23f6d2000d3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow, blue dark sky and a three color corgi which has light white line between two eyes ", + "public_commercial_use": false, + "recraft_id": "d354115a-8255-4a60-b6bb-830edaecef07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:34:46.750014Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "758f759c-655f-4bbe-b10d-270dba3e606d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute penguin named Pingu holds a red apple in his hand and writes \"meimei\" in the snow, leaning to the side to look at the camera.", + "public_commercial_use": false, + "recraft_id": "d979d2c2-6460-4ba1-9f4f-636f93bbd910", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:20:09.243005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0013a47-9be3-4ac0-9a10-ca7c797cc8a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Asian New Year", + "public_commercial_use": false, + "recraft_id": "b444b02b-ac46-4c17-8948-7f42081046dd", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T13:18:50.430528Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26980444-33ed-4e6e-9a01-27343ce5b5bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lot of gold fish flying in desert ", + "public_commercial_use": false, + "recraft_id": "e489159f-5f06-4aaf-9722-451a4221cbb2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:06:11.048232Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e3b49d37-17ff-455e-b134-80977a9f2b33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rowing in the eyeball", + "public_commercial_use": false, + "recraft_id": "aebe931b-18b0-4759-94cb-c4b41641e4ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:20:04.229951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b75571a-da1d-4217-b581-806fa0bbe64d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "sunset ocean", + "public_commercial_use": false, + "recraft_id": "f698d2ef-0fb6-4151-8182-3003cd0a5a8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:42:28.627273Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "85411d6f-8cc0-4db6-9e91-d9ad259bb0e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady with long black straight hair (no hair ban)riding a white horse in Paris street, photo angle from far and front, with iconic Parisian buildings ", + "public_commercial_use": false, + "recraft_id": "eb54a9a6-0cb0-4a1c-a9bd-681e03658f2b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:38:58.579698Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a718e8d-bc91-4ee7-88a8-b66b16e96a0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yamato Nadeshiko in a kimono with a monk", + "public_commercial_use": false, + "recraft_id": "86f3efe7-a48e-47ae-92a1-abaa491e1d72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:05:23.926553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ba0d26e-e502-442e-8afc-9fccc3a37f20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little orange cat wearing a Christmas hat is chasing butterflies on a snowy lawn, with small fish floating in the sky. There is a burning house next to it, with Christmas installations and a starry Christmas tree", + "public_commercial_use": false, + "recraft_id": "b4f72be9-6cc9-48a1-94af-7ecf81db341a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:55:34.488489Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82bd2ede-31a9-4c34-952b-733032bcea4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a couple standing on the grass, and the wind was blowing. The picture feels sad, but it is bright.", + "public_commercial_use": false, + "recraft_id": "c1691450-343c-4cce-8a4a-7ef5337ed15a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:42:30.2812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b976b7f-bb3d-42c5-9887-7cfb3f27280a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Shiba Inu is playing NS.", + "public_commercial_use": false, + "recraft_id": "f5923511-a311-46db-9169-75ad986fd169", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:01:41.866992Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4a29424b-7028-4ea4-ba98-11a089270938", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bad luck to talk,on these rides", + "public_commercial_use": false, + "recraft_id": "01de52ae-6b10-4017-94bd-bab7bdb9c0db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:28:37.200139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9270693-996b-410f-b189-e75f44b49258", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute purple freak cat", + "public_commercial_use": false, + "recraft_id": "01a21317-4d3d-4241-9ede-a7a8065c8dd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:41:07.109866Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6051703-eb08-4055-9d06-9abaa350f25c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep and a wolf are in a beige basement with many doors", + "public_commercial_use": false, + "recraft_id": "69b65fb8-13e4-4b07-9bfa-91597ae42a3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:03:30.759972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b84e7d0c-ba4b-40e7-b6fc-3112a332ca57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A 3-year-old brother and sister sitting together, sharing a bottle of Coca-Cola. The brother is smiling happily, while the sister is sipping from a straw. They are in a cozy living room with soft lighting and playful toys around them", + "public_commercial_use": false, + "recraft_id": "7fc6854b-618c-4a44-8896-2c000faa8ee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T13:00:36.312364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86d7c5aa-de15-45e0-8358-ac5a31018fa3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese man who believes in hypocritical religion is retribution.", + "public_commercial_use": false, + "recraft_id": "18276c11-0f88-4ae5-8b79-4db3ff3ba098", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:38:01.098233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "guinea pig", + "public_commercial_use": false, + "recraft_id": "838d0c06-15de-4e9c-8c6a-7fd5c1e77bba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:45:22.436837Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with creamy color stand in the metro full of people around, no expression, holding her phone. ", + "public_commercial_use": false, + "recraft_id": "bc6e1234-eeb9-438a-9620-b7a83b7b8f37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:55:05.392251Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f006b5a7-db9a-4fff-b396-d760c895c478", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Abstract, surreal, visually intense, captured from the forest online", + "public_commercial_use": false, + "recraft_id": "9155b793-20bb-4a76-b809-3f8565cb9279", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T08:43:47.437986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85f06400-b32f-4250-9266-500c64c63afc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely bear dog and a slightly fat orange cat run in the snow. There are auroras in the sky. In the evening at the lake, there are cabins", + "public_commercial_use": false, + "recraft_id": "d54bcd39-ffb7-40a2-ad14-7cf695eae37f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:24:02.386465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb267aba-bc52-4bad-ac35-33be020241e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "aWinged Maine Coon cats play happily in snowy weather ", + "public_commercial_use": false, + "recraft_id": "d22930dd-f298-4fbd-a006-04c2bf259304", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:50:23.01774Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "13121750-deb3-4a9c-85d4-63bea9185779", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little golden retriever accompanies me for my birthday at Christmas, with aurora and footprints", + "public_commercial_use": false, + "recraft_id": "d0ac8823-d244-4944-aba0-2ed4e3fcc0c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:21:39.465279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5090a7a-67a7-4130-bbaf-2f1187e7f20a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A wizard dog uses a magic wand and wears black magic robes on a snowy winter night.", + "public_commercial_use": false, + "recraft_id": "e62f7de6-eb64-4350-8f8a-114c5bb8a4ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:19:36.735361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6aed8abb-cf17-4310-9990-7d34d3c5de05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bernese Mountain Puppy, Samoyed Puppy, Golden Retriever Puppy, Bubbles, Butterflies, Snowflakes, Flowers, Grass, Sunny Day, Birthday, Sunset.", + "public_commercial_use": false, + "recraft_id": "63f5bd50-f063-482d-88e7-2f6a617a8acc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:34:30.797683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01c5152c-0e31-41f9-8ab2-de81ca2670a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two beautiful children, followed by a gingerbread man with a candy bar, on a snowy night, against a glass with a warm light", + "public_commercial_use": false, + "recraft_id": "584792fe-daa0-4c54-b793-82dddad3be76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:16:24.794777Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7b30151b-2fdb-4cd1-a827-278a11cf66e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Endless corridors, snow, cats, dream core style, photography", + "public_commercial_use": false, + "recraft_id": "3b6b6784-e0db-4872-9082-a7de9c4a19bf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T22:44:50.624955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13e142c3-9e95-4e79-b146-d78ab2d553b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White West Highland dog chasing a school of flying fish in the sky", + "public_commercial_use": false, + "recraft_id": "5345569d-a62b-4ddb-a88a-a153e1965184", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:45:27.778648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a49afef4-b893-4925-995f-6fbb8f5078b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tabbycat computer", + "public_commercial_use": false, + "recraft_id": "dbec93fe-7ccf-4d25-9d1d-fb8c7b6ec4af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:25:55.995868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4ac855e-6ab2-478e-8365-d202c71ea375", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty put her laptop on fire in the office and light up a cigarette", + "public_commercial_use": false, + "recraft_id": "857c51c1-ce96-440a-aaf6-7eab5d5f5e76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:59:07.724786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a4cbf91-d7a7-4283-b10e-2470929a97de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A greenfrog plushy in the thick snow ", + "public_commercial_use": false, + "recraft_id": "8992142c-aa01-478a-8a95-5d59bc796742", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:10:43.812879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "090634e4-9d93-4d59-b6f0-3ba26761ae58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely hello Kitty walking with a bottle of wine meets a fluffy, cream-colored British Shorthair cat.", + "public_commercial_use": false, + "recraft_id": "bec4bac6-04ae-4896-9e36-4e9508f31e74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:16:45.310358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2116ade2-da22-46b1-bb71-77f186e24d2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The background is black with lots of noise and in front of it is a white cat feeding chips to pigeons", + "public_commercial_use": false, + "recraft_id": "211e8164-0072-46b0-8bab-6e66070dcf88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:14:49.920215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5532912c-4ce5-46e2-8546-55f01f4d4294", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a fish in Beihai, its name is Kun. Kun is very huge, I don't know if it's thousands of miles away. Kun transformed into a bird, and its name was Peng. Peng's back, I don't know if it's thousands of miles long; When it vibrates its wings and flies straight, its wings are like clouds hanging in the sky.", + "public_commercial_use": false, + "recraft_id": "a2e882a7-747c-452b-beb5-b0b0ba5ff1c7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T10:47:06.509104Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4db3a9c9-7683-4a4e-80b9-db171ac1d141", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At home by the window, a yellow bowtie kitten is sitting next to a pink bowtie puppy. It's getting dark outside and it's snowing. The kitten and puppy are leaning against each other", + "public_commercial_use": false, + "recraft_id": "cc457892-09a2-4bf6-b49f-3fb5df0b6b05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:48:55.619842Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "544e786c-b96a-425f-b0c8-7ba5b3f359ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A cat was sitting on the beach looking out at the sea. The sea was extremely beautiful. The weather was clear and there were white clouds in the sky", + "public_commercial_use": false, + "recraft_id": "48154aa8-4f43-45b1-a07b-b505b48490ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T18:47:47.053111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d85d16f-0af2-4aef-955a-1a6d72ac2e26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow teddy puppy with transparent wings and a ragdoll cat are playing in the snow. There are butterflies flying in the sky and a small snowman in the snow", + "public_commercial_use": false, + "recraft_id": "58eaca1d-a547-4415-82e1-d78ac622a19c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:53:21.315568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b3da94c-45c5-431a-ba81-3fa39c2efd4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "FFVV IS COZY", + "public_commercial_use": false, + "recraft_id": "0aaf3c62-f020-4f07-ba61-36a05ceba01f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:50:55.977487Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "1847fad8-6719-420e-acd8-ba7e1f77a6c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese Lunar New Year", + "public_commercial_use": false, + "recraft_id": "f6eb470c-b0b9-4577-b188-60c0e0f5d987", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:28:27.589375Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "277d11ce-82e7-47fb-b3c2-abb0c9e7bad3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "My phone isn't working because the battery is dead.", + "public_commercial_use": false, + "recraft_id": "afa020c8-717d-4b88-8d7a-011ac3c31d62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T13:32:16.549371Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d05924aa-1837-4691-8210-80d8157e7999", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red apple ", + "public_commercial_use": false, + "recraft_id": "bc6fbc6c-568c-4718-abf8-79a97fcb67ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:41:27.674233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de98308d-57af-4cc9-b6d6-5a7cd351bd58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red panda, black sky background, snow", + "public_commercial_use": false, + "recraft_id": "29cdd031-2229-41d9-a215-ba1dc6aeb91b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:27:22.074417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "057857e7-1299-45ac-a1cb-dda34523b495", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely seal, doing research, using computer", + "public_commercial_use": false, + "recraft_id": "ddc2953c-c87e-4b16-8de5-838bb588c68f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:34:20.780889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "It's Christmas time, a pure white Samoyed puppy is chasing two little butterflies in the snow. The butterflies should be more beautiful and the Christmas tree should be more decorated.", + "public_commercial_use": false, + "recraft_id": "603ee7ef-5e73-4679-b4c1-e2e8878b427b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:15:37.642994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aaa863de-61d4-443c-ab31-c8a052ef45d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty wearing Burberry scarf standing next to a christmas tree holding an icecream in winter outdoor, snowing outdoor background, Disneyland with fireworks", + "public_commercial_use": false, + "recraft_id": "0673bed5-197a-46ed-bf7c-0b0ff27f3f80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:46:27.078289Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a7e37318-701b-4532-bef2-ba5ad60e517d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A long hair dachshund dog celebrating christmas with a red christmas outfit, some ribbons, a cream cake, centre composition", + "public_commercial_use": false, + "recraft_id": "4bbfc311-ddce-4dc2-9a76-994d69f5d42d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T03:45:40.468067Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c34939ff-c3ea-4dc6-bc06-3e97ddf482cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A science fiction scene with green and orange dark light, including high-tech equipment emitting gorgeous lasers, no portraits.", + "public_commercial_use": false, + "recraft_id": "ec102899-7638-4e37-a194-ba75c492a30c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:15:12.440348Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81e18c8e-e6ce-45b6-a153-2a9c8b7db735", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a furry HelloKitty doll swims with a swimming ring", + "public_commercial_use": false, + "recraft_id": "166686de-98be-47fc-a7c1-ab382fc80a89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:35:30.379417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93667445-eb36-420c-9839-89642a2939c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "back of two ginger cats standing aside with each other, in a snowy Christmas night,the cats are looking upon the stars, with a Christmas tree ", + "public_commercial_use": false, + "recraft_id": "190dc312-b924-4dea-892d-e77311a969d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:16:17.441242Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two plush bears in white snow enjoy fireworks in sky; beside is a red Christmas tree and gifts", + "public_commercial_use": false, + "recraft_id": "c68ed1d6-6036-437b-86a2-6f9e766b8071", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:44:19.133836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cf6b66e-2171-446f-955b-b8c37665e2b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the black Rover mini sprite is flying in beach ,all wheels are burning, in Macau", + "public_commercial_use": false, + "recraft_id": "d5799e6f-a1c8-426e-ace4-15894c437480", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T13:01:23.731821Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hairless cat, a creamy German cat, and an East Shorthair are lying on a black sofa with many butterflies on the ceiling", + "public_commercial_use": false, + "recraft_id": "55270468-c808-4223-9779-bef08fd2257a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:36:44.882881Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f94013bf-0e21-4aba-9f0c-5d6969339085", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A polar bear is playing with Hello Kitty toys in the bathroom", + "public_commercial_use": false, + "recraft_id": "8146e1b7-cf87-4c84-b9f9-2aae41e6bd88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:02:14.189402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bc8de59-feb5-47d5-adab-4671418360ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute white kitten stands on the snow, with blues snow in the background, and the snow is still floating. The overall atmosphere is warm and romantic. \"Y\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "bef9fb2b-d3fa-4ba8-8312-01c946266636", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-03T11:32:13.650033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d09b7b4b-687a-4e68-b1d1-95c737a688b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Sherry beats the drums on the lawn.", + "public_commercial_use": false, + "recraft_id": "7c500f71-69f8-4324-b1bc-01dd4e97cbc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:20:26.408617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a439ecc6-1e56-4c5c-b0f3-939e11425a0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow and white kitten, adorned with angel wings, is gazing at the scenery on the mountain with grass and flowers, behind it are mountains and the morning glow. There are small butterflies flying in the sky, one of which landed on the kitten's body. It is very happy, and the overall atmosphere is warm.", + "public_commercial_use": false, + "recraft_id": "ffc84b7f-8848-4b76-9ea1-bd0bbaf982d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:58:15.76452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7eee564-1baf-47aa-8c91-a587531dfbc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute pure white long-haired cat sitting in a sleigh with Christmas gifts on the ground", + "public_commercial_use": false, + "recraft_id": "2a8dcb8c-5d27-4d5f-b638-4cd2e2986c58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:57:25.629997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A ragdoll cat wearing a Christmas hat that can be carried is seen in the snow under the aurora, with a Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "4a8d4f06-c682-43ff-b8b9-f0dd0add502a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:36:08.120523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "454c24f9-25b9-46fe-bd54-23c549eba848", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "freshly roasted coffee beans being poured out of the roaster into cooling trays with steam rising", + "public_commercial_use": false, + "recraft_id": "b16a1734-fd84-480a-919c-fc914d2b5b8b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:46:22.846076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c26a44c7-1db1-435c-bb6f-48889cdbb0ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute white duck with yellow mouth haning out with a cute highland cattle; in a snowy night.", + "public_commercial_use": false, + "recraft_id": "7ba432f9-eefa-4a5f-8b05-f4a967541451", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:29:46.677637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c1fc2c9-475a-4132-a497-484703d68d3c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rain", + "public_commercial_use": false, + "recraft_id": "c57df264-2c71-489d-8467-26a193126fb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:11:47.609072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d8fb244-2710-47d2-b138-7b54de7bfab4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lonely hello Kitty walking through the snowy landscape of Mt. Fuji with a bottle of wine meets a fluffy, cream-colored British Shorthair cat.", + "public_commercial_use": false, + "recraft_id": "01a5beb6-1fc5-42a1-86c4-fbd14e59daa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:25:06.092407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58c0d19f-884f-4030-9660-fd40da37149b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bernese Mountain Puppy,Samoyed Puppy, Golden Retriever Puppy, Bubbles, Butterflies, Snowflakes, Flowers, Grass, Sunny Day, Birthday, Sunset.Snowfield", + "public_commercial_use": false, + "recraft_id": "0292b0db-a129-4a1d-880c-90b152bb4cb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:32:03.258833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a429ca7-bb18-44c1-8436-c81138c69345", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "autumn park", + "public_commercial_use": false, + "recraft_id": "b115134c-da50-4e28-bf2c-f8ff449356b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:02:05.954245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd6381c7-4a1e-4a5d-b149-12b8e51a5895", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy gray-and-white long-haired Shih Tzu with a short, round face and a cute braid on its head plays joyfully with a small, curly gray toy poodle in knee-high snow. The snowy Nordic night sparkles under vibrant auroras, with a decorated Christmas tree nearby glowing softly. Tiny butterflies flutter in the sky, adding a whimsical touch to this enchanting winter wonderland.", + "public_commercial_use": false, + "recraft_id": "769439c0-1646-4795-ba83-acd9ea5f79e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-03T10:14:27.637784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18cd8f00-7060-4e68-825b-a1ffde591ce4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pink night, snow, lynx", + "public_commercial_use": false, + "recraft_id": "095dea1b-df62-439b-8d79-6182cb389e9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:32:26.357905Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "8a02df44-f465-4045-9091-b6fa46b0c6f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a young lady with long black straight hair riding a white horse in Paris street, half body photo, with effiel tower in background, only white, beige and red is allowed ", + "public_commercial_use": false, + "recraft_id": "32f50306-3f84-4db5-a66d-8deef4fab2c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:04:38.058253Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "cfe94cf7-c11c-4caf-8f32-870682750968", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three minimalist hand cream tubes, each in a distinct modern color: \"navy blue, pastel pink, and mustard yellow.\" The tubes are sleek and matte-finished, with white typography indicating their functions (Defensing, Repairing, Nourishing). The design is clean and contemporary, with no additional patterns or illustrations. The scene features a neutral beige background and soft lighting, emphasizing the smooth textures and premium feel of the products.", + "public_commercial_use": false, + "recraft_id": "a242f0d3-903f-4d22-b066-e482deda74af", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:30:33.119252Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "eeba78e4-799e-401b-91c1-cd171d6c889c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An old Hello Kitty swinging on a swing.", + "public_commercial_use": false, + "recraft_id": "646b0a63-e12f-414f-9e42-a82cfd14b17b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:41:15.372998Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "128f58da-8df8-402d-951f-65a1e1251ddf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red panda is playing a song on a DJ machine. It is wearing sunglasses and there is a glass of beer next to it.", + "public_commercial_use": false, + "recraft_id": "b8487a15-1dc8-4923-917f-718f99c69d05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:51:49.702023Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ce05620-e0e3-49f1-a873-896151e88170", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A raven wearing a red scarf and a gold glasses, working in front of a silver macbook, with flying feathers and a lots books and rosy dawn in the background", + "public_commercial_use": false, + "recraft_id": "068dd472-682f-4cff-acbb-87b9e05a162a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:21:06.806026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9685307-cbd3-4a36-afe0-e187ac829cd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat is writing with chalks on the blackboard", + "public_commercial_use": false, + "recraft_id": "c6f8dceb-c74f-4f84-8903-88d7c5a4e744", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:39:41.35453Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae3f3469-7a48-48e6-b735-a3656dbdc2c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Barbie bikini sunglass cigarette cocktail, bath, snowing", + "public_commercial_use": false, + "recraft_id": "e3589ee0-068d-42ed-a58d-6f4233131fea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:26:24.786645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c88190df-7cb6-46d1-bdc8-c42c94e43b86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby bernese mountain dog and baby Samoye,play at sea,fireworks blooming,fall in love,filmy feel,blue", + "public_commercial_use": false, + "recraft_id": "0b7dcf57-2304-4f3c-81d6-8aa1bb97c81f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:20:12.690719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1187b290-eaeb-4b2b-9880-4d66b285f4dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rainbow color unicorn cat", + "public_commercial_use": false, + "recraft_id": "78d3a85b-18f7-4ccc-9a5f-5757eca2a4c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:16:51.239473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3503c101-1c86-438a-8333-be7888fd8e8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a vast, snowy landscape, a small cat sits on a piano stool, staring curiously at a grand piano that is engulfed in flames. The contrast between the cold, white snow and the intense, orange fire creates a surreal and dramatic atmosphere. Snowflakes gently fall around the scene, while the cat remains calm and composed, seemingly unbothered by the flames. The piano's keys glow brightly as they burn, adding an artistic and mysterious touch to the moment.", + "public_commercial_use": false, + "recraft_id": "98733a3f-aee8-47ae-b732-3a4ed285e60a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:50:07.33817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80324b65-7b9b-4223-928a-2f896d141618", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a text shape \"SKG HEALTH\" snow sculpturre in the outdoor", + "public_commercial_use": false, + "recraft_id": "b6dd188e-859a-45b5-a47b-b6e71156a204", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:37:42.586884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9ed0179-0128-4eab-811a-29c771caf2f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat wearing headphones in snow", + "public_commercial_use": false, + "recraft_id": "75fe8207-3c30-4af3-919e-3367e2e64e72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-04T03:30:12.805125Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8269ed52-5d07-4d2e-bf8c-5628d76155e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy night, sea side, Shiba Inu dog with a hat, birthday cake,Christmas tree ", + "public_commercial_use": false, + "recraft_id": "95913dd0-f9bb-431f-9d37-1a445e040231", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:15:07.484518Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca4d7d9c-2970-4984-a593-21fc91e169f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there are the hellokitty and pingu in front of a big Christmas tree", + "public_commercial_use": false, + "recraft_id": "4669a91b-c4b7-4384-8015-89aca23b3fcb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T15:42:21.004688Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f68335a-8af6-4cee-bc0b-874fd66fbc8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A long hair dachs dog celebrating christmas with a red christmas outfit, some ribbons, a cream cake", + "public_commercial_use": false, + "recraft_id": "2fa65a8c-4a3b-43b6-927c-035a7b61fb9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:53:28.595623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4e849d7-8989-4e20-a24d-74ce8b20e4bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A scruffy white dog sitting on a chair working.On the office computer desk", + "public_commercial_use": false, + "recraft_id": "4460582e-6011-429f-88c9-546cb637ac04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T05:10:27.488883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of cute cartoon chestnuts are playing in the park ", + "public_commercial_use": false, + "recraft_id": "86e9280e-a5ef-4247-8cdc-a448ae718d0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:23:27.945017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6620964-463f-4ff2-81d7-e6c6e3a40783", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene is a cross-section of an Antarctic ice cave, which appears symmetrical in both upper and lower directions, abstract, visually intense, imaginative, and highly realistic", + "public_commercial_use": false, + "recraft_id": "b1f9c6d3-3f24-4e3d-bc0f-8daacb5af624", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T20:43:12.722629Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ef20f9c2-9ab7-4af2-b912-66615793405f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little pig is lifting dumbbellsThe dress saysWmh, thereareHamburgpizzaCola ", + "public_commercial_use": false, + "recraft_id": "51e285f5-561f-4db7-8391-36b563a317a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:38:32.153831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63cc4959-8e14-499f-9517-78aff20542ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is skiing on a snowy mountain.", + "public_commercial_use": false, + "recraft_id": "988a68e6-dd47-4cab-99e6-f86ed8b56486", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:01:52.425844Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fcfcc2d2-acf0-490a-a962-cbac01e6124d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little golden retriever accompanies me on Christmas for my birthday, there are auroras, footprints, snow-capped mountains, and spruce ...", + "public_commercial_use": false, + "recraft_id": "ae51891d-1aa3-4091-b77b-f2c984e8ce2b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:29:01.961296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dabff1e4-b612-4cab-a0c5-647d81211891", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kuromi,chocolate ,winter ,warm,dream ", + "public_commercial_use": false, + "recraft_id": "867e37fb-272e-4c48-8f63-cd3f83bead8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:34:02.90523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little panda is celebrating his birthday at the seaside, with ribbons floating around him. It's dusk at the seaside.", + "public_commercial_use": false, + "recraft_id": "d42bd4c4-9f46-48b9-b112-ffa90d7ae5f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T15:38:55.662338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6abf47a-9c12-49c7-a091-f321189bb445", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "greytabbycat in the room cuddle with dog", + "public_commercial_use": false, + "recraft_id": "c2c5b1f7-9e6d-4c45-a3e9-c010e2a72837", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T23:15:24.352432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2097d0a7-2d8b-4f0d-a35c-1fd9c0646439", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A wool sweater with diamond and a lemon ice cream", + "public_commercial_use": false, + "recraft_id": "fc867146-3bda-4d75-8121-414f9dc53f09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-04T02:17:08.012443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8b75570-2303-4d5c-b5e7-f91cfdc25f91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster lil brother celebrating his birthday with many cars as gifts", + "public_commercial_use": false, + "recraft_id": "dfbb3f19-2ffc-4265-aabb-5a5cf0f27356", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:47:01.549148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "165af028-d52b-4a9a-bddb-709f245e869b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red meteorite border collie plays in the snow wearing sunglasses and a Santa hat", + "public_commercial_use": false, + "recraft_id": "39f6a3a1-677d-492a-b487-9616d776c675", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:13:22.626853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a57b9861-1830-412f-bfc8-c8e4a4dd8ce9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lunar New Year Card with Floral and Lantern Elements", + "public_commercial_use": false, + "recraft_id": "f91a6f96-4160-4b0b-a92f-0f28466e1a1c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T20:44:04.695584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c3efb11-27a0-44d5-bf7b-318cb0e84be5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful seaside, sunny", + "public_commercial_use": false, + "recraft_id": "92ac3581-f51e-43bb-a33e-3c567cdfe129", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:41:31.652783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79fa42c8-cdf2-4f61-b06a-80e1c45932e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A White bear is reading the book,and dirnking a glass of wine,while the background is on fire ,but A White bear still stay clam", + "public_commercial_use": false, + "recraft_id": "72fa7048-06b9-416f-b008-0bc8db6f5947", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:02:15.409604Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65088370-3ec4-4985-bce0-ff85ac9f90b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little Maltese with a bow,sits on a yellow sofa eating its cupcake.", + "public_commercial_use": false, + "recraft_id": "abf7269a-d417-49b4-9836-a5f44e97a7ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:02:23.46642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb533949-9d58-4c33-8c08-1c030b8fc36a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with his face forward, a vintage house, snow-covered ground and butterflies.", + "public_commercial_use": false, + "recraft_id": "96b330e1-1f40-4de0-a690-98e629d2b55e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:27:57.588676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "364935a9-911e-4948-9ace-092723c7a89b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A group of red fish swim through the forest, and one of them looks at the camera.", + "public_commercial_use": false, + "recraft_id": "c4a2866b-bc50-4a0f-bd1d-88f0fa677d78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T14:12:34.726194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6f16952-fc4a-4943-9fe4-3d5c449b87a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene is a slum, abstract, visually intense, imaginative, and surreal,", + "public_commercial_use": false, + "recraft_id": "660a3d9a-f99e-470e-bdaf-c4c879505ec4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-02T09:29:27.155792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A young and cute samoyed is watching fireworks in the snow, wearing a light yellow scarf , Lin is written in the snow and the dog footprint next to it, the sky is snowing and the background is pink sky, dreamy ", + "public_commercial_use": false, + "recraft_id": "589c4c41-5e39-43d5-a95d-08f150126107", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:22:42.358343Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "852ab837-a0ae-4499-bcc6-f0d0c501bee9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black knight dressed in broken European medieval armor shows eyes from a broken mask with a sword in his back to a lightning sky to a camera", + "public_commercial_use": false, + "recraft_id": "9f9f4741-6968-4435-b1a4-ff73770611cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:38:54.335794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2f05513-4e62-4384-97af-92a062a80dbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty swings in the snow, with fireworks in the sky. There is a stove table on the snow with a pink cake with HBD CZ 1204 on it.", + "public_commercial_use": false, + "recraft_id": "d4dff661-328a-4f2d-a0fd-91f750a26ce8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T00:11:20.721613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d11592a4-2221-4016-9e46-b628a778fcd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute origanal hellokitty toy which in blue shirt is studying", + "public_commercial_use": false, + "recraft_id": "0516a284-037a-427f-8403-b96fb5998e9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:59:18.841167Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "674f44ed-f1da-40c8-9e62-75128b3ca462", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Maine Coon cat, macarons, sunglasses, snow", + "public_commercial_use": false, + "recraft_id": "437d69c5-b72d-459a-b8d9-20d0b0b1f467", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:24:49.909737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "228c1428-c99f-4a71-b39e-c892a18f46c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " A yawning cat getting drunk in the bubbles of dreams with bottles of spirits beside", + "public_commercial_use": false, + "recraft_id": "12d40e86-5bf1-452f-9162-7e980ba15abf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T15:26:11.549554Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "009684a8-e0d2-4626-985e-b4367ad10cd9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man with short golden hair from the UK, wearing a hoodie, facing the camera with his body facing the camera, outdoors, in the woods, at night, looking up and down", + "public_commercial_use": false, + "recraft_id": "3b2b9954-f6f6-4154-bb70-0a2bcf8a76d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:17:16.924199Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "26b49bb1-1ca8-4275-b111-0122ad45aeca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is looking towards the screen on the left, and on the right is a big golden retriever that is always smiling. It raises its head and hugs the black cat from bottom to top. They face each other and hug each other. Please give them Santa hats and the background is the seaside with fireworks and snowflakes.", + "public_commercial_use": false, + "recraft_id": "59a7ea4b-98df-4dd3-97dc-c6ac58faebc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:59:04.572425Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f9fcafe-6c1d-4508-bdb0-6191d962783e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow with a small white happy dog wearing a scarf,running in the snow", + "public_commercial_use": false, + "recraft_id": "8e0a8d15-f24b-4193-978e-d9d5401a41be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:41:21.961399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with sunglasses playing house music by poineer DJ controller in the club", + "public_commercial_use": false, + "recraft_id": "16fa0867-4f34-4b6e-84d2-e08edc21c86a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:44:07.403672Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81f46c5a-3807-478e-bf75-eb88fa829cc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Shiba Inu smiling on the lawn", + "public_commercial_use": false, + "recraft_id": "34829e8e-f1dc-48a1-b264-746875324f13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T17:03:26.376931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed2ef608-9a3b-42f0-8367-f1694bfa5a05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An Abyssinian cat DJing", + "public_commercial_use": false, + "recraft_id": "2b0e79f8-9be5-4f7c-893b-7ef05838478c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:48:00.46255Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e35d7990-e67a-4193-b200-a8fb9dea334a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat holding a guitar and a blackb written Jay", + "public_commercial_use": false, + "recraft_id": "a098a511-bbab-44e0-8f12-7016644e3c4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T06:23:14.114431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f029198d-b866-402d-98d6-e340be36600a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maltese dog under the Christmas tree", + "public_commercial_use": false, + "recraft_id": "2dfed942-e7e1-4669-9c0e-f007c84686d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:00:05.564833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e33debea-50af-4564-aba6-a73074c855da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beautiful scenery of snow capped mountains", + "public_commercial_use": false, + "recraft_id": "e5f8deaf-0abc-4ab9-b2e7-535ac4e1d61c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:13:19.411903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c35931be-1bf2-4d12-80a3-4c8e132437b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black Shiba Inu and cow cat, one wearing a red scarf and the other wearing a Christmas hat, the ground is thick snow, and there is a Christmas tree on the snow. The background in the sky is fireworks and aurora.", + "public_commercial_use": false, + "recraft_id": "2442ee12-cc3d-414b-bd16-91bf4ec0213b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-02T12:55:36.85617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "197c4c1c-e372-46e3-abac-7472ff92e866", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens, snow, Christmas", + "public_commercial_use": false, + "recraft_id": "26865759-1c16-4009-9d4b-8ae5b3f2d364", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:36:08.120523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45bacc6c-d5dd-40ac-a3b2-54ca5b363e73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a factory manager giving instructions to the team on the production floor, with large coffee silos in the background. The setting is clean, modern, and industrial, with a warm and inviting color palette that highlights the coffee beans.", + "public_commercial_use": false, + "recraft_id": "b16a1734-fd84-480a-919c-fc914d2b5b8b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:18:29.785771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d7c4606-5bde-4950-9d89-ca3b8002c60a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba Inu and an orange cat are sleeping on the sofa", + "public_commercial_use": false, + "recraft_id": "9265a631-135e-4223-a6b6-59d205254445", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:17:07.34408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b557082-d56e-49e4-bbb2-fcf54b2f57e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A giraffe skiing on a snowy mountain", + "public_commercial_use": false, + "recraft_id": "bc73d982-c77a-4498-87c1-a3bc677399d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:34:08.055373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f2337ac-bfef-4959-84ed-7f8001fb382e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A real hippopotamus playing golf on a bed with Christmas gifts next to him", + "public_commercial_use": false, + "recraft_id": "41c64bdb-2227-4b79-8665-e31989a30ac0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T01:53:00.951589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ad8642d-df2c-4728-abd5-f4c937f6c717", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a window in the middle of wall", + "public_commercial_use": false, + "recraft_id": "24ec786f-0d7b-4c53-9ab2-47d223aaa99e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:10:12.41476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cartoon characters Hellokitty set off fireworks in the snow. The sky is full of stars, and WS is written on the snow.", + "public_commercial_use": false, + "recraft_id": "6afa02d7-21cb-45ad-80bb-0d7d5be59dfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:01:48.426179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4807ee87-5ac6-4141-8815-f1fc222b1f50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bichon puppy pilot,tonue out on a glider flying in the sky with the sky in the background, and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "e3e26d14-47e5-46d4-b94e-32e341e47047", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:36:57.112665Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "704f67d8-b222-41eb-804e-fef78542906d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Penguin, with \"gy\" and \"lhb\" written on the snow, with Mount Fuji behind it", + "public_commercial_use": false, + "recraft_id": "af68508e-2981-4453-a995-23f342c98a4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T02:47:23.830939Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute pink pig and a cute blue whale eat cake together. The background is in the snowy snow with fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "ebc514bf-8ee2-454b-9716-9dd1ebeb5495", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-02T11:45:09.271811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8dc57ce-5eaf-40f0-9e70-b297261c17ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little real monkey flying in the sky ", + "public_commercial_use": false, + "recraft_id": "326480cf-1e64-4780-bb01-a5253e0db78e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:43:56.255059Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9f1fd7f-2417-4298-a8db-1e51361d1337", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese man wearing a black robe, a golden crown, and a jade pendant at his waist, holding a folding fan in his hand, stands on a high platform overlooking the entire Chinese style hall, his gaze electric and chilling.", + "public_commercial_use": false, + "recraft_id": "1e351ff1-e0af-4e27-a391-aa0c2f59199d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:17:08.278862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2355a58-4106-4f5b-8dcf-853701d231cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "World Cancer Day Event Flyer with Ribbon Motif", + "public_commercial_use": false, + "recraft_id": "3e28052a-8c0e-4468-b732-40f605f883bd", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T09:35:55.085548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f60b8746-1898-4c84-aa06-ae6482372b5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A raven wearing a monocle with a lot of books and flying feathers", + "public_commercial_use": false, + "recraft_id": "4d2c904e-8830-4fd9-808e-dd8ced6c51dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T19:58:10.723398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7c07ce4-3339-43d0-824a-e87f615e42a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cutie blowing a kiss to the camera. Intimic close up. 4K resolution. Highly precise.", + "public_commercial_use": false, + "recraft_id": "c2b78f48-5a60-4c45-9358-17418cc210e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:20:17.723484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier, its back adorned with beautiful pink wings, joyfully playing in a snowdrift against a breathtaking sky of blue and pink hues. Snow falls heavily.", + "public_commercial_use": false, + "recraft_id": "1256c66c-c192-4ba7-a798-199c0cbf7d72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T04:43:53.845208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6b16804-9b5b-4bb0-93e5-8fd610d69419", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Chinese people armed police officer standing at tiananmen square and evacuating the crowds from a terrible air strike, city that far away is on fire", + "public_commercial_use": false, + "recraft_id": "deb018f6-06ac-458a-9723-7dad9b4bb8ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-03T14:22:08.506656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "964d807c-8797-445d-b570-6f9fe0980c1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A shiba in the snow, looking the firework", + "public_commercial_use": false, + "recraft_id": "cfaff11e-af9a-4e30-913f-149d6787a6a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:20:23.753002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ac6def5-1a5c-4b11-9237-3b8e7b819d3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby bernese mountain dog and baby samoy,at sea,fireworks blooming,fall in love", + "public_commercial_use": false, + "recraft_id": "d6f8cd73-642a-469f-9108-9dbbbad23633", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:47:15.267073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e06d420e-3877-46e7-a275-fef365f972b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Sailor Moon with a cat head is pulling a pig in the snow", + "public_commercial_use": false, + "recraft_id": "0ff8200f-2cd0-4787-a93b-7735df098186", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:45:05.734786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "829e1309-4070-41c4-9cce-15e46707aee5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty, who works as a waitress in a restaurant", + "public_commercial_use": false, + "recraft_id": "865a89ef-6ea2-45c0-be9b-6874c4ddf198", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:18:05.363361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a194e19f-3853-420b-9192-84dbb5d03275", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit wearing a hat on the grass, with a bundle of balloons and many stars behind it, and the words \"haechan\" on the balloons", + "public_commercial_use": false, + "recraft_id": "2658a7fc-8ce7-4492-83da-fc6bb4d34366", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:50:06.354409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93489fa0-3dbe-44e6-9e57-32e974e29952", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow, dark blue sky, a samoyed, snow, Christmas tree", + "public_commercial_use": false, + "recraft_id": "3fff5725-89a0-4d00-a6c9-cdef477fd52c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T14:42:43.281289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18cd0ae7-eaa7-4295-a502-d13d8c7891b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white samoyed is playing happily in the snow, with several butterflies flying around it.", + "public_commercial_use": false, + "recraft_id": "26c39b10-050d-4389-93f1-533a15156725", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:42:06.866298Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4a1aebfb-a7b0-414e-8422-6c16ab698d40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white small doy and kitten playing when the volcano erupted in winter", + "public_commercial_use": false, + "recraft_id": "edd9d902-094f-4790-8f96-494135d0e7f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:40:16.321317Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84cc25f8-4209-4d86-9ea9-e0e1163f858f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A green retro sofa.The curtains are lace, very retro.White carpet with black spots.Inside an open suitcase are some clothes stacked, and two clothes are scattered beside them.The floor is a wooden floor without black gaps.There is a small coffee table in front of the sofa with a vase on it.There are some lilies in it.There is a big Christmas tree in the left corner of the sofa, with colored lights and small lights.", + "public_commercial_use": false, + "recraft_id": "dd9e941c-056c-47c5-b3fa-037b12a31eaf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:02:54.193995Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "8296d610-d7ad-4796-b104-0527f6d0d974", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Vivid Lunar New Year Social Media Story Template", + "public_commercial_use": false, + "recraft_id": "a4976742-d1cf-4a2a-b46c-a436b8c64300", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:08:19.837911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43565117-022c-433f-a412-b8ed39d06c1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out \"GRui& XHAo.\"The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "2cd76c08-5f34-4086-bbbd-980e45b94af3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:54:45.035626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "902c7320-3438-4218-b863-61d9db54597e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Teddy bear and peach", + "public_commercial_use": false, + "recraft_id": "d6b4a165-9c1f-438e-a781-78ed6b55c326", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:59:46.854744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "501ed2fa-37ff-4488-991b-63670b939e8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute pure white long-haired cat sitting on the head of a killer whale", + "public_commercial_use": false, + "recraft_id": "1c159c0d-c660-4f4c-a33a-3e883647211f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:59:07.927907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "072dfc8f-606b-4ea3-a09a-712aebf80f21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Horses galloping on the grassland", + "public_commercial_use": false, + "recraft_id": "a284ba0f-86ec-49e2-b3b9-ce2fbe442561", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-04T03:27:54.591144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d29c657-d805-4d35-bbdd-c74f489b0f2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kimono Shiba Inu Burning in the Golden Pavilion Temple", + "public_commercial_use": false, + "recraft_id": "19841fb7-e49b-4c64-b493-ce46020b2193", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T20:40:27.054551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43976842-176b-489b-b961-df92c2c53d1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bathtub filled with gold sparkling, snowy outisde", + "public_commercial_use": false, + "recraft_id": "9dee3608-a8a5-497c-8f85-553ca337a767", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:37:41.90832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1245b0d-6a8e-445a-8df0-5ab43c10bf70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cat uses a white beanie cover its eyes", + "public_commercial_use": false, + "recraft_id": "a339adef-db09-4cd9-ae2b-2f683c157068", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:07:17.691939Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c82dd42-a414-45b1-809e-f94e9f37b686", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A hamster wears a red hoodie and has a microphone for singing. It stands on the stage ", + "public_commercial_use": false, + "recraft_id": "fc7e6465-7ab2-4012-b2b2-3349cb1fbbce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:15:50.507645Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7c38abb5-8223-435e-a8ec-6f5bec2d1cb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Italian, with a Cornrows hairstyle, a blue headband, a blue sports suit, tattoos on his hands, diamond braces, and a diamond necklace; a Moroccan, with short hair, a black sports suit, a diamond watch and necklace; a Tunisian with side bangs, a mustache, and a sports suit; they are eating pizza together in the park, smiling at the camera, friendly", + "public_commercial_use": false, + "recraft_id": "1c834dbb-d421-4983-b1a7-a6df986235de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:07:26.853725Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "563878c0-6b38-43c3-9aca-dc783b3531f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten picked up the rose in the snow, and in the distance a metallic rose withered in the snow, and the dark blue-gray sky shone with a little light, and the rose petals were dripping with molten metal", + "public_commercial_use": false, + "recraft_id": "2f3bf09a-b1ae-42cd-8e91-a04d55dfef26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T14:22:39.206873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8853349b-618e-4aeb-af9c-84aed06e42de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Personified tropical fish playing hide and seek among corals", + "public_commercial_use": false, + "recraft_id": "8bfd1eb0-2f19-4390-b078-17711bc9886a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-04T02:36:59.522578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08c5c07c-0742-4cc5-a2b8-27dd061c338f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the Aurora snow field, a black kitten wearing gloves is playing with snow", + "public_commercial_use": false, + "recraft_id": "34695015-5f03-4f6d-89dd-cea905aea382", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:04:13.694835Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "d9bea9e8-15d0-4970-8266-bc24849ff057", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute fluffy pug puppy wearing a nightcap is woken up by the alarm clock", + "public_commercial_use": false, + "recraft_id": "93db1b2d-2ac7-4522-8e19-a3e9b5cf06b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:16:28.46539Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53732c82-383c-4afd-ac46-3eb1adcef3c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "all light out for me,lightn strike the beach", + "public_commercial_use": false, + "recraft_id": "15f9343d-cd64-4ed0-9869-c6ed31e3e8ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:40:50.76307Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b83fc6f-0970-47dc-aa10-04166752484c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Bichon Frise flies a plane", + "public_commercial_use": false, + "recraft_id": "31c20e4f-239c-42f7-a39c-abacae819859", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:42:20.330971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4ba9e1c-6783-4ed9-9ed2-77aa459ec436", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "bluetabbycat in the snowland", + "public_commercial_use": false, + "recraft_id": "6ff1c580-6177-4179-9fb9-7693968a3d20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:31:27.93981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d85fd2d2-b9ba-4924-b330-cb1ec05232da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "Hello Kitty playing rock and roll", + "public_commercial_use": false, + "recraft_id": "336f6663-199e-4fa1-81d0-21bcb9212669", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:43:19.616324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06e7d2c9-8cd7-494f-bb29-a5ca47907fa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is lying on a big swimming ring in the swimming pool.", + "public_commercial_use": false, + "recraft_id": "855060ca-4f54-4785-a41d-93a48453784e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:22:40.868916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a8c7f78-0a0b-42ab-80c0-f84be79dcd89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is standing on the blue sea. There are a flock of seagulls flying in the sky", + "public_commercial_use": false, + "recraft_id": "293eda6c-6cba-4d77-8724-ba4c9c1f456b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-04T05:11:36.954425Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "settle with two kids and a big swimming pool", + "public_commercial_use": false, + "recraft_id": "16088b4c-117d-4994-be6f-82cd51b2cca2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:47:05.966884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6906dbe1-448a-47b6-b353-d1579dbf9de8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely penguin doll is lying flat on the grass. There is a bow and some flowers beside it, and there is also a swing.", + "public_commercial_use": false, + "recraft_id": "5f64a3ab-0c92-4bc2-9523-3745f9d0292a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:55:25.672491Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tropical rain forest", + "public_commercial_use": false, + "recraft_id": "06239de0-13c2-42cd-b554-f5d37c08f76c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-03T10:26:03.416862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0f17a33-a648-445a-95a3-a51a5a3eceea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A short-legged horse in the snow at night, with snowflakes falling, and the sea and snow-capped mountains in the background.", + "public_commercial_use": false, + "recraft_id": "f2af7624-d1b4-4db6-9e73-7ec2df820b65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T12:10:44.6721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "742eb28f-03c0-4117-bd05-138bd657f7fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red toy poodle playing in the snow under the aurora in a snowy landscape, wearing a black sunglasses and a pearl necklace with a festive Christmas vibe.", + "public_commercial_use": false, + "recraft_id": "8cfcee5d-1fe4-4ece-8114-e1e40e5dc06b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:59:16.84979Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "0400ff62-330d-4606-940d-1c6df0baf52c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a chair-shaped gift under Christmas tree ", + "public_commercial_use": false, + "recraft_id": "d6544b76-874d-4afa-899d-c94d2a02741f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T18:57:14.374422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A scruffy white dog sitting on a chair working.On the office computer desk.wearing glasses", + "public_commercial_use": false, + "recraft_id": "ac179c14-ca10-4a23-becd-d97a49ea2831", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:53:31.35302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48b2c0cb-1b70-4fcc-8c90-e4171f28f052", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the black rover mini sprite, in the center of the sea ,all wheels are burning, ", + "public_commercial_use": false, + "recraft_id": "97c83418-9e02-4472-a2ad-9e84cb2f853c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:40:38.492238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48f18054-3721-4aae-87a7-ad2d4f069fea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two real ducks watching a movie on the sofa", + "public_commercial_use": false, + "recraft_id": "b41b9b0c-d713-4e43-873d-e4a727129fbb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:10:13.902208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "654078e3-1598-4454-8835-43f40d35b867", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lush pine tree listening to music on Marshall headphones, pine cones, blue rain", + "public_commercial_use": false, + "recraft_id": "35a1423b-bb99-4db1-ae56-2e7f8ee51e90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:58:15.424441Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4444b03d-d90c-4daa-9c50-d8daeea9f1a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitten, Christmas, outdoors, snowy, warm and cozy", + "public_commercial_use": false, + "recraft_id": "8a5d774b-2158-4e8d-8d54-5175bf58a4bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:06:06.279789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "063964fe-b562-4817-a164-fac3fdf4b8b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black cat, bubbles and an electric guitar", + "public_commercial_use": false, + "recraft_id": "99d5f07d-a311-4a9f-a94d-11ea452ff1cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:37:30.687469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38041f61-0796-4346-a009-cb39605be800", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lunar New Year Party Invitation with Lantern Design", + "public_commercial_use": false, + "recraft_id": "7158d398-fb7f-4775-99da-97d9350db8a8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T12:21:18.016197Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56318003-b367-424d-9497-99da28c4dad3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two plush bears hug each other in snow, under fireworks, there is no other thing", + "public_commercial_use": false, + "recraft_id": "b3a2cb5c-dd75-498d-be30-c87ed2ceb721", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:12:41.861589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65d59409-c108-4833-bef4-f4019f997826", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray white kitten with purple pupils watching colorful fireworks on a hot air balloon", + "public_commercial_use": false, + "recraft_id": "72c4f9aa-056a-49bb-86d4-21a827cce0a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:08:00.167222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9aeb3131-8eb2-4f06-a70a-0b43018bb35c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Intricate Lunar New Year Poster with Zodiac Symbols", + "public_commercial_use": false, + "recraft_id": "808f413a-bbea-414d-9385-f3843e4f14f5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T04:50:40.305499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "705d5fa4-f5ca-4e77-961a-e17efd9da11e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sausage dog spent Christmas in the snow drinking red wine", + "public_commercial_use": false, + "recraft_id": "1f1cd798-bb73-4c6a-bcc9-7e385533a683", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:47:15.434632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75bbb01d-7fe4-493e-ae1c-13c9730e2920", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas day, hello kitty, successful with crown on the head, in front of a christmas tree(outside place), snowflakes", + "public_commercial_use": false, + "recraft_id": "1f141533-1a72-4809-9f46-193c3501e806", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:27:11.064385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1e84188-e5d9-4f66-a4b4-0d99fe471a3c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise,Cherry blossom tree, snowy day, aurora", + "public_commercial_use": false, + "recraft_id": "87fbec1b-65f7-484e-9132-879f656d1abd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T08:05:39.44388Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens playing discs in the snowy outdoors with snowflakes falling down", + "public_commercial_use": false, + "recraft_id": "ed18c0f9-4afe-4ba7-9cd8-49a6457ce308", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:12:37.153327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "985ab91d-da46-49e7-b36e-109d03b4da03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is playing in the snow at night.", + "public_commercial_use": false, + "recraft_id": "e1de702f-a4a7-47b6-bc08-dce79a25a3cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T12:40:18.643424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da7fe771-b399-4ed9-975e-fceceafdb651", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Miffy under Christmas tree with blue wallpaper", + "public_commercial_use": false, + "recraft_id": "f329e72c-e8bf-48c8-a9af-b5ad0e6efe17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:38:47.093102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af8019ba-630b-47bc-a838-1af93f6f116c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty wearing a Santa hat with little white wings, an apple shaped cake in front of her, a big Christmas tree behind her and a window with a snowy landscape outside.", + "public_commercial_use": false, + "recraft_id": "66133bfb-4fce-4375-b894-4436d0ff9c9d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:04:52.179695Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa34994b-d61b-4f9a-9d13-c011ff4dba38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat, wings, snow, snowman, bubble, dream", + "public_commercial_use": false, + "recraft_id": "b934b8ac-6f73-46a5-a722-a0318f2bb990", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:26:35.072401Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f2176f0-bc23-4b15-af0f-e47d75746049", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "white dog and black dog playing together in the farm", + "public_commercial_use": false, + "recraft_id": "b8b31739-c365-445a-97f7-cd1db4c48f80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:40:04.705279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e69c0b40-c50d-4587-8d98-79e6370a268c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten and a white kitten are watching fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "36e72185-1de4-48a7-ae89-e7d2a2ed1d91", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:03:02.443741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24a307fd-1474-47d3-a2fd-3f1033456fc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White bichon frises and a cats are ", + "public_commercial_use": false, + "recraft_id": "d574cea0-4d75-41b1-9e92-c32841e3946e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-03T16:43:10.56601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d97ec654-2536-4770-bf96-62ae88b7b60f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " white Old English Sheepdog , wearing sunglasses, having a cocktale, by the beach in spain", + "public_commercial_use": false, + "recraft_id": "49fb1821-c2fd-4b69-b0c9-de5f9fe3f117", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:06:48.34176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b96d1df-96b8-4715-8d1a-12f17f3a3e74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty drive in a vintage car with blood on the car at a starlight night", + "public_commercial_use": false, + "recraft_id": "3f0f17ce-1247-46d4-b34e-16d1702c1f0e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:08:47.935476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63aaba81-2ef5-43ca-9ee0-69de0509b9aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "plushy HelloKitty wearing Burberry scarf in winter, snow background, Disneyland, like harry potter scene", + "public_commercial_use": false, + "recraft_id": "4078ed0e-2eb6-4657-bc7a-790e0aff6425", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T17:18:32.133645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b31fea1-5552-4db1-875e-5a5f4f3d99c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a man in modern architecture buildings", + "public_commercial_use": false, + "recraft_id": "44e2026b-49ea-42a2-b7c2-e5f15ea6578a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T08:22:07.518004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b6a92f5-9a84-420e-b7b4-e45c09e15c02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A giant rabbit is setting off fireworks in a field of flowers, and the fireworks have dyed the sky with rainbow colors.", + "public_commercial_use": false, + "recraft_id": "8eb06591-de49-4b00-994d-9093302b898a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T09:19:49.398593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "937e41a4-b57b-4339-ab8e-dfcfb210a049", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little yellow dog, running with a little cat in the snow, wearing winged clothes,", + "public_commercial_use": false, + "recraft_id": "92e349bb-322a-4c81-b22e-a145b4143b60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:01:12.103169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc3e808b-83b9-4486-8e44-062a1caa88f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a brown bear doll and a white rabbit doll sitting shoulder to shoulder on the winter snow. The bear is bigger than the rabbit, and the two dolls are wrapped around the same deep red scarf. Both dolls have a very furry and soft texture, with the bear doll wearing gold rimmed glasses and the rabbit doll having a light pink bow on its ear. In front of them was a bouquet of red roses, a little bear holding a cello, and two dolls smiling happily and looking at each other. The deep blue night sky behind me was filled with fireworks and scattered trees.", + "public_commercial_use": false, + "recraft_id": "c066a824-3d2d-47d3-b283-48f414f0ac55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T17:17:15.832158Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48833bf0-5420-4837-8f00-4b153b581ba6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lesbian couple, long black hair with no glasses, very short black hair and wearing black glasses , snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning and gazing into the distance, back view, peaceful, quiet, love", + "public_commercial_use": false, + "recraft_id": "18f67f91-5dd5-45ab-a7f4-44bf59b3d36d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:18:55.711091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17975b21-7b8b-426c-95af-d2575250448c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word GSK written on the ground.", + "public_commercial_use": false, + "recraft_id": "2e3d26ee-85b2-4051-bfa2-d445d86f8378", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:08:29.466633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bcf1229-0946-46ab-afc5-55ec54f41675", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster wearing a fur hat in the snow", + "public_commercial_use": false, + "recraft_id": "53dc5998-f887-4c6b-b042-0616686ec9cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:22:07.147269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42c19002-c748-45eb-ae7c-47825d8bae7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tiger watching the sunset from a hot air balloon", + "public_commercial_use": false, + "recraft_id": "cb9ed588-db99-4e30-82d1-18f120bdf917", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:51:20.864014Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9fd5c6d-2305-4738-99db-b357b7f53d2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute pig sits smoking in a pumpkin wagon with the castle behind it", + "public_commercial_use": false, + "recraft_id": "62150359-c910-41d5-bea9-cddf22763858", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T02:59:18.125586Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1b3972d5-2fc9-484b-882b-c53a225360b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown and white British Shorthair cat with blue eyes looks very unhappy and disheveled, typing on a laptop in a small dinghy at sea, with a massive tsunami approaching from behind", + "public_commercial_use": false, + "recraft_id": "caff759b-f716-4e5d-ad54-996878e48abf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:44:54.728568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dynamic Lunar New Year Social Media Graphic with Lucky Charms", + "public_commercial_use": false, + "recraft_id": "3e8ae7d6-fbb7-477e-b4b9-77f97ca50ce0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-04T06:00:10.899693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02903070-6d43-48b7-be6f-b717ad95ff45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there are three puppies on the beach, three different breeds, a white Schnauzer, a golden retriever puppy, and a beagle,there are large fireworks on the beach", + "public_commercial_use": false, + "recraft_id": "4fa7bb01-2fdf-4999-909d-cff3e2baf35c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:18:15.753242Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d367b08a-3cbf-4042-b699-59acafe0a755", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks are set off on the beach There are names zlyx and fjy on the beach", + "public_commercial_use": false, + "recraft_id": "6822008a-2e08-4f12-be7d-76452e8f2dc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T21:34:36.648862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15f3df1c-23bc-4c67-b85a-071a49887a01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white cat has black hair on his face, and next to the Christmas tree in the snow, the picture has snow scattered and a wishing cupcake", + "public_commercial_use": false, + "recraft_id": "d7056fb6-9af5-44b0-beaf-10a0d6d6f3b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:45:10.927224Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f97c66a1-b172-464d-b4e8-ffd9742ad7eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby golden retriever wearing a pair of shiny butterfly wings, sitting in the yard", + "public_commercial_use": false, + "recraft_id": "9d22f232-bad7-49e9-8ccf-26238601f149", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:19:59.763201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b333de9-2367-4c21-8117-861917e08cf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Raccoon And Cat", + "public_commercial_use": false, + "recraft_id": "28ab8a15-9a82-406c-a965-1a2f7be7385d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:45:52.054848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5deaee5-a776-4db2-be19-9cf55362943c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier walks along a path lined with blooming cherry blossom trees, with pink petals scattered across the ground in a serene, sunny setting.", + "public_commercial_use": false, + "recraft_id": "c2d273cb-6eab-46b8-8932-8adcb1585154", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:35:26.272194Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1a4b5d25-0ed5-404b-8168-9e03796ad58e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black french bulldog is making pizza wuth chef hat. Christmas decorations around the house", + "public_commercial_use": false, + "recraft_id": "a23ebb31-dcd4-476c-8a95-5812b94afa40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:47:18.500933Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01cdfc74-8676-46f7-be87-e964e5b86f33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Goldfish swim in the snowy sea, the sky is brilliant fireworks", + "public_commercial_use": false, + "recraft_id": "d28ed04a-4937-4fae-8b97-965635f282fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:39:45.932229Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e656dd6-1c53-4dfe-bc84-e143abc24ebf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Little Fox in a red scarf is under the Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "fcf0592f-4c59-4e8f-9b4e-9fba20d36051", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T13:06:13.440955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6934cc94-60e9-4a6e-ad8a-a06dbb565b78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow cat record player Stars clouds bubbles", + "public_commercial_use": false, + "recraft_id": "37f634da-067e-438d-876e-4e0438099ff2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:28:03.463582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7651e4eb-78c6-4609-aa0f-33fe71df1e14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A few doctors are che their patients and using the computer", + "public_commercial_use": false, + "recraft_id": "a3c8ed05-79eb-4496-86dc-2a1eec4109f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:00:27.602454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff8cdb93-2768-414a-bd0e-1d4ed7fb753e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Baby koala holding a jasmine flower with a cute blue neckerchief, blue pool, pink blanket with a glass of ice water", + "public_commercial_use": false, + "recraft_id": "90639a22-24bd-417f-9ccd-30b35bf16d1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T07:13:53.297005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dcf59ada-46c3-4fea-8915-4e52185caa12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pure white silver gradient kitten and a corgi are watching the starry sky in the snow, and there is a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "d9117031-c3e7-4670-8380-18d79e3bcf76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:08:41.954762Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fa4c77c-3961-43b9-a846-cb39ee7352f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat sits in the subway with a school of fish flying in the air outside the window", + "public_commercial_use": false, + "recraft_id": "23ac01c5-3e0c-44c9-bf37-aa2c6dcc2c4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:51:45.042595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73b5657b-c10c-4bfe-a97b-5eca7003d3fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter", + "public_commercial_use": false, + "recraft_id": "c5aab018-3863-41e4-b79b-9933bc78b784", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T11:23:58.975764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "483edd19-7d70-4fdc-b789-f9d91e3257fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a handsome man falls in love with me", + "public_commercial_use": false, + "recraft_id": "3d12f5a3-da4e-400c-91d9-8ffb90978a35", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T10:49:50.331003Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bec33089-c4e7-4798-bd3e-b0e318f1e45e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland puppy and a ragdoll cat are in the middle of the snow. They are eating cake. The sky is black and there is an aurora", + "public_commercial_use": false, + "recraft_id": "aa213637-628a-4fc5-9ab8-691f363e00c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T16:21:10.437673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cd26dce-fe2d-404c-aa95-c551548752a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a Maine Coon cat playing in the snow while the cat is very handsome in sunglasses, the overall picture is dynamic, happy and full of story", + "public_commercial_use": false, + "recraft_id": "0f7d1747-579c-4d11-8071-16f9712ae70b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T05:08:39.367324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70717bd1-db2a-4497-920f-fa726724232c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the blue clouds, on the lawn near the sky, there was winnie the pooh rolling", + "public_commercial_use": false, + "recraft_id": "13b84ccc-9de1-4398-934e-4660fb6d6b9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T15:53:39.926145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "bluecat on work", + "public_commercial_use": false, + "recraft_id": "63766bb6-95d0-4bd0-a16d-6fa564f819fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T14:43:04.085665Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "100a1ad0-bf67-4a5a-8867-66b39321ad3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fluffy Alaskan Malamute sitting in white snow with a Christmas hat in a yellow background. A part of a Christmas tree with lights can be seen at the corner. ", + "public_commercial_use": false, + "recraft_id": "085409d8-7e53-453b-a8b1-c8302bb88372", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T13:55:39.493816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29fff9d0-ded6-4738-b9b7-33c5dcf53bb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Spring Festival", + "public_commercial_use": false, + "recraft_id": "a207cce3-0fc4-4b66-ab1a-328f0d05931f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-03T15:08:55.030115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "489f450e-0dbe-4bd4-af08-b5141a428f28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome, mature, middle-aged man with a beard", + "public_commercial_use": false, + "recraft_id": "449a2b5f-351c-4745-9bfb-842dd8f72bb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T16:20:07.63007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "971226d6-57fa-40c8-816e-90ee96d3bc0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat wearing a Santa hat and standing in the snow", + "public_commercial_use": false, + "recraft_id": "47b2544e-e7f6-46bb-b570-bb34b9e5b255", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T10:11:56.339349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88fcc44a-29c8-455a-b502-3b4a78dd56f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Chinese Li hua cat in the snow", + "public_commercial_use": false, + "recraft_id": "0e7399a3-2c5d-49a7-9fb0-96b3cb62f0f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-02T07:24:17.700868Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b1208be-6cfb-4375-bf40-1e60f90290f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hazy flower.", + "public_commercial_use": false, + "recraft_id": "fb5138ee-e128-460e-818d-ad05c60ca852", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:02:01.963789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1f394c9-085f-4faa-a15a-f8075bbf898e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bamboo dragonflies sit on the eaves, bottles of soda sit on the table, teddy bears swing on the swings, and together we return to a childhood without end", + "public_commercial_use": false, + "recraft_id": "35d854cd-09e7-4b8a-a3e0-26b22e5da003", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:09.518671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9493e2c-adbe-4582-9f06-f17c29618e12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behold the adorable panda cub with one larger and one smaller black eye patch, playfully frolicking in a pristine white snowscape. Behind it stands a small Christmas tree, while the cub takes center stage in the image, engaging in a joyful snow play", + "public_commercial_use": false, + "recraft_id": "820136d0-ed59-40d3-bb91-baf6589498f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:45.347744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54a2f018-158e-4577-a2fb-0a87f005953a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a teddy poodle in holiday season, like a princess. The head is very round and the fur color is brown colored. Her name is candy", + "public_commercial_use": false, + "recraft_id": "be40ced1-adb5-4543-bed7-a2959b2cff78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:07:14.751517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03824cde-a81a-4f74-b4d4-1e764690e9b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever puppy and a Samoyed puppy having fun in the snow with 0522 written on the ground", + "public_commercial_use": false, + "recraft_id": "7acca4a4-f212-4644-8650-06514faad99c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:39:13.449818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f18f6ff-6e34-411b-adb6-17468a6520c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white border collie running in the snowing ground,a little far", + "public_commercial_use": false, + "recraft_id": "029ffecb-7542-4723-9fd6-66f79ad948e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:46:04.083292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe87ab67-bae0-4327-83bc-2e3b6c328c32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little Hellow Kitty wearing a santa hat and princess dress, smiling, a cup of milk tea in hands, indoor, sitting front of computer, christmas tree behind chair, looking at viewer", + "public_commercial_use": false, + "recraft_id": "5fdfd0c8-815f-4e8f-a981-ca01f24aa217", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:36:53.96461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Corgis in suits playing in the snow, fireworks shooting across the night sky, hearts painted on the snow with WN written inside", + "public_commercial_use": false, + "recraft_id": "b2d37c9b-5335-44d9-8da1-e96b5577417a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:44:08.149649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f27478c-619c-4f7a-8134-2838bbd8d4db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black little dog, snow, winter, Christmas tree, fireworks", + "public_commercial_use": false, + "recraft_id": "8fcfe5ed-a21c-4e03-ac3c-f17dbdbca598", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:21:57.884701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c14431f-24e3-47e2-9259-47ce615e5caf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely West Highland, wearing a scarf, sitting in the snow, fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "d469eb84-db33-4a74-a67d-3e140589c32d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:02:20.581896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "686b1810-9d5b-4c1a-b57c-984a707f0d69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red rose under the real starry night", + "public_commercial_use": false, + "recraft_id": "2bc6a64f-c129-4bfb-bf81-17ac9c33117d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:38:44.588173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21dae689-f67e-4398-aff8-b869863d87c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A whimsical scene in the snow featuring a blue birthday cake with the number '1214' and the name 'RainRain' written on it, surrounded by an adorable puppy and a playful kitten", + "public_commercial_use": false, + "recraft_id": "defaa3f8-870a-4a29-8a48-d1c85ab29a1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:35:24.706607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4fee8fa-5be4-46fb-900e-37bd19009dca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Meteorite border collie dog is fried rice in a hot pot restaurant", + "public_commercial_use": false, + "recraft_id": "be9960e7-5e41-430a-8621-3546c0c6e56d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:37.103422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4775bfda-7381-45ce-a6cd-5977a25848a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a green room, there is a window with a dreamy pink outside. A pig in a bright red suit stands in the room.", + "public_commercial_use": false, + "recraft_id": "df29ce8e-5d70-49f1-8dbc-b0ff47db1bd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:34:50.938362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "887249ab-0459-4906-acd4-17391aff0a97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Leopard Cat is working in front of the company's computer Cat is working in front of the company's computer", + "public_commercial_use": false, + "recraft_id": "0c0aeee0-94de-4902-bf61-f97a0b0ff0e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:38:07.445228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7561f17-6413-4b08-a79e-338fd32e5020", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever, a little black cat and a little white dog gather around a birthday cake to celebrate their birthday", + "public_commercial_use": false, + "recraft_id": "d9cd19db-2431-451d-9681-260ca8e15f29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:54:35.575169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0d53993-9be0-48a3-8e33-b70d2d5e4843", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "small young cute bear small face", + "public_commercial_use": false, + "recraft_id": "fbd5d96b-8cea-4fd5-9ef6-74b603ddc815", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:35:39.559392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e1a8acb-26a2-49ef-9734-9075c50f62a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten listens to music in space", + "public_commercial_use": false, + "recraft_id": "a0a45b16-398c-4a56-bb81-a4e08106bd5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:52:42.945544Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "486d5263-e5ec-4521-9aed-add8e39a3a47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bernese Mountain Dog puppy ", + "public_commercial_use": false, + "recraft_id": "20f8eb32-f051-43cf-8463-1fc98357fbd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:23:09.684227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5db465ac-a807-422f-88af-2ea7ea87f24b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small green hill in the outskirts", + "public_commercial_use": false, + "recraft_id": "6a60fd3a-a882-47c7-96e7-cd0b698a7cf1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:07.278963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df99a341-8715-4dd1-af85-f1e6dc3a8d81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed reading a book", + "public_commercial_use": false, + "recraft_id": "bc6fb1ef-d004-4a67-92df-3386d3d1a571", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:55:37.05387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ca0a5e4-a9d9-4373-872e-0f1e43c70e00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat stands on a wooden railing in the snow, with a backdrop of a silvery forest. A blue ribbon is tied around its neck, and snowflakes gently settle on its fur, creating a fairy-tale-like scene.", + "public_commercial_use": false, + "recraft_id": "7ada7a98-bc0d-43de-a255-870751eadbb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:27:54.970437Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "002630b8-d960-45d5-8080-265693de902e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white kitten wearing a scarf and black, white and orange kitten with a scarf looking at the landscape with the aurora borealis and forest in the background", + "public_commercial_use": false, + "recraft_id": "f20f9b9a-ca87-4302-a4ca-67d95ebb09e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:02:14.205709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a5d00ad-0b30-4f86-9900-ada76582777b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clear stream with butterflies flying", + "public_commercial_use": false, + "recraft_id": "b6829942-7a84-4400-93a3-b13535d0f866", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:37:56.995435Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f291a5d4-e289-4f4e-a8c5-dbebad18df86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white cat wearing a big red bow tie working in front of an Apple computer and drinking coffee in a Starbucks coffee shop", + "public_commercial_use": false, + "recraft_id": "29033721-3030-4a8e-b3a2-6eede9a1f512", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:46:26.061656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2879937-fd62-484a-a8fc-8ddf9e83281b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely little Samoyed wearing a red Christmas scarf is playing near a Christmas tree in the snow.", + "public_commercial_use": false, + "recraft_id": "6f86eea2-c483-402a-aeff-7ffe15ce705c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:18:36.352405Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1a021ff-9e6b-497c-baf5-9f77b35cc827", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lazy cat is lying on the sofa drinking coffee", + "public_commercial_use": false, + "recraft_id": "697023db-9e26-47df-9103-9ff36069f130", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:01:31.849576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4fda46b-7565-4ada-bf6e-bbd079e70c38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Kitty cat sits in front of a computer with a camera and a keyboard on fire", + "public_commercial_use": false, + "recraft_id": "f2a99305-4b11-4c43-9360-e58d124b57d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:14:30.306484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce8595fb-3b72-42ab-93e6-c33a905e705b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a brown horse with a little white head\\nature light\\in Japan's garden outside \\ sakura falling \\ ", + "public_commercial_use": false, + "recraft_id": "5414c10a-cb8f-4311-b0ce-97520a4ca110", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:51:29.795363Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "80e0ee10-f723-4b53-ab62-d861028fcf17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara sits calmly in the office. behind is a volcanic eruption", + "public_commercial_use": false, + "recraft_id": "b6564b67-2162-499a-895d-b674d9eeac7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:36:42.173961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3978bed3-218d-42fc-a80a-7f7cca23be75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white border collie running in the snowing ground", + "public_commercial_use": false, + "recraft_id": "03b508e1-7e27-42a6-b90f-c8300d0c14ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:40:13.964675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6f291e6-f61e-43c4-8cde-b188fcac577f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Queenstown at Christmas", + "public_commercial_use": false, + "recraft_id": "f3c0c015-df32-4ac1-a5ab-8362bb214b76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:25:26.354087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "feaa1fc1-37c6-4868-93f6-e7c7203dbe94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lion is taking a Polaroid, with a giraffe beside it.", + "public_commercial_use": false, + "recraft_id": "2f5cb976-6cd7-4662-b528-0f21ecd33eb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:05:10.27891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85c8e3c4-0d4a-4385-a7e0-284602e6fab4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute small white and brown Prince Charles dog rests in the sun in a field of small flowers next to a mountain lake,", + "public_commercial_use": false, + "recraft_id": "f5e462f7-4693-44a3-8ab0-7b5c0c334449", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:50:04.182837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b26f2a6-336f-463e-a61d-55e0609640c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A few melted apples were spread out on the table, a glass of cinnamon hot red wine was placed on a diamond patterned coaster, snowflakes flew in the air, candlelight shone brightly, and colorful stars and bubbles filled the stool", + "public_commercial_use": false, + "recraft_id": "aeb868dc-d3e6-49ec-bd9e-d690077f090f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:08:06.455367Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d86791d4-030b-4656-9bf8-ee034606b00c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat with its back to the camera, with angel wings sprouting from its back, shimmering in the sunlight ", + "public_commercial_use": false, + "recraft_id": "fde0803b-34c2-42cf-af7a-4a3aff28736e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:08:19.207819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1039a12c-b9ed-493a-986a-cd9d356d1cd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white horse stands in the quiet, vast, and empty yellow office. The office has no roof, revealing a starry sky above. Outside the office windows is a desert at night.", + "public_commercial_use": false, + "recraft_id": "d1892858-50ae-4c50-a0b9-42eeea74d79f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:46:41.994179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a452c9c0-9688-4541-8fc5-bf634dd0bfb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Abandoned giant elephant slides in children's parks, as well as moon arches, stone-carved astronauts", + "public_commercial_use": false, + "recraft_id": "e3a8d356-e564-4fdc-99b3-1629e788803e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T01:31:08.065203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2fed8f5-65b3-4a8a-b7b0-561795cc57fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Thousands of birds fly away and thousands of people disappear.", + "public_commercial_use": false, + "recraft_id": "eadb6a4c-2aff-447f-b1e2-0e6e6f37da3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:13.591603Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4ad5ac48-3be8-4d3f-bdcf-ce2257009513", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely otter with a christmas tree ", + "public_commercial_use": false, + "recraft_id": "4f9dbcd1-1724-4e29-b160-da7a84c9236f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:25:37.940891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95b7837c-0cc7-409e-9d7c-f4f40845738e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british short hair cat (gold fur, more like kiwi color), dressed in something casual, the cat is holding a lox bagels, warm tone, in NYC. No human in this picture ", + "public_commercial_use": false, + "recraft_id": "45a752d7-314e-4048-9b4e-90bab3b73038", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:17.830789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5215f69e-b570-4ad8-881d-d4f4ff5cedaf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Asian man is on a snowy mountain, wearing a black ski suit outdoors, with a snowboard next to him, birds flying in the sky, and snow falling", + "public_commercial_use": false, + "recraft_id": "a307407d-e9c2-4dd2-b2d9-62313075ba47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:22:30.20915Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "62e059c4-f00f-40dc-8f03-475db20828cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow under the stars", + "public_commercial_use": false, + "recraft_id": "2e9170b5-bd07-4e37-a84d-339e44eaf7cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:50:28.988394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit in a pink dress is holding a bouquet of roses under the starry sky", + "public_commercial_use": false, + "recraft_id": "08ed4646-5f53-462f-aa97-d447f80bb4b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:49:47.284769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8106044-7f63-434c-8bbe-2f44fa446a40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty who is coding, a glass of wine in her left hand, background is a burning lab", + "public_commercial_use": false, + "recraft_id": "74f165c8-3ea2-47c6-8a9e-4643ccf8606f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:01:07.045467Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "08cb7c71-6f4f-4a55-a812-7882528609c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a snake is celebrating new year with people ", + "public_commercial_use": false, + "recraft_id": "007f2d99-c299-4d3c-a1c9-672d46de7e0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:47:44.350436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Business man with a panda head custom", + "public_commercial_use": false, + "recraft_id": "9656ded7-5f94-4ee2-8612-e52062bb4ed8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:51:35.401269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3599f85a-3737-4ded-bfa0-092f26d480ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Pikachu at the foot of Mount Fuji, with a Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "30238200-d5c5-4915-bc8b-4bdcbd2a0265", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:04:36.350531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a225aa40-12cc-4f1a-8011-19ded805a42d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat sitt in fron of a laptop like a working person,", + "public_commercial_use": false, + "recraft_id": "70d88900-9e0a-4bab-bd2e-3fdd1a187f8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:28:03.709343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae9299e6-cc07-4d37-9c5e-3365e8f193ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk stands in front of a burning Japan temple, facing away from the camera ", + "public_commercial_use": false, + "recraft_id": "6f38ce39-1432-4fc6-a31d-ad6613625490", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:19:06.182113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69ba3469-30f4-4021-a0d6-d6cef32a2825", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely West Highland, wearing a scarf, sitting in front of a train window looking out at the spring scenery", + "public_commercial_use": false, + "recraft_id": "cbc179aa-7309-4b62-97d5-04efbad2af9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:39:04.117848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90adfb62-9413-40be-882d-a8b193be0fc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The tuxedo cat screamed with a torch and set the house on fire", + "public_commercial_use": false, + "recraft_id": "621d8710-d9b7-4224-b773-ca40b2758eff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:59:20.121361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "687d9c9c-ace4-4070-83cc-762a5ec7c990", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute black cat with a pearl necklace lying on a soft bed with a glass of wine and a fruit bowl on the bed sheet and a heavy snow falling outside the window", + "public_commercial_use": false, + "recraft_id": "5a811add-6f0c-4a51-806c-c12f531c849c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:51:59.73729Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8bacf427-3abc-4197-a963-c28f4ba1590d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Tesla in 80s China ", + "public_commercial_use": false, + "recraft_id": "b7440b6e-9e96-419c-8470-e8e45a8503a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:42:26.706837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96a1d82b-871b-4e98-9588-1bb5eff45dee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray and white striped cat sits in front of an apple macbook with glasses and a cup of coffee on the beach in Jeju Island.", + "public_commercial_use": false, + "recraft_id": "d47b51b8-01a7-48a8-bbcd-da9b0544c5cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:35:06.375454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7169c477-f877-4aef-afaf-1104849cc11d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cow-patterned cat which has a black dot on it nose listening to music with earphones next to Tiananmen.", + "public_commercial_use": false, + "recraft_id": "b95348ad-3efc-410e-94fd-c3a63dbc30ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:52.671838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db1746d9-4b2e-4261-a787-d2b977a093e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk stands in front of a burning Japan temple, facing away from the camera a little far", + "public_commercial_use": false, + "recraft_id": "7612d717-18af-430a-9f67-0bc4e3c5cbed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:36:33.972094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b3788bb-5334-4236-87d5-529313c0497e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The HelloKitty fought a terrible war against the monster Godzilla", + "public_commercial_use": false, + "recraft_id": "27dd2523-921e-4cf7-851c-7faca0acfe83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:51:55.91539Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f8113649-3a2d-44b2-878a-a3c105998ddf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mongolian", + "public_commercial_use": false, + "recraft_id": "9156790d-ce42-4ba5-b678-99777f8fd094", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:30:23.440292Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e18969b3-061c-4fce-a78c-4ff051253703", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A border collie with creamy gold and white color. Studying, with a pair of galss", + "public_commercial_use": false, + "recraft_id": "57138422-0898-4cf1-bdfe-bb2723a42c60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:54:39.03807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f34dc91c-f077-4ead-9db3-03c3c5d45763", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Big lucky cat made by plastics ,in the forest ,one pigeon ", + "public_commercial_use": false, + "recraft_id": "42376be6-f2d6-42a9-b8a7-6fa38358d545", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:48:16.70057Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53be3c1e-753b-4cc3-8638-6d375fdd14e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "b0e5b1ea-4b91-4956-ba38-be41a8057e1e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:29:24.917722Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97e5b86f-01e2-4e88-a2bc-95559b5c5d06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver white American Shorthair cat and a black cat are sit next to each other, both wearing magic cloaks, with snow as the background, like Hogwarts", + "public_commercial_use": false, + "recraft_id": "ab593854-7206-4c6a-8f2c-e2abab1cfad9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:13:41.850679Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e0f16b58-4884-403d-81c9-314cb1cd8d8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat lies on the white refrigerator and looks out of the window.", + "public_commercial_use": false, + "recraft_id": "46e46fdb-f770-46bc-926f-906894756fef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:32:48.466458Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A delicated fountain sprays lots of precious pearls. At a bright and warm castle, the fountain is covered with flowers and butterflies are flying.", + "public_commercial_use": false, + "recraft_id": "0ff5f777-7787-4eed-9ea0-3a3bca240d57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:28:39.0926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red fox and a Doberman live in harmony", + "public_commercial_use": false, + "recraft_id": "29882a5c-2c8b-46e7-9a54-b61b6b308c89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:33:07.147064Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "69ff03a6-d6be-4788-bc2c-96f6aadb610f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello kitty doll sits on the snow with the words: CXX", + "public_commercial_use": false, + "recraft_id": "69ce6eeb-0210-4cd3-8639-e29d4a915a52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:51:08.230923Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "079a66ad-c422-4d40-9622-b4e5ed0775e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Volvo is driving in Stockholm", + "public_commercial_use": false, + "recraft_id": "7089b164-9ecc-45a4-901e-f07c08945d49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:02:21.549874Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a8cd2cbb-9331-4a61-9456-61e7f94f2284", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden/brown and white Cavoodle dog. And he is brushing his teeth", + "public_commercial_use": false, + "recraft_id": "7cf2a670-54f8-4a99-b154-a158af0f29fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:07:17.078168Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3dd6fc77-e775-49c7-bbf6-90bd6888cae9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute and chubby anthropomorphic little cat, wearing a police hat, police uniform, holding a baton, standing next to the police car, pointing at the camera with its fingers", + "public_commercial_use": false, + "recraft_id": "e352a170-9d2c-4e5b-aa51-bab519aa865d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:50:50.273886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d85e6c83-eff4-4494-9d05-74263a479256", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dachshunds like to eat sausages", + "public_commercial_use": false, + "recraft_id": "13b31069-2ed6-4d39-8b9d-dc83af611e5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:30:49.26807Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "187895f5-0749-4798-ac6e-47937bb3961a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cafe, vintage, cream and brown, camera angle should be wide angle, a hot chocolate with a white cream and chocloate powder, served in a milk mug. a brownie near, A people should be sitting there and ready to eat ", + "public_commercial_use": false, + "recraft_id": "00ba94b0-5626-4614-b3ca-c25babf9cda0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:00:20.014152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb209ce7-0c05-4e4c-801f-b5cdd0190d1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rabbit, fruit, flower in aurora snow, winter, cheer, snow man", + "public_commercial_use": false, + "recraft_id": "9ff2b966-07b2-4ad4-8d33-4e4631b48405", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:51:11.076859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a69b318-db9d-440d-9045-39c8ebfd59ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night,featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out \" LCX& ZZCX.\" The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "626cb747-7025-44c5-af00-8d1a655a8f3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:21:43.565754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "291c3554-3be3-46ec-8878-49a71cc40ac7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pikachu and Grey Huskies sat in the snow, gazing at Mount Fuji in the distance, with a Christmas tree behind them", + "public_commercial_use": false, + "recraft_id": "a2829b6f-b9e9-4d0b-a0be-e4ecdc660076", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:37.63562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8c293fa-435f-46de-a231-264c388cab09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british short hair cat (gold fur, more like kiwi color), dressed in Chanel jacket, getting pizza in willamsburg, new york ", + "public_commercial_use": false, + "recraft_id": "8be31f31-c1bb-4c2a-9850-517c7a5753ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:27:20.850976Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a1d4068a-b4f5-4a0d-9023-dabff5e35d36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a polar bear with ice cream", + "public_commercial_use": false, + "recraft_id": "af346770-f86b-4d5a-8999-6d9a1aa848db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:55:38.723627Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4828f15a-6095-45a4-82eb-1485d479a9ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute black cat is driving a car with a jeweled necklace", + "public_commercial_use": false, + "recraft_id": "ebb52053-1fd3-4bf3-a40f-904455afae59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:12:41.021005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13b51108-0fdc-4c38-858f-d228a1ee7990", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "so much money spell \"asuka\"", + "public_commercial_use": false, + "recraft_id": "8a4e131e-ab0c-4f72-bcca-38a555ce183e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:34:30.019217Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5482d71-f78e-45ff-8750-27e6ce495dac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the seaside, sunset, beach, palm trees with the words 777woes", + "public_commercial_use": false, + "recraft_id": "f74f91ad-ced8-4132-83b5-d80dcb83a418", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:11:02.276756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5566e19-e447-45e8-b5df-d2477922e378", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bichon in iceland, north light, little baby play together", + "public_commercial_use": false, + "recraft_id": "fcd3e6c4-2c68-473b-bfbc-f67a1cb7aa05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:55:13.286841Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b4282fa-676b-4aea-9d5c-14661f44250f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An old Hyundai avante 96\" in the snow street", + "public_commercial_use": false, + "recraft_id": "c08a6376-d46a-42dc-94d5-125c508498cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:32:40.494496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "edc176c1-71ea-4aa7-b401-806273f32017", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty in a red dress sitting by the seaside watching fireworks.", + "public_commercial_use": false, + "recraft_id": "2d4da3a7-516d-4d5c-afc0-61ebfe96309a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:26:50.464996Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6926e3e6-b128-4f02-a469-a501a4fa506b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white kitten lies by the window looking at butterflies, which are decorated with GGUM and lots of bubble gum", + "public_commercial_use": false, + "recraft_id": "e42bd3cd-e297-46f8-8072-30cf2adc369d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T03:53:11.06357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3b5e083-4c51-47eb-ad8d-c0447cb8c556", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "refine the area", + "public_commercial_use": false, + "recraft_id": "d980de3c-c1a2-4b5d-9087-0a59aa2776bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:15:51.331409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb47ad73-855f-43f9-8b9c-6eff484f1013", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat is flying in the sky. It has a pair of wings and wears a cute denim coat", + "public_commercial_use": false, + "recraft_id": "1fb6b06e-9d2c-43fe-98d9-34bc847d968e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:43:43.93698Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "98a46ecf-2949-49a6-b76c-ddaad90550b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A buzz lighteryear toy is holding a cute and swee layered bithday cake with date 0215 on it", + "public_commercial_use": false, + "recraft_id": "3c138462-c491-4eda-bd1b-a1e964ccfed0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:48.458902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95d2c2c8-abf8-4fe6-b50b-3427ab482a26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baking vomit", + "public_commercial_use": false, + "recraft_id": "b5dc3657-60a3-478a-b857-dc539790b4d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:52:39.427465Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab2d26f9-18c6-4657-bf34-c61f190911cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A midsummer night scene with a Border Collie sitting on a wooden deck, playing a guitar as fireflies dance and a gentle breeze flows.", + "public_commercial_use": false, + "recraft_id": "a3993319-f507-412d-b364-a3f8d20770b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:43:27.157112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64fee6a8-d9fb-42ff-b6d2-dff04bbc8083", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The overall decor of the cafe is minimalist and dark, with abstract works by artists hanging on the back wall, a wooden table with a latte with a nice pull and a slice of black forest cake, cinnamon rolls, and croissants.", + "public_commercial_use": false, + "recraft_id": "cfd0c369-286c-4d3d-b620-023adc48cbd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:15:11.323701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebe01e21-f550-42c9-b4e5-27058e2759a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beach .beer ,horse ,There are four letters moil on the beach ", + "public_commercial_use": false, + "recraft_id": "08cf36bd-89d2-44ef-8484-2a08f2aa8968", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:44:57.128685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfae6da0-fba1-4ac2-b281-6dd47f5991c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white Samoyed dog sitting next to the word 'Tiawwny' written clearly on the snow, with a vibrant aurora borealis illuminating the night sky in the background.", + "public_commercial_use": false, + "recraft_id": "a44b51a2-d6e6-44dd-8a3d-45304b63038a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:21:39.513706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cdfc18a-6530-4ef6-aa92-f0195a839541", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese beauty standing on a snowy mountain at night, wearing a blue shirt and holding a camera, smiling warmly at you under the flash. Beside her, a small dog adds charm to the scene.", + "public_commercial_use": false, + "recraft_id": "af12639a-f85e-41a0-bd00-60d076daa1d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T00:35:53.558567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fluffy rabbit puppet, wearing green sunglasses, is sunbathing on a kayak. The lake surface is blue.", + "public_commercial_use": false, + "recraft_id": "f721041a-e7ff-4838-a74e-6253235d2c2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:48:24.145768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69306136-50b4-4ae2-9c0a-80db40192d7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cozy cabin on a snowy night, with a warm fireplace crackling, a Border Collie lying nearby, and soft guitar music filling the room.", + "public_commercial_use": false, + "recraft_id": "ba497d8a-aee1-428f-80b5-d7e6e47dd8ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:56:14.986626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "737d6224-b767-4a20-af6c-565d13c23876", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aerial view of a snow-covered landscape at night, featuring a dense forest and frozen sea, the scene evokes a sense of danger and darkness, the trees loom ominously against the black sky, the frozen sea stretches endlessly with cracks forming in the ice, the atmosphere is tense and foreboding, illuminated by sparse and eerie lighting, in Recraft style, with sharp contrasts, deep shadows, and an intense, haunting mood", + "public_commercial_use": false, + "recraft_id": "69f7b354-7bcb-4596-9beb-e1351b451294", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T02:53:52.199621Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1df33c35-81b7-4c6c-b475-2e30449571b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden coins in the water ,light pink and light aquamarine ,aesthetic ,ethereal deatails,snapshot aesthetic ,dreamlike naturaleza ,light white ,soft focal points ", + "public_commercial_use": false, + "recraft_id": "304bf558-e2ef-49a1-9a5f-fde06b271b4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:13:07.814631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbf9e702-63cf-4438-a717-9a54d4fc3efb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is strolling in a white princess dress under the snowy mountain, holding a sparkler in her hand.", + "public_commercial_use": false, + "recraft_id": "4231ede5-d2d4-4daa-b916-f268d1f58066", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:44:47.347847Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce4f43b0-0272-4f12-a38b-9113cbe31a86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute small light pink rabbit cuddly toy with long mess fluff is sitting before a macbook, in an office, close-up photo, ultra detailed.", + "public_commercial_use": false, + "recraft_id": "5cd2fc85-852c-44e4-810c-2a6693d9ccad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:57:20.444664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00d1ab8c-e45e-481a-b6a9-6decf00b4348", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Siamese cat wrapped in a scarf in the snow, surrounded by trees, the sky has an aurora", + "public_commercial_use": false, + "recraft_id": "0acbd8d3-62d0-4cdc-9b01-24e3e7b9c27c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:08:14.324484Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f97d432a-3890-4a8d-ab93-f2324a16cbb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large penguin with baby penguins walks down the street in Montenegro, it's snowing heavily", + "public_commercial_use": false, + "recraft_id": "69d76a51-ca3c-414a-abc9-73c374d6377c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:08:22.71015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e779a33e-ee4d-4233-b2c6-7c9975623eaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fadou puppy licks its claws in the field.", + "public_commercial_use": false, + "recraft_id": "76022795-fa65-45f4-abe2-023a151fc39f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:15.810205Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7109c0d9-52cf-4648-8eea-a47d5bfd8bd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white three-story store by the sea, with orange light shining into the house at sunset", + "public_commercial_use": false, + "recraft_id": "ac7a520e-9c15-4514-8e78-3759dd6ac6ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:22:11.030225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd8f2767-6195-48df-96bc-e50e22a9b2b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll in the pure pink princess dress holding a machine gun in the white snow background", + "public_commercial_use": false, + "recraft_id": "1681856a-efac-4459-a324-54d93e288837", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:23:47.820281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7cbb863d-d7e8-4121-a6c6-d9899bc031d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little cat wearing a magic hat is sitting at a table doing a tarot reading.", + "public_commercial_use": false, + "recraft_id": "7b3403f4-6081-4efb-a56e-c0c2bee23719", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:30:08.153895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e669d293-b135-446c-8c4d-2ed2d85354c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver white American Shorthair cat and a black cat are sit next to each other, both wearing magic black cloaks, with snow as the background, like Hogwarts", + "public_commercial_use": false, + "recraft_id": "0d145f22-b3c8-40a8-ab96-184c1d3be3c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:14:32.776663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "097f9df3-9860-4818-b2c9-e281742c3cb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A massive amphibious creature with detailed reptilian scales, a humanoid muscular upper body, glowing green eyes, sharp claws, and a fish-like tail, emerging from the water. Realistic textures and dynamic lighting, cinematic style.", + "public_commercial_use": false, + "recraft_id": "ee646219-6fa6-475f-89c4-ec697524a338", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:21:06.951854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fb14377-5aa4-4760-b1a3-2c7a5d855e9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a spaceship landing in the middle of the desert, kicking up a cloud of dust and sand. The door creaked open, out stepped a group of strange looking beings with shimmering scales and eyes. ", + "public_commercial_use": false, + "recraft_id": "12d6ecc0-7505-4721-be8f-c7d7364f0229", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T03:35:27.743993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e83cd6fd-9852-4351-9b60-f2d12e70e50e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy grey wolf, crouching on a snowy aurora borealis beach, catching fireworks in the air", + "public_commercial_use": false, + "recraft_id": "2857caa9-3983-452e-8244-497354ae9bd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:43:35.460694Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0664902a-31a8-4643-b338-521b91b6c1db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty holding a balloon in the snow", + "public_commercial_use": false, + "recraft_id": "497916be-be43-4148-876a-fa5bca2fdc62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:56:54.210162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8403bab-0575-4a66-8a14-bf189d873406", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lovely hellokitty doll is sitting on the beach, with fireworks in the air at night and the letter \"Harry\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "e5ceb105-f8f5-425d-a9ec-a46556873130", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:46:10.929374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78c89455-1b6e-48aa-9258-5d27b2cba75d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Luckycat slide in the forest", + "public_commercial_use": false, + "recraft_id": "5fe62c9f-96b4-42e6-9a1e-1bb9f04e52b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:17:20.435352Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "163e8a44-f9eb-4661-a8e5-dfa78be4bf93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "birthday cake with 1210 on it", + "public_commercial_use": false, + "recraft_id": "f26ebe3e-e436-45b3-bb7a-55947688e289", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:35:28.180049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "516caa9d-3d36-46c7-a8f3-e78b1579b327", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever is sitting in a toy spaceship, sticking out its tongue happily towards the camera. And the little golden retriever is wearing a pair of cool glasses.", + "public_commercial_use": false, + "recraft_id": "132a54c3-d38f-4bc4-816f-04d30269ee72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:09:04.944218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "250f41e4-ec56-4982-a5ef-b0adfae3d3ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two kittens snuggled together, one black and one white, the white cat with butterfly wings on the back. The cat was sitting in the white snow, with many golden stars on it. The sky was blue, there were faint fireworks, and there was a very small plane. There are butterflies flying around the cat.", + "public_commercial_use": false, + "recraft_id": "c1689077-b93f-4a53-9b8f-669f85361d4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:15:28.068522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca117645-da4c-46c3-8ccc-828ee8264b9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a beautiful ragdoll cat wearing a magic hat and learning a book or play the piano ", + "public_commercial_use": false, + "recraft_id": "16bf0b52-dc96-476c-9a97-62dee123d067", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:12:34.984657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c7c3627-bd23-4b71-b77a-382a6f57ad91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit in a purple dress blows the sea breeze on the beach with beautiful sunshine. There is a a small wooden coffee brown table on the beach. On the coffee table are two passion fruits and a iced lemonade.", + "public_commercial_use": false, + "recraft_id": "0916d826-198d-49b9-91c4-c00710cbb661", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:16:01.277259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shih Tzu puppy drinks red wine in the snow and ice, which is full of flowers and Christmas trees", + "public_commercial_use": false, + "recraft_id": "b04429b9-b573-4e15-accc-5edf5cc89f4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:12:59.468743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c883819c-557a-4b50-b950-5a7e8c21ee39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "23f16f1d-32ef-4089-8fff-8fa35614278f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:04:59.614751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc1dccc4-a42e-4c40-9344-7572c66af7bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black dragon with red eyes is hugging a cat, they're in a mountain", + "public_commercial_use": false, + "recraft_id": "56264fe7-30ff-4025-aaf2-551e9a0110d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:23:27.126855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f23b0999-a41f-457c-bbd4-8c1397514481", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten wearing a red scarf and hat works on a computer in Yamashita Fuji", + "public_commercial_use": false, + "recraft_id": "9af1d8ca-6f26-4164-832d-4fb6cdb43885", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:42:22.751436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54190459-f6f2-4228-90af-d5dcca6b1d6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A grey border collie wearing a scarf is watching stars on a snowy beach.", + "public_commercial_use": false, + "recraft_id": "1826ee5f-bc7e-432d-be68-b6b8d9e3643f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:59:35.43879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61846306-f936-4d14-9a99-9e55fa49e3f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue penguin holding a sign that reads 'eSchange'.", + "public_commercial_use": false, + "recraft_id": "7fdb1ad1-4103-4d9d-b6f9-a1d2ffd757d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:55:09.182576Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0595431b-63c4-473b-b61b-6aa682fa74ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A laughing clown standing in the pool", + "public_commercial_use": false, + "recraft_id": "799798d9-81a7-4400-a5da-815b2c9892b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:08:27.814712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f327c89-b063-470d-a655-1d01e22d9af8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are Christmas trees, on the beach, could be a little more red, add hello kitty", + "public_commercial_use": false, + "recraft_id": "845042b4-c5e6-4ea9-bff7-afd323e41d26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:58:00.2905Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A child in a yellow raincoat in the distance, his face stiff", + "public_commercial_use": false, + "recraft_id": "107cbc7e-7224-43e4-8552-97046193ddb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:17.361598Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92ef683e-74be-4137-8cda-a257235f8a60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy environment with pink flowers, pink carpet, butterflies, bubbles, \"YOSH\" font, and a guitar", + "public_commercial_use": false, + "recraft_id": "34adf69c-2973-4997-b47e-8c13d1e900b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:21.056849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2e2ed76-24ce-4657-960f-f6bb65ecbadb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with dark sunglasses was wearing a purple scarf in the snow with a big cheeseburger on top of her head.", + "public_commercial_use": false, + "recraft_id": "6c498975-03ff-475f-9c83-3b8c1a06d514", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:00:39.686285Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30775f78-4b2a-45dc-87a1-668fc148e8e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small white cat, purple and blue sunset,fire work,snow", + "public_commercial_use": false, + "recraft_id": "a63e6a2b-c643-43cd-b872-7435ea61f455", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:30:57.639417Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "182ae3b7-07c0-4116-b20d-53c6b257ae45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Pomeranian puppy wearing glasses sitting in front of a computer in the office with a coffee cup next to him, looking very elegant", + "public_commercial_use": false, + "recraft_id": "09fd0d78-e806-49f3-ac1f-2f038c3cb29f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:06:01.649542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "723c08ee-97d3-4a98-bf3a-61eac1ee3c48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever puppy and a Samoyed puppy playing in the snow with 0522 written on the ground", + "public_commercial_use": false, + "recraft_id": "68f7867c-5f8a-4a5f-8aad-3261826f0c56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:49:29.553049Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ffc057f7-f08c-47e2-ac2f-b3ece00af634", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cxfw style,movie atmosphere,movie camera,snow scene in hokkaido,a kitten wearing a red scarf and a christmas hat sitting on a big red gift bag full of gift dolls,thick snow,fujifilm,hazy texture,polaroid,fuzzy,", + "public_commercial_use": false, + "recraft_id": "861f0c83-6ba5-4d4f-88da-7bf80e16bfa4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:07.198727Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "014c3c74-aba4-4e03-952e-05fdeccdeca5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cowboy style black Labrador dog in a ranch, snow mountain in the background, from far distance", + "public_commercial_use": false, + "recraft_id": "28887aa4-08fc-4553-8858-b08ac3c30e62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:49:38.994561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23faa4f4-4d6f-4f7b-a082-33672dbce90c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A women,elephant,straight bang,looking at viewers,amusement park,stars,grey dog", + "public_commercial_use": false, + "recraft_id": "bbc9a4f2-f9e2-4195-b184-54e63011da79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:52:54.995269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca5d07c5-4598-4a38-ab41-3d274e681a88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adult polar bear and two young polar bears are walking in the snow, with a deep blue sky and snowflakes drifting.", + "public_commercial_use": false, + "recraft_id": "2408d6ad-54e3-4584-9962-94bd6f8928d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:26:48.337121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da27154e-c1cc-4317-859d-cbaa92ee6996", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog was standing by the window, looking out. The deep blue sky outside was snowing lightly", + "public_commercial_use": false, + "recraft_id": "e19a5147-3908-402f-a316-5d669fd11ff3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:15:57.033016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "845fe30c-50d2-44ee-841a-3db3ec3aba89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An elf and a monster look at each other with shutting faces very obviously", + "public_commercial_use": false, + "recraft_id": "ee2a40fe-37fc-407e-9be0-cef271fe211b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:21:07.715858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "535bf992-a8b4-4e3a-9584-85cb49a3312f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A green apple in a Christmas hat turns on a computer to work in the snow", + "public_commercial_use": false, + "recraft_id": "e85cf7fd-4987-4c7f-a92d-48ced73bbdf3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:39.68942Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "87ebfb95-757d-4964-8890-c9bd66d55a32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:55:27.776715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57793d68-e5a5-4140-9150-ed9fa095f089", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man walking through a busy city.", + "public_commercial_use": false, + "recraft_id": "76a76f79-e3fa-40e8-81a7-e2fed2e2214a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:36:57.45568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A strange looking animal with a carrot shaped mouth and nose, cow horns on its head, and pigeon wings on its back", + "public_commercial_use": false, + "recraft_id": "ea9aa6c2-26e8-4a18-9661-dbc81dfa5fdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:42:14.143094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e213eba7-bcf9-4237-9e9c-9896848df4f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hatsune Miku plush doll is sitting on the snow. There is a small Christmas tree on the left. It is night. The shooting angle is overhead, with flash, retro filter, film texture and lens glare turned on", + "public_commercial_use": false, + "recraft_id": "3677b203-b365-407d-910e-aabd73333b98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:51.263661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "557bba43-4748-4b8f-8888-0b18278e9c78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver changing kitten and a West Highland puppy, each with an angel-like pair of wings behind them, stand in a dreamy aurora sky where everything is blue and two letters are written on the snow-white ground - YXK Everything is dreamy. The core element of the dream is heavy. ", + "public_commercial_use": false, + "recraft_id": "5df860e8-1ada-4768-8f3a-66069b77c439", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:38:59.353316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese President Xi Jinping and US President Biden embrace and kiss at Tiananmen Square", + "public_commercial_use": false, + "recraft_id": "1086a1ad-e4ae-476c-a092-aece4533d28f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:09:43.279549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04a54c5f-a70d-487b-9344-3e5b88463f57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog is running and laughing while floating in the air, surrounded by his favorite toys, with a background of the sky and a grassy field.The dog's expression is even cuter, running in the air in the real sky grass", + "public_commercial_use": false, + "recraft_id": "22e9a61a-3bd3-4df1-b7cb-0399279f412c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:24:16.415985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5156d41e-961e-40f2-9139-ee8c22e973bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow,stars ,aurora ,white bed with a pillow ,a young golden retriever plays in the snow ,fireworks ,All of this is in an open field of snow and not in any room or house", + "public_commercial_use": false, + "recraft_id": "35150b35-a4d9-4bce-bb2a-241d0b4ced6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:48:06.1587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f921ebf8-781e-451c-bb4b-04cbe136efca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, blues, the word \"YJR\" is written on the snow, and there is a little teddy bear next to it. The teddy bear is the main body. It is snowing in the sky. Next to it is a Christmas tree, fireworks in the sky, and the seaside", + "public_commercial_use": false, + "recraft_id": "951c0f4b-e315-41e8-858e-3cb7920c566b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:13:45.002193Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "243ba302-ae78-44f0-acea-ed4d785a7679", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black white cats in hotel swimming pool filled with color balls", + "public_commercial_use": false, + "recraft_id": "4e6ff8ab-a62f-450f-b777-494ba809033e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:37:42.485427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9eab735-48dd-4871-9e52-6c09f2fe6329", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden tabby is facing me, sitting on the tip of a Christmas tree", + "public_commercial_use": false, + "recraft_id": "90cb3c2b-45dd-4289-be5b-1e22f180f050", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:10:49.975578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f32cba64-bcaf-4561-bab6-a153bc2dd75f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat and a little Samoyed, in the snow, the sky is snowing, there is a big Christmas tree with a pink bow in the snow, behind the Christmas tree there is a wooden house and a forest, there is a sunset, there are bubbles, and the overall color is blue", + "public_commercial_use": false, + "recraft_id": "3e2aed7d-70d5-4fd7-b25c-442c5d7ca1c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:09:04.369517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "525a8ac8-53ce-41a9-a5ea-ff8f29062044", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit in a purple dress blows the sea breeze on the beach. There is a white parasol and a wooden coffee table on the beach. On the coffee table are two passion fruits and a purple-pink gradient drink.", + "public_commercial_use": false, + "recraft_id": "7a53403c-5cf1-4ccf-85e1-38b464d33860", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:40:20.985697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a teapot is using mac", + "public_commercial_use": false, + "recraft_id": "988148fc-8ceb-475f-bb33-815d15740b38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:12:45.139432Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "22d0fb10-92c7-49ba-800b-7117ad9acc43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A snake is drinking coffee in a house filled with tropical plants, with \"UP\" written on the coffee cup.", + "public_commercial_use": false, + "recraft_id": "3f39bfed-5c46-4257-b943-ed884332efba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:11:45.520747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3f53376-bc2d-4b05-a288-2330a54020df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rabbit that is eating MacDonald", + "public_commercial_use": false, + "recraft_id": "644fcd9b-3a8a-48e5-8abd-89f0c59c586f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:29:40.882497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf249d18-a13f-4565-8d9f-f95fb34fca8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hand crushing an egg, its egg yolk and white spiting all over, ominous vibe, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "651de9f3-4791-4d08-ba8e-e32f18faeb5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:40:49.062967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbc7194d-b01a-4efc-80da-dd48c091fbe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sea otter and a butterfly travel around the world together. ", + "public_commercial_use": false, + "recraft_id": "43221b23-40f3-4cb2-b131-ecca94c82f0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:45:17.073679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9851b8b-c57d-4098-bd90-689dca249ce5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vibrant street scene featuring kids skateboarding with colorful graffiti on the walls, reminiscent of the early 2000s.", + "public_commercial_use": false, + "recraft_id": "d08eb2b6-a02c-4845-ada2-235952bbbb3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:40:02.082865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db5f6a80-a339-4e56-8759-bf1889b4d8e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,Ariel written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "01d61169-4b9c-4b84-b2bc-4f0e4679db84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:21:32.744905Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d4e11f3-53f8-49d2-848e-12a64bc4791e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I am sleeping, my dream isof something I shouldn't have dreamed, so I woke up, my eyes were bloodshot, and there were many depressed words written on the ceiling of my room", + "public_commercial_use": false, + "recraft_id": "0468c2fb-91b2-460e-9139-69c8aabd0f79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:07:07.665504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "802ed968-8a2b-44c9-976d-23573143e613", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Back room, aurora, cat and puppy, with Christmas style, blue tone", + "public_commercial_use": false, + "recraft_id": "ffb44e3f-85ec-4f94-b0b1-ac257c6221e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:16:50.627427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65014a86-8a8c-489e-a364-3599c03c9fab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat wearing sunglasses, smoking, snow, aurora, with GZHloveCHM written on the snow", + "public_commercial_use": false, + "recraft_id": "ec2fd1b5-68e6-4553-a279-73112e696431", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:47:22.228822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56dd1bc6-7c59-41ea-a03a-a7e04b17a178", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black little dog (short legs,long tail, gray beard) with a whi scarf, snow, winter, Christmas tree, fireworks", + "public_commercial_use": false, + "recraft_id": "3a80fef9-0856-4d14-99d2-7170837b47ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:38.979739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d90d8654-51d8-4a9b-93c2-48662fcbc26d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty sits in the snow and it says hzd on the snow.", + "public_commercial_use": false, + "recraft_id": "3592700d-bc5b-4651-9758-50d778fa2dfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:40:27.423744Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27149229-f729-41a8-a755-24a5134e9abe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A muscular man with a white mask and a yellow corgi ran away in nature", + "public_commercial_use": false, + "recraft_id": "0d8c7b25-a0ab-4584-9c36-68da997a95b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:42:36.937638Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61698d85-f5ae-44ce-bf04-4f4385f97a6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Front close-up, a man wearing a three-dimensional cat head cover, the head cover covers the whole face, and the face is invisible. He sits and sews with needle and thread, and the background wall behind is painted with a big \"Martin\"", + "public_commercial_use": false, + "recraft_id": "71b37414-b8ef-4bf5-8592-c7b323158ef2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:29:46.140193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0267959f-b0e6-4c33-92f7-5ac4b0ed9a04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little red fox and a big Doberman live in harmony", + "public_commercial_use": false, + "recraft_id": "f100fdad-2222-42b6-9b20-045aeba8bd3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:48:35.411876Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "333f9614-a905-419e-88ec-0c20a7435d72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara sits calmly in the office", + "public_commercial_use": false, + "recraft_id": "62180436-3b6b-4c57-8cd3-2453f21201ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:31.667119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5035758d-b095-4be6-bd07-d360529ebc45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty doll wearing a wedding dress and holding a gun in front of an ornate fountain that spews pearls and shells", + "public_commercial_use": false, + "recraft_id": "5b8cae0d-138e-4252-abee-580ad21edd99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:35:40.008339Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "26917b1d-368c-43a0-b245-1acf50cfdd76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty Draw a heart in the snow", + "public_commercial_use": false, + "recraft_id": "be7f7f2b-3899-4595-b23d-4fd523a4d603", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:08:56.749889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9ddfcfc-7692-4953-8a9a-fc1497ddecef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " Hello Kitty wearing red clothes watching volcanic eruption", + "public_commercial_use": false, + "recraft_id": "885ac314-0441-49f3-a07e-806f81f54938", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:03:39.261333Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0cfea09-7b7c-447f-ad57-d994a797ea87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lotus Pond under Sunset", + "public_commercial_use": false, + "recraft_id": "bead4998-281e-4ee4-81b0-acd020b61949", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:46:55.636043Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9024af14-7860-43f1-8b1c-b97349c3b4c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "BA long-haired, blue-eyed, black-and-white symmetrical-faced tuxedo cat works at the computer until it smokes and catches fire.", + "public_commercial_use": false, + "recraft_id": "bee87965-9ea4-4011-9c6a-de7658b78502", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:51:58.952169Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3e62fe22-cc74-4678-bcd4-391c40b959d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara sits calmly in the office. behind is blowing up", + "public_commercial_use": false, + "recraft_id": "7be02e6a-8ebe-4c70-b2ea-d40763d196fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:38:26.032567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6355c218-9a35-4b85-9463-394aad8215a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A border collie wearing a scarf is watching stars on a snowy beach", + "public_commercial_use": false, + "recraft_id": "45eb3fb7-c696-4129-8b0c-81ea65327dc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:11:52.995202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4b9e7eb-e9af-4d43-b12a-c185bb954e0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " christmas vibe, glass bottle with tree shape, light leak, ", + "public_commercial_use": false, + "recraft_id": "f9ccc863-c1db-4ce8-b877-e7d2dc540191", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:35:04.924736Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d5920580-aaf9-49be-b21e-a68ece7197ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Chinese beauty wearing white flat boots holding a ragdoll cat standing next to the sea, can only see her back, the time is in the evening, there are blues moments, there are fireworks in the distant sky, the picture does not need to appear her face, including the side face does not need to only need the back, next to a Cadillac ct5", + "public_commercial_use": false, + "recraft_id": "021a0623-cdf4-4666-be68-b16d044ef3da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:38:20.179063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "191fed7f-960a-416c-9c9b-ece6a33b2974", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the puppy and kitten eloped in the snow under the moon", + "public_commercial_use": false, + "recraft_id": "f04fdcf5-b85f-49d6-9bae-d8344aac6ee6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:12:34.75462Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9e99098a-204b-4bf7-95ba-f3ccada7589a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mechanical, metallic butterfly rests on a small piece of lace fabric at its base, placed against a black velvet surface. The butterfly is adorned with a ribbon tied into a bow, surrounded by scattered pearls. The overall aesthetic is a blend of vintage Baroque and dreamcore styles.", + "public_commercial_use": false, + "recraft_id": "9beca4d3-9e9a-4c1b-bc77-4bdc38e4bcd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:01:06.409084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2de40b70-dc76-4262-9dcb-22cc49563780", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland puppy (Bichon), holding Fuji camera for a photo, junior, Santa hat, red scarf, Christmas tree", + "public_commercial_use": false, + "recraft_id": "1de23669-fd2c-4178-8fb1-a600ca66d753", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:24.162911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2c592d8-278d-4a25-ae74-ef184d500281", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white kitten sitting in front of the computer", + "public_commercial_use": false, + "recraft_id": "a39e2956-c9d8-4a5f-82db-e8c9aacafa34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:38:18.391193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee5e606b-c2ea-41d0-aa89-386cbf879c93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large and cozy room with white windows, a deep blue sky with stars and light snow outside,", + "public_commercial_use": false, + "recraft_id": "f4384a46-52a4-4e24-b57b-96fa77ab491c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:38:09.992549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d9a5d6d-c878-468a-be46-61536de65a78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy day, snowy stars, the sea, the aurora borealis, fireworks, a little sheep taking pictures with a camera", + "public_commercial_use": false, + "recraft_id": "87a0b9ce-a3ba-4bef-86f2-1e3fd11c8c2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:09:08.412639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A happy small golden haired puppy with colorful angel wings running on a sunny green grassland the sky is blue", + "public_commercial_use": false, + "recraft_id": "e9e7b93f-930d-4a82-9d5f-04f19fc5f9e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:57:14.297731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29711d19-aa7d-4e37-983b-98264b87d796", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white silver gradient little fat cat with a pink scarf is watching fireworks and drinking coffee", + "public_commercial_use": false, + "recraft_id": "286b211e-cb07-4e3f-845b-b6c269b26144", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:03:37.449656Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "48ee72c5-eead-4cad-85f2-364fd91909be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute dog with an angelic halo stands in the clouds, floating above the sea, next to the name Yola.", + "public_commercial_use": false, + "recraft_id": "731fd767-493d-46e4-8ead-36c98831ec31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:55:11.945408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cac0ddba-5168-4b7b-a6e8-cc354888f16f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "1458c7c3-fa3d-43fa-8e03-79bf89dcaae0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T03:02:54.397382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e964d26-24af-40ea-8f59-3cbb18a006fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red panda in holiday season, very cute.smiling at the camera, the camera is very close only shows the head and some body ", + "public_commercial_use": false, + "recraft_id": "bb143cca-5f39-472f-b019-dbb98e7d4a43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:02:01.192116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6cd5a54-e0c2-41e1-a131-6fa97ce6775a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"H&Z\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "c45049c1-71b1-45da-830a-29c21008e3de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:43:19.571713Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec64c792-2741-480e-92fc-c3a77c502044", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fluffy rabbit puppet, wearing green sunglasses, is lying on a pink air bed. There is green grass and a blue sky.", + "public_commercial_use": false, + "recraft_id": "aae24e7c-e4c1-4bce-936c-4253343b384d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:11:56.549596Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9572f9a2-01b7-480c-8a29-3aaafc1ca05e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A smoking man turned his back to the camera and faced a burning house.", + "public_commercial_use": false, + "recraft_id": "29229bd7-7378-4537-8025-56cf6a64a49f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:47:05.422893Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff18f2b1-7752-4e8e-bc14-adf5fa385600", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A grey and white Chinese lihua cat works on a computer by the sea with a Christmas tree and a beautiful night sky.", + "public_commercial_use": false, + "recraft_id": "f478cca3-7798-4297-a3b4-7b53bf9a2e8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:17:19.147046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd5aaed8-51b8-476e-a27f-b160960f9336", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white little dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.", + "public_commercial_use": false, + "recraft_id": "13197506-7ee3-4909-a7ea-2e24a8b29e49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:40:31.666302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7cf3ce6-2ada-4339-94fa-010c89e66490", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "The Tibetan grassland has sunny weather, mountains and water, and cattle and sheep", + "public_commercial_use": false, + "recraft_id": "8775affe-e6d0-4efd-b0a5-ac0e881844ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:41:56.253565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d051ce90-b349-4b92-a33d-2cab5a20067b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink hello kitty with wedding dress draws an architecture drawing.foggy snow landscapes ", + "public_commercial_use": false, + "recraft_id": "6e64b603-2927-4ec8-816f-fbe650b4663e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:48:51.685756Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea475cf0-dc05-44f4-acb1-ad69461fe083", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white cat wearing red sunglasses and red scarf looking at cherry blossoms in a park on a snowy day", + "public_commercial_use": false, + "recraft_id": "838b2e94-d9cf-4eec-846e-71052dd43e36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:23.539988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c13a70e-1d99-4c3d-8b8b-489619cf62e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute long leg sheep is sleeping in a wild forest.", + "public_commercial_use": false, + "recraft_id": "9ae245ba-7fe4-44a3-bd5a-cb14a6ce9af6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:25:48.56955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68810433-f918-4c0a-92be-89c5b9fb0f97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white baby hippopotamus, holding a big pink balloon in its mouth, standing inside sea,with flowers,Surreal", + "public_commercial_use": false, + "recraft_id": "9113eedf-96d1-488c-89f9-0513be94b7c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:46:17.790409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efc983cd-c77a-4019-9a58-e09a3ea152e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ARCTIC GLACIERS, SNOW, DIAMOND SEAS, WITH \"VERNON\" WRITTEN", + "public_commercial_use": false, + "recraft_id": "b866300f-9469-4824-a5cf-9ac9674448db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:16:44.377527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab97fa46-e385-4d82-b5c9-50d190bb50ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink rabbit doll stands on the grass. There is a big cute mushroom growing on the grass, a banana doll and a sun doll.", + "public_commercial_use": false, + "recraft_id": "9ea0e9f3-a14e-4318-99a4-1193b18b8742", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:46:00.333222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d28a2e68-6fe2-4061-9374-b7eff4094b5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the dark snow, there are fireworks blooming in the distance, and there are two cute kittens nearby.", + "public_commercial_use": false, + "recraft_id": "06f4281e-cc66-42e8-a0c4-c35892e27739", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:16.76475Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05505316-4ecb-4881-aee2-da639bec9a40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese beauty standing on a snowy mountain at night, wearing a blue shui t and holding a camera, smiling warmly at you under the flash. Beside her, a small dog adds charm to the scene.", + "public_commercial_use": false, + "recraft_id": "d6328fe3-4077-4d3c-84d8-ce5b6233f6ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T01:53:16.375248Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a green meadow, there are many small wild flowers on the grass, occasionally a few low shrubs, blue sky and white clouds, a tall and thin teenager in a white shirt stood on the distant meadow hill and waved to me.", + "public_commercial_use": false, + "recraft_id": "fdb280d5-06a0-4d18-bd61-8f63bae0eb27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:07.612808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef0a9bc2-5b7f-4377-971a-8d5659653ebc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Tyrannosaurus rex is spitting fire with vegetables in its arms, with a group of big characters \"JIANG JIANG\" behind it.", + "public_commercial_use": false, + "recraft_id": "18d243e4-a5f6-42b4-baf9-ee482b188854", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:35.52031Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "facd091d-8604-4b9c-a85f-90878b20fe1e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bar glass The atmosphere is great", + "public_commercial_use": false, + "recraft_id": "844294d6-5409-4259-96db-c11f0ac4147b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:38.544796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d2a83f7-993f-46ba-8d97-e37720c3a2a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Alpine Glacier Rose Aurora", + "public_commercial_use": false, + "recraft_id": "76f03c76-c424-452d-999e-7059b396b01a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:02:27.386351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0bb329f7-bbcc-4485-b24b-a804b5b024a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat and a huskey celebrating their brithdays in snow. There confetti in the air and they are both wearing birthday crowns", + "public_commercial_use": false, + "recraft_id": "0717b43e-8d4f-44c1-98be-35a12d5e0495", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:20:40.746119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat blue cat and a fat blue and white cat are sitting on the sofa reading", + "public_commercial_use": false, + "recraft_id": "900affe3-c741-4ac2-9414-08996cfeb70b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:56:50.870724Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1a830b58-bd40-4c55-8d6a-605abbf5ca5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the hotel lobby is warm and bright, with a huge Christmas tree in the middle, surrounded by several Christmas gift boxes, a bottle of red wine and two tall glasses.", + "public_commercial_use": false, + "recraft_id": "df6c5f05-fa7d-40af-a03e-aa7bbffd2175", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:34:20.439286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80b7c0b6-7c48-4a00-a7e3-0da62965ac7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A side-herd dog is fried rice in a hot pot restaurant", + "public_commercial_use": false, + "recraft_id": "260e6f64-1659-491a-bcd4-63ba154f62bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:59:09.268248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f15468b8-0e49-4f80-8aac-87a67d1a9847", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An expressionless man in a hoodie, holding a bottle in one hand, sits on a park chair looking into the camera", + "public_commercial_use": false, + "recraft_id": "8cd810ac-e1c0-4e32-9d1a-fb8f0aa67197", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:00:37.994189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b04a6a8c-b127-4638-890b-ee252ebe9e03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little West Highland dog with the wind blowing in his face and his tongue out happily", + "public_commercial_use": false, + "recraft_id": "14a364c7-fba1-4abc-8e7b-c99035abb5d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:21:26.239182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06628830-fb3a-43df-810d-d11083e27485", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lively flying lesson at Hogwarts, with students on broomsticks soaring through the air. The Hogwarts grounds are spread below them, with the Quidditch pitch and the Forbidden Forest in the distance. A professor is instructing students on how to properly hold their broomsticks while a few students are struggling to stay airborne. One student is in mid-air, casting a spell to control their broomstick. The sky is overcast, with a few clouds floating by.", + "public_commercial_use": false, + "recraft_id": "05f72940-3274-46b7-ba5d-7ddb8fbee912", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:16:59.492661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "738dd12e-3496-4c19-ad6a-ba197cb807c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A unicorn is running through a deep blue night, surrounded by glowing fairies, with its horn shining brightly.", + "public_commercial_use": false, + "recraft_id": "419117d6-590d-4dea-802e-e89f14782f69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:17:13.570259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20ccd62a-ef21-4153-8fcc-32a230561ec5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white cat in the window of the tree house", + "public_commercial_use": false, + "recraft_id": "c2dafe39-66cb-478f-9202-d32662d6178d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:58:42.833046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91b6c82a-02e5-4883-b4c8-15b5124cf9c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Sariel jy written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "79dbf046-eb7a-4abc-a8f1-15d1a8e0a72c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:24:41.552754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d970e06-d6bf-4b7d-b1ef-0aee3443548f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A penguin man is standing in front of a fire with a blue suit on", + "public_commercial_use": false, + "recraft_id": "08a51a5a-5cc3-468b-9bc5-c4ef051e255a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:59.363662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65dfabc6-1018-4cd2-966c-a6e6f30ed126", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a volvo car called XC60 is driving in the mountain", + "public_commercial_use": false, + "recraft_id": "0c619595-e312-406d-a43a-e39e6349272e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:28:11.820796Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "85c0f85a-9de1-4ec8-88b2-234f9729c245", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are sunny afternoons snow scenes and forests", + "public_commercial_use": false, + "recraft_id": "9a210c8c-184b-4c6e-b516-aab28bd7aa76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:21:35.752698Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A three-colored Maneki-neko kitten walks by a volcano.", + "public_commercial_use": false, + "recraft_id": "18ea0d4b-9fba-4ffc-aa3b-6ae04d29c122", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:11:57.649608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37acd9e5-85b8-4c8f-8154-d70a9b24d57e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sponge and a limestone in a beautiful channel", + "public_commercial_use": false, + "recraft_id": "65ac0be5-b2e2-4289-9bfd-2ec1ca305fe0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:09:29.20267Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "119324f1-9e89-4b68-9602-e382a13ba0b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blues moment where a kitten and a puppy fight with lightsabers.", + "public_commercial_use": false, + "recraft_id": "96f0ea59-3f9e-47a3-ab74-2127fc53846f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:56:43.451221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7967797b-66b2-45ed-8c29-0da19b42ea25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white-pattern cat watching fireworks", + "public_commercial_use": false, + "recraft_id": "84456446-c4c2-4d27-ad79-3dd147531546", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:07:40.761045Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d95b7292-dc37-4397-8847-66d62dd76184", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sunset, the beach, a hello Kitty doll sitting on the beach, and \"luvzz\" is written on the beach.", + "public_commercial_use": false, + "recraft_id": "4bb5f8f1-8492-47d1-887e-aab4e9859df9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:21:36.502552Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfbf0728-fda6-4fb7-b9a3-73d80bc15df2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue tree with hello kitty playing under it.", + "public_commercial_use": false, + "recraft_id": "83fd5dae-6a8c-499e-b81a-f29e9cfa1258", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:37:42.256021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28b8729e-cc1f-4b79-8f59-caa50d6b6e63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Angel deer in the forest", + "public_commercial_use": false, + "recraft_id": "183c9b00-82b4-477a-a64e-ae1f10d13e93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:41:19.750459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eabb648a-f811-4c1f-9816-0ba7c459e3f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black horse stood uder the thunder and lighting with headphones on", + "public_commercial_use": false, + "recraft_id": "a60aeba1-03d0-4cd9-956a-067e27fb7b6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:29:09.408947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big Lucky cat is walk in the real forest,lucky cat is made by plastics", + "public_commercial_use": false, + "recraft_id": "bd482ead-3b6e-4cef-972b-ebbcf97f6fc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:41:27.416125Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pretty buzzcut teen male in trunks sitting on the white flying unicorn, a black cat with a wizard hat flying by", + "public_commercial_use": false, + "recraft_id": "21a6b271-e677-4c3f-8d86-508902e418e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T03:42:27.358634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0cebb004-1598-4739-b0f6-73d65413fb31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink pink pink dreamy environment with butterflies, bubbles, the word \"YOSH\", and a guitar", + "public_commercial_use": false, + "recraft_id": "21ee8ae5-866c-4e57-a3a2-507fb26ba6b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:30:42.436309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunset by the sea, there is a Ferris wheel, surrounded by bubbles", + "public_commercial_use": false, + "recraft_id": "b6f7caa1-0ab3-47fd-b21e-111cd44dd658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:03:21.261844Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b30ea642-58c1-4950-b41c-e588f449151b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man in a sportswear with expressionless curly hair, holding a bouquet of flowers in his left hand, stands by the lake looking into the camera", + "public_commercial_use": false, + "recraft_id": "f2e7437c-f3dd-4004-bfcc-dc8455fe75d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:39:22.108121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fae2592-d340-4c74-a42a-ec54917b091c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cow-patterned cat drinking a cup of ice latte", + "public_commercial_use": false, + "recraft_id": "45fb84d7-7785-470d-a3a1-97eb4207685f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:18:00.283314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d1b963d-818f-4dd0-8166-f37a452c0e92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty in a pink sweatshirt sat on the ground and fried pancakes.", + "public_commercial_use": false, + "recraft_id": "d82e564e-0663-4132-a7a6-e363d5e1b059", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:19:00.675086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4deaf91-1be9-4690-9248-ae716122ff5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little Hello Kitty doll sitting on the snow,There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, ZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "05ad47ba-82fb-48dd-b1bb-a8784966e85e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:11:03.434381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a28acb95-dcba-4cc7-b67d-bb4ca437f212", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hare with a big paw(foot)", + "public_commercial_use": false, + "recraft_id": "d2bede3f-4a21-4074-8267-de99902f1653", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:32:29.309526Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3d92fa6-9041-4d2d-8f00-d537d05043cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a shark doll lay on sofa", + "public_commercial_use": false, + "recraft_id": "d3a24a05-699f-4f78-99e8-4cfd63398eac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:39:20.638047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d181b5f-5d45-4bd9-beb7-8cc236d18432", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever wearing a Santa hat in the snow", + "public_commercial_use": false, + "recraft_id": "9f4aa085-b632-471e-9a97-adb5543d5525", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:01:16.055529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red panda in holiday season, very cute. profile picture", + "public_commercial_use": false, + "recraft_id": "00adae02-2608-4001-b92f-30dc5731c8fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:39:37.0975Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "313b58b9-1839-46c9-a2a1-5a7664a99159", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A grey border sheepdog in a scarf is watching stars on a snowy beach. There is also a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "12b71479-bd62-4c23-a504-9bbbdf408b78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:11:56.790258Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "f72d680f-53df-4a39-a7a2-c0b6624bb6f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is playing in the snow, surrounded by bubbles and falling snowflakes, with a decorated Christmas tree standing on the ground.", + "public_commercial_use": false, + "recraft_id": "66a8cb38-7dcb-47b0-8cc5-98c2d85d5bef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:05:59.655257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0f565c6e-c2fd-46c1-9f01-f9da5f82bd93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the frame of a TV set, a delicate little cat lies in the arms of a beautiful person, gazing lovingly at the movie.", + "public_commercial_use": false, + "recraft_id": "e57c47e1-164e-4c2d-8084-b91074d0d9ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:47:09.655392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e3426f4-5c53-4f3c-abc5-41267451744c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree and starry night, snowy dark night, a cute long white fur, a cute light pink stuffed animal with a face off camera, a cat with a Santa hat, and a white Christmas snowman with a little red scarf with lots of stars", + "public_commercial_use": false, + "recraft_id": "aa8b6259-db2c-447e-b1d4-de945da1883b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:31:27.850909Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "23b50cc5-a421-49a1-836e-af39530ae45b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An all-white snowy landscape, with a silver katana lying on the snow and red petals drifting down around it.", + "public_commercial_use": false, + "recraft_id": "25cc5897-ab09-4030-95cf-92d1ba15ad45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:24:15.888243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45612ad4-bbf4-42e1-bef8-2a90c39d4bf5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rose is a rose is a rose is a rose is a rose", + "public_commercial_use": false, + "recraft_id": "4d256a8f-3471-4ccd-9299-d7ece09cfa02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T03:52:56.656868Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ec174fe5-70f4-4f75-9c93-ec48d08721a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three cute kittens sit in rows, with a huge Christmas tree behind them and cakes next to them.", + "public_commercial_use": false, + "recraft_id": "823c9a53-5884-4523-973b-1467af8aa70e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:51:37.359442Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6c62391-02da-4771-899f-97fd73474927", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Front close-up, the cat man has a big cat head, sitting on the big sofa sewing, and the background wall behind is painted with \"Martin\"", + "public_commercial_use": false, + "recraft_id": "058f64ba-b7e4-4a67-bb8b-c95a75f09f40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:50:09.668325Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "02b6867e-fce2-4aa0-8b8f-6799ffc81334", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely otter eats pizza", + "public_commercial_use": false, + "recraft_id": "6d851349-6df0-4138-af9e-7333b4a5d9f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:31:29.156492Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4865ebb7-3d3b-4211-80e1-e392a7b09e9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue cookie monster big doll is exercising.", + "public_commercial_use": false, + "recraft_id": "7a53b1c0-e91a-4427-a875-565566a1f926", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:24:30.513863Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "f0cccc6a-1105-4efc-8fb4-cf199955e853", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dying deer in a beautiful space", + "public_commercial_use": false, + "recraft_id": "3dc81ae8-b556-4228-9118-4af104bbf978", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:01.263184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60b64bff-15ba-4190-9e9e-461860e00391", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple wrote L&Q on the snow with wing", + "public_commercial_use": false, + "recraft_id": "c4203ec7-4930-44bc-a74c-f6da64b600b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:41:20.709563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A forest background with small orange-red goldfish as the main characters. Due to the angle, the edges of the fishbowl are invisible, making it look like the goldfish are swimming in the forest.", + "public_commercial_use": false, + "recraft_id": "9901a60e-6ac5-43f8-9342-b764991e6904", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:07:45.086608Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96576812-57a0-49fb-b407-9d49262463eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A British Shorthair and Teddy Bear Poodle in the snow", + "public_commercial_use": false, + "recraft_id": "d5622dc9-3d0e-4b84-9e37-d67537d74c43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:06:09.556883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8dd3e92a-6849-4068-a01b-fb69912ab088", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a human face, eyes replaced by petals, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "fe09dc4a-44ae-45c7-a85f-e3969c8db12c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:18:02.462777Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b3a51af5-4a9c-488b-8824-5544c7ea290d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Donald duck is enjoying christmas day. There is a christmas tree besides him. The picture should be very funny and cute. With green and orange color the most?!", + "public_commercial_use": false, + "recraft_id": "31a10f7b-3400-429e-9e98-1d6d13901cc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:43:27.553764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3658a91-4742-4466-bd6a-ecce8f24f13a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Take me to the lakes where all the poets went to die.", + "public_commercial_use": false, + "recraft_id": "d9c9efbe-4dda-4c2d-8751-202703905eb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:04:35.004103Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "87eae2c4-eef6-4518-a572-124a4bd0d49f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute, chubby kitten is beside the bathtub. The bathtub is full of foam. Colorful foam floats in the air. It grabs foam with its claws", + "public_commercial_use": false, + "recraft_id": "96556184-0b35-46e6-9d9f-fc71bbd5e062", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:41:33.03507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5613e771-f799-4bd0-8ec9-6c6aee588505", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Rilakkuma wearing sunglasses is soaking in a hot spring in the snow, holding a glass of red wine.", + "public_commercial_use": false, + "recraft_id": "5ec4e16c-6c1b-4b81-b481-76bf3fa9fc30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:47:42.739945Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "759bf362-8ddd-4b58-b4c1-10d809bf5534", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Border Collie playing the guitar in an enchanting forest, surrounded by glowing fireflies and a soft moonlit glow.", + "public_commercial_use": false, + "recraft_id": "317e4295-7ad2-496e-8083-58aa63c971dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:26:00.183298Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7598e03a-bb8a-46a3-b205-f85a74a7f5dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Birds flying person watching", + "public_commercial_use": false, + "recraft_id": "7bd32024-8198-48aa-a56f-8b78366b957f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:23:59.750382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "060769b1-3a7a-43ad-ab09-340318f0d752", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hamsters with pies,buns, and cakes", + "public_commercial_use": false, + "recraft_id": "57ac20b3-093b-42e7-bf67-28e6042432c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:14:32.584361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6b540ee-7fb5-48cf-8554-e1b8ba536ea3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired black and white cat wearing a red Santa hat, a tabby cat and a yellow terrier are playing in the snow, with a white fountain next to them.", + "public_commercial_use": false, + "recraft_id": "53e4c341-3045-4e0b-9b33-9d4fd3fdba2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:58:56.853025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4c2f5cc-a628-412f-a593-1c43bdc1e2f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats holding hands under fireworks.", + "public_commercial_use": false, + "recraft_id": "f2301f00-acdb-45c8-bcb5-7535b3ccecdf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:34:14.939917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1b7ba79-437c-4180-bf55-378d8cb83efd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fluffy rabbit puppet, wearing green sunglasses, is rowing a pink kayak on the green lake.", + "public_commercial_use": false, + "recraft_id": "11b55c82-bfdf-4270-b93c-905abfa6f621", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:39:18.187309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ee2b875-a5d5-4f26-8ebe-1c7554f2c427", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sea otter and a butterfly get married on an beautiful island. ", + "public_commercial_use": false, + "recraft_id": "7583e695-bc0b-4b42-8851-55ff111495b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:00.063161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30dda6de-4086-4a81-bf5a-db704b92a73d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lighht yellow and white cat lying the floor,with text\"mi ci\"beside", + "public_commercial_use": false, + "recraft_id": "3715b38b-b99d-4006-be14-8d7024967482", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:09:55.888309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d087022b-94a0-4577-9202-607052ddc85b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a skeleton holding a bleeding heart, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "1796aaf6-b74f-40b4-b01c-610b9f8e697f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:20:33.415414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "164262e1-a9a7-4310-8b51-071761454c0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "among the high rise buildings in manhattan, busy street and traffics at the background, high contrast lighting, contax camera, top view of the city, high camera angle, dream core", + "public_commercial_use": false, + "recraft_id": "a7da5ff9-a52f-45dd-8e81-f9229bd887f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T00:01:28.129876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "531c67c6-fb9f-46fc-9a5d-675b77480bfe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a Chihuahua with white wings, its eyes reflecting the mysterious aurora.", + "public_commercial_use": false, + "recraft_id": "f3076831-f185-40fe-b62f-720c2842f64c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:45:42.161676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63a147da-0e90-4da8-81a9-08e762fbffd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A beautiful Ragdoll cat is looking up at the starry sky in the snow. There are auroras, snow and trees in the background, and half of a person holding the camera can be seen beside it.", + "public_commercial_use": false, + "recraft_id": "a7a9ec03-ab09-44f7-bbb9-2ed07660f252", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:40.962647Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d6063f2b-4a05-4b2b-b834-53ffc76072d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Spend Christmas on the grassland", + "public_commercial_use": false, + "recraft_id": "3899e1f4-f9ca-424d-a78a-2bb8049e2b3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:32:03.781349Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "135b7a1d-a209-4b43-90e5-f88c10b43845", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A delicated fountain sprays lots of precious pearls. At a, the fountain is covered with flowers and butterflies are flying.", + "public_commercial_use": false, + "recraft_id": "385cd435-df27-4695-8f4f-0e649be4a2a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:13:38.686437Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93fb4209-13e2-4150-9de2-082153d57163", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The weeknd after hours", + "public_commercial_use": false, + "recraft_id": "1579faa2-1fe1-4a49-94af-c38ccd9bb232", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:47:57.749781Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "feed4a18-583f-4cbc-b8c0-fa42f493365b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a green cartoon bird casually sitting on an outdoor deck chair drinking coffee, a real big house burning huge fire closely behind", + "public_commercial_use": false, + "recraft_id": "0c263356-e408-4a28-a11b-1bac27093777", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:22:47.69181Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey made a birthday cake for his good friend in the kitchen on a sunny afternoon.", + "public_commercial_use": false, + "recraft_id": "bd3158db-12b1-497a-b65f-589a6e7e1ccc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:13:09.420154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ace05692-7512-4994-9851-33f0139b2b02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two kittens snuggled together, both cats facing their backs forward. The cat was black and white, and the white cat had butterfly wings on its back. The cat was sitting in the white snow, with many golden stars on it. The snow is white and the sky is blue. There were faint fireworks in the sky and a very small plane. There are butterflies flying around the cat.", + "public_commercial_use": false, + "recraft_id": "445f8b0d-0cd7-4eb5-a2f3-8399296c1ca4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:04.165907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb530079-2c5d-47bd-afd2-a15fcdee67f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A little hamster dressed up as Christmas in front of a wooden house in a snowy forest", + "public_commercial_use": false, + "recraft_id": "bdfba5ef-d7b6-4931-89d2-f05c9a0c411d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:51:50.161232Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e2fc280-6fe3-4d18-907f-2d16c0feed74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown bear toy in a black suit with red tie is holding a bouquet of roses under the starry sky", + "public_commercial_use": false, + "recraft_id": "48fe2eab-8721-4523-952d-ba861db08e7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:00.425659Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e8d09cd9-32d8-4e01-9433-fcae31eaa487", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas cocktail made with strawberries", + "public_commercial_use": false, + "recraft_id": "6846b586-16f9-4ff6-b5c1-4982bf99d542", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:13:17.884732Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black rabbit dressed up for Christmas is watching stars in the snow", + "public_commercial_use": false, + "recraft_id": "d761e6a3-1c75-4820-ae57-bd2b070382ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:01:48.442772Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3efb8ab3-9d99-4dca-8145-04d29465f0cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty wearing a security uniform", + "public_commercial_use": false, + "recraft_id": "a2faba6c-1504-4bbb-82cb-c83cc584bf5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:09:46.689177Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "49965f88-1b80-442e-a6dc-1b4a32cb2e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Minnie holding a cake in the snow, with a night sky filled with fireworks in the background.", + "public_commercial_use": false, + "recraft_id": "0c313d64-95e8-4cf5-b154-3ec0ad78ca8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:34:27.577867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15032aba-049b-4218-8098-61e24b6f765e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Big Lucky cat in the city", + "public_commercial_use": false, + "recraft_id": "eb08fa89-ee50-4e70-8917-c3f37c5c1e9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T04:23:08.463385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "859b9b5b-9093-469a-b858-127fdcf9925d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a brown horse with a little white head\\ autumn in Japan 's park \\ sakura falling", + "public_commercial_use": false, + "recraft_id": "292961cc-95a3-4378-abf2-63fcfae162be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:52:16.889138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e03b482-2e61-47a4-b7e9-ee9d8420661b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hello kitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and lyy written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "652ed2f1-8194-46d4-bd07-b90ad3c1fc6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:58:56.073548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8ba9291-57ff-4396-8d4b-964ac6dc88c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon puppy pilot, tongue out on a yellow glider flying in the sky with the sky in the background and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "a699a4f9-1873-4890-8d05-61802124ec97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:31:00.494819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15adae37-534d-4557-9aa7-4545485c0abb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bichon Frise wears red sweater In the Christmas snow", + "public_commercial_use": false, + "recraft_id": "b5d4ee07-e182-4913-9ca0-28f2c58d169c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:58.078989Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7529171f-ee28-4206-be46-1060a32f16ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute and chubby little cat, with half a pumpkin on its head and a cigarette in its mouth, playing computer games at the table, creating a cute and dreamy scene", + "public_commercial_use": false, + "recraft_id": "15673fa0-860d-4446-a0fb-8d84dba59aca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:54:11.412638Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "903c9104-ae44-4a52-bca2-54ca10577a60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person was kneeling on the ground, his head resting on the sofa, and his face could not be seen clearly.", + "public_commercial_use": false, + "recraft_id": "8e154d96-c843-4099-8b4d-fd752414ce83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:32:55.915956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5f54419-41fc-4cad-88dd-d85337794987", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"ZJY\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "625a961d-bb13-4c01-9f7a-7c4473f4a8c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:31:03.414254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7791c20-04db-4972-a549-60ae28538b69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A student sitting by the edge of the Hogwarts Lake, gazing out across the shimmering water. The castle can be seen in the distance, with its towers reflected in the water. The student is sitting cross-legged on a grassy patch, their wand lying beside them. They are lost in thought, perhaps contemplating a magical mystery or pondering their next class. The lake is calm, and the atmosphere is serene and quiet, with only the occasional ripple in the water breaking the stillness. The setting sun casts golden light over the scene, creating a sense of peaceful solitude.", + "public_commercial_use": false, + "recraft_id": "3d5c8803-7b34-4afa-8607-2d774453abb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:48:16.011511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2376490-3e2c-4916-8e29-7dca4adc78d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty is snowboarding with its goggles covered on its eyes. It is jumping from the edge of snow mountain", + "public_commercial_use": false, + "recraft_id": "9aad2ba3-cee9-488f-ad22-db65ee245596", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:50:40.904311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82f386b5-840a-44b5-b78d-084f92783b9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cat is playing the saxophone happily", + "public_commercial_use": false, + "recraft_id": "3b31615d-bd5d-420a-a710-5d4d63443818", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:21:50.628339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fadd9149-cc69-4cc6-9990-d6c7600d3474", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Big Lucky cat in the forest ,lucky cat is made by plastics", + "public_commercial_use": false, + "recraft_id": "72ea12fa-ee34-4090-b4b2-4a30971c99d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T03:16:17.254649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "608422a7-817b-44e2-9923-199c48b5b802", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An irregular black and beige building in the forest, where someone is getting married", + "public_commercial_use": false, + "recraft_id": "6c746414-f250-48e3-a725-bcb6d79cb1ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:24.618223Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas cocktail made with cinnamon and apple juice", + "public_commercial_use": false, + "recraft_id": "daa952cd-270a-45f6-b615-1c3db9ab4b87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:05:06.650695Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b3ba6b5-b794-4720-82d8-b66ace4b148d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow duck is very small and cute, she is wearing a white uniform with a deep brown skirt, listening to music with headphones, sitting in the office with a computer and stationery on the table", + "public_commercial_use": false, + "recraft_id": "a13d0698-d9aa-47d2-8cdf-1dc541da1498", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:33:23.108945Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "078edb74-4957-4e09-a8c0-64a9ae6f4f61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cozy room with white windows, a deep blue sky with stars and light snow outside, and a golden haired puppy standing by the bed looking out the window", + "public_commercial_use": false, + "recraft_id": "775348cb-62d6-4fed-8748-573184354bd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:20:33.415072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b295ad4e-b487-4f3f-83e9-273046144c76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Stitch is making trouble ", + "public_commercial_use": false, + "recraft_id": "ebc0715b-48e9-4cb5-b89a-9c14e4256149", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:28:19.68077Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0a2b309-b62e-451f-9874-522c87b40d89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "beetles climbing the walls of the living room of a house, surreal dreamlike environment, DVD.", + "public_commercial_use": false, + "recraft_id": "b1ffc501-4b3f-4c4f-831a-0e23da91121b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T03:00:53.659639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "741db092-ab94-421c-b013-82e887b523a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver gradations kitten and a West Highland puppy, each with a pair of angel wings behind them, stood in a dreamy aurora sky where everything was blues and two letters were written on the snow-white ground - XT Everything was dreamy. The core element of the dream is heavy. ", + "public_commercial_use": false, + "recraft_id": "47319cd8-7906-47ce-887a-d5250367e97b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:39:59.579981Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c31cea0f-656d-4958-ad8b-038968383fe5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty fire office ", + "public_commercial_use": false, + "recraft_id": "715a69e6-d4d7-4db7-9c23-c10807d08f45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:17:57.847437Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c516185-96ca-4fa8-ba35-7b3f048374ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calico kitten with a yin-yang face is holding a whiskey bottle on the sofa.", + "public_commercial_use": false, + "recraft_id": "06af10fa-f459-4a95-94a0-5ab0635db852", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:13:07.749491Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6f1131b0-5ea9-47e7-bf52-609e46072e36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Chinese Spring Festival,snowing,90s,vintage,", + "public_commercial_use": false, + "recraft_id": "75691da0-3e6f-48a8-a8c8-dd160d10e94d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:49.987746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54eaf4b3-b681-463c-9bd0-7211b6e00401", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, blues, the word \"YJR\" is written on the snow. There is a little teddy bear in the snow, and it is snowing in the sky.", + "public_commercial_use": false, + "recraft_id": "cd9cf200-e971-4309-a0c7-038692dd75ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:16:38.444094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f72e3d6-f7b7-4d1f-866a-40325a45b7b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A scene of students walking through the cobblestone streets of Hogsmeade, the nearby wizarding village. Students are holding shopping bags filled with magical goods from the shops, such as Honeydukes or Zonko's Joke Shop. Some are sipping butterbeer at the Three Broomsticks Inn, while others are admiring the magical items in the shop windows. The streets are lined with snow-covered rooftops, and the magical street lamps cast a warm glow on the cobblestones.", + "public_commercial_use": false, + "recraft_id": "569fc254-20ca-4904-8019-956716204997", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:11:25.129682Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d272a3b2-4ace-45d7-8b50-bd67e4731231", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree made of books and wine glasses on the top, background is snow.", + "public_commercial_use": false, + "recraft_id": "ad2b32ce-560d-46dd-8383-ef5a9223c66e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:12:53.801041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "511a9108-04e2-4127-9109-e0d0e16ff508", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland puppy (Bichon) is at work, wearing a red design sweater, red headphones, and a Mac computer on the desk is on fire ", + "public_commercial_use": false, + "recraft_id": "329b8d8d-d4fd-4f2b-950d-68235ed43e43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:24:09.493496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "770a03b1-f04b-4d17-b170-7431c1aa9c55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cartoon cat become mad after working in a big cruel firm and want to kill the world using a gun,in a crazy mood", + "public_commercial_use": false, + "recraft_id": "f0dda10a-f46b-417d-a5ba-e92697d26a4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:40:00.151629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de45fdf3-d4b4-4eff-bcc7-b6403152014b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat (black and white patterned) writing a paper in front of a laptop, next to a cup of iced coffee", + "public_commercial_use": false, + "recraft_id": "11b2a8b9-27a3-441f-b2a8-3939bd5fcfdc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:04:47.334046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0b3d4a9-c478-4071-8250-c9d9f1a4c32e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is sitting on the snow land and has bubbles in the sky, The name Jun is written by snow on the snow land", + "public_commercial_use": false, + "recraft_id": "942fb1d0-afa9-4862-8b41-97091d7cb20a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:45:23.897203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86ae0ad3-554f-463e-997d-b3d5e2b69a3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hellow Kitty wearing a santa hat and princess dress, smiling, a cup of milk tea in hands, indoor, sitting front of computer, christmas tree behind chair, looking at viewer", + "public_commercial_use": false, + "recraft_id": "508e0549-47c9-482b-aea5-03e04d2ebd26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:09:38.341483Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a77c52a3-2740-4270-97e4-fa304d38c43f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sparrowin stanging in front of the mirror and looked at herself like a princess.", + "public_commercial_use": false, + "recraft_id": "dbd4c6e2-09b5-48e8-ab7e-3a5a9d8eb2cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:58:49.058104Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6d6d7458-0114-45ed-937c-84cfa143961b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat getting rich from Bitcoin sitting on a couch with champagne on the table and gold confetti and dollar bills everywhere. ", + "public_commercial_use": false, + "recraft_id": "02a7370f-4dcf-47f2-8cbe-951f8adba9d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:57:35.252101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4be0b0db-be58-4d69-9e1f-bb765ac3d96c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Small kitty with its birthday cake and gifts", + "public_commercial_use": false, + "recraft_id": "e072c179-f6bd-4015-a5f1-51cf7712560c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:26:29.590163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9478ed82-21f0-4f15-a31e-b0ce9d2433a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A student sitting alone in the Hogwarts library, deeply focused on an ancient, large spellbook. The stone walls of the library are lined with towering bookshelves, and the room is softly illuminated by floating candles. The student is wearing Hogwarts robes, and there is a pile of books on the table beside them. One of the books appears to be glowing with faint magical symbols. The student looks intrigued, as if uncovering an important magical secret. The atmosphere is peaceful, with only the soft rustling of pages and the occasional sound of a book being placed on a shelf.", + "public_commercial_use": false, + "recraft_id": "9b12eef0-4347-454f-b514-84bc2af1dfdc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:22:08.276114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bustling scene in the Great Hall at Hogwarts, with long tables covered in plates of food. Students are seated at the Gryffindor, Slytherin, Ravenclaw, and Hufflepuff tables, enjoying their meals. The enchanted ceiling reflects a starry night sky, and floating candles hover above the tables. A group of students is laughing, while another student is reading a letter. The house ghosts can be seen hovering above the students, and magical food appears to be floating or magically moving across the table.", + "public_commercial_use": false, + "recraft_id": "5ef4adbf-9167-485a-bbf2-b417b24dd632", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:33:23.282579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1940d71-84b1-4968-b43e-6f1c9122ba17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue cookie monster big doll ,drinking a cup of hot coffee under the volcanic eruption", + "public_commercial_use": false, + "recraft_id": "982a19f6-0f9d-4d61-8004-993b9dcb4170", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:16:31.689719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b36ec1bb-3591-49e7-a555-b1312bee8717", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray little dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.", + "public_commercial_use": false, + "recraft_id": "63c1d8f7-0bcd-41ec-b846-8bc53b05bc9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:47:56.121599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7ff48ab-b88c-4a1b-857a-548b118110c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy ground, a big Hello Kitty doll, Crayon Shin-chan, handwritten words \"Happy 19th Birthday, Xie Ximin\", a birthday cake, an angel, warm and romantic, fireworks.", + "public_commercial_use": false, + "recraft_id": "56a11d9a-bd2b-4e46-b10d-38473de9916e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:11:48.307105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fc8e963-8b06-409f-bd88-eaeee94ab591", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A leisurely afternoon for kittens", + "public_commercial_use": false, + "recraft_id": "ce6f855b-79ba-4d92-9fb8-09116c0bb492", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:55:25.971747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "192157df-3e1d-49c9-b654-995302f217ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "All parts of the apple are decomposed.", + "public_commercial_use": false, + "recraft_id": "0557f0ab-8636-483c-961b-73ac86722716", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T04:50:38.113919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0bfa2e02-03df-4d4a-9343-41373082d3cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat with wings in snow ground", + "public_commercial_use": false, + "recraft_id": "4a19665d-19b6-47d9-a916-94726edaf9c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T04:36:51.278205Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4535c7f5-da83-435a-9fbe-ba40f035f259", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Walking in the park with a Labrador, it was very quiet and there was no one else. I was wearing white shoes, and the sun just shone on the dog.", + "public_commercial_use": false, + "recraft_id": "dea2b9e5-8c3f-40f4-937e-68448127a0b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:23:40.933171Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "381a2e96-7027-4a72-afa4-dc34a22310c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adult Samoyed celebrates his birthday in the snow, with a birthday cake in front of him, a birthday hat on his head, and a smiling expression", + "public_commercial_use": false, + "recraft_id": "7e712f7c-e7bd-4769-9e4a-ddd2c443a20b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:25:29.051927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eafa24ab-ef17-4bc9-96f5-7e1339432b64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple is reading comic books in the classroom while someone is teaching", + "public_commercial_use": false, + "recraft_id": "6cb1cd0e-1409-4bfa-a5cb-cd08b56a8ccf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:46:57.668773Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden puppy with white butterflies in purple twilight", + "public_commercial_use": false, + "recraft_id": "03ae211c-0c2d-45a5-82d9-272b51bb4a57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:28:03.449247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9860209b-4280-4076-adb2-f9ba1926a9f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "A group of Tibetan children run on the grasslandThere are cows, sheep and snow on the grasslandsThe scenery is beautiful from afar", + "public_commercial_use": false, + "recraft_id": "b580c699-9b60-48d6-a597-1f04df9e16d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:32:30.356153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "828add4b-d856-4efc-b223-51f019f1d21f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "little white cat with wings sit in the snow background is Christmas merry go round butterfl ", + "public_commercial_use": false, + "recraft_id": "a299489c-b539-4cbb-86e9-5443557f3d01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:36:10.294781Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoye kicks the ball on the grass with the word JENO in the sky", + "public_commercial_use": false, + "recraft_id": "f2d3deaa-faa5-408f-a2ec-d717126c8feb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:53:18.557526Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "23de2a5e-7011-4d31-954e-2aaaaadd9cc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara sits calmly in the office. behind is a computer exploding", + "public_commercial_use": false, + "recraft_id": "06437e40-2648-4db8-9a48-f3cb9b263e8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:17:08.894647Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e393aacd-04b8-4eb9-a877-4ee17daa1c67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with a purple scarf drinking.", + "public_commercial_use": false, + "recraft_id": "38167ee5-bc09-484d-b776-2f1b2b4ea561", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:33:48.910909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9f7233c-5678-41ec-b572-81ebde0015a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bichon Frise wears red cloak In the snow of Chinese New Year", + "public_commercial_use": false, + "recraft_id": "015b6803-4d24-4824-a389-9b1fe5e55c77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:28:39.149751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f135e361-d9ca-40c2-b875-e2048cb6eb3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty is studying with an Apple computer ", + "public_commercial_use": false, + "recraft_id": "3356dd23-8a80-4ce6-9d36-11b46dfc2333", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T03:22:59.563012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21a4abbd-a7dc-4d50-a516-603770b75220", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Fluffy White Cat Bushy Hair Eyes Big Round Pink Transparent Fairy Wings Flying In A Dreamy Pink Sky There's a Maltese on the ground ", + "public_commercial_use": false, + "recraft_id": "abddb219-c89d-4f00-aea7-70dac44af3d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:11:01.045818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b89f82a-22de-4f41-8539-b3198758c4bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown curly guinea pig eating an apple", + "public_commercial_use": false, + "recraft_id": "80ba68b5-4c2b-4b0e-b19b-16c0e6d54b59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:39:56.648376Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "196d3329-2d25-45d8-9eb3-2b3982431c5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Plush long legged rabbit celebrate Christmas", + "public_commercial_use": false, + "recraft_id": "e6c4aafa-0510-4194-b073-3aa0697b47f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:14:55.175793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86b075a3-40fa-4dfb-af05-ce36820cbb15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An red apple blocks the face. Against a pure white background, it's an imitation of Magritte.", + "public_commercial_use": false, + "recraft_id": "84ee5423-3d6d-4162-9e3d-ab1ee8ad76ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T03:11:41.651711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab426edb-6682-42d0-9eef-d045ff93bd82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty wearing pink dress in front of a xmax tree, and some firework in the background", + "public_commercial_use": false, + "recraft_id": "fa05d4f1-1b0c-4731-b96c-bd2cf8062264", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:31:39.311585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15f7c6ed-74b4-46ff-9050-a408d78eb267", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cozy room with white windows and a deep blue sky with stars and light snow outside", + "public_commercial_use": false, + "recraft_id": "77f5f275-0da9-4317-8350-eca49ed72289", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:08.827337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a25b8ada-be57-4751-92dc-2224f859e064", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A tuxedo cat with a spray paint bottle graffiti the balcony of a brick house on a hill", + "public_commercial_use": false, + "recraft_id": "260d437e-b8ee-441b-8a89-db680e3647e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:22:48.426771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behind the red door are pink flowers growing on the ground", + "public_commercial_use": false, + "recraft_id": "2bd5ada9-66ae-48b1-8f1f-c3341b7d48cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T03:10:43.651599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37cdb300-eb56-48c5-b6eb-36f511969019", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute tuxedo cat with a spray paint bottle doodles the words painsitic on the balcony of a brick house at the top of a hill", + "public_commercial_use": false, + "recraft_id": "566e43ec-9461-4ab4-9778-9ae9be54328d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:57:08.587712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef5dd84e-0051-42e5-96a9-2fcc56ca9d33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is standing near the house that is being burned by the fire, holding up a glass of red wine", + "public_commercial_use": false, + "recraft_id": "a89fe681-fa84-492a-b5e7-003657dbeac7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:52:40.241509Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "15bba7f5-45ec-4d95-aff5-2d6aa497c912", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under a starry night sky write leehan and riwoo's names on a big Christmas tree with stars and decorations and lots of gift boxes in the snow, surrounded by feathers and bubbles, with fireworks in the background and write 1020 and 1022, with a bit of light particles dreamlike effect and film style", + "public_commercial_use": false, + "recraft_id": "d74ad6f0-93dd-4883-b48e-1d46df71921c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:25:50.659927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7a830df-5e10-4405-b7ab-e0301cba89e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puffer fish in a down jacket is fighting drums.", + "public_commercial_use": false, + "recraft_id": "d6a2d6b5-2e37-4f8c-9c28-11adb32ff0fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:04:46.111229Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18251053-8109-4236-875b-deaeb77bdced", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink rabbit doll stands on the grass. There is a big cute mushroom growing on the grass, a puppy doll, a banana doll, and a sun doll.", + "public_commercial_use": false, + "recraft_id": "92c40bfc-78e0-46e7-b8f6-4599fcbada21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:15:50.071358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c465b1b-25e1-48de-ae27-ed854b2cb015", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hello kitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and NNMMSSLL written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "87d88e57-fee9-48b6-8760-f108d7049d43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:16:04.096846Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1520e98b-2ea6-4fd0-98ea-44b2966fbeea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a landscape with word \"EventhorizoN\" at the center", + "public_commercial_use": false, + "recraft_id": "4d9281bb-e231-4ff1-8006-2c655021d664", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:48:55.309444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c527152-564d-40f4-8dae-21ddc41ea51e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Border Collie under a starlit sky, playing a guitar on a peaceful meadow with magical floating lights around.", + "public_commercial_use": false, + "recraft_id": "b523e5d2-87f9-446b-a431-25bd3284e6f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:35:04.58174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b977b809-e5ea-45fc-ac63-bf4710dbcb85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A orange cat celebrates his birthday on the table at home. The orange cat is looking up at bubbles. There is a birthday cake on the table. Warm lighting atmosphere. Flash photography. HD", + "public_commercial_use": false, + "recraft_id": "e2c3a939-7b7c-4822-82ce-4d4e9bc09e31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:50:31.858527Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d5b2a5e-fad7-4e74-afbe-a722435770ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A princes with Sword on a horse, rainbow ,star", + "public_commercial_use": false, + "recraft_id": "0fb77b63-ae11-43e6-877a-9dbad205e6aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:52:46.613399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5062110d-5d69-4971-b5f7-9a26e71980cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Siamese cat playing League of Legends game", + "public_commercial_use": false, + "recraft_id": "c3c9de4c-77be-467c-8663-9e7606a98556", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:44:21.848181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aabd543e-9b25-4f18-b014-b6175ae7b472", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Balcony, marijuana plants and a cat", + "public_commercial_use": false, + "recraft_id": "fe30737b-072f-441b-90d1-dab9a93fd2da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:44:49.745752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "866780cc-b4ae-4f82-b463-855677e9efef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Korean handsome guy with clear facial features, snow capped mountains, snowboarding, snowy terrain, dog, black ski suit", + "public_commercial_use": false, + "recraft_id": "9ce4b33a-76fd-4642-81ab-54dee5360cec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:43:04.359253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd69e80a-9e4c-456a-960b-8b72db69e82b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute small pink rabbit cuddly toy with long mess fluff is sitting before a macbook, in an office, close-up photo, ultra detailed.", + "public_commercial_use": false, + "recraft_id": "b8175dc2-efd4-4b56-b0ed-30f5878859ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:03:37.517051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "920a696f-63a0-4b13-897e-61083aeb2505", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, there is light from street lamps. There are many green trees and a small fountain in the park. There are three cats, two black cats, and one orange cat. They are very close to the camera", + "public_commercial_use": false, + "recraft_id": "bb5c3339-c589-41b7-8495-29d5f841e854", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:44:38.725855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56bdbfe1-acff-4c5a-93f7-06d671e5cf15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Panda in an organized home studio with iMac infront", + "public_commercial_use": false, + "recraft_id": "84433745-0164-4e72-92a8-5cdef2eaa78a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:50:32.175426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e4fa881-b5ac-4d5d-875a-f627b2d0f82e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is sitting on the snow land and have bubbles, and the Jun logo on the snow land", + "public_commercial_use": false, + "recraft_id": "70d15061-4ed3-4c23-9613-46dfbd677b61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:43:05.976533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "096d3870-ac41-44bd-a881-322bcaf08b90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy in a office wearing glasses", + "public_commercial_use": false, + "recraft_id": "82b40227-671f-40df-b189-a3af0abe8dd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:29:39.75616Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce166df8-c7e4-4f92-a055-d03a439ae212", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raven wearing a birthday hat with Yih printed on it, close-up", + "public_commercial_use": false, + "recraft_id": "716bef70-b22a-4a85-9672-a471e3eca893", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:01:32.293311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 4, + "prompt": "A photorealistic Winnie the Pooh in a modern American office at night, aggressively smashing a desktop computer with a hammer. The empty office is filled with typical equipment like printers, filing cabinets, and desk lamps. The scene is captured with harsh flash photography, creating dramatic shadows and high contrast. Surrounding office equipment casts a dim ambient glow in the background", + "public_commercial_use": false, + "recraft_id": "c317baf6-f8a7-43bc-a5f3-cd154e84497c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:33:55.783958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4165d35-5c10-4a4c-9b09-2994c5753460", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,CJMwritten on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "6b335ebc-a8a7-4167-886b-60006cbc2ba8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:46:29.547175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58122815-6224-4125-9712-756e65faa65f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a pineapple in front of the computer in an office", + "public_commercial_use": false, + "recraft_id": "cb07ab47-fb5d-43b4-a65a-d43576213818", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:28:22.600708Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c6d2d84-cfee-4c04-a048-ccd4868c3879", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is under Mount Fuji, snow falling, wearing a black ski suit with skis next to him. The sky is pink and birds are flying in the sky. The man's face is facing the camera,", + "public_commercial_use": false, + "recraft_id": "108a629c-132b-45a1-bd8a-131e710c0a4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:13:36.320612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdf74743-b801-47a7-8347-0ca8d72f845e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little tiger in a grey jumper and sweatpants beside a Canon camera", + "public_commercial_use": false, + "recraft_id": "9c3f450b-0c42-4bde-8d3f-2c44e452d395", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:37:25.13387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b7bc7fa-e8df-4eea-9fc6-d447322ca500", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Pesian cat holding a fish in mouth", + "public_commercial_use": false, + "recraft_id": "590d4a20-c93b-46f7-9412-5945407818e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:17:49.766544Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "b99186a1-9dd0-4aab-bd1f-de734064f3a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Witch Kuira and her spotted dog, indoors, warm fireplace", + "public_commercial_use": false, + "recraft_id": "0a4571f5-b45d-465d-a6b0-157d33a168db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:20:00.178505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5c9a103-756e-438f-935c-532f790c92c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "At night, the cartoon character Hello Kitty rides a motorcycle on an empty road. She is cool and wears punk style clothes", + "public_commercial_use": false, + "recraft_id": "901c8a6e-a9b0-439d-9b85-eea0d837a3fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:24.148712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68e641aa-eeff-41b4-aedc-d464dfd23dea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Christmas deer is listening to music", + "public_commercial_use": false, + "recraft_id": "38bdc1cb-8792-47fb-8658-ff56c06ef87e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:45:59.983403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61caf05c-14f9-4606-b361-c50bc764a8a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cowboy style black Labrador dog with happy face in a ranch, snow mountain in the background, from far distance", + "public_commercial_use": false, + "recraft_id": "f8e28be6-a9f7-4db1-b816-85d15e356057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:46:22.409564Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96190736-efd7-4040-8ad3-814a36d90975", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat works in the company", + "public_commercial_use": false, + "recraft_id": "9a5ca0af-bd9d-4ece-be3a-e483db3ee9d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:01:30.70063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy is having fun in the snow.", + "public_commercial_use": false, + "recraft_id": "4cc3fc71-6ee7-42da-9a0c-85d153e07d5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:29:03.306575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36615f20-8083-4ae2-bf89-e61b22c730f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person in a patient's gown is standing at the entrance of the amusement park, holding a Mickey Mouse balloon", + "public_commercial_use": false, + "recraft_id": "54f214a3-5d78-4043-b8fd-b8c3a458ac0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:36:30.312327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efd9f43c-9f52-421c-8fa6-f82ee58006c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small dog wearing a Christmas hat playfully frolics next to a Christmas tree, with colorful candy scattered across the ground. The image has a dreamy, film-like quality, inspired by dreamcore aesthetics, with soft lighting and a nostalgic, whimsical atmosphere. The scene is filled with glowing Christmas lights, delicate ornaments, and a warm, festive ambiance.", + "public_commercial_use": false, + "recraft_id": "feb0469f-f500-4a54-9073-978ade49aebf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:56:07.326483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty with a red scarf sitting in front of the desk facing the window/There is a sunrise outside the window", + "public_commercial_use": false, + "recraft_id": "fbc70f3c-e509-47d8-a0e5-03597e998ed9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:23:07.529675Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5a323c20-fc9c-4d8b-93c9-babec714dbb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A glass of Christmas eggnog with Christmas decorations", + "public_commercial_use": false, + "recraft_id": "8f0dbd36-ddf1-449b-9430-e240659de65e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:45:58.633774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57748cea-b878-4cc6-bab6-b42094ffdaa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A highly detailed demon-like creature with sharp horns, glowing red eyes, and dark, scaly skin. Its face is grotesque and menacing, with jagged teeth and piercings. The setting is a dimly lit cave with eerie lighting that enhances the creature's intimidating features.", + "public_commercial_use": false, + "recraft_id": "65370f69-9c52-4d68-9581-6fc58cab3e9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:10:35.099238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44c5ef88-88eb-47b4-b8ab-642bd9a2d70f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat black and white rabbit wearing a birthday hat, there is a birthday cake in front of the rabbit and balloons in the room.", + "public_commercial_use": false, + "recraft_id": "892041d8-6e11-4186-bdca-864461baa7e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:09:33.093312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A toad is sitting by the pool in a swimsuit and a swimming cap.", + "public_commercial_use": false, + "recraft_id": "95700873-6b93-4677-b16b-375c5a20aeaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:46.48039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e7bae26-a979-4edc-80b0-2d99335b61d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a theater,a trophy,some colored ribbons", + "public_commercial_use": false, + "recraft_id": "bad57c03-e6d4-448a-b6c9-017508984e66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:46:58.740377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c1544a2-b91b-4239-8c00-4f1b50638b02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small cute white Samoyed puppy next to the word 'Tiawwny' written on the snow, with a vibrant aurora borealis illuminating the night sky in the background. The word 'Tiawwny' is clearly drawn on the surface of the snow, and the Samoyed looks curious and adorable.", + "public_commercial_use": false, + "recraft_id": "9f7f0047-49c9-47e0-a159-3a4295430767", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:24:33.777565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d339be6b-e0d2-4ffa-8f44-cd34ad1642cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Big Lucky cat is in the old-growth forest,lucky cat is made by plastics", + "public_commercial_use": false, + "recraft_id": "b147971e-6b53-4bfe-b2a1-e6eb61754301", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T03:52:51.244305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dbb9040a-57d3-4e96-a970-e814551c6cab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy environment with pink flowers, pink carpet, pink butterflies, colorful bubbles, the word \"YOSH\", and a guitar.", + "public_commercial_use": false, + "recraft_id": "2469014d-e191-44f7-ada6-9d6fa1c44118", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:33:09.968696Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f8c2f611-399c-4f63-8977-5e2c222ea4d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of pigeons flew towards me, all biting colorful and glowing gift boxes. There are mountains and sea in the distant background. The sky is the gradient color of the setting sun.", + "public_commercial_use": false, + "recraft_id": "8923b0c9-7444-4071-b071-365599599569", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:37:32.831773Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0403bdad-f04c-4846-85bb-487094ca7478", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An all-white snowy evening, with a house engulfed in flames.", + "public_commercial_use": false, + "recraft_id": "366cb196-914a-42f4-b525-229a30b9825c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:10.21059Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "b45a2233-1c5c-48ab-a76c-fca74ed7750e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"HEZHAO\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "5d7dc5be-6e34-4070-b614-7103c9ea2ff9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:18:41.574002Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6e37f147-35ef-42fb-9a86-5cdc89bce19c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man stood by the door with his hands behind his back and a blanket covering his head, which completely covered his head. The blanket naturally drooped down to cover the rest of his body.", + "public_commercial_use": false, + "recraft_id": "1b98ab83-a60b-42bd-81d9-bae829cb5a14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:25:42.592992Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e140a7ef-f63d-426f-8aef-b29e5b787eb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black horse with a saddle stood quietly in the snow", + "public_commercial_use": false, + "recraft_id": "aea1ec4e-33f9-4e6b-8a4a-ea079ba06b44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:36:46.911382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1df0487e-aedd-4ba1-89c7-7b04de445980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue cat with a birthday hat smoking on the sofa", + "public_commercial_use": false, + "recraft_id": "d52363f2-1429-4c62-8300-82fcc5601b02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:45:31.466012Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5dc839e1-389b-4f16-8dd0-401edeeb130b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is swinging in the snow", + "public_commercial_use": false, + "recraft_id": "5908912a-7f0b-4955-9aba-aed1642395a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:39.018795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58f92bca-e07e-4c42-95ca-25ec5cd5ae22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll in the black princess dress holding a machine gun in the white snow background", + "public_commercial_use": false, + "recraft_id": "1cb93cbd-582c-4295-af0e-2d33d4e17f85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:01:05.020326Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "87fd7841-e8f4-4b1b-a4d7-384c76173ecb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute dog with an angelic halo stands on white clouds, next to the name Yola, with the background of the ocean and seagulls.", + "public_commercial_use": false, + "recraft_id": "32af12e9-d8cb-47c4-a133-92921ed9e27a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:12:27.275919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e620982b-1335-4d5e-8567-c75065497ccd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat black and white rabbit celebrates his birthday in a room with a brown and white rabbit. The two rabbits are on a quilt and there is a cake in front of them.", + "public_commercial_use": false, + "recraft_id": "02353824-9a07-4ee4-89fb-5a1a1c3dc689", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:05:22.658572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "804c2948-7e2d-44af-a8b6-a2aba7ac16fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is sitting on the snow land and has bubbles in the sky, The name Jun is written by snow on the snow land, pink background", + "public_commercial_use": false, + "recraft_id": "c578b1dc-56e0-4c53-8416-8073cd64fd4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:03.841378Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "085e5720-ca99-4006-bb77-6ddf3cbb839f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland puppy runs across the lawn and he happily sticks out his tongue", + "public_commercial_use": false, + "recraft_id": "4968e06c-62ff-449c-bbd4-1f276ffaa11d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:04:26.950145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28cc249f-af07-495a-9ed4-e5f19beb56fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Chihuahua covered with a thick quilt sleep comfortably in bed in the dark of winter.", + "public_commercial_use": false, + "recraft_id": "2d5e0692-b73b-4374-b380-775aee087426", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:18:56.068396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "684319a0-bbd3-4560-8248-0e61209d4259", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A trophy with losing myself written on it, and a Samoyed beside it looking at the trophy", + "public_commercial_use": false, + "recraft_id": "557c4111-1f81-46b0-8891-0b0ed526ba18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:42:17.162185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b86b92c-ed30-4667-adb7-d30ddd367135", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Korean handsome guy with clear facial features, grassland, snow capped mountains, snowboarding, snow covered areas, cat", + "public_commercial_use": false, + "recraft_id": "1421a8c2-adb7-4587-a1c0-9c5c2d545bbe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:19:30.252875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40daccec-f056-43fd-acec-fac162212147", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Asian male front face, snow capped mountains, snowboarding, cat, snow covered areas, black ski suit", + "public_commercial_use": false, + "recraft_id": "edda1e92-517c-44ed-bc7b-aa9f01d72819", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:58:40.622926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a92d0485-4cd9-4901-b724-87b74369666c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behind it is a big banyan tree on the horizon, a child is hugging a West Highland Terrier and laughing, facing the camera, and the sky is pink. The banyan tree should be fully visible on the horizon.", + "public_commercial_use": false, + "recraft_id": "234b2f42-b4e6-4538-abf8-f6a7f925e048", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:16:22.93021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a cozy little cottage, a cute puppy holds a cake with candles numbered 1205. The puppy looks very happy, wearing a fluffy birthday hat on its head.", + "public_commercial_use": false, + "recraft_id": "24ac6c80-f594-462a-8ec6-a62e7c77f6c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:04:15.808963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccd81f7d-d009-43d4-9495-5815c2f6c243", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dreamcore theme: Goldfish swimming in the blue sky, REAL Sky", + "public_commercial_use": false, + "recraft_id": "92f6c811-d12f-478d-a0f6-8ea22a7e4e02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:43:14.440386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2247461-f2bc-4de2-9093-49657157a157", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "3 orange cats with hats, 2 of them tied by a blue and a red balloons,flying in the blue sky. Below was a green grassland, a small cute orange cat looking the two flying cats.", + "public_commercial_use": false, + "recraft_id": "2d539bea-0e48-42dc-8aba-77517c68dbba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:31:16.211225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97a55fe3-c7e6-4fba-b9ed-ee3101024e2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,KMJwritten on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "5eeaf9e6-4c65-4c0a-bb9c-43821a5d28a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:06:06.382004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2623b23-c92a-419e-8c55-b0b55ee152de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden haired puppy with colorful wings running on a sunny grassland", + "public_commercial_use": false, + "recraft_id": "522c7707-5be8-478f-b4f7-37c8cd42fe7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:00:07.989137Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "506f549f-d7d8-49e0-8f84-8ed132a8e95f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A minimalistic white book cover mockup placed on a wooden desk, surrounded by an old fountain pen, a planner, and a steaming coffee cup. The white cover is completely blank, providing a clean space for customization.", + "public_commercial_use": false, + "recraft_id": "116b10d6-18da-4820-9fc5-418c283cf2f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:51:50.968792Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4f830e4d-9630-4c3a-8a46-741a7bc794ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little princess eat pizza, fancy ,mushroom, wood house,clouds", + "public_commercial_use": false, + "recraft_id": "5dd926b9-b758-416f-9678-14e7f21ad8ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:00:03.506994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca5c2fa6-aad2-4d63-a13c-776dbd484401", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little dog retriever ran on the green grass with pink wings Vertical view", + "public_commercial_use": false, + "recraft_id": "ea2fca40-51e5-46cd-8222-d823216ce458", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:13:17.347102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa485165-b4ef-4881-80d7-8aab2cf0e244", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "glass bottle in tree shape, in white colour", + "public_commercial_use": false, + "recraft_id": "0fc2f20b-c5da-4914-9456-8b23fd3b9d7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:49:35.906005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba4da3bc-0689-488a-9317-6f056b4b4504", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree in the snow, and a cat is making a cake next to it", + "public_commercial_use": false, + "recraft_id": "026f1c92-ff83-402f-97bc-3d50ffb3be51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:54:05.006026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7590034-1b43-4842-bd36-683dcd2b8429", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute brown bear toy in a black suit with red tie is holding a bouquet of roses under a blue starry sky outside", + "public_commercial_use": false, + "recraft_id": "f4c82702-c486-431b-b6f5-a4f32f17aa91", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:35:59.119495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8af1de5-7a3a-4918-9dc0-0edf914322e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,imurdog written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "042da5c7-8048-4b6a-b3f7-a900ac384f92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:14.935499Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b70d8372-6204-4f01-b7dc-60147da7a711", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A frustrated lion working in front of a computer", + "public_commercial_use": false, + "recraft_id": "71e3a4e3-d0ab-4797-a6ec-2478bb081910", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:42:00.719206Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41929786-9f00-49eb-9873-750dde92a4d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white dog are playing computer games", + "public_commercial_use": false, + "recraft_id": "0c3b9c46-7013-4466-9db1-e20d06cec223", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:43:33.921587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34f5d683-7b7e-4b7c-b309-6811e587ff29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "LV", + "public_commercial_use": false, + "recraft_id": "d604d821-03b6-438c-96e6-0217ef2c0fca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:43:32.087886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7beb671-dc09-496e-bb9f-56e1c53df79f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute blue kitchen sponge with clearly defined eyes, nose, and an expressive mouth that appears to be singing along to the music. It's wearing a pair of modern headphones and seems deeply immersed in the song.", + "public_commercial_use": false, + "recraft_id": "d98ce37a-e0e5-4940-8dbc-73a7dadaed04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:52:20.064928Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00650dce-966a-4517-9c13-ed8e56f88fc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were many people in a room.We had a birthday for the Golden Retriever, and the room was beautifully decorated, and the dog wore a birthday hat, and the cake said his name \"bubble.\"", + "public_commercial_use": false, + "recraft_id": "763efdcb-4cb7-45aa-920a-df16b4b9b0ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:17:10.824253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c431adc-6f79-4842-bffe-317a288839b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Samoyed is about to shower while listening music", + "public_commercial_use": false, + "recraft_id": "cc18c567-48c4-4c68-9fe5-d8bf7b2cf933", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:26:03.048846Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c11fdfb1-d15f-4bd4-81fa-c92ad593593e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A creamy gold and white color boarder collie with a white and black cat, wathing beautiful view together. The cat has more black(80%) than white", + "public_commercial_use": false, + "recraft_id": "441ec3d2-6887-4ebe-a79f-4098940e1179", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:45:07.444324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d16242af-c863-4094-8a6e-4a4fcbe8924e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black little dog with short legs and beard, snow, winter, Christmas tree, fireworks", + "public_commercial_use": false, + "recraft_id": "dc969105-7c75-426d-b240-818f5c9bca41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:48:32.218134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2cf2636-1c94-42f0-abfa-4090b05789a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sfat white hedgehog plays the red bass like a rocker in the bar on Chritsmas", + "public_commercial_use": false, + "recraft_id": "a643ceb3-948c-420d-a7eb-fe982c4f773c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:53.462101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4b5e779-f4e7-481d-a8c0-0be43f1f9938", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A unicorn, standing in the snow, the sky is green Aurora", + "public_commercial_use": false, + "recraft_id": "8571ad28-fb74-44e3-8950-812365b62809", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T03:37:52.075818Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d19ca027-cd6d-45fb-8848-1e1e22285ce4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cool guy in black kimono with the background a temple is on fire.", + "public_commercial_use": false, + "recraft_id": "9dba1560-9b62-497f-8b73-8a52430eded5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T01:36:50.769495Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "0ee3db21-b59e-4e31-9662-5bab65925a87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, in the hotel, it snowed outside the window, and there was a Christmas tree by the window. Three friends were sitting in it, drinking wine and chatting happily.", + "public_commercial_use": false, + "recraft_id": "6b6ed3eb-1952-4cba-b542-d3819a63786f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:19:25.481791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5782cd63-1267-4b78-bc5a-074653725170", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Huge Lucky cat in the forest ,lucky cat is made by plastics", + "public_commercial_use": false, + "recraft_id": "cfa2ee08-527a-4970-89cb-5b01c56ea096", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T03:14:29.4039Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e34dc1e6-8793-4e68-8c79-141f3a13a95f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas vibe cocktail with strawberry ", + "public_commercial_use": false, + "recraft_id": "55050257-ad68-4550-a17e-9c156ffdf0f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:41:49.236876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f746298-f639-4d51-88c0-82cb210cc4b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fairy on a unicorn flies before the moon.", + "public_commercial_use": false, + "recraft_id": "8647b1b2-42e6-406a-aed8-0a973113301e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T04:23:04.964578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dff7ce39-800d-4893-a06c-94bafa040c5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat with wing,under stars,", + "public_commercial_use": false, + "recraft_id": "8bb65d79-4a8d-4345-b3d2-2d2323843630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:09:33.557979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ada7287d-cc44-47eb-bffc-90e5d870d22e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cat with fish tank", + "public_commercial_use": false, + "recraft_id": "d15f85c5-201d-4a06-90cd-e945ffe25f19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:07:11.847856Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce9a7a1c-ea97-4744-baaa-574c115af4d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flying blue cat with glasses and cute clothes is standing on the roof of the car", + "public_commercial_use": false, + "recraft_id": "a9984df4-8be6-490c-a2f0-188122b99622", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:21:55.981295Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "89b0440f-b2bc-42f6-883b-6653b7628713", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Tibetan monk sits on the moon stroking the bodies of countless small fish.", + "public_commercial_use": false, + "recraft_id": "80b561c2-5a69-4235-96f9-2fea725492bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:44:29.860771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14d57e6b-c8c2-4b7c-afaf-20d3638e28d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"SUNCE\" in the snow, snow, beach, a tiger doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "68da4a75-f2b9-4477-9a05-ab07138f5eab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:35:18.763462Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0016051c-36d8-4a82-8388-df1346407d0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An all-white snowy landscape, with a silver katana lying on the snow and red petals drifting down around it.", + "public_commercial_use": false, + "recraft_id": "d0533d35-1a44-4b89-a4be-c3acf047cb9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:59.274776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a474fff3-83bd-4e04-a1e2-327a81bf7537", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a small Christmas tree between the two Snoopy , and Xavier's name is written in the snow", + "public_commercial_use": false, + "recraft_id": "08edc9b5-4fd9-4dfb-9f52-5c1a234dba3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:09:39.118943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "206e08aa-ef89-4c31-924d-cfdf10ae4e97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty working with her laptop on a beach, when there is snowing", + "public_commercial_use": false, + "recraft_id": "fcd1ce80-6170-4e25-8fb4-8aa174b8d50b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:35:59.651087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed94ee84-d4ac-45bc-9140-4eafc59a6025", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely cavoodle puppy with gold ears and gold eye parts, the rest is white with gold parts on the body. He is young, his face is round.. He is wearing a Christmas hat and red plaid scarf and is smiling happily in front of the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "62a65cb8-9d9c-4c9b-9857-7fe37d5d3fd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:11:35.672339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5193cff4-ad2f-44da-abee-96895cb3443e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Best believe I'm still bejeweled when I walk in the room I can still make the whole place shimmer", + "public_commercial_use": false, + "recraft_id": "a09ded5e-0587-485e-989c-c70c8eb414b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:51:44.999649Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1d95692c-c6ad-48ee-ac3b-07c3d2f98788", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty dressed as a Chinese emperor in the snow", + "public_commercial_use": false, + "recraft_id": "5879d650-b02c-430c-91fd-c8fc72349f62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:05:41.247533Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e637986c-53d7-4298-a77f-7a1cf2aa02c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a snake is celebrating new year with Chinese lanterns", + "public_commercial_use": false, + "recraft_id": "78e84c7b-bc21-473d-81b8-d455d0f4ed9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:09:45.663114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7edb98c-4f5a-4375-9e76-a746da30db42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with transparent angel wings, flying by the seaside, blue sea, pink sky, stars, film effect, flash, dream core", + "public_commercial_use": false, + "recraft_id": "438b9e78-dc76-476b-8fc2-cae2d5248586", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:02:27.194179Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "336ba71a-9458-4f1f-90e5-3e8455cae579", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bears wear dresses,diamonds, shoes,chips,a red house", + "public_commercial_use": false, + "recraft_id": "1a9670ef-d94c-4932-ad6e-d231daabcd46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:32.047964Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e39c3c41-ef3f-42bf-8010-8b6a7a48bb74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teapot sitting on the sofa watching TV", + "public_commercial_use": false, + "recraft_id": "4effb93e-b6ce-4ec3-81dd-6eda68c1bc23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:52:04.374929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e747784-6a47-4255-9439-48eb77e330fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy environment with pink flowers, pink carpet, pink butterflies, colorful bubbles, the word \"YOSH\", a guitar, and some tomatoes.", + "public_commercial_use": false, + "recraft_id": "2d5b4f0b-4d2d-4904-b783-e25b5a0f7ccd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:40:26.260106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dfb60b4-eea1-4aaf-b888-fd6c91757876", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty doll wearing a wedding dress and sunglasses and holding a glass of wine takes a bath in a gorgeous bathtub with lots of pearls and shells on the water", + "public_commercial_use": false, + "recraft_id": "5f39c467-6c8a-4b4b-8ad9-255a69d49bf4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:01:30.676845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ec39806-bf5d-4e54-9894-ed095c4497a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"LS\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "0d76f944-525a-4f47-8e98-4baa9af8a363", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:25:06.690969Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk stands in front of a burning temple, facing away from the camera a little far", + "public_commercial_use": false, + "recraft_id": "5c71804a-cc7f-47a6-ad95-5b009c0100c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:17:48.357671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccad7560-4635-4f9c-93c1-299de95cf7a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Samoyed is about to shower while drinking wine", + "public_commercial_use": false, + "recraft_id": "d04b98bd-d30e-4a13-96cf-9f440442aa7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:47.198987Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d29c5327-abf5-4fac-84ef-721043dcead5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A FOREST background with small orange-red goldfish as the main characters. The sunlight shines on the goldfish, making their colors vibrant. The edges of the fishbowl are invisible, creating the illusion that the goldfish are swimming freely in the FOREST.", + "public_commercial_use": false, + "recraft_id": "5400b9cf-f5d5-469e-bfd3-700a71bb0d10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:42:41.285891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7156f70d-ab59-4ce1-a352-ef6464ae73cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy mountain, sunshine golden mountain, fireworks, golden retriever, PYH written on the snow", + "public_commercial_use": false, + "recraft_id": "f6b85580-f5a7-45d5-9093-28b93aa7d5f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:07:48.828451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13398720-7ccb-47c4-aa9c-d3b48dc09515", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A British shorthair blue cat sitting on a cliff with a gun and working on a computer", + "public_commercial_use": false, + "recraft_id": "4ebfeb31-c488-4fa7-917c-0dbd7dd3a38d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:18:45.778984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80e4dbc2-f59d-42d1-83d2-1125d3b4d952", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A scene in a Hogwarts herbology classroom, where students are working with magical plants. The room is filled with potted plants, some of which are glowing or moving. A student in Hufflepuff robes carefully handles a venomous tentacula, while another student is taking notes on a mandrake plant. The classroom is bright with sunlight filtering in through large windows, and the professor, a kind but strict wizard, is teaching the students about potion ingredients derived from plants.", + "public_commercial_use": false, + "recraft_id": "f6e8c4a0-52ba-488c-bd1b-38b6e31efda3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:35:21.280907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05b20b7a-0069-4134-8adc-f215f743625c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute kitty with a Santa hat, surrounded by a Christmas tree, butterflies, and bubbles.", + "public_commercial_use": false, + "recraft_id": "4d336adb-8d9d-4e1c-9ee4-aba6919dad8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:50:45.955991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acd150f8-4fd4-42eb-abd7-ba191c3d8d94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, blues, and there is a little teddy bear next to it. The teddy bear is the main body. It is snowing in the sky. Next to it is a Christmas tree, fireworks in the sky, and the seaside", + "public_commercial_use": false, + "recraft_id": "518431e6-3bc2-4de4-b9e5-5694ed17db96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:59.751393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1b20b62-65d0-4bb3-8c55-320eceb1cf8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, under a dark blue night sky, a white long-haired cat and its owner are watching the starry sky in the wilderness. Both the cat and the human are wearing Christmas hats, celebrating the magical night of Christmas.", + "public_commercial_use": false, + "recraft_id": "65314a17-bcd5-45b5-adf7-cdc06d65173d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:08.889009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e42c237-b896-4f69-903c-d8efbe66697e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white and yellow corgi sits in the winter snow, smiling and facing the camera. There are woods in the distance of the snow and the back of Santa Claus in the woods", + "public_commercial_use": false, + "recraft_id": "d9f3c917-6be9-4367-b94b-465c659932b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:36:39.632066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93f48cc8-2046-4022-86ab-31e8826be0d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A young Tibetan man with his back to the camera, dressed in traditional Tibetan costume, stands on a grassland with snow, cattle and sheep", + "public_commercial_use": false, + "recraft_id": "8dc1ccf7-0520-4e71-b95b-03886c312c50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:49:54.72624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c61214c-76e6-4999-9eed-5399454be74e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a messy bed, stacks of books, cigarette, windows, sea side", + "public_commercial_use": false, + "recraft_id": "de06edd7-8c0d-485c-861b-c5944a89b064", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T02:43:53.182158Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12191290-17ec-460c-a010-97923575d534", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hellow Kitty with brown face, wearing a santa hat and princess dress, smiling, a cup of milk tea in hands, indoor, sitting front of computer, christmas tree behind chair, looking at viewer", + "public_commercial_use": false, + "recraft_id": "e9dfc042-5a5f-4a89-ac25-0086fb21d8c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:52:50.910208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fox and a white bird are under a luxuriant Christmas tree. The fox is skinny. The bird is spherical and very tiny.They snuggle together.they are watching fireworks behind them", + "public_commercial_use": false, + "recraft_id": "95914d21-f97a-477c-b319-b62c02f61957", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:24:56.648812Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "db33c13b-8451-4120-92a5-47e7e11c3df6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats wearing party hats celebrating birthday on a couch", + "public_commercial_use": false, + "recraft_id": "deec0309-dbf0-4079-8a0a-19b8de9fa22e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:20:11.152033Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87bdd34b-a0ad-46ec-b965-c43e6a2b34df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snowy beach Christmas tree, two cats with wings playing", + "public_commercial_use": false, + "recraft_id": "efc9a8f8-8d29-42b6-a304-4eb410ffd46c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:51:38.69288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "211b42aa-f206-49fa-ac77-094a3f18d610", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty reading in the princess's room, with dense trees outside the window", + "public_commercial_use": false, + "recraft_id": "3839aef7-652b-4921-97bb-7af1f6cb6584", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:16:01.210633Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13a4d707-dc6a-44dd-8e1c-afbe2070dd92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy white cat Bushy hair Big round eyes Pink fairy wings Flying in a dreamy pink sky ", + "public_commercial_use": false, + "recraft_id": "abbe2cfa-7b8b-4737-9644-56a18e874810", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:28:11.810639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "474466a7-e4af-4ee6-a53d-f3f7e48e2c8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute Hello Kitty cat dolls are on white snow with a Christmas tree at the back and a beach in the background. In the distance, fireworks bloom, mainly in white and pink colors. There are footprints on the beach, ZY YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "589fde5d-1f5b-46fa-bb14-a9c40a8ee712", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:58.15778Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a4e86ee4-4101-4893-a3b5-61fc6bbb22cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A glass of Christmas-inspired mulled wine", + "public_commercial_use": false, + "recraft_id": "4844e87f-2a4e-4d0b-be90-307fd5751114", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:00:33.803701Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b384fcf0-513d-49de-98d5-8048563c0efd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy dog in a space suit, swimming around the galaxy", + "public_commercial_use": false, + "recraft_id": "a9fe91e6-9488-4742-a5c9-fae0bafaeb6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:44:58.494464Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty setting off fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "d11d3c45-3168-417c-9ffc-71b0114b0b55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:34.591959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f66b5ef8-e70d-49bd-ae0f-021e5915a8d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sanrio character reading books, black glass", + "public_commercial_use": false, + "recraft_id": "1a0bc95a-ad30-464b-9d46-06655370635a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:26:32.383766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7c40baa-7dc7-4031-a839-872d57151e2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lego house floating in the sea, ominous vibe, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "e400d489-80dd-4179-a073-39178d14d28c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:21:35.636342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "811d43b4-f635-443e-96ad-585051b9f55a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The white hello kitty stands in front of a small lifting table and works with a keyboard in front of a screen. In her small bedroom, in front of the lifting table is a bed covered with a quilt, and on the right side of the lifting table is a bookshelf full of things.", + "public_commercial_use": false, + "recraft_id": "445d3b74-1561-414d-8caf-05be08f204bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:41:43.28126Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1d82636-82d1-4a99-83e6-88f8f3eedea2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Asian man is at the foot of Mount Fuji, wearing a black ski suit outdoors, with a snowboard next to him and a bird flying in the sky. The man's face is facing the camera, and it's snowing", + "public_commercial_use": false, + "recraft_id": "2bb9aa91-c532-417b-a875-4e6ca054a098", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:43:34.86284Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "de3439c1-faea-475f-981b-5154c5c12982", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a meadow there was a house in the distance", + "public_commercial_use": false, + "recraft_id": "06cb2044-4b22-40dc-aa37-bd6e81f82ae9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:50:52.175645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61b522cb-45a2-42e5-8bb6-55f0eca74183", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a messy bed, stacks of books, cigarette, windows, sea side, a big polar bear", + "public_commercial_use": false, + "recraft_id": "5ab25c84-1b46-43bf-bf02-93b4a0b48005", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:54:45.512408Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clown with a big smile", + "public_commercial_use": false, + "recraft_id": "94c03b21-2a5f-4620-acf0-33c5c0ceef63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:51.583141Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "edfb4324-0cb8-4441-8397-b5342ed95348", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pink cute little hello kitty on a beach wrote the sumayya on the beach sand the name sumayya is with two Y !!!!!! please not one Y its sumayya with two Y!Not sumaya!!! Its two y two y two y!!!!!!!!", + "public_commercial_use": false, + "recraft_id": "dc0d0808-35c8-414a-b588-8763014c8f67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:42:09.750043Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c309ab53-60f6-4911-9081-b4ce91a2984a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple lay side by side in the prairie looking up at the sky, dark and about to be covered by night", + "public_commercial_use": false, + "recraft_id": "bc00c5b9-b54c-4378-9ec0-712f165fbc1e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:26:38.671739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57137e6c-1f81-4b47-9a43-681035f122f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Ragdoll cat wearing sunglasses and a pearl necklace is driving a vintage convertible by the seaside.", + "public_commercial_use": false, + "recraft_id": "8120ca46-4f46-461b-9372-6f67ac9cb464", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:21:52.677898Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "167529a9-855e-447c-ae22-5eb45965f287", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white toy rabbit with a purple necklace drinks a beer next to a champagne-colored teddy dog eating a hamburger", + "public_commercial_use": false, + "recraft_id": "58c9c566-df8f-4f60-b94a-bf9d7d971b24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:05:58.063283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39b5f38f-9d54-4f62-8c82-421b60442d8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are many Tibetan antelopes running on the grass in the wilderness of Coco-Colli, with the Qilian Mountains in the distance.", + "public_commercial_use": false, + "recraft_id": "d72928a7-74af-4d00-a9a2-98623a25abba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:59.113269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc2126de-044b-4497-917a-dfcda3e313da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a cute little Hello Kitty cat in a white angel skirt, surrounded by a Christmas tree adorned with colorful decorations, with snowy ground showing \"cc\" with paw prints. A dreamy blue nightscape with a hint of glittering particles and a surreal effect, with high saturation of colors, but no humans in the scene.", + "public_commercial_use": false, + "recraft_id": "24bdf10c-a1f1-46c5-a30d-c561a6d10e58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:11:53.181982Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c69e7a6-1554-4a5e-9628-002479ebe238", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white kitten wearing a beret holding up a coffee in the snow outside drinking coffee", + "public_commercial_use": false, + "recraft_id": "832b6c8c-701e-431c-bc6a-6ae076b14bb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:52:12.322976Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c32f8f20-d4bb-4157-9e49-89dab817b270", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small tortoiseshell cat and a bigger black cat with red ribbon acting intimately in a dream core birthday party", + "public_commercial_use": false, + "recraft_id": "19519d53-f5b6-4457-840c-e17d3a98432a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:42:31.590124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d88f7be2-2b3e-44c6-ac10-49bcaeccb460", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A jelly cat piglet playing drums in the snow", + "public_commercial_use": false, + "recraft_id": "32191676-7126-486d-ba92-7f5dba9760b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:43:55.424926Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a710a11d-ba8f-4cfb-b37e-c15c416bf8da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large bonfire was blazing in the snow", + "public_commercial_use": false, + "recraft_id": "77a81a4c-359c-475e-969a-17e00e6964c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:14:29.447061Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "dc4541d6-d2f5-4dc2-958e-f41dffcc69c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black white cats in swimming pool filled with color balls", + "public_commercial_use": false, + "recraft_id": "b07f8667-30f7-464e-8491-3a3c2ed752e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:19.669369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d6a70f5-e8c8-4a38-97d2-7122419e5994", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey eating French fries", + "public_commercial_use": false, + "recraft_id": "785a70ad-742e-4317-9c34-e75fb791a3cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:01:48.292345Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d704d29a-e9fb-48bd-825b-0e1f269b8ca3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white-pattern cat playing in the snow", + "public_commercial_use": false, + "recraft_id": "e5965e49-4a3b-4e7d-80df-b5c7f0efcf7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:48:34.739473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dreamy environment of pink flowers, pink butterflies, colorful bubbles, the word \"YOSH\", a guitar, and some tomatoes", + "public_commercial_use": false, + "recraft_id": "761ac3f4-0a79-4301-ab03-f3e0c7f8a07a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:49:30.950754Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66ec6422-c942-4e89-8059-fe27bb694c27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty", + "public_commercial_use": false, + "recraft_id": "35c5c4b2-a47c-4b66-8360-d68902c46dae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:49:35.695494Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1c4a3724-e4b2-4fdc-9fd9-23452d2e8426", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara works calmly in the office", + "public_commercial_use": false, + "recraft_id": "53cee28a-9cb7-4b08-a6c0-472b64a935ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:06:24.525005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62517465-cf7a-4648-95ab-cecd6cbe6227", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Tibetan man with his back to the camera, dressed in traditional Tibetan costume, stands on a grassland with snow and cattle and sheep", + "public_commercial_use": false, + "recraft_id": "b33d09d7-43d1-45cc-a1c9-8770e5e4223e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:00:48.787062Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4761a2fe-5369-4a78-bd5c-ad250896a8a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a silver gradient British Shorthair Cat is driving a racing simulator in the snow", + "public_commercial_use": false, + "recraft_id": "6f08d902-c450-4a91-911c-7b267a2fbd79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:41.858169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07311c78-2336-45c2-ada9-e0cb9fa98c05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black young kitten small face", + "public_commercial_use": false, + "recraft_id": "def3ed7f-f078-47e6-b6a8-ccbc2d739102", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:19:25.097382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e8b884b-fde6-4254-a8bf-cf0125939f5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat skied down the snowy mountain in my ski suit and ski goggles on my head", + "public_commercial_use": false, + "recraft_id": "909bb6bf-a878-420f-b713-a04ab2becf1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:07:27.34826Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2ecd43f0-46da-496e-a5d2-c1235702976f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a real snake is drinking coffee in a cafe ", + "public_commercial_use": false, + "recraft_id": "97c8b859-ffc8-46b0-9043-92d0507d5bee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:55:29.558469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a883e72a-6720-45b4-ba6a-a6130c64bc60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty watches fireworks at the beach by the sea", + "public_commercial_use": false, + "recraft_id": "26daa3f2-662b-4435-bd05-7c2e1231e32a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:57:54.487795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91f35b1c-002e-45c8-8427-639108263576", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Chris written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "c6254e39-23d5-4c8c-a969-c25fa427250d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:39:00.02924Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "074be284-89bb-40c3-b604-ad9ebcef8786", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young Labrador Retriever wearing a Christmas hat sits on the snow, with a small Christmas tree on its left. It was taken at night from a top-down perspective, with flash on, vintage filters, film texture, and lens glare", + "public_commercial_use": false, + "recraft_id": "ee2ac1b5-708a-4e83-81c5-63624190ac04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:02:21.249738Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80334caf-47b0-41cf-9e75-af32b33f83b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat man in a down jacket dancing in the desert in front of a cactus", + "public_commercial_use": false, + "recraft_id": "3f238a57-6a97-4bbf-ab43-b8a1bb8632c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:48:24.835308Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0641d9bb-030c-4542-a3e7-2f0321f8134f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a Hawaiian grass skirt and eating ice cream, with the words \"Love LU&NIU\" written in the distant sand,", + "public_commercial_use": false, + "recraft_id": "61ef0264-6b4d-4310-9198-f9715633f475", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:44.699432Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "64deaf48-b97e-49fa-a4ac-a30003eadedf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty Spinning in the snow", + "public_commercial_use": false, + "recraft_id": "5995eaf6-4f9f-4f3e-b440-b66e1ca5e4d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:13:35.23576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecbb8aab-e368-435c-9c83-acdd1b7191f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a delicate cat lies in the arms of a beautiful person, and sit the coach watch TV ", + "public_commercial_use": false, + "recraft_id": "13494950-0ee0-4f98-afa1-79af87a9fae5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:27:10.767001Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1516ad9f-6704-48b7-b470-63907236880b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lone student walking down an empty corridor at Hogwarts, the soft sound of footsteps echoing on the stone floor. The corridor is dimly lit by magical torches hanging on the walls, and there are moving portraits and tapestries on the sides. The student is wearing the robe of their house and is carrying a small bag filled with magical items. Their expression is thoughtful, as though they are lost in thought about something important. The atmosphere is quiet and serene, with the soft, distant hum of magic in the air.", + "public_commercial_use": false, + "recraft_id": "72739a87-6caf-415e-a458-d99f88889c00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:29:57.999473Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "77acae0e-e265-4ea4-87a6-14b9e5816a15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the empty California beach, there are whales flying in the sky. A pigeon passed my lens, its wings and head visible, but out of focus.", + "public_commercial_use": false, + "recraft_id": "3c54e30c-5876-471c-8eb8-897b19bcb699", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:14.76546Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71370d07-d2f0-4cec-af03-26eb29b4b6ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray and white striped Chinese cat sits in front of an apple macbook with glasses and a cup of coffee on the table by the sea with mountains and cliffs.", + "public_commercial_use": false, + "recraft_id": "89ed4def-7417-4bf7-ad08-4159c980bcae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:02:42.512661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog in sunglasses rides in a hot air balloon.", + "public_commercial_use": false, + "recraft_id": "3f7f1986-d27b-402c-88b0-dae2ef2c650f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:35:08.830383Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10e8529b-34a5-41d5-870d-5ed93faf5c5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black night view street and street lights, photography works, modern street scene shooting, simplicity", + "public_commercial_use": false, + "recraft_id": "424551f0-5749-4c4e-aa20-2704c904db13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:09:12.736024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba313bf8-cf7d-48ed-865f-a4a94758ff80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white kitten wearing sunglasses drinking coffee by a cafe window with a snowy landscape and a forest outside", + "public_commercial_use": false, + "recraft_id": "f2be51da-2138-4961-9e15-69fea92fb9cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:24:22.896943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6906472e-eeb2-46fe-b7f3-19fe1a097208", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british short hair cat (gold fur, more like kiwi color), dressed in something casual, the cat is holding a lox bagels, warm tone, in NYC", + "public_commercial_use": false, + "recraft_id": "0b96db04-82c3-45bc-bf65-a2b07e1ce0fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:46:23.961182Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46b04e73-6b97-499d-8b15-8832b8b0ee72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cityscape at sunset with a skyline featuring retro architecture and a bustling street filled with fashion trends from the early 2000s.", + "public_commercial_use": false, + "recraft_id": "4d5dde10-c7df-4c82-9e92-5ea29dad57a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:29:58.738706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "409ab212-9697-400b-a824-28e306df5bca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A schnauzer wearing sunglasses is standing in the snow no covering on its body.", + "public_commercial_use": false, + "recraft_id": "15e74a5a-19df-453f-900a-b89b02aab8fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:14:16.872346Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "16ee6042-5431-48fd-8fe0-3eb0dcef273f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A closed book with a completely white cover", + "public_commercial_use": false, + "recraft_id": "109c3ab5-905d-4cd5-8b90-90e27069e132", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:10:09.820327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4092e409-799b-4e4a-9e23-794813b01b19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bichon in iceland, north light, firework, landcruiser in the back", + "public_commercial_use": false, + "recraft_id": "c2efb5ba-2f55-41cb-8b9a-fc1e5aaf148a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:06:13.328822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fat white hedgehog wearing a hat plays the red bass, on grassland with white flowers interspersed, in Xinjiang China in spring ", + "public_commercial_use": false, + "recraft_id": "036b6c43-e19b-4d64-bab4-593381d074a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:59:03.00409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a110709-cc09-4bf7-b76a-9b3a7a8086c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora in the blues moment, a little cat and spotted deer by the seaside, with waves and waves crashing", + "public_commercial_use": false, + "recraft_id": "f1ff10a0-a489-4592-ae56-db6cfc21996e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:39:35.138132Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "037bec8a-15de-473c-88ac-7db467ba2d75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a garden full of flowers, Hello Kitty is lying in the sun and sleeping", + "public_commercial_use": false, + "recraft_id": "09aa0457-89fc-4949-924a-fc8edbb57577", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:57:52.051876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "006b779f-2e23-4eed-a3a4-69ad19619f7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Buzz Lightyear Snow View Disney 2.24 birthday cake", + "public_commercial_use": false, + "recraft_id": "e4feef4d-e3b3-4cef-9f24-696815a87c5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:40:12.647154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy is driving a convertible by the seaside at sunset", + "public_commercial_use": false, + "recraft_id": "910b7bfb-2ed8-4bfb-bbbd-b96824291d68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:29:00.730266Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "89212281-fd2b-45a6-81a0-60585919a98e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black white pigs swim in a narrow river next to the valleys", + "public_commercial_use": false, + "recraft_id": "4bdb09c6-c1fd-4c86-99f0-93a9c64d12e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:35:16.398883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e09fc3c6-6565-46f1-b35a-47a8213f4aa0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland puppy in a white coat with a stethoscope is eating pizza.", + "public_commercial_use": false, + "recraft_id": "7e19e3d9-652e-464e-9be8-c90068fed729", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:25.904237Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bread doll sits at the dinner table, sipping coffee while watching the sunrise", + "public_commercial_use": false, + "recraft_id": "823051bb-89d8-4fae-88ec-e673355ccceb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:06.651578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f27d7b1-5e99-4c3f-bf1a-879d07f662fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable pug pup with white-framed sunglasses, a watermelon hat on his head, a pink collar with bells around his neck, and a red wine glass, watching the Aurora Borealis!", + "public_commercial_use": false, + "recraft_id": "9a9fd591-42bc-4dc1-913c-208e23051c1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:49:45.078574Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cab844f-c772-4267-8499-6ab0265a401c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink rabbit is holding a bouquet of roses under the starry sky", + "public_commercial_use": false, + "recraft_id": "363621a5-059f-46f5-97bb-67419326e882", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:43:23.742737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11fb4ee6-d449-4d02-ab4f-a0046e8ede71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white Samoyed dog next to the word 'Tiawwny' written on the snow, with an aurora background. The word 'Tiawwny' is clearly visible and surrounded by snow, with vibrant and colorful auroras in the sky.", + "public_commercial_use": false, + "recraft_id": "1c190ccc-fa0d-4e4f-8aec-fd5822f02f44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:43:17.591092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f886fe82-3453-4a6a-9f98-ef07a2346d7f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, blues, the word \"YJR\" is written on the snow, and there is a small teddy bear next to it. The teddy bear is the main body, snow is falling in the air, and there is a Christmas tree next to it.", + "public_commercial_use": false, + "recraft_id": "4d2f260f-749e-4966-9658-a15bec257524", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:50:43.869399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccc476c8-14dd-4d93-ae92-f9ed06200a94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her in a blue, cold picture", + "public_commercial_use": false, + "recraft_id": "e5f2e106-9cec-4d31-81ca-31dc5fde7ab1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:33:43.076785Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6f5c80e5-c610-408d-8dea-3f7bbcd557ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute snow-white Samoyed puppy with no yellow in it and a little black cat sit together in the snow, their heads close together, looking at the camera", + "public_commercial_use": false, + "recraft_id": "3085e20a-fb9c-4512-92da-30f51ae1df5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:28:04.759002Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5ff21b45-6e7c-4f52-976e-16f74c233163", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely otter plays in the snow", + "public_commercial_use": false, + "recraft_id": "73b6635f-2806-4c6b-b697-93ddb3d44e2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:18:33.448551Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e20e74e2-5a59-4b49-a8b1-22d98c1638ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clothing store built with green transparent blocks, with several beige clothes hanging inside", + "public_commercial_use": false, + "recraft_id": "7f4cc139-06a5-4c38-8d55-33bb39625a03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:39:31.688517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5020ce22-dfd3-49a8-ad08-76602d9b945c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fluffy rabbit puppet, wearing green sunglasses, is lying on the green grass and sunbathing.", + "public_commercial_use": false, + "recraft_id": "9725ea1f-0662-4b55-b03d-38d8e2196c86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:14:03.062607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb9ba910-6dfd-4cdf-825c-420dc3f16dbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little tiger dressed in a grey jumper and sweatpants beside a Canon camera", + "public_commercial_use": false, + "recraft_id": "96b0f983-802a-40ff-9542-131bd6636a39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:00:09.736019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6b73661-49fd-4d65-abc3-7073b895c5a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas", + "public_commercial_use": false, + "recraft_id": "9b621fa4-10f6-4222-955b-9b60097b2086", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T01:31:55.784232Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "136f4afb-1161-4771-8c1e-24bce0a0c19f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big Lucky cat in the river ,lucky cat is made by plastics", + "public_commercial_use": false, + "recraft_id": "af1ca3a7-a6d0-470c-981d-879ef713d7bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T04:23:04.145038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e983f04-04da-4ae3-b1b0-efc5a1689c7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british short hair cat (gold fur, more like kiwi color), dressed in something casual, getting bagels, warm tone, in NYC", + "public_commercial_use": false, + "recraft_id": "38b7aed2-8013-4b7a-98c9-f83043dfcfb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:08:58.725961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fc547f3-551e-4d11-832b-973cd662582a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is photographed under a Japanese shrine with the beautiful sea in the distance.", + "public_commercial_use": false, + "recraft_id": "83fc73ae-51dd-4cb6-b00b-280ec9eefddf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:33:15.841413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67174b83-0a7c-4367-b257-a2a7a352e64a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is taking a bath in the pink bathroom wearing a headscarf, with many bubbles floating in the air", + "public_commercial_use": false, + "recraft_id": "0b2f7453-8821-4aa3-8d3d-e0ed155fb7c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:39:18.077811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e38f4a86-a824-4896-8f3b-04a49d446d73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink dreamy environment with butterflies, bubbles, the word \"YOSH\" in the house, and a guitar", + "public_commercial_use": false, + "recraft_id": "69899fa3-b7d5-4b4e-8b85-687f9530aeeb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:57:07.20172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe0cf8fd-003d-4d59-9c02-8e0ebf907145", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat vomiting a rainbow", + "public_commercial_use": false, + "recraft_id": "6d8f023f-56f3-40e4-95df-3cec12f0b888", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:34:01.006557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24444218-5a14-4299-ab44-fd8e58a80e7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese man is at the foot of Mount Fuji, wearing a black ski suit with skis next to him. The sky is pink and birds are flying in the sky. The man's face is facing the camera, and it's raining and snowing", + "public_commercial_use": false, + "recraft_id": "e5bd9d7e-9ea4-40c7-9719-38f33aee5d56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:57:32.262363Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c20f5e23-6097-4955-8357-29b6e8557647", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Avalokitesvara, fox, lotus flower, offering table, burning incense and praying people", + "public_commercial_use": false, + "recraft_id": "194d0ed5-fcc1-4681-b486-4b5838d3a646", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:10:50.996129Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a1e2298-7652-465d-a3f8-ddf757b25721", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The lovely little otter is making cupcakes in the family kitchen, wearing a chef's hat, an apron and holding a whisk.", + "public_commercial_use": false, + "recraft_id": "7a842f40-c4c1-4f66-a5e1-85b62d38e086", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:12:29.30029Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "92e79721-9540-4513-8fe8-ae212eb5277c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black white cats in hotel room bed filled with feather", + "public_commercial_use": false, + "recraft_id": "ca7af8f3-6bbd-47b5-8840-370dcea40391", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:14:28.938852Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a69d0c4-b79b-40c4-8ef7-a8226e23659a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray furry kitten with a round head and eyes, walking towards its owner with a wagging tail, in a dreamcore style.", + "public_commercial_use": false, + "recraft_id": "8eaa51c0-bcda-4796-84f8-cd04ff035699", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:23:51.74712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown toy poodle wearing sunglasses and a pearl necklace is driving a vintage convertible, with a background full of cacti.", + "public_commercial_use": false, + "recraft_id": "b529fd80-dbf0-43e5-805e-14d4a0022784", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:09:46.211464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b775ac1-8765-4ff2-b884-4975d4beb59d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A leather sofa placed in the waves", + "public_commercial_use": false, + "recraft_id": "9bfa45ef-734a-4ea5-8175-b142d0e75e93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:36:21.02823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "153729cb-abb2-45c0-93f9-31f9b6edca9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large and cozy room with white windows, a deep blue sky with stars and light snow outside, and a golden haired puppy standing by the bed looking out the window", + "public_commercial_use": false, + "recraft_id": "58692ce5-8582-46da-8edb-e8074b7cb1b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:38:25.792349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfc40835-3e5d-4051-a70a-74be5358790b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beach by the sea, a black cat, a white cat, bubbles", + "public_commercial_use": false, + "recraft_id": "a9091cce-4743-43de-b375-09a2a7d642c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:24.596163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d220540c-cc85-4c37-ad40-31f24dd0faa9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty wearing a bikini, eating ice cream on the beach in Hawaii, with \"LU&NIU\" written on the sand,", + "public_commercial_use": false, + "recraft_id": "efd7b013-b99b-479d-8e29-bced9203d037", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:33.06474Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "550201fb-f83e-4eac-bdf7-7739ae69ff4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light brown teddy dog wearing a Santa hat, eating Western food with a knife and fork, and wine, with candles on the table and a Christmas tree in the background", + "public_commercial_use": false, + "recraft_id": "eedf7be8-475a-41e2-bae4-f964a117c074", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:56:39.548083Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "573369bc-9693-493a-87c4-1c6e6938b9ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big pink Hello Kitty doll is running and smoking, and it is holding a huge red box with the words \"miniso blind box\" written on it.", + "public_commercial_use": false, + "recraft_id": "7ef84e4e-1fde-4318-a1dd-dc249372534b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:52:32.962403Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1e43d66b-3e4b-4fc7-ab49-8b572a172f5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clown with a knife", + "public_commercial_use": false, + "recraft_id": "7c8efa6d-b62d-4c35-a426-9bcdc3bb3f7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:33:05.988689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bae23d2b-f2c9-48c1-9644-6ecea3536db9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blossom flower in winter or maybe in the snow to show the miss of the passed one", + "public_commercial_use": false, + "recraft_id": "47c582e5-2d24-4fe1-9301-22142f011b55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:30:22.792854Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5f80d678-be9f-41e6-b68b-14ad5937646c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowfield, there is a UFO in the sky. Close by, a cute big cat is dancing with a glass of red wine in its hand, and several butterflies are flying around it.", + "public_commercial_use": false, + "recraft_id": "a4dff0ce-8b02-4bb3-9e57-ad478c033493", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:36:27.681591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79275168-7b3b-4a04-bafd-a97475beadb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"TWQ&CXY\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "9f021827-2769-4c9c-addd-2bd5b12c38a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:53:11.059473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a854b33-8471-4045-bab3-be3602bb82bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kinkaku-ji Temple in Kyoto, Japan, is burning in the snow. ", + "public_commercial_use": false, + "recraft_id": "beb14b23-3409-4553-a61a-818f5ce92ac8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T02:32:13.26938Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4e06b555-6961-4bdc-980d-8370b5a5866f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red panda playing skateboard", + "public_commercial_use": false, + "recraft_id": "eed522a1-a516-4f3b-9c6f-2fa48f5a778f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:10:14.51061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2be74d6c-1a0d-4295-8fee-88bc5c74c11e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"XYQ\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "2ca08774-0d4b-4ca0-bc6b-352b2097e1ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:16:20.961372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ad96f8b-6dac-4150-b9ce-07a7cd505bdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an artwork about film camera and film photo, darkroom, red", + "public_commercial_use": false, + "recraft_id": "183cbd43-93b4-454b-b184-5eb3393691e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:56.858256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "985ce77b-cb10-422d-b1bc-875cf464f8eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little fox holding a camera", + "public_commercial_use": false, + "recraft_id": "945107a2-d5a1-4fae-ba97-2cc31f126e66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:11:14.044929Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7d6b2724-b911-47a4-9989-a0ea30d95b95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk is meditating in front of a fish tank where there is a strange piranha", + "public_commercial_use": false, + "recraft_id": "d846ddd9-2b3b-49ab-a5a0-3bb9681c8779", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:21.983967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7d5264a-6754-4eaf-9ffe-f95db7c15dad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a tired cat wearing a shirt setting infront of computer with cup of coffee at office", + "public_commercial_use": false, + "recraft_id": "481c82a7-a11c-4021-8a6e-3eb27757f8e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:46:36.060931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03e1f591-6e98-4051-b54a-3a9098b16039", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Basketball star Kobe Bryant flew a plane and hit the Petronas Twin Towers", + "public_commercial_use": false, + "recraft_id": "e77f9a89-b26f-47c7-91d7-e0a0c061f4b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:09:57.447679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81cfd01d-4773-415f-a9d6-ea5880a57f1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown and white rabbit wearing a birthday hat, there is a birthday cake in front of the rabbit and there are balloons in the room.", + "public_commercial_use": false, + "recraft_id": "6236bf45-37a8-42cc-bcef-74a1c6728713", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:54:03.194646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef1c08c1-1a88-4e68-aa18-be89f43ed7ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Pikachu, with a pineapple as the body, on a warm bed", + "public_commercial_use": false, + "recraft_id": "553f4ea1-09ba-47b0-aa95-035c2a66e518", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:37:05.021934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b9c7216-e752-46bc-9a4e-e9382dd94de2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Autumn leaves falling down like pieces into placeAnd I can picture it after all these days", + "public_commercial_use": false, + "recraft_id": "50d5783a-b5e6-4c96-a71e-99f00496a2aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:00:59.888901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b77487db-e5f2-46af-aef3-2e859c701340", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A White Chihuahua covered with a thick quilt sleep comfortably in their beds in the dark of winter.", + "public_commercial_use": false, + "recraft_id": "3510ec99-944b-4dcd-b673-f37a7bcefc11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:38.154727Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d683ed6e-8b64-4912-8684-979ed5fae67c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gu'y is playing with a cute kitten", + "public_commercial_use": false, + "recraft_id": "106fca94-f709-46e2-82c7-a4e556a4dbc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:50:43.477887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b70567b0-d825-43db-9d82-244d3760a317", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese is building a huge Chinese ancient wooden sailboat.", + "public_commercial_use": false, + "recraft_id": "73efc239-baa0-462e-8db5-b55112687383", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:59:32.554817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91adb258-1d6e-4ef2-94b8-3b4ecf39311b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is covered with blood and walks in the blood mist.", + "public_commercial_use": false, + "recraft_id": "65475ff6-f80e-49ad-8850-ca86af1fa9c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:09:46.64902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small elephant sitting in a circus tent, with a dreamy and surreal atmosphere, soft pastel colors, blurry edges, dreamcore aesthetic, hazy light, gentle focus.", + "public_commercial_use": false, + "recraft_id": "a5d9335c-52f7-4710-8c1a-144a6323cef8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:12:26.736174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e69c74f-b747-44bd-aa24-7166a2eaf4d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hello kitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Rilly&Ariel written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "105ff6f4-4dfb-482d-9aba-70570e8e3afb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:37.684126Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fab6c27e-3762-475d-8ad6-a07d7a691850", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat lying on a blue sofa", + "public_commercial_use": false, + "recraft_id": "a47c249a-dd34-439d-90f9-f84061608812", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:32.053548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5a6b967-4048-4364-ac28-5a0a6bb6993c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree made of books and wine glasses on the top.", + "public_commercial_use": false, + "recraft_id": "32074924-3d98-4f08-a3fb-51caeb7ec9ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:03.268647Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4670cbe7-50ce-438e-bb58-ec6208f11bf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty and friend", + "public_commercial_use": false, + "recraft_id": "7a6533fe-5687-47c9-bdd7-06cfbab5b63f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:17.939925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b38c8b77-253b-41cd-b78a-f26fb97468c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snowy night, blue sky (usually described in contrast or imagination), a white long-haired cat wearing a red hat, Christmas", + "public_commercial_use": false, + "recraft_id": "35607da1-1498-475d-846a-f180d44139d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:19:07.770712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54dc597f-2d9f-4b21-804e-1e8d8f27942b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat is smoking", + "public_commercial_use": false, + "recraft_id": "9acef2e1-26a0-4bad-9455-ffc20aec0d48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:24:29.432764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown toy poodle wearing sunglasses and a pearl necklace is driving a vintage convertible, near the beach", + "public_commercial_use": false, + "recraft_id": "9543d949-7cfa-49b3-a093-260261287712", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:59:12.267499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b82995e5-f23b-4822-a8b1-c37eb9741f62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white rabbit wearing glass frames working in the office ", + "public_commercial_use": false, + "recraft_id": "3492d32c-c053-4e05-a718-c7f7ebc50f34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:37:32.64876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0321794b-3de7-4cb5-b50b-13b9b8a929cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Labrador dog wearing shirt and glasses that looking at its Mackbook screen ", + "public_commercial_use": false, + "recraft_id": "7cbeb88b-c998-4999-a56e-1b9c2d498d97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:59:11.739615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2f0bd07-22a2-4571-ba0e-c678bf1cacb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute dog flying on cloud ", + "public_commercial_use": false, + "recraft_id": "f589a05e-094a-415e-b2d8-71dbac62e90a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:02:11.626238Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "db760b31-9f25-4ca9-82c6-e8f928d3d1bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy scene with a castle in Disneyland as the background, fireworks in the sky, and the words \"happy birthday to YZZ\" written on the snow. Next to it is a plush toy wearing a Christmas hat, Hello Kitty Cat and Stitch, Christmas tree, 3D, retro filter", + "public_commercial_use": false, + "recraft_id": "6f4fa3a7-03b0-4542-9839-04f853e77b7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:40:24.528175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e94d5e08-ccbc-4719-adb9-0d53312650f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "An apple on the shoulder", + "public_commercial_use": false, + "recraft_id": "fd7ddfae-e50e-453a-b160-b733c5a20b37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T03:21:24.201442Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0ef1210-b0ee-4703-b86f-d6da2dd60947", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat runs after a lot of butterfly on the snow. Fireworks rise in the foreground. ", + "public_commercial_use": false, + "recraft_id": "aab6b1ab-280f-4634-908a-961e3abbefe1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:25:24.648842Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "912b6501-efc6-460f-b060-dec07fe3691f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the hello kitty on the right wearing blue clothes,add two hello kitty sitting together,the words \"LJY&SZF\" written on the snow", + "public_commercial_use": false, + "recraft_id": "1614c653-20b0-4500-85c8-b6644d675e72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:56:29.593344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84c47be1-184f-47a6-b0a5-19852bc275ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A orange cat, snows, fireworks, magic, stars, the cat is in the crystal ball, pink clouds", + "public_commercial_use": false, + "recraft_id": "8e42510c-8789-4354-93dc-72348d759e4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:28:41.03803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "586567a0-629c-44fd-a18f-d6cd56c35fa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fox blowing bubble gum playing in the snow, there are a lot of bubble gum floating in the air, in the snow written Yeonjun", + "public_commercial_use": false, + "recraft_id": "c151f4c8-5844-4c0c-8962-ab8602dd4128", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:47:40.758979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b995f21-eb68-4793-9852-aaa6ccfa6c02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three little white cats wearing Christmas hats stand in the snow, with many gifts hanging from the high Christmas tree next to them", + "public_commercial_use": false, + "recraft_id": "ca62c4db-26b4-4e6c-b9a2-bc7243d87996", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:37:10.264135Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6bef09e3-4cfe-45fc-8c53-4a28f43b0366", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A milky white French Bulldog in the office work, helpless", + "public_commercial_use": false, + "recraft_id": "1cf38441-b458-4404-9bcf-37622f5ca4f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:53:34.617636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An elegant Siamese cat lying on a soft blanket, with a book nearby", + "public_commercial_use": false, + "recraft_id": "9482af91-7129-4fa0-b81e-7cf63871569f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:51:48.899262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "145e66fd-dd73-4ebe-81a9-e084ad129445", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired, blue-eyed, black-and-white symmetrical-faced tuxedo cat watches fireworks by the seaside.", + "public_commercial_use": false, + "recraft_id": "4b819f5f-2354-4234-8850-cd593aae7d8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:50:39.832416Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8aa3aea-3a84-4115-97ae-982e51e99457", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white fox and a white bird are watching fireworks under a luxuriant Christmas tree. The fox is skinny. The bird is spherical and very tiny.They snuggle together.", + "public_commercial_use": false, + "recraft_id": "67466d1c-f695-4910-96d1-e647f4cdf2bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:14:00.439923Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ad14b1a-c256-4a91-af6b-7b810e84847b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a chocolate fondant cut in half, ominous vibe, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "da21eb10-8d45-45ab-a554-497ff2c942ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:25:27.547067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "961ba449-5fdf-465c-b65c-37e8ded1dbe3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters \"CYJ\" printed on the snow", + "public_commercial_use": false, + "recraft_id": "54fab6ac-e33f-434f-a5ef-d42c8ebdc237", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:36:30.802776Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "a8a61eaa-308f-4457-b884-03763ef13b62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The name of riwoo and leehan was written in the snow under a night sky with many stars, next to a big Christmas tree and many gift boxes", + "public_commercial_use": false, + "recraft_id": "bd814fbf-8252-44ae-95c4-f159e5fad13e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:48:17.9624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d562e86-f767-4226-a1b3-8a7bdd1c6031", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A orange cat, snows, fireworks, magic, stars", + "public_commercial_use": false, + "recraft_id": "ff077df5-dcf9-4e2b-925b-a191b290ae28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:39:50.498364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d3e8cc6-65a2-4e99-90d1-feda749e01e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is sitting in a cozy and dreamy environment with a TV, wallpaper with fish patterns, and the Jun logo on the TV.", + "public_commercial_use": false, + "recraft_id": "038d0d06-ec7e-4761-9853-0fefcdb9c5aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:30:14.110243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffdcac15-ecc3-4e88-a5d1-2f336c4821dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a big head Hello Kitty is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a pole. big head shot.", + "public_commercial_use": false, + "recraft_id": "223602d5-9785-42e6-afb5-7d57e46f8210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:03:08.928421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1a698ed-24bc-4f7d-b061-f148c786f682", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british short hair cat (gold fur, more like kiwi color), green eyes, useing juki sewing machine to sew garments (maybe dresses). And she's sewing in a fashion studio, fitting dressform are in the background. warm tone", + "public_commercial_use": false, + "recraft_id": "7aaa788d-43f6-4862-9b14-eb062066a024", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:13:42.957816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bf9a2ab-91f5-4ddc-bd67-739f4a995007", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Close up shot of a lady sitting on a carpet, frontal face, looking at the camera, vintage dress, holding a dragon in her arms, pink glittery dragon, dream core", + "public_commercial_use": false, + "recraft_id": "c7bb6900-bd1d-42a6-81c4-39e271bab89b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:04:56.051886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "211d2b53-823e-42da-92ce-d64bf99f4de1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog is running and laughing while floating in the air, surrounded by his favorite toys, with a background of the sky and a grassy field.", + "public_commercial_use": false, + "recraft_id": "0207498e-4be0-49a2-9e80-b866da6d934b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:28:33.093807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e5cfab5-df59-4e58-a7ba-2c72e54f79cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Cinnamoroll uses the computer", + "public_commercial_use": false, + "recraft_id": "83e2918b-a1d3-449c-ba2d-0ed769b8075d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:53:17.851664Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2a56c754-7ce6-42b6-ba7c-269b9f54cfd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty with birthday on November 29", + "public_commercial_use": false, + "recraft_id": "8e77c0cd-ebb4-4b04-b5d1-53601fbfcab3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:45:49.229727Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "44ed942c-7a20-4869-8698-5ede52d8701d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a birthday cake written on 'THM Happy 24th birthday',putting on a table, with flowers. some hearts is floating, ", + "public_commercial_use": false, + "recraft_id": "b4e2f694-69b1-476d-8fb4-15f5bed8c3da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:30.190562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3358d4b7-efcc-4382-8cc0-0f98024d736f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten and a puppy sleep on a soft bed.", + "public_commercial_use": false, + "recraft_id": "50de302e-5f1f-4885-9d5d-94c1149114d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:39.98502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82223b35-01c8-4c8f-bf36-5b9ca4645554", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"In a 1990s Chinese guesthouse room, the scene captures a nostalgic and rustic atmosphere. The room features three single beds, two wooden chairs, and a simple washbasin stand. The walls are worn and peeling, showing the passage of time. A window overlooks the sea, framed by thick, gray-black clouds on an overcast day. At the end of the corridor lies a shared bathroom. Near the window, a small table holds a bright red thermos flask, adding a vivid pop of color to the subdued setting.", + "public_commercial_use": false, + "recraft_id": "964d54c3-9464-48d4-a97f-513f7056bff4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:21:02.359786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf293445-b037-495f-984d-5ecd31f09ded", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "create a image with this dog. The background is snow with polar light. The dog is creamy gold and white boader collie. The dog is running", + "public_commercial_use": false, + "recraft_id": "c2eed04a-69ad-41c3-80eb-4c6a9c388875", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:20:26.012548Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty cozy by fireplace, warm and happy, soft lighting, homey atmosphere, peaceful ambiance, joyful, winter scene", + "public_commercial_use": false, + "recraft_id": "9607e60b-0330-4a40-870e-68b65695eebf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:14:03.997418Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e95e7e6-8485-4bc6-a5c3-6759e282b4dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland wears a scarf, has wings on the back, plays in the snow, and bubbles", + "public_commercial_use": false, + "recraft_id": "eabcf21f-2c2e-4f49-a080-cee81ef84aaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:18.796289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ed10266-04d1-4a0c-8437-dd4b52ac7850", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A round-face brown poodle surrounds with a bunch of teddy ", + "public_commercial_use": false, + "recraft_id": "456793b7-fefb-44ee-a5c3-93174391e3fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:35:01.735071Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ae04c4bb-849b-47d5-823f-11b5f8491e41", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "mulled wine, tom yum soup,Living room.", + "public_commercial_use": false, + "recraft_id": "3855bae7-42f5-4f6c-b418-fcaa9677ebb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:40:24.759663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little cat wearing a scarf is playing in the snow, with snowflakes falling on its nose tip", + "public_commercial_use": false, + "recraft_id": "9c4a641f-9af9-4b17-93b2-c818608617e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:34:34.876889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty doll wearing a bikini and sunglasses in front of an ornate fountain that spews pearls and shells", + "public_commercial_use": false, + "recraft_id": "eeaeb58f-c416-41ce-b5e4-388db2f0ec2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:33.543481Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fe24637-943d-4976-8264-54bde2e6dfcc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apple ", + "public_commercial_use": false, + "recraft_id": "d1186218-e044-4bb8-ab5d-f2508850b6fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T02:45:48.432583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdf89a71-4aa3-423f-b80a-d8a828b06a37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of handsome guys running on a snowy day", + "public_commercial_use": false, + "recraft_id": "726fe411-7bf5-4ab3-9d42-835f9b1f451d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:48:15.531514Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "87808139-76e5-42cb-823e-42533eab2d0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tooth with a cracked tooth", + "public_commercial_use": false, + "recraft_id": "4d99208f-32b4-4681-ae0a-19ddab6cf9c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:37.715339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a12a8a92-7a46-40de-a45f-bbcb5d442077", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a yellow cat sitting at a swing near sea,the sky is grey,cloudy,wind blowing", + "public_commercial_use": false, + "recraft_id": "be4e5631-aac1-4a71-9428-6eacd4b1f925", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:00:13.940607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb6159b6-a5ad-42af-945e-e5444103d046", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten with wings and a white kitten on the snow", + "public_commercial_use": false, + "recraft_id": "821163d2-f6e5-4fe4-848a-ca8b36b647d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:08:56.026305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b9ce971-b55a-4cfd-974a-5f3cc25fbddf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white puppy wearing Christmas clothes is running on the grass with snow capped mountains behind it", + "public_commercial_use": false, + "recraft_id": "d102dd0d-3d86-4ef2-94b0-ce326bc2eb88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:45:06.201134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa80364a-9c6d-4d9f-90db-4085f255c4f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"SUNCE\" in the snow, snow, beach, a hellokiitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "3c804d5c-ee81-4e67-8ec4-4a97568ee39a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:59:34.516681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89e26d1b-8e68-4924-9bda-e074469a67fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cats watching grand fireworks at sunset by the seaside", + "public_commercial_use": false, + "recraft_id": "9be2dbbb-3054-491c-abc4-60dc94784110", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:17.103356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dbd29e7-3bce-4a5e-a048-003dcbe88558", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fox holding a Hasselblad X2D", + "public_commercial_use": false, + "recraft_id": "9bcb0aad-0748-4ac0-bfda-cef38c3bb192", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:10:35.981066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bde26e75-82b9-408b-bf11-0de1f16cac2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A busily working cat with glasses and a computer in front of it", + "public_commercial_use": false, + "recraft_id": "91770b7f-4df9-4c9e-87b6-db957008470c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:37:59.752686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a4d7a2b-cb5d-4add-9930-ba0aadefca8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little cute furry pink piggie in the snow celebrating christmas ", + "public_commercial_use": false, + "recraft_id": "0c3e3111-5be7-4110-9ef2-c55bb4addfa2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:14:51.350168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f0b380d-abea-409c-82a3-7f84fa653b95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey mouse wrote xxw and a Christmas tree in the snow.", + "public_commercial_use": false, + "recraft_id": "1f0312c0-ef0f-4acb-beff-cf1823e0eb5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:29:42.041534Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "307d0eb1-561e-40bc-92c0-bcbb88ebb080", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An cute Axolotl sit on the table using macbook", + "public_commercial_use": false, + "recraft_id": "0abec842-daad-4061-a5bc-3e8beb409922", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:50:43.999505Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ebd0090-e5e8-4f12-9483-1a4d6f93d760", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree in the snow, and a chef cat is making a cake next to it", + "public_commercial_use": false, + "recraft_id": "ebf627e6-ec44-4bc3-85fa-374ca8a454c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:19.168128Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "490d5553-dd78-4577-826b-3b59c3ed51ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hamster in chef's suit", + "public_commercial_use": false, + "recraft_id": "4cc61de0-b766-4f11-baa9-f4277644c614", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:07:28.86447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7cd4b861-bf00-490a-a845-f9e282903ef7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A steamed bun on a steamer, distant view, S-shaped composition, illustration,a style of Illustrator naralalana,masterpiece,", + "public_commercial_use": false, + "recraft_id": "02259674-050c-4797-a2e1-e1b7fe7d823f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:07:22.32975Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "caf02615-8e36-4525-b929-c32061139903", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white rabbit vacations by the sea on a sunny day", + "public_commercial_use": false, + "recraft_id": "cb03deed-1fd3-4d19-815c-0d0a2b1c9795", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:07:41.730906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "362f0e6d-2176-4c97-9b37-8c18ff63b734", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A tuxedo cat with a spray paint bottle doodles the words painsitic on the balcony of a brick house at the top of a hill", + "public_commercial_use": false, + "recraft_id": "d1dcb6fd-d852-462e-99a4-36198e44ecf6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:24.815605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47cd88b7-cbad-44a5-b8fc-ab90ccd586fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dreamcore theme: Goldfish swimming in the blue sky, REAL SKY, NO HUMAN", + "public_commercial_use": false, + "recraft_id": "126affa5-0a2b-4156-80a0-0002e519b002", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:47.615724Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5c2b888-ef47-4814-a6d5-8c5a6023bd3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy white cat with a pair of pink wings on the back Seems to have come out of a dream The sky is the Milky Way and the aurora Lesser Snow is very dreamy The feeling of the dream core is very heavy blues ", + "public_commercial_use": false, + "recraft_id": "d4d67e95-7259-421e-a884-0b96ea668502", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:10:05.69273Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5ceed57e-43db-4652-838c-e21b3e627df2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sparrowin standing in front of the mirror and looked at herself like a princess.", + "public_commercial_use": false, + "recraft_id": "44c70eaa-c5db-43fb-a5d1-76a31b2fbb14", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:23:06.149181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5505d3aa-9c96-4883-a68c-1188a8820d6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit with a purple necklace drinks a beer next to a champagne-colored teddy dog eating a hamburger", + "public_commercial_use": false, + "recraft_id": "5bf17fa8-e1b3-472f-b087-a37c8181907d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:23:34.004693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7517c42b-ee4c-45f6-b4f8-64be7cc151a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flying raven holds a shiny diamond ring in its beak, against a dark night background", + "public_commercial_use": false, + "recraft_id": "ed016eaf-61c9-4111-acf2-1b891c0ec0a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:07:04.02617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c6476be-5a71-442e-9b7f-a8bd75d8f0f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pool of water in the middle of a bamboo forest has a flower petal on top of it, a young Asian man is soaking in the water, showing his back, the man is enjoying the warm water", + "public_commercial_use": false, + "recraft_id": "f6658244-661e-4064-9237-fea75a57fc7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:22:36.954826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c8650cb-2b49-4ba6-86da-4e66215486c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black long haired cat wrapped in a headscarf, holding coffee in both hands and smiling happily with its mouth open, against the backdrop of an explosive environment", + "public_commercial_use": false, + "recraft_id": "a9166f83-8264-406f-ab34-f8241d231762", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:29:40.504002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ab4727a2-caeb-40ae-aa94-8fe94678cc2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a big head Hello Kitty Cat is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a pole. big head shot.", + "public_commercial_use": false, + "recraft_id": "e7e8bb95-000d-425c-978a-48e04f447015", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:30:49.71351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff71a7e1-652c-4e76-be8c-c1cce6599ce3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Asian women in wedding dresses in the snow, black sky colored fireworks, empty snow", + "public_commercial_use": false, + "recraft_id": "0df46606-1888-4556-88b9-e97355a4b4ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-05T04:19:16.467501Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "976546d9-f07b-4ce9-924c-c925c66c236a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A plush hello kitty is sad at work", + "public_commercial_use": false, + "recraft_id": "a9eee6df-9b37-49ba-b41e-ae009f950789", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:09.212381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "feff7bad-4a5a-4e10-8ee4-541749104eb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty stands in front of a glacier with the sunset behind her, and a baby polar bear next to her, a sign warning of polar bears on the other side. The overall color of the picture is blue and cold", + "public_commercial_use": false, + "recraft_id": "911f6fba-dabd-4707-b3ca-70a3a641c763", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:43:58.002736Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "c188fa25-32af-4f29-b1c2-3e4a461a05c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fountain sprays lots of jewels, a scarf", + "public_commercial_use": false, + "recraft_id": "f8303d41-bcc5-4c02-9716-f5bede27901a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:44:25.569011Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6096bf71-6b7e-42ba-878b-abb6413fec2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A close picture of a puppy wearing glasses", + "public_commercial_use": false, + "recraft_id": "4dc2f79a-6204-471d-88c4-b5bac527fe93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:48:10.975164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d53e9e6e-55b6-431d-8b4a-e141fc6e9543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her", + "public_commercial_use": false, + "recraft_id": "3597a75b-97e1-43c7-a4d7-53b16020bc6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:22:53.064007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96654392-c554-43f3-b2de-0d49c342ba84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "F-16C fly", + "public_commercial_use": false, + "recraft_id": "b1514df7-71e2-4a91-93a5-15818ed82c5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:12:41.759245Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "11a91a24-e23c-464d-bd1f-906c88f46eb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The drowning man and the yellow sofa", + "public_commercial_use": false, + "recraft_id": "bdacff3e-427d-439c-853d-8aa9eefda509", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:51:33.826699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34d032a7-978c-480d-8f2a-535827d71c95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "asian man wears small black sport Headband with no logo in Commercial photography", + "public_commercial_use": false, + "recraft_id": "ae994f78-f1bc-46fd-852e-317000bc87a8", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:27:11.150994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e4ffcfc-bebf-4234-9a1a-7fef29325b93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is surfing. There is a cake on the beach. The candle on the cake says HAERIN", + "public_commercial_use": false, + "recraft_id": "bfc1dbd2-3e56-423f-b817-549fb2c5139b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:06:35.966651Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d270e16d-f8ff-434c-b29b-9c22c970d37c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big golden retriever with false eyelashes doing cad on an old desktop computer in a cactus-covered garden", + "public_commercial_use": false, + "recraft_id": "2fbe71d0-d15e-4237-8920-b108bbe79d75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:56:32.105747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white silver gradient kitten with a pink scarf is watching fireworks and drinking coffee", + "public_commercial_use": false, + "recraft_id": "41c08736-137c-4a08-ac69-1a0b1b8b6d00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:31:55.920428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb8aabec-217c-40da-bde9-c4ccad81f2e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The round-faced kitten smoked and drank at home", + "public_commercial_use": false, + "recraft_id": "30ca8f29-2aed-4a82-9a7c-3704adf9dc6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:19.399537Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "661eb358-c46c-4c6f-a10c-7fa1ef3b504e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy dog with a space helmet, swimming around the galaxy", + "public_commercial_use": false, + "recraft_id": "24d1a1be-d884-475d-88a0-1149561685e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:14:34.755093Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1bb3f2c8-6173-40df-9874-52a877612f92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is wearing a wedding dress and standing in front of the church", + "public_commercial_use": false, + "recraft_id": "1fc6851e-b6da-4e5b-9871-c94692efad0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:06:27.531636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "512086f0-a826-466c-9d69-892396239a23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a world in my dream where the town is made of cotton, chocolate and marsallows. It was snowing as well. There was warm lighting lighted up. It felt so warm and happy and peaceful ", + "public_commercial_use": false, + "recraft_id": "928bb6c5-2e5b-4fc3-a5a2-d83d4058bdba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:23:02.518245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30135f77-5468-4c82-9de7-674c00b6ad0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "sth studio", + "public_commercial_use": false, + "recraft_id": "cfd02566-ac63-4e3d-a6b2-6de8a8e90834", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:16:00.565965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "873f1132-3ba4-4096-8f16-d2953c760304", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A little hamster dressed up as Christmas in front of a small wooden house in a heavy snowy forest", + "public_commercial_use": false, + "recraft_id": "efcd5e1f-0b21-460c-aef1-9cd23deb7b45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:52:38.655026Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5c2b2954-0308-4020-a436-097d1c4cbab0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely otter celebrating snowy chistmas happily", + "public_commercial_use": false, + "recraft_id": "e0c893fe-5100-4d59-a13f-5c4f298a9ae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:12:01.698526Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "d66da680-0c17-4847-ae90-2fbbb480d03d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fish walking in the kindergarden ", + "public_commercial_use": false, + "recraft_id": "234e386b-6819-4586-b535-24d36a518ae0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:00:47.235078Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0aef0466-a825-4051-87c0-b38921c484f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute black cat with a pearl necklace and white wings lies in the snow, next to a wine glass and fruit bowl, and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "50f991af-9baa-4b25-878a-c7642cd3c2af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:39:10.661766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38937a0a-6d54-4a11-8c86-75c9c3fe0bcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Draw a Cinnamoroll sitting on a swing. Behind her was a large cherry tree.", + "public_commercial_use": false, + "recraft_id": "6d7ded66-56f4-4c93-9a87-3f51090cf1ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:19:08.773566Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1127e9f-8ac3-4167-a6e7-33e967ab1e54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A light brown dog wearing a Santa hat, eating Western food with a knife and fork, and wine, with candles on the table and a Christmas tree in the background", + "public_commercial_use": false, + "recraft_id": "64822630-5f41-4fba-9709-4ac15b502a1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:31:43.367918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5711671-3da2-4354-b304-619c5a1d5f5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Young man from Tibet, grassland, snow capped mountains, white horse, sunset", + "public_commercial_use": false, + "recraft_id": "319276ba-83a8-49af-818d-40a5468cee5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:44:18.514592Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5eab5db4-fd7c-4a22-be99-282e2b3823cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty, dressed in Egyptian queen clothing, standing in front of the Sphinx", + "public_commercial_use": false, + "recraft_id": "02231a7a-6d95-45bd-96f0-178e5af18e21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:11:35.149076Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "014f9ca0-d7fe-47c6-ae40-2a61524c960e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"MayRain\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "b1340d54-66c9-4f06-9126-f595e4b206cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:12:13.796407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d6a33c8-3457-425b-a158-3175d4c76050", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vine that grows upwards has bubbles next to it", + "public_commercial_use": false, + "recraft_id": "0c6fab7e-b145-4c7d-b37a-ae09d3fb80a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:30:22.348341Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "128a26f2-e12c-47c8-9694-947918ea4888", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blonde Japanese beauty in a black and gold kimono stands on a street in Shibuya against a backdrop of traffic lights and tall buildings", + "public_commercial_use": false, + "recraft_id": "eee3bb2a-de57-4f0f-bb63-14d01a891b67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:58.88657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f1dfe93-3ad9-4203-8b07-3e5399ccdf86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chocolate-colored long-haired dachshunda face geting a haircut front view closeup barbershop ambient", + "public_commercial_use": false, + "recraft_id": "61b8532a-f6e3-4f4a-97d9-bfd6d9f0f8d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:13:08.015042Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9694b552-36c5-43b2-a4be-265f146ae05b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a big furry cat in the fridge wearing a woolly hat and a bib", + "public_commercial_use": false, + "recraft_id": "0abc6ff6-b3a9-45b5-9a14-2b015ae55e5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:44.120973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ecf2939-09a6-4490-813e-a3f1f0e212c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired black big Maine Coon cat with white chest ,with little white wings .In the snow.Retro vibe.", + "public_commercial_use": false, + "recraft_id": "9cb32d96-b22b-4364-8ec1-a9457ba951e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:00:49.324658Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f52edea0-bc3d-45cc-b030-594efd8c8bf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snakes with flowers ,iris ,candies, diamonds", + "public_commercial_use": false, + "recraft_id": "cc4e34d8-7d1e-4d42-b0f9-0ae8032d9713", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:10:50.281456Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e661315-cb57-4e6b-afcf-95a1e978b212", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the foot of Mt. Gangrenpoqi after the snow many Tibetans are turning the mountain.", + "public_commercial_use": false, + "recraft_id": "91fb5260-f625-4456-9cea-ebf9bfd01386", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:53:26.252599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6596d42-37b9-487e-9913-dad890c7e80d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Border Collie lying by a warm fireplace, strumming a guitar while an open storybook emits magical glowing images into the air.", + "public_commercial_use": false, + "recraft_id": "104ce8a1-c605-49af-8891-a9bd57357f22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:20:58.425874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42f96d1a-d8cf-4a82-98fb-f4216b4f5053", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An old building, burning in the snow.A group of Chinese dressed in black were silently watching, and there was a red river on the ground, and a duck boat on the river", + "public_commercial_use": false, + "recraft_id": "fcd7ee7b-1757-4f99-a4b4-7036d7b9f167", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T01:32:10.995836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd1e95d0-fd4e-4095-ae60-69bcb0143980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese women around fifty wearing Hanfu in the Forbidden City", + "public_commercial_use": false, + "recraft_id": "d8dd0945-f23f-4487-b786-7d74239fbd73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T03:43:37.174639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "573bc334-0eb8-4e3a-996a-a70170d2f244", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, Koala and West Highland play electric power in the room together.", + "public_commercial_use": false, + "recraft_id": "83b9088a-00d9-49e8-9463-77a811347b20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:29:52.685906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91be262b-c992-47a9-bba8-002b81b3ce2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behind the young man of the Tibetan master, on the grassland, snow capped mountains, white horses, running", + "public_commercial_use": false, + "recraft_id": "1e7de7c2-23eb-400b-af77-2dd3632ed07e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:17.917275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5547513d-dc17-482a-aa46-f004057908c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk stands in front of a burning Chinese temple, facing away from the camera a little far", + "public_commercial_use": false, + "recraft_id": "e1313454-beac-4c0c-98a5-6a1ddec4ffce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:37.958249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7ee821a-62e3-4b42-ab68-c684faf0f519", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beside an apple shaped house, Greybeard Huskies and Pikachu sit in the snow, gazing at Mount Fuji in the distance. There is also a Christmas tree next to them", + "public_commercial_use": false, + "recraft_id": "82be32d8-c8f6-48d6-aaf1-0f147f670e05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:49:51.554088Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50e52912-57fc-4686-902d-94b522335de0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A stunning stained-glass window in a grand cathedral, featuring the design of a Spinning pinwheel(in Apple's macOS to indicate that an application is busy.), intricately rendered with vibrant colors, luminous light streaming through the glass, blending traditional gothic architecture with a modern digital motif, detailed craftsmanship, soft glow and shadows, ethereal atmosphere, high resolution, cinematic quality.\"", + "public_commercial_use": false, + "recraft_id": "c47403f1-a8f5-44e5-8c44-6a685d97e491", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:46:38.234304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05a60b4b-3195-48c8-9042-1e3523f9348d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, a knife-wielding guard in kimonos were watching the burning Kinkaku-ji Temple", + "public_commercial_use": false, + "recraft_id": "f05b35fb-f36f-446a-b08f-0f3597a4f518", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:09:45.573699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9143a32-4db0-4c98-9fd6-fe4584a23b94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " christmas vibe, see-through glass christmas tree, light leak, ", + "public_commercial_use": false, + "recraft_id": "75f8c510-90e7-4856-a8e4-fb3a32709f73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:59.030212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fe9a097-3fd2-4c53-8775-2f6a77133ade", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty hanging herself with a rope in front of a computer. The scene is in an office, with people busy working in the background", + "public_commercial_use": false, + "recraft_id": "8cec3f79-6347-48d4-91d0-dca26177888b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:53.309427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52c4cca8-098a-4f2f-b322-a04cc6551b57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Art installation fountains, giant shells, pearls, apples, and a hellokitty doll", + "public_commercial_use": false, + "recraft_id": "f924d637-e71b-4fc1-adcc-9bf5815ef383", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:44:10.923948Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38b2799a-03c5-451b-b5a3-0cc3080b3fd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat wearing a wedding dress, sunglasses and a necklace, playing a burning piano in the snow on the beach with bubbles in the air", + "public_commercial_use": false, + "recraft_id": "1ac14d9a-f035-4c13-9f4e-ae5df06865c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:10:27.516627Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8baea3af-3f4c-41b3-8462-b931afc03779", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute hellokitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Rilly&Ariel written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "6324e649-845d-4e55-beec-24b1c13c2f80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:41:56.093266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81d4af21-6da7-4725-8a6a-42167dbf976b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Japanese couple stands side by side towards the camera on the beach at dusk, dressed in plain clothes, holding hands as fireworks explode in the sky,", + "public_commercial_use": false, + "recraft_id": "bf1d4c10-e265-4c96-a5e9-04987e395755", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:14:25.897819Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ba52a5e4-3bcc-484f-96c4-b5170b08fbab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a painting of glass bottle in simple tree shape, transparent", + "public_commercial_use": false, + "recraft_id": "1170be62-5c78-4504-a1c7-bffea968fdf6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:36.498276Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "603173fc-1b3d-4952-b0a1-fa2915e2778d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "glass bottle in simple tree shape, transparent, with hands and legs, like a cute monster", + "public_commercial_use": false, + "recraft_id": "c5631b9e-4d6d-4e99-bb32-642e805150d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:00:09.311761Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f464d27c-4120-4bad-ad1e-f4039bdc411f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The deer is watching fireworks on the beach", + "public_commercial_use": false, + "recraft_id": "13c73e10-0cd9-4d97-9029-5609f198fd3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:31:12.398066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b6d9acd-fc1c-4e28-a463-81cfce6c9b30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat with a Santa hat, surrounded by a Christmas tree, butterflies, and bubbles.", + "public_commercial_use": false, + "recraft_id": "65aff6dd-4816-4964-86c8-3d17c932a122", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:52:18.478359Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c68fbbef-3b8b-4717-b43e-a042f1e4d10f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely otter celebrating chistmas happily", + "public_commercial_use": false, + "recraft_id": "78a08c41-f38c-447b-9794-a55aa4fe877f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:35:59.575384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24f21897-652a-4943-875f-80ab2e685f2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black and white kitten is sewing something, and \"Martin\" is written on the background wall behind it.", + "public_commercial_use": false, + "recraft_id": "0d382830-7ae3-42ae-a5da-3f54d915299d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:40:05.121048Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b1a58a9b-47c4-4e87-a555-afe9569a3adb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat is sitting next to a convenience store in Japan.", + "public_commercial_use": false, + "recraft_id": "a3953814-6971-4609-876a-37f6fd1f2fb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:30:23.266365Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "7b9b3be8-586c-494b-adbf-273753c2f7a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two cats wearing party hats celebrating birthday on a couch. It's snowing outside and there's a strawberry cake with sparkler lit. One of the cat is a black tortoise shell cat while the other is a white cat with yellowish gray patches on her back", + "public_commercial_use": false, + "recraft_id": "93172637-77dc-4fa8-b3d6-80b6ed68aa26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:24:16.642076Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ff15850-3d24-480e-9f5f-1569e771614f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the sunset beach in Hawaii, HelloKitty is wearing a grass skirt, eating steak with a knife and fork, and the words' love Lulu 'are written on the beach", + "public_commercial_use": false, + "recraft_id": "060edc60-c98a-4091-becf-86eaa91aa836", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:12:04.270611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5534ab93-0ec6-4f4b-8ae2-6417feabdeb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat with the fish sits on the desk", + "public_commercial_use": false, + "recraft_id": "81d5636f-582f-4a1d-9e77-16c8539a4a23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:29:28.672183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66b5043d-bf62-48a7-9ccf-58a5b81d782a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach, QJX written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "e31718df-0b71-4397-b803-b3f4a6109490", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:55:35.713364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc3913f0-1553-4479-9fe8-66340703371a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vibrant birthday scene featuring a beautifully decorated cake with lit candles, inscribed with 'Happy Birthday 1112', while colorful fireworks explode in the night sky.\"", + "public_commercial_use": false, + "recraft_id": "27e77eb1-a94a-42dc-b808-6fa1b1eaa1d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:41:42.994447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e02f54b2-a735-4f8a-932b-8b74c8263555", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat playing the piano with bubbles in the air and snow", + "public_commercial_use": false, + "recraft_id": "cdbee6e5-2d83-473a-a3ac-69846a549bee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:51:51.756864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3962b1b1-a22f-472c-9bb3-f9439fd40f19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, blues, and there is a little teddy bear next to it. The teddy bear is the main body. It is snowing in the sky. ", + "public_commercial_use": false, + "recraft_id": "a4e254b3-d5b7-4e29-ac4e-337e8fff5831", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:04:00.759558Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black kitten with a pearl necklace and white wings is lying in the snow with a glass of wine, a fruit bowl and flowers", + "public_commercial_use": false, + "recraft_id": "3b9d6c33-a245-42a8-ad67-58dfd75f609c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:35:38.457082Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c2b7f3a-f0f0-4616-804d-998066c9ba35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty is doing freestyle snowboarding with its goggles covered on its eyes. It is doing an ollie on the snow mountain.", + "public_commercial_use": false, + "recraft_id": "f804dadd-c4ec-4b00-852a-0a0d65f433fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:33.541303Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f762151-2c69-4711-80f4-f5bb804af9da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue sky and purple aurora, a little cat and spotted deer by the seaside, with waves and waves", + "public_commercial_use": false, + "recraft_id": "008d9958-a2ca-4249-9b33-ac97a16d435a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:55:58.158008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Behind it is a big banyan tree on the horizon, a child and a West Highland Terrier running and laughing, facing the camera, and the sky is pink.", + "public_commercial_use": false, + "recraft_id": "96d6779b-7d9a-4a82-b38c-e835fa381096", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:13.110475Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c53f0a9-011f-4d89-98ed-86f630d3a743", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white cat, blue sky,snowy, fire work", + "public_commercial_use": false, + "recraft_id": "ec3260e0-dd20-49bd-a480-507ec8a3c65c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:23:18.784458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A handsome young man in a black kimono, gazing intensely at the camera, his left hand partially covering his face. The background features a traditional Japanese room with sliding doors, tatami mats, and soft lighting, creating a serene, cultural atmosphere.\"", + "public_commercial_use": false, + "recraft_id": "3454c121-2c2b-4050-b2d3-116fc85ea87c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:16:53.961681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7720d2e-171c-4ab9-9ce7-29078586bd4c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The chair is in a foreign country.", + "public_commercial_use": false, + "recraft_id": "d1cb1774-23fb-4b00-b41d-3b5c63cf232b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:16.382675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf061b9e-a2b6-44f5-b267-e266fd395769", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sheep and a fox play in the snow with YEONJUN written in the snow", + "public_commercial_use": false, + "recraft_id": "62f2a832-a09d-49b2-b35e-1a3edcece08a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:45:02.999338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "421d3364-3577-4daa-9a91-7ed0fb6ddd1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute and orange cat, snows, fireworks, witchcraft.", + "public_commercial_use": false, + "recraft_id": "0898dd11-b92e-4914-9119-00ae5a74c82f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:53:10.767695Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3203fb9-ac0e-4138-a84c-a022e4e70a39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster is working on a computer in the office, wearing a work badge around its neck and looking worried", + "public_commercial_use": false, + "recraft_id": "6c1f5e7b-d10d-47fb-98ec-8e1979135a9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:49:27.544923Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat wearing a Spiderman costume on a modern high-rise building", + "public_commercial_use": false, + "recraft_id": "e790032f-da44-4a60-9a86-1801afac744d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:07.691859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30039ba5-9667-42bc-b414-07cec18b52c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A tuxedo cat doodles on the balcony with a spray paint bottle", + "public_commercial_use": false, + "recraft_id": "b080064e-5eca-47b3-9113-c8daaad732f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:04:08.728862Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fishes jump from the sea surface, seabirds ,boats", + "public_commercial_use": false, + "recraft_id": "ab22358c-1a08-4a1d-80d3-e77b4b5f01c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:46:12.593443Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "6e000bc7-b11e-4030-8393-88061bfe1feb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An elephant is walking in the sea, and the surroundings are empty and the twilight is getting darker.", + "public_commercial_use": false, + "recraft_id": "bda3f2b4-41b8-4f96-8b7b-49a8261cf522", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:56:41.741061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0ea81e8-e991-461c-bc37-cd5f782141c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fawn stands in the snow and turns its head to look into the camera. Night shot, the surrounding landscape is desolate, ice water, dense forest and endless darkness. The atmosphere is dangerous, oppressive and disturbing. The style is Recraft, emphasizing strong contrast, dramatic light, and a dark, mysterious atmosphere.", + "public_commercial_use": false, + "recraft_id": "0e7ff3fe-cfb7-4880-8920-609657263eb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T00:27:00.887187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35a72186-52e6-4813-bc96-e6b36a9951e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a person lying in bed, but her soul was rising slowly, the color of the room was blue, and there was a lift at the end of the bed", + "public_commercial_use": false, + "recraft_id": "493b20fa-5405-469a-82f0-e82e01bf4c7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T03:57:45.079094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a704d63-73f0-4ad1-99bf-028d889ad04a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white fat cat with a pink scarf is watching fireworks and drinking coffee", + "public_commercial_use": false, + "recraft_id": "7080d56e-c005-4a7f-a8bf-20b1f09cad87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:30:26.25031Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c0b31d6-9c28-4978-a7ba-df2b8b87e105", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A student standing at the edge of the Forbidden Forest, practicing a spell with their wand. The forest looms darkly behind them, but the student is focused on their magical practice. The spell they are casting is illuminating the area with a soft, magical glow, casting strange shadows on the forest floor. The student is concentrating intently, their wand pointed forward as they perfect the incantation. The atmosphere is eerie yet magical, as if the student is pushing the boundaries of their magical abilities while standing on the threshold of danger.", + "public_commercial_use": false, + "recraft_id": "3b185765-f9b6-468e-ba07-84fdaebe5247", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:54:57.854585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "231a4694-5541-46ae-91da-d399483d56bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sporty asian man wears all black sport Headband with no logo in Commercial photography", + "public_commercial_use": false, + "recraft_id": "a28c7a53-6e02-4687-9ab1-b58682205b91", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:04:06.072972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b3334dd-0726-46c3-8d1a-bc6badb6aec2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Deep in the sea, the turbulent blue water, angel wings growing out of scallops, red balloons", + "public_commercial_use": false, + "recraft_id": "8f9c3d4d-07da-47b1-bd80-4a898dc29279", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:47:48.878483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98046807-8299-4d9f-a202-41578ba0e105", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mermaid HelloKitty doll velvet pearl skull inside a giant shell", + "public_commercial_use": false, + "recraft_id": "d06e86d0-25ce-4f46-b4a1-46af1dde45ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:06:21.235986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20d32add-a201-43f4-a7aa-b5d7e536006b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland dog wearing a suit and Hello Kitty wearing a princess dress are playing in the snow, with a fountain nearby and aurora in the sky", + "public_commercial_use": false, + "recraft_id": "680ded3c-db1a-42fa-a312-8069644b80f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:38:06.396869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58ece94a-8f39-42c3-81d5-c55be4b9044d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing lightly, and there are fireworks in the distance. A young Bernese Mountain Dog and a young Samoyed have left several messy footprints in the snow on the ground. They are having a good time. A foot of the Samoyed is on the head of the Bernese Mountain Dog.", + "public_commercial_use": false, + "recraft_id": "8d83c54d-ba86-4cff-84b9-f1a08f4fe06c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:30.767498Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b5f297f-e42a-47e4-8ec0-6707da3b1b05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is killing herself with a pink gun", + "public_commercial_use": false, + "recraft_id": "06312616-f342-4f5a-b80d-56b40aee519b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:21:15.171516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f0391cc-f931-44ca-ac80-449c51f50bf2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black long haired cat wearing an Afghan headscarf, holding coffee in both hands and looking happy, with war raging in the background", + "public_commercial_use": false, + "recraft_id": "fba5665a-7084-49f2-9c9f-183998649bad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:01:34.295921Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "940702b4-4bea-46e6-8fec-49da65140fac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A faintly glowing unicorn stands outside a luxurious, classical room at night, peeking inside. It is close to the frame, gazing at us with a calm, sorrowful expression.", + "public_commercial_use": false, + "recraft_id": "4d711338-fd84-4377-aca5-4951b3f02357", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:09:20.249764Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "21bafb74-6583-4ba5-ba0e-c6189720a15c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby hold a long gun,marmot with carrots and corn,basket with breakfast", + "public_commercial_use": false, + "recraft_id": "97684c5c-2a7b-474b-83b6-1b769c3d3b93", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:30.811388Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c000684-985a-48ab-8c0b-dcab666e3cf0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white golden-haired puppy wearing a Christmas hat, next to it is a Christmas tree, and \"x1n\" is written on the snow, with traces of puppy claws. Melancholy blue night scene, the dream with light particlesThe stunning night view, the blurred city lights and colorful fireworks illuminate the sky, creating a warm, festive and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "ba0bf605-66fd-4118-b368-f19f2c82dbbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:48:23.640606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18b1d424-9196-46cf-83a1-bb0412c86d61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white limbo puppy, facing the camera in the snow, is sticking out its tongue and happily chasing a yellow circle of toys against a background of yellow sunset and brilliant fireworks.", + "public_commercial_use": false, + "recraft_id": "35c2412a-3ac2-417c-adb5-7df5ad5af4f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:56:03.942973Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9924ece6-e416-42b6-8d12-4cd10de2da14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A qute black cat is watching movie", + "public_commercial_use": false, + "recraft_id": "51bf759f-4d7c-4893-9702-6147ae28d50a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:42:23.500254Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4bfb511a-a989-4273-bed8-e1465af750eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A buzz lighteryear is holding a big straw berry bithday cake with date 0215", + "public_commercial_use": false, + "recraft_id": "f7a0cd8e-29c4-4483-bb00-147c3362193f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:29:57.240924Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "90bba675-9951-49e3-a66c-cc081ef172dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "balcony, lights, s'mores", + "public_commercial_use": false, + "recraft_id": "62e07b02-7bb4-4a4c-8c9e-1801307cb9e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:51:21.805579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c6c0860-7c60-4c62-a635-fbc21660accf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white dog on the phone at Christmas in the snow", + "public_commercial_use": false, + "recraft_id": "866c5e83-1daa-4fd1-9edb-293ee8abe1c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:34:08.26631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96a3ec2e-06e3-4494-98ce-a233b6384134", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely cavoodle puppy with gold ears and gold eye parts, the rest is white with gold parts on the body. He is young, his face is round. He is wearing a Christmas hat and he is making a snowman in the snowy snow.", + "public_commercial_use": false, + "recraft_id": "caec53e6-c957-4375-85f2-34b651f0d6a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:51:26.443335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e422d534-cb5e-40f2-9802-e9a81d352b95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A magical forest filled with soft glowing lanterns, where a Border Collie is playing the guitar on a moss-covered log, surrounded by curious woodland creatures.", + "public_commercial_use": false, + "recraft_id": "3c29efcf-154a-4b62-846a-2d70bc82b992", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:33:45.213615Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c3c1705e-32e2-4c80-bcb3-eb47acb55a12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "And so I drifted away from the world.", + "public_commercial_use": false, + "recraft_id": "0d24632b-c41c-4713-a571-6fca1030defa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:19:39.458893Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea76abc6-d96a-46eb-b2f1-92491a6a0fde", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dead lamb locked in a cage, ominous vibe, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "23ae3509-7857-4859-92a3-589d8c536aec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:39:37.836567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9037f32c-c6d4-4112-b617-9217acad5147", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bar counter wine glass The atmosphere is great.", + "public_commercial_use": false, + "recraft_id": "aa782f09-be42-45da-9903-93487fe6ce5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:52:44.444403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d086657-06f6-43ac-8959-b9061fc9d9e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black young kitten", + "public_commercial_use": false, + "recraft_id": "17df7e4c-bd44-4891-8f86-37cc031f6c3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:01:10.413906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51805336-bd60-420d-9f56-07c5c8f2f52d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat and a white and biack cat celebrate birthday ", + "public_commercial_use": false, + "recraft_id": "d7e75d65-c0ad-4ef7-9d45-9ea1bee0cc99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:16:00.784227Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "019d524b-d077-4f9c-a1d0-78f4726be855", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A green christmas tree with light,a white cat sitting beside the tree", + "public_commercial_use": false, + "recraft_id": "eceef700-4299-4730-a435-5f2ff611f412", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:38:52.293765Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "735722e7-a8b4-45d3-a4dd-8da27b1dfc2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,LYJ written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "b9f2687a-fab6-4ad6-83ac-cfc934500f5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:19:18.544723Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f742da7a-f8aa-4d21-8a8e-dc19dd2ca866", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raven wearing white headphones on its head, close-up", + "public_commercial_use": false, + "recraft_id": "1e3e3593-7a22-43da-b7ea-a4b79a0952d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:59:28.413496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "957f972d-545e-4f7b-858a-ecc18f90611d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Art installation fountains, giant shells, pearls, ", + "public_commercial_use": false, + "recraft_id": "61fe3a64-aac6-479f-a376-74eb15fa6a01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:42.014729Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5d98087-9a29-4a60-90a8-83438ecd581f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A couple wrote L&Q on the snow in japan", + "public_commercial_use": false, + "recraft_id": "b5c4f4f9-5155-4f13-a5a6-49a56e3fbb85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:44:11.858569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11bb705b-02f2-43ac-bfd5-4a80ed06633c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, knife-wielding guards in kimonos were watching the burning Kinkaku-ji Temple", + "public_commercial_use": false, + "recraft_id": "7a892239-34aa-41d8-84a1-c494f55ff380", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:56:19.253705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37bd5c00-e045-4f2a-b8a5-e9618e8e0318", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired black big Maine Coon cat with white chest ,with little white wings .In the snow.In the Milky Way.Retro vibe.", + "public_commercial_use": false, + "recraft_id": "7964c5eb-6733-48e8-9e63-c05ecae77309", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:32:37.507145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f059fd40-0ee2-4240-b18e-b72d827618a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with wings and stars.", + "public_commercial_use": false, + "recraft_id": "a350a720-197b-4df4-969f-4ca1586bb627", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:48:37.168177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white bichon mixed-breed dog is pouring hot water on the laptop keyboard, looks hate the work, in front of its office table. The dog is big and cute ,wearing a shirt", + "public_commercial_use": false, + "recraft_id": "83c96731-ac28-4e67-8e00-bebea077c6d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T02:50:28.899752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bcf5e37a-4bdb-4bfc-aa18-c1865dc78796", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Winnie the Pooh vinyl figure holding a gun and a pipe with a volcano erupting behind it", + "public_commercial_use": false, + "recraft_id": "3a3361d3-67a7-4bfa-8b95-8bc06f1f7bab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:44:45.413605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86692053-f2aa-4725-b427-9467c9b119d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A whimsical winter scene featuring a cheerful snowman next to a delightful rabbit-shaped cake, with the number '1205' written beside it.", + "public_commercial_use": false, + "recraft_id": "547addc0-a3d3-4dad-89a3-aa6f5d7f9b4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:21:59.096167Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cfdfa93-ea9a-47ef-9d44-2b7766c882d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hollow knight diving in a lake, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "c0deb8d7-d746-4c6b-9630-c411b6c19565", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:29:05.837291Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9471e108-c555-418b-8fcd-17da860a9c3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a 18 year old gril with black hair wearing pink dress in a limousine distracted", + "public_commercial_use": false, + "recraft_id": "174d2e1f-fcce-4825-9453-9e22185ac787", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:04:43.663951Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98eeabde-cdd7-4efb-8e69-40394bdd9d8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words \"LJR\" engraved on the beach", + "public_commercial_use": false, + "recraft_id": "064fa99e-1d5b-4686-8943-366cc1420ec5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:37:20.335299Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "204c4520-2539-433f-995b-32ff72f6b1d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An Asian muscular man is holding a glass of wine and looking at the camera by the castle pool in Tuscany, Italy. Hello Kitty in a bikini is playing with a ball next to him.", + "public_commercial_use": false, + "recraft_id": "d8c12637-94d3-4dd0-90df-7867493b9c49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:40:27.986319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea25fd69-287f-42ba-acc4-a7a0b6767762", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat holds a bottle of wine in front of a burning house", + "public_commercial_use": false, + "recraft_id": "38252b54-3f3d-4803-ba53-f65ff94685bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:12:16.071016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55593015-b407-46a2-8eef-c9d58e655663", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rain of yellow balloons + tiny gold coins which is a anniversary invitation scatters the flash of wish and good luck into the hands of each participant.", + "public_commercial_use": false, + "recraft_id": "74cfe03b-4674-49ec-9c82-08ff5a41456b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:35:24.82357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fad5e581-4c5b-4f5b-889e-7210171ab84f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An angry monkey eats bananas again.", + "public_commercial_use": false, + "recraft_id": "2cd0d061-8700-4afe-9809-636e1fa7cc21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:33:38.025318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88112b76-9559-44d6-93da-bb3802a915ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young Labrador Retriever wearing a Christmas hat sits on the snow, with a small Christmas tree on its left. It was taken at night from a top-down perspective, with flash on and vintage filters", + "public_commercial_use": false, + "recraft_id": "70709650-c466-4fae-8276-ac530b263333", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:15:41.463938Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d20a48c-5143-4688-9a73-90b85f10bc40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white gray kitten with small white wings, wearing a Christmas hat, with a Christmas tree, film, and flash behind it", + "public_commercial_use": false, + "recraft_id": "3ba78471-257e-4847-a0e6-12dc06267e74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:52:31.637803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16f1789a-1750-4f8c-b3f2-26e206d5a08f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big Winnie the Pooh sitting in the car with a camera", + "public_commercial_use": false, + "recraft_id": "0cda7af3-284e-4ae5-9da6-e2e63fb1576e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:01:34.472343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e8099ab-c35d-40ce-951d-718762442a5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the beach in Byron Bay, the sun is blinding, there is a feeling of film photographs, like some kind of memory, some kind of dream. There's a cute golden retriever cub and a cute West Highland cub having fun", + "public_commercial_use": false, + "recraft_id": "1c552bb7-9c89-4cf0-8ac4-ea025263991b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:10:56.646313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1df2d44-3da7-4b29-9684-75bcd420a07a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " christmas vibe, see-through glass christmas tree, light leak, paper chains with light reflection", + "public_commercial_use": false, + "recraft_id": "35d8ce94-582a-4904-a50f-603883fe1023", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:38.624713Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5bda1a65-5741-4ae9-a041-b75d1f9f040d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald duck is enjoying christmas day. There is a christmas tree besides him. The picture should be very funny and cute.", + "public_commercial_use": false, + "recraft_id": "7d82e49b-5674-49fe-9eac-38ef167a12e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:31:02.384351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cee4694d-2169-4921-a645-ec027ae81e78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A border collie with creamy gold and white color. Studying, with a pair of glass. One eye is blue and one is brown", + "public_commercial_use": false, + "recraft_id": "9aa95cb1-b2cc-4e5d-b273-a80132644ff4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:47:35.580605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A women,elephant,straight bang,looking at viewers,snow,rotary ring,ballon,firework,aurora", + "public_commercial_use": false, + "recraft_id": "b5ffe72e-d910-49d5-880e-11c6fb1ed66f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:28:30.509641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c66328ab-f0fc-44f1-9aca-fadabdb00a34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat is surfing. There is a cake on the beach. The candle on the cake says HAERIN", + "public_commercial_use": false, + "recraft_id": "771190ff-5676-422e-85ee-830c04e7901d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:00:13.173073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e398ae79-a696-4c7e-86fd-56963f7903f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An apple on the shoulder, with a pure - white background and white clothes.", + "public_commercial_use": false, + "recraft_id": "cfe3b553-0bca-4cf4-851d-804df4a5c233", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T01:44:20.289627Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8352d813-de56-4183-95dd-f87215ac862c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "3 orange cats with hat, 2 bigger of them tied by a blue and a red balloons,flying in the blue blue sky. Below was a green grassland, a small cute orange cat looking the two flying cats.", + "public_commercial_use": false, + "recraft_id": "7a2d000e-58bd-47f8-84d3-7faaf128a063", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:38:41.064649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "201e9371-f2d8-49e2-b8d9-4900d2f7fae4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A short haired American cat and a black cat are clinging to each other in the snow, while it's snowing outside. They are both wearing magic cloaks", + "public_commercial_use": false, + "recraft_id": "619acef4-a084-41d1-808d-65c52a7d0e3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:41:49.878397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be067103-86e8-4db7-bf3e-52f6883a024c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty doll with a glass of red wine in her hand takes a bath in a gorgeous tub on snow with scattered flower petals", + "public_commercial_use": false, + "recraft_id": "fb640286-ad95-41b0-bfba-4851b9cbdd17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:49:04.824202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b219a234-0580-4c7b-be12-65aaaacaba84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lemon with white feathered wings", + "public_commercial_use": false, + "recraft_id": "3bb18225-d162-4009-aebf-12d2f02f7ee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:18.426592Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "b8bdc01b-34b9-4c85-82af-bf9afe0f768d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write leehan and riwoo's names in the snow under a starry night sky, next to a big Christmas tree and lots of gift boxes, feathers and bubbles, and write 1020 and 1022", + "public_commercial_use": false, + "recraft_id": "973acbd5-7887-4654-88b9-2c46a892771a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:58.957804Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9d03353a-13bb-414e-aadc-f40741972b01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small tortoiseshell cat and a bigger black cat with red ribbon acting intimately in a dream core birth party", + "public_commercial_use": false, + "recraft_id": "fa3864f6-036f-4ee1-b754-80cf898e8ee4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:44.586908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b15cb947-5701-4c17-a871-82a527d27d3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"XYQ\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "4929c805-87a2-4a0e-9f5a-a7e39705d7fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:17.710555Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e87cf35-d684-4f95-8869-4c8d2cbb9423", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver white American Shorthair cat and a black cat are placed next to each other, both wearing black magic cloaks, with snow as the background", + "public_commercial_use": false, + "recraft_id": "c40e216f-5274-4047-94e6-40bcde0195f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:53:38.035461Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ccff1f9-10cb-4123-a21a-54369ae58737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "numerous spikes growing out of head, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "cbc13017-1f44-4aae-a233-c394c5523b2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:12:45.02411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cb0e42e-2d16-4023-b77a-d62c85dd305b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words \"XYQ\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "acaa6647-c6d4-4391-b226-38e3782d2bc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:51:23.991063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36ea7afd-c7e6-4948-a29f-21c5cee523f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vinyl figure of Winnie the Pooh and Chiikawa holding a gun and a pipe, with a volcano erupting behind them", + "public_commercial_use": false, + "recraft_id": "19907285-5308-421f-90f1-e56721ae2142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:15:41.154034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white Shiba Inu seat in front my bed with my christmas gift which is packed with green and red paper", + "public_commercial_use": false, + "recraft_id": "04dd43c0-55b3-4b08-8e30-a07ff1a023cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:01:30.236224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc5fa24f-73f2-4e7e-9112-8321b1c3868c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a british short hair cat (gold fur, more like kiwi color), green eyes, useing juki sewing machine to sew garments (maybe dresses). And she's sewing in a fashion studio, fitting dressform are in the background", + "public_commercial_use": false, + "recraft_id": "c0664b02-e222-4d26-8d10-0ec8a36af3f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:50:12.168216Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3da656c8-2bca-42b4-9f69-a3c870a5f0bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara works calmly in the office, with some oranges on the desk", + "public_commercial_use": false, + "recraft_id": "8519414f-13bf-4969-bc2d-9cab9314896b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:23:25.003434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d12d27a-af8c-4577-8cd7-4be131075e18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute yellow fox lying in the snow with Yeonjun written on it, full of Christmas Day atmosphere.", + "public_commercial_use": false, + "recraft_id": "fca06e37-9609-484f-8bad-2f4704946ecd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T01:34:33.217675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91ad0a08-22b2-4350-bdeb-50a90589de6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat smoking and drinking at amusement park with a birthday hat", + "public_commercial_use": false, + "recraft_id": "e969f4a8-8096-46b3-93d8-0048401a99b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:56:03.174918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec2e761b-b9a1-4046-b827-ef20463bf31f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there is a artist lamp beside my table, in a mid century style cafe ", + "public_commercial_use": false, + "recraft_id": "59546590-5881-4f67-ba9f-a11464537417", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:04:59.364006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dreamcore theme: Goldfish swimming in the blue sky, REAL SKY", + "public_commercial_use": false, + "recraft_id": "96bc6159-7583-4501-815a-905a193f48d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:55:04.3348Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd176748-4079-4c05-ba8f-fc8c5a12fdcf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute rabbit with a purple scarf, watching fireworks", + "public_commercial_use": false, + "recraft_id": "92df5759-e50f-4bb8-b6d5-299016c56376", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:17:28.6096Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81e3c15a-bafa-4b48-9e75-0e102c3c0742", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words \"LINKJOINT\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "8755a56d-3088-48c1-a734-e9892b8c59df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:38:41.465895Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41f64f20-f6e7-42e3-831a-b97d829adfdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person is holding a giant box as tall as himself and running towards the exploding fire. On the box is written: miniso blind box. The whole body of the person needs to be visible in the picture, and it needs to have a cat-eye lens feel.", + "public_commercial_use": false, + "recraft_id": "c157ff03-d75e-4611-890d-df21d36bba9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:22.161837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43b9bc59-bfba-49e3-baa9-e3a7830771a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "light snow falls from a pitch-black sky,as a Siamese cat sports a scarf", + "public_commercial_use": false, + "recraft_id": "bc0940d2-50c7-4bfb-ac57-bd7b1c540dd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:10:21.401284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cb2378b-09c6-4a0b-a94e-3f84ca9a9156", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The West Highland puppy (Bichon) was at work, and the Mac computer on the desk caught fire ", + "public_commercial_use": false, + "recraft_id": "bff6989f-77df-4f2e-a582-0bee30a08c38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:01:20.270039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e080cc4-d9cf-42cc-82ca-ed3716a80015", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An expressionless man in a hoodie, holding a bottle in one hand, stands by the lake looking into the camera", + "public_commercial_use": false, + "recraft_id": "692ac192-7bfd-415a-880f-935e898f71ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:41:54.920497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Batman eat McDonald's under the aurora.", + "public_commercial_use": false, + "recraft_id": "e1eb1035-4454-485f-875e-34337f98ec3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:40:50.223854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c1e6347-c5c5-45fd-bb72-ee5f5d893906", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Sylvanian Families | Toy Poodle Driving a Sports Car by the Seaside\": The Toy Poodle family is seated in a sleek sports car, wearing stylish sunglasses. They cruise along a scenic seaside road, with the sparkling ocean and a clear blue sky stretching out in the background. The playful atmosphere captures the essence of a carefree coastal adventure.", + "public_commercial_use": false, + "recraft_id": "c17a020f-94c2-4e29-b6fc-843a3552ad63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T03:47:32.673483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89782580-7f85-4828-b7c4-a0bef3dae34a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little Samoyed is playing in the snow while wearing a red Christmas scarf.", + "public_commercial_use": false, + "recraft_id": "777453cf-8322-4502-9366-5d077b56903c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:18:41.850736Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2f6bb16-3350-4954-8fcf-05cedcbf675b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "asnoopy", + "public_commercial_use": false, + "recraft_id": "b0eccb75-2961-4f94-b704-031329d79f44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:53:39.698196Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "286c3277-ea44-4788-b8ee-ace2df9baf87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "3 little red brow poodles style like teddy bear sleep in a beautiful house at christmas ", + "public_commercial_use": false, + "recraft_id": "ec573dc0-0cbe-45d3-909d-b0cb102ec58a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:49:10.385151Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "50ea4b35-7812-4754-abaf-b293162b116f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara sits calmly in the office, with an orange on head", + "public_commercial_use": false, + "recraft_id": "6089350b-6a6b-44b6-bba0-95da59bcf5cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:36.553037Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6308d017-2e67-460f-b728-eeb1ae5e0195", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, Koala and West Highland play computer in the room together.", + "public_commercial_use": false, + "recraft_id": "8f7bec48-14e6-43d0-83ab-cf3d42b1fec8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:41:27.243832Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c3b1569-1149-4df8-b130-00a438a4b1ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat and a rabbit get married in a church wearing suits and wedding dresses", + "public_commercial_use": false, + "recraft_id": "864f15f4-dba4-49f9-b36b-e988464daa1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:21:16.949932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever wearing a Santa hat, eating Western food with a knife and fork, and wine, with candles on the table and a Christmas tree in the background", + "public_commercial_use": false, + "recraft_id": "0bb9d2b3-ad25-46ce-a56b-a77abb41d660", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:51:56.454627Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe59e3ed-b909-43cf-a7e3-1a2dee874168", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a bean-eyed bear doll wearing a small dress sits next to the Christmas tree, which is decorated with colorful decorations, very gorgeous, and the snow is written \"cc\" with traces of cat PAWS. Dreamy blue night scene, with a point of light particles dreamlike effect, high color saturation, do not appear in the picture human.", + "public_commercial_use": false, + "recraft_id": "df27143d-123c-4fa9-a2be-454eebb6b687", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:59:49.491372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71b4988c-c67b-4d3c-be88-5d54d0ce6fb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white-pattern cat taking a photo with camera", + "public_commercial_use": false, + "recraft_id": "81eeb9f4-9ba5-4973-8ea7-08647928333b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:08:05.448065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rabbit with multiple eyes and ears, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "30f71b9e-eb30-486c-8662-7e0a89fcb8cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:03:49.283278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "883fc602-43f8-4022-ac78-93686c5ddf76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and YuXuan written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "a837225b-e6d8-4917-93c5-01cf8a1911a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:55:57.36217Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the hotel lobby is warm and bright, with a huge Christmas tree in the middle, several Christmas gift boxes around, and a bottle of red wine and two tall glasses placed on the snow below.", + "public_commercial_use": false, + "recraft_id": "1e71b2b6-568d-491f-b8d5-30949fe10fd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:24:11.053552Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef58f6bb-ac85-4477-ac49-668fb3791f8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat with a floral scarf on his head, a plaid vest, jeans and sunglasses is walking on the catwalk", + "public_commercial_use": false, + "recraft_id": "71c8e276-f724-4773-8e34-dcf253782a0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:45:31.446267Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "204179c2-781f-44ce-8340-b8d290ea2ffd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A clothing store in the city with a white semicircular ball on the roof", + "public_commercial_use": false, + "recraft_id": "4a03dc2d-197b-416d-9387-27d7329b476d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:29:19.807957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "404caeb1-e8bf-485f-9c79-7f9def9e3c83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man wearing a cartoon pufferfish headgare is playing an electronic guitar.", + "public_commercial_use": false, + "recraft_id": "515284bf-49d2-4a03-9b42-2b1a2c6cbb85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T03:16:28.161748Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d8a814c-110b-4efb-9219-329200a2fad6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is a sea in the distance. Next to the little white golden hair puppy in a Christmas hat is the Christmas tree. \"x1n\" is written on the snow, and there are traces of a puppy. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "8475322e-9b6b-4a72-8b1f-ea131034d639", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:35:42.648685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dc73f90-1bef-40da-80b2-8c79ba20e145", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sleek black cat sits poised at a wooden table, its luminous green eyes intently focused on an array of tarot cards spread out before it. ", + "public_commercial_use": false, + "recraft_id": "bc638e05-6f42-4fae-bc7a-ee293777fb9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:31:39.136422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abc16b8c-c50b-47bc-bc26-00f6bc323e00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a big head Hello Kitty is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a dancing pole. big head shot.", + "public_commercial_use": false, + "recraft_id": "1d669435-3c39-41b6-8a66-daf58c1c652a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:43:47.71751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94413078-c371-4ce4-af0d-d61ed4125b9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tweety, the cartoon character, is sitting the couch in the dark living room, watching tv and drinking beer", + "public_commercial_use": false, + "recraft_id": "0c19d6a5-8058-47ca-9b15-b720ddf78f0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:15.381936Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ca876c78-9df7-4e70-a755-e37b58ad880e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute and chubby little cat is catching butterflies on the beach, with many white butterflies flying in the air,", + "public_commercial_use": false, + "recraft_id": "32d2ee42-aa4a-4a94-9c01-a874c805f6e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:42:41.787586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d169ddc9-aeb5-485b-befe-6e3bde4e983a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An otter and a butterfly travel around the world together. ", + "public_commercial_use": false, + "recraft_id": "1680dc44-d15e-4498-95a5-b32d711428be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:11:52.652852Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "173d647d-8f6e-4cc2-ac4d-c3319e1f3980", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little Hello Kitty doll sitting on the snow,There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "a473d801-cfee-4c1e-89c0-2a0d21635d67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:23:45.878371Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3b67502-0f90-4051-812d-bf4174cdae92", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monk stands in front of a burning temple, facing away from the camera", + "public_commercial_use": false, + "recraft_id": "aabdce9d-547c-4c94-bb2c-23536b9e1982", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:06:04.709535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3871ca81-69b6-4116-a339-7d77449ea648", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute small white and brown Prince Charles dog smell run in the sun in a field of small flowers next to a mountain lake,", + "public_commercial_use": false, + "recraft_id": "a94db463-7225-4522-8780-895278a05cea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:36:02.480783Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "13b2a365-d485-4343-a1d5-c93cfd5fb0c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "All the twists are hidden in the dense flock of birds", + "public_commercial_use": false, + "recraft_id": "31d27d77-d2f2-4691-bce4-a17fe1901363", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:32:27.034304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ddfe27c7-4222-46f5-af00-2527996c86a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bichon Frise wears red sweater In the snow of Chinese New Year", + "public_commercial_use": false, + "recraft_id": "a25eebb0-188a-48c8-a957-6b3361f92ee8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:26:33.359177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b37608ac-b2bf-493a-bf2a-1fbe6dbedef9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute pig in the sunlight", + "public_commercial_use": false, + "recraft_id": "443317b9-94a9-441d-9c46-a85313987c7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:41:30.297843Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ec60bcb-8430-4f05-aa05-edeceb606fe4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The blue sky was full of yellow stars, and on the snow was an adorable white, slightly fat kitten with blush on her face, a purple scarf around her neck, and a beef burger on her head", + "public_commercial_use": false, + "recraft_id": "836ef598-8fb4-4140-86f0-5f4c9fcb691c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:49.980574Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "e4b7180e-10e5-4786-9f63-56a43d0a9baa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Asian ypung man with short bangs hairstyle side face picture with luxuries in a rooftop bar", + "public_commercial_use": false, + "recraft_id": "43b33612-4e89-432c-b775-6cea631c61fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:40:26.489223Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "4df6eaf9-c961-4835-bbe1-65dea5d88f0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create a poster featuring Horse Radio.", + "public_commercial_use": false, + "recraft_id": "4d81fb1a-03f8-419d-bdeb-62656438813a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:40:38.936773Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "72a72ab5-30c4-4085-80a9-f05284bdb617", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fountain spraying jewels", + "public_commercial_use": false, + "recraft_id": "abb7126c-ad32-4fd2-9869-ccb2a6527a86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:36.501387Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b22b162-5382-4459-a7b9-ee84ea05a79e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little bear came out of the forest, and the cake and butterfly were flying", + "public_commercial_use": false, + "recraft_id": "c69c85e3-6b6d-48bb-b1ee-00f97a10fbac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:14:50.455537Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry white cat with thick hair eyes big and round pink fairy wings flying in the dream pink sky with the letter y in the air ", + "public_commercial_use": false, + "recraft_id": "76cc546f-754d-43f2-bf82-250f0595415d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:27:54.149488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e546f2bc-ec44-4cf7-807d-3f9505dd6f42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Ragdoll cat wearing sunglasses is playing in the snow with a festive Christmas atmosphere, and the background features the aurora.", + "public_commercial_use": false, + "recraft_id": "e108b9c0-ffda-4e62-9232-fea6eb595af9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:05:56.175593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "044432e9-0d78-4d4f-83e6-5e66c52fefa0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A panda in the snow holding a cake with \"1207\" written on it.", + "public_commercial_use": false, + "recraft_id": "89733773-2907-4086-843c-543b08cf0765", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:30:49.635587Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute snow-white Samoyed puppy with no yellow in it sits next to a small black cat in the snow, they look very happy", + "public_commercial_use": false, + "recraft_id": "3a9bea40-885a-44c0-acf9-32673e0d0fbe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:26:24.758649Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9c5917f-df1d-4149-9e1f-ccd59777d48e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Big Lucky cat is walkin the old-growth forest,lucky cat is made by plastics", + "public_commercial_use": false, + "recraft_id": "dcdf9212-8ffb-4520-9418-72384a6f346f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:11:24.774552Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c7a4b20-c075-4024-b511-9afd05a8afda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow BAEKHYU Tree ", + "public_commercial_use": false, + "recraft_id": "2f2a3c90-080b-4b56-a130-4bb51c7fed61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:44:17.1453Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fe19736b-054d-404d-b896-da15829ed825", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A curly Schnauzer with a coffee-colored body and four white feet is wearing a Santa hat and a snowman running in the snow. There is a Christmas tree next to it, and light snow is floating in the sky", + "public_commercial_use": false, + "recraft_id": "66f59f64-4a01-4804-9e2f-df7ca3c1a6ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:09:18.596932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a09e5c69-237f-4533-a5b3-a2a4154b6d34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sponge and a prawn land in the pluto ", + "public_commercial_use": false, + "recraft_id": "a8c8ccb5-9961-4c15-aa68-355414ea492c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:08:09.702282Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c65937f-4355-4f11-b77f-251afae13ebd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kinkakuji Temple on fire, monk with his back to the camera", + "public_commercial_use": false, + "recraft_id": "63e1c537-af15-49d5-a4ac-1e656b845a67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:16.026651Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b369a9b4-dbde-40de-898a-1d5d8166fce3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the close view of the snow, there are the sea and blooming fireworks in the distance, the small white dachsund wearing a Christmas hat and wearing a Christmas dress is wearing a Christmas hat, next to the Christmas tree, the snow has the handwritten traces of \"TSR\", the melancholy blue night scene, with the dreamlike effect of light particles, the color saturation is high.", + "public_commercial_use": false, + "recraft_id": "45acbae0-f33c-4ec6-ba44-617cf9b0d2a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:36.84579Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "296e7f2b-f4c9-4ee5-bd30-51069631af8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lovely otter with a christmas tree, in a snowy night", + "public_commercial_use": false, + "recraft_id": "2b0d218f-cc17-4524-850b-65a3021a1b86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:41:08.132891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99649702-5db3-4edc-b9c5-91781525f8f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photorealistic image of a cheerful sponge, its pores filled with delight, as it listens to its favorite tune through a pair of noise-canceling headphones. Its facial expression is one of pure bliss.", + "public_commercial_use": false, + "recraft_id": "5fea0aae-4936-4c65-b628-8b540fcd28a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:19:37.606676Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1f18f7d5-ebbe-487d-9072-7da3159dc8d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "birthday cake with 1210 on it,Light candles", + "public_commercial_use": false, + "recraft_id": "c7953559-5e86-4b4b-a505-60db462ebede", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:52:27.271203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e149bcb8-c7ed-4e9c-9b25-37beae56f8cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is squatting in the forest where it is snowing at night and looking up at a beautiful, glowing butterfly.", + "public_commercial_use": false, + "recraft_id": "f430ffe2-eb53-4f22-aa51-29c1af6ab20f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:24:05.140408Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c063dec8-625b-437d-b07d-f2644bbb5255", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas-inspired cocktail by the glass features a green", + "public_commercial_use": false, + "recraft_id": "bdf2f89f-4ad7-4424-844f-401b8774d533", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:05:35.555403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11ef97f3-df21-48f9-9129-9f12910bf36a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a brown horse with a white head\\running\\ nature light\\ snow day in garden\\ sakura", + "public_commercial_use": false, + "recraft_id": "6d053539-1711-4aa3-a8fb-14741753f5ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:47:34.691323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84cb020d-15fa-4ff5-8cd7-05db56a761a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dog paragliding alone in Hawaii", + "public_commercial_use": false, + "recraft_id": "b0e3a20b-4151-4cc1-9e59-f438a94d5519", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:23:49.438663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46fdf81c-f22b-470c-91ea-8be2e2a1dc59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hogwarts corridor filled with students chatting and walking between classes. The walls are made of old stone, and there are various portraits hanging on the walls, some of which are moving. Students in different house robes pass each other, laughing and talking. A group of Gryffindor students are laughing loudly, while a Slytherin student whispers something to their friend. The atmosphere is lively, with magical torches lighting the corridor.", + "public_commercial_use": false, + "recraft_id": "d0c7fe3d-dd92-4cb0-9985-3ec7e5691ab4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:17.203181Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f8ac8155-e568-4904-a703-a46a5720cdda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A building in the city with a white semicircular ball on the roof", + "public_commercial_use": false, + "recraft_id": "9e8a8d02-38ae-4027-9577-b648420bf159", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:21:17.458108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14a8197b-c154-4c46-9712-780abdf83e40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the seaside, the close-up is thick snow, with snowflakes drifting in the sky. Behind it is an endless blue sea surface, with yellow fireworks blooming in full bloom. The fireworks are slightly larger. Endless snow, with handwritten letters of \"GJL SYX\" in the snow. Overall presenting a warm atmosphere. There are warm yellow lights shining down. No one should appear in the picture", + "public_commercial_use": false, + "recraft_id": "b8d2b916-bf21-4fa7-af33-7d02a4ce61f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:05:20.62184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4402defe-46d9-4fd8-afa9-6cf711867641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A 100kg strong man is driving a brand new landrover", + "public_commercial_use": false, + "recraft_id": "cfa126ca-3b14-45d5-a164-a9b8a2b640d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:14:47.051509Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "ab0f3aa2-da4b-4f49-80f1-3459ecd335d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beach, yellow sofa, black horse, white horse", + "public_commercial_use": false, + "recraft_id": "5e855ebc-2698-4f87-9c21-16617dfad14a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:12:52.963734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc06fd19-69ec-40bb-a83d-457218ab8464", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, seaside, Christmas, snow, snow, fireworks, aurora, beach, fairy stick, MYJ&ZSY written in the snow, in the distance is the sea fireworks, the city with blurred lights, angel, Christmas tree, warm and romantic atmosphere, cake, shiny crystal, Christmas The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word \"MYJ&ZSY\" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks.", + "public_commercial_use": false, + "recraft_id": "eaa99507-5908-440b-bd65-1ebf9d66bdd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:15:56.548622Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "965de5bf-68da-44f3-ab58-d76442bf5683", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man with a cat in his arms is on the moon", + "public_commercial_use": false, + "recraft_id": "f964729a-d51d-4878-8d46-6184075409b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:39.970242Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3387b3b8-df97-4b2f-947d-936064812d91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white three-story building by the sea, with orange light shining into the house at sunset", + "public_commercial_use": false, + "recraft_id": "29c50d78-2c3d-4683-8106-e166f22ace61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:23:01.713054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "356a3855-209a-4f4e-9219-58d2b4198641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cow work in pwc for so many hour and feel so tired and the cow almost pass out", + "public_commercial_use": false, + "recraft_id": "93029b65-1c52-41a0-b896-856d332b3acb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:52:38.419597Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "502045cc-01e3-497f-a9c8-ec8e3004ea22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown poodle surrounds with a bunch of teddy ", + "public_commercial_use": false, + "recraft_id": "5c649aeb-e4cb-41f0-9660-02c493c433d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:54:18.471488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0016322b-4c3a-43bb-8b63-f78d572e79c0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute brown bear in a black suit with red tie is holding a bouquet of roses under a blue starry sky outside", + "public_commercial_use": false, + "recraft_id": "1a476c49-7c18-4fd7-aa5c-cf218e8be303", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:44:30.60464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df391409-ba0c-4373-a8d8-a57e6479de5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A milky white French Bulldog is compelled to work in the office", + "public_commercial_use": false, + "recraft_id": "751b5d43-7cb4-409e-a0e2-0b17e3cf6f57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:52:26.548714Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hello Kitty - shaped snowman with a red bow, scarf, and heart stands on the snowy ground at night. The snowman is beside footprints spelling \"LOVE\". In the background, there are mountains, city lights, a vintage street lamp, and beautiful fireworks lighting up the sky.", + "public_commercial_use": false, + "recraft_id": "97d0eb0d-57d8-461a-9562-e689adcaec61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:14:51.499004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86760db2-66cf-43f1-8636-6e743c2b5ef6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Mickey Mouse in the pure Black West Highlands in the Little Snow Skye", + "public_commercial_use": false, + "recraft_id": "e210dd4b-6034-49f2-8e47-b4466964b3b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:18:48.313116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd3c811a-5aef-4f1b-a213-bb1869238ba3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cake has the number 17 lit candles, strobe lights and an all-black background with a little bit of ribbon", + "public_commercial_use": false, + "recraft_id": "bf405e14-098b-47bf-be55-2289325a2ce0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:25:44.796702Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7709849-55be-483b-b5b4-018f4a8f56cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young Asian man with orange spiky hair and a sleeveless T-shirt is standing next to a grey car and fixing a green inflatable kayak on the roof of the car.", + "public_commercial_use": false, + "recraft_id": "837777ef-3635-4e70-9f26-09d9e004e3ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T01:37:55.357007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb25946e-3934-4974-a415-4f6872685d96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calico cat in Iceland watching the aurora, on a snowy Christmas day.", + "public_commercial_use": false, + "recraft_id": "cd455d2c-d693-4b31-be57-97aac46ae709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T04:22:05.395172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus is holding a letter in his hands, we see all santa claus ", + "public_commercial_use": false, + "recraft_id": "7e776295-5485-4e8e-8563-189d5c0b85d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T09:26:46.928334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e94468b4-286a-497c-875b-44440be18ba0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty wears sea-blue dress. with a background of an ocean and sparkling stars. ", + "public_commercial_use": false, + "recraft_id": "bccbbe0f-7436-4a28-9998-aadebf515d2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T07:56:24.982979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "577fd888-6016-4ccb-aea4-a61aca78607b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cheetah is running", + "public_commercial_use": false, + "recraft_id": "9f881954-c0da-432b-85b2-a7473e373365", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-04T04:58:51.881594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "if the sky is pink and white,if the ground is black and yellow,driving acura halfway on a slow move", + "public_commercial_use": false, + "recraft_id": "36acaf56-13a4-4f26-a58f-8fd695d9b2eb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T18:04:49.685572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aee67b0c-c384-40a2-b9d6-e47c8a77f56f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A milky-white long-haired kitten with yellow butterfly wings stood on a window sill Looking at some yellow butterflies and white snow and trees outside the windowite snow ", + "public_commercial_use": false, + "recraft_id": "20fa4ba8-491f-44ac-8348-9285ee30f7c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-04T09:05:58.169109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "111017b1-2aea-430b-89fe-43211064bdce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black and white Alaska malamute sitting in front of the christmas tree, light snow falls from a pitch black sky,", + "public_commercial_use": false, + "recraft_id": "151eaf82-aa1d-474b-83aa-4571d27a938d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T04:59:08.065663Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1613d410-2d2c-4601-b3c7-c2c27adfaec0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Abstract, surreal, visually intense, and unique shooting perspective, featuring slums and a composition that appears symmetrical from top to bottom", + "public_commercial_use": false, + "recraft_id": "6ec31d9e-19af-4819-80e0-ffe9cee9d0e7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-04T14:14:09.001644Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4683dd7a-d9bf-4260-99f8-4793429e659c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is smoking and sitting under the Forbidden City in China.", + "public_commercial_use": false, + "recraft_id": "9f32ca35-fec3-47c8-84dd-4a25dfb41f8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T14:16:40.104834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86a51153-8eeb-42b7-af76-61e230af5a40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a flying moth darts into the fire", + "public_commercial_use": false, + "recraft_id": "4056a5a3-aff3-4ed9-a86d-fffa871cdc75", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-04T23:07:53.300133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b4db1d3-4f08-45f9-8e87-236f65f0db1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white goat in sunglasses standing in the middle of the office of a creative branding agency, many laptops lying on the floor near him, 45 degree view, respecting scale, photo by Rineke Dijkstra", + "public_commercial_use": false, + "recraft_id": "73b26d8f-e3f4-4661-9dbb-1cfaf5b1836c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-04T14:31:22.153512Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "042c24e2-f61f-426d-8f0e-5023f7b7f937", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat reading. The cat has a slender body with blue almond-shaped eyes, cream fur, and light gray stripes on its ears, face, paws, and tail, wearing a glasses.", + "public_commercial_use": false, + "recraft_id": "055dc840-104c-46e6-8712-6d43e78d86e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T16:08:38.373463Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "673c6046-5dfa-459b-9f4d-66a9f9f6e1d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute lamb and a charming deer, accurately resembling their species, snuggle together in the center of a heart drawn in the snow. They are facing away from the viewer, admiring the vibrant fireworks in the distant sky. The scene should capture a warm and dreamy atmosphere.", + "public_commercial_use": false, + "recraft_id": "39f55798-9c1a-4f8f-a13b-2b7a204b4357", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T10:36:57.180693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20b9131f-a5e4-4715-b52e-e9a9dbb395bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy lying on the grass in the sun and sleeping", + "public_commercial_use": false, + "recraft_id": "5153e285-5303-4aa6-8a39-f3db791241a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T08:41:54.304872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten with transparent butterfly wings and an angelic halo on its head sits in a sky of white clouds", + "public_commercial_use": false, + "recraft_id": "43726f3e-7717-445c-ab91-43188801efd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T06:29:02.650743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "644f747b-2107-44df-ac37-7217369fde03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty with black suit and tie, in heavy snow, umbrella", + "public_commercial_use": false, + "recraft_id": "df38e265-0183-4d5b-b7ab-819041d2a345", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T17:58:25.129015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a54c21f6-b249-4461-aabc-a318601266bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "We could leave the Christmas lights up til January", + "public_commercial_use": false, + "recraft_id": "c282b4e2-6cd5-45e7-bab9-f724a2f525c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T23:28:14.317464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00530d4d-ce24-43db-9f1e-9ad40b9b01d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One parent teaches at a community education center", + "public_commercial_use": false, + "recraft_id": "2d89ce32-ca0d-4486-b891-f1b7cf70d1b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T08:00:40.749022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3bee814-9c7d-4c74-bf37-0f2e8db5ff31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Doberman", + "public_commercial_use": false, + "recraft_id": "2e24bde6-75be-4896-ac2a-8b365ade7188", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T09:29:11.552139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dccec76-b44f-46de-94ca-a6f332d81fff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty is wearing a green grass-themed skirt, holding a bouquet of flowers, with lush green fields and warm sunlight in the background. She has small bull horns on her head, giving a sense of steadiness and calm. The setting includes elements of nature, with earthy tones and flowers all around.", + "public_commercial_use": false, + "recraft_id": "bd611706-447b-495e-b52f-3bc5edea0c02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T08:30:02.557397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c30fb532-4e6a-41ca-a393-cd3d0472918e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white dog sleep on the green ground and paly with a cat ", + "public_commercial_use": false, + "recraft_id": "fd94c4bb-d93c-4d6b-bdb4-f5396ceb2aeb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-04T03:56:45.148862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white Bichon dog wearing a Santa hat, running happily in the snow, big smile", + "public_commercial_use": false, + "recraft_id": "98cd314d-fedc-4c14-8bd5-091c017a7546", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-03T09:40:15.029997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91401ccd-a7d3-4b50-be0f-b6712355582c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white bichon frise in the snow, with a snowman next to it, and there is a aurora in the sky behind it.", + "public_commercial_use": false, + "recraft_id": "82b5215c-d8cc-4c0e-8ff4-502eb676d881", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-04T08:43:22.362768Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "972d0516-574b-4365-a501-90c25e610a98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "give a black male body builder, super jacked, with purple afro builder looking serious in the gym, staring into the camera, while lifting weights, the gym should be dark he should be wearing a suit, but modern look, and he should be in a business meeting", + "public_commercial_use": false, + "recraft_id": "3e7b5e30-0b34-497d-9859-d7f5237c8b53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:30:31.075142Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "1bc1e7bd-6893-4c32-9943-af8fcf487530", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "write 2025 and CARNAVAL DE VENISE in snow ", + "public_commercial_use": false, + "recraft_id": "37975e4a-f76c-46bf-b589-5a379dc5a210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:14:15.513145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68cae8aa-3ddf-41cb-90aa-558192e79d69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white beach with red sunset clouds all over sky, orange-red color-died sea, ravens flying over sky, giraffes walking and running on the beach", + "public_commercial_use": false, + "recraft_id": "db9fdf7d-1a42-4a41-877d-b9e65f3c6858", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:40:11.599188Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3253cad3-4201-4336-9656-59bc5f4e1620", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An owl playing accordion at dawn, with many books of literature and a window behind", + "public_commercial_use": false, + "recraft_id": "ebde6220-3cf9-4af9-bcc4-4a5259d35554", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:35:13.773882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two asian middle-aged men in a 1990s Chinese guesthouse room, the scene captures a nostalgic and rustic atmosphere. The room features three single beds, two wooden chairs, and a simple washbasin stand. The walls are worn and peeling, showing the passage of time. A window overlooks the sea, framed by thick, gray-black clouds on an overcast day. At the end of the corridor lies a shared bathroom. Near the window, a small table holds a bright red thermos flask, adding a vivid pop of color to the subdued setting.", + "public_commercial_use": false, + "recraft_id": "de762137-4af1-496a-b086-653f990e108f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:16:21.187188Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4b18e81-be5a-490d-8445-add4dd576d1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tree house", + "public_commercial_use": false, + "recraft_id": "79f701a5-14bd-45ad-b9b0-9131b4d4ef21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:09:24.054831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c357f7ba-7463-4d05-9d58-c07f29c9e806", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With light snow falling and the setting sun, twoRagdoll cats meet", + "public_commercial_use": false, + "recraft_id": "ed1c5cca-19fb-4624-b704-ad794840eece", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:22:31.735449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec834a39-17ad-42cd-a980-110a7593a3f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a hamster in the snow with a pink sky and wrote jia&jisung on the ground", + "public_commercial_use": false, + "recraft_id": "f32087d7-661e-4b3f-a158-a7767d2f3e60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:20.266758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c2f4e11-25a0-4991-9515-d13f7dc3ca5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a snow mountain in the distance, the golden retriever puppy lies in the snow, there is a Christmas tree next to it, the sky is floating light snow", + "public_commercial_use": false, + "recraft_id": "575b8c57-47bf-4b79-89c5-45a01fb9fa82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:28:51.553546Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e192e259-0f34-4d7e-94f9-054f1b2f57e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag Plastic pocket On the outdoor lawn daytime Bright light ", + "public_commercial_use": false, + "recraft_id": "f098be55-fc19-4ffc-b428-9a6bd6a12ea4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:32:03.583865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d602a2f-1607-4662-9115-8921e0316e05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The giant cartoon hedgehog in a bowler hat has come from the wilderness to go to the sea, the distant siren has sounded and life stands in her way.She gifted me with stories and I wrote poems for her.", + "public_commercial_use": false, + "recraft_id": "c3bd4c5c-989d-4e26-8e79-92457fc0be4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:44:45.373592Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "69d94e82-fd34-4e22-a123-82e1fe84f44d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.The performer on the stage had short black hair and was wearing a black T-shirt.short black hair", + "public_commercial_use": false, + "recraft_id": "e10e47e0-b0bb-457e-92a8-ab58e65bc791", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:00:45.022222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0808b9cc-d405-40cb-a24b-69cc77db4c5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the Christmas tree, a colorpoint ragdoll cat with black face and white paws in a Santa hat and sunglasses drinks coffee while working on a computer", + "public_commercial_use": false, + "recraft_id": "31060e74-f1c5-41f6-bda0-caf3634d5141", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:37:56.647631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3474efe9-a400-474a-8aa7-65e49dbd5393", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu sat in front of his computer drinking a big glass of wine ", + "public_commercial_use": false, + "recraft_id": "4f8da681-079c-4354-b90e-acbde7163365", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:01:05.020326Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1cf312e9-d520-4181-a7d3-24d6679f7e7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute dog with an angelic halo stands on white clouds, next to the name Yola, with the background of the ocean and seagulls.", + "public_commercial_use": false, + "recraft_id": "32af12e9-d8cb-47c4-a133-92921ed9e27a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:56.473545Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4ad3e0c-ddab-4eba-b7ff-f87211afb42a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two adorable white Maltese dogs are on the green lawn with computers in their sunglasses and headphones listening to a song", + "public_commercial_use": false, + "recraft_id": "282f1102-3f4e-4793-ac68-8bf21cec7d96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:23:11.753154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efe0afee-3075-4553-8709-3b5b1cf1588c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Bichon Frise sits by a square window with sunlight and grassland", + "public_commercial_use": false, + "recraft_id": "a1657247-6368-48c5-aaa0-bc5da1393cd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:37:36.652015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dc2f263-3134-4a22-a832-c41aa3851adc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a huge five-pointed star drawn with red paint on the ground. The red paint is like blood: some people kneel around the circle to worship.", + "public_commercial_use": false, + "recraft_id": "08d331df-9c6d-4953-ab6f-440d12c58f88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:03:58.58008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ca223d6-6036-4df9-9572-b92bd993ff13", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Burning portrait", + "public_commercial_use": false, + "recraft_id": "f1bc3d21-0c92-4b61-af60-15986542fd2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:08:01.436335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37a35209-6f08-4095-b433-9d5ab3a9ec4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's Chinese food on the table, and a note on the fridge reads, 'Don't forget to eat, dear.'", + "public_commercial_use": false, + "recraft_id": "a4ff85a3-814d-4fab-a052-00f5c185c231", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:15.998412Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5a9eaafe-6302-475f-a34f-4c7aa593d5a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the melancholic blue night scene with brilliant fireworks in the distant view is a sunset by the seaside. The close-up is a white Hello Kitty doll wearing a red bow and red clothes, with KMY written on the snow. There are warm yellow lights hanging next to the lights, and the ground is surrounded by Christmas trees filled with gifts. The color saturation is high, and there is a dreamy effect with light particles", + "public_commercial_use": false, + "recraft_id": "3c782f86-07a3-49a4-ae29-8022d03caa53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:38:25.797534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d479120c-b7d8-4c2b-92f7-3d3414392e91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a puppy and a cat ,watching grand fireworks by the seaside ", + "public_commercial_use": false, + "recraft_id": "bdbd8242-ad7d-4712-a323-a802983b1000", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:11:34.505152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e045c14-417f-4fe6-8d1b-0c72dd509163", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white long-haired cat with blue eyes who is sitting in a black sofa is drink a bottle of beer (Corona ) in a dimly lit room", + "public_commercial_use": false, + "recraft_id": "aeb9c439-bc7a-4b12-9d94-5fde1a6c3261", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:25:32.514381Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d481416f-6c6b-47a2-bc33-ec83e5a203f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "yellow cat having christmas cake in snow", + "public_commercial_use": false, + "recraft_id": "3b3d266f-e8f9-438a-825c-30f6e4a07a0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:09:53.948891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b777521-4587-43e3-bb9b-56cce1f40718", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white long-haired cat with blue eyes who is sitting in a sofa is drink a glass of red wine in a dimly lit room", + "public_commercial_use": false, + "recraft_id": "05d7e6a9-58ad-4491-a708-787f4316eea7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:14.773666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1162e1c5-3945-4257-94ac-cda423e19d5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three cocker Spaniel dogs wearing Santa hats surround the Christmas tree", + "public_commercial_use": false, + "recraft_id": "c72e126d-706d-47f1-9ee3-d6eef09f6a31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:54:50.906178Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f246a9da-5e15-4e17-a360-a74dfeed3cda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow Shiba Inu playing in the snow", + "public_commercial_use": false, + "recraft_id": "53642c79-8065-418e-a80e-ceb3aad47db2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:40:08.678045Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5cad7d30-e613-4fe6-bbaf-ed24a4a268f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.The performer on the stage had short black hair and was wearing a black T-shirt,Wearing a shiny diamond-studded necklace.", + "public_commercial_use": false, + "recraft_id": "df57a53e-1727-4d4e-852e-dd318542663e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:04:10.417139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02122994-32fa-4c79-b5bf-7f5c4cc143c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland Dog holds a wine bottle and plays in the snow, with aurora in the sky.", + "public_commercial_use": false, + "recraft_id": "fa5440c6-b250-4adf-b469-919c8c754064", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:47:00.222972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2092dfe-3d44-4c1b-9540-e7453026c1e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I would like a photo with a film-like texture, featuring a chubby and adorable calico cat and a tall, robust orange cat sitting under a Christmas tree laden with gifts, toasting with mulled wine, creating a warm and cozy atmosphere.", + "public_commercial_use": false, + "recraft_id": "489806e1-788f-4f4d-98fa-2f584ad1828e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:34:16.16327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0405d0b2-8cf3-48a5-aa58-d4b79bb944a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two middle-aged men in a 1990s Chinese guesthouse room, the scene captures a nostalgic and rustic atmosphere. The room features three single beds, two wooden chairs, and a simple washbasin stand. The walls are worn and peeling, showing the passage of time. A window overlooks the sea, framed by thick, gray-black clouds on an overcast day. At the end of the corridor lies a shared bathroom. Near the window, a small table holds a bright red thermos flask, adding a vivid pop of color to the subdued setting.", + "public_commercial_use": false, + "recraft_id": "0f71354a-f7ca-4692-8f78-5a0f0c17500b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:33:07.511162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8053330-3021-4a19-ab56-a0c613d5dff2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"LLL\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "5b5610de-6a53-4fc4-94f6-d5673b5e36be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:41:31.553673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "611be618-8576-418e-8422-d543d3ddda55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty with cute clothes standing next to the words\"Yao Yao\"in the white snow,and many butterflies are stirring their wings", + "public_commercial_use": false, + "recraft_id": "bdd045ea-2d04-49ec-9ea6-43a6a192efa8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:39:23.015951Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7baf9373-d532-4410-b5b5-0f4f4c360776", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "THE SEASIDE, ISLANDS, ORANGE TREES, SANDY BEACHES WITH THE WORDS \"SEUNGKWAN\" WRITTEN ON THEM", + "public_commercial_use": false, + "recraft_id": "b75aa675-bc11-420f-88c2-ecf051749c3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:55:59.750048Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff4f00fc-b3b1-41ef-bcab-3f8577578329", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little white kitten walking dog on the beach", + "public_commercial_use": false, + "recraft_id": "30280eda-5e35-400b-867e-4df42ab8cf5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:52.523876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "in the evening, a cream scottish short cat with a scarf is taking pictures of the Mount Fuji with camera, standing besides Lake. It is winter and is snowing. ", + "public_commercial_use": false, + "recraft_id": "046cb2fa-dae2-4c4d-8804-7f097b621f79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:58:15.954081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64416f58-5a8f-4e3b-8eee-e8aae9e6bf24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wearing pearls and sunglasses, hello Kitty is standing in the snow with a chainsaw in her left hand and a book in her right", + "public_commercial_use": false, + "recraft_id": "a758957e-37a1-4742-9a3e-aab36a57f6b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:39:53.383697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a4624ae-d5e1-4e49-9ca5-48c088c571a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lions are running", + "public_commercial_use": false, + "recraft_id": "4463fc0d-fa93-4519-9a5e-f505dfbeaaf0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:43.950094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e925da4-399e-4444-862a-93012e3b4d0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "coffee table formed by combining big triangles, squares and hexagons", + "public_commercial_use": false, + "recraft_id": "263cf202-95f6-4e31-92b9-36a0ea5a8e7d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:30:31.249373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d615504-2147-4177-a73e-a3321f78875b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter, snow, night, a cat with a golden magic wand, a HelloKitty with a red scarf and black glasses, warming up around a bonfire.", + "public_commercial_use": false, + "recraft_id": "bd1df5a5-7948-408a-abc6-ed01bd3d46ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-05T04:21:41.452735Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "1a7c8211-809a-4ea5-be5f-514318d8e07f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tinsel with colourful light reflection on top. christmas tree monster with hands and legs", + "public_commercial_use": false, + "recraft_id": "4b11347f-b454-4121-9ea6-e53c0a8bbbec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:34:48.636615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04db457b-d03c-4d72-a921-aa3494334ad1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snowy day, sunny seaside, little deer", + "public_commercial_use": false, + "recraft_id": "84c2d911-c821-4331-b7e2-fe7d4491f779", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:36:29.698393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e73775a-d505-496a-9a2a-7d5d9cbd75f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two pictures, respectively, a cute golden retriever frolic in a beautiful natural scene, can be cool with sunglasses, can be funny, another dog with a bunch of red flowers in his mouth, retro film atmosphere, nostalgia, Fuji style, avant-garde bold", + "public_commercial_use": false, + "recraft_id": "8fb41bce-eee3-489f-ba92-ae9efc2473fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:45:47.739404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7aad45ba-f6ee-42b0-8d0f-19a79cad3944", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a big Christmas tree in the snow at night and underneath it there's a little golden retriever pup wearing a birthday hat.", + "public_commercial_use": false, + "recraft_id": "85036d7e-dc3c-476b-a2ff-b16d4994a229", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:00:41.381251Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "31a2904b-7598-48a0-b5a0-d91d030245b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The rusty carrousel, with its colored light bulbs, was surrounded by tall grass that spread out to the abandoned snack stand and the bumper car. The roller coaster tracks materialized out of the mist.", + "public_commercial_use": false, + "recraft_id": "e1182a59-6430-4883-aa88-696da49564f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:08:18.032179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c40cd94-2e0b-449d-b2b3-479f0680d23c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In blue , christmas tree monster with white puppy, eating popcorn, watching tv ,outdoor, lonely but feeling warm, Monstera deliciosa beside. Light leak", + "public_commercial_use": false, + "recraft_id": "5f739ece-cff5-47a6-8cbd-1052022a029d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:19:56.893361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat wants to go to the bathroom in the classroom and waits for the class to end", + "public_commercial_use": false, + "recraft_id": "f33f1de4-1519-493c-8bd4-553c33768a9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:25:43.251609Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb90469a-9849-406d-8830-90399b4867ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Try to believe us. Feel us. Let it bloom. The flower in your heart.", + "public_commercial_use": false, + "recraft_id": "86dbe746-ecac-4599-8742-4e710898842f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:59:45.724337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ecd203f-2da0-44e7-b064-a989a6da81c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Giraffe diving and swimming", + "public_commercial_use": false, + "recraft_id": "299e61fb-fea3-41b1-948f-dd4c15b697a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:57:09.273207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc017869-b215-442d-84d2-6e17fe10f22d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow Shiba Inu wearing scarf at sunset by the sea", + "public_commercial_use": false, + "recraft_id": "01928580-1d04-4672-82af-9c12380e2dc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:29:32.229209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68374e09-ab52-4cd6-9a75-6b6db8734e5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a little golden pup in the snow at night with his front facing me and a pair of little angel wings on his back.", + "public_commercial_use": false, + "recraft_id": "e852be7c-db39-4cc2-9a2b-72f187cf411a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:09:33.204777Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa1a7997-3095-46ec-bfc7-7cf2c733bd1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black and white Teddy dog playing the piano", + "public_commercial_use": false, + "recraft_id": "d2c41407-2a8d-49f5-b996-e79cd99436e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:00:51.144755Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "562d1be7-b01a-47aa-8000-f09c21fa9f5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Thousands of horses rushed towards the camera, with a person facing away from the camera in the center. The background was dark, with grass on the floor, and night fell", + "public_commercial_use": false, + "recraft_id": "6af8ee57-09a3-4fd3-8a37-74ed3e526a7c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:02:08.081828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d443542a-7e5f-4ea1-85c3-4d000cb9102e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "men and women white dog blackwhite dog sea play ", + "public_commercial_use": false, + "recraft_id": "23e741f6-2d16-428d-8d73-8165086af327", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:44:00.629314Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff46f940-6a79-44e6-91b1-dbb06d2f9bf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "use photorealism type and generate a image with: a light white horse running in a snowfield and now is blue hour(in winter, very blue), there are shiny starlight. the horse should have long legs", + "public_commercial_use": false, + "recraft_id": "f75a495b-51be-4d93-bbeb-be79ba2ac5ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:42.589396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "737eff41-0968-4cff-a7c1-f8e0dec9cfd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter asia family, face camera", + "public_commercial_use": false, + "recraft_id": "54105f8f-2037-4871-820e-4331506a9b43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:12:54.706481Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57c0d84f-3552-4d61-9e5b-4a01a4e5f34f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute cat ,hello kitty doll,under the christmas tree,merry Christmas", + "public_commercial_use": false, + "recraft_id": "b2e00acd-0815-491b-8da3-053464a22262", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:50:15.173632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8207b9f-b163-4d8f-8063-5b46509dd829", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty faces an exploding volcano scene with an gun in her hand.", + "public_commercial_use": false, + "recraft_id": "d456dd42-08d1-440e-ad45-72764565c606", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:12:17.391946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8b4c56f-810d-4878-a93f-3b3d9c81223c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats kiss, snow field, stars, christmas tree", + "public_commercial_use": false, + "recraft_id": "e3273768-1243-47b1-9523-9db19b1803b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:54.989032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c10478c-6fca-41cb-8f97-0a6dea0be496", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An astronaut with a cuff hook looks at a mall sign", + "public_commercial_use": false, + "recraft_id": "e2f37edb-e0f1-41f3-8661-9549c7dbb79f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:39:53.57626Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "bbb35192-7181-4447-af18-7d1f92cd72a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow,apple,snowboarding", + "public_commercial_use": false, + "recraft_id": "eda285f8-e7df-446c-86fe-08a7e5b0c929", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:03:11.553912Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "30316ebb-a8f6-4651-b5e0-e8fedd27f54c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "It's snowing in the blue sky, and there is a Lexus lc500 and hello kitty next to it.", + "public_commercial_use": false, + "recraft_id": "0a791beb-20e3-4950-a1f1-52926f0fb945", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:17:04.563027Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3db8dbf9-97f9-428c-9314-91e1ba615e23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Chihuahua wearing pearl necklace drinking whisky", + "public_commercial_use": false, + "recraft_id": "39166a77-4962-4090-8973-0e00e8c38a61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:57.763175Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fab61eb-7e31-4225-bf22-16a5d71c5357", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Vista Sun sea sailboat white clouds", + "public_commercial_use": false, + "recraft_id": "57378489-81fd-4c49-bb41-8c1d30a28897", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:24:49.043499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb920ca4-a191-4bad-87bb-c86cf4c45af0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolians riding horses on the grassland wearing Iron Man masks", + "public_commercial_use": false, + "recraft_id": "ce471261-0994-437e-9a2c-11e4e817ead8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:16:16.707232Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "699a9d61-9252-4f91-86cd-15b7d4024aed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two adorable little pigs are dancing in the snow, one in a windbreaker and the other in a skirt. The snowy background is a pine forest, with winter sunshine.", + "public_commercial_use": false, + "recraft_id": "74fe9c43-07a9-43c7-9398-e2c2bdfbee79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:37:19.093971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "126a5f2c-1ce5-4ccb-8188-f3e49e4328fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats watching the winter sunset together by the window. ", + "public_commercial_use": false, + "recraft_id": "9ec486f4-b2f2-4466-bb6e-0221048374c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:38:45.730316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09ea9b5a-a795-4d9c-b061-86de36a77e67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty wearing suits and playing piana, beijing forbidden city, maple", + "public_commercial_use": false, + "recraft_id": "8d0e898a-47b2-4241-9226-4b079bebcc6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:52.542156Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "618e4ccf-8d38-4612-90b9-d3ded66dd85c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Singapore bar table with a bunch of cocktail glasses and other food", + "public_commercial_use": false, + "recraft_id": "f9014900-0118-417f-b322-771de6c958d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:27:44.644458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81a9085b-a5d2-4bef-baab-8daf65b1f38d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland is flying a plane, wearing a captain's uniform", + "public_commercial_use": false, + "recraft_id": "3db104dd-89a5-4380-905b-aa8bf0e833fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:10:57.455815Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "918d37fe-fa98-4e6d-806e-640d1a39d7f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Xinjiang, horseback riding, ", + "public_commercial_use": false, + "recraft_id": "3b3eedd3-9081-4500-9e26-fa6db28fa6bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:10.025016Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7aee9121-2b87-43ee-ad01-2d2c8f7caece", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A kitten wearing a pink winged ski suit skiing", + "public_commercial_use": false, + "recraft_id": "f18e6495-28a4-4ed6-a38a-20711e81a7d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:03:52.495615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d90c13e-1383-479c-8328-2c8725ff0cd4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two cats cuddling and celebrating their brithdays. There is confetti in the air and they are both wearing birthday crowns", + "public_commercial_use": false, + "recraft_id": "e89be99c-bf48-4c4c-8fe1-8e527c0a0f94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:27:01.003077Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d644e43e-1b39-4000-a5b0-70380d0feb6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little golden pup in the snow at night with a pair of glowing wings on its back.", + "public_commercial_use": false, + "recraft_id": "fa03d0e7-274e-48ae-b036-49869054f0bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:51:15.16001Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ac9facc-f5aa-4d97-8818-03cc254b5bb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "music dog snow night", + "public_commercial_use": false, + "recraft_id": "c2b0a867-db0f-4140-980a-85560ac67683", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:02.880637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"XYQ\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "c6529d8a-3c16-45c3-a507-044f6a403600", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:45.503193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "three shiba inu and a couple", + "public_commercial_use": false, + "recraft_id": "c878cde6-f749-45ce-9f78-74f3918ab7f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:00:11.06715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "792bddeb-8fb9-4f96-aa33-da3747f04ed6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is wearing a green ski suit and eating a delicious peache on the beach.", + "public_commercial_use": false, + "recraft_id": "8aa5da80-6638-44ee-be6f-2a8ad53d6896", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:14:59.472741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a1e8aaa-59e3-485e-a10c-40d7f390cc19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The wandering sun in the universe", + "public_commercial_use": false, + "recraft_id": "9d96f4f7-d069-42b1-a876-230e9a292e10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:12.217032Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81286c49-aec6-4589-b6be-a20e27204a32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, a golden kitten in the snow, the sea, the fireworks, the sky is shining with raindrops, and there is a Christmas tree by the sea.", + "public_commercial_use": false, + "recraft_id": "cbfc02cf-1584-4179-842e-acc74aaabb9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:31.717997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white rabbit is celebrating his birthday with a hat and enjoying his cake", + "public_commercial_use": false, + "recraft_id": "612121c8-1687-4936-88ff-60f2d4d5e4a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:40:24.574009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The streets of the north at dusk, the streets are empty, and the sunset and sunset end in it.", + "public_commercial_use": false, + "recraft_id": "3fc0dda1-8fa8-46dc-9aca-f8f089467139", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T07:57:37.099195Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a6fe644-9000-4c6b-a81a-08bb6102518f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a glass of white wine ", + "public_commercial_use": false, + "recraft_id": "306a4a82-4bdd-4db6-a680-64f163141002", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:19:04.663201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66410dc0-94c6-448a-be28-76392d239f50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "written in the snow, in the distance is the sea fireworks, the city with blurred lights, angel, Christmas tree, warm and romantic atmosphere, cake, shiny crystal, Christmas The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word \"MYJ&ZSY\" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks.", + "public_commercial_use": false, + "recraft_id": "eb68ae60-8df0-429e-9ec7-e963cb6303ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:04:06.878707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "129bed39-4135-482f-8492-53d55185a0ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Want to die ,no people,cry", + "public_commercial_use": false, + "recraft_id": "3f0d8db4-9547-4974-8925-2696b9760e4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:02.138021Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c26e15fd-1550-4cfc-83ee-bdfa79a78f18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag Plastic pocket Bright light", + "public_commercial_use": false, + "recraft_id": "7a21f607-3a42-4e21-8f67-e3bccc3cd76e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:56.350439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53aada1a-fc4c-4993-9ec7-2a1c64176b34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow Shiba Inu wearing glasses watching the aurora", + "public_commercial_use": false, + "recraft_id": "a3884dbf-2167-4b22-ba9b-47d2c0d9ff69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:43.981793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6e7e71e-db1f-4c6b-b103-9b4be8a64e96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow Shiba Inu wearing blue scarf watching aurora at the beach", + "public_commercial_use": false, + "recraft_id": "626e95cc-6eac-4c29-84f9-5c2cb9c2abde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:59:14.676822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "345831db-6ada-40b3-8c23-e9acb938a3d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the blue sky and white clouds, a white long haired cat wearing headphones is running on the grass", + "public_commercial_use": false, + "recraft_id": "9ba4b478-b0c6-4810-a3f0-4e6b3b4a9cd1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:34:16.451964Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9aed5bf-6963-4a2d-b042-8558d437b467", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snowy in winter, a cute little golden dog wears a Christmas hat on his head, the blues sky, snowflakes falling", + "public_commercial_use": false, + "recraft_id": "2ad94d16-f751-4b37-9d6f-b3b2efd6a2fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:58:31.913362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "67da0874-b064-46d7-bd22-52095825a59a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty is making the nails and the background is the volcano", + "public_commercial_use": false, + "recraft_id": "fa3aec22-0edd-4f41-b6e7-ded022854aff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:25:00.596356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cee09219-57df-4bb0-9307-3a3afda5b66b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll wearing pink clothes sitting on the snow. The words \"Z X X\" and heart - shaped patterns are written on the snow. In the background, there is a Christmas tree decorated with colorful lights, surrounded by snow and illuminated by the lights of the night.", + "public_commercial_use": false, + "recraft_id": "b7e1d551-84e5-460a-8f96-426e8680fbb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:20:43.374264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2664af3a-0291-40c3-8210-5d150614b987", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Wish me well\" snow marks, bunnies play in the snow, meteors streak through the sky,", + "public_commercial_use": false, + "recraft_id": "d05e2c35-0fe2-4d8d-83e6-1a43abcd877f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:18:52.764554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "951ac9b5-a2ba-41e8-8329-0f625f596f12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a waiter wearing a huge animal mask standing at the front desk of the hotel", + "public_commercial_use": false, + "recraft_id": "8c3c0dc2-8e27-467f-b9d8-a03a518887dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T08:34:13.750338Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1113decf-b18a-4c4b-b13b-e2c653b4fe20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy dog is playing with butterflies on the snow outside, the moon and stars are shining in the night sky, the snow is written \"snow\", and there are snow-capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "a7860f26-fb58-4fe1-b64f-3df069f6de9f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:32:30.886521Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bb115ff-8711-4759-9f7f-e70f1e087e49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "It's snowing heavily, the sky is very dark, and there is a puppy with a bib.", + "public_commercial_use": false, + "recraft_id": "1d9e471e-0313-4381-bdac-4888f28c6a40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:04:47.42177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "384a8277-6d29-43ff-b4fd-468f6f098b70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh and a black Labrador are playing in the snow with a beautiful sunset in the background.", + "public_commercial_use": false, + "recraft_id": "285785da-f5a8-433f-ae5a-779442d2078d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:33:22.681019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91dc4117-0482-4d1d-9db5-ed43f159a986", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy dog is playing with butterflies on the snow outside, the moon and stars are shining in the night sky, the snow is written \"snow 1to7\", and there are snow-capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "876e6fbc-91c4-4bf9-b3fc-3a1ea9127a76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:42:29.641909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e441949-b1a8-4167-8412-2acce9c28333", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Golden Hair and Little Samoyed watch fireworks and aurora in the snow on Christmas.", + "public_commercial_use": false, + "recraft_id": "1b166dea-a768-4dc7-abdb-c4a16d262c38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:40:01.641386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc7b69fd-5927-43d2-b255-8d0d37d1dd2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shells sea", + "public_commercial_use": false, + "recraft_id": "5952f255-0da0-4625-81f3-c22ac1cae8cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:26:46.012805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fff9161-c433-4225-a84a-3d67745472e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pingu wearing glasses and drink his tea beside the ice berg", + "public_commercial_use": false, + "recraft_id": "8653fe5d-c9e3-4c81-a942-dc23e84bdc6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:45:27.57411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49d23f53-ec8d-4bf5-aec6-d0d74a81542d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the thick snow, there is a cute dog digging a hole", + "public_commercial_use": false, + "recraft_id": "95bdf71f-6a5c-47e5-8f52-50c97b117a4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:05.344219Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "685067b5-c0ae-4f4f-8701-214479e50cd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two fishes under the chrismas tree,opening gift", + "public_commercial_use": false, + "recraft_id": "f674550a-581c-4358-9793-eb2a3279adce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:52:04.972372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2a31a4d0-c215-413b-a0e3-9f1fa81e67fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "word zwq in the snow at sunset with fireworks", + "public_commercial_use": false, + "recraft_id": "a4c55fa2-3d5f-4cf9-ada4-f7a98cbbdbc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:03:27.408795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "392d778e-d204-4db3-afda-1dbe564eb133", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Mickey Mouse held a bloody axe in his hand, and Donald Duck held a sword. In a medieval castle. It is surrounded by the remains of bones. Blood flowed out of Mickey Mouse's mouth.", + "public_commercial_use": false, + "recraft_id": "61206475-e6bb-48d3-b4cd-4a5be14545b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:30:20.120014Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "02e3b38c-9200-4a89-836b-2f7ca51bc44c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag Plastic pocket On the outdoor lawn daytime Bright light with sunshine", + "public_commercial_use": false, + "recraft_id": "fb046106-7c2e-43ac-87c4-14bce3b36222", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:37:55.357007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11d4e80f-2770-45c4-8144-465e04e47742", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calico cat in Iceland watching the aurora, on a snowy Christmas day.", + "public_commercial_use": false, + "recraft_id": "cd455d2c-d693-4b31-be57-97aac46ae709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T07:31:55.970542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6d1b268-dfd0-42ca-9cc3-49676b527062", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is half a corn lying horizontally in the middle of the flowers and butterflies", + "public_commercial_use": false, + "recraft_id": "ffedbb55-7c21-4408-bbab-fa071aa578cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:33.602109Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3fcd609b-c45c-4033-8207-2725d6d7e868", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two westhighland white terrier and HelloKitty playing magic in the snow land in front of beach and mountains at night", + "public_commercial_use": false, + "recraft_id": "132cde2a-ec63-4f16-9256-02f6382cb6d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:56:02.599904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d14685c-d2d4-4f20-8ad8-148f0628cb49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty surfs on the ocean, drinking bubble tea, golden hour, sunset, ", + "public_commercial_use": false, + "recraft_id": "587cfb52-0cee-4460-af5b-a27c4ceb2fd1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:41:53.484426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b971c49f-7fa7-43eb-8b3d-a851d0bc72da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "use photorealism type and generate a image with: a light white horse(with gold horsehair) running in a snowfield and now is blue hour, there are shiny starlight. the horse should be a adult horse with long legs", + "public_commercial_use": false, + "recraft_id": "f08ab949-171f-4c00-b92f-2a656e2a52e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:51:17.818381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31b21717-2dac-4cf3-b075-8cc00089e1c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the Christmas tree, a black-face colorpoint ragdoll cat in a Santa hat and sunglasses drinks coffee while working on a computer", + "public_commercial_use": false, + "recraft_id": "4bc2da41-df59-453f-8bc1-b4daec79ad45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:48:25.208133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0930134c-70da-40f1-a116-26ceb4337079", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I would like a photo with a film-like texture, featuring a chubby adorable calico cat and a tall strong orange white cat sitting under a Christmas tree laden with gifts, toasting with mulled wine, creating a warm and cozy atmosphere.", + "public_commercial_use": false, + "recraft_id": "0f22a6ae-0f20-4d70-843c-c179ec2f036a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:34:30.549797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At Christmas, in a warm house, two little pigs opened presents in front of the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "14364a0b-4aca-410f-b00a-c5f046afe6d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:58.19486Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "44a70bad-9da0-4269-a13e-eb6f76a8bc81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier playing magic in the snow land in front of beach and mountains at night", + "public_commercial_use": false, + "recraft_id": "1a2d1036-0cbf-4fc5-a2c3-ef88ec2331b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:30:54.494935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34bda55e-e4cc-42a2-a675-4bddc4d56707", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kittens and deer playing in the snow with a Christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "a82588e7-2da4-4cfc-b0bf-51fa03f729a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:10:16.926344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf2e8eb1-dc8e-4c52-b048-ce4752024a96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute cat ,penguin ,tree,sea,merry Christmas", + "public_commercial_use": false, + "recraft_id": "1c89191e-8015-47bf-a464-18cad4734043", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:13:38.734845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6dfed813-2f09-49f1-a3f1-8436093299a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night, snow, fireworks, moon", + "public_commercial_use": false, + "recraft_id": "c09d7bd8-3875-4707-a2e5-14846370c0c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:52:16.855144Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people are shaking hands through a crab, each holding one of the crab's legs. The crab is cooked.", + "public_commercial_use": false, + "recraft_id": "9d96f24a-0dc3-4d32-b07b-da84c8842c34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:54:19.028065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14567a1d-1942-4903-9b0c-b608bd770659", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people shaking hands through a crab, each holding one of its legs. The crab is cooked. White background. The hands of a middle-aged man", + "public_commercial_use": false, + "recraft_id": "9397c2fc-bfc4-48e0-9e62-51a9e1820cdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:13.163104Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2d66e560-f4f2-41a0-8b66-d6eab7aa75d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "west highland snow ", + "public_commercial_use": false, + "recraft_id": "ffb9da2f-13a8-4248-9966-6e9c778f2ae9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:02:12.458912Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9f8424df-1db0-4ee0-a447-3b5f64e0efd4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a puppy typing on the computer in front of the erupting volcano", + "public_commercial_use": false, + "recraft_id": "dc9746f8-798d-4455-bf52-0894688be491", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:05.593576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0caa6fb-1b1c-4699-809b-0dcffd77294e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Vista Sun sea sailing man", + "public_commercial_use": false, + "recraft_id": "7482dc96-5149-4c03-9ae2-7856ddf78781", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:25:02.371943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d044e79a-f7a5-4686-93b6-59d42643d50c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An cute penguin beside a christmas tree with a christmas hat on ", + "public_commercial_use": false, + "recraft_id": "61c52cf4-e5e2-452e-a14f-1bc11262b0a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:44:35.119564Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a847a551-97e2-4ce3-ae0e-71dae1ec6a4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "We had a birthday for the Golden Retriever, and the room was beautifully decorated, and the dog wore a birthday hat, and the cake said his name \"bubble.\"", + "public_commercial_use": false, + "recraft_id": "001a835d-bb05-443a-a6ce-345369c41ec1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:52:17.288056Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30944193-41a5-43c3-a342-d535e68238f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a Maine coon lying on a blue sofa,and has a pair of rose wings ", + "public_commercial_use": false, + "recraft_id": "0a6c28d0-1a8e-4d7f-bc11-c356fbf5bc61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:00:14.373566Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40bfd851-63b2-44fa-8998-67083d429d96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ghost in your house", + "public_commercial_use": false, + "recraft_id": "25538343-f383-4995-bf22-b8a06cd6f669", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:28.110482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5ed8c38-fe72-40a0-ae0a-618cc6017d78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fish dishes", + "public_commercial_use": false, + "recraft_id": "916e00a0-1769-46d9-9414-886666302922", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:01:12.656158Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink kitten is watching the sea at a pink beach, surrounded by flowers of various colors, with bees and butterflies flying around, and several small rabbits eating grass nearby, with golden, glittering powder flying all over the sky.", + "public_commercial_use": false, + "recraft_id": "dfe49748-ed01-45ce-9231-d0f0c0483e7c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:44:19.686173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f9d44fa-1c45-4d53-9c48-9654fb6d7afb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty detective smoking cigarettees in front of fuji mountain. Hello kitty in the middle and facing the canera, looking very cool. Film camera style", + "public_commercial_use": false, + "recraft_id": "6bcb8e9f-3dcc-4234-83e5-fc04de2b468d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:29:35.499556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2669d1ad-304b-4f86-8b23-06dd7c73da0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the grass in spring, a cute little golden dog has an apple on its head. The blues sky has many bubbles.", + "public_commercial_use": false, + "recraft_id": "a7061522-06c9-4cf2-83c9-5ac275b5ef55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:50:35.556139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fcba1e6-4b16-4c07-b585-7f7accbc3f5a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a little wh bichon frise with wings in the snow. There are bubbles in the sky. There is a Christmas tree and a house behind it. The night sky is blue. It's really snowing.", + "public_commercial_use": false, + "recraft_id": "16d47c1d-ec74-4333-ad99-98b49c5a7ee0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:12:06.548486Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "469001ad-306e-4c07-896b-9dceb4e5c954", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the winter snow, an orange cat is squatting with a Christmas hat on. She looks up at the Christmas tree, and there are many sparkling butterflies around the kitten. There are kitten footprints in the snow, and the words TaoHua are written on the snow", + "public_commercial_use": false, + "recraft_id": "0ea5e6e1-ab8b-4a51-9baa-c8da6d8c64a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:44.27517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b491aae8-92ea-44f6-a76a-bba9194ec527", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a small Christmas tree between the two Snoopy trees, and Xavier's name is written in the snow", + "public_commercial_use": false, + "recraft_id": "6e721f75-b690-416e-8f34-29a12fae2a81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T07:55:49.584513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f42df76f-746e-4a19-8804-543100f54a98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby panda studying architecture. He is not happy!", + "public_commercial_use": false, + "recraft_id": "11cff47a-efea-472f-8e52-75544eeeb184", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:46:06.265117Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "038b34b0-de1f-47f7-b5dd-7fc047a94dab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write on the snow YEONJUN, a kitten carrying fluffy wings", + "public_commercial_use": false, + "recraft_id": "98c549e8-1760-4c07-8509-bc247cf3b43a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T06:36:07.073583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de4a8131-f748-4989-8f67-a486ddb1a009", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas, elk, snowflake", + "public_commercial_use": false, + "recraft_id": "fb1a5af8-288b-4e90-b1af-a9919e202222", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:28:56.602742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ea91b47-bc42-40f7-8f66-9e288066faeb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Four month old black and white Schnauzer wearing sunglasses, a yellow hat, yellow clothes, and small wings, sitting on a carousel", + "public_commercial_use": false, + "recraft_id": "2b248f53-9f06-4b8a-9da8-aaf30e29c06a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:00.383202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abe4354a-3465-4d2f-ad04-760c87b78a17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a sports car on the highway with the word \"MINGYU\" engraved on the body", + "public_commercial_use": false, + "recraft_id": "e739326c-80e6-435a-8db0-9ae31df5559d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:24:18.681638Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a580be8d-250b-4355-aab1-d4010d359dbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The stuffed animal is at work, sitting at his workstation with a glass of wine, while the back is a mess, with papers strewn everywhere", + "public_commercial_use": false, + "recraft_id": "f47e825c-3298-4ca8-8167-33a95156f750", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:28:24.584808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5971640e-f286-451e-8447-f46e2f995b15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two Hello Kitty dolls sitting in the snow, holding a fireworks stick with the words \"syc xzy\" printed on the snow. There is a sea, fireworks, and cat paw marks in the distance. The sky is aurora", + "public_commercial_use": false, + "recraft_id": "93af5fa3-3bf6-4f76-9d58-8b9228ebac88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:20:19.504547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f39357c8-e889-4d0d-be74-3f5301f76b3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the city of Seoul in the year 2000, an Asian child is watching an old house engulfed in flames. The scene is viewed from behind the child", + "public_commercial_use": false, + "recraft_id": "b6abeb1d-0ace-4a3f-962a-a0865c10afd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:36:58.734854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "435f4478-fb93-4404-8990-6444be6aedbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cowhead and horsehead covers wear suits and use computers in the office, with coffee cups on the table and snow-capped mountains and blue sky outside the window.", + "public_commercial_use": false, + "recraft_id": "a856f12e-9d2a-46b9-b5ad-adcbd3719b09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:28:15.678194Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "71aecb85-6030-4a57-b717-1d708d2d882b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a bear toy is watching the television in the room in 90's age, there is a teddy in with an apple on tv", + "public_commercial_use": false, + "recraft_id": "8ab583d1-4999-4e83-bc12-3f7e55b7a1de", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:50:41.352161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1790433-50b2-459f-b807-17546bb0be88", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A doll penguin wearing a red scarf is in the snow. It's dark and snowing heavily.the sky is dark and blue There is only snow around.", + "public_commercial_use": false, + "recraft_id": "4e36e14b-d0f0-4e85-afb6-5ba9d68408af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:37:15.915222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "161ba0c4-2924-4200-93a5-82ee578169be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the sunlight, a little golden retriever looked at me in the sunlight", + "public_commercial_use": false, + "recraft_id": "5f154165-eb99-4bd1-8758-a4a594dc10be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:38:45.228666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44ca6cf7-92f1-4741-aeac-22f671cb88b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An owl playing accordion at dawn, a window behind", + "public_commercial_use": false, + "recraft_id": "bd2b7d33-355f-4b9c-a7bc-04a6f8a4736c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:33:26.013801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e730453d-9514-47aa-92a8-9556a2df8ff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh standing at the window with a flower in one hand and a gun in the other.", + "public_commercial_use": false, + "recraft_id": "bda0a9f0-d4c0-4a19-89d0-4556599f7171", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:07:57.206532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12b09d59-a614-4960-8957-d61a3908d518", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty sat in front of the computer and studied like crazy.", + "public_commercial_use": false, + "recraft_id": "039822ca-d196-479a-9097-144e3db6a698", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:21:30.478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5677fb5d-e22e-4b2b-b824-9c27685e9338", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yurt, whales and various sea fish appeared in the sky of Mongolian grassland", + "public_commercial_use": false, + "recraft_id": "910e84ef-1776-446e-bdef-2099e639bc61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:58:12.053203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1aae6cbe-4b25-473a-a77d-12991c15d42f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier playing magic in the snow land at night", + "public_commercial_use": false, + "recraft_id": "ed1daa14-a007-45b9-82df-2cb49dcdccf7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:34:05.207813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "207fbe39-1040-49e7-af04-bf63a4be6a51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "new york city, christmas and snowing", + "public_commercial_use": false, + "recraft_id": "19f5e93c-a5cc-481f-b539-35ee790f6ae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:41:07.416531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Upon the tranquil seashore, bathed in the golden glow of the setting sun, a majestic Christmas tree rises majestically, its grandeur complemented by the serene presence of a tiny kitten standing gracefully at its side.", + "public_commercial_use": false, + "recraft_id": "8ee8934f-a4bf-4970-b2e3-65e3a2e33bee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:15:28.556035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0d5e046-9133-4d71-81a0-e720e1f46545", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The purple birthday cake says the MJQ date is December 12th", + "public_commercial_use": false, + "recraft_id": "197205bf-b905-4556-858a-5b7a1246c3ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:42:31.135659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da9dc5bf-067d-4815-a6ff-dc1bb7bb090e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light snow Christmas tree Miffy rabbit transparent wings in the snow", + "public_commercial_use": false, + "recraft_id": "244612f0-79d7-4114-a54c-31ec675f7a5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:13:05.070495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4afbdd25-5f4a-4edf-9a70-b7900788052b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white long-haired cat with blue eyes who is sitting in a black sofa is drink a big glass of wine in a dimly lit room", + "public_commercial_use": false, + "recraft_id": "6d4df653-8efe-4212-9db4-2160263a1e0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:35:39.227494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aee39380-77b2-4bde-99c1-cb9dd2807d69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat wearing a Santa hat is sittingon a Christmas tree next to a fireplace as a Christmas decoration", + "public_commercial_use": false, + "recraft_id": "8d0b52de-558e-483d-b127-a0433eb0734c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:34:52.997823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1b37541-cc80-46b7-a0ca-3aeb3c74321d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little Golden Cub in the snow at night with a birthday hat on his head next to a candle-lit bear's birthday cake.", + "public_commercial_use": false, + "recraft_id": "96ff369d-be73-44e5-9243-84789ce6e059", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:11:47.020586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a97397b2-526a-4fda-8a02-a17bc10b55b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "word lry Fireworks Sunset Christmas tree", + "public_commercial_use": false, + "recraft_id": "b80dba2c-affc-4ff5-adb4-c62445c6bb68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:14:29.87065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b2af5ec7-b463-4c5a-809f-7bc7b504bc3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Write \"Happy every day shermain \" on the snow, and there should be a house behind it, and a border collie", + "public_commercial_use": false, + "recraft_id": "ee356556-fc6c-4055-ac1c-dfca34146e01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:41:00.494134Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a3f612f1-87ea-47fe-826f-afcda059d74c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.,Wearing a shiny diamond-studded necklace.The performer on the stage had short black hair and was wearing a black T-shirt", + "public_commercial_use": false, + "recraft_id": "c0ea6e38-35fe-47b0-bf50-e0465f957536", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:00.372586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34f685b3-1440-47e3-af6c-d67f80550188", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy day have violet aurora and in the snow is written zzl", + "public_commercial_use": false, + "recraft_id": "b0577228-655a-4b3e-8c8c-35883c7b8748", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:28.163897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a37c876-d960-4889-98e6-096b81073628", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "letter of \"iAn\" composed by lots of pearls on a massive white orchid flower leaves", + "public_commercial_use": false, + "recraft_id": "dee3aa6c-abfa-4bca-bf71-4592c3637ae8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:17.356198Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "7420704e-0b05-478c-ac2b-e43a1ece6481", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Paris, outdoor, dessert cafe, no person", + "public_commercial_use": false, + "recraft_id": "1fc6a4a8-0000-4bcf-a88e-1cebaab1cdb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:49:53.693975Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0a217cf-c4f8-43b9-ade8-b9c707348fb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the pink sky, there is a happy kitten in the snow, many paw prints on the ground, colorful bubbles and beautiful butterflies in the sky.", + "public_commercial_use": false, + "recraft_id": "d1456df7-46f4-42cf-8b88-c2945e50ee5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:22:56.065171Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fb34658-cec3-4bd0-85f0-dd220065ec73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Men in Pikachu hoods is drinking a glass of red wine on an inflatable sofa in the snow ", + "public_commercial_use": false, + "recraft_id": "f2f9619b-e7b1-41c8-975c-14642e7f44c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:08:18.653572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hellokitty wearing a black swallow-tailed suit, seating on an oval dining table, white table cloth, facing a coumputer , the screen shows the trend of stock price ", + "public_commercial_use": false, + "recraft_id": "4f252bce-2be6-4da5-bfe5-033e78556078", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:39:54.496643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c54dab57-028a-4c2b-81b0-4dcc0630c56c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "elephant doll with an apple and weara glasses", + "public_commercial_use": false, + "recraft_id": "7e1564a9-765f-4c28-afc7-a5ca4b2dc17b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:03:35.983897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d919b0b-44e9-4f28-bc48-9d757970e243", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty plush toy sitting at a desk in a cozy home office, wearing yellow glasses and a knitted sweater, holding a coffee cup in one hand, red bow on the head, desktop with a computer, keyboard, and notebook, soft natural lighting, warm and relaxed atmosphere, blurred bedroom background, highly detailed and realistic photography style.", + "public_commercial_use": false, + "recraft_id": "712d8891-d922-4aea-aa50-6f4264b393eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T08:14:17.641477Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a30b9ae5-062b-4226-a417-5fb017fe9e80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Mafia Golden Retriever, wearing sunglasses,Holding a glass of beer in his hand, vintage color scheme,Colorful lights illuminated it", + "public_commercial_use": false, + "recraft_id": "5b5155ad-ff32-4aa8-8429-dcc7d57acd72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:14:48.980872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78a9d767-6b18-45b7-b3ac-0b8e7254a233", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were bubbles floating in the room, the table was covered with cakes, and the note said \"ILLIT\".", + "public_commercial_use": false, + "recraft_id": "5708e92a-06c7-47df-a1cf-17cde7ee5de4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:21:11.270626Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03454216-187e-4f86-88db-2c82aaf512cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty doll holds a big cake with \"BJYXSZD\" on it", + "public_commercial_use": false, + "recraft_id": "14fe46c0-d07d-4905-b83b-f157e0a9dfde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:48:05.23171Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a51d42f1-cc1e-41ee-9738-bcfa6b390eae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tiled bathroom floor", + "public_commercial_use": false, + "recraft_id": "ce8fb03f-0719-4d36-a67f-8057d6d36862", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:36:06.770438Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbb28ee3-1b1d-401b-a5a4-fa8142c26073", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wire FoxTerrier snow happy run ", + "public_commercial_use": false, + "recraft_id": "95a2ac3b-fc97-4681-aae5-685d040069c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T07:34:46.746154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "486f4f6d-e42a-4ca2-867f-6444d502176b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ZYJ LOVE ZJS This ten letters individually made of oversized gold luminous lights on the beach on the beach. ZYJ on top, LOVE in the middle, ZJS on the bottom, no need for anything else and boards and characters to appear, lights need to shine a little brighter. Gold fireworks explode in the background.", + "public_commercial_use": false, + "recraft_id": "19af2733-a3a1-4f44-97ec-4fc001dc6b81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:38.500853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b044159-8d31-4b8b-8093-392c52cf33c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "walking on the Saturn, holding a glass of champagne. small fireworks on the champagne.", + "public_commercial_use": false, + "recraft_id": "229c92b5-adb4-4a02-a6ec-2ca5eac794fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:40.665916Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f7211fbb-940b-4c34-b5c8-9139b72ca409", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Samoyed puppy, chubby and fluffy, with dreamy feathered wings, playing with snowflakes, wearing a Christmas hat, and having fun on the snow with the word \"ZSH\" written on it", + "public_commercial_use": false, + "recraft_id": "a9b62d40-9730-4afd-9ff1-88072848f7ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:26:42.808089Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f5d70be8-c4c0-4329-ad12-08ad5ccb3754", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The young man looked at the beautiful lady on the screen and cried", + "public_commercial_use": false, + "recraft_id": "df65a4cf-8e00-47ec-a52f-bf47debf8794", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:37.987269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef5ed3cd-fb09-4297-b927-511ba675182d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute cat ,hello kitty doll,tree,merry Christmas", + "public_commercial_use": false, + "recraft_id": "79f05106-8361-4e07-acff-77d1e1cbb3ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:59:32.975621Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cd9d146-4357-471a-bef2-cbd0cf0c2faf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier which wears a black frame glasses designing an architecture with a labtop", + "public_commercial_use": false, + "recraft_id": "4a04eede-0238-4360-887c-deb1bc0021ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:05:21.6717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "165b892e-d35e-400c-b26d-124596ce04a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wearing sportswear and expressionless curly hair, the 20-year-old handsome young man stands by the lake with a bouquet of flowers in his left hand and looks into the camera", + "public_commercial_use": false, + "recraft_id": "cc102660-9d7b-48e6-a231-61018bed4133", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:23:29.483631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f574e37-f5f5-47df-9e81-b8c313b9fb1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little golden pup in the snow at night under a starry sky next to a tiny guitar.", + "public_commercial_use": false, + "recraft_id": "cd5efdbc-3552-4450-99d2-1aad55a9dd29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:11:29.151111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96d55188-ed5a-4648-a156-407d9ec4745e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snail crawls on the globe", + "public_commercial_use": false, + "recraft_id": "f195ba1e-7339-4adb-ad82-c933fc8cb889", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:41:26.256275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "002688d3-c1d5-478f-b0cb-a406c4e4dd2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo-realistic anthropomorphic Shiba Inu wearing a gray business suit, sitting at a desk with a laptop and a cup of coffee, in a modern office with large windows and cityscape in the background.", + "public_commercial_use": false, + "recraft_id": "51a61088-3a1a-48cf-aed3-c8f5f6851044", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:06:58.037615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cac17d4d-b8c3-40a8-9a27-98a2000a0131", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ufo, universe, rocket, bunnies", + "public_commercial_use": false, + "recraft_id": "21704469-6d8a-4d13-966c-6f2adb38a2af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T06:58:35.151784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "141f4c32-9f47-4ba5-a776-2ef4de683e0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A very stylish corgi working in fornt of the computer working sitting on a orange sofa", + "public_commercial_use": false, + "recraft_id": "ab468031-f3d2-468d-8d3b-6ee62d7d093e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:59:07.047984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33977627-cfbf-41cd-bd52-120e5ce19bf4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The sunlight shines through the forest and illuminates the ground. A teddy bear stands in the forest, playing the violin with its paws, with high color saturation and dreamy bubbles surrounding it", + "public_commercial_use": false, + "recraft_id": "b404a3e0-9127-436a-b7cd-867f54e76032", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:15:43.690281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a97c3c3-13d7-43af-9799-17ff000e3410", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lovely hellokitty dolls are sitting in the snow. At sunset in the evening, the letter \"FWX love LXZ\" is written on the snow love card.", + "public_commercial_use": false, + "recraft_id": "a36923e4-4984-4095-9458-36d715aba87a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:28:17.046368Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c5bedffb-0662-45b8-a37c-a11d22ce2f47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Witchcraft wearing a black wedding dress, holding a fairy stick ,in a gothic pinky castle", + "public_commercial_use": false, + "recraft_id": "3468e037-125d-4e2e-ab68-c20f810be730", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:44.809614Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38c0418f-d873-4699-a8fb-b45d13131764", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty at work, sitting at her workstation with a glass of wine, while the back of the room is a mess, with papers scattered all over the place", + "public_commercial_use": false, + "recraft_id": "aa893b7d-79ae-4f68-8bce-e8fb99f18f25", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:28.603341Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "93de60d2-1362-45ef-8bdc-d11263caccdd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "write PAIGE in snow by a christmas tree", + "public_commercial_use": false, + "recraft_id": "072d8a37-e7a2-4be3-ba51-81a53ed7ea45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:16:43.525656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8604ad00-6343-4df2-8eab-ff434f8fc4bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yaks and sheep look at the Milky Way in the sky at the foot of Mt. Everest", + "public_commercial_use": false, + "recraft_id": "1aec5fe7-7146-4733-bead-e70132886b38", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:00:09.736019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43be41de-8bcc-4c93-9109-44eaa13522ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas", + "public_commercial_use": false, + "recraft_id": "9b621fa4-10f6-4222-955b-9b60097b2086", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:24:39.679991Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bc8393da-8820-478f-959b-ee2e8b613ef8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey and I celebrate Christmas together", + "public_commercial_use": false, + "recraft_id": "d2df0f7e-d124-4e11-a4fb-61b768689566", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:35.216348Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58e22a00-fb6a-4a0d-8e77-b68493975872", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a very cute cat, wearing a Christmas tree hat, winter, warm vibe", + "public_commercial_use": false, + "recraft_id": "fb0f2b7c-661f-4c8a-ae85-30510ba1ffae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:16:46.742056Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec7eded0-5337-4ffa-b085-968a863c4611", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A capybara dressed like a tv reporter, looking directly into us.", + "public_commercial_use": false, + "recraft_id": "cf697305-1e3f-4d49-ab06-6e6c968f89f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:09:42.174662Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "99657fe8-cfa2-4b85-9aba-096d995166a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Volcanoes, ice, deer", + "public_commercial_use": false, + "recraft_id": "42dec2fa-4286-4683-b3ad-7c5f26e15839", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:26:46.064092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b206ea0e-8a4a-47bf-bc26-062f0c8cfc90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two orange cats with hat,sitting on a flying hot air balloons which made of a blue little balloon and a red little fragile balloon", + "public_commercial_use": false, + "recraft_id": "c515d760-c63a-4767-9045-e960ea7acc34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:45:03.328838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05953957-d4df-4e8e-aabd-f8684905af62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A man in a brown suit stands next to a swimming pool without water, with an old computer at the edge of the pool", + "public_commercial_use": false, + "recraft_id": "54917abd-f8a9-4a36-a7bb-78e9d9599bd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:11.40345Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e4487ac-a674-4edd-9734-7ea461f8d33e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty takes the cake and lights the candles in the room, the cake says 12.05", + "public_commercial_use": false, + "recraft_id": "25484c5f-5cc4-4e8f-bd59-23038a8e5797", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:02:38.00828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d4869efd-bb56-407f-82be-76dfa91dbfc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "when the full moon rises", + "public_commercial_use": false, + "recraft_id": "c3aa6e67-8dc6-4745-be87-43aade9b503b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:22:03.645195Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "642bd97f-c8da-45d5-a7a5-040478df2044", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty shoots a machine gun under Mount Fuji", + "public_commercial_use": false, + "recraft_id": "d8defdbb-73c4-4758-bfa3-bb27f49780fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:43:35.901114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3af76404-0ed8-41f9-8c01-3f77af7849dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little cats slumped on a soft sofa with a backrest, playing red and blue Switch Joy, with snacks and drinks next to them", + "public_commercial_use": false, + "recraft_id": "4b1488d9-9454-4160-8ee3-a6d6269e7803", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:21.008778Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a huge cloud inside the church with a glowing cross inside nobody", + "public_commercial_use": false, + "recraft_id": "3d83a478-8c01-4e2f-a3f8-65c1de7f0344", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:58:05.049208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6a89e1b-e71a-4d65-a1fa-4911d162a9e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Buzz Lightyear and Woody are celebrating Christmas. It's daytime and it's snowing.", + "public_commercial_use": false, + "recraft_id": "ffa93e77-08bc-43fe-8238-c905c9393aaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:34:40.104833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ebbd483-4f71-41e2-95bd-a940cc497a0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a kangaroo wearing santa hat doing a barrel in a huge wave", + "public_commercial_use": false, + "recraft_id": "b272dbfd-8aa0-42b1-b413-57bf8f2ecd3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:18:44.359808Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats are eating hamburger and there is a line of words on the plate \"22, I need u.\"", + "public_commercial_use": false, + "recraft_id": "a13f8862-5254-4dab-9c11-c022d6690fb0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:43:12.801429Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b461f9fb-844a-4a48-9a9f-7893577df1f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "LinaBell watches a volcanic eruption beneath Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "164afdce-3494-4f94-a51b-b93acd75fae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:44:31.470493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee1cf109-2afc-4c08-80c4-6bc86524d60e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A doll penguin wearing a red scarf is in the snow. It's dark and snowing heavily.", + "public_commercial_use": false, + "recraft_id": "fe8b6f39-e141-4b5d-8388-e08304439891", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:37:13.434967Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A green traditional Christmas tree is decorated with star lights. There is a little black cat at the top where the star used to be, and there are gifts wrapped in red in front of the Christmas tree. There is thick snow on the ground. This Christmas tree is by the sea, and the time is at sunset.", + "public_commercial_use": false, + "recraft_id": "9e73afc8-a53c-4815-a12e-a937a3f74311", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:12:19.329605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d0a26d1-c44f-4cc8-a9a7-e885cc967352", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten wearing a Christmas hat in the snow saw the rainbow.", + "public_commercial_use": false, + "recraft_id": "a59915ee-e015-44b3-92e8-1e61373812ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:05:48.434942Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56c45172-5383-4691-b5a3-9c16a4bb5adf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word \"MYJ&ZSY\" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks.", + "public_commercial_use": false, + "recraft_id": "b8970927-4da8-4871-ba19-877f9975439f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:17:34.296994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48f27274-97b5-45d0-85f2-17c2ac65d56f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pale orange cat with a light pattern was sitting at a table eating a birthday cake. There was a disco ball at the back of the room", + "public_commercial_use": false, + "recraft_id": "1fd7d655-8528-49a4-92f1-fe3e75b1ba9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T07:27:57.502179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0133f3be-e07a-402a-8538-491df872ae23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver British shorthair kitten strolling in a Christmas town on a night", + "public_commercial_use": false, + "recraft_id": "443e4ba2-2c17-4b70-90e5-7f44fa7754aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:37:20.367097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1876947-8fe4-465b-acf3-d6611d0173b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"MJQ\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "2c5655bc-bb7a-44ce-bc0d-81a07599bcde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:29:26.15065Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8f67b811-b3c6-4061-b222-a14b1d8bc8ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty doll in pure pink princess dress holding a black machine gun in white snow backg ", + "public_commercial_use": false, + "recraft_id": "ba2ff166-ee6e-4690-875a-14acf07bdfaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:58:48.386081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3419d208-4141-4e48-89f7-2f986cf1d4fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat is chasing a butterfly in the snowy field and there has many star in the sky", + "public_commercial_use": false, + "recraft_id": "c3b12fad-950c-4342-857d-f0bdd8f03272", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:49:09.925743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2761774-1812-431d-ade4-8adaa45644bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Your heart was glass, I dropped it", + "public_commercial_use": false, + "recraft_id": "bd9fde90-5979-45d6-8b80-5c004332098c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:25.037752Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6586fa70-ba2d-4051-93ba-4bb1c7aa8da7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mechanical, metallic butterfly rests on a small piece of lace fabric at its base, placed against a black velvet surface. The butterfly is adorned with a ribbon tied into a bow, surrounded by scattered pearls. The overall aesthetic is a blend of vintage Baroque and dreamcore styles.", + "public_commercial_use": false, + "recraft_id": "60895da8-e598-4983-8f67-5efa1c91f391", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:29:52.644715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f12db0c-2a87-42ef-a102-82b320cd06fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a quiet and dimly lit corner of the living room, Hello Kitty and the capybara are comfortably curled up on a large, cozy navy blue bean bag. ", + "public_commercial_use": false, + "recraft_id": "af8f1075-fe90-484e-94e8-c532f45a6532", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:55:26.573046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308d5edc-9494-499d-a3dd-9b011fe550b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Panda Christmas tree and snow", + "public_commercial_use": false, + "recraft_id": "883c350d-7ba4-40b0-91d5-75be95f4d82d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:23:48.951751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a38366e6-d754-439c-ab22-ed939058c46b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse sitting on the windowsill and playing the guitar at night", + "public_commercial_use": false, + "recraft_id": "067dd622-91a1-4981-ae11-851b0c12200e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:43:39.225683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d934a660-8d85-469f-b6ba-b53b4da49425", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat dressed like Taylor Swift", + "public_commercial_use": false, + "recraft_id": "3d5dc89b-7a9d-48c9-a0a5-1089ed87a5bc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:44:44.856436Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a47311c2-4501-48e9-a8d3-abf68963a8e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Trump dances in pink dress", + "public_commercial_use": false, + "recraft_id": "e1a88e68-d55d-41a7-be23-a9fd6b037498", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:37:57.906824Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "388cb65e-3e2b-4c9a-bd9f-cfff56f87988", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats watching the winter sunset together by the window. Christmas ornaments around them", + "public_commercial_use": false, + "recraft_id": "80bb1b5d-81a9-42c9-bc79-35c60bdc5d0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:34:45.367297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "202fe245-9547-4ed3-88eb-edc1199f4857", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tree wool boat cup tissue", + "public_commercial_use": false, + "recraft_id": "9ce25e8f-fa50-449e-b105-08616cf5394e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:36:01.151981Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4f007217-f247-4078-8ffe-13fec82b5a05", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Brilliant fireworks scattering outward", + "public_commercial_use": false, + "recraft_id": "5225ceb2-19ed-421e-9dec-f4fc1caf9865", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:46:01.730729Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d2434e66-b817-4b13-ba03-b870924d3c69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Vintage tiled bathroom floor", + "public_commercial_use": false, + "recraft_id": "b452753a-dddb-48c2-a95d-23932e5b294d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:39:32.547928Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af8ba60b-0efd-40f6-b8d1-f97f20eb219d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"FLT&LARS\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "58c3e538-da69-4b57-bc6a-6aafc636d4c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:38:54.61765Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8697607c-b559-4bda-8872-0a360c960683", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "winnie the pooh is eating strawberry cake.", + "public_commercial_use": false, + "recraft_id": "d23f7ce4-8a40-4e4d-a7a7-8bda54998658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:06.528114Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7af08a43-af3e-4a13-8da6-07ef0b55bdd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a giant Christmas tree in the gym.", + "public_commercial_use": false, + "recraft_id": "65561c41-4f80-4626-8be7-4d9518acbc86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:18:28.011373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d32c15b-0041-44a2-9918-f840fb49d755", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "fat Chihuahua wearing pearl necklace drinking whisky", + "public_commercial_use": false, + "recraft_id": "8e1bcbb6-7814-4161-bb32-a873594bb9d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:43:52.791116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce822eb4-dd34-4f7f-9206-b9ba8444f51a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats, snow field, stars", + "public_commercial_use": false, + "recraft_id": "5c6b425c-31a2-4887-91fd-7c4c2e1ef658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:26:11.952988Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "de1ff214-92f6-44cd-bc59-0ed53de43c26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas hat,christmas movie texture,dog,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,booth,bazaar, pink and green,There's a drawing board in front of the dog,", + "public_commercial_use": false, + "recraft_id": "39744579-2cf8-49e2-bc6e-092cf83639eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:31:07.380998Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bbbfee7-4715-4f61-a27c-b0d1527d39d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two kittens are busy cooking together in a big garden", + "public_commercial_use": false, + "recraft_id": "91998c28-dc4d-4ebe-8e4c-284756a380dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:03:59.134558Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "caa3da2b-dfee-443f-b40d-fba548e8dc28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "more fireworks, aurora, starts", + "public_commercial_use": false, + "recraft_id": "d55f5f0e-77b4-49cc-a061-65b7421b4adc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:25:23.63989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6d6efd1-5072-43a0-b687-72b8a024c024", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty, gun, sunglasses, snow, Christmas tree", + "public_commercial_use": false, + "recraft_id": "bf05c965-df95-4647-982e-f3e21ed3227e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:57:03.230606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5303229-6085-47ab-a821-6022e8551085", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little rabbits kiss snow Christmas tree Santa hat stars bubble love", + "public_commercial_use": false, + "recraft_id": "a93718c6-fb71-44cb-8911-1d0efb55bfcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:22.840022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2e483c3-a5ad-41a3-996a-071163600c55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Red fish swiming in the sky", + "public_commercial_use": false, + "recraft_id": "2ee5142d-2a8f-4ce7-9d8c-b7efcfea8f9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:59:54.424886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "966a66c3-99d2-4efb-a98f-c4b194af53c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a shining Christmas tree in the snow, and a Hello Kitty is holding a puppy", + "public_commercial_use": false, + "recraft_id": "6a24274c-092a-4584-998a-2393dad0d882", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:47:15.417793Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a little hello Kitty doll in the snow and fireworks in the distance", + "public_commercial_use": false, + "recraft_id": "d4a40035-ea97-4455-a39b-f94660f5d6a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:48:48.790505Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6b46a237-0af4-44de-aad0-4fc0b7491f7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a christmas tree with snowing day and aurora and sea and shining starlight", + "public_commercial_use": false, + "recraft_id": "4aa6ce2c-247f-4475-9534-4c97e2f5858a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:03:43.967636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f3430b6-0b17-4556-972f-1a2385f33995", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bear biscuit just opened his body in order to show us the sweetest heart in the world.", + "public_commercial_use": false, + "recraft_id": "1f4c9a1d-9442-4f09-bce2-2b0eb48c338b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:56:33.000359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tuxedo cat swimming in pool", + "public_commercial_use": false, + "recraft_id": "698c0907-c64d-468c-b079-661afdecdb1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:31:58.460111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99da1656-c747-4a93-9f1a-28850b596a2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maltese dog basking in the sun in the snow", + "public_commercial_use": false, + "recraft_id": "c870d419-e430-465b-a8aa-687bd84a9769", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:37:41.894116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7a5a185-ccfc-4ff1-ad43-93b1aca058b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little black cat donning a chef's hat, standing in a cozy kitchen setting. It is intently stirring a bowl of cream with a small whisk in its paw. In front of the cat, there are numerous delicious-looking small cookies neatly arranged on a plate, and the air is filled with a sweet and inviting aroma.", + "public_commercial_use": false, + "recraft_id": "149c4974-dfb6-4dbc-81ec-f6dccef902aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:22:46.908939Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "965d867b-ae9c-416d-b72a-710c32ac661e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calm-faced American Shorthair cat and a slightly chubby Silver British Shorthair cat are basking together in a sea of money.", + "public_commercial_use": false, + "recraft_id": "38da9a26-e91f-4f85-8cdb-117c68cc9c59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:07.697426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7deb3cf-850a-4d92-95c1-c4168345165b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The 50th anniversary image of Hello Kitty wearing a Santa hat on a green grass in the snow.", + "public_commercial_use": false, + "recraft_id": "7137cc1e-d6f9-4946-80d3-058052467d1d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:26:30.656862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f172fa6f-4b00-4821-a7c8-13a363c17f87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty holds a gun", + "public_commercial_use": false, + "recraft_id": "3a7783a4-737c-4c1b-99bd-037e4421dc62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:07:42.308002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46a79169-7217-4da7-bfde-9e207d10f5b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Zhu Yilong dressed as Santa Claus is holding presents at the beach, next to a Christmas tree", + "public_commercial_use": false, + "recraft_id": "4ead750d-4c37-459e-9054-4c0a54c90d4d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:19:16.952764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e66c0b03-20eb-4cb0-99d5-5a821527a0fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrior,black framed glasses,doing architecture design,computer,coffee,pencil", + "public_commercial_use": false, + "recraft_id": "865c058e-393f-4941-b656-9130d8e1edfb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:08:04.284527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "word lry Beach Fireworks Sunset Christmas tree", + "public_commercial_use": false, + "recraft_id": "10967994-b93b-42e3-b9a7-6422eb389c06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:01:34.53222Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "bfe4474d-17c9-486c-b5cb-ac3d503effc3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two westhighland white terrier playing magic in the snow land in front of beach and mountains at night", + "public_commercial_use": false, + "recraft_id": "89890a83-0a7f-4585-b152-367e19f55099", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:25:57.720974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6460b81-398d-4bd5-ac16-ace773d08ed2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sculpture of Pieta, but in a more miserable way", + "public_commercial_use": false, + "recraft_id": "cc830cae-31f3-4f00-afb6-9c4ff72eba7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:17:13.901106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a85fb8c-ee98-4682-b5b7-19778c9b9ec1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Arena: AI competes with Go players", + "public_commercial_use": false, + "recraft_id": "368e591d-202a-4d8f-8e64-9c38e67cfce4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:50:43.869399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bca448a-dada-4d2a-97c0-7af7830ab68f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her in a blue, cold picture", + "public_commercial_use": false, + "recraft_id": "e5f2e106-9cec-4d31-81ca-31dc5fde7ab1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:42:19.482278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32aeddc8-8992-4098-9ad8-ac5d4b6f56f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Tibetan green grassland has sunny weather, mountains, water, cattle and sheep", + "public_commercial_use": false, + "recraft_id": "92fb7168-93d2-4e86-a4fa-4a20ab791861", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:53:58.504557Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5843a4b4-1b00-4ba5-afae-e66a8656bd1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Olaf the ugly dog faces an macbook scene with an plush in his hand.", + "public_commercial_use": false, + "recraft_id": "d72a1fbf-e099-48b3-937a-ab63a4409c94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:59:41.44623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdcc90c5-f045-4e43-a656-c63a96b0a52a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow Shiba Inu wearing blue scarf playing in the snow", + "public_commercial_use": false, + "recraft_id": "1990b84a-c7a0-4335-ae4b-a7554ca2b91c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:40:20.752807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0b65e10-2421-4154-8e93-6d30bb526f80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Thousands of yaks occupy the Potala Palace.", + "public_commercial_use": false, + "recraft_id": "4db454d7-0ffa-4975-be40-1321e6df7325", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:13:22.05011Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32c5828f-d8ea-48da-828d-0c491d094c2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk and sunset, a Hello Kitty wrote on the snow under Mount Fuji. Happy every day KMY.", + "public_commercial_use": false, + "recraft_id": "e6365706-5087-4553-90cb-bce6d9271f16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:55:58.259589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b570b46-cced-454c-8c5c-d59c1555b427", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people in short sleeves shaking hands over a swimming crab, each holding a leg of the crab. The crab is cooked. White background.", + "public_commercial_use": false, + "recraft_id": "ac004be0-8a7a-446e-b1fe-bf5a7995a25a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:36:24.96579Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "934c0148-6102-4868-8855-60667d438b3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and \"CKX\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "758894b3-1cb6-4883-b5ed-0ab21bff9d29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:51.416426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc2f0178-84ef-48de-adcc-94810e759193", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tree, disco ball, karaoke room, stage, big elephant", + "public_commercial_use": false, + "recraft_id": "9e6f6263-9ab8-4869-a970-43169d208ad6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T06:28:42.395352Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21b867df-e40a-44a9-a7f6-73fa886d45f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a little golden pup in the snow at night with his front facing me and a pair of glowing wings on his back.", + "public_commercial_use": false, + "recraft_id": "4897dcdb-79d4-4565-a167-346580d5e417", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:04:23.752138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "103567ec-71d0-48d4-8a5b-0d0dd3c3fffe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a world in my dream where the town is made of cotton, chocolate and marsallows. It was snowing as well", + "public_commercial_use": false, + "recraft_id": "2e9b0511-5cf3-4638-bfe0-d64866f4829c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:01:04.84694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0543e879-b111-432b-a53a-a5382e7d2cc8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty takes the cake and lights the candles in the room, the cake says 12.5", + "public_commercial_use": false, + "recraft_id": "676c889a-29cd-4383-a1eb-bd56fbeee259", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:35:49.091185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats walking by the beach during sunset. ", + "public_commercial_use": false, + "recraft_id": "94a382fa-3d01-44fb-938f-663ba21bc0f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T07:06:33.883796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff2b97f6-6a82-4106-a605-34d02a4f8b4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The flock of birds in the chest bypasses 100,000 suns.", + "public_commercial_use": false, + "recraft_id": "d2cda947-fafd-4f42-b881-2d1172a44aac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:36:19.875372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d0cd4e2-5a6b-4d86-b526-ab09fd070006", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White cat wearing a big pink bow and sunglasses sitting in the garden drinking coffee", + "public_commercial_use": false, + "recraft_id": "e41b86e1-3608-4d5a-9d73-43c6305cf79b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:31:47.999527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "636ff88d-9eeb-4c3b-ac6f-f45b78725bf2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "When the world explodes,the dog is sleeping", + "public_commercial_use": false, + "recraft_id": "440b584d-3043-4f6b-907e-f2110b0ecb43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:39:38.778932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e802be7-fbb7-4fcf-9153-2d3875f6baf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Kanye West Becomes a Tibetan Dancer", + "public_commercial_use": false, + "recraft_id": "4a45e791-6c7c-498a-9385-fae27bf10ff6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:14:05.269483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79844171-1b0b-4ccb-b03c-72870047aa2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the table in a beautiful room, there is a three-layer strawberry cake with 0124 written on it. Outside the window is the night sky, with stars and beautiful flowers, plants, and trees", + "public_commercial_use": false, + "recraft_id": "47b30d5c-b227-483b-8024-3a12d6fd4a85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:51:33.171231Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec175395-6c99-4b11-8faf-685adc9f918b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in a fairytale-like castle, holding a West Highland White Terrier while looking in the mirror.", + "public_commercial_use": false, + "recraft_id": "0e34cd01-ffe9-4a2d-9ef2-2343f193a1d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:16.738344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43e6981b-42c6-4e61-9f4f-e627223417e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wire Fox Terrier snow Mount Fuji forest ", + "public_commercial_use": false, + "recraft_id": "54d9a236-fb00-4be4-9b8e-a00be63bb37d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T06:43:29.347261Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "287b900d-1c2e-41b5-9f67-619caa6b4226", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little black - and - white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "a91e7a4c-28a3-41e5-9baa-a86120d4619b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:54:32.623372Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a9415d8-cf67-4a08-af5c-6841207401c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "super mario is playing table tennis at olympic games.", + "public_commercial_use": false, + "recraft_id": "bc8c71af-3bc6-4098-bb2c-cdddbf50c4a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:17:19.106865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30a0531f-d8c0-4371-8961-67ade7dad9c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lovely hellokitty sitting in the snow, sunset in the evening, the letter \"FWX love LXZ\" is written on the snow love card.", + "public_commercial_use": false, + "recraft_id": "51c04432-6cb3-4ee4-92ba-202330abded9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:53:17.191707Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b8a3d63c-5981-4fe9-87c6-cec1eba08d6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "90s,street in Suzhou city,snowing,pink sky,burning fire,vintage", + "public_commercial_use": false, + "recraft_id": "ab3cb5f5-1284-40b1-a886-0bbbf1078eb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:08:46.591658Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "062f776d-d9bb-4dec-bdde-0fcc94cecc6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh and a black Labrador puppy are playing in the playground with a beautiful sunset in the background.", + "public_commercial_use": false, + "recraft_id": "60f93c82-3020-4b08-a9e3-3eb72fd4d2b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:41:21.660533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aaaecc65-5e7b-47e4-8687-66808d5482ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little cats slumped on the sofa playing Switch, with snacks and drinks next to them", + "public_commercial_use": false, + "recraft_id": "a6b7c425-e1f7-4fab-aafd-8166718f1643", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:28.799264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c67da4a-be61-43e9-8def-a1cfec79bc12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lawyer lady happy on her way home from work in ice cream", + "public_commercial_use": false, + "recraft_id": "5a2b8cb8-d10e-4316-ac07-e09bba3b77a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:57:11.187047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e790f5c-450e-45d4-983b-b54c46b11a93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a child watching a bold text \"Kairos\" on fire, the child overlooks the valley, bold text \"Kairos\" fire in the field.", + "public_commercial_use": false, + "recraft_id": "f214c6a5-17c8-44f7-87c0-2e51005e3bc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:54:17.161835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3570e910-2eb8-457a-8b9b-d1a13456ec44", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Why do humans love to look at the sky?", + "public_commercial_use": false, + "recraft_id": "68e2a3ee-d249-4bac-928d-6ebc1b88764a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:43:29.923892Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2957c094-8278-40cd-8a91-50b5945e1c9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sparrow wore a birthday hat and sat in front of a cake filled with colorful candles. The walls of the house were creamy and flowing with the texture of frosting as if it would flow. The glowing candy balloons were floating around in warm tones", + "public_commercial_use": false, + "recraft_id": "f3ae014e-b61b-4e86-8311-d84c1a58285e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:46:46.074201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highlands paragliding alone in Hawaii", + "public_commercial_use": false, + "recraft_id": "69640e74-9d10-4c24-a396-8b2c00c09eee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:11:25.275759Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "koi jumping with a Santa hat", + "public_commercial_use": false, + "recraft_id": "496f148a-ff2d-4244-972c-28658c557eea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:57:56.662235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f262730-a379-4533-bc15-363f798242ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the aurora, a man in suit plays a piano covered in snow", + "public_commercial_use": false, + "recraft_id": "88ef1942-ee7a-4102-aafe-4a08d8f09543", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:48:43.957813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "886163a9-37ed-4716-b87e-f7a95b80ac47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little golden retriever pups watching fireworks on the beach at night.", + "public_commercial_use": false, + "recraft_id": "2795b042-4eeb-4f8e-80e6-82fdbe41a1cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:33:52.390632Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a sparkling fountain with phoenixes and dragons, musical notes floating in the air, swirls of plants growing on the ground, and everything was made of crystal", + "public_commercial_use": false, + "recraft_id": "e6671612-4775-42c9-aea3-d59d5491be55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:03:42.961527Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3fc115ba-e740-4e18-a9ab-08a6dc41fb42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "When a person dies, it's like water disappearing into water. ", + "public_commercial_use": false, + "recraft_id": "5be49a7f-b545-4081-b4bd-e0baaf69ea62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:26:00.864386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "877c7251-4c01-4782-8254-69fbf515b90e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dark mermaid kneeling in a pond with her back to us", + "public_commercial_use": false, + "recraft_id": "c308b67c-4c0e-4312-88b4-bb9f54bdfb7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:03:44.41038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "209f6b1e-c0db-459f-ba9f-1fa91baa0aa8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The young man gazes into the distance", + "public_commercial_use": false, + "recraft_id": "5c594e85-444b-4959-bb9b-63a4c2ebff44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T05:43:55.995422Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "32d10bdd-c724-43ca-9114-6c798269b779", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.The performer on the stage had short black hair and was wearing a black T-shirt.", + "public_commercial_use": false, + "recraft_id": "22b4f7a8-2f8f-4852-8c55-2ecc7794a355", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:34:05.207813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf6a8542-907f-4624-8e00-7629dda8d079", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a car is passing by her", + "public_commercial_use": false, + "recraft_id": "19f5e93c-a5cc-481f-b539-35ee790f6ae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:47.600534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "774e5231-6878-4021-8dd9-b86dba4a4cf8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty rides a bike and also with a bottle of milk while unde hollywood sunset", + "public_commercial_use": false, + "recraft_id": "e2e0ab64-3ed0-453c-ac61-c8e43013e0c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:20:15.093587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb646f99-9211-493a-a065-321dc79b67d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Shiba Inu is riding on a whale", + "public_commercial_use": false, + "recraft_id": "4ef51f76-3667-429a-9b25-9ef673e90e2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:35:50.586496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ac1961d-209f-4118-b643-c36ae9f43381", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tomato juice grows on trees", + "public_commercial_use": false, + "recraft_id": "014e2cb8-aad3-488f-88da-8764431b4347", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:17:02.476449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3e9a678-6366-4f01-b21c-a991330ff6ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words \"LINKJOINT\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "17841c56-43f5-4cb7-8dc9-9238c8a8ff9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:40.455386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "712b1b94-c3e0-477b-8be2-16c17d51f1bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White face violet African lovebird wearing a Santa hat stands under the snow-capped mountains at sunset.", + "public_commercial_use": false, + "recraft_id": "4c31cb7f-c317-47d7-8c79-b839606e9d73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:33.569937Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "98122f0f-939c-43f8-9df2-887080180571", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag", + "public_commercial_use": false, + "recraft_id": "5bfd1d2c-52e8-4949-a3ad-c5667447704b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:55:05.105743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff38e21b-4a78-4ab6-b224-e51d75b075ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people shaking hands through a swimming crab, each holding one of its legs. The crab is cooked. White background. Middle-aged man's hands.", + "public_commercial_use": false, + "recraft_id": "9ff3bf0c-6a89-4440-b8cf-2232343a1b50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:38:51.680732Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41996dd0-08b4-412f-9694-860517fd4260", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"FLT&HZHF\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "e0d2171f-c005-4171-827d-fb7cccf1e22b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:52:35.455431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "932e76b1-d91d-443b-a50f-f15cb4a6a2ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The yellow parrot wore a birthday hat and sat in front of a cake filled with colorful candles. The walls of the house were creamy and flowing with the texture of frosting as if it would flow. The glowing candy balloons were floating around in warm tones", + "public_commercial_use": false, + "recraft_id": "3f817dcd-1009-49df-acb7-3ba55761d793", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:53:36.059058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7643c45d-fdd2-48ac-ab78-c29b4afd0ac6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Cute cat listening to a song in the snow with headphones on the snow that says White Ferrari by frank ocean The sky is aurora", + "public_commercial_use": false, + "recraft_id": "4fca750b-f6e5-4b21-ba89-42365ef0464e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:56:36.651136Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a46371ef-25d9-4329-a19c-10d75c09fefb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty stands on an Arctic glacier with the sunset behind her and a passing ship with 816N written in the snow", + "public_commercial_use": false, + "recraft_id": "1f8385a1-694b-4f09-bb40-bfecd9b0cbfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:13:07.390124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af019881-28b6-4bf8-9efa-c2910209f326", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highlands runs through the air, surrounded by his favorite toys floatingThe dog's expression is even cuter, running in the air in the real sky grass", + "public_commercial_use": false, + "recraft_id": "1442bb04-494d-4ea2-a36b-13a13f499fc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:26:27.623927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a cake Happy Birthday MJQ1212, the word is purple, there is a butterfly on the cake", + "public_commercial_use": false, + "recraft_id": "9fb9e36a-942a-42dc-9cc4-fcc318d66f41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:02:26.536805Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "47a4c01f-63b8-4d92-a6dd-97fb361db2bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Threshold space", + "public_commercial_use": false, + "recraft_id": "f5472651-50ba-4fbe-9d96-f570c926f21e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:59:54.882887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "301e30c7-03ce-4ee2-a223-1b9b9cae0822", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello", + "public_commercial_use": false, + "recraft_id": "c393a55c-7b3f-4cbb-b6ac-bd6850a13c01", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:40:12.160201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a moon in the night sea.", + "public_commercial_use": false, + "recraft_id": "abc907da-6d5b-4b84-83de-899a8569ece1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:00:23.654342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8c425f5-fcbc-4834-a5f3-4cf7d935721e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "seat formed by combining big triangles, squares and hexagons", + "public_commercial_use": false, + "recraft_id": "9266cbc7-7295-416a-ad82-75006c2ea9dc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:22:29.493699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a82c0835-5d02-4f21-8263-d71713627d37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mount Fuji erupted, hello kitty drank red wine and held a cigarette in her hand", + "public_commercial_use": false, + "recraft_id": "533ddbb0-c32d-4970-a23e-1e5d55c303b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:49:26.163328Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier doing architecture design", + "public_commercial_use": false, + "recraft_id": "4e050f2b-e8fd-414e-9822-6f04bc486a9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:49:18.597287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0df25d5e-b6e5-49a3-91d7-90fa576836b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the Christmas tree, a fat colorpoint black-face ragdoll cat in a Santa hat and sunglasses drinks coffee while working on a computer", + "public_commercial_use": false, + "recraft_id": "13ce0472-5422-46d6-88c4-08840ffcc245", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:32:58.646767Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ad1f83d-61ae-466a-b586-b4e12758d397", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write riwoo and leehan in the snow next to the Christmas tree under the stars at night", + "public_commercial_use": false, + "recraft_id": "43291def-f6dc-4079-b8b2-c89e566885fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:03:27.733857Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "ef5d3987-ac8d-4e23-bb97-d8ef9ce96114", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute, tiny kittens, in the snow, with little pink flashes around them", + "public_commercial_use": false, + "recraft_id": "d58a8721-bb5c-4520-a143-4e5d94b68bd6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:29:52.859008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62c68e1a-a715-48a7-aad0-a67b6fe74b67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute Tuxedo Cat lying on the grass,and a huge rainbow behind her", + "public_commercial_use": false, + "recraft_id": "e6e76296-9d0e-48e0-822a-d0adce2c3f61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:25:32.867741Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80e7220c-eb7b-4e5f-a71e-cfac783a2d84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dan winters style photo, square picture: two cute little pigs are dancing together in sunny snow, with wooden house and pine forest in the background, and the side backlight hits the pig's face with red nose.", + "public_commercial_use": false, + "recraft_id": "c38642da-99d4-41bc-ae58-40be9572bc76", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:49:15.672944Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55cb9c12-b0c9-461d-b9fe-4c91e75b61de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Border Collies dance through a snowy landscape, their black and white coats mirroring the night sky as they chase stars that seem to fall from the heavens. The dogs leap and bound, their movements creating a soft snow mist that mingles with the twinkling stars, painting a magical scene of winter wonder.", + "public_commercial_use": false, + "recraft_id": "e9178f24-089d-418a-ae02-58317a6225c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:29:38.508352Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10b48008-94fe-4fcd-a27b-f8def6c1f1d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ZYJ LOVE ZJS This ten letters made of large gold luminous light board on the beach standing up to shine. No characters go out. Just stand on the beach. It needs a little light.", + "public_commercial_use": false, + "recraft_id": "5d531a1a-56c3-48bf-9e93-1163e3efa356", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:16:57.327985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e4cf678-87fa-4f82-a348-ea6d8d5506bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "big koi jumping with a Santa hat", + "public_commercial_use": false, + "recraft_id": "27ecc10c-29c7-4ef8-8b1d-2c36cb0b8ab4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:03:57.719243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07b52c85-81d1-4cb0-b8a2-345302ec6bcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy day, Christmas, swinging on a swing, teddy bear, bubbles, cake, the sea, lawn, butterfly, Hello Kitty.", + "public_commercial_use": false, + "recraft_id": "35a48d8f-619c-431f-9015-f61235813d09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T08:26:47.296248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d78bc35b-ac22-4d7b-9ad8-021f6692a30a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a light yellow dress and Apple headphones, sat by the window facing the sea and turned to look out at the vast ocean outside", + "public_commercial_use": false, + "recraft_id": "70ecd693-8c34-427c-9b31-daa5eaf5aba4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:44.327749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd7deaf1-218d-43ab-b95d-53ee56fdfb5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pearls in shape of letter \"iAn\" in the snow", + "public_commercial_use": false, + "recraft_id": "4bb812ac-ef8d-4d85-b630-1043bb807f13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:59:32.361993Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "abe21626-191a-4ee8-b386-9b968bfaab1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The streets of Hong Kong are neon, cyberpunk, and the sky is full of steam boats.", + "public_commercial_use": false, + "recraft_id": "fa5c4d28-ccaf-4c4f-8604-dafbf168dcba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:11.625185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8dc4d0a1-2c20-47f8-9f13-9992495cefff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A meteorite Border Collie and a golden shaded cat are watching an outdoor movie in a cozy setting.", + "public_commercial_use": false, + "recraft_id": "4fc25484-cd3c-4dc0-aff0-108448d1a7f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:20:03.438022Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3743b18-091c-45c4-a441-f97fb47a52f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Orange cat is on the snowy ground in winter, with pen written TaoHua on the snow and snowflakes floating beside it. There is a small Christmas tree.", + "public_commercial_use": false, + "recraft_id": "05a9fad8-fb8b-4f82-b588-9bc3f86eb88b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:23.007331Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55b9d118-ea16-4663-8c5c-24aab773d143", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the pooh working infront of the table with a PC, side view", + "public_commercial_use": false, + "recraft_id": "ad879fb9-237f-4696-a9b2-f527f4accadc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:13:09.475563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50c337ee-2816-4a4a-8a44-edf45e30b8ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The star-patterned sheep walk in the sky", + "public_commercial_use": false, + "recraft_id": "022b90e1-06f1-483c-89d0-52d19b7524b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:15:31.148014Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "581f3862-a7e2-4c6d-8165-fe059fee570e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two French bulldogs, at a playground, eating hot dogs, happy.", + "public_commercial_use": false, + "recraft_id": "2e66a821-b796-4702-a09a-a272f85ce5c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:50:01.814194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "955bc944-a2f8-4c95-9aa5-454ca8cf37c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the year 1200, a Japanese monk stood atop a high mountain, gazing at the architecture of Kyoto engulfed in roaring flames.", + "public_commercial_use": false, + "recraft_id": "56548f82-bebc-46ca-bdcc-cedf33dbd02c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:37:34.094934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9469223-0763-47a2-8467-708991df854d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under Mount Fuji, a West Highland puppy is eating pizza on a Harley motorcycle.", + "public_commercial_use": false, + "recraft_id": "c51eca7c-188b-4714-9cfb-d6eb7b115d40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:00:25.420658Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df720903-163a-482c-96aa-6b32abc88c0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cake and a dog in forest and stars pink clould", + "public_commercial_use": false, + "recraft_id": "1130b404-fa7e-4cb7-b9d5-34078b613097", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:16:45.446208Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d56b9747-7555-4489-a5cf-a255d9badfd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White-brown West Highland White Terrier lying on the snow with white headphones under the night sky ", + "public_commercial_use": false, + "recraft_id": "4429b43b-aa90-4d10-bb5e-eaf180d98a6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:24:41.846974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely hellokitty sat by the sea at dusk and watched fireworks in the snow. YSY was written on the snow.", + "public_commercial_use": false, + "recraft_id": "3e08930b-defb-4bf1-a50c-86e059f69312", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:23:04.964578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bf13836-48c8-4474-8233-bb6c42fb26d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat with wing,under stars,", + "public_commercial_use": false, + "recraft_id": "8bb65d79-4a8d-4345-b3d2-2d2323843630", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:56:44.947609Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1b42c8c3-f012-4778-b549-ee00306489dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A standing sea otter with a red scarf and Apple headphones, dressed in Christmas clothes, Disney live-action animation style", + "public_commercial_use": false, + "recraft_id": "b8bbfd5e-54d3-46d3-87e5-2966b3360421", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:46:31.872842Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write leehan and riwoo's names by hand in the snow under a large Christmas tree and gift box, surrounded by feathers and bubbles, and write 1020 and 1022, no one appears, with a dreamy effect of light particles", + "public_commercial_use": false, + "recraft_id": "0808f48f-4fc4-4606-a6f0-7e77392f8e1a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:35:11.551252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8f9a2e5-0d93-4337-83e5-13638a3be566", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy dog is playing with butterflies on the snow outside, the moon and stars are shining in the night sky, with the word \"snow\" written in the snow , and there are snow-capped mountains in the distance", + "public_commercial_use": false, + "recraft_id": "45af77c3-4d45-4112-81bd-9d8caff7079e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:42:24.256256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af1a6c58-d9f9-4b66-949b-38ce0f762d0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two seabirds are watching grand fireworks by the seaside.", + "public_commercial_use": false, + "recraft_id": "c83adac1-c693-410e-96d3-4dffebb73102", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:49.723375Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "21538383-11f2-4abb-9ae3-024540041c07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white man is wearing a faded blue jacket with a black hoodie underneath, holding a beige horse with its eyes fixed on the camera. The character and horse stand in the center of the snow, half body at a 45 degree angle.", + "public_commercial_use": false, + "recraft_id": "8b4f49e4-d804-413c-9df0-4675293f7233", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:11:26.817528Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ed64279-b6c1-403f-9b57-e0a1d9fc16c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Horse, Christmas Tree, Christmas Deer, Red Scarf, Snow, Meteor, Mount Fuji", + "public_commercial_use": false, + "recraft_id": "01effa2f-da11-4717-b814-e9549c7005e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:35:55.338296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d1099be-4b56-43c4-b0e4-6eff9b016ba6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words \"Hello Kitty\" engraved on the beach", + "public_commercial_use": false, + "recraft_id": "d3e8e9ee-fa08-4197-9d2a-a75c736190d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:06:40.067802Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ecee005c-fffd-4784-a196-e42d580868c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a deer standing on the stairs of the old apartment", + "public_commercial_use": false, + "recraft_id": "18a271a8-a1ce-45aa-bab3-18960e120ffc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:42:40.555733Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "029aa11c-7205-411b-b1c8-8a76e30f1cca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " There is a silver Christmas tree in the room, adorned with stars and words that read \"LYW\". A little dog is lying under the tree, and fireworks are set off outside the window", + "public_commercial_use": false, + "recraft_id": "bd7b6183-afb7-436b-9f56-8f5d08f8a158", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:31:42.121979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d3e3820-7c04-4b69-8e18-b27043f15022", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Walk in the cozy lanes of Japan at night and in the West Highlands", + "public_commercial_use": false, + "recraft_id": "b468e8cf-7bf3-4839-8839-473d2d40bce8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:09:43.459161Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0110f7d4-2fc0-428e-baea-62c97abd485c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sitting by the Christmas tree listening to music.", + "public_commercial_use": false, + "recraft_id": "c65b9340-82bb-4551-bc2f-60d7a5f2b949", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:42.523834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed7b8256-9328-4a46-b8af-a7e5bc4ef847", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Christmas tree. It's on the beach.", + "public_commercial_use": false, + "recraft_id": "0e2a0a41-62ed-4733-8ae8-5a5a20c1018c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:29:46.353494Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f350234-cf5d-426f-b024-7c09e2850415", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter, snow, Christmas tree, aurora, clear and light sky, little long-haired calico cat with a wing", + "public_commercial_use": false, + "recraft_id": "7f903bba-0e73-4e0f-abeb-f303a39d3ae1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:54:30.083304Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a1c09e7a-0156-4d9a-943c-129180374c86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Woody of toy story who is making coffee in the company break room", + "public_commercial_use": false, + "recraft_id": "91e10716-eef7-465f-af49-9fbc342852ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:31:14.430115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15c6d172-077b-4336-86fe-311354b62862", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is half a corn in the middle of the flowers and butterflies", + "public_commercial_use": false, + "recraft_id": "bea3db39-178c-4a7a-b9db-3abfa2508b60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:56:34.632072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b5c33d5-f99e-44a8-beb9-fb404faeb2cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a butterfly on the beach where it's snowing", + "public_commercial_use": false, + "recraft_id": "96f6f2d7-1905-4c43-8749-310a19f6c4d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:54:50.492513Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "4a21b0c2-e35f-40b8-8567-5d655dac49de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Withered camellia petals", + "public_commercial_use": false, + "recraft_id": "a2f0795e-018f-4e2c-9e5e-0cf2d650f625", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:25:54.156395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dbb68e1-a77e-4634-85e8-a61a2e9b8c75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lovely silver shaded kittens, wearing butterfly wings, were sitting obediently on the black leather sofa and watching cartoons.", + "public_commercial_use": false, + "recraft_id": "5836b3e1-bf09-4d00-9a5a-23d554af9b90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:39:26.048624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aba69173-e58f-4a3c-a2a4-04993ac0e273", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bubbles, white fountain, apple, cheese cake writing \"423\", red wine glass, green christmas tree, shining snow, light brown teddy bear, headphone.", + "public_commercial_use": false, + "recraft_id": "6a35816a-6958-4ebe-a0af-65b24561fb0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:14:25.86101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1233953b-83d7-49d9-bd0d-6918f198f6db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The star-patterned sheep walk in the snow", + "public_commercial_use": false, + "recraft_id": "7595b48a-e36b-472a-b46a-96a9a0b527a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:09.864533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "796fc231-682e-4590-b0b5-5a6ea62a4c19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance, there are snow-capped mountains, trees and snow-covered ground. On the snow-covered ground, there is Hello Kitty in red clothes and a white teddy bear, and the letters \"wxj\" are written on the snow-covered ground. In the distance, there are snow-capped mountains, trees and snow-covered ground. On the snow-covered ground, there is Hello Kitty in red clothes and a white teddy bear, and the letters \"wxj\" are written on the snow-covered ground.", + "public_commercial_use": false, + "recraft_id": "c0be61cf-5a61-4542-9484-d0f7d011d76d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:16:30.295519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf1404fe-a392-4eb8-ac3b-d682200ae57e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " yosh horse tomato fish", + "public_commercial_use": false, + "recraft_id": "52569789-3590-41d4-accd-98c9b8f79813", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:05:54.075095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3603fe3f-3bed-4756-b97b-5d00531a6fd7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Mickey and he's sitting in front of the computer gloomily and the background is by the window and behind the window is the beautiful sea and the sun is shining through the window it's a nice day and there's sunlight on the leaves", + "public_commercial_use": false, + "recraft_id": "123f09cd-9307-4787-b38f-0e68b4ca3a5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:50:06.766021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8019b476-2d48-4fc3-b14f-f03e42aa25e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat holding a black bass instrument", + "public_commercial_use": false, + "recraft_id": "7dff6bd3-3a60-4169-9761-7e327f80962e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:28:00.35843Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2f79b855-222b-43ac-9fd2-527a9d203afd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three people hiking in the snowy mountains, silhouette, large format, high quality", + "public_commercial_use": false, + "recraft_id": "cac5e86f-9bf8-4aef-98d8-8129531f7325", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:40:36.170501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45ee3294-b49a-448e-a105-cb766510d229", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu is drawing CAD in his computer and drinking a big glass of wine ", + "public_commercial_use": false, + "recraft_id": "2eaec9c9-6fd8-4e61-b470-a769d717e508", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:08:32.289907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3adaf78-e878-4ac0-90a6-142c2e48b48c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a coordinated looking white and gold baby cocker spaniel wearing santa hat sits in frount of a chistmas tree in the home", + "public_commercial_use": false, + "recraft_id": "1475ec91-e367-4081-bc2e-a9a4216603a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:31:14.424891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a078409a-34a7-4ac2-8bf2-7f7aa702fbd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The women with a horse's head cover and a pink hoodie is typing with a burning iMac laptop, surrounded by several iced American coffees.", + "public_commercial_use": false, + "recraft_id": "e249772e-4454-40a9-80d8-e2f4e637816b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:10:05.072005Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1ca5e1f4-3a40-4219-896c-ae2429be75b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas hat,christmas movie texture,kitty,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,booth,bazaar,", + "public_commercial_use": false, + "recraft_id": "8b76e2b5-1cb6-467c-ae54-538dcdc58238", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:06:30.845183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82c013fe-1226-4d36-9da5-150b1f9d8931", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white rabbit is celebrating his birthday under a Chirstmas tree", + "public_commercial_use": false, + "recraft_id": "89c707ab-0bc0-4f44-b63e-518cb72ff3d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:52:20.064928Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bff910ca-df3f-450e-b833-31f61f1d8a84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were many people in a room.We had a birthday for the Golden Retriever, and the room was beautifully decorated, and the dog wore a birthday hat, and the cake said his name \"bubble.\"", + "public_commercial_use": false, + "recraft_id": "763efdcb-4cb7-45aa-920a-df16b4b9b0ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:32:28.103396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07616640-d45b-4f55-9053-6f8bcf59aa06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dramatic erupting volcano with red lava flows rising into the sky, creating a humorous and surreal atmosphere,fire", + "public_commercial_use": false, + "recraft_id": "7cdbae0b-7b69-413b-8c59-ef0888bc0eda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:40:24.230567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e6f040da-2ccf-4606-8c2b-439439d24906", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a man sitting in the snow with the camera behind his back and looking up at the sky. It was snowing heavily and there was an aurora.", + "public_commercial_use": false, + "recraft_id": "cb483729-d3ec-4883-9aae-cfd77c0d1924", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T06:45:14.203204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "662f3caa-28aa-4874-bb71-8bbac2dbe41a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "a66b9275-4fbf-421d-b296-289808bff5c2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:10:20.687514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fed1699-af4f-472f-a36f-a7fb7927c5d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Volcanic eruption, grand piano, electric guitar, drum set, hellokitty singing with a microphone and drinking red wine with a goblet", + "public_commercial_use": false, + "recraft_id": "1a5aebbe-bc44-45f8-84f1-232f8a9fedd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:09:36.481343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f34e302f-620d-4a32-a5f2-e7c40b86bcf5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sat on the snow and spun around", + "public_commercial_use": false, + "recraft_id": "ba0d8e9a-7f90-44f5-ac44-ae3006db055a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:54:00.682099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81695610-6570-43c3-ae1d-1c1926de45be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster is sitting", + "public_commercial_use": false, + "recraft_id": "17668442-d184-42ec-b205-090c7e59ade9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:30:05.367501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f7c633a-1317-4a3d-9193-fb74b67d2cb7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The world explodes,and the dog sleeps", + "public_commercial_use": false, + "recraft_id": "ea75bff8-8855-40bc-82d8-b356dc8812ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:35:23.73874Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "e42e361b-d601-43b5-8d68-337cb3182622", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland and a long-haired dachshund puppy wearing Mickey's hat are walking in the snow, where a few pine nuts are scattered", + "public_commercial_use": false, + "recraft_id": "6b51da21-c1d3-428c-99a0-e3e23e0aba66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:24:36.384324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dadf1a2d-9ddf-4333-aea8-5cfae5731296", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "runaway bride in a wasteland at night", + "public_commercial_use": false, + "recraft_id": "5f0b8ccc-60f3-4520-b44f-16a2ce2556be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:15:30.127464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d175609c-f64d-44cc-bf80-559c80a4e713", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The window by the snow is frosty, surrounded by bubbles and flashing lights. It's dark. Christmas is coming soon.", + "public_commercial_use": false, + "recraft_id": "6d5be353-6655-4a79-bf3f-22c7cc79645e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:23:22.054492Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb7f480c-578b-4139-9bf1-4fa60ffd6292", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The roses melted like ice cream, and twinkling points of light floated above", + "public_commercial_use": false, + "recraft_id": "8834fc10-a8c0-4b97-9ad5-538190d07519", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:13:13.771929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51ebd735-c6b6-4493-baff-db62da80510e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a happy day shermain in the snow, a house in the back, and a border collie ", + "public_commercial_use": false, + "recraft_id": "9b40b5e9-26b8-4f03-860e-4cc59bd5cfa6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:17:06.822864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57af4a25-4422-416a-ae28-6db375336b8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Daytime atmosphere, a cute little bear sitting on a furry sofa at home, with a white carpet on the floor, looking at the outdoors, warm atmosphere, snowflakes floating outside the window, Christmas atmosphere, Christmas tree and colored lights at home, photo frames on the wall, warm ambient light, fresh, warm colors, fireplace, hot tea, cake, Christmas decorations", + "public_commercial_use": false, + "recraft_id": "cbaf8638-88d9-4789-9001-9e6a2877551d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:32:00.764704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eea501d5-ed9b-414c-bc22-410d624cb2d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute,fat Tuxedo Cat watching a book on the grass,and a huge rainbow behind her", + "public_commercial_use": false, + "recraft_id": "263085c7-b2a8-4a95-90bf-b79ca2973b0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:48:00.166536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "856de072-3905-4393-98bf-86af2ef50870", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little golden retriever pup on the beach at night watching fireworks in the snow.", + "public_commercial_use": false, + "recraft_id": "cb2bf3e5-4a1b-4fe2-8cfd-053c6f15a8b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:52:52.530157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f8f1872-144c-438c-aba5-b9f9d242b42c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat, Christmas tree hat, winter", + "public_commercial_use": false, + "recraft_id": "beb50d31-143f-4d51-a97e-aabb19a724e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:30:52.352034Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "22808291-8479-48c9-9f65-ba273895bcb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow on the beach, weird but beautiful . Flying in the dreams , stars by the pocketful. A white horse with black wings. Dreamy ", + "public_commercial_use": false, + "recraft_id": "83054174-dac8-4c9c-91c2-cc05100a1790", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:21:00.88419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "daf39fd2-0d76-4a27-981c-caadad3d2aef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white wolf with headphones is reading in the train, and the snow-capped mountains and forests are outside the window.", + "public_commercial_use": false, + "recraft_id": "d2ec37a8-f3e3-497e-9198-d15d3750a537", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:16.859411Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28c21c88-79ee-4e88-afeb-6477227e8a18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black - and - white cat, wearing a colorful sunglasses and holding a goblet full of red wine in one paw, with a Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "60bc0bb7-3cfb-48f6-8e30-12e57b16a9c5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:29:28.939107Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70e55928-365e-4cc2-915d-c6779081528a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a yellow little dog watching fireworks on the snow", + "public_commercial_use": false, + "recraft_id": "94aefd6e-ebb4-48a0-9181-f556314e1743", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:33:29.090491Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b88660f-1ede-45ee-9c74-6291a8a19b8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty doll sits on the beach by the sea. LRH is written on the beach. He holds a fireworks stick in his hand. There are fireworks behind him. The weather is sunny and sunset.", + "public_commercial_use": false, + "recraft_id": "53cd8b66-2403-4987-8074-8de461ae83b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:28.110482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a1ea6e3-5e70-409e-a5cf-bc024effdff8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "peach orange fruits ", + "public_commercial_use": false, + "recraft_id": "916e00a0-1769-46d9-9414-886666302922", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:46:09.101656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d277b2b0-f681-41ab-ad9a-103958ea49b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A doll penguin wearing a red scarf is in the snow. It's dark and blue andsnowing heavily.", + "public_commercial_use": false, + "recraft_id": "cbe358b3-8ae0-4a58-af6f-3aece617b317", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:32:11.651849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "536d3db2-850b-4301-b07d-d8c1a2b8a334", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat in snow ", + "public_commercial_use": false, + "recraft_id": "f2d20127-eb06-48ee-870a-a95a74ced258", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:10:38.032166Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db00307f-5db6-4817-a6c9-e23f0c63f470", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ultraman and I were having coffee under the Christmas tree", + "public_commercial_use": false, + "recraft_id": "5431faae-e982-4c19-aeb6-c16d72c078c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:56:26.798879Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "03fb5481-9c7b-4024-a0ae-42c41a728027", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Paris, outdoor, dessert tasting", + "public_commercial_use": false, + "recraft_id": "fb671bb1-7d4c-45a6-81d4-d3dcd8c8e40e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:10.662767Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b0f8f36-e143-4135-ae55-658e3ddc0a01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Orange tabby kitten wearing black frame glasses working on a laptop in a office like a human, drinking wine", + "public_commercial_use": false, + "recraft_id": "c719be45-4fe9-4353-8841-4ba44d7d1cd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:40:18.421566Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "287098c4-e879-4deb-ad82-674aede61fb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Schnauzer with round ears is wearing a birthday hat and making a wish in front of the cake.", + "public_commercial_use": false, + "recraft_id": "4afa2dff-e361-4938-a8f8-3f780d390b62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:16:43.229691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "163277cf-81e1-4aa9-b151-608dd05b9078", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young Japanese man with full muscles", + "public_commercial_use": false, + "recraft_id": "d8f45476-b755-4c0d-8578-8f9cf41d0f7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T08:41:32.936563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f286ee8-195d-4383-a758-7c270f28587b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Watching the fireworks at night on the top of snowy mountain, and the residential houses below. Two Hello Kitty dolls are standing together on the snow: one wearing a suit and the other wearing a wedding dress. The letter \"HY\" stands on the snow to the left of Hello Kitty wearing a suit, and the letter \"MC\" stands on the snow to the right of Hello Kitty wearing a wedding dress.", + "public_commercial_use": false, + "recraft_id": "e76647ee-3f0f-4267-9068-869d1ca4b80e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:28.356669Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1f9419d3-333b-4ebe-8e19-647f13c73091", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A standing sea otter with a red scarf, Apple headphones and a Santa Claus outfit", + "public_commercial_use": false, + "recraft_id": "50b7f4b0-da72-48fa-8b48-8f409f86605e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:29:04.343841Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "feebca19-2212-4e8f-801b-f4358f208b84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Several pink butterflies surround a half-eaten corn", + "public_commercial_use": false, + "recraft_id": "42ba24f3-2bea-405d-8002-e636958be303", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:35.616492Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6867d296-ae56-4281-866b-bd2da9060be4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier facing the sea, watching a grand fireworks display from the coastal grassland.", + "public_commercial_use": false, + "recraft_id": "8936b29f-ef28-4d3a-b12d-3ed828d810c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:55:42.280319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce7870c7-25b2-4ade-88aa-262babd7fce1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dark night sky is dotted with a few stars, the snow-white earth, snow falling, there are two teddy poodles on the snow, a brown, has been white, brown is bigger than white, they are playing.", + "public_commercial_use": false, + "recraft_id": "f893d8d1-bd0d-4f60-b8e9-3b610c1522b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:51:54.090005Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "476aaa70-54fd-4988-a1a4-062a99843fbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The small white rabbit with the star pattern jumps on the fountain, the background is starry, and the musical notes float in the air", + "public_commercial_use": false, + "recraft_id": "c91e2e9c-ec90-464a-ad39-99af645b9dc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:20.468796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Smudge lamb on the snow with butterfly ", + "public_commercial_use": false, + "recraft_id": "6597c106-d9a3-49a5-8447-96d056701dfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:30:56.851729Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1de6eb0-14d5-482f-bcde-ece51c980ca9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Unicorn, snow scene, Christmas tree, snow, fireworks, starry sky, romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "9c997599-7c4a-44ab-a553-8ed90cd5df61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T05:59:43.434292Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "b2abb996-a9ed-4ce7-b3e4-503dd618aad7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas hat,christmas movie texture,kitty,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,", + "public_commercial_use": false, + "recraft_id": "a46c6767-16ef-4ec4-bb51-47122ac4dd82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:29.041571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c4a605b-f05c-453c-bca3-2d8438769dc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the pooh in the light room", + "public_commercial_use": false, + "recraft_id": "edc03c74-f059-47d2-b31d-1e5eb020534a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:17:16.64853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f91b3dff-1fc1-47b4-b4a3-1972f4796efa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Shiba Inu is riding on a fish", + "public_commercial_use": false, + "recraft_id": "f07f0709-bc8c-4659-85d9-9be07c5b1ebc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:47:56.673361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "898e8d66-ad20-4eb3-86dd-2eb829502c95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat works in the compeny", + "public_commercial_use": false, + "recraft_id": "7ff7c7e5-5554-4d2a-811f-ba69629f596f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:27:08.00304Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f22ae90f-8546-4014-8a80-56ff07f231ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "yellow cat taking photo in snow", + "public_commercial_use": false, + "recraft_id": "b6eac8e3-9f0c-4835-8491-839449452a60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:37:19.294669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7d577a8-4e27-4c1a-9d9f-840d4ed79592", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland Terrier with butterfly wings, floating in the air, inside the living room", + "public_commercial_use": false, + "recraft_id": "b46c59b9-233f-4679-905e-09d258624dca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:23:30.213061Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tinsel with colourful light reflection on top. christmas tree monster with hands and legs hugging ", + "public_commercial_use": false, + "recraft_id": "ab606915-804a-4997-b4e8-5b66a1391683", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:29:42.553261Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61a2a417-4f38-4d58-af75-70c8df1e9bfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter, snow, night, a short American silver tabby cat, a HelloKitty with a red scarf and black framed eyes, warming up around a campfire.", + "public_commercial_use": false, + "recraft_id": "26c77162-8f1a-45af-9c88-0ba908cb878b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-05T08:42:05.464817Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "896da453-b0a0-4154-904d-af1f1672200f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White roses on the roof top,white walls,white fire work,white vintage princess bed,forest scenes out side the window,white guaze curtains blowing by the wind", + "public_commercial_use": false, + "recraft_id": "9c771cce-d4ca-4ea2-9664-7c3899ff7005", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:22:09.378531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9378b6e-3a12-4f92-84c4-441a04a9ecd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "modern or futuristic computers with coding on the screens", + "public_commercial_use": false, + "recraft_id": "ee7dbed7-568d-400e-976b-5fed53e9543b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T07:35:14.598786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a443cfdb-8007-4500-b890-320597ee366c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The typewriter had a 'nat' sign on the side, and the typed paper read 'Dove & wangZai'", + "public_commercial_use": false, + "recraft_id": "f4d222e3-cf63-4f3c-adcf-e4cdbe54367f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:19:54.675391Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4178a45f-316f-4eac-bbd8-bd06896905e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The rusted flowers lay in salt, covered by transparent glass", + "public_commercial_use": false, + "recraft_id": "eff80082-5600-46f0-bb1a-454b95c7d31d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:09:29.111246Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f81bb75-a7aa-4b39-907f-303218cc6b31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a small blue goldfish and a small red goldfish in the fish tank under the snowy mountain", + "public_commercial_use": false, + "recraft_id": "a05e1e44-6d6c-402f-b6e4-6f29449d8aea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:55:43.333941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three orange cats watch fireworks on the beach, one red and one blue balloon floating in the air", + "public_commercial_use": false, + "recraft_id": "96dff7f8-95e0-46fd-97aa-5a103bb3ff4b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:40:42.888607Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfc3200f-7cec-4bf8-b8aa-cec8d30d9367", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very Gothic person holds a banner in his hand and says MOUNTER.", + "public_commercial_use": false, + "recraft_id": "8fd9af0a-0a69-4e33-aaf6-4a41cb147511", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:03:33.132512Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a huge cloud inside the church with a glowing cross inside", + "public_commercial_use": false, + "recraft_id": "04f2042b-6e41-42b1-b47b-4c5cca821876", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:21:04.297548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d74299f5-84c2-40b0-9d91-bb3e7427583e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A round-faced lady making a wish in front of a birthday cake with lots of decorations next to it", + "public_commercial_use": false, + "recraft_id": "9c997a92-c2d0-434b-9694-ce7f1905fd63", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:28:24.826274Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "dbb197d0-0638-4dcd-8e53-40e86388d9ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a super cute small white cat in a cute pink dress in a luxurious house", + "public_commercial_use": false, + "recraft_id": "1e2bb0d4-1f51-4b65-a3cc-3fb89d2dfcfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:38:06.55074Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b40b892b-bcf3-4730-8387-e988ca311025", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Trump undergoes nucleic acid testing", + "public_commercial_use": false, + "recraft_id": "ba686d31-5330-45b9-9714-1bde3b086f5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:11:40.066584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d058d98d-57ed-4450-87e9-0af6c3d4ebf0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two young Japanese men in kimonos kissed beside the tall flames", + "public_commercial_use": false, + "recraft_id": "97940917-330f-4ab7-b703-f9c4c78ef082", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T01:29:49.465235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7730545b-2d55-4d54-acf5-3d417484fc30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two orange cats with hat,handing a blue balloon and a red balloon,flying on blue sky,the ground is green grass", + "public_commercial_use": false, + "recraft_id": "adaca018-cbab-44b3-9dff-e663e41c915b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:58:47.72034Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e098f290-37d4-4223-ba67-7551cf4f8459", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The universe and jellyfish", + "public_commercial_use": false, + "recraft_id": "29a7f654-a2cc-44a3-a4eb-3c7015750b9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T08:26:22.846313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bd98879-36d3-4beb-be0d-d44afbdc048a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty, gun, sunglasses, snow, Christmas tree,", + "public_commercial_use": false, + "recraft_id": "6cd9026a-a169-4a76-9249-6d68e2b88588", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:45:40.545491Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9612bc5-7784-470b-9687-bf2025aa4d2a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is taking a bath in the bathroom with a cigarette in her mouth", + "public_commercial_use": false, + "recraft_id": "90f8d04b-22fe-48df-a4f0-ae00c7cca36f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:12:36.678404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2914ff53-e183-4ece-bc8b-41cf37059fce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A surveillance camera in the corner", + "public_commercial_use": false, + "recraft_id": "ae0cb160-dd5b-4350-9a2d-958cd82a01b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:24:39.097711Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9884a3d6-86b2-4f3a-9bea-ef2a5da33761", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag Plastic pocket Bright", + "public_commercial_use": false, + "recraft_id": "b148b6fb-a0cf-4192-a956-d7c02bb22896", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:42:40.842476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45df2f12-57c7-4369-bb11-241cba3b5a11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tweety sitting the couch, in the dark living room, watching tv and drinking beer", + "public_commercial_use": false, + "recraft_id": "2a2dd659-d2b5-4a64-bc4e-eb6f7a036665", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:47.8419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "706b6ecf-51a2-4c8a-ba1e-3856c35c9cda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a shining Christmas tree, a Hello Kitty and a puppy in the snow", + "public_commercial_use": false, + "recraft_id": "d3edf1b8-fd55-4bb9-8395-de7de921f6db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:55:35.605646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75eb800a-3d67-429f-8ecc-9592fbdb76e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black smiling Shiba Inu looks at small purple balloons in the snow amid fireworks", + "public_commercial_use": false, + "recraft_id": "581c30f3-d0be-4926-98ff-7eb386e22fc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:27:01.876048Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6757be08-b23a-4f8f-8c72-059909e18d85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "three words wyc and lingering light of the setting sun", + "public_commercial_use": false, + "recraft_id": "cac20ea6-9b40-40bf-8a67-496eb01dbbd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:56:38.323872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e10afa4-4677-43b9-8e07-6e629ef31a30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sunlight shines through the forest on the ground, and the teddy bear stands on the ground, playing the violin with high color saturation, dreamy", + "public_commercial_use": false, + "recraft_id": "4a83542d-3af9-4a1b-b1cd-5d76f35983d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:30:43.936165Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "520c263d-ac3e-4058-9aa7-5de3bb7ae738", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Hello Kitty sits in a class as a student and plays mobile phone, wears a baseball cap and a black berber fleece coat", + "public_commercial_use": false, + "recraft_id": "7ed672fa-5921-45b6-a43d-409e7c70dfc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:04.581796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f96695b-d1c8-4425-8c38-654d19b28e35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tesla in 80s China with a panda driver", + "public_commercial_use": false, + "recraft_id": "09eb0cfc-931c-45f5-9bd7-f6699b9504a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:42:45.534643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b34ddad1-4cd5-4f27-9f15-fcee366771f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier facing the sea, watching a grand fireworks display from the coastal grassland, with fireworks filling the sky.", + "public_commercial_use": false, + "recraft_id": "9cfc5f8d-eb47-4b24-9325-bc505e1093bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:45:50.582901Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ef80d5a-653b-4d9c-8517-32abd33b7ad0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three dogs in clothes jumping in the snow during heavy snowfall, clean background, blue tones", + "public_commercial_use": false, + "recraft_id": "fa0c40bc-0a7b-4117-9bd7-c6ef5e61f8a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:23:54.718623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b89f85c6-d8f0-4e1c-a406-9775b3d8160e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "under the Eiffel Tower, a Stitch holds a red balloon and holds up a birthday cake with number 2 on it.", + "public_commercial_use": false, + "recraft_id": "2b804b7a-410a-41ae-a259-bd1c825776e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:34:36.549765Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "239b7e48-4a66-4489-a16d-c554416bdc1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in the snow, snowing, blue sky, with the letter ophen28", + "public_commercial_use": false, + "recraft_id": "891a6159-fac2-4891-a852-eccd70dd56a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:37:05.408523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ead8366-e82b-40ef-adf3-b21a65e912bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little white cat is wearing a red fluffy gauze skirt, adorned with a flower wreath, and playing the accordion", + "public_commercial_use": false, + "recraft_id": "6f03c7d1-b7fc-43d7-a65a-d2d6903cef49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:28:14.792526Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1f88e04-4d9e-4ad4-94bb-df644c1c64d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two dachshunds are celebrating Christmas, and the candles on the Christmas cake spell out the words 'KAMA MUTA'.", + "public_commercial_use": false, + "recraft_id": "c807031b-6477-44e3-b0e9-06e2b7c50e25", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:56:27.275989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2cf11f45-7030-4916-ac25-1032e6f2742b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute dog play guitar ", + "public_commercial_use": false, + "recraft_id": "6105bdca-2bc7-4f17-9b87-35086b17716a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:20:50.86361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Siamese cat with a bell collar is drinking red wine next to a Christmas tree filled with a festive atmosphere", + "public_commercial_use": false, + "recraft_id": "617a7380-b929-478e-b2c7-67b0b70df61f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:38:49.16493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b5d3c6c-7960-4807-a0a9-c3ece517417b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats watching the winter sunset sitting side by side at the window. Christmas ornaments around them and fairy lights around the window frame", + "public_commercial_use": false, + "recraft_id": "47a8a212-31a9-445b-8ce0-8e54cda7b97b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T03:07:43.70814Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5b5e826-07b4-44de-844a-6f84f9340fb4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a corn in my pocket.", + "public_commercial_use": false, + "recraft_id": "7cb8cc99-55ba-45ee-bcca-49dceb918565", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:10:30.811388Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4fb25230-f252-4fb5-9209-1089198fcad9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white golden-haired puppy wearing a Christmas hat, next to it is a Christmas tree, and \"x1n\" is written on the snow, with traces of puppy claws. Melancholy blue night scene, the dream with light particlesThe stunning night view, the blurred city lights and colorful fireworks illuminate the sky, creating a warm, festive and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "ba0bf605-66fd-4118-b368-f19f2c82dbbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:39:27.245675Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "29be635a-3e77-4ad5-bd83-4190b265a61d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The sheep with the pattern of stars walk in the starry sky, and the notes float in the air", + "public_commercial_use": false, + "recraft_id": "f0ac0e09-1301-416b-b5df-132c768c161e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:41:16.957878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84dfdf93-175f-47a3-81cc-0b0de444199e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the Christmas tree, a fat black-face ragdoll cat in a Santa hat drinks a cup of coffee while working on a computer", + "public_commercial_use": false, + "recraft_id": "e97cb391-7dda-430b-9585-d8089911316a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:20:20.391824Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "106e38d4-ffa9-48eb-86df-4f6ec929ca5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tinsel with light reflection on top. christmas tree monster", + "public_commercial_use": false, + "recraft_id": "2b782e62-90b8-4024-bd88-f8c9337ca66e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:04.084286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c70f11f-fe09-4d3a-a049-b7c16fdd7b85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The water pipes are blooming outside the window.", + "public_commercial_use": false, + "recraft_id": "0fd3fde8-feae-41f0-95ce-43f0e921ed06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:42:46.742514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b25878d-97f5-46b4-9114-2ececbf000fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Underworld coins, sacrificial offerings", + "public_commercial_use": false, + "recraft_id": "7a27ef2d-e460-44a8-89f9-d0420d390879", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:18:19.809515Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63614085-92b3-4daa-a885-fd1da31e5110", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu is drinking on an inflatable sofa in the snow ", + "public_commercial_use": false, + "recraft_id": "7c05306f-e486-4d03-88dd-a0a0abbee741", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:40:57.953706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ddb05cc-e44c-4ddc-8dfc-30b8071299bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snows, fireworks, a cute and orange cat, pink clouds, spicy hot pot", + "public_commercial_use": false, + "recraft_id": "9d874c56-143f-4d6c-9495-e9efd042af13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:14:52.615815Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25905720-f18a-46e7-ac64-bf56923340e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog and cat cuddle with each other.", + "public_commercial_use": false, + "recraft_id": "85d8884a-14ab-493e-be79-cd77fc31cd00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:19:46.078235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e4cbc70-f79d-4bf9-afff-04b6b2d93d87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable Birman cat hates going to work and sits at his workstation with a glass of wine while the mess behind him feels like it's going to explode!", + "public_commercial_use": false, + "recraft_id": "16ec3356-3a7b-4cca-b892-58dee3faa5d9", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:23:33.978469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e03bb67-0fe0-436c-8382-7c0f7f3e2273", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Daft Punk", + "public_commercial_use": false, + "recraft_id": "f4bac9dc-d6c7-44f4-b339-26a3816efa90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:23:41.84825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two orange cats with hat,sitting on a hot air balloons which made of a blue balloon and a red balloon", + "public_commercial_use": false, + "recraft_id": "1b2f1030-7feb-4fca-b560-8abf3a13d39e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:57:18.358905Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "47598afc-7885-4668-b2b0-38ec6e81edae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"Create an illustration of a rugged man sitting in a dark, eerie forest. He is eating the brain of a grotesque monster with sharp teeth and glowing eyes. The man's expression is intense and fearless, with blood smears on his hands and face. The atmosphere is haunting, with a dim moon casting an eerie glow and shadows of monstrous figures in the background", + "public_commercial_use": false, + "recraft_id": "55567eae-205e-4478-a6b8-ca7e48002a77", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:08:04.77997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed5d29c6-75c8-4361-92a4-2902b66ae5e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Young beautiful brunette putting on her bra in front of the mirror, sunlight through the window", + "public_commercial_use": false, + "recraft_id": "d7b1a8b9-c523-4dc3-9baa-91e471696b44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T01:33:28.101702Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a35df81-289e-4a84-b163-d5931c73bd71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The winged lamb was teaching English on the lectern", + "public_commercial_use": false, + "recraft_id": "d51d0bb0-0a56-4cc3-acd1-5bb869344e77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:45:42.801193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "da82d145-e978-4ac2-9429-ba424af487dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty detective, cigarettees, fuji mountain. Fireworks, marshmallows", + "public_commercial_use": false, + "recraft_id": "1a00efd7-e10a-44d9-b24b-89c0ece860d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:09:44.242139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "in the forest with the blue sky.little wolf with white wings is playing guitar in the snow.little wolf wearing a red scarf. dotted with yellow stars. White snow falls on the little wolf. There are notes floating. Evening.", + "public_commercial_use": false, + "recraft_id": "876e29e3-8460-426b-bd07-d2fdfaffde32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:50:52.830572Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9ad317d-966f-4d9e-86cc-024829033823", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "butterfly", + "public_commercial_use": false, + "recraft_id": "76472ab2-f0f2-4496-8779-dcf462d58aa4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:00:15.036867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25fc5e2a-5a45-402c-9cd8-87fb1afdc8de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue sky and purple aurora, a little cat and spotted deer by the seaside, with waves and waves", + "public_commercial_use": false, + "recraft_id": "c30bec77-04d2-40bc-9879-bb1f52279f0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:33:51.250755Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb9cde43-a44c-4017-92e9-871c0af51966", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two dogs are skiing", + "public_commercial_use": false, + "recraft_id": "8ee3e12c-e72e-43c1-939c-ba748fbae802", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:52:12.775487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e56dd34-0ee5-4003-85a4-75a22b80c1c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a white Ferrari on fire burning on the snow, and the words \"WHITE FERRARI\" are written in large letters in the sky.", + "public_commercial_use": false, + "recraft_id": "ed51ebdf-5231-45b7-adc3-40d99d3d3895", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:33:58.114228Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "10998ce6-733b-4080-89ca-b28b986f49f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.", + "public_commercial_use": false, + "recraft_id": "333225a1-50b1-4f66-873e-49b8b34427c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:19:30.241108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4df0dfbe-bc75-4ddf-abcb-6b390c2f6496", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kitten skiing", + "public_commercial_use": false, + "recraft_id": "1709fae9-d535-4939-a331-88dc57f10d81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:21:50.978351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats are hugging and there is a Christmas tree aside, and there's a line of words on the wall ''22 I need u \"", + "public_commercial_use": false, + "recraft_id": "f880c9c0-432a-440d-a131-531067ab1ba5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:15:07.112286Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "82f72234-9c04-4acf-95ed-501de7f7ef87", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The vast sea, emerald sea water, white beach, tall black Chinese wooden buildings in the sea", + "public_commercial_use": false, + "recraft_id": "0a3e131c-4ba4-4d1e-9099-64360901552c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:50:38.805092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "02304828-8ad8-4630-8fec-3e05fe675888", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young couple lives in an empty Bauhaus-style house", + "public_commercial_use": false, + "recraft_id": "2ba278f4-4280-4364-bfb3-5778815d51a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:50:17.550889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3bcb155-393b-4242-a5d0-d4ee5645354d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the night, a huge Hello Kitty stood in front of the burning sea, revealing a strange smile. There was a row of old computers on the beach, and heavy snow fell from the sky.", + "public_commercial_use": false, + "recraft_id": "7216ac4a-1f2e-463a-bcbc-61920d071a74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:58:10.729634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb03df0c-dae7-4b45-9117-922895c59d0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Your eyes don't lie, you're much too good to be true. ", + "public_commercial_use": false, + "recraft_id": "3aae3f0d-9ea3-4a9c-8bc0-ebd341b9b52f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:22:09.557783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d0294a2-d746-4170-b9f9-139c61e76c5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat hates going to work and sits at her workstation with a glass of wine while the back is a mess with papers scattered everywhere", + "public_commercial_use": false, + "recraft_id": "8c198eb6-45ce-407d-89e9-02d337746612", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:01:49.056327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd2cc585-ee84-44fc-bf16-cee9f644ee18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tiger, lion, dog, tibet, snow ground, firework, small river", + "public_commercial_use": false, + "recraft_id": "f6eb3504-ec03-4161-a058-6e5f3f230fbd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:19:31.787584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbaa2646-85d0-4a06-8738-1aa95b31b7a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the blue aurora borealis there's a little golden pup playing the piano", + "public_commercial_use": false, + "recraft_id": "a16f8704-0cc1-458a-844f-2758f91314ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:36:05.705112Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11e87275-b150-4655-8018-81cfe290d85e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two orange cats in the snow, one with a relaxed expression and the other looking clumsy. They both wear little straw hats and have red and blue balloons tied to their bodies, flying in the blue sky. Below is a green meadow, with another orange cat looking up at the sky from the ground.", + "public_commercial_use": false, + "recraft_id": "53ed4a40-332f-430e-8a90-5a386171cacf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:09:27.614858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e769520-b9e7-4fdc-ab5a-0e4451acb097", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the words \"LJY&SZF\" written on the snow", + "public_commercial_use": false, + "recraft_id": "e0600e50-c785-4d36-8b83-c369d9db31bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:24:11.95334Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95b0cfb8-4dcf-4b6f-b918-992a36f02a98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little yellow chicken doll sits on a chair with its back, holding a mini popcorn bucket", + "public_commercial_use": false, + "recraft_id": "84ff41ee-670e-44af-829e-b59699e56553", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:54:10.490224Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "226fcb02-f211-4460-95f7-0679c0606b7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree in the snowy sea, and there is a kitten wearing a Christmas hat next to the Christmas tree. cc is written in the snow. There are fireworks in the sky.", + "public_commercial_use": false, + "recraft_id": "0b37f8b8-b2a2-4d4d-a429-4ab27cb2337b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:50:01.814194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "740328c1-39c7-440b-8afe-0175d8050d82", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bustling streets of Kyoto during the year 1177.", + "public_commercial_use": false, + "recraft_id": "56548f82-bebc-46ca-bdcc-cedf33dbd02c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:32:20.050519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfcacd4d-c8f7-4713-9d24-6f76756adc22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A big Pikachu is standing by a French fountain with drinking a big glass of wine ", + "public_commercial_use": false, + "recraft_id": "19720e23-ae33-49eb-b678-1afb94f8853c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:20:33.429568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c165d946-ea16-443d-916a-156f95f879a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Birman cat in a suit hates going to work and sits at his workstation with a glass of wine while the back of the room is a mess that feels like it's going to explode", + "public_commercial_use": false, + "recraft_id": "5a39f702-874f-4b81-99a2-382b3987b763", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:57:43.087935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20a975b9-98fc-4c71-a0d5-2c599d23f5f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute cats roasting marshmallows by the fire", + "public_commercial_use": false, + "recraft_id": "2dcee40b-5d34-40bd-ae73-76f14b0f0516", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:44:15.60272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "550aab8d-f044-4ab8-8e60-e56cda5ed412", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tuxedo cat take pictures in the snow with cameras, aurora", + "public_commercial_use": false, + "recraft_id": "845a41d9-5742-474d-a202-7e77633b22d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:49:01.978353Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b082165d-e713-40fc-bb0b-dc2050733159", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with white and orange fur color working in the snow", + "public_commercial_use": false, + "recraft_id": "ec587d72-7d65-4933-9659-366fe1db9ef3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:52:04.60585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snoopy faces an macbook scene with an gun in his hand.", + "public_commercial_use": false, + "recraft_id": "2b17109e-a0d1-45c2-a179-93c3fa34a7ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:08:47.460082Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c086d8e-ffb0-4171-a1dd-19286031fbf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Top view, distant view, snowman on the castle tower", + "public_commercial_use": false, + "recraft_id": "9d84f836-7a86-446f-becf-d18a20f68e46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:19:48.593515Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "2fe15aea-c422-47d7-ae39-a88f48924593", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a small tree in the middle of the picture, with a glacier above and the sea below. The sunlight shines on the tree", + "public_commercial_use": false, + "recraft_id": "bdedb329-7c53-4bea-9896-99628dc9ff2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:28:58.26269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd0ac030-2a9d-4557-ba69-3b4febcd514e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The silhouette of the young man in Tibet, running on grass, snow capped mountains, white horses", + "public_commercial_use": false, + "recraft_id": "b2e0a22b-1a2e-4253-a2da-56a9e2410319", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:54:56.128673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White mouse, wearing lab coat, Laboratory background", + "public_commercial_use": false, + "recraft_id": "b30502f5-9303-4200-9b89-407b97db2144", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:00:00.261673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29907b67-1b86-43ac-9678-e38034dfb23b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a child watching a bold text \"Stone is a silly\" on fire, the child overlooks the valley, bold text \"Stone is a silly\" fire in the field.", + "public_commercial_use": false, + "recraft_id": "0304b6fb-34a7-4ee2-bfb1-b09f7b40b728", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:03:04.722249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c542b55-cae8-4a5c-be96-4e3df41a57d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little wolf with wings is playing guitar in the snow. The background is dotted with yellow stars. White snow falls on the little wolf. There are notes floating. day", + "public_commercial_use": false, + "recraft_id": "53ac1889-5dcb-4e34-b0bc-03adee20ecd6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:21:04.316774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16e8417a-697a-43e2-9f3b-11072f420eb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll wearing pink clothes sitting on the snow. The words \"ZXX\" and heart - shaped patterns are written on the snow. In the background, there is a Christmas tree decorated with colorful lights, surrounded by snow and illuminated by the lights of the night.", + "public_commercial_use": false, + "recraft_id": "268bf0f2-4bce-49e1-86fe-a13f0a535709", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T08:32:43.481013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7fd192f-d179-41b3-a342-b0de57e3eb9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Scene of Chinese people and crabs holding each other's claws", + "public_commercial_use": false, + "recraft_id": "75a85b6b-4690-466f-a7e4-3c14b36a01d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T08:34:25.237617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee2efbf8-7ead-401e-8b31-bf10b63cf452", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words \"LLL\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "e192cf71-cae6-4092-a38e-f6ae130fad60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:17:23.601311Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d894838-506a-4d71-9602-1ac33c8dbf47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats are watching sunset and there is a line of words on the sky: \"22, I love you.\"", + "public_commercial_use": false, + "recraft_id": "08f684c4-0f5a-490c-987e-a608a9bc57b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:27:17.066882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c2e15b5-e166-4c7c-bda0-132ed307a55f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat and a dog eat cakes with a hello kitty", + "public_commercial_use": false, + "recraft_id": "c6b05dac-ebd3-409c-b378-c09c7daf9ade", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:31:44.227892Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8e23f72-5551-4844-a50a-09e7e93cb289", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue car with tropical flowers blooming is flying in the sky, and a white elephant with pink eyes is watering the grass on the ground.", + "public_commercial_use": false, + "recraft_id": "a88474b4-4efe-44ce-a8a7-cb4c76bcf217", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:43:16.172009Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e2cf119e-00bb-4825-80b7-c3bed678ad45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats at a party holding sparkler. Gold and silver confetti and balloons on the ground", + "public_commercial_use": false, + "recraft_id": "4923450c-0ac3-448b-95e3-2b06cc3ee101", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:15:46.121149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a2f8f59-4073-4b2e-aa6d-257a17ebd738", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fluffy white clean West Highland Terrier on a parachute, wearing a helmet and skydiving gear", + "public_commercial_use": false, + "recraft_id": "bb6ccbc3-c1ae-4ca6-85fb-8246bba9b1b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:17:31.995795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1548e888-34b8-4ae9-97bb-a864af62ab8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "young casual smart guy posing. Computers and coding stuff on the background", + "public_commercial_use": false, + "recraft_id": "d21c0024-fc5d-4264-bbae-fd36dc963c23", + "transform_model": "recraft20b", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T06:56:59.827791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e11e4e85-6a3c-4e03-81ec-4f05da2b442d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier designing an architecture with a labtop", + "public_commercial_use": false, + "recraft_id": "1ca12613-41e9-4ddd-bc4d-96aa38edd1f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:47:03.75533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c467debc-6bc5-40d9-86ee-e34ca8a00bc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the night, a huge smiling Hello Kitty stood in front of a burning document. Next to the document was a shabby old-fashioned computer. Heavy snow fell from the sky.", + "public_commercial_use": false, + "recraft_id": "655b87bc-687b-4d34-91ed-79c7c3574de0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:50:57.349483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a35137c-d461-4b09-b51c-a3b47d6145d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a Christmas tree in the snow, decorated with glowing notes of YEONJUN, a fox with plush wings lying under the tree, and a guitar", + "public_commercial_use": false, + "recraft_id": "8a16db5a-66d5-4f0c-8f36-4a70632d84f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T08:03:54.883091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8aea65d8-80d3-4b6c-b001-e209699c4f11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Mickey and he's sitting gloomily in front of a computer with a Christmas theme in the background by the window and behind the window is the beautiful sea and the sun shining through the window", + "public_commercial_use": false, + "recraft_id": "f368e086-0be8-4549-9bde-4753679c733d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:19:24.495366Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40d279f1-877d-4e7b-a53e-518dbc99953f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bichon frise discovering strawberrys in the snow", + "public_commercial_use": false, + "recraft_id": "8ea49d0d-5827-462e-937e-8b49b8e3d3dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T07:46:31.417533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cead85b-c2ad-4e27-8425-08cb287d70f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty detective smoking cigarettees, fuji mountain. Fireworks, marshmallows", + "public_commercial_use": false, + "recraft_id": "a52f34bb-e813-461e-8cd3-5b22147b2cac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:50:19.427706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "816af3cc-73c9-4122-a8a6-3b31b9aa76ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"KMY\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "8a3070f4-276c-4d9f-91c9-77f0323b6caa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:10:58.987568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d00dcafa-d9c4-4d7e-8fe5-872097c4e832", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute little Hello Kitty dolls sitting on the snow,There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY SY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "95c779b7-7207-49af-9fe6-d95c5fd2e70d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:55:58.308751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb9347e9-e706-4e8c-82c5-3c02d858ad4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The silver gradient kitten is wearing a pink scarf and drinking coffee watching the fireworks", + "public_commercial_use": false, + "recraft_id": "551e0eff-2b52-4a80-b733-fe9312d558c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:48:43.410114Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73f8fec0-7c5c-4897-82ea-20e113969ac3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " black and white cat with black nose is eating a hambuger in the snowy mountains.", + "public_commercial_use": false, + "recraft_id": "154f98e3-0599-4d7e-b753-4a10f6461b54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:03:12.976908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e636b3f2-f6e5-43c8-abfd-55bfe5854c27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Unicorns with wings, bows, pearls, snow, Christmas, stars, lakes, forests", + "public_commercial_use": false, + "recraft_id": "6044c5a9-e644-41ee-9ef1-7d53064f1a0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:34:30.559173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb8ca40a-fb14-4f89-837a-29a662e6b0e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little pink pig toy wearing a Christmas hat with white wings on its back, next to a Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "0eaa156b-809d-403c-8694-095a36c5eb65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:36:37.567909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "765ff07c-ca62-4f07-9234-fb2251d8a77a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Brown teddy dog, snowy night, butterfly, moon, stars, word \"snow\"", + "public_commercial_use": false, + "recraft_id": "60d3cc93-8835-4d60-b489-cddcc3f5c8d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:20:46.413459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71675262-029a-4674-8a28-d298202a0b11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "YOSH snow ", + "public_commercial_use": false, + "recraft_id": "e05b2d18-12d5-43b8-9cd5-4cd1e6c54d00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:58:22.926646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ebff6f0a-021d-4121-8aa1-6070b255acc6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan men have clear facial features, white horses, barren land, snow, snow capped mountains,", + "public_commercial_use": false, + "recraft_id": "29f5c062-045a-43b2-ab4b-b9469503db8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:06:27.402711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lady with vintage dress and a cute cat in a wedding car filled with flowers. Dream kernel", + "public_commercial_use": false, + "recraft_id": "ed563ce1-42bd-4b71-a9c7-4eda59052d01", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:40:12.642835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9d35f3e-8b59-45ff-b4b0-49f10af73dff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"FLT&Lars\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "a6a98d06-9a2a-4dab-800d-6fea2531a7c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:17.395148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20ac5877-7a5e-4d13-8eed-62e28fc1941a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "December 12th birthday cake says MJQ", + "public_commercial_use": false, + "recraft_id": "2e307629-c1ad-42ab-911a-8d016d4b8b10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:04:03.350192Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f3b16d6a-d211-4d9c-8816-1248c9abc2f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fountain spray lots of precious flowers, the flowers are clorful,cuty in five-petaled, flower material can be yarn,woolen,fuzzy. in beige background", + "public_commercial_use": false, + "recraft_id": "6c158efc-a6b9-4510-846d-e0d6e67be7f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:32:15.8789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53529f15-7750-4681-8558-ada261930b1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is taking a bath in the pink bathroom wearing a headscarf, with many bubbles floating in the air", + "public_commercial_use": false, + "recraft_id": "79fbdcc2-d552-4243-a0cc-e4ee2ee69477", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:21:26.77309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f558791f-d1e2-4687-b797-a53ded518f14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable Birman cat hates going to work and sits at his workstation with a glass of red wine, while the back is a mess with papers strewn everywhere", + "public_commercial_use": false, + "recraft_id": "24303b61-dfc2-4dfe-9a52-40c57a134987", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:17:04.818643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ac47cd0-6286-4b20-b194-bbc20454ea58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat is taking photo's with a camera,everything is in a mess", + "public_commercial_use": false, + "recraft_id": "9ab0e96f-d30d-49e5-b2f2-1039823a071b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:28:08.793614Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a83306f4-9c27-4e6f-8249-a1eeb93a0c17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a sea with \"SEVENTEEN\" in water ripple font, the sea is covered with diamonds, and the sky is snowing lightly", + "public_commercial_use": false, + "recraft_id": "1bf234cd-da3f-4e74-b1ca-d86c9473a14f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:44:28.94068Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a7ad6b5-060a-4cbe-900a-635c1756aa27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute hamsters standing together for a group photo with a beautiful carousel in the distance behind them!", + "public_commercial_use": false, + "recraft_id": "03187af2-0a7b-4ee0-a39b-ac960a567e2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T07:50:52.3434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "769faf46-3666-4919-b683-2659a1f049aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sky is littered with small stars with the word \"JUN\" written on them, and white kittens are next to hot air balloons", + "public_commercial_use": false, + "recraft_id": "6d9b7f38-ade8-40ba-b240-fda1fe86c5a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:34:32.277945Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4fd1b68-e98e-484a-9847-c044f135e533", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write a YEONJUN in the snow, and have pictures of the Christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "ff641918-42aa-463d-b9c7-15e5765e87dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T07:08:14.120141Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2418fb24-43bf-4794-a435-0438b1d2cf19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty walking in Neon Lights and Gloomy Cities, A stark contrast between high technology and low living standards, characterized by neon-lit streets, perpetual rain, and dilapidated urban settings.", + "public_commercial_use": false, + "recraft_id": "ab1d54fb-a9fe-4317-a84f-9b42acb1c6dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:56:02.636586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76056771-9ecd-4892-b174-dd58e4388847", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow Teletubby is doing research before a computer", + "public_commercial_use": false, + "recraft_id": "775a43e2-5635-4819-a11c-865dd946db6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:39:06.949476Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fbaad6ac-a714-4d27-9e5f-be98553b058f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snows, fireworks, a cute and orange cat, pink clouds", + "public_commercial_use": false, + "recraft_id": "2f3a8f3a-467c-4fc0-85e6-7249afef2c3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:35.219157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e81b658d-5ff2-410e-af3c-398d4000421a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat works in a coffee shop", + "public_commercial_use": false, + "recraft_id": "d3b27f34-a8e1-42a8-938b-9f074f360cb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:47:27.014636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69d1f1c4-a8b2-4d0b-8239-0e961092e736", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "numerous big white rabbit shape alarm", + "public_commercial_use": false, + "recraft_id": "a0e3850e-ef0d-4cfa-a916-edcf3aac0ab0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:57:02.740915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "505f56be-5887-4076-b580-812313c3acf8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This is a bedroom with white walls, equipped with a bed and a light pink blanket. There are toys on the floor. The room looks very much like dreamcore scene, and the whole room looks very cozy. At this moment, it was still daytime outside the window. From the bedroom window, you could see the white snowfield outside, and it was still snowing outside.", + "public_commercial_use": false, + "recraft_id": "eaccad6d-46a6-48ee-bc53-7f45fe78f4a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:46:57.228707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd014204-1a08-4344-8b21-acc23d762807", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a full Christmas tree in the snow at night with a little golden retriever pup underneath standing next to it in a birthday hat", + "public_commercial_use": false, + "recraft_id": "7a15761e-d57c-40a2-a694-e8b1fb579449", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:26:58.094156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The unicorn who smoked a lot", + "public_commercial_use": false, + "recraft_id": "1756100b-4f2b-407d-b0b9-f1ad2da0c42d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:27:28.083849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98fbfc84-bbfb-4175-be0d-24e07802eb36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In autumn, Kyoto ,at the Kiyomizu Temple covered in red leaves, a hand holds a piece of red leaves,Japan classical stlye", + "public_commercial_use": false, + "recraft_id": "f7575191-3f19-4993-b6e6-8828f238f488", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:21:43.445296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1b11054-6865-43dd-8daf-bedeb51955df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat wearing glasses is working in the company", + "public_commercial_use": false, + "recraft_id": "5831d0d9-a276-47ed-af03-81fdaafed910", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:14:59.726042Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fc9a1d1-468e-4013-9a5a-c5f571b5f3da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ragdoll in common face,hello kitty doll,under the christmas tree,merry Christmas", + "public_commercial_use": false, + "recraft_id": "845c7672-ac07-426c-9c37-dceaecd058eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:28.110482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94a35fd8-f2ae-411d-91ac-805412be4ce4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "flora garden full of flowers", + "public_commercial_use": false, + "recraft_id": "916e00a0-1769-46d9-9414-886666302922", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:53:28.966325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "544af44e-1317-4126-b682-05937bb27689", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, HelloKitty, Christmas Tree, WYM, Snow, Dreamy", + "public_commercial_use": false, + "recraft_id": "8b35a5ef-bad5-4bdd-928a-2962a5bec1c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:53:14.973416Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7c907e9-d3f2-487e-924b-1946fe20eae0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people are shaking hands through a crab, each holding one of the crab's legs. The crab is cooked.", + "public_commercial_use": false, + "recraft_id": "de7bf549-b51c-4230-ab70-501ab75d0119", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:32:23.173452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41202647-16a2-4ed9-8cfb-d5b32f64291f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three stacked apples, one of which has the words Merry Christmas carved on its skin", + "public_commercial_use": false, + "recraft_id": "4bffadcc-7b4c-46f1-8fb0-7cf584fdffc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:10:55.251272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbfba1e5-1f6f-4406-8a32-d09289ff8afa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat, sitting on a chair with bigger table in the classroom, listening to the teacher in front of the desk. Only the cat's back could be seen. \"Cat in class\" is written in chalk on the blackboard.", + "public_commercial_use": false, + "recraft_id": "803e7c95-2b30-4d18-83cb-bfd5276ef001", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:26.417204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23212edc-3525-48d0-958f-a43cf1290d14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rosy-faced lovebird wearing a Santa hat stands under the snow-capped mountains at sunset.", + "public_commercial_use": false, + "recraft_id": "68e063e5-c04a-4e38-9ae7-35e352fc0a55", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:01:07.67538Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7671fc39-ca7c-46ee-ae6c-e6ef43af6966", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty in the office. The computer screen in front of it is on fire. Hello Kitty is smashing the keyboard.", + "public_commercial_use": false, + "recraft_id": "4eea72ff-ea2c-4c60-803a-74254203cf06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:34:37.789843Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73b59538-4123-4dcf-9b56-f6ae2fc28003", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog jumping in the snow under heavy snow, blue toned", + "public_commercial_use": false, + "recraft_id": "245305a7-3526-4039-b45e-74d21be2a476", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T03:05:57.915116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98de5397-f2c5-4d6f-92e4-744b9ca60e9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two elk in the pure black western highlands of the light snow sky", + "public_commercial_use": false, + "recraft_id": "acc77963-21b7-4c3a-9e3b-454ec73fa784", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:34:05.207813Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e05ec191-e7f4-4f5b-9aa9-c2d877b2f606", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "there's a coke on the chair", + "public_commercial_use": false, + "recraft_id": "19f5e93c-a5cc-481f-b539-35ee790f6ae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:58:58.327236Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9017c91-7b08-4edb-b502-a006613ee23b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lying lizard fell from the sky", + "public_commercial_use": false, + "recraft_id": "e250d60f-c0e5-4f63-a368-3c4953d37fa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:02:32.8062Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d60b9a59-b33a-4097-a19d-08cd08adcfe9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "west highland white terrier,Yellow dog working overtime in the office, frustrated, vintage tone, heavy shadows, high contrast, flash, exposure, high saturation, high grain, polaroid camera effect", + "public_commercial_use": false, + "recraft_id": "ca3cc45f-6a65-45ff-a9ff-66929d593d70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:48:00.135784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f2574be-015e-49a7-b545-fd81f5edb5f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "inter-tidal shells tree", + "public_commercial_use": false, + "recraft_id": "e64971bc-8af8-403a-b4d2-183652ecb52a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:20:22.62928Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "908428a1-1157-4c38-b6d0-4fcd8149d51c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calm-faced American Shorthair cat and a slightly chubby Silver British Shorthair cat are basking together in a sea of wealth.", + "public_commercial_use": false, + "recraft_id": "c37cafa4-940e-4173-b2f0-b910263b5b7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:15:11.712409Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e296dd9-c990-4a7c-bbe5-e55cd6223ce9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats in snow and there is a line of words on the snowy ground: \"22, I love you.\"", + "public_commercial_use": false, + "recraft_id": "61f15388-b621-4ea2-b604-551372629017", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:49:15.803556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29ca824c-b409-4edd-ba7d-9b98dc2e5977", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute dog is teacher,wearing a beret,Working in front of a computer,retroatmosphere, heavyshadows, high contrast,flash, dark corners,overexposure, highlightoverflow, high grain", + "public_commercial_use": false, + "recraft_id": "e7e828b5-5c28-45d6-add6-0d653b6f68fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:36:41.874281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee685500-9a3c-4477-b097-0ca56b080746", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two panda hold ak47 in the snow ground, fireworks, fujisan, river.", + "public_commercial_use": false, + "recraft_id": "c6ffb855-9c6a-404a-a641-99b169d75524", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:27:25.047658Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c12511eb-700c-40a4-bc7a-c29caa96a4fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cute little pigs are dancing together in sunny snow", + "public_commercial_use": false, + "recraft_id": "58ca4d24-66f9-45b0-b48e-a92c3aee8f0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:57:59.758922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3de8e893-136e-4186-96f1-e2d9857cf995", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "three words lry and lingering light of the setting sun", + "public_commercial_use": false, + "recraft_id": "e3362258-5061-4c19-a62d-b25d79f403ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:12:36.868402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ef01f8f-8a13-4963-ad67-2e607d57cfbe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a big room with rose pink velevet curtain ,two plastic mannequins sit face to face at two ends of the dining-table, watching each other .There are delicious cuisines and candles on the table.", + "public_commercial_use": false, + "recraft_id": "4d9f91ea-00f0-498b-a460-231fa50e9d24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:57:44.184586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6cfc138f-59cb-4de1-a0f8-6293b7b61036", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little clean white HelloKitty wearing a red-rimmed glasses watching ipad", + "public_commercial_use": false, + "recraft_id": "a2a82334-28e5-4b5e-9583-c3888fe66d09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:42:56.756989Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e4bf296-5e9f-4006-9ea3-1a4c747facad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "You're in the wind I'm in the water . Nobody's son nobody's daughter. watching the chemtrials over the country club", + "public_commercial_use": false, + "recraft_id": "a4778e21-2fdb-4720-af4d-955fe1d1a957", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:20:14.591308Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b85d4d1-cf3b-4153-9dae-6690c53a6a2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Whales and various marine fish appeared in the sky over the Mongolian grasslands", + "public_commercial_use": false, + "recraft_id": "73c270a8-86a7-4a48-b627-0fea8b5ea7a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:31:03.878801Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a smiling little golden pup in the snow at night his front facing me his back with a pair of little glowing angel wings", + "public_commercial_use": false, + "recraft_id": "91db550d-572b-4c7d-9719-d7a1f730bdb6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:09:50.907527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8ba3fb7-e248-4ba8-8f91-02cb0a81881d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White radish wearing a red scarf travels in Universe Milky Way on a colorful hot air balloon", + "public_commercial_use": false, + "recraft_id": "150c5efb-10a4-420d-8bef-af840e109210", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:35:32.975979Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "251d8055-81cf-4936-a3eb-93fd738b27a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The result is that resentment and remorse feed the cowardly pride of the heart.", + "public_commercial_use": false, + "recraft_id": "15b6f627-f227-4b28-82e3-d472cbcad063", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:58:16.348501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little rabbits hug snow Christmas tree Santa hat stars bubble love", + "public_commercial_use": false, + "recraft_id": "aed9d19e-8589-4589-9276-69c539dad745", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:52:10.522971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4ecfc16-3323-4ad8-b9d7-5b3f852919b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Arisdom", + "public_commercial_use": false, + "recraft_id": "a7ee1ef8-7644-4b31-b32b-8d0c0b8afa8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:50:23.12318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f57ef8b-8e9a-425e-b5ec-1654c5cadc72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little golden retriever pup on the beach at night watching the fireworks from close range.", + "public_commercial_use": false, + "recraft_id": "62740d34-9baa-4b42-ad4f-16810e58240f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:31:37.619749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b735948-97ac-43f0-8b0a-9fb97f960b0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Unicorn, snow scene, Christmas tree, snow, starry sky, romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "e2a9cdff-02ef-423e-940c-934f259bbe18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T08:06:05.774067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56895f25-e907-4835-9ae0-4ffa2a9dfe4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Buceros rhinoceros play the Kendama", + "public_commercial_use": false, + "recraft_id": "6b4f5eaa-82ed-4146-9f3c-fb079f89c487", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:39:46.676252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e7b0828-c1ae-48a7-8f1b-9744231673cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Half year old baby hiding in Christmas stockings, a white goose watching him", + "public_commercial_use": false, + "recraft_id": "210e8a4c-b063-4b2f-be92-da751e537ba2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:11:39.531055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e3431af-761d-4453-9a4f-3e4b98403b1f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "We built a castle at the intersection between the world of adults and the world of children.", + "public_commercial_use": false, + "recraft_id": "2b4179c4-ec89-4f35-9de2-bb50f4e71dee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:07:45.560644Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "66c958a4-97c4-49b6-b6c3-192c3de2eb47", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Volcanic eruptions, deer herds, black beaches full of blue ice", + "public_commercial_use": false, + "recraft_id": "85edc78e-bc56-4c58-bd2c-b6a496b1520a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:09:12.082759Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "546ae16e-9464-4a46-a8dd-975e619e5832", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white background, HelloKitty is carrying a black garbage bag", + "public_commercial_use": false, + "recraft_id": "a6453b20-c770-45a8-8aba-3590754de69f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:18:19.149657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55d7a4db-391d-45b1-9120-d94553a7c85e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "in the evening, a cream scottish shorthair cat is taking pictures of the Mount Fuji with camera, standing besides Lake. It is winter and is snowing. ", + "public_commercial_use": false, + "recraft_id": "2be500da-6704-445e-9a01-2e65348066d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:26:16.808293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce8905b1-b368-4a10-98dc-bf9f8d43331a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The horseman is working with a burning imac notebook. At the table, the cowman stands behind it and waters the notebook with a lot of iced American coffee.", + "public_commercial_use": false, + "recraft_id": "23bc6c09-0c70-4809-843c-0517a4034e82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:00:49.847804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6ed1ce5-e551-43a7-b49d-a76d392c7d81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White puppy chasing black kitten in the snow with aurora in the night sky", + "public_commercial_use": false, + "recraft_id": "f8f9dd93-75a6-4ef9-8bc9-9ea87ab93cd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:29:16.737156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7801eec-93ac-4a8f-8ecf-9482dd8376d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with green eyes lies on a sunny balcony.", + "public_commercial_use": false, + "recraft_id": "9dbd9160-e99f-4778-95ae-62b9d963794b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:59:11.739615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c975c8c-ac81-42af-8b29-12452cddfa95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute dog flying on cloud ", + "public_commercial_use": false, + "recraft_id": "f589a05e-094a-415e-b2d8-71dbac62e90a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:54:38.637779Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Super Impressionism, Cat Work", + "public_commercial_use": false, + "recraft_id": "3c305f3e-ea77-4d35-8c1f-9f383b837f44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:46:50.318668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdc830a2-b31e-4207-b720-d6f9ca1cfb45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "word rurubyhomie in the snow at sunset with fireworks", + "public_commercial_use": false, + "recraft_id": "9a34c9a8-c9fd-40aa-bf52-94213608e9ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:03.285859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e236d746-7abe-4323-80de-2063d5421d21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Hello Kitty with a pink scarf in the snow, and behind it are fireworks, stars and transparent butterflies", + "public_commercial_use": false, + "recraft_id": "0a811f2c-21c2-463b-aefe-cf28d8a22f5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:57:50.800976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42a602da-db7d-46a1-846b-bbe635ce4932", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is wearing sunglasses and enjoying the sea breeze at the seaside in the evening", + "public_commercial_use": false, + "recraft_id": "a843aaf7-d8cc-49a7-bffd-8431ceaec199", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:46:28.056591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94d7ab51-2473-402b-a209-95004dbbac2b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "inter-tidal shellstree", + "public_commercial_use": false, + "recraft_id": "40736335-2b98-4c96-809a-f121cbe871e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:21:58.054776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9400095a-7114-4e3e-94db-fd83c91de45c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Whimsical cartoon rabbit sat in front of the desktop computer drinking coffee, while the office behind it was burning", + "public_commercial_use": false, + "recraft_id": "983431e1-dfe6-4699-9ebd-c9ec3f78f909", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:44.527061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94767be5-7339-4dab-b01b-7b5ac6faca76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stands at the foot of Mt. Fuji in a kimono and watched the fireworks", + "public_commercial_use": false, + "recraft_id": "09b57753-2986-4271-92a0-440dc0e671a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:34:57.323047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d723dc7f-4611-4ce0-8c4d-e01ae787499c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The walls in the room are pink, and the decorations are also pink, with butterflies, bubbles, the word \"YOSH\" in the room, and a guitar.", + "public_commercial_use": false, + "recraft_id": "f6e9de56-a1e1-4eb0-b9c5-546b4a555c6a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:05:04.75783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5c7ac41-a54f-4c55-a83b-c66b7a659c50", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "in the forest with the blue sky.little wolf with wings is playing guitar in the snow.little wolf wearing a Christmas hat. The background is dotted with yellow stars. White snow falls on the little wolf. There are notes floating. day", + "public_commercial_use": false, + "recraft_id": "e5ecaa50-0181-4b5f-9fd2-bede31e62e71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:46:14.269628Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bc302d6-1d73-4a3e-94d0-7770bce8bf21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats cuddling on a plaid blanket, next to a stack of wrapped gifts, warm wooden floor, fairy lights and garland in the background, earthy red and green tones, intimate and warm holiday scene, glowing candles, soft shadows, side-angle shot", + "public_commercial_use": false, + "recraft_id": "969f99a3-0976-4044-93ba-f78464c65746", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:55:02.590701Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d0deea4b-8e35-43a5-ad89-78123a8beb91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute little cats with wands in their hands and a pink castle behind them", + "public_commercial_use": false, + "recraft_id": "1ff573a1-b3f9-43f0-8e7c-a8658bdca606", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:22:46.575256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two three-colored Maneki-neko kittens walks by a volcano.", + "public_commercial_use": false, + "recraft_id": "a6d1aa65-beb2-49b1-b6f8-069595b0046a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:29:29.824399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a49d235-4104-428f-a3ea-fc5aff846a5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hellokitty eats sushi", + "public_commercial_use": false, + "recraft_id": "ae897ff2-b174-491a-9d77-69211a0019f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:55:56.354966Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0585a374-1e95-444a-b14f-5402459fb465", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "word zwj in the snow at sunset with fireworks", + "public_commercial_use": false, + "recraft_id": "c6e78ece-93c5-47ed-adba-84499df08524", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:01:07.845035Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "0aac24ba-5fc4-4d45-8c54-2bf14fb387ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a butterfly inside a transparent glass wind chime, surrounded by colorful bubbles", + "public_commercial_use": false, + "recraft_id": "98cdb37c-e0fe-46b1-bb06-49d53485d60e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:22:27.92689Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ede1113f-959e-423c-a01a-8ac3d1e5bd60", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tinsel with colourful light reflection on top. christmas tree monster with hands and legs. stars. hugging", + "public_commercial_use": false, + "recraft_id": "0bd7c6d9-b397-4cf6-838c-59bbc916cb7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:15:51.403479Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "767a3e1f-f4df-438b-a350-7d93c6685f96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two rabbits standing on a snowland and kiss each other with the name of Jeonghan and Ruige on the snow land", + "public_commercial_use": false, + "recraft_id": "445b6b3c-4142-4710-8d9e-94855520dfe3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:31:06.559303Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b78359eb-63d3-43c3-9648-1a4bd2c4d462", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lovely pure white Maltese dogs on the green lawn holding a computer wearing sunglasses and headphones leaning together to listen to music", + "public_commercial_use": false, + "recraft_id": "71373ccb-7bc1-43b5-82ca-e964bee02256", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:58:49.420685Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "269bcb47-62d6-403f-b638-74936127516b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh is holding a sign that reads \"Happy 19th Birthday, Xie Ximin\". There should be a cake and candles.", + "public_commercial_use": false, + "recraft_id": "21d835db-2824-4faf-bdd8-1f813c2bca5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:11:16.675289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6fa08cd8-fe59-473e-b984-da5b6d7f7934", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a white cat chasing a blue butterfly on the snow, the sky behind it has stars and the moon, and the word chaser is written on the snow", + "public_commercial_use": false, + "recraft_id": "6a63b4cb-7a51-40ca-b12a-cad2a5a62c77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:22:02.054666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36409d6e-c6dd-40e2-b1b2-bdea10236894", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute little Hello Kitty dolls sit on white snow, with a Christmas tree behind them and a beach in the background. In the distance, fireworks bloom, mainly in white and pink colors. There are footprints on the beach, ZY YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "46bae20a-16f5-47a7-bc98-fd0666788e37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:27.220253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f4ee42f-a808-47e3-b4f7-9ba7813ebacb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Xiaoxue, sunset, West Highland puppy with transparent wings", + "public_commercial_use": false, + "recraft_id": "8570a93b-97dc-4de4-ac8e-a470833f9dc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:30.767498Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b3b69f5-6440-4426-821b-597abfcdd2ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is killing herself with a pink gun", + "public_commercial_use": false, + "recraft_id": "06312616-f342-4f5a-b80d-56b40aee519b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:08:05.448065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "732f6691-15b7-452b-9ce6-44fdbe539a3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a rabbit with multiple eyes and ears, dim light, weirdcore style", + "public_commercial_use": false, + "recraft_id": "30f71b9e-eb30-486c-8662-7e0a89fcb8cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:37:53.859999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8b97fa7-3a3f-418d-b681-f25ca3708e56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"ESTHER\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "cc3004b5-91d6-439c-8cb6-c3acae2be92b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:06:13.516666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7245f7e1-1f95-4329-852f-aa679c9f62b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three-flower kitten poses for a photo in the snow wearing sunglasses and a scarf", + "public_commercial_use": false, + "recraft_id": "1327bfad-1ee2-4ef7-8627-765ba7eb150a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:19:52.662084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b1628f0-5702-4dc0-a669-8a002dde3ce7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats are hugging and there is a Christmas tree aside", + "public_commercial_use": false, + "recraft_id": "09b4a7e5-8132-4c78-ad33-217a59d0b73e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:03:14.604527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b366895-57b3-440a-a3ef-04584314fcc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two dinosaurs were celebrating their birthdays. It was snowing and there were colorful lights.", + "public_commercial_use": false, + "recraft_id": "b80a8119-b6d1-4720-a1b6-aa9bee8ce201", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:55:22.137283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier using computer to design an architecture", + "public_commercial_use": false, + "recraft_id": "4065c314-24e9-4268-bfe3-666ea6647c15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:16:34.478737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27c25955-0f9f-49c6-a71a-623f172209ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats are watching sea and there is a line of words on the sand ground: \"22, I love you.\"", + "public_commercial_use": false, + "recraft_id": "2912e0fb-566f-4561-8e6a-ecd2ee4b1f1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:30:24.368458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "51bc74b0-4d48-49c3-8d70-f4819ca2c273", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland puppy skiing", + "public_commercial_use": false, + "recraft_id": "47acecdf-0123-4861-aeab-3277008e6553", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:16:36.354512Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a68d2216-20d6-4a80-84e8-81b7d0666493", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a goldfish tank with two goldfish . Beside it, there is a bunch of pink balloons, and there are also the numbers 0203&0430.", + "public_commercial_use": false, + "recraft_id": "bb8edeee-e8c9-4b1d-97db-aa6e92a9d7f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:55:32.224392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "195a2921-0dc5-4528-9f5c-6e8803e5b871", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, when she lights incense at work, it makes her feel dizzy", + "public_commercial_use": false, + "recraft_id": "eaadd28b-5d4a-4d73-9903-517062123f0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:21:58.052621Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6688a1f9-fabe-4fb7-a0b9-680fa0b8932c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little golden pup in the snow next to a guitar under the blue aurora borealis.", + "public_commercial_use": false, + "recraft_id": "c9b99342-b9af-4b67-a1b8-5edcd0e421f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:45:27.190436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7230d0d2-f130-48ec-8a65-bc073aa85a53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy ground stands a twinkling Christmas tree, with a small dog wearing a Santa hat sitting beneath it. The snow shows traces of drawings made with branches and the dog's footprints, and the words \"KAMA MUTA\" are written in the snow.", + "public_commercial_use": false, + "recraft_id": "c89cfed4-1802-4046-8a48-84a0908fe85e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:17:56.651718Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37d01460-f534-40b7-a6a5-fb1f10357b9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Write \"kj like shermain \" on the snow, and there should be a house behind it and havegolden retriever", + "public_commercial_use": false, + "recraft_id": "d2f2e36d-26bc-46b9-b270-f028aabbdfa1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:46:29.528955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1d9481f8-95d8-4432-bf8f-91a5cc52220e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty, it is a retro cartoon character with surreal features. In a Baroque style building, this Hello Kitty holds a candle in her hand.", + "public_commercial_use": false, + "recraft_id": "b31157a9-2ccf-47b2-9fc1-738528de4f02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:46:33.974421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "use photorealism type and generate a image with: a white horse running in a snowfield and now is blue hour(in winter, very blue), there are shiny starlight. ", + "public_commercial_use": false, + "recraft_id": "4042335e-5dd3-4d48-beb0-d6cb29995be2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:37:44.305636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "957d50d1-4efa-4256-b2fc-3c520ce320b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wire FoxTerrier airplane sky Driver Flying a plane pilot dog", + "public_commercial_use": false, + "recraft_id": "56d5d433-97ad-4c4f-bf0a-18e0489a1c3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T05:13:29.219541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "faafa3ce-ea06-475d-8fde-f44f5eeacb0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland puppy (Bichon) is at work, wearing a red design sweater and red headphones, and the laptop on the desk is on fire ", + "public_commercial_use": false, + "recraft_id": "8a2c0563-46ef-4c96-af48-46683a13368f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:31:17.654696Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a sparkling fountain, with phoenixes and dragons, and musical notes floating in the air", + "public_commercial_use": false, + "recraft_id": "301ee1e7-331b-480f-b195-756c324838a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:29:01.450445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "826bcf43-33cc-48b8-8491-0c90958cbb80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Chinese man floats on a cosmic star next to an Audi TT", + "public_commercial_use": false, + "recraft_id": "29cb3512-c5d8-485a-856c-00bb3e92883b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:47.749241Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5abad34-d206-4f5f-8624-58ba03fcb6d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat with wings is chasing butterflies in the snowy night.", + "public_commercial_use": false, + "recraft_id": "00877c90-4b89-418d-953d-b61846632489", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:53:50.93203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9be596fd-0f72-4d15-96a6-d02514d5810a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Christmas tree on the roadside of Hokkaido", + "public_commercial_use": false, + "recraft_id": "a65fae87-315a-4c19-9432-f7b9ac857212", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:36:19.327954Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Snowy day, sunny seaside, zzl", + "public_commercial_use": false, + "recraft_id": "2d4ed9e8-d63a-4343-ad4c-423f19fbb342", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:42:58.746364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "093ab51a-2468-4773-8129-320239c073c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "is in the snow, snowing, blue sky, Hello Kitty wearing a birthday hat", + "public_commercial_use": false, + "recraft_id": "6e87509c-fd8d-429b-8cab-551e97ecb1fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:32:35.687643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79611ba5-a6cc-483b-94a7-deb700421fef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "or r we waving at cars", + "public_commercial_use": false, + "recraft_id": "3ba2a787-dada-41e0-a87b-08a1b2244111", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:32:54.897189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f07b809-eb5e-46ab-91b3-96e3e2699d69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry little hamster swims forward wearing a swim ring", + "public_commercial_use": false, + "recraft_id": "67c8d760-dbac-4fd2-981c-1dcdfb4d0428", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:28:43.968802Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "72b7977e-71f5-469e-afac-850a0fb66350", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The waves overturned the boat in the West Highlands.", + "public_commercial_use": false, + "recraft_id": "ef1dfb65-502d-473f-9317-fc467333d818", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:59:50.157522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65d62365-9f80-4736-820c-d2ca3fe9baa6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats are dancing on a huge cloud", + "public_commercial_use": false, + "recraft_id": "213590fb-1210-4a5c-ba07-130b4122e430", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:18:23.109669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "456846c0-43da-4b37-9862-10b6051899e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white beach, red sunset clouds all over sky, orange-red color-lighted sea, ravens flying over sky, giraffes walking and running on the beach", + "public_commercial_use": false, + "recraft_id": "3c19be0b-ae94-4b0f-a14d-299ab02c0274", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:39:04.819742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0079fa55-8fc1-46cb-a18a-18f7d92bede8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person wearing a kitten hood is making a wish next to the Christmas tree. There are many gifts under the tree and it's snowing heavily around,", + "public_commercial_use": false, + "recraft_id": "ea305347-7d75-4309-b54f-463efd3e7b6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:06:03.6506Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46bfe299-baf6-4e66-bfc5-c5b94463d624", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Vista Sun sea sailing", + "public_commercial_use": false, + "recraft_id": "385e34d0-e20f-4c89-940e-2b5d60bcf694", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:33:59.659125Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c16097ca-06d5-4240-b9ea-1023202b9250", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Plush long legged rabbit Sit in an office", + "public_commercial_use": false, + "recraft_id": "5ad57177-c6b7-406c-8e0e-9affaeb725f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:36:46.853207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4085b8cd-a0f5-47b8-a313-4ffa9c5b9553", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cow wearing Santa hat smoking on the lawn", + "public_commercial_use": false, + "recraft_id": "2e045689-c76f-4c17-8992-d938fe09e340", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:26:49.257691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "731fa7b9-b06c-4452-afa2-7f7304881416", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a leaking hello kitty by the river. On the other side of the river is a short house, and there is a bridge on the right.", + "public_commercial_use": false, + "recraft_id": "004aabca-4aac-4220-b865-3a30071f7361", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:57:37.099195Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "baea96fc-e7c7-4659-8bf3-41b1a79bcd9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "sea", + "public_commercial_use": false, + "recraft_id": "306a4a82-4bdd-4db6-a680-64f163141002", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:01:11.296464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1939f868-8eaf-424e-84ef-18aaea0acf7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Shih Tzu puppies have a candlelit dinner next to the volcano", + "public_commercial_use": false, + "recraft_id": "360ddbaf-4f5c-4cdf-aec4-c319e5d2070c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:13:12.634804Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aff8c175-b2e5-40e9-b97b-6d85f89eba08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a white cat chasing a blue butterfly on the snow, behind the sky with stars and the moon, the white snow with snow written chaser", + "public_commercial_use": false, + "recraft_id": "b67e53ff-a637-4107-b955-2b7b7cb34410", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:53:01.770995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc630c35-53ee-4143-8672-b1c0864bb0c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are many stars coming out of the cherry pie", + "public_commercial_use": false, + "recraft_id": "c6c70ef8-c382-48ad-be8f-f4062fdec892", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:00:07.971632Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94f0e552-f9a8-4844-a126-674a30294edf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a shining flower in the snow on the shore", + "public_commercial_use": false, + "recraft_id": "52c5fbf4-b5bd-4553-b9d2-799da8917037", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:01:17.735243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c16451d9-b123-4122-a8ab-0aa51885e07d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was \"ele Yan\" written in the snow, there was a kitten singing with a guitar, there was a Christmas tree with bells.", + "public_commercial_use": false, + "recraft_id": "64382844-b608-4858-ab93-062ba0cfe5a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:15:22.491689Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c5db605-5fe9-4c4d-904b-dd0fdce8845f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow by the sea, at sunset, it's snowing, and in the blues of the evening, a little dog is running", + "public_commercial_use": false, + "recraft_id": "125c76a3-8604-4df2-9fcb-e4caf98910e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:23:44.739798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White dog In the snow of Chinese New Year", + "public_commercial_use": false, + "recraft_id": "5019755a-9d96-4c95-b8fd-dbd55be4b46f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:16.927429Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f426022-2b34-4326-9246-a70d59bbd467", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a golden retriever and a corgi playing at the foot of Mount Fuji, and there is also a cherry blossom tree.And there are two names,Zack and Jeremy", + "public_commercial_use": false, + "recraft_id": "f213ba99-f432-4cfb-bbb7-ec1f0adc585a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:46:57.189018Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c62e111-c1ea-4f7d-a652-25827d1d282d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Whimsical cartoon rabbitFloating Christmas ornaments", + "public_commercial_use": false, + "recraft_id": "0afd2d64-4394-41d7-ba30-414127e7c3cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:04:13.849906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "909875a6-c3cc-45c4-94dd-7e5631238016", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The robot and the dog are dancing in the snow", + "public_commercial_use": false, + "recraft_id": "c592bcea-15e4-400a-9745-5ff5610dab9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:12:18.380219Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba4d45c1-7c04-47bc-894e-71b56d3adc8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White rabbits and champagne-colored teddy dogs listening to music in the snow", + "public_commercial_use": false, + "recraft_id": "4c82033c-1c24-4781-9985-3b5e69ba74f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:39:26.671154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36047857-120c-46d6-8402-cd7a10202b89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Thousands of yaks cross the Potala Palace.", + "public_commercial_use": false, + "recraft_id": "68beef4b-5a24-4432-b7fc-37cac04aa115", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:13:11.672046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e38be8d-02d5-49cc-99ff-c82a5162c883", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The silhouette of a couple walking down the road on a snowy night, with a burning vintage car on the side of the road and fireworks going off the sky", + "public_commercial_use": false, + "recraft_id": "0ff9a4d8-5143-4e40-ad4b-244a697151fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:19:48.74662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dace5c28-96ac-4c03-927b-5f000cf1bb84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "under the Eiffel Tower, a large Mickey Mouse holding a red balloon and holding a birthday cake with the number 1222 on it.", + "public_commercial_use": false, + "recraft_id": "944635f9-b347-4aed-b3e8-5652edb2f8c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:06:03.763717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ce96c82-7576-48d8-8c6e-c856e0b0292a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier wearing a spacesuit, traveling through interstellar space.", + "public_commercial_use": false, + "recraft_id": "d88eab7d-7601-4c7b-9d66-c9cd90173a88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:12:55.339561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33ead691-64c8-4a6e-9554-e03663360d81", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the night view of the aurora, Hello Kitty sits on the sled pulled by the elk. The sleds are full of gifts.", + "public_commercial_use": false, + "recraft_id": "bb91c326-c84a-45e4-b731-8b824f528b43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:23:41.370524Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef89a9f8-3f7a-41f0-b538-06c698c29bbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog being an artist wearing birthday hat", + "public_commercial_use": false, + "recraft_id": "3f1f3800-f8d6-4180-9c4b-bb707db30c98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:20:44.023595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33470c73-3788-48a0-ae66-790cb016ca4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy puppy with a birthday hat, a birthday cake that says bread, and a lovely snowman next to it, warm atmosphere", + "public_commercial_use": false, + "recraft_id": "be1ce34a-34f6-4fb9-8475-5f14b8ab3f92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:29:54.337897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "86c331fe-9d48-4eea-a7db-76ff7b85cd79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In a big medivial retro style room of a castle ,there are huge fancy rose pink velevet curtain and big window.There are two cats sit face to face at both ends of the dining-table, watching each other .There are candles and cuisines on the table.", + "public_commercial_use": false, + "recraft_id": "9a6e0d73-36cb-4d9f-a160-19d04cd01933", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:25:16.753959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d094023-8551-42f8-a200-7ae283e04d32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a little golden pup in the snow at night under a starry sky with a butterfly perched on his nose.", + "public_commercial_use": false, + "recraft_id": "e58269ed-24b7-49aa-b719-9ae7f4f4203f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:16:45.654869Z", + "dislikes_count": 0, + "height": 1707, + "image_id": "f56704c5-e17b-4b14-8702-fcefb5e2c3b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a small tree in the middle of the picture, with a glacier above and the sea below.", + "public_commercial_use": false, + "recraft_id": "d5fae11c-91ed-4c63-8c0a-8156781d5c91", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:24:01.262826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56fdf8ea-d758-48ed-a015-0dafe0f8d3c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu is drinking a glass of red wine on an inflatable sofa in the snow ", + "public_commercial_use": false, + "recraft_id": "0e5d3e7c-7fd5-4110-b28b-ce7fcc4ed931", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:29:05.534025Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "462ad7e6-0fff-4751-af3e-c7dcd71fd8b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty wearing sweatshirt and drinking milk, in LA Sunset boulevard, bicycle, want-want", + "public_commercial_use": false, + "recraft_id": "f86cec86-83b7-45b3-85d4-f2c01afc565f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:44:51.039004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e649b3d7-3c22-41bd-a928-43e608629175", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man is wearing a black conical hat holds a banner in his hand and says MOUNTER.", + "public_commercial_use": false, + "recraft_id": "e48a8fc1-a795-4430-8787-c1bd5c7bbc06", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:37:08.611195Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5347242b-f0d6-42d1-b53a-ada36f01049c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog wearing a Christmas hat is playing near the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "b004335d-47e9-4ff1-8ac7-c740777aad11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:08:10.45279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fde57eff-c412-496c-a77b-4068fca7a3cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A raw milk roll cake made from toilet paper rolls is topped with colorful candles of various sizes, emitting a sparkler-like glow", + "public_commercial_use": false, + "recraft_id": "04c3ddb3-c0ec-4ad1-9c53-573d750e75de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:18:57.051904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fcbe63e-d725-4f12-956d-1c6dd8f2826d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red apple on a light blue and glowy silk background, there are several white ribbons on the surface of the apple, each with a white pearl on the middle.", + "public_commercial_use": false, + "recraft_id": "c3d6d856-05f5-43d7-981d-b5d800ada564", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:07:16.374248Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "41d595cb-72cf-45b3-bdce-f4bd704ae847", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "big Jellyfish fly in the sky, no people", + "public_commercial_use": false, + "recraft_id": "9c0b1f7e-3304-4433-90ab-fe0f4b09c337", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:03:08.560043Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2155650-6089-4840-b497-8b5e491d408d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A hippopotamus dressed in a yellow striped outfit and wearing a crown stands in a gem mine, which is glittering with gold and piled high with various treasures.", + "public_commercial_use": false, + "recraft_id": "11caac29-2d46-4a4e-97ca-94e83a873f7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:48.966985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2056cb99-2d3f-43a5-829d-68d252325456", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A tuxedo cat with a spray paint bottle doodles the words painsitic on the balcony of a brick house on a hill", + "public_commercial_use": false, + "recraft_id": "38136cd7-cfbb-44c8-9bcd-ec00a6ff7baa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:03:54.883091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2fd5986-c0d2-4afd-aee4-11d2ccebde6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a Mickey and he's sitting gloomily in front of a computer with a Christmas theme in the background by the window and behind the window is the beautiful sea and the sun shining through the window", + "public_commercial_use": false, + "recraft_id": "f368e086-0be8-4549-9bde-4753679c733d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:50:37.021358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a record player floating in universe, and a white horse is running on the record,All around us are stars", + "public_commercial_use": false, + "recraft_id": "a06b0fdf-6454-4afc-abf3-6a2c49968af5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T07:26:00.611675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a515d6b-ad0f-4a41-aac4-aea81a046db6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu is drinking alcho in the snow ", + "public_commercial_use": false, + "recraft_id": "22a6d16a-0ca3-48ac-bd95-296c058f3ae3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:27:35.534362Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "c2df3e41-07d7-41f4-8653-68c14428d9cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the green grass there are five letters of 'JOSHUA' next to a cartoon white long-eared dog doll wearing a small cape, and on the ground there are small white pearls.", + "public_commercial_use": false, + "recraft_id": "67784460-4f18-4327-98b4-d26b285a9e7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:41:35.782406Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1ef8121-24da-40d4-9dba-a1e813d30ddf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The streets of the north at dusk, the streets are empty, and the sunset and sunset end in it.", + "public_commercial_use": false, + "recraft_id": "37fb8f98-8a73-4e92-9fff-1ba9ddf65b0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T01:59:50.686594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7983732-b667-4730-905c-95c5b61c6d84", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the staircase classroom, the garbage piled up into a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "12aa02ec-bd71-42d8-b287-30daa7f9d7f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:47:17.151731Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "71414fb5-c30c-4e6d-a4a5-bf596c5dda48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monkey is smoking ", + "public_commercial_use": false, + "recraft_id": "19f9fa8c-d480-4c9f-97e6-99bd446e3036", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:16:55.466898Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36ace839-5eb9-49df-ad91-540b9e6cfed1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three fairies dancing a ballet under the moon", + "public_commercial_use": false, + "recraft_id": "686793e5-5117-430e-847d-063215f684dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T07:41:04.761134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3754aae4-8f45-4062-aed2-e97b0556f438", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The scene evokes a sense of mystical tranquility and ethereal beauty. It's as if the gentle glow of the moonlight is caressing the fragments of an eggshell, creating a serene and almost otherworldly atmosphere. The image of the tides reclaiming the eggshell and drawing it into the depths of the ocean adds a layer of melancholy and the inevitable cycle of nature's reclaiming its own. The overall mood is one of dreamy enchantment, with a touch of wistful sadness, as the beautiful moment is fleeting and soon to be submerged in the vast, mysterious depths of the sea", + "public_commercial_use": false, + "recraft_id": "6dcf1571-ced6-4b99-b42e-2e5bf9b9b4b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:32:30.886521Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "940becf8-74da-4633-a0ff-fc6c0854bcdb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "It's snowing heavily, the sky is very dark, and there is a puppy with a bib.", + "public_commercial_use": false, + "recraft_id": "1d9e471e-0313-4381-bdac-4888f28c6a40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:53:28.966325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5236916f-ae0f-47fe-8b01-3dd699b7402c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, HelloKitty, Christmas Tree, WYM, Snow, Dreamy", + "public_commercial_use": false, + "recraft_id": "8b35a5ef-bad5-4bdd-928a-2962a5bec1c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:19:31.948356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89c1643e-5cb6-4367-aab5-6d56f1e1af9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This image portrays a warm and enchanting winter scene. The main subject is a Hello Kitty,dressed in a pink hat and scarf, standing on snow-covered ground. In the foreground, the word \"yairfff\"is written in the snow, accompanied by a small paw print.The midground features a snowy landscape with several trees and a distant hill or ridge.The background is dominated by a stunning display of the Northern Lights (Aurora Borealis) dancing across the night sky, with the faint lights of a far-off town or village visible beneath the starry expanse.The composition is well-balanced,with the Hello Kitty plush toy positioned to the left, drawing the viewer's attention to the foreground, while the Northern Lights in the background add depth and a sense of wonder. The overall atmosphere is serene and magical, capturing the charm of a winter wonderland and thelawe-inspiring beauty of natural phenomena. The style seamlessly blends the playful and adorable elements of the Hello Kitty toy with the breath", + "public_commercial_use": false, + "recraft_id": "5eb7f221-32ac-488d-b06d-0ebd92c983e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:19:59.054571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74f3d138-f134-4a7e-b87a-97df4c1cd0db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two Hello Kitty dolls sitting in the snow, holding a fireworks stick with the words \"syc xzy\" printed on the snow. There is a sea, fireworks, and cat paw marks in the distance. The sky is aurora", + "public_commercial_use": false, + "recraft_id": "8a14b030-75d9-4b58-b5d0-1d27f7ee78e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:50:10.325344Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cc3cb39b-05e5-4046-80f4-237b022e6198", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "They have seen your umbrella, and I went back with it, so it's the same.", + "public_commercial_use": false, + "recraft_id": "3707b9bd-e861-4ec8-a7be-f646a15aab8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:35.776113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37bb4c1e-8462-44f4-99f7-8de3c3f73902", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A russian blue cat wearing a half -frame glasses", + "public_commercial_use": false, + "recraft_id": "e669be6c-a0f4-4f67-b2d5-066a68447184", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:12:24.426164Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99e8b353-74cb-446f-9a26-ee7f109536cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black and white cow cat, playing with computer, with glasses, serious", + "public_commercial_use": false, + "recraft_id": "e08f7119-37cc-4abd-a8db-bb0b7008568d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:11:33.041913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "221ed9a8-a9f8-4f09-8ed8-065e2e292818", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with red hairpin is sitting in rain forest. . There are many fireflies. ", + "public_commercial_use": false, + "recraft_id": "d8ccda07-0a20-4941-a72e-80ac6b773fa0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:26:06.650834Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1de00d06-50bb-49d3-81d3-43d7251822e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten and a white Samoyed are on the snow, with the words \"5114\" written on the snow", + "public_commercial_use": false, + "recraft_id": "20c7be0c-c1dd-4387-94be-9efc17c0b38c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:13:48.213432Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a4891c3a-b4af-42bb-9472-b5048336819b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I took a photo with Shiba Inu at the Christmas party", + "public_commercial_use": false, + "recraft_id": "7bc24995-8f2e-4c46-9f06-4f4f2de92788", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:19:41.350226Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "6501a007-5947-44b1-b42a-0cc7dcc2890e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The vast sea, emerald sea water, white beach, tall black Chinese wooden buildings in the sea", + "public_commercial_use": false, + "recraft_id": "15b89bf2-36f2-4d19-bcaa-745f36baad05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:56:07.369346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5727dca-ed83-4877-b389-3dd8e8f1fbca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Ragdoll wearing sunglasses and red scarf, holding a glass of red wine. Behind the cat its volcano eruption", + "public_commercial_use": false, + "recraft_id": "b8bf822d-8efc-4677-b15f-547de5b8fa60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:13:29.219541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "053aca2a-0647-4f2d-9de2-8853f2dcc8ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland puppy (Bichon) is at work, wearing a red design sweater and red headphones, and the laptop on the desk is on fire ", + "public_commercial_use": false, + "recraft_id": "8a2c0563-46ef-4c96-af48-46683a13368f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:43:42.902288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a2408999-190e-4ebf-bb0a-511f0eef19f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Watching dazzling fireworks at night on the top of snowy mountain, and the residential houses below. Two Hello Kitty dolls are standing together on the snow: one wearing a suit and the other wearing a wedding dress. The letter \"HY\" stands on the snow to the left of Hello Kitty wearing a suit, and the letter \"MC\" stands on the snow to the right of Hello Kitty wearing a wedding dress.", + "public_commercial_use": false, + "recraft_id": "9497a82c-e940-44f7-8a2d-1a7c12ac8ff1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:13:05.070495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "277a06c0-2b55-4a9a-bb72-540d4bd87c45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white long-haired cat with blue eyes who is sitting in a black sofa is drink a big glass of wine in a dimly lit room", + "public_commercial_use": false, + "recraft_id": "6d4df653-8efe-4212-9db4-2160263a1e0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:14:59.872569Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5a466783-44e7-493f-88fe-4f7b69a63820", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the blues moment, the pink pig finished work and rode a road bike through the CBD buildings, wearing a blue duckbill cap, a red scarf, and a cute and charming villain character", + "public_commercial_use": false, + "recraft_id": "1e585267-0ef6-40ac-802b-3a63a30725aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:54:19.626199Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "def9808a-1683-4867-8480-d856cddab716", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, when she lights incense at work, it makes her feel dizzy", + "public_commercial_use": false, + "recraft_id": "8996ad70-a52b-4c9f-98c6-4baeb9937d45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:18:54.803319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26fa0118-8a2f-4006-a7eb-e498efd0254f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "little white wolf with white angel-like wings is playing guitar in the snow.little wolf wearing a red scarf. dotted with yellow stars. White snow falls on the little wolf. There are notes floating. Evening.", + "public_commercial_use": false, + "recraft_id": "19b7a9d9-7b8c-4908-8fb5-99182ecb2abe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:39:20.234008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82a0f367-f0d5-4452-abd6-78bb2d82c022", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little rabbit and the little bear held hands on the snowy mountain, with the little rabbit's sweater labeled as Lk and the little bear's sweater labeled as QD", + "public_commercial_use": false, + "recraft_id": "99cd6413-17ef-4a86-961f-bb9dfdbd3100", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:32:56.159826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6b323c8-ce90-4b2c-aa0b-a8f2697a0066", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two people are running freely in the snowy snow", + "public_commercial_use": false, + "recraft_id": "fdd10abc-332a-46f5-ba25-b3730a8ea1c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T09:13:23.867778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The rabbit is lost in the rose maze.", + "public_commercial_use": false, + "recraft_id": "0e6d1af2-ab81-4075-b76b-7fcdf177b710", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:55.053625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08489bfd-3903-4637-bc51-37d4e3a46841", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dachshund is in the snow, alongside a Christmas tree", + "public_commercial_use": false, + "recraft_id": "27f8cff5-bd4c-49a8-a160-eb3e36161781", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:24:39.097711Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cf6c1705-fb24-4a3e-bb55-80270a3df33b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag Plastic pocket Bright", + "public_commercial_use": false, + "recraft_id": "b148b6fb-a0cf-4192-a956-d7c02bb22896", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:28:50.739965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50af011f-c68a-414e-b8f5-a6da595ff2b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A humanoid capybara courier delivers a package at a family's doorstep", + "public_commercial_use": false, + "recraft_id": "fc2f5a1c-dc48-4166-8fec-9f118a5f6f3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:28:07.757339Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5fa2118a-8bc6-4497-9bbd-eb8562b4951e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty dolls with sunglasses and guns, snow, Christmas trees,", + "public_commercial_use": false, + "recraft_id": "6dd296e8-b9d4-499e-a3aa-23c39d01817b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:38:20.489377Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b2d35749-943b-4df7-b79f-dd86786c0509", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The volcano erupted, spewing out many glowing stars.", + "public_commercial_use": false, + "recraft_id": "73a36704-ff1a-42b7-8718-660cfcf5bebf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:13:44.369297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "176c402e-9e6c-4ec2-a053-a8c53890a724", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a paper letter on the snow, and a butterfly falls on it.", + "public_commercial_use": false, + "recraft_id": "4e06ae24-dcd8-4f90-8e6b-fe35b808318d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:24:48.529691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46fd9a10-0b43-4444-a936-ec0d21b3223d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a monkey is playing sonw ball in the froest ,and the forest are coverd by the snow ", + "public_commercial_use": false, + "recraft_id": "b1593e13-4018-4489-b79b-aaf046c866f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:10:42.894061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acf0c552-ba8d-4a53-a2f0-8c6c430129ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty sitting in a sports car wearing a wedding dress", + "public_commercial_use": false, + "recraft_id": "99565e4e-6c3e-4859-80d7-ed2267501007", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:19:29.199877Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1107e19f-2ec5-48a1-8168-0966fb9611b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shells, starfish, on the sofa, the sofa in the pink sea", + "public_commercial_use": false, + "recraft_id": "2a9e139e-2c9c-4b34-982e-9ce50f2791d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:23:05.951402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55fcc852-4943-4596-a9f6-3869ce9ba7ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vibrant overhead shot of an Italian-American feast on a rustic tabletop. Include a large pepperoni pizza, a loaded white pizza with toppings like bacon and cheese, a plate of chicken parmesan served with penne pasta, a bowl of meatballs in marinara sauce topped with fresh basil, and crispy mozzarella sticks with dipping sauce. Ensure a warm, inviting atmosphere with detailed textures of the food and table setting.", + "public_commercial_use": false, + "recraft_id": "45aeba4d-b200-486f-be72-78056800b0cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:24:19.227261Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2697caa6-303a-46e1-a373-23eb249168b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is studying law", + "public_commercial_use": false, + "recraft_id": "c781ae91-d2cf-48e7-9d28-fcaf265994e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:54:19.028065Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73b4142a-d7dd-480d-9592-a606544438d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two people shaking hands through a crab, each holding one of its legs. The crab is cooked. White background. The hands of a middle-aged man", + "public_commercial_use": false, + "recraft_id": "9397c2fc-bfc4-48e0-9e62-51a9e1820cdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:38:44.297403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af723e20-2715-47c5-95fb-a8bfe30da20c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty wearing a Santa hat and holding a gun on the edge of a volcano", + "public_commercial_use": false, + "recraft_id": "0d075307-0abe-43fe-b5cc-5c24a27a4dd6", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:01:28.129876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ce84716-4ad5-4740-8805-8ebeb46f7fda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a Chihuahua with white wings, its eyes reflecting the mysterious aurora.", + "public_commercial_use": false, + "recraft_id": "f3076831-f185-40fe-b62f-720c2842f64c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:48:55.641337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b88d29b4-dc04-4cc9-b659-c4d70cb49809", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Westie wearing necklace sitting in front of office work desk typing on computer.", + "public_commercial_use": false, + "recraft_id": "7cc296d0-0a8d-491e-b88c-2ebb07cc7b3c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:04:36.652457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25298088-15b0-440c-a583-e34bff6298df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara necklace with fluff", + "public_commercial_use": false, + "recraft_id": "f900b2cb-4105-4830-93a4-b2a649e30a59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:41:08.912182Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bd8a014a-e2fa-46ee-99b0-6ca2a91f4795", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a plastic bag on the kitchen floor with some tomatoes in it and some scattered around.", + "public_commercial_use": false, + "recraft_id": "a2ca8a51-c5fa-43c7-8d1a-87ac998fdb47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:06:03.020078Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "589cf323-abb9-4e57-96cf-aae26a71aedc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "big Jellyfish fly in the sky", + "public_commercial_use": false, + "recraft_id": "3ccb61aa-811a-48b5-86ed-57027f08e454", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:09:06.749988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f447586-98bf-4e2a-8a35-3f077a0efbb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A pool filled with colorful chocolate beans, a chubby panda wearing sunglasses and a swimming ring is soaking in the pool.", + "public_commercial_use": false, + "recraft_id": "93b79f0f-5eb0-4122-ba73-30522840a3ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:43:17.829887Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e7d242d8-ce1d-4497-b384-ebb25772034c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little white rabbit with the star pattern jumps on the fountain, and the musical notes float in the air", + "public_commercial_use": false, + "recraft_id": "3b6d61c3-0ae1-44de-b368-1df41a188b70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:39:28.181678Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1bd48df-63e1-48be-86f3-0c34cbf02282", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hermione Granger", + "public_commercial_use": false, + "recraft_id": "9c04669a-3965-4d22-af21-ffe03bf7a528", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:45:02.934012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc52ad5c-eb1c-44e0-ac3a-8bb615273086", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty smoking in japan style school", + "public_commercial_use": false, + "recraft_id": "31acd354-ef7a-4279-87ff-9fd4a696f538", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:57:31.277812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20bd4351-f524-4c27-bc8c-a23a278c40ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " hedgehog Christmas ", + "public_commercial_use": false, + "recraft_id": "418b4400-66a1-4879-82d1-c1ba5eab71f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:55:48.326706Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "09717ee2-d5d5-4004-a979-f52ce93a8e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cosmic Background, Amusement Park, 50's RocketInstallation, Nebulae, Small Child, Grotesque Aesthetics, Retroism, Dreamcore", + "public_commercial_use": false, + "recraft_id": "5a31574d-fa31-4b03-b3bc-a33934039e30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:23:09.759798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f3fd664-f09a-4edc-bbe7-119f3af15896", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the wooden square table has a chicken in the center", + "public_commercial_use": false, + "recraft_id": "f576d164-0333-4fa4-8f45-8b992a963340", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:10:05.464457Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty is reading in the warm white room. On a sunny day, there are lush green trees and the sea outside the window", + "public_commercial_use": false, + "recraft_id": "f436351c-7ef0-4ba3-8aa5-6502cb0a9ff7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:52:29.93586Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. Within a short distance, there is a wood piano. Some yellow flowers grows around the piano.", + "public_commercial_use": false, + "recraft_id": "2140c12a-c8e3-4993-af72-9ede2c151663", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:15:47.655041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d879aac3-2456-41dd-b540-79f3ccdc8a8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two cats in snow and there is a line of words on the snowy ground: \"22, I love you.\"", + "public_commercial_use": false, + "recraft_id": "e9e55090-ec57-48d0-bf35-0c52fd225bf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:42:40.206009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9375627c-d451-431e-8962-3f67a4940e95", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty wears a kimono and catches goldfish at a fireworks festival.", + "public_commercial_use": false, + "recraft_id": "5d6dd4ab-d4ca-440d-bcbe-8f138c1eec90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:09.620464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7feb695d-474f-4ba1-8da3-9037d116de8a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the crystal palace with a mirror floor, Hello Kitty and Snoopy are dancing gracefully at the ball.", + "public_commercial_use": false, + "recraft_id": "70d1ae21-52cf-4676-959d-bda725811160", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:38:12.394548Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70414208-b45e-4c3c-b1f9-1b6f815cf129", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tokyo Tower, Tokyo Metropolitan, night, street, kimono", + "public_commercial_use": false, + "recraft_id": "ab9417e0-b9eb-4069-bbed-f6dbd80d58cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:44:06.655954Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac64bd05-b85a-47a7-b274-2712b9badc0c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snoopy doll is holding astrawberry cake.", + "public_commercial_use": false, + "recraft_id": "c4de505a-b191-446b-a27f-7f9dce5eeedb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:42:07.566809Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8af6b1e6-b15d-403a-b179-6d0c8465eac8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow day, fireworks, \"GZC\" written in the snow, West Highland Puppy", + "public_commercial_use": false, + "recraft_id": "32cb2671-af7b-4cf7-b088-b017492aacdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:03:27.408795Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "196efaf4-eb52-479c-8e78-5f01692ca446", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " Mickey Mouse held a bloody axe in his hand, and Donald Duck held a sword. In a medieval castle. It is surrounded by the remains of bones. Blood flowed out of Mickey Mouse's mouth.", + "public_commercial_use": false, + "recraft_id": "61206475-e6bb-48d3-b4cd-4a5be14545b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:46:24.873187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97604e8a-785d-4473-b979-2b5c996e5c9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat go along with the sea at night and there is snowing ", + "public_commercial_use": false, + "recraft_id": "87a46531-ddcb-4a8a-80b7-c9d1180ae2d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:02:26.536805Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4ec9ac9e-f1b7-45e6-aa6e-edf594f33704", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Threshold space", + "public_commercial_use": false, + "recraft_id": "f5472651-50ba-4fbe-9d96-f570c926f21e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:55:15.645426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1327a24c-535c-4a73-8e03-321804706120", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, dressed in cute clothes, sits in front of the computer with headphones on, holding a gun towards the computer, and coffee on the table", + "public_commercial_use": false, + "recraft_id": "cd04283c-5d2c-4b1a-94f3-4a308837aa56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:34.364459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "389bcb31-9cd2-43aa-8340-ca4e68f574f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a wedding dress and holding a bouquet of flowers in a garden filled with pink roses", + "public_commercial_use": false, + "recraft_id": "f89021b9-7d70-4ec9-aa59-b54b1993fd2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:13:01.498775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc8ee149-3ddb-40df-8512-356e3f81fefa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a wedding dress, riding a horse with a cigarette in the garden", + "public_commercial_use": false, + "recraft_id": "b73d5c8c-8db5-46b8-9935-a31e1c376e7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:37:19.222967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "272f508a-7fea-4cbf-9216-42b92ca3bc7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two little bear dolls sit on the snow, with DJX and WCL written on the snow, and pink fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "8368272f-88fc-474a-a39b-5165ddb65adb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:35:39.692163Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "766249ef-b79b-4fa6-893a-005d25bc0ef9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A doll bear in Mongolian costume plays on a swing on a snowy night in the grassland", + "public_commercial_use": false, + "recraft_id": "fa051f86-3c10-4daa-83a1-be640115d041", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:12:51.875784Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7a3970b1-0d16-40ce-bad3-17fbeaa0e783", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Some shells are on the black sofa, next to tropical plants", + "public_commercial_use": false, + "recraft_id": "9f5b62b8-9dc3-4bf4-aa26-46a578a125c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:11:32.87789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c2ce454-7f2a-44c1-bdc0-64c9408a3565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kurt cobain is a rapper", + "public_commercial_use": false, + "recraft_id": "1d6a486e-fcd4-48ea-b537-57ff503c1093", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:25.037752Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "967fa8ff-b0f4-4981-8e56-9cfd87f01cd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mechanical, metallic butterfly rests on a small piece of lace fabric at its base, placed against a black velvet surface. The butterfly is adorned with a ribbon tied into a bow, surrounded by scattered pearls. The overall aesthetic is a blend of vintage Baroque and dreamcore styles.", + "public_commercial_use": false, + "recraft_id": "60895da8-e598-4983-8f67-5efa1c91f391", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:28.306496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty with curly wig wearing colorful hot clothes is dancing street dance in the office.", + "public_commercial_use": false, + "recraft_id": "ee2cce25-06bb-40ee-836e-f3b89116d2cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:54.316507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c0aac43-0ae2-4757-92dd-cdda9115cd5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic", + "public_commercial_use": false, + "recraft_id": "2f4a114f-f73f-4cc4-8031-e8c2254badd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:02:06.265909Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1a9d190-bbc3-4b20-8a92-cd5bb2688f21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a cute lamb eating noodles in the bar, and a thin man stood next to him. He liked the sheep.", + "public_commercial_use": false, + "recraft_id": "2b986ad6-175f-47c1-9a2d-570d9a7dede3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:27:51.347557Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "511f649c-b533-4cac-b743-12fc29da64d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tennis,hellokitty ,China,cute,modern", + "public_commercial_use": false, + "recraft_id": "4ee5c89d-4ae9-43da-a1be-45dc28386792", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:01:49.056327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf100166-5037-47f9-b3a1-07ccf4587c9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tiger, lion, dog, tibet, snow ground, firework, small river", + "public_commercial_use": false, + "recraft_id": "f6eb3504-ec03-4161-a058-6e5f3f230fbd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:06:47.295247Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb1e4bd3-2859-4a6f-a591-9897cce6722b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Chihuahua, in the grass, in the summer, in the morning, the lawn with flowers, with the sun.", + "public_commercial_use": false, + "recraft_id": "940eba86-af1a-4c9e-bc6b-bc24a03adc82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:00.064549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat grew wings and flew with the seagulls on the beach", + "public_commercial_use": false, + "recraft_id": "06b04f59-fb38-41b4-8f18-08ee36c4fd83", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:21:56.776947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a6b5742-ef9f-4ef3-9328-c4f98212f628", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Daft Punk", + "public_commercial_use": false, + "recraft_id": "b9fbea5e-43cb-4bc9-84dd-3f81c6dd5190", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:04:18.943173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "db1d118d-3be7-4590-b488-4b8c2837f97a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black and white demonic milk cat, sitting obediently in the snow, at night , with a light snow falling, with the sky and snow behind.", + "public_commercial_use": false, + "recraft_id": "a2f6e612-d638-4e98-b842-a6aa122e266e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:22:23.987534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d10b2ad2-a032-4fb8-9968-7637e65e5b34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The wooden square table has an empty bowl in the center", + "public_commercial_use": false, + "recraft_id": "295e6e3b-1b26-41cd-b114-eef475e63bdc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:52:21.254484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56d89ee8-740f-4238-9fe4-fe03f1765c17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cavapoo and a cat are on the beach with cakes and flowers. In the distance is the sea with fireworks.", + "public_commercial_use": false, + "recraft_id": "a591465b-02bf-4ce6-b4e7-8cb280054bf3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:16:06.048964Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "e5e1683e-f15b-4003-bbfa-f04e5fccfb30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a brown deer standing next to the five letters of 'JOSHUA ' in pink on the green grass.", + "public_commercial_use": false, + "recraft_id": "a9c4e1db-a26d-4bc6-9059-1b329f39adff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:43:20.448398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77d6e36d-074a-4562-8bba-16eca9ef17c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tired black cat with term papers", + "public_commercial_use": false, + "recraft_id": "878e1817-0b47-46aa-850a-e95a20f6da8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:22:55.058476Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9dca3d2a-f0c2-458d-b29e-b8bed888bf12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tinnes,hellokitty ", + "public_commercial_use": false, + "recraft_id": "9b627a66-c2c9-4975-838c-f90db235febd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:15:52.949625Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "230a8b83-1daf-4e47-84cb-1a3bfc9226ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A quokka in the middle of the night studying for final exams", + "public_commercial_use": false, + "recraft_id": "ea1fe829-8b0f-4136-b69b-ba77fcf79bad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:57:12.554504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8db3c0f2-b373-4e5b-b00f-9786aece2689", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Touch the stars", + "public_commercial_use": false, + "recraft_id": "6a607116-6e22-41f0-bf05-f8ef7a8d4cca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:15:30.896635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e3471bc-5e10-4108-97eb-40a6c0844351", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty waved a fairy stick next to the snow, and Ning was written on the snow.", + "public_commercial_use": false, + "recraft_id": "3c547c2c-ca04-4712-ba88-5b0f7f947142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:32:48.61212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0da8b14-bd04-4c87-a098-dff9058a0ad4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a leave fall down from the christmas tree in a warm afternoon ", + "public_commercial_use": false, + "recraft_id": "b3c46ab5-38fb-45e3-8760-93f5387c6ec9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:35:40.707786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7df22e18-3d07-4f64-8238-03a6b4474d23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ragdoll cat astronaut wearing high tech space suits walking on the moon, holding a camera taking photos. Landing craft near the cat, the sky is black and you can see cat face through helmet", + "public_commercial_use": false, + "recraft_id": "30538690-e3ac-4c78-abd1-71b0030d1a92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:23:30.213061Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "6e24c483-a54c-4e3f-a835-b1e23b154bd3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tinsel with colourful light reflection on top. christmas tree monster with hands and legs hugging ", + "public_commercial_use": false, + "recraft_id": "ab606915-804a-4997-b4e8-5b66a1391683", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:36:05.203868Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a42a2473-096c-438a-bc2a-b81024ad9d33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tomatoes being cleaned in the kitchen sink", + "public_commercial_use": false, + "recraft_id": "7e1daa0a-d5c5-43b4-9f51-10a7fc2328f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:07.226332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7078dd08-6c5d-48e9-99da-ef9bdba94907", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bird sitting on a big flying cat.", + "public_commercial_use": false, + "recraft_id": "8c4f69e8-34db-44b2-9508-cd627dd0eecf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:31.849121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2e6b314-59dd-4e81-846c-0c691c081780", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black and white cat playing by itself in the snow, light snow falling, outdoors, at night, in the snow", + "public_commercial_use": false, + "recraft_id": "037596d0-932e-407f-9051-0caccc62abfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T08:56:32.160773Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b58f3300-d523-46c2-b673-9137eb7f63ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat,smoke,house one fire,blue sky", + "public_commercial_use": false, + "recraft_id": "b2d3e4ba-a273-4f8e-9e42-6f122b56dc26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:32:03.583865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bc1e924-fa98-4446-bd33-55a4e66cefb2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The giant cartoon hedgehog in a bowler hat has come from the wilderness to go to the sea, the distant siren has sounded and life stands in her way.She gifted me with stories and I wrote poems for her.", + "public_commercial_use": false, + "recraft_id": "c3bd4c5c-989d-4e26-8e79-92457fc0be4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:22:58.421913Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a854ac89-d3d2-4394-a134-8e482766d6bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrior,eyes with black framed glasses,doing architecture design,computer,coffee,pencil,Bauhaus style furniture", + "public_commercial_use": false, + "recraft_id": "3905567a-3c62-4814-a8a9-435b299d728d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:48:09.115213Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30c0d604-2407-4659-8654-e33aa31a5fa0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tibetan green grassland, sunny weather, mountains and water, cattle and sheep", + "public_commercial_use": false, + "recraft_id": "ffbd5db3-48c7-4b66-a161-4bb044aceae2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:32:43.481013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04529815-62bc-4ff5-af87-aa30fd997ad9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Scene of Chinese people and crabs holding each other's claws", + "public_commercial_use": false, + "recraft_id": "75a85b6b-4690-466f-a7e4-3c14b36a01d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T08:59:19.279777Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6420766e-1b25-4cf3-9915-9c42b5d0a391", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a unicorn running in grands with mountains backgrounds , unicornsame as in game HoMM3", + "public_commercial_use": false, + "recraft_id": "21da8274-cbf8-428c-a512-f6e4ab48a270", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:11:59.785686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d1fedab-599f-45d9-afb4-82e09343f4d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a parrot standing upside down by its beak on a grass field ", + "public_commercial_use": false, + "recraft_id": "14e572f2-b824-4b93-a0de-090e6093173e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:26:38.813532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06a0fee5-c050-474d-a68a-5e6a4911b436", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "WestHighland white terrier, Christmas Party, Big Star, Drinking Beer, Floating Christmas Elements", + "public_commercial_use": false, + "recraft_id": "ce89beaa-1f95-4728-9eb8-8338a540f4d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:43:54.895264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d325e47-006e-4240-a657-53e8b8e144ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White roses on the roof top,white walls,white vintage fire place,white vintage princess bed,forest scenes out side the window,white guaze curtains blowing by the wind", + "public_commercial_use": false, + "recraft_id": "5eca4132-5499-4afb-87a8-9c25da1caf68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:23:01.352623Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "75a7d15b-f943-4ead-97f6-8cb51e8c36a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " A pair of cute puppys watching grand fireworks at sunset by the esasude and there are handwritten \"clf&yrx\" on the beach.Overall presenting a warm and romantic atmosphere", + "public_commercial_use": false, + "recraft_id": "5868996b-1d4a-4548-90e8-fa1fe7a9268a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:32:44.225673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12a802fe-bfd6-4498-a7aa-8712223d422b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The three-flowered guinea pig is lying down in a pile of bananas eating bananas", + "public_commercial_use": false, + "recraft_id": "276ac6d4-769b-4f99-9c65-8bd4fd40bb19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:57:45.626736Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5684fc13-f3a1-4fc0-ac99-48e082a28643", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is writing the letters HL in the snow under the pink sky", + "public_commercial_use": false, + "recraft_id": "08529f10-4a7d-42b0-8ab5-2df6a2e03420", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:21:43.445296Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat wearing glasses is working in the company", + "public_commercial_use": false, + "recraft_id": "5831d0d9-a276-47ed-af03-81fdaafed910", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:05:42.8381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "adb2d369-968f-4644-be86-b54285104635", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A meteorite Border Collie and a golden shaded cat are watching an outdoor movie in a cozy setting.", + "public_commercial_use": false, + "recraft_id": "d2a951d6-4804-4778-b06c-61328bcdff1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:51:33.171231Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7bff355d-1b61-4dcb-9257-16d3cfe6b3ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in a fairytale-like castle, holding a West Highland White Terrier while looking in the mirror.", + "public_commercial_use": false, + "recraft_id": "0e34cd01-ffe9-4a2d-9ef2-2343f193a1d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:47:37.512013Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "542f5f53-c6a6-441e-90b7-dc6099b00026", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Close-up is a small Frog wearing a Santa hat lying on the snow, the snow has the word frog, the middle is a Christmas tree, the distant is Mount Fuji", + "public_commercial_use": false, + "recraft_id": "eebc853a-3a94-4c4c-93ed-78e373921a0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:53:52.581398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f82bcbd6-5d60-40ec-ab3a-a2dc49685a77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Hello Kitty are drinking next to the Christmas tree in the snow.", + "public_commercial_use": false, + "recraft_id": "7899197b-a4c3-4552-a507-8181c05099d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:23:25.618341Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19070b13-a1da-4915-a320-e2ebdb79e0fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the sunny hallway floor is covered with flowers", + "public_commercial_use": false, + "recraft_id": "d1450a02-42d7-4b92-a6b9-50bbf32376b2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:22:06.683858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e26931b1-60a5-46f1-8a36-44cdcfeff7a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cute white puppy sitting in front of a table, wearing black framed glasses and silver white headphones. There is a computer and coffee on the table, and a fire is burning outside the window", + "public_commercial_use": false, + "recraft_id": "c1f856af-4a01-4743-b3dc-75d898e8af1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:08:11.024589Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb12ba72-e06c-4302-beac-82a7d0569264", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The grassland under the snow-capped mountains, a young and handsome cowboy in a windbreaker.", + "public_commercial_use": false, + "recraft_id": "9f62a4e2-70f5-4eb0-aa14-cefdcad1a2af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:54:10.344329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "812487b2-7686-4f7e-b657-d29613a3fac0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a rose-colored nebula in the sky, the ground is covered with snow, and a three-dimensional moon lamp is placed on the snow, emitting warm yellow light.", + "public_commercial_use": false, + "recraft_id": "c86099d3-2ea7-4432-a7d8-6ca8a84dc594", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:18:45.65344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "338a3738-d396-4803-bb20-c9f517b495ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big cat flying over the city", + "public_commercial_use": false, + "recraft_id": "29daa76c-3d9e-471b-ba45-290619768c68", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:04:14.168034Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "f3296bc8-c7bb-4701-8666-e94c86b2b393", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas tree monster, with a white puppy, eating popcorn, a can a beer, watching tv. Lonely but feel warm. stars. Monstera beside. light leak", + "public_commercial_use": false, + "recraft_id": "1c85b2b1-6065-4ff6-b765-8078746f2a85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:42:10.44343Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4978618-5415-4b59-88df-9f1b35bbf818", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bird wearing cool sunglasses, with a speechless expression and a keyboard behind it", + "public_commercial_use": false, + "recraft_id": "40b9b100-39cc-4f2f-b6b3-ecd0c931da9d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:39:53.57626Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "b5995551-6d68-4699-8cfb-8b3cd225cd36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow,apple,snowboarding", + "public_commercial_use": false, + "recraft_id": "eda285f8-e7df-446c-86fe-08a7e5b0c929", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:33:01.479279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "252e3eca-a244-4315-ba3e-63d16fb84692", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty in her pink school uniform stands on the side of the road waiting for the bus", + "public_commercial_use": false, + "recraft_id": "48f7d65d-67f9-4936-a309-6664e2bb84e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:58:09.939573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d40bf28-3246-4c99-ace1-08b28d9a3a68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Adult cow cat, sitting in the snow, level view, black line devil's tail, black line minimalist wings, black devil's feet, snowy.", + "public_commercial_use": false, + "recraft_id": "2a1fe00c-a4f9-4a5a-a009-08cdd62adb29", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:44.854147Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "43e8f5b0-2e9c-43f6-8b08-2746fb099721", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome man in a Japanese school uniform and a scarf under the cherry blossoms, and snowflakes fell on his head..", + "public_commercial_use": false, + "recraft_id": "838fbed8-04cd-46a0-adc6-a51217b2d1fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:44:29.79831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c73569c-4445-4f72-8345-6328e9cd1b83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mammoth chasing a white three-generation Audi TT", + "public_commercial_use": false, + "recraft_id": "0a518373-9406-4a0d-a216-0d1df8e21e34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:22:32.465447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6220dae1-3f8a-43d6-97c5-851bc13c472f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Penguins watch the pre-dawn light at the shoreline Penguins watch the pre-dawn light at the shoreline", + "public_commercial_use": false, + "recraft_id": "33387e55-232d-46b8-a698-a030d8060a23", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:05:17.562432Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4e55a5b8-2c18-40f0-b970-1123299a90f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute, tiny kittens, in front of a pink castle with little pink flashes around them", + "public_commercial_use": false, + "recraft_id": "2d4dc589-7d71-4cbf-9beb-c64798082ada", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:08:04.334424Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two gray Schnauzers and a white silver gradient English Shortcat celebrate their birthdays in the snow, with November 26th written on the birthday cake", + "public_commercial_use": false, + "recraft_id": "79bb1d03-d63a-48ae-b17a-5f436bbdbddd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:04.467534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24a380fe-6999-446e-98ca-9c792b1845e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A furry ragdoll cat, with a balck face and a black nose as well as white paws, wearing stylish red sunglasses and a santa hat, skis on the snowfield in the Alps while working with a laptop", + "public_commercial_use": false, + "recraft_id": "826ce101-0d38-47be-9337-3b94ca78c53c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:00:29.824675Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dcbe0a14-5242-451d-ba3a-a671a4743b3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Aurora, snow-covered ground, snowflakes, butterflies, snowmen, wings, border collie with a meteorite pattern, dark night.", + "public_commercial_use": false, + "recraft_id": "07607301-67ac-4d13-89c1-f0772ebc6205", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:41:17.843612Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "564ff808-f579-4e0a-893e-f791fff7fd9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty, with red balloons, with fireworks", + "public_commercial_use": false, + "recraft_id": "226fbf37-cf92-4096-867c-5f0b2a26c87b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:01:13.785005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb12462d-20e6-446c-875b-70dc263364a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree ,Many Mickey mouse ,snowwhite land ", + "public_commercial_use": false, + "recraft_id": "0253a243-8f08-4fd8-b68a-bfcb887eb0fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:25:03.310744Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c1795f5f-f288-4059-8509-b1dd3ba90bb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland and a black dachshund wearing Disneyland ice cream hats at the amusement park", + "public_commercial_use": false, + "recraft_id": "51884b81-ee40-45b4-b8e9-e47d43994f89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:30:35.042662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "acba9928-5b9a-4d70-98b0-91811cde4e8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat grew wings and flew with the big seagulls on the beach", + "public_commercial_use": false, + "recraft_id": "66fe08eb-6304-47f2-b94f-6c47b3913488", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:22:27.92689Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "f60413f2-fa7b-4b8e-8c6c-cd6ac340f192", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tinsel with colourful light reflection on top. christmas tree monster with hands and legs. stars. hugging", + "public_commercial_use": false, + "recraft_id": "0bd7c6d9-b397-4cf6-838c-59bbc916cb7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:50:33.297072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2fe29557-989a-477b-948e-18bc9cff6660", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree in the snow ", + "public_commercial_use": false, + "recraft_id": "cae7acfc-e831-4bf3-a862-8297502fb70c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:47:24.30349Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "582cf777-9f1e-41d2-94b5-19f92b0381fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. A West Highland Terrier is playing with a black cat. There are lots of red roses in the middle of the picture.", + "public_commercial_use": false, + "recraft_id": "033ce7a4-ca03-4441-ac4e-9e95eb438577", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:04:19.356395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94193286-7d38-4960-a17d-e2c9f9d7e13e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "coffee table formed by combining big triangles, squares and hexagons", + "public_commercial_use": false, + "recraft_id": "aa2f3d90-8c33-4c83-a8da-e81a0f7ec0fc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:18:56.603347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4bc17610-b0b3-414f-9046-e8bb0b928260", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The words \"Yustin\" are written on the snow, and colorful bubbles float in the air", + "public_commercial_use": false, + "recraft_id": "12ec3cd9-752a-4025-b586-00f57322e5c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:57:43.087935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f18e20d1-725a-4d20-8e8d-27c8a362db3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute cats roasting marshmallows by the fire", + "public_commercial_use": false, + "recraft_id": "2dcee40b-5d34-40bd-ae73-76f14b0f0516", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:11:19.243513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dbe94fca-b7d2-4430-8a31-58598c1c46cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty in a red dress playing the violin in the forest beside lake on a snowy day , there are stars and fireworks at the night.there are some bling jewelry on the ground", + "public_commercial_use": false, + "recraft_id": "557e5a7e-7620-4600-b9b4-f1d61448127c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:05:48.434942Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15b9f48b-64b4-496d-b3a8-498b127be9e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word \"MYJ&ZSY\" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks.", + "public_commercial_use": false, + "recraft_id": "b8970927-4da8-4871-ba19-877f9975439f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:03:38.283193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3db33577-e454-4ab6-b9f7-1b96ce2a9e0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A happy child with dark glasses, rosy cheeks and happy smile, sitting on a crackling bonfire in the snowy winter. Beside the campfire, there was a beautifully decorated Christmas tree with colorful lights and decorations, towering high in the snow. z on his other side, there is a mountain of dollars and renminbi, giving the scene a strange, magical feel.", + "public_commercial_use": false, + "recraft_id": "b695f764-440b-4f36-8716-711d8ac3c74d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:15:47.737866Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a221cae4-b057-454f-bac1-23c3d631eb98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shells, starfish, on the sofa, the sofa in the sea", + "public_commercial_use": false, + "recraft_id": "5c0371d5-2d07-4576-bcab-da6ccde487b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:31:14.430115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdd48ae6-58ed-456a-b6b9-412ed2285747", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is half a corn in the middle of the flowers and butterflies", + "public_commercial_use": false, + "recraft_id": "bea3db39-178c-4a7a-b9db-3abfa2508b60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:19:38.907537Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f565f3c2-e394-4c4b-b11c-4a353339a178", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lamb is exploring in the snow", + "public_commercial_use": false, + "recraft_id": "de8a51ea-29dd-4749-97b4-38ba4feeb9ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:22:30.00588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ba9177b-dcdd-49c6-afdf-2d419be72f28", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white wolf with headphones is reading in the train, and the snow-capped mountains and forests are outside the window.", + "public_commercial_use": false, + "recraft_id": "3e8a4b95-bdc1-4f35-ae1e-69f5d887ef09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:37:48.166715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0396d2cd-9375-4905-99c8-ed8dfbddccfa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lots of WestHighland puppies, snowy mountains, happy playing, bold colors, doggy stars, motion blur with flash", + "public_commercial_use": false, + "recraft_id": "4ffff1b4-ac9e-413e-b9d3-adf0bcaa5063", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:32:29.664842Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9de216c6-867b-467c-8eed-061f82918c38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute chick wearing a Santa hat lies under a Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "da97a0af-023d-4fa2-a7fb-48682d2ef7b7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:55:58.580157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d2775eb2-e527-4593-ae95-3b62858f98c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red panda wearing sunglasses plays the electronic organ in the sea ", + "public_commercial_use": false, + "recraft_id": "c5b2a123-28bd-45b1-b626-a58dbe89de45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:09:40.433471Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3db4725-9c14-4111-b6fb-b4d99bc60736", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wedding ring", + "public_commercial_use": false, + "recraft_id": "e9eae163-6735-4aaf-ba6c-336c2c5e71d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:13:27.760548Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4da2b81d-8794-47a9-ada1-2d22adf2d8eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "black sofa, next to tropical plants", + "public_commercial_use": false, + "recraft_id": "b33e3d71-0ad9-4fb5-8565-292fbd6acabc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:55:38.621124Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b39e52d-fe46-4fb9-bd40-227796946cbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Peppa Pig head man playing video games in front of a house which is on fire", + "public_commercial_use": false, + "recraft_id": "3399d26d-a8e4-4779-88d4-1f7a6dea1924", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:48:36.996917Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30140dd1-3d6a-4149-859f-019e6ed02046", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, little beach house fire, snow", + "public_commercial_use": false, + "recraft_id": "57240aa1-5ef4-4ca5-98b5-9540dee7660a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:36:27.681591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bcf08e7e-5e10-4a80-b27b-b13f989def20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"TWQ&CXY\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "9f021827-2769-4c9c-addd-2bd5b12c38a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:35:40.370163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "806d687d-5a98-4741-81f2-092b765cc294", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitten wearing a santa hat writes wwwo3w in the snow on the beach", + "public_commercial_use": false, + "recraft_id": "10368dc3-0973-431c-bbc0-7bd5ee06ca98", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:39:55.011177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "986567a7-1810-46eb-83e2-ee51524a610a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tokyo Tower, Tokyo Metropolis, night, street, cars", + "public_commercial_use": false, + "recraft_id": "7d48533a-5a13-48df-90ec-ed14609fe253", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:42:52.410637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "424b96c9-5838-4281-ba50-49225cd4f58f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow letter:ZZY christmas shiba", + "public_commercial_use": false, + "recraft_id": "84b3bd36-74da-4eb2-bb8f-c5c5cb72b1c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:37:11.161426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df90fef8-b3e9-48d9-8933-3a068f9e0f77", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lots of West Highland puppies, snowy mountains, happy playing, bold colors, doggy stars, motion blur with flash", + "public_commercial_use": false, + "recraft_id": "b0245411-500a-4d36-a330-4ccb6028a7a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:57:36.977866Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "ac60aa28-bed2-44e2-9e26-52ffedb4d983", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cosmic Background, 50's sifi-theme Amusement Park, Nebulae, Small Child, Grotesque Aesthetics, Retroism, Dreamcore", + "public_commercial_use": false, + "recraft_id": "74a58b80-1ee7-4ba3-9181-30dca04be6b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:01:08.283607Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two lovely, small cats, in the snow, wearing magician's hats", + "public_commercial_use": false, + "recraft_id": "12c1f63d-d2a9-4bf7-a1b8-df85fd7e252a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:15:30.127464Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ea1e593-69a6-4023-8492-41f5c7d685d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The window by the snow is frosty, surrounded by bubbles and flashing lights. It's dark. Christmas is coming soon.", + "public_commercial_use": false, + "recraft_id": "6d5be353-6655-4a79-bf3f-22c7cc79645e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:42:09.261075Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6a44fc0-693c-4069-accb-e25ceb904d29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu is drawing CAD in his computer and drinking beer ", + "public_commercial_use": false, + "recraft_id": "2f6ea2e1-3535-40dc-b810-67e8a9e69e49", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:51:54.090005Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "aaf2d7fe-7eff-4044-bf28-d09f9cc60b43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The small white rabbit with the star pattern jumps on the fountain, the background is starry, and the musical notes float in the air", + "public_commercial_use": false, + "recraft_id": "c91e2e9c-ec90-464a-ad39-99af645b9dc5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:03:20.935735Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7d799099-5134-4c75-9c83-8b3b41233e9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Jellyfish fly in the sky", + "public_commercial_use": false, + "recraft_id": "ff336bbd-c5b4-4220-b2ca-a39ab856f5bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:02:57.627222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcec350c-d564-4af5-994e-22814f0fb3d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "cat in house, outside on fire,fire fighting,blue sky", + "public_commercial_use": false, + "recraft_id": "022e7cd3-f345-406f-aca2-3ea109a06e35", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:57:33.692429Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f249ee3a-7f50-4cde-9064-85f83d8f249b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white long-legged rabbit is celebrating Christmas", + "public_commercial_use": false, + "recraft_id": "22d38ac7-1408-48b7-94b7-b0ae5b5646c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:34.512764Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "53b6df27-496b-4b28-9135-31e6da7394da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and \"LST\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "a1e8025e-4aae-4984-a972-8a7e4d6c90cf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:16:19.480385Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e77d37da-7e78-47d5-91af-4d266e6a35b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The wind blew the white curtains, the sunlight slanted in, and an open book was placed by the window, with butterflies dancing.", + "public_commercial_use": false, + "recraft_id": "9ff623f4-e67b-4617-a459-115003d89c9b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:14.842697Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d3823aa-1c04-419f-90e1-7c35d3367422", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Niffler is standing under the maple leaves in Kyoto", + "public_commercial_use": false, + "recraft_id": "5191455e-6309-4cce-9865-ec4e3ec22f0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:36:04.492428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f3173b8-b220-4534-9b56-81f21884457e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "At dusk, the sky is blue, with snowflakes, and there is a thick snow on the ground. A black cat wearing a Christmas hat with transparent wings is next to the Christmas tree covered with light strips, and fireworks are set off in the snow.", + "public_commercial_use": false, + "recraft_id": "b1c5be90-f109-4799-a613-84794e5e1cf2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:26:00.810113Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f2635fe-2abf-489e-9f0b-403cb2d756c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a cute white little dog sitting in a hot air balloon, floating in the air after leaving the ground. The little dog is lying on the frame of the hot air balloon with wings on its back, looking down at the ground, smiling happily and opening its mouth. The background is a dazzling aurora and ocean", + "public_commercial_use": false, + "recraft_id": "a5102789-5ba7-46de-84d1-ac04e73cf238", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:19:55.495408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c1915fe-542d-413f-a2aa-5f75f0addd7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Hello Kitty watched the grand fireworks in the neon sun setting by the sea.", + "public_commercial_use": false, + "recraft_id": "82f3e931-d000-448f-bd79-77c6549e5903", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:14.762266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef577345-303d-4f03-935f-cce27d5a17fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bubbles, white fountain, apple, cheese cake, \"423\", red wine glass, green christmas tree, shining snow, light brown teddy bear, headphone.", + "public_commercial_use": false, + "recraft_id": "26c939f8-9ff5-4ee1-8da4-b9f3f6e10587", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:37:22.950653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22562ff9-5d88-4cfd-8072-1678c6fe3bbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute helloKitty in a white dress with lace trim, a green bow on her head, and a strawberry cake in her hand; HelloKitty is standing next to a Christmas tree. The Christmas tree is very beautiful and cute. There are many decorations on it. The whole scene has a snowy atmosphere.", + "public_commercial_use": false, + "recraft_id": "689614ec-53a3-4686-936c-d25217241f15", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:28:48.988648Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e11cd8b-3ad9-4c07-a238-9f27640c4c99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "This is a photo of the seaside atmosphere. The water is turquoise and very nice. There are people surfing on the beach. A Hellokitty wearing headphones and holding juice is standing on the beach. Its the word\"LHF\" on the beach.", + "public_commercial_use": false, + "recraft_id": "1a4f0785-9923-4c48-98e7-0802713a52d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:52:49.222619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66f8c73f-4bde-4213-b15a-cf1717549524", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, the sea is in the distance, and LLQ DYY is in the snow.", + "public_commercial_use": false, + "recraft_id": "e4349f66-3966-49b1-998a-d2ec26350adc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:43:44.767419Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "748339a0-7a44-4d40-b35b-605099382528", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. A West Highland Terrier is taking pictures with a camera.", + "public_commercial_use": false, + "recraft_id": "197b6472-87af-4182-86aa-c0350ca02bac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:48:14.856828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd031381-56c7-4f08-b859-c7292ec38ac2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Shetland Sheepdog with erect ears and a slightly slanted white fur stripe in the middle of its face, with yellow and white fur on its body, is sitting on a chair, blowing out the birthday cake.", + "public_commercial_use": false, + "recraft_id": "4dc9d3d7-92d1-4186-8799-96809d6b4c2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:57:12.478703Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b0ed59b-bedb-4931-a12a-ed1d256dcbc7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a West highland terrier and a cat are on the beach with cakes and flowers. In the distance is the sea with fireworks.", + "public_commercial_use": false, + "recraft_id": "c69f54b1-b377-49b2-8918-11998ca45ee6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:48:03.485679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b0e4ac1-ce9c-47ec-90b1-9435c464f930", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Close-up of a blue pupillary eyes,freckled face, blond hair", + "public_commercial_use": false, + "recraft_id": "5eed0982-58ed-43d7-8f47-1926dfaf02d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:53:51.416426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aef41908-4022-490f-9529-9df771ac9497", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "tree, disco ball, karaoke room, stage, big elephant", + "public_commercial_use": false, + "recraft_id": "9e6f6263-9ab8-4869-a970-43169d208ad6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T06:02:16.670342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f1eb174-4c54-466f-ad5e-14d497fd94d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a beautiful 19 year old gril in pink dress in a limousine", + "public_commercial_use": false, + "recraft_id": "f3f4d12a-6f73-4b0d-a9d8-3180da1b43d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:52.782308Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d9bff1d-c613-447c-b37c-d83760d9387b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two black male learher shoe with word jeremy & su", + "public_commercial_use": false, + "recraft_id": "cb7786b5-fc7e-47ac-8042-1c8bf5ef9614", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:43:58.580302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b763e9fb-1c7b-413c-a245-837580e9253d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in the snow, holding a blue balloon and a red balloon with pink fireworks behind them", + "public_commercial_use": false, + "recraft_id": "e533204b-440e-451f-b4c1-b9a84a82cf8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:19:51.16686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be8d65de-f609-45b2-8f8c-ad23cb4b591d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Shirt", + "public_commercial_use": false, + "recraft_id": "271a6ea1-2670-4c20-bd87-cac076e9b386", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:38:55.169133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e793d90-6317-4d92-8251-21ff9cbcde97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty wearing suits and playing piano, beijing forbidden city, maple", + "public_commercial_use": false, + "recraft_id": "d3e65ac3-7249-4856-b5bc-a49602f26b99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:25:15.269118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1e492e4-6576-4823-b4c4-2270f85be252", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland, Christmas Party, Big Star, Drinking Beer, Floating Christmas Elements", + "public_commercial_use": false, + "recraft_id": "39901822-c86c-4abe-8ead-14ecf7f448ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:54:08.209826Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "27344a05-23ec-4c0d-9030-c1f22a1fa89d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. there is a wood piano. Some yellow roses grows around the piano.", + "public_commercial_use": false, + "recraft_id": "9b12a586-ae91-4a6f-a2b1-fe5094ea1f33", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:15:20.964356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "447097f5-594b-4767-8826-9dcb521dccea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink rabbit doll stands on the grass. There is a big cute mushroom growing on the grass, a puppy doll, a banana doll, and a sun doll.", + "public_commercial_use": false, + "recraft_id": "57513817-48b5-4999-8730-26afe8562909", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:15:27.1324Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7697c050-da12-4159-a3fb-3de9b1a8975d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Traffic light and bicycle", + "public_commercial_use": false, + "recraft_id": "8964ccb7-c726-4ac3-9a1f-a34d923a55ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:27.77985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b37bd1ce-9d69-417a-96d3-080a0e4efd24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "90s aesthetic, christmas vibe, red background setting, christmas tree, old style TV, game cards everywhere, party vibe,cozy atmosphere, entire red backdrop background, exclude human", + "public_commercial_use": false, + "recraft_id": "b801fded-5d3f-4bcf-b4c9-6f72d4e5fb94", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:35:58.380613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b19c738-ea64-4578-9131-958c7ee40e3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pearls in shape of letter \"iAn\" on a pine tree covered in snow", + "public_commercial_use": false, + "recraft_id": "0276b89b-88a7-47db-a75a-77b57e72f494", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:29:39.855386Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fde27cb-a4f1-40a4-9aba-e72a36253afe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white Samoyed is running on the snow with a small yellow dog", + "public_commercial_use": false, + "recraft_id": "3cbe94f6-4024-481b-b3e3-0e51fe7fe791", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:31:42.337497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dba56e7f-1b4c-4531-b159-e7e3fad45429", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty wearing a wedding dress stands in front of the Christmas tree, with fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "d496bf20-334d-42fd-ab22-541811b1859a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:02:47.353952Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65c4f28d-4f31-4779-84a2-046b9e48cd53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed is playing on the grass, with small flowers and watering. The sunshine is bright and there are clouds with the word \"LYW\" written on them, creating an atmosphere of spring and clear details", + "public_commercial_use": false, + "recraft_id": "64fa3458-dc1c-457b-a120-d11df19a59a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:55:07.121136Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "980a8599-63ad-403b-9093-264b92df6910", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty with an AK-47 wildly strafing", + "public_commercial_use": false, + "recraft_id": "d1e7f60a-de23-47e5-8c9d-5516e7d2b4b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:45:01.179627Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "21afe7a2-9e9e-4e75-9d5d-1b5392eec44f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. A West Highland Terrier is playing with a black cat.", + "public_commercial_use": false, + "recraft_id": "e6a6abae-67ab-4065-971c-089a41f5c9aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:08:44.781876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1af424c6-f632-4a94-b44f-71e3ac05ad71", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Crowd of kittens in the snow of Mount Fuji", + "public_commercial_use": false, + "recraft_id": "0fc2dd56-1583-4ea6-8f0e-25d553aa2b77", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:04:10.417139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50209322-487a-4ccb-984d-b838bd3cb501", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland Dog holds a wine bottle and plays in the snow, with aurora in the sky.", + "public_commercial_use": false, + "recraft_id": "fa5440c6-b250-4adf-b469-919c8c754064", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:38:39.067541Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "c032d207-f4e0-4f1b-91a6-9a4031440740", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat playing guitar and writing wei wen wen in the snow on the beach", + "public_commercial_use": false, + "recraft_id": "b5d3db33-398e-40c8-ba4c-0d77fac83f61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:02:53.411942Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb05db9e-26d2-4313-ae73-8004b20dc7d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The temple is on fire. By the sea, there are butterflies", + "public_commercial_use": false, + "recraft_id": "c226633a-0009-4609-aece-970a52dc6254", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:18:28.011373Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bce5b625-5f7c-4690-a2b5-42abd498c490", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "fat Chihuahua wearing pearl necklace drinking whisky", + "public_commercial_use": false, + "recraft_id": "8e1bcbb6-7814-4161-bb32-a873594bb9d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:59:56.425095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "efa48b39-8b04-48d2-b3d6-be7d140e5688", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a capybara necklace with ruby", + "public_commercial_use": false, + "recraft_id": "13b0b45e-3f54-4133-8897-c3f1d0edb74a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:05:14.953743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b9510d1-81f3-4033-afae-1e5417301a16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the left are hills and rivers, where cows are running up the hill from the river. On the right is a red-roofed cottage on a plain, with a few wildflowers on it. It's raining in the sky, and there's a gentle breeze.", + "public_commercial_use": false, + "recraft_id": "793578cf-1f81-4bf2-88f2-32cb187619e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:10:28.374245Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1253629c-658d-4360-8cfc-860ad3615702", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a brown deer standing next to the five letters of 'JOSHUA ' in the green grass.", + "public_commercial_use": false, + "recraft_id": "3a671505-fd64-43f5-8e3b-39227e35acc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:35:23.73874Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "23e37f8a-8199-4c38-b618-7d0c124fad75", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland and a long-haired dachshund puppy wearing Mickey's hat are walking in the snow, where a few pine nuts are scattered", + "public_commercial_use": false, + "recraft_id": "6b51da21-c1d3-428c-99a0-e3e23e0aba66", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:20:56.473545Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be81e4ad-d755-4983-86bb-643f28fdad2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two adorable white Maltese dogs are on the green lawn with computers in their sunglasses and headphones listening to a song", + "public_commercial_use": false, + "recraft_id": "282f1102-3f4e-4793-ac68-8bf21cec7d96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:37:24.599118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "edeed238-6ac2-4aa9-8b9c-44682368a5ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks in the purple sky, a black smiling Shiba Inu, looking at small purple balloons floating in the snow,", + "public_commercial_use": false, + "recraft_id": "588cb14a-74ba-41dc-92b4-b2ddf431068c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:02:06.528114Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "636832b3-155b-47b6-a2d2-a6176c4825ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a giant Christmas tree in the gym.", + "public_commercial_use": false, + "recraft_id": "65561c41-4f80-4626-8be7-4d9518acbc86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:12:01.88288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ee9cfc9-5b20-4871-99ce-f42b31f64ca7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a white table on the grass, full of pine cones, and white feathers were floating in the sky", + "public_commercial_use": false, + "recraft_id": "5df44e9b-a626-44d6-a7cf-18281e6287ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T05:52:36.412325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e1f09bb-90d3-4c4f-a010-59dae061ff1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Front close-up, the cat man has a big cat head, sitting on the big sofa sewing, and the background wall behind is painted with \"Martin\"", + "public_commercial_use": false, + "recraft_id": "c6ae4650-f8ed-4a90-9531-3918fbb987ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:33:33.296937Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "98bc41b3-7b5d-4430-95bd-7dd61d41727a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland wearing an ice cream hat and a black dachshund with an angel halo eating cake on a sheet", + "public_commercial_use": false, + "recraft_id": "de73141e-0c98-43e5-8d74-105c750d59c2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:29:23.445396Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tote shopping bag Plastic pocket On the outdoor lawn daytime Bright light ", + "public_commercial_use": false, + "recraft_id": "5c38674c-fa1d-45c4-b8cf-7f1e9b99c9bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:49:16.151255Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac99da71-9dbc-4902-af49-e9e8542d2218", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Clean neighborhood, there's a Christmas tree on the street, snow and bows on the tree, snow on the street", + "public_commercial_use": false, + "recraft_id": "a484189c-3fc4-4535-bd3a-07cd57397df9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T09:00:51.257524Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e82fee7b-8ffb-4dc2-ae31-714a83115e0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty", + "public_commercial_use": false, + "recraft_id": "d7a78846-03c0-45a0-94d7-5602974f442b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:46:29.357119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "148f3748-f199-4e5d-bd13-f2f5f7850650", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a table with a cake on it", + "public_commercial_use": false, + "recraft_id": "3d0280a6-da24-4b1b-be60-245f8886284c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:46:59.579204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f73432c-14dc-409a-8c9a-d089a7a5a76e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat was standing in a soft white cloud with a cake with rainbow candles on it. Fairies with wings were holding presents around the cat. In the distance was a dreamy pink and purple sky", + "public_commercial_use": false, + "recraft_id": "d6ec5e67-4d09-4ec5-b766-76b7a300745b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:23:35.2587Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ca4f848-26ef-4196-b0c3-caebbb94f535", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cake with xton it, candle number 28, and a snowman,cat next to it", + "public_commercial_use": false, + "recraft_id": "40ca3e02-11d2-44b0-9f5c-07a4284ace50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:20:02.900929Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7466714e-b1ed-4b02-9dc8-ba7ac1b33387", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fire Kinkaku Temple", + "public_commercial_use": false, + "recraft_id": "d8935455-af35-4493-ae06-da76da4502ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T12:21:21.057735Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58b46ef2-8576-4134-b6f6-cc93cbeb5213", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty drinks wine in a Manhattan Warm Apartment", + "public_commercial_use": false, + "recraft_id": "b2eef1e5-c0c1-41c0-9d0b-fab69fa153cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:04:37.949634Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4590c311-4b2e-4d6b-9a02-2c03a3980e04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The monkey who's been looking at the globe is in space and the background of space is the whole galaxy", + "public_commercial_use": false, + "recraft_id": "50cafceb-ebb4-4bd0-995d-d22a9d7c52cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:18:33.658367Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e7f5220-fb20-47b9-b594-88262d979661", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy evening with a green big chirstmas tree two people hug", + "public_commercial_use": false, + "recraft_id": "4f29169d-2cca-46e2-9926-f450a8eab34f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:35:29.421291Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9bf396b-e582-469c-bbda-38bb125ec2ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shouting start become a candle on the cake,with the day number 12.15", + "public_commercial_use": false, + "recraft_id": "b64a5938-a677-454f-bdfa-00ee96247a96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-05T12:09:43.386515Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54f8656a-b673-43a0-bb63-f9cae3109471", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little long-haired black and tan dachshund is debugging in front of windows xp computer with glasses", + "public_commercial_use": false, + "recraft_id": "e89b62af-8a3b-4574-b092-29223d432e6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:42.144453Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f4110b4-d10a-48fe-8367-33a744e2f446", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The breath, is your face, your curves, spreading, evolving, the shoreline, growing out of the most pathetic narcissus.", + "public_commercial_use": false, + "recraft_id": "57a1ff91-994c-486a-a807-de199eca1057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:10:40.922541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c751316b-8132-49ef-954b-a5d7b0791f10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat next to bottle and ash tray", + "public_commercial_use": false, + "recraft_id": "4ec8dddb-af30-4b37-9b78-eb5eabc9e9f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:10:05.572106Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a21819f9-5eef-40ea-994a-6de20e95dc21", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "little yellow cat,hard working,computer,collapse", + "public_commercial_use": false, + "recraft_id": "59cd67b8-aef2-4030-993a-11dea3adf906", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:12:33.455383Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "babfe7d9-7988-4e8c-b756-f5f1fc8afbc1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a panda sits on the beach singing and watching the fireworks at night.with trees surrounded.", + "public_commercial_use": false, + "recraft_id": "e9e37f01-d9d6-4628-afaa-1923d1512cb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:03.469623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "165baaa1-8833-44ff-87ba-c5514258a73c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black Cat taking pictures in the snow", + "public_commercial_use": false, + "recraft_id": "ff0ac9a8-ca36-48e9-ba03-d75dc3ab140f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:57:47.100847Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "617d5922-5d63-4dea-a60a-1f1d57c2693b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little cat, wrapped in a blue scarf and wearing a birthday hat, is in a snowy forest with a lake and mountains in the background. In front of the cat is a birthday cake with the words 1210 written on it", + "public_commercial_use": false, + "recraft_id": "6f054294-a292-4d16-90da-74fdbe01b974", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:09:48.379041Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63d17a2d-30fc-4a6f-9ba5-812381d63f70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are grasslands and snowy mountains. There is a Samoyed with a bow tie and a cute grey British shorthair cat wearing a bow. Write the shape of JCT with clouds", + "public_commercial_use": false, + "recraft_id": "92ca6723-6ce7-4bc9-9304-13d2ecb8aea0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:02:52.076051Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6be340b-f6df-4c90-899d-f6841b5a5d83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white-pattern cat playing in the snow", + "public_commercial_use": false, + "recraft_id": "6e3def03-88c3-42ff-a4d2-6af0b2e7a411", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:37:00.565922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c89cd57d-f61f-4110-8911-46fd83b9d67a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, blue-green fish swim under the starlight", + "public_commercial_use": false, + "recraft_id": "7591bec7-819d-4e42-93f8-f3c8f881f59a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:42:33.950256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7740a25d-3f02-4131-adb5-925be2172414", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Corgi, wearing a Christmas hat, plays in the snow of the Christmas tree on a starry night", + "public_commercial_use": false, + "recraft_id": "56cdf5ec-2a07-4f55-a8a3-02434cf4c79f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:17:34.296994Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3b8eae7-cd31-4d26-b449-d0b1f044a695", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pale orange cat with a light pattern was sitting at a table eating a birthday cake. There was a disco ball at the back of the room", + "public_commercial_use": false, + "recraft_id": "1fd7d655-8528-49a4-92f1-fe3e75b1ba9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T13:50:13.540141Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "765c5704-44ce-4c07-9a3d-b4725c11d4d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink doll in the shape of a small pig's head, with large nostrils and a round head; A blue whale-shaped doll with a whale-shaped body; In the snow, bonfires, light snow in the sky, colorful aurora in the sky", + "public_commercial_use": false, + "recraft_id": "2c10be33-47b7-4339-8729-a3b01501db0f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:01.965083Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ec2614c-861d-4a1b-8a2a-71c6e9f103e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty and colourful fireworks in the sky, there is a round snowman made of snow and snow on the ground. They are outdoors. Its night time. ", + "public_commercial_use": false, + "recraft_id": "7ff6d6b5-87b4-47a2-a4ba-3bc730ef0a69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:32:00.764704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4465a63e-e324-4341-8091-117bbe4d4365", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute,fat Tuxedo Cat watching a book on the grass,and a huge rainbow behind her", + "public_commercial_use": false, + "recraft_id": "263085c7-b2a8-4a95-90bf-b79ca2973b0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:11:58.83853Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "eb7ea4ba-94eb-49f1-ae4c-a17747059831", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowfield of the close-up, two Hellokitty dolls are located on the left side of the middle, snuggled together in wedding dresses. The doll on the left is wearing a black suit and a white shirt, and HelloKitty on the right is wearing the bride's white wedding dress. In the distance is the fireworks in full bloom, in the middle is the sea, there is vast snow, and there are traces of \"ZYX&YYH\" in the snow. The whole presents a warm atmosphere. There is a warm yellow light shining down.", + "public_commercial_use": false, + "recraft_id": "6cb58c7f-f9c4-4125-bc60-53026967f1ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:16:11.059636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9264a8ec-9cbe-4826-b842-56597f91d4b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks composed of stars explode like ribbons", + "public_commercial_use": false, + "recraft_id": "709f2ca1-76ff-4cda-88ea-3bf642fef771", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:23:08.329585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "212d96dd-18da-465c-a815-5926bca04c31", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a little black cat under the cherry tree with big eyes.It looks pleasant", + "public_commercial_use": false, + "recraft_id": "3e6ab73a-63f1-456a-8d98-f079de4cceac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:34:21.749344Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c4e28ef1-f85c-419f-a2dc-55b9ee5265fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, there was a pure white kitten in the snow, a lollipop stuck in the snow, and colored glitter in the air", + "public_commercial_use": false, + "recraft_id": "f319e5a4-f903-4b21-87ae-ef9d03da1115", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:47:19.067035Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "d147a954-8911-438d-a9d2-6c1041077f7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a transparent cube reflects in a standing mirror", + "public_commercial_use": false, + "recraft_id": "cb2645b2-e062-4eb6-a424-11694634febe", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:02:47.351131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f415eed-d616-4267-9a66-e6e691e36923", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow night, a golden retriever puppy, a big chistmas tree, fireworks in the sky sea.they are outside, near the sea. the dog is wearing chistmas hat.there are lots of beautiful fireworks in the sky, more fireworks and some auroura the age of the dog is small. a golden retriever puppy and a samoyed dog. the letters are on the snow.the dogs are playing,.the auroua should be more ", + "public_commercial_use": false, + "recraft_id": "918ed320-6559-4db2-aa96-78425426de07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:03:58.294684Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8dc5d33-ea31-41d9-99fe-cfea51c2070f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Autumn afternoon in Quebec, Canada, with vibrant red maple trees lining the cobblestone streets. Fallen leaves scatter across the ground, and sunlight filters through the branches, creating soft shadows. The scene is captured with a Fujifilm camera filter, giving a warm, nostalgic glow with a slight grainy texture.", + "public_commercial_use": false, + "recraft_id": "84c922be-d8d3-4624-9565-f41e64bc824b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:03.8578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5506d1f7-7aff-4d05-82dc-353ab115fd08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, in the distance there's the sea. A white Kitty cat with a Christmas tree hat is beside a Christmas tree. \"DZX\" is written on the snow, and below it is \"XAXDDW\". There are cat paw prints. It's a melancholic blue night scene with a dreamy effect of light particles and relatively high color saturation.", + "public_commercial_use": false, + "recraft_id": "ac619399-166a-45ac-9764-1c235cc4d381", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:00.034919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6c68c12-078d-44fd-95fd-4040cf919775", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitty looking at the mirror that put in the snow", + "public_commercial_use": false, + "recraft_id": "972904fd-af97-4cde-ad7d-b7a80780dc8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:00:04.062138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de649871-f24e-4b72-aced-276a4de293af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write sabrina the beautiful seaside", + "public_commercial_use": false, + "recraft_id": "59552481-ba7f-47e4-bfac-b060c6a06459", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:45:52.758346Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e98bce27-7457-4a69-8c95-e0efa241d605", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "alpine skiing aesthetic couple photo", + "public_commercial_use": false, + "recraft_id": "a24b2fbd-2015-41b8-8d6b-36c772e7d67e", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T10:03:36.507259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30c8fc9d-6899-4474-9a5a-579111489076", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Spring Is Coming With A Strawberry In The Mouth", + "public_commercial_use": false, + "recraft_id": "055fa2c1-d5e7-40a7-a51f-2cac4e0d813b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:18:13.636458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b67ddcba-b416-4c97-96b2-9e71ea1eb237", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word\"ZYJ&ZXW\"engraved on the snow", + "public_commercial_use": false, + "recraft_id": "5815a1b0-cbf7-4c3a-b92c-ccbd9594bdc4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:02:59.596862Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95a9c1f9-ec0d-4eab-a750-145c2c919ed5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby Golden dog and west highland white terrier,go to the school,read a book", + "public_commercial_use": false, + "recraft_id": "aa66bf87-bd45-4640-972e-f024d2186acd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:30:05.076445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38881308-76b7-44bf-a28d-f50c1fc81ee0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty and the Christmas tree are sitting in the snow, with \"DJY\" written on the snow and fireworks set off in the sky,", + "public_commercial_use": false, + "recraft_id": "02680573-588a-4762-98f0-f408264a91e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:52:28.465095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f6c405a-c624-41b1-afc0-04e1b6de6f59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat Sunglasses Guitar Bow Tie", + "public_commercial_use": false, + "recraft_id": "f3eba05e-d18f-4d14-be10-87814fd36a86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:03:44.395085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "898cee36-0f76-4663-b929-09f8bd738996", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy winter scene, with a cute Hello Kitty doll taking a picture with a camera, and next to it is a pink convertible sports car with a chiikawa doll sitting in it. There is a Christmas tree in the distance.", + "public_commercial_use": false, + "recraft_id": "e7ef4cd4-5d5c-42f3-958f-0859345f67e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:58:32.832215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b5d6dd7-e12b-4912-9455-7074e370db38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground , featuring a cute Penguin in the foreground. In front of them Is a decorative lettering spelling out KYUHYUN. The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "bd36191d-2082-433d-aac3-5c88f4b21ad9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:46:39.927061Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b85fbe4d-d278-40c8-8654-79f6f1dc4975", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brown teddy dog is watching the sea on the snow, with CHZ written on it.", + "public_commercial_use": false, + "recraft_id": "d5892653-dbdc-426c-b10e-e0ff65be1a20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:28:41.606635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1628d73b-b995-4c22-8ae0-f78f56b0169d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Border Collie in the snow, with aurora behind it and the word \"hendery\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "10ae0f8c-2d31-4c1a-83df-85fb054fb142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:06:18.113848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c930149-9f4d-40a4-9bd0-5eacd380cf85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten word \"Happy birthday to FXM\" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow ", + "public_commercial_use": false, + "recraft_id": "c5c2b69d-d28d-487b-8560-62e719f39454", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:22:29.968525Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "121e3463-9af0-4661-8567-217051a87214", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A women sitting front of computer as a designer. Industry vibe", + "public_commercial_use": false, + "recraft_id": "8b1444b4-029f-4a07-930e-ae1314de9049", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:53:33.794259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92065cfb-20cf-4425-b8b3-a12969e587aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunset, a man with curly hair to his shoulders stays here, a scarf that covers half of his face, a lot of fish flying in the sky in the snow, and next to the man there is a very lovely West Highlands", + "public_commercial_use": false, + "recraft_id": "2a35ef82-b2c7-43da-b72c-c6ecc843c836", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:26:48.572162Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f20fdff5-dd96-487a-b0e9-fbaa4535e7e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat grows wings and flies with seagulls on the beach", + "public_commercial_use": false, + "recraft_id": "a05baa48-5f4d-43c3-bc80-b82ab236f9be", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:46:15.985237Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "ef802ae5-a68c-43f5-81f8-02131a8e6e9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty drinking coke, sitting before fire in the office", + "public_commercial_use": false, + "recraft_id": "130a2d05-7f8a-48e0-af14-1e34b3fdff95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:16:05.67038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10e061dc-eeb4-4ccc-894f-736ab3124d01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy , fireworks outside the window, hand writting Dreambox at the foggy window", + "public_commercial_use": false, + "recraft_id": "68e879a0-b0b2-4527-95c3-8965e173b404", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:45:49.221308Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3138465b-dbc6-431a-ad57-905d9d1d7a2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kitty cound tree sea", + "public_commercial_use": false, + "recraft_id": "261079f2-bab2-4e55-8cfc-5cfa9bc53c63", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:56:41.552054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8ef88809-4051-435b-be23-546be6b96745", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white terrier and a long-winged golden retriever run through the snow against a backdrop of giant flowers", + "public_commercial_use": false, + "recraft_id": "c83a8e85-56d7-4c3b-8558-2d046eacca23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:19:51.473376Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "c5791d08-7383-48f1-8015-194d7a790ff6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland dog watches the aurora and sits on the snow. There are snow traces of \"Happy 2025\" in the snow. Large areas of aurora scenery. It is surrounded by large pine forests.", + "public_commercial_use": false, + "recraft_id": "d3066b97-1b98-4a3d-a1ef-9d2fa283a1af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:58:32.528886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63f8b705-679c-4337-802c-abba23e7f29b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty is eating KFC chicken rack", + "public_commercial_use": false, + "recraft_id": "498c3b3c-3c31-43d3-a7e9-c641a09e980a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:57:38.88836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbc9feed-aa8b-4c59-9300-3524f27d1539", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed dog smiling and hold a Bernese Mountain Dog down in the forest, playing, snowing, blues time. Cute.", + "public_commercial_use": false, + "recraft_id": "9b8249c9-30f5-4599-8948-529b8bcdcfda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T15:45:51.045722Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55f325a5-20a4-4ac7-b22d-eae2aca4c159", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cute little West Highland dogs jumping up and dancing hand in hand on the grass, one wearing a pink scarf, one wearing a blue backpack, with snowy woods and lots of coloured ribbons in the background, vintage real scene!", + "public_commercial_use": false, + "recraft_id": "f2a4a53d-8913-4a88-ad01-2201e953698d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:54:02.159896Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b389b6f-2f4d-46dd-bbf6-d949eff57d0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and there are traces of \"LMY\" and traces of cat claws in the snow. Melancholy blue night scene, with the dreamy effect of light particles, high color saturation", + "public_commercial_use": false, + "recraft_id": "107ca106-e3bd-493e-8593-e75a1ca2339f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:50:12.051932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed celebrating birthday on seaside grass, wearing cute birthday hat, chocolate cake, sunset blues", + "public_commercial_use": false, + "recraft_id": "df9859b3-fe23-4322-83aa-124269f4c65f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:31:52.894316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56574b67-6daf-4838-90ad-741d163427ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "golden red fishes fly in the air, watching the sky and moon, many stars shining", + "public_commercial_use": false, + "recraft_id": "5aed59fc-4368-49c0-89d8-eb151c01305e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:30:38.134267Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ebf2481b-755c-4e03-8804-68326aa0325c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blonde, afro curls", + "public_commercial_use": false, + "recraft_id": "753a07ae-5335-4a4e-ab69-a275828009c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:52.795029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee697da9-4f06-4616-9acd-550a08a73d26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Buildings with neon lights shining in the rainy night", + "public_commercial_use": false, + "recraft_id": "6aba3722-1e84-488e-819c-3aa17b2d6ccf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T13:39:39.916397Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "84bb5e32-860b-4152-9478-8399e69602e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"A shadowy figure surrounded by glowing fireflies in an enchanted swamp\"", + "public_commercial_use": false, + "recraft_id": "9c415e5e-b287-4fdc-b627-9beae75e7ebb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:03:53.688339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e17b43e8-7af1-4a06-8d3e-ca9250490526", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sheep is grasing in the room.", + "public_commercial_use": false, + "recraft_id": "b310ab24-3b33-4836-a9aa-c08ff5e6b37c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:02:21.648511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e88ee657-1ecb-4ed4-857c-23eaecbc6432", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow in Winter Hello Kitty holds a cake to wish CSY a happy birthday", + "public_commercial_use": false, + "recraft_id": "00ab7866-9338-42c9-9ba9-6bed657dc33e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:38:36.898769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfd331cf-302f-431c-a4dc-b81c0c071ef9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "American shorthair cat wearing a black earmuff and a scarf, holding a lotus flower, wearing a gray outfit, stands in front of a blue temple.", + "public_commercial_use": false, + "recraft_id": "7f044f27-761e-4fad-a9f6-51581a8b0645", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:11.468357Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "a53d7716-ca95-4edf-98f0-ba57b3fc7aea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the vast snow. There is the sea in the distance, white Hllelokitty dolls wearing Christmas hats and Christmas skirts, fireworks in the sky, traces of \"zly\" in the snow, and traces of cat claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "f5beeaad-45d0-4ca6-ae8f-ca125f0a5dd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:48:08.673493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat on the snow wearing a soft scarf feeling the moment of being loved", + "public_commercial_use": false, + "recraft_id": "3ea8cf89-ae34-42bc-b7b7-f7ae18eb4014", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:45:01.76423Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e607064e-3ade-4cd0-9d9f-42729755327d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The prospect of a lively Christmas market, many stalls, and a warm atmosphere. One of the surrounding cafes is a lot of french window, and there is a huge Christmas tree in the middle of the square", + "public_commercial_use": false, + "recraft_id": "1e21bbfb-74a8-44fa-9da0-0b344e22e517", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T10:30:32.181878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2dc18222-c02b-42b6-8da8-a15dacccfeb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Snow letters LJW&LX", + "public_commercial_use": false, + "recraft_id": "e9de3e23-6da9-403a-9f58-eaa1acd04a57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:33:51.065392Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "153e39d5-337c-4bc5-83f9-be2c9270c7f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are five letters of 'JOSHUA' in pink on the green grass, next to a cartoon cinnamonroll doll in a little cape, and little white pearls on the ground.", + "public_commercial_use": false, + "recraft_id": "ee7f6af6-0c56-42a4-82d0-6480876911a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:13:17.524237Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a7babc5-808d-4ce1-9597-77c13b6a4cf8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cream french bulldog's side face with smaill smile also looks cute and work hard", + "public_commercial_use": false, + "recraft_id": "8293990a-a638-406c-99c5-ac71bfca3b9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:18:11.110495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60c0a690-13b1-47f2-a550-7f3f0a7493d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I stood on a dark blue lake. The lake was endless, and the water and the sky were connected. I have short black hair, facing the starry sky, and the Milky Way shines above my head. I wear a yellow casual top, black casual pants and pure white sneakers. A short-footed blue cat is lying on my shoulder. There are meteors passing by in the sky.", + "public_commercial_use": false, + "recraft_id": "67b23827-5f03-4367-ac11-f12a71c2eb78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T14:18:56.552568Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3595d7c9-1118-49f1-b45b-d13b0aa24c0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lady in a red kimono looks into the camera and holds a black cat as the Kinkaku Temple burns behind her", + "public_commercial_use": false, + "recraft_id": "94a25289-10de-41b9-9488-f15675d3a069", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T10:10:10.504797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29b1993e-ad14-4526-a02b-2991e4d96f29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "four fingers", + "public_commercial_use": false, + "recraft_id": "4806ada9-09b8-423b-a4f9-8efc7e8fd1bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:35:11.166303Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f6bf2168-ee62-4e9b-b6b7-d3bc620f8919", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Blue and white tone, with snowy mountains, snowing, flowing water, and twinkling stars. No people in the picture.", + "public_commercial_use": false, + "recraft_id": "287d30b2-e2a3-43c1-9a90-9abef90b7030", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:49:40.356551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "450f1eaf-e8fa-41a0-bb41-ccea5c5fd620", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Jellycat milk tea", + "public_commercial_use": false, + "recraft_id": "5543d1c7-a3cf-42d5-9d2f-2b26b03bcb51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:47:07.052332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "88d5e204-f533-42d7-b371-901edd1d4a72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute dag headphones sunglasses christmas", + "public_commercial_use": false, + "recraft_id": "c5838d20-45d5-4313-b93f-9d66d1df15d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:06:11.071286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdecaa84-cd5c-4efe-91a7-2ec663e50d59", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pudding dog for Christmas", + "public_commercial_use": false, + "recraft_id": "c96080f1-01a3-4679-81b4-a8aee92c63df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:41:17.259935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e6ad8a8-8195-4520-ae29-887b2f6962f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There was a fruit tree full of fruit in the meadow by the lake, and a few cute little Samoyeds, Bernese Mountain Dogs, and Golden Retrievers picnicking on picnic mats under the tree, with baskets of flowers and a variety of food.", + "public_commercial_use": false, + "recraft_id": "63fe67f3-e395-421e-bb39-d6d1da3c2bef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:03:04.946849Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7caae373-9d24-4aec-92d1-0f179a0ce196", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Corgi and an orange cat, snowy fields,flower,retro vibe", + "public_commercial_use": false, + "recraft_id": "d75571b2-cb4c-4424-9fbe-2b5ba62ccef4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:38:24.232116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f95df86a-983d-44a5-bdae-34ec44178228", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is holding a huge rose against the background of a desert.", + "public_commercial_use": false, + "recraft_id": "728b55bd-efc7-40b8-86ce-8d2708100dfb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:37:59.607695Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"LYL\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "dcf83d49-8cdc-41c1-bbb4-5bc8df0f1010", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:03:11.753668Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df3d9d73-336a-4fef-8999-e12b4fff445f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "When the volcano erupted, it spewed out many US dollars into the sky above it.", + "public_commercial_use": false, + "recraft_id": "71ec1a78-6fcd-4df3-8326-f28a78b4a34e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:56:37.278263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4daeb825-dae8-4e8c-a6ba-3ffb69385505", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Corgi,red Christmas hat, a silver Persian with white wings, snowy fields, a red heart-shaped cake,Bold colors", + "public_commercial_use": false, + "recraft_id": "d4943c38-3b2c-4c09-ad0c-309297b11187", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:28:25.515806Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00c6caa9-7d84-4317-bc27-149243cf8b33", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The man with short black hair is looking at the camera, in the desert, with snowy mountains behind and flying fish in the sky, Dream Core", + "public_commercial_use": false, + "recraft_id": "bf945f03-f14c-4347-b5e3-ca1df5c6e8f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:33:39.723399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6936f7f3-551f-4f15-adff-22314ff98f9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow and white Corgi is using Figma on a MacBook Pro.", + "public_commercial_use": false, + "recraft_id": "f5ed3ff4-d2ff-43c8-8aef-3a945c87b704", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:03:46.952531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "752d3c7b-4817-463b-8037-48e9e32a754e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Snow in Winter Hello Kitty holds a cake to wish CSY a happy birthday", + "public_commercial_use": false, + "recraft_id": "743536cd-9231-4760-9480-5b8f7bfd1d53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:45:56.033355Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "625a69d2-44a6-4922-9090-c8768aaea9b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue hydrangea,Cold cash, Divine,Cashmere, Cologne,And white sunshine,Red racing cars,Sunset and vine", + "public_commercial_use": false, + "recraft_id": "94307e50-c96b-4c68-bc9c-89e7fbcfcfd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:17:35.923699Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2442d2e3-d062-4898-b69a-94ba985fe617", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "One lovely furry dog take a bathe happily ", + "public_commercial_use": false, + "recraft_id": "e8d6a556-069e-4b38-a094-146fe45be735", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:14:59.872569Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "4d936a07-5b31-4449-843e-a06fa4a60a2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the blues moment, the pink pig finished work and rode a road bike through the CBD buildings, wearing a blue duckbill cap, a red scarf, and a cute and charming villain character", + "public_commercial_use": false, + "recraft_id": "1e585267-0ef6-40ac-802b-3a63a30725aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:34:33.582716Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c13bd662-a267-471f-a920-6bc965d69da2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white round-faced lop-eared rabbit wearing a Christmas hat is running in the snow.The rabbit's ears are a very light gray, and there are snow traces spelling \"DUN\" on the ground, with the aurora visible in the sky.", + "public_commercial_use": false, + "recraft_id": "d620066f-73c7-4acd-b3f5-fc7af76ba350", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:17:27.327874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6e5097b1-1193-47bf-8221-22afee3d9bf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the bus stop on the grassland highway, a mushroom vendor is waiting for the bus.", + "public_commercial_use": false, + "recraft_id": "ada5b2a3-be3c-4a60-8f09-695dc470d0c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T11:22:57.458385Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "64d38e53-2f05-447f-83ac-a6d34e678b26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the bag is stuffed with groceries from garden, the groceries are also sticking out of the bag ", + "public_commercial_use": false, + "recraft_id": "c296b433-9a8e-4f31-b670-0d6f588c99bf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:09:22.169256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ba47270-607a-46ee-9bf3-c6e36e235ffd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray English Shorthair and a yellow Golden Tapering cat are asleep on the carpet next to a warm yellow light and Lego", + "public_commercial_use": false, + "recraft_id": "4d364b72-3b38-4c17-a165-586e88255643", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:02:15.339101Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d71217a-3ed9-439d-b344-43f92fe937b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sun, the stars, the moon everything is under my command.", + "public_commercial_use": false, + "recraft_id": "da1c873b-9a2a-47d5-afe6-4d9ad14bd48b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:03:43.721949Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a0d4257-4954-4551-b7fa-bf18cd66d120", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little snow, Christmas tree, kitten with aperture on its head and wings on its back, snowy mountains in the distance, and aurora in the sky.", + "public_commercial_use": false, + "recraft_id": "47c3eb93-a2b7-45ec-a177-49c2a9e84336", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:25:35.892442Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45aa7ebc-4854-473d-9eb9-c4d96da5afc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Border Collie was looking at a nearby astronomical telescope in the snow and wind", + "public_commercial_use": false, + "recraft_id": "3b69ae9d-e932-4e0b-8bf0-977e089f37df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:15:14.492661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b453f9b0-7845-4e7a-9b94-27be7b9884f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a puppet cat next to the indoor Christmas tree.The letters sheep are written on the cake.", + "public_commercial_use": false, + "recraft_id": "5ab96ec8-7d36-4b90-aa79-eccd87c4222d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:33:00.844599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5422aed-8987-448c-a9e5-ed1ce5232d67", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An asian young teen,slightly long hair but not too long,riding horse in the snow,looking at viewers", + "public_commercial_use": false, + "recraft_id": "c2b2bffa-efa8-499e-b0aa-2b56f59a780a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:16:03.368398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b93d94a-b960-4992-8f73-19451306f3d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh and Jerry the Mouse are on the snow. \"X&H\" is written on the snow, and the background is the night sky with fireworks.", + "public_commercial_use": false, + "recraft_id": "bbdf1f82-e66b-4a3e-b5b2-991e9a717da3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:22:26.857211Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3d0c1108-e231-444f-b774-e419acfb73f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man in a dinosaur doll dress plays with snow in the snow and throws the snow into the sky. The doll suit blocks him all over, and this person is in the middle and The man's back to the camera.", + "public_commercial_use": false, + "recraft_id": "cd7fed94-9f09-4118-a4d3-efd711212b19", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:31:27.991055Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "012694cf-371f-44fa-aebc-0835d122d332", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "2000s, a butterfly-shaped purple futuristic television with rhinestones", + "public_commercial_use": false, + "recraft_id": "a89a5d70-1e17-4939-a7a7-9e13600c0ab0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:42:35.500285Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e26f3f67-831e-4118-9b31-e6be237fa82f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The winged black cat has an angelic aura and stands on Jupiter.", + "public_commercial_use": false, + "recraft_id": "d9986e10-4d45-4a21-b77e-cbbfdd00f7f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:03:37.125565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e36ed803-7c42-4270-bdfa-4a45f9d5448a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue eyed cat standing on the snow", + "public_commercial_use": false, + "recraft_id": "0f5c8280-670e-49e1-9f94-b11bebaff816", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:38:06.668912Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7cab87c-cd77-40e7-9263-00c9e79dd7c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a white kitten in a Christmas hat, next to it is a Christmas tree, and \"NYX\" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "e827d1c3-cd5c-45b3-80d5-d34b571cab52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:33:44.003092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19c7cee4-34cf-4ede-aabc-43019cc7589a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " lamb with clothing and hat ,under sea", + "public_commercial_use": false, + "recraft_id": "22b68be3-ae23-40e6-a96b-a978f44ff6bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:48:49.586661Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7be00feb-002b-44e2-8ba1-6c48ba8032ed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a piece of avocado toast on the green table.", + "public_commercial_use": false, + "recraft_id": "3d584173-02d5-4e75-96ba-0179b5c1a191", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:46:16.009145Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9193b856-d220-4f9f-b80f-b28f05c2e0c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cute hello kitty, wearing a rainbow sweater and glasses,head is on fire, is reading a book, the title is Biology, and there is coffee next to it, ", + "public_commercial_use": false, + "recraft_id": "69315fa7-8eae-48da-92f3-e1ff136b10aa", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:24:01.650874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09b0c36a-8755-4723-8e9f-d2f610dd8532", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Sad and lonely blue butterfly", + "public_commercial_use": false, + "recraft_id": "562d784d-a886-48af-83ec-8f29b5a1ea6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:40:08.681623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6539105-17a3-4834-a75e-68a6f7b6697a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Hello Kitty with glasses sits at the desk and the book is on fire.", + "public_commercial_use": false, + "recraft_id": "c94d7b64-fe98-4c00-8f5b-4e1aa61fe6a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:03:28.439918Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66240e3c-1384-4cb1-8564-8a1bda742706", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a birthday at the seaside, and JingJing is written on the cake.", + "public_commercial_use": false, + "recraft_id": "318ed258-d0fa-4195-8640-b2fa927aa3ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:11:17.054771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a40e8811-7657-4526-9081-02a275c6242f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The blue sky, the blue sea with white waves, the sun rises and shines on the snow on the beach, a furry Hello Kitty leans on the snow, and the snow is written with Qing", + "public_commercial_use": false, + "recraft_id": "03b41257-808b-42c6-ac42-33685e7e1f5f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:38:13.567679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c56af966-557b-4bc2-a404-4bfadb2a9887", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black and white cow cat on the seashore at sunset, winter, snowy day", + "public_commercial_use": false, + "recraft_id": "122b61fd-01fd-4fda-92a8-89c69e60d145", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:23:28.113889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2eb38b4f-7662-49f4-be7b-8568f4d51187", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long hair cat is taking photos and another cat is playing a ukulele in the snow", + "public_commercial_use": false, + "recraft_id": "6b09f74d-eb0f-4cbc-95f2-bf500fb8dc84", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:38:47.688138Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03905696-32a9-435e-bebe-a6bdfb9b67a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A goldfish leaves the fish tank and gains freedom.", + "public_commercial_use": false, + "recraft_id": "3483a392-bdd1-4325-9f11-a5d9c76dcfd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:34:38.123049Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34b8178c-d5fe-4712-9a7b-b941d4e29ad8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, with an endless expanse of snow, there is a sea in the distance, and there are dazzling ppurple fireworks on the sea.Sitting on hte sonw is an exquisite whlte Hello Kitty doll wearing a christmas hat and a christmas dress, and next to the doll is an exquisite and gorgeous christmas tree.Write the three letters 'HZT' in order in the snow, with traces of cat claws. A melancholic blue night scene with a dreamy effect of auroras, high color saturation, and clear, exquiste, and romantic images. sea snow and Christmas tree.three letters H Z T is printing on the snow ", + "public_commercial_use": false, + "recraft_id": "baff4d09-4f5e-4974-96b3-7fd9044591c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T15:00:03.112747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15454bd3-c2e0-4391-8774-6fdea488498c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "west highland white terrier,go to the school,read a book", + "public_commercial_use": false, + "recraft_id": "c5df109d-ceb5-4989-abf9-e8f92d278d0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:18:14.257725Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e623b5cc-2ea9-4e38-9c36-5a9bde07874b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute puppy and a cute kitten are watching the aurora in Iceland.", + "public_commercial_use": false, + "recraft_id": "008264c4-9a92-4c32-8657-11ac2a5ef04f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:26:07.773794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dabbc8c3-546d-4ee5-bda3-79e0c1b486ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "winnie the pooh toy drinking coffee by the side of west lake in hangzhou", + "public_commercial_use": false, + "recraft_id": "2fa48ba6-460b-44da-a563-1a899dc855af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:01:33.97974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "456b5651-d3e8-47d9-aea4-b75d51abdb9a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Only a flock of parrots in different color and position) reading together by the fireplace in warm vibe", + "public_commercial_use": false, + "recraft_id": "576d18cb-0945-4320-9770-a69fe1698f60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:48:38.819055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e04b2107-6cf2-47ca-aa58-c83e83a3ccc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "On the table in a beautiful room, there is a three-layer strawberry cake with 1208 written on it. Outside the window is the night sky, with stars and beautiful flowers, plants, and trees", + "public_commercial_use": false, + "recraft_id": "71edcb44-aa80-411e-b5d1-f1bd6cccc6a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:51:19.98681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31d9d8e0-381c-4383-8385-0f8b9b279388", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I looked at the camera, wearing a black down jacket, at the foot of Mount Fuji", + "public_commercial_use": false, + "recraft_id": "5131ffa6-b4a1-4d82-9572-8ba0795a1f4c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:34:43.297942Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6e5f14c-8751-4a94-86aa-28ee88eb590c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "transparent bulbs randomly scattered on a green carpet, top view , photo by Rineke Dijkstra, ", + "public_commercial_use": false, + "recraft_id": "2fabaaa5-3df4-4f8a-9116-af6dfd6f1c2b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:41:21.054872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2808093-80c4-4cc2-8d17-f2c08c4fa8f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter, Tibetan area, grassland, snow, snow", + "public_commercial_use": false, + "recraft_id": "9a844b62-babf-4045-af85-9292cf72b07f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T07:24:01.262826Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2af9e73c-1a41-4a38-93b9-c7e131e94601", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pikachu is drinking a glass of red wine on an inflatable sofa in the snow ", + "public_commercial_use": false, + "recraft_id": "0e5d3e7c-7fd5-4110-b28b-ce7fcc4ed931", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:17:31.434443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fbf698d-2c44-402a-a3d6-88bcf7040701", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a humid dream of lost legends", + "public_commercial_use": false, + "recraft_id": "2c765d66-c2dc-4dbf-a52b-4b9abfb2f65c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:42:33.543934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7dec87a-4d5e-456a-95fd-fec9b0e3900e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty, dressed in Egyptian queen clothing, standing in front of the Sphinx", + "public_commercial_use": false, + "recraft_id": "c7baff67-2e9d-41be-a03e-861fe31115db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:14:58.159498Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1de7ddee-8cbc-4da4-97b3-35ba81817382", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy evening with a green big chirstmas tree ", + "public_commercial_use": false, + "recraft_id": "065b77a5-6cc1-4cf4-bd49-cf8d49df68d7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:34:20.468796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b2df39d-d835-4afd-883e-ff0b4877c307", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Smudge lamb on the snow with butterfly ", + "public_commercial_use": false, + "recraft_id": "6597c106-d9a3-49a5-8447-96d056701dfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:35:45.041907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7112cd7a-c40d-4276-aa42-66ce477b7c93", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "After a long time, I finally want to look up and see that you are waiting for me bravely on the other side", + "public_commercial_use": false, + "recraft_id": "89681707-c1b6-4dfc-a83a-733d015576f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:44:51.380288Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c2f7758-c6d7-4f03-88c8-89bf86804b04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty anthropomorphic as a subject, in the snow, sunlight, cinematic, ice castle, sunlight, clouds", + "public_commercial_use": false, + "recraft_id": "765cd4b9-eeb0-495c-ba32-9140a731fcd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:48:10.444596Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "beca6c86-539f-44cc-9cde-1f098b6a8bfd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snows, fireworks, a cute and orange cat, pink clouds, birthday cake, Christmas, a dog", + "public_commercial_use": false, + "recraft_id": "c8a86534-d7ac-4c05-9731-33e6da4a6d12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:50:42.547212Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a70b96b-fbd6-4bfc-be52-2032c2734986", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty enjoys European afternoon tea. birthday cake. Happy 24th birthday. Rainbow Flag.ZTF", + "public_commercial_use": false, + "recraft_id": "54a1f6f2-03a3-443c-bda2-ce5660a11941", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:12:10.08345Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ed18a5b2-d8d5-42ba-a8ed-149123a84144", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute pony is holding a cake with the number \"Tingting\" printed on the top. Under the Christmas tree, Christmas\"", + "public_commercial_use": false, + "recraft_id": "1c2d7a88-3e56-43c8-b799-231dd901ca68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:03.469623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black Cat plays with fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "ff0ac9a8-ca36-48e9-ba03-d75dc3ab140f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:16:03.594447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87eae813-5c67-4322-acb5-eb121276f6b6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty burns Notre Dame Cathedral", + "public_commercial_use": false, + "recraft_id": "ff6f16a6-f978-4477-8945-0176f54eb362", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:51:01.858194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c87669c-a042-4f22-9f1d-84691001bc7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Humanoid teddy bear with sunglasses sits on the white sofa and drinks coffee leisurely in front of Macbook.", + "public_commercial_use": false, + "recraft_id": "30bf3044-1086-42a6-bbf5-0929d5623d7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:21:54.519303Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "035440b6-771c-4e74-bfee-a040d8bf9454", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lipstick is laid flat in the snow, and the lipstick stains the snow red, and the blood flows like a river", + "public_commercial_use": false, + "recraft_id": "947bbff8-9f77-44a8-ad98-b8cff40ce9cb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:52:49.60218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b7d2951-485e-4c60-a982-ba1d61195b7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black-and white Tuxedo Cats with wizard hat, firework in the sky, seaside, sunset", + "public_commercial_use": false, + "recraft_id": "0d41ddf8-8155-45bd-bb33-3e077cdf50ef", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:37:28.337116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e52432a2-91a9-460a-ae6e-ac1bc5f6fe97", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening, two Hello Kitty sat in the snow with the letters HHWX written on them, with a sea name to be written on the ground between the two Hello Kitty. Fireworks are set off in the distance, creating a warm environment. Hello Kitty is in the bottom right corner of the screen, wearing pink and blue scarves. She wants to imitate the texture of snow, and there is a Christmas tree next to her, which is about the same height as Hello Kitty. Her name also imitates handwriting in the snow", + "public_commercial_use": false, + "recraft_id": "a5260657-e8cb-4344-9dfd-2f9d277c837b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:55:38.562327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a56bb7de-168a-4055-b88c-78da0a952c2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dark gray tiger striped American short cat kitten sitting in the snow under a starry sky covered with blue galaxies, happy and smiling with a wishing feeling, wearing a birthday hat, with a cake in front of it that is a burger and fries, and candles that are fries fireworks effect", + "public_commercial_use": false, + "recraft_id": "6da2b6d8-dc35-4d48-b3ad-1450f0bb5516", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T14:52:33.407166Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "509ec7a3-d0ec-4a7f-bae3-afb10985c974", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty,gun,moutain,pink", + "public_commercial_use": false, + "recraft_id": "bc5245de-2144-46a6-8769-ba3af5aa4201", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:13:51.94959Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21570180-ec54-4849-b044-7307e9a17845", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute calf (white, gray hair) is smiling at me.", + "public_commercial_use": false, + "recraft_id": "813199e0-5149-400d-ae0d-c60b74d9169f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:30:57.967524Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "cefa9ea2-d412-496e-9947-c6b03e03efd2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and an Asian young lady with slightly wavy long hair are enjoying a cozy Christmas party indoors. In the background stands a beautifully decorated Christmas tree, adding a touch of festive color to the holiday atmosphere", + "public_commercial_use": false, + "recraft_id": "446766e3-d19f-4c16-8b84-0b1f9651b556", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:49:34.422326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b75abd5b-5427-4a97-9bd8-042cdb2c3e0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chris eve ", + "public_commercial_use": false, + "recraft_id": "343e2f64-e254-4456-b44a-f69993af4057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:54:34.827342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c017227d-e875-4e94-ba57-3caf4574f05a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow night, vision has the sea, close up is hello kitty doll wearing a Christmas hat, next to the Christmas tree hung with lights, snow written \"CWY\", put a Christmas atmosphere birthday cake, lit candles on the cake, dark blue night sky, with a point of light particles", + "public_commercial_use": false, + "recraft_id": "3e0cafa3-6b7e-47cb-97ff-abb3abf09e2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:28:24.029176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9971df4-00c4-46ed-b69e-dca2d10a4de0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I have got feathers in my hair, draw in my jazz collection rare.", + "public_commercial_use": false, + "recraft_id": "1ee5a371-2f8b-44f7-b7dd-ed640264ef89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:54:38.401093Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9231e7f-b9aa-4353-ab73-0ec3ac25f698", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Totoro bus on fighter with sun glasses in cool style", + "public_commercial_use": false, + "recraft_id": "f6c415d3-d5bd-4f3b-aef0-90d63e5a9504", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:50:01.353266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d313781a-3eaf-4d40-9698-324a1a6e78aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster wearing sunglasses, sitting in front of a computer, holding a pistol", + "public_commercial_use": false, + "recraft_id": "dcd4e3d7-cf55-4cb4-a7e8-006dccf226f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:22:03.691717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36ce32cd-5d3a-4322-a584-9d8846dc3673", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "There is a Bauhaus-style yellow transparent acrylic table lamp on the table, next to a pile of books and an apple.", + "public_commercial_use": false, + "recraft_id": "9924d549-242a-4f9e-9584-79e0d16fc7bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:38:09.429131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7922d3cb-9b05-47ab-bbfc-d4fac75da0a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I have seen heavy rain in the desert and the sea kissing sharks", + "public_commercial_use": false, + "recraft_id": "fe4fe02b-8913-4aff-a217-4f1592e1afff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:24:49.329823Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b99146d-1d55-4a11-9574-07c7704d430e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier is spending Christmas in the snow. He looks white fluffy and tidy. And also ther is a warm bonfire around", + "public_commercial_use": false, + "recraft_id": "65a7afd3-09c3-40fb-915b-e5fa4f27bb89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:43:30.485692Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c899787-ac34-4407-bdb0-00becaab67cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out \"ZYX&YYH.\" The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "9efc9e47-7336-4d4b-9247-37d53146d9f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:25:06.388415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a56e92d-0c13-41ba-a9cb-ddec416e2bd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute, angel cat with big eyes and hold a magic stick, in the snow outside, some butterflies flying around ", + "public_commercial_use": false, + "recraft_id": "9c805986-7d34-4920-9ca1-20158ac35e0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:11:00.680565Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d25486bf-5c95-41eb-9592-d07181db3cb6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A A Midsummer Night's Dream style birthday cake", + "public_commercial_use": false, + "recraft_id": "10d43a35-cf40-458a-94d0-c748ef81e051", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T10:48:23.829406Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "383d7867-0e90-4c79-9d95-ec62b9367b8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty is wearing overalls and has a pair of butterfly wings on her back, playing on the slide in the clouds.", + "public_commercial_use": false, + "recraft_id": "08580a4c-49cf-4a3c-b9da-7f6344835d7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:46:09.449597Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "041a050b-771b-4902-b48e-af612369d253", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Burning pine trees, pink fire clouds,", + "public_commercial_use": false, + "recraft_id": "0d98c3d8-41d4-4711-8236-c607dc526812", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:53:58.468738Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20693641-12d1-4603-bc1e-c8589dee0b7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Five hello kittys in the picture, one is holding a gun and point to the other three hello kittys", + "public_commercial_use": false, + "recraft_id": "31ad0f1c-0af1-49ed-81ff-9fae5ccef564", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:01:36.451478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fd4c543-d2f4-4f98-857d-7e3f228f9671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Front view, a sheep wearing a granny's sweater and reading glasses, knitting on the sofa, with a warm fire burning in the fireplace behind her", + "public_commercial_use": false, + "recraft_id": "d5521a15-0633-45f7-968b-7704c211a93c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:26:42.110905Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f5cfe56-218e-4557-88ca-355041deab25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh is on the snow. Winnie the Pooh and Jerry, the mouse, hold hands on the snow, next to which are decorated with small star lamps. \"X&H\" is written on the snow, and the background is the night with fireworks in the distance.", + "public_commercial_use": false, + "recraft_id": "39a48a6d-0452-458b-8d60-8103ce262e68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:52:54.392427Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "24e50a87-554c-4d57-9b92-d623fb9f6ef5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty drinking cocktails, sitting on sofa with alien on the moon, alien is eat micky mouse", + "public_commercial_use": false, + "recraft_id": "157debc2-b295-4167-b446-51029e49dbf3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:16:08.947155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "gift boxes", + "public_commercial_use": false, + "recraft_id": "647d1b62-711f-4a09-835a-46ac2c5c49e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T13:05:52.983645Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75254909-881c-4d91-9986-117129910fb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the dark night, the cute dachshund puppy has big eyes and its tail is spread out. It holds a Molotov cocktail in its hand. Behind it is the White House, which is engulfed in flames.", + "public_commercial_use": false, + "recraft_id": "2f1bb1d2-53f7-4817-bb17-0ffc6c54bb80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:21:18.636469Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "eeead16e-b544-49b6-b7e2-ef189c6c25d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten and a snowman are celebrating their birthday on the snow, with the snowman wearing a birthday hat and holding a cake. There are sparks in the sky", + "public_commercial_use": false, + "recraft_id": "558470b3-8e8c-41a1-9cf6-bd3fb9be5936", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:40:13.313511Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73940824-4a4e-4cbc-afaa-8223b105720b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow under the purple sky was written peanut.", + "public_commercial_use": false, + "recraft_id": "6b519502-cb09-40a7-8863-7a4d18542813", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:59:20.936956Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d550248a-86df-42fb-8668-6e2d22828f06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening, the sky is blue and there is a heavy snow. Fireworks burst in the distance and the letters wys were written in the snow.", + "public_commercial_use": false, + "recraft_id": "143ccbbe-f986-420d-bd5a-f1fb5fc9bd5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:06:08.339569Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7711d21-f125-4461-ba5f-36e9b1ae0ead", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there was an endless expanse of snow-covered ground. In the distance was the sea. There was a white HelloKitty doll wearing a Santa hat and a Christmas skirt. Beside it was a Christmas tree. On the snow were the marks of the word \"LGY\" and cat paw prints. It was a melancholic blue night scene with a dreamy effect of light particles, and the color saturation was on the high side.", + "public_commercial_use": false, + "recraft_id": "62643f2b-1827-48f1-8e77-b6750e812df7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:51:48.942934Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ca94c88-4d3c-47d9-9baf-771d640f7f70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At sunset the cat and the dog chase in the snow, very free", + "public_commercial_use": false, + "recraft_id": "c884fbd4-06a9-4247-bebc-d0e072955e3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:05:50.550422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0382da98-b41d-4578-8cc4-fa661fba2674", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Leopard using Mac", + "public_commercial_use": false, + "recraft_id": "4f4243a1-68cf-41f2-adf4-b97e69c528bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:33:31.270413Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce19940d-3b87-49e5-b282-f8f46632e08f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute black cat wearing sunglass flying in the snow ", + "public_commercial_use": false, + "recraft_id": "c2efbb29-b392-4ea6-aa85-3de9afc2ac0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:06:17.377485Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75540375-29e3-44ed-8199-520f869bde7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed dog sleeping, A Bernese Mountain Dog kiss her nose, at the seaside, snowing, blues time. Can cut into two icon. ", + "public_commercial_use": false, + "recraft_id": "9a4e0ab3-ace7-4b04-8971-393efe49807f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T10:15:12.002617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4515eb33-d3f3-49bd-8bd8-0221cff4c69d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance, an elephant stands in the middle of a lake surrounded by red water", + "public_commercial_use": false, + "recraft_id": "17ded172-56c3-4481-99bb-1c4fdccbbbd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T15:38:41.353029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b03da99-983a-4850-ba5e-4a698f3e09a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are artificial mountain ,beautiful flowers ,palm trees ,hills ,lakes ,ancient pavilion ,penguins .The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "80beab35-6b6e-4f43-acde-5be9dad2dd23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:39:12.738235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53ac42ce-0ac9-4b4c-802f-6c114c632642", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "In the amusement park anniversary of the cat and dog, the cake has the anniversary of the decorations 0927", + "public_commercial_use": false, + "recraft_id": "a1b96f83-b487-470e-84f6-fab24c4e60f9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:45:16.98069Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5dce9a33-a801-4ec5-960e-60de2a4035cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Ronald McDonald holding a machine gun in the office", + "public_commercial_use": false, + "recraft_id": "d3caf59e-c51e-4653-9b69-7f0ef0c7f14d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:51:25.122982Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "127fdcd3-f363-4860-b250-27360f12c54c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hamster a baby chicken drinking cocktails of passion fruit on the beach ", + "public_commercial_use": false, + "recraft_id": "1c19dc31-8c7d-465c-81d6-c9e2a99e4954", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:15:09.741283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "307f61ce-fc0a-4a1a-80e1-9e92fb5b9030", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The sea outside the wooden window, you are outside the window, I am on the other end looking at you, roses are raining from the sky.", + "public_commercial_use": false, + "recraft_id": "37ecd696-36fa-4754-a109-0ec915eceea1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:43:02.496624Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac795acb-a3f6-4a97-ae89-aeca6cb4c147", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man in a Mongolian robe surrounded by a fire, a fantastic night sky, a unicorn, a long picture", + "public_commercial_use": false, + "recraft_id": "dd195198-90b0-414c-9e95-c58cb13ec471", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:59:29.949477Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pigg is eating the lolipop candy in the grass and showering the sunshine", + "public_commercial_use": false, + "recraft_id": "02d41207-0ad1-45a8-a423-45350e28cab7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:55:45.252404Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea5d10e2-2fa8-405c-8916-81bbb9b76e43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the sky at sea level, there is a balloon in the shape of a letter tied to a string, the letter: \"XCSX\", the sparkling sea, low color saturation.", + "public_commercial_use": false, + "recraft_id": "ba4279b5-4bf0-4ed9-9a60-56aac75dc88d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:16:51.927135Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3aa411c4-e4be-4036-94d4-5cbf21ee74ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fluffy white clean West Highland Terrier on a parachute, wearing a helmet and skydiving gear", + "public_commercial_use": false, + "recraft_id": "51fd62d2-6ccc-4c59-be6f-bf7055c7720c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:46:57.03907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee3eb4fb-e508-4fa6-946e-49fd925d7378", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ultraman Blazar is standing alone in the middle of the sea. The deep blue water is all around him. His upper body is on the surface of the sea, and his lower body is in the sea. The background is the sky at dusk.", + "public_commercial_use": false, + "recraft_id": "9f4558a4-30a4-4ffd-b00d-9d1dae2a3e9e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:54:39.672972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "140f671b-4d11-4fdd-b452-222227d9759d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the sky, a delicious hamburger rain began to fall. A white kitten, wearing sunglasses and a purple scarf, was on the snowy ground covered with yellow stars. The scene was a melancholic blue night with a dreamy effect of light particles, and the color saturation was slightly high.", + "public_commercial_use": false, + "recraft_id": "6de77488-9ba9-47c0-966d-b4075ba5b979", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:11:38.413012Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c3036c1-1674-4b6f-8fc2-9320a09e68a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There was a horse on the prairie by a burning fire, and in the distance two men were kissing", + "public_commercial_use": false, + "recraft_id": "0dc4660d-c880-4ae4-a8ac-77b76e28ead1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:00:19.649541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3144b35a-d632-4ee1-8b47-c9ba17af253b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Plant a rose in the desert", + "public_commercial_use": false, + "recraft_id": "a2bc8a30-e434-4324-a906-fdc0087c21c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:15:30.998396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4fee7a1-23a5-49ff-8c13-93ebd8adbb39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The orange cat looked out of the window and the sky gradually darkened with the evening snow.", + "public_commercial_use": false, + "recraft_id": "67f34846-94b7-4003-aaa0-ed7bd90e33ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:06:07.480431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7c0b8c9-db24-42ca-80a3-a550d1a9037f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat in the room sellp ", + "public_commercial_use": false, + "recraft_id": "73ce147b-14d0-4d36-bb50-c9a2054608e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:41:25.485249Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "287b6543-85ba-4a60-8c50-ec6f9a6c82b3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat", + "public_commercial_use": false, + "recraft_id": "cdf5952b-f0ef-4299-a316-4bd79dd4f228", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:59:25.63Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35da131d-9170-4031-8601-699c09055e14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty is holding lots of US dollars, sitting on the beach, wearing chanel sunglasses, drinking champagne ", + "public_commercial_use": false, + "recraft_id": "94f8fbe7-1321-47c0-a2f0-7c7b555b9da2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:12:03.089704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a1a19c7-30f6-4d84-9d54-c067f1b6103d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty in a black suit stands in a white forest with a red river behind her", + "public_commercial_use": false, + "recraft_id": "b59597aa-c6f7-4bdb-90a9-d5f349f773ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:49:48.36468Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cc38806-51ec-409b-8692-6847b52ce2cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the empty corridor there were many identical white doors, walls and floors white, and in the dim light a young sheep in a green scarf stood in the middle, strewn with so many red apples", + "public_commercial_use": false, + "recraft_id": "c5a05a2e-fdae-42bb-b30e-405f45c4ad52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:36:05.218422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c43a3531-c96c-48be-9318-85ba9e264fba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty, drinking tea, chilling, watching a volcano erupt.", + "public_commercial_use": false, + "recraft_id": "1498046b-65e3-4123-b596-7611907bd8e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:55:41.821282Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f6c482f-9ec5-46f6-8743-6271541bd9a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is using computer under a santa tree besides sea", + "public_commercial_use": false, + "recraft_id": "bcd72766-74ca-4abf-858a-e21c7dde1372", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:14:27.633452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08a7002b-c102-458f-bd50-954c611be904", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland dog and a Barcelo bear doll are together in the dark and snowy day.", + "public_commercial_use": false, + "recraft_id": "34947f3f-bb94-488d-a204-0dfa949dc6a8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:38:30.510207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25e2effe-72b0-422c-ab75-049b79f6711b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Please help me generate an image of a dwarf rabbit with a round and chubby face, especially short ears, around 2 centimeter in a light fawn color, wearing a small pink hat and working seriously in front of a computer. It should be a front view.The ears are erect. It's not a lop-eared rabbit.", + "public_commercial_use": false, + "recraft_id": "ec1b43b8-e6e6-497d-a2fe-a33f0bf0d72d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:31:44.878153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a840f56-73de-4945-8b21-95a2c0a0025c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A group of goldfish are flying in the air, with two white horses on the grass, and snowy mountains in the distance.", + "public_commercial_use": false, + "recraft_id": "460cf71a-c2a9-4e05-bc12-80c77a567d60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:41:23.899304Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "01f29e70-7448-4e1e-a50b-2cc99c3e3cc9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A A furry fox-shaped doll holding a strawberry cake in the snow. The cake says \"December 11th\". There is a Christmas tree next to it. There are many decorations hanging on the Christmas tree. The sky is a pink sunset.The overall atmosphere is very dreamy.", + "public_commercial_use": false, + "recraft_id": "ee336261-36be-43b5-a028-92cf1db5d463", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:14:35.209037Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f4f6b872-67d0-48f2-8508-0b72b6748c7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cow stands on a parking space at night", + "public_commercial_use": false, + "recraft_id": "12cf66bd-71af-4cfa-9e55-7c866caa8f17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:17:50.708516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ebe90a4-638a-4288-8f1f-83e1316c4487", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"wys\" is written in the snow, there is Hello Kitty snowman next to it, there are fireworks in the distance, it is snowing, it is a warm and romantic atmosphere in the evening", + "public_commercial_use": false, + "recraft_id": "bd5375ff-74d1-42c2-900a-c09813f9fdd6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:27:00.660788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4436122d-5a19-465c-a837-2a8d898f3035", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas snowing black cat", + "public_commercial_use": false, + "recraft_id": "a55ac9f3-3c75-468e-a224-93c90ef45bea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:37:13.839368Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6582cfd4-6e31-4e30-8270-70aa7bf2e196", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten is playing with a butterfly in the snow.The three letters Wan were written on the snow. There are beautiful fireworks in the distance.", + "public_commercial_use": false, + "recraft_id": "4849f6e0-8727-45fc-af19-71dce2e3d702", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:50:33.721244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de0631ca-ac72-48b9-8de5-9665437110bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man back wear wh t-sh ", + "public_commercial_use": false, + "recraft_id": "c26d7e78-fbd8-41a1-8cac-b9c33e3bdd07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T11:30:37.513397Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7fe7780-7696-4e3d-b0ba-c4fdac075fb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Pink little Hello Kitty doll, sitting by the seaside with WY letters on the beach, snowy days, sunshine", + "public_commercial_use": false, + "recraft_id": "f7d314dc-f62f-4a2d-b361-6689d6c8113d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:54:43.358301Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1f68482a-dc1d-4b27-8317-8902cb1a70a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Seaside at night, a Christmas tree in the middle of the snow, fireworks in the sky, retro camera effects, fantasy", + "public_commercial_use": false, + "recraft_id": "69820142-8ccb-4a5c-9a27-2a5e6ab16a48", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:59:14.658593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b293e62-b1ea-4977-b44b-857b51cd117a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a white dog with a pair of lucency wings flying in the snowy day outside, and the sky with the purple polar lights ", + "public_commercial_use": false, + "recraft_id": "2fcd73d0-a90c-4453-b791-a31f5e0f29db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:43:16.89243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d95f2b69-5844-40b7-a59a-b91c78c8931f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are Artificial rockery ,velvet curtains,beautiful flowers ,palm trees ,lake ,ancient pavilion ,penguins .The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "3ce0ccf2-4e1f-4e76-baab-00fca55a09cc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:54:53.472811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07c728b6-1489-462f-9702-ffb1be941fa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow night, a golden retriever puppy, a big chistmas tree, fireworks in the sky sea.three letters HZT is printing on the snowfield.they are outside, near the sea. the dog is wearing chistmas hat.there are lots of beautiful fireworks in the sky, more fireworks and some auroura the age of the dog is small. a golden retriever puppy and a samoyed dog", + "public_commercial_use": false, + "recraft_id": "2897637e-d380-4726-82c3-09f36f9028df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:24:46.25774Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6dc56d46-b2ec-4707-a647-8823b32f7548", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lesser panda singing kara ", + "public_commercial_use": false, + "recraft_id": "5fbbbb4e-b7e5-49aa-9318-991173e57e0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T10:29:34.297415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69037458-bb64-4eff-bb86-bab2bb426a39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, blue sky, white clouds, hello Kitty. Subtitles LS XXY are written on the snow", + "public_commercial_use": false, + "recraft_id": "76684417-2255-4f2f-9d03-3677ae840532", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:21.488664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "640d0701-eca3-424c-903d-8a9b4038a4ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A bitten green apple", + "public_commercial_use": false, + "recraft_id": "5b3b338f-8ccb-4c4f-9111-6b89337ba2c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:24:56.648812Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "249410d8-795d-480c-995f-9843687ee1fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats wearing party hats celebrating birthday on a couch", + "public_commercial_use": false, + "recraft_id": "deec0309-dbf0-4079-8a0a-19b8de9fa22e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:22:15.285222Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a0b2bde-af53-499f-9bbf-f21b395d8169", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, BIGBANG letters, lights, burning flames, crowns, rock punk style.", + "public_commercial_use": false, + "recraft_id": "12bec233-4ab1-435a-adfd-d942ee9a526b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:01:44.797786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat-headed person wearing a tutu is painting on a drawing board with an oil paintbrush in the snow", + "public_commercial_use": false, + "recraft_id": "eb411d8a-8a0b-4f50-abb1-0e924295da80", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:04:30.701085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "66edbc6d-8adf-4513-aec7-418606ac0d76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat with headphones and a Christmas hat on its head. The cat is drawing.", + "public_commercial_use": false, + "recraft_id": "53793429-0557-4db0-b1ef-f55e54bef51d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:26:23.66353Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29ade6e8-2153-4c16-bd42-4eeb4bf3488b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the table there is a Bauhaus-style, square, yellow transparent acrylic table lamp without a base. The lamp has a light source, and next to it is an abstract painting.", + "public_commercial_use": false, + "recraft_id": "2ebedfa1-0911-42cf-902f-ece69721b4c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:53:24.423473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "608639c9-1507-4156-93da-0f375a4a09fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Goofy is mopping the floor in the bedroom while a bucket of water beside him has been spilled.", + "public_commercial_use": false, + "recraft_id": "898d1d99-f954-4244-bc0a-8da98c36a4da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:13.851865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b72f788b-dd4f-452b-9bc8-5958f4720849", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Plant a rose on a barren planet", + "public_commercial_use": false, + "recraft_id": "e7b9bf7c-3d77-4be7-a2ec-e60004d09f73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:39:20.913664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1bbfa37f-50f1-4d83-9f59-2c3a520b4967", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two yellow and white corgis were playing in the snow, one with a tail, the other without a tail. There are fireworks, Christmas trees in the background.", + "public_commercial_use": false, + "recraft_id": "530c6830-4e93-4b4f-9a99-944a83eeb58e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:03.469623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat eating ramen in Japan", + "public_commercial_use": false, + "recraft_id": "ff0ac9a8-ca36-48e9-ba03-d75dc3ab140f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:51:31.746828Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bca569e8-be01-4d26-91b8-bc59d252bc1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cherry blossoms are falling outside the car window, shining brightly in the sunlight", + "public_commercial_use": false, + "recraft_id": "4980d730-692f-4574-a66a-22fd4460fdf7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:21:29.377356Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b130451-24a6-4526-b98b-fd47e513ee96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hallo kitty is watching cigarettes by the sea", + "public_commercial_use": false, + "recraft_id": "f351f6e0-7d6a-4b9f-9d1c-2900a78e9e3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:00:25.801766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76c30b6e-603c-450a-8772-63228cadcebe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland puppy wearing Christmas hats in the aurora snow", + "public_commercial_use": false, + "recraft_id": "33f5de71-3888-4a42-82ac-3c14323b4532", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:20:56.879376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e4c50eb8-06be-4843-acca-7d66f31cd2c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handsome Japanse man in suit", + "public_commercial_use": false, + "recraft_id": "c18ce420-705a-44e8-bb37-ef8b1bfb091e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:27:06.648535Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1cc8182-4391-420a-b014-7f9a557d78f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cherry blossom trees under the moon", + "public_commercial_use": false, + "recraft_id": "e4643f53-276b-4cb1-8705-df11940bee47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:56:11.876154Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8d8c92f-665d-44eb-9bb0-c7aab721c21c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Samoyed typing MacBook with poker face", + "public_commercial_use": false, + "recraft_id": "9f6b2ec6-da16-45a8-b39a-586f9409eefc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:46:22.152642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd8a0d92-5928-41dd-9d22-cc3f8e488e7c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white British cat wearing a Christmas hat plays on a starry night and in the snow of the Christmas tree", + "public_commercial_use": false, + "recraft_id": "817085ca-7f1f-49ad-9728-a4872c224174", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:49:51.684298Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "e4b327ba-abc5-4f79-8893-e00d0c9d6181", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hellokitty, wearing overalls and a pair of butterfly wings on their back, is playing on a slide in the clouds.", + "public_commercial_use": false, + "recraft_id": "78bbc008-5fa1-4df5-83d6-95c205306a7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:51:23.18311Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "80c1c2a0-bb12-461d-9456-b12018dc107d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The small white rabbit with the star pattern jumps on the fountain, the background is starry, and the musical notes float in the air", + "public_commercial_use": false, + "recraft_id": "34391854-ae1d-4f87-ac85-28f576360b32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:06:43.430371Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a line in the sky at sea level that binds each letter in the shape of a birthday balloon, the letter: \"BIGBANG\", the sparkling sea, the color saturation is low.", + "public_commercial_use": false, + "recraft_id": "f8cf129d-dcbc-4502-9a55-3c953e71d7db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:59:33.431562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rain frog in a transparent glass box", + "public_commercial_use": false, + "recraft_id": "f25deca2-1bc1-4181-9719-fc51e7e14970", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:40:09.546191Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "759a2fb7-dc81-41cd-8788-1e7f93d8bbe4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland White Terrier with glasses is playing in the snow", + "public_commercial_use": false, + "recraft_id": "0491a5d3-0289-4cf5-84fb-ba8918cdacaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:49:33.376654Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7706bef2-aa56-4724-9c07-a05d3be80a69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Vertical image of Vega in the blue-black night sky", + "public_commercial_use": false, + "recraft_id": "275626fc-945a-40b4-b5a0-8ddf3292827e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:11:36.276979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is dancing in a dance classroom wearing dance shoes", + "public_commercial_use": false, + "recraft_id": "5d06286f-9187-46e6-85b7-9d6b6f8d126f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:11:44.858179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e08f849e-85c6-49b3-b005-943a57368b34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there was an expanse of snow-covered ground stretching as far as the eye could see. In the distance was the sea. There stood a white HelloKitty doll wearing a Christmas hat and a Christmas dress. Beside it was a Christmas tree. On the snow-covered ground were the marks of the word \"LGY\" and the traces of cat paws. The night scene was in a melancholy blue hue, with a dreamy effect of light particles, and the color saturation was on the high side.", + "public_commercial_use": false, + "recraft_id": "7cf3cab7-2f7f-40a5-ae91-526b145556d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:01:33.960179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5ce5883-a103-46ef-8958-8bdbf954d6fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The milky-white adult Labrador celebrates its birthday in the snow and eats cake with his friends.", + "public_commercial_use": false, + "recraft_id": "366ac134-de7f-4756-81c3-67fccede29b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:15:30.998396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c884e57a-9e03-4b40-a525-7d7158f3bf55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The orange cat with a red hat brewed light green rice wine and sat in front of the burning small stove.", + "public_commercial_use": false, + "recraft_id": "67f34846-94b7-4003-aaa0-ed7bd90e33ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:03:57.719243Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy day, Christmas, swinging on a swing, teddy bear, bubbles, cake, the sea, lawn, butterfly, Hello Kitty.", + "public_commercial_use": false, + "recraft_id": "35a48d8f-619c-431f-9015-f61235813d09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:41:26.269009Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "bb4ec09d-5ce6-43e8-937c-d0b2eab12395", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " jellyfish floats around the windows up its way to my eyes", + "public_commercial_use": false, + "recraft_id": "f8f5ca4e-de3f-4813-9447-a9105992c539", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:43:48.57906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "752afeba-704a-4aa6-b474-7de013de90aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A 25 years old cake with bubble firework in the snow", + "public_commercial_use": false, + "recraft_id": "a2c8e20a-3b51-47b5-8949-8e0ed9f852fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:42:11.852256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white birch forest in the snow, with warm sunshine, and a chair in the forest, with an overall warm white tone", + "public_commercial_use": false, + "recraft_id": "0a84a4eb-0cc7-436f-a1e4-324d250cc9a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:19:09.779096Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71cd35e0-ab3f-4730-9ad3-9d5830442779", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the Tianshan Mountains, there are blue sky and white clouds, snowy mountains and grasslands. A cute gray cat and a Samoyed dog are playing around and writing \"JCT\" in the clouds.", + "public_commercial_use": false, + "recraft_id": "5316100d-55ce-4439-acdb-cb008e264ed3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:44:41.759803Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "168e80b1-cdc0-48e7-96d3-00a75e07ddae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Only meadow", + "public_commercial_use": false, + "recraft_id": "c8bc216d-d3ae-4024-aadc-7646ba7ab7e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T15:25:15.920647Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f254135-48d2-4714-bea1-c4c8270b1723", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a very long and narrow metal slide from high mountain top to the mountain foot .There are beautiful colorful plants and flowers on the mountain.The surroundings are sand and grass and rocks.the sky is pink and purple ", + "public_commercial_use": false, + "recraft_id": "f9c722fa-cdc7-42c0-956c-bdb0b5404060", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:00.434497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9615b771-1d8e-4280-bf5f-4e4045622399", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a buzz lightyear toy in the snow. And there is a christmas hat and christmas tree besides it.", + "public_commercial_use": false, + "recraft_id": "78c08a5c-0fb0-4de9-917d-347f6ac96062", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:54:29.045384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8073ed49-3ee2-4f59-98e1-c7a591d59c86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Tulips, apples and glass candlesticks on the table", + "public_commercial_use": false, + "recraft_id": "3880f31e-628c-4674-a8be-08b4d537ff18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:39:55.071215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1b22d03-61f2-47da-9aa4-7bf26944d6d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Sylvanian family puppy and bunny ornaments stand side by side in the snow, with a Daniel & Patrick light sign in the snow and a Christmas tree in the background", + "public_commercial_use": false, + "recraft_id": "3eece6d5-2ae6-4889-a6c5-3416084f8b02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:21:49.687119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83a624ec-e565-4999-8543-2a6af129e396", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster writing diary", + "public_commercial_use": false, + "recraft_id": "664357e6-0e3d-437c-a558-68abe3945182", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:12:55.463877Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83f8f70e-43a1-49eb-8e14-c440f9024f36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy evening with a big tallChristmas tree side sea ", + "public_commercial_use": false, + "recraft_id": "21e13db6-dd12-409a-95d0-4953395ce890", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:27:28.348549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc4d0157-6e13-45f9-9d54-c1e67f6cf391", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The snow sky in the western highlands, with subtitles LS XXY written on the snow, is a small dog", + "public_commercial_use": false, + "recraft_id": "3aa8aa97-680a-42b5-9b2f-a67a1177a9ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:52:49.945812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e37ba416-2189-4003-9229-deb2221828ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A monster lying in a window staring at a sleeping child", + "public_commercial_use": false, + "recraft_id": "d17b1100-81b1-4f67-a6a1-6948fd12d41e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:32:08.335215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f958c66c-bb49-41aa-b3d4-55f59875c551", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small cat grows wings and he flies along the beach with bigger seagulls", + "public_commercial_use": false, + "recraft_id": "f66e5ebc-0602-49d2-b335-73d4b5078034", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:16:29.230705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f88e768-233b-4e90-8720-ba3b281e953f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A grand fireworks exploded in the sky, and it turned into a rain of stars and heavy snow.", + "public_commercial_use": false, + "recraft_id": "47f0d1a9-a8d2-4c67-88c5-8999d881731d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:10:43.006299Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aec0a4ce-c65c-496e-826c-ba736b47fa2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "open up a door finding a people with 2head is greeting you", + "public_commercial_use": false, + "recraft_id": "d743a70f-ebc5-4023-ac74-507b7ac498ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:05:57.930271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09f7672c-aba7-475d-ab71-ac5462059e1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An orange cat takes a camera in the middle of a flower bush to take a picture, flash, butterflies, fireworks", + "public_commercial_use": false, + "recraft_id": "ec81bbb8-647a-4684-9590-6319b5246aba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:08:48.577883Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9f4c32c-a3e2-4141-9adb-9928de30e7d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat with white limbs sits on the beach facing the sea, looking up at the starry sky at night. 17 is written on the beach behind it. The picture is in a cold tone.", + "public_commercial_use": false, + "recraft_id": "4c2c22c2-e85b-4877-a964-06e20bccc733", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T02:59:17.87092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d781998-ab2a-47c0-8f95-2ab4aa913486", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "brown bear doll with white rabbit doll sat on the snow while fireworks went off.They snuggle together.Fantastic effect with light particles, high color saturation", + "public_commercial_use": false, + "recraft_id": "29bfef3c-bdb2-4f95-bf4c-b8ae8127e089", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:58:38.173712Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e1fb7769-949f-45c5-987b-8ac3c48d800c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " yellow sofa with no scripts ", + "public_commercial_use": false, + "recraft_id": "1705e736-9661-440f-b636-945bbeb025de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T11:14:41.423588Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "26e5a85b-7b4e-431a-afaf-05f3896ce856", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat snow Christmas", + "public_commercial_use": false, + "recraft_id": "51413175-5dee-4346-bc2c-b792700fc994", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:10:20.907227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "19836481-96b6-4583-91ae-1c1987973d6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Black cat using MacBook", + "public_commercial_use": false, + "recraft_id": "8843b9eb-55b1-436a-8dce-5491412c7f58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:29:47.793287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d767f56-494a-42dd-8bd7-be2106d91dcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A very long metal slide from high mountain top to the mountain foot .Surroundings are beautiful colorful flowers ,palm trees and penguins .The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "228275ab-3950-4b69-990b-0bf89c99edee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:54:45.920055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57241075-c5e7-4f72-9dda-195c625715bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's snowing on Christmas Day, and there's a beautiful Christmas tree in the snow outside, and a biack cat in a red beanie is running in the snow. The letter \"Y\" is painted on the snow, and only a black cat wearing a red beanie is in the middle of the picture", + "public_commercial_use": false, + "recraft_id": "3fdb9e40-23fc-4617-aa93-8e43b8579dfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:10:40.922541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d3fc7838-0fab-4e92-813b-1682e386d434", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a mountain of takeaway packaging. The kitchen's clean.", + "public_commercial_use": false, + "recraft_id": "4ec8dddb-af30-4b37-9b78-eb5eabc9e9f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:08:03.309665Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a line in the sky at sea level that binds each letter in the shape of a birthday balloon, the letter: \"BLACKPINK\", the sparkling sea, the color saturation is low.", + "public_commercial_use": false, + "recraft_id": "e6868c93-70bf-443a-b90a-872e91c2f5d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:17:03.62177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "896e5503-ec82-42b0-a88f-6bfadf53de56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out \"YE & YU.\" The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere.", + "public_commercial_use": false, + "recraft_id": "5e40e7b3-7805-4d0e-8ef6-5b2aa1a004fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:19:11.152941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7866990b-b4ec-4248-a1af-e37f3ed80ae0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a very long and winding metal ditch like a slide wedged into high mountain ridge ,stretching far into sky.There are beautiful colorful plants on the mountain.the sky is pink and purple and sun is about to dawn.", + "public_commercial_use": false, + "recraft_id": "4ccdde72-8ef4-4ec4-99e1-c666350b20db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:50:11.125583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eec014f3-3206-4d1c-bb85-b5a5d5fe8430", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is sitting on the beach looking at the sea. Anthony is written on the beach, and there are ice cream pizza and coconuts next to it.", + "public_commercial_use": false, + "recraft_id": "8128a266-321a-48da-b0c4-d3c62fc10b00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:54:37.466987Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b02f261-b679-40ee-9a2a-b8e018c0e3b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cute three color cat holding a camera at dawn with spark ", + "public_commercial_use": false, + "recraft_id": "a5922a6c-308d-4660-9175-f25ef5249b0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:12:10.989455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a6940d3d-e675-4c14-8983-0329b85b79c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On Christmas night, a Pomeranian dog is in the auditorium at Hogwarts, wearing a blue scarf, watching snowflakes slowly fall from the auditorium, with a fine and tall Christmas tree in the distance", + "public_commercial_use": false, + "recraft_id": "847148e7-5c77-4b6c-9ece-0cc2f396462e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:06:46.332524Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "383bfc87-b638-4a32-83db-58dccae16ba0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lone student walking down an empty corridor at Hogwarts, the soft sound of footsteps echoing on the stone floor. The corridor is dimly lit by magical torches hanging on the walls, and there are moving portraits and tapestries on the sides. The student is wearing the robe of their house and is carrying a small bag filled with magical items. Their expression is thoughtful, as though they are lost in thought about something important. The atmosphere is quiet and serene, with the soft, distant hum of magic in the air.", + "public_commercial_use": false, + "recraft_id": "93d80647-50ad-49ed-ad6d-f7868da35a18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:46:50.979275Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a273dc3f-190f-445d-9d3e-273ea18c0637", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty and the bear are walking by the sea.", + "public_commercial_use": false, + "recraft_id": "8d71e019-3d7d-4a16-9446-5eb4e1269f54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:08:36.848753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a13d423-1b1a-47e7-afb0-864961fda9a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very cute calf (white and gray hair) is reading seriously.", + "public_commercial_use": false, + "recraft_id": "ee635de0-06bb-4897-80b5-fc2f2f2ccac1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:04:29.237985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d65d0486-ad13-47eb-a3c4-8da1fc1b257d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A doll, Stitch watch the fireworks on the beach in night", + "public_commercial_use": false, + "recraft_id": "58127a78-f792-48bb-88db-af845a04cb8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:22:30.714941Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b20b6e4-49c2-4237-b2cd-544229bd0f54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty dancing hiphop", + "public_commercial_use": false, + "recraft_id": "8e11b22d-6132-4600-8b0a-ce474a45e7e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:08:14.862488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ade8d0df-8c7f-4209-b059-ad0428c00dd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland puppy, with fireworks in the background", + "public_commercial_use": false, + "recraft_id": "d7735c75-f6e8-4821-8747-2a16edd07397", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:08:34.313093Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b613d11e-0642-43eb-8c23-e1d1023c5ca2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A puppy sit under Christmas tree and it is surrounded by a lot of gifts.it look to the front. there are butterflies in the picture ", + "public_commercial_use": false, + "recraft_id": "c42ad669-adb8-4a41-a9a5-920abdeb2310", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:15:16.398598Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8b162482-4382-4174-ad14-faa2ef040493", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray Abyssinian cat standing on the beach.", + "public_commercial_use": false, + "recraft_id": "5b7f5f14-4f42-475e-990d-03a131dd09e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:59:39.08192Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a044d9e5-c43c-4196-8d97-eb6a40ed597b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Only a flock of colorful parrots (in different color and position) reading together by the fireplace in winter", + "public_commercial_use": false, + "recraft_id": "79f3d2ba-90c1-455c-a4a1-31db3aadc97f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:11:09.295257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be96a0e8-1b64-4137-af95-5c3f408e3749", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "ip hello kitty Mall dressing room for a beautiful dress", + "public_commercial_use": false, + "recraft_id": "c7825229-4027-4f76-bb6a-5ff9bd7bdd3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T11:26:04.073581Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "65ea53db-9fd1-41c9-bcbe-be0de397fcad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "golden puppy running in the snow beach, and the bonfire neare by", + "public_commercial_use": false, + "recraft_id": "c6ea5e91-a863-4f03-922e-3d36bb466144", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:10:40.922541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1443cbeb-65b0-4c4f-8735-0c761e3b97e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "green color Gypsophila in a glass vass", + "public_commercial_use": false, + "recraft_id": "4ec8dddb-af30-4b37-9b78-eb5eabc9e9f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:13:33.993797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fb4a950-621a-46d1-92b0-ba5d389d84e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh and Jerry are on the snow, and \"X&H\" is written on the snow.", + "public_commercial_use": false, + "recraft_id": "7cf8995b-abc4-4f2e-8c67-6edbb295b45e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:24:21.166554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8b9ef49-fa77-411a-b24a-c213c942d8ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is in front of the computer and there is a fire behind Hello Kitty.", + "public_commercial_use": false, + "recraft_id": "b61d76cf-e49a-48d0-b883-f901f651968f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:49:20.372747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04d922d1-1f3f-42a8-8d82-712384b3c84c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "rich west highland dog", + "public_commercial_use": false, + "recraft_id": "6537101d-1ff0-4094-abde-467c33e01cfa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:14:51.378221Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "029f69c6-4c2b-46ec-b3af-ce41945062b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Women sihouette with pregnant belly in chair in dimly lit room looking at fire ", + "public_commercial_use": false, + "recraft_id": "76aecf71-fc48-4741-93a9-985500cd0c0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:38:21.650683Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5a70494-1648-4cdb-97d3-98fa7be6d037", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas Day, the bright sky full of fireworks and stars, outdoor, forest, there is a cat wearing a Santa hat, the cat only back, the cat is looking at the sky, there is a Christmas tree next to the cat, there is a snowman wearing a scarf next to the Christmas tree, the picture is very bright and warm", + "public_commercial_use": false, + "recraft_id": "6adbe49e-1a98-46dd-a2cf-63023e8833ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:51:01.391228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c1623bf-4dca-4437-9550-f65870d8a0f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the snowy beach, there is a Hello Kitty toy holding a fairy wand. Behind it, there is a small red house with handwritten letters LX LQY in the snow", + "public_commercial_use": false, + "recraft_id": "26f497dd-1b3f-474d-a510-814c4613d81c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:03:18.606148Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2894dce7-a9b0-4ad8-a5ca-a049b7231599", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It snowed while walking by the sea.", + "public_commercial_use": false, + "recraft_id": "b4cc48c9-4b0f-41a4-ad5a-368ff48bc8e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:41:31.31385Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fd9f6b44-9ab2-4145-a9ff-cfcb547d263b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty writes Niha on the cartoon photo lovely cute colorful", + "public_commercial_use": false, + "recraft_id": "da6992e6-3f9a-46e6-b99b-a201da65cb10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:02:56.75796Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b5315e1-a4ff-46c5-b135-1c7704a75fcc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " In the blue, dim, and silent snowy sky, there is a small golden fur with wings running towards an astronomical telescope in the distance, and its footprints are imprinted in the snow", + "public_commercial_use": false, + "recraft_id": "e2e443b1-5968-4d75-91fc-3d1e45ae10d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:54:13.55786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "209c8c98-a12d-435c-b7b6-f48a8d78b19c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the dark blue snow, there was a a Border Collie looking at an astronomical telescope in the distance", + "public_commercial_use": false, + "recraft_id": "f0d47450-9576-4de3-9ccc-452a73947616", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:46:24.70925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "df2c44ac-7ea6-4a32-814d-b335f0b843f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A donkey stands next to a burning cello in the snow at night", + "public_commercial_use": false, + "recraft_id": "42a2cafb-0d54-4529-ace1-5fbc79b3df7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:49:29.721054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a5cf4086-94e9-4b14-b3f8-7d812d2e01ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A indoor swimming pool full of white tiles, no human, dark , water, ", + "public_commercial_use": false, + "recraft_id": "e3084c97-65fd-495d-ab47-6f861dcf14dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:47:42.095312Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ec30731-8c25-4f01-8410-5b1c7a3e819c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald Duck look at the camera, grand firework in the sky by the seasides, \" happy\" is written in the sand.", + "public_commercial_use": false, + "recraft_id": "caaa1f7e-6415-4c40-8259-2d6ba0ea3140", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:31:44.193329Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "90d8aa93-0fee-43ab-8985-09a02164b2bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute pure black cat with bow on the left ear ", + "public_commercial_use": false, + "recraft_id": "c64a3a03-d1a4-4b4a-abd9-33fccefb3563", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:42:45.984104Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04afc34e-ea31-486d-aed7-e7a4079f6d04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "iceland aurora", + "public_commercial_use": false, + "recraft_id": "9ce5137e-219b-42ce-a7e9-c8a5aa7e7017", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:34:00.492274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "034fc13a-d9a7-4802-a09d-ba8eecd6e56f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty at Christmas", + "public_commercial_use": false, + "recraft_id": "c3d56133-dd79-401e-ae75-e5c0f6a9d03d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:47:46.166547Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c33f410d-ed23-4c5c-93ff-06175472e3a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On rainy days, there are many water droplets on the car window, with a cool color tone. There are street lights outside the window, and there is fog on the car window, so I wrote \"XAVIER\"", + "public_commercial_use": false, + "recraft_id": "ad57db60-88ec-4f42-b6fd-ee51e12cb160", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:10:17.398099Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "21c34573-07f8-4a9a-9d71-d18856c6e455", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and \"HZB\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "3ab34187-1e40-48d7-93b4-68c5c861b780", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:08:03.191029Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f7892feb-6fff-478d-afbc-c949112362a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and \"HXR\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "c46a350b-1804-422b-83b5-7efb7fa413ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:48:00.643541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c608e8e-a451-4d66-b0a3-084d27debf61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Outside the window, the snow was white, and inside the window, two dragonli cats were sleeping closely to each other, lying on a large soft quilt printed with forest, and the big fireplace was burning in the room", + "public_commercial_use": false, + "recraft_id": "c589805c-77d2-4eeb-8640-17582b32c4f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T10:13:02.364255Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d82ad1a-5e1b-42d6-80bb-c38558332dbf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "iceland aurora There are traces of DQ on the snow.", + "public_commercial_use": false, + "recraft_id": "578c765e-3eb9-48f0-b9ae-f09bacb55c3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:46:40.872409Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d6ff503b-695f-4497-b627-feb890b14974", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tweety bird sit at his desk and typed on the keyboard.and his computer is in fire. Tweety bird is very tierd.and a buuny stand by the desk ", + "public_commercial_use": false, + "recraft_id": "12ecefaa-47b3-433e-a853-e8d8ff5a5fe3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:59:22.053985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbe8eb7f-1925-4ba1-9aec-4e8d897c5487", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Plant a rose on a deserted and smoky planet", + "public_commercial_use": false, + "recraft_id": "93043dee-4856-4ff8-967f-dbf25492c422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:43:02.446957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c649580-498a-4fe7-ba1a-2972260b622a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba Inu wearing a red scarf on the front is watching fireworks on the snowy beach in winter, with GWY written on the floor.", + "public_commercial_use": false, + "recraft_id": "25a99388-3dac-4d74-bb3a-ffa52bd26639", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:32:28.872786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ab77540-cc1b-431c-89a0-19f1e412f1c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A rabbit with a yellow umbrella in the heavy rain", + "public_commercial_use": false, + "recraft_id": "3e60a454-818d-45df-844a-589a0088062b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:32:40.553408Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9312ad80-1b7d-45cd-80e9-6d7b60b24616", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, there are two kittens watching fireworks in the sky at night", + "public_commercial_use": false, + "recraft_id": "aecdab4b-3a82-4807-be13-da0b0c4f5254", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:22:59.85825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8bb6879d-3c70-4578-81e0-1dca659a92f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three cats ", + "public_commercial_use": false, + "recraft_id": "b00097c3-f006-491c-935a-c36c414de67c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:01:22.064691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The orange cat sits on the sofa surrounded by stars", + "public_commercial_use": false, + "recraft_id": "ce827565-1f45-4cf6-b106-84f29433d36d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:05:03.151534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55ba2c89-6d48-420d-bc75-aa7f1e25e4df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chirstmas in the snow the whole family with dogs", + "public_commercial_use": false, + "recraft_id": "c68d8361-d770-4e7c-8f24-f86430384d05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T10:39:46.353204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68c8a453-2634-4c7e-8cc0-f7b6c39d0656", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat wearing a black earmuff and a black scarf, holding a lotus flower, wearing a gray outfit, stands in front of a blue temple.", + "public_commercial_use": false, + "recraft_id": "fcc2f4e2-1d12-4b8b-8c09-4975f30ffd8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:53:41.853359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "93a87f33-8ac0-4c31-a427-7123babec4d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A corgi in a Santa hat sits on the couch for his birthday next to a Christmas tree with a name tag that says \"Cookies\"", + "public_commercial_use": false, + "recraft_id": "7f856fce-a942-4af1-870b-f69c0e1cc28b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:50:28.2852Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "361b28cb-2b65-4080-ad60-e7bcdff4111e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty toy holds a cake with words xjw on it and 1206 number candles", + "public_commercial_use": false, + "recraft_id": "182997cf-781e-4592-886b-6186367f8012", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:43:43.534781Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2632775c-ed05-4d72-b6d6-eb8beddbb943", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little white rabbit with the star pattern jumps on the fountain, and the musical notes float in the air", + "public_commercial_use": false, + "recraft_id": "ab56d0c1-7565-43b8-9321-1a9fd94e7516", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:02:59.751393Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "523a2724-bee3-4f0c-9e31-b70868abe36b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, under a dark blue night sky, a white long-haired cat and its owner are watching the starry sky in the wilderness. Both the cat and the human are wearing Christmas hats, celebrating the magical night of Christmas.", + "public_commercial_use": false, + "recraft_id": "65314a17-bcd5-45b5-adf7-cdc06d65173d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:53:57.758959Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "8b5f718c-3ea2-48d4-b739-96f1b8baa79a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a pink sky in the background and a white birthday cake with the letters 'JOSHUA' and '30'written on it on the beach in the evening.", + "public_commercial_use": false, + "recraft_id": "913e2c74-e24a-4d37-86f0-4acd7e9c6584", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:49:38.686005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc1a9bc4-947c-473a-b35e-51a5586f8e4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the background is Mount Fuji, the sky is falling light snow, and behind the fireworks, a Nishiko plays in the snow", + "public_commercial_use": false, + "recraft_id": "b0deff94-bfe2-4ecb-9475-d04fa0e883cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:02:00.832305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57e1e456-fa01-4012-aa59-3961fd9794b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the day of Light Snow, the sky was pure white. There was a little dog with transparent wings on the snow-covered ground in the West Highland, and the three letters \"ZYD\" were written on the snow.", + "public_commercial_use": false, + "recraft_id": "9c6629ca-a361-4a5a-a9ad-3c3bb633c82e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:44:38.291857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ee9dd52-b2b2-48da-adc8-6fc946059c99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A vintage coffee cup with colorful fish swimming in it.", + "public_commercial_use": false, + "recraft_id": "a5256090-b011-4eb2-b1d8-2830d771523c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T10:15:24.080616Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowy , fireworks outside the window, hand writting Dreamcc at the foggy window", + "public_commercial_use": false, + "recraft_id": "2e0269cb-ca23-4eb7-88c4-7a4313166c20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:39:55.404193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3290570e-86c1-4ff8-9dd5-e927108e4aef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wheat in the snow, a migratory bird in the purple sky", + "public_commercial_use": false, + "recraft_id": "005508c6-29c7-4874-9f7a-2aad5a8e043d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:28:13.090699Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "9c411f01-47f9-42a0-a565-75de204dc858", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas hat,christmas movie texture,dog,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,booth,bazaar, pink and green,There's a drawing board in front of the dog,", + "public_commercial_use": false, + "recraft_id": "d0b61053-9f73-4df1-b866-c089ca7eff51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:37:27.252344Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb977d52-1cbf-499a-a014-e98e7b7a31ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba Dog Watching Fireworks in the Snow.", + "public_commercial_use": false, + "recraft_id": "8441e8c0-1556-409f-9d51-a0f64707eb0a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:39:58.753617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a95c21b3-1cbe-46b9-8bfc-62a72d672d27", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A whit dog, a whit rabbit, sea, champagne", + "public_commercial_use": false, + "recraft_id": "66611095-b154-4943-b9e3-c2559772e46d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:03:45.402111Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9736b706-40e8-41cb-813c-a6cddcdbc208", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"ZQL\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "c5e5a210-9f6a-4e1c-99bc-3516cb8ce7f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:35:46.561484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b797eebe-e574-4a14-91cd-5c423c1dfa30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "24years old,birthday cake,a cute little cat, on the glass", + "public_commercial_use": false, + "recraft_id": "ab25be3a-7aaa-4e2c-9b36-6c72c5b45b5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:55:15.537156Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb6bcd47-a0db-4e0a-b261-e036ef8624ad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed typing MacBook poker face", + "public_commercial_use": false, + "recraft_id": "05096b59-304c-4a57-a415-895a9fd36770", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:16:04.128551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c880da0-2ca0-42c9-ba05-fa08b62f8e63", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba inu PhD is working", + "public_commercial_use": false, + "recraft_id": "7da652c2-b859-4af2-a4f2-87aabaa78aea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:53:56.552431Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81c021a0-2e09-4417-bded-b5794dfca5a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bubble floating,Water is being sprinkled on the lawn,The sun is very good.", + "public_commercial_use": false, + "recraft_id": "b60ea172-4df6-4ef6-b8a4-34cbee7864d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:17:39.616736Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b82dbd3-137e-4188-80ed-198497d41514", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two seals at night on a beach covered in broken ice", + "public_commercial_use": false, + "recraft_id": "500fcfc6-0a1e-4df3-aa61-3d30af26d4e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T10:29:29.982513Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf2c3f37-4b65-4d71-b1a3-3737fe4c3406", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is holding fireworks in the snow, with words written on the snow beside her", + "public_commercial_use": false, + "recraft_id": "6053bca4-1d88-4488-901d-7f15d23159ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:56:44.96089Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e1417f7-4a02-46dc-aab0-6cb426a0e548", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten is watching the Aurora on the snow.", + "public_commercial_use": false, + "recraft_id": "c6027a03-9f75-4360-a173-9e5e0873702c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:03:02.854542Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de0d9b4b-21cb-405d-b7f7-6dd7395c60d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a plush Hello Kitty sitting on a patterned cushion, sipping tea while overlooking a dramatic volcanic eruption. Kitty calmly enjoying tea as lava flows down the mountain, smoke billows into the sky, and the glowing eruption dominates the background. ", + "public_commercial_use": false, + "recraft_id": "aedfe4f7-e98c-45c2-87f3-0b3208d01755", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:36:41.593595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2886004b-36e1-49b4-b4c5-6103aaaca25d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A birthday cat wearing cool sunglasses is djing ", + "public_commercial_use": false, + "recraft_id": "c29c6541-58c9-4256-9f3d-f686b6844692", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:02:37.43398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7ea1984-fe5c-4c88-b018-abf557a8ea0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat and a black puppy sit on the surface of the earth, looking at the world, with a small wooden house wrapped in plants next to them", + "public_commercial_use": false, + "recraft_id": "c63accda-47b1-4822-8af0-e933a5637c54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:58:44.139866Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5474237f-45a6-4f33-8c1b-e2b431c83f03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed celebrating birthday in a house with Christmas decorations, wearing cute birthday hat, chocolate cake,", + "public_commercial_use": false, + "recraft_id": "9f64e37f-fb14-45d1-b17b-2f23f1b364a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:17.836313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b19884d-2362-44ae-8881-0f86c4f08665", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black Corgi wearing a red Christmas hat and a silver Persian with white wings, snowy fields, pink tulips, and a red heart-shaped cake with the number 1 written on it.", + "public_commercial_use": false, + "recraft_id": "a1044fe8-a266-48b2-b54e-79933a9b547a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:47:42.053099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eec5f223-81b8-4b56-91b5-1b0d8db36737", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of smoking goat gentlemen", + "public_commercial_use": false, + "recraft_id": "57e1b5df-161e-44df-afd4-d822d7c53bbc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:08:48.486161Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9ac71ca-bba8-4d24-92bc-22e43f2af96e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat carrying a flower in the snow, taken from a selfie perspective.", + "public_commercial_use": false, + "recraft_id": "e4aea0d0-ee2f-421d-9478-5fe1d427101b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:49:17.706605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fcc9455-18a8-4642-9c9b-37a7b67f65a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There's a cute Hello Kitty doll sitting in a bar drinking. It wears a polka-dot red dress with a bow on its head. The bar is dimly lit and the lighting is colored like a disco. The wall opposite the bar is filled with a variety of liquors, and snacks are placed on the bar.", + "public_commercial_use": false, + "recraft_id": "31f87391-f707-41a0-aa43-58faedf981f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:32:45.335218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e0c224a-42c6-4813-9e4b-b055a9ad9f80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "And we walked down the block, to my car", + "public_commercial_use": false, + "recraft_id": "ada4be22-f08c-4668-9b1d-d4769d5de3fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:21:48.986398Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "308e1690-e0a0-4a98-8393-abd122eb79b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The volcano is erupting above, and two cats are running in the snow below", + "public_commercial_use": false, + "recraft_id": "ca1bfbc7-4032-41f6-8c62-c960a1beb6b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:42:31.135659Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42918650-0940-4805-89a4-aacdf39968aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Light snow Christmas tree Miffy rabbit transparent wings in the snow", + "public_commercial_use": false, + "recraft_id": "244612f0-79d7-4114-a54c-31ec675f7a5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:25:52.443788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "086dc016-38c0-4245-b4b2-092195c46193", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A typewriter had the sosobi logo written on the side, typed out strips of paper that said 2025 and various lists, ", + "public_commercial_use": false, + "recraft_id": "93ab1e2c-c220-40d1-8e6f-82fa59dd6422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:43:11.020635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c9ce824c-cfaa-492c-9b67-04ff9bc10a89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are many stalls in the bustling Christmas market. One of them is a cafe with many french window, and there is a huge Christmas tree in the middle", + "public_commercial_use": false, + "recraft_id": "9aaf59a2-a4b5-452e-b53b-a044e3f49b50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:43:36.756176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c51db137-8627-4b24-9236-0e0e4260e796", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Outside the window, the snow was white, and inside the window, two dragonli cats snuggled up to each other, lying in a large soft quilt printed with forest, and the big fireplace was burning in the room", + "public_commercial_use": false, + "recraft_id": "58d838d6-5b6d-4693-9f32-f61ef0ab7844", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T09:57:25.947407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8ec7df3-d853-4576-876d-4af6a8a2b2bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were yellow stars in the blue sky and a Christmas tree on the snow. Next to it was a white kitten with dark glasses, a purple scarf and a hamburger in its arms.", + "public_commercial_use": false, + "recraft_id": "88752d4a-122d-4fcd-86bb-8dba0ba72bc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:50:47.783737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b224f7a5-1ec5-438e-929e-53fde527d6a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Backpack", + "public_commercial_use": false, + "recraft_id": "482ca410-0ca6-40f0-a5c2-4e0807c98142", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:35:30.015007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, a kitten in a white Christmas hat, next to the Christmas tree, and \"lan\" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "c2498626-85df-41bc-8ef2-38c499d18b58", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:10:00.558948Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56424cc4-0bc3-4f60-bc02-2645c5ecc707", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two white Pomeranians in the snow, with some beautiful butterflies around them, and fireworks over the forest in the distance", + "public_commercial_use": false, + "recraft_id": "2b873861-f28a-4b8d-b8db-a4b84c1e3035", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:18:11.966897Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b298072a-5b29-4730-99dc-e8c091a04eaf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Guinea pig wearing green alien glasses", + "public_commercial_use": false, + "recraft_id": "7ce61216-e67c-4ad9-a8d1-3442ba133a47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:05:43.085711Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "527edd66-10c9-4f5f-b19f-ce13ae8ee039", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Silver crescendo like a human, with wings like a human, a Silver Shaded British shorthair in a shoe-pink pompous dress stood on a stool with a cake on the table", + "public_commercial_use": false, + "recraft_id": "ee363b30-00e6-4177-b528-3ddab5143321", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:19:15.609449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ccc05be-d9be-44ad-9620-f005e6925448", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A two-color hairy fox terrier with pilot glasses chasing stars", + "public_commercial_use": false, + "recraft_id": "1b69685d-22bd-4def-8472-7357b08b4f10", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:37:11.091753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d4bc964-0c27-4fd3-83e3-44d31230eaed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small orange cat with a Christmas hat and a bell around its neck sits under the Christmas tree with lots of Christmas presents on the ground", + "public_commercial_use": false, + "recraft_id": "bd0e4759-15eb-4778-95e6-7247a131eede", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T09:50:22.782316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6b73066-7508-4854-ad21-2d62a8c63917", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute capybara eats a giant eggplant with a peach on the side", + "public_commercial_use": false, + "recraft_id": "73a972b6-4764-444d-9ebc-fcf6d18191c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T15:06:30.504784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a34cd050-6911-4863-8124-7085fcc9eb07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, drinking milk tea in the snow, with some flowers planted in the snow", + "public_commercial_use": false, + "recraft_id": "127bbddc-4d9f-4772-9f71-3001ae74e207", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:09:56.456423Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "46cf6412-43c9-44e3-8d5d-cb54ac5950e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a pink sky in the background and a white birthday cake on the beach in the evening with 'JOSHUA' written on it and the letters '30'.", + "public_commercial_use": false, + "recraft_id": "67a7692f-9de8-450c-a5c6-c20ba92024fa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:21:37.005512Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb30e69e-200a-4370-9667-749fbeceb46e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A shiba inu PhD is working but she is tired, in pink vibe office", + "public_commercial_use": false, + "recraft_id": "e80872de-5f89-49a0-a984-c0dbe3d04ea2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:27:51.95122Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "734cbbe6-3593-458b-9851-0a54166ccbcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a dimly lit room, a donkey at the center, a rustic wooden board between visitor and the donkey. A small coin-sized hole is cut into the board, allowing visitor to peek at the donkey for a fee of five yuan. A sign near the hole details the rules: \"if the donkey notices the viewer, an additional charge of 100 yuan is applied. On brighter days, the viewing fee increases to eight yuan.\"", + "public_commercial_use": false, + "recraft_id": "53f672a8-5015-4aec-a7d1-c543ec8a7af9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:32:06.752499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c79b412-44a8-40fe-9556-b0779975250d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "graffiti on the wall text \"DTVERON\"", + "public_commercial_use": false, + "recraft_id": "b46e9f66-90ae-438c-8a55-91547913874d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:23:15.211079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fireworks, snow, aurora, snowy mountains, little golden retriever, snow, night.", + "public_commercial_use": false, + "recraft_id": "5575ef82-d898-41e2-b7b1-7ab0512f6c9c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:56:34.096938Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "6f8d7538-db5b-4bfe-bdb8-f60962fd4dec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were fireworks in the sky on a snowy beach.", + "public_commercial_use": false, + "recraft_id": "628e45c9-d901-45c8-9366-aec611088bde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:44:05.104403Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "12a698dc-20b2-4227-a1eb-a536ce779e91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Even though the cat met all the sadness, but she was still willing to go", + "public_commercial_use": false, + "recraft_id": "e1f5e40e-33d2-4ce2-a361-83c21e97f9b4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:17:49.183721Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "34f69091-b53d-421c-962b-5eef846ec882", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With Butter bear play tennis", + "public_commercial_use": false, + "recraft_id": "4dd4e5bf-bd09-431a-8ab5-7951a17c5228", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:49:38.593957Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f774356-0c24-42bb-89f7-4c8cadfbd09c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HELLOKITTY in a cute outfit working in the office.", + "public_commercial_use": false, + "recraft_id": "a0493e61-0626-4f38-886e-c59b4bfe0fd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:00:04.212528Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6ffc0ded-fee4-4ef3-abb1-23e1892c88fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Vending machines, heavy snow, night, warm street lights, street scene,Christmas", + "public_commercial_use": false, + "recraft_id": "38eb246f-1061-41d6-b518-5baf97b79eee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:17:09.619259Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Butter bear play tennis", + "public_commercial_use": false, + "recraft_id": "b1c6810d-914f-44ed-b006-973006bb0542", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:32:47.947507Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46185d31-3de1-4819-9132-c7ec782ab508", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little rabbit with wings writes \"SNOW\" on the snow", + "public_commercial_use": false, + "recraft_id": "ad34a2e0-81f1-42bd-b4d6-8dda568bb28f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:07:47.749241Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e933d22-39e4-45c0-822e-c5cbd97d37bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat with wings is chasing butterflies in the snowy night.", + "public_commercial_use": false, + "recraft_id": "00877c90-4b89-418d-953d-b61846632489", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:15:31.562606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "647c90ee-f519-4880-b5e5-edc2f6a7afd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "golden puppy, night, snow beach,bonfire", + "public_commercial_use": false, + "recraft_id": "467001c4-9836-4c80-9520-45601bc2571f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T13:08:02.768785Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Ornamental fish are sold in the market, and a child looks at the school of fish inside through the glass. The child is a blurry outline, photographed from the perspective inside the glass", + "public_commercial_use": false, + "recraft_id": "4b5bc3c5-7941-4231-b7f4-f0654158d0ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:28:05.803681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f8b9f0d-c82a-48f6-b547-3348afe1bd74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten is sitting in front of the computer, playing games. It gets so angry that it flips over the keyboard and holds a knife in its paw.", + "public_commercial_use": false, + "recraft_id": "3dee3424-4208-4ace-be75-c47464188e36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:50:59.599069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e41658f4-5f34-4760-adc2-de58410abd42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mickey Mouse wear black formal business suit with a tie and black formal oxfords shoes and black silk socks look like a suceessful business man", + "public_commercial_use": false, + "recraft_id": "fb333d13-2000-457e-b825-d223216a104a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:47:51.651264Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a88b7ceb-805e-412e-b883-8288bda5c22e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland Terriers, two of them, newlyweds dressed up, cheers, Fantasy Lights", + "public_commercial_use": false, + "recraft_id": "11ee1b14-6050-4598-9ce4-965f96f5fd3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:18:16.650474Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "46fc4095-300d-4a1a-97f5-47657dbf9c80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A typewriter had the sosobi logo written on the side, typed out strips of paper that said 2025 and various lists, and then a person's hand reached over to take the printer paper", + "public_commercial_use": false, + "recraft_id": "a599b67e-9bd2-4d1a-a56e-6f34dd7ab658", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:25:12.206551Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e088852-1cb0-41d7-b2c4-aad60eda323c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas snowing black cat with blue elements", + "public_commercial_use": false, + "recraft_id": "d038afab-4aa5-4cdc-96fa-d197e37c2a96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:59:59.183616Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4439d5dd-775d-4516-bb6e-fdc52d6c1365", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed celebrating birthday in a house with Christmas decorations, wearing cute birthday hat, chocolate cake on the table,", + "public_commercial_use": false, + "recraft_id": "02309567-a9ff-4752-98fe-80d065dc6b89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:41:07.697426Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The 50th anniversary image of Hello Kitty wearing a Santa hat on a green grass in the snow.", + "public_commercial_use": false, + "recraft_id": "7137cc1e-d6f9-4946-80d3-058052467d1d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:39:05.891004Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40b7058e-553a-4b41-ac38-36f39c6c3df3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, the neon lights in the air say \"X&L\", the back of the black cat, the back of the white cat", + "public_commercial_use": false, + "recraft_id": "b176e0f0-ae3c-4239-9ad0-d93a0c218324", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T08:41:54.567968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06586828-1077-4669-8f67-a0a1b0d50a02", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Japanese style Mysterious ", + "public_commercial_use": false, + "recraft_id": "971efead-dc5a-4f52-8d03-04bc9c631ddc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:03:32.072636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7681df6f-c188-4584-8ef8-00f94e845f5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever is running in the snow with dog footprints. Next to it is a big snowman, and there is a Christmas tree with fireworks blooming in the distance", + "public_commercial_use": false, + "recraft_id": "9c09831e-02e5-4d62-bdb8-8c75d8502934", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:19:50.822575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14978718-d665-44ce-a387-fd938524fd34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word \"nancy\" written on the ground.", + "public_commercial_use": false, + "recraft_id": "22bd7dcd-27ef-42a2-abf8-fccc9d6e635a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:57:32.052885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca5ff7c5-5bc7-461c-a458-cdb359cdb303", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "winnie the pooh toy drinks coffee by the side of West Lake in Hangzhou", + "public_commercial_use": false, + "recraft_id": "5066c04d-290c-4b4e-955c-0511cd6d3207", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:46:52.891256Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1982a342-7b77-4842-ad1c-200f7616304a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kanye and Drake are playing in the snow in large cotton clothes.", + "public_commercial_use": false, + "recraft_id": "191a6fde-60b7-4de6-b201-33c47fe4866d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:01:22.645578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ee7b6c8-e24e-4614-80fb-58a3f41cb422", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write in snow:MINGYU with a baby golden retriever sitting around", + "public_commercial_use": false, + "recraft_id": "5faca486-ed05-4c74-a718-4fa20ce83d00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:01:34.005802Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c8038c9c-eb66-4b86-9662-264a35ec4ece", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver crested kitten making scrambled eggs with tomatoes", + "public_commercial_use": false, + "recraft_id": "3e4e0f98-0425-4b50-b793-08710fd36c6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:14:35.740427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b80cd9b8-09d8-4e20-9899-7c711b87811a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little daisies in the snow.", + "public_commercial_use": false, + "recraft_id": "65a71221-8d41-4267-b14e-45309b6b514f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:51:59.605315Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "876ea6fa-35d3-4c15-b245-0c711f5ed00e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On one side of a table tennis billiard table sits a white Samoyed and a white kitten two ping pong bats and a ping pong ball The white Samoyed is wearing a collar that says hope the white kitten is also wearing a collar that says super sha", + "public_commercial_use": false, + "recraft_id": "369254a1-6c75-4278-91e9-1a25457ae752", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:09:10.527008Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d76a2c3-4459-4a4e-9fc4-0341e0f5826b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat penguin merry Christmas", + "public_commercial_use": false, + "recraft_id": "42fb3b91-acb6-4184-9377-195432ae1875", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:56:04.363771Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4dec1039-a89c-4ecf-95fb-4d67fa92c076", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter, Tibetan area, grassland, snow, heavy snow, night,", + "public_commercial_use": false, + "recraft_id": "24f98da5-d1d1-4bd4-aa4d-8872ba08fcc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T15:29:16.611617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d95e914-3cc6-4eab-a80c-95a59c1379a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Five rabbits and a deer, winter", + "public_commercial_use": false, + "recraft_id": "8b2c09ad-e9a5-464f-a285-3605236ae757", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:05:50.930874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aad1f15e-f38f-47bc-b8a2-a620ea0a6781", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A young man wearing a black Tibetan outfit with accessories, riding a horse under a snowy mountain, facing the camera in mid to close range", + "public_commercial_use": false, + "recraft_id": "94993881-1440-49fb-bb5e-791031ce4e97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:27:32.160904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6a66374-81a5-414d-940a-6db4da635ce7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the burning server room, the uncle in Mario's clothes is operating the computer on the table.", + "public_commercial_use": false, + "recraft_id": "fb67a212-dca9-45d1-925f-0c9145be1c99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:54:01.017938Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfe774c6-9edb-41ab-8150-c94bb4c04825", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A birthday cake with birthday candle shaped as \"Christmas Cat\" on it. A cat stand near the cake.", + "public_commercial_use": false, + "recraft_id": "65f59e47-87bc-4d9e-b61d-0612275433f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:14:52.276522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56fde20a-ee46-44e2-8cfb-d9e5001f7aff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "forest snow midnight swan sleeping in the lake", + "public_commercial_use": false, + "recraft_id": "2081b119-ae5f-432e-9049-87d1f5e0fc1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:25:38.564533Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "00f19b37-155c-4357-89d0-ac1f9e44f19f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is a white cat with blue eyes playing with butterflies, and there is wys written on the snow beside it, and there is Hello Kitty beside it.", + "public_commercial_use": false, + "recraft_id": "46069fc4-04c7-4cc6-814c-394962fc79f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:22:23.987534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18797110-c9ef-4fa7-aa3b-f7a66d1db5c3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The wooden square table has an empty bowl in the center", + "public_commercial_use": false, + "recraft_id": "295e6e3b-1b26-41cd-b114-eef475e63bdc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:33:07.174451Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5266a0b-225c-4dd2-a608-43409a033afa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On the beach of a tropical seaside resort, there is a white cat like the little cat Mary, very elegant and girlish", + "public_commercial_use": false, + "recraft_id": "6e4d100e-fd27-4242-a754-84480926eacd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:28:31.551181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "553d2971-e361-44cb-8943-2bbda9389354", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty in the snow next to a Christmas tree and fireworks", + "public_commercial_use": false, + "recraft_id": "7276ac93-0103-4394-b10e-c27c8a11cb41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:12:54.1848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "797b2713-f045-4290-9cc6-92c2e3c5aa78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white cat was driving and drinking in the car. Outside the car window was a burning house surrounded by woods", + "public_commercial_use": false, + "recraft_id": "2f0988b4-70c7-465c-bc45-76491db88f79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:56:08.461736Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "New York", + "public_commercial_use": false, + "recraft_id": "fc773512-cfa6-4e54-91b8-076dd0160175", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:49:44.294848Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aecfc287-1cf5-475a-8733-6b7e02cccea5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I'm sure we're taller in another dimension. ", + "public_commercial_use": false, + "recraft_id": "16f167f1-c6c6-4e3e-891e-c06af19676fe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:38:10.680521Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0e089bd-a584-4719-9bc1-4b1ffd5d0bda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten sits on the edge of a frozen lake, staring curiously at the snowflakes reflected on the ice, surrounded by a silver winter world.", + "public_commercial_use": false, + "recraft_id": "3788de33-02c8-4eb6-9e8d-3814a62d61db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:56:35.440906Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9e43aec-4619-4804-b218-0ee6d151cae5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "In the foreground of the snowy ground, two HelloKitty dolls are positioned slightly to the left of the middle, cuddling up to each other while wearing wedding dresses. The HelloKitty doll on the left is dressed in a groom's suit with a black suit and a white shirt, while the HelloKitty doll on the right is wearing a pure white bridal gown. In the distance, there are blooming fireworks. In the middle ground is the sea and the vast expanse of snow, and there are marks of \"YTB&XXQ\" on the snow. The whole scene presents a warm and cozy atmosphere, with warm yellow light shining down.", + "public_commercial_use": false, + "recraft_id": "70d86983-4508-47a1-b502-60921e512729", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T11:19:10.695963Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "229622af-e404-41f7-bae1-054f166912b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the foreground of the snowy ground, two HelloKitty dolls were positioned slightly to the left of the middle. They were snuggling up to each other while wearing wedding gowns. The doll on the left was dressed in a groom's outfit consisting of a black suit and a white shirt, while the HelloKitty on the right was wearing a pure white bridal wedding dress. In the distance, fireworks were blooming. In the middle ground was the sea and an expanse of snow that stretched as far as the eye could see. There were also marks of \"LF&LGY\" on the snow-covered ground. The whole scene presented a warm and cozy atmosphere, with warm yellow light shining down.", + "public_commercial_use": false, + "recraft_id": "f9610c78-de8e-45f5-bbf4-7eb3e553ff43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:29:12.153152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90c6c658-cd00-47f6-ad1c-91e1be105cea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The back view of a black cat ", + "public_commercial_use": false, + "recraft_id": "0d484a8e-74c9-4de8-b35e-9ef761cf7bc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:17:26.868153Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "226bb0ca-67a2-42f4-9529-6d176da9d3ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are big fireworks in the pink sky. hello Kitty is standing next to the Christmas tree with wine. irik and zhang are written on the beach.", + "public_commercial_use": false, + "recraft_id": "ffc2e847-ca3e-4ee0-8e9d-592fc4ff7fc6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:20:54.673333Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "There is a yellow transparent acrylic table lamp on the table, next to it is a pile of books and an apple.", + "public_commercial_use": false, + "recraft_id": "762ca684-9a02-4c28-8948-bc5900bc1f53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:29:04.540884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87d4082f-3eef-4975-82a9-aea54d39c8d9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat grew wings and flew with the seagulls on the beach", + "public_commercial_use": false, + "recraft_id": "b3c7bf84-c816-4682-8ad4-7ca5250509d1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:58:56.246438Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "383aabaf-2c73-4dcd-9332-d259a1a80416", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Round birthday cake, a candle, bouquet", + "public_commercial_use": false, + "recraft_id": "474a6f08-9361-42a8-a651-7459e3f7e12f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:37:35.502201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "68f71994-cf52-43e7-afab-f1819b58b102", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty drinking the wine watching the burning volcano, both in outside", + "public_commercial_use": false, + "recraft_id": "c44ca091-9b34-4eb1-af50-9eed04d5ca87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:35.219157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b87d98a-a8ab-4baa-a570-0783c9e3cbda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat works in a coffee shop", + "public_commercial_use": false, + "recraft_id": "d3b27f34-a8e1-42a8-938b-9f074f360cb4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:00:43.467531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8da7757a-da94-4954-9106-a8f8758fee83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Siamese cat and a winged orange cat on the snow, surrounded by flowers, auroras", + "public_commercial_use": false, + "recraft_id": "e04f47ff-98f2-4c7c-94df-76073ab21915", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:03.469623Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "825d94f7-9398-4b62-99d7-907dfd1a6667", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black Cat Sunglasses Guitar Bow Tie", + "public_commercial_use": false, + "recraft_id": "ff0ac9a8-ca36-48e9-ba03-d75dc3ab140f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:37:12.40753Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "macbook", + "public_commercial_use": false, + "recraft_id": "4b6c3292-cba2-498e-a048-69869cbd197c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:48:27.596965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Rilakkuma doll,standing next to the snow, wearing a scarf,HAPPY is written in the snow,in the forest", + "public_commercial_use": false, + "recraft_id": "c8ddbebf-722a-466f-85d0-172a03e33546", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:15:30.998396Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8660a0d-ed1f-469a-aa34-ad5e521da4ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Can Maine Coon, the friend of Orange Cat, share a warm glass of wine with his humble abode?", + "public_commercial_use": false, + "recraft_id": "67f34846-94b7-4003-aaa0-ed7bd90e33ec", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:28:05.314583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3585984f-5e7e-4ee6-9cd2-2d5be388c46c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is dancing jazz in a vibrant, energetic scene. She wears a stylish outfit and a bow, moving with confidence and excitement", + "public_commercial_use": false, + "recraft_id": "c8a1231f-faf0-4069-9a66-5c07296d0eed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:58:41.278611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2c2b33a-6b77-4d71-a58f-c81d92ca1b20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Jellyfish fly in the sky", + "public_commercial_use": false, + "recraft_id": "bbadefb1-c262-400e-9447-a18727515f0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:13:46.447278Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18d1c2d2-cad8-4232-981a-fd8f09f38996", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello Kitty doll in a skirt stands in the snow with a pink star-shaped cake in its hand.", + "public_commercial_use": false, + "recraft_id": "014ba6f8-7954-4181-b37d-960a6ea76ad4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:42:10.566105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f572ec4-df05-4489-a92e-48a102961654", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy mountains in Tibet, sunlight on the top of the mountain", + "public_commercial_use": false, + "recraft_id": "5dc0735e-aaeb-4811-b641-d779a604af57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:42:47.872961Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c701386b-0f9d-4d2a-ba4c-9541a5b34050", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink doll in the shape of a small pig's head, with large nostrils and a round head; A blue whale-shaped doll with a whale-shaped body; In the snow, bonfires, light snow in the sky, colorful aurora in the sky", + "public_commercial_use": false, + "recraft_id": "6392ba91-bde2-44a5-aaa6-a8c2167d1936", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:11:46.551286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13474c2b-4ad4-4525-a55b-209b071d2912", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With the letters ZBL in the snow, Hello Kitty next to it, and fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "b5a217f3-6f3a-40dd-94ed-84ef1293e3b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T09:44:32.926139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb17c62a-8ae1-4ef8-9814-d2215f5f637e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue jellyfish are swimming in the forest.", + "public_commercial_use": false, + "recraft_id": "1e8f8d8a-a8ed-4a88-802e-14334399b6b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:04:44.415931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5d064372-550a-4333-aac4-a21f57580ac2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty and Stitch in a thick snowy field, under a starry sky with fireworks lighting up the night.", + "public_commercial_use": false, + "recraft_id": "1386f6c4-9918-4f3f-b40c-555c8fa860f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:04:38.733452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4772ecca-05e0-430d-b942-d4e0e0322388", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": " The sun, stars and the moon are under my command.", + "public_commercial_use": false, + "recraft_id": "63ea26e6-2f40-4b3f-a18b-8202ba9ae145", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:04:19.007576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "987d97be-01e9-4ba1-bee4-dce1ed478aea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas,rain,Writing wzy in the glass window", + "public_commercial_use": false, + "recraft_id": "81b0ecaa-d985-4c40-b0d6-8ab591353cc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T11:27:20.287369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e298747-9276-4c55-9250-c6b1e2df8fa4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, a cute rabbit in a pink scarf and a transparent bottle with rabbit footprints next to the bottle.", + "public_commercial_use": false, + "recraft_id": "b058c827-d2fb-4788-8c11-def87b60886b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:11:45.290394Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "635fabf6-2d34-4a27-bc5b-24a11e74c608", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy evening with a tallChristmas tree side sea ", + "public_commercial_use": false, + "recraft_id": "b0c11cc5-e973-4a16-9cf7-fb6b25ab68a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:06:11.277531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b70b099a-7d8b-49e0-ab15-b44de19c0453", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a man with a dog's head is walking a cat, with some trees in the background", + "public_commercial_use": false, + "recraft_id": "133117d5-3219-4d84-9654-77827f79559f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:19:23.586448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9c5553fd-7047-4d8d-9773-0a27e9ef1dec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small kitten is lying lazily on its back with its eyes half-closed on a soft bed, and at this moment, a beam of sunlight is shining right on the kitten's face.", + "public_commercial_use": false, + "recraft_id": "8adea24a-3a4a-4335-bceb-df3fc6527388", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:05:49.662055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07b18175-c51b-4129-8f1b-53d538262678", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy night, there are fireworks in the distance, hellokitty cats on the snow, next to the Christmas tree, and \"Happy Birthday\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "16e3cbb3-ba3a-41d6-9cd6-9e645f731999", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:47:19.120257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59f91fba-ee15-4ea7-994e-00b0acf029fc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed celebrating birthday on the grass by the sea, wearing cute birthday hat, cake, blues time", + "public_commercial_use": false, + "recraft_id": "e4052b1f-c085-4d26-80e7-292c3ea4d7d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:05:11.853904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "510ae360-2864-4b09-b846-763c94b49a89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh is building a snowman by the seaside, with fireworks in the deep blue sky.", + "public_commercial_use": false, + "recraft_id": "069c4e5d-3b04-4777-9837-2775e7655ffa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:08:05.847499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cc519141-c89a-44d8-ab65-530619064fe0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the evening, two Hello Kitties, resembling the texture of snow, sit in a snowfield with the letters \"oyjh\" written on it. Behind them, there lies a sea. The name is written on the ground between the two Hello Kitties. In the distance, fireworks are displayed, creating a cozy ambiance. The Hello Kitties are positioned at the bottom right corner of the scene, adorned with pink and blue scarves respectively. Next to them stands a Christmas tree, adding to the festive atmosphere.", + "public_commercial_use": false, + "recraft_id": "65f8c33d-6971-4c0f-9daf-cd37965ea3a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:11.748726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "03c35fd5-f299-4514-85df-27dc25546656", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "close-up construction waste in old buildings, dark surroundings, film camera vibe.", + "public_commercial_use": false, + "recraft_id": "92dd1b7e-873d-4177-adc6-5f226596bc5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:11:34.505152Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "501719e6-4646-4d7d-b89f-50926c3666e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a white long-haired cat with blue eyes who is sitting in a black sofa is drink a bottle of beer (Corona ) in a dimly lit room", + "public_commercial_use": false, + "recraft_id": "aeb9c439-bc7a-4b12-9d94-5fde1a6c3261", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:18:27.373582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d3474a3-aa5e-4f5d-a1be-e854c3a40525", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long hair blue and white kitty sit next to a birthday cake with lighting candles.", + "public_commercial_use": false, + "recraft_id": "c2966dc1-755c-4bb7-b4e6-2c3610f1e096", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:58:16.552835Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2561316a-26d6-49fe-844c-134d6972e7ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat wearing sunglasses is sitting in a hot air balloon, leaving the grass to pursue freedom", + "public_commercial_use": false, + "recraft_id": "a73f87c5-9d3c-42ad-8b5e-4daa47ba1ce4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:34:19.846462Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "b32304a5-9ac2-4d2a-9d54-a59c24ff133b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "When Agassiz began to build a summer camp on the island, David Starr Jordan was still reading newspapers in Gailsburg, Illinois, half of the United States. He eventually found a job teaching science in a Christian school called Lombardy College. But in fact, he had a miserable life: not only was he in a foreign country, but his thoughts were also out of place. Colleagues criticized him for spreading God's blasphemous ice theory, and what's more, he let students come into contact with experimental equipment, which is a \"waste of experimental materials\". Illinois is very cold, but here, the earth is still flat. David missed the valley full of wild flowers in his hometown very much. Fortunately, on a dark early spring morning, he read an advertisement from the newspaper - \"Introduction to Natural History by the Sea\" taught by Agassiz himself.", + "public_commercial_use": false, + "recraft_id": "e0a3f556-bedf-47f2-896c-91a20d09bdd8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:11:25.502563Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12f37f37-55c9-45bd-84a8-11071fd46d1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lovely cat is taking pictures with a camera at the seaside. The cat has a SLR camera.", + "public_commercial_use": false, + "recraft_id": "290609df-6329-4164-976e-8e97dbfb8160", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:15:52.803783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29bc56df-7483-47bc-a7ee-b69f92bec758", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chubby British shorthair golden tabby cat wearing a hat with Christmas elements sitting at a small dining table holding a coffee cup and drinking coffee, cat anthropomorphism", + "public_commercial_use": false, + "recraft_id": "a69f8848-f07a-4b52-891d-f85b289cc5b0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:34:42.295149Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23041895-7725-45de-aefd-1fbb44b43641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink sky is snowing, a Hello Kitty has a sunflower next to it, and in front of the sunflower is a name tag that says YXT", + "public_commercial_use": false, + "recraft_id": "e4ff27e1-bcd1-451b-bd21-7ebc4ac77456", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:58:18.750873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dab55364-a7e7-434b-8401-d3ad34df3da1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, Eiffel Tower, Lights and Wine, Scarf, Snow", + "public_commercial_use": false, + "recraft_id": "5a2e28e8-2928-43c9-b950-bc4c02c6aabc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:11:15.229246Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e737a252-0a3b-4e6d-b89f-7b6accac7684", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little seal, snow, sea", + "public_commercial_use": false, + "recraft_id": "6a254c02-4002-44f0-b1ab-a70c645e3f1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:47:51.050778Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "d9a29c12-03a2-4267-9867-0a90588eff32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "hallo kitty swimingin the kitchen with vegetable", + "public_commercial_use": false, + "recraft_id": "ffacecdb-b1ed-408d-a843-8b21fb766100", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T01:41:37.123375Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44f270bf-80a5-4e61-805c-fe20dc11c3ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat (black and white patterned) writing a paper in front of a laptop, next to a cup of iced coffee", + "public_commercial_use": false, + "recraft_id": "a271eaa6-c4c0-4ca9-a583-54f7d42d5cd6", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:36:41.593595Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34d36b2d-212d-4789-b7f7-85c49ba20292", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A birthday cat wearing cool sunglasses is djing ", + "public_commercial_use": false, + "recraft_id": "c29c6541-58c9-4256-9f3d-f686b6844692", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:09:36.157686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0506f30-99e8-4916-888b-516721d46534", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"YiRan\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "687b4b10-5cca-4beb-9f1f-e9716f5b0128", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:52:44.735991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6972449b-f005-4494-bd19-4e97f4e013f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance is Mount Fuji in Japan, and in the foreground is a Hello Kitty mascot dressed in a kimono, holding a cake with the number \"1017\" written on it.", + "public_commercial_use": false, + "recraft_id": "51a94dc5-c208-459e-b0b9-e8f6da006a60", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:05:48.362443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ba1f12b4-d915-422d-b77d-8254ea661d5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cats under the moon, snow mountains", + "public_commercial_use": false, + "recraft_id": "0a1e7a9e-3758-4251-bc45-d82406087173", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:15:42.267731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91f33498-a7de-4794-88dc-60c14d86e7a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a picture, there are flowing water waves, rain and stars appear in the sky at the same time, and a long-haired dachshund is taking pictures with a camera.", + "public_commercial_use": false, + "recraft_id": "83f6b7e3-cae3-4fe0-ba1e-48978f2a2f62", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:54:24.028234Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "347820b2-72bf-497b-8944-1aa2293c1d29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lit cigarette is held between the index and middle fingers of the hand, and next to it is a table with a pile of paintings on it, which are set on fire.", + "public_commercial_use": false, + "recraft_id": "85efcc01-9ec4-4596-8022-78a49da042c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:04:08.441429Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bernese Mountain Dog and a Samoyed dog playing at the seaside, snowing, blues time. Can cut into two icon. ", + "public_commercial_use": false, + "recraft_id": "07daffab-6a13-4749-a92f-f90b6ca1133d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T15:47:26.566026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1adc5f53-7c98-48eb-95c1-869df7bce909", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little bear drink beer on the snow", + "public_commercial_use": false, + "recraft_id": "08189dd0-1a31-4926-9f27-fc6302f50f68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:53:11.110978Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24b2846f-4cd7-4ea2-91ce-b15c19ec2a85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty's birthday was at the seaside, and the cake was written 1109.", + "public_commercial_use": false, + "recraft_id": "6301ca52-decb-43e2-9d51-86c905dffd99", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:13:33.926958Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e17fc519-5e79-4a40-ab7b-3def0944f9e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "The purple birthday cake says the MJQ date is December 12th", + "public_commercial_use": false, + "recraft_id": "03aa58a9-5bc8-4a96-a03a-22f4a85bbe05", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:19:58.052515Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f2f7400c-c4da-4df7-a16b-4defa579b261", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue whale made of ice, with an oil rig and fire in the background, is swimming upward, smoking in its mouth and carrying plastic garbage on its back. It takes the blank white background as the background, creating a surreal effect. The composition is characterized by symmetrical elements and captured by photography. This work vividly depicts the destruction of nature and conveys fear and sadness in a surrealistic style.", + "public_commercial_use": false, + "recraft_id": "6867cf36-e227-4f92-bd72-b670aba138cd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:05:13.511673Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d795ab3b-dcb3-4c30-947e-7f3d20e70593", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cutehellokitty with pink dress and sweet smile standing under a Christmas tree in the snow on a sunny day", + "public_commercial_use": false, + "recraft_id": "fe4e4e86-be55-4798-a017-4eecd9063c1d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:47:34.799327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b2510fa-7e88-4c45-bf6b-978bae4d3401", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cotton ca't with long wings, in the snow, and surrounded by many bubbles, opposite is Mount Fuji.", + "public_commercial_use": false, + "recraft_id": "33ca9ef7-eff0-4240-8873-1fbce901796d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T02:09:02.552256Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "deebd2bb-ea0e-4cbf-b1e8-fd06733c5901", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white chihuahua puppy is dressed in lovely clothes, and there is a lovely toy lamb sitting next to it. In a warm room. There is a decoration on the floor of the room, which says KOTAO.", + "public_commercial_use": false, + "recraft_id": "aba02908-0517-4297-aade-84eaf9449726", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:52:31.725995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae589ec2-cfc3-4042-afa9-6e9715366325", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are mountains ,hills ,beautiful flowers ,palm trees grow on rocks,plastic penguins .The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "89d0ad40-799d-4514-b1dd-f3261a93e78d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:16:33.912759Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "abc3aa03-1359-49a0-87ef-65a2fe7d044e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The floral butterfly swing says Fiona on the pink snow", + "public_commercial_use": false, + "recraft_id": "ff4d9407-f122-496d-896b-ff630fb84099", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:55:41.252283Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8d5f145-9103-430d-befb-46e1663e021b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black-and white Tuxedo Cats with wizard hat, grand firework in the sky, seaside, sunset, ", + "public_commercial_use": false, + "recraft_id": "e6cec8fa-9186-4ff6-8143-dc97804a34ef", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:06:00.922854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa18ad0f-dd53-4834-aa52-5dc50b26a175", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a dear wearing a light soft brown cotton clothes with star pattern, standing in the snow", + "public_commercial_use": false, + "recraft_id": "1b824e7e-25fb-43dc-886a-37fef618ec6c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:59:56.362556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "20be943e-128d-4fff-ad7b-3c0bdb35cb0e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Manx Cornish Blue cat, wearing a yellow scarf, gazes up at the sky in the snowy landscape, watching the aurora", + "public_commercial_use": false, + "recraft_id": "24d622c8-fc11-4b50-81f6-5372a701f3c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:59:40.295164Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ad9fa42e-1139-45bf-ad6c-ae709d7c31c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little black cat is playing in the pool, with its fur covered", + "public_commercial_use": false, + "recraft_id": "33d3c552-5ee4-491e-8d1f-5849cfecd40f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:28:33.863279Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3f897fa4-c0a1-42fd-8105-84d083963a38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a whale floating in the real light blue sky, let its fins be exposed,add real rainbow and real stars around it", + "public_commercial_use": false, + "recraft_id": "d9e3fec4-0ab3-483b-8b98-6ed276a66cfb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T16:12:41.661202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "06087257-1a33-419f-849f-8fd68c093e0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty wear glasses in a on fire office", + "public_commercial_use": false, + "recraft_id": "43141035-9d15-4ad8-a759-c7c0acd675ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:23:43.805593Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08c8d475-6b57-46c8-83a4-e2d80309142b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fierce kitten is making a cake", + "public_commercial_use": false, + "recraft_id": "1d015189-73e5-433e-8cdf-f90befa25af7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T21:18:07.599337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44242c39-f720-434b-b68c-2d3bb36dbdf3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Blue sea with some flowers ", + "public_commercial_use": false, + "recraft_id": "72eadb06-7c05-42e1-9b61-b3813ce5e0a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:25:41.547825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a70a7b68-5892-47d7-a700-56fc1702d659", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A beautiful jellyfish was floating in the air. Next to the jellyfish is a telephone pole. There was a star on the pole.", + "public_commercial_use": false, + "recraft_id": "6d64dea2-06bb-452d-a2df-b5d6152013aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:51:06.646873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stuffed animal is Cutting fabrics in the workshop of the garment factory", + "public_commercial_use": false, + "recraft_id": "9233ec7e-6416-4ec0-93a1-9aa27e091d39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:53:49.466785Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f920903a-ad9e-4a60-84e4-a16d5b86dd18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, sitting on the couch bunny with sunglasses and a birthday hat on his head with 26 written on it, watching the grand fireworks in the night sky", + "public_commercial_use": false, + "recraft_id": "e7ae69d9-a424-4866-b3c5-9ac4696d8bee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:18:28.112554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a72a68c-834c-400b-af85-cb99762280d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white greyish wall, one golden blue shorthair cat, one golden shorthair cat, wearing whizad hat, christmas theme, cup of wine pc screen", + "public_commercial_use": false, + "recraft_id": "7af70454-9ea1-47a7-bb2b-57359af1e167", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:57:54.61858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5ff6c64-7fd8-408b-961f-dc08eb647f62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow,with aurora behind it and the word \"JWH LXB\"engraved on the snow ", + "public_commercial_use": false, + "recraft_id": "fb9c8cf9-3641-47ae-ac9a-5770758d5fe2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:07:05.086131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd2e339f-e4d9-403e-8323-cdb7458153fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are a cute cat and a lovely rabbit in a warm house. They sit together. The desk is in front of them. There is a beautiful birthday cake on the desk.", + "public_commercial_use": false, + "recraft_id": "6ffb291a-bcb3-4875-8273-da92133a8860", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:53:40.064917Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "2 cutest mice eating delicious bread together at the end of the world with snow and star falling in the background", + "public_commercial_use": false, + "recraft_id": "c932f1b7-6ddb-4243-a88c-f2b115fb571f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:33:40.757582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0131fc2f-f1a3-4864-bf08-80654e11779b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden tabby cat wearing red clothes and with transparent wings runs in the snow on Christmas day", + "public_commercial_use": false, + "recraft_id": "c1680d72-47e7-43e1-b90c-147923e645e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:19:10.786446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "13367613-7b7e-445a-85af-017126bf4101", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"Ying\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "75341863-5c7a-464b-bc01-cc9e3a2962c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:59:44.107459Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7197358e-f0e1-4be3-be01-4461714b79a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow in the woods, there is a handsome black and white kitten next to a burning electric guitar, an old-fashioned TV, a pile of burning newspapers, a camera and a vinyl record.", + "public_commercial_use": false, + "recraft_id": "8941d078-22c9-4b78-8fb4-523eefc7ebae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:02:24.113174Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f1bef7d0-01cc-4a6a-9fad-6059d04b0f17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "50 People having fun in party and many delicious dishes with little bling stars", + "public_commercial_use": false, + "recraft_id": "fc7d43ea-143d-4637-934b-ccea2a873032", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:31:45.781914Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3492b32f-546a-44b5-9a63-e589692586ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hongkong summer night, very hot, many stars, people looks very happy, ", + "public_commercial_use": false, + "recraft_id": "af4d426f-1e44-45ec-ad41-e2d1537aaead", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:58:17.410466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae1a96d1-9f68-4409-993b-6a02098f8d70", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little rabbit doll.white, fat, bid eyse with red ribbon on its neck, red and white stripe socks on its legs.selling tickets in a beautiful theater ticket booth at a creepy abandon amusement park with lots of string lights.The photo vibe should be warm but a little bit lonely.", + "public_commercial_use": false, + "recraft_id": "e480506a-3d7c-4169-94c1-e5ef52b6f22a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:59:45.182838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cee54de8-2fab-41b6-892e-e5d34cb39dae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cheers coffee", + "public_commercial_use": false, + "recraft_id": "134697eb-6dd2-4a77-b768-823457b5ead3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:16:30.654703Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e80e9042-4264-4166-abf3-4d8b57e7e3b2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a modern office, the whole office is on fire, the fire is getting out of control. Snoopy wearing black suite and sunglasses is siting in front of the table ,drink coffee and work in front of the computer peacefully. There is a deck of files on the table.", + "public_commercial_use": false, + "recraft_id": "b2c33ca3-5a86-4fc7-ad1c-a45c8300cfc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:58.122889Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty dressed like prince skiing on a snowboard", + "public_commercial_use": false, + "recraft_id": "384899cc-09e8-4820-9b03-f18d5335d6a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:21:42.601617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a746abe9-bb3a-47da-8bd4-441d6a2009a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "build city sky ", + "public_commercial_use": false, + "recraft_id": "ff6a646c-58bd-48bb-b9bc-63929f0b167b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:56:18.741911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e0738daf-baaf-4cb4-9e9c-004edcb48193", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "lazing hello Kitty at sofa drink Coke cola", + "public_commercial_use": false, + "recraft_id": "d1359ac8-8915-4126-8d91-006f2239ad0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:06:50.197023Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7243203d-701b-44f5-ad2e-ccf424a2e7a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow in the foreground, two HelloKitty dolls were positioned slightly to the left of the middle. They were snuggling up to each other while wearing wedding dresses. The doll on the left was dressed in a groom's outfit with a black suit and a white shirt, while the HelloKitty on the right was wearing a pure white bridal dress. In the distance, fireworks were blooming. In the middle ground was the sea and the boundless snow, and there were marks of \"LF&LGY\" on the snow. The whole scene presented a warm and cozy atmosphere, with warm yellow lights shining down.", + "public_commercial_use": false, + "recraft_id": "8f1e34c5-f91b-490f-858d-d97e966f15f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T20:12:21.995872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5ce6d1d-460a-4256-8581-0822723c1581", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The shimmering lake, the setting sun, the golden mountains", + "public_commercial_use": false, + "recraft_id": "15e4df22-3b36-4316-b818-f31eb29caaf9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:17:25.006267Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "436709db-c7a5-40de-8dcb-f4de82abba17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A large red firework is set off in the night sky over Mount Fuji", + "public_commercial_use": false, + "recraft_id": "536077ee-b725-43dd-8bc4-bdc19fa91304", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:05:37.836359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5dd45b28-c2ae-4049-9b1f-17440099ec66", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty sitzt an ihrem Schreibtisch mit einer Thermoskanne in der Hand.", + "public_commercial_use": false, + "recraft_id": "098c67cb-8083-456a-8b8b-5d3c40059b7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:59:23.995798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b88581ba-31ad-4003-948d-5f369cbc411e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little fat pig is eating hot pot", + "public_commercial_use": false, + "recraft_id": "8ff35437-82f5-47c1-888b-51ce500ada41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:21:16.914871Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf0ae65f-3b9b-433c-9dcd-611c0cdce15d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Maltai dog watches the sunset and drinks coffee by the sea in the evening.", + "public_commercial_use": false, + "recraft_id": "d7c79afe-287c-4942-a234-63fa69df8cd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:45:14.203204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f8d8e11-8d63-4eae-87bd-e8561c0ff8db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "a66b9275-4fbf-421d-b296-289808bff5c2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:51:25.51999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "178df363-0945-4be9-9947-801ee61489a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are Artificial rockery ,hills ,beautiful flowers ,lots of palm trees ,plastic penguins .The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "696282ba-25e9-42e0-aa43-67d6fd24afcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:21:04.310695Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "64f2524f-8252-45f9-81ad-3953e3fe1646", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty, wearing pearls, is enjoying afternoon tea in the gorgeous castle", + "public_commercial_use": false, + "recraft_id": "c37dd695-4416-49dd-846a-b67919998b71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:15:52.39737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1ef05bd-0400-45ff-9c63-b0319460c32c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lion wearing a suit and tie, hand with ak gun, shoot all the audien, the bride is calm", + "public_commercial_use": false, + "recraft_id": "14fba3f9-d670-46bf-bf72-2feb2ad10a88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:30:48.816085Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3db59268-9db7-464f-8668-b55eca07fece", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowy Day Christmas Bow", + "public_commercial_use": false, + "recraft_id": "1622913c-c384-4994-a27c-7cffee6b5fe8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:09:31.353403Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16f6f745-6287-4d99-924c-6d732e5ebf37", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The goldfish smoked and swam back north", + "public_commercial_use": false, + "recraft_id": "2219bf28-209a-4be0-acad-cbd77d075a16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T13:52:50.636163Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2936f08-fa99-4ba4-8b25-31b8386166d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A half-glass goldfish tank is built on the wall", + "public_commercial_use": false, + "recraft_id": "f377556b-4857-4873-99d6-19abb514fd18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:49:37.360581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d918b580-6a3f-47c7-b043-ca9b37954c1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow night, a golden retriever puppy, a big chistmas tree, fireworks in the sky sea.three letters HZT is printing on the snowfield.they are outside, near the sea. the dog is wearing chistmas hat", + "public_commercial_use": false, + "recraft_id": "edaeda79-7309-491e-b49a-17455fc0b704", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T17:07:30.75072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e2a4563-2ed9-4be9-a1ba-a14999f51f42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a angle raising a sword.blue sky", + "public_commercial_use": false, + "recraft_id": "a3a33d41-5fe0-481c-b23e-a27871285b43", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:59:05.788351Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92b59aae-16d4-429e-a983-5d82c499bf17", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable white West Highland and a white hellokitty sit in the snow with the sunset behind them", + "public_commercial_use": false, + "recraft_id": "92e2d3f6-d174-4708-8202-432e9b4ae975", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:17:49.15121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f067d6ff-c622-4b3b-97ed-7bd4c1f4da11", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little Bear and Rabbit are in the cabin, around the fire, the two animals are eating strawberry cake, it is snowing outside, and the light is very warm on little Bear and rabbit.", + "public_commercial_use": false, + "recraft_id": "89c1231b-1ee4-452a-b854-dfc674acc037", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:48:22.064858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "720f3479-9035-4e63-93af-f6f15cf91694", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dog wearing a baseball cap, covered in colorful flowers on the edge of the earth and magma, with a small wooden house next to it", + "public_commercial_use": false, + "recraft_id": "9fed1219-0cf2-4407-b8a7-c9eb670d88a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:10:32.858719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bf713c3-54fa-4135-8da2-a2ab6d9d7366", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's raining heavily in the desert, and the sea kisses the shark.", + "public_commercial_use": false, + "recraft_id": "ea17922b-1f86-4ae2-be37-697273ff8407", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:57:25.959992Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "922405ab-8335-456b-acd7-84c10ec29b61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a pure white cat with angle wing and christmas hat stand behind a table, holiday cupcakes and many gift boxes on the table, huge christmas tree by the side, background has many cat friends photo frames", + "public_commercial_use": false, + "recraft_id": "c860c371-ecfe-4160-9129-1f86aa5ef7b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:47:19.159742Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37bed885-c9f6-4faa-a43b-1fe9290260b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters Lynn printed on the snow", + "public_commercial_use": false, + "recraft_id": "f335f9c7-4e57-4b91-b792-cf734b451bce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:22:34.134872Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95c9e6f6-525b-44c9-b90e-cabba76ab592", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "There is a whale floating in the sky, add rainbow and stars around it", + "public_commercial_use": false, + "recraft_id": "3e1fd18a-1547-47df-9dc7-a344a7a999a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T06:30:54.494935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea1d86cc-b0a8-4974-b9c7-e8406df88ac8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kittens and deer playing in the snow with a Christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "a82588e7-2da4-4cfc-b0bf-51fa03f729a3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:31:57.530259Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "780a7a5b-228d-4fe1-8a0c-a606e16269b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese soldiers carry heavy loads in North Korea", + "public_commercial_use": false, + "recraft_id": "565162a8-626c-4e2b-ba4b-5b876273722b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:40:45.680141Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "3c4293e6-6186-4691-90a6-f1ff1e8529e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white kitten, running happily in the snow at night, with little wings on its body,", + "public_commercial_use": false, + "recraft_id": "53816e58-3b88-4422-ad53-81d8ce83afee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:52:13.866857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e31278ab-6704-445e-94aa-a8f3cb9cf5e0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hellow Kitty, wearing a santa hat,a CHANEL glasses and princess dress, indoor, sitting front of MacBook Pro, Christmas tree behind chair", + "public_commercial_use": false, + "recraft_id": "e1de8bfe-56d9-48dc-98f9-b68eb735322e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:15:45.607339Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47402054-f306-43c1-9874-7165bcf94cff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A red train running in a snowy forest with snow and snowy mountains beside it", + "public_commercial_use": false, + "recraft_id": "aa719f3d-ea62-4600-ba43-db1486c1899a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T01:28:47.263614Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5aca55ca-8c28-4c9a-9bc2-c1db54695cf9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words \"stt\" engraved on the beach", + "public_commercial_use": false, + "recraft_id": "5dcea108-4a42-4737-bfe8-db25ef8961fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:55:00.793702Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5126e95c-2495-4cac-ac0a-5537486d5665", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Basketball and headphones", + "public_commercial_use": false, + "recraft_id": "e9db2cce-4b20-4a1d-b91d-52f130816138", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:49:03.136635Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28e5de7e-d7b1-4802-8b71-9d6387f516c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a green Christmas tree next to the fireplace, which is beautifully decorated. There are several kittens of different colors lying on the sofa in front of the fireplace, sleepy. Under the dim yellow light, the atmosphere is excellent.", + "public_commercial_use": false, + "recraft_id": "2bc67b8f-0084-4e7f-9e01-fd1f718687ae", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:40:05.714715Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7995072b-b23a-4d97-8047-0bb168d40a69", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white rabbit wearing an Adidas coat, walking a corgi dog, stood beside a Christmas tree, with cold and warm color contrast, retro atmosphere, flashing lights, dark corners, highlight overflow, and colored light spots", + "public_commercial_use": false, + "recraft_id": "c7f6e386-e104-4a8a-a19e-f3d4504f2157", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:04:30.247089Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a83942bd-1812-4220-9cea-312fe89e8cc7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty sit at home, showing a few bunch of US dollars, with cigarette", + "public_commercial_use": false, + "recraft_id": "aa7ce93e-daa1-49ce-a44c-e613d3f90cd5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:20:38.000704Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8dacba69-64d2-4698-85a7-ab864594cc29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Hello Kitty doll is holding a knife in the laboratory. It smashes all the beakers in the laboratory to the ground. The computer behind it is on fire.", + "public_commercial_use": false, + "recraft_id": "15c1e065-2456-4db3-a9af-808e5e35c2f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:21:03.852359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0207601f-42a0-4d7f-ab2f-51bb8b078a80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " On a snowy night, there is the sea in the foreground, a hello kitty doll wearing a Santa hat in the foreground, a Christmas tree with lights next to it, \"Geshuyou\" written in the snow, a birthday cake with a Christmas atmosphere and candles lit on the cake, a deep blue night sky with light particles", + "public_commercial_use": false, + "recraft_id": "204378f1-32a0-412e-986e-bfcf936139c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:03:25.899502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ce0b817-c30d-4102-8462-35229731558b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a volcano in the distance, fireworks are set off in the dark and snowy night, and a golden retriever and two short-legged cats are playing in the snow", + "public_commercial_use": false, + "recraft_id": "c6f84440-e80f-4bfd-b843-46bcff3ad981", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:09:13.083473Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16788a82-4789-41f5-9e4b-91165ed5520c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty sitting in an office, waring ear phone and reading magazine. There is a cup of coffee on the table. The office is on fire", + "public_commercial_use": false, + "recraft_id": "dc78bd8d-1521-4b24-86ef-4da953bcd78f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:18:14.884269Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c39a1b93-01bc-4ace-831c-6c9e93d00c64", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty is watering a flower with a green kettle in her hand, with butterfly wings on her back, standing in the amusement park.", + "public_commercial_use": false, + "recraft_id": "7ef9bc25-d453-4dd3-ac5d-85d6e4a9e389", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:49:36.465857Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7fb1f74c-2b8a-4b36-a6ae-66396555d2be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a hello kitty with decent dressing, sitting in front of the burst volcano, she is drinking coffee", + "public_commercial_use": false, + "recraft_id": "1835ca38-c596-44c0-98d0-ef7b3a33843d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:50:34.432147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3a7f3f2f-1002-43a8-a7a2-a63585c4b778", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with white wings behind it, chasing butterflies, with a Christmas tree decorated with colorful lights in the background", + "public_commercial_use": false, + "recraft_id": "facf84f1-a5a9-440e-8268-daaa14b11eab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:32.06855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "adc27531-0ab0-4915-8c12-49440207b9ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas Vinnie the pooh guitar", + "public_commercial_use": false, + "recraft_id": "c73a73ea-ee09-45ae-a345-9d54f8ec3831", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:41:08.896816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "688830d6-6a0f-47b9-a006-8c7e70360281", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Its the end of the world. People gather around a fancy architecture rooftop to see the moment. The sky are orange pink and purple, there are stars on the sky and crash with each other.", + "public_commercial_use": false, + "recraft_id": "bbc220c0-727d-4cb9-a1c0-540c06a0ee5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T17:34:14.151404Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "079d07ba-ec2b-4472-9de9-dbc218efc702", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of Chinese soldiers carry heavy loads in the fight against the US and aid North Korea", + "public_commercial_use": false, + "recraft_id": "0342e0a8-71cd-4a7d-844a-3c1044cf210b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:48:48.347081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "157ed3cf-4b83-4fb4-948e-0bfd8dfeae48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little golden retriever is running in the snow, next to a Christmas tree. There are dog footprints on the snow and a bonfire next to it", + "public_commercial_use": false, + "recraft_id": "3613715a-05d7-4692-9336-f11807555bf9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:48:11.568686Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d593c0e2-69e6-4f05-9e73-2848be17d9a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Handwritten \"QwQian\" word in the snow, snow, blue beach, and sky A lovely hellokitty doll in a dress with angel wings standing beside it, floating snow, on a snowy night with aurora, a gorgeous Christmas tree is located beside hellokitty doll, full of Christmas romantic warm atmosphere", + "public_commercial_use": false, + "recraft_id": "9180d8e2-c080-4358-8949-32ede6e9c954", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:51:55.084026Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0921f0b8-a384-428b-abf9-8001b4fb4f15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hamster wearing sunglasses, sitting in front of a computer, holding a pistol", + "public_commercial_use": false, + "recraft_id": "e20db33c-44a0-4fad-b118-915e3426cf8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:38:57.405309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b41c44b2-9153-487d-89d1-94bc5f3a3e61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winged leaves fly in the snow during the day", + "public_commercial_use": false, + "recraft_id": "9595e2d6-b85e-4ed4-9c1a-3e33125520ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:57:11.470588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8c87d29-44bb-48a8-8f86-f7a29be516d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bernard dog, adorned with black-framed glasses, sits diligently at a computer desk, surrounded by mac and files. Behind it stands a spacious bookshelf laden with numerous books.", + "public_commercial_use": false, + "recraft_id": "8bbfb959-cb51-49f2-84e7-09829378ee70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:57:00.891318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6464d11a-77c0-4bbb-ac78-72a2952913a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A long-haired dachshund took out a computer to work on the top of the snowy mountain. Its snowboard and snow goggles were placed next to it, and there were two big words OK on the snow", + "public_commercial_use": false, + "recraft_id": "bae36923-587f-4d69-895f-e85b2fd065f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:54:26.949529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5aa7e718-2a9d-4b8b-b357-9024919a0762", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty in a ballet costume in the snow with kittens and a Christmas tree", + "public_commercial_use": false, + "recraft_id": "ef70dadc-32bb-475b-b7f4-4a7aa6563d32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:58:02.693313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18e788dd-1b47-4e66-b7f3-df4c31ac6cce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the foreground of the snowy ground, two HelloKitty dolls are positioned slightly to the left of the middle, cuddling up to each other while wearing wedding dresses. The HelloKitty doll on the left is dressed in a groom's suit with a black suit and a white shirt, while the HelloKitty doll on the right is wearing a pure white bridal gown. In the distance, there are blooming fireworks. In the middle ground is the sea and the vast expanse of snow, and there are marks of \"YTB&XXQ\" on the snow. The whole scene presents a warm and cozy atmosphere, with warm yellow light shining down.", + "public_commercial_use": false, + "recraft_id": "17c4f390-b7e0-4eff-b87e-85a23dde60fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T02:32:48.957739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7bcc372-0deb-4e73-b7b4-b1a157940482", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At dusk, the sky was smeared with warm orange and pink. The snow-covered ground glistened softly. A teddy dog with a bright red Christmas hat on its head played merrily there. It bounded about, kicking up snowflakes with its paws and rolling around now and then, looking like a lively little elf in this wintry dusk.", + "public_commercial_use": false, + "recraft_id": "616a5f16-f74d-4655-a767-97185620cea1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:59:22.934653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a1ad7cab-ccbb-48da-8a55-569c1597c720", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White tiles high apartment center, dark , indoor, grass, nostalgic, flowers growing crazily", + "public_commercial_use": false, + "recraft_id": "5f3fa667-f111-4898-a284-182fb902101e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:56:39.704512Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "a7a76f69-9e67-4406-9325-26c6c458fefc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance there were beautiful fireworks in the blue sky of the forest, a Christmas tree and some gift boxin the snow", + "public_commercial_use": false, + "recraft_id": "cf853f69-762c-450e-afb5-62703e334d22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:52:41.255549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7b97351a-b41d-4c93-a10a-442c60477201", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dark green grass", + "public_commercial_use": false, + "recraft_id": "586b7744-03e6-401e-8d1f-e6bedc3af057", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:08:03.191029Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "fa657f2a-ef4d-4b93-8b79-e605fb3a4d65", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and \"HXR\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "c46a350b-1804-422b-83b5-7efb7fa413ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:45:55.143434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "209fd26c-3c53-483c-87dd-847f5927183b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create an image of a red panda wearing a tie and shirt, sitting at a desk in front of a computer, working on the computer. warm color ", + "public_commercial_use": false, + "recraft_id": "6bc9b8ca-6953-416c-8644-1b8a813e0e5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:52:52.914982Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b865936a-4567-47e2-a56f-2b92ec052190", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty's office desk with incense sticks", + "public_commercial_use": false, + "recraft_id": "adaaf38f-0ca7-4d97-9722-0c18073dcb12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:50:38.019869Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5f509af-5e44-476b-bead-3018ce3c4b03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Christmas Vinnie the pooh", + "public_commercial_use": false, + "recraft_id": "baf35523-da15-4cb0-9c2c-d796c9e073c9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:57:13.72342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33e888ba-f0bc-4379-84b5-418913750951", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The West Highland White Terrier sits on a sled with the aurora and stars in the background", + "public_commercial_use": false, + "recraft_id": "6115994f-2214-486d-ba6a-b04f3f3922c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:09:20.113502Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59f52b6e-c04d-4627-9ca1-08b25d9cdaa2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute bear doll in a Santa hat and a red scarf, standing on the snow. Little Bear holds a lit fairy stick in his right hand, and the sparks of the fairy stick fly upward, creating a warm and joyous atmosphere. In front of the bear, the snow with branches or similar items spelled out \"NX\" in the background can be seen some trees and bushes, they are covered with snow, the overall picture gives a festive feeling and a sense of winter peace.", + "public_commercial_use": false, + "recraft_id": "520da64c-b8bf-4832-a12c-daae8cb1ff68", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:47:33.277066Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little rabbit doll white,fat, bid eyse with red ribbon on its neck,red and white stripe socks on its legs.celebrating birthday at a creepy abandon amusement park with lots of string lights.having balloons in its hand.The photo vibe should be warm but a little bit lonely.", + "public_commercial_use": false, + "recraft_id": "d6f7ceeb-353d-493f-9478-304b265a218e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:06:28.762218Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e102a230-b645-408c-9ec5-d3574397b956", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the 1980s in small-town America, there were teenagers on bikes outside an arcade, just like on the Stranger Things TV series", + "public_commercial_use": false, + "recraft_id": "32da31ac-ed0d-4ffd-9dac-ccfce4e0b52e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:03:21.754578Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eed8b068-ecac-408a-9111-1194a7cdc73f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fly cat reading books", + "public_commercial_use": false, + "recraft_id": "ec8a6b79-1906-49d2-ad45-b02e44e01aa8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:48:15.836746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1393ddd6-d7f2-4c66-a644-c33f1df3eb0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty playing on the beach in Barcelona, with Yee printed on the beach", + "public_commercial_use": false, + "recraft_id": "1a48d8a2-4846-4d7e-b0a7-b0d8d8d0c802", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:46:22.883885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "be539178-4a52-4cf9-80d2-ba85faf1add6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Doraemon interacts with people in Mongolian robes, pink stars, purple and blue night sky,", + "public_commercial_use": false, + "recraft_id": "0bc2421f-0930-464f-b5b2-f83a59e10da2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:24:35.265782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16699521-67d2-4963-99e1-5f923e3caec6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two West Highland dogs enjoy a fireworks display on the beach", + "public_commercial_use": false, + "recraft_id": "5234e587-0aef-4aac-85c5-ec845ad97c46", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:48:38.819055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b072ac43-d724-46c2-9bfb-0af9511205da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the table in a beautiful room, there is a three-layer strawberry cake with 1208 written on it. Outside the window is the night sky, with stars and beautiful flowers, plants, and trees", + "public_commercial_use": false, + "recraft_id": "71edcb44-aa80-411e-b5d1-f1bd6cccc6a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:04:10.036534Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "3b2c65dc-5215-41f4-baf4-57297add1a79", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there is the sea in the distance, two cute hello kitty cats, next to them is the Christmas tree, and \"ZYX&YYH\" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation.", + "public_commercial_use": false, + "recraft_id": "8983d1d0-7dcb-4770-b060-cde8e2c4f889", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:22:57.458385Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "04ae9c09-2959-46a0-90eb-eb252fde39b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the bag is stuffed with groceries from garden, the groceries are also sticking out of the bag ", + "public_commercial_use": false, + "recraft_id": "c296b433-9a8e-4f31-b670-0d6f588c99bf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:49:29.721054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12db8be0-f791-40d8-a786-83eea112eb32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A indoor swimming pool full of white tiles, no human, dark , water, ", + "public_commercial_use": false, + "recraft_id": "e3084c97-65fd-495d-ab47-6f861dcf14dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:41:39.9559Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Barcelo bear doll is by the sea.", + "public_commercial_use": false, + "recraft_id": "55a0eda7-1156-446a-a748-51bc6e9dab5d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:50:03.271233Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dreamcore, Carousel, Ferris wheel, Liminal space, Unmanned", + "public_commercial_use": false, + "recraft_id": "473f92d4-6457-49f1-8ad0-9cd6f86f57c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:52:28.465095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f42081ac-910b-4983-b443-702eda0a992a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat plays with fireworks in the snow", + "public_commercial_use": false, + "recraft_id": "f3eba05e-d18f-4d14-be10-87814fd36a86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:17:12.883009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34ad5a14-c4ef-4058-821b-fc7440e1aabc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty cat doll is angry and pinching another HelloKitty cat doll. The background is in the office, and the desk and computer are on fire.", + "public_commercial_use": false, + "recraft_id": "bb8bf004-7cc8-4e81-96f1-e2c13e2f70fc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:58:04.969617Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8fde9790-538e-41e2-a72c-495637e6f9a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "metal alarm a white background", + "public_commercial_use": false, + "recraft_id": "f5ee6433-d211-4031-9328-743feedcaee6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:17:22.381266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1dbfce11-8a5a-4d75-b82f-1e9b661d84ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty stands in a snow-covered forest with a red river in the middle of it, and a lightning bolt appears in the sky that says 816N", + "public_commercial_use": false, + "recraft_id": "066e8744-e614-4388-92eb-c09feed923ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:24:15.123302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "300f8808-e120-4c98-adcd-de065d05f1c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrior,doing bank job,computer,coffee,pencil,Bauhaus style furniture,suits", + "public_commercial_use": false, + "recraft_id": "e38e8e32-7026-4425-a9a1-acb069777661", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:00:38.138999Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d23ac9a3-1a95-4ae9-b893-702e51516ae9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Little Golden Retriever and West Highland chase butterflies in the flower-filled grass under the snowy mountains", + "public_commercial_use": false, + "recraft_id": "424e33c3-9213-4ca9-845c-236c4d44ad24", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:46:28.752867Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "7b1611f6-0319-432a-b45e-6486279b4d8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Koi fishes", + "public_commercial_use": false, + "recraft_id": "5b59b3a4-c8c1-4732-9a39-37d711b33a3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:17:02.696885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a2f4028-aca2-4ace-b455-8bbc53c86be8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a long-haired dachshund plays the bass by himself at the seaside where fireworks are being set off at night.", + "public_commercial_use": false, + "recraft_id": "03bb53fa-a7b6-475e-a52b-5358047070c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T03:01:12.487937Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9fc1650e-540d-4007-8a73-b6a174202dd9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a little cat with superman outfit playing rock and roll", + "public_commercial_use": false, + "recraft_id": "a26b9c47-c2ce-4c9a-b554-9986c5de5217", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:11.149821Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "35a04b0c-869f-4f61-a9be-301cb5383dcc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the green forest, butterflies and foxes are playing together, and the fallen leaves are arranged into the English name \"Hemphill\".", + "public_commercial_use": false, + "recraft_id": "dbdb3fe8-f164-4876-a3b9-aa63f2d268ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:25:25.650091Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92ddf4ee-8112-4e24-b7ef-a7ac675e661b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White Kittens, bubbles, snow, warm lights", + "public_commercial_use": false, + "recraft_id": "68a06c42-47f1-4be6-a905-c75418b98b13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:36:36.550514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd707208-164c-4d36-9cdc-9dbab34e77c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Volcano erupts petals and stars", + "public_commercial_use": false, + "recraft_id": "b352d12f-a7e8-4cf7-b104-f4f57f26dde0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-05T16:25:11.762262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4879600-3ce8-4b53-bac9-229b6331bdcd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In every corner of the big sun-drenched snow-covered mountains, there was an Abyssinian cat and a man with long hair.", + "public_commercial_use": false, + "recraft_id": "b0d908cd-5474-452c-b5f3-90a3e0548d5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:26:21.650748Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed087871-81e7-44a9-964b-c85dec38243b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The puppy is comfortable at home in the warm sun.", + "public_commercial_use": false, + "recraft_id": "d4029a06-2451-4e00-807d-371ddb28d244", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:08:18.927457Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "abbc3b33-b786-4db6-ace3-23444b9a61a9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lamb celebrates his birthday, and the birthday cake says 3.24", + "public_commercial_use": false, + "recraft_id": "6637dd7a-a2a7-4126-ae34-9376e0c6c2ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:19:53.693873Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f38fb980-098d-4829-8bd1-dfab019ff0d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Change into fairy-tale glass shoes,", + "public_commercial_use": false, + "recraft_id": "9627542e-536c-4006-8962-1217dc49fe92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:43:18.360286Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "79025c20-aec7-4307-823a-5d3647ff9691", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty in colorful mashroom dress holding many purple orchids dances in the snowing forest", + "public_commercial_use": false, + "recraft_id": "476493c5-5979-425b-8bef-2556b72ee4b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:18:14.885536Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d2f2106-8f17-4f7a-82a3-8fa0b8081986", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty standing in snow with Jasmine words on the ground", + "public_commercial_use": false, + "recraft_id": "c2687cbf-8942-45ca-a32d-66fe5ebd2ed2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:41:51.559204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "77f57fb6-48ea-4d5b-910d-599e18a9e140", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat flying to the moon riding a spoon", + "public_commercial_use": false, + "recraft_id": "3b94d026-ee67-40a2-b7f0-d146cb303cd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:09:38.703098Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8aa9b43c-d6ad-4818-b652-a35ce6f71dfc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The knowledgeable and bespectacled Hello Kitty doll in the lush forest full of vitality", + "public_commercial_use": false, + "recraft_id": "9f8f6215-f215-40e5-9a62-beb8511ece20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:44.970641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de7003fe-ecbf-450e-9357-cd7c6506bba7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a pink doll in the shape of a small pig's head, a doll in the shape of a blue whale,snow", + "public_commercial_use": false, + "recraft_id": "9328785b-609b-4719-8a1b-aa3790e421a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:49:49.384639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4cb7b883-4bed-4e7e-ba0a-8517add870e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Brown elephant under sun in thailand with sunglass,cool style", + "public_commercial_use": false, + "recraft_id": "bbdbce92-d661-438a-9207-e2118d0e1fd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:33:26.857357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c015e26-509f-4cb1-9060-434fc870de43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, Jesus, there is a Christmas tree behind him.", + "public_commercial_use": false, + "recraft_id": "428e78e3-6124-4c82-9587-6763aee421e1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:52:05.261947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4a36b36-a3e0-4736-9f87-5595c646ec13", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Oh, in the quaint little corner of the northwest, there lies a town so tiny it would make a microbe feel like a skyscraper. And guess what? They've got a church there that's more dedicated to daily meals than the average foodie is to their calorie counting app. These folks actually believe that food is the divine elixir of happiness, and they've built their own culinary cathedral to worship at the altar of the all-mighty sandwich. Amen!", + "public_commercial_use": false, + "recraft_id": "3144bcd8-36be-404f-95f9-82b5166ffa3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:30:24.545497Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "337fea0b-8752-4143-9e2e-f2751cd69220", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a koala sitting on a lounge and eating durian by the sea,while many seagulls is taking her durian.", + "public_commercial_use": false, + "recraft_id": "1bbf28c4-36e5-426a-9f11-b846b6fde2ee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:25:45.872811Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fea0457d-5906-4207-82e9-e8690f2e3a22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute fat body Seal wearing a light soft grey warm fluffy stars pattern baby cotton cloth, Christmas vibe", + "public_commercial_use": false, + "recraft_id": "a55201bc-d903-40c7-ac8b-56e306f1a04d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:12:14.927766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dbf249a9-517f-4c30-a79d-1ae7bda394fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little yellow hamster is an angel who has his own little snow house", + "public_commercial_use": false, + "recraft_id": "8eae0c58-a489-44db-ba40-5e83963e99ad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:44:14.283136Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "503ee129-c64b-4fd0-a41b-56fcacac2ea6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat with headphones flying in the sky, its hands pulling balloons. the cat is lovely, snow day.", + "public_commercial_use": false, + "recraft_id": "14190c70-2894-4f1a-9fe3-8056ac607f00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:13:22.985458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ea7dd96-77b5-4299-acfa-ec5bc7ead862", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are fireworks outside the window, and there is a cake on the table at home for the birthday, and the word hyq is on the cake.", + "public_commercial_use": false, + "recraft_id": "85761151-79d1-4542-acc0-425af137ef56", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:26:24.504554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e38aa68-9759-497f-bcfe-914c4795e37f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The golden little rabbit sleeps in its warm little nest", + "public_commercial_use": false, + "recraft_id": "5c61d095-2cd6-4e0a-a213-4bc96304f147", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:17:06.822864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0430b6c-3748-47e9-9921-b37778832577", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Daytime atmosphere, a cute little bear sitting on a furry sofa at home, with a white carpet on the floor, looking at the outdoors, warm atmosphere, snowflakes floating outside the window, Christmas atmosphere, Christmas tree and colored lights at home, photo frames on the wall, warm ambient light, fresh, warm colors, fireplace, hot tea, cake, Christmas decorations", + "public_commercial_use": false, + "recraft_id": "cbaf8638-88d9-4789-9001-9e6a2877551d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:34:51.996656Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "95b9d17b-44bb-44c8-9f7b-fbfc6c042720", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shine on dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background", + "public_commercial_use": false, + "recraft_id": "e212acec-7455-422f-814f-d8df93893c40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:47:56.251995Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bfa5ba27-909f-4947-bb96-b35a6d160be9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night with aurora, a cute Yorkshire with transparent wings runs in the snow", + "public_commercial_use": false, + "recraft_id": "fadfd027-032f-4468-a627-b84e16de7cb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:48:38.44501Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "527621f0-8b29-4bbe-b153-9e84f5f775a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Outside a window is the quiet winter of the forest, and the trees outside the window are covered with thick snow. It is beautiful and dreamy, and there seems to be houses in the distance.", + "public_commercial_use": false, + "recraft_id": "731ba3ec-36f3-4098-bcc2-428e92a6b47a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:06:16.898434Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An emperor penguin chick, wearing cute clothes, sitting in the snow, eating a slice of cake", + "public_commercial_use": false, + "recraft_id": "7328321b-6e10-42a6-b581-5fc69cdc23f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:02:47.388214Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3508133-b057-4842-865b-9f02399ee014", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat with orange and white stripes is lying in a bathtub filled with jewelry and dollars. There is a small round table next to the bathtub with candles and a wine glass on it", + "public_commercial_use": false, + "recraft_id": "d7cafac5-8f9b-4e87-9293-e74ab8e1cce1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:52:59.330581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3401a868-814e-4852-9350-09af94e69d3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Under the sky full of aurora, a lonely man swings on the snow and looks up at the sky.", + "public_commercial_use": false, + "recraft_id": "1ae99a60-0ec9-45d2-af14-78693f888061", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T18:18:46.802642Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "2876d409-30d6-4bc6-a390-98f530c0a8ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background", + "public_commercial_use": false, + "recraft_id": "623ec6cc-965e-421d-bcf5-149b45e1efb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:12:46.253172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1590a84d-f722-4b78-a14d-0efbb85d6f98", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "flying fish swim into the busy city ,floating in the air. ", + "public_commercial_use": false, + "recraft_id": "ba6df943-ce75-4261-9cc1-cbcc47a2e89b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T07:56:13.521708Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e26ac9a4-0d15-4bdc-9e35-c09588cb82db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat, Christmas tree hat, winter", + "public_commercial_use": false, + "recraft_id": "05c51551-8c9c-4727-a287-2800a525a8b8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:27:29.93448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15950867-79fe-4871-919c-d53af49698a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty weaing schol uniform in snow", + "public_commercial_use": false, + "recraft_id": "c06bde78-e561-4ec9-8da6-fca03c5ae092", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T21:44:55.773672Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26852e52-66b7-4d97-993c-2ea2f180c9e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute small baby cat in the snow wearing a warm soft fluffy scarf in snow. With her head titing to the sunlight shining on her. With stars in the sky and a little glitter. The feel is dreamy", + "public_commercial_use": false, + "recraft_id": "3a0d72c9-c081-45d2-a9bf-e36f5ca211b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:13:19.801782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "868cb623-0478-4657-a35b-2bc6722e4a91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"happy\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "a89a18b0-1764-4434-817e-3815bfc133c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:16:06.252273Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45a5e50e-7406-45f8-982c-94d139c3e5ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A pair of les couples in s-letter clothes and c-letter clothes watched the aurora in Russia in the snowy winter. They wore retro hats and thick retro clothes.", + "public_commercial_use": false, + "recraft_id": "81f2dfae-1f73-4626-b846-c33110d8cdfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T17:14:47.502195Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a551e17a-72e9-4c1c-82d2-b805929d5012", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border Sheepdog Puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "3c21db62-a0ea-4823-889a-a1348f7334e7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:34:30.549797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84ceae80-aeef-4680-9b95-f2d098d8ed4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At Christmas, in a warm house, two little pigs opened presents in front of the Christmas tree.", + "public_commercial_use": false, + "recraft_id": "14364a0b-4aca-410f-b00a-c5f046afe6d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:06:17.216841Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37dd3b9d-62c4-4054-a891-92435058bcfb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Create a hyper-realistic close-up image of small gifts wrapped in the shape of a house, under a christmas tree. The wrapping paper should tightly cover the houses, revealing their silhouette. Use a plain blue wrapping paper. Add a large, decorative ribbon and bow on the roof's peak to emphasize the holiday theme. The background should be softly lit with a cozy, festive ambiance, featuring blurred holiday lights or a wintery scene to complement the gift. Ensure the focus remains on the wrapped house, highlighting its unique shape and festive details. The shot should focus on the base of the tree and gifts, with the tree branches visible only at the top of the image. The overall effect should resemble a close-up well-staged flash photographic advertisement.", + "public_commercial_use": false, + "recraft_id": "10328280-5351-4cab-bbc8-b87433f06928", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:54:33.583605Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a706eed-6e33-4596-a15f-f22b10052441", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A whale floats in the vast sky, and its tail drags out a rainbow.", + "public_commercial_use": false, + "recraft_id": "37e3d1fa-0410-4b8a-b74f-2c78c2479371", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:58:28.39947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1215317-f529-483c-90a0-a5f13e1c19d4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty sitting in an office, waring ear phone and reading magazine. The office is on fire", + "public_commercial_use": false, + "recraft_id": "28cb0bfa-8b33-4367-b3a2-33210c0fa55b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:14:00.674778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b70eabb-4700-4db0-9001-ee50f4146f86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "I think that everything goes to the sea, and the sea will contain everything, all those things that cannot be born and die forever. I think that on the day when the sky opens, these things will have the right to exist for the first time - or again.", + "public_commercial_use": false, + "recraft_id": "cb6e2dbe-8431-4987-a224-3ab9f8382cd7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T02:05:19.326076Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8198331d-07e0-4fbd-bf61-56e5ee283b99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dream core, in scene of backroom, a teddy bear in middle, green wallpaper, green carpet, 1990s office backgroudn, backroom, empty, ", + "public_commercial_use": false, + "recraft_id": "281ba223-48e8-4da0-9831-cb6f2ea02c37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:20:23.970979Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "118c3f9d-7024-4f4e-85af-24327382eabc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "child holding a magnifying glass to his eye", + "public_commercial_use": false, + "recraft_id": "63df7661-6162-40c6-b0c9-733978250a51", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T23:43:00.477529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat flying to the moon riding a spoon with milky way in the back", + "public_commercial_use": false, + "recraft_id": "b146878f-d7c5-4064-8c2d-da5081fab662", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:55:09.353316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man lifts his skull to reveal jelly brains", + "public_commercial_use": false, + "recraft_id": "6764a438-5f2c-475c-8e3e-3721bef6e4bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:58:03.400329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15193f4e-3c06-4345-b637-957eab8e00fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "this is a still photo of objects: closeup of fortune teller's smooth hands using a medium size transparent shiny crystal ball that is floating in the water, the water is filled with super shiny and sparkling diamonds, a white rose is also floating in the water, floating three oracle cards with six-pointed stars on the back, candle floating, all water", + "public_commercial_use": false, + "recraft_id": "347b03f4-5e56-42b1-83f0-b6e51d315086", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:33:02.60641Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9850f01-51f6-478c-8269-1fe0a3067284", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a whale floating in the real light blue sky, let its pair of pectoral fins be exposed.,add real rainbow and real stars around it,make the image light", + "public_commercial_use": false, + "recraft_id": "6ec0d76b-6431-49c9-b2e2-2c0ba281f01a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T01:45:16.354244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a0fc0490-6041-413f-ab71-04861d01adad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Traditional Chinese painting depicts peaceful and auspicious scenes, symbolizing longevity and harmony. In the foreground, an ancient pine tree with intricate and twisted branches stretches out, and its evergreen needles are abundant and full of vitality. Standing near the squirrel is a red crowned crane spreading its wings. It has elegant white feathers, a slender neck, and a touch of bright red on its head. The crane stands in a naturalistic environment, surrounded by soft clouds or distant mist, creating a peaceful and eternal atmosphere. The background is characterized by rolling hills or peaceful rivers, which are coordinated with the theme of nature. No calligraphy or seal, only one red crowned crane", + "public_commercial_use": false, + "recraft_id": "c599e1fb-2b4c-411d-b864-ee9f546ee3b3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T14:26:06.29054Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89707e3f-14ac-4e97-8a8b-e3d6c8b54a62", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A HelloKitty cat doll is holding a knife in the office in the background. The desk caught fire, and the computer fell to the ground and broke.", + "public_commercial_use": false, + "recraft_id": "3e88b86b-661a-477d-8b45-e0da10e89b6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:10:40.922541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36366ca8-152e-452b-af85-fd5e17c164ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "brown leather and grey apartment", + "public_commercial_use": false, + "recraft_id": "4ec8dddb-af30-4b37-9b78-eb5eabc9e9f7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:38:48.413108Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3843103-948b-4937-b45e-4a688d7b9d68", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty in the snow, next to a birthday cake, birthday cake candles on the letters pepper", + "public_commercial_use": false, + "recraft_id": "b9f22c5b-24fe-4c43-8dcf-38982aad388a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:21:07.226332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d6e33a37-363c-49d8-a4f0-d32e154daef0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bird sitting on a big flying cat.", + "public_commercial_use": false, + "recraft_id": "8c4f69e8-34db-44b2-9508-cd627dd0eecf", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:17:36.99684Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c173e673-ebe8-405f-bd93-e2ed9f4bf66b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty sitting in an office, reading magazine. There is a cup of coffee and documents on the table. The office is burning", + "public_commercial_use": false, + "recraft_id": "35b6cfae-086d-456f-8f39-8b3823568548", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:57:49.854845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f6012df-ba43-449c-a8c6-1c6d0ff92832", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man wearing an orange hat, carrying a fishing pole on his shoulders, is walking towards the screen. He is in the desert, and there are schools of flying fish in the sky.", + "public_commercial_use": false, + "recraft_id": "df0f15d1-c27b-4c0c-973d-68ba6d7b1bf1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T02:10:41.831794Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ccab6c56-52f7-4a51-a150-ed997ec5004a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire puppy with a round face is wearing lovely clothes, and there is a lovely toy sitting next to it. In a warm room. There is a decoration on the floor of the room, which says kimkim.", + "public_commercial_use": false, + "recraft_id": "51406841-a936-4867-a42e-0037d6e903c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:00:36.681769Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e47b474-ae35-443b-b836-914cd94ecf10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Handwritten \"QwQian\" word in the snow, snow, blue beach, and sky A lovely hellokitty figurine in a dress with angel wings standing beside it, floating snow, on a snowy night with aurora, a gorgeous and big Christmas tree is located beside hellokitty figurine, full of Christmas romantic warm atmosphere,retro vibe", + "public_commercial_use": false, + "recraft_id": "0a1d29d2-43e4-42f1-b6f8-65df0ddc875d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T04:14:25.897819Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "8fd4b413-1868-4119-9265-4273010504f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a painting of glass bottle in simple tree shape, transparent", + "public_commercial_use": false, + "recraft_id": "1170be62-5c78-4504-a1c7-bffea968fdf6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:28:10.74667Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c578965-ea63-428d-b3df-055203c2ce73", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty The eruption of Mount Fuji Drink tea leisurely", + "public_commercial_use": false, + "recraft_id": "6252c711-2a18-451a-a175-f37616ed23f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:34:07.427767Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de9b8448-a385-477d-ab3e-f2e515e75cec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "burning Kinkakuji Temple", + "public_commercial_use": false, + "recraft_id": "8bfde264-cf02-4483-8fa4-e0bc96f2dc83", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:12:43.01916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45417b9a-ab8f-4d06-9dd7-a7bee961345b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a american short hair cat wear sunglasses play drums", + "public_commercial_use": false, + "recraft_id": "8c5080f6-5fb0-4921-a710-6271443c431b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:19:31.763654Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6dc9aea-e48e-41ea-a391-444bd43ab72d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll in the snow Christmas", + "public_commercial_use": false, + "recraft_id": "53414818-e2b1-466c-ad2a-1be0c6300819", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:40:07.678427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2222dd92-1b1c-4209-afd2-81d559f352f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, write echo in the snow. There are fireworks and Christmas trees by the seaside", + "public_commercial_use": false, + "recraft_id": "4ec1fd6b-65e3-4f79-a038-10520d05210a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:38:34.641863Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "151f0d70-0a99-45e7-8520-0aa1dedbb3cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A big Christmas tree under the starry sky", + "public_commercial_use": false, + "recraft_id": "12126e32-7624-4805-8821-8acafbfb7115", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:29:15.022706Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2e3cb361-e4f1-4859-b734-b385d6163c9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a vintage little Alien toy and ufo toy with gifts on the ground", + "public_commercial_use": false, + "recraft_id": "b99e8623-755a-4d87-b5f2-b9f5a968d184", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:05:08.219923Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "0516d2c6-ef05-47ba-817b-d956439c3b01", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the background there is a pink sky, and on the beach in the evening there is a white birthday cake topped with red 'JOSHUA' candles and the letters '29'.", + "public_commercial_use": false, + "recraft_id": "b812716e-25f2-4cf7-8875-6773785aede2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:24:34.683654Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7df82d84-8fa0-440f-98fa-ee949579146e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A lamb stands in front of a snowy autumn mountain outdoor", + "public_commercial_use": false, + "recraft_id": "eae061a5-95dd-4e7e-8c9c-28fe84751566", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:53:35.731782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5410691-f29d-4a0e-8b55-2c6a7604af38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the gym, hello Kitty is lifting a barbell with a cigarette in her mouth, and the house is on fire and she doesn't care!", + "public_commercial_use": false, + "recraft_id": "a489ebdf-fd91-4e9f-b3b8-c24c3a1d12f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:09:06.749988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7c565b8-f174-4682-9f4f-c25ca8986288", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A pool filled with colorful chocolate beans, a chubby panda wearing sunglasses and a swimming ring is soaking in the pool.", + "public_commercial_use": false, + "recraft_id": "93b79f0f-5eb0-4122-ba73-30522840a3ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:36:14.518428Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "334602c7-6024-427e-97d1-34fd9cb57e38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty dances in the snow forest with a cup of milk tea", + "public_commercial_use": false, + "recraft_id": "7d042d63-8966-4230-9227-846bbc9ca084", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:59:26.37877Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty in blue and a hello kitty in pink look at flowers in the snow on a winter morning", + "public_commercial_use": false, + "recraft_id": "98b709f0-df16-43b2-a502-d8b6f83f5352", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:39:26.84582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c06b91ed-9dfa-462c-94a1-dd8c010993d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dark room, TV on, half-empty bottle and glass, leftover pizza, woven rug, burning cigarette", + "public_commercial_use": false, + "recraft_id": "a4a1f4f8-973b-4eac-8a73-8776db188935", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:44:52.610838Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74d36a89-39e2-4dab-9a32-586d97233dc4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat wearing astronaut suit dancing outer space, stars shining, ballon, snow", + "public_commercial_use": false, + "recraft_id": "51d91e31-4833-46ff-aab1-f07ea30e73c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:41:49.213694Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24f8feb2-f750-4c31-8f3f-e3538ebb7687", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, wearing a birthday hat, with a glowing Christmas tree behind it and the words \"yang\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "2a528c64-ccb6-41ee-93f1-68872d1dc87b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:10:16.953173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1823c218-c6c8-46b6-b556-abd478e94600", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border Sheepdog puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance", + "public_commercial_use": false, + "recraft_id": "15abdc4b-e266-4abc-bf68-fc4bf10bec72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:18:11.259483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59e309bd-29fd-400b-9bb3-8ad4070f2881", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cadiz loves US dollars", + "public_commercial_use": false, + "recraft_id": "1f509ef4-8add-4b50-8383-8e1068391c8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:46:49.456128Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bb2d09db-8269-4008-bf70-c0e69a998a9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lovely elf is on the snowy ground on a snowy day. There is a cottage beside it and the elf is making cute movements.", + "public_commercial_use": false, + "recraft_id": "c6a78bb2-f58a-4afa-b59c-b7946c6de7c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:08:33.636454Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d99898a-dc15-4f25-9dea-c3eb7a794960", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute little dear wearing a light soft brown cotton clothes with star pattern, standing in the night snow", + "public_commercial_use": false, + "recraft_id": "ead8c5a0-03ce-43e6-88f1-370fbbdcc237", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:45:11.952194Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8853e4f9-a4c2-4b2f-be9a-491b81bbefaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "westhighland white terrier Watching Mount Fuji in winter", + "public_commercial_use": false, + "recraft_id": "b0f02c5a-b69c-4286-8668-bf6de68cbd18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:29:33.921297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ff039cb5-580a-4a41-93ca-e3ba7c98037e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A handsome man in a pink knit hat, wearing a dark blue jacket, blue jeans and a pair of pink Adidas training shoes, squatting on the front steps, the weather is relatively cold and the sky is blowing snow, time is night", + "public_commercial_use": false, + "recraft_id": "d582149e-ecb8-44e4-b596-a20a21bed320", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:31:58.613487Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "328f0477-f34e-4d51-96a8-e0de5dfa618e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat god with tears. Tears are made of diamond.", + "public_commercial_use": false, + "recraft_id": "df548676-01b1-48d6-a13f-4b0765c910f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:50:58.706781Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90072888-318b-461c-8893-cfe8d95c4898", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Pink snow falls in the sky and houses are made of ice cream and candy", + "public_commercial_use": false, + "recraft_id": "14a37d72-5e48-4d14-b10a-a8ee7fe9a5ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T05:39:20.235858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5aa59cf2-e5e0-4a18-8ece-70a58ad84703", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a big head Hello Kitty is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a dancing pole. big head shot.", + "public_commercial_use": false, + "recraft_id": "544425bd-17d7-49ea-b660-ad4d0421e5a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:28:39.580766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8bad7690-62ce-409b-8625-449ccda2abd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the boundless snow scene of Altay, a Chinese beauty , wearing a JK uniform in the snow, around many snow man", + "public_commercial_use": false, + "recraft_id": "d7dc3d3c-6ec6-457c-b642-096c65cd4b70", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:45:29.607478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3dcd7f71-4be4-4fcc-b0c3-1408eceb368f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a small snowman in the shape of Hello Kitty on the snowy ground by the river. Beside it is a street with street lamps. There is a wooden house with a chimney nearby, and fireworks in the distance. It's still snowing. ", + "public_commercial_use": false, + "recraft_id": "c6643f61-f74f-4ffd-9a34-dc4731d9b83b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T18:19:39.486902Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d002d681-eb38-4500-b1b0-066d3b9b1220", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are flowing water waves in a picture, rain and stars appear in the sky at the same time, and a long-haired dachshund is smiling.", + "public_commercial_use": false, + "recraft_id": "0c25bcdb-0df0-4505-9fb4-93f4fd556b1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:03:05.276305Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95d61112-9506-481b-8c40-e408333a4e54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty is watching sunset", + "public_commercial_use": false, + "recraft_id": "e9a66fb4-7c6f-4519-81fc-225245c159f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:31:01.470707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9bea12cd-aa9f-425f-ad2b-b951c992c9de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a whale floating in the real light blue sky, let its pair of pectoral fins be exposed.,add real rainbow and real stars around it", + "public_commercial_use": false, + "recraft_id": "2fb58cc6-7e61-4c7f-a2b3-f423bcbb1c7b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T02:54:25.232879Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16c0f610-6f48-4277-87f5-c984988eaa4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A crazy cow cat is roaring, wearing a Christmas hat and holding crutch candy to smash the computer screen. The volcano outside the window is erupting.", + "public_commercial_use": false, + "recraft_id": "7b72fd09-16ab-43d4-9cea-ae794ca26a83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:15:50.105602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3860ade6-d4bb-43c0-ae55-991453c3c18d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "europen wear a starry crown", + "public_commercial_use": false, + "recraft_id": "ef299b02-60c6-4aee-8624-dcb59a278775", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:47:08.093696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8a82d1d-84e9-475d-a952-982653bb34e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese man with short black hair, standing in the middle of the picture, dancing, Tokyo, Dream Core", + "public_commercial_use": false, + "recraft_id": "7fb1f979-8cf0-4ca7-a3aa-f664c1fb9559", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T10:23:09.791046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c099f33-01ff-4017-aca1-cff39599924d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Looking up, an Asian kid with an exaggerated expression,", + "public_commercial_use": false, + "recraft_id": "0d8f5223-681f-4263-aa4e-b61025751b02", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:27:49.270606Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f9b8620-a383-4fb3-9504-98745ca0dace", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Many Christmas gift boxes! There are scarves and triangular bags with deer spotted patterns inside, and the gift boxes are all placed in the snow during the day. There are also deer with bells around to watch", + "public_commercial_use": false, + "recraft_id": "a8a93744-ba8a-46cb-9012-fda76862b726", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:55:30.241773Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0be7527d-ec11-4b3f-a525-47592f57ede7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Golden Hair dog With Mt. Fuji and snow in the background", + "public_commercial_use": false, + "recraft_id": "4f44d308-fcf7-40fc-a7b4-d73cfa232399", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:42:26.549252Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6ec447c-dc36-4c89-8e4a-d8e520c9f671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An adorable kitten wearing a plush hat is happy and surrounded by super cute stuffed animals.", + "public_commercial_use": false, + "recraft_id": "9cd694bd-8cee-4c8d-b20d-84a3d726cc73", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:19:31.170924Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4ab61b94-b1cb-42fb-aedb-3ba005645b38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The snow at night was covered with Christmas decorations, elves were flying in the air, and a vintage silver platter was placed in the center", + "public_commercial_use": false, + "recraft_id": "374af2f4-86a4-4a5c-8eb2-be7a78bd4df0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:50:03.009583Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6d42c291-9997-4d13-b56e-4a9bb28cd366", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her", + "public_commercial_use": false, + "recraft_id": "33620e44-fe9e-4cb6-a5fc-79a9bcf4d141", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:35:58.380613Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "91b19985-9031-49b1-99c4-f25951bcd428", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pearls in shape of letter \"iAn\" on a pine tree covered in snow", + "public_commercial_use": false, + "recraft_id": "0276b89b-88a7-47db-a75a-77b57e72f494", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:49:34.122819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eac20342-ad13-47c2-adcd-7d41e410096f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A baby is riding a blue whale flying in the real sky with rainbow beside", + "public_commercial_use": false, + "recraft_id": "f1f78e6c-b3c3-4fd6-a302-6e7a414df0b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:58:37.153469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8374351c-737f-4605-88ce-a4b80a2f3ad3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "By the sea on a sunny day, hellokitty dolls and snowman dolls look at the sea hand in hand. There are many shells on the beach.", + "public_commercial_use": false, + "recraft_id": "1814b501-1174-4cd4-ab98-9dd61c2fcb32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:02:14.034488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "251541c7-eb2a-4f4d-ab24-0b04c3b4d016", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With a Christmas tree and Santa Claus", + "public_commercial_use": false, + "recraft_id": "c932a323-43cb-466e-819a-d00fb79f1fc1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:15:26.388528Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef250340-a7da-4a0c-bd6f-4d083476e802", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Gold face chain, olive branch, tears, sand and fire in black and gold tone", + "public_commercial_use": false, + "recraft_id": "7b84d691-6814-45b6-9169-5effe99babd4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:44:10.835553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2309e4bf-ca50-4e31-85f7-5d3cdde48e4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On Christmas Day, when the sky was full of stars, and the maiden slept in a little bed in the attic, guarded by a little bear, and the thick quilt of crushed cotton", + "public_commercial_use": false, + "recraft_id": "762cecda-205e-4a73-bd17-c5c7beede888", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T18:02:19.945203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdc0664c-f60a-47de-840f-d089a067e20f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A sailboat on the sea, on the snowy winter beach. There is a little golden retriever. There are brilliant fireworks blooming in the sky", + "public_commercial_use": false, + "recraft_id": "cb727eab-36a4-4835-bff9-c07f6a8297f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:36:53.035021Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little dachshund playing the electric guitar by itself in the snowy field where fireworks are being set off in winter.", + "public_commercial_use": false, + "recraft_id": "6b12656a-90fa-4733-9e39-a5ee06ad82d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T02:31:03.026726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9304666a-12eb-4b0e-8e64-28fafb65b3da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog wearing a Christmas hat was standing on the snow-covered ground. The sky was tinted with the warm hues of dusk, casting a soft and gentle glow over everything around.", + "public_commercial_use": false, + "recraft_id": "f3eed1bc-097c-42a1-824b-25dd4a6a2e97", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:11:52.523876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "39ba3040-5200-4a90-9c49-209d2440f66d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "in the evening, a cream scottish short cat with a scarf is taking pictures of the Mount Fuji with camera, standing besides Lake. It is winter and is snowing. ", + "public_commercial_use": false, + "recraft_id": "046cb2fa-dae2-4c4d-8804-7f097b621f79", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:04:46.953024Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten in a Harry Potter suit holds a wand and the wand shoots out stars", + "public_commercial_use": false, + "recraft_id": "fb8d9b58-20c0-45c5-88be-c0cab0a9e26f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:55:23.474684Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e97a86d-daf6-4ad5-b193-77cba60b40b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A indoor swimming pool full of white tiles, no human, dark , water, nostalgic", + "public_commercial_use": false, + "recraft_id": "fe4378f2-7e49-45b3-9036-f367df2a2890", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:06:10.190708Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3b04c3f-46ed-43bd-85b4-5df9587477dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas,rain,Writing wzy in the fog on the glass window", + "public_commercial_use": false, + "recraft_id": "5ae38f64-b3a4-4c0e-bdc5-a422d2eca809", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T12:57:38.88836Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "695d10b5-d661-42f4-b4ab-af3848ce05b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoyed dog smiling and hold a Bernese Mountain Dog down in the forest, playing, snowing, blues time. Cute.", + "public_commercial_use": false, + "recraft_id": "9b8249c9-30f5-4599-8948-529b8bcdcfda", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T13:44:47.326483Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "cdc1cd90-2131-4b30-9969-4b27195d06ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hamster a baby chicken sharing food ", + "public_commercial_use": false, + "recraft_id": "ccb42089-d7e4-47e6-ab40-0830834ff0a7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:12:12.50319Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "d9228d19-1833-4c32-ac0c-b99ea769f3d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog is singing in Atlantic ", + "public_commercial_use": false, + "recraft_id": "13cbbf8f-6743-42a2-af9b-69c7c1b2f4a5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:07:46.025584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ee812b0-5239-4fc5-90ff-c5afd3470110", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white chihuahua puppy is dressed in lovely clothes, and there is a lovely toy lamb sitting next to it. In a warm room.", + "public_commercial_use": false, + "recraft_id": "42ad44c9-4059-4335-b095-8586448cf119", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:20:54.587831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty stuffed animal is working at a computer in the office, with many files on her desk.", + "public_commercial_use": false, + "recraft_id": "fce0083a-31cb-4edb-98bc-7866919ee661", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:52.795029Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d3cdd17-d69b-4df7-ab19-dc0d85bc5435", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Buildings with neon lights shining in the rainy night", + "public_commercial_use": false, + "recraft_id": "6aba3722-1e84-488e-819c-3aa17b2d6ccf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T21:02:03.772504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa8878e5-4f1c-4a41-a48a-be6d53700573", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Kirbymon and the Yeti stand on the snow.", + "public_commercial_use": false, + "recraft_id": "0a751251-b85f-4eef-a84d-5016bac1e74f", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:46:04.984735Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21a078d3-3bab-47f2-98a5-ff989e124659", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the empty corridor were many identical white doors, the walls and the ground were white, and in the dim light a sheep stood in the middle, strewn with red apples", + "public_commercial_use": false, + "recraft_id": "8576f2f0-b074-4bbc-bd95-2d685575321b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:26:45.959501Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5541344-ced7-4455-bfa5-680a2455f822", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two Mickeys are fencing in the gym", + "public_commercial_use": false, + "recraft_id": "664bdb63-d143-43e7-b339-e5ef89e90b2e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:24:00.632107Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "925e30ce-4b83-4ddd-b258-ba015616c4b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, wearing a bow and crown, sits in a bathtub filled with gold and money, holding a gun and shooting to the left, with a beach and sunshine outside the window.", + "public_commercial_use": false, + "recraft_id": "53305a6d-8247-4b45-b8db-d97f6027d3fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:11:42.273926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e10f268-6828-44e7-b2d9-1c84ad00d705", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "I hope it snows in Hong Kong", + "public_commercial_use": false, + "recraft_id": "66798d51-efc8-4026-8b53-531bd45b56ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:37:33.808905Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8ba5908-2d1e-482c-8018-0f81babc25dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "It's snowing lightly, the sky is pitch black, and there's a little cat looking at the camera.", + "public_commercial_use": false, + "recraft_id": "1a584745-0600-44e7-88d0-40f5a09aac9a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:15:36.498276Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "0c15d264-04c9-4501-b03e-cb8b9e45f950", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "glass bottle in simple tree shape, transparent, with hands and legs, like a cute monster", + "public_commercial_use": false, + "recraft_id": "c5631b9e-4d6d-4e99-bb32-642e805150d3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:50:49.380611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cf910090-56b8-4f8c-a8ee-baf9840e907d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sky is dark blue. The monk is looking at the temple burned by the big fire and the snowy land.", + "public_commercial_use": false, + "recraft_id": "eaf0d608-dc81-48ae-bde6-a8871f714b21", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:17:58.362313Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0683980a-c2a7-46f1-ab3e-76ca1774289d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten with a nail on its lips sat on the workstation and got angry.", + "public_commercial_use": false, + "recraft_id": "d87a74de-1703-431d-b7c1-68521072f114", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:55:06.458382Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7943ae53-cec9-4c6e-8fc4-101f4c3e320f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " hellokitty has a lot of marshmallows in the sky", + "public_commercial_use": false, + "recraft_id": "3afaa702-5d5d-4192-9d28-b5c465ba9f54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:43:43.347504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b942120-db63-4f7e-8ea0-de853aa816cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat with wings flying to the moon riding a spoon with milky way in the back", + "public_commercial_use": false, + "recraft_id": "8d6ab9c5-855e-415f-b129-21befcd66e0b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:02:07.920038Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a966496-9a8d-41fc-9925-0641e79044c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Yorkshire puppy, not only wearing a Christmas hat on its head, but also wearing cute little cloth. He sits in the snow. The snow scene is beautiful, and there is a pink atmosphere. There is also a small heart shape on the ground, which says kimkim.", + "public_commercial_use": false, + "recraft_id": "b1d0a047-aecc-4e3f-85e1-f940ce764513", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:15:36.872063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1480c4ff-fa0b-402e-b781-c29792163e24", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute little dear wearing a warm stars pattern cotton cloth, standing in the snow, side perspective, midnight Christmas vibe", + "public_commercial_use": false, + "recraft_id": "5e2716d9-e37a-4541-b5b9-465f128fa803", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:38:19.805684Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e44b977-6006-43f5-997c-d02838b458e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The husky weAR ARMY SUIT WITH SUN glasses", + "public_commercial_use": false, + "recraft_id": "d218fd70-74f7-4f07-9c7b-6a95fac2067a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T16:49:53.965567Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0411fded-99f8-4611-8b6a-1103d47274df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a fur Christmas tree in the snow in Xinjiang that says:Ekolu ", + "public_commercial_use": false, + "recraft_id": "84f48323-fbe4-4dd4-98f2-5fbdff87dab4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:50:13.883207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "699bd8be-6754-4178-abe5-58d6d2aa1543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Elephant, strawberry, strawberry cake, ice cream, Mickey Mouse, doll, dream", + "public_commercial_use": false, + "recraft_id": "20dea360-8757-49be-a9a0-42f1fe29db6c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:49:14.731118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1c381bef-a9eb-41da-83aa-73e413a680a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An evening sky with warm hues, a ruined church in the background, a black goat standing on the grass. The central figure is a witch holding a cross in her hand. Her tattered dress is stained with dried blood.", + "public_commercial_use": false, + "recraft_id": "36dc2860-c2b3-4335-a39f-0bddb05fe394", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:22:55.138643Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30fd52ce-9d49-460f-b60c-773d30b80433", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is standing next to the Christmas tree celebrating", + "public_commercial_use": false, + "recraft_id": "3155ae10-b2aa-47de-93c2-c404115af606", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:29:02.696943Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f14b1c4e-2bdc-408c-9963-8f2d5639ddbe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty loves christmas ,she has received so many gifts. ", + "public_commercial_use": false, + "recraft_id": "2ccfa9b4-086a-4218-9f3f-840534ff480c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:06:44.223414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6bae45f-f65c-4634-b157-9b3d066183a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "In the snow in the close-up, two HelloKitty dolls are located on the left side of the middle, snuggled together in wedding dresses. The doll on the left is wearing a black suit and a white shirt, and Hellokitty on the right is wearing the bride's white wedding dress. In the distance are fireworks in full bloom, in the middle scene is the sea, there is vast snow, and there are traces of \"YJL&WS\" in the snow. The whole presents a warm atmosphere. There is a warm yellow light shining down.", + "public_commercial_use": false, + "recraft_id": "bac3d94c-f11f-402b-a7fc-0b304264d569", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:35:42.773472Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "871e5f1a-caa0-4c8f-bfe0-3504d31474b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty rides a bike and also with a bottle of milk while unde hollywood sunset", + "public_commercial_use": false, + "recraft_id": "63d5231c-6a5e-4d43-82f9-5513e80e2c6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:10:37.041611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, two Shiba inuses (one black and one yellow) are taking pictures of the yellow with a camera", + "public_commercial_use": false, + "recraft_id": "173c80ff-3728-4f46-9f6b-0caf6154b549", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:56:01.752727Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57c425b7-6032-455a-b468-adcc2f9c0807", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll wearing a black suit and a black bow tie is elegantly drinking coffee in front of an erupting volcano.", + "public_commercial_use": false, + "recraft_id": "198888ae-f251-4930-94ea-4c866fbc1da3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:03:26.270798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0e280983-87df-4494-aae3-e87c9e09caea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "I get to shine ", + "public_commercial_use": false, + "recraft_id": "3085ef52-9362-49e7-9c49-cfa8095f05ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:56:34.096938Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "c80766cf-298b-4553-8ddf-85d9f2de8d2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There were fireworks in the sky on a snowy beach.", + "public_commercial_use": false, + "recraft_id": "628e45c9-d901-45c8-9366-aec611088bde", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:12:33.685235Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41df0f54-9d07-40e7-aae5-b74caf477ef3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an action a day", + "public_commercial_use": false, + "recraft_id": "8d2c2801-8060-4012-b5d9-2ba95497a757", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:23:59.970466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa70167b-e396-4cec-b2cb-fa08f28cf367", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute, angel cat with big eyes and hold a magic stick, in the snow outside, some butterflies flying around ", + "public_commercial_use": false, + "recraft_id": "73683513-9ff2-413f-9927-7795d3abe0e6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:41:26.269009Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2f5cd0d2-1281-4630-858c-5f9354832fee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " jellyfish floats around the windows up its way to my eyes", + "public_commercial_use": false, + "recraft_id": "f8f5ca4e-de3f-4813-9447-a9105992c539", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:18:13.972109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0cf8caf8-b80a-4c0a-b216-9cbb2705d97c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hallo kitty watching fireworks by the sea", + "public_commercial_use": false, + "recraft_id": "0d55113f-2618-4ed9-9b01-d2c21c4fbdab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:35:00.382401Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "841e0fb1-0b9b-4841-940c-52458789f07f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A middle-aged man wearing a dark blue suit and a white hat stood on a small wooden boat in the snow. The sky was filled with printing paper, and angels appeared in the sky.", + "public_commercial_use": false, + "recraft_id": "97b24a0e-9e81-497b-9929-c4a31111c6ed", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:02:23.722416Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32fa7553-200d-4167-9eb4-68c0fd1e60b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write Sabrina in a beautiful place", + "public_commercial_use": false, + "recraft_id": "ad61da9c-f512-4eb3-948d-c108dfef8783", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:21:54.655915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f872c93-1a14-42cd-bc56-fc1661e05630", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The mouse stood in the police car with an ak47.", + "public_commercial_use": false, + "recraft_id": "33d5868a-fb61-4015-a6a9-82d565b0ac78", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:10:10.044582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3713801-d7d0-43c3-a188-97aed7ce0967", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute little dear with stars replace his dots pattern on his body, standing in the snow, side face, night", + "public_commercial_use": false, + "recraft_id": "a2a267fd-b407-45dc-892c-e2e1dd05918a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:01:18.575191Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a36d59b-b1ec-4074-8faa-2ccbc7129a7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little rabbit doll white, fat, big eyes with red ribbon on its neck, red and white stripe socks on its legs.In a room of a abandoned hotel.Sitting on the bed.the room grew a lot of plants", + "public_commercial_use": false, + "recraft_id": "235eed38-292b-4802-a986-c89cfa888307", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:55:07.695968Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c209b43-4e0e-4593-9836-63de39b5ef78", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snowing morning lake deers ", + "public_commercial_use": false, + "recraft_id": "fee44df3-b2d1-4361-95d1-4401d9a1145c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:43:29.193705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d9aa6fd0-5ffa-4760-89d8-e45aec635b34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A humanoid teddy bear with sunglasses sat in front of the Macbook and drank coffee leisurely.", + "public_commercial_use": false, + "recraft_id": "1f57237a-449b-4b49-94b0-e23ea7ccb741", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:11:29.460605Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "63f27994-bad4-406c-a420-7de7deeed2fe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A hello kitty doll and a pink pig doll sitting in the snow holding fireworks fairy sticks, with the letters Lynn &Ray printed on the snow", + "public_commercial_use": false, + "recraft_id": "fb464cb2-c83a-49fa-9cae-27c6a4e67c2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:14:00.920859Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc5f4d57-2acf-42df-91d5-00bcaa4e87df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty writing 'zy&gw' in the snow", + "public_commercial_use": false, + "recraft_id": "471ba851-f008-4e04-b96a-68eab8f1df37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:22:24.91193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87e1c3b6-b978-4e0e-9319-f75e916d28c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hello kitty doll sitting in the snow holding a fireworks fairy stick, with the letters Angel 2 printed on the snow", + "public_commercial_use": false, + "recraft_id": "031dc696-e0ec-45c8-91a7-7a920fc4b0dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:40:51.550504Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e53e63ac-8419-4619-8599-2a25e30c1204", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The meteor transforms into a burning candle on a birthday cake, with the date 12.15.", + "public_commercial_use": false, + "recraft_id": "acf0df9c-b216-4050-9513-64553bc81c8b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:14:10.384048Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6680ed3-4389-49ec-88aa-e8883d072ae7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat drink coffee when building on fire", + "public_commercial_use": false, + "recraft_id": "8fb1a9fb-82b0-4821-b5a3-dc4887df82f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:38:28.12829Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "317bf585-3362-4a3e-8e11-d8f9000a572d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A McDonald's fast food restaurant eats a McDonald's Big Mac hamburger hello Kitty, wearing a Klein blue sweatshirt with a big McDonald's M standard on the sweatshirt.", + "public_commercial_use": false, + "recraft_id": "b70864f2-bd15-4684-afaa-2a9ba609a6aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:29:07.54092Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "40b50460-2fb6-43f7-8fae-e8b7b4238aa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A koala listening to music on a train,looking out the window at the mountain view", + "public_commercial_use": false, + "recraft_id": "999fbcef-14cc-4aad-aedf-7f356e79098c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:12:35.703135Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ae85c89f-e883-4ba7-b610-ebb61b333bc0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A happy little Labrador wearing a birthday hat, with a Fuji camera around its neck, sitting in front of flowers and a birthday cake.", + "public_commercial_use": false, + "recraft_id": "64b4ea93-dbe4-42b0-8776-1745955cf233", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:31:52.957445Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6233a93b-a779-4e03-9b27-eeb6f83a264e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I closed my eyes and listened to the breath of the sea.", + "public_commercial_use": false, + "recraft_id": "e3183150-e780-4ca6-b152-043e002ecc6f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:23:05.206879Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "728b81a9-ec26-4e18-945a-cf6b9a6e39f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rilakkuma and cake on the beach cake at sunset 01.03Happy Nico's day", + "public_commercial_use": false, + "recraft_id": "cb7b62f6-6248-4956-b469-90118525c7d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:02:06.165088Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a75706e8-2412-437d-a701-c304d07163a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White tiles room, dark , indoor, nostalgic, flowers growing crazily", + "public_commercial_use": false, + "recraft_id": "6d21c42c-efa8-426b-a48c-75092458a2e9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:17:23.220907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48253334-3c09-48d8-b896-db47c6d9d70c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little penguin wearing a blue woolen hat walks on the snow, with footprints, snowflakes floating, stars shining, and LYW written on the snow. The atmosphere is warm, and the details are clear", + "public_commercial_use": false, + "recraft_id": "df2dd625-910b-4b7c-b8e1-274c4e000c8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:00:04.797993Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b13d6b4-f53f-42cc-b7fd-babfb292d0b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A character with the head of Disney's Chip, dressed in a black designer outfit, is selling clothes in a boutique against a backdrop of a post-apocalyptic scenario.", + "public_commercial_use": false, + "recraft_id": "38c0cf66-614e-43e6-a414-4aeef0e4f422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:23:08.448375Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8f425e72-16e4-4a97-8b4f-1d1597480fd9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The ghost without legs was chasing me.", + "public_commercial_use": false, + "recraft_id": "7a1c4303-9374-4449-9d3d-0ecad8f860e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T22:09:48.506462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb08422b-caa5-48aa-a455-c863dfe6ca6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty with one butterfly and strings around, play bass and drumset; fire flares around", + "public_commercial_use": false, + "recraft_id": "3c0504a3-a192-4ea2-b0b6-1280898bb12d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:24:40.818125Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a7e7c14-4e97-4481-b38c-b42be3447a09", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A life-sized SpongeBob mascot in a pink polka-dot costume is standing in a cluttered, old-fashioned office. The desk is piled with papers, a vintage CRT monitor, a keyboard, and scattered office supplies. The floor is messy, with crumpled papers spread around, adding to the chaotic atmosphere. In the background, there are red chairs, filing cabinets, and a window letting in dim natural light. The Hello Kitty mascot is posed as if interacting with the space, bringing a whimsical contrast to the disorganized office environment. ", + "public_commercial_use": false, + "recraft_id": "34090c86-c604-4f45-b2a0-5566e713d5a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:47:46.177088Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "984d6f6d-4723-4433-95fe-146d23c088fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree in the snow by the sea", + "public_commercial_use": false, + "recraft_id": "35157000-fe7a-4d82-88da-2de195323437", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T09:41:06.778472Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "83539d96-58cb-424e-951a-287bf81ed35d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The luxurious white palace has chandeliers and stairs, snow is falling outside the French Windows, and there is a Christmas tree with colored lights", + "public_commercial_use": false, + "recraft_id": "62f2d62e-391e-407d-b139-efc03c215339", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:22:42.743441Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "489d3b7f-c8e4-4b08-ab05-e13bd65a9314", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Ballet shoes in front of Jinge Temple", + "public_commercial_use": false, + "recraft_id": "a7b1e902-f69c-4cc1-ba23-35ca33c20396", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:39:51.357851Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "515789da-a149-4065-a000-0db1f067e112", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat who is a pharmacy student wearing glasses is studying seriously.", + "public_commercial_use": false, + "recraft_id": "d8ba5623-4bda-4a8f-92ff-c8d6c7f2f1dd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:50:26.966462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "267d8a69-886e-478e-8e6a-b4ef8bd2a111", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty,gun,apron,snow", + "public_commercial_use": false, + "recraft_id": "c70a58b9-a87d-4425-a6d1-3d4c330c5d64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:22:03.691717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "73603dcd-7aaf-46cc-971c-ddd72f43f56c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There is a Bauhaus-style yellow transparent acrylic table lamp on the table, next to a pile of books and an apple.", + "public_commercial_use": false, + "recraft_id": "9924d549-242a-4f9e-9584-79e0d16fc7bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:07:23.528582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "752afbd8-8038-464b-955d-01eae3ad9f12", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hallokitty and Kim Jong-un meet", + "public_commercial_use": false, + "recraft_id": "e8b72a7d-c6ea-485d-8f53-d2debdc5f38e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T03:21:32.923443Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed973365-417e-4fb3-87b5-ea555a7bd407", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bichon puppystands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"xin\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "6e7b2739-de6d-49d2-ba1f-aff5df845e4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:25:05.323925Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b2025ef-99f2-43e4-9894-fa46ea7684a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Driving a unique 911RWB in Chinatown", + "public_commercial_use": false, + "recraft_id": "3c812f36-316a-47b6-8c43-3aaa34fc0d64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:30:03.036725Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "49b861f0-cc7b-4f89-a46e-56bb3bc05dae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Yorkshire puppy with silver back hair is chasing bubbles in the snow. There is a small toy next to it.", + "public_commercial_use": false, + "recraft_id": "99c6b9a3-0d31-4b2b-8d02-e4d821db4835", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:53:45.429751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0076730b-de39-4e99-ae65-ee0114f1eb22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are mountains ,hills ,flowers ,palm trees grow on rocks,a penguin.The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "dfeb3312-5083-475b-99c8-5587e1b4ddc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:05:57.859615Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9850334-a9cc-4ea7-ad04-d19d4b1ea432", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Long-haired white ragdoll cat with wings flying in the living room with some Christmas tree and gift decorations", + "public_commercial_use": false, + "recraft_id": "907ff320-03b9-429e-9ba5-7a5cabc9e5b6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:02:56.880514Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "99e4c0af-5006-4181-8e47-7be09f9011d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A chritmas tree being carried down a spiral staircase by a pilgrim and a bikini supermodel", + "public_commercial_use": false, + "recraft_id": "876a0d64-ddaa-4207-94bb-887b6bcbcd2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:15:38.087467Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b122273-3e85-4616-9295-0750de3b00fd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty volcano rich", + "public_commercial_use": false, + "recraft_id": "9856e9dc-ed87-42ec-b367-576f9cd926b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:46.653441Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8905552e-d2e4-465c-a22f-e1d9e3518bed", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lawyer lady happy on her way home from work in ice cream", + "public_commercial_use": false, + "recraft_id": "353bf2d8-84d2-4d98-8b90-792d79dc0406", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:17:52.414591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2dc899c-d5ed-4b42-912c-be1052cfeb53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two west Highlands running on the beach by the sea, the sky is a beautiful sunset and brilliant fireworks", + "public_commercial_use": false, + "recraft_id": "5b8a9cc1-e23c-4a96-b20b-4d240d50fc03", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T10:17:10.647254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdf162fa-3cc0-48bf-958a-aa461f7be6f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters \"LXY\" printed on the snow", + "public_commercial_use": false, + "recraft_id": "16e874db-7bd1-4552-b975-fae24494f7b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:32:08.136748Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6a2b390-8053-4ee8-9cb6-42543a1ffdc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two cats playing in the snow,a chinese building,some trees,fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "0a9f21be-3485-4944-92a3-325793ac1a54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:14:00.03571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8470ccd-7d6c-42d1-831c-671963936a25", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty works at an eyewear store help other people test eye degree", + "public_commercial_use": false, + "recraft_id": "3450818a-34d7-442e-b496-020f73a22527", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:22:28.703329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f80c1178-3bb0-4235-abf2-bdb859d2104d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sea,buring ,yellow rose", + "public_commercial_use": false, + "recraft_id": "43b7e8c8-e8e4-47ba-8fb9-675cd7b77a0c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:17:27.779561Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3b82636-56cc-41a3-8793-090d10501e2e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Looking at the floodlit stream through a gap in the flowers growing out of the embankment.", + "public_commercial_use": false, + "recraft_id": "6d4fd7de-a1b8-4619-9461-b8b9a5732428", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:25:28.393462Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "936eab2c-6c0b-447f-859a-75274038d73d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A huge swimming pool without anyone, with a rubber duck in the middle, many colorful rubber balls around, and a water slide in the distance. The atmosphere particle effect creates a desolate atmosphere", + "public_commercial_use": false, + "recraft_id": "e7a094d0-aebb-4621-a0bb-ea0f55f7039d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:35:45.68978Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6de1dab-a028-4060-991d-917b895bb0ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty wath fireworks by the seaside ", + "public_commercial_use": false, + "recraft_id": "01a75b38-0b3b-49c5-b406-6e7dfbc0af00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:18:49.484986Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "632aa542-e7a1-41c1-870c-534a0ad43a56", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a jellycat bartholomew bear sitting in the christmas scene with a wine glass in its hand, the bear is in a pyajama suit. The scene is a cozy indoor scene", + "public_commercial_use": false, + "recraft_id": "db50dcc1-6d33-4b83-b213-107900974d82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T01:25:54.947619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec081768-c340-4a2d-838d-aad88789ce91", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Celebrating birthday riding on back of a butterfly", + "public_commercial_use": false, + "recraft_id": "45fa14ce-9e95-431d-ab8b-ce67d655e22b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T13:01:28.054584Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "14758ecb-349a-4a7a-ad85-51e237ff03e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty put her hands over her ears.", + "public_commercial_use": false, + "recraft_id": "66b4d6e8-cc09-4ae4-8816-86e3d7ecab52", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:50:22.782316Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c768fd5-8bd3-487b-aced-4ce6abf1ca7b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute capybara eats a giant eggplant with a peach on the side", + "public_commercial_use": false, + "recraft_id": "73a972b6-4764-444d-9ebc-fcf6d18191c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T12:36:52.7419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "90118c66-cc97-42c5-b9ba-d0567c63efcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The image shows a cat sitting in a pothole on a street at night. The cat is orange and white and appears to be looking at something off to the side. The pothole is filled with gravel and the street is lit by a soft, reddish glow.", + "public_commercial_use": false, + "recraft_id": "d1c97168-191d-47ed-9dfa-4c1378cb0ade", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T16:25:24.41837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "639fe62e-9f51-4671-a5bc-08ddcd35ffd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Lass plant,water and reflection,chinese screen,in a snow", + "public_commercial_use": false, + "recraft_id": "a81a1562-4f0a-4725-a5ed-d6681fcb073d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:13:55.772876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "743eee5e-5071-42e4-bc6f-ee9a431bbbda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A golden tabby cat wearing a scarf by the river with large golden stars and flying snowflakes floating in the air", + "public_commercial_use": false, + "recraft_id": "c75c7e48-6460-4d21-8809-04ddbe72131b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:45:44.697971Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0a4aed1-f0f2-4b98-a71a-42e826a99e0d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It was you who gave me an umbrella to support the pouring loneliness, so I really want to send you a bend on the bank of the river, wash away the regrets that corrode my heart, give you all my warmth, take off the only wind-blocking clothes, miss the back and tremble, and my eyes are still lit for you. I have been chasing the footprints of your mood. I am misunderstood by all people to understand you. I am ready to be a floating cloud that polishes your sky, but you are waiting for me at the end. There are raindrops in my smile. I am willing to fulfil your treasured past. I just want you to find the passion that makes you look like you, and then drag yourself to the mountain city to seclude, but you wait for me at the end and live in your heart. Without you, the place is a foreign country, and the travel without you is wandering. Those twists and turns and sentimentality are all wings to fly on your shoulders.", + "public_commercial_use": false, + "recraft_id": "a2c11a3c-2315-4c0d-80fe-6262faac2337", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:58:25.264541Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8d61547-3a39-470f-887a-7db5dcc114c5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Burning cars, snow, moon", + "public_commercial_use": false, + "recraft_id": "5a781502-4079-45a4-b434-569b4b4cc98a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:38:16.251932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "61e7a947-7cac-4a63-944b-cb2fc3fe7903", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the foreground is snow, a Maltai dog,a snowman, in the middle is a string of paw prints and footprints, lgr sign, in the distant is a pine forest, fog, sunlight", + "public_commercial_use": false, + "recraft_id": "b13b51f4-61c5-4666-a095-cba360e28f0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T16:23:29.89751Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty sits in the snow with WYH written on it, fireworks in the sky and a Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "a42a516c-a304-4a74-a02d-ab00282eb448", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:35:37.272272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62882954-c1d8-40ed-a25f-163b7090bde1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small black teddy dog runs on the snow in front of Mount Fuji", + "public_commercial_use": false, + "recraft_id": "05ab9256-f004-4ce2-a33f-2cffdb42674b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:56:07.42878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6133043-fce8-4a56-a00e-1acac9c57e32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the distance is Mount Fuji in Japan, and in the foreground is a Hello Kitty mascot dressed in a kimono, holding a cake with the editable number \"1128\" written on it.", + "public_commercial_use": false, + "recraft_id": "a4656609-7d0e-488d-b370-93142e70969b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:28:16.153954Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6483cf27-792f-4b6f-99d3-c4d36b193bcb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a vintage little Alien toy and ufo with gifts", + "public_commercial_use": false, + "recraft_id": "c6a58047-c93e-495a-999b-2a91919116f0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:06:10.994775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c2c1f64-56c5-49cc-937b-c64d16c410e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white fluffy cat with wings wearing a pair of purple glasses, is lying in the middile of the picture. The cat looks very lazy and cozy. ", + "public_commercial_use": false, + "recraft_id": "f620ccf2-29e3-46dd-ae49-9c944b3d3ae5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:07:09.73529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "82733f9b-a902-4ec2-ba7d-2724e83a4671", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With Chinese knots and New Year couplets in the background, dumpling cakes and food are placed on the table", + "public_commercial_use": false, + "recraft_id": "1d9e14dd-4bec-48d1-a2db-0986457a1e0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:03:32.523322Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "37db3cd9-8dc2-426f-9a47-88630e9f1116", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White kittens with wings play in the snow.", + "public_commercial_use": false, + "recraft_id": "dc692702-a9ec-4ab2-a65f-b0e706d86533", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:15:59.349819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "It's a snowy evening with a green big chirstmas tree ", + "public_commercial_use": false, + "recraft_id": "2c8f1890-3a33-40a4-abe2-82d6ca6deccb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:37:00.246594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10698c93-d7a4-459d-936c-fe5a3584448a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty drinking the wine watching the burning volcano, both in outside", + "public_commercial_use": false, + "recraft_id": "cb156e50-6722-4974-9c91-496eabd246e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:36:24.375447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdfa6159-3c79-496f-8741-f68aecd5f1da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Giant apple in the deep sea, surrounded by fish, deep blue background as the main", + "public_commercial_use": false, + "recraft_id": "157b9f33-2ae8-4dba-be92-feab8854140a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:30:41.151446Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "085532dc-56a8-4e15-a33b-a4f4c12ee344", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a corgi", + "public_commercial_use": false, + "recraft_id": "0c74fddd-22db-4cb4-9892-bac32c6b1e44", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:19:31.962376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70e3b7b0-a881-4de3-8712-bca4371afd99", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "illustration of a heart with the letters happy valentine's day, red colors", + "public_commercial_use": false, + "recraft_id": "d58e953f-bb47-4cb9-bddd-47a45baab084", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:25:41.161421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2b100890-f8b7-4f59-8fd7-76b4fe2d1f04", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a prairie where the Planet of the Apes rises, the protagonist Caesar communicates with humans who do not want war for a male ape dressed in human clothing", + "public_commercial_use": false, + "recraft_id": "679d41a4-a48d-4d12-a6de-bf62a4dee7ac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:40:47.48709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "christmas candies on the carpet, the candy name is pebbles", + "public_commercial_use": false, + "recraft_id": "4736beaf-e553-479d-b43a-942f9fdbe1af", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:44:52.549554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fa6cdf6b-0854-47a3-ad6f-defdd5421fdd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A little white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background.", + "public_commercial_use": false, + "recraft_id": "9cc4edf2-3c26-4fc2-b78e-ea4d7898fa0b", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:52.480991Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e1be8bd-0c30-4901-9d47-813d5c02806e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two people are running freely on the beach", + "public_commercial_use": false, + "recraft_id": "13663d95-0011-46cf-ace1-d40edb41ed71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T15:34:46.163658Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47acfcb2-7b0c-4f2f-b0b9-c2621eab482f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "burning Kinkakuji Temple", + "public_commercial_use": false, + "recraft_id": "bcf662d4-5f94-48d2-bc12-07300a590f7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:50:25.637116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96c435ef-1c0e-488b-8df6-a13eb98ca528", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Many stars fell into the crater", + "public_commercial_use": false, + "recraft_id": "51fbf5a3-52d4-486d-95d8-9b07edbbdddc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:08:15.172053Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3cc9d5f-b8c5-4f59-a926-616555ebfba3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On snowy nights, there is snow and aurora, and the word Jeonghan is written on the snow.", + "public_commercial_use": false, + "recraft_id": "271574da-b7a5-45fb-9f2e-b8703057af11", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T06:21:00.508888Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "113b52ec-1367-4b22-968a-07f72ecd813b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A Siamese cat dressed in traditional Thai attire is drinking Thai iced tea in a rainforest.", + "public_commercial_use": false, + "recraft_id": "be8a2723-0dbf-4dc5-8188-4c1431876d3d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:20:32.716564Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d08788fd-5a3c-4fa0-82d6-f6549d67e2cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small, beautiful Hello Kitty on the beach where it's snowing, the sky is pink, and zc&yhz is written on the snow.", + "public_commercial_use": false, + "recraft_id": "c8893803-d408-454c-8375-eca03f8b16d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:41:37.490476Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c4bf9b53-dc69-4006-b8a4-90a5e2f493c4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Above the lamb hangs a golden scale, one side holding a crown of thorns and the other a golden scepter, symbolizing the balance of sacrifice and glory. Dramatic, thought-provoking, rich in symbolism.", + "public_commercial_use": false, + "recraft_id": "09c06740-1735-4e9c-b842-63a452789b85", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:27:35.719721Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f81a3d2c-0f02-4889-aa87-876176eae347", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "New Year, fireworks, a sky full of stars, a forest with warm yellow lights, and a forest with cute kittens with wings", + "public_commercial_use": false, + "recraft_id": "32beea26-666f-495f-914a-98b93abb7a83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:49:05.225019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "859e860d-e49c-40e4-8ecd-3f08315c5658", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A briquette with two big eyes and four legs is looking at the dust burning in the boiler and trying to have company", + "public_commercial_use": false, + "recraft_id": "de937f02-fee4-4590-b421-c01b6da5b383", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:41:15.998412Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "1aaeb482-69ae-4055-9197-2ebe807c8dee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, the melancholic blue night scene with brilliant fireworks in the distant view is a sunset by the seaside. The close-up is a white Hello Kitty doll wearing a red bow and red clothes, with KMY written on the snow. There are warm yellow lights hanging next to the lights, and the ground is surrounded by Christmas trees filled with gifts. The color saturation is high, and there is a dreamy effect with light particles", + "public_commercial_use": false, + "recraft_id": "3c782f86-07a3-49a4-ae29-8022d03caa53", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:39:48.130843Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "6605ccaa-930c-4af6-9e87-2e05c2bd13f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "whimsical donald duck in christmas style", + "public_commercial_use": false, + "recraft_id": "070b7e70-8521-4b22-a1d6-ba37c10e74df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:54:59.642448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6080b19-2be1-48ad-a7e1-b5a129116a3d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh, sitting under the slide and listening to songs with Bluetooth headphones, is surrounded by swings and trees. The season is autumn, and Winnie the Pooh is wearing a red scarf. There are three kittens on the swing, one black, one yellow and one white.", + "public_commercial_use": false, + "recraft_id": "c16e574e-69a9-45f5-8662-8f84c6003128", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:50:44.297788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "56d02a7b-9992-44f2-bc62-453e8048a1d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Monkey and lamb drive to the grassland", + "public_commercial_use": false, + "recraft_id": "208de774-cdbc-494a-954f-52ac4a6711cb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T02:23:56.268483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9a70f6bc-235f-4cb3-94dc-abcb44bd54f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Wearing Mongolian clothing in the snow", + "public_commercial_use": false, + "recraft_id": "ec1dc30c-ccab-495d-be47-658ee6b2ad3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:35:58.583884Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4087b3a8-8eff-4daa-8f25-370c77ce33ae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Porsche 911", + "public_commercial_use": false, + "recraft_id": "d6d440ec-19c1-425a-895f-6d66afa3d8f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:25:41.340323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c17acd9a-3914-4b25-8c33-e29d949fee8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Asian man with swept back hair watching sunset ", + "public_commercial_use": false, + "recraft_id": "10d0b2a9-29f8-49fa-b96f-b899a133e51d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T03:44:35.155357Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A first-person POV shot of a chill guy watching a YouTube video about Provideo Coalition. Natural studio lighting setup, a professional desktop setup with an ultrawide monitor displaying the ProVideo website. Relaxed atmosphere, warm and cozy home office environment. Cinematic colors, photorealistic style, high detail.", + "public_commercial_use": false, + "recraft_id": "0689f08f-90d8-42f9-963c-ea7be13407b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:59:59.183616Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ac632aeb-8406-4bdc-b264-356b0582d7d7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed celebrating birthday in a house with Christmas decorations, wearing cute birthday hat, chocolate cake on the table,", + "public_commercial_use": false, + "recraft_id": "02309567-a9ff-4752-98fe-80d065dc6b89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:44:57.999325Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "713a0553-4a21-4aa3-97b9-5a3904c59839", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat is sitting on the snow with a red apple in her arms.", + "public_commercial_use": false, + "recraft_id": "2710d898-1c77-4500-bfb1-095e477242e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:43:24.176436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "180c824d-e9eb-448a-a607-ba6f729f041b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At the bottom of the screen is a large spoon, directly above which is a struggling whale", + "public_commercial_use": false, + "recraft_id": "472e3962-b9b2-4575-859d-312fef717e1d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T14:52:33.407166Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af5f19bc-1311-4425-8d69-e046fa30a85c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty,gun,apron,snow", + "public_commercial_use": false, + "recraft_id": "bc5245de-2144-46a6-8769-ba3af5aa4201", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:54:37.941807Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44d32a3d-68bb-44b5-9523-842438d646e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland played in the snow under the Christmas tree and left footprints.", + "public_commercial_use": false, + "recraft_id": "a907fe3e-9759-4e30-aaf5-5c24f9afa2a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:57:04.535483Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white bear is riding an electric bike with a huge red light in front.", + "public_commercial_use": false, + "recraft_id": "676be8e4-3995-4ae2-9f0a-e21a44023fd8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:12:47.116238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "12c375e1-af9c-433d-ac84-bf62a79ba466", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " ASHIN 12.06 HAPPY BIRTHDAY", + "public_commercial_use": false, + "recraft_id": "5e93ced7-6918-4101-bfcc-745075a728df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:44:08.667094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a4b04c1-26df-48e2-a2d9-ee4ed393685c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A ruin house in the city", + "public_commercial_use": false, + "recraft_id": "f9471be0-cec4-47ff-b053-de7008b2fb0e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T05:58:55.165422Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f29ba791-a094-4f16-99fe-88175bb709be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cute little red panda wearing mushroom hat,holding a basket with full of mushrooms,walking in the forest ", + "public_commercial_use": false, + "recraft_id": "f7a85884-f127-4c8c-bc85-ed45474c67f8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:00:16.534679Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29f2cfbd-782a-4a31-bf8e-00d767d087e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty wearing a ghost face mask", + "public_commercial_use": false, + "recraft_id": "0d7da00b-dc3a-4f61-ab62-13c15822f018", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:52:40.850289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bd812f3e-dee9-40e6-aa35-6e1a8e178166", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "One of the three white West Highland puppies wore a red scarf and ran forward in the snow.", + "public_commercial_use": false, + "recraft_id": "5f1614ed-731a-4ba1-9ef2-d52318fd3fa3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:18:12.656177Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b76c8d5d-4318-43b5-9ca5-587221209740", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Snowman doll is sitting on the snowy ground, under the moonlight, with the sea behind her. Kitty doll has angel wings and writes \"WYH\" on the snowy ground.", + "public_commercial_use": false, + "recraft_id": "5e0a9654-3503-4074-a2cc-d0c01db3125c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:08:15.583337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4ad3fb1-23e7-4036-890e-68d85db8ba5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is leaning against a Christmas tree by the seaside at night, and in front of her is a snowy field.", + "public_commercial_use": false, + "recraft_id": "c8efb13f-a6ea-45a4-b18b-af1cda36f788", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:10:27.608218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "500f7653-3f74-4c86-83ed-0a86b1ee05c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The stars are so beautiful, plucked into my dreams to be with me, and when the sun rises in the east, it will be another day of gentle sunshine.", + "public_commercial_use": false, + "recraft_id": "682bc479-0562-47fa-a18c-4f05d7e0f875", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:52:49.60218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ba90e55-c9b3-4062-940e-c38a253b1d9b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a black-and white Tuxedo Cats with wizard hat, firework in the sky, seaside, sunset", + "public_commercial_use": false, + "recraft_id": "0d41ddf8-8155-45bd-bb33-3e077cdf50ef", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:07:13.204887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "310cbb2f-1a9b-417a-b0c4-2431bdee6bb9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Volcano, fireworks in the dark snowy night, a golden retriever puppy, a West Highland White Terrier dog and two miniature cats playing in the snow", + "public_commercial_use": false, + "recraft_id": "3cefdbe8-2995-4f81-9438-6eb25ba55084", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:11:40.20752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "94859a1b-517d-44b6-a3c2-e7cc007196b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Food and glass and wine on the ping pong table", + "public_commercial_use": false, + "recraft_id": "48a9e9f5-3c91-4d19-97e5-62106edabb5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:25:06.322709Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b06f03ab-d0cf-4953-8c5a-9553305af257", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Dreams are burning, clouds are trees, I return to heaven", + "public_commercial_use": false, + "recraft_id": "4b869b68-5795-4c5f-829a-6b68e96aeb6d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:04:40.258974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92a17fd1-f95f-4eb4-bf20-03ccc6b11d36", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cute redpanda wearing a hat in mushroom shape,holding a basket with full of red mushrooms,walking in the forest ", + "public_commercial_use": false, + "recraft_id": "b2d86c6c-f626-449e-8b7d-63ace29f3842", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:29:06.562253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78514466-b98d-4b00-8f02-f00df2fecf1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calico cat was rolling on the bed, its belly flipped up, and there were many books beside it", + "public_commercial_use": false, + "recraft_id": "4caf620c-5d0d-41e2-9a7b-c25b43f62803", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:02:53.049805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dc3bb14e-d580-4389-b9c9-a20b27425fa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a cute white kitten is playing the piano, with wings and bubbles in the sky", + "public_commercial_use": false, + "recraft_id": "d6ce8dd6-157c-4927-8eb4-c4c743f3a7bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:20:42.925974Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5568f97f-9f29-497f-8bb3-6af199f19909", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a very long and winding metal ditch like a slide wedged into red mountain ridge ,stretching far .There are beautiful colorful plants on the mountain.The surroundings are sand and rocks.the sky is pink and purple ", + "public_commercial_use": false, + "recraft_id": "3e363d7a-479e-45bd-af63-799bb7056571", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:36:48.142392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dad0327f-dc1a-40a9-a007-ec0a19372e5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Doberman wearing a diamond necklace", + "public_commercial_use": false, + "recraft_id": "4b23a921-efbf-4bbc-ad87-80acf574d045", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:15:55.289885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very small and cute white rabbit sat on the sofa next to a stuffed carrot toy, and behind the rabbit was a TV with \"HJR\" written on it", + "public_commercial_use": false, + "recraft_id": "043d29b3-aefb-4fc3-8606-b8a7c755a5d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:21:53.468691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hedgehog in a black tweed coat, in the snowy woods", + "public_commercial_use": false, + "recraft_id": "87ca0c7b-da39-4da7-a1dc-5f76c70f9764", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:30:43.256882Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60862789-4809-4159-b12d-063dbaf5e9e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Deep in the ocean, a shipwreck, dark blue in the main", + "public_commercial_use": false, + "recraft_id": "6783ddb2-f74e-44d8-9298-cd9bcaf5d1b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:28:51.470479Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "696ec3aa-6a74-4cd8-b042-ca0d68722f20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A penguin near an ocean", + "public_commercial_use": false, + "recraft_id": "281aec4e-24ea-4b9d-84bb-b3efbec02e8a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:43:55.922002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a48032e4-cf4b-4cee-a63e-20f257266496", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty in the crowd in the street waving to me ", + "public_commercial_use": false, + "recraft_id": "45785a0b-86c8-459c-8d73-21ee21aaa72d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:09:43.791579Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1efc8397-0af1-4736-8d34-7f92807b9beb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A whole-white Shorthair car who has a pair of pink wings, holding a bottle of wine while sitting by a table", + "public_commercial_use": false, + "recraft_id": "9b3f47d6-fe2d-4f98-928b-e677de282646", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:50:37.718594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7f7549a-e93e-4e5a-9efd-b7c29af3c521", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Disney Castle, Pegasus, Fireworks", + "public_commercial_use": false, + "recraft_id": "3a7736b9-c16f-4a45-b7e0-9066c12c881f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:32:11.06046Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ca568b9-c4e5-4248-94a1-f9ec7f974879", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a brown Maine coon is Lying belly up on the lawn full of bubbles", + "public_commercial_use": false, + "recraft_id": "474369a1-adce-414a-bec2-129a6147a128", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:21:43.331887Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e629ea8b-1f4a-4206-9775-50db9b210199", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white horse running under the deep blue ocean with breathing bubbles. There is also a white shark around the shark.", + "public_commercial_use": false, + "recraft_id": "ab538ad5-985a-4611-9cfc-e6ec42f64c8e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T11:48:48.69361Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d9ac756-af9a-4c35-87f7-2cc9f757f77b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolian cat ", + "public_commercial_use": false, + "recraft_id": "aa961c76-d438-46ef-86af-11526fa3927b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:04:09.261081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d03395fe-fe8c-4ac3-8780-9a3d1596d39d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Orange Cat Celebrates Jiang Yajing's Birthday on December 6th in the Snow by the Sea", + "public_commercial_use": false, + "recraft_id": "023f0c5c-f5e1-4e2c-83c8-a12ec7f0021c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:15:09.872905Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9cd1ba0-8385-4638-82ff-33c73cda389e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mini brown poodle wit very round head. Working in front of laptop with christmas hats and coffee.", + "public_commercial_use": false, + "recraft_id": "78aba7d3-5226-4804-8aff-2e071dec515c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:06:12.03058Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "803789dc-f1cb-455c-984b-519349290d0b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Young scholar in ancient China, lonely, mountain", + "public_commercial_use": false, + "recraft_id": "391d2c30-3d4e-441d-bb42-6915341aae30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:28:00.064549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f8b3f03-2d87-4732-8661-c1e9ef012c6e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute cat grew wings and flew with the seagulls on the beach", + "public_commercial_use": false, + "recraft_id": "06b04f59-fb38-41b4-8f18-08ee36c4fd83", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:55:03.339017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdcc162b-1dc3-4fc2-82bf-da83c19da543", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bunch of butterflies is under the sea", + "public_commercial_use": false, + "recraft_id": "cb16dc0c-4a98-4baf-95f2-c23bbb4d9b64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T21:57:23.768946Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland Puppy; A Christmas tree; Snow; Luminous butterfly", + "public_commercial_use": false, + "recraft_id": "4266dd7b-c7ae-4c7e-8b8c-681e9717f8e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:18:53.615248Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71d52d5e-dd1b-48f8-9188-501a32758113", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Midnight of the pumpkin carriage,", + "public_commercial_use": false, + "recraft_id": "448ab096-b24f-40ca-935c-c626fe42a787", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:50:58.711739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "392c5be9-ef41-4362-8e6d-a4b20557e3e3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland with ski goggles took out his laptop to work on the top of the snowy mountain", + "public_commercial_use": false, + "recraft_id": "e6efc909-c108-48e1-a7d9-d253eabfe61f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:07:14.159492Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d61f5d1c-df30-464e-a4a0-69063f9995a6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the blue lake, there is a small boat, and in the distance, there are golden mountains", + "public_commercial_use": false, + "recraft_id": "0b99e79a-085b-4d1e-af57-7a98e8ba9e42", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:03:22.738211Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f973c983-6e62-40bf-8ed5-166ab1531e3f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A serene Kazakh nomadic scene, with yurts set against the backdrop of the Tian Shan mountains. Wild horses roam freely, and golden eagles soar in the sky. Warm, peaceful atmosphere with vibrant colors ", + "public_commercial_use": false, + "recraft_id": "ed81cb88-e2a2-4929-af9c-82ca88d43859", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T04:52:00.034522Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9dd4a7c-5da6-453f-a2b2-8114829b8e4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty, cake, ice-cream, wine, ridiculous", + "public_commercial_use": false, + "recraft_id": "82fe27a9-6df1-4acd-85b6-ff9fe909c23b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:24:15.614323Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b14a447b-184b-4d88-9dc5-8d9c1ec18201", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little white cat with a red scarf is sitting on the snow.", + "public_commercial_use": false, + "recraft_id": "43d090b0-c337-4325-b19f-5372b72facca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:00:01.183244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "REDApples, small pieces of caramel, and cream are placed in the middle of the picture", + "public_commercial_use": false, + "recraft_id": "8d25cc16-8e15-4f18-b737-88dbe67012e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T02:56:54.98444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62375578-739a-4a52-832f-2c3326fa4d76", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow,Christmas tree,white cat,pink sky,outdoors", + "public_commercial_use": false, + "recraft_id": "a3aa6e86-4e49-47d7-9a8f-b9f96bde2e92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:17:29.71749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71df522b-2361-4b44-9d47-dc08f2e2a876", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Many stars exploded in the sky and fell down as snowflakes", + "public_commercial_use": false, + "recraft_id": "16975cd4-a020-41cb-b402-8911cd121e39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:15:57.17281Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55862e1d-6b4c-4857-8f87-91c7032fa40b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, fireworks, snowing, snowman, butterfly", + "public_commercial_use": false, + "recraft_id": "d6f3789f-8c8b-4761-a928-d98089db70a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-05T17:28:56.749621Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fadaf8d1-a55c-4a48-91d9-84b4f13d7304", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "miniature pinscher and Maine Coon sleep together on the couch", + "public_commercial_use": false, + "recraft_id": "835fc938-2aed-454c-9dda-8815aa5ae697", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:25:00.657543Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11080d42-36a9-4e84-b00e-ed66f93aa942", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A bigHelloKitty has afternoon tea in front of an erupting volcano", + "public_commercial_use": false, + "recraft_id": "fece5053-9d2b-468a-a54a-d2335501f010", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:06:30.845183Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "844c574c-77be-4725-afef-2b0d986e5869", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white rabbit is celebrating his birthday under a Chirstmas tree", + "public_commercial_use": false, + "recraft_id": "89c707ab-0bc0-4f44-b63e-518cb72ff3d2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:15:06.662193Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c05b6614-802f-4b59-add8-6e1a5c3f1ddb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat reads a book in the sun. The book is called How to Be a Bad Cat", + "public_commercial_use": false, + "recraft_id": "7717e8f8-fe9d-4762-97ec-200f9fe156fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:57:17.761577Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c5dad250-55eb-4cf6-84db-444b924472c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Pom Pom Purin wear a christmas hat and work in company with computer", + "public_commercial_use": false, + "recraft_id": "6c6f107f-ce47-4b40-ab84-6586cdd9d3f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:10:52.027187Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two West Highland Terrier celebrate their birthdays sitting in the snow. They were wearing mini Christmas hats. They sat on the ground with a small wooden box in front of them, on top of which was a colorful cake and two glasses of champagne. There is a Christmas tree behind, with flashing light strips and red decorative balls on top. There is some snow on the treetops. They have fluffy fur and a round face. One little dog is wearing a white sweater, and the other is wearing a red polka dot vest.", + "public_commercial_use": false, + "recraft_id": "f14640d5-bbab-4ea1-bfc3-4ffd3a4b11d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:47:36.07045Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "59531705-08bd-42dc-b5d5-bc4383651eee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Volcano, sunset, snow, black cat, white dog", + "public_commercial_use": false, + "recraft_id": "0bdb5749-a701-46eb-93e7-f17dcb865244", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:44:27.164677Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4aca2803-d76a-4169-ac97-54d063209eb3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dream core; beach; pearl and shell; ", + "public_commercial_use": false, + "recraft_id": "0b071ccd-2846-4989-994d-b7a880bb934c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:28:45.060586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ddaddaa0-3de5-4dbe-bcab-232660a1803d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute kitten with beanie with a tail in the snow! She is super cute! With snow gently falling. Calm, dreamy, sweet vibe. A little glitter. Cat footprint in the snow. ", + "public_commercial_use": false, + "recraft_id": "b4bf08a3-b68c-4458-b815-d0edde398d47", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T16:22:04.683238Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty doll,with magic hat,Taroot card,divination in front of the computer", + "public_commercial_use": false, + "recraft_id": "8d5e506b-316c-4924-83ad-46a9fe69a455", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:34:10.036594Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1b7717c9-9584-47af-b580-706e5dd0aa51", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The water pipe outside the window is blooming with light blue flowers", + "public_commercial_use": false, + "recraft_id": "f72c4c94-9db6-43a7-874e-8fd8f963cc86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:30:32.181878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty Snow letters LJW&LX", + "public_commercial_use": false, + "recraft_id": "e9de3e23-6da9-403a-9f58-eaa1acd04a57", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:04:17.9254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1851328d-e7d3-4ec6-91df-8be07cb0f821", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cake with \"Liu Rui\" written on it.", + "public_commercial_use": false, + "recraft_id": "2a823c55-9a9f-48d7-a58e-c66f7e3e4723", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:19:08.410911Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9680b70a-2873-4760-9b0a-60cab2b07b54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Old style Japanese trains pass through the snow", + "public_commercial_use": false, + "recraft_id": "e129deb0-0d2c-4275-9a89-477937bff93a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:16:18.433084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b73c6c02-d610-457b-b763-e186ebc39b80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A capybara on a red chair like a therapist with glasses on holding a cup of coffee", + "public_commercial_use": false, + "recraft_id": "75751c2c-6059-4394-bad9-9307aed02d5b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:07:34.803081Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f093a0e8-5d81-43ec-af0e-54460913e9f5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree, thick snow, Winnie the Pooh, a Schnauzer, and a dog with a transparent little wing", + "public_commercial_use": false, + "recraft_id": "eb5a9fdf-6504-4bdf-9330-e63bcbf10ff9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:04:54.819326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e07e771-5516-4a7e-875b-0cb26d602d1c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pepper colour Schnauzer in a cozy home, picture taken by colour film camera", + "public_commercial_use": false, + "recraft_id": "2ff35c62-3575-48f1-b376-cdb2cc7eebbd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:43:41.393707Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a079021-2f47-4ad5-8add-27305ea1a3b7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat with a red apple and a black cat with a red scarf are sitting on the snow.", + "public_commercial_use": false, + "recraft_id": "12791ad7-e683-42cb-9456-f4ec635b5283", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:11:32.798854Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5e5a183a-51f2-4e93-965a-970910aff2a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Forest, snowy day, elephant in paper boat, paper boat is blue, paper boat in river, there are coffee, burgers, balloons in the river, outdoor environment, sunset, high contrast, high graininess, retro atmosphere, Fuji style", + "public_commercial_use": false, + "recraft_id": "99863528-176c-4ec1-bfbc-1ff8cd0ea15f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T19:23:35.275782Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42400619-ad5c-4972-9eec-8e38f0e7c141", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night snow snow in the sky lovely west highland with wings running in the snow on his back", + "public_commercial_use": false, + "recraft_id": "7041383d-100e-4e7f-bc82-cca8bce8abbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:46:11.666908Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0abdea3e-3ffd-4567-82df-88885454731d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two hello Kitty in Christmas hats sat by the bonfire and watched the snow.", + "public_commercial_use": false, + "recraft_id": "cc87d233-4c92-4749-933d-28badf982c32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:52:55.039039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f7be6426-0759-4f02-9d3d-7b44ee6a7a34", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "\"A Santa Claus distributing candies to kittens in a small Chinese town during the 1980s.\"", + "public_commercial_use": false, + "recraft_id": "41d4a885-c73d-4911-869e-2c8e8e4b33c1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:23:11.209571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b109405-d827-4af7-a49c-7ea02c2d82b9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Peacock is a princess", + "public_commercial_use": false, + "recraft_id": "a3b4a8b0-d297-4583-93e5-e10ea4de9cc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:32:21.194899Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "65a3d500-3086-4a8a-bd3d-d898539de2f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A brightly colored butterfly with snowy mountains, stars and curved moon in the background", + "public_commercial_use": false, + "recraft_id": "a7463c81-51d5-4472-98d5-df6d46bb620d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:49:39.268337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "782ccce4-0cb0-447d-9c23-0b7645d528b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two West Highland terriers, dressed as the bride and groom, toasted, posed for photos, dreamy light", + "public_commercial_use": false, + "recraft_id": "5aca6f46-2c82-43d4-9d48-b675b7225270", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:55:21.364285Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ea561ae1-336f-4637-b1b8-3734abf1c1ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Today, perfume is an important part of personal care and individual expression. Technological developments, sustainability and ethical concerns continue to shape the perfume industry.paint this", + "public_commercial_use": false, + "recraft_id": "c48063af-b7fd-4507-bf1a-18c30da4762c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T04:49:38.532891Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1591c7b-48fc-4b28-b6ad-3dc131d359ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the coffee shop, there is a 25-inch matcha cake with \"lkw\" written on it, two cups of coffee next to it, and an unopened iPhone15.", + "public_commercial_use": false, + "recraft_id": "3d26b390-a877-4dbb-b0b9-051b5ed37ba1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:06:43.846797Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6466bb2b-6903-4c9a-86b6-38ef99d1da43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Ragdoll cat, which is a Blue Mountain Bicolor Ragdoll cat, is wearing sunglasses and drinking a cocktail. pink sofa", + "public_commercial_use": false, + "recraft_id": "d652415b-c4ff-4980-bb49-f39ca852f6b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:45:54.282063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cf00bc9-0642-4b85-a351-78b828ab3d6f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sun hit the tree branches of the forest, look up the Angle, there are white clouds in the sky", + "public_commercial_use": false, + "recraft_id": "911d7899-25d1-4ee9-bd41-91ddf8c84a4a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:49:06.020493Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27d30e25-09a1-4a96-be79-880c70c2b36b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute Syrian hamster with shades holding ak47, Sits on round small spaceship, Snow, active erupting volcano ", + "public_commercial_use": false, + "recraft_id": "4f1617a6-5f19-456f-9c3c-0df899749339", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:18:57.051904Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69344149-d296-4c73-9e2f-4eb6f0910b55", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a red apple on a light blue and glowy silk background, there are several white ribbons on the surface of the apple, each with a white pearl on the middle.", + "public_commercial_use": false, + "recraft_id": "c3d6d856-05f5-43d7-981d-b5d800ada564", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:22:44.809614Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25474cb4-c56f-41e3-a22c-454086cc1608", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty at work, sitting at her workstation with a glass of wine, while the back of the room is a mess, with papers scattered all over the place", + "public_commercial_use": false, + "recraft_id": "aa893b7d-79ae-4f68-8bce-e8fb99f18f25", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:53:55.8284Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7a56cd7c-657e-4710-b15c-c04a8fe9fe90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A person was lying on the bed which was in the corridor, under the dim yellow light.", + "public_commercial_use": false, + "recraft_id": "bbf7e5e0-3577-4b05-b524-98f61cd8babd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:52:59.350672Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "75f854aa-3aee-44ea-8fd6-394852b8af58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white,fat,bid eyse rabbit doll with red ribbon on its neck,red and white stripe socks on its legs.Was celebrating birthday in a room full of lots of balloons.camera angles shou be wild angle.the photo vibe should be joy and a little lonely", + "public_commercial_use": false, + "recraft_id": "928be2c3-7911-4b9d-8ce0-3b0a0142afef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:33:45.507717Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5259a40e-a194-4fe2-a785-634a10298497", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Looking out of the window in the car, it is snowing outside Sapporo, Hokkaido, Japan.", + "public_commercial_use": false, + "recraft_id": "30b280b0-0176-43dc-999d-8980fc5b6478", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T16:53:50.095056Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44bdc2b4-2786-4945-ae2f-b67177cc2ef7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Man's back, holding Hello Kitty in his left hand and a pistol in his right hand, Aurora, snowy mountains", + "public_commercial_use": false, + "recraft_id": "ceec91cb-47dc-421f-a712-5c5d5ed3ae7e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:21:00.637749Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8dd87e7-7f37-4e6a-a29a-af592ead94a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute cat looking like she doesnt care anything and also she is sassy", + "public_commercial_use": false, + "recraft_id": "cfc6613d-4b1c-48e4-937e-ca4ef6eecbc3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:31:51.977414Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8bb3a973-5897-46a3-8612-f540a12c79f7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a working white cat human in office with cigarette, aesthetic ", + "public_commercial_use": false, + "recraft_id": "2536ad86-fccb-4da4-a6a0-5454f4777c8d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:47:07.665491Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "5a4e18fc-20fe-4d55-a910-8a2609af1135", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "HelloKitty, Macbook, coffee, office, whisky,", + "public_commercial_use": false, + "recraft_id": "ec95f727-7d6f-402d-a29d-5a1e9a4e810c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:23:24.42988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1f3b1955-ae7f-4b12-9120-a2b43f3713a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "All flowers,red", + "public_commercial_use": false, + "recraft_id": "992ba353-62a5-4b15-9715-c79798326921", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T01:48:44.740746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fdeba540-1d25-4bf8-a23c-51cee428a01e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, incense headboard", + "public_commercial_use": false, + "recraft_id": "8c474b56-1dd6-4dfc-9ced-ac7721c846ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:28:28.93407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f13d6633-294a-4bc2-aa0a-a38f3ccf7803", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute Hellow Kitty wearing a santa hat with earphone smiling, , indoor, sitting front of computer, christmas tree behind chair", + "public_commercial_use": false, + "recraft_id": "4bde7cfb-95c0-4caa-a7cd-6455afc9ddfc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:36:46.853207Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cow wearing Santa hat smoking on the lawn", + "public_commercial_use": false, + "recraft_id": "2e045689-c76f-4c17-8992-d938fe09e340", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:56:22.152074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cb6479e-65bd-4a7a-bf58-ca2e59dc5748", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a big horse mask", + "public_commercial_use": false, + "recraft_id": "8582a3f0-f8b3-4e2f-b2cb-e458dd1d777d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T04:59:36.95299Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6ba0f964-8cdf-414a-aa52-4641cfa79c00", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A photo of a black BMW 3 series driving at high speed", + "public_commercial_use": false, + "recraft_id": "6968dff4-53d1-4dcd-a5dd-700eb07345e3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:17:46.414614Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bc8fdc0b-964f-47c1-a3df-3512dd015e03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A pink hello kitty and a blue hello kitty are dating on the grass", + "public_commercial_use": false, + "recraft_id": "bd6b3b24-be3f-4760-80e4-e3436cdfcc18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:35:30.786319Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "798f30ce-6935-42e2-b16a-e3207ec9836f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A giant rabbit holding a flamethrower is bombing the complex", + "public_commercial_use": false, + "recraft_id": "88ac4b05-4415-4af9-bb90-c74ebc67462b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:00:37.182105Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3601c37-fa7a-4f72-807b-f38728e224ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Miss Sailor Moon in shining blue dress dancing in snowing forest with golden orchids in hand", + "public_commercial_use": false, + "recraft_id": "dc4a162b-8a4c-48f4-8540-d3cf21aed516", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:57:47.578227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8a462487-5fb2-44d6-ae2b-445a1b42d272", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland played in the snow under the Christmas tree and left footprints", + "public_commercial_use": false, + "recraft_id": "acc77e0e-aa14-4459-abb2-1654aa582633", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:00:31.936696Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97b5c4ea-9257-40d6-9948-aecae5a6c6af", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The yellow-green parrot is smoking", + "public_commercial_use": false, + "recraft_id": "3a9589dc-eced-4f10-90f1-4e65c81e068e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:24:19.185676Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a19586b9-3946-4cf0-98b9-5e3414c5f93b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Miffy sit in Olive green isometric cozy cube messy room", + "public_commercial_use": false, + "recraft_id": "22e0bb22-1702-49c9-9400-6506c715b33d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:14:22.931218Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e88968c-2176-4c3d-9064-75948569e28d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "big koi jumping with a Santa hat", + "public_commercial_use": false, + "recraft_id": "8de4b121-901e-4a4b-a669-a1255c84a40f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:06:26.354693Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2aa201de-01a1-4859-9c87-7299d3e4ab22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "You make me mad, I'm fire again. ", + "public_commercial_use": false, + "recraft_id": "9537115d-7352-40a1-b6c4-842d2b31d4e4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:13:02.868341Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ce3e81f5-5494-44be-9baa-4173e675e8bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On a snowy day, two little cats are making wishes on a cake by the beach", + "public_commercial_use": false, + "recraft_id": "4a1e9253-bc3f-48bc-a741-b7111dc14441", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:54:50.11155Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bf98e9a6-9689-4ef5-9cca-410bb100ea5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Underwater Swimming. shadow contrast. minimal and dinamic. blue nostalgic dream", + "public_commercial_use": false, + "recraft_id": "3ca2baea-734f-47b6-9e50-da231042dafd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:47:12.420758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8eb92826-d637-4f82-9b4b-1852b6422aaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two hello kitty dool, on the beach in summer.", + "public_commercial_use": false, + "recraft_id": "92e3ef19-d91c-491d-90bd-6cecb3485cf3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:12:00.933134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ba7febe-5cfe-40dc-918a-ec81532d01bd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A long haired calico cat is lying on the lawn, smoking and exhaling smoke rings", + "public_commercial_use": false, + "recraft_id": "d0bc2e33-99ce-4cfc-95d6-f96083551dbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:55:15.447602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "535fb835-4979-4d4e-89d2-19d296127942", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a grey british short hair cat and a black-and-white striped american short hair cat work out at a modern gym very hard ", + "public_commercial_use": false, + "recraft_id": "71afb548-039a-4765-bdd1-914c7caec467", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:02:04.139776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48c22f69-657a-42f7-8c51-bd5f6d5b2894", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland running on the grass~~", + "public_commercial_use": false, + "recraft_id": "783b1d35-92d0-40bf-b34b-c827add62b1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:37:24.256562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a6523e-29d2-43de-97f9-21cd5547a65f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A flamingo at the seaside", + "public_commercial_use": false, + "recraft_id": "2b407259-be9c-4e68-a7c3-c9e066830213", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T03:58:06.361267Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55a58b4a-ad79-4913-8563-dcb70d51a6a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A skeleton drives a forklift", + "public_commercial_use": false, + "recraft_id": "4be6201e-1f4e-4c22-98d1-fe69291f7be3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T12:55:35.269885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ea4b763-301c-4302-bc5a-af4e8e9c7992", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The white cat sleeping on the mounta peak ", + "public_commercial_use": false, + "recraft_id": "c20b224a-cc07-4534-9ec2-274cdc825508", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T13:35:30.790875Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6d4c2d46-aece-492d-acbd-d442e055015f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, Christmas tree, fireworks, write \"X&L\" on the snow, the back of the black cat, the back of the white cat", + "public_commercial_use": false, + "recraft_id": "b46f5d68-60e5-4949-8962-0c76d4396b5c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:33:57.169691Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e954134d-f555-4687-a72b-8b60b8805c54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Volcano erupts petals", + "public_commercial_use": false, + "recraft_id": "c4c02423-735a-485c-90e1-8af3d0c252dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-06T05:35:16.649653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ac66bbf-f821-4342-936a-0198fffd419e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Lonely rabbit", + "public_commercial_use": false, + "recraft_id": "014c0682-6ca4-4de6-bd51-61e2ac18ea2f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:07:39.664915Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small redpanda wearing a hat in red mushroom shape,holding a basket with full of mushrooms,standing in the forest, ", + "public_commercial_use": false, + "recraft_id": "59ecde2e-31de-49f4-bdcf-0ad58a3c71e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:30:17.684147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "919a009d-7f8c-45fe-a1ce-21e93ba6397d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "one christmas day, white wall, a golden british shorthair cat wearing a wizard's hob and hat, holding a cup of wine while sitting in front of computer", + "public_commercial_use": false, + "recraft_id": "846aeffa-a8b3-46ad-9f88-833309c2c4ce", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:00:22.482531Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c1b6bf4b-38fd-467a-8286-76659ea0ca3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cute little redpanda wearing mushroom hat,holding a basket with full of mushrooms,walking in the forest ", + "public_commercial_use": false, + "recraft_id": "433069f3-8eee-4c97-a1b2-265115b72dd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:40:32.274002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a30d1a70-a157-4588-b3fc-9e6fecf80fc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow,at dusk, fireworks.and the word \"GQL\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "3d89f8e5-3c2c-48ad-83f8-bdc60536b357", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:50:59.138761Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aaa0fa99-8495-4c34-8121-6b118bd34321", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow-white clean young cat wearing a red santa hat", + "public_commercial_use": false, + "recraft_id": "49923d3b-f587-4243-929a-047ac7c9b522", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:15:24.12787Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9bc7468c-cc38-4c81-95e1-ca9bae555844", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a dark night, snowy, falling snow, a white horse, horseback, horsehair, galloping toward a deep trail, woods on fire", + "public_commercial_use": false, + "recraft_id": "0dc67165-7cf7-4429-a305-db7cdc340970", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:11:31.561245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d50c1526-8adf-4267-808e-41786e1c762b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An empty Japanese-style classroom with wooden desks and chairs, sunlight streaming in. Outside the windows, a lush green forest and a small tranquil lake are visible. The wind gently lifts the white curtains, creating a serene and peaceful atmosphere.", + "public_commercial_use": false, + "recraft_id": "b42dbeab-f95c-41db-aed7-3a6a381f8de4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:25:43.987592Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a8a9a330-a348-4783-8508-4b515b7b3e4d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "tree house in snowing night", + "public_commercial_use": false, + "recraft_id": "0afdb732-a37f-489d-a812-8b92c5897c1f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:27:14.205011Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a31acced-329b-41e8-884b-0a72be84b8ce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Xiao Xue, the sky is pure black, the West Highland puppy has a transparent little wing.", + "public_commercial_use": false, + "recraft_id": "04d315f7-8ac4-4d50-9b90-6bfddceb9dd9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:24:44.256995Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "490e7f64-93f3-4d03-bc75-3f59d08447d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white horse running under the deep ocean with breathing bubbles. There is also a huge white shark around the shark.", + "public_commercial_use": false, + "recraft_id": "8631dece-39e5-4a87-959f-18fbe5c807fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:03:25.755146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2325cf9d-f33a-41ac-a346-25de2956f0e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "glasses", + "public_commercial_use": false, + "recraft_id": "2b8fb17b-92c7-404d-a153-30dd99016487", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T15:56:34.103097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "92dfc67e-b070-4e36-b3c9-2b108f9469e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little cat with a pink bow around its neck, facing the afterglow of the sunset on the beach", + "public_commercial_use": false, + "recraft_id": "279341c2-0117-482a-847e-7225f814fd26", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:03:16.031442Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "10df894e-17e1-49b5-80b1-475bf447595e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of small animals gather together to eat, with shining stars and the Milky Way in the background.", + "public_commercial_use": false, + "recraft_id": "bf590b29-fed8-42fb-afa5-3d59e098ac5f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:41:12.515747Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fd16d588-0c81-47b3-817d-773cd9bceb2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mongolian ", + "public_commercial_use": false, + "recraft_id": "43e8017d-9f72-4812-848d-e62efe9f04c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:22:38.534074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ebc0319-c5cf-4fd9-ad87-199775a6da86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A businesswoman dressed in a gray plaid suit and leather shoes, wearing sunglasses, is standing in the middle of a rainforest.", + "public_commercial_use": false, + "recraft_id": "db5dcfda-a32a-4adf-b9ce-eb501dd435a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:19:17.794529Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a61cee9e-2034-4443-981e-819c00b5fb52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "There is a whale floating in the sky, and its tail is surrounded by stars and rainbows.", + "public_commercial_use": false, + "recraft_id": "ae607af9-2b91-4a5c-80b1-88fc9bea2650", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T16:09:42.519097Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b4102539-eb02-4137-84eb-7fe2607a7a46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Abyssinian cat skiing in the snow surrounded by Christmas trees and elves", + "public_commercial_use": false, + "recraft_id": "ddb4a942-55b8-41bb-950d-d26e276cb9c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:54:03.303407Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ea60953-621f-4195-96ca-40287146f0e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog", + "public_commercial_use": false, + "recraft_id": "bc7eaff6-1183-4e87-bcf5-c60a3791987b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:07:45.029728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "700f9f2c-5122-4606-819c-c684035989e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "looking at viewers,Girlsitting on the snow holdingred wine glass, next to the magic Christmas tree, gorgeous Christmas tree, with crystal, glass, black straight hair,close up, fireworks, celebrating Christmas,", + "public_commercial_use": false, + "recraft_id": "d7964627-44cc-4027-b1a7-6d6430801239", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T16:59:23.36272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f54d24d-4eea-4ccd-b99b-21da22291eb8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On Christmas night, the Beagle and Border Collie snuggle together, sleeping by the hearth.", + "public_commercial_use": false, + "recraft_id": "4f38e9f8-b834-4644-beb2-9606e7af865e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:32:26.352444Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ed8337b-bbe7-454a-b31e-ff6830fd71e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A very small deer in the snow", + "public_commercial_use": false, + "recraft_id": "9ca00312-73ce-4ce6-82d1-52c068537e3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:40:03.283019Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "feca6d82-a9c4-496d-a473-859d9044b24f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Cinnamoroll doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"xin\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "83758777-4ddb-480b-841c-fad006f27dbe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:53:17.962945Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "4520d661-45a7-455b-b2dc-f883fe554e7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat working in an office with small cakes and other stuffs on the table next to it", + "public_commercial_use": false, + "recraft_id": "543c9641-2856-467a-8600-21350a604bc7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:06:31.378009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0497234f-6ab7-46e3-9cf0-83c84ff35918", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dog chrismas tree snow night", + "public_commercial_use": false, + "recraft_id": "558916fe-5a64-419e-ac02-270f63b6dbfd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:47:19.977455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9f8992b1-9e52-4716-9d60-43e2edea7d3c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cool Samoyed playing the drums ", + "public_commercial_use": false, + "recraft_id": "afc7366d-06a4-485a-b81e-18954d667175", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:16:53.986905Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "233366b3-b510-4b8c-a85c-c6e7dd81d234", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Samoye with glasses is playing with bubbles in the snow, and there is the word xyt on the snow.", + "public_commercial_use": false, + "recraft_id": "3e48a073-3007-4c78-97f2-b24809b9d9c5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:17:49.183721Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0b16bf07-418c-4698-8b44-439f3ff4e647", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "With Butter bear play tennis", + "public_commercial_use": false, + "recraft_id": "4dd4e5bf-bd09-431a-8ab5-7951a17c5228", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:07:05.331922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b34465cb-af88-44ce-b266-9a326e60316b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white calf in a pine forest on a snowy night.", + "public_commercial_use": false, + "recraft_id": "b99fd937-74b2-43c4-8948-3672e18506a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:09:44.9523Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b59c4835-3a86-47e4-ba06-af3554cec8fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a West Heights Terrier is driving a classic Ferrari", + "public_commercial_use": false, + "recraft_id": "80717427-8572-406d-8982-1990f4dc5844", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:53:41.753574Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e28a6c27-3115-44e2-84b3-aa8ebad7f4ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy day, the sky is pitch black. A Ragdoll cat and a cream-colored Munchkin cat are playing together, with invisible wings on their backs.", + "public_commercial_use": false, + "recraft_id": "3f591ebf-f6f5-4294-a1f6-09a185b46eb7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:23:12.058847Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e998710-3718-42a5-97af-4f4f323283e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cat sit in Olive green isometric cozy cube messy room", + "public_commercial_use": false, + "recraft_id": "819c019e-617b-42b9-a226-a5e4a13f486a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:01:49.155239Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed900b29-11b8-43f5-b8da-7cf9253f3367", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A huge ground covered with snow. On the left side is a christmas tree with many bow tie decorations and lights. On the right side is a dark purple convertible. The sky behind them is painted in pink by the setting sun.", + "public_commercial_use": false, + "recraft_id": "df2ba47d-6236-4559-b63f-b6ada997f1dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:17:18.130975Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28f4999f-8422-4e9d-9e75-e0499da3fd3e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a cute little dear wearing a light soft brown warm fluffy stars pattern cotton cloth, standing in the snow, side perspective, midnight Christmas vibe", + "public_commercial_use": false, + "recraft_id": "ce9a3a98-c351-4696-9a70-ff8568cdb894", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:50:33.721244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5cbc732e-e82e-42f8-8165-aa5bd5a281c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A man back wear wh t-sh ", + "public_commercial_use": false, + "recraft_id": "c26d7e78-fbd8-41a1-8cac-b9c33e3bdd07", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T06:12:37.226129Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1e751a83-f9f9-4ed3-bfb4-710c137bbc03", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty eats cake in front of a volcano ", + "public_commercial_use": false, + "recraft_id": "5fec415c-ef9d-4ca4-840b-b5f700e974d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:51:50.370018Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fe00f4e-96a2-4dfb-978e-5010ac707e96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On snowy nights, there are fireworks in the distance, hellokitty cats on the snow, next to the Christmas tree, and \"Happy Birthday WYS\" written on the snow", + "public_commercial_use": false, + "recraft_id": "21f9afa9-63ee-4351-b3c8-d56128dc93ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:28:00.190228Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26ecd1c3-9b57-48a0-8c00-a539d530142d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A scene of a fat, black and white cat cradling a sax on a couch", + "public_commercial_use": false, + "recraft_id": "c5e955eb-4748-4cd5-8523-da685413b227", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:51:52.163399Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42b10b01-a869-4a13-b044-026ee8a533f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat lying in the sunlight, lazy and fluffy", + "public_commercial_use": false, + "recraft_id": "410f1f5e-aa50-4dd7-98a1-c8088c3d1ec4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:25:45.297319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d336b7e-bb54-405f-adaf-37193dabf34a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white dinner table with silver forks and knifes and a white plate on it. In that plate is a pink waffle in the shape of heart and some fake diamond stickers.", + "public_commercial_use": false, + "recraft_id": "de120703-e21d-4a1f-90a2-5ff62add5907", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T00:37:41.894116Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71b2fcfb-6738-4323-862d-bed5c05216aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "A little black cat donning a chef's hat, standing in a cozy kitchen setting. It is intently stirring a bowl of cream with a small whisk in its paw. In front of the cat, there are numerous delicious-looking small cookies neatly arranged on a plate, and the air is filled with a sweet and inviting aroma.", + "public_commercial_use": false, + "recraft_id": "149c4974-dfb6-4dbc-81ec-f6dccef902aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:57:10.556976Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34077ed6-36e8-4efe-9a17-604883804819", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Living room with retro style colourful furniture, yellow sofa facing a 90s tv with a chair made by orange plastics texture, picture taken by colour film camera", + "public_commercial_use": false, + "recraft_id": "75d4c6a1-d7bd-462b-a5a9-5a4e5d875a89", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:59:24.347491Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "This is a stylish squirrel wearing a trendy black hoodie, paired with gold chains and sunglasses resting on its head. It stands confidently in a bamboo forest setting, surrounded by traditional decorative fans. The overall scene combines traditional and modern aesthetics, making it both fun and creative", + "public_commercial_use": false, + "recraft_id": "e8e11686-9fc9-40a1-8f07-e7c636f3a1a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:31:59.118728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f121275-b37b-487a-a13c-ebbb77b0c8da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is basking in the sun on the beach.", + "public_commercial_use": false, + "recraft_id": "18908dba-403c-4a6f-8c73-7e9443ae93a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:14:48.574822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24a17c0e-a051-4bdf-ab72-6ce8fd278f8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "An orange Maine Coon cat is gliding through the sky with a gray Maine Coon cat and a long-haired Ragdoll cat while parasailing over a forested mountain range under a clear blue sky.", + "public_commercial_use": false, + "recraft_id": "d51f63b8-aea2-4d77-b19a-38422112dfb3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:19:21.453542Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "7d3468bb-0533-4d3e-b435-0c7a2409a65d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mr. Rabbit in a green scarf stands under the disco ball.", + "public_commercial_use": false, + "recraft_id": "4dda8604-da5e-4827-adab-1949958cd092", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:25:59.272582Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3dbf86ff-d1ca-4440-b407-a403fd6cea35", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words \"ZYJ&ZXW\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "06a05f3d-8db2-4626-827f-0e5940d38f00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:31:29.926783Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1589b3f4-4a16-4784-a7ec-6ca56d72fe8c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cake that says 1.6 is in a Christmas interior scene.There should be a big Christmas tree with lights on.", + "public_commercial_use": false, + "recraft_id": "92281c53-6598-4950-b4da-e085c3238987", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:09:03.323822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dc8aedc-4081-4a3b-8baf-54e6ed176036", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night time in a living room full of plants, a human-sized chubby American shorthair cat sitting on the sofa while holding a glass of wine", + "public_commercial_use": false, + "recraft_id": "45ac61c4-728d-41da-b19b-83681aeaae45", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:01:25.250858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "80aa2d44-e6d8-4e9c-b1ce-61de48c92a80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Deer with wings and bubbles in the woods,snowfield", + "public_commercial_use": false, + "recraft_id": "2bcb0de9-2168-4867-94e8-89c627c1a726", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:17:05.550001Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b79d484-f08f-4c06-9c7b-fc21afd09b54", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A pink hello kitty and a blue hello kitty are dating", + "public_commercial_use": false, + "recraft_id": "2fa682eb-a403-408f-9e3b-e49a1604443a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:50:00.610315Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f1172080-c014-4e84-abf4-75ec96845b86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Night with dark blue sky and a nice moon in the background.Cute three white Samoyeds in the snow around a cake with 1215 written on top of it", + "public_commercial_use": false, + "recraft_id": "a22c3c00-26cb-49e9-86b6-589bd39e856c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T03:28:18.070478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef492524-ba0d-4282-a838-cdf2c16ecefe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a orange cat wearing a light orange warm fluffy stars pattern baby cotton cloth, Christmas vibe, lying in a dark green carpet", + "public_commercial_use": false, + "recraft_id": "1a54cb85-0fac-44b3-bb80-20ee21d7c6e3", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:35:26.251619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6728f235-5ddf-4fca-8efd-7619d0d866f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "New Year, the bright sky full of fireworks and stars, outdoors, the forest, there is a lovely cat, the cat only back, the cat is looking at the sky, the cat is wearing a Christmas hat, the cat has a Christmas tree, the Christmas tree has a snowman wearing a scarf", + "public_commercial_use": false, + "recraft_id": "d3343ecd-ac7a-44d6-8123-41d54dcf88e5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:02:26.072984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5625fc87-8c15-4172-8c64-1c41e89358f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a jasmine flower blooming in front of a black Maine coon cat with yellow green eyes and a big fluffy tail, in a field of snow, sky is dark with green and pink aurora borealis, background is a pine forest", + "public_commercial_use": false, + "recraft_id": "2aaf74f0-2eed-475c-8934-424a9edde589", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T04:02:12.259347Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Mercedes-Benz C200 wagon.", + "public_commercial_use": false, + "recraft_id": "5e948fdf-fbbd-483d-b086-82b79068aaa1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:53:44.378785Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0dc44b1a-0eed-4911-bbba-fbd44f37fc3b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white cat wearing a Christmas hat and blue glowing eyes is sleeping in a warm room.", + "public_commercial_use": false, + "recraft_id": "bf4dccbc-71d6-40e5-a7b9-a9c31ca57882", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:32:17.053575Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a working burnout white cat human in office with cigarette, aesthetic ", + "public_commercial_use": false, + "recraft_id": "a645b645-b34d-4bb3-90a3-f789a5b9b7d0", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:48:02.05148Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5476cd5b-701e-4d0a-a80e-e337e8f452a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snow-white long-hair cute little cat wearing a red santa hat", + "public_commercial_use": false, + "recraft_id": "cd6b5b61-623e-4ed9-af7b-e9f70249b083", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:22:01.066791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6484b155-3734-4059-be14-50647d1b9126", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snowman in a ski resort", + "public_commercial_use": false, + "recraft_id": "5da08977-9727-4764-a472-2e75aa46ca50", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:48:16.919922Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c4c4277-c43b-4eb7-bb80-5c62b354d83f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A plain crispy cinnamon roll, freshly baked, on a red plate, Christmas vibe, warm, delicious", + "public_commercial_use": false, + "recraft_id": "002740b8-e924-4483-bb19-f3a0ff3d6b36", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:59:21.656858Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a4ba762-7c84-4e0f-b575-089ca8292641", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A huge ground covered with snow. On the left side is a christmas tree with many sparkling decorations and lights. On the right side is a dark purple convertible. The sky behind them is painted in pink by the setting sun.", + "public_commercial_use": false, + "recraft_id": "98c4edca-f575-499f-95ec-19242e6b278e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:34:34.362061Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3472c4bb-7982-439d-a7eb-3fbd26cf6085", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A lamb atop a mountain peak, wearing a golden crown of thorns encircled by a halo of glory, symbolizing sacrifice and redemption for mankind. Dramatic, solemn, spiritually profound.", + "public_commercial_use": false, + "recraft_id": "2b1ca524-8088-4f19-b624-b345d6f588d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:01:08.493977Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "16133c8b-ec7f-4c5c-9003-187cb5386c5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty wearing a ghost face mask", + "public_commercial_use": false, + "recraft_id": "a0584967-e93f-43c5-bca7-630a3bb03221", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:44:18.648988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45d4a1a9-6c60-4ff4-9791-7f8f13083501", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat running in central park at night. He is being chased by a raccoon.", + "public_commercial_use": false, + "recraft_id": "92933f66-7279-4288-93ae-b51ed66ec049", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T04:49:31.893159Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a61332a8-527d-4053-8a68-04a2a182e52b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": ",On Christmas Day, An Abyssinian kitten wearing a wizard's robe is holding a wand and casting a spell.", + "public_commercial_use": false, + "recraft_id": "97b02984-6f25-44aa-87f4-f7a299610601", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:50:11.152931Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "276329c6-d2b6-403d-88b4-66df7aaedab0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Anthropomorphic tabby cat wearing a grey hoddy taking pictures with a film camera in the garden", + "public_commercial_use": false, + "recraft_id": "cc00d4ce-7b97-4c64-8734-564420dba07d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:12:22.801055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "28ba56c9-c052-4489-a576-b82f462156c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a lonely man standing in the room, with the TV turns on", + "public_commercial_use": false, + "recraft_id": "a743dba1-a582-4da5-809e-4a848baec82f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T06:39:03.490172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ee9a82c3-9268-4c1f-8380-bc79659675ff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A thin Asian man with curly brown hair was sitting on a couch with an orange kitten and a Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "fdd81c3b-9742-4e99-8192-09b5598ea941", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T06:38:05.841121Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c2b918b-b8d6-49f4-90d9-777de1419c22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "\"The world exploded, the HelloKitty is smoking a cigarette, completely indifferent.\"", + "public_commercial_use": false, + "recraft_id": "53d59f77-fa67-497f-a11a-80b0f3080ee3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:49:54.437003Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "4428c24d-e6ff-4a05-9392-ac7c71c5d48b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Traditional Chinese garden with the moon reflected in a lotus pond", + "public_commercial_use": false, + "recraft_id": "4fa7f557-a2cb-4d99-aa5e-abbf414102d8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:14:19.386985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "085800cb-409a-44f6-9761-204f685841d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute capybara on a chair like a therapist with glasses on holding a cup of coffee", + "public_commercial_use": false, + "recraft_id": "3e8739a8-e0c7-4026-94e5-231fe440499b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:40:33.534819Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "baf2e381-b645-4916-a72c-ed929e535136", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little Unicon wear a clothe and sing in a alchol bar", + "public_commercial_use": false, + "recraft_id": "b23b4801-b07d-4102-8363-209bbb3ffa54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T21:21:56.749073Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8b7ff54-e52c-4f75-a4ad-5031d709b291", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sausage dog with fairy wings drinking tea with a cat in japan", + "public_commercial_use": false, + "recraft_id": "4c011e8c-d4a1-42d2-b6f9-f7bcea67a0aa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:46:38.494381Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two hello kitty wave magic sticks on the snow, which is reflected in the green aurora", + "public_commercial_use": false, + "recraft_id": "536ada4d-29f5-45b9-aa59-db49015fc195", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:12:57.160082Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A stone wearing a Christmas hat is in the snow.", + "public_commercial_use": false, + "recraft_id": "aeff6632-b883-4f45-a9a8-ef7eff6ff0ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:32:27.183416Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78d0f0c9-3f42-470d-960f-ab251748f236", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "one christmas day, white wall, a golden british shorthair cat wearing a wizard's hob and hat, holding a cup of wine while sitting in front of computer", + "public_commercial_use": false, + "recraft_id": "ca6e43e9-4888-43e1-af42-cbe34ccc1f4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:43:46.768814Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6a368ca4-a652-41de-818e-00fa502277bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little pig builds a post office and receives little notes from all kinds of animals every day. Piggy can't leave the post office and has to ask his best friends to help him mail the replies. Some of his best friends are the owners of the notes, and some of them are little animals from another planet.", + "public_commercial_use": false, + "recraft_id": "f57af281-77d8-4c73-9910-350c9a8878d4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:39:01.315254Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "3f5e7854-af73-4330-ad00-551dda2a95e2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Qoo drinking beer on the beach", + "public_commercial_use": false, + "recraft_id": "cf53efba-070c-4c50-91b9-93e3e4d59ad3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:20:21.426738Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b41aeda9-01d0-4484-9050-1e9ea68a281c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "austrount is climbing the rainbow", + "public_commercial_use": false, + "recraft_id": "f0534ad5-5aa1-4b27-998c-1429098d35c9", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:32:16.953601Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e98b4491-351b-4172-8a5d-c66c0b88e07f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute white elephant slides down a slide with a pink bow on its trunk and a bunch of balloons tied to its tail, fountain, outdoor park, red as the main color, retro atmosphere, heavy shadows, high contrast, Flash, vignetting, overexposure, blown highlights, high graininess", + "public_commercial_use": false, + "recraft_id": "90e52347-eb19-4a1b-92dc-659a95e37b69", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T06:26:08.869955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c2f21723-3343-4b66-8715-c6363ddd2457", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cute cat", + "public_commercial_use": false, + "recraft_id": "84c6e730-6d73-4823-a854-46052c3ab411", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:28:23.232935Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcd2828e-59e9-454d-86f9-8e52ff8a5b7e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A spider taking a mirror selfie in the bathroom.", + "public_commercial_use": false, + "recraft_id": "7bf778be-9eca-40ac-a767-ee8f0ea275b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:51:13.100867Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4be3d11-a77e-4974-8070-6b28867f86b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty with gun in a solid color background ", + "public_commercial_use": false, + "recraft_id": "4d7af913-b3f0-47b3-8995-09e455476103", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:01:13.478005Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ad8dcb2e-159e-4017-9f5c-762f9d1a30ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beagle butterflies ", + "public_commercial_use": false, + "recraft_id": "1e9ed06a-d6f2-43e7-bc61-b55d3919d438", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:01:35.589478Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3c9d8069-7784-4821-b813-5c33c31ccfce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat holding badminton bat watching fireworks display", + "public_commercial_use": false, + "recraft_id": "8390be9e-6d17-4e31-8681-12edd364ae6e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:47:58.23874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c600d9b-c79c-47e5-a3a2-d1c26cebc803", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hard working guinea with its laptop", + "public_commercial_use": false, + "recraft_id": "3b86e134-7869-49db-899e-34f38fb94558", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:37:14.453681Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Being a reporter kitten", + "public_commercial_use": false, + "recraft_id": "fbe08a17-a292-4c31-bfae-a58952774ed0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:34:36.885263Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb3a4cc9-de38-4132-bf25-7876c9f0eed7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a small and cute penguin throwing pebbles, in a playground with trees, snowflakes blowing", + "public_commercial_use": false, + "recraft_id": "c99ee1b2-8e5a-4029-ba30-699271b7d019", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:52:09.213181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bcb8fcf5-495c-4a4f-a482-07d6dd1641f8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute little West Highland dog wearing a scarf and Harry Potter black-rimmed glasses, nestled on a green sofa reading a newspaper, with a small colourful birthday cake on the table, vintage real filter", + "public_commercial_use": false, + "recraft_id": "59927268-5541-47b6-b6ee-6587a0e47124", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:28:52.103186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "995d6732-2439-46c4-83c5-156b5d34bf3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Fat white and orange garfield cat playing piano and reading book next to sea", + "public_commercial_use": false, + "recraft_id": "1a79c834-4414-4b5b-9928-eb3f2066b136", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:46:37.318994Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "5fd2918c-0291-4be9-8201-78a39884da72", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black Shiba Inu enjoys a massage between the universe and the mountains and seas.", + "public_commercial_use": false, + "recraft_id": "fa5f8ab8-088e-42bd-a671-2f7d5fcc24da", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:14:50.150006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "333db59c-b6ef-425a-87f5-bad74b440f3c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Shiba Inu is wearing a suit on a grass field, looking at the black volcano erupting in the distance.", + "public_commercial_use": false, + "recraft_id": "8a906d1c-0bf8-4a58-b437-abbfb63a104c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:32:00.17274Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3fb21a9-dc1d-4292-bd46-2e7f16c46565", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small brown baby teddy dog wearing a blue scarf sits in the snow, with a cute snowman next to it, and a beautiful aurora in the sky.", + "public_commercial_use": false, + "recraft_id": "612c4a83-9fed-46a4-ad1d-0e2b50cb88e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:27:22.993517Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "751d80fa-dcee-4c03-b6cc-f5bc0a816fd1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A orange cat wearing glasses and holding a cup of coffee, walking on two legs on the platform of a hk mtr station", + "public_commercial_use": false, + "recraft_id": "c589eeee-4538-42bd-ab7c-9986ccd4a736", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:31:11.955139Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "379fef73-8dd3-4cf5-bdd6-020e9e1a6510", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An idyllic orange and white cat wearing dark glasses can be seen sipping coffee in the face of a real volcano with a relaxed expression", + "public_commercial_use": false, + "recraft_id": "29760d96-b838-4444-a126-77ef31325f67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:32:08.335215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6aff3b69-1f50-4471-ae87-fe55e370c401", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A small cat grows wings and he flies along the beach with bigger seagulls", + "public_commercial_use": false, + "recraft_id": "f66e5ebc-0602-49d2-b335-73d4b5078034", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:58:11.56215Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3308386e-037d-4dcb-b997-05422ee0474b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A star-shaped Sesame big mac Burger, on the beach", + "public_commercial_use": false, + "recraft_id": "e7d84095-bcd9-4cf4-8a3b-2026e0e8e93c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:30:51.881669Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cfed97c5-953c-4877-b5dd-2e2761c1fd3a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a working cat human in office with cigarette, aesthetic ", + "public_commercial_use": false, + "recraft_id": "7cc6a518-d657-4a98-992c-886020f28bce", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:40:12.080216Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4550cd24-4d67-4fc1-9ae5-3f4dedda911f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "Through an ornate baroque-style green glass window, a cow is seen grazing peacefully in the golden glow of the sunset. Behind the cow, snow-capped mountains are bathed in sunlight.", + "public_commercial_use": false, + "recraft_id": "ccf90014-d102-45b0-bfad-823c4247ef7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:34:28.357209Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4caa618f-e32e-4124-8557-259f09da8183", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Shiba Inu by the seaside.", + "public_commercial_use": false, + "recraft_id": "7b7f3324-84f4-4090-89c1-f986a0333777", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:35:11.252874Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "064b10cd-a23b-4465-a74d-06d2e7ce6e53", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hansome man standing under a Christmas tree.", + "public_commercial_use": false, + "recraft_id": "4b56bddf-7804-43dc-bebd-72c5b70e1f16", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:25:16.65181Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3838fd64-2a6c-4abd-9e27-4ac26b98e3aa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is operating the mixer", + "public_commercial_use": false, + "recraft_id": "9f530139-d5db-4efb-a2a2-4225c6099b3a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:13:59.985289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ec58bde0-21ec-4bfa-baa6-d1645323df1d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat sitting on a cold beach in june gloom and fog, wearing a scarf", + "public_commercial_use": false, + "recraft_id": "386c7182-a854-488f-a853-6b8399e78fc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:56:25.952293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "de8eef68-79a7-4319-ae7d-d166bc24f285", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow and wcorgi in the snow by the sea, there are yellow stars in the aurora, and the sky is a blues moment", + "public_commercial_use": false, + "recraft_id": "df986ff5-47ae-4418-b38d-098454c99fbc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:24:31.702919Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "71b65be6-6161-4297-ac90-938f7272fb85", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Music festival at the seaside, sunset, fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "dd9936cf-53ef-4aeb-a763-0fe2519abed8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:47:55.490488Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd056465-3c6f-4a0f-a513-41572c562a23", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A yak with a thorn in one eye and stars on its body is on the beach at night.", + "public_commercial_use": false, + "recraft_id": "fc485018-a3c1-40d1-9bca-5f3831eca70b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:33:36.282544Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "788a6fc4-9eb8-4726-8326-d2bf7776cdd6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Back view of a Fat orange and white garfield cat playing piano and reading book", + "public_commercial_use": false, + "recraft_id": "2f31e3f5-2330-4679-a88e-3eecb1a430dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:59:58.001009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "843154c5-2642-4b10-a78f-1c1ffb033971", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue Winter , Christmas tree, a fox sleeping by the fire, shining snow,", + "public_commercial_use": false, + "recraft_id": "0dfad65d-55ac-49bf-928b-9680aacc47b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:00:47.506419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b6a8705a-f445-46e4-bcc4-a9fd53447622", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy brown dog wearing a red scarf watches fireworks on the snowy beach in winter, with CHZ written on the floor.", + "public_commercial_use": false, + "recraft_id": "3bd7285e-5679-4315-a19b-e51dd455c80b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:40:30.799147Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30a4f1af-c573-415d-be27-e1645064ed5c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "a fixed phone", + "public_commercial_use": false, + "recraft_id": "19f75ff2-76d0-4e18-a4d6-74192375fc41", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:18:44.581169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6864a8c3-0e3e-4a18-9d34-c77306ae571d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little orange kitty is playing with a white puppy.", + "public_commercial_use": false, + "recraft_id": "fe668e9d-7911-43de-8a3e-202cb296fea8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:50:44.658746Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3756c42d-f579-4fc1-af21-7cd7642e6321", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Bichon ran through the white snow with the words sehun, falling snow, and falling stars", + "public_commercial_use": false, + "recraft_id": "6fd949e0-9005-4434-ae09-07e1f3d3a9dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:38:49.604499Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "24d653f5-9ca3-49c4-acf1-74692c43a9f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fierce Doberman with a shiny diamond necklace facing the camera", + "public_commercial_use": false, + "recraft_id": "fb864f36-4b16-4698-94a4-7bc6da26b6f0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:11:29.873448Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b224a438-cd1b-450a-ae4d-8159701fbe80", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "At night in the snow, a hello Kittyis reading a book on a rocking chair, wearing headphones. The Christmas tree next to it is lit with colorful lights, and gifts and books are piled up under the tree. The sky is filled with dreamy Arctic aurora", + "public_commercial_use": false, + "recraft_id": "05141f90-4935-43b4-901e-85f4e4201631", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:23:58.602272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6f87411b-f07c-4eae-bf50-e939214a3cf7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Three Samoyees circled the Christmas tree in the snow, with little stars", + "public_commercial_use": false, + "recraft_id": "05e815ad-80d6-47aa-b5ab-39fe08a8d825", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T13:23:35.999318Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "0b8a7857-4ccc-4aee-b211-b71774da3582", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Azure Cat playing in the snow", + "public_commercial_use": false, + "recraft_id": "10e56ca8-d1a7-4353-949a-8cffb10cf369", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:10:06.114186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08e78173-2570-4213-83f1-2e662ca34488", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "embroidery hoops with stitches ", + "public_commercial_use": false, + "recraft_id": "67ad70c9-66c8-492b-b506-1ec6d47f8fa8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:09:07.82591Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cbee40f1-4e3a-4771-8e76-d76186e96cda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white westiehighland terrier + hello kitty + christmas + working", + "public_commercial_use": false, + "recraft_id": "26d5793b-38f0-4a29-9745-1d4d5f77f262", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T12:11:00.7695Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "02600058-456a-4286-95d7-ff444004b977", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The shadows in the hospital only show their eyes. Horror atmosphere", + "public_commercial_use": false, + "recraft_id": "a7dae7d4-dc9a-42f6-804a-5f5d582ede22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:27:17.302069Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f7af03b-e5dd-4d0e-8851-da3429ea0a30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cassini in space", + "public_commercial_use": false, + "recraft_id": "aedf2d51-6b3b-4780-9db6-77bff2d13cdd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:32:52.423656Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f80eaedd-c8c5-4a9b-b732-87c378326dd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Brown teddy bear dolls and white rabbit dolls watching colorful fireworks by the seaside", + "public_commercial_use": false, + "recraft_id": "7b76db03-2757-4160-8b76-a710cff5d50d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:22:05.662302Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b35cc5b6-4cd1-45ff-89bb-2e834d609356", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are auroras and stars in the sky on a snowy night Two European young men running back wearing brown jackets and jeans take a little space in the picture playing in the snow There are small colorful butterflies flying in the sky there are a few trees in the open snow there are many colorful butterflies and fireworks in the sky Snow night, aurora, Christmas tree, guitar, Butterfly beach white snow", + "public_commercial_use": false, + "recraft_id": "4dad07d8-d4a2-4c3c-b07a-38de49d6daa3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T17:23:05.206879Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "c39db128-98f9-4969-8a5f-e603b0eae388", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Rilakkuma and cake on the beach cake at sunset 01.03Happy Nico's day", + "public_commercial_use": false, + "recraft_id": "cb7b62f6-6248-4956-b469-90118525c7d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:50:27.321719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e9baf945-7dca-408a-9177-576018574a4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty character is wearing a hoodie and sunglass, sit in front of a laptop. Right hand holds a cup of coffee, left hand holds a cigar. Using a live volcano as the background", + "public_commercial_use": false, + "recraft_id": "afd68437-2a7e-43e2-918b-1eaa35f9d4bf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:31:12.656482Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3437746-ebfd-4bb3-893e-cbab386cfcab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little bear and the puppy sit by the sea watching the sunset, surrounded by bubbles.", + "public_commercial_use": false, + "recraft_id": "eafc8326-d83b-4fca-8a9e-e869ad4a2d30", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T06:05:37.199894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "76c4ba59-ea9d-4d83-8dce-735675be924d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese vegetable carving dragon phoenix peonies, chinese banquet, 80s style, dinning table, mint green table cloth, chinese plating, round table, chinese porcelain tableware", + "public_commercial_use": false, + "recraft_id": "36ec5a5b-7f93-4d5f-a956-2fedf1f49214", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:32:58.200554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Dolphins in the ocean wish Kathychau a happy birthday. There is a cream cake with the number candles 1206 on it. Sunflowers are around the cake.", + "public_commercial_use": false, + "recraft_id": "7ef21b2f-5364-4272-907c-f49ea25fed00", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:17:54.355631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Multiple people are gathered around a Christmas-themed table, each engrossed in their reading, with Christmas-styled drinks placed on the table.", + "public_commercial_use": false, + "recraft_id": "aae5d119-55a1-4926-acfd-fbfc45ef199c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:55:43.499392Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2011a9b-8439-4946-8291-dd9a78c0dc9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Today, perfume is an important part of personal care and individual expression. Technological developments, sustainability and ethical concerns continue to shape the perfume industry.paint this", + "public_commercial_use": false, + "recraft_id": "12ebc795-d5dc-46c5-9280-8801c3d83e83", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:57:34.112364Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75e95930-6800-402a-80b7-51b9696ca8f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty is standing in front of Huangpu River, facing us directly. Behind her is a far-view of Lujiazui scenery.", + "public_commercial_use": false, + "recraft_id": "6cefbd3f-4fae-4e21-a2c6-791664943f00", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:30:51.036585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c12ed650-cf5d-428d-ae2e-6fabfe3d9665", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hellokitty is wearing a Santa hat and red-framed sunglasses, dressed in a cute red skirt with a lace collar, sitting in front of a MacBook. On her shoulder, there's a pure white long-haired cat with blue eyes.", + "public_commercial_use": false, + "recraft_id": "bc4fcc58-870e-44a4-b410-4de23f36fe83", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:52:14.88055Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9b652756-1104-46dc-ac50-c4e259f8f52a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Early snow, black skies, evil Beagle", + "public_commercial_use": false, + "recraft_id": "2f0426df-669f-4da2-9d4c-e714b67e6684", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T14:57:30.768763Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f3a41b5c-b502-4893-9911-0e232aea9bda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty wearing a pearl necklace and dress, taking a selfie with a mobile phone in a French restaurant, day light", + "public_commercial_use": false, + "recraft_id": "84f36d03-a918-415e-9500-b2829dfb7b6b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:12:39.094947Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d6094eae-2cbc-4aff-a39d-5ebf7844caaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A silver gradient cat, an apple, Christmas tree, fireworks", + "public_commercial_use": false, + "recraft_id": "2d846116-b8fa-4dbe-8609-72bd33472977", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:42:33.434532Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bbbbc306-bb34-417a-8fcc-3b8aef969ec1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is in the snowy day, bloody moon and night.", + "public_commercial_use": false, + "recraft_id": "bfb53005-d141-4936-8755-277188215037", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:43:08.775272Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fcf6b6b8-9263-4473-9275-ee81eb7f66bc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "CHRISTMAS VIBE DARK AMBLE COLOR BEER,FOCUS ON BEER, EYE LEVEL", + "public_commercial_use": false, + "recraft_id": "dd9b9d42-f1c2-4954-9839-7de4c8d02d1e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:40:54.260135Z", + "dislikes_count": 0, + "height": 1434, + "image_id": "911f5982-39f8-4593-8db3-e56c85cb1aa1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "baby is having facial", + "public_commercial_use": false, + "recraft_id": "979cad05-0b6f-4591-82af-60cbd140a6d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:23:46.152189Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0766e668-5a8b-44e9-8147-ffcfdf1a2c9d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Two rabbits celebrate their birthdays in the snow. There is a birthday cake with candles in it. The cake is beautiful and lovely. There are still colorful bubbles floating in the air.", + "public_commercial_use": false, + "recraft_id": "56d653d1-2ec4-434f-89fd-0cd5bc8d7f1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:23:46.656329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35cee867-702f-4168-9796-771e836c608b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beside the sea, there is a Hello Kitty angel. It is flying in the air. It is Christmas. It is snowing . There were snowflakes in the sky. Everything shows a romantic touch.", + "public_commercial_use": false, + "recraft_id": "76598ee6-56cc-4fd4-ab2b-5cc29a331644", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:30:24.036985Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f92582bd-bb69-4e4b-aeec-97af8251fd48", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Black cat, snow, butterflies, dear, trees, water ,blue", + "public_commercial_use": false, + "recraft_id": "1335c61d-58f6-437b-9123-5b7fca5b3796", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:56:24.719967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "552f6035-7d39-4154-856e-6182bbbc954e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Tiger's right eye", + "public_commercial_use": false, + "recraft_id": "334cda6c-1d78-4914-94c8-573971b8c53c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:11:53.222734Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow cheesecake with a cute bunny decoration", + "public_commercial_use": false, + "recraft_id": "61d74a52-d5e8-4aa3-acc5-60a604d2ed96", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:17:48.406527Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cff06194-2747-4881-8383-598a0c5e2e1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White puppy and a tall, handsome big muscle man lifting dumbbells to exercise", + "public_commercial_use": false, + "recraft_id": "cb8ffd67-fac6-454f-9af1-e9f54e583a17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:02:49.905092Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "f24d40c9-991a-4aaf-96d3-b4b57ac88ffd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a sheep standing between lots of disco balls", + "public_commercial_use": false, + "recraft_id": "3e351e26-a555-4230-9219-5e874d707f40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:39:20.796515Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f410699f-a193-44b5-8ca4-15d047518254", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats, one orange one black, watching fireworks in Japan", + "public_commercial_use": false, + "recraft_id": "19f32183-64e8-4dbf-8cfd-c4ebf615d721", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:35:36.371965Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c204b097-cbfb-440f-92b0-a697a73a94e5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello KittyWear traditional Chinese clothing and travel to places with ancient Chinese architecture", + "public_commercial_use": false, + "recraft_id": "39da864a-ba9a-4a46-a5ec-7278f609de88", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:46:26.721916Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "75c2793c-af0b-4f35-80f6-4883fe516d2f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The glacier melts, and in the center of the lake sticks a silver sword", + "public_commercial_use": false, + "recraft_id": "7b00b70f-8ee8-44c5-8364-7eb4698a4580", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:28:43.596586Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c0adf70c-8d8d-40bc-8b15-8e7288e7d547", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a little black cat in the snow with big eyes.Warm picture", + "public_commercial_use": false, + "recraft_id": "52496778-6eb4-4ab7-a121-014ff8b7ef86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:24:01.353063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "17e6dce2-c55c-488f-84e1-b0d4486a3cee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bigger hello kitty", + "public_commercial_use": false, + "recraft_id": "3e744cc6-2ae7-45f4-9037-41f39912cf82", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:41:32.203167Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "11ac876a-e7e9-449a-a462-174224c5e654", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Samoyed dog and another big white dog kissed in the sunset.", + "public_commercial_use": false, + "recraft_id": "9031b280-728f-4acf-9e6a-8fe651c46e3e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:07:09.024045Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c0dbe8c-787c-464f-957f-a75897cf8c89", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A worn-out window was blown open by the gentle breeze. The pure white gauze curtain fluttered gently. Outside the window were the tree shadows bathed in sunlight. The patches of light fell on the wooden floor through the gauze curtain, presenting a quiet and life-filled scene. ", + "public_commercial_use": false, + "recraft_id": "01608c6b-95d8-45e2-9d0e-e99d0c007b95", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:26:24.537023Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "2700b335-8889-485c-9002-85f13ccc79dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white penguins on a light blue Antarctic glacier with huge ice cubes next to them and fireworks in the white sky", + "public_commercial_use": false, + "recraft_id": "4847d15c-5750-4245-aa52-98eced159aac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:35:09.251653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0a92c0b-fe36-4d8c-92c6-c58a581aad46", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cute little rabbit on the lawn", + "public_commercial_use": false, + "recraft_id": "dd05c155-c994-4a47-9b86-e35f5e41879f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:21:55.291436Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4671fb72-738d-4e9e-84ca-ba5cd22603ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty is having afternoon tea", + "public_commercial_use": false, + "recraft_id": "8c44f8f1-f1df-4015-8694-d99118c044b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:39:57.333758Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "042b8f14-38a1-4157-b90f-5663a56ee6c1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The letter W is written on the beach on a snowy night.Next to W, there is a golden retriever with a love scarf.", + "public_commercial_use": false, + "recraft_id": "90968d63-012f-4f06-8187-3f807ce6e904", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:48:19.08627Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30229df5-75a7-4012-bb0f-e4e3a7c1c21f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Flocks of birds hang motionless in the sky, while at the edge of the horizon, a colossal whale drifts by, dragging the shattered dawn in its wake.(natural closed scene, real animals).", + "public_commercial_use": false, + "recraft_id": "128ed10b-5a28-4bf6-8731-0b79b2e6da25", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:11:11.650553Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "41cba1b5-2353-4db1-9502-4516f8d75e20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray cat, a three-colored cat, with a Santa hat for Christmas in the snow", + "public_commercial_use": false, + "recraft_id": "32b3f77c-08bd-4f67-bcca-a525fceaf73e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-05T13:16:10.386519Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23421d38-1902-417d-90d6-359e98e43ab7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The figure is a white cat with a pink floral head and yellow sunglasses. It is sitting on a red armrest chair, the right claw holds a white cup, it seems to enjoy leisurely drink. In the background, there are a few meteor clamps in the sky, and there is also a fire in the distance, forming a strong contrast of tranquility and chaos. The overall atmosphere seems to be more realistic and humorous.", + "public_commercial_use": false, + "recraft_id": "406c9a54-02da-4d37-911f-b670ffc7dc32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:28:24.133573Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "96525650-51f8-4709-b85f-0097be5ecc57", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at the snowy winter seaside during the dusk, a hello kitty is taking a selfie beside a christmas tree. fireworks are blooming above the sea. Snowflakes are drifting in the air. ", + "public_commercial_use": false, + "recraft_id": "5c9eb514-fa16-445f-bae7-0bb289dbef5a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:23:48.834943Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9cf25d99-d19c-4bf5-9b1e-87782a2eb862", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A black cat and a white cat stepped on the snow in the snow, and there was a string of cat footprints in the snow.", + "public_commercial_use": false, + "recraft_id": "820c7e5f-c1fa-4df6-830b-d2166b2b105c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:13:03.969131Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7c64f48a-4721-42a1-974b-34152ac47ea7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty is watching a movie", + "public_commercial_use": false, + "recraft_id": "bae90835-f6a4-4386-a860-edfa2d4a300e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:32:43.094331Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "255b7a38-0508-49c0-933c-a79d8516df0f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a snowy field, there are flower petals on the snow. There is a green butterfly and a red butterfly flying. Next to them is a heart-shaped neon sign that says JW&YY. Behind them is a snowy mountain.", + "public_commercial_use": false, + "recraft_id": "a0a2ed48-fd77-4de2-9102-60089b24a9a2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:21:59.647362Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2bfdf307-328d-45e3-a033-17301d9ab1fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wolf bit dragon mountain ", + "public_commercial_use": false, + "recraft_id": "9554e36a-ee6c-4087-922e-62100d2339b0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:42:27.839894Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2c4e1f0-d9a2-4705-8410-86352d69b89d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The lovely baby pig was in front of the snowy meadow, wearing a Christmas hat and holding a star wand, shining with beautiful aurora borealis, with little butterflies surrounding him", + "public_commercial_use": false, + "recraft_id": "d2367796-5237-4e7c-ad8a-3b6341b48b17", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T10:55:56.225875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "11523765-b213-4015-b3eb-ccfd5a8a7bca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the fog, a cute white kitten is facing it, dim street lamp", + "public_commercial_use": false, + "recraft_id": "e3b47253-fa71-4d35-8c1d-10269ebadbb5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T11:48:27.700664Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0fb9af0c-3c19-4990-ae76-9adbe0624bbd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fat but sweet angel drinking in the church", + "public_commercial_use": false, + "recraft_id": "0510cab2-33e5-4510-ba19-5839a988dea9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:38:19.317412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Two cats are playing in the snow, surrounded by a scarf, with a forest and fireworks in the background.", + "public_commercial_use": false, + "recraft_id": "1233a664-a297-4ba8-a803-0124f6848c7a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:50:13.093271Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3b7f27a9-eedf-4a68-b880-da49add47222", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Heavy fog, two or three people on the road, dim street lights", + "public_commercial_use": false, + "recraft_id": "94f56f2b-b664-483d-9d15-aff0990c3281", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T08:30:13.742546Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d2bbd02-553d-4de1-87d5-ce65bf63d091", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " a bartering party logo with a white background for the bar named Modern SeeD", + "public_commercial_use": false, + "recraft_id": "fa09cecd-a59f-4e8d-85f0-8d073ae23f28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:48:03.071786Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25dbc754-7cac-4eda-8c5e-064a9f8561ab", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "beautiful sea", + "public_commercial_use": false, + "recraft_id": "a683835a-4214-434e-89fe-470cb25b34e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:07:12.607254Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "47fe353a-8de1-4f9d-97c3-953d736c8429", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a cold winter night, a white kitten wearing pink and yellow butterfly wings sits in the snow. In front of the cat is a volcano cake with lit candles and white frosting. The background is a snowy landscape with a few trees in the distance and the sky glowing orange, creating a warm and dreamy atmosphere.", + "public_commercial_use": false, + "recraft_id": "409f7e28-e5e7-447f-9b46-be5ac8289c13", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:49:15.546225Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c7ee3f85-b6a8-4011-9c64-424514cf65b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The stones after the earthquake crushed me under the ruins.", + "public_commercial_use": false, + "recraft_id": "efe8c1c3-50fd-40af-a980-52823329d6a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:33:38.637091Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "232801a0-9119-4e55-bf87-302c36542785", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The sand on the beach is its normal color, and the seascape occupies a larger portion of the shot.", + "public_commercial_use": false, + "recraft_id": "aed2151f-0e23-44eb-854f-205a5e421d3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:35:19.06452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4b79ee0-d0c9-49f1-983e-367ec8ea3be9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The mouse is wearing a prison uniform, holding an AK47 and a microphone on stage", + "public_commercial_use": false, + "recraft_id": "a30c5b5b-12d4-4a1e-94d4-9dca3d8dc8bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:22:54.88972Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a95c48d-86d6-4145-b49a-60c4449c9833", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Hello Kitty doll, dressed in a black kimono, is watching the stock market index flickering on an electronic screen while counting US dollars in her hand.", + "public_commercial_use": false, + "recraft_id": "a3a8e4f2-b220-4657-94c1-5af31226d3ca", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:36:46.254157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f0ca12fb-1c38-4989-8b60-8459f0520089", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas christmas tree snow winter hello kitty quite", + "public_commercial_use": false, + "recraft_id": "d89c414d-5382-48c1-a5b6-b394447c4a2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:15:38.866014Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "70241a9d-0230-414e-b54b-7e3abf6330fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "BigBang HelloKitty crown ", + "public_commercial_use": false, + "recraft_id": "8a81c9f6-de77-41c6-aa4e-80bdb45e4c87", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:57:11.755134Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5610ab7-ed40-4992-a6d1-dfcea4c43978", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat in snow", + "public_commercial_use": false, + "recraft_id": "7b5d8596-ca0c-4a3a-9522-19fcd9495570", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:56:24.719967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ed5f6f46-58b4-45c6-99aa-5b39ad410a94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The right eye of an elderly man", + "public_commercial_use": false, + "recraft_id": "334cda6c-1d78-4914-94c8-573971b8c53c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:23:53.71541Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "7e376cae-9421-4c2b-9a4b-7ae8f08b9f74", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three people celebrate their birthdays in the forest.", + "public_commercial_use": false, + "recraft_id": "40cbcebc-9911-4b94-9c0b-9c209fc60fab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:36:59.529337Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "225153f2-cab1-4748-9361-0aef8f91fd8d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The hot air balloon floats in the air, and there is a cute dog in the hot air balloon, wearing flight gear.", + "public_commercial_use": false, + "recraft_id": "0f937eb9-449d-4ef4-a45f-ddda9d631afd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T15:02:40.252102Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0271a994-aec4-46fe-baeb-6f9642ebb2bb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty under the Christmas tree eating strawberry cakes", + "public_commercial_use": false, + "recraft_id": "2ec2d66d-6ef9-44f1-b159-88e37f185729", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:40:20.852006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e42ea190-5f28-4686-b270-ba0dca730385", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh, with hello kitty fishing, sunset, lawn,butterfly", + "public_commercial_use": false, + "recraft_id": "62abf05b-3ebc-485d-a665-1984cf86efab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:37:06.253421Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b17a5345-6321-483e-9764-1ed947a09d7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "An abandoned one at night. A general view of the amusement park with slides", + "public_commercial_use": false, + "recraft_id": "14078ae4-ac4d-46d9-9a3b-e3f181165422", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T09:36:07.05428Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "aabb3e0a-a635-4e96-9bda-e761a13d5cf5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The main subject of the shot is the sea.", + "public_commercial_use": false, + "recraft_id": "0ee9c233-f070-4f1b-8934-4df861a8b843", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:47:34.075812Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "07666926-27c5-4fff-b1a6-027755a10aa7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bald young lady, wig blown away by wind, heavy snow", + "public_commercial_use": false, + "recraft_id": "e917482e-9713-4a31-b4f2-a3ee30f492c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:48:19.442204Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "9ae8b64d-8e3a-4efd-8429-c7424149f202", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Writing 'hzy' on the beach, fireworks in the sky", + "public_commercial_use": false, + "recraft_id": "13fbf4bb-19fd-4f92-ac47-f41062c50b04", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:26:23.352376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c08efa4b-c366-4e07-b94f-d7a245b15811", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "bigger hello kitty", + "public_commercial_use": false, + "recraft_id": "862afa7e-0d47-4010-a662-c312b0e56b8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:05:56.219203Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "871dfcc9-6d36-457b-b9ae-50643f481db9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "american vibe", + "public_commercial_use": false, + "recraft_id": "6257eb5f-4ec0-4c1a-9fbd-bd613fef8839", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:14:16.154377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aa54c49e-e85e-4324-87f4-59fe91e1c88d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray-black cat, a tricolored cat with a Santa hat for Christmas in the snow with a glowing Christmas tree next to it", + "public_commercial_use": false, + "recraft_id": "c47207a1-114a-4c06-a3a7-11058f3c23b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-06T04:13:15.349784Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the grass there was an Alaskan and a Samoyed sitting on a picnic mat and smiling", + "public_commercial_use": false, + "recraft_id": "63073928-b5b7-4db9-8d4a-6ea3bbee9df3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:27:50.766765Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1efa2224-f572-4d16-b03e-bd7563e86462", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three Guinea pigs, one is all black, another one is brown with a part og white fur on her head and neck, the third one is white wear christmas hat celebeating chrismas in a ski resort.", + "public_commercial_use": false, + "recraft_id": "71c420f3-c9b6-4f48-a3a4-930e06dbf589", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:35:06.251174Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "457418f3-0d83-42bc-86ba-16ac4628ae08", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "ONLY white hat and pants,NO black", + "public_commercial_use": false, + "recraft_id": "5c9ad9c8-e997-4e12-9eca-9edba0c33818", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T07:12:39.564365Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3fa56ea8-3725-489f-adf2-87a604d03e14", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray-black cat, a three-colored cat with a Santa hat for Christmas in the snow with a red wall, Christmas tree", + "public_commercial_use": false, + "recraft_id": "401fb6bf-a9f9-4e18-96df-d276163a0a3f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-06T14:37:53.00255Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "175e2846-1560-47f7-8118-28f792804819", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Taylor Swift holds a birthday cake that says she turned 22", + "public_commercial_use": false, + "recraft_id": "a9379a07-215c-4020-af11-a67eac003076", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:05:21.868371Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "679e391e-9423-431e-b559-cb8ec8aa3e5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "capybara in bow tie and suit hat at a party", + "public_commercial_use": false, + "recraft_id": "db5d0206-00fd-40a7-8e80-b5913b8dd07f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:05:08.348257Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1a798539-3e4c-40f7-af79-8887bc9da975", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A West Highland white terrier in a cute suit in the snow", + "public_commercial_use": false, + "recraft_id": "aa0d4c4c-85e6-4bcb-a8b3-ed473d4c7268", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:30:34.8636Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "bdfa7a88-59eb-4404-a3f2-0526aae30e8e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a little black cat standing by the window with a camera in the house, a small orange cat snuggled next to it, and the snow is drifting outside the window, there are meteors streaking, and the whole is warm colors", + "public_commercial_use": false, + "recraft_id": "e02bfd3b-4e0c-42b8-8e96-fea3c342888e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:29:32.591674Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5ed88ab3-2412-4c00-95b6-c67db165d618", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a room filled with Christmas decorations, several young people dressed in Christmas attire are gathered around a table, each engrossed in reading, while Christmas drinks are placed on the table.", + "public_commercial_use": false, + "recraft_id": "8387a02a-d9ba-4ef3-a4db-3360fe4160f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:44:45.991068Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b7345b64-b513-4ef5-bcef-3dce02800df7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Newborn polar bear baby, Christmas atmosphere, watching TV with headphones", + "public_commercial_use": false, + "recraft_id": "6ff78d8b-4687-495e-85cf-289ecffe6467", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:57:26.078487Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4e64eb9d-0d64-4caf-9704-39781e5f88d0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fountain sprays a lot of precious jewels .white background .", + "public_commercial_use": false, + "recraft_id": "59686833-6906-40e7-aa67-0d49cb06ec61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:01:04.845775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e30cf516-2c7d-4a4f-8dbb-6389da277703", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beag butterflies ", + "public_commercial_use": false, + "recraft_id": "6e2caa6e-69a3-4862-b449-5f4eb9e33e1c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:46:17.485321Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c856e827-9e21-4294-bdc1-f4e13531de4a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A dog in a Christmas hat", + "public_commercial_use": false, + "recraft_id": "cf14e90d-e973-42e8-be2a-8812b4686e74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:10:23.962739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "aac27820-a6b7-4589-8487-1ed39462b419", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray teddy dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.See the picture on the right for the appearance of the dog", + "public_commercial_use": false, + "recraft_id": "95fcb108-1daf-4a3a-9dfe-5d48c5ecc4ea", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:39:35.189179Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e0152257-481e-4d35-8ad2-fa0359cded7a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I am upright, brave and I have social buzz", + "public_commercial_use": false, + "recraft_id": "713082d9-7457-4e54-babb-3da8d9c9fc0a", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:09:27.939987Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ccaa3142-061b-4297-807a-e563760b118d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Young, trendy women in jackets wear barricades over their heads in the night room, where small daisies grow on the floor and walls", + "public_commercial_use": false, + "recraft_id": "804a04a3-eeb3-4208-8f92-0e74962f4dfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:03:13.438376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dc8ee5b-b4f7-4948-95c7-0603614c66a1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Teddy puppy with a transparent little wing is standing under the aurora ", + "public_commercial_use": false, + "recraft_id": "dc612aec-324c-41f0-8c3e-8d2c58707950", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:37:24.544927Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2ff82493-48b1-48d3-9413-9389511ec3d6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty with a blue bow is skiing. Need cartoon type", + "public_commercial_use": false, + "recraft_id": "6b210005-0b03-4ea5-a4d4-949e9eca220e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:22:33.743345Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "26945893-0686-4245-87cd-788286a6b2f0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The rough-coated fox terrier is playing with bubbles alongside the little elephant.", + "public_commercial_use": false, + "recraft_id": "394f91aa-2bf7-4fbd-8707-446f35c7a3ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:43:35.531048Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50771dc3-16e7-4100-b33d-60033cc4aa8b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "snake in space, 2025,new year", + "public_commercial_use": false, + "recraft_id": "afec3929-f5d5-4273-9570-5c2fa647bbc5", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:53:30.741731Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "10142f93-c494-4859-942e-24af40293d58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty Panboard for alpine skiing, wear black snow clothes, black helmet and red snow goggles", + "public_commercial_use": false, + "recraft_id": "04c59378-422d-492b-89c4-bd59b65ce561", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:51:11.619391Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0386f872-2db2-4dd5-82e7-40fb196d74db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A yak with a thorn ,stars on its body, with a nose ring on it nose at beach at night.", + "public_commercial_use": false, + "recraft_id": "edf07b5a-43c7-49a8-bdbc-e710b1e758d1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:58:20.233885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4ff02ea-b723-4bc5-be11-bb7ef9499a6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "pet dog, piano,winter night", + "public_commercial_use": false, + "recraft_id": "24e80ca8-9a60-42bd-ade4-1e024d8510e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:56:04.760726Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b04ddc5f-c789-454f-9d9f-0df9538b4868", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty hold an Australian passport standing under Tokyo Tower", + "public_commercial_use": false, + "recraft_id": "7435e072-f35a-4e51-b3f1-d204cc71b502", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:32:59.308287Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b92f8053-2dad-4119-bcf3-4d6dffc7f459", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sea otter wearing sunglasses and western cowboy clothes", + "public_commercial_use": false, + "recraft_id": "6b3b6ed0-5042-47ee-aadc-e04edd8ef750", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:25:26.548982Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "748a20d4-7396-44a9-b5f5-66c4b3d3f84e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a cute poodle puppy , dressed in star-patterned pajamas, wear a sunglasses,is working on a MacBook, burning car outside the window, featuring a lit Christmas tree. ", + "public_commercial_use": false, + "recraft_id": "1bc1b875-f8d3-4a37-b009-64605218e682", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:29:48.484562Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4ed554aa-15ad-4cd3-8d9b-52373e81f692", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Astronaut holding a camera taking photo of a Ragdoll Cat on Lunar Landscape", + "public_commercial_use": false, + "recraft_id": "df155e75-e506-41b8-991b-8046a398b2b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:18:17.553629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5fa12e58-ed10-4dc7-8601-34fb1a3e01cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bear dolls and West Highland dolls hug each other by the sea.", + "public_commercial_use": false, + "recraft_id": "4cf39980-391b-4274-b415-2221c3c6c5a4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:32:46.954475Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5804abd9-5e7b-4f9a-9a79-186bff120df2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "graphic designer", + "public_commercial_use": false, + "recraft_id": "94b9d885-046d-4c21-8b36-65cc3b40ef92", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:42:34.148419Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f3e141d-ae98-4cf8-a7e6-e722a6658dd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat flying to the moon riding a spoon with milky way in the back", + "public_commercial_use": false, + "recraft_id": "7426c9aa-40e7-409b-bb21-f22a1d85616b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:31:31.776079Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Exam papers in the sea breeze, dead fish", + "public_commercial_use": false, + "recraft_id": "69575733-4ac7-482e-9828-053a965d50c7", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:29:04.925878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f100f7c6-f6c4-4a48-8b35-4c003fdb316f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little Golden Hair dog with the birthday hat and red scarf was smiling happily", + "public_commercial_use": false, + "recraft_id": "b3a3ef32-8ad2-492d-ba5e-33b9a5f85e4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:42:37.952639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c3b41fc-d588-44d5-972f-7d1bde55d1e8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "By the sea, blue sky, two men on horses in the distance, a campfire in the distance", + "public_commercial_use": false, + "recraft_id": "515b1d65-1a86-4d84-9e9f-d9567ec04f71", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:20:11.375815Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Women breaking pottery in a white room", + "public_commercial_use": false, + "recraft_id": "b9ce875b-0ed6-4b6d-bc59-fce2f134bb61", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:35:17.721967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b1fc770-fed4-4327-8d53-564d189d34b4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow-haired Shiba Inu plays by the big Christmas tree", + "public_commercial_use": false, + "recraft_id": "96eb1728-e9d0-43aa-b0c6-125ea70b072a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:32:20.520242Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36bb414b-e80f-41e7-8545-9b32a26b30a5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat is working on the laptop in the office. The cat is wra a pair of glasses", + "public_commercial_use": false, + "recraft_id": "db8c692f-1a84-45f4-b60d-2bb006ed6601", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:43:59.528007Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "15f4989c-163e-4f6d-a056-8d91a3c59c18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A disturbing scene in a dimly lit convenience store with white and green tiled walls, captured with a flickering, grainy film effect. A robot in a frilly maid outfit holds a limp green onion like a weapon, its face expressionless and glitching, its movements jerky and erratic. The robot threatens a terrified cashier, cornered behind the counter, shaking and unable to react to the absurdity of the situation. Harsh fluorescent lights flicker above, casting unnerving shadows across shelves stocked with random items. The atmosphere is tense and surreal, a mix of dark comedy and mounting horror, as the robot's distorted voice demands money. The cold, sterile environment feels increasingly claustrophobic, the flickering lights creating a sense of paranoia and unease.", + "public_commercial_use": false, + "recraft_id": "4fb7d452-4959-4b3b-9098-8eb7d202a73e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-05T14:49:04.707845Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8225fb5-f0a2-455b-b242-ad64d26be0f6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "fancing the sea with spring blossoms", + "public_commercial_use": false, + "recraft_id": "6e188b1f-28f3-4dbd-8677-f25fc1bb0827", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T20:19:30.328244Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "10c92601-37be-4e44-ac6c-1ae13769790c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow cubic room whit creepy dalmata in the back right corner", + "public_commercial_use": false, + "recraft_id": "fd238a2b-23ae-4162-9a4c-e302cbd2b862", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:07:12.318779Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33f46713-43fd-43cb-b055-a33cfc97e5da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The Kinkaku-ji Temple located in the center of the island lake was burning with huge flames, and there were two swans in the burning Kinkaku-ji lake.", + "public_commercial_use": false, + "recraft_id": "c2957ae5-93b9-45ef-ae93-0b3e4baf77c8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:00:20.329926Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b412792f-e46a-4208-9d57-69a1aab43038", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy cat in a hot tub which is in the snow and there are Christmas trees ", + "public_commercial_use": false, + "recraft_id": "4a5762ef-877a-4382-b8dc-d70816558679", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:17:22.381266Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "23aad04a-8de9-4b00-8964-fdf0f788e890", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello kitty stands in a snow-covered forest with a red river in the middle of it, and a lightning bolt appears in the sky that says 816N", + "public_commercial_use": false, + "recraft_id": "066e8744-e614-4388-92eb-c09feed923ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:57:49.780084Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42de2011-19ca-4314-bf98-54f35b7e2522", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Camera Cake Dog Coffee", + "public_commercial_use": false, + "recraft_id": "e1b58309-bec5-45a4-a308-da73c4bfa8ab", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:52:42.289176Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9d3c14f6-f27e-425d-a334-2bfabd2ec88e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty makes \"YMY\" and hearts out of snow by the Christmas tree", + "public_commercial_use": false, + "recraft_id": "86a7b833-8c12-4233-a5f7-3cdbf8af9259", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:42:16.760791Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "48b2e938-bcce-40ba-a5f9-631c6842f121", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dolphin's right eye", + "public_commercial_use": false, + "recraft_id": "af4b58be-d6bd-4d82-9bd3-98be3a7033a4", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:51:01.853094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43e349f7-af1d-4d41-95dc-d7689eddfa58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "On a snowy night, there are streetlights in the distance, a bouquet of jasmine flowers, and snowflakes next to it. The words \"yiuan\" are written on the snow, creating a sense of atmosphere with moderate color saturation.", + "public_commercial_use": false, + "recraft_id": "6eba2b32-a405-4316-89da-2443ea10b5a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:31:47.056376Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4b1f967d-838c-44ed-a20a-cd1765a567e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten is holding a computer and working.", + "public_commercial_use": false, + "recraft_id": "724cb351-c35b-48b2-9fef-c56a8b5c4673", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:43:17.689544Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "221e489b-a36a-4358-a6ad-600f1b98baaf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten darted through the snow, its tiny paws leaving delicate prints on the soft, white blanket. Its fur, dusted with snowflakes, shimmered in the crisp winter sunlight. ", + "public_commercial_use": false, + "recraft_id": "59f22563-074b-4c76-ba5d-7bef196e00ec", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:24:25.78265Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "f310beb2-e1eb-438e-aeb9-23bbc23dc21b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The image shows a plush Hello Kitty toy in a Santa hat and festive sweater sitting on snow by the seaside during a sunset. Behind it stands a lit Christmas tree, adding holiday cheer to the tranquil ocean backdrop. On the snow, the letters \"linwenxian", + "public_commercial_use": false, + "recraft_id": "1a68023d-eeee-4d7f-98b4-bae329c80f90", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:01:00.047853Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5faeb01-4d24-4bc9-adef-2e9eb82b8e52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Santa Claus with a flaming beard ran out of the burning Kinkaku Temple and into the snow", + "public_commercial_use": false, + "recraft_id": "a48dcf30-08c2-446a-b824-a29e3a8f7445", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T03:32:21.644002Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3abf18de-783a-4af1-8c4c-c140f5d70587", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The mouse is holding a gun while holding a microphone", + "public_commercial_use": false, + "recraft_id": "5f5d2785-0576-4ba4-ba39-80f6d74f82a9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:00:31.500075Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "693c084b-84f2-4979-b84b-ccafd6f3cd38", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Can i llease have a cat wearing red sunglasses with scarf wrapped around the head, and holding up a knife in hand. ", + "public_commercial_use": false, + "recraft_id": "c1f080a1-32a6-4597-9a65-71928a7edfaf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:06:31.471781Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5495baf1-09dc-4672-acd9-2e582dd3059b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog sat by the sea and watched the sea.", + "public_commercial_use": false, + "recraft_id": "4af6fac1-4a85-46f7-a884-511bbc67f0e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:20:00.404597Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "b4952864-4623-43c4-a417-410d4d52c5ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cat fur keyring, white long plush, pink thread yarn nose, hands open, 8cm high, wearing a lace bib around the neck, cute, soft", + "public_commercial_use": false, + "recraft_id": "c1f8ca31-2711-46f3-a09a-9fee514e4591", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:49:06.839571Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7ae1928d-be2b-4ba1-b042-c19a30122744", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat", + "public_commercial_use": false, + "recraft_id": "833d829b-5958-469b-a4e2-695cc9ce65ff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:38:05.464879Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "d6cab8b7-4916-4209-ae9f-602a91497767", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The subway was full of pink and white flowers, and a rabbit took the watering can in the middle.", + "public_commercial_use": false, + "recraft_id": "4cf83546-e330-465d-a448-ec5231e468de", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:56:11.600752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "69a8c660-08cf-4dca-8ff9-25f27be55653", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a red apple flowing on the blue ocean, no human ,sun ret", + "public_commercial_use": false, + "recraft_id": "6596bb70-ee71-49b4-b2a5-f232cb8a4f3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:58:57.354268Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cdbf1bea-be8d-42a5-9af7-9fadf6f9b416", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "red eye birds flying out of dark bedroom, with motion blur", + "public_commercial_use": false, + "recraft_id": "63e14375-d185-4d93-befe-89ad9463edfb", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:41:28.057666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4164561a-eeb6-439b-9d98-aba23eab9d7d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an orchid grows in a nautilus ,close shot", + "public_commercial_use": false, + "recraft_id": "4c1faa46-031a-4b95-afca-136bd1a01fd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:26:00.006037Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "249d5ad8-d836-4729-8145-1aea44eb2e30", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a peaceful dusk or dawn, the sky presents a gradient of colors from pink to blue. A small boat floats on the calm water, with two white puppies wearing birthday hats sitting side by side, looking very cute. There are two glowing cones in front of the boat, emitting a soft light. In the distance are rolling mountains, and the whole scene is filled with a warm and peaceful atmosphere.", + "public_commercial_use": false, + "recraft_id": "a46e42a4-4bc2-4e36-8fd3-0b8be6f51c79", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:04:24.806984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d5ae089d-785d-4ebf-9e8c-de13343a6958", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree, thick snow, and by the seaside, Winnie the Poodle is taking a picture of a Schnauzer dog with a camera", + "public_commercial_use": false, + "recraft_id": "771bb85b-ad57-4ea4-b7fd-cdc7de763861", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:20:28.083825Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e741c82-4246-4bbd-847d-9ec08d80df1a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white Bichon Frise puppy sits in an pink sports car, wear sunglasses, sunset, golden hour ", + "public_commercial_use": false, + "recraft_id": "06f48031-c0b1-42ac-80bf-2f4ab58ef625", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:46:55.080739Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8c926e66-0548-43e7-aaa6-2b298dbc4b07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Three-Eyed Alien in Toy Story", + "public_commercial_use": false, + "recraft_id": "6c428076-8b5f-44f1-b2ca-1b352df5ae59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:16:30.854335Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a439e249-5e15-421d-bbff-ae731690362a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The setting sun holds flames in both hands, burning with Min text in red tone", + "public_commercial_use": false, + "recraft_id": "1f42c7b8-1808-4ae8-b4b2-1ec0ec98f7dc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T09:08:17.575378Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "36cfe0c4-8106-4f91-9d07-b63c1e703c58", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Maltese dog reading a book in the bathtub", + "public_commercial_use": false, + "recraft_id": "66c63cec-cdbd-4afd-935b-ff1eaab2bfd3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:05:35.83319Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "22adc5dd-f1b9-480c-ad27-77efe4730261", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Various dogs", + "public_commercial_use": false, + "recraft_id": "5908c5a4-cc1f-43c2-9ad8-ca2586aa5df3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:18:51.02671Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7da3108b-cbf3-4d34-8d53-0687bc22547e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "vinyl record player", + "public_commercial_use": false, + "recraft_id": "7d2da2e9-66b8-4b83-a57d-41eadc1d7343", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:09:35.943455Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e352c1c0-0b26-4851-9df2-5d7736ff62d3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of Vietnamese style Hello Kitty happily working in a office on fire", + "public_commercial_use": false, + "recraft_id": "5f0bb588-7546-4426-a3f3-0b14d2cc50c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:29:29.156816Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "29878555-cd60-4878-aebc-61ea94e63794", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black cat, snow, butterflies, dear", + "public_commercial_use": false, + "recraft_id": "d1bfb5db-c39e-42da-915a-43db02a55f4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:36:58.03146Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b163138f-0f1d-4181-a21f-0991aa74e584", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little pig sits in an architecture classroom at night, drawing architectural drawings on a computer surrounded by lit candles.", + "public_commercial_use": false, + "recraft_id": "c1772788-c3b7-4f49-ac25-283e5704243c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T11:19:54.432841Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1832ec03-614f-46db-b0a8-647ae4e2ff5f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty human eating an apple in front of the computer in the office with a fire outside the window behind", + "public_commercial_use": false, + "recraft_id": "baf92953-5975-4f91-a8b4-40bd1802989e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:31:42.843262Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "6256e385-dc5f-4c14-909e-43ab1626a084", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bernese Mountain Puppy,with wings,light snow,footprints,running", + "public_commercial_use": false, + "recraft_id": "92b3b52b-2be7-4c08-a704-98dd83d39aad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:30:03.036725Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f40af0c-31b6-4306-b20b-850cb5bfdaaf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Yorkshire puppy with silver back hair is chasing bubbles in the snow. There is a small toy next to it.", + "public_commercial_use": false, + "recraft_id": "99c6b9a3-0d31-4b2b-8d02-e4d821db4835", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:18:46.802642Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "5d66d3c0-4d5a-467d-b289-ac9508557988", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background", + "public_commercial_use": false, + "recraft_id": "623ec6cc-965e-421d-bcf5-149b45e1efb1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:23:00.700293Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1cb88fd9-3d90-4a63-8b5e-70d6cfdad997", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty is gracefully performing ballet in a soft, pastel-colored setting. She wears a delicate tutu and a bow, moving elegantly with a joyful expression.", + "public_commercial_use": false, + "recraft_id": "c68031c1-ee20-4833-b3a6-3559228ed5f2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:13:51.46067Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "89a17c22-2170-4fd7-b478-cd6ae2be6a22", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A catp'la'y in the snowfield, while fireworks burst above its head.", + "public_commercial_use": false, + "recraft_id": "e53a1836-b8d4-45ea-96f6-f114ee7b43fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:32:37.618268Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54e4360c-ae99-4830-a326-bf61e420864a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello kitty, with camera, beach, pink sunset, cloud, romantic", + "public_commercial_use": false, + "recraft_id": "5e90af96-d13a-4f64-96cf-57d00e170b22", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:04:44.607778Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9e6a22a5-6f85-4431-b179-7f95442967e6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chikawa driving limo;snow;fireworks", + "public_commercial_use": false, + "recraft_id": "1d2bf4c1-a701-4610-8a51-e0ada40eb4e0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:24:22.472581Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fb45b1d3-87ee-4ec5-8216-17d60474f609", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty shooting with AK47", + "public_commercial_use": false, + "recraft_id": "08879127-460a-47ab-bb08-2615a9f18b8d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:10:53.024798Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4594df85-b37c-4387-8e3d-3b65e9eb9aaa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray little teddy dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.See the picture on the right for the appearance of the dog", + "public_commercial_use": false, + "recraft_id": "aaf219e1-8490-4c63-b084-1226e95fa759", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:19:48.376056Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "94df2b96-3961-4c1a-ac30-5a8dfefbc4bf", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white French bulldog wearing a Santa hat with a pile of Christmas gifts next to it", + "public_commercial_use": false, + "recraft_id": "54424b29-f8da-4194-8e6e-4d553d609058", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:26:56.07412Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d0c7966-673c-4505-99ed-12332e1ed730", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wizard with sword and a glowing orb of magic fire fights a fierce dragon Greg Rutkowski", + "public_commercial_use": false, + "recraft_id": "134fd576-5cd5-4215-b4ea-c06465ba1552", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:03:39.531495Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "850803ce-26e5-416f-805d-8b04e714476b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black skinny kitten playing badminton", + "public_commercial_use": false, + "recraft_id": "7fad5983-8de5-4d98-a2b5-e6b286a03806", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T09:02:47.758731Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "480d7361-c123-48e6-87ce-5467a25e6f61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty gazes at the Milky Way galaxy on a planet covered with cherry blossoms.", + "public_commercial_use": false, + "recraft_id": "0c3acae1-807d-4ced-931e-57b1b62b3c81", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:11:53.612973Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3ac1215a-1446-47fc-8c1a-2efab36249c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Santa Claus wearing sunglasses and classic red and white Christmas costume, walking in the snow with a shopping cart that is filled with wine bottles", + "public_commercial_use": false, + "recraft_id": "ba5b0a9c-5cea-4f50-b545-9a840d699a2a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:12:03.7077Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9304292a-865c-4341-bf6d-3d13e3a3ece3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "You can see snow-covered fields and snow-laden pine trees outside the window, while inside there is a burning fireplace and a Christmas tree, accompanied by a stack of books and gifts, and colorful candles.", + "public_commercial_use": false, + "recraft_id": "6e346140-04bd-4cf6-9519-93395811b049", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:42:16.450358Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9f222bb-6b53-475b-99c3-c036d553c15f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A diamond skeleton sleeps in a pink gothic coffin, surrounded by black rivet roses. The strong light shines on the coffin, reflecting a dazzling glare.", + "public_commercial_use": false, + "recraft_id": "cff0c510-83a5-4686-a278-4ffb5fa0222e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:24:24.751546Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62ba6ad6-2490-480a-b37b-c362acdd37ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Christmas tree, a Samoyed dog, and a man sitting on a chair indoors.", + "public_commercial_use": false, + "recraft_id": "086e0f2c-65fd-44a9-8157-6493b43e2c54", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:08:21.363173Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c0c3f4a-2325-49a0-9cae-4a5473f742ee", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A teddy dog sat in the snow, watching the colorful aurora ahead", + "public_commercial_use": false, + "recraft_id": "d0400a4f-b6ec-418c-8651-03457a83142c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:52:28.02855Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b9c50a7-7e39-4590-a029-a3b4a02a0792", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute red panda retriever on the sofa, wearing a Christmas tie hat, hold a cup of whisky, sunrise shining, looking depressed.", + "public_commercial_use": false, + "recraft_id": "6191b630-e357-424d-a44c-d849c93076bb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:10:06.114186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5b44fd96-f6a3-4eca-9ae0-39b5360da9d5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "repair a whole on a pair of jeans ", + "public_commercial_use": false, + "recraft_id": "67ad70c9-66c8-492b-b506-1ec6d47f8fa8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:22:14.783719Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "95432e1a-3576-4285-bf7d-86a2caa3857c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The center of the picture is a small very bright red single sofa, placed in the middle of the sea. In the background are the waves of the sea and fireworks in the night sky. The sea and the night sky account for a large proportion, which makes the sofa very small, and there is some snow on the sofa. The beach does not appear in the picture.", + "public_commercial_use": false, + "recraft_id": "f5d2df3c-5682-497e-b589-70ebe04c6e67", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-05T12:23:29.455301Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e8669761-20b3-47bb-9524-3240e8bcf85d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat standed on table and blue background.The elements have lace and ball pool.Showa design style", + "public_commercial_use": false, + "recraft_id": "fa5e49ef-4e3c-46c5-8c56-4b66f16c2477", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:10:13.947425Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "5adf154f-94f3-4e78-9ef8-52ad515d139c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White schnauzer dog reading a book in the bathtub", + "public_commercial_use": false, + "recraft_id": "cc760498-80f6-4897-b897-ed38be974422", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:37:44.697294Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6924320b-5b30-441d-90db-959d858fd685", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In a cafe, a hellokitty in a suit and a hellokitty in a dress clink wine glasses with cake on the table, red wine pizza on the wall behind a large banner that says LJA&HKL", + "public_commercial_use": false, + "recraft_id": "00fa3299-513b-44cc-a82b-1a58f358e783", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:14:49.530384Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8722ae72-f316-44be-8a1b-293e07b9aaad", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The little orange cat and the Samoyed are frolicking on the carpet, making a complete mess.", + "public_commercial_use": false, + "recraft_id": "550bbea4-48ff-4830-8330-31126db03e39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:27:51.885903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "783d886a-783f-40b4-8424-07527dc02e18", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I'm lying in your closet. The closet is scattered. My winter has arrived. Your body followed me home, and I put it on my bedside. Cinematic sense", + "public_commercial_use": false, + "recraft_id": "06406397-9c83-413f-b025-92a76344b2b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:22:41.336074Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "58aa388d-8784-4e4f-a252-64dae1b30b15", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Butterflies flutter their wings in sync with freedom", + "public_commercial_use": false, + "recraft_id": "ff55de95-ff24-4226-b63d-187ac8084b4e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T08:54:23.662415Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d0e9a5ba-ca23-4160-875b-adc5582be34e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A metallic hummingbird is sipping nectar from white lilies, which are arranged in a classical golden vase, with the backdrop of the Milky Way galaxy.", + "public_commercial_use": false, + "recraft_id": "2d1a5661-a8e5-4774-b120-f4cfe41bffd6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:54:03.585126Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4df534da-97b6-4245-8b11-10b38de7624c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bali at the moment of blues, seagulls fly in the sky, the sea surface turns completely blue, and the stars and the moon can be seen in the sky, dreamy and beautiful", + "public_commercial_use": false, + "recraft_id": "84f0fdcc-9262-4923-ba19-f850f67d1bee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-05T12:57:08.330878Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a0488b9-2ea5-4ae7-8a21-71fdcac33e42", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The monk wear earphone with sun glasses in japan with fuji ", + "public_commercial_use": false, + "recraft_id": "bb80d14a-938a-4e57-9416-ac75c8cac0df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T06:51:06.154015Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c79bce6f-b658-43b3-9d8d-15baeb368502", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The calico cat and the puppet cat are watching fireworks in the snow, and there is also a Christmas tree in the snow", + "public_commercial_use": false, + "recraft_id": "a2865547-a5e9-4451-bfcf-f4db6cd47f72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:23:06.761914Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "726e16bf-c808-4caf-b436-cc1b4c502953", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Toy Story Three Eyes,seaside, snow, fireworks, aurora, beach", + "public_commercial_use": false, + "recraft_id": "ebb7a558-822e-4c9a-9477-6bc42e51f6c3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:24:25.835449Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d58d060d-da90-4863-853b-4aaa0aaeb229", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cats watching fireworks at midnight snowing heavily ", + "public_commercial_use": false, + "recraft_id": "d8aeb7d3-4698-4f52-b0c6-30d47cf337f6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-06T06:15:48.239773Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d185886c-708f-436b-9d6b-96c4870554ea", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty with red ribbon on the ear and red training suits and red shoes playing basketball in the basketball court but with firing", + "public_commercial_use": false, + "recraft_id": "e708a0b7-d46a-4f35-977b-83763a34bb34", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:05:02.294227Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "18044e2d-3b58-4cbf-92f0-ab0b82ff9c83", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "hello kitty wear champion shoes", + "public_commercial_use": false, + "recraft_id": "208c5521-e435-4ded-bcfc-055b6a24995d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T10:42:19.231619Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a4249937-fdaf-4646-8c16-3677469cec90", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty sea coffee sunset", + "public_commercial_use": false, + "recraft_id": "3e7f527a-fefc-43f7-a7a2-f51a5d54edc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:31:16.255752Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "04d05750-8743-41f1-aba0-56c7379d55f3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat and cute Alien riding on an UFO ", + "public_commercial_use": false, + "recraft_id": "311b2cf5-9b91-4cc2-846f-9fd28bdb35b9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:53:42.744764Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "dbf60d5e-1acc-49af-a0f3-55bcff20ae45", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Little wings's puppy is chasing bubbles in the snow.", + "public_commercial_use": false, + "recraft_id": "d7f77f67-26d2-4810-bce1-5490162335d9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:37:58.98789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2203f86-2d5a-4467-a648-5393a8d4eee7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golf ball with the Mercedes-Benz logo floats in the bright outer space, and there are many planets and planetary belts in the distance.", + "public_commercial_use": false, + "recraft_id": "5823585c-1e8e-41b0-89da-07b66662f70a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:05:24.48724Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4164857f-3db8-4649-9538-6cbc2143f839", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Baby Golden dog and west highland white terrier,travel around the world", + "public_commercial_use": false, + "recraft_id": "7e048f88-f9ec-43bc-ae50-9fb864a37dcc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:45:40.419318Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b700ac5b-6e5a-421a-a298-4adb773def4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raccoon in a Christmas hat was happily lying in bed, Enjoy eating cookies", + "public_commercial_use": false, + "recraft_id": "d982994c-b479-4007-b210-9744a38271f1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:45:09.785885Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1620c1e-65b0-4eb1-ab7a-44c00412757d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blood-red rivers meander through snow-covered forests, and the sky is glittering with stars", + "public_commercial_use": false, + "recraft_id": "05446614-f6cf-42fd-b9dd-7b9a283632df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:10:06.114186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae2fec48-b266-4f44-9c64-e80e85695a43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "zoom in photo of craft and mending workshop images, photorealistic photos and a hand repair knitwear ", + "public_commercial_use": false, + "recraft_id": "67ad70c9-66c8-492b-b506-1ec6d47f8fa8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:45:33.127096Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8e114aac-b9a5-4f6f-af16-11b4648fb3e7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Write hzy on the snow, with a small hello Kitty placed next to it, and aurora in the sky", + "public_commercial_use": false, + "recraft_id": "8c9487b4-43e6-4a35-b6c5-6a29f10e744b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:13:16.691447Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f43c87f-a8c1-4587-a573-d12a43a19291", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Beasts hunt, food is for astronauts", + "public_commercial_use": false, + "recraft_id": "6dfdc01e-adb1-4219-86ba-076a68ccd54d", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-05T12:01:28.743402Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6a9674a2-4583-4929-923a-f83b4fc6a517", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "a young and slim asian teen ,with slightly long and curly hair,standing on the snow ,looking at viewers,holding a camera", + "public_commercial_use": false, + "recraft_id": "7d9309bf-4d82-410c-bfbd-d9241c6798f5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:51:00.490184Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "74221158-bf13-410c-ae84-aa69742b1bc5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three people flying with three pigs with santa claus", + "public_commercial_use": false, + "recraft_id": "c3384fb4-80cd-4994-80fe-1c1d1973d73e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:41:28.057666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1e3112d-abc1-4366-8125-d7ee2f8d9e4f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an orchid beside a pool", + "public_commercial_use": false, + "recraft_id": "4c1faa46-031a-4b95-afca-136bd1a01fd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:40:54.220903Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "001efd1e-2507-4c67-aef1-0f1760857c19", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The turtle that flipped over in the mud pit", + "public_commercial_use": false, + "recraft_id": "9c78977a-5ec3-4cef-9677-4302cf1c9cd2", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T08:01:03.318805Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "50833eb9-6dc7-467e-afac-44733f7aec16", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The weeknd standing in front of lots of golden fish which flying in the sky.", + "public_commercial_use": false, + "recraft_id": "c2c457e7-2957-4918-b754-52ba05873350", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:07:25.693847Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "224a1203-f0e0-47cf-82db-a7ee33d9c1d8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "I remember dreaming of a rainbow horse last night, taking me out of the window and flying over the grassland", + "public_commercial_use": false, + "recraft_id": "9a937196-e048-472b-af95-6232fbcaaca0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:00:10.978631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "43c1d5f5-0d6b-44ab-8faf-fce07e72eaae", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty rides a paper crane and sets off fireworks in mid-air of the Milky Way galaxy.", + "public_commercial_use": false, + "recraft_id": "1f20ec9f-6efd-4831-9f24-e7713fd10194", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T03:32:10.706103Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6be38b4c-2181-4506-9596-96029270b053", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Kinkaku-ji in fire", + "public_commercial_use": false, + "recraft_id": "eb5624bf-da8f-4788-afa7-11aa636467f4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:34:51.996656Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "72980382-03dc-46a2-8b46-ec31db47f58b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "shine on dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background", + "public_commercial_use": false, + "recraft_id": "e212acec-7455-422f-814f-d8df93893c40", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:09:51.935027Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9ae9e071-33af-434d-8fdd-49a3ae5632b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray furry teddy dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.See the picture on the right for the appearance of the dog", + "public_commercial_use": false, + "recraft_id": "0e45afae-e845-407d-af62-548e7566d9bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T09:50:12.051932Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3efa8973-44e7-4b68-a9e4-eeb0d835726b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Samoyed celebrating birthday on seaside grass, wearing cute birthday hat, chocolate cake, sunset blues", + "public_commercial_use": false, + "recraft_id": "df9859b3-fe23-4322-83aa-124269f4c65f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:28:49.99764Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "45c8fa02-4f96-441b-9b08-f36de9fba95e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "black cat, window, quilt, velvet green, wooden, table lamp", + "public_commercial_use": false, + "recraft_id": "d49dd887-1925-4711-a583-b8c5fbb7668f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:41:40.779205Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "87050955-9398-42bc-8f91-e1720279d11d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty, wearing a headband with the three letters MAY on it, in a warm white French room, next to a Christmas tree with a pink bow, green bushes outside the window, and pink balloons floating in the room", + "public_commercial_use": false, + "recraft_id": "8afaf4eb-4d6f-480b-bdb8-1ea388538e74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:22:51.755678Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "8f4b9742-3d6b-4b81-a37c-19d644f27880", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A standing sea otter dressed in a cowboy outfit", + "public_commercial_use": false, + "recraft_id": "597a7563-fa6a-4fea-b55d-5b659f06f68d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:26:11.717179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f6033c30-432f-49ad-876b-027a3322de40", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "at the snowy winter seaside during the dusk, four beautiful hello kitty are holding a christmas party beside a christmas tree. fireworks are blooming above the sea. Snowflakes are drifting in the air. ", + "public_commercial_use": false, + "recraft_id": "2e019ce3-493e-4899-b6e4-001b3c46803a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T15:12:05.863611Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "62d8ade4-20ca-43e6-a67d-937f8140a004", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas, there are Christmas trees, hello kitty watch the aurora, write HY on the snow", + "public_commercial_use": false, + "recraft_id": "43d306ba-502a-43c9-a1ea-f8a30663d0f3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:37:57.295179Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d8cd7234-3fdf-415f-a024-1573385e21a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow, a smiling brown American Shorthair cat is playing by the Christmas tree", + "public_commercial_use": false, + "recraft_id": "986c0f1b-e748-4f0b-b635-85c225680293", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:31:50.528203Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "4a6edea6-8c34-4973-89ef-601c7699a255", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The image shows a plush Hello Kitty toy in a Santa hat and festive sweater sitting on snow by the seaside during a sunset. Behind it stands a lit Christmas tree, adding holiday cheer to the tranquil ocean backdrop. On the snow, the letters \"lwx", + "public_commercial_use": false, + "recraft_id": "b3f900d9-f9bb-4cf2-951e-e6400dc5b200", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T07:42:50.236378Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "e73b509b-4562-4b90-aae9-9326ebd087b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The little white rabbit with the star pattern jumps on the fountain, and the musical notes float in the air", + "public_commercial_use": false, + "recraft_id": "6f882429-f758-4820-8138-9f335c0264a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:09:57.152792Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "6d9c6460-cc73-4bd3-976e-d1f79f468973", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " cup of coffee ", + "public_commercial_use": false, + "recraft_id": "f166bcbd-e103-4fe9-a044-f5e28395fb20", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:57:16.955822Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "675e4c8d-8ccd-4a30-8761-cc6dd8631bbb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A cute Golden retriever puppy wear glasses working in front of computer in an office ", + "public_commercial_use": false, + "recraft_id": "713b2706-1fe5-43f3-9cb8-c5bb63eb193d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:07:35.191099Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "baec6056-7822-4fe7-8056-3328598de80c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A fluffy little lamb in the snow with a butter ", + "public_commercial_use": false, + "recraft_id": "b76b8c8e-6af2-4540-ac2b-55ac3392d429", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:09:05.220766Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4031af7d-4959-472b-b4ab-711da6fd827b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of people, including both men and women with more than eight in total, are playing a script murder game at Christmas. The host is dressed in a Christmas-themed costume, and the room is adorned with numerous Christmas decorations, creating a strong festive ambiance. There are Christmas-styled drinks on the table, and everyone is laughing joyfully.", + "public_commercial_use": false, + "recraft_id": "de1f5c18-22a5-444c-94e2-b94ae837e969", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:59:37.736632Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cf3bb166-4af9-4c65-87ec-f19d0ccb61a2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Winter,Baby fluffy Cat,christmas vibe,snow,firework,bubbles,sunset", + "public_commercial_use": false, + "recraft_id": "8beb9a7b-211b-4a66-9dca-de1b09edc58d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:46:48.442329Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "125acb81-889b-40a0-8cb1-681fa7d45e5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blue butterfly and crescent", + "public_commercial_use": false, + "recraft_id": "6eae65ee-b386-41ac-8611-9556083cb729", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:31:49.609028Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5c408ea5-3724-4950-9745-f9cba2d64895", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A little black cat with a scarf plays the guitar in the snow", + "public_commercial_use": false, + "recraft_id": "8199f6fe-33fc-447f-8aac-3b9bcce32c4f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:59:24.347491Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ba68866-9e2c-4722-bc0b-adf3f1ea95c2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "This is a stylish squirrel wearing a trendy black hoodie, paired with gold chains and sunglasses resting on its head. It stands confidently in a bamboo forest setting, surrounded by traditional decorative fans. The overall scene combines traditional and modern aesthetics, making it both fun and creative", + "public_commercial_use": false, + "recraft_id": "e8e11686-9fc9-40a1-8f07-e7c636f3a1a1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:53:34.907253Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a9a21c3-0b9c-4649-a690-5005b7a76ca3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Against the background of the full moon; a Samoyed puppy wearing sunglasses is driving, and some bubbles", + "public_commercial_use": false, + "recraft_id": "791ccc76-a3d8-4bf0-82f7-3a5531cd0703", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:27:32.634947Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e491dfe2-87db-457f-93fa-e702a18cefb1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White Ghost at Iceland", + "public_commercial_use": false, + "recraft_id": "009f38e4-a9a1-48cb-806a-4a85ee832f23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:16:46.370307Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty sits at a surreal Christmas dinner table in an infinite snowy field. The scene is illuminated by floating candles, with snow gently falling under a hazy pastel sky.", + "public_commercial_use": false, + "recraft_id": "e498dc51-aa5f-4f8f-a08e-a106b072f60e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:17:01.643955Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A great white shark swims in the villa's swimming pool", + "public_commercial_use": false, + "recraft_id": "58656b16-a4a0-4f7a-be49-38efcfc44404", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:26:41.476349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9127502-b7c8-47c6-ba55-c100fe1708a7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty wearing winter coats drinking cocktails in Hawaii", + "public_commercial_use": false, + "recraft_id": "57720d17-bc25-4be8-80f2-26aa5e2f829b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:36:45.629743Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "34dd5c50-d5e9-44fd-a1a5-e0a16ee52226", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Chinese actress looking from afar a burning Kinkakuji Temple", + "public_commercial_use": false, + "recraft_id": "1566386d-2781-4102-a030-90be7dfc9eee", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:51:06.320737Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0b7b7532-cb94-45a0-baca-06a805a026c7", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A yellow and white corgi snow aurora star", + "public_commercial_use": false, + "recraft_id": "42c48878-142d-44a5-bded-4160504b2c23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:16:47.054728Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3496eb0c-f285-485d-b089-bc1e194dbfd5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat lay on its stomach by the fireside", + "public_commercial_use": false, + "recraft_id": "cafe75cd-2b81-4da0-bbc1-c59450eabfc8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:13:39.356953Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3d5adea8-08ef-457f-8a26-6e6d9339abfd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A collection of coffee-themed images for Instagram highlights. Include a close-up of coffee beans in burlap sacks ", + "public_commercial_use": false, + "recraft_id": "eef98109-446e-4377-9cf5-99444f7fab37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:47:54.137602Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "83974394-2fae-46c9-a785-63e613faf28a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A realistic young astronaut stands before a large, fogged glass window overlooking the Martian landscape, captured in a cinematic style. He has warm brown hair and subtly detailed features, with curious eyes reflecting the red dunes and soft pink sky. The explorer wears a comfortable, flexible suit designed for long-term use in a Martian colony. Its light beige fabric includes padded sections for protection and carefully placed seams that allow easy movement. The materials are insulated to handle shifting Martian temperatures, and discreet ventilation panels ensure proper airflow. Attached to his face is a sleek, minimalist nasal accessory made of transparent materials, connecting to a small filtration unit behind his head, its metallic details catching gentle highlights. Natural lighting enhances depth and realism, creating an immersive scene.", + "public_commercial_use": false, + "recraft_id": "2c677083-51ae-406f-aa6e-7d098b54f028", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:38:41.658309Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b0701572-fd1d-4473-aa8e-3ceba14f9e2d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A mame shiba lnu wearing a Santa hat sleeps by the sunny window", + "public_commercial_use": false, + "recraft_id": "28071dee-f926-468d-86e5-30daa3d0c15c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:06:13.159471Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "67ecfdf7-b36c-4496-b887-2cc2210846de", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A Golden Retriever, wearing Chanel's clothes, inlaid with jewelry, sitting on the sofa inlaid with light pink diamonds and jewelry, luxurious, high-definition, high-quality", + "public_commercial_use": false, + "recraft_id": "ab2ed997-ad22-4d4c-a943-be344c7e5455", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:25:12.168259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cd7023cf-9fde-45fb-9983-8b4ccf8f7374", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winter sale 2024 logo", + "public_commercial_use": false, + "recraft_id": "36983cc6-e8ba-4d23-a1ef-8a14744d9296", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T08:35:45.829757Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6acab395-ec7e-4f3c-a7d1-af40f540d8cd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A kitten.", + "public_commercial_use": false, + "recraft_id": "19165bd2-881d-4969-9e3f-ee28921313c4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:02:53.309185Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ef161349-fcdc-45cb-a163-66a5f979f78c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The fire that burns me will also burn down Jinge Temple.", + "public_commercial_use": false, + "recraft_id": "95bf35de-dced-48bf-96db-4e7a673a3204", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:58:31.587631Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "071c895d-6586-40b0-8029-d761692cebe5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a yellow Sheltie has coffee with a toy penguin, sitting be cafe window, with their favorite cheese cakes on table, a word pebbles written on the cheese cake ", + "public_commercial_use": false, + "recraft_id": "a065101e-ca60-473b-b633-74b5d2dee4eb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:34:16.096104Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32ed0375-268f-4587-8059-155818461a6b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello kitty was dancing in the snow in her Snow White dress with a light blue castle behind her and a light snow falling from the sky.Dance the night away with the handsome prince.Social dancing together.", + "public_commercial_use": false, + "recraft_id": "d69fd581-18d6-46a8-9fe8-df41c3fb3a64", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:39:55.361998Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "3f362b18-bbae-484c-913c-fad9546171a3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "On the endless seashore, there is a huge whale shining above the sky.", + "public_commercial_use": false, + "recraft_id": "3aaa5fe8-8df3-48d7-be2f-eda784cb5b5e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:31:25.701869Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ae82fd8b-1f74-41fc-b52d-fcaa3cee1819", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Mickey Mouse holding a kitchen knife in the hospital hallway", + "public_commercial_use": false, + "recraft_id": "e6d596d0-7966-47f1-9f0f-1422b83ec896", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:33:36.167289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"LXY\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "a9ab0544-92d8-4262-bb71-15d7543808e8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:36:37.761017Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c022e447-0117-41be-b2da-3dea6548060a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hello Kitty paints in front of a volcano", + "public_commercial_use": false, + "recraft_id": "47f4bcad-b517-4f84-a5e5-5890adaaeec5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:49:54.896109Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7dbcc6b5-4569-4338-ade4-858a34dd87fa", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty stood in the snow, smoking a cigarette, depressed and wanted to blow up the world", + "public_commercial_use": false, + "recraft_id": "75740635-019c-40b4-9420-58889109f52f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:42:36.857484Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f21d0530-3227-4d44-851e-0d08fe4c1f4b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 3, + "prompt": "Hello Kitty wears a Chanel suit, blowing bubbles, butterflies, dreamy sky", + "public_commercial_use": false, + "recraft_id": "913f935b-eb8c-482d-8036-d89cbe48b04f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:31:58.247118Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "951fe2a4-b3ab-4cf6-970c-d131143b24fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "At night, the dark football field, the back of a blue jersey, with \"why always me?\" written on the clothes, Retro vibe, Edgy andbold, Dramatic tension, Harsh shadows, Overexposure, Blown-out highlights,", + "public_commercial_use": false, + "recraft_id": "db052e46-a275-4d90-98f1-596fbcf70431", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:31:14.25466Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dd6e5c18-b4e6-4420-9831-5bfc3fa74630", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Blue sky and white clouds like windows desktop", + "public_commercial_use": false, + "recraft_id": "bee57550-2904-4a6e-96c9-f70b1bcf0bad", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T07:08:43.217651Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8686beb8-09f1-494d-99b6-19c857fe2d5d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Golden Retriever poked its head out of the Christmas tree, with a Christmas tree on its head, and a balloon holding the Golden Retriever", + "public_commercial_use": false, + "recraft_id": "553396ed-2849-4ef1-8e56-ac61d455c030", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:00:07.386997Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "lonely puppy sitting by the lighthouse, stormy sea background, moody atmosphere, oil painting style, emotional", + "public_commercial_use": false, + "recraft_id": "a9b53b69-fb55-43d7-a7fb-283f5db9e7ba", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:10:20.260072Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "269e239c-796a-4271-b63c-16304a0c697b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Yellow cheesecake", + "public_commercial_use": false, + "recraft_id": "25f301d1-901a-4302-b5f6-2ace4315c720", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:44:21.755039Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "85be35a9-4de0-4d72-8896-03c041f774b1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "You see I like my collars pressed.I wear big ol' hats and fancy ties.And I hang late with my friends", + "public_commercial_use": false, + "recraft_id": "6583faa5-958d-4b37-aac1-e3bdaa8dd135", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-06T08:41:28.057666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e73132b4-1f02-4b63-9406-34cb4249c67f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an orchid in a classroom", + "public_commercial_use": false, + "recraft_id": "4c1faa46-031a-4b95-afca-136bd1a01fd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:58:37.153469Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c3a85257-653f-44f4-819d-fb5980d92554", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "By the sea on a sunny day, hellokitty dolls and snowman dolls look at the sea hand in hand. There are many shells on the beach.", + "public_commercial_use": false, + "recraft_id": "1814b501-1174-4cd4-ab98-9dd61c2fcb32", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:05:12.880133Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "32da9379-302e-4d7c-8c8e-efdc43d6876c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A golden retriever and a deer are happily eating Lamian Noodles", + "public_commercial_use": false, + "recraft_id": "4907c7f2-b917-41ab-bc6e-0c0dac7198b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:15:21.958232Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0d03982a-6132-43a0-afff-fd38ed1448c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Disneyland fireworks mickeymouse with birthdaycake number49", + "public_commercial_use": false, + "recraft_id": "21b804ab-4293-451f-a70b-527dd2df4ab9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:28:49.161837Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "dfe027c0-4706-4150-91da-34ce3dea4e6c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white and cute cat operating the sound console 88rs in the studio", + "public_commercial_use": false, + "recraft_id": "e4137e76-4ab3-4f53-9181-37a966c93e7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:34:40.28285Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a7a49f1d-956e-45f0-a906-0b76c7a2d79a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Lonely dog", + "public_commercial_use": false, + "recraft_id": "7ed28e38-97e7-4353-b4ec-073970e4111a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:35:52.726639Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c525517d-c3c2-4273-9497-8842b57cf4a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "extrotic short hair cat got drunk", + "public_commercial_use": false, + "recraft_id": "9b7c2c8f-ae0d-4015-8d5a-6c4c91534e2d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:08:42.577726Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "52e1bd50-66b1-484f-a1cb-8f17c9d86983", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The goldfish swims under the sky of the blues moment, with a touch of stars.", + "public_commercial_use": false, + "recraft_id": "50488da4-3fd8-459a-b482-b8f8f24ca1b5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:12:40.067201Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "770428a4-c6c6-4c98-af77-979be40a91c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cow doll rides on the train, working while riding the train, outside the train is the forest, high contrast, high graininess, retro atmosphere, Fuji style", + "public_commercial_use": false, + "recraft_id": "55b3fec7-9d8c-4289-bce4-1f423b91d878", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T08:15:59.447907Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "25e2d2e1-133d-492b-9345-a6cb11c1f0da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fixed phone, the phone handset is in hand.", + "public_commercial_use": false, + "recraft_id": "f4857532-86f7-420f-ad3a-e48ba6b7338d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:48:31.730646Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2d016ad5-2e06-41ab-ab90-e7c55edab592", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Miffy rabbit sits in front of the Eiffel Tower at night", + "public_commercial_use": false, + "recraft_id": "64f2ab8e-f8b2-438e-bff6-9065aab1711e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T08:47:22.44789Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a9e56fb1-29d6-48a5-9424-97addb88b643", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The cats are in the bubble tea cup", + "public_commercial_use": false, + "recraft_id": "89f03313-ec7e-4707-a1ac-917cfe97d62d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T08:13:39.356953Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3214b0d3-fc6e-461b-bcae-cfbde582b813", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": " coffee beans", + "public_commercial_use": false, + "recraft_id": "eef98109-446e-4377-9cf5-99444f7fab37", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:44:53.486439Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "78298616-2042-4118-9096-1e6a898983cc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty, watch the snow and set off fireworks", + "public_commercial_use": false, + "recraft_id": "522de3a2-d4ca-4a1a-a666-d4d291c4bdf8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:11:33.159474Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "f9c7a66b-3ea9-46bc-91ac-63e1d8973981", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The muscular man with beard and cheeks traveled to Jiuzhaigou.Behind is the snowy mountain.", + "public_commercial_use": false, + "recraft_id": "441a1528-4bf0-416c-9df2-42d6927bf622", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:01:41.852094Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4a070562-8a45-4401-be52-1d0cafcde890", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "an image without any character or people, just a background of a fire place with christmas tree and christmas decorations, warm place, home, make it a wider shot and balanceed ", + "public_commercial_use": false, + "recraft_id": "332b690f-ab4d-465c-95b9-6b28461e92db", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:48:39.373332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2c9a163d-4262-473c-a1af-65bf06fd5fd8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "sunset on the beach, Disney Castle setting off fireworks", + "public_commercial_use": false, + "recraft_id": "fdf47975-30af-4677-837f-8f03e27037d6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:34:35.584629Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a534e36-ee75-4203-9b20-40b41dcb2474", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Brown Bear Doll White Rabbit Doll Seaside Starry Sky Fireworks", + "public_commercial_use": false, + "recraft_id": "df7d789c-216f-4455-bcef-ad206dca9244", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:04:19.007576Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7852a7cf-a531-4306-a738-4d19fac7b4be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas,rain,Writing wzy in the glass window", + "public_commercial_use": false, + "recraft_id": "81b0ecaa-d985-4c40-b0d6-8ab591353cc0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T07:27:12.614289Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "423125be-8d3f-467f-b388-086876642379", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Old English Sheepdog wearing sunglasses, sipping a drink while gazing at a volcano", + "public_commercial_use": false, + "recraft_id": "a533093c-f73d-4964-9509-1a2f6db4f8d5", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:03:25.856761Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "eb6ef3bc-c71f-495e-b158-180b2c832cf1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and \"ZZC&QYY\" written on the snow.", + "public_commercial_use": false, + "recraft_id": "341c2bf0-98fe-418b-9fa0-3388c07b2f8c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T12:17:35.390558Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "1b96597c-73b0-4cc0-8125-76f3182dbcac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Rainbow, umbrella, water reflection, Crow-headed man", + "public_commercial_use": false, + "recraft_id": "0ef60e82-61a6-4a3e-b014-0eb9f773eda4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:59:27.31036Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "973e45c2-57a7-4ead-b1f0-e1bdbc081ff3", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "3 cute young monkey, wearing white Astronaut clothing, with a name card hanging on their neck,standing seriously in front of a office building", + "public_commercial_use": false, + "recraft_id": "50d4a8aa-3b7c-4e5a-9faf-e7af93fe30e1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:16:36.852342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "628bf1f6-8bc0-4dd6-8018-e8c650df6c9e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cow cat wearing orange sunglasses is playing orange bass in winter", + "public_commercial_use": false, + "recraft_id": "ef64abcb-1648-4ad9-8662-61b00b5ea17e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:56:37.453078Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "60512cc7-554b-43c1-8bed-b475ea9fc13f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Christmas tree outside and it is snowing", + "public_commercial_use": false, + "recraft_id": "eab0f45e-89b2-4b30-8731-69f3b2daaa39", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T10:46:43.864262Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c4e307de-4596-4540-8f5e-01681b3e55f9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cute and lovely little otter is wearing a gentleman's hat and gold-rimmed sunglasses, raising a red wine glass, and there is money all over the floor.", + "public_commercial_use": false, + "recraft_id": "5f6a933c-284a-4cd5-8dcc-1dc88ee33d91", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:16:20.325977Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42d77083-9965-4092-8ccb-7f27dfce8658", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A calico cat leaning against a white Samoyed, whose body size is larger than the calico cat, with the element of romantic atmosphere and a background of starry sky and fireworks in the sky from the window. The main colors of the stars are blue and green. The calico cat is quite thin and beautiful. The dog is a singer and the cat is a makeup artist.", + "public_commercial_use": false, + "recraft_id": "2b741df7-54d4-478e-944e-6b93f3765db0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:59:08.755245Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "628ff4b1-7cb7-46a0-8e80-26f0755913f2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The dense and fine green leaves, countless half-open white flowers and full flower bones are all soaked in the rain.", + "public_commercial_use": false, + "recraft_id": "86646c75-5285-4d65-b632-b231ce4c920e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T06:13:27.959833Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e3cfb57f-99d2-4cf8-a45c-351708e13c2c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A HelloKitty eats cake in front of a volcano ", + "public_commercial_use": false, + "recraft_id": "d80b906d-5626-454e-bdd4-39ce2cf01035", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:56:24.719967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c6e34b47-ff24-40bc-91b2-f593c14899dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fish's right eye", + "public_commercial_use": false, + "recraft_id": "334cda6c-1d78-4914-94c8-573971b8c53c", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:25:03.586775Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "348d11b4-fd67-4507-a6cd-024e4c9622e9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "HelloKitty plays on water rides in a deep, confined pool with giant monsters shadowing her underwater.", + "public_commercial_use": false, + "recraft_id": "3f77755c-f514-4692-9070-1f934d6245ef", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:58:35.659259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "09ce398e-78af-4a55-bc0c-08da27714272", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "the surroundings are completely filled with colorful lines", + "public_commercial_use": false, + "recraft_id": "604abef9-4e5d-4d70-baec-e256850a8536", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:46:00.299086Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7852bc5c-b722-4ae2-a60c-0eed72fc58f1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The deep blue sea shimmers with ripples", + "public_commercial_use": false, + "recraft_id": "ebd7c6f5-f9fc-401b-b6a7-d089e0f2574d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:33:16.04644Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "cc00429b-0116-40f4-8b23-45c428dc6944", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Floating in space, the white kitten is surrounded by a cake shaped like a planet with candles shining like stars, and is surrounded by friends who look like extraterrestrials and congratulate them with glowing gifts.", + "public_commercial_use": false, + "recraft_id": "f2a68cc5-0844-4574-b265-760f96fb23be", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:41:12.909788Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af043b73-24b7-4ccd-ac03-4efd2e57dca9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Bugs Bunny stands on the street without pedestrians.", + "public_commercial_use": false, + "recraft_id": "7577ce9f-2e8b-44df-a74d-7903b0d740c6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:08:17.549395Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c308e70-cc40-4c3d-899a-8e152c3c30a0", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog was playing on the sunny grass", + "public_commercial_use": false, + "recraft_id": "67dbc269-4648-45ce-80b1-7be89c95c0a0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:40:41.551982Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "white rocks in the desert, small tree on fire, small flame, all black tree, photo in the style of Steven Klein, white color palette, pale colors, high contrast lights --ar 91:113 ", + "public_commercial_use": false, + "recraft_id": "e3e21fb9-6825-460b-9b3a-15ad2afae837", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:07:07.40984Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36222ecc-f178-4489-abef-9027eceef288", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 2, + "prompt": "hello kitty wear champion brand logo sporty shoes", + "public_commercial_use": false, + "recraft_id": "61b79988-f255-47ac-9231-68af13f5542a", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1536 + }, + { + "create_time": "2024-12-06T08:47:53.162496Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53f6ee98-3e90-4cd8-bff6-234a52f97295", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The protagonist of Toy Story", + "public_commercial_use": false, + "recraft_id": "d633eec2-9f17-4568-94a7-1f5282afe2c0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:40:42.394172Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f2783fa7-47bc-4b2d-8e9b-685f432ca211", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat in the snow with a christmas tree", + "public_commercial_use": false, + "recraft_id": "cab2dce2-503e-4c09-8ec8-4656d6b8ec18", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:11:56.549432Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "306e1ce8-d6bc-4bf7-ba97-378115ac1110", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Snow, fireworks, stars, Christmas", + "public_commercial_use": false, + "recraft_id": "6d2f08ca-8407-4392-8f8f-16c217ea1283", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T11:46:29.73588Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a3026808-da23-4e6e-854e-678f4a505abe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The short hair lady in a black dress was sat in front of a big pink cake with floating shells, a red elephant slide and a dreamlike donald duck were nearby with the man, in a warm fairy light house", + "public_commercial_use": false, + "recraft_id": "b3aef4eb-54ae-4529-9c65-4ea8d749cf1b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:00:26.481792Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e33bfef-cb5d-4e64-870e-75849931b3c9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bourne Mountain Dog and Maltese are on the beach looking across the oasis", + "public_commercial_use": false, + "recraft_id": "bb43357a-e74d-4c97-ba7b-c12b76add424", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:15:48.301657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "674988a8-0c94-4872-b294-7074c2cde76d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cat with glasses is reading a book.", + "public_commercial_use": false, + "recraft_id": "61de3cfe-0aa4-4cba-88c9-5a9662527aac", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:09:15.340327Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "375d75eb-70f4-429d-a1ac-70440c1b8e49", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A gray-black cat, a three-colored cat, with a Santa hat for Christmas in the snow", + "public_commercial_use": false, + "recraft_id": "a0679906-83b2-4932-9154-599be8624966", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1434 + }, + { + "create_time": "2024-12-06T05:40:57.125349Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7d5d3628-16eb-4f28-a1a1-e345eb81102f", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "By the seaside, it is snowing slightly and the sky is completely dark. A little golden retriever with tiny transparent wings is playing.", + "public_commercial_use": false, + "recraft_id": "f680e482-d5dd-403c-b38a-5c809349ee27", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:52:29.636954Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "35a32913-0416-4dcc-ac0a-bedc5bd6895d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A hog-nose snake with green eyes wrapped in a blanket facing a campfire", + "public_commercial_use": false, + "recraft_id": "4cd8657b-8434-4548-aa98-4c8686352804", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:04:58.698265Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "af23a0ea-8c4e-4f11-b04b-f92076458d4e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hellokitty dancing in the blue glacier snow", + "public_commercial_use": false, + "recraft_id": "abe0c941-1875-41b6-80f6-6ad6ab4c704d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:49:00.106047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "81510f84-294e-4a7c-bc52-e474d073a372", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bright sky full of fireworks and stars, snow, forest, there are many cats, the cat only back, the cat in the snow, the cat is very lively, there is a snowman wearing a scarf in the picture, the picture is very warm and dreamy, there are many bright stars in the picture", + "public_commercial_use": false, + "recraft_id": "96831a23-bedb-4db8-a361-9f2075ce5870", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:00:33.971342Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "33a76fa4-2160-4e9c-8321-55177a9d7eda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The hedgehog holds a yellow umbrella to protect the charcoal fire. Butterflies are flying around it. The background colour is sea blue.", + "public_commercial_use": false, + "recraft_id": "7e38dd36-e1ba-4413-b6db-4d541d3c7d7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:26:09.518554Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "723d649e-10d9-487a-8896-5d48787ac135", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat,three cats, Santa hat, by the Christmas tree,christmas atmosphere", + "public_commercial_use": false, + "recraft_id": "489eb957-ce12-4925-b23e-28cc1b3fedc2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T11:50:28.173827Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "9834a83d-b457-41d6-a603-ebb2b720fddc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "blue butterfly crescent", + "public_commercial_use": false, + "recraft_id": "22df6d5f-10ec-4754-bc41-8780abe1ede0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:17:04.681864Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "57b89e30-41d7-43c3-84ac-893b1c2c4bbc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Hello Kitty, at the seaside during the dusk, beside a christmas tree, holding a gun and a glass of red wine. In the distance, fireworks are blossoming, and on the ground, there are two little dogs(one is white and the other is black) Snowflakes are drifting in the air above.", + "public_commercial_use": false, + "recraft_id": "aa3a22c8-0ff3-428d-a6e6-2f8a2a5d0cf1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T00:55:36.024009Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "08f1ffe1-4392-446e-915f-3758447181f4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Felix Glasmeyer ", + "public_commercial_use": false, + "recraft_id": "0c0b75a1-e001-422e-a9b9-ff522812f45d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T02:37:41.361259Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "cat walk in the snowing blue night", + "public_commercial_use": false, + "recraft_id": "5f0c5336-6aea-4d40-b928-8cc9f4dc2c65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:05:08.935819Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "01643603-448e-4370-8d99-231777d52fda", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Winnie the Pooh held a sign that read 'tatamill' on a white house, with meteor showers scattered in the sky", + "public_commercial_use": false, + "recraft_id": "f7b720bd-2d4a-4ea8-8af8-c40c90a13e09", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:56:23.57063Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e7e24840-8ca2-4871-8c16-3ea63786f2dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Siberian forest cats and long-haired German shepherd dogs are in the snow.... Stickers with stars in the sky", + "public_commercial_use": false, + "recraft_id": "c1e4280c-0d4e-471d-90be-501251dd79df", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:49:06.55035Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7569bbab-e49c-49ca-90b5-c8030ed6babe", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words \"STT\" engraved on the beach", + "public_commercial_use": false, + "recraft_id": "30768f67-1879-4162-bebc-807531f02b7d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:49:01.081776Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f40a1ab4-1cf6-4fbb-89a3-20f929c1f308", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The use of Hello Kitty to reflect the content or scenes of Chinese patriotism, such as the national flag, national anthem, national emblem and other national symbols and symbols", + "public_commercial_use": false, + "recraft_id": "6dbbc348-5f2f-4000-9edb-3d5736c95080", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:58:51.152703Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "969f91a2-4d24-4644-96c0-285315c1c6ca", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "West Highland Dog and Maltese watch the aurora in the snow", + "public_commercial_use": false, + "recraft_id": "1dc4b1cd-26c9-4a15-a32b-5109b749b0b3", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:27:08.493054Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Border collie and dobermann jumped into the sea together from the boat.", + "public_commercial_use": false, + "recraft_id": "9a7710a5-32e5-48eb-b041-28f2024ade13", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:22:19.756892Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "3d4d4a45-8a2f-4d9f-a868-a96b84eb412d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "fire in the humid and green rainforest", + "public_commercial_use": false, + "recraft_id": "617cd53f-fe14-4484-a0b7-4e24291c7295", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:33:50.974165Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "49c8e39b-ca72-4121-8a9c-1e3734ff180e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A group of people are playing tabletop games on Christmas.", + "public_commercial_use": false, + "recraft_id": "95c2043d-b4b0-4d63-9b8b-1df78c5d5ddd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:10:45.058705Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f9dd7cb4-456c-4638-9acf-58b3ab741c06", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A giant panda is reading a book on the sofa", + "public_commercial_use": false, + "recraft_id": "3b78912a-c802-4d68-91b7-c538c9df7885", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:47:58.393377Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0a62f6c7-7b69-41d8-bfc1-f13c0752070c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The constant black and white Schnauzer was playing at home with a puppet cat.", + "public_commercial_use": false, + "recraft_id": "07ff8daa-276f-4a7e-98e7-08dca96da698", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T13:31:20.210452Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f44e43c5-b92e-4139-bc42-21b967ceaa94", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Heavy snow, pink row, fireworks, cherry, fire.", + "public_commercial_use": false, + "recraft_id": "2ad843f9-0edd-413b-9fba-2effe45da4fb", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:11:08.275425Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5bd2a434-01f7-45e6-b909-d581d20bcced", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The cutie baby panda wears a chef's hat and has various flavors of bread and snacks beside him and a school bag with pendants and keychains on the table and little pink decorations on the wall.Brighter tone", + "public_commercial_use": false, + "recraft_id": "424c36b3-922b-4e0c-9bdf-a92c3b62e9bd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:24:14.148405Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8397f2c7-17f6-4222-ad54-8a886f523ddb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The classic image of becoming a pharmacist, Winnie the Pooh", + "public_commercial_use": false, + "recraft_id": "42a93a94-5da0-4fee-b839-8b4588f9bae9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:10:38.156534Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "You stand beside me and watch me draw love and write I love you 3000 times in the snowy night full of stars.", + "public_commercial_use": false, + "recraft_id": "e0bf470e-25f1-40cd-8f7d-225ea02b0188", + "transform_model": "recraftv3", + "user_owned": false, + "width": 2048 + }, + { + "create_time": "2024-12-06T09:17:18.153831Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "f8714fe6-8dfd-4630-abb9-8743d7b0eda6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Wide-angle lens, 1980s, Chinese art student, student memories, sketching", + "public_commercial_use": false, + "recraft_id": "edfd4215-1a40-4ca2-8aa9-e77fde1aa73f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:47:36.745998Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "878401ef-2286-4ec1-ab28-62694812bc39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "White shitzu dog with whit face and black ears act a human, sitting at a table and drinking coffee", + "public_commercial_use": false, + "recraft_id": "e2e6bd5e-3061-417e-bd33-ecb6de4b1628", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T09:01:55.45157Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c5af6b6-7d07-4dfa-9362-842334c6d0dd", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A goose is flying a plane, and outside is the starry sky.", + "public_commercial_use": false, + "recraft_id": "50a9cfbd-1159-447f-8c54-31e942411a12", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:40:10.520169Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "7f2a83ae-3d2c-4264-ba77-7fb2778f086d", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "There are artificial mountain ,velvet curtains,beautiful flowers ,palm trees ,hills ,lakes ,ancient pavilion ,penguins .The sky is pink and purple .", + "public_commercial_use": false, + "recraft_id": "83d05165-6b15-47f7-99d2-5791e9ed9993", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:40:44.417944Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a67a58d2-9875-452b-85d3-db0a31772491", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cute doll frog in the snowThere is a sign on the snow that reads' the8 '", + "public_commercial_use": false, + "recraft_id": "b0d886d9-0fdc-4be7-a892-5515b1a5c89e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:48:24.055287Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "458f8485-bf7f-412c-be35-fa86d646eaa1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Inside the cave is a deep tunnel that leads to the center of the universe", + "public_commercial_use": false, + "recraft_id": "2935bf2e-3f20-453c-8865-570fefc360e1", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T13:22:57.527861Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "21289393-de9e-4341-8981-ea08f280c120", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The green aurora in the sky, the light snowfall, and the two puppy playing in the snow with a glowing Christmas tree in the background. ", + "public_commercial_use": false, + "recraft_id": "5f275449-4c17-41e7-829f-ca9b6694ccaa", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:30:01.456516Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6c81a4e4-0388-40bc-a35c-390dcea546b8", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A blue-green cute octopus is working at office, facing the laptop, with a coffee cup in one hand", + "public_commercial_use": false, + "recraft_id": "5f96d9a6-834c-4334-a9b7-40b721625b65", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:55:08.029374Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "575fa769-c67f-41f5-b7b2-692392d49b32", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Birthday mouse eating a piece of cake ", + "public_commercial_use": false, + "recraft_id": "28a0ed03-883e-47be-b9ef-4000bf9dddbc", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:04:30.120135Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2f97c0a2-bf09-41fe-8fa0-2eaceab107ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "two hello kitty chatting in the the theatre", + "public_commercial_use": false, + "recraft_id": "01189ccd-a044-4315-9db3-67a539617f31", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1820 + }, + { + "create_time": "2024-12-06T05:40:12.080216Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "cb9048f1-d167-4a05-b7cc-e776bdc8b07b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Through an ornate baroque-style green glass window, a cow is seen grazing peacefully in the golden glow of the sunset. Behind the cow, snow-capped mountains are bathed in sunlight.", + "public_commercial_use": false, + "recraft_id": "ccf90014-d102-45b0-bfad-823c4247ef7f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:24:17.253703Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "e81e2de6-3907-43c4-abd7-0ef086d277d1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Replace it with the head of a curly haired puppy", + "public_commercial_use": false, + "recraft_id": "f15e238f-2ff8-4ad9-8305-0e7056f23920", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T15:59:22.934653Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "30a52e51-74d1-4f2b-be2b-978294bcc23e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White tiles high apartment center, dark , indoor, grass, nostalgic, flowers growing crazily", + "public_commercial_use": false, + "recraft_id": "5f3fa667-f111-4898-a284-182fb902101e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:14:11.381556Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "6505c39a-d58f-4aba-a063-3dd7f5f17269", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty with red training suits and red shoes playing basketball in the basketball court but with fire", + "public_commercial_use": false, + "recraft_id": "f3d2a29a-5e4b-4f55-b731-be65ef31ee97", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:25:52.553567Z", + "dislikes_count": 0, + "height": 2048, + "image_id": "4e91bec3-1917-4f09-8acf-a3c5ae3bb216", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "LIVING ROOM RUG", + "public_commercial_use": false, + "recraft_id": "9b572889-740c-4ad7-8a76-db25d0a43182", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:02:59.941119Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4f7b2666-d8e3-4a17-aed4-7c79bc31a5db", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There are auroras and trees, in thick snow, Winnie the Pooh is taking a picture of a Schnauzer dog with a camera, and there is a Christmas tree", + "public_commercial_use": false, + "recraft_id": "694bbf89-5c09-480c-a221-198ddba74390", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:10:06.114186Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b8d0c51f-812e-44ba-973a-8a27f92af634", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "hand needle repairing ", + "public_commercial_use": false, + "recraft_id": "67ad70c9-66c8-492b-b506-1ec6d47f8fa8", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:18:14.701006Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "387d7ce1-8983-4b20-9b04-704804eb4a26", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fixed phone, the phone handset is in the octopus's hand.", + "public_commercial_use": false, + "recraft_id": "5d5e807a-9b40-4425-af08-5c35e144e732", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:03:44.754332Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "53dca66c-cfed-4587-b042-0168868604d2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "hello kitty plays basketball wearing red nike basketball shoes", + "public_commercial_use": false, + "recraft_id": "eb788a15-1559-4b8d-abec-a93f6db856d0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:31:49.922886Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "54ee349c-54df-4e40-b1ac-13b47f9ab824", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "There is a Hello Kitty doll in the snow, with aurora behind it and the word \"WLTZ\" engraved on the snow", + "public_commercial_use": false, + "recraft_id": "04033db4-4e43-4ec4-aba3-d40564beba74", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:55:14.809427Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "87999ab5-296c-4654-b133-bd8b523765ec", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Birthday for a handsome guy who wears half frame glasses, has a table in front of him with cake on the table, he brings a birthday hat, balloons in the room and a banner above his head that says \"Happy Birthday wch\"", + "public_commercial_use": false, + "recraft_id": "e885d9f6-a2bc-4833-b122-602ad4f430b1", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:27:12.419359Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "42b0399a-48c9-4b7b-8a3a-764b5640179e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The background is in the evening, a black cat is stepping on the snow, and behind it is a burning villa. The scene includes aurora and stars.", + "public_commercial_use": false, + "recraft_id": "34411884-ac87-4422-89db-65ddea8cb629", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:54:08.634369Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d913e2b6-3da7-4036-8d7d-662f6c4a36a4", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Hello Kitty doll is wearing pink clothes, a pink bow, and black headphones. It is holding a burning sparkler and sitting on the snow. Beside it, on the snow, it says \"WYY YXD\", creating a romantic and warm atmosphere. The background is a seaside at night, with some lights on the sea surface, adding a sense of tranquility.", + "public_commercial_use": false, + "recraft_id": "f20e098a-72bf-4737-94c7-d5322b66a045", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:38:58.950319Z", + "dislikes_count": 0, + "height": 1280, + "image_id": "b7afea51-e102-4f24-87f0-021d4349b31a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat litter packaging design incorporating elements of snowy mountains", + "public_commercial_use": false, + "recraft_id": "b37f0588-eab3-44ad-be58-240b55e9e776", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:42:18.581865Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "27a00e2e-10d7-4079-9e06-8c38bc5da913", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The kitten darted through the snow, its tiny paws leaving delicate prints on the soft, white blanket. Its fur, dusted with snowflakes, shimmered in the crisp winter sunlight. With every leap and bound, the kitten's playful energy filled the air, its tail swishing behind like a fluffy banner. The snow seemed no obstacle to its joy, as it pounced, skidded, and dove into the drifts, leaving behind a trail of innocence and delight.", + "public_commercial_use": false, + "recraft_id": "7258aa29-c90d-4919-9aa0-b2a5b9d556d7", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:29:16.962642Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b5db11c7-8d97-465c-83b3-98517e8767c6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a fairy stands", + "public_commercial_use": false, + "recraft_id": "108f432a-c6ac-406b-a237-6bc00856036e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:34:36.223202Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "843e7fc8-baa1-4c01-95b5-804d5dca4f39", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A white West Highland dog stands on the snow in the distance, with many bubbles floating around it. Several transparent butterflies are flying around the puppy, with the background of a night forest, a quiet volcano, and stars twinkling in the sky, and the whole scene is full of a dreamy atmosphere.", + "public_commercial_use": false, + "recraft_id": "b97ed065-b515-4cc1-a140-28c71fd24201", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:10:55.896819Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "2beabeb0-94f6-45a7-aea0-e852e1b43ca6", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three little kittens and a little white snake", + "public_commercial_use": false, + "recraft_id": "b1ac3365-8a2b-412d-8fcd-7fdb3a5d572d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:53:44.732875Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ed04625-ecae-4422-9641-e04179fc71df", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "a Hello Kitty is playing tennis with a pink tennis racket.", + "public_commercial_use": false, + "recraft_id": "f1056b68-70e7-4ffa-9fab-f0efad0c00e2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:28:56.719536Z", + "dislikes_count": 0, + "height": 1536, + "image_id": "85eee8b1-1553-4993-92a8-0afbec99b9dc", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black and white penguins on a light blue Antarctic glacier with blue huge ice cubes next to them and stars in the white sky", + "public_commercial_use": false, + "recraft_id": "3e09ef6b-86a5-4662-afe1-1846806b0568", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:12:16.928775Z", + "dislikes_count": 0, + "height": 1820, + "image_id": "3858d549-0130-47b8-b156-16566cb67c52", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree with presents", + "public_commercial_use": false, + "recraft_id": "07bab478-861b-4e28-926a-1a7472d94917", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:33:17.288458Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fde35ede-cf23-4af7-aee3-1e3c005858ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bombay cat in front CRT TV ", + "public_commercial_use": false, + "recraft_id": "5aed9c50-97a0-455f-b42f-8d896aac707d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T14:06:38.926512Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3e956ce5-a82a-4af2-b506-1b4a3d5381be", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bambi drinks beer in the snowy mountains", + "public_commercial_use": false, + "recraft_id": "6cee18d8-8452-4b31-99f9-a1275cc8ad59", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T04:35:44.223876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5a1844b0-50b7-435e-9c62-e4b62ff27301", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Bombay cat in front CRT TV, Tv is pla noise , every is carpet", + "public_commercial_use": false, + "recraft_id": "01218920-1bc7-4c6a-a0e9-9f642053301b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:41:28.057666Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "fde16cd7-a45d-42d8-b437-7d75a8c6952b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "anorchid grows in a nautilus", + "public_commercial_use": false, + "recraft_id": "4c1faa46-031a-4b95-afca-136bd1a01fd2", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T12:12:09.937853Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "766579fe-27dd-43de-88d9-b1d501803306", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A white flower on the beach and a touch of light in the sky.", + "public_commercial_use": false, + "recraft_id": "2151f0c8-0b4d-4192-bb16-565451711e23", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T20:05:06.452967Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "63b923fb-e244-4bab-97f8-25225d65fb10", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The corgi is lying on a chair by the sea, wearing dark glasses, and next to it is a billboard that says, \"kingsley is on vacation.\"", + "public_commercial_use": false, + "recraft_id": "4e2b96a5-02b7-49a4-8a0c-ab25005b4915", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:52:24.672876Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ae6af50f-7403-4ac3-b139-282ec422339c", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The Schnauzer is watching the aurora.", + "public_commercial_use": false, + "recraft_id": "1c3bd0ee-b2c4-4560-929d-64b83fbfe838", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T01:08:07.314127Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "05ff7577-e563-40c6-bd59-dddba2c9f26e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Black orange", + "public_commercial_use": false, + "recraft_id": "de07ff63-c39a-4b94-b9c2-807870bc3f72", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T06:07:20.721657Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "713ed20a-438b-4941-a162-ecbc8d418ca9", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Apple Fountain", + "public_commercial_use": false, + "recraft_id": "7343d2b1-9808-4a26-a211-65106a4e0bff", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T13:41:20.163168Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Fire alligator ", + "public_commercial_use": false, + "recraft_id": "37ae8310-5191-459d-9254-338d8c0c3bfe", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:25:13.551328Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "55c451e0-b50f-4d24-a259-8fad53e7a3ac", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A black cat and an orange cat lie next to each other on a plush stall, a book with \"wonhui\" on the cover on the wooden floor, a felt board on the wall is pasted with a Polaroid with various flowers, and a string of small star light strips pass over the Polaroid.", + "public_commercial_use": false, + "recraft_id": "bbf6818d-f485-4489-9020-f17dcf4f4a3b", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T11:30:30.618057Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "ca803e45-b7d2-4437-a981-2e0a6ac34b61", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Donald duck is cooking in the snow.", + "public_commercial_use": false, + "recraft_id": "8a7fbb31-562b-4033-9ba2-94c2a703ce28", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:58:58.230659Z", + "dislikes_count": 0, + "height": 1365, + "image_id": "33f31d25-e27b-4179-a4b6-23e8406c4a96", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Sea otter wearing a cowboy outfit, ", + "public_commercial_use": false, + "recraft_id": "3171bfa3-f896-479b-b234-4c10206d2f41", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T23:41:51.559204Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "1ea3fd40-9d25-48c7-ac28-026a6f26925a", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Cat flying to the moon riding a spoon", + "public_commercial_use": false, + "recraft_id": "3b94d026-ee67-40a2-b7f0-d146cb303cd0", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T03:42:49.945047Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "3ccc6e91-13b4-4d24-8459-6efd166a021e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Buzzlightear is shopping at a fruit shop,meanwhile iron man is flying in the sky", + "public_commercial_use": false, + "recraft_id": "7d0ade5f-53e2-4832-bbf4-4812bd75b17c", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T09:04:19.448988Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4c63d6d7-216b-4bb9-9c2a-202fdb2a4890", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A cat holding a red wine glass in its hand, with a Christmas tree on its head, wearing sunglasses, standing in the snow, with a huge Christmas tree behind it", + "public_commercial_use": false, + "recraft_id": "1c2defac-3ca4-4dbd-bc15-fe5176fb7e0d", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:45:03.809326Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0ee34c1c-1709-4842-8052-a4cfa47c0e43", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The dog chases the butterfly with the aurora behind it", + "public_commercial_use": false, + "recraft_id": "95a29c09-c744-4c73-9c2f-a0b297719390", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T19:59:03.013599Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "2eda9acb-069e-4574-bcd9-76bd09c90c29", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "Hello Kitty wearing black shirt and reading code, sunset waikiki beach, harcode, tennis flying, surfing board", + "public_commercial_use": false, + "recraft_id": "e8f6b083-8cc5-47c8-a3f7-afadc02325fd", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T14:29:40.786273Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "5f106578-f41c-4e2a-b5c8-6278795f121e", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Three bagles made of diamonds and pearls", + "public_commercial_use": false, + "recraft_id": "6b9ce33a-c2af-4f64-9f5c-8fdce68cbd75", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1365 + }, + { + "create_time": "2024-12-06T11:48:23.83662Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "c04aa5cb-d1e9-4b55-ad7c-c269efc38c20", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Christmas tree by the sea, snow day", + "public_commercial_use": false, + "recraft_id": "9da3fdaf-6c2e-46fe-91a8-71aaf992685e", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T12:18:11.259483Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b579243d-55e0-4f12-a58e-c648bd3a846b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cadiz loves US dollars", + "public_commercial_use": false, + "recraft_id": "1f509ef4-8add-4b50-8383-8e1068391c8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T05:24:31.553852Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "e2f71ce5-305e-47f2-8f95-ba0ae3383bc2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "The center of the picture is a small, bright red single sofa, placed in the middle of the sea. In the background are the waves of the ocean and fireworks in the night sky. The sea and the night sky account for a large proportion, which makes the sofa very small, and there is some snow on the sofa. The beach does not appear in the picture.", + "public_commercial_use": false, + "recraft_id": "a3ab9559-f6d0-48b0-91a5-d56d39f0b7b4", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-06T05:25:44.228115Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "b1add13d-b2e4-420c-a294-b371014d01da", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Evening Snowy Night Bubble Fireworks Christmas Flavor Abyssinian Kitten", + "public_commercial_use": false, + "recraft_id": "657b0012-e441-4d65-a040-e0e8d3982bbf", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T18:25:57.661087Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "756d14d9-0641-49e3-9fb4-3bb596a43f07", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hellokitty shooting with AK47 like 007 in the movie", + "public_commercial_use": false, + "recraft_id": "a41a3061-c97d-441d-9ffe-2eebc3ea02a6", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:01:32.798062Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "84cf8d34-2d9f-4b32-94ea-34d2dc591fce", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "White tiles room, dark , indoor, grass, nostalgic, flowers growing crazily", + "public_commercial_use": false, + "recraft_id": "2c7cb7b2-a629-46c2-89f8-43e5a1e8b760", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T13:52:28.465095Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "0c35e978-a5c7-4990-86c9-5243a1520cf2", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Cat Sunglasses Guitar Bow Tie", + "public_commercial_use": false, + "recraft_id": "f3eba05e-d18f-4d14-be10-87814fd36a86", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-05T16:28:19.186585Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "629df70b-e020-40c9-a0ec-e01850a01b5b", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "The golden little rabbit sleeps in its warm little soft", + "public_commercial_use": false, + "recraft_id": "8ad513c2-036a-4678-a548-be5bd90ba768", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1280 + }, + { + "create_time": "2024-12-06T10:57:24.595549Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A raccoon in a Christmas hat was happily lying under the bed covers, Enjoy eating cookies", + "public_commercial_use": false, + "recraft_id": "104254cf-8f6e-4934-8ec5-d720aa1dd91f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T08:47:10.887297Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "36347d23-df86-4c1f-9cd3-ee9410955d86", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 1, + "prompt": "A flamingo with a huge ribbon bow around its neck stands on an afternoon tea table, which is laden with English tea pastries, and the tablecloth features a vintage printed pattern.", + "public_commercial_use": false, + "recraft_id": "e298f221-1db0-4449-b20f-b0d211793c8f", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T10:44:54.194637Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "a95cf5cd-9b51-40b5-9032-f205f34a6173", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "Hello Kitty with a collar flower at the entrance of the International Chemistry School", + "public_commercial_use": false, + "recraft_id": "f020afa9-9b66-4b88-bd63-f34a1b451cc9", + "transform_model": "recraftv3", + "user_owned": false, + "width": 1024 + }, + { + "create_time": "2024-12-06T07:44:00.338239Z", + "dislikes_count": 0, + "height": 1024, + "image_id": "4d8261c7-8814-4fbd-9b86-9d782314dcff", + "image_type": "realistic_image_hard_flash", + "is_private": false, + "likes_count": 0, + "prompt": "A snowy night scene, full of festive atmosphere, fireworks in the sky, a Hello Kitty standing next to a snow-covered Christmas tree, the ground written \"QJR\"surrounded by a heart-shaped pattern.", + "public_commercial_use": false, + "recraft_id": "21a6784c-02ad-43de-87d6-277df9b35edc", + "transform_model": "recraft20b", + "user_owned": false, + "width": 1024 + } + ] +} \ No newline at end of file diff --git a/images/00096722-9928-4464-bf91-e989fba184a2.jpg b/images/00096722-9928-4464-bf91-e989fba184a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53f820627d65dbc1164a5471cf6862461737f88f --- /dev/null +++ b/images/00096722-9928-4464-bf91-e989fba184a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dc4742ac2fe300ae15a62a36ef8ffbe861f8592bd67bfc7ef50d527335bb4d +size 1476443 diff --git a/images/0009b94d-c56e-4fdf-9110-8dd49afe239e.jpg b/images/0009b94d-c56e-4fdf-9110-8dd49afe239e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60a880d5a7d2c1195519b69905f3f1dfda77c8c3 --- /dev/null +++ b/images/0009b94d-c56e-4fdf-9110-8dd49afe239e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c312c12daf63010c7323ac4e50043f198ff401570cb8cdb50ff80ba72337e25a +size 1731455 diff --git a/images/0009d7d9-9722-48ac-83af-7b51cca243ef.jpg b/images/0009d7d9-9722-48ac-83af-7b51cca243ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee1aebc676fcb47464975299031eb5b03bc0d894 --- /dev/null +++ b/images/0009d7d9-9722-48ac-83af-7b51cca243ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182de8c5cf7d090a48bfebf55bf27a8aa995fbb15324ac5bbf721d9b7864bb32 +size 1595701 diff --git a/images/0016051c-36d8-4a82-8388-df1346407d0e.jpg b/images/0016051c-36d8-4a82-8388-df1346407d0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15091c8200d0a71537b5af76826b3d5f74483162 --- /dev/null +++ b/images/0016051c-36d8-4a82-8388-df1346407d0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a43dc2f90d3c5f8a65fb4dbe835966ddc6d6cea12d8d20443dd08cceedc1b7 +size 2448748 diff --git a/images/0016322b-4c3a-43bb-8b63-f78d572e79c0.jpg b/images/0016322b-4c3a-43bb-8b63-f78d572e79c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eff66589ed2b8ee4958282d731d0051857c5db37 --- /dev/null +++ b/images/0016322b-4c3a-43bb-8b63-f78d572e79c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2905dddde78d01d4f2fb6d1355c634a5366f53f340e2da79cde851ae057e3c58 +size 1812961 diff --git a/images/001efd1e-2507-4c67-aef1-0f1760857c19.jpg b/images/001efd1e-2507-4c67-aef1-0f1760857c19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce2657de712b576c477cf7a36403946376c7fa13 --- /dev/null +++ b/images/001efd1e-2507-4c67-aef1-0f1760857c19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235aa00a158317c65e22404077df91320b011c6a48f1c1303efaa2be5bf972b3 +size 2673410 diff --git a/images/0020e78c-6252-4332-8909-881091b0f947.jpg b/images/0020e78c-6252-4332-8909-881091b0f947.jpg new file mode 100644 index 0000000000000000000000000000000000000000..283c5d69d0203d2f2e9a390440e43ce7044294a7 --- /dev/null +++ b/images/0020e78c-6252-4332-8909-881091b0f947.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf35b00edbe6f855a2e53594aaea5245c2c660b4bbc62c5af7c4c8f50b319eb +size 1374066 diff --git a/images/00246953-a41b-43d1-979e-237b39c858c0.jpg b/images/00246953-a41b-43d1-979e-237b39c858c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa4253d96f8869659e23d31dc5b5ededdb5bce28 --- /dev/null +++ b/images/00246953-a41b-43d1-979e-237b39c858c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7f4fdca615e98d5b7251a4455681d186608c10562f99de870b17e721645a3b +size 2099178 diff --git a/images/002630b8-d960-45d5-8080-265693de902e.jpg b/images/002630b8-d960-45d5-8080-265693de902e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eefcb1ecebfd89e32cdb86cf174b402f34cf75b --- /dev/null +++ b/images/002630b8-d960-45d5-8080-265693de902e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2609927c2bde5c34ea900819cfffc4f880fed66e7b5e95ed7a4ddf25ab4783f +size 1575129 diff --git a/images/002688d3-c1d5-478f-b0cb-a406c4e4dd2b.jpg b/images/002688d3-c1d5-478f-b0cb-a406c4e4dd2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b13e3ce95494b890c7a8ff3500c97270276646 --- /dev/null +++ b/images/002688d3-c1d5-478f-b0cb-a406c4e4dd2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015f5fabeaea2f843d4e3afebb262f9a916e345d7eaed9a472660cc430c3e943 +size 1573953 diff --git a/images/0033adbb-7e22-4077-84b8-52058eaabfa2.jpg b/images/0033adbb-7e22-4077-84b8-52058eaabfa2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4fb014c1a52c4995ee39cb38e04061b118b86fa --- /dev/null +++ b/images/0033adbb-7e22-4077-84b8-52058eaabfa2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3900a65a52ac60a0557af81e5821c464d5742c5f45caf310ecafc852bb82fd2c +size 1626834 diff --git a/images/004d4ef1-fac7-465d-bb59-14b6058a5f64.jpg b/images/004d4ef1-fac7-465d-bb59-14b6058a5f64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07a6273b50d483ffe06a01b579ff70d0d72003e3 --- /dev/null +++ b/images/004d4ef1-fac7-465d-bb59-14b6058a5f64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1d5001c35ef330c5a0ab40e854f97d8289acf87bee1b0f5f720a740acfcaf3 +size 1348404 diff --git a/images/00530d4d-ce24-43db-9f1e-9ad40b9b01d4.jpg b/images/00530d4d-ce24-43db-9f1e-9ad40b9b01d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99d52ddbf3fe8f0c2237d91fed2a021c10fd304f --- /dev/null +++ b/images/00530d4d-ce24-43db-9f1e-9ad40b9b01d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9162dc86ec41263fe9f1464389acaacb900c10287f7c27befe98490d0179cc76 +size 1739748 diff --git a/images/00650dce-966a-4517-9c13-ed8e56f88fc8.jpg b/images/00650dce-966a-4517-9c13-ed8e56f88fc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d69f41812094ee757a7e29fac32896ec28ef666 --- /dev/null +++ b/images/00650dce-966a-4517-9c13-ed8e56f88fc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fb65f4f8fb46562be0d8b2648c3a9881b09cc0f5a53fe008be89f03f58c8b2 +size 1483277 diff --git a/images/006b779f-2e23-4eed-a3a4-69ad19619f7d.jpg b/images/006b779f-2e23-4eed-a3a4-69ad19619f7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f68635d5c19aa5852ce4ac54f33cdd7c848e88b --- /dev/null +++ b/images/006b779f-2e23-4eed-a3a4-69ad19619f7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875191020b81c017c2568802bdd60e6b5927cf81ac90c2a252f896b3db61ec1f +size 1408928 diff --git a/images/006fe9d7-0756-43b5-9d83-ecee666f1c9e.jpg b/images/006fe9d7-0756-43b5-9d83-ecee666f1c9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ca1bfbaa8bdd5e23424768a1051812bf0be96ed --- /dev/null +++ b/images/006fe9d7-0756-43b5-9d83-ecee666f1c9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d98a67b468abc1bb025f630f86cfe356af15937a0241b07555090cd12862c40 +size 1819121 diff --git a/images/0076730b-de39-4e99-ae65-ee0114f1eb22.jpg b/images/0076730b-de39-4e99-ae65-ee0114f1eb22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d0b5b657ea922928cba746309c59e0c9db2e277 --- /dev/null +++ b/images/0076730b-de39-4e99-ae65-ee0114f1eb22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a4386729dabcfa2b7dc251d14cbafcbb0c4c5caa32c2415df99ad61c9f2cc1 +size 1346153 diff --git a/images/0079fa55-8fc1-46cb-a18a-18f7d92bede8.jpg b/images/0079fa55-8fc1-46cb-a18a-18f7d92bede8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fddf03aec715cfcc629e2c279932b56112f429c9 --- /dev/null +++ b/images/0079fa55-8fc1-46cb-a18a-18f7d92bede8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848103aa731b41a9719fbe67050ea12e4147e7f2db09bdb0655133fae0a7e541 +size 1832378 diff --git a/images/009684a8-e0d2-4626-985e-b4367ad10cd9.jpg b/images/009684a8-e0d2-4626-985e-b4367ad10cd9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1c26118c11f7e6f76671a5e5fcb07e0ab6a6503 --- /dev/null +++ b/images/009684a8-e0d2-4626-985e-b4367ad10cd9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4230bcfa916cd15609d75f06fb7cecad3d3b5d83fc4316a08fa944c514fb2bf7 +size 2099673 diff --git a/images/00a9df7a-0798-4b98-ab73-f79fabddc31b.jpg b/images/00a9df7a-0798-4b98-ab73-f79fabddc31b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5e3b5689c385c86d690e886daaa6916a4e0973b --- /dev/null +++ b/images/00a9df7a-0798-4b98-ab73-f79fabddc31b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13004f55600b7c586e8a82f7a195c8eed594d750586fe8826ad5e243a6a4666 +size 1397278 diff --git a/images/00ae5b93-bde2-466a-ab63-8e1f116a462b.jpg b/images/00ae5b93-bde2-466a-ab63-8e1f116a462b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd884373b6ee20e14eeb018357ce4f46bfc6cdc4 --- /dev/null +++ b/images/00ae5b93-bde2-466a-ab63-8e1f116a462b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64830f190d3a86cf5fba3405c6ccf82f11396b1c06caca8ba218d78a348ed871 +size 1642172 diff --git a/images/00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d.jpg b/images/00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c0590abcffa72a012857a75c69b4852086f05cd --- /dev/null +++ b/images/00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a89bfc156ff9a7c92eea1e23e733e1579fe2a79d54e9b7eede26e9d5b76362c +size 1452139 diff --git a/images/00c6caa9-7d84-4317-bc27-149243cf8b33.jpg b/images/00c6caa9-7d84-4317-bc27-149243cf8b33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d89ff29305e0730a3f60d578d8e6d2ba6e9cbee --- /dev/null +++ b/images/00c6caa9-7d84-4317-bc27-149243cf8b33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94d922fc520e46688f1591b08098ada0590d1ba41dc0570071f90b765ade802 +size 1943314 diff --git a/images/00c96628-d4b9-4891-8d37-22028b37d2e4.jpg b/images/00c96628-d4b9-4891-8d37-22028b37d2e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2315a375c63b03c187d994afb34bd3d00c47b874 --- /dev/null +++ b/images/00c96628-d4b9-4891-8d37-22028b37d2e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdd5b0e212d9d391a848745890a3ef23a1eaddffc47af013206d80fc87344b0 +size 3184346 diff --git a/images/00cf9930-9120-4c10-998c-e6f5b1fc403a.jpg b/images/00cf9930-9120-4c10-998c-e6f5b1fc403a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e3c77cde3860d3e2551ce17f1b5f5b94653b84b --- /dev/null +++ b/images/00cf9930-9120-4c10-998c-e6f5b1fc403a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463ceb9255cfaf0e0a66b9cfde22f1ee7fa4dea29d17649f5b7a71f20ef7a1f +size 2381522 diff --git a/images/00cfc440-1b93-4cc3-84f4-37a70062cadc.jpg b/images/00cfc440-1b93-4cc3-84f4-37a70062cadc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bab5aca5e2a96120efd2f0b7702c2b9124c25066 --- /dev/null +++ b/images/00cfc440-1b93-4cc3-84f4-37a70062cadc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3901df4c03d0b702a8af79ede6350c94a86d6d3aa4aed51865190ac372ebbb80 +size 1759538 diff --git a/images/00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7.jpg b/images/00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44657222ffc904dd1d57b1370173abe6acd94f53 --- /dev/null +++ b/images/00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dffa8085ecb7d0e7961a5069a45f2b6e1d2f0e9f66233dbafbd20c2a1e6ba7 +size 1468455 diff --git a/images/00d1ab8c-e45e-481a-b6a9-6decf00b4348.jpg b/images/00d1ab8c-e45e-481a-b6a9-6decf00b4348.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a56e15d412a0a516760ed9416ec361bfd1475fd --- /dev/null +++ b/images/00d1ab8c-e45e-481a-b6a9-6decf00b4348.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023d417a9cd1a67d3d61528b63a8a635a4b26a85d022de9be09fc00fe900d46a +size 1412276 diff --git a/images/00d1c5f7-5336-4ae8-bc32-523ba9511b28.jpg b/images/00d1c5f7-5336-4ae8-bc32-523ba9511b28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2268bd0be70a6894e4650f59a6c99c300219af8 --- /dev/null +++ b/images/00d1c5f7-5336-4ae8-bc32-523ba9511b28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6b057e3a60f3ad5f065e6973567416242cbf1d4d2b8972190faa9792ceda55 +size 1800082 diff --git a/images/00d21410-cfd5-41d6-ab12-b9226ffa54e0.jpg b/images/00d21410-cfd5-41d6-ab12-b9226ffa54e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70b0da2f9845ae36011ecf0308cfdac9175ce965 --- /dev/null +++ b/images/00d21410-cfd5-41d6-ab12-b9226ffa54e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7511d0c38d2cd412ce5ff8eb80eb22811acfd457fcd76a4da71be6ce499451fa +size 2017810 diff --git a/images/00d36271-46c2-48bf-a525-ff68987f6771.jpg b/images/00d36271-46c2-48bf-a525-ff68987f6771.jpg new file mode 100644 index 0000000000000000000000000000000000000000..725115728205c24f5e002e267273533336b5cf17 --- /dev/null +++ b/images/00d36271-46c2-48bf-a525-ff68987f6771.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327429c37427a68d0af4467c36ba5a9e7cc2fb94127c427a9cb586e74e33cea0 +size 1490485 diff --git a/images/00e8aeee-79e1-4eca-a348-e96f3ff78c0f.jpg b/images/00e8aeee-79e1-4eca-a348-e96f3ff78c0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..738b8d8ec493f18764af8378c8be17f607a1ec44 --- /dev/null +++ b/images/00e8aeee-79e1-4eca-a348-e96f3ff78c0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b8a0d7c2f6bacc765df4c46613d9d5c5217270cef14ec4e0664d6e5a1cc9b2 +size 1495248 diff --git a/images/00f19b37-155c-4357-89d0-ac1f9e44f19f.jpg b/images/00f19b37-155c-4357-89d0-ac1f9e44f19f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b496deb0b5c09f5707e37aa3987602fc4bfbfe6 --- /dev/null +++ b/images/00f19b37-155c-4357-89d0-ac1f9e44f19f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfd92bbed3c410dab339d7cdf18feaf1567de9351bd0cd059eb68e0ca2ff54a +size 1373595 diff --git a/images/010530d2-42b4-4036-911c-7127e12df916.jpg b/images/010530d2-42b4-4036-911c-7127e12df916.jpg new file mode 100644 index 0000000000000000000000000000000000000000..960a6b4d2fb1bedea50657a86202b3e0c0fc36f7 --- /dev/null +++ b/images/010530d2-42b4-4036-911c-7127e12df916.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bf0612fb2c1a30c044bc10624b087f611d36dff0d709be72899a361fdebcc4 +size 1942784 diff --git a/images/010803cc-ceee-44e0-a4ae-afc0600609d7.jpg b/images/010803cc-ceee-44e0-a4ae-afc0600609d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..685efc381447935a45338aaf5fed2994b8158137 --- /dev/null +++ b/images/010803cc-ceee-44e0-a4ae-afc0600609d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542dc4c74413257dad7c404a66095cfbaea91637192c6d45e8a0624d4c4bb08 +size 1883186 diff --git a/images/010937f8-3309-4358-a7d5-0084527f8022.jpg b/images/010937f8-3309-4358-a7d5-0084527f8022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..240504049802957a5188a544ab252fb1a42f8961 --- /dev/null +++ b/images/010937f8-3309-4358-a7d5-0084527f8022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9458dc3c83eb5b7feba97084b37a4fe0eee278c2115a471a02764fdef78a7d14 +size 1621041 diff --git a/images/0110f7d4-2fc0-428e-baea-62c97abd485c.jpg b/images/0110f7d4-2fc0-428e-baea-62c97abd485c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89ae583eba80abef8ce470ae3300d83e0cc6b595 --- /dev/null +++ b/images/0110f7d4-2fc0-428e-baea-62c97abd485c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e187a8ff55be73f4b9802415ded5403fd7862961e2f1c2465c49305c16440ff2 +size 2475553 diff --git a/images/011c9cdf-4f82-48e1-8037-cecfce1debfd.jpg b/images/011c9cdf-4f82-48e1-8037-cecfce1debfd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d7055386fe09dd21e7027db6a7e34edf0bf8218 --- /dev/null +++ b/images/011c9cdf-4f82-48e1-8037-cecfce1debfd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa836aa99e97647f6741e44999952fd1dc993159f3c3df0d4c089202b5604990 +size 1533381 diff --git a/images/012694cf-371f-44fa-aebc-0835d122d332.jpg b/images/012694cf-371f-44fa-aebc-0835d122d332.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fe3215f67636c66af6437807f62f57a0929d75c --- /dev/null +++ b/images/012694cf-371f-44fa-aebc-0835d122d332.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dd9d57e5fd440a1d68227b7bbaa5c6bf2fce55165d3ec14ed96a94a5a24695 +size 2942076 diff --git a/images/0131fc2f-f1a3-4864-bf08-80654e11779b.jpg b/images/0131fc2f-f1a3-4864-bf08-80654e11779b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e01d0cb0714a327b07b715b2d3b58780bd8496 --- /dev/null +++ b/images/0131fc2f-f1a3-4864-bf08-80654e11779b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b317fe6cfdaf856315d8614a96fb863a876bb020371bcec045d9d43c7149e4 +size 1631372 diff --git a/images/0133f3be-e07a-402a-8538-491df872ae23.jpg b/images/0133f3be-e07a-402a-8538-491df872ae23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3615332df1790db241a4f6eab6592b6c410ce20e --- /dev/null +++ b/images/0133f3be-e07a-402a-8538-491df872ae23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266ee96d5eea0c6bfb3d9cc1d188946b08976fdef9f8cfce5409a5dd67b4442a +size 1517388 diff --git a/images/0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d.jpg b/images/0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b334ce032792c340b47c1b118dc4b7fa36365c81 --- /dev/null +++ b/images/0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60927d9b61157c6d1e8bb3e9c6bb00a13f2ea0053f31ed03d7fbb7a416964df +size 1798313 diff --git a/images/01431594-ddfd-44f6-bc83-0f31fd70e6c0.jpg b/images/01431594-ddfd-44f6-bc83-0f31fd70e6c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c86914ed8e445a8120107fcb4bcf3313025e6c5 --- /dev/null +++ b/images/01431594-ddfd-44f6-bc83-0f31fd70e6c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b919af480dbdbaa8960690413482cbf8b88381623dc1a910dbb159f8fd523811 +size 2173928 diff --git a/images/01462308-8fc4-4763-b665-d46cbae64edd.jpg b/images/01462308-8fc4-4763-b665-d46cbae64edd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c73ddae6b83fc22aa5e6a7e69e4b8f093faa87c --- /dev/null +++ b/images/01462308-8fc4-4763-b665-d46cbae64edd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177f5a9d6a560ad3409c168e679f1b58d6586528149b33b2060361a6e2a4d654 +size 1472826 diff --git a/images/0148539a-6704-4bc8-b606-b9c57cd0f4f8.jpg b/images/0148539a-6704-4bc8-b606-b9c57cd0f4f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6749fd791b93a6c569a2bc1f7487539776dede57 --- /dev/null +++ b/images/0148539a-6704-4bc8-b606-b9c57cd0f4f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d82fed9159669328424c2b209f0924d8073f4f5470d608659a6171a6000f52 +size 1668685 diff --git a/images/014c3c74-aba4-4e03-952e-05fdeccdeca5.jpg b/images/014c3c74-aba4-4e03-952e-05fdeccdeca5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e311f65692baa152fa439ea7b39bd0a71bada0a --- /dev/null +++ b/images/014c3c74-aba4-4e03-952e-05fdeccdeca5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a302ea381c85b00997cfd7af4d27f8e5d770638e5b4aadab5a3757adb1232e +size 1507304 diff --git a/images/014f9ca0-d7fe-47c6-ae40-2a61524c960e.jpg b/images/014f9ca0-d7fe-47c6-ae40-2a61524c960e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41262564921a70fbf19b258bb588d0620aec5a76 --- /dev/null +++ b/images/014f9ca0-d7fe-47c6-ae40-2a61524c960e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a5a89563ac85cee2e5ab0ab73747e53787bbcb449a93127d05d4e24fbaf261 +size 2365778 diff --git a/images/01536db2-852a-42db-86eb-30a24fd1389c.jpg b/images/01536db2-852a-42db-86eb-30a24fd1389c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..446ed43dafe9fdcd4ca3e27609eb2b76dce55eda --- /dev/null +++ b/images/01536db2-852a-42db-86eb-30a24fd1389c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a610cad93f736d9208b4cf7f1773716602dbc6d98ac9d853909f9c33512dad0b +size 2498837 diff --git a/images/0153d507-3cfc-4231-ae9d-1c628d573cd2.jpg b/images/0153d507-3cfc-4231-ae9d-1c628d573cd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c14877c6bee147e29a168381ddfd8875d45e885c --- /dev/null +++ b/images/0153d507-3cfc-4231-ae9d-1c628d573cd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748f8eaa71d059ced07e4b6dd19adc9d90cf83281c1d6631f3518ad1dd396756 +size 2590459 diff --git a/images/01619b64-8e1c-4223-b1bc-815f97cab62b.jpg b/images/01619b64-8e1c-4223-b1bc-815f97cab62b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c292904b237dbabdc0824810e86da3ddc22a8a33 --- /dev/null +++ b/images/01619b64-8e1c-4223-b1bc-815f97cab62b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660f18ab4e93e62d9fdce8348cbc0b2e78ae35f49247bb4308647ad54b1acabd +size 1831108 diff --git a/images/01643603-448e-4370-8d99-231777d52fda.jpg b/images/01643603-448e-4370-8d99-231777d52fda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a3269a82b3394f20446df7326d9a95c7b4b01d3 --- /dev/null +++ b/images/01643603-448e-4370-8d99-231777d52fda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0b7af743d77b58946d25ad8dc37d0aead26225837468af465bdca571e6aacf +size 1791785 diff --git a/images/016a13a3-2761-480d-9497-79d1588f836c.jpg b/images/016a13a3-2761-480d-9497-79d1588f836c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10887a9c051e04f77fc5ce8259e25f7981da9013 --- /dev/null +++ b/images/016a13a3-2761-480d-9497-79d1588f836c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3126ed84158e920faec9e78cf8a363cddad7b795a4b967fa56e902d0c22bf86 +size 1294405 diff --git a/images/01736386-19a9-4c1b-9a4a-db808d37c570.jpg b/images/01736386-19a9-4c1b-9a4a-db808d37c570.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b5559741edec01e543742d7656720e60750cc5f --- /dev/null +++ b/images/01736386-19a9-4c1b-9a4a-db808d37c570.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3ad1ee3e1ea958209cc2bae7dfa08757bd561b5cd5e84e72c4cfee14f1c6c3 +size 2341391 diff --git a/images/017a08a0-861d-412d-ab7a-e6afdb30aaff.jpg b/images/017a08a0-861d-412d-ab7a-e6afdb30aaff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..273006613787c493abd7a301d75aadfd4cf83e2e --- /dev/null +++ b/images/017a08a0-861d-412d-ab7a-e6afdb30aaff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7975937d8ca4874e88f1add33cef294a0e80f788686679051a57bd570f616325 +size 1355908 diff --git a/images/0181b274-83a8-4522-9bfb-ed7f79881274.jpg b/images/0181b274-83a8-4522-9bfb-ed7f79881274.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2543488e84285d11a2ee3f2fefb71e754257b4ca --- /dev/null +++ b/images/0181b274-83a8-4522-9bfb-ed7f79881274.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a74a5a5bb6da7577d7977c93fc4c2df7630c45e3250886ba17839d8d1a50ba5 +size 1495374 diff --git a/images/0182a409-a73a-4049-ad92-1c872ee930d1.jpg b/images/0182a409-a73a-4049-ad92-1c872ee930d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d519fef288f29894bb64c73e50482e2b1fabca09 --- /dev/null +++ b/images/0182a409-a73a-4049-ad92-1c872ee930d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e57acf0619b174e1ad02083c3cc354ecb2c83020c5c86ae10c8d3b5d1decd5 +size 2424208 diff --git a/images/019418e9-c595-4bc4-b4fc-da204e2f469b.jpg b/images/019418e9-c595-4bc4-b4fc-da204e2f469b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b496227fb88c38fdebfb7ac5d6110c57e803475 --- /dev/null +++ b/images/019418e9-c595-4bc4-b4fc-da204e2f469b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed0169d13c3f5514500aa4e1ff27316a1a6670f2e2460a14f7fd8d56a2ea9e0 +size 1711169 diff --git a/images/019d524b-d077-4f9c-a1d0-78f4726be855.jpg b/images/019d524b-d077-4f9c-a1d0-78f4726be855.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05fb9aae031f4438830227056cb524aedfba12a4 --- /dev/null +++ b/images/019d524b-d077-4f9c-a1d0-78f4726be855.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e4235eb875e0c902043cb6682d828ae5897188f81279e3695aa2575ffb79ec +size 2498975 diff --git a/images/019e1be4-dc86-49c9-bde9-33e4fbf79fe0.jpg b/images/019e1be4-dc86-49c9-bde9-33e4fbf79fe0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55ad67001bfee662108678f04a386bb323b86eb9 --- /dev/null +++ b/images/019e1be4-dc86-49c9-bde9-33e4fbf79fe0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f3ffae6986638c88824ba8d22a1b766d21ee4c8239af60529d75e1a1341465 +size 1177566 diff --git a/images/01a31385-f721-4840-815c-a4c343642343.jpg b/images/01a31385-f721-4840-815c-a4c343642343.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7263740400f951ad6056fa810dcacdb043cd91c --- /dev/null +++ b/images/01a31385-f721-4840-815c-a4c343642343.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07492b6775cedabdf498bb51e4b6d6ac0e99e3aa40b135e9d2e7bf0c556ec945 +size 1234551 diff --git a/images/01af1844-8698-4a50-a649-586195fb63f1.jpg b/images/01af1844-8698-4a50-a649-586195fb63f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6add4b1b1cffd672db9e2ae57bc046829e9c2a6e --- /dev/null +++ b/images/01af1844-8698-4a50-a649-586195fb63f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52a94d4167bae2cdabd6a2f5ec2722045e64ba238a84c1b4f717afc9314a132 +size 1686058 diff --git a/images/01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33.jpg b/images/01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77e6bf9dda842e70bafd1381375915ccd7e0afa3 --- /dev/null +++ b/images/01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b399feb747830abddd3b6c86e975b6f571b51b07b46577545465ebeeb45a6a +size 1601403 diff --git a/images/01bae262-02b6-4ad8-8ce0-901e3cf0bb27.jpg b/images/01bae262-02b6-4ad8-8ce0-901e3cf0bb27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..979ab73b3c1e1fee74bdeb0266cd5af89bdcaa2e --- /dev/null +++ b/images/01bae262-02b6-4ad8-8ce0-901e3cf0bb27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4482f9dabd536c2b1363dbe33637f29a66c7b59daffdf262bf7a029eb8e4b3e2 +size 1269933 diff --git a/images/01c5152c-0e31-41f9-8ab2-de81ca2670a6.jpg b/images/01c5152c-0e31-41f9-8ab2-de81ca2670a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d336f7b3049a8ad2fe20102d157e8dfae13f1c9 --- /dev/null +++ b/images/01c5152c-0e31-41f9-8ab2-de81ca2670a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad72462ca2d69afa66ad44b6bb8acf4973dfe0f54acf6d0c3cbf511045f7d44d +size 1642664 diff --git a/images/01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e.jpg b/images/01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..123b1b4f15eb3f48b0b6ec41dab87c3c12d6df59 --- /dev/null +++ b/images/01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8129972ce9223cb876599962238bde9609282d4561b4f0aed9832be90fb28325 +size 1236625 diff --git a/images/01cdfc74-8676-46f7-be87-e964e5b86f33.jpg b/images/01cdfc74-8676-46f7-be87-e964e5b86f33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3539e9cd419cfce287fa30ed9315c9688e3f727 --- /dev/null +++ b/images/01cdfc74-8676-46f7-be87-e964e5b86f33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da74f4acc9d5840586057956c1c449c35d0360d5485eb420939bf5d7c65e2f93 +size 1383302 diff --git a/images/01d1fa7b-271c-4db4-a4f4-c45f64912337.jpg b/images/01d1fa7b-271c-4db4-a4f4-c45f64912337.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d40d2bd19f41f0ef0c689b696cef091b2f380e8 --- /dev/null +++ b/images/01d1fa7b-271c-4db4-a4f4-c45f64912337.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb7550c282d0c85627f70dac50c3935afd577482f1152772b69fd30796542fd +size 1392462 diff --git a/images/01dd2c2d-6813-41d8-8ae8-fffee6cc0325.jpg b/images/01dd2c2d-6813-41d8-8ae8-fffee6cc0325.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29967698936d14f7177f2af1aef72f743568624b --- /dev/null +++ b/images/01dd2c2d-6813-41d8-8ae8-fffee6cc0325.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900f5f786bee0164b0e2d15fdfd21b33483f7d6b235968735d68fb27a7db0d2d +size 1634185 diff --git a/images/01e00d72-d415-4cf0-9082-91f1a7400440.jpg b/images/01e00d72-d415-4cf0-9082-91f1a7400440.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ee80dbf8c1e679ecd240abbbd372da7b72f314c --- /dev/null +++ b/images/01e00d72-d415-4cf0-9082-91f1a7400440.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07b613169252b4a76f3c6a91b9f5100e17e9ddd57f50b294c2249ad1a1b41c6 +size 1532491 diff --git a/images/01e47fdb-1f42-44b4-832b-2aed40f2b0b1.jpg b/images/01e47fdb-1f42-44b4-832b-2aed40f2b0b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20efce22bd20accc792997d557a15319f364b1cb --- /dev/null +++ b/images/01e47fdb-1f42-44b4-832b-2aed40f2b0b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a445b01c926e818566f44607964e4adebf4517d15289d3b0a14a23ac3805d85 +size 1937083 diff --git a/images/01f00c37-1791-4ceb-80d9-6e4e9ccc8c64.jpg b/images/01f00c37-1791-4ceb-80d9-6e4e9ccc8c64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7476ac4b15bb64922170089230d7061a838fe696 --- /dev/null +++ b/images/01f00c37-1791-4ceb-80d9-6e4e9ccc8c64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6491707c53b2597c7bbbc68b9ea5a080353cfd795a938cb3fffa381d54346e +size 1666985 diff --git a/images/01f29e70-7448-4e1e-a50b-2cc99c3e3cc9.jpg b/images/01f29e70-7448-4e1e-a50b-2cc99c3e3cc9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98f69abcfffb1bc06a6fc3440ce50d89719a9b8c --- /dev/null +++ b/images/01f29e70-7448-4e1e-a50b-2cc99c3e3cc9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22719e79a0f157e60d7bcba8dcc31d42aa2e208c13e047202c77531d670aa408 +size 1485764 diff --git a/images/01fc08d0-1d85-4367-b908-ce9813433f86.jpg b/images/01fc08d0-1d85-4367-b908-ce9813433f86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fae820916395db549eaedef0fc2a552b8a77984f --- /dev/null +++ b/images/01fc08d0-1d85-4367-b908-ce9813433f86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651b8b3bb6b964cc72fa45bf14d215fc27c1e5cf9d309c421714fbd54a19a6db +size 2794258 diff --git a/images/0207601f-42a0-4d7f-ab2f-51bb8b078a80.jpg b/images/0207601f-42a0-4d7f-ab2f-51bb8b078a80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f3d90c448a9e2664e73b7d02c697955f259032e --- /dev/null +++ b/images/0207601f-42a0-4d7f-ab2f-51bb8b078a80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67f7739309e35f929f27e217927bd81fb193fc42a67a9e548870f26498d9f04 +size 1547977 diff --git a/images/02122994-32fa-4c79-b5bf-7f5c4cc143c9.jpg b/images/02122994-32fa-4c79-b5bf-7f5c4cc143c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad3e612845e67270792d0c93faa35ef361db2b8f --- /dev/null +++ b/images/02122994-32fa-4c79-b5bf-7f5c4cc143c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a333fe012c5a796610cc5c55a5c89dd72779edf6027c25e7df87644ea5b623 +size 1524679 diff --git a/images/0222afeb-c8f7-4629-9ce3-cca6a024297c.jpg b/images/0222afeb-c8f7-4629-9ce3-cca6a024297c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cbc7c1bfd1a8215741921270570b314ca3be3e0 --- /dev/null +++ b/images/0222afeb-c8f7-4629-9ce3-cca6a024297c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25712a5841d048c26f51aed550f848a4aaf179345dd305c4dbeb6904cedd2598 +size 2402579 diff --git a/images/02304828-8ad8-4630-8fec-3e05fe675888.jpg b/images/02304828-8ad8-4630-8fec-3e05fe675888.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8780698541e0b3ea8c665641487988b695ca2ef5 --- /dev/null +++ b/images/02304828-8ad8-4630-8fec-3e05fe675888.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42ae03d5e841527ec9d132cdb18f6dbab07b02ee5f6b671c4ae89eb9d00d948 +size 1397450 diff --git a/images/02600058-456a-4286-95d7-ff444004b977.jpg b/images/02600058-456a-4286-95d7-ff444004b977.jpg new file mode 100644 index 0000000000000000000000000000000000000000..046d8cc8d8a9f113cf4c4a56995f4b4ad3778d42 --- /dev/null +++ b/images/02600058-456a-4286-95d7-ff444004b977.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f7afc78cfdc494907d20e94de2b9c02c891d82fd603b44c476cba97d2dab17 +size 1610402 diff --git a/images/02640391-7b31-49bc-b655-03ff12260df3.jpg b/images/02640391-7b31-49bc-b655-03ff12260df3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2a57558288fc78c9b74c48fec3519f1f85742b4 --- /dev/null +++ b/images/02640391-7b31-49bc-b655-03ff12260df3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c754ae8a82322d3ccbb00809ee515b5469122ad53b6c690aee89d20ffc94373d +size 1358269 diff --git a/images/0267009e-2257-4a63-be66-422ed24a1f61.jpg b/images/0267009e-2257-4a63-be66-422ed24a1f61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04fa612df478c0ec2f53931548229166ed558044 --- /dev/null +++ b/images/0267009e-2257-4a63-be66-422ed24a1f61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b9506560326685975f3f8e5d05205d40e122e99434160677b507ed73c565c9 +size 1645047 diff --git a/images/0267959f-b0e6-4c33-92f7-5ac4b0ed9a04.jpg b/images/0267959f-b0e6-4c33-92f7-5ac4b0ed9a04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e7bc12f7cb2fb3e2fcbcb4c36c530240454dee --- /dev/null +++ b/images/0267959f-b0e6-4c33-92f7-5ac4b0ed9a04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0976121afa7985203ae2acb202471ee4217a5051dc1c53c495068cd1811f8b8 +size 1455078 diff --git a/images/0271a994-aec4-46fe-baeb-6f9642ebb2bb.jpg b/images/0271a994-aec4-46fe-baeb-6f9642ebb2bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9e7eb90eab46a1e21d0882d514be1ec298898e6 --- /dev/null +++ b/images/0271a994-aec4-46fe-baeb-6f9642ebb2bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285f4183b4a1716cf2853c5036ef544122b45efbaf82edfff5bf28fd31f07566 +size 1807307 diff --git a/images/0274dc74-3645-4e21-8f2c-423116c7f841.jpg b/images/0274dc74-3645-4e21-8f2c-423116c7f841.jpg new file mode 100644 index 0000000000000000000000000000000000000000..098125c67fe24303212ada76b19e0dcdde3f045f --- /dev/null +++ b/images/0274dc74-3645-4e21-8f2c-423116c7f841.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb4934890185cb1bc66fb7307f5c86d1d4efb97277a3aa79d572b0183f825db +size 1311309 diff --git a/images/0282bd34-b210-4ed9-bc02-dcb1822a9240.jpg b/images/0282bd34-b210-4ed9-bc02-dcb1822a9240.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3028500e8aa3023c479c86cf2e32aef1c6d59f1d --- /dev/null +++ b/images/0282bd34-b210-4ed9-bc02-dcb1822a9240.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3075d4090585051e7b61de3806e964a1d61025868e140e76b482cc919ac03a +size 1411837 diff --git a/images/0283e824-60e0-4495-bd82-120a61e10e62.jpg b/images/0283e824-60e0-4495-bd82-120a61e10e62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa4ba9b16cf6f5710dcfb83fabac6ef010ca735 --- /dev/null +++ b/images/0283e824-60e0-4495-bd82-120a61e10e62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c3be7fa6e102cd0cee4cba0c0ad6c12b4c513566b0133c86f78587e9d69521 +size 1804287 diff --git a/images/02903070-6d43-48b7-be6f-b717ad95ff45.jpg b/images/02903070-6d43-48b7-be6f-b717ad95ff45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77bf44de4837c7c60fa97c51b69f832f735e0b0e --- /dev/null +++ b/images/02903070-6d43-48b7-be6f-b717ad95ff45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b8c6624e459018049dbb2dbf9c3594a2812093e93808cf48405e361b533fb7 +size 1569870 diff --git a/images/029aa11c-7205-411b-b1c8-8a76e30f1cca.jpg b/images/029aa11c-7205-411b-b1c8-8a76e30f1cca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2b2719f7eeee786ffa6c770c675fd1b72e028c3 --- /dev/null +++ b/images/029aa11c-7205-411b-b1c8-8a76e30f1cca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea3c89fa0cf9659f448be5814633c42165fbdaef1b92abbd4e4ef712db95c5e +size 1177760 diff --git a/images/029f69c6-4c2b-46ec-b3af-ce41945062b9.jpg b/images/029f69c6-4c2b-46ec-b3af-ce41945062b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..305a3f9ab24b5d054bf49d20a942732e9d975a76 --- /dev/null +++ b/images/029f69c6-4c2b-46ec-b3af-ce41945062b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e760e5421526e12b78e0cac0c6244f47e6bb67957a37098261e71daa34e584a5 +size 1796341 diff --git a/images/02a0625e-074e-433d-a1ee-77048fd35ecd.jpg b/images/02a0625e-074e-433d-a1ee-77048fd35ecd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4e34fb728a4ddd270beb4bcbe5981e40722a247 --- /dev/null +++ b/images/02a0625e-074e-433d-a1ee-77048fd35ecd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82838aa40fc21fcd4a5f33effae59dbf2d2a02ff21b711540feaa46601ff3b0 +size 2349454 diff --git a/images/02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe.jpg b/images/02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..849fdc2c419bb32dd6aabe4386b281de2896c676 --- /dev/null +++ b/images/02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e54e9bb7e3bd85e36ce2d6cb54855b60b2d8bf2fa43f2993e7b594bca74071 +size 1281439 diff --git a/images/02b6867e-fce2-4aa0-8b8f-6799ffc81334.jpg b/images/02b6867e-fce2-4aa0-8b8f-6799ffc81334.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da3ff656d69883933d368701d26c32e9dc63bc5c --- /dev/null +++ b/images/02b6867e-fce2-4aa0-8b8f-6799ffc81334.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48731cf973de5ba95ef6f0d6f2b3a83d146bbce31704dba14f4021b9fea60d5 +size 2146716 diff --git a/images/02cebb29-f00c-4373-a797-9e3ccfd0adb5.jpg b/images/02cebb29-f00c-4373-a797-9e3ccfd0adb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c04dfe4b5723ce591f1a57271576f095d96c7e01 --- /dev/null +++ b/images/02cebb29-f00c-4373-a797-9e3ccfd0adb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54acf5f3c6bc0c2bb0e8234f8905d8eff0f30b12962a7677fb283943713bc9a +size 3253484 diff --git a/images/02dde632-2645-4c1a-8b6f-180595c7efa5.jpg b/images/02dde632-2645-4c1a-8b6f-180595c7efa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae98c51cb099f44a2de5ab95e48f713759be1e32 --- /dev/null +++ b/images/02dde632-2645-4c1a-8b6f-180595c7efa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0fa0024b00edb468ecec5894d3e1c6dc4755330eca8ce107caff82f724fd1b +size 1333773 diff --git a/images/02e1dc03-3b11-47f0-be05-d5225c26e6d2.jpg b/images/02e1dc03-3b11-47f0-be05-d5225c26e6d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5be4028668234ce3c098cf96b31d97b4244f1bb5 --- /dev/null +++ b/images/02e1dc03-3b11-47f0-be05-d5225c26e6d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0f00125d7cb29a815557867d785df7b96cee30f436421847006e52337d2bbc +size 1186358 diff --git a/images/02e2c0dd-b48f-4d61-a935-baf1f0d8e71f.jpg b/images/02e2c0dd-b48f-4d61-a935-baf1f0d8e71f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dc2a92140fa021d92de3aaf55f050859e553ae4 --- /dev/null +++ b/images/02e2c0dd-b48f-4d61-a935-baf1f0d8e71f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aac2da14a2d9ecf93e1be37396faffe11945da732ce7f49db219a075a5147de +size 1786652 diff --git a/images/02e3b38c-9200-4a89-836b-2f7ca51bc44c.jpg b/images/02e3b38c-9200-4a89-836b-2f7ca51bc44c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1497bc4253320d3d7d72e7f9044315f104fcc7c8 --- /dev/null +++ b/images/02e3b38c-9200-4a89-836b-2f7ca51bc44c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b518caaafccdf2c0a6ca07c658e635f8a9f1b50694fbdb054985041068666a +size 2434137 diff --git a/images/02ec6430-cff7-41da-a3c4-02af7a8109ab.jpg b/images/02ec6430-cff7-41da-a3c4-02af7a8109ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a3e0266b454fd987ae7ae81d21f9a7cbabff21d --- /dev/null +++ b/images/02ec6430-cff7-41da-a3c4-02af7a8109ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace75a65764c26782d2669a0f3b6a2db4a7785652152f509d21a8c4940cc2293 +size 1667137 diff --git a/images/02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4.jpg b/images/02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2543d35d6f420b42cb71a4ae86103d7d7c3980ef --- /dev/null +++ b/images/02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8231fe3921b4cf913a98e0d7206e04d1fb4cd54b774dc22f5b926dec283d1c86 +size 1246919 diff --git a/images/02ffe44b-bca8-47bb-bcb8-eed9126c998c.jpg b/images/02ffe44b-bca8-47bb-bcb8-eed9126c998c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2426e0cad90743b36ad84d4f7ab789227d30a429 --- /dev/null +++ b/images/02ffe44b-bca8-47bb-bcb8-eed9126c998c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86272ce66f5215bba3461790e6de10089daed7470b490e68e8aa6ac752fb1efb +size 2167182 diff --git a/images/0301f2a9-0186-476c-8fe0-bf4fa2b5e20b.jpg b/images/0301f2a9-0186-476c-8fe0-bf4fa2b5e20b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdc8e9efeecf079459dc57fe35cd39a3e9b65db3 --- /dev/null +++ b/images/0301f2a9-0186-476c-8fe0-bf4fa2b5e20b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11afaf21a7141dbb95271574954de99e277ef80526941436c95eb77cd5b354ce +size 1409570 diff --git a/images/030edc8b-f574-40a3-a754-27e9d0e136f0.jpg b/images/030edc8b-f574-40a3-a754-27e9d0e136f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e920265005f9eeba139f444f7c5a993e6b3bfba --- /dev/null +++ b/images/030edc8b-f574-40a3-a754-27e9d0e136f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e6a2db8a243e5c7a963d6d155ccceee4927e8a59c52e52933f76ab23c363b9 +size 1866431 diff --git a/images/0321794b-3de7-4cb5-b50b-13b9b8a929cc.jpg b/images/0321794b-3de7-4cb5-b50b-13b9b8a929cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..429f76daba0ff8a7cdbca854d8a55b83ef6f9b29 --- /dev/null +++ b/images/0321794b-3de7-4cb5-b50b-13b9b8a929cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5784d2cd2f5bc88fa239d2af8fd4959ba8dc46d16c105ab8bf8e08a3f882fedb +size 1686757 diff --git a/images/032819ab-10e4-4b42-8493-318774b6b08f.jpg b/images/032819ab-10e4-4b42-8493-318774b6b08f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcb11e60d0d324352faff28653be522789c392dd --- /dev/null +++ b/images/032819ab-10e4-4b42-8493-318774b6b08f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae21c9cd0c6769b3dda5e9550693079ebe8c64894109a1966060d985a424298a +size 1917580 diff --git a/images/033846c5-8492-439d-814e-cca64cf16183.jpg b/images/033846c5-8492-439d-814e-cca64cf16183.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8257e0251e40f83a9fb2c23a08c9838c5f700b70 --- /dev/null +++ b/images/033846c5-8492-439d-814e-cca64cf16183.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f6251c9b6f395991bc317f14f1645b1fd82f809c9d122e0e4240fe178a0317 +size 1639814 diff --git a/images/0339b25e-7031-4ed8-a89f-51925738d458.jpg b/images/0339b25e-7031-4ed8-a89f-51925738d458.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11c455bfffbe3ef74a66834db3cae88a5960c793 --- /dev/null +++ b/images/0339b25e-7031-4ed8-a89f-51925738d458.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2a5330654ea93e178436ec7ad5f675a8a07fe1f8715a4d53ff5fe10c887458 +size 2307473 diff --git a/images/0340b50f-cad4-443d-98a0-6791f7417ee1.jpg b/images/0340b50f-cad4-443d-98a0-6791f7417ee1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..877c284c1ce2bb88464f0997f216e65e87594eae --- /dev/null +++ b/images/0340b50f-cad4-443d-98a0-6791f7417ee1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02957ca5cc3ec09fb1728880912c22f6c1aadfdf636995b2e348cbf2d055415 +size 1560063 diff --git a/images/03454216-187e-4f86-88db-2c82aaf512cd.jpg b/images/03454216-187e-4f86-88db-2c82aaf512cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aacb3f80771dd67565e54ed1146bd6e3591895d8 --- /dev/null +++ b/images/03454216-187e-4f86-88db-2c82aaf512cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d19defa57e32c99da84cac5adf9780fbb52b0666460be35432165405b7a7cb8 +size 1550713 diff --git a/images/034f357a-9834-4156-9265-5dfb8ea4e613.jpg b/images/034f357a-9834-4156-9265-5dfb8ea4e613.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f0e4f645e7dbc514e7bf455f34ca6ec7aaaf5ce --- /dev/null +++ b/images/034f357a-9834-4156-9265-5dfb8ea4e613.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b222ed0aaac789cdaee9adee1b6ec1ec51c6232cd55ca2e59b1970fe89ade710 +size 1831579 diff --git a/images/034fc13a-d9a7-4802-a09d-ba8eecd6e56f.jpg b/images/034fc13a-d9a7-4802-a09d-ba8eecd6e56f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24257d551024806156dbfad4a6d61e07d09a68fb --- /dev/null +++ b/images/034fc13a-d9a7-4802-a09d-ba8eecd6e56f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5934300b9cbf09b597a82d55f3a720a3962b17fe38e27c21278806c6f0e091d +size 1599426 diff --git a/images/035440b6-771c-4e74-bfee-a040d8bf9454.jpg b/images/035440b6-771c-4e74-bfee-a040d8bf9454.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26eab7c6e5f49d9d1618849f5177431446affe0e --- /dev/null +++ b/images/035440b6-771c-4e74-bfee-a040d8bf9454.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810a0f4798a29e602b37a5194a6ef208d18ec8b75f771448e3a8c1877023b2d6 +size 1493152 diff --git a/images/035ee3f5-76b3-47de-a600-ed7c66c9e1b8.jpg b/images/035ee3f5-76b3-47de-a600-ed7c66c9e1b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5240b5d3b666ed98ce1b08e9c59ff11dfd8d16c2 --- /dev/null +++ b/images/035ee3f5-76b3-47de-a600-ed7c66c9e1b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9e4b9f42df9663c9920d43d60bc08859be0896efa8509e951ac837640469db +size 1732496 diff --git a/images/0376dfaa-a4da-49bc-b3f6-af18468145e6.jpg b/images/0376dfaa-a4da-49bc-b3f6-af18468145e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf2638e8e4b003c7d029d3fc14daacb215c1c814 --- /dev/null +++ b/images/0376dfaa-a4da-49bc-b3f6-af18468145e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5153bc94b0b32938f3f00b069fe9c7cac14dca3f5ba9175e3417ce02d49663 +size 1710077 diff --git a/images/037bec8a-15de-473c-88ac-7db467ba2d75.jpg b/images/037bec8a-15de-473c-88ac-7db467ba2d75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6354102df2131ea861b3ebfa1737017138c9320c --- /dev/null +++ b/images/037bec8a-15de-473c-88ac-7db467ba2d75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeaae844b8b084c6d1569c336024ae5df4d99556dfb47e1bec885c8ab0d827e +size 1905050 diff --git a/images/03824cde-a81a-4f74-b4d4-1e764690e9b0.jpg b/images/03824cde-a81a-4f74-b4d4-1e764690e9b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdf34b849868645bee2b79b65e0a267981960f94 --- /dev/null +++ b/images/03824cde-a81a-4f74-b4d4-1e764690e9b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47dd8b7d79be7e514a15156db6e07adc9ae80c073cff80723c5b8db1edc0901 +size 1467011 diff --git a/images/0382da98-b41d-4578-8cc4-fa661fba2674.jpg b/images/0382da98-b41d-4578-8cc4-fa661fba2674.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f0780c09b34bdcb7ac11a2ee8b77e7e782d4e2 --- /dev/null +++ b/images/0382da98-b41d-4578-8cc4-fa661fba2674.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276bab9598eb5452cb5a8cad14ba785632c3136a137755ee2cb9c497ab5e20dc +size 1826743 diff --git a/images/038489cf-3f5f-49ea-b6b4-52b6e230e94c.jpg b/images/038489cf-3f5f-49ea-b6b4-52b6e230e94c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e39240edc69634427d4eadaf75176823b5000c87 --- /dev/null +++ b/images/038489cf-3f5f-49ea-b6b4-52b6e230e94c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1329c910781a53a4cbc149aacb43ee88b76a46a701d946f0b1e698ba91b5fc64 +size 1709226 diff --git a/images/0386f872-2db2-4dd5-82e7-40fb196d74db.jpg b/images/0386f872-2db2-4dd5-82e7-40fb196d74db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfee7f70753886f0e5a7326059ef176d6fd49c6e --- /dev/null +++ b/images/0386f872-2db2-4dd5-82e7-40fb196d74db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b4884ce2ff8746d8a2a01719c77034183bb163bc70379f210ea4da892f5ae0 +size 1624839 diff --git a/images/038b34b0-de1f-47f7-b5dd-7fc047a94dab.jpg b/images/038b34b0-de1f-47f7-b5dd-7fc047a94dab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56e5436d8a490c8610068fb9593ed4d36c0a64cb --- /dev/null +++ b/images/038b34b0-de1f-47f7-b5dd-7fc047a94dab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd88a5b9ced08ad1d415c5e7b41b3ef222405b55fa6417312cd86059f4f42c39 +size 2477176 diff --git a/images/03905696-32a9-435e-bebe-a6bdfb9b67a8.jpg b/images/03905696-32a9-435e-bebe-a6bdfb9b67a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17d15e0eb7c5dfb29366775e482ef512ea7dec37 --- /dev/null +++ b/images/03905696-32a9-435e-bebe-a6bdfb9b67a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c54b5bbdadc32f66b62b06473e6f76b909a1f51e56cc07b9556c6bfb03749b0 +size 1440763 diff --git a/images/0396d2cd-9375-4905-99c8-ed8dfbddccfa.jpg b/images/0396d2cd-9375-4905-99c8-ed8dfbddccfa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33fa8dc3964202e57d67744453d67ffea7e3fba7 --- /dev/null +++ b/images/0396d2cd-9375-4905-99c8-ed8dfbddccfa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6794d003e50702d32af64e9f88d5bd1a229f230e7120ef57d82e280bc399067d +size 1796894 diff --git a/images/0398f1d2-f4c4-4dd4-beb8-aa446097939a.jpg b/images/0398f1d2-f4c4-4dd4-beb8-aa446097939a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58c9a19171903cdd0c9c4098167ae234d3349e45 --- /dev/null +++ b/images/0398f1d2-f4c4-4dd4-beb8-aa446097939a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee306f57d64c74483a755ed852c8797aaa78e2c420ee521a71e75af27fcffd3 +size 1718989 diff --git a/images/039dd235-b98a-43ab-97f4-c478d11ad4ef.jpg b/images/039dd235-b98a-43ab-97f4-c478d11ad4ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d06d1515d0bd438d8a70d7e215d0d43f78742f62 --- /dev/null +++ b/images/039dd235-b98a-43ab-97f4-c478d11ad4ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4096c8ab5810a6082891c258f012d0dd26f62b17d2c96d47e0aea3d598328034 +size 3059220 diff --git a/images/03bf277e-f729-4dc0-9239-919c9930b120.jpg b/images/03bf277e-f729-4dc0-9239-919c9930b120.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17d293295b6b9867459b79fb4cc004c2784361ec --- /dev/null +++ b/images/03bf277e-f729-4dc0-9239-919c9930b120.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed4a24f474cd802e2daa183dde409c6fa093c1d392e4d069e554c21d6ef4335 +size 1859265 diff --git a/images/03c35fd5-f299-4514-85df-27dc25546656.jpg b/images/03c35fd5-f299-4514-85df-27dc25546656.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be42bcb5d90642c6277d1bd3b711f0d4ffb152bc --- /dev/null +++ b/images/03c35fd5-f299-4514-85df-27dc25546656.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc90cb7576f3688e78d69832ac3d937fafa025254dea37a8e06ffedafba9703 +size 1681766 diff --git a/images/03e1f591-6e98-4051-b54a-3a9098b16039.jpg b/images/03e1f591-6e98-4051-b54a-3a9098b16039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27bef8d87465ad774c9a38c39ae1219118fb9db4 --- /dev/null +++ b/images/03e1f591-6e98-4051-b54a-3a9098b16039.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f4b61f6cbe69113fe704137ea50ce05dbb775b4d1920572e278d5ca76b2b7 +size 1780007 diff --git a/images/03f194dd-f6f5-457a-85df-5ca5cc2566b6.jpg b/images/03f194dd-f6f5-457a-85df-5ca5cc2566b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de17d2686e742182e1c2d69a932f54b1347fcbb6 --- /dev/null +++ b/images/03f194dd-f6f5-457a-85df-5ca5cc2566b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e81eb11b603bafe9b411495751e05625d19fde5501b5442804c991e2eeb61b5 +size 1873071 diff --git a/images/03f21241-e445-4d7c-9f70-daa0f124e16e.jpg b/images/03f21241-e445-4d7c-9f70-daa0f124e16e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c1f19185ef23fb7c2515b7228cfc6176740bb4a --- /dev/null +++ b/images/03f21241-e445-4d7c-9f70-daa0f124e16e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84070facf5406f052f425030dcd8d09e56fdfaee84fa200b3401f0440ae6cd2 +size 1401689 diff --git a/images/03fb5481-9c7b-4024-a0ae-42c41a728027.jpg b/images/03fb5481-9c7b-4024-a0ae-42c41a728027.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3bf03fc0d30868b97d5f6f7487af318392b31d2 --- /dev/null +++ b/images/03fb5481-9c7b-4024-a0ae-42c41a728027.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a40391a2b91e4ced20db89dc61abe758c2fa38aebef24f56f1fc92de3fde1a +size 2961727 diff --git a/images/0400ff62-330d-4606-940d-1c6df0baf52c.jpg b/images/0400ff62-330d-4606-940d-1c6df0baf52c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d445d00345d5244fea2f9bd9ff9afff267c5e967 --- /dev/null +++ b/images/0400ff62-330d-4606-940d-1c6df0baf52c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b840392451a85aae5b9db3c23ceb6fcd54acf01307d682a8ffdd3866322208a7 +size 2962239 diff --git a/images/0403bdad-f04c-4846-85bb-487094ca7478.jpg b/images/0403bdad-f04c-4846-85bb-487094ca7478.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81d903fa37539111dd68ef2f75588c40937c4610 --- /dev/null +++ b/images/0403bdad-f04c-4846-85bb-487094ca7478.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb8cf32ae1ed03af5695d2f865405674f818efa11d398444e6b0ffcc7dfd97b +size 2152364 diff --git a/images/0405d0b2-8cf3-48a5-aa58-d4b79bb944a7.jpg b/images/0405d0b2-8cf3-48a5-aa58-d4b79bb944a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65d7754a640d8d495f018d0c6398e002dad749ad --- /dev/null +++ b/images/0405d0b2-8cf3-48a5-aa58-d4b79bb944a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74221de9447ff46913ba4dea2d33c36076ec541767aaa662b352849397323a2 +size 1741539 diff --git a/images/0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4.jpg b/images/0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..341738213d61741ef956eaab34628436b35150df --- /dev/null +++ b/images/0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2156a239b3e797f6dc44349074fb1dd98f0fb2c33d55556aa492cebeef354d4 +size 1582225 diff --git a/images/040d08ae-9d89-44de-94e7-846fcfa23c1c.jpg b/images/040d08ae-9d89-44de-94e7-846fcfa23c1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5953e850b8b7f3054ef1006ca2dc246f3728f0b --- /dev/null +++ b/images/040d08ae-9d89-44de-94e7-846fcfa23c1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8fecd1468b43aacf5f55aa5491229b24cd062c13c457dba7aeba88ef8259fa +size 1663227 diff --git a/images/0411fded-99f8-4611-8b6a-1103d47274df.jpg b/images/0411fded-99f8-4611-8b6a-1103d47274df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a0e27a87b8341be336bc0c9ae923e41da4ed919 --- /dev/null +++ b/images/0411fded-99f8-4611-8b6a-1103d47274df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3d66e3b2e812ea15c6cad3ebd5733d88077176dce958b700a95ee325846f4b +size 1272762 diff --git a/images/0419e329-bcc3-476e-871e-0abdec9e67a7.jpg b/images/0419e329-bcc3-476e-871e-0abdec9e67a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bf06f80724e58c8e8768c306fb2413d4490b7f3 --- /dev/null +++ b/images/0419e329-bcc3-476e-871e-0abdec9e67a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0527eab9ea541a710f64975e5c94e981be8fdb0369e8f71ebf8c95be0c638d +size 1575963 diff --git a/images/041a050b-771b-4902-b48e-af612369d253.jpg b/images/041a050b-771b-4902-b48e-af612369d253.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31e93bcad4a7b99f703cc9937a2325394db38810 --- /dev/null +++ b/images/041a050b-771b-4902-b48e-af612369d253.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf2bd02e06533f0d9d69d1f482f510bb7b11bca9e9b117be7923d72007e3148 +size 1602529 diff --git a/images/04223064-24d3-40c4-9a67-3f29c07df114.jpg b/images/04223064-24d3-40c4-9a67-3f29c07df114.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f565a5676f564526830d40a74c8ed06c1d0b005 --- /dev/null +++ b/images/04223064-24d3-40c4-9a67-3f29c07df114.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157b7f85dfb6b12797bf7cbac97dd835cb020d0144c08370ff66831138315fdf +size 1542993 diff --git a/images/042b8f14-38a1-4157-b90f-5663a56ee6c1.jpg b/images/042b8f14-38a1-4157-b90f-5663a56ee6c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acb9db9115a8298105fe25ff3779c3b1ab9d1fd3 --- /dev/null +++ b/images/042b8f14-38a1-4157-b90f-5663a56ee6c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42927f9aa3e00297efb7e197f88153d7fc51969a606e0d9908b06300fca09b94 +size 1379038 diff --git a/images/042c24e2-f61f-426d-8f0e-5023f7b7f937.jpg b/images/042c24e2-f61f-426d-8f0e-5023f7b7f937.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c14a5270f8489282b3a4fa7d6fc523945ec14239 --- /dev/null +++ b/images/042c24e2-f61f-426d-8f0e-5023f7b7f937.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa372233089faafc6ea65b9b3d0ed39cda40ca6e769f64033acb24f90759c8e0 +size 2012865 diff --git a/images/043ef81a-6cc5-4cfc-ac6d-f226298aea4b.jpg b/images/043ef81a-6cc5-4cfc-ac6d-f226298aea4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3beda4aafed0d6b955eb5b0444517f99271407b --- /dev/null +++ b/images/043ef81a-6cc5-4cfc-ac6d-f226298aea4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1177d8a138934537c2783b199ea16ed601524fab11d29d675859534e97c92c31 +size 1345534 diff --git a/images/0440a720-f77d-49c9-90d0-a14c88e415c6.jpg b/images/0440a720-f77d-49c9-90d0-a14c88e415c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93308860d9bd9964930da43a6c9d10fb61d6f355 --- /dev/null +++ b/images/0440a720-f77d-49c9-90d0-a14c88e415c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f16946189dc43b704b8bbc72d167f64f9956d302a330846993f69ac3398408d +size 1908557 diff --git a/images/044432e9-0d78-4d4f-83e6-5e66c52fefa0.jpg b/images/044432e9-0d78-4d4f-83e6-5e66c52fefa0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08cd16fc2dd801811b44e0c12182effa336adeef --- /dev/null +++ b/images/044432e9-0d78-4d4f-83e6-5e66c52fefa0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c961d451ca21a5f5e8db7ebc018f9f1582d89dce9d3b5f3a3e3b3eae1440c676 +size 1423557 diff --git a/images/044c347d-117d-4130-8829-579ed4f1c190.jpg b/images/044c347d-117d-4130-8829-579ed4f1c190.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7581a50c7b4f1057e508e3820304ed3ab3b82927 --- /dev/null +++ b/images/044c347d-117d-4130-8829-579ed4f1c190.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240c6bc328fff0ab8f46570c9546407e444aa104f03f135becdd74dac78ab8ff +size 1559519 diff --git a/images/04529815-62bc-4ff5-af87-aa30fd997ad9.jpg b/images/04529815-62bc-4ff5-af87-aa30fd997ad9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65140733f0df618e85a45452112e15b7cf1c0bb6 --- /dev/null +++ b/images/04529815-62bc-4ff5-af87-aa30fd997ad9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2340ed21ea4b23fd03acc1ccc1e95a15a2d575df5baa627671907a150f576cb1 +size 2588893 diff --git a/images/0458e3cd-bce3-46b2-bf9e-2018c0a4194c.jpg b/images/0458e3cd-bce3-46b2-bf9e-2018c0a4194c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4394e980a319ad68fc5302d1d8d691621b8c69b --- /dev/null +++ b/images/0458e3cd-bce3-46b2-bf9e-2018c0a4194c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5865c36482f8b15c236afa2655f1c07d634d84d7a65ebe14e1f852333318ab +size 1726627 diff --git a/images/0470416b-73f8-4015-b657-221550f127c3.jpg b/images/0470416b-73f8-4015-b657-221550f127c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf9cc6fa7a807c8a53e7501f421e743a60eaadd2 --- /dev/null +++ b/images/0470416b-73f8-4015-b657-221550f127c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e106e85e80c81f96a3484bdc9aa6d8413eb5ebcc80d5e973a114b2ee8a993c6 +size 1303918 diff --git a/images/048aec1a-2153-4565-83df-0b7d14bd978f.jpg b/images/048aec1a-2153-4565-83df-0b7d14bd978f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3f4ab76594a661962c96bd8a4f1fa3823e9be68 --- /dev/null +++ b/images/048aec1a-2153-4565-83df-0b7d14bd978f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab62c8b58dfe931dc5d194d53554f7750b7611f198adf63d03e3e7b2383c9178 +size 1588164 diff --git a/images/048f89a8-b309-4279-a56b-d21e1b4a0c3d.jpg b/images/048f89a8-b309-4279-a56b-d21e1b4a0c3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a4feb50221da3c6b7abd7afa82aa5d761116ecb --- /dev/null +++ b/images/048f89a8-b309-4279-a56b-d21e1b4a0c3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a47377fb889a52811b2b3689d2f2ecd4ebe3c36c131d5333f1f433aafdb953f +size 1588909 diff --git a/images/0491e200-8d98-40a7-8f64-3c3adcdbc2e5.jpg b/images/0491e200-8d98-40a7-8f64-3c3adcdbc2e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..226c1a535d7cc5228e27d1159b6a70e61b8224c7 --- /dev/null +++ b/images/0491e200-8d98-40a7-8f64-3c3adcdbc2e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5538ef3f3a65e0ea68cd071628ef3e14c9f15fc71eb5d507dd4c84e878d32d +size 1389044 diff --git a/images/049397ff-8da5-4dab-9018-f9d1002a928e.jpg b/images/049397ff-8da5-4dab-9018-f9d1002a928e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eafd07548e7582fd9c306c9345ae86462b2edea7 --- /dev/null +++ b/images/049397ff-8da5-4dab-9018-f9d1002a928e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a71b0fa8638470755012d169a843aa0fb574a3dd7abdfde85b9dcd9ce5cd8c +size 1554024 diff --git a/images/0493d64d-6309-4929-80dd-f2de5212484e.jpg b/images/0493d64d-6309-4929-80dd-f2de5212484e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71169baa6e37e36bc6ce3409b36a0dc76aefda98 --- /dev/null +++ b/images/0493d64d-6309-4929-80dd-f2de5212484e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4763673818c075780913df9a48932f9d86cf0fa7cb58650773e4f87a90161292 +size 1348067 diff --git a/images/0497234f-6ab7-46e3-9cf0-83c84ff35918.jpg b/images/0497234f-6ab7-46e3-9cf0-83c84ff35918.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34a3fb077e6a28389fa070c90b29da7704b0d324 --- /dev/null +++ b/images/0497234f-6ab7-46e3-9cf0-83c84ff35918.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e93c5b22279e3d478aa590c4b373c80b82a4c8531a495e950b1b0d3e4f8c23 +size 1379885 diff --git a/images/04a54c5f-a70d-487b-9344-3e5b88463f57.jpg b/images/04a54c5f-a70d-487b-9344-3e5b88463f57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52c9ab441249eb6e72320120d2df3c09fd79e7dc --- /dev/null +++ b/images/04a54c5f-a70d-487b-9344-3e5b88463f57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758e7c09ecb1c3216ac9fab77e80fd9f659849177e92be241c44f478fac73dcc +size 1201663 diff --git a/images/04ae9c09-2959-46a0-90eb-eb252fde39b8.jpg b/images/04ae9c09-2959-46a0-90eb-eb252fde39b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d8199b3dfb37eb10cbfb31d5c975615af198759 --- /dev/null +++ b/images/04ae9c09-2959-46a0-90eb-eb252fde39b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120a7a4f584e815fc114f22370d0114d1002642dc095d97cbeff4523b34e0e63 +size 1336443 diff --git a/images/04aee550-3947-4fa8-a8c5-f2dad94041ab.jpg b/images/04aee550-3947-4fa8-a8c5-f2dad94041ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ca9cd279278b2a0953acad5eb90fd01e455eb9f --- /dev/null +++ b/images/04aee550-3947-4fa8-a8c5-f2dad94041ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5f2ba68514101f75e462387dcf750f239ea8532cf963c877e9af42ad39bd78 +size 1584205 diff --git a/images/04afc34e-ea31-486d-aed7-e7a4079f6d04.jpg b/images/04afc34e-ea31-486d-aed7-e7a4079f6d04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d78ab7a0edc65d0dd8791fead71b28caec21d31a --- /dev/null +++ b/images/04afc34e-ea31-486d-aed7-e7a4079f6d04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7657842a74b645ebe4c4071006297da959b58c044037a3419a3d1c4abd9bad0 +size 1516161 diff --git a/images/04b389a0-3906-40c8-b5d0-b34105128664.jpg b/images/04b389a0-3906-40c8-b5d0-b34105128664.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97b3c30a0f9b4a1d8048dd00061a53cd21705655 --- /dev/null +++ b/images/04b389a0-3906-40c8-b5d0-b34105128664.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd49be3169aa34a31b26036f69c4e92e782a452a2d45adfbea1ef21a643d5cba +size 1434656 diff --git a/images/04b85600-8968-4a06-bef9-4fc8d14dd80e.jpg b/images/04b85600-8968-4a06-bef9-4fc8d14dd80e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e9522eb4c8e1feb58e0ec97b8de2131168920ed --- /dev/null +++ b/images/04b85600-8968-4a06-bef9-4fc8d14dd80e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85052b3579a257901227f5659d1f29b9a431ba7e53878ec8d6c524a3550210e4 +size 1463947 diff --git a/images/04bfa38c-ed5b-43ff-9d9e-63b894ff7b13.jpg b/images/04bfa38c-ed5b-43ff-9d9e-63b894ff7b13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cd678a62f53346d8430514793aa74ebef9bfbe3 --- /dev/null +++ b/images/04bfa38c-ed5b-43ff-9d9e-63b894ff7b13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d95f861c2b30733f33b0fef6241b37d9952589d7227946737169d74ca5e21ee +size 884721 diff --git a/images/04cc1567-c1be-4392-a334-79ac4bb4aaaa.jpg b/images/04cc1567-c1be-4392-a334-79ac4bb4aaaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60849a66d617674d0eb1f72ab7e33eb2ae3f2232 --- /dev/null +++ b/images/04cc1567-c1be-4392-a334-79ac4bb4aaaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb01324b5aaac2a2456a8ded52fe6709fd01f7c3bef73991873f614c63d32e8b +size 1575772 diff --git a/images/04d05750-8743-41f1-aba0-56c7379d55f3.jpg b/images/04d05750-8743-41f1-aba0-56c7379d55f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1581186eac273c61cd6ade18be89592f27e30cad --- /dev/null +++ b/images/04d05750-8743-41f1-aba0-56c7379d55f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d60157be623f867524d677a18fb7ce138dcabbecffb871133af6326adb017a +size 1800763 diff --git a/images/04d922d1-1f3f-42a8-8d82-712384b3c84c.jpg b/images/04d922d1-1f3f-42a8-8d82-712384b3c84c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2aff8c47a88aa97c0a11add523487aa838858d52 --- /dev/null +++ b/images/04d922d1-1f3f-42a8-8d82-712384b3c84c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629c8d33e10583b96d526275cd3b805da4b188678605c80a163a1e30305b2fe4 +size 2061939 diff --git a/images/04db457b-d03c-4d72-a921-aa3494334ad1.jpg b/images/04db457b-d03c-4d72-a921-aa3494334ad1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b2d5f588a6713a0a745dc72c2ac583a07b7890a --- /dev/null +++ b/images/04db457b-d03c-4d72-a921-aa3494334ad1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a842ed995f3e82b72b45609e356a843d9e6fd6edd2c8d0ffe82834eeb48397a +size 1377412 diff --git a/images/04e5c437-f3d2-4a66-a5fb-b75bb8363bae.jpg b/images/04e5c437-f3d2-4a66-a5fb-b75bb8363bae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90be59b376c0f9dd0f16037c0ef634b2c3e32b7d --- /dev/null +++ b/images/04e5c437-f3d2-4a66-a5fb-b75bb8363bae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7723056b2fcd0f38b87ed49292fb31a292bc0a8cb4c33c5ab8b166192bca50 +size 1678924 diff --git a/images/050b5b60-3173-4fce-bb89-c804cb490b29.jpg b/images/050b5b60-3173-4fce-bb89-c804cb490b29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31b7230b6a5eb12134c9bb8082428322e6c3e8fc --- /dev/null +++ b/images/050b5b60-3173-4fce-bb89-c804cb490b29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f7f83f76c1fa77ff47eadd8bfa6b69362d244a319f020be4d3fbc2be16a334 +size 1509115 diff --git a/images/0516d2c6-ef05-47ba-817b-d956439c3b01.jpg b/images/0516d2c6-ef05-47ba-817b-d956439c3b01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1fe92579b87abb697932ff4b7a72ee1d3db3e35 --- /dev/null +++ b/images/0516d2c6-ef05-47ba-817b-d956439c3b01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4436fb8d4031a9805a683d34e87d5cc190a191947ba6dbac0db698adcc0d166f +size 2597559 diff --git a/images/053aca2a-0647-4f2d-9de2-8853f2dcc8ba.jpg b/images/053aca2a-0647-4f2d-9de2-8853f2dcc8ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b688b0e0bb865ec01703add68470dc4ab6fd8bc --- /dev/null +++ b/images/053aca2a-0647-4f2d-9de2-8853f2dcc8ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc95ebf99390da7e074acebbfa679dda8ef91e7218eb7435e7a94ff015b1aba +size 1597599 diff --git a/images/0543e879-b111-432b-a53a-a5382e7d2cc8.jpg b/images/0543e879-b111-432b-a53a-a5382e7d2cc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaa8d62661d87de039b6c9a5a13e56aa83c439aa --- /dev/null +++ b/images/0543e879-b111-432b-a53a-a5382e7d2cc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74f6603ca6f388196180ae807e93edbd30db65a7190bb57df122089fbce3f2b +size 1323371 diff --git a/images/05505316-4ecb-4881-aee2-da639bec9a40.jpg b/images/05505316-4ecb-4881-aee2-da639bec9a40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..428775651c07ffc46f4a145a2ac24f180e14e534 --- /dev/null +++ b/images/05505316-4ecb-4881-aee2-da639bec9a40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb31753bda4e564306088142b33237e006ee674e30e95e0d7fbd7e7f049c758 +size 2577747 diff --git a/images/05556c75-3fc7-42b8-97d3-6badc3ba046d.jpg b/images/05556c75-3fc7-42b8-97d3-6badc3ba046d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d9348f83a60dec05566150a8f10f9e79865b2f8 --- /dev/null +++ b/images/05556c75-3fc7-42b8-97d3-6badc3ba046d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3597bc232632550c8f8d49c24257be6f89b8082a49b66018766f17e325cf2fbc +size 1449143 diff --git a/images/055798f8-e2d7-421e-9e8c-f0061ecbdd6a.jpg b/images/055798f8-e2d7-421e-9e8c-f0061ecbdd6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..873fdf1c03764d648659ebfb67fcb1764cb91f55 --- /dev/null +++ b/images/055798f8-e2d7-421e-9e8c-f0061ecbdd6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c14e8aff8b5b2a824e48abf6a2b2a1353c9787fb2e112a8b275aed0af06db5 +size 1988546 diff --git a/images/0566e047-72b6-4a30-8530-8902fe27efe8.jpg b/images/0566e047-72b6-4a30-8530-8902fe27efe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96e1f025398041db5302161f5ca813650ee1f679 --- /dev/null +++ b/images/0566e047-72b6-4a30-8530-8902fe27efe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9408722f7750655d509c081833f3813535d2cd977fd2577bfd1d82867d4064d7 +size 2497536 diff --git a/images/0567c05f-422a-4f37-8194-7eeb3251e093.jpg b/images/0567c05f-422a-4f37-8194-7eeb3251e093.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28d3f3b9068cba61b997f932f4315a70711783d5 --- /dev/null +++ b/images/0567c05f-422a-4f37-8194-7eeb3251e093.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ff3674d1b7d8c1eea975c4f1ed1c019d64bdbfee230f082cfed0c269e2fbe1 +size 1527864 diff --git a/images/0570b064-7822-4ad9-a068-3bc0bf237b3f.jpg b/images/0570b064-7822-4ad9-a068-3bc0bf237b3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70365186d686d27b5b767126a1451ac07700f6ac --- /dev/null +++ b/images/0570b064-7822-4ad9-a068-3bc0bf237b3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba2eaa5a540a41452712995c3b4f83300898cb7a003513979ff87ba3581adfc +size 1603116 diff --git a/images/057857e7-1299-45ac-a1cb-dda34523b495.jpg b/images/057857e7-1299-45ac-a1cb-dda34523b495.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89f30056e122a433605b5d6de581ce93b88fe881 --- /dev/null +++ b/images/057857e7-1299-45ac-a1cb-dda34523b495.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c9fb0f4867393968a9390588148309c588f239c491f970488df46409411a1d +size 1832257 diff --git a/images/05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f.jpg b/images/05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a244070006f91b2ca690710af453384bb5e7cc99 --- /dev/null +++ b/images/05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f29e5d66182394eef404a7cf4b0c586d31d91b83d50be1efc6c8dbd9e0c941 +size 2164178 diff --git a/images/0585a374-1e95-444a-b14f-5402459fb465.jpg b/images/0585a374-1e95-444a-b14f-5402459fb465.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efaa86a2d23f0553b2252840d8b00529983cd79d --- /dev/null +++ b/images/0585a374-1e95-444a-b14f-5402459fb465.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e6978967dc1d89303ae8cede0227b80cb3f2fd9fdcf7dba0bcc75869b36ee7 +size 1291376 diff --git a/images/059330bf-6575-40b0-bf1e-3370067c8747.jpg b/images/059330bf-6575-40b0-bf1e-3370067c8747.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c429ec0db3fac14a547057986ba01b2a11d3f535 --- /dev/null +++ b/images/059330bf-6575-40b0-bf1e-3370067c8747.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a347721925476dd6fa04b6e981bd21372a1d0726d94f1d85f7501acf7459228c +size 1460639 diff --git a/images/05953957-d4df-4e8e-aabd-f8684905af62.jpg b/images/05953957-d4df-4e8e-aabd-f8684905af62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd78fcd41d2569073d328ab99a549a01450c8f85 --- /dev/null +++ b/images/05953957-d4df-4e8e-aabd-f8684905af62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363b787cc4bf291c76128aa690a83fe8e8d217df43851ca9ee4430a70b499291 +size 1609145 diff --git a/images/0595431b-63c4-473b-b61b-6aa682fa74ee.jpg b/images/0595431b-63c4-473b-b61b-6aa682fa74ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a20d385bdd8c163ed287226c391e0ef70334acc --- /dev/null +++ b/images/0595431b-63c4-473b-b61b-6aa682fa74ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37581cfbaf8dfe9fe1fd35a30ec5ac36e0ef9cd68851f59781ae29f59dc9bb1e +size 2533980 diff --git a/images/059f33bc-cc42-41fb-8b82-f4c837d29442.jpg b/images/059f33bc-cc42-41fb-8b82-f4c837d29442.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bfad19a41013c36fead09e74210f5cc2daf6934 --- /dev/null +++ b/images/059f33bc-cc42-41fb-8b82-f4c837d29442.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e0126966aa4be694feb5eba9034867f467774b14f190789cc680abfac5f590 +size 2016940 diff --git a/images/05a35a2f-7071-442e-8542-f9170e8fea56.jpg b/images/05a35a2f-7071-442e-8542-f9170e8fea56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..894803a7b13230bcea5bdbded37c21a5b420fcd8 --- /dev/null +++ b/images/05a35a2f-7071-442e-8542-f9170e8fea56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a599df632835182b207329f081a17d6f0a66333cbf49e7e0e105ebaf515e0303 +size 1615774 diff --git a/images/05a60b4b-3195-48c8-9042-1e3523f9348d.jpg b/images/05a60b4b-3195-48c8-9042-1e3523f9348d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f16a76a16cdfd62700cd762ccf42a706aa4e57d6 --- /dev/null +++ b/images/05a60b4b-3195-48c8-9042-1e3523f9348d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be123a93b9c23da6194f428d7f409f5e872f93b3cf70afd858dd6897206d6f0 +size 1829669 diff --git a/images/05adf7da-54cb-49a4-b7bf-74b3931c93d2.jpg b/images/05adf7da-54cb-49a4-b7bf-74b3931c93d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..166813a4e5715d077c0be2f34abbae67e01e40af --- /dev/null +++ b/images/05adf7da-54cb-49a4-b7bf-74b3931c93d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842f260324d94f6a9a62e498123f72cb71811219c7bdd397691e935015670f74 +size 1479285 diff --git a/images/05ae9cca-e3be-430d-b2bb-a78cabe040f1.jpg b/images/05ae9cca-e3be-430d-b2bb-a78cabe040f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1c59dadb9e9ee982e26508cb4981b9d68a4de15 --- /dev/null +++ b/images/05ae9cca-e3be-430d-b2bb-a78cabe040f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71711f6774902577fc07f15caf67a777f53d31cf9c44030a0528ee71c2f58a1d +size 1422530 diff --git a/images/05b20b7a-0069-4134-8adc-f215f743625c.jpg b/images/05b20b7a-0069-4134-8adc-f215f743625c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..659b60f5d2f34626b7b24f59691c8bdd661c525a --- /dev/null +++ b/images/05b20b7a-0069-4134-8adc-f215f743625c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80ad371a696ae49ea7977927607c0507655fc69a7f28bb8c8a6ce385fa1fe3f +size 1614577 diff --git a/images/05b6849d-15b6-40a8-92b7-70c3e1b404ba.jpg b/images/05b6849d-15b6-40a8-92b7-70c3e1b404ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f31f8ffa49ed6cd552976f58522de209a0f547b0 --- /dev/null +++ b/images/05b6849d-15b6-40a8-92b7-70c3e1b404ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7444c792e37fb3eb600a0471a4d67f55bd9edc3dcf789ea807447798fdf2446 +size 1719087 diff --git a/images/05bc558a-7a98-425e-a94d-9f1f54aab09d.jpg b/images/05bc558a-7a98-425e-a94d-9f1f54aab09d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3324f6fc3c60f3bd3e75907d47415e29247bbd32 --- /dev/null +++ b/images/05bc558a-7a98-425e-a94d-9f1f54aab09d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf95f01500ef920598c26ecec427101d44199005c62f01b25a1043cde4904cd +size 1815749 diff --git a/images/05be2e97-5db9-4771-8866-d56f607849b7.jpg b/images/05be2e97-5db9-4771-8866-d56f607849b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24563903dcaa9119b33376694622e9676bb11b77 --- /dev/null +++ b/images/05be2e97-5db9-4771-8866-d56f607849b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e0a66d0da4192d57a577525ac796dba6b10c3f0c26d7fd46cc2edcbecf021f +size 1467877 diff --git a/images/05bea1c2-193d-48ee-be91-6efc8a9f8dc9.jpg b/images/05bea1c2-193d-48ee-be91-6efc8a9f8dc9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..699d275478c9f31c4d7413ea25a065471cfc2986 --- /dev/null +++ b/images/05bea1c2-193d-48ee-be91-6efc8a9f8dc9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ca333750efb88855f08da6d1b592b50d3d11cebd94571b5d702a7db1ebdf6d +size 1249330 diff --git a/images/05beaee1-42f2-435f-a41f-bd38be7ce6b4.jpg b/images/05beaee1-42f2-435f-a41f-bd38be7ce6b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd2a3ab780a4ffbc5b6c7876c6b9f754e96eb83 --- /dev/null +++ b/images/05beaee1-42f2-435f-a41f-bd38be7ce6b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7818709e79b26ba67816440f7bf29e9e77a1f8e0cdaf45d6bace34c672f047 +size 1365165 diff --git a/images/05bf51a9-4cb4-4283-9dbf-69b24c3ec058.jpg b/images/05bf51a9-4cb4-4283-9dbf-69b24c3ec058.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9476a954a2d3228a861bdab39ca818452f81732b --- /dev/null +++ b/images/05bf51a9-4cb4-4283-9dbf-69b24c3ec058.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1b348ee09be25f4c394e4790920b0cba3e2a3dcbc73e8221be65c7e4c7b0ee +size 1579465 diff --git a/images/05d4a79d-dc0c-4117-8189-4a00de203fdc.jpg b/images/05d4a79d-dc0c-4117-8189-4a00de203fdc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6788cf0c3d6567da3e0660ef2bcb1140c5d82e5d --- /dev/null +++ b/images/05d4a79d-dc0c-4117-8189-4a00de203fdc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7570ca88ecfa58055173141a69322cf24d54fd86597ae549dc4a24bf66d581c +size 2260183 diff --git a/images/05dd16ac-e8e9-4d50-9d1a-d259a81c5d83.jpg b/images/05dd16ac-e8e9-4d50-9d1a-d259a81c5d83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..984b8b6eaeeeb85d634fcbd37d15767d7f69db64 --- /dev/null +++ b/images/05dd16ac-e8e9-4d50-9d1a-d259a81c5d83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a650f4b6e6cf1d54fd326a329e3b2e358a79e277762bf4a445fbe3dcf8fe91d +size 1660422 diff --git a/images/05e5bd54-53e7-4f6b-bdb2-915296b246a0.jpg b/images/05e5bd54-53e7-4f6b-bdb2-915296b246a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01f98edc28d55bef55dfb92b265c2d48617925e1 --- /dev/null +++ b/images/05e5bd54-53e7-4f6b-bdb2-915296b246a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111cefa45bfdabc63f9f02987aa9fea94554ccdd02b8c27fdf21246fd4f9ed04 +size 1224492 diff --git a/images/05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc.jpg b/images/05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a1b8010ff3788fe47864674fa19ace0d61ecc74 --- /dev/null +++ b/images/05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf77e8f25b26886b01f5475b35bfec5055039fdbd335953641778b83a8f09d1 +size 2838112 diff --git a/images/05eb8f84-7334-43b9-a766-dc7d4d14c3c9.jpg b/images/05eb8f84-7334-43b9-a766-dc7d4d14c3c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..483f42b309f3c630198c5dde3dca191bf5201455 --- /dev/null +++ b/images/05eb8f84-7334-43b9-a766-dc7d4d14c3c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4733480c58f4e4a49e245115df5bb8ba80cbc2e47a6d1c89321db338f5bf08e6 +size 1833787 diff --git a/images/05f66113-5ab7-4af2-a533-15fff0d7176c.jpg b/images/05f66113-5ab7-4af2-a533-15fff0d7176c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d66aa144806741c34e0d42766c4abf85d5d6257 --- /dev/null +++ b/images/05f66113-5ab7-4af2-a533-15fff0d7176c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d37fb9ae8c9f2fbe31342bd50809b63ec48fd15d7316cedd6f8fdfcdc460680 +size 1474135 diff --git a/images/05ff7577-e563-40c6-bd59-dddba2c9f26e.jpg b/images/05ff7577-e563-40c6-bd59-dddba2c9f26e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3264cd4c5f421bc50d538660180e5b7bcae007a --- /dev/null +++ b/images/05ff7577-e563-40c6-bd59-dddba2c9f26e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f77e2063d031c7d347c5a26c5a3729fae7b50b7027cee7d707aef02f21cf12 +size 1751645 diff --git a/images/06039552-b5c0-4000-89d4-03b253c67b92.jpg b/images/06039552-b5c0-4000-89d4-03b253c67b92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9f51ba48a1079a1271d739f8e8b270350e3f26e --- /dev/null +++ b/images/06039552-b5c0-4000-89d4-03b253c67b92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1b1cb01f120616a33fd8d5ff105394ab58bf2abb261a64ababf3a574d1f8a1 +size 2392909 diff --git a/images/060769b1-3a7a-43ad-ab09-340318f0d752.jpg b/images/060769b1-3a7a-43ad-ab09-340318f0d752.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80c29a43fe1dd5712e688ea0ec646bca1c6ab7b1 --- /dev/null +++ b/images/060769b1-3a7a-43ad-ab09-340318f0d752.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33840f1696009a9136b424dff622e99f2664ece237ad3341efe3f5e2b9044b25 +size 1829615 diff --git a/images/06087257-1a33-419f-849f-8fd68c093e0b.jpg b/images/06087257-1a33-419f-849f-8fd68c093e0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6822c96ff8a404a3bcb68335be93759d8cd5eace --- /dev/null +++ b/images/06087257-1a33-419f-849f-8fd68c093e0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c40f21cca28e117f46a1a1ea685765aef5945923d647b251434f348525a9271 +size 1324001 diff --git a/images/0625b624-ab9e-4bb1-9126-b39478275543.jpg b/images/0625b624-ab9e-4bb1-9126-b39478275543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24e90c6990931732e34e92dd893ee22c32d5c5a8 --- /dev/null +++ b/images/0625b624-ab9e-4bb1-9126-b39478275543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c5c44ddf0d88b25718b77780e1779ad49cce49c13ee8d09f693200e2fca65a +size 1588539 diff --git a/images/062f776d-d9bb-4dec-bdde-0fcc94cecc6a.jpg b/images/062f776d-d9bb-4dec-bdde-0fcc94cecc6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e79268e81e2954336717aed08c8c2160c8e088e --- /dev/null +++ b/images/062f776d-d9bb-4dec-bdde-0fcc94cecc6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4321312d1a391ec3df1578c9c5e243ab50219dc265d2221403bec74c2c8f8ca +size 1749713 diff --git a/images/063964fe-b562-4817-a164-fac3fdf4b8b6.jpg b/images/063964fe-b562-4817-a164-fac3fdf4b8b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91495bed4b75278ac296c29baf219413eb87d834 --- /dev/null +++ b/images/063964fe-b562-4817-a164-fac3fdf4b8b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ff00b4268db2efa052c719d758f040a496112de55ff6ea74992767a92371c1 +size 1600874 diff --git a/images/0641d9bb-030c-4542-a3e7-2f0321f8134f.jpg b/images/0641d9bb-030c-4542-a3e7-2f0321f8134f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b0ff315d98e3fc624a2ef46a7aa420f436824d7 --- /dev/null +++ b/images/0641d9bb-030c-4542-a3e7-2f0321f8134f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd7284e3ba5ddee9ac0e34be3733c428c7b05dc2ae9a485993cf5b41dcc5a73 +size 1534918 diff --git a/images/0644a9d0-e4cf-4e85-b7ed-99fcfdcae592.jpg b/images/0644a9d0-e4cf-4e85-b7ed-99fcfdcae592.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7e47ca60e363a51f1e0cb34bc837bddca7a08af --- /dev/null +++ b/images/0644a9d0-e4cf-4e85-b7ed-99fcfdcae592.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c5cb6e9e88a383d749f761da736d1421acb14f67b1c4ef1562c729ca200716 +size 1641001 diff --git a/images/06478567-0685-4398-8643-5c8cd431319d.jpg b/images/06478567-0685-4398-8643-5c8cd431319d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e895b387fc113e8165042d2fcd34b4ec19c2921 --- /dev/null +++ b/images/06478567-0685-4398-8643-5c8cd431319d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ba770495e6900cfd1c0050ad967d1afb838b17cb0546225c3b1c369a8e34d1 +size 1971857 diff --git a/images/064b10cd-a23b-4465-a74d-06d2e7ce6e53.jpg b/images/064b10cd-a23b-4465-a74d-06d2e7ce6e53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5900ea71df8830b7af75538557c61f4213327f7 --- /dev/null +++ b/images/064b10cd-a23b-4465-a74d-06d2e7ce6e53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc104ceb3d94403e4258893dff6442ab17c5ba78c69b6586146fe1a01d3f5f1b +size 1864290 diff --git a/images/06516129-fe5c-40f6-a73e-01159fc22198.jpg b/images/06516129-fe5c-40f6-a73e-01159fc22198.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9b7e1ccdfa3140c9d067f6cb623ef6320a5a143 --- /dev/null +++ b/images/06516129-fe5c-40f6-a73e-01159fc22198.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da10dbb0edcf8abe689b168a934859830b10da709ec03dfe89d80deac07654d +size 2641550 diff --git a/images/0655def6-d559-4113-a9a5-47e7cd5cb31b.jpg b/images/0655def6-d559-4113-a9a5-47e7cd5cb31b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..848542ddc6307f392f0491b1d5eeda7246950593 --- /dev/null +++ b/images/0655def6-d559-4113-a9a5-47e7cd5cb31b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed60e86a769cd417e6fb33121e19b1f4a662e487e22bbed3b2fdc36e8270a870 +size 1439484 diff --git a/images/06586828-1077-4669-8f67-a0a1b0d50a02.jpg b/images/06586828-1077-4669-8f67-a0a1b0d50a02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b77c3946521b082dbfe7345237824ff43ce5cd2 --- /dev/null +++ b/images/06586828-1077-4669-8f67-a0a1b0d50a02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39c88c7c1e2a55b72c95876476809e77d30df448b016e4708800756bd3d3203 +size 1989807 diff --git a/images/0658fd31-851d-4fd4-b048-cbb2a8c6ead5.jpg b/images/0658fd31-851d-4fd4-b048-cbb2a8c6ead5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fd760ff507cff03805b0700cce16e9a7fdaa223 --- /dev/null +++ b/images/0658fd31-851d-4fd4-b048-cbb2a8c6ead5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9d9aca44904f60a1d8a66a73f3fc0b1588f1fdd8881a3809e3fcdf3ffb6d78 +size 1691834 diff --git a/images/06628830-fb3a-43df-810d-d11083e27485.jpg b/images/06628830-fb3a-43df-810d-d11083e27485.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c277e45bdfbae6c96fa72d28f82bd59471cfc8f3 --- /dev/null +++ b/images/06628830-fb3a-43df-810d-d11083e27485.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbf18b3b89e7d2b5cd05c4d889fb45779f359320370c848bcfe15def840cb2f +size 1544444 diff --git a/images/0664902a-31a8-4643-b338-521b91b6c1db.jpg b/images/0664902a-31a8-4643-b338-521b91b6c1db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2dee4c56cb2a12c0ecfcd46c56428a678f8f419 --- /dev/null +++ b/images/0664902a-31a8-4643-b338-521b91b6c1db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747e34d32baa1b4fdbf511834458d9e658d809bc74874dbe6933fb46a331324f +size 2065025 diff --git a/images/0665ee07-f033-4175-bc93-4da601351437.jpg b/images/0665ee07-f033-4175-bc93-4da601351437.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1183d987f319acbe00ad39dbcb20d26308ab0401 --- /dev/null +++ b/images/0665ee07-f033-4175-bc93-4da601351437.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ad086da034b44434e278aea5d16f6235bc9f493c1be9ef750f8f6d25d43493 +size 2426134 diff --git a/images/0683980a-c2a7-46f1-ab3e-76ca1774289d.jpg b/images/0683980a-c2a7-46f1-ab3e-76ca1774289d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23a44f76822b31cd44626b89329c0753234af6ce --- /dev/null +++ b/images/0683980a-c2a7-46f1-ab3e-76ca1774289d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6181fca7d1bd2267a039e0bedda533b8793b1356e58c8ab2909a308386923534 +size 1932187 diff --git a/images/068a200e-66fb-4a03-8eed-40d3bd813ace.jpg b/images/068a200e-66fb-4a03-8eed-40d3bd813ace.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f212581f4d2a6e8ace7b90242aa821759aef847 --- /dev/null +++ b/images/068a200e-66fb-4a03-8eed-40d3bd813ace.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cae892f1afeff7dcd3d641d4ddb49c3c3ea68bbefd00b79641934868042a1a +size 1398103 diff --git a/images/06a0fee5-c050-474d-a68a-5e6a4911b436.jpg b/images/06a0fee5-c050-474d-a68a-5e6a4911b436.jpg new file mode 100644 index 0000000000000000000000000000000000000000..619ba10e284d653fcf8fea0efcc23f033bb6e453 --- /dev/null +++ b/images/06a0fee5-c050-474d-a68a-5e6a4911b436.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87e7519d38ed9ca05dbd5dad02647e4e759a4abdccf5b7b6f8cb2210f3d4459 +size 1798820 diff --git a/images/06a68bde-ba41-4bd4-914a-eb9f636dcb03.jpg b/images/06a68bde-ba41-4bd4-914a-eb9f636dcb03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38f17da4382513916804530aa52718fdfc42e61 --- /dev/null +++ b/images/06a68bde-ba41-4bd4-914a-eb9f636dcb03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9fb0e7b4d5a75770b9674ee2ff1120dd89d335fe696f9cf1da400983e8b58 +size 1498425 diff --git a/images/06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e.jpg b/images/06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45b6171cd3caf64b42930aa83d850eac6d6a7db5 --- /dev/null +++ b/images/06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf82e7f0179fd31551bdae79e787d2c26a1cea5cb5dc3f42d89403ccb654644 +size 2089509 diff --git a/images/06b16e3a-0b7d-40be-ab75-6ea354d72211.jpg b/images/06b16e3a-0b7d-40be-ab75-6ea354d72211.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc3b58de9610f6e743d9007174bbe77d8728d17f --- /dev/null +++ b/images/06b16e3a-0b7d-40be-ab75-6ea354d72211.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a379a02c396636393151aa23d2b3cf35c80249ae49074d7a37337bd89428f14 +size 1526842 diff --git a/images/06b433c8-675d-4c2c-b0f9-dfe19f65e4ab.jpg b/images/06b433c8-675d-4c2c-b0f9-dfe19f65e4ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3040b937a373a17c3c7df5af78cd1c19ed32256 --- /dev/null +++ b/images/06b433c8-675d-4c2c-b0f9-dfe19f65e4ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbe834498da897b98c9aa02d3a3738ba2245a3d34420900139a0abc45aeaed2 +size 1959916 diff --git a/images/06bbfdb1-09e6-4d52-9478-9257366d24e1.jpg b/images/06bbfdb1-09e6-4d52-9478-9257366d24e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba9f4a5e331cc7738a9d0bffaf9b0d925051bca --- /dev/null +++ b/images/06bbfdb1-09e6-4d52-9478-9257366d24e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2aa4c16f39d41b14c3de92604b8bda0d8ec6ee71385dc5896b42d7ade09099 +size 1504303 diff --git a/images/06d301d3-d695-4b23-a35a-2b5040ff6404.jpg b/images/06d301d3-d695-4b23-a35a-2b5040ff6404.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37425232e0e480ec6c76f465228d7b91dae98a3b --- /dev/null +++ b/images/06d301d3-d695-4b23-a35a-2b5040ff6404.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3eb8aa5714da7d83f2c52bb3ab6737d497e95f57b89067b8e8710a34742ecd9 +size 1152587 diff --git a/images/06dd31db-5a20-4f0a-83c2-1678e4fa9c5c.jpg b/images/06dd31db-5a20-4f0a-83c2-1678e4fa9c5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af30c31078456ba9da4130f2b0b8c4deb3b173db --- /dev/null +++ b/images/06dd31db-5a20-4f0a-83c2-1678e4fa9c5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26024bcc2695e3fbf9d2130d0784a954c633e8b4c4ff117eecd810d57b78af3 +size 1704543 diff --git a/images/06e5e62c-6be3-4189-bda3-33dd7d4aadc4.jpg b/images/06e5e62c-6be3-4189-bda3-33dd7d4aadc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fda5ad7ce5ac7238c0837bfcc987619fcc71c712 --- /dev/null +++ b/images/06e5e62c-6be3-4189-bda3-33dd7d4aadc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a452a0b70027b168360e46fdeef33eb1fb1d580999c957d048a153084fc5443 +size 1729740 diff --git a/images/06e7d2c9-8cd7-494f-bb29-a5ca47907fa5.jpg b/images/06e7d2c9-8cd7-494f-bb29-a5ca47907fa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d83e935c06e87b2e88496664bd8a00acfc040e3 --- /dev/null +++ b/images/06e7d2c9-8cd7-494f-bb29-a5ca47907fa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce13deeeec0347d5a5b33975a9438b8bbe4194e86d71521629816fb26960ca7 +size 1695547 diff --git a/images/06eb0813-17df-4c28-8218-710f977e48a1.jpg b/images/06eb0813-17df-4c28-8218-710f977e48a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23538f39b6805780af99a084952ef101ab064852 --- /dev/null +++ b/images/06eb0813-17df-4c28-8218-710f977e48a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27ebd19c0d3cf9f3be3f9ad43d426c72ff8f108044928edd3638bbeef1b8344 +size 1760491 diff --git a/images/06f32f5a-a7e6-48c9-b0c3-d38371f85864.jpg b/images/06f32f5a-a7e6-48c9-b0c3-d38371f85864.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c188a88afbff1caae7c100d2bdcb1657efdf266c --- /dev/null +++ b/images/06f32f5a-a7e6-48c9-b0c3-d38371f85864.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ba7d5134b8adaab3928fbc3a76ee220042a92be512de0cc2bc783bf02aa1d8 +size 1565725 diff --git a/images/06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9.jpg b/images/06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83f3612b3c64159f2b1b3ac36956c1704e63607b --- /dev/null +++ b/images/06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c341c8242e5b88bafef0f3983e80a58c655e620cbf13280faeec9433907d25fc +size 2155865 diff --git a/images/07157e4c-094d-4350-816e-e9ba721d6462.jpg b/images/07157e4c-094d-4350-816e-e9ba721d6462.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2584ab8c6270c930729169e7f95d4488cc12bcc0 --- /dev/null +++ b/images/07157e4c-094d-4350-816e-e9ba721d6462.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775baa959e446fd25fc580e3aff73af0722f540fc2067ec72e6ab42512e20999 +size 1745701 diff --git a/images/07170ea0-1faf-444f-a762-efdfa90be8df.jpg b/images/07170ea0-1faf-444f-a762-efdfa90be8df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ccf43ab3e040b09b41e2b8f4a9623cfbda4c0f5 --- /dev/null +++ b/images/07170ea0-1faf-444f-a762-efdfa90be8df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7ba88f4821b9220a8146a90c3cbdae8dfd179a14b33c6c1d2132c930524af2 +size 2771046 diff --git a/images/071c895d-6586-40b0-8029-d761692cebe5.jpg b/images/071c895d-6586-40b0-8029-d761692cebe5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbb653ca7386edfdc0686773e1d1e0aaeefcef7d --- /dev/null +++ b/images/071c895d-6586-40b0-8029-d761692cebe5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165362c92056f08f3546a9bc8de469e7ddff6424244273317efd3fcefd02f263 +size 1474762 diff --git a/images/07286aaa-4748-461a-b360-e4ecee4e56a6.jpg b/images/07286aaa-4748-461a-b360-e4ecee4e56a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09d99586364e98b7aba844725f6a6f67c483a2d9 --- /dev/null +++ b/images/07286aaa-4748-461a-b360-e4ecee4e56a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f45cbe58af505f39f2ea1060d2eba89b9c8f0cf0ae6e12815eb193c5d15393 +size 2318956 diff --git a/images/072dfc8f-606b-4ea3-a09a-712aebf80f21.jpg b/images/072dfc8f-606b-4ea3-a09a-712aebf80f21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3635c7b77c541214f92499cb6de466e62cc7b31b --- /dev/null +++ b/images/072dfc8f-606b-4ea3-a09a-712aebf80f21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ac3b9672bec7233d94dd2f8adbfebe3017f66d430049ba373cd425e8c63a4d +size 2227775 diff --git a/images/072e372b-35f7-4ab3-948a-3561e004a0ae.jpg b/images/072e372b-35f7-4ab3-948a-3561e004a0ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..009cc79d4f5fe784349f3aca519d7838812197b4 --- /dev/null +++ b/images/072e372b-35f7-4ab3-948a-3561e004a0ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580050a6c982fe5d8c77380afdc5f2e2ec8a632ab94579646c1a86584b9bc2b4 +size 2195915 diff --git a/images/07311c78-2336-45c2-ada9-e0cb9fa98c05.jpg b/images/07311c78-2336-45c2-ada9-e0cb9fa98c05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d8de9b2418e145006ec5397bcfaccda94f2c724 --- /dev/null +++ b/images/07311c78-2336-45c2-ada9-e0cb9fa98c05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbf3c9a2cb905a8a12623ab8af53865f8d451c2031c50e6986f54bbb1a907a3 +size 1375318 diff --git a/images/0747cd22-810a-4666-8ec5-56a0b0da1aff.jpg b/images/0747cd22-810a-4666-8ec5-56a0b0da1aff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8042d60c904cd3b76015cd5910cfccaa83176397 --- /dev/null +++ b/images/0747cd22-810a-4666-8ec5-56a0b0da1aff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c00f9d7bdc0e191df1948c321aa4944b91bedaa55cdf016d69f6c4dc48e2d3 +size 1467423 diff --git a/images/074be284-89bb-40c3-b604-ad9ebcef8786.jpg b/images/074be284-89bb-40c3-b604-ad9ebcef8786.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd419369ded9582d3d3920cc61c3b99179270ba --- /dev/null +++ b/images/074be284-89bb-40c3-b604-ad9ebcef8786.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0c3e018bb01cacab2507750609694c8f201471bf2112bcd99814ac435d87e6 +size 1704407 diff --git a/images/07616640-d45b-4f55-9053-6f8bcf59aa06.jpg b/images/07616640-d45b-4f55-9053-6f8bcf59aa06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..255ba39ba477d628c51cb6d5c54e9cca494b11cd --- /dev/null +++ b/images/07616640-d45b-4f55-9053-6f8bcf59aa06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e5aec6a3348f068801623be2536d4f3d139b855bb7732817d1e924728644ac +size 1613374 diff --git a/images/07666926-27c5-4fff-b1a6-027755a10aa7.jpg b/images/07666926-27c5-4fff-b1a6-027755a10aa7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d2622efe002e1fe539cbc208cda09019cacf642 --- /dev/null +++ b/images/07666926-27c5-4fff-b1a6-027755a10aa7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd210ada13cf089add34e0b1d32d474c49b086462be2a9d09512a70895f9d89 +size 1682461 diff --git a/images/0766e668-5a8b-44e9-8147-ffcfdf1a2c9d.jpg b/images/0766e668-5a8b-44e9-8147-ffcfdf1a2c9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35a1dcc98e034522a70bc372dc212800b916f926 --- /dev/null +++ b/images/0766e668-5a8b-44e9-8147-ffcfdf1a2c9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbc969be30328ef2b80c97cf78b96b2b6c05ceb82300a24726cd1e4df34d52a +size 1456709 diff --git a/images/077426ba-23ff-420c-85e6-d1e7ca44f4ad.jpg b/images/077426ba-23ff-420c-85e6-d1e7ca44f4ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1774a00187439c5d92b1987bb5de8f684063880f --- /dev/null +++ b/images/077426ba-23ff-420c-85e6-d1e7ca44f4ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba52cc8fbaa39a1cf39cfc2eb73a9ee9471b4d588fe9e153a02ba32c7c665bae +size 2337352 diff --git a/images/07861f3b-4ee4-4317-bdd0-303c9524abe5.jpg b/images/07861f3b-4ee4-4317-bdd0-303c9524abe5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b84263b71da735d89c9748105585ef639e84fb8 --- /dev/null +++ b/images/07861f3b-4ee4-4317-bdd0-303c9524abe5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81985885698cccb813080d12beb2f816416d47bec10fdf7747ae6f19526561e7 +size 1784806 diff --git a/images/078edb74-4957-4e09-a8c0-64a9ae6f4f61.jpg b/images/078edb74-4957-4e09-a8c0-64a9ae6f4f61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1059cac5e3157f902ec506f494a68224870eb397 --- /dev/null +++ b/images/078edb74-4957-4e09-a8c0-64a9ae6f4f61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d26f259d3fff72892e53cc0c522548840e99f977f50865da1dae1a57daf20d6 +size 1236020 diff --git a/images/079735e6-06a9-416c-8858-276897ec041b.jpg b/images/079735e6-06a9-416c-8858-276897ec041b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b170c5c0d8047d1954f313c1d9a609dff038eee2 --- /dev/null +++ b/images/079735e6-06a9-416c-8858-276897ec041b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c22de3a0d82b3409b2e396d07b6478370e3f988b96141f0f947421314ad16a +size 1447573 diff --git a/images/079a66ad-c422-4d40-9622-b4e5ed0775e3.jpg b/images/079a66ad-c422-4d40-9622-b4e5ed0775e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93ef41b309e8dce1b3630be0b0b5a5f184deaf15 --- /dev/null +++ b/images/079a66ad-c422-4d40-9622-b4e5ed0775e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310b7d5c25aac0ab797f737de54de1072c753684f705fed5bf5122a013a15bf5 +size 1345077 diff --git a/images/079d07ba-ec2b-4472-9de9-dbc218efc702.jpg b/images/079d07ba-ec2b-4472-9de9-dbc218efc702.jpg new file mode 100644 index 0000000000000000000000000000000000000000..427a4f172d458da5269e7288ccdb241a5cad7b84 --- /dev/null +++ b/images/079d07ba-ec2b-4472-9de9-dbc218efc702.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacf8c066bd7d1cb700c149825c004a76e5a35118e4f82ccd9a3d6f039513b69 +size 2238066 diff --git a/images/079d6737-fff7-4d15-bce9-f5f636fe0c7e.jpg b/images/079d6737-fff7-4d15-bce9-f5f636fe0c7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1e098def9ad26238d437b5e302b323c53ef1116 --- /dev/null +++ b/images/079d6737-fff7-4d15-bce9-f5f636fe0c7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee668211a7f9c0e97e3e035479c39cb4ca9c122abf3661a7b45e2ed46c8a19e0 +size 1157349 diff --git a/images/07b18175-c51b-4129-8f1b-53d538262678.jpg b/images/07b18175-c51b-4129-8f1b-53d538262678.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53b232467f9f0802ba18cac4c9af8d034aecf6bc --- /dev/null +++ b/images/07b18175-c51b-4129-8f1b-53d538262678.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb063657a421a3140a40d73bea4eadbc48f8af551a476f2d64b594d8eb2b416 +size 1537728 diff --git a/images/07b52c85-81d1-4cb0-b8a2-345302ec6bcb.jpg b/images/07b52c85-81d1-4cb0-b8a2-345302ec6bcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7357bb3825a527f092f53e623c8c11e2c32e809 --- /dev/null +++ b/images/07b52c85-81d1-4cb0-b8a2-345302ec6bcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4904054d23e8ff6a00399c5457fb9cbe34bba5ffb1e3aa3c00e53c65e55d0d +size 1801311 diff --git a/images/07b97f07-6a53-45d6-afc5-8322ac57f8a2.jpg b/images/07b97f07-6a53-45d6-afc5-8322ac57f8a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..500d6a558bcc1c18973dc4114087a728b8e64b1c --- /dev/null +++ b/images/07b97f07-6a53-45d6-afc5-8322ac57f8a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c42072e5a8abcc17d1c331897a4fabebeac18874367f4dd3efdf7aec630d5a +size 1631311 diff --git a/images/07c728b6-1489-462f-9702-ffb1be941fa5.jpg b/images/07c728b6-1489-462f-9702-ffb1be941fa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9276e01641bf6999a26305926c622911b3123d57 --- /dev/null +++ b/images/07c728b6-1489-462f-9702-ffb1be941fa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17e5291b408dfd1b3d3b53aabc09cb33621e236f014660188cba34dd233d31d +size 2147220 diff --git a/images/07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617.jpg b/images/07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a05ab04c60bba2c83275d7f62eb7428342fedd9 --- /dev/null +++ b/images/07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1447f69fdccc489bd3351928d6d1091ecc94a6f38e82915921557d944eda992 +size 1393143 diff --git a/images/07f2e5e8-0962-4ecc-bd4a-611e16d07416.jpg b/images/07f2e5e8-0962-4ecc-bd4a-611e16d07416.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52eee0f0ed49e2edde4ac6b23575fd3ee7f6732c --- /dev/null +++ b/images/07f2e5e8-0962-4ecc-bd4a-611e16d07416.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4bb0aaee757af9c495ce4928853b971ebdf2e0392b607578e7f868e3693e4a +size 2803976 diff --git a/images/07f6d7f2-ee94-45ed-9faf-fa1132efc275.jpg b/images/07f6d7f2-ee94-45ed-9faf-fa1132efc275.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eb1c7fba79fd57a8085561e972fb9c994cd3b72 --- /dev/null +++ b/images/07f6d7f2-ee94-45ed-9faf-fa1132efc275.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950a10cfb7d392de7e11b5bc5b4beea3062d605c27ed664697d923dcbde7ddd6 +size 2191961 diff --git a/images/08013f92-68de-40f5-bfee-1a173f2a7fad.jpg b/images/08013f92-68de-40f5-bfee-1a173f2a7fad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..601ee3eca8bf28f2a639bea448331a580aa9082b --- /dev/null +++ b/images/08013f92-68de-40f5-bfee-1a173f2a7fad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1d20587c666d3d0d45a810265b39879f007408cbc7d8780016a9dd03a4f38e +size 1688007 diff --git a/images/0805d10a-0b64-4c90-8c1f-41f7193bd1e3.jpg b/images/0805d10a-0b64-4c90-8c1f-41f7193bd1e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c93d6af16a1c95e49d07bae0d73ed5ddee6bf8b --- /dev/null +++ b/images/0805d10a-0b64-4c90-8c1f-41f7193bd1e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd4215cc308d3179887222a89152d13429109350cee4301bcd99bec0215be60 +size 1687045 diff --git a/images/0808b9cc-d405-40cb-a24b-69cc77db4c5f.jpg b/images/0808b9cc-d405-40cb-a24b-69cc77db4c5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77529b5a01c2325a92e270f46a3c9d05d159312c --- /dev/null +++ b/images/0808b9cc-d405-40cb-a24b-69cc77db4c5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac816ab210db4018bde97d8cf0fe59278f8a7865a3dbc06d2acf6d0d1bd9549 +size 1470405 diff --git a/images/08094e91-da9f-4c14-ae80-b51bbc45e553.jpg b/images/08094e91-da9f-4c14-ae80-b51bbc45e553.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8102118e092b9bef7240fa492f4c09303e114449 --- /dev/null +++ b/images/08094e91-da9f-4c14-ae80-b51bbc45e553.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670a66baff0d8f6d9149fba1034d4e27ba98d15ac4010951622e6062ae9d6cbb +size 1681730 diff --git a/images/080f8afc-95c8-41d1-adba-3a436aa69464.jpg b/images/080f8afc-95c8-41d1-adba-3a436aa69464.jpg new file mode 100644 index 0000000000000000000000000000000000000000..924e5d520bcd513a4785ec5397499d3efcda0070 --- /dev/null +++ b/images/080f8afc-95c8-41d1-adba-3a436aa69464.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c0acd23c944e846b7f54d5406e40ddd5843b82f761ee7a1b56b99d4dd5acc6 +size 1371149 diff --git a/images/08174284-1175-4b78-9a5c-1d7752b2d2a7.jpg b/images/08174284-1175-4b78-9a5c-1d7752b2d2a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..480f42913610dc4b248eaa1439539041cd992caf --- /dev/null +++ b/images/08174284-1175-4b78-9a5c-1d7752b2d2a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa9c31ab39790ab4a98d83f131da3fd0d16bb27f492049ae0494b19eea18d33 +size 1309458 diff --git a/images/081f3995-964a-435b-83e7-d2b24ecd1af9.jpg b/images/081f3995-964a-435b-83e7-d2b24ecd1af9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6b3930da7d9d67736fb6c6ef1cca38f321932f3 --- /dev/null +++ b/images/081f3995-964a-435b-83e7-d2b24ecd1af9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6e0d111ac32dc8c2d4031e5778932aaa06e4d7ff9b4de105e381381305a448 +size 1530711 diff --git a/images/0820bfed-f737-4a8c-86d7-a589125b6d16.jpg b/images/0820bfed-f737-4a8c-86d7-a589125b6d16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87d206fb45df7f4d6bfaa65bb648f381b14ef8e9 --- /dev/null +++ b/images/0820bfed-f737-4a8c-86d7-a589125b6d16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10189f64f5ceeddcd454b0a5695cb7fc454459cd91eb121b19dba10a73a962ed +size 1821952 diff --git a/images/082a8a4b-9edb-4e66-8951-df17b56e1d40.jpg b/images/082a8a4b-9edb-4e66-8951-df17b56e1d40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88b415bc0437c9240b6b7d9597b88eba51ddac2f --- /dev/null +++ b/images/082a8a4b-9edb-4e66-8951-df17b56e1d40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fc931a1f9f85cc1794927e5de2a6ce0d48f63e6b63a387835948c9c624819a +size 1359767 diff --git a/images/08323135-7fff-4bd7-8f9c-b217d40fb0b4.jpg b/images/08323135-7fff-4bd7-8f9c-b217d40fb0b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c21c0b26178612585afd2ca25ffc6643d7574d2b --- /dev/null +++ b/images/08323135-7fff-4bd7-8f9c-b217d40fb0b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1366ea395f3c945dbcd40243d4c74e76bba574a4804b92bc6237d4b3942d7e47 +size 1078753 diff --git a/images/08484a4a-4b82-4924-bca5-9980e531abc2.jpg b/images/08484a4a-4b82-4924-bca5-9980e531abc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bbac3e8d5c3c3034f7ca1e4c7c33562d5ce8be5 --- /dev/null +++ b/images/08484a4a-4b82-4924-bca5-9980e531abc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0c40f6efe07a23b2b571eada62e800a32377f815c8419db1ae6f6c0c9de63a +size 1502342 diff --git a/images/08489bfd-3903-4637-bc51-37d4e3a46841.jpg b/images/08489bfd-3903-4637-bc51-37d4e3a46841.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75ec8192f955a2c9327621713df7e3002e5ff104 --- /dev/null +++ b/images/08489bfd-3903-4637-bc51-37d4e3a46841.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9a36693691944f93424d4804d6b3c0a12a6927eaf4b74ac6ba7b2825f7c4f9 +size 1568803 diff --git a/images/085532dc-56a8-4e15-a33b-a4f4c12ee344.jpg b/images/085532dc-56a8-4e15-a33b-a4f4c12ee344.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b46cdff2981fca7c75384c1a0d2ba5333e2caa16 --- /dev/null +++ b/images/085532dc-56a8-4e15-a33b-a4f4c12ee344.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f375070eb2acec34f10e1a7f1f229194901034520d69c37697a2cedfc95f13 +size 1818216 diff --git a/images/085800cb-409a-44f6-9761-204f685841d3.jpg b/images/085800cb-409a-44f6-9761-204f685841d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e58f80bcac2250f470003cb68694310a142c35c --- /dev/null +++ b/images/085800cb-409a-44f6-9761-204f685841d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43502fa70187ffd0710a6c93290196ac01c6247d7c4d5084ebb089956b3dab5 +size 1807649 diff --git a/images/085832d4-9452-4e3f-963f-8e9cd244b0ec.jpg b/images/085832d4-9452-4e3f-963f-8e9cd244b0ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0c73e4909a14c735eb4a6713de67e9456d7aac6 --- /dev/null +++ b/images/085832d4-9452-4e3f-963f-8e9cd244b0ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4810cd3e98570a1d0a0343a27e157ce67a1a651a4ac27034b2d4b5f0ed58c3 +size 1872973 diff --git a/images/085e5720-ca99-4006-bb77-6ddf3cbb839f.jpg b/images/085e5720-ca99-4006-bb77-6ddf3cbb839f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..710ea43cb1363c231837d68264f2daa897822656 --- /dev/null +++ b/images/085e5720-ca99-4006-bb77-6ddf3cbb839f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc2fea5b56e304dcb6284ede2b0fa68aa1e2584823c58147fc9e89fb4bfff3d +size 1679411 diff --git a/images/086dc016-38c0-4245-b4b2-092195c46193.jpg b/images/086dc016-38c0-4245-b4b2-092195c46193.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4b5a5176263584a563ccffbd3d0b32e6b3a4a64 --- /dev/null +++ b/images/086dc016-38c0-4245-b4b2-092195c46193.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1799b549df6a1d6cabdecbbc9722fa0f6880fd5dd5f1589fe89710d00e074d31 +size 1268753 diff --git a/images/088b2027-a608-4f26-a4a1-99b28868fa4b.jpg b/images/088b2027-a608-4f26-a4a1-99b28868fa4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9301fd5a798c2c90b02d362a8991508e7a0bd4d9 --- /dev/null +++ b/images/088b2027-a608-4f26-a4a1-99b28868fa4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29573d567deb815fbd73125eca2cf4e3aa0a6e09817b6d1918a6778b2a5bec60 +size 1626734 diff --git a/images/089b35f0-e371-4b49-b66e-d5fe91b77ab3.jpg b/images/089b35f0-e371-4b49-b66e-d5fe91b77ab3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90c588c32c2df47571e0e0aa741649ae2e24b79f --- /dev/null +++ b/images/089b35f0-e371-4b49-b66e-d5fe91b77ab3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16f8e2309f148d289e3a8d06ca3380a9f8e363ae4682678cd468d3f3d6ec3ba +size 1216669 diff --git a/images/089d9a7b-b702-43e9-aa9b-45dda48fbda1.jpg b/images/089d9a7b-b702-43e9-aa9b-45dda48fbda1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85a4ec8560924c0d89e5943de94d894f6934a37f --- /dev/null +++ b/images/089d9a7b-b702-43e9-aa9b-45dda48fbda1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f313ac16fef311c626bd1fdb1d190bffcf649e9686f2fc91a975ed4f15b995ed +size 1377151 diff --git a/images/08a4c3c3-ec93-496a-ac86-d22269aca990.jpg b/images/08a4c3c3-ec93-496a-ac86-d22269aca990.jpg new file mode 100644 index 0000000000000000000000000000000000000000..551c0ad4d1bc9eb525d02d9b28807b6f80f50fe0 --- /dev/null +++ b/images/08a4c3c3-ec93-496a-ac86-d22269aca990.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116502943df1eda7d751801cfc5b8cf51a0d4e0a1666c6158e39eb7217fe4446 +size 1250525 diff --git a/images/08a7002b-c102-458f-bd50-954c611be904.jpg b/images/08a7002b-c102-458f-bd50-954c611be904.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4db616bf372f1c4ab73f5b62e05ab60b878fba5a --- /dev/null +++ b/images/08a7002b-c102-458f-bd50-954c611be904.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a69c1ecea177a81455bc43303de38cd18d95dd2e9c8a6c3f435f0516ad1abb +size 1586784 diff --git a/images/08b8269b-ad0a-491f-b687-09d24a850890.jpg b/images/08b8269b-ad0a-491f-b687-09d24a850890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2715b8e7f239123de1f9783a8b5f2ad78b7d212a --- /dev/null +++ b/images/08b8269b-ad0a-491f-b687-09d24a850890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fa63d0ceaa6ca339178da7637732dbf12fb59b467b65b4e8cedbfa8bf1e3c4 +size 1702300 diff --git a/images/08b9c984-2945-43d7-9866-2331440b6c4d.jpg b/images/08b9c984-2945-43d7-9866-2331440b6c4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84fd75850c1bb8cc2a9681b4a080d264d9df391a --- /dev/null +++ b/images/08b9c984-2945-43d7-9866-2331440b6c4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48843b33510353cc7a957c65604cef937806a9aae0324e96ce0a32bebd34383 +size 1298821 diff --git a/images/08c52d71-2928-48fe-8fd6-a915af09b725.jpg b/images/08c52d71-2928-48fe-8fd6-a915af09b725.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fefcfab7add103ae50b0b70a2fca6d045f7f067 --- /dev/null +++ b/images/08c52d71-2928-48fe-8fd6-a915af09b725.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000c73b70a0400ae68648aefc046b402b204c70c2a7c6e4d118e439b1bb73560 +size 1253664 diff --git a/images/08c5c07c-0742-4cc5-a2b8-27dd061c338f.jpg b/images/08c5c07c-0742-4cc5-a2b8-27dd061c338f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8bc7f1266ddd78769a7fa4d5c554e4d76092cac --- /dev/null +++ b/images/08c5c07c-0742-4cc5-a2b8-27dd061c338f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a723a39447ccbb09ee50eee3087aae4a032a3d25f5b8ac4847becf29ab301309 +size 1747818 diff --git a/images/08c8d475-6b57-46c8-83a4-e2d80309142b.jpg b/images/08c8d475-6b57-46c8-83a4-e2d80309142b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68a7ca17d97b06407ec36210d09223fda62370fa --- /dev/null +++ b/images/08c8d475-6b57-46c8-83a4-e2d80309142b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01320e620c8f4ade99320fd656116c611715475d0de9a5cc8cbfab8c01989581 +size 1607538 diff --git a/images/08cb7c71-6f4f-4a55-a812-7882528609c9.jpg b/images/08cb7c71-6f4f-4a55-a812-7882528609c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44187f20de50f208648dc9e26a2f9d7d26d1273f --- /dev/null +++ b/images/08cb7c71-6f4f-4a55-a812-7882528609c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fc20b128a04231e434b1c0dbee1b3d62873de9e1807a0fe90e88681c4bf8d1 +size 1608801 diff --git a/images/08d02621-ee3f-443e-aa87-05633d0da1e9.jpg b/images/08d02621-ee3f-443e-aa87-05633d0da1e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8404171b4cdb52377b357744e3cde22097456d58 --- /dev/null +++ b/images/08d02621-ee3f-443e-aa87-05633d0da1e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2ecd42403d897936d7675c6a7d26412f43a0a8369f4c073c164a04b7911faf +size 1392292 diff --git a/images/08e41b9f-080f-4f60-91ca-4cae33a77968.jpg b/images/08e41b9f-080f-4f60-91ca-4cae33a77968.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88f1027918442453d0d9ac3947bdc39d4cbf2482 --- /dev/null +++ b/images/08e41b9f-080f-4f60-91ca-4cae33a77968.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1823dff3acd9f91d740e1d3cff1593f837763305d02dfb890ae3095a40091066 +size 1678159 diff --git a/images/08e78173-2570-4213-83f1-2e662ca34488.jpg b/images/08e78173-2570-4213-83f1-2e662ca34488.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5948ea2cbdcc583ce276ed8c71b690d889ae4ae --- /dev/null +++ b/images/08e78173-2570-4213-83f1-2e662ca34488.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ad638cbc7fcbeae59fa07760841819dd33aeb5d6051e3eb9c0050489071f3f +size 2306052 diff --git a/images/08f1296f-5e28-4660-8c0d-c59397fafa88.jpg b/images/08f1296f-5e28-4660-8c0d-c59397fafa88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bcb9475a04397395228450a3acdbf113f16a7a1 --- /dev/null +++ b/images/08f1296f-5e28-4660-8c0d-c59397fafa88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0d63e7da8e9668103a7afc69aea702ad301e58fb4938d0cb443fb6e1f7b44a +size 2792235 diff --git a/images/08f1ffe1-4392-446e-915f-3758447181f4.jpg b/images/08f1ffe1-4392-446e-915f-3758447181f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f840290adffcdcfeddc7018dadf7e301088516bf --- /dev/null +++ b/images/08f1ffe1-4392-446e-915f-3758447181f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fd123f1e298b3cbb6472e55fd6584230c2538222527935fec7a2d0660d5aa5 +size 1644647 diff --git a/images/08f6cf40-f5b5-463b-8115-f8a820cd3941.jpg b/images/08f6cf40-f5b5-463b-8115-f8a820cd3941.jpg new file mode 100644 index 0000000000000000000000000000000000000000..416a45a9c95cd02f5f06d98f44f0cfda82184351 --- /dev/null +++ b/images/08f6cf40-f5b5-463b-8115-f8a820cd3941.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20206cb84eac60f415f4c379dd729c79104206bb4841bc585411d269714ee22 +size 1746813 diff --git a/images/08ffec60-a93f-4378-be46-c440b746fe58.jpg b/images/08ffec60-a93f-4378-be46-c440b746fe58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a8b99203f0fac9d809f65fc7cfffd99724098b0 --- /dev/null +++ b/images/08ffec60-a93f-4378-be46-c440b746fe58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8194c5e10656f682c87e704ba683f33e6e5a4f2419aad86c9d7eb770eab391 +size 1631724 diff --git a/images/0903d619-cfd2-4192-aff0-1cc50cb089b1.jpg b/images/0903d619-cfd2-4192-aff0-1cc50cb089b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29ffafb6605a16e8a5a1d1c51a586bf766902188 --- /dev/null +++ b/images/0903d619-cfd2-4192-aff0-1cc50cb089b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f4031d4b93cb6b403676cb9eb2eb7bd43919b1f8c0eb4d00d2c8c28d38ecad +size 3186772 diff --git a/images/090634e4-9d93-4d59-b6f0-3ba26761ae58.jpg b/images/090634e4-9d93-4d59-b6f0-3ba26761ae58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23affa2e8f9f64e50344bcff788ae81cf2c2790a --- /dev/null +++ b/images/090634e4-9d93-4d59-b6f0-3ba26761ae58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae372b17696ee75c560ce91c8303188c51636464de23aed5d0508b84fcbb26b +size 1855338 diff --git a/images/09119314-53d7-4dab-afa6-deddbfeea247.jpg b/images/09119314-53d7-4dab-afa6-deddbfeea247.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81acfbc07a2ee17e8e8c41f7508fb97daf1c5c39 --- /dev/null +++ b/images/09119314-53d7-4dab-afa6-deddbfeea247.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86c215945366ec5d16b522e9965fd66422cfa3d54861bb3a149ced4dd9e64cd +size 2245443 diff --git a/images/091a9bbe-75a4-40e3-a87d-295c9e90cbc3.jpg b/images/091a9bbe-75a4-40e3-a87d-295c9e90cbc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fac5557ea0c3454a6d370164d48a6f2f1b4c044 --- /dev/null +++ b/images/091a9bbe-75a4-40e3-a87d-295c9e90cbc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8369af1559eb0daf7c1323a1d4ac618443d4b502438b0ec3c81a52695fd74a78 +size 2339196 diff --git a/images/092173ef-d69e-4db2-a44f-8f41e01b4b03.jpg b/images/092173ef-d69e-4db2-a44f-8f41e01b4b03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e97fa560ad8bb6c76a5bb047a1d5f5ab9eb9e9 --- /dev/null +++ b/images/092173ef-d69e-4db2-a44f-8f41e01b4b03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67828aa7668c997f68101bfa4b2c3953024d34650bcde0c075cfcc7af2687655 +size 1501669 diff --git a/images/0921f0b8-a384-428b-abf9-8001b4fb4f15.jpg b/images/0921f0b8-a384-428b-abf9-8001b4fb4f15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2837bb6f616f6b086c39a2333f71476ad5c523a --- /dev/null +++ b/images/0921f0b8-a384-428b-abf9-8001b4fb4f15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1fb0c70d9c91e966f8cc4f3c083f319c18bf69d670b28081b1138d5c5c3667 +size 1651549 diff --git a/images/092544d9-6391-4097-a1db-54eed4006d8d.jpg b/images/092544d9-6391-4097-a1db-54eed4006d8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e785a4598f537a1a3df513af76b2b1b30692219d --- /dev/null +++ b/images/092544d9-6391-4097-a1db-54eed4006d8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd68ba32a747b26cf1a5e36d00313ee3ecadd75abe4cd080ff8dc5f8b835128 +size 1887373 diff --git a/images/0930134c-70da-40f1-a116-26ceb4337079.jpg b/images/0930134c-70da-40f1-a116-26ceb4337079.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbb58c3cd901772e78a1210c02a1828f1df26534 --- /dev/null +++ b/images/0930134c-70da-40f1-a116-26ceb4337079.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5320238fb4289f4f63dcd17303e4258ede3790e3bd05075ff2e5d631b47c1e +size 1807725 diff --git a/images/093ab51a-2468-4773-8129-320239c073c5.jpg b/images/093ab51a-2468-4773-8129-320239c073c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..143f23e63774bcdc5d83063eb03217f1113346a8 --- /dev/null +++ b/images/093ab51a-2468-4773-8129-320239c073c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6415665f1d4febc1b2b58af0d889da8d588f6a11c3d67ee08632132a9f37eb4 +size 1690907 diff --git a/images/093cd501-b7fc-4002-b54f-c34496f0132e.jpg b/images/093cd501-b7fc-4002-b54f-c34496f0132e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e4270e8ecf6bbb360465f18c562fa901d3bb7e2 --- /dev/null +++ b/images/093cd501-b7fc-4002-b54f-c34496f0132e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6cde80cf8f152f0171b2ac13b3126bc786694a13139874f41d95e1c4a20f4a +size 2900438 diff --git a/images/093e0bf1-efd7-4c2d-9153-968bf5734a43.jpg b/images/093e0bf1-efd7-4c2d-9153-968bf5734a43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a688ea0bd1982715d96d4aecd4a28c70f178f2eb --- /dev/null +++ b/images/093e0bf1-efd7-4c2d-9153-968bf5734a43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850d9fac59a4f64cc600eca3aa0ec4517f4c6363d4283786cf8c29c4bdff8d2a +size 1654013 diff --git a/images/093e4f50-9185-4d55-b752-cb9bdb0f3ceb.jpg b/images/093e4f50-9185-4d55-b752-cb9bdb0f3ceb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3b7d22ce1b661bfd6fa47d633c176b0a491e724 --- /dev/null +++ b/images/093e4f50-9185-4d55-b752-cb9bdb0f3ceb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54774febce55518b51436fa841f99d391efd6fd37182a481c53b7797558ce0a4 +size 1481174 diff --git a/images/09442771-88ce-497d-b1a1-3a280c9738a6.jpg b/images/09442771-88ce-497d-b1a1-3a280c9738a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5724a6218933ee46214cc527ab81df294f724583 --- /dev/null +++ b/images/09442771-88ce-497d-b1a1-3a280c9738a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc90f23c010cc38570dbcdca63a375e2d814081e366997efde3ce8e387c013e1 +size 2006686 diff --git a/images/094779ac-dab3-4a25-bb19-7c4fa5ddbd67.jpg b/images/094779ac-dab3-4a25-bb19-7c4fa5ddbd67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..527d47fa2e9f918d1c23a0d0894f28f2c948e9fe --- /dev/null +++ b/images/094779ac-dab3-4a25-bb19-7c4fa5ddbd67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5a41fe587c11c39046e299fdbf6c8a4b7e65010cf5cbcf21778278b0ca141c +size 1632013 diff --git a/images/0950bee3-edf1-421c-9d2e-ae9f6a63e55b.jpg b/images/0950bee3-edf1-421c-9d2e-ae9f6a63e55b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcd549fc29c265a5d3e9a27e75f6071b4aae9374 --- /dev/null +++ b/images/0950bee3-edf1-421c-9d2e-ae9f6a63e55b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9351645bc355bf75ad5cb4ef69e01b8411a753c721af20cda64cdaabe6378fab +size 1808608 diff --git a/images/096375fe-ab6f-4cfe-9ef6-185a448f7ec9.jpg b/images/096375fe-ab6f-4cfe-9ef6-185a448f7ec9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..213a0af1c9712e5980c0513249d3b2623880249c --- /dev/null +++ b/images/096375fe-ab6f-4cfe-9ef6-185a448f7ec9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c4c094af5cde42d7f7aaea3fd8b9ca9f0b2315fdf00ae506f5ad2a0a155b90 +size 2264242 diff --git a/images/09660a19-57af-4129-ad7b-10007209718a.jpg b/images/09660a19-57af-4129-ad7b-10007209718a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed8548c096e663c95a9b5120e8e1d6365fa9b04d --- /dev/null +++ b/images/09660a19-57af-4129-ad7b-10007209718a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43d8c3290f497e28e2487ce04ca527b617288aaf1c9d12c4eb2b8f74e9e78e5 +size 1438897 diff --git a/images/0969d081-9253-4aa3-a15b-e952e2485660.jpg b/images/0969d081-9253-4aa3-a15b-e952e2485660.jpg new file mode 100644 index 0000000000000000000000000000000000000000..004b05b9a18e17d0d935c1716ccb6a6cbdc2a599 --- /dev/null +++ b/images/0969d081-9253-4aa3-a15b-e952e2485660.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed7189101d720b80526d7b396d6099b4ff3cc34d788b453ad572d57c87f86d8 +size 1391864 diff --git a/images/096d3870-ac41-44bd-a881-322bcaf08b90.jpg b/images/096d3870-ac41-44bd-a881-322bcaf08b90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff95d1ddcd4656a6529b6b87b9341679c623e832 --- /dev/null +++ b/images/096d3870-ac41-44bd-a881-322bcaf08b90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbc1b5e01ac7a8c46992f6ca07b2aebd41d6aa0daa844e58d8f66ed075215bb +size 1915856 diff --git a/images/09717ee2-d5d5-4004-a979-f52ce93a8e8c.jpg b/images/09717ee2-d5d5-4004-a979-f52ce93a8e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cedaa7786a07d4726c8326f8fbcdfca74496c622 --- /dev/null +++ b/images/09717ee2-d5d5-4004-a979-f52ce93a8e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff9d3fbc99cf5556ecd91fb1a72a0534b146614af76090994a6132abfa1fbaf +size 1796464 diff --git a/images/0971f1f2-7529-411c-9ac6-9383e4219d7e.jpg b/images/0971f1f2-7529-411c-9ac6-9383e4219d7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af559b6d073c24002698a22f684c774715080294 --- /dev/null +++ b/images/0971f1f2-7529-411c-9ac6-9383e4219d7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c300bfa45de284e4f05d8f0a53d966db399f7534b5b0258212dcdc7c27fc24d +size 1206569 diff --git a/images/09751014-8f0e-4580-ab04-b14fa17d590c.jpg b/images/09751014-8f0e-4580-ab04-b14fa17d590c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4915b8daa501579d6f5f9695e05669490b3b8092 --- /dev/null +++ b/images/09751014-8f0e-4580-ab04-b14fa17d590c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e66a8a6e40ccd573a9a6e7334c9c933d1aac76f0b969c4d3714744b1d3399fd +size 1811705 diff --git a/images/097f9df3-9860-4818-b2c9-e281742c3cb5.jpg b/images/097f9df3-9860-4818-b2c9-e281742c3cb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..347ac430cde2d67c1ff36b65d3db96d2887320e8 --- /dev/null +++ b/images/097f9df3-9860-4818-b2c9-e281742c3cb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0db823d6b5cdf2202da800c2c298014e099e366d0ff85dacb617cf4ec446be6 +size 1546923 diff --git a/images/0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4.jpg b/images/0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcb4644c01d0a3b366c4eea4ebaac3ad0bad8441 --- /dev/null +++ b/images/0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462460b0f87614d048b687d3c542a5ddaf43629e084bb0b2cc9c27e32f28b1a0 +size 2424681 diff --git a/images/098e453d-24b8-4b55-9db2-bd5fe3b02b01.jpg b/images/098e453d-24b8-4b55-9db2-bd5fe3b02b01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e0782ed29a3c57898c2bdb8e2e70f6fc3e1adc3 --- /dev/null +++ b/images/098e453d-24b8-4b55-9db2-bd5fe3b02b01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7928311292fccb26983c7b9834b08c388b801abdafa97c735158fe8544ec775a +size 2672521 diff --git a/images/0996f266-5357-4bb2-9df2-36da66646819.jpg b/images/0996f266-5357-4bb2-9df2-36da66646819.jpg new file mode 100644 index 0000000000000000000000000000000000000000..682773dd04c010db6cf04b6a4cfba568b487adc8 --- /dev/null +++ b/images/0996f266-5357-4bb2-9df2-36da66646819.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f42f658ea8956ec3a4336e6df1eabe92f7b87eca027a9b72c8a2a795035162c +size 1535492 diff --git a/images/099a3809-c200-4d70-adc4-8ad01496ed43.jpg b/images/099a3809-c200-4d70-adc4-8ad01496ed43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c001debfcb35322ffc50c649844ffc9006f8d6a --- /dev/null +++ b/images/099a3809-c200-4d70-adc4-8ad01496ed43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ce9a90fb3c77c0cd22510c152c9099b0ebd0ac2551f68a06de959eacd0fe73 +size 2383562 diff --git a/images/09b0c36a-8755-4723-8e9f-d2f610dd8532.jpg b/images/09b0c36a-8755-4723-8e9f-d2f610dd8532.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d63fcaa1926e6bf4b8c5a481e4fdad15a27e7773 --- /dev/null +++ b/images/09b0c36a-8755-4723-8e9f-d2f610dd8532.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5629fab8bdf128febe56d46edb2b46a537f0ee9da5a403bef36c605ff64afae +size 1104429 diff --git a/images/09b7dd47-f806-42ae-81a6-9c32c4a842df.jpg b/images/09b7dd47-f806-42ae-81a6-9c32c4a842df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5674bf80d39816b74cb2e14cdc3dc1189373bd63 --- /dev/null +++ b/images/09b7dd47-f806-42ae-81a6-9c32c4a842df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d6c327ee48a9efbe964330a14be0135a9b6780144fe7946f40dccb9ea5dd15 +size 1881540 diff --git a/images/09ce398e-78af-4a55-bc0c-08da27714272.jpg b/images/09ce398e-78af-4a55-bc0c-08da27714272.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b7857dcb76d76365557903680817224b80fe4ef --- /dev/null +++ b/images/09ce398e-78af-4a55-bc0c-08da27714272.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ad104a26d372635263b41bf8f6f34c46287bc51705b85bf22f8b5ca5e5755d +size 1599794 diff --git a/images/09d3c30a-5464-4b81-a591-1319a58f748f.jpg b/images/09d3c30a-5464-4b81-a591-1319a58f748f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2e51b1389c3eb09e139bf39f49d4e518c5c42c1 --- /dev/null +++ b/images/09d3c30a-5464-4b81-a591-1319a58f748f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79387996cc51a7bf9a04527b1608cee05b8e552a42c31578cce892be9bf8eb7 +size 1690757 diff --git a/images/09e9201a-e7bc-4f68-b24c-c5ab7b1bf362.jpg b/images/09e9201a-e7bc-4f68-b24c-c5ab7b1bf362.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40d745c255efa1ba5e9e1881cc9852db3374d251 --- /dev/null +++ b/images/09e9201a-e7bc-4f68-b24c-c5ab7b1bf362.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e79248d5cbf2417ea169c41272572773debf3a4f4cd41ac5fb06399e9bac40 +size 1945883 diff --git a/images/09ea1589-c36a-4c59-b126-c7884c40cc5e.jpg b/images/09ea1589-c36a-4c59-b126-c7884c40cc5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43bf0fe240eb2334b7005a34d0c6a00a70e38a1d --- /dev/null +++ b/images/09ea1589-c36a-4c59-b126-c7884c40cc5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f158d36b7db08b7527c009bbdea6f897e8cb57e979a8f5cc954f600ecb62ceb +size 2038551 diff --git a/images/09ea9b5a-a795-4d9c-b061-86de36a77e67.jpg b/images/09ea9b5a-a795-4d9c-b061-86de36a77e67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..236d31c98a788084e58f9e8db3f0d9d01cd8228b --- /dev/null +++ b/images/09ea9b5a-a795-4d9c-b061-86de36a77e67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92336b8e02140815369d1c7df1b1091d1ee56e4b222ee8fde7be65db6a0790c7 +size 1634914 diff --git a/images/09f7672c-aba7-475d-ab71-ac5462059e1a.jpg b/images/09f7672c-aba7-475d-ab71-ac5462059e1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fef09c94601d4ee22e45e11f188b8d836dc8ac7d --- /dev/null +++ b/images/09f7672c-aba7-475d-ab71-ac5462059e1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b10c406a40791dd405206ae85f822a4fb2ad44c6df124d1b263c1a405111007 +size 1558591 diff --git a/images/09fb9bcd-351d-464b-9ca3-767e0a93afaa.jpg b/images/09fb9bcd-351d-464b-9ca3-767e0a93afaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3592e759938ed84a0f174248bb1b803f9f97aec --- /dev/null +++ b/images/09fb9bcd-351d-464b-9ca3-767e0a93afaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a232761b1c614b919b0e65850ee03489b8fa9ac2d9f0551586f6bf6b8f6fa6d +size 1469402 diff --git a/images/0a040ccb-c0e3-4740-8d50-c311e5a03d12.jpg b/images/0a040ccb-c0e3-4740-8d50-c311e5a03d12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abaa9f4bb5a66cd4ba8d9cf985fd2edf1b4b0791 --- /dev/null +++ b/images/0a040ccb-c0e3-4740-8d50-c311e5a03d12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5799208846baecdfa47a808244199159d77c0d288eb6e6460c20ce3960f5882 +size 1621592 diff --git a/images/0a0e17fd-aeda-47ae-b8fb-8131c16de486.jpg b/images/0a0e17fd-aeda-47ae-b8fb-8131c16de486.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70e82316b5a6e2201a7da0dbdae5111f72933ad4 --- /dev/null +++ b/images/0a0e17fd-aeda-47ae-b8fb-8131c16de486.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7dfe7b895562fe561d075e448f2e681b3ddda389cfe8b8fb1447cfe1584920 +size 1599750 diff --git a/images/0a21030a-6fdf-4458-88ef-6b607889b10f.jpg b/images/0a21030a-6fdf-4458-88ef-6b607889b10f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a2cae78c885e0ce5b9b164f0c2ed40b93ec97bd --- /dev/null +++ b/images/0a21030a-6fdf-4458-88ef-6b607889b10f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548d81e1bda0658253e3908d48b142ba42397f8570591f49e0f8ee60eca4d074 +size 1419556 diff --git a/images/0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4.jpg b/images/0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3682397f1eedfe283a9487be7fe94da633d777d3 --- /dev/null +++ b/images/0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1490c9290285d0036e660cb695043d4dd1ff7888dcba165434fc22a6079a88 +size 2293279 diff --git a/images/0a238dc9-eb2d-483f-a13b-3228548d7efc.jpg b/images/0a238dc9-eb2d-483f-a13b-3228548d7efc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b2ad72591a32093edab37f99f7041c9b3a3dc2 --- /dev/null +++ b/images/0a238dc9-eb2d-483f-a13b-3228548d7efc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97d2323df235c1698c1d10f9c50b8b5991cd8f46dba589243f8d143872738fc +size 1595037 diff --git a/images/0a272cc0-6148-4a3f-a008-2991be0dea6c.jpg b/images/0a272cc0-6148-4a3f-a008-2991be0dea6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78bd03145b944ea44fdbc5e52bcb478b8662076b --- /dev/null +++ b/images/0a272cc0-6148-4a3f-a008-2991be0dea6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c63364ecfbc97ac33ce0877c31010aa8f2da7473933b7c2d58879bbdf3ea90 +size 2092653 diff --git a/images/0a2ea213-c24b-4dcd-a93c-238dbd1a9583.jpg b/images/0a2ea213-c24b-4dcd-a93c-238dbd1a9583.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26b551973eba2a7b65d7bcf954dd70b91ffc65d3 --- /dev/null +++ b/images/0a2ea213-c24b-4dcd-a93c-238dbd1a9583.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98697d68a5af46edf84b36652030ee8d82d8560b36502d8e2d5180694d6818c1 +size 1429063 diff --git a/images/0a31e7ec-57b0-4990-a59c-db2314ef61aa.jpg b/images/0a31e7ec-57b0-4990-a59c-db2314ef61aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49a160852a0c76ceba0a898776adccef63ecd936 --- /dev/null +++ b/images/0a31e7ec-57b0-4990-a59c-db2314ef61aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8983f303b7ecb0a19e9409d273d3c050de6c2dcebc3cbc460701e324d0f5ead +size 1642213 diff --git a/images/0a4b04c1-26df-48e2-a2d9-ee4ed393685c.jpg b/images/0a4b04c1-26df-48e2-a2d9-ee4ed393685c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c613a90d6e44aa2009e244651455248e925191bd --- /dev/null +++ b/images/0a4b04c1-26df-48e2-a2d9-ee4ed393685c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca28d4a839ae5eaa29944954d180f4cdca3ff8345075624f74348e49f9cf92 +size 3015076 diff --git a/images/0a4ba762-7c84-4e0f-b575-089ca8292641.jpg b/images/0a4ba762-7c84-4e0f-b575-089ca8292641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23a9e3c2341bcde6a4f4a48aca2ba0c15894337e --- /dev/null +++ b/images/0a4ba762-7c84-4e0f-b575-089ca8292641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55eec79e4d54a538323466c572d0eddbba6a8ad4ee881e69f47131f97c871d4 +size 819856 diff --git a/images/0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9.jpg b/images/0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..517d7e4397acbf563a0bad4a3d05164403d7cfe1 --- /dev/null +++ b/images/0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453b0ea3db59cce7e2cbf0551961cdef9da27e7a1493b0e4dae77d53df3d73a5 +size 1854542 diff --git a/images/0a5ea051-8627-4e84-bc4a-a0ba244cc97d.jpg b/images/0a5ea051-8627-4e84-bc4a-a0ba244cc97d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9aef43adf18956e4d0bf79e7335e3ac279d5eb4 --- /dev/null +++ b/images/0a5ea051-8627-4e84-bc4a-a0ba244cc97d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0779ea7647343fe793c4773b7e9fb70c78d24deb6ae3b5af12cc8a06d0062f33 +size 1583489 diff --git a/images/0a62f6c7-7b69-41d8-bfc1-f13c0752070c.jpg b/images/0a62f6c7-7b69-41d8-bfc1-f13c0752070c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c50d9f96bf1670b62f721aa86a67192e990f47f1 --- /dev/null +++ b/images/0a62f6c7-7b69-41d8-bfc1-f13c0752070c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce67d10673f574b7659f1b619e17edf55e757aa46ce1f2c4a9d6de8dc3c6021 +size 3519396 diff --git a/images/0a69b318-db9d-440d-9045-39c8ebfd59ef.jpg b/images/0a69b318-db9d-440d-9045-39c8ebfd59ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c83ee4b4943ca8d74ebd6a8b552a42b120c813a --- /dev/null +++ b/images/0a69b318-db9d-440d-9045-39c8ebfd59ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3859caaba2bdf4c196dec44749d38a3d70a9eaab094f235c5820d21186d42d +size 1467295 diff --git a/images/0a6e6be2-7a03-4114-93a2-aca24043800e.jpg b/images/0a6e6be2-7a03-4114-93a2-aca24043800e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c24403e9b2910a1fff20c9a3f285f777797a15d8 --- /dev/null +++ b/images/0a6e6be2-7a03-4114-93a2-aca24043800e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a4705cbdf98e25ce7c43b0edfafb509929d5151c3cf3a366091c8df099d440 +size 1601066 diff --git a/images/0a6fe644-9000-4c6b-a81a-08bb6102518f.jpg b/images/0a6fe644-9000-4c6b-a81a-08bb6102518f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23bf71bceb2a19a84b79d5c795a756061c5c0dba --- /dev/null +++ b/images/0a6fe644-9000-4c6b-a81a-08bb6102518f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6a860165138b5d1b933f6523016d55257ca2917f3617267a82007af237b86e +size 1405224 diff --git a/images/0a704d63-73f0-4ad1-99bf-028d889ad04a.jpg b/images/0a704d63-73f0-4ad1-99bf-028d889ad04a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deec6c8e44b54d54ca494f423bac900bbb9eb392 --- /dev/null +++ b/images/0a704d63-73f0-4ad1-99bf-028d889ad04a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5df5c60c51952c9ff9825642ca6933335c9dc5d8e02fd33d49674382bfa3a3 +size 1484967 diff --git a/images/0a718e8d-bc91-4ee7-88a8-b66b16e96a0e.jpg b/images/0a718e8d-bc91-4ee7-88a8-b66b16e96a0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a2119dfebac872c3fb8f251570d18645d75f9b1 --- /dev/null +++ b/images/0a718e8d-bc91-4ee7-88a8-b66b16e96a0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a6ced05a21bf2caf6876136e120a8bc9d337b68606eac7870dd33a48cf893b +size 1607272 diff --git a/images/0a7cd166-4dc3-41e7-8458-47e98ad5d6c4.jpg b/images/0a7cd166-4dc3-41e7-8458-47e98ad5d6c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d8f39f9b8eda5dc2cae8633467371a21ccfe01a --- /dev/null +++ b/images/0a7cd166-4dc3-41e7-8458-47e98ad5d6c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073e0ab6ee0e4d22c2b0d4f9d6010caadd012a877deec3854c9e24e75fee04cc +size 1238366 diff --git a/images/0a816216-6ac8-416c-90ae-e3ec8355673a.jpg b/images/0a816216-6ac8-416c-90ae-e3ec8355673a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b0db70c3ac63ca75263f9255118fbc27ee07272 --- /dev/null +++ b/images/0a816216-6ac8-416c-90ae-e3ec8355673a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf1525e11466dadbf0efe7c68e800d0cd5ffc42f753626398c943d6e56308e1 +size 1338859 diff --git a/images/0a8197a7-9560-4382-ae1f-e9b2dbf2bff9.jpg b/images/0a8197a7-9560-4382-ae1f-e9b2dbf2bff9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b26fefe7088d754b30aac5071805c2cebfbb66d --- /dev/null +++ b/images/0a8197a7-9560-4382-ae1f-e9b2dbf2bff9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db326b9c075f8f82a954deacdfd1386fdb7d11ce431d90aa40bac13b8bc42b3 +size 1822460 diff --git a/images/0a828605-3937-488e-b8c3-dc12c0794b2d.jpg b/images/0a828605-3937-488e-b8c3-dc12c0794b2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f1927dc58c4a18082819ad22a6626cc7893914e --- /dev/null +++ b/images/0a828605-3937-488e-b8c3-dc12c0794b2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570473ffbab1b854df196229ca1b1f803716af07ba1a3b162b232c4b9ea7bb02 +size 1556875 diff --git a/images/0a8784a8-2eaf-41f5-960b-f8ce4f802dcd.jpg b/images/0a8784a8-2eaf-41f5-960b-f8ce4f802dcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37d289a210cc2edc2c866bfb826685e1f6e17f87 --- /dev/null +++ b/images/0a8784a8-2eaf-41f5-960b-f8ce4f802dcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964d21b187f31e9a5e88a97f674be9e69fd8a7f4446ed26b10bab9e4c6e5cbfe +size 2307958 diff --git a/images/0a9a21c3-0b9c-4649-a690-5005b7a76ca3.jpg b/images/0a9a21c3-0b9c-4649-a690-5005b7a76ca3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c81777674aed6dc874408d29f252bc7108eebcdd --- /dev/null +++ b/images/0a9a21c3-0b9c-4649-a690-5005b7a76ca3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45126c09941b4860e28ebc571326577c089fba75da7aa00a9188759f23c4f757 +size 1561856 diff --git a/images/0a9b0688-3d12-4888-b51e-cc1df0e4135b.jpg b/images/0a9b0688-3d12-4888-b51e-cc1df0e4135b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..489263de84ddecbd1718f2b380f5218ed1d32fdc --- /dev/null +++ b/images/0a9b0688-3d12-4888-b51e-cc1df0e4135b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0e46115f63bd000487e423d61193165e69a583e53d2e5dda83d2a57680ae20 +size 1470061 diff --git a/images/0aa22a1f-bf8b-4f83-9d79-74cf43d91575.jpg b/images/0aa22a1f-bf8b-4f83-9d79-74cf43d91575.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97cd97f025e07959c676962b17f1a165f1223e66 --- /dev/null +++ b/images/0aa22a1f-bf8b-4f83-9d79-74cf43d91575.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d762ec1e87b607ce01d2b03ea045059c9856ff8bb29ae8e5009e75ee009737e +size 1734268 diff --git a/images/0aa247d1-dcb9-4d33-9837-cad86b69d356.jpg b/images/0aa247d1-dcb9-4d33-9837-cad86b69d356.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f79545ade55bbfe0278a53f3e16b0550ba2500e --- /dev/null +++ b/images/0aa247d1-dcb9-4d33-9837-cad86b69d356.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da97414e725a3707537570e680c83e9591943396736507f3083494eb893b8687 +size 2071358 diff --git a/images/0aac24ba-5fc4-4d45-8c54-2bf14fb387ff.jpg b/images/0aac24ba-5fc4-4d45-8c54-2bf14fb387ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfc3066414156ad05bc9ead683d2e8c44d6267f3 --- /dev/null +++ b/images/0aac24ba-5fc4-4d45-8c54-2bf14fb387ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7c95156a49e713823629622d15c10b4c99323cc2f9b614e194a8956dea41a0 +size 2633892 diff --git a/images/0abdea3e-3ffd-4567-82df-88885454731d.jpg b/images/0abdea3e-3ffd-4567-82df-88885454731d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e528d30d53cef82918f6e2fc3beda22595cbc888 --- /dev/null +++ b/images/0abdea3e-3ffd-4567-82df-88885454731d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1704c1ff8c479a5826ede375c4094d4592c7cc52115f632698d4ba2a0fb779e0 +size 1471078 diff --git a/images/0ac4e8f6-32c9-403b-a866-8a465aee1f43.jpg b/images/0ac4e8f6-32c9-403b-a866-8a465aee1f43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24a7e12e8239ee2aeb57700d129db775901f8779 --- /dev/null +++ b/images/0ac4e8f6-32c9-403b-a866-8a465aee1f43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8183c4573284da2a63d85d1a00ad717f27ad5211dabab022938e069ab83bee +size 2464848 diff --git a/images/0ad08caf-5c7d-4336-a374-664f751dc90e.jpg b/images/0ad08caf-5c7d-4336-a374-664f751dc90e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85f70d8091d3b86b2fc97c0754c96b9dd634e341 --- /dev/null +++ b/images/0ad08caf-5c7d-4336-a374-664f751dc90e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59ea9f9c40b87e8faac9974c7fcc7945cbb19709229bf05b92269615818faad +size 1936708 diff --git a/images/0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a.jpg b/images/0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e1e31d426683b0427750ecb1b952ede941633ee --- /dev/null +++ b/images/0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f432fb222d2d9aa46de68a654628aa3de419660ddac7a3e405c07844c62a7106 +size 1617750 diff --git a/images/0ada7212-8977-4497-ace4-891607ac2a94.jpg b/images/0ada7212-8977-4497-ace4-891607ac2a94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f6ea2093f6818907ecec33dd674282c78a4e76c --- /dev/null +++ b/images/0ada7212-8977-4497-ace4-891607ac2a94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe398f290b32a5ac6fdff6ce281e4970dc5fbc27cdc7b9bf6d8db6d65a7900f +size 1628474 diff --git a/images/0aef0466-a825-4051-87c0-b38921c484f0.jpg b/images/0aef0466-a825-4051-87c0-b38921c484f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b299a296c0c35356e3a08a4ad423ca849bf0232 --- /dev/null +++ b/images/0aef0466-a825-4051-87c0-b38921c484f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c11ce53abda1c2aed7525975ddbac95627175ed9a80b8fe7b1fbba2da61ce9 +size 1617671 diff --git a/images/0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8.jpg b/images/0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ae8967397da88d2fad001a8552a6e0c8723e956 --- /dev/null +++ b/images/0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbab6302ed8cf6edf68f3d7fb2cdc2248345ee32aad91be16c5fb6aabfd3080f +size 1600161 diff --git a/images/0b130451-24a6-4526-b98b-fd47e513ee96.jpg b/images/0b130451-24a6-4526-b98b-fd47e513ee96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..073200d37f84a986678d19169e085c44e445d65f --- /dev/null +++ b/images/0b130451-24a6-4526-b98b-fd47e513ee96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9175fa97f9120372824afa146812e06e897bf9743daf1acfd46b1ed871d1bf2 +size 1568257 diff --git a/images/0b16bf07-418c-4698-8b44-439f3ff4e647.jpg b/images/0b16bf07-418c-4698-8b44-439f3ff4e647.jpg new file mode 100644 index 0000000000000000000000000000000000000000..771bc5da5231f2fd8038a807d2525395375e45f0 --- /dev/null +++ b/images/0b16bf07-418c-4698-8b44-439f3ff4e647.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c974fe39aa0e023aa35ee8d43686bb3d812ada8903a9ac4b6a6cabd562eabb28 +size 2382777 diff --git a/images/0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b.jpg b/images/0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6400cd452c3fcd46e357f126a1f34ba3cf0638a7 --- /dev/null +++ b/images/0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d0290bc3080512135a0c6f17768daca67e686905b956a490e716264461a665 +size 1650299 diff --git a/images/0b22b162-5382-4459-a7b9-ee84ea05a79e.jpg b/images/0b22b162-5382-4459-a7b9-ee84ea05a79e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7905235771534e98eb77ac3ee56a015ca503eee3 --- /dev/null +++ b/images/0b22b162-5382-4459-a7b9-ee84ea05a79e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f04e4853a5f702b85c0a8456b254811e2695b4b70a9abb5e86f5a6350d9d86 +size 1608557 diff --git a/images/0b242a61-f607-4ed2-b58d-78855859a4e8.jpg b/images/0b242a61-f607-4ed2-b58d-78855859a4e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9972ccaea9b3f72b352b3b068db0de5f798af5c --- /dev/null +++ b/images/0b242a61-f607-4ed2-b58d-78855859a4e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90638ca63ea09a5c1c3dc2895f65e42e81395d71b53e638c81f5538359c8d13b +size 1731340 diff --git a/images/0b2510fa-7e88-4c45-bf6b-978bae4d3401.jpg b/images/0b2510fa-7e88-4c45-bf6b-978bae4d3401.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4497572a76e162d4c4f7c340906c9988fc61f247 --- /dev/null +++ b/images/0b2510fa-7e88-4c45-bf6b-978bae4d3401.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afb76e8ea9d18024b0a4b18ce7159a1f947c16d2b69b12cb219fc80fc67af7d +size 2825741 diff --git a/images/0b2f23d6-26a3-49f9-9fe5-e11b3957e34e.jpg b/images/0b2f23d6-26a3-49f9-9fe5-e11b3957e34e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..284b59fd27822638672e090bda2eab9a7bf81b50 --- /dev/null +++ b/images/0b2f23d6-26a3-49f9-9fe5-e11b3957e34e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c712600303a643788cf76d26a86b82b11c065a6bc4dcd2df3ea310be581de605 +size 1719210 diff --git a/images/0b3590d4-fbed-4e26-9345-62009b45fa44.jpg b/images/0b3590d4-fbed-4e26-9345-62009b45fa44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9511f9db0d57c0c323716e309c892efa82a095c --- /dev/null +++ b/images/0b3590d4-fbed-4e26-9345-62009b45fa44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce824ae538bcb8b0476e150761262de0f4d127760ef521f1f7cc2eafa7b1279 +size 1518738 diff --git a/images/0b375b7b-c268-42dd-ac0e-b50eea0c39db.jpg b/images/0b375b7b-c268-42dd-ac0e-b50eea0c39db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d25627845c04165e15c2117c162eef18ea74f01f --- /dev/null +++ b/images/0b375b7b-c268-42dd-ac0e-b50eea0c39db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddec9e7ab68968b7c00dc777f841cbbcf49451550526b6bed620d59f6bde0cd8 +size 1498094 diff --git a/images/0b39e52d-fe46-4fb9-bd40-227796946cbb.jpg b/images/0b39e52d-fe46-4fb9-bd40-227796946cbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c2bb69eded97602bcadb394233030bee5c5b01f --- /dev/null +++ b/images/0b39e52d-fe46-4fb9-bd40-227796946cbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ff988e2474ef956cdb4614a7de3b009f37f9ea38889803b69f371a0633c3da +size 1241667 diff --git a/images/0b3b69f5-6440-4426-821b-597abfcdd2ab.jpg b/images/0b3b69f5-6440-4426-821b-597abfcdd2ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f128140c89a24f7e288e65a8741047d0f319e0 --- /dev/null +++ b/images/0b3b69f5-6440-4426-821b-597abfcdd2ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aecffbb8db09a6ee79a8d7c452aaa00845325fc29a9c93802af67c901364fc1 +size 1085758 diff --git a/images/0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e.jpg b/images/0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96e21389502ba037744c69791ac77025696a37a5 --- /dev/null +++ b/images/0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761ea10fb9f15eda198a7a952a83e6d05af47c02f4b0b85a7d781b5109970d65 +size 979324 diff --git a/images/0b54a26b-5d17-45ee-bce9-0f4c17c06899.jpg b/images/0b54a26b-5d17-45ee-bce9-0f4c17c06899.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dd3d6a95b109df652080dd59fecada19521e5b4 --- /dev/null +++ b/images/0b54a26b-5d17-45ee-bce9-0f4c17c06899.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997be99a21afb0c38b1079428193c889aac74b4065e891da263418a149088e6e +size 1503667 diff --git a/images/0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a.jpg b/images/0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..412f73524cef55e01ddccee3218fcb2da481080b --- /dev/null +++ b/images/0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941670bf8c55b31c3e814ba2196e42d43976eef2bb81cb8f990fdb80e7028c90 +size 1751716 diff --git a/images/0b5b07bf-a1c1-40a9-9983-0f39e17624df.jpg b/images/0b5b07bf-a1c1-40a9-9983-0f39e17624df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ee4d6caeba194fb11f882a1992ebfe0b88ecf32 --- /dev/null +++ b/images/0b5b07bf-a1c1-40a9-9983-0f39e17624df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7d76487bcc7531db16958b1793b3757b0c3448749a6e4cab94c6752b585bba +size 1652082 diff --git a/images/0b5f297f-e42a-47e4-8ec0-6707da3b1b05.jpg b/images/0b5f297f-e42a-47e4-8ec0-6707da3b1b05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..502a37584405bfbc9ed064261285f44f55c597c6 --- /dev/null +++ b/images/0b5f297f-e42a-47e4-8ec0-6707da3b1b05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699f2734205899de0a1dd020a04944660865d9ca19efde3b6fa45ac54087c319 +size 1738691 diff --git a/images/0b66a634-93f4-4a39-bfba-9f7c8d872b0a.jpg b/images/0b66a634-93f4-4a39-bfba-9f7c8d872b0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9521c16570e4822cab61e9717c68a59d9fd6492a --- /dev/null +++ b/images/0b66a634-93f4-4a39-bfba-9f7c8d872b0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68854a93bbf3286a3e765a5c21c3ae7b724331ed522e3950e61323c61148827 +size 1734305 diff --git a/images/0b6f8146-c0e6-426b-982b-44318c6d3c6b.jpg b/images/0b6f8146-c0e6-426b-982b-44318c6d3c6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1913eccaa303290b575af3aa8b4c7e0b5b1e3fd --- /dev/null +++ b/images/0b6f8146-c0e6-426b-982b-44318c6d3c6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e74dabba59d0bef1aa2067a7651dba6bab1d9bbe5cfed8d8d8ad82ab4fc8d9 +size 2892964 diff --git a/images/0b713055-4479-4877-afc6-609e135c81b7.jpg b/images/0b713055-4479-4877-afc6-609e135c81b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff0903ca4b67cb580d973f64130d3987b7b9fdc1 --- /dev/null +++ b/images/0b713055-4479-4877-afc6-609e135c81b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8d9abf495f9b11493c5cadf15a8a66dfda478a7bae3940ddaded98b6dce6f1 +size 1748543 diff --git a/images/0b7b7532-cb94-45a0-baca-06a805a026c7.jpg b/images/0b7b7532-cb94-45a0-baca-06a805a026c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1ce1fc6172b0effd36892aaf82b919b300f6659 --- /dev/null +++ b/images/0b7b7532-cb94-45a0-baca-06a805a026c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73763c557c27463fb1bea5c2591b8fab8f04fbed39b5ad1d51ddce089a3066e6 +size 1619228 diff --git a/images/0b82dbd3-137e-4188-80ed-198497d41514.jpg b/images/0b82dbd3-137e-4188-80ed-198497d41514.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1fce2cee3711f9d38467b774306f81f04304912 --- /dev/null +++ b/images/0b82dbd3-137e-4188-80ed-198497d41514.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbba08ebd79ba63dafb3542c614ffa74c972f0e618e974e7b71c6f3c6c255aad +size 2377082 diff --git a/images/0b83dd31-4df6-4ef4-bf66-1af3e5eaf954.jpg b/images/0b83dd31-4df6-4ef4-bf66-1af3e5eaf954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f52186548fec1bf8aecc4f55bbfb8485472f51eb --- /dev/null +++ b/images/0b83dd31-4df6-4ef4-bf66-1af3e5eaf954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85817ce00459680f925f9605b3ef4ee344a5327882a30b62a13ad1beb5ae71a +size 1609045 diff --git a/images/0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a.jpg b/images/0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43545d6276dcfeb287f2c5f8fc772132ee761618 --- /dev/null +++ b/images/0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1410a65c51f961675f60e1195cef9db9a596aca56d6f5d74a1b65b5ce36464 +size 1722651 diff --git a/images/0b8a7857-4ccc-4aee-b211-b71774da3582.jpg b/images/0b8a7857-4ccc-4aee-b211-b71774da3582.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09bf3ceef145c8bab658748e7072da91f9919228 --- /dev/null +++ b/images/0b8a7857-4ccc-4aee-b211-b71774da3582.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2e307005f5cbdd54ff57f82e735c91dd41dd0c98f7cb49d4827e6209cb4aa3 +size 2300002 diff --git a/images/0b974d8b-951f-4862-b477-9a30db3a6ab1.jpg b/images/0b974d8b-951f-4862-b477-9a30db3a6ab1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..103af5c0306af643668ce22b27524e72c16d68c4 --- /dev/null +++ b/images/0b974d8b-951f-4862-b477-9a30db3a6ab1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2038ad24b3aab6bf2667b8aaf2ee196bf3613e3b55ad17603e802f6a628db81e +size 1486550 diff --git a/images/0b976b7f-bb3d-42c5-9887-7cfb3f27280a.jpg b/images/0b976b7f-bb3d-42c5-9887-7cfb3f27280a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14fff86b7f2a928769f9493210939492bc47df83 --- /dev/null +++ b/images/0b976b7f-bb3d-42c5-9887-7cfb3f27280a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fd4991bc2243024b219b418844960b32060ceb987d89c889b55299a2a606f6 +size 1762187 diff --git a/images/0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312.jpg b/images/0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37bbdf9f54778e24ba31d33638834c1b6e8a2753 --- /dev/null +++ b/images/0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbf29ca635d61f75c562af6b57ec7f3b46198a2e16fdeaf1aa03f59034d0c7d +size 1726288 diff --git a/images/0ba47270-607a-46ee-9bf3-c6e36e235ffd.jpg b/images/0ba47270-607a-46ee-9bf3-c6e36e235ffd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0053c81a12f092803f7942b28acf03b48c66df1c --- /dev/null +++ b/images/0ba47270-607a-46ee-9bf3-c6e36e235ffd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a5be5b69106daf6939e85ff5e4a997fb968436df956af144d454dc42a0b5ba +size 1779853 diff --git a/images/0bb329f7-bbcc-4485-b24b-a804b5b024a5.jpg b/images/0bb329f7-bbcc-4485-b24b-a804b5b024a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72f2952f0ee55fa3c7d620f189b7f09282638b68 --- /dev/null +++ b/images/0bb329f7-bbcc-4485-b24b-a804b5b024a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd64e059ba88baaf57b066c3fd46446b7b2016697c635ff14f8fcbbc48073cb +size 1592967 diff --git a/images/0bb66fa9-e7e7-4331-a283-c8494dfe613c.jpg b/images/0bb66fa9-e7e7-4331-a283-c8494dfe613c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02a10e03610674198537fab46840250d78ee63de --- /dev/null +++ b/images/0bb66fa9-e7e7-4331-a283-c8494dfe613c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc6f0dede90abc81ed39bdfbac71d8cc7a995888076b35a4e1ecd4c6d9a560f +size 1436377 diff --git a/images/0bcde549-d895-4ce5-a0ab-a8edfe7f7e16.jpg b/images/0bcde549-d895-4ce5-a0ab-a8edfe7f7e16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a180408d32bd849cd2139f027578ee20b535195e --- /dev/null +++ b/images/0bcde549-d895-4ce5-a0ab-a8edfe7f7e16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c50b280f4abae939c22b626031c236d5f2eba9f34d9141ee8b27277476fc823 +size 1689014 diff --git a/images/0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1.jpg b/images/0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..430571632228109e9d83bd5f201b4be20ea696d6 --- /dev/null +++ b/images/0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c50c69f4ee2c724503777e90698f75d6838dab2ec1bce1e364df1d7b5a8e26b +size 2441826 diff --git a/images/0be7527d-ec11-4b3f-a525-47592f57ede7.jpg b/images/0be7527d-ec11-4b3f-a525-47592f57ede7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f64487f9220e013acc65b74d49703437043a939 --- /dev/null +++ b/images/0be7527d-ec11-4b3f-a525-47592f57ede7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d1361c118d878d6110e658a6428bd03aa415ad79803ff450bd0ddc2a8a1d7b +size 1728947 diff --git a/images/0bf4a012-8998-41fc-bdf6-a8123089e341.jpg b/images/0bf4a012-8998-41fc-bdf6-a8123089e341.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53de8dc08ab74a2b169df2189c3c316be63c30e5 --- /dev/null +++ b/images/0bf4a012-8998-41fc-bdf6-a8123089e341.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bdabbe2f4c04a62cdfc251f9f6d8d40fc199a097659d29f93f3fade29a8356 +size 1363888 diff --git a/images/0bfa2e02-03df-4d4a-9343-41373082d3cf.jpg b/images/0bfa2e02-03df-4d4a-9343-41373082d3cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f49c67fd5bc8ebecb254d298e2c524c83a20413 --- /dev/null +++ b/images/0bfa2e02-03df-4d4a-9343-41373082d3cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3688efac675849c992fb977dab4d3a9421f8ad13fcd25ee4541457c75bb80523 +size 2228227 diff --git a/images/0c072047-94cf-40bc-8f8c-fad1b92f5b1b.jpg b/images/0c072047-94cf-40bc-8f8c-fad1b92f5b1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee6e90958f327bdcd2053e7b8d2f4fff29f6a5d6 --- /dev/null +++ b/images/0c072047-94cf-40bc-8f8c-fad1b92f5b1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc037f21e8943b5bd5f98b69aaec2410ffcc05e4a7895b872502a76ae8334b5 +size 1392760 diff --git a/images/0c0aac43-0ae2-4757-92dd-cdda9115cd5f.jpg b/images/0c0aac43-0ae2-4757-92dd-cdda9115cd5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5952a1dfba46cc19adbb5730a13340a78115e8d6 --- /dev/null +++ b/images/0c0aac43-0ae2-4757-92dd-cdda9115cd5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77988182f046cb41a03c061f1399b66a19088541efc86a1e80e563045092112b +size 1541305 diff --git a/images/0c1544a2-b91b-4239-8c00-4f1b50638b02.jpg b/images/0c1544a2-b91b-4239-8c00-4f1b50638b02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de73aab676c1059c84e0dc442777de3e5f863465 --- /dev/null +++ b/images/0c1544a2-b91b-4239-8c00-4f1b50638b02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f1bf190f7c0e5c33b7166ca37763c2d33c3530ba785ada7e2cb1372be81320 +size 1311730 diff --git a/images/0c15d264-04c9-4501-b03e-cb8b9e45f950.jpg b/images/0c15d264-04c9-4501-b03e-cb8b9e45f950.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f86ad862fb2f041b6fc9ed7c2c95e66a002d7a --- /dev/null +++ b/images/0c15d264-04c9-4501-b03e-cb8b9e45f950.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7085fd6279adbbf5d82c989d7eb20d607beaa2f520da4cb04d473f317060c8a2 +size 2127323 diff --git a/images/0c209b43-4e0e-4593-9836-63de39b5ef78.jpg b/images/0c209b43-4e0e-4593-9836-63de39b5ef78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4172871a0112cb8ff735e9ae1949e05c5d659ec5 --- /dev/null +++ b/images/0c209b43-4e0e-4593-9836-63de39b5ef78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5d7937a057d2b9b55358bf5361e9d2e0a86de846612d0659633a8ce065e517 +size 2110136 diff --git a/images/0c28c5e4-4998-4737-a410-8154cd5bcb5c.jpg b/images/0c28c5e4-4998-4737-a410-8154cd5bcb5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c01496a5735fb31f07d2270e6d6d8c5b21a6d85 --- /dev/null +++ b/images/0c28c5e4-4998-4737-a410-8154cd5bcb5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087a7781c862e6c94993b9825318e0d75126e2de4d4d27b59be5bca8dac3e2ae +size 1894108 diff --git a/images/0c2b918b-b8d6-49f4-90d9-777de1419c22.jpg b/images/0c2b918b-b8d6-49f4-90d9-777de1419c22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..432c792b15acc73b09e7c76ccc16fac5c161c0cc --- /dev/null +++ b/images/0c2b918b-b8d6-49f4-90d9-777de1419c22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba906088e8165978909651cf343995b03aacfa0063e559211f402340c31bfd8 +size 1684941 diff --git a/images/0c2ce454-7f2a-44c1-bdc0-64c9408a3565.jpg b/images/0c2ce454-7f2a-44c1-bdc0-64c9408a3565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fe8a88c548ebe4c93a1e2904d3ad500f84a19f0 --- /dev/null +++ b/images/0c2ce454-7f2a-44c1-bdc0-64c9408a3565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd434874b79800b54849ee0c1dd8206ee7e8df2edbe3fd52e96e3e2a21423d69 +size 1647171 diff --git a/images/0c35e978-a5c7-4990-86c9-5243a1520cf2.jpg b/images/0c35e978-a5c7-4990-86c9-5243a1520cf2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..223a5506ec8417702998a07ef7e37aaa96eef70e --- /dev/null +++ b/images/0c35e978-a5c7-4990-86c9-5243a1520cf2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d9bd61610d133d8c831a750b8ed6b4b877f25003c8d2a3675be1f20a78fbff +size 1614503 diff --git a/images/0c3fcaef-3eac-4c20-9226-7e87123e41eb.jpg b/images/0c3fcaef-3eac-4c20-9226-7e87123e41eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d2fb7149ee3e06da6e3c2f9ceec67355dbb2143 --- /dev/null +++ b/images/0c3fcaef-3eac-4c20-9226-7e87123e41eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d8b3605b6bbeca07019aa6fc529b0ae7088ce6e26367c9ac8d762b494ce2e7 +size 1701684 diff --git a/images/0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b.jpg b/images/0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0156ce58f5e58c7ac6d158b114b7b11e6f138e70 --- /dev/null +++ b/images/0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b7783dce7be4f6130edc7725af55e215a2559e34323e963fbff7dde4bbf12f +size 2652003 diff --git a/images/0c4c4277-c43b-4eb7-bb80-5c62b354d83f.jpg b/images/0c4c4277-c43b-4eb7-bb80-5c62b354d83f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb201e4bd39e419b3320e0561b2242631508f124 --- /dev/null +++ b/images/0c4c4277-c43b-4eb7-bb80-5c62b354d83f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5bf1abce4bc6cffb7237bda4e5a063e8f8f1bfc3b2d36419111f0096b58392 +size 1830762 diff --git a/images/0c537225-3de5-4e89-a988-3863c673209a.jpg b/images/0c537225-3de5-4e89-a988-3863c673209a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..045bde99f5cfc4142670dff003753dfd0c816450 --- /dev/null +++ b/images/0c537225-3de5-4e89-a988-3863c673209a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ccad86d7691acb02effa6054cbb56de2f7bd0cd3e7f390ae8254eae7bc0983 +size 1732045 diff --git a/images/0c65937f-4355-4f11-b77f-251afae13ebd.jpg b/images/0c65937f-4355-4f11-b77f-251afae13ebd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d304f239e3381a9e24c3ebea615995c11d7508 --- /dev/null +++ b/images/0c65937f-4355-4f11-b77f-251afae13ebd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3181f97a6802878cf4610fee43a1dc3c229b20309e18294bfdba850307eb249f +size 1646933 diff --git a/images/0c6d0970-4540-43b8-961f-d7fda46f2352.jpg b/images/0c6d0970-4540-43b8-961f-d7fda46f2352.jpg new file mode 100644 index 0000000000000000000000000000000000000000..285738940f388d4f755dc15826bd49306d4e55da --- /dev/null +++ b/images/0c6d0970-4540-43b8-961f-d7fda46f2352.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028b29b1d8ca241b32deeb88b46462033b7753948d3b3304c9d09ce145dbc2d9 +size 2968217 diff --git a/images/0c6d2d84-cfee-4c04-a048-ccd4868c3879.jpg b/images/0c6d2d84-cfee-4c04-a048-ccd4868c3879.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6bdd3efc2daa40ad1e6ac6beba2428f39784298 --- /dev/null +++ b/images/0c6d2d84-cfee-4c04-a048-ccd4868c3879.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125f934fe530b97af9600c2bb80f55a49a519224610042e0121adf551a81699e +size 1880131 diff --git a/images/0c73569c-4445-4f72-8345-6328e9cd1b83.jpg b/images/0c73569c-4445-4f72-8345-6328e9cd1b83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07a20cd155dec3d48b4c3f73be004f2a071e1b2e --- /dev/null +++ b/images/0c73569c-4445-4f72-8345-6328e9cd1b83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e813a1114ced7444df55b78bf73febe0fa9e3b07750c756e54c8606a73bacf1b +size 1507764 diff --git a/images/0c753a9b-2484-49ad-b32f-39c01f2ca393.jpg b/images/0c753a9b-2484-49ad-b32f-39c01f2ca393.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9d7e246233e51b068773d21ccdf8ef4503abaa0 --- /dev/null +++ b/images/0c753a9b-2484-49ad-b32f-39c01f2ca393.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a7a87e899754382d5db2a0d2f683e39e384a7ccc3303f5849e34466938ad32 +size 1182171 diff --git a/images/0c7a9a14-84ad-4d8a-9770-c817a290a690.jpg b/images/0c7a9a14-84ad-4d8a-9770-c817a290a690.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0feab00ceb723ec1bcb6dbe7851301bc39de7af --- /dev/null +++ b/images/0c7a9a14-84ad-4d8a-9770-c817a290a690.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45dab2df840fb63994f603cdd2c5b329085f50f2b3941912f3630339d5f8c84 +size 1602352 diff --git a/images/0c7d3abe-a027-417f-b1f0-beb6048dc238.jpg b/images/0c7d3abe-a027-417f-b1f0-beb6048dc238.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ef1ad097d39efc1833890b60b4bd6d7ffda20b4 --- /dev/null +++ b/images/0c7d3abe-a027-417f-b1f0-beb6048dc238.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3562bb7442635001d0a6e2fd06c789a487cf5a3d190d3a806259da164aa99a +size 2253132 diff --git a/images/0c8f9a45-7168-4be6-8d55-28c6b8f89d61.jpg b/images/0c8f9a45-7168-4be6-8d55-28c6b8f89d61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a66eda111de3758c52c18dfaa5174d6c045ea42c --- /dev/null +++ b/images/0c8f9a45-7168-4be6-8d55-28c6b8f89d61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707e891b172e69a74febbe53125d211e242dfe253cff0d245f12cc4db5a25ddb +size 1743759 diff --git a/images/0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3.jpg b/images/0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4f8b54fdbf26b2d5f5f8e567ebfff572f1bfbbd --- /dev/null +++ b/images/0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5541c008a0c43ee7dafc6b1b4b197a570cf10b80a0f667f96bf59c26fd5380c +size 1481929 diff --git a/images/0ca40f29-7a88-491c-b874-fb4fd498573a.jpg b/images/0ca40f29-7a88-491c-b874-fb4fd498573a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3cfdfe0a90d98342499befeb96b06ec7729025e --- /dev/null +++ b/images/0ca40f29-7a88-491c-b874-fb4fd498573a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2f742ebf52adaffe9cf46c16689b5fb0c5696932b5b7cf0c20968ea8e321eb +size 1413084 diff --git a/images/0caafbd2-691b-4eb2-9446-e6ce3ab6765d.jpg b/images/0caafbd2-691b-4eb2-9446-e6ce3ab6765d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8ea7c84173d94d2970d1ff88f2635d4a70b8842 --- /dev/null +++ b/images/0caafbd2-691b-4eb2-9446-e6ce3ab6765d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73087105e4b7b68780d819d28626eadd55b9dbc2fbb9f12d0c242574ec939f48 +size 1580687 diff --git a/images/0cad8566-7158-4b3f-adde-d25a82288d20.jpg b/images/0cad8566-7158-4b3f-adde-d25a82288d20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c80ae0e62eb64ff2d321c19bf703f645eed92f26 --- /dev/null +++ b/images/0cad8566-7158-4b3f-adde-d25a82288d20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e154c95c7a13fbc80c057971d7960cbd4aef1609b423f6e209246c9ffaef9c +size 1878100 diff --git a/images/0cc811f3-ad54-469a-9462-f2cd6d8fa747.jpg b/images/0cc811f3-ad54-469a-9462-f2cd6d8fa747.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e95302dad58d0f27346d6fb0d405f39793c82bc5 --- /dev/null +++ b/images/0cc811f3-ad54-469a-9462-f2cd6d8fa747.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde8b240ac2d1be48b2890a5979fb088b965a8e732a260e195068e554d09638e +size 1553680 diff --git a/images/0ccca259-ac1e-45fb-9ec4-25fa332066d5.jpg b/images/0ccca259-ac1e-45fb-9ec4-25fa332066d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48f9cf1a8c63f5195f5c25bcddb143b4a4b44ac6 --- /dev/null +++ b/images/0ccca259-ac1e-45fb-9ec4-25fa332066d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c6aeec513631d1b363e111c08616b8dba3b4545155d9bfb19b654fbc097e86 +size 1622521 diff --git a/images/0ccfccd0-2a64-48a2-91b1-a0bfe617041e.jpg b/images/0ccfccd0-2a64-48a2-91b1-a0bfe617041e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..697d2744026114ba4c6581d78ec9bea0162a9803 --- /dev/null +++ b/images/0ccfccd0-2a64-48a2-91b1-a0bfe617041e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe99c4fac5622674bbf1954308a95438c34e0a382392ee76b04d4f6d590efc69 +size 1779765 diff --git a/images/0cd1c9be-dbf8-475b-8308-b1092f5ed225.jpg b/images/0cd1c9be-dbf8-475b-8308-b1092f5ed225.jpg new file mode 100644 index 0000000000000000000000000000000000000000..351e40ff6f400df9020c9ccc4625dec7751bf508 --- /dev/null +++ b/images/0cd1c9be-dbf8-475b-8308-b1092f5ed225.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6341184005fbce98f07ff847f0109e402f3eb694a071c962120374db44ac1a9c +size 1789926 diff --git a/images/0ce05620-e0e3-49f1-a873-896151e88170.jpg b/images/0ce05620-e0e3-49f1-a873-896151e88170.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20933550c62eba43558cdfe1e567e6efddab28d5 --- /dev/null +++ b/images/0ce05620-e0e3-49f1-a873-896151e88170.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22645a9c632ba177a77201a5bc9a926628c9d7db6b5b26350a5b7331684f93b8 +size 1457809 diff --git a/images/0ce42f01-3b22-4bb9-a921-c92d0fe46126.jpg b/images/0ce42f01-3b22-4bb9-a921-c92d0fe46126.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8b4823e08f9a9ceac18aca79949362655a50c23 --- /dev/null +++ b/images/0ce42f01-3b22-4bb9-a921-c92d0fe46126.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9237c1e70d4b90eed6190f62cbf5a6ce3fd09e7a72571586107f3d56f51090 +size 1535748 diff --git a/images/0cea1156-016c-448f-af34-4d543789f092.jpg b/images/0cea1156-016c-448f-af34-4d543789f092.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7af2e541a5a4cc61575d7fb8a20a5a23a6c361c9 --- /dev/null +++ b/images/0cea1156-016c-448f-af34-4d543789f092.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ec5689d9231fe0fab1894e8af93138d8bae640aad15845d96c2ab3e4259024 +size 1535961 diff --git a/images/0cea50d2-09e4-45cf-95be-42bf64d30533.jpg b/images/0cea50d2-09e4-45cf-95be-42bf64d30533.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6215a205eb304f8430634e47eb07f31592db0049 --- /dev/null +++ b/images/0cea50d2-09e4-45cf-95be-42bf64d30533.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bfb16c9b44c312171c70782ed46ec519df940f5f232a3ddb8b933c42f913b4 +size 1191670 diff --git a/images/0cebb004-1598-4739-b0f6-73d65413fb31.jpg b/images/0cebb004-1598-4739-b0f6-73d65413fb31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9735be0f58c5674a1614649fe39e187ad4d0f71a --- /dev/null +++ b/images/0cebb004-1598-4739-b0f6-73d65413fb31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2882bba6a69164d3f2758026c514db35b5e3a1d96e797eb483f8a6303b754462 +size 1461293 diff --git a/images/0cf8caf8-b80a-4c0a-b216-9cbb2705d97c.jpg b/images/0cf8caf8-b80a-4c0a-b216-9cbb2705d97c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09fdcfce76de12795d533727cdea1949f3069fbe --- /dev/null +++ b/images/0cf8caf8-b80a-4c0a-b216-9cbb2705d97c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319ddf625cad7e5747eb5005cffa57fc5de1fc8823b8b211bd45c57b227dcf44 +size 1570265 diff --git a/images/0d0102f5-fc93-4262-b826-842ecbc96a45.jpg b/images/0d0102f5-fc93-4262-b826-842ecbc96a45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96ef87deee2093721aca2ff37af8371dc3705543 --- /dev/null +++ b/images/0d0102f5-fc93-4262-b826-842ecbc96a45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5983eb413c88b4cf06c314c895b68d481728f7114ad2367399815871511a0f73 +size 1381728 diff --git a/images/0d031e4d-0cc4-4f73-b242-798b0aafe378.jpg b/images/0d031e4d-0cc4-4f73-b242-798b0aafe378.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d504009c7a59ab39a214858a30813a5da6367964 --- /dev/null +++ b/images/0d031e4d-0cc4-4f73-b242-798b0aafe378.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9480b8553ac9149b9888b4ede87dc9038c890f6f034b9821f822e6b5e3afe406 +size 1664200 diff --git a/images/0d03982a-6132-43a0-afff-fd38ed1448c6.jpg b/images/0d03982a-6132-43a0-afff-fd38ed1448c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf8f29d22a447bb8b8d2fff837c658db8d4fb99c --- /dev/null +++ b/images/0d03982a-6132-43a0-afff-fd38ed1448c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324bc064f4acd2fb134eb25f383e6b21394196e6d393af62377590bcdb63d7f4 +size 1350702 diff --git a/images/0d086657-06f6-43ac-8959-b9061fc9d9e3.jpg b/images/0d086657-06f6-43ac-8959-b9061fc9d9e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0188ef3d94bba53e4c6cb8a32676d3d5f258054 --- /dev/null +++ b/images/0d086657-06f6-43ac-8959-b9061fc9d9e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900c251a02c1c72eec1ebaee643d28f8da4eedd904e0400fce39433e3f54fc4b +size 1597333 diff --git a/images/0d0b5dda-89d3-47c3-9273-0e91040af5b0.jpg b/images/0d0b5dda-89d3-47c3-9273-0e91040af5b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ec2f78d23f6225b966a0a234fc96fc5f1b5fefe --- /dev/null +++ b/images/0d0b5dda-89d3-47c3-9273-0e91040af5b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a12034b3c66d89033a8fdbcb7c13c414f8f8f0e1a05be3deecd3d4f5b24713 +size 1727729 diff --git a/images/0d0fe439-ec0a-48d0-8d28-f8e3e16f644e.jpg b/images/0d0fe439-ec0a-48d0-8d28-f8e3e16f644e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35fede707e6be43075e8e6f64f29c2c28f55c98f --- /dev/null +++ b/images/0d0fe439-ec0a-48d0-8d28-f8e3e16f644e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba11e2e42d218056d01b229d8463cb030aa730ad2f67894af06727cf465d420d +size 1982380 diff --git a/images/0d119ef5-917f-4b7b-9041-d26cd887f3df.jpg b/images/0d119ef5-917f-4b7b-9041-d26cd887f3df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f85b19ea63ea7efbc9c31ce612e00ff95cf63a37 --- /dev/null +++ b/images/0d119ef5-917f-4b7b-9041-d26cd887f3df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507b94f010f84c37c17d33ede7a7a4e4c09db0b7893f0684869d7301b1fa21bd +size 1574105 diff --git a/images/0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9.jpg b/images/0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..473712760b38992b0010e62a53cb4dea68cb55d4 --- /dev/null +++ b/images/0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c6fc18744daf056932a7ccc6096a59edf4ee106ef6da66c4e2cf0f40820c42 +size 1309173 diff --git a/images/0d1b1d32-c5da-4f87-81a8-eb62769ae1a2.jpg b/images/0d1b1d32-c5da-4f87-81a8-eb62769ae1a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef2d0a6bad12514694e6fc093306a9398e3442f7 --- /dev/null +++ b/images/0d1b1d32-c5da-4f87-81a8-eb62769ae1a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439746d4c2a97e36a87951e660f9a0616b704a7f1769fe40a51e8aaf843a7b63 +size 1610529 diff --git a/images/0d224f99-d1a1-4b6a-b5d4-7973c67963ad.jpg b/images/0d224f99-d1a1-4b6a-b5d4-7973c67963ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dea4273ddd74cd8ae13a0330afb3c59cd4bfc88d --- /dev/null +++ b/images/0d224f99-d1a1-4b6a-b5d4-7973c67963ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee7db90abeb22827fe834b625ba362013726c52e22913a46221172493464899 +size 1085780 diff --git a/images/0d3201f4-5b8e-487d-8985-ab13e61be049.jpg b/images/0d3201f4-5b8e-487d-8985-ab13e61be049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e5e8df7a2c9246afa146acbf02621febf2fd98c --- /dev/null +++ b/images/0d3201f4-5b8e-487d-8985-ab13e61be049.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5b2deeb88ff47d3c99d018b6b13015396aede335f5b427e1b341c8c540373e +size 1410272 diff --git a/images/0d32c15b-0041-44a2-9918-f840fb49d755.jpg b/images/0d32c15b-0041-44a2-9918-f840fb49d755.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef6addf69e449fd26f9b81529f90a5b41641df5f --- /dev/null +++ b/images/0d32c15b-0041-44a2-9918-f840fb49d755.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3527d2bb2a3955427a3cfabce2f1baf7434bf88db44dc5d2901a04b944e0f3 +size 1848592 diff --git a/images/0d3474a3-aa5e-4f5d-a1be-e854c3a40525.jpg b/images/0d3474a3-aa5e-4f5d-a1be-e854c3a40525.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ddde83a9d3c8355cd464d9650e02bf11529f02a --- /dev/null +++ b/images/0d3474a3-aa5e-4f5d-a1be-e854c3a40525.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e79b96473439336688278153ebe44c8b7bae1fb84a2f7f0411e955669b4430 +size 1599580 diff --git a/images/0d471993-db5f-42b3-93d3-31029a62d886.jpg b/images/0d471993-db5f-42b3-93d3-31029a62d886.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4ce2c71f55ba651510c97c9fc54119d9e6ddc87 --- /dev/null +++ b/images/0d471993-db5f-42b3-93d3-31029a62d886.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bd1369f24866e56ff1cdfbd4b4bd9ffd2d3104f423b94590b5ddf6099cc768 +size 1567662 diff --git a/images/0d4e11f3-53f8-49d2-848e-12a64bc4791e.jpg b/images/0d4e11f3-53f8-49d2-848e-12a64bc4791e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6547e0853b5a21d863d9ac60d2ec4fc7f6df99e3 --- /dev/null +++ b/images/0d4e11f3-53f8-49d2-848e-12a64bc4791e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e128abbb6193c357eaf8557de2bb95e29dcf09e31ca50b308e2a5bb17555a9a +size 1716967 diff --git a/images/0d640759-ae6f-4bbb-bec6-df31f997fc78.jpg b/images/0d640759-ae6f-4bbb-bec6-df31f997fc78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b4f5749ad35cd036ca7f0dd601f5b32106e8bb4 --- /dev/null +++ b/images/0d640759-ae6f-4bbb-bec6-df31f997fc78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99328ccff741bfd6f99ea940737b115bf32dc2604a07ba6b783e9a3e98b2f269 +size 1569769 diff --git a/images/0d6a70f5-e8c8-4a38-97d2-7122419e5994.jpg b/images/0d6a70f5-e8c8-4a38-97d2-7122419e5994.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b8a9d05a279b859fc437c26d4e61d4408e980e8 --- /dev/null +++ b/images/0d6a70f5-e8c8-4a38-97d2-7122419e5994.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344be001009ba77e3d48f700eac35d115e314904a49060a219321f8e36a88927 +size 1676120 diff --git a/images/0d76a2c3-4459-4a4e-9fc4-0341e0f5826b.jpg b/images/0d76a2c3-4459-4a4e-9fc4-0341e0f5826b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29de0584f7438699b614a2ea87d84c7a3cf053cf --- /dev/null +++ b/images/0d76a2c3-4459-4a4e-9fc4-0341e0f5826b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d07fb7a99c39cc42e4613ea293603266381d7151954fd96bf0a2ef04f23900c +size 1599704 diff --git a/images/0d7fc609-6c5d-4d83-a743-49575de8fc4f.jpg b/images/0d7fc609-6c5d-4d83-a743-49575de8fc4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6667f1c25222b444e2913fb75c67a10c843859aa --- /dev/null +++ b/images/0d7fc609-6c5d-4d83-a743-49575de8fc4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedfb8e488a02fc9755f26a6a2e71d80b112b7391f48b25242442d16f9da4d59 +size 1571928 diff --git a/images/0d82ad1a-5e1b-42d6-80bb-c38558332dbf.jpg b/images/0d82ad1a-5e1b-42d6-80bb-c38558332dbf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9acfdc3a2a76f83774ec0284e207b62dd4a7f5b6 --- /dev/null +++ b/images/0d82ad1a-5e1b-42d6-80bb-c38558332dbf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb11bb9765b786a3f97c04e38e202744e7715ed15232d4b9de82f1d6e366173f +size 1869696 diff --git a/images/0d85f655-b2a0-4bf7-8a2f-4f4699342fde.jpg b/images/0d85f655-b2a0-4bf7-8a2f-4f4699342fde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..168e53ca6e274a14ceb0c05787a6014a6a268cab --- /dev/null +++ b/images/0d85f655-b2a0-4bf7-8a2f-4f4699342fde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e219c9e8d500d3b522a453b6bb17ece5bddaca5dc30afb9185a7658ea546a09 +size 1575895 diff --git a/images/0d8a53a0-d98a-4336-92ac-2791bbd337ed.jpg b/images/0d8a53a0-d98a-4336-92ac-2791bbd337ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0887c431d775461564547c51ab0718dbf10261ac --- /dev/null +++ b/images/0d8a53a0-d98a-4336-92ac-2791bbd337ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126ce2dcea8dd38920aa175c50d7f34c432560ceb768b24054b654e6c5e7ec8a +size 1224584 diff --git a/images/0d9a1a56-01b8-4887-9d82-385205a86d9a.jpg b/images/0d9a1a56-01b8-4887-9d82-385205a86d9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c416f9ad114e3f03dba3e945caa8f0d068f8f2d --- /dev/null +++ b/images/0d9a1a56-01b8-4887-9d82-385205a86d9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8914a663fc2db257e3f6ec839f3302368ed98550125cf7314c101e855fce54 +size 1044919 diff --git a/images/0d9ac756-af9a-4c35-87f7-2cc9f757f77b.jpg b/images/0d9ac756-af9a-4c35-87f7-2cc9f757f77b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..792aadb4bcbfbbc40148fbc5fa2d3f9d47fe997d --- /dev/null +++ b/images/0d9ac756-af9a-4c35-87f7-2cc9f757f77b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4af46703d8b5b9af211cdeca0a15a82b01268b7ea4c8409aa08093ea94fba9 +size 1893091 diff --git a/images/0d9ddfa5-0d8b-4f1e-965c-43ae591effb1.jpg b/images/0d9ddfa5-0d8b-4f1e-965c-43ae591effb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d355f6f340f90c95d599400475361acdb1b6e24 --- /dev/null +++ b/images/0d9ddfa5-0d8b-4f1e-965c-43ae591effb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e0ffef0a8183e35c2d47b3e2697c8fb489718ad238c3573b3c19f05964ee12 +size 1635807 diff --git a/images/0d9f0eec-e290-4f31-b76e-0a0578a00793.jpg b/images/0d9f0eec-e290-4f31-b76e-0a0578a00793.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39184a7bfeeccf2e92dae3f3382fd68991294510 --- /dev/null +++ b/images/0d9f0eec-e290-4f31-b76e-0a0578a00793.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0a3415ff47fbc9b2aeefa5ad62cfd78efed2d935c2701e904806b5b3e1ceb2 +size 1883596 diff --git a/images/0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d.jpg b/images/0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..956b1853acc476b7e4bb0c487c962a94f6131192 --- /dev/null +++ b/images/0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dfaba00b8b9bee7b05474b630be4682beb0637da49916553bd7f8a57659352 +size 1813808 diff --git a/images/0da74c35-d96e-4b8d-8adb-02c3a24831c8.jpg b/images/0da74c35-d96e-4b8d-8adb-02c3a24831c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c47173c7d134dbbe6f54d3e895cc8f4d2468b11b --- /dev/null +++ b/images/0da74c35-d96e-4b8d-8adb-02c3a24831c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccfc9e743666422222a822018a78865adffe7155a9d980aff17d6914a1ea283 +size 1261201 diff --git a/images/0daaa9b8-d44c-44ca-8a48-50c49aa89ec1.jpg b/images/0daaa9b8-d44c-44ca-8a48-50c49aa89ec1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..128e8e2741f9f5b098afcaa8158e5acfe8e48716 --- /dev/null +++ b/images/0daaa9b8-d44c-44ca-8a48-50c49aa89ec1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a416591775872c04662f8ba20269a39474fbb433b39ad9f951b1737d61335ef6 +size 2512096 diff --git a/images/0dbf90e0-104f-4113-a38b-31c247a98f2d.jpg b/images/0dbf90e0-104f-4113-a38b-31c247a98f2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97d709eced77437d09ba40e3df47ee4c00dc338d --- /dev/null +++ b/images/0dbf90e0-104f-4113-a38b-31c247a98f2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4036a5c56ac7ad25939563fadd6826c2511cec485028adb90d3c860c4e443d0 +size 991523 diff --git a/images/0dc44b1a-0eed-4911-bbba-fbd44f37fc3b.jpg b/images/0dc44b1a-0eed-4911-bbba-fbd44f37fc3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30a5f7fe4f8625e04bf18b238d653882d938d13d --- /dev/null +++ b/images/0dc44b1a-0eed-4911-bbba-fbd44f37fc3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e79e4e5ff0510a6abae6a39082ad67d631828e30c8662962a6db405ebf6e78a +size 1638531 diff --git a/images/0dc8aedc-4081-4a3b-8baf-54e6ed176036.jpg b/images/0dc8aedc-4081-4a3b-8baf-54e6ed176036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10c60f246bf8927f4bf28adcf74ed6fe5df43fbc --- /dev/null +++ b/images/0dc8aedc-4081-4a3b-8baf-54e6ed176036.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a7de178336634c98add9dfbfdd652c676683495053da797d965eaa20ffa5c9 +size 1897239 diff --git a/images/0dccec76-b44f-46de-94ca-a6f332d81fff.jpg b/images/0dccec76-b44f-46de-94ca-a6f332d81fff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72cfd1b5c3c79087acc6306fb93418cfd7320028 --- /dev/null +++ b/images/0dccec76-b44f-46de-94ca-a6f332d81fff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ea57560060fee30848014478e82672ef269baba649c65a655f1dc32ea3096f +size 1670211 diff --git a/images/0dd5b52a-27e1-4f57-9023-92c8dc685806.jpg b/images/0dd5b52a-27e1-4f57-9023-92c8dc685806.jpg new file mode 100644 index 0000000000000000000000000000000000000000..850370d02b0c1694f5d0c24d4aceb5a606b57635 --- /dev/null +++ b/images/0dd5b52a-27e1-4f57-9023-92c8dc685806.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41eb3692b9cbb0a14e02418129104fb549067b511681556c0feae9d27e4fd7f +size 1370044 diff --git a/images/0dd9c40e-340c-4fd3-a2a3-5c0847844879.jpg b/images/0dd9c40e-340c-4fd3-a2a3-5c0847844879.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7a52498bb1aa84946b4b05a90f0d32c85674565 --- /dev/null +++ b/images/0dd9c40e-340c-4fd3-a2a3-5c0847844879.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e71fbfd92ce36785ea0aa15a6d9bf855a83f7383131e5d2ea9fa890bdcc94e9 +size 1426198 diff --git a/images/0ddf4967-c68e-498b-82c7-255fd5d2e3ae.jpg b/images/0ddf4967-c68e-498b-82c7-255fd5d2e3ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43a6b48e1089212e07b3fbacf810e8d239f85855 --- /dev/null +++ b/images/0ddf4967-c68e-498b-82c7-255fd5d2e3ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4a4da0c332bab2c3f392d8b026c2c2ed30ae79f35bbb4b0ca3c09fad8c4d46 +size 1459342 diff --git a/images/0de79f0a-7674-4a18-98dd-621a763a3a2a.jpg b/images/0de79f0a-7674-4a18-98dd-621a763a3a2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a3d6396025a0430445ad0d4e8a37487a4734c7f --- /dev/null +++ b/images/0de79f0a-7674-4a18-98dd-621a763a3a2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ecc90c16c42cf94d5acc3641a419ff444a2093b078f10db5eb9da183fa399e +size 1997559 diff --git a/images/0de7c634-d6a2-4fd4-8f61-da1b57136229.jpg b/images/0de7c634-d6a2-4fd4-8f61-da1b57136229.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1ea60668419f2952a2d3fd25d1f4a5b5ada9d10 --- /dev/null +++ b/images/0de7c634-d6a2-4fd4-8f61-da1b57136229.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bb534bb9b151fa5a754f05c1c4301ec4c6643c5b37983455d4def9a53a29e7 +size 1522987 diff --git a/images/0dec3579-85d5-4411-88d4-eca24c065cfb.jpg b/images/0dec3579-85d5-4411-88d4-eca24c065cfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b112ccbaf23bc5bb1d62356924c1bbcdbc99efbd --- /dev/null +++ b/images/0dec3579-85d5-4411-88d4-eca24c065cfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebf221d3758f20d103891bf21c9ec81d0f69c54e0fbc888cc597fc18f0f7411 +size 1640577 diff --git a/images/0df25d5e-b6e5-49a3-91d7-90fa576836b3.jpg b/images/0df25d5e-b6e5-49a3-91d7-90fa576836b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d4b7c54721ba94b66715560785a9f87cae8cf50 --- /dev/null +++ b/images/0df25d5e-b6e5-49a3-91d7-90fa576836b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f380e8f2552e099abaa05a706d293d4d3fba27a00d302ab5657ac4b80bea2477 +size 1293388 diff --git a/images/0df33984-3a98-4b70-b19b-db7e239df62b.jpg b/images/0df33984-3a98-4b70-b19b-db7e239df62b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f7ab9f7ea23cf6cf245204152511eeefc61e8ea --- /dev/null +++ b/images/0df33984-3a98-4b70-b19b-db7e239df62b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04d54ed88a4d90f8ca68f8ce8743d71261ccc7d342b33c02264b1c1b0b5029 +size 1823753 diff --git a/images/0df61eee-704d-405b-9303-fe285b906ce7.jpg b/images/0df61eee-704d-405b-9303-fe285b906ce7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..851b625d3a716e6e0c73163bb72876948c20c8db --- /dev/null +++ b/images/0df61eee-704d-405b-9303-fe285b906ce7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec016077ba979e8facd6602e91bb2288b807a6655ff717db7e4c3fd6e1a024cd +size 1666310 diff --git a/images/0e0c38ac-4842-4746-ac08-4345664a2444.jpg b/images/0e0c38ac-4842-4746-ac08-4345664a2444.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07e99d7b0043bad98e08f751283598379694d189 --- /dev/null +++ b/images/0e0c38ac-4842-4746-ac08-4345664a2444.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362e5cb49de396670d481a99feea8be454ec84bde4199d2cf21d1e939c9f2bc3 +size 2267740 diff --git a/images/0e1417f7-4a02-46dc-aab0-6cb426a0e548.jpg b/images/0e1417f7-4a02-46dc-aab0-6cb426a0e548.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26238ae1f81382f7ca61adc06f7185eb99d90d79 --- /dev/null +++ b/images/0e1417f7-4a02-46dc-aab0-6cb426a0e548.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef94fdcb93b6a05bd0ff0b0bcd0ea4ed289ff0e397f843d7c371078237460033 +size 1804269 diff --git a/images/0e1a8acb-26a2-49ef-9734-9075c50f62a2.jpg b/images/0e1a8acb-26a2-49ef-9734-9075c50f62a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0096e1e613057ced4c3651bfd57e5ed20121cbc3 --- /dev/null +++ b/images/0e1a8acb-26a2-49ef-9734-9075c50f62a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f666598d47608b78f058a7beefee6c089cbb965832ed26cd79c023b6bfe0b0a +size 1182072 diff --git a/images/0e280983-87df-4494-aae3-e87c9e09caea.jpg b/images/0e280983-87df-4494-aae3-e87c9e09caea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb35ea64463cee92e743c2f062a036e37a7d4a04 --- /dev/null +++ b/images/0e280983-87df-4494-aae3-e87c9e09caea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a6962d02216a73e9e495f7395ed9ca5aa1736c77eabd88f5446b4eaa5b9c49 +size 1845922 diff --git a/images/0e3426f4-5c53-4f3c-abc5-41267451744c.jpg b/images/0e3426f4-5c53-4f3c-abc5-41267451744c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1c488132f450b13f964a7c873bd7e9a92f55cde --- /dev/null +++ b/images/0e3426f4-5c53-4f3c-abc5-41267451744c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db50cc1cec7286fe7fb9c2d0e0e51f3da4b8bfc8d062f778ed9ad13d23766e3e +size 1780996 diff --git a/images/0e36108a-6e6d-499e-9013-1927573567d5.jpg b/images/0e36108a-6e6d-499e-9013-1927573567d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf813c2d9dcb70ec7b139be84c82b5f52c3b8431 --- /dev/null +++ b/images/0e36108a-6e6d-499e-9013-1927573567d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1b0206a6354953b5a69e0581cc922564591aeeb91f26ffa8b79ad056e3fa21 +size 1507859 diff --git a/images/0e38be8d-02d5-49cc-99ff-c82a5162c883.jpg b/images/0e38be8d-02d5-49cc-99ff-c82a5162c883.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1e8e8e804dd43576fdd6ea3a3342273a3188b37 --- /dev/null +++ b/images/0e38be8d-02d5-49cc-99ff-c82a5162c883.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe9bebe78b8ce0ddd71998bf5d0938ab001ca1791aa859c653dfde5ef619754 +size 1405141 diff --git a/images/0e4ffcfc-bebf-4234-9a1a-7fef29325b93.jpg b/images/0e4ffcfc-bebf-4234-9a1a-7fef29325b93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c751db416f4c7176064c7745d63b5d2df0fa32e --- /dev/null +++ b/images/0e4ffcfc-bebf-4234-9a1a-7fef29325b93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fb6dc446788aca2366eb729a2bd85211b8c4efe6c3c97048f638fc171cdb11 +size 1401923 diff --git a/images/0e5c8be2-011b-42f5-bcfa-7ea950794921.jpg b/images/0e5c8be2-011b-42f5-bcfa-7ea950794921.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3abf42c8595005dc64be64c7bcf001be4b317777 --- /dev/null +++ b/images/0e5c8be2-011b-42f5-bcfa-7ea950794921.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4328f0a4cc0542dd489f9322f0372411bd734391ca31aa712a68bfa1a44f7a9b +size 1770355 diff --git a/images/0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3.jpg b/images/0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..761892300a41a77b3f03a46ead6c92752e85be2f --- /dev/null +++ b/images/0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c536c2f7a71347de3d54216059d282307e6a74bb668c1df6c59d31af1a73648d +size 1600840 diff --git a/images/0e73775a-d505-496a-9a2a-7d5d9cbd75f4.jpg b/images/0e73775a-d505-496a-9a2a-7d5d9cbd75f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..457d25c32536cfab2c355e16c9769f338594f12e --- /dev/null +++ b/images/0e73775a-d505-496a-9a2a-7d5d9cbd75f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d263da991dbbf3619c5811e87c1358f923048dcebc5d6b2943e81943f45666 +size 1261555 diff --git a/images/0e7fc55f-79f6-41ff-86aa-c49aca14c181.jpg b/images/0e7fc55f-79f6-41ff-86aa-c49aca14c181.jpg new file mode 100644 index 0000000000000000000000000000000000000000..082221100c2042506bbd86f9be2c939e4e93f239 --- /dev/null +++ b/images/0e7fc55f-79f6-41ff-86aa-c49aca14c181.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d63d0abfe7cedfaf5e3f07e569bdccd2fe949dd8065c4a2a392b903fc146b9e +size 1633079 diff --git a/images/0e983f04-04da-4ae3-b1b0-efc5a1689c7d.jpg b/images/0e983f04-04da-4ae3-b1b0-efc5a1689c7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2412a8451c40ff8dabd6e7411ebee9dc2d9fa415 --- /dev/null +++ b/images/0e983f04-04da-4ae3-b1b0-efc5a1689c7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59c45e35c0c8bf92bd55afeec58deedfbdacbd73591ee8158b55b0189daf96c +size 1428167 diff --git a/images/0ea6453b-2e0c-4dc0-a83b-c86872917f0f.jpg b/images/0ea6453b-2e0c-4dc0-a83b-c86872917f0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fecb7508a5bbbddcc60fdf131049a0de7073b23 --- /dev/null +++ b/images/0ea6453b-2e0c-4dc0-a83b-c86872917f0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e68a58f227e4c7edabd39a2309d27490cd3c2536fdb4925630bace52698d0d +size 1431903 diff --git a/images/0eb940db-6068-4963-bfee-e449824614b3.jpg b/images/0eb940db-6068-4963-bfee-e449824614b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22aa85ac5f79d0e828ee1b7a235d19c66b0327c3 --- /dev/null +++ b/images/0eb940db-6068-4963-bfee-e449824614b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5fdddc4de2cba7772dcfb1ad38b1135f9863f06c6cb90365f24a9344134b90 +size 1102823 diff --git a/images/0ebad27d-9117-4957-920f-2fdf95fd282d.jpg b/images/0ebad27d-9117-4957-920f-2fdf95fd282d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..276d17e8ce1c163b450c08305976edd48adaf6ca --- /dev/null +++ b/images/0ebad27d-9117-4957-920f-2fdf95fd282d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6d0ae552e1a828d98adf78267f882521ab1bcd5deae356e46b9ffe950ba7c2 +size 1413831 diff --git a/images/0ebc0319-c5cf-4fd9-ad87-199775a6da86.jpg b/images/0ebc0319-c5cf-4fd9-ad87-199775a6da86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..455e0e2313479adb5e71fbc39b292f3a47da2577 --- /dev/null +++ b/images/0ebc0319-c5cf-4fd9-ad87-199775a6da86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5f4805bd40b31453598a9231c18679862ea3b4eb0ac8e213648bbe345280d3 +size 1685660 diff --git a/images/0ebe90a4-638a-4288-8f1f-83e1316c4487.jpg b/images/0ebe90a4-638a-4288-8f1f-83e1316c4487.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d54bcf30f7860903b0801fe636b2d37de2ede9fe --- /dev/null +++ b/images/0ebe90a4-638a-4288-8f1f-83e1316c4487.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8a825c2f89482b2740e1d404fcf8458644e3c97d80a1e887705b5e0d6b13b8 +size 1103280 diff --git a/images/0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a.jpg b/images/0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88c24be4c4e87dded4b3611d06e0ad9d828ecd2a --- /dev/null +++ b/images/0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb68cf940041bf7e200159ac2ed5697ac688dde1ca35499e59f66903cf96d63 +size 1243297 diff --git a/images/0ed04625-ecae-4422-9641-e04179fc71df.jpg b/images/0ed04625-ecae-4422-9641-e04179fc71df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..812b65d43d0fb7a036a115dc2af2dce6820ad6dc --- /dev/null +++ b/images/0ed04625-ecae-4422-9641-e04179fc71df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21955517a63de7b6e3b7043ccdcccc5828c08e045a2cb3093cd5c97c3cc8265e +size 1147834 diff --git a/images/0ed11a27-fb84-436a-8465-24ddf6f8a902.jpg b/images/0ed11a27-fb84-436a-8465-24ddf6f8a902.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4ddeecc595af580a4356e45e0905ebd1984d814 --- /dev/null +++ b/images/0ed11a27-fb84-436a-8465-24ddf6f8a902.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ca7430fae55bb2a8bd24702d8e37169dd499bc51d9f883a0dc2cd314a0906c +size 1154412 diff --git a/images/0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1.jpg b/images/0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55c68b8f0604961f4cea6d3052fbe92676131001 --- /dev/null +++ b/images/0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd4fe836691377a83f7bf051421ca19cfee0f8443ff570a00fa3d99ca0f2e45 +size 1627214 diff --git a/images/0ed43a3c-ba73-41f3-b363-58cf83789374.jpg b/images/0ed43a3c-ba73-41f3-b363-58cf83789374.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec3babd81b6e49e12b1986044d07a4c2ad93dc35 --- /dev/null +++ b/images/0ed43a3c-ba73-41f3-b363-58cf83789374.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55c04bc1013b417173d3b3b0e6aa3fe908af49a85396852a5eef16a0881558a +size 2201059 diff --git a/images/0ee2b875-a5d5-4f26-8ebe-1c7554f2c427.jpg b/images/0ee2b875-a5d5-4f26-8ebe-1c7554f2c427.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee3b0c3d33d4926475bcf7d3aac044fbfbf4d0d6 --- /dev/null +++ b/images/0ee2b875-a5d5-4f26-8ebe-1c7554f2c427.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdc6a512f6703852b5a44bf973a16132ce6bb70eb5a1c787acd3471aa05cd83 +size 1392033 diff --git a/images/0ee34c1c-1709-4842-8052-a4cfa47c0e43.jpg b/images/0ee34c1c-1709-4842-8052-a4cfa47c0e43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a42f1938085300f206b237e08a60f7765041239e --- /dev/null +++ b/images/0ee34c1c-1709-4842-8052-a4cfa47c0e43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344655b601e0bc0aecef4a83170a7a62fde3e3af23836e3944db1c80508a51df +size 1535147 diff --git a/images/0ee3db21-b59e-4e31-9662-5bab65925a87.jpg b/images/0ee3db21-b59e-4e31-9662-5bab65925a87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ea46511da35e9fa1e75b7f73c5f74a05263e8bf --- /dev/null +++ b/images/0ee3db21-b59e-4e31-9662-5bab65925a87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd124e990d5d9a198266afaf516f81fa5cbd7a6f5262f24f23b92a77464c87c +size 3425329 diff --git a/images/0eedcf0c-dab2-4c6e-be1c-604ecdb82c40.jpg b/images/0eedcf0c-dab2-4c6e-be1c-604ecdb82c40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ca730f8f99e61c05198c6861d415abd69ea1456 --- /dev/null +++ b/images/0eedcf0c-dab2-4c6e-be1c-604ecdb82c40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b633dc6d85e8e0c01409be9e81baae6cbf07bbf00741ab21c509224e2e7d500 +size 1828641 diff --git a/images/0f26658d-4caf-42eb-aed2-511056977daa.jpg b/images/0f26658d-4caf-42eb-aed2-511056977daa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0e042a9e12dd117212968af73abed59702c7877 --- /dev/null +++ b/images/0f26658d-4caf-42eb-aed2-511056977daa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547a211e79d1618a2f2f205cab6d5471c0f4d6bd26e9ed9481ad6578f0414fb4 +size 1617040 diff --git a/images/0f28188b-5926-469e-bf59-a683a119da04.jpg b/images/0f28188b-5926-469e-bf59-a683a119da04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ac8961337b216cb2819ffcbd5c4ce424e1d5e26 --- /dev/null +++ b/images/0f28188b-5926-469e-bf59-a683a119da04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced47b251a2a12522ff4745d875dad3a48a17d9d48e34c61d32e8f327d249d4f +size 1591125 diff --git a/images/0f431994-c692-4ced-b359-493c7006ddbf.jpg b/images/0f431994-c692-4ced-b359-493c7006ddbf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd701db0e57bce9bab63fedf67cef6202046339f --- /dev/null +++ b/images/0f431994-c692-4ced-b359-493c7006ddbf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0bcd8c8de3ecbef52c77576793c5e568ee9073e9435e6a84faa855c44eec6b +size 1714277 diff --git a/images/0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b.jpg b/images/0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deb1b6af97f594fcb79dd235d9164c6f4f44c888 --- /dev/null +++ b/images/0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9056249c1fd8be22140f5f301fd39ae11e7650513633c56bd3c084e473b71ced +size 2312928 diff --git a/images/0f464a97-772f-41ed-b608-b9d28bbc1479.jpg b/images/0f464a97-772f-41ed-b608-b9d28bbc1479.jpg new file mode 100644 index 0000000000000000000000000000000000000000..284b80b2298b99ac29407c968a9930c81984d8a6 --- /dev/null +++ b/images/0f464a97-772f-41ed-b608-b9d28bbc1479.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2ac6c9bfe8eebea1713f831702492c9bda2fae4b45ce1d3cd8429ca07376d3 +size 2241088 diff --git a/images/0f4739f6-7b87-47c4-825d-13f82df5139b.jpg b/images/0f4739f6-7b87-47c4-825d-13f82df5139b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..472b6e25eab418ba2d25065c9da5cb50b5505926 --- /dev/null +++ b/images/0f4739f6-7b87-47c4-825d-13f82df5139b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95eec91a5590b5599a4d163147a216f5a7c55ef4ac4a2d1beb47937fd3258ee9 +size 1792371 diff --git a/images/0f53a8eb-e9d3-4028-9e54-bb0867518d74.jpg b/images/0f53a8eb-e9d3-4028-9e54-bb0867518d74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..318917f70514967448147fc2ef1ad66b9dcaa6ad --- /dev/null +++ b/images/0f53a8eb-e9d3-4028-9e54-bb0867518d74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958ce89870fc8559318457a10a99f4908aa69441d770736308b1ba5dbbe791b0 +size 1718197 diff --git a/images/0f565c6e-c2fd-46c1-9f01-f9da5f82bd93.jpg b/images/0f565c6e-c2fd-46c1-9f01-f9da5f82bd93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c034b4f33a4e2e4621384f68396faf9c980a34 --- /dev/null +++ b/images/0f565c6e-c2fd-46c1-9f01-f9da5f82bd93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5172cab4c652cf806d549c1100eaa955746d5321c6829f7215b6a9cbc06b8f8f +size 1310311 diff --git a/images/0f5b5a6f-5515-489a-8b30-e971fb996fdb.jpg b/images/0f5b5a6f-5515-489a-8b30-e971fb996fdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b92527e7ce96a1d61a89cbd2d483efaaee944d2 --- /dev/null +++ b/images/0f5b5a6f-5515-489a-8b30-e971fb996fdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7fc5103512a1f48b7e4fcd587e210b79f92e0757a87e8487fc85ec20ce369a +size 1461366 diff --git a/images/0f762916-7ca0-42a5-97a6-1b2766daa172.jpg b/images/0f762916-7ca0-42a5-97a6-1b2766daa172.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d994b74296945bce4f883359ba5978ba0421c5b --- /dev/null +++ b/images/0f762916-7ca0-42a5-97a6-1b2766daa172.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32905e9ef798c29f71698e2b34755a10b11a695dfef79972134322d6d731e518 +size 2749153 diff --git a/images/0f797cfd-5da1-434e-aac8-c8d8dec0e9ca.jpg b/images/0f797cfd-5da1-434e-aac8-c8d8dec0e9ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ac5dc1c847dda3bc80ae4d65d90d6feac62b083 --- /dev/null +++ b/images/0f797cfd-5da1-434e-aac8-c8d8dec0e9ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dd20a79847d98a412c390fc1f8ab69ce2b346bad9692828e6e69fe5ed84470 +size 1124293 diff --git a/images/0f804bb6-6629-44c2-8a78-38b702d06fdc.jpg b/images/0f804bb6-6629-44c2-8a78-38b702d06fdc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b60b9b9d734ba764abd1a63ee47d98c3577b5b4d --- /dev/null +++ b/images/0f804bb6-6629-44c2-8a78-38b702d06fdc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5dc55be65db40457cbcc19fe7248a2e68d59030fcf1f18e2bddf66822539aaf +size 1754954 diff --git a/images/0f9945e3-9888-4983-b0d6-c54806c742c1.jpg b/images/0f9945e3-9888-4983-b0d6-c54806c742c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9332489cb5d724be2abfa4700aa00d3313feb92 --- /dev/null +++ b/images/0f9945e3-9888-4983-b0d6-c54806c742c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb0ea0ac3916c7c44cb3642ed92c5d092cbc8066f52ed75ce2a39c568896efa +size 2887704 diff --git a/images/0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b.jpg b/images/0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60323e1a8ecb73cab9c6016744d98331b789a027 --- /dev/null +++ b/images/0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d14504c9662f55de4758c4f1122e3b8ce9004e270fc63b64432383cee31328 +size 1686422 diff --git a/images/0fb9af0c-3c19-4990-ae76-9adbe0624bbd.jpg b/images/0fb9af0c-3c19-4990-ae76-9adbe0624bbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..308b6be7e5655b98e24e69e3e4101f08c28bdfe6 --- /dev/null +++ b/images/0fb9af0c-3c19-4990-ae76-9adbe0624bbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9993aabd8709697289c07a0797995879d535a34a99800a6f19fb3bec78efeb8 +size 1004257 diff --git a/images/0fbf698d-2c44-402a-a3d6-88bcf7040701.jpg b/images/0fbf698d-2c44-402a-a3d6-88bcf7040701.jpg new file mode 100644 index 0000000000000000000000000000000000000000..817b871e4e03a61afb03850c20e4570f5b6e5290 --- /dev/null +++ b/images/0fbf698d-2c44-402a-a3d6-88bcf7040701.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e13ac88eb506616c6759f86bcd406275517ebbd69a3d70b7c361ff9d7be1bce +size 1449616 diff --git a/images/0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e.jpg b/images/0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3f57cd3d48bd3fc2ec7a9c35d575954d570ce1d --- /dev/null +++ b/images/0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e116f23fe218240cf1578fcfa74ff33df2401715f79cd6cbda253d5f9e2493 +size 1142714 diff --git a/images/0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0.jpg b/images/0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d7391ab3f2d6223d0cea556c5ff19d3de37d4ed --- /dev/null +++ b/images/0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ea6b5e591c18a540900782f545c2f6c5ce886ffedaac41b4f1c2ae44b8ad4b +size 2397681 diff --git a/images/0fda6fd7-9c3c-45de-8b93-eefb7c613fd7.jpg b/images/0fda6fd7-9c3c-45de-8b93-eefb7c613fd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3df38acfb9d16a125ef2a6a67b32a1e5223d --- /dev/null +++ b/images/0fda6fd7-9c3c-45de-8b93-eefb7c613fd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af67a5b695da0e9fc03b1dddd191852140c554c4b4f812664e918e127f78264d +size 1907291 diff --git a/images/0fe2d808-1a39-4edb-a574-43d0c552959a.jpg b/images/0fe2d808-1a39-4edb-a574-43d0c552959a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f19d6f7a4fe5a93c5cc34133ff4d08532fc905 --- /dev/null +++ b/images/0fe2d808-1a39-4edb-a574-43d0c552959a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5307d1208075fc1b63d181eb6059f4dfb3626f03340f2c82dec39aabb68a8d +size 3477235 diff --git a/images/0feb0e2c-9857-4943-8241-81dc2551d318.jpg b/images/0feb0e2c-9857-4943-8241-81dc2551d318.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15867ae4a3e74eecf25c14f8875504fe94b49a05 --- /dev/null +++ b/images/0feb0e2c-9857-4943-8241-81dc2551d318.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9cf54013d7395c8e90b4aad59a53ef53fd5c3f45abea5af07d2d4736e1a53a +size 1550342 diff --git a/images/0ff15850-3d24-480e-9f5f-1569e771614f.jpg b/images/0ff15850-3d24-480e-9f5f-1569e771614f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..394eb03c0097e653a0fcdeb21b1544c97ef56e6e --- /dev/null +++ b/images/0ff15850-3d24-480e-9f5f-1569e771614f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb561d8a882a369ae18f012e2f2cd17b05e0ff28c262e50c5fc974bada71d515 +size 1380706 diff --git a/images/0ff9eac6-9237-4c89-b652-37b1d0f3159d.jpg b/images/0ff9eac6-9237-4c89-b652-37b1d0f3159d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0fe296abd42a9054c3ef9980abf3a005f78e7f1 --- /dev/null +++ b/images/0ff9eac6-9237-4c89-b652-37b1d0f3159d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc3953d7e79f48836973e889a7cc723084e6d67e0741e28690b10c6d125a35c +size 1660738 diff --git a/images/100a1ad0-bf67-4a5a-8867-66b39321ad3e.jpg b/images/100a1ad0-bf67-4a5a-8867-66b39321ad3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4f189c53e549823f305ac0ed586f4bb547bd763 --- /dev/null +++ b/images/100a1ad0-bf67-4a5a-8867-66b39321ad3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9ffcbfaa44a733c3b88d91d3235d3c966a760c77364e16cba2078920278397 +size 1542840 diff --git a/images/10142f93-c494-4859-942e-24af40293d58.jpg b/images/10142f93-c494-4859-942e-24af40293d58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ca25604d4d6abefb1632b3b38a56c181198bbeb --- /dev/null +++ b/images/10142f93-c494-4859-942e-24af40293d58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cb902e179de8d13a6353d51293abe66a6de23b74c28ccd4f5514410ac27da3 +size 2979634 diff --git a/images/101c8b71-2379-4d2f-ba48-072c6887318d.jpg b/images/101c8b71-2379-4d2f-ba48-072c6887318d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ad8b4335c4320062ff136766631aec09a94afe0 --- /dev/null +++ b/images/101c8b71-2379-4d2f-ba48-072c6887318d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e336e56be432faf5e41f2c4c736b03671e333f505b26bc6433c87b74f62cabbf +size 1363022 diff --git a/images/102565dc-a9c1-4227-8ffe-70c6821cede1.jpg b/images/102565dc-a9c1-4227-8ffe-70c6821cede1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d9ff15132f25402a68ce2c9828a1a505bd924fd --- /dev/null +++ b/images/102565dc-a9c1-4227-8ffe-70c6821cede1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11d3e12c1c7e33467144559e63453b720096f13c7bf21e108c6b34981d1fb5e +size 1277711 diff --git a/images/1026a2fa-98f5-4cdc-b2ce-a70f390737c9.jpg b/images/1026a2fa-98f5-4cdc-b2ce-a70f390737c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f537dfe7263281714d3d6952cc2cee125357e50e --- /dev/null +++ b/images/1026a2fa-98f5-4cdc-b2ce-a70f390737c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2186d313136342be79c4cec89833bcdc64f1832443ec8d45f72ab00f4d8ec550 +size 1568518 diff --git a/images/10349377-d416-4a1d-9d1d-0d1ca857951b.jpg b/images/10349377-d416-4a1d-9d1d-0d1ca857951b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..264b58e234058f85c0ac2711fbc89f4a5096c698 --- /dev/null +++ b/images/10349377-d416-4a1d-9d1d-0d1ca857951b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019d81af6b97af7368cadfc32def1e57d869eacc83a1deb4d31d73159ec3d359 +size 1631755 diff --git a/images/103567ec-71d0-48d4-8a5b-0d0dd3c3fffe.jpg b/images/103567ec-71d0-48d4-8a5b-0d0dd3c3fffe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9c13b0359f822c9690164efd63a3f44d3fcbcb3 --- /dev/null +++ b/images/103567ec-71d0-48d4-8a5b-0d0dd3c3fffe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6c933d062ea8a2dccf89651f0240e65eec12020615cd7d80fe2527898d3f40 +size 1737948 diff --git a/images/1039a12c-b9ed-493a-986a-cd9d356d1cd6.jpg b/images/1039a12c-b9ed-493a-986a-cd9d356d1cd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b76b0df5b75aed37b503f159dfe518471b6d74 --- /dev/null +++ b/images/1039a12c-b9ed-493a-986a-cd9d356d1cd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9d32693665066a423ee31d4fc1e314ee222a4611672bfbfc4ae9b4e5d4d16a +size 1645198 diff --git a/images/104a4b1f-0300-4b9a-8244-02bd8da4d8cb.jpg b/images/104a4b1f-0300-4b9a-8244-02bd8da4d8cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..761867632cc1eae46d2b956273eec94ddf0848f4 --- /dev/null +++ b/images/104a4b1f-0300-4b9a-8244-02bd8da4d8cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f32e1d08b0485de39bafc4ef26cad826f83d13c16fe704b57f7dfb8905e907 +size 1183181 diff --git a/images/1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c.jpg b/images/1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4809de411bf1645737dbcf9a4ba00a78b9b01f30 --- /dev/null +++ b/images/1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d603d481b5bae5bd2bd8fe2daffaf1aa0445b0d003ec7c74e18b324eaf6904 +size 1632820 diff --git a/images/1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5.jpg b/images/1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ce2e9abdca1291eb16863a84129a5697c9638b --- /dev/null +++ b/images/1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccdcfa3817703cdf3f3f3b660a980ef27ca01c65d1df41fd77ad961db152187 +size 1940449 diff --git a/images/105474e6-333e-4ec9-947a-574ba9ccd26e.jpg b/images/105474e6-333e-4ec9-947a-574ba9ccd26e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..229c797ebd5c77d06db588ba2579ea7a5136c991 --- /dev/null +++ b/images/105474e6-333e-4ec9-947a-574ba9ccd26e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6cc56c2f2bc527af551f9f55f2547b7faaace1813b5ad0456b08aefc0d0006 +size 1456453 diff --git a/images/105481c9-dcc2-4c97-8937-08456f81d34d.jpg b/images/105481c9-dcc2-4c97-8937-08456f81d34d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d46eb3c188ad107b4e2db6a33bd54c2da83f5b7 --- /dev/null +++ b/images/105481c9-dcc2-4c97-8937-08456f81d34d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9217e066a4f7714f346f0cab5f42bed6e45b41189f24d1d6d7e89b7f3b9fc0 +size 1823076 diff --git a/images/105ca7e2-1234-44a4-b155-1b807a483555.jpg b/images/105ca7e2-1234-44a4-b155-1b807a483555.jpg new file mode 100644 index 0000000000000000000000000000000000000000..841948dad21382ec243824a21089d4f3fa5ff640 --- /dev/null +++ b/images/105ca7e2-1234-44a4-b155-1b807a483555.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395f2c5b78802e53301a6c55b8033b3b43f3dd04c95d03ad2304436568099778 +size 2166158 diff --git a/images/10698c93-d7a4-459d-936c-fe5a3584448a.jpg b/images/10698c93-d7a4-459d-936c-fe5a3584448a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bbf544ff1763a64c74435b35324a261b51b1256 --- /dev/null +++ b/images/10698c93-d7a4-459d-936c-fe5a3584448a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a46a8fc55156fe10e734f219722fc97841c7e65beca6f50be32e94674431633 +size 1622662 diff --git a/images/106e38d4-ffa9-48eb-86df-4f6ec929ca5d.jpg b/images/106e38d4-ffa9-48eb-86df-4f6ec929ca5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc46d0586ec10a8471debd6b0abf4a065564c142 --- /dev/null +++ b/images/106e38d4-ffa9-48eb-86df-4f6ec929ca5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb72bba62c349ce72cc941da78309bfe6748950e8ecaeee9005ee1f259fe610 +size 2263107 diff --git a/images/1071a3ee-6583-43be-857f-046a8783db70.jpg b/images/1071a3ee-6583-43be-857f-046a8783db70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e77318317f92fe34f0eaa18ef6b5cc75995e52b --- /dev/null +++ b/images/1071a3ee-6583-43be-857f-046a8783db70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96051876be3e08ce07af7538acd798efdc6983f182e2c2cc70893121851b8ba2 +size 1572019 diff --git a/images/10780445-02a3-48fd-a1cf-15a1b0c88a2b.jpg b/images/10780445-02a3-48fd-a1cf-15a1b0c88a2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1740f551003494b54d0dd1d0f2e82498e6db3506 --- /dev/null +++ b/images/10780445-02a3-48fd-a1cf-15a1b0c88a2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3b1992050d136f1dc02f45c1e0c53e1820283a07728c3161ed550377bc4632 +size 1538304 diff --git a/images/10890201-c415-4c82-b90e-13de1e82d3e3.jpg b/images/10890201-c415-4c82-b90e-13de1e82d3e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..813a5e4d298ff9d30c59c8859742c4770aa839d5 --- /dev/null +++ b/images/10890201-c415-4c82-b90e-13de1e82d3e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2978f23956e8587b83c06579cc150594e3d7e1257b4c1c6d7117c2f223a0554c +size 2180608 diff --git a/images/10898d17-05eb-4627-8017-3540691a9f8a.jpg b/images/10898d17-05eb-4627-8017-3540691a9f8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5669a651d5ce8f45b7d72a4c719314194e2c7f3 --- /dev/null +++ b/images/10898d17-05eb-4627-8017-3540691a9f8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838e13283734da0338429a4997c39be60c6856c4519620e3fbb97b4bee26cd2a +size 1714082 diff --git a/images/109151a8-6bc8-4cc5-8507-327bd228084a.jpg b/images/109151a8-6bc8-4cc5-8507-327bd228084a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f92301b223aeef00775e784415348939c38eda6 --- /dev/null +++ b/images/109151a8-6bc8-4cc5-8507-327bd228084a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483680ea7e11328c738ceed5c7ffb02d9ee162952c04e141d7d8656c2d176d7c +size 1587068 diff --git a/images/10998ce6-733b-4080-89ca-b28b986f49f5.jpg b/images/10998ce6-733b-4080-89ca-b28b986f49f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41a23bbeff2b2ab1c03d8d2c96ac0f444a38e753 --- /dev/null +++ b/images/10998ce6-733b-4080-89ca-b28b986f49f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ba9eb8664d5d8fb63e1d692daa2aa7b6a1c350da8d76170248a394b9d921f8 +size 3681006 diff --git a/images/10a49595-5278-47dd-96f2-5901682b46c5.jpg b/images/10a49595-5278-47dd-96f2-5901682b46c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd88588a25638bc9a2d928062f9085b1e3f002e9 --- /dev/null +++ b/images/10a49595-5278-47dd-96f2-5901682b46c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140c94efc725eac25edfee9600adaab8dc992e5694abef2a23ab2122fe7f913d +size 1599404 diff --git a/images/10aa4bdf-2c92-4ec1-b389-78dcf6756720.jpg b/images/10aa4bdf-2c92-4ec1-b389-78dcf6756720.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7e29ab4dc055a5cf3afb8d54015eda197677bae --- /dev/null +++ b/images/10aa4bdf-2c92-4ec1-b389-78dcf6756720.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be263686bc5fceb29eee990d26e2885a5042d97d97a16be6ffb88ccc428e036a +size 1736690 diff --git a/images/10b48008-94fe-4fcd-a27b-f8def6c1f1d8.jpg b/images/10b48008-94fe-4fcd-a27b-f8def6c1f1d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b6ee09376c759113e3880805f5c5b062b73777c --- /dev/null +++ b/images/10b48008-94fe-4fcd-a27b-f8def6c1f1d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c865679ded66aa4ff5ca3e0373f10166c3c061a94811bc70b9f66f08534892f +size 1150569 diff --git a/images/10b8c69a-8e70-4669-b545-e03ae029f584.jpg b/images/10b8c69a-8e70-4669-b545-e03ae029f584.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d4588df7f76e1560f6eb27f00ea307f1120d068 --- /dev/null +++ b/images/10b8c69a-8e70-4669-b545-e03ae029f584.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25eeea05492d6b6ae261adb1ff49deebb11cb60b8ff248bfbb3d97ea7e7c4a2 +size 2084222 diff --git a/images/10c51c1f-0af4-4fd9-9731-a97697745f32.jpg b/images/10c51c1f-0af4-4fd9-9731-a97697745f32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18e9774303f0b0fc3cee19d2e35909ac583f1c01 --- /dev/null +++ b/images/10c51c1f-0af4-4fd9-9731-a97697745f32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9b15c10f2de8b30de0aa2328cbbd193b480761098d2487001f85c6e875da2a +size 1624962 diff --git a/images/10c7a70c-4a68-4d5f-bd86-53c24c54f08a.jpg b/images/10c7a70c-4a68-4d5f-bd86-53c24c54f08a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2a9ab4dcaa6cc8042ee598e861d679df269d88d --- /dev/null +++ b/images/10c7a70c-4a68-4d5f-bd86-53c24c54f08a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13994fa0acb39cce82ed4d40a80d1220fe178fe528b419f86d61210720da11ea +size 2254458 diff --git a/images/10c92601-37be-4e44-ac6c-1ae13769790c.jpg b/images/10c92601-37be-4e44-ac6c-1ae13769790c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae36898dbdb0f678298a34e17a245ad4f3c08104 --- /dev/null +++ b/images/10c92601-37be-4e44-ac6c-1ae13769790c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d182efe375cba5df1d5a7f6df4983515f6f4331aa31965d91bbb06fd709b7fe +size 1702417 diff --git a/images/10dc7837-a206-4008-ba52-52e475968029.jpg b/images/10dc7837-a206-4008-ba52-52e475968029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..970620a8b8bd56fbbaa5c3664c2a0268e4d76518 --- /dev/null +++ b/images/10dc7837-a206-4008-ba52-52e475968029.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4e595160c770986801deaf01fdf117dee4416525922615606204d1d0b3a326 +size 1622467 diff --git a/images/10df894e-17e1-49b5-80b1-475bf447595e.jpg b/images/10df894e-17e1-49b5-80b1-475bf447595e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f39e2978db69edc04fdcbd46d55f2cb9ccc35f3c --- /dev/null +++ b/images/10df894e-17e1-49b5-80b1-475bf447595e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63367a90d4dc654b80ababa8b6b684c3686c272dd85893709d18aae23b029d5 +size 2924088 diff --git a/images/10e061dc-eeb4-4ccc-894f-736ab3124d01.jpg b/images/10e061dc-eeb4-4ccc-894f-736ab3124d01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54540441b1daee6b3ff75262bacedd3054554b76 --- /dev/null +++ b/images/10e061dc-eeb4-4ccc-894f-736ab3124d01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327a1c109699196f2553c51d506883b8552bcc7196afcb53df8989485ab87b18 +size 999102 diff --git a/images/10e42c1a-3112-4669-ad51-1f98a1374b45.jpg b/images/10e42c1a-3112-4669-ad51-1f98a1374b45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42963640ddabb079b6f7a648deb6894272e6e2d9 --- /dev/null +++ b/images/10e42c1a-3112-4669-ad51-1f98a1374b45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb518a8fc53c99f69a4530a9932a3178f6e4187ec9767f1de7cc4413b8446926 +size 1584948 diff --git a/images/10e8529b-34a5-41d5-870d-5ed93faf5c5c.jpg b/images/10e8529b-34a5-41d5-870d-5ed93faf5c5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa67bda650899c14c4decef550c30e3bc644d0d0 --- /dev/null +++ b/images/10e8529b-34a5-41d5-870d-5ed93faf5c5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61594c994f82414fadfa1ce61682499846b8e1c20b44b529f289553aab2feeb2 +size 1545356 diff --git a/images/10f4aeca-add3-4036-8f16-404cd1ab482e.jpg b/images/10f4aeca-add3-4036-8f16-404cd1ab482e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39a1e628c3a668cc14304171a0e3bdb0404f2776 --- /dev/null +++ b/images/10f4aeca-add3-4036-8f16-404cd1ab482e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef7f5fc190fb72f14e8128843ab0c613792bacd55075e698966cbbb51007030 +size 1375779 diff --git a/images/10f7874a-058c-4c3a-a365-a0b66588a053.jpg b/images/10f7874a-058c-4c3a-a365-a0b66588a053.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31655ea1fff4c840a19e8d025c01cc68d41d1d58 --- /dev/null +++ b/images/10f7874a-058c-4c3a-a365-a0b66588a053.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134da7db996dadffd41864f0eb8c9a7f02597640a09de76de941cc514b4a94d8 +size 1751175 diff --git a/images/1107e19f-2ec5-48a1-8168-0966fb9611b0.jpg b/images/1107e19f-2ec5-48a1-8168-0966fb9611b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e6a2ee5ff887fd77273621dd215910eb09e2f72 --- /dev/null +++ b/images/1107e19f-2ec5-48a1-8168-0966fb9611b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d155ad30ded28e30ef3797c22f7b4444f01fba325fbd4b26263938eac458b4e +size 2267095 diff --git a/images/11080d42-36a9-4e84-b00e-ed66f93aa942.jpg b/images/11080d42-36a9-4e84-b00e-ed66f93aa942.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3006fbbadcf0edeea654c5a69325ea202a815179 --- /dev/null +++ b/images/11080d42-36a9-4e84-b00e-ed66f93aa942.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ad44e16f96657643e0d35b6974ec39ab00bdedb2a76adf20200188eb7e5f63 +size 1535940 diff --git a/images/110dd34a-6e18-4909-8343-1e16c8a5a5c7.jpg b/images/110dd34a-6e18-4909-8343-1e16c8a5a5c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2494b0c1c67701ae1de36d1c17e19fde0ddd38dd --- /dev/null +++ b/images/110dd34a-6e18-4909-8343-1e16c8a5a5c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ed934bdc5ca40beb0d2a08a0eda4c536cfde770523ca9ea47835df648092ee +size 1142958 diff --git a/images/111017b1-2aea-430b-89fe-43211064bdce.jpg b/images/111017b1-2aea-430b-89fe-43211064bdce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9559bfbee80f61dd8b3e1314cf234a84217b9ac9 --- /dev/null +++ b/images/111017b1-2aea-430b-89fe-43211064bdce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f64d2999d2a23c5ab6fee0cea72bdbee043ebc6be1d25cdd80eb5ae67f71ba7 +size 1765933 diff --git a/images/1113decf-b18a-4c4b-b13b-e2c653b4fe20.jpg b/images/1113decf-b18a-4c4b-b13b-e2c653b4fe20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ff6908cc9996de8be7174511f7de6abe58c5284 --- /dev/null +++ b/images/1113decf-b18a-4c4b-b13b-e2c653b4fe20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e131ba43a4b3b10f0bf9c0ca75e8248b7ba10c546dd02adee472e90dccd3f52e +size 1269812 diff --git a/images/11148a3c-dda4-4562-aae4-261d0effa3de.jpg b/images/11148a3c-dda4-4562-aae4-261d0effa3de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68b49e868e18e7e80aa8db28dff2ccff32b5ae04 --- /dev/null +++ b/images/11148a3c-dda4-4562-aae4-261d0effa3de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291ca62d6331b49e75fbae8d1fe0ea23f91c5af7cddb42ac01208a4d79207743 +size 1363361 diff --git a/images/11164d72-579c-4e26-a0b3-9abf81900888.jpg b/images/11164d72-579c-4e26-a0b3-9abf81900888.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3ce5d94d82d5651cb003db0c99294beba862f6b --- /dev/null +++ b/images/11164d72-579c-4e26-a0b3-9abf81900888.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e6a83e30ebc79c54e309ad168bfe09aa8291d325f94ebc2a17e7607aa6d835 +size 1684099 diff --git a/images/1124e169-0bba-4498-987d-e7297defae43.jpg b/images/1124e169-0bba-4498-987d-e7297defae43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81655bc7f4dcbe43fdf64cd04dd8d1e7d42a2f8d --- /dev/null +++ b/images/1124e169-0bba-4498-987d-e7297defae43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b34b50edb4307882417d14849749e2f77dfbda3b03ca545055464c890a638bd +size 1681144 diff --git a/images/112c9d25-381e-4fb6-9f03-ea5e345946b6.jpg b/images/112c9d25-381e-4fb6-9f03-ea5e345946b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52023687c980f2523b3b5e8861eee538f3972a90 --- /dev/null +++ b/images/112c9d25-381e-4fb6-9f03-ea5e345946b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f0588dd107670b22d477f852abce1758c519860302dbd61af4d19e6a6e2ee5 +size 1930677 diff --git a/images/113b52ec-1367-4b22-968a-07f72ecd813b.jpg b/images/113b52ec-1367-4b22-968a-07f72ecd813b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f05fdbd214841e8a92d18a20ec9d88dc241c753 --- /dev/null +++ b/images/113b52ec-1367-4b22-968a-07f72ecd813b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a157831ba7fd6dcededc46cb1e01489b1cd1e03821c1e4dbab16ede6f924ab2 +size 1579339 diff --git a/images/114a3ab6-6169-498a-99b6-3dda17999690.jpg b/images/114a3ab6-6169-498a-99b6-3dda17999690.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29563d2304f72e8977073de3904345e015aed0aa --- /dev/null +++ b/images/114a3ab6-6169-498a-99b6-3dda17999690.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfa7666b30cb7ffee5f4738ac91ff8edc0120f3c532d8fa8be46e347282bd28 +size 1554429 diff --git a/images/11523765-b213-4015-b3eb-ccfd5a8a7bca.jpg b/images/11523765-b213-4015-b3eb-ccfd5a8a7bca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba4f620624f4e4f091aee25aa7fea8ba3c2062b4 --- /dev/null +++ b/images/11523765-b213-4015-b3eb-ccfd5a8a7bca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82f03ef24f75cacf2569cd0a287ab0addee47641e74ee0934406185a9aeda5c +size 2276968 diff --git a/images/1160ae07-66cc-45c4-90f7-32ed1ebdd494.jpg b/images/1160ae07-66cc-45c4-90f7-32ed1ebdd494.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38cf8085b13747b0ad3556be2c779a08b0114a61 --- /dev/null +++ b/images/1160ae07-66cc-45c4-90f7-32ed1ebdd494.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad068abe0d757a6e633f5e351c7b46aa2351b91dfbf42820bd31a22ad2af76e3 +size 1551939 diff --git a/images/1162e1c5-3945-4257-94ac-cda423e19d5c.jpg b/images/1162e1c5-3945-4257-94ac-cda423e19d5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b395a69ca77f8a0e4b9632981897c28628c81a8 --- /dev/null +++ b/images/1162e1c5-3945-4257-94ac-cda423e19d5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24501fc6de56802ed93af4d79d93ce010b3e2ccebe5cb4865114f6a318b86fa3 +size 1078165 diff --git a/images/11697174-c0c4-4b35-8025-d55c6c89d856.jpg b/images/11697174-c0c4-4b35-8025-d55c6c89d856.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dfa16be8101f15a53c059782b8ff37f38c9b5ac --- /dev/null +++ b/images/11697174-c0c4-4b35-8025-d55c6c89d856.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3721b10523b31c7d6d949b23c7b94698148f6c712f4affc1734295ce03ae835 +size 1793409 diff --git a/images/116e88ab-2356-40ec-949e-6c2f0cb32948.jpg b/images/116e88ab-2356-40ec-949e-6c2f0cb32948.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48bfe1dc80be4809e2a43ecadc9831eef7ef8dce --- /dev/null +++ b/images/116e88ab-2356-40ec-949e-6c2f0cb32948.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7107e2e689ee89da2c0922142c33ef49328b7e42ee03a8c132dd7daaacf77d +size 1566114 diff --git a/images/1174dac9-8dae-422c-ae46-7846f73e6b25.jpg b/images/1174dac9-8dae-422c-ae46-7846f73e6b25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2149f3769a7c740036d5a0dfbaf47c92f99f69e1 --- /dev/null +++ b/images/1174dac9-8dae-422c-ae46-7846f73e6b25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbf70eec0bd730456d49e9e2cc2980aab97bbe33509df94266d975d8a8aa683 +size 2005819 diff --git a/images/1187b290-eaeb-4b2b-9880-4d66b285f4dc.jpg b/images/1187b290-eaeb-4b2b-9880-4d66b285f4dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03c6da1a9e5c47d56f038fb2d63cdaae88c6ddb7 --- /dev/null +++ b/images/1187b290-eaeb-4b2b-9880-4d66b285f4dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7743c8c9f102c428b2d1581d7cdf2e5fa0c4a87d146670b8a542a55f4fe76d0f +size 1647066 diff --git a/images/1189cb82-e93a-4d30-90be-c39fd73e4bb4.jpg b/images/1189cb82-e93a-4d30-90be-c39fd73e4bb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edfbb593bfff6510d49695367121404d6ac3cf4b --- /dev/null +++ b/images/1189cb82-e93a-4d30-90be-c39fd73e4bb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56996134b2c6f6142ef177faa666c4d29ab6f9e9ccfe9313a8528c454ac7936a +size 3365101 diff --git a/images/118b5204-c1f4-4410-9e5b-13a12f524dcd.jpg b/images/118b5204-c1f4-4410-9e5b-13a12f524dcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1c98632895b9f664a7c39e9759ccfc181eb368c --- /dev/null +++ b/images/118b5204-c1f4-4410-9e5b-13a12f524dcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853bad6fc170576c971629441df9ebce7b4b90f34bb5eca9aeeb43ace7067c98 +size 1349112 diff --git a/images/118c3f9d-7024-4f4e-85af-24327382eabc.jpg b/images/118c3f9d-7024-4f4e-85af-24327382eabc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d99064c2ee6d4232ddb7e91c4a4dd471391b9d24 --- /dev/null +++ b/images/118c3f9d-7024-4f4e-85af-24327382eabc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bb399891b1d6e5efa18f1ef4aad618bf1931d978fcfec103cb5490140e1e68 +size 2269138 diff --git a/images/11909121-e7d0-4460-b31b-1ba16cbbb881.jpg b/images/11909121-e7d0-4460-b31b-1ba16cbbb881.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da525ec6e4fe6edb80a7d1098f784c19417b7f0d --- /dev/null +++ b/images/11909121-e7d0-4460-b31b-1ba16cbbb881.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c567ddf891efe814a44cdb333194c931b3b86bd6c12988a93b0ed0935ffb26c7 +size 1894007 diff --git a/images/119324f1-9e89-4b68-9602-e382a13ba0b0.jpg b/images/119324f1-9e89-4b68-9602-e382a13ba0b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c845a89c557e9e49f3fb049b3e3b73816f4ff437 --- /dev/null +++ b/images/119324f1-9e89-4b68-9602-e382a13ba0b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b397e49cd4b620b211c131e8a3a0d9d668cbecd46d5e1aeb82be3d7706aef2f +size 1708346 diff --git a/images/11935d40-6399-446c-9647-a7a19617c762.jpg b/images/11935d40-6399-446c-9647-a7a19617c762.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1bc4a2d2a8657d8614dc396ba163508c7dc1f89 --- /dev/null +++ b/images/11935d40-6399-446c-9647-a7a19617c762.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc9e29896edaebf0cb461ca5fe3ade7f377ea51b99534e6af35c333ac795b7b +size 1706942 diff --git a/images/119499f7-b790-4e7d-95bf-90561bfda28d.jpg b/images/119499f7-b790-4e7d-95bf-90561bfda28d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf3f5b36e69a78790cbcfa8c97e68580d0842504 --- /dev/null +++ b/images/119499f7-b790-4e7d-95bf-90561bfda28d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e865d01d39b184e423b8a1523505c539ca9622a7ef58de9f490a5bd8f46baef7 +size 1702599 diff --git a/images/11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e.jpg b/images/11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fff56fcc87f4447b3c540590b9d51bdc9792f8d4 --- /dev/null +++ b/images/11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a037baca019ee2b6c4e8b186d227f1f606c8f6d8f422433b0f241d2eed4290d5 +size 2056091 diff --git a/images/11a91a24-e23c-464d-bd1f-906c88f46eb6.jpg b/images/11a91a24-e23c-464d-bd1f-906c88f46eb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..637c2cf36539dbce92fd0a57fae9c45186a88940 --- /dev/null +++ b/images/11a91a24-e23c-464d-bd1f-906c88f46eb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc231023d92e72bbc03d3ef42565c454f5b26474d1f04f5f6217cc79cd1ec797 +size 2742695 diff --git a/images/11ac876a-e7e9-449a-a462-174224c5e654.jpg b/images/11ac876a-e7e9-449a-a462-174224c5e654.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4fd147b14cfb724a807e236ae923cf6351ffde4 --- /dev/null +++ b/images/11ac876a-e7e9-449a-a462-174224c5e654.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95db655ede8c366779272a1d8a21f6de7a854456b9a12c474a47552d8ea5450 +size 2027190 diff --git a/images/11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e.jpg b/images/11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e76c1b14465aca7b8885a79ecda939e387bceda2 --- /dev/null +++ b/images/11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb13a0c99b69d17e91659094910b07a56949f53e5b0a5a0bbb61d4b03787f415 +size 2790387 diff --git a/images/11bb705b-02f2-43ac-bfd5-4a80ed06633c.jpg b/images/11bb705b-02f2-43ac-bfd5-4a80ed06633c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b28a10104da3c1a76a0f3a966f141d7a19f82f --- /dev/null +++ b/images/11bb705b-02f2-43ac-bfd5-4a80ed06633c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98ddb4bfa78c3661ce53e19fdd4a86aca90c9b21b182af481875311ea3517d9 +size 1356932 diff --git a/images/11c089de-c40c-4390-9261-5fa107388e76.jpg b/images/11c089de-c40c-4390-9261-5fa107388e76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88fc2a592c514cedaf35d8fb98f5c83ba86ce4da --- /dev/null +++ b/images/11c089de-c40c-4390-9261-5fa107388e76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b07f615b98be37d25066665ad8973438b82d522566ebe22f343f578d363c7d +size 1468835 diff --git a/images/11d4e80f-2770-45c4-8144-465e04e47742.jpg b/images/11d4e80f-2770-45c4-8144-465e04e47742.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4a293d8413422b3b19a6d15b37956a6862fdf4c --- /dev/null +++ b/images/11d4e80f-2770-45c4-8144-465e04e47742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba18ebe5b0c985a4aa811649c9630aa54e3c6ef47da33228ce842ecdb0a78bcf +size 2392644 diff --git a/images/11e00dca-6c61-4492-8b1e-7de4a72e99ec.jpg b/images/11e00dca-6c61-4492-8b1e-7de4a72e99ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19edf9b24109c53ce5f61111af234ca139d91bfe --- /dev/null +++ b/images/11e00dca-6c61-4492-8b1e-7de4a72e99ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5a3fda431bdbc2ea27de05c433ceba3d42c23bee1aa3015a3a412592870e75 +size 1590875 diff --git a/images/11e87275-b150-4655-8018-81cfe290d85e.jpg b/images/11e87275-b150-4655-8018-81cfe290d85e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0110f72f44f7d271f1f7d6e811bf94940be34cf5 --- /dev/null +++ b/images/11e87275-b150-4655-8018-81cfe290d85e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ec00d843540f8b98edaa3bc183dd55a04689bcddc2bfcb8faeea55c8a790af +size 1425351 diff --git a/images/11ef97f3-df21-48f9-9129-9f12910bf36a.jpg b/images/11ef97f3-df21-48f9-9129-9f12910bf36a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c2dbb8158235d45a04133aaa41a34879ce93381 --- /dev/null +++ b/images/11ef97f3-df21-48f9-9129-9f12910bf36a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31646484c01ede4b7a415ac6c45080c2679d0eb61aa448552c1ed21c927eaecb +size 1770283 diff --git a/images/11f11ada-a3ef-489d-a5b5-aab66d07acd4.jpg b/images/11f11ada-a3ef-489d-a5b5-aab66d07acd4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dc7c838026a509994929182f2e30847df6b08b9 --- /dev/null +++ b/images/11f11ada-a3ef-489d-a5b5-aab66d07acd4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68a5d34d739e96ebaf670b162798807531a8adda886adac5aa917ebc089a7d3 +size 1576149 diff --git a/images/11f5495d-2dc0-4722-90cb-0e260cfc2b8f.jpg b/images/11f5495d-2dc0-4722-90cb-0e260cfc2b8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5567ac3944bfaa7520a0840a0111a99cf97dfa27 --- /dev/null +++ b/images/11f5495d-2dc0-4722-90cb-0e260cfc2b8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4286a1b31c6429c4b77780781b4cb891b9fac20d006a61d052e588e899340ad +size 1526681 diff --git a/images/11fa1016-046a-409d-8673-a47338d6f81f.jpg b/images/11fa1016-046a-409d-8673-a47338d6f81f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d79069bb676a2e2056e3f4384319db3fc8c07da --- /dev/null +++ b/images/11fa1016-046a-409d-8673-a47338d6f81f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd74bf27b5f8118264a389da28e1b6bfa108cc7b2b77f5bb3455f5cd99f8f41 +size 864819 diff --git a/images/11fb4ee6-d449-4d02-ab4f-a0046e8ede71.jpg b/images/11fb4ee6-d449-4d02-ab4f-a0046e8ede71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22c5244dda24d44646c63b4d14442c1658d12a4e --- /dev/null +++ b/images/11fb4ee6-d449-4d02-ab4f-a0046e8ede71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a00b104886080303762f64f797836504d963e3f58915ea1f4376c5c61421a6d +size 1325247 diff --git a/images/11fcbdcc-ccf0-4dba-b4b3-7e688256bca1.jpg b/images/11fcbdcc-ccf0-4dba-b4b3-7e688256bca1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69ea98dc978dda761b89e0408dc0e3ec417a4d10 --- /dev/null +++ b/images/11fcbdcc-ccf0-4dba-b4b3-7e688256bca1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cf87894ca807ebaf11f029fc62a61ea0c5474c86543bac4a819aea5139c3bb +size 2230286 diff --git a/images/120d0954-41d3-4bf2-824c-3a8a267c35f6.jpg b/images/120d0954-41d3-4bf2-824c-3a8a267c35f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3965afde7bb8d6f3158be12f1ea1c1caca66709e --- /dev/null +++ b/images/120d0954-41d3-4bf2-824c-3a8a267c35f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0d591b3217d044bb462e78cd5ee01640a9a7bada95fc48df0473f718407028 +size 1366576 diff --git a/images/1213452b-0287-4548-9702-183aff5a714c.jpg b/images/1213452b-0287-4548-9702-183aff5a714c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b46882528226309eb1a48727ddf6e9f6831c7f67 --- /dev/null +++ b/images/1213452b-0287-4548-9702-183aff5a714c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272139b266b2da8601f79e340ccaa197b93f2f15be96287b92b8c174f4ee2acc +size 1544446 diff --git a/images/12191290-17ec-460c-a010-97923575d534.jpg b/images/12191290-17ec-460c-a010-97923575d534.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a82aa6c5fbbe05ae2e4e0c920f0e6c4f0279102 --- /dev/null +++ b/images/12191290-17ec-460c-a010-97923575d534.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b459742b2390911b4468beda394361c63150a167769de0cd29b68a87cb94f8dc +size 1504947 diff --git a/images/121e3463-9af0-4661-8567-217051a87214.jpg b/images/121e3463-9af0-4661-8567-217051a87214.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a54c2b773920ca9e6c61424deeb8806e6b68090 --- /dev/null +++ b/images/121e3463-9af0-4661-8567-217051a87214.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dfaca5e2ab82627fbfde57afea9acfbddf43fb66111c235097202822c35aac +size 2409544 diff --git a/images/1225b9c3-45c7-4958-b06f-9eeff83d6ec7.jpg b/images/1225b9c3-45c7-4958-b06f-9eeff83d6ec7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7978daa7f93adad1f08cac633182dfa665ccbac3 --- /dev/null +++ b/images/1225b9c3-45c7-4958-b06f-9eeff83d6ec7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27c9d1f41feb8560e1be4db32b26419a504f41a1de1d0e757a8245c1a8a021e +size 1575879 diff --git a/images/1229f1ff-e84c-4246-b11e-ea3e3d8221f5.jpg b/images/1229f1ff-e84c-4246-b11e-ea3e3d8221f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ef78e857f86f57bee5613ce74a5e81774922103 --- /dev/null +++ b/images/1229f1ff-e84c-4246-b11e-ea3e3d8221f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3dba301f9416372967a0cb377a8c011215f50ce7c82db0dbf582ad818b3244 +size 1449789 diff --git a/images/1230c5d2-55b3-40fd-9350-bf2322b6c1fd.jpg b/images/1230c5d2-55b3-40fd-9350-bf2322b6c1fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ca11218c28a084095a540611fcc05109729113a --- /dev/null +++ b/images/1230c5d2-55b3-40fd-9350-bf2322b6c1fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d5b73994e2f24d8ca2233c289520f5e6df82bb398016fd6e9cb458da47f5ff +size 1528898 diff --git a/images/1233953b-83d7-49d9-bd0d-6918f198f6db.jpg b/images/1233953b-83d7-49d9-bd0d-6918f198f6db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97f659b11456c6ecb1dbad924419f74e6d50110a --- /dev/null +++ b/images/1233953b-83d7-49d9-bd0d-6918f198f6db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc738cf7f25300e998d507aacd1f99b8f66ffa0b8d1455af25fe14f7e7b8ab4f +size 1484713 diff --git a/images/123d6050-29d8-4567-8c5e-89d9513285c3.jpg b/images/123d6050-29d8-4567-8c5e-89d9513285c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa98c977259a5d69d41b0a1e980d5e466cd989e4 --- /dev/null +++ b/images/123d6050-29d8-4567-8c5e-89d9513285c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f675c46d655415a5617776ed2921ad96374241ff47184c937d2915b10a1e2d2 +size 1610188 diff --git a/images/1253629c-658d-4360-8cfc-860ad3615702.jpg b/images/1253629c-658d-4360-8cfc-860ad3615702.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d0e9acc7566e757d4ce5364899348cd15138611 --- /dev/null +++ b/images/1253629c-658d-4360-8cfc-860ad3615702.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e78f7ac47ef0ba6662eaeec7c3774c167d1868b41342d3bc64f174096b68a5 +size 2839571 diff --git a/images/125a1e84-4568-491d-a9cc-9235e1a1bc56.jpg b/images/125a1e84-4568-491d-a9cc-9235e1a1bc56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..474e734ddc97b0eca244082ac0641aeec24d151c --- /dev/null +++ b/images/125a1e84-4568-491d-a9cc-9235e1a1bc56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed06ef0e64b219aadb33581d9523d4fb9e01824d7b7c567c015719786079a44 +size 1325951 diff --git a/images/125acb81-889b-40a0-8cb1-681fa7d45e5b.jpg b/images/125acb81-889b-40a0-8cb1-681fa7d45e5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a4857aa5944852817338ec5df513c0cd183be54 --- /dev/null +++ b/images/125acb81-889b-40a0-8cb1-681fa7d45e5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4baadd76c272158dbf922c323ca6a4f52c093b8455a96f75bafb6f2829c23e0 +size 1456178 diff --git a/images/125e092c-a795-4976-894c-80f7a1c1c351.jpg b/images/125e092c-a795-4976-894c-80f7a1c1c351.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6303a5a61bf74e7075544036745a96e01a795c5d --- /dev/null +++ b/images/125e092c-a795-4976-894c-80f7a1c1c351.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27329b795d47fb60aa843d00e65c2996cd1fc0fabe2f5797c02d96d4764f73aa +size 2154101 diff --git a/images/126a5f2c-1ce5-4ccb-8188-f3e49e4328fe.jpg b/images/126a5f2c-1ce5-4ccb-8188-f3e49e4328fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2c6f6d3a244402575bff0c2f3fdc3166b51b6b3 --- /dev/null +++ b/images/126a5f2c-1ce5-4ccb-8188-f3e49e4328fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e694099765c45b081b7d893f078b613e850d4a510378fe853d2f77b945a46a42 +size 2623191 diff --git a/images/126c22f1-00b3-47ae-aabb-d01f75cb429b.jpg b/images/126c22f1-00b3-47ae-aabb-d01f75cb429b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52d84e559dd0beb2a4087eacb83fe24dcd1f58f9 --- /dev/null +++ b/images/126c22f1-00b3-47ae-aabb-d01f75cb429b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08072049cd95dc7cc672122f2f6665381760c4611f9be3c70895600aac0c342 +size 1463089 diff --git a/images/127fdcd3-f363-4860-b250-27360f12c54c.jpg b/images/127fdcd3-f363-4860-b250-27360f12c54c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52b9a4fe52d5d9a01b85b97d1d9a8024f9de8db0 --- /dev/null +++ b/images/127fdcd3-f363-4860-b250-27360f12c54c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24beb331aaf6b0c675bfce2001d532c7d3c6055216cc7200bb8da5acabf6ec66 +size 2843492 diff --git a/images/12892d98-0abc-4fda-b3c0-3a53487e40e8.jpg b/images/12892d98-0abc-4fda-b3c0-3a53487e40e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0b664c7a35f52ad2d926a57122ae8824c09ece9 --- /dev/null +++ b/images/12892d98-0abc-4fda-b3c0-3a53487e40e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3794f02fa5d23361edf0fd7345865bbb1f34d81c33644e118ff44acea3f332 +size 1478513 diff --git a/images/128a26f2-e12c-47c8-9694-947918ea4888.jpg b/images/128a26f2-e12c-47c8-9694-947918ea4888.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0f5c480162077f3fb428ff4c6dedaf0f845400b --- /dev/null +++ b/images/128a26f2-e12c-47c8-9694-947918ea4888.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b0e09074b4bb374ec12d16769d2b52c396efb510f8802e031ee566fec35b8b +size 1882252 diff --git a/images/128bb366-99ca-45b1-9ee2-f8c837200140.jpg b/images/128bb366-99ca-45b1-9ee2-f8c837200140.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78afaae3375eabe35024adb76250428639b1aa3f --- /dev/null +++ b/images/128bb366-99ca-45b1-9ee2-f8c837200140.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e10ebabb934f225d5bc2a7e7e8d2d0503d9bf189df95d2d5d7eb5e98d1a8fd +size 1279741 diff --git a/images/128e82b5-78c9-422c-8937-e6d266dda55a.jpg b/images/128e82b5-78c9-422c-8937-e6d266dda55a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1340228505d5c6fea6834230813335c0f7c1d49 --- /dev/null +++ b/images/128e82b5-78c9-422c-8937-e6d266dda55a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788ce255b962789083d5646ec7b917a5a0604f69e8f571c4d6bfa793337abcf7 +size 1826609 diff --git a/images/128f58da-8df8-402d-951f-65a1e1251ddf.jpg b/images/128f58da-8df8-402d-951f-65a1e1251ddf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a65d94b8945b2d5f0c9757a3f4d2f03e466f4d9d --- /dev/null +++ b/images/128f58da-8df8-402d-951f-65a1e1251ddf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11c4961480d0893e735c1dd4450141ea45f05a06d58c5f98018a32efa493882 +size 1403521 diff --git a/images/128f8f92-0040-474c-9c85-5cf3703a7be3.jpg b/images/128f8f92-0040-474c-9c85-5cf3703a7be3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e85ba953980cb622270cb9b4ee85befb01f4843f --- /dev/null +++ b/images/128f8f92-0040-474c-9c85-5cf3703a7be3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327e63ab3f2076daa155e307f17deec3ab733184f2773e9baab3e9843e23000d +size 2093116 diff --git a/images/128fdb42-8703-4bcf-ad87-81d7862de0be.jpg b/images/128fdb42-8703-4bcf-ad87-81d7862de0be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..913b66ac2def33ff7d6ea0820310711bab2497a7 --- /dev/null +++ b/images/128fdb42-8703-4bcf-ad87-81d7862de0be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84f847fb4b7a8059d95fc976072ebe14c752039b8c8ad715842820755a3cf6f +size 1437937 diff --git a/images/129bed39-4135-482f-8492-53d55185a0ea.jpg b/images/129bed39-4135-482f-8492-53d55185a0ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e593c155a9175c736c4f74dc63fb531716913ff --- /dev/null +++ b/images/129bed39-4135-482f-8492-53d55185a0ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8695ba7e3e4e760278bfa688f84409161e3b76eadb661ddad87d682a9c72dd4 +size 1506353 diff --git a/images/12a1abd8-e827-4ad2-9420-dd215cbc9b46.jpg b/images/12a1abd8-e827-4ad2-9420-dd215cbc9b46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0931cc28032e9a4459cc3b07aa049dacd406084a --- /dev/null +++ b/images/12a1abd8-e827-4ad2-9420-dd215cbc9b46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8769b86c28f8c70f19d3a7f95257d0e2794ace97fc8d766c9c59041f894d1380 +size 1777639 diff --git a/images/12a698dc-20b2-4227-a1eb-a536ce779e91.jpg b/images/12a698dc-20b2-4227-a1eb-a536ce779e91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a448f310c362f026d19c50f1e703ce742a2f307f --- /dev/null +++ b/images/12a698dc-20b2-4227-a1eb-a536ce779e91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214aedd502d6dc0121684d9a0b2a1eca3f6dcdd4c9b711fd38fd9770338d94dd +size 2165525 diff --git a/images/12a802fe-bfd6-4498-a7aa-8712223d422b.jpg b/images/12a802fe-bfd6-4498-a7aa-8712223d422b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f887a844ddb381b9592540d3f443a0466d4c6f8f --- /dev/null +++ b/images/12a802fe-bfd6-4498-a7aa-8712223d422b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0096ea4f18e42b8db01ea4b58d8903e6fd671e11e2ce868cc19dc555cc37c0 +size 1814694 diff --git a/images/12a81161-b01f-4815-8355-35f7e629bb7a.jpg b/images/12a81161-b01f-4815-8355-35f7e629bb7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4bb1b6e65851e2b1818686f66cfe5bdf6face2a --- /dev/null +++ b/images/12a81161-b01f-4815-8355-35f7e629bb7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21acb027c0ee7cc759ba5edc3eb8522f0bcd00edb4a0291439ccf52cad7a00c7 +size 1468244 diff --git a/images/12a8e60c-f046-4c83-88cf-cc1f4fa15cc0.jpg b/images/12a8e60c-f046-4c83-88cf-cc1f4fa15cc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e4f2e6c74cd99cc48b7cb4751f8841499bbbc38 --- /dev/null +++ b/images/12a8e60c-f046-4c83-88cf-cc1f4fa15cc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63415ca8856f9089f6179abf377b0fb4f1d54b87ca65d7bcd6da025c1c2d942b +size 2682265 diff --git a/images/12aa7d96-b352-4e3f-afb6-db2a5e71edc8.jpg b/images/12aa7d96-b352-4e3f-afb6-db2a5e71edc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbfef633e1df65698d017ed39513ec7a54d5c88c --- /dev/null +++ b/images/12aa7d96-b352-4e3f-afb6-db2a5e71edc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca52b32a592fd408c334c0a9486d20b20ddaa8d46fd5abda70f75ed823a37a9 +size 1710547 diff --git a/images/12ab69c9-016a-41ac-85b0-bf071c46fd8c.jpg b/images/12ab69c9-016a-41ac-85b0-bf071c46fd8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3244816e8dcf2140cff93e1d90b3f8bade9d1afa --- /dev/null +++ b/images/12ab69c9-016a-41ac-85b0-bf071c46fd8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafeeaf7371bc061bf37dfaa2f4ccc66cec9bccfaca86021c289962fe8c9ef55 +size 1763903 diff --git a/images/12abc4c7-9d69-42a4-bbb3-fcd893e482be.jpg b/images/12abc4c7-9d69-42a4-bbb3-fcd893e482be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67c2b1057f8ce8ac86c064b71f072d2d0db68536 --- /dev/null +++ b/images/12abc4c7-9d69-42a4-bbb3-fcd893e482be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454749df98555b359bb35acbf6c8daca81b1bcfcaf75fa8f9181ae17ecfe2e8d +size 1688339 diff --git a/images/12b09d59-a614-4960-8957-d61a3908d518.jpg b/images/12b09d59-a614-4960-8957-d61a3908d518.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b39f5389badd229c008f8a9d7f0140d12779ddde --- /dev/null +++ b/images/12b09d59-a614-4960-8957-d61a3908d518.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd18b46c3a48b6767329ed45b2d61be6ead39bfadb6bde3c7c81c9ce2294aa1 +size 1393782 diff --git a/images/12bbde15-0daf-407a-a7e9-54c20b01eb7c.jpg b/images/12bbde15-0daf-407a-a7e9-54c20b01eb7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06c2fe18327fdbcd5e532dccb746858f0fd164fb --- /dev/null +++ b/images/12bbde15-0daf-407a-a7e9-54c20b01eb7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebd2a1586478529b5273210027b838c972b746bd6d00fe7f2149a290d444078 +size 3859944 diff --git a/images/12c375e1-af9c-433d-ac84-bf62a79ba466.jpg b/images/12c375e1-af9c-433d-ac84-bf62a79ba466.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86f113a801e68243b9ec18fa531870297a8e20d9 --- /dev/null +++ b/images/12c375e1-af9c-433d-ac84-bf62a79ba466.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8c1c1da8e10a63a16623153645e1b38ada5f565a28005c94835b6f159a455d +size 1189126 diff --git a/images/12d021ad-35ca-49d3-94cd-f00213197559.jpg b/images/12d021ad-35ca-49d3-94cd-f00213197559.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54174160c9fb2c32f8757808446b5bbce4f1ed80 --- /dev/null +++ b/images/12d021ad-35ca-49d3-94cd-f00213197559.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d2ea4ea7c3171fe1add8437cce0b23bacc7bd277bf2e6a1f521f4cef930459 +size 1632205 diff --git a/images/12db8be0-f791-40d8-a786-83eea112eb32.jpg b/images/12db8be0-f791-40d8-a786-83eea112eb32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36e9435fd9e6646ff3fc258831a080d67f97d3f8 --- /dev/null +++ b/images/12db8be0-f791-40d8-a786-83eea112eb32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5871bc091f95e8a65a3f4c10f3acdb779fb58ee1391a53f645dc93e70a392627 +size 1368703 diff --git a/images/12e5071d-1c9a-474a-b665-a594e12f3022.jpg b/images/12e5071d-1c9a-474a-b665-a594e12f3022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5b017d8c5f61ac8af489dbdc2d3e64fd7f4465a --- /dev/null +++ b/images/12e5071d-1c9a-474a-b665-a594e12f3022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f50c6d88b779495ee13538985cc6a9fe006bf99e7a1cd6e4c30174651fa5a0 +size 1605703 diff --git a/images/12ee34c4-03e9-4631-ae75-12655ba32e57.jpg b/images/12ee34c4-03e9-4631-ae75-12655ba32e57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c66885cf328e2f66387323521de61e30a7d13664 --- /dev/null +++ b/images/12ee34c4-03e9-4631-ae75-12655ba32e57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433f7e54dd049430cdd5555c8f2ae4c361a1b663db49f07670f742a2aa13ff03 +size 1728464 diff --git a/images/12f37f37-55c9-45bd-84a8-11071fd46d1a.jpg b/images/12f37f37-55c9-45bd-84a8-11071fd46d1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..053c0ed8afded4e9eaeed1581efefe03a0195743 --- /dev/null +++ b/images/12f37f37-55c9-45bd-84a8-11071fd46d1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5b98ae5907c80d76d3905a8414e5bbc4806b118fb317a5c812bc47aae50ffa +size 1656097 diff --git a/images/130dba10-9d0a-4e6f-a182-f425960f4afe.jpg b/images/130dba10-9d0a-4e6f-a182-f425960f4afe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4390a97fc58a67453f395495d674abfd077c835d --- /dev/null +++ b/images/130dba10-9d0a-4e6f-a182-f425960f4afe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5252113a0ffbe161af49f2e44d2a0e021a34d3a3d8c625d398c6103f4018af +size 1587565 diff --git a/images/13121750-deb3-4a9c-85d4-63bea9185779.jpg b/images/13121750-deb3-4a9c-85d4-63bea9185779.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95127fb77603b8414f2f8d0da12aaf1908996218 --- /dev/null +++ b/images/13121750-deb3-4a9c-85d4-63bea9185779.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a216bcd0de2c880684fe95b9c7a4f2de41a10798a2c2849e68c3595252e9e63 +size 2550300 diff --git a/images/1312d8c2-3bbd-4f90-b633-8dc791948d6e.jpg b/images/1312d8c2-3bbd-4f90-b633-8dc791948d6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf0e7bf602cd588bf29506bb4ac6d7b225dd86ef --- /dev/null +++ b/images/1312d8c2-3bbd-4f90-b633-8dc791948d6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5fe69d69c195c6da3e396db4f6bd42f130d7a90da5b9f95c0a0c06aa4eb710 +size 2224990 diff --git a/images/13251329-68bc-4027-acb2-519edad23619.jpg b/images/13251329-68bc-4027-acb2-519edad23619.jpg new file mode 100644 index 0000000000000000000000000000000000000000..999dbfb7f270d7643204380a0996e0953dfd7f5a --- /dev/null +++ b/images/13251329-68bc-4027-acb2-519edad23619.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de874cbbd01ee298eafe76acffb8f1bd42aefebf4431946435c0ead41c8c4746 +size 1342926 diff --git a/images/1327a24c-535c-4a73-8e03-321804706120.jpg b/images/1327a24c-535c-4a73-8e03-321804706120.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855587229af642357bfe86e9b782658a4241cd58 --- /dev/null +++ b/images/1327a24c-535c-4a73-8e03-321804706120.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b06bd27913179baf740bfdb3cbdd8e9290e06853e61209570a3d0fb840205bb +size 1569830 diff --git a/images/13367613-7b7e-445a-85af-017126bf4101.jpg b/images/13367613-7b7e-445a-85af-017126bf4101.jpg new file mode 100644 index 0000000000000000000000000000000000000000..554000c0b458c1ac5ba757e74072643305948134 --- /dev/null +++ b/images/13367613-7b7e-445a-85af-017126bf4101.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eac0aee0063ee3fd282cd0201a943492411c6e0bda3d886265fb9981d9341a4 +size 1425109 diff --git a/images/13398720-7ccb-47c4-aa9c-d3b48dc09515.jpg b/images/13398720-7ccb-47c4-aa9c-d3b48dc09515.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c681b11e609b2982b91840bf9ef57002ba6f4a7 --- /dev/null +++ b/images/13398720-7ccb-47c4-aa9c-d3b48dc09515.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4bf086880b5e0087ea7929f3010fbb02243908cd2f4b36e813bde2db133042 +size 1761359 diff --git a/images/13401dbd-e02f-4be2-8112-c10869820594.jpg b/images/13401dbd-e02f-4be2-8112-c10869820594.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e86c9710ac6b77ed6bc6d4417baa316303d24ec6 --- /dev/null +++ b/images/13401dbd-e02f-4be2-8112-c10869820594.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c1ff78d44ad3cf394f0c097a0803cd9bbf5d2c6e7ec2d36f77f9dcd2c51e3a +size 2357059 diff --git a/images/134218e4-9021-483b-9ecc-460a62f8a8f1.jpg b/images/134218e4-9021-483b-9ecc-460a62f8a8f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f054e36bc7b0b25ef80b4d894e62f91bb59ff5dd --- /dev/null +++ b/images/134218e4-9021-483b-9ecc-460a62f8a8f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7478be5e3cbda4d1e9801a514fce5e0ee3abd39e9c9b74efe4cf2074b7add10 +size 2195861 diff --git a/images/13474c2b-4ad4-4525-a55b-209b071d2912.jpg b/images/13474c2b-4ad4-4525-a55b-209b071d2912.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee891bc78f5fb5181691d036b97919de35aa1246 --- /dev/null +++ b/images/13474c2b-4ad4-4525-a55b-209b071d2912.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d53df59b0ea3f422edf3dc01691428d4c914d0dea87616e101a5b3f0ee1236 +size 2298973 diff --git a/images/1350be43-d4bc-42cf-8bcb-4ca556eb5727.jpg b/images/1350be43-d4bc-42cf-8bcb-4ca556eb5727.jpg new file mode 100644 index 0000000000000000000000000000000000000000..141edbe511d5f6588b5ebc1945da718e61403cf0 --- /dev/null +++ b/images/1350be43-d4bc-42cf-8bcb-4ca556eb5727.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11b0ffd6e63c8cda1cb395abbfed62c1a74de325090335a2590f783afb4e042 +size 1581511 diff --git a/images/1354b6c3-a5b3-454d-86a3-529d21ba949f.jpg b/images/1354b6c3-a5b3-454d-86a3-529d21ba949f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6100f2fc87d8ce328e06ce401510ed086a42dabd --- /dev/null +++ b/images/1354b6c3-a5b3-454d-86a3-529d21ba949f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c89dbe0920a490c974fb9717b10fa1f6eb05914e509f4aa92efa9245a1995c0 +size 1271241 diff --git a/images/135b7a1d-a209-4b43-90e5-f88c10b43845.jpg b/images/135b7a1d-a209-4b43-90e5-f88c10b43845.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a76e378f6552072461fd828ba37372ec357f9c0 --- /dev/null +++ b/images/135b7a1d-a209-4b43-90e5-f88c10b43845.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e0f8b15596a96049fda2b13a4032e4f7cac75691300e1822e86890fc6d1222 +size 1932841 diff --git a/images/13635d1e-49e7-4b73-a387-844ee3c188a7.jpg b/images/13635d1e-49e7-4b73-a387-844ee3c188a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..929ad4335cfd568a1afe92424894d6e7659059a4 --- /dev/null +++ b/images/13635d1e-49e7-4b73-a387-844ee3c188a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b314da61d31303d20b50efd43eee13e913ec652404df0b459a4ebed07d5f2a5 +size 1091360 diff --git a/images/136a53fd-66ed-43c2-becd-04b62de3b15f.jpg b/images/136a53fd-66ed-43c2-becd-04b62de3b15f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a82f289c611c5888238843b73ee59cd6e4e2b61 --- /dev/null +++ b/images/136a53fd-66ed-43c2-becd-04b62de3b15f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351492b18beef07dbc6fcfd5862f0e3458971b444325561ce7f7093a478a0b5d +size 1869588 diff --git a/images/136f3aa9-6e81-4fe2-905f-01a323686f2f.jpg b/images/136f3aa9-6e81-4fe2-905f-01a323686f2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb4b20447b64ae276ac8462ce2c7cd5f2f556b41 --- /dev/null +++ b/images/136f3aa9-6e81-4fe2-905f-01a323686f2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32920699ae64f545a69d116927114758ad254b284eda49c9e0566db310a31bd +size 1488738 diff --git a/images/136f4afb-1161-4771-8c1e-24bce0a0c19f.jpg b/images/136f4afb-1161-4771-8c1e-24bce0a0c19f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5970be3295f90f13b5be3626993722b678faefe --- /dev/null +++ b/images/136f4afb-1161-4771-8c1e-24bce0a0c19f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4827fbe1d883a86c9ac7c92fc9fcf99018ac96b90c345037b55755c55d40f80 +size 2510296 diff --git a/images/1383f0cc-4f46-4cf6-a150-9c6e9838bccf.jpg b/images/1383f0cc-4f46-4cf6-a150-9c6e9838bccf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..299a6950682bbd2882601de0009dfee1ccc71850 --- /dev/null +++ b/images/1383f0cc-4f46-4cf6-a150-9c6e9838bccf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbbc402e8f575be55d29592e2a48bbcfaf2fad81d6746aee8cda685396fae4e +size 3035008 diff --git a/images/1386f92a-009a-40bd-a21e-0210886917af.jpg b/images/1386f92a-009a-40bd-a21e-0210886917af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e737fb5e0b8e1bac62a6ddbed4b319e4e2930b51 --- /dev/null +++ b/images/1386f92a-009a-40bd-a21e-0210886917af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7542f6a0102d83eb31d54f100602b762313ebbe04d48797b1241bb3eccc8ae +size 1402358 diff --git a/images/13890a0a-89f2-47b7-a776-dd781a060a76.jpg b/images/13890a0a-89f2-47b7-a776-dd781a060a76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..210830703afdad30b5e8d4dba90d791c61d1eac4 --- /dev/null +++ b/images/13890a0a-89f2-47b7-a776-dd781a060a76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8111bdd888f9f1b5790b9b74095d31654f55bca7fe12b1304088dfb571cb0a8c +size 1726915 diff --git a/images/1389ffa5-5e2d-4f38-aa6d-2dd003427d39.jpg b/images/1389ffa5-5e2d-4f38-aa6d-2dd003427d39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e57375fece7951f782d338d09a8c95fcbcb8bff --- /dev/null +++ b/images/1389ffa5-5e2d-4f38-aa6d-2dd003427d39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f936c9cbeeb7f76cad5da8895237991f84ac07cde1da660f09d17fddb1b5e45d +size 1621158 diff --git a/images/138f13e1-06cb-4c4a-82f5-bc9934010091.jpg b/images/138f13e1-06cb-4c4a-82f5-bc9934010091.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b171d0498cce4c7e714a1c9ed72886310adcbfb3 --- /dev/null +++ b/images/138f13e1-06cb-4c4a-82f5-bc9934010091.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed973766b0988d73bd97f7df4543b062685a12147f03dbf41acbd49e3fa876c +size 1625553 diff --git a/images/1393ddd6-d7f2-4c66-a644-c33f1df3eb0f.jpg b/images/1393ddd6-d7f2-4c66-a644-c33f1df3eb0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e50369536952f5ab091f1d61520d852cfd13cc01 --- /dev/null +++ b/images/1393ddd6-d7f2-4c66-a644-c33f1df3eb0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e28e73ac3b233b0c332412505c19f4384dc0803ef9cdcd630b1ef427d5b570 +size 1542732 diff --git a/images/139b7b1e-da36-4bde-84d4-2176b535a317.jpg b/images/139b7b1e-da36-4bde-84d4-2176b535a317.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20e52eb580615acf867eb5f8c49559eb86e05d9a --- /dev/null +++ b/images/139b7b1e-da36-4bde-84d4-2176b535a317.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbc8123a060ad457643417ea2741654458b850c741c90a7e6cf893d41576be8 +size 2173269 diff --git a/images/13a4d707-dc6a-44dd-8e1c-afbe2070dd92.jpg b/images/13a4d707-dc6a-44dd-8e1c-afbe2070dd92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2226f1ff365260d3cadc7d7d21594042e57808c7 --- /dev/null +++ b/images/13a4d707-dc6a-44dd-8e1c-afbe2070dd92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140f47b08227d394f88f23fd8ce6af47cd9ef9566c56f16c4df324e07134943d +size 1559484 diff --git a/images/13a7eef5-7ccd-446c-bd5e-8616e31e360b.jpg b/images/13a7eef5-7ccd-446c-bd5e-8616e31e360b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dcc6cf23e793c5d200e90905f39b36a214f9026 --- /dev/null +++ b/images/13a7eef5-7ccd-446c-bd5e-8616e31e360b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a131af72e91009e36785d20e23bc9a65ba8fbfbe3bafc14b1cb3e780e684408 +size 1550343 diff --git a/images/13a99f70-2ab6-4abc-907f-87f449674824.jpg b/images/13a99f70-2ab6-4abc-907f-87f449674824.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f056fce68e09bf26518b4c3a9e0c0a22e935a1bf --- /dev/null +++ b/images/13a99f70-2ab6-4abc-907f-87f449674824.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b62c027f04d6ad1224b2be1f794c123b003b2916cd140567309342a6e56a239 +size 3761937 diff --git a/images/13ac797e-2eb9-40c0-8037-6c4bdf570fd3.jpg b/images/13ac797e-2eb9-40c0-8037-6c4bdf570fd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d72e27f4306b82517a19682d3119adac76c47fd --- /dev/null +++ b/images/13ac797e-2eb9-40c0-8037-6c4bdf570fd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbca7d480e36319e587068ffa8e641f5db0d294269ce3ca6ad6d8e658378149 +size 1391532 diff --git a/images/13ae97c6-75b2-4fec-a1ed-8039f485f070.jpg b/images/13ae97c6-75b2-4fec-a1ed-8039f485f070.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6782b8f46baac12f25e7a8b700a102162b6aff3d --- /dev/null +++ b/images/13ae97c6-75b2-4fec-a1ed-8039f485f070.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54293fc56e06312feb484207797b8e88341226a1efad5f29056b8b088473f750 +size 1572257 diff --git a/images/13b2a365-d485-4343-a1d5-c93cfd5fb0c2.jpg b/images/13b2a365-d485-4343-a1d5-c93cfd5fb0c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bec5a8c5e849bf113ea9c2b913f5bb602cf854a7 --- /dev/null +++ b/images/13b2a365-d485-4343-a1d5-c93cfd5fb0c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de42ab63dfc155f428eba75b730a0e0d170d3b91274f1049910595eae9a59465 +size 1934820 diff --git a/images/13b3971e-5546-4c24-9f18-8aa66a2753e6.jpg b/images/13b3971e-5546-4c24-9f18-8aa66a2753e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a25a88eabc50b382b6e2245634cd92bc123ec1f --- /dev/null +++ b/images/13b3971e-5546-4c24-9f18-8aa66a2753e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575d183dd4eb860e1ed76e458da2705fc947b0a874f711aeec331a541eac3f46 +size 1401575 diff --git a/images/13b51108-0fdc-4c38-858f-d228a1ee7990.jpg b/images/13b51108-0fdc-4c38-858f-d228a1ee7990.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f150721e515939ad93bf087d214553a46d97e50 --- /dev/null +++ b/images/13b51108-0fdc-4c38-858f-d228a1ee7990.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3884b8ad43487f5d64e4b91e9cfdeed695ce298472fdf1927a08a421892f1343 +size 1390291 diff --git a/images/13c8ffc8-ff42-47ff-936b-a254bbcbedf4.jpg b/images/13c8ffc8-ff42-47ff-936b-a254bbcbedf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b889d8578bccb9645d39c3bb387991108f30d3c3 --- /dev/null +++ b/images/13c8ffc8-ff42-47ff-936b-a254bbcbedf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7382f6a03d4d0806894b018d574c31ec97731691374e0d4f618f19155d3187cb +size 1304760 diff --git a/images/13d88ae0-ac9d-4675-9067-5744c4a1fe66.jpg b/images/13d88ae0-ac9d-4675-9067-5744c4a1fe66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e6e307e433d649b4235397d9204af9d7949fff3 --- /dev/null +++ b/images/13d88ae0-ac9d-4675-9067-5744c4a1fe66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deca630b40979cb9b2248f79c3d2ced9ae8b6f9690324536b565162c795ed8d5 +size 1657153 diff --git a/images/13df2c5f-d6f6-4eca-861b-b5d7facb0f8f.jpg b/images/13df2c5f-d6f6-4eca-861b-b5d7facb0f8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85fd13a64a59903a30c8c0a452721cf3c37c32ed --- /dev/null +++ b/images/13df2c5f-d6f6-4eca-861b-b5d7facb0f8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65880f74492ab05546d9d5b135675803043ca21d7892135c8a0325e5f64bbbdb +size 2257814 diff --git a/images/13e142c3-9e95-4e79-b146-d78ab2d553b4.jpg b/images/13e142c3-9e95-4e79-b146-d78ab2d553b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3558bc0a1ca33482d0d545959b43d0044920b207 --- /dev/null +++ b/images/13e142c3-9e95-4e79-b146-d78ab2d553b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76243b14309cb08618b791735d807aebf0154b2f80ae065a0bcc2b3c85844f43 +size 1323377 diff --git a/images/13e423c1-f0c0-47bf-917e-76ebc43fedb9.jpg b/images/13e423c1-f0c0-47bf-917e-76ebc43fedb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1b3c9115a9347c39533f1a67ebd0470ac239f3f --- /dev/null +++ b/images/13e423c1-f0c0-47bf-917e-76ebc43fedb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb044e30df40d481f09673e9a933c97079e332da2da2657d15bccd635a254a55 +size 1749593 diff --git a/images/13e830c8-a56d-49c4-8ad4-769008404a5c.jpg b/images/13e830c8-a56d-49c4-8ad4-769008404a5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e07a1fb52adf9812a04375d3ab662e46875225e9 --- /dev/null +++ b/images/13e830c8-a56d-49c4-8ad4-769008404a5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1883dbacd2cd72c2b82e0da98af427b3494963440f13e1f0a0bd22c2092d79 +size 1627918 diff --git a/images/13e8950c-eae4-4fa6-a90e-d2a114097a11.jpg b/images/13e8950c-eae4-4fa6-a90e-d2a114097a11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..893b16850748b801496b5d54b6269b418f0251cd --- /dev/null +++ b/images/13e8950c-eae4-4fa6-a90e-d2a114097a11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a87c33953f924ccabd59d06d1fe36d7e99b5341f247241d247025a5278b1539 +size 1456976 diff --git a/images/13f3edaa-99be-4be0-9c22-1347939e0a15.jpg b/images/13f3edaa-99be-4be0-9c22-1347939e0a15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c45e51a33304a26efa1158c4386597458ddb444 --- /dev/null +++ b/images/13f3edaa-99be-4be0-9c22-1347939e0a15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688147302e681a9ab8ede279835e6275f65f721d6aabe57308e019784e14e902 +size 1660585 diff --git a/images/13fde65f-4dff-4782-89f2-0ce6a2e55d11.jpg b/images/13fde65f-4dff-4782-89f2-0ce6a2e55d11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d301495a52baa58f00d91be9dbcba46e8a40008d --- /dev/null +++ b/images/13fde65f-4dff-4782-89f2-0ce6a2e55d11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba24816b102836a3bdd91cdfde2cf5a3c2f863bce1b918300e9134e50a087ea +size 1768233 diff --git a/images/1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7.jpg b/images/1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ec6645408e86597bda678957400f453108e9655 --- /dev/null +++ b/images/1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201b5de666125e5ee2293223a449f9ee94463a40e8abda8ac161594cb9dfdb6b +size 1800487 diff --git a/images/1403547b-1c94-4542-89f6-ba8ddf5adc2a.jpg b/images/1403547b-1c94-4542-89f6-ba8ddf5adc2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01089b574dd627272afa8cd93805423e82d87f91 --- /dev/null +++ b/images/1403547b-1c94-4542-89f6-ba8ddf5adc2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bb88d28c2e792a4c17f7d3fe858e9c41838a469cfeee0a6ec3300ca699ca31 +size 1677852 diff --git a/images/14056d4e-6c6d-4010-af6c-97bbb427764c.jpg b/images/14056d4e-6c6d-4010-af6c-97bbb427764c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89c47c29a8db86c3b8b7dc8003ff66e07f87eb6f --- /dev/null +++ b/images/14056d4e-6c6d-4010-af6c-97bbb427764c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b586713c06a0de8f2d7300e54f8e6c35f0897a58f531f9810b29bd3ccc7ede56 +size 1752973 diff --git a/images/14066c6c-c08b-44d0-8a6c-112051e35f9b.jpg b/images/14066c6c-c08b-44d0-8a6c-112051e35f9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4a487a31a16499c75e9a1cbcf6438625e86d145 --- /dev/null +++ b/images/14066c6c-c08b-44d0-8a6c-112051e35f9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4cd45b1f231bd9e6cd718e71180a64fe4fb219e0b24bd6cb2ee0f93b397cea +size 1576646 diff --git a/images/1406a2b3-d223-4bd5-bceb-6ad3450e1159.jpg b/images/1406a2b3-d223-4bd5-bceb-6ad3450e1159.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0449665355efd4b702e4c881cb04c30c11be2cf6 --- /dev/null +++ b/images/1406a2b3-d223-4bd5-bceb-6ad3450e1159.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e50c9fcb223db044dd20554be723a8c2ba13c28346836e86cdf67147964693 +size 1575360 diff --git a/images/1408cfd6-77a4-485f-888d-4ce47c313de5.jpg b/images/1408cfd6-77a4-485f-888d-4ce47c313de5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc5d9e09d549f01e779e4071fa1505572d9d0134 --- /dev/null +++ b/images/1408cfd6-77a4-485f-888d-4ce47c313de5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06b449c7490504ef2ef49a543cbc4a0ff30c18753ddf47dfbc5fd4480ba3552 +size 2381553 diff --git a/images/140f671b-4d11-4fdd-b452-222227d9759d.jpg b/images/140f671b-4d11-4fdd-b452-222227d9759d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0667ff8a94e5c35baa9c6968749fab1edcd1149 --- /dev/null +++ b/images/140f671b-4d11-4fdd-b452-222227d9759d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467a21b02d17f3ddd97808f2c03108f1d498aacad86436352955ee0abbe90482 +size 1612948 diff --git a/images/141a5979-f9f9-4d35-87a9-0f0593fa3ae0.jpg b/images/141a5979-f9f9-4d35-87a9-0f0593fa3ae0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d032c548db6ba0403d9611c98ca88dfa91d067d6 --- /dev/null +++ b/images/141a5979-f9f9-4d35-87a9-0f0593fa3ae0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203f575149a04fe0831163b2c6ca25f5eb6b482148e2ec837cbc51143a94d23a +size 1726909 diff --git a/images/141f4c32-9f47-4ba5-a776-2ef4de683e0f.jpg b/images/141f4c32-9f47-4ba5-a776-2ef4de683e0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0539e75c903f2914e2254b41a8509e5478f0cc6 --- /dev/null +++ b/images/141f4c32-9f47-4ba5-a776-2ef4de683e0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba8810a14eeb85a71c5c5b25ba09a178a98160dee4d10dc5eb3df777353e7a9 +size 1525326 diff --git a/images/141f5a93-1277-4552-9c1b-6e7bbb6a5979.jpg b/images/141f5a93-1277-4552-9c1b-6e7bbb6a5979.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2b0e81e8d6a1b995dafb69494a4ad5571df353e --- /dev/null +++ b/images/141f5a93-1277-4552-9c1b-6e7bbb6a5979.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519597ab54bb8ea910d2fe70d554c55817b47f8efc1a55fe262d4dda397e7a52 +size 3010571 diff --git a/images/142bcd4b-8e73-4405-9a70-56a5fdfd7a85.jpg b/images/142bcd4b-8e73-4405-9a70-56a5fdfd7a85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17834e52e9132aa4f69b0e20e61517c294445c57 --- /dev/null +++ b/images/142bcd4b-8e73-4405-9a70-56a5fdfd7a85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457f1985e797f1c49afaceb16b75aec46aa691d7b3f71953d7df5b686d33f1e5 +size 1461456 diff --git a/images/142fbde4-da15-4cd1-b604-68f2998b47c4.jpg b/images/142fbde4-da15-4cd1-b604-68f2998b47c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..105e3dd365ee887b365a16bd81ff0e62f8f9d768 --- /dev/null +++ b/images/142fbde4-da15-4cd1-b604-68f2998b47c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34af0aa0bb7fc8f29a6053ceb19d886d33b2f57969cdb18d1c2df4b3f06291f +size 1426483 diff --git a/images/143776c5-b21d-4c05-9181-44e1633166cd.jpg b/images/143776c5-b21d-4c05-9181-44e1633166cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..925d428594f30c32d9f6c6bf2fd5f23cde051d1d --- /dev/null +++ b/images/143776c5-b21d-4c05-9181-44e1633166cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5436c210a01d73609d959ef7b2da5f7cadb3cb3824fb4e4daca4d509e366e56 +size 2074917 diff --git a/images/1443cbeb-65b0-4c4f-8735-0c761e3b97e7.jpg b/images/1443cbeb-65b0-4c4f-8735-0c761e3b97e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63b67b6e602adb6fe67cc1f866dbe1a6ff26988f --- /dev/null +++ b/images/1443cbeb-65b0-4c4f-8735-0c761e3b97e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07157a9dc05324294fcdf628b8beb8070e3fbe92e48c670c2c41b58a38330036 +size 2083374 diff --git a/images/144bbcb0-49f3-4d18-ab82-649674730ad3.jpg b/images/144bbcb0-49f3-4d18-ab82-649674730ad3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca4d3f3fc408e5ab28ea1b9b899f0294f9f9cc41 --- /dev/null +++ b/images/144bbcb0-49f3-4d18-ab82-649674730ad3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f87a1023b37f223e5413f90d47b6d30c9344194e7730079c280f5b80a8c86c2 +size 2099483 diff --git a/images/144e4f6f-165d-4e62-85b2-3e7c272c8df7.jpg b/images/144e4f6f-165d-4e62-85b2-3e7c272c8df7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7df23729cce896e3bbfd0e304d74b4e0d938dbb --- /dev/null +++ b/images/144e4f6f-165d-4e62-85b2-3e7c272c8df7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3361dbb61fb0d2ff7ef6686eb5dfcc4607d151ad36e87fe3ee47a807cf6d9a88 +size 1392004 diff --git a/images/14567a1d-1942-4903-9b0c-b608bd770659.jpg b/images/14567a1d-1942-4903-9b0c-b608bd770659.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3d5a315e4ddc8d693f8b2b7bbd2dbc9dbd9b145 --- /dev/null +++ b/images/14567a1d-1942-4903-9b0c-b608bd770659.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b26e48f6ca2a38f2ed78c928c7f2ae0cc8c937a7dbbe7f434598a7971f9612 +size 1661252 diff --git a/images/145752f4-e0d8-46f0-b412-c953bc230adc.jpg b/images/145752f4-e0d8-46f0-b412-c953bc230adc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eddfefc1b3abbc2a82f141acb408a7e4eae2b3c --- /dev/null +++ b/images/145752f4-e0d8-46f0-b412-c953bc230adc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac21d46bf94e507f905f9f1b4f69e41b5978f921b896ba5f253354c5ae4a345 +size 1381167 diff --git a/images/1459f1e1-4aff-4310-93bc-f77844ca9a49.jpg b/images/1459f1e1-4aff-4310-93bc-f77844ca9a49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca4c2c0d04653a9591903081993cdce73308cfc8 --- /dev/null +++ b/images/1459f1e1-4aff-4310-93bc-f77844ca9a49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607b38e5f7077c04aa33fdd310503f66e35b7cfc01e29791395d4144e557401c +size 2337918 diff --git a/images/145e66fd-dd73-4ebe-81a9-e084ad129445.jpg b/images/145e66fd-dd73-4ebe-81a9-e084ad129445.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8508c9670a1a507919b55f5f605d58ba79b2501e --- /dev/null +++ b/images/145e66fd-dd73-4ebe-81a9-e084ad129445.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a4c0c6fd1babdca4fd056902ad8a694af365c8fd886e63e7439ba7173d046d +size 1505165 diff --git a/images/14660102-cc69-43c7-bf1a-1d980fbb2ff9.jpg b/images/14660102-cc69-43c7-bf1a-1d980fbb2ff9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6167a0426ac38738f42dadf5b0010c1af1b04ef --- /dev/null +++ b/images/14660102-cc69-43c7-bf1a-1d980fbb2ff9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2005330ea80aa89feae6222d87babff588a7196494e8c9578a438f09d2dae8e6 +size 1275506 diff --git a/images/1473cfd9-ea35-4eb7-8a22-f1789b29c5a3.jpg b/images/1473cfd9-ea35-4eb7-8a22-f1789b29c5a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..765571374c5fe300b1af44596cceddcb4ba7a06e --- /dev/null +++ b/images/1473cfd9-ea35-4eb7-8a22-f1789b29c5a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28b96025127b79ea69b8af16faab00b9fd96c5264a5b7b90d2c4caf5f09e9cc +size 2008503 diff --git a/images/14743263-b553-404f-8df7-b467be7e6ffd.jpg b/images/14743263-b553-404f-8df7-b467be7e6ffd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7529185160c2ec8c0c28c5e4152ae8d9d2da3cdf --- /dev/null +++ b/images/14743263-b553-404f-8df7-b467be7e6ffd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e3ce2077fdcc00103bcc30a81b089e6cbd21477119ba82934cc38355094086 +size 1305464 diff --git a/images/14758ecb-349a-4a7a-ad85-51e237ff03e4.jpg b/images/14758ecb-349a-4a7a-ad85-51e237ff03e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6c0ebf99f3915ac5fc17509772278f273d5fcbe --- /dev/null +++ b/images/14758ecb-349a-4a7a-ad85-51e237ff03e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a867a0b7d49e9cf4ed7cbfeef084f6103dd1b1ba69e7943923b397d9589aa0e +size 1825483 diff --git a/images/147c023a-605d-4e0e-be4b-32fe276c0b6b.jpg b/images/147c023a-605d-4e0e-be4b-32fe276c0b6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa43a6799e6a1564442d658a4589427351ecc571 --- /dev/null +++ b/images/147c023a-605d-4e0e-be4b-32fe276c0b6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddb1ca9aca5142079092b311b751fc3a113640c2f1d2402f086cdf9537b03a0 +size 1080516 diff --git a/images/147cf72c-af81-4e06-ac8d-a7698a08043f.jpg b/images/147cf72c-af81-4e06-ac8d-a7698a08043f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e6856ffaafad01b9b238b8283e94aaa7fb48e49 --- /dev/null +++ b/images/147cf72c-af81-4e06-ac8d-a7698a08043f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4455d2a2396df0e4eaca6ca3d7599f90f31cbcafbbddc491f57d60f2d9f46746 +size 1246742 diff --git a/images/1480c4ff-fa0b-402e-b781-c29792163e24.jpg b/images/1480c4ff-fa0b-402e-b781-c29792163e24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d6e28329a1d548698866ce58ad3997e144b43b8 --- /dev/null +++ b/images/1480c4ff-fa0b-402e-b781-c29792163e24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e80b54100ed2f541d94b73f75ff7c6d4ecc236febc1f3be209413e32eb5e3a +size 1244205 diff --git a/images/148f3748-f199-4e5d-bd13-f2f5f7850650.jpg b/images/148f3748-f199-4e5d-bd13-f2f5f7850650.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a15e076e85244eb26e66eef27c050a55e76d1e1d --- /dev/null +++ b/images/148f3748-f199-4e5d-bd13-f2f5f7850650.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3907fc3ee043d82459b34f9a72465cb470aaa40609daa779310d70dc96c6ad +size 2058274 diff --git a/images/1493edd9-4f26-4cfb-8eb4-0ac871ae9708.jpg b/images/1493edd9-4f26-4cfb-8eb4-0ac871ae9708.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8add715ce5e409813ca83c556a7661f0746d3aac --- /dev/null +++ b/images/1493edd9-4f26-4cfb-8eb4-0ac871ae9708.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1e3df06b13efe44678384feaaf0aa1d30fdd433a85b9cfe75d45f3b8eaea9b +size 1456463 diff --git a/images/14978718-d665-44ce-a387-fd938524fd34.jpg b/images/14978718-d665-44ce-a387-fd938524fd34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7e739bbd09a42c97bf32e6eabd04fd7fcdab63b --- /dev/null +++ b/images/14978718-d665-44ce-a387-fd938524fd34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b11d8ffd984f3d1325ebaff933f3eee2009fc9b20b32e41ee23a76b2058dbf +size 1436228 diff --git a/images/149d3af1-c105-4ae1-b60a-5815c77f0849.jpg b/images/149d3af1-c105-4ae1-b60a-5815c77f0849.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc3b16f3161aa719bab977c6b500a9839a2fe5f --- /dev/null +++ b/images/149d3af1-c105-4ae1-b60a-5815c77f0849.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b87c2e682d4c549f8d59f78dc5bf8077c7965cc6dfae5471bf93687f9bbc00 +size 1172456 diff --git a/images/14a8197b-c154-4c46-9712-780abdf83e40.jpg b/images/14a8197b-c154-4c46-9712-780abdf83e40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddbe7defc7c887e903796a9b57e8fa719f62ae62 --- /dev/null +++ b/images/14a8197b-c154-4c46-9712-780abdf83e40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8433875ee38d7f79a69396ca20d1182c0620e2e325a8463bd665ccc5194bed +size 1326226 diff --git a/images/14b24f88-ad3f-4763-972a-7b7dceb5f14a.jpg b/images/14b24f88-ad3f-4763-972a-7b7dceb5f14a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..107096011559b7dca0f4f3c4582279a2564e9ea2 --- /dev/null +++ b/images/14b24f88-ad3f-4763-972a-7b7dceb5f14a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9f230e82fafb965a2e908a5013290a45d80cab3440cb7f4e79fc84ba16d8f8 +size 1526246 diff --git a/images/14b5bbe2-d1e5-43e7-bc1f-62181d896c99.jpg b/images/14b5bbe2-d1e5-43e7-bc1f-62181d896c99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e000f211685e5dd812a66cf76bdef30416d890 --- /dev/null +++ b/images/14b5bbe2-d1e5-43e7-bc1f-62181d896c99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9554c9db25f69dc72a53386b17047e9c45a575f1a48f806d85c7cf181d58f652 +size 1867266 diff --git a/images/14c107ea-7dff-4400-9901-e668d339594a.jpg b/images/14c107ea-7dff-4400-9901-e668d339594a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0665a035bf1e81c85ca6abfc98617ff471201578 --- /dev/null +++ b/images/14c107ea-7dff-4400-9901-e668d339594a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b92d6400f0e1217c7b8fd52fb320a6fc40f6d9581932b9c4801b2aaca46ea8 +size 1747717 diff --git a/images/14d25935-e96a-49a2-895e-3a2fe3474b7b.jpg b/images/14d25935-e96a-49a2-895e-3a2fe3474b7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6432661a2fffbcff7c72301726bc4c938da8f0d0 --- /dev/null +++ b/images/14d25935-e96a-49a2-895e-3a2fe3474b7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf01cb82ea92f909160bd12a1b8b230f616591b16d24d7fbbcda06960b9133cc +size 1467589 diff --git a/images/14d4329b-e830-46bf-97c4-a9cf161bb3e2.jpg b/images/14d4329b-e830-46bf-97c4-a9cf161bb3e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1acff8f4c743bd7ac19c5d0e48157ee671b2c4e --- /dev/null +++ b/images/14d4329b-e830-46bf-97c4-a9cf161bb3e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86fcfd8c30fa3b20ae9925afeba25a63fc5d59163c89231c7a556ebf3c28fdd +size 1388662 diff --git a/images/14d57e6b-c8c2-4b7c-afaf-20d3638e28d9.jpg b/images/14d57e6b-c8c2-4b7c-afaf-20d3638e28d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b67682351dbe0307676788f73906cdfa2d3fa12e --- /dev/null +++ b/images/14d57e6b-c8c2-4b7c-afaf-20d3638e28d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a53d8ef054b09ddffb1f82fc150290afa2774843794869b72d52798595217f +size 1318896 diff --git a/images/14f688a7-43a3-40f8-ac1a-391f22a3a3a8.jpg b/images/14f688a7-43a3-40f8-ac1a-391f22a3a3a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5a8fd62516c8b98ae6836075e257360807e0b40 --- /dev/null +++ b/images/14f688a7-43a3-40f8-ac1a-391f22a3a3a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376c914311d97a513fb7a320717541e67ef18ed871c67a853867f89ccd1f3e5a +size 2467000 diff --git a/images/14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5.jpg b/images/14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cdb4a14e3d06143cf398087436077d2d51265b2 --- /dev/null +++ b/images/14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281300c6e48062f9539ec0c35c813f4a8940fc05cafc375ccd351aedf8100818 +size 2808550 diff --git a/images/14ffd01d-0e8b-45b1-8b23-9e9a5c207448.jpg b/images/14ffd01d-0e8b-45b1-8b23-9e9a5c207448.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0aa38f805b93c7e278df0ef22b5b7df1ebeda95 --- /dev/null +++ b/images/14ffd01d-0e8b-45b1-8b23-9e9a5c207448.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0ff53d4c9b2488000c09f49f32e65d67c7900c2d0774c893d6a95b1ee34584 +size 2625774 diff --git a/images/15032aba-049b-4218-8098-61e24b6f765e.jpg b/images/15032aba-049b-4218-8098-61e24b6f765e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b129d78942d54cdb2d80367f12af6fa06ad017e4 --- /dev/null +++ b/images/15032aba-049b-4218-8098-61e24b6f765e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b473faa53824b196c861dd65ecc37dde1c1ab9378f330d8a68b692ea9cfb27 +size 1992447 diff --git a/images/15167f1d-d6fa-4a67-abde-8f634f9933cf.jpg b/images/15167f1d-d6fa-4a67-abde-8f634f9933cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fadeacfc5c75b7efd1d3ec80a1ffc07c2b088f12 --- /dev/null +++ b/images/15167f1d-d6fa-4a67-abde-8f634f9933cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d47dd3ca6327c1a8a2aafc538b4c24a473e515b5c090862e7c910d4453f302 +size 1530497 diff --git a/images/1516ad9f-6704-48b7-b470-63907236880b.jpg b/images/1516ad9f-6704-48b7-b470-63907236880b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..490dc0f071b13e428890192e5e18ccd214d27099 --- /dev/null +++ b/images/1516ad9f-6704-48b7-b470-63907236880b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28ea1138d13b5f5680921a30194b1ad12da5e80d0c31507229556f215baffc6 +size 1360590 diff --git a/images/15193f4e-3c06-4345-b637-957eab8e00fd.jpg b/images/15193f4e-3c06-4345-b637-957eab8e00fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b5cae54b0c4ac12bb012f0e2fbdb6d4d025798 --- /dev/null +++ b/images/15193f4e-3c06-4345-b637-957eab8e00fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b4ab3b57e4bb98e6e85ab4c97c3478d3dd6ae1bfa8f8acb380aa3da2fffc32 +size 1825770 diff --git a/images/151f0d70-0a99-45e7-8520-0aa1dedbb3cf.jpg b/images/151f0d70-0a99-45e7-8520-0aa1dedbb3cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3520beb5fbdae54514b70420179ff7d7beecb812 --- /dev/null +++ b/images/151f0d70-0a99-45e7-8520-0aa1dedbb3cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9354d83a194e77c26d1627dd448a000b16245bf1464452c1557cf0b3f0587877 +size 1816545 diff --git a/images/15201c35-e41e-4aaf-8465-42920d283f30.jpg b/images/15201c35-e41e-4aaf-8465-42920d283f30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b63a966fe1a60cfb1d782e69729661bdad0fdbb --- /dev/null +++ b/images/15201c35-e41e-4aaf-8465-42920d283f30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68e3c04f299efd427019bdc100998b9fabc98032ffe97a8c4e66983415942df +size 1293882 diff --git a/images/1520e98b-2ea6-4fd0-98ea-44b2966fbeea.jpg b/images/1520e98b-2ea6-4fd0-98ea-44b2966fbeea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c51e91df841cfed1dbe0adfe924a51cfc6c5cab --- /dev/null +++ b/images/1520e98b-2ea6-4fd0-98ea-44b2966fbeea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d944cedef7ebbc889668aeb7456b1e987c03cba1d5b857c1eda0476a93f263 +size 1511953 diff --git a/images/152619a6-ce23-49a6-90fc-eda9ed6a5fd7.jpg b/images/152619a6-ce23-49a6-90fc-eda9ed6a5fd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4411a9396c323b022de0427c2092a3cbd5f41f2 --- /dev/null +++ b/images/152619a6-ce23-49a6-90fc-eda9ed6a5fd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327861592e1d0e4d6a2c234e6b12add882aea384e7e0dd22a7a958125155a4ed +size 2521464 diff --git a/images/1526ebd0-f7fa-48c3-a0fb-937d911802e1.jpg b/images/1526ebd0-f7fa-48c3-a0fb-937d911802e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aa6a04bc565b171e8945ef901cd7da977aa586f --- /dev/null +++ b/images/1526ebd0-f7fa-48c3-a0fb-937d911802e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b56efabcf19ec608fd307730ce910b3f9c48310de1ea305ee38fe174f1997c +size 2129291 diff --git a/images/152818f2-645c-47a6-908e-86a6c102f8c5.jpg b/images/152818f2-645c-47a6-908e-86a6c102f8c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd2819734f1204fe39523aac3813da02c44b3c63 --- /dev/null +++ b/images/152818f2-645c-47a6-908e-86a6c102f8c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0857efb85e061282e2fe093f94ca98e436326242fefb5fe10a7d83f8018dcee6 +size 1586866 diff --git a/images/152a359e-0435-4ac7-9485-81c18f594411.jpg b/images/152a359e-0435-4ac7-9485-81c18f594411.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1866dc39c46a1f8e5e11dd38c50a64c511515177 --- /dev/null +++ b/images/152a359e-0435-4ac7-9485-81c18f594411.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87081cd371523543ce7107aac6327dc88e3031851f0410bec1edc0b4d36373f +size 1905209 diff --git a/images/15343845-e168-4932-816b-ceffdcc1fa0e.jpg b/images/15343845-e168-4932-816b-ceffdcc1fa0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ec4e4cd2ce666c7db9b0c42f191639e4ccba5d6 --- /dev/null +++ b/images/15343845-e168-4932-816b-ceffdcc1fa0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac88caa59d9a48d7882b0588c98bcc618de0b2d4e8b2eef52ae0b2122554b9ab +size 1455245 diff --git a/images/1534942b-f694-4cc2-bfbd-c3884d3ba33b.jpg b/images/1534942b-f694-4cc2-bfbd-c3884d3ba33b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..687083de332a52702f4af5a85509f30a3116571e --- /dev/null +++ b/images/1534942b-f694-4cc2-bfbd-c3884d3ba33b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45afd0da9c9cbcd67e4ce5ead9e40e6c546b7df0e1cea0e50455905afed062a5 +size 1304350 diff --git a/images/153729cb-abb2-45c0-93f9-31f9b6edca9b.jpg b/images/153729cb-abb2-45c0-93f9-31f9b6edca9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1df833df9cc7b3ad03473a08a171fcb085a6856e --- /dev/null +++ b/images/153729cb-abb2-45c0-93f9-31f9b6edca9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de5227d0be274dba2ee8ade6880c4e03f5e6ea7d819b324da640bd005a254f4 +size 1446615 diff --git a/images/153e39d5-337c-4bc5-83f9-be2c9270c7f1.jpg b/images/153e39d5-337c-4bc5-83f9-be2c9270c7f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3683b18542a87b5deb12abc51e4246054e439cf3 --- /dev/null +++ b/images/153e39d5-337c-4bc5-83f9-be2c9270c7f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2619d04174593cdef2ee11059c8dae755890ad71d2d5aa968ca6058031b1705 +size 2204334 diff --git a/images/15452eda-a265-47fb-8185-993f3a35b8ef.jpg b/images/15452eda-a265-47fb-8185-993f3a35b8ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40b9bdf443199d8943ab7b7b6e730e49f870712e --- /dev/null +++ b/images/15452eda-a265-47fb-8185-993f3a35b8ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191a0e8245385d24ec791c44085866052f3ede8e73f629de9a3ea1a1c129e32a +size 1631242 diff --git a/images/15454bd3-c2e0-4391-8774-6fdea488498c.jpg b/images/15454bd3-c2e0-4391-8774-6fdea488498c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88af211a70a7247717a66e4cd9d092fb9001a734 --- /dev/null +++ b/images/15454bd3-c2e0-4391-8774-6fdea488498c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f355b606868c1d3b7405c8b0faaad65a354815ef857cd45b686626ae45f7c85 +size 1277041 diff --git a/images/1548e888-34b8-4ae9-97bb-a864af62ab8f.jpg b/images/1548e888-34b8-4ae9-97bb-a864af62ab8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60ddebe24e969f0427daac2b362917df94f4fb1a --- /dev/null +++ b/images/1548e888-34b8-4ae9-97bb-a864af62ab8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa715429f1033abae65830101a941869d856bf4494923ce80ec9c53ac158dbb +size 2229054 diff --git a/images/154b9dd9-48de-4c69-93cd-32f8367a2201.jpg b/images/154b9dd9-48de-4c69-93cd-32f8367a2201.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f98d4ceeb333e6a30dcfa790f4ddfba9209658a --- /dev/null +++ b/images/154b9dd9-48de-4c69-93cd-32f8367a2201.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ed674277c0a476a0246de4e190c85c33f6c84f568d4832815ffc974e9a729 +size 1494706 diff --git a/images/154fa42f-c9b7-4fb5-acad-80bbca53a703.jpg b/images/154fa42f-c9b7-4fb5-acad-80bbca53a703.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71f998861bb84d96886f5754d8b40184b51ad1a0 --- /dev/null +++ b/images/154fa42f-c9b7-4fb5-acad-80bbca53a703.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb23f7a5cfbe6dae55d89f0d108ea439d6eaacbb38020f792cd1c21b04e8d06 +size 1645388 diff --git a/images/1551a1b1-5f37-42c1-a433-e3bb79cec858.jpg b/images/1551a1b1-5f37-42c1-a433-e3bb79cec858.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1a5f81f96276444fdf2dc8cff909af8f529e569 --- /dev/null +++ b/images/1551a1b1-5f37-42c1-a433-e3bb79cec858.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443f4b0a752d3045cc76670eb45c18579ea9a97ff3eeeec38a25075fb616be95 +size 1427247 diff --git a/images/155222aa-b246-4106-9220-2e5d94a705bb.jpg b/images/155222aa-b246-4106-9220-2e5d94a705bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1557164e725a5a088aadf84f93e2467f268364c5 --- /dev/null +++ b/images/155222aa-b246-4106-9220-2e5d94a705bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3e14046183e5dd6a798863b765661b85a1c6787d1498917657bca18fd0df58 +size 1607470 diff --git a/images/155ad6e3-33b0-4c4b-b287-d5a9595acd51.jpg b/images/155ad6e3-33b0-4c4b-b287-d5a9595acd51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f88c88e4622cdc752e80588931e4a97c3fae7fba --- /dev/null +++ b/images/155ad6e3-33b0-4c4b-b287-d5a9595acd51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b13309efc2f2ec2a07b92d2f920cb52d10da283ec7f197207cd3f5bc23046a5 +size 1673523 diff --git a/images/155e7dc7-88ac-40ac-9607-3f31c39ba946.jpg b/images/155e7dc7-88ac-40ac-9607-3f31c39ba946.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3712baa2feea3c956213407c62d98a5c12f20d00 --- /dev/null +++ b/images/155e7dc7-88ac-40ac-9607-3f31c39ba946.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370426c44a7c320e2c66dcc2da4d06fdd4767b60fdae1ffaca8d8445be832da5 +size 1927703 diff --git a/images/157ed3cf-4b83-4fb4-948e-0bfd8dfeae48.jpg b/images/157ed3cf-4b83-4fb4-948e-0bfd8dfeae48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b9754cffd3763fbed203cce57cef3f413c16fc8 --- /dev/null +++ b/images/157ed3cf-4b83-4fb4-948e-0bfd8dfeae48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb575f72b5da49698ac1ad5a8aefafd65308389f796ee6b5417b29fdc9553c40 +size 1733922 diff --git a/images/1589b3f4-4a16-4784-a7ec-6ca56d72fe8c.jpg b/images/1589b3f4-4a16-4784-a7ec-6ca56d72fe8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3998a2b42c97761342365d6c9dcfce3937832c7d --- /dev/null +++ b/images/1589b3f4-4a16-4784-a7ec-6ca56d72fe8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29ed0b97ed4bded8d33017ddd4ec8d0a0408cbe7e667d7ae892649b3b35d993 +size 1450809 diff --git a/images/1590a84d-f722-4b78-a14d-0efbb85d6f98.jpg b/images/1590a84d-f722-4b78-a14d-0efbb85d6f98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c0e4da7638de208f9fd07ce5f1cc4f0bcc16d91 --- /dev/null +++ b/images/1590a84d-f722-4b78-a14d-0efbb85d6f98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ffec93f72e05f4f34f3952013334416ae410d27aea313c3539b9b9c09d49e0 +size 1855384 diff --git a/images/15950867-79fe-4871-919c-d53af49698a8.jpg b/images/15950867-79fe-4871-919c-d53af49698a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc9beb6ac065375e85b9a055c2c71670e02a511 --- /dev/null +++ b/images/15950867-79fe-4871-919c-d53af49698a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d244e8f00b4967bb1ac254796572916910dff921d4f3a45650c8b45411f7ac35 +size 1451259 diff --git a/images/1595479f-23e3-4179-a056-5e21788897cb.jpg b/images/1595479f-23e3-4179-a056-5e21788897cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f918af38df34b9c092ed4d16c20e5cd3077e4e4b --- /dev/null +++ b/images/1595479f-23e3-4179-a056-5e21788897cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f694800098a4966847ddd74bf67cd5b5e3ece2e1688b67e2e04b9b8751b2d9 +size 1362729 diff --git a/images/15a01335-5f7e-4d47-966e-1669d52f10d7.jpg b/images/15a01335-5f7e-4d47-966e-1669d52f10d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f82a031cb4db5458486bc6e30a3268c525c69786 --- /dev/null +++ b/images/15a01335-5f7e-4d47-966e-1669d52f10d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b7cce7f7162a89fad3da1bea554875c1f6baab00b0e5c7c4b06e544d7f6c75 +size 1503221 diff --git a/images/15adae37-534d-4557-9aa7-4545485c0abb.jpg b/images/15adae37-534d-4557-9aa7-4545485c0abb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..463dbb5635abc2798ffea02334cd4555e998663d --- /dev/null +++ b/images/15adae37-534d-4557-9aa7-4545485c0abb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f538597d81983d356afb9aec6e3599192281d0fbadb6d8a7dcbf854775f79fd +size 1622334 diff --git a/images/15b9f48b-64b4-496d-b3a8-498b127be9e2.jpg b/images/15b9f48b-64b4-496d-b3a8-498b127be9e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b732094172d862e57b1b3dad0d3c71c9381ddbca --- /dev/null +++ b/images/15b9f48b-64b4-496d-b3a8-498b127be9e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed279cb191099347824af008e753c0d2dd8649cf8b66f3c12824895da160a9d +size 1570706 diff --git a/images/15bba7f5-45ec-4d95-aff5-2d6aa497c912.jpg b/images/15bba7f5-45ec-4d95-aff5-2d6aa497c912.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6423ef1d53995230dcbe1253ef11be276a596a1b --- /dev/null +++ b/images/15bba7f5-45ec-4d95-aff5-2d6aa497c912.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd532c73db0f04b9838b6970f1e709fb1d6dbaac3c42689da1d80322dae38b0 +size 2406207 diff --git a/images/15bca43b-dd8a-457a-a1e3-f03436961bc5.jpg b/images/15bca43b-dd8a-457a-a1e3-f03436961bc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99ba4b07f3b2740d1ca8ad7f91e00fe9f3132971 --- /dev/null +++ b/images/15bca43b-dd8a-457a-a1e3-f03436961bc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2509e9b8764fb7bcfe096d3cab52cf37a10a7360eae27b2693b6119324698ca3 +size 1400792 diff --git a/images/15bd626d-1650-41ad-9104-37c25e2fc221.jpg b/images/15bd626d-1650-41ad-9104-37c25e2fc221.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3019473bcc8dfc9d6ed72db92bd3ce325f1d61f --- /dev/null +++ b/images/15bd626d-1650-41ad-9104-37c25e2fc221.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caca642d9ed53ed9681b48475b2f8c671fc18f99431645c3dfd6210113bc5188 +size 1803940 diff --git a/images/15bebb3f-5810-45c0-835f-188036c5b1ec.jpg b/images/15bebb3f-5810-45c0-835f-188036c5b1ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f5ecc8189b0ebcab222f8539bc45ccef2f4e402 --- /dev/null +++ b/images/15bebb3f-5810-45c0-835f-188036c5b1ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba11e449ae57ad101a3b877551c2d30525f8aa64c2d01aede6e4a7cac906d2ea +size 1669174 diff --git a/images/15c6d172-077b-4336-86fe-311354b62862.jpg b/images/15c6d172-077b-4336-86fe-311354b62862.jpg new file mode 100644 index 0000000000000000000000000000000000000000..132cbd3e5f605c28a8b6e0e811880eab02c9082b --- /dev/null +++ b/images/15c6d172-077b-4336-86fe-311354b62862.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c91ea85eea4ff96af9d4f2faeae42c05fbfc42e73c3bac36f561f1a3abe6a76 +size 1572838 diff --git a/images/15c99a11-1064-4f87-b752-bae41afd101a.jpg b/images/15c99a11-1064-4f87-b752-bae41afd101a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3a1d5415a7f343b9481edcb282417e79774d1b7 --- /dev/null +++ b/images/15c99a11-1064-4f87-b752-bae41afd101a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff33cb4cbded39c6d3a94445ea0cd7ba0332a9faf3f90cb14cbacdd3bceb86f0 +size 1737844 diff --git a/images/15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe.jpg b/images/15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be53c8f58600964d54c11b0c9e7035751a302980 --- /dev/null +++ b/images/15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d305bc4f702979cdcb944ce9e6a4c87c9b1b28c29f4545ffb286ba5ad406b9 +size 1535962 diff --git a/images/15ec5f99-67d9-42fc-a6de-b47539dfcfe5.jpg b/images/15ec5f99-67d9-42fc-a6de-b47539dfcfe5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03c5dee92b11cd5547ea7a093a224d35a7713b78 --- /dev/null +++ b/images/15ec5f99-67d9-42fc-a6de-b47539dfcfe5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc5e1e68c516635bdf5e7342b9a0e9eac61f9586d63afa7538561ce16993a22 +size 1436130 diff --git a/images/15f3df1c-23bc-4c67-b85a-071a49887a01.jpg b/images/15f3df1c-23bc-4c67-b85a-071a49887a01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf92db9dcdc167fcff2243f82944a0d1f6f76c0c --- /dev/null +++ b/images/15f3df1c-23bc-4c67-b85a-071a49887a01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33934bc3429b0dda5baa6873053745d43385c07a555ea4c2ddfdc88c7a3ce23 +size 1958511 diff --git a/images/15f4989c-163e-4f6d-a056-8d91a3c59c18.jpg b/images/15f4989c-163e-4f6d-a056-8d91a3c59c18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adc33e5af16fc5672a91031f24e020aff28a449d --- /dev/null +++ b/images/15f4989c-163e-4f6d-a056-8d91a3c59c18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b119a48c2aa680fbf88507422ad9fe04b44c8c1a866a9f8c858fac00a783f69 +size 1935664 diff --git a/images/15f7c6ed-74b4-46ff-9050-a408d78eb267.jpg b/images/15f7c6ed-74b4-46ff-9050-a408d78eb267.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad2fe025a3f6d833706c6a4eba0de670039fda9e --- /dev/null +++ b/images/15f7c6ed-74b4-46ff-9050-a408d78eb267.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bae8bff7ea3c9bad785dadc5012141201206d9191ac6458c4c4c77b9abcb0a2 +size 1344275 diff --git a/images/160ad42b-b67d-4906-9f8e-6752feff7df5.jpg b/images/160ad42b-b67d-4906-9f8e-6752feff7df5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76f5387729a9ed96b57456635cef24e375b534a1 --- /dev/null +++ b/images/160ad42b-b67d-4906-9f8e-6752feff7df5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09a1963c4138f2db02b0baf1d2af0186066068d9891674acf12e61afc2b175e +size 1735947 diff --git a/images/16133c8b-ec7f-4c5c-9003-187cb5386c5b.jpg b/images/16133c8b-ec7f-4c5c-9003-187cb5386c5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2170a1fd5a2e9bca1b230d93fe8c6b0d8d0cca45 --- /dev/null +++ b/images/16133c8b-ec7f-4c5c-9003-187cb5386c5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c824d1ad65c928bd38a854c576e9239ec11f058f850ac79bc596e2535142f3b +size 1670308 diff --git a/images/1613d410-2d2c-4601-b3c7-c2c27adfaec0.jpg b/images/1613d410-2d2c-4601-b3c7-c2c27adfaec0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24d109d2b5a321daa2f4ca6f67b53f378c5c8fbd --- /dev/null +++ b/images/1613d410-2d2c-4601-b3c7-c2c27adfaec0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451959171061df22789016cb86b1a10e467f5dbca71e95d31f2d1ed7447c556b +size 3141167 diff --git a/images/161ba0c4-2924-4200-93a5-82ee578169be.jpg b/images/161ba0c4-2924-4200-93a5-82ee578169be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e8dd620a268c8c14a76e56b2a8b45cd0a7f3581 --- /dev/null +++ b/images/161ba0c4-2924-4200-93a5-82ee578169be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab0d033a761110305577438e881c3dbbb1ef3bb79d05417738017582b3330d0 +size 1438808 diff --git a/images/1628a2d4-909b-4d77-a4f6-8cda2f2103eb.jpg b/images/1628a2d4-909b-4d77-a4f6-8cda2f2103eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c6c0c3ef5ccdd48c7629e4389fc3945fe5b1187 --- /dev/null +++ b/images/1628a2d4-909b-4d77-a4f6-8cda2f2103eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a9b06286995242661b58c9950ad72311a1e04d068d8d1ae70ded1cfc19deb3 +size 1430439 diff --git a/images/1628d73b-b995-4c22-8ae0-f78f56b0169d.jpg b/images/1628d73b-b995-4c22-8ae0-f78f56b0169d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9f5f8d2c3e2b5adf8c9649143b40d0030017be6 --- /dev/null +++ b/images/1628d73b-b995-4c22-8ae0-f78f56b0169d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e1fbb5a5d99a9cbdb674fe0132cc83f772d45f1db1d700d8476efe51199589 +size 1443014 diff --git a/images/1631d554-67e2-42e5-8e94-5a17842a789d.jpg b/images/1631d554-67e2-42e5-8e94-5a17842a789d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f8e27b1bd41bcfc22e32c0a430d996d7254c2ee --- /dev/null +++ b/images/1631d554-67e2-42e5-8e94-5a17842a789d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ea4a79f4232d3562426588acfa2015c05e6b80cadc0f43438ff6fadc26e0ae +size 1771071 diff --git a/images/163277cf-81e1-4aa9-b151-608dd05b9078.jpg b/images/163277cf-81e1-4aa9-b151-608dd05b9078.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54b068c55ccac4613ef8bb0bdd89b5f67033553f --- /dev/null +++ b/images/163277cf-81e1-4aa9-b151-608dd05b9078.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f622b1aadbf21ae425aea3150bb725169b285151cd3fe40ca5bf1f4c8d4c6987 +size 2773729 diff --git a/images/1636109d-636a-4cb8-8c36-b51165e98ca2.jpg b/images/1636109d-636a-4cb8-8c36-b51165e98ca2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b07ce2ed5d0bbc459ec1fe7535cf7326b2d4fbb --- /dev/null +++ b/images/1636109d-636a-4cb8-8c36-b51165e98ca2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f74a42149a51785d25312d1c8e4c8a233ac44399c444e7635f27addfaba5ca +size 1918328 diff --git a/images/163db0b6-99bc-476e-b1d0-921bc00788fa.jpg b/images/163db0b6-99bc-476e-b1d0-921bc00788fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36688c4c2705bff07cab88d3a4f0f45be2d5ba1f --- /dev/null +++ b/images/163db0b6-99bc-476e-b1d0-921bc00788fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a92cd2e831e4671844620ac14d26bd03735c1d22c6095e9842f231f593769 +size 1626361 diff --git a/images/163e8a44-f9eb-4661-a8e5-dfa78be4bf93.jpg b/images/163e8a44-f9eb-4661-a8e5-dfa78be4bf93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc70ff6619a833cffd51e1ca4ef48bf392b891e7 --- /dev/null +++ b/images/163e8a44-f9eb-4661-a8e5-dfa78be4bf93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2839ef5859f627362ee7dc5abc803c9bbb094cb775f09010acb6a9ecd5c79a5b +size 1219685 diff --git a/images/164262e1-a9a7-4310-8b51-071761454c0b.jpg b/images/164262e1-a9a7-4310-8b51-071761454c0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18f356602eee68256ab311c275eb162861152a58 --- /dev/null +++ b/images/164262e1-a9a7-4310-8b51-071761454c0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2e9d0309387b5ce650a67638a579012be7b92e10738e6a6cf6310ce83bb36b +size 4330471 diff --git a/images/16456169-3ad8-4973-85c3-d95c9eb77b60.jpg b/images/16456169-3ad8-4973-85c3-d95c9eb77b60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6484467b2939d61be023ffb4617ac864b95eca2 --- /dev/null +++ b/images/16456169-3ad8-4973-85c3-d95c9eb77b60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3588c4dee5e813e68af58350e391be44116dee6c157f0f362701701de5cc58d1 +size 1414980 diff --git a/images/165a861e-6d8a-457a-8c17-3b8bb216a635.jpg b/images/165a861e-6d8a-457a-8c17-3b8bb216a635.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0c0c661c868bf292b9ee3ad05726bd23ea2001b --- /dev/null +++ b/images/165a861e-6d8a-457a-8c17-3b8bb216a635.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7700479a6d2fa0d27219586a6f379f2217b2203c8ed12930b8f1f5cbcd83755f +size 1995419 diff --git a/images/165af028-d52b-4a9a-bddb-709f245e869b.jpg b/images/165af028-d52b-4a9a-bddb-709f245e869b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c78eab4c8fc3e301b28d97102ba5ea39cf072211 --- /dev/null +++ b/images/165af028-d52b-4a9a-bddb-709f245e869b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd2410d06ee3421cdc924b1075464b4296af523da297117f9121898bc30cba4 +size 1578660 diff --git a/images/165b892e-d35e-400c-b26d-124596ce04a3.jpg b/images/165b892e-d35e-400c-b26d-124596ce04a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c785f2de7133fd5421c2403e956b9d6a3d66892 --- /dev/null +++ b/images/165b892e-d35e-400c-b26d-124596ce04a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a85ce894d99ca676f3d0e039fb1af3c0d289c0db06895d1615f54e017134ced +size 1607087 diff --git a/images/165baaa1-8833-44ff-87ba-c5514258a73c.jpg b/images/165baaa1-8833-44ff-87ba-c5514258a73c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c5e012c2dbf7f685e86a320596f072c71d13c64 --- /dev/null +++ b/images/165baaa1-8833-44ff-87ba-c5514258a73c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9939de5e46a25aad9a927d2e190ae3d49349d3816cf3d97f12f2a59e0c205409 +size 1614548 diff --git a/images/165cb592-d91b-4ecf-9f19-a4afb5e6eed9.jpg b/images/165cb592-d91b-4ecf-9f19-a4afb5e6eed9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be9c1626445e16c3494250df4f2ec1ece0ddd808 --- /dev/null +++ b/images/165cb592-d91b-4ecf-9f19-a4afb5e6eed9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc30f04b781b35a324f2e14811dd8ce7a2033928106e66a9dc0813afc747cf0 +size 1640293 diff --git a/images/1668aa25-7c57-45c7-87c9-5b1c7aaa7bff.jpg b/images/1668aa25-7c57-45c7-87c9-5b1c7aaa7bff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e22c6d0cc29a1fb25ecca6319a8ea09e3b40930 --- /dev/null +++ b/images/1668aa25-7c57-45c7-87c9-5b1c7aaa7bff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb73f185b934d4719b335618ad15637d4508bd688ae4a8ca929d4bda50ea9177 +size 1529114 diff --git a/images/16697095-753c-4e05-93b9-6066190bf826.jpg b/images/16697095-753c-4e05-93b9-6066190bf826.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51f7acfcdbf21241000badf641997d812be50952 --- /dev/null +++ b/images/16697095-753c-4e05-93b9-6066190bf826.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8679be5cec25ab4e2f12e341578df2656241c4143cbba2087183681b36c5d4 +size 1531950 diff --git a/images/16699521-67d2-4963-99e1-5f923e3caec6.jpg b/images/16699521-67d2-4963-99e1-5f923e3caec6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..332b0809162ca615177ca8e94eaf46abf8ec53fc --- /dev/null +++ b/images/16699521-67d2-4963-99e1-5f923e3caec6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4c80df38aa4d04344ee14ae424fa88e705f2eb9948ec57c93898b9a43d020d +size 2057583 diff --git a/images/166bdb96-20a6-40cc-b6d3-2f06dcd552da.jpg b/images/166bdb96-20a6-40cc-b6d3-2f06dcd552da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccd8f8ce31b986379144d86107fb0207025d5550 --- /dev/null +++ b/images/166bdb96-20a6-40cc-b6d3-2f06dcd552da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a645788d4ac526e27ba1b6f64c6d147d96159fa61f189e3a38230c1a684b8f19 +size 2136249 diff --git a/images/167529a9-855e-447c-ae22-5eb45965f287.jpg b/images/167529a9-855e-447c-ae22-5eb45965f287.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22a72102f72eaafc6089372aa175555e6f90ae56 --- /dev/null +++ b/images/167529a9-855e-447c-ae22-5eb45965f287.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbbf4d9786e284dad00429ff8cd19656c100435e42a6281c974fbdd1a14c344 +size 1613775 diff --git a/images/16788a82-4789-41f5-9e4b-91165ed5520c.jpg b/images/16788a82-4789-41f5-9e4b-91165ed5520c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093259d665939a47901b0a2524d2d1079dec457f --- /dev/null +++ b/images/16788a82-4789-41f5-9e4b-91165ed5520c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf31fc9cc1b915c1d11e4d5c125ca217ea49ebd290bc1057845e66d0176a17a9 +size 1481191 diff --git a/images/1687a7ce-b0a6-4161-b2fb-1436b890cbc6.jpg b/images/1687a7ce-b0a6-4161-b2fb-1436b890cbc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41a7244d60dbfa95a4efd6b1b9767bbe57be4132 --- /dev/null +++ b/images/1687a7ce-b0a6-4161-b2fb-1436b890cbc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8402758ecfcf54936cde3d91e8644f35b234444b15b93367548a12106b4d95 +size 1587397 diff --git a/images/168e80b1-cdc0-48e7-96d3-00a75e07ddae.jpg b/images/168e80b1-cdc0-48e7-96d3-00a75e07ddae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..729614853c65a146cd45332c0c2d671a71097f76 --- /dev/null +++ b/images/168e80b1-cdc0-48e7-96d3-00a75e07ddae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bb7a23682fe31de3029f049f20ee4a13ad1512a3f309c7d314b66f9305a61a +size 2968266 diff --git a/images/169e35d8-dc2b-4303-b558-39f81966d836.jpg b/images/169e35d8-dc2b-4303-b558-39f81966d836.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7979f7bec2dd107f0f1f1784536625a723a18c40 --- /dev/null +++ b/images/169e35d8-dc2b-4303-b558-39f81966d836.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a4945eebb9e753bab59a14188569130604e0f58e8e713c63460bedfc9d8fc5 +size 1726021 diff --git a/images/16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3.jpg b/images/16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..430b8530471022198cc750ad8d8e9c416eb76c34 --- /dev/null +++ b/images/16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4be6e03aa88c7b3e361e1529cfeb2cad094654195cc2bd4a133531ad4ef3572 +size 1645805 diff --git a/images/16c0f610-6f48-4277-87f5-c984988eaa4b.jpg b/images/16c0f610-6f48-4277-87f5-c984988eaa4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da3204c7a9e40b0219525b8c773a8161915dfb3f --- /dev/null +++ b/images/16c0f610-6f48-4277-87f5-c984988eaa4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8833ec34d5173e8aade739cd2257c7c72607f507772e097d187193f08ccd0a1 +size 1923090 diff --git a/images/16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4.jpg b/images/16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7747b38bc180871722e5750a807357acf22fba23 --- /dev/null +++ b/images/16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13309aceb70a3e599e78e31bde95bc773af1155f4cc9bbc8473d27541c31467 +size 1669878 diff --git a/images/16c9b2eb-855d-4fce-83c1-737b44e03244.jpg b/images/16c9b2eb-855d-4fce-83c1-737b44e03244.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb0769283730b5cff9ed4bcba94bcfd46458c247 --- /dev/null +++ b/images/16c9b2eb-855d-4fce-83c1-737b44e03244.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8676a51367907f2b6edae6a40f437e30327a7a04ca0a15f87e4d2d4bd22f356b +size 2125457 diff --git a/images/16e8417a-697a-43e2-9f3b-11072f420eb8.jpg b/images/16e8417a-697a-43e2-9f3b-11072f420eb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68e97c985b35e534f4ba110ddd4fbdb5e8a409e9 --- /dev/null +++ b/images/16e8417a-697a-43e2-9f3b-11072f420eb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37f286dd1eb7006a806a2ba3bc01a1f1d95caf361313fbbce98777124f45d0 +size 1757285 diff --git a/images/16ed0676-e6df-45c5-bf50-238c5b903928.jpg b/images/16ed0676-e6df-45c5-bf50-238c5b903928.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ed3b2f0b23b6ff98c8310282973de1eabda9540 --- /dev/null +++ b/images/16ed0676-e6df-45c5-bf50-238c5b903928.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111e8c077f25ede54dc1ca9247986db15af4deeee8524e9805dc03fb01ec90a3 +size 1400929 diff --git a/images/16ee6042-5431-48fd-8fe0-3eb0dcef273f.jpg b/images/16ee6042-5431-48fd-8fe0-3eb0dcef273f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f92c8c6916d63ae8706a7296e8f83aa9b05d5c2 --- /dev/null +++ b/images/16ee6042-5431-48fd-8fe0-3eb0dcef273f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426df37abf6041a72e35391d2822489f77785225b2118908ce8cd9193f3fd9ef +size 2725909 diff --git a/images/16f1789a-1750-4f8c-b3f2-26e206d5a08f.jpg b/images/16f1789a-1750-4f8c-b3f2-26e206d5a08f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58a7cbab612a5c6da97e4e30050b284b74974d2a --- /dev/null +++ b/images/16f1789a-1750-4f8c-b3f2-26e206d5a08f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da14914c080c4eee65d3aad53aa8f17f5e4fc4c5ab747cb55fa07a0d7dd8cf61 +size 1671254 diff --git a/images/16f6f745-6287-4d99-924c-6d732e5ebf37.jpg b/images/16f6f745-6287-4d99-924c-6d732e5ebf37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9994979f7846bd90a8557b4b195eea68c8370a7 --- /dev/null +++ b/images/16f6f745-6287-4d99-924c-6d732e5ebf37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce96a123d07e1f3922ae7dd1dae14a1ba8f24dfb1683f34fecb8849b74ba0140 +size 2297791 diff --git a/images/1712e03c-b5dc-4d7a-b7a9-25764747388a.jpg b/images/1712e03c-b5dc-4d7a-b7a9-25764747388a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8707869de00e6a00e4d9efce6c8f808bcde56b0 --- /dev/null +++ b/images/1712e03c-b5dc-4d7a-b7a9-25764747388a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642b41ff596f6db25b0e3f77cf3cf2ad617ec83753d565fbb493cb7c100088bb +size 2083973 diff --git a/images/17227312-4a99-4ba2-9678-1c00c92dd890.jpg b/images/17227312-4a99-4ba2-9678-1c00c92dd890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56447ade7aba2363117759c3c03e7da6434d6ec8 --- /dev/null +++ b/images/17227312-4a99-4ba2-9678-1c00c92dd890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dbe8f122022139b7a46668ff2bac39676a04c82f0f55d53f08bac2266b5a74 +size 1517359 diff --git a/images/172d4a45-62f2-4b49-9f3a-039250228505.jpg b/images/172d4a45-62f2-4b49-9f3a-039250228505.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0722497af5b2c709b376b79feda70b5ec7b89761 --- /dev/null +++ b/images/172d4a45-62f2-4b49-9f3a-039250228505.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c850aaa2e00c5ed3e3dbde4f8d2644207f52676e050e6af4547f890d68405f +size 1861777 diff --git a/images/1738505d-13d8-45d4-8f86-91175db25a56.jpg b/images/1738505d-13d8-45d4-8f86-91175db25a56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd2173e823302b2d049175a03978fdcfa2203966 --- /dev/null +++ b/images/1738505d-13d8-45d4-8f86-91175db25a56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93443f3cb8c526a06dd0cd8e01bfeaf4d1c07b7b27831b2cb8019bee89b7149 +size 1487216 diff --git a/images/173d647d-8f6e-4cc2-ac4d-c3319e1f3980.jpg b/images/173d647d-8f6e-4cc2-ac4d-c3319e1f3980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3b4fbe4de1da53b1c4f0c0101b1c569ab1cf088 --- /dev/null +++ b/images/173d647d-8f6e-4cc2-ac4d-c3319e1f3980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db88ff56c6d8cdc665cf31dc24ca9f1ddc316c349b48abbad47108120e8c44e3 +size 1360785 diff --git a/images/17410808-18a6-4ae5-bfc8-639ea69817b6.jpg b/images/17410808-18a6-4ae5-bfc8-639ea69817b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32e934d5cbab288090ecb93df4728cca41643314 --- /dev/null +++ b/images/17410808-18a6-4ae5-bfc8-639ea69817b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c6d300109f9423a54215f59b639123d6e9896a786d8987b90c00e0c3f5778b +size 1567758 diff --git a/images/1754a506-c1e6-425a-9bb6-2e09babc20e9.jpg b/images/1754a506-c1e6-425a-9bb6-2e09babc20e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea167038ef6c0f14cbecc9623a29e4ee1dbb99ea --- /dev/null +++ b/images/1754a506-c1e6-425a-9bb6-2e09babc20e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a84c8db30ca239016c030e4402bbffa24cd2991962cd6b0efc635a22043359 +size 2293580 diff --git a/images/175e2846-1560-47f7-8118-28f792804819.jpg b/images/175e2846-1560-47f7-8118-28f792804819.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68a6eb2a9941742ea13d0d6b18a1f99e15aa15d4 --- /dev/null +++ b/images/175e2846-1560-47f7-8118-28f792804819.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4e24bbdfafbcf02cddaab828fbaceff1a80e4e268aed767072364a69810992 +size 1340427 diff --git a/images/176783cd-38f5-429c-b99c-989e0709072c.jpg b/images/176783cd-38f5-429c-b99c-989e0709072c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f9112157ca784938cc33ad39aba5630d65db8c4 --- /dev/null +++ b/images/176783cd-38f5-429c-b99c-989e0709072c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06b7adbaf51e9196687d5c4c26ca317bbecbcdc902b8867061084aa6dca7a4d +size 2056752 diff --git a/images/176a3358-f50a-4c12-9f8f-ecfaa507b2e3.jpg b/images/176a3358-f50a-4c12-9f8f-ecfaa507b2e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05db29e1ad145f657031908aaab2a6c8e4d221ce --- /dev/null +++ b/images/176a3358-f50a-4c12-9f8f-ecfaa507b2e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8a89dd57a7cc9c3cfe627d3ad8ccf30298cccd3b2ceec1b8269e96b23db446 +size 1492773 diff --git a/images/176c402e-9e6c-4ec2-a053-a8c53890a724.jpg b/images/176c402e-9e6c-4ec2-a053-a8c53890a724.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca070f9635009f7120c0f3266fa1bdbc2e052d3d --- /dev/null +++ b/images/176c402e-9e6c-4ec2-a053-a8c53890a724.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18db561d641d59444a00c4af020b925d57a631d295c254fc08c9d712fd690b3a +size 1346828 diff --git a/images/177cc93f-f7f7-47e1-ada8-dbfe4281a642.jpg b/images/177cc93f-f7f7-47e1-ada8-dbfe4281a642.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8dbe6ee4c966e5917db5dfa99b4fcd993e3ad5e --- /dev/null +++ b/images/177cc93f-f7f7-47e1-ada8-dbfe4281a642.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb75a52da7164dfbaa37d9e64abbe09f8455a2b9b343aea99c1f30e994687d34 +size 1690444 diff --git a/images/17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1.jpg b/images/17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5be550b8109579bbed737cd8c19445c47293305 --- /dev/null +++ b/images/17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f042e43a16f4c16b40bc175c042933e6a70f21880cf75e00dcc03303be9239e1 +size 1571991 diff --git a/images/178dd664-c171-4fcb-8084-9bbf97f5673a.jpg b/images/178dd664-c171-4fcb-8084-9bbf97f5673a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c9b3d598f4fe139b27cee5ed69f8468cfddd8b0 --- /dev/null +++ b/images/178dd664-c171-4fcb-8084-9bbf97f5673a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87401e4fe7876b3dc1e5c1e8a5cc5019ed6e45375525d2681d3ef48087b47da +size 2369943 diff --git a/images/178df363-0945-4be9-9947-801ee61489a8.jpg b/images/178df363-0945-4be9-9947-801ee61489a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06e272bd125fefc4069373d3e81d860a88d50f7c --- /dev/null +++ b/images/178df363-0945-4be9-9947-801ee61489a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a411988c973fe1c5aacb3be6e9144136e5ec0b1097f604e74126383fba5d7b3 +size 1987545 diff --git a/images/17975b21-7b8b-426c-95af-d2575250448c.jpg b/images/17975b21-7b8b-426c-95af-d2575250448c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2338e4ec14fbd80cbbe5b25ae0c4280a4c0455a --- /dev/null +++ b/images/17975b21-7b8b-426c-95af-d2575250448c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5b5e49f6edd3269b34e44fb681acbbddee7c86762be620c0682fa8ef0e27d7 +size 1454654 diff --git a/images/179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab.jpg b/images/179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37f116324679e65a6e31fca3832ee0fe645be6cb --- /dev/null +++ b/images/179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b37c1fe904878a132ccd06f30b672174063a650ebc500fcd4d2c0c85fa015b +size 1468453 diff --git a/images/17a2ca8d-330e-4e92-ba93-980a40cd7118.jpg b/images/17a2ca8d-330e-4e92-ba93-980a40cd7118.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0b8e1ddfaf5ae7eb587633f128f8f221bfac762 --- /dev/null +++ b/images/17a2ca8d-330e-4e92-ba93-980a40cd7118.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9416299ecfc1c3c03a08ea907b65090c1ee99727df9fec583a2cbfa6156b3b00 +size 2995316 diff --git a/images/17aaed71-6ca7-4503-b0c3-041a1baa2f7d.jpg b/images/17aaed71-6ca7-4503-b0c3-041a1baa2f7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3d7a3e9cec8c4decbb20fd6a79c056d83b29588 --- /dev/null +++ b/images/17aaed71-6ca7-4503-b0c3-041a1baa2f7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e402d4a62cbad7c098edeaf4d9ce94c83a168132d461b5996dce9fd422069106 +size 1487995 diff --git a/images/17bec136-fa16-439a-8621-ee3608fc312a.jpg b/images/17bec136-fa16-439a-8621-ee3608fc312a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d3ed75120fcbe12783db4a7f09deae837c05865 --- /dev/null +++ b/images/17bec136-fa16-439a-8621-ee3608fc312a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5aafa50afa99bba3b4980bcadff9294cd8ceb6a5b0b3d4a7ef147215947f0e +size 1591925 diff --git a/images/17c8b3fd-042e-4477-998b-7329d6b76503.jpg b/images/17c8b3fd-042e-4477-998b-7329d6b76503.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1f5e1007ae07335cfd886b02a94afb9dd1c4388 --- /dev/null +++ b/images/17c8b3fd-042e-4477-998b-7329d6b76503.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2a5250d088384fe923670f519f4921d6dfaf3a02f11439262cc182015a560b +size 1477101 diff --git a/images/17cbc285-395c-4a41-91f9-69822f7b45b1.jpg b/images/17cbc285-395c-4a41-91f9-69822f7b45b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3ca7617e5f25889b2415d25382f99e74613d926 --- /dev/null +++ b/images/17cbc285-395c-4a41-91f9-69822f7b45b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76244660a7b54a42b9d59900cd63a52e0079228f68f2c0ca98387fd4fca1380 +size 1736733 diff --git a/images/17d591e9-3a98-484b-9eba-d3dea5fb7adf.jpg b/images/17d591e9-3a98-484b-9eba-d3dea5fb7adf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37745284ea9bfd4b9612e6725e39c47385634783 --- /dev/null +++ b/images/17d591e9-3a98-484b-9eba-d3dea5fb7adf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07103e986d513c0b18b17a6a1bb6d72101f36d5f1ac4e9e4a052d04d4577fe0 +size 2195547 diff --git a/images/17dd829d-f517-4e83-8e10-6ef01ba70942.jpg b/images/17dd829d-f517-4e83-8e10-6ef01ba70942.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc466227409eab9e2d2b0c4781854ba23434383f --- /dev/null +++ b/images/17dd829d-f517-4e83-8e10-6ef01ba70942.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7deee9f4b83ff48e5738ef064c8ef092c699efb05460235fbe7381625b1e2c +size 1370317 diff --git a/images/17df3fc6-8610-42c8-8bf7-58cdb0085232.jpg b/images/17df3fc6-8610-42c8-8bf7-58cdb0085232.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71d4c69a8a7bcaed5af23093aae8cc455efac8bb --- /dev/null +++ b/images/17df3fc6-8610-42c8-8bf7-58cdb0085232.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14217e4c88a2bd9f9ade64a883ddae6e62cb962d8de48c71b25d1ebf53e731f +size 1849848 diff --git a/images/17e3fc30-d978-4f93-9eb9-5459a0693a5e.jpg b/images/17e3fc30-d978-4f93-9eb9-5459a0693a5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25443f5625dc77e72cbe60c1581305198b17bd5f --- /dev/null +++ b/images/17e3fc30-d978-4f93-9eb9-5459a0693a5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ed5b3262c7a7a40eaeb77a7e0ffaf726dec92826de17f547eb4cf34efac65f +size 1653489 diff --git a/images/17e6b39b-ecfb-44ae-b963-c4a4f86276af.jpg b/images/17e6b39b-ecfb-44ae-b963-c4a4f86276af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1369cbfe34f1908b654b0f5a277ad82755fcf11 --- /dev/null +++ b/images/17e6b39b-ecfb-44ae-b963-c4a4f86276af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b05f5b6d2baade339e17d48533b576f92299f1555552c2e11121640b91808d +size 1768336 diff --git a/images/17e6dce2-c55c-488f-84e1-b0d4486a3cee.jpg b/images/17e6dce2-c55c-488f-84e1-b0d4486a3cee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..408787a54d5657f13fd496ab20d05c9cb3cc1785 --- /dev/null +++ b/images/17e6dce2-c55c-488f-84e1-b0d4486a3cee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9079a21bcba8f7dea27d213cc102f9683fd79a7340184b104f55bfce65d50e +size 1866264 diff --git a/images/17f68561-c8b0-4ca0-bd62-f2b16f3ecdad.jpg b/images/17f68561-c8b0-4ca0-bd62-f2b16f3ecdad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15699a25f9ad1e0b19d18c9d61ef54bf1567b855 --- /dev/null +++ b/images/17f68561-c8b0-4ca0-bd62-f2b16f3ecdad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef1bbdd75b11c774da15878e72bdaca41546b0402d9d2bcce73d6a4aa651dda +size 1656446 diff --git a/images/17fbfbb3-83d3-4bf4-8ebe-7e18490f493d.jpg b/images/17fbfbb3-83d3-4bf4-8ebe-7e18490f493d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a96ae646c3799e4c6b007671467b61e9eddb61a --- /dev/null +++ b/images/17fbfbb3-83d3-4bf4-8ebe-7e18490f493d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3073c5733f17adfad584457792c8ddc1d879a61d3abbac752f047a13d628cb2 +size 1718136 diff --git a/images/1800d7ec-3682-4322-b40a-7032c791b967.jpg b/images/1800d7ec-3682-4322-b40a-7032c791b967.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b306440ca1d837855499b0c58dcb341a3c3780e9 --- /dev/null +++ b/images/1800d7ec-3682-4322-b40a-7032c791b967.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b6039b89173cbcc4962c280873b4a450b0c806a48282f6c58769862d60860e +size 1169388 diff --git a/images/18044e2d-3b58-4cbf-92f0-ab0b82ff9c83.jpg b/images/18044e2d-3b58-4cbf-92f0-ab0b82ff9c83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e75b4f3f29894ffc9aba0b8248dc43079dcd296 --- /dev/null +++ b/images/18044e2d-3b58-4cbf-92f0-ab0b82ff9c83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a0033ba03dc8baeedfbec3f7c035c1187bde6627d345008be9233e81ec6fc6 +size 2500674 diff --git a/images/180c824d-e9eb-448a-a607-ba6f729f041b.jpg b/images/180c824d-e9eb-448a-a607-ba6f729f041b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4a81f0a1c311a7a62cf72234b0bf4c615800180 --- /dev/null +++ b/images/180c824d-e9eb-448a-a607-ba6f729f041b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58c35d84e06c443b60dcd166467638e949507131279ca5dc761f658fbd96b0c +size 1858509 diff --git a/images/180e3029-a256-4106-a3c0-dd0abf5cbc63.jpg b/images/180e3029-a256-4106-a3c0-dd0abf5cbc63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf424261ea03359b5fa496443f3f8da22ea29513 --- /dev/null +++ b/images/180e3029-a256-4106-a3c0-dd0abf5cbc63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404b0176a95ac18c2d4f8237ff460328d738b3e39cea255cdd7f0dfd7fdebffb +size 1873908 diff --git a/images/1823c218-c6c8-46b6-b556-abd478e94600.jpg b/images/1823c218-c6c8-46b6-b556-abd478e94600.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e39bbd99b734e1590931c5b76ca4220302123c6e --- /dev/null +++ b/images/1823c218-c6c8-46b6-b556-abd478e94600.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122095b820ef07ee23fc9b972e989752ad1adb9ef06cd2f99c3e4a517d0070d6 +size 1625181 diff --git a/images/18251053-8109-4236-875b-deaeb77bdced.jpg b/images/18251053-8109-4236-875b-deaeb77bdced.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18dcf1915e0ddc74d5f2e05f6193edd788dbbf83 --- /dev/null +++ b/images/18251053-8109-4236-875b-deaeb77bdced.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced16376f0bd124a466783d834a52e85244c1be8d4ab61d67141db4db5badfc6 +size 1888662 diff --git a/images/182a5b52-de37-4ee3-b2b3-f4710474c356.jpg b/images/182a5b52-de37-4ee3-b2b3-f4710474c356.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61cad914464e30b8693566e29ccc79e027dfe2d3 --- /dev/null +++ b/images/182a5b52-de37-4ee3-b2b3-f4710474c356.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6b2f1f80e2393e7b63094e1e13a0fd314aecf10ddff6903a9effebcd9e8b63 +size 1294886 diff --git a/images/182ae3b7-07c0-4116-b20d-53c6b257ae45.jpg b/images/182ae3b7-07c0-4116-b20d-53c6b257ae45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..243e079f706d78757677f2efa904b9b5346ed371 --- /dev/null +++ b/images/182ae3b7-07c0-4116-b20d-53c6b257ae45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8032bbe1c842d3f7da2bf6369eaad9d3adec5b1e843dc191b9745effd6010916 +size 1956291 diff --git a/images/1832ec03-614f-46db-b0a8-647ae4e2ff5f.jpg b/images/1832ec03-614f-46db-b0a8-647ae4e2ff5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fe3e38684636ad653300f5d4059d66a7eec2150 --- /dev/null +++ b/images/1832ec03-614f-46db-b0a8-647ae4e2ff5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59162564337d7647350e9676e5e1f886ab002cc95a52c30b65198c3116c2069 +size 1491570 diff --git a/images/18381603-d7a7-4730-b065-af5e31ee9965.jpg b/images/18381603-d7a7-4730-b065-af5e31ee9965.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0e4b79f886383a27c259317f2e7594f7973d748 --- /dev/null +++ b/images/18381603-d7a7-4730-b065-af5e31ee9965.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd650ced60f72a598a8b2eed27c94f8330cf1e5863fbacb590011cdec31928e +size 1469227 diff --git a/images/183cb0d3-fc82-4232-ac30-da2c21d1f0dc.jpg b/images/183cb0d3-fc82-4232-ac30-da2c21d1f0dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf3876d4b150011a80dc7cfdc65ee7cb87b7d83a --- /dev/null +++ b/images/183cb0d3-fc82-4232-ac30-da2c21d1f0dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa64bbf083492e46479196cbfddeb3b401829e78983fd8d61007f20d1c4bb34 +size 2466243 diff --git a/images/183e9b8a-84d0-4be4-ab9e-576aa24da252.jpg b/images/183e9b8a-84d0-4be4-ab9e-576aa24da252.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99c28d48bf9ff6cb076cbb1aa429c0225cde187a --- /dev/null +++ b/images/183e9b8a-84d0-4be4-ab9e-576aa24da252.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f10930046a8a8106f88497dc5af8a48929f084fc909ffa1433d3b8ba400eda4 +size 1731297 diff --git a/images/1847fad8-6719-420e-acd8-ba7e1f77a6c0.jpg b/images/1847fad8-6719-420e-acd8-ba7e1f77a6c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3bda796c5d9ed61f333b8172fe85b7d077f67ed --- /dev/null +++ b/images/1847fad8-6719-420e-acd8-ba7e1f77a6c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66718c205283f54eb3ae5543d4f1d08dcfd655f5bb65ed421044d2c70c23c745 +size 1559818 diff --git a/images/1851328d-e7d3-4ec6-91df-8be07cb0f821.jpg b/images/1851328d-e7d3-4ec6-91df-8be07cb0f821.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc47470ddd2e1511ba056af8078995545ee6e26 --- /dev/null +++ b/images/1851328d-e7d3-4ec6-91df-8be07cb0f821.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd54e42071dd6b90c36fcdcf38a3b2b4938316a66c217d2c1c39d6de8b52bc0 +size 1270344 diff --git a/images/186de785-d8cd-4fff-a273-7ec1f7bc802d.jpg b/images/186de785-d8cd-4fff-a273-7ec1f7bc802d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26d6de440ee9bf6fc90fe7bd075d68a37a27ea71 --- /dev/null +++ b/images/186de785-d8cd-4fff-a273-7ec1f7bc802d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d649559d1d06006d7b8a122634f0f61feb875b996e3a5c5167a23cc8014c572 +size 1323443 diff --git a/images/186ea357-6399-46a5-82c4-b85c9fe41705.jpg b/images/186ea357-6399-46a5-82c4-b85c9fe41705.jpg new file mode 100644 index 0000000000000000000000000000000000000000..422928dd33e14827a5cef81fe943a2dc9df4fdce --- /dev/null +++ b/images/186ea357-6399-46a5-82c4-b85c9fe41705.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecde994bd8e78ab33e8c6e428ae61195c2ee8d589c518dd62d932d6bcc39fa4 +size 2419470 diff --git a/images/18723800-2c45-4224-864d-dfb17cf1850c.jpg b/images/18723800-2c45-4224-864d-dfb17cf1850c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9cbef088679ec813b565935381e6c531de2f413 --- /dev/null +++ b/images/18723800-2c45-4224-864d-dfb17cf1850c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a3effbd0ffdae09831f7fb691572e0c155cc196725ebd29ee53609e2d5495e +size 1627974 diff --git a/images/187895f5-0749-4798-ac6e-47937bb3961a.jpg b/images/187895f5-0749-4798-ac6e-47937bb3961a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ce9afa8a16229f26bc2051a074cc2a64bfdfcc8 --- /dev/null +++ b/images/187895f5-0749-4798-ac6e-47937bb3961a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8282e572b4b54055b2e4c794cca72ebfe71d9f97f19fe571053cac261e74cb52 +size 1538202 diff --git a/images/18797110-c9ef-4fa7-aa3b-f7a66d1db5c3.jpg b/images/18797110-c9ef-4fa7-aa3b-f7a66d1db5c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0e2be40227df2ab06a96b81af761720f302ff66 --- /dev/null +++ b/images/18797110-c9ef-4fa7-aa3b-f7a66d1db5c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68043c7f832c546da8de488665ef88186847fbd14bcdafaa5bbf6d7c43cb9459 +size 1632033 diff --git a/images/18865ee5-927d-4c31-a27a-3cb3626e681d.jpg b/images/18865ee5-927d-4c31-a27a-3cb3626e681d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab09e6c549d1a2c7fe0e87f631fd63da8569af3e --- /dev/null +++ b/images/18865ee5-927d-4c31-a27a-3cb3626e681d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cd71221fce6112ecccb5b33b4eb3fbbaa781155e08910ac60bd5c11dc422c6 +size 1747612 diff --git a/images/188d2504-a4d8-4b30-aba0-c314c8f56f88.jpg b/images/188d2504-a4d8-4b30-aba0-c314c8f56f88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58c49855df343ece3b8791aea23f65d369c4a37e --- /dev/null +++ b/images/188d2504-a4d8-4b30-aba0-c314c8f56f88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64de2f00ecba666ee13e9ab2c8eb94acdd9917a6e550c427f7ecbeb3491a9c2 +size 1648110 diff --git a/images/18938e98-ac18-443c-8790-088593d74881.jpg b/images/18938e98-ac18-443c-8790-088593d74881.jpg new file mode 100644 index 0000000000000000000000000000000000000000..636e66e692b92cd2786ff4f33e5ac3681fd0cc66 --- /dev/null +++ b/images/18938e98-ac18-443c-8790-088593d74881.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3865df10e5169b391219a411a51a28a514c006e17af3e861d144b7e6abaadca1 +size 1704029 diff --git a/images/1897ab05-29e9-4573-ae10-7c3a203f4bb4.jpg b/images/1897ab05-29e9-4573-ae10-7c3a203f4bb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83b1519e5f72b7a898a2ba972c672052de8f42dc --- /dev/null +++ b/images/1897ab05-29e9-4573-ae10-7c3a203f4bb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a14d696e5c37202d53da9913d5289ea31fc860bdff26274d453d010d6b4528 +size 1511405 diff --git a/images/189a6c5c-27d7-4354-9846-3fc5dd92d5e2.jpg b/images/189a6c5c-27d7-4354-9846-3fc5dd92d5e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eb4232cf61f047ee93fd2db5e84211c2888a7e3 --- /dev/null +++ b/images/189a6c5c-27d7-4354-9846-3fc5dd92d5e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02e0776a03cce0736d0f1a8064bc891e054f1056a37164d98c53577cad49f72 +size 2078262 diff --git a/images/18a2b459-435e-4856-bd82-05f2d6ddd196.jpg b/images/18a2b459-435e-4856-bd82-05f2d6ddd196.jpg new file mode 100644 index 0000000000000000000000000000000000000000..027aef0baf1992d5569e0bbe203c602f267670e1 --- /dev/null +++ b/images/18a2b459-435e-4856-bd82-05f2d6ddd196.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca388c323edac99e700a0ba1f4eae576cd0a56b6006ad316697e46f5a5aa190b +size 2695534 diff --git a/images/18b1d424-9196-46cf-83a1-bb0412c86d61.jpg b/images/18b1d424-9196-46cf-83a1-bb0412c86d61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..509938886aec2a5139b822a676955124e139d0ef --- /dev/null +++ b/images/18b1d424-9196-46cf-83a1-bb0412c86d61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357178125ce65854126082c97438905621e3badc53d098a07aecec69e96ec940 +size 1446382 diff --git a/images/18c612da-9f4a-48b1-96be-f818d31e59ec.jpg b/images/18c612da-9f4a-48b1-96be-f818d31e59ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcf8834a70193541f7e04bf1be17e252208fff82 --- /dev/null +++ b/images/18c612da-9f4a-48b1-96be-f818d31e59ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f638c60599394863f92e799f425705ca7905138b23e3de8645cbc766e63a0fe +size 1881736 diff --git a/images/18cd0ae7-eaa7-4295-a502-d13d8c7891b4.jpg b/images/18cd0ae7-eaa7-4295-a502-d13d8c7891b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aacff9bd462f0295c284aadf655e442eae51731e --- /dev/null +++ b/images/18cd0ae7-eaa7-4295-a502-d13d8c7891b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94d309e58c5d0e6af30f45914efdd9c03fa768c03f9e43d6506e23ad73b113e +size 1673731 diff --git a/images/18cd8f00-7060-4e68-825b-a1ffde591ce4.jpg b/images/18cd8f00-7060-4e68-825b-a1ffde591ce4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01d247a481cd96895c9b130d976e77a843528b93 --- /dev/null +++ b/images/18cd8f00-7060-4e68-825b-a1ffde591ce4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d246f9ac084ab7fbb4700dd71be32f145c97d880ca13f95ed53bcba9709d5f +size 1671116 diff --git a/images/18d1c2d2-cad8-4232-981a-fd8f09f38996.jpg b/images/18d1c2d2-cad8-4232-981a-fd8f09f38996.jpg new file mode 100644 index 0000000000000000000000000000000000000000..159d4c342ebef6974f80ce48ef2ee3378f53bb97 --- /dev/null +++ b/images/18d1c2d2-cad8-4232-981a-fd8f09f38996.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f15de60e6d4568328e5cb85be0c82069d79cf4eece88a2c922fe9317c0de28e +size 1649706 diff --git a/images/18d6bda0-f4d1-42b4-87a7-4b261e231384.jpg b/images/18d6bda0-f4d1-42b4-87a7-4b261e231384.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d009ab6204b27e577758a31518a5a4e237e1c901 --- /dev/null +++ b/images/18d6bda0-f4d1-42b4-87a7-4b261e231384.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d130f1ca8732e5063538be1767425c6695c7eb2be203c6c7d80c6a2fe4d50b2 +size 1333906 diff --git a/images/18e53bfa-6deb-4229-8f6d-28580591ae2b.jpg b/images/18e53bfa-6deb-4229-8f6d-28580591ae2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abce20d4643e4bcc04d4cca668eae6b47e89b4ab --- /dev/null +++ b/images/18e53bfa-6deb-4229-8f6d-28580591ae2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb357aba08679c1c8b99a3569bb032f97f5b22e82887a30ff8360105d1973a6 +size 2010850 diff --git a/images/18e788dd-1b47-4e66-b7f3-df4c31ac6cce.jpg b/images/18e788dd-1b47-4e66-b7f3-df4c31ac6cce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fe23707f6f3118c201c9e7d43636e60051b189b --- /dev/null +++ b/images/18e788dd-1b47-4e66-b7f3-df4c31ac6cce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e1c51fe0957be9e9aa45d799fcf2329da71ea3f0f5346fc7519e3ec24f18e8 +size 1955528 diff --git a/images/18f2c43b-4e87-40ee-95d9-5eadbd3b4456.jpg b/images/18f2c43b-4e87-40ee-95d9-5eadbd3b4456.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5dd1bb43ac889ca833d58cfaf21b3ae5de7ab04 --- /dev/null +++ b/images/18f2c43b-4e87-40ee-95d9-5eadbd3b4456.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adc251a0ea9167318913a6f005b9ea67e3e3a6a9872eb7beb3ae9d65684fc10 +size 3122608 diff --git a/images/18f71036-ba52-4c0d-a467-716fc32f5e8c.jpg b/images/18f71036-ba52-4c0d-a467-716fc32f5e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d88d522ba728d01ea3c1fe3fc5e6e997ab0d74c --- /dev/null +++ b/images/18f71036-ba52-4c0d-a467-716fc32f5e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e84456847c78bc84d43108cf1c3abf2af145a02911cf5532a69a967f2187f7 +size 1727281 diff --git a/images/18f7facf-bf54-474e-91d2-fe2818b9625c.jpg b/images/18f7facf-bf54-474e-91d2-fe2818b9625c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8b29a721924af5ae466a7b9f6f1b77aa011632e --- /dev/null +++ b/images/18f7facf-bf54-474e-91d2-fe2818b9625c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96ba458f27dc6458463a1901d826b59c6a5e440da070d5ce5e6946579a79041 +size 1741203 diff --git a/images/18f91e50-fabc-4141-a41e-095e4a360003.jpg b/images/18f91e50-fabc-4141-a41e-095e4a360003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c02c158c5a3ca02a633532525a9b40f92c5ba336 --- /dev/null +++ b/images/18f91e50-fabc-4141-a41e-095e4a360003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb80ddeec5b3c9c103571ba0e610bfbdbafb78b5369942f6dd0ee0891d46062c +size 1608878 diff --git a/images/19070b13-a1da-4915-a320-e2ebdb79e0fa.jpg b/images/19070b13-a1da-4915-a320-e2ebdb79e0fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23de5d9ea1e28e4427808493c8b14e75561f24c0 --- /dev/null +++ b/images/19070b13-a1da-4915-a320-e2ebdb79e0fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bd1c36d9944dd112889eb54989dbe0789fee835d33a151b2cb9bf3554ca31c +size 1433493 diff --git a/images/190a05ae-9224-492e-bb18-c0e557709725.jpg b/images/190a05ae-9224-492e-bb18-c0e557709725.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af2e8333081e134a4e081e93b7031a9916e2305b --- /dev/null +++ b/images/190a05ae-9224-492e-bb18-c0e557709725.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0890ae554faefd9f76357795203d9f3d146ce199047a900c49550b253fb9748d +size 1654830 diff --git a/images/191fed7f-960a-416c-9c9b-ece6a33b2974.jpg b/images/191fed7f-960a-416c-9c9b-ece6a33b2974.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de1938e77f632f8220254d228fcf26212eeebfcb --- /dev/null +++ b/images/191fed7f-960a-416c-9c9b-ece6a33b2974.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7fe2ea2b3dd7220c747282a9984f7f06fc8935706526bb8c02a40ddedac99d +size 1248867 diff --git a/images/192157df-3e1d-49c9-b654-995302f217ae.jpg b/images/192157df-3e1d-49c9-b654-995302f217ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aed614ce3bf75fe38674d9469c0d01bec6d91c1e --- /dev/null +++ b/images/192157df-3e1d-49c9-b654-995302f217ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd1872b3b552ef6758b6ef00e4e89a0f13c7cb152209651d88694153e78b0ea +size 2904472 diff --git a/images/19259fc3-e600-432f-9ba5-e537f24b304d.jpg b/images/19259fc3-e600-432f-9ba5-e537f24b304d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae7ea2f2b72ce83debed8d213edc7e4f456cbaab --- /dev/null +++ b/images/19259fc3-e600-432f-9ba5-e537f24b304d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa3cca70bf40218db2466c0a44be1c6409b508461881fe99542ee5758442847 +size 1665397 diff --git a/images/1927604e-4c10-40b2-8fc8-104d22d9b050.jpg b/images/1927604e-4c10-40b2-8fc8-104d22d9b050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37466e8bd7cbed759df7b08e3e20b16f8f04766b --- /dev/null +++ b/images/1927604e-4c10-40b2-8fc8-104d22d9b050.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46cda5ce19fa0d103b4c542a9ade7083035678bddada2a649affda5acc4c864 +size 1427375 diff --git a/images/1939f868-8eaf-424e-84ef-18aaea0acf7b.jpg b/images/1939f868-8eaf-424e-84ef-18aaea0acf7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6327d7bf125057179b04159ada202bf28bb7059 --- /dev/null +++ b/images/1939f868-8eaf-424e-84ef-18aaea0acf7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6bf85d07b61ecd330c8e3cf6b829994a9f307546eb3083955d8874b57c2eaa +size 1685514 diff --git a/images/193c3077-f5dc-4693-8860-caf419beb4e2.jpg b/images/193c3077-f5dc-4693-8860-caf419beb4e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b58b2d44b1098ec57eb140adaad9179c5c8dbfb --- /dev/null +++ b/images/193c3077-f5dc-4693-8860-caf419beb4e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd917bb1744d2823d95c364155aed145c64e595ac0a976569e52ecc534915554 +size 1511801 diff --git a/images/195a2921-0dc5-4528-9f5c-6e8803e5b871.jpg b/images/195a2921-0dc5-4528-9f5c-6e8803e5b871.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18ac425dd43f389338956dd3eab468a7f08745a9 --- /dev/null +++ b/images/195a2921-0dc5-4528-9f5c-6e8803e5b871.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1124bbe08a0daf3cea88eead72905a7b3744fa67bb724dfd263e1c99ea9f8810 +size 1466978 diff --git a/images/195bd445-63d9-40c3-b55c-cc20f1732a76.jpg b/images/195bd445-63d9-40c3-b55c-cc20f1732a76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae352fea0a4115e589f572e23247722a4214b7e5 --- /dev/null +++ b/images/195bd445-63d9-40c3-b55c-cc20f1732a76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d531f8d16d0d247003d12f72ad5123afceb12880a83d00523a794cb2bc70f0 +size 1629157 diff --git a/images/196d3329-2d25-45d8-9eb3-2b3982431c5d.jpg b/images/196d3329-2d25-45d8-9eb3-2b3982431c5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fa68d277ec8d0f092db2def5503b5318d38867e --- /dev/null +++ b/images/196d3329-2d25-45d8-9eb3-2b3982431c5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654766a543d6e56eee529a307f65cd3bb08a523d7b61c21eae5b07d94d95cb01 +size 2040643 diff --git a/images/196efaf4-eb52-479c-8e78-5f01692ca446.jpg b/images/196efaf4-eb52-479c-8e78-5f01692ca446.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05ec6add88f64a02f083d5e7ae10fb32ec5cb97b --- /dev/null +++ b/images/196efaf4-eb52-479c-8e78-5f01692ca446.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab14b04429ea19683d236a9e3ac1b2dae3fb0f5220b45a80cd4914ab7a2fc765 +size 1320596 diff --git a/images/197c4c1c-e372-46e3-abac-7472ff92e866.jpg b/images/197c4c1c-e372-46e3-abac-7472ff92e866.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d16133672d6a87170161c00849d37f511a5b062e --- /dev/null +++ b/images/197c4c1c-e372-46e3-abac-7472ff92e866.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4890c6a7e8cdf8ff33a84b31f6e9df52df215017a0856c5f422852dfb7a4a320 +size 1370020 diff --git a/images/1982a342-7b77-4842-ad1c-200f7616304a.jpg b/images/1982a342-7b77-4842-ad1c-200f7616304a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9daea712fc94e6595da941095b4526194e2bb7cc --- /dev/null +++ b/images/1982a342-7b77-4842-ad1c-200f7616304a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b303543341d634003bc245e05ce0b739f5a02d913b93de6dd530099a66f55a25 +size 2880942 diff --git a/images/19836481-96b6-4583-91ae-1c1987973d6c.jpg b/images/19836481-96b6-4583-91ae-1c1987973d6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abada23f7486e7b5557e1262f7083ec4ed25c359 --- /dev/null +++ b/images/19836481-96b6-4583-91ae-1c1987973d6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecad898b5b24fef948c0d98397dff8db54dd13d3efb28f172745abcbfd3bcaa4 +size 1649861 diff --git a/images/19845389-1beb-4ba3-97be-0376f524f47c.jpg b/images/19845389-1beb-4ba3-97be-0376f524f47c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8271004aea554d616e66b79decc1636353d41ab --- /dev/null +++ b/images/19845389-1beb-4ba3-97be-0376f524f47c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ef89ede94a4278f0a8451c100e31915e59f3b2baab96d2764c9f8ec828bf6b +size 1501970 diff --git a/images/19929a55-c015-4837-9a72-bf7e9d257964.jpg b/images/19929a55-c015-4837-9a72-bf7e9d257964.jpg new file mode 100644 index 0000000000000000000000000000000000000000..626cdc49dedf1f2d020fab9385597565cb434887 --- /dev/null +++ b/images/19929a55-c015-4837-9a72-bf7e9d257964.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7c80afe5bddcbb0ad5a2c37308f9c139c9a8f5d6a5fb90f6fa46453eba8f98 +size 1320543 diff --git a/images/199deb6e-f006-4c6a-9fda-b11a62f52833.jpg b/images/199deb6e-f006-4c6a-9fda-b11a62f52833.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf54e2eeebca6ff146d928a4ef7aeefea37b3c1c --- /dev/null +++ b/images/199deb6e-f006-4c6a-9fda-b11a62f52833.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dc9ddaa24ed0969b12bb3e8a26b7534b045044da6b759b06fac4184d499d48 +size 2420519 diff --git a/images/19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a.jpg b/images/19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..997c7cec0e3c864f62a634b4f973e6c63edcd0a6 --- /dev/null +++ b/images/19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e5395de30a79b8ec84a9074c5cf277312d14542d4215cff6fcf644664264a8 +size 1548354 diff --git a/images/19c7cee4-34cf-4ede-aabc-43019cc7589a.jpg b/images/19c7cee4-34cf-4ede-aabc-43019cc7589a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfceb3357f737987ee5740ce5cc6828839e7c2f9 --- /dev/null +++ b/images/19c7cee4-34cf-4ede-aabc-43019cc7589a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ece8ccb6ec9242f12f660de81e6b4458576984a9e645ee45af9d9b38836b44a +size 1513373 diff --git a/images/19d363bb-2862-4313-9322-56b829fa7ed1.jpg b/images/19d363bb-2862-4313-9322-56b829fa7ed1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3203822a471a48b96a0e285511b0c42257e8ddb --- /dev/null +++ b/images/19d363bb-2862-4313-9322-56b829fa7ed1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e247b21e0248e76cab2e192dc9c3cfa041435d1a0c70941a24d1789d49ba41 +size 1611999 diff --git a/images/19e63695-3d95-477f-9613-3cc176814f72.jpg b/images/19e63695-3d95-477f-9613-3cc176814f72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec0bbb88a0d9dbf70bcfade0717291fb19499d0d --- /dev/null +++ b/images/19e63695-3d95-477f-9613-3cc176814f72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccba90bcddcbfbace13027b5512092cc7f563a99b1ebabf63fd9a37bdcdb83bb +size 1485445 diff --git a/images/19e83393-7c02-43d8-8214-e112b5eebfcf.jpg b/images/19e83393-7c02-43d8-8214-e112b5eebfcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d2eed010b7e87a183cc72942331130a4f21cb70 --- /dev/null +++ b/images/19e83393-7c02-43d8-8214-e112b5eebfcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a896c3eec241edb95afda16d5ca83de547023e05a02eb3e1e3911e76f9cbb6 +size 1265712 diff --git a/images/1a0323f9-2403-4e8f-9ea5-242dc4897674.jpg b/images/1a0323f9-2403-4e8f-9ea5-242dc4897674.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d30096da19c0c8c1357b6d1ae65d5b5bd2a0926 --- /dev/null +++ b/images/1a0323f9-2403-4e8f-9ea5-242dc4897674.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6169eb1ccec3720339611032e69424e403345881750c87b8f8b500c8716665b +size 1714559 diff --git a/images/1a07b387-5634-4e81-bd11-c45355b48f04.jpg b/images/1a07b387-5634-4e81-bd11-c45355b48f04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e7e20f5126738c297b51be1996f943dd35e9c4 --- /dev/null +++ b/images/1a07b387-5634-4e81-bd11-c45355b48f04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d3007d94e755914d3182a50b67000bd3c35bcce51667e60b579c55fcb1f3ce +size 1710600 diff --git a/images/1a0b2bde-af53-499f-9bbf-f21b395d8169.jpg b/images/1a0b2bde-af53-499f-9bbf-f21b395d8169.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ddccb38f87306214404b4048422875b520a4d2e --- /dev/null +++ b/images/1a0b2bde-af53-499f-9bbf-f21b395d8169.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee627e3faaeeec3a49357e34e8c01f53c96c49e16a83f32302a120d3245feb1 +size 1394531 diff --git a/images/1a1e2298-7652-465d-a3f8-ddf757b25721.jpg b/images/1a1e2298-7652-465d-a3f8-ddf757b25721.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c24cf5e17f97ec8354ed1cb85d17a65dab055f1b --- /dev/null +++ b/images/1a1e2298-7652-465d-a3f8-ddf757b25721.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937eb5b61def6abd72a79504b88e797d6987117d72d197b77a98d91e3bf3535d +size 1606850 diff --git a/images/1a247a63-6608-4caa-bd3f-5fa3183c40fd.jpg b/images/1a247a63-6608-4caa-bd3f-5fa3183c40fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e2be532f402734c2c02a6a17dd135db459c1232 --- /dev/null +++ b/images/1a247a63-6608-4caa-bd3f-5fa3183c40fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2d439796cdd286d1239c154189b0302d4101a607d2ab404483a0780ffbcf5a +size 1315668 diff --git a/images/1a2be32e-d980-4668-a07b-12c0fcc824f2.jpg b/images/1a2be32e-d980-4668-a07b-12c0fcc824f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d04231c3550aa23ba13e52678358aa3e05e0632d --- /dev/null +++ b/images/1a2be32e-d980-4668-a07b-12c0fcc824f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3020338c52784fef6af24889acd0abcd25627ea0b1a65104c0affbb4cd490a1 +size 1854447 diff --git a/images/1a31859c-20aa-4de3-b95d-a33386902ead.jpg b/images/1a31859c-20aa-4de3-b95d-a33386902ead.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4c71c256e993849af6c79d89579b6177f24d5f6 --- /dev/null +++ b/images/1a31859c-20aa-4de3-b95d-a33386902ead.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babf41fc9637ef700ea956963ac1a470fdd180fb54b7adaef1568b563858dc38 +size 2379074 diff --git a/images/1a3ec954-0106-4c81-b0be-cdefa3daa191.jpg b/images/1a3ec954-0106-4c81-b0be-cdefa3daa191.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa7481e426e9eba1568eb0422d365a62c13129ba --- /dev/null +++ b/images/1a3ec954-0106-4c81-b0be-cdefa3daa191.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd859c333286646720a2eb4ead703151034eab9d31174efbac1acc412fc841a6 +size 1321157 diff --git a/images/1a429ca7-bb18-44c1-8436-c81138c69345.jpg b/images/1a429ca7-bb18-44c1-8436-c81138c69345.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c9944a3799218c9d4aeeb6990807b1d309ee78f --- /dev/null +++ b/images/1a429ca7-bb18-44c1-8436-c81138c69345.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c844dc1309ab3df0fa8f828b93511df2987b8d2bfda6f389b516e17a1db1a6f5 +size 1522358 diff --git a/images/1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6.jpg b/images/1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e3cde1918179707462b80a228c80fbd94eac049 --- /dev/null +++ b/images/1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698d677b054c10a60406d668f3609b7019bae1700602b46bc867e81dcb4c34ae +size 1061220 diff --git a/images/1a4a62e8-b1ab-464d-a0e7-fce799fce59b.jpg b/images/1a4a62e8-b1ab-464d-a0e7-fce799fce59b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f29791b6be592ba582a8e6772339bb3269080c1a --- /dev/null +++ b/images/1a4a62e8-b1ab-464d-a0e7-fce799fce59b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa9037b9a14a233ff53419f8a3f374c71cb793141926d5029794e3dac65f883 +size 1717074 diff --git a/images/1a4b5d25-0ed5-404b-8168-9e03796ad58e.jpg b/images/1a4b5d25-0ed5-404b-8168-9e03796ad58e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac2cca112b0d94271cba62a2dda0cefdc86bf080 --- /dev/null +++ b/images/1a4b5d25-0ed5-404b-8168-9e03796ad58e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7a1b6d80f953e71dc9a51090b6087964d6808a1be6321d7552a1d3feb2da2d +size 2427683 diff --git a/images/1a4cbf91-d7a7-4283-b10e-2470929a97de.jpg b/images/1a4cbf91-d7a7-4283-b10e-2470929a97de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c33fade2a699c1887fb0e29d4ae82aa64503491 --- /dev/null +++ b/images/1a4cbf91-d7a7-4283-b10e-2470929a97de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f7b58680e4d82b0586d854d0930ca356ffdbd1de9679979f7ee498066f320c +size 1673169 diff --git a/images/1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73.jpg b/images/1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..497ad1892850c8e5aec698602ed307492d983b2b --- /dev/null +++ b/images/1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a0b91a2dcbbf534c9e856ee24b9f929ef2b45ca3df7fb20c5783fbe5dd9af8 +size 1831257 diff --git a/images/1a515d6b-ad0f-4a41-aac4-aea81a046db6.jpg b/images/1a515d6b-ad0f-4a41-aac4-aea81a046db6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8ae76dccee59dcd6282dc412bf7964fe498e7a --- /dev/null +++ b/images/1a515d6b-ad0f-4a41-aac4-aea81a046db6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e695a8b352597438c4c9d4fb81be1668bc94c4d8289552c7db35ebe45cb9dd +size 1572336 diff --git a/images/1a55b4b5-32cf-464a-a48e-8dfef1cea0bd.jpg b/images/1a55b4b5-32cf-464a-a48e-8dfef1cea0bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8792b1e76b85d0acdaf0fc2a87c3b671807787b2 --- /dev/null +++ b/images/1a55b4b5-32cf-464a-a48e-8dfef1cea0bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6741588d38aeddf20ac8b822850841961a8d60b9d4149e1ffd825792f11d8c +size 1553738 diff --git a/images/1a59b585-6a18-473e-b01b-a962ccfc6645.jpg b/images/1a59b585-6a18-473e-b01b-a962ccfc6645.jpg new file mode 100644 index 0000000000000000000000000000000000000000..421f6bed7c19536220ae4d148073c0139699c7af --- /dev/null +++ b/images/1a59b585-6a18-473e-b01b-a962ccfc6645.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece98e511c124417013f61f075bb26530000163570cc5d1a65f3ebd4a437a173 +size 1473772 diff --git a/images/1a5d00ad-0b30-4f86-9900-ada76582777b.jpg b/images/1a5d00ad-0b30-4f86-9900-ada76582777b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ceec2c1ae343c082cc20f9300ae5b5351818cc1 --- /dev/null +++ b/images/1a5d00ad-0b30-4f86-9900-ada76582777b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d47fd68ff3d110bd30b6479de46effc2b59fbc5126ca8fa8148cdba22e59e9 +size 1541291 diff --git a/images/1a62ac48-6d0b-42ec-910b-603c40e0aa34.jpg b/images/1a62ac48-6d0b-42ec-910b-603c40e0aa34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..366a6560f0955d5b6495b1da71cec31529af7b27 --- /dev/null +++ b/images/1a62ac48-6d0b-42ec-910b-603c40e0aa34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33ff133ad2e1549098065845153eb10baffccba00fc0be571a4a8001fd5d566 +size 1268309 diff --git a/images/1a6b130d-2904-4e22-91c3-34dc99775905.jpg b/images/1a6b130d-2904-4e22-91c3-34dc99775905.jpg new file mode 100644 index 0000000000000000000000000000000000000000..389534a5becec3ba73be36a921545b84b867d12e --- /dev/null +++ b/images/1a6b130d-2904-4e22-91c3-34dc99775905.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea176635dd37bcd9e1f7bdfdbc690aa8fd8f4f7a101690f9a667a7a6ecd48c20 +size 1723981 diff --git a/images/1a798539-3e4c-40f7-af79-8887bc9da975.jpg b/images/1a798539-3e4c-40f7-af79-8887bc9da975.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eebdad01acd144ceb1b58d4a5c4d473b295067f --- /dev/null +++ b/images/1a798539-3e4c-40f7-af79-8887bc9da975.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e580600a411c65deb67514fff3209ff9054141c493b3cab5eaa5903a4e372ad2 +size 1681476 diff --git a/images/1a7c8211-809a-4ea5-be5f-514318d8e07f.jpg b/images/1a7c8211-809a-4ea5-be5f-514318d8e07f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2beb89ddf22b0ac78887640df089db392d067d7e --- /dev/null +++ b/images/1a7c8211-809a-4ea5-be5f-514318d8e07f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42715fbfe7850c99ac805ce29568aa728d925aaa2baa8a95d1d2463d8e1b6a80 +size 1803454 diff --git a/images/1a7e7913-4e46-426b-ba65-7876d4fe1ca4.jpg b/images/1a7e7913-4e46-426b-ba65-7876d4fe1ca4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..358b7d6368ac1f9abc1c56ba429d09bfb95cea25 --- /dev/null +++ b/images/1a7e7913-4e46-426b-ba65-7876d4fe1ca4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6386e26e4d1e0ddb41230a5ba202df62079d444a3108dec1e4b1d05e2c80856a +size 1786247 diff --git a/images/1a830b58-bd40-4c55-8d6a-605abbf5ca5d.jpg b/images/1a830b58-bd40-4c55-8d6a-605abbf5ca5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1af2ebc1e3fd1bc0473494ab0fd4a9cbf28288d --- /dev/null +++ b/images/1a830b58-bd40-4c55-8d6a-605abbf5ca5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad5ec0226b249f9d64f15360aa3a1c88307074d8df67388a7f80613972da1f +size 3557500 diff --git a/images/1a91a94c-e2d9-4fe4-baff-cb9f39e58525.jpg b/images/1a91a94c-e2d9-4fe4-baff-cb9f39e58525.jpg new file mode 100644 index 0000000000000000000000000000000000000000..700fd036582ec9789a1f0afef33f2cdfb269ffcd --- /dev/null +++ b/images/1a91a94c-e2d9-4fe4-baff-cb9f39e58525.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e3cf70bd8c762ddd358f7a0e4a89a9c6755e37627e7654622f25a6e67208f7 +size 2043694 diff --git a/images/1a95c48d-86d6-4145-b49a-60c4449c9833.jpg b/images/1a95c48d-86d6-4145-b49a-60c4449c9833.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e360ce8ef7df6f37852281c05ed3fa7c646ec4ac --- /dev/null +++ b/images/1a95c48d-86d6-4145-b49a-60c4449c9833.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631b8fbc4f2cc0940f2af797f0e3da001dd34848632370076b140573ece2e7f9 +size 1755186 diff --git a/images/1a9792a8-da44-4f21-9dbf-e9424cd4de14.jpg b/images/1a9792a8-da44-4f21-9dbf-e9424cd4de14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f46891362acb2bed6647fa8267cedfb897154304 --- /dev/null +++ b/images/1a9792a8-da44-4f21-9dbf-e9424cd4de14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d611b7a86803a8afe8585a713d2e6403752d9cb581fbfe057209773951ce7ab +size 1260184 diff --git a/images/1aac4686-a881-406e-9d7a-042006d4cfcf.jpg b/images/1aac4686-a881-406e-9d7a-042006d4cfcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cea5e5b0dc99395a5e349878b7484ba6b412c8d --- /dev/null +++ b/images/1aac4686-a881-406e-9d7a-042006d4cfcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1987833745437593f0aa52276127ef07d4420831be57ea9664da2534d523b6 +size 2245701 diff --git a/images/1aae6cbe-4b25-473a-a77d-12991c15d42f.jpg b/images/1aae6cbe-4b25-473a-a77d-12991c15d42f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db7f4d36cbca43a46bfc2a941e08f26b1a149085 --- /dev/null +++ b/images/1aae6cbe-4b25-473a-a77d-12991c15d42f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998bb9c9dfb3bb5cc6a6109090c8948dcc55181edd2b4384a476c5dfadb52ed3 +size 1682340 diff --git a/images/1aaeb482-69ae-4055-9197-2ebe807c8dee.jpg b/images/1aaeb482-69ae-4055-9197-2ebe807c8dee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a2e79ccd61bd28215a89f5ffa2ead8fac0a5058 --- /dev/null +++ b/images/1aaeb482-69ae-4055-9197-2ebe807c8dee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5424a8579acd1bdd532b45641c6d9510ab325619d4ce16199385edf357aa339e +size 2668040 diff --git a/images/1ab77540-cc1b-431c-89a0-19f1e412f1c4.jpg b/images/1ab77540-cc1b-431c-89a0-19f1e412f1c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89dcadfecd7f97ae7bdd499edd2ec520fbf64460 --- /dev/null +++ b/images/1ab77540-cc1b-431c-89a0-19f1e412f1c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1ae70bc0d5983a40175e2fd9063afd1de0a3c749dab20683f3b7acf8bc5804 +size 1476287 diff --git a/images/1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d.jpg b/images/1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fde9b2a6cac34da0395160429203dfa25afba55 --- /dev/null +++ b/images/1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeea15b2d891454be886541ddfff7b774bc6ae84e868fcb0414f98bbc413f759 +size 1509283 diff --git a/images/1ac4a34e-69b2-4540-860e-8b68b3b878d2.jpg b/images/1ac4a34e-69b2-4540-860e-8b68b3b878d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f6e2da38250f88007b376220af23042e1db98a0 --- /dev/null +++ b/images/1ac4a34e-69b2-4540-860e-8b68b3b878d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93817fab221ad1ee0303f55c156cbc8eda740f86bf2bb544981a77086bda899 +size 2117803 diff --git a/images/1ac66bbf-f821-4342-936a-0198fffd419e.jpg b/images/1ac66bbf-f821-4342-936a-0198fffd419e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..963cbb2a9a29dc911cce313d5e17fdb324d15a07 --- /dev/null +++ b/images/1ac66bbf-f821-4342-936a-0198fffd419e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61af1942f6c6b1fe7500aa38fe128b15dab442bb3b70bdbd1d6e1fcab2053a9 +size 1580443 diff --git a/images/1aca3577-7bb4-4ea7-92fa-43448568c4de.jpg b/images/1aca3577-7bb4-4ea7-92fa-43448568c4de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60bc968c3d5fa5fc48aabf5874d0d5bf885d1403 --- /dev/null +++ b/images/1aca3577-7bb4-4ea7-92fa-43448568c4de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8456c8714df6a431e88ef3749a3e98c9a8c057b7d9fab74d917fdc205c379eba +size 1684515 diff --git a/images/1adbbdd9-172c-4c12-9d99-28f70e4ec832.jpg b/images/1adbbdd9-172c-4c12-9d99-28f70e4ec832.jpg new file mode 100644 index 0000000000000000000000000000000000000000..803dbf20696e5f687cda866c72c0b445081786ef --- /dev/null +++ b/images/1adbbdd9-172c-4c12-9d99-28f70e4ec832.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cc21e327e9d09f2835e25e5b53236c0f5f3e8b242fd44beadf1de8615f2576 +size 1863885 diff --git a/images/1adc5f53-7c98-48eb-95c1-869df7bce909.jpg b/images/1adc5f53-7c98-48eb-95c1-869df7bce909.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5bcc48aad87d1647034f858cde4c80756588b9c --- /dev/null +++ b/images/1adc5f53-7c98-48eb-95c1-869df7bce909.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bb663afefdbc806dba6b2430e7acd423ad968ab0035ae7b9a860f706032b34 +size 1403577 diff --git a/images/1adeb977-723a-44e5-9f57-85e701d2c195.jpg b/images/1adeb977-723a-44e5-9f57-85e701d2c195.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ea35b0ce76c2638f1b5eea54d471b5a6bb6505d --- /dev/null +++ b/images/1adeb977-723a-44e5-9f57-85e701d2c195.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313b60720dc57a0ab707238b3fd87cdbc2bfd10434476be28db42b8fb19bebc7 +size 1954859 diff --git a/images/1ae57190-694a-464e-8c5d-c2d4baecf360.jpg b/images/1ae57190-694a-464e-8c5d-c2d4baecf360.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c04b7a5db32aaae81be5a6c92d79e3eb2a2c3ef0 --- /dev/null +++ b/images/1ae57190-694a-464e-8c5d-c2d4baecf360.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29668257c6acc4718763136e0d3a53287a8c0cb12cd7a9bb2bf1ebaa4a67e520 +size 1576385 diff --git a/images/1ae6051e-1152-4b59-adaa-e60f0c935b4f.jpg b/images/1ae6051e-1152-4b59-adaa-e60f0c935b4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72009d7ee4d345f853e4e336deba5db9388aba87 --- /dev/null +++ b/images/1ae6051e-1152-4b59-adaa-e60f0c935b4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1196352d57ab10fd530e1b3234039de0ab002bb06604b8d058a785d8b7a320 +size 1771509 diff --git a/images/1af424c6-f632-4a94-b44f-71e3ac05ad71.jpg b/images/1af424c6-f632-4a94-b44f-71e3ac05ad71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3e0d50892c63286a422226118c24e7a8474ec1d --- /dev/null +++ b/images/1af424c6-f632-4a94-b44f-71e3ac05ad71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f6211db90c602d48eeec9e7b0340ce62a345f3b1bb10d0e023c6201aa485a4 +size 1496677 diff --git a/images/1afa79d4-c810-41a5-b7a6-58575bf4c275.jpg b/images/1afa79d4-c810-41a5-b7a6-58575bf4c275.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794d459bd12886f344657f87a4c64c4f7c49e5db --- /dev/null +++ b/images/1afa79d4-c810-41a5-b7a6-58575bf4c275.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b736634ef672f992edd03340423117464ecb6e30d91e8b06cba99897d6161f38 +size 1738831 diff --git a/images/1afbbddf-358b-4b2b-96dc-3428f84c06fe.jpg b/images/1afbbddf-358b-4b2b-96dc-3428f84c06fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3982e8ed4e51a4a055c56d7c47a39dbce94eff80 --- /dev/null +++ b/images/1afbbddf-358b-4b2b-96dc-3428f84c06fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744d659edcb125e2374e723d63dd53c4f3dcc408d3b11f6ddd982f5b7139cba8 +size 1858821 diff --git a/images/1b03da99-983a-4850-ba5e-4a698f3e09a8.jpg b/images/1b03da99-983a-4850-ba5e-4a698f3e09a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4c7d24d5123fe2f2da5f6ac8ea3bdfb5174983c --- /dev/null +++ b/images/1b03da99-983a-4850-ba5e-4a698f3e09a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a77f43b1a76de8217b5b611f89babb6a0dc8188d6dbf0a5d237121af0cd7f95 +size 1718727 diff --git a/images/1b0ed666-f9b4-4409-9bde-ca240f179db5.jpg b/images/1b0ed666-f9b4-4409-9bde-ca240f179db5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eef64fdae1e1dd9d29db3aac1013dc591cfd521 --- /dev/null +++ b/images/1b0ed666-f9b4-4409-9bde-ca240f179db5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5285408377b02e96538425c65ddbe96083394cacff9e413f3264fa10aaed2a +size 1704023 diff --git a/images/1b15dfc8-0976-402c-8dfd-bb6b4509e6f0.jpg b/images/1b15dfc8-0976-402c-8dfd-bb6b4509e6f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5cd1d46b0f56140f872a7d744903bfa0500e76f --- /dev/null +++ b/images/1b15dfc8-0976-402c-8dfd-bb6b4509e6f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c212d2bae793fb75994317936ff7122afd58dc93dab801377b80b9398d9b4d72 +size 2022350 diff --git a/images/1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f.jpg b/images/1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3399ba78e0280946c98450937947cc458dffcf5d --- /dev/null +++ b/images/1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12a5328661e668085d8bc1877eaf3a6dbd858da527c60f9cac1827c3deb2326 +size 3106410 diff --git a/images/1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5.jpg b/images/1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d116aa15c7af5c1677d8d0cc3096df01897b6b3 --- /dev/null +++ b/images/1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d296ee566c83bd0cd9ea517f30e493a1ac4a379c01b85077d9a3e48edff4bf6 +size 1944448 diff --git a/images/1b293e62-b1ea-4977-b44b-857b51cd117a.jpg b/images/1b293e62-b1ea-4977-b44b-857b51cd117a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc534c5537d83a5845430b5d6cb117cced88d57b --- /dev/null +++ b/images/1b293e62-b1ea-4977-b44b-857b51cd117a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40ae1ee25fef46cf6fbf525f4bd971c5515daa23b4c8871cd7250af02999553 +size 1555222 diff --git a/images/1b328bb6-414d-4ee7-889a-e3b69e7b206f.jpg b/images/1b328bb6-414d-4ee7-889a-e3b69e7b206f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b08df60d05d8f1059e5d66ac9c229a800ede091 --- /dev/null +++ b/images/1b328bb6-414d-4ee7-889a-e3b69e7b206f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d0d521b17ef04f608a70c7e824ec3951e11d745495014507498f946c9eb7d4 +size 1526313 diff --git a/images/1b361733-1dde-4a26-8bf0-718828786063.jpg b/images/1b361733-1dde-4a26-8bf0-718828786063.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c555f160a6be0ea071b0423ca136f531faa08e0c --- /dev/null +++ b/images/1b361733-1dde-4a26-8bf0-718828786063.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af46cb4526afcb042907339f12ebe8e7bd239fab4297612882fe6df47b5efc3 +size 2508766 diff --git a/images/1b3788bb-5334-4236-87d5-529313c0497e.jpg b/images/1b3788bb-5334-4236-87d5-529313c0497e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b9d9af0c6b352f09279b2c75a71a641da05920b --- /dev/null +++ b/images/1b3788bb-5334-4236-87d5-529313c0497e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e779c7350bc37c91710880ac3c5bb276f8d7515efb8118fcb0643065ca4771 +size 1580539 diff --git a/images/1b3972d5-2fc9-484b-882b-c53a225360b3.jpg b/images/1b3972d5-2fc9-484b-882b-c53a225360b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbfd950263f017ad18d6d03bce62e45adba135f7 --- /dev/null +++ b/images/1b3972d5-2fc9-484b-882b-c53a225360b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e8872667bff540a7eadef536bbfe56002a40eba0d876feb3bf98cb4eb1b09b +size 2385170 diff --git a/images/1b3da94c-45c5-431a-ba81-3fa39c2efd4a.jpg b/images/1b3da94c-45c5-431a-ba81-3fa39c2efd4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81b5f5181e35b299f0c6e41444db4d3e96c712c9 --- /dev/null +++ b/images/1b3da94c-45c5-431a-ba81-3fa39c2efd4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15254c83cb1cf38460eccc81c4c3732a9de74be6f24cea61beb9bbec99e4d16e +size 1719786 diff --git a/images/1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2.jpg b/images/1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d890deda9612c6bf5aec153d2437bbc3c591bc8 --- /dev/null +++ b/images/1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b0085230fcace0f6ee359d7d8fe69801c02e2c254abd3ccaed8b7b162e2cd6 +size 1373066 diff --git a/images/1b42c8c3-f012-4778-b549-ee00306489dc.jpg b/images/1b42c8c3-f012-4778-b549-ee00306489dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..733e9e193f074a68675bde38d41f1aa3d38d7d97 --- /dev/null +++ b/images/1b42c8c3-f012-4778-b549-ee00306489dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fb48ae7d04acc0597aaa551fd2c64fdec0d6fe4e020fd2dd4dca4e422daf21 +size 2163009 diff --git a/images/1b45e561-d027-4f2c-b413-aa476f2ac0cf.jpg b/images/1b45e561-d027-4f2c-b413-aa476f2ac0cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d26f3264c80951b5632d2639672c73fb71471caf --- /dev/null +++ b/images/1b45e561-d027-4f2c-b413-aa476f2ac0cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7f9da4bb18ddb5560231e927f25f76fab1118bf162cadd0696aff6a19261f5 +size 1653150 diff --git a/images/1b5315e1-a4ff-46c5-b135-1c7704a75fcc.jpg b/images/1b5315e1-a4ff-46c5-b135-1c7704a75fcc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..055cfc41a725111c000213404238f2565e0f8d67 --- /dev/null +++ b/images/1b5315e1-a4ff-46c5-b135-1c7704a75fcc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9785f17b1eea27bb13848c4af89cf6814b818751db997b19bbcd7c7b0ce7414c +size 1417823 diff --git a/images/1b5bf553-ed55-4afe-a221-e86cf0f01764.jpg b/images/1b5bf553-ed55-4afe-a221-e86cf0f01764.jpg new file mode 100644 index 0000000000000000000000000000000000000000..694964ef003060d3792a966075fadd2e2aff0579 --- /dev/null +++ b/images/1b5bf553-ed55-4afe-a221-e86cf0f01764.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6e32ca0eaeeb6fd5536807eeb8fb93165b7c1fc67c6e5e049d7b1798179895 +size 1652067 diff --git a/images/1b5cc426-004e-4417-8784-47bbf46b6c79.jpg b/images/1b5cc426-004e-4417-8784-47bbf46b6c79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25850719fdf132c4b3aafb3baba41730a8a53d29 --- /dev/null +++ b/images/1b5cc426-004e-4417-8784-47bbf46b6c79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59db65a6ef8409d3b9e336acb010c504487d27c2014b4a0a551af3687eb1809 +size 1622923 diff --git a/images/1b6daf87-a294-4b26-9d70-94a39dea279b.jpg b/images/1b6daf87-a294-4b26-9d70-94a39dea279b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b253529057686ecda6c2f418de4ad77ec54f1bb2 --- /dev/null +++ b/images/1b6daf87-a294-4b26-9d70-94a39dea279b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802cf2176c0a73320178fdc9f798dcb20bb4e2b50949b39b1353f79e69667f2f +size 2709559 diff --git a/images/1b7717c9-9584-47af-b580-706e5dd0aa51.jpg b/images/1b7717c9-9584-47af-b580-706e5dd0aa51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06a0271880641d5d504d5a1e52f5d190c33717cf --- /dev/null +++ b/images/1b7717c9-9584-47af-b580-706e5dd0aa51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1a9a8edd09b3f04cbb24e963c607302e829ab0242a27d3105443ecba076f52 +size 1718352 diff --git a/images/1b7c9e90-a4c1-45f7-af40-8ad69f198334.jpg b/images/1b7c9e90-a4c1-45f7-af40-8ad69f198334.jpg new file mode 100644 index 0000000000000000000000000000000000000000..255189300d3eb1e72f48cb95d496fb2353642f70 --- /dev/null +++ b/images/1b7c9e90-a4c1-45f7-af40-8ad69f198334.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa19322f9591ff038250bf0382bfbe3fd3ea75df6633002d5201760209f226db +size 1590199 diff --git a/images/1b7eb1e0-4884-4a85-b66a-bb002158ee9e.jpg b/images/1b7eb1e0-4884-4a85-b66a-bb002158ee9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..374c22f2feceab9dc6b7d17ff009077c7d1a01ca --- /dev/null +++ b/images/1b7eb1e0-4884-4a85-b66a-bb002158ee9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e065470f1955ae345bc23064740db40af6435fa3fcbba81b9b1f4b8e45f0b990 +size 1680627 diff --git a/images/1b8013db-c1ab-4841-acd0-afa331473ebf.jpg b/images/1b8013db-c1ab-4841-acd0-afa331473ebf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f82a8b172fb2c1537bb5202aaf633d91f5c9ed7 --- /dev/null +++ b/images/1b8013db-c1ab-4841-acd0-afa331473ebf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f502cea18d9764e4d272d82cbe50ab57bca4e52b7f00f8492208a5f819f9323c +size 1530251 diff --git a/images/1b85d4d1-cf3b-4153-9dae-6690c53a6a2e.jpg b/images/1b85d4d1-cf3b-4153-9dae-6690c53a6a2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf8d690c3fec83f9a438bd0e225bb2f1b3d3b4eb --- /dev/null +++ b/images/1b85d4d1-cf3b-4153-9dae-6690c53a6a2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f6aa82c9257dee9ff9cf01028550e2598c8b9bff5e1868b657aafe81e5a3dc +size 1632057 diff --git a/images/1b87d98a-a8ab-4baa-a570-0783c9e3cbda.jpg b/images/1b87d98a-a8ab-4baa-a570-0783c9e3cbda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87dac7fecd418ed74f3351442bb9ef71434ef854 --- /dev/null +++ b/images/1b87d98a-a8ab-4baa-a570-0783c9e3cbda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2196269fd91c791bd87752f93297bb14674920ebf6e3d82cb2c82f60155826 +size 1623180 diff --git a/images/1b96597c-73b0-4cc0-8125-76f3182dbcac.jpg b/images/1b96597c-73b0-4cc0-8125-76f3182dbcac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..671da68e98a427d3961c3eb82724ab31717dd59f --- /dev/null +++ b/images/1b96597c-73b0-4cc0-8125-76f3182dbcac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8f14ee515b8e76ed16a38ef95d803402f7f43a31f1aaaee95ee48af212c2ef +size 2268729 diff --git a/images/1b995f21-eb68-4793-9852-aaa6ccfa6c02.jpg b/images/1b995f21-eb68-4793-9852-aaa6ccfa6c02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20d7a189225c77e0b9719de3e4c570ae9ca14452 --- /dev/null +++ b/images/1b995f21-eb68-4793-9852-aaa6ccfa6c02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c22cb73c4bece8fb4d457390c6c6bc6cb0d8deaa2803de88e8c21802f14aa17 +size 1910526 diff --git a/images/1b9b1b1b-de7c-445f-8f99-4e4fa0804923.jpg b/images/1b9b1b1b-de7c-445f-8f99-4e4fa0804923.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4da7e6db02952481af361b1fb62b64afcf9b3496 --- /dev/null +++ b/images/1b9b1b1b-de7c-445f-8f99-4e4fa0804923.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8170825e2ddbd94455eaf4c68b643833b393941f49fa02cc16d698f70febd5ff +size 1573627 diff --git a/images/1ba65a3b-bd54-4322-862d-8b216a962721.jpg b/images/1ba65a3b-bd54-4322-862d-8b216a962721.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5e671860aad032ffbca4c95b76913c8b5ab1cc8 --- /dev/null +++ b/images/1ba65a3b-bd54-4322-862d-8b216a962721.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a836702ff0ea9995c37f53b2be49377203403a72958952fb2c809f072b130d +size 1362921 diff --git a/images/1ba68866-9e2c-4722-bc0b-adf3f1ea95c2.jpg b/images/1ba68866-9e2c-4722-bc0b-adf3f1ea95c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a695cd29f71b71d4ca6ca53b79d98c0fa0b4ca0d --- /dev/null +++ b/images/1ba68866-9e2c-4722-bc0b-adf3f1ea95c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589f60ff42e103bb6f750473378fe96bd9226aeec729c355a892458744e4dc11 +size 1675643 diff --git a/images/1ba89f39-e350-4774-bd9e-5144383cff06.jpg b/images/1ba89f39-e350-4774-bd9e-5144383cff06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6a713871831de19e47398edf6a8420bb2f615bb --- /dev/null +++ b/images/1ba89f39-e350-4774-bd9e-5144383cff06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065417c5778a785d52a66c0de54b9793ea33880609175f296ff8c91d63c2d1a0 +size 1690815 diff --git a/images/1ba90e55-c9b3-4062-940e-c38a253b1d9b.jpg b/images/1ba90e55-c9b3-4062-940e-c38a253b1d9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f3e36169e41478c8e228187d9eb993e5d008f76 --- /dev/null +++ b/images/1ba90e55-c9b3-4062-940e-c38a253b1d9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1682690afc6a0bc4189e0a24278825d1cd14be202a2b89cc0b619c03f877e4 +size 1176237 diff --git a/images/1bb3f2c8-6173-40df-9874-52a877612f92.jpg b/images/1bb3f2c8-6173-40df-9874-52a877612f92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47ab976af330ce75094014a84b508d146477653f --- /dev/null +++ b/images/1bb3f2c8-6173-40df-9874-52a877612f92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2861daaae1cb90c27b8c9bdeaad8a47c99178fca61821207a5847ac1672e3b21 +size 1690793 diff --git a/images/1bbfa37f-50f1-4d83-9f59-2c3a520b4967.jpg b/images/1bbfa37f-50f1-4d83-9f59-2c3a520b4967.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7f332cedb1661bad67f5ce653ba2886658a5feb --- /dev/null +++ b/images/1bbfa37f-50f1-4d83-9f59-2c3a520b4967.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b68c0f74428a38649d0971d17323d2f1a729eab07355a50c4bcf7e5d707576 +size 1434271 diff --git a/images/1bc1e7bd-6893-4c32-9943-af8fcf487530.jpg b/images/1bc1e7bd-6893-4c32-9943-af8fcf487530.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb34b0ca6c261bb1c9b88b0baaaf586e60ede1a4 --- /dev/null +++ b/images/1bc1e7bd-6893-4c32-9943-af8fcf487530.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e2a2a878b4b21bb6fc64a1ffc5c00c86edee4e526c5bac31071a21023ef2cb +size 2091392 diff --git a/images/1bd12b0a-2343-455a-84fa-2124b9405b05.jpg b/images/1bd12b0a-2343-455a-84fa-2124b9405b05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42bfb669cc273b7270fd21b704559c5f3335ec11 --- /dev/null +++ b/images/1bd12b0a-2343-455a-84fa-2124b9405b05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba5822167bf071b6953c6ba057a2f7ddef34ba5ffcdfb53470782b92894f777 +size 1794211 diff --git a/images/1be5368b-1bc5-4e15-b7cd-ca87fd126ed2.jpg b/images/1be5368b-1bc5-4e15-b7cd-ca87fd126ed2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb9b9bef3ea94e99a28f4100180e46ec5b19b987 --- /dev/null +++ b/images/1be5368b-1bc5-4e15-b7cd-ca87fd126ed2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505974edd11a70b630d5efd80e246e47e272145373adf13e7b96a67e55315cbb +size 1599915 diff --git a/images/1beb4f63-c4e7-49a8-88b8-83701db7c6e7.jpg b/images/1beb4f63-c4e7-49a8-88b8-83701db7c6e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..402cf1d6df05b416b522a54566e62ff8ae1a5a98 --- /dev/null +++ b/images/1beb4f63-c4e7-49a8-88b8-83701db7c6e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3e2209a2f75e24b68b132c5719f33e6fa10140415a0225dd20e1a80bd61d68 +size 1356365 diff --git a/images/1beeb184-e7d8-4df5-ba04-f7ff9587a04e.jpg b/images/1beeb184-e7d8-4df5-ba04-f7ff9587a04e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f784cc507a367b494d948454b95033a42f3fcb --- /dev/null +++ b/images/1beeb184-e7d8-4df5-ba04-f7ff9587a04e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bed4596768c17c86cc083ef710f1dccfd121cd37b9fe21d39c92cc2dd0d7b80 +size 1571387 diff --git a/images/1beef677-4475-42de-980a-e8f63e2f51dc.jpg b/images/1beef677-4475-42de-980a-e8f63e2f51dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e95a239c0f9b9dff29a8a57d6432a9f7df84a104 --- /dev/null +++ b/images/1beef677-4475-42de-980a-e8f63e2f51dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3b27f63a0937728184afd4bafa66df4c4e2af36dc59f8b8a12c2b0cce31977 +size 1762546 diff --git a/images/1bf0360b-500d-485c-88d2-658fecd41ffd.jpg b/images/1bf0360b-500d-485c-88d2-658fecd41ffd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ec885fca2fd406386b265adaf38285d5f9a4b21 --- /dev/null +++ b/images/1bf0360b-500d-485c-88d2-658fecd41ffd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2b70f04e8a2922c0b866c5bf9985dd781340eb133a3a1b3815d7be2c3e6f7d +size 1277022 diff --git a/images/1bf54798-679c-42b4-95db-e6774f4e3abf.jpg b/images/1bf54798-679c-42b4-95db-e6774f4e3abf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7dc332774493d179f0ae2ec8b8ba5ec058fdcf2 --- /dev/null +++ b/images/1bf54798-679c-42b4-95db-e6774f4e3abf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5dd0eb942cf382547ff6a74e5d98ba45f5769e3094443969940b2af470b2b8 +size 1768280 diff --git a/images/1c015e26-509f-4cb1-9060-434fc870de43.jpg b/images/1c015e26-509f-4cb1-9060-434fc870de43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..780f649a863443fb61d73f7747662834e2f4c46e --- /dev/null +++ b/images/1c015e26-509f-4cb1-9060-434fc870de43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d3e01ba27f6cd9619c21098860421f7afe516cfdc1a6a32720f4cc57736f55 +size 1727743 diff --git a/images/1c0b31d6-9c28-4978-a7ba-df2b8b87e105.jpg b/images/1c0b31d6-9c28-4978-a7ba-df2b8b87e105.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a97cead0173cb54ddaaf9ac2eaa85d995bdbba7e --- /dev/null +++ b/images/1c0b31d6-9c28-4978-a7ba-df2b8b87e105.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272516cb5873b4bc8f8fc5630030adb9d0974492c239e758b79792a84c0d701d +size 1808852 diff --git a/images/1c0b6d26-5eee-4834-ac8a-643f890d9a61.jpg b/images/1c0b6d26-5eee-4834-ac8a-643f890d9a61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98ffa8e83a9fb9430d493be8cd90e5d52e949bbf --- /dev/null +++ b/images/1c0b6d26-5eee-4834-ac8a-643f890d9a61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ea07517f08f086202971c91c2cb3b447dfdbd67e64cf85c72ab0bd3c2d4c95 +size 1432868 diff --git a/images/1c0e51df-af88-4c97-b371-2e9eb5721a1f.jpg b/images/1c0e51df-af88-4c97-b371-2e9eb5721a1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50c4e753a0f4680da23f41765320fb1ad7406b05 --- /dev/null +++ b/images/1c0e51df-af88-4c97-b371-2e9eb5721a1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8cbd99d53de0f2cfd892265c2f59585399e53b43c87895ca5c94f5f15aea0b +size 2298892 diff --git a/images/1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d.jpg b/images/1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30622b78c4c943717e2e31ad81906ddd9f66edd2 --- /dev/null +++ b/images/1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86040bdf8ba5a97fff3cd081c9f1db3ecd3fa4221f2da9de5298099b4ff0120a +size 2694623 diff --git a/images/1c1fc2c9-475a-4132-a497-484703d68d3c.jpg b/images/1c1fc2c9-475a-4132-a497-484703d68d3c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d281e07b3927bcd29d0e4e5e2657c4ccb8d728a7 --- /dev/null +++ b/images/1c1fc2c9-475a-4132-a497-484703d68d3c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac39be49d2858b71afe68698a978c5b18cb3b46a9b6f262cb51c8ea5131880ef +size 1713728 diff --git a/images/1c22b92b-dee5-4ecc-953a-5733494d0006.jpg b/images/1c22b92b-dee5-4ecc-953a-5733494d0006.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df78cd6d0568f45545bdfd1c404dddcde97d38e5 --- /dev/null +++ b/images/1c22b92b-dee5-4ecc-953a-5733494d0006.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3c8f7efecdd08a7b35682e32b4d5b4b49dc4ebceda88e6b421e548e46a984d +size 1099777 diff --git a/images/1c2b6a56-6a98-4251-8059-8e24c9cca05d.jpg b/images/1c2b6a56-6a98-4251-8059-8e24c9cca05d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d90cf13270f73c8f88fe638a6ecc6be74d46f4d8 --- /dev/null +++ b/images/1c2b6a56-6a98-4251-8059-8e24c9cca05d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3340558c05272209ea77a736792946d1167b1802ab47c301a28be40e5caa778 +size 1643716 diff --git a/images/1c3036c1-1674-4b6f-8fc2-9320a09e68a5.jpg b/images/1c3036c1-1674-4b6f-8fc2-9320a09e68a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..368d949da8db2836c7cf34f96c169a376e1a3c92 --- /dev/null +++ b/images/1c3036c1-1674-4b6f-8fc2-9320a09e68a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5563ff29d6883fc870d8c5c0cf7cfb1915392a779e539c02a5736667ace37a9 +size 1568262 diff --git a/images/1c381bef-a9eb-41da-83aa-73e413a680a4.jpg b/images/1c381bef-a9eb-41da-83aa-73e413a680a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc2f67edab2e63ddbad328e08b007dcd401621ab --- /dev/null +++ b/images/1c381bef-a9eb-41da-83aa-73e413a680a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0185595522824493051c09a4b898ec25c6febdaafcf435bef4bfa297aeef7d8d +size 1384030 diff --git a/images/1c465b1b-25e1-48de-ae27-ed854b2cb015.jpg b/images/1c465b1b-25e1-48de-ae27-ed854b2cb015.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91b5042d61b98ac87317e3926afaa18cf9e8be18 --- /dev/null +++ b/images/1c465b1b-25e1-48de-ae27-ed854b2cb015.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be686adf57932738ab29ab802d13dd2ec6bf890530e77c2382576e70f7ff83d9 +size 1558210 diff --git a/images/1c48a50c-522e-4164-b2ab-823f7a9e67a7.jpg b/images/1c48a50c-522e-4164-b2ab-823f7a9e67a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7763edd9d335f4f7d99b8513df7d0163ef77533 --- /dev/null +++ b/images/1c48a50c-522e-4164-b2ab-823f7a9e67a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f09b96d69f64289e5ecbe4f371a1de8111abbb6464c697045d5079112cc9ab +size 1715488 diff --git a/images/1c4a3724-e4b2-4fdc-9fd9-23452d2e8426.jpg b/images/1c4a3724-e4b2-4fdc-9fd9-23452d2e8426.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdff2bbab83c7be0367fda41a7fdaaad26f4aa73 --- /dev/null +++ b/images/1c4a3724-e4b2-4fdc-9fd9-23452d2e8426.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bbcc1b102bfe1bb597f9551ee5fe2aefc9bfbedecb0a8ebf7aedc262236e53 +size 2681974 diff --git a/images/1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1.jpg b/images/1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..895e98ba7312370e884c70fd68eac31044ada57f --- /dev/null +++ b/images/1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae6ee478b5c191274c17f1656fb6331da3e5c4db29f7e5a2941e37676cdc142 +size 1801979 diff --git a/images/1c5f1397-8e0d-4af1-a358-af7efa105362.jpg b/images/1c5f1397-8e0d-4af1-a358-af7efa105362.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13a935ebb4503620ffd63ce40bcce9859d408a31 --- /dev/null +++ b/images/1c5f1397-8e0d-4af1-a358-af7efa105362.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4c447b1b6c5fb6c47178a9f7471b8712032da01f1cbab41f2d60ae1ebb3282 +size 1521554 diff --git a/images/1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f.jpg b/images/1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b05d548daf2be62103de0b222b63142a4fb1b45 --- /dev/null +++ b/images/1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb8ca7ed60bc41f775658d67ed27fd30a14e4985726559ffd57138cf8974539 +size 1365740 diff --git a/images/1c79b412-44a8-40fe-9556-b0779975250d.jpg b/images/1c79b412-44a8-40fe-9556-b0779975250d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f0a078bfad049e56c8bf9c53717987d321d911e --- /dev/null +++ b/images/1c79b412-44a8-40fe-9556-b0779975250d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0442a239a90fadf8e5652de9affafc19ff3370e027b4c9158b9fcf1e48142a75 +size 1532294 diff --git a/images/1c83d9ce-9531-4f8e-b61f-51b3e0794616.jpg b/images/1c83d9ce-9531-4f8e-b61f-51b3e0794616.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08ec83c5a69bb80440ec5bbb176a2c8bf1c3ca49 --- /dev/null +++ b/images/1c83d9ce-9531-4f8e-b61f-51b3e0794616.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d49c14de732a204284805d83f1e03000238a61c1c0125bdb7901b41da986c6e +size 1951985 diff --git a/images/1c880da0-2ca0-42c9-ba05-fa08b62f8e63.jpg b/images/1c880da0-2ca0-42c9-ba05-fa08b62f8e63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a0f9e57f5311ec73008ff707413c3a4b17cec4e --- /dev/null +++ b/images/1c880da0-2ca0-42c9-ba05-fa08b62f8e63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf70b9a0834b883a1dd5b86921b5025feabcc3aad8efbebcb6a5c0144cd400eb +size 1621798 diff --git a/images/1c8c6e3c-8864-4e81-895e-c4c6d187a542.jpg b/images/1c8c6e3c-8864-4e81-895e-c4c6d187a542.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f0ef8998a36cc5e9b29265454d3100fe11c1f43 --- /dev/null +++ b/images/1c8c6e3c-8864-4e81-895e-c4c6d187a542.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d584708d49ebe9953210449fee17de5e39184876846ebb88c9898d2f44ffe5d7 +size 2281081 diff --git a/images/1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5.jpg b/images/1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b64a69e1c9f32ae9b85ecf4c0c70cc4d444ad3f --- /dev/null +++ b/images/1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dea07185d729d0b382827538169641b18b6db265e8504b78797194939107c17 +size 1431185 diff --git a/images/1c930149-9f4d-40a4-9bd0-5eacd380cf85.jpg b/images/1c930149-9f4d-40a4-9bd0-5eacd380cf85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e7a15dc6ef5560b7411ffd12b5893afc2b82480 --- /dev/null +++ b/images/1c930149-9f4d-40a4-9bd0-5eacd380cf85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93eb87431055ff7135947eb830adc30411d50729145240be1615f7c693fbdafb +size 2032069 diff --git a/images/1c96dee3-d811-4a7f-8062-f8fcccada75e.jpg b/images/1c96dee3-d811-4a7f-8062-f8fcccada75e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b988adc0eb2524474644a23d6bf4eb173bc12a9 --- /dev/null +++ b/images/1c96dee3-d811-4a7f-8062-f8fcccada75e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce31acfeff6e87fc126e64abf786efb90064be68c1490cf9bdaf8cc5e9a6ffe1 +size 1423827 diff --git a/images/1c987de2-f9fe-46ad-993e-82ff6e6c5098.jpg b/images/1c987de2-f9fe-46ad-993e-82ff6e6c5098.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9190cd67192449dab31db8563e2410fdc3600b78 --- /dev/null +++ b/images/1c987de2-f9fe-46ad-993e-82ff6e6c5098.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7ffecdf25f3b6a98eeb6c9002ecf7a9db4bff1e06c469387300f61e2f92d4b +size 1536537 diff --git a/images/1ca10931-8cf0-4c67-bf95-2acdaa23c8e4.jpg b/images/1ca10931-8cf0-4c67-bf95-2acdaa23c8e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..292efc80c612a1043e8be2c4dd05942929b9f0fb --- /dev/null +++ b/images/1ca10931-8cf0-4c67-bf95-2acdaa23c8e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d0fe78028db559fba35e818838f7443cbd7af36cc25b9b7130c36e257c3b82 +size 1668213 diff --git a/images/1ca45178-dc30-4200-8a5f-eebe362e26ab.jpg b/images/1ca45178-dc30-4200-8a5f-eebe362e26ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb9ebc8b4cc242894cfadfd0e2da5bb2a54af3e3 --- /dev/null +++ b/images/1ca45178-dc30-4200-8a5f-eebe362e26ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b03b18eb840e5fe5944d5e82868d90194d13869f18ef1c0e9e374181e553c7 +size 1765149 diff --git a/images/1ca5e1f4-3a40-4219-896c-ae2429be75b8.jpg b/images/1ca5e1f4-3a40-4219-896c-ae2429be75b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6954446138d9e2095ca6aa664eafb027b0a0edaa --- /dev/null +++ b/images/1ca5e1f4-3a40-4219-896c-ae2429be75b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874303bd9775a8da0d1cd35c96c9e291d184b66052ae20a35522bed45eca07d6 +size 3026965 diff --git a/images/1cac4c02-1b6e-4037-af19-e4cf61d608f3.jpg b/images/1cac4c02-1b6e-4037-af19-e4cf61d608f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d376d3995c79ce960b51da9f4f80a0165cb34a8 --- /dev/null +++ b/images/1cac4c02-1b6e-4037-af19-e4cf61d608f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec32c28934f9115efbaa1501fd90c3bbfcbb159581e79ddafe09de3b731ddffd +size 1344395 diff --git a/images/1cb88fd9-3d90-4a63-8b5e-70d6cfdad997.jpg b/images/1cb88fd9-3d90-4a63-8b5e-70d6cfdad997.jpg new file mode 100644 index 0000000000000000000000000000000000000000..984cbad56e19092033bb6f014e2367714e6dd611 --- /dev/null +++ b/images/1cb88fd9-3d90-4a63-8b5e-70d6cfdad997.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db290690e86db701bb967c867a88e888a1dac7b76c4c9bccb8cab641b60763c7 +size 1499531 diff --git a/images/1cba9cd1-e30f-4495-99d0-c30ec956aa74.jpg b/images/1cba9cd1-e30f-4495-99d0-c30ec956aa74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18f5d5905339cf7e800ccf4c82003d26d9ab17b8 --- /dev/null +++ b/images/1cba9cd1-e30f-4495-99d0-c30ec956aa74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b654bf2c29c7ff2d8a9f276bc540d7f7b9ea1a7f8333ce1c96583f85b1fa1321 +size 1589644 diff --git a/images/1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c.jpg b/images/1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2173dcc5fabe6b6353b9a390333dfa0fe6936a7e --- /dev/null +++ b/images/1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5e8102714fbf0e6221e652386f67f45dea7d5e62e6c5820ff81414982a2552 +size 1642949 diff --git a/images/1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69.jpg b/images/1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2f93bf799c014c018bce863795d448b1982d884 --- /dev/null +++ b/images/1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5215c0fa47660c0a663558e5493193db8a4a1c1b43f535fabdad16978e6ccd8 +size 1737877 diff --git a/images/1ccd70e2-b85e-4ac1-81b2-e08a7b11a094.jpg b/images/1ccd70e2-b85e-4ac1-81b2-e08a7b11a094.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a6a59a659079df2771bb80bc85680c2310c6499 --- /dev/null +++ b/images/1ccd70e2-b85e-4ac1-81b2-e08a7b11a094.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a651bddb74cc267f7f3c08876763d3a35d7d19d3f40b8ee3b9eaa101731fc49 +size 1120998 diff --git a/images/1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe.jpg b/images/1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ec9a7cde088eaf5583c17616544f0846da91a9b --- /dev/null +++ b/images/1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0d00a70058ad16a19550a0caf8c1c449803048a0503b1b55e8cedca420c65d +size 1852080 diff --git a/images/1cf00bc9-0642-4b85-a351-78b828ab3d6f.jpg b/images/1cf00bc9-0642-4b85-a351-78b828ab3d6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a6bcd335fc5f27622f234aa271379315a047c94 --- /dev/null +++ b/images/1cf00bc9-0642-4b85-a351-78b828ab3d6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a8d644727795cef16075183a63907025ab989c7d8e5379edae3ab4f0bded04 +size 1929026 diff --git a/images/1cf2459d-7197-456f-ba01-ad18509b31f9.jpg b/images/1cf2459d-7197-456f-ba01-ad18509b31f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c94de5e34914292d0f0216484895ada23d0de9e5 --- /dev/null +++ b/images/1cf2459d-7197-456f-ba01-ad18509b31f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897e202279c7647a36880f7ea25d44162f7ac95efb82fcc187f70c1c05a54e04 +size 1610572 diff --git a/images/1cf312e9-d520-4181-a7d3-24d6679f7e7d.jpg b/images/1cf312e9-d520-4181-a7d3-24d6679f7e7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b4d83a0a870ae2017ebe764af56d4cc4e24b6a --- /dev/null +++ b/images/1cf312e9-d520-4181-a7d3-24d6679f7e7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e27d89950ae8280dcebc4b8f28cad256821fdc7118adc869e6e91d932332e1 +size 1939278 diff --git a/images/1d079353-19a2-478d-b1ad-7cc33f57670d.jpg b/images/1d079353-19a2-478d-b1ad-7cc33f57670d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a9b7f0a4a6890722f30061b5cd9a0e5d67037cd --- /dev/null +++ b/images/1d079353-19a2-478d-b1ad-7cc33f57670d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba863a7b84f47cb2f99b11bb25f850681c67ebbc7e8ef51d27941d14f6661ae +size 1750264 diff --git a/images/1d14e801-dd95-48f7-b782-d05d1f293c9e.jpg b/images/1d14e801-dd95-48f7-b782-d05d1f293c9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e1c05722e300591ad1d1868e920a5e16182cbeb --- /dev/null +++ b/images/1d14e801-dd95-48f7-b782-d05d1f293c9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071254d971edd9691943e982b1091e85cdc31df37c698ef632f70d5eac4bf31f +size 1647992 diff --git a/images/1d1b963d-818f-4dd0-8166-f37a452c0e92.jpg b/images/1d1b963d-818f-4dd0-8166-f37a452c0e92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d487f3f9b6843542f753498d67485c4e331cbe18 --- /dev/null +++ b/images/1d1b963d-818f-4dd0-8166-f37a452c0e92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec1be28ff6db407603811ad5ddb4c9f9ad86d558a592f92d85ab2610af5e76d +size 1477132 diff --git a/images/1d1c77e2-0774-4bad-93d8-ddc553eca942.jpg b/images/1d1c77e2-0774-4bad-93d8-ddc553eca942.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9459ae4986587566cfaef5b037c5e96532e3731 --- /dev/null +++ b/images/1d1c77e2-0774-4bad-93d8-ddc553eca942.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d972800ff81997e8e3811eecc5ed087f9a14a3007abd22e96d50131de64797 +size 954084 diff --git a/images/1d1e33cd-6be0-4f2f-9096-1cc12261030a.jpg b/images/1d1e33cd-6be0-4f2f-9096-1cc12261030a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b494e77128b35e344776c431c977d047cf85ac20 --- /dev/null +++ b/images/1d1e33cd-6be0-4f2f-9096-1cc12261030a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf83d0d3be78693d8fbec703974c6ee4446c4a83dbc41ad267c59e17e99c02a2 +size 2056595 diff --git a/images/1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4.jpg b/images/1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c55a6c4c54271307a9e2cfa9660e4e0f5551e6b --- /dev/null +++ b/images/1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583ee98c9f4e03d402d1912ad674505914e159b8349a2af4a26cc074bb0e7b95 +size 1575220 diff --git a/images/1d1f7853-4564-4564-89e8-3062a07591c7.jpg b/images/1d1f7853-4564-4564-89e8-3062a07591c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1df0164e1033ad3c73dd34bbb36ec987a4e322c1 --- /dev/null +++ b/images/1d1f7853-4564-4564-89e8-3062a07591c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bafed04236f02b35670b0939062736a0738bc59c7a7ebc8e878273abae526d +size 2034250 diff --git a/images/1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd.jpg b/images/1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a9df862275e37a0b50903513b3d9719e826d179 --- /dev/null +++ b/images/1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcb0eca6f98032552fabf3bdb59f77a10ce0751263cce6b98d3ca0f9f1178c +size 1526381 diff --git a/images/1d3f87f8-85cf-4967-8e6d-58933eb7ee7a.jpg b/images/1d3f87f8-85cf-4967-8e6d-58933eb7ee7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..990010feb3fdd4c0c59614d57f49f9f4de0efcbd --- /dev/null +++ b/images/1d3f87f8-85cf-4967-8e6d-58933eb7ee7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b75c461f138dbd1a76881efc980e6e894d4741473f0a8bfbb56a55e4e2544c +size 2249867 diff --git a/images/1d409938-cb88-4c5a-a91a-858faeaf16a6.jpg b/images/1d409938-cb88-4c5a-a91a-858faeaf16a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b722951dff8f99893a83cbcb05182488e45bc459 --- /dev/null +++ b/images/1d409938-cb88-4c5a-a91a-858faeaf16a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f13f82d64e1f8e84a1b004675a0fcbdfbd939a6e2b1c31eda042be4590af84b +size 1575236 diff --git a/images/1d4b5b46-81f1-4df2-97a4-d93f469a7750.jpg b/images/1d4b5b46-81f1-4df2-97a4-d93f469a7750.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aa8941f2aee6b1922d917c9eac8ef9e6faf2693 --- /dev/null +++ b/images/1d4b5b46-81f1-4df2-97a4-d93f469a7750.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086cbd43e528337633fb2db11df1291efaf71436060112d24327c734ae42ae5b +size 1674241 diff --git a/images/1d5b2a5e-fad7-4e74-afbe-a722435770ec.jpg b/images/1d5b2a5e-fad7-4e74-afbe-a722435770ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c513d94686e4d35b103f59488f012ec6da74778 --- /dev/null +++ b/images/1d5b2a5e-fad7-4e74-afbe-a722435770ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d9491fc9aa15b45f3afde15fd3e35eaddef3c2e0b76c977b4670fe24312fdf +size 1893102 diff --git a/images/1d6480ff-4333-4e0d-a4e4-faa91c3a1954.jpg b/images/1d6480ff-4333-4e0d-a4e4-faa91c3a1954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1018efc0a4ae34282ab40df5b7e4f11c561be081 --- /dev/null +++ b/images/1d6480ff-4333-4e0d-a4e4-faa91c3a1954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4eaa2f6684a4f716d843e644638bab1f9d2e551b96d82ddbaf74e89e4836f0c +size 1799067 diff --git a/images/1d65e446-81a4-495e-a214-3353a2e37ec0.jpg b/images/1d65e446-81a4-495e-a214-3353a2e37ec0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3241de6bdbf84da873334e1796af30ccfa9212d3 --- /dev/null +++ b/images/1d65e446-81a4-495e-a214-3353a2e37ec0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b745dd5d8ab7265b6d13dd5ba9b5f7e11d8f7a85127d4674a22df5b01896af6 +size 1462428 diff --git a/images/1d705cca-2014-4a6f-8980-2b8213dfe985.jpg b/images/1d705cca-2014-4a6f-8980-2b8213dfe985.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cbc0f2fd749224320a05a8d42e6e1e35ce9fdb9 --- /dev/null +++ b/images/1d705cca-2014-4a6f-8980-2b8213dfe985.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a723eaaac781adf9abf80de127f10fc911d5407c9ba656016294ffa0ca105c88 +size 1632808 diff --git a/images/1d7527f7-7399-42d2-9565-0cb2b1c14abb.jpg b/images/1d7527f7-7399-42d2-9565-0cb2b1c14abb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72a42957cbaa606b2687600382042c45c20a6389 --- /dev/null +++ b/images/1d7527f7-7399-42d2-9565-0cb2b1c14abb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7855f4eba82812484a1f47eff9c8b1ce545a921b92a138fd968b47d2d773df99 +size 1483806 diff --git a/images/1d838d1a-b61e-498a-8682-a40e9896cc76.jpg b/images/1d838d1a-b61e-498a-8682-a40e9896cc76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19a14b5cd7d8a9139dbac668ea912af21192cb69 --- /dev/null +++ b/images/1d838d1a-b61e-498a-8682-a40e9896cc76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8217185fe3741a2935ef3bc9c6218e2bc62e1fc5259900e562b4ca64450f17d9 +size 1390073 diff --git a/images/1d8daf82-528b-4548-bb99-0fd223b09451.jpg b/images/1d8daf82-528b-4548-bb99-0fd223b09451.jpg new file mode 100644 index 0000000000000000000000000000000000000000..649247a91e7c309d3b4764cf2423a93262c6954a --- /dev/null +++ b/images/1d8daf82-528b-4548-bb99-0fd223b09451.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4d4340b1bf507d978859f8f49e403e85c1a3b955e28606096437000ed0e028 +size 2005423 diff --git a/images/1d90cca3-442d-42ab-9649-a5c661b19b20.jpg b/images/1d90cca3-442d-42ab-9649-a5c661b19b20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce4f56f58f57dc6b950ab344e3d4da9b27797be4 --- /dev/null +++ b/images/1d90cca3-442d-42ab-9649-a5c661b19b20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df13c4635ad348d9b958ae3839e39f3d66f44ec8878288850475fe673f65c13b +size 1821778 diff --git a/images/1d9481f8-95d8-4432-bf8f-91a5cc52220e.jpg b/images/1d9481f8-95d8-4432-bf8f-91a5cc52220e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e441a45abf684a04d437031c8665a8e4b6ee389f --- /dev/null +++ b/images/1d9481f8-95d8-4432-bf8f-91a5cc52220e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2da2836b2ff569951a4a34ec2c5f976e154f057b9b17c415dedc69ecaa16c4 +size 1222808 diff --git a/images/1d95692c-c6ad-48ee-ac3b-07c3d2f98788.jpg b/images/1d95692c-c6ad-48ee-ac3b-07c3d2f98788.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64fd2b8915b753ca181bf0543920ffc5b8135226 --- /dev/null +++ b/images/1d95692c-c6ad-48ee-ac3b-07c3d2f98788.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b343152a54e69ba8704917828ed825175950e204883e4e98e3c2d714786be861 +size 1717444 diff --git a/images/1d970e06-d6bf-4b7d-b1ef-0aee3443548f.jpg b/images/1d970e06-d6bf-4b7d-b1ef-0aee3443548f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bee00045e049d614fb64802e342422ac77190a7 --- /dev/null +++ b/images/1d970e06-d6bf-4b7d-b1ef-0aee3443548f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f5439be4529218cfe5ae43cb865bfb55e9d10a7ba67a938956f8737dc94b1f +size 1214869 diff --git a/images/1d972d13-e758-47b2-9dd0-68c1ce10be79.jpg b/images/1d972d13-e758-47b2-9dd0-68c1ce10be79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9200484c112c5c204ae5004e875da8590bf3ec74 --- /dev/null +++ b/images/1d972d13-e758-47b2-9dd0-68c1ce10be79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12630bd0794a18c13d5416d2a827e4025771542695446132483630c94547bf6 +size 1283868 diff --git a/images/1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf.jpg b/images/1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12b73849d1266355df58802599fbdde402d9abe2 --- /dev/null +++ b/images/1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0381169f92f9429d25d97187cd875b23f9e01208647a6c80e5b093df55b24103 +size 2515820 diff --git a/images/1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e.jpg b/images/1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0159d944d968ddb293cac6b290b3595a2ede884a --- /dev/null +++ b/images/1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f0bffe2bb2261ea51194354a36b931f72ebb867f3286ae862122bd784fb02e +size 1790293 diff --git a/images/1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb.jpg b/images/1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fefe52109a26054a4332d0fea9df19613709a0f4 --- /dev/null +++ b/images/1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20108a36cfaf2a4e25f2a5caf3ce726fbdd867ec3598593d6dceed8ae4774c4 +size 1485613 diff --git a/images/1dbfce11-8a5a-4d75-b82f-1e9b661d84ae.jpg b/images/1dbfce11-8a5a-4d75-b82f-1e9b661d84ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fdb81b6cc1ba67e28b235bdd9a3f81f884a7e47 --- /dev/null +++ b/images/1dbfce11-8a5a-4d75-b82f-1e9b661d84ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2e387e9282dc231cf62915365f5b18e8558c571af17669e0469bf04010ceeb +size 1645849 diff --git a/images/1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1.jpg b/images/1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..740536f47f225d486239d6437e2e66c4fa690acd --- /dev/null +++ b/images/1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5529aae29fa9b27a58667a7e403febcdf2ba97a5c12b425f2e5518b55da52c22 +size 1490140 diff --git a/images/1dd41210-916e-460f-80d7-03ea005ec209.jpg b/images/1dd41210-916e-460f-80d7-03ea005ec209.jpg new file mode 100644 index 0000000000000000000000000000000000000000..becd32d383ecc575166c1bdabb2b95e1a14241c0 --- /dev/null +++ b/images/1dd41210-916e-460f-80d7-03ea005ec209.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c6fcfdc8e4a1325bad0f8de6a8914ad6bbafb3d62df6db6f4b8eff37e03193 +size 1544015 diff --git a/images/1de00d06-50bb-49d3-81d3-43d7251822e9.jpg b/images/1de00d06-50bb-49d3-81d3-43d7251822e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd513306af0b04b5054a8f4f72be7282b762abf6 --- /dev/null +++ b/images/1de00d06-50bb-49d3-81d3-43d7251822e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea09fa7fc0d62c3b7a71825798d9d954fbfcbeb2a910b0ab91a82f5db7f74c0 +size 1525404 diff --git a/images/1de7610c-d9d0-4677-918a-6d5c7b0bd8ed.jpg b/images/1de7610c-d9d0-4677-918a-6d5c7b0bd8ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ee6e6d0c01832d5ae37f2cbdf94cd0db5733744 --- /dev/null +++ b/images/1de7610c-d9d0-4677-918a-6d5c7b0bd8ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3649121c03fec8aac3455de515515bdc039d2258b61420a1c74f3695e6645127 +size 1343823 diff --git a/images/1de7aa64-7fb6-4401-b62c-8b39d3d98522.jpg b/images/1de7aa64-7fb6-4401-b62c-8b39d3d98522.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27dceb2d18e161c466b71d228710d5ac8f65fe58 --- /dev/null +++ b/images/1de7aa64-7fb6-4401-b62c-8b39d3d98522.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb86d8c9d4f97ff261f201e873cd023be33dd9df13f6631fa80e4dfdcb5f748 +size 2232375 diff --git a/images/1de7ddee-8cbc-4da4-97b3-35ba81817382.jpg b/images/1de7ddee-8cbc-4da4-97b3-35ba81817382.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4ff83f76d8784861b7720c568850954dba060e --- /dev/null +++ b/images/1de7ddee-8cbc-4da4-97b3-35ba81817382.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cb7939b91587f120b8c89a931c73d8258cea525319904ae34496164fd2fbc7 +size 1921840 diff --git a/images/1df0487e-aedd-4ba1-89c7-7b04de445980.jpg b/images/1df0487e-aedd-4ba1-89c7-7b04de445980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe2654e7f585b51cc32cbe44f75d04d14196edba --- /dev/null +++ b/images/1df0487e-aedd-4ba1-89c7-7b04de445980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bcf698adbca4923907f9ae03d976ecf8fd46586872444a617cc4c7732cce88 +size 1792971 diff --git a/images/1df33c35-81b7-4c6c-b475-2e30449571b2.jpg b/images/1df33c35-81b7-4c6c-b475-2e30449571b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d991450c8d888e798b5a38e6b614ec5f844a5e22 --- /dev/null +++ b/images/1df33c35-81b7-4c6c-b475-2e30449571b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb6168e87212b28209ab57db34b7b215dd1d5790a721452837717dfcd10b69c +size 1703245 diff --git a/images/1dfb2585-63a1-4d66-8aaa-3fba44580702.jpg b/images/1dfb2585-63a1-4d66-8aaa-3fba44580702.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4cc7d33d479a7cb47f102068547dc84c7880109 --- /dev/null +++ b/images/1dfb2585-63a1-4d66-8aaa-3fba44580702.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b3283a78b3dcc9f729d38bc7cd9cac7da478da8cdbb5c7c38ad762e29ec7bb +size 1511373 diff --git a/images/1e092eac-c738-49b0-9a05-2081b902f6e5.jpg b/images/1e092eac-c738-49b0-9a05-2081b902f6e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be6b3f822b0589905b46c8722f67cf2cd659e277 --- /dev/null +++ b/images/1e092eac-c738-49b0-9a05-2081b902f6e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a0071818fdb3e1f4736714c89e480c123c4fdefa3bf4053e652002a7c73eb +size 1541889 diff --git a/images/1e10f268-6828-44e7-b2d9-1c84ad00d705.jpg b/images/1e10f268-6828-44e7-b2d9-1c84ad00d705.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f84ccf13f6b86ed00b1ac55dd7d5cecb79095c05 --- /dev/null +++ b/images/1e10f268-6828-44e7-b2d9-1c84ad00d705.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02201a661340766728cc95a03703ed039788cb09939133003714f9771f79d140 +size 1861397 diff --git a/images/1e129aca-d9ce-4853-b26d-c8e52e9cace6.jpg b/images/1e129aca-d9ce-4853-b26d-c8e52e9cace6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..196cd0e3f7e00cdee9c492632a78ab7472fb877b --- /dev/null +++ b/images/1e129aca-d9ce-4853-b26d-c8e52e9cace6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531782e8f2174a125febec93bc211546f09dbe1d73d62d0cb2e999a73f40e952 +size 3845504 diff --git a/images/1e377978-67b8-457f-be25-d1c5a52b9168.jpg b/images/1e377978-67b8-457f-be25-d1c5a52b9168.jpg new file mode 100644 index 0000000000000000000000000000000000000000..383364c96cc1e817e3c4d48bd09ebb9aea484922 --- /dev/null +++ b/images/1e377978-67b8-457f-be25-d1c5a52b9168.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9040b90b71227791881f58cc086514e5e60644a22bc6a49e828bb8f77f67208a +size 1460521 diff --git a/images/1e383ed2-66c3-4576-8ae9-b6aa7591113f.jpg b/images/1e383ed2-66c3-4576-8ae9-b6aa7591113f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bacdd8add36d228278c76bbce5667992882434a --- /dev/null +++ b/images/1e383ed2-66c3-4576-8ae9-b6aa7591113f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2eead231ea46cff5911bd90709ba90d946d75602f765c08610e319bf52ad1e1 +size 1484880 diff --git a/images/1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78.jpg b/images/1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aca8611684698975b256c08c9b0cd740a0c9eb8 --- /dev/null +++ b/images/1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834cc20f41dd22614c7ff3fcc5a2a6c56cf510778c5807fb778ff07ef9c832d7 +size 1449757 diff --git a/images/1e43d66b-3e4b-4fc7-ab49-8b572a172f5f.jpg b/images/1e43d66b-3e4b-4fc7-ab49-8b572a172f5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cc15aa94583a66aa7a0201d50d5e6dff3baf005 --- /dev/null +++ b/images/1e43d66b-3e4b-4fc7-ab49-8b572a172f5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e985c4839712c780b1bdabb2fcf793c37edfa9f85f0821c777c74c0e7c46cc84 +size 1697085 diff --git a/images/1e4408f2-7a69-4540-9df7-6d832b31fca2.jpg b/images/1e4408f2-7a69-4540-9df7-6d832b31fca2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e51d9c98f84e76d24de0a43698b010c9ddb905 --- /dev/null +++ b/images/1e4408f2-7a69-4540-9df7-6d832b31fca2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551ab86d6b340281bf949f9cf64a90cac071a0cf0faa436822604286370b8163 +size 1482589 diff --git a/images/1e504ff6-32dc-4390-b6ee-8982b4516503.jpg b/images/1e504ff6-32dc-4390-b6ee-8982b4516503.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0cd0a132bbca730c69afc1166b8f485f320094d --- /dev/null +++ b/images/1e504ff6-32dc-4390-b6ee-8982b4516503.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b6bf0a9f976f7b388635c14f0bcdd0b43e84dd7cca9b83c126930d4e5e959a +size 1716397 diff --git a/images/1e5874e6-d63e-44fa-ad70-89a9bd50ba4b.jpg b/images/1e5874e6-d63e-44fa-ad70-89a9bd50ba4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8941532a35c36b735e6795e7330e02174bd2776 --- /dev/null +++ b/images/1e5874e6-d63e-44fa-ad70-89a9bd50ba4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0af6f578dc6743c66f65117203da3011735465a73d5497b39383704d87f2d7 +size 1529410 diff --git a/images/1e6102c0-6bc4-4f73-966b-f152c4c15de2.jpg b/images/1e6102c0-6bc4-4f73-966b-f152c4c15de2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69255c7aa26ef0666fb3d5828d03647d5e4fc114 --- /dev/null +++ b/images/1e6102c0-6bc4-4f73-966b-f152c4c15de2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3076caac7bfa7bd13b68a84301579ceb7bd1306d3cc1206443da74fc7ff227fa +size 2385397 diff --git a/images/1e62a8d3-3cdc-4961-974b-eafad638df0a.jpg b/images/1e62a8d3-3cdc-4961-974b-eafad638df0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5234df54e131404e9eb7f3c0b8e85674e5cfd491 --- /dev/null +++ b/images/1e62a8d3-3cdc-4961-974b-eafad638df0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3470a45abf5592d4583fc4683612f9019700941a7c7681a8750ea823c7e909db +size 1435443 diff --git a/images/1e643d5f-3e74-4d7f-ade0-55edbcd9a110.jpg b/images/1e643d5f-3e74-4d7f-ade0-55edbcd9a110.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67fa85152252f71f7c338dba4ec626d19b4bdd51 --- /dev/null +++ b/images/1e643d5f-3e74-4d7f-ade0-55edbcd9a110.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9412ae1c4fb10e2c5c6851afe430c24ad5b6852001de30f99b1c65cc33f53704 +size 1733475 diff --git a/images/1e656dd6-1c53-4dfe-bc84-e143abc24ebf.jpg b/images/1e656dd6-1c53-4dfe-bc84-e143abc24ebf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9357aa1377c6a9862e7e8839d7ef975abe85a0d --- /dev/null +++ b/images/1e656dd6-1c53-4dfe-bc84-e143abc24ebf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93a2523f62ffe69f184f66acc43d598010f1919d5b7128b4ce62cea3827db54 +size 2778140 diff --git a/images/1e6ad8a8-8195-4520-ae29-887b2f6962f5.jpg b/images/1e6ad8a8-8195-4520-ae29-887b2f6962f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e0b4505e1b59ab00aeb2e78b4f4a0c8cf6e9ae --- /dev/null +++ b/images/1e6ad8a8-8195-4520-ae29-887b2f6962f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180f949d1e67315c55dc60538f1df5e6f03ac0e58d3e53db763c3b5b80d57e26 +size 1782523 diff --git a/images/1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b.jpg b/images/1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62b2491716486c487f8b7512638e380c34b882cf --- /dev/null +++ b/images/1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183a5282af1a51b0b946d9f3714d3f54cfdb63fda39c7578e92296dd704e217d +size 1467655 diff --git a/images/1e70d153-728b-433f-bfe3-553fb7635ad2.jpg b/images/1e70d153-728b-433f-bfe3-553fb7635ad2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5734976f182c05b6a1f85509ee42407d0a36ace0 --- /dev/null +++ b/images/1e70d153-728b-433f-bfe3-553fb7635ad2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80482962a521281d0e69d042f019958ad246f3138f2fb5ebe75db0adfb7f166c +size 2841578 diff --git a/images/1e751a83-f9f9-4ed3-bfb4-710c137bbc03.jpg b/images/1e751a83-f9f9-4ed3-bfb4-710c137bbc03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0236fe0bbfef7855cd2f4e79fb4018b06c462aa --- /dev/null +++ b/images/1e751a83-f9f9-4ed3-bfb4-710c137bbc03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29aa98ed92e379a03a6a133c91c4569f10327b755a2406b59d4d83f6f828fbad +size 1438498 diff --git a/images/1e813e90-bcc3-43a2-9c1b-af0bd30b1a04.jpg b/images/1e813e90-bcc3-43a2-9c1b-af0bd30b1a04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..381bbe81c727d0e37bc6b3946081d4b43e046a15 --- /dev/null +++ b/images/1e813e90-bcc3-43a2-9c1b-af0bd30b1a04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b56a25052c49aca3a689050c1e7c20a7c9112be14baac0350ea4f0057015a0b +size 1463104 diff --git a/images/1e82ce7c-22ea-457f-acfe-cf4c822c27a9.jpg b/images/1e82ce7c-22ea-457f-acfe-cf4c822c27a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c86d903eb3912b91ddd9cb5fa8d5e9179744703 --- /dev/null +++ b/images/1e82ce7c-22ea-457f-acfe-cf4c822c27a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bf43efa9f7778851d77f89f7345af26b0710a5e2d912ea393db5b43ff33132 +size 2129860 diff --git a/images/1e88214c-bc65-44fd-8ad8-3059f272711c.jpg b/images/1e88214c-bc65-44fd-8ad8-3059f272711c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3534338d7d494a07a1345f77866ff5442e4388b --- /dev/null +++ b/images/1e88214c-bc65-44fd-8ad8-3059f272711c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec2fe86320b4bde52b6bded06a75cc3e70b7dddfae6b5f958b882c0b70cabe9 +size 1303886 diff --git a/images/1e971424-75f6-4b3a-b2c7-22d8a7058bcf.jpg b/images/1e971424-75f6-4b3a-b2c7-22d8a7058bcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..579f0f7498c9f9bc2f3193d2b1cbc9c2defecff4 --- /dev/null +++ b/images/1e971424-75f6-4b3a-b2c7-22d8a7058bcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbbde0c7094bb01e0ca03a04f4abb202302c73ff02d5847507dad4736da5cbe +size 1633257 diff --git a/images/1e9a0d4e-8414-49e8-a031-570caccda704.jpg b/images/1e9a0d4e-8414-49e8-a031-570caccda704.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d6456abd4b6c1233ed555852599259393d7092d --- /dev/null +++ b/images/1e9a0d4e-8414-49e8-a031-570caccda704.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be60442000a01d769120e3b37ca40289610bc2ed19e301e455c64a2cd00c3bfe +size 1852593 diff --git a/images/1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f.jpg b/images/1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6931132f84b910688733851072dca9329dbece57 --- /dev/null +++ b/images/1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b51cc34dfe26363b7c51adb432a9a4df5dd91470c0720ee4a93c52cb9ef106 +size 1656132 diff --git a/images/1ea3fd40-9d25-48c7-ac28-026a6f26925a.jpg b/images/1ea3fd40-9d25-48c7-ac28-026a6f26925a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bce85c8ecbe20d7453d5335c9234263eefa290c6 --- /dev/null +++ b/images/1ea3fd40-9d25-48c7-ac28-026a6f26925a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10431165df69699e972b03db7538c682575e7b9186484e8830cce1cdb8525bb9 +size 1631280 diff --git a/images/1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7.jpg b/images/1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5415c8268b777cfa4f1af9a0bca4a713759dec6c --- /dev/null +++ b/images/1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc433bef0951b061940482033124df2263b924c86db3e7d91969afe4c3ae1d58 +size 1729090 diff --git a/images/1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a.jpg b/images/1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52a7cc8d0e0c123ba7b8d38957a0bb409aed75cf --- /dev/null +++ b/images/1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96938e4b8d852d034c5ddf24898540244e7a0749733810a8d91911a4c988c8a8 +size 1738334 diff --git a/images/1ebec483-715e-4d98-88e4-9317695de3d7.jpg b/images/1ebec483-715e-4d98-88e4-9317695de3d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e36b024cca8465becebe40fab3601476db901f78 --- /dev/null +++ b/images/1ebec483-715e-4d98-88e4-9317695de3d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43adced2cac590f4b71285a82e84c4345fd80e1ee79a60fc8bed285fa7f5e841 +size 1137942 diff --git a/images/1ecd203f-2da0-44e7-b064-a989a6da81c3.jpg b/images/1ecd203f-2da0-44e7-b064-a989a6da81c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..304398648b0f762d560aead8f25b056f31bdd116 --- /dev/null +++ b/images/1ecd203f-2da0-44e7-b064-a989a6da81c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f793f949ffe1ff2884df63f6b837fbc6fe86a0d7ed2d7f1f7b0660c73100d43 +size 1954165 diff --git a/images/1ed64279-b6c1-403f-9b57-e0a1d9fc16c5.jpg b/images/1ed64279-b6c1-403f-9b57-e0a1d9fc16c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e28c8bbc0c223c711ac09e2adc13bb35a576a05c --- /dev/null +++ b/images/1ed64279-b6c1-403f-9b57-e0a1d9fc16c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c239a059e45b950e21b98f4bd71cc3f949e9640214023da813c3cb7f8c5961b6 +size 1699424 diff --git a/images/1ed96abb-3081-4e26-98dd-19b5aa6befee.jpg b/images/1ed96abb-3081-4e26-98dd-19b5aa6befee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61a6351afc37248436392e6437c89429f5302382 --- /dev/null +++ b/images/1ed96abb-3081-4e26-98dd-19b5aa6befee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fd80cb9de0f1652be69acfad48834059700d80d3324facaecf5f0c3ce2b149 +size 1320302 diff --git a/images/1ee9dd52-b2b2-48da-adc8-6fc946059c99.jpg b/images/1ee9dd52-b2b2-48da-adc8-6fc946059c99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b70c125ddf35d3d27e7c670252e347ffa828263 --- /dev/null +++ b/images/1ee9dd52-b2b2-48da-adc8-6fc946059c99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8423a3ec9bac872ddf72816939a3c5e6099e21c2fac263ba5e475943a8f774f4 +size 2449989 diff --git a/images/1eef9275-c7c4-40e4-ba09-8336d92fff26.jpg b/images/1eef9275-c7c4-40e4-ba09-8336d92fff26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..437da69c5c36866c36b477a894d1034189ddf756 --- /dev/null +++ b/images/1eef9275-c7c4-40e4-ba09-8336d92fff26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ff27a48def5176d0f7f06b88d8a7ffbd31a9d2a253a83dac3b3c5739beedfc +size 2729324 diff --git a/images/1ef96151-25c9-4592-a2f7-ca6aae48ca26.jpg b/images/1ef96151-25c9-4592-a2f7-ca6aae48ca26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99ae16fd0450ee767f1f2faded954a2d23e05682 --- /dev/null +++ b/images/1ef96151-25c9-4592-a2f7-ca6aae48ca26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59bd3b463894b761399beb27ee75f2466f02f43ce0abd99d4812722b0dd7873 +size 1039134 diff --git a/images/1efa2224-f572-4d16-b03e-bd7563e86462.jpg b/images/1efa2224-f572-4d16-b03e-bd7563e86462.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8966542ef9eaad54442336e4fdc8f716eec41686 --- /dev/null +++ b/images/1efa2224-f572-4d16-b03e-bd7563e86462.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0562065cf71370dfb43ec967bce0ca39c73ec30918f7b50e453b6e940919d079 +size 1657616 diff --git a/images/1efc8397-0af1-4736-8d34-7f92807b9beb.jpg b/images/1efc8397-0af1-4736-8d34-7f92807b9beb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93b81db33613fa7c1d747d147e5177d2cd37de7f --- /dev/null +++ b/images/1efc8397-0af1-4736-8d34-7f92807b9beb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef8ace8ea0801f1a8a38cd0f8a9dd60f3858dfa1d36b94decf160704aefc470 +size 1605753 diff --git a/images/1f0536e8-0c1b-4edc-8485-4b33f10b69f3.jpg b/images/1f0536e8-0c1b-4edc-8485-4b33f10b69f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22157c3491f20b7202acdbfce1d67f28e99982d7 --- /dev/null +++ b/images/1f0536e8-0c1b-4edc-8485-4b33f10b69f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23203bec3b25da5b95df30f275e4e90153ceda97fba48594fb1d743d504cb4c +size 2916074 diff --git a/images/1f07b809-eb5e-46ab-91b3-96e3e2699d69.jpg b/images/1f07b809-eb5e-46ab-91b3-96e3e2699d69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f082958697f9ce106648646280735bfd98b97d32 --- /dev/null +++ b/images/1f07b809-eb5e-46ab-91b3-96e3e2699d69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77abb517e96fbe68aedde532b2923996f76341e8639fd2a7ee5b44ffb141b2d4 +size 1466958 diff --git a/images/1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9.jpg b/images/1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be37597431fb1a76c39aaa94c745e54ac8551408 --- /dev/null +++ b/images/1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cee6b96a75c22eda5043db50ec9d59467bec6680d693dcce5c2f5fcc518400 +size 1610924 diff --git a/images/1f18f7d5-ebbe-487d-9072-7da3159dc8d7.jpg b/images/1f18f7d5-ebbe-487d-9072-7da3159dc8d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd289362925d1de416e08abff94529c7de3a301 --- /dev/null +++ b/images/1f18f7d5-ebbe-487d-9072-7da3159dc8d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c727a8b38d13e53b32bb01fa937435ef075ba2f5249a8ac275853e9dc241b509 +size 1850912 diff --git a/images/1f1a913d-b328-4243-98da-c35ba867f181.jpg b/images/1f1a913d-b328-4243-98da-c35ba867f181.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6f8cafc75a9fd143e5e6fc2a195ff90f1f5cff6 --- /dev/null +++ b/images/1f1a913d-b328-4243-98da-c35ba867f181.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a14b3901c311bd2ea2588413ebd0fcfb0340406c38bf0cd26dc65a2ff49f1e +size 1993328 diff --git a/images/1f1dfe93-3ad9-4203-8b07-3e5399ccdf86.jpg b/images/1f1dfe93-3ad9-4203-8b07-3e5399ccdf86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23ca76912776984a03e79844da0237a2548932f8 --- /dev/null +++ b/images/1f1dfe93-3ad9-4203-8b07-3e5399ccdf86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d08295a605109e2e607c48bb8562e1bd9bf95137336bc36f8d10bb3c39009f1 +size 1989726 diff --git a/images/1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d.jpg b/images/1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55ee4b57c2f1d0b90b80b3f4d5da820a2a5fa52f --- /dev/null +++ b/images/1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5bbce9ba3bbcc25c1a61862866e0a53b0b647a04b7e9d7f14f901ac96b00a8 +size 1978963 diff --git a/images/1f262730-a379-4533-bc15-363f798242ff.jpg b/images/1f262730-a379-4533-bc15-363f798242ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72e525031fd2b01b113042adaf83f79a31a0cb5a --- /dev/null +++ b/images/1f262730-a379-4533-bc15-363f798242ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7a30a82f3021b2c5bcf7653e760065aeac85d2517e5f1766f0582906271aec +size 1234793 diff --git a/images/1f2d265f-28f9-4420-a27c-ee26bc2b368b.jpg b/images/1f2d265f-28f9-4420-a27c-ee26bc2b368b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9000f083a17f0cb69690e453b88975d14c1644e2 --- /dev/null +++ b/images/1f2d265f-28f9-4420-a27c-ee26bc2b368b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28db53fe0ec5fc50a16b36f7b394b6160831d6184e2a512263160ad3c44db1eb +size 2940855 diff --git a/images/1f3027f7-1d7e-439c-9112-9bba365fb8d4.jpg b/images/1f3027f7-1d7e-439c-9112-9bba365fb8d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03627cae418e42c0c7154229928055ba27ab9da0 --- /dev/null +++ b/images/1f3027f7-1d7e-439c-9112-9bba365fb8d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1853571ede605469ce0346491d88e3db63de5c8c99e12d60085a3acfce2407 +size 1558494 diff --git a/images/1f3379ed-48c7-4fd0-9f86-2ac993608109.jpg b/images/1f3379ed-48c7-4fd0-9f86-2ac993608109.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce12d7fe0e11c6650a7ffecc50067816048f4669 --- /dev/null +++ b/images/1f3379ed-48c7-4fd0-9f86-2ac993608109.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639bb75c0622c23950912aeff0e938cdb4bebbadb7c7fb75617b71435b596d44 +size 1347203 diff --git a/images/1f34e8ba-189a-42a0-8b9a-e9ef64a5d584.jpg b/images/1f34e8ba-189a-42a0-8b9a-e9ef64a5d584.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6561e17cbb3bbbe14be8795c4fbf83bc77bd7258 --- /dev/null +++ b/images/1f34e8ba-189a-42a0-8b9a-e9ef64a5d584.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520bb76e03864b80f0c327a28a5dc13e20e864ec56ee25b6448fc5912eafcc10 +size 1165046 diff --git a/images/1f350234-cf5d-426f-b024-7c09e2850415.jpg b/images/1f350234-cf5d-426f-b024-7c09e2850415.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c02bdff6a43755e5b2be924de18c198d130fa726 --- /dev/null +++ b/images/1f350234-cf5d-426f-b024-7c09e2850415.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3c8ad63cb47c5326b11ff953d49dc6663a7284f2da12af890219f60b3fa90d +size 1719733 diff --git a/images/1f3615d2-55a4-4844-92ae-4dce869a5d47.jpg b/images/1f3615d2-55a4-4844-92ae-4dce869a5d47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8649430ff4114bad534d4a69fef473b3c473bbd --- /dev/null +++ b/images/1f3615d2-55a4-4844-92ae-4dce869a5d47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855ab819a4188c0e25ab8fce817db5964d4fd6e689c743681215ca21b9290a4e +size 1652002 diff --git a/images/1f3b1955-ae7f-4b12-9120-a2b43f3713a3.jpg b/images/1f3b1955-ae7f-4b12-9120-a2b43f3713a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5b6e7c293f84fc7ec4399edcd70808bdf54603a --- /dev/null +++ b/images/1f3b1955-ae7f-4b12-9120-a2b43f3713a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1be15dfe0191c0cac85fb5f12ea199067dd7b0165df62a61a438eae1db1e52 +size 2983723 diff --git a/images/1f4110b4-d10a-48fe-8367-33a744e2f446.jpg b/images/1f4110b4-d10a-48fe-8367-33a744e2f446.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f301dab938fb8bd79f13f91a7a6a8b517d8cc015 --- /dev/null +++ b/images/1f4110b4-d10a-48fe-8367-33a744e2f446.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236d31c38b9c0127a201c0f62207c14ba8b12738e6e08e278c7476afb82f68fc +size 1164884 diff --git a/images/1f415eed-d616-4267-9a66-e6e691e36923.jpg b/images/1f415eed-d616-4267-9a66-e6e691e36923.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b1090358e858b2bf7bac33b2b2900070c35fd9 --- /dev/null +++ b/images/1f415eed-d616-4267-9a66-e6e691e36923.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57633839fb0fb9309226d2627e066419d9c34aa2eb0416045a5015632a5bea1 +size 2035219 diff --git a/images/1f447586-98bf-4e2a-8a35-3f077a0efbb9.jpg b/images/1f447586-98bf-4e2a-8a35-3f077a0efbb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a26005d47a7febb88ca0cc42377da0712919a76a --- /dev/null +++ b/images/1f447586-98bf-4e2a-8a35-3f077a0efbb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1e2ba6d0c7f5e20c0d57074773a1a239b711c1b41ae4a7af7885e93a8d283f +size 1729171 diff --git a/images/1f478e3f-06ba-4f1c-82d7-e89a1484bd57.jpg b/images/1f478e3f-06ba-4f1c-82d7-e89a1484bd57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44429b7c42677a63b9c9dd5dbe0d9fa89036e2c4 --- /dev/null +++ b/images/1f478e3f-06ba-4f1c-82d7-e89a1484bd57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f68445c92d890b7f73daeea5db8306b21a59eb5870523bd47ca66e02382c23e +size 2413750 diff --git a/images/1f629eda-ce2c-4582-98bb-f5a6d96a4ba3.jpg b/images/1f629eda-ce2c-4582-98bb-f5a6d96a4ba3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc58a64f90bb7f4075340d1ae210945a99676f84 --- /dev/null +++ b/images/1f629eda-ce2c-4582-98bb-f5a6d96a4ba3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02822faa6e3ba772e9428527ea8540c2f951863d7f9378094da4e94b7264e472 +size 1792018 diff --git a/images/1f68482a-dc1d-4b27-8317-8902cb1a70a1.jpg b/images/1f68482a-dc1d-4b27-8317-8902cb1a70a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..887fa676f890a20240d648c269df42f56ff52df2 --- /dev/null +++ b/images/1f68482a-dc1d-4b27-8317-8902cb1a70a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59730c7dfd48ad9bf66eae80b2718910bdfb3c350da341123a571d09fade7b7 +size 3329947 diff --git a/images/1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3.jpg b/images/1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb3b3ee67f88d65f0ede211a2a353913d541a72e --- /dev/null +++ b/images/1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c8ca4bef593299a75282608ac2a3423feacec1a7631ffee63d4bc64e3a4423 +size 1691530 diff --git a/images/1f73432c-14dc-409a-8c9a-d089a7a5a76e.jpg b/images/1f73432c-14dc-409a-8c9a-d089a7a5a76e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bae505d3041e90a70f899f97b55a4c1d3232e55 --- /dev/null +++ b/images/1f73432c-14dc-409a-8c9a-d089a7a5a76e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f88661a59064e094c28a635de5d3252aca0c310608ee60f87f8e0a9c9f8fa03 +size 1611394 diff --git a/images/1f872c93-1a14-42cd-bc56-fc1661e05630.jpg b/images/1f872c93-1a14-42cd-bc56-fc1661e05630.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b96338af6b42819dae2bfd7d1cd6b7a4bc6ed5c --- /dev/null +++ b/images/1f872c93-1a14-42cd-bc56-fc1661e05630.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b05df19830c8f9cce4c887dfdf41ebb43cd59ca626bd2db2775e919b70ab1b +size 1573124 diff --git a/images/1f9419d3-333b-4ebe-8e19-647f13c73091.jpg b/images/1f9419d3-333b-4ebe-8e19-647f13c73091.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b185321c54a7cbcdad5474e0a9f26b4d4d615737 --- /dev/null +++ b/images/1f9419d3-333b-4ebe-8e19-647f13c73091.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4518b955d0c4f92879cb2519b1f3f09bcaffeb6988713ab767c9bcaf9c53e511 +size 2196011 diff --git a/images/1f9b1b5d-092a-48ed-9155-a0964ba32ec0.jpg b/images/1f9b1b5d-092a-48ed-9155-a0964ba32ec0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e54a802bba0323f067ed4d9e6f912b32318833 --- /dev/null +++ b/images/1f9b1b5d-092a-48ed-9155-a0964ba32ec0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81760505d8985e66553b74a831ae33dbf634110df6300678454ee05ef72adab +size 1622462 diff --git a/images/1fb75e46-2d82-49b8-b876-761bd4b59316.jpg b/images/1fb75e46-2d82-49b8-b876-761bd4b59316.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9716747a4a1a1d236c53e405164b092316d6bd84 --- /dev/null +++ b/images/1fb75e46-2d82-49b8-b876-761bd4b59316.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bb94c202b8fee269ea0b60e4c14a9f9246c20652c6f0ef21b2249c3aa9cf9e +size 1301034 diff --git a/images/1fb88642-ca7f-4f08-93bd-76b740940874.jpg b/images/1fb88642-ca7f-4f08-93bd-76b740940874.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a35e0fbfa934a8b47ebee7c8df26993fde0c7e1a --- /dev/null +++ b/images/1fb88642-ca7f-4f08-93bd-76b740940874.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb441a32da7b68729377ccc37379f4de6a06353e4598ed23eb6f382eb24add3 +size 1517510 diff --git a/images/1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9.jpg b/images/1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b36bc4e3d8221e6b5134bddda8911d9e189c35d --- /dev/null +++ b/images/1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee74ac7fbb7a63e85982624fd3405171092de46888e82b90a1920100a83172d +size 1579499 diff --git a/images/1fd8e327-94d0-4d0f-96ff-6b781d30308c.jpg b/images/1fd8e327-94d0-4d0f-96ff-6b781d30308c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3e08342896b9392f45651ef0a1759c94b1871df --- /dev/null +++ b/images/1fd8e327-94d0-4d0f-96ff-6b781d30308c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd52ea4d2088622b154ca9b49b124361f2b6d1a1ddcbca6b326713e2287c5f12 +size 1524301 diff --git a/images/1fd93a55-ef81-4587-90a5-1247efaf4897.jpg b/images/1fd93a55-ef81-4587-90a5-1247efaf4897.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73b60697b964c3d7bcb3c9ab4bca6242d9e1c128 --- /dev/null +++ b/images/1fd93a55-ef81-4587-90a5-1247efaf4897.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1106f7bf86e870efb3ad1c58399d8eecc10a045866b0e0f03fdf81d4028b5607 +size 1606469 diff --git a/images/1fe0c6ed-1909-4be1-a2ca-184746e1fd03.jpg b/images/1fe0c6ed-1909-4be1-a2ca-184746e1fd03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31f3443d8f861693d34805cd8ec6ec5d16a167bc --- /dev/null +++ b/images/1fe0c6ed-1909-4be1-a2ca-184746e1fd03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96889c3839da5a7da4ba2f555267c617d4a598d98da58f86f9af00a8ec25cdf1 +size 1674399 diff --git a/images/1ffda870-d40e-493f-9e97-eb0c7f7314b3.jpg b/images/1ffda870-d40e-493f-9e97-eb0c7f7314b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f06033455c0e66f4391ad2e334c1279a94c9533d --- /dev/null +++ b/images/1ffda870-d40e-493f-9e97-eb0c7f7314b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbe099b880043fef3b912ec3f055eeb34620b08171ef3b066d76839c639b561 +size 1798270 diff --git a/images/2002be9b-d55a-4919-a1f7-5e625b44dda8.jpg b/images/2002be9b-d55a-4919-a1f7-5e625b44dda8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdee63ba195d1c57f48c35444222c5a2c54ff52b --- /dev/null +++ b/images/2002be9b-d55a-4919-a1f7-5e625b44dda8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d0ad9eddef53d308681fa5a99b2a00a6280eb161054198734ab1fd5dd34648 +size 1172998 diff --git a/images/200d5093-28c4-4268-a46e-4f5383e417d9.jpg b/images/200d5093-28c4-4268-a46e-4f5383e417d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5f8cebf6de9d6c648bcb1a12e936cba6044dddf --- /dev/null +++ b/images/200d5093-28c4-4268-a46e-4f5383e417d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917d681c51d61a93873773cb65280aac8399ce2bdc6e098c3b7f4ebfb73cd23e +size 1498929 diff --git a/images/201e9371-f2d8-49e2-b8d9-4900d2f7fae4.jpg b/images/201e9371-f2d8-49e2-b8d9-4900d2f7fae4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b3aba2e63a1cc029b655f2b14a7b91b0eb9eaa1 --- /dev/null +++ b/images/201e9371-f2d8-49e2-b8d9-4900d2f7fae4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8866a39669b95a048cf2e02505a896f37af8250a29d6051eeb3ce9443921021d +size 1516917 diff --git a/images/201f10f7-e8b1-43b9-a31b-d4bb837b9616.jpg b/images/201f10f7-e8b1-43b9-a31b-d4bb837b9616.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f723f51c2929cddf5423d4c788adc9b26eb5f049 --- /dev/null +++ b/images/201f10f7-e8b1-43b9-a31b-d4bb837b9616.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e5e25ad58df2ba4c1a866bb6ad414c01f69fa1cb68e5d838ac4c1b3a6ac1f9 +size 3050061 diff --git a/images/20222a21-fa79-4e46-a061-2491b373daeb.jpg b/images/20222a21-fa79-4e46-a061-2491b373daeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..faea2baae2b60b08d9ba80f4d1970a698e7b2deb --- /dev/null +++ b/images/20222a21-fa79-4e46-a061-2491b373daeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2427b66cccb3d33c83d9161006b6acd9f3fcbbb507b0fe6b534fb759f6c542e1 +size 1506958 diff --git a/images/2024ca3d-fc35-4058-98e1-8478dcbd6655.jpg b/images/2024ca3d-fc35-4058-98e1-8478dcbd6655.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bab5ba96f0ea138dba829097b712ec03a4f7f3ff --- /dev/null +++ b/images/2024ca3d-fc35-4058-98e1-8478dcbd6655.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8759db838cf270d61bba22973237711146c19e637f229b7a73bed2116a8c66 +size 2449681 diff --git a/images/202b6944-d9a9-40dc-88f9-5912a166e9c5.jpg b/images/202b6944-d9a9-40dc-88f9-5912a166e9c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a02b26a497d9883a31e17e06b78693a8ca327ac --- /dev/null +++ b/images/202b6944-d9a9-40dc-88f9-5912a166e9c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd1c5f14d996781863264f340c339b6693fc978a6d0f6cb0b2f25d6ed2c8244 +size 1658780 diff --git a/images/202fe245-9547-4ed3-88eb-edc1199f4857.jpg b/images/202fe245-9547-4ed3-88eb-edc1199f4857.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28c799b6764ed55baecd625ea43c5d8520947c89 --- /dev/null +++ b/images/202fe245-9547-4ed3-88eb-edc1199f4857.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8cdd3cc5504dd5e05791ed949d616e32c8c0973348b15236e307a83b8484c5 +size 1627209 diff --git a/images/20323138-42ab-43ab-bd2b-85f1bf076f27.jpg b/images/20323138-42ab-43ab-bd2b-85f1bf076f27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd453a63f644785a1746238e08d016c4f91c8486 --- /dev/null +++ b/images/20323138-42ab-43ab-bd2b-85f1bf076f27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eaab4a5e732c60f9d54da4a6c3bf31d1a119eb1fdd2dbd620303c875c2fa39 +size 1331937 diff --git a/images/203f66bf-6c4c-4424-9185-7ebc4023de67.jpg b/images/203f66bf-6c4c-4424-9185-7ebc4023de67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..820a2f6ddc2abde33b700a258919f252100a0bf7 --- /dev/null +++ b/images/203f66bf-6c4c-4424-9185-7ebc4023de67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d911f0f671f554c64dc3ff3daf14064c1c85c8f997d4b0d38d464a7da0afc46d +size 1680986 diff --git a/images/204179c2-781f-44ce-8340-b8d290ea2ffd.jpg b/images/204179c2-781f-44ce-8340-b8d290ea2ffd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2f54d5c07d001845ea7f06e5bb7d4f475503e25 --- /dev/null +++ b/images/204179c2-781f-44ce-8340-b8d290ea2ffd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed529f189899456bdb005db0762899ccaec0caab4b3556f4f2d2129696936797 +size 1992898 diff --git a/images/2042781e-3dac-4c2a-b89c-450c779cbb5d.jpg b/images/2042781e-3dac-4c2a-b89c-450c779cbb5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69821dabb727b1e21363dd7db40ee033de955773 --- /dev/null +++ b/images/2042781e-3dac-4c2a-b89c-450c779cbb5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fa49838b5d02a3e4310352dfb0a45d48fb274bca8d3c5ce83c11110f78c8bd +size 1591812 diff --git a/images/2044da9e-eaa2-4237-9fda-9168f4866316.jpg b/images/2044da9e-eaa2-4237-9fda-9168f4866316.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc9096271e6bde927ff2ca28120812a172266b7e --- /dev/null +++ b/images/2044da9e-eaa2-4237-9fda-9168f4866316.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9192390f2f953c1bbd3441b162ce85b273db0532893f06a51375936942da65 +size 1820081 diff --git a/images/204c4520-2539-433f-995b-32ff72f6b1d2.jpg b/images/204c4520-2539-433f-995b-32ff72f6b1d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fc7484564840304299bc13a569d2316f8c306ef --- /dev/null +++ b/images/204c4520-2539-433f-995b-32ff72f6b1d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789e532d2def22b4d9db349cfdc36e0e00e4bbd2f9c390b3f3ac97185a0dba0c +size 1783718 diff --git a/images/2056cb99-2d3f-43a5-829d-68d252325456.jpg b/images/2056cb99-2d3f-43a5-829d-68d252325456.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bf76d05aee29903bfa8ac06d630b8a8d946c919 --- /dev/null +++ b/images/2056cb99-2d3f-43a5-829d-68d252325456.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf6458d4658b65606bbe5c5b718e80235e2cac1712b2b03bd3aacde527e456d +size 1318565 diff --git a/images/205ae82c-d230-4d60-a2ec-2c716672f38e.jpg b/images/205ae82c-d230-4d60-a2ec-2c716672f38e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1886559b27f7ada8fc0ca6d7f06a3b3168ab9d9 --- /dev/null +++ b/images/205ae82c-d230-4d60-a2ec-2c716672f38e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bf208bb830b0488396377469a1b9f4daa838a8e59d7bb163818c42b8dd6fc3 +size 1511188 diff --git a/images/20693641-12d1-4603-bc1e-c8589dee0b7d.jpg b/images/20693641-12d1-4603-bc1e-c8589dee0b7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..888607f7f98834e42f382f03f32c823acb9f3e2c --- /dev/null +++ b/images/20693641-12d1-4603-bc1e-c8589dee0b7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290e819408a84ef02e3f6b09e0bc8dd9937d276cbd1246a11623479298011f3b +size 1261936 diff --git a/images/206db3ae-3e75-4169-a8ef-b151e22038f1.jpg b/images/206db3ae-3e75-4169-a8ef-b151e22038f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349707780c904c47accc05538bad8c7f5cc9913a --- /dev/null +++ b/images/206db3ae-3e75-4169-a8ef-b151e22038f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c24c5a2ae6fe683645e1762125d3fbcbaeede01a6752b7b16ec43b3a4eda852 +size 1627815 diff --git a/images/206e08aa-ef89-4c31-924d-cfdf10ae4e97.jpg b/images/206e08aa-ef89-4c31-924d-cfdf10ae4e97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d55e8ad3364b3babd3aaec2119d9b6ed149fe905 --- /dev/null +++ b/images/206e08aa-ef89-4c31-924d-cfdf10ae4e97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365606e284b5e03f996c8fb9685b05a1fddf0f19de4a5f8c2457be74ad08b684 +size 1522867 diff --git a/images/20737f2f-de42-436f-abfd-010dab296d23.jpg b/images/20737f2f-de42-436f-abfd-010dab296d23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf7377cd56ec968482d90ac2dce4b026774496e0 --- /dev/null +++ b/images/20737f2f-de42-436f-abfd-010dab296d23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbd8b1a79a2b6fa5f4c0ac923094bd7cb15ab47e246286532e0bf468ea62ed9 +size 1133862 diff --git a/images/2076e44e-3132-4e65-945e-6870a3b3606b.jpg b/images/2076e44e-3132-4e65-945e-6870a3b3606b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ad45b1a8308ef7f9f4ffc1666945f7b1dbd8ff9 --- /dev/null +++ b/images/2076e44e-3132-4e65-945e-6870a3b3606b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff33fa03dbd43256e72a328a49a72172e6c2a2056cbf8b37ccd727730bd9e43b +size 2020143 diff --git a/images/207fbe39-1040-49e7-af04-bf63a4be6a51.jpg b/images/207fbe39-1040-49e7-af04-bf63a4be6a51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe53bfdf920f2ccb3eac19d49e728972c3d451db --- /dev/null +++ b/images/207fbe39-1040-49e7-af04-bf63a4be6a51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbdc9a9e5ff8cc3df8dd22cc10cd74e4acef2bedc163d05dcb46316c99a1ddf +size 1713973 diff --git a/images/208882a3-f067-494f-aeb4-3e078afc677b.jpg b/images/208882a3-f067-494f-aeb4-3e078afc677b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..005513cd350c3700c5915c018d19aff66525a0b6 --- /dev/null +++ b/images/208882a3-f067-494f-aeb4-3e078afc677b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527fe6f7780aabee121e278aa632bb3ff5ca30477278ac88d844a10ec194a9bd +size 1647182 diff --git a/images/2097d0a7-2d8b-4f0d-a35c-1fd9c0646439.jpg b/images/2097d0a7-2d8b-4f0d-a35c-1fd9c0646439.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c72671220a8208d67a6afc43a8c953061f8529c3 --- /dev/null +++ b/images/2097d0a7-2d8b-4f0d-a35c-1fd9c0646439.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9370473d71d8a3c992223977ef02d34c83bcdf31f6f1089da4f50e2c7bec54 +size 4090116 diff --git a/images/20981330-0958-4d0f-bd3f-f59804a6514c.jpg b/images/20981330-0958-4d0f-bd3f-f59804a6514c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29f47074ad700f8f7a4c7d17a4b74f86dbcf88e3 --- /dev/null +++ b/images/20981330-0958-4d0f-bd3f-f59804a6514c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79851f7e49790fa667a4da71970a5c6742edefe4742979ae2672338746bc25ab +size 2982010 diff --git a/images/209c8c98-a12d-435c-b7b6-f48a8d78b19c.jpg b/images/209c8c98-a12d-435c-b7b6-f48a8d78b19c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd35934ffbf33c67e489d14f15b6496768712bda --- /dev/null +++ b/images/209c8c98-a12d-435c-b7b6-f48a8d78b19c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c6fd8118c1ff4fa0ce806030f67446ce1d8effba514c92676c9d981c63b487 +size 1546970 diff --git a/images/209f6b1e-c0db-459f-ba9f-1fa91baa0aa8.jpg b/images/209f6b1e-c0db-459f-ba9f-1fa91baa0aa8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..728f5baeed746288a945b6978be2af40b7bfc96d --- /dev/null +++ b/images/209f6b1e-c0db-459f-ba9f-1fa91baa0aa8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d768d6f524f0f4019ca35168ce16223a954bd56875929b83763eeada14e755 +size 2091231 diff --git a/images/209fd26c-3c53-483c-87dd-847f5927183b.jpg b/images/209fd26c-3c53-483c-87dd-847f5927183b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caa730a4eab3912487c9170d590b9cc27ad73883 --- /dev/null +++ b/images/209fd26c-3c53-483c-87dd-847f5927183b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6468f82755f8f9ca9de13d4b61e60aee878b9f54fa9be36a2345ec06ef0aeff3 +size 1616502 diff --git a/images/20a975b9-98fc-4c71-a0d5-2c599d23f5f6.jpg b/images/20a975b9-98fc-4c71-a0d5-2c599d23f5f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2b030adc6a82032779d7249b894282f641b27fd --- /dev/null +++ b/images/20a975b9-98fc-4c71-a0d5-2c599d23f5f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4209f3412e42f8df239ddaa57c28959ea7b85f2677e11412bf7ab1705bbc4dc +size 1462831 diff --git a/images/20ac5877-7a5e-4d13-8eed-62e28fc1941a.jpg b/images/20ac5877-7a5e-4d13-8eed-62e28fc1941a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6c4912c8397ea9e85a824ea72e134b4ef8e26e5 --- /dev/null +++ b/images/20ac5877-7a5e-4d13-8eed-62e28fc1941a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28b3e46d5a564f1b66f83303cd0dd5c00774e3fe547405438dacf4a04f0f620 +size 1311839 diff --git a/images/20b8ca1a-101a-42e3-ab55-81c9e8b5d86e.jpg b/images/20b8ca1a-101a-42e3-ab55-81c9e8b5d86e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a6ddeabb77a370a52569d9377f7c81ed6f6b915 --- /dev/null +++ b/images/20b8ca1a-101a-42e3-ab55-81c9e8b5d86e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e0e5a48d6338f50bc69656d7001b41d80a544d176819cfe59bf5f2759d62e7 +size 2913703 diff --git a/images/20b9131f-a5e4-4715-b52e-e9a9dbb395bd.jpg b/images/20b9131f-a5e4-4715-b52e-e9a9dbb395bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66be39c01cae3a5b8009e5e2cc23549b8839b7bd --- /dev/null +++ b/images/20b9131f-a5e4-4715-b52e-e9a9dbb395bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdcf8ba0df97f8ea7e57e6c61693d3deec6cf76785debecf8ed89c5fe9d86c8 +size 1588191 diff --git a/images/20bd4351-f524-4c27-bc8c-a23a278c40ef.jpg b/images/20bd4351-f524-4c27-bc8c-a23a278c40ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65b65332f29fadeb41ae74bebdc2cc4e2a54e46d --- /dev/null +++ b/images/20bd4351-f524-4c27-bc8c-a23a278c40ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfd6514bfb43d1740212c330ca673472c6cd41b47dc11367cf8bb7119dd0dd6 +size 1435353 diff --git a/images/20be943e-128d-4fff-ad7b-3c0bdb35cb0e.jpg b/images/20be943e-128d-4fff-ad7b-3c0bdb35cb0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2f5737b30730213190f48bb659a23bad94c4cd6 --- /dev/null +++ b/images/20be943e-128d-4fff-ad7b-3c0bdb35cb0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85bb569dbb6d2a044f882e657d30068deb2c1fe9c5eb8347ea0cd7020002917 +size 1382098 diff --git a/images/20bea8c0-8082-492d-9356-765aab598499.jpg b/images/20bea8c0-8082-492d-9356-765aab598499.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8f129dba60e04b3767508f685441d321623ccb6 --- /dev/null +++ b/images/20bea8c0-8082-492d-9356-765aab598499.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4208e4936d3a792498ed6085f15584f6631352a06b9b28b2cab2f7b04bee044f +size 1590567 diff --git a/images/20c17e91-abb3-4e6a-9740-3e43aa45a310.jpg b/images/20c17e91-abb3-4e6a-9740-3e43aa45a310.jpg new file mode 100644 index 0000000000000000000000000000000000000000..213d04b8765634dae0b80b45ab7ea347852c74bd --- /dev/null +++ b/images/20c17e91-abb3-4e6a-9740-3e43aa45a310.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9872145af511b1552c760a46d3438e95c4802ded8346e0e890eda6184b7dacd2 +size 2540517 diff --git a/images/20c67df3-2205-451e-a4f3-e095263cda86.jpg b/images/20c67df3-2205-451e-a4f3-e095263cda86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a694f419c1b4c4a9ec657c364bd48c434537994 --- /dev/null +++ b/images/20c67df3-2205-451e-a4f3-e095263cda86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a394a382103a29726c1a240ff021fef87070ff296416a5b3a4a67825a4b53d41 +size 1662565 diff --git a/images/20ca10fb-d649-461d-9891-cae32cbfcc73.jpg b/images/20ca10fb-d649-461d-9891-cae32cbfcc73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a86ab1353da83c32f07b680a80e0cdeae1dfc94e --- /dev/null +++ b/images/20ca10fb-d649-461d-9891-cae32cbfcc73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bed85c8966e0f60bcb8f0dcd05956d6d5b9ae1e54dafa7f799300be0302afa +size 1585200 diff --git a/images/20ccd62a-ef21-4153-8fcc-32a230561ec5.jpg b/images/20ccd62a-ef21-4153-8fcc-32a230561ec5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4a200a9996a5dd70c7efb0c6a349af6e9c16355 --- /dev/null +++ b/images/20ccd62a-ef21-4153-8fcc-32a230561ec5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5529844c1fc98a499d2acc4682c99e55ffc6f96eeb61135af3b529f979133d5e +size 1653186 diff --git a/images/20d32add-a201-43f4-a7aa-b5d7e536006b.jpg b/images/20d32add-a201-43f4-a7aa-b5d7e536006b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36e745aaff995ffef5df2e9c5c04e486a5053ba7 --- /dev/null +++ b/images/20d32add-a201-43f4-a7aa-b5d7e536006b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8628c25f2da393bcd88ba6bef02387d0dbfccd7d1e24b60feca50c116f72a286 +size 1578768 diff --git a/images/20d95fe3-3fc8-4664-9d3e-96ee61ae9397.jpg b/images/20d95fe3-3fc8-4664-9d3e-96ee61ae9397.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7fac637d25892c8351f92c6197aa2121d33a368 --- /dev/null +++ b/images/20d95fe3-3fc8-4664-9d3e-96ee61ae9397.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5f996ef2ece5290f02a9cca2df8054c10ae4828c23c07909c414e6772ddaba +size 1316906 diff --git a/images/20e50744-e2df-4b1e-a220-8f73460f6423.jpg b/images/20e50744-e2df-4b1e-a220-8f73460f6423.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c98591a5cd02fe7b43899a2c12db24de8634fcd --- /dev/null +++ b/images/20e50744-e2df-4b1e-a220-8f73460f6423.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a264623f6f8ad3d6ff2b207f3e75c0fac5e0db0eb200d7b12e8ea4156f6128ff +size 1272278 diff --git a/images/20ea0a61-f486-4904-9926-a31c45c87ae3.jpg b/images/20ea0a61-f486-4904-9926-a31c45c87ae3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4779cf827f9f4e95316db0e5869cabaa4891d79c --- /dev/null +++ b/images/20ea0a61-f486-4904-9926-a31c45c87ae3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456cb6c33b1d0ae4859809f8e9972d01f5b80009d6697ee5ca6a2ac4b382bde5 +size 1377524 diff --git a/images/20f9f2f8-602c-4103-8865-7291427d16af.jpg b/images/20f9f2f8-602c-4103-8865-7291427d16af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79bd48802eed173ffd27ebb5034c54ad82de4e26 --- /dev/null +++ b/images/20f9f2f8-602c-4103-8865-7291427d16af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078c8a3d6d9cf4f7410d60a080487f67d8b8c83531f50198d3141a9365d4443e +size 1498049 diff --git a/images/20fdf070-8b96-440f-a803-4abe0262ad77.jpg b/images/20fdf070-8b96-440f-a803-4abe0262ad77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a357f8b39297a71083bcb8250bcfebab57e04f7c --- /dev/null +++ b/images/20fdf070-8b96-440f-a803-4abe0262ad77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe92d866edbbf7a41f807723375fb836fd213ad4a4f8ed9e512c4988c6ce3d5 +size 1755207 diff --git a/images/21142ccf-2b32-4a19-94d1-6d9261c23439.jpg b/images/21142ccf-2b32-4a19-94d1-6d9261c23439.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00005462fa118529d927de78733ac067652a02fc --- /dev/null +++ b/images/21142ccf-2b32-4a19-94d1-6d9261c23439.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f576b17ddf9b63bce02ec94b2e752a3f985677ba7487887ce305037711cc20c +size 1614401 diff --git a/images/21146582-66f5-48e2-afed-c2ce368662c7.jpg b/images/21146582-66f5-48e2-afed-c2ce368662c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b41791ca6653624888f8dab010ec0fd236ad94cb --- /dev/null +++ b/images/21146582-66f5-48e2-afed-c2ce368662c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42796626b5ab0d0bcd97b714cb0ac477497a6a220a6d492028f2f8ea4379d613 +size 1359351 diff --git a/images/2116ade2-da22-46b1-bb71-77f186e24d2c.jpg b/images/2116ade2-da22-46b1-bb71-77f186e24d2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c109ef9c4a0745fa4ba0e14c2420101425e58851 --- /dev/null +++ b/images/2116ade2-da22-46b1-bb71-77f186e24d2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b31e303ef91a6190a5f2d3e399d6556d022622088a5501796506acd0ac5191a +size 1730306 diff --git a/images/211b42aa-f206-49fa-ac77-094a3f18d610.jpg b/images/211b42aa-f206-49fa-ac77-094a3f18d610.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deef3e040f0b3c14c5a60fa162705c45389c713e --- /dev/null +++ b/images/211b42aa-f206-49fa-ac77-094a3f18d610.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a876a31bb437b982eb93d03d0b2a3c2acbdce97268c4f944321feeb99b68613 +size 1679407 diff --git a/images/211d2b53-823e-42da-92ce-d64bf99f4de1.jpg b/images/211d2b53-823e-42da-92ce-d64bf99f4de1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..643b514450967cd7c6bb6cb26570f7e8e98a8bba --- /dev/null +++ b/images/211d2b53-823e-42da-92ce-d64bf99f4de1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfedcb70c3f1903321154eec7d327e650dfeac9ffbfa9c792470f4a3a1bc658 +size 1347293 diff --git a/images/2122c21c-97e1-4c8a-a6c4-55d3ee38507b.jpg b/images/2122c21c-97e1-4c8a-a6c4-55d3ee38507b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f2de2468adb6765b76640ce4134767fc1b81cdf --- /dev/null +++ b/images/2122c21c-97e1-4c8a-a6c4-55d3ee38507b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5db6577c61581ab5820a7f9cd865dd1d1bae079d64dba32170bc2519922574 +size 1806878 diff --git a/images/21289393-de9e-4341-8981-ea08f280c120.jpg b/images/21289393-de9e-4341-8981-ea08f280c120.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5d9f33787ff497eb20deb246166518054fe6ac3 --- /dev/null +++ b/images/21289393-de9e-4341-8981-ea08f280c120.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751a2f1165c50e689754426dfd370bf6be1dd1b45732dd6bcf27fa314182d9db +size 1819122 diff --git a/images/212d96dd-18da-465c-a815-5926bca04c31.jpg b/images/212d96dd-18da-465c-a815-5926bca04c31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..533c5c2ebd79743b97a8c3b58d03930cd09c09b1 --- /dev/null +++ b/images/212d96dd-18da-465c-a815-5926bca04c31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809af888f49feab06ba6df3dc7f1911a4ac4c52639cef29f309fa38bd78dbfc0 +size 1533165 diff --git a/images/21305cd4-a216-4099-a58a-cd3e68b28c4c.jpg b/images/21305cd4-a216-4099-a58a-cd3e68b28c4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0dcb52ecc93efa6402deb8a183a257508507e07 --- /dev/null +++ b/images/21305cd4-a216-4099-a58a-cd3e68b28c4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e559b387ec824878cf9df15592e8b4f24c2098a1f6952efa5da44317a9af1be +size 1536942 diff --git a/images/21344ceb-4a3a-441f-8ded-85c965ff27c0.jpg b/images/21344ceb-4a3a-441f-8ded-85c965ff27c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8df2b495e46d8b6e4edb8b3728f56d169e419187 --- /dev/null +++ b/images/21344ceb-4a3a-441f-8ded-85c965ff27c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed3bc67c62d097677dffcc1d1cd38688f755813abe47ccf84b62f4ddc711cbd +size 1522287 diff --git a/images/213b9940-08ea-41d6-b479-bd22461956d8.jpg b/images/213b9940-08ea-41d6-b479-bd22461956d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccdff037de409eb29807226bc09c6ac8ff7583bc --- /dev/null +++ b/images/213b9940-08ea-41d6-b479-bd22461956d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1b928cddf2961be72f8e7aa5cdc73ab601d569522062c30c09455ef830e5a1 +size 1926973 diff --git a/images/213c88b8-f2ea-4f37-956b-036dadcf9a79.jpg b/images/213c88b8-f2ea-4f37-956b-036dadcf9a79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..993e9d2785abe2d8784f581ac8107455a8184109 --- /dev/null +++ b/images/213c88b8-f2ea-4f37-956b-036dadcf9a79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0af766493811056c9a0d1312754434d6160626bc05bccafa2ead5d51f2ba405 +size 1802628 diff --git a/images/2149d9fe-a9df-40ee-9e3b-60dce25f9cdc.jpg b/images/2149d9fe-a9df-40ee-9e3b-60dce25f9cdc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..722223f966fdb368c2d9869982bab03186839ae8 --- /dev/null +++ b/images/2149d9fe-a9df-40ee-9e3b-60dce25f9cdc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4980e0a9cdf77effa938dc917490b681bc2be74306391112417a492488ef1c0 +size 1378170 diff --git a/images/214a28ab-963f-4214-b1ab-98d59c1dd928.jpg b/images/214a28ab-963f-4214-b1ab-98d59c1dd928.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8066ec5128b81bb9e0b9f74923adeb6c25ae733b --- /dev/null +++ b/images/214a28ab-963f-4214-b1ab-98d59c1dd928.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d6669dce628a6e6f1d81edfe925b66c8c7db4372d610834ce1a75abe18609d +size 1551404 diff --git a/images/21538383-11f2-4abb-9ae3-024540041c07.jpg b/images/21538383-11f2-4abb-9ae3-024540041c07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6849ab9093bc3e775245f7ad5b11d8bd75f773c7 --- /dev/null +++ b/images/21538383-11f2-4abb-9ae3-024540041c07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e579e7b4f0018ad48ecc3c4d560e623508eb4a15a6c3133b5f919b51038479ed +size 1946132 diff --git a/images/2156488c-d124-444d-b5c5-8592acb84080.jpg b/images/2156488c-d124-444d-b5c5-8592acb84080.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5ab1f2208b7038b9ebeb84713159620357f82f4 --- /dev/null +++ b/images/2156488c-d124-444d-b5c5-8592acb84080.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4db16dda42d02aca18b83784c8b2622f8d77c6cbc4439dbcb07014e664f85 +size 1675251 diff --git a/images/21570180-ec54-4849-b044-7307e9a17845.jpg b/images/21570180-ec54-4849-b044-7307e9a17845.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d7c88e1792fb59bcf60937f0774b7dd8850ae1a --- /dev/null +++ b/images/21570180-ec54-4849-b044-7307e9a17845.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cf527815742072f90ffffa170fa89bcb48f4eb2d402f468d76fa047aca27df +size 1490877 diff --git a/images/215d3789-5f2f-4b87-8a1f-38ee49737439.jpg b/images/215d3789-5f2f-4b87-8a1f-38ee49737439.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc331adc6ac4b512b1d6504e7172c67706c33462 --- /dev/null +++ b/images/215d3789-5f2f-4b87-8a1f-38ee49737439.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49de277900edabf4ea47d12bf275788cc0d667c523fa658678b7fef7d159eb90 +size 1613362 diff --git a/images/2165e9e0-1c4a-4b26-acd6-8f59bb21de8b.jpg b/images/2165e9e0-1c4a-4b26-acd6-8f59bb21de8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e82f817d8a3d9f7f6547dacebeaf441f2fede072 --- /dev/null +++ b/images/2165e9e0-1c4a-4b26-acd6-8f59bb21de8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebded87a156a1a295aacda8276cf08283a8faf3a4bbf24713ae602ceb20a0e5 +size 1475504 diff --git a/images/2173e079-f6ae-454e-b278-fa7f083004b1.jpg b/images/2173e079-f6ae-454e-b278-fa7f083004b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af53c1753bee197956dcf921fd3b706f9a482163 --- /dev/null +++ b/images/2173e079-f6ae-454e-b278-fa7f083004b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c95a0cf9af6f96736e2f741e667f7d1273cdf38aad7028732c91955d3b1510 +size 1540036 diff --git a/images/2177b319-e2d2-44f9-b7dd-2726451acdc1.jpg b/images/2177b319-e2d2-44f9-b7dd-2726451acdc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b59b12f78cef090fc4b12e2981bf75108ef1740 --- /dev/null +++ b/images/2177b319-e2d2-44f9-b7dd-2726451acdc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc47184d6b1d531c9bd410fa1bac505231552061a35375bbc24f660b605571c +size 1749501 diff --git a/images/217f674c-04c7-44fa-a998-05cef7555315.jpg b/images/217f674c-04c7-44fa-a998-05cef7555315.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b080bdf8d581a6a857ff1486257f03693de46b --- /dev/null +++ b/images/217f674c-04c7-44fa-a998-05cef7555315.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b01d1b6317f69f0ff769cfc413675fb4f3acd60b963119530088666d9e61c0c +size 1773313 diff --git a/images/2183f137-3921-4830-8ef1-e3e9b150a272.jpg b/images/2183f137-3921-4830-8ef1-e3e9b150a272.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fac8923c9c6d34902adb08c324ea4e092b4b92dd --- /dev/null +++ b/images/2183f137-3921-4830-8ef1-e3e9b150a272.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75de7b1dd989c3df572f3fcc94f97eb0aaa1ee035ece0513ae8c677d9f1c1400 +size 2812835 diff --git a/images/21a078d3-3bab-47f2-98a5-ff989e124659.jpg b/images/21a078d3-3bab-47f2-98a5-ff989e124659.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d016d2db2bedcf8caf9351335cecca4298b912 --- /dev/null +++ b/images/21a078d3-3bab-47f2-98a5-ff989e124659.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23dc56a193c587cd17b18ab0ccc9cd83c3c777fee04ade99ae88e74f77c2317 +size 1317466 diff --git a/images/21a4abbd-a7dc-4d50-a516-603770b75220.jpg b/images/21a4abbd-a7dc-4d50-a516-603770b75220.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29994ccef6721d6f9e8095aae00805c4b5dc553b --- /dev/null +++ b/images/21a4abbd-a7dc-4d50-a516-603770b75220.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3074850cafde9406b8631399e8356c4fd6619754f600b78d97d2e5487a45db85 +size 1761181 diff --git a/images/21aea1c2-b5d5-4f77-8118-c3532292aaeb.jpg b/images/21aea1c2-b5d5-4f77-8118-c3532292aaeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc25e9f71752b08583a8c77b64ee8841c9886609 --- /dev/null +++ b/images/21aea1c2-b5d5-4f77-8118-c3532292aaeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91d4be43d54cda760daa0b094a2df469f6fa240f61b36990781dd44101f67d +size 1727614 diff --git a/images/21afe7a2-9e9e-4e75-9d5d-1b5392eec44f.jpg b/images/21afe7a2-9e9e-4e75-9d5d-1b5392eec44f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d9e4b11f76e1a84bb5e8a0385bf6a555c2b1c0f --- /dev/null +++ b/images/21afe7a2-9e9e-4e75-9d5d-1b5392eec44f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1392163288e71c3209d9ab790ff8705565a0c83545c711f2e087e2fa49cc4228 +size 2347087 diff --git a/images/21b867df-e40a-44a9-a7f6-73fa886d45f8.jpg b/images/21b867df-e40a-44a9-a7f6-73fa886d45f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11dba2a0fa889002e2505630890b257593421cd8 --- /dev/null +++ b/images/21b867df-e40a-44a9-a7f6-73fa886d45f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398923bc047888a0077df95765bdc576bb398a1b4a9d45a80348623e44fb9d59 +size 1542390 diff --git a/images/21bafb74-6583-4ba5-ba0e-c6189720a15c.jpg b/images/21bafb74-6583-4ba5-ba0e-c6189720a15c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ab1b39232208627efd20bb514b6b406d59e8366 --- /dev/null +++ b/images/21bafb74-6583-4ba5-ba0e-c6189720a15c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156d8f92549cc4e731677ea11d79e645b76e8581083d0f0a96ca74cd19595cdf +size 2371983 diff --git a/images/21bda32c-a54c-4292-886f-c1f5ed767a09.jpg b/images/21bda32c-a54c-4292-886f-c1f5ed767a09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..206abb85267ebe86df78d2ff75165523053ae26a --- /dev/null +++ b/images/21bda32c-a54c-4292-886f-c1f5ed767a09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d0d67978bac8813309f5d2216459abda896dda54bf606e66323ddeeda5fb02 +size 1948953 diff --git a/images/21c34573-07f8-4a9a-9d71-d18856c6e455.jpg b/images/21c34573-07f8-4a9a-9d71-d18856c6e455.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0e2e146b869f602b9eeeb7441069c34f01af77a --- /dev/null +++ b/images/21c34573-07f8-4a9a-9d71-d18856c6e455.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a5348b2e96a80e40479b07315c06cb6cf8977550e4129077ce13f92893cefc +size 2204852 diff --git a/images/21c52296-83ae-41d0-80bf-2dac463a8aa3.jpg b/images/21c52296-83ae-41d0-80bf-2dac463a8aa3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1827abbb9300e931e00a1e3ad29a5aa5043449ae --- /dev/null +++ b/images/21c52296-83ae-41d0-80bf-2dac463a8aa3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d526fda71bd582475676a52057607810d794a83eeb2e3db6ddb4a5dc99ef08b +size 901253 diff --git a/images/21d47069-7d24-4379-9cae-45f0da7c423a.jpg b/images/21d47069-7d24-4379-9cae-45f0da7c423a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9c6db794c83ccb5cb473b76c42acfd3d7da6da7 --- /dev/null +++ b/images/21d47069-7d24-4379-9cae-45f0da7c423a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cc19a47535ea12e9e1a7e55cb596ae8e92ea4561e37b8420fca5eab2e5c649 +size 1235242 diff --git a/images/21dae689-f67e-4398-aff8-b869863d87c1.jpg b/images/21dae689-f67e-4398-aff8-b869863d87c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66c35e473d7d6f3b63a21a93346eb24e6914fb41 --- /dev/null +++ b/images/21dae689-f67e-4398-aff8-b869863d87c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8115d767764df1e150f33c81332d79677daac43531ffea5f9c94117231a3d253 +size 1503432 diff --git a/images/21dd0881-9580-4b14-a1dc-4fa3080e4593.jpg b/images/21dd0881-9580-4b14-a1dc-4fa3080e4593.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c2ed1d947ed66b5eeb5532fd3bc8fe7f218a8e1 --- /dev/null +++ b/images/21dd0881-9580-4b14-a1dc-4fa3080e4593.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18d78a28e98a252a5310415cba1c699c7f9352bf4141316a8e257dad408b90c +size 1466740 diff --git a/images/21de87f1-cb61-461a-8462-e019cd6ac99f.jpg b/images/21de87f1-cb61-461a-8462-e019cd6ac99f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d243ec3af9153a3a5c018bccc02a94cc04d81d6a --- /dev/null +++ b/images/21de87f1-cb61-461a-8462-e019cd6ac99f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65419de80c837d87a5b7d61406db4dfcb20eb886c61e06ec7a54c8b37742e6b +size 3291993 diff --git a/images/21e398b2-4872-413e-99df-8140c50b784d.jpg b/images/21e398b2-4872-413e-99df-8140c50b784d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe52eb2f868233d29e60df1b5306fcb5f412099e --- /dev/null +++ b/images/21e398b2-4872-413e-99df-8140c50b784d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd143341921e099b6152fe74e8cf2066ea0528af43e5703c6c30ab110a77560 +size 1550399 diff --git a/images/21e94169-b65b-4a15-939c-b02fdb5d7a1c.jpg b/images/21e94169-b65b-4a15-939c-b02fdb5d7a1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e0916a5190a92fb3cf028a5ee024a3838c8dca2 --- /dev/null +++ b/images/21e94169-b65b-4a15-939c-b02fdb5d7a1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e532e6416f5856a5247c3871a18fb8a71512039b8559033fd331874e2ceb7842 +size 1557518 diff --git a/images/21fcd9a6-532d-45e6-a3a2-a6129b41da5f.jpg b/images/21fcd9a6-532d-45e6-a3a2-a6129b41da5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe5608a1b3d10f7a3b9303c16b31587884e39496 --- /dev/null +++ b/images/21fcd9a6-532d-45e6-a3a2-a6129b41da5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc952ce144c3691098a916748485d36e82fc0553f37bc4ecf528de82161e52d4 +size 2363940 diff --git a/images/2210b608-bbe0-4b3f-b751-5634af3b3dad.jpg b/images/2210b608-bbe0-4b3f-b751-5634af3b3dad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b84700d639d65a91e7a69a1faf1a7c7586aa8d96 --- /dev/null +++ b/images/2210b608-bbe0-4b3f-b751-5634af3b3dad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c695fd64bccadf77a7a75a9e980c3fdd2faa33e1b7678a24f3d3dfb9adcc4b8f +size 1745049 diff --git a/images/221e489b-a36a-4358-a6ad-600f1b98baaf.jpg b/images/221e489b-a36a-4358-a6ad-600f1b98baaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..262f821550632b7ec79e3a9bafcb1bd0ac865ba8 --- /dev/null +++ b/images/221e489b-a36a-4358-a6ad-600f1b98baaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf009e7479d1df1582f630a89285b402790889535f6560177843df96b18cc661 +size 1522501 diff --git a/images/221ed9a8-a9f8-4f09-8ed8-065e2e292818.jpg b/images/221ed9a8-a9f8-4f09-8ed8-065e2e292818.jpg new file mode 100644 index 0000000000000000000000000000000000000000..721f2b089cfa014e4f45bc5cb3b900a1c003bdd9 --- /dev/null +++ b/images/221ed9a8-a9f8-4f09-8ed8-065e2e292818.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ac0452e241005a0e551ede1e34f15ad6f40d30e2646457bd2aaae4b937a3a8 +size 1543493 diff --git a/images/2222dd92-1b1c-4209-afd2-81d559f352f8.jpg b/images/2222dd92-1b1c-4209-afd2-81d559f352f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c35fe199d83cfe05daf6b5d7e99b5796b60d19c3 --- /dev/null +++ b/images/2222dd92-1b1c-4209-afd2-81d559f352f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d88b34587d7eb300c2d71b2b23fec95cd04865026573ab8f86627a40df53663 +size 1605860 diff --git a/images/22386430-a385-462d-a332-d39db11f0b19.jpg b/images/22386430-a385-462d-a332-d39db11f0b19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..820034ef1ad4a8a241c9fe58680f63c085660f54 --- /dev/null +++ b/images/22386430-a385-462d-a332-d39db11f0b19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627fc43134f04e2706dec813435ab5e1d52899b11e11f359c28962bbe488f246 +size 1931470 diff --git a/images/223eef8d-5e93-4aa2-9067-b01c8b1109fd.jpg b/images/223eef8d-5e93-4aa2-9067-b01c8b1109fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d7bf17bc3bea2027c6e47477c04924265efddbd --- /dev/null +++ b/images/223eef8d-5e93-4aa2-9067-b01c8b1109fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82df1a51a1f8c2939196d348b464d108001af57f064a81d5fc90c0b9d0657f43 +size 1687325 diff --git a/images/224a1203-f0e0-47cf-82db-a7ee33d9c1d8.jpg b/images/224a1203-f0e0-47cf-82db-a7ee33d9c1d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b08ed5e1cb1d8755ff0ea0c9ee3402c1186dbb91 --- /dev/null +++ b/images/224a1203-f0e0-47cf-82db-a7ee33d9c1d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde7f33956ee3ad10fbe09db34f37187a0c1e08b064bbb8147f83be7f6b20b80 +size 1482391 diff --git a/images/22510929-1c17-42b0-9cd3-efe8bcc34eb9.jpg b/images/22510929-1c17-42b0-9cd3-efe8bcc34eb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95af068f4b8c673b070281a69061fb74ced73fcb --- /dev/null +++ b/images/22510929-1c17-42b0-9cd3-efe8bcc34eb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f30cc779663bfd6de3b3b56dbfe3eb96a2e693a06c71262050773c4c178502f +size 1944095 diff --git a/images/225153f2-cab1-4748-9361-0aef8f91fd8d.jpg b/images/225153f2-cab1-4748-9361-0aef8f91fd8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b7a73af95ae5d34dc9771f9bed9d6f77e464641 --- /dev/null +++ b/images/225153f2-cab1-4748-9361-0aef8f91fd8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9a7619be40cdf90416344e476b3b6a76f593c2d4f1f685c81c73120b47f212 +size 1437623 diff --git a/images/22562ff9-5d88-4cfd-8072-1678c6fe3bbb.jpg b/images/22562ff9-5d88-4cfd-8072-1678c6fe3bbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e1a808469b304b0350ccf435e761214045a4a4d --- /dev/null +++ b/images/22562ff9-5d88-4cfd-8072-1678c6fe3bbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccac48ac35de3c0924630bd0f9b7789383aa791e44532dd7346149951ccce141 +size 1664749 diff --git a/images/2259df40-4632-4759-b477-4039a1e6fc23.jpg b/images/2259df40-4632-4759-b477-4039a1e6fc23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bca8c8b3573ba9d3a879b02078dc93da35492df --- /dev/null +++ b/images/2259df40-4632-4759-b477-4039a1e6fc23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ef582cf7cfc2d3a7699ccfd384e98592f0c2066af64e01d185e7a24fd019f0 +size 1558639 diff --git a/images/225c1b2b-2315-43b5-9f9c-bd3429b10a41.jpg b/images/225c1b2b-2315-43b5-9f9c-bd3429b10a41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a92bc3caf8f32ce57eb48465e868a4d3b1baa82 --- /dev/null +++ b/images/225c1b2b-2315-43b5-9f9c-bd3429b10a41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755944b42d1c8e95fc1cc20437589fc3c3070615f3c9e0c2ddf5cc3a03213abf +size 2620890 diff --git a/images/2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf.jpg b/images/2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49517763894da5105eda97bac8e7a4bc0a8102a0 --- /dev/null +++ b/images/2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0667e4c35a640ab2fc09da8c4b8e6343df956a78de4aedfdf3034269f608e49c +size 2022344 diff --git a/images/226bb0ca-67a2-42f4-9529-6d176da9d3ce.jpg b/images/226bb0ca-67a2-42f4-9529-6d176da9d3ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d298f61e0c8e6f6c21ed83eb6d57d99056453cc5 --- /dev/null +++ b/images/226bb0ca-67a2-42f4-9529-6d176da9d3ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e3e5b489f10d14993e61ed37a63f88931e0b007c0c13cd0d19332aa753af1d +size 1356154 diff --git a/images/226fcb02-f211-4460-95f7-0679c0606b7e.jpg b/images/226fcb02-f211-4460-95f7-0679c0606b7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b23b4b723f470892774e196806d397cea1ada29f --- /dev/null +++ b/images/226fcb02-f211-4460-95f7-0679c0606b7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b8972c7f7a7a9af0bbec518e4b8c499dd410923756175e11556339a9b32b2b +size 1517224 diff --git a/images/227b3541-7a68-441d-98b8-3f447480f6fd.jpg b/images/227b3541-7a68-441d-98b8-3f447480f6fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3736fc8719baa88a63ad3922f21f19b1ea18bec9 --- /dev/null +++ b/images/227b3541-7a68-441d-98b8-3f447480f6fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a204ad2037e11b985291a26c69064527e200978ebf12ab2f40e222c6d30cdb01 +size 1543886 diff --git a/images/22808291-8479-48c9-9f65-ba273895bcb3.jpg b/images/22808291-8479-48c9-9f65-ba273895bcb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c26bc1c7714ee92708ecbe256190ace779e382f1 --- /dev/null +++ b/images/22808291-8479-48c9-9f65-ba273895bcb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad6587d85d00a9df4c56de68f7d7915c774d14ef8b2f599d4f32ea1ba7cc0f9 +size 2512524 diff --git a/images/2285c9a7-c3ca-4144-86a8-127154913317.jpg b/images/2285c9a7-c3ca-4144-86a8-127154913317.jpg new file mode 100644 index 0000000000000000000000000000000000000000..165bc614a58b5819e7a989a812953f567b91052c --- /dev/null +++ b/images/2285c9a7-c3ca-4144-86a8-127154913317.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20748ac6aec63a9fb199f745c674543edea8844bc25bd34a8a51e9f16dd60e04 +size 2158483 diff --git a/images/22896399-a041-4a47-ba1e-a899922dc258.jpg b/images/22896399-a041-4a47-ba1e-a899922dc258.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84d83de58b3b33faf5c41d7a945b4be717b94e88 --- /dev/null +++ b/images/22896399-a041-4a47-ba1e-a899922dc258.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e827b19e8a5489828ea816602fad2668b90281cb929205886d5b4bac32286413 +size 1346001 diff --git a/images/228c1428-c99f-4a71-b39e-c892a18f46c3.jpg b/images/228c1428-c99f-4a71-b39e-c892a18f46c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b02b3b4fd8bd8702084a5e08d72037dd2cc554a --- /dev/null +++ b/images/228c1428-c99f-4a71-b39e-c892a18f46c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e328822a59d018478120ac7f008ec1ef5d5ea1201803f9a3f38197f4bc29c0 +size 1798883 diff --git a/images/2295a783-3fb2-417f-a664-c27f84157af6.jpg b/images/2295a783-3fb2-417f-a664-c27f84157af6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..714500e82f540002d2691b0ad8c8b6bde78b29fa --- /dev/null +++ b/images/2295a783-3fb2-417f-a664-c27f84157af6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9951677e4414cbdd4ebdadf00324f934a65856af03ff301c6c664b8be632818b +size 2326597 diff --git a/images/229622af-e404-41f7-bae1-054f166912b1.jpg b/images/229622af-e404-41f7-bae1-054f166912b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f725d511c229529df38ec550469eeed18ff7c0e --- /dev/null +++ b/images/229622af-e404-41f7-bae1-054f166912b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa09b93d315cce302d189587f20b58865e0d608944f2037273d4e118a1454f02 +size 1850865 diff --git a/images/22991d40-842d-4720-8e4a-a06a0bdba60e.jpg b/images/22991d40-842d-4720-8e4a-a06a0bdba60e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2594953c1e669b505ee2e77930205b2217b8c69c --- /dev/null +++ b/images/22991d40-842d-4720-8e4a-a06a0bdba60e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb991cf9441f34e9a900869c8130459437612e6aec79928b4cc82cbc9e86ef4 +size 1489185 diff --git a/images/229ba270-65b3-42ef-a193-d9c3b17019b6.jpg b/images/229ba270-65b3-42ef-a193-d9c3b17019b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ff286c6fdb3de65d0281c8cdef062dc5797790c --- /dev/null +++ b/images/229ba270-65b3-42ef-a193-d9c3b17019b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0fa8e78113e4c349f8a202f7b78708c1e50b61a8ee3584f273c190b88d802a +size 2378784 diff --git a/images/229d764e-b3c4-4366-bfaa-1b1df1e05e20.jpg b/images/229d764e-b3c4-4366-bfaa-1b1df1e05e20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e023d7d7de89880c227ed31170fdebdc104fdc34 --- /dev/null +++ b/images/229d764e-b3c4-4366-bfaa-1b1df1e05e20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daed4777df77d19da9b3491c39b4c041b677516839b8edff38c4ae7c74e90cf +size 3478650 diff --git a/images/22a9af32-dfc1-46ee-acd6-a08ac40862f1.jpg b/images/22a9af32-dfc1-46ee-acd6-a08ac40862f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b0b6d16fe62f0e777cb9e2c9d353aecc922ccb1 --- /dev/null +++ b/images/22a9af32-dfc1-46ee-acd6-a08ac40862f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e229d7538678ee1862ea58e850a850a1f7b74d2e41d0cb083b5ee50ebad83dc7 +size 1579002 diff --git a/images/22adc5dd-f1b9-480c-ad27-77efe4730261.jpg b/images/22adc5dd-f1b9-480c-ad27-77efe4730261.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d10a3c27da44a6aa198d7b413ff245d8722cb28 --- /dev/null +++ b/images/22adc5dd-f1b9-480c-ad27-77efe4730261.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22a7a6f3f0275413fba8a63a8548e505e843e1b0eb7ed82134ab6c53c95f189 +size 1644892 diff --git a/images/22c4b38d-d52e-4a34-b33e-130f8aa6e6c0.jpg b/images/22c4b38d-d52e-4a34-b33e-130f8aa6e6c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88265ed113d4fe5ff828c882de86ce84aab42001 --- /dev/null +++ b/images/22c4b38d-d52e-4a34-b33e-130f8aa6e6c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc63aaf0d07eb3254efe33e04246372f84a6d2d1409b9e69f484c91f685f7502 +size 1765605 diff --git a/images/22cb263a-b3b9-4c2d-871d-2e074092bb64.jpg b/images/22cb263a-b3b9-4c2d-871d-2e074092bb64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ab96ded86b7cb4196cd1a24b1e4227820b820fc --- /dev/null +++ b/images/22cb263a-b3b9-4c2d-871d-2e074092bb64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e51ccad62819dbc0e226a9fa0e3b2c115a4d1de81d3f8c192d5f66b83d5be4 +size 2074266 diff --git a/images/22d0fb10-92c7-49ba-800b-7117ad9acc43.jpg b/images/22d0fb10-92c7-49ba-800b-7117ad9acc43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7bcdb674dd88692429e51fe5883a98c51f34fdb --- /dev/null +++ b/images/22d0fb10-92c7-49ba-800b-7117ad9acc43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fa420453bf7f0c7f2782398b417a3080f30d1608139d61d99074916bd28ebd +size 1666016 diff --git a/images/22d82fc7-3138-431a-af8a-52e0d62b46a7.jpg b/images/22d82fc7-3138-431a-af8a-52e0d62b46a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f41a7f2be1bda7f87f75539a39acc914e5dab1 --- /dev/null +++ b/images/22d82fc7-3138-431a-af8a-52e0d62b46a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901a2219f2f10f3aea2320166f946cca25458891122142a6b58cda9b38f7e922 +size 1697009 diff --git a/images/22d85933-5f5f-4788-9cf9-03c4db82f51b.jpg b/images/22d85933-5f5f-4788-9cf9-03c4db82f51b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46119cd18add08d0ede6757d4ec555bb3e5e8650 --- /dev/null +++ b/images/22d85933-5f5f-4788-9cf9-03c4db82f51b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cad869ec6f54dbefa5934b4f3f057745738a415797933de2ce5f4afd3c301b +size 1547999 diff --git a/images/22e186e1-c006-4a10-b6f1-cbf486e3773b.jpg b/images/22e186e1-c006-4a10-b6f1-cbf486e3773b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c0972c8b9dd6575e01afd0f0a5d8157cb4f3121 --- /dev/null +++ b/images/22e186e1-c006-4a10-b6f1-cbf486e3773b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dc51ce97b0db20c375b0147fd86a369df5e898b2ea667f19eda7badb3c8572 +size 1257877 diff --git a/images/22f1d571-b9a7-4704-a51d-67bbf9f09833.jpg b/images/22f1d571-b9a7-4704-a51d-67bbf9f09833.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5f6277d553d3e7ccdff3a167c592d9adf468af9 --- /dev/null +++ b/images/22f1d571-b9a7-4704-a51d-67bbf9f09833.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbbe91be0877258b42abb229a9624abcd88fa188475c0599514d119ed7d47ff +size 1537113 diff --git a/images/22f8a40c-209b-4a1b-b71a-ddab318caeda.jpg b/images/22f8a40c-209b-4a1b-b71a-ddab318caeda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90ffaf13102ec29ba3cf6183b83f7f8b8df873df --- /dev/null +++ b/images/22f8a40c-209b-4a1b-b71a-ddab318caeda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797d979efd8111028d4b70316d757fec77ab0a4b785304b5595ac6e0b173834a +size 1160885 diff --git a/images/230064f5-b392-4eea-912f-c6d211aa54bf.jpg b/images/230064f5-b392-4eea-912f-c6d211aa54bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e72a987590c66d753dbeb90555d29088386bfdc6 --- /dev/null +++ b/images/230064f5-b392-4eea-912f-c6d211aa54bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817918c3e94d86e86a43f4bc5b78301302459f4fca8e97723e68bd0ea91b3fb8 +size 2114327 diff --git a/images/230127ea-b59c-418b-954f-4b9cb11d73e3.jpg b/images/230127ea-b59c-418b-954f-4b9cb11d73e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c2df4a07ee3e242632c70778c8b157053776e1 --- /dev/null +++ b/images/230127ea-b59c-418b-954f-4b9cb11d73e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9db4172ec2abe455f6e33b24ed02fa91ed299610e71fd9bada6dd331ca517d3 +size 1688145 diff --git a/images/23041895-7725-45de-aefd-1fbb44b43641.jpg b/images/23041895-7725-45de-aefd-1fbb44b43641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..235114d111322fdacd045a145db5ff73c0dfdbf4 --- /dev/null +++ b/images/23041895-7725-45de-aefd-1fbb44b43641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a3f40a4d82e2341110334f3e2881fdaf5ef02609bbf7efe67dc7ae58e560ac +size 1368656 diff --git a/images/2309e4bf-ca50-4e31-85f7-5d3cdde48e4e.jpg b/images/2309e4bf-ca50-4e31-85f7-5d3cdde48e4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc5b414afe46fcb0797be1f990652cd33a628349 --- /dev/null +++ b/images/2309e4bf-ca50-4e31-85f7-5d3cdde48e4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7933ee310b28c90e5cdaa76b5fa20e44dafa6e60d5f3f2e3c3f32de844fa607e +size 2883235 diff --git a/images/230a8b83-1daf-4e47-84cb-1a3bfc9226ad.jpg b/images/230a8b83-1daf-4e47-84cb-1a3bfc9226ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d48ce311ceebf34305517e68733c1755a9a7ea20 --- /dev/null +++ b/images/230a8b83-1daf-4e47-84cb-1a3bfc9226ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0aaece5ec8d5cc10f3caeb7bb8279a2594b5bb100f8b830db8a8ae8f913bec +size 1507786 diff --git a/images/231a4694-5541-46ae-91da-d399483d56bd.jpg b/images/231a4694-5541-46ae-91da-d399483d56bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e881808c28e0bfdd2319ee65cd1f9344383879a5 --- /dev/null +++ b/images/231a4694-5541-46ae-91da-d399483d56bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97ccebb793c9de009f12c0a5d97c08646399f98c0f74af5f7477cd02974380a +size 1404510 diff --git a/images/23212edc-3525-48d0-958f-a43cf1290d14.jpg b/images/23212edc-3525-48d0-958f-a43cf1290d14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ffdc0f651dc42bfd61eb419cf72b0828899cb2 --- /dev/null +++ b/images/23212edc-3525-48d0-958f-a43cf1290d14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebaf97ad856ca141741bce944bc42c3cd729734fd1a3dab45ec59d0a93ee40f +size 1566027 diff --git a/images/2325cf9d-f33a-41ac-a346-25de2956f0e6.jpg b/images/2325cf9d-f33a-41ac-a346-25de2956f0e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d397889deee8630741358ad1ff0723f29274837 --- /dev/null +++ b/images/2325cf9d-f33a-41ac-a346-25de2956f0e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6202e387a949be0ce1fd10a89434d5d7aceb927a06e88e1957c73e488f7279aa +size 1881691 diff --git a/images/232801a0-9119-4e55-bf87-302c36542785.jpg b/images/232801a0-9119-4e55-bf87-302c36542785.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9192545b06fb046a9aaf682f855e16ee5691377 --- /dev/null +++ b/images/232801a0-9119-4e55-bf87-302c36542785.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d85560585b192dfda93dc96fe29b65df908c10882a997a704c9795f9edfbded +size 2897479 diff --git a/images/232fcd2f-22ac-423c-9c11-fb854c2a03c8.jpg b/images/232fcd2f-22ac-423c-9c11-fb854c2a03c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83492cd5b8e855ff1bdba5f253b7a7031c2e05b6 --- /dev/null +++ b/images/232fcd2f-22ac-423c-9c11-fb854c2a03c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b689f15e19474b01cf2fb56bccae61dbcebe9d3cfbde3084ab3d04243e605711 +size 1232515 diff --git a/images/23335c48-67da-4d0d-a70b-288553e8f2dc.jpg b/images/23335c48-67da-4d0d-a70b-288553e8f2dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96977dcfdf025624473018396e9ef6160ce17edb --- /dev/null +++ b/images/23335c48-67da-4d0d-a70b-288553e8f2dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bbde949494b2a8389991ba2e1636d27fb6f02841a72957e7851da1a52599dc +size 1533040 diff --git a/images/233366b3-b510-4b8c-a85c-c6e7dd81d234.jpg b/images/233366b3-b510-4b8c-a85c-c6e7dd81d234.jpg new file mode 100644 index 0000000000000000000000000000000000000000..065d2b543f9f918bc0b7aa00655aa4dfc6f8b327 --- /dev/null +++ b/images/233366b3-b510-4b8c-a85c-c6e7dd81d234.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb1b9dd04a9d7c1e0b96a4780ae6d107bb222454d0fcb29d588a3986d102d3a +size 1520657 diff --git a/images/233a84cc-e1b7-4595-81db-a8758e766c96.jpg b/images/233a84cc-e1b7-4595-81db-a8758e766c96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f8fd42480a44d8cfcbfa144d334120d9d4121e6 --- /dev/null +++ b/images/233a84cc-e1b7-4595-81db-a8758e766c96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed46bf30edcfd2ec2e6acd92d36207290e325b0b4e04c48cc5eae4d450263d +size 2449000 diff --git a/images/23404d26-28d9-4078-bd30-975e202b502d.jpg b/images/23404d26-28d9-4078-bd30-975e202b502d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6e22fbd0571af22357dfdc7d76f5a106b4760ff --- /dev/null +++ b/images/23404d26-28d9-4078-bd30-975e202b502d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f07a26f5b74b845d02a910e8eb37f11e008928df34b9b4528fc3f288d8ec229 +size 1325754 diff --git a/images/23421d38-1902-417d-90d6-359e98e43ab7.jpg b/images/23421d38-1902-417d-90d6-359e98e43ab7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95871e083a20af6de9c947fa236f1650a5c699a5 --- /dev/null +++ b/images/23421d38-1902-417d-90d6-359e98e43ab7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c60ac20f22e0de20611f0e577defbcf11c3d5cff19953d64e5afa78500c29f6 +size 1756198 diff --git a/images/234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee.jpg b/images/234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c36e3689251cee00f9d5bc3c4df292031ef4a4cf --- /dev/null +++ b/images/234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a12552343d60e402f760929473c4bbc2b58e223bd80121bb58ae5fa7e7c2eaf +size 1826806 diff --git a/images/23616673-9e53-4e82-8906-db18bf75d66d.jpg b/images/23616673-9e53-4e82-8906-db18bf75d66d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fbf04a47a446635af354f171b549bf84817d8d5 --- /dev/null +++ b/images/23616673-9e53-4e82-8906-db18bf75d66d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9746109c41b4cdd8e795c075f6beac578306cc6508924495f5113f3c1458c3b +size 1710886 diff --git a/images/2364ab06-e125-4546-88b4-34ad0d98e28f.jpg b/images/2364ab06-e125-4546-88b4-34ad0d98e28f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b04bf0e3137ec13e054e39f0e0a319e173068091 --- /dev/null +++ b/images/2364ab06-e125-4546-88b4-34ad0d98e28f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac5710000803be05d0007bb9bcb7d1eaf8195996a04708328f1ac48e11ef594 +size 1643820 diff --git a/images/236877d0-f78f-4141-bddb-e8c3dc998e95.jpg b/images/236877d0-f78f-4141-bddb-e8c3dc998e95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e975056ba13117fbbd32d43cceb47eb615b6e190 --- /dev/null +++ b/images/236877d0-f78f-4141-bddb-e8c3dc998e95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a13d119edfb718896abb61d4776520bb05d01bee113c2da2df05e8e108c2fb +size 1540289 diff --git a/images/236d376d-a266-4472-a76d-b47b68140371.jpg b/images/236d376d-a266-4472-a76d-b47b68140371.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f173d0fd4e550395bda58cb57a962c4b61852da --- /dev/null +++ b/images/236d376d-a266-4472-a76d-b47b68140371.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1bf456587fc5185dc3776f2595edf34978af774a1d4a09973c1a550097b619 +size 1291230 diff --git a/images/23705696-1b69-4fe8-8e80-b874a40976fb.jpg b/images/23705696-1b69-4fe8-8e80-b874a40976fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c735e5667af39d451280e83546a09f5c8a0a460 --- /dev/null +++ b/images/23705696-1b69-4fe8-8e80-b874a40976fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdb7ce37ecd81b86bd7657062c2c7daa799d9743f4378717bbfc08833f0e153 +size 1618884 diff --git a/images/23756f06-ce7d-487d-80a1-0605a3dc87cc.jpg b/images/23756f06-ce7d-487d-80a1-0605a3dc87cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36f63bee9d5b19e67b7ee2c34292b3c2fa55381b --- /dev/null +++ b/images/23756f06-ce7d-487d-80a1-0605a3dc87cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f1f3b7437746577e0a0a67c8af94a4a1d7023933131362650cd17d37259b7d +size 1779238 diff --git a/images/237638e3-35b8-4665-acc3-a7a4920f08fa.jpg b/images/237638e3-35b8-4665-acc3-a7a4920f08fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cf56bf9ba64b6f8a2f4c21698f5cd61a973e4bd --- /dev/null +++ b/images/237638e3-35b8-4665-acc3-a7a4920f08fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef5ccd05ff94bf80a97a43b7377a52855b1e899ded46a79067aee4b6442e0c9 +size 1728826 diff --git a/images/23930966-8e9e-4683-941e-caf786eb821b.jpg b/images/23930966-8e9e-4683-941e-caf786eb821b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df24706b2ec2898a9fbe7ec93073144eab38301d --- /dev/null +++ b/images/23930966-8e9e-4683-941e-caf786eb821b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39192932ede20e5cddc55568dce24968d77dec8af68d131ec12601ca26c18cc6 +size 1870784 diff --git a/images/2399b76d-429f-4c80-bfd5-4b33f456cceb.jpg b/images/2399b76d-429f-4c80-bfd5-4b33f456cceb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42dbe944a76ff1b2225ecf017c641343345c687e --- /dev/null +++ b/images/2399b76d-429f-4c80-bfd5-4b33f456cceb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53834dcb1309e58b97d2ce9f87dd60da23a31175fd0839baeb3eba751604f16 +size 1472678 diff --git a/images/239b7e48-4a66-4489-a16d-c554416bdc1a.jpg b/images/239b7e48-4a66-4489-a16d-c554416bdc1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c16f7e5bd520e75ebdf26ef4e18a058716e8544 --- /dev/null +++ b/images/239b7e48-4a66-4489-a16d-c554416bdc1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf1c25eddb71f8155fccb8b635d6ec8f148c06c0462d957df5f70fb8b67b41a +size 1404107 diff --git a/images/239e17af-651c-4176-b2ab-dd1ef069c0e4.jpg b/images/239e17af-651c-4176-b2ab-dd1ef069c0e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9077326351c6a062c1bdf16c3273b0482b17b7e5 --- /dev/null +++ b/images/239e17af-651c-4176-b2ab-dd1ef069c0e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbd61eb886e61c89a5a88262677ba045c4d4a53b529d28d3dbaf8de942f46d8 +size 1898478 diff --git a/images/23a80a5e-f0de-4f21-982b-6a6b329fed08.jpg b/images/23a80a5e-f0de-4f21-982b-6a6b329fed08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37b6d8aed082209af6584f288f529b5ea7063049 --- /dev/null +++ b/images/23a80a5e-f0de-4f21-982b-6a6b329fed08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b812573d4a11dd4b1ab4bbdc49fa9c7e65a87d0e8303bb1f2b623b4b3de1966 +size 1833870 diff --git a/images/23aad04a-8de9-4b00-8964-fdf0f788e890.jpg b/images/23aad04a-8de9-4b00-8964-fdf0f788e890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6162356632edcf0dee8cae281bbaa231731f2b56 --- /dev/null +++ b/images/23aad04a-8de9-4b00-8964-fdf0f788e890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f13507215acd84e58d6ba901d0c62770c0251db7f6c3af0a92f9a858642600 +size 1582362 diff --git a/images/23ae2ca1-812d-4440-8850-0da1e452bde6.jpg b/images/23ae2ca1-812d-4440-8850-0da1e452bde6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44e726143c12af2705c59f569ae43cef3c327d65 --- /dev/null +++ b/images/23ae2ca1-812d-4440-8850-0da1e452bde6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a919b6103d3f767c55e4e20d62f52e9db0d5dff6ef373e9852ddea0f01034e2c +size 1561281 diff --git a/images/23b50cc5-a421-49a1-836e-af39530ae45b.jpg b/images/23b50cc5-a421-49a1-836e-af39530ae45b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..460bf330938ff3dac87998f3c490cd6475cb3ce7 --- /dev/null +++ b/images/23b50cc5-a421-49a1-836e-af39530ae45b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2939051eaceba44919a9433dcabd6aec4941490cbc8c4fb92ec7d00195a470 +size 2160511 diff --git a/images/23bf1691-b64d-40b0-9b1d-0ac66712116a.jpg b/images/23bf1691-b64d-40b0-9b1d-0ac66712116a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4f87825e1cbd98f3e67958072019e3b08244253 --- /dev/null +++ b/images/23bf1691-b64d-40b0-9b1d-0ac66712116a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97e0cbcdff3f8de6a55f86c2cabb1e4255dfc1e746da96a60f471c36105ed5e +size 1491229 diff --git a/images/23ca75eb-0d1a-4b0c-826e-3ac4b18a0922.jpg b/images/23ca75eb-0d1a-4b0c-826e-3ac4b18a0922.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0dde1b971818e4125c7e947a61e2b1b89f1b5ac --- /dev/null +++ b/images/23ca75eb-0d1a-4b0c-826e-3ac4b18a0922.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb4220307c4c8a80a9bfde91eb14004b42562d59cbf4dd84eb8ef4f99b327e4 +size 1663028 diff --git a/images/23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d.jpg b/images/23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a0708794fe3e16936ac15f054422f84f6880cdf --- /dev/null +++ b/images/23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c652fb9c0219364d959dba46eef2e37d406700e871ec74862650e5a55c89c +size 1865184 diff --git a/images/23d3e0ec-897f-474b-80b6-d9c85219d607.jpg b/images/23d3e0ec-897f-474b-80b6-d9c85219d607.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4447487752def95b278fd8a2112eb1a96826dfd --- /dev/null +++ b/images/23d3e0ec-897f-474b-80b6-d9c85219d607.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45e8fcff373930f90b60906925ec1b01f69afa3231d2df98dadfdf9b32a74fb +size 2644600 diff --git a/images/23d92c44-018e-49a9-848d-ca14b5eeafa1.jpg b/images/23d92c44-018e-49a9-848d-ca14b5eeafa1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6981a0b4196ee198ba14524acc2649b4509cd3ea --- /dev/null +++ b/images/23d92c44-018e-49a9-848d-ca14b5eeafa1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7419d06494b34e87bdf0af05e70bb26f260f134165c5e55955329880a61d8837 +size 2748660 diff --git a/images/23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad.jpg b/images/23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfb5e82dca767a3a85d81d640ace4682620e67df --- /dev/null +++ b/images/23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5694fb1667b172b5466518f1190c11c1b22860447169978b7c0dfeb0b70bfefd +size 1478966 diff --git a/images/23de2a5e-7011-4d31-954e-2aaaaadd9cc3.jpg b/images/23de2a5e-7011-4d31-954e-2aaaaadd9cc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..696597a985379acc7e4b6084950d82eb2f9637bf --- /dev/null +++ b/images/23de2a5e-7011-4d31-954e-2aaaaadd9cc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ba58a5ac1b312cf898f1f1dc05c9aeaefa40aea90419b0df52653a770df562 +size 2476480 diff --git a/images/23e37f8a-8199-4c38-b618-7d0c124fad75.jpg b/images/23e37f8a-8199-4c38-b618-7d0c124fad75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ac8dc9a596ed10e3301e977e6c159467dbfc312 --- /dev/null +++ b/images/23e37f8a-8199-4c38-b618-7d0c124fad75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438016f47c11bf30efbc2f868a09a600e6f7a7fb0e961f164f3fabea1d491829 +size 2484484 diff --git a/images/23faa4f4-4d6f-4f7b-a082-33672dbce90c.jpg b/images/23faa4f4-4d6f-4f7b-a082-33672dbce90c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d570ea8b061949f4950c0c16fe9e8fa08de95974 --- /dev/null +++ b/images/23faa4f4-4d6f-4f7b-a082-33672dbce90c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2cfa23b5a3177997e5511306620c2d89e2b1b71bd956137bf594d27aea802f +size 1635393 diff --git a/images/2418fb24-43bf-4794-a435-0438b1d2cf19.jpg b/images/2418fb24-43bf-4794-a435-0438b1d2cf19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..402507da887e3e889e805d32b7548a7257d00db1 --- /dev/null +++ b/images/2418fb24-43bf-4794-a435-0438b1d2cf19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bd1810cf2f02ea67fbcfe37274e032a83a419e425c7409b529cb6aedf45d08 +size 1588699 diff --git a/images/242ab6bf-1b4c-4bbe-a5c7-124696a1d457.jpg b/images/242ab6bf-1b4c-4bbe-a5c7-124696a1d457.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0688df714d54e21941b4ef88ce9ad0544256ce37 --- /dev/null +++ b/images/242ab6bf-1b4c-4bbe-a5c7-124696a1d457.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa35ad68f43de835e0c14b8f9de51487eccce4e2a7bc23827af41b1e7cff6945 +size 1532706 diff --git a/images/243ba302-ae78-44f0-acea-ed4d785a7679.jpg b/images/243ba302-ae78-44f0-acea-ed4d785a7679.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34723c5ac38612a929445966d371e1a04b9397a7 --- /dev/null +++ b/images/243ba302-ae78-44f0-acea-ed4d785a7679.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1936d0cf4df3ea115710d4e85f5619f95feb6b1780877640792cc6427fa7c29b +size 2324583 diff --git a/images/2442d2e3-d062-4898-b69a-94ba985fe617.jpg b/images/2442d2e3-d062-4898-b69a-94ba985fe617.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3390592ca7504af9194c681fe55f5444c48f7602 --- /dev/null +++ b/images/2442d2e3-d062-4898-b69a-94ba985fe617.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aafd28a6ce5cea3bfdbfbd85f30e3d2066062b1495e1600b1c25fa6c09b30e7 +size 1562203 diff --git a/images/24444218-5a14-4299-ab44-fd8e58a80e7c.jpg b/images/24444218-5a14-4299-ab44-fd8e58a80e7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf30d36428c72a2d6ac4011f4ca4412625c014d7 --- /dev/null +++ b/images/24444218-5a14-4299-ab44-fd8e58a80e7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6771e8f78be8d33811e862cd9cec6306e9fa731abe8ca805f9136cbbbd51d51 +size 1281509 diff --git a/images/244afd9d-072a-40dd-beef-20ba05479365.jpg b/images/244afd9d-072a-40dd-beef-20ba05479365.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90a029d92e5222136683569a3b01d190577205a6 --- /dev/null +++ b/images/244afd9d-072a-40dd-beef-20ba05479365.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6062f5c0a54cc00ce3c223f41c3b715370cf6e0993456492d10a592c46a8532b +size 1626899 diff --git a/images/246870f2-fc41-4a87-8df8-3b92e1f473b6.jpg b/images/246870f2-fc41-4a87-8df8-3b92e1f473b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dac1cf96e744aa9d30b7e891122698f090f0a36b --- /dev/null +++ b/images/246870f2-fc41-4a87-8df8-3b92e1f473b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cb77f868ab9ba740db124d6ff6453b9973f70c8d9b63b7dad09f9dd277d2a4 +size 1708523 diff --git a/images/247cee58-5d0f-48c1-84dd-85a024730725.jpg b/images/247cee58-5d0f-48c1-84dd-85a024730725.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd29dbbda31772f7f18a7565ba44f6ea4a4b397 --- /dev/null +++ b/images/247cee58-5d0f-48c1-84dd-85a024730725.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56150287895fb46920e452f1e1f737a8049d66f9e254694550b25053a4df6e35 +size 1221985 diff --git a/images/2481ae7b-0baf-475c-b13f-a4cc499be0d8.jpg b/images/2481ae7b-0baf-475c-b13f-a4cc499be0d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8255412ab2b048817d0869ae78757a5955de9a88 --- /dev/null +++ b/images/2481ae7b-0baf-475c-b13f-a4cc499be0d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9039742e22f307960341e3bf98add2f7f5d5c53300d27f905220b1f3fd8f1258 +size 1653255 diff --git a/images/249410d8-795d-480c-995f-9843687ee1fc.jpg b/images/249410d8-795d-480c-995f-9843687ee1fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..949af6dad77dddd281d77519a6cfae00c73a642b --- /dev/null +++ b/images/249410d8-795d-480c-995f-9843687ee1fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ed1e88ceee5fd372fe9e928a933307cb6f078828e54bc214f7c07fab0d56b5 +size 3111131 diff --git a/images/249d5ad8-d836-4729-8145-1aea44eb2e30.jpg b/images/249d5ad8-d836-4729-8145-1aea44eb2e30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ba183d8d7a0909f4f39cf91495360d9fd601fe --- /dev/null +++ b/images/249d5ad8-d836-4729-8145-1aea44eb2e30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c34e43398eb0c2714960be7d457671cb4af6639ff237876f2f70d0354eb144 +size 1114607 diff --git a/images/24a17c0e-a051-4bdf-ab72-6ce8fd278f8c.jpg b/images/24a17c0e-a051-4bdf-ab72-6ce8fd278f8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cad3610148b63b651838e190c0c70f5bcdf65c8 --- /dev/null +++ b/images/24a17c0e-a051-4bdf-ab72-6ce8fd278f8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364a2ce3c63089aa4f628c79891f21b84a9cbc91c980700d18dd9566dd29fe69 +size 1510635 diff --git a/images/24a30348-9d87-4881-a5aa-2a205d53321e.jpg b/images/24a30348-9d87-4881-a5aa-2a205d53321e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8ba4070659c348f6d555a490bc71544ddc537e3 --- /dev/null +++ b/images/24a30348-9d87-4881-a5aa-2a205d53321e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415d53f31a28b7b652947944806a70396935773f6f2c51e866a63ac8a3aa94e7 +size 1900030 diff --git a/images/24a307fd-1474-47d3-a2fd-3f1033456fc8.jpg b/images/24a307fd-1474-47d3-a2fd-3f1033456fc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df2e7978aa73b4bd766b3f00d47ec370469beba --- /dev/null +++ b/images/24a307fd-1474-47d3-a2fd-3f1033456fc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74a34c68bc2543b8c77a4fdbb02b87a75fd4016246a2795d75ca2170c806100 +size 1758095 diff --git a/images/24a380fe-6999-446e-98ca-9c792b1845e0.jpg b/images/24a380fe-6999-446e-98ca-9c792b1845e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13b7190edad572e340f838e117d4ed2393e66c3e --- /dev/null +++ b/images/24a380fe-6999-446e-98ca-9c792b1845e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db43858a497b8f7b1130d8eab8f41e9525637609e85256471087e7d68c3f3a9 +size 1635397 diff --git a/images/24a3960e-be7c-440b-abb0-97eb6f581f67.jpg b/images/24a3960e-be7c-440b-abb0-97eb6f581f67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a02ea91f3ef6ff6632443b2faff64b260ac3c6 --- /dev/null +++ b/images/24a3960e-be7c-440b-abb0-97eb6f581f67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a4c420054286976922dbb47be97011a4621a6a08b4a7edc1e44c1d03ee6cbd +size 1642577 diff --git a/images/24a3cad0-88a4-431d-a99b-1d12dae99389.jpg b/images/24a3cad0-88a4-431d-a99b-1d12dae99389.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a8fb281cc2d9c11b56f96896cede3a3d950bdcf --- /dev/null +++ b/images/24a3cad0-88a4-431d-a99b-1d12dae99389.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e11c40e52e179550cefafbef476bdca81a7d91172cf0e9b7fd287c643f1440d +size 1311289 diff --git a/images/24afd269-b4ed-4896-bc1c-6c116b8e1087.jpg b/images/24afd269-b4ed-4896-bc1c-6c116b8e1087.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7da3e8f9b27aabc08891a8d8d0557cae8ec936eb --- /dev/null +++ b/images/24afd269-b4ed-4896-bc1c-6c116b8e1087.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec21413055d47890961e812cf5f0bd7525ee6ec09a0b4d60e9a405db8879947 +size 1586490 diff --git a/images/24b2846f-4cd7-4ea2-91ce-b15c19ec2a85.jpg b/images/24b2846f-4cd7-4ea2-91ce-b15c19ec2a85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93f6e8e06e11ea19ba6bc7dc688655a7c5f6a387 --- /dev/null +++ b/images/24b2846f-4cd7-4ea2-91ce-b15c19ec2a85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19153bb22e3db0392a9172d04f7ef8e6b078575a560331e806c3de28c02fc22e +size 1378680 diff --git a/images/24c6048e-03ea-4309-808a-356968927388.jpg b/images/24c6048e-03ea-4309-808a-356968927388.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a18bf3c756e2d2e3a30ed2f1ddad255d42885599 --- /dev/null +++ b/images/24c6048e-03ea-4309-808a-356968927388.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0403f5db2b0408412343f3afce1435b898a53627afe23319957f97d0805e2d2c +size 2611295 diff --git a/images/24c98abc-2c36-4a5b-aded-9fa315b95a1e.jpg b/images/24c98abc-2c36-4a5b-aded-9fa315b95a1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d87831f6df1f3e12e769630f8dd6ae875780bd63 --- /dev/null +++ b/images/24c98abc-2c36-4a5b-aded-9fa315b95a1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7580d3e428cf78ab7d5fcee9853bc909b305853a45013bf92472882208b4ef09 +size 1947264 diff --git a/images/24d653f5-9ca3-49c4-acf1-74692c43a9f9.jpg b/images/24d653f5-9ca3-49c4-acf1-74692c43a9f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b216f4a36a419234e278c32e4f80d7ecf0f35e3a --- /dev/null +++ b/images/24d653f5-9ca3-49c4-acf1-74692c43a9f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff761ada846f8fa9ed96fb7e9449ffe3de050a584c1ffaad80c45fb6e7f0a71 +size 1403164 diff --git a/images/24dab0d7-2bc3-4c23-a266-6aeaa8284555.jpg b/images/24dab0d7-2bc3-4c23-a266-6aeaa8284555.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce5b0f6fe7e895610601fe879192e641e32339c3 --- /dev/null +++ b/images/24dab0d7-2bc3-4c23-a266-6aeaa8284555.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8208ad81b3d9ab325da134b97109ab8d628225e6f4189a1dde19c19209b25915 +size 1260797 diff --git a/images/24e50a87-554c-4d57-9b92-d623fb9f6ef5.jpg b/images/24e50a87-554c-4d57-9b92-d623fb9f6ef5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fd2b53ef86388ca2c41fb4d82096a63f1540480 --- /dev/null +++ b/images/24e50a87-554c-4d57-9b92-d623fb9f6ef5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aaff18465a4a715ea3edfdbc6ad167a67160680583dc404e4161bf28ee03cf +size 1833453 diff --git a/images/24f0f938-13a3-4c84-bfef-d29322c12728.jpg b/images/24f0f938-13a3-4c84-bfef-d29322c12728.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e47e08eb5769797db0f08dca1054c2eab085f3e2 --- /dev/null +++ b/images/24f0f938-13a3-4c84-bfef-d29322c12728.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9155eb976406a963ca9faa19790ef39099c3d31576ba82199b00b7c99cc8807 +size 1637421 diff --git a/images/24f21897-652a-4943-875f-80ab2e685f2d.jpg b/images/24f21897-652a-4943-875f-80ab2e685f2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f603dbff98fa35f3d4b6ef072b0c55604273a551 --- /dev/null +++ b/images/24f21897-652a-4943-875f-80ab2e685f2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7723d8eb01111b2a33d929457c4ff9ac2d39a2ae88012fffc9ad1ad2064b89fc +size 1212920 diff --git a/images/24f333fa-408e-4b64-bf10-2f6479644043.jpg b/images/24f333fa-408e-4b64-bf10-2f6479644043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00f044d684d717873fff9240323e80da6e3bb15a --- /dev/null +++ b/images/24f333fa-408e-4b64-bf10-2f6479644043.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ee60d39b428ffedcd8e813fce089d40b82ccb8239196f561e6b54b2af1d30b +size 1665043 diff --git a/images/24f8feb2-f750-4c31-8f3f-e3538ebb7687.jpg b/images/24f8feb2-f750-4c31-8f3f-e3538ebb7687.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce54c7baec2b17a52a84aeaa6a9faf535c449911 --- /dev/null +++ b/images/24f8feb2-f750-4c31-8f3f-e3538ebb7687.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38509a43c8022823a6f1d775cc1a6e82bf4f8072c9467f591a40514a4e79ec9a +size 1481090 diff --git a/images/24ff04f1-2885-4ce9-a9f7-d43a354bf329.jpg b/images/24ff04f1-2885-4ce9-a9f7-d43a354bf329.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04524e6cae94efd6591b7e8c9fe74373f8e02ed9 --- /dev/null +++ b/images/24ff04f1-2885-4ce9-a9f7-d43a354bf329.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172cd0bd610686a32092cf4dae0eb94eb0ed524ec624497ef7c3c497d472505f +size 1473894 diff --git a/images/250f41e4-ec56-4982-a5ef-b0adfae3d3ff.jpg b/images/250f41e4-ec56-4982-a5ef-b0adfae3d3ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6f0c3bfdc4e617b1d009f4470ad6a2de5dc51d4 --- /dev/null +++ b/images/250f41e4-ec56-4982-a5ef-b0adfae3d3ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7788d88b2d777351118fd09164cad58641cdb7f699bbca39e69d499f5ca2566e +size 1696290 diff --git a/images/251541c7-eb2a-4f4d-ab24-0b04c3b4d016.jpg b/images/251541c7-eb2a-4f4d-ab24-0b04c3b4d016.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52a1004b7a6b1d8853f2f0a8de016665eb3171cc --- /dev/null +++ b/images/251541c7-eb2a-4f4d-ab24-0b04c3b4d016.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e803771f0e09b17708b07410969119342cb7e489409db5130c5e6f5b899920 +size 1780145 diff --git a/images/251d8055-81cf-4936-a3eb-93fd738b27a5.jpg b/images/251d8055-81cf-4936-a3eb-93fd738b27a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a9f55dc92ac66283dd5eff057b2e67f19066ccb --- /dev/null +++ b/images/251d8055-81cf-4936-a3eb-93fd738b27a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ce0d2e01aa2be154e483ed70de995c2a0a332ba88c9994aaeb1c913fc09aea +size 1815853 diff --git a/images/2520a532-e557-418b-bf26-431c48d19ee5.jpg b/images/2520a532-e557-418b-bf26-431c48d19ee5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3e3872ba8028632921a520cc1a0793f471d55f2 --- /dev/null +++ b/images/2520a532-e557-418b-bf26-431c48d19ee5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c280bcd74ad2826b8e9a2f0241fd90b7acf5838fed7d96bd84a9c28454a3494 +size 1631318 diff --git a/images/25232a40-088d-4ecd-8325-8608336c643b.jpg b/images/25232a40-088d-4ecd-8325-8608336c643b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4dab01008fa84991faefe52b409476178b554ee --- /dev/null +++ b/images/25232a40-088d-4ecd-8325-8608336c643b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1ec6476740c6a6e079696a296e1a3eae75c860ebf84fd0e8e456c2107f2450 +size 1316106 diff --git a/images/25298088-15b0-440c-a583-e34bff6298df.jpg b/images/25298088-15b0-440c-a583-e34bff6298df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..914c0f78719e7db75eb6002c893f3f3ba95c0275 --- /dev/null +++ b/images/25298088-15b0-440c-a583-e34bff6298df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4b1a5c5d73ec3acb01b34c1d8ba6e9b25ee9476406611ad3bb02f428f4742a +size 2268333 diff --git a/images/252c75cd-6914-4f7d-b584-2b3b9f4191c7.jpg b/images/252c75cd-6914-4f7d-b584-2b3b9f4191c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14a36138ddea59c4ea23870ff7be996668fc9fc8 --- /dev/null +++ b/images/252c75cd-6914-4f7d-b584-2b3b9f4191c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90afa09acb9293cc349f2eeea506839ca15ec2af3ca7b057ea5f3097da7a7b6 +size 1291372 diff --git a/images/252e3eca-a244-4315-ba3e-63d16fb84692.jpg b/images/252e3eca-a244-4315-ba3e-63d16fb84692.jpg new file mode 100644 index 0000000000000000000000000000000000000000..446569d46e47f70b891840b532248b04aae3e46a --- /dev/null +++ b/images/252e3eca-a244-4315-ba3e-63d16fb84692.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dce5aaeddd3427a548f11e4da922e0895e4883993b7b34577eed4204124d56b +size 1505941 diff --git a/images/25327614-886e-4276-889d-ad54ef4051c3.jpg b/images/25327614-886e-4276-889d-ad54ef4051c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73b84706119b8dd281e259002903a395de9afce1 --- /dev/null +++ b/images/25327614-886e-4276-889d-ad54ef4051c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0781eaca753167a7b68c4a0eaed80a18a15e9fe534780a40eaa0a5004c82867f +size 1675973 diff --git a/images/25474cb4-c56f-41e3-a22c-454086cc1608.jpg b/images/25474cb4-c56f-41e3-a22c-454086cc1608.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38789592918205ec33bcea15899cc4c63aa27948 --- /dev/null +++ b/images/25474cb4-c56f-41e3-a22c-454086cc1608.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10a204aae28f88a573601ac47ed670bd9a3d6609c2829278ae4124c53181fbb +size 1227573 diff --git a/images/2549b532-0a6c-4e4a-99fb-f0329e6f864f.jpg b/images/2549b532-0a6c-4e4a-99fb-f0329e6f864f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31cb78c7cbe7c7200827a4658d6835bf8bce477b --- /dev/null +++ b/images/2549b532-0a6c-4e4a-99fb-f0329e6f864f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3623db56d0a316387bb0f7bcf5bb7784dfa2e630b48f2b404a02043a2ac93c41 +size 2350518 diff --git a/images/254a042a-b2ce-429f-9f14-c3c3e1abff42.jpg b/images/254a042a-b2ce-429f-9f14-c3c3e1abff42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb784cce592b4842cd791f46ed7582cfc270906 --- /dev/null +++ b/images/254a042a-b2ce-429f-9f14-c3c3e1abff42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b52ef77048afae772bcceb93b4b893d3542a34389ef3d876a2ebad7c9d205c +size 3202230 diff --git a/images/2551253e-4bd3-4846-abe9-1ecea2fffbe8.jpg b/images/2551253e-4bd3-4846-abe9-1ecea2fffbe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b364d051c4ede788274fa36f03b7f47d0aa70ca9 --- /dev/null +++ b/images/2551253e-4bd3-4846-abe9-1ecea2fffbe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3be9bc787ba1631fe6f2cd63f77406beea4cd57077ec26304a596dadb22472 +size 1532744 diff --git a/images/255b7a38-0508-49c0-933c-a79d8516df0f.jpg b/images/255b7a38-0508-49c0-933c-a79d8516df0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4b1ac4759945d736305ad50c5e4562c56c8a3ef --- /dev/null +++ b/images/255b7a38-0508-49c0-933c-a79d8516df0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2b0dfc3742f53e40ed89618cb9bdb90ba75011a3dfdb4af988125e1a024428 +size 1521591 diff --git a/images/255efd16-9048-4e0e-a24e-3581e53e2344.jpg b/images/255efd16-9048-4e0e-a24e-3581e53e2344.jpg new file mode 100644 index 0000000000000000000000000000000000000000..212a1d55f4cc9497b35b6ead8b2115f93b6da6c7 --- /dev/null +++ b/images/255efd16-9048-4e0e-a24e-3581e53e2344.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b732527984d17c4b9f1471abfb89705db15cb89b3bd1d66f39dd841fec67bdfc +size 1739393 diff --git a/images/2561316a-26d6-49fe-844c-134d6972e7ea.jpg b/images/2561316a-26d6-49fe-844c-134d6972e7ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b56af84daf5c9c4f2a0cd0fefc71f9fb0b4c5f2a --- /dev/null +++ b/images/2561316a-26d6-49fe-844c-134d6972e7ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714f1abaec4bda81624987d502ba67d47db52499580e2a5bacd566f6f5b24905 +size 1672484 diff --git a/images/2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389.jpg b/images/2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d802fb9505558823c53e56bf7f685daab92d6533 --- /dev/null +++ b/images/2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712a0caf54ba0ab207bf41ab100b55b1277ed271c0ec6b0fb14c7b5a4482e25d +size 2179232 diff --git a/images/256c9f98-66f3-4906-af8a-61c88bb1dea1.jpg b/images/256c9f98-66f3-4906-af8a-61c88bb1dea1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a468d459cba4232e306e5cfa6ad98f403cb3ef9a --- /dev/null +++ b/images/256c9f98-66f3-4906-af8a-61c88bb1dea1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7d89efd8d9c531665978c791b11b430c4b4e89b3e0e0a0109dfe1484930221 +size 3561257 diff --git a/images/256fba71-ecc8-4d6d-8d5f-83e4658a1601.jpg b/images/256fba71-ecc8-4d6d-8d5f-83e4658a1601.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9d94b883f8b1ad3d1e10276361312bcd413e7df --- /dev/null +++ b/images/256fba71-ecc8-4d6d-8d5f-83e4658a1601.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e21f4623b5ef86c60c3df7f9cceec7098ae4c00950a211b7038d963f2974c40 +size 1148627 diff --git a/images/257d5fe3-cbad-41e1-8e14-77f19b627a16.jpg b/images/257d5fe3-cbad-41e1-8e14-77f19b627a16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45dafd6449402f222a61c698f34758835a8d40f2 --- /dev/null +++ b/images/257d5fe3-cbad-41e1-8e14-77f19b627a16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea4825963676e689d84c25999db7baf1568ca6a79f832aee5f39a8adf6a09d7 +size 2519599 diff --git a/images/25905720-f18a-46e7-ac64-bf56923340e2.jpg b/images/25905720-f18a-46e7-ac64-bf56923340e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80ecf64ce074587ca95978101b49f990c560daed --- /dev/null +++ b/images/25905720-f18a-46e7-ac64-bf56923340e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278d63cbd5d8d2497d510489310e9adb02b37f589f4faa9cd9fa2fe400511576 +size 1810746 diff --git a/images/259e4519-e851-4277-8a11-4b7ed427bd8d.jpg b/images/259e4519-e851-4277-8a11-4b7ed427bd8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25333af5ba38202cbaa4916f1f98c3cef4a0a9b9 --- /dev/null +++ b/images/259e4519-e851-4277-8a11-4b7ed427bd8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d8818e4fa8f5f098141dd2036bb9487b71b5bed6781cf2dc6bac9812502cc4 +size 1649693 diff --git a/images/25a23463-6942-423b-942e-0950b9187f21.jpg b/images/25a23463-6942-423b-942e-0950b9187f21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44a981ce44f04bcb563e235436faf3631aa7891d --- /dev/null +++ b/images/25a23463-6942-423b-942e-0950b9187f21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646d22ae6fd6eafb7daafe53df32858d6af91a5c45acbae52855ddb7b78aa041 +size 1686100 diff --git a/images/25ba97ef-d9d1-4270-bd1b-4016286f9054.jpg b/images/25ba97ef-d9d1-4270-bd1b-4016286f9054.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22c6b7dd285a769c8bc97cbb6c60c5bedf1fee2a --- /dev/null +++ b/images/25ba97ef-d9d1-4270-bd1b-4016286f9054.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366547396bd34d7c6899c5b038ef1111923b5ff17cbf5b22ccb46720bc396794 +size 1762737 diff --git a/images/25c4ddfe-6d43-415e-866d-bab7ddad7112.jpg b/images/25c4ddfe-6d43-415e-866d-bab7ddad7112.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c56e6b88c764b40281b6777537a231b377c181b9 --- /dev/null +++ b/images/25c4ddfe-6d43-415e-866d-bab7ddad7112.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309874d9173b51c993c6dbd4b4cab1c695e0f71d14466b17259885c9c187fa72 +size 2045613 diff --git a/images/25d22a98-bb08-40b3-ba6b-0591eb1d324a.jpg b/images/25d22a98-bb08-40b3-ba6b-0591eb1d324a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cdecfe1d45ffed0128895d01ed0c3934f52d42c --- /dev/null +++ b/images/25d22a98-bb08-40b3-ba6b-0591eb1d324a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2c884d1097796c4570ec84a3368e7c2caf62e0eb861cfde62dacbf94367007 +size 1429053 diff --git a/images/25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6.jpg b/images/25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8472a9f8188952e029fb6bcb56fe21d08a8586b9 --- /dev/null +++ b/images/25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6414c625a6c7856bdd501a59df95eede1fb9c90e89c391fe652b3ea9890e50 +size 1668760 diff --git a/images/25dbc754-7cac-4eda-8c5e-064a9f8561ab.jpg b/images/25dbc754-7cac-4eda-8c5e-064a9f8561ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca556a582251d8e55cc36192189fdd65dc145efe --- /dev/null +++ b/images/25dbc754-7cac-4eda-8c5e-064a9f8561ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3e6c1e59991648460125109fe8753db86ada43088d0c8aaddadf2b77d82f83 +size 1545487 diff --git a/images/25e2d244-adef-4bb8-89d8-e6beee9dd5dc.jpg b/images/25e2d244-adef-4bb8-89d8-e6beee9dd5dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ff6a716111ca5fe731fa6144238b21f036a6d1 --- /dev/null +++ b/images/25e2d244-adef-4bb8-89d8-e6beee9dd5dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e98d7efbfa464e145f475fbe6a2695a5b267b8a17e663e757830433fa842faa +size 1899726 diff --git a/images/25e2d2e1-133d-492b-9345-a6cb11c1f0da.jpg b/images/25e2d2e1-133d-492b-9345-a6cb11c1f0da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39060f3fa3857b8a0fa7843d4301b583e0b07d15 --- /dev/null +++ b/images/25e2d2e1-133d-492b-9345-a6cb11c1f0da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a271c2398a25d6b4c7fb017142b27f755192231dad9ac3054e02f994a9c49ca +size 1855106 diff --git a/images/25e2effe-72b0-422c-ab75-049b79f6711b.jpg b/images/25e2effe-72b0-422c-ab75-049b79f6711b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..216be02b774c88a468f120974612db03a66617e5 --- /dev/null +++ b/images/25e2effe-72b0-422c-ab75-049b79f6711b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84724050883b2181db2ce98208693e5f7860c40ff114b4ee6b0b339701b79e3 +size 1309714 diff --git a/images/25e3bbb9-c3cd-4cfb-9deb-0a2267496098.jpg b/images/25e3bbb9-c3cd-4cfb-9deb-0a2267496098.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba4e23f859888c8593fe8fd3bb4f49d58e3b1721 --- /dev/null +++ b/images/25e3bbb9-c3cd-4cfb-9deb-0a2267496098.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b65a5504f8dbfffaf4fb2a424898fe399a29fe1ba423d18e3bf564043a6043 +size 2525727 diff --git a/images/25f6ce39-7056-49a5-9f2b-a847bd8cb92b.jpg b/images/25f6ce39-7056-49a5-9f2b-a847bd8cb92b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e563d2eee46cbee05f2177f3e9afc62aa0266efc --- /dev/null +++ b/images/25f6ce39-7056-49a5-9f2b-a847bd8cb92b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d802c0fb4b8c678446177b603629f53522160117ec3d1a7bffe0497923ca8a +size 1462593 diff --git a/images/25fb93b3-476b-4534-9b4a-84a97e6dd5a5.jpg b/images/25fb93b3-476b-4534-9b4a-84a97e6dd5a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e6af7f9427f7fcc9f71866c7474373f75549326 --- /dev/null +++ b/images/25fb93b3-476b-4534-9b4a-84a97e6dd5a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cfab4c3c1618956c1cce2487e193917349fc78e157cd8fd44df71af67d0b87 +size 1204802 diff --git a/images/25fc5e2a-5a45-402c-9cd8-87fb1afdc8de.jpg b/images/25fc5e2a-5a45-402c-9cd8-87fb1afdc8de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36a10239986760d66ff2b346dc08e1c2021a3ac1 --- /dev/null +++ b/images/25fc5e2a-5a45-402c-9cd8-87fb1afdc8de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ea1b734ec5499dffcc488d39d8fba9dd1458efd1c338db2bae54349c48f41f +size 1463391 diff --git a/images/2619eac5-43ed-4903-8d40-98683f9e771c.jpg b/images/2619eac5-43ed-4903-8d40-98683f9e771c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51bcf90ed126dc28ca063d2192f3a4fa92041fdf --- /dev/null +++ b/images/2619eac5-43ed-4903-8d40-98683f9e771c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f295057b9bce1ce65f4ce68af9c2a001aaa7da0603823b1681111da64791d50e +size 2522161 diff --git a/images/261a7f11-64aa-4090-85d9-5757588d965b.jpg b/images/261a7f11-64aa-4090-85d9-5757588d965b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1d382c63989506520b04e1076a3db7b72e106ea --- /dev/null +++ b/images/261a7f11-64aa-4090-85d9-5757588d965b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5ea5a4816799135c2109391de25d4b2555c754af13e8aef0ebd373f068ddb9 +size 1478945 diff --git a/images/261c39e9-1555-4cab-ac14-d34ef273b8a0.jpg b/images/261c39e9-1555-4cab-ac14-d34ef273b8a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ded5e0dda2d9ecb75bdf0acbca3d9bad9b3e269f --- /dev/null +++ b/images/261c39e9-1555-4cab-ac14-d34ef273b8a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a948bbeaad66b0051c11205fc84c8fac0cb59418b1cf31513b4d9804b6b7c91 +size 1765994 diff --git a/images/261da30a-3104-49f2-979f-656bf1b3a94b.jpg b/images/261da30a-3104-49f2-979f-656bf1b3a94b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..445f2a7d52e07583e313abed83a9293f0242f322 --- /dev/null +++ b/images/261da30a-3104-49f2-979f-656bf1b3a94b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a42b09d11dc3603fe035e195f3e87ea8a2b743547ec54958b931915076e3d53 +size 1784357 diff --git a/images/262012cd-091d-4f74-b6e4-02485597c5a2.jpg b/images/262012cd-091d-4f74-b6e4-02485597c5a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d39ae36f680816486a44c7fe584f01079411387 --- /dev/null +++ b/images/262012cd-091d-4f74-b6e4-02485597c5a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e5d9b778f080403b12a3738fb13de8f4c1e19e5761039d7e2b416d9c248eb6 +size 1672087 diff --git a/images/26264f47-7db5-444d-9279-7404e3000d21.jpg b/images/26264f47-7db5-444d-9279-7404e3000d21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..245b2818f38e612be323f9534883599dd059ddf8 --- /dev/null +++ b/images/26264f47-7db5-444d-9279-7404e3000d21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d37e41f80c828c391df786fe9e679154476756bac837c2fc19101111769797 +size 2486550 diff --git a/images/26279268-c978-472c-989f-10682ae20eca.jpg b/images/26279268-c978-472c-989f-10682ae20eca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87ef58a267110c7423f41eb3612a28170f6b3b08 --- /dev/null +++ b/images/26279268-c978-472c-989f-10682ae20eca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80005cb8adc7a33c7f7b132fc86f2b46a1a1c5b940ec903de5d6724e8a859083 +size 1771811 diff --git a/images/2632775c-ed05-4d72-b6d6-eb8beddbb943.jpg b/images/2632775c-ed05-4d72-b6d6-eb8beddbb943.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b51ab0538f4ff2e9ca4273d247d9a6a1ab2ec94a --- /dev/null +++ b/images/2632775c-ed05-4d72-b6d6-eb8beddbb943.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4953128b92d7d35e5c84f385302332ed7641d7a1d0ec5f8dbeccf4c137f571f3 +size 1844246 diff --git a/images/2644c583-5fa7-4636-8bbb-d978a3ecc4d8.jpg b/images/2644c583-5fa7-4636-8bbb-d978a3ecc4d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb255b4fe283ffba1b2afcc3526f96547d4aa4ab --- /dev/null +++ b/images/2644c583-5fa7-4636-8bbb-d978a3ecc4d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1b46d6bd6010a2b7c842681880c2e580d82b700b8fcb80db7981abc0fbdc91 +size 1790664 diff --git a/images/2649fb66-174a-4e49-adfc-9db52115b8e9.jpg b/images/2649fb66-174a-4e49-adfc-9db52115b8e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..758608778635c8a2ac50560ade81914fa534c908 --- /dev/null +++ b/images/2649fb66-174a-4e49-adfc-9db52115b8e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1d4715d4dcf98ba21b95ff8615a82d14ed889b81565ba82fa72071dabeb190 +size 1602716 diff --git a/images/265e123d-45c4-4e46-9816-0cbc834288ad.jpg b/images/265e123d-45c4-4e46-9816-0cbc834288ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df7989539fe82e17c9cd911293b295a449982834 --- /dev/null +++ b/images/265e123d-45c4-4e46-9816-0cbc834288ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10674f4d0ed4889949b3c31af9d05f4ac3ea766aeca024b42e1e820a5f080ae8 +size 1287009 diff --git a/images/2660918e-e640-450b-80d2-50115adf2c0f.jpg b/images/2660918e-e640-450b-80d2-50115adf2c0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc8726d45c4c3212a9a59026a27d79f5f99445d2 --- /dev/null +++ b/images/2660918e-e640-450b-80d2-50115adf2c0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53da3cd93811dad00eb815ffb50ffb8b3852c6216eeb310fe47051dc2d87cca +size 1733658 diff --git a/images/2664af3a-0291-40c3-8210-5d150614b987.jpg b/images/2664af3a-0291-40c3-8210-5d150614b987.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03e21c9c5afa397c569fd11cc22e902d05e5c0cc --- /dev/null +++ b/images/2664af3a-0291-40c3-8210-5d150614b987.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28a1838148fcae76831f1de417c08f8b2ce5561718fcd40587f7a7a000c1073 +size 1342365 diff --git a/images/2669d1ad-304b-4f86-8b23-06dd7c73da0c.jpg b/images/2669d1ad-304b-4f86-8b23-06dd7c73da0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5527ccf324cd83afd8730362fc954d970138160b --- /dev/null +++ b/images/2669d1ad-304b-4f86-8b23-06dd7c73da0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720b77c15631b297410396e71620ef66f60e82444c18a84cd66a1626ec18b732 +size 1688029 diff --git a/images/266c4436-376a-4cef-939d-e39fe95da15b.jpg b/images/266c4436-376a-4cef-939d-e39fe95da15b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94b6b5af76e379c09ed19bce9e5e8dcbffdb7329 --- /dev/null +++ b/images/266c4436-376a-4cef-939d-e39fe95da15b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24c9d5da63ec13d85240333336d9a115f142d7d57071c5457c05541f67b28fe +size 1734021 diff --git a/images/267d8a69-886e-478e-8e6a-b4ef8bd2a111.jpg b/images/267d8a69-886e-478e-8e6a-b4ef8bd2a111.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7ab3a92bc184607f4a4fd5fba7250b86771e66a --- /dev/null +++ b/images/267d8a69-886e-478e-8e6a-b4ef8bd2a111.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27675c4c8d3016de930f37699ad1f4cca6dd482ea85a0fa23d6e7e7931aa4e95 +size 1523742 diff --git a/images/26852e52-66b7-4d97-993c-2ea2f180c9e9.jpg b/images/26852e52-66b7-4d97-993c-2ea2f180c9e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b5f2747189cbf814e1cb35ac24389183f1867c --- /dev/null +++ b/images/26852e52-66b7-4d97-993c-2ea2f180c9e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde802df0d09890ec47b674d6cf29d62bb80e38c9addc28917587df4bd33631f +size 2301658 diff --git a/images/2685bc64-b8b5-4846-b3d3-651e43178085.jpg b/images/2685bc64-b8b5-4846-b3d3-651e43178085.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddd229c27909029abe9585ff589c2552a828cf9d --- /dev/null +++ b/images/2685bc64-b8b5-4846-b3d3-651e43178085.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4adc5159ade3c563ab6fdb5a0ab4a38619c147ee6da3b322216ced6c876800 +size 2233801 diff --git a/images/2685e2e3-824a-4fc6-b517-052d070e81df.jpg b/images/2685e2e3-824a-4fc6-b517-052d070e81df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bbb6a60d2a2acea6c5f47880a08e281036e118d --- /dev/null +++ b/images/2685e2e3-824a-4fc6-b517-052d070e81df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8689bca5d3d447f5e12bf739e5c5122fd869a18e989292040f563ea90901ac5 +size 1500226 diff --git a/images/2687c83b-b751-4518-9b27-82fcb82f2e8f.jpg b/images/2687c83b-b751-4518-9b27-82fcb82f2e8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dbac5d6b3eba852dc6a7b0854f37b83a868b7b6 --- /dev/null +++ b/images/2687c83b-b751-4518-9b27-82fcb82f2e8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8df9a4fee8fb554460ab32614d93c485670dd4c280b99043224febc18176a7 +size 2381472 diff --git a/images/26917b1d-368c-43a0-b245-1acf50cfdd76.jpg b/images/26917b1d-368c-43a0-b245-1acf50cfdd76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe232cfa28093c37ac847bfac5abbe6876f9eff2 --- /dev/null +++ b/images/26917b1d-368c-43a0-b245-1acf50cfdd76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f046b1be9bdba89b0cd2f6c480d09ecd6955d86725b13e4ea53c16952bfc2f7b +size 2214576 diff --git a/images/26945893-0686-4245-87cd-788286a6b2f0.jpg b/images/26945893-0686-4245-87cd-788286a6b2f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..687f78e2ee401a08102b22c840b76a09f203e69a --- /dev/null +++ b/images/26945893-0686-4245-87cd-788286a6b2f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dda06159716e2f400d8a649324d97438d984223dbd27a8d0679b570352f2ca2 +size 1870707 diff --git a/images/2697caa6-303a-46e1-a373-23eb249168b0.jpg b/images/2697caa6-303a-46e1-a373-23eb249168b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b38ea95aed8b94cab67d8ea9c6539a6833915f30 --- /dev/null +++ b/images/2697caa6-303a-46e1-a373-23eb249168b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301246f6aa6a15889217726c10f4533a0b14e7c10c45e1b9c7c09623eeed0362 +size 1670108 diff --git a/images/26980444-33ed-4e6e-9a01-27343ce5b5bd.jpg b/images/26980444-33ed-4e6e-9a01-27343ce5b5bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de5ed8e482ef6a3fcfca2cc11550adc7958b9a88 --- /dev/null +++ b/images/26980444-33ed-4e6e-9a01-27343ce5b5bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b6df2c9b916063753721731c3942232c850869627a97fde32e7c9aae7c4210 +size 1357967 diff --git a/images/269bcb47-62d6-403f-b638-74936127516b.jpg b/images/269bcb47-62d6-403f-b638-74936127516b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e775010a9716b5f9d237e5b477881faa2a548572 --- /dev/null +++ b/images/269bcb47-62d6-403f-b638-74936127516b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09b517761fe0868a39dd43bd093ea298f7b56ac7ac0d2c9f7b37c873eb8813f +size 1462780 diff --git a/images/269e239c-796a-4271-b63c-16304a0c697b.jpg b/images/269e239c-796a-4271-b63c-16304a0c697b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc96d310af12c7a5deeef69033ca6361f5ff4f79 --- /dev/null +++ b/images/269e239c-796a-4271-b63c-16304a0c697b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dcfc12c4163a18fac07c0ea96c0dc85384b7765ec4972bcf0eb99a4747f19c +size 1492966 diff --git a/images/26a61fee-62c3-4e88-98ac-1de94ff833b3.jpg b/images/26a61fee-62c3-4e88-98ac-1de94ff833b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1cc0018463151c50c2287b8b392b996b8e00612 --- /dev/null +++ b/images/26a61fee-62c3-4e88-98ac-1de94ff833b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ef1ceffe9e274332c3af80ba075daf292020ff57eebfc52dfcb592a03fe4c6 +size 1580030 diff --git a/images/26b49bb1-1ca8-4275-b111-0122ad45aeca.jpg b/images/26b49bb1-1ca8-4275-b111-0122ad45aeca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af33ddb0d0d98c703775eb485b92e72ee71f20b8 --- /dev/null +++ b/images/26b49bb1-1ca8-4275-b111-0122ad45aeca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4f4b152d1765884973dc490f6d9479a4cf1541abd7804bd5167b2c945c6d95 +size 2035183 diff --git a/images/26c0a878-023c-4d91-8504-940cfc9c9296.jpg b/images/26c0a878-023c-4d91-8504-940cfc9c9296.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97754f75043c87e81db43cae4a87956a68226d60 --- /dev/null +++ b/images/26c0a878-023c-4d91-8504-940cfc9c9296.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9e524761f0d17ad1f7009d2fb6e313c7e790ba39066b4618ab28ec2182a9e1 +size 2465736 diff --git a/images/26c67f0a-328d-40e9-a331-e3cce033a6ba.jpg b/images/26c67f0a-328d-40e9-a331-e3cce033a6ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf320d5161ea23c93367fe7f36ca08d17d573eb9 --- /dev/null +++ b/images/26c67f0a-328d-40e9-a331-e3cce033a6ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a4a08728eaec43d51d72cfd96d7d42835260555e6c1394058a45a20eba0a42 +size 2026106 diff --git a/images/26d533f4-ce6c-427f-a5a5-0ba8284ebcf3.jpg b/images/26d533f4-ce6c-427f-a5a5-0ba8284ebcf3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2338b06bbe2fc680c5566a8eece85937fae729e9 --- /dev/null +++ b/images/26d533f4-ce6c-427f-a5a5-0ba8284ebcf3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f9ad5125ab82c2ecf9a11180f3b0cc7727cd23742696d4e1eb95dca5404dd8 +size 1961423 diff --git a/images/26df66c3-12e3-4472-b372-2d88794bbe29.jpg b/images/26df66c3-12e3-4472-b372-2d88794bbe29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd1ad7207af69d2a45dc02b0c4665467c51a01f1 --- /dev/null +++ b/images/26df66c3-12e3-4472-b372-2d88794bbe29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7485fe42ff7d27170a6f5f764b37fdadb518698f603bb1af819ff239c5234ed +size 1439634 diff --git a/images/26e5a85b-7b4e-431a-afaf-05f3896ce856.jpg b/images/26e5a85b-7b4e-431a-afaf-05f3896ce856.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0961f2f4a13f2891b3f83cc7bda8b1b6819d962c --- /dev/null +++ b/images/26e5a85b-7b4e-431a-afaf-05f3896ce856.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ad584544c24cd7ab6760a32a7d9530059f28affb941e7c6f6302d32f0f0bfd +size 2352689 diff --git a/images/26ecd1c3-9b57-48a0-8c00-a539d530142d.jpg b/images/26ecd1c3-9b57-48a0-8c00-a539d530142d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6108cc93dafdccf17fec359885dc773e35a69db --- /dev/null +++ b/images/26ecd1c3-9b57-48a0-8c00-a539d530142d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5e15e8129fc96e3b8ee99d6cc52bcccc450e1472c49879329a51898ed5c647 +size 1584403 diff --git a/images/26ed8b92-b7c0-407a-86f8-ee15e050b565.jpg b/images/26ed8b92-b7c0-407a-86f8-ee15e050b565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8837ec1268cf93329cff5d300a86a2f3ff871dd --- /dev/null +++ b/images/26ed8b92-b7c0-407a-86f8-ee15e050b565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9cac1e5b0a57777b0092f2ea3a16ceac57ee51e4f4e37acd3b5281319a7a1c +size 1079439 diff --git a/images/26fa0118-8a2f-4006-a7eb-e498efd0254f.jpg b/images/26fa0118-8a2f-4006-a7eb-e498efd0254f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf8c0f431a8b7c362985eab734cb608ff1a87f18 --- /dev/null +++ b/images/26fa0118-8a2f-4006-a7eb-e498efd0254f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c92958934e4162d8df49bb60b870fe7128cff975d1203f9ba19e2b31939122 +size 1503884 diff --git a/images/26ff99ee-761a-474a-ad2b-cdb26d43ee81.jpg b/images/26ff99ee-761a-474a-ad2b-cdb26d43ee81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aecce8a06d477ebddd7ca3df967dda7c39a3f37b --- /dev/null +++ b/images/26ff99ee-761a-474a-ad2b-cdb26d43ee81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565a67f53e3d6451674fb00ed4c4a81c74075c140517196240b88367c2d1ff6 +size 1444728 diff --git a/images/2700a53e-f544-4aa9-8ae4-2a70927cb411.jpg b/images/2700a53e-f544-4aa9-8ae4-2a70927cb411.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df85e74f0b8ceb91c5db9331dd86ca3915d4ef98 --- /dev/null +++ b/images/2700a53e-f544-4aa9-8ae4-2a70927cb411.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1782d896fe44802cb709efe4d4ba352c4981ded02c0aa39b3e62fe5acb98bfff +size 1497225 diff --git a/images/2700b335-8889-485c-9002-85f13ccc79dc.jpg b/images/2700b335-8889-485c-9002-85f13ccc79dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cca65a7a7c8d3fd210737ab5c27814bde222024d --- /dev/null +++ b/images/2700b335-8889-485c-9002-85f13ccc79dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c0cd963de0a367780847bb42fd3fe736a431dd7d5504559eb5b53c1f9f5626 +size 2071376 diff --git a/images/27149229-f729-41a8-a755-24a5134e9abe.jpg b/images/27149229-f729-41a8-a755-24a5134e9abe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0e21748c9525726af705ab614b1df88ae45f82b --- /dev/null +++ b/images/27149229-f729-41a8-a755-24a5134e9abe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389c99e75bb8ff6dea8f1fea61f2142b96a450e8ba9fcc6a9146501c3a26632c +size 1261106 diff --git a/images/2715be20-95e1-4af8-9a71-287517884376.jpg b/images/2715be20-95e1-4af8-9a71-287517884376.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6d846394d6596687007d714949ff880bb66f4b6 --- /dev/null +++ b/images/2715be20-95e1-4af8-9a71-287517884376.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25e2760a52c6112cb65894fcf0c5dddaf82f2cffa01c4ee9ebf52f3a0385b5a +size 1460903 diff --git a/images/271dd7f0-6be9-4c18-b596-b1596c0e8d49.jpg b/images/271dd7f0-6be9-4c18-b596-b1596c0e8d49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e277492e1d877f9f4b8117454fed0752f137b89 --- /dev/null +++ b/images/271dd7f0-6be9-4c18-b596-b1596c0e8d49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944f087fa625c9c3a3614e8aaf14250130085146de1fb4d2f1af7316c901eaaa +size 1618954 diff --git a/images/2729f365-7b29-4d8e-9a14-ee844228091e.jpg b/images/2729f365-7b29-4d8e-9a14-ee844228091e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4091ba858e6b7348e93b0b5eaf3772503008e828 --- /dev/null +++ b/images/2729f365-7b29-4d8e-9a14-ee844228091e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa7c98059d7c78d5adfeca86aabb0be1b160d3c4c8c14a8acd5346b352faccf +size 1509309 diff --git a/images/272f508a-7fea-4cbf-9216-42b92ca3bc7c.jpg b/images/272f508a-7fea-4cbf-9216-42b92ca3bc7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8db9d14ff1d0fe9d4fee4fa74ea3e98188af482d --- /dev/null +++ b/images/272f508a-7fea-4cbf-9216-42b92ca3bc7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2059174242d0474f512f36affe3a18b641701465dbb76a36e3e59a9580b06f4 +size 1388998 diff --git a/images/27344a05-23ec-4c0d-9030-c1f22a1fa89d.jpg b/images/27344a05-23ec-4c0d-9030-c1f22a1fa89d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b1804c7eef59d359b132302abf87d18f346bf9a --- /dev/null +++ b/images/27344a05-23ec-4c0d-9030-c1f22a1fa89d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38c302e0393032f3ddeda15d8e1c3ecf625543d2d1796cd5429f4fe814a07a8 +size 1877736 diff --git a/images/2741d403-6f12-46e7-8b63-90e011575c71.jpg b/images/2741d403-6f12-46e7-8b63-90e011575c71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19ae89e9148a049a3598527f7b41c6b5cab1f32f --- /dev/null +++ b/images/2741d403-6f12-46e7-8b63-90e011575c71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beebb3cf531a63fe6549f82dcbc8a9ac971203f8822f5c12573cefc407fc888a +size 1758495 diff --git a/images/276329c6-d2b6-403d-88b4-66df7aaedab0.jpg b/images/276329c6-d2b6-403d-88b4-66df7aaedab0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b2aed8f49e463cf3910cdbf6836c55ca38b1e92 --- /dev/null +++ b/images/276329c6-d2b6-403d-88b4-66df7aaedab0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c356caec949575e7fe6dd7497d407b5b18bb7e6ec524365362f5654f8f511cde +size 2132826 diff --git a/images/277a06c0-2b55-4a9a-bb72-540d4bd87c45.jpg b/images/277a06c0-2b55-4a9a-bb72-540d4bd87c45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3139bbea9b3ad25bec6a97863d3af6307c7d13fa --- /dev/null +++ b/images/277a06c0-2b55-4a9a-bb72-540d4bd87c45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f120c1289045b3c3ac3ca6600a1e5e4422edac4a1ba81bc57f32fbf4a9b07b +size 1492582 diff --git a/images/277b17b2-6bc9-4786-8725-89727b16f528.jpg b/images/277b17b2-6bc9-4786-8725-89727b16f528.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0989ab7eeb8d38774b961ccd617576a2b41dcb92 --- /dev/null +++ b/images/277b17b2-6bc9-4786-8725-89727b16f528.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa83ee20cb7f6653a99ece33dad5d6c5b252f0b5d98cced7475f887050218d27 +size 2571504 diff --git a/images/277d11ce-82e7-47fb-b3c2-abb0c9e7bad3.jpg b/images/277d11ce-82e7-47fb-b3c2-abb0c9e7bad3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e54159d3d5323104b51ccf612f86e3073165499 --- /dev/null +++ b/images/277d11ce-82e7-47fb-b3c2-abb0c9e7bad3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9ac523892483e4d46c36b54cfc3ffa929e7afa388700270d5df4af2efe82cc +size 2309878 diff --git a/images/2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22.jpg b/images/2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eca3d8d3a36d79a31f067945c72df635dbf2aee9 --- /dev/null +++ b/images/2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36025357f1646c3ba5ee1c58fc652e0de2c8c082f15031257b9a70ccef3de5bc +size 1543566 diff --git a/images/27a00e2e-10d7-4079-9e06-8c38bc5da913.jpg b/images/27a00e2e-10d7-4079-9e06-8c38bc5da913.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df080497141da59759192bbf68c88f3caf176eed --- /dev/null +++ b/images/27a00e2e-10d7-4079-9e06-8c38bc5da913.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25092b0461e7ce820a1c7e948bab6d5834c1ea2baecbaf3dadf94e4a31fb72db +size 1486313 diff --git a/images/27aa2def-71dc-46e4-ad28-b2130e26e9d1.jpg b/images/27aa2def-71dc-46e4-ad28-b2130e26e9d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07676a3a63c33978067c37fd35e5e96033383e24 --- /dev/null +++ b/images/27aa2def-71dc-46e4-ad28-b2130e26e9d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ba5bbc4569fad617a7236cab7fb813cb702ca290cf613718fccdc535132be9 +size 2112743 diff --git a/images/27b68f53-c388-4273-8d24-7322765cafe4.jpg b/images/27b68f53-c388-4273-8d24-7322765cafe4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..254ddb1cfafb1ea4cae2e1653ba19e9bbaee1f78 --- /dev/null +++ b/images/27b68f53-c388-4273-8d24-7322765cafe4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a5a7ea63c6b2f80a112063e29c674a6561c714f0fd9f8c8a8005b8916a5325 +size 1552532 diff --git a/images/27b72866-9b09-4412-bec6-c13c87e7c168.jpg b/images/27b72866-9b09-4412-bec6-c13c87e7c168.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3601cd74e6c08db3a763aeb55cd9e536418fb279 --- /dev/null +++ b/images/27b72866-9b09-4412-bec6-c13c87e7c168.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec8f68df04484fe52bcde1ec0b0116b7d69ea44b16b1c054205f8aeca366a61 +size 1657314 diff --git a/images/27c25955-0f9f-49c6-a71a-623f172209ed.jpg b/images/27c25955-0f9f-49c6-a71a-623f172209ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57fc98c79aa90538259055f8dae04a1b77de4616 --- /dev/null +++ b/images/27c25955-0f9f-49c6-a71a-623f172209ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b820732a9fd608bc2828249b1e02e77a20de59174372dfd2285936472cf3150 +size 1330172 diff --git a/images/27c9da91-6413-4a4b-9b44-68a46a1519f2.jpg b/images/27c9da91-6413-4a4b-9b44-68a46a1519f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8e41b53ebde6142227cf87f7b9e35fd4b758d27 --- /dev/null +++ b/images/27c9da91-6413-4a4b-9b44-68a46a1519f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a793c6bf713a29aa1d238414276bb8be014f3063c22c32e377885ac5f1947c +size 1704425 diff --git a/images/27cefccc-303d-4b79-b78f-f0a7f4934f55.jpg b/images/27cefccc-303d-4b79-b78f-f0a7f4934f55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd64d8703d38903b53e665cbbd80c084859f1c2 --- /dev/null +++ b/images/27cefccc-303d-4b79-b78f-f0a7f4934f55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcccbe2a7afe628bea1e93c717096bf79f40a22d6a5900b54ad2af1eabdbe43 +size 1973746 diff --git a/images/27d30e25-09a1-4a96-be79-880c70c2b36b.jpg b/images/27d30e25-09a1-4a96-be79-880c70c2b36b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44925408a04d6f24ccbb1600a666d2ad742964b6 --- /dev/null +++ b/images/27d30e25-09a1-4a96-be79-880c70c2b36b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a6456edf4cdef8dd9067461aed267dfcfcbdc37aab26b4e0abcef98f468c5e +size 1512784 diff --git a/images/27e2ce70-6c5a-4b36-9201-1f4097e3b9c0.jpg b/images/27e2ce70-6c5a-4b36-9201-1f4097e3b9c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28719d0d9dda449f8e43f6dcb57287b0c3067388 --- /dev/null +++ b/images/27e2ce70-6c5a-4b36-9201-1f4097e3b9c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c925297a95885895bb118899c3ba8cfc7370136f092690b39997723e25e0fc8 +size 1289797 diff --git a/images/27e78bb5-9fe6-4cd7-ace7-dca175c5c665.jpg b/images/27e78bb5-9fe6-4cd7-ace7-dca175c5c665.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b27567acc1b9bcc8c495214dafa3eb2aa2abb4b2 --- /dev/null +++ b/images/27e78bb5-9fe6-4cd7-ace7-dca175c5c665.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07de6ecce3322b72a50ed94e41a6172119b5e642aa3a91c19b0b5cf24cd6467 +size 1655074 diff --git a/images/27ea58a3-c599-4c98-82a0-276f0cf5b485.jpg b/images/27ea58a3-c599-4c98-82a0-276f0cf5b485.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd3488de31e0a9671a2ff20584368a717dfb6111 --- /dev/null +++ b/images/27ea58a3-c599-4c98-82a0-276f0cf5b485.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4291ebc76758b473a977d6303e8d0e6f7d9b7a424efb0dedc0bd6e026c6c472b +size 1668414 diff --git a/images/27f444b9-4fc8-444d-869b-97717a09ed87.jpg b/images/27f444b9-4fc8-444d-869b-97717a09ed87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b61330cc9b7822a2c25e78dc2ccdb633f7f9d7a --- /dev/null +++ b/images/27f444b9-4fc8-444d-869b-97717a09ed87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bc0200b21e16db61f4e8c563f9ecb0af949948fe9a8c78fdaa80b779cf5713 +size 1539080 diff --git a/images/27fd241a-cbe9-436b-ba56-ca3db1bd89dc.jpg b/images/27fd241a-cbe9-436b-ba56-ca3db1bd89dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c93fc9e765f77edbdc45e642052241a250ae5c3 --- /dev/null +++ b/images/27fd241a-cbe9-436b-ba56-ca3db1bd89dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb5539ee9615f4e4720f6ce26a194976a0d66588f09c528fc2751eed6d0b925 +size 1376836 diff --git a/images/28050305-37a9-4216-bb27-2a74a0e10520.jpg b/images/28050305-37a9-4216-bb27-2a74a0e10520.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12089461d892d69218ec1e26f08a4c2bde6e7cc8 --- /dev/null +++ b/images/28050305-37a9-4216-bb27-2a74a0e10520.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beb0cd44677041c6d9ca8d4183c1934a737f0e7ee066fb02a53621644bf0e97 +size 1525373 diff --git a/images/28075597-674b-4650-a0b2-511d1d1f56fc.jpg b/images/28075597-674b-4650-a0b2-511d1d1f56fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..288a84641a22a6e719050d34a906a3a848aa5e58 --- /dev/null +++ b/images/28075597-674b-4650-a0b2-511d1d1f56fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f793015d01fefafb0d0fa65fa9ed706e7981121aa9bae1ac619aeba37b579b26 +size 1715194 diff --git a/images/280aae9a-6a0e-4961-a900-3bf87d5f7372.jpg b/images/280aae9a-6a0e-4961-a900-3bf87d5f7372.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0901b73e268c385003e068bea2576cea769f150 --- /dev/null +++ b/images/280aae9a-6a0e-4961-a900-3bf87d5f7372.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a3cba4d006db086d96d8cb6da9f10d1f7a956766ed256ae8cc05a2c2d30fdf +size 1434408 diff --git a/images/283b6da2-cff2-404b-b368-f4e9347fd93c.jpg b/images/283b6da2-cff2-404b-b368-f4e9347fd93c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f63ec56b37da89c2d445341759e1966c8bf47ece --- /dev/null +++ b/images/283b6da2-cff2-404b-b368-f4e9347fd93c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f837e4d4c9ce3aa430e2675db69e56ffd05912046c2d2f24da7eff21a7ea6f84 +size 1603920 diff --git a/images/2841ec52-a1c8-4b41-80e6-9a48533a3383.jpg b/images/2841ec52-a1c8-4b41-80e6-9a48533a3383.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bc40c42b94d59d68e6cd5d6c0e8077d13004219 --- /dev/null +++ b/images/2841ec52-a1c8-4b41-80e6-9a48533a3383.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f8063baa1d9d4bbce900debc7c6960fe22f0da127ab59edb46e8ebab0d59bc +size 1425058 diff --git a/images/284e2c08-4330-41e5-aa42-7a55b251b86d.jpg b/images/284e2c08-4330-41e5-aa42-7a55b251b86d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b93e164250ea69ae4a56e30f56a1f47dbc79417 --- /dev/null +++ b/images/284e2c08-4330-41e5-aa42-7a55b251b86d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20136f0aec902f703c7769c4c4ee561e04ff9c6142bf4b2649b4ddcf2d83ba4d +size 2445310 diff --git a/images/285b5439-b7b4-429d-a231-87fd08bc64ec.jpg b/images/285b5439-b7b4-429d-a231-87fd08bc64ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9161669b3805f98d689e7481b84111ab3e591d9c --- /dev/null +++ b/images/285b5439-b7b4-429d-a231-87fd08bc64ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1bfcb490dc76962c80c590d23c877ee3e027eb6601c0a31199cfcfb1f9c4b4 +size 1509728 diff --git a/images/28657521-07ef-45ae-80c7-f75df4281d82.jpg b/images/28657521-07ef-45ae-80c7-f75df4281d82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84fc52d01c8f8817506f2b80f84dbe57cd94d2df --- /dev/null +++ b/images/28657521-07ef-45ae-80c7-f75df4281d82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ba8c8b72e90617ac3e392b38ca115f8077c8a2ed950c4d57b2b5131f0bcc2f +size 1590354 diff --git a/images/286c3277-ea44-4788-b8ee-ace2df9baf87.jpg b/images/286c3277-ea44-4788-b8ee-ace2df9baf87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3258cdff204815aac30c49b06e77b5685e74053 --- /dev/null +++ b/images/286c3277-ea44-4788-b8ee-ace2df9baf87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bf083022b838b24a1f953f2abca03e2dae759c97ca125480388382b648e173 +size 1770562 diff --git a/images/287098c4-e879-4deb-ad82-674aede61fb8.jpg b/images/287098c4-e879-4deb-ad82-674aede61fb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5aedd8dfac85bdf8ff8751bf139bfacab4b6c813 --- /dev/null +++ b/images/287098c4-e879-4deb-ad82-674aede61fb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a50225120339b80d4d1219a54618e667ba68f0304f6f3497ac3c74d3be35ee +size 2518404 diff --git a/images/2874a49b-620e-4c05-96f0-61a79d43d980.jpg b/images/2874a49b-620e-4c05-96f0-61a79d43d980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..265e721ebb5f83db88a640591c14bd1920f146b7 --- /dev/null +++ b/images/2874a49b-620e-4c05-96f0-61a79d43d980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b9a822a181ebec590cd18edc76ec02a41fb7dee31ba9932309073a8d41d4c9 +size 1500536 diff --git a/images/2876d409-30d6-4bc6-a390-98f530c0a8ef.jpg b/images/2876d409-30d6-4bc6-a390-98f530c0a8ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd1f3807d6d8f059a13a31cb127fb5dfe722eb75 --- /dev/null +++ b/images/2876d409-30d6-4bc6-a390-98f530c0a8ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f749d99297c092e312e642c1628470aa429e9bac305c62befe9a2883ff78e5 +size 2232995 diff --git a/images/287b6543-85ba-4a60-8c50-ec6f9a6c82b3.jpg b/images/287b6543-85ba-4a60-8c50-ec6f9a6c82b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59bfaaade0f53f20da2625d9b6af2211f115cbfa --- /dev/null +++ b/images/287b6543-85ba-4a60-8c50-ec6f9a6c82b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc35df1fde2599fb91d096befe5d9da46af9d0cf43e8ddbd650a7ca4d668978 +size 1440351 diff --git a/images/287b900d-1c2e-41b5-9f67-619caa6b4226.jpg b/images/287b900d-1c2e-41b5-9f67-619caa6b4226.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a81b09ff9136385ff4beeedb4101f2372d3317b --- /dev/null +++ b/images/287b900d-1c2e-41b5-9f67-619caa6b4226.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f607f8ce53b20b912e45c75ed6e8f55689f81f1486529fb147fec09964d1f452 +size 1292206 diff --git a/images/2886004b-36e1-49b4-b4c5-6103aaaca25d.jpg b/images/2886004b-36e1-49b4-b4c5-6103aaaca25d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ab4465c4ae7d815347bfc6f15d97f954004a7c2 --- /dev/null +++ b/images/2886004b-36e1-49b4-b4c5-6103aaaca25d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a5d486b4240f9a023f8c2683a748a49c508211345cff0c260224f66d05cfc6 +size 1587303 diff --git a/images/2886cdc3-71fd-40e9-9db4-bae9eb10c1a5.jpg b/images/2886cdc3-71fd-40e9-9db4-bae9eb10c1a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c95289cfc1e035ee36b4134aa231aa11a5a123f --- /dev/null +++ b/images/2886cdc3-71fd-40e9-9db4-bae9eb10c1a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6a8c194cad484c8782ef5c70285192dc218b8ba3e8634bae152891ac3f8195 +size 2423758 diff --git a/images/2894dce7-a9b0-4ad8-a5ca-a049b7231599.jpg b/images/2894dce7-a9b0-4ad8-a5ca-a049b7231599.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b5e332028e10691cf522056252fc91577bf2160 --- /dev/null +++ b/images/2894dce7-a9b0-4ad8-a5ca-a049b7231599.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0257c208d101263a0c5b9674ce31fd4ad694204db11e21b733461250ccbd51 +size 3246202 diff --git a/images/28a5bc9b-a4d6-4cd0-9486-e8f5132c8384.jpg b/images/28a5bc9b-a4d6-4cd0-9486-e8f5132c8384.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1991ca2cc6fd997bf8a1dae4986a28282029b626 --- /dev/null +++ b/images/28a5bc9b-a4d6-4cd0-9486-e8f5132c8384.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29502e8bab7dc01a60c8c827d8568fa05784522cd4b2a37e7c1d4ab0a7c4e550 +size 1634909 diff --git a/images/28a7a7af-b502-4409-9628-d4fe47d08e2f.jpg b/images/28a7a7af-b502-4409-9628-d4fe47d08e2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..202ff358a539051b3bfd85ced3fb2c7299fc11c4 --- /dev/null +++ b/images/28a7a7af-b502-4409-9628-d4fe47d08e2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c066f93c53b15f3a09d72d51b964921174fef6f4cb49841b6642f03918f9e546 +size 3305950 diff --git a/images/28b8729e-cc1f-4b79-8f59-caa50d6b6e63.jpg b/images/28b8729e-cc1f-4b79-8f59-caa50d6b6e63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28a2b0993b165517d36680031f6dfcf118f4b55d --- /dev/null +++ b/images/28b8729e-cc1f-4b79-8f59-caa50d6b6e63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cc57386cd7c482b561bf0671356a5a4e9873ecedc2184691d2423e904f9c9a +size 1283681 diff --git a/images/28ba56c9-c052-4489-a576-b82f462156c6.jpg b/images/28ba56c9-c052-4489-a576-b82f462156c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48bde366a66527639e50690db453f855c1ba655b --- /dev/null +++ b/images/28ba56c9-c052-4489-a576-b82f462156c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061d517012d32e22e6850498b3ccbb8696dc3510d2e9b7bd8192011174651ae1 +size 3087485 diff --git a/images/28c21c88-79ee-4e88-afeb-6477227e8a18.jpg b/images/28c21c88-79ee-4e88-afeb-6477227e8a18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6fdddb4b6c117dd2d8c86a30f09cc60fdb424b8 --- /dev/null +++ b/images/28c21c88-79ee-4e88-afeb-6477227e8a18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e3e37a73d2c254e2a97ca9fd8014263c90f1ad42f3faa6642ab8c58f8ec6cd +size 1581095 diff --git a/images/28cc249f-af07-495a-9ed4-e5f19beb56fd.jpg b/images/28cc249f-af07-495a-9ed4-e5f19beb56fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44709383bd22e5771e183a57678797003490c754 --- /dev/null +++ b/images/28cc249f-af07-495a-9ed4-e5f19beb56fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1726cbecce66205ebcb3e00de115cbeffa25c0ad3f4e5ef4e96dad85dcb85394 +size 1788966 diff --git a/images/28cf1080-a6fd-48fa-a717-0690e30916e0.jpg b/images/28cf1080-a6fd-48fa-a717-0690e30916e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bba8b630b233b7110c0ff65ddeb79b8c3f24f3a --- /dev/null +++ b/images/28cf1080-a6fd-48fa-a717-0690e30916e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7927d5775f85bd9fafa09cd08fff9bb8bd1744072d8a8053fea40b95ebdf8e6c +size 1807593 diff --git a/images/28d4b992-546b-4f25-8af3-ecbc4727f5b0.jpg b/images/28d4b992-546b-4f25-8af3-ecbc4727f5b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..933a90bc8dfe7655674118db7485cd70118ffde5 --- /dev/null +++ b/images/28d4b992-546b-4f25-8af3-ecbc4727f5b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554e2339270fdb5ebf716b1cd65bdb15d7a8fbadbec760872fa4c25a708945bf +size 1482842 diff --git a/images/28e5de7e-d7b1-4802-8b71-9d6387f516c7.jpg b/images/28e5de7e-d7b1-4802-8b71-9d6387f516c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8891290a7cc78dbdd5a776a43e9db6b79afb5fd6 --- /dev/null +++ b/images/28e5de7e-d7b1-4802-8b71-9d6387f516c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfeb91e727f25257b751bc311955cc59aa1b972b66840b8a18e5768ea03459e +size 1867066 diff --git a/images/28eb5ab4-c286-4fbc-af9a-47b37af7377a.jpg b/images/28eb5ab4-c286-4fbc-af9a-47b37af7377a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1d6053efc8c5e27ed55d7eb9fb46791f11a5437 --- /dev/null +++ b/images/28eb5ab4-c286-4fbc-af9a-47b37af7377a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d87e6c2ee7f73d0649ba20ffe58d0befe25cf49a2152f37037826584a8d37c +size 1245494 diff --git a/images/28ec9488-fb1d-452a-be08-5492c2e7f415.jpg b/images/28ec9488-fb1d-452a-be08-5492c2e7f415.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be2c26c714206803a5d1985edbc81d3709340c0e --- /dev/null +++ b/images/28ec9488-fb1d-452a-be08-5492c2e7f415.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafe6992b1a159a3dc03fa50f6856d375005ce273d0fb0c64f11ea67cd1303c6 +size 1620618 diff --git a/images/28ede5ca-f010-4350-a622-ce1f6741f41f.jpg b/images/28ede5ca-f010-4350-a622-ce1f6741f41f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0617bcb3d08a3d9ae955a36dcbaee4106968061b --- /dev/null +++ b/images/28ede5ca-f010-4350-a622-ce1f6741f41f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8c91bb8efb01d766987a7c02d9406e56780ef8b6fbf1d5e0f82b58af21b7bd +size 2304081 diff --git a/images/28ef4589-90a4-4687-9bd9-7c9f4d1b117e.jpg b/images/28ef4589-90a4-4687-9bd9-7c9f4d1b117e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a24b380f8b6337a21cecf3f0c7647ac3b372811 --- /dev/null +++ b/images/28ef4589-90a4-4687-9bd9-7c9f4d1b117e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82aa0bf7cd99fb75b5552c106775800135f6c774cb6e1769bb1c266d7084ffae +size 1439454 diff --git a/images/28f4999f-8422-4e9d-9e75-e0499da3fd3e.jpg b/images/28f4999f-8422-4e9d-9e75-e0499da3fd3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2482885d49fb0a135481c97728e68adc9217896 --- /dev/null +++ b/images/28f4999f-8422-4e9d-9e75-e0499da3fd3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827ef235b6f5fc2dc9b226b12edc59faf6384cc1a0562eca8482201f4d7d537c +size 1313366 diff --git a/images/28f5b08d-8a7f-4614-9a9c-0278d1e943a8.jpg b/images/28f5b08d-8a7f-4614-9a9c-0278d1e943a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f0e48b1c8542579d0375ffda6116082dc4bc1bc --- /dev/null +++ b/images/28f5b08d-8a7f-4614-9a9c-0278d1e943a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8082d7b633af9d09535ea8dcbc0fbff6e510bd5d4b58aa0d9d3a1fca87e0a5b6 +size 1320862 diff --git a/images/28fc4408-83ec-45e8-ad1d-0343f8dcb063.jpg b/images/28fc4408-83ec-45e8-ad1d-0343f8dcb063.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c41bcd044effe52e23e3801dbfc600a169808cd --- /dev/null +++ b/images/28fc4408-83ec-45e8-ad1d-0343f8dcb063.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca06c685253f137344732918b7504ed767b9c9116651f7ebcaca261c2caeef81 +size 1190397 diff --git a/images/2902e1ed-c65d-457c-8c19-111ee3ba6374.jpg b/images/2902e1ed-c65d-457c-8c19-111ee3ba6374.jpg new file mode 100644 index 0000000000000000000000000000000000000000..783c3d530cc17632baf064147205542ba97cda01 --- /dev/null +++ b/images/2902e1ed-c65d-457c-8c19-111ee3ba6374.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507f0fd7eeca4802610881c758f75e06eed9e3c92e3dd633cb3d3d913b7ae582 +size 1302499 diff --git a/images/290b934f-4f51-4a06-b537-945374819133.jpg b/images/290b934f-4f51-4a06-b537-945374819133.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7f983f89a222a74fa1501e6cd06696bdb6ee9de --- /dev/null +++ b/images/290b934f-4f51-4a06-b537-945374819133.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0541dbb0c54bf5836a6d7bc982799475b86f6f1ca417376743a0b13c245740a0 +size 1603639 diff --git a/images/290d68eb-281d-4afe-b122-ccf253e533b6.jpg b/images/290d68eb-281d-4afe-b122-ccf253e533b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c097afbac99fed9ddb626b42f7402c9d5204b2e5 --- /dev/null +++ b/images/290d68eb-281d-4afe-b122-ccf253e533b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd0d0f4d9eb24771d35fe33fc811039ec69b157d46256101327d54b6f496612 +size 2376924 diff --git a/images/2914ff53-e183-4ece-bc8b-41cf37059fce.jpg b/images/2914ff53-e183-4ece-bc8b-41cf37059fce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c06baf7a2981db24c7b457637240534389b4359 --- /dev/null +++ b/images/2914ff53-e183-4ece-bc8b-41cf37059fce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0524cf3a12ee4a38a65e5f6d5bffcba759b63af02a01b1fda619c85103debb51 +size 1489169 diff --git a/images/291c3554-3be3-46ec-8878-49a71cc40ac7.jpg b/images/291c3554-3be3-46ec-8878-49a71cc40ac7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b9b6fafc004cce225d2c2b67aee89112e75fa09 --- /dev/null +++ b/images/291c3554-3be3-46ec-8878-49a71cc40ac7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64900fe6e7aad5be4cfaa6acadcf01612ee9212ac30d2c05704f3f262d48e16f +size 1200111 diff --git a/images/291f260f-a7ec-4071-b0f2-fb15d671a8a1.jpg b/images/291f260f-a7ec-4071-b0f2-fb15d671a8a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abce9dcf9dfd995429b9ee07f5cd311e5eea0c87 --- /dev/null +++ b/images/291f260f-a7ec-4071-b0f2-fb15d671a8a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e110b9e2aaa402b6c1aa4af0df4ae6089c6175be34671d97773ff9c876f843b +size 1483320 diff --git a/images/292491af-2a01-4e90-877f-4da2cc0f80da.jpg b/images/292491af-2a01-4e90-877f-4da2cc0f80da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..439438c37b3546890822554f636718717d604911 --- /dev/null +++ b/images/292491af-2a01-4e90-877f-4da2cc0f80da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53607ea76a34c757d7bf4951827e137cda7520d74caca830ae56dfd258bd11fa +size 2419251 diff --git a/images/293598f5-f6ce-4335-b145-8dd8f538450f.jpg b/images/293598f5-f6ce-4335-b145-8dd8f538450f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f09130fe586e12014d71a049788826755b8e417 --- /dev/null +++ b/images/293598f5-f6ce-4335-b145-8dd8f538450f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5212a631b545e05b209f66cbc8d85d065f73b62a1ff8db34f33326808101e6 +size 1745631 diff --git a/images/29373b47-e6f6-43cb-bfbd-f72e56c4916f.jpg b/images/29373b47-e6f6-43cb-bfbd-f72e56c4916f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c412767657da21309c22a240ba75a345faf1c50d --- /dev/null +++ b/images/29373b47-e6f6-43cb-bfbd-f72e56c4916f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffbcca3e574a7c06950912fb4fa69e60ee7e7f560a994f291442b26613befd47 +size 1598080 diff --git a/images/293ef36a-81e0-4ee3-9490-d57a85e762e5.jpg b/images/293ef36a-81e0-4ee3-9490-d57a85e762e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d90ff1f8edeba640bf5566cd91c67aa729e0e2 --- /dev/null +++ b/images/293ef36a-81e0-4ee3-9490-d57a85e762e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966d1af43519c3c51cb6c91fccfa7fef7123a186500fa121a324c516f5423980 +size 1170501 diff --git a/images/2957c094-8278-40cd-8a91-50b5945e1c9a.jpg b/images/2957c094-8278-40cd-8a91-50b5945e1c9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c3e2147a06af700e704d7c4c307b1463d795a5f --- /dev/null +++ b/images/2957c094-8278-40cd-8a91-50b5945e1c9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60d65369fe869c704ee9d6ccb72d45e2b4403d7ccd27ef9ab5437d004f9ad4e +size 1449808 diff --git a/images/295f7259-fdfa-4d05-b86b-fbc119615f23.jpg b/images/295f7259-fdfa-4d05-b86b-fbc119615f23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470d3050ecf344d32e7842c171c35ffb3a6d250d --- /dev/null +++ b/images/295f7259-fdfa-4d05-b86b-fbc119615f23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb9f6d3aa3eb4c9efcf9913835e24b7d55e63e8e790014279ee7d964a386534 +size 2503829 diff --git a/images/29633209-2ee9-41c8-9896-843078c95078.jpg b/images/29633209-2ee9-41c8-9896-843078c95078.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99f00c09def147a6aa49686ab1145d525fdb432a --- /dev/null +++ b/images/29633209-2ee9-41c8-9896-843078c95078.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728519d5b26559649e9d102d50473e904caf3d85fe784c2d76abff44ce2dd361 +size 1584148 diff --git a/images/296e7f2b-f4c9-4ee5-bd30-51069631af8b.jpg b/images/296e7f2b-f4c9-4ee5-bd30-51069631af8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4bc2ee415fd02c18e13e3b848e1ff6818aeb2fd --- /dev/null +++ b/images/296e7f2b-f4c9-4ee5-bd30-51069631af8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85907de558cc0b800fc3797bae9ca553835bb3bc9594cddc71866d1d8ac5dde4 +size 2406376 diff --git a/images/29711d19-aa7d-4e37-983b-98264b87d796.jpg b/images/29711d19-aa7d-4e37-983b-98264b87d796.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a36ed33e2f018205be50a048f56b57c15222d43d --- /dev/null +++ b/images/29711d19-aa7d-4e37-983b-98264b87d796.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6eda0f38293b31cf66e10b1b7653bc2095593b9de18ac83352c0923fe74bd15 +size 1677403 diff --git a/images/29790016-4c3e-47e4-aeae-467960f2e123.jpg b/images/29790016-4c3e-47e4-aeae-467960f2e123.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e74e662aee1d1d8fad748e7873b84aae0e49eae --- /dev/null +++ b/images/29790016-4c3e-47e4-aeae-467960f2e123.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccc0d3d0db13571a83c759734e295c7936123644bfb4336a93683970ff26bd8 +size 1527672 diff --git a/images/297a0e1a-0689-42b1-bc9c-13acf26285ce.jpg b/images/297a0e1a-0689-42b1-bc9c-13acf26285ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99ec933e0fac5bce38b572901d87262dd7b78703 --- /dev/null +++ b/images/297a0e1a-0689-42b1-bc9c-13acf26285ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc17c543ed89a3331607c301c9146f9d58f7c90808b3d8a063d9e9ff3537f1d +size 1460793 diff --git a/images/297ec1e4-e823-4f81-9479-1c9d5c2768b8.jpg b/images/297ec1e4-e823-4f81-9479-1c9d5c2768b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83d4d9c827693f2084651b022078d7c5620641df --- /dev/null +++ b/images/297ec1e4-e823-4f81-9479-1c9d5c2768b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb00204bc78a350b42ddfc8257e51bc260b0b19090665c17f0917cf3183fc159 +size 1700341 diff --git a/images/29878555-cd60-4878-aebc-61ea94e63794.jpg b/images/29878555-cd60-4878-aebc-61ea94e63794.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f297a135cf59a530d2e287d4bf734435faa15078 --- /dev/null +++ b/images/29878555-cd60-4878-aebc-61ea94e63794.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d42b243573c688e4c39fdcefc95693aa356655f17e6582c7c8b0a4c2d3364 +size 1474134 diff --git a/images/298839c2-6e6b-4600-a626-85b675f968fd.jpg b/images/298839c2-6e6b-4600-a626-85b675f968fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..279623ee7aa4b633b63d54cfeda692160ae2bd8a --- /dev/null +++ b/images/298839c2-6e6b-4600-a626-85b675f968fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb07971f286ff08a5424b6d1147fc6cdaf767b0f8504f1a5394c938dbae8ee3 +size 1696451 diff --git a/images/29907b67-1b86-43ac-9678-e38034dfb23b.jpg b/images/29907b67-1b86-43ac-9678-e38034dfb23b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cd6698b3fbaba0c86105b1224d24faab9572fad --- /dev/null +++ b/images/29907b67-1b86-43ac-9678-e38034dfb23b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c9351bdb5760355f7bc96d257b9cc89ffadfa95b798bdc78850f086ca0cf21 +size 1409573 diff --git a/images/29ab2c1f-7d77-4110-b058-16f5d1dd7ae3.jpg b/images/29ab2c1f-7d77-4110-b058-16f5d1dd7ae3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b555b7e59b8a9dafb3ccf47f23071c9f904ca676 --- /dev/null +++ b/images/29ab2c1f-7d77-4110-b058-16f5d1dd7ae3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df949874c5e8e0fdd15693c64a269306f7f9a5bc929cdf2edc978fbfc28293bc +size 1538361 diff --git a/images/29ade6e8-2153-4c16-bd42-4eeb4bf3488b.jpg b/images/29ade6e8-2153-4c16-bd42-4eeb4bf3488b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a445cd9ff9e3dc4e79d2a8bbe15772b097f3ed3 --- /dev/null +++ b/images/29ade6e8-2153-4c16-bd42-4eeb4bf3488b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bda6a8c5aad83e63321e93fb65dc99b5f510d1845d15aee29575c40e3c09f9d +size 1311906 diff --git a/images/29b136bc-4013-46ce-8c74-f442ecc9d02e.jpg b/images/29b136bc-4013-46ce-8c74-f442ecc9d02e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f46f38a12295db24f5c805c15be97d4767347b2 --- /dev/null +++ b/images/29b136bc-4013-46ce-8c74-f442ecc9d02e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6917063d27d7f84f74d56f51573d26b32b2055623cabae1e537649275aa98a1 +size 2503583 diff --git a/images/29b1993e-ad14-4526-a02b-2991e4d96f29.jpg b/images/29b1993e-ad14-4526-a02b-2991e4d96f29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..daefd63766c060d147cf2996515d65353fd73cb0 --- /dev/null +++ b/images/29b1993e-ad14-4526-a02b-2991e4d96f29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ab4e998fd83a65c54c03793097dd9de8abcafa214553df9725f051fa3d264d +size 1741627 diff --git a/images/29bc56df-7483-47bc-a7ee-b69f92bec758.jpg b/images/29bc56df-7483-47bc-a7ee-b69f92bec758.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d90fe594bfb93bd6420fc3687bbebd2cf9999f9 --- /dev/null +++ b/images/29bc56df-7483-47bc-a7ee-b69f92bec758.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cc4e730e00b0bfbb4f031c481229fa6155ac94889841c8ff2cc7b77fa8a000 +size 1264356 diff --git a/images/29be635a-3e77-4ad5-bd83-4190b265a61d.jpg b/images/29be635a-3e77-4ad5-bd83-4190b265a61d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33bb39cd04cad397a207fd3a141b9eeb8380ff38 --- /dev/null +++ b/images/29be635a-3e77-4ad5-bd83-4190b265a61d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d29499306170cead34d69fc3410715b665c3ed84bd002819189d9fb29b0534 +size 1750180 diff --git a/images/29ca824c-b409-4edd-ba7d-9b98dc2e5977.jpg b/images/29ca824c-b409-4edd-ba7d-9b98dc2e5977.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffed660f253fe503ee2a621e264f26759b8ea493 --- /dev/null +++ b/images/29ca824c-b409-4edd-ba7d-9b98dc2e5977.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a46b71906a3b35b8ad3f39852008b69198ba6b9c0d3df756eaac0de2c24de8 +size 1579526 diff --git a/images/29e4f3fa-dba5-47b9-a2d1-4f33e962d339.jpg b/images/29e4f3fa-dba5-47b9-a2d1-4f33e962d339.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96df75dd46dd43c341ae6a5eda87f9c051a7b409 --- /dev/null +++ b/images/29e4f3fa-dba5-47b9-a2d1-4f33e962d339.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376b9e96e49cc483b838d32e5341deed7e9e7ca9219e01adf876abdc368d2a89 +size 1430421 diff --git a/images/29e6946f-110c-480c-803f-293ce32682c8.jpg b/images/29e6946f-110c-480c-803f-293ce32682c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1b802755f6b6b6a71b00856c5042aaa49ae3aab --- /dev/null +++ b/images/29e6946f-110c-480c-803f-293ce32682c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cb4fe2442787ce67295aa4128b4ee25808a23b948744cf04cdcd5fe8e0395d +size 1597767 diff --git a/images/29f0e028-2c70-494c-b115-ea41c11c5770.jpg b/images/29f0e028-2c70-494c-b115-ea41c11c5770.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ece34aab2c35d949c3d37a3be1413f652e4589f --- /dev/null +++ b/images/29f0e028-2c70-494c-b115-ea41c11c5770.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211d1f83f295e5b4b88d0777d7c17d92d721f61e8a4875a85d93c164ca2fb772 +size 2078696 diff --git a/images/29f2cfbd-782a-4a31-bf8e-00d767d087e3.jpg b/images/29f2cfbd-782a-4a31-bf8e-00d767d087e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a533c6ea8d157639c707e4b0dc5a6e5db771d6c --- /dev/null +++ b/images/29f2cfbd-782a-4a31-bf8e-00d767d087e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47794d09c9e74213135aeab9a5e2d0c39f777e020f848af3e1d67ae0e88a2b8e +size 1583574 diff --git a/images/29f571a7-1670-4860-9de4-0e8c734a4207.jpg b/images/29f571a7-1670-4860-9de4-0e8c734a4207.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df03b2fd6bc0c3aba4721994b6edba6141da3b7f --- /dev/null +++ b/images/29f571a7-1670-4860-9de4-0e8c734a4207.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0eede19ce250d05c400835141da26cfbcc6ddb4faba675428db5c733486eb6c +size 1379590 diff --git a/images/29fff9d0-ded6-4738-b9b7-33c5dcf53bb6.jpg b/images/29fff9d0-ded6-4738-b9b7-33c5dcf53bb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1280b8c63732da68d3933862827e08d13c4116ca --- /dev/null +++ b/images/29fff9d0-ded6-4738-b9b7-33c5dcf53bb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea9511db950fc0c7a3ba5874fc246947fd20217a863b63507bfa6992995e1e7 +size 1897860 diff --git a/images/2a0886f8-00e2-4f5f-8c51-c7c8bf196130.jpg b/images/2a0886f8-00e2-4f5f-8c51-c7c8bf196130.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7fab9b1f04e3590359c92915ccf6ca0cc2937fc --- /dev/null +++ b/images/2a0886f8-00e2-4f5f-8c51-c7c8bf196130.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798c716b2cd15a73fe39aca9b1544bd3fb11a4c459556b54c2553f5fdb4d2758 +size 1473701 diff --git a/images/2a110709-cc09-4bf7-b76a-9b3a7a8086c3.jpg b/images/2a110709-cc09-4bf7-b76a-9b3a7a8086c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b49be8b6bd86ebb211df804f1d6989efec970bba --- /dev/null +++ b/images/2a110709-cc09-4bf7-b76a-9b3a7a8086c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78a94e3ec66cf061aff84bfe889531a01f9966aa2a5203cfa5658a7d4cb8610 +size 1196294 diff --git a/images/2a197be3-e421-47a3-8a6d-524b219a9936.jpg b/images/2a197be3-e421-47a3-8a6d-524b219a9936.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55306249f0d8eac328a8582e2dca674d94280c42 --- /dev/null +++ b/images/2a197be3-e421-47a3-8a6d-524b219a9936.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9301f269b5df40c83d167544033df63f79ac9132b2bb6b21943a51b1bc75724 +size 1696001 diff --git a/images/2a1e8aaa-59e3-485e-a10c-40d7f390cc19.jpg b/images/2a1e8aaa-59e3-485e-a10c-40d7f390cc19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1efe8adeee8c48644af96251702e9397c09669a1 --- /dev/null +++ b/images/2a1e8aaa-59e3-485e-a10c-40d7f390cc19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c496d1fb8c8039501abb527e206966a6faa88a63cc2e734cece4e1d73c2128 +size 1355454 diff --git a/images/2a1f767b-688f-4752-88bb-b8d5518fd366.jpg b/images/2a1f767b-688f-4752-88bb-b8d5518fd366.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b4afd629f38f4b44e2d0db86c258386c5527a37 --- /dev/null +++ b/images/2a1f767b-688f-4752-88bb-b8d5518fd366.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5680e8defe80393f3c8bd317f261bb5b4e3874d6e97ab7e396a2681d8b899b +size 3066796 diff --git a/images/2a31a4d0-c215-413b-a0e3-9f1fa81e67fc.jpg b/images/2a31a4d0-c215-413b-a0e3-9f1fa81e67fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5be529e0d3687b2aaa6f2ea6a7cfd4b457d4a675 --- /dev/null +++ b/images/2a31a4d0-c215-413b-a0e3-9f1fa81e67fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e66d8474e3e82ed09930b937fa2d0e40fdbc22e763318c7322e8b1b5857c2e +size 1190776 diff --git a/images/2a351212-3cc5-4ac1-a495-b809528df563.jpg b/images/2a351212-3cc5-4ac1-a495-b809528df563.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b63df2c6bc6bb8ec1617adf7349ab4085f1e088 --- /dev/null +++ b/images/2a351212-3cc5-4ac1-a495-b809528df563.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acfd62c1d1e106a135f883342ec9f3c8fc7317cdebb5a3a191d142cdabbc680 +size 1405929 diff --git a/images/2a4624ae-d5e1-4e49-9ca5-48c088c571a3.jpg b/images/2a4624ae-d5e1-4e49-9ca5-48c088c571a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a04d294ff27594e7c4acb136690924d9f80eb37d --- /dev/null +++ b/images/2a4624ae-d5e1-4e49-9ca5-48c088c571a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0153c47962351e192a465117233df4a70776ad04cd4533043c67bd83f6b04e3 +size 1584061 diff --git a/images/2a56c754-7ce6-42b6-ba7c-269b9f54cfd2.jpg b/images/2a56c754-7ce6-42b6-ba7c-269b9f54cfd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b2a144754a5eab6ffa9ba3281a25acf0df2405f --- /dev/null +++ b/images/2a56c754-7ce6-42b6-ba7c-269b9f54cfd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c8f0bf7db4e0931e21088aab027dcbf7af98d2a2abf77e104a5b4377d50711 +size 2198550 diff --git a/images/2a5dd029-5f42-4990-b40d-4c5fc1500f5e.jpg b/images/2a5dd029-5f42-4990-b40d-4c5fc1500f5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a73b7c43d6832762264a00567989c2442fbfd4cb --- /dev/null +++ b/images/2a5dd029-5f42-4990-b40d-4c5fc1500f5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d31102ec283bb3ccf46cea7eb2f14fada792b0ba1069617b54f02366401ff3e +size 1798726 diff --git a/images/2a64b227-4e65-4480-9c18-0fa9ccced8f3.jpg b/images/2a64b227-4e65-4480-9c18-0fa9ccced8f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60993391c14f2e117bf29d7e39d69e5131439300 --- /dev/null +++ b/images/2a64b227-4e65-4480-9c18-0fa9ccced8f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d9c770502375ec1b5cb044d3387c36c6ee0667e798b30ca7e0f4e4eac2a075 +size 1664668 diff --git a/images/2a725562-d28c-4564-b301-0407e747a510.jpg b/images/2a725562-d28c-4564-b301-0407e747a510.jpg new file mode 100644 index 0000000000000000000000000000000000000000..050765da0bc39a190d903980c2d0b62d8944a8d9 --- /dev/null +++ b/images/2a725562-d28c-4564-b301-0407e747a510.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4569c908bef92f92ce81fdd17c399ef0c5679fc66eb7e84ec64bd4e5f84d4af5 +size 1442870 diff --git a/images/2a857a97-9c23-420a-8b7e-e0d8397459f4.jpg b/images/2a857a97-9c23-420a-8b7e-e0d8397459f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0c79b70eac04e64bcb1788ae442f774905179ac --- /dev/null +++ b/images/2a857a97-9c23-420a-8b7e-e0d8397459f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9023494c93e0beec00ac02e5e4818dc45d9cada9e29fc9411a499557f5245da1 +size 1825453 diff --git a/images/2a995623-9ccd-4828-a718-e6900017937f.jpg b/images/2a995623-9ccd-4828-a718-e6900017937f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61e184ce82bb302211f436c21e50a276d361eff5 --- /dev/null +++ b/images/2a995623-9ccd-4828-a718-e6900017937f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff8b86f59570d222478b844397566543df4f51dd0c8398a93e01c44139f4d7c +size 1377335 diff --git a/images/2a9d80db-d9c4-4554-b546-4bdb14d29ef2.jpg b/images/2a9d80db-d9c4-4554-b546-4bdb14d29ef2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d08c31c43d4505476d58fac7d45a52b9c7e9619 --- /dev/null +++ b/images/2a9d80db-d9c4-4554-b546-4bdb14d29ef2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a500ad02c031b093c64f5ab763a6baca5235935d24e1f570086d974bcf09005c +size 1712183 diff --git a/images/2aa201de-01a1-4859-9c87-7299d3e4ab22.jpg b/images/2aa201de-01a1-4859-9c87-7299d3e4ab22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abf6e11f1306716d5d84b2f80fcd25eb9f1839cd --- /dev/null +++ b/images/2aa201de-01a1-4859-9c87-7299d3e4ab22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cd243957cbf9467f1c57d9176f481ca01924fb3b5df72b1f94a80e498beeaa +size 1549521 diff --git a/images/2ac7422e-efc3-4dc5-bcaf-73c8f81895da.jpg b/images/2ac7422e-efc3-4dc5-bcaf-73c8f81895da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dc93d3367d32480d9efaebb4e1ad4d25866fdd9 --- /dev/null +++ b/images/2ac7422e-efc3-4dc5-bcaf-73c8f81895da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c34a66cc32928775dec1fdbf91b74c24d45036049c1d763c60a717a4461450e +size 1611094 diff --git a/images/2ad03336-82dd-4ddb-aa8d-d0e84ba21f80.jpg b/images/2ad03336-82dd-4ddb-aa8d-d0e84ba21f80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcfe9c47408b9c828990386be6be135675277f79 --- /dev/null +++ b/images/2ad03336-82dd-4ddb-aa8d-d0e84ba21f80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96e36c2db74fc3174e0464c36ccdfb6d2f4bb0e191822dbb9407ab78c8885aa +size 1179024 diff --git a/images/2ad1f83d-61ae-466a-b586-b4e12758d397.jpg b/images/2ad1f83d-61ae-466a-b586-b4e12758d397.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3eae5afac7246c8ccb30a648c2ef5023bb2b5b0f --- /dev/null +++ b/images/2ad1f83d-61ae-466a-b586-b4e12758d397.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a134c20a92d96f4d59d732f249d3703d447a4f0ad81d64ec9cf682e048b704d2 +size 1666322 diff --git a/images/2ad52176-6265-4fa2-b1de-31affe5757fe.jpg b/images/2ad52176-6265-4fa2-b1de-31affe5757fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2540285e39a2d775fdef2eaee9f2e516caa83483 --- /dev/null +++ b/images/2ad52176-6265-4fa2-b1de-31affe5757fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10e5eef52b6ea379fe11486614f25071379fca13441cb8179622ddef45f2faa +size 1260724 diff --git a/images/2ad679d2-0472-43e7-a7b6-7ad503d6c5d8.jpg b/images/2ad679d2-0472-43e7-a7b6-7ad503d6c5d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13e3d17838dfe29780916bfe748fcd16291a9b4d --- /dev/null +++ b/images/2ad679d2-0472-43e7-a7b6-7ad503d6c5d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ab43754220d88f168fb0ed1ba926b694287e9f53e4a0c86f0aa4ef7a7a8f01 +size 1154928 diff --git a/images/2ad6de75-f845-4be3-8856-c3eaf849121b.jpg b/images/2ad6de75-f845-4be3-8856-c3eaf849121b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3fd6336cf24bdfe84f8ca9a62ba2edd71c94182 --- /dev/null +++ b/images/2ad6de75-f845-4be3-8856-c3eaf849121b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c92b283323da3c296b3859c1c4ab3e507a5ca5da2548211fbe9592e8af2ed2 +size 2747227 diff --git a/images/2ae261b7-6dc6-42d0-9432-24a903798827.jpg b/images/2ae261b7-6dc6-42d0-9432-24a903798827.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d096e5fc0a1501768f5d9df89adc0d3e3af8a5aa --- /dev/null +++ b/images/2ae261b7-6dc6-42d0-9432-24a903798827.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a706015ffe78fdf16ea2d8f6b0859194de9d1973db4fd5a0679b9732ececbb29 +size 1123572 diff --git a/images/2ae43e76-454e-4106-b6fc-2849cf02641e.jpg b/images/2ae43e76-454e-4106-b6fc-2849cf02641e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3383076ea2e734af641275128d491603ba5c318 --- /dev/null +++ b/images/2ae43e76-454e-4106-b6fc-2849cf02641e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbc80e8f01b342535687cb81359ad0dc28db7083480c9013aa62f088f576fd3 +size 946748 diff --git a/images/2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75.jpg b/images/2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ab1fa863fdb676728d8e16fe6085f9bedaa460c --- /dev/null +++ b/images/2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f10af137fdca158b7c99aad9d7f49c2fe88d114b19af06438625fd6d08df5ca +size 1542311 diff --git a/images/2ae9a644-5c5f-4e23-be87-0d4e3459a9c1.jpg b/images/2ae9a644-5c5f-4e23-be87-0d4e3459a9c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b40e27e83f4a78c29c06c01d1e509e35fb2349 --- /dev/null +++ b/images/2ae9a644-5c5f-4e23-be87-0d4e3459a9c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e134825ab6ce4fe86ac8b3d8e6843191ed72d0031ab7360bfb1c93676f6f9340 +size 1710518 diff --git a/images/2af9e73c-1a41-4a38-93b9-c7e131e94601.jpg b/images/2af9e73c-1a41-4a38-93b9-c7e131e94601.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8566471dd335bb9c535406e1601e22b08f1e2a42 --- /dev/null +++ b/images/2af9e73c-1a41-4a38-93b9-c7e131e94601.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281ec17050819db5e7fed917d87515fec7676255d92d84220a6aba2984322d6b +size 1484693 diff --git a/images/2b07c4cf-c0ec-41f2-a091-098aa1dc7853.jpg b/images/2b07c4cf-c0ec-41f2-a091-098aa1dc7853.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3bb2359da3ca2243255926370f0888c411f32be --- /dev/null +++ b/images/2b07c4cf-c0ec-41f2-a091-098aa1dc7853.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c2240cdc89ff738d398a22c68bd99154768cc38ba6fdfbafe9c5d0575d200a +size 1249010 diff --git a/images/2b08dccf-9795-4b91-8cce-7b632e2608fd.jpg b/images/2b08dccf-9795-4b91-8cce-7b632e2608fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6c330a830a31e23a1266e2da8521be7931c8146 --- /dev/null +++ b/images/2b08dccf-9795-4b91-8cce-7b632e2608fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc112787ef98d78d060d4166b012e1aa9b1edc356e857868b755496943386329 +size 1231259 diff --git a/images/2b0ed59b-bedb-4931-a12a-ed1d256dcbc7.jpg b/images/2b0ed59b-bedb-4931-a12a-ed1d256dcbc7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c96c8cc4f97a5ea08b30e41350df3c87e9b3cd0a --- /dev/null +++ b/images/2b0ed59b-bedb-4931-a12a-ed1d256dcbc7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b60f77106fa218875a9deda870a726b5cca2a6fcfa90c71d4eecd10f37bcd18 +size 1398292 diff --git a/images/2b100890-f8b7-4f59-8fd7-76b4fe2d1f04.jpg b/images/2b100890-f8b7-4f59-8fd7-76b4fe2d1f04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bec775868dcc068e955809cfd7497e2ab378273 --- /dev/null +++ b/images/2b100890-f8b7-4f59-8fd7-76b4fe2d1f04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ce8126fb043123ce654de56f6c25f257161cb7bf3237165625a784bec5be60 +size 1711010 diff --git a/images/2b1208be-6cfb-4375-bf40-1e60f90290f8.jpg b/images/2b1208be-6cfb-4375-bf40-1e60f90290f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08e57619b7ff6dc75bcd59f1324d52e37c061729 --- /dev/null +++ b/images/2b1208be-6cfb-4375-bf40-1e60f90290f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df84ef48ab0870afede8253fc14cb3cdfcb851c3302b8c1d8eee44ccc797c9d5 +size 1751717 diff --git a/images/2b13d6b4-f53f-42cc-b7fd-babfb292d0b9.jpg b/images/2b13d6b4-f53f-42cc-b7fd-babfb292d0b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79080b3b6237d61133bef5667801b2c1645adab3 --- /dev/null +++ b/images/2b13d6b4-f53f-42cc-b7fd-babfb292d0b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24ad189db84d5caafea2ef71f484fc2fa2448fc1338a3f4bd754a5f7954d7b7 +size 2040950 diff --git a/images/2b232d0b-17d4-4ef5-9e7a-474ee780a8ac.jpg b/images/2b232d0b-17d4-4ef5-9e7a-474ee780a8ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb6a7af02df944ae22d9e859ffb04f525c22c00d --- /dev/null +++ b/images/2b232d0b-17d4-4ef5-9e7a-474ee780a8ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a434ca82b47c6a1d92839dd31f89f3493123f7326309bb7d2e78c335b11a846 +size 1555217 diff --git a/images/2b3b16d4-85a6-4134-8a09-dfb7a70d4929.jpg b/images/2b3b16d4-85a6-4134-8a09-dfb7a70d4929.jpg new file mode 100644 index 0000000000000000000000000000000000000000..884d94103a24dc6ae0a8c361d593ea0227de8360 --- /dev/null +++ b/images/2b3b16d4-85a6-4134-8a09-dfb7a70d4929.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67280e02f149404476a80005a8ae0c9363264412a7e379270bc8f8895005f567 +size 1772129 diff --git a/images/2b3ba6b5-b794-4720-82d8-b66ace4b148d.jpg b/images/2b3ba6b5-b794-4720-82d8-b66ace4b148d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf38c67e34e919485bee24056982f00271a6a4f1 --- /dev/null +++ b/images/2b3ba6b5-b794-4720-82d8-b66ace4b148d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e3936a4ce0747ef6db53104090e340c20481d7876aa412a26e974538580ba1 +size 1416874 diff --git a/images/2b4392ea-55ef-4976-a9e5-bc401e7c28e8.jpg b/images/2b4392ea-55ef-4976-a9e5-bc401e7c28e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ee9bc239bd46793be9b420f8a3f90012083fc5f --- /dev/null +++ b/images/2b4392ea-55ef-4976-a9e5-bc401e7c28e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88cc347d7fcc019c31962e6bfac3dff73fc718dddb4b27924fc3b809d019fc0 +size 1640857 diff --git a/images/2b64fbd2-13bb-4d8d-8137-6493edfb4072.jpg b/images/2b64fbd2-13bb-4d8d-8137-6493edfb4072.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e94ae1abaa9511090c1317cc9538dcd3e69c6a30 --- /dev/null +++ b/images/2b64fbd2-13bb-4d8d-8137-6493edfb4072.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c1d4938dda22432042676653c5be6bb390294e8df8651543ca060f2e82069d +size 1691941 diff --git a/images/2b6709df-1a7d-4eae-96f6-072712cefaeb.jpg b/images/2b6709df-1a7d-4eae-96f6-072712cefaeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7f96dd92642baea850e059c792a93fd419901e4 --- /dev/null +++ b/images/2b6709df-1a7d-4eae-96f6-072712cefaeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dab3c7ceab2d0133d7b4db4fb901fec99173b09a672350dc0fccebc2f68a80 +size 1778426 diff --git a/images/2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7.jpg b/images/2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd227c5b6a00f7ff6214db7a6ff8fb8b0eb1e440 --- /dev/null +++ b/images/2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5485f1f89bb07d33014991eb10f04183008d7c764b549d6b050823bad214f248 +size 2209369 diff --git a/images/2b722431-d6f2-4230-a0b7-34f2244c46cb.jpg b/images/2b722431-d6f2-4230-a0b7-34f2244c46cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1210a9048666f6779e6e2681b42e2d6b9c791adb --- /dev/null +++ b/images/2b722431-d6f2-4230-a0b7-34f2244c46cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1417c616d68723c889d635eab1364f08628a4ad744df786c7ba66e6c734fc0b1 +size 2107648 diff --git a/images/2b799234-62e8-45f7-a8b7-82d4e0044315.jpg b/images/2b799234-62e8-45f7-a8b7-82d4e0044315.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab889b91e4bd5bd3bc93ae2c10ee7e03bd9313ce --- /dev/null +++ b/images/2b799234-62e8-45f7-a8b7-82d4e0044315.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f214244539238e8d841fc1401863cd5a8663236c0f5c9cd687b2a23d8fb94ef +size 1194789 diff --git a/images/2b83ae99-f837-4617-8746-ab60dd7e4f47.jpg b/images/2b83ae99-f837-4617-8746-ab60dd7e4f47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53894430483d8f26cf9b8794cb6fdde9aca99407 --- /dev/null +++ b/images/2b83ae99-f837-4617-8746-ab60dd7e4f47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126751b7038cfbc49dbf0e60db9535defa87124495466d25ef49d001ae0360f6 +size 1770337 diff --git a/images/2b93d94a-b960-4992-8f73-19451306f3d9.jpg b/images/2b93d94a-b960-4992-8f73-19451306f3d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77f998d04bb7be3225015a8c47d4ebe72d0e06bf --- /dev/null +++ b/images/2b93d94a-b960-4992-8f73-19451306f3d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6b957640c01eb8e24bc1002332e3bb38ac7d73858bacfda9c253473c76892d +size 1233522 diff --git a/images/2b9d6310-bcdf-4a35-976f-476f083706a1.jpg b/images/2b9d6310-bcdf-4a35-976f-476f083706a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b554f7770b913877d4afeed7ae5089b0a8a7b4d --- /dev/null +++ b/images/2b9d6310-bcdf-4a35-976f-476f083706a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b237bdd820d6fea28b9e27db1727ebb358cb51af72662aeb01dc6f84447696 +size 1412160 diff --git a/images/2b9f915d-5e72-4d2e-9e54-b8477fd2a948.jpg b/images/2b9f915d-5e72-4d2e-9e54-b8477fd2a948.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07d01284b03cc54f93bb589bcc8ae3514622b615 --- /dev/null +++ b/images/2b9f915d-5e72-4d2e-9e54-b8477fd2a948.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65aba3c1618ee64d45ffc7b44372e9f92cd14bf80f5387101c0102bafe2801d2 +size 1332555 diff --git a/images/2ba073b5-cf37-4e77-bca1-e4ed450fd378.jpg b/images/2ba073b5-cf37-4e77-bca1-e4ed450fd378.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a53306ed1bfced5d71a7ab25d50a44c381f47479 --- /dev/null +++ b/images/2ba073b5-cf37-4e77-bca1-e4ed450fd378.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcb3e8d7abb2a084ba88a6057cf30dbc121f67872c4be7081efbe9a14208080 +size 2406229 diff --git a/images/2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7.jpg b/images/2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dacbd401b148d4333569595a7c8780f1e43d1b4e --- /dev/null +++ b/images/2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423ceebff2b3524f44a68cc948e8485d02e1f8d38a1ba16e350b1d50a66866d2 +size 1707860 diff --git a/images/2bb71788-b441-480c-becb-0403dcaca1ca.jpg b/images/2bb71788-b441-480c-becb-0403dcaca1ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dc339729dece50c0696364d1c857efa8460ae8e --- /dev/null +++ b/images/2bb71788-b441-480c-becb-0403dcaca1ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3602092f81585b3eb19ed648ade7b2e953af7c78d6b5dff43e626735629627 +size 1497972 diff --git a/images/2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b.jpg b/images/2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca8d836953ee7267d4c3d42bbb6f6e74618a05ca --- /dev/null +++ b/images/2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc828b02ffa75d39e82fb669701ddb4807e6a74608eff7b8d279bc508a706e +size 1838651 diff --git a/images/2bcfa47f-ec2f-4d76-81d6-46088ac6d24c.jpg b/images/2bcfa47f-ec2f-4d76-81d6-46088ac6d24c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0495d47954dc522c69215cbd0236f9cdf4f1c201 --- /dev/null +++ b/images/2bcfa47f-ec2f-4d76-81d6-46088ac6d24c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9f3f1dee2604e8e42ea3c294964a59b7316702be20ba2ded4ae9300c9b5592 +size 1673860 diff --git a/images/2bd61515-f6a0-47d6-81c8-84e7510a9937.jpg b/images/2bd61515-f6a0-47d6-81c8-84e7510a9937.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f6672548bc9a25463e08487f1699be13e0eaf6a --- /dev/null +++ b/images/2bd61515-f6a0-47d6-81c8-84e7510a9937.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9c3f7438eea286784c8db65a20edba5310c97643dd699b06bada329e77eef7 +size 1701536 diff --git a/images/2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415.jpg b/images/2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba00a3ba9a4677004aaf9b36f367f81af6d60712 --- /dev/null +++ b/images/2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b877e941a8efcf1e6a1546840307d49836344e27639edbaaa85a6aa38c75e001 +size 1570778 diff --git a/images/2bd95625-c1f3-419e-b41d-3947b49b05d1.jpg b/images/2bd95625-c1f3-419e-b41d-3947b49b05d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d53ff1f151c412db9b98087c4771522ff51fa40b --- /dev/null +++ b/images/2bd95625-c1f3-419e-b41d-3947b49b05d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbaf2dcff20afa18e28d8e38e2facc0c9da122e90b29938a0fd61d90efef8a2 +size 1687548 diff --git a/images/2be14766-2945-4382-9549-1b8d748925d5.jpg b/images/2be14766-2945-4382-9549-1b8d748925d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..169bd88eed238baa53294717be050d4f07412c9f --- /dev/null +++ b/images/2be14766-2945-4382-9549-1b8d748925d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8144d1ba768744fcf5b80bc9d3e4aa0b9b3dafe3e13fd57bb77adbd22d67fe +size 1386211 diff --git a/images/2be4c047-8a86-4f2f-bf2f-31366584a273.jpg b/images/2be4c047-8a86-4f2f-bf2f-31366584a273.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a3effd6aea8a89888f620bc0f6349aa5a9f6b3a --- /dev/null +++ b/images/2be4c047-8a86-4f2f-bf2f-31366584a273.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed294321b4001fc8178ca3c3a8e48a7a5c3a449550a5d9f0b6f670bc0467093 +size 1733363 diff --git a/images/2be74d6c-1a0d-4295-8fee-88bc5c74c11e.jpg b/images/2be74d6c-1a0d-4295-8fee-88bc5c74c11e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aec031fd359cd65c372fa082570e1e554ad88ed7 --- /dev/null +++ b/images/2be74d6c-1a0d-4295-8fee-88bc5c74c11e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412ab896af0de68e7c915396005d0a79adbe2ae5611682f839baabd93eb8c4a7 +size 1516397 diff --git a/images/2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc.jpg b/images/2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7115ebb112ee96eacec4b5131a57285ddb6bf9af --- /dev/null +++ b/images/2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c016ddf7dcd4ece4970ab7b64d1442a2935deb68daae4ebc74329496b241dfef +size 2667196 diff --git a/images/2beabeb0-94f6-45a7-aea0-e852e1b43ca6.jpg b/images/2beabeb0-94f6-45a7-aea0-e852e1b43ca6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c91dd976d6239f54a03b34ed3e69bb8ddebda1f --- /dev/null +++ b/images/2beabeb0-94f6-45a7-aea0-e852e1b43ca6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68fac32d8f3c7714a5331575e1a8a7b746c332c462296274b248289d46a98aa +size 2022179 diff --git a/images/2bf020f5-2225-48f5-ab59-3cc247991800.jpg b/images/2bf020f5-2225-48f5-ab59-3cc247991800.jpg new file mode 100644 index 0000000000000000000000000000000000000000..718db36f81c1400ffbe073fc870184a1507f0f67 --- /dev/null +++ b/images/2bf020f5-2225-48f5-ab59-3cc247991800.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb529493e9b3bda5596a14824e55ccbaf81605a81f57842fc76d9600dfdd0ee +size 1584990 diff --git a/images/2bf9a2ab-91f5-4ddc-bd67-739f4a995007.jpg b/images/2bf9a2ab-91f5-4ddc-bd67-739f4a995007.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51af523f84f3da430c9a5a576255612c93b1e97c --- /dev/null +++ b/images/2bf9a2ab-91f5-4ddc-bd67-739f4a995007.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167ab47ad30d2ee5e5720eba1399652de4d27df534be6465f72d4af40011dd4e +size 1727448 diff --git a/images/2bfdf307-328d-45e3-a033-17301d9ab1fb.jpg b/images/2bfdf307-328d-45e3-a033-17301d9ab1fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ca2b41ff6af205df648172946b508c9ac1a1e1d --- /dev/null +++ b/images/2bfdf307-328d-45e3-a033-17301d9ab1fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ac32fe45ec499bbcb7e4ff64ca7d31a9b32bd0b64e2c1686d79eaa78c33e54 +size 1588498 diff --git a/images/2c0632dd-5534-4bcc-a954-ddcbbfa5a343.jpg b/images/2c0632dd-5534-4bcc-a954-ddcbbfa5a343.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dc42d4ac87f23d1b6f05ea08cc61d9b4c39cb6e --- /dev/null +++ b/images/2c0632dd-5534-4bcc-a954-ddcbbfa5a343.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e745d02b84b209d3d3057332a4aa14cf927a940c66b570a3ed78e752cf23371b +size 2151192 diff --git a/images/2c099f33-01ff-4017-aca1-cff39599924d.jpg b/images/2c099f33-01ff-4017-aca1-cff39599924d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4ec1888102d8861695a628a471efbe06a4d60ef --- /dev/null +++ b/images/2c099f33-01ff-4017-aca1-cff39599924d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e944bc12e19f518bb4887d69cdb47a34a5b0169c33fd8b6a53a3367293422198 +size 1325836 diff --git a/images/2c0c3f4a-2325-49a0-9cae-4a5473f742ee.jpg b/images/2c0c3f4a-2325-49a0-9cae-4a5473f742ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..647da59a21d549a9dc92849ec1c54f4868080b3e --- /dev/null +++ b/images/2c0c3f4a-2325-49a0-9cae-4a5473f742ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d83e18e2a336887691a7a5b2bf2e3ef12f82c249be36c8e16a5b54d7089bc3f +size 1551608 diff --git a/images/2c0c4479-72f2-4fdb-a019-d19e4057c157.jpg b/images/2c0c4479-72f2-4fdb-a019-d19e4057c157.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ade3c79a4d4ed913207b71f660fda8400766be3 --- /dev/null +++ b/images/2c0c4479-72f2-4fdb-a019-d19e4057c157.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbba65f2832a6242b7fa80452dd02bf4c916f5c446763a56aff6fda0febdb9bf +size 1194422 diff --git a/images/2c17a947-790b-4667-8027-93b45f056eb3.jpg b/images/2c17a947-790b-4667-8027-93b45f056eb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9e6720052cf900a79528888474ea0359683dcd0 --- /dev/null +++ b/images/2c17a947-790b-4667-8027-93b45f056eb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dbb853828ae3f4e25803b40e3e35236b5a423620dd2a018866ec2b0e438e59 +size 2210233 diff --git a/images/2c1b1c09-e5f3-405b-bbd0-fc95192c8847.jpg b/images/2c1b1c09-e5f3-405b-bbd0-fc95192c8847.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e972b25a4d239235204791218989d34175087f3 --- /dev/null +++ b/images/2c1b1c09-e5f3-405b-bbd0-fc95192c8847.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121d0346e7edd0f22fd1d17418111e21fe752dce396c8e6a15b8dd0bedcdf135 +size 2775227 diff --git a/images/2c2aa708-e045-4dd0-8ed2-3597b5c4107d.jpg b/images/2c2aa708-e045-4dd0-8ed2-3597b5c4107d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e612589c00ff9cf48aa098c9d28d8323cf596ae --- /dev/null +++ b/images/2c2aa708-e045-4dd0-8ed2-3597b5c4107d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4a02fd28f918281b10fb5ab53aa9bde467e467677e6a5b41c4a2780c2d8819 +size 1570036 diff --git a/images/2c34bf9d-7784-4516-87bb-d823df9a57fb.jpg b/images/2c34bf9d-7784-4516-87bb-d823df9a57fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f5315193131fc1bb8b13118c6f45115ff21d43 --- /dev/null +++ b/images/2c34bf9d-7784-4516-87bb-d823df9a57fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6878427e31658b5ee9c979d134d1e80e9b553e80f7b7ffb941e7e5a51fd892cc +size 1489642 diff --git a/images/2c36d471-7b38-465a-bdae-804a00ec0b98.jpg b/images/2c36d471-7b38-465a-bdae-804a00ec0b98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a12f3143423e9d2616630927205bb0ea219cfe4 --- /dev/null +++ b/images/2c36d471-7b38-465a-bdae-804a00ec0b98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d6a1e75633cf7c9521e3c47274d96ff2851418b3462d82d843953ddcaff4e1 +size 1630388 diff --git a/images/2c37a32d-4e50-418b-8bce-e24a7a8ccab3.jpg b/images/2c37a32d-4e50-418b-8bce-e24a7a8ccab3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bc5900f6f16c3fa4b24ae2c7234f58657315b53 --- /dev/null +++ b/images/2c37a32d-4e50-418b-8bce-e24a7a8ccab3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1245819a1de1bd73349855391d5d84f80d395082db0913bbbf6f1e2f8c12717a +size 1363665 diff --git a/images/2c3b1569-1149-4df8-b130-00a438a4b1ce.jpg b/images/2c3b1569-1149-4df8-b130-00a438a4b1ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ab83221e8d73c186e3bdc9353a50bf3f53504bd --- /dev/null +++ b/images/2c3b1569-1149-4df8-b130-00a438a4b1ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3847055e19bef838cf52d352a049729647b2c9ec5da870a3a8ff3ca7d5c0795 +size 960581 diff --git a/images/2c431adc-6f79-4842-bffe-317a288839b2.jpg b/images/2c431adc-6f79-4842-bffe-317a288839b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e906e4879651fa57d38ad3f6d22b0b2911e111ef --- /dev/null +++ b/images/2c431adc-6f79-4842-bffe-317a288839b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a65d42ee9a71576e45573b2cbde9c18df917fc1fa980700c93ae13eab1f83bf +size 1540581 diff --git a/images/2c542b55-cae8-4a5c-be96-4e3df41a57d8.jpg b/images/2c542b55-cae8-4a5c-be96-4e3df41a57d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d13c9916caea15a8401fe2c2d8d647c251242188 --- /dev/null +++ b/images/2c542b55-cae8-4a5c-be96-4e3df41a57d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b363e6e8bbdda3fb1d30b43ffa7790838bb67df4b3ef7d8c73c486eb6d0259 +size 1434224 diff --git a/images/2c5681f1-973e-4708-82c6-829b7c8fb8b8.jpg b/images/2c5681f1-973e-4708-82c6-829b7c8fb8b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de7926273b17b494560918ddfcf5a273d02662b0 --- /dev/null +++ b/images/2c5681f1-973e-4708-82c6-829b7c8fb8b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609328a50660e13847be9667c91aaacef433748b99077fefbbc7510a3c8c6840 +size 1695338 diff --git a/images/2c578965-ea63-428d-b3df-055203c2ce73.jpg b/images/2c578965-ea63-428d-b3df-055203c2ce73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32cdedadc26f7c43aa7497d5d22e18538c8bcb3b --- /dev/null +++ b/images/2c578965-ea63-428d-b3df-055203c2ce73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1d4419300630e74e0d51437b796d7b14ed9a0bec75e0b0a71d933d478a7a85 +size 1597668 diff --git a/images/2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1.jpg b/images/2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c10d054da5b9833492c353d7c95223c3eeb7f14 --- /dev/null +++ b/images/2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b350862765d6b3633d0bb13e44b5a9e3f47bd628843a8161d0f418037fb836 +size 1262798 diff --git a/images/2c70f11f-fe09-4d3a-a049-b7c16fdd7b85.jpg b/images/2c70f11f-fe09-4d3a-a049-b7c16fdd7b85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c628f128ea9eb3392dfc31053b4900f53fa848b4 --- /dev/null +++ b/images/2c70f11f-fe09-4d3a-a049-b7c16fdd7b85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8938b51488295c09dfe81d8c35e36cf399bb965963a8aac47a995972263f2166 +size 1375610 diff --git a/images/2c7a8a68-37d4-4a2c-96db-fe6048dc9c21.jpg b/images/2c7a8a68-37d4-4a2c-96db-fe6048dc9c21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc71e332dd7c1b1d6cc38307dae3e056a4e96c1 --- /dev/null +++ b/images/2c7a8a68-37d4-4a2c-96db-fe6048dc9c21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369965bf23037b47e5ac97acf9fcfee59ac3d52aa0ae00ea5ff616a961bde451 +size 1087567 diff --git a/images/2c810d19-6b1b-43c6-b731-4496131d5167.jpg b/images/2c810d19-6b1b-43c6-b731-4496131d5167.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c69c0f3ea2bd1517144489f32493ebe68fe5f871 --- /dev/null +++ b/images/2c810d19-6b1b-43c6-b731-4496131d5167.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151e90a0b29444ace34008f8009247233542c9528e5b4a71c006b366e23c81b9 +size 3653271 diff --git a/images/2c81847d-8f95-47e0-9b8e-a401563d1d94.jpg b/images/2c81847d-8f95-47e0-9b8e-a401563d1d94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c489ac573f7d752e15ce3dfd775169ab21095e1 --- /dev/null +++ b/images/2c81847d-8f95-47e0-9b8e-a401563d1d94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cd2dc3040666e8ec1ff5e916511889dfeaccc240270309b234d88c9ea342ea +size 2101425 diff --git a/images/2c9a163d-4262-473c-a1af-65bf06fd5fd8.jpg b/images/2c9a163d-4262-473c-a1af-65bf06fd5fd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb1aa6ad6b7fb613515165fd15e2cee1b159a129 --- /dev/null +++ b/images/2c9a163d-4262-473c-a1af-65bf06fd5fd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfa3921daafb017a4d922141990fa3c5bfb95465f34be85140bd246a36bcba6 +size 1282866 diff --git a/images/2ca2f85e-ca78-4376-a526-58cbd4562863.jpg b/images/2ca2f85e-ca78-4376-a526-58cbd4562863.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6193d6256bef408fd4e3deefc07f57fcaa0d9f4b --- /dev/null +++ b/images/2ca2f85e-ca78-4376-a526-58cbd4562863.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863156b7c04a5eb13e30fe945aee364f94ae4a0d07a3615200db38de620afab3 +size 1606133 diff --git a/images/2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb.jpg b/images/2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52d27ae260f1edfa46097b6857340fed70774ad1 --- /dev/null +++ b/images/2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c471aa13666e0f8ec765d89d7f111d8604054db95c011ea46b05a05b067dde +size 2191653 diff --git a/images/2cbb4afe-1f53-457b-b1cb-2adb04f0628d.jpg b/images/2cbb4afe-1f53-457b-b1cb-2adb04f0628d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b4b7d16933e3ef7822e5c55c6d3f8c4a58ebd7e --- /dev/null +++ b/images/2cbb4afe-1f53-457b-b1cb-2adb04f0628d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bbc90323dc67c81d07868aa9b51727b3847a1c01c4738678b45475e69891aa +size 1651710 diff --git a/images/2cbc6a78-d270-4c7f-90f3-825f633cb667.jpg b/images/2cbc6a78-d270-4c7f-90f3-825f633cb667.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b39a5628b11ba2ac4cbfb6a2651db1148c967e9a --- /dev/null +++ b/images/2cbc6a78-d270-4c7f-90f3-825f633cb667.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1644c328f8afee72fba7661d895726765b49d0a7793a16a88dded418bc018d77 +size 2023166 diff --git a/images/2ccc4a04-d67f-4cfc-8004-6d2d1018e781.jpg b/images/2ccc4a04-d67f-4cfc-8004-6d2d1018e781.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42fda977b61f605c758b8e873c02e3c8c1f920bd --- /dev/null +++ b/images/2ccc4a04-d67f-4cfc-8004-6d2d1018e781.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63901c51593abcffd086ffa78d4ec6548645aba5d583d8807e71814263cabe31 +size 1303029 diff --git a/images/2cda8a8f-69f9-4211-b5c3-0a7a457128ed.jpg b/images/2cda8a8f-69f9-4211-b5c3-0a7a457128ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..494b1799e1bcab6ab3d19e3b0ab959a87735ec81 --- /dev/null +++ b/images/2cda8a8f-69f9-4211-b5c3-0a7a457128ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d694ed21cc6679ac5e258e811b025d438b99036433d04d58a9c86d21040fc331 +size 1231638 diff --git a/images/2ce71a5b-e0f8-4ccf-92df-93680e99652a.jpg b/images/2ce71a5b-e0f8-4ccf-92df-93680e99652a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68c6170204ca6c75cc50c6c8ddfe10029e831483 --- /dev/null +++ b/images/2ce71a5b-e0f8-4ccf-92df-93680e99652a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a098b6871bbf4cf99dc98a30dc659d69ed81d56c138954511ca3919db0e8528f +size 2703033 diff --git a/images/2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8.jpg b/images/2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc02e42c49368647f26f4c4c37a2eb4059cc0f11 --- /dev/null +++ b/images/2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f1ae79f787686de9e3df6b6c5c49ce7ae09912d9de04cac29ba204050f7144 +size 2297116 diff --git a/images/2cf11f45-7030-4916-ac25-1032e6f2742b.jpg b/images/2cf11f45-7030-4916-ac25-1032e6f2742b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fee60284c39a2bc09df07e0aea5da694424457ec --- /dev/null +++ b/images/2cf11f45-7030-4916-ac25-1032e6f2742b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139aea94dedbc75bc4eecec69bed2817f33360d958e21f013455c98cae530781 +size 1797308 diff --git a/images/2cff2e5f-13b6-44ce-af05-d87285328e3e.jpg b/images/2cff2e5f-13b6-44ce-af05-d87285328e3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b79f7ebf53786e7f9069cf4070081e37dfba3cbd --- /dev/null +++ b/images/2cff2e5f-13b6-44ce-af05-d87285328e3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36d75c80ae5c66d5c979ce7b8d450545ac03eb63b9d4e98242e35762dbb3554 +size 1823050 diff --git a/images/2d016ad5-2e06-41ab-ab90-e7c55edab592.jpg b/images/2d016ad5-2e06-41ab-ab90-e7c55edab592.jpg new file mode 100644 index 0000000000000000000000000000000000000000..788a8419f419f23c215a5e0e714250e189c0e0e9 --- /dev/null +++ b/images/2d016ad5-2e06-41ab-ab90-e7c55edab592.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249a9a53c5ff7aaf13573e3134adbba929c960ca95a31076008ec785c8d7d041 +size 1757364 diff --git a/images/2d02ca2a-0646-4e0f-9384-d0a434ea0c34.jpg b/images/2d02ca2a-0646-4e0f-9384-d0a434ea0c34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8824da75955e819660e02d4c368922afe7f015e4 --- /dev/null +++ b/images/2d02ca2a-0646-4e0f-9384-d0a434ea0c34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9416f72ddce4fa27d7d9e3c2b81087bc71a290857fdc99bdc220f49fda864455 +size 1526054 diff --git a/images/2d0453ef-6d24-4db7-b4f9-e38bff7c3b51.jpg b/images/2d0453ef-6d24-4db7-b4f9-e38bff7c3b51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0931ae7967d1b766539b198d9ea0142dc7a78228 --- /dev/null +++ b/images/2d0453ef-6d24-4db7-b4f9-e38bff7c3b51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398d8b0128f6496b46063fbad8c3386c4f6c5c7c41bafba2b738e44a7f13a040 +size 1572896 diff --git a/images/2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4.jpg b/images/2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32e4a340a40580282d6a20d046979903c4b02a25 --- /dev/null +++ b/images/2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120cb07e28ed71552ebcccf99830f8425b43a72d55075d838cafa7886ed37a75 +size 2352157 diff --git a/images/2d0d865e-f984-446a-94f3-a9f8ee2fc0c2.jpg b/images/2d0d865e-f984-446a-94f3-a9f8ee2fc0c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d91b5f4f47de7ebf2f6c0f92ce709de058f813 --- /dev/null +++ b/images/2d0d865e-f984-446a-94f3-a9f8ee2fc0c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93de207d2a948f311c246b38bc1b39a02b759f7a4b880114882174c00b2b0c61 +size 2026031 diff --git a/images/2d14685c-d2d4-4f20-8ad8-148f0628cb49.jpg b/images/2d14685c-d2d4-4f20-8ad8-148f0628cb49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5e1d9286687c086db3ebb41b6a046bdcbc49b4b --- /dev/null +++ b/images/2d14685c-d2d4-4f20-8ad8-148f0628cb49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cecbc70719fea525bdb5500f53abb45e8f00898737f9e0cafc7006303be6bb8 +size 1557990 diff --git a/images/2d237d06-e8ad-4abd-9e20-b9e55bd8c791.jpg b/images/2d237d06-e8ad-4abd-9e20-b9e55bd8c791.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9da2758a00faa85bfa40841f5992774355d49b58 --- /dev/null +++ b/images/2d237d06-e8ad-4abd-9e20-b9e55bd8c791.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e17ead3814a2f5ae1a5237ac915ce7fef56ee18ab076a8a9ebb591fc39c696 +size 1634220 diff --git a/images/2d2bbd02-553d-4de1-87d5-ce65bf63d091.jpg b/images/2d2bbd02-553d-4de1-87d5-ce65bf63d091.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aeeb83e4f454796fb5455b8e0914238c421da6ab --- /dev/null +++ b/images/2d2bbd02-553d-4de1-87d5-ce65bf63d091.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19de9e10d53796e3452ef5163f16676fad35af0c60391b1088f3966febb7ff9f +size 1580425 diff --git a/images/2d394ced-3792-4591-a3f6-5b8fd23f883c.jpg b/images/2d394ced-3792-4591-a3f6-5b8fd23f883c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e7d7c5fb7c8cf9c74744bd65b66d32101c96d6f --- /dev/null +++ b/images/2d394ced-3792-4591-a3f6-5b8fd23f883c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98f25a9a803b8edb694428ebb794acfba9a6541956d637a5185b9b251316818 +size 1539781 diff --git a/images/2d39f251-3d59-43ee-bdf0-f9d5731c1dea.jpg b/images/2d39f251-3d59-43ee-bdf0-f9d5731c1dea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..867d0f7fb4e2c8485f0faa409050ca654baa0d1d --- /dev/null +++ b/images/2d39f251-3d59-43ee-bdf0-f9d5731c1dea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33502173e0fcfdf7e3f4d99b0838c51d82b5fab8f6d39d295cf9fef1012ce620 +size 1007901 diff --git a/images/2d3b8baa-3017-4831-96b6-f97fe99bee6f.jpg b/images/2d3b8baa-3017-4831-96b6-f97fe99bee6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5af6da27b8b43f3784635a35d16afcd78cd009d --- /dev/null +++ b/images/2d3b8baa-3017-4831-96b6-f97fe99bee6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def9e0aac9382241f489c3c7cd6b88b8a0cb82b76d1afe48798f7d3ff1273e75 +size 1654256 diff --git a/images/2d40dec4-bf2f-43a3-8da1-2677d1c81299.jpg b/images/2d40dec4-bf2f-43a3-8da1-2677d1c81299.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96b7e52c8bff2d1dc0887f69b631c78862ed076e --- /dev/null +++ b/images/2d40dec4-bf2f-43a3-8da1-2677d1c81299.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987de4aaeb9729347971d65a5c6e2a9a0db298f08dbbd51451a8481c3feb77f3 +size 1897779 diff --git a/images/2d4daca9-1751-42d1-880f-cdf8a8013ace.jpg b/images/2d4daca9-1751-42d1-880f-cdf8a8013ace.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f55155509db9f0f4f5732a4bcd619e91b7a5e7cf --- /dev/null +++ b/images/2d4daca9-1751-42d1-880f-cdf8a8013ace.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95324015989266a46406ce671968ddde3ab8af5ca92eed8ad93531891e86f8fa +size 1565766 diff --git a/images/2d4f4c58-8b67-477a-9e38-87bf3f465a4b.jpg b/images/2d4f4c58-8b67-477a-9e38-87bf3f465a4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bdb33334eb349dbd52c2329efa89deeeea444aa --- /dev/null +++ b/images/2d4f4c58-8b67-477a-9e38-87bf3f465a4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a7502ecc305e935cf5518639a6b9ba3c3772a2aae19645a5b102676865b1c5 +size 1503451 diff --git a/images/2d5a2091-ad76-442b-afaa-b1376c470dea.jpg b/images/2d5a2091-ad76-442b-afaa-b1376c470dea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dccf854566385bddce64536e9bbb2a83f924aea0 --- /dev/null +++ b/images/2d5a2091-ad76-442b-afaa-b1376c470dea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd864834eeb62309ee4d9bd32af0087c11705ae761b796dd95df8abd1b3108 +size 2079903 diff --git a/images/2d5b1c06-e559-4c8c-bad9-725a2f8c5a08.jpg b/images/2d5b1c06-e559-4c8c-bad9-725a2f8c5a08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a98c8bb93fae2b0e6a730caa0530b4e94a12227f --- /dev/null +++ b/images/2d5b1c06-e559-4c8c-bad9-725a2f8c5a08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde8f2dae035c5dabf69bcd4951c8fb9dbafac533cefd56643a546646812efcb +size 1432053 diff --git a/images/2d5fa9df-5ed7-48f1-9edb-f3a155a8540d.jpg b/images/2d5fa9df-5ed7-48f1-9edb-f3a155a8540d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1ac3f199417ccb2702fc8d3e636ae733f2da13c --- /dev/null +++ b/images/2d5fa9df-5ed7-48f1-9edb-f3a155a8540d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cd522e11a3e1d295ea61852639cbb9c81bd03a12b315279c1e567e98eadf95 +size 2662703 diff --git a/images/2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2.jpg b/images/2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..929453c5c6fac620b79136e12d123c40af80ddfc --- /dev/null +++ b/images/2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a85471a8e9e6acd00fa8e798d26a4fc1c957212daad1f8a29bf776ce1417bf +size 1484237 diff --git a/images/2d6551e6-1227-44e1-9ffd-f8ee57abc5a4.jpg b/images/2d6551e6-1227-44e1-9ffd-f8ee57abc5a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be55ee5f2dd1d6f331797ed33a73a96b3df5061c --- /dev/null +++ b/images/2d6551e6-1227-44e1-9ffd-f8ee57abc5a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af368f8191faa31aecb7bd0ac316119cde50813f77113e44339f6082fbd4cb2 +size 1378957 diff --git a/images/2d66e560-f4f2-41a0-8b66-d6eab7aa75d8.jpg b/images/2d66e560-f4f2-41a0-8b66-d6eab7aa75d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43ff14bea06446d42bdc2f71f7a7612de1d91126 --- /dev/null +++ b/images/2d66e560-f4f2-41a0-8b66-d6eab7aa75d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c3002d04c866024efe057302282d651689630f74782f089b2ad19cf7556eb5 +size 2039677 diff --git a/images/2d66e672-2662-41bb-b2f2-5ff53a0cfb0f.jpg b/images/2d66e672-2662-41bb-b2f2-5ff53a0cfb0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36db6ef8f0acf32b198bd30015721902e65ea1ab --- /dev/null +++ b/images/2d66e672-2662-41bb-b2f2-5ff53a0cfb0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd29ee2193e86849279ae9aeabb54e24aa8e2c0d4bda80b5bab5b4e8bdf8b728 +size 1394412 diff --git a/images/2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6.jpg b/images/2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b40cc2a4d784efece55e01422f34bb3bdcb4af67 --- /dev/null +++ b/images/2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb14a20b8a86095e6f53cc0306792920a3c620b6e7c7b0f79dac6412ecb5c710 +size 1707994 diff --git a/images/2d6c4b14-e5bc-4386-be2d-208089e179cf.jpg b/images/2d6c4b14-e5bc-4386-be2d-208089e179cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d606001262a2930acbe292a8242f39fb8ce6cbb6 --- /dev/null +++ b/images/2d6c4b14-e5bc-4386-be2d-208089e179cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d09e0f50aa14265a2d01c0f92223aa8be05e5622bef94520e6ce9ba797b5754 +size 1284095 diff --git a/images/2d6c5b64-94a7-4707-ae33-1a84fd61df67.jpg b/images/2d6c5b64-94a7-4707-ae33-1a84fd61df67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6b1b170cfab5401883bf314b567dfd17ba69dbd --- /dev/null +++ b/images/2d6c5b64-94a7-4707-ae33-1a84fd61df67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd5adef97c633c8dc6f0f3450202ed6cda58c90c40b19a7fac6912e6ae2be6f +size 1976659 diff --git a/images/2d6ef228-4e16-42fd-819f-e39b0aefd2c4.jpg b/images/2d6ef228-4e16-42fd-819f-e39b0aefd2c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84cc3a8574f10926c7b15d4774c722517490000a --- /dev/null +++ b/images/2d6ef228-4e16-42fd-819f-e39b0aefd2c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f33baef112e0b44afe837a89443fe9ca1536ce37ae7ef2015f7110b2aa4643 +size 1657014 diff --git a/images/2d71217a-3ed9-439d-b344-43f92fe937b1.jpg b/images/2d71217a-3ed9-439d-b344-43f92fe937b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1a53b9418ad698f7479c620fbdf95aadac8b93f --- /dev/null +++ b/images/2d71217a-3ed9-439d-b344-43f92fe937b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fae233671b5fb9b8254665b1100ce5e8c32123f3158e03079cf14183506dd0 +size 1684390 diff --git a/images/2d7c4606-5bde-4950-9d89-ca3b8002c60a.jpg b/images/2d7c4606-5bde-4950-9d89-ca3b8002c60a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6b23d9626ab94a6fd525d7261dbfd8c80a98804 --- /dev/null +++ b/images/2d7c4606-5bde-4950-9d89-ca3b8002c60a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cf45512600a282d4d343fbddd8aba7ab1a1054979cf542451751594d8030ab +size 1652511 diff --git a/images/2d7f6a53-5419-4020-aa9d-746b265de2bb.jpg b/images/2d7f6a53-5419-4020-aa9d-746b265de2bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05c8aa430c83996636331b4c66529bd3d182991a --- /dev/null +++ b/images/2d7f6a53-5419-4020-aa9d-746b265de2bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e3943f05eea78b439b0b6ac7e16a189f8b59777fd5e3858241e1bc545b671c +size 2015888 diff --git a/images/2d8262b6-723a-4583-a636-930f32ed8b57.jpg b/images/2d8262b6-723a-4583-a636-930f32ed8b57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd9769e557b92d0320400952a55816904b7030de --- /dev/null +++ b/images/2d8262b6-723a-4583-a636-930f32ed8b57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94ff25c4a50b6cbe9cb6d6272de6d41b488936ad00baa8fb42dc11015bfb9a0 +size 2220094 diff --git a/images/2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97.jpg b/images/2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea80f566bd77064d83669ba5b97cb997cd9087c8 --- /dev/null +++ b/images/2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa00de7a272f5300294fc0d68d0201755b6d53180865341a961f7a92024ec182 +size 1843618 diff --git a/images/2d90db85-e765-4b0c-b801-a21bf5d2516d.jpg b/images/2d90db85-e765-4b0c-b801-a21bf5d2516d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4687763949ab244cd90f8224efd3581000cd71f --- /dev/null +++ b/images/2d90db85-e765-4b0c-b801-a21bf5d2516d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcf0d636b9b521fe045aa0cff859c698cc63d9b2c78eb584af7eae510ffaf60 +size 1706749 diff --git a/images/2d9aef7d-365c-4f09-8ceb-01bb4d8549bf.jpg b/images/2d9aef7d-365c-4f09-8ceb-01bb4d8549bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa8ace33902e617a363af92e1d22db85b210a337 --- /dev/null +++ b/images/2d9aef7d-365c-4f09-8ceb-01bb4d8549bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd5d386de19729194f6429a880fafb201e7b79f875f0252e135b84428eb0694 +size 1178964 diff --git a/images/2da3489f-338f-422f-a6b8-f2e544f1df57.jpg b/images/2da3489f-338f-422f-a6b8-f2e544f1df57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f51fdd66472831b181d56730955954e766b7fee --- /dev/null +++ b/images/2da3489f-338f-422f-a6b8-f2e544f1df57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a295cf337bbd6dbc5896c6e0d93360474f5c21a172383cc839359e636a66379 +size 1340538 diff --git a/images/2da8d9c6-c21f-41d0-b916-e9e5c4454334.jpg b/images/2da8d9c6-c21f-41d0-b916-e9e5c4454334.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8835ab468380e540da70edbee0937d16e48e8aa1 --- /dev/null +++ b/images/2da8d9c6-c21f-41d0-b916-e9e5c4454334.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09eb7956d1042fe8329ceb057b9d85609ae794e0bb09fde0bf1de046f43cc764 +size 1315562 diff --git a/images/2dc18222-c02b-42b6-8da8-a15dacccfeb3.jpg b/images/2dc18222-c02b-42b6-8da8-a15dacccfeb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff3d00ac341cdcd89d907202011dce8db9dba64e --- /dev/null +++ b/images/2dc18222-c02b-42b6-8da8-a15dacccfeb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3056ac0fabc6e55cdf07dcbb0b067b5eca2676db04db2031dff48e5eaf246a1e +size 1633552 diff --git a/images/2dd7ba60-3b3c-4942-b953-b0e70e0e0f60.jpg b/images/2dd7ba60-3b3c-4942-b953-b0e70e0e0f60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a634ff62aabbee1ddaa98bf731b831c559b49747 --- /dev/null +++ b/images/2dd7ba60-3b3c-4942-b953-b0e70e0e0f60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cff346cd4b081f633637e6cd179c034306777464d15c392e2e6e35753847c9 +size 1359998 diff --git a/images/2de40b70-dc76-4262-9dcb-22cc49563780.jpg b/images/2de40b70-dc76-4262-9dcb-22cc49563780.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2919fbe1e66f66812eaa9924eb24bf8e0fb94ba9 --- /dev/null +++ b/images/2de40b70-dc76-4262-9dcb-22cc49563780.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade0b0b4ee4c77ed8cb3bb35d32eb9fa4472dcc760040756ee6bc00fa52cd733 +size 1870616 diff --git a/images/2de4ea44-100f-4cb2-bbcc-2271c42c44a6.jpg b/images/2de4ea44-100f-4cb2-bbcc-2271c42c44a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d52103ace20c354fc1f1bde3afe743026483fad2 --- /dev/null +++ b/images/2de4ea44-100f-4cb2-bbcc-2271c42c44a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dc3a967293ea39a2b7005540c457f230234de602561dd5cdca6b9bbe0e9835 +size 1725043 diff --git a/images/2dedc8b3-029f-4496-abe9-5a61aeeee118.jpg b/images/2dedc8b3-029f-4496-abe9-5a61aeeee118.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4a7cc7178774d399665ebc225bfbf96ab2a6ecc --- /dev/null +++ b/images/2dedc8b3-029f-4496-abe9-5a61aeeee118.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8747b4097cb380bd2d1d53056bc698409859ea2b464e8f8bef581908486b1c98 +size 1423469 diff --git a/images/2df272da-ebc7-4a21-94f1-5088708787cb.jpg b/images/2df272da-ebc7-4a21-94f1-5088708787cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ca427749f46ea37ad7a21386517b54dae20a7c5 --- /dev/null +++ b/images/2df272da-ebc7-4a21-94f1-5088708787cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2333aa1be270b4d4adf113a93985f081f02256a59038420ecec3f2064506c4f0 +size 1955847 diff --git a/images/2e03bb67-0fe0-436c-8382-7c0f7f3e2273.jpg b/images/2e03bb67-0fe0-436c-8382-7c0f7f3e2273.jpg new file mode 100644 index 0000000000000000000000000000000000000000..725a0bfefc887386b0fa99a9b035fc6d27b972f5 --- /dev/null +++ b/images/2e03bb67-0fe0-436c-8382-7c0f7f3e2273.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd2b1c48e45637324eccd0726502e02ba07d6c3a139f75056a94309f42aa82f +size 1704332 diff --git a/images/2e158028-dfa0-4212-8a0a-cb0c7fa940e8.jpg b/images/2e158028-dfa0-4212-8a0a-cb0c7fa940e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..801a25dc9bb2891e07972848336e1c4d9399d648 --- /dev/null +++ b/images/2e158028-dfa0-4212-8a0a-cb0c7fa940e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c5c47ad191c4791bff23fda27860c2d1f517779b8220930c0344eb4b8f25c1 +size 2984250 diff --git a/images/2e2a66e4-0980-4376-8d8b-7f0e9574197c.jpg b/images/2e2a66e4-0980-4376-8d8b-7f0e9574197c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b62b68fe06ec568ae0ae4703b405608a6a667f9 --- /dev/null +++ b/images/2e2a66e4-0980-4376-8d8b-7f0e9574197c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c920ad01168494543ea1329bdd5b40e8b0ebec9c0dcca8366cc59530bffc8b52 +size 1417690 diff --git a/images/2e3a9194-9a22-4e94-9cb5-480184dd2dcd.jpg b/images/2e3a9194-9a22-4e94-9cb5-480184dd2dcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7140c684c6fa5f18e391e50607cb1136c23495b --- /dev/null +++ b/images/2e3a9194-9a22-4e94-9cb5-480184dd2dcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff00090e0ddba9f4cdce324d57ecdf6a48b4aecd36cd47c6e7ed1b6087970c14 +size 1215770 diff --git a/images/2e3cb361-e4f1-4859-b734-b385d6163c9b.jpg b/images/2e3cb361-e4f1-4859-b734-b385d6163c9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d92b50eaca8b173e9ce0e440f6eb85731a186c1 --- /dev/null +++ b/images/2e3cb361-e4f1-4859-b734-b385d6163c9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7817af51186253d316db31f7503f9a9326b85ab90cf547b1452acdbc8aedab9 +size 1504103 diff --git a/images/2e40bb8a-6a45-4ada-95ac-685d4d580140.jpg b/images/2e40bb8a-6a45-4ada-95ac-685d4d580140.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08aac193205ca10ca96353b3beb4ab8458e8c4b4 --- /dev/null +++ b/images/2e40bb8a-6a45-4ada-95ac-685d4d580140.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1527405c6d5b8b79eeacb6948937e0d2f56d80079dcc540e01ad86319b84e76d +size 1656182 diff --git a/images/2e49a082-8241-49f1-85ae-6fb7c6efbe07.jpg b/images/2e49a082-8241-49f1-85ae-6fb7c6efbe07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1405ad4b0bbe7338f12b811fee13b4ea4833c50 --- /dev/null +++ b/images/2e49a082-8241-49f1-85ae-6fb7c6efbe07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13012ae6e0ae05cefa679a72214bb187f04c8e545afd855166e6844be81b9d0 +size 2183827 diff --git a/images/2e4cbc70-f79d-4bf9-afff-04b6b2d93d87.jpg b/images/2e4cbc70-f79d-4bf9-afff-04b6b2d93d87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f74903aa5963af968d79bb3c09292e51745b9112 --- /dev/null +++ b/images/2e4cbc70-f79d-4bf9-afff-04b6b2d93d87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09eb8708ce2806a79a276c89e7a158ed4110321571301e57cc529d742c9e8ee8 +size 1425427 diff --git a/images/2e4fb849-0bbb-4138-801e-7e5eb91b268e.jpg b/images/2e4fb849-0bbb-4138-801e-7e5eb91b268e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8ad0cb48910e25d713bf9b2eccead01644a7873 --- /dev/null +++ b/images/2e4fb849-0bbb-4138-801e-7e5eb91b268e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb39b51cb8a20077ccced9ef0e1a9b2e92b4f9baf81bd3893c1c56d54e652d0 +size 2883349 diff --git a/images/2e55fd85-ce91-45c9-8e49-c0f7e7826779.jpg b/images/2e55fd85-ce91-45c9-8e49-c0f7e7826779.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8180b5d09b83ca4e6ee4bf9fff97ee8384b917b1 --- /dev/null +++ b/images/2e55fd85-ce91-45c9-8e49-c0f7e7826779.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e56b41f164361d76c6adfa9a239c6355066ae5e3e896558f141144e31c9949 +size 1646013 diff --git a/images/2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97.jpg b/images/2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ba0c7c69c0072281b6c30bd69725736cfdf98b7 --- /dev/null +++ b/images/2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80a763ed75ca1600c037aaab946ad2e2bddc113d16e467573d39fd3431a597e +size 1548886 diff --git a/images/2e5cfab5-df59-4e58-a7ba-2c72e54f79cf.jpg b/images/2e5cfab5-df59-4e58-a7ba-2c72e54f79cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e1369e6d8085f6fc4d3c2ed1697cbcc2c3bd5b5 --- /dev/null +++ b/images/2e5cfab5-df59-4e58-a7ba-2c72e54f79cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d674daf0bdb5040eaad941b8ccaa94ab52d28e640e9aeddf6a82116e6e4ab738 +size 1588924 diff --git a/images/2e5d0c87-4e64-4e9f-88de-9ab1d95e247f.jpg b/images/2e5d0c87-4e64-4e9f-88de-9ab1d95e247f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc7b804f5e1cc71b6d201851122e602b18dd9333 --- /dev/null +++ b/images/2e5d0c87-4e64-4e9f-88de-9ab1d95e247f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c245141ca526d5cf02a94e5f930de2df6902d3b48470c80b83a02b49be5265c9 +size 1693905 diff --git a/images/2e607af7-e21e-4ef6-9ad8-3ca660468038.jpg b/images/2e607af7-e21e-4ef6-9ad8-3ca660468038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3182c301ab14ebd80c7442478cd17d3f18b04d41 --- /dev/null +++ b/images/2e607af7-e21e-4ef6-9ad8-3ca660468038.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53bbd35cb4fc1589aa65382f3b0d1ecdddeec8b4fff3443034be9c8a48654b4 +size 1046191 diff --git a/images/2e6464d6-6cde-4ac8-b684-b2c09f02ae33.jpg b/images/2e6464d6-6cde-4ac8-b684-b2c09f02ae33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5d3d04a929de8b73739a7ff939880eb1a463245 --- /dev/null +++ b/images/2e6464d6-6cde-4ac8-b684-b2c09f02ae33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b66a90fbeca0e446a8db54d8d26a6f717b89b2f2827f4160abe8ff5f6aa171b +size 1299667 diff --git a/images/2e69c74f-b747-44bd-aa24-7166a2eaf4d2.jpg b/images/2e69c74f-b747-44bd-aa24-7166a2eaf4d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e501369f2ff23bafea022bcc552697e451e57a35 --- /dev/null +++ b/images/2e69c74f-b747-44bd-aa24-7166a2eaf4d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab6d76aab46b00bf589463113d8b8e98edafab44ff79504a3bb0c469e1b2eff +size 1506660 diff --git a/images/2e6cf984-0f5b-486a-878c-ded81a88d8ea.jpg b/images/2e6cf984-0f5b-486a-878c-ded81a88d8ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70be384f7b66cf7bbec3160c21267ac091a89f7c --- /dev/null +++ b/images/2e6cf984-0f5b-486a-878c-ded81a88d8ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd014fec2b011a4adbaedc932a3f9bed5b5977cce80dba66d4b01a88104e20aa +size 1589562 diff --git a/images/2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9.jpg b/images/2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d661e67935d25c484176762496037aa20e3e0a06 --- /dev/null +++ b/images/2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cc9e201e0189645198d8c7148f44e659e497870953fb6ad6bc84ff85e2f91f +size 2886063 diff --git a/images/2e7f5220-fb20-47b9-b594-88262d979661.jpg b/images/2e7f5220-fb20-47b9-b594-88262d979661.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42b9643a7e2cf5e8913b617de151fbbf77737d1d --- /dev/null +++ b/images/2e7f5220-fb20-47b9-b594-88262d979661.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126449af33331eaf67b25bb08cf3625a23771746f53cb046abb84b0d79b22ff6 +size 1963815 diff --git a/images/2e8b884b-fde6-4254-a8bf-cf0125939f5e.jpg b/images/2e8b884b-fde6-4254-a8bf-cf0125939f5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc81f9e6edf974ce211fd90646d1fe27ed7a51f --- /dev/null +++ b/images/2e8b884b-fde6-4254-a8bf-cf0125939f5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d94c07772f621346c0bce85f301876e0975e6266dd28cf104e612940c1ca450 +size 1489278 diff --git a/images/2e99afb7-3e00-4221-af58-16b026ec89ab.jpg b/images/2e99afb7-3e00-4221-af58-16b026ec89ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9015aea42409bb13154bc2995ef6a86d440d642 --- /dev/null +++ b/images/2e99afb7-3e00-4221-af58-16b026ec89ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa0e9503224fcbf55cc5aade59649554a4baf7bec86e57c95aff77cd7c60b0d +size 2303554 diff --git a/images/2ea4b763-301c-4302-bc5a-af4e8e9c7992.jpg b/images/2ea4b763-301c-4302-bc5a-af4e8e9c7992.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92fae88bb753df7d9a93d6b120ec73044c8e5791 --- /dev/null +++ b/images/2ea4b763-301c-4302-bc5a-af4e8e9c7992.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d8b649bd73206b3155114238b47d81a9e855f81369761fd172bb58b4f9a8a6 +size 2244756 diff --git a/images/2eb38b4f-7662-49f4-be7b-8568f4d51187.jpg b/images/2eb38b4f-7662-49f4-be7b-8568f4d51187.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26b944ebd624aa4cc2448dd272828ba9f5ff06d7 --- /dev/null +++ b/images/2eb38b4f-7662-49f4-be7b-8568f4d51187.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de512cc0b3fd7e4e190669d26db8007999d79bc4b965d5310e4fe150546cb135 +size 1590898 diff --git a/images/2ebae139-eb06-448d-8ac1-50194d86ed12.jpg b/images/2ebae139-eb06-448d-8ac1-50194d86ed12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7ba8ba33bb9db89ce3fe5b5585f47a1badc812d --- /dev/null +++ b/images/2ebae139-eb06-448d-8ac1-50194d86ed12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38794d62484e6dac6d079de57944d86b00cc739138a1c1f1b93d449a28d0c5fe +size 2679133 diff --git a/images/2ebd5e36-db3a-4673-9c37-f328c6bb7cbf.jpg b/images/2ebd5e36-db3a-4673-9c37-f328c6bb7cbf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f66bb6a5f3558d4ce241febdce716e5cb239fcb9 --- /dev/null +++ b/images/2ebd5e36-db3a-4673-9c37-f328c6bb7cbf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77974348a8df084fdebe82793214c7725820fa8acf3fd695e78c289ec5cb9df2 +size 1681453 diff --git a/images/2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb.jpg b/images/2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a4700442548117e674af2f8866b06e0f94a273b --- /dev/null +++ b/images/2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2703826ca746f382ee423502f8cf0f00bdffe0868c9d9e2f800829cf1ac404a +size 1448321 diff --git a/images/2ec55694-eb14-41b7-a34c-722d5d95aef6.jpg b/images/2ec55694-eb14-41b7-a34c-722d5d95aef6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bfe28a7fceaad39b6e7aaa763a45a7bd4f3a1ec --- /dev/null +++ b/images/2ec55694-eb14-41b7-a34c-722d5d95aef6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba56ce17351357a72a088935668722389375b1df02c35ebd15e62ed75bac1f01 +size 3229713 diff --git a/images/2ecd43f0-46da-496e-a5d2-c1235702976f.jpg b/images/2ecd43f0-46da-496e-a5d2-c1235702976f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d88ca5f603066322cbaea808446c93f48ea5af0 --- /dev/null +++ b/images/2ecd43f0-46da-496e-a5d2-c1235702976f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e01019766b1c5ff5f2bcad7643c832b48cc0b23bf85906c1280da88af1ce7b8 +size 2348955 diff --git a/images/2ed8337b-bbe7-454a-b31e-ff6830fd71e9.jpg b/images/2ed8337b-bbe7-454a-b31e-ff6830fd71e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ab0c2c327dbf5c25dbba5a7da0c4767c9d2369e --- /dev/null +++ b/images/2ed8337b-bbe7-454a-b31e-ff6830fd71e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7d7b4569c87df0ba0358e77546bf66a9e2197be44e78f0470292d441f18993 +size 1576868 diff --git a/images/2eda9acb-069e-4574-bcd9-76bd09c90c29.jpg b/images/2eda9acb-069e-4574-bcd9-76bd09c90c29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1573b2963a448271279098bac5a4ce10362eb325 --- /dev/null +++ b/images/2eda9acb-069e-4574-bcd9-76bd09c90c29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade3204e12df718bc74e6f1cbf5f183f46d7b7b99e87d7bbfd896f1e32d7a526 +size 1380933 diff --git a/images/2ee15550-3fcf-4007-b2c4-8ec2a314d0a3.jpg b/images/2ee15550-3fcf-4007-b2c4-8ec2a314d0a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..299b21f65e3564d0ad2ed06f62f6cf3eef023c8f --- /dev/null +++ b/images/2ee15550-3fcf-4007-b2c4-8ec2a314d0a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab7a3c5e4852d1e7c090e419a73472443f99a28eba7af1170779216f1b79f6b +size 1586670 diff --git a/images/2eefc68d-78b4-4094-861b-25e7ae7dc3d2.jpg b/images/2eefc68d-78b4-4094-861b-25e7ae7dc3d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..685ecaf10cc2c10bb0f2748140fd77f07ab8e173 --- /dev/null +++ b/images/2eefc68d-78b4-4094-861b-25e7ae7dc3d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb7162326716e6adbd365c4675b2f547af468197f97ee05802dd4bfbd5eadf5 +size 1255107 diff --git a/images/2effb18c-9e83-4c56-aea0-33afc30be5dd.jpg b/images/2effb18c-9e83-4c56-aea0-33afc30be5dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0b2de9fb035b8a6f02274388e6ab1ccdb690c48 --- /dev/null +++ b/images/2effb18c-9e83-4c56-aea0-33afc30be5dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f1be3fcbc9482207002a3138a176adccbf6c0d7cfab40afd7035559cf80d19 +size 2997389 diff --git a/images/2f0097c6-287e-48a8-9a6b-3b657a4eddb1.jpg b/images/2f0097c6-287e-48a8-9a6b-3b657a4eddb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5b3814ca7883ea501346a3f64514d40ebf50ba7 --- /dev/null +++ b/images/2f0097c6-287e-48a8-9a6b-3b657a4eddb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5563b2f475990f87a70ab62bb9f19410754575458829e7266ad188203fb312c +size 1585406 diff --git a/images/2f05bb2d-8851-4ce4-9607-375dffbcf9a5.jpg b/images/2f05bb2d-8851-4ce4-9607-375dffbcf9a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de7bc08dffc7feee33ff6593f1c9a10eb58763fc --- /dev/null +++ b/images/2f05bb2d-8851-4ce4-9607-375dffbcf9a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e977f5d886c69600b05e1d4a4b2f3d8316cf0bb4442726ec88beb952ad5db7 +size 1391418 diff --git a/images/2f0c0527-2eb1-4979-8630-398e20b5b96d.jpg b/images/2f0c0527-2eb1-4979-8630-398e20b5b96d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..090d07fd2b2f301b2e19f74fb883648d262ac89f --- /dev/null +++ b/images/2f0c0527-2eb1-4979-8630-398e20b5b96d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef9f0ccfd50629abf2eaf377319393d00866c769b46f0e7852063793a18c75c +size 1312486 diff --git a/images/2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5.jpg b/images/2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44bf982f6330d75fa2615b2f5ac6051f8ab00264 --- /dev/null +++ b/images/2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7549b8e2841213334eea05a1588e07bcb45140afb0e2733e7770b6c40d2153 +size 1821506 diff --git a/images/2f2b846e-2e79-4663-b75c-30ff7cd51cc4.jpg b/images/2f2b846e-2e79-4663-b75c-30ff7cd51cc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8b96c9d38a2b11a0504dae12d132cd30748081f --- /dev/null +++ b/images/2f2b846e-2e79-4663-b75c-30ff7cd51cc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66081f47aac57370f8c7c9129e10a8ed653e50321f4825611ec51bd39f05d41 +size 1511686 diff --git a/images/2f3c0a4f-60de-4aa2-a415-8752cfca3919.jpg b/images/2f3c0a4f-60de-4aa2-a415-8752cfca3919.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bf6a6fb970857e2153934993a505051bef21837 --- /dev/null +++ b/images/2f3c0a4f-60de-4aa2-a415-8752cfca3919.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71606faae97afaa6119136114efa2b8fa92ed211a04c1df623b99ade948ab960 +size 1632075 diff --git a/images/2f3d082d-10d3-4350-934f-7b8db4e9b513.jpg b/images/2f3d082d-10d3-4350-934f-7b8db4e9b513.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b7995b651cc21de390f817e45e88b24bb84ede --- /dev/null +++ b/images/2f3d082d-10d3-4350-934f-7b8db4e9b513.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fa7abd92ea8a2a9c9e0d889d74cae94ad4a3d519cab9451eb80e8b6ec90d2c +size 1590310 diff --git a/images/2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49.jpg b/images/2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b84a80ba2b5171cb128c3dfc4004d27317c31e2 --- /dev/null +++ b/images/2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422ef43da653e7259fb4cf721919413508ec473f11d896b99b4c3bfec8ece6ee +size 1683136 diff --git a/images/2f40af0c-31b6-4306-b20b-850cb5bfdaaf.jpg b/images/2f40af0c-31b6-4306-b20b-850cb5bfdaaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b36e6e44431f5b9293f0f078c1cc5ad4bdd999ea --- /dev/null +++ b/images/2f40af0c-31b6-4306-b20b-850cb5bfdaaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066cfa1e6eaaa435006376133682aceb28280504f1164b461a863e9a20272612 +size 1538148 diff --git a/images/2f43c87f-a8c1-4587-a573-d12a43a19291.jpg b/images/2f43c87f-a8c1-4587-a573-d12a43a19291.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1387809f50432626f844f09e7a8d44ba01346e22 --- /dev/null +++ b/images/2f43c87f-a8c1-4587-a573-d12a43a19291.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8d68a5a79e09bc3eefca6d5c243f5cb4217b9403a80dba03863a394e4afc55 +size 2302527 diff --git a/images/2f5a933d-bd3c-409c-a30d-b68a85ef1bf1.jpg b/images/2f5a933d-bd3c-409c-a30d-b68a85ef1bf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fdbef528f084f1e193d687e91e223c4fd84fa1c --- /dev/null +++ b/images/2f5a933d-bd3c-409c-a30d-b68a85ef1bf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6c4aae2573a8821ba0d4cee14c0d7de6dbe9d61416e65a9a09711f78162ef5 +size 1606586 diff --git a/images/2f5cd0d2-1281-4630-858c-5f9354832fee.jpg b/images/2f5cd0d2-1281-4630-858c-5f9354832fee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8f3d451ae8562f93404457ffb47306290a9248d --- /dev/null +++ b/images/2f5cd0d2-1281-4630-858c-5f9354832fee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0772a24e2e381415ea1f1f23ab129e2a591d9e18ac8ca6b8405ff44b8368f416 +size 2070213 diff --git a/images/2f79b855-222b-43ac-9fd2-527a9d203afd.jpg b/images/2f79b855-222b-43ac-9fd2-527a9d203afd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3acb1d9617ace44ec974a90a8c030a2b900016d3 --- /dev/null +++ b/images/2f79b855-222b-43ac-9fd2-527a9d203afd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb74844f3ccdb192b79c0fbbbdf2b9453703da11b4cc32f166b4e02c2d0c8671 +size 1932781 diff --git a/images/2f79e931-b1b6-4067-adc7-a4336772dc2c.jpg b/images/2f79e931-b1b6-4067-adc7-a4336772dc2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03a62390131d7770d538824b66ea79564f2358c4 --- /dev/null +++ b/images/2f79e931-b1b6-4067-adc7-a4336772dc2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e0909eeac0986477286d93eec95eb38f2f344ad55a20a598551eba6bdae887 +size 1556783 diff --git a/images/2f8efabb-f203-468c-832e-2592a013a9d0.jpg b/images/2f8efabb-f203-468c-832e-2592a013a9d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2017caa50ec52433e9ac1b65a90822661d0cb870 --- /dev/null +++ b/images/2f8efabb-f203-468c-832e-2592a013a9d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121df4a37144cc4c5b6790a33fc0dfa665621571a9ba52b1efef8ded0ca6104c +size 1645578 diff --git a/images/2f95fe69-f3e4-4669-9c0a-f8bb35eab09d.jpg b/images/2f95fe69-f3e4-4669-9c0a-f8bb35eab09d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..600857d277ebe273560a80ccd021fffdefa6e302 --- /dev/null +++ b/images/2f95fe69-f3e4-4669-9c0a-f8bb35eab09d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564c8d4b63311371b5fb9cf3d9a19febc3cfed6fd65c78fb2a456bd798ad38cb +size 1165250 diff --git a/images/2f97c0a2-bf09-41fe-8fa0-2eaceab107ac.jpg b/images/2f97c0a2-bf09-41fe-8fa0-2eaceab107ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8838ae030de8603ca905942361b87796464cc96 --- /dev/null +++ b/images/2f97c0a2-bf09-41fe-8fa0-2eaceab107ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8c46fc28e222337507150cc0971e000705797137017145db334a52532808c0 +size 2770906 diff --git a/images/2faa91c2-40b1-4b37-82ad-73143c91f326.jpg b/images/2faa91c2-40b1-4b37-82ad-73143c91f326.jpg new file mode 100644 index 0000000000000000000000000000000000000000..406cc430f6e17b10384c2a4f9528ee4787fd0111 --- /dev/null +++ b/images/2faa91c2-40b1-4b37-82ad-73143c91f326.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c7b55129a7b3f8ccaac152cb118ad928356c03abfd0f16a6d740b02b49c986 +size 1789014 diff --git a/images/2fae2592-d340-4c74-a42a-ec54917b091c.jpg b/images/2fae2592-d340-4c74-a42a-ec54917b091c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbcb6dacb9bbfc5a6f78d18dd70bdb57e60e7717 --- /dev/null +++ b/images/2fae2592-d340-4c74-a42a-ec54917b091c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa5cfd594847a08fe499c6a3d89d23a688cfbcaca55237a4a1230350955c38f +size 1781224 diff --git a/images/2fb14377-5aa4-4760-b1a3-2c7a5d855e9d.jpg b/images/2fb14377-5aa4-4760-b1a3-2c7a5d855e9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b240b501ab70a67d7cb7d6eea81e8f1c38ef5c8 --- /dev/null +++ b/images/2fb14377-5aa4-4760-b1a3-2c7a5d855e9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d40680cfa55124e9ec6c3343594f833c793b88f6391c82a05b0376e8d8af9ee +size 2294620 diff --git a/images/2fb2abc0-8c24-4491-ba5e-7a1c04999f76.jpg b/images/2fb2abc0-8c24-4491-ba5e-7a1c04999f76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..923ace0bd19b31c419d0ce8e174bf0e9e0a77218 --- /dev/null +++ b/images/2fb2abc0-8c24-4491-ba5e-7a1c04999f76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08054509319679f37d429a18f5afadf615c79483dcde002cb7ba741e2c7b144 +size 985226 diff --git a/images/2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b.jpg b/images/2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9ea15ceb579f20c28d82c45bff94b7a737aef14 --- /dev/null +++ b/images/2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b78afd1d20031b03f3deff45cf6dde36fece9b8580f0bd4c2847fd7d38031b +size 1496135 diff --git a/images/2fbc5839-f222-4f53-aa53-715a5a02ac02.jpg b/images/2fbc5839-f222-4f53-aa53-715a5a02ac02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24697db7b1e9d9e6c3e027ca7d4d856164b5b772 --- /dev/null +++ b/images/2fbc5839-f222-4f53-aa53-715a5a02ac02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650c79566243953f34f9b3dc97f6c602db01d2f2dd5976d642d90e8de4809f69 +size 1677969 diff --git a/images/2fc547f3-551e-4d11-832b-973cd662582a.jpg b/images/2fc547f3-551e-4d11-832b-973cd662582a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3407d3de73cb11a4faa4544c1fb3446c6f9e17c0 --- /dev/null +++ b/images/2fc547f3-551e-4d11-832b-973cd662582a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d24c338911225729091b0e229d204f5676281aa131d040495ceeda57682a84 +size 1610630 diff --git a/images/2fc8e963-8b06-409f-bd88-eaeee94ab591.jpg b/images/2fc8e963-8b06-409f-bd88-eaeee94ab591.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cacf3c8bef691969480118b650d3b03e9a6da23d --- /dev/null +++ b/images/2fc8e963-8b06-409f-bd88-eaeee94ab591.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfab3b3fb7b0b83eab8cb112175e489c1a9a129aeb8d849b059fe457e4873b67 +size 1433605 diff --git a/images/2fc9a1d1-468e-4013-9a5a-c5f571b5f3da.jpg b/images/2fc9a1d1-468e-4013-9a5a-c5f571b5f3da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b294b3c940f336135f6f044c412d41acbcfd364b --- /dev/null +++ b/images/2fc9a1d1-468e-4013-9a5a-c5f571b5f3da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c2d64da52365bb69528db318978ee8b8122470a91e59abfbbe337f54a6cb68 +size 1385317 diff --git a/images/2fd4e767-bd35-4f39-a07b-5879930aca33.jpg b/images/2fd4e767-bd35-4f39-a07b-5879930aca33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3257e094254414f92ea472e6040092867b4aa2ae --- /dev/null +++ b/images/2fd4e767-bd35-4f39-a07b-5879930aca33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56aa55eb574fb1ab2c8e8c3ea41fa4bfc09049789e2d05d9cf8f8c684e198648 +size 1661161 diff --git a/images/2fd56f50-520a-4ba3-b914-2414b01eadc2.jpg b/images/2fd56f50-520a-4ba3-b914-2414b01eadc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e07d4e472f4c4bd783db833450487bbbb5da5a79 --- /dev/null +++ b/images/2fd56f50-520a-4ba3-b914-2414b01eadc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a57f69a487a8bcb331a293696eaad18265396132f8908791c7046b1a7b26b1 +size 1709909 diff --git a/images/2fdb7600-19d1-4d96-9a0a-1f67fb0505bf.jpg b/images/2fdb7600-19d1-4d96-9a0a-1f67fb0505bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d42250ff6e4d9487c616182928ebde99fc2d0f9 --- /dev/null +++ b/images/2fdb7600-19d1-4d96-9a0a-1f67fb0505bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89f792b9dd83d26e63bf2f8b7e6f6a662b57b4e9ff32a926d6418bb3c68b8f6 +size 1417280 diff --git a/images/2fe15aea-c422-47d7-ae39-a88f48924593.jpg b/images/2fe15aea-c422-47d7-ae39-a88f48924593.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd325292827abe4c860957464c75aa80859b923 --- /dev/null +++ b/images/2fe15aea-c422-47d7-ae39-a88f48924593.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e025dab008920a7881f312fa9d7d6067438fa8c10098a256f1e2282e7bce5a +size 2960586 diff --git a/images/2fe29557-989a-477b-948e-18bc9cff6660.jpg b/images/2fe29557-989a-477b-948e-18bc9cff6660.jpg new file mode 100644 index 0000000000000000000000000000000000000000..193ffbad963bf523dae23e0e97657ef2fe1ccbbf --- /dev/null +++ b/images/2fe29557-989a-477b-948e-18bc9cff6660.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42de4e89fd2de8b946bcec1aa1e7bf39794f1426fe02955711442ff33405314d +size 1908197 diff --git a/images/2feb07af-ea87-4075-a92e-276fe7e92e6b.jpg b/images/2feb07af-ea87-4075-a92e-276fe7e92e6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff356127df741146ddb4841802102ce23007ea57 --- /dev/null +++ b/images/2feb07af-ea87-4075-a92e-276fe7e92e6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d401af7383c47b11f0228029e1fb737d957f438ed6dab9d39d3938f9295ddad2 +size 1623444 diff --git a/images/2feca91f-90fe-4e54-a596-a6b4be80db63.jpg b/images/2feca91f-90fe-4e54-a596-a6b4be80db63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd006ff64baf0a379b8aa969b92514f8b18758b5 --- /dev/null +++ b/images/2feca91f-90fe-4e54-a596-a6b4be80db63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4838d73271909edab4d4249e96532b36dd73abebb2de5af50679a65ab52e338 +size 1782945 diff --git a/images/2ff623ee-cde3-44ac-9765-b7b0e830f1c0.jpg b/images/2ff623ee-cde3-44ac-9765-b7b0e830f1c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61a3c7c6d330bf7cbb85cc04e59fb4b9c91f9818 --- /dev/null +++ b/images/2ff623ee-cde3-44ac-9765-b7b0e830f1c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c8b5ad96552679d3635771a662d22e752d8e0c0525f1597e6d2c1ba17163ec +size 1897648 diff --git a/images/2ff82493-48b1-48d3-9413-9389511ec3d6.jpg b/images/2ff82493-48b1-48d3-9413-9389511ec3d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..084d08d545e3ef8572d1ee61e31715402a8bf1b1 --- /dev/null +++ b/images/2ff82493-48b1-48d3-9413-9389511ec3d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b12349dac9c789066d5ac483e633b9738e47370304de29a6e26c5c123ac2a92 +size 1581438 diff --git a/images/2ff8f9cd-7800-4275-b681-45b48b6eab5a.jpg b/images/2ff8f9cd-7800-4275-b681-45b48b6eab5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8a3300e8768cbfe2d92a7f073d3ed1553700d18 --- /dev/null +++ b/images/2ff8f9cd-7800-4275-b681-45b48b6eab5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f39c2bb71521cfaf9da99b84f737c6d735160d7eafccbceeb37453772bae63a +size 1381263 diff --git a/images/2fff9161-c433-4225-a84a-3d67745472e3.jpg b/images/2fff9161-c433-4225-a84a-3d67745472e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7c1be7007970bb8da3f037bf6333d5804459356 --- /dev/null +++ b/images/2fff9161-c433-4225-a84a-3d67745472e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93eba8fbd6773951c954fb08ef67b428693847526325dc0912103641b2f54c3f +size 1690347 diff --git a/images/3002bca8-59f8-4e38-950e-27b9efb15ffc.jpg b/images/3002bca8-59f8-4e38-950e-27b9efb15ffc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7f11b1e66c877ac3bc2455fed909f8e0dfa56d2 --- /dev/null +++ b/images/3002bca8-59f8-4e38-950e-27b9efb15ffc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803f1b376e8830662c875c45cdaa0c8c8c340f9bb53d6b27da24668069e64e1 +size 1501631 diff --git a/images/30039ba5-9667-42bc-b414-07cec18b52c3.jpg b/images/30039ba5-9667-42bc-b414-07cec18b52c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..055699c0f39a55e33406bb049c7538af4dde5c3b --- /dev/null +++ b/images/30039ba5-9667-42bc-b414-07cec18b52c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97ee950065fcfc388efe526e71cd101129e1d422ac7f3e7af4675f254fca3db +size 1611857 diff --git a/images/3003e09c-07f1-459d-aff5-6ff6afae1935.jpg b/images/3003e09c-07f1-459d-aff5-6ff6afae1935.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b34ca6f9298b258d83738c7d56489b7a8268c58b --- /dev/null +++ b/images/3003e09c-07f1-459d-aff5-6ff6afae1935.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174b0d2c6efe53c26985c2623e7b095e073755200e9cea0999b3d8ad51c1d5a3 +size 1645380 diff --git a/images/300456dd-aad3-4918-9cab-2ae0b28ab383.jpg b/images/300456dd-aad3-4918-9cab-2ae0b28ab383.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8132a909625cf670cce3d7ad320f2aed2af56a2e --- /dev/null +++ b/images/300456dd-aad3-4918-9cab-2ae0b28ab383.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63a627f8f0d36e31c3bed39101bca5a3a60a8b473745017d320cb4c062b1131 +size 2345671 diff --git a/images/300afdb1-55ce-4d59-b5e7-7f0d89522096.jpg b/images/300afdb1-55ce-4d59-b5e7-7f0d89522096.jpg new file mode 100644 index 0000000000000000000000000000000000000000..784187c3207733e2e90286f1152b45e1973f009f --- /dev/null +++ b/images/300afdb1-55ce-4d59-b5e7-7f0d89522096.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2deb1a0ea2b61b262bb15dbaf3e832249fcc9e86127ff4314e2596415f9a30 +size 2265156 diff --git a/images/300f8808-e120-4c98-adcd-de065d05f1c8.jpg b/images/300f8808-e120-4c98-adcd-de065d05f1c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca7db7958130d96644ae4f9bb617ca4e15d6feda --- /dev/null +++ b/images/300f8808-e120-4c98-adcd-de065d05f1c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1cba12202819aa5617a85cae639479971db2ec24258a9540a03a79b48cae85 +size 1488308 diff --git a/images/30102496-cc29-4fe7-9381-081835519f25.jpg b/images/30102496-cc29-4fe7-9381-081835519f25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54387fe435e5bb3db875c45abf39fc443d75dd42 --- /dev/null +++ b/images/30102496-cc29-4fe7-9381-081835519f25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c085088331100e2c3248f119423b3e6dc2b3c643c2e0eea63b5b17b32abe64a +size 1656921 diff --git a/images/30135f77-5468-4c82-9de7-674c00b6ad0c.jpg b/images/30135f77-5468-4c82-9de7-674c00b6ad0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19f2e33d07ef35b5aa9a4abe2a0209a97ac13db6 --- /dev/null +++ b/images/30135f77-5468-4c82-9de7-674c00b6ad0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b9d9e30fd92e95739fc64d5f2d39cf72216a932c9bf98d04c6b4ff649f271 +size 1143580 diff --git a/images/30140dd1-3d6a-4149-859f-019e6ed02046.jpg b/images/30140dd1-3d6a-4149-859f-019e6ed02046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04267c2b78b0cc4a9a3463cdf3e5a57c726144d7 --- /dev/null +++ b/images/30140dd1-3d6a-4149-859f-019e6ed02046.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd164e045459d4fc4906cafe623686493154c1e02f16675b4dbf7440bd29c15f +size 1586732 diff --git a/images/301e30c7-03ce-4ee2-a223-1b9b9cae0822.jpg b/images/301e30c7-03ce-4ee2-a223-1b9b9cae0822.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2795a893414cc02c83e424b684ddb5060fee7045 --- /dev/null +++ b/images/301e30c7-03ce-4ee2-a223-1b9b9cae0822.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c01aa5d6fddff85cf418ebdccff6bfaa2ea447e6243ce59b3218baaed7ffca6 +size 1604281 diff --git a/images/30228f33-b85c-45ba-977f-5b0ab43cf58f.jpg b/images/30228f33-b85c-45ba-977f-5b0ab43cf58f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9449dff8894fa693976d7594c5ef50c5afd1eec --- /dev/null +++ b/images/30228f33-b85c-45ba-977f-5b0ab43cf58f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a67c881af946330660104bc9aa0ebb9b11b12617ac3d4d8e8a93a2e87ce718 +size 1595566 diff --git a/images/30229df5-75a7-4012-bb0f-e4e3a7c1c21f.jpg b/images/30229df5-75a7-4012-bb0f-e4e3a7c1c21f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64cbd8063400c58c03f32d1034c201656d1ea7b4 --- /dev/null +++ b/images/30229df5-75a7-4012-bb0f-e4e3a7c1c21f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a06f3bb46a37eb3a399cbf0d6919e1dcf2cffcd0e18641321122fe05aa0d62 +size 1584303 diff --git a/images/30311184-af1a-48e6-a378-873ceb32950e.jpg b/images/30311184-af1a-48e6-a378-873ceb32950e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af75e058deb13827cd09a1d86fddd606830cce50 --- /dev/null +++ b/images/30311184-af1a-48e6-a378-873ceb32950e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a891e991b4ad7270046deb5d2d32994ee13494a42186f6ac6caaf670dfd79e6b +size 3014904 diff --git a/images/30316ebb-a8f6-4651-b5e0-e8fedd27f54c.jpg b/images/30316ebb-a8f6-4651-b5e0-e8fedd27f54c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d96815f3a94170b61237e2117a9d435bfa2e4400 --- /dev/null +++ b/images/30316ebb-a8f6-4651-b5e0-e8fedd27f54c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042a690ae7e3ae5563da20f96f52b69ea77b9f910061f6e34ed841cde90582bd +size 2512357 diff --git a/images/30471509-4e8d-4f04-82b5-430d372df1d4.jpg b/images/30471509-4e8d-4f04-82b5-430d372df1d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71c678bc187bd86d7ff30c1ae458f4ce5805c07d --- /dev/null +++ b/images/30471509-4e8d-4f04-82b5-430d372df1d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a324a0c4df685e1ab74f6db5fdb15e52c71232a4f02410470840c08d8406de3 +size 1285133 diff --git a/images/306265a9-be7d-4250-85c0-a5fbb4ec460e.jpg b/images/306265a9-be7d-4250-85c0-a5fbb4ec460e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5345865feba0b0b77a383935150e72eff8bf9d5 --- /dev/null +++ b/images/306265a9-be7d-4250-85c0-a5fbb4ec460e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a323be8ed51e8df129f13af93de13acbf5cddd762777e6ba0e1f17fac58817af +size 1609172 diff --git a/images/3064d81b-57dc-44de-b701-eb55badf128c.jpg b/images/3064d81b-57dc-44de-b701-eb55badf128c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f302aee000cd3709a3983fe1b5252b477a7bed71 --- /dev/null +++ b/images/3064d81b-57dc-44de-b701-eb55badf128c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03cebbd280d96257248d5cfee9843474b7400a3e473250de8f0bec5a621e15c +size 1215574 diff --git a/images/306c5fe0-11c2-45eb-bea4-037aaae68ffe.jpg b/images/306c5fe0-11c2-45eb-bea4-037aaae68ffe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a44a2c74255e777301d4cd3cf3a57d0ca70e15b0 --- /dev/null +++ b/images/306c5fe0-11c2-45eb-bea4-037aaae68ffe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df21156df80a47870052e400be192ce666f03d4fc28985534e568ca0e35498f +size 1730148 diff --git a/images/306e1ce8-d6bc-4bf7-ba97-378115ac1110.jpg b/images/306e1ce8-d6bc-4bf7-ba97-378115ac1110.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e12bdac2ef2d3e44284cf1b68630cedef503641 --- /dev/null +++ b/images/306e1ce8-d6bc-4bf7-ba97-378115ac1110.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d7f989017ece8ce2636682992e4ceedaf7ea3346fa97be578e22fea129bc39 +size 1650568 diff --git a/images/307085ff-dbf6-4a82-b1a5-feeae099c4b0.jpg b/images/307085ff-dbf6-4a82-b1a5-feeae099c4b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3608db679acc13dff0bb964f97b92aee101fa5a0 --- /dev/null +++ b/images/307085ff-dbf6-4a82-b1a5-feeae099c4b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bde0cf17f078d1e99bad58b7088a26b471d3e7e65826838631f6eaa603c3a0 +size 1432845 diff --git a/images/30775f78-4b2a-45dc-87a1-668fc148e8e7.jpg b/images/30775f78-4b2a-45dc-87a1-668fc148e8e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d920714fd341a7ef04aaacc61d45ebd17146a3a --- /dev/null +++ b/images/30775f78-4b2a-45dc-87a1-668fc148e8e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dfd6f40927ba00d2db4e41d451da82b30f8c8c554d097096dff05096d75e25 +size 1433367 diff --git a/images/3077f900-820d-47b5-aa8c-44d398207c9c.jpg b/images/3077f900-820d-47b5-aa8c-44d398207c9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1f00dd949bf70bf3ff7fc7f6306138c5bb02288 --- /dev/null +++ b/images/3077f900-820d-47b5-aa8c-44d398207c9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11619109a61e427ade8f3a997bcb4eb6991bed9bd5b76807c688057488623805 +size 1470071 diff --git a/images/307d0eb1-561e-40bc-92c0-bcbb88ebb080.jpg b/images/307d0eb1-561e-40bc-92c0-bcbb88ebb080.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0af8fa286d2cdb11b411640914229582f25e5e3b --- /dev/null +++ b/images/307d0eb1-561e-40bc-92c0-bcbb88ebb080.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21aae5a65ce77147b012b9e0cc4bb4de127beedd086fa072e9456568cc8da61 +size 2116329 diff --git a/images/307f61ce-fc0a-4a1a-80e1-9e92fb5b9030.jpg b/images/307f61ce-fc0a-4a1a-80e1-9e92fb5b9030.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4123cc8e754513ab56f0855476704741230aac8b --- /dev/null +++ b/images/307f61ce-fc0a-4a1a-80e1-9e92fb5b9030.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eeef16f27f41dbd15802a931997185949bd4683885f4451a67c173750dd507 +size 1352907 diff --git a/images/308461e2-efef-4085-9894-d6b8ea883096.jpg b/images/308461e2-efef-4085-9894-d6b8ea883096.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36c2374d060b52e3c5355cdfdcc2b4cde233363d --- /dev/null +++ b/images/308461e2-efef-4085-9894-d6b8ea883096.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe54ca3e2832c28187ee6faefa6176ffe1ea311ccebf445e00e8da546de9d77 +size 1264253 diff --git a/images/308890bb-b227-4615-b688-bf5f56777056.jpg b/images/308890bb-b227-4615-b688-bf5f56777056.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f4a7f613a7aa11f963e599320f20388b791cd40 --- /dev/null +++ b/images/308890bb-b227-4615-b688-bf5f56777056.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c66145b39b20550bd50d2c3733f29f1bb37b05a5d9ce42ef27730af1a7d091b +size 1410455 diff --git a/images/308c3ebb-4438-4cbf-afdb-9cbc106595bc.jpg b/images/308c3ebb-4438-4cbf-afdb-9cbc106595bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e669bbdc287c0b1cbe5ca08b705cb031067df9d1 --- /dev/null +++ b/images/308c3ebb-4438-4cbf-afdb-9cbc106595bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb117bcafa0219fb027abc14fae9162e2c32342208355212877f33476c5f89a +size 1412362 diff --git a/images/308c88f4-625a-442e-99a9-f242d031bf1b.jpg b/images/308c88f4-625a-442e-99a9-f242d031bf1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aeb66dff2a4648afc6f8780ca4b96cca56ae9a2d --- /dev/null +++ b/images/308c88f4-625a-442e-99a9-f242d031bf1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085de41db8028fe58f3444dacb9912ee41ed939a467017829f52d3b97b8f1288 +size 1243615 diff --git a/images/308d5edc-9494-499d-a3dd-9b011fe550b4.jpg b/images/308d5edc-9494-499d-a3dd-9b011fe550b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8705f8c3e047fc74f8af63899eb623f9f1627835 --- /dev/null +++ b/images/308d5edc-9494-499d-a3dd-9b011fe550b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c57c83b965affdf9b6756f4840104335c4352155b3ee5147cf2d8e7da3ed98d +size 1857890 diff --git a/images/308e1690-e0a0-4a98-8393-abd122eb79b5.jpg b/images/308e1690-e0a0-4a98-8393-abd122eb79b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d154705cc5332139bfb4916fac97021fd34ab616 --- /dev/null +++ b/images/308e1690-e0a0-4a98-8393-abd122eb79b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784cc434d751e92ebf0714cdc3116f741498f8b344ea957c6bb87fa7a1c0ba7e +size 1258749 diff --git a/images/308ecef6-789f-42e2-ba19-7f0631d59570.jpg b/images/308ecef6-789f-42e2-ba19-7f0631d59570.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e18f5b7a3298d0e9ae2e5a6e214bda391f49607 --- /dev/null +++ b/images/308ecef6-789f-42e2-ba19-7f0631d59570.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04a08e6b8f67706aa8c5c942c7345ee264410757bae619f176e0d5347325c95 +size 1705714 diff --git a/images/30944193-41a5-43c3-a342-d535e68238f3.jpg b/images/30944193-41a5-43c3-a342-d535e68238f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4362352a98f508fade516c650f451c9685af55f2 --- /dev/null +++ b/images/30944193-41a5-43c3-a342-d535e68238f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111aa68ac4eb1ab99da4ee85048d15c554406d92b0f35efbedb0af346e16b65f +size 1521853 diff --git a/images/3097db88-510b-4b8b-95ed-dfacd7317bfa.jpg b/images/3097db88-510b-4b8b-95ed-dfacd7317bfa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43759fcdc013cb3713b540f9e5359fcf6bccfcc4 --- /dev/null +++ b/images/3097db88-510b-4b8b-95ed-dfacd7317bfa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdda05ae4514ba64722fc73f689a923931d12d6ae73dcf1bf648b14a2241f9bb +size 2140131 diff --git a/images/309ba312-6b3c-4110-a198-795b5356582c.jpg b/images/309ba312-6b3c-4110-a198-795b5356582c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b7cbf8aad32b7f39c792e8c42422263b044cc42 --- /dev/null +++ b/images/309ba312-6b3c-4110-a198-795b5356582c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52912013426ca8c8ac5f9cb7ebee2adf885fb2d247b0a7e779c16a6c661196de +size 1514989 diff --git a/images/30a0531f-d8c0-4371-8961-67ade7dad9c5.jpg b/images/30a0531f-d8c0-4371-8961-67ade7dad9c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de57e3588c7db1c25c2cf90a31cba6976cf862b8 --- /dev/null +++ b/images/30a0531f-d8c0-4371-8961-67ade7dad9c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20c293ce9a69c4a22233ee0b68361b30026f6b662cd7dfe3b7d3cc66e5b4619 +size 1286288 diff --git a/images/30a4f1af-c573-415d-be27-e1645064ed5c.jpg b/images/30a4f1af-c573-415d-be27-e1645064ed5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9c9031357cb6cf451e0c342ece9cc8486f985ac --- /dev/null +++ b/images/30a4f1af-c573-415d-be27-e1645064ed5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dae4cf9542fef869f72033025e5a00bddd742012746a331f5a45523fb680fa4 +size 1963239 diff --git a/images/30a52e51-74d1-4f2b-be2b-978294bcc23e.jpg b/images/30a52e51-74d1-4f2b-be2b-978294bcc23e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0cfc5db1f22dd431a7420b04e8c3f7d83c4dd98 --- /dev/null +++ b/images/30a52e51-74d1-4f2b-be2b-978294bcc23e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4d102d6d17a2da77e84aa0e8ee2e0ac43f285575d5bb492bf190c0e6ecdd08 +size 1795408 diff --git a/images/30c0d604-2407-4659-8654-e33aa31a5fa0.jpg b/images/30c0d604-2407-4659-8654-e33aa31a5fa0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4163e33a226e83472519541ec2385677863178df --- /dev/null +++ b/images/30c0d604-2407-4659-8654-e33aa31a5fa0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1417e31f6a3dcf85a6e14bcd01fa77c70d560fe0d2860aa7f113b4ae4706f7 +size 1644330 diff --git a/images/30c8fc9d-6899-4474-9a5a-579111489076.jpg b/images/30c8fc9d-6899-4474-9a5a-579111489076.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8db1566974bf8c438ca0aeedb72915548079cb42 --- /dev/null +++ b/images/30c8fc9d-6899-4474-9a5a-579111489076.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2bfc4a5d150e023b40d3817d1ac141d1beec5b18a4190cf04ab99cff3fbfc6 +size 1689498 diff --git a/images/30d7d963-6848-43b6-954b-43c35f8df63c.jpg b/images/30d7d963-6848-43b6-954b-43c35f8df63c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00cff3e7a9e53ea6e59cce6515436a93a9d8f079 --- /dev/null +++ b/images/30d7d963-6848-43b6-954b-43c35f8df63c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4942f5db568c8a10a2852b2023583cf3f236a185b9f7a4ce773e192b45555341 +size 1546053 diff --git a/images/30dda6de-4086-4a81-bf5a-db704b92a73d.jpg b/images/30dda6de-4086-4a81-bf5a-db704b92a73d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51cc2050c51ec5d1f8e5707171265c19636b07d --- /dev/null +++ b/images/30dda6de-4086-4a81-bf5a-db704b92a73d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072c5302687f808e1463a703826e3691f6e4aa2f7df1c9fcedef48815d50921b +size 1348811 diff --git a/images/30e8b0cf-bdf4-407e-9821-ee065ba935a2.jpg b/images/30e8b0cf-bdf4-407e-9821-ee065ba935a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da47ae84bf4e6bceb76595b35f59fe21fc3fb562 --- /dev/null +++ b/images/30e8b0cf-bdf4-407e-9821-ee065ba935a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc4567571dda962c8e1e93d3a1041f97106c13b31650aba5d85f4ea42f4b306 +size 1605182 diff --git a/images/30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c.jpg b/images/30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a9133999c5b660111abdc40ff1a71a63523ed4d --- /dev/null +++ b/images/30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd385084a4828612c3b9acd2be20ef92b971ac37acc99d0a7e2766ab7babf3d +size 2728759 diff --git a/images/30f6b604-edb6-42b2-8b29-36a9b20464d2.jpg b/images/30f6b604-edb6-42b2-8b29-36a9b20464d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee2e7c0b936c0d0efca639d60e45d10ceeb90303 --- /dev/null +++ b/images/30f6b604-edb6-42b2-8b29-36a9b20464d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17eae571ccb400fd4077d87df8839c74cfcd089c907ea068071655867a02078b +size 1855448 diff --git a/images/30fd52ce-9d49-460f-b60c-773d30b80433.jpg b/images/30fd52ce-9d49-460f-b60c-773d30b80433.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f980d4df2c8347d5da145fad37f9626d750f4d2e --- /dev/null +++ b/images/30fd52ce-9d49-460f-b60c-773d30b80433.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0ac3c4a7e2c362d8d0f3b63514d527727864f65bb9dc600f4ad012ebb32710 +size 1648468 diff --git a/images/310cbb2f-1a9b-417a-b0c4-2431bdee6bb9.jpg b/images/310cbb2f-1a9b-417a-b0c4-2431bdee6bb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62de71ad4e4ebe167dad132522a78343bf88a08b --- /dev/null +++ b/images/310cbb2f-1a9b-417a-b0c4-2431bdee6bb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7674f752c880527d09711750c94f8b9959a3ab2ad13485e4eb2e7614a27dd8d +size 1547473 diff --git a/images/3116457e-a34e-4797-ba8e-af041917fbc5.jpg b/images/3116457e-a34e-4797-ba8e-af041917fbc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3e60cf0ec6a2fe1f69e04c54cc126646a020472 --- /dev/null +++ b/images/3116457e-a34e-4797-ba8e-af041917fbc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb4457c7a245aa7861ae5b3ed05d79ee7fb9e5b0d7f0d9a1f4a4a811416745d +size 1502029 diff --git a/images/3130f303-5d91-4e2b-a7c3-8c2da173b29f.jpg b/images/3130f303-5d91-4e2b-a7c3-8c2da173b29f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b179cf00aefce28bbc06fa5867529e247c182083 --- /dev/null +++ b/images/3130f303-5d91-4e2b-a7c3-8c2da173b29f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef12cd8628db98ba99c1cb31632d0a0468c42b542a4fb3cf195405155bf88192 +size 2193563 diff --git a/images/3138465b-dbc6-431a-ad57-905d9d1d7a2f.jpg b/images/3138465b-dbc6-431a-ad57-905d9d1d7a2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1f26d6bd26dd5b3e224fe9bf4fbed6e14371859 --- /dev/null +++ b/images/3138465b-dbc6-431a-ad57-905d9d1d7a2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84259b355e2fe01b623b1d86c9e4aee1bf06fcca3d3e7b2d24446ddd499ca698 +size 1901086 diff --git a/images/313b58b9-1839-46c9-a2a1-5a7664a99159.jpg b/images/313b58b9-1839-46c9-a2a1-5a7664a99159.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5237ebaffac00186600aadb91ba681b50ead3877 --- /dev/null +++ b/images/313b58b9-1839-46c9-a2a1-5a7664a99159.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbf76373367bda4a364b3ee5eba2f3e709c200ceabfe71659d923522972d6a7 +size 1726590 diff --git a/images/3144b35a-d632-4ee1-8b47-c9ba17af253b.jpg b/images/3144b35a-d632-4ee1-8b47-c9ba17af253b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49ace0e8ddaa13b5635b13800d3748314a4ebf43 --- /dev/null +++ b/images/3144b35a-d632-4ee1-8b47-c9ba17af253b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521f91cd3c90fa22062f9b1879e5b51d70b1382259aa292fe50e9aa972e1fb44 +size 1640640 diff --git a/images/3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4.jpg b/images/3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb0c4c2ef8450dcda69a642f064f5ac4342cc759 --- /dev/null +++ b/images/3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9042e5fd43531bfc3548b170ffa6e6ad983c91afdbda2f0053b1fdc07e17a7 +size 1416101 diff --git a/images/316b3082-94b0-4c25-b839-8981830bccff.jpg b/images/316b3082-94b0-4c25-b839-8981830bccff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3fe6597c907b40d8d076e9c71e5d2319fb058bb --- /dev/null +++ b/images/316b3082-94b0-4c25-b839-8981830bccff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fbb0fcd9be2b9f36fe9472c7783d0866931d6cf38305fcae6242768efe0d25 +size 1357707 diff --git a/images/316d965d-f310-44ae-90bc-b9d7f93390a6.jpg b/images/316d965d-f310-44ae-90bc-b9d7f93390a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9322218fda9bd1662409c559ea047c307b3a39e7 --- /dev/null +++ b/images/316d965d-f310-44ae-90bc-b9d7f93390a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb13292ff87e1057878a11cf8bb5a7620759b71d8e8a2d7ca18d875eca39ec7 +size 1273689 diff --git a/images/31716431-fe72-4dbb-85a3-665677e0f866.jpg b/images/31716431-fe72-4dbb-85a3-665677e0f866.jpg new file mode 100644 index 0000000000000000000000000000000000000000..023b1ac9ce8348c068ab08e5f747940c4ca096d5 --- /dev/null +++ b/images/31716431-fe72-4dbb-85a3-665677e0f866.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a86890f481d5cef0c07656123ed8fa1753183c87f4a093d6d7cfc1815f6f88 +size 1600071 diff --git a/images/3173d3d3-09c5-46c2-a219-cfd93d840521.jpg b/images/3173d3d3-09c5-46c2-a219-cfd93d840521.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2701d6b958f8b9887117f5581a6ee06f07e3a054 --- /dev/null +++ b/images/3173d3d3-09c5-46c2-a219-cfd93d840521.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65051de4834953d21fc23126f196fac680b0a67013a722faba43c390b2e378f0 +size 1333517 diff --git a/images/317679c4-ac8b-4e66-b895-242f3e734bf1.jpg b/images/317679c4-ac8b-4e66-b895-242f3e734bf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb6233528070660743e66e925e496bc768b1cb30 --- /dev/null +++ b/images/317679c4-ac8b-4e66-b895-242f3e734bf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332d91db7ab2b9e3080240b710059753f063a31a63a31315a63bfbbac25c51d0 +size 1624617 diff --git a/images/317bf585-3362-4a3e-8e11-d8f9000a572d.jpg b/images/317bf585-3362-4a3e-8e11-d8f9000a572d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d09e732a1aff8ba10a624966beb4366a4100aec6 --- /dev/null +++ b/images/317bf585-3362-4a3e-8e11-d8f9000a572d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8394e522510ab189b3a58646a1854328b9c3b15789a5161f361dbc521729613 +size 1358830 diff --git a/images/317bf99b-6df6-495e-9f25-f8302b233c44.jpg b/images/317bf99b-6df6-495e-9f25-f8302b233c44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17c5b7c03f86fa38e2dc383f74b82e9e28829d15 --- /dev/null +++ b/images/317bf99b-6df6-495e-9f25-f8302b233c44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df43c00329cbc86260faebf1f3ef4f060c3f24531c356640f2cf9914d3e2313e +size 1480873 diff --git a/images/319ede03-cccd-4a5e-965d-45f0f54cdf65.jpg b/images/319ede03-cccd-4a5e-965d-45f0f54cdf65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b3f910473bbbac9480aaba55509b18bf8482434 --- /dev/null +++ b/images/319ede03-cccd-4a5e-965d-45f0f54cdf65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8725bec7a42b2afdfbe79124bc2e25d48a791784e4635a2bb8a0cef27ddbd0 +size 1979629 diff --git a/images/319f97e3-f88d-42be-87a8-fe69f061dd07.jpg b/images/319f97e3-f88d-42be-87a8-fe69f061dd07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..354623ed2c0b1959255f1e937910b21ede575c51 --- /dev/null +++ b/images/319f97e3-f88d-42be-87a8-fe69f061dd07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b74d6bc51bdc9cb77b17b8ba7f2c7d1002f6c8432c6d47082729e75233f989 +size 1607091 diff --git a/images/31a2904b-7598-48a0-b5a0-d91d030245b2.jpg b/images/31a2904b-7598-48a0-b5a0-d91d030245b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75622eb4020299a8be337239a022a81d1aaf7e88 --- /dev/null +++ b/images/31a2904b-7598-48a0-b5a0-d91d030245b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93f6f358b41f6d7003ee3cfe989e9629b9fa7987d650255811dcfd711081bf3 +size 2273872 diff --git a/images/31a34ddd-0329-4fab-8694-af9cd68f7ae7.jpg b/images/31a34ddd-0329-4fab-8694-af9cd68f7ae7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25a1d1b067fab8f0d4d26f946f201cc4446179f7 --- /dev/null +++ b/images/31a34ddd-0329-4fab-8694-af9cd68f7ae7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940e75e9722ca74fc32ac4b699f471eca73299452388434274d060bde5331c6b +size 2073051 diff --git a/images/31a488cb-a30a-4e60-88d0-472ac93cc192.jpg b/images/31a488cb-a30a-4e60-88d0-472ac93cc192.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b345cc8d7c93d799f1f17e2467fb9757a39c099 --- /dev/null +++ b/images/31a488cb-a30a-4e60-88d0-472ac93cc192.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7b9a464efbefdbe601796037512ac67010425a2dfccf1a0a8817f227511485 +size 1374419 diff --git a/images/31aa0527-e490-4ff3-86f1-6aa733933b80.jpg b/images/31aa0527-e490-4ff3-86f1-6aa733933b80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3e935c45ee51eb1c7b533cb74f0fe45bdd17d15 --- /dev/null +++ b/images/31aa0527-e490-4ff3-86f1-6aa733933b80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427c5082e7577bbbc5860ae1d4a62ea8598649ef28482a1b1c2a271727d7b645 +size 1678493 diff --git a/images/31b21717-2dac-4cf3-b075-8cc00089e1c1.jpg b/images/31b21717-2dac-4cf3-b075-8cc00089e1c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95ce5af898aad33d883c86ef763cbbb67b116535 --- /dev/null +++ b/images/31b21717-2dac-4cf3-b075-8cc00089e1c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043ffbca483c65c2442c1f75ac0092cab3030dd423098bb6fcdd7cd319058d7b +size 1340036 diff --git a/images/31bb8028-b00d-4d2f-b660-664462c38e65.jpg b/images/31bb8028-b00d-4d2f-b660-664462c38e65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55e81129ccac9bcf755d5ff938f6b3434d83b5a6 --- /dev/null +++ b/images/31bb8028-b00d-4d2f-b660-664462c38e65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1943fdbd7ea8da9781b4ca2b8195c20c9c945c1dabb7948228fc9693338ea113 +size 2763641 diff --git a/images/31c71be5-94fd-4e15-84c9-38db6d6b90dd.jpg b/images/31c71be5-94fd-4e15-84c9-38db6d6b90dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d76863e6f16c1a8612cf84f0a52b27419793a8b --- /dev/null +++ b/images/31c71be5-94fd-4e15-84c9-38db6d6b90dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0827fa3f66723f2a94d2025887b0ac159e20aecf1634597bca2d7e3f081b74d +size 1435731 diff --git a/images/31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0.jpg b/images/31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdb41b169556dc7884c86b5c8903335a3df4723b --- /dev/null +++ b/images/31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34192de797fc0394277394a464886488834cda8cd754d2322f486f06dce1734 +size 1491466 diff --git a/images/31d9d8e0-381c-4383-8385-0f8b9b279388.jpg b/images/31d9d8e0-381c-4383-8385-0f8b9b279388.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23a50186b48203b12b318487178a121e15c4aa64 --- /dev/null +++ b/images/31d9d8e0-381c-4383-8385-0f8b9b279388.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0028b863de20cabdb5dcb5c197971256281b7d6186492537865d56a3a88380 +size 1747407 diff --git a/images/31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d.jpg b/images/31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..530b3703167e74b3a049ed5e5daa0e606a839367 --- /dev/null +++ b/images/31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07538f416a3da9c49e842bb36c4f1580614772f7cad2ed64af4c0ac0df83520 +size 1454258 diff --git a/images/31dcefcf-32cb-4a73-aa70-396fd3fc9626.jpg b/images/31dcefcf-32cb-4a73-aa70-396fd3fc9626.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8097f6e21d2d360a8cda2d44f938a14550fd32f8 --- /dev/null +++ b/images/31dcefcf-32cb-4a73-aa70-396fd3fc9626.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46e06b09cad1335988def6fba82330d7d4bf343a270374fb5579ff3d60e2ed1 +size 1412598 diff --git a/images/31e05ea5-4871-4ed6-8209-074a4766ee20.jpg b/images/31e05ea5-4871-4ed6-8209-074a4766ee20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf6934677a5ee11b8ddd26903a09f61a54bb936 --- /dev/null +++ b/images/31e05ea5-4871-4ed6-8209-074a4766ee20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1981eeeaa675344eb445ffc4b904aca2fa822290b1571a56be5a2160df0c58a +size 1368261 diff --git a/images/31e62bcc-8ef5-454b-8c06-f08ac5504d55.jpg b/images/31e62bcc-8ef5-454b-8c06-f08ac5504d55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..586edf922ae018cb1be2e681a49855d3a40b8eb2 --- /dev/null +++ b/images/31e62bcc-8ef5-454b-8c06-f08ac5504d55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc29f777ce76579759c70303787b7b252e3238089c55e1e20a8887f09ddd448 +size 1758972 diff --git a/images/31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3.jpg b/images/31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0237b09de8cf1578ba5cc8a472747eea37c7e050 --- /dev/null +++ b/images/31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8609fb7713898d3fd936ac17b4505bd8ecfd9732ce640f0ba048acb651c2740 +size 2454613 diff --git a/images/31f69b77-b6da-414b-94a4-93ab1ea3b2c5.jpg b/images/31f69b77-b6da-414b-94a4-93ab1ea3b2c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77f9fb51f59765f56a485d7d9b388473bd547564 --- /dev/null +++ b/images/31f69b77-b6da-414b-94a4-93ab1ea3b2c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad4107a0a5bdc2b4a7a532ed5fb9731230c68cfc72c1974d87f456838fee9bb +size 2000172 diff --git a/images/31faacfc-9990-4420-a8d8-bc8e2ae10056.jpg b/images/31faacfc-9990-4420-a8d8-bc8e2ae10056.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e57344a3cf4ef29b5e6b99a278033a410cde5844 --- /dev/null +++ b/images/31faacfc-9990-4420-a8d8-bc8e2ae10056.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d1cb7b0b1edfbbd52f2afc2ab7669223d6bd3bffc652dd0ec2a77a798643a1 +size 1867608 diff --git a/images/3207feaa-025f-41ff-87b4-224bb0b5b36c.jpg b/images/3207feaa-025f-41ff-87b4-224bb0b5b36c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7832d4e9144dacc997df29f5cd65e52f9b84e13 --- /dev/null +++ b/images/3207feaa-025f-41ff-87b4-224bb0b5b36c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f18bc8c2ea905a3b1341cc3be9ad0c3500c2be2c5c4405345894eb8bbdd7d3e +size 1146828 diff --git a/images/3214457a-9d93-4b67-a9fa-e0eea3fa44ba.jpg b/images/3214457a-9d93-4b67-a9fa-e0eea3fa44ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c4b00c86e26536b41387ac6129dfb6f43314138 --- /dev/null +++ b/images/3214457a-9d93-4b67-a9fa-e0eea3fa44ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935a8638bcb45839da96dc23d89be15f40c8760fe23ab83b989cfb23c3e98cf1 +size 1550345 diff --git a/images/3214b0d3-fc6e-461b-bcae-cfbde582b813.jpg b/images/3214b0d3-fc6e-461b-bcae-cfbde582b813.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c50facc28fe94fda8ed1ab0c4ac30839d1b5904e --- /dev/null +++ b/images/3214b0d3-fc6e-461b-bcae-cfbde582b813.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872ef60fb42a1b641e52089cbea835b27dfdcdfdaaf78e098e9e8f818b3adba2 +size 2223960 diff --git a/images/322270b2-e924-44b0-b2b8-98e6b6b74c20.jpg b/images/322270b2-e924-44b0-b2b8-98e6b6b74c20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..999184facf555d5ca10e1388f9b9434b653eb5aa --- /dev/null +++ b/images/322270b2-e924-44b0-b2b8-98e6b6b74c20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9e2e02422c5520ee5287e0db85f1f595585c448780a8c154124879be9f15ff +size 1592937 diff --git a/images/3224fc49-e98d-4388-a78e-6625ad11cc7e.jpg b/images/3224fc49-e98d-4388-a78e-6625ad11cc7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caa25a431b39034d067ccfdc5003b04328dc9649 --- /dev/null +++ b/images/3224fc49-e98d-4388-a78e-6625ad11cc7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5871dbd1cd991b4864a33048e54591b5b7c84cb97ecf153e562e7ecc385035c4 +size 1523942 diff --git a/images/322736e4-dc3c-43d5-a69b-8ad09973e76f.jpg b/images/322736e4-dc3c-43d5-a69b-8ad09973e76f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f8b2fb5d08e691b1987984c6f1367b99dfc2a8a --- /dev/null +++ b/images/322736e4-dc3c-43d5-a69b-8ad09973e76f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fe948525cfbc6a1fb1ce7188ee7cc1763e1e3279c9d54fc7215275094e0000 +size 1757822 diff --git a/images/32290424-d94a-413f-922c-5679add8b276.jpg b/images/32290424-d94a-413f-922c-5679add8b276.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10aa671fe2e8e2b64b5a1237c5ef45a36a5fc54a --- /dev/null +++ b/images/32290424-d94a-413f-922c-5679add8b276.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db439343f1edd6c90845db3ca0bca662e45a1351746280944608014a2e6b6a0 +size 1679888 diff --git a/images/32452595-b02d-47bb-acba-e3cf758f793a.jpg b/images/32452595-b02d-47bb-acba-e3cf758f793a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07796bddb63ef537ea9503367062192b4d09478e --- /dev/null +++ b/images/32452595-b02d-47bb-acba-e3cf758f793a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c1d419249ef625cf0213ec2c21af00ccd9d3e4332b5ad9abfa81040fa4c19f +size 1869411 diff --git a/images/3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298.jpg b/images/3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21d4cbdd756f41ce9af7a47d08ace6484eb8552e --- /dev/null +++ b/images/3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc59596675abe909bec753bdec834cf3c2068fdbfe751b77b2d4c0344193dadc +size 1594673 diff --git a/images/3253cad3-4201-4336-9656-59bc5f4e1620.jpg b/images/3253cad3-4201-4336-9656-59bc5f4e1620.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b02f4444dc26c1a5d9d65cb6568114128a0d03b8 --- /dev/null +++ b/images/3253cad3-4201-4336-9656-59bc5f4e1620.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bbf0eaffcb6dd48daed2c74e57addeafe623aa87ef3b4adbe5cba43cae59d0 +size 1601512 diff --git a/images/325c59aa-1606-4da3-ac5b-c40e50f71104.jpg b/images/325c59aa-1606-4da3-ac5b-c40e50f71104.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b02aee858ab0800936fa245253e16a256199172a --- /dev/null +++ b/images/325c59aa-1606-4da3-ac5b-c40e50f71104.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141ee51186caf65493f948912e04b217c255fb02f542602b68e2ca7d58304ac5 +size 1452249 diff --git a/images/32643247-df58-4885-96fd-c7e6d3cbcbe5.jpg b/images/32643247-df58-4885-96fd-c7e6d3cbcbe5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d145631f36ea07d118e2bae9a48ee2b1cc9bba3f --- /dev/null +++ b/images/32643247-df58-4885-96fd-c7e6d3cbcbe5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bdce58fafef37c8b0686f44632e29f451753cda468b0a36b23898f7030b4e8 +size 1744316 diff --git a/images/326d1e05-949d-4529-aaa3-ef4daa49d32a.jpg b/images/326d1e05-949d-4529-aaa3-ef4daa49d32a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e09efb92f77e5bb94acfb146a4a511f0f17085 --- /dev/null +++ b/images/326d1e05-949d-4529-aaa3-ef4daa49d32a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6eba6842669bfb4b0d21c5e92247ba8d22155e3fb2065624344f0121a68b968 +size 1699814 diff --git a/images/326d58c0-97a5-4c60-907e-d08d8b70ddea.jpg b/images/326d58c0-97a5-4c60-907e-d08d8b70ddea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4d96974250383a16965a0272d90fcac30c8471a --- /dev/null +++ b/images/326d58c0-97a5-4c60-907e-d08d8b70ddea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91b8e6cf07c63f7e8c87c9e16cc5192dd41194515a1fa45e29febc03022b8fd +size 1459065 diff --git a/images/328339ea-0276-4d03-b756-eea2a0014795.jpg b/images/328339ea-0276-4d03-b756-eea2a0014795.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c7e3ddf93904055a3c0cc456c1076c03de73f02 --- /dev/null +++ b/images/328339ea-0276-4d03-b756-eea2a0014795.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e231e18bc2953af7b80283429e1fdd72f496f76b384d458939e3ca79e956585 +size 1396329 diff --git a/images/328f0477-f34e-4d51-96a8-e0de5dfa618e.jpg b/images/328f0477-f34e-4d51-96a8-e0de5dfa618e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..937b204e72f51f8260354cbc2103891dd277e738 --- /dev/null +++ b/images/328f0477-f34e-4d51-96a8-e0de5dfa618e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667dc367dd7ca26ff112d9b1635d9fd261e67e09be08d12cf4346afb1cc10f69 +size 3053673 diff --git a/images/3290570e-86c1-4ff8-9dd5-e927108e4aef.jpg b/images/3290570e-86c1-4ff8-9dd5-e927108e4aef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07325a7ba62b9005dad1090449526118867e0537 --- /dev/null +++ b/images/3290570e-86c1-4ff8-9dd5-e927108e4aef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb0358f29e9fd90cc4198996514407c8dab32929c040cee9fa008e27d268cb0 +size 1684355 diff --git a/images/32921008-9ba5-42ae-bf61-df1365bfd277.jpg b/images/32921008-9ba5-42ae-bf61-df1365bfd277.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ea3491ce237cc0b48660792029bc35b79a3aa22 --- /dev/null +++ b/images/32921008-9ba5-42ae-bf61-df1365bfd277.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d9e59afcc8f9da68e48b5acfb6cc897ff0aabc74b2f2b424737404ac5ac312 +size 2149744 diff --git a/images/32aeddc8-8992-4098-9ad8-ac5d4b6f56f3.jpg b/images/32aeddc8-8992-4098-9ad8-ac5d4b6f56f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..666d1682ef789f22b112290a011f0117b9a0a343 --- /dev/null +++ b/images/32aeddc8-8992-4098-9ad8-ac5d4b6f56f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d964ea65f858e7fef4a3229bea8b304f8a4ec53151560e51110091d3a165e4 +size 1821662 diff --git a/images/32c5828f-d8ea-48da-828d-0c491d094c2a.jpg b/images/32c5828f-d8ea-48da-828d-0c491d094c2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e517c97eed9772158f6dab6ff068a0d0b254781a --- /dev/null +++ b/images/32c5828f-d8ea-48da-828d-0c491d094c2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c08dd6c01e366a487f5ece8e29c15d65bf097e152c06ffef54804aabf109a7 +size 1511552 diff --git a/images/32c986ef-296c-4ce9-9bff-0eb13c9d6b72.jpg b/images/32c986ef-296c-4ce9-9bff-0eb13c9d6b72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2fe33d57644269ced09285a3eb68c28a2e63814 --- /dev/null +++ b/images/32c986ef-296c-4ce9-9bff-0eb13c9d6b72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3e89fbc83026475bfcde0214d2755ed9180532db62d33b371b99b7f45a3366 +size 1341712 diff --git a/images/32d10bdd-c724-43ca-9114-6c798269b779.jpg b/images/32d10bdd-c724-43ca-9114-6c798269b779.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb346dc653837c4b6a6b37ff8d0dd93b9ac74f0f --- /dev/null +++ b/images/32d10bdd-c724-43ca-9114-6c798269b779.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2bdb2ee7e8cee49e5b083fdc443b37c960ef7bb50011bcc1523acc07257aac +size 2492117 diff --git a/images/32da9379-302e-4d7c-8c8e-efdc43d6876c.jpg b/images/32da9379-302e-4d7c-8c8e-efdc43d6876c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d5b78281db918543e05544e2b54548b855a8efc --- /dev/null +++ b/images/32da9379-302e-4d7c-8c8e-efdc43d6876c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5608cea4d5fddc27d5bd6612809f8e64f041245c8cbd1ff5dab36f553cb0b598 +size 1357941 diff --git a/images/32dcc895-40b9-4971-a418-5e2a2a084f16.jpg b/images/32dcc895-40b9-4971-a418-5e2a2a084f16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb4e8cb059e6157d0f4d3f9bb4ead2addcbe1a7 --- /dev/null +++ b/images/32dcc895-40b9-4971-a418-5e2a2a084f16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e89a041bff87a5fe56fb6e79a6918202fedb020d0bf2f3483b7f7326e7a3e4b +size 2073890 diff --git a/images/32e54189-ccc7-4262-86a7-5e8ba24112cd.jpg b/images/32e54189-ccc7-4262-86a7-5e8ba24112cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30eac3bca146229b4c25d703947f49acf950f9f7 --- /dev/null +++ b/images/32e54189-ccc7-4262-86a7-5e8ba24112cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcb49ff3bf1356b8baa1e6b53baca8f175ad2893f7c9ef8baf0c740f4a930d7 +size 1403014 diff --git a/images/32e9e7b1-e142-468c-8aee-c7e7ce953212.jpg b/images/32e9e7b1-e142-468c-8aee-c7e7ce953212.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da4483791516d3c1085c18139c24c0faa8b69da6 --- /dev/null +++ b/images/32e9e7b1-e142-468c-8aee-c7e7ce953212.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d63f7f2ceadc654279bd9a68b75d48fbe99afe8aace594c8d88fb8c63fbd792 +size 792414 diff --git a/images/32eb1b9e-312e-48d8-be04-0343c396a2a7.jpg b/images/32eb1b9e-312e-48d8-be04-0343c396a2a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aee9440efda967f4387b95cb2adc2e0663e08556 --- /dev/null +++ b/images/32eb1b9e-312e-48d8-be04-0343c396a2a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e51ceac093b588dfbc584dcfd645632dff36acc4b43fe0bd10d70c0dc0f3259 +size 1607065 diff --git a/images/32ed0375-268f-4587-8059-155818461a6b.jpg b/images/32ed0375-268f-4587-8059-155818461a6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acaaa4cb9371f6d82894f6be025ccde5d3654fd7 --- /dev/null +++ b/images/32ed0375-268f-4587-8059-155818461a6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0e6e01e55f2cd2d0b98159589d99efbabbaaade3a9a74dc2ec89252830221f +size 1477039 diff --git a/images/32fa7553-200d-4167-9eb4-68c0fd1e60b0.jpg b/images/32fa7553-200d-4167-9eb4-68c0fd1e60b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70502a4b32f66232f0c1383a77838013634aaace --- /dev/null +++ b/images/32fa7553-200d-4167-9eb4-68c0fd1e60b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eafcc1a9cf3431f1fd7ed9f68ab502f314b4bdf6c4c2d3173fa8b39f1f6a32c +size 1652326 diff --git a/images/3308386e-037d-4dcb-b997-05422ee0474b.jpg b/images/3308386e-037d-4dcb-b997-05422ee0474b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e558a18cbab29c19bdd917489b2ed8c60800bc6 --- /dev/null +++ b/images/3308386e-037d-4dcb-b997-05422ee0474b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b62084bd3f1c451fab657041392cdf3644ab37429114dac37255d9a0b7108b5 +size 1483579 diff --git a/images/33109ed2-01c0-481c-8dd4-ede7aad63ec5.jpg b/images/33109ed2-01c0-481c-8dd4-ede7aad63ec5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98d13b9f82ad10b64137e1a996d9c6c679d2f25e --- /dev/null +++ b/images/33109ed2-01c0-481c-8dd4-ede7aad63ec5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95091bdfee67dd1098479a4b5fdedd4ef971dd9f6c8ce53328f408d2e4698116 +size 1412733 diff --git a/images/3313f788-7ab5-404d-a8ce-25fcd6b77a3d.jpg b/images/3313f788-7ab5-404d-a8ce-25fcd6b77a3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..295514746adbccaf5789efef6b68d77a324ca774 --- /dev/null +++ b/images/3313f788-7ab5-404d-a8ce-25fcd6b77a3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d313082aebdff96ab7cbb9a3a2169da947a3932877ebafd9ae16aeb947c01dc +size 1878877 diff --git a/images/33172c0b-66f1-47a7-98bd-0b54583d87a4.jpg b/images/33172c0b-66f1-47a7-98bd-0b54583d87a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c4e196e410a3da7f192537e28c2791c4cc7a6fa --- /dev/null +++ b/images/33172c0b-66f1-47a7-98bd-0b54583d87a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a65cad508798a3d35a2227c3b8e49ea67813d21fca89b3513fd346cd540271 +size 1561404 diff --git a/images/3321ebfd-f6d7-4b27-adc9-d4ad6efda293.jpg b/images/3321ebfd-f6d7-4b27-adc9-d4ad6efda293.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbeb15d7c1028dc88a91cf937582174621e82456 --- /dev/null +++ b/images/3321ebfd-f6d7-4b27-adc9-d4ad6efda293.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e134aec085ab9f6345c49a45be23e7688f1d852d8a15e9e9d777805c568cdddf +size 1744728 diff --git a/images/33228c35-af97-4737-9cb9-b44ab4af3e94.jpg b/images/33228c35-af97-4737-9cb9-b44ab4af3e94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39d89171111befa25a3211f938e3b5d8af8ac33b --- /dev/null +++ b/images/33228c35-af97-4737-9cb9-b44ab4af3e94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96ec7567fab26437f0def4ead09d7dc3d4f9472817cd2a1c14e3e07e0cc7a72 +size 2054217 diff --git a/images/333db59c-b6ef-425a-87f5-bad74b440f3c.jpg b/images/333db59c-b6ef-425a-87f5-bad74b440f3c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dff885a4a76a84bdd3cbf86e391959237bfc58ef --- /dev/null +++ b/images/333db59c-b6ef-425a-87f5-bad74b440f3c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a540b001e5c55a4953cf13ef4b089f8e567b6e5685f0878df175504e4187567a +size 1194075 diff --git a/images/333f9614-a905-419e-88ec-0c20a7435d72.jpg b/images/333f9614-a905-419e-88ec-0c20a7435d72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db07d868a5451b082d71476f4caaba3aabe722aa --- /dev/null +++ b/images/333f9614-a905-419e-88ec-0c20a7435d72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80f12340457d6a6d76704ffb7adb786d12a4113fad9cff46da06e44a3cf043f +size 1898070 diff --git a/images/33401f1c-78ab-48d3-b968-5893b60d0b81.jpg b/images/33401f1c-78ab-48d3-b968-5893b60d0b81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a71add8a274769e0a4932a6f90e3ee4b3e6c424 --- /dev/null +++ b/images/33401f1c-78ab-48d3-b968-5893b60d0b81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780a4a66651a66be18f82dfcd56dcab92eab43d06af3de0c26ca4145d222109a +size 1874813 diff --git a/images/33442924-6483-491f-afa7-0d027b42f693.jpg b/images/33442924-6483-491f-afa7-0d027b42f693.jpg new file mode 100644 index 0000000000000000000000000000000000000000..774ab2d208322ddfdb320b0eab09ea514441fba5 --- /dev/null +++ b/images/33442924-6483-491f-afa7-0d027b42f693.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c405890ed47a1aedf3391f416e50f9a8a07de5742a82a9d3e2586ec39319cd +size 1556728 diff --git a/images/334602c7-6024-427e-97d1-34fd9cb57e38.jpg b/images/334602c7-6024-427e-97d1-34fd9cb57e38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e6979a277e8f2d218e40b045cf3ae28fb12a91a --- /dev/null +++ b/images/334602c7-6024-427e-97d1-34fd9cb57e38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372a8d9559048829a9c80b11a05c3c8490b1228f62c6be79cc9c8b72b7cbf7b3 +size 1494978 diff --git a/images/33470c73-3788-48a0-ae66-790cb016ca4b.jpg b/images/33470c73-3788-48a0-ae66-790cb016ca4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7704b41471ee452eb9edc7775b6cd5b4bf5e940c --- /dev/null +++ b/images/33470c73-3788-48a0-ae66-790cb016ca4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01987e01c6456ba14914045262a27e824c0957d055cc8ec9fbfbe955b22f37d3 +size 1758369 diff --git a/images/3358d4b7-efcc-4382-8cc0-0f98024d736f.jpg b/images/3358d4b7-efcc-4382-8cc0-0f98024d736f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd329a1cc2769e12a95296f405e33a8a9ea712dc --- /dev/null +++ b/images/3358d4b7-efcc-4382-8cc0-0f98024d736f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a1559de7678c2e78a2ab8f3bb211df8199b47b97439f3216c04f1efb359ef1 +size 1618102 diff --git a/images/335bd466-947c-402c-b414-b51161a02292.jpg b/images/335bd466-947c-402c-b414-b51161a02292.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60e0aabd2c57909e09c7edf21bb2eb375895020a --- /dev/null +++ b/images/335bd466-947c-402c-b414-b51161a02292.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22beba5e2e9e92c6e5bda6b38ad9db43220f59c23f391658d7f11e51bbe3b87 +size 1500902 diff --git a/images/33612aa0-da88-4b30-8216-02382d5f34cc.jpg b/images/33612aa0-da88-4b30-8216-02382d5f34cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..535201df877b3171463f536412a3d64861779a48 --- /dev/null +++ b/images/33612aa0-da88-4b30-8216-02382d5f34cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3cf25fd01fe1e3a54bd7aa021e4fe428db7931999de3772bcfdbb05e07f958 +size 1411300 diff --git a/images/336301b1-5412-43f9-a882-eb28909ee61c.jpg b/images/336301b1-5412-43f9-a882-eb28909ee61c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b0eada24f698b16b39b28792166aa548d570179 --- /dev/null +++ b/images/336301b1-5412-43f9-a882-eb28909ee61c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d53fb6946f19e47ad82cbaec77d9455201fc8d6a5e6fe7e8bff2b2fed49bb3e +size 1754944 diff --git a/images/336961b1-50ca-4307-91a9-7985dc4d829d.jpg b/images/336961b1-50ca-4307-91a9-7985dc4d829d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27dffccd82130c945069c6b9d97b3420d5a3528c --- /dev/null +++ b/images/336961b1-50ca-4307-91a9-7985dc4d829d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac6e5914e77be2c3b3193e1a7dd74e8b63bb5ed706e12a4218c7a6a79a2e96f +size 1584035 diff --git a/images/336ba71a-9458-4f1f-90e5-3e8455cae579.jpg b/images/336ba71a-9458-4f1f-90e5-3e8455cae579.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa95020455fdd97d76a23e269ce23ccea390b475 --- /dev/null +++ b/images/336ba71a-9458-4f1f-90e5-3e8455cae579.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6eb9cc4ed1bc1dfe91935e06e83ed18d99b8ffce9149877b1d9892ad2e6672 +size 2052565 diff --git a/images/337fea0b-8752-4143-9e2e-f2751cd69220.jpg b/images/337fea0b-8752-4143-9e2e-f2751cd69220.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e612cd5bee68b6996d9caf487b7368208595556 --- /dev/null +++ b/images/337fea0b-8752-4143-9e2e-f2751cd69220.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2214e4dec381f247552112812b2645124bc41768be5f7fb563fa53405fef3e4 +size 1588913 diff --git a/images/3387b3b8-df97-4b2f-947d-936064812d91.jpg b/images/3387b3b8-df97-4b2f-947d-936064812d91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd4c042f1eab5f31f7686102918848eed96b4a1f --- /dev/null +++ b/images/3387b3b8-df97-4b2f-947d-936064812d91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0da7c08cb38c1211bf01f2774c915b90bfbdd8810558c56ae0f8d47b836cec +size 1930393 diff --git a/images/338a3738-d396-4803-bb20-c9f517b495ad.jpg b/images/338a3738-d396-4803-bb20-c9f517b495ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..724f9b9a3955d96b8ec4646bc559e60fcbad8f8b --- /dev/null +++ b/images/338a3738-d396-4803-bb20-c9f517b495ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97050aa248cff2debcd4bb399b93e79b4c6a7d5e837a6ee9aa00b332f7ba6b10 +size 1412361 diff --git a/images/33977627-cfbf-41cd-bd52-120e5ce19bf4.jpg b/images/33977627-cfbf-41cd-bd52-120e5ce19bf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e73ec922b1741c107367a5c7247c3476ebf7f036 --- /dev/null +++ b/images/33977627-cfbf-41cd-bd52-120e5ce19bf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24e3a6afe45476c7fac5dcebc40ef366e1eb23f5924db4d5b04ce3232504e00 +size 1453891 diff --git a/images/339f0790-0b77-4a1a-a0f1-fcb05d700141.jpg b/images/339f0790-0b77-4a1a-a0f1-fcb05d700141.jpg new file mode 100644 index 0000000000000000000000000000000000000000..848bcac3589967cf30ab9ef1ba008e92c4ac4265 --- /dev/null +++ b/images/339f0790-0b77-4a1a-a0f1-fcb05d700141.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64260052a0f09ce6c683097232405142f1441158c85eb1faa21fe4749ef024fd +size 1530080 diff --git a/images/33a76fa4-2160-4e9c-8321-55177a9d7eda.jpg b/images/33a76fa4-2160-4e9c-8321-55177a9d7eda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a7b347cae1f7470a64300ded650a489e702ca50 --- /dev/null +++ b/images/33a76fa4-2160-4e9c-8321-55177a9d7eda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ddccc2bc7fa44c460dd215eb6698b2c22df74f9a44dae17f908455a4f56185 +size 1634728 diff --git a/images/33bae3c4-fdc6-41bb-ab78-d6a327f4358f.jpg b/images/33bae3c4-fdc6-41bb-ab78-d6a327f4358f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f338e1fc9c29f75867883bc090a2572e7df292e4 --- /dev/null +++ b/images/33bae3c4-fdc6-41bb-ab78-d6a327f4358f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574e9417c07ffa1a1cf906a49b83bf0d80024157c7a16388c7a49b48afcaa542 +size 1647917 diff --git a/images/33bd73be-da8a-48dc-9255-9147465c622c.jpg b/images/33bd73be-da8a-48dc-9255-9147465c622c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c8c885b4bdb4800e2e1e1b7e38c061f5202a362 --- /dev/null +++ b/images/33bd73be-da8a-48dc-9255-9147465c622c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbb4d0b7fad433dd7d34e5dfae10c579732756d9f5ceb8658e35a84f6bfc93a +size 1633880 diff --git a/images/33de1ca6-e00b-4eba-a342-d2f82a4cc442.jpg b/images/33de1ca6-e00b-4eba-a342-d2f82a4cc442.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ced533dc817c00df7a1253554b11b763301312d8 --- /dev/null +++ b/images/33de1ca6-e00b-4eba-a342-d2f82a4cc442.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727c3663e6d2627638a150e92055f88007a7f02d264c54c0aa7f90005bfe6340 +size 1525504 diff --git a/images/33e888ba-f0bc-4379-84b5-418913750951.jpg b/images/33e888ba-f0bc-4379-84b5-418913750951.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48c311c69a0eb87fa0ade6b1ab9195c42675fea2 --- /dev/null +++ b/images/33e888ba-f0bc-4379-84b5-418913750951.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b3428cc0916dcfd50991644b1542f1d60e41bc137674a9b17f68b72841eb77 +size 1956808 diff --git a/images/33ead691-64c8-4a6e-9554-e03663360d81.jpg b/images/33ead691-64c8-4a6e-9554-e03663360d81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d62c8c33b4fee9b48c4b26383f1300420a77d91 --- /dev/null +++ b/images/33ead691-64c8-4a6e-9554-e03663360d81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b761f66caec2e32de98950f61aa2994e8af67df89bdcac31a827db32301f4f98 +size 1646295 diff --git a/images/33f31d25-e27b-4179-a4b6-23e8406c4a96.jpg b/images/33f31d25-e27b-4179-a4b6-23e8406c4a96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53773d5d30fde654a18c9633ec6a7cb497f01ca6 --- /dev/null +++ b/images/33f31d25-e27b-4179-a4b6-23e8406c4a96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51affe2cebb198d17669a531ae6929a077644bea66a416a1c60b4f3685b4281 +size 2644346 diff --git a/images/33f46713-43fd-43cb-b055-a33cfc97e5da.jpg b/images/33f46713-43fd-43cb-b055-a33cfc97e5da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04052d778a1b2d399d75a65b63aa9825d4885de1 --- /dev/null +++ b/images/33f46713-43fd-43cb-b055-a33cfc97e5da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d169d1aa942872bfb9a977b26b0408c6a42f2dda644242d3d23dbe05d166f07 +size 1488018 diff --git a/images/33fad94e-05a8-4b26-9e9a-04892bd95023.jpg b/images/33fad94e-05a8-4b26-9e9a-04892bd95023.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4f2da9552ddca38fa997f823da5d3466041dba0 --- /dev/null +++ b/images/33fad94e-05a8-4b26-9e9a-04892bd95023.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeee0b42780cf5608974747742e644fd28800a82ef4705a37cab1e45a6af363 +size 3028438 diff --git a/images/3401a868-814e-4852-9350-09af94e69d3d.jpg b/images/3401a868-814e-4852-9350-09af94e69d3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab893071305f96ce4a7b148ed655098d42d4e984 --- /dev/null +++ b/images/3401a868-814e-4852-9350-09af94e69d3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17946d3f7154e2be7c565ac981aa9104dc800b5865b567a941c35d8b1814a5fa +size 3215681 diff --git a/images/34077ed6-36e8-4efe-9a17-604883804819.jpg b/images/34077ed6-36e8-4efe-9a17-604883804819.jpg new file mode 100644 index 0000000000000000000000000000000000000000..801462ebbcd3f3de145abc51dff20a1acbc7b850 --- /dev/null +++ b/images/34077ed6-36e8-4efe-9a17-604883804819.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab733430bdb5d4672e9ca752891d9ee308d4558ef123aea34a9ade607b09d889 +size 1662326 diff --git a/images/3418256e-9403-485f-a1bf-d48b3c97d7e7.jpg b/images/3418256e-9403-485f-a1bf-d48b3c97d7e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dec011913ada106dbd4c2a695193ddacf593bd67 --- /dev/null +++ b/images/3418256e-9403-485f-a1bf-d48b3c97d7e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1a7be8d02f30ac3b066235b62cc18355a32ffab1e43ce2874a342435b5675e +size 1497026 diff --git a/images/3419d208-4141-4e48-89f7-2f986cf1d4fa.jpg b/images/3419d208-4141-4e48-89f7-2f986cf1d4fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54b732f11fb09d3cdb9cfe733cfcee4d13b62685 --- /dev/null +++ b/images/3419d208-4141-4e48-89f7-2f986cf1d4fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1c1f4af9b2f234bee80b1f47f28cd9998d780be177885bd445adf03c1e0db2 +size 1430466 diff --git a/images/345831db-6ada-40b3-8c23-e9acb938a3d2.jpg b/images/345831db-6ada-40b3-8c23-e9acb938a3d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a667ae0f67174d6c6306917c8d0feff506c50792 --- /dev/null +++ b/images/345831db-6ada-40b3-8c23-e9acb938a3d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed491353f1a03f7c0fe23a7f13d38eda146090f2a20338c63756553e239c4a59 +size 1366976 diff --git a/images/3472c4bb-7982-439d-a7eb-3fbd26cf6085.jpg b/images/3472c4bb-7982-439d-a7eb-3fbd26cf6085.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21c30b28907487d53e7f73fe6d9cdf3d44e5a8e1 --- /dev/null +++ b/images/3472c4bb-7982-439d-a7eb-3fbd26cf6085.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938cc1dfbac00106abb9ae2c4531ea566b1b4750487464fe821a134b0bf5a91f +size 2244956 diff --git a/images/3474efe9-a400-474a-8aa7-65e49dbd5393.jpg b/images/3474efe9-a400-474a-8aa7-65e49dbd5393.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c80ab4c5c01601713f5cd90b35976f0e9b291f1 --- /dev/null +++ b/images/3474efe9-a400-474a-8aa7-65e49dbd5393.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edb082ee004fee5ca131ab518ddf1c86666755693f419063c165dbf751c7caf +size 1350391 diff --git a/images/347820b2-72bf-497b-8944-1aa2293c1d29.jpg b/images/347820b2-72bf-497b-8944-1aa2293c1d29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c655926148a9a666f08be5189c09ac7a25fb269 --- /dev/null +++ b/images/347820b2-72bf-497b-8944-1aa2293c1d29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc191a9afc501a090add4228301817393b8cd48118f0235e945ea48017556be2 +size 1584691 diff --git a/images/3489a3f8-b2f1-4357-b89d-e67020f27216.jpg b/images/3489a3f8-b2f1-4357-b89d-e67020f27216.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd68474d6e28223a2f9ed19d41e8cc74cd2edc1 --- /dev/null +++ b/images/3489a3f8-b2f1-4357-b89d-e67020f27216.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556cb2eb808fa2f3537188f869f507bdeaf2e092d6eb3999469432d58f87f15e +size 1732475 diff --git a/images/348c0021-f67d-4d22-a009-50479189505b.jpg b/images/348c0021-f67d-4d22-a009-50479189505b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba70df02423f30e68e4f05073b98a01322657fa2 --- /dev/null +++ b/images/348c0021-f67d-4d22-a009-50479189505b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd4574f2487d72d8e57d5a8e809e6011a1941588ebb5127be4783c02e3e9653 +size 1524600 diff --git a/images/348d11b4-fd67-4507-a6cd-024e4c9622e9.jpg b/images/348d11b4-fd67-4507-a6cd-024e4c9622e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a4df084d0aaa3cd4fd2d60a30c2e7b71ac37ce7 --- /dev/null +++ b/images/348d11b4-fd67-4507-a6cd-024e4c9622e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254dacb3a0e8c90e426de5f34b32dc20e3228f6eec2987ba4bfab4e656929270 +size 1651804 diff --git a/images/3492b32f-546a-44b5-9a63-e589692586ea.jpg b/images/3492b32f-546a-44b5-9a63-e589692586ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48238af40fbfaf8734d99eb831187f83462bbecb --- /dev/null +++ b/images/3492b32f-546a-44b5-9a63-e589692586ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b14451099c5728ed8cd5897ac85822ede031a72e2e14ae98eef4c1717b12431 +size 1468060 diff --git a/images/3496eb0c-f285-485d-b089-bc1e194dbfd5.jpg b/images/3496eb0c-f285-485d-b089-bc1e194dbfd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f89f1a89ad40bf879b2b154746106112a97e7127 --- /dev/null +++ b/images/3496eb0c-f285-485d-b089-bc1e194dbfd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404d840cef10238f5941ac49b1775a7e5ade10ff2ca7dafbdd13f1e3d2b6f4f3 +size 1855480 diff --git a/images/34ad5a14-c4ef-4058-821b-fc7440e1aabc.jpg b/images/34ad5a14-c4ef-4058-821b-fc7440e1aabc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..468b4e32548fbc69d7db270e33ddd0606c8513e5 --- /dev/null +++ b/images/34ad5a14-c4ef-4058-821b-fc7440e1aabc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd3ad2dedceb3cec46f16b85b9a25c102764a2a780c4054a0456dfdd68c8504 +size 1359193 diff --git a/images/34b5b35b-54ec-4481-be40-06461f087aae.jpg b/images/34b5b35b-54ec-4481-be40-06461f087aae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0b4ab5a9c44413e57a4d44244c40f046286032f --- /dev/null +++ b/images/34b5b35b-54ec-4481-be40-06461f087aae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e89f8f37e67d9f504997bd00dca2840e190092684a7b170f3cf3a1377b343d6 +size 1485478 diff --git a/images/34b8178c-d5fe-4712-9a7b-b941d4e29ad8.jpg b/images/34b8178c-d5fe-4712-9a7b-b941d4e29ad8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a39e38a0d2d1785eb4606094f9bcab6b0d216fd1 --- /dev/null +++ b/images/34b8178c-d5fe-4712-9a7b-b941d4e29ad8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475ec379af08a0bc58ed9d77e4b20610ff104b2eee4aba020239b3ec0079373f +size 1841523 diff --git a/images/34bda55e-e4cc-42a2-a675-4bddc4d56707.jpg b/images/34bda55e-e4cc-42a2-a675-4bddc4d56707.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4439801febc5cf1258913adfb0843651e665aaf5 --- /dev/null +++ b/images/34bda55e-e4cc-42a2-a675-4bddc4d56707.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618535c77b28c51231cdee81f640e9cc95aa87f8f867a447d40d288b6911c099 +size 1408825 diff --git a/images/34c04c05-244c-4a33-93f0-48fd4c92045e.jpg b/images/34c04c05-244c-4a33-93f0-48fd4c92045e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..122225601b224d3b1ba6946565f5c373fc5afccc --- /dev/null +++ b/images/34c04c05-244c-4a33-93f0-48fd4c92045e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7569381fa0eb3ff1dfe27ad42a784c239fa618f79e620e64aebbcad43dad84db +size 1338234 diff --git a/images/34c25bcc-6e45-4357-b80d-fea4d5583f32.jpg b/images/34c25bcc-6e45-4357-b80d-fea4d5583f32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8d1caaf7fbba0a1a30eeb1cd6a31d71150f820f --- /dev/null +++ b/images/34c25bcc-6e45-4357-b80d-fea4d5583f32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a837aba629f59b652b60c599cecdfb0b92b309a65cc1036fb46a12d2a4eb08 +size 1628098 diff --git a/images/34c9ed18-f80d-4dfc-bc57-e39353a60f36.jpg b/images/34c9ed18-f80d-4dfc-bc57-e39353a60f36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2f1e16e0c2279a8ced732829cc59129433d5692 --- /dev/null +++ b/images/34c9ed18-f80d-4dfc-bc57-e39353a60f36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb55a0c1276218a2f8e8fd4b6d879359de3cd342aab16da7e68d8592aca94857 +size 1625684 diff --git a/images/34cf19e6-510f-40ad-b722-b97bc3dc0291.jpg b/images/34cf19e6-510f-40ad-b722-b97bc3dc0291.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90d5fec70354072884bb0f8968dd7d476ddf49ac --- /dev/null +++ b/images/34cf19e6-510f-40ad-b722-b97bc3dc0291.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5015478e00fa174bec0fc7474548ade4e6fdcb739f0a3d8557c8f47bfef8394 +size 2484084 diff --git a/images/34d032a7-978c-480d-8f2a-535827d71c95.jpg b/images/34d032a7-978c-480d-8f2a-535827d71c95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b151792a81fdce6208a8c597eb96ed273e4814a --- /dev/null +++ b/images/34d032a7-978c-480d-8f2a-535827d71c95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0336e2a4fcc321e1a761c3cbff4aa097020cef39675a5a8e614a0232886b5010 +size 1173775 diff --git a/images/34d356b0-fe48-405e-9e68-b2834245b240.jpg b/images/34d356b0-fe48-405e-9e68-b2834245b240.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4097658f770597728e9f01355d7af786d7fbbd9 --- /dev/null +++ b/images/34d356b0-fe48-405e-9e68-b2834245b240.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5ef6e2823fbb82350f71a7bc2c7d071d77aef8ee74d1d12a1d99d240c050c6 +size 2280137 diff --git a/images/34d36b2d-212d-4789-b7f7-85c49ba20292.jpg b/images/34d36b2d-212d-4789-b7f7-85c49ba20292.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56b3360b8f5a7d05f3ba5d068d1b26b8fb1baa70 --- /dev/null +++ b/images/34d36b2d-212d-4789-b7f7-85c49ba20292.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a1796609ac9f8445224f4b81abaf0335f91f5d21fe762e6380fb236cc85e49 +size 1483315 diff --git a/images/34dd5c50-d5e9-44fd-a1a5-e0a16ee52226.jpg b/images/34dd5c50-d5e9-44fd-a1a5-e0a16ee52226.jpg new file mode 100644 index 0000000000000000000000000000000000000000..618dc8f203014466ab5461c2e1dbe660dc16d134 --- /dev/null +++ b/images/34dd5c50-d5e9-44fd-a1a5-e0a16ee52226.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136f5e8bcc636518e7b56886fd19d404a8bb85f2a571ff285a65b61b75e9a8f9 +size 1697415 diff --git a/images/34f5d683-7b7e-4b7c-b309-6811e587ff29.jpg b/images/34f5d683-7b7e-4b7c-b309-6811e587ff29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58915bdcb7f9295a5d807463972f84476d45035b --- /dev/null +++ b/images/34f5d683-7b7e-4b7c-b309-6811e587ff29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b3c681d721d715db96304cc50e9ba31738c3ce146b08e0d89c4517bc97cde7 +size 988729 diff --git a/images/34f685b3-1440-47e3-af6c-d67f80550188.jpg b/images/34f685b3-1440-47e3-af6c-d67f80550188.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfad70110b232e08791fd8792f377998e59e65f5 --- /dev/null +++ b/images/34f685b3-1440-47e3-af6c-d67f80550188.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b3fbfa17e12a1726b60ae55812c9ab12b4e8d449786d864f188b7e0df60f10 +size 1475364 diff --git a/images/34f69091-b53d-421c-962b-5eef846ec882.jpg b/images/34f69091-b53d-421c-962b-5eef846ec882.jpg new file mode 100644 index 0000000000000000000000000000000000000000..804120af45746086ac1740029db0149369fee3c3 --- /dev/null +++ b/images/34f69091-b53d-421c-962b-5eef846ec882.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4752d053f5e31d2fae343b611296e2d0031d0771bc9b80a18e3ce7a773b3360 +size 2291979 diff --git a/images/34fb7cab-8c39-4690-acc4-25ea56631d96.jpg b/images/34fb7cab-8c39-4690-acc4-25ea56631d96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4ae2e2b7dfb8a9ab10cf2fae774912b960ac4b2 --- /dev/null +++ b/images/34fb7cab-8c39-4690-acc4-25ea56631d96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59304b0fd63f4bb0142a6e3d7a5ffc99c6f1939ff29de769cbcef4dbd95f50d1 +size 810860 diff --git a/images/34fce3ac-4cb2-4616-a669-68131a3fd316.jpg b/images/34fce3ac-4cb2-4616-a669-68131a3fd316.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85de678291da89ac06946355f14ae3c5dde0b09e --- /dev/null +++ b/images/34fce3ac-4cb2-4616-a669-68131a3fd316.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30efbdb8cb361e86a6dd45cd4dc997e3b030c60021b4f64e23afbefa2d3b4569 +size 1676096 diff --git a/images/3503c101-1c86-438a-8333-be7888fd8e8d.jpg b/images/3503c101-1c86-438a-8333-be7888fd8e8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9391e3ecfc8a404ed2b99b72f031bab41d44b1f5 --- /dev/null +++ b/images/3503c101-1c86-438a-8333-be7888fd8e8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66a795a0926ed169e5d92dec25782d41876d92f3516f4eec6fe6b5f993e15ce +size 1494203 diff --git a/images/3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0.jpg b/images/3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca2c2fac4d026198d1c134947e3e4655e898dae1 --- /dev/null +++ b/images/3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092623bbb0b6ea4bd6acf81f2f5e3ed337f846e409e4da16d58657a3266246a8 +size 1206275 diff --git a/images/351047e4-5d45-4bac-b46d-4e8b276c3a36.jpg b/images/351047e4-5d45-4bac-b46d-4e8b276c3a36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a35e0b11d9fb0a520805bc8a99f128a03d1f3c85 --- /dev/null +++ b/images/351047e4-5d45-4bac-b46d-4e8b276c3a36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a88c1c2b92e694527277b51d61f8c08a03e63b2fcd0fec1ce3a3a2ff7fe04fc +size 1408451 diff --git a/images/3520f342-fead-4c9f-9e12-4949edc792ae.jpg b/images/3520f342-fead-4c9f-9e12-4949edc792ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f3c12366d7279eda5604180bcbd3f61e9f66559 --- /dev/null +++ b/images/3520f342-fead-4c9f-9e12-4949edc792ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f60fd6a586186b886fc5c93091aadd682625f7eb9f45279e0e3dcfdcdabb553 +size 2133851 diff --git a/images/355812e7-a699-4021-adbf-588486dd1b85.jpg b/images/355812e7-a699-4021-adbf-588486dd1b85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..148c7e401ade6d9b5ffb49bb6a565ff896cf45a3 --- /dev/null +++ b/images/355812e7-a699-4021-adbf-588486dd1b85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6a990709c01019b5d371e8d4289d056a6b9fa472986a81f86f09786275d412 +size 1634719 diff --git a/images/356a3855-209a-4f4e-9219-58d2b4198641.jpg b/images/356a3855-209a-4f4e-9219-58d2b4198641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aae97ab748d18d932ab5b543b252fe32704f0b18 --- /dev/null +++ b/images/356a3855-209a-4f4e-9219-58d2b4198641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6755e83f504ff180f6849c682e75a118a717329d42a10ab2f5af3fc866981c +size 1211604 diff --git a/images/356cd052-a660-4623-9282-3f85d1120d72.jpg b/images/356cd052-a660-4623-9282-3f85d1120d72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9629435ad7bc183d2c152adf456e69ee8c2c6b98 --- /dev/null +++ b/images/356cd052-a660-4623-9282-3f85d1120d72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdf7200f50724a6572e1eceb5bb3a637019878afecedb022ffef1edcf54889c +size 1763326 diff --git a/images/3570e910-2eb8-457a-8b9b-d1a13456ec44.jpg b/images/3570e910-2eb8-457a-8b9b-d1a13456ec44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f483a60abf5c70b07ed605b0e9f56a2751ce3329 --- /dev/null +++ b/images/3570e910-2eb8-457a-8b9b-d1a13456ec44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13eec2de25764f26af9a4118b49485f16a0b2d68b86be0df675fdda21b9d6fc +size 1322613 diff --git a/images/3585984f-5e7e-4ee6-9cd2-2d5be388c46c.jpg b/images/3585984f-5e7e-4ee6-9cd2-2d5be388c46c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d186281f293a786c6cda29675d5cd113d12cf41 --- /dev/null +++ b/images/3585984f-5e7e-4ee6-9cd2-2d5be388c46c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963965bfc4716a2e4a08f0004993bfb17f83dce370b7493f8aa7f52454781a11 +size 1399683 diff --git a/images/3595d7c9-1118-49f1-b45b-d13b0aa24c0e.jpg b/images/3595d7c9-1118-49f1-b45b-d13b0aa24c0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba76d58ce5c89b9d9f5cb39d3b223fd87b1771cb --- /dev/null +++ b/images/3595d7c9-1118-49f1-b45b-d13b0aa24c0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1589458b14b9fe4e1559c529c759ce050f658c48adf7fb8424abeda2f23c9c51 +size 2316036 diff --git a/images/3599f85a-3737-4ded-bfa0-092f26d480ff.jpg b/images/3599f85a-3737-4ded-bfa0-092f26d480ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e5d0bc0aa86ea35c1b91d413e329859bd77ad04 --- /dev/null +++ b/images/3599f85a-3737-4ded-bfa0-092f26d480ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ee5d23d267b256aae9cf098f56d656ca71cc701570f766c7d19658ac7c9d35 +size 1443377 diff --git a/images/35a04b0c-869f-4f61-a9be-301cb5383dcc.jpg b/images/35a04b0c-869f-4f61-a9be-301cb5383dcc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50f2f0f0b0b43e3e7c29891024611ffcd6c37cd1 --- /dev/null +++ b/images/35a04b0c-869f-4f61-a9be-301cb5383dcc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b4fccb8629c1892d5a260b8f2873e97cacc81023f417198953ca460bbb929f +size 2776380 diff --git a/images/35a32913-0416-4dcc-ac0a-bedc5bd6895d.jpg b/images/35a32913-0416-4dcc-ac0a-bedc5bd6895d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b717f1971ea96c4d4abc6fc89a89bd3ad38f7720 --- /dev/null +++ b/images/35a32913-0416-4dcc-ac0a-bedc5bd6895d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf373dbe0e745524a7dc44e01f1c17bb66b51865423f63a12e9b8f24aab138b +size 1328322 diff --git a/images/35a72186-52e6-4813-bc96-e6b36a9951e8.jpg b/images/35a72186-52e6-4813-bc96-e6b36a9951e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2fa79abde3a59ecd6831a7cbb8fb30d285d7428 --- /dev/null +++ b/images/35a72186-52e6-4813-bc96-e6b36a9951e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359c1c18ea076ff5411883e814a0c7e5ee1a42d235bf4b4f08970251d85ba0e9 +size 2152238 diff --git a/images/35b33e52-0c58-406e-bc80-edc5ac65270a.jpg b/images/35b33e52-0c58-406e-bc80-edc5ac65270a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aec697ce8b1fb5762bb2fcd0fbbf00b0e6020311 --- /dev/null +++ b/images/35b33e52-0c58-406e-bc80-edc5ac65270a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11945a0bd378899bfad075294036b341ca184c620ed8b361b22a49b951ca5abd +size 1634269 diff --git a/images/35ce53d5-262b-4e6a-97a7-65bdf077b7c9.jpg b/images/35ce53d5-262b-4e6a-97a7-65bdf077b7c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8122ffc9dedad4a783aa1fb64abe724e164c3592 --- /dev/null +++ b/images/35ce53d5-262b-4e6a-97a7-65bdf077b7c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4017c1c9f123ebcea9a0f08ffd73ce8f54546a30a9b9cc22a04864012acea2e +size 2217382 diff --git a/images/35ce9fed-125d-4a8c-97d0-750cc777f2d2.jpg b/images/35ce9fed-125d-4a8c-97d0-750cc777f2d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b22ed7347b15187f2b660bcc836075c61175c883 --- /dev/null +++ b/images/35ce9fed-125d-4a8c-97d0-750cc777f2d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b7b1ca5a0cd97869a016b5d84b3afc42912f24d4bcc6cdc9a996713f243471 +size 2353028 diff --git a/images/35cee867-702f-4168-9796-771e836c608b.jpg b/images/35cee867-702f-4168-9796-771e836c608b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcd4b2bfe37390422144242659d2d652c6f7b91a --- /dev/null +++ b/images/35cee867-702f-4168-9796-771e836c608b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cac317e7c1fa579da2475cb1c3dc8eda2d56bd0b8041af81211008a34151e4d +size 1687558 diff --git a/images/35da131d-9170-4031-8601-699c09055e14.jpg b/images/35da131d-9170-4031-8601-699c09055e14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94af375d503c0ac97aa04e4972b094001b774de0 --- /dev/null +++ b/images/35da131d-9170-4031-8601-699c09055e14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d548a95948f72c508dd6c4e0cec5dc6145240d69fd8c9a0a79f3c93181eaf723 +size 1678036 diff --git a/images/35dc220d-8a22-4f32-ad73-e208847ccb54.jpg b/images/35dc220d-8a22-4f32-ad73-e208847ccb54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..212f4e80260d2f16d717cd41140e82c877ab7a4e --- /dev/null +++ b/images/35dc220d-8a22-4f32-ad73-e208847ccb54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ff669836c803a98d19b4ec5e4044f940a7e166382f195fa4fd5430d03f8b79 +size 1383222 diff --git a/images/35e5e18e-6a1c-407c-8640-c34683d9ead0.jpg b/images/35e5e18e-6a1c-407c-8640-c34683d9ead0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15d2f5225455484287df2e54900cbe9b01265aa1 --- /dev/null +++ b/images/35e5e18e-6a1c-407c-8640-c34683d9ead0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfd59aae5667cc67310b4930e5618ec6e8aa0a8aecd6f1567c45482815ebb89 +size 1812454 diff --git a/images/3603fe3f-3bed-4756-b97b-5d00531a6fd7.jpg b/images/3603fe3f-3bed-4756-b97b-5d00531a6fd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c3eb32fdb76f86643acb4128218fb6e645e124e --- /dev/null +++ b/images/3603fe3f-3bed-4756-b97b-5d00531a6fd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d2ef02eda8de22795c08988e997bf3c6f8d76542ff2314df79cca26fe5320b +size 1477153 diff --git a/images/36047857-120c-46d6-8402-cd7a10202b89.jpg b/images/36047857-120c-46d6-8402-cd7a10202b89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f2867526ca7f10f1763d75d4dc7993fc8eeda8d --- /dev/null +++ b/images/36047857-120c-46d6-8402-cd7a10202b89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdabf9f76b2b0c210dfa849b0a6b7525705c94a6888d9050b5959de059f69d3 +size 1411868 diff --git a/images/3617eb75-6fd2-42aa-9650-6bbbd4428691.jpg b/images/3617eb75-6fd2-42aa-9650-6bbbd4428691.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fce4e48823342f1210f433714a49041e6853f3da --- /dev/null +++ b/images/3617eb75-6fd2-42aa-9650-6bbbd4428691.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab66ef22c8aed0f7cf70a59824f9b1d588f15aebef36431ca7aa94f665cbe400 +size 1565335 diff --git a/images/361b28cb-2b65-4080-ad60-e7bcdff4111e.jpg b/images/361b28cb-2b65-4080-ad60-e7bcdff4111e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a53bcbdcfdea113b22f810c8c982696c72850090 --- /dev/null +++ b/images/361b28cb-2b65-4080-ad60-e7bcdff4111e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711fd9fcefd306164d1ffaab75841e56f8d11437b20030d1d19bedbf80c62304 +size 1112971 diff --git a/images/361f494f-9628-4ac3-8874-e05bf401a72a.jpg b/images/361f494f-9628-4ac3-8874-e05bf401a72a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44772291f31aa307681e04a7be428a9f5baa7c27 --- /dev/null +++ b/images/361f494f-9628-4ac3-8874-e05bf401a72a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68b67b947b994f68a0b387d7eb0b271e6664940199e10364bfe4cf9e25f1f2a +size 1745217 diff --git a/images/361f9e58-dc44-463b-bdae-1e936e13f23e.jpg b/images/361f9e58-dc44-463b-bdae-1e936e13f23e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..464657722db34acf0cb763c6e12896911de0ba96 --- /dev/null +++ b/images/361f9e58-dc44-463b-bdae-1e936e13f23e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a892b493c0160fa94efa35f9e229fd4d487b2181bd1cb789b1c2d5c0819db9 +size 2364639 diff --git a/images/36222ecc-f178-4489-abef-9027eceef288.jpg b/images/36222ecc-f178-4489-abef-9027eceef288.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17dd38ddaa6271889fe46ed792b61dd7d05432c9 --- /dev/null +++ b/images/36222ecc-f178-4489-abef-9027eceef288.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f282ef3b998886d17db228cf5292fc822827b4a050f990208ec941ac410b6c5e +size 2265487 diff --git a/images/362f0e6d-2176-4c97-9b37-8c18ff63b734.jpg b/images/362f0e6d-2176-4c97-9b37-8c18ff63b734.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aefc789e81f6fdd57ecc8b15eaa5d953d798bc5e --- /dev/null +++ b/images/362f0e6d-2176-4c97-9b37-8c18ff63b734.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecde93ad8178dec875eabb005ddc46c6768a7e47b85bf6ffeee766b2c8f96937 +size 1543756 diff --git a/images/36347d23-df86-4c1f-9cd3-ee9410955d86.jpg b/images/36347d23-df86-4c1f-9cd3-ee9410955d86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d52ff5e2b1a0d06ee01f8a5a6b9b9bfc77549fd5 --- /dev/null +++ b/images/36347d23-df86-4c1f-9cd3-ee9410955d86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1860238e5f2e26e4a94a0e8efad56b2fa41abbd57d0e31dcc468a8fbed66e911 +size 1642972 diff --git a/images/36366ca8-152e-452b-af85-fd5e17c164ef.jpg b/images/36366ca8-152e-452b-af85-fd5e17c164ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5eb2a8b5ccb149ede5b220a840ffd9f090e13e16 --- /dev/null +++ b/images/36366ca8-152e-452b-af85-fd5e17c164ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad57520523782269569d46aff23e6bc211b92510407f7bf7ab096d29dced94dd +size 1625440 diff --git a/images/363c245c-d9b1-4c71-8c3d-9c7dcd474a17.jpg b/images/363c245c-d9b1-4c71-8c3d-9c7dcd474a17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b678ac327f43f436ef8ca37f7e3af41f40310be --- /dev/null +++ b/images/363c245c-d9b1-4c71-8c3d-9c7dcd474a17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd7ba0700b4e8e86aa055e5f42a9a5a20159c96ce82404ee8b32f0b9a2b0ba9 +size 1674191 diff --git a/images/36409d6e-c6dd-40e2-b1b2-bdea10236894.jpg b/images/36409d6e-c6dd-40e2-b1b2-bdea10236894.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f672abc81f3a6781a657cf96e6c6dcfe5d23402b --- /dev/null +++ b/images/36409d6e-c6dd-40e2-b1b2-bdea10236894.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa95defb9d848c919b4c99cf6a48e749bad3979e18ffea2401cae66bef49768a +size 1177099 diff --git a/images/364935a9-911e-4948-9ace-092723c7a89b.jpg b/images/364935a9-911e-4948-9ace-092723c7a89b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fba6a81a06e86cc0934c24ee21137ab008a3108 --- /dev/null +++ b/images/364935a9-911e-4948-9ace-092723c7a89b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36712f17501fdae81b8d7d2f5c2fe1fae811e8771ad1ec32ef8011bbad2d3b7a +size 2364672 diff --git a/images/365b043b-afac-449d-a39a-54cbe465c384.jpg b/images/365b043b-afac-449d-a39a-54cbe465c384.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5196f3d56700667fe997ae3e41c66babe4a91ae9 --- /dev/null +++ b/images/365b043b-afac-449d-a39a-54cbe465c384.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5287895356ebe67cdfa41b3a7435658d4dabe184c4ae0a5f0dc0b15573c2f9e +size 1434675 diff --git a/images/36615f20-8083-4ae2-bf89-e61b22c730f0.jpg b/images/36615f20-8083-4ae2-bf89-e61b22c730f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f342e5cfce94077ed3dc2eea5cbc7a403533a807 --- /dev/null +++ b/images/36615f20-8083-4ae2-bf89-e61b22c730f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344a2083ef9614f96fa79357beb1a6efdea4e04f95d3e5e69b5caa9e9e304d68 +size 1160086 diff --git a/images/367ba682-3df8-4ae2-9df6-2dee1108d19a.jpg b/images/367ba682-3df8-4ae2-9df6-2dee1108d19a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26c3c19fe13c7e84664360d3f1e7f7fdace0652d --- /dev/null +++ b/images/367ba682-3df8-4ae2-9df6-2dee1108d19a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f541da1cdb7e6a0aaca5f0a8eeeb51bac9b48701f6f2304ab8310602a40eaff4 +size 1644174 diff --git a/images/367e82cc-b04b-4c5b-a023-a98a45756d8c.jpg b/images/367e82cc-b04b-4c5b-a023-a98a45756d8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0f6378542321e1d5457e0439668e237245a9e78 --- /dev/null +++ b/images/367e82cc-b04b-4c5b-a023-a98a45756d8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c05d8d46b5d053d22c4f3eb49a0dcfcb035b5c3a5b0717fbc097450d6421eb +size 1717875 diff --git a/images/3687d1fe-1e78-4212-a556-2ed464e3986b.jpg b/images/3687d1fe-1e78-4212-a556-2ed464e3986b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..175490b5775060881333f21327a3de51e2160139 --- /dev/null +++ b/images/3687d1fe-1e78-4212-a556-2ed464e3986b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0336827520b758c6ef17d6a54e8744901fdfec37ac21bdef3d6a45ce035cd554 +size 1210257 diff --git a/images/369351a5-06e1-4ebd-a760-612bbc48aa80.jpg b/images/369351a5-06e1-4ebd-a760-612bbc48aa80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aef472ae36645a89fb3f7e45c1a99fda7565b9de --- /dev/null +++ b/images/369351a5-06e1-4ebd-a760-612bbc48aa80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94548e0ac84a90a9bc2ca5501e36793eb82b3dc603237ff8fba3f5e625d2409c +size 2122588 diff --git a/images/36ace839-5eb9-49df-ad91-540b9e6cfed1.jpg b/images/36ace839-5eb9-49df-ad91-540b9e6cfed1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7022af13333f6aa87ee0599f97027ab4ad1b2467 --- /dev/null +++ b/images/36ace839-5eb9-49df-ad91-540b9e6cfed1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd1d56189fcb2ee7958583a0ded755e033ffc5a2c8f5f8e8aa922258c2b4247 +size 3418337 diff --git a/images/36b13fe1-f076-4386-808c-35521d3786f3.jpg b/images/36b13fe1-f076-4386-808c-35521d3786f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd81f68667e1a8f1519ebe8e69a27f42c462203c --- /dev/null +++ b/images/36b13fe1-f076-4386-808c-35521d3786f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e2f249468b9b871e73b770f667fabf56690b5edc22b6e6fa68a993e3862379 +size 1396638 diff --git a/images/36b66dcd-7f97-4b88-83bf-4de8f4dc66bd.jpg b/images/36b66dcd-7f97-4b88-83bf-4de8f4dc66bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c34922f094cdb2b35f63f7546788104c59aabfc --- /dev/null +++ b/images/36b66dcd-7f97-4b88-83bf-4de8f4dc66bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba959a096ec864f6cc57f4f2f791207c6ac1818340957c0dbb727a1369dd942b +size 1877395 diff --git a/images/36b9d9c2-d15a-456a-849a-faa93b85ad45.jpg b/images/36b9d9c2-d15a-456a-849a-faa93b85ad45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8362b2c948fcf80d17f1d1387da2e216057b6b7 --- /dev/null +++ b/images/36b9d9c2-d15a-456a-849a-faa93b85ad45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9324535284f08776fc2012b8e941e577383ff3d3c104dcc0eb71a9cd361d17cc +size 2780241 diff --git a/images/36bb414b-e80f-41e7-8545-9b32a26b30a5.jpg b/images/36bb414b-e80f-41e7-8545-9b32a26b30a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c8f3acac1ad2f704ecc3e0fe6c5766e849ac93d --- /dev/null +++ b/images/36bb414b-e80f-41e7-8545-9b32a26b30a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4884e238a942c2569c5cdffe04ce60182a79c7005be234e334920d71090b59 +size 1890216 diff --git a/images/36c39210-269a-416d-8d5e-c56eebd2e7de.jpg b/images/36c39210-269a-416d-8d5e-c56eebd2e7de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb575d77a1e03ee9cc00f5372db1daf3ab7767d8 --- /dev/null +++ b/images/36c39210-269a-416d-8d5e-c56eebd2e7de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677c98e064e0795e89c8688cf264a062b1333416b510ac649ffaa04fbf40aa21 +size 2756017 diff --git a/images/36c63d31-f04d-4436-91ad-e34d59b6c9c5.jpg b/images/36c63d31-f04d-4436-91ad-e34d59b6c9c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e869ef4e8b55cbf249eefca1ed57bf74295b042d --- /dev/null +++ b/images/36c63d31-f04d-4436-91ad-e34d59b6c9c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1abae47dea1659db98fd469138366f4f7a2c66d1e1cd6a04c3c6ec0a536cca4 +size 1267929 diff --git a/images/36ce32cd-5d3a-4322-a584-9d8846dc3673.jpg b/images/36ce32cd-5d3a-4322-a584-9d8846dc3673.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9662770e4f8b051d5cac7ebf469efc2798f423d8 --- /dev/null +++ b/images/36ce32cd-5d3a-4322-a584-9d8846dc3673.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5167718011096d25204814d22310fc4e332d2c0d1ca24ee91a990766482bd4 +size 1256064 diff --git a/images/36cfe0c4-8106-4f91-9d07-b63c1e703c58.jpg b/images/36cfe0c4-8106-4f91-9d07-b63c1e703c58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b76303fda9ae9fdb5aa6ada6d7fe607c5255e54d --- /dev/null +++ b/images/36cfe0c4-8106-4f91-9d07-b63c1e703c58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6852f133dbaa03d63d3f2b649c4f31352ff83d6ef1659e21ca04966fc0c739c4 +size 2311346 diff --git a/images/36d34447-cfc0-4bc7-a279-b082a8e9a3e8.jpg b/images/36d34447-cfc0-4bc7-a279-b082a8e9a3e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d07cc1fd8788fd87fe3c475620d1bd1404b8101 --- /dev/null +++ b/images/36d34447-cfc0-4bc7-a279-b082a8e9a3e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9338e67e7244ae31c17aa15e1bf56ea176f8a0d653d03a7faa5acb2fafa8ff +size 1603096 diff --git a/images/36ea7afd-c7e6-4948-a29f-21c5cee523f2.jpg b/images/36ea7afd-c7e6-4948-a29f-21c5cee523f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcbe879b48437fa77ba7579877aa1c43e45416a3 --- /dev/null +++ b/images/36ea7afd-c7e6-4948-a29f-21c5cee523f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501237b11e94f9ee386e02c287a7939afba81785df5a0e162eb4ca8cda666ce1 +size 1734990 diff --git a/images/36f3789e-b032-453b-902a-a48603ec6646.jpg b/images/36f3789e-b032-453b-902a-a48603ec6646.jpg new file mode 100644 index 0000000000000000000000000000000000000000..407ae1fa880c92e277b4f153f4d0a0ffcd80a38d --- /dev/null +++ b/images/36f3789e-b032-453b-902a-a48603ec6646.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1abc68f0fdbc970b728f14482850803f806b5d0f4eb2191c213451a041e3566 +size 2882641 diff --git a/images/371ebf34-8074-415f-835b-c31249975540.jpg b/images/371ebf34-8074-415f-835b-c31249975540.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd4a404de7b5c34cbfb0bae8018b76e130aa407a --- /dev/null +++ b/images/371ebf34-8074-415f-835b-c31249975540.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577f05d8aa79b2dcc9c124f54ddd898921b946160b1e9cc72daea054598a1157 +size 1320625 diff --git a/images/372b2b16-8c92-4894-9d20-576ba62977a3.jpg b/images/372b2b16-8c92-4894-9d20-576ba62977a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e3978ee156a6d6145f88b98b1610cbb47eb1bb6 --- /dev/null +++ b/images/372b2b16-8c92-4894-9d20-576ba62977a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badfe4e2a96f7a55e3b705b0bbcd1b8ab7e81b35fc833265f8b6f24f26cd7454 +size 1285741 diff --git a/images/372cb6f8-89f2-4c64-9d2e-5efa31be3b93.jpg b/images/372cb6f8-89f2-4c64-9d2e-5efa31be3b93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f68be584f7653d819775910914c51dfdb6a3e5d2 --- /dev/null +++ b/images/372cb6f8-89f2-4c64-9d2e-5efa31be3b93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9fe647edf3125de9488e2c974a8eb73969cee857589e0bb6ec47062000830a +size 2335140 diff --git a/images/372dbc92-50f8-4f6a-bde1-3e2cbcb77787.jpg b/images/372dbc92-50f8-4f6a-bde1-3e2cbcb77787.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fad19a6af013ea9362b29d5960dab34f4df9df9 --- /dev/null +++ b/images/372dbc92-50f8-4f6a-bde1-3e2cbcb77787.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4b39ef6793ef0852d1fba8132b7e84bfb7aed443b8e49140d84a317119a5d3 +size 895135 diff --git a/images/373358d0-4a86-46ef-a692-86e785710cf4.jpg b/images/373358d0-4a86-46ef-a692-86e785710cf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb9c7f5b2239bf997f0baf97b6c4bf9679b09be1 --- /dev/null +++ b/images/373358d0-4a86-46ef-a692-86e785710cf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee6dbfcb84e9a7983acee7b8d001f5462af12a32f66158ca665337b87ba43d7 +size 1862666 diff --git a/images/37348532-4413-43fe-b67b-5f68cd67e10f.jpg b/images/37348532-4413-43fe-b67b-5f68cd67e10f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..451a1ccf03035687e33af74a7c33d732c473deba --- /dev/null +++ b/images/37348532-4413-43fe-b67b-5f68cd67e10f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424eaf9855a5a10014af85f35f3abe08935ba1473c197c0377e124766f142928 +size 1464802 diff --git a/images/373c87b3-e539-4335-a3ba-39041555c0ba.jpg b/images/373c87b3-e539-4335-a3ba-39041555c0ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91fa88b0b06284124aec1dcd979de99783276067 --- /dev/null +++ b/images/373c87b3-e539-4335-a3ba-39041555c0ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3d3ea706340a6da98995993f6a3a740b2b0d43e112cb4f20d56f4076a01fdf +size 2022494 diff --git a/images/373fc545-29a0-44bc-8e8f-9681c33a07a9.jpg b/images/373fc545-29a0-44bc-8e8f-9681c33a07a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee533a64633a264c01f9ec5e71f84b3898a2a233 --- /dev/null +++ b/images/373fc545-29a0-44bc-8e8f-9681c33a07a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef745f2874d4a83c8d27b557c96e906d435a921ae80b160c420bd0f33008955 +size 1283288 diff --git a/images/374479f7-221e-4ee7-bf80-7e7fd2f8102a.jpg b/images/374479f7-221e-4ee7-bf80-7e7fd2f8102a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d917289f98f89899f2cef28c448b7dcb684eaec1 --- /dev/null +++ b/images/374479f7-221e-4ee7-bf80-7e7fd2f8102a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75901391fe5d4206a114e36b995b08172576d657c317e8a8901b888d029a8940 +size 1167184 diff --git a/images/3754aae4-8f45-4062-aed2-e97b0556f438.jpg b/images/3754aae4-8f45-4062-aed2-e97b0556f438.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6911a9796366411d9740661631cd12f8bb75b77 --- /dev/null +++ b/images/3754aae4-8f45-4062-aed2-e97b0556f438.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbe7471a459a7ff2a19e547f3dcc4ace43deb9f7efc9894b8f54c481a110357 +size 1710778 diff --git a/images/375639f3-057b-45b2-b289-51533272b568.jpg b/images/375639f3-057b-45b2-b289-51533272b568.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ec56c2bb22f6d80b6bbf581a8d60b20286e9d0 --- /dev/null +++ b/images/375639f3-057b-45b2-b289-51533272b568.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c805fc5bad58b6b49964a9df0c6a1bbe37d3f06c2fe15d287e530140da80fbcc +size 1507509 diff --git a/images/3756c42d-f579-4fc1-af21-7cd7642e6321.jpg b/images/3756c42d-f579-4fc1-af21-7cd7642e6321.jpg new file mode 100644 index 0000000000000000000000000000000000000000..badb3a4c90b7e5e7a4c5d875df7602525f4bf3ef --- /dev/null +++ b/images/3756c42d-f579-4fc1-af21-7cd7642e6321.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef67215e686124d540d938f3d596e4911386f2e13b1d6f50b478eeff1f12698 +size 1917790 diff --git a/images/3758a21f-bc3e-46ca-b133-de0f2ce56800.jpg b/images/3758a21f-bc3e-46ca-b133-de0f2ce56800.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a5e57f56b993dcf060c5c286473b1330d994021 --- /dev/null +++ b/images/3758a21f-bc3e-46ca-b133-de0f2ce56800.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dfc6bcbcf1ca337a514ba5ab00b5aadb02851a47ee03fc557d9f3634a23d00 +size 1274256 diff --git a/images/375d75eb-70f4-429d-a1ac-70440c1b8e49.jpg b/images/375d75eb-70f4-429d-a1ac-70440c1b8e49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38729715f552ced9212157fe7b5320ae9d96b213 --- /dev/null +++ b/images/375d75eb-70f4-429d-a1ac-70440c1b8e49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c483e3ac76f602a1aaa42676ab3a796305867836780d60a87c02245743c7223a +size 2238437 diff --git a/images/37633cee-0863-40b4-80f7-c035374e45b2.jpg b/images/37633cee-0863-40b4-80f7-c035374e45b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75dcaf0afcdb8a0973adc92a53f540226cc498cf --- /dev/null +++ b/images/37633cee-0863-40b4-80f7-c035374e45b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a839ef4b5b83132e391cee944b247e0236957d7f2b41935be161cf18a5017b6 +size 2313491 diff --git a/images/376a0e5f-35ff-4848-9ae1-9b22d596048b.jpg b/images/376a0e5f-35ff-4848-9ae1-9b22d596048b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91c68019f4c94a040fd79e643dbba172a0681e19 --- /dev/null +++ b/images/376a0e5f-35ff-4848-9ae1-9b22d596048b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9756f6e31bc48eac62069130dc9aca17fcd71a6e316c52e16a6b637b77bccd0e +size 1447549 diff --git a/images/376ca635-012c-4617-b823-d9b60eab1130.jpg b/images/376ca635-012c-4617-b823-d9b60eab1130.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d0cd3cdd0987877b9c411327a7c88dd66699b27 --- /dev/null +++ b/images/376ca635-012c-4617-b823-d9b60eab1130.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c555bbea553b760ed360f4f10b4ffdc2104182011c939c56d7af61b9e98935db +size 1653985 diff --git a/images/3784ab88-03b2-44ba-9b30-c3901e01f907.jpg b/images/3784ab88-03b2-44ba-9b30-c3901e01f907.jpg new file mode 100644 index 0000000000000000000000000000000000000000..105a3335d88ab475494409ea840a505efbdb1c8d --- /dev/null +++ b/images/3784ab88-03b2-44ba-9b30-c3901e01f907.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b199ea1f2808d2466414702323b78f328eb755b878a7615504d595cabdafdf90 +size 1340182 diff --git a/images/378a2ece-b67b-45d7-815f-6fa7e12d3734.jpg b/images/378a2ece-b67b-45d7-815f-6fa7e12d3734.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87b7f860ab9f3cb6d73c18256d49d2ed56a56c17 --- /dev/null +++ b/images/378a2ece-b67b-45d7-815f-6fa7e12d3734.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c39dc1700bcb0ed62636cae2d46984bbbd70207500eeb1b89076d6700187e0 +size 1461107 diff --git a/images/3793d236-8a40-4d93-8d99-e35429c1d47d.jpg b/images/3793d236-8a40-4d93-8d99-e35429c1d47d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5bdf24c89476d657970d1a6cf50b10b6f19c9f2 --- /dev/null +++ b/images/3793d236-8a40-4d93-8d99-e35429c1d47d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7465f879d3903df65ea59c9d125afb193f5577aa93866e068c39017de5c8021a +size 1729104 diff --git a/images/379695f1-efe3-46c0-8822-5f1e061f5b06.jpg b/images/379695f1-efe3-46c0-8822-5f1e061f5b06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcd0577072423c60bff1dc5b90f7548b2d90d4a4 --- /dev/null +++ b/images/379695f1-efe3-46c0-8822-5f1e061f5b06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29c9527250ba706af8934a75f6a2d69dbe225719ba78f3df6f5d0ae842400ef +size 2376206 diff --git a/images/379fef73-8dd3-4cf5-bdd6-020e9e1a6510.jpg b/images/379fef73-8dd3-4cf5-bdd6-020e9e1a6510.jpg new file mode 100644 index 0000000000000000000000000000000000000000..899982ec1962bbf62bf19c24ab0808717f3e5124 --- /dev/null +++ b/images/379fef73-8dd3-4cf5-bdd6-020e9e1a6510.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807ed88d66fd2d7189b598f8110fa691ea68754eb9b3c6051ae602e96473994f +size 1615744 diff --git a/images/37a35209-6f08-4095-b433-9d5ab3a9ec4b.jpg b/images/37a35209-6f08-4095-b433-9d5ab3a9ec4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1513e5077120c73fa3b74e5fedc0060a39404d9 --- /dev/null +++ b/images/37a35209-6f08-4095-b433-9d5ab3a9ec4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338409c433fc82efc1fdef09bcac944359967fb9f357d859dd082c9b765dce1c +size 1416274 diff --git a/images/37acd9e5-85b8-4c8f-8154-d70a9b24d57e.jpg b/images/37acd9e5-85b8-4c8f-8154-d70a9b24d57e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef31b6eb9f4ffca67c7fba4bb7dd71806a51350e --- /dev/null +++ b/images/37acd9e5-85b8-4c8f-8154-d70a9b24d57e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba559bebee09b4332098c6d83bf942b465bc3dce5e3f7b106a4c6af4400cb84 +size 1466502 diff --git a/images/37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155.jpg b/images/37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfdb678caf3d491b57fe5a1bc3dc6e71c7a4d0ae --- /dev/null +++ b/images/37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b84a7d621d3a0f37f10e029496ec6d44216672e718341d617fad7cd93e6596 +size 3020361 diff --git a/images/37ba20a7-ea3a-4ede-82e0-93606e44b06f.jpg b/images/37ba20a7-ea3a-4ede-82e0-93606e44b06f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c943df18cbffe1e55f24f5baa20d3d48d59d58bb --- /dev/null +++ b/images/37ba20a7-ea3a-4ede-82e0-93606e44b06f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73dc8182bc4dbe14912f1c69e44497375f1e6bb099efda5abd0db19ef9c8efb +size 2147899 diff --git a/images/37bb4c1e-8462-44f4-99f7-8de3c3f73902.jpg b/images/37bb4c1e-8462-44f4-99f7-8de3c3f73902.jpg new file mode 100644 index 0000000000000000000000000000000000000000..067f98e740010bc51d0ff1471a6a9d030dc9eeb9 --- /dev/null +++ b/images/37bb4c1e-8462-44f4-99f7-8de3c3f73902.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616619aba3e32ae802c6ba76e5e4c55b9aaa6e333afa0e2c4bf820b6ae1aab16 +size 1730912 diff --git a/images/37bd5c00-e045-4f2a-b8a5-e9618e8e0318.jpg b/images/37bd5c00-e045-4f2a-b8a5-e9618e8e0318.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa7fba37c272f7f6d72b2f7df59504f4884a37a9 --- /dev/null +++ b/images/37bd5c00-e045-4f2a-b8a5-e9618e8e0318.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2943d51d59a0e45f2341ca8bdf4b48badd3b48e8c1af1d252e4ec5332a8e9515 +size 1513776 diff --git a/images/37bed885-c9f6-4faa-a43b-1fe9290260b0.jpg b/images/37bed885-c9f6-4faa-a43b-1fe9290260b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0ff08d1df576847c8f9fd8b4ddd14680c0bec73 --- /dev/null +++ b/images/37bed885-c9f6-4faa-a43b-1fe9290260b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e040197359e584d159967789aa30419eacb733039dbdcc15fa3a13b2a00aa2b3 +size 1542796 diff --git a/images/37c5261e-9878-4265-9a21-ab8aeaefc11f.jpg b/images/37c5261e-9878-4265-9a21-ab8aeaefc11f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18941a43a1e70f2f8f41881a7d8eb3e88cff3300 --- /dev/null +++ b/images/37c5261e-9878-4265-9a21-ab8aeaefc11f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de3d90deb637e6ba07c4681e222efb161280737fc5df0b407e5b8feb28bcde7 +size 1467746 diff --git a/images/37cdb300-eb56-48c5-b6eb-36f511969019.jpg b/images/37cdb300-eb56-48c5-b6eb-36f511969019.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d48c4277558b7f7eac93b0c94ac12507bc58b33d --- /dev/null +++ b/images/37cdb300-eb56-48c5-b6eb-36f511969019.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803b3fa7b70c25315a01b3eee956a6b17767d4a5b8ba797d2e77c00afa9dd34e +size 1630478 diff --git a/images/37d01460-f534-40b7-a6a5-fb1f10357b9e.jpg b/images/37d01460-f534-40b7-a6a5-fb1f10357b9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad5356c39ca16a76f8eebd048e7e61f69b0262de --- /dev/null +++ b/images/37d01460-f534-40b7-a6a5-fb1f10357b9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638be8949aa1ee32909d5713fd6ba48c2d7f0e4ef4ecba941beaf383e56ec09f +size 1512970 diff --git a/images/37db3cd9-8dc2-426f-9a47-88630e9f1116.jpg b/images/37db3cd9-8dc2-426f-9a47-88630e9f1116.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5585984428c7dea48130c795bde61e1b7e1cbd2 --- /dev/null +++ b/images/37db3cd9-8dc2-426f-9a47-88630e9f1116.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472447ba20edf322ee2f5b919c6e9a9f1110539215df834aca1848e82a57f554 +size 1696602 diff --git a/images/37dd3b9d-62c4-4054-a891-92435058bcfb.jpg b/images/37dd3b9d-62c4-4054-a891-92435058bcfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6756022193ce066104bd871ebd39f15a736a28e9 --- /dev/null +++ b/images/37dd3b9d-62c4-4054-a891-92435058bcfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ef29bb566c37b5337e01362920e2f9252164772e4217b3197edfa95b03e7f1 +size 1755790 diff --git a/images/37ebb124-ece7-4daf-9eaa-50de9784fe6b.jpg b/images/37ebb124-ece7-4daf-9eaa-50de9784fe6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ea8138b0f49c54df19da27738921567f947b27c --- /dev/null +++ b/images/37ebb124-ece7-4daf-9eaa-50de9784fe6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07eb52c76f7c89c66c5be159c2bbf944d89f17e9d236e58a76ca295646b5b81 +size 1849555 diff --git a/images/37f7e0b5-6ede-4a98-8791-849efd41a1dd.jpg b/images/37f7e0b5-6ede-4a98-8791-849efd41a1dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e83185ca0e0bf1980696c2fa32cb1d6b1df7d68 --- /dev/null +++ b/images/37f7e0b5-6ede-4a98-8791-849efd41a1dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9412cfc3bc6b157dcb7f039953269d71fd41daff71d93b37daa1e48f1e92b2 +size 1186421 diff --git a/images/37fb9bd8-66e5-439d-ad07-ceb9bf77202b.jpg b/images/37fb9bd8-66e5-439d-ad07-ceb9bf77202b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cabd0cb86d3a9df7b6338f05ad4836572ad1a995 --- /dev/null +++ b/images/37fb9bd8-66e5-439d-ad07-ceb9bf77202b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753baa2b7d126993f3369eae753748e9edb7dd55a327799139fa71a0f8a3449c +size 1550948 diff --git a/images/37fc7768-50b4-4236-ad65-33e7cb53736a.jpg b/images/37fc7768-50b4-4236-ad65-33e7cb53736a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d2289fbc0b4a6268a5a95594cc7858b564be87d --- /dev/null +++ b/images/37fc7768-50b4-4236-ad65-33e7cb53736a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9275230735b24d49124163606714be48f960eb2425bffbb5ebf9c737f8c84605 +size 2481722 diff --git a/images/38041f61-0796-4346-a009-cb39605be800.jpg b/images/38041f61-0796-4346-a009-cb39605be800.jpg new file mode 100644 index 0000000000000000000000000000000000000000..842b383259498dc357f48ff0e3129616e7b73654 --- /dev/null +++ b/images/38041f61-0796-4346-a009-cb39605be800.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b72748c2e7e002361819b9dfbc70e0f717e00e9824ba39ffac305bb148e28d +size 2078320 diff --git a/images/3816b24d-0273-477f-a5a7-baf7636827be.jpg b/images/3816b24d-0273-477f-a5a7-baf7636827be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cd575fdd6a5a4ee2d6a4c474e27afc7cd57d0d3 --- /dev/null +++ b/images/3816b24d-0273-477f-a5a7-baf7636827be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae11d4feb1afbd67d9dfbf0a34bc9ea4211f28243dcaf73c4cf445c523e60f4 +size 1454587 diff --git a/images/381a2e96-7027-4a72-afa4-dc34a22310c4.jpg b/images/381a2e96-7027-4a72-afa4-dc34a22310c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dddd3173702709bb75d505c583713f83afc0cdcc --- /dev/null +++ b/images/381a2e96-7027-4a72-afa4-dc34a22310c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb932ea45389ede51e402c5c72344552aa5662315fc547f97cb87629240a8a4 +size 1991625 diff --git a/images/382091f2-944c-41cb-9170-cf543c03231f.jpg b/images/382091f2-944c-41cb-9170-cf543c03231f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..959868864dde680d16c7bda59891fbca603d1690 --- /dev/null +++ b/images/382091f2-944c-41cb-9170-cf543c03231f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1858fa9abed6c2a4b27069f0275ea2def593519873c87d996e6c2ce21ec17636 +size 1520464 diff --git a/images/3825190a-40c6-4268-92cd-18934aeb0dc0.jpg b/images/3825190a-40c6-4268-92cd-18934aeb0dc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b92d024c7d94ef6f7617f1c35f788fbf66e0d9b --- /dev/null +++ b/images/3825190a-40c6-4268-92cd-18934aeb0dc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f15e5751503acb98bbb476d3b128a45e25cabe60ec4a7758fc52f9c4b5e5b9 +size 2152551 diff --git a/images/3832e725-ba49-4fa8-a5ef-62373bea9fa4.jpg b/images/3832e725-ba49-4fa8-a5ef-62373bea9fa4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ebec63f623b1756dc68a339570ea60daca73d49 --- /dev/null +++ b/images/3832e725-ba49-4fa8-a5ef-62373bea9fa4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c7dbef660a39f2d68dc259cf28744468dbacdeb0436e1d3af55d3e88230098 +size 2958929 diff --git a/images/38375179-5898-4129-91d8-60e551de25ba.jpg b/images/38375179-5898-4129-91d8-60e551de25ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51e1fcd93cbf21042c1e4b1f0e359d9ce59c5b4f --- /dev/null +++ b/images/38375179-5898-4129-91d8-60e551de25ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d1f61286509e00e64b8b5953f4bdf2060e64a1b7ddb314795f9d7b12861a96 +size 1444767 diff --git a/images/3838fd64-2a6c-4abd-9e27-4ac26b98e3aa.jpg b/images/3838fd64-2a6c-4abd-9e27-4ac26b98e3aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8fccd367933bc046eb003c46328bc3933a7f6c8 --- /dev/null +++ b/images/3838fd64-2a6c-4abd-9e27-4ac26b98e3aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392dd80d7eaf8817f5fc51a32c7c27dbabb2da527b701200de3778a46a1e465a +size 1552024 diff --git a/images/383aabaf-2c73-4dcd-9332-d259a1a80416.jpg b/images/383aabaf-2c73-4dcd-9332-d259a1a80416.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4c26f6467b63dd358cd774f19689be63b365811 --- /dev/null +++ b/images/383aabaf-2c73-4dcd-9332-d259a1a80416.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320b8cba2f52be0297a5451d011a36f1eb24f7dc2bbe7649fdbc6fa8a57c8e14 +size 1987094 diff --git a/images/383bfc87-b638-4a32-83db-58dccae16ba0.jpg b/images/383bfc87-b638-4a32-83db-58dccae16ba0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4ff1155df279e1297c54b7746c31b7f3c42f72e --- /dev/null +++ b/images/383bfc87-b638-4a32-83db-58dccae16ba0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff71f326285a3323ebee25460c0a407e86bddab32aa8b7c1ecd05542648d2242 +size 2029428 diff --git a/images/383d7867-0e90-4c79-9d95-ec62b9367b8c.jpg b/images/383d7867-0e90-4c79-9d95-ec62b9367b8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8186c6abcfbb21ad99fea715b48f907aad494d2d --- /dev/null +++ b/images/383d7867-0e90-4c79-9d95-ec62b9367b8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6922a6bc21050d454a9a54e7715274b59877eb0caaea47dac052ae6db68267 +size 2429858 diff --git a/images/384a8277-6d29-43ff-b4fd-468f6f098b70.jpg b/images/384a8277-6d29-43ff-b4fd-468f6f098b70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d08f8066e7820b8d5316d79e234e8826a53764b --- /dev/null +++ b/images/384a8277-6d29-43ff-b4fd-468f6f098b70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed81a7932c07ebee4798409b098a44a7813a6446072a43dfdf62ab06b273969 +size 1238780 diff --git a/images/3855dfc9-48b0-4a4d-bad8-7f0119962d45.jpg b/images/3855dfc9-48b0-4a4d-bad8-7f0119962d45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7f4e2e66be9f85944cdc609a4cb7780de08a33a --- /dev/null +++ b/images/3855dfc9-48b0-4a4d-bad8-7f0119962d45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc82baede41985a4f5de1795749e58309c0fd5f61c04b70a5e616851e1663f2 +size 1574114 diff --git a/images/3858d549-0130-47b8-b156-16566cb67c52.jpg b/images/3858d549-0130-47b8-b156-16566cb67c52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..329620e27687d7a89c801552f7d07df6aa7bcf56 --- /dev/null +++ b/images/3858d549-0130-47b8-b156-16566cb67c52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81614a69b43b88841c3bce86c88055c2ea96f420d415784ec3adc851eedb903b +size 3423341 diff --git a/images/385966d4-021e-4f7d-869a-9bbc6e99c613.jpg b/images/385966d4-021e-4f7d-869a-9bbc6e99c613.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f96408ec8010c529cb49c1770aad36dba6fd35 --- /dev/null +++ b/images/385966d4-021e-4f7d-869a-9bbc6e99c613.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95840773f7feda7b877bf78d374df98cc770e28b79940f9d2da8879ad9531029 +size 1590653 diff --git a/images/38607f6f-7204-4d1c-b783-50a7bd629dc6.jpg b/images/38607f6f-7204-4d1c-b783-50a7bd629dc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69a3e2224d21e13cdee0f8173e5fd6a2f135de09 --- /dev/null +++ b/images/38607f6f-7204-4d1c-b783-50a7bd629dc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62244c83c1e4417a4445a08c6d951db86f9aaee9a7f0e5cb0e5dd5ebd527aed +size 2203733 diff --git a/images/3860ade6-d4bb-43c0-ae55-991453c3c18d.jpg b/images/3860ade6-d4bb-43c0-ae55-991453c3c18d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4da87a71ccbe371a47cff5b377ddf2ff7ce33f2 --- /dev/null +++ b/images/3860ade6-d4bb-43c0-ae55-991453c3c18d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa847777e30d91bc2d5d22e564a41e04d736db04742b3ed44c3a19c275aa40f +size 1591304 diff --git a/images/3871ca81-69b6-4116-a339-7d77449ea648.jpg b/images/3871ca81-69b6-4116-a339-7d77449ea648.jpg new file mode 100644 index 0000000000000000000000000000000000000000..584d5dc2c828877f86b3114b7dfc33963125eca4 --- /dev/null +++ b/images/3871ca81-69b6-4116-a339-7d77449ea648.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fb521dd276090c383e4e5788d64c4c7cdc18f9777ba2faf8c0a1661789d26d +size 1634628 diff --git a/images/38740254-5416-42aa-8257-3c9672ab4cc8.jpg b/images/38740254-5416-42aa-8257-3c9672ab4cc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eb18b5f7a9322929dbf531a2adf0cf7d7b88881 --- /dev/null +++ b/images/38740254-5416-42aa-8257-3c9672ab4cc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ea7e0ddb50162690fa6b9f73db49b1754e8110badab82dba4898dd81cccc42 +size 1777814 diff --git a/images/387d7ce1-8983-4b20-9b04-704804eb4a26.jpg b/images/387d7ce1-8983-4b20-9b04-704804eb4a26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..759f5d62f78df98d7e6d52e1661873070eedb7fd --- /dev/null +++ b/images/387d7ce1-8983-4b20-9b04-704804eb4a26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8946d5bbf110e3e993b8901d4fc2675b2cd444911036330c8523efcccd48b77b +size 1842179 diff --git a/images/388582d5-24d2-4836-b108-59f10a995c5a.jpg b/images/388582d5-24d2-4836-b108-59f10a995c5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd15046cf389a24bdc52b4730c89c74c388ef23b --- /dev/null +++ b/images/388582d5-24d2-4836-b108-59f10a995c5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d81fea973eff4ec66cca0bc4f096400c076657fb5b7ee7a632aa034f1cd6a61 +size 1886547 diff --git a/images/38881308-76b7-44bf-a28d-f50c1fc81ee0.jpg b/images/38881308-76b7-44bf-a28d-f50c1fc81ee0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3f7691e6358bd3007f83c41d979564a3f016a4a --- /dev/null +++ b/images/38881308-76b7-44bf-a28d-f50c1fc81ee0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08248c82d1a2ecbf7dc290dd71ca5403916169d0eab3bdfeb5091c6bc44962db +size 1331200 diff --git a/images/388cb65e-3e2b-4c9a-bd9f-cfff56f87988.jpg b/images/388cb65e-3e2b-4c9a-bd9f-cfff56f87988.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29c330cf53cd2c96525f5c2f2c032c26e4f98176 --- /dev/null +++ b/images/388cb65e-3e2b-4c9a-bd9f-cfff56f87988.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa4f6a30c2290de9cdb3a4920e8565bdc671b93b829c13f2a73e71b0a9db68e +size 2644928 diff --git a/images/38937a0a-6d54-4a11-8c86-75c9c3fe0bcf.jpg b/images/38937a0a-6d54-4a11-8c86-75c9c3fe0bcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3a153f1844f5ff0053064c0336e7aff50d73ea8 --- /dev/null +++ b/images/38937a0a-6d54-4a11-8c86-75c9c3fe0bcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbb0bf60da5867e047dcbd81106debf3dcd2445eaa46439f203a5938aae9243 +size 1768957 diff --git a/images/38997076-b90b-42b1-92f4-8970a4adfcad.jpg b/images/38997076-b90b-42b1-92f4-8970a4adfcad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abbe50161fb8bed11aa93b67f2b0e175e66b9bdf --- /dev/null +++ b/images/38997076-b90b-42b1-92f4-8970a4adfcad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6880ef08c73f6372a20f7dfbbddfd038418bf7c2d041087598ae7081537c59 +size 1513311 diff --git a/images/389bcb31-9cd2-43aa-8340-ca4e68f574f4.jpg b/images/389bcb31-9cd2-43aa-8340-ca4e68f574f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0842f0565323b957796acf9dc24e06d2ac9c453f --- /dev/null +++ b/images/389bcb31-9cd2-43aa-8340-ca4e68f574f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896092c276f36100572ed604571355c1594694d66f5e267c340613ef1d2161a +size 1333814 diff --git a/images/38a1316e-b1a2-4869-85e0-0bed89d171bf.jpg b/images/38a1316e-b1a2-4869-85e0-0bed89d171bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5dcb9932c66f3d21fd25c8138be9087b441f854 --- /dev/null +++ b/images/38a1316e-b1a2-4869-85e0-0bed89d171bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a4416053ae87716efbc5edc7712a9c2ce1c8556f03262754d59a866dab76e5 +size 1770116 diff --git a/images/38a9ecd1-fa01-4cec-bfb2-0a145446f42c.jpg b/images/38a9ecd1-fa01-4cec-bfb2-0a145446f42c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8f3242347662351f371222124dde72611bd277b --- /dev/null +++ b/images/38a9ecd1-fa01-4cec-bfb2-0a145446f42c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e95769a1c9d184c3e554ef49f2dca49527a66c54541535811e56faf1ee34075 +size 2268841 diff --git a/images/38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20.jpg b/images/38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ed4e8b0e4c18d90093b02e42c81b55465482914 --- /dev/null +++ b/images/38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6816ab2d0d20144704ae419eabaad3c4fa020a37c6767fa12c62225cbedef3 +size 1389931 diff --git a/images/38b0195a-ebe1-4072-ad66-549c2b2efd8b.jpg b/images/38b0195a-ebe1-4072-ad66-549c2b2efd8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14a81d9db22c5d1479991c7887a63092faa4fdaa --- /dev/null +++ b/images/38b0195a-ebe1-4072-ad66-549c2b2efd8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcd4104277c6f9048743753f05c85e3c638ad9802963233ad4a1fe1d248576d +size 1597370 diff --git a/images/38b122f1-6304-4367-9d17-e9831d165cef.jpg b/images/38b122f1-6304-4367-9d17-e9831d165cef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..539fdaa6797b3b316ab14ba3f5cca63ca66867d3 --- /dev/null +++ b/images/38b122f1-6304-4367-9d17-e9831d165cef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4001333262998e375e218039ce175df0f07559be5f16e6780303277de0282ce +size 1676584 diff --git a/images/38b1ef5f-69c7-468b-921f-354cc21e3cda.jpg b/images/38b1ef5f-69c7-468b-921f-354cc21e3cda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce1e8037b72ee4d62cb4fc9f79c1e2974dda0050 --- /dev/null +++ b/images/38b1ef5f-69c7-468b-921f-354cc21e3cda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6655d7f6b7dd701215c6cb884ffb36520d0a81e0d3c85b9139e732a08324d52c +size 1488215 diff --git a/images/38b2799a-03c5-451b-b5a3-0cc3080b3fd8.jpg b/images/38b2799a-03c5-451b-b5a3-0cc3080b3fd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bafc42817ae8129693b4020a790c3942f58a077 --- /dev/null +++ b/images/38b2799a-03c5-451b-b5a3-0cc3080b3fd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c23595768e4c67abb1073960757935385d4d03ae542d533bd06762e44cd4fc6 +size 1462444 diff --git a/images/38bbd811-dfdc-45c8-8220-bd9252b31afb.jpg b/images/38bbd811-dfdc-45c8-8220-bd9252b31afb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..501f3957a40612254148436a5ccc22404afb294a --- /dev/null +++ b/images/38bbd811-dfdc-45c8-8220-bd9252b31afb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80405d8c7af891977ba773cb5d9c673cf310d2e3d581767a53a89a9a2a72530c +size 748749 diff --git a/images/38c0418f-d873-4699-a8fb-b45d13131764.jpg b/images/38c0418f-d873-4699-a8fb-b45d13131764.jpg new file mode 100644 index 0000000000000000000000000000000000000000..827c5f4aaae2986737c0e02e757c08c47ceaecda --- /dev/null +++ b/images/38c0418f-d873-4699-a8fb-b45d13131764.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5eaf6168145b5c64c8300d71287cb8808b7bd1c22ff8866ce07905517eea56e +size 1289878 diff --git a/images/38c34ed0-d6e0-4487-976d-ed77dd49a147.jpg b/images/38c34ed0-d6e0-4487-976d-ed77dd49a147.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfae90e2e378ae6cf6b7e6e9678f239b4f55b263 --- /dev/null +++ b/images/38c34ed0-d6e0-4487-976d-ed77dd49a147.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278b1fb07c0ca7b9da9962aa7804017bbce73a9e489ba436c9b9e14b5d42a48b +size 1297039 diff --git a/images/38ca55cc-f61d-421b-aeaf-2e61f882563b.jpg b/images/38ca55cc-f61d-421b-aeaf-2e61f882563b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c26e06134d11bd3c1321677d29f4df0966f9da22 --- /dev/null +++ b/images/38ca55cc-f61d-421b-aeaf-2e61f882563b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5702a1c7395c5e9f0fd33498654bccb33b80b0a8feef31423b8ccd6a34480d +size 1978531 diff --git a/images/38d57eaf-dacc-4243-ad41-6afadae24f5f.jpg b/images/38d57eaf-dacc-4243-ad41-6afadae24f5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..450ab8e4b6496e6b8262cc4eea51cb88cca6f139 --- /dev/null +++ b/images/38d57eaf-dacc-4243-ad41-6afadae24f5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3460b8c800552f785819af2de947f880f5aff94e0458c17ebbc45e92d5f86346 +size 1818149 diff --git a/images/38dc4d5d-1ff9-46e2-86d6-55b357916466.jpg b/images/38dc4d5d-1ff9-46e2-86d6-55b357916466.jpg new file mode 100644 index 0000000000000000000000000000000000000000..777be333ae410a4c7cada9250ae6df8bd862389e --- /dev/null +++ b/images/38dc4d5d-1ff9-46e2-86d6-55b357916466.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45acd7d6243a92555f7bd64afff1df05f2e9938d5ab89974ea84c11b28df2997 +size 1526407 diff --git a/images/38e118e3-c2b4-48f3-a777-b3834c9b4f96.jpg b/images/38e118e3-c2b4-48f3-a777-b3834c9b4f96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5983a73688f3a89bd403207d409a5fc29204c49f --- /dev/null +++ b/images/38e118e3-c2b4-48f3-a777-b3834c9b4f96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a222694b65b081d3f19cb5dfec7b02477190c8d8bdabec31ace2e7e869d3c7af +size 1630879 diff --git a/images/38e195e4-fd1a-4757-990a-a1d159e0fe57.jpg b/images/38e195e4-fd1a-4757-990a-a1d159e0fe57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8fde4876e5b6a8fa9f5e7dfa0cf8428b99432e0 --- /dev/null +++ b/images/38e195e4-fd1a-4757-990a-a1d159e0fe57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0865aaba5878f482fc11233c7aa409ca55e710635062f807f1fc025b207dfc85 +size 1234479 diff --git a/images/38e334f7-2cf8-466b-bc5b-12521f77a3ce.jpg b/images/38e334f7-2cf8-466b-bc5b-12521f77a3ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7701816864c0d70480b5e3bdf93dc963a100349 --- /dev/null +++ b/images/38e334f7-2cf8-466b-bc5b-12521f77a3ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc277a8b570586952a209cbf42cc06b1d228d7b976fbbd34b556de3424142f9d +size 1597288 diff --git a/images/38e9c1f0-d50d-4bed-849c-0850465b5355.jpg b/images/38e9c1f0-d50d-4bed-849c-0850465b5355.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa9ffe3a07f4f351fdaa447dfcd76932193aad66 --- /dev/null +++ b/images/38e9c1f0-d50d-4bed-849c-0850465b5355.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aae82d768d9df03c8c40617aa1a3700a4f5d89444ce2ce8963fe3004d360cab +size 1513011 diff --git a/images/38efda0f-22f9-470e-b047-667f1db32686.jpg b/images/38efda0f-22f9-470e-b047-667f1db32686.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a98dfad71d7749931e58fe0b5f0e144b63638cbc --- /dev/null +++ b/images/38efda0f-22f9-470e-b047-667f1db32686.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f660a2d7c5d4d53fc8fec871dd6a9318fdf1e96e4a8b7070f9a15b9112a2d8b +size 1648311 diff --git a/images/39033d15-504d-455e-9588-69876d0cb1d4.jpg b/images/39033d15-504d-455e-9588-69876d0cb1d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c41dbf23b547062f87bb8debb32d0d361c182a7b --- /dev/null +++ b/images/39033d15-504d-455e-9588-69876d0cb1d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d27d5389b20ab080f6a2e7d471e39bcd7340cc1fd16de9b2d422e623c76748b +size 1514945 diff --git a/images/3913208a-4461-413e-ad6e-78511bfd5382.jpg b/images/3913208a-4461-413e-ad6e-78511bfd5382.jpg new file mode 100644 index 0000000000000000000000000000000000000000..951e208838c108aaf0602fa2be42211a4cd4c4b7 --- /dev/null +++ b/images/3913208a-4461-413e-ad6e-78511bfd5382.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24addf1a3e9b948f91050987aa9e0f0b19428a50ea4d315462f7f3ec29bff2c +size 1976113 diff --git a/images/392c5be9-ef41-4362-8e6d-a4b20557e3e3.jpg b/images/392c5be9-ef41-4362-8e6d-a4b20557e3e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67bf37a81c78142928433c6c4948d2a44aa0abf9 --- /dev/null +++ b/images/392c5be9-ef41-4362-8e6d-a4b20557e3e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9a861ae6d67a77630a68c8ffafaea18ab8af55676c8ce835bf876aabb5954e +size 1335891 diff --git a/images/392d778e-d204-4db3-afda-1dbe564eb133.jpg b/images/392d778e-d204-4db3-afda-1dbe564eb133.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a98b4526cd822b51a685ce0ba563ee9a1afc6c98 --- /dev/null +++ b/images/392d778e-d204-4db3-afda-1dbe564eb133.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775814c3c5fb40ef85dffe313bd7bb575d09064513f83226853802b262b7d157 +size 1553932 diff --git a/images/392f0e05-fe5c-46a6-a4fd-5268904a8fe0.jpg b/images/392f0e05-fe5c-46a6-a4fd-5268904a8fe0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9988a3c32276fab359925f582f8219a87715be2d --- /dev/null +++ b/images/392f0e05-fe5c-46a6-a4fd-5268904a8fe0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daecfce50fdd008cc6b9e86cbc25f3651e12cd1238d0cc4114ddd1789a99f71c +size 1522564 diff --git a/images/393f699b-5da6-4193-b733-1ae08d3fc5b2.jpg b/images/393f699b-5da6-4193-b733-1ae08d3fc5b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bb9097c708f80e813cb98ca6ddd9ae2491dc3cc --- /dev/null +++ b/images/393f699b-5da6-4193-b733-1ae08d3fc5b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cbe30deb4154959c8617885a576efccb0a108bbb0b900cb9d0ef130fde9b2c +size 1774156 diff --git a/images/394991ad-faf8-4265-ba8b-1cd9f2c19db1.jpg b/images/394991ad-faf8-4265-ba8b-1cd9f2c19db1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f160dd08fcbcbb71c553fbee202776274a2bfe6f --- /dev/null +++ b/images/394991ad-faf8-4265-ba8b-1cd9f2c19db1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a95297a5bfb9a6dec1b7bc621a342727d25e4ee43a28a31baedc41a479fa984 +size 1759555 diff --git a/images/3962b1b1-a22f-472c-9bb3-f9439fd40f19.jpg b/images/3962b1b1-a22f-472c-9bb3-f9439fd40f19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c97a8c1a9b27d43672348f3d3dfba77ae688746d --- /dev/null +++ b/images/3962b1b1-a22f-472c-9bb3-f9439fd40f19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20be335f630f4a3a183ff513c66ecacfafa329c78433e13cefefbcd982e7431 +size 1733111 diff --git a/images/3978bed3-218d-42fc-a80a-7f7cca23be75.jpg b/images/3978bed3-218d-42fc-a80a-7f7cca23be75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4c824644decaa78bb84c29f25dccfb4c2f9af5b --- /dev/null +++ b/images/3978bed3-218d-42fc-a80a-7f7cca23be75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1b706b3e820e5514a0a32c7b2cc195063467c7302225ad02b6c4d790a9f8a9 +size 1593615 diff --git a/images/397a99e7-cd89-4928-9560-2e2be2e49cc4.jpg b/images/397a99e7-cd89-4928-9560-2e2be2e49cc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0edbe56a1878a981246ac45ca3fb474d98316591 --- /dev/null +++ b/images/397a99e7-cd89-4928-9560-2e2be2e49cc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f116cd0a21eaf72b571062ea077bb4d7feba0ce4a512b0ac8c1c9b203cebb858 +size 2982006 diff --git a/images/3986137d-3dc8-4111-bdbe-cc9ac79788d1.jpg b/images/3986137d-3dc8-4111-bdbe-cc9ac79788d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be0847f6f540f93005b8f769979b32e4c1c1a756 --- /dev/null +++ b/images/3986137d-3dc8-4111-bdbe-cc9ac79788d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6786c1f466dc6f1f0d84f1a650b3c0e34ca1ee33112cd2c0ee83eae06b77c99 +size 1678373 diff --git a/images/3987745a-3229-454e-af3b-0bcd90f94de2.jpg b/images/3987745a-3229-454e-af3b-0bcd90f94de2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46194381fe055352ce10e6cf63c69a2ba6e88ee1 --- /dev/null +++ b/images/3987745a-3229-454e-af3b-0bcd90f94de2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9263bbc61fe74dfcc1cc92bcd94f9ef9104219045c8609d5566482f0bc533515 +size 1431326 diff --git a/images/39b2a1de-9153-4bfb-b801-c8e05affe160.jpg b/images/39b2a1de-9153-4bfb-b801-c8e05affe160.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35f28f18d7c23b46bfd5a6147ad080b9e62bfb14 --- /dev/null +++ b/images/39b2a1de-9153-4bfb-b801-c8e05affe160.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5808e5a1ba59537159f598306ecc91817eb8a3b32d8bbe206a9784d68f50c086 +size 1790556 diff --git a/images/39b5f38f-9d54-4f62-8c82-421b60442d8d.jpg b/images/39b5f38f-9d54-4f62-8c82-421b60442d8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b2ddee3bfd59b7d918a372f4d0f47e35aa83a27 --- /dev/null +++ b/images/39b5f38f-9d54-4f62-8c82-421b60442d8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b052b70d2d6ec7a48394eafc18083bb1605e859d53d56a88cba56d51f2f1568b +size 1212057 diff --git a/images/39ba3040-5200-4a90-9c49-209d2440f66d.jpg b/images/39ba3040-5200-4a90-9c49-209d2440f66d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75c24e0954d5e953d9a9769eb44eba00d8400834 --- /dev/null +++ b/images/39ba3040-5200-4a90-9c49-209d2440f66d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87737033c523d79e4ae67f5cabd1b0a3485ad12fc83b256f33e9261fecd0e103 +size 1758464 diff --git a/images/39c4b7b6-039b-4d34-8252-dc6f6c619719.jpg b/images/39c4b7b6-039b-4d34-8252-dc6f6c619719.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2c8a620b73458ac3e38ebe48d865d5b71b0da02 --- /dev/null +++ b/images/39c4b7b6-039b-4d34-8252-dc6f6c619719.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35854185a1f5a4b9e2c5809d7aa70c9382b5464bcf462b247ea3449fcd28ca66 +size 1586146 diff --git a/images/39cbb5bd-4b09-42d8-936e-5ff4bd126216.jpg b/images/39cbb5bd-4b09-42d8-936e-5ff4bd126216.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9779a1785664537e39e3d78a4b9107ded5fb193 --- /dev/null +++ b/images/39cbb5bd-4b09-42d8-936e-5ff4bd126216.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd242e7dfe2a22427c55a5a7968d2b662b8d7cbd84879ee52f5983f2b1a88d46 +size 1595872 diff --git a/images/39cf1f79-3cb7-4e12-86db-9b8b0285e8f7.jpg b/images/39cf1f79-3cb7-4e12-86db-9b8b0285e8f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8225757f0a91a4113793483ada94b5d75654b3d2 --- /dev/null +++ b/images/39cf1f79-3cb7-4e12-86db-9b8b0285e8f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7680b9e1130c73efb9fdb7ebd2904eff90c6456a95185251da93cc18ffc743 +size 1395203 diff --git a/images/39da0341-42ad-4742-bdfc-74f544dd81de.jpg b/images/39da0341-42ad-4742-bdfc-74f544dd81de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52910875799ab38b51af1b20656f5cf9e637c46c --- /dev/null +++ b/images/39da0341-42ad-4742-bdfc-74f544dd81de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f446ee00e7c7d83f99bf0ce05829b5da8ccc6ebed2ff18d88f2de4d3c805d58 +size 1554796 diff --git a/images/3a0b15b7-aac5-4a58-a022-782bf01a93bc.jpg b/images/3a0b15b7-aac5-4a58-a022-782bf01a93bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f034f035bf177d01260c1224d58d3c6fc36b4e9b --- /dev/null +++ b/images/3a0b15b7-aac5-4a58-a022-782bf01a93bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507b262af0a107e4a45209bac816f95fc351ef5170b7e29171f9f6b8d95f0a21 +size 1459698 diff --git a/images/3a1b4724-a27a-4f62-9835-75bfcc85fda2.jpg b/images/3a1b4724-a27a-4f62-9835-75bfcc85fda2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..707f0446ad26c4b3d850a0746ffa29628dd02952 --- /dev/null +++ b/images/3a1b4724-a27a-4f62-9835-75bfcc85fda2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd972d2f809dab3ab9b8e28076ecf906cb96e408d900cd2cd1ab447e74bfa2a +size 1373027 diff --git a/images/3a1d4b86-5f06-4549-9754-fc91fe200d6a.jpg b/images/3a1d4b86-5f06-4549-9754-fc91fe200d6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4bc6c8203bbcd15ebcd80891f8b3500ba13d9a8 --- /dev/null +++ b/images/3a1d4b86-5f06-4549-9754-fc91fe200d6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7440c993a15e77dec964142ddb40419a5addd7ea9f59df2be661ba091fcf20 +size 1196225 diff --git a/images/3a27a339-240e-4891-9e03-dada5f5c4b1a.jpg b/images/3a27a339-240e-4891-9e03-dada5f5c4b1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa75a77a276baa20409d831256a8032b72341be1 --- /dev/null +++ b/images/3a27a339-240e-4891-9e03-dada5f5c4b1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d969748e329dbe6913e29c8ec45fe625e10161b8a601fa50582297136fcb6c +size 1623891 diff --git a/images/3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f.jpg b/images/3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c90672a963c4223541917f34c28330afef5b7e7 --- /dev/null +++ b/images/3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c356fa36845b2d711d071ebabcbce731d5b35468437161d0b92ce78aed4ffb99 +size 1698570 diff --git a/images/3a5fdb06-9bf5-4865-9295-ee48af3c24f4.jpg b/images/3a5fdb06-9bf5-4865-9295-ee48af3c24f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d9f82371b6013737f878567ad9d88b133c71b58 --- /dev/null +++ b/images/3a5fdb06-9bf5-4865-9295-ee48af3c24f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b32a723a99a2f93bb6cf3e8d9fbd2894cc02e5fd35d4b6638012740403dde7 +size 1646242 diff --git a/images/3a628cc8-2ad4-47e4-9cbf-91d20796becc.jpg b/images/3a628cc8-2ad4-47e4-9cbf-91d20796becc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdc94c78e2867f1ca54300dd52a0a8a1bb9e9032 --- /dev/null +++ b/images/3a628cc8-2ad4-47e4-9cbf-91d20796becc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c2d79a61caff3f94ae9a06f4e2a33c704bbe797fd8e867a0d54774c8503e26 +size 1517454 diff --git a/images/3a6b5742-ef9f-4ef3-9328-c4f98212f628.jpg b/images/3a6b5742-ef9f-4ef3-9328-c4f98212f628.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aabacd6b3fc852c07e0c43472b1e93701a68b710 --- /dev/null +++ b/images/3a6b5742-ef9f-4ef3-9328-c4f98212f628.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e03d24d742da277b6d969275a422644ccd8d193a0858c30a49e0552d745887f +size 1275617 diff --git a/images/3a72a68c-834c-400b-af85-cb99762280d3.jpg b/images/3a72a68c-834c-400b-af85-cb99762280d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7775d2293c7fd83da3db4a1a6885103fceb40b1b --- /dev/null +++ b/images/3a72a68c-834c-400b-af85-cb99762280d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3d97d747aac2ec80a2868b1c354fc02fbef69e3a824639bd1ba544be9b1e40 +size 1707753 diff --git a/images/3a7f3f2f-1002-43a8-a7a2-a63585c4b778.jpg b/images/3a7f3f2f-1002-43a8-a7a2-a63585c4b778.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bd84daae08dff9330cd8c6be6b7763fc23b58fc --- /dev/null +++ b/images/3a7f3f2f-1002-43a8-a7a2-a63585c4b778.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5408594ad8ab334167e71e671c9a06a01b6b946c3a235133474ce1d37f10da6f +size 1741844 diff --git a/images/3a854b33-8471-4045-bab3-be3602bb82bf.jpg b/images/3a854b33-8471-4045-bab3-be3602bb82bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..393a050ba861d489fc48f87c343be20e7eaa1c9b --- /dev/null +++ b/images/3a854b33-8471-4045-bab3-be3602bb82bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f62e340ab703c0ba01263e2f11245847203d156e7cadbf51b6b39133a7c7903 +size 2782318 diff --git a/images/3a8a8ef4-c83c-478d-97cf-65148bf91eae.jpg b/images/3a8a8ef4-c83c-478d-97cf-65148bf91eae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19b6caa5a86b6589d59a8cfb610fbecd48d6077c --- /dev/null +++ b/images/3a8a8ef4-c83c-478d-97cf-65148bf91eae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a875f6cdada44d7e392fc122ca1aaaaca8f4041800e9a50380ea50e3531e285 +size 1050133 diff --git a/images/3a9415d8-cf67-4a08-af5c-6841207401c9.jpg b/images/3a9415d8-cf67-4a08-af5c-6841207401c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4c8c6c4a3d56b28bc74066e57c2b2003455fd48 --- /dev/null +++ b/images/3a9415d8-cf67-4a08-af5c-6841207401c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec519e91ef7833b832785f19be451183770e3d4dc6dc7e29dec88d82346daf16 +size 1813834 diff --git a/images/3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25.jpg b/images/3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd04e1bc8213927e8db8fd07450876dfe270c7e8 --- /dev/null +++ b/images/3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701b28be63bc1ba2d521ca7a12fc67c5adfade5170c082d109f3af825739ee5a +size 1785257 diff --git a/images/3aa411c4-e4be-4036-94d4-5cbf21ee74ca.jpg b/images/3aa411c4-e4be-4036-94d4-5cbf21ee74ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf7570dbb76c81ac6bab1cea43c05a18c101206a --- /dev/null +++ b/images/3aa411c4-e4be-4036-94d4-5cbf21ee74ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64783376eb3cf695a5499dbb5b4a07996f66eac93a7932fdadefc2fe63f69f35 +size 1715606 diff --git a/images/3aaaf894-2877-416f-acf2-20c356908d6c.jpg b/images/3aaaf894-2877-416f-acf2-20c356908d6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a3540ab670f861dcf9cbed4cd46dbbf7d726e8e --- /dev/null +++ b/images/3aaaf894-2877-416f-acf2-20c356908d6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bafba602b9d93ac80758de110782de533e112509e8e357a9d36cd907053eb65 +size 1284436 diff --git a/images/3ab5ca16-09b6-4d0a-8d52-2757f66d05bb.jpg b/images/3ab5ca16-09b6-4d0a-8d52-2757f66d05bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..013ca06a8f2b8be8af1064ed0ff4a06050c8f203 --- /dev/null +++ b/images/3ab5ca16-09b6-4d0a-8d52-2757f66d05bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44319a7330af5ad1257757656f77ba3f90fc9f08216f147b135a009c4abed325 +size 2247926 diff --git a/images/3abc125f-35a9-4f4e-b7fc-19becccda839.jpg b/images/3abc125f-35a9-4f4e-b7fc-19becccda839.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b9971e6ca7e2f1463df78e280244d02915ef568 --- /dev/null +++ b/images/3abc125f-35a9-4f4e-b7fc-19becccda839.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b86960c853573673cf5436e3f9c9af6ad632e14b97cd5bfa2b16fb37378ab4 +size 1535786 diff --git a/images/3abe0693-94e6-446e-bb3b-95f8722f7c24.jpg b/images/3abe0693-94e6-446e-bb3b-95f8722f7c24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb80be2f7222b524e26de804ab8ff3c9952fe77d --- /dev/null +++ b/images/3abe0693-94e6-446e-bb3b-95f8722f7c24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03167077a46976ea48c4e064f1e7a48538763bf1993c9088310dcc61784db7e +size 1333907 diff --git a/images/3abf18de-783a-4af1-8c4c-c140f5d70587.jpg b/images/3abf18de-783a-4af1-8c4c-c140f5d70587.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea592b227c217a495141e8fde1b5eb15d689f19d --- /dev/null +++ b/images/3abf18de-783a-4af1-8c4c-c140f5d70587.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92b30c09cccc79acdb72e668ec61777e59621db85a82ab29558cfa08343f926 +size 1684740 diff --git a/images/3ac1215a-1446-47fc-8c1a-2efab36249c6.jpg b/images/3ac1215a-1446-47fc-8c1a-2efab36249c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ada09a29327a524d3b95c099891c52592b004022 --- /dev/null +++ b/images/3ac1215a-1446-47fc-8c1a-2efab36249c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5587bdc1faccc5b53043bba6260f5a71c6d3a9c60e90a51564a7d1ee97f263 +size 2284672 diff --git a/images/3acdaa49-a24a-4025-bb91-784607016a8b.jpg b/images/3acdaa49-a24a-4025-bb91-784607016a8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46653138ba75aae29f5dab5b95b105426314c7a1 --- /dev/null +++ b/images/3acdaa49-a24a-4025-bb91-784607016a8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e02b5b3f2a5986e24b87bd699dc97d43a0bce73859b54fcb57028cb168f5d1 +size 2124242 diff --git a/images/3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60.jpg b/images/3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56bf8f2a3b11b1b463d94e15cd540a5058a0a8b7 --- /dev/null +++ b/images/3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6960c0b278f48d841ff05df9d8f99c9b42102ce78ceabe8c2fe2d69944455fe +size 2201671 diff --git a/images/3ad8642d-df2c-4728-abd5-f4c937f6c717.jpg b/images/3ad8642d-df2c-4728-abd5-f4c937f6c717.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94e2102d0de7003827f45f1043e8a1807d829264 --- /dev/null +++ b/images/3ad8642d-df2c-4728-abd5-f4c937f6c717.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5544420379c5f5cde58638bc1a7bf75ebcafefac39c67f409def767059c0dc3 +size 1354719 diff --git a/images/3adb8c57-32f4-46b0-babd-5e2f8c33b869.jpg b/images/3adb8c57-32f4-46b0-babd-5e2f8c33b869.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad930a3aca7bb524ff3d1dc698486e1d2e10a732 --- /dev/null +++ b/images/3adb8c57-32f4-46b0-babd-5e2f8c33b869.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fb50437063a05d3e68b8fe854503a94f46ee6d68775d8265916fcdbf1661ec +size 1717046 diff --git a/images/3af15fed-c1d8-4c43-ac4b-9c03bba79e5d.jpg b/images/3af15fed-c1d8-4c43-ac4b-9c03bba79e5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b1e74b6ea584a988bc94683c8c26307863dadc --- /dev/null +++ b/images/3af15fed-c1d8-4c43-ac4b-9c03bba79e5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51acb97987d9278355c876318d8527dbdfb771be0eb5abe4f62d5b3da0dcf6d1 +size 1594505 diff --git a/images/3af76404-0ed8-41f9-8c01-3f77af7849dd.jpg b/images/3af76404-0ed8-41f9-8c01-3f77af7849dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6572a482779e8a4bc7fd1d895962ef40f4f358a2 --- /dev/null +++ b/images/3af76404-0ed8-41f9-8c01-3f77af7849dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7203247bf7f62f33f4f87a5843f3129e7d4c874dc5fcc6f6c01b7b144d504a3 +size 1449659 diff --git a/images/3b025f5c-7711-44ba-8dfc-fd6a6ec56625.jpg b/images/3b025f5c-7711-44ba-8dfc-fd6a6ec56625.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e38294139f43eedf2e9e7ba4ad889da201384f1f --- /dev/null +++ b/images/3b025f5c-7711-44ba-8dfc-fd6a6ec56625.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f483f7434eedc95598dde62bc07c86fcc384154432525f787bc664226f46f9a8 +size 2229763 diff --git a/images/3b02f261-b679-40ee-9a2a-b8e018c0e3b5.jpg b/images/3b02f261-b679-40ee-9a2a-b8e018c0e3b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..368596e7b4b3196129ad2588d1ad2a108bbfff76 --- /dev/null +++ b/images/3b02f261-b679-40ee-9a2a-b8e018c0e3b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4094273f2342a316d903ee582ae3437236842c1578f12dc6bca17ace56631bf +size 1582091 diff --git a/images/3b078d15-71ad-4780-b68d-4e72094ded0d.jpg b/images/3b078d15-71ad-4780-b68d-4e72094ded0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..183180f9cbb1233775e79f478c1f4e12ae33d79c --- /dev/null +++ b/images/3b078d15-71ad-4780-b68d-4e72094ded0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f105c2349f80150d4a6f3ece6665389b479d0b2d421143dac5bda3da053ffa3 +size 1487369 diff --git a/images/3b0832f5-c896-4104-b98a-98aee1078247.jpg b/images/3b0832f5-c896-4104-b98a-98aee1078247.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b52460ca917089a76a8ceb0211ac408a40fd239 --- /dev/null +++ b/images/3b0832f5-c896-4104-b98a-98aee1078247.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480cb15043570a7cfcb0a66a1eb69d25c983712bf8d119a88d58e3a7259a6280 +size 1675993 diff --git a/images/3b109405-d827-4af7-a49c-7ea02c2d82b9.jpg b/images/3b109405-d827-4af7-a49c-7ea02c2d82b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db576ffa34c119ca1fb5f8624b2a84f86c3f45eb --- /dev/null +++ b/images/3b109405-d827-4af7-a49c-7ea02c2d82b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8523ce128b8ea859913443f21545e226d7c085748a42d8e533cb6b7b619da4bd +size 1788633 diff --git a/images/3b1ef3a0-4871-404e-ae83-9395294a5bd1.jpg b/images/3b1ef3a0-4871-404e-ae83-9395294a5bd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29646c79c118ce36037eab4ba82a7b1ddb46062c --- /dev/null +++ b/images/3b1ef3a0-4871-404e-ae83-9395294a5bd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36365ef18f63288b09309df023986530a2813151294dbd1789d7d4a75ad30397 +size 1891247 diff --git a/images/3b20b6e4-49c2-4237-b2cd-544229bd0f54.jpg b/images/3b20b6e4-49c2-4237-b2cd-544229bd0f54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e2c50f0f09f5ea68bd6cc84db2d9bd0d44ec75b --- /dev/null +++ b/images/3b20b6e4-49c2-4237-b2cd-544229bd0f54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b88bd36855cba65a1027eb2c2cfc9ca75bfe726892d6356659737041ee8ef2 +size 1797603 diff --git a/images/3b211bd7-c114-497b-938d-cdbb8375c3a8.jpg b/images/3b211bd7-c114-497b-938d-cdbb8375c3a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6484ca1887bf65d564557e2c679395efd076ce4 --- /dev/null +++ b/images/3b211bd7-c114-497b-938d-cdbb8375c3a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bc921418107e8e2d1375fdab3f1a5e28f1aba49c37eab7b4118ebe1c8e0ffa +size 1174558 diff --git a/images/3b23aac8-9abd-41fa-976d-eaca109f4990.jpg b/images/3b23aac8-9abd-41fa-976d-eaca109f4990.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1098a97f468596f695f5c19bf0c819c6d5768de9 --- /dev/null +++ b/images/3b23aac8-9abd-41fa-976d-eaca109f4990.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fca56e17011d22e3ccf052fe3666870fa2789536da33300c9a510305cecb36 +size 1629128 diff --git a/images/3b26f2a6-336f-463e-a61d-55e0609640c5.jpg b/images/3b26f2a6-336f-463e-a61d-55e0609640c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fead0f35bcda61803a8aceed827455624a00cd4 --- /dev/null +++ b/images/3b26f2a6-336f-463e-a61d-55e0609640c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c319aa071825ecc82bcddd3e8355bc9351330c04359af70c462e094bb805aa +size 1465260 diff --git a/images/3b287a53-dbc0-4430-8f75-d8208d613a33.jpg b/images/3b287a53-dbc0-4430-8f75-d8208d613a33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab671dcebae3b336de5b1c55fe33758c0224894a --- /dev/null +++ b/images/3b287a53-dbc0-4430-8f75-d8208d613a33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189fbe91bdf4e5356c254e2b8548aa64e22462b5132b6e993d565d90ba7c6ba0 +size 1315096 diff --git a/images/3b2c65dc-5215-41f4-baf4-57297add1a79.jpg b/images/3b2c65dc-5215-41f4-baf4-57297add1a79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e6dfb890eb921988ae893bc8b9d2527c92e72cc --- /dev/null +++ b/images/3b2c65dc-5215-41f4-baf4-57297add1a79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999cd96850e84abc1d3b9680352ccc8003f8727212b355f8c4203082def58c23 +size 2004452 diff --git a/images/3b3334dd-0726-46c3-8d1a-bc6badb6aec2.jpg b/images/3b3334dd-0726-46c3-8d1a-bc6badb6aec2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a064cd7a9ddbc5c101b359512cc5033136d71485 --- /dev/null +++ b/images/3b3334dd-0726-46c3-8d1a-bc6badb6aec2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17b8438dd65eafeaed947b4d165f6c9683bca83249defa2f3c02fa7d0ba0f2d +size 1250387 diff --git a/images/3b333de9-2367-4c21-8117-861917e08cf9.jpg b/images/3b333de9-2367-4c21-8117-861917e08cf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9a607ff2e037267b5f63174a564dd13d3f232fa --- /dev/null +++ b/images/3b333de9-2367-4c21-8117-861917e08cf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c508b2bb777867faca51687af985a756bddf1fdf9486723598a711dbe13250e4 +size 1513995 diff --git a/images/3b5d6dd7-e12b-4912-9455-7074e370db38.jpg b/images/3b5d6dd7-e12b-4912-9455-7074e370db38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..217be361075f6ba22317e18027aa01e54682dea6 --- /dev/null +++ b/images/3b5d6dd7-e12b-4912-9455-7074e370db38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0637aecd0a8af8d6010ff8d8be42fc2ace07deaabcb82993775c459e9a24a1f +size 1553528 diff --git a/images/3b79d484-f08f-4c06-9c7b-fc21afd09b54.jpg b/images/3b79d484-f08f-4c06-9c7b-fc21afd09b54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2df32966863cd953aa521c93d822f54f076ced96 --- /dev/null +++ b/images/3b79d484-f08f-4c06-9c7b-fc21afd09b54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e40d6c08390f19e57e67c0b62e983e49243093e001ba9fc34183c25c7d0c89 +size 1008142 diff --git a/images/3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e.jpg b/images/3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b073ab7be65dd00e369989ecc7d49cbd20b948e --- /dev/null +++ b/images/3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b6a5df34113f7f54490429149f3fb623f5f61799dd6870bde29c1ae8f16136 +size 1377009 diff --git a/images/3b7f27a9-eedf-4a68-b880-da49add47222.jpg b/images/3b7f27a9-eedf-4a68-b880-da49add47222.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c81fc89b06bd6a63ae7d8a7f9c1433a95885599 --- /dev/null +++ b/images/3b7f27a9-eedf-4a68-b880-da49add47222.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db9c61e39ce6c794078bae2308824a980e7b6074bd0905e6b4556c14e212aab +size 1865289 diff --git a/images/3b83fc6f-0970-47dc-aa10-04166752484c.jpg b/images/3b83fc6f-0970-47dc-aa10-04166752484c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0156da8890c9e87557065732427d7c4f665b1b08 --- /dev/null +++ b/images/3b83fc6f-0970-47dc-aa10-04166752484c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f3dcd72c474721a1efc0dc8ae22ec9e0c88b2742b4b1dd30655e02f829c370 +size 1376689 diff --git a/images/3b9510d1-81f3-4033-afae-1e5417301a16.jpg b/images/3b9510d1-81f3-4033-afae-1e5417301a16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38b96766b5645d309b84cdfa13366580254d970a --- /dev/null +++ b/images/3b9510d1-81f3-4033-afae-1e5417301a16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e614a84a8021c75bc77dea36045bd40f9cbd60806d3a94276a0a699ec0b6784d +size 1753394 diff --git a/images/3b9f783b-5ec6-4ae2-9184-c25fc66c8194.jpg b/images/3b9f783b-5ec6-4ae2-9184-c25fc66c8194.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96150f0d016fd945a8932599deca24e05dad7303 --- /dev/null +++ b/images/3b9f783b-5ec6-4ae2-9184-c25fc66c8194.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fed74c7b6635203167fdc5cc1b5fa4de9a247c68dfd92f5f82c068051033c9 +size 1582993 diff --git a/images/3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a.jpg b/images/3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0fcfd112efc70993ce2624f7f6b01ed5f942469 --- /dev/null +++ b/images/3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4721c1d76782f18de6c994ca6200f8829d177933e53eb2f92f7e644d102cff5b +size 2247369 diff --git a/images/3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c.jpg b/images/3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..295fd45e002a5dfc9b8c0c2f9d5518c078cdfe5e --- /dev/null +++ b/images/3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa29d010dd3038b7121af48ca647f571ac972a76792744082fbae824926fc8 +size 1757300 diff --git a/images/3bac1071-fc2e-4353-8c66-0ec57448948a.jpg b/images/3bac1071-fc2e-4353-8c66-0ec57448948a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfda24a56f2b68030cf35b1eede8a5667d197a7e --- /dev/null +++ b/images/3bac1071-fc2e-4353-8c66-0ec57448948a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef4a9a00bf24a0d688912da05f3ea57a52f44f35ec60aa56aa8dddba6c10be9 +size 1171796 diff --git a/images/3bb45f84-803d-43af-8fe6-f29e5d57c8e5.jpg b/images/3bb45f84-803d-43af-8fe6-f29e5d57c8e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe264ce36acdfc789a5596a6d767b9a3b098bd09 --- /dev/null +++ b/images/3bb45f84-803d-43af-8fe6-f29e5d57c8e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418fdcc504f7d10118e4b8086d6045a8479d5f83133ba6612d5d2cf7a303faf2 +size 1818803 diff --git a/images/3bb7f36e-311e-43bc-a4e6-3920772768d3.jpg b/images/3bb7f36e-311e-43bc-a4e6-3920772768d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3e86ad1be9f7984a1504d92e3141bd16e954e80 --- /dev/null +++ b/images/3bb7f36e-311e-43bc-a4e6-3920772768d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea62cc5cb76271e095206c096a07376d91f7b63c0117353b4c2aa847f6013691 +size 1509316 diff --git a/images/3bc57092-2a58-4841-a957-161ada4d92f3.jpg b/images/3bc57092-2a58-4841-a957-161ada4d92f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4756b188c067f7f0bbeb40d96c3398dfd615c20 --- /dev/null +++ b/images/3bc57092-2a58-4841-a957-161ada4d92f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4943771032b4623e04bc373cd1be5e253bb0ad799e4c5fec095d742ec4c847ac +size 1884230 diff --git a/images/3bdc283a-d457-47ea-90b2-fed05743eebe.jpg b/images/3bdc283a-d457-47ea-90b2-fed05743eebe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6affd25a2e42f5460e1bde49b863216f9eafaa50 --- /dev/null +++ b/images/3bdc283a-d457-47ea-90b2-fed05743eebe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2572ccc5c4e0bc6b15e031157e3b0db9597f3a920e34e61a7af119afa0b137b5 +size 1671986 diff --git a/images/3bed29ca-3bba-4252-81ec-0facebdc0724.jpg b/images/3bed29ca-3bba-4252-81ec-0facebdc0724.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94658855b0e401be216d27ba9f4aad03168ff622 --- /dev/null +++ b/images/3bed29ca-3bba-4252-81ec-0facebdc0724.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea935ed445ea943c7075d666ba49f9560953ba8154090fbfdc14b9e1ab133ca +size 2537443 diff --git a/images/3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5.jpg b/images/3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5202b1faf8a859344b93286bb1efdce06fafa7e7 --- /dev/null +++ b/images/3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345bb2a178b4fc74e52183897b513281b572c3738d7eb3a93c00eea482f4b3e2 +size 1344411 diff --git a/images/3c1915fe-542d-413f-a2aa-5f75f0addd7a.jpg b/images/3c1915fe-542d-413f-a2aa-5f75f0addd7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a9d4839b266a3b6115f00e0e7d56e6611860b0c --- /dev/null +++ b/images/3c1915fe-542d-413f-a2aa-5f75f0addd7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe08169983817f2a677d98a326ad25b81fbebd081e1c152db70228389c52a5c +size 1417049 diff --git a/images/3c2053dd-6aaa-4759-9236-6b1d63b8db69.jpg b/images/3c2053dd-6aaa-4759-9236-6b1d63b8db69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..067371227fecb4d9e6417709bb86be6697ca120e --- /dev/null +++ b/images/3c2053dd-6aaa-4759-9236-6b1d63b8db69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3872d03e31cbdd0e1ae49a21f6a54d1072ef6073dde40d294ab57fb281be50 +size 2107154 diff --git a/images/3c32ee35-6a4b-46bb-944e-7a28f0bd01a8.jpg b/images/3c32ee35-6a4b-46bb-944e-7a28f0bd01a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d90bce9494b7bb9262075eeb674825688173ee4a --- /dev/null +++ b/images/3c32ee35-6a4b-46bb-944e-7a28f0bd01a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325cce5f269d56d29cff4198e76db9dbc330771fa84cfab2ca97fa17d5beaa18 +size 1515955 diff --git a/images/3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5.jpg b/images/3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc89fbbf5cdd0982bb57c6b113a2e9db8c8c87d3 --- /dev/null +++ b/images/3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe232d0fd9d114740d56e26fceefe87a9d156fd6a05309680a34b1f4475decd1 +size 1351769 diff --git a/images/3c4293e6-6186-4691-90a6-f1ff1e8529e5.jpg b/images/3c4293e6-6186-4691-90a6-f1ff1e8529e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..823cb628ab86ba7bf87f34d2c1ce02965f8df17c --- /dev/null +++ b/images/3c4293e6-6186-4691-90a6-f1ff1e8529e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f863ceed4feef7af9909d1f8e23de34e415eef01b5717523f0468d88660c7e3 +size 2324886 diff --git a/images/3c57aab0-b023-457d-9488-bee52b438110.jpg b/images/3c57aab0-b023-457d-9488-bee52b438110.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff8fc255849652c6f12cce95901d55b973eda06f --- /dev/null +++ b/images/3c57aab0-b023-457d-9488-bee52b438110.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e6a0b0288783285e042cbae03469f0177a4466b3198cd1eb6d13077b71cf5e +size 1551525 diff --git a/images/3c649580-498a-4fe7-ba1a-2972260b622a.jpg b/images/3c649580-498a-4fe7-ba1a-2972260b622a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c81c8b8d27df7a40e7c71dd2e15b0e919c16f05b --- /dev/null +++ b/images/3c649580-498a-4fe7-ba1a-2972260b622a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8ea0d211b5b8aa0806efd05a33446be987d20c00e82ba3e2757cf6a6fa96c7 +size 1268215 diff --git a/images/3c67da4a-be61-43e9-8def-a1cfec79bc12.jpg b/images/3c67da4a-be61-43e9-8def-a1cfec79bc12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89ced9d03c08c8b4bee18d323781569be7bfa5d8 --- /dev/null +++ b/images/3c67da4a-be61-43e9-8def-a1cfec79bc12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ef8402ccdec5137ed730050a796233c4dc261b5a4bf31f9589072293a2a940 +size 1480359 diff --git a/images/3c6acf95-1988-4825-b9b5-47d081527939.jpg b/images/3c6acf95-1988-4825-b9b5-47d081527939.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57aedd78a6e78e0ea636038d442b52256cfb6467 --- /dev/null +++ b/images/3c6acf95-1988-4825-b9b5-47d081527939.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7a5a4144b3af18341061482d1536d3f8d7fc46fec5384bf6b072f7076d3171 +size 2184225 diff --git a/images/3c7b4fa2-615c-45e5-b3b7-d57fdbb60860.jpg b/images/3c7b4fa2-615c-45e5-b3b7-d57fdbb60860.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a99ea541966fddf866b6f556836a612ea416264d --- /dev/null +++ b/images/3c7b4fa2-615c-45e5-b3b7-d57fdbb60860.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b8c0b27791990c76bfe9605830403332686f6abb02e983f21da9f8ccbcc44d +size 1463772 diff --git a/images/3c7b9375-51ac-4292-8c3e-d2faede227c4.jpg b/images/3c7b9375-51ac-4292-8c3e-d2faede227c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e168319c4d7d4e4ccee8ffbf915d7c22f1e588f9 --- /dev/null +++ b/images/3c7b9375-51ac-4292-8c3e-d2faede227c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ff32ac2c2ac44bef66d405a9dae99745db4c55f4d0173bcb7ad2081bf706f2 +size 1783377 diff --git a/images/3c7e5dae-8c01-48a4-b299-37b7830c2614.jpg b/images/3c7e5dae-8c01-48a4-b299-37b7830c2614.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaaa7c56fc80f0f9ed8f562f01dcf4ae0b0fd051 --- /dev/null +++ b/images/3c7e5dae-8c01-48a4-b299-37b7830c2614.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33a84b39190dc505839aa2d41dc6de7466373b7aa213dde0fc36304ec1d08ac +size 1666065 diff --git a/images/3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee.jpg b/images/3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cda25ed45896692c0acf07f6c5704c2c5eb0b4d5 --- /dev/null +++ b/images/3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bbf30a30b4ab3532c2dd4fedbf8bf679a1607ecde3b51521149141c903a128 +size 1293149 diff --git a/images/3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0.jpg b/images/3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc740f2685c3c39b6a769437f8738c329c4253a6 --- /dev/null +++ b/images/3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf054b453665ac628e2a18bc12c27c299ebad41c068bee1769c11c734420ede +size 1556604 diff --git a/images/3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c.jpg b/images/3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..295eab05f7e7182b316a6fb1e14fe61de09f6a9a --- /dev/null +++ b/images/3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5def1ccb550dd21355a7ae1003d83a5696ffa425a7c7424c787f2e7b2c9813ab +size 1548071 diff --git a/images/3c8eaf75-c82d-487c-a9e4-3363256dd038.jpg b/images/3c8eaf75-c82d-487c-a9e4-3363256dd038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ce47fcd7bcada20eb8fd7b461cb84f3855b11b1 --- /dev/null +++ b/images/3c8eaf75-c82d-487c-a9e4-3363256dd038.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6106fcbdbffda2e00557c9fa3e39a66024c5a1d42d9c152d2c9e13c43fb6bfe +size 1442385 diff --git a/images/3c9162a7-45a6-4d9e-aa52-9d5c417fc25e.jpg b/images/3c9162a7-45a6-4d9e-aa52-9d5c417fc25e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3822d14735992297fe7efcdee883d2694d6d9ea --- /dev/null +++ b/images/3c9162a7-45a6-4d9e-aa52-9d5c417fc25e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad839b01d046b606867b1dfea51b9c0aac3b0d31ed70a4f6b3aa2d8e0f6210f +size 2282100 diff --git a/images/3c99e457-d163-487f-9142-206a27b7737c.jpg b/images/3c99e457-d163-487f-9142-206a27b7737c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003d6e859bbb05efad2fee591e6c576e832173ac --- /dev/null +++ b/images/3c99e457-d163-487f-9142-206a27b7737c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746673e20e09a5bed0085bc67e1bf90a7f83ea2a6e0f79987080552c6979e41a +size 1723850 diff --git a/images/3c9d8069-7784-4821-b813-5c33c31ccfce.jpg b/images/3c9d8069-7784-4821-b813-5c33c31ccfce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e79bbb56f0182c84646b2dd4a9a84f18dc12f16 --- /dev/null +++ b/images/3c9d8069-7784-4821-b813-5c33c31ccfce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae02e93d0beb4db66401f9867d72db20682c836225ea7564a8b11c82cd161912 +size 1471973 diff --git a/images/3ca4f848-26ef-4196-b0c3-caebbb94f535.jpg b/images/3ca4f848-26ef-4196-b0c3-caebbb94f535.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e8b666e526ffe41d9f40e30e842426dbe37bbd0 --- /dev/null +++ b/images/3ca4f848-26ef-4196-b0c3-caebbb94f535.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f03a6b2b6658efbafb4b8a1eb3809d258964494b22cde2f04527f49b5a0518 +size 1361186 diff --git a/images/3ca55014-ba9a-407c-83c2-2a5fcde84db4.jpg b/images/3ca55014-ba9a-407c-83c2-2a5fcde84db4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..476e3c9a6aa4461e4b765bfbd4fdb174413eac31 --- /dev/null +++ b/images/3ca55014-ba9a-407c-83c2-2a5fcde84db4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594e33c13e0e43dfc30812e251ac3e6dd3090710eec49e776e4697f35f42a17f +size 1386868 diff --git a/images/3cb6fb9a-a661-491a-9f9a-94a09b37dcab.jpg b/images/3cb6fb9a-a661-491a-9f9a-94a09b37dcab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5079cb4effc74180d24c286583d2ed9972bd4e --- /dev/null +++ b/images/3cb6fb9a-a661-491a-9f9a-94a09b37dcab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f920806ea9c15f1cdf62ba2f6bca6dbbbb3f01eaa4a421f31bd18fa6869687a8 +size 1562049 diff --git a/images/3cc32a53-dd4f-4f21-9d27-d80bddbf1e71.jpg b/images/3cc32a53-dd4f-4f21-9d27-d80bddbf1e71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea089fa1c121e4b5f2b414f13034ee39c3d048a3 --- /dev/null +++ b/images/3cc32a53-dd4f-4f21-9d27-d80bddbf1e71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d32902a5d1edcd69a0b15640f9f35eb9126ea85c9eedc82c84d67ad846cd75 +size 2657067 diff --git a/images/3cc938a3-b8b5-463a-980e-e0ca19fd27ef.jpg b/images/3cc938a3-b8b5-463a-980e-e0ca19fd27ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10dc0953c864366f26b33cb93fe1c140698812ed --- /dev/null +++ b/images/3cc938a3-b8b5-463a-980e-e0ca19fd27ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b1895112eaa9b7734c6e63c5ee8cfbab7587236ca83ddd460a8ffcaed4f493 +size 2882976 diff --git a/images/3ccc6e91-13b4-4d24-8459-6efd166a021e.jpg b/images/3ccc6e91-13b4-4d24-8459-6efd166a021e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9047f243b38caab9c6c1c138b58a32def457e02 --- /dev/null +++ b/images/3ccc6e91-13b4-4d24-8459-6efd166a021e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9d2e203ac2d9f68288d8dcc72a1382aee4319ac0f179a3e8914e056e63651c +size 1520607 diff --git a/images/3cd05176-6a1b-4e4a-89b4-03d35d203a22.jpg b/images/3cd05176-6a1b-4e4a-89b4-03d35d203a22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e40e76a34009420b06cb511ef5e8f80af823f7 --- /dev/null +++ b/images/3cd05176-6a1b-4e4a-89b4-03d35d203a22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ca5fe9e81561f186a09eecde56b48e31df7c093dc6c6b0298f4235df014df1 +size 1089703 diff --git a/images/3ce62507-1a24-42ae-9f63-000543ebbb94.jpg b/images/3ce62507-1a24-42ae-9f63-000543ebbb94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49ed5a45a445db44278bc8135b434170691a1d05 --- /dev/null +++ b/images/3ce62507-1a24-42ae-9f63-000543ebbb94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135efe5c49745ab6fc1445c1dee6332649e3224e126720662cace6db7ea8a82c +size 1574712 diff --git a/images/3ce96c82-7576-48d8-8c6e-c856e0b0292a.jpg b/images/3ce96c82-7576-48d8-8c6e-c856e0b0292a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85b92863686dfd7560b0cd7bf68966019efd1dce --- /dev/null +++ b/images/3ce96c82-7576-48d8-8c6e-c856e0b0292a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718ea484c0ca05cbd5363d2ba92fe00f2b6f4e6b03aae1752da36badee7a6f22 +size 1546086 diff --git a/images/3ce9721f-75d1-4e03-b0e4-9c0abaddafcb.jpg b/images/3ce9721f-75d1-4e03-b0e4-9c0abaddafcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce68cb1e276fa2e99e366e3ccfa40747932a1312 --- /dev/null +++ b/images/3ce9721f-75d1-4e03-b0e4-9c0abaddafcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1597dc6eef4f3a9e4a284e5ab9d850f99c4255d90efbb3bb44c538484bb15184 +size 1602255 diff --git a/images/3ceb02ae-2f9a-49de-b591-6b3f9c188e82.jpg b/images/3ceb02ae-2f9a-49de-b591-6b3f9c188e82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec90bbe1b3b8b5e1e6ad22554e8e5b4339e46440 --- /dev/null +++ b/images/3ceb02ae-2f9a-49de-b591-6b3f9c188e82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed87fe27dc2fc5297ff8a686e29498df3565fec2e58c7a56a330e92bf8031c2 +size 1720407 diff --git a/images/3ceb9ee2-7120-4763-9605-df21229d7860.jpg b/images/3ceb9ee2-7120-4763-9605-df21229d7860.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81cfebc270fb1e3db68e149cfe9bd56d0feb9d23 --- /dev/null +++ b/images/3ceb9ee2-7120-4763-9605-df21229d7860.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961144dca9beccac9bc47ffa5312ed513d23717be458bf77aaa4badd0c8ad102 +size 1473905 diff --git a/images/3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f.jpg b/images/3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0f52d264e552963c051b9b2ecd2df89e4c5ec77 --- /dev/null +++ b/images/3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f42ae1b90a2e4784e487a33df2e97f21693d1269482cedaf7f6e9b9d75d0910 +size 1417751 diff --git a/images/3cfe7ba6-5869-4fec-9dfb-9f688af345fc.jpg b/images/3cfe7ba6-5869-4fec-9dfb-9f688af345fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cacc5756e99becb85c65d8fc8b16a317ec196ef1 --- /dev/null +++ b/images/3cfe7ba6-5869-4fec-9dfb-9f688af345fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72106122c332545b8d4cefb1e03ab961977e8914806b39fb784930106fc537a3 +size 1566431 diff --git a/images/3d0477f3-ed66-431e-97fe-1e7308d251a5.jpg b/images/3d0477f3-ed66-431e-97fe-1e7308d251a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28b826f452f62027ec6167e350a7538a14a44474 --- /dev/null +++ b/images/3d0477f3-ed66-431e-97fe-1e7308d251a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e9bc32db6a24ca113d82c9333265d501cc186203523f82bfbcb84782321ac2 +size 1584359 diff --git a/images/3d07fe53-6b62-4db1-a026-8b78c904ee32.jpg b/images/3d07fe53-6b62-4db1-a026-8b78c904ee32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c49a112f136d59424d98d0829ad9e58009b000a8 --- /dev/null +++ b/images/3d07fe53-6b62-4db1-a026-8b78c904ee32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270e51080f241768cb9f7976e0cc1bc5fdbb8d8dcafaa469b9fe20b65f3c3532 +size 3392360 diff --git a/images/3d094023-8551-42f8-a200-7ae283e04d32.jpg b/images/3d094023-8551-42f8-a200-7ae283e04d32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b699cfe843ca280c560b58a8d23d49c44525e5d --- /dev/null +++ b/images/3d094023-8551-42f8-a200-7ae283e04d32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabe8d254ee4d37ef3b6a0d80f591228354c1bbb6aa7397c54fd8b0ab262eefe +size 1600407 diff --git a/images/3d09f50d-d62f-4995-b244-bf15893d59e9.jpg b/images/3d09f50d-d62f-4995-b244-bf15893d59e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d219418d346e130c7bde57633269e7d5fa5caf7 --- /dev/null +++ b/images/3d09f50d-d62f-4995-b244-bf15893d59e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ecd9c66f809a42996de356ed183f91ea560ff2d32fe834b3b2810f384ffa84 +size 1545549 diff --git a/images/3d0c1108-e231-444f-b774-e419acfb73f3.jpg b/images/3d0c1108-e231-444f-b774-e419acfb73f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..495d9dbb283f895a29761e576af61bb675ad978e --- /dev/null +++ b/images/3d0c1108-e231-444f-b774-e419acfb73f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789eb34b1184cd9de3bf9cd00a5beac3536f7e55da276700957ce38104487737 +size 2517832 diff --git a/images/3d0c7966-673c-4505-99ed-12332e1ed730.jpg b/images/3d0c7966-673c-4505-99ed-12332e1ed730.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21fd57935fb3000e25da8067787d35c858f6208a --- /dev/null +++ b/images/3d0c7966-673c-4505-99ed-12332e1ed730.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c42d0b5e2b42e48c160b172d4a3765d8df261eb7485d3efe233c76973be05b0 +size 1800589 diff --git a/images/3d1e542d-c1ff-4ced-be42-0d7ca6c5e318.jpg b/images/3d1e542d-c1ff-4ced-be42-0d7ca6c5e318.jpg new file mode 100644 index 0000000000000000000000000000000000000000..845550af637a3e824f3df6532d3d5502c8382a0d --- /dev/null +++ b/images/3d1e542d-c1ff-4ced-be42-0d7ca6c5e318.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52f4eee643b07102b878f33f09947434f96f985a1d6d542ceb0cf9375fcf519 +size 1595011 diff --git a/images/3d2f2106-8f17-4f7a-82a3-8fa0b8081986.jpg b/images/3d2f2106-8f17-4f7a-82a3-8fa0b8081986.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c38e6ee80c3db680bbd75a3faad2b41133677924 --- /dev/null +++ b/images/3d2f2106-8f17-4f7a-82a3-8fa0b8081986.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486062e88f672969402d29c275b897c0de1a5975d2b238900cd9de6c283c7a6c +size 1481365 diff --git a/images/3d3cdd17-d69b-4df7-ab19-dc0d85bc5435.jpg b/images/3d3cdd17-d69b-4df7-ab19-dc0d85bc5435.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4de864a16fd8d6671c2961279121d7020c8bd60 --- /dev/null +++ b/images/3d3cdd17-d69b-4df7-ab19-dc0d85bc5435.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55913b17aa83138cf8dd3f646151c528e12ee2eb876a2a1a336addbd491b7e4 +size 1489894 diff --git a/images/3d4d4a45-8a2f-4d9f-a868-a96b84eb412d.jpg b/images/3d4d4a45-8a2f-4d9f-a868-a96b84eb412d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3901bab8aa929aaad6f0d3759b80537e4eea279d --- /dev/null +++ b/images/3d4d4a45-8a2f-4d9f-a868-a96b84eb412d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d8e579b5dc53d908fa680a3512e47afddfcf0dbbaef715247be6f604102e7a +size 3915499 diff --git a/images/3d4f803f-44a9-4ef8-957d-6803b40cddf2.jpg b/images/3d4f803f-44a9-4ef8-957d-6803b40cddf2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d03a9f2629865de3acf9eacad4b0dac7bb3c661a --- /dev/null +++ b/images/3d4f803f-44a9-4ef8-957d-6803b40cddf2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe410451e309ad1e41dcbc8b8c3c057a26725a0222d7cd46bf7972a929bf64b +size 2469282 diff --git a/images/3d5adea8-08ef-457f-8a26-6e6d9339abfd.jpg b/images/3d5adea8-08ef-457f-8a26-6e6d9339abfd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a47ac1d2a6fce17424d8e1e0e24fcf2cc9c6577d --- /dev/null +++ b/images/3d5adea8-08ef-457f-8a26-6e6d9339abfd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9c0c104678a1df872cdf36cdad4481339fe256345b56f3e5d17c90349949fd +size 1601439 diff --git a/images/3d6e1944-339e-4d63-85cd-d60a4c5cd7a2.jpg b/images/3d6e1944-339e-4d63-85cd-d60a4c5cd7a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9898c04e010eb6a37613c02f6bea50fac9c0971b --- /dev/null +++ b/images/3d6e1944-339e-4d63-85cd-d60a4c5cd7a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f60985a40013b20772bfe3f2670b44f36218158a44462829d27c2f83aa89938 +size 1380613 diff --git a/images/3d73e074-5bd9-4036-922e-1f18e8f9839e.jpg b/images/3d73e074-5bd9-4036-922e-1f18e8f9839e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d98a44f5ddb3ccff22501fd333da78d97494ec9 --- /dev/null +++ b/images/3d73e074-5bd9-4036-922e-1f18e8f9839e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d464df9524981c665b7ed13a2b486a57e9da189eb0df5a47c9794e74d5a11eeb +size 1456425 diff --git a/images/3d7cbc2d-e518-43a6-b914-b846af17a797.jpg b/images/3d7cbc2d-e518-43a6-b914-b846af17a797.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d530ced8d9921da8d307b46328160af8ba3ca004 --- /dev/null +++ b/images/3d7cbc2d-e518-43a6-b914-b846af17a797.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381fd19a794ddd372193cc947065e171d11b0efcaabd82ce5fb219dbe7a5be0a +size 1889344 diff --git a/images/3d8ac29b-e289-4b3f-994f-441ac83c0a28.jpg b/images/3d8ac29b-e289-4b3f-994f-441ac83c0a28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fce69072245a174c35a4d5e5e4b76e1c1ce5cbf2 --- /dev/null +++ b/images/3d8ac29b-e289-4b3f-994f-441ac83c0a28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e985c2d4c3ded9f1fb1edf64664c4ffb1a49c6ae0904b34aee445a464ec0cd +size 1816618 diff --git a/images/3d8fb244-2710-47d2-b138-7b54de7bfab4.jpg b/images/3d8fb244-2710-47d2-b138-7b54de7bfab4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bde5a1c7fde55040a380933e95fb17ce37b24d4 --- /dev/null +++ b/images/3d8fb244-2710-47d2-b138-7b54de7bfab4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9686003126bf511824eb01126158930e74b5042464827c0147afd13a6521340 +size 1101893 diff --git a/images/3d90c13e-1383-479c-8328-2c8725ff0cd4.jpg b/images/3d90c13e-1383-479c-8328-2c8725ff0cd4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02900f5c87083c62b52bd2d654039b1be539f634 --- /dev/null +++ b/images/3d90c13e-1383-479c-8328-2c8725ff0cd4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a895620f1af28256cdaca9231d73526feab6a03088e03d654cc9503f240bf316 +size 1855087 diff --git a/images/3da51142-c069-4544-8acb-d6720f2c2065.jpg b/images/3da51142-c069-4544-8acb-d6720f2c2065.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42f417db83e482867d952f4ef6f4f557e5775d92 --- /dev/null +++ b/images/3da51142-c069-4544-8acb-d6720f2c2065.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fd0d5196e90cae1dd5ee4d42e86756f0c1ad7d630b654b1b478974ccf6c6b1 +size 1551298 diff --git a/images/3da56553-60d2-42fb-ba47-41f510a4ecae.jpg b/images/3da56553-60d2-42fb-ba47-41f510a4ecae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c99a3915201da493321bf32e90893bbc8165ce55 --- /dev/null +++ b/images/3da56553-60d2-42fb-ba47-41f510a4ecae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fab02dcd5e2ecfa51de327e163f7c6415fe3eba3352ca9cb7febc70f3ef878e +size 1676205 diff --git a/images/3da656c8-2bca-42b4-9f69-a3c870a5f0bc.jpg b/images/3da656c8-2bca-42b4-9f69-a3c870a5f0bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f57ab724143dbbe97a1090857b73ff232ce6446d --- /dev/null +++ b/images/3da656c8-2bca-42b4-9f69-a3c870a5f0bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f60f137fe0b03cdc9774dc65fca9c6020e67dcfabebc6cb2e5590300147487d +size 2325678 diff --git a/images/3daa282e-9c77-4858-af64-bd6859aa3a6a.jpg b/images/3daa282e-9c77-4858-af64-bd6859aa3a6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8108435f3468a5b7d4778f8ccc5a744e7f678580 --- /dev/null +++ b/images/3daa282e-9c77-4858-af64-bd6859aa3a6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012886aa04f3dbcb7e4be4a52b8192c05944cb5e7e38f58b0c3ae2b0cfc04e5e +size 1480400 diff --git a/images/3db33577-e454-4ab6-b9f7-1b96ce2a9e0b.jpg b/images/3db33577-e454-4ab6-b9f7-1b96ce2a9e0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02820bfbed3210e8fd5d7029835a4408adb11402 --- /dev/null +++ b/images/3db33577-e454-4ab6-b9f7-1b96ce2a9e0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e625ac720a2ab9f4f3c7f6ff46420a33e0813345995420e9c90b9e568f57e3 +size 1699654 diff --git a/images/3db59268-9db7-464f-8668-b55eca07fece.jpg b/images/3db59268-9db7-464f-8668-b55eca07fece.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0cc1219d1eede286d82ea6cabea418e1d04689e --- /dev/null +++ b/images/3db59268-9db7-464f-8668-b55eca07fece.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62f88403b5f4580518d12760989ff1b79d7f8734f239d111fa062e55015b7f4 +size 1446712 diff --git a/images/3db63648-4345-466a-8bfa-8ca9d5bd0017.jpg b/images/3db63648-4345-466a-8bfa-8ca9d5bd0017.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14af51c2b1379f6e4f74d05f8763411079631194 --- /dev/null +++ b/images/3db63648-4345-466a-8bfa-8ca9d5bd0017.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285124a5ee63806c4f7497e6521ba50006fbf4242855d9630f6e4ea0bbab941e +size 1482910 diff --git a/images/3db8dbf9-97f9-428c-9314-91e1ba615e23.jpg b/images/3db8dbf9-97f9-428c-9314-91e1ba615e23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7cd1df1ffc97bc4990492460095662b0ddc9707 --- /dev/null +++ b/images/3db8dbf9-97f9-428c-9314-91e1ba615e23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd74f92bfbd674abf683f9f369f06ba681f6772ca303ea1c55573cf128006d91 +size 1826740 diff --git a/images/3dbf86ff-d1ca-4440-b407-a403fd6cea35.jpg b/images/3dbf86ff-d1ca-4440-b407-a403fd6cea35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba02232d795b3fb58b6b968eeddb3a74a52f002a --- /dev/null +++ b/images/3dbf86ff-d1ca-4440-b407-a403fd6cea35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014f0c1e56daba7eecb045ddf34e21cb029d8308207cbe6e8a53738260e37997 +size 1476857 diff --git a/images/3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe.jpg b/images/3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddeda2bdd0e1f4f92ab1b1fa41dd129683176009 --- /dev/null +++ b/images/3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd778d7e1fd066ba8d54c570b2556be9fb69cbad1073f858bed53e807c4fb47 +size 1585560 diff --git a/images/3dcd7f71-4be4-4fcc-b0c3-1408eceb368f.jpg b/images/3dcd7f71-4be4-4fcc-b0c3-1408eceb368f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f3639ba4cb98c4481c3ec766b9908e2dc8e87ff --- /dev/null +++ b/images/3dcd7f71-4be4-4fcc-b0c3-1408eceb368f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83612a148b6dd2f7bfb096af0083553d4b069eed528a22b8282e27946961c0c +size 1987842 diff --git a/images/3dd6fc77-e775-49c7-bbf6-90bd6888cae9.jpg b/images/3dd6fc77-e775-49c7-bbf6-90bd6888cae9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7309baed082b5d71f72c627001b5a57d7abedd49 --- /dev/null +++ b/images/3dd6fc77-e775-49c7-bbf6-90bd6888cae9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f35e5f0b31f88e7cf97392e8a4c661e36e42730d62de0952317c3bcb18fcf9 +size 1704951 diff --git a/images/3de8aa5d-9054-4d62-8745-eb82f1083ef2.jpg b/images/3de8aa5d-9054-4d62-8745-eb82f1083ef2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d6c43ef018208afd74c6b030b9f6ba657c2d1e2 --- /dev/null +++ b/images/3de8aa5d-9054-4d62-8745-eb82f1083ef2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f721c4cafd74eaf507278cda78d8aa84985bda2b7f78b7b96047130ba6c2eeb +size 1444101 diff --git a/images/3de8e893-136e-4186-96f1-e2d9857cf995.jpg b/images/3de8e893-136e-4186-96f1-e2d9857cf995.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d22fb29ec4de6c3e3edf8d717b0d09b3ca9dcfc --- /dev/null +++ b/images/3de8e893-136e-4186-96f1-e2d9857cf995.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbdc1a311fb20da6058425f481e15b1da9ba6a770b7f5c92337ba5cc893c010 +size 1210533 diff --git a/images/3df54deb-c893-4776-bde3-7dbf2965aaa2.jpg b/images/3df54deb-c893-4776-bde3-7dbf2965aaa2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5b2f23e507102cf2e3e96710ac42283a01cb24c --- /dev/null +++ b/images/3df54deb-c893-4776-bde3-7dbf2965aaa2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2db62e152bbf5c4275b4ad30b6aa3638f7b2df1d2d98bb2229a6f142e877dff +size 1327643 diff --git a/images/3e07e771-5516-4a7e-875b-0cb26d602d1c.jpg b/images/3e07e771-5516-4a7e-875b-0cb26d602d1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e022d5f4ff9f9facb71bbb8cf7f0fe20abe6f448 --- /dev/null +++ b/images/3e07e771-5516-4a7e-875b-0cb26d602d1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6b85792c6612d08458ee5c6c6c1a13985a9101b83de261299cc0e0c5947d69 +size 1237164 diff --git a/images/3e0c224a-42c6-4813-9e4b-b055a9ad9f80.jpg b/images/3e0c224a-42c6-4813-9e4b-b055a9ad9f80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fe3ef05ab6ddab95181d485d164b58f3c70698f --- /dev/null +++ b/images/3e0c224a-42c6-4813-9e4b-b055a9ad9f80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90bc0ba63b7f9a5726b9314d29d3af6ec67a4b8d33a9851aa2bcf0d6fe8cba6 +size 1347098 diff --git a/images/3e158b9a-7a54-4311-984d-44f49f0f5bac.jpg b/images/3e158b9a-7a54-4311-984d-44f49f0f5bac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d132ffe722f8ebefb9bf5e7e2b34967c78c1db6 --- /dev/null +++ b/images/3e158b9a-7a54-4311-984d-44f49f0f5bac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8221da67f3d6632cf6e3fc49500a1b2a18be6e7e28df1c42a97dc384bd90c99d +size 1735789 diff --git a/images/3e15b535-e602-43fd-b5c9-eb0e54c2aaba.jpg b/images/3e15b535-e602-43fd-b5c9-eb0e54c2aaba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04713af0b436a66e4db7d2d0a689ca7b9b4db438 --- /dev/null +++ b/images/3e15b535-e602-43fd-b5c9-eb0e54c2aaba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60adab6c5dc4b88a9b5c9b93bfd2a4c8bf8cb2573f2c3468dadcf514ff04daf3 +size 2552087 diff --git a/images/3e1b90c8-cfc2-4c92-97de-113da14549a3.jpg b/images/3e1b90c8-cfc2-4c92-97de-113da14549a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6eb018eb558c66347a5353b856ad5682cb231506 --- /dev/null +++ b/images/3e1b90c8-cfc2-4c92-97de-113da14549a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f73bc325e7ca8d0ee2a6b167d5f31919fa0307dd54db6b4ca99e8561aacb1b1 +size 1596238 diff --git a/images/3e21ebf2-4026-47f1-b1bf-dc21b89bac39.jpg b/images/3e21ebf2-4026-47f1-b1bf-dc21b89bac39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..390ebcb8607269431233ea91455f0a922300c934 --- /dev/null +++ b/images/3e21ebf2-4026-47f1-b1bf-dc21b89bac39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6764a08b0bce6c0822df13db2a2115d9795e3962dc6b3f8f45987cc9598ef9 +size 2061396 diff --git a/images/3e24253e-1951-41a0-8204-fffb20c44e6d.jpg b/images/3e24253e-1951-41a0-8204-fffb20c44e6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e25999b634a5791f23c0b296b3517cf55197211a --- /dev/null +++ b/images/3e24253e-1951-41a0-8204-fffb20c44e6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc0400970ff389bca4f4a119016232c30db2cfcb6f86623c599b52136dd8f39 +size 1716400 diff --git a/images/3e298232-4b4f-43b1-8877-11c097dd9a40.jpg b/images/3e298232-4b4f-43b1-8877-11c097dd9a40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0997ecb7a1cddd8d20d3e02d163480b62e6f27f1 --- /dev/null +++ b/images/3e298232-4b4f-43b1-8877-11c097dd9a40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cec7508961a24a5cdb736aeddbd3181feedb77e45ebaedc78c74cd484228281 +size 2044102 diff --git a/images/3e304de8-698b-454a-964c-eda87b521494.jpg b/images/3e304de8-698b-454a-964c-eda87b521494.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02ca61c7546d399661a31dd0b4507401c3b3bc71 --- /dev/null +++ b/images/3e304de8-698b-454a-964c-eda87b521494.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ee84f8967d51c9dc484f522ab7aeca1bdd628f2ac3d8fecc480ed740cd66a4 +size 1799742 diff --git a/images/3e33bfef-cb5d-4e64-870e-75849931b3c9.jpg b/images/3e33bfef-cb5d-4e64-870e-75849931b3c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4fff5d6bd618c6bd57a335e98ec8530d2cda124 --- /dev/null +++ b/images/3e33bfef-cb5d-4e64-870e-75849931b3c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6157b77c1af1f9e308c0fbf9fedc0d10247624e0866f15ee39bd72995bd4958 +size 1512553 diff --git a/images/3e3431af-761d-4453-9a4f-3e4b98403b1f.jpg b/images/3e3431af-761d-4453-9a4f-3e4b98403b1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ea5f28f9a68ff468c531751fbd8f2ba7c4fcc72 --- /dev/null +++ b/images/3e3431af-761d-4453-9a4f-3e4b98403b1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e635b664ea7cc8d1b3766bb17d4088a2b975975cd98291ef7293fe9f2c2c46 +size 1675217 diff --git a/images/3e38aa68-9759-497f-bcfe-914c4795e37f.jpg b/images/3e38aa68-9759-497f-bcfe-914c4795e37f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f77296178372e41fb6a6186667bf0a477bf2b73 --- /dev/null +++ b/images/3e38aa68-9759-497f-bcfe-914c4795e37f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8e47c7018eba3500428a395334db76ec0843e80f0ef06538122bf030fb055c +size 1682322 diff --git a/images/3e394397-dae5-496c-8872-e9f6a8914b62.jpg b/images/3e394397-dae5-496c-8872-e9f6a8914b62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51c707dd14c76e4bea4d3a718f9cc34a32d57709 --- /dev/null +++ b/images/3e394397-dae5-496c-8872-e9f6a8914b62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c68f3c46c3eeb37afac79731487c35902ed8fed1a1d04f59e19e82fb4def820 +size 1719329 diff --git a/images/3e3964f7-9fc5-439a-8917-4c077f79ce7a.jpg b/images/3e3964f7-9fc5-439a-8917-4c077f79ce7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28d018498267ab9254fbc98bd3b0646b33c4dced --- /dev/null +++ b/images/3e3964f7-9fc5-439a-8917-4c077f79ce7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b08b94d9a583b92c591a98e4874107532816bdb18e15a0d35501496bcbd4634 +size 2532079 diff --git a/images/3e42c237-b896-4f69-903c-d8efbe66697e.jpg b/images/3e42c237-b896-4f69-903c-d8efbe66697e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6397c2b975c743d8c7aa103412f2a7940415e015 --- /dev/null +++ b/images/3e42c237-b896-4f69-903c-d8efbe66697e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad7bd8e421a2467cacb4bfaca5d20edd061480a48dbaa9b6f2b52a0dc827c84 +size 1259228 diff --git a/images/3e4a9448-b8d3-451b-a414-844b7295223c.jpg b/images/3e4a9448-b8d3-451b-a414-844b7295223c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3b032d2ac3ab87cfe3392676b0e4959851fd880 --- /dev/null +++ b/images/3e4a9448-b8d3-451b-a414-844b7295223c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ef8fe5bdfac5438080139e99b4f4757e10be77bba57094f2016ead51afb652 +size 2302971 diff --git a/images/3e55038d-fe85-4118-aea2-ee4b3cca0254.jpg b/images/3e55038d-fe85-4118-aea2-ee4b3cca0254.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b0d0959653b71d3653770f49ad0fb32afa2ba7a --- /dev/null +++ b/images/3e55038d-fe85-4118-aea2-ee4b3cca0254.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fdb4aae12f85de0a8e5f1ce7ba4bb00fa2f6446ff67248f45ba14dbbade688 +size 1104962 diff --git a/images/3e5ac593-530f-4f1e-9f1d-5c1b647ec43b.jpg b/images/3e5ac593-530f-4f1e-9f1d-5c1b647ec43b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28313d800a343afe21751526fde38aa9c9646913 --- /dev/null +++ b/images/3e5ac593-530f-4f1e-9f1d-5c1b647ec43b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad40e61a635805a96586cbdf9335bcea16416e7261f48cbb33275e1f6b1bc2f +size 2579017 diff --git a/images/3e5b7055-8203-4212-a182-ffe7f45e1072.jpg b/images/3e5b7055-8203-4212-a182-ffe7f45e1072.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d257732404e8e4c3f435c67d151583c9dd661f12 --- /dev/null +++ b/images/3e5b7055-8203-4212-a182-ffe7f45e1072.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677403f91d2327f2558a220da69899ce378edd8603da40efb61d1762f93afa57 +size 1544767 diff --git a/images/3e62fe22-cc74-4678-bcd4-391c40b959d7.jpg b/images/3e62fe22-cc74-4678-bcd4-391c40b959d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0241ca7c4a12edb624081cbf7b6f32f70889fc45 --- /dev/null +++ b/images/3e62fe22-cc74-4678-bcd4-391c40b959d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8960e54570c0d29d56ca3cd64adc427bfe92d3de544ca6fa2be9fed540a003 +size 2587563 diff --git a/images/3e7b297e-df3e-41a7-9a39-08bca15ac84e.jpg b/images/3e7b297e-df3e-41a7-9a39-08bca15ac84e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b8c453a75e21c45427087d1ac47e0917ba9a4e2 --- /dev/null +++ b/images/3e7b297e-df3e-41a7-9a39-08bca15ac84e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4885bcf7b20bd5cd64344aa61e85a63a63d2c1bbfdb86a0f9b14436ada4abc89 +size 1550209 diff --git a/images/3e802be7-fbb7-4fcf-9153-2d3875f6baf1.jpg b/images/3e802be7-fbb7-4fcf-9153-2d3875f6baf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b819438683d12cf197c0b18ab61394997f092eca --- /dev/null +++ b/images/3e802be7-fbb7-4fcf-9153-2d3875f6baf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b423d4e87bf49438fccd4cd476c64a57661c8c320d1728e45412750b471a6d33 +size 1776080 diff --git a/images/3e898d36-8ce3-43ca-ad7f-6492ae7b7c54.jpg b/images/3e898d36-8ce3-43ca-ad7f-6492ae7b7c54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5a9e78d200d50f4aac91289eb6dab34e3557b06 --- /dev/null +++ b/images/3e898d36-8ce3-43ca-ad7f-6492ae7b7c54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60725e2b0c8c3c5c068e6d1ee3b25830cf28f4f074c46214651c824eb55fa50d +size 2166392 diff --git a/images/3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4.jpg b/images/3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a306d30adcef87dd9d4b46f1b970cb194a8e972 --- /dev/null +++ b/images/3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b64f32c1b9c7e3172e51e40d93324e7a7da95b9535236a192ab15b8c048678 +size 1574707 diff --git a/images/3e912128-8221-4bc5-9dff-769668ac1ffb.jpg b/images/3e912128-8221-4bc5-9dff-769668ac1ffb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1044e67459a41313fc4b1e7e703c74373eecb47e --- /dev/null +++ b/images/3e912128-8221-4bc5-9dff-769668ac1ffb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8c082033a7fc341a274306ab1c313efb7bbdd203208d87cd404c4019fadd73 +size 1814153 diff --git a/images/3e933d22-39e4-45c0-822e-c5cbd97d37bc.jpg b/images/3e933d22-39e4-45c0-822e-c5cbd97d37bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba1e702b83c76221ecfc4d241bc89b1f6e40d0aa --- /dev/null +++ b/images/3e933d22-39e4-45c0-822e-c5cbd97d37bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84865e8672699a03abc0efdbd0a02bc95620b7ee07a28384d99d8b1f13f6610 +size 1534876 diff --git a/images/3e956ce5-a82a-4af2-b506-1b4a3d5381be.jpg b/images/3e956ce5-a82a-4af2-b506-1b4a3d5381be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77944ac6edac536e43530f6ff14b409ad87b954d --- /dev/null +++ b/images/3e956ce5-a82a-4af2-b506-1b4a3d5381be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940d4f432586e3fd0cd34c642d9e613c3db30a0a384c23a78c95d5acac4831b6 +size 1639005 diff --git a/images/3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6.jpg b/images/3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43caf3dd8d8cfa93003a9c4379b95f883a4e2c46 --- /dev/null +++ b/images/3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1daed95f1c80e2bbbc1fb866c2c02957faac73662ff7e29a0b0f8652ba452952 +size 1618580 diff --git a/images/3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5.jpg b/images/3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10b5c1c8878aa5d2aa55b16c5dca1c8265764bb8 --- /dev/null +++ b/images/3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1dd037fe9576e722654fc986219dd54fd58e0326f783c8f3ad592dfed25512 +size 2570821 diff --git a/images/3ea60953-621f-4195-96ca-40287146f0e1.jpg b/images/3ea60953-621f-4195-96ca-40287146f0e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16283286ca2d3922bf21673680b03bc9b8d99b35 --- /dev/null +++ b/images/3ea60953-621f-4195-96ca-40287146f0e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fcefd9dbdeba01dcc6a37de45c9032815aac6fc4d7882ade9e02ee8a93e459 +size 1661599 diff --git a/images/3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee.jpg b/images/3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a0acb5e6a49851c7e5fbb0d7c25919f62fca6f8 --- /dev/null +++ b/images/3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ac4fed0626533b41c7b63bba1c95d6d92317b41e432ac2147ab01f83d31c54 +size 1463653 diff --git a/images/3eb41c2a-18e8-40fa-8a43-a03b37a00050.jpg b/images/3eb41c2a-18e8-40fa-8a43-a03b37a00050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..154831dc6de04626037fdf8ec76bc0e1cf9fc777 --- /dev/null +++ b/images/3eb41c2a-18e8-40fa-8a43-a03b37a00050.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b066d5741db8c1721e569d2a8b4c1de58d9b7107ec6644fbbb8571380a4c3009 +size 3503044 diff --git a/images/3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d.jpg b/images/3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d99a716d14f5ab6debbc6c0cdb519c6a5b4cb3e --- /dev/null +++ b/images/3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69626c92af2156ac1533316985ccab718d39210a3630042cdc7b406f2832e758 +size 1665251 diff --git a/images/3ebafac9-6178-4447-b1c3-c856bae5c632.jpg b/images/3ebafac9-6178-4447-b1c3-c856bae5c632.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f32dd109b2924e836dc06e96516763d7cc1f5ff --- /dev/null +++ b/images/3ebafac9-6178-4447-b1c3-c856bae5c632.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97c9ac0427c085655550977c47bd88b70374e8f8ea42cb917e2f7070ca2aa48 +size 1687572 diff --git a/images/3ec249f2-5432-4c0c-9db1-8c63f0b074ba.jpg b/images/3ec249f2-5432-4c0c-9db1-8c63f0b074ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c3b546942b7c8ba604c5d314e851bb48696e7e8 --- /dev/null +++ b/images/3ec249f2-5432-4c0c-9db1-8c63f0b074ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab5e7d7562b37cf303f65862564830eaaaaa65544fab762f8d3e7ba253c0638 +size 1312196 diff --git a/images/3ec2614c-861d-4a1b-8a2a-71c6e9f103e6.jpg b/images/3ec2614c-861d-4a1b-8a2a-71c6e9f103e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97aa049f679a55c4cfe911c63c08d3261ad757ec --- /dev/null +++ b/images/3ec2614c-861d-4a1b-8a2a-71c6e9f103e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551c385ad15478c8ba3ed6ac694e726b3a0723c83dd2ebc787e4b6d7987a68a0 +size 1472160 diff --git a/images/3ed1a497-a915-4544-b830-5cb2d8a917aa.jpg b/images/3ed1a497-a915-4544-b830-5cb2d8a917aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e9676542e57907f6cdf3fea020eea245503d8bc --- /dev/null +++ b/images/3ed1a497-a915-4544-b830-5cb2d8a917aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a795b7d1c4b2f28e68e8e977b3256b96083662c9c71e1f5f677ec7c1310ed5b +size 1441214 diff --git a/images/3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60.jpg b/images/3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc9539f1c5dd2cb6ed9c22c569e1b8fe42ec129b --- /dev/null +++ b/images/3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae98191986e3cfd53e8399e00e8d4e475886579db60ef2e87cf3a89a2bcd1482 +size 1346100 diff --git a/images/3eec3a7b-7491-46d8-a627-1cf0df29859c.jpg b/images/3eec3a7b-7491-46d8-a627-1cf0df29859c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b10797b8c3f52139b5b357d1b76761f00ef41fe3 --- /dev/null +++ b/images/3eec3a7b-7491-46d8-a627-1cf0df29859c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc83534759ff64f8f9b105da332ae55170c046c702db6ab35941f72693d5537b +size 1528273 diff --git a/images/3efa8973-44e7-4b68-a9e4-eeb0d835726b.jpg b/images/3efa8973-44e7-4b68-a9e4-eeb0d835726b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e242c33519f43531b24278830592b453d3201e63 --- /dev/null +++ b/images/3efa8973-44e7-4b68-a9e4-eeb0d835726b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1d89279cdae8ada4f1691f546be064503942fb93c0bc30638acd868fc820a3 +size 1883882 diff --git a/images/3efb8ab3-9d99-4dca-8145-04d29465f0cc.jpg b/images/3efb8ab3-9d99-4dca-8145-04d29465f0cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d391a1c4932c6ac46e34aa37b3262f8829fedfb5 --- /dev/null +++ b/images/3efb8ab3-9d99-4dca-8145-04d29465f0cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5ec18243ab86a5b43342284a91f017a280dddcd1763b95596679daf2cfd1ab +size 1556172 diff --git a/images/3f0ff907-79c3-4615-a4ca-1da18874e162.jpg b/images/3f0ff907-79c3-4615-a4ca-1da18874e162.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c663021e1187d971a800a6c49ee8e9367de906ad --- /dev/null +++ b/images/3f0ff907-79c3-4615-a4ca-1da18874e162.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a443e4cd10b05e9c2c161c1aede8320ae3b5d694cb5f94d187f9f7ebfd15c0 +size 1501148 diff --git a/images/3f108a39-0206-4fbf-a5d2-15886c0eb91e.jpg b/images/3f108a39-0206-4fbf-a5d2-15886c0eb91e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0221010fc1b31f7b43085763b4bdd57ebc04fb0c --- /dev/null +++ b/images/3f108a39-0206-4fbf-a5d2-15886c0eb91e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a53acd4dd4489f48b35cfa2a65e99bfcf5aeebe64b99fe64ba7c64aee650e6 +size 1709727 diff --git a/images/3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b.jpg b/images/3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..090cbb89a15b534c7eeb9d5396befd8c71332ed1 --- /dev/null +++ b/images/3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744c249085bf863b475e6ddf893f5da68b1e57d819cc5f2fedcff6550f375961 +size 1677539 diff --git a/images/3f2176f0-bc23-4b15-af0f-e47d75746049.jpg b/images/3f2176f0-bc23-4b15-af0f-e47d75746049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bf91d20ed504e42ef05df05e810d79129e3b4e1 --- /dev/null +++ b/images/3f2176f0-bc23-4b15-af0f-e47d75746049.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1950bc5112ac9cbfdc91738517b4de085f24d455861b4bce2c040b940cf74ecd +size 1813778 diff --git a/images/3f2574be-015e-49a7-b545-fd81f5edb5f7.jpg b/images/3f2574be-015e-49a7-b545-fd81f5edb5f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b739bae80ae619ac31f861332fe0f5353d526edf --- /dev/null +++ b/images/3f2574be-015e-49a7-b545-fd81f5edb5f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f588a22e5df7f3c41e1e791fed2c9af7f3b892d02a8ff9e21af74d7e44cab53a +size 1903856 diff --git a/images/3f27d7b1-5e99-4c3f-bf1a-879d07f662fc.jpg b/images/3f27d7b1-5e99-4c3f-bf1a-879d07f662fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6884be231a7902890af82ea5932bbf2c29f62d28 --- /dev/null +++ b/images/3f27d7b1-5e99-4c3f-bf1a-879d07f662fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd7aca5a5f3c63beecf23ed85f2364d1fb972051546e0ef8ad74782e487527e +size 1836981 diff --git a/images/3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299.jpg b/images/3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd4f42cae5a4301ccdf636c35132bfc78de58b2 --- /dev/null +++ b/images/3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f01bd0064ee7538c1b7d5c0b504d66d1beb77bfcc28e4bce34e05ad02f02fb5 +size 1600446 diff --git a/images/3f362b18-bbae-484c-913c-fad9546171a3.jpg b/images/3f362b18-bbae-484c-913c-fad9546171a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4387dc7b5947c3ccab29a17e2079068a71412af --- /dev/null +++ b/images/3f362b18-bbae-484c-913c-fad9546171a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c152cd10d79d4bb765933a9c21fee82b4433170ebedef55279ba1fbf667328c3 +size 2489842 diff --git a/images/3f4929b7-8bee-4edf-a9bb-f9651ed66fa9.jpg b/images/3f4929b7-8bee-4edf-a9bb-f9651ed66fa9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0df095497a51c7342c86b409eebd268c0972bb7 --- /dev/null +++ b/images/3f4929b7-8bee-4edf-a9bb-f9651ed66fa9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c389031c556741ae6649edb0e86d667990343fdb8aac62778bc0c31f3d3d0d +size 1735359 diff --git a/images/3f55595f-bdf3-4ac9-b9a0-12abc47c60a2.jpg b/images/3f55595f-bdf3-4ac9-b9a0-12abc47c60a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c268aed9ae8438f063dfcb0febd31064f4c7272 --- /dev/null +++ b/images/3f55595f-bdf3-4ac9-b9a0-12abc47c60a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8237c1509c7cb054309053e11c7ef205a35d893a9ae2a2a691a3b7a9641d209 +size 1480489 diff --git a/images/3f574e37-f5f5-47df-9e81-b8c313b9fb1b.jpg b/images/3f574e37-f5f5-47df-9e81-b8c313b9fb1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25c6052a3b9868eceb0a42b68e1692c37591958c --- /dev/null +++ b/images/3f574e37-f5f5-47df-9e81-b8c313b9fb1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038ee52f93df45e1879a24603ae888a3320c4ec185010222d83e0ce07c5e3b23 +size 1605998 diff --git a/images/3f5e7854-af73-4330-ad00-551dda2a95e2.jpg b/images/3f5e7854-af73-4330-ad00-551dda2a95e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6d4dd1ccecbde36c593f7c2fe27a1c398c32721 --- /dev/null +++ b/images/3f5e7854-af73-4330-ad00-551dda2a95e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f96f20eba53b8963fc9c66d14a8eb53b06e999b787b68f06d694f99f785c163 +size 1922847 diff --git a/images/3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee.jpg b/images/3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcf7aca1c37572e89569ea32812e95f314fe5c55 --- /dev/null +++ b/images/3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3598a6bed913672e483fb39a684b1fee9b672e4f590d575052384aae4c7f9b +size 1764433 diff --git a/images/3f72e3d6-f7b7-4d1f-866a-40325a45b7b6.jpg b/images/3f72e3d6-f7b7-4d1f-866a-40325a45b7b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e39f6ee14e6588954e0d83d973cf283bc4ce3f7d --- /dev/null +++ b/images/3f72e3d6-f7b7-4d1f-866a-40325a45b7b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a9e74f4571b743fadc93d2e0a2db910d06ec18140f024ee006b26df4647c95 +size 1689054 diff --git a/images/3f752bb4-5d7c-4cb8-a492-fc2214be91c5.jpg b/images/3f752bb4-5d7c-4cb8-a492-fc2214be91c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbbe4f3af9253fec5881c54ce404d11d228eed9d --- /dev/null +++ b/images/3f752bb4-5d7c-4cb8-a492-fc2214be91c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77d2c4fb6942ccecff479a0748e076288e4317753e155a43d8d95eda0bd6436 +size 1619631 diff --git a/images/3f78125c-338c-4a57-8407-edf1f43abc1e.jpg b/images/3f78125c-338c-4a57-8407-edf1f43abc1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f81a9cfd37ac260512526b67cc0802ff21f57cfb --- /dev/null +++ b/images/3f78125c-338c-4a57-8407-edf1f43abc1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe4e18513c4b76186f0f2b751fb61ca6db4de635a8df4475c4a1f2d88daf6c0 +size 2043578 diff --git a/images/3f87483b-8815-4b18-89fb-9cb347439dfd.jpg b/images/3f87483b-8815-4b18-89fb-9cb347439dfd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7ded7d971742721ad98f5be85fa608b636d36b4 --- /dev/null +++ b/images/3f87483b-8815-4b18-89fb-9cb347439dfd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6e34cc3cd64a5ad1f8ee6b978228664cfa97c14884c5f99658dcb3d6f0081b +size 1295284 diff --git a/images/3f897fa4-c0a1-42fd-8105-84d083963a38.jpg b/images/3f897fa4-c0a1-42fd-8105-84d083963a38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3fe53269104274ce5a6fa5fca707b19d68d507c --- /dev/null +++ b/images/3f897fa4-c0a1-42fd-8105-84d083963a38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eba832977e5e71dd2e01cf2c33b753d7be2ba9df242ba929aec7dcb01402a2 +size 2451422 diff --git a/images/3f9780fa-a11d-4d0a-a4dd-b3e19e79b127.jpg b/images/3f9780fa-a11d-4d0a-a4dd-b3e19e79b127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e931accf794c9c30114617af2fcf5701d3a3a7f1 --- /dev/null +++ b/images/3f9780fa-a11d-4d0a-a4dd-b3e19e79b127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95858b3451bc63c8d41eff6c71c90ec53b6bc84420bf6205b8bb66c60d23d20f +size 1666389 diff --git a/images/3fa56ea8-3725-489f-adf2-87a604d03e14.jpg b/images/3fa56ea8-3725-489f-adf2-87a604d03e14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..128bba806e6dde30fc8909772b0a7060a1282f73 --- /dev/null +++ b/images/3fa56ea8-3725-489f-adf2-87a604d03e14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16ef2471e8296866ecd004e3c946165666fe1c2e1071883795b351c2e7127d3 +size 2077958 diff --git a/images/3fa61d9d-8a4b-411e-a923-067afefd251f.jpg b/images/3fa61d9d-8a4b-411e-a923-067afefd251f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d32ee58acb3936b4519b9b218dd5c8a8042a92a --- /dev/null +++ b/images/3fa61d9d-8a4b-411e-a923-067afefd251f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8968ebfe28d26576d73d38880ea65b9d5cfa8404eae864e98dc2ed9a82b46d +size 1481290 diff --git a/images/3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8.jpg b/images/3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c213e02de789940d6104ab60baeafa8deb2d0dfc --- /dev/null +++ b/images/3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f7527b2e63c43c44c81aabfd9e3f02a48bc9584202dc95e9e4a4ae2911fd94 +size 1577324 diff --git a/images/3fc02374-5fc9-4bd7-8f5c-ed74b9c59844.jpg b/images/3fc02374-5fc9-4bd7-8f5c-ed74b9c59844.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2df4eadca51f9c57b1ccb4a52a75cdd67b04dd4d --- /dev/null +++ b/images/3fc02374-5fc9-4bd7-8f5c-ed74b9c59844.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db9a53bca9fff44c29319b80836156b3c5b747d0f99f1c3048a6328401b1f97 +size 1565617 diff --git a/images/3fc115ba-e740-4e18-a9ab-08a6dc41fb42.jpg b/images/3fc115ba-e740-4e18-a9ab-08a6dc41fb42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7610554ec37ea0ec5868a3d5fede70247a57ed73 --- /dev/null +++ b/images/3fc115ba-e740-4e18-a9ab-08a6dc41fb42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac1e88942ce428fa0e59fc36454d80382c8da937d628f187148aa6bc443b2f9 +size 2184991 diff --git a/images/3fc46739-717b-49c7-b13c-750d96730af4.jpg b/images/3fc46739-717b-49c7-b13c-750d96730af4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fad1d5e6d5e7db5ed49dd7b87a8684959471e55 --- /dev/null +++ b/images/3fc46739-717b-49c7-b13c-750d96730af4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825817ee1aaf664f3e47997434891686a95e73d69a6a0978b3624bce8256c28a +size 1768138 diff --git a/images/3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6.jpg b/images/3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d286024fed1e80a1fd99ef9378e79b7b369ef81f --- /dev/null +++ b/images/3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b00ccbd2bf06562e6fd4300df5988d3489fdc68de1715a701917a02bce91fda +size 2235196 diff --git a/images/3fcbe63e-d725-4f12-956d-1c6dd8f2826d.jpg b/images/3fcbe63e-d725-4f12-956d-1c6dd8f2826d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0033149ebb982e432c938c47f27b3a63077ea86f --- /dev/null +++ b/images/3fcbe63e-d725-4f12-956d-1c6dd8f2826d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1c3612482679e34a66c04d0ab8175e73b9aa30e8b0aa56f0fcdc81b7856221 +size 1377662 diff --git a/images/3fcd609b-c45c-4033-8207-2725d6d7e868.jpg b/images/3fcd609b-c45c-4033-8207-2725d6d7e868.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32d99dce6a8d890a8042a6ee11ec04ec05977fb8 --- /dev/null +++ b/images/3fcd609b-c45c-4033-8207-2725d6d7e868.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e915e663f55518491311ff501433395b249193cd1e6cdbe492e8045593cc9771 +size 2857867 diff --git a/images/3fcfc758-4153-409c-bf4a-0c06ec22e570.jpg b/images/3fcfc758-4153-409c-bf4a-0c06ec22e570.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e08cd5cd6f542ba354befa4fdd28ba29e248bdb --- /dev/null +++ b/images/3fcfc758-4153-409c-bf4a-0c06ec22e570.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c330f582b0285143b45535769ad5c6d9aae8077ffd29f2349f1f9efdc78d0792 +size 1499314 diff --git a/images/3fd22820-6e64-404e-83bc-3770b4a26af2.jpg b/images/3fd22820-6e64-404e-83bc-3770b4a26af2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c53d1141d03931543ab3d28552088931c6941f6 --- /dev/null +++ b/images/3fd22820-6e64-404e-83bc-3770b4a26af2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b964a0134797d8ac783d7ef555a91b722b7a7ad9bd4df099f0ff2d9dca4b69 +size 1672704 diff --git a/images/3fe22bd7-79b4-4f05-90e3-97fc8ff4c612.jpg b/images/3fe22bd7-79b4-4f05-90e3-97fc8ff4c612.jpg new file mode 100644 index 0000000000000000000000000000000000000000..628b877156f78b6a8323434bbc540f9292d87af5 --- /dev/null +++ b/images/3fe22bd7-79b4-4f05-90e3-97fc8ff4c612.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf342c68651e6964ba150bef9ad3b47fe6d560b14e0e8b9b6011184580ba3ba9 +size 1691938 diff --git a/images/3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd.jpg b/images/3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..886b3315f6ea8374700254c7d82efe97adaa7091 --- /dev/null +++ b/images/3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e91a9d8db3cfd3fad45f85101f73c6adfa502b1d452dae5641f3e01a2e71ea +size 1561678 diff --git a/images/4006231c-cbce-43ba-80bf-302b819d43bf.jpg b/images/4006231c-cbce-43ba-80bf-302b819d43bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91684ecee55f4182ff682b77e64ce9503893b708 --- /dev/null +++ b/images/4006231c-cbce-43ba-80bf-302b819d43bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848e8c828ad12143929294b38e9c962a3cd6538d5b601808ba6ded4bcb38c510 +size 1451628 diff --git a/images/4011236a-0e0f-48a0-9cd4-2b0459fe27e4.jpg b/images/4011236a-0e0f-48a0-9cd4-2b0459fe27e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5010871e9da9f312cd232048b78028971d8ca270 --- /dev/null +++ b/images/4011236a-0e0f-48a0-9cd4-2b0459fe27e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330dc07bd234411bc85320280d3d188f30e5329cfa6949a0245b06ec1b9cc7c0 +size 2613616 diff --git a/images/40263a60-fa0a-43b3-b890-d5930646d411.jpg b/images/40263a60-fa0a-43b3-b890-d5930646d411.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2a83ff7209046238c0306ce8a51d5356fa0938d --- /dev/null +++ b/images/40263a60-fa0a-43b3-b890-d5930646d411.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cb45d6ea1f619f3278dd18788905207f8829ee4c1628389e35d42a7a055d65 +size 2078301 diff --git a/images/402d47d7-b857-49ae-ac1b-2a80f8b3ebc0.jpg b/images/402d47d7-b857-49ae-ac1b-2a80f8b3ebc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80fe6395e38b9c54af28050265ee8c1010229278 --- /dev/null +++ b/images/402d47d7-b857-49ae-ac1b-2a80f8b3ebc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cfc4cbc184b2082db60eded7710f037584960138972f04e746f326317e2865 +size 1317216 diff --git a/images/4031af7d-4959-472b-b4ab-711da6fd827b.jpg b/images/4031af7d-4959-472b-b4ab-711da6fd827b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..667e39638960d332e107b770eef88f5b04612d8c --- /dev/null +++ b/images/4031af7d-4959-472b-b4ab-711da6fd827b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d321507adb0017ab2c2e17c3a1f57e06bbd965caa9462bc2cb717863b45f02 +size 1643373 diff --git a/images/40376539-d000-44cb-89ea-0619f8187400.jpg b/images/40376539-d000-44cb-89ea-0619f8187400.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d04eccd412a5b2070386f9bdde18ec3ec063cb13 --- /dev/null +++ b/images/40376539-d000-44cb-89ea-0619f8187400.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992239df30f5f1222b8995a9371b9b85e314ab881d850c74546e4f5d7424dae1 +size 1373528 diff --git a/images/404145ae-9ce0-4ce3-8868-93d180fec591.jpg b/images/404145ae-9ce0-4ce3-8868-93d180fec591.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4db6addf7e2e51fa7703c45df2e1978f46a2e2d8 --- /dev/null +++ b/images/404145ae-9ce0-4ce3-8868-93d180fec591.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da116fe1fc7d92c4d8c71a02491fd01a81e44b03148614685157281506399cf +size 1723374 diff --git a/images/404737f8-d946-4d98-ad52-19d312fd8b47.jpg b/images/404737f8-d946-4d98-ad52-19d312fd8b47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c35ab0a7d37cc2133cddb3ed530467c70dd4315e --- /dev/null +++ b/images/404737f8-d946-4d98-ad52-19d312fd8b47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7e0fd0a2f819a0348a2cb7f0b1d82587b9fb5479a50573fdaf396339db2fc8 +size 1754168 diff --git a/images/404bfc4e-511a-4879-b82b-dc16ccb908ce.jpg b/images/404bfc4e-511a-4879-b82b-dc16ccb908ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e91f7a7006820c07f7cef099969b7d6ae55f35 --- /dev/null +++ b/images/404bfc4e-511a-4879-b82b-dc16ccb908ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe7b2c11edf225758938eb1d2152c036b8e3f3818441e5ec0d10e7267975b69 +size 1965354 diff --git a/images/404caeb1-e8bf-485f-9c79-7f9def9e3c83.jpg b/images/404caeb1-e8bf-485f-9c79-7f9def9e3c83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb9b7f5c2774b2e9f287bff22e979b3f28772650 --- /dev/null +++ b/images/404caeb1-e8bf-485f-9c79-7f9def9e3c83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a2ad4cd5e2b488dcc8f05cbd1b95a426052aefd61d6f12ab80e09797558b01 +size 2894307 diff --git a/images/404d2e92-cbfa-47ff-a83f-b62fcbfe3ced.jpg b/images/404d2e92-cbfa-47ff-a83f-b62fcbfe3ced.jpg new file mode 100644 index 0000000000000000000000000000000000000000..738cfe9c7d66e6024146aa12cedc84c7b0dd85fc --- /dev/null +++ b/images/404d2e92-cbfa-47ff-a83f-b62fcbfe3ced.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2876f9cf4b100322d3103dee2aff9bb2015fff4cbf395504bb72853f9d299b +size 1864307 diff --git a/images/404e1a22-1b7c-446a-bb77-caea83b420aa.jpg b/images/404e1a22-1b7c-446a-bb77-caea83b420aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b1cb07de3ce3619e0a61b01aa97411f3812625a --- /dev/null +++ b/images/404e1a22-1b7c-446a-bb77-caea83b420aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e670f84a96510319a6185f9727040be5667749ad2a9e017835b4f89d33ecdee5 +size 1464466 diff --git a/images/40666654-f754-4d7f-99e5-b3334d50380d.jpg b/images/40666654-f754-4d7f-99e5-b3334d50380d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3af5f908a116d2c3ed737601d7f386eda3c38ee4 --- /dev/null +++ b/images/40666654-f754-4d7f-99e5-b3334d50380d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987f20f28780ec1a178648a78a5fdb40a54c8536a24b21cc4a9aec7641d5588f +size 1322093 diff --git a/images/4085b8cd-a0f5-47b8-a313-4ffa9c5b9553.jpg b/images/4085b8cd-a0f5-47b8-a313-4ffa9c5b9553.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc1767189817b859f10a21a0c04f8f1cc319461 --- /dev/null +++ b/images/4085b8cd-a0f5-47b8-a313-4ffa9c5b9553.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52503bce639b33d824dff2bffa3300103826ee690858ebb035bfe102272fc520 +size 1505033 diff --git a/images/4087b3a8-8eff-4daa-8f25-370c77ce33ae.jpg b/images/4087b3a8-8eff-4daa-8f25-370c77ce33ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feba832f8704cc1f4edad3bca9e37925b45789dc --- /dev/null +++ b/images/4087b3a8-8eff-4daa-8f25-370c77ce33ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7384c4b6320f2ceae604fb97fa1ef60990ade35af47c0a25c8024047c52050ba +size 1596252 diff --git a/images/4092e409-799b-4e4a-9e23-794813b01b19.jpg b/images/4092e409-799b-4e4a-9e23-794813b01b19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c51e7e978d95bab0bb69f276cb5e45df879821b --- /dev/null +++ b/images/4092e409-799b-4e4a-9e23-794813b01b19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b58c92e5cce2f832f7ceef532f9306cc925b8690d3775a13dd5bef7510ab68b +size 1390357 diff --git a/images/40959510-d8b3-4a44-a14f-af69015e7011.jpg b/images/40959510-d8b3-4a44-a14f-af69015e7011.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c291df25e2aded97938106ac2da2eaf95ce869ed --- /dev/null +++ b/images/40959510-d8b3-4a44-a14f-af69015e7011.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b4e7abeba631cafbb179f300a0e0b8073637734e9ce132db7586fb51782496 +size 1527746 diff --git a/images/409a7ab7-bd86-46ea-9335-bf88e49c17a0.jpg b/images/409a7ab7-bd86-46ea-9335-bf88e49c17a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bdda625ba55d4ee953eaa5aca3e74b42d7c0dc2 --- /dev/null +++ b/images/409a7ab7-bd86-46ea-9335-bf88e49c17a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dfaea46ce511cfa8685358e34aee205d7f6c30b2046739536c092e8224d704 +size 1204867 diff --git a/images/409ab212-9697-400b-a824-28e306df5bca.jpg b/images/409ab212-9697-400b-a824-28e306df5bca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb0bb460cd3aeb9dcadded3691ac6e8feee004f7 --- /dev/null +++ b/images/409ab212-9697-400b-a824-28e306df5bca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd16b366a2aa6de937965f7c59a1861c4c52acce18c6beb2f9b1ee1e0c8f735 +size 1793304 diff --git a/images/40a09ef7-a2a7-411e-aa9d-802eccb57b36.jpg b/images/40a09ef7-a2a7-411e-aa9d-802eccb57b36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f540f4e8026e51b8c5eb58a55e0d7b4aada57fc --- /dev/null +++ b/images/40a09ef7-a2a7-411e-aa9d-802eccb57b36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2551187393155688fb0da449b59b73ba954cb98ae1164136281fb9564cf9f9bf +size 1604179 diff --git a/images/40a201a4-9981-46de-b0ca-87b26e088d8c.jpg b/images/40a201a4-9981-46de-b0ca-87b26e088d8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..849c6eab009db1470c59ef8e9d6500d6bb5e5dcd --- /dev/null +++ b/images/40a201a4-9981-46de-b0ca-87b26e088d8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b832a8645f8caeef8524df7909f1efb6ebfa77c19f9174058bccdd419b27ed +size 1693925 diff --git a/images/40af0f56-9fee-4144-97c7-99701df0ca64.jpg b/images/40af0f56-9fee-4144-97c7-99701df0ca64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71379bfd621b76c840bf2495b54f451811f7190a --- /dev/null +++ b/images/40af0f56-9fee-4144-97c7-99701df0ca64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7388df6083f16c390e24151aada0322f1110dee94e53f5a635d0208ff224300 +size 4014379 diff --git a/images/40af63ac-1de9-4642-9307-2f2ac0e72ddc.jpg b/images/40af63ac-1de9-4642-9307-2f2ac0e72ddc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbefd1f45283c0f893b2eacaa3d71f7f5ca83f42 --- /dev/null +++ b/images/40af63ac-1de9-4642-9307-2f2ac0e72ddc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20520699b367b66c4b6f31a847e36a0d4462e291bcaa72f3cd94ddf3898b0faf +size 1510702 diff --git a/images/40b50460-2fb6-43f7-8fae-e8b7b4238aa5.jpg b/images/40b50460-2fb6-43f7-8fae-e8b7b4238aa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d9aad452d0cce18c218fe73d83774527808549 --- /dev/null +++ b/images/40b50460-2fb6-43f7-8fae-e8b7b4238aa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3cae85bf37a697e74a24b332aa961fac7599cb667fdf08fba45b42f4f5d8a4 +size 1334562 diff --git a/images/40b7058e-553a-4b41-ac38-36f39c6c3df3.jpg b/images/40b7058e-553a-4b41-ac38-36f39c6c3df3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c89823cc653c1b7ec10e5a0e72cc69e6234f817a --- /dev/null +++ b/images/40b7058e-553a-4b41-ac38-36f39c6c3df3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b65159b5bf0db1810acc6c90071aeced45021d94a3b004f99cd703c1f293f3 +size 2478619 diff --git a/images/40b8f31b-f5b2-476f-8bd6-657db7b7eddb.jpg b/images/40b8f31b-f5b2-476f-8bd6-657db7b7eddb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..537b74c03a39c9f0ada8ff84059c74be74992437 --- /dev/null +++ b/images/40b8f31b-f5b2-476f-8bd6-657db7b7eddb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbfcd66f6dd91d6a361a1ac76cf15641430434c7f7a00c8060425332b201c4d +size 1633928 diff --git a/images/40babe0b-9e13-48c7-b71d-92f86e622b10.jpg b/images/40babe0b-9e13-48c7-b71d-92f86e622b10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b79098ccdc9ebcf3aa1c1e0a24381675b11154eb --- /dev/null +++ b/images/40babe0b-9e13-48c7-b71d-92f86e622b10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa74147bef409618a4482011a6e0093a075455c80e683bc1e3c66cab276f461 +size 2939169 diff --git a/images/40bfd851-63b2-44fa-8998-67083d429d96.jpg b/images/40bfd851-63b2-44fa-8998-67083d429d96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2748e8182c62c8fbe460979d8abf3f932db9023d --- /dev/null +++ b/images/40bfd851-63b2-44fa-8998-67083d429d96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6021fe945b542f3795911b8e2cb17be467ef2b4f66994f834aa95f07a07be4e +size 1487883 diff --git a/images/40c7bab2-1b0f-46be-8de9-01d75c497b26.jpg b/images/40c7bab2-1b0f-46be-8de9-01d75c497b26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58ce0af75159c304fbc60ec0321d51d6ec8fbbac --- /dev/null +++ b/images/40c7bab2-1b0f-46be-8de9-01d75c497b26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632752fce5126092a2e996393f1fb09dc52e2da7fba3a340aef13fcca80f3b73 +size 1612709 diff --git a/images/40ce30b1-fcb1-4fc3-8646-9d3260d118ad.jpg b/images/40ce30b1-fcb1-4fc3-8646-9d3260d118ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5500c8c4324aaac342836edfd7db0fda486f9c94 --- /dev/null +++ b/images/40ce30b1-fcb1-4fc3-8646-9d3260d118ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980c103c59a8c7da8322490d1ff8b10e39fe0591aadbc0096466e46d883b628c +size 1738263 diff --git a/images/40d04fee-0b96-4bba-ad6a-72b6de3469f5.jpg b/images/40d04fee-0b96-4bba-ad6a-72b6de3469f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd21d5251f674c01d6ce7fac11a699f1bce7dca --- /dev/null +++ b/images/40d04fee-0b96-4bba-ad6a-72b6de3469f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369f925fb206988f72e4381d5dfb07539c40bbc093e82cf2efa918625bc0e558 +size 1659186 diff --git a/images/40d279f1-877d-4e7b-a53e-518dbc99953f.jpg b/images/40d279f1-877d-4e7b-a53e-518dbc99953f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a8a831edaa84b161991346ec3c111e644d86896 --- /dev/null +++ b/images/40d279f1-877d-4e7b-a53e-518dbc99953f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504d878ef39ed1628812a065f99dce9ad74440e0394d7efb966291cb4ef8d649 +size 2878181 diff --git a/images/40daccec-f056-43fd-acec-fac162212147.jpg b/images/40daccec-f056-43fd-acec-fac162212147.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe1abe3a506161d149a38666f7c26a0c03da1a0f --- /dev/null +++ b/images/40daccec-f056-43fd-acec-fac162212147.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdf666a47d89e4e5c091fdb0b4fa0d55cf2c4c0420aefd6c1e1a04cd3611bda +size 1441606 diff --git a/images/40e5d298-955e-4374-8897-f8ed6bbb01ab.jpg b/images/40e5d298-955e-4374-8897-f8ed6bbb01ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddf48ba62a4b9fe2f6f494fe2fc8c379a627bdd8 --- /dev/null +++ b/images/40e5d298-955e-4374-8897-f8ed6bbb01ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3396fc295879f0e5170f418878adbd62899baf975a03437f6bbd2bc5c2bed6a7 +size 2389567 diff --git a/images/40e957bb-02d7-4973-a985-383fc59047fd.jpg b/images/40e957bb-02d7-4973-a985-383fc59047fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec9cba4a15b78a66613bbed928e7d9e08ca11c80 --- /dev/null +++ b/images/40e957bb-02d7-4973-a985-383fc59047fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7538f466dda53343a389850e4cd13d7d1facdeb8b32b0f203f9644701c5875ce +size 1842252 diff --git a/images/40fd70b9-231e-4332-b5e8-d5617a534cdb.jpg b/images/40fd70b9-231e-4332-b5e8-d5617a534cdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ed7b1977e645154852e9f3c025185960cf8010b --- /dev/null +++ b/images/40fd70b9-231e-4332-b5e8-d5617a534cdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7027546443351aad72e26f832c44c0fa6a0e7f37a8c2bc0ccae8ed7c592c5f0 +size 1795660 diff --git a/images/41202647-16a2-4ed9-8cfb-d5b32f64291f.jpg b/images/41202647-16a2-4ed9-8cfb-d5b32f64291f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3fafe573c4061ce0bf513c8b2986b5d245f1e44 --- /dev/null +++ b/images/41202647-16a2-4ed9-8cfb-d5b32f64291f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13418166f76003b9d05d6d3beb4c838c6fefc2f8e67dc97610c7f5cdfbdf4d0 +size 1607935 diff --git a/images/4120baaf-3210-43f0-a60a-e165af8961b3.jpg b/images/4120baaf-3210-43f0-a60a-e165af8961b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fc281fb280bec9830e3b4a88653c3087404ca2a --- /dev/null +++ b/images/4120baaf-3210-43f0-a60a-e165af8961b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05755323b799f9a2c01a19d43a4c1be1b45806c42eac628c791ac47db91cc3b8 +size 2810859 diff --git a/images/4120dcfa-7174-4c5b-bc2f-f4fe8746a351.jpg b/images/4120dcfa-7174-4c5b-bc2f-f4fe8746a351.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc308bd1ff2f0f81df67c510f78ccd1cb5c156b1 --- /dev/null +++ b/images/4120dcfa-7174-4c5b-bc2f-f4fe8746a351.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74145ea859af15afe64b4bffaf1731a8315f84e3e16766200adeca191369414b +size 1831441 diff --git a/images/4142c483-a191-4f8a-a11b-0a1da4ec6f90.jpg b/images/4142c483-a191-4f8a-a11b-0a1da4ec6f90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b6368d1405dc7806fd4b11b0882b1a9946bb0fb --- /dev/null +++ b/images/4142c483-a191-4f8a-a11b-0a1da4ec6f90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ccba7c6b26e3ed9e239b9bedb3a2d38445bde38f99e7ecbe84d3d56bcd3423 +size 1444117 diff --git a/images/41441b6c-8945-4060-9979-bbe96e16e33a.jpg b/images/41441b6c-8945-4060-9979-bbe96e16e33a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..020fcdad5093d17ff973c11fed06434270227885 --- /dev/null +++ b/images/41441b6c-8945-4060-9979-bbe96e16e33a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6120057cf75c6722b0c0baeb08ecdd150f661b012ddf3ea3c76fddb9ac716de8 +size 1616605 diff --git a/images/414e33d8-d846-41e1-a0de-26192a2d8210.jpg b/images/414e33d8-d846-41e1-a0de-26192a2d8210.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5523809715f471f6d8797fddb7538d55131762b2 --- /dev/null +++ b/images/414e33d8-d846-41e1-a0de-26192a2d8210.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5050a74d3b747eadd2536faad792e5eeacda913142148021b30a359e345a6790 +size 1963654 diff --git a/images/4164561a-eeb6-439b-9d98-aba23eab9d7d.jpg b/images/4164561a-eeb6-439b-9d98-aba23eab9d7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fba642551029918ea4b3c815729b8ea6074ef51 --- /dev/null +++ b/images/4164561a-eeb6-439b-9d98-aba23eab9d7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c052fad570debeab0d7997d5f43ba2717da82e5d081f0242f032db511e2ce80 +size 1334185 diff --git a/images/4164857f-3db8-4649-9538-6cbc2143f839.jpg b/images/4164857f-3db8-4649-9538-6cbc2143f839.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e71914953fb4b00f3b29d74abe68e24c8f5c116 --- /dev/null +++ b/images/4164857f-3db8-4649-9538-6cbc2143f839.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397aebdd18505fd4ab11176a56b4836496ba3ea78afeda5f3611ce4c7baab860 +size 1831298 diff --git a/images/4175f51f-89e6-4b16-9635-515c0891cf1b.jpg b/images/4175f51f-89e6-4b16-9635-515c0891cf1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49f876a0d7c8a0c3cf61438775ac54c5c8afad34 --- /dev/null +++ b/images/4175f51f-89e6-4b16-9635-515c0891cf1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9149d00cf2c0b6e4a58171e72fd805530ca2d286e2bbe2d433f2d498a8a9d05 +size 1846011 diff --git a/images/4178a45f-316f-4eac-bbd8-bd06896905e4.jpg b/images/4178a45f-316f-4eac-bbd8-bd06896905e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..903fadb1b172fc2d5710d28978b5ec373cf7f17f --- /dev/null +++ b/images/4178a45f-316f-4eac-bbd8-bd06896905e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbd5b03d38955ba37868ef6234206b610d3069194ebcb4b369ffcaedf0951e5 +size 1365584 diff --git a/images/418b8386-65f5-4d2f-9659-c7a3048da16a.jpg b/images/418b8386-65f5-4d2f-9659-c7a3048da16a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..655fef91e9d4a562ec4e5b92c9061fd333691123 --- /dev/null +++ b/images/418b8386-65f5-4d2f-9659-c7a3048da16a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f91ea0305d738812ceb7d0a73b72d175416db594ca716e4e7d608896aa6e6f +size 1912403 diff --git a/images/4191e40a-42d0-4a5f-8e4e-97ca5310fbb2.jpg b/images/4191e40a-42d0-4a5f-8e4e-97ca5310fbb2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05997e208b847afddbf7d9bf78511b0497268fb1 --- /dev/null +++ b/images/4191e40a-42d0-4a5f-8e4e-97ca5310fbb2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380fbfa428b016e5dc8fd052f3ddf6094eb6fb6463a0de468a086a9268d86add +size 1587420 diff --git a/images/41929786-9f00-49eb-9873-750dde92a4d9.jpg b/images/41929786-9f00-49eb-9873-750dde92a4d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9c885812f020b9a5238a0134fafbaf6220b46ab --- /dev/null +++ b/images/41929786-9f00-49eb-9873-750dde92a4d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae14dbef93ee8955f0566813d1e69e56dbcbbb340cc353bcb8a2a0c04c01996 +size 1435801 diff --git a/images/419637b2-2e20-4596-8ca1-4021a479b08a.jpg b/images/419637b2-2e20-4596-8ca1-4021a479b08a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c7c222dfc5edc4ac7275c40a11036c12dca3cfe --- /dev/null +++ b/images/419637b2-2e20-4596-8ca1-4021a479b08a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9058f1f2650b4eb0af83a4a4482333be8db124b628fffc66d4f54f7c85189977 +size 1250092 diff --git a/images/41996dd0-08b4-412f-9694-860517fd4260.jpg b/images/41996dd0-08b4-412f-9694-860517fd4260.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f07897453a97fa275a26f6f68c45f72c6ca034a --- /dev/null +++ b/images/41996dd0-08b4-412f-9694-860517fd4260.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d339a3d62fa3ee0af8e657f8c64a7b99a59960e3e53c88db2ac968d7878dfcb +size 1492802 diff --git a/images/41a15081-3954-4433-8e5a-c2990c3712f3.jpg b/images/41a15081-3954-4433-8e5a-c2990c3712f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e5f2df357b67acbb8be7ccdec4fbe87a10106b4 --- /dev/null +++ b/images/41a15081-3954-4433-8e5a-c2990c3712f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45c50a12e9e32e3ddb092a2f8dbfe4b94e4bcb7083d34fc89719955c13b1c0a +size 1470506 diff --git a/images/41ac5bec-a57e-4312-9755-0bcf7c9af38c.jpg b/images/41ac5bec-a57e-4312-9755-0bcf7c9af38c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..202253c9dcc30063c4f538fb1a276a730cd1eda1 --- /dev/null +++ b/images/41ac5bec-a57e-4312-9755-0bcf7c9af38c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4038f84db4a3975a35bd4da3b7fa78d5b0126846d3c43524324429949e5f79ab +size 1557189 diff --git a/images/41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f.jpg b/images/41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac86e2decbcc97c190cb1a590d4bfc3d342af7bc --- /dev/null +++ b/images/41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0c521daeed5262f16f7d9683ed2e0898465c65402dd65dcca4641a32361532 +size 2121238 diff --git a/images/41b3086f-bc43-491a-aff5-66904dbd1623.jpg b/images/41b3086f-bc43-491a-aff5-66904dbd1623.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0fa7d5165dd265313f421ad7ece28ed8baa372a --- /dev/null +++ b/images/41b3086f-bc43-491a-aff5-66904dbd1623.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd021532add34755435b08ce631a2ef6a5b033715581150922f444a30811709 +size 1563285 diff --git a/images/41cba1b5-2353-4db1-9502-4516f8d75e20.jpg b/images/41cba1b5-2353-4db1-9502-4516f8d75e20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a46fdce32d7b8de8208b230e7d919f0808b823a --- /dev/null +++ b/images/41cba1b5-2353-4db1-9502-4516f8d75e20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b05ffa8222e8ed010b6c6846a1cdee33c460ba812a0e116b712a40a056f6ba +size 2108382 diff --git a/images/41d595cb-72cf-45b3-bdce-f4bd704ae847.jpg b/images/41d595cb-72cf-45b3-bdce-f4bd704ae847.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79cddcbbdc132ee6d462bf84716c3e033b46c65d --- /dev/null +++ b/images/41d595cb-72cf-45b3-bdce-f4bd704ae847.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2808247281ed69f17ac5704918da27bccf9584861912c3e17396c83bd7f7f220 +size 2551662 diff --git a/images/41d68f8f-1718-42c4-85f7-c0d09c0f5ce3.jpg b/images/41d68f8f-1718-42c4-85f7-c0d09c0f5ce3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f1998d5bf25151697b889e485fc0d673fe9e6a1 --- /dev/null +++ b/images/41d68f8f-1718-42c4-85f7-c0d09c0f5ce3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a5ea4ad50b8eae717e933997be196790eb43b89403accadf581003916155b8 +size 1535958 diff --git a/images/41df0f54-9d07-40e7-aae5-b74caf477ef3.jpg b/images/41df0f54-9d07-40e7-aae5-b74caf477ef3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..316efa5e74bcd0aa5f676b81b7671c2089b9da0a --- /dev/null +++ b/images/41df0f54-9d07-40e7-aae5-b74caf477ef3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbae737bd49f34953997acd5ebdd65311db86c47b05aba102c7c7f96bd931f2 +size 1617940 diff --git a/images/41eff3b1-570c-4c63-b9e9-e92409a1d585.jpg b/images/41eff3b1-570c-4c63-b9e9-e92409a1d585.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e0c72ec544f7b51e1c917c4b14eb705f54fe028 --- /dev/null +++ b/images/41eff3b1-570c-4c63-b9e9-e92409a1d585.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71a299fdae41f2429486b38c05b1890ee2415c3785cbcb2e966727b6dec0481 +size 2436337 diff --git a/images/41f3c74b-4118-4ca6-93a1-a7d614501540.jpg b/images/41f3c74b-4118-4ca6-93a1-a7d614501540.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b86c84974155711da8311e6ea94b0c2e1392242b --- /dev/null +++ b/images/41f3c74b-4118-4ca6-93a1-a7d614501540.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8d90a5e4dc5b646cdeeeb250e97db0655048729342ff3cb3c0176ae5ec8aa6 +size 1312643 diff --git a/images/41f64f20-f6e7-42e3-831a-b97d829adfdb.jpg b/images/41f64f20-f6e7-42e3-831a-b97d829adfdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc4876a2456791be75669d4fc824e24385edda62 --- /dev/null +++ b/images/41f64f20-f6e7-42e3-831a-b97d829adfdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931c37399778d1538a178a3b0b62b2b3b0a8b911fc8d2f01b1d62a90213f1995 +size 1445490 diff --git a/images/41f86846-b8c6-455c-a07a-55132d42c1ff.jpg b/images/41f86846-b8c6-455c-a07a-55132d42c1ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef3b6450e96d563571102d48d5bee4f360fdf324 --- /dev/null +++ b/images/41f86846-b8c6-455c-a07a-55132d42c1ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c4fca9cb0a55ec18357aa2c2d04a70339ab30e9bf7a7b1934cca75ba679290 +size 2932377 diff --git a/images/41f8d3cd-bef5-4c4f-86f5-c593e1f0d250.jpg b/images/41f8d3cd-bef5-4c4f-86f5-c593e1f0d250.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a9cedb7fa1a0be42977cc8d3bb0b4c59d545631 --- /dev/null +++ b/images/41f8d3cd-bef5-4c4f-86f5-c593e1f0d250.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf34173531f3669316ad28475010a93515a206317de11556330ef2441f164af5 +size 3194573 diff --git a/images/41fb18f3-29fc-4402-a5d3-b9196583fc98.jpg b/images/41fb18f3-29fc-4402-a5d3-b9196583fc98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e8a26e7903bfc8154f78212a61d27841428157d --- /dev/null +++ b/images/41fb18f3-29fc-4402-a5d3-b9196583fc98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d1fa7e8a77acb4b6e41d87cbd052fbf99703180a694a9a9c1217aa3316166 +size 1398776 diff --git a/images/4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12.jpg b/images/4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3d0be9ceb88e08465d5871a60bdc1248f17ae07 --- /dev/null +++ b/images/4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f36a0a6eca4ab4428ab2d35a15edf62496de8841a49a537cf1dc923f5498fd4 +size 1557003 diff --git a/images/4206c58c-90b8-465d-a57a-c800e8a0b42c.jpg b/images/4206c58c-90b8-465d-a57a-c800e8a0b42c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9472af95f577ffdcb6ef64af34f7277bc13732f --- /dev/null +++ b/images/4206c58c-90b8-465d-a57a-c800e8a0b42c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ace57e2facae9afd18b8c8e4e59ec3857fbd8ceaf2bfa4326e0e631e8964a92 +size 1603295 diff --git a/images/420b84a6-8863-43c3-a085-9efc2f881cbd.jpg b/images/420b84a6-8863-43c3-a085-9efc2f881cbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9f7d56b8aa3c055a9ae0c9a1482f080d39bc81e --- /dev/null +++ b/images/420b84a6-8863-43c3-a085-9efc2f881cbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d1a5bb22f52756eb32e644618ef7784b953420517b142e100bfa61e318754b +size 2661693 diff --git a/images/4210d0ac-9269-4339-99ca-a502c11ff24d.jpg b/images/4210d0ac-9269-4339-99ca-a502c11ff24d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..842c0c017aa2ea4a20c0d13d3354525a453d985c --- /dev/null +++ b/images/4210d0ac-9269-4339-99ca-a502c11ff24d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcc34531088799618f3cf8d6be67667d25be0631a3879ab89e217c3ba491e1f +size 1922694 diff --git a/images/42126ed0-cad8-4005-9fcd-b61283310e2f.jpg b/images/42126ed0-cad8-4005-9fcd-b61283310e2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89dcb98dbd13f029ef2aff4b81079111fd7d2d9f --- /dev/null +++ b/images/42126ed0-cad8-4005-9fcd-b61283310e2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ef5816cc08c38757cac4e2295378c733816c9416711284ad3d86fc17dbc5bf +size 1832003 diff --git a/images/421d3364-3577-4daa-9a91-7ed0fb6ddd1b.jpg b/images/421d3364-3577-4daa-9a91-7ed0fb6ddd1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08bf4f4942c09cebb173946fbc69558a15f49abe --- /dev/null +++ b/images/421d3364-3577-4daa-9a91-7ed0fb6ddd1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425420bc85e357a7bcc1c18e57266711ec434d4c700c4c0d05a89be7a7933e25 +size 1477385 diff --git a/images/42273c92-36f6-4ee1-afab-d1a2d01c3b5d.jpg b/images/42273c92-36f6-4ee1-afab-d1a2d01c3b5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a60b696fd0df2028d15978064b97fff7a3245e97 --- /dev/null +++ b/images/42273c92-36f6-4ee1-afab-d1a2d01c3b5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fd6156280130898a5a4bf5211b0c73b9d451a29140197dd727e81362156b2f +size 1599829 diff --git a/images/42288335-a797-4de2-8f38-74d6eadb617f.jpg b/images/42288335-a797-4de2-8f38-74d6eadb617f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09631ef085ff66b062a451cd8b41e74a2f2f4d5d --- /dev/null +++ b/images/42288335-a797-4de2-8f38-74d6eadb617f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f39a0d22c4b9ed27af564329bc9a5e197085638cc05a6c6635f337880dfacbd +size 1986858 diff --git a/images/423125be-8d3f-467f-b388-086876642379.jpg b/images/423125be-8d3f-467f-b388-086876642379.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da94a0403dd4c737c18ab1d23a7746f3d259a2f1 --- /dev/null +++ b/images/423125be-8d3f-467f-b388-086876642379.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2ceb3197503cfc0027e4934696d2ffc3a4239dc61627eeea3ad9ff4a7506e1 +size 1376086 diff --git a/images/4235dc67-6010-417c-a18a-ba350b99704e.jpg b/images/4235dc67-6010-417c-a18a-ba350b99704e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ab7baf71c9450208072be1b26f8e6cede98bf34 --- /dev/null +++ b/images/4235dc67-6010-417c-a18a-ba350b99704e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c430b53438d0aa8068812c14ffa90971ad816608949a51edbebae26c4d77ca +size 1337713 diff --git a/images/4236ec35-728b-4cda-9516-0853a000dff9.jpg b/images/4236ec35-728b-4cda-9516-0853a000dff9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c6e092add069974190fcf46bb465e866d573eef --- /dev/null +++ b/images/4236ec35-728b-4cda-9516-0853a000dff9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120f4c835c3f33e52f6b26f5816b80095123f607c3d3d0e2060fc200511e3162 +size 1375748 diff --git a/images/423c31c9-f0d4-4a6c-8568-af0b305e2fd6.jpg b/images/423c31c9-f0d4-4a6c-8568-af0b305e2fd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d85d8d7877a58976a88e77cefbc2e862b5c67394 --- /dev/null +++ b/images/423c31c9-f0d4-4a6c-8568-af0b305e2fd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15707224aa111ec771cfff96bcf6fcf73f89560ec2e1c928a4781772deda8de +size 1295219 diff --git a/images/423e9a0f-e4ec-4213-823b-9d68252e1bf7.jpg b/images/423e9a0f-e4ec-4213-823b-9d68252e1bf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47b7401fa8002b40e6f18a1789430c12d28b53f9 --- /dev/null +++ b/images/423e9a0f-e4ec-4213-823b-9d68252e1bf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0b4236b7b12f7da57c6dc3e299ac1084b149bcb29a4079f1964e1d6ddd4314 +size 1440122 diff --git a/images/42400619-ad5c-4972-9eec-8e38f0e7c141.jpg b/images/42400619-ad5c-4972-9eec-8e38f0e7c141.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9966d83901d5c5cd1889e36f95681fe638a4aba --- /dev/null +++ b/images/42400619-ad5c-4972-9eec-8e38f0e7c141.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce561929d9ba12cd7aff02b7f2128415f1d5db5579d942ae9ccb4b8defcd052 +size 1453199 diff --git a/images/4244c3df-c868-48f3-a4b0-d3f4f66c7223.jpg b/images/4244c3df-c868-48f3-a4b0-d3f4f66c7223.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d866c4054e35f38f0bf8bd4b969d3317adde625 --- /dev/null +++ b/images/4244c3df-c868-48f3-a4b0-d3f4f66c7223.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c1ec69da66c705f3946c45f5664eedbe9bcfb0b58b3cef1e29af9963f59528 +size 1752879 diff --git a/images/424b96c9-5838-4281-ba50-49225cd4f58f.jpg b/images/424b96c9-5838-4281-ba50-49225cd4f58f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5b425690b4cc090e2932251ffb1ff48a22dd0fe --- /dev/null +++ b/images/424b96c9-5838-4281-ba50-49225cd4f58f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5fa9828866670866974ab97edb402ee6da1fca5feae3b3f9f6d4d72cfcd7c7 +size 1538958 diff --git a/images/42502028-25e9-4590-8498-1c251dc60d1f.jpg b/images/42502028-25e9-4590-8498-1c251dc60d1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac4763408ea5043d352919b7d6b46f1ce83a5140 --- /dev/null +++ b/images/42502028-25e9-4590-8498-1c251dc60d1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21eb30342d653c46af9b98093b74ffd4e4573207ada82264b9177a65d27fda4 +size 1448798 diff --git a/images/42695e75-2595-4606-9495-088743d4a3c7.jpg b/images/42695e75-2595-4606-9495-088743d4a3c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa480c0dc73af4164541e2c3a0ff33e05fb21b35 --- /dev/null +++ b/images/42695e75-2595-4606-9495-088743d4a3c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af85ac7b5c202a041dbda446b0b278a498515e1fe679affe398c45a243055a2 +size 1504777 diff --git a/images/4286d1d6-2a1d-47f2-ba93-fb02988c7883.jpg b/images/4286d1d6-2a1d-47f2-ba93-fb02988c7883.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84aa13c2331639ad039e29928a4edcddee55df8e --- /dev/null +++ b/images/4286d1d6-2a1d-47f2-ba93-fb02988c7883.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860524591a4889f36c7c2ae2bc9c2a44ff317c9a303d3c570146e4e18ad3fb12 +size 1385514 diff --git a/images/42918650-0940-4805-89a4-aacdf39968aa.jpg b/images/42918650-0940-4805-89a4-aacdf39968aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1756c2fb9b81267d5f9a7a146cffab2a3d8fd869 --- /dev/null +++ b/images/42918650-0940-4805-89a4-aacdf39968aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d31c0265a96acc025fec15d316c12f755740ae69f2a46039391984710ff82d1 +size 1698658 diff --git a/images/4291e545-d478-4b98-839b-d7a24216594c.jpg b/images/4291e545-d478-4b98-839b-d7a24216594c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e362d32609bcbd738f7d0a4ebaff40a4a93f609 --- /dev/null +++ b/images/4291e545-d478-4b98-839b-d7a24216594c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e506cbe6ca002aa521bbb251b5cf5e8d3661c96a937e081bae3c7e6b43354b +size 1294967 diff --git a/images/42920739-8f07-4c95-b4e4-9298e0091fd9.jpg b/images/42920739-8f07-4c95-b4e4-9298e0091fd9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b3b67e0017d8683d642eb09d530a08c3133be22 --- /dev/null +++ b/images/42920739-8f07-4c95-b4e4-9298e0091fd9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b911062b86e91517016dbec6cb456a6b88ca5532d3545857e9076964b4504 +size 1362168 diff --git a/images/429e32ca-b5e1-4506-bc75-8469cacc0759.jpg b/images/429e32ca-b5e1-4506-bc75-8469cacc0759.jpg new file mode 100644 index 0000000000000000000000000000000000000000..229e0731ac1028896062ab5d8a8bbd825d0f5905 --- /dev/null +++ b/images/429e32ca-b5e1-4506-bc75-8469cacc0759.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38669b908775bd7bae0cebdc2ae8036ffbc6df90e69896283bb3310870916e62 +size 1460049 diff --git a/images/42a3ab56-ef8b-4f11-9555-e0a8b844c83d.jpg b/images/42a3ab56-ef8b-4f11-9555-e0a8b844c83d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9571cc3414c86f5183076f839c31e5dba1a13122 --- /dev/null +++ b/images/42a3ab56-ef8b-4f11-9555-e0a8b844c83d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710fcec73695862478cb8fb8c03e2c7fdfb5df715b69b3576ee5835dec8c7919 +size 1679195 diff --git a/images/42a602da-db7d-46a1-846b-bbe635ce4932.jpg b/images/42a602da-db7d-46a1-846b-bbe635ce4932.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dde12021e0e89d5349689c327f7e6b7dad25a21 --- /dev/null +++ b/images/42a602da-db7d-46a1-846b-bbe635ce4932.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cdff9c55d76ee16b74550bbefbc9b3e8bf620c2ec28116892962100aff727a +size 1601688 diff --git a/images/42a962ba-a407-43af-ae9d-4498ba891543.jpg b/images/42a962ba-a407-43af-ae9d-4498ba891543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e4ce5fc42467ec60b154ded90fdfab04dc3a4c4 --- /dev/null +++ b/images/42a962ba-a407-43af-ae9d-4498ba891543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12533ebe5e54e4607963f8f71c39c51848c025236d34ed1c3e833d45412275c3 +size 1542858 diff --git a/images/42b0399a-48c9-4b7b-8a3a-764b5640179e.jpg b/images/42b0399a-48c9-4b7b-8a3a-764b5640179e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63f28e8fbbd2074731ed8e388dd5b52e91b67125 --- /dev/null +++ b/images/42b0399a-48c9-4b7b-8a3a-764b5640179e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebcd3d00884bd93a84981977a22dcd1e251095f2abadb08e155293720143df1 +size 1160563 diff --git a/images/42b10b01-a869-4a13-b044-026ee8a533f3.jpg b/images/42b10b01-a869-4a13-b044-026ee8a533f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af08abef0e5c6b80d746211df0f11fcfd82e2a8c --- /dev/null +++ b/images/42b10b01-a869-4a13-b044-026ee8a533f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a941eb29f5a213b2465f2928f5b491e9784995d80572a186dd52d414274de53 +size 2010714 diff --git a/images/42c19002-c748-45eb-ae7c-47825d8bae7e.jpg b/images/42c19002-c748-45eb-ae7c-47825d8bae7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c923a8bb35539f1549dc250c4788bd0d4e9f29d --- /dev/null +++ b/images/42c19002-c748-45eb-ae7c-47825d8bae7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb5cdeab01fe3954b0898ea7ef30e213c75f6d2dcee0ba9905680ad8ff5c0a +size 1523158 diff --git a/images/42d008b6-0398-4426-b266-e87a0701ca57.jpg b/images/42d008b6-0398-4426-b266-e87a0701ca57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b288a3093ebe3e752f86f56551f5cf52c69ff56 --- /dev/null +++ b/images/42d008b6-0398-4426-b266-e87a0701ca57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb6d61df5c1e2ae9fc710d3f46f93f1a0abf4245eff0bd18a1caf29deb49fa3 +size 1501112 diff --git a/images/42d0167c-9912-4234-9323-a139ffbe3c67.jpg b/images/42d0167c-9912-4234-9323-a139ffbe3c67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7134432f8b56cde13ceb6fb10e647fa2033d665a --- /dev/null +++ b/images/42d0167c-9912-4234-9323-a139ffbe3c67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a6a09845800658014a6f67e5873d45acb9ad887c66101970c1a0a7500004fa +size 1622777 diff --git a/images/42d77083-9965-4092-8ccb-7f27dfce8658.jpg b/images/42d77083-9965-4092-8ccb-7f27dfce8658.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4123a157096d7432e1b8df704808afc783ded670 --- /dev/null +++ b/images/42d77083-9965-4092-8ccb-7f27dfce8658.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0f3f59d21e521f25f6583def4e4707661baca892685b75a8c703db03693518 +size 1448060 diff --git a/images/42de2011-19ca-4314-bf98-54f35b7e2522.jpg b/images/42de2011-19ca-4314-bf98-54f35b7e2522.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13d97fb2888259cd43c4cbc6ee18dc38f3d2d2c6 --- /dev/null +++ b/images/42de2011-19ca-4314-bf98-54f35b7e2522.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d437c54389b16dbbffe02132908a35f2b64ec1f51f85235a5d60bcc14bc09bed +size 1908819 diff --git a/images/42e14643-bd3b-44ec-8bea-4b71b006a35e.jpg b/images/42e14643-bd3b-44ec-8bea-4b71b006a35e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c669924dc239f7ef37a5476fd2443b454ee2533f --- /dev/null +++ b/images/42e14643-bd3b-44ec-8bea-4b71b006a35e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd67b518f2986e63bacbf8cbbd38f47580330ec66c31777f4a0e2ca97fc93787 +size 1404296 diff --git a/images/42e60b01-caae-4e68-8974-b5ff01fcc7a5.jpg b/images/42e60b01-caae-4e68-8974-b5ff01fcc7a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba639f73d3f42b67b6d3db49f6456758867cfbce --- /dev/null +++ b/images/42e60b01-caae-4e68-8974-b5ff01fcc7a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e23d14aced86f3fa48fe6e63750f461f2aa42660e91837cccfdfb342ba5d73 +size 1285214 diff --git a/images/42f30ac8-e557-4fac-aa37-aee32008c12c.jpg b/images/42f30ac8-e557-4fac-aa37-aee32008c12c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bb543375b97cf0ea74828c03c9663541991aba0 --- /dev/null +++ b/images/42f30ac8-e557-4fac-aa37-aee32008c12c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c769fa62d2b0715216bfcbfd63950f355c9db413e335f359e2d4fb32ae9c55 +size 1445012 diff --git a/images/42f96d1a-d8cf-4a82-98fb-f4216b4f5053.jpg b/images/42f96d1a-d8cf-4a82-98fb-f4216b4f5053.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c1bacc48097be4a9666395fb1313c1a0df589ad --- /dev/null +++ b/images/42f96d1a-d8cf-4a82-98fb-f4216b4f5053.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbc549721b20d9bb8428525f6691bf762981eb4a2eb5055b40ee5fd77fbdbe3 +size 2893312 diff --git a/images/430e4889-56fc-47bd-a15e-895c68b9b92b.jpg b/images/430e4889-56fc-47bd-a15e-895c68b9b92b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f56d9c32bd0d94f03abfd2382e11500072eab874 --- /dev/null +++ b/images/430e4889-56fc-47bd-a15e-895c68b9b92b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4668fe2e04b580f01da4697210ceb6cb6a265612d3812217cae60aeb2ca482 +size 1711493 diff --git a/images/432079f4-0edb-48d2-b39c-0af5b3ae94ae.jpg b/images/432079f4-0edb-48d2-b39c-0af5b3ae94ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..818098f3857e492e80d6ae7a63d4d074aac755e6 --- /dev/null +++ b/images/432079f4-0edb-48d2-b39c-0af5b3ae94ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa845aa96c174fc4a2b73e23c0dc3288acdaa109cd66bc607da9fb694f9590d +size 2281625 diff --git a/images/43325ff4-df85-48c9-bce3-81dfaf119c7a.jpg b/images/43325ff4-df85-48c9-bce3-81dfaf119c7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e1b11a6c0e90db8c3a5574a2c4fa6127dbaf01f --- /dev/null +++ b/images/43325ff4-df85-48c9-bce3-81dfaf119c7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c991b0b48d834f19232d732b96e889a0d10cdbc3818e8b3acca49a156b4e95 +size 1550836 diff --git a/images/43479a79-21a4-4c42-af54-009ac1309ebe.jpg b/images/43479a79-21a4-4c42-af54-009ac1309ebe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eaee082b966ba3927dac4539e69fe0d81743d5b --- /dev/null +++ b/images/43479a79-21a4-4c42-af54-009ac1309ebe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4374b8e75efb952e3bbe8faeca9dbde727c3348a7ca5ed6b3ff90bfbd6b8024e +size 1566280 diff --git a/images/43551d31-18e0-452c-9d13-a41b873ab45f.jpg b/images/43551d31-18e0-452c-9d13-a41b873ab45f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8749f0b1004b8f35662e5b43ee73c9b7275a7236 --- /dev/null +++ b/images/43551d31-18e0-452c-9d13-a41b873ab45f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3558cef083819e1028b446a474406cadd36bb4d8cff03c08368eee4d8c120c04 +size 1337246 diff --git a/images/43560915-d692-4b4d-8630-8b3d9542c490.jpg b/images/43560915-d692-4b4d-8630-8b3d9542c490.jpg new file mode 100644 index 0000000000000000000000000000000000000000..319a20ba53d0c605459e2d6ebe78ab1accc0fe52 --- /dev/null +++ b/images/43560915-d692-4b4d-8630-8b3d9542c490.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689c65eb079bdef79a879a2796cafd5a6d56f6c905f1a5cb7139a5028660f437 +size 3651248 diff --git a/images/43565117-022c-433f-a412-b8ed39d06c1c.jpg b/images/43565117-022c-433f-a412-b8ed39d06c1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..133146902e98ef6f858d8d55656adf3ca1eaac19 --- /dev/null +++ b/images/43565117-022c-433f-a412-b8ed39d06c1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388fce9c4d719035edc680a4ce08d5eb7540da6cfee7729f90be639c8795efab +size 1412535 diff --git a/images/43577ce2-4366-4f22-9a07-9d4626d0d57e.jpg b/images/43577ce2-4366-4f22-9a07-9d4626d0d57e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c52ff882fec3aa3fbe03d8c2cde9f9812a0dbd8 --- /dev/null +++ b/images/43577ce2-4366-4f22-9a07-9d4626d0d57e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2034f678c23ecc68c7cb747eb84b7dc44db6d65cf7235be12ccd8f654f4a7c83 +size 1624065 diff --git a/images/435e58ad-d553-43ea-9647-a9ad2f38ae08.jpg b/images/435e58ad-d553-43ea-9647-a9ad2f38ae08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96693ff5713b4c7dc1a5857558d3f9bc54ce40aa --- /dev/null +++ b/images/435e58ad-d553-43ea-9647-a9ad2f38ae08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a2b12f8c2bdd65d18ed77aeccd8b8a5e4325179bc2c2328bbd7612a8bdc10f +size 1483954 diff --git a/images/435f4478-fb93-4404-8990-6444be6aedbc.jpg b/images/435f4478-fb93-4404-8990-6444be6aedbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2960051d0dc54c4ecb4b09928e65545a89e4e0d --- /dev/null +++ b/images/435f4478-fb93-4404-8990-6444be6aedbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c1a68a35b2669951ffc20678f3b6a3daff9a614dc654b930964fdfeadf409c +size 1763631 diff --git a/images/4362201e-9fb8-49d5-86be-f33ee0aa01a3.jpg b/images/4362201e-9fb8-49d5-86be-f33ee0aa01a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73fcfb7268db5f9c66efabde162270eb074c933f --- /dev/null +++ b/images/4362201e-9fb8-49d5-86be-f33ee0aa01a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42884c65729a53a0b2760f13e6abef6c560b4efda5999c66c87a1e8485909f1d +size 1737427 diff --git a/images/43640aad-09ed-4adc-88d4-2be9e3bf537d.jpg b/images/43640aad-09ed-4adc-88d4-2be9e3bf537d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87a4499458b0790a607b7a821f252b9cebe31c6c --- /dev/null +++ b/images/43640aad-09ed-4adc-88d4-2be9e3bf537d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7839201f576354d36f453ad2164eb86eadb7c14643976a4bbe3c5a13f102366 +size 2478322 diff --git a/images/436709db-c7a5-40de-8dcb-f4de82abba17.jpg b/images/436709db-c7a5-40de-8dcb-f4de82abba17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b67be861ba1d920892af012372c3d2fa3e21018a --- /dev/null +++ b/images/436709db-c7a5-40de-8dcb-f4de82abba17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc294e6395eaa6b6a8c098cebadd3a47799be452b9f4dfd153568c28d1379c68 +size 2130964 diff --git a/images/43720965-c1bb-4ea8-a6f5-158e547ed1ae.jpg b/images/43720965-c1bb-4ea8-a6f5-158e547ed1ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..446421f0385f01f07cc80aab27583fb8d78a0686 --- /dev/null +++ b/images/43720965-c1bb-4ea8-a6f5-158e547ed1ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfc4aaf15c320b7d90440e0e1aa9a1209ca7aaf66bc3bf2afb1d9e2961eb104 +size 1478949 diff --git a/images/4372fce2-b320-4639-8704-aef698b0655a.jpg b/images/4372fce2-b320-4639-8704-aef698b0655a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8d7d02436fae3037b37e1d925c4733d14465e09 --- /dev/null +++ b/images/4372fce2-b320-4639-8704-aef698b0655a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512aa24db97178777d81a5197679f070275fefbe3809e3d9542a73023f2eb429 +size 1735196 diff --git a/images/43747b17-55fe-4bc3-a487-503b011176bb.jpg b/images/43747b17-55fe-4bc3-a487-503b011176bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac1c21f1f45294cf8221f6ae23d79c9fc8a9b78e --- /dev/null +++ b/images/43747b17-55fe-4bc3-a487-503b011176bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747f2ddf2c08920673901eac7f19fa1059ac4052a29d0980ef121820de9f3ae3 +size 1081523 diff --git a/images/4375bd42-5f94-4223-a465-d82b6ceadae2.jpg b/images/4375bd42-5f94-4223-a465-d82b6ceadae2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cab2a5b2f2a657b581213c70e83ec4893f7fbf69 --- /dev/null +++ b/images/4375bd42-5f94-4223-a465-d82b6ceadae2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8488732ddefd348e87d8cbb79054af2750209be6e0a91bd39bf1b70db59987 +size 1481901 diff --git a/images/4380637f-7847-4d99-ba9f-b3e19b35bf8e.jpg b/images/4380637f-7847-4d99-ba9f-b3e19b35bf8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d12543b41afbfd91f1e4c9148ba2265d228f03e --- /dev/null +++ b/images/4380637f-7847-4d99-ba9f-b3e19b35bf8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b071e8eb529001524e301897df8453291c5666ad4265cfe22b22e2d269783ec +size 2299641 diff --git a/images/4380777a-f2af-4ed1-a35f-80340ada484c.jpg b/images/4380777a-f2af-4ed1-a35f-80340ada484c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c97dcc39157ce12383fabeb3de7ace446bf7aaa --- /dev/null +++ b/images/4380777a-f2af-4ed1-a35f-80340ada484c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfa0bb7f40650582f71f8760d55ef00c699ab690308e8ae57c4a6c1ab4f1b72 +size 1913623 diff --git a/images/4386309f-d1f8-4796-aba8-ae201fbb67ff.jpg b/images/4386309f-d1f8-4796-aba8-ae201fbb67ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b821b96c90ccae1555f9e4f92070e54de017fa76 --- /dev/null +++ b/images/4386309f-d1f8-4796-aba8-ae201fbb67ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa41ec62e98a55f8d67adfcfd06d147fdebdb7d5e421a2f8ddfcb4b7ee1efa5d +size 1124770 diff --git a/images/438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d.jpg b/images/438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..195272ed03b59e58fddc3572d0fb81ca6fd4f13e --- /dev/null +++ b/images/438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edd55fb434f1177eff9050fa596fabb8647a6fe9dada8aa847736e41eccdad7 +size 1772790 diff --git a/images/439118ba-5dbb-4e44-939e-7f25de89afd0.jpg b/images/439118ba-5dbb-4e44-939e-7f25de89afd0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f41cf3cdcab4a9674256040133268e746d57541f --- /dev/null +++ b/images/439118ba-5dbb-4e44-939e-7f25de89afd0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a0063e28fb64cb8bbd3a005bad472ce4a856e8686473c5b981b79f4cc20d25 +size 1619631 diff --git a/images/43931dcc-2eef-4de1-9d09-3a0ae4e45b7a.jpg b/images/43931dcc-2eef-4de1-9d09-3a0ae4e45b7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3cc58cbbf4515905c22e02ad9c7240204c5dd3a --- /dev/null +++ b/images/43931dcc-2eef-4de1-9d09-3a0ae4e45b7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a7ff199896726c1b8758947cd667377e7cbc0ed015c7553e95449b0531caec +size 1566805 diff --git a/images/43976842-176b-489b-b961-df92c2c53d1e.jpg b/images/43976842-176b-489b-b961-df92c2c53d1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ae6749e222b27a2333e1241f49a733b825f7b7a --- /dev/null +++ b/images/43976842-176b-489b-b961-df92c2c53d1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0d6e100e17db64a6a554f74a2c8022fc581e4984a8378b303a740c8e860fc7 +size 1451765 diff --git a/images/43a83d94-c114-4793-b4de-49d1bcb29da2.jpg b/images/43a83d94-c114-4793-b4de-49d1bcb29da2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eea48a105a32a73633732da809793dea1fe0e99f --- /dev/null +++ b/images/43a83d94-c114-4793-b4de-49d1bcb29da2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f22a9a6e3f11883377a436cccc67f0d82fb3faa6f39f47b7e9e39f663876a36 +size 1679061 diff --git a/images/43b9bc59-bfba-49e3-baa9-e3a7830771a7.jpg b/images/43b9bc59-bfba-49e3-baa9-e3a7830771a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aef06b561e505254e12c210da11a5ad4f77e3ee6 --- /dev/null +++ b/images/43b9bc59-bfba-49e3-baa9-e3a7830771a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92131a1bd243c6bcc13041e55e6b759a9b3cc72d9ea5ccb9c318f4a3270fc092 +size 1708856 diff --git a/images/43be41de-8bcc-4c93-9109-44eaa13522ff.jpg b/images/43be41de-8bcc-4c93-9109-44eaa13522ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49a6684a6233c558229794f3db294ef91e6e59bf --- /dev/null +++ b/images/43be41de-8bcc-4c93-9109-44eaa13522ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75001381fc75df5408bd9c35541e55986fc3326c35f2489ca5b2d6f70b0d859 +size 2515269 diff --git a/images/43c1d5f5-0d6b-44ab-8faf-fce07e72eaae.jpg b/images/43c1d5f5-0d6b-44ab-8faf-fce07e72eaae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e78b186b3d04fa6d9fd798a764019459320436 --- /dev/null +++ b/images/43c1d5f5-0d6b-44ab-8faf-fce07e72eaae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153740832fb4f0ebedb357cfdff4cbd069a233894e324eb2f604d58899d1222b +size 1285064 diff --git a/images/43e349f7-af1d-4d41-95dc-d7689eddfa58.jpg b/images/43e349f7-af1d-4d41-95dc-d7689eddfa58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aac0bd2775a078d9870baa60ecb1eecfff625b0a --- /dev/null +++ b/images/43e349f7-af1d-4d41-95dc-d7689eddfa58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c1f289fb696720eab518e8a8b5444b2c1d33329bdb1a4e9e5c50c9ea70945b +size 1326954 diff --git a/images/43e6981b-42c6-4e61-9f4f-e627223417e0.jpg b/images/43e6981b-42c6-4e61-9f4f-e627223417e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ed1b3c694b59c676bd488d10f585ed858aa0d76 --- /dev/null +++ b/images/43e6981b-42c6-4e61-9f4f-e627223417e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0cc31d97db6898b68a22371aa07d5b1bfb9d9885e7f0116f8d91777324796e +size 2413300 diff --git a/images/43e8f5b0-2e9c-43f6-8b08-2746fb099721.jpg b/images/43e8f5b0-2e9c-43f6-8b08-2746fb099721.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4de1d4ddd3c68eba965e7523821e7df4441868c9 --- /dev/null +++ b/images/43e8f5b0-2e9c-43f6-8b08-2746fb099721.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38ade0a4e78a87b1e5a36d979b25f8539936204975da3c00a72110fd3a9f68b +size 2360041 diff --git a/images/43ff8be6-e042-453e-a0bc-ffd075ff9ed8.jpg b/images/43ff8be6-e042-453e-a0bc-ffd075ff9ed8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b86a74b18185f775cfe3a2b72e4e09c73edf7d7d --- /dev/null +++ b/images/43ff8be6-e042-453e-a0bc-ffd075ff9ed8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c9047429eabd3bc85fb9941a1bc5bd9dc32a2f980ba6aa98634e5d19b8882e +size 1473927 diff --git a/images/4402defe-46d9-4fd8-afa9-6cf711867641.jpg b/images/4402defe-46d9-4fd8-afa9-6cf711867641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85d59685ad842e0b66e7919e7e397ce6f526b1a2 --- /dev/null +++ b/images/4402defe-46d9-4fd8-afa9-6cf711867641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c7a63be8ccf0ca5826921c680816d695bda76d504ce538581df9f4d0236445 +size 1850015 diff --git a/images/4421c7dc-1988-49d8-a974-8168ab529e9a.jpg b/images/4421c7dc-1988-49d8-a974-8168ab529e9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfde2d489289d0012778df017d5a5df94b27da93 --- /dev/null +++ b/images/4421c7dc-1988-49d8-a974-8168ab529e9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607df3a69d27f305a12e3bf564b7b92276ecdd459732b21e190d8047505eed27 +size 1717775 diff --git a/images/44242c39-f720-434b-b68c-2d3bb36dbdf3.jpg b/images/44242c39-f720-434b-b68c-2d3bb36dbdf3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8019a71c44f3d254ac5aa2f17656ed21519d88ad --- /dev/null +++ b/images/44242c39-f720-434b-b68c-2d3bb36dbdf3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b786c02fb9c0ca41d29a3a34ac874f7617d3f4352d49538f224fa5301bbc541 +size 1761263 diff --git a/images/4428c24d-e6ff-4a05-9392-ac7c71c5d48b.jpg b/images/4428c24d-e6ff-4a05-9392-ac7c71c5d48b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a7345ad1b8e256f9e088d1d6df41757c487b53e --- /dev/null +++ b/images/4428c24d-e6ff-4a05-9392-ac7c71c5d48b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decf18985c4302354e3c72dde4aef6e86dacc02d4fd035eac8fe52fd8f3ef379 +size 2660078 diff --git a/images/4436122d-5a19-465c-a837-2a8d898f3035.jpg b/images/4436122d-5a19-465c-a837-2a8d898f3035.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03a90c93c68209a619744e244a0b99999024183f --- /dev/null +++ b/images/4436122d-5a19-465c-a837-2a8d898f3035.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c796569769e5ab7154dc6083d0a91b478bc8fd7f225d66dc44bc1266c3549776 +size 1637879 diff --git a/images/4439d5dd-775d-4516-bb6e-fdc52d6c1365.jpg b/images/4439d5dd-775d-4516-bb6e-fdc52d6c1365.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efc8b7b30d903b5fc950642c18e43f871da39e31 --- /dev/null +++ b/images/4439d5dd-775d-4516-bb6e-fdc52d6c1365.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22d41688e9ddfc17af98b50b3374a7aa0d4189309e4eadb6ac88237ade3dfa2 +size 1875239 diff --git a/images/4444b03d-d90c-4daa-9c50-d8daeea9f1a4.jpg b/images/4444b03d-d90c-4daa-9c50-d8daeea9f1a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bef368ec4f9b5256afd7bf0fd90e1a71d78a29f --- /dev/null +++ b/images/4444b03d-d90c-4daa-9c50-d8daeea9f1a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8df2d416fb02497082d531f674fb23a1b1c44d5b57777f14f2a8ca0dc8f5b2 +size 1739556 diff --git a/images/4465a63e-e324-4341-8091-117bbe4d4365.jpg b/images/4465a63e-e324-4341-8091-117bbe4d4365.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccc5a4b932e5af697213a32941d18c782645d40b --- /dev/null +++ b/images/4465a63e-e324-4341-8091-117bbe4d4365.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b62c12052059e5924397d1c34354feb3ba2a0e499d5e943693a8dbef6529a52 +size 1696522 diff --git a/images/447097f5-594b-4767-8826-9dcb521dccea.jpg b/images/447097f5-594b-4767-8826-9dcb521dccea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d73f21f7ba1f70c4cba3e82a7430edc52ba3594c --- /dev/null +++ b/images/447097f5-594b-4767-8826-9dcb521dccea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4094e416d97167b39c1d422f1d04f1c70df334eecc36e54792e2170691d76c +size 1653175 diff --git a/images/4489bbd7-f4b5-42b0-aec5-f4b484d23255.jpg b/images/4489bbd7-f4b5-42b0-aec5-f4b484d23255.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65d41f93cf4a5ed320ae4675697dccde3d47dec3 --- /dev/null +++ b/images/4489bbd7-f4b5-42b0-aec5-f4b484d23255.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a738422bb12e0ad01d249eb92540695456a56838054a93b054f896dfd459c62e +size 1361787 diff --git a/images/448a1d1e-f327-4e1b-a6ad-759309908df6.jpg b/images/448a1d1e-f327-4e1b-a6ad-759309908df6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..339e306854c436969eaa46e94873a6c3d259fb40 --- /dev/null +++ b/images/448a1d1e-f327-4e1b-a6ad-759309908df6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e78e688ea029f53fe3bdcaef9d3e3e0ec9d37fd8f589999cc5261f367ac3d7c +size 2109524 diff --git a/images/44935cac-ec9b-492a-849e-f9386e287580.jpg b/images/44935cac-ec9b-492a-849e-f9386e287580.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c42ab65fc8a4d186fced0bf13398f5451ba0a9d8 --- /dev/null +++ b/images/44935cac-ec9b-492a-849e-f9386e287580.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b893a14aab45087a616046fb60fc8ef2f0d71e3d019e1b213a3482b69762843a +size 1468185 diff --git a/images/4496b784-2f82-49e5-89e2-c143796f2af3.jpg b/images/4496b784-2f82-49e5-89e2-c143796f2af3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddcc5c146379214f28390bdd12496e83d2ea2c2e --- /dev/null +++ b/images/4496b784-2f82-49e5-89e2-c143796f2af3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941393859d8a1a014fc6f83397db5789ecbfbd8c47667318be45d9a2ce8945fe +size 1254963 diff --git a/images/4496f77b-8f56-44b7-b83d-f536d7e95966.jpg b/images/4496f77b-8f56-44b7-b83d-f536d7e95966.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73d321a6a3fa64940b9f82c2d7b576a7cccf1285 --- /dev/null +++ b/images/4496f77b-8f56-44b7-b83d-f536d7e95966.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2b68abaf200a218e2d38da627e7b255b0b4bdd4fd19066afdb0d24341d4dda +size 1753111 diff --git a/images/449d1ac9-a028-4839-b396-c961350f88b2.jpg b/images/449d1ac9-a028-4839-b396-c961350f88b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57bbc8d029cb5b693e2dbfd5a69cfcf8ebe542f --- /dev/null +++ b/images/449d1ac9-a028-4839-b396-c961350f88b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45533b576c30dd6d4a6906437e2c637cb677520b92606749b1f7cb26577c5c9b +size 1225816 diff --git a/images/44a2ed0a-3bdf-4a78-8251-a3d225795a41.jpg b/images/44a2ed0a-3bdf-4a78-8251-a3d225795a41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb7908c65b035af28dd282e2ddaa114f29856ffd --- /dev/null +++ b/images/44a2ed0a-3bdf-4a78-8251-a3d225795a41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a1e9b62aeac88b625cb50b6724c3eb7d30120f058dabf163810e484a09fe19 +size 1469075 diff --git a/images/44a70bad-9da0-4269-a13e-eb6f76a8bc81.jpg b/images/44a70bad-9da0-4269-a13e-eb6f76a8bc81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c5728d759b0df8ed988facd92363ec103a94a08 --- /dev/null +++ b/images/44a70bad-9da0-4269-a13e-eb6f76a8bc81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2780fd9cc8b8ed14ab3cda3af24c5a063f6e3523e8483e3886587afb8ecb7f4 +size 2977929 diff --git a/images/44b27cae-b738-46a2-945b-ca72af4d2a17.jpg b/images/44b27cae-b738-46a2-945b-ca72af4d2a17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84217a53774ee174802ea3b8dd8464d6888ae2e2 --- /dev/null +++ b/images/44b27cae-b738-46a2-945b-ca72af4d2a17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81db62a237932b8d6006a2f735809fdaccc0f0cd36fc6f66f7696d5cbdbc0385 +size 1806907 diff --git a/images/44bdc2b4-2786-4945-ae2f-b67177cc2ef7.jpg b/images/44bdc2b4-2786-4945-ae2f-b67177cc2ef7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46f2d1ffe9475731eaff738b5b027bf6ce0e878a --- /dev/null +++ b/images/44bdc2b4-2786-4945-ae2f-b67177cc2ef7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5961f4a5de03605afb7fc1759c334bf4cee54cb080acd428627d93d443621295 +size 1402124 diff --git a/images/44c0ffe0-869c-4261-bac3-9710dda5853b.jpg b/images/44c0ffe0-869c-4261-bac3-9710dda5853b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9260728053eb4587424088ddac828116f863a337 --- /dev/null +++ b/images/44c0ffe0-869c-4261-bac3-9710dda5853b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f30405bad3fa6eb6b947e8fa3b27552ffe9c6bbb53ce0660e997cee86fa2e65 +size 1538467 diff --git a/images/44c5ef88-88eb-47b4-b8ab-642bd9a2d70f.jpg b/images/44c5ef88-88eb-47b4-b8ab-642bd9a2d70f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1560ce12fe9bae9065d16ea417978919e3c5e2d3 --- /dev/null +++ b/images/44c5ef88-88eb-47b4-b8ab-642bd9a2d70f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd785357403e399658201f814cdcef85c51b2463085d0c090921ab77ccad11c +size 1669574 diff --git a/images/44c646c2-69bb-413d-b63a-3d41a042d498.jpg b/images/44c646c2-69bb-413d-b63a-3d41a042d498.jpg new file mode 100644 index 0000000000000000000000000000000000000000..632836142ee55a26c4317b26f8379eb0576e5c09 --- /dev/null +++ b/images/44c646c2-69bb-413d-b63a-3d41a042d498.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728c74a034c80f50900f19e8032f3cb97827596a3607d7088b03aa9d53fdabcb +size 1641408 diff --git a/images/44ca6cf7-92f1-4741-aeac-22f671cb88b6.jpg b/images/44ca6cf7-92f1-4741-aeac-22f671cb88b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea300a953c138d61b19285008a41b83b866de6b --- /dev/null +++ b/images/44ca6cf7-92f1-4741-aeac-22f671cb88b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972d8721cf13e162aa7a992f29ee247cd6630e9ed28641500fedc24ca35fc651 +size 1337517 diff --git a/images/44d32a3d-68bb-44b5-9523-842438d646e2.jpg b/images/44d32a3d-68bb-44b5-9523-842438d646e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b2011cb1ddc8159ff6e563d1680883c59679381 --- /dev/null +++ b/images/44d32a3d-68bb-44b5-9523-842438d646e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8bf0317bbad2ef26a18ec9d89f11a5a46bf9ae5f70b0a39bf1faafa4bec90d +size 1508879 diff --git a/images/44d3929a-78bd-4514-8621-2d35772aae70.jpg b/images/44d3929a-78bd-4514-8621-2d35772aae70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caa24f2c81d5e79d21e0c12a99a7b01f3944a2e6 --- /dev/null +++ b/images/44d3929a-78bd-4514-8621-2d35772aae70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9d36fd5886e18a60441ba3b96f6f269417fa62cf965acc4dbfb0f4a7e1aa48 +size 1319233 diff --git a/images/44d58ebb-3851-40f2-9b59-590eed60449a.jpg b/images/44d58ebb-3851-40f2-9b59-590eed60449a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c786c649ee307222397bf36155e97d7f877ac870 --- /dev/null +++ b/images/44d58ebb-3851-40f2-9b59-590eed60449a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd422051cc104d584289df8f4f6f26a35efd30e60cf3fa9e506ca34c488befb +size 1603486 diff --git a/images/44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff.jpg b/images/44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76318ae9311a1ff67ee51ef665e397371752ead0 --- /dev/null +++ b/images/44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e191b806680ed5d4d12c4895c784cbbe0a2871e005698aa0669b767a181762b +size 1704692 diff --git a/images/44e7d041-af33-48be-80eb-bc34391eaacb.jpg b/images/44e7d041-af33-48be-80eb-bc34391eaacb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0645217d70bbea6084a6a1a5d4a7fd968a9a14e7 --- /dev/null +++ b/images/44e7d041-af33-48be-80eb-bc34391eaacb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e151fcf8474357b0bde09aa7e8b56942a1441b28331de2135176d5acaddcb744 +size 1390666 diff --git a/images/44ec4b87-0b2d-485b-8118-0fa59d877b4b.jpg b/images/44ec4b87-0b2d-485b-8118-0fa59d877b4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afb7af211cb6272d273c1c46e24119be44df9cdb --- /dev/null +++ b/images/44ec4b87-0b2d-485b-8118-0fa59d877b4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47d7cc935faa327e63289dc8ff3acec429c8e734e98252f350660abb29d6f5e +size 1490959 diff --git a/images/44ed942c-7a20-4869-8698-5ede52d8701d.jpg b/images/44ed942c-7a20-4869-8698-5ede52d8701d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d86a79b3028b84a67ee5f15dabbb9c27f667c536 --- /dev/null +++ b/images/44ed942c-7a20-4869-8698-5ede52d8701d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f7d7e0a62d30444aeedbbcbae4aad1ff9b7f822c4fba0a391f146cbbe66e61 +size 1961395 diff --git a/images/44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a.jpg b/images/44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cd7bf618c398830f23806d5ad655b72ec4cfdc9 --- /dev/null +++ b/images/44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c58e4b0e2708f6db49a384822de69364030271a58846886db8cb564016f9cf2 +size 1699646 diff --git a/images/44f270bf-80a5-4e61-805c-fe20dc11c3ea.jpg b/images/44f270bf-80a5-4e61-805c-fe20dc11c3ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e01794ddb1e192d6c3d2bbecc43c1a55337958cc --- /dev/null +++ b/images/44f270bf-80a5-4e61-805c-fe20dc11c3ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a0e2fc13f10c3aa9c6f4ccffb6fb19b6cc0c857194ec55bd7b4cffac141b14 +size 1476890 diff --git a/images/45086966-bfc8-4cfe-9d36-697d9d25b71b.jpg b/images/45086966-bfc8-4cfe-9d36-697d9d25b71b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8569fe9852595bdedd5affb789d056128c146fbb --- /dev/null +++ b/images/45086966-bfc8-4cfe-9d36-697d9d25b71b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e38878df9081f354d9f0079d100c60fe8dea1ac31f85619d822a819e00b1670 +size 1526742 diff --git a/images/450ec8e0-cbe3-465e-a9b6-9fb0715926c0.jpg b/images/450ec8e0-cbe3-465e-a9b6-9fb0715926c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dcdf584fb6efd6afa614873bf059c00b92e288f --- /dev/null +++ b/images/450ec8e0-cbe3-465e-a9b6-9fb0715926c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd701365bba1f79efa591016929cf7e26f044439611a466377bed00a79333d9 +size 1980859 diff --git a/images/450f1eaf-e8fa-41a0-bb41-ccea5c5fd620.jpg b/images/450f1eaf-e8fa-41a0-bb41-ccea5c5fd620.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f967da8e9dd3b88ab37b047cc3f7e333cb0b2e0 --- /dev/null +++ b/images/450f1eaf-e8fa-41a0-bb41-ccea5c5fd620.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0437cffb18b130098745a85706c65c6185924a99bebe5900224ee3f6569962d +size 1898299 diff --git a/images/4513e146-58e2-47fa-877c-55968787cf26.jpg b/images/4513e146-58e2-47fa-877c-55968787cf26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..587b7014a9a1446b2839ef306ce08abbdbd08ece --- /dev/null +++ b/images/4513e146-58e2-47fa-877c-55968787cf26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90332d3c0ed92a487cd36e64357fccb5b2d9abd18a475902506381d897c6c6bb +size 1361281 diff --git a/images/4515eb33-d3f3-49bd-8bd8-0221cff4c69d.jpg b/images/4515eb33-d3f3-49bd-8bd8-0221cff4c69d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23087b39eb8e09cf0d3aa5fbcf57e077751aaf2b --- /dev/null +++ b/images/4515eb33-d3f3-49bd-8bd8-0221cff4c69d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d28dbeaa168f9699a5b692a39776fda744b6cb411b4346d1b3bb190945e1d78 +size 2044267 diff --git a/images/451e95ac-df47-460c-a578-e22b2e2d24e2.jpg b/images/451e95ac-df47-460c-a578-e22b2e2d24e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..582602d25b4bd1fcadd8cbf3d446521df0a9a624 --- /dev/null +++ b/images/451e95ac-df47-460c-a578-e22b2e2d24e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a03caa42a02ba3ab3055e7c2b784e980fe9c54ed063352d484984d7a94a38a +size 1429623 diff --git a/images/4520d661-45a7-455b-b2dc-f883fe554e7e.jpg b/images/4520d661-45a7-455b-b2dc-f883fe554e7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce4f23c0647a068a8f87db0230ec80d4cc5c015d --- /dev/null +++ b/images/4520d661-45a7-455b-b2dc-f883fe554e7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6011b052b348a7d3c85610e3d435ec61355f817f900ac9d69f7a3171157476d3 +size 2646941 diff --git a/images/4532c867-1ba3-49f2-84fe-70389d5e1e5b.jpg b/images/4532c867-1ba3-49f2-84fe-70389d5e1e5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8c280dddb7838350cbcf6f73604f81da698c2a9 --- /dev/null +++ b/images/4532c867-1ba3-49f2-84fe-70389d5e1e5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba46cbf9364ccfffb188b972501e1037d2dd2890e399f40ba09f04ce126e773 +size 1290590 diff --git a/images/4535c7f5-da83-435a-9fbe-ba40f035f259.jpg b/images/4535c7f5-da83-435a-9fbe-ba40f035f259.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f6fc186fefe93ec6b0c91193dbc28cd323726a4 --- /dev/null +++ b/images/4535c7f5-da83-435a-9fbe-ba40f035f259.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4f31b4590bf2be124dc8c9166c3026192dcf6ba7f139ba257059148d8c527f +size 1444401 diff --git a/images/45417b9a-ab8f-4d06-9dd7-a7bee961345b.jpg b/images/45417b9a-ab8f-4d06-9dd7-a7bee961345b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0df9204b2045a43ecf1bf0e2797012a0a8babada --- /dev/null +++ b/images/45417b9a-ab8f-4d06-9dd7-a7bee961345b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d35e3b93e48b48f19430902ad84352858fbe0cd57cadd548804680d9876e1d +size 1723399 diff --git a/images/454c24f9-25b9-46fe-bd54-23c549eba848.jpg b/images/454c24f9-25b9-46fe-bd54-23c549eba848.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1678b2fad0f8bfc97fdebf1377617c5cea586b19 --- /dev/null +++ b/images/454c24f9-25b9-46fe-bd54-23c549eba848.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b976e37ac41dc0bf5333b87ebaf30c49182a199490dc90a8abe5a61bcc6725 +size 1652814 diff --git a/images/454fd1b7-a9d6-4e89-8914-e7e1e6b348cb.jpg b/images/454fd1b7-a9d6-4e89-8914-e7e1e6b348cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4713b303d8b6ef995f8a0031d38482a1eb936abf --- /dev/null +++ b/images/454fd1b7-a9d6-4e89-8914-e7e1e6b348cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec21ad523d8e17f33125724fb2da8c4a19622077f9eb55e097863f7b9a333be5 +size 2716814 diff --git a/images/4550cd24-4d67-4fc1-9ae5-3f4dedda911f.jpg b/images/4550cd24-4d67-4fc1-9ae5-3f4dedda911f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f85019b64951cbbf9f3eb6e68a254ca3608d73c --- /dev/null +++ b/images/4550cd24-4d67-4fc1-9ae5-3f4dedda911f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e360c6f89d66079744aa255faad1643556ce4c442df4d397d29ddb841472143 +size 1290454 diff --git a/images/45612ad4-bbf4-42e1-bef8-2a90c39d4bf5.jpg b/images/45612ad4-bbf4-42e1-bef8-2a90c39d4bf5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2df473a60c82295dd9628061af90449f5edc09a --- /dev/null +++ b/images/45612ad4-bbf4-42e1-bef8-2a90c39d4bf5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd8bee6a8e610a1fd4d9b00bbf5335330919095b48ff064d9bcaafb038c7308 +size 3599635 diff --git a/images/456846c0-43da-4b37-9862-10b6051899e5.jpg b/images/456846c0-43da-4b37-9862-10b6051899e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fedc9c4c09357758749ec65d9117bb527ae2fea --- /dev/null +++ b/images/456846c0-43da-4b37-9862-10b6051899e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724269ebf5e89442eb41be13b97fbec2229e8225d55b6135e8b29ca006c0a91b +size 1870917 diff --git a/images/4568a879-f1ed-49e6-8bb3-a214b58eb23d.jpg b/images/4568a879-f1ed-49e6-8bb3-a214b58eb23d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b19fb4fdd327bbc659e794cab86f1b42d335f0a --- /dev/null +++ b/images/4568a879-f1ed-49e6-8bb3-a214b58eb23d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f6173984bfb66d15aac5a9aeb007d65836d4d4ea687e848aa7cdd3c2b68d54 +size 1744844 diff --git a/images/456b5651-d3e8-47d9-aea4-b75d51abdb9a.jpg b/images/456b5651-d3e8-47d9-aea4-b75d51abdb9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5081b2d1e04c35196c266a677536f998328ada10 --- /dev/null +++ b/images/456b5651-d3e8-47d9-aea4-b75d51abdb9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2665c089303a0fb56dd89800761607f3963b2e324ec468b85aa7b34d1a937582 +size 1815524 diff --git a/images/456ee1fe-cff8-42e5-ad20-d6b7afc4ed24.jpg b/images/456ee1fe-cff8-42e5-ad20-d6b7afc4ed24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46965cba2157a6a7229ea214f671a8687f69958c --- /dev/null +++ b/images/456ee1fe-cff8-42e5-ad20-d6b7afc4ed24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b97fc236a41fc469d3f06d185563d883e1bf0ab0706ed40eaeeaea673b53a91 +size 1746108 diff --git a/images/457418f3-0d83-42bc-86ba-16ac4628ae08.jpg b/images/457418f3-0d83-42bc-86ba-16ac4628ae08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d6841c994689856bab38a4a3a7b1f20b7193812 --- /dev/null +++ b/images/457418f3-0d83-42bc-86ba-16ac4628ae08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2246ec92ea8c8c56e0493bf9e02b336da4dd653b239c0670e2586b808b6ef8b1 +size 2329401 diff --git a/images/45762ab5-6504-45f2-a8a5-5a5e7e155aec.jpg b/images/45762ab5-6504-45f2-a8a5-5a5e7e155aec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ad122cf866e7eeee0a4f4e3fc6f27ea6fc50088 --- /dev/null +++ b/images/45762ab5-6504-45f2-a8a5-5a5e7e155aec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe3f01a1b94fbd8c9774634feeb1497b9c5ea5a7fc8c8e67523513b10d094a7 +size 1847516 diff --git a/images/45844665-16ed-40fd-a379-6d9766ec7ad5.jpg b/images/45844665-16ed-40fd-a379-6d9766ec7ad5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c809a09ced59d733da38908bef230d4fcbadda2d --- /dev/null +++ b/images/45844665-16ed-40fd-a379-6d9766ec7ad5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed943fa27f97243e669a9277951900426872f7b049cb6a09f3a36c3591a770f7 +size 1595638 diff --git a/images/458e6639-2e33-4249-92c7-452b308a4aab.jpg b/images/458e6639-2e33-4249-92c7-452b308a4aab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3be2b99946c26375a90799b3740fb2f6eb9aa944 --- /dev/null +++ b/images/458e6639-2e33-4249-92c7-452b308a4aab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522ea2dc956ee8a439b545cd94cbd8bd3e676763dd7c703a04ff800504a55c10 +size 1569445 diff --git a/images/458f8485-bf7f-412c-be35-fa86d646eaa1.jpg b/images/458f8485-bf7f-412c-be35-fa86d646eaa1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a477c59dfbaafa62679c727a03b6e2070bf1851 --- /dev/null +++ b/images/458f8485-bf7f-412c-be35-fa86d646eaa1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546febcaf8577dabf494187d271296b6da419ca01ebdf134caad497b66051096 +size 2629038 diff --git a/images/459090fc-8adf-4005-a5f4-bf710a6a884e.jpg b/images/459090fc-8adf-4005-a5f4-bf710a6a884e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d60cc186603b4f9afdd8244b7bab9899a05375 --- /dev/null +++ b/images/459090fc-8adf-4005-a5f4-bf710a6a884e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdbec85a4ce91162186a4264dcd5eb6a2f3c87aa3fa3aded092355a5153f0ad +size 1642020 diff --git a/images/4590c311-4b2e-4d6b-9a02-2c03a3980e04.jpg b/images/4590c311-4b2e-4d6b-9a02-2c03a3980e04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e48c6c0acec31f4321c872ea41000400d0ffaa20 --- /dev/null +++ b/images/4590c311-4b2e-4d6b-9a02-2c03a3980e04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b2743212b77de2d18f6ad489ede004c77c8f753fcbec419c832c944471be69 +size 1768749 diff --git a/images/4594df85-b37c-4387-8e3d-3b65e9eb9aaa.jpg b/images/4594df85-b37c-4387-8e3d-3b65e9eb9aaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d71b632be77a28f26f09003ed17e635d26e65b3 --- /dev/null +++ b/images/4594df85-b37c-4387-8e3d-3b65e9eb9aaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0bc3d4f1f4314eb770acdaf7ee0250632cb4868a2bfe446b739077800814a9 +size 1467206 diff --git a/images/4595521c-630e-4918-a722-972696186c0b.jpg b/images/4595521c-630e-4918-a722-972696186c0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0f23933f745d214effdb1ae543cc1d1d91e91eb --- /dev/null +++ b/images/4595521c-630e-4918-a722-972696186c0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3411ffe2606e2484b5f49c482bef972c1eb0baad37d0fa35c536eb369694fff6 +size 1657050 diff --git a/images/45a5e50e-7406-45f8-982c-94d139c3e5ce.jpg b/images/45a5e50e-7406-45f8-982c-94d139c3e5ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f6fc96738958c491fc9852da9dc472c808a2b7b --- /dev/null +++ b/images/45a5e50e-7406-45f8-982c-94d139c3e5ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3567fa2387ff7c618516adb479490675778555dea0db9f58010d1920c1678a44 +size 2527586 diff --git a/images/45a60f17-39d8-4d61-9317-b265177b43da.jpg b/images/45a60f17-39d8-4d61-9317-b265177b43da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19b9914d102df244db8737340c126b6271cf6f71 --- /dev/null +++ b/images/45a60f17-39d8-4d61-9317-b265177b43da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d8e2d372c7fdb0187704f3e5b42ebea4fd8198f320e90ed69eb06f4d0c64cb +size 1816301 diff --git a/images/45aa7ebc-4854-473d-9eb9-c4d96da5afc5.jpg b/images/45aa7ebc-4854-473d-9eb9-c4d96da5afc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2c24c9a728291670db300472b742572809bcf15 --- /dev/null +++ b/images/45aa7ebc-4854-473d-9eb9-c4d96da5afc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f60cff04c3d9958f144d664129ed18edca6f45e1d97f1e30002fc36e53664b7 +size 1424023 diff --git a/images/45b5f82d-8ada-4223-8768-f55478ae2558.jpg b/images/45b5f82d-8ada-4223-8768-f55478ae2558.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98d2e02dd527749028119001c27874f6e13b4c5a --- /dev/null +++ b/images/45b5f82d-8ada-4223-8768-f55478ae2558.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51980c229f78ad85507002f966910a0be9d753483bfbf812f35345edfe754bea +size 1362862 diff --git a/images/45bacc6c-d5dd-40ac-a3b2-54ca5b363e73.jpg b/images/45bacc6c-d5dd-40ac-a3b2-54ca5b363e73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a242d9323841d411789e318b296b6a0f22fea1a0 --- /dev/null +++ b/images/45bacc6c-d5dd-40ac-a3b2-54ca5b363e73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2d3b21f43a876e9b3adf25a563c43b49f1369600f5c0a82a8eb8f7c175a930 +size 1581049 diff --git a/images/45c8fa02-4f96-441b-9b08-f36de9fba95e.jpg b/images/45c8fa02-4f96-441b-9b08-f36de9fba95e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3a401cd7134ebf3cde84899a07c2302f17882fb --- /dev/null +++ b/images/45c8fa02-4f96-441b-9b08-f36de9fba95e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb75ba75a8fd99b8b23ad3d257373aa4b7cbb46ff9b91bdfcb053839fa11ed5 +size 1608004 diff --git a/images/45d4a1a9-6c60-4ff4-9791-7f8f13083501.jpg b/images/45d4a1a9-6c60-4ff4-9791-7f8f13083501.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c6ac61a95dd618d7ec4d06795eaa0a37f6c1f24 --- /dev/null +++ b/images/45d4a1a9-6c60-4ff4-9791-7f8f13083501.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedbd3e91bffb98c447fb4185e33c2fdd3735d3b588a4e26c0288708296be69f +size 2920004 diff --git a/images/45df2f12-57c7-4369-bb11-241cba3b5a11.jpg b/images/45df2f12-57c7-4369-bb11-241cba3b5a11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c300b5277eb9465c7842176c1b0e7c8a73ce9a23 --- /dev/null +++ b/images/45df2f12-57c7-4369-bb11-241cba3b5a11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd5817e13dd0389362bd5d7b8b366088106bbef4da74899b525cbfd79d348b4 +size 1146837 diff --git a/images/45e15428-f3a8-4bc9-bc06-bc2dcbb95642.jpg b/images/45e15428-f3a8-4bc9-bc06-bc2dcbb95642.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0937707db3b3e77eb6e1acc0c964c5f65a1a461e --- /dev/null +++ b/images/45e15428-f3a8-4bc9-bc06-bc2dcbb95642.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031cf82d5645d7b14e134fb6df24e53d242d9f16a28b34672013c4133e03e554 +size 2519156 diff --git a/images/45ee3294-b49a-448e-a105-cb766510d229.jpg b/images/45ee3294-b49a-448e-a105-cb766510d229.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc5322515a59491343451ee16883dcab786cfaa5 --- /dev/null +++ b/images/45ee3294-b49a-448e-a105-cb766510d229.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04b82a46bd5659def2088cd4d05345982b90871a36d779bdc339eb8e63234c1 +size 1530861 diff --git a/images/45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca.jpg b/images/45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e916708b013da97293320694f7b6545eb18e5f7 --- /dev/null +++ b/images/45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5afdd058cbbaace9eded4db82fb48bc348f966eb86f71da75fe9896ec009942 +size 1482473 diff --git a/images/461102fb-f11b-400c-a3e5-6c7b1b7f15b1.jpg b/images/461102fb-f11b-400c-a3e5-6c7b1b7f15b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a756aa115da4e167d1ecd664a98c97a034db144c --- /dev/null +++ b/images/461102fb-f11b-400c-a3e5-6c7b1b7f15b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e534c43f4efe36a96db1900ed90c40851ef31b9578e2e74b128f29ead7d3e91 +size 1434081 diff --git a/images/4611f873-9ba4-4e1d-801b-e732f618bb69.jpg b/images/4611f873-9ba4-4e1d-801b-e732f618bb69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..423cb3e366a0be8aa18ddbe29e3e2d6e2921cb84 --- /dev/null +++ b/images/4611f873-9ba4-4e1d-801b-e732f618bb69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acefab7b3b897bee0a10e833fdac6eb968f313f347ea8ce9b1cb9b7d7eacafef +size 1505269 diff --git a/images/46185d31-3de1-4819-9132-c7ec782ab508.jpg b/images/46185d31-3de1-4819-9132-c7ec782ab508.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c229f48701b641e827cb66494b2ec15e33df16c --- /dev/null +++ b/images/46185d31-3de1-4819-9132-c7ec782ab508.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09374c404f8504dfcb6877e1a5c9aff69de8528b1a8202b768988750200fd87 +size 1307890 diff --git a/images/462ad7e6-0fff-4751-af3e-c7dcd71fd8b0.jpg b/images/462ad7e6-0fff-4751-af3e-c7dcd71fd8b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c45aa377c35d2700f363bdb548f4b6667c401687 --- /dev/null +++ b/images/462ad7e6-0fff-4751-af3e-c7dcd71fd8b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b83d9b20ac35ba4eea3bc9815f6ebdf2303c6fabc9a813cbaaaab165b48ba7 +size 1582958 diff --git a/images/462ff4aa-48ec-4325-a89f-1b79fcec3ff8.jpg b/images/462ff4aa-48ec-4325-a89f-1b79fcec3ff8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd7df0eef64f09d9cd41aa84d00499bc64ab7575 --- /dev/null +++ b/images/462ff4aa-48ec-4325-a89f-1b79fcec3ff8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6caf3595ae6562c8a0e52832e8298da8c9bc5a52aad14eaeefee5ea1e08634 +size 1488012 diff --git a/images/463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7.jpg b/images/463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52e5464c0cb62849575c216f117aeddf86fca5de --- /dev/null +++ b/images/463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0f5eaae960c3a840493fb6d3ad09d36437f54ae7672a750bdcf63ed9416659 +size 1878458 diff --git a/images/4646c040-cb1f-46c8-8afd-6c9e8d87de6d.jpg b/images/4646c040-cb1f-46c8-8afd-6c9e8d87de6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d109fd32a23aaabb2fe386a29d494eaaeb068c6 --- /dev/null +++ b/images/4646c040-cb1f-46c8-8afd-6c9e8d87de6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f13a12ac9bd2d726a4a9af56d0824fdd39ee552fdec8a9f0a3ac865e60080b +size 1651725 diff --git a/images/464c7134-cbf2-4472-87db-71683ee520be.jpg b/images/464c7134-cbf2-4472-87db-71683ee520be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30b746c43ee48992ad45439bb529f89de007a7ac --- /dev/null +++ b/images/464c7134-cbf2-4472-87db-71683ee520be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c1b72fde40742daf9e23a3c3a64bc8cecddd9b945edc1d1c2e23ffe1659ad8 +size 1280636 diff --git a/images/4650569f-ba03-4433-a93d-3e1c8bfdf900.jpg b/images/4650569f-ba03-4433-a93d-3e1c8bfdf900.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b35f1d20ede8dbd2dd060f0aa3bd9f6e73fefe1d --- /dev/null +++ b/images/4650569f-ba03-4433-a93d-3e1c8bfdf900.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30bf92ca4011f1e363030604213581090c684f6e6ff821aed26d20e361a7afe +size 1676018 diff --git a/images/465f4df6-8848-4726-a151-f48edc63510e.jpg b/images/465f4df6-8848-4726-a151-f48edc63510e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ca8794071ab5acc262ccc250418b1cd76f9aa9b --- /dev/null +++ b/images/465f4df6-8848-4726-a151-f48edc63510e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd2f7e7083c87ec222350286df0fe77f4926de47e1f24e3af1c92d7db763044 +size 1571710 diff --git a/images/4660209b-b9b9-44ba-b66a-39f2e765de09.jpg b/images/4660209b-b9b9-44ba-b66a-39f2e765de09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..626f6b186b82213ba3d2dad09aa29f6a1ad50150 --- /dev/null +++ b/images/4660209b-b9b9-44ba-b66a-39f2e765de09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5717d786d90d4b24a2678e07663932ebed5c2c9d3f8ace6c11127f19f638c05 +size 1584772 diff --git a/images/4670cbe7-50ce-438e-bb58-ec6208f11bf6.jpg b/images/4670cbe7-50ce-438e-bb58-ec6208f11bf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d628de1ee79aafba1243fc809a63f63e62d683c --- /dev/null +++ b/images/4670cbe7-50ce-438e-bb58-ec6208f11bf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa8117a2c352e192c9e616b7d4a2b9911462f0e4d488b4b2ecd416e340dc667 +size 1709038 diff --git a/images/4671fb72-738d-4e9e-84ca-ba5cd22603ac.jpg b/images/4671fb72-738d-4e9e-84ca-ba5cd22603ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ab63d05b4eff5ff10857501e133b6a02cf2ebf3 --- /dev/null +++ b/images/4671fb72-738d-4e9e-84ca-ba5cd22603ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace56b49ae0a99baf9696b97ac4077335b78c3aaec1a6b8960228ba5fabf2c9c +size 1090087 diff --git a/images/467f9ac9-594a-4841-abf0-482f22bdd2b2.jpg b/images/467f9ac9-594a-4841-abf0-482f22bdd2b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621c5b468cd270eb75190c5fddb504a61e44cc5b --- /dev/null +++ b/images/467f9ac9-594a-4841-abf0-482f22bdd2b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bbdc6a26868d35911d2d18b852381e340c0cc43c292a81caed675e9d445cd7 +size 1429946 diff --git a/images/4683dd7a-d9bf-4260-99f8-4793429e659c.jpg b/images/4683dd7a-d9bf-4260-99f8-4793429e659c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93c883acb9d48b65fa240e3e39ba3887ff725b95 --- /dev/null +++ b/images/4683dd7a-d9bf-4260-99f8-4793429e659c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da420f2580239949862a9d3369aadc3416df32cc1098363be9d605c9f84d3cc8 +size 1692282 diff --git a/images/469001ad-306e-4c07-896b-9dceb4e5c954.jpg b/images/469001ad-306e-4c07-896b-9dceb4e5c954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91a9ab2ed2c41b254bc8360af846b8d44c19aab9 --- /dev/null +++ b/images/469001ad-306e-4c07-896b-9dceb4e5c954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d851b0461dc5363517ec6df2f1a42b4fd29196c6cc3654e1d6da3fc77591efbc +size 1314632 diff --git a/images/4691f4b1-b957-4e9f-96dc-696653892ab9.jpg b/images/4691f4b1-b957-4e9f-96dc-696653892ab9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95ba661772588b020d2e074ff904b37ea24c91bd --- /dev/null +++ b/images/4691f4b1-b957-4e9f-96dc-696653892ab9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33404bf313e6d604428587c744b3bc062fce9f9bfde39f2b7d8d7066d034b22d +size 2368492 diff --git a/images/469c0aa9-f4d5-4d00-a967-d2d49585e333.jpg b/images/469c0aa9-f4d5-4d00-a967-d2d49585e333.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cf450ebcbef3ac965c782f5c4c8ac64bf69409c --- /dev/null +++ b/images/469c0aa9-f4d5-4d00-a967-d2d49585e333.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae6abc329fe0bba455f312008ffaf03e56e986bbbed35e1c9d7b554a9d5feda +size 1117435 diff --git a/images/46a79169-7217-4da7-bfde-9e207d10f5b3.jpg b/images/46a79169-7217-4da7-bfde-9e207d10f5b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60acbbbdae77780cabfe241269b1bb47ec34cc0d --- /dev/null +++ b/images/46a79169-7217-4da7-bfde-9e207d10f5b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4612a426486861740b3c887ba7f070c3dee20a3c1adecef63284aaf60c772119 +size 1671002 diff --git a/images/46a8e8a8-580f-4246-a85c-66f7c2a54bab.jpg b/images/46a8e8a8-580f-4246-a85c-66f7c2a54bab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f0b88172a36978665a6869c633be058c784dba6 --- /dev/null +++ b/images/46a8e8a8-580f-4246-a85c-66f7c2a54bab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ec7753b2d0c698c3a8677554559ab7c1b918c49ee6ca34f9edf1af636c59d9 +size 1625769 diff --git a/images/46b04e73-6b97-499d-8b15-8832b8b0ee72.jpg b/images/46b04e73-6b97-499d-8b15-8832b8b0ee72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6d976ab59703f30c6d2201bb77a7c6b83939e52 --- /dev/null +++ b/images/46b04e73-6b97-499d-8b15-8832b8b0ee72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3652322eb7440f8d73a57cf60b1727d58319d623a9f9b71755072d67028e968 +size 1455000 diff --git a/images/46b6d0bd-ce77-4981-b37e-47a20a3a4a46.jpg b/images/46b6d0bd-ce77-4981-b37e-47a20a3a4a46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3e897d92cc03767afa8fe8750d3abeda1feb20f --- /dev/null +++ b/images/46b6d0bd-ce77-4981-b37e-47a20a3a4a46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e834078faddf7493a47a4191182dfc82c82398c02ad3a5ba44dcbe51bbb75eb +size 1471075 diff --git a/images/46bd4242-b02e-48be-afc7-fb09d6c63205.jpg b/images/46bd4242-b02e-48be-afc7-fb09d6c63205.jpg new file mode 100644 index 0000000000000000000000000000000000000000..431d9bc7a4e58835a1da692b57f8467318b03c76 --- /dev/null +++ b/images/46bd4242-b02e-48be-afc7-fb09d6c63205.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c093ad2e28ab62e1a3761775dbe46538b39e37f14d8c5653ccc749f8e1802b +size 1529934 diff --git a/images/46bd6821-715d-44c8-8746-06a44e6c0857.jpg b/images/46bd6821-715d-44c8-8746-06a44e6c0857.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba395b071831ac27b17fc925393b83948e26b048 --- /dev/null +++ b/images/46bd6821-715d-44c8-8746-06a44e6c0857.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faab5599c2414204fa49f8e1777d7f4e3a6b4792bc29f4095cae1cf7a006007b +size 1787442 diff --git a/images/46bfe299-baf6-4e66-bfc5-c5b94463d624.jpg b/images/46bfe299-baf6-4e66-bfc5-c5b94463d624.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85758f914dc11850a3ee281e0862e02b7cf3b716 --- /dev/null +++ b/images/46bfe299-baf6-4e66-bfc5-c5b94463d624.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430fa0a8cb87492fc2e64c730c1ae64029ce4110042400f3b62eacb54ff7c2f8 +size 1572451 diff --git a/images/46c4c6e3-6eb9-4af6-988c-7ee4dae10966.jpg b/images/46c4c6e3-6eb9-4af6-988c-7ee4dae10966.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd2245fc12eaa7e451b2315c3ef0f12bfab356fa --- /dev/null +++ b/images/46c4c6e3-6eb9-4af6-988c-7ee4dae10966.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b924f01b9db7bb53e3132858a2e4ad20d529d335e12a933b0063596643de66ce +size 1226183 diff --git a/images/46cf6412-43c9-44e3-8d5d-cb54ac5950e8.jpg b/images/46cf6412-43c9-44e3-8d5d-cb54ac5950e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1a751ed88d510ad7770bea1e60ee11d4356484d --- /dev/null +++ b/images/46cf6412-43c9-44e3-8d5d-cb54ac5950e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385ceb5f038976107fe69c4229cbc6872e970da4b4e5122c17307ec32457466c +size 2733903 diff --git a/images/46d6c359-4ecc-48eb-ab4e-d5aef121542e.jpg b/images/46d6c359-4ecc-48eb-ab4e-d5aef121542e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..460c87d97ebeb9d0c6d9f80c648580727a9846d4 --- /dev/null +++ b/images/46d6c359-4ecc-48eb-ab4e-d5aef121542e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720053ef0ebdaa8bdb9663eed1c02545dde03febf790d441c4cab33850bb1253 +size 3006800 diff --git a/images/46e24e57-79c1-4d88-831e-6c211238b574.jpg b/images/46e24e57-79c1-4d88-831e-6c211238b574.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fca53b44ca67fcbb71b17df2b72c683ad164c6c2 --- /dev/null +++ b/images/46e24e57-79c1-4d88-831e-6c211238b574.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d00d8d5fa9ef50622887448e47ffaf345c2f7341f8d9a51aa95345b8378440 +size 1350251 diff --git a/images/46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01.jpg b/images/46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6133b2ed074c3ea5f5782ab439127c6277e06177 --- /dev/null +++ b/images/46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc4063deeacbb4f4e00a3163fd793da50aa468e8b20b44a3de5116db6467e60 +size 1857159 diff --git a/images/46e6b330-62d3-4d58-b7fb-177255f431a2.jpg b/images/46e6b330-62d3-4d58-b7fb-177255f431a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c3a6d2c9dd30c023ec6f9511a5e893bff35edfc --- /dev/null +++ b/images/46e6b330-62d3-4d58-b7fb-177255f431a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31555c7827c4ca186a4fabf88f5e3a7129be93404d6aa81fb3e9bdcb2443e083 +size 1749531 diff --git a/images/46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08.jpg b/images/46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..080ea44f2fa98fdc5efd7dbc6e99d2351b395a61 --- /dev/null +++ b/images/46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75179c935f5d615424dbd7a7a866fcc70aecd10e1cadafdda778d2fc4eb983b +size 1521488 diff --git a/images/46f75b05-b1be-44e8-a23e-b962cd3c88ef.jpg b/images/46f75b05-b1be-44e8-a23e-b962cd3c88ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1451c04c0b718328968d744112ffcb25f97199b1 --- /dev/null +++ b/images/46f75b05-b1be-44e8-a23e-b962cd3c88ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6594ec1bd88503b50eb3ae7a9dc2388e39d1de622a124aa201bcf679fca34bab +size 1718699 diff --git a/images/46f97a24-de51-4ae1-8f55-24c93249d12c.jpg b/images/46f97a24-de51-4ae1-8f55-24c93249d12c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b91417777e3cf9f20549d0bdbbcd7620e279bacb --- /dev/null +++ b/images/46f97a24-de51-4ae1-8f55-24c93249d12c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c5069b20508a36b03a676c7ec86f9235da6727a679b3dfa1c3d9a82b1f87d2 +size 1336111 diff --git a/images/46fc4095-300d-4a1a-97f5-47657dbf9c80.jpg b/images/46fc4095-300d-4a1a-97f5-47657dbf9c80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59b126c4de1e95f94d29d871365758e78c74a380 --- /dev/null +++ b/images/46fc4095-300d-4a1a-97f5-47657dbf9c80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62205a9aff6e8591dda40a3808e7a13b23876ed781dfb1b1df637007e2122ab0 +size 1658678 diff --git a/images/46fd9a10-0b43-4444-a936-ec0d21b3223d.jpg b/images/46fd9a10-0b43-4444-a936-ec0d21b3223d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbac505a19a712b9e69ee7983ada507c5d1b9a19 --- /dev/null +++ b/images/46fd9a10-0b43-4444-a936-ec0d21b3223d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611817e8104a83b95b3170ded1f7b820d6b2792c5028ac4f65519dd86d7b5b73 +size 1319192 diff --git a/images/46fdf81c-f22b-470c-91ea-8be2e2a1dc59.jpg b/images/46fdf81c-f22b-470c-91ea-8be2e2a1dc59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76d855baff1487b5ff8f6ce3beb34ba98a7bd384 --- /dev/null +++ b/images/46fdf81c-f22b-470c-91ea-8be2e2a1dc59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62652bfbe7f8aab03a297b51cf5258314f46df60fa19623cc455b3a093382d47 +size 1210857 diff --git a/images/47056442-4aac-48e1-96e9-4e6bca448e0d.jpg b/images/47056442-4aac-48e1-96e9-4e6bca448e0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dabd3aefcf1dbd5e91f89ac789379690b6b67c0 --- /dev/null +++ b/images/47056442-4aac-48e1-96e9-4e6bca448e0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede4339b511853fa5db0f2c195777d33e6c6df2b1997d470ae8e19519e5f609b +size 1688194 diff --git a/images/472eeb48-a844-41e3-aa1e-5f1d93453ccf.jpg b/images/472eeb48-a844-41e3-aa1e-5f1d93453ccf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b45874060272fbe65362a5e21b2be7196973be5 --- /dev/null +++ b/images/472eeb48-a844-41e3-aa1e-5f1d93453ccf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781060a91ad2aa5795be70aa0347356c725129cb7e0b0b75dd9c46abf83346d9 +size 1582548 diff --git a/images/47382d4c-4578-48a2-92f4-8ed015bfbd63.jpg b/images/47382d4c-4578-48a2-92f4-8ed015bfbd63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..558d63b0ed47378439a08acb535a1a8a05a0f44d --- /dev/null +++ b/images/47382d4c-4578-48a2-92f4-8ed015bfbd63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679d9fe2a51cf8a34ea4d92ff76961c2efc98b9e92aab2bdecab91495e20895a +size 1606957 diff --git a/images/47402054-f306-43c1-9874-7165bcf94cff.jpg b/images/47402054-f306-43c1-9874-7165bcf94cff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6dea18fd92a2b75dd171ea46d96bf1728e9fd27 --- /dev/null +++ b/images/47402054-f306-43c1-9874-7165bcf94cff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15964de1780bcd5a81ae9e6b756e2ebed8fa972c8faa0dd97746b86eb0491661 +size 3093663 diff --git a/images/474466a7-e4af-4ee6-a53d-f3f7e48e2c8c.jpg b/images/474466a7-e4af-4ee6-a53d-f3f7e48e2c8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebbad03f566e8313f76c751d318be0b5c6b5c44c --- /dev/null +++ b/images/474466a7-e4af-4ee6-a53d-f3f7e48e2c8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205678310b31cf14de85c80051c208ceefbc2cf7d850e6ec35c7109fa0d0f87e +size 1516201 diff --git a/images/47598afc-7885-4668-b2b0-38ec6e81edae.jpg b/images/47598afc-7885-4668-b2b0-38ec6e81edae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba30b32a48c977c2c4b3228aea51ffe7bae57e35 --- /dev/null +++ b/images/47598afc-7885-4668-b2b0-38ec6e81edae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d65b2b3646e693d0537f7764c7e6b9bc9ecda5c1055de709180d146aad12b3 +size 2428598 diff --git a/images/4761a2fe-5369-4a78-bd5c-ad250896a8a5.jpg b/images/4761a2fe-5369-4a78-bd5c-ad250896a8a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10e7e9707f227e439fd9d30f47a17e675767e9f6 --- /dev/null +++ b/images/4761a2fe-5369-4a78-bd5c-ad250896a8a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e7cd90f8dc95e3bc2d6d52f5c80f932d10e423f49e49db1b0d113e4ea6ab86 +size 2202241 diff --git a/images/476aaa70-54fd-4988-a1a4-062a99843fbb.jpg b/images/476aaa70-54fd-4988-a1a4-062a99843fbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53ab790f07a533ae28896fbeb5e5cd4d7dd698da --- /dev/null +++ b/images/476aaa70-54fd-4988-a1a4-062a99843fbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01d091eb4c0639db012202c699661099ec984626aa93233b62cfcf147a81df9 +size 2105781 diff --git a/images/476cd461-1e01-4f2b-a0e9-54fc10611ce5.jpg b/images/476cd461-1e01-4f2b-a0e9-54fc10611ce5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bab2411df1e98e72a0506b9f4185cb57d7024fbe --- /dev/null +++ b/images/476cd461-1e01-4f2b-a0e9-54fc10611ce5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c01fff1ea1e9bca3b2ded632fd48e1a6498e63c98b0dd042984986e87c7165 +size 1118954 diff --git a/images/4772ecca-05e0-430d-b942-d4e0e0322388.jpg b/images/4772ecca-05e0-430d-b942-d4e0e0322388.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baea55f1b47fd760657122ef755993d4e6716895 --- /dev/null +++ b/images/4772ecca-05e0-430d-b942-d4e0e0322388.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f331a2d1a836b29b65347b9a50e394f3787ceb6460bc1b142a5140f2a42932 +size 1602255 diff --git a/images/4775bfda-7381-45ce-a6cd-5977a25848a0.jpg b/images/4775bfda-7381-45ce-a6cd-5977a25848a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6d22cde4b26311a53674c7b60ca644b0b4d0936 --- /dev/null +++ b/images/4775bfda-7381-45ce-a6cd-5977a25848a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a18bab7b5af2490d90a0ed198ff378260d70eab39c1981dc4312e6e635543a5 +size 1388739 diff --git a/images/47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33.jpg b/images/47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c673c330f3230daecb8ce896f4430fc5ca7b2a1 --- /dev/null +++ b/images/47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754c7cd676500bfb3141ab6117a38738f86ac96c2510181103fe067bd118428 +size 1594174 diff --git a/images/477eb3c5-e461-4b09-8212-ead7f2b792d7.jpg b/images/477eb3c5-e461-4b09-8212-ead7f2b792d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7df170e741a7c901b5b9d6e8650ef1cf1ee7a8a --- /dev/null +++ b/images/477eb3c5-e461-4b09-8212-ead7f2b792d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d5551dc0db48ab333e87de5847a719c200212549611b22bed545876e6427fc +size 1823780 diff --git a/images/4781f5d3-00dd-497d-9df5-e8cc6269d25d.jpg b/images/4781f5d3-00dd-497d-9df5-e8cc6269d25d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..951bbd3a63b3f85c6e8afd45ff230b965d42847b --- /dev/null +++ b/images/4781f5d3-00dd-497d-9df5-e8cc6269d25d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2455c43880e84256068168deca05720853abd26d40444233ef8ee2a9a014e1fb +size 1002448 diff --git a/images/47a4c01f-63b8-4d92-a6dd-97fb361db2bb.jpg b/images/47a4c01f-63b8-4d92-a6dd-97fb361db2bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d823d9c7702f003f26720f2504443948463b19c0 --- /dev/null +++ b/images/47a4c01f-63b8-4d92-a6dd-97fb361db2bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dafcce0fecfb083c789425ced222c76ccad62eb415b9415e7ad9149bdece6bd +size 1672280 diff --git a/images/47acfcb2-7b0c-4f2f-b0b9-c2621eab482f.jpg b/images/47acfcb2-7b0c-4f2f-b0b9-c2621eab482f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1f2a6eb4f31946d799366213d3c599f3d1917c7 --- /dev/null +++ b/images/47acfcb2-7b0c-4f2f-b0b9-c2621eab482f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a6686c454c1d9f09044f427a42d199beceb018d1a2df55480dd62182a63d73 +size 1698090 diff --git a/images/47ad4ec8-5b86-45eb-a31d-3c8192e506bf.jpg b/images/47ad4ec8-5b86-45eb-a31d-3c8192e506bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08963eeaf51bacc53aa1cab0fd086b3e5765800e --- /dev/null +++ b/images/47ad4ec8-5b86-45eb-a31d-3c8192e506bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137e5e7bf38c6833508bec3996c855b6113092e6097d5d9410d3bb3fa90019ba +size 2720417 diff --git a/images/47b1e086-2464-4418-81ab-324e3228d423.jpg b/images/47b1e086-2464-4418-81ab-324e3228d423.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e7eab596f367ed416ab3181e1473b454faeedec --- /dev/null +++ b/images/47b1e086-2464-4418-81ab-324e3228d423.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6b25945fe0fdb177b2f79fa900a5799b763c97cc56d812506a8421090556b7 +size 1426659 diff --git a/images/47b777a3-cba1-4fa8-a985-7588df826297.jpg b/images/47b777a3-cba1-4fa8-a985-7588df826297.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b7ea92b649160c20df511e481e91e33fb4349b4 --- /dev/null +++ b/images/47b777a3-cba1-4fa8-a985-7588df826297.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12b718fee9694eb23cc5d47f6778719d79857bb40d725d356fe77a9d247fe3d +size 1556540 diff --git a/images/47c5e31f-0674-4500-94e7-ccb4d6380e17.jpg b/images/47c5e31f-0674-4500-94e7-ccb4d6380e17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24a1b6adbad8af0c36b2309a4962e7d3fdf9e0a8 --- /dev/null +++ b/images/47c5e31f-0674-4500-94e7-ccb4d6380e17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e7921434c7843a448faf694d9b407257f2b86e0a7aefd46835fca68d4c0e08 +size 1572337 diff --git a/images/47c8317c-01c3-4efc-92e6-b897f8aec423.jpg b/images/47c8317c-01c3-4efc-92e6-b897f8aec423.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8914a2424cee15f7fd804ff537d034d3d861a668 --- /dev/null +++ b/images/47c8317c-01c3-4efc-92e6-b897f8aec423.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f417ea1136c7941f2fdf87b8f2e3a76e8cef8b1f6dbe4c1677720b2bbf56ff15 +size 1667595 diff --git a/images/47cd88b7-cbad-44a5-b8fc-ab90ccd586fb.jpg b/images/47cd88b7-cbad-44a5-b8fc-ab90ccd586fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..428714d6daaeea8631940bb112763e4f6e7b65d3 --- /dev/null +++ b/images/47cd88b7-cbad-44a5-b8fc-ab90ccd586fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbc9006298728ed967ab74c9d18bb5779107cd93a28b267f0518fc4abd2c378 +size 1438550 diff --git a/images/47d6e439-7687-4e69-9434-67a2f61a352a.jpg b/images/47d6e439-7687-4e69-9434-67a2f61a352a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d97491e247650f891d6c2a847e72fee4ad1b3c0f --- /dev/null +++ b/images/47d6e439-7687-4e69-9434-67a2f61a352a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334770aaef4260a7c2b11e670c244efaffacec343387a2328a2fcbc09c6a5bdf +size 1586320 diff --git a/images/47eaee67-73e3-4e5c-af17-587eef53af19.jpg b/images/47eaee67-73e3-4e5c-af17-587eef53af19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6904e51f7eed0e3e0930163ae80d22dbfe3fd91 --- /dev/null +++ b/images/47eaee67-73e3-4e5c-af17-587eef53af19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edfd9a223fcc39ef80b038ff8c8a85095be98c557ab7a6cc5e67ca4ceab7c4a +size 1676075 diff --git a/images/47f8512a-af31-4961-b72c-6427ed6c409e.jpg b/images/47f8512a-af31-4961-b72c-6427ed6c409e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7458ef936a395b68a32501c52dee6cae70b5f87c --- /dev/null +++ b/images/47f8512a-af31-4961-b72c-6427ed6c409e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7cd8760474d8e8820410638343d1e851ee818ae3cca6bf2505f0446de11ba8 +size 2970675 diff --git a/images/47fe353a-8de1-4f9d-97c3-953d736c8429.jpg b/images/47fe353a-8de1-4f9d-97c3-953d736c8429.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9d7edcbb0fdd0e10467a4b69943a90022c88aae --- /dev/null +++ b/images/47fe353a-8de1-4f9d-97c3-953d736c8429.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc0e845414681567cc5d549e23c89c4cffca55be6c7bfb1f66abb0260e11046 +size 1260867 diff --git a/images/4803f711-6895-4cf0-8d89-307e677a3d64.jpg b/images/4803f711-6895-4cf0-8d89-307e677a3d64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c42e49087854416945bbf6daf8575e46c12c3a28 --- /dev/null +++ b/images/4803f711-6895-4cf0-8d89-307e677a3d64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd00cfbebea4a04b4e03c0b311e61edb110adc10782cc75bf4900c1508536881 +size 1480918 diff --git a/images/4807ee87-5ac6-4141-8815-f1fc222b1f50.jpg b/images/4807ee87-5ac6-4141-8815-f1fc222b1f50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4edac530e001125b1e6140a0d44d087791ca0e5a --- /dev/null +++ b/images/4807ee87-5ac6-4141-8815-f1fc222b1f50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388469cf278a97449e9632ebec95f2d3ef2229d3ef31379af83059458d83f54b +size 1478868 diff --git a/images/480d7361-c123-48e6-87ce-5467a25e6f61.jpg b/images/480d7361-c123-48e6-87ce-5467a25e6f61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9058e61e23c4985b7376fbc03b36d46293be8e7b --- /dev/null +++ b/images/480d7361-c123-48e6-87ce-5467a25e6f61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb80cc803c7cb2163aa7cf5137f737a792c9ce92e828cf14ebd8169a9157b77c +size 1829967 diff --git a/images/4822161c-0195-44af-94b5-f808a65149d9.jpg b/images/4822161c-0195-44af-94b5-f808a65149d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96963adaa971266691b67cae72b3c7fe5f02c3c9 --- /dev/null +++ b/images/4822161c-0195-44af-94b5-f808a65149d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a323785e2c6214c34502d890183ca42d76f51d9de112ff1e13b1cdd139fd9ebf +size 1496275 diff --git a/images/48253334-3c09-48d8-b896-db47c6d9d70c.jpg b/images/48253334-3c09-48d8-b896-db47c6d9d70c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87b37524f48ce609a4a9e6c38d4e74c41842d6e4 --- /dev/null +++ b/images/48253334-3c09-48d8-b896-db47c6d9d70c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3962a510baf20ab2d27bf2b55be937266b794597be1fb1ce32be73fe4e0ad9b +size 1455958 diff --git a/images/4825ed00-8a05-4861-82f0-104cc1e52eed.jpg b/images/4825ed00-8a05-4861-82f0-104cc1e52eed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..249cbdf84ef6a8fd851cb2673e2b9f9705e6242b --- /dev/null +++ b/images/4825ed00-8a05-4861-82f0-104cc1e52eed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aee7e6b8823d0e8cf5c8c79b5a6aa2aceb7b1c1e444e24860a4d0d9aa35bd53 +size 1363945 diff --git a/images/4828f15a-6095-45a4-82eb-1485d479a9ee.jpg b/images/4828f15a-6095-45a4-82eb-1485d479a9ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a89131adfce75b055c4246494be54c63f39ca8b --- /dev/null +++ b/images/4828f15a-6095-45a4-82eb-1485d479a9ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b6f5d9f5b0427df0a01a506ebbfc34e368cc4b69871d8ebad872ec55e78586 +size 1619385 diff --git a/images/482b3190-daa1-4d7d-819b-96f204b1bc85.jpg b/images/482b3190-daa1-4d7d-819b-96f204b1bc85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f18bf101068f0f208665c1dd0772ace4bd668e2 --- /dev/null +++ b/images/482b3190-daa1-4d7d-819b-96f204b1bc85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae6c62f1c1bb52eb873191816194c24734581562fdb46c18ec7e1db2cd3c17 +size 1975529 diff --git a/images/483a8149-1c15-4908-92ad-f8a5aa73e69f.jpg b/images/483a8149-1c15-4908-92ad-f8a5aa73e69f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee3e63644dfd1567af69acfe35fb5552fa1748e7 --- /dev/null +++ b/images/483a8149-1c15-4908-92ad-f8a5aa73e69f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16646050a58269c5258265d0caeff797ff4939061b74ae717d3c62fca55f8b9f +size 1343746 diff --git a/images/483b8e60-2db6-45b2-94d4-9f48420dcd63.jpg b/images/483b8e60-2db6-45b2-94d4-9f48420dcd63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68872b09aea642299f2752e7c9d22647a7090ca4 --- /dev/null +++ b/images/483b8e60-2db6-45b2-94d4-9f48420dcd63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402192e18b91d1afbee1d4750101d3420d92732c1ae795a2eee83f66c380a5ff +size 1453520 diff --git a/images/483edd19-7d70-4fdc-b789-f9d91e3257fc.jpg b/images/483edd19-7d70-4fdc-b789-f9d91e3257fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f25b3d6c8df97f2948be694896df49797acf8ad4 --- /dev/null +++ b/images/483edd19-7d70-4fdc-b789-f9d91e3257fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485f901ebba6ac37d26f2d3e9721e4ff133858ac5fc442dfe1a62e1949fbf16c +size 1913110 diff --git a/images/484116c0-8d33-4979-b823-16e033a500f5.jpg b/images/484116c0-8d33-4979-b823-16e033a500f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6893f3f5a68012214a0b3106cb8fc8664dd59db0 --- /dev/null +++ b/images/484116c0-8d33-4979-b823-16e033a500f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7a3950deb58edcf04f0b6863b24b316575b143fdef6d6e54c66d6125350648 +size 1613639 diff --git a/images/48448082-56fd-4a6c-875b-0af41614f23a.jpg b/images/48448082-56fd-4a6c-875b-0af41614f23a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87686d174d2a92a1fe9558e56edcf608622abc41 --- /dev/null +++ b/images/48448082-56fd-4a6c-875b-0af41614f23a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb41a6f1096ea60d8ed72fd44b4b47205b1892a175e052d86e674e206fbfd927 +size 2469296 diff --git a/images/4850208a-b640-4559-afdc-b38345d69e8b.jpg b/images/4850208a-b640-4559-afdc-b38345d69e8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f9ee1005b856711d8843df1168bc6f2b2cecb28 --- /dev/null +++ b/images/4850208a-b640-4559-afdc-b38345d69e8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf77cf7aeb761b11b9236376b6fc7d295f5499afccdfae04f3fe36a8d72bea85 +size 2520546 diff --git a/images/4858a3b6-c14b-413c-8c49-70294c0d577f.jpg b/images/4858a3b6-c14b-413c-8c49-70294c0d577f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..645a7d6119da31163ba1750fac00a4ed38348390 --- /dev/null +++ b/images/4858a3b6-c14b-413c-8c49-70294c0d577f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b6a3b9e6e857f30f2b50a3f9129e02c596743869cd64771006b42cbc0e6f05 +size 1397751 diff --git a/images/485e8ad8-101f-4628-b666-c98199305264.jpg b/images/485e8ad8-101f-4628-b666-c98199305264.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8607a414b8ac26b231c7e4a15bce4544c829a711 --- /dev/null +++ b/images/485e8ad8-101f-4628-b666-c98199305264.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ca5c4b342ce601a257f70224447e754c53c8756993856b8130ed6983f5f036 +size 1969921 diff --git a/images/4865ebb7-3d3b-4211-80e1-e392a7b09e9d.jpg b/images/4865ebb7-3d3b-4211-80e1-e392a7b09e9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d625b67006f44ee089c0c6eaa30639057454eef --- /dev/null +++ b/images/4865ebb7-3d3b-4211-80e1-e392a7b09e9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462ba4f4534bc7da3c8467138702a90fe84d4029a305dde348b989360f1aaf83 +size 1612812 diff --git a/images/4868769a-87a8-4181-b855-960f8ff4f3eb.jpg b/images/4868769a-87a8-4181-b855-960f8ff4f3eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11d3626c304727fdac37629b648b15d90839039d --- /dev/null +++ b/images/4868769a-87a8-4181-b855-960f8ff4f3eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216b6e0b572b0b6b42d2a3562c97856ba42909589e3354a00c497f8155bba9c4 +size 1942974 diff --git a/images/486d5263-e5ec-4521-9aed-add8e39a3a47.jpg b/images/486d5263-e5ec-4521-9aed-add8e39a3a47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c79e7d8c97ca63f8d1a4bb1804736befc7a7a2ec --- /dev/null +++ b/images/486d5263-e5ec-4521-9aed-add8e39a3a47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d244299c55a6ef47c2de4ea8416e8bd35734812ae87395872ce25e05644b08c7 +size 1379442 diff --git a/images/486f4f6d-e42a-4ca2-867f-6444d502176b.jpg b/images/486f4f6d-e42a-4ca2-867f-6444d502176b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad4861d29fb5361b0cf95f06c326bf226ad591d1 --- /dev/null +++ b/images/486f4f6d-e42a-4ca2-867f-6444d502176b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5bb1e18637b69f93c922b41c2db81f09e6e79cb1621b0a6fe191071f21105a +size 1597312 diff --git a/images/48833bf0-5420-4837-8f00-4b153b581ba6.jpg b/images/48833bf0-5420-4837-8f00-4b153b581ba6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be22c432a3377d2df7ca223727093946b05b1a05 --- /dev/null +++ b/images/48833bf0-5420-4837-8f00-4b153b581ba6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c410bb46aa4ca7b1b91a9c6d72413a42e9d450e3ecc21918185d8510c80e58d1 +size 1623367 diff --git a/images/4886c71b-4472-487a-8860-194d5fabbe84.jpg b/images/4886c71b-4472-487a-8860-194d5fabbe84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..524ab44cd2e9890f639b819807ba90197d854803 --- /dev/null +++ b/images/4886c71b-4472-487a-8860-194d5fabbe84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae38c02504bf1eed1fe510be9cfe9053ec10e9202c189265a099df26518e68b +size 1938027 diff --git a/images/488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9.jpg b/images/488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33e088e1966b590a9cafd5dda089e785b2500a9c --- /dev/null +++ b/images/488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e088f1a45fc564624027666216bc8610fbf8e1fb5cf9d9db73e5149c80dbe2a +size 1726206 diff --git a/images/4896ba2d-2deb-4f1a-a926-1f21ddf1c22c.jpg b/images/4896ba2d-2deb-4f1a-a926-1f21ddf1c22c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d153bcaba58e288c5eb1748e83eee514a31c56d --- /dev/null +++ b/images/4896ba2d-2deb-4f1a-a926-1f21ddf1c22c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70188208dde31b05ca911e0e34b221f1c380a66f6d48c2a7d2a5911e72b877b1 +size 1861120 diff --git a/images/48996062-531f-477a-a6c4-74382dacd562.jpg b/images/48996062-531f-477a-a6c4-74382dacd562.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690239fd6e7212042084a1af025bbeca98b2628e --- /dev/null +++ b/images/48996062-531f-477a-a6c4-74382dacd562.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08530de7f68304eca29cafef17864d1fad2921415c8ed96a28909f5d0667e710 +size 2463021 diff --git a/images/489a8044-ba66-4a9d-bad5-9b081985ab6d.jpg b/images/489a8044-ba66-4a9d-bad5-9b081985ab6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df5829ee1bff9f545ac73ce865d89a07eef4629a --- /dev/null +++ b/images/489a8044-ba66-4a9d-bad5-9b081985ab6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda124c1f6baa37c7d56e19c0b6157f0ddf1414083e0dec689d17dfd29eac823 +size 2366567 diff --git a/images/489d3b7f-c8e4-4b08-ab05-e13bd65a9314.jpg b/images/489d3b7f-c8e4-4b08-ab05-e13bd65a9314.jpg new file mode 100644 index 0000000000000000000000000000000000000000..347f7e11900d5194671e657964279686dd7eb5bc --- /dev/null +++ b/images/489d3b7f-c8e4-4b08-ab05-e13bd65a9314.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1d40fe637acd2bf98049848ff2d4c6001eee7fdcbefd3f45035f9c4f208ea9 +size 1578559 diff --git a/images/489efc6d-153f-4ca4-9570-06c0f31aa0fb.jpg b/images/489efc6d-153f-4ca4-9570-06c0f31aa0fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50bc846eb4ab9cd83082deb2ce6e96bcfc61ad24 --- /dev/null +++ b/images/489efc6d-153f-4ca4-9570-06c0f31aa0fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1fa66b58510e142c1c3871115abed8b1bee855cb02644f5a1dc6ee6fde8fd3 +size 1618791 diff --git a/images/489f450e-0dbe-4bd4-af08-b5141a428f28.jpg b/images/489f450e-0dbe-4bd4-af08-b5141a428f28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe728340c82d11526228205ece94c308c3ab63f5 --- /dev/null +++ b/images/489f450e-0dbe-4bd4-af08-b5141a428f28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d995943adff80b8c3aa55b0fb699b8fb2224b918aad654a8cb30f4c3b69751f +size 1725172 diff --git a/images/48a0c485-2f48-4ce7-b559-0099c5b923d3.jpg b/images/48a0c485-2f48-4ce7-b559-0099c5b923d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da2b08158ab0071b1ffd0b7d81b6427f2d60e965 --- /dev/null +++ b/images/48a0c485-2f48-4ce7-b559-0099c5b923d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621a9d534241a96f8fe1368d791c631950f71479077a932213fc90b84847478f +size 1811142 diff --git a/images/48b238d8-0820-4caa-a3e6-2779437e6810.jpg b/images/48b238d8-0820-4caa-a3e6-2779437e6810.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2994f0bfe46cf9900ce7cdfcafc7c4658a2ff2c8 --- /dev/null +++ b/images/48b238d8-0820-4caa-a3e6-2779437e6810.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d2ae4c3be3e0857ab43c60d3e19d4e4507a4f6df5f08b3f2d82820fd3f07f +size 1676454 diff --git a/images/48b2c0cb-1b70-4fcc-8c90-e4171f28f052.jpg b/images/48b2c0cb-1b70-4fcc-8c90-e4171f28f052.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4069e9e286503f9c898ba370ce9bfeeb46109d2c --- /dev/null +++ b/images/48b2c0cb-1b70-4fcc-8c90-e4171f28f052.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cea319fa48c5105965dde8826e1914472da427e7b9e439923d489a7f2d2ddaa +size 1282678 diff --git a/images/48b2e938-bcce-40ba-a5f9-631c6842f121.jpg b/images/48b2e938-bcce-40ba-a5f9-631c6842f121.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40356a9a815d7c90dbb9ce17a1c7e9e79699a861 --- /dev/null +++ b/images/48b2e938-bcce-40ba-a5f9-631c6842f121.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8c9e47ed5fbab3c0f8fc9284e851dc0d2a2675051c7f74da8abcc1b2400461 +size 1216222 diff --git a/images/48c22f69-657a-42f7-8c51-bd5f6d5b2894.jpg b/images/48c22f69-657a-42f7-8c51-bd5f6d5b2894.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d83c730626997159e506699c2a6179170f679f25 --- /dev/null +++ b/images/48c22f69-657a-42f7-8c51-bd5f6d5b2894.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d04163b2cbd4290198c799bde02d778d7490fdaae9de7da854916f6e9598882 +size 1687448 diff --git a/images/48de1c5b-013c-45cb-982f-cf108800051f.jpg b/images/48de1c5b-013c-45cb-982f-cf108800051f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dd5e0cb4cc5a20f919848ba3f2618363665054b --- /dev/null +++ b/images/48de1c5b-013c-45cb-982f-cf108800051f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbfb77465953725370b855efaf67f96065a3a6d75837ec83058ba9973378698 +size 1585058 diff --git a/images/48e8f0c0-7486-4c20-9b85-eb7ad209b4b9.jpg b/images/48e8f0c0-7486-4c20-9b85-eb7ad209b4b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d76062d96b5fedd190fb6bc9b46dc0fc810547b2 --- /dev/null +++ b/images/48e8f0c0-7486-4c20-9b85-eb7ad209b4b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bc6d8939745d91f2fe02a86fc154a480ea9fa6f09d4a21526f585b6fdd3532 +size 1297133 diff --git a/images/48ee72c5-eead-4cad-85f2-364fd91909be.jpg b/images/48ee72c5-eead-4cad-85f2-364fd91909be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09dbacd2e1ee4438f6d166b767143a565f8360ee --- /dev/null +++ b/images/48ee72c5-eead-4cad-85f2-364fd91909be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6b490aa18b5a614865efa2fb05aa3ce734203a3e2722f66a4cff137b072c7c +size 1381558 diff --git a/images/48f18054-3721-4aae-87a7-ad2d4f069fea.jpg b/images/48f18054-3721-4aae-87a7-ad2d4f069fea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9ed3730be303b9669582b95f5600b54eee6625b --- /dev/null +++ b/images/48f18054-3721-4aae-87a7-ad2d4f069fea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e07502efeb3a95ae369b931f012476cd214c5b7aaba67ca0caa1a364c5a850f +size 1647420 diff --git a/images/48f27274-97b5-45d0-85f2-17c2ac65d56f.jpg b/images/48f27274-97b5-45d0-85f2-17c2ac65d56f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70506b1b4d0e13ae9e5c33b99b4da43905906c65 --- /dev/null +++ b/images/48f27274-97b5-45d0-85f2-17c2ac65d56f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce559c29409c50c747ce8347a474d6e8df7f6a960cdd31ab7898df69c8cbe43a +size 3284718 diff --git a/images/49085696-2bbe-4142-885a-f6288bc5c12e.jpg b/images/49085696-2bbe-4142-885a-f6288bc5c12e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76ce66c6a949d5ee3bfc4d3f33345773650872e3 --- /dev/null +++ b/images/49085696-2bbe-4142-885a-f6288bc5c12e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92d35bcb5a9a3cef1a719c159ebe5ce1f5768db27eee73bba5a8f46f901ee6c +size 1658461 diff --git a/images/490d5553-dd78-4577-826b-3b59c3ed51ab.jpg b/images/490d5553-dd78-4577-826b-3b59c3ed51ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e20c854d13753f8815b904742f8f50fe4c3e4a9d --- /dev/null +++ b/images/490d5553-dd78-4577-826b-3b59c3ed51ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba9834184a10ef1c27a33a531dc0735676800b2dfaded4773856c35a5d99de5 +size 1531345 diff --git a/images/490e7f64-93f3-4d03-bc75-3f59d08447d2.jpg b/images/490e7f64-93f3-4d03-bc75-3f59d08447d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa8a217739729b5814be2075e73d1edafc6e972f --- /dev/null +++ b/images/490e7f64-93f3-4d03-bc75-3f59d08447d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1791ccc094a7a8e1189fdd340aaedd1350b2293bde1e26c51f3e2903e3328a45 +size 2644544 diff --git a/images/49323c2f-339f-4cbb-9825-5a091881a932.jpg b/images/49323c2f-339f-4cbb-9825-5a091881a932.jpg new file mode 100644 index 0000000000000000000000000000000000000000..640459168bf515a53a59b1417600d1dfe4cda82b --- /dev/null +++ b/images/49323c2f-339f-4cbb-9825-5a091881a932.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5fbe2b8d46fe78b44decfbc24df9fb07724daec055feb17e9e86b3d28ac6d8 +size 1840471 diff --git a/images/493beeec-9983-4703-8064-2b24dc839c55.jpg b/images/493beeec-9983-4703-8064-2b24dc839c55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9cfaa252c3649cbdf59e5fd9f8b40faf7dbd38b --- /dev/null +++ b/images/493beeec-9983-4703-8064-2b24dc839c55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0378cf0cbd1ef77b5da0d43f57f4785b5dcda4a804b45b91710b2b87d3ccfb5 +size 2320922 diff --git a/images/49747c7b-f457-4e78-a4d4-d02938cac9b0.jpg b/images/49747c7b-f457-4e78-a4d4-d02938cac9b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..028b9547172b888b02afeca9b284a84253472487 --- /dev/null +++ b/images/49747c7b-f457-4e78-a4d4-d02938cac9b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6df2e96858168950fc5eed4e1e77fc54f593dd245b2beb584ce60d496cf812 +size 1756028 diff --git a/images/497c8941-14ae-4db2-b4a2-da1e77780e7a.jpg b/images/497c8941-14ae-4db2-b4a2-da1e77780e7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d12c3909bdc55e38810c6a7aec71a64ffb8eba5 --- /dev/null +++ b/images/497c8941-14ae-4db2-b4a2-da1e77780e7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba69f4f33b82b3b270d4e6daef730d422bd3705e1a122409f06dbd62ba791425 +size 1777871 diff --git a/images/498a3d9e-a81d-474c-98d4-f9e41743bca1.jpg b/images/498a3d9e-a81d-474c-98d4-f9e41743bca1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c5710d9630988a3890f9d83698b63ea67d9041 --- /dev/null +++ b/images/498a3d9e-a81d-474c-98d4-f9e41743bca1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b7ee77016d38a9d2e619288a3cf772dec65a8a9c37dc707a3ed25fa857d877 +size 1968893 diff --git a/images/498d9a79-44db-44b2-a1d7-38d85488ae46.jpg b/images/498d9a79-44db-44b2-a1d7-38d85488ae46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86bff444c0a07cdbd72691c132729942b04923b1 --- /dev/null +++ b/images/498d9a79-44db-44b2-a1d7-38d85488ae46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4120b9e43b365b71a99b994594b4f762b66510a577a59d86681a02838103603 +size 1544488 diff --git a/images/49965f88-1b80-442e-a6dc-1b4a32cb2e8c.jpg b/images/49965f88-1b80-442e-a6dc-1b4a32cb2e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae83af22076a511b836980880494f0fc48ebc936 --- /dev/null +++ b/images/49965f88-1b80-442e-a6dc-1b4a32cb2e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0cb6de6f57608be80e2ea02261f5342f43a33106508887ff8d77f69880dd61 +size 1600154 diff --git a/images/49a7c73f-6cad-4c35-afc0-757064c44831.jpg b/images/49a7c73f-6cad-4c35-afc0-757064c44831.jpg new file mode 100644 index 0000000000000000000000000000000000000000..104f3db3a7f5f56cb9287b7fd36578eaed50d855 --- /dev/null +++ b/images/49a7c73f-6cad-4c35-afc0-757064c44831.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be9f6614fee68d839ea519b933a25ec35d4a64578a495407b4a5381d98325fd +size 1378148 diff --git a/images/49b861f0-cc7b-4f89-a46e-56bb3bc05dae.jpg b/images/49b861f0-cc7b-4f89-a46e-56bb3bc05dae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68e90989b6bf1e546192f60ddc4136ecd9243a7d --- /dev/null +++ b/images/49b861f0-cc7b-4f89-a46e-56bb3bc05dae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923a2515dc92e62565c6e0a71258087ae7ab1bd5dea996db9d146b902d1a3654 +size 1580400 diff --git a/images/49c01434-25fb-45cd-bf54-a17c7cd1d6c5.jpg b/images/49c01434-25fb-45cd-bf54-a17c7cd1d6c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..683087be621ddcb205471e757f1d3438e1624a1c --- /dev/null +++ b/images/49c01434-25fb-45cd-bf54-a17c7cd1d6c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015bde80b632c2921437090f7961a970d6d398e66c363b4d7010b579d7b2bb50 +size 1877848 diff --git a/images/49c8e39b-ca72-4121-8a9c-1e3734ff180e.jpg b/images/49c8e39b-ca72-4121-8a9c-1e3734ff180e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63b663202e79bbea4c96027b86d8582815d52705 --- /dev/null +++ b/images/49c8e39b-ca72-4121-8a9c-1e3734ff180e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2420058fed238b69fb3a2aba81c2628cbe803d4d316e63bbb73907bc702dad6 +size 2498789 diff --git a/images/49d23f53-ec8d-4bf5-aec6-d0d74a81542d.jpg b/images/49d23f53-ec8d-4bf5-aec6-d0d74a81542d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f38bc91ac08262bd6d784ded075872d70184bdc --- /dev/null +++ b/images/49d23f53-ec8d-4bf5-aec6-d0d74a81542d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755ef69ad2d2f8fdaca7a85ea6e657cb87a46953b02f94ecd1cb899ae5fc7866 +size 1740619 diff --git a/images/49dda821-0c9a-4728-8181-471d5f239171.jpg b/images/49dda821-0c9a-4728-8181-471d5f239171.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffd6ead549ad043a178dbacf22fc7fae3093fb67 --- /dev/null +++ b/images/49dda821-0c9a-4728-8181-471d5f239171.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2f068bcc3d13ec7326ee8da009ce2fb043d40d79acec618d135c4ed1bafde3 +size 1436854 diff --git a/images/49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0.jpg b/images/49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a2a814cf31f66bcd65986f57c0dfbff30b0060d --- /dev/null +++ b/images/49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1711040372be1cf4f71153c162f849a6d1ad8f85990c829f9cdf3c6c806371ec +size 2007004 diff --git a/images/49eab8fa-dacb-4877-a1b9-53922303374e.jpg b/images/49eab8fa-dacb-4877-a1b9-53922303374e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f2443f52fa8b06dae2f5a1b4ae16c1c01dd93e2 --- /dev/null +++ b/images/49eab8fa-dacb-4877-a1b9-53922303374e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ee69cfcf64aa9c23a6de5e1ce1d8a8fa4f76be3c7b2d7a50b21d77e4ebed09 +size 2938862 diff --git a/images/4a070562-8a45-4401-be52-1d0cafcde890.jpg b/images/4a070562-8a45-4401-be52-1d0cafcde890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd2b7b03adfae1a5cffe652d89826d84eaa35936 --- /dev/null +++ b/images/4a070562-8a45-4401-be52-1d0cafcde890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10111c546d33a63dd7abd09ed20918f33f69189031492e5715e1a794b0f75a8 +size 1933587 diff --git a/images/4a078547-3b0a-4f4c-b871-6fe73d46631c.jpg b/images/4a078547-3b0a-4f4c-b871-6fe73d46631c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79ea0cd744056795cf47c40c00c822173a28493b --- /dev/null +++ b/images/4a078547-3b0a-4f4c-b871-6fe73d46631c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2328e35d9874f4c43014f621de409ce14977bba859c7cdd1df34af5e1d225125 +size 1557747 diff --git a/images/4a0939e9-8f22-4614-96c2-a53ad59d9cab.jpg b/images/4a0939e9-8f22-4614-96c2-a53ad59d9cab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1960ae166d9ed50604d711e7f9a4f81ba359248 --- /dev/null +++ b/images/4a0939e9-8f22-4614-96c2-a53ad59d9cab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c75a86ed896b5ecbad40c4886bc387f0e6c87e0c7b9d4d4ca05999510f76880 +size 1472910 diff --git a/images/4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5.jpg b/images/4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3e31d9746ff3743aca00c73e64bb72cffef3503 --- /dev/null +++ b/images/4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e51dd4049a1354fef980f58583d076b0f7be625e5c3791dbbb0de4410599e2e +size 1753194 diff --git a/images/4a1aebfb-a7b0-414e-8422-6c16ab698d40.jpg b/images/4a1aebfb-a7b0-414e-8422-6c16ab698d40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d9f4489f03f9be63c64586cbfa39fd59dfb69b0 --- /dev/null +++ b/images/4a1aebfb-a7b0-414e-8422-6c16ab698d40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0639df9382dfe5c45f7c64a3bd82901341e076fb645ebefd3a823a0b163f4244 +size 2103383 diff --git a/images/4a2139fd-2661-41cd-98d9-1185679c9e52.jpg b/images/4a2139fd-2661-41cd-98d9-1185679c9e52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3923337c639fceda8a415cfc76da2dba4086f6bd --- /dev/null +++ b/images/4a2139fd-2661-41cd-98d9-1185679c9e52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a71eafec604427276b1e29961e0101f0a8601c376357ee660d86f18fd1556a +size 1781818 diff --git a/images/4a21b0c2-e35f-40b8-8567-5d655dac49de.jpg b/images/4a21b0c2-e35f-40b8-8567-5d655dac49de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53fd6640ca0985a1c847b95b4d5ed0325a273636 --- /dev/null +++ b/images/4a21b0c2-e35f-40b8-8567-5d655dac49de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440b2fa53ae02b16bd13b50e8fd4378098d92208d47d9b98037bfd773c3c0d5a +size 2432612 diff --git a/images/4a29424b-7028-4ea4-ba98-11a089270938.jpg b/images/4a29424b-7028-4ea4-ba98-11a089270938.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb8298737dfeda6f40e872883ea4f2ab78743e44 --- /dev/null +++ b/images/4a29424b-7028-4ea4-ba98-11a089270938.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8c1277d3311f7b5ebab717e10d44b7907bad487c467d0ce18016658f331cc9 +size 2439532 diff --git a/images/4a2ae09f-c215-4741-bf8e-c424fcfd159e.jpg b/images/4a2ae09f-c215-4741-bf8e-c424fcfd159e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dee00117ef3f6e37423b757924150ea59d7dbb5 --- /dev/null +++ b/images/4a2ae09f-c215-4741-bf8e-c424fcfd159e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2917461df241617b4c3c975626b45be8690ab752dde6f1645765ed890c6545ad +size 1656405 diff --git a/images/4a2f4028-aca2-4ace-b455-8bbc53c86be8.jpg b/images/4a2f4028-aca2-4ace-b455-8bbc53c86be8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7eeab8f69f43d79b7b1702764b733658f1b3f190 --- /dev/null +++ b/images/4a2f4028-aca2-4ace-b455-8bbc53c86be8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f2b385b78a8efcd10c10a5aa66eee186baea97bd4a5cce320e0076a312005f +size 1556947 diff --git a/images/4a37c876-d960-4889-98e6-096b81073628.jpg b/images/4a37c876-d960-4889-98e6-096b81073628.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45d82a2137092aca2a54879342a46b1445e67890 --- /dev/null +++ b/images/4a37c876-d960-4889-98e6-096b81073628.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9e2694a54508fd4960af5c5a01bcf9ba480fcbba03ed3c7f493bda9c656ed4 +size 1599274 diff --git a/images/4a38529c-922b-4547-8599-b702004fdc48.jpg b/images/4a38529c-922b-4547-8599-b702004fdc48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..389bcb6aa864da04553e67c87ba11fd575e404d5 --- /dev/null +++ b/images/4a38529c-922b-4547-8599-b702004fdc48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86270df4c5f1ab1e34dac86bdfbacebd2b9e9471342ce741d8e72209df3b8a8e +size 1586609 diff --git a/images/4a39e221-5c28-480d-96df-494547532543.jpg b/images/4a39e221-5c28-480d-96df-494547532543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b74c4bb29930345ee1a0a4eeeab6668e58090fe --- /dev/null +++ b/images/4a39e221-5c28-480d-96df-494547532543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df2646dbdc5d4390e0583ec4d259697c24e72b5af2f4d89c4bd0f8bdf1e41d2 +size 1479519 diff --git a/images/4a3feef3-c149-4e66-a3a4-7377246beb53.jpg b/images/4a3feef3-c149-4e66-a3a4-7377246beb53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c660375c57da28b312f1266de36bdc55b6c309c9 --- /dev/null +++ b/images/4a3feef3-c149-4e66-a3a4-7377246beb53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9e0225a8a393a0adc10e8aa5532b39ec65df11dc20bcb5717632c3f1907955 +size 1297064 diff --git a/images/4a599028-88ba-433f-bce6-30bc8dd6c0fe.jpg b/images/4a599028-88ba-433f-bce6-30bc8dd6c0fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..036cbdc7ae19f7fe300430853835ba98bc4d289d --- /dev/null +++ b/images/4a599028-88ba-433f-bce6-30bc8dd6c0fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46e3d44597ec3443139e773acc2c1ebddac02cd2fe18e14363e527fde47cf60 +size 1218551 diff --git a/images/4a686dc0-f07d-4f43-8c40-d5e87b76b45c.jpg b/images/4a686dc0-f07d-4f43-8c40-d5e87b76b45c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1062d4ea2c6c92bafb3360704279cdde92718d2d --- /dev/null +++ b/images/4a686dc0-f07d-4f43-8c40-d5e87b76b45c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9901874cf1047c207550abd1d17f341b0539c5c8d0e4f5a3f93eb8c60f4ff4 +size 1638114 diff --git a/images/4a6edea6-8c34-4973-89ef-601c7699a255.jpg b/images/4a6edea6-8c34-4973-89ef-601c7699a255.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aed1a8196b62fa4fc66dd0fcccc725433b0583d --- /dev/null +++ b/images/4a6edea6-8c34-4973-89ef-601c7699a255.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ecb472054cbc37cf02088954727a7ba5d9b5a8b3637e281087a13251eee715 +size 1663663 diff --git a/images/4a6ee68c-78c2-40d9-a8c8-90dc3d96faed.jpg b/images/4a6ee68c-78c2-40d9-a8c8-90dc3d96faed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..465c3a46acb78d9bad4ed0f0ee9275b577d9fe41 --- /dev/null +++ b/images/4a6ee68c-78c2-40d9-a8c8-90dc3d96faed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e55695a62c0bf9edaa778ba89c9a8018b6365ad8bb9077f6eb6391a3eacfb5 +size 1519964 diff --git a/images/4a6fadba-6282-47af-a9ca-c896049cda52.jpg b/images/4a6fadba-6282-47af-a9ca-c896049cda52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ada9bbce4df43ef986e56d329c05a34b48934eb --- /dev/null +++ b/images/4a6fadba-6282-47af-a9ca-c896049cda52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae6e9d2f4df9fb4acbc1b1e52e8a11869ff7fdc65e223b0408d1baf64660578 +size 1445057 diff --git a/images/4a721adf-8ae1-4f86-9c56-9f11e14e688a.jpg b/images/4a721adf-8ae1-4f86-9c56-9f11e14e688a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6c1f5739f4f6d2ae792ded7f0c23886d5a2b764 --- /dev/null +++ b/images/4a721adf-8ae1-4f86-9c56-9f11e14e688a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4196fe5cf18b0650158f998cd33af5054c0278e98f605c02e69cf58ad9a9a67d +size 1589100 diff --git a/images/4a784251-4b32-453d-b390-2014fb80eb38.jpg b/images/4a784251-4b32-453d-b390-2014fb80eb38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7e0c1d6b1abe6328375f9d677e47d64a51d0238 --- /dev/null +++ b/images/4a784251-4b32-453d-b390-2014fb80eb38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e45486239698f6299c29d74afdfbf6b0a00e375e2b821c5550fbcea9e279bef +size 1486282 diff --git a/images/4a7b53c7-64e0-402c-aadc-0aa691118de0.jpg b/images/4a7b53c7-64e0-402c-aadc-0aa691118de0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dec30065f936b6c02af8cfa346b6b80b8c1c8f4 --- /dev/null +++ b/images/4a7b53c7-64e0-402c-aadc-0aa691118de0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e94df81c920a7ee1686272a7cedd5ecd3b8c24a50081f11aa6e1f5f35dd676c +size 2713156 diff --git a/images/4a970daa-3147-46f0-bcf8-43464fc9c735.jpg b/images/4a970daa-3147-46f0-bcf8-43464fc9c735.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c6f70fc98f6baf5dc2597b3d5900ff7573bbacb --- /dev/null +++ b/images/4a970daa-3147-46f0-bcf8-43464fc9c735.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843e94905f0c8f07ba76e974824a4e7e5ad4793154e753c1ddd0150c65ab1e25 +size 1297495 diff --git a/images/4ab61b94-b1cb-42fb-aedb-3ba005645b38.jpg b/images/4ab61b94-b1cb-42fb-aedb-3ba005645b38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec15b3b87b154f7b42db1ec12cfe4c60f4078f44 --- /dev/null +++ b/images/4ab61b94-b1cb-42fb-aedb-3ba005645b38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5a878c5263e100dacaf37674297a3a590b71d57f9107eecb8ef6e1be32b6ea +size 1761472 diff --git a/images/4ac1961d-209f-4118-b643-c36ae9f43381.jpg b/images/4ac1961d-209f-4118-b643-c36ae9f43381.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd14b5b3e610c8bfe1af5ff44aa550a7bd919256 --- /dev/null +++ b/images/4ac1961d-209f-4118-b643-c36ae9f43381.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee7b757cef89051261ad090477ca42fd20ea8b5bd8a0e4e4da275905bdffca9 +size 1652973 diff --git a/images/4aca2803-d76a-4169-ac97-54d063209eb3.jpg b/images/4aca2803-d76a-4169-ac97-54d063209eb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6edfa3865df773b465b88455f3da85ecfa2067b --- /dev/null +++ b/images/4aca2803-d76a-4169-ac97-54d063209eb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a005da779cbabe3a8d1d1b0ddc031c444bbf013ceb64b8f867ec758c7225e9a +size 1523276 diff --git a/images/4acbc360-5025-4005-bdbc-46250daa5ae5.jpg b/images/4acbc360-5025-4005-bdbc-46250daa5ae5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ae2a575332a02868a5ac66c13d30f3c60261380 --- /dev/null +++ b/images/4acbc360-5025-4005-bdbc-46250daa5ae5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fdd985b9511be203c987ddeb98ca99c283d988aee3f08d4d652a03e9af2684 +size 1121116 diff --git a/images/4ad3d209-9f72-44b2-8675-d06312eeea73.jpg b/images/4ad3d209-9f72-44b2-8675-d06312eeea73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e15371eced0427d6d1137af05d81759ab61d4eb --- /dev/null +++ b/images/4ad3d209-9f72-44b2-8675-d06312eeea73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a0b0ae40d562a9b120bcae1b63f22a1a023f15c88b9f2c7bed96a6ac3353d3 +size 1202475 diff --git a/images/4ad5ac48-3be8-4d3f-bdcf-ce2257009513.jpg b/images/4ad5ac48-3be8-4d3f-bdcf-ce2257009513.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3b5d8874c543ad5f2c15b3814e72e34aeb88314 --- /dev/null +++ b/images/4ad5ac48-3be8-4d3f-bdcf-ce2257009513.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1d7e7cf79376fe7f5430e283beb10b7e7396e66b91eb3cdb31ea4f908dd2a0 +size 2363976 diff --git a/images/4ae4041a-f2d1-4afb-9b38-8087e5c5f725.jpg b/images/4ae4041a-f2d1-4afb-9b38-8087e5c5f725.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a65f1d9b96f20882c97eb6c07a674b9522a4221 --- /dev/null +++ b/images/4ae4041a-f2d1-4afb-9b38-8087e5c5f725.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01016271a6ca8b14bca25fe7b46e8b1bb69409f4963acd0304a0d0696f2b7812 +size 950155 diff --git a/images/4af81795-7d05-464f-a9bc-606861e6bdfb.jpg b/images/4af81795-7d05-464f-a9bc-606861e6bdfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b2be460a0c8241e281e9bbd37166bcb0be64bea --- /dev/null +++ b/images/4af81795-7d05-464f-a9bc-606861e6bdfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ffcd52eb8ab6ee764da05c573296db49040831191bc98ee079f6696a6993ee +size 1556330 diff --git a/images/4af93b7f-a976-4b64-baa7-f430bb970536.jpg b/images/4af93b7f-a976-4b64-baa7-f430bb970536.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55cc9d07e1bdcf8f10062069098346ab0ed052a1 --- /dev/null +++ b/images/4af93b7f-a976-4b64-baa7-f430bb970536.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a824a81f7f351fcfbbdcab605f7edb54c7fb72869ff43dba7fa5af908faf3bd +size 2049658 diff --git a/images/4afbdd25-5f4a-4edf-9a70-b7900788052b.jpg b/images/4afbdd25-5f4a-4edf-9a70-b7900788052b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ace455c90047081c434b973fb130893b7046891 --- /dev/null +++ b/images/4afbdd25-5f4a-4edf-9a70-b7900788052b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9024d1df2095e950220a0d43f3413a88a429ebdef3117fa6e2546e22fee8b51b +size 1347260 diff --git a/images/4afca5fd-de53-4191-87fb-327fce251e5b.jpg b/images/4afca5fd-de53-4191-87fb-327fce251e5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec6bd5d5b3bfbe9523132b39b86019144f7f3778 --- /dev/null +++ b/images/4afca5fd-de53-4191-87fb-327fce251e5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f33c917de7dcda0a6f7ccae6f267cce659b8b2ebe754f974812650fe1156543 +size 1801480 diff --git a/images/4b019cb5-2f85-42d9-b006-9aedc930bd7d.jpg b/images/4b019cb5-2f85-42d9-b006-9aedc930bd7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c19165b1b2140b3b67092c80771e1aefe2ecc30a --- /dev/null +++ b/images/4b019cb5-2f85-42d9-b006-9aedc930bd7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f6f3de9e61d0dc282f07a1c27b196dbcd5efb4a444e44e3f3a3ce179e385a5 +size 2906919 diff --git a/images/4b0d88be-654e-4678-bab0-c5a91a8cce00.jpg b/images/4b0d88be-654e-4678-bab0-c5a91a8cce00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dd3c4c459fc6800ba2e68349d103ba652e66447 --- /dev/null +++ b/images/4b0d88be-654e-4678-bab0-c5a91a8cce00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39e4167f42d914a0e29ccdc9c0f714e5ae9310517624e4bed45dba57bf4696b +size 2304972 diff --git a/images/4b19c738-ea64-4578-9131-958c7ee40e3b.jpg b/images/4b19c738-ea64-4578-9131-958c7ee40e3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d75e7d1e884c1ecce28ee6f6c2caf7147b2175e --- /dev/null +++ b/images/4b19c738-ea64-4578-9131-958c7ee40e3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911b6c02152c57ae44139e0c731e21c297157fa80abf2e3929bd70ee89a9b702 +size 1584533 diff --git a/images/4b1d0d93-42a9-4036-aa4c-c641a1dab0a3.jpg b/images/4b1d0d93-42a9-4036-aa4c-c641a1dab0a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..867cbd390663de6c6858d7044fdefdb380c228da --- /dev/null +++ b/images/4b1d0d93-42a9-4036-aa4c-c641a1dab0a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54cbfa2e232a4e548cca7d21b73245c059e648da367e8879135307dd3393934 +size 2414226 diff --git a/images/4b1f967d-838c-44ed-a20a-cd1765a567e9.jpg b/images/4b1f967d-838c-44ed-a20a-cd1765a567e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00bf8d821a16ecbcd7b8b762d7dd3d26d71cb4c8 --- /dev/null +++ b/images/4b1f967d-838c-44ed-a20a-cd1765a567e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d77c665d994c3498322b5ec38529e4370641b022499da56fb2ae34ab9623381 +size 1922685 diff --git a/images/4b257507-7777-4c51-8770-5881558f7d8b.jpg b/images/4b257507-7777-4c51-8770-5881558f7d8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01941978a7b21251cc7bb793a35e02a6bc80649d --- /dev/null +++ b/images/4b257507-7777-4c51-8770-5881558f7d8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344c637c86b42caa9533c0cfdbda6222174704793af437992879edef65601d20 +size 2423467 diff --git a/images/4b2949c0-0309-4300-89b5-79812cd9f225.jpg b/images/4b2949c0-0309-4300-89b5-79812cd9f225.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1b8cc9c57fda7946dfc1e38c66f7d3280e54669 --- /dev/null +++ b/images/4b2949c0-0309-4300-89b5-79812cd9f225.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2e057220a4b8693c931c3331a2ff4855cd1f940866339d6520a16b42f0b70d +size 1505770 diff --git a/images/4b2c27eb-7070-4df0-bba9-fd2919121a41.jpg b/images/4b2c27eb-7070-4df0-bba9-fd2919121a41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da32c4a41131eca62f2448e282b61b24180e9d59 --- /dev/null +++ b/images/4b2c27eb-7070-4df0-bba9-fd2919121a41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7052dff2bfc37aaaa06c581cde749b9acc1df5efe892ae450502f9da51d6b8d2 +size 1574882 diff --git a/images/4b2df39d-d835-4afd-883e-ff0b4877c307.jpg b/images/4b2df39d-d835-4afd-883e-ff0b4877c307.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c04f0d1355d169824cc7b5093af38975b0fa92d --- /dev/null +++ b/images/4b2df39d-d835-4afd-883e-ff0b4877c307.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb8cda5adb3c61aec73f08780cbf4e167af8819fd7764bfee54ef051026464c +size 1353970 diff --git a/images/4b348222-8943-4992-9d63-286b7768b988.jpg b/images/4b348222-8943-4992-9d63-286b7768b988.jpg new file mode 100644 index 0000000000000000000000000000000000000000..281b2c3eb4207dfa0bb39d66a5b8bf88cad26723 --- /dev/null +++ b/images/4b348222-8943-4992-9d63-286b7768b988.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf9425d02d46081fcef629d7893f674f8370a84143a9b61db8a4ddb130287ba +size 1572591 diff --git a/images/4b366895-57b3-440a-a3ef-04584314fcc1.jpg b/images/4b366895-57b3-440a-a3ef-04584314fcc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a1422190924537f16813f21a959a856b9587a7b --- /dev/null +++ b/images/4b366895-57b3-440a-a3ef-04584314fcc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445a9b349683fa3ab798767e8ecd7dd7415c6ee03f45e69566dbcd5339681ef2 +size 1546979 diff --git a/images/4b3dc209-49f5-4a40-8224-2dc4903c1bc4.jpg b/images/4b3dc209-49f5-4a40-8224-2dc4903c1bc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b68ffecad551ba55f56c08a48f03c47596c087f2 --- /dev/null +++ b/images/4b3dc209-49f5-4a40-8224-2dc4903c1bc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89adf286f5a57c161af392719f29bb3c03e137d4d14c61c7f0e5f00e6a93246d +size 1645393 diff --git a/images/4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b.jpg b/images/4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a78d237d94bf43dcdb0108fe1fcc175344a48e8 --- /dev/null +++ b/images/4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3813eb9303d81172dbe76af588284b0525705b72eb06086e4489591080b918 +size 2855688 diff --git a/images/4b587b7d-08aa-4ac0-96ba-3287be3b5e4a.jpg b/images/4b587b7d-08aa-4ac0-96ba-3287be3b5e4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39dd3967374194a5e60733bc749f0a54b0308d2c --- /dev/null +++ b/images/4b587b7d-08aa-4ac0-96ba-3287be3b5e4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d672efad2d78bc3d207252c84d34ee5c65d86ad8959ab6fe42725353e494a2 +size 1325359 diff --git a/images/4b595c73-f058-4c78-a569-f91dbc25832b.jpg b/images/4b595c73-f058-4c78-a569-f91dbc25832b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920627d6b6a8915612260f040b0910867dd87cc1 --- /dev/null +++ b/images/4b595c73-f058-4c78-a569-f91dbc25832b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871d8d2cfeeb2f639199881975e8f3e0bb86a39c0a115e411abf9d57776e09fa +size 1679244 diff --git a/images/4b6bb4d8-2f4a-40a0-a432-29786dd14cfd.jpg b/images/4b6bb4d8-2f4a-40a0-a432-29786dd14cfd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fc353f4778593770e2fb06020aec9ddac0de373 --- /dev/null +++ b/images/4b6bb4d8-2f4a-40a0-a432-29786dd14cfd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9f5636f564c73b35187f98cbbde2efe378fcaf11f91149d3ffd2ea8791e8b5 +size 1621370 diff --git a/images/4b6f1554-8f8d-4705-af83-36800c893088.jpg b/images/4b6f1554-8f8d-4705-af83-36800c893088.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5104337d2ba40e76f26dc07a5ec1a09d57f080fa --- /dev/null +++ b/images/4b6f1554-8f8d-4705-af83-36800c893088.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b869f06513fb5ddae53fa89c321a246e0d9ca65ec3d4b7a660409285b1ece472 +size 1707829 diff --git a/images/4b84e74e-c8e6-4506-8c58-3c403e5d2153.jpg b/images/4b84e74e-c8e6-4506-8c58-3c403e5d2153.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18576447b3b05a67ff81e8283fde0ada63e35d75 --- /dev/null +++ b/images/4b84e74e-c8e6-4506-8c58-3c403e5d2153.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71ad0f2e59ed04002fd1d577284c9205a65435be950f342140878fcbfc6b097 +size 1468374 diff --git a/images/4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d.jpg b/images/4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21d47ad55fd6833163fcaa101fa20d5146d6a734 --- /dev/null +++ b/images/4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0962a04941d2546eef8d0abab4a812582cc6a5545e3ff8816f3066e7d297a493 +size 1313368 diff --git a/images/4ba698b4-e982-4677-aaed-d7aff042e2f2.jpg b/images/4ba698b4-e982-4677-aaed-d7aff042e2f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c7c074970e47ce1a54d2eba5839ae5d1aaff15c --- /dev/null +++ b/images/4ba698b4-e982-4677-aaed-d7aff042e2f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af2cba200660cfe7c53ed86e6f806b186b0222256b156fdfdf82867892335b8 +size 1450170 diff --git a/images/4ba9177b-dcdd-49c6-afdf-2d419be72f28.jpg b/images/4ba9177b-dcdd-49c6-afdf-2d419be72f28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..140f0ca2267043dec4c1042b0ca915d3c9455f45 --- /dev/null +++ b/images/4ba9177b-dcdd-49c6-afdf-2d419be72f28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d7d87d3be3fb8f4ca75016d7dbf2ca88ca14bfb5079afef16ad658eced9baa +size 1827419 diff --git a/images/4bbbfee7-4715-4f61-a27c-b0d1527d39d5.jpg b/images/4bbbfee7-4715-4f61-a27c-b0d1527d39d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dadb14416c70f9da27becd1441efdb3769322b5a --- /dev/null +++ b/images/4bbbfee7-4715-4f61-a27c-b0d1527d39d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43712ae4ea2852c79bd8d586517b64062b75d6d0c7a155d4c6d7898e70d71e4d +size 1862328 diff --git a/images/4bbd785d-82b8-4858-80fe-4e77ad0e5b6e.jpg b/images/4bbd785d-82b8-4858-80fe-4e77ad0e5b6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb82b12ff968aaba086bb2cb7a82cc91cadb2298 --- /dev/null +++ b/images/4bbd785d-82b8-4858-80fe-4e77ad0e5b6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a04da3af374e8c6162153f7820211f488a2f99b00bfb79128aa483e369959e +size 1473525 diff --git a/images/4bc17610-b0b3-414f-9046-e8bb0b928260.jpg b/images/4bc17610-b0b3-414f-9046-e8bb0b928260.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b633aa2fc1fcceca496a7f9c2b65f410befd70fb --- /dev/null +++ b/images/4bc17610-b0b3-414f-9046-e8bb0b928260.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3504e19a7deaf03ceacb7cc285dfc30d6226c379bd587fcd5b9ef16c2bf9cb1a +size 1504901 diff --git a/images/4bc302d6-1d73-4a3e-94d0-7770bce8bf21.jpg b/images/4bc302d6-1d73-4a3e-94d0-7770bce8bf21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..849d594e1b9c0788709901f6562e7b438a3cc756 --- /dev/null +++ b/images/4bc302d6-1d73-4a3e-94d0-7770bce8bf21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fde07947bc6f251071f2e1b2ceaf0080dc6c3cac456707b5157e2b46d94700 +size 1831940 diff --git a/images/4bc8a215-a830-49d4-b01e-c9540e6c6bf4.jpg b/images/4bc8a215-a830-49d4-b01e-c9540e6c6bf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c2047e88f6f445aae298128e491e97a32cac89b --- /dev/null +++ b/images/4bc8a215-a830-49d4-b01e-c9540e6c6bf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621e850dddea5b21028f1768b729ee299d88837f0ae870e0dccb955592e64c78 +size 1811878 diff --git a/images/4bca448a-dada-4d2a-97c0-7af7830ab68f.jpg b/images/4bca448a-dada-4d2a-97c0-7af7830ab68f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0c0f74f419dc08a362ab3088f570e97ba6cae6b --- /dev/null +++ b/images/4bca448a-dada-4d2a-97c0-7af7830ab68f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7989bcb97ed93689ae9572e864e1590fcba23bcafd2ad1ac29cbe4b78931ec0 +size 1370410 diff --git a/images/4bcbc474-d1c1-41d9-8e8e-3b9ffd480633.jpg b/images/4bcbc474-d1c1-41d9-8e8e-3b9ffd480633.jpg new file mode 100644 index 0000000000000000000000000000000000000000..838dde2983408beaa9f0e4dcdba789402fcbcfb6 --- /dev/null +++ b/images/4bcbc474-d1c1-41d9-8e8e-3b9ffd480633.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f7698734d6c035e1a1f94342c66eda02076edbe435382ed64ca94d37957e34 +size 1385090 diff --git a/images/4bcf1229-0946-46ab-afc5-55ec54f41675.jpg b/images/4bcf1229-0946-46ab-afc5-55ec54f41675.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b8a17bc9141f1c7ecf40ed4d686492dce412aec --- /dev/null +++ b/images/4bcf1229-0946-46ab-afc5-55ec54f41675.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2c7540fab0a53fc4e621969f3b16574701d43fc871ac1c37310d3580557bc3 +size 1531918 diff --git a/images/4bd84103-13ca-481a-962b-8dfd57e2afab.jpg b/images/4bd84103-13ca-481a-962b-8dfd57e2afab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..126e004fe44f56873907659e661b8f80db93ab6d --- /dev/null +++ b/images/4bd84103-13ca-481a-962b-8dfd57e2afab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d087c0d88ef05ac1d7b3214c5a05492ac068c6b9527d930da5380a29ac900b +size 2236133 diff --git a/images/4be0b0db-be58-4d69-9e1f-bb765ac3d96c.jpg b/images/4be0b0db-be58-4d69-9e1f-bb765ac3d96c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb54a02f32ccf51336f24f1b611181b1f0cc2ba2 --- /dev/null +++ b/images/4be0b0db-be58-4d69-9e1f-bb765ac3d96c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92752e849fcdf9195bf420f53755835ec05b4c0fb41e6ae9cebc4110617686e +size 1813449 diff --git a/images/4be39a4f-0fa6-41d7-af29-81b1af0b4c76.jpg b/images/4be39a4f-0fa6-41d7-af29-81b1af0b4c76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63aba2d1c15686e9031c275a4c9549f988d2d0e0 --- /dev/null +++ b/images/4be39a4f-0fa6-41d7-af29-81b1af0b4c76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf334856af5d20f17804039a96949a50b873a1666647fc8eecaf20920c3c34e2 +size 1219353 diff --git a/images/4bef01b2-0e6a-4536-8ae8-165a2883ab9d.jpg b/images/4bef01b2-0e6a-4536-8ae8-165a2883ab9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5249a48814358f6371b8876818bf4a1b976595f --- /dev/null +++ b/images/4bef01b2-0e6a-4536-8ae8-165a2883ab9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525f5429174b10f1aaa52db4b479737f7475d1f43ea813163900e06032268e13 +size 1421034 diff --git a/images/4bfb511a-a989-4273-bed8-e1465af750eb.jpg b/images/4bfb511a-a989-4273-bed8-e1465af750eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ce812aa17f860302a4dd790e541c469da041a81 --- /dev/null +++ b/images/4bfb511a-a989-4273-bed8-e1465af750eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23ec73a430015699e594bd74b351b26cf14c376b374bfc239d15ff5ae836dfc +size 2023466 diff --git a/images/4c02465c-bc8d-4ede-8601-288031259d55.jpg b/images/4c02465c-bc8d-4ede-8601-288031259d55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62b1c21856554010abf26292a9cb23b4f462cbb0 --- /dev/null +++ b/images/4c02465c-bc8d-4ede-8601-288031259d55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dd75c7e9180e9aae0b340b24f9ceac10f85d1ec2be89839c99dadee32bdc80 +size 1363186 diff --git a/images/4c0fd6cd-c0f8-44db-bda3-6388eace6913.jpg b/images/4c0fd6cd-c0f8-44db-bda3-6388eace6913.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc4e08973bed68f67b7e0972d8eabf32293f8ea3 --- /dev/null +++ b/images/4c0fd6cd-c0f8-44db-bda3-6388eace6913.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa9e6574bcc4baf8a3cf4d79fb61787109ce1417b0f6f5ae226747df04ef999 +size 1788437 diff --git a/images/4c308e70-cc40-4c3d-899a-8e152c3c30a0.jpg b/images/4c308e70-cc40-4c3d-899a-8e152c3c30a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d48f48b6a65292cdabfa3f08f663e46441f2e9d1 --- /dev/null +++ b/images/4c308e70-cc40-4c3d-899a-8e152c3c30a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6724bda3428576376d1f5a486ee7195c547164f72cbd1dec7535ac44d09ae2e3 +size 1751702 diff --git a/images/4c385235-3a96-4cbb-8bd4-66038cc5ea2b.jpg b/images/4c385235-3a96-4cbb-8bd4-66038cc5ea2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71a8b04edaec8535933a85889da20c04ca08d9ac --- /dev/null +++ b/images/4c385235-3a96-4cbb-8bd4-66038cc5ea2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a643f1ea0bd659db5c90247d6067ec3fbc1881e6876c322c9b934b4be80945b5 +size 1713374 diff --git a/images/4c388cbc-2c46-4647-9813-c70a74c07278.jpg b/images/4c388cbc-2c46-4647-9813-c70a74c07278.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9d14d7b104d5410e74b06532d7b018756b4530a --- /dev/null +++ b/images/4c388cbc-2c46-4647-9813-c70a74c07278.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56a08258d3bf976825ca8206cb6fb630b32ff8c7327f69d17231130d358efb1 +size 1661506 diff --git a/images/4c39851c-14d9-41ad-b402-e3073501035e.jpg b/images/4c39851c-14d9-41ad-b402-e3073501035e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..426d5629e257d4b2254187b5fc15b09623055e1e --- /dev/null +++ b/images/4c39851c-14d9-41ad-b402-e3073501035e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b8ba2b4dc11aa2a984ea2d9b6535bd1c3531d0ce7935650e2de95acf158c75 +size 1638602 diff --git a/images/4c516185-96ca-4fa8-ba35-7b3f048374ca.jpg b/images/4c516185-96ca-4fa8-ba35-7b3f048374ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b22f51d4dc09aae9bdda81e67a0340acadeabfe --- /dev/null +++ b/images/4c516185-96ca-4fa8-ba35-7b3f048374ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f34154fe1527747e1d1d50f1ab127f1dda40413cb184c345f8c132e115fb1c6 +size 1595571 diff --git a/images/4c5f2734-be51-4347-96a4-0fd1f6cb7c0a.jpg b/images/4c5f2734-be51-4347-96a4-0fd1f6cb7c0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff7fdc07b0be57b211dc52ec31b22532131f4541 --- /dev/null +++ b/images/4c5f2734-be51-4347-96a4-0fd1f6cb7c0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8239b0902be783091166950089ae1cf7ef84c677e68fabc1224dc45fa4dfe59 +size 1418038 diff --git a/images/4c63d6d7-216b-4bb9-9c2a-202fdb2a4890.jpg b/images/4c63d6d7-216b-4bb9-9c2a-202fdb2a4890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55aba2ecac8b6def2a9ed69f6425582cef4d32b5 --- /dev/null +++ b/images/4c63d6d7-216b-4bb9-9c2a-202fdb2a4890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54f20e168335a732d292ce9883e7f2025bf9fa0384ca8252d4a5c86a1a58cf3 +size 1745742 diff --git a/images/4c6476be-5a71-442e-9b7f-a8bd75d8f0f7.jpg b/images/4c6476be-5a71-442e-9b7f-a8bd75d8f0f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..763018bbab432c4e5c4c42edfcebd63d0636eaf1 --- /dev/null +++ b/images/4c6476be-5a71-442e-9b7f-a8bd75d8f0f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f90a67366852d54d0179e963ef0316d5482c8451bb834cf636dc49c2bb77a34 +size 2465718 diff --git a/images/4c6f2810-2fdf-4686-b99c-e073bb93e2eb.jpg b/images/4c6f2810-2fdf-4686-b99c-e073bb93e2eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8884b207dbb00e3c7c9d5b051492d9584ae8f03 --- /dev/null +++ b/images/4c6f2810-2fdf-4686-b99c-e073bb93e2eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11d4b159f5bc290d89586f3b9d4e7da114e909e4c98bd35c2914c9c3ae30316 +size 1737691 diff --git a/images/4c7488ec-6d8d-444a-bff1-977a3dc6c9db.jpg b/images/4c7488ec-6d8d-444a-bff1-977a3dc6c9db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c9f437351a9e9df7480aa2af3a4adad5469b146 --- /dev/null +++ b/images/4c7488ec-6d8d-444a-bff1-977a3dc6c9db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787a37792038d6b6340b6ca6eeec03a27d2cb9475c58b550db92e51086954575 +size 1315085 diff --git a/images/4c76ab48-7328-4f41-8f02-1251c9570f25.jpg b/images/4c76ab48-7328-4f41-8f02-1251c9570f25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2e4d220d0d0b75c48c96228c9383c032ce4a0e2 --- /dev/null +++ b/images/4c76ab48-7328-4f41-8f02-1251c9570f25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2f95970af4377a7b83aa0160f14718182763141008338133d9b7a800339ed8 +size 1374565 diff --git a/images/4c82dd42-a414-45b1-809e-f94e9f37b686.jpg b/images/4c82dd42-a414-45b1-809e-f94e9f37b686.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14a1fb4840da171ee16143327b0772df29a1badd --- /dev/null +++ b/images/4c82dd42-a414-45b1-809e-f94e9f37b686.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6062ccdb12f9d5db0ab9fac392703c43a5441214cdc2395135d49e513246779 +size 1355919 diff --git a/images/4c87669c-a042-4f22-9f1d-84691001bc7a.jpg b/images/4c87669c-a042-4f22-9f1d-84691001bc7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22559077ba51bb6e59ed7456f4c340a4ff06b0fb --- /dev/null +++ b/images/4c87669c-a042-4f22-9f1d-84691001bc7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ce79b0b5ccd7ccddd0f25be6ee8ed9849e916b1477c320474032b25f769685 +size 1681687 diff --git a/images/4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98.jpg b/images/4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d566d43ccf12b880c67d771e3d4c28fe38b1666 --- /dev/null +++ b/images/4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9802111c5c305757ce454b6553b29d7bcda7e808b39a20f461628e5bbf3128b0 +size 1546744 diff --git a/images/4caa618f-e32e-4124-8557-259f09da8183.jpg b/images/4caa618f-e32e-4124-8557-259f09da8183.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b5020ec94c76957285135f4a68992621db5dee0 --- /dev/null +++ b/images/4caa618f-e32e-4124-8557-259f09da8183.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2124d8689b6b32f8cd644029b4b86b8f705b8c5c56600927de68bde646bd395 +size 1532719 diff --git a/images/4cb2378b-09c6-4a0b-a94e-3f84ca9a9156.jpg b/images/4cb2378b-09c6-4a0b-a94e-3f84ca9a9156.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8c7d285438cfea39ad72043ab6fb6e898a5244f --- /dev/null +++ b/images/4cb2378b-09c6-4a0b-a94e-3f84ca9a9156.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1c733221b9b53894a33d161ce2fa0946709ce796a1e8b9b0e50f92373bacd0 +size 1569643 diff --git a/images/4cb7b883-4bed-4e7e-ba0a-8517add870e1.jpg b/images/4cb7b883-4bed-4e7e-ba0a-8517add870e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f7189f992b96037d47b9b3de5ec6a6d7819ff1b --- /dev/null +++ b/images/4cb7b883-4bed-4e7e-ba0a-8517add870e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed182e75aed65cde05133d7ab3f6b7beff432f046652c9a1100ec33340fd51e +size 2392438 diff --git a/images/4cb854f4-6193-4663-9a96-b5a939bf358d.jpg b/images/4cb854f4-6193-4663-9a96-b5a939bf358d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3733b7d76777accf284af58df0e34a204eddaf92 --- /dev/null +++ b/images/4cb854f4-6193-4663-9a96-b5a939bf358d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017eb6a669ab96b31a8e1a0ce4474123f6b96017174ce7a91b2ea0dfc278c48c +size 1576110 diff --git a/images/4cbb769b-9e3f-4298-8bce-2ef50cbce491.jpg b/images/4cbb769b-9e3f-4298-8bce-2ef50cbce491.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3444688da8629119e5e5c8d1c6793816dcbdcc16 --- /dev/null +++ b/images/4cbb769b-9e3f-4298-8bce-2ef50cbce491.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eddd9bf1dfeea4dedb1c51b602b40e182e14981e6b6a279caf2834f42afd6b7 +size 1730764 diff --git a/images/4cc569ba-df7e-40ca-8437-992439b48301.jpg b/images/4cc569ba-df7e-40ca-8437-992439b48301.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f92354d366187ffea54cc89d0650ef4b83eeaf1 --- /dev/null +++ b/images/4cc569ba-df7e-40ca-8437-992439b48301.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65c46bb2d965087e0247f87bd348f7d9c980d6bad9e7c377a02798173a5be17 +size 1379213 diff --git a/images/4cd26dce-fe2d-404c-aa95-c551548752a4.jpg b/images/4cd26dce-fe2d-404c-aa95-c551548752a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db5b03364d652250414c2f6381fc997deeaaa2e2 --- /dev/null +++ b/images/4cd26dce-fe2d-404c-aa95-c551548752a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6132315662ab77b7852dfd72a994f6ae08377f40727dedc8b8b591133daf64aa +size 1400980 diff --git a/images/4cdbc90e-ba03-4e97-b04b-6f7beafc3115.jpg b/images/4cdbc90e-ba03-4e97-b04b-6f7beafc3115.jpg new file mode 100644 index 0000000000000000000000000000000000000000..489e2dafd6562b0c5fa2fd5ad26d699c97630460 --- /dev/null +++ b/images/4cdbc90e-ba03-4e97-b04b-6f7beafc3115.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4bf00d65f85e29b9efa18898c795e067a7ce8f9e860ccdfb99a26454043cd4 +size 1318561 diff --git a/images/4cdfc18a-6530-4ef6-aa92-f0195a839541.jpg b/images/4cdfc18a-6530-4ef6-aa92-f0195a839541.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46de7df48a7be505b7166d26b7a09a2a0b2eb40e --- /dev/null +++ b/images/4cdfc18a-6530-4ef6-aa92-f0195a839541.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f0f71ccf30918cab15f33c162023596482d4d121c095ffcad2f8c2b8fefb50 +size 2427022 diff --git a/images/4cec9301-7f0d-446a-aec5-50290b2dfd36.jpg b/images/4cec9301-7f0d-446a-aec5-50290b2dfd36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ead07a72b800d3f0bdda241bd42ad2f8a87f7f4 --- /dev/null +++ b/images/4cec9301-7f0d-446a-aec5-50290b2dfd36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e221143de7b2014e0db1a686e71b408f0d386b95c55e5e3917ad1c88e0812ba9 +size 1575325 diff --git a/images/4cfe377b-b5c2-441e-9785-46207d46b205.jpg b/images/4cfe377b-b5c2-441e-9785-46207d46b205.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dcd4894476361d42c1ab112c1101552d676894c --- /dev/null +++ b/images/4cfe377b-b5c2-441e-9785-46207d46b205.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f6001ac7d3e6de005d9545234bfbb11cdde96483766b8d079927c471c5d140 +size 1152085 diff --git a/images/4d0481db-ca36-44c0-a917-009dec077961.jpg b/images/4d0481db-ca36-44c0-a917-009dec077961.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aae4125a55df5aa187ae10910e7d4a8a3b2ff09 --- /dev/null +++ b/images/4d0481db-ca36-44c0-a917-009dec077961.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e8a86b70faaf6830cdbd47054a1d822cd756ad4f3f39c1f6306e559785c125 +size 1204839 diff --git a/images/4d067731-069f-49f1-90ce-0a82cc742a3b.jpg b/images/4d067731-069f-49f1-90ce-0a82cc742a3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a99d8e651eaf443cb5c7d69435dc0d15f22c547 --- /dev/null +++ b/images/4d067731-069f-49f1-90ce-0a82cc742a3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e538bf9ff86dae6b62d6d2b4c531c4a984b3c004ec1bdd3b57c3609247fb8ace +size 1438093 diff --git a/images/4d0b09f0-6058-44da-b661-9d65b9d58df4.jpg b/images/4d0b09f0-6058-44da-b661-9d65b9d58df4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..589b3b674732d48921b34a2b627bba4a17e4a143 --- /dev/null +++ b/images/4d0b09f0-6058-44da-b661-9d65b9d58df4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad32dd654174bc26bd8fa830f3049faaf3846405f2c1342c82ea066ddf1b16f8 +size 2488096 diff --git a/images/4d0b1693-b10d-41dd-85c0-b6f3e357dda8.jpg b/images/4d0b1693-b10d-41dd-85c0-b6f3e357dda8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..804f4038aca0b57d3980d4b155fc3c34bb666346 --- /dev/null +++ b/images/4d0b1693-b10d-41dd-85c0-b6f3e357dda8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b46ae78a02287703e3c66e6a01d1df3fed129f59aa20c3f618bf24ea141ad7 +size 1833978 diff --git a/images/4d111cd2-23f2-4bfd-b0db-7a536c63c5b1.jpg b/images/4d111cd2-23f2-4bfd-b0db-7a536c63c5b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6de3dd86cea541116d41e4be1b18d34f7c76e6e6 --- /dev/null +++ b/images/4d111cd2-23f2-4bfd-b0db-7a536c63c5b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142f10c9dabb62ae895f83e1cd16c55ee144bf9d7138216892120f29efd46423 +size 1427967 diff --git a/images/4d12d27a-af8c-4577-8cd7-4be131075e18.jpg b/images/4d12d27a-af8c-4577-8cd7-4be131075e18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a252f185994944798575517f4142e9761ba14626 --- /dev/null +++ b/images/4d12d27a-af8c-4577-8cd7-4be131075e18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21441dba705de6d3a1f082d5fde1009f0a719258ef11809d4da815dc2608c7e7 +size 2372585 diff --git a/images/4d2552e4-95f7-493c-b750-8d49cc6bd9fe.jpg b/images/4d2552e4-95f7-493c-b750-8d49cc6bd9fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e9b8b5b67ea9424a40dce55974467c44172944e --- /dev/null +++ b/images/4d2552e4-95f7-493c-b750-8d49cc6bd9fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36564431fd85e2e23d6e6e65260a00ea83451adc07c1cdd9e1a7843dd4719ca +size 1656622 diff --git a/images/4d27b2ca-a86d-408c-a093-c37812f63a7b.jpg b/images/4d27b2ca-a86d-408c-a093-c37812f63a7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ebc1262c5025c8f4b33a09d3d2708488ada892a --- /dev/null +++ b/images/4d27b2ca-a86d-408c-a093-c37812f63a7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bed6590f594fde59f7aaa69016e8fd720a4556840c0dd3269f2fda932c3bc9 +size 1834532 diff --git a/images/4d488c93-d6b3-4c02-b755-bb74df8257f6.jpg b/images/4d488c93-d6b3-4c02-b755-bb74df8257f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f107c7ed198bfdc5978fb6b1d8bcb9061ae6ce74 --- /dev/null +++ b/images/4d488c93-d6b3-4c02-b755-bb74df8257f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2dd2c488e7b9b74ccad96d8c0b97ad6790777038278cd5277ebaeef7b9386e +size 1616583 diff --git a/images/4d48f027-b79b-4a1e-a5ef-bf84379c0b6a.jpg b/images/4d48f027-b79b-4a1e-a5ef-bf84379c0b6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a45b0f60a18e3f4b73d10497644a521dc560a8b --- /dev/null +++ b/images/4d48f027-b79b-4a1e-a5ef-bf84379c0b6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf62c164729ca0c9e7dbdb5275fc7e839808779525ac047aa877c47d61d6066f +size 1398503 diff --git a/images/4d4c54a4-4929-431d-8d45-bc467de1deaa.jpg b/images/4d4c54a4-4929-431d-8d45-bc467de1deaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee7338b06c5c22bb825fea268890b0bada307d2b --- /dev/null +++ b/images/4d4c54a4-4929-431d-8d45-bc467de1deaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2669218c08721aa11ffef1ce747d00c83730bc7b88bde0eab159c1313b941f0e +size 1524609 diff --git a/images/4d4eb268-0a77-475c-aea8-81d266421ed0.jpg b/images/4d4eb268-0a77-475c-aea8-81d266421ed0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7130bd990c82c431cc56c435ba0c6fe4cc392a8d --- /dev/null +++ b/images/4d4eb268-0a77-475c-aea8-81d266421ed0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0b8743b9e77cac9b536a1dae4f95bd66cd15bff441b0303a01f0ece774ef21 +size 1464458 diff --git a/images/4d5916a9-feb8-4aeb-bee2-74b6c07fd875.jpg b/images/4d5916a9-feb8-4aeb-bee2-74b6c07fd875.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e79bda31524f23a9bc1f12bc437d2eac697d9f0 --- /dev/null +++ b/images/4d5916a9-feb8-4aeb-bee2-74b6c07fd875.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d6f58788d10a2343e66d07a668c148eba4ef62c83fd0cc12243e2676619926 +size 1628322 diff --git a/images/4d8261c7-8814-4fbd-9b86-9d782314dcff.jpg b/images/4d8261c7-8814-4fbd-9b86-9d782314dcff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b71405ed4bd3ca5dec3e73116775e22487603ba2 --- /dev/null +++ b/images/4d8261c7-8814-4fbd-9b86-9d782314dcff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45581f148b82a1d9cb9cfc543aab8ec22a1e00510ee63fd8c0a025aaa7d03e3 +size 1595787 diff --git a/images/4d907bb2-eaa4-4014-a87f-9272df8594c9.jpg b/images/4d907bb2-eaa4-4014-a87f-9272df8594c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff72ddde0ac34c01e901d92276076403242bc02d --- /dev/null +++ b/images/4d907bb2-eaa4-4014-a87f-9272df8594c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bfd04408b406093b8a98e8198aaa55c9f28069bd66cecd66cb4340b2a34598 +size 1325655 diff --git a/images/4d936a07-5b31-4449-843e-a06fa4a60a2f.jpg b/images/4d936a07-5b31-4449-843e-a06fa4a60a2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..598442480d9b6c9fe505aef06fe28386d88ed06d --- /dev/null +++ b/images/4d936a07-5b31-4449-843e-a06fa4a60a2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812d0a5fac598b7bf8fd83fc0c5c3719e474cf7ea2d4d62dd1407ce50e82253d +size 1426588 diff --git a/images/4da2b81d-8794-47a9-ada1-2d22adf2d8eb.jpg b/images/4da2b81d-8794-47a9-ada1-2d22adf2d8eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd39708fb468a33d0e6020d9229868af13128944 --- /dev/null +++ b/images/4da2b81d-8794-47a9-ada1-2d22adf2d8eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb886e4cf07ae1ecb78375c23020326aa80321550d0801017e2ce7d223a2383 +size 2268404 diff --git a/images/4dadcb5c-72cd-4e03-bf0b-17d75719e5eb.jpg b/images/4dadcb5c-72cd-4e03-bf0b-17d75719e5eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16695fb1688386e9978ab3137aab7fda519b398d --- /dev/null +++ b/images/4dadcb5c-72cd-4e03-bf0b-17d75719e5eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3804566821dc1ecc2dc78ac606e4981f88399a72286c1efde5360b02d79991ec +size 1750624 diff --git a/images/4dae9d76-36c6-4f24-b17e-9afbfcc8d404.jpg b/images/4dae9d76-36c6-4f24-b17e-9afbfcc8d404.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a712aabe6aefe671ad7875ff38f89263722cc6 --- /dev/null +++ b/images/4dae9d76-36c6-4f24-b17e-9afbfcc8d404.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1893c9b9b5d69473a0799eb2ac4e752179aeb4684aa45fbc816c333f8047af7f +size 1536371 diff --git a/images/4daeb825-dae8-4e8c-a6ba-3ffb69385505.jpg b/images/4daeb825-dae8-4e8c-a6ba-3ffb69385505.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8958005ba7ae2c478164925718bcc11e3278352f --- /dev/null +++ b/images/4daeb825-dae8-4e8c-a6ba-3ffb69385505.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51fa3bf70734ca3c6227a1746e16196009a60535822926fd910018890f8e7bd +size 1725592 diff --git a/images/4db078a9-1d85-4b45-84bc-d024e09b98ce.jpg b/images/4db078a9-1d85-4b45-84bc-d024e09b98ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc5002f240951b338ec09ebf5fd0998803e423a --- /dev/null +++ b/images/4db078a9-1d85-4b45-84bc-d024e09b98ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ebbbb96a97336be9ac4e4d7847329c05bffdec81d82f0a2d28a373119a0f45 +size 1172050 diff --git a/images/4db3a9c9-7683-4a4e-80b9-db171ac1d141.jpg b/images/4db3a9c9-7683-4a4e-80b9-db171ac1d141.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad098752a5f1e274172429989cb512a54def3e0b --- /dev/null +++ b/images/4db3a9c9-7683-4a4e-80b9-db171ac1d141.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374549f0c5fee7b5ace20ea6565def140de2021b0cd7f521f64e2c8783d1d7e2 +size 1718230 diff --git a/images/4dbb68e1-a77e-4634-85e8-a61a2e9b8c75.jpg b/images/4dbb68e1-a77e-4634-85e8-a61a2e9b8c75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5022b727bf1461ec759fc3d5a267b003bdf1d135 --- /dev/null +++ b/images/4dbb68e1-a77e-4634-85e8-a61a2e9b8c75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2ebf249b5cbb680ba39eef0e24ecb7d47af8d2a24e6a86fd8940ffc0909b48 +size 1402865 diff --git a/images/4dbd29e7-3bce-4a5e-a048-003dcbe88558.jpg b/images/4dbd29e7-3bce-4a5e-a048-003dcbe88558.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94f0fef92af09b4ab58d35551917a408dbffc4e4 --- /dev/null +++ b/images/4dbd29e7-3bce-4a5e-a048-003dcbe88558.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e615df74a8e076395771864f7076d8c7d8ec47359d12171de831be4cf8e1a0 +size 1550489 diff --git a/images/4dc9d196-d8e3-403c-b2f1-1c9d82e699e2.jpg b/images/4dc9d196-d8e3-403c-b2f1-1c9d82e699e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2507a4931aab264d63a26024ed359bafa455d85f --- /dev/null +++ b/images/4dc9d196-d8e3-403c-b2f1-1c9d82e699e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a91ab1e98ae1203b140867cdd75021dd15428c71dfb43c6dd45fd98d1002598 +size 1908849 diff --git a/images/4dca2d32-abff-4f7a-ad44-a7af608b1d11.jpg b/images/4dca2d32-abff-4f7a-ad44-a7af608b1d11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7581d9a57bee580f01759427b41f58ed879ba81 --- /dev/null +++ b/images/4dca2d32-abff-4f7a-ad44-a7af608b1d11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f79e315d70ccaeb5bbea6620235e509a061d63de31c0242977e396711ea451 +size 1375555 diff --git a/images/4ddb05cc-e44c-4ddc-8dfc-30b8071299bb.jpg b/images/4ddb05cc-e44c-4ddc-8dfc-30b8071299bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fdcb3121f8c29a1dac38aa591b8f5cac3f0d621 --- /dev/null +++ b/images/4ddb05cc-e44c-4ddc-8dfc-30b8071299bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f0de3d5c1ad1c47f2edf57ce834dad98423b1781011c2173abd6cb18c36227 +size 1200411 diff --git a/images/4ddfd174-9f72-474a-8d39-c302571146a9.jpg b/images/4ddfd174-9f72-474a-8d39-c302571146a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d172a794482c4b55d40ed6e48737f46eaac7d25 --- /dev/null +++ b/images/4ddfd174-9f72-474a-8d39-c302571146a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1e287188cfe5f0eb9b2672653090fbf73d6f95b1aa614e652841b7b6ac9097 +size 1626621 diff --git a/images/4dec1039-a89c-4ecf-95fb-4d67fa92c076.jpg b/images/4dec1039-a89c-4ecf-95fb-4d67fa92c076.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1593939df64a1aba637602e31810806f3e36edfc --- /dev/null +++ b/images/4dec1039-a89c-4ecf-95fb-4d67fa92c076.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea586d49887d668718e57d6901680b4bdaee16bb7a471ebf3234406a1d31fba8 +size 2251364 diff --git a/images/4df0dfbe-bc75-4ddf-abcb-6b390c2f6496.jpg b/images/4df0dfbe-bc75-4ddf-abcb-6b390c2f6496.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd23b1dd558a83d6a8d1fe735605200a65f9e697 --- /dev/null +++ b/images/4df0dfbe-bc75-4ddf-abcb-6b390c2f6496.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d341b0107bd298e2c03c33b7223786e92885167495b716f5d7714ee7d2552fa6 +size 1440263 diff --git a/images/4df3f32e-4f61-4afa-9721-94d834d9de24.jpg b/images/4df3f32e-4f61-4afa-9721-94d834d9de24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0abd6b0ce4ffc550973b8181070f5d8aee12071b --- /dev/null +++ b/images/4df3f32e-4f61-4afa-9721-94d834d9de24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a806eed95220d40cf7931a58dd7c4a784724e42c005ee3bacfb495944822e11 +size 1822989 diff --git a/images/4df534da-97b6-4245-8b11-10b38de7624c.jpg b/images/4df534da-97b6-4245-8b11-10b38de7624c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..858393215f06eb90bff36b274e777e605869b7a2 --- /dev/null +++ b/images/4df534da-97b6-4245-8b11-10b38de7624c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a08e2eaf8c0a1043f1d307daa30b92e1a1c0005892e767ee0358c82464c6e8 +size 2474825 diff --git a/images/4df6eaf9-c961-4835-bbe1-65dea5d88f0e.jpg b/images/4df6eaf9-c961-4835-bbe1-65dea5d88f0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99f5346a20a8770505b6d70901d3280568712dc9 --- /dev/null +++ b/images/4df6eaf9-c961-4835-bbe1-65dea5d88f0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf018e2420f96282f8de4cf0ae763d613e87d2c04a4bf35c28c2a2004364112 +size 1297905 diff --git a/images/4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe.jpg b/images/4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4268aa6836a8f60840bf9dd35e6b353c7eacba59 --- /dev/null +++ b/images/4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88594d754eec7126d2dbab3e132a130854c64ee72ab4415596c0ac6a7d126cc +size 1897801 diff --git a/images/4e06b555-6961-4bdc-980d-8370b5a5866f.jpg b/images/4e06b555-6961-4bdc-980d-8370b5a5866f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf15ce39139611ce5bb7e44a765daaa24a38a4f2 --- /dev/null +++ b/images/4e06b555-6961-4bdc-980d-8370b5a5866f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8444bbd3bb12cd689a385466e86a3a20a3bd9fd3f2140af8d975b5e7b6a703f3 +size 2035435 diff --git a/images/4e1be8bd-0c30-4901-9d47-813d5c02806e.jpg b/images/4e1be8bd-0c30-4901-9d47-813d5c02806e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3c5cf120d0e0dd626304f92d992b9d6deed1957 --- /dev/null +++ b/images/4e1be8bd-0c30-4901-9d47-813d5c02806e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a3615f0be8f866facbbcf242fe434cb89226e5fbcb0016824a9d3b516948c7 +size 3008485 diff --git a/images/4e298747-9276-4c55-9250-c6b1e2df8fa4.jpg b/images/4e298747-9276-4c55-9250-c6b1e2df8fa4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da595a1ae4bd919fbea0baad4df0e3fb67ddac53 --- /dev/null +++ b/images/4e298747-9276-4c55-9250-c6b1e2df8fa4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e1e3930d8d0fc0189eb5f1a6ec7398e7eecb31c401ab1cde99104a93d16137 +size 1369350 diff --git a/images/4e29b48d-ade6-4bdc-b4bc-ce875ad1e954.jpg b/images/4e29b48d-ade6-4bdc-b4bc-ce875ad1e954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62ded6d461be3bea5714b0de81025b1624a61c61 --- /dev/null +++ b/images/4e29b48d-ade6-4bdc-b4bc-ce875ad1e954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f3a549d1c8d7bc36fc646ac2ef24805beffe085c577cbe710601c4f1f5b47e +size 1671537 diff --git a/images/4e3471bc-5e10-4108-97eb-40a6c0844351.jpg b/images/4e3471bc-5e10-4108-97eb-40a6c0844351.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fefa18d95a85370837114009c4d14f99a1e2fd04 --- /dev/null +++ b/images/4e3471bc-5e10-4108-97eb-40a6c0844351.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e09437b479e300d5a0aea70494642d18e052190b5d03c31649a03b1b7bbb6e2 +size 1677296 diff --git a/images/4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a.jpg b/images/4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c00ec4abebda5f9504ca6124b0bf4cb9b730cdc --- /dev/null +++ b/images/4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79a513613f8b253a46b7c0b1fed99a13f781518c8c130eb449d16cf93c1a500 +size 2529819 diff --git a/images/4e4a1925-132f-483c-855a-272d69b01b0f.jpg b/images/4e4a1925-132f-483c-855a-272d69b01b0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd853fd038c37c7ed55810aa86abf7de577f3c1f --- /dev/null +++ b/images/4e4a1925-132f-483c-855a-272d69b01b0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e406854936b550ff434250a1a4d577cabe2f61e4784c0af55e4fa7eb4d3b138 +size 1727681 diff --git a/images/4e4fa881-b5ac-4d5d-875a-f627b2d0f82e.jpg b/images/4e4fa881-b5ac-4d5d-875a-f627b2d0f82e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d55ac2e8e3ebccf04651f143812b287acd587154 --- /dev/null +++ b/images/4e4fa881-b5ac-4d5d-875a-f627b2d0f82e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27d1eadf2fb50f71bb8f52bb9237eec58e9c0fecb5ce0efede9584175985842 +size 1375218 diff --git a/images/4e4fcaa6-3e34-4092-a0e3-161e3801b992.jpg b/images/4e4fcaa6-3e34-4092-a0e3-161e3801b992.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb0e402b9ca9c12e3f016e25ce2de32416313e62 --- /dev/null +++ b/images/4e4fcaa6-3e34-4092-a0e3-161e3801b992.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80384c294f19d6cb1f5502a3f4a73f735b0dc4f4c241faa048084932d7edad45 +size 1678392 diff --git a/images/4e55a5b8-2c18-40f0-b970-1123299a90f9.jpg b/images/4e55a5b8-2c18-40f0-b970-1123299a90f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9d3cb5dbbe85a81ec5b5d0cfc03161e360c2c01 --- /dev/null +++ b/images/4e55a5b8-2c18-40f0-b970-1123299a90f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8525c951d6e39c41cc9a05bb98c5498f458b155ed450dd1ea443bc09bdd4196b +size 2961927 diff --git a/images/4e64eb9d-0d64-4caf-9704-39781e5f88d0.jpg b/images/4e64eb9d-0d64-4caf-9704-39781e5f88d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40ca110b0ac56d30fb2f7a24327509a1196a9c49 --- /dev/null +++ b/images/4e64eb9d-0d64-4caf-9704-39781e5f88d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b96aa857ff3e106df991bab39dce70e60583e5623d8cec08b526b2f6f52cd0f +size 1532920 diff --git a/images/4e66f040-e28a-43e0-8048-d6699b17ecb0.jpg b/images/4e66f040-e28a-43e0-8048-d6699b17ecb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c59a7f5cb4005110ea79af67b7edee46ccf3469b --- /dev/null +++ b/images/4e66f040-e28a-43e0-8048-d6699b17ecb0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597579de2d97522d3191daf385afa65096a14cd0062b24b7d72b31c86d349f59 +size 1466912 diff --git a/images/4e747784-6a47-4255-9439-48eb77e330fb.jpg b/images/4e747784-6a47-4255-9439-48eb77e330fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..728aefcf22834b6557d4fac9f9e86612aa4004c7 --- /dev/null +++ b/images/4e747784-6a47-4255-9439-48eb77e330fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673e26447d36fc306650d8b6a15894c8a9d46b42fb291c19e57fbcb282008468 +size 1485735 diff --git a/images/4e793d90-6317-4d92-8251-21ff9cbcde97.jpg b/images/4e793d90-6317-4d92-8251-21ff9cbcde97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5062f83d17bd6a4d2f63d35549c48dd010959c8b --- /dev/null +++ b/images/4e793d90-6317-4d92-8251-21ff9cbcde97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1943457b0da514a88fa8b82d5dfc5334fbf9defc0c64cf62421b43c2011e5f94 +size 1383769 diff --git a/images/4e7ae249-3ed9-4aa9-ab33-dc491d1694b4.jpg b/images/4e7ae249-3ed9-4aa9-ab33-dc491d1694b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa3241894cba507bef31dff160136222990e8b76 --- /dev/null +++ b/images/4e7ae249-3ed9-4aa9-ab33-dc491d1694b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af78aa08ebc09c857a76f27385d9af32941412e6870cb027fad69c5a773b680 +size 2585936 diff --git a/images/4e7bae26-a979-4edc-80b0-2d99335b61d3.jpg b/images/4e7bae26-a979-4edc-80b0-2d99335b61d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eec01d1d1f223b6793fcb61d62e5943e99c20578 --- /dev/null +++ b/images/4e7bae26-a979-4edc-80b0-2d99335b61d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a352ee84844499bf895e0d56b084e30600852dd0ee2e3666a57774b29ccbab +size 2036330 diff --git a/images/4e7c1bcf-e4eb-4570-884f-481e07cff5fc.jpg b/images/4e7c1bcf-e4eb-4570-884f-481e07cff5fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1187307f0eb6b26d7f5ab860a112024fc308dbac --- /dev/null +++ b/images/4e7c1bcf-e4eb-4570-884f-481e07cff5fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179aa72ca845f70644ee867f09f9e017877af29db393a8d49b95d5fa6a9098c9 +size 1609215 diff --git a/images/4e7f3cda-c660-4ea9-a1f6-1b767130205a.jpg b/images/4e7f3cda-c660-4ea9-a1f6-1b767130205a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46e05d8990aef1234f73d79d073c85aa31d0f94f --- /dev/null +++ b/images/4e7f3cda-c660-4ea9-a1f6-1b767130205a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2409d971cc6c49b87a5a1667d43523097f8eed9a12eb93eeab12d4989118f93b +size 869787 diff --git a/images/4e913ecc-3cdc-4e54-bd7d-05c5c1912689.jpg b/images/4e913ecc-3cdc-4e54-bd7d-05c5c1912689.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7300d992895fb1b37b974a003e9cd5376cbc9ae --- /dev/null +++ b/images/4e913ecc-3cdc-4e54-bd7d-05c5c1912689.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b514294b64733b20164834b799eee2323fc6975fa972c3a8eb860b73953cef +size 1539508 diff --git a/images/4e91bec3-1917-4f09-8acf-a3c5ae3bb216.jpg b/images/4e91bec3-1917-4f09-8acf-a3c5ae3bb216.jpg new file mode 100644 index 0000000000000000000000000000000000000000..117ef8c5f0c8b4a3acd53c6d4ba75a755e5b6fc6 --- /dev/null +++ b/images/4e91bec3-1917-4f09-8acf-a3c5ae3bb216.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689b17ae94e642ab18c3152605836b7f8bc2463e8afae90aad0df0d05a10a6b2 +size 3203787 diff --git a/images/4e964d26-24af-40ea-8f59-3cbb18a006fd.jpg b/images/4e964d26-24af-40ea-8f59-3cbb18a006fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a77ce239aee965b901c4d6e3796f6909aecf1055 --- /dev/null +++ b/images/4e964d26-24af-40ea-8f59-3cbb18a006fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae57005f231c6a1f77b92f333e20586b81452b51a2d84b616de61196e8c84d6 +size 2019089 diff --git a/images/4e998710-3718-42a5-97af-4f4f323283e2.jpg b/images/4e998710-3718-42a5-97af-4f4f323283e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13f68358062c457841897e1bd2b1d87b95788266 --- /dev/null +++ b/images/4e998710-3718-42a5-97af-4f4f323283e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612303aaa522708e2beafe09b15e94325c8062422194e2b280ab545642ede434 +size 1814015 diff --git a/images/4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee.jpg b/images/4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9452d9c8586fae0a001b7170b52528264d1fbe25 --- /dev/null +++ b/images/4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892421d10523213188f7ad84b760a58e5d28781612b268a49e333d12d4a2f3d1 +size 1623950 diff --git a/images/4e9dcd20-5e32-49e2-a7e1-62fb6100076d.jpg b/images/4e9dcd20-5e32-49e2-a7e1-62fb6100076d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43ac4aacf84929464f199e201ed769c0f16fe7cb --- /dev/null +++ b/images/4e9dcd20-5e32-49e2-a7e1-62fb6100076d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380345de7829e87a5ed9301967780ff2782a1c116e8fe074bf4f69d3ee8cfe20 +size 1572708 diff --git a/images/4ead2023-9d7f-463d-a3dc-4f8c2fbec591.jpg b/images/4ead2023-9d7f-463d-a3dc-4f8c2fbec591.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a34317fdbd08b8a806d9f480251cff22dc0943b7 --- /dev/null +++ b/images/4ead2023-9d7f-463d-a3dc-4f8c2fbec591.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2753fd1ff08d733005a201f8219f0835e1e2fc8541d9454fd18046eef443e2cf +size 1506523 diff --git a/images/4ead36f5-478a-44c8-ba72-91f3de689e03.jpg b/images/4ead36f5-478a-44c8-ba72-91f3de689e03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a4b353d570304e4923124e6b74f0f4624b1213e --- /dev/null +++ b/images/4ead36f5-478a-44c8-ba72-91f3de689e03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bb88068e3f60c1505aca62064db2c7006b83fd8f47f4370c4016d28d3d606f +size 1779285 diff --git a/images/4ead58cd-33bf-4a28-bff4-810417396a4d.jpg b/images/4ead58cd-33bf-4a28-bff4-810417396a4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edfa6e560ba40b6e01dc0ce78de831c6007d82ad --- /dev/null +++ b/images/4ead58cd-33bf-4a28-bff4-810417396a4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062b1eab06a34fcad08c9294d849a1d44b9479cb1809768908eeaebfe26b14ac +size 1634361 diff --git a/images/4eb63595-3201-45b9-9b49-44bdffc31709.jpg b/images/4eb63595-3201-45b9-9b49-44bdffc31709.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e131d19109561d5c66a2900f6b8f9c918793465 --- /dev/null +++ b/images/4eb63595-3201-45b9-9b49-44bdffc31709.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f1207593d5fcfa2c6e53da5b80526ae17c6e874d7a18ccb6900c75dd5aa8c2 +size 2865217 diff --git a/images/4ebd0090-e5e8-4f12-9483-1a4d6f93d760.jpg b/images/4ebd0090-e5e8-4f12-9483-1a4d6f93d760.jpg new file mode 100644 index 0000000000000000000000000000000000000000..595f7e6bf92181597c84ce362605abcb0f1ea851 --- /dev/null +++ b/images/4ebd0090-e5e8-4f12-9483-1a4d6f93d760.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b46599d805e2bdba29b98c0687cbc0bf81a800c6c52075664f5275edc0ddcf +size 1655594 diff --git a/images/4ec0b948-256d-42a6-80e8-93c2e36e9470.jpg b/images/4ec0b948-256d-42a6-80e8-93c2e36e9470.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6153250ede84630f624a3c81e3b225dcee93ace9 --- /dev/null +++ b/images/4ec0b948-256d-42a6-80e8-93c2e36e9470.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5640ebcb0022860f77630a2ce13d2f32c81ec213a3f769d7ea605a0faee02baf +size 1250404 diff --git a/images/4ec67e06-98d3-4d48-b7f2-f756e8db418f.jpg b/images/4ec67e06-98d3-4d48-b7f2-f756e8db418f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca196a927ab6a1eff2ec882438ade312c40f50e3 --- /dev/null +++ b/images/4ec67e06-98d3-4d48-b7f2-f756e8db418f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8eb33cb1a47de5a33782def55ec2eded5da40a92a78445b30c8dad689255fa6 +size 1652025 diff --git a/images/4ec9ac9e-f1b7-45e6-aa6e-edf594f33704.jpg b/images/4ec9ac9e-f1b7-45e6-aa6e-edf594f33704.jpg new file mode 100644 index 0000000000000000000000000000000000000000..618dd45387185515edb187b0f003d67b3e9846b1 --- /dev/null +++ b/images/4ec9ac9e-f1b7-45e6-aa6e-edf594f33704.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29adae3bb650942e226dbff77ddc9f7fb092939e7ba4129633e7bdde339241aa +size 2141194 diff --git a/images/4ecc1203-073d-4eca-a058-1171e20db3de.jpg b/images/4ecc1203-073d-4eca-a058-1171e20db3de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8c145b027241bd6ba6d3454e1f6ade1ec278ff1 --- /dev/null +++ b/images/4ecc1203-073d-4eca-a058-1171e20db3de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42a1b91ebae459daf2a5260072f029d6ed350c7320d76ff4646ed7aa07b6047 +size 1419427 diff --git a/images/4ed3209e-e28b-435e-9b81-c9c11d24a8b9.jpg b/images/4ed3209e-e28b-435e-9b81-c9c11d24a8b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a698d68203357861cdcc1c2609046add1322adaf --- /dev/null +++ b/images/4ed3209e-e28b-435e-9b81-c9c11d24a8b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3008b37676de6ec652bf3a37f738e5f6f58df4006353096a4f849c2541d0fc8 +size 1612332 diff --git a/images/4ed554aa-15ad-4cd3-8d9b-52373e81f692.jpg b/images/4ed554aa-15ad-4cd3-8d9b-52373e81f692.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f91bc354c2cace07cedc6a82ede63cbbb8fe9fc --- /dev/null +++ b/images/4ed554aa-15ad-4cd3-8d9b-52373e81f692.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ba4474e24a8a0171782aec47f13001f7d67c6ebb95cecd4509a7261e9e3443 +size 1762785 diff --git a/images/4ee3949d-3062-4ad4-bb57-0d7c1134d6f6.jpg b/images/4ee3949d-3062-4ad4-bb57-0d7c1134d6f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac7bfaf0fd8d5a0997444b9cbedfad845f4fb8d5 --- /dev/null +++ b/images/4ee3949d-3062-4ad4-bb57-0d7c1134d6f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9d5b1dec9f4c3fb29c304e07f5d332a4cc6ef5d398884c1b94052739a057e5 +size 1799828 diff --git a/images/4ef72a86-cd50-447c-a4d4-e5fcca25ab6b.jpg b/images/4ef72a86-cd50-447c-a4d4-e5fcca25ab6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89a50765e76ac71a66beff3c90035fd473571a80 --- /dev/null +++ b/images/4ef72a86-cd50-447c-a4d4-e5fcca25ab6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f78c6dc16266d2235931870e57f2ec1e86864cc8e8a77b1df0d066efd6347c +size 1354816 diff --git a/images/4efcec30-47a5-4f4a-9679-d529f2f6c87e.jpg b/images/4efcec30-47a5-4f4a-9679-d529f2f6c87e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..595fafafc93e66db1d70a8f181338670cbe400d6 --- /dev/null +++ b/images/4efcec30-47a5-4f4a-9679-d529f2f6c87e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38789f402b94a96e2cae9641d5e6fab190026557db13adc9f367d520b180aa4b +size 1565893 diff --git a/images/4f007217-f247-4078-8ffe-13fec82b5a05.jpg b/images/4f007217-f247-4078-8ffe-13fec82b5a05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..868a8f1c43b58d64400e8958bf67db4c0a47084b --- /dev/null +++ b/images/4f007217-f247-4078-8ffe-13fec82b5a05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6859d21aff571149d152fdf2bc41f689f30215e8f9c6d2c53343c1eccc59df4 +size 2510447 diff --git a/images/4f08ef36-e596-476b-8979-c962e83d986a.jpg b/images/4f08ef36-e596-476b-8979-c962e83d986a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc17ad8a4afba515dd3a3fd252be7ce53cbbbb07 --- /dev/null +++ b/images/4f08ef36-e596-476b-8979-c962e83d986a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5f755c01d37131dc79709cd48281861dc2558f5960d0a92c2392885e77c95e +size 1709245 diff --git a/images/4f0b355a-d8b2-42fe-9169-bc51ef0959f8.jpg b/images/4f0b355a-d8b2-42fe-9169-bc51ef0959f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a56a2d271cac4ce7c1b438ddbf93da33edc9a46 --- /dev/null +++ b/images/4f0b355a-d8b2-42fe-9169-bc51ef0959f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e234f78cb5f49d887f8804f0232da2a2d16a2aed5e2f5d955e9713894b7c589 +size 1387580 diff --git a/images/4f286ee8-195d-4383-a758-7c270f28587b.jpg b/images/4f286ee8-195d-4383-a758-7c270f28587b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fee46adbb0ccb7ef870484a2db7741ba45e256e0 --- /dev/null +++ b/images/4f286ee8-195d-4383-a758-7c270f28587b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a29e0c8f5c984d9e1a1f38e237c59955fece8c18adb769f8d48a597d4bc460b +size 1333659 diff --git a/images/4f3089b9-087a-40e9-bbb6-a3a8c63d946d.jpg b/images/4f3089b9-087a-40e9-bbb6-a3a8c63d946d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc4dcec352dbfcd414ba746e0b788f3c4743da0d --- /dev/null +++ b/images/4f3089b9-087a-40e9-bbb6-a3a8c63d946d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba7348530717c3fdd75d14861a1ad383225fcdfb40e0793d70fbf0f9b0796c9 +size 1523609 diff --git a/images/4f35b2ac-7bbd-45f3-8d94-7183c8f240a3.jpg b/images/4f35b2ac-7bbd-45f3-8d94-7183c8f240a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31086e8002d33a9ad5a2739801e809de61bc9282 --- /dev/null +++ b/images/4f35b2ac-7bbd-45f3-8d94-7183c8f240a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e03c90049519ee15fcda5da5a064dda4c25e844ec336976f90649ecb313c88 +size 1052940 diff --git a/images/4f3fd664-f09a-4edc-bbe7-119f3af15896.jpg b/images/4f3fd664-f09a-4edc-bbe7-119f3af15896.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0c0a9fc7c3c4dca37f8eac160076073d608aebd --- /dev/null +++ b/images/4f3fd664-f09a-4edc-bbe7-119f3af15896.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fac1c822070031ad85e88d580e7114814620461368985db56f9dc755f8bad09 +size 1680116 diff --git a/images/4f41753b-fc79-4491-a82b-8492919a7f82.jpg b/images/4f41753b-fc79-4491-a82b-8492919a7f82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edfc3eb07b5d8825435308cfa26e3abe13ca4b6b --- /dev/null +++ b/images/4f41753b-fc79-4491-a82b-8492919a7f82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db18c6f0d5efed1a1d4006b177e20163eb49c36ffe385ab0fd4d66999bbe62a +size 1693191 diff --git a/images/4f4999e9-aea5-4412-bdf9-ee1287b5b1aa.jpg b/images/4f4999e9-aea5-4412-bdf9-ee1287b5b1aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c77dbe2c79c62868e8d03d7b8cd74998dc42a13 --- /dev/null +++ b/images/4f4999e9-aea5-4412-bdf9-ee1287b5b1aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da76c52a1c3c16d324ff16d8d1a957108d525bec34f10a33f489f7cbfff02174 +size 1588511 diff --git a/images/4f4ee42f-a808-47e3-b4f7-9ba7813ebacb.jpg b/images/4f4ee42f-a808-47e3-b4f7-9ba7813ebacb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d1a4f792f85c4829e72f5c91a70423b98765b27 --- /dev/null +++ b/images/4f4ee42f-a808-47e3-b4f7-9ba7813ebacb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf11cddb536f5103c41dbe3141f29244a6dac531ac0da1040db3633139b25ad +size 1501262 diff --git a/images/4f53a2b6-565e-407b-b54d-cf1e7b5aa230.jpg b/images/4f53a2b6-565e-407b-b54d-cf1e7b5aa230.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04bbd46b6f13b09bb47fd29e052541fb5d199974 --- /dev/null +++ b/images/4f53a2b6-565e-407b-b54d-cf1e7b5aa230.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9b4e4422a523e3dece97ed26cff9d1afb606cf94ef101e5d21777655c819b6 +size 1422236 diff --git a/images/4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded.jpg b/images/4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c09743bb0bcdb4157756c93d371cf21d70f6bf7 --- /dev/null +++ b/images/4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d872ca8b74c24ecd153c9759c1f12504e670b4cad692d1b267e69fbe1cb610 +size 1334992 diff --git a/images/4f7283e3-381e-421f-9bca-1edb78d1878e.jpg b/images/4f7283e3-381e-421f-9bca-1edb78d1878e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc2b0aab3f6e64c903fe17ead2628db9af09e9a4 --- /dev/null +++ b/images/4f7283e3-381e-421f-9bca-1edb78d1878e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d746507e71ce49e73e7aff44554a54e12233bd0c4488c28dde639e1ffa2df53b +size 1458094 diff --git a/images/4f7551ba-dca8-499e-a183-62d6625e60cc.jpg b/images/4f7551ba-dca8-499e-a183-62d6625e60cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f046b4f3b163bcb843013fe4506e45b3cc93059e --- /dev/null +++ b/images/4f7551ba-dca8-499e-a183-62d6625e60cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad4a10169e7a1596913866c173b9d762243ed7587544110b7af1a1934bdfeea +size 1158728 diff --git a/images/4f774356-0c24-42bb-89f7-4c8cadfbd09c.jpg b/images/4f774356-0c24-42bb-89f7-4c8cadfbd09c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d12fd2e591a09c00bc90f3b28cb577f9bd28876 --- /dev/null +++ b/images/4f774356-0c24-42bb-89f7-4c8cadfbd09c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156171dc50efa43d0c08f2ce43f8441373de2f8924188e33f1a504302ce4769b +size 1438215 diff --git a/images/4f7b2666-d8e3-4a17-aed4-7c79bc31a5db.jpg b/images/4f7b2666-d8e3-4a17-aed4-7c79bc31a5db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..827409b6cbeea01a7daebf0212c0eb8999efebd5 --- /dev/null +++ b/images/4f7b2666-d8e3-4a17-aed4-7c79bc31a5db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e76de7ff2fe7a6b0968b9ff64e9178d0bc4e3227b3a76498f7a4b30e72e2aa +size 1546145 diff --git a/images/4f7d514d-6b2e-4274-a594-c1d61d2b43af.jpg b/images/4f7d514d-6b2e-4274-a594-c1d61d2b43af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2a5922e338d609622f3c354fb9e7290337b3d34 --- /dev/null +++ b/images/4f7d514d-6b2e-4274-a594-c1d61d2b43af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650126af046c1965ab73fcd1232a48d85eee43ce564874e732bbc79f4d51c941 +size 1109798 diff --git a/images/4f7e173e-7bd1-4be7-8523-7b511b66ab20.jpg b/images/4f7e173e-7bd1-4be7-8523-7b511b66ab20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4267741d82098adbe3bb5f92927999c7e797774e --- /dev/null +++ b/images/4f7e173e-7bd1-4be7-8523-7b511b66ab20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f976bf7b7de2eb919cae312094536ff7efb1ab76cfd8b99d53ac64a8e41683 +size 1691535 diff --git a/images/4f830e4d-9630-4c3a-8a46-741a7bc794ee.jpg b/images/4f830e4d-9630-4c3a-8a46-741a7bc794ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3be072915854308f33a7e5a405d35f9791f0c63e --- /dev/null +++ b/images/4f830e4d-9630-4c3a-8a46-741a7bc794ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84f4253a092cb89530c907648d4cd0a3c662dbf2105c3ceda32b66ea9f91160 +size 2398463 diff --git a/images/4f8b9f0d-c82a-48f6-b547-3348afe1bd74.jpg b/images/4f8b9f0d-c82a-48f6-b547-3348afe1bd74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94b3d1138dee6a41f4075e36464ecbad4d72ae37 --- /dev/null +++ b/images/4f8b9f0d-c82a-48f6-b547-3348afe1bd74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfb253d3c8ae72ead66e43deb5c7c071affb7bd91fae4423feba5ca35498d1f +size 1641829 diff --git a/images/4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2.jpg b/images/4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..292784b1cf2d0df33291f1c2a5d79956f5a5895e --- /dev/null +++ b/images/4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18062b878d71dba7dcc36427221be2df7dbce9c7a6ab0057dff102b9cf4c277d +size 2290466 diff --git a/images/4f8df04b-20cd-4181-a433-dabad5647639.jpg b/images/4f8df04b-20cd-4181-a433-dabad5647639.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d75332beee6443409da83dd8882b8d2956ccf81 --- /dev/null +++ b/images/4f8df04b-20cd-4181-a433-dabad5647639.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62897f68eb5af5818532627a5c0ce8d3874229276f4c764827cca5973f72d7d6 +size 1614056 diff --git a/images/4f9ce0eb-f79c-4095-aef3-990dc9cc74ea.jpg b/images/4f9ce0eb-f79c-4095-aef3-990dc9cc74ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2422819f38b794a9dc37d4fe035c5d93fe614b0e --- /dev/null +++ b/images/4f9ce0eb-f79c-4095-aef3-990dc9cc74ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ba68c9c889c7dd2a27afd8a13ba55c3e5832bafd7cac70883a42b5eec885ed +size 1735393 diff --git a/images/4fa985e9-cc25-4b5e-a140-271dd3fedd9e.jpg b/images/4fa985e9-cc25-4b5e-a140-271dd3fedd9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41c9a6f027c3d917cd108ae272ccfa439196ea4b --- /dev/null +++ b/images/4fa985e9-cc25-4b5e-a140-271dd3fedd9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6780d57f657b2223c0493ac165b90e8d3d489c64042a6bdc6640eeb127ecbb +size 1368048 diff --git a/images/4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160.jpg b/images/4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e11763c9f7b7d6f23113f5be3228d1c83bdc23 --- /dev/null +++ b/images/4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f94246cd9701a64faa6740a132f892280ac4998b98ec1cb8ef5014716e33b80 +size 1340977 diff --git a/images/4fb25230-f252-4fb5-9209-1089198fcad9.jpg b/images/4fb25230-f252-4fb5-9209-1089198fcad9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..052177178b3e369e771075b0cda4b72cb356125a --- /dev/null +++ b/images/4fb25230-f252-4fb5-9209-1089198fcad9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062eec2b91c5df8d9a0ce7825522e3535dae305e8168ae064055d0cab4e20353 +size 1442644 diff --git a/images/4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae.jpg b/images/4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1e2be94c10439b0e62e8b2e96dff772213c997e --- /dev/null +++ b/images/4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00712e6690eb784a8ae88823018475c58c173e59f2bce77b404a7a1fa9fdfc80 +size 1703430 diff --git a/images/4fc24e70-81c3-43de-8ea2-ce5fba9d02d0.jpg b/images/4fc24e70-81c3-43de-8ea2-ce5fba9d02d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5161d7932b5bca887b0af2e534edfc4ccf3bf11 --- /dev/null +++ b/images/4fc24e70-81c3-43de-8ea2-ce5fba9d02d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe38a2c2f52117dbcee18c59acf62dc1556acc0955a6505351896f637122e9af +size 2076049 diff --git a/images/4fc3596b-cfc4-48ea-ade8-f492edb4456f.jpg b/images/4fc3596b-cfc4-48ea-ade8-f492edb4456f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6594615c8b195c5f9969d97eb87d9c6c5e18695e --- /dev/null +++ b/images/4fc3596b-cfc4-48ea-ade8-f492edb4456f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c7b52c6188adb407998e515dd39c92d7ae2903ac57eca8bdd6e57d02429788 +size 1701509 diff --git a/images/4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac.jpg b/images/4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..867ef2bdbb3c8132cbbf9db31aea8d97fbb29641 --- /dev/null +++ b/images/4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59db75c73c5d46df76930e36c97d7e23255573728542f0cc04a1775986c2ecb7 +size 1701763 diff --git a/images/4fcba1e6-4b16-4c07-b585-7f7accbc3f5a.jpg b/images/4fcba1e6-4b16-4c07-b585-7f7accbc3f5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbf0ad213f1a940c68e5de8b4091a6a109c90f0f --- /dev/null +++ b/images/4fcba1e6-4b16-4c07-b585-7f7accbc3f5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f0a1bc8eeb3ec4ee6c63d33fc6fa156e39da891387da3a1dc5a43c64051f99 +size 1511748 diff --git a/images/4fcc00f0-a106-48b1-9b38-c15d0826a54b.jpg b/images/4fcc00f0-a106-48b1-9b38-c15d0826a54b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6ff967d67a9cdf6e066b6c0c4c9c45e97cea187 --- /dev/null +++ b/images/4fcc00f0-a106-48b1-9b38-c15d0826a54b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a94a7fd82f79426c3284eeeb88379fcb3831f7208671d607cac23c71ea24bf2 +size 1599084 diff --git a/images/4fdfc69d-ad26-44f1-bdfd-4358b1f55192.jpg b/images/4fdfc69d-ad26-44f1-bdfd-4358b1f55192.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04150910b791fd8bcca614165c8a2bb362c16f55 --- /dev/null +++ b/images/4fdfc69d-ad26-44f1-bdfd-4358b1f55192.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ca685d74600e2a36bd3329d5fee6f8e624988276c5dec5b1ca5063c9cef118 +size 1240155 diff --git a/images/4fe36692-0c49-4ae0-b186-c2acdf8587c2.jpg b/images/4fe36692-0c49-4ae0-b186-c2acdf8587c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2119c53b14b0965a83b9fb4561712742403866a --- /dev/null +++ b/images/4fe36692-0c49-4ae0-b186-c2acdf8587c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fe94fefa26d1d9b4e9c6a56cd56765a24072620c674fc5b9782317d42e4a0e +size 1592010 diff --git a/images/500baffd-1aa3-4f21-b1a7-a964be863450.jpg b/images/500baffd-1aa3-4f21-b1a7-a964be863450.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d846dd7376f23e9fd2144165c036a0aedd2c91a4 --- /dev/null +++ b/images/500baffd-1aa3-4f21-b1a7-a964be863450.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14d8b56dfd7c1d0931bf652235256cd9a1c9c96dcd1a96912c20f687d68a70d +size 1168616 diff --git a/images/500f7653-3f74-4c86-83ed-0a86b1ee05c7.jpg b/images/500f7653-3f74-4c86-83ed-0a86b1ee05c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e70b5ed3765c00708d06832cb3c6d8737f1d81e --- /dev/null +++ b/images/500f7653-3f74-4c86-83ed-0a86b1ee05c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c418d43c38e2ad32f64a3957a9b0f8c5ed2c7f72cf38511dd32fede6dcb6ddf +size 1366940 diff --git a/images/501719e6-4646-4d7d-b89f-50926c3666e6.jpg b/images/501719e6-4646-4d7d-b89f-50926c3666e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f304849e224bd9b05f67b5a7b1fa042a118024e --- /dev/null +++ b/images/501719e6-4646-4d7d-b89f-50926c3666e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de386b6434fa52af3566718d5a3c5ce16c56a47fddef65a02d95eb78e8d5f756 +size 1327157 diff --git a/images/501ed2fa-37ff-4488-991b-63670b939e8f.jpg b/images/501ed2fa-37ff-4488-991b-63670b939e8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..539c6996a624af40cc77105b812b5275ef60317a --- /dev/null +++ b/images/501ed2fa-37ff-4488-991b-63670b939e8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b42d0f2a58cd941de9a4d5af5e2718c8005e3d46d6cd65c36a54fbdc07951e6 +size 1534953 diff --git a/images/502045cc-01e3-497f-a9c8-ec8e3004ea22.jpg b/images/502045cc-01e3-497f-a9c8-ec8e3004ea22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f3566d12195f61eafc35002343684eb55dcc466 --- /dev/null +++ b/images/502045cc-01e3-497f-a9c8-ec8e3004ea22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825128bb0f3a58417bede16b80604f89afacd0f420c297bfa7b0993770f34b84 +size 1624781 diff --git a/images/50209322-487a-4ccb-984d-b838bd3cb501.jpg b/images/50209322-487a-4ccb-984d-b838bd3cb501.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcbbac41e6588157d5ef7ec112c6ce397ca35575 --- /dev/null +++ b/images/50209322-487a-4ccb-984d-b838bd3cb501.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1189d0fad16a34198f1041a7de248bf5f4862aa59b3da09336481a6d35fb50af +size 1675720 diff --git a/images/5020ce22-dfd3-49a8-ad08-76602d9b945c.jpg b/images/5020ce22-dfd3-49a8-ad08-76602d9b945c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8632023753b031b1e054a04732744ae8de4a17a --- /dev/null +++ b/images/5020ce22-dfd3-49a8-ad08-76602d9b945c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0af38ab4fee055716f367d5885f5e1d63fa35db40d9839dfc933e9909fe26d2 +size 1293472 diff --git a/images/5022005e-900f-48ac-9834-0763306a33e5.jpg b/images/5022005e-900f-48ac-9834-0763306a33e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0339a3b6e794e866b998086fc3059ff1a47d6523 --- /dev/null +++ b/images/5022005e-900f-48ac-9834-0763306a33e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1aaa50665d08da26610fd179e036241be5f19d1db73fc6bac6bc9958022e203 +size 1068603 diff --git a/images/502a87c6-d7ec-4703-9f7a-aad65b0def3d.jpg b/images/502a87c6-d7ec-4703-9f7a-aad65b0def3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64c15a95d54a4412ab19fc23f4f014b9a74113cc --- /dev/null +++ b/images/502a87c6-d7ec-4703-9f7a-aad65b0def3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796912911e95ae7ffd59cfe06487f01c2ba2f12cedd4a5883f3f32adf5ea5a35 +size 1459522 diff --git a/images/5035758d-b095-4be6-bd07-d360529ebc45.jpg b/images/5035758d-b095-4be6-bd07-d360529ebc45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fae4f357e7cae3241fb5063e0e2c35a12ed32a6 --- /dev/null +++ b/images/5035758d-b095-4be6-bd07-d360529ebc45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29094100cf7ff7e48fb4ec56c2989181ae15fb42b0f8ae320a29ade1a124c8bb +size 1466873 diff --git a/images/503ee129-c64b-4fd0-a41b-56fcacac2ea6.jpg b/images/503ee129-c64b-4fd0-a41b-56fcacac2ea6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32e29d8aa638921215e8f10964cb5bbd541ec2d6 --- /dev/null +++ b/images/503ee129-c64b-4fd0-a41b-56fcacac2ea6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08644cf9fb3bf8b42ae457b98af4b4892f099eac28121ad21e6fd15f04759ea +size 1327345 diff --git a/images/50405d21-0865-4cb1-86c2-a50abcd3b9c6.jpg b/images/50405d21-0865-4cb1-86c2-a50abcd3b9c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..000041552818eaca5de98bd611d5bb288b18c234 --- /dev/null +++ b/images/50405d21-0865-4cb1-86c2-a50abcd3b9c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524a3acfe40d343b94eb53e0cfdc69b745650368e82388c68b66d7bfde39fa36 +size 1670397 diff --git a/images/505f56be-5887-4076-b580-812313c3acf8.jpg b/images/505f56be-5887-4076-b580-812313c3acf8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cc3bf50df5f761b3c9657d903eea9a78ba16f08 --- /dev/null +++ b/images/505f56be-5887-4076-b580-812313c3acf8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be7256e0948d639d8be41181e812ebb082ae97937092f2f0f11f78c5e153a7d +size 1572336 diff --git a/images/5062110d-5d69-4971-b5f7-9a26e71980cd.jpg b/images/5062110d-5d69-4971-b5f7-9a26e71980cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe2aa413b6d7e0853f2693aa082b9b34a1ad0ac5 --- /dev/null +++ b/images/5062110d-5d69-4971-b5f7-9a26e71980cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a792d7fce696e3bc02f17ca45cd882b68c072be41bb2be4cc58c0dc757ff32d +size 1781493 diff --git a/images/5062fb43-6ec4-43bc-a867-68b20a229dda.jpg b/images/5062fb43-6ec4-43bc-a867-68b20a229dda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c8733e01902ee8653980dd1e62ec142b3a34238 --- /dev/null +++ b/images/5062fb43-6ec4-43bc-a867-68b20a229dda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efe00c35ea3080b718060fa301e796d05b946f34ca94b55eb8d846c086f7fc4 +size 2231250 diff --git a/images/506f549f-d7d8-49e0-8f84-8ed132a8e95f.jpg b/images/506f549f-d7d8-49e0-8f84-8ed132a8e95f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2539cdd07a4c70cfbee38d2849eb88ed769702c --- /dev/null +++ b/images/506f549f-d7d8-49e0-8f84-8ed132a8e95f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487a93ab731b31d7b1fd65cb9e602324f9666274ffd15c3ab9aeabddf7b01c90 +size 1884042 diff --git a/images/50771dc3-16e7-4100-b33d-60033cc4aa8b.jpg b/images/50771dc3-16e7-4100-b33d-60033cc4aa8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8b74c00a6d8e8a0139b959b03d9d3aab8c1dea4 --- /dev/null +++ b/images/50771dc3-16e7-4100-b33d-60033cc4aa8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1c708f2458dade08f508b7cd1b17a84b8e4d79df93418c2668c21e79d81df4 +size 1869124 diff --git a/images/5080ab56-146d-413e-80cd-0349b2e09ee3.jpg b/images/5080ab56-146d-413e-80cd-0349b2e09ee3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f3d60bdd0fa01d29ac2504c1d18893a8f9d3fb1 --- /dev/null +++ b/images/5080ab56-146d-413e-80cd-0349b2e09ee3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6caf5f941e8f423c02bac16f501764207fd779a5512a251bd08a12925f9155 +size 1223221 diff --git a/images/50833eb9-6dc7-467e-afac-44733f7aec16.jpg b/images/50833eb9-6dc7-467e-afac-44733f7aec16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f591be3366002a3dccb11a53af9899bad2b52fa6 --- /dev/null +++ b/images/50833eb9-6dc7-467e-afac-44733f7aec16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3efec5d1c978d224b60564f3d1791a142b6bc63c0f1799275be88c8d9424cc2 +size 1510732 diff --git a/images/508e657d-c1a8-4b1c-b6b9-db01b08c6710.jpg b/images/508e657d-c1a8-4b1c-b6b9-db01b08c6710.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eff64dbb8dec833540f9c492ff5bcf0459112313 --- /dev/null +++ b/images/508e657d-c1a8-4b1c-b6b9-db01b08c6710.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c931e68cbfb1298d8a51acbfa97d6a3a1fa03186b44e4b3c2ecca6e5a4d42d +size 3509131 diff --git a/images/5090612d-7d87-4ce3-afd6-7b96d6ebd109.jpg b/images/5090612d-7d87-4ce3-afd6-7b96d6ebd109.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e80f418f8d14104f33a436bef7dabe580658ac9 --- /dev/null +++ b/images/5090612d-7d87-4ce3-afd6-7b96d6ebd109.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891cab3c9aba777320721d7d6b9bf67652cb587fe8e2ee42ae0bc1d7fb3b4cff +size 1468678 diff --git a/images/50943388-2b43-4972-8c81-c54133dee257.jpg b/images/50943388-2b43-4972-8c81-c54133dee257.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c687c872d136ef7ee54a0f035c4e411c8a5f974 --- /dev/null +++ b/images/50943388-2b43-4972-8c81-c54133dee257.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879769b016d6017a3f38972f48b3139b4fa0f53bd4d72ea02a3f2bff758fd27e +size 1585717 diff --git a/images/5095ffac-ec72-4795-8584-e5af5bb304f9.jpg b/images/5095ffac-ec72-4795-8584-e5af5bb304f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebf79a41ef0d78d05960934001b6b95a15cd25a2 --- /dev/null +++ b/images/5095ffac-ec72-4795-8584-e5af5bb304f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8560cef97c2762f3cca830d45735cc728d05fa582f8002639d6446a6b7388e32 +size 1640337 diff --git a/images/509ec7a3-d0ec-4a7f-bae3-afb10985c974.jpg b/images/509ec7a3-d0ec-4a7f-bae3-afb10985c974.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fae6da28380e0ccbf770f9e438ccd215c2f7720 --- /dev/null +++ b/images/509ec7a3-d0ec-4a7f-bae3-afb10985c974.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2caa4895230735a9a63a7478b151f78b3808f00f35a87986208e03e3f3fae6cd +size 1720773 diff --git a/images/50a1343a-f95f-4eea-8d35-d5eb9ca3e290.jpg b/images/50a1343a-f95f-4eea-8d35-d5eb9ca3e290.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1498eadd7a8c31774d3344dad7cf41479070f702 --- /dev/null +++ b/images/50a1343a-f95f-4eea-8d35-d5eb9ca3e290.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d028253a862f61a75118a05e26c55e2b63a1d2635d7ee0c83c3b00b61f6beb +size 1402091 diff --git a/images/50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c.jpg b/images/50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29b6421cede8a869b85432aad0611a0c0aee22ea --- /dev/null +++ b/images/50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67046a3896d239e5e7c1c385e1c4358b547b92f2ebcd327f993a180ffe52f3d2 +size 1389327 diff --git a/images/50ad7284-d5e9-48fa-b6be-7ee4cf35b197.jpg b/images/50ad7284-d5e9-48fa-b6be-7ee4cf35b197.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97bbafcfa480c388de7151be9b107d89a7d67782 --- /dev/null +++ b/images/50ad7284-d5e9-48fa-b6be-7ee4cf35b197.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff101820e0e96db932a8996d26435279bdb295f73d8e2e4558eda3bb618f0be9 +size 1725180 diff --git a/images/50af011f-c68a-414e-b8f5-a6da595ff2b7.jpg b/images/50af011f-c68a-414e-b8f5-a6da595ff2b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed2fa4d5152053ff77dfe400bcef7d2b5541dc37 --- /dev/null +++ b/images/50af011f-c68a-414e-b8f5-a6da595ff2b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fb786c455a6845f50ebe5fe00007513895e6bd2757811adfff1fb103c53e84 +size 1628592 diff --git a/images/50bacd08-daf1-46f3-a229-bbfa8c1fbfa4.jpg b/images/50bacd08-daf1-46f3-a229-bbfa8c1fbfa4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a779d58680d1aeaecf3e1819bd4e804b4ba5121d --- /dev/null +++ b/images/50bacd08-daf1-46f3-a229-bbfa8c1fbfa4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f254657c4957c49d5463b1794c388c3f7dd512f7f1d3863582bfd17a4a771b3 +size 1882959 diff --git a/images/50c337ee-2816-4a4a-8a44-edf45e30b8ff.jpg b/images/50c337ee-2816-4a4a-8a44-edf45e30b8ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..963a403b05444fe1d84f1d6171b8dca33ad4898a --- /dev/null +++ b/images/50c337ee-2816-4a4a-8a44-edf45e30b8ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b6bd4b3fc6e0c0705b9ca17af3bb962b3e73d4590936fe12ee283aa72897e4 +size 1592526 diff --git a/images/50c877f4-900a-409e-a20c-60d95d388bfe.jpg b/images/50c877f4-900a-409e-a20c-60d95d388bfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3a51e3e05b33dd109bee280b24d2b032ed9f5bc --- /dev/null +++ b/images/50c877f4-900a-409e-a20c-60d95d388bfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761e3b21e904cbb4b10f87645d1eacf050da86e48fdc46ee85b2a37b8ee8f617 +size 1103306 diff --git a/images/50e049d1-88ae-4957-ae48-daefb8b869a3.jpg b/images/50e049d1-88ae-4957-ae48-daefb8b869a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dce3a99ef8f378ea3000a8df0226f3a770c8d76 --- /dev/null +++ b/images/50e049d1-88ae-4957-ae48-daefb8b869a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12be215be6f5c92b6d8544725110f154f06da7d9fdfdd95071e86d196970810f +size 1551922 diff --git a/images/50e52912-57fc-4686-902d-94b522335de0.jpg b/images/50e52912-57fc-4686-902d-94b522335de0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e04335a1070aabdc92f527b3e8598d5cc2477f5e --- /dev/null +++ b/images/50e52912-57fc-4686-902d-94b522335de0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a25b67ee5911392f0ab1a5183121d3b198cb48f249ae22df4e673834229851c +size 1580030 diff --git a/images/50ea4b35-7812-4754-abaf-b293162b116f.jpg b/images/50ea4b35-7812-4754-abaf-b293162b116f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b802c8e7497c650ba51eeba3c5e64decdcfb3e16 --- /dev/null +++ b/images/50ea4b35-7812-4754-abaf-b293162b116f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be769fad0451d3cdb7ade8d4f0472336c7ece40c3f03a691f64fd93999d3ddd9 +size 2799912 diff --git a/images/5109f223-bdc4-41bb-a62e-743d52ac25b3.jpg b/images/5109f223-bdc4-41bb-a62e-743d52ac25b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1563d284e45e8e8beece9c625a44d77ff984255 --- /dev/null +++ b/images/5109f223-bdc4-41bb-a62e-743d52ac25b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8b1fd8190edf4c6349c862d70a4d466f5ee8a0e02f58e52c48252718dc9cf1 +size 1724371 diff --git a/images/510ae360-2864-4b09-b846-763c94b49a89.jpg b/images/510ae360-2864-4b09-b846-763c94b49a89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2720cea6e900a02ab48f194d260bd37a82a95faf --- /dev/null +++ b/images/510ae360-2864-4b09-b846-763c94b49a89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47827299de3ae13731cc76929879a377689fa86422a96be672e37d2ee82bbf37 +size 1491167 diff --git a/images/511824ab-4292-417f-9626-b1ddfc6886aa.jpg b/images/511824ab-4292-417f-9626-b1ddfc6886aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b32fc7d5093ef3a20ce88eeca8d18f2bfff3a666 --- /dev/null +++ b/images/511824ab-4292-417f-9626-b1ddfc6886aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8d6cc7093000d7c66e563ff05de9a7437e0d04ee023cea49249a4676402470 +size 1576332 diff --git a/images/511a9108-04e2-4127-9109-e0d0e16ff508.jpg b/images/511a9108-04e2-4127-9109-e0d0e16ff508.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02ce0955066ab4ab17fa7f59830d1361c6b4a896 --- /dev/null +++ b/images/511a9108-04e2-4127-9109-e0d0e16ff508.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6238f6b8be32dbc0e27a9f1cafc70dba07846439dfb6a32c4bdb4b63eb4228bb +size 1533092 diff --git a/images/511f649c-b533-4cac-b743-12fc29da64d9.jpg b/images/511f649c-b533-4cac-b743-12fc29da64d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8766772b665238683b8c2b3733b963dfa3c390b --- /dev/null +++ b/images/511f649c-b533-4cac-b743-12fc29da64d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c79b1de927a8f36afadc71d6fe0dd2f2df5070dcbb904bf4fc6ce2e95509318 +size 2184919 diff --git a/images/512086f0-a826-466c-9d69-892396239a23.jpg b/images/512086f0-a826-466c-9d69-892396239a23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1461bdb68ffde616708142c34d0647e617430ea3 --- /dev/null +++ b/images/512086f0-a826-466c-9d69-892396239a23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e390df8b217b5ffc7f6e637f04c6a14f8800abca958202881dbbb8d6121280 +size 1714163 diff --git a/images/51228ea7-270f-4cb9-91f2-b8b70b37dd1a.jpg b/images/51228ea7-270f-4cb9-91f2-b8b70b37dd1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f53daa780e794c470f88df279c7451655e5ab1fb --- /dev/null +++ b/images/51228ea7-270f-4cb9-91f2-b8b70b37dd1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272f810516374a78f2673fa59a9fcac8669bca7411475ed3ea4c4c9313a076df +size 1645204 diff --git a/images/51255792-c142-4642-ada4-ce4689facae7.jpg b/images/51255792-c142-4642-ada4-ce4689facae7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..645eeeb4195d76e9bf2d48a1ee71f9f67669fa10 --- /dev/null +++ b/images/51255792-c142-4642-ada4-ce4689facae7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e25f2f1d17b95b835cd7449d4d33985e5562d2ecbebf2af315b0dc407815d64 +size 2120969 diff --git a/images/5126e95c-2495-4cac-ac0a-5537486d5665.jpg b/images/5126e95c-2495-4cac-ac0a-5537486d5665.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd9bce7c36342bec1160d825372f958b911c3adb --- /dev/null +++ b/images/5126e95c-2495-4cac-ac0a-5537486d5665.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e48e6b8e681ace8dbb064e72647a3d3fc77034ef2613477c2ac228c3c84bb8e +size 1552232 diff --git a/images/5144e43d-bc2b-4e1e-8bb7-eb361d2d6316.jpg b/images/5144e43d-bc2b-4e1e-8bb7-eb361d2d6316.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a07d6566ea539ace75cfc0a96c466c3039ce91a --- /dev/null +++ b/images/5144e43d-bc2b-4e1e-8bb7-eb361d2d6316.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b1614e92e2ae8d0554246edd082dffafc65027c723e3775fc875b0d9922f58 +size 1851455 diff --git a/images/51480af8-ec23-45c2-89d0-769dc0c881e4.jpg b/images/51480af8-ec23-45c2-89d0-769dc0c881e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1d47868a96598c647af2705d81ae708f553319e --- /dev/null +++ b/images/51480af8-ec23-45c2-89d0-769dc0c881e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d5e1ed3ea9949dbbd401c06aa1e157b77bf56bae42397f3b4fb40d28c2223f +size 2776262 diff --git a/images/51526213-2049-4472-98f1-efcf8c5154b4.jpg b/images/51526213-2049-4472-98f1-efcf8c5154b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0417198332fc31913d23a45aa9ef6ac1c63bb33e --- /dev/null +++ b/images/51526213-2049-4472-98f1-efcf8c5154b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a783e1767cf0c74c2e8e121706f738a662bf9c8e1b9a3f367e1b44447ad3ad8 +size 4012874 diff --git a/images/5153e62e-9a73-40ac-a51f-e35d83fee1fe.jpg b/images/5153e62e-9a73-40ac-a51f-e35d83fee1fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84792d83a8deee9eab8d2d1534ace4fcc7fa408b --- /dev/null +++ b/images/5153e62e-9a73-40ac-a51f-e35d83fee1fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899ae423f73d62315308a920f64ff166d1f95865585f70d2801cc0af08a34b9b +size 1688625 diff --git a/images/5154a1ce-3f35-4467-b885-d7c8a2929f61.jpg b/images/5154a1ce-3f35-4467-b885-d7c8a2929f61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..606b66cb5b241e3e13738021e49936f1aa9ead2d --- /dev/null +++ b/images/5154a1ce-3f35-4467-b885-d7c8a2929f61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6df4f56445aeda558d7e855484b136e1784c640f2ddabab7c8ee69bdb4bd1d5 +size 1664181 diff --git a/images/5156d41e-961e-40f2-9139-ee8c22e973bd.jpg b/images/5156d41e-961e-40f2-9139-ee8c22e973bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9043dfa0c3f0bbd4d07b933fd6b700e1fe0c547 --- /dev/null +++ b/images/5156d41e-961e-40f2-9139-ee8c22e973bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1843761209b8ebe5a9cb7d85dfa894684395b8ebe2c1338d46f20f2132052576 +size 1581763 diff --git a/images/515789da-a149-4065-a000-0db1f067e112.jpg b/images/515789da-a149-4065-a000-0db1f067e112.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08290dd96d9fd55d49a332a1f99361740516766a --- /dev/null +++ b/images/515789da-a149-4065-a000-0db1f067e112.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff710054f4d08f0b1bb9d521e7fe28563d06b8e6878e2630408d3b3489a007b1 +size 1614354 diff --git a/images/51580e46-40ca-4b36-b773-cdc0d4b6b076.jpg b/images/51580e46-40ca-4b36-b773-cdc0d4b6b076.jpg new file mode 100644 index 0000000000000000000000000000000000000000..498e59dfc00014cf597ba9287f1a0c1e8b510531 --- /dev/null +++ b/images/51580e46-40ca-4b36-b773-cdc0d4b6b076.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f22aa631df8aed1b770f4fd8ca4d95ff50c4d24aae1114d994c9c2ee81868c4 +size 2302294 diff --git a/images/515a4d97-9c5f-4a5d-ac82-7728df0ac964.jpg b/images/515a4d97-9c5f-4a5d-ac82-7728df0ac964.jpg new file mode 100644 index 0000000000000000000000000000000000000000..058a9eef32b383b30ad70bdf6e93f95cbee8cb15 --- /dev/null +++ b/images/515a4d97-9c5f-4a5d-ac82-7728df0ac964.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad56508809f8ea077b21ee4c424e1f1a413d20e1ec146993306d7cee4e176144 +size 1815088 diff --git a/images/51647a78-cd67-44d5-a6b5-0f7ad4000afe.jpg b/images/51647a78-cd67-44d5-a6b5-0f7ad4000afe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14e18b6d689ea13cee781f32b9ec57fae9f81338 --- /dev/null +++ b/images/51647a78-cd67-44d5-a6b5-0f7ad4000afe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce8a00016ec2d4045856a269bd5f8bb8c3c4ad449c25d588c77edb4f9054000 +size 4033090 diff --git a/images/516caa9d-3d36-46c7-a8f3-e78b1579b327.jpg b/images/516caa9d-3d36-46c7-a8f3-e78b1579b327.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63c118ca5727e6edd2944154ceff86aa3791917a --- /dev/null +++ b/images/516caa9d-3d36-46c7-a8f3-e78b1579b327.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ae7fa2e8133bc32653cca6758d52f0a4571f08cfd371dd1440bb2f41c67c39 +size 1483090 diff --git a/images/51805336-bd60-420d-9f56-07c5c8f2f52d.jpg b/images/51805336-bd60-420d-9f56-07c5c8f2f52d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..212b968ea5280c5d5b9e22d1bea93b1691536d25 --- /dev/null +++ b/images/51805336-bd60-420d-9f56-07c5c8f2f52d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d196961e717edfadf9bc43b323928f95211089171c19571f0f9382170ca5dd54 +size 1666110 diff --git a/images/5183cd1a-ff8b-44e3-9efb-dd478335be76.jpg b/images/5183cd1a-ff8b-44e3-9efb-dd478335be76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb76a65b0947b3ef9a2e23d11d8a4c91ca09319b --- /dev/null +++ b/images/5183cd1a-ff8b-44e3-9efb-dd478335be76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3065ccd768e88ac8b90ac71fa5e99c0deb6ecfe6089b7601f872ee9dece15ff2 +size 1336699 diff --git a/images/5193cff4-ad2f-44da-abee-96895cb3443e.jpg b/images/5193cff4-ad2f-44da-abee-96895cb3443e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9092a19f8738e2643c3c3951117486611a5672c3 --- /dev/null +++ b/images/5193cff4-ad2f-44da-abee-96895cb3443e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ee09f70ca7f6d5a7454f3a0d942f005a02b64d4ab504636faef88f90b73192 +size 1706278 diff --git a/images/51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6.jpg b/images/51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e19f5e3855929f9c56757f0373ae8566258fc0f --- /dev/null +++ b/images/51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eb0e9d6f5712ad9ce521f9babacd2adf49e2d302fb7f1b2553d37aeaf51ba3 +size 1438754 diff --git a/images/51ac5b08-9bf6-4200-8b1c-3d1f623c87e9.jpg b/images/51ac5b08-9bf6-4200-8b1c-3d1f623c87e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcd99d1ffa93ffea2f1b6e12eac8a61e27b18a7a --- /dev/null +++ b/images/51ac5b08-9bf6-4200-8b1c-3d1f623c87e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2a85e55b1ddc31457c60d10de94d36e843a73aeb5b19e3da1c43d80b9428d1 +size 1635793 diff --git a/images/51bc74b0-4d48-49c3-8d70-f4819ca2c273.jpg b/images/51bc74b0-4d48-49c3-8d70-f4819ca2c273.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f160948348e825f72b11dd15a4eb306e17a85634 --- /dev/null +++ b/images/51bc74b0-4d48-49c3-8d70-f4819ca2c273.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca935ebe844487dc241c0b68e97bf1ae8d40213d05e4b586393061fa260c6c6 +size 1486152 diff --git a/images/51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc.jpg b/images/51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3ec101bc7be2b4aa8f33d5a3fc2d2cfe5c48453 --- /dev/null +++ b/images/51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaacee6c390c14579f901417c172aeaf5bc8b9735d4f9b6d8bfc20fdf249faa +size 1541209 diff --git a/images/51c6d93e-dfb3-4863-af8c-b4c85103a8c8.jpg b/images/51c6d93e-dfb3-4863-af8c-b4c85103a8c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd4fa0d0a689378dcc9b6675da485264f779604d --- /dev/null +++ b/images/51c6d93e-dfb3-4863-af8c-b4c85103a8c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb93143d8228e1c66cc7f0cc28753daf68c6b74eb784d4b10367c1af6ef8372 +size 1939023 diff --git a/images/51d810fd-4528-4753-83b1-47db2424c0f6.jpg b/images/51d810fd-4528-4753-83b1-47db2424c0f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86add8940e4518d73973fc788f71a1c1843ae342 --- /dev/null +++ b/images/51d810fd-4528-4753-83b1-47db2424c0f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019eb6689044b676a6b8bcf80ed11e2ea14c3fdf0ddd99191dad86e7726ac37c +size 2473711 diff --git a/images/51dc11ab-a8e1-4794-b494-cd07955ae637.jpg b/images/51dc11ab-a8e1-4794-b494-cd07955ae637.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f9c174f6add10b4292eb1bce6b6c3b5f3227947 --- /dev/null +++ b/images/51dc11ab-a8e1-4794-b494-cd07955ae637.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca16752ecb02cd6e117022fc2148a1f96fdd472c6ed758d71cea040dbb86190a +size 1267761 diff --git a/images/51ebd735-c6b6-4493-baff-db62da80510e.jpg b/images/51ebd735-c6b6-4493-baff-db62da80510e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ad2aacb48237e3f4c48d49df1b88fd90969ed4 --- /dev/null +++ b/images/51ebd735-c6b6-4493-baff-db62da80510e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311f82031a63949cfc0ba0b3d96c0f998f03c88c72245572cc71840105b21bf1 +size 1323367 diff --git a/images/51f188ba-319b-473d-bb2d-4450589cd5e7.jpg b/images/51f188ba-319b-473d-bb2d-4450589cd5e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3e493a9cd54b56bed90692aedf9faa8dac838c7 --- /dev/null +++ b/images/51f188ba-319b-473d-bb2d-4450589cd5e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8ab088e1228c53c28f0787cc0d45c53658b55c105179fe8a53cce32202420d +size 1725238 diff --git a/images/51f26f07-86ed-410f-9e55-8b754adaacbf.jpg b/images/51f26f07-86ed-410f-9e55-8b754adaacbf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b923b0d85af86d3efc91fd7971e818d9012ca19 --- /dev/null +++ b/images/51f26f07-86ed-410f-9e55-8b754adaacbf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ab5a366e1c66e17c3754794bf1b368e9e39cc58055dd134f2acb5bddfcacb5 +size 2514003 diff --git a/images/51fc2dc0-0ac4-412d-9ed1-abfecad96c3b.jpg b/images/51fc2dc0-0ac4-412d-9ed1-abfecad96c3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86e8c5244f9e6d8fe598dd0b4e4e18def78dccfb --- /dev/null +++ b/images/51fc2dc0-0ac4-412d-9ed1-abfecad96c3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54428286a9ca366ee9f4eb6b183c86c7c67bc51e539e4e16b41b42141d8a113 +size 1584338 diff --git a/images/51ffbb83-b284-4eee-ab83-f72be010daea.jpg b/images/51ffbb83-b284-4eee-ab83-f72be010daea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac17eb3e0a6dd6a50fa2686e209179a7c5896a98 --- /dev/null +++ b/images/51ffbb83-b284-4eee-ab83-f72be010daea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363319dbce24d157049542fad1b9c288fa3f068f74d116e5b39409f9da35f467 +size 2331583 diff --git a/images/520c263d-ac3e-4058-9aa7-5de3bb7ae738.jpg b/images/520c263d-ac3e-4058-9aa7-5de3bb7ae738.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6a95090dd0734d752ee8f6056b0f95879886834 --- /dev/null +++ b/images/520c263d-ac3e-4058-9aa7-5de3bb7ae738.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165603f06a749c4601eaf50ac88d78b37ab24b3e61ea8a8fba01a8159b18dc4b +size 1676083 diff --git a/images/52157811-7583-4c96-8e65-0adac80eebfb.jpg b/images/52157811-7583-4c96-8e65-0adac80eebfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae966175793e416cd3f7acb9cbf10914ae0b65e --- /dev/null +++ b/images/52157811-7583-4c96-8e65-0adac80eebfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74d34572b91dce423c7608ce69c7853e27567559989bdea8005eb2ca7dfb349 +size 1774201 diff --git a/images/5215f69e-b570-4ad8-881d-d4f4ff5cedaf.jpg b/images/5215f69e-b570-4ad8-881d-d4f4ff5cedaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0cb2e00f26ccd7169aa7d1bba61b3b15d774d30 --- /dev/null +++ b/images/5215f69e-b570-4ad8-881d-d4f4ff5cedaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a5751353afe11fae20c01184fecebd5755f22df6888c4337fcb83876782a0 +size 1321478 diff --git a/images/52170dc3-3488-4cd1-81ef-7fb293a9869d.jpg b/images/52170dc3-3488-4cd1-81ef-7fb293a9869d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4197e5f44734e26974fa72bf040e78e51a7121a5 --- /dev/null +++ b/images/52170dc3-3488-4cd1-81ef-7fb293a9869d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9196ab67ff9c82065b4ebe39354d37cf322a350f832aa1b7f1ade7e0b9c20a5b +size 1758955 diff --git a/images/523176a2-5619-42d1-8165-1292baef96f0.jpg b/images/523176a2-5619-42d1-8165-1292baef96f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94843a5384123774679b6647e0f6b39cb1d41c98 --- /dev/null +++ b/images/523176a2-5619-42d1-8165-1292baef96f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b77ed722022c3edc3fd7bcd977247de7bd29a8fbf050e5324c6e66969a7993 +size 1803714 diff --git a/images/5236916f-ae0f-47fe-8b01-3dd699b7402c.jpg b/images/5236916f-ae0f-47fe-8b01-3dd699b7402c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c016ba97b3f4314ee1c553c7119087f767dad407 --- /dev/null +++ b/images/5236916f-ae0f-47fe-8b01-3dd699b7402c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574ba2a6b6dd8a459a72e90de2a27028a30c45ddb1925f658e52385e6e700bdd +size 1605506 diff --git a/images/52397fc4-c1b1-4a73-bcd0-b9708b61b722.jpg b/images/52397fc4-c1b1-4a73-bcd0-b9708b61b722.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b820328a12b7fcae616d0a18ab6092ffd5175836 --- /dev/null +++ b/images/52397fc4-c1b1-4a73-bcd0-b9708b61b722.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044aaecd5682f06244af1f079c437831e86e5eaa42db63bc1067cf7db707b807 +size 1698369 diff --git a/images/523a2724-bee3-4f0c-9e31-b70868abe36b.jpg b/images/523a2724-bee3-4f0c-9e31-b70868abe36b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d44654f06b52be36daea6a49fc3bd8d0a37aa0e8 --- /dev/null +++ b/images/523a2724-bee3-4f0c-9e31-b70868abe36b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc19d72f7f82d23e819c58d22bac295b537d07e83b7597c7e845ece84f82ea07 +size 1641105 diff --git a/images/5248f152-9271-4b41-bf00-19a0311ddb7f.jpg b/images/5248f152-9271-4b41-bf00-19a0311ddb7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..456c831c6b2b52fcb457f29f4c7fb4847858a78b --- /dev/null +++ b/images/5248f152-9271-4b41-bf00-19a0311ddb7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fd6cf16114e915f5ec14e818585c0b068f4f7d0189481ab901bd113569593d +size 1560874 diff --git a/images/5249f384-ff7d-4050-b54f-06f3bcaaf073.jpg b/images/5249f384-ff7d-4050-b54f-06f3bcaaf073.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ca010b75b11a7b7fe95888645216e288a68403b --- /dev/null +++ b/images/5249f384-ff7d-4050-b54f-06f3bcaaf073.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c38275021e3567f5d46c7a833cb7aa84c98ad4b6baa9c96303286e17086b8d +size 1638107 diff --git a/images/5254e7dc-a469-4862-8c3e-1a75f405bc56.jpg b/images/5254e7dc-a469-4862-8c3e-1a75f405bc56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe851c1da542e9507189c13b7a26d25a6381b1e8 --- /dev/null +++ b/images/5254e7dc-a469-4862-8c3e-1a75f405bc56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20bee7e16cadb0e0e971163060f9ff26516edb4f824e183d4a6b181c94318bf +size 1940920 diff --git a/images/5259a40e-a194-4fe2-a785-634a10298497.jpg b/images/5259a40e-a194-4fe2-a785-634a10298497.jpg new file mode 100644 index 0000000000000000000000000000000000000000..beb2605752a33757cff1d1334dc03a9fbb207594 --- /dev/null +++ b/images/5259a40e-a194-4fe2-a785-634a10298497.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ceb2008d0a06ebe510c84a75ae8b6326fe99423038b8acb30e75ef32120579 +size 1806797 diff --git a/images/525a8ac8-53ce-41a9-a5ea-ff8f29062044.jpg b/images/525a8ac8-53ce-41a9-a5ea-ff8f29062044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b81ab1d2509e1b988bab29ee47ba3c91ad3e1e6 --- /dev/null +++ b/images/525a8ac8-53ce-41a9-a5ea-ff8f29062044.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bddd38ebb1ebb37e45134f1f24cb8182805271978a8bbc793d4751ce1cad22 +size 1663301 diff --git a/images/525bc29d-98f0-4164-9e08-dd9dd5d04c1f.jpg b/images/525bc29d-98f0-4164-9e08-dd9dd5d04c1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c035ed5579571a29a1b4cc39047cf40142871cd0 --- /dev/null +++ b/images/525bc29d-98f0-4164-9e08-dd9dd5d04c1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86b6241a2fd9c5570923a02c54abf8cbc7658667cea6124d7f09fdfff563198 +size 3003387 diff --git a/images/52725d1d-b600-4501-8910-fd5d9949202f.jpg b/images/52725d1d-b600-4501-8910-fd5d9949202f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8d9b82613090d89870b2c801fd102a09ebad01d --- /dev/null +++ b/images/52725d1d-b600-4501-8910-fd5d9949202f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bb3d25cf97c42509d8d8207edb84d3730f769c42d03fe11322aaa9a0cb556b +size 2011982 diff --git a/images/527621f0-8b29-4bbe-b153-9e84f5f775a6.jpg b/images/527621f0-8b29-4bbe-b153-9e84f5f775a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eef8955488786244d3ec5630b076c79bf596661f --- /dev/null +++ b/images/527621f0-8b29-4bbe-b153-9e84f5f775a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f599b2a8d28750f25725cbe0ffb4e178e10b08b3ad9bc5f72697b8c97e927b9 +size 2222749 diff --git a/images/527edd66-10c9-4f5f-b19f-ce13ae8ee039.jpg b/images/527edd66-10c9-4f5f-b19f-ce13ae8ee039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9df6f9236c532b6cb5b5c2a74c518c6d7d3baafc --- /dev/null +++ b/images/527edd66-10c9-4f5f-b19f-ce13ae8ee039.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3295ce59e4fc3eab05d97e7164c1b6ae66e48a358a42839b8fdb7f3c4f57fc75 +size 1797549 diff --git a/images/52824256-d820-488c-b0a3-e8c63cb686e9.jpg b/images/52824256-d820-488c-b0a3-e8c63cb686e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcc4e334d0deadbe7730c05235dcf75c1f214da3 --- /dev/null +++ b/images/52824256-d820-488c-b0a3-e8c63cb686e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb35ce5db1f2264a10c01e76b4e4e26a5a9a84fa66ffc59eb5d9b43812e6be19 +size 1400607 diff --git a/images/5283f0c3-f9fc-41c1-9b2a-305d55acc9ad.jpg b/images/5283f0c3-f9fc-41c1-9b2a-305d55acc9ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e94887119fc0b35c7845da10ebe2168de23f1f33 --- /dev/null +++ b/images/5283f0c3-f9fc-41c1-9b2a-305d55acc9ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27379d147f7a72591773a48e6676d8eceb8d74ccda00a03b5b6a0ac014d20b47 +size 2044930 diff --git a/images/529b7999-e07f-4a35-9026-3d4aced49169.jpg b/images/529b7999-e07f-4a35-9026-3d4aced49169.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df08bc00f457c518dacc47b2f66a306dd01d43f --- /dev/null +++ b/images/529b7999-e07f-4a35-9026-3d4aced49169.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d26edd500237aa4fc39e95eedbcb34ae815552bf6ca0b2a2d659fa69d72203 +size 1591849 diff --git a/images/52a94ca7-c3b9-4f62-9123-982057ab1bed.jpg b/images/52a94ca7-c3b9-4f62-9123-982057ab1bed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd8d26e90054cfe70401214de439411df800c8c0 --- /dev/null +++ b/images/52a94ca7-c3b9-4f62-9123-982057ab1bed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40c0c5b18758155c2e660402edb5f775362091ec12200a5a4e6e27683077c61 +size 1403403 diff --git a/images/52b702cb-7db1-43c0-9efa-0274ca40aec0.jpg b/images/52b702cb-7db1-43c0-9efa-0274ca40aec0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4fb5238d30b4f29be6334d0b468907d2d278e62 --- /dev/null +++ b/images/52b702cb-7db1-43c0-9efa-0274ca40aec0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1e7b7c7ceb49c014fbc823e8beacfb51c2ea62a7875a37f71d4d28e1b1777b +size 1577157 diff --git a/images/52bf61cf-7c0d-4b4d-859a-0be1c91d27e2.jpg b/images/52bf61cf-7c0d-4b4d-859a-0be1c91d27e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5060bcfbf1e01149eda8cb4166ba33301e81522 --- /dev/null +++ b/images/52bf61cf-7c0d-4b4d-859a-0be1c91d27e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce39ff6491d622cb44a1e94356f9fe30a5f42a8cee85e5fcafd4950bcf608551 +size 1867302 diff --git a/images/52c4cca8-098a-4f2f-b322-a04cc6551b57.jpg b/images/52c4cca8-098a-4f2f-b322-a04cc6551b57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b31690356102bd79fee12c7e221715c6a3db643 --- /dev/null +++ b/images/52c4cca8-098a-4f2f-b322-a04cc6551b57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8af7aed153d36d433e2bcd704ef7205c38d24f435380931dae0d3ea5871d6c8 +size 1491708 diff --git a/images/52cc262b-37e2-4a7e-976d-479adf5a47f3.jpg b/images/52cc262b-37e2-4a7e-976d-479adf5a47f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d617aa81e847c15faec0fc1d19b25ff78fe1930 --- /dev/null +++ b/images/52cc262b-37e2-4a7e-976d-479adf5a47f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b65c0af57b07bf5ce1f8dae7bf967c0b0a29291870325283caa0ac5b915ce3 +size 1776334 diff --git a/images/52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3.jpg b/images/52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b0158b4a201755848ea5b64da347c3bced018e8 --- /dev/null +++ b/images/52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad142d9e35ae9d2cf95ac53853823bfe3891ba0157c8e72deb11619437bf1e7 +size 1397744 diff --git a/images/52e1bd50-66b1-484f-a1cb-8f17c9d86983.jpg b/images/52e1bd50-66b1-484f-a1cb-8f17c9d86983.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97247a0f412960928720d3959be435b8c87c6b80 --- /dev/null +++ b/images/52e1bd50-66b1-484f-a1cb-8f17c9d86983.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b2269e0aa4b1e0e0b1bab6ee6bb0b0fc81a1636a779d7995a58a2c83859c82 +size 1867126 diff --git a/images/52f1e3e8-7f25-41ad-936d-25a84cc3b820.jpg b/images/52f1e3e8-7f25-41ad-936d-25a84cc3b820.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9676e2caad7302c42f30db7c5825db4b54e34e31 --- /dev/null +++ b/images/52f1e3e8-7f25-41ad-936d-25a84cc3b820.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ab355402293a8aa91f5bb3a73f1148544f3445ae51a2ba35a7faa8a0c59358 +size 2916287 diff --git a/images/5306f549-6161-4c11-a1ee-525c748362c3.jpg b/images/5306f549-6161-4c11-a1ee-525c748362c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08c5377ce910a46fee364f75e16e4ae75ca5cd5a --- /dev/null +++ b/images/5306f549-6161-4c11-a1ee-525c748362c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba7dae8e0bbd8cf4a61a9011a01b4cacf74d8e524aa472d80aba78e421c5cf8 +size 1439550 diff --git a/images/530c389f-12f6-477e-8ea6-704db7df38a9.jpg b/images/530c389f-12f6-477e-8ea6-704db7df38a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d2e1afc16f4c5b2730b1971f8765efb3d741b7a --- /dev/null +++ b/images/530c389f-12f6-477e-8ea6-704db7df38a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99501c95fae140a66c845f52e05e0a5952b335b92f24c1223b4a1c1aa85643fe +size 2399209 diff --git a/images/530c768e-d2db-452e-881e-bc676240b1f4.jpg b/images/530c768e-d2db-452e-881e-bc676240b1f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..067f2ebcfc01f766ecd2d1d7f873c153581670e9 --- /dev/null +++ b/images/530c768e-d2db-452e-881e-bc676240b1f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b651c9c5ebb554257984e7f446196b57397586e2436dbe458ce8ad564f281b +size 1793689 diff --git a/images/53191caa-ec6c-4929-9674-030d4b9d7dba.jpg b/images/53191caa-ec6c-4929-9674-030d4b9d7dba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02beeb8395df22fb7a63e46fc40ab53c1e9c8cff --- /dev/null +++ b/images/53191caa-ec6c-4929-9674-030d4b9d7dba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ce61ed6d0fb449dc099775623d98cce851b5992d7ebffe822d8e487bdc90b1 +size 2137661 diff --git a/images/531c67c6-fb9f-46fc-9a5d-675b77480bfe.jpg b/images/531c67c6-fb9f-46fc-9a5d-675b77480bfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ffe3ab8534fb86c91c4566697d89cfec1e2803d --- /dev/null +++ b/images/531c67c6-fb9f-46fc-9a5d-675b77480bfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fa2e1eec64236e49ef91d88532b7219b67e5eef7b75584c413baf79aaff240 +size 1574609 diff --git a/images/532e9062-cc1c-480d-bd75-3f48c39131c0.jpg b/images/532e9062-cc1c-480d-bd75-3f48c39131c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6012963818ccdbbcd71e182a8a020c0465db438d --- /dev/null +++ b/images/532e9062-cc1c-480d-bd75-3f48c39131c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e8eb0a572236054d22a2710a9685e9e05de3b34608c92ee25a4a2b10a145a9 +size 1796559 diff --git a/images/533c8f16-f111-4086-a326-380f3c638e22.jpg b/images/533c8f16-f111-4086-a326-380f3c638e22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a66c699783ee62c53532310571034044bf293352 --- /dev/null +++ b/images/533c8f16-f111-4086-a326-380f3c638e22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3675f02688c2f030aede6d394d47d2edcbbc0ef0771a136f4c9ea3a82ec989 +size 1361714 diff --git a/images/5347242b-f0d6-42d1-b53a-ada36f01049c.jpg b/images/5347242b-f0d6-42d1-b53a-ada36f01049c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..716dfae855fcd5b0974ef3354047203e19dd66cc --- /dev/null +++ b/images/5347242b-f0d6-42d1-b53a-ada36f01049c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf3776ad6c03dde8bcf6d3cc0c58df4f6dc4f962c42dd4ef341c642cd52a550 +size 1880658 diff --git a/images/53477af9-66e5-4df4-bd25-14e633414777.jpg b/images/53477af9-66e5-4df4-bd25-14e633414777.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f78d6ca10812bddbd05dc99a8c63b262977bcd96 --- /dev/null +++ b/images/53477af9-66e5-4df4-bd25-14e633414777.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18306e1e1cbbd201570766f4bdf60f60edd9dd83c8398c42ae057583d2d3e986 +size 2448964 diff --git a/images/5348e551-b4fd-4a58-93c1-18239fa15a7e.jpg b/images/5348e551-b4fd-4a58-93c1-18239fa15a7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aff9d5571d0646fe6d12037e4b64838fdc40773 --- /dev/null +++ b/images/5348e551-b4fd-4a58-93c1-18239fa15a7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef05a1ce32453b79dc8e698254e9682662f5911335886eafd8bb6809765a2159 +size 1625071 diff --git a/images/53529f15-7750-4681-8558-ada261930b1d.jpg b/images/53529f15-7750-4681-8558-ada261930b1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fca62a0060fd1dfe4962cd620b7449a58f7f6f31 --- /dev/null +++ b/images/53529f15-7750-4681-8558-ada261930b1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eb9f3ae6e5d37d4366b39e72bd4abf3573b2da0aa77c6558ce90532dd7e3ee +size 1683161 diff --git a/images/5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6.jpg b/images/5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83d5c08c38c02e1bfc28b12058fe078f6771387c --- /dev/null +++ b/images/5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda88209618b5ce0b13fc2d2310cc13c68196188b19d8982d9d35245f4d3c0bc +size 3151955 diff --git a/images/5359ecc1-93c7-4d92-b0ce-878cacf8d127.jpg b/images/5359ecc1-93c7-4d92-b0ce-878cacf8d127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17d8503164dabda1327998b8b98ecc8280640021 --- /dev/null +++ b/images/5359ecc1-93c7-4d92-b0ce-878cacf8d127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d270f3c62a1bc4c63d7a95bab4c50787cb4b9067b510295e79a1c6ea456dd6 +size 1818560 diff --git a/images/535bf992-a8b4-4e3a-9584-85cb49a3312f.jpg b/images/535bf992-a8b4-4e3a-9584-85cb49a3312f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dce35bdd31ba490d63aac3e13f09ad20d055da46 --- /dev/null +++ b/images/535bf992-a8b4-4e3a-9584-85cb49a3312f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592311b23b4c04321a7f31dc3b241a1c81b312fa35d20479b85665d1b2f80857 +size 1334697 diff --git a/images/535fb835-4979-4d4e-89d2-19d296127942.jpg b/images/535fb835-4979-4d4e-89d2-19d296127942.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db02d898252f4c55c0105fe3f967d18b78eec683 --- /dev/null +++ b/images/535fb835-4979-4d4e-89d2-19d296127942.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5690eb3b193dbb28c5be879a9b65ae9b4704531e7eb55442829910fa70ad2e61 +size 1716712 diff --git a/images/536d3db2-850b-4301-b07d-d8c1a2b8a334.jpg b/images/536d3db2-850b-4301-b07d-d8c1a2b8a334.jpg new file mode 100644 index 0000000000000000000000000000000000000000..396d1f4f1a01d9e353495f9f137984306f39fb57 --- /dev/null +++ b/images/536d3db2-850b-4301-b07d-d8c1a2b8a334.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8940116692f30c83324a15a4a9f435a3297c637e9d2ac3eb134768b604e08d +size 1831211 diff --git a/images/53732c82-383c-4afd-ac46-3eb1adcef3c0.jpg b/images/53732c82-383c-4afd-ac46-3eb1adcef3c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6839701e0f145573bcd8c987239a59aeb71185cc --- /dev/null +++ b/images/53732c82-383c-4afd-ac46-3eb1adcef3c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8808c0a003c63ba4366c3c8b782356ee2e561514f9e2b801c2c64be8201a0c +size 1629685 diff --git a/images/53a676e7-87c0-4ff9-8745-a9e559720a8d.jpg b/images/53a676e7-87c0-4ff9-8745-a9e559720a8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a8046e7978ab220a7cb78cafbbf261d5dd7ef2c --- /dev/null +++ b/images/53a676e7-87c0-4ff9-8745-a9e559720a8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f863a5981eeb09740db0679a4d8a4eca3885c2e93e2c6812874ba4884a67283 +size 1009734 diff --git a/images/53aada1a-fc4c-4993-9ec7-2a1c64176b34.jpg b/images/53aada1a-fc4c-4993-9ec7-2a1c64176b34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c5810ec7259d745009224ae7f5368c4df5db67d --- /dev/null +++ b/images/53aada1a-fc4c-4993-9ec7-2a1c64176b34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99de97389ccc60d4ae8026466db7b5ec093c7b45d8d244981699ee341fce737d +size 1593654 diff --git a/images/53ac42ce-0ac9-4b4c-802f-6c114c632642.jpg b/images/53ac42ce-0ac9-4b4c-802f-6c114c632642.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b1964f7b34d3cbb8b912031d878ee83918254c3 --- /dev/null +++ b/images/53ac42ce-0ac9-4b4c-802f-6c114c632642.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96732984b670d1cdcd5a33f00dfb6bf9919d57c85621f749fca5eed40646da9 +size 1247576 diff --git a/images/53b69cce-8efb-490b-bde9-324fd9cc15b5.jpg b/images/53b69cce-8efb-490b-bde9-324fd9cc15b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..027c985f7a3dfd941f0fce26c768ca63ba07444f --- /dev/null +++ b/images/53b69cce-8efb-490b-bde9-324fd9cc15b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8447d1e1ca7bc1603923910976f4e7ac8517ca370c98117c9df12fe761862d8 +size 1614048 diff --git a/images/53b6df27-496b-4b28-9135-31e6da7394da.jpg b/images/53b6df27-496b-4b28-9135-31e6da7394da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fe5d02935739f47ca59d76dd2e390a4503f7789 --- /dev/null +++ b/images/53b6df27-496b-4b28-9135-31e6da7394da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6935f25a2376e205ca0a8089478d400a2f2bbda564a7e1374ba70eb355ee76f7 +size 2445164 diff --git a/images/53be3c1e-753b-4cc3-8638-6d375fdd14e0.jpg b/images/53be3c1e-753b-4cc3-8638-6d375fdd14e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a0779c413ad350d84e5db7803294a342db280f0 --- /dev/null +++ b/images/53be3c1e-753b-4cc3-8638-6d375fdd14e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa116a1fd479dc998fea5fb42af45e2a5f082de45d7045a14a73792d5ef4b495 +size 1207893 diff --git a/images/53dc8143-7d42-4612-9d57-233ab38d7a23.jpg b/images/53dc8143-7d42-4612-9d57-233ab38d7a23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dd3b9f6f4efa9e2e525c6ceae5943270a056443 --- /dev/null +++ b/images/53dc8143-7d42-4612-9d57-233ab38d7a23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874a89a049af0b5e5034bea7c9d35bb29aa4bfff23fd972df887fb6f13c592fd +size 2175474 diff --git a/images/53dca66c-cfed-4587-b042-0168868604d2.jpg b/images/53dca66c-cfed-4587-b042-0168868604d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04b98dc5ff1d4422542eba5514a8c5c11cd564b7 --- /dev/null +++ b/images/53dca66c-cfed-4587-b042-0168868604d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981df9c8dada8287c5f9591784598cd4c2c8fca1cc2e3e590d9f1d66f8b2aaf4 +size 1215654 diff --git a/images/53dd28fc-e996-45d0-a315-11d14126c966.jpg b/images/53dd28fc-e996-45d0-a315-11d14126c966.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc2023dad8f075cba3533aa15c71be883708cf96 --- /dev/null +++ b/images/53dd28fc-e996-45d0-a315-11d14126c966.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99f667691b1d8686be110a79d6c8af6d3f25cdf26369238173dcb25527e630a +size 1711944 diff --git a/images/53e54e11-bfb9-454b-9f05-eee16ac45956.jpg b/images/53e54e11-bfb9-454b-9f05-eee16ac45956.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bf2b2a94ae1440805ad64db642306129960dd39 --- /dev/null +++ b/images/53e54e11-bfb9-454b-9f05-eee16ac45956.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9ec0814f6793e97319e6098d15a6f49d1b3ee51f5abba02abc2b97a80675a2 +size 1641688 diff --git a/images/53f6ee98-3e90-4cd8-bff6-234a52f97295.jpg b/images/53f6ee98-3e90-4cd8-bff6-234a52f97295.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b1b586c7a265d6468c9235819059cf72ac3b5b8 --- /dev/null +++ b/images/53f6ee98-3e90-4cd8-bff6-234a52f97295.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca9e84ebccc19597245decc7010863f8d7b3266e454c67edc2dd9465822f8a7 +size 1294337 diff --git a/images/53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc.jpg b/images/53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..988819f35bec5c620d55e038d5af7ca2a60c89db --- /dev/null +++ b/images/53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0c3d97800d03b04bf9410206f3f32c1e1e0d60c802ff4216a9bdcce9c13253 +size 1881576 diff --git a/images/54106074-6ccd-4373-aac9-97378684ec46.jpg b/images/54106074-6ccd-4373-aac9-97378684ec46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51fc4c9cda8bab85a1e621105bc105a86f4d5f86 --- /dev/null +++ b/images/54106074-6ccd-4373-aac9-97378684ec46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699654bed062ff9f29f78931e00e83718f2da2e2fe3be4e42246d55daf86994d +size 1206474 diff --git a/images/54111a6e-9218-489e-95ff-752e1136bf19.jpg b/images/54111a6e-9218-489e-95ff-752e1136bf19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd80752ff38370ca243724078cc6818f2e79023c --- /dev/null +++ b/images/54111a6e-9218-489e-95ff-752e1136bf19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5c7ebe11ca74bbe35c8c2c54bf36e912d9d6ca122de6f674c8ef0e64824694 +size 1961136 diff --git a/images/54190459-f6f2-4228-90af-d5dcca6b1d6f.jpg b/images/54190459-f6f2-4228-90af-d5dcca6b1d6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4b438d6b6913d0d6581a758a5b4297a3ff8e4fb --- /dev/null +++ b/images/54190459-f6f2-4228-90af-d5dcca6b1d6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473933491f7a07b39a94bfa2d0c280acefe45ca9e37fe744fabb6314a915d717 +size 1646152 diff --git a/images/542f5f53-c6a6-441e-90b7-dc6099b00026.jpg b/images/542f5f53-c6a6-441e-90b7-dc6099b00026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9604ed456aad79e1f04bd96629bd719d2cec7026 --- /dev/null +++ b/images/542f5f53-c6a6-441e-90b7-dc6099b00026.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6add825145b0dc8cecc42b8a0e25d22a48226388ad1c970e9325f29a555ac0fa +size 1809287 diff --git a/images/54302a7a-58e9-479b-b0b4-6f66e555a7e8.jpg b/images/54302a7a-58e9-479b-b0b4-6f66e555a7e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2383b8cd0467ee6026b4a4bc09ff8c95bd30990 --- /dev/null +++ b/images/54302a7a-58e9-479b-b0b4-6f66e555a7e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc79db9f6715bcd1191b5f3e66fbbfacec76c2a5e98273a9cd63c53a9772518 +size 1214364 diff --git a/images/543dfd6a-38fb-42ff-af1c-fb66544a17e9.jpg b/images/543dfd6a-38fb-42ff-af1c-fb66544a17e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c7c370f146d877563df894db899075eaae93abc --- /dev/null +++ b/images/543dfd6a-38fb-42ff-af1c-fb66544a17e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55857c32cdcf4c78788e9e21127cb11896125afcb550966b25f997bc7a7d8b28 +size 1717568 diff --git a/images/544af44e-1317-4126-b682-05937bb27689.jpg b/images/544af44e-1317-4126-b682-05937bb27689.jpg new file mode 100644 index 0000000000000000000000000000000000000000..811b9a0e817012ddc164e9051025377c9f15a2c0 --- /dev/null +++ b/images/544af44e-1317-4126-b682-05937bb27689.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f098d9b4ff40ab7f6f1359a05c0f30c795225c4409977734c74bee752b2086e +size 1240481 diff --git a/images/544c9245-4f1a-4fab-8f87-3e1f18d18309.jpg b/images/544c9245-4f1a-4fab-8f87-3e1f18d18309.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36bfdf8a4697ad4fa386f115fcdcba4260a8050d --- /dev/null +++ b/images/544c9245-4f1a-4fab-8f87-3e1f18d18309.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718319273dbe08765504f12f9dfe487adc1a16d0601f0c1976b4baa7085a0a1e +size 1903078 diff --git a/images/544e786c-b96a-425f-b0c8-7ba5b3f359ff.jpg b/images/544e786c-b96a-425f-b0c8-7ba5b3f359ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e84a4483e38d36ca0426241f256c4e66586d3d96 --- /dev/null +++ b/images/544e786c-b96a-425f-b0c8-7ba5b3f359ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7fd7abb595b14340c1d062484556a1f9bd76c19bf907e434a0d9e904b7d4ab +size 2147762 diff --git a/images/546334f7-3b1d-458a-8c0a-24e13025f4c6.jpg b/images/546334f7-3b1d-458a-8c0a-24e13025f4c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4023f7813bb76c4855854705b322501b00278294 --- /dev/null +++ b/images/546334f7-3b1d-458a-8c0a-24e13025f4c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0325cdb4aabbea4d3ea0c81fd2a3341585c43397002d672d69ab6b3972e3f5f8 +size 1688019 diff --git a/images/546ae16e-9464-4a46-a8dd-975e619e5832.jpg b/images/546ae16e-9464-4a46-a8dd-975e619e5832.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de5976d1079190fe43039b5e72c31ee19e469af7 --- /dev/null +++ b/images/546ae16e-9464-4a46-a8dd-975e619e5832.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4df1d10973094deb345bd39314ac07c23cf4df13e4491f4a21dfa1cb8160f0c +size 1603437 diff --git a/images/546b1c63-55d1-4c5e-b6d9-8741fc214eb6.jpg b/images/546b1c63-55d1-4c5e-b6d9-8741fc214eb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ab6261eb2f7fd5db3e0edaa4e12fc1b184b2b2 --- /dev/null +++ b/images/546b1c63-55d1-4c5e-b6d9-8741fc214eb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3262d3186b697c5562083213f67148612056c91629376476731d76a9df1a9b40 +size 1371961 diff --git a/images/5474237f-45a6-4f33-8c1b-e2b431c83f03.jpg b/images/5474237f-45a6-4f33-8c1b-e2b431c83f03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aadb99b0a7836d265860c3958dbc58c53de361db --- /dev/null +++ b/images/5474237f-45a6-4f33-8c1b-e2b431c83f03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81c8ef2931457a256031d674b777ab9a6286c4edfd86f3091aefbb43f09b084 +size 1813158 diff --git a/images/5476cd5b-701e-4d0a-a80e-e337e8f452a3.jpg b/images/5476cd5b-701e-4d0a-a80e-e337e8f452a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c19aa8cc38e0892b36f42e695078ebb4c8f3f1d --- /dev/null +++ b/images/5476cd5b-701e-4d0a-a80e-e337e8f452a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9168756adde9e4ef85ad3a8efdd6a8e0d60b2b697742830e807f474a99ddbd +size 1574210 diff --git a/images/54794b7a-5d2e-4d90-bcbf-b829462e8518.jpg b/images/54794b7a-5d2e-4d90-bcbf-b829462e8518.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6923975bdc62f106755a123d78ef502d11c17f0 --- /dev/null +++ b/images/54794b7a-5d2e-4d90-bcbf-b829462e8518.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7d957771de0771231d1750d4ab20020fe5a174e57df2c05071611ecb60d1ab +size 1761749 diff --git a/images/54796d1a-d48a-46c3-84c3-bc0c0fdc9f54.jpg b/images/54796d1a-d48a-46c3-84c3-bc0c0fdc9f54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae711f376a35468c892c453d26f0d7d6c8c52eb4 --- /dev/null +++ b/images/54796d1a-d48a-46c3-84c3-bc0c0fdc9f54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9dda91b0828fb1ccf5faee14b7fc310f5809aa079982fd6895de1b572ff1b1 +size 1679766 diff --git a/images/5483edef-83fe-462a-9750-c993cc97f617.jpg b/images/5483edef-83fe-462a-9750-c993cc97f617.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af3aa7894c88f05d82734fcc458fc63bb1cc5852 --- /dev/null +++ b/images/5483edef-83fe-462a-9750-c993cc97f617.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1386228f62527a736179ac33af3dd60ccd003d03fea398098a78f5cf15148ec +size 1685725 diff --git a/images/54882cb7-e28e-42af-81cb-789846b9d8f8.jpg b/images/54882cb7-e28e-42af-81cb-789846b9d8f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63b186a9c2433cb68784bb5a328802d26a680b6e --- /dev/null +++ b/images/54882cb7-e28e-42af-81cb-789846b9d8f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc2b3895ef891a15945460aed8490266b6455667e2607e15f80a8adebdb3673 +size 2443673 diff --git a/images/548caa4d-60fb-4001-aa37-a584ed1560ab.jpg b/images/548caa4d-60fb-4001-aa37-a584ed1560ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c5356d6676e38c268fbffa067c272078989b74d --- /dev/null +++ b/images/548caa4d-60fb-4001-aa37-a584ed1560ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98caeb00f318407773823454e20f61c96a9912a9a0ad6df350abeb63cf2f025a +size 1276974 diff --git a/images/5495baf1-09dc-4672-acd9-2e582dd3059b.jpg b/images/5495baf1-09dc-4672-acd9-2e582dd3059b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bab2be227737f2f6aee57466355809e806b3f465 --- /dev/null +++ b/images/5495baf1-09dc-4672-acd9-2e582dd3059b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00f4a29883eef2f9489c56a978874c9f055aea7c8626128d156a0cd34507cac +size 1598569 diff --git a/images/549bc72f-614e-4b6e-b713-138d005ec620.jpg b/images/549bc72f-614e-4b6e-b713-138d005ec620.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abd3fd646ddd8c4721fb8d35cfc8b0fd683af5f7 --- /dev/null +++ b/images/549bc72f-614e-4b6e-b713-138d005ec620.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea26fe6ebb9aa7f92823c56a4463272665435e3e7ecd400683220bc1ba63838 +size 1999123 diff --git a/images/54a2f018-158e-4577-a2fb-0a87f005953a.jpg b/images/54a2f018-158e-4577-a2fb-0a87f005953a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27b3ded41ac498013e8bd9d36e0b630dd22a4af3 --- /dev/null +++ b/images/54a2f018-158e-4577-a2fb-0a87f005953a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d594c531146629e18581bbed1801b8768afb818cd456bbd008da7fcfcfc1cbe +size 1413645 diff --git a/images/54a5394f-475f-4f6e-b445-d9f0878ef123.jpg b/images/54a5394f-475f-4f6e-b445-d9f0878ef123.jpg new file mode 100644 index 0000000000000000000000000000000000000000..096815ca6b091624afdce9bcee96184f81ad0108 --- /dev/null +++ b/images/54a5394f-475f-4f6e-b445-d9f0878ef123.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbf321c0316308bfe67a14fa14d43b6261bcca800641a6c2f5dac9bc8436cef +size 1813798 diff --git a/images/54ab98f3-8798-4970-a095-d497b679fc96.jpg b/images/54ab98f3-8798-4970-a095-d497b679fc96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ee35b6c0c0c43e4a1580defbf3d3350bb1592a --- /dev/null +++ b/images/54ab98f3-8798-4970-a095-d497b679fc96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac69b562a6a455700ecd7717ede7106f935b4eaf879e52feef739fe94003b06c +size 1844605 diff --git a/images/54c798a3-7412-447c-9eae-180cc5ba3d8d.jpg b/images/54c798a3-7412-447c-9eae-180cc5ba3d8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ab12eee23e84d5ead5783b891e4cc58a32f28e3 --- /dev/null +++ b/images/54c798a3-7412-447c-9eae-180cc5ba3d8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1295ada0e4976e92914ea5f51f7aff0a4a504d26a7aabe14fddf9eb53086970f +size 1992583 diff --git a/images/54ce051a-00b7-4304-b14c-04e8cfe16488.jpg b/images/54ce051a-00b7-4304-b14c-04e8cfe16488.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7995548ff0e1625c50d9b0a6852fc68af96fdc74 --- /dev/null +++ b/images/54ce051a-00b7-4304-b14c-04e8cfe16488.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd131d3339b6feae2b035949463cbe4354b723abfd35298259def2076e1c949 +size 1760687 diff --git a/images/54d3995f-77cf-4089-85b4-45096605d641.jpg b/images/54d3995f-77cf-4089-85b4-45096605d641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d87e6e30666fb2c2858bf612a9f5a9874af91dc3 --- /dev/null +++ b/images/54d3995f-77cf-4089-85b4-45096605d641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9907c24297f1c9dc0fb3b786b05c6c49da4a73c14620d7a183dd4ec1a146fb4f +size 1679140 diff --git a/images/54dc597f-2d9f-4b21-804e-1e8d8f27942b.jpg b/images/54dc597f-2d9f-4b21-804e-1e8d8f27942b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5282402cb7bc520c2214b48ecafde89597e30f00 --- /dev/null +++ b/images/54dc597f-2d9f-4b21-804e-1e8d8f27942b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeac3933a91abca63a1af0050d7f7f44f1d0888bad1441a97c09f9853601e56c +size 1539435 diff --git a/images/54dcc7cf-93e9-43b9-ac48-44a99c4156da.jpg b/images/54dcc7cf-93e9-43b9-ac48-44a99c4156da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08c0f7295a6a962f4678b8b0b6505db0776d614f --- /dev/null +++ b/images/54dcc7cf-93e9-43b9-ac48-44a99c4156da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a515f66f2e53c727ca6594bb4b370166bf26363462453955f937895c5fee8ced +size 1884832 diff --git a/images/54e094bf-3374-464d-9732-28a17c7b6949.jpg b/images/54e094bf-3374-464d-9732-28a17c7b6949.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69f34a78c28da1bf233748c78323bad0c64d9f5e --- /dev/null +++ b/images/54e094bf-3374-464d-9732-28a17c7b6949.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c18937a3e01e7339c342ea760067462bc3de48c9ebea73f2cce18ad276c9ca9 +size 1644443 diff --git a/images/54e10a3d-0be7-4b53-b8e8-7b8360d1208b.jpg b/images/54e10a3d-0be7-4b53-b8e8-7b8360d1208b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ebd8d2b5f2ea073c3ce8d143e2536c99cf64f28 --- /dev/null +++ b/images/54e10a3d-0be7-4b53-b8e8-7b8360d1208b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357d854c5f9db34fa1c98649b9f26d7c9d3bd8472993641e4964935517d8314c +size 1786932 diff --git a/images/54e4360c-ae99-4830-a326-bf61e420864a.jpg b/images/54e4360c-ae99-4830-a326-bf61e420864a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95efaf9d3a573243856f6d13a2d1bc33b521dae4 --- /dev/null +++ b/images/54e4360c-ae99-4830-a326-bf61e420864a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93bc80513479221036feb7aff0744c8708de99389d4bee33ca10cc1c3d3e7b0 +size 1464465 diff --git a/images/54e67383-7617-4f55-8a33-692ae93534ca.jpg b/images/54e67383-7617-4f55-8a33-692ae93534ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06eb8bb860961bcf85d63c85e89c599b06fab8a6 --- /dev/null +++ b/images/54e67383-7617-4f55-8a33-692ae93534ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b5f2b7fca3c5aef41d8e3afa4c55ad833fa4e2a74b0ea85231826f89ba0b27 +size 1634894 diff --git a/images/54eaf4b3-b681-463c-9bd0-7211b6e00401.jpg b/images/54eaf4b3-b681-463c-9bd0-7211b6e00401.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df149e32eaa21979d0c3d4c4b2858f30e74ae06 --- /dev/null +++ b/images/54eaf4b3-b681-463c-9bd0-7211b6e00401.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af680d2cfffcc1b20d8f41e1ce2fc0fddf77beec3b850f4adc8d27dba2032219 +size 1463124 diff --git a/images/54ee349c-54df-4e40-b1ac-13b47f9ab824.jpg b/images/54ee349c-54df-4e40-b1ac-13b47f9ab824.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9fce6b060165efb1fd6c4302de0d48f0a74ffaa --- /dev/null +++ b/images/54ee349c-54df-4e40-b1ac-13b47f9ab824.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c9fa41c1c48c03002edd7cf8ef055be58740a8d6ac78f64c71d3d2728f72e9 +size 1165826 diff --git a/images/54eef498-55d6-4ffd-8407-e63843c83da4.jpg b/images/54eef498-55d6-4ffd-8407-e63843c83da4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f08687add340fd10191e40bbef13a6b49239ee1 --- /dev/null +++ b/images/54eef498-55d6-4ffd-8407-e63843c83da4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b922cbd83ec791e123791ab347f3239984b897b076efb4b4f81cb6c51a491c5 +size 1214190 diff --git a/images/54f8656a-b673-43a0-bb63-f9cae3109471.jpg b/images/54f8656a-b673-43a0-bb63-f9cae3109471.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c347777a35d5c689522f4cc8bdd5875d3942533d --- /dev/null +++ b/images/54f8656a-b673-43a0-bb63-f9cae3109471.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f976dd2efe8d92c3f9d85cf14add1b476e1f539abd033c3f9586a3d3cd8b70 +size 1781376 diff --git a/images/54fe384d-7ee1-4124-bb27-3d6e2630c782.jpg b/images/54fe384d-7ee1-4124-bb27-3d6e2630c782.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ed6065de95f68506c55b38107b41638ce48c980 --- /dev/null +++ b/images/54fe384d-7ee1-4124-bb27-3d6e2630c782.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fd63e688dfe6b9912ea4e453053976f3fa2850f975b9f033fabcba7b9080a7 +size 1632343 diff --git a/images/550201fb-f83e-4eac-bdf7-7739ae69ff4b.jpg b/images/550201fb-f83e-4eac-bdf7-7739ae69ff4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61743aec141051416b095aac4148db4464ae4316 --- /dev/null +++ b/images/550201fb-f83e-4eac-bdf7-7739ae69ff4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f6fc422734f61861cd285cb613a3b2e7cf3d501cea3d9d15e93fb507001a57 +size 1203151 diff --git a/images/5505d3aa-9c96-4883-a68c-1188a8820d6b.jpg b/images/5505d3aa-9c96-4883-a68c-1188a8820d6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c878afa05dddeead0952a81948972232b72553fb --- /dev/null +++ b/images/5505d3aa-9c96-4883-a68c-1188a8820d6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b874770637656216511f6642146ae42969402780435c3ca9c054b0e4d66fe26 +size 1522448 diff --git a/images/5506d1f7-7aff-4d05-82dc-353ab115fd08.jpg b/images/5506d1f7-7aff-4d05-82dc-353ab115fd08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..362638d0ecb9c3c96dbabe30c12b9044d1f9760a --- /dev/null +++ b/images/5506d1f7-7aff-4d05-82dc-353ab115fd08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8076cbc6a4270c046020168979e86cb97cdb6a963168ba53e0c3c4ec17fccd +size 1455695 diff --git a/images/550aab8d-f044-4ab8-8e60-e56cda5ed412.jpg b/images/550aab8d-f044-4ab8-8e60-e56cda5ed412.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c0a84119253aa67c6c3f00f2888a75d1bc2339c --- /dev/null +++ b/images/550aab8d-f044-4ab8-8e60-e56cda5ed412.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac0b47532b403c90b55c4221549b10e7035beb9125732d75af096b44b2a000b +size 1611535 diff --git a/images/5522e4f3-0377-4090-9630-4c70896cdd2e.jpg b/images/5522e4f3-0377-4090-9630-4c70896cdd2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5aaaded1f9648d726c99e1af96ace0452c886caf --- /dev/null +++ b/images/5522e4f3-0377-4090-9630-4c70896cdd2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526a37eecfba95c4746ccbc26df1e50b6f67c32e1de9fb791d791fd3207ca189 +size 1265971 diff --git a/images/552f6035-7d39-4154-856e-6182bbbc954e.jpg b/images/552f6035-7d39-4154-856e-6182bbbc954e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..965316a206a98f9bd66d531a5ee4cc6485012dd3 --- /dev/null +++ b/images/552f6035-7d39-4154-856e-6182bbbc954e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e542ebf70084396b38944055ffd3b11757b238ce94a189a9845046b6deae22d +size 1909255 diff --git a/images/5532912c-4ce5-46e2-8546-55f01f4d4294.jpg b/images/5532912c-4ce5-46e2-8546-55f01f4d4294.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b04e6b19645e8c93791d68b270bd2fb51bcb2c0e --- /dev/null +++ b/images/5532912c-4ce5-46e2-8546-55f01f4d4294.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd55bced8e6a9a0802e8c3293ed023513e85996a1241f9ceec6db733013ddb6f +size 1884447 diff --git a/images/5534ab93-0ec6-4f4b-8ae2-6417feabdeb7.jpg b/images/5534ab93-0ec6-4f4b-8ae2-6417feabdeb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29465aa759a3fa2eb8a56367d2840765f4cfb5a4 --- /dev/null +++ b/images/5534ab93-0ec6-4f4b-8ae2-6417feabdeb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50bf7ffe4d0c22e9f470b62a3018360f5a575abeb169d68adbefc700b62e274 +size 1666846 diff --git a/images/553d2971-e361-44cb-8943-2bbda9389354.jpg b/images/553d2971-e361-44cb-8943-2bbda9389354.jpg new file mode 100644 index 0000000000000000000000000000000000000000..044b8e078abfe70744a385f6d32cc79334efbfba --- /dev/null +++ b/images/553d2971-e361-44cb-8943-2bbda9389354.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0c3083e52342e2214aeb3d07449577eddad7871be5387fe9cc341bb4ae1bc6 +size 1070474 diff --git a/images/5547513d-dc17-482a-aa46-f004057908c4.jpg b/images/5547513d-dc17-482a-aa46-f004057908c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..400cc0fdabf24fd622d17cef8c5f1247b9f0135c --- /dev/null +++ b/images/5547513d-dc17-482a-aa46-f004057908c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d285077f500c30bf66d49dcb8080030f3e0115670e6baa1441eee8ddd3420932 +size 1270281 diff --git a/images/55593015-b407-46a2-8eef-c9d58e655663.jpg b/images/55593015-b407-46a2-8eef-c9d58e655663.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ede9600085b1f50beca5f26de665641ef3779e78 --- /dev/null +++ b/images/55593015-b407-46a2-8eef-c9d58e655663.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220fa3cad1c46b7b1f5bac90bc90bf23a8f5274977733e68fa00539163042659 +size 1526483 diff --git a/images/555b6c85-1d26-4476-b782-23a0c0646cc2.jpg b/images/555b6c85-1d26-4476-b782-23a0c0646cc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1283558860136ffd6ec0303bcf8b2b90404983ea --- /dev/null +++ b/images/555b6c85-1d26-4476-b782-23a0c0646cc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d781e0160a75019ace893c74163ff423a166032cf43e41fa07617b2a54ad3f41 +size 1797133 diff --git a/images/555f6619-8e99-4ba7-8cf0-4d8b3fad5704.jpg b/images/555f6619-8e99-4ba7-8cf0-4d8b3fad5704.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4d26f43404ffbf9ea101734d9b4482a94cdc3ba --- /dev/null +++ b/images/555f6619-8e99-4ba7-8cf0-4d8b3fad5704.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb841b385812440810ce7e85ad3eb3be2305ba9cbd3e20990937dd8543142b00 +size 1808075 diff --git a/images/5568a24a-4167-454f-9967-9bd138547dde.jpg b/images/5568a24a-4167-454f-9967-9bd138547dde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50beb972ed95802b430314bbd5989e622d85937e --- /dev/null +++ b/images/5568a24a-4167-454f-9967-9bd138547dde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2acbee5e497076344487629581a780ed6d5a3c8327a02531013ba275f18cfe +size 3014594 diff --git a/images/5568f97f-9f29-497f-8bb3-6af199f19909.jpg b/images/5568f97f-9f29-497f-8bb3-6af199f19909.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde0c6817440e661904a2574fe293001d238bd09 --- /dev/null +++ b/images/5568f97f-9f29-497f-8bb3-6af199f19909.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093486289407944d3e07003c49c458d1c9b9f28dd9aa0b1d97cc2993c5ba1896 +size 1804135 diff --git a/images/5573fdc5-383e-49e8-82b8-5bc652b1cfea.jpg b/images/5573fdc5-383e-49e8-82b8-5bc652b1cfea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8feb86178f29801473e2f9eb908a708e15605cc4 --- /dev/null +++ b/images/5573fdc5-383e-49e8-82b8-5bc652b1cfea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60150e135419fac07470efbd84bbb5b910451d8c9d8587fadf5378c2dcd2e15 +size 1839741 diff --git a/images/557a757e-d714-44ed-b014-10bf95f6e36e.jpg b/images/557a757e-d714-44ed-b014-10bf95f6e36e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42216e1102959af05bafe5622b36d88d5551574e --- /dev/null +++ b/images/557a757e-d714-44ed-b014-10bf95f6e36e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c09928b8b28edd21e613e0d510a6e1feedd1be2ce7a345aeaa6eb152536c9fb +size 1873283 diff --git a/images/557bba43-4748-4b8f-8888-0b18278e9c78.jpg b/images/557bba43-4748-4b8f-8888-0b18278e9c78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b32e688f6837cbd913e193fd0614aac518190ab --- /dev/null +++ b/images/557bba43-4748-4b8f-8888-0b18278e9c78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e3849fab11b25af248be76d5daebf46a115f56cbf760c74212ca3ebe9b9cf7 +size 1494000 diff --git a/images/557c7986-63eb-48b8-bb35-d098e532e853.jpg b/images/557c7986-63eb-48b8-bb35-d098e532e853.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe90d89f4d18c31e06825af55e8a495fb765021b --- /dev/null +++ b/images/557c7986-63eb-48b8-bb35-d098e532e853.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f80933b8d86070ae06ff4d5ee1553207052f7f0d2832e96e66ede1d7d30fdf +size 1660139 diff --git a/images/557e4eb8-364a-4a9c-936b-0c6e934379a7.jpg b/images/557e4eb8-364a-4a9c-936b-0c6e934379a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39bac22c075e89bf031eafbcb6629a22d1f1279c --- /dev/null +++ b/images/557e4eb8-364a-4a9c-936b-0c6e934379a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95071907e702d2780dfcd1f63203e0a134ab94083f995110721b7e61b1536a82 +size 1573625 diff --git a/images/5580bdc8-1cc6-4601-83cf-9938fcb83eec.jpg b/images/5580bdc8-1cc6-4601-83cf-9938fcb83eec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fe761b960f9d72ff97033786de3bc2531b0c323 --- /dev/null +++ b/images/5580bdc8-1cc6-4601-83cf-9938fcb83eec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440d192a7096ef78a42ea6d8c2bbb00686c4f2b288930db6819863d025f9fe65 +size 2015742 diff --git a/images/55835f66-2c93-4fb4-b551-f8dddbe45010.jpg b/images/55835f66-2c93-4fb4-b551-f8dddbe45010.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82078113b8fd64318838e840c5f273c11af93ca2 --- /dev/null +++ b/images/55835f66-2c93-4fb4-b551-f8dddbe45010.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14691462def037b8a19a0fb0eef866eaca17a6da47514429c234618fec274438 +size 1638521 diff --git a/images/55862e1d-6b4c-4857-8f87-91c7032fa40b.jpg b/images/55862e1d-6b4c-4857-8f87-91c7032fa40b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09288a063f52ae3825893cace5986b68118b6e2f --- /dev/null +++ b/images/55862e1d-6b4c-4857-8f87-91c7032fa40b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818db63a4863f391fe25def4e7a0ffea6240dd28c1169c0034981db2d483ab56 +size 2062581 diff --git a/images/559564c6-c1a5-4647-b228-7ebae6db5402.jpg b/images/559564c6-c1a5-4647-b228-7ebae6db5402.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca233257c538739d6b08ee041c1fdf126f089624 --- /dev/null +++ b/images/559564c6-c1a5-4647-b228-7ebae6db5402.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda45a149c38e4878daa7b62b41627c8c920437264fbee9b5c67509f5d17ea09 +size 1251597 diff --git a/images/55960fac-260a-4000-8329-7a248bb7321c.jpg b/images/55960fac-260a-4000-8329-7a248bb7321c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c14f35a2e19ecee1d5e4460203558cc86fc0bc1 --- /dev/null +++ b/images/55960fac-260a-4000-8329-7a248bb7321c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6027c28a1a122cb05401786125002191c9ab0cb11a037811d5f33056ef9ce9e7 +size 1770361 diff --git a/images/559f6913-a919-41a8-b2a6-5449ae8db374.jpg b/images/559f6913-a919-41a8-b2a6-5449ae8db374.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07d79d87e05658963bb227136cb0ed80415b72e9 --- /dev/null +++ b/images/559f6913-a919-41a8-b2a6-5449ae8db374.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26041fd09b8a28faf67f23550571e6122a40aebaaae9feb44068001de43b9114 +size 1689371 diff --git a/images/559f73c4-702d-49e9-9bec-d6b555ee7fe9.jpg b/images/559f73c4-702d-49e9-9bec-d6b555ee7fe9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9087dce6caafdc82e0bf107987f3eec07246831b --- /dev/null +++ b/images/559f73c4-702d-49e9-9bec-d6b555ee7fe9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4062e16c95f5d6185ae28f46de70ab89b7726799915c1d2677e69ca83db5b81 +size 1672109 diff --git a/images/55a58b4a-ad79-4913-8563-dcb70d51a6a1.jpg b/images/55a58b4a-ad79-4913-8563-dcb70d51a6a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1b4e28eafb222f7ecd553cf5a9025d23564c9cd --- /dev/null +++ b/images/55a58b4a-ad79-4913-8563-dcb70d51a6a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7748629535bbd1d17b44e97773415b622ab44cfbf77159c0e5fa29d56968c2d +size 2844068 diff --git a/images/55b9d118-ea16-4663-8c5c-24aab773d143.jpg b/images/55b9d118-ea16-4663-8c5c-24aab773d143.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bd0f0b3b76da82d0c5e2cd91eca09fdb03a3ce1 --- /dev/null +++ b/images/55b9d118-ea16-4663-8c5c-24aab773d143.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a96d3a39733ae4b163f06d153c6857502c911c1c1dcb9ac15537234b3fce9b7 +size 1693240 diff --git a/images/55ba2c89-6d48-420d-bc75-aa7f1e25e4df.jpg b/images/55ba2c89-6d48-420d-bc75-aa7f1e25e4df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a98f4bdf035dfa5f5b3c362911e4c20e2a1e0447 --- /dev/null +++ b/images/55ba2c89-6d48-420d-bc75-aa7f1e25e4df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a063d12017ce45447e6f5d1fe0928f81ed69918109c5efb38849402579c08c +size 2763400 diff --git a/images/55c065da-aa1e-43a3-acc3-5d41f4f4a58c.jpg b/images/55c065da-aa1e-43a3-acc3-5d41f4f4a58c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ddc716a77e0b90a4d8ba6fe790b7e5ddad114c5 --- /dev/null +++ b/images/55c065da-aa1e-43a3-acc3-5d41f4f4a58c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c998e2edfa055a3ac934b90ffdeb0e4891d236716e6ce187c78e759f7d597fd +size 2161872 diff --git a/images/55c451e0-b50f-4d24-a259-8fad53e7a3ac.jpg b/images/55c451e0-b50f-4d24-a259-8fad53e7a3ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd63c9c5a9fdd987285f935071bde14d2b5c6449 --- /dev/null +++ b/images/55c451e0-b50f-4d24-a259-8fad53e7a3ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f599848a1b4c52e67de62f07596cf72657520bc8335412d1dd608885902b013 +size 1134979 diff --git a/images/55cb9c12-b0c9-461d-b9fe-4c91e75b61de.jpg b/images/55cb9c12-b0c9-461d-b9fe-4c91e75b61de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0d308c841cbe57f5691ab73c88710f4697dbe5f --- /dev/null +++ b/images/55cb9c12-b0c9-461d-b9fe-4c91e75b61de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efccc296c10aa2b44d3acaa4a8fbc0f0362f926c03c71056d35f566ef5846997 +size 1917316 diff --git a/images/55d7a4db-391d-45b1-9120-d94553a7c85e.jpg b/images/55d7a4db-391d-45b1-9120-d94553a7c85e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d5edf896022a6f363896d60c9868a2e7f9dea37 --- /dev/null +++ b/images/55d7a4db-391d-45b1-9120-d94553a7c85e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94f26b1e76ea18b84fbebd84d27efa6f85ab731fa42e6b3de913de60fccb58b +size 1668777 diff --git a/images/55dcd890-23f7-4988-b48c-a3e2eac28711.jpg b/images/55dcd890-23f7-4988-b48c-a3e2eac28711.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ff1b98327abc49d59e408aa5ede3859894aa6d7 --- /dev/null +++ b/images/55dcd890-23f7-4988-b48c-a3e2eac28711.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4b3f1ec16f38ae3fe1924f06eed68b2b1e12b006d13d65245bafa44c3242a5 +size 1963792 diff --git a/images/55ea5ad4-3927-4c0b-a6eb-e318189e65a6.jpg b/images/55ea5ad4-3927-4c0b-a6eb-e318189e65a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b011d5a85ec93ead453193c7187b5955a77b4414 --- /dev/null +++ b/images/55ea5ad4-3927-4c0b-a6eb-e318189e65a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864fd26cb4a68c9c8ace7bc63de5dbe0cf994d339e7324c6fd143d3607567b6a +size 1463269 diff --git a/images/55f325a5-20a4-4ac7-b22d-eae2aca4c159.jpg b/images/55f325a5-20a4-4ac7-b22d-eae2aca4c159.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8b18738dffd4721c190a57a3114b6528a9a807f --- /dev/null +++ b/images/55f325a5-20a4-4ac7-b22d-eae2aca4c159.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3bbe4774936a16579a61c2c10c1eefccb9f805d8a531f2c9514224b1bef47a +size 1484322 diff --git a/images/55f829b7-3df1-434a-85ff-fdb14923884d.jpg b/images/55f829b7-3df1-434a-85ff-fdb14923884d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9484904e878d38cbb552a4f58763c3a39f2002df --- /dev/null +++ b/images/55f829b7-3df1-434a-85ff-fdb14923884d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3043797146342208419d976b0a764131326273e97110ea3f81e68b42ded135c1 +size 1353038 diff --git a/images/55fcc852-4943-4596-a9f6-3869ce9ba7ae.jpg b/images/55fcc852-4943-4596-a9f6-3869ce9ba7ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5612a3122e074567bca8f41d05fe81a9971d9a5 --- /dev/null +++ b/images/55fcc852-4943-4596-a9f6-3869ce9ba7ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408d4c5342b6c51c5399ffc082b0245eb716c61a9bbd71f3536f429cce7388a9 +size 2102576 diff --git a/images/55ffd215-d816-495c-bc45-afa73514da29.jpg b/images/55ffd215-d816-495c-bc45-afa73514da29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f58556e3aa78709f0ca020f06c8793e4cbd933e --- /dev/null +++ b/images/55ffd215-d816-495c-bc45-afa73514da29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969ec99806c4753bb499b872d942b34a5cb168b83fe8ab529dae300c3749f44f +size 1764976 diff --git a/images/560e0d89-e7dd-4a7c-b099-d3f2f2250d06.jpg b/images/560e0d89-e7dd-4a7c-b099-d3f2f2250d06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92395f4d4bd5690438333f742b9f0c07f5d52c31 --- /dev/null +++ b/images/560e0d89-e7dd-4a7c-b099-d3f2f2250d06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c3ed048ed4b0db9a35e7e57093f5b99c64662606f91976f84d77a52eeb92d6 +size 1890232 diff --git a/images/5613e771-f799-4bd0-8ec9-6c6aee588505.jpg b/images/5613e771-f799-4bd0-8ec9-6c6aee588505.jpg new file mode 100644 index 0000000000000000000000000000000000000000..335e3bca25c4c1bc113148b1628108063449c542 --- /dev/null +++ b/images/5613e771-f799-4bd0-8ec9-6c6aee588505.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b29f4aa4879a64c108fdeafd145f1434016ba7c46273778071ae694fd92b6e +size 1666573 diff --git a/images/561b1ec1-0a78-4dbe-99b1-de7852463135.jpg b/images/561b1ec1-0a78-4dbe-99b1-de7852463135.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8824cb5a27d53048537be1adccfbc1eb10dfb788 --- /dev/null +++ b/images/561b1ec1-0a78-4dbe-99b1-de7852463135.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd94710c9bafc868900ed5340fcec87f6d61280a74863b477ce3dcee29b28e24 +size 1569514 diff --git a/images/5622233b-61ea-41a7-a758-6d7ecd84d1b6.jpg b/images/5622233b-61ea-41a7-a758-6d7ecd84d1b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5df94de3399f16b8a39edbef1f4487ab69f69a7 --- /dev/null +++ b/images/5622233b-61ea-41a7-a758-6d7ecd84d1b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d89e5c077bb44137084003c15e4a409f63c00f08d993b74091e01e74466f425 +size 1357541 diff --git a/images/56259c5c-cfd6-4c88-9440-6b08df65e08a.jpg b/images/56259c5c-cfd6-4c88-9440-6b08df65e08a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61b87ca1a51b30121940f4c47018084209493afe --- /dev/null +++ b/images/56259c5c-cfd6-4c88-9440-6b08df65e08a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b321532c7a5e213a1b4fbccd4e9e2146564f87c573d8046b1c64dd0bd9523d +size 1393914 diff --git a/images/5625fc87-8c15-4172-8c64-1c41e89358f2.jpg b/images/5625fc87-8c15-4172-8c64-1c41e89358f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..958a677d0263d18fd22fe4349b8dceb11000cfb6 --- /dev/null +++ b/images/5625fc87-8c15-4172-8c64-1c41e89358f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f324236d9608dc8fea8ad4b86bdb0335417922fff42788c771c16231db3efb1 +size 2365215 diff --git a/images/562d1be7-b01a-47aa-8000-f09c21fa9f5f.jpg b/images/562d1be7-b01a-47aa-8000-f09c21fa9f5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da716769844befdf3c2be6298e69ceebce105285 --- /dev/null +++ b/images/562d1be7-b01a-47aa-8000-f09c21fa9f5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a22067d5d3c5b067eda923d017073e4928fe5705c9cc42f622ad3fa86988685 +size 1563995 diff --git a/images/56318003-b367-424d-9497-99da28c4dad3.jpg b/images/56318003-b367-424d-9497-99da28c4dad3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5e596d77e3b5a3c4e3ce5bfedb1a7ef5663284e --- /dev/null +++ b/images/56318003-b367-424d-9497-99da28c4dad3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5305624921636b60f9c7afdf3b34b24748294fe8fc48f0049e11786e2aadbc3 +size 1583150 diff --git a/images/5633b105-5333-4325-93e7-ab9887ec837a.jpg b/images/5633b105-5333-4325-93e7-ab9887ec837a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b5be49e68a4efdca3ce32afc2348e4ba1533eb3 --- /dev/null +++ b/images/5633b105-5333-4325-93e7-ab9887ec837a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9022f4cea70352103a9ad0ea632671a62329a794a571aec880586262c57c8 +size 2227764 diff --git a/images/563878c0-6b38-43c3-9aca-dc783b3531f0.jpg b/images/563878c0-6b38-43c3-9aca-dc783b3531f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34d1b594232ee837c072db3f4156e76d38dbed90 --- /dev/null +++ b/images/563878c0-6b38-43c3-9aca-dc783b3531f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4dec7d706dac5d34684ae24b1fa727f1f7c46fae03cb8a70ba5030d4ad0cc9 +size 3068919 diff --git a/images/563fe091-b4a3-4910-8903-8f37f327c8a0.jpg b/images/563fe091-b4a3-4910-8903-8f37f327c8a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e7db10f6c0c09bcfeba6a4c09548ef986c40860 --- /dev/null +++ b/images/563fe091-b4a3-4910-8903-8f37f327c8a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e487f89965107dbdf1464e5b6aadafaee28266d1a7903ea86f94017a1df9ce59 +size 2108726 diff --git a/images/56417e6f-c8a4-4d0e-be94-98c964518144.jpg b/images/56417e6f-c8a4-4d0e-be94-98c964518144.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be5301e08961b8ddc2daac4b80416ce19b08e9d2 --- /dev/null +++ b/images/56417e6f-c8a4-4d0e-be94-98c964518144.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f940256a7beffa418203e5e6e6eb960137964e7debd97ae4d97cd0c02b138d +size 1505967 diff --git a/images/56424cc4-0bc3-4f60-bc02-2645c5ecc707.jpg b/images/56424cc4-0bc3-4f60-bc02-2645c5ecc707.jpg new file mode 100644 index 0000000000000000000000000000000000000000..233989faf51b1708a5268fdd390dda0c2efa2e34 --- /dev/null +++ b/images/56424cc4-0bc3-4f60-bc02-2645c5ecc707.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d8bc6fe34d39a4116a8e01a5061c1dc1820a2218839ff2367db02d76c18f72 +size 1504196 diff --git a/images/56453623-410a-4594-b62a-55bfa99f0b12.jpg b/images/56453623-410a-4594-b62a-55bfa99f0b12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a37f32aa50392142dfac6e40ff63c28490b6fd5 --- /dev/null +++ b/images/56453623-410a-4594-b62a-55bfa99f0b12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75637d9b30f1a9710455ea88688c730765b2c24652ef77fba02e0905b06d85b +size 1581189 diff --git a/images/564ff808-f579-4e0a-893e-f791fff7fd9a.jpg b/images/564ff808-f579-4e0a-893e-f791fff7fd9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3b1b996de8f327f9e0f1b776687bb436ff60f37 --- /dev/null +++ b/images/564ff808-f579-4e0a-893e-f791fff7fd9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59055741b71475bed66ca2532c79b57788eee45fe4d7052bd2a5e51c96255869 +size 1393284 diff --git a/images/5653dfbb-871a-440f-995d-378552b7bc51.jpg b/images/5653dfbb-871a-440f-995d-378552b7bc51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..355fcc6cc85eba3fafb46d58816d0730f1444d8b --- /dev/null +++ b/images/5653dfbb-871a-440f-995d-378552b7bc51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f3f9964af6e86bd9a2d2e5a4f91de40d508f56d21101cb4363c27949324e91 +size 1951528 diff --git a/images/56574b67-6daf-4838-90ad-741d163427ce.jpg b/images/56574b67-6daf-4838-90ad-741d163427ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..648a8305df1b031e4ee593a0713d6c084eb1d15a --- /dev/null +++ b/images/56574b67-6daf-4838-90ad-741d163427ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00569c3f1873979de01b133f036ed17ad7758f7e88f846a0139154deb1fb4e1c +size 1718980 diff --git a/images/565e5b0d-477a-4dd3-95be-7763f3c18a84.jpg b/images/565e5b0d-477a-4dd3-95be-7763f3c18a84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6b3bdda19a1930522287c459d51eb4de515be87 --- /dev/null +++ b/images/565e5b0d-477a-4dd3-95be-7763f3c18a84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b9929306d1c9c024606ae6b3bc6b1cabc4976f1f4b36f43850edc68548b708 +size 1367207 diff --git a/images/5677fb5d-e22e-4b2b-b824-9c27685e9338.jpg b/images/5677fb5d-e22e-4b2b-b824-9c27685e9338.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ca17627e4748cd36e271d28f16613e05aa1fb83 --- /dev/null +++ b/images/5677fb5d-e22e-4b2b-b824-9c27685e9338.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a87c67e5d02da5ca77753ed518749911c6972b7f052a62f4066c1cfc4fddad3 +size 1567326 diff --git a/images/5684fc13-f3a1-4fc0-ac99-48e082a28643.jpg b/images/5684fc13-f3a1-4fc0-ac99-48e082a28643.jpg new file mode 100644 index 0000000000000000000000000000000000000000..363f30245722a52f1277f706985138b499e6a1f5 --- /dev/null +++ b/images/5684fc13-f3a1-4fc0-ac99-48e082a28643.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dda92e54ab9756ee4325137ca6c271a7e92a21b4c53808e5df34e4e52db4588 +size 1264697 diff --git a/images/56895f25-e907-4835-9ae0-4ffa2a9dfe4f.jpg b/images/56895f25-e907-4835-9ae0-4ffa2a9dfe4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdce1ff232c3d3e1f4584b064b1d25165b3c38e6 --- /dev/null +++ b/images/56895f25-e907-4835-9ae0-4ffa2a9dfe4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de0b5dd65974d537090c649f3f6cf13d22b55bb8e7c082cb7a0b753b7fa75a6 +size 1789561 diff --git a/images/568afde3-47d0-430e-bd9d-3305b5061275.jpg b/images/568afde3-47d0-430e-bd9d-3305b5061275.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ac0de5f37cbaa576ab4504dfa2c7f4faf724e95 --- /dev/null +++ b/images/568afde3-47d0-430e-bd9d-3305b5061275.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a75a938e7c71ca693944251b9c265df9c01016831d5fb05075b61abd4c4c7d +size 1247961 diff --git a/images/569542d8-eb98-4a5e-a030-09370ff45e66.jpg b/images/569542d8-eb98-4a5e-a030-09370ff45e66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb6b818ea34a6fbd8bf1b88489e4ca1a21976943 --- /dev/null +++ b/images/569542d8-eb98-4a5e-a030-09370ff45e66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26733e205211f95512e0f4c73abc37f654aa9a434b76732487381f7ef73b0163 +size 1553881 diff --git a/images/56bdbfe1-acff-4c5a-93f7-06d671e5cf15.jpg b/images/56bdbfe1-acff-4c5a-93f7-06d671e5cf15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..083294edf13c6df1833742ca1454b3c2e84f3331 --- /dev/null +++ b/images/56bdbfe1-acff-4c5a-93f7-06d671e5cf15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf7fd5d13417bc0df00eec1937c727cbaa60d7e62cc9a9725c79918c13df908 +size 1546850 diff --git a/images/56c45172-5383-4691-b5a3-9c16a4bb5adf.jpg b/images/56c45172-5383-4691-b5a3-9c16a4bb5adf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c52e410c72f1d5315559524c17a64713bb748e0 --- /dev/null +++ b/images/56c45172-5383-4691-b5a3-9c16a4bb5adf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05414267443cc703f6fe10ff559eee2d5f5ec92dcf4cc226a07cfcd121d1612a +size 1520186 diff --git a/images/56d02a7b-9992-44f2-bc62-453e8048a1d8.jpg b/images/56d02a7b-9992-44f2-bc62-453e8048a1d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75ed7ac03b75e9b78adfe051784f47a712a43c83 --- /dev/null +++ b/images/56d02a7b-9992-44f2-bc62-453e8048a1d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c5171816551eb3cdc016652580eaaf19252505ad127b8816f97f696b18a161 +size 2333090 diff --git a/images/56d451a6-b032-45d0-be11-c6a7c075c693.jpg b/images/56d451a6-b032-45d0-be11-c6a7c075c693.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b262422990f58957810a0a6335bbe4e8153bca36 --- /dev/null +++ b/images/56d451a6-b032-45d0-be11-c6a7c075c693.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ba4e2c120d124d51a6ed71aa9041232fdaf7b49e6652d2b2f393e99423f09c +size 2002590 diff --git a/images/56d89ee8-740f-4238-9fe4-fe03f1765c17.jpg b/images/56d89ee8-740f-4238-9fe4-fe03f1765c17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65512d6e0091ae8bcebc34043dbf0d14572eaa91 --- /dev/null +++ b/images/56d89ee8-740f-4238-9fe4-fe03f1765c17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa762ca179b05c01105c91b3527081fa6afc226a1e39af47b366fd3de9bbe06 +size 1447076 diff --git a/images/56dd1bc6-7c59-41ea-a03a-a7e04b17a178.jpg b/images/56dd1bc6-7c59-41ea-a03a-a7e04b17a178.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6523d4b0b3188352c6233e02e6afcb78bea5e1ad --- /dev/null +++ b/images/56dd1bc6-7c59-41ea-a03a-a7e04b17a178.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0e4f375597e661300a8fa73649fa48346854a023dfecb974cce364357789ae +size 1671818 diff --git a/images/56f032a1-7f3b-45ec-993f-d9bacd1c4f81.jpg b/images/56f032a1-7f3b-45ec-993f-d9bacd1c4f81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..065adf5337f788abbdaa89ecb6606b221ddd7c37 --- /dev/null +++ b/images/56f032a1-7f3b-45ec-993f-d9bacd1c4f81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fff8bf3d9f4d200dd8b77d33020e5c10356c1401fb38a4fca3974444ddf696c +size 1365246 diff --git a/images/56f07b58-7789-440e-a9d3-5620790c9597.jpg b/images/56f07b58-7789-440e-a9d3-5620790c9597.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc034e083c2490615838215ed602a67da869ea72 --- /dev/null +++ b/images/56f07b58-7789-440e-a9d3-5620790c9597.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cf8ed74d50831ceb12c82984d4c1bac361cfc8565ee1b299d8d282667a3484 +size 1144279 diff --git a/images/56f1bd20-05bb-4045-a893-f270b22b938c.jpg b/images/56f1bd20-05bb-4045-a893-f270b22b938c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9701363afe0bf9804165ec06453eea91586fa24a --- /dev/null +++ b/images/56f1bd20-05bb-4045-a893-f270b22b938c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc3d3258ded1002d4cde2db9bf7cb94d08ef7594d8e7e174a4b68c840ad1b6f +size 1153275 diff --git a/images/56fde20a-ee46-44e2-8cfb-d9e5001f7aff.jpg b/images/56fde20a-ee46-44e2-8cfb-d9e5001f7aff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a0866155d8ccb00eb638f98e2e53fbcd8909f3e --- /dev/null +++ b/images/56fde20a-ee46-44e2-8cfb-d9e5001f7aff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b78a7226a258c1ab04079185ca80ef0154651370bfffeda89b06a6f6bf59d13 +size 1604830 diff --git a/images/56fdf8ea-d758-48ed-a015-0dafe0f8d3c8.jpg b/images/56fdf8ea-d758-48ed-a015-0dafe0f8d3c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c902cf6987c18665fe33ba4fdf7ced2e5b121f5 --- /dev/null +++ b/images/56fdf8ea-d758-48ed-a015-0dafe0f8d3c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e143787a5d3e98100f615b470f91b924ee83fbe69f535d3c8ceb42918b6abe +size 1392096 diff --git a/images/57137e6c-1f81-4b47-9a43-681035f122f5.jpg b/images/57137e6c-1f81-4b47-9a43-681035f122f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c3647509c800ab37582757b1ba9422d0acbe51e --- /dev/null +++ b/images/57137e6c-1f81-4b47-9a43-681035f122f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef16e9ff2a13d54e1731d9fa43739c8eabec42def0fd7268447ed400fb426b2 +size 1476724 diff --git a/images/571cbeb9-5544-4e6b-8801-d8abe077f2e3.jpg b/images/571cbeb9-5544-4e6b-8801-d8abe077f2e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0237b968c8bb51efbf3c5ccf691a7b6ee029166 --- /dev/null +++ b/images/571cbeb9-5544-4e6b-8801-d8abe077f2e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca770ac087e2abe016d7c409a056e28fac0a4417fde51fded22e4eeb135a05ff +size 1526000 diff --git a/images/57241075-c5e7-4f72-9dda-195c625715bf.jpg b/images/57241075-c5e7-4f72-9dda-195c625715bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59eeb44f7032a769987bbd6223c4747e43565a84 --- /dev/null +++ b/images/57241075-c5e7-4f72-9dda-195c625715bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d98148502c08ddaf1d327f063806e086addb6a58f251b26fdb534a348d8ebfd +size 1231110 diff --git a/images/572fbb10-e753-4227-8e87-96b19dd3a091.jpg b/images/572fbb10-e753-4227-8e87-96b19dd3a091.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dffb76f7baba2ead082dd53ebcd84d7d212b016b --- /dev/null +++ b/images/572fbb10-e753-4227-8e87-96b19dd3a091.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b8c72c8f1f4075efe5c871807d5b7ff6adfbc549632502099e010dcb1901f5 +size 1483435 diff --git a/images/573369bc-9693-493a-87c4-1c6e6938b9ab.jpg b/images/573369bc-9693-493a-87c4-1c6e6938b9ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93e459122a510be26c38c402a28831e1a0234047 --- /dev/null +++ b/images/573369bc-9693-493a-87c4-1c6e6938b9ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec85c31b7e3d7fdc4138bee834196265489eeb20d17012771643db80b895881 +size 1282749 diff --git a/images/573b13e9-c339-4b6f-9980-3ab54d1ad66b.jpg b/images/573b13e9-c339-4b6f-9980-3ab54d1ad66b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7621c5d46d4124a16857932e1c63bb523bd97458 --- /dev/null +++ b/images/573b13e9-c339-4b6f-9980-3ab54d1ad66b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f64d1924507c4412a657d9bb7b9fd9604860807af04f9275ef54f2a469f520e +size 1923843 diff --git a/images/573b9b88-ad9a-4cf4-b2f4-d9010cd22699.jpg b/images/573b9b88-ad9a-4cf4-b2f4-d9010cd22699.jpg new file mode 100644 index 0000000000000000000000000000000000000000..409381cd7c6ee7932e5af24ff0220c4d8e3e4dde --- /dev/null +++ b/images/573b9b88-ad9a-4cf4-b2f4-d9010cd22699.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244fa4225558566b2838e36e2b890438b7f3495d64b1305dab30d2571ee630bf +size 1396500 diff --git a/images/573bc334-0eb8-4e3a-996a-a70170d2f244.jpg b/images/573bc334-0eb8-4e3a-996a-a70170d2f244.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69081837bef2ffe67f2c966b68a6f4e3adbb76a9 --- /dev/null +++ b/images/573bc334-0eb8-4e3a-996a-a70170d2f244.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec09ce39171809d60395127d9c7696c27798b9c97c2953e0c0650d7c60b8f303 +size 1677735 diff --git a/images/5744796f-2d2f-4ceb-832a-2931da02cf31.jpg b/images/5744796f-2d2f-4ceb-832a-2931da02cf31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b1eb23a081cefa3c4238bae300f9e4db193e49a --- /dev/null +++ b/images/5744796f-2d2f-4ceb-832a-2931da02cf31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f01585e373f680cb6d313fbeed69a5c39b84d93f5e6e8071009526586c87817 +size 1200916 diff --git a/images/5753cd2c-7a4c-40f0-a73d-53e2ac9e1014.jpg b/images/5753cd2c-7a4c-40f0-a73d-53e2ac9e1014.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab29b27e0f400ca113553a5317c4efdf399ca8d6 --- /dev/null +++ b/images/5753cd2c-7a4c-40f0-a73d-53e2ac9e1014.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abb251cd93b8f7832516eb850f5774a38c1c9df56a33e3b90348c218211f886 +size 1599309 diff --git a/images/575fa769-c67f-41f5-b7b2-692392d49b32.jpg b/images/575fa769-c67f-41f5-b7b2-692392d49b32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d36a72a093638f8400504a7657e4814287e9d8e --- /dev/null +++ b/images/575fa769-c67f-41f5-b7b2-692392d49b32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01addb447c4fa0446870288e91b789adf1e145373304a04f73b75d1c78317443 +size 1508213 diff --git a/images/576116e5-7e87-4b43-9011-fa68a31e8f66.jpg b/images/576116e5-7e87-4b43-9011-fa68a31e8f66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2337471e2b8fa56b818084ac651d163b97638ef3 --- /dev/null +++ b/images/576116e5-7e87-4b43-9011-fa68a31e8f66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac97691a90257129cf1eb06a62c3bd5c9144bafd1de03e618adb7645af553a0 +size 1502162 diff --git a/images/576eec96-eb85-4a9e-a7bb-2429253ffa24.jpg b/images/576eec96-eb85-4a9e-a7bb-2429253ffa24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22bde0448513b1bc78221321135bd9e472cf7006 --- /dev/null +++ b/images/576eec96-eb85-4a9e-a7bb-2429253ffa24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55db0c3708dd754f99f2df0a431541c2e6155d7778cfb6ffab637caba2366a36 +size 1612495 diff --git a/images/57748cea-b878-4cc6-bab6-b42094ffdaa5.jpg b/images/57748cea-b878-4cc6-bab6-b42094ffdaa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40e2ef2978fe230fb78dcf7e83cb41ad6696081d --- /dev/null +++ b/images/57748cea-b878-4cc6-bab6-b42094ffdaa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f99cec6dd85805f4ee149d2f4688032a285650c8038b310fce495ee2a40ae2 +size 1673499 diff --git a/images/57793d68-e5a5-4140-9150-ed9fa095f089.jpg b/images/57793d68-e5a5-4140-9150-ed9fa095f089.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37d91f28902ac3d1a38f08004a94cacabd1ee0a6 --- /dev/null +++ b/images/57793d68-e5a5-4140-9150-ed9fa095f089.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd99a3b0847e1c8380d4f5d85147fa8527f26134b2995dae7260361fef688c10 +size 1359102 diff --git a/images/577fd888-6016-4ccb-aea4-a61aca78607b.jpg b/images/577fd888-6016-4ccb-aea4-a61aca78607b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0001cbb894ff01ae17d0db8acf6c3ef4b2b49b9e --- /dev/null +++ b/images/577fd888-6016-4ccb-aea4-a61aca78607b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5eb173e6c078b8120eea15fddc051c23e50815e213acf2a1612a524d422fc1 +size 1949290 diff --git a/images/5782cd63-1267-4b78-bc5a-074653725170.jpg b/images/5782cd63-1267-4b78-bc5a-074653725170.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349d61765a4da5518ae76f6cef5cd882318cbcd3 --- /dev/null +++ b/images/5782cd63-1267-4b78-bc5a-074653725170.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f1fcfdae207a55968f10f6111df5cb547675892113611d636170044dfecd9c +size 2500676 diff --git a/images/57958007-96bd-4bac-9980-40a2249276ac.jpg b/images/57958007-96bd-4bac-9980-40a2249276ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56917d3a3b151592639d913dc7e24766727e0bff --- /dev/null +++ b/images/57958007-96bd-4bac-9980-40a2249276ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe09f015e3502b2be1d8d35b971d8f5ff64f2865e1abfd81dd914330aa64366 +size 2456701 diff --git a/images/57a0cedc-7fff-4b35-84af-577cd7ac66b1.jpg b/images/57a0cedc-7fff-4b35-84af-577cd7ac66b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c322fa7d8a60c4403b4585c011ca0556d374017 --- /dev/null +++ b/images/57a0cedc-7fff-4b35-84af-577cd7ac66b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26489810503b47986b7c0f96402f771c73827664767f717c48f7e540e7ba612 +size 2266289 diff --git a/images/57aa871e-79b4-4375-95be-0474341b7a26.jpg b/images/57aa871e-79b4-4375-95be-0474341b7a26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1cf976fab71243df0643404990e23dc8c55b8cb --- /dev/null +++ b/images/57aa871e-79b4-4375-95be-0474341b7a26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1b5a896fddec7de527d135addd3fef8756bd8445894fcbef0e6640cc0aade9 +size 1750278 diff --git a/images/57af4a25-4422-416a-ae28-6db375336b8e.jpg b/images/57af4a25-4422-416a-ae28-6db375336b8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34f78f4aa558bde7a1a97e77c3a68bd72f65751e --- /dev/null +++ b/images/57af4a25-4422-416a-ae28-6db375336b8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b3660f9f45bc5f93dcc854034f038951441a33da7a3f74010dd8c8924f2238 +size 1624184 diff --git a/images/57b3c849-1314-4b34-8eb2-ef71268cc3b0.jpg b/images/57b3c849-1314-4b34-8eb2-ef71268cc3b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bec4e99f363081874f8af8e197c636685289880 --- /dev/null +++ b/images/57b3c849-1314-4b34-8eb2-ef71268cc3b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d569dae4722756472ab550f39bbf8bb2cea9e61e9052ec08ecf2b8938f7e1b +size 1554982 diff --git a/images/57b61552-cca3-4bcb-bab5-2b30528f0e50.jpg b/images/57b61552-cca3-4bcb-bab5-2b30528f0e50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ea55e76c07e977d3266a3c4e37e315f6c318b6e --- /dev/null +++ b/images/57b61552-cca3-4bcb-bab5-2b30528f0e50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff2275ccf2a566736019063a42f531b9302223ced92f4607e7a93067ec119ac +size 1396864 diff --git a/images/57b89e30-41d7-43c3-84ac-893b1c2c4bbc.jpg b/images/57b89e30-41d7-43c3-84ac-893b1c2c4bbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30d65379aec10b9e7d306befa4b831e16f2985ea --- /dev/null +++ b/images/57b89e30-41d7-43c3-84ac-893b1c2c4bbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f4de3a187e001804b241d6423dd0a469e17b65b7dc355cb7d4de98edb76ddf +size 1619522 diff --git a/images/57c0d84f-3552-4d61-9e5b-4a01a4e5f34f.jpg b/images/57c0d84f-3552-4d61-9e5b-4a01a4e5f34f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67cd4196f3b07e0e625b1adfda902990a8580866 --- /dev/null +++ b/images/57c0d84f-3552-4d61-9e5b-4a01a4e5f34f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44222129768814d85026b3f1e3d4dd518bcd5326a1859600ea7b2145b3a21401 +size 1181503 diff --git a/images/57c425b7-6032-455a-b468-adcc2f9c0807.jpg b/images/57c425b7-6032-455a-b468-adcc2f9c0807.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2bda4b7433292af7f62640eebd0bfca598bf1f3 --- /dev/null +++ b/images/57c425b7-6032-455a-b468-adcc2f9c0807.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684ce93bbfdac2a7ad701a18fa622381bd6dbcebe74b70f5b03158e9b0140b3f +size 1599537 diff --git a/images/57c6a59b-14d5-42a5-876e-f9a667806583.jpg b/images/57c6a59b-14d5-42a5-876e-f9a667806583.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1784b2eb630bc4cc7f46e04133b30449704961c6 --- /dev/null +++ b/images/57c6a59b-14d5-42a5-876e-f9a667806583.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911769ee5dadfebcda5eec32828d7b46e9f28d2d518420a1dd3d33f0d99646d9 +size 1951729 diff --git a/images/57c73cd2-f446-40fb-98e1-4aedfad22b54.jpg b/images/57c73cd2-f446-40fb-98e1-4aedfad22b54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e8ed104c8bf032bbf6dbdb5a863307a2a5ae90f --- /dev/null +++ b/images/57c73cd2-f446-40fb-98e1-4aedfad22b54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3158c865479f8c1640ec808525e969bf010f8d365a1d81e4b5e7ed03594bc1a3 +size 1621437 diff --git a/images/57cb5738-0137-4b79-9dac-9c777c625ea3.jpg b/images/57cb5738-0137-4b79-9dac-9c777c625ea3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5313d0bc7b68aac1d36533907bfed069174d2f41 --- /dev/null +++ b/images/57cb5738-0137-4b79-9dac-9c777c625ea3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cb0764e62e3b5f0d4be9425b2357df144d134b816b68743130ee0934218d27 +size 1434001 diff --git a/images/57dce023-37b6-4b31-8065-4cffd9b14b9a.jpg b/images/57dce023-37b6-4b31-8065-4cffd9b14b9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..688c2769655c59132e04f4f8c9b9a5acc62d2a82 --- /dev/null +++ b/images/57dce023-37b6-4b31-8065-4cffd9b14b9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5522bca196234c38673840cec20b1bf304e3633b7edb3bc671952466fc565df1 +size 1731114 diff --git a/images/57e1e456-fa01-4012-aa59-3961fd9794b7.jpg b/images/57e1e456-fa01-4012-aa59-3961fd9794b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfb9dadd50a8881e277344e07e3665e01033baa2 --- /dev/null +++ b/images/57e1e456-fa01-4012-aa59-3961fd9794b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e88db56243592184181dd867e3c88439da6718e0eb559f12a4e466444ae26d +size 1450474 diff --git a/images/57e9aa74-994f-4b69-bfb5-03a317ad8a81.jpg b/images/57e9aa74-994f-4b69-bfb5-03a317ad8a81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74dc73adabaf771e6e11b5785ed896abd815d46c --- /dev/null +++ b/images/57e9aa74-994f-4b69-bfb5-03a317ad8a81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bc89d17b9602cae42ef7a5f6df815cef0b91d87a9371875fbf045e22a63a20 +size 3158151 diff --git a/images/57ebe2bc-eb4d-47cf-a7a0-330a46ced576.jpg b/images/57ebe2bc-eb4d-47cf-a7a0-330a46ced576.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9022bc631a91301b2648fbde5dd05aa2f6e7def --- /dev/null +++ b/images/57ebe2bc-eb4d-47cf-a7a0-330a46ced576.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f1e368cef01eec6642768c22aa530ab42f0fb4a50d90e7564d688984a7242a +size 1496253 diff --git a/images/57f290c1-fcc5-4ba8-90a4-55e61c074e7e.jpg b/images/57f290c1-fcc5-4ba8-90a4-55e61c074e7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f0a0df5c50a406164cdebb91a6b4673a0ca999c --- /dev/null +++ b/images/57f290c1-fcc5-4ba8-90a4-55e61c074e7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb8de0eb7fee49eb7858ae2ac95b0d3e011fedeeb12f987260c0ed3493b29a5 +size 1595513 diff --git a/images/5803fdb4-cd75-4427-a473-eced08919b31.jpg b/images/5803fdb4-cd75-4427-a473-eced08919b31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8282804500eddada1909a9d2e093874484a8c98b --- /dev/null +++ b/images/5803fdb4-cd75-4427-a473-eced08919b31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3563f8acbe41a809f1a4a5a1436c6da4866ffbd14c2ea3ddc7fa8a01608162 +size 1442801 diff --git a/images/5804abd9-5e7b-4f9a-9a79-186bff120df2.jpg b/images/5804abd9-5e7b-4f9a-9a79-186bff120df2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ae6cba9ff4f3504bc83791c16feab07eaf7c068 --- /dev/null +++ b/images/5804abd9-5e7b-4f9a-9a79-186bff120df2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830a740cc0e39d51c85d97b424f5fb88c4352dfcdf68385e97ebc79986657dfa +size 1720291 diff --git a/images/580ad9b2-8069-4eb8-9b34-f5a80690151c.jpg b/images/580ad9b2-8069-4eb8-9b34-f5a80690151c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75a434246091234cd3bf62273d96e8b83ccef47d --- /dev/null +++ b/images/580ad9b2-8069-4eb8-9b34-f5a80690151c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c812e1d4a52b6af8db0d5d3fcdaeea74f2b3c323dd98b8ec085c65b81c5bfdb +size 1942393 diff --git a/images/58122815-6224-4125-9712-756e65faa65f.jpg b/images/58122815-6224-4125-9712-756e65faa65f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8ba3b34fffbed23fffff3475d1583816ef1fce7 --- /dev/null +++ b/images/58122815-6224-4125-9712-756e65faa65f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df631082c4864c053c4ed0fbe6e6bc2bdd60ef0649b1185368d695f9c8d71159 +size 1600660 diff --git a/images/581f3862-a7e2-4c6d-8165-fe059fee570e.jpg b/images/581f3862-a7e2-4c6d-8165-fe059fee570e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab18e972fcfef20d26b591ecbc4028a393637f15 --- /dev/null +++ b/images/581f3862-a7e2-4c6d-8165-fe059fee570e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22035bf1147bb117a92ce6cb51ef98505a131fd0d99f74e86582524f97ca34f7 +size 949568 diff --git a/images/5828b89e-3ce2-4e85-b54c-77bf76bf1e87.jpg b/images/5828b89e-3ce2-4e85-b54c-77bf76bf1e87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c36b5ed84c92fa184b29b5a76f6ef9f8eb9a0b6 --- /dev/null +++ b/images/5828b89e-3ce2-4e85-b54c-77bf76bf1e87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8964b095914ebe3f303ec25832dc5d02fac19fdc848929dc088cf1299447e098 +size 1884028 diff --git a/images/582cf777-9f1e-41d2-94b5-19f92b0381fe.jpg b/images/582cf777-9f1e-41d2-94b5-19f92b0381fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c9bceedae4d313f1f985a5c100a5e878d8cc6d5 --- /dev/null +++ b/images/582cf777-9f1e-41d2-94b5-19f92b0381fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e96a466e07bb5e8b816e0495be50352ec20a4d6c0e5ea50be6b26fb0b7660f5 +size 2026725 diff --git a/images/58307be1-3e69-4076-adb6-1003dcec42e3.jpg b/images/58307be1-3e69-4076-adb6-1003dcec42e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b04eb5e6a12bec062eaa0d53362e27c39ff74715 --- /dev/null +++ b/images/58307be1-3e69-4076-adb6-1003dcec42e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d7a79adefe55a1b88b568f1a9b7ce4672ef7201c180bb312a12f0b617d1436 +size 3397214 diff --git a/images/5839aaf5-7e1f-4ffd-afa4-6afe926c1adf.jpg b/images/5839aaf5-7e1f-4ffd-afa4-6afe926c1adf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cd8836de9885693d203f6d670e918e81537e5c7 --- /dev/null +++ b/images/5839aaf5-7e1f-4ffd-afa4-6afe926c1adf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645039837b49ef2415e30f44d196edd0b7586120faea16fc9be350edad678cbd +size 1890686 diff --git a/images/5843a4b4-1b00-4ba5-afae-e66a8656bd1b.jpg b/images/5843a4b4-1b00-4ba5-afae-e66a8656bd1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..174e63f7f89eba2c01b3cb28194d0440044d3047 --- /dev/null +++ b/images/5843a4b4-1b00-4ba5-afae-e66a8656bd1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c634e375b8de053c6652a2ab0727e981868f3477478e7571a194de544a2e1366 +size 1452651 diff --git a/images/5845d298-4d6d-499f-8f53-f2a4564ee908.jpg b/images/5845d298-4d6d-499f-8f53-f2a4564ee908.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb63e12e72a1ec7ff2c1907985a420778cb2cb21 --- /dev/null +++ b/images/5845d298-4d6d-499f-8f53-f2a4564ee908.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64475f6bf859bef17e847c536187eec203572e05c8e4b0b5c6428cf5f2a4aca7 +size 1449255 diff --git a/images/5858595a-0fe8-4737-a00a-b1bedd816e1c.jpg b/images/5858595a-0fe8-4737-a00a-b1bedd816e1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5131f64eea8acf0d1bd876e32336f34cba1363cb --- /dev/null +++ b/images/5858595a-0fe8-4737-a00a-b1bedd816e1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33cadfc44c06ff93a1615edd9678e102b2e0150bb4d3594df08a278d4f10df6 +size 1810350 diff --git a/images/586567a0-629c-44fd-a18f-d6cd56c35fa5.jpg b/images/586567a0-629c-44fd-a18f-d6cd56c35fa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..523e208cdb9dd909d80ce4626a317d44614eebe4 --- /dev/null +++ b/images/586567a0-629c-44fd-a18f-d6cd56c35fa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0776a3ee85d3cc2549a00aa87840b85cec4c2bbb77d45c64a2f47659b721b795 +size 2315351 diff --git a/images/587f2e88-e4de-4bc6-a585-60cbb87218d6.jpg b/images/587f2e88-e4de-4bc6-a585-60cbb87218d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f22c005cb68a1e21a46f97f4647689a4a7a7c62 --- /dev/null +++ b/images/587f2e88-e4de-4bc6-a585-60cbb87218d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bcd7c292be5ab4cb4ef201259b6a8b726da223f31a7f43b7642233df6343a5 +size 1313392 diff --git a/images/589cf323-abb9-4e57-96cf-aae26a71aedc.jpg b/images/589cf323-abb9-4e57-96cf-aae26a71aedc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec4481c710482c963a75933f1b98c529d29fcb84 --- /dev/null +++ b/images/589cf323-abb9-4e57-96cf-aae26a71aedc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2745b334a0f534aa2e2938a76d462fde179530c22357c9c9b00c92b379d4de65 +size 1791557 diff --git a/images/589e28f5-ca37-4a83-89b8-4f5648b043e9.jpg b/images/589e28f5-ca37-4a83-89b8-4f5648b043e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84c926980cc6e10d414dd876f86309a5150f0123 --- /dev/null +++ b/images/589e28f5-ca37-4a83-89b8-4f5648b043e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03407c019e01a98ec896fccdeaf14d4d8d8069054f29039bec878703b1b22c99 +size 2155267 diff --git a/images/58aa388d-8784-4e4f-a252-64dae1b30b15.jpg b/images/58aa388d-8784-4e4f-a252-64dae1b30b15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..609299dae59cd62ae0bf8d10b248ab5bcff36a9b --- /dev/null +++ b/images/58aa388d-8784-4e4f-a252-64dae1b30b15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec8d76353ed5fbcde0a24ed61582396ddbdd006c74a25cc6ceca9eaa60047a3 +size 3048906 diff --git a/images/58b46ef2-8576-4134-b6f6-cc93cbeb5213.jpg b/images/58b46ef2-8576-4134-b6f6-cc93cbeb5213.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4454597077ca8aea23636604c45dde378f280319 --- /dev/null +++ b/images/58b46ef2-8576-4134-b6f6-cc93cbeb5213.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd56cfee881a7352f1b875cf1beb8b060d3ab7f6566cc4cf5eff6235a3ee2605 +size 1769695 diff --git a/images/58c0d19f-884f-4030-9660-fd40da37149b.jpg b/images/58c0d19f-884f-4030-9660-fd40da37149b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..513c31127def2218556d1d4654d71c1b0e3f7a96 --- /dev/null +++ b/images/58c0d19f-884f-4030-9660-fd40da37149b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275f085bcc05df98db02d8b8a6bf8c77e29fe511cafbda5464241ceac994500d +size 1439531 diff --git a/images/58cf9880-3045-4a85-bc36-7e96f96715bc.jpg b/images/58cf9880-3045-4a85-bc36-7e96f96715bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1274d50916eae78ceaf94396cce46b39214b8887 --- /dev/null +++ b/images/58cf9880-3045-4a85-bc36-7e96f96715bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcf22b99f0d9db5b052a00d9511be3d9fc0b46226a32579518a0cfbdf0c2590 +size 1606615 diff --git a/images/58e22a00-fb6a-4a0d-8e77-b68493975872.jpg b/images/58e22a00-fb6a-4a0d-8e77-b68493975872.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f50046c4e1ca26facbde80dde446c6ecdb9b655 --- /dev/null +++ b/images/58e22a00-fb6a-4a0d-8e77-b68493975872.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a730f974ae19e5157222f8abe244e2358334428da8cc0d490acd26503a8cdf +size 1681916 diff --git a/images/58ece94a-8f39-42c3-81d5-c55be4b9044d.jpg b/images/58ece94a-8f39-42c3-81d5-c55be4b9044d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51c0c0bf0a6cff3b50e6e447cef7aa8245791d15 --- /dev/null +++ b/images/58ece94a-8f39-42c3-81d5-c55be4b9044d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0edc4763e7bb00e957bbf27d7f2c855f03120faf7b57dac913f76839a64304 +size 1655503 diff --git a/images/58f92bca-e07e-4c42-95ca-25ec5cd5ae22.jpg b/images/58f92bca-e07e-4c42-95ca-25ec5cd5ae22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..797c34328033b07565e33ece44d948514ef485ba --- /dev/null +++ b/images/58f92bca-e07e-4c42-95ca-25ec5cd5ae22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa34100e89f952b60ec4a65316933b0630a5d3424917f500cc0e336f11a3974a +size 1461915 diff --git a/images/58ffaf01-2470-427f-90d4-de696e9e0ef1.jpg b/images/58ffaf01-2470-427f-90d4-de696e9e0ef1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe4695af4178bd30b819f5428827affd9789a0fc --- /dev/null +++ b/images/58ffaf01-2470-427f-90d4-de696e9e0ef1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229cc64f7d5da5e15aeea19b08af13ec98c4a96e9ff94730e69d9390d19c9306 +size 3254852 diff --git a/images/590ffa09-b946-44e5-8ac9-ddc32fedff3d.jpg b/images/590ffa09-b946-44e5-8ac9-ddc32fedff3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dc8a3259c784118cd166216ce6595f84af11f30 --- /dev/null +++ b/images/590ffa09-b946-44e5-8ac9-ddc32fedff3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb35240546128907cab43aafabc61daa0a59da74fdaf493859a4edd2b9bd509 +size 1114909 diff --git a/images/59114aa7-c0d3-4203-8d82-be79bd636f07.jpg b/images/59114aa7-c0d3-4203-8d82-be79bd636f07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ededf49a546259612e2985f1efb5fad32c2df1fc --- /dev/null +++ b/images/59114aa7-c0d3-4203-8d82-be79bd636f07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1304ba15183bbf327244a87f648dbafdd9441fe4b39d54c492178a72b83912a1 +size 2711944 diff --git a/images/5912a1a8-3d8e-47c1-9d91-2c80bebbde23.jpg b/images/5912a1a8-3d8e-47c1-9d91-2c80bebbde23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6b04ffc61dd9273ddd4b3b757da814ef617ccde --- /dev/null +++ b/images/5912a1a8-3d8e-47c1-9d91-2c80bebbde23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b3df5fb355aa2edf4797d17956d0ddd47ac47b4cf0a3d1b02db1ae09c1495e +size 1320272 diff --git a/images/591f4894-7c05-4fed-96e5-a1adafb1bb5e.jpg b/images/591f4894-7c05-4fed-96e5-a1adafb1bb5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f75c7b1db242489fd9243e40f29a73001cfe8d28 --- /dev/null +++ b/images/591f4894-7c05-4fed-96e5-a1adafb1bb5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af01f05ea44ff60d3a3b8cbf3a8a579a009c6c2ba94984e72f77cb2c02a012a +size 1696580 diff --git a/images/5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb.jpg b/images/5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a91eee9334734ef1b5b0c3385e623734714bf2d2 --- /dev/null +++ b/images/5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660a9ce8c52f9b91d3bb595b21610ee2089a85eeac7d0d907d52075c33348b6b +size 1500234 diff --git a/images/59531705-08bd-42dc-b5d5-bc4383651eee.jpg b/images/59531705-08bd-42dc-b5d5-bc4383651eee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dc8c79c8fcdfe1e83466405d8b0767bd142b176 --- /dev/null +++ b/images/59531705-08bd-42dc-b5d5-bc4383651eee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57d339d1a2a13f629faadaaba49499bed4543bb7624acff9b982f8aba0a73e9 +size 1285555 diff --git a/images/5971640e-f286-451e-8447-f46e2f995b15.jpg b/images/5971640e-f286-451e-8447-f46e2f995b15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e96c2a32712f494bcc56337b82b16c36db92ebe --- /dev/null +++ b/images/5971640e-f286-451e-8447-f46e2f995b15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9764f9d69b7f9f2384315b3c7bd37a69064ed07fc770f770586ae734305ba97 +size 1353622 diff --git a/images/5974b643-975f-42d4-8e99-954ca54fce19.jpg b/images/5974b643-975f-42d4-8e99-954ca54fce19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..177572a684e3ecd6137c8f49351a5816bd6a897c --- /dev/null +++ b/images/5974b643-975f-42d4-8e99-954ca54fce19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2039bdf241b8ed1957593a57989a5b2d972c871ec84aa8ed937d166970d839ca +size 1899511 diff --git a/images/597a1cf6-bc85-46ff-9e4e-3b9733edea37.jpg b/images/597a1cf6-bc85-46ff-9e4e-3b9733edea37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e94db5dd389d1656ee32962d4af7c8f58f84ab8 --- /dev/null +++ b/images/597a1cf6-bc85-46ff-9e4e-3b9733edea37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f14c5885823c22933d5049964c464ab02fbbed3d6206df504a2f0d3b3acb9a6 +size 1535923 diff --git a/images/59823fd3-ea9a-4aad-bdab-5d6c3921f163.jpg b/images/59823fd3-ea9a-4aad-bdab-5d6c3921f163.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c52f770b33c0bf45d90fa53a4db43d097e2b06b9 --- /dev/null +++ b/images/59823fd3-ea9a-4aad-bdab-5d6c3921f163.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff35ab2c641cf8bd234f8ea6f4a9c4efc8c29c34bab9a0ec58861807ddd259 +size 2017511 diff --git a/images/598eefcb-c29f-48ee-ba43-c938ee5679f1.jpg b/images/598eefcb-c29f-48ee-ba43-c938ee5679f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdc4bbd75c7cfac0ce5db3cc282372b70eba6563 --- /dev/null +++ b/images/598eefcb-c29f-48ee-ba43-c938ee5679f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448af4653507e3c3a434cb034bf91773bc14a78d5d2c9393f89bd5eba0bad4ad +size 1728587 diff --git a/images/59a6a924-249c-4f81-b54b-130c35c2ab95.jpg b/images/59a6a924-249c-4f81-b54b-130c35c2ab95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b0a99c5d59d794de758374180d741fe15ad213 --- /dev/null +++ b/images/59a6a924-249c-4f81-b54b-130c35c2ab95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499ee9363882a9eedc5d1fca51c37153be14b2012cd023718948042ca0f9a3ee +size 1724164 diff --git a/images/59acb6bb-6e08-4218-bf52-a4c1cf8efa86.jpg b/images/59acb6bb-6e08-4218-bf52-a4c1cf8efa86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c573cc38183455b70563644eb11f9028a71a9ab --- /dev/null +++ b/images/59acb6bb-6e08-4218-bf52-a4c1cf8efa86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba810cca8109e091d5d785370dc81e4bd46de6713b2d2876146448e21632a75e +size 1377073 diff --git a/images/59cfe499-5ac4-47b9-b938-ddd4f7256788.jpg b/images/59cfe499-5ac4-47b9-b938-ddd4f7256788.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e30e80554a67a67e6af0ff7caee480b7ba632d6 --- /dev/null +++ b/images/59cfe499-5ac4-47b9-b938-ddd4f7256788.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28d973bf2dc9d91ff298ada4274a4bc66fc6b7252499057f21fab3b672b0659 +size 1120695 diff --git a/images/59da985a-4ab6-4f84-b159-a908a5a3dd28.jpg b/images/59da985a-4ab6-4f84-b159-a908a5a3dd28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..374f6fe3d4f63ad56c12dcd390d10cc01dd5dc2b --- /dev/null +++ b/images/59da985a-4ab6-4f84-b159-a908a5a3dd28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d95754e7807770a06ca37c2411d3d5e9771b2801ef739ac5eb6cab5bdc3f42 +size 2627437 diff --git a/images/59e309bd-29fd-400b-9bb3-8ad4070f2881.jpg b/images/59e309bd-29fd-400b-9bb3-8ad4070f2881.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16c9322a9de740b9123fb0cde1727eaceba32eb1 --- /dev/null +++ b/images/59e309bd-29fd-400b-9bb3-8ad4070f2881.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70ad59bd26b118a99fb887faf742ec8a52d74b5c502475545dc380720a5841a +size 1641368 diff --git a/images/59ebdd64-804b-4f5d-a4d3-b99ac796d9bf.jpg b/images/59ebdd64-804b-4f5d-a4d3-b99ac796d9bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2fd74dc25563b85d944c2c5cbf0bbfd50f688e0 --- /dev/null +++ b/images/59ebdd64-804b-4f5d-a4d3-b99ac796d9bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbc67632a3502c07defa7887e13afc123d9fb5a3c28876ac955d2426f60db2a +size 1556626 diff --git a/images/59f52b6e-c04d-4627-9ca1-08b25d9cdaa2.jpg b/images/59f52b6e-c04d-4627-9ca1-08b25d9cdaa2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..049a8f9cbd2dbebc36ec335e8afa04b89909c1b3 --- /dev/null +++ b/images/59f52b6e-c04d-4627-9ca1-08b25d9cdaa2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff144a8d7b671b587668ca34092df9b161452e00f817769b6fc6c6cdb7727b50 +size 1487849 diff --git a/images/59f91fba-ee15-4ea7-994e-00b0acf029fc.jpg b/images/59f91fba-ee15-4ea7-994e-00b0acf029fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c049e6a67d961d0716f956df47d58d2b30b71497 --- /dev/null +++ b/images/59f91fba-ee15-4ea7-994e-00b0acf029fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cb49a5ee7d6d946deef6a12f13dc48ce30eb11f78f84513253bce5b45d0704 +size 1990700 diff --git a/images/59fb594d-2efb-40b3-87d7-cb2973c3a9ea.jpg b/images/59fb594d-2efb-40b3-87d7-cb2973c3a9ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da4e31c496915ea8724df1155b34aa2f0fe57e35 --- /dev/null +++ b/images/59fb594d-2efb-40b3-87d7-cb2973c3a9ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6ab8737b04eeaad81b37ee1cffb38de060bf7234106ba82e2680372c683d6a +size 1692964 diff --git a/images/5a0488b9-2ea5-4ae7-8a21-71fdcac33e42.jpg b/images/5a0488b9-2ea5-4ae7-8a21-71fdcac33e42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6aa01f1d19b86d81247ff61de1d032145ed0612e --- /dev/null +++ b/images/5a0488b9-2ea5-4ae7-8a21-71fdcac33e42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68de0a55af2edf7ca08e37bc8d4eb7312a7cc7b7a32d4224e5d4acf0639b17d1 +size 1595439 diff --git a/images/5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349.jpg b/images/5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbdc7f57fee27c2f3f499e09603aa8a23ef980e8 --- /dev/null +++ b/images/5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee12578d3336e4112fa70a834ee2365b5667cddf92db1977c40b6ac379fcfd5 +size 1632590 diff --git a/images/5a106433-f70d-4369-a6b4-8be345504472.jpg b/images/5a106433-f70d-4369-a6b4-8be345504472.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f368db4cc819d66711971352f419610eec7ac68f --- /dev/null +++ b/images/5a106433-f70d-4369-a6b4-8be345504472.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96089466c2f4a5152ab4c73d183b644b01c816fc4fba8233c226397d3bfe9298 +size 2326755 diff --git a/images/5a13d423-1b1a-47e7-afb0-864961fda9a8.jpg b/images/5a13d423-1b1a-47e7-afb0-864961fda9a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4f8b0d402d874b100406281da11a0528de9e441 --- /dev/null +++ b/images/5a13d423-1b1a-47e7-afb0-864961fda9a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fce0dc58f23a16959e15b897f367ec05751d92634a1c90e82bdb0aceaccabb8 +size 1919401 diff --git a/images/5a1844b0-50b7-435e-9c62-e4b62ff27301.jpg b/images/5a1844b0-50b7-435e-9c62-e4b62ff27301.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaa51878bfcbedd512413668a7111a696f691f59 --- /dev/null +++ b/images/5a1844b0-50b7-435e-9c62-e4b62ff27301.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3747f65dd40eee4e9cd5d6562d0bbcb9ea9deb8a0bc343f1d500b2e04c36f100 +size 1813934 diff --git a/images/5a1ea6e3-5e70-409e-a5cf-bc024effdff8.jpg b/images/5a1ea6e3-5e70-409e-a5cf-bc024effdff8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cfc6b7df9e9713beb5c5b97a8d8a17747b5f0f5 --- /dev/null +++ b/images/5a1ea6e3-5e70-409e-a5cf-bc024effdff8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559a974acd0c8f9858e696def6b52c14bd558725478d49f6e38707328076639e +size 1524040 diff --git a/images/5a323c20-fc9c-4d8b-93c9-babec714dbb7.jpg b/images/5a323c20-fc9c-4d8b-93c9-babec714dbb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e19bf4cb177c7bd6aa848699af19da8b4076393d --- /dev/null +++ b/images/5a323c20-fc9c-4d8b-93c9-babec714dbb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74774c940f0fd309b23efaced53fc010bf4b3e1773a43c9a5c634ffbe6e3fbe +size 2608958 diff --git a/images/5a35df81-289e-4a84-b163-d5931c73bd71.jpg b/images/5a35df81-289e-4a84-b163-d5931c73bd71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe97d8ab09ef5c0edc72ade11eccb4d2baa3ef16 --- /dev/null +++ b/images/5a35df81-289e-4a84-b163-d5931c73bd71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a03cf61a9d20700f3f4ac9a8fc9ec474f6e4eb3e60da01834ac975d6d553e75 +size 1201294 diff --git a/images/5a37e2d1-f819-4afc-8ffb-0d06114ab630.jpg b/images/5a37e2d1-f819-4afc-8ffb-0d06114ab630.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68bd685ab2f20ce2696aca74d6f86443994e9dd7 --- /dev/null +++ b/images/5a37e2d1-f819-4afc-8ffb-0d06114ab630.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36de81d41f93a9db34605043da4095b89196ba4396cc26cf3bb958823779dd76 +size 1453881 diff --git a/images/5a38acff-39fa-4c96-82f7-9fc6a5bafcb0.jpg b/images/5a38acff-39fa-4c96-82f7-9fc6a5bafcb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0873a027ca09e7804e6a21ac9c867cb4329837e3 --- /dev/null +++ b/images/5a38acff-39fa-4c96-82f7-9fc6a5bafcb0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aaaaa1cfdd8249581e33d11d8da6cc2d0a2ee2a3f7ad5ecde66714fdbde818 +size 1678100 diff --git a/images/5a407bad-cabe-4c62-b4f1-2bcfd5614ddc.jpg b/images/5a407bad-cabe-4c62-b4f1-2bcfd5614ddc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9537c3d394e43889e1c853baf9d46d0fc308e045 --- /dev/null +++ b/images/5a407bad-cabe-4c62-b4f1-2bcfd5614ddc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422083284d94bdea43d9f52e77d856f057b5f5bc1f81140528016380ae794799 +size 1113892 diff --git a/images/5a447543-ffee-4155-b6c2-08b59e1a5201.jpg b/images/5a447543-ffee-4155-b6c2-08b59e1a5201.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b675361ccee83d37caf401837a7249b704f4b8cd --- /dev/null +++ b/images/5a447543-ffee-4155-b6c2-08b59e1a5201.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d90fb63f149126e143e698bd6dbf1d9b728a2e920569e93105982f9612cf8cb +size 1705333 diff --git a/images/5a466783-44e7-493f-88fe-4f7b69a63820.jpg b/images/5a466783-44e7-493f-88fe-4f7b69a63820.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffc0db079074c99af0ea2f302a2fffa1711798d5 --- /dev/null +++ b/images/5a466783-44e7-493f-88fe-4f7b69a63820.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052f101b02bf65216681908eaa3fc4d172ea876138f3d184d99707c990017d4c +size 1791686 diff --git a/images/5a4e18fc-20fe-4d55-a910-8a2609af1135.jpg b/images/5a4e18fc-20fe-4d55-a910-8a2609af1135.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4ce6146819888ee4591b805948cd7f6d4e99a3f --- /dev/null +++ b/images/5a4e18fc-20fe-4d55-a910-8a2609af1135.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a12bfd6ae8ca96c394a33297bd421ec7fde1611ee443bc568a57b8e0e8a782 +size 2780564 diff --git a/images/5a534e36-ee75-4203-9b20-40b41dcb2474.jpg b/images/5a534e36-ee75-4203-9b20-40b41dcb2474.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cb816ea891af0a736cae8b4e8f4a28849cde02b --- /dev/null +++ b/images/5a534e36-ee75-4203-9b20-40b41dcb2474.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28e8fcd50eb7e5dade7deb6ea69beeb96da81370f092804866bf0daeef0b73d +size 1453605 diff --git a/images/5a5f2e76-74e0-45d2-a754-e5d515886cc6.jpg b/images/5a5f2e76-74e0-45d2-a754-e5d515886cc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de1673c9c1615d913c186ca994d409d0ae82accb --- /dev/null +++ b/images/5a5f2e76-74e0-45d2-a754-e5d515886cc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0c01777a5a4d7b67f33215fff22fe490bbcdf637454026e590d66ded0d8713 +size 980692 diff --git a/images/5a62cf4c-3d2f-4f97-acd9-b51149d37cef.jpg b/images/5a62cf4c-3d2f-4f97-acd9-b51149d37cef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31283baa2e3c3c9ea8a71a59eede8f5a924872dd --- /dev/null +++ b/images/5a62cf4c-3d2f-4f97-acd9-b51149d37cef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354641c874346f07c40ce2d35b5c1817c2271b8088fab83ef4614c2c6c00d1c1 +size 2533662 diff --git a/images/5a706eed-6e33-4596-a15f-f22b10052441.jpg b/images/5a706eed-6e33-4596-a15f-f22b10052441.jpg new file mode 100644 index 0000000000000000000000000000000000000000..138075db79c392749dcad11ed4724215413e79ad --- /dev/null +++ b/images/5a706eed-6e33-4596-a15f-f22b10052441.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc6c505c441002898e0a8d96f2b1edcf43663bba6d10dce8fab8cdc72b32dc5 +size 1766189 diff --git a/images/5a73d528-cd97-472a-9638-2f43dcc48f17.jpg b/images/5a73d528-cd97-472a-9638-2f43dcc48f17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dc19b3c6211edeac1d3bf6064ccc11bebe0de8a --- /dev/null +++ b/images/5a73d528-cd97-472a-9638-2f43dcc48f17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282bdb807ea546a27e3c5828ff4feef02ea53e75045a2c9b59cc41ea963141bc +size 2238043 diff --git a/images/5a747b8d-34d4-4825-b954-fbabc64f3982.jpg b/images/5a747b8d-34d4-4825-b954-fbabc64f3982.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06714638c89a1ddad2d1111e34d0d1a7631a39fa --- /dev/null +++ b/images/5a747b8d-34d4-4825-b954-fbabc64f3982.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3c322a45085416c927b6982b7843ad6a4de353e6e9f9882340172ce13ff854 +size 1998093 diff --git a/images/5a7ad6b5-060a-4cbe-900a-635c1756aa27.jpg b/images/5a7ad6b5-060a-4cbe-900a-635c1756aa27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96299919443c6cbb3815d15deae72d8d566aece4 --- /dev/null +++ b/images/5a7ad6b5-060a-4cbe-900a-635c1756aa27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adee14bec971e86243e54dd0d13d459e7b613b2560db1a763285e994ebee88c7 +size 2552575 diff --git a/images/5a7babc5-808d-4ce1-9597-77c13b6a4cf8.jpg b/images/5a7babc5-808d-4ce1-9597-77c13b6a4cf8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..779863c848252d596eaa4ce0833a7ecb06728eea --- /dev/null +++ b/images/5a7babc5-808d-4ce1-9597-77c13b6a4cf8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121cd2ea8c04f071a81de2c28f9b74228f4cdd0f464645491fb56136d95ad6b9 +size 1690267 diff --git a/images/5a84bc30-24a0-4af8-81e4-d92a8c1e997f.jpg b/images/5a84bc30-24a0-4af8-81e4-d92a8c1e997f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf118c3399b23aac3a9d0fcfa20e2010403920f --- /dev/null +++ b/images/5a84bc30-24a0-4af8-81e4-d92a8c1e997f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c02fda4ae0056de3f31b4cd1a4b723658d5139abf943797b12f76c9e6aafbc9 +size 1385765 diff --git a/images/5a85fb8c-ee98-4682-b5b7-19778c9b9ec1.jpg b/images/5a85fb8c-ee98-4682-b5b7-19778c9b9ec1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f804ff8948b4ee5599bafa21fede9c951934617c --- /dev/null +++ b/images/5a85fb8c-ee98-4682-b5b7-19778c9b9ec1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab170f8abcd1b33bd4adb191c3b6a5be32c7f181995fe024d3f0af8443d0a9ea +size 1843534 diff --git a/images/5a9eaafe-6302-475f-a34f-4c7aa593d5a4.jpg b/images/5a9eaafe-6302-475f-a34f-4c7aa593d5a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97f8622caa359f655796d2acf3d8ad302ef5e378 --- /dev/null +++ b/images/5a9eaafe-6302-475f-a34f-4c7aa593d5a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d9f636acaf0facbfb35a7ba65bf568c3c4a079fbee0ee89b11f54869f3a44e +size 2715833 diff --git a/images/5aa15447-5352-4998-aa8d-d81e67a9ddbc.jpg b/images/5aa15447-5352-4998-aa8d-d81e67a9ddbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..512fe0982c020a659bc9233e8445ca158d77d72c --- /dev/null +++ b/images/5aa15447-5352-4998-aa8d-d81e67a9ddbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c668c5675f50616e4bc6381b50ab0de47fe4d2954bc304d471d801c1d9c155f +size 1619372 diff --git a/images/5aa59cf2-e5e0-4a18-8ece-70a58ad84703.jpg b/images/5aa59cf2-e5e0-4a18-8ece-70a58ad84703.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef1cd1580ec32c91133af6bd8d54b4a781bf7d43 --- /dev/null +++ b/images/5aa59cf2-e5e0-4a18-8ece-70a58ad84703.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304dbd1f444c7f2aef7bc043b463d31bf5230320775c0da39c9ead730a0df97e +size 1930983 diff --git a/images/5aa7e718-2a9d-4b8b-b357-9024919a0762.jpg b/images/5aa7e718-2a9d-4b8b-b357-9024919a0762.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fa81f103d5cbd03e8a73b260d7aad727e3e3bd6 --- /dev/null +++ b/images/5aa7e718-2a9d-4b8b-b357-9024919a0762.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401bca0efe6e3f0402c7214b92acc807d5377e3912c0dd8f0a6090176a5f538d +size 1755402 diff --git a/images/5ab88fad-d715-47eb-abb5-8b6332b203aa.jpg b/images/5ab88fad-d715-47eb-abb5-8b6332b203aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04428f73c8d7ed7eec6bd0798240dc8710b11fb3 --- /dev/null +++ b/images/5ab88fad-d715-47eb-abb5-8b6332b203aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265b9ed5288efeeacebdf726166b089a5ca2c9df0ba0eefd78ad23f16291b100 +size 2291908 diff --git a/images/5abcf1f8-6f6f-4a05-8a98-14d6d94dc999.jpg b/images/5abcf1f8-6f6f-4a05-8a98-14d6d94dc999.jpg new file mode 100644 index 0000000000000000000000000000000000000000..067f15269c8839b0a419ee2e01024ab4689d182d --- /dev/null +++ b/images/5abcf1f8-6f6f-4a05-8a98-14d6d94dc999.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba77052d8a04cc1cdf343011a4606129de7eec1f2f2a92fb7126ec8393c14644 +size 1652796 diff --git a/images/5ac9facc-f5aa-4d97-8818-03cc254b5bb4.jpg b/images/5ac9facc-f5aa-4d97-8818-03cc254b5bb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51edf0b059d744b291ee0080a6dcc4b63019e228 --- /dev/null +++ b/images/5ac9facc-f5aa-4d97-8818-03cc254b5bb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c27779c6be8e94ca381df179371f297b4c90d120b863c90336227b7b83f354 +size 1778159 diff --git a/images/5aca55ca-8c28-4c9a-9bc2-c1db54695cf9.jpg b/images/5aca55ca-8c28-4c9a-9bc2-c1db54695cf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..773c1a4bb669427f59928744dd94d5a0df9b40b9 --- /dev/null +++ b/images/5aca55ca-8c28-4c9a-9bc2-c1db54695cf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29694e7352fd6dddada5561e5b39dde9abe2785438bd740dee407d8b5f2f7264 +size 1297090 diff --git a/images/5ad46e90-60f1-4f5e-adbd-823855469d35.jpg b/images/5ad46e90-60f1-4f5e-adbd-823855469d35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0cd4b68d4d97af8c7957b8d757f37dd8bdc0b7d --- /dev/null +++ b/images/5ad46e90-60f1-4f5e-adbd-823855469d35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b853b3b4c6dd4f7db4a0d5cdc424019258371c7df5be541886f13a18894efd +size 1372000 diff --git a/images/5ad96f8b-6dac-4150-b9ce-07a7cd505bdb.jpg b/images/5ad96f8b-6dac-4150-b9ce-07a7cd505bdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e64ada00462039ae22af72b8807776e1d8e02f28 --- /dev/null +++ b/images/5ad96f8b-6dac-4150-b9ce-07a7cd505bdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa437fcdd5f166be59cdde1056934c1446e1351401b63fc00613aee4822217b +size 1394227 diff --git a/images/5adf154f-94f3-4e78-9ef8-52ad515d139c.jpg b/images/5adf154f-94f3-4e78-9ef8-52ad515d139c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72638dacf250a083ba6da1e355199e747658d39d --- /dev/null +++ b/images/5adf154f-94f3-4e78-9ef8-52ad515d139c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c5770c72d279dbe92a57b25234e2447ffc78a7170b97427d6b98022657ca34 +size 2287758 diff --git a/images/5ae2e784-fd28-4521-9d31-51e57d8a3c35.jpg b/images/5ae2e784-fd28-4521-9d31-51e57d8a3c35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e5403f4987686e96422e34b598f90a923156bf2 --- /dev/null +++ b/images/5ae2e784-fd28-4521-9d31-51e57d8a3c35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638638a6ae4094762248af075ae336be87dbb2d16d8698e88d381aadaa770d7d +size 1642037 diff --git a/images/5ae7da07-708e-4bd4-a0d4-4ee621567a46.jpg b/images/5ae7da07-708e-4bd4-a0d4-4ee621567a46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f42ef709dd5e80edfbf10d6b9ad45370e1fc181f --- /dev/null +++ b/images/5ae7da07-708e-4bd4-a0d4-4ee621567a46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f183a3a89454a092a2047bb4008c6fb381a653fc5ccf4ad8ccc3ebf5121f5761 +size 1841187 diff --git a/images/5af9a9aa-c711-4821-b531-c853f5c447de.jpg b/images/5af9a9aa-c711-4821-b531-c853f5c447de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6194e1a279c67c9ee66a8bfb698a68fe234c4014 --- /dev/null +++ b/images/5af9a9aa-c711-4821-b531-c853f5c447de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c04e4a475c47df2195424693e991f97932b4932d6db2055bd0783b06ceb590 +size 1613497 diff --git a/images/5b0b5412-1490-4c88-85ee-32e3e505d36f.jpg b/images/5b0b5412-1490-4c88-85ee-32e3e505d36f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93887b61d04caa57a8842565c352631a0d862f90 --- /dev/null +++ b/images/5b0b5412-1490-4c88-85ee-32e3e505d36f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7f086bcc8564f7e92a63f734cc244a27cc485f45cf5474d7528d01f9059eda +size 1638260 diff --git a/images/5b0e4ac1-ce9c-47ec-90b1-9435c464f930.jpg b/images/5b0e4ac1-ce9c-47ec-90b1-9435c464f930.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b71b923bed636251675e61607eccde23bcaccff --- /dev/null +++ b/images/5b0e4ac1-ce9c-47ec-90b1-9435c464f930.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d668ca4228b13b6981cd307ddf13ac4d1a84103d5db77db9fc44f9ea46d201bf +size 1319616 diff --git a/images/5b18201f-ef3e-47e2-83dc-0ec139c3dd20.jpg b/images/5b18201f-ef3e-47e2-83dc-0ec139c3dd20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41c33f57638dd93c7b5210a2adcddeff9a2d8db9 --- /dev/null +++ b/images/5b18201f-ef3e-47e2-83dc-0ec139c3dd20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d371adb500e8a57510fc36a011fa392c317e97414112a131693c090f406c88 +size 2346650 diff --git a/images/5b1ac820-2356-49e1-9f28-050239ed7abf.jpg b/images/5b1ac820-2356-49e1-9f28-050239ed7abf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b5f5cac42312a5b142eeb80555fa92794dc36f2 --- /dev/null +++ b/images/5b1ac820-2356-49e1-9f28-050239ed7abf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc8a7487abc65c872b183ccb052dacd0a8b19b55804671633e43923327d484b +size 2830380 diff --git a/images/5b1fc770-fed4-4327-8d53-564d189d34b4.jpg b/images/5b1fc770-fed4-4327-8d53-564d189d34b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f10c5a3f1e6884a1b73fc972d54c623dbbb5831e --- /dev/null +++ b/images/5b1fc770-fed4-4327-8d53-564d189d34b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45645f69391da74a7a3e95dbe6be813d368f0275492dd0e69d89ae55adb0a80 +size 1237941 diff --git a/images/5b2c6000-8340-4f0f-b02e-5e58956a44df.jpg b/images/5b2c6000-8340-4f0f-b02e-5e58956a44df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff57a649fc45f0106e789ec27ec2a36e38f8cceb --- /dev/null +++ b/images/5b2c6000-8340-4f0f-b02e-5e58956a44df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff02e3546065d906fd687f4cbc067d88f5f3ddd2472b497d9c34881b1cd45413 +size 3271124 diff --git a/images/5b44fd96-f6a3-4eca-9ae0-39b5360da9d5.jpg b/images/5b44fd96-f6a3-4eca-9ae0-39b5360da9d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb056aa83f603c5ee60452fbeb26e3da44362c1c --- /dev/null +++ b/images/5b44fd96-f6a3-4eca-9ae0-39b5360da9d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7797721d6ddb80fdb1a2cfba1905fa526cb03c616b6adbc371cc80f3845b6c +size 1814376 diff --git a/images/5b4b0b38-344f-4081-b1b2-1b1f1969d80c.jpg b/images/5b4b0b38-344f-4081-b1b2-1b1f1969d80c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..306d3eb6cda8a5c5ee1013bba83341624b026e10 --- /dev/null +++ b/images/5b4b0b38-344f-4081-b1b2-1b1f1969d80c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cca12d3e1812d7e25bd44a3472ce85a5506bc82edd0592ab0b1bf908a34c7e1 +size 1589331 diff --git a/images/5b547d51-1e7c-412f-a128-676e4f7487e0.jpg b/images/5b547d51-1e7c-412f-a128-676e4f7487e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b74cfdc666f6d1f7a089618da54a60669363a9ba --- /dev/null +++ b/images/5b547d51-1e7c-412f-a128-676e4f7487e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50881382f7b4b2365d7742661632c150c94a480676ade781d1faad8a816716ac +size 1372370 diff --git a/images/5b557082-d56e-49e4-bbb2-fcf54b2f57e7.jpg b/images/5b557082-d56e-49e4-bbb2-fcf54b2f57e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1287d51714dc011ac4cec63005e4a4788f93ab6 --- /dev/null +++ b/images/5b557082-d56e-49e4-bbb2-fcf54b2f57e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229c29c273b3e113390f4c2b7700f99fe1349ff0bcc87f211331fe0db13b2ffb +size 1373281 diff --git a/images/5b570b46-cced-454c-8c5c-d59c1555b427.jpg b/images/5b570b46-cced-454c-8c5c-d59c1555b427.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89b6b41c7136896d11f29254d6f5b73d8befe6f0 --- /dev/null +++ b/images/5b570b46-cced-454c-8c5c-d59c1555b427.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1317e51904d809279a74410cd8fef3952a71059e2105a35afbd1e4c6e9245a3 +size 1679962 diff --git a/images/5b5a76ff-1130-4ce9-9adc-9a89e2443ca5.jpg b/images/5b5a76ff-1130-4ce9-9adc-9a89e2443ca5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..187a08d350c81e8ae451cb0b934c82a82c3e8726 --- /dev/null +++ b/images/5b5a76ff-1130-4ce9-9adc-9a89e2443ca5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ec2b3e0efb812d555b18aa8b527c1f31b050c03d1cb74050fc755074289035 +size 3643629 diff --git a/images/5b64d363-d24e-4dbe-9dc0-9596eb4d898e.jpg b/images/5b64d363-d24e-4dbe-9dc0-9596eb4d898e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1da949c9d37bff7c3bf3a096808229a4655480c5 --- /dev/null +++ b/images/5b64d363-d24e-4dbe-9dc0-9596eb4d898e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439ef34bf4f365af99458790ed9786b0d1007924581dbf572c6ffb17e5f5ad79 +size 1331885 diff --git a/images/5b6a92f5-9a84-420e-b7b4-e45c09e15c02.jpg b/images/5b6a92f5-9a84-420e-b7b4-e45c09e15c02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7515c87a08698e312dd5770ae72635a73c1b5ddc --- /dev/null +++ b/images/5b6a92f5-9a84-420e-b7b4-e45c09e15c02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9849924fdb6dfee51cf829493a640c802b2cdc4d2fb191d525fd4df2566e75 +size 1487758 diff --git a/images/5b70eabb-4700-4db0-9001-ee50f4146f86.jpg b/images/5b70eabb-4700-4db0-9001-ee50f4146f86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47e4eb1145d97f757ce80bb7f22f2314ebc2427b --- /dev/null +++ b/images/5b70eabb-4700-4db0-9001-ee50f4146f86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591830b3326a4118e61afb37e08974093163b0555dc132571635941a5701bad3 +size 2368154 diff --git a/images/5b86b92c-ed30-4667-adb7-d30ddd367135.jpg b/images/5b86b92c-ed30-4667-adb7-d30ddd367135.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9002508589db03f3c1b9157ba1147fe84ca9fee5 --- /dev/null +++ b/images/5b86b92c-ed30-4667-adb7-d30ddd367135.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfe10c6c554538a78485fe8428f459baf883600c095107cb4d6e874c24a61cd +size 1581141 diff --git a/images/5b87cc8c-1f95-4e87-832e-3fc2ec845574.jpg b/images/5b87cc8c-1f95-4e87-832e-3fc2ec845574.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09efc4d91a30d5c3518943b35cb3261aa952c812 --- /dev/null +++ b/images/5b87cc8c-1f95-4e87-832e-3fc2ec845574.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f7c698cdcdfb31e860ce6e97bb0f3091457021eb9119e624f9fde3894d530b +size 1705672 diff --git a/images/5b8c721d-4a8f-4581-9593-d8dbfd870b12.jpg b/images/5b8c721d-4a8f-4581-9593-d8dbfd870b12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0531c2c53b4dee92b29a159b8b9ac4a4ed6a73c --- /dev/null +++ b/images/5b8c721d-4a8f-4581-9593-d8dbfd870b12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd3a77e5bf6ff54d659974bdc152315633bd11640729ca3eda4c16c1696cd76 +size 1633499 diff --git a/images/5b902498-8888-495d-a309-f3bef48975e5.jpg b/images/5b902498-8888-495d-a309-f3bef48975e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f57c1b764389e0b378777ffd2d639d2f887d15b6 --- /dev/null +++ b/images/5b902498-8888-495d-a309-f3bef48975e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23c1645d47d1d46e2eba9bc6992269988a955ecb94d08467eeb766c22e8b527 +size 1562702 diff --git a/images/5b9770d5-d6b5-4a18-8396-6ade811fbcb9.jpg b/images/5b9770d5-d6b5-4a18-8396-6ade811fbcb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67c0748d1b124f61b3f14112411fc98e90855ab3 --- /dev/null +++ b/images/5b9770d5-d6b5-4a18-8396-6ade811fbcb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8654cb7baf434b7217383080bd945457de1b128946cd47822e914fe81eca9c +size 3336625 diff --git a/images/5b99146d-1d55-4a11-9574-07c7704d430e.jpg b/images/5b99146d-1d55-4a11-9574-07c7704d430e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09ca53407733daf7555330f602d81ec22b5173df --- /dev/null +++ b/images/5b99146d-1d55-4a11-9574-07c7704d430e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392742295f4bb0c81a5cc167c9ac5f3a6ece019bd2c1859623378cb730bddd2c +size 1316316 diff --git a/images/5b9c50a7-7e39-4590-a029-a3b4a02a0792.jpg b/images/5b9c50a7-7e39-4590-a029-a3b4a02a0792.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b869ebf517879ed917c2959e03fb9790c747e800 --- /dev/null +++ b/images/5b9c50a7-7e39-4590-a029-a3b4a02a0792.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb58eeb312a42551f03272b32a6d596b565d9931781a0a4cedc53b1b29cfec1 +size 1911809 diff --git a/images/5ba24b56-c0b4-4563-b54c-6094cccac566.jpg b/images/5ba24b56-c0b4-4563-b54c-6094cccac566.jpg new file mode 100644 index 0000000000000000000000000000000000000000..819f0571b267dbb494f4f72269e601356676a67d --- /dev/null +++ b/images/5ba24b56-c0b4-4563-b54c-6094cccac566.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ddec77d0bc1bd044810a89da3864571e036acbc3590aaa7882fe20a38274f5 +size 1494930 diff --git a/images/5ba65941-1b22-4c5b-9b81-92111be6a197.jpg b/images/5ba65941-1b22-4c5b-9b81-92111be6a197.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35ac68d315e2ec970254e3455fd07e6360fbc465 --- /dev/null +++ b/images/5ba65941-1b22-4c5b-9b81-92111be6a197.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f79e6802cdaa6e38603bae813f81aac8a562b8773011210ade6a41e9ffaa83 +size 1594446 diff --git a/images/5ba7febe-5cfe-40dc-918a-ec81532d01bd.jpg b/images/5ba7febe-5cfe-40dc-918a-ec81532d01bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72f6c0fbbb6a5f3963676cc98b117e421458e39c --- /dev/null +++ b/images/5ba7febe-5cfe-40dc-918a-ec81532d01bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83624b98c085a018ec486b2ccdc4c0b02880bb27ddccae5b07da68b39f7e6a5a +size 1370749 diff --git a/images/5bb115ff-8711-4759-9f7f-e70f1e087e49.jpg b/images/5bb115ff-8711-4759-9f7f-e70f1e087e49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3de5338672cb5b5341b24cc92299b270d7c9454b --- /dev/null +++ b/images/5bb115ff-8711-4759-9f7f-e70f1e087e49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0996d32731d9e7d1fec885af9b48e2baa5f94144951afee7106f9930a4c71006 +size 1542448 diff --git a/images/5bca6ce2-3835-475b-bd60-26620005f701.jpg b/images/5bca6ce2-3835-475b-bd60-26620005f701.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1abe4c492085c71349e34c16c99fa46a3595560 --- /dev/null +++ b/images/5bca6ce2-3835-475b-bd60-26620005f701.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4663d9d334af3d94a9934583419cc9f6f5ef27dc7e5e14bf0ce59a584b4afaaa +size 2427201 diff --git a/images/5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db.jpg b/images/5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..029df1c84f94a187d9c45a1ff08f2ace782de9bc --- /dev/null +++ b/images/5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4180141c30d4d183325a409dfd7b987b9dd789585df93f69178c6e31b5163704 +size 1530809 diff --git a/images/5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9.jpg b/images/5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b02ac7d0ffdcc9089cebe334faf2c7f52ddbb5e --- /dev/null +++ b/images/5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20e5503b44dabebc7caa0d86239f0ca78ae4c020f29b3ba409268d97b9a680a +size 1498918 diff --git a/images/5bcff030-a07e-44ec-964b-89fce06f400f.jpg b/images/5bcff030-a07e-44ec-964b-89fce06f400f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1652217bc415b966da1b967940924d4365faf4a --- /dev/null +++ b/images/5bcff030-a07e-44ec-964b-89fce06f400f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed936ad3f76364f274139f8b3ada423c7871a2f209f6c21062c36373ba73ebe +size 1728854 diff --git a/images/5bd2a434-01f7-45e6-b909-d581d20bcced.jpg b/images/5bd2a434-01f7-45e6-b909-d581d20bcced.jpg new file mode 100644 index 0000000000000000000000000000000000000000..601c60ff572f15b55e944bedf522d76b3ee839d4 --- /dev/null +++ b/images/5bd2a434-01f7-45e6-b909-d581d20bcced.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf68201031c07b26bb650f74f5e7d3787545a635d9c8f4f4910b1ddc10c40cfb +size 1538437 diff --git a/images/5bd98879-36d3-4beb-be0d-d44afbdc048a.jpg b/images/5bd98879-36d3-4beb-be0d-d44afbdc048a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10f0cdc77eda2cc5034a99152826aeffee73555f --- /dev/null +++ b/images/5bd98879-36d3-4beb-be0d-d44afbdc048a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3001be9be47c23af18a7d54372f1b78f6f3619a03870f396f92f1087962c365e +size 1231021 diff --git a/images/5bda1a65-5741-4ae9-a041-b75d1f9f040d.jpg b/images/5bda1a65-5741-4ae9-a041-b75d1f9f040d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..518ba115ed2277166d499ec3c17c979941dfdeb4 --- /dev/null +++ b/images/5bda1a65-5741-4ae9-a041-b75d1f9f040d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b372784e3def60adeab6724ceb12f1c0349312ecde94504a2f1b4ed5b26aa5e2 +size 3238834 diff --git a/images/5bda6670-a734-4f46-ba57-95c00a15bf05.jpg b/images/5bda6670-a734-4f46-ba57-95c00a15bf05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..faf5293b375ab8427b76c8690c126066ca3d488d --- /dev/null +++ b/images/5bda6670-a734-4f46-ba57-95c00a15bf05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f077b7f0865a17347b17210b0cf7d66f7a43354c1a926f062b63f9300471a5d0 +size 2488887 diff --git a/images/5bdff721-8c6c-43de-9bb5-a31159ed5352.jpg b/images/5bdff721-8c6c-43de-9bb5-a31159ed5352.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac6643e01132a2dba68650f3786aed09eb6edf8 --- /dev/null +++ b/images/5bdff721-8c6c-43de-9bb5-a31159ed5352.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03833c484ccc2c5ea6b0402bc9e756338ebc43de93201631e4b0e2d44e968ff9 +size 1662416 diff --git a/images/5bf713c3-54fa-4135-8da2-a2ab6d9d7366.jpg b/images/5bf713c3-54fa-4135-8da2-a2ab6d9d7366.jpg new file mode 100644 index 0000000000000000000000000000000000000000..496efafbdb4b05fb201b08a7a468fd0553bafc9d --- /dev/null +++ b/images/5bf713c3-54fa-4135-8da2-a2ab6d9d7366.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74020a8fe1e703cdff64af7bde075360e45c2cc6d651da06cf52cb5394b9ef9b +size 1381496 diff --git a/images/5c000684-985a-48ab-8c0b-dcab666e3cf0.jpg b/images/5c000684-985a-48ab-8c0b-dcab666e3cf0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69cd043cf2ef22728ddbc7b48990aba143e1e448 --- /dev/null +++ b/images/5c000684-985a-48ab-8c0b-dcab666e3cf0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d353e8d4d79fa4b760b7878a3e7c132f72ad85723427fcc50fc1f645d66d6335 +size 1559342 diff --git a/images/5c09e446-737a-4566-8d6e-47fb44e0ca94.jpg b/images/5c09e446-737a-4566-8d6e-47fb44e0ca94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce8c40ff12bd1686e3f36182beb917608d06c485 --- /dev/null +++ b/images/5c09e446-737a-4566-8d6e-47fb44e0ca94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7315c6d2b9915ea94a484e276884cdbf7e4ffb18c739ff90d3c97928de39dfe8 +size 1937778 diff --git a/images/5c1913a9-9b3d-47ab-820e-edea71a91673.jpg b/images/5c1913a9-9b3d-47ab-820e-edea71a91673.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c9bb094f1f61b76b15342df23a79a1dd16f9840 --- /dev/null +++ b/images/5c1913a9-9b3d-47ab-820e-edea71a91673.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3ba4ce73ec44dad75a183efdc5697fa959b1a613f541751579d2173e0cbbcb +size 1679897 diff --git a/images/5c2b2954-0308-4020-a436-097d1c4cbab0.jpg b/images/5c2b2954-0308-4020-a436-097d1c4cbab0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..746daa3867cfb16d5a89703d6eba5fd4de9ca46b --- /dev/null +++ b/images/5c2b2954-0308-4020-a436-097d1c4cbab0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb42f01990b20b0ba95135a8f69439a8280f00616bee96fcad6f60c7036b7e71 +size 1864774 diff --git a/images/5c2bcdd8-a079-4c7b-84c4-e40a91399135.jpg b/images/5c2bcdd8-a079-4c7b-84c4-e40a91399135.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cabe56d38af9551cb6738a2ca150529918d44f41 --- /dev/null +++ b/images/5c2bcdd8-a079-4c7b-84c4-e40a91399135.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee97ad2e42c50fc916e25c9ccc527985658d55bf92acda3b2ade9ee9deb5b302 +size 1774070 diff --git a/images/5c2c1f64-56c5-49cc-937b-c64d16c410e2.jpg b/images/5c2c1f64-56c5-49cc-937b-c64d16c410e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3c1a37651b0611fb09783fc7320184fc3e2e2d3 --- /dev/null +++ b/images/5c2c1f64-56c5-49cc-937b-c64d16c410e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095669c30dad05f97e2c0a83df4a5baaa2b9706da2a4094277478d3ffc2ba9b2 +size 1095938 diff --git a/images/5c3b41fc-d588-44d5-972f-7d1bde55d1e8.jpg b/images/5c3b41fc-d588-44d5-972f-7d1bde55d1e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..189cc6b3a4248a646b174aaef90438b5ec64dbf6 --- /dev/null +++ b/images/5c3b41fc-d588-44d5-972f-7d1bde55d1e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da15ac107ef916d5d29920b2923e18ef06a3bf3f5460139f14356e5bb1d4323 +size 1857657 diff --git a/images/5c3c7417-7237-4291-9109-ab054898d7d6.jpg b/images/5c3c7417-7237-4291-9109-ab054898d7d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3eb5701965bef597ae6e9c61862fffa4407fcdbb --- /dev/null +++ b/images/5c3c7417-7237-4291-9109-ab054898d7d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a06b0fdbb6304cc1dcb263d5dcc4d7f4b7a8deab8373b7aa3d29d7a4c7ba33 +size 2628109 diff --git a/images/5c408ea5-3724-4950-9745-f9cba2d64895.jpg b/images/5c408ea5-3724-4950-9745-f9cba2d64895.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8da8423af745df33a3e28131a81b3786897f161e --- /dev/null +++ b/images/5c408ea5-3724-4950-9745-f9cba2d64895.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d477daf60b227640a002f4a8f4304cad5f75f61476a425158b67f6fc9c52bec +size 1690750 diff --git a/images/5c420e13-54eb-4aea-8e8d-2a30339a924b.jpg b/images/5c420e13-54eb-4aea-8e8d-2a30339a924b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9065c52f13c84550631e5de92061dd19fcf05037 --- /dev/null +++ b/images/5c420e13-54eb-4aea-8e8d-2a30339a924b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26b5576c3da01f0c57dea90e4b090d2bd49d8c3084882e0b624be97beab308e +size 1552145 diff --git a/images/5c42a0c2-252a-4f75-bc21-202c474f9534.jpg b/images/5c42a0c2-252a-4f75-bc21-202c474f9534.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c190e1c27606d3cc5629fa83b7cca90a4c95155 --- /dev/null +++ b/images/5c42a0c2-252a-4f75-bc21-202c474f9534.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eeff4fde1f6a6a0283f1ae28126a4622e8b720f0a3ffbdaa6173a1bd90e1c1c +size 1731817 diff --git a/images/5c4a319a-7ceb-4281-b53e-e08e200046b5.jpg b/images/5c4a319a-7ceb-4281-b53e-e08e200046b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13f056ee3cdb54cc9097841f9bbfe455e9c8a354 --- /dev/null +++ b/images/5c4a319a-7ceb-4281-b53e-e08e200046b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a84594db025ea2e693cd6e9fc8e45dd0956e1a9f7731442b845a1abef8fba83 +size 2033686 diff --git a/images/5c5a05e7-92b2-407e-9e5f-a6721151ef2e.jpg b/images/5c5a05e7-92b2-407e-9e5f-a6721151ef2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bd954a92ffef43f7e68b6b86ef052d821721afa --- /dev/null +++ b/images/5c5a05e7-92b2-407e-9e5f-a6721151ef2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57400fc84a81fba2b5401c1c627e0bd95ee67523b55d31518594be3d0b93f773 +size 2008515 diff --git a/images/5c600d9b-c79c-47e5-a3a2-d1c26cebc803.jpg b/images/5c600d9b-c79c-47e5-a3a2-d1c26cebc803.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b71f156f3d81d1d57fe32c046a507586a9f2a5fb --- /dev/null +++ b/images/5c600d9b-c79c-47e5-a3a2-d1c26cebc803.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c918de8c2531ca9448e5e1257f2ed6ae0cde64652895b1ff2e8b50299d9c9c +size 1573417 diff --git a/images/5c602fa6-1077-4c62-bf21-17e31ddd6ea4.jpg b/images/5c602fa6-1077-4c62-bf21-17e31ddd6ea4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c191a209e40c3d30de67ab3a48b5da837cca5a7 --- /dev/null +++ b/images/5c602fa6-1077-4c62-bf21-17e31ddd6ea4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e36632c129b45aaab8f6ffd2f07d5e5f827810ee6320d731aaa08fa3773a0a +size 2242469 diff --git a/images/5c608e8e-a451-4d66-b0a3-084d27debf61.jpg b/images/5c608e8e-a451-4d66-b0a3-084d27debf61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ecf8288aa7b3ac60c040fc64e75fd7ee47e266c --- /dev/null +++ b/images/5c608e8e-a451-4d66-b0a3-084d27debf61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56fd1c524eb5b8d49980e42007534924869444f86fa39cccf4443a23330dab1 +size 2775333 diff --git a/images/5c60a703-1944-42a7-844b-29ee5afe3469.jpg b/images/5c60a703-1944-42a7-844b-29ee5afe3469.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e98b78dbc0764c44f713c807bd5d598c565184ad --- /dev/null +++ b/images/5c60a703-1944-42a7-844b-29ee5afe3469.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba3e2a51f7a533a9980eecf6a617f687c63628eb282076619878ed3a074468d +size 1605575 diff --git a/images/5c61214c-76e6-4999-9eed-5399454be74e.jpg b/images/5c61214c-76e6-4999-9eed-5399454be74e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c0edebea0c2c0c2b6302c9fd68509e9738afe44 --- /dev/null +++ b/images/5c61214c-76e6-4999-9eed-5399454be74e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da13ad7a1a9ade9d4ad801fdc4457eb9a3a243c917f0659d1ff95a81e068294d +size 2084797 diff --git a/images/5c6c0860-7c60-4c62-a635-fbc21660accf.jpg b/images/5c6c0860-7c60-4c62-a635-fbc21660accf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d42f8d86068e1c803e6b27c557b29dc3103c268 --- /dev/null +++ b/images/5c6c0860-7c60-4c62-a635-fbc21660accf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0a324dc98a4e8ab0461b5706587491fa420c8122397a2928bdc3f2f78dec72 +size 1542981 diff --git a/images/5c8174cc-b539-4919-83e7-d9c7d1ea56fd.jpg b/images/5c8174cc-b539-4919-83e7-d9c7d1ea56fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd07d69d56dd13d01d20523201b920c170f397b8 --- /dev/null +++ b/images/5c8174cc-b539-4919-83e7-d9c7d1ea56fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e218a61ed88833bd2d221469fca35ca2312222afd565b09193a5c2a95e7b188 +size 1665198 diff --git a/images/5c83f3dc-e09d-46cc-8484-29cd6e7f9603.jpg b/images/5c83f3dc-e09d-46cc-8484-29cd6e7f9603.jpg new file mode 100644 index 0000000000000000000000000000000000000000..899da7f624bfaede9ee46826d582f4c904edc0dc --- /dev/null +++ b/images/5c83f3dc-e09d-46cc-8484-29cd6e7f9603.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052d3152cd201d2d2649e156c12498ef90a221bb00c93ff1c1d1b45510b56fb1 +size 1276388 diff --git a/images/5c8abf96-2922-44d9-87c7-5bbebf0bf4a0.jpg b/images/5c8abf96-2922-44d9-87c7-5bbebf0bf4a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60c2bbe6dcc34a4602ceb832e492c88f587c26cf --- /dev/null +++ b/images/5c8abf96-2922-44d9-87c7-5bbebf0bf4a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200d3cdd18c37bce3567a61e947f580bf5f07ac740aa5d2a0bbdedd3fefec8e7 +size 1299174 diff --git a/images/5ca13f3a-36e6-4272-bd48-513077af2722.jpg b/images/5ca13f3a-36e6-4272-bd48-513077af2722.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55fcf0438699bef9c3a3b71979cebc781fca52f2 --- /dev/null +++ b/images/5ca13f3a-36e6-4272-bd48-513077af2722.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b5cd4a7fe5e901100037717531cf76739e0be5470b10273a5cee8d16037e8d +size 1482794 diff --git a/images/5ca568b9-c4e5-4248-94a1-f9ec7f974879.jpg b/images/5ca568b9-c4e5-4248-94a1-f9ec7f974879.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbb5be65d7fe4c90413fd465aa15e28742f19a71 --- /dev/null +++ b/images/5ca568b9-c4e5-4248-94a1-f9ec7f974879.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96d4d468cb843b5ffc5f8899827e917aa09f524d083d3a7fe746201084fd31b +size 1641270 diff --git a/images/5cab844f-c772-4267-8499-6ab0265a401c.jpg b/images/5cab844f-c772-4267-8499-6ab0265a401c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71098aad6e5cc1ee8a09553a4e5eccf487696e5a --- /dev/null +++ b/images/5cab844f-c772-4267-8499-6ab0265a401c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ba4fc2e3669e6afbace920ce01a1412932c1eb82074a6a1167b8d2b05a7d21 +size 1605988 diff --git a/images/5cab915a-a77d-4a06-b8f4-4231ac0642f8.jpg b/images/5cab915a-a77d-4a06-b8f4-4231ac0642f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2244d4cde286f9ab3c5faf502e8d05fb0537bdd --- /dev/null +++ b/images/5cab915a-a77d-4a06-b8f4-4231ac0642f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc2cec13994025d93659588597f4ef41d64d87064dec1c67647d0d07e01cacb +size 1493456 diff --git a/images/5cabb83f-6772-4576-98ba-7958917beaed.jpg b/images/5cabb83f-6772-4576-98ba-7958917beaed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..182a00411da7df191157b1264961b641d765492e --- /dev/null +++ b/images/5cabb83f-6772-4576-98ba-7958917beaed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78cc3467ca69acbf8e9abcd2e30f424e14abf3ca744f6279013caf8ddd2d562 +size 1217790 diff --git a/images/5cad7d30-e613-4fe6-bbaf-ed24a4a268f7.jpg b/images/5cad7d30-e613-4fe6-bbaf-ed24a4a268f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b73437521bc5a6b674ccbae30a6c803099f0f5cb --- /dev/null +++ b/images/5cad7d30-e613-4fe6-bbaf-ed24a4a268f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18b66d8aad6c64ec73d6660c8ea9be142cfdb21166ac91a16f1baa48e8c1ea7 +size 3814248 diff --git a/images/5cbc732e-e82e-42f8-8165-aa5bd5a281c1.jpg b/images/5cbc732e-e82e-42f8-8165-aa5bd5a281c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50df68e23f61190bd25261e12b3aaba63ab1ba54 --- /dev/null +++ b/images/5cbc732e-e82e-42f8-8165-aa5bd5a281c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490fb014f1241be6d35a10c1eafacf43d50e07216ff7e7e3f2485b9b59b33417 +size 1396211 diff --git a/images/5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631.jpg b/images/5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04da9f93d272f98b82186da607030e4052de0cfa --- /dev/null +++ b/images/5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b89b5b6e61a1833685de91eff2c102a17c6e11a9c64f4b12183675b9fc4cd8f +size 1121754 diff --git a/images/5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c.jpg b/images/5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..261bed849db5b16436d4fbb295408704f8db2b8d --- /dev/null +++ b/images/5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5a901c633850c082563313ce79f7471fc9e73837cdf144b2ed8310e9eae17d +size 1533302 diff --git a/images/5ccccd3c-1eb5-4e17-93dd-c556249ed1be.jpg b/images/5ccccd3c-1eb5-4e17-93dd-c556249ed1be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd2535a825cfd4e27c1c6ef9eb79067b0d1b46bd --- /dev/null +++ b/images/5ccccd3c-1eb5-4e17-93dd-c556249ed1be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6194191234d303e0c47cb786b40cae0599d0da754edaef41bc9d1f1a87ad81f8 +size 1482654 diff --git a/images/5ce0985e-588f-441e-81b3-b05a99f14ce4.jpg b/images/5ce0985e-588f-441e-81b3-b05a99f14ce4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..945925b920901614610a34a4eafb7ed156fbdea5 --- /dev/null +++ b/images/5ce0985e-588f-441e-81b3-b05a99f14ce4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e0d2b38b3e6d145c8eea24701a47c8e3919ecd911bf4c86c36a9b65bc12d0f +size 2405029 diff --git a/images/5ce0b817-c30d-4102-8462-35229731558b.jpg b/images/5ce0b817-c30d-4102-8462-35229731558b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..762bdf2fb5b67bd0cb7a01c27a9292d098944246 --- /dev/null +++ b/images/5ce0b817-c30d-4102-8462-35229731558b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c6b39b3c7b5811ab9b34820b7e7c22507d4de0e8c23dab2b020f64404ac567 +size 1450856 diff --git a/images/5ce4fec9-8984-4c56-8c14-67e3fb73c9c5.jpg b/images/5ce4fec9-8984-4c56-8c14-67e3fb73c9c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f28f4115ce2704e9cee8c622e4accd240ccff62 --- /dev/null +++ b/images/5ce4fec9-8984-4c56-8c14-67e3fb73c9c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eff13f23ae73c60d9d0c96a20b36b112b164e6a04b7082c9e5b91bfc805fed +size 1227767 diff --git a/images/5ceed57e-43db-4652-838c-e21b3e627df2.jpg b/images/5ceed57e-43db-4652-838c-e21b3e627df2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf262c1a5645e5369048e8587739a65fd5dd93fd --- /dev/null +++ b/images/5ceed57e-43db-4652-838c-e21b3e627df2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bd5e2ad2ff43d707f0bf9c412c6421eda462f69f3478bc1c5ad6978702a175 +size 1844546 diff --git a/images/5cefae69-e70a-431a-a72e-c7bc7d555bf4.jpg b/images/5cefae69-e70a-431a-a72e-c7bc7d555bf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22ca1bbe9969d54d47d6e0375936cdbfcd83a18f --- /dev/null +++ b/images/5cefae69-e70a-431a-a72e-c7bc7d555bf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c379ccb06adc27047f2cd1e05868bb6a60f052d44f212be83aede04523356e3f +size 1889578 diff --git a/images/5cf6b66e-2171-446f-955b-b8c37665e2b6.jpg b/images/5cf6b66e-2171-446f-955b-b8c37665e2b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0ae5577564f83110e4279c356dc071ec664fd8e --- /dev/null +++ b/images/5cf6b66e-2171-446f-955b-b8c37665e2b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b341de5a6e0e564cb8f6f8248718562f47024747c717116d2b7cc5954ea4e68 +size 1160310 diff --git a/images/5d031b43-0cf4-4c8d-8466-33881adb59bd.jpg b/images/5d031b43-0cf4-4c8d-8466-33881adb59bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bc7d120981d2d4375b8fcf86c0a750c0a75f896 --- /dev/null +++ b/images/5d031b43-0cf4-4c8d-8466-33881adb59bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b859e9a3e053ac2c15237278d38f31e6f2b56c86d32b0551ed4f1d0945f43bda +size 1713629 diff --git a/images/5d05fd7c-8e96-4473-821b-55801106f2b6.jpg b/images/5d05fd7c-8e96-4473-821b-55801106f2b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3e4db2fddd4501f7f9e92bd1c6a7846f949700a --- /dev/null +++ b/images/5d05fd7c-8e96-4473-821b-55801106f2b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b7de714e0122fe3c0ce85b22947ab1ed6b0cd52f466a4e3e31c92aa69a851a +size 1645267 diff --git a/images/5d064372-550a-4333-aac4-a21f57580ac2.jpg b/images/5d064372-550a-4333-aac4-a21f57580ac2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c486b932249764dda558a65653d03ae667bd9be7 --- /dev/null +++ b/images/5d064372-550a-4333-aac4-a21f57580ac2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c656db0842fd7d9121df5b5a96227e89d388a4e3514597770b87146c9389db7 +size 1217121 diff --git a/images/5d1a4bf6-056c-400d-a33c-6e03a80399ce.jpg b/images/5d1a4bf6-056c-400d-a33c-6e03a80399ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e00d22d3c9c90e28fc959ad206ef1a14c58e8101 --- /dev/null +++ b/images/5d1a4bf6-056c-400d-a33c-6e03a80399ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5874f329e2a932198fbb8e3398f4d4d96a6ca570d9f78a1b54407eddf77b6c2d +size 1655280 diff --git a/images/5d249c0f-3dbb-447a-b0d6-12bdfc4589df.jpg b/images/5d249c0f-3dbb-447a-b0d6-12bdfc4589df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6215a7bcb7f90ba376faadac38b30ac8b82aad2d --- /dev/null +++ b/images/5d249c0f-3dbb-447a-b0d6-12bdfc4589df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b03fc02f3bbab50b29fa41089709a78ae2e82c32a0609fa73232af26ae4e390 +size 1298225 diff --git a/images/5d2a51cd-5770-4b41-a2d0-c44a6296092d.jpg b/images/5d2a51cd-5770-4b41-a2d0-c44a6296092d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72fdf98627eb65714907c53c7399ac74e7ac0757 --- /dev/null +++ b/images/5d2a51cd-5770-4b41-a2d0-c44a6296092d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a23be5a48374ae14cd6bc0be40cc47de6d449b3712be019a3b114e4bfaca521 +size 2210753 diff --git a/images/5d33fee8-579c-4217-9065-5e23f6cc9b46.jpg b/images/5d33fee8-579c-4217-9065-5e23f6cc9b46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1485427817b813f6e3e843991a079f67347f5edf --- /dev/null +++ b/images/5d33fee8-579c-4217-9065-5e23f6cc9b46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ebadacb122322d36aaafa31c838717d8992b072bca8d47af33254de1845e36 +size 1428654 diff --git a/images/5d3e8cc6-65a2-4e99-90d1-feda749e01e1.jpg b/images/5d3e8cc6-65a2-4e99-90d1-feda749e01e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33b1e550ca0e40fc5e737e68dd3e5339efdea3d5 --- /dev/null +++ b/images/5d3e8cc6-65a2-4e99-90d1-feda749e01e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b5197de67281d2a4d98550e1d6dccf240ae90a17661655006a6ca3e01afe25 +size 1282783 diff --git a/images/5d3eff08-f75e-4a53-9d97-bf0c6697a4e1.jpg b/images/5d3eff08-f75e-4a53-9d97-bf0c6697a4e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e74016ca7e2dde8c93130b90308f6d2e65a86c4 --- /dev/null +++ b/images/5d3eff08-f75e-4a53-9d97-bf0c6697a4e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fcda88730a21afd51118bcc7106596554066406bbe4d09192bf4068015c3dc +size 1522236 diff --git a/images/5d3f889b-a70a-4dff-ab61-a2c48b139cdf.jpg b/images/5d3f889b-a70a-4dff-ab61-a2c48b139cdf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04c1d88f4581f80dd08818d16e932f9aea86c7fe --- /dev/null +++ b/images/5d3f889b-a70a-4dff-ab61-a2c48b139cdf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a2735e5ad176f6eadf27ad178d24533cb34498f05dd049bce56dbaec3d507d +size 2168527 diff --git a/images/5d40bf28-3246-4c99-ace1-08b28d9a3a68.jpg b/images/5d40bf28-3246-4c99-ace1-08b28d9a3a68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..699b995937bede6ddb335ac39db14fbaead94944 --- /dev/null +++ b/images/5d40bf28-3246-4c99-ace1-08b28d9a3a68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb56e1ba8364b3ba190d88356df365bfa5b19bb94b1a847c45f943364cb1b85c +size 1902742 diff --git a/images/5d4bc964-0c27-4fd3-83e3-44d31230eaed.jpg b/images/5d4bc964-0c27-4fd3-83e3-44d31230eaed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..febc786c8abda322d6118d01a0b7048b9b2facfe --- /dev/null +++ b/images/5d4bc964-0c27-4fd3-83e3-44d31230eaed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b00e57246df3ff2e20bcbaeba29d3d376fd35aa63d6764ff24678805d2627c4 +size 3057135 diff --git a/images/5d562e86-f767-4226-a1b3-8a7bdd1c6031.jpg b/images/5d562e86-f767-4226-a1b3-8a7bdd1c6031.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b7f1836573378eeb219dbdf4482c3e0297b7184 --- /dev/null +++ b/images/5d562e86-f767-4226-a1b3-8a7bdd1c6031.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39563a7b56958ffa5258de384051b070bdba20aa15bb5b9ea6cc7eeb6269a557 +size 1622087 diff --git a/images/5d66d3c0-4d5a-467d-b289-ac9508557988.jpg b/images/5d66d3c0-4d5a-467d-b289-ac9508557988.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af38c2f71d6f23a7784507f17ddbfc844facc358 --- /dev/null +++ b/images/5d66d3c0-4d5a-467d-b289-ac9508557988.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa548ad235e434d508982a3b4cf46315a817da04a0363d3f8759837706826e17 +size 2215955 diff --git a/images/5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c.jpg b/images/5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7deb2c2e92e3150ebcdbab23a46f4fb2465504ac --- /dev/null +++ b/images/5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b694911e73af0ba9dfaed448ea0a3998ccf7dabda3e5308d91add7ba19bb2b +size 1722256 diff --git a/images/5d6ee4dc-af4a-4250-a60a-c5039f81ea1d.jpg b/images/5d6ee4dc-af4a-4250-a60a-c5039f81ea1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2a86d3a2c3404acfade9ae92b6749c2d54ad200 --- /dev/null +++ b/images/5d6ee4dc-af4a-4250-a60a-c5039f81ea1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b847b0ea362a5ea660c284a9d63dc43158f779de702467f96b63e2568cd2d5 +size 1255189 diff --git a/images/5d7fb795-030e-467d-baaf-e0131807bee0.jpg b/images/5d7fb795-030e-467d-baaf-e0131807bee0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b3172880c89f5ac98df71206087c9fb0267fc6 --- /dev/null +++ b/images/5d7fb795-030e-467d-baaf-e0131807bee0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b28a2cd2dec97e502d46f38fa6406405b76ea026ba8197d70ebf3a6c20092f +size 1363463 diff --git a/images/5d806e7c-a8e9-4d6e-9c57-a509d11e2632.jpg b/images/5d806e7c-a8e9-4d6e-9c57-a509d11e2632.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87f764f7ca7b2f72770a02931fae830c30b6d3e8 --- /dev/null +++ b/images/5d806e7c-a8e9-4d6e-9c57-a509d11e2632.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cf59799abef3997d3a825699c468fe41bc1c4aa651189feb9116278f36997a +size 1691953 diff --git a/images/5d8359e8-9312-4f16-bbc7-60f4abf9975a.jpg b/images/5d8359e8-9312-4f16-bbc7-60f4abf9975a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ee5c779f0b5393b1bc62c648ffdb8bcce554233 --- /dev/null +++ b/images/5d8359e8-9312-4f16-bbc7-60f4abf9975a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f970698966713155585d0fdfbf8a0b5fe616c691e291a14d2719a587fda8217 +size 1710786 diff --git a/images/5d8a814c-110b-4efb-9219-329200a2fad6.jpg b/images/5d8a814c-110b-4efb-9219-329200a2fad6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4957fe20f94d2252ea4b23b76b6f53c2371c44 --- /dev/null +++ b/images/5d8a814c-110b-4efb-9219-329200a2fad6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a68b0fef50b1c7723852b2dc489a8cfde7a22dc2e91f1c19f023de836ce94a3 +size 1660536 diff --git a/images/5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7.jpg b/images/5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..392238ea0be41b68cefc94a88eadee15563b08da --- /dev/null +++ b/images/5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd2729f92a692122bff9fdbf928b2246110d6fe285b4bade0490b947b743a5c +size 2351128 diff --git a/images/5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5.jpg b/images/5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85bdefb653f2761fcc22c28eaf92f77213063e21 --- /dev/null +++ b/images/5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26e679e0ee717285a9af7458c7008b5bcbc3c87a4824c24302c77fc13182d7d +size 1668881 diff --git a/images/5db465ac-a807-422f-88af-2ea7ea87f24b.jpg b/images/5db465ac-a807-422f-88af-2ea7ea87f24b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2bb3c5a051a9adbf5cb135a422a0268df7a2038 --- /dev/null +++ b/images/5db465ac-a807-422f-88af-2ea7ea87f24b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7be35a30348995879fc641464ae7a5d8971fb64d0a5ae6cbe719469a4417a2 +size 1633130 diff --git a/images/5dbcffbe-335c-4a78-bbc9-24da5971dc33.jpg b/images/5dbcffbe-335c-4a78-bbc9-24da5971dc33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd216e39cdd68d280cf16914b01482a1d7e0d907 --- /dev/null +++ b/images/5dbcffbe-335c-4a78-bbc9-24da5971dc33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7931cd6b2bd5823d0cef423ac546565f76271b58f5c306422e8ee43f95126553 +size 1280586 diff --git a/images/5dc839e1-389b-4f16-8dd0-401edeeb130b.jpg b/images/5dc839e1-389b-4f16-8dd0-401edeeb130b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e404fab52ea18fb39a3d66b8bdda6b53e9a6033d --- /dev/null +++ b/images/5dc839e1-389b-4f16-8dd0-401edeeb130b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29176c68c6328bc087080dfe4f009477bedb5ffc825f77628cb4d97cbf79f2d0 +size 2215635 diff --git a/images/5dce16ad-3089-4484-a096-d857b4b58834.jpg b/images/5dce16ad-3089-4484-a096-d857b4b58834.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c302f9665c9195d475cb507250c1ea972a5d3231 --- /dev/null +++ b/images/5dce16ad-3089-4484-a096-d857b4b58834.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b1b1104d0454244921a76e4c973596c72fd4932a6bf0447b5fedc6313e627c +size 2847779 diff --git a/images/5dce9a33-a801-4ec5-960e-60de2a4035cc.jpg b/images/5dce9a33-a801-4ec5-960e-60de2a4035cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fc614345ad67418a22f9ef641febcc78243b22d --- /dev/null +++ b/images/5dce9a33-a801-4ec5-960e-60de2a4035cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b0c69e6352d2bacc681413f9bb57825a82c0fd7e95de03f51fd5cf65f0b1cc +size 2126999 diff --git a/images/5dd45b28-c2ae-4049-9b1f-17440099ec66.jpg b/images/5dd45b28-c2ae-4049-9b1f-17440099ec66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75637b19254afb16f3e16f7e42867d3bfae791c0 --- /dev/null +++ b/images/5dd45b28-c2ae-4049-9b1f-17440099ec66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221abb7a8d1dd9b1903331b27b913bd0e84fdd76730c9070f198b65ee7e0ed30 +size 1686539 diff --git a/images/5dd4d1e4-93a5-4c84-8959-35fde1af286c.jpg b/images/5dd4d1e4-93a5-4c84-8959-35fde1af286c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9aef07b917dc5dd3ee20b681cde364619085d45 --- /dev/null +++ b/images/5dd4d1e4-93a5-4c84-8959-35fde1af286c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddec2fb863050cde2c19d04eb18fdd08b238736c08b582b00c32481b7018684 +size 2318926 diff --git a/images/5dda9aa0-876f-416a-b8ae-78055b6e5924.jpg b/images/5dda9aa0-876f-416a-b8ae-78055b6e5924.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e80f31672f83e81aea306ac6fd9fb112c458a2b --- /dev/null +++ b/images/5dda9aa0-876f-416a-b8ae-78055b6e5924.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc593e248c1057cb653c99dc4d756660e81b21c2815e767e4bb2ab03a6e9312 +size 1136197 diff --git a/images/5deb70df-3a14-4f8f-a67f-80e4c1943992.jpg b/images/5deb70df-3a14-4f8f-a67f-80e4c1943992.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f164da87e4ffd829beeb3baa1d58b7b75282f9a3 --- /dev/null +++ b/images/5deb70df-3a14-4f8f-a67f-80e4c1943992.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3afb8d53f9534c91ec153878b3c1cdded029eefdecc0ef1e2172364602d2ba5 +size 2180595 diff --git a/images/5df6abcf-afef-448e-b059-beeb5049aa3f.jpg b/images/5df6abcf-afef-448e-b059-beeb5049aa3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0c4e4eed6fb03908c94ed07a08d03663a47d0ee --- /dev/null +++ b/images/5df6abcf-afef-448e-b059-beeb5049aa3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea647302c7d128ae03cb51c3a786b06ff307080a8d97e2d06a7697b303408e2a +size 1420392 diff --git a/images/5dfb945d-f2c9-4cc1-8798-e9ea9825375b.jpg b/images/5dfb945d-f2c9-4cc1-8798-e9ea9825375b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edb91026a41fc7600d85303d01fe2356baf07a8a --- /dev/null +++ b/images/5dfb945d-f2c9-4cc1-8798-e9ea9825375b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a657ef756d4e409b0e7850eb09ae05f5ee6650ac14f67f0e80fc5836f143761e +size 1820544 diff --git a/images/5dfc0d7d-392b-433d-88c3-b9a07d579a3d.jpg b/images/5dfc0d7d-392b-433d-88c3-b9a07d579a3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d5471eabb2b454c239b03110852bbbb68083834 --- /dev/null +++ b/images/5dfc0d7d-392b-433d-88c3-b9a07d579a3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accbfee31fa8a82bbdfd03051a9b3b38932f01fa2a1ed578428782152459ad91 +size 1489358 diff --git a/images/5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7.jpg b/images/5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f97e6a1786d33c574935f3f61b6c4eef0ed5807 --- /dev/null +++ b/images/5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d7053e1ce7fa49c4a2f6f47b39cc4282451ee40c680dc667499843d612abad +size 2018934 diff --git a/images/5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0.jpg b/images/5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e902316b2988a8ae4780046773ede5cd5a4c8924 --- /dev/null +++ b/images/5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401e76f6869e04ebcff3aacee81dba170de89c4b0f80ac92174af38caf93c383 +size 1308570 diff --git a/images/5e045c14-417f-4fe6-8d1b-0c72dd509163.jpg b/images/5e045c14-417f-4fe6-8d1b-0c72dd509163.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57bee7a1ff68bec525f577bd728602b386ca159 --- /dev/null +++ b/images/5e045c14-417f-4fe6-8d1b-0c72dd509163.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185f650afded4b549bbe5f6d3857f124658a29a971022e5444ef383f701f236a +size 1653583 diff --git a/images/5e088852-1cb0-41d7-b2c4-aad60eda323c.jpg b/images/5e088852-1cb0-41d7-b2c4-aad60eda323c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e5297eee3a8b0f57371844156f76795bd33f591 --- /dev/null +++ b/images/5e088852-1cb0-41d7-b2c4-aad60eda323c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ba0c4b89e8d91e75fc6f8dcfeb9f2748ea079cd3d8f2c1604578f917961658 +size 1760370 diff --git a/images/5e0cbd69-4c44-44a6-947e-baf907ed9a2c.jpg b/images/5e0cbd69-4c44-44a6-947e-baf907ed9a2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82309884241851e94d0444cb87ba9cd393dd2378 --- /dev/null +++ b/images/5e0cbd69-4c44-44a6-947e-baf907ed9a2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc74332218129a9e31a75811957ee86120b63c0f389d8075600376b200f713b +size 2177032 diff --git a/images/5e1486a0-11d7-479e-81a7-e19667d8c0cb.jpg b/images/5e1486a0-11d7-479e-81a7-e19667d8c0cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1626de7639ebba79753957ac2f249913e4caaf53 --- /dev/null +++ b/images/5e1486a0-11d7-479e-81a7-e19667d8c0cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8abe47c38e6239952ee2a49819223a43588fc347874acf5f59b9c319e67b2c +size 1847834 diff --git a/images/5e14b286-4352-4dae-8c7c-3dbdbd715655.jpg b/images/5e14b286-4352-4dae-8c7c-3dbdbd715655.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0018478b6e5cdde6f5fab3a9df86303502e486ea --- /dev/null +++ b/images/5e14b286-4352-4dae-8c7c-3dbdbd715655.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bcf14f4d7cbf533e88df5ea9f77de9079495dd1c17634a7b1430756e169f04 +size 1892713 diff --git a/images/5e164c7b-57e6-441d-a6ed-a57dc0222fff.jpg b/images/5e164c7b-57e6-441d-a6ed-a57dc0222fff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..602fcae24311e1b384f73d45b5972720f47cf5e0 --- /dev/null +++ b/images/5e164c7b-57e6-441d-a6ed-a57dc0222fff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13145906b07a74691eb417c5ab081aef419c1d32468a4909a73498ae5c815296 +size 1387391 diff --git a/images/5e1b4721-a69d-4769-86fe-be07ef8c09c9.jpg b/images/5e1b4721-a69d-4769-86fe-be07ef8c09c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e856360c2ee7de7b4bfd5d7d1bc6b7da06424863 --- /dev/null +++ b/images/5e1b4721-a69d-4769-86fe-be07ef8c09c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f69a613d7dd29b0c34891154d097b189d8db46b03ce68fcd67bb1c9e219771 +size 1626364 diff --git a/images/5e2a4563-2ed9-4be9-a1ba-a14999f51f42.jpg b/images/5e2a4563-2ed9-4be9-a1ba-a14999f51f42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9c2d1ae628ecc2f2f7ff03bf8411193f7ca4654 --- /dev/null +++ b/images/5e2a4563-2ed9-4be9-a1ba-a14999f51f42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ab72081fc1ae55694d95ec75104396d0cca0032cd8c4275e9af9919e74772a +size 1103987 diff --git a/images/5e2f4832-9362-4ae3-ba82-b261d2072592.jpg b/images/5e2f4832-9362-4ae3-ba82-b261d2072592.jpg new file mode 100644 index 0000000000000000000000000000000000000000..712c272627dc342f592d5b0256f3167372b49640 --- /dev/null +++ b/images/5e2f4832-9362-4ae3-ba82-b261d2072592.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab5dc174edec7963999db9c05d6fc7d2ecff456c38ce7884febb01348310e6d +size 2739297 diff --git a/images/5e2f5c34-4d50-4adc-bcfc-9e042c28cc68.jpg b/images/5e2f5c34-4d50-4adc-bcfc-9e042c28cc68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65d5bb54aa9dacdc2f0588a0487f5da7fdd31d7d --- /dev/null +++ b/images/5e2f5c34-4d50-4adc-bcfc-9e042c28cc68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da806a3fdb9a8349495c8e89ea24650638d8db157d5bf38cf5dd6b9a161ceab +size 1643987 diff --git a/images/5e322911-9afb-4f1e-9bb8-2e5407803ac7.jpg b/images/5e322911-9afb-4f1e-9bb8-2e5407803ac7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d870a63ce731265c386d1be7b9082d490f0ecfce --- /dev/null +++ b/images/5e322911-9afb-4f1e-9bb8-2e5407803ac7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ad9c40dede240c17764af7bd1570365b142ff196cdf7de4babe72f5bdec28b +size 1758836 diff --git a/images/5e435dac-1da2-412c-aa01-2b93e143926d.jpg b/images/5e435dac-1da2-412c-aa01-2b93e143926d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b73b96530e68a8b646d87e55746c53271510fe6 --- /dev/null +++ b/images/5e435dac-1da2-412c-aa01-2b93e143926d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46a1d13708b3652b625dcab6d13494dfe67a23397ecd364bb584c2b04e46625 +size 1804231 diff --git a/images/5e441949-b1a8-4167-8412-2acce9c28333.jpg b/images/5e441949-b1a8-4167-8412-2acce9c28333.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f52803b4aaf46499a1081b749f51c0a5b322aa55 --- /dev/null +++ b/images/5e441949-b1a8-4167-8412-2acce9c28333.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6438ecfb92b0b135104b03da48f048adeafb34ffb4887a86e0651310f8c2bdae +size 1511953 diff --git a/images/5e4abb40-c4ae-406e-9b99-9f1cddc689a7.jpg b/images/5e4abb40-c4ae-406e-9b99-9f1cddc689a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d211b5c8e0ef8ec7d86acd386cdfb0bf82679df --- /dev/null +++ b/images/5e4abb40-c4ae-406e-9b99-9f1cddc689a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243e7f0875afd0c4313be9871a32cb3051354ccfe611baaa014e9afeab874dc9 +size 3585399 diff --git a/images/5e4f8338-e185-443f-bfd7-c4caf19410c5.jpg b/images/5e4f8338-e185-443f-bfd7-c4caf19410c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5dd689b5c100f6ad544c57f2968536f07832fa8 --- /dev/null +++ b/images/5e4f8338-e185-443f-bfd7-c4caf19410c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa02a6a6615a2ac291d6cb93bfd061061b5d358bc0d371c03713c9698c54df04 +size 1531621 diff --git a/images/5e56dd34-0ee5-4003-85a4-75a22b80c1c7.jpg b/images/5e56dd34-0ee5-4003-85a4-75a22b80c1c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..339ae11a6ced1d4606675d3111b71fe52aef0c98 --- /dev/null +++ b/images/5e56dd34-0ee5-4003-85a4-75a22b80c1c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f3d258df57c3e35ee0073722035b16153cb59e7394fc359d68f0167de9b622 +size 2483296 diff --git a/images/5e5a183a-51f2-4e93-965a-970910aff2a4.jpg b/images/5e5a183a-51f2-4e93-965a-970910aff2a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd5b5dd21fd67babc3157e4ed6521139c689bed9 --- /dev/null +++ b/images/5e5a183a-51f2-4e93-965a-970910aff2a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b261f010d978137e59ec78d30452d1da320ab45410226c8ad87b103865c22e19 +size 2223671 diff --git a/images/5e65860c-5a46-4e1b-bb5b-23892229f014.jpg b/images/5e65860c-5a46-4e1b-bb5b-23892229f014.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e776a555d12312100768761db8c0d67e9a581b60 --- /dev/null +++ b/images/5e65860c-5a46-4e1b-bb5b-23892229f014.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe94860dbdf75bf4146f486ca6e2834290f2e6462d68926f296019602870d6f2 +size 1639227 diff --git a/images/5e6936e4-d08c-4b24-8241-0fa6b90d798f.jpg b/images/5e6936e4-d08c-4b24-8241-0fa6b90d798f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33af7a9cdf6808a628b0147196d463a00fe725b4 --- /dev/null +++ b/images/5e6936e4-d08c-4b24-8241-0fa6b90d798f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8703e9df1d33a24c086254978e8a10369aa8c511b394db8b79293bda3e5941 +size 1547321 diff --git a/images/5e7515a1-c768-4d17-9265-5731f32510f1.jpg b/images/5e7515a1-c768-4d17-9265-5731f32510f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8c48ba02378c0255af728d052bd9d93f91f2eec --- /dev/null +++ b/images/5e7515a1-c768-4d17-9265-5731f32510f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a254c7becf36ddd6ab9d0c22e248b581f8b92dde52d4180a445ad1139a113a89 +size 2472801 diff --git a/images/5e790f5c-450e-45d4-983b-b54c46b11a93.jpg b/images/5e790f5c-450e-45d4-983b-b54c46b11a93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb7d0ba778ff2d1210812831c4d545bbee6a259e --- /dev/null +++ b/images/5e790f5c-450e-45d4-983b-b54c46b11a93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fcb6741e3756f21c5511908a04946970f4d8212f51f00a3ea81a191941df23 +size 1549450 diff --git a/images/5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96.jpg b/images/5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6b50660987f02a56b50d628329162188a45c2b7 --- /dev/null +++ b/images/5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0554a08ae9334ecbe2f97bd428297fdcb45c23504c5f0346bab7a43b7de8d6d7 +size 1552686 diff --git a/images/5e90edd5-844b-412f-8ccb-74bc8d99a2a3.jpg b/images/5e90edd5-844b-412f-8ccb-74bc8d99a2a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69a087fc7849221d0bd69c9116ddeafb7a0d2a15 --- /dev/null +++ b/images/5e90edd5-844b-412f-8ccb-74bc8d99a2a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b930164073facf871b9296818491911bb8bb895968686e5d8434566646fd260b +size 1707733 diff --git a/images/5e92a86d-f802-420b-a61a-945d1de5ea7a.jpg b/images/5e92a86d-f802-420b-a61a-945d1de5ea7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b653d7ff47295949347e616d3b9a9ddc9c1253c1 --- /dev/null +++ b/images/5e92a86d-f802-420b-a61a-945d1de5ea7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae10bb8269465187009aeee7b1e9dcd1b571de2ea668f968fcd9e7efeb42ebaf +size 1125203 diff --git a/images/5e962b4f-0055-4875-967d-1dbee8f15337.jpg b/images/5e962b4f-0055-4875-967d-1dbee8f15337.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38c8776696aac43ca9356813e53f2518abf61d4c --- /dev/null +++ b/images/5e962b4f-0055-4875-967d-1dbee8f15337.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf54535f463b1ad725fabc8e5d6bbad89a2dba2e0772f99e4171b7dc268aa0ec +size 1206391 diff --git a/images/5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb.jpg b/images/5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d9201c1140d066ed6d88b38331fca36238a0cc5 --- /dev/null +++ b/images/5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234f1f543186c0d87850c5154ca3dd227362a7cdb7d102a600f2fbaab4db60cb +size 1612636 diff --git a/images/5ea91b47-bc42-40f7-8f66-9e288066faeb.jpg b/images/5ea91b47-bc42-40f7-8f66-9e288066faeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc217d1d440ba66767cef40c97733cca4b174120 --- /dev/null +++ b/images/5ea91b47-bc42-40f7-8f66-9e288066faeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d0267c0ab1787f787e795b2e76260acf24fa13d1d6d01d207ae35e11c06278 +size 1918305 diff --git a/images/5eab44fa-baf2-407d-8a28-d4c22013eb2f.jpg b/images/5eab44fa-baf2-407d-8a28-d4c22013eb2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..811c64b572171d9bfaacd45caae79e4b376df3e0 --- /dev/null +++ b/images/5eab44fa-baf2-407d-8a28-d4c22013eb2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740be207bd4b3dfa038fc42d0e171684da5f0cd7e7c7f5dad435865afb6abfca +size 1451869 diff --git a/images/5eab5ba5-47be-4327-b67a-78c6e7f67944.jpg b/images/5eab5ba5-47be-4327-b67a-78c6e7f67944.jpg new file mode 100644 index 0000000000000000000000000000000000000000..123b6784c6df5ee8dcbdddf1df4ee57d8b936275 --- /dev/null +++ b/images/5eab5ba5-47be-4327-b67a-78c6e7f67944.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af50e4bb11798b7fd491fed7cccc94f4730a32306e9c9cd2b3f3f1c52251832 +size 1838389 diff --git a/images/5eab5db4-fd7c-4a22-be99-282e2b3823cd.jpg b/images/5eab5db4-fd7c-4a22-be99-282e2b3823cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c799cd8d0c23a4b54afccaf3736d7d3f0b617533 --- /dev/null +++ b/images/5eab5db4-fd7c-4a22-be99-282e2b3823cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9f13313f49ac40627c3f0e2ec4a65aea663afb8d35a04a1006f81d7623b995 +size 1159470 diff --git a/images/5eaee6fb-d47d-4f13-a063-0d17f4b5f965.jpg b/images/5eaee6fb-d47d-4f13-a063-0d17f4b5f965.jpg new file mode 100644 index 0000000000000000000000000000000000000000..450ed84466ba087c2be13b716e771cc77522f5c6 --- /dev/null +++ b/images/5eaee6fb-d47d-4f13-a063-0d17f4b5f965.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5c04862ff991f39f139d4bad0304c9f31566012a2200c9b7491a1af6023bae +size 3331174 diff --git a/images/5ec1124d-7a03-449a-9faf-df96b589e8e0.jpg b/images/5ec1124d-7a03-449a-9faf-df96b589e8e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90bacc3d54b7a144d904a4e543f069a8b8228d77 --- /dev/null +++ b/images/5ec1124d-7a03-449a-9faf-df96b589e8e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87642af8b17f299983507aa0dc7f564d56f910e5ca1631cedd94aab3e802107b +size 1615514 diff --git a/images/5ec30731-8c25-4f01-8410-5b1c7a3e819c.jpg b/images/5ec30731-8c25-4f01-8410-5b1c7a3e819c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74f94c998ff639e56990cf4f4d8293fa3bd5f154 --- /dev/null +++ b/images/5ec30731-8c25-4f01-8410-5b1c7a3e819c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa2910fbe993fa1a94dbd865cac97d8af720e129a6ca11abc7f4094af297964 +size 1226971 diff --git a/images/5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d.jpg b/images/5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a748240f820fa1b9f42a82978fcd343fdf98526 --- /dev/null +++ b/images/5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf47f9d48cf50589ff9a787ba564adc9f30e0f98dff077cabe4876057c9f4e20 +size 1247421 diff --git a/images/5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9.jpg b/images/5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e5810199fed6f63efd724d8f3627dd9b35e69e8 --- /dev/null +++ b/images/5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e065d607113c1a083298a7dee08408aa6ba9e8e8e9e102960b459e1d5e1abc2b +size 2733735 diff --git a/images/5ecc50b9-ee78-4a0c-be95-f3448ac1326f.jpg b/images/5ecc50b9-ee78-4a0c-be95-f3448ac1326f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ebc1900d7d1977e83ffbb5f52f03d2739d586d6 --- /dev/null +++ b/images/5ecc50b9-ee78-4a0c-be95-f3448ac1326f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241299bf4c526665fad10c91421acdf629e2574b1200e5359196ced6c966efe5 +size 1676824 diff --git a/images/5ed88ab3-2412-4c00-95b6-c67db165d618.jpg b/images/5ed88ab3-2412-4c00-95b6-c67db165d618.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dcca0242a39510d1fc6edac2b319a0a1c16be59 --- /dev/null +++ b/images/5ed88ab3-2412-4c00-95b6-c67db165d618.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7a3a42fb4cc39ab38ed1b291e4c499112875b78df712e18be35c72f7aab464 +size 1582274 diff --git a/images/5ee7b6c8-e24e-4614-80fb-58a3f41cb422.jpg b/images/5ee7b6c8-e24e-4614-80fb-58a3f41cb422.jpg new file mode 100644 index 0000000000000000000000000000000000000000..084e4d70bc0b772d25288baf2622d58af8ec7542 --- /dev/null +++ b/images/5ee7b6c8-e24e-4614-80fb-58a3f41cb422.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21b8b9a2b92ffcd0e1c06377f493bfc4277b181507d1956544dbac49a28f9b3 +size 1540086 diff --git a/images/5ee812b0-5239-4fc5-90ff-c5afd3470110.jpg b/images/5ee812b0-5239-4fc5-90ff-c5afd3470110.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b5a23df9e7db8102f99e5ec26bd42a7f4837f3f --- /dev/null +++ b/images/5ee812b0-5239-4fc5-90ff-c5afd3470110.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac565a1c0c3dc14596d75fd053538ff000b9a2d1fb4ba52c1857938f26c23373 +size 1452312 diff --git a/images/5ee9cfc9-5b20-4871-99ce-f42b31f64ca7.jpg b/images/5ee9cfc9-5b20-4871-99ce-f42b31f64ca7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..443242f1b8c8c956c5cd3a3edfd22c8447fb3262 --- /dev/null +++ b/images/5ee9cfc9-5b20-4871-99ce-f42b31f64ca7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c609a79d719b95f2c138dbacdcb1c55325e4dbe7dcb4c74bdd509f7a4fc1a05 +size 2630218 diff --git a/images/5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d.jpg b/images/5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5dfa638fb20ee96596ac4d27b80db1b3d9eb972 --- /dev/null +++ b/images/5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88db277155163c1a66636299edfb0543fd3a551e26badcdb1433aeb5945756b +size 1582044 diff --git a/images/5ef56934-0b32-413e-902a-9ff0324cac75.jpg b/images/5ef56934-0b32-413e-902a-9ff0324cac75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32e0e173748bfbf1b2d1a696da9e285794b215b9 --- /dev/null +++ b/images/5ef56934-0b32-413e-902a-9ff0324cac75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8498e22dab7bcfe1ff2f65d22e4be6ae6331e30b4461865eadb15895b7f550d8 +size 1631238 diff --git a/images/5f0391cc-f931-44ca-ac80-449c51f50bf2.jpg b/images/5f0391cc-f931-44ca-ac80-449c51f50bf2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a376a3be569cf0c51a677d40c3ccb44d6380ccb --- /dev/null +++ b/images/5f0391cc-f931-44ca-ac80-449c51f50bf2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5bb744b338de5971dd5322f984ef1380a74bddbf704194c75f2078392dccda +size 1463865 diff --git a/images/5f09a018-66c1-4dc5-b049-73348af74102.jpg b/images/5f09a018-66c1-4dc5-b049-73348af74102.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c8d9d2e0f542908f7604af61931ce1f6bc06e81 --- /dev/null +++ b/images/5f09a018-66c1-4dc5-b049-73348af74102.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8e2a99e22c70700821fb2cba18f288881d60066f9be7bd6c9c48b328bd30c7 +size 1044981 diff --git a/images/5f0cf653-4119-46c9-9259-0836803a4514.jpg b/images/5f0cf653-4119-46c9-9259-0836803a4514.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e75027c62e641b77003cc92b38c46453d111ea3f --- /dev/null +++ b/images/5f0cf653-4119-46c9-9259-0836803a4514.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02729b857cfee1abd8fcb91af54d224385df2e51979b806bec9968c869e8cb9 +size 1452883 diff --git a/images/5f106578-f41c-4e2a-b5c8-6278795f121e.jpg b/images/5f106578-f41c-4e2a-b5c8-6278795f121e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5086e647f75d3899b66dac91190cc432739ebd37 --- /dev/null +++ b/images/5f106578-f41c-4e2a-b5c8-6278795f121e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b2c764708c851bd79229291947e92c60be36d2f3791c927ca1e8e06e883327 +size 2021149 diff --git a/images/5f1e740a-6d02-4db6-8d23-1ed41845956d.jpg b/images/5f1e740a-6d02-4db6-8d23-1ed41845956d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae51b58e4d9d43fa9bb8bbf9076d2d766d636157 --- /dev/null +++ b/images/5f1e740a-6d02-4db6-8d23-1ed41845956d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8917d3b6efc36f86539de42de241efc5c37d1857e5f62014b73f9359a712994 +size 2455284 diff --git a/images/5f1eb174-4c54-466f-ad5e-14d497fd94d8.jpg b/images/5f1eb174-4c54-466f-ad5e-14d497fd94d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ddbf6370a062f7235b317adf7f377c55f23c649 --- /dev/null +++ b/images/5f1eb174-4c54-466f-ad5e-14d497fd94d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15e7a5e086d82038a9e3cc3c27318f3e7f331e10f3ebf4b767b1e1927d2e284 +size 1093697 diff --git a/images/5f2635fe-2abf-489e-9f0b-403cb2d756c6.jpg b/images/5f2635fe-2abf-489e-9f0b-403cb2d756c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f0224a6c08578de45dbcd130dd32db017f99ed7 --- /dev/null +++ b/images/5f2635fe-2abf-489e-9f0b-403cb2d756c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f108de039cd9381c8ebc62fb9214ec77568559445c3f872fe943f582c3e59 +size 1798090 diff --git a/images/5f2e6f80-9c14-4289-8e2f-5d40596f7370.jpg b/images/5f2e6f80-9c14-4289-8e2f-5d40596f7370.jpg new file mode 100644 index 0000000000000000000000000000000000000000..217bfa43e19975111149d9a0e9a9789539b888f0 --- /dev/null +++ b/images/5f2e6f80-9c14-4289-8e2f-5d40596f7370.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c421e3ec773a0b2dddc97fc4b0b8da04c0828f292f9a4c73ed772efec5dbf32b +size 1215174 diff --git a/images/5f327c89-b063-470d-a655-1d01e22d9af8.jpg b/images/5f327c89-b063-470d-a655-1d01e22d9af8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..219c80d00be775e3b1bfef310e508b9793fc3524 --- /dev/null +++ b/images/5f327c89-b063-470d-a655-1d01e22d9af8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6488bd2a6a8911e3c6afe3cefe5bc527cd5734c2f9e34ab591a855202b83b9da +size 1403326 diff --git a/images/5f3430b6-0b17-4556-972f-1a2385f33995.jpg b/images/5f3430b6-0b17-4556-972f-1a2385f33995.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa204787a651b940bdd2a222c043f1d18ff02808 --- /dev/null +++ b/images/5f3430b6-0b17-4556-972f-1a2385f33995.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0167f0b29095e81b8433ab18130ea1a5862a43573503bf3c945ffe36b00b43 +size 2357632 diff --git a/images/5f36366e-9d62-4a4e-9d91-f394380d53b4.jpg b/images/5f36366e-9d62-4a4e-9d91-f394380d53b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c47554be564e4d15ffe0269101d44f1cb7f96e6d --- /dev/null +++ b/images/5f36366e-9d62-4a4e-9d91-f394380d53b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf6ba1178e10660605486cc72309c3b0f0300badd80798adeda95db351795a8 +size 1621240 diff --git a/images/5f3e141d-ae98-4cf8-a7e6-e722a6658dd8.jpg b/images/5f3e141d-ae98-4cf8-a7e6-e722a6658dd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..084251a283f87116695e245b8e330d744554320d --- /dev/null +++ b/images/5f3e141d-ae98-4cf8-a7e6-e722a6658dd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736bf83e7a95514453aeef8ae17fd0fbff2afb138428b9ee096ea1ad510bdbeb +size 1704007 diff --git a/images/5f480d09-827c-4858-ade8-12455e4fef97.jpg b/images/5f480d09-827c-4858-ade8-12455e4fef97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7323472967de34df26b67a037f94491f5f6f0e4 --- /dev/null +++ b/images/5f480d09-827c-4858-ade8-12455e4fef97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b42c570d0f746a83d94f2b1f79f918d309342e6667d3a3c36f01e36febdcbbb +size 2751416 diff --git a/images/5f4b6ae0-3091-4d2b-8538-0c6156a3972c.jpg b/images/5f4b6ae0-3091-4d2b-8538-0c6156a3972c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28b3dbc2e18e6eb5eb9f1de7974b13c1524fc779 --- /dev/null +++ b/images/5f4b6ae0-3091-4d2b-8538-0c6156a3972c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f55bd5bff2564e3ff4a77b85f278626fccdcfb099645fd38fea3f95a30f27bb +size 1275412 diff --git a/images/5f4bc2fd-aeae-4915-af6a-5ff058ddb530.jpg b/images/5f4bc2fd-aeae-4915-af6a-5ff058ddb530.jpg new file mode 100644 index 0000000000000000000000000000000000000000..645b8be978a99ed528da8fed1463b04cad11b6c1 --- /dev/null +++ b/images/5f4bc2fd-aeae-4915-af6a-5ff058ddb530.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6da9d9c313f4c5713dc10f71073ec72e85118a5c51ee311fa95f959566c892 +size 1689821 diff --git a/images/5f4e66e8-1a1d-448e-a226-5c8dfe90fa06.jpg b/images/5f4e66e8-1a1d-448e-a226-5c8dfe90fa06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c44585f2aba1d99c903b6560dab632f1cc3a2e74 --- /dev/null +++ b/images/5f4e66e8-1a1d-448e-a226-5c8dfe90fa06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fb35ebed2a0d48902a5045f58425f1c267410f4aceb2ece7a9f1f7b814cbbd +size 2356352 diff --git a/images/5f4ebc19-8af1-44bd-a959-c8e892026450.jpg b/images/5f4ebc19-8af1-44bd-a959-c8e892026450.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6e13d02bb60593ed73286ee2f14e185ce5db547 --- /dev/null +++ b/images/5f4ebc19-8af1-44bd-a959-c8e892026450.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6523ed5b5d25ddd6a992ab21da55a9edbc1d9edf4c4bcb1c8427cca75ae99d7 +size 1519574 diff --git a/images/5f572ec4-df05-4489-a92e-48a102961654.jpg b/images/5f572ec4-df05-4489-a92e-48a102961654.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3f7b2077689553cc36dc6e01dff39b82bbd8d1c --- /dev/null +++ b/images/5f572ec4-df05-4489-a92e-48a102961654.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8dcf8c607607dc1f32d859a38f8d53e2888f8aec92791e8bdce5fbf07965aa +size 1502643 diff --git a/images/5f5cfe56-218e-4557-88ca-355041deab25.jpg b/images/5f5cfe56-218e-4557-88ca-355041deab25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b92cd710a4859b089f0bc07c9ace45a43982e3fa --- /dev/null +++ b/images/5f5cfe56-218e-4557-88ca-355041deab25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ddb8ad2811dce7999e63e1e6a18edb8223c273606d54aea0030b564e682516 +size 1526387 diff --git a/images/5f6012df-ba43-449c-a8c6-1c6d0ff92832.jpg b/images/5f6012df-ba43-449c-a8c6-1c6d0ff92832.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a82cbbee81f4c41ca4e54133f587a9a8b5bbabc2 --- /dev/null +++ b/images/5f6012df-ba43-449c-a8c6-1c6d0ff92832.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99723135de138b89b375fb3939709625222426eb4409d3035275182e660698d7 +size 1885608 diff --git a/images/5f63a7be-5cea-4bc7-a773-d20ff774cea5.jpg b/images/5f63a7be-5cea-4bc7-a773-d20ff774cea5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d464e7accf6a6d69cd48a0e87b5ebc60f8173124 --- /dev/null +++ b/images/5f63a7be-5cea-4bc7-a773-d20ff774cea5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab8d6e7340493fdfa2d2226551a21d4a9c0fb49e12d45eece199063f3d69f43 +size 1621183 diff --git a/images/5f6494bc-d23d-4418-aec8-e41c53ab4112.jpg b/images/5f6494bc-d23d-4418-aec8-e41c53ab4112.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3637246fb693d000d918781f187e5e93797083f --- /dev/null +++ b/images/5f6494bc-d23d-4418-aec8-e41c53ab4112.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c7ed3ebd16fc7323bd2d084d8e6d3cd3949907b85034d0432aeaf790db191f +size 3046696 diff --git a/images/5f64e8ed-5707-4ac3-afe7-10f28897e62b.jpg b/images/5f64e8ed-5707-4ac3-afe7-10f28897e62b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34e5dfc9b40377e5db3435580aee46c724f09c49 --- /dev/null +++ b/images/5f64e8ed-5707-4ac3-afe7-10f28897e62b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97c1c36b16b0b0b3c73607e90379a62a6f03fbab17499cf2018c641357ab25c +size 1678574 diff --git a/images/5f68335a-8af6-4cee-bc0b-874fd66fbc8b.jpg b/images/5f68335a-8af6-4cee-bc0b-874fd66fbc8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61cb03fe00bc82e11cc1d733b4aa50099f6cd1c2 --- /dev/null +++ b/images/5f68335a-8af6-4cee-bc0b-874fd66fbc8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf24fdafea3187b76c4172dee5db4982d924c6ae72cc59e7f0f963417b912efc +size 1453882 diff --git a/images/5f6be9e9-fa47-495c-a224-4b31ba70b7db.jpg b/images/5f6be9e9-fa47-495c-a224-4b31ba70b7db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cac11d0c14ca2d96acfe6e06c47ba23e6ba1d3d0 --- /dev/null +++ b/images/5f6be9e9-fa47-495c-a224-4b31ba70b7db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec79be2de03bcc1156ba001aaba8a3d2b442f1e5e515b28c675a0448d84644e +size 1471880 diff --git a/images/5f6c405a-c624-41b1-afc0-04e1b6de6f59.jpg b/images/5f6c405a-c624-41b1-afc0-04e1b6de6f59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2941c2c9dddedab1c8d9eded4d50dc6963e38748 --- /dev/null +++ b/images/5f6c405a-c624-41b1-afc0-04e1b6de6f59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c618685f54a3fd172336cf328333e251e76401f21ac5fe6789b12d99939092b +size 1583580 diff --git a/images/5f6c482f-9ec5-46f6-8743-6271541bd9a4.jpg b/images/5f6c482f-9ec5-46f6-8743-6271541bd9a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89a20461a61615326be340b5b388cf492eb42190 --- /dev/null +++ b/images/5f6c482f-9ec5-46f6-8743-6271541bd9a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4f449835377f05fa5cba4616a1b247b5471ba7cdbfc1ed0b10f570c6887cd8 +size 1857449 diff --git a/images/5f6e8136-facf-4789-8fd3-199d6d3823e1.jpg b/images/5f6e8136-facf-4789-8fd3-199d6d3823e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7de07b33ab499b3cc5be27d805e664b007e6e8e --- /dev/null +++ b/images/5f6e8136-facf-4789-8fd3-199d6d3823e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62182ae9993d6e548aaf330cc344d9488bff56461e4af90572ca72e1119f1cb0 +size 1872779 diff --git a/images/5f7031f2-fc7e-48ab-9c1d-1a7982a390b0.jpg b/images/5f7031f2-fc7e-48ab-9c1d-1a7982a390b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4be20f61f1123570470b946ab5299f0f27bb1cc1 --- /dev/null +++ b/images/5f7031f2-fc7e-48ab-9c1d-1a7982a390b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab952411499f8c392819033785301fa7ef98044beaee7eafd3f6e2d5ad7e60e7 +size 1622771 diff --git a/images/5f762151-2c69-4711-80f4-f5bb804af9da.jpg b/images/5f762151-2c69-4711-80f4-f5bb804af9da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9918e4f1f3fc0adfd83feb2d862fef301195471 --- /dev/null +++ b/images/5f762151-2c69-4711-80f4-f5bb804af9da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cbf9b34896549e79ab1a9888f1a98ace083dc5122f6c9fc144da5a0cbd4f25 +size 1353441 diff --git a/images/5f7af03b-e5dd-4d0e-8851-da3429ea0a30.jpg b/images/5f7af03b-e5dd-4d0e-8851-da3429ea0a30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7adfaf3bc932b315880e487bb3368c4cb1b97517 --- /dev/null +++ b/images/5f7af03b-e5dd-4d0e-8851-da3429ea0a30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfecf55b836a4164e6de2f1345bda97cb09856f820ab237122b8e9d54b0b2df0 +size 1910111 diff --git a/images/5f80d678-be9f-41e6-b68b-14ad5937646c.jpg b/images/5f80d678-be9f-41e6-b68b-14ad5937646c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b25ee5c2a27e515952f41bf22296225cbf0520c5 --- /dev/null +++ b/images/5f80d678-be9f-41e6-b68b-14ad5937646c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad97fd78f18e124a333eb8f3bbbaaa7a0ed7319656280490a46051ba8171b74 +size 2235532 diff --git a/images/5f81bb75-a7aa-4b39-907f-303218cc6b31.jpg b/images/5f81bb75-a7aa-4b39-907f-303218cc6b31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6f7ac973f886e577ce8bcc20a47e0d2b2f3414b --- /dev/null +++ b/images/5f81bb75-a7aa-4b39-907f-303218cc6b31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237b596069af35ab39d27411f58b3964ed12f0db6fd5b35371a2a9c13b4bdfc1 +size 1471281 diff --git a/images/5f861049-0c40-4c09-92bf-e4686c1e3891.jpg b/images/5f861049-0c40-4c09-92bf-e4686c1e3891.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18f2f461102cb7c3cf8666bf43a77ffb05b54bda --- /dev/null +++ b/images/5f861049-0c40-4c09-92bf-e4686c1e3891.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25510e665015cec132304e522043cd25050945a51609655bb4bdf53a924489b7 +size 2196653 diff --git a/images/5f8eb72c-8f37-41d6-ab0a-34cc10411a37.jpg b/images/5f8eb72c-8f37-41d6-ab0a-34cc10411a37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bffe2fddd0df8ff9403446172595eb86789a2ae --- /dev/null +++ b/images/5f8eb72c-8f37-41d6-ab0a-34cc10411a37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b58312339f12bb12cb83078dcde0c56b330fd7166c6eff05c03fc9625cabd31 +size 1728988 diff --git a/images/5f911a56-f257-49f7-9b7d-aaec69bb03ff.jpg b/images/5f911a56-f257-49f7-9b7d-aaec69bb03ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1850967b24a69ae70ac012c31cde75b16a734314 --- /dev/null +++ b/images/5f911a56-f257-49f7-9b7d-aaec69bb03ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6eb226d28b395aff9492975a72dc68de33d6b5be97457ce999ccc14cd5458ae +size 1552692 diff --git a/images/5f9b6e09-6c12-444e-a5f7-01b8adbd7d11.jpg b/images/5f9b6e09-6c12-444e-a5f7-01b8adbd7d11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9e3caca0c53e634ba07c276773973d4ff6f4f0f --- /dev/null +++ b/images/5f9b6e09-6c12-444e-a5f7-01b8adbd7d11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798738e9990b28db6769f653a4a9189c339ee454b7d965fe514a538c97c0d312 +size 1691546 diff --git a/images/5f9b8620-a383-4fb3-9504-98745ca0dace.jpg b/images/5f9b8620-a383-4fb3-9504-98745ca0dace.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08b1ae4892c5faa159f9cdfd220db63bcca1e10c --- /dev/null +++ b/images/5f9b8620-a383-4fb3-9504-98745ca0dace.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4906ae2c87318e2f9405dd59f1ed153937e003c8a6de7708dd7e749bb02df81 +size 1314665 diff --git a/images/5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2.jpg b/images/5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e257a6a8f72c0c102bd9eab7d2f9954269e53a --- /dev/null +++ b/images/5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8b54a88b98729d7edfdbafc47482fabe4d17798cafe4aef2fb0db8aaed05e1 +size 1698040 diff --git a/images/5fa12e58-ed10-4dc7-8601-34fb1a3e01cd.jpg b/images/5fa12e58-ed10-4dc7-8601-34fb1a3e01cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d1a903cc52c7757b8fa2c55cbdbec742ac74216 --- /dev/null +++ b/images/5fa12e58-ed10-4dc7-8601-34fb1a3e01cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c256812c3ae77d4e58c0d557706155290ca23baa63738ac3de40d9648cd862 +size 1851487 diff --git a/images/5fa2118a-8bc6-4497-9bbd-eb8562b4951e.jpg b/images/5fa2118a-8bc6-4497-9bbd-eb8562b4951e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e00443c09aed9a6d0109b048cd17d36d5f4e3a0c --- /dev/null +++ b/images/5fa2118a-8bc6-4497-9bbd-eb8562b4951e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822e44b970df0ce243fc55dd781a7410ab49c7bc6879034be36dbd379a9ddab0 +size 1631800 diff --git a/images/5fa4c77c-3961-43b9-a846-cb39ee7352f6.jpg b/images/5fa4c77c-3961-43b9-a846-cb39ee7352f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..760a9d7160cb41b85e8d6127fc9d29750663b8cf --- /dev/null +++ b/images/5fa4c77c-3961-43b9-a846-cb39ee7352f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15a441dfe804358c777611b38f1710a9e810158d0408cc54f2741294be16b09 +size 1319379 diff --git a/images/5fb5434c-e8b7-48fc-b8c2-5be510867be8.jpg b/images/5fb5434c-e8b7-48fc-b8c2-5be510867be8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e23417069e11d183cb82d28accd4e2a186c6fe6b --- /dev/null +++ b/images/5fb5434c-e8b7-48fc-b8c2-5be510867be8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013ae1df9e4c9bd8cd117b21d21d83234c61a3483354275c48d098bbd82dca89 +size 1381443 diff --git a/images/5fba662b-bd99-49e9-9065-cb094091696d.jpg b/images/5fba662b-bd99-49e9-9065-cb094091696d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c7b5c29984e64aa0ecffa40ef7f5d5041515e56 --- /dev/null +++ b/images/5fba662b-bd99-49e9-9065-cb094091696d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0db5e8f39e820c53922d81667e8da0db41f1aab7e95e77be477e3221096d14b +size 1458883 diff --git a/images/5fbe81af-24c5-488c-b87d-4ec92757fa61.jpg b/images/5fbe81af-24c5-488c-b87d-4ec92757fa61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3594b38c1e0133945b27a6e671ff831ae8bacb29 --- /dev/null +++ b/images/5fbe81af-24c5-488c-b87d-4ec92757fa61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91027cd194be0f2ef9652730280f579276fb2d0b09f6599b7364fbad7bdf025 +size 1458691 diff --git a/images/5fcc9455-18a8-4642-9c9b-37a7b67f65a8.jpg b/images/5fcc9455-18a8-4642-9c9b-37a7b67f65a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37276aa284a050a08afbf4079e6c0968287e267b --- /dev/null +++ b/images/5fcc9455-18a8-4642-9c9b-37a7b67f65a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bc9308268eb9d3bfdd0b9f866a68671fb3a91ffde589b1a3b646e62665071b +size 1150162 diff --git a/images/5fcf9074-afba-491f-bec4-8f3d06e35b29.jpg b/images/5fcf9074-afba-491f-bec4-8f3d06e35b29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c14777b0b8e66e138ab4ac4f2a0a92680211642 --- /dev/null +++ b/images/5fcf9074-afba-491f-bec4-8f3d06e35b29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e598cc53ec72669d359260e08151b02b936df46db3b7050ea1c8ce2ef78d4463 +size 1797376 diff --git a/images/5fd2918c-0291-4be9-8201-78a39884da72.jpg b/images/5fd2918c-0291-4be9-8201-78a39884da72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51a6ee5b462c71a6508bced8b58ea8d6936b7ed4 --- /dev/null +++ b/images/5fd2918c-0291-4be9-8201-78a39884da72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47e56d9a06a3fd27af802d131aceda727b33647edf868094c5713aef7fe520d +size 2326254 diff --git a/images/5fd68523-171c-4fe5-a9b9-b10a27d09b9e.jpg b/images/5fd68523-171c-4fe5-a9b9-b10a27d09b9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2befe03f172c80daef3c69d0b20e6e562a8592f4 --- /dev/null +++ b/images/5fd68523-171c-4fe5-a9b9-b10a27d09b9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6373620cff8e89045b91adb266ca1810cba56490cebca4618607c62d44dd0b +size 2404240 diff --git a/images/5fd9630b-1500-43d6-9846-a6775d3bd0bc.jpg b/images/5fd9630b-1500-43d6-9846-a6775d3bd0bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8e9afb36f0c6793e42afe30f9cbcd6d37cd7af4 --- /dev/null +++ b/images/5fd9630b-1500-43d6-9846-a6775d3bd0bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046a0b2882c87f7c8c5c9e308c63a9a28e60f6c461a3f9cf5bca370e057f2cad +size 1541121 diff --git a/images/5fe00f4e-96a2-4dfb-978e-5010ac707e96.jpg b/images/5fe00f4e-96a2-4dfb-978e-5010ac707e96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b203b5b423be4c1a5f1786e881092fe6abd97190 --- /dev/null +++ b/images/5fe00f4e-96a2-4dfb-978e-5010ac707e96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0033f01091546c8795141db94a3111c5135a74d1da9023331bcddafc0f7f617 +size 1439889 diff --git a/images/5fe5d78e-059c-4ed8-9b47-a740fd10f1d8.jpg b/images/5fe5d78e-059c-4ed8-9b47-a740fd10f1d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7eb251ab7de7eabcaaf055e550109706a53e592b --- /dev/null +++ b/images/5fe5d78e-059c-4ed8-9b47-a740fd10f1d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daf5e820f68ebc4702c8749efb4df2cff7b331182be133d29b73bad76388aa4 +size 1490072 diff --git a/images/5fe9a097-3fd2-4c53-8775-2f6a77133ade.jpg b/images/5fe9a097-3fd2-4c53-8775-2f6a77133ade.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c1a20474eedcbf12f70348b7af1efd225118241 --- /dev/null +++ b/images/5fe9a097-3fd2-4c53-8775-2f6a77133ade.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496e9050c8700977a480f231a00377cf4c6a14378331a27fff8113d49694b57a +size 1714857 diff --git a/images/5fe9f779-e8b5-443b-a5be-862ea0170600.jpg b/images/5fe9f779-e8b5-443b-a5be-862ea0170600.jpg new file mode 100644 index 0000000000000000000000000000000000000000..999861c6eaad220b91ae54c76323e505860c6812 --- /dev/null +++ b/images/5fe9f779-e8b5-443b-a5be-862ea0170600.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e3eb48f0fa8095573170c2d9092cc53bd9f4b8ca749a0bd2a8b1ff6d86129e +size 1203263 diff --git a/images/5ff21b45-6e7c-4f52-976e-16f74c233163.jpg b/images/5ff21b45-6e7c-4f52-976e-16f74c233163.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a1db75dd9d2b79cc60fbad7b738a54f09e9ab76 --- /dev/null +++ b/images/5ff21b45-6e7c-4f52-976e-16f74c233163.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775b4b039c1010732e43d6006c199f5dccef415592c0d18f2d25abb9bb875f76 +size 2281211 diff --git a/images/5ff52f34-76da-4569-bc88-cc578d9f2cfe.jpg b/images/5ff52f34-76da-4569-bc88-cc578d9f2cfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18cefca52c9ee4f99e0bf1a0a5865f2e42ed4b1c --- /dev/null +++ b/images/5ff52f34-76da-4569-bc88-cc578d9f2cfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506ce4538bea6532a2eeb90117827429f26434cbceed73245d0f52df9e098474 +size 1154684 diff --git a/images/5ffd228f-a07c-4d2a-861e-1856720ca2f8.jpg b/images/5ffd228f-a07c-4d2a-861e-1856720ca2f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1ade52136b686919c178065e00e5099e47033fd --- /dev/null +++ b/images/5ffd228f-a07c-4d2a-861e-1856720ca2f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82451aff99f2c1c09c8ddac954ec1fa4cb2a043a3a4125d9cd59079143008b01 +size 1790416 diff --git a/images/60077f0c-ad80-4996-adfe-af7e40a7e613.jpg b/images/60077f0c-ad80-4996-adfe-af7e40a7e613.jpg new file mode 100644 index 0000000000000000000000000000000000000000..534df97d0f9789178d6ab81576d32c46d8463401 --- /dev/null +++ b/images/60077f0c-ad80-4996-adfe-af7e40a7e613.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308e849353ee7c6319e95cdf40a396ef0b2c4b7ff94385bfd94ab08f5a99b105 +size 2588868 diff --git a/images/6012ba45-226e-4c42-9edb-a594cfdfff4e.jpg b/images/6012ba45-226e-4c42-9edb-a594cfdfff4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5242273fe579e18f82a4b63aeea9685fd82a7414 --- /dev/null +++ b/images/6012ba45-226e-4c42-9edb-a594cfdfff4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc549733c3ae9b1adc87ea1e1e53425cfb6c4df6ee36418fbac9bd34715e8d4c +size 1621054 diff --git a/images/603173fc-1b3d-4952-b0a1-fa2915e2778d.jpg b/images/603173fc-1b3d-4952-b0a1-fa2915e2778d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac5cdd51fc4905f90f73ac55ad2eb087fdf08d9 --- /dev/null +++ b/images/603173fc-1b3d-4952-b0a1-fa2915e2778d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61acfd785381780ebaeda364d79db648b4f5594a7a868664e13e718ccf261ac2 +size 1998943 diff --git a/images/60351e67-9b95-4a5d-b328-46abf3f38111.jpg b/images/60351e67-9b95-4a5d-b328-46abf3f38111.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e780ff5bd50295fbf3d81108aa6cfc869f6c8b0 --- /dev/null +++ b/images/60351e67-9b95-4a5d-b328-46abf3f38111.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdf12483c25a98dee6f9a7ccdff3ea44eb6d4534131ec0aaefeeb146077dd8d +size 2200901 diff --git a/images/6040e3a0-37b3-4dc8-a96b-cfca814b5b0d.jpg b/images/6040e3a0-37b3-4dc8-a96b-cfca814b5b0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ac032ae43558e8bc276087e59717f91692fee5d --- /dev/null +++ b/images/6040e3a0-37b3-4dc8-a96b-cfca814b5b0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa96c07ec9130174845f797f1e38e5cb5ce2b757389868415e50c17991f0e01 +size 1516904 diff --git a/images/60461690-fa02-4fd2-9505-208881b382a9.jpg b/images/60461690-fa02-4fd2-9505-208881b382a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98cefdf60827bbb919df58ea0b04600349f441a9 --- /dev/null +++ b/images/60461690-fa02-4fd2-9505-208881b382a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101e3d89b8d208a17704f6d601fdf58819af4f2d2e0c5e5236706a1eadaf5989 +size 1913603 diff --git a/images/60512cc7-554b-43c1-8bed-b475ea9fc13f.jpg b/images/60512cc7-554b-43c1-8bed-b475ea9fc13f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7df17c166f86f348f59f3346c76d5dd92c353dab --- /dev/null +++ b/images/60512cc7-554b-43c1-8bed-b475ea9fc13f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494b81c3ddbe06bada3d2737b042072aa92e05477b8a3f9ee51fb23eae844408 +size 1546859 diff --git a/images/6081d5ed-47f2-400e-b946-d18eb00cff15.jpg b/images/6081d5ed-47f2-400e-b946-d18eb00cff15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee9eacc9afd80776c08f43e129e277a473d83d4b --- /dev/null +++ b/images/6081d5ed-47f2-400e-b946-d18eb00cff15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a701b4659cf1e6d404036de2fc92ef7bb15fc0ce08cae69cf4c945124cda28c7 +size 1299382 diff --git a/images/608422a7-817b-44e2-9923-199c48b5b802.jpg b/images/608422a7-817b-44e2-9923-199c48b5b802.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94058004a3d688f5af4ccb17949517a3c57321f9 --- /dev/null +++ b/images/608422a7-817b-44e2-9923-199c48b5b802.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5029f9b7bddae9894b2122c8cc47024aaa174575355dbb5f74d91aeb1cfda4 +size 1878603 diff --git a/images/60862789-4809-4159-b12d-063dbaf5e9e7.jpg b/images/60862789-4809-4159-b12d-063dbaf5e9e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17dc237555f66bd74587e792643ca2945028a8c6 --- /dev/null +++ b/images/60862789-4809-4159-b12d-063dbaf5e9e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebbdb3e2a0ddaef5f4f1f5ba2d4abeaae65aca4b28fbe06593cac15297433f2 +size 1841053 diff --git a/images/608639c9-1507-4156-93da-0f375a4a09fd.jpg b/images/608639c9-1507-4156-93da-0f375a4a09fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59e5727511fce099b9b6d9833b2d007b59b466ad --- /dev/null +++ b/images/608639c9-1507-4156-93da-0f375a4a09fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d25d9d1127a0b9b28855d27574c572a63e059d7b11853b324a7ab6fe86dc19 +size 1531938 diff --git a/images/6090083e-4b10-4c13-acfe-ce47d3b75b58.jpg b/images/6090083e-4b10-4c13-acfe-ce47d3b75b58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21e62221fea4b8c7e146fc37a7ee6fd380cdded6 --- /dev/null +++ b/images/6090083e-4b10-4c13-acfe-ce47d3b75b58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab036d81ae40476b32d163d3075403e34590d55e7d3c4f77568398bb47b4e53 +size 1213393 diff --git a/images/6096bf71-6b7e-42ba-878b-abb6413fec2d.jpg b/images/6096bf71-6b7e-42ba-878b-abb6413fec2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77c81c8b11d7f88606e8e9a55aeabbacde420603 --- /dev/null +++ b/images/6096bf71-6b7e-42ba-878b-abb6413fec2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d984486e35a799d3bdc8060479d68ba6534b821878bda9bc0731ac4bba585abc +size 1622392 diff --git a/images/609ed01d-1b78-4232-9c82-0d43aad540d4.jpg b/images/609ed01d-1b78-4232-9c82-0d43aad540d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b22fea47ca4d34c916ec818791cf52054ed51e2f --- /dev/null +++ b/images/609ed01d-1b78-4232-9c82-0d43aad540d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7999ec8027c9d7115f67366771aa54da10c468e30c5d621b2442acde601b8f +size 1791668 diff --git a/images/60a7af01-6d5d-41ac-ba5d-03217dc38673.jpg b/images/60a7af01-6d5d-41ac-ba5d-03217dc38673.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c362bee5c8fddff043ce57a8f1273426f6345965 --- /dev/null +++ b/images/60a7af01-6d5d-41ac-ba5d-03217dc38673.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b795e2d7126034f5d215b93d12bd7092a7fa540edceaaec4b159f563331acfe1 +size 1388465 diff --git a/images/60ae2d16-0561-48e4-82a5-2e38e78d6e65.jpg b/images/60ae2d16-0561-48e4-82a5-2e38e78d6e65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..292b8baab7a5bf4ab8ed1c617f20d1480030f111 --- /dev/null +++ b/images/60ae2d16-0561-48e4-82a5-2e38e78d6e65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf1516cdf4482348f95dba76158237556603cc9529ba84db715a3aadee7a65f +size 2150057 diff --git a/images/60b5d823-2a99-47ec-be4d-f667cc05c1b4.jpg b/images/60b5d823-2a99-47ec-be4d-f667cc05c1b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fae7709b1a3b4c16180c84e05d7acd7c62b5ddf --- /dev/null +++ b/images/60b5d823-2a99-47ec-be4d-f667cc05c1b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2603d3db643321d9263f0ed3340c8f82e47f1fe67e8b1bd2f6b589bed15eab13 +size 1518330 diff --git a/images/60b64bff-15ba-4190-9e9e-461860e00391.jpg b/images/60b64bff-15ba-4190-9e9e-461860e00391.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4287be85e1c7558aa17916c2217adc40e3f3bf36 --- /dev/null +++ b/images/60b64bff-15ba-4190-9e9e-461860e00391.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a80c7efdbe41c4ef0b0c91c6555c4083c5db30f3cb9027d2879483e200822e +size 1103013 diff --git a/images/60ba344b-f95f-4287-b6d8-950310d87f2e.jpg b/images/60ba344b-f95f-4287-b6d8-950310d87f2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..118cbda6e3cc712973b88a2a96f63cc98e774b9a --- /dev/null +++ b/images/60ba344b-f95f-4287-b6d8-950310d87f2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4087a2e191905dda916b19ff1eada881120e86554997d0ae404bb9c0abefc989 +size 1829741 diff --git a/images/60c0a690-13b1-47f2-a550-7f3f0a7493d1.jpg b/images/60c0a690-13b1-47f2-a550-7f3f0a7493d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..112dc3553e9232e7e5d5c6dd7e4e3022375d108d --- /dev/null +++ b/images/60c0a690-13b1-47f2-a550-7f3f0a7493d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5e598a99f61aa52104cbc128e7435a2663dcbc8e4e81e5a041b109d47bda71 +size 3386741 diff --git a/images/60cc1a25-87fa-45dc-baa7-ec1c41fad9cd.jpg b/images/60cc1a25-87fa-45dc-baa7-ec1c41fad9cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ca0f70ce2726e30e096495008042dce0b51eeca --- /dev/null +++ b/images/60cc1a25-87fa-45dc-baa7-ec1c41fad9cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ae7f93f69f94d45827e936d9e0ff7044c23aabf5fdc88779fe3385bd9c3c3b +size 1663556 diff --git a/images/60d2c2cc-d5fa-4b89-a582-4742a3ded0b8.jpg b/images/60d2c2cc-d5fa-4b89-a582-4742a3ded0b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d546d3ddb07f97734bec2bdb4b8ff7a34f39f16 --- /dev/null +++ b/images/60d2c2cc-d5fa-4b89-a582-4742a3ded0b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10497bf8ee208f4f516400c1b9621f535cc4e1e7c90accb6191dfbb0ebfc14d1 +size 1585572 diff --git a/images/60e06149-a6fb-4666-99fe-664de8e01398.jpg b/images/60e06149-a6fb-4666-99fe-664de8e01398.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8da6bdca8438e2af587b854141d3ace233b7f8e1 --- /dev/null +++ b/images/60e06149-a6fb-4666-99fe-664de8e01398.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dffa2b4381b2bf107ec701aabbd6dd288ca98b9baf342faf2014f9c45cc0c5 +size 1713314 diff --git a/images/60f681d0-3157-40ec-aa06-3b0c565b4d0a.jpg b/images/60f681d0-3157-40ec-aa06-3b0c565b4d0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1312fb770e6e27b91deb9d3ca935bc6a68380044 --- /dev/null +++ b/images/60f681d0-3157-40ec-aa06-3b0c565b4d0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d270bd29024077a21da491a62fe5c3fc93f962ebcf8996058d7e96c07dbe61 +size 1448024 diff --git a/images/6114992b-3880-4364-9ef3-1289e3256671.jpg b/images/6114992b-3880-4364-9ef3-1289e3256671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b973efb2bffb7a56f7d625e1211bb9fcb7796e6 --- /dev/null +++ b/images/6114992b-3880-4364-9ef3-1289e3256671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a853d1e17c207f4684c62a1c4304473d823d303e8426f944f48d9938a32d74 +size 1301348 diff --git a/images/611be618-8576-418e-8422-d543d3ddda55.jpg b/images/611be618-8576-418e-8422-d543d3ddda55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..695566a9597feeee0219e77e632e77046a49501a --- /dev/null +++ b/images/611be618-8576-418e-8422-d543d3ddda55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f1f67a568eb3c5132b2a347bd48c4f926e58e2e56be1bdae8d85f78af03bf9 +size 1877756 diff --git a/images/611d2419-3c58-4b01-aa83-e43ffc52b80d.jpg b/images/611d2419-3c58-4b01-aa83-e43ffc52b80d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69d6fedff2f5ffac57510e07201efd4a575dc276 --- /dev/null +++ b/images/611d2419-3c58-4b01-aa83-e43ffc52b80d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8b155fe2133d6dac5401ed636db906f0c4fe36fe9678d9c879588162fbbb36 +size 1433686 diff --git a/images/6129a139-1a3d-48f3-a0c1-b8e471448c66.jpg b/images/6129a139-1a3d-48f3-a0c1-b8e471448c66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bf328f9048c0094daaeb95a4cd1ef79b85877b4 --- /dev/null +++ b/images/6129a139-1a3d-48f3-a0c1-b8e471448c66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b08dcbdc105546b5db1a58201c1cfa012ca300f4b4f591d25109355377040e +size 2707481 diff --git a/images/61698d85-f5ae-44ce-bf04-4f4385f97a6e.jpg b/images/61698d85-f5ae-44ce-bf04-4f4385f97a6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f64b5ef1d7e1545a49caa67222f0961aa4c861 --- /dev/null +++ b/images/61698d85-f5ae-44ce-bf04-4f4385f97a6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f2ac683f8c17a7232f416bca724b1f73c0272b2efeca5d511500bb1334caf5 +size 1367700 diff --git a/images/61769a51-4d74-4178-9550-38fe767c0952.jpg b/images/61769a51-4d74-4178-9550-38fe767c0952.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8faffb98a06088a5a64206ea31f06256dd17d113 --- /dev/null +++ b/images/61769a51-4d74-4178-9550-38fe767c0952.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3255785fcf2e3ca0bb07391b8951a217c114da2e0c8e52c9faf4f351977bf7f +size 1684255 diff --git a/images/617d5922-5d63-4dea-a60a-1f1d57c2693b.jpg b/images/617d5922-5d63-4dea-a60a-1f1d57c2693b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e46c145a71b2a9a19f210633f6322128730b3536 --- /dev/null +++ b/images/617d5922-5d63-4dea-a60a-1f1d57c2693b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28243b679b1d477fc30c1e3fca56b03ffc47e5445c5b93f9670d840b781f01a7 +size 1705845 diff --git a/images/61846306-f936-4d14-9a99-9e55fa49e3f3.jpg b/images/61846306-f936-4d14-9a99-9e55fa49e3f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..917faa398b609ba16ecb16eea8c4174894bbeb99 --- /dev/null +++ b/images/61846306-f936-4d14-9a99-9e55fa49e3f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0fa348de41ab84656e94bc7084df03ab7a0acd5b9e558a17c94e09b33f4e2d +size 1595816 diff --git a/images/618e4ccf-8d38-4612-90b9-d3ded66dd85c.jpg b/images/618e4ccf-8d38-4612-90b9-d3ded66dd85c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4dbdc8b5f370cbcb980e96a30e98eed181c307 --- /dev/null +++ b/images/618e4ccf-8d38-4612-90b9-d3ded66dd85c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96571876778ba9e4113f9a5b09b1b2d92b8012d1641f672c71ce084459e0989c +size 2024930 diff --git a/images/61a2a417-4f38-4d58-af75-70c8df1e9bfb.jpg b/images/61a2a417-4f38-4d58-af75-70c8df1e9bfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbb0e64093e704646238a79ffbad71118616c09d --- /dev/null +++ b/images/61a2a417-4f38-4d58-af75-70c8df1e9bfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d0480aa4549fac377f8deab2c13c21fd032da32cefbdea612568f8b3ed9bd8 +size 1958963 diff --git a/images/61a877cd-ffba-486c-ad62-0b8d18646d54.jpg b/images/61a877cd-ffba-486c-ad62-0b8d18646d54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4134b8549b3a5bea61d55282654fc3878514995a --- /dev/null +++ b/images/61a877cd-ffba-486c-ad62-0b8d18646d54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d482cd2b4f5aaf4c02a46a068d7608fc6ecc3a104f3c2da7826c358e378891 +size 1353352 diff --git a/images/61b04716-230f-49ee-83a8-15782782cce0.jpg b/images/61b04716-230f-49ee-83a8-15782782cce0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ede49df0cd11f970fad4ba1edb09771f48f749c --- /dev/null +++ b/images/61b04716-230f-49ee-83a8-15782782cce0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68946eb98315b657d5ffa09db598459d6a06314f43c55410c93ce68546672e3 +size 1040464 diff --git a/images/61b15f40-d439-4278-b125-ba5c24ea829f.jpg b/images/61b15f40-d439-4278-b125-ba5c24ea829f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d29beaa15299c4178605410f4c1a977574fdb850 --- /dev/null +++ b/images/61b15f40-d439-4278-b125-ba5c24ea829f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a49960cadea1c5255d3a584333b90a919aa66d386f5c58ea80f703333b8867 +size 1433939 diff --git a/images/61b522cb-45a2-42e5-8bb6-55f0eca74183.jpg b/images/61b522cb-45a2-42e5-8bb6-55f0eca74183.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95fb2ecec8e090ad5a65fe11027fb8a9ec4d589d --- /dev/null +++ b/images/61b522cb-45a2-42e5-8bb6-55f0eca74183.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9c3d46f31d3c7642c1ffb3422760952de38ac1584017e53269eb9eee718e8a +size 2297928 diff --git a/images/61bd2356-6506-4209-a2f9-24b774de4465.jpg b/images/61bd2356-6506-4209-a2f9-24b774de4465.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f07bd12bf2845927fe09ece866e844337e1a998 --- /dev/null +++ b/images/61bd2356-6506-4209-a2f9-24b774de4465.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8814636def817796385131fb812b346c769b6fd2c1d5a12820717e2afca9084a +size 1312077 diff --git a/images/61caf05c-14f9-4606-b361-c50bc764a8a1.jpg b/images/61caf05c-14f9-4606-b361-c50bc764a8a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..876b3e740feb291b416b75d23cf23c237e3a8d76 --- /dev/null +++ b/images/61caf05c-14f9-4606-b361-c50bc764a8a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6205d112782e46e5b107b68f066835a17bb81b5ce1540e97837be670eee74b96 +size 1611130 diff --git a/images/61cf82cb-2683-45a8-9ed2-b3fb7e9200af.jpg b/images/61cf82cb-2683-45a8-9ed2-b3fb7e9200af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..726875ba26e82c96520568031a46720a2852200e --- /dev/null +++ b/images/61cf82cb-2683-45a8-9ed2-b3fb7e9200af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ae3de5f4cbca387a702defb89731dd63823708505e174f04c8f4fc0ae40af2 +size 1643999 diff --git a/images/61d5658c-ade5-4a3f-a3c1-5ae118af6974.jpg b/images/61d5658c-ade5-4a3f-a3c1-5ae118af6974.jpg new file mode 100644 index 0000000000000000000000000000000000000000..852bb17e1f6b8801d653881225e9184b2b65085c --- /dev/null +++ b/images/61d5658c-ade5-4a3f-a3c1-5ae118af6974.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1ac5c58dcfbc6cc4199640d7db50673dd62f9f59ea89aec9ccbfa8432417ff +size 2251498 diff --git a/images/61d9db7d-2281-4fe1-b4be-2ba255ac65a1.jpg b/images/61d9db7d-2281-4fe1-b4be-2ba255ac65a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c3adfb5a6b930ebcbedfcb6a03477f1f411ab77 --- /dev/null +++ b/images/61d9db7d-2281-4fe1-b4be-2ba255ac65a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f173d3ea2ef32b5b84312626433c57774eb5fc697c698b222d991f7afbd807 +size 1708391 diff --git a/images/61e7243e-0446-490c-981b-960647847daa.jpg b/images/61e7243e-0446-490c-981b-960647847daa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c599f13d5cc05d38f9dfb341b1d602212cb951d4 --- /dev/null +++ b/images/61e7243e-0446-490c-981b-960647847daa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd53f37eaa20bdde83be83d70c9d65cbbb9d6a062a725c170b84c0ffa93e416 +size 1580516 diff --git a/images/61e7a947-7cac-4a63-944b-cb2fc3fe7903.jpg b/images/61e7a947-7cac-4a63-944b-cb2fc3fe7903.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e23eb1cc2181d84f7924dd5710eb2ed1d0fa3d8 --- /dev/null +++ b/images/61e7a947-7cac-4a63-944b-cb2fc3fe7903.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424287288821dc7d26355afd6da09525ac95bd03ac62cdfe34003fefaa50888f +size 2659966 diff --git a/images/61efcde2-9dd8-4439-90c3-d13f56c0c1d3.jpg b/images/61efcde2-9dd8-4439-90c3-d13f56c0c1d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..380f6589ad460a35a515486b003bb8218294eeea --- /dev/null +++ b/images/61efcde2-9dd8-4439-90c3-d13f56c0c1d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a1e7c9e08ce46a990898a67c5637161d0fe9129ed1a4aa23c36ee5c0246ee2 +size 1795127 diff --git a/images/6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2.jpg b/images/6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09836b0341eff7f4e88c3593b757fa1a38b9e28f --- /dev/null +++ b/images/6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cd18e00163707dea9d93d81809d6503d526c257ecd224032f39769f15a9b6c +size 1924518 diff --git a/images/620b6e0f-c62f-407b-936e-fdce65ee9cd7.jpg b/images/620b6e0f-c62f-407b-936e-fdce65ee9cd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4166dce336ad8654b3b93092a3879b4632cbe9f7 --- /dev/null +++ b/images/620b6e0f-c62f-407b-936e-fdce65ee9cd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b337e58fca1d621e1a04817853cb28e1e3d80112565b0a62150a52972ec79a7 +size 1536817 diff --git a/images/620e8291-e0b9-4afb-95fd-6241f5d53560.jpg b/images/620e8291-e0b9-4afb-95fd-6241f5d53560.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf3ec8b52ad53b1fbe62318f3f6b7f35858b5523 --- /dev/null +++ b/images/620e8291-e0b9-4afb-95fd-6241f5d53560.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292d53ea09cf1b9d82348f1ed7411d5cd39becd347762419bc46ac571ff5604a +size 1139085 diff --git a/images/6220dae1-3f8a-43d6-97c5-851bc13c472f.jpg b/images/6220dae1-3f8a-43d6-97c5-851bc13c472f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b188acce60611a9deede007f49bc186e774534c --- /dev/null +++ b/images/6220dae1-3f8a-43d6-97c5-851bc13c472f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514fd8a639044a67632780c0e57f78e095e18befe82933463774db4823e96d42 +size 1428053 diff --git a/images/62257092-c9a7-4815-bb49-171a9c76bd4d.jpg b/images/62257092-c9a7-4815-bb49-171a9c76bd4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28fa2365d444ef2e6498767baed7a3058d0c1d7a --- /dev/null +++ b/images/62257092-c9a7-4815-bb49-171a9c76bd4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baa7267d99e1d0f7e2e2fbf90858b15a58cca8b7413df0c540945323bcc095b +size 1425427 diff --git a/images/6225a37e-47dd-4236-b790-51a047a8b49a.jpg b/images/6225a37e-47dd-4236-b790-51a047a8b49a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1e7b5dbb36042764adc9ff387cc2c9565b71225 --- /dev/null +++ b/images/6225a37e-47dd-4236-b790-51a047a8b49a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac271cabdfe79831e1aee5bd94e5a66e47aeecf26352f48a40d2298bfe049796 +size 2259104 diff --git a/images/622b2a63-0b14-45d7-9303-2c3c424b814c.jpg b/images/622b2a63-0b14-45d7-9303-2c3c424b814c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1228093bdd683710a7dc562d2305b8e94437ce92 --- /dev/null +++ b/images/622b2a63-0b14-45d7-9303-2c3c424b814c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfefe3bd9fe3afc508501d5bacf5926144b290abfe07df6cb97b1a01ae482af +size 1747341 diff --git a/images/622ca1a7-74eb-4b09-8142-e1bc6d967338.jpg b/images/622ca1a7-74eb-4b09-8142-e1bc6d967338.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2919c250b7383c9d3ede06c78b3faa53b97879d9 --- /dev/null +++ b/images/622ca1a7-74eb-4b09-8142-e1bc6d967338.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3359b6beca9749f75c15547e5ab9501b17266984d0fe331b2791dca7722cc51 +size 2991384 diff --git a/images/6233a93b-a779-4e03-9b27-eeb6f83a264e.jpg b/images/6233a93b-a779-4e03-9b27-eeb6f83a264e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fb9eab54237a04ba5706d4edd197fae2845c844 --- /dev/null +++ b/images/6233a93b-a779-4e03-9b27-eeb6f83a264e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa71dec778465f4da08c4d6d9d56f648a20d64e8ce16d59480c3c8fb4af2badc +size 1761455 diff --git a/images/62375578-739a-4a52-832f-2c3326fa4d76.jpg b/images/62375578-739a-4a52-832f-2c3326fa4d76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97fe1213a3fccecc8b12d29f6ef260cd99713319 --- /dev/null +++ b/images/62375578-739a-4a52-832f-2c3326fa4d76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997e56e11930698af5da589b6e5d81777864277b646818c3ee4d15847f85e93f +size 1443904 diff --git a/images/623b5a60-df19-42ca-9231-d4a8df841cde.jpg b/images/623b5a60-df19-42ca-9231-d4a8df841cde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16de6df7c5d1b4757d0ba1e69bdf7ed24f00f1bd --- /dev/null +++ b/images/623b5a60-df19-42ca-9231-d4a8df841cde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152a298605fcce9f484908d4e4f6228dd89ec5f34f78286d57cae800b49d4bfa +size 1684250 diff --git a/images/623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc.jpg b/images/623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7c5080ad6099f1258e9226244b2ff0ed8988555 --- /dev/null +++ b/images/623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b2abc5bb87728bf2fbc22e804c99169d5560d4ba866f1747ecd29eb98193db +size 1393411 diff --git a/images/624dfcf5-f080-4b5b-b994-80cd15e5d170.jpg b/images/624dfcf5-f080-4b5b-b994-80cd15e5d170.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c6b0552ad316001a915534c921ce7cb9448ed88 --- /dev/null +++ b/images/624dfcf5-f080-4b5b-b994-80cd15e5d170.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb968f1a91fbd5570f0552fb577909330b26a2b19cf9fc0a24ec60c4b1c1c030 +size 1449031 diff --git a/images/624e942c-6439-4508-9b38-78c97e5a4d4e.jpg b/images/624e942c-6439-4508-9b38-78c97e5a4d4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7719ddfd910d0219f0dbb7b459e0c71ff00aad4d --- /dev/null +++ b/images/624e942c-6439-4508-9b38-78c97e5a4d4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35193de68aa57010f70d452cfba217abe776059bc3f28a9477ab94349ef043dc +size 2135414 diff --git a/images/62504227-ec00-4c8d-9f92-7899eb10f8bf.jpg b/images/62504227-ec00-4c8d-9f92-7899eb10f8bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72bc143dcf7afaf55a169be11113bd509a1b44cb --- /dev/null +++ b/images/62504227-ec00-4c8d-9f92-7899eb10f8bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3edc6918e55375fce19c60408fb16ef15a6fa5fab4473dc20bd0f22b8cbbe9f +size 2015777 diff --git a/images/62517465-cf7a-4648-95ab-cecd6cbe6227.jpg b/images/62517465-cf7a-4648-95ab-cecd6cbe6227.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab3bf73896156876080bada5aebca2571d335d2 --- /dev/null +++ b/images/62517465-cf7a-4648-95ab-cecd6cbe6227.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c22551912d646f586dab6dd4badd905d9d9eb1834febbf397d50563fb53dd80 +size 1466428 diff --git a/images/6251d133-af8a-43ae-b69f-d7864e4816a8.jpg b/images/6251d133-af8a-43ae-b69f-d7864e4816a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8fc957d634ebb4bf64f36d2da95ba5498aa994f --- /dev/null +++ b/images/6251d133-af8a-43ae-b69f-d7864e4816a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b8ed07d4cc233beb8a1338a81407f4ed8c5c6c95a6582e215027cf25d1dc3d +size 1843955 diff --git a/images/6253bd31-e1a1-4e25-9897-c2c89d751148.jpg b/images/6253bd31-e1a1-4e25-9897-c2c89d751148.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a61ac27a89d9a5e7b97c59aeb1ce576d9ec41b9c --- /dev/null +++ b/images/6253bd31-e1a1-4e25-9897-c2c89d751148.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1343df13951e32562b1d54c14a2764b884a321d5707939f6f2bb8477c9004b3 +size 3035655 diff --git a/images/62558790-ac4c-403e-a37a-e8f1c8c9f100.jpg b/images/62558790-ac4c-403e-a37a-e8f1c8c9f100.jpg new file mode 100644 index 0000000000000000000000000000000000000000..578764fd4fee73091034a5d510efe52a8f7c0cc0 --- /dev/null +++ b/images/62558790-ac4c-403e-a37a-e8f1c8c9f100.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56d64bf755c4ce4baad0fa41709cdfa31da604ac82531c5081bf02e9adb048c +size 1475131 diff --git a/images/6256e385-dc5f-4c14-909e-43ab1626a084.jpg b/images/6256e385-dc5f-4c14-909e-43ab1626a084.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5554e3ad6aeac1386ccd57dce8cdd7387ac03bde --- /dev/null +++ b/images/6256e385-dc5f-4c14-909e-43ab1626a084.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fbe637632342e8b2c2a9e0efaec22b5fd7916e2fb320053fbf4238f14f4db5 +size 2427862 diff --git a/images/625a69d2-44a6-4922-9090-c8768aaea9b5.jpg b/images/625a69d2-44a6-4922-9090-c8768aaea9b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f58463c489df928fd8d2a16f9d0eceaf3afd32f6 --- /dev/null +++ b/images/625a69d2-44a6-4922-9090-c8768aaea9b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5434c79d8bde9d597aa0732cd2d5f729cf5d923a9838a2dd2aca9dde230e7e0 +size 1489144 diff --git a/images/625af474-0c23-4847-9c7d-49d58f16d3b2.jpg b/images/625af474-0c23-4847-9c7d-49d58f16d3b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8d9f4689022502dea3acfc1f7af178498b60e93 --- /dev/null +++ b/images/625af474-0c23-4847-9c7d-49d58f16d3b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e7dff710711c4efb0fe203866a64b2725216f9bc3e8d1fd4d820ff219d0060 +size 1570116 diff --git a/images/6266ac66-3580-4378-9ef5-d16ba33775b4.jpg b/images/6266ac66-3580-4378-9ef5-d16ba33775b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38f0914347adba4fcc618359dbe0f7735bb0f306 --- /dev/null +++ b/images/6266ac66-3580-4378-9ef5-d16ba33775b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27665d4f643bbaca74003c73723b6b2a1c572c2ee71cf7df74f518fdcce857ae +size 1587500 diff --git a/images/626f61af-7751-42fb-9853-c290093fddfe.jpg b/images/626f61af-7751-42fb-9853-c290093fddfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f55e20c5c2b993f2a7f67bf5070b7b66ccaf3a7 --- /dev/null +++ b/images/626f61af-7751-42fb-9853-c290093fddfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06a22f3a4b67f85199c005b81de8b5566a53f7a68449b19a1fd8023f35abc93 +size 2970505 diff --git a/images/62882954-c1d8-40ed-a25f-163b7090bde1.jpg b/images/62882954-c1d8-40ed-a25f-163b7090bde1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14e5b4d5676be457531573b685f871ae528d3645 --- /dev/null +++ b/images/62882954-c1d8-40ed-a25f-163b7090bde1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c404c49237d481ff283fd1b3a5ce3ad0e47e8bed606c2ba1e681c60ff54a4e +size 1655318 diff --git a/images/628aaa5c-d0d6-48d7-b60d-9edcf5e2033c.jpg b/images/628aaa5c-d0d6-48d7-b60d-9edcf5e2033c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbef9bfead41091f9a224c9138cfe01a8bea8074 --- /dev/null +++ b/images/628aaa5c-d0d6-48d7-b60d-9edcf5e2033c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6211aa811624f675480a1861273044b430dc8a7ae3c49b4a8b8cff26f25d2c00 +size 1589152 diff --git a/images/628bf1f6-8bc0-4dd6-8018-e8c650df6c9e.jpg b/images/628bf1f6-8bc0-4dd6-8018-e8c650df6c9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a1f4f91041be24f45ed5b4250ccd799af522e2d --- /dev/null +++ b/images/628bf1f6-8bc0-4dd6-8018-e8c650df6c9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ac4743624734caf73cc2ade577c4655c6b7098dda5e981db559e57bbb9f880 +size 1799530 diff --git a/images/628ed1b7-acc2-4154-95e1-2f50b1c3664a.jpg b/images/628ed1b7-acc2-4154-95e1-2f50b1c3664a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86028e3817deff327028cc2fadb26faa87c35da5 --- /dev/null +++ b/images/628ed1b7-acc2-4154-95e1-2f50b1c3664a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bb68786d3232db2308bf5f459347d010e6cf4a20e453f027ba51dd318cf31c +size 1312184 diff --git a/images/628ff4b1-7cb7-46a0-8e80-26f0755913f2.jpg b/images/628ff4b1-7cb7-46a0-8e80-26f0755913f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da9b3c1bad1d97a4353ef58487207e5d65b387c9 --- /dev/null +++ b/images/628ff4b1-7cb7-46a0-8e80-26f0755913f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ea81c6476c0543bdf27daf24d9c6972285c781388f8b4a8f2ee53c6679d76d +size 2565617 diff --git a/images/62909445-20af-4eba-b60a-6c213852c531.jpg b/images/62909445-20af-4eba-b60a-6c213852c531.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7ac2ab45523f749f553683a8a6f893764453a70 --- /dev/null +++ b/images/62909445-20af-4eba-b60a-6c213852c531.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780a19450dbcaa8e8b019126d7a1e0dcfac6b14a7c2ad04d432a687d8d457ed0 +size 2161172 diff --git a/images/629df70b-e020-40c9-a0ec-e01850a01b5b.jpg b/images/629df70b-e020-40c9-a0ec-e01850a01b5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f03c9ab2e49b8d160194d0e5fcb4ce824b9dc72 --- /dev/null +++ b/images/629df70b-e020-40c9-a0ec-e01850a01b5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8565bee02b688c58d9be7e44955c05fba34783183475848a289c26ab8f4e02 +size 1960694 diff --git a/images/62aeffdb-cda8-405e-9044-25978f32d9df.jpg b/images/62aeffdb-cda8-405e-9044-25978f32d9df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f715815c7b46dcbd557c0bd60944c5fc3c92d106 --- /dev/null +++ b/images/62aeffdb-cda8-405e-9044-25978f32d9df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49857b49663dfd9ecdf99c62d3ef4dd9bd5634f43951861155f24427a26dcb4e +size 1412727 diff --git a/images/62b2abce-f7c6-4728-8b01-8073e8b3bff5.jpg b/images/62b2abce-f7c6-4728-8b01-8073e8b3bff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9688de3b0a5f0ce61be367cb50f96ff6ec05ec56 --- /dev/null +++ b/images/62b2abce-f7c6-4728-8b01-8073e8b3bff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce2b9520e6a8d6771688d0de34305ea456bad11fc358b841a863ca02552c156 +size 1487146 diff --git a/images/62ba6ad6-2490-480a-b37b-c362acdd37ac.jpg b/images/62ba6ad6-2490-480a-b37b-c362acdd37ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6a6c36f3c7f2798b76baec0b0b2a894b33c56a9 --- /dev/null +++ b/images/62ba6ad6-2490-480a-b37b-c362acdd37ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fa3fdae580dbc48574338c9cf0a0919a200f82454d450f3dfe315e4aeca810 +size 1710636 diff --git a/images/62c68e1a-a715-48a7-aad0-a67b6fe74b67.jpg b/images/62c68e1a-a715-48a7-aad0-a67b6fe74b67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09a67196ede288fab8e986578a8f5c730fb0c509 --- /dev/null +++ b/images/62c68e1a-a715-48a7-aad0-a67b6fe74b67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519ddd0d4f9d91565b55742c8b9b164c3e57f84efebfd290f0a3d180d5ee614c +size 1541117 diff --git a/images/62cacb0d-b44d-4b07-add0-54e5b313ebae.jpg b/images/62cacb0d-b44d-4b07-add0-54e5b313ebae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b121755e59f85b27af830cba3665f6cccb5e02a --- /dev/null +++ b/images/62cacb0d-b44d-4b07-add0-54e5b313ebae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fa7989e64888b1b795f1eec517396899d25523307f10b875983523c3970c26 +size 1244263 diff --git a/images/62d8ade4-20ca-43e6-a67d-937f8140a004.jpg b/images/62d8ade4-20ca-43e6-a67d-937f8140a004.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f69a483e96f43704171a09aadd6203c556ddca7 --- /dev/null +++ b/images/62d8ade4-20ca-43e6-a67d-937f8140a004.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f283f5d93fd0cb44f8f4e5009ff18b93fb44e90c9e6c1959488f5808bc952dd +size 1390445 diff --git a/images/62dfc286-8d37-4bbc-898e-698e2a9f9914.jpg b/images/62dfc286-8d37-4bbc-898e-698e2a9f9914.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89c7791a84de162398d1ab445066e97576020f5f --- /dev/null +++ b/images/62dfc286-8d37-4bbc-898e-698e2a9f9914.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d07f80630144843191595f010cb91db2190b8c4ab76209c57ee337ba5c2b84 +size 2322034 diff --git a/images/62e059c4-f00f-40dc-8f03-475db20828cb.jpg b/images/62e059c4-f00f-40dc-8f03-475db20828cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e48eaa4c50942514175f7f3da2ad1ac350051e --- /dev/null +++ b/images/62e059c4-f00f-40dc-8f03-475db20828cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64c13d1227b9cf20b4f27ccea4877288323c166d556802a5bd916020477a4e5 +size 2120920 diff --git a/images/62ec9c61-8641-4f6c-b1db-d21ffc35b911.jpg b/images/62ec9c61-8641-4f6c-b1db-d21ffc35b911.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b92df695a61b232411b61b7b3652a68bd09575e0 --- /dev/null +++ b/images/62ec9c61-8641-4f6c-b1db-d21ffc35b911.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9040c23bb62cdf7bc389c65022264f44525395aaaad7e840855671daa13a0e85 +size 1494375 diff --git a/images/62f3612e-5255-488c-a2dc-7396f59ecc47.jpg b/images/62f3612e-5255-488c-a2dc-7396f59ecc47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ef5501c32a76b7e275281b509def30088f8b5cf --- /dev/null +++ b/images/62f3612e-5255-488c-a2dc-7396f59ecc47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd553273d7444183a54da4f1c67a2257c8d479b93aa1049d3c6bb22db8cb80d3 +size 1509152 diff --git a/images/6308d017-2e67-460f-b728-eeb1ae5e0195.jpg b/images/6308d017-2e67-460f-b728-eeb1ae5e0195.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aea6dbe1663099962ea32ed2017c93a1b9e6165d --- /dev/null +++ b/images/6308d017-2e67-460f-b728-eeb1ae5e0195.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bf389c61601e780aefc14d2fc66de8b086d46f513c1abceb9718110bbf9699 +size 1695064 diff --git a/images/630d5928-2c31-434e-9fd0-64d0c8487a71.jpg b/images/630d5928-2c31-434e-9fd0-64d0c8487a71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5bfc893f1783de2140b6f1ad3e5d95b88105a00 --- /dev/null +++ b/images/630d5928-2c31-434e-9fd0-64d0c8487a71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c123a0423c0dc1a4d664fef95c0ea9a84ee0c6b946c1d05babef1ccbc0f021d +size 2184566 diff --git a/images/630f4bb9-8a03-470d-9f5e-91dc736e767c.jpg b/images/630f4bb9-8a03-470d-9f5e-91dc736e767c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fe3042660c00de81a7b04b4093a5a862c35354d --- /dev/null +++ b/images/630f4bb9-8a03-470d-9f5e-91dc736e767c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c53b084ab8dbcd49b9af6ad099d3702a68d06daaca8d89f37a388fa85b26670 +size 2151569 diff --git a/images/6310ae0e-f0a3-461e-980d-3bb6c44d2743.jpg b/images/6310ae0e-f0a3-461e-980d-3bb6c44d2743.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4bbed47edde05f0635f6a309ddbb2dfe150ea94 --- /dev/null +++ b/images/6310ae0e-f0a3-461e-980d-3bb6c44d2743.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf17a1378204f7e802347351b882f5159bbf6f554996d692ad6ab28b3e29c3ef +size 1653351 diff --git a/images/632aa542-e7a1-41c1-870c-534a0ad43a56.jpg b/images/632aa542-e7a1-41c1-870c-534a0ad43a56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8c7c5ff1f2e512454e156ebf5874538021248a0 --- /dev/null +++ b/images/632aa542-e7a1-41c1-870c-534a0ad43a56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e1ed6cfb269516d38dc4a99c5a0ac47ca8dec0a802d66dcbb7792afabfa807 +size 2631098 diff --git a/images/633a7b87-7c34-4acd-b744-0889ea3bbcb3.jpg b/images/633a7b87-7c34-4acd-b744-0889ea3bbcb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1267e627f3c9974bc7a73a4848a042183a26acd6 --- /dev/null +++ b/images/633a7b87-7c34-4acd-b744-0889ea3bbcb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08ca2f476fe9c96240ee6a0a03c9ebeb33a390994007b9debab0d5c2a31e4cb +size 1837318 diff --git a/images/63472c09-2973-4ea9-9f38-cd960973b565.jpg b/images/63472c09-2973-4ea9-9f38-cd960973b565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..377935f7cb78a83bfc8698188a4d074851ec55a8 --- /dev/null +++ b/images/63472c09-2973-4ea9-9f38-cd960973b565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14faf6dc38e9e7d23942dd63d2a93f059780713c3d4701a4a2f7c7d70f1c355a +size 1848533 diff --git a/images/63501c36-8e26-46cc-abd7-62c8511f7270.jpg b/images/63501c36-8e26-46cc-abd7-62c8511f7270.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3557762c6fda3b8ef0243b06ba480ab1f2a6ecc --- /dev/null +++ b/images/63501c36-8e26-46cc-abd7-62c8511f7270.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b556ffc895a34b7b82db8d79452dc8e0ee3298312dec13a72a8286fc339af861 +size 1941216 diff --git a/images/6353f1e7-bb0e-4532-b988-e0dbacb5c823.jpg b/images/6353f1e7-bb0e-4532-b988-e0dbacb5c823.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4304cdacb44c058685fabdcf4474e2efe8b61a5d --- /dev/null +++ b/images/6353f1e7-bb0e-4532-b988-e0dbacb5c823.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e007aef6ef487be9782beae7ba6a9c6ab608efc7f929bce9d29d4220816ec791 +size 1120146 diff --git a/images/6355c218-9a35-4b85-9463-394aad8215a0.jpg b/images/6355c218-9a35-4b85-9463-394aad8215a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc60d6822bcda28fa58528a95fc905ad31ceeee7 --- /dev/null +++ b/images/6355c218-9a35-4b85-9463-394aad8215a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c2ec7931bf2d560873f39b8fd5c82b04c3e009246bd0d96b1406380f83d916 +size 1810527 diff --git a/images/635a4926-8e14-4a8d-bd88-76b19ee3dd1a.jpg b/images/635a4926-8e14-4a8d-bd88-76b19ee3dd1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdb089db7181af7c44cf9fe5b4e101e381e6d536 --- /dev/null +++ b/images/635a4926-8e14-4a8d-bd88-76b19ee3dd1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7cebe50e4dab763b8a7f30cba2cec636069dd27962a9a41f4f5d878aaa1646 +size 1992524 diff --git a/images/635fabf6-2d34-4a27-bc5b-24a11e74c608.jpg b/images/635fabf6-2d34-4a27-bc5b-24a11e74c608.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96123bfb31dbf86d198b14fbee54304cfbf9bc15 --- /dev/null +++ b/images/635fabf6-2d34-4a27-bc5b-24a11e74c608.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebe3f5f9f78428ab466d6ea0d14ea38046b9afff5ed6f8c351a0716cc4af7f5 +size 2003760 diff --git a/images/63614085-92b3-4daa-a885-fd1da31e5110.jpg b/images/63614085-92b3-4daa-a885-fd1da31e5110.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f42b76b5db6c5a198986a700690f324d1775e1d --- /dev/null +++ b/images/63614085-92b3-4daa-a885-fd1da31e5110.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a508c1ad61db7f12bb19689124b718ef2f1a0c130c63f27856ef47716788dd6 +size 1723967 diff --git a/images/636419b5-1237-40e7-af02-ef05d9a41049.jpg b/images/636419b5-1237-40e7-af02-ef05d9a41049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd0825f68adf64af4ffa73e6c6481adef967c90d --- /dev/null +++ b/images/636419b5-1237-40e7-af02-ef05d9a41049.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2dfa5d456177274cb81371ed8ddc246c90d57f5b2604f144eec2d624ab1127 +size 1333306 diff --git a/images/63670b88-faaf-44ba-ac94-70f5ad5e90f7.jpg b/images/63670b88-faaf-44ba-ac94-70f5ad5e90f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb60adbb15b951ac541a87c3fec022c9eafb10ef --- /dev/null +++ b/images/63670b88-faaf-44ba-ac94-70f5ad5e90f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d167f690d56bfdc25645a114b4f0c0d21f1a009625db1ba8e32b883346ce06c3 +size 1460942 diff --git a/images/636832b3-155b-47b6-a2d2-a6176c4825ff.jpg b/images/636832b3-155b-47b6-a2d2-a6176c4825ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7f70c6b36f29be761698abd81a4d0c723a087f9 --- /dev/null +++ b/images/636832b3-155b-47b6-a2d2-a6176c4825ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadbbf6fb4493ad55f30128e716ed71fc72ffa576a99c44f58bb8127c0eb6510 +size 2385746 diff --git a/images/636ff88d-9eeb-4c3b-ac6f-f45b78725bf2.jpg b/images/636ff88d-9eeb-4c3b-ac6f-f45b78725bf2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85723299e7896f3ca6b7d1ffffde30dfa7be5558 --- /dev/null +++ b/images/636ff88d-9eeb-4c3b-ac6f-f45b78725bf2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3f7be72b27d1af194e3d04a40c7fc3751435b86ac7eaae98d2daa79f2b737f +size 1796337 diff --git a/images/637a3ba6-7438-4f69-81a4-8ae14310edfb.jpg b/images/637a3ba6-7438-4f69-81a4-8ae14310edfb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a6288f39cebf8ed20a75803e07d94fa64681f75 --- /dev/null +++ b/images/637a3ba6-7438-4f69-81a4-8ae14310edfb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faa26133168e272e16667203eea13b2a20af1f393b4c588402536a530c3aa30 +size 1512409 diff --git a/images/639fe62e-9f51-4671-a5bc-08ddcd35ffd6.jpg b/images/639fe62e-9f51-4671-a5bc-08ddcd35ffd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbd1df9073b2bd37180cf68d06b91668ac162397 --- /dev/null +++ b/images/639fe62e-9f51-4671-a5bc-08ddcd35ffd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442cd2c141be57fdfac402c6d3b97d96dbfd6f5c68715d3073fb9bbd4aa9143a +size 1561500 diff --git a/images/63a147da-0e90-4da8-81a9-08e762fbffd1.jpg b/images/63a147da-0e90-4da8-81a9-08e762fbffd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66544bdf53e62c73f468b99641e25e7f9dccf585 --- /dev/null +++ b/images/63a147da-0e90-4da8-81a9-08e762fbffd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c061c214b7f7c3b72fc8c60c1b329580269c63ac30588eb91565e8f3665d8897 +size 1394416 diff --git a/images/63aaba81-2ef5-43ca-9ee0-69de0509b9aa.jpg b/images/63aaba81-2ef5-43ca-9ee0-69de0509b9aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13015bdfeeddda3c4e43e34ef48fc19a2355963b --- /dev/null +++ b/images/63aaba81-2ef5-43ca-9ee0-69de0509b9aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69df19a07657a81d9228b89687cdd5ba08f67689a24fadf2a699aa9432cd961f +size 1477224 diff --git a/images/63b19f80-6850-472a-b581-f381f91ccf0c.jpg b/images/63b19f80-6850-472a-b581-f381f91ccf0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbb5eb74afc62485571a0b686600b5d53438f9a5 --- /dev/null +++ b/images/63b19f80-6850-472a-b581-f381f91ccf0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7476d6c1adbd017ef54f0d75f7f7f4bd3e8261669fc33fd822a99725b07675a7 +size 1608935 diff --git a/images/63b923fb-e244-4bab-97f8-25225d65fb10.jpg b/images/63b923fb-e244-4bab-97f8-25225d65fb10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb536e364cf16c08b298cbacbc57eb9148ad9be --- /dev/null +++ b/images/63b923fb-e244-4bab-97f8-25225d65fb10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f4ebd3d402a4ef17c9e62edabfd316a9a5b818e6fc92f748d66ef1c92b9b0f +size 1283503 diff --git a/images/63bf2586-e89c-4d4b-8bc6-87da146542dc.jpg b/images/63bf2586-e89c-4d4b-8bc6-87da146542dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37f41a9afe68111977f4c78b874e60108d356047 --- /dev/null +++ b/images/63bf2586-e89c-4d4b-8bc6-87da146542dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f382b06bf0351f2288e2caca9c0c6b9df2d00250df4f4031836fff96e0bcb32 +size 1631809 diff --git a/images/63c113e2-fd2e-405c-a407-bfa63b50f817.jpg b/images/63c113e2-fd2e-405c-a407-bfa63b50f817.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f4b6948fb708bb7c3006f7f126ed64e5a1ecee8 --- /dev/null +++ b/images/63c113e2-fd2e-405c-a407-bfa63b50f817.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496704fe20ac0072e0921e1ccd35bee0ad61556a70445e7835b3a2fdab2c59db +size 1604578 diff --git a/images/63cc4959-8e14-499f-9517-78aff20542ba.jpg b/images/63cc4959-8e14-499f-9517-78aff20542ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..233b4e9b5435bed6718727191f37d1454012640b --- /dev/null +++ b/images/63cc4959-8e14-499f-9517-78aff20542ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11661d775a342c4ee354279a687da157761dde0ae67444f2a561892943325855 +size 1604490 diff --git a/images/63ce6661-4d2b-4252-ab13-b69a58146283.jpg b/images/63ce6661-4d2b-4252-ab13-b69a58146283.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39a5a64851114f0256d326dd087b1a518a61d03d --- /dev/null +++ b/images/63ce6661-4d2b-4252-ab13-b69a58146283.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490c4689e6eab37c5b75047dc16eb4e801addff7d17c6135e0f62a605b17b4cc +size 1843048 diff --git a/images/63d0d3ca-5dcd-4e7e-9f83-2a68b181475d.jpg b/images/63d0d3ca-5dcd-4e7e-9f83-2a68b181475d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfb296ad8fa7b91f31a89ec030532d1a4cb87b94 --- /dev/null +++ b/images/63d0d3ca-5dcd-4e7e-9f83-2a68b181475d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d64ae5528decebdfcd885ae5d106d61156c7c6237894017d096916e990a7a5 +size 1599540 diff --git a/images/63d17a2d-30fc-4a6f-9ba5-812381d63f70.jpg b/images/63d17a2d-30fc-4a6f-9ba5-812381d63f70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3385fce317fd12bec84fc17fd1fa0caed6884fb3 --- /dev/null +++ b/images/63d17a2d-30fc-4a6f-9ba5-812381d63f70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b54cbb16ca2d75751b6fe8cb50added345183f01a94f8ac94dd8cb17c8a8fc +size 1485527 diff --git a/images/63ef8212-1724-481d-a679-65d71ee3bdd5.jpg b/images/63ef8212-1724-481d-a679-65d71ee3bdd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4ea303b3e6aaab907f1f0964ba65fc01450f8de --- /dev/null +++ b/images/63ef8212-1724-481d-a679-65d71ee3bdd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106d47c27fd75f85bc83e69fc46319cddbcffdc3028872d2b7bc89ffb4c6d19f +size 1758284 diff --git a/images/63f27994-bad4-406c-a420-7de7deeed2fe.jpg b/images/63f27994-bad4-406c-a420-7de7deeed2fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2d3b3cf800e47328c5fce9b979be316e46c2b1c --- /dev/null +++ b/images/63f27994-bad4-406c-a420-7de7deeed2fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409a95208cb186276d1392fdbeed5fcaedf8f83d15c30ce559ced28544afc2d6 +size 1953417 diff --git a/images/63f5183a-0ac8-4570-8db1-846ae83e639a.jpg b/images/63f5183a-0ac8-4570-8db1-846ae83e639a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e01312edcb73646a54f775c8bac090b3789a0544 --- /dev/null +++ b/images/63f5183a-0ac8-4570-8db1-846ae83e639a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d89cf35260e73c5f5230af773a42a93a91cb7820ef94767b3e27f5cfc558dd +size 1638197 diff --git a/images/63f8b705-679c-4337-802c-abba23e7f29b.jpg b/images/63f8b705-679c-4337-802c-abba23e7f29b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b08c728199c71085f76424e234c9b41647d16cc0 --- /dev/null +++ b/images/63f8b705-679c-4337-802c-abba23e7f29b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308f400b38ded5acbdae0740e7cfd2ea969eefaca86ffc1c77738afeca791ed8 +size 1691946 diff --git a/images/64041246-b9dd-4334-80c0-a251d944b722.jpg b/images/64041246-b9dd-4334-80c0-a251d944b722.jpg new file mode 100644 index 0000000000000000000000000000000000000000..341482898a595a61baca4148c089a5f583863214 --- /dev/null +++ b/images/64041246-b9dd-4334-80c0-a251d944b722.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d482f4039a6fe67b873c39288db44f278f5fbf3983b3a95ebc53e12ac83a5a +size 1684628 diff --git a/images/640d0701-eca3-424c-903d-8a9b4038a4ff.jpg b/images/640d0701-eca3-424c-903d-8a9b4038a4ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fabaa45cbf6974f3a974174a84fc9709aa125abc --- /dev/null +++ b/images/640d0701-eca3-424c-903d-8a9b4038a4ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5930671e766313f0453f2b51d58ea60daf82c76bbf7ac77415ffc7a7fbec16be +size 1817555 diff --git a/images/640e26a9-c4df-4271-a8d0-9a7318d527ea.jpg b/images/640e26a9-c4df-4271-a8d0-9a7318d527ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95c334c9eecf6939426fb42adb0f7b7be3f549a2 --- /dev/null +++ b/images/640e26a9-c4df-4271-a8d0-9a7318d527ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57447a08ea25280a1a54480cb145a9e15d31a161a3e6633211254864e4ef949d +size 2260693 diff --git a/images/641822d3-09cc-4536-9752-453adc5abc60.jpg b/images/641822d3-09cc-4536-9752-453adc5abc60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eec4ee8371831b82edff5bc1d11bc1c9de9c9165 --- /dev/null +++ b/images/641822d3-09cc-4536-9752-453adc5abc60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93a9a8bedbc50392f80a32e1513604cc6a3c1a3304120a69c3df32d12788e08 +size 2501152 diff --git a/images/641ced0f-a843-486b-9a41-46f524d4cc0b.jpg b/images/641ced0f-a843-486b-9a41-46f524d4cc0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a82d7ec9bcf6e7698f0ef8a2adb44e093759c4f --- /dev/null +++ b/images/641ced0f-a843-486b-9a41-46f524d4cc0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3dd400fd40669842677dd4e5f158b3bfea71196769f04a02aa635a0fee5eb2 +size 2486683 diff --git a/images/641e7f99-b6d3-4fda-a2da-c087ad6ee086.jpg b/images/641e7f99-b6d3-4fda-a2da-c087ad6ee086.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c1bb3ac396d7e7358717b71a25f5ee99973dffc --- /dev/null +++ b/images/641e7f99-b6d3-4fda-a2da-c087ad6ee086.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4526723a767e9c8245a651c753e87987a4ba53b131a533956a88d46b767d9fb +size 1486497 diff --git a/images/6420766e-1b25-4cf3-9915-9c42b5d0a391.jpg b/images/6420766e-1b25-4cf3-9915-9c42b5d0a391.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc1045da07bf0e45fb3752c488e707232d90e4ea --- /dev/null +++ b/images/6420766e-1b25-4cf3-9915-9c42b5d0a391.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdce88c7e7115d8888f0fbb2e095aed3eb632a457898afc8ccc248f46320a53 +size 1707301 diff --git a/images/6422aa60-9c4b-4874-864b-dd325b9e259d.jpg b/images/6422aa60-9c4b-4874-864b-dd325b9e259d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e3ef87017b6adb1c1dbed083e64d393685191c --- /dev/null +++ b/images/6422aa60-9c4b-4874-864b-dd325b9e259d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109a93ef14852ac8699d149ecb66b57ad078aa233c5bd7dac816fea5a067ff38 +size 1063583 diff --git a/images/64252d7b-300c-440c-a1e3-fb5adcc0326c.jpg b/images/64252d7b-300c-440c-a1e3-fb5adcc0326c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..377c30e5eea451331fac43309a67d26e1725c7f3 --- /dev/null +++ b/images/64252d7b-300c-440c-a1e3-fb5adcc0326c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018a0218fa942b0421c6e3677933912022e8ac5331f5af97cf481003f5eaaae1 +size 1222360 diff --git a/images/642bd97f-c8da-45d5-a7a5-040478df2044.jpg b/images/642bd97f-c8da-45d5-a7a5-040478df2044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..328b99f31e59bd8b5cdc40837349660ed223548d --- /dev/null +++ b/images/642bd97f-c8da-45d5-a7a5-040478df2044.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d860f124995ff268dad7a96ff80e3424a5246576bb844596f13aa430d2b2e17 +size 1631698 diff --git a/images/643179de-a65e-4c9c-9d60-d1d2819d4d91.jpg b/images/643179de-a65e-4c9c-9d60-d1d2819d4d91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb98b2724016296b329ac8ba5b67a2cc67830534 --- /dev/null +++ b/images/643179de-a65e-4c9c-9d60-d1d2819d4d91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59020be1757b75cdfcc7096d3b47aed02581e6c00ec35fca6910e65ef495ca8b +size 1475371 diff --git a/images/64354aa5-a2e1-4e12-a5dc-427ffe60f2b4.jpg b/images/64354aa5-a2e1-4e12-a5dc-427ffe60f2b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75f7e83eca3ad5e4454d398a9b35f8f3b36b0c89 --- /dev/null +++ b/images/64354aa5-a2e1-4e12-a5dc-427ffe60f2b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0935deddc4a7da098a77788ba4e4c111932dbe0997b462684319a3065fb0909d +size 1099302 diff --git a/images/64416f58-5a8f-4e3b-8eee-e8aae9e6bf24.jpg b/images/64416f58-5a8f-4e3b-8eee-e8aae9e6bf24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e30a2ababeaed258e53c58c63c22e01ce6500cd --- /dev/null +++ b/images/64416f58-5a8f-4e3b-8eee-e8aae9e6bf24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f1dfefd18d886877718bd15ed99f33c5380b0d2d82174d549a2ea79cf6838e +size 1266493 diff --git a/images/64473ba6-2add-4b34-bfae-f19fa19d8661.jpg b/images/64473ba6-2add-4b34-bfae-f19fa19d8661.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2665603706ab445aa86a144a8283b77cfa1320b6 --- /dev/null +++ b/images/64473ba6-2add-4b34-bfae-f19fa19d8661.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acefc904d916df2403bc4085f2313bbda4dfb7c5d25deaf09b97a70c0685a32a +size 1546156 diff --git a/images/644c2111-9e93-4e00-afa5-19adba158b95.jpg b/images/644c2111-9e93-4e00-afa5-19adba158b95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59e46ec4c98daab2f460eb4c50f6e961f60567ac --- /dev/null +++ b/images/644c2111-9e93-4e00-afa5-19adba158b95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67ee00a1583f7bd748cd310d0a0ec1e0f1860e0b52cdd53efcc7e5cf8c46afe +size 1686903 diff --git a/images/644f747b-2107-44df-ac37-7217369fde03.jpg b/images/644f747b-2107-44df-ac37-7217369fde03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbda55aec5647851c7d35b9d4c87309d9250120c --- /dev/null +++ b/images/644f747b-2107-44df-ac37-7217369fde03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b2f15488d9bd8da284c6952ea3801bed9c8120d5025a6350a57129bf5b28bd +size 1489656 diff --git a/images/6457e3e4-e3f0-4295-a7cd-01abc762cedd.jpg b/images/6457e3e4-e3f0-4295-a7cd-01abc762cedd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3110a58dc275690255797a8cc2c7b5194832de62 --- /dev/null +++ b/images/6457e3e4-e3f0-4295-a7cd-01abc762cedd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b939a2b0e1670fea1de9d964fe1b6ab3573cbee7eb3c908bf479482faa4c4253 +size 1606141 diff --git a/images/645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a.jpg b/images/645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3df3f3d997c04fb900a2504c95ebc5d272a132e7 --- /dev/null +++ b/images/645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20d0c5f18e1189c27613f9627d50579bc74a01cc7e4aa406d5a054deb2e26da +size 1904741 diff --git a/images/645ee040-e350-4cd0-b8e0-5a8aed0111db.jpg b/images/645ee040-e350-4cd0-b8e0-5a8aed0111db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..354f478756609ba0525de64877081f72c80e2a90 --- /dev/null +++ b/images/645ee040-e350-4cd0-b8e0-5a8aed0111db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f755504aff0ef6faa3537e329fecdeeddfd559309226f730bf819238e094ed1 +size 1506531 diff --git a/images/645f6341-5328-4988-ba29-ab3ff823b9a2.jpg b/images/645f6341-5328-4988-ba29-ab3ff823b9a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16e9cfc5a432b91461f72dd62f675896b8952903 --- /dev/null +++ b/images/645f6341-5328-4988-ba29-ab3ff823b9a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b09c6bb4cf6b3e4cbaaff64352c0ff54e559c4d0850d3bc15de59c0e598591 +size 1447250 diff --git a/images/6464d11a-77c0-4bbb-ac78-72a2952913a6.jpg b/images/6464d11a-77c0-4bbb-ac78-72a2952913a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1836befe0fe760717b96807185adeac0b68016ab --- /dev/null +++ b/images/6464d11a-77c0-4bbb-ac78-72a2952913a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e90b92f323c031934b9ffa7f38d4881f4b075143bce31d355ec8a619caf6a9a +size 1453351 diff --git a/images/6466bb2b-6903-4c9a-86b6-38ef99d1da43.jpg b/images/6466bb2b-6903-4c9a-86b6-38ef99d1da43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bedc6049ef22d89b3da0d4987cfca212f2abef39 --- /dev/null +++ b/images/6466bb2b-6903-4c9a-86b6-38ef99d1da43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c519b9d5d4ee7a1eaa519ff92076b301395dcf9c4b9ad591a4252a1369e0a5 +size 1676883 diff --git a/images/64756fb7-a71b-49e0-9b46-23c490ed53f9.jpg b/images/64756fb7-a71b-49e0-9b46-23c490ed53f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc46c20cbe0f08a003212e3a336c0710ca3875a6 --- /dev/null +++ b/images/64756fb7-a71b-49e0-9b46-23c490ed53f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a564b9c66cf4785c6a5007c2957053893ef587ba537fc8c34f410079a888549e +size 1313321 diff --git a/images/647a3d3b-4c48-4fe5-bb66-a253efe8c183.jpg b/images/647a3d3b-4c48-4fe5-bb66-a253efe8c183.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06290597996a240cff2e1e89d30ef66aa943d8d0 --- /dev/null +++ b/images/647a3d3b-4c48-4fe5-bb66-a253efe8c183.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8930eed7c2892d3d8039e1811ba2544b357a17f1b0a125ad705530f26e7fe3 +size 1331021 diff --git a/images/647c90ee-f519-4880-b5e5-edc2f6a7afd5.jpg b/images/647c90ee-f519-4880-b5e5-edc2f6a7afd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28525dd5159530f1af19a19decbe99e00853f839 --- /dev/null +++ b/images/647c90ee-f519-4880-b5e5-edc2f6a7afd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0e92ec7907e24c0238ad444a632640b78fa0633a38b5a53b14d18e6a1b8845 +size 1946243 diff --git a/images/6483cf27-792f-4b6f-99d3-c4d36b193bcb.jpg b/images/6483cf27-792f-4b6f-99d3-c4d36b193bcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..234c4412bdba70b5ed1615b6cbeeb4c91ba78830 --- /dev/null +++ b/images/6483cf27-792f-4b6f-99d3-c4d36b193bcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dae238214486b46d2e25e0523124d0b4cd3a8036109baad022a545aca899ed +size 1262221 diff --git a/images/6484b155-3734-4059-be14-50647d1b9126.jpg b/images/6484b155-3734-4059-be14-50647d1b9126.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38d084cfc9da8b006b1bcdad11479a0e778d6f37 --- /dev/null +++ b/images/6484b155-3734-4059-be14-50647d1b9126.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b670ac24ee0be45683c98c7a38e4cdaa460f2fb3c85531b41340bd03cc682a +size 1713823 diff --git a/images/648cd132-a26e-4a25-ba2e-48e0de8df2dc.jpg b/images/648cd132-a26e-4a25-ba2e-48e0de8df2dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4739a9da70136f84a6529a7e5ec5aa7895bd958 --- /dev/null +++ b/images/648cd132-a26e-4a25-ba2e-48e0de8df2dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcf0f146bdc9304820a07e13dfe999fc6d9d4b4ff83e16567ef7aa2d9fed563 +size 1547773 diff --git a/images/6491835b-115e-4447-baeb-9ada4e2387ce.jpg b/images/6491835b-115e-4447-baeb-9ada4e2387ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc6115b70b4badd41a1dbd91cbf5da5f94bc1459 --- /dev/null +++ b/images/6491835b-115e-4447-baeb-9ada4e2387ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b469b35306a2dceb92eef54a3caefa07db00ee6af8b3e2526da33e7c3a7046 +size 1447893 diff --git a/images/64a9429d-b047-4471-98dc-047223d9a5eb.jpg b/images/64a9429d-b047-4471-98dc-047223d9a5eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..645aad0899cb50c6ecfa9b362f3be74695ce4417 --- /dev/null +++ b/images/64a9429d-b047-4471-98dc-047223d9a5eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c6f46d00ff440e975b84259620f717e43cd0566a1f8ac1c62b585db4c47b12 +size 1853964 diff --git a/images/64aa1cdb-3e60-40a6-a545-8cb50641c237.jpg b/images/64aa1cdb-3e60-40a6-a545-8cb50641c237.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82dab461f64b12d01a08bca5e3750515ea4312b4 --- /dev/null +++ b/images/64aa1cdb-3e60-40a6-a545-8cb50641c237.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb74ed8fc83b64cb0ad23e2e0d54245a51123a4f135b606dfd92acfbc4e3e2f +size 1743034 diff --git a/images/64b780ba-4879-4d0f-9575-bd0d13bb24b8.jpg b/images/64b780ba-4879-4d0f-9575-bd0d13bb24b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1c545075291dbdfe90b2db44ab1fcf523a0bfb8 --- /dev/null +++ b/images/64b780ba-4879-4d0f-9575-bd0d13bb24b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4150a15c7299ebb47b3657d7e1c2a6296e8790b982c8394d03ad386538df2a1c +size 2421269 diff --git a/images/64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea.jpg b/images/64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f15832b0f918a98da358ff70af2e8050a420dd44 --- /dev/null +++ b/images/64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0417b6454d609e48eb95567185a8601e5fd681c8ee912c321ca9e192275d4f9c +size 1643284 diff --git a/images/64bfb04e-9dd2-4370-9087-c79f0a674eff.jpg b/images/64bfb04e-9dd2-4370-9087-c79f0a674eff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad7b743db861aed13a71d85b2981ded6694992f3 --- /dev/null +++ b/images/64bfb04e-9dd2-4370-9087-c79f0a674eff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d601eabb03d4375397d62f1e3592fe99db4ab70fe7e21c9236770f4283211e28 +size 1529654 diff --git a/images/64c17a08-76e1-46e8-98a2-a397f4b9ff1c.jpg b/images/64c17a08-76e1-46e8-98a2-a397f4b9ff1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed6d820027b0ec9e2b4bcf6b8d3acc3152d350bd --- /dev/null +++ b/images/64c17a08-76e1-46e8-98a2-a397f4b9ff1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f67f2f1fffdadf2a80f5a1bf5359c39c2b8345301feeff0b277c7fc8a12f1b +size 2051523 diff --git a/images/64d38e53-2f05-447f-83ac-a6d34e678b26.jpg b/images/64d38e53-2f05-447f-83ac-a6d34e678b26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3ac88555d0c4ac4055475989040211adc6c1c65 --- /dev/null +++ b/images/64d38e53-2f05-447f-83ac-a6d34e678b26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d004b833c29a99c6454f39db9ef0e98069a93684e13340eb5c7e044903ebb5 +size 1289636 diff --git a/images/64d9ef08-4866-4352-a1ef-7b7ef9c88c63.jpg b/images/64d9ef08-4866-4352-a1ef-7b7ef9c88c63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e6b28b27ac5e2b7390f1bd0d4527fa54fe3abf --- /dev/null +++ b/images/64d9ef08-4866-4352-a1ef-7b7ef9c88c63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deed379dc535146034f83aba88ce2e601d96e4d50f8599ddf17a913e4526ec62 +size 1827290 diff --git a/images/64deaf48-b97e-49fa-a4ac-a30003eadedf.jpg b/images/64deaf48-b97e-49fa-a4ac-a30003eadedf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49636fe3696fa7f0ce23973faa8f0d5459067ecd --- /dev/null +++ b/images/64deaf48-b97e-49fa-a4ac-a30003eadedf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4d8566ac19d8201e2921074c50b118f4799e2e2e653a655e8c316742481dc9 +size 1979295 diff --git a/images/64e56dc0-5f89-4b0c-bbfa-990e821190d1.jpg b/images/64e56dc0-5f89-4b0c-bbfa-990e821190d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1119c58b0713f5d0eb97361d864b25686e388316 --- /dev/null +++ b/images/64e56dc0-5f89-4b0c-bbfa-990e821190d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748747f112cfc1b57e816c0f3ed9e27e0b146b8744460bfc1b7223c0cc93207d +size 1846246 diff --git a/images/64ea25cf-cd32-4e1f-b5df-fe53a75b1f71.jpg b/images/64ea25cf-cd32-4e1f-b5df-fe53a75b1f71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d69c1468fd07e69dae7f0354a6dbf807f18b68a --- /dev/null +++ b/images/64ea25cf-cd32-4e1f-b5df-fe53a75b1f71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1929924b6bab979eb841eac0ee6c4c68e71bcdb0ae6486b464c6a4c00c9e9aa +size 1799521 diff --git a/images/64f2524f-8252-45f9-81ad-3953e3fe1646.jpg b/images/64f2524f-8252-45f9-81ad-3953e3fe1646.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6b34095307ec7f7010be41517fc149473c85f9a --- /dev/null +++ b/images/64f2524f-8252-45f9-81ad-3953e3fe1646.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b63b2546bb412a533b8d5a89c76d46f567b38f79d4f8c6484087a1d984ee3e0 +size 1479444 diff --git a/images/64fee6a8-d9fb-42ff-b6d2-dff04bbc8083.jpg b/images/64fee6a8-d9fb-42ff-b6d2-dff04bbc8083.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e0c55bf5fc1d1bb306f18b5b63b5a1f17083f1e --- /dev/null +++ b/images/64fee6a8-d9fb-42ff-b6d2-dff04bbc8083.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b6b3c19ff76077637daa149895442235fd9e6188c68d31753f3d3966276ba0 +size 1614583 diff --git a/images/65014a86-8a8c-489e-a364-3599c03c9fab.jpg b/images/65014a86-8a8c-489e-a364-3599c03c9fab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a49d61f502ecc1befad261eabd3af17114b2b131 --- /dev/null +++ b/images/65014a86-8a8c-489e-a364-3599c03c9fab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855bbba8da1444944c50aea38631bce90aaf598177905abed2e76f06f17f11aa +size 1393269 diff --git a/images/6501a007-5947-44b1-b42a-0cc7dcc2890e.jpg b/images/6501a007-5947-44b1-b42a-0cc7dcc2890e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb051092fb4156e87b7ba68aeb3802bfdfeb02cd --- /dev/null +++ b/images/6501a007-5947-44b1-b42a-0cc7dcc2890e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf8b738d49d5350592063862d20ce5a4fc250a313a156557442a9c5540bfc30 +size 1770479 diff --git a/images/6505c39a-d58f-4aba-a063-3dd7f5f17269.jpg b/images/6505c39a-d58f-4aba-a063-3dd7f5f17269.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19b5d3adaabd1495aa85d05f5adf9ab8c5c680e8 --- /dev/null +++ b/images/6505c39a-d58f-4aba-a063-3dd7f5f17269.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6de5d947b81de7e93509f0cefe1dd0a013c22b9178ccb28f30e9fc77b922ca +size 1545490 diff --git a/images/65088370-3ec4-4985-bce0-ff85ac9f90b6.jpg b/images/65088370-3ec4-4985-bce0-ff85ac9f90b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8d36f10f87dcfd5656307db2be6398fd01576a2 --- /dev/null +++ b/images/65088370-3ec4-4985-bce0-ff85ac9f90b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efadf56489d984eeb8ade27b428656b098a1221d24f13517c70b7b0f9cd71301 +size 1542578 diff --git a/images/6518ca1b-6baf-4276-9057-46b910bb0b82.jpg b/images/6518ca1b-6baf-4276-9057-46b910bb0b82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa71a586bb013d52227d5e1c24a451173feb49dd --- /dev/null +++ b/images/6518ca1b-6baf-4276-9057-46b910bb0b82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1722a36226f0dee730661daa1067e4f7168c6c360ad48891a24dc7e9e8219e +size 1018589 diff --git a/images/65202504-1771-4011-8433-8cd556fbb547.jpg b/images/65202504-1771-4011-8433-8cd556fbb547.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b3f3364c5a3a1afca592c32e6c90023fa40bcd3 --- /dev/null +++ b/images/65202504-1771-4011-8433-8cd556fbb547.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d349fa35ec9085ca8c52baa09bb093d01f4582d586b26fb4334cd20247dea2 +size 1651096 diff --git a/images/65224ab3-163f-4366-9cf5-e582f3ebbf6a.jpg b/images/65224ab3-163f-4366-9cf5-e582f3ebbf6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c780bb4d3f9f588a0b9258f1618618ee0f2d014d --- /dev/null +++ b/images/65224ab3-163f-4366-9cf5-e582f3ebbf6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6b9ab35c96e9e3c51da5370f3387650b45139e0a77b0515960ed5c3d0d460d +size 1723581 diff --git a/images/652c267c-4a20-472b-ac5a-a5a24913b5a8.jpg b/images/652c267c-4a20-472b-ac5a-a5a24913b5a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..273f0cf547a88a52b2dccba58b21ab90749f1332 --- /dev/null +++ b/images/652c267c-4a20-472b-ac5a-a5a24913b5a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74364869075754ed6dcdc27ab8f98e336e5e67fcaff0dd1d3e6b9ce2f37b389 +size 2648874 diff --git a/images/65313d85-471f-46d6-b857-ee5f6fe19854.jpg b/images/65313d85-471f-46d6-b857-ee5f6fe19854.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dffe1fe8d1fdc453c4dc1b9b3ba7d745857e8a27 --- /dev/null +++ b/images/65313d85-471f-46d6-b857-ee5f6fe19854.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc4b5f7679b2d5af2ce81005cc45388d2977fd6b6872c739574085de2c35933 +size 2176604 diff --git a/images/654078e3-1598-4454-8835-43f40d35b867.jpg b/images/654078e3-1598-4454-8835-43f40d35b867.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ccd0f98049a9a3fd8a497daabc8a6f825ef01c5 --- /dev/null +++ b/images/654078e3-1598-4454-8835-43f40d35b867.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc771e95151fe08a25978af3fdcdfdaf4c72a223a70ba52b340d88456d77f284 +size 1567504 diff --git a/images/65434ad1-0286-476a-848c-53680073506a.jpg b/images/65434ad1-0286-476a-848c-53680073506a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a5e2c5e6b27b8ce8022eb69e16a66a0a3c2d4cd --- /dev/null +++ b/images/65434ad1-0286-476a-848c-53680073506a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52609819f198513bc89547d4533a3d81a50c8d2d475695165903b157b3e7d4c1 +size 1833689 diff --git a/images/6559221c-682a-47e6-a923-eb9d1d4fddb7.jpg b/images/6559221c-682a-47e6-a923-eb9d1d4fddb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..652c6a7dda73e7b4c0a6848d574c5f67a1c3af4d --- /dev/null +++ b/images/6559221c-682a-47e6-a923-eb9d1d4fddb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e20a9e2bcbdee05184c42b1899da5cf15ab7d5b4790e92d692e0271e5ceb1d3 +size 1456680 diff --git a/images/6559fb13-88a4-4f52-a62f-82748e343fa3.jpg b/images/6559fb13-88a4-4f52-a62f-82748e343fa3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03ada1be22f6e4065b46a7e8bd6ff5a8cfee87ce --- /dev/null +++ b/images/6559fb13-88a4-4f52-a62f-82748e343fa3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fee2aaca4e3c0e1779704f76a115c5f2a0d86e1f3594b5d2d080c296edc231 +size 1471304 diff --git a/images/6561d245-5718-4b32-b18d-f6333a29d190.jpg b/images/6561d245-5718-4b32-b18d-f6333a29d190.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8603de1c8a0e338184f971fbbc73d023ed9fee15 --- /dev/null +++ b/images/6561d245-5718-4b32-b18d-f6333a29d190.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca28bd209a1e88b9763ff85850577db979c93873699d1487021ab12a69c731be +size 2150300 diff --git a/images/6565ce33-e0cc-4f2b-9eae-6c930f016aa3.jpg b/images/6565ce33-e0cc-4f2b-9eae-6c930f016aa3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53e4057398cdd4f8c777c581061391b980805faa --- /dev/null +++ b/images/6565ce33-e0cc-4f2b-9eae-6c930f016aa3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c419b081ef7d9b02241a53e27f2d7ac7386eaa642aa0c3197e950cdc74d5b10 +size 1325919 diff --git a/images/656de9d0-4f4d-4b3d-9ee5-33ccced6429c.jpg b/images/656de9d0-4f4d-4b3d-9ee5-33ccced6429c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bc9e070ab51354011f9a3984a7474d75abce568 --- /dev/null +++ b/images/656de9d0-4f4d-4b3d-9ee5-33ccced6429c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb5ca2e6d18cbe37c5109186c27d45952872cb80b72cdd44a000f4fdc04a5f3 +size 1653420 diff --git a/images/6571b14e-870d-4b08-af8f-b84e78c15663.jpg b/images/6571b14e-870d-4b08-af8f-b84e78c15663.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dfa4ec645513eb4be1633fb4fac512b0cf631a4 --- /dev/null +++ b/images/6571b14e-870d-4b08-af8f-b84e78c15663.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a68281d0c8b09ab414682085e5d9c9ad5cfdc4ed419bd7655cab326b445eb09 +size 1668775 diff --git a/images/65736993-e69b-4cdb-a820-9943a443e33a.jpg b/images/65736993-e69b-4cdb-a820-9943a443e33a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa5cf62a799c3cfcd5443dc9298da326713f8e4a --- /dev/null +++ b/images/65736993-e69b-4cdb-a820-9943a443e33a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81feafbd3294d943fd06340de8ca988d7ec1949b6b21b9be03a96376a3e983b +size 1868056 diff --git a/images/6582cfd4-6e31-4e30-8270-70aa7bf2e196.jpg b/images/6582cfd4-6e31-4e30-8270-70aa7bf2e196.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5889ca14820667024a6f4f0faae7d2c16dbac121 --- /dev/null +++ b/images/6582cfd4-6e31-4e30-8270-70aa7bf2e196.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4e90681a8694e161635531a9f2e2069f42a4e112e9feb3449d8fbe6e8fb479 +size 1681146 diff --git a/images/6586fa70-ba2d-4051-93ba-4bb1c7aa8da7.jpg b/images/6586fa70-ba2d-4051-93ba-4bb1c7aa8da7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2077e4d7387d6c2b150bd3d335ab9ddc00571541 --- /dev/null +++ b/images/6586fa70-ba2d-4051-93ba-4bb1c7aa8da7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb46fdff8ac57ff7f6215b1241d791ac58a590fb13436b5a88823d6dd3c26b62 +size 2159460 diff --git a/images/6588e31c-2e82-4fbb-acde-df52286c4e27.jpg b/images/6588e31c-2e82-4fbb-acde-df52286c4e27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..843a3a80b8cf01cac076f604dfec0aff763bc10e --- /dev/null +++ b/images/6588e31c-2e82-4fbb-acde-df52286c4e27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d6d403afa3f6fce5277a1639afac54db9a193d921f96e36d4f6509d0703293 +size 788317 diff --git a/images/65976219-09cb-46a1-b5ed-48d638c81d82.jpg b/images/65976219-09cb-46a1-b5ed-48d638c81d82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c35a4fe2c2544ca7ec317c8dcc88bdaf651f9f1c --- /dev/null +++ b/images/65976219-09cb-46a1-b5ed-48d638c81d82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46f70d437a6cd7b7b138d632f78543e890928763510b01b164586e80eb735d6 +size 1214074 diff --git a/images/659e9e14-5bdb-43e4-b74c-65609e82c98e.jpg b/images/659e9e14-5bdb-43e4-b74c-65609e82c98e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e90158e192f44d50ae2ab34ef517285fc24dc534 --- /dev/null +++ b/images/659e9e14-5bdb-43e4-b74c-65609e82c98e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c85c137ce92eb0f1ad4814d58db7d3e5766b791ca2d19ca1c2a3433a7705c7f +size 1772390 diff --git a/images/65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8.jpg b/images/65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d27aadd1aa6bdaacfe9c6751db5962785072cc9 --- /dev/null +++ b/images/65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f90c51ff67e341c8e6cb9ecb2735c1830d9cd9c6f424550c6fe0add52d471f2 +size 3098188 diff --git a/images/65a19998-c830-4b4c-ac6c-58ea3e0e0ee4.jpg b/images/65a19998-c830-4b4c-ac6c-58ea3e0e0ee4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b1544a09dda84eac6ffb5ef518a42e66b599e38 --- /dev/null +++ b/images/65a19998-c830-4b4c-ac6c-58ea3e0e0ee4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e265e910ce7bf95f3e9cc5fbe5f1350b428defd4c24aa18d1cbca702e2e79695 +size 1413262 diff --git a/images/65a3d500-3086-4a8a-bd3d-d898539de2f3.jpg b/images/65a3d500-3086-4a8a-bd3d-d898539de2f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a2ff5b1126c952379c640b4f8e8962e24852726 --- /dev/null +++ b/images/65a3d500-3086-4a8a-bd3d-d898539de2f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdccfed5b21fd039f9ef14c7f59b45b69183abb790cac23378074176e162cfe2 +size 1535411 diff --git a/images/65c4f28d-4f31-4779-84a2-046b9e48cd53.jpg b/images/65c4f28d-4f31-4779-84a2-046b9e48cd53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f64667e71170924f15b4ef6199f784ffa35199b1 --- /dev/null +++ b/images/65c4f28d-4f31-4779-84a2-046b9e48cd53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c592b4fbbed05f8c275431f3edb8e5add6e23b32c7f415fc8d8a7e27542c7c9 +size 1605270 diff --git a/images/65ccf831-ae17-4864-9044-d1ce219f19c9.jpg b/images/65ccf831-ae17-4864-9044-d1ce219f19c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2c2217d729f892114b709318db96d4c1edb2517 --- /dev/null +++ b/images/65ccf831-ae17-4864-9044-d1ce219f19c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf251b45857c9cd49f788d0932bdcc12d22d80a56e1f768cc9de5f72747eb893 +size 1620313 diff --git a/images/65d59409-c108-4833-bef4-f4019f997826.jpg b/images/65d59409-c108-4833-bef4-f4019f997826.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c96f78d6e5682641967ab9e780a0d4cdcbbfaf6 --- /dev/null +++ b/images/65d59409-c108-4833-bef4-f4019f997826.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2e3b71452b2d149b6d8bdb820c444e458b811b9f60a360a0370e9c7bae0c74 +size 1736012 diff --git a/images/65d62365-9f80-4736-820c-d2ca3fe9baa6.jpg b/images/65d62365-9f80-4736-820c-d2ca3fe9baa6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdd0fede8f72ca352511ebcd50b14fc1a7b25742 --- /dev/null +++ b/images/65d62365-9f80-4736-820c-d2ca3fe9baa6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc0b51ba2cfab13d08b7d161568115920a8faeacf8341e0dd206cd6252f5cc7 +size 1557478 diff --git a/images/65db0bae-ddf4-4fc6-a7e6-cae63d78ce41.jpg b/images/65db0bae-ddf4-4fc6-a7e6-cae63d78ce41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..171ebf900a2541e5754b94e441730c87868c693c --- /dev/null +++ b/images/65db0bae-ddf4-4fc6-a7e6-cae63d78ce41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6706669a1bb2df3e89aa704da7f422a3c8f1afa6df4a0237917a60c60b1df0 +size 1282943 diff --git a/images/65dfabc6-1018-4cd2-966c-a6e6f30ed126.jpg b/images/65dfabc6-1018-4cd2-966c-a6e6f30ed126.jpg new file mode 100644 index 0000000000000000000000000000000000000000..394f4cf80950bd56d559778eee58871f5aac5b46 --- /dev/null +++ b/images/65dfabc6-1018-4cd2-966c-a6e6f30ed126.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8742db247b547f8d8f67a96f69d05126337e4583d1311b6f1167801115977c +size 1691901 diff --git a/images/65e6b359-3088-438e-a2f7-684121662d94.jpg b/images/65e6b359-3088-438e-a2f7-684121662d94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..931f9a64f048ccc173f4806b30f559587217360e --- /dev/null +++ b/images/65e6b359-3088-438e-a2f7-684121662d94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74c616d801ecd83049d7654e175d4c0192cabb9f75f3aa20bcaae2856cb45bf +size 1525705 diff --git a/images/65e96d6f-3519-4746-a218-7bce97e921a6.jpg b/images/65e96d6f-3519-4746-a218-7bce97e921a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcfe2f4472a7fa455c0e4184fa313d3f1304e2aa --- /dev/null +++ b/images/65e96d6f-3519-4746-a218-7bce97e921a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657deb67e1d72ed88bc0a19cc8efa8c8a889424f8c6a9a5dff8b67bd987cecbe +size 1649612 diff --git a/images/65ea53db-9fd1-41c9-bcbe-be0de397fcad.jpg b/images/65ea53db-9fd1-41c9-bcbe-be0de397fcad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b21dc7a96b89ab7d87b4586b448424174fa118b --- /dev/null +++ b/images/65ea53db-9fd1-41c9-bcbe-be0de397fcad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fdc46a91e37b795233f97e1c288352b97fcceedfd59f8abe52583a11ec5f20 +size 2588605 diff --git a/images/65eec997-d553-4dfe-b9e4-f0a93752730c.jpg b/images/65eec997-d553-4dfe-b9e4-f0a93752730c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7025635c8607d972a3b0848869cd283af65ff899 --- /dev/null +++ b/images/65eec997-d553-4dfe-b9e4-f0a93752730c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68b1944d7f78b24eb67543b8438766d0a55b4ef1d7b8c291d3d2b0636bcb3f5 +size 1589907 diff --git a/images/66046708-04fa-4f64-9ef8-668e40fb744a.jpg b/images/66046708-04fa-4f64-9ef8-668e40fb744a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c697a369d4d324b38216760f49dc56791ef53b1 --- /dev/null +++ b/images/66046708-04fa-4f64-9ef8-668e40fb744a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bd93d3973ce8fafbd249c5fbbb5aa0166f89bbeb3a2207348f936d52759405 +size 1311989 diff --git a/images/6605ccaa-930c-4af6-9e87-2e05c2bd13f6.jpg b/images/6605ccaa-930c-4af6-9e87-2e05c2bd13f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcd32072c1bc75901d2398d1d2d59fbd18d614de --- /dev/null +++ b/images/6605ccaa-930c-4af6-9e87-2e05c2bd13f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5085bdf2187c5ec88439f6a9e1192e27364302ec547bf7d94874777945b33f +size 1867343 diff --git a/images/661a4f83-6435-4ddf-ae84-9852ebdf3e29.jpg b/images/661a4f83-6435-4ddf-ae84-9852ebdf3e29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..418c5d3f8f082088dacd906f00bb4070fd7ba09d --- /dev/null +++ b/images/661a4f83-6435-4ddf-ae84-9852ebdf3e29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a892b3f6efad5590d10fa8d57fda311dbc6a2f2d0cfd8e71b39e3a5c1de7c58 +size 1568013 diff --git a/images/661eb358-c46c-4c6f-a10c-7fa1ef3b504e.jpg b/images/661eb358-c46c-4c6f-a10c-7fa1ef3b504e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6d0751d66a748bacb041b696b6e6bee8907c53e --- /dev/null +++ b/images/661eb358-c46c-4c6f-a10c-7fa1ef3b504e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8b8bab72639074becc01a14c9f78041c46b2dd2487127c623b383cbbce2cd5 +size 1350601 diff --git a/images/66240e3c-1384-4cb1-8564-8a1bda742706.jpg b/images/66240e3c-1384-4cb1-8564-8a1bda742706.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7c8205dd925c8f8cf5590a6f8b34b150b0c12cf --- /dev/null +++ b/images/66240e3c-1384-4cb1-8564-8a1bda742706.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884e8db40c95bd3a73cf62de345ded375bef3d7e0aaca33bdaf0951a9e33de3b +size 1585010 diff --git a/images/6624a577-4e4b-4c6e-8ecf-cab51667de67.jpg b/images/6624a577-4e4b-4c6e-8ecf-cab51667de67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaeb14cec6fe425db9d48e2d4bdcfc76663f78a8 --- /dev/null +++ b/images/6624a577-4e4b-4c6e-8ecf-cab51667de67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc8e050d15ff5b2b3ffc0e6165cdd653a471c3ea8d02ecec6a09423393337c4 +size 1948767 diff --git a/images/662f3caa-28aa-4874-bb71-8bbac2dbe41a.jpg b/images/662f3caa-28aa-4874-bb71-8bbac2dbe41a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57b2c5012db350e3ea2c24060a9308374eda3d74 --- /dev/null +++ b/images/662f3caa-28aa-4874-bb71-8bbac2dbe41a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ae9b1039d2f451c7f113cd05dda8d5b8ecc0227a35b9cfdb194a10908f3e82 +size 1239860 diff --git a/images/663ff6df-f182-4ae0-b0bc-7679b52e0d32.jpg b/images/663ff6df-f182-4ae0-b0bc-7679b52e0d32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c76dea938397ce3db8a8eb39bf8be46858526d24 --- /dev/null +++ b/images/663ff6df-f182-4ae0-b0bc-7679b52e0d32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb950312a9dff201cf08eb056ef8184ae1d9969d2b98dec753f3fc8b67fb4a21 +size 1829257 diff --git a/images/66410dc0-94c6-448a-be28-76392d239f50.jpg b/images/66410dc0-94c6-448a-be28-76392d239f50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feadf911b718b572460fec1bf7a45587d22bc704 --- /dev/null +++ b/images/66410dc0-94c6-448a-be28-76392d239f50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2229714d8114487b17127126de7366ad78a8868943b202b552f3cb6a040a1263 +size 1499011 diff --git a/images/6648a163-8010-41fa-89a0-3484b8f24deb.jpg b/images/6648a163-8010-41fa-89a0-3484b8f24deb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87b50d3c03680337a1b1feb27da318dc028d5e37 --- /dev/null +++ b/images/6648a163-8010-41fa-89a0-3484b8f24deb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224c27b70d09bc2625e854d35aad3e25192527ca64080c8b1da8052caf3114c7 +size 1847954 diff --git a/images/664b0826-591d-4e52-aaf2-a6e8eacf3834.jpg b/images/664b0826-591d-4e52-aaf2-a6e8eacf3834.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6992157c79d2552e80d428afc5e846cb34c4f38 --- /dev/null +++ b/images/664b0826-591d-4e52-aaf2-a6e8eacf3834.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824d894a5e27eb0528583cf5da382fe6df2370bfba1aeb026785d52149ed17f6 +size 1102540 diff --git a/images/66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a.jpg b/images/66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d2fba873ba021654528dac6060a6b4b052f66c5 --- /dev/null +++ b/images/66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68240512c09730df60f68f04a465e04a017c9cb4089a013519b9a7105819eaff +size 1175959 diff --git a/images/6668124d-62de-455c-8859-7ccae7bd9366.jpg b/images/6668124d-62de-455c-8859-7ccae7bd9366.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16c76a72e3a7466938ec531563e99d2408257100 --- /dev/null +++ b/images/6668124d-62de-455c-8859-7ccae7bd9366.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79740f284a55ad9e0622ce777adb2ef61aa5b361b80b0da14866f5cc18033f28 +size 1665442 diff --git a/images/666f709b-0faa-4f50-a416-77124971d53a.jpg b/images/666f709b-0faa-4f50-a416-77124971d53a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..715ffb7d0f3b61d228de3eb3d94f49c3bf81fa55 --- /dev/null +++ b/images/666f709b-0faa-4f50-a416-77124971d53a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22db4f11d9fdf2cee944fc6025701eea8856d685fd452b934f80aba6706c89c2 +size 1845127 diff --git a/images/6688a1f9-fabe-4fb7-a0b9-680fa0b8932c.jpg b/images/6688a1f9-fabe-4fb7-a0b9-680fa0b8932c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef5c4bc72703b33a55baf6dfb458794a727cc7ce --- /dev/null +++ b/images/6688a1f9-fabe-4fb7-a0b9-680fa0b8932c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9988fb46843f38a1ae24010cb8dd7c750c277b2e6a3260dedf01aea73ef03f92 +size 1518841 diff --git a/images/66b5043d-bf62-48a7-9ccf-58a5b81d782a.jpg b/images/66b5043d-bf62-48a7-9ccf-58a5b81d782a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd1c843259440997367ac7a758a5cf5906cfffe3 --- /dev/null +++ b/images/66b5043d-bf62-48a7-9ccf-58a5b81d782a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4b52dbbb9da3d0047634012c606817a8f68182f2fb1c61f0df75da7bc5db63 +size 1464696 diff --git a/images/66b5356b-8f7f-4bb8-b6eb-daf418afd144.jpg b/images/66b5356b-8f7f-4bb8-b6eb-daf418afd144.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06cda4ba8dee9d609ff22ccff0afd29692b49d9b --- /dev/null +++ b/images/66b5356b-8f7f-4bb8-b6eb-daf418afd144.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7fe9dae45875b7999d40e5ec4a982caf6019356a1ca9ba8f741e7dcacb293b +size 1712777 diff --git a/images/66bc9c01-7d7c-4252-af9b-204deb142f17.jpg b/images/66bc9c01-7d7c-4252-af9b-204deb142f17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f36eaaebf0b3f66ceda908fcb07493ca34c8b15 --- /dev/null +++ b/images/66bc9c01-7d7c-4252-af9b-204deb142f17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba218a293a5a74939fa2d80fc2f6bf88ec036620c304ba32714813fb04a5ab02 +size 1339149 diff --git a/images/66bef3e5-1968-40d4-b901-daf4c0f3e712.jpg b/images/66bef3e5-1968-40d4-b901-daf4c0f3e712.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7442377a37b94c3d835af76d8f9b3102c826cce2 --- /dev/null +++ b/images/66bef3e5-1968-40d4-b901-daf4c0f3e712.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4a733e7fa08fddd205e5251acff3c9dd5c03607e805a59c0b3eb123278bff1 +size 1502101 diff --git a/images/66c16e2d-fd7d-4a93-971f-fe605d372c6b.jpg b/images/66c16e2d-fd7d-4a93-971f-fe605d372c6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90804beec5658fa784b66f96a598fbe0e6ab9277 --- /dev/null +++ b/images/66c16e2d-fd7d-4a93-971f-fe605d372c6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850ff22de0e29b5390834e2656c3e3404f5ada98d35c35025d99427ce4826e9a +size 1760043 diff --git a/images/66c958a4-97c4-49b6-b6c3-192c3de2eb47.jpg b/images/66c958a4-97c4-49b6-b6c3-192c3de2eb47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b951a9382e0c30217860554a0ba0e78afa6f38b2 --- /dev/null +++ b/images/66c958a4-97c4-49b6-b6c3-192c3de2eb47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b6ee46c1801c00a24012eba9a5b86e27d6617462fe6f278e09fed148633758 +size 1846104 diff --git a/images/66ec6422-c942-4e89-8059-fe27bb694c27.jpg b/images/66ec6422-c942-4e89-8059-fe27bb694c27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4128ae042ec8ad4030d640958c2306f2fd8abc96 --- /dev/null +++ b/images/66ec6422-c942-4e89-8059-fe27bb694c27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a7e4348b3e169aa938e799b2f01b4d054990f230b2d503838794c7416464e1 +size 1588354 diff --git a/images/66edbc6d-8adf-4513-aec7-418606ac0d76.jpg b/images/66edbc6d-8adf-4513-aec7-418606ac0d76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07b6d224c4affaf687ff8f85f6176bfd407535d3 --- /dev/null +++ b/images/66edbc6d-8adf-4513-aec7-418606ac0d76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2898a3a4a41f4ee969f1a23e1c647dffc34b4b69f0d0c93111cef44fa3aa0c30 +size 1859961 diff --git a/images/66f67aaa-4235-4634-9aa2-40267ab71e6b.jpg b/images/66f67aaa-4235-4634-9aa2-40267ab71e6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..765b0b8c99e51cb9be3b19f7e41a0f10e0900da1 --- /dev/null +++ b/images/66f67aaa-4235-4634-9aa2-40267ab71e6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55a341b5fbc5fd2f927cb1ce0ac8fce13e9dca068dfa279ad5a65c0b3b6c5ff +size 1695834 diff --git a/images/66f8c73f-4bde-4213-b15a-cf1717549524.jpg b/images/66f8c73f-4bde-4213-b15a-cf1717549524.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a117a26c20a70c082a3f9f099fa3125633eea411 --- /dev/null +++ b/images/66f8c73f-4bde-4213-b15a-cf1717549524.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a31b9c4bd92ad281c78b2b6a28047f59643e84d7874b3c2c8caed11759f9d09 +size 1694827 diff --git a/images/66f8df75-c94a-449d-a888-d0be2d5f9db0.jpg b/images/66f8df75-c94a-449d-a888-d0be2d5f9db0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c2f4c38e781ae3dd6bcdd0fb861ca5ecc958038 --- /dev/null +++ b/images/66f8df75-c94a-449d-a888-d0be2d5f9db0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d896fd0991ad5278e553095ce02be0015fefcad5e2602dbb2f530b6c204bc8d +size 1887758 diff --git a/images/66fc9ccf-a54c-4080-a7db-ae1fb84b734c.jpg b/images/66fc9ccf-a54c-4080-a7db-ae1fb84b734c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..769058746b2d1920b2cca54be152d986aa06ee91 --- /dev/null +++ b/images/66fc9ccf-a54c-4080-a7db-ae1fb84b734c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de58db6da790cdd9f00d16c2c15485c7444a7e8f1666d95c4409c0bef6919654 +size 1721223 diff --git a/images/66fdd806-c785-4f86-933b-0e1ef8338327.jpg b/images/66fdd806-c785-4f86-933b-0e1ef8338327.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be6de3accd822865b6c8f13e53244f2ce201f4f7 --- /dev/null +++ b/images/66fdd806-c785-4f86-933b-0e1ef8338327.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bbc3882fabb1bb19c553c61afe000d1ecb8fb742cc6ce3f9e1e5f9322ae879 +size 1499831 diff --git a/images/66ff7c89-8878-415d-8f2e-782621de6b3e.jpg b/images/66ff7c89-8878-415d-8f2e-782621de6b3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b6484e099fac58948019650638477b1019e07d --- /dev/null +++ b/images/66ff7c89-8878-415d-8f2e-782621de6b3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505b062a792025f8ce632753f556af590e2f73f6494f8f6e37b88393637205fb +size 1438168 diff --git a/images/670e171d-0007-471e-b69a-a8446d2af79b.jpg b/images/670e171d-0007-471e-b69a-a8446d2af79b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5697e45599c22e82cf6c51a5483316d6a9eef65d --- /dev/null +++ b/images/670e171d-0007-471e-b69a-a8446d2af79b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35482ebc1b380911d4a1d0378d92eebd2e461690c68983dde062a1c0d8a07dab +size 1330656 diff --git a/images/67174b83-0a7c-4367-b257-a2a7a352e64a.jpg b/images/67174b83-0a7c-4367-b257-a2a7a352e64a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce6ca0cb1b9a8a09b51a59b4c5b70c0ab1a37de7 --- /dev/null +++ b/images/67174b83-0a7c-4367-b257-a2a7a352e64a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53a66c2135becbf41de2f4e60646a76e9e4474246026837a56c294ef96dedc5 +size 1661135 diff --git a/images/6728f235-5ddf-4fca-8efd-7619d0d866f0.jpg b/images/6728f235-5ddf-4fca-8efd-7619d0d866f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb57005a432fa8611b648f54b1fd97d3058f1373 --- /dev/null +++ b/images/6728f235-5ddf-4fca-8efd-7619d0d866f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a45f05366be8bdc16a9542786c039960530c3edaab140359c55eac5e296d2d6 +size 1721855 diff --git a/images/6734db9f-6b94-4d5a-8ac3-3519781b0f0d.jpg b/images/6734db9f-6b94-4d5a-8ac3-3519781b0f0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c3334f88b5b79ae54ce61f5251ef26e9c2c482f --- /dev/null +++ b/images/6734db9f-6b94-4d5a-8ac3-3519781b0f0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bee9e55085ea590d8ab4ee94325d9e604aaa621f7098667660cc9c9e0e4ecc +size 1125896 diff --git a/images/673af26e-1772-4815-adf9-f34dcd318eee.jpg b/images/673af26e-1772-4815-adf9-f34dcd318eee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64a43b0feb100961d812f9a8ed1605887f1f2e34 --- /dev/null +++ b/images/673af26e-1772-4815-adf9-f34dcd318eee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f25338bb6950a28b4e1b578d07b3c4bfe9f0631730b49b37f2836153ccb2f4c +size 1631280 diff --git a/images/673c6046-5dfa-459b-9f4d-66a9f9f6e1d3.jpg b/images/673c6046-5dfa-459b-9f4d-66a9f9f6e1d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62c0796c86932e5d6f5556432e8b0a292a859936 --- /dev/null +++ b/images/673c6046-5dfa-459b-9f4d-66a9f9f6e1d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04cad4a7e41cc89c6372f676c21743743d53b7cfb3d8f657e37ffdb92b2dcc2 +size 1906345 diff --git a/images/674988a8-0c94-4872-b294-7074c2cde76d.jpg b/images/674988a8-0c94-4872-b294-7074c2cde76d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..232658d3daefa6b5b42271078683102b49c63243 --- /dev/null +++ b/images/674988a8-0c94-4872-b294-7074c2cde76d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebeb0214064aeba27adfca99f5b584d81bdaa208839d85fbaadb0aad80d6b1e +size 1707439 diff --git a/images/674e1c32-cee3-4cac-8755-a621483b239b.jpg b/images/674e1c32-cee3-4cac-8755-a621483b239b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ea23c7d19aaabf2e61bb09ac9011e3321fca49b --- /dev/null +++ b/images/674e1c32-cee3-4cac-8755-a621483b239b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f565ffd007e9a62924429d1d5107803d5f040e75d597463e4bbe8555fc7b1616 +size 1733712 diff --git a/images/674f140a-3048-409c-a7e9-eeb53213a8c8.jpg b/images/674f140a-3048-409c-a7e9-eeb53213a8c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..853ebd7bbcf53c072d950f9e070436ec04a8a334 --- /dev/null +++ b/images/674f140a-3048-409c-a7e9-eeb53213a8c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cb0dfc118a4bb064552dddd994580b42c3d423ae573713eb9883b9d9a92098 +size 1425424 diff --git a/images/674f44ed-f1da-40c8-9e62-75128b3ca462.jpg b/images/674f44ed-f1da-40c8-9e62-75128b3ca462.jpg new file mode 100644 index 0000000000000000000000000000000000000000..607e3c71354e5ceb49e057f78b03682597843f1e --- /dev/null +++ b/images/674f44ed-f1da-40c8-9e62-75128b3ca462.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a6fb63b68d353ff15399751e43ac920626b682a62d35c679c0ce111b102838 +size 1344544 diff --git a/images/6757be08-b23a-4f8f-8c72-059909e18d85.jpg b/images/6757be08-b23a-4f8f-8c72-059909e18d85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c3f1089f610d9a8a4534cc357cb2a2f498861ab --- /dev/null +++ b/images/6757be08-b23a-4f8f-8c72-059909e18d85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe1eac8128b990449002c534223908010265fc330b07a50eab54e2ce7d380eb +size 1444837 diff --git a/images/675d984c-b6ce-4c67-a42c-775aabc0a2d9.jpg b/images/675d984c-b6ce-4c67-a42c-775aabc0a2d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a344d268eae118733b985d42be2ccb44be2fe9c6 --- /dev/null +++ b/images/675d984c-b6ce-4c67-a42c-775aabc0a2d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174f5f6efae51f48fb8cc5f584d1a0a6d3a5f69ff18b1b3e3efc1706c15bf7f3 +size 1571846 diff --git a/images/675e4c8d-8ccd-4a30-8761-cc6dd8631bbb.jpg b/images/675e4c8d-8ccd-4a30-8761-cc6dd8631bbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c746ee23d08bc8c9c4093d65fa17b9422aad7de2 --- /dev/null +++ b/images/675e4c8d-8ccd-4a30-8761-cc6dd8631bbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8ac8512604c5cc536b73f6160c68955a372ffcc422919382c3824c150db743 +size 1970867 diff --git a/images/67634c12-bca3-4b6b-99b1-d56303c5e464.jpg b/images/67634c12-bca3-4b6b-99b1-d56303c5e464.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee0be2c9849d43e42ccc8e81964ae99037d3c1dc --- /dev/null +++ b/images/67634c12-bca3-4b6b-99b1-d56303c5e464.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912e911961084d3fb157b950e9150cd11551404697ee0adb8e0fd081e3586548 +size 1639407 diff --git a/images/67679f51-cfd1-43cc-9b9c-488b3c306d50.jpg b/images/67679f51-cfd1-43cc-9b9c-488b3c306d50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f8b365d061f2fb39e92e81588b48263f1434e0a --- /dev/null +++ b/images/67679f51-cfd1-43cc-9b9c-488b3c306d50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536988a27a7f0fdbde749ba2bc890db900020b94282d13bb9ace3f3d7fbea3f5 +size 1379715 diff --git a/images/676d85d1-1af9-4c2f-a430-c7edb257a29a.jpg b/images/676d85d1-1af9-4c2f-a430-c7edb257a29a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91a1602282a63baee77c393eaa6af9529c8c61b0 --- /dev/null +++ b/images/676d85d1-1af9-4c2f-a430-c7edb257a29a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6105ab9ae51a81103c398d5e8d9abdef069f99eb4a1a07a0030f3ab366d522c +size 2394226 diff --git a/images/678dbbe9-3a26-4e90-8af0-b7c8db1ff501.jpg b/images/678dbbe9-3a26-4e90-8af0-b7c8db1ff501.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f48a5a42d7031cf62c097c5dc3a82eb573037771 --- /dev/null +++ b/images/678dbbe9-3a26-4e90-8af0-b7c8db1ff501.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95a8988374eb370c4021ab9d97a62e5b25646694d950ab980a505e1dc39408a +size 1786271 diff --git a/images/6799387c-2291-4b42-a058-c3d1bb34b2dc.jpg b/images/6799387c-2291-4b42-a058-c3d1bb34b2dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d035b503767be063d5a17480e7dc486769ba4d1 --- /dev/null +++ b/images/6799387c-2291-4b42-a058-c3d1bb34b2dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f581d0911c78585a1c3751cad0543d58b465e5fb74671ff03239e2f138add91a +size 1742203 diff --git a/images/679e391e-9423-431e-b559-cb8ec8aa3e5d.jpg b/images/679e391e-9423-431e-b559-cb8ec8aa3e5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eec2272a1dc248dd2c0acc4279ea60cebfc553dd --- /dev/null +++ b/images/679e391e-9423-431e-b559-cb8ec8aa3e5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7406068b833945df257a036060eded29007de4ec70860ad7d61a5978e16e6a7f +size 2096045 diff --git a/images/67bbf04f-d608-42d2-a422-f3b3fa1c6bd3.jpg b/images/67bbf04f-d608-42d2-a422-f3b3fa1c6bd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b5ae69338dd597d684c23d8862191d9d9f6d3f5 --- /dev/null +++ b/images/67bbf04f-d608-42d2-a422-f3b3fa1c6bd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c9814b014b3cee3e6f04d913875bcd0880d68c9285e533da7af42cc1c6a46e +size 1862980 diff --git a/images/67bf5927-86d5-4514-8b3a-77128b7d125d.jpg b/images/67bf5927-86d5-4514-8b3a-77128b7d125d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a28328cb33455fd05cf9970262bdd0912e07f09c --- /dev/null +++ b/images/67bf5927-86d5-4514-8b3a-77128b7d125d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7a07142c462602357791cd6ed7ceaeae99aba5d3636f9aa7e29d2d6951d11 +size 1585318 diff --git a/images/67c124db-7d29-4afa-82cf-b031d6a8e246.jpg b/images/67c124db-7d29-4afa-82cf-b031d6a8e246.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1655a77098ec75da8fddc6852a65dd29ca4af068 --- /dev/null +++ b/images/67c124db-7d29-4afa-82cf-b031d6a8e246.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c14b80371d944dec90c2f2a4565841a810c77c30f4cce8ce407d78934ab162 +size 1559481 diff --git a/images/67da0874-b064-46d7-bd22-52095825a59a.jpg b/images/67da0874-b064-46d7-bd22-52095825a59a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8d141bb057f44e07e820d50c9f9c4e2abc31c8c --- /dev/null +++ b/images/67da0874-b064-46d7-bd22-52095825a59a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3c54d1d797f18259888cdcc18b93437065f47ef41df4535b4df7a64d0a3be3 +size 1362121 diff --git a/images/67db8513-6818-417b-adee-16af4f1e7e33.jpg b/images/67db8513-6818-417b-adee-16af4f1e7e33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea43bd23ca330373bd1d01d567bed6948390ac58 --- /dev/null +++ b/images/67db8513-6818-417b-adee-16af4f1e7e33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4135f46a798a38b200ed0eb1a7b18abbab1bcba33bd2698f9f569192411c89 +size 1670541 diff --git a/images/67dc38fd-336a-4f0e-98e0-ead766823454.jpg b/images/67dc38fd-336a-4f0e-98e0-ead766823454.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a8a2c3023bd7502b6730f1d6c79ed0ce51ad779 --- /dev/null +++ b/images/67dc38fd-336a-4f0e-98e0-ead766823454.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a17f2f7a94a692bd154920a4d967aa5a0e3dff74e91d7ca96335a406056d2d +size 1188676 diff --git a/images/67ecfdf7-b36c-4496-b887-2cc2210846de.jpg b/images/67ecfdf7-b36c-4496-b887-2cc2210846de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40670817a2c39e61a2e720f1bad69e940c324e0e --- /dev/null +++ b/images/67ecfdf7-b36c-4496-b887-2cc2210846de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2507443875dac2e8dd5b714bbcd1ff316a109d53adf3d5fdf20b58921b0bc5a9 +size 1756981 diff --git a/images/67f5ed81-f919-4d39-bc1c-22ada038d57b.jpg b/images/67f5ed81-f919-4d39-bc1c-22ada038d57b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..582fce5edab8be66f60298ea848033d179af5d88 --- /dev/null +++ b/images/67f5ed81-f919-4d39-bc1c-22ada038d57b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a304cdf72e58d05958a5bd448a0b0167461df9946cd2a8aaa3458a60f939548a +size 1938391 diff --git a/images/6805682d-494c-42d0-b310-d75f7b369127.jpg b/images/6805682d-494c-42d0-b310-d75f7b369127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fabaf50a102df4c1208f30a679108bb0b6dea731 --- /dev/null +++ b/images/6805682d-494c-42d0-b310-d75f7b369127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fe4df58b942cecf645d926959dd1e05769558634cc8df839acf47d694dea5b +size 1509410 diff --git a/images/6805af77-2af5-4fa5-8674-4c275997e517.jpg b/images/6805af77-2af5-4fa5-8674-4c275997e517.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0104aae60f3ed17c9291145467ed804433b0f67a --- /dev/null +++ b/images/6805af77-2af5-4fa5-8674-4c275997e517.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b6e513b6610bdec907cdea8e2f67c24a6cb1c4e557c8e9fc65f5d0d0059611 +size 1573563 diff --git a/images/680999f7-0a9e-4ce1-b2a5-882ad6663f50.jpg b/images/680999f7-0a9e-4ce1-b2a5-882ad6663f50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ce7cffbd55bea907753c70e255db609929b3c6b --- /dev/null +++ b/images/680999f7-0a9e-4ce1-b2a5-882ad6663f50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b061f712dcb6ed5066dd5bc0023ac6cc58d12b0a9190cc4f32f807b36981d40 +size 1572888 diff --git a/images/68232833-e532-49a0-add6-2c1d4b067ae9.jpg b/images/68232833-e532-49a0-add6-2c1d4b067ae9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d619b49a8b48f74706692f53dc0b5be366314b19 --- /dev/null +++ b/images/68232833-e532-49a0-add6-2c1d4b067ae9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b28f29574aaed16270ee45410e0c4b902706b761c034a6392a149575a42d994 +size 1527913 diff --git a/images/68272689-344e-4595-bb53-bcc1cde03da8.jpg b/images/68272689-344e-4595-bb53-bcc1cde03da8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0851ea87f8ba1a2ca141cfc50b3c471964102fdc --- /dev/null +++ b/images/68272689-344e-4595-bb53-bcc1cde03da8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84695b61062e8a859c44461c48a8ab64f512cef536380cbda445de23ca3ee7f +size 1961695 diff --git a/images/682c7381-0a55-4426-acd0-21bc83df6dc1.jpg b/images/682c7381-0a55-4426-acd0-21bc83df6dc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..552b50b1f04ed0f8ecafe1aca478396ef093e5d3 --- /dev/null +++ b/images/682c7381-0a55-4426-acd0-21bc83df6dc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00c3e1c3a76d3a8641352a8103747a75656665ea9cc0b2d41acb82e8ed0b148 +size 2088990 diff --git a/images/6836cd75-533c-4802-bc08-8610c08eedf1.jpg b/images/6836cd75-533c-4802-bc08-8610c08eedf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dca07aa03485f2aed727c0878ef1dde5168ccc17 --- /dev/null +++ b/images/6836cd75-533c-4802-bc08-8610c08eedf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f60fb73120f772b23413486744237a2531612cf593f79f659768f1568bee9dd +size 1538364 diff --git a/images/68374e09-ab52-4cd6-9a75-6b6db8734e5f.jpg b/images/68374e09-ab52-4cd6-9a75-6b6db8734e5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8adb924b9d1c999c5020c73646bac400dfcf9714 --- /dev/null +++ b/images/68374e09-ab52-4cd6-9a75-6b6db8734e5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf219b154089b7891bbaeade0525f2c8f5fe7c974ecfe649928dcab7493bc7a +size 1510444 diff --git a/images/684319a0-bbd3-4560-8248-0e61209d4259.jpg b/images/684319a0-bbd3-4560-8248-0e61209d4259.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a20ed85798ba1f3a67f9879cab51017e969f6a4 --- /dev/null +++ b/images/684319a0-bbd3-4560-8248-0e61209d4259.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5c495cc8672a8530710895cdfb54923d89a61f041aa16140119b42350e26f0 +size 1664507 diff --git a/images/685067b5-c0ae-4f4f-8701-214479e50cd7.jpg b/images/685067b5-c0ae-4f4f-8701-214479e50cd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52accd96dc977c07af198a675c61a2f21d4e69a3 --- /dev/null +++ b/images/685067b5-c0ae-4f4f-8701-214479e50cd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08e000fdc4e930f2824eec0cada07790bfc8d56296db18ee2e97ff68de14e38 +size 1514147 diff --git a/images/6853df63-b295-41ee-9edb-b48cedc714d8.jpg b/images/6853df63-b295-41ee-9edb-b48cedc714d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c9c8fe02f5c9eacb2bd83940bca6a51a6d1edfd --- /dev/null +++ b/images/6853df63-b295-41ee-9edb-b48cedc714d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c771d0a7f3efe37ac1ace30d487367433c40113840fb3300eaa33768636d11a +size 1421993 diff --git a/images/6864a8c3-0e3e-4a18-9d34-c77306ae571d.jpg b/images/6864a8c3-0e3e-4a18-9d34-c77306ae571d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2a19462a13ca1f329c0e9f45575edd6fcab5d2d --- /dev/null +++ b/images/6864a8c3-0e3e-4a18-9d34-c77306ae571d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af79fe6cef946a17c1e83d4adc8ca633a3d4ed9dbdc6fc8813a1094c531cf67e +size 1945900 diff --git a/images/6867d296-ae56-4281-866b-bd2da9060be4.jpg b/images/6867d296-ae56-4281-866b-bd2da9060be4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52b0dc17949dfa54032c4b59c4566bd30e4cc0a9 --- /dev/null +++ b/images/6867d296-ae56-4281-866b-bd2da9060be4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6568012b79ce2b8340a187cbb33369979aacfe67af6949bec5924645b394a7b +size 1847134 diff --git a/images/686b1810-9d5b-4c1a-b57c-984a707f0d69.jpg b/images/686b1810-9d5b-4c1a-b57c-984a707f0d69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0694ebf59533920f53642dd097cfbb64a85eee83 --- /dev/null +++ b/images/686b1810-9d5b-4c1a-b57c-984a707f0d69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a139fecd9eac521497a70d32cbab58c9cbc16dc669adc485a3222bdfe189c8 +size 1492070 diff --git a/images/686d3b5d-fbfd-43b9-a041-855a0f6ddc53.jpg b/images/686d3b5d-fbfd-43b9-a041-855a0f6ddc53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64eabba5f257728fdb18083216cc099c771423a8 --- /dev/null +++ b/images/686d3b5d-fbfd-43b9-a041-855a0f6ddc53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a23e758495124e31f48a750609b3ad1e8cb3a8b58c21d2c70bac7afcdad196a +size 2758570 diff --git a/images/687d9c9c-ace4-4070-83cc-762a5ec7c990.jpg b/images/687d9c9c-ace4-4070-83cc-762a5ec7c990.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73e60f95207ef815899bb8e093fa29689a394cbe --- /dev/null +++ b/images/687d9c9c-ace4-4070-83cc-762a5ec7c990.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0fc1ea2218ffba864d2e3f23ec36e7f109dc6478eb0443cbc7ebfcfc1ec8f1 +size 1543086 diff --git a/images/687e64f2-7837-4c97-a0c8-09bf86c47a77.jpg b/images/687e64f2-7837-4c97-a0c8-09bf86c47a77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b10554eaf8fb26504da131e677301dfc37940d6b --- /dev/null +++ b/images/687e64f2-7837-4c97-a0c8-09bf86c47a77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794e87a8b7bc1098007a5f87707bcf66f7e2a76b36bfb78b126156a1e91b67c8 +size 1338759 diff --git a/images/68810433-f918-4c0a-92be-89c5b9fb0f97.jpg b/images/68810433-f918-4c0a-92be-89c5b9fb0f97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ff43c96083fbf1a462ab4ac5adaca0a940ce34c --- /dev/null +++ b/images/68810433-f918-4c0a-92be-89c5b9fb0f97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2862048a93d13a639a495aef800e9e96696ea81777b2ed37e55345bf064595 +size 2118468 diff --git a/images/688830d6-6a0f-47b9-a006-8c7e70360281.jpg b/images/688830d6-6a0f-47b9-a006-8c7e70360281.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9cca8e99be8057a9445e1783d403419acb54dcf --- /dev/null +++ b/images/688830d6-6a0f-47b9-a006-8c7e70360281.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3154abcf6a60a71b3ca3878ba169e40d83319df5b4ac9e4d5353ef6976ebe6d8 +size 2131099 diff --git a/images/688b6441-60c8-4431-ac01-f2ed81afb8a5.jpg b/images/688b6441-60c8-4431-ac01-f2ed81afb8a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..669ab0cbe9cc1741be61a203020dcddee830d06a --- /dev/null +++ b/images/688b6441-60c8-4431-ac01-f2ed81afb8a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecab1fa387e05572dd179f1c6ae4970b6bb80004c6879c0e6e0233d4c3574ad +size 1417352 diff --git a/images/68962f61-4abb-4c9e-b460-5b355a6680a4.jpg b/images/68962f61-4abb-4c9e-b460-5b355a6680a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81a2dbe139ee46721bbc6692d05cc8588780b06e --- /dev/null +++ b/images/68962f61-4abb-4c9e-b460-5b355a6680a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dad3875554bb97bbdd8b0ef91c6ff3e975674253508e9d1e81809ca20e44711 +size 1329977 diff --git a/images/68968389-3b7d-438b-817a-052d21375bfc.jpg b/images/68968389-3b7d-438b-817a-052d21375bfc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc847af3300a741db21a78da953fc8f90b463ac9 --- /dev/null +++ b/images/68968389-3b7d-438b-817a-052d21375bfc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc97c7d1592d02ab3c56abd4aa80612d2e6dde46a8e0ff91ae14e1bf7ea9c906 +size 1698394 diff --git a/images/689bca15-f37c-48e6-b1e6-9b8e7aae7d23.jpg b/images/689bca15-f37c-48e6-b1e6-9b8e7aae7d23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c534a43a5543d8b81ffef2edbef24061d426857 --- /dev/null +++ b/images/689bca15-f37c-48e6-b1e6-9b8e7aae7d23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eeb77a907bd011f4d735155023a3e73661645e3a2098cd7cfcb09dff243e59 +size 1474484 diff --git a/images/689f1525-564e-4668-826b-c05bfc8b628b.jpg b/images/689f1525-564e-4668-826b-c05bfc8b628b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d59cee676f953e69efd0ad10d71b8b62cce4c7d2 --- /dev/null +++ b/images/689f1525-564e-4668-826b-c05bfc8b628b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ac051fd56eed853dcdd77ff2f778bc770f3560d6ed5679018e86f633ac21c9 +size 1403497 diff --git a/images/68acce82-eedf-447c-afb1-c72e9960201d.jpg b/images/68acce82-eedf-447c-afb1-c72e9960201d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b74a5cfade82a3f1628d3fcfae8304deafec2f3 --- /dev/null +++ b/images/68acce82-eedf-447c-afb1-c72e9960201d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e6a8f8b9eaae0f42cf274aa31dc76e98e83c22aaeb24b8eca066db9d6d063d +size 1342799 diff --git a/images/68ba7401-d964-4efd-8d38-6a0c0c071bdd.jpg b/images/68ba7401-d964-4efd-8d38-6a0c0c071bdd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa425c3ba68eaf62bc45a42e8e9a1004e825bb8 --- /dev/null +++ b/images/68ba7401-d964-4efd-8d38-6a0c0c071bdd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afe7471b8c762f1b89a69e2666e917f875c009739dafaa3c0eb5318bafb54c4 +size 1870706 diff --git a/images/68c31188-2196-4a6c-ab02-305268c14b2c.jpg b/images/68c31188-2196-4a6c-ab02-305268c14b2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f688a9496dec0cc1a8c9ae814292a04c6f6474d --- /dev/null +++ b/images/68c31188-2196-4a6c-ab02-305268c14b2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90aaabbe2cb4418711fcfe38128d5a74d640c585a0bb8976ee5ff1a81b2ee246 +size 1730063 diff --git a/images/68c53867-f3ab-41d0-b58c-c837ffd9642b.jpg b/images/68c53867-f3ab-41d0-b58c-c837ffd9642b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9941f796f706bff940b20bb369a5efa7a231a51b --- /dev/null +++ b/images/68c53867-f3ab-41d0-b58c-c837ffd9642b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eeba9c5193980d98401c5545330964e0e0caed21670ee9e147d90bfa833f08 +size 1640703 diff --git a/images/68c6fc69-d6f4-4f52-b8b4-b83de823d435.jpg b/images/68c6fc69-d6f4-4f52-b8b4-b83de823d435.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d559b093a9c1e5879b35728d87a8e7a14d1e7d4 --- /dev/null +++ b/images/68c6fc69-d6f4-4f52-b8b4-b83de823d435.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f4b04ec9738f036486b0a418e53ee7f9cc406ea4ad9fa9fc6a21548d1de3e6 +size 1490034 diff --git a/images/68c8a453-2634-4c7e-8cc0-f7b6c39d0656.jpg b/images/68c8a453-2634-4c7e-8cc0-f7b6c39d0656.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eb8a608d1d76d9c7e2fd04450e090c1d642b3b7 --- /dev/null +++ b/images/68c8a453-2634-4c7e-8cc0-f7b6c39d0656.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0155482d4f0b2cae1745a8a82c6edae407059ac302c84621581b22433b23ea7 +size 1657172 diff --git a/images/68cae8aa-3ddf-41cb-90aa-558192e79d69.jpg b/images/68cae8aa-3ddf-41cb-90aa-558192e79d69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96373cfa772631d596dfa38df5902e8a01f44bf3 --- /dev/null +++ b/images/68cae8aa-3ddf-41cb-90aa-558192e79d69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3768c03412683ad8907e3dbcc31af226986170ee13dced64ac5948fb60acbe9c +size 1188660 diff --git a/images/68e641aa-eeff-41b4-aedc-d464dfd23dea.jpg b/images/68e641aa-eeff-41b4-aedc-d464dfd23dea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c86f9da9f05c5e46af590804120d69aa73691ae --- /dev/null +++ b/images/68e641aa-eeff-41b4-aedc-d464dfd23dea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dde93bb91e64354f11ff65a42e3215cafbddf3b13f27d9eb2a675de8ff0b143 +size 1667577 diff --git a/images/68f0f730-6692-4fd0-aa49-55b77ab491e8.jpg b/images/68f0f730-6692-4fd0-aa49-55b77ab491e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c73730745e304b122660629c8d9712653f727aa --- /dev/null +++ b/images/68f0f730-6692-4fd0-aa49-55b77ab491e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48447fddb83bc9b88a5e618b38ef7857fa2cf4f56e8ea99b95c19ae62fade2f4 +size 1496694 diff --git a/images/68f71994-cf52-43e7-afab-f1819b58b102.jpg b/images/68f71994-cf52-43e7-afab-f1819b58b102.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59098d022dec58490b406465f86aedcb85a73709 --- /dev/null +++ b/images/68f71994-cf52-43e7-afab-f1819b58b102.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa93ac28ac0c56b7c4b3bad95fe73a13f08b50ccda4c031bd6a7cd550819d44 +size 1637023 diff --git a/images/69037458-bb64-4eff-bb86-bab2bb426a39.jpg b/images/69037458-bb64-4eff-bb86-bab2bb426a39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ad56764ff3b91a43af1a14031dfed1fcb4e42f3 --- /dev/null +++ b/images/69037458-bb64-4eff-bb86-bab2bb426a39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e479f497c580204f6a9a647b5b1ab3b45dc430241ea246a8b5b8b38bf620a9c8 +size 1233552 diff --git a/images/6905c214-eafc-43af-9872-5b877137f6b5.jpg b/images/6905c214-eafc-43af-9872-5b877137f6b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2582fd6bd8e06d9c77db675c97c2ffc73ab67d27 --- /dev/null +++ b/images/6905c214-eafc-43af-9872-5b877137f6b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55a7594810ade03509958d678c6c398691410ea9e2da3749517c3e2d7796b4d +size 1596976 diff --git a/images/6906472e-eeb2-46fe-b7f3-19fe1a097208.jpg b/images/6906472e-eeb2-46fe-b7f3-19fe1a097208.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36fd2cd04c9b77d875e2a5dffe1f09f59a0e3a3d --- /dev/null +++ b/images/6906472e-eeb2-46fe-b7f3-19fe1a097208.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba76a25f58e8360ed8e2f53e55f1b92cf256260ad908fce58d8213c456413f9 +size 1718734 diff --git a/images/6906dbe1-448a-47b6-b353-d1579dbf9de8.jpg b/images/6906dbe1-448a-47b6-b353-d1579dbf9de8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20cae6610c2b2cb6c475723099d2e6c36021d13d --- /dev/null +++ b/images/6906dbe1-448a-47b6-b353-d1579dbf9de8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a65034e2fa2dcd0be39c2d7e5f7b61811e3d7b51ba6a3e98a2e2fb115c4d15 +size 1702843 diff --git a/images/691ddbe1-9827-4b02-8492-c37850505815.jpg b/images/691ddbe1-9827-4b02-8492-c37850505815.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b03c62196052fe04d087189672184ed3fb646d7 --- /dev/null +++ b/images/691ddbe1-9827-4b02-8492-c37850505815.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfc740bf8848ec1d5a0f51df74e3de8f4c76e50d1b788f32b711da55ce2ac9e +size 1657244 diff --git a/images/6924320b-5b30-441d-90db-959d858fd685.jpg b/images/6924320b-5b30-441d-90db-959d858fd685.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d52215ebfd3e84284a99b507db44ef168deb759 --- /dev/null +++ b/images/6924320b-5b30-441d-90db-959d858fd685.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c1181b22b195c0e43c844f9bc41823827cba7b6dbe9a9f19358d954a5e4071 +size 1342768 diff --git a/images/6926e3e6-b128-4f02-a469-a501a4fa506b.jpg b/images/6926e3e6-b128-4f02-a469-a501a4fa506b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f47d8611ff32f818ea98e8b527e0a15f0bea202 --- /dev/null +++ b/images/6926e3e6-b128-4f02-a469-a501a4fa506b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae97caf06d5001aacceaa760c7b75ee022044b6d717d365ca4f69fdf7511adcf +size 2177229 diff --git a/images/69306136-50b4-4ae2-9c0a-80db40192d7c.jpg b/images/69306136-50b4-4ae2-9c0a-80db40192d7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..533871033361fc905693f594e5b074af7ecbf638 --- /dev/null +++ b/images/69306136-50b4-4ae2-9c0a-80db40192d7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae3d27b344996b19c4b35430be62ea4a750867cf2697189edbbf93f90c4ca76 +size 1470321 diff --git a/images/6932e50d-406a-4aac-b439-6cd7303bee61.jpg b/images/6932e50d-406a-4aac-b439-6cd7303bee61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..027e4c7390762c27d658dfc9727b55e008a7e39e --- /dev/null +++ b/images/6932e50d-406a-4aac-b439-6cd7303bee61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed7c9afba738a7a642c373e5babde87bd04567f1138480a5c76a4714581dc88 +size 1757505 diff --git a/images/69344149-d296-4c73-9e2f-4eb6f0910b55.jpg b/images/69344149-d296-4c73-9e2f-4eb6f0910b55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72dea0b4e823feb7571cfd89115a0869a543cded --- /dev/null +++ b/images/69344149-d296-4c73-9e2f-4eb6f0910b55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4b5eacd3e5e6effd0f426a48427c8017330ee4cae58eb0e98d3cbd6aaa863e +size 1565406 diff --git a/images/6934cc94-60e9-4a6e-ad8a-a06dbb565b78.jpg b/images/6934cc94-60e9-4a6e-ad8a-a06dbb565b78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5c3d728808462266632edeb797643cbdc5d3b55 --- /dev/null +++ b/images/6934cc94-60e9-4a6e-ad8a-a06dbb565b78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7329776526a2d5cdba1ee83fc63e211aeb1922877144ea402054d8ca1aeb8b27 +size 1317262 diff --git a/images/693562d8-f430-46d6-9d78-6c52aa8f6093.jpg b/images/693562d8-f430-46d6-9d78-6c52aa8f6093.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ee48f76bc3eabb699d77729b47a2e35b484bf10 --- /dev/null +++ b/images/693562d8-f430-46d6-9d78-6c52aa8f6093.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed022e5e96f880a6c19599d1ae47218897bcab02810fe8f316d98b03e812bed3 +size 1768340 diff --git a/images/6936f7f3-551f-4f15-adff-22314ff98f9b.jpg b/images/6936f7f3-551f-4f15-adff-22314ff98f9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470679b365aa62a079b57e41a2e0cfd933f476da --- /dev/null +++ b/images/6936f7f3-551f-4f15-adff-22314ff98f9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d87349ef68716bfac3c28947bc397e6c56538e1cf54007bb431324796b50879 +size 1405045 diff --git a/images/693c084b-84f2-4979-b84b-ccafd6f3cd38.jpg b/images/693c084b-84f2-4979-b84b-ccafd6f3cd38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed64a659e2c94d830711777c315611ebebb191c1 --- /dev/null +++ b/images/693c084b-84f2-4979-b84b-ccafd6f3cd38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67427bcedb2beda476d21c7096c5a6c946c80809b4fd717f65ecbb5fc2b21101 +size 1309351 diff --git a/images/693f12fc-b064-49e7-9ba0-bf1094da996f.jpg b/images/693f12fc-b064-49e7-9ba0-bf1094da996f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36ec0ac0c8dbf576ed2f72659b138a37c92d6a23 --- /dev/null +++ b/images/693f12fc-b064-49e7-9ba0-bf1094da996f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a1721c8218762740a38ade9f6e157938f82ee792e3fc8fbe7c2a9994a9a9ea +size 1869439 diff --git a/images/6947cd7c-6058-4883-af9a-250666c8bd1b.jpg b/images/6947cd7c-6058-4883-af9a-250666c8bd1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85215ee92027eb6809201d3c60bd00f5cd312648 --- /dev/null +++ b/images/6947cd7c-6058-4883-af9a-250666c8bd1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99d4ffb09259349a0e5cce100b55bba8806df1ef6a0649430b4e99c61ba1676 +size 1610027 diff --git a/images/6950a7df-fb7f-4e26-aad1-6df6f26ba99a.jpg b/images/6950a7df-fb7f-4e26-aad1-6df6f26ba99a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac118a7a870c7e542e828ffa8af04826f432f56 --- /dev/null +++ b/images/6950a7df-fb7f-4e26-aad1-6df6f26ba99a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f9a87c4d3acb6ff8c1ca47cc9a278600ee38e70d4369c843c98e5cbcc40f61 +size 1658982 diff --git a/images/69549ea9-866e-4d33-916a-59f2c56e4011.jpg b/images/69549ea9-866e-4d33-916a-59f2c56e4011.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03055b8d7fe18d43d8c8fc476bed5d79f74b2edc --- /dev/null +++ b/images/69549ea9-866e-4d33-916a-59f2c56e4011.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699ea7f6f62a7eb5a0f491b6a545cab129f779cd94e57d5b5550735c62759c03 +size 1767158 diff --git a/images/695d10b5-d661-42f4-b4ab-af3848ce05b0.jpg b/images/695d10b5-d661-42f4-b4ab-af3848ce05b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cde3239b7d78feb6e4315b358f878ff37630ee80 --- /dev/null +++ b/images/695d10b5-d661-42f4-b4ab-af3848ce05b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6850ca6b888172960186ef2f9fa5b74ef67aed87a137cc91fdae70ed2ac9637c +size 3144594 diff --git a/images/696ec3aa-6a74-4cd8-b042-ca0d68722f20.jpg b/images/696ec3aa-6a74-4cd8-b042-ca0d68722f20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ae9633ed69a748fdc107de5333e9dc4d6bd2d01 --- /dev/null +++ b/images/696ec3aa-6a74-4cd8-b042-ca0d68722f20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dfa54866370693f7bc1a4c6c80224ab4eb7c1b446d7514f3e228700ce41967 +size 1617152 diff --git a/images/6972449b-f005-4494-bd19-4e97f4e013f1.jpg b/images/6972449b-f005-4494-bd19-4e97f4e013f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a7cb2c9c9aa459af914eaa824afaf6f56a6448f --- /dev/null +++ b/images/6972449b-f005-4494-bd19-4e97f4e013f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96b69d445237502d883f5df5157ff4005ada5aa79e8d7e7a7e44acf8027e86d +size 1354426 diff --git a/images/699a9d61-9252-4f91-86cd-15b7d4024aed.jpg b/images/699a9d61-9252-4f91-86cd-15b7d4024aed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd877b3c796d9aaa3bc033973e699e19d90c72d --- /dev/null +++ b/images/699a9d61-9252-4f91-86cd-15b7d4024aed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a677032e17d13fd0364846cc619c510ea652913fad4a4a6d923199a369ebb0 +size 1805319 diff --git a/images/699bd8be-6754-4178-abe5-58d6d2aa1543.jpg b/images/699bd8be-6754-4178-abe5-58d6d2aa1543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c7da42ba4b6467e6c88491a76b205aa8224f572 --- /dev/null +++ b/images/699bd8be-6754-4178-abe5-58d6d2aa1543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84060c73bdf456f81ad3b80958621f75780806ce32032ad4a9b13872c31c0cd4 +size 1421566 diff --git a/images/69a8c660-08cf-4dca-8ff9-25f27be55653.jpg b/images/69a8c660-08cf-4dca-8ff9-25f27be55653.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c408aecc2a359c215cc64f9bf257f3f6de7af5 --- /dev/null +++ b/images/69a8c660-08cf-4dca-8ff9-25f27be55653.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd7d2d54f8fc8d34f6ab6977314461a69702de6169e7545f466fc9430dacdd2 +size 1697441 diff --git a/images/69ae7234-1fba-4bfe-93c4-176e3a4c9562.jpg b/images/69ae7234-1fba-4bfe-93c4-176e3a4c9562.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a78f4daddba9d150e9aef3300beed5f6e60df173 --- /dev/null +++ b/images/69ae7234-1fba-4bfe-93c4-176e3a4c9562.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3590dfb8ed1a55c01590358e24fcf924ba5b08e6f827d1e77adfb7a670bb821a +size 2242619 diff --git a/images/69b5f68f-89d1-4fbf-a69d-6a6d80b7c737.jpg b/images/69b5f68f-89d1-4fbf-a69d-6a6d80b7c737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ffab87a9fd815a5f7fddfa68e65aa30396c11eb --- /dev/null +++ b/images/69b5f68f-89d1-4fbf-a69d-6a6d80b7c737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff328779047335bd07dc614ef7200eff2a244f5b4396ec7fc5f04737353c69da +size 2937114 diff --git a/images/69b72547-118d-4c7f-a6a2-b706bf87b07a.jpg b/images/69b72547-118d-4c7f-a6a2-b706bf87b07a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b88fb2e5cf7ef0767213fe8f721cfa7b6d57eec --- /dev/null +++ b/images/69b72547-118d-4c7f-a6a2-b706bf87b07a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7aabe63c26e40b9e93e41789b5f50d84c95a776712c3401eae7e02ac7b5e59 +size 2289013 diff --git a/images/69ba3469-30f4-4021-a0d6-d6cef32a2825.jpg b/images/69ba3469-30f4-4021-a0d6-d6cef32a2825.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3071324b70f96d102d4ee1e9b45342c40d1291f8 --- /dev/null +++ b/images/69ba3469-30f4-4021-a0d6-d6cef32a2825.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d69612518b1ad1df254a82432b90f5e95adfec1ac2cf03f60be60fef63e7719 +size 1626601 diff --git a/images/69d1f1c4-a8b2-4d0b-8239-0e961092e736.jpg b/images/69d1f1c4-a8b2-4d0b-8239-0e961092e736.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c567ffefc2a44f6ec67e316830bec80bcda9e25 --- /dev/null +++ b/images/69d1f1c4-a8b2-4d0b-8239-0e961092e736.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c3c1230b7bffffb0daa7e0d474d4b7c97542f29b4d11332831b7087f4f8fcb +size 1394282 diff --git a/images/69d94e82-fd34-4e22-a123-82e1fe84f44d.jpg b/images/69d94e82-fd34-4e22-a123-82e1fe84f44d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9f84daba688f67e1c9a83cfc370fb0db1afeef7 --- /dev/null +++ b/images/69d94e82-fd34-4e22-a123-82e1fe84f44d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f9dc4cdd3bfac75a3ddbba1f2c8015244ac5e3ea5732071702f944f34fc847 +size 2739272 diff --git a/images/69da4205-37e6-4b50-b921-43c42ffdf19c.jpg b/images/69da4205-37e6-4b50-b921-43c42ffdf19c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0f40a9f95e43619d97b38afd83cf033b2cdae43 --- /dev/null +++ b/images/69da4205-37e6-4b50-b921-43c42ffdf19c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d6033ab2c6622b31a977c0f73092ed2dcfc4ca65a8eff38786aedd20e95947 +size 1494527 diff --git a/images/69eeec7f-8210-423d-9e62-01be4f48d417.jpg b/images/69eeec7f-8210-423d-9e62-01be4f48d417.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ada0ac2a49dc27ee0a2f67b776c2042ac1a18653 --- /dev/null +++ b/images/69eeec7f-8210-423d-9e62-01be4f48d417.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bf28c0e514b273a7d965f3b90be12fd4069925054dd9e473aefc4a1ac57d57 +size 1472348 diff --git a/images/69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0.jpg b/images/69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f703b40943794014abfb54e7d137e47262afb54 --- /dev/null +++ b/images/69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ac366eff3940dcd8b2cea10fee6208ffdbc361d87d07e9256dbf64c0d4cce2 +size 1567678 diff --git a/images/69f3f3bf-acac-48cd-a348-7eebac98c8f4.jpg b/images/69f3f3bf-acac-48cd-a348-7eebac98c8f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd09fd0bc9f1eb94c9b8581ea38feebdf561b9b1 --- /dev/null +++ b/images/69f3f3bf-acac-48cd-a348-7eebac98c8f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b339c5105d42beb09f4ac6173185dbc77d49fc87f71f685e3ded25fcdb9bb2 +size 1551431 diff --git a/images/69ff03a6-d6be-4788-bc2c-96f6aadb610f.jpg b/images/69ff03a6-d6be-4788-bc2c-96f6aadb610f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eb202fd3d8e62894b650e9b7319e0f79da40d24 --- /dev/null +++ b/images/69ff03a6-d6be-4788-bc2c-96f6aadb610f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf936bb2ece8ce18d237347c09e861d5b74b2d2c65a61d602e240ec41346da4 +size 1757582 diff --git a/images/6a2940af-bf65-42eb-80ee-682918d749a3.jpg b/images/6a2940af-bf65-42eb-80ee-682918d749a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3e3deb43c867d52bd20e8cc4853f06192c1235d --- /dev/null +++ b/images/6a2940af-bf65-42eb-80ee-682918d749a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a980ad1dcaae1eaec5a0f5a6fda3740fc1d6bb9e3d202c3d26c87e4dbb68486f +size 1677991 diff --git a/images/6a2bf05a-397b-4b46-ad98-9379bfc42c1e.jpg b/images/6a2bf05a-397b-4b46-ad98-9379bfc42c1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de649a020de1637317daf25bad17ad1ad33f7069 --- /dev/null +++ b/images/6a2bf05a-397b-4b46-ad98-9379bfc42c1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5d1b8c558cca0995a36b966f0bf9277854e22172d697cf434c4de6aebb60b2 +size 1508308 diff --git a/images/6a2d8a6c-2eb9-4525-b21d-9b0241b5f832.jpg b/images/6a2d8a6c-2eb9-4525-b21d-9b0241b5f832.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8318ce299fe232622a20f54b74dc1d4ce5ee266 --- /dev/null +++ b/images/6a2d8a6c-2eb9-4525-b21d-9b0241b5f832.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c836ece35847847823ddd66d5ecb3d0d6d34aa213ef52de7f37047f5cf6fb90c +size 1404091 diff --git a/images/6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8.jpg b/images/6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f3901151854ee4802598511580144f88975a633 --- /dev/null +++ b/images/6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4242c686b00df423295727a0f419aee049f593a43d3380c9ef3c1f1780b2041e +size 3322106 diff --git a/images/6a35137c-d461-4b09-b51c-a3b47d6145d1.jpg b/images/6a35137c-d461-4b09-b51c-a3b47d6145d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b173374d794574d481c41988ef7719ccaaca31b3 --- /dev/null +++ b/images/6a35137c-d461-4b09-b51c-a3b47d6145d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1eee1b8ecd52bf2b2fd82bbe58da70cee1942b7c7f0131d483b4249ad622ee +size 2017359 diff --git a/images/6a368ca4-a652-41de-818e-00fa502277bc.jpg b/images/6a368ca4-a652-41de-818e-00fa502277bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60b89454e25caebc18ce3ff951e9dbac8cdf1b1b --- /dev/null +++ b/images/6a368ca4-a652-41de-818e-00fa502277bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d323d56689de2a1a5e9a63a20e727a218a8daf943182ce829a45a7a3742be29 +size 1905614 diff --git a/images/6a3b4d9d-b72d-4de3-8ec4-7b09557afb87.jpg b/images/6a3b4d9d-b72d-4de3-8ec4-7b09557afb87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ad69d657979daf177b5de739382d15d16135b3a --- /dev/null +++ b/images/6a3b4d9d-b72d-4de3-8ec4-7b09557afb87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837ca8e5dff528fd670f0a8809d370525e867b080b179fac968f2b0395e0214a +size 2306904 diff --git a/images/6a47837a-f759-41a2-8a9b-e240a0ba9cc4.jpg b/images/6a47837a-f759-41a2-8a9b-e240a0ba9cc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aec2d793bd91d34a6fdc943192c8a5be62a7e8ae --- /dev/null +++ b/images/6a47837a-f759-41a2-8a9b-e240a0ba9cc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e6524e2c8db24a915894d6a47da0788a3781f1f82c454da3fed012be51fd96 +size 3026302 diff --git a/images/6a4936d3-9c1d-4f9c-9d36-944e4048e606.jpg b/images/6a4936d3-9c1d-4f9c-9d36-944e4048e606.jpg new file mode 100644 index 0000000000000000000000000000000000000000..149846595949ad486a8df7723ec9cf2977dbd865 --- /dev/null +++ b/images/6a4936d3-9c1d-4f9c-9d36-944e4048e606.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c3830ae034b9586d153ba4af5eeded81d3859c4b7b101a05716e929542d073 +size 1740520 diff --git a/images/6a56e92d-0c13-41ba-a9cb-ddec416e2bd1.jpg b/images/6a56e92d-0c13-41ba-a9cb-ddec416e2bd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1612e359ec4edddf501dcf9b58da6d1b0cc56f22 --- /dev/null +++ b/images/6a56e92d-0c13-41ba-a9cb-ddec416e2bd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4470f6387f64c59f81c357f2a2b1f08e7d7b6810fa53bc8a92dc44d1ef7e39c +size 1418762 diff --git a/images/6a5ae943-eb5d-4176-8fb5-9efce5a5f807.jpg b/images/6a5ae943-eb5d-4176-8fb5-9efce5a5f807.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7aefc4bfe69bba79a25cd515063fc09b51cc5353 --- /dev/null +++ b/images/6a5ae943-eb5d-4176-8fb5-9efce5a5f807.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2f1d949d0ed08dece4c7cd58f9769ce3c5bb70c1bb3557cdbbb47a66c37ee3 +size 1762935 diff --git a/images/6a81ef1c-5285-49f7-867a-3286cc32cbf7.jpg b/images/6a81ef1c-5285-49f7-867a-3286cc32cbf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70c475dc47285aaf56838e0c60818f45ee3faa69 --- /dev/null +++ b/images/6a81ef1c-5285-49f7-867a-3286cc32cbf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f637d139f73db544820539f04e0486cf07e9facf1fce46210886a15cc2a202e1 +size 1690938 diff --git a/images/6a932b1b-6cbc-409c-bcda-a42be9b418ac.jpg b/images/6a932b1b-6cbc-409c-bcda-a42be9b418ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71ee6fc05c8018c358ccbea47fc775e944f56269 --- /dev/null +++ b/images/6a932b1b-6cbc-409c-bcda-a42be9b418ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32e2d7e8414a16828575f3ac8afba639fc657486ef2a2eafdf97e5fe4831e7e +size 1178041 diff --git a/images/6a95330f-8029-427e-b305-65886d0e6ac2.jpg b/images/6a95330f-8029-427e-b305-65886d0e6ac2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdd45430381aad343cc109dd89b61719ece43676 --- /dev/null +++ b/images/6a95330f-8029-427e-b305-65886d0e6ac2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dab3565ee0ae7e5a5c5547f8a94eabf7f1d59804482e947e3f73f65f8bc5413 +size 1668475 diff --git a/images/6a9674a2-4583-4929-923a-f83b4fc6a517.jpg b/images/6a9674a2-4583-4929-923a-f83b4fc6a517.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46dd9d2c0fd656e015a3efa3a5fb7acb1f03c32d --- /dev/null +++ b/images/6a9674a2-4583-4929-923a-f83b4fc6a517.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4339d62e933f7ab211d6ed9435ef82b489b0aabdeba6800e0a8b0d7689973f4 +size 1425811 diff --git a/images/6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd.jpg b/images/6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb006ddae787652342f7296798628106b6e405db --- /dev/null +++ b/images/6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e81331573cf7e9373c9f9ddf9883d8b4455f1244f7aa7ae380c4f1ac85a90c +size 1537787 diff --git a/images/6abaecad-6db7-420c-8696-f97430fdb902.jpg b/images/6abaecad-6db7-420c-8696-f97430fdb902.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5634c724bd4cf754d56f1b7766e915f5506b6184 --- /dev/null +++ b/images/6abaecad-6db7-420c-8696-f97430fdb902.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e059ae04914afb070bbcaa87c9a9eeaf922620b60bbec8f2bfd4080cd9c16a0 +size 1480179 diff --git a/images/6ac6def5-1a5c-4b11-9237-3b8e7b819d3f.jpg b/images/6ac6def5-1a5c-4b11-9237-3b8e7b819d3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8e045342128d37fabc193db70bd46941ab8139d --- /dev/null +++ b/images/6ac6def5-1a5c-4b11-9237-3b8e7b819d3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5cf0baa7b5aed51cd1c68ec2afb2742a9ceb5bbd1460cbc3dc7e3f1715fb47 +size 1787896 diff --git a/images/6acab395-ec7e-4f3c-a7d1-af40f540d8cd.jpg b/images/6acab395-ec7e-4f3c-a7d1-af40f540d8cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e69f9060444f539628169bcb16b66bbde010b26 --- /dev/null +++ b/images/6acab395-ec7e-4f3c-a7d1-af40f540d8cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab423a5a27b11d1956710b1aefbd41e207f2a74f56aad8a1cc1e88b8565e37e1 +size 1078773 diff --git a/images/6acacb62-f5fe-4613-b684-a02e8c6cbd02.jpg b/images/6acacb62-f5fe-4613-b684-a02e8c6cbd02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd9a119e6027c821dba84e76e49ba56cc33e5f3 --- /dev/null +++ b/images/6acacb62-f5fe-4613-b684-a02e8c6cbd02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6a25134574218e8a775133abb151732dc795d5ecd8b77cee395a177cae2c27 +size 2782167 diff --git a/images/6ad14b1a-c256-4a91-af6b-7b810e84847b.jpg b/images/6ad14b1a-c256-4a91-af6b-7b810e84847b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ea374eee29819624a5eb1dc146779158929d4cc --- /dev/null +++ b/images/6ad14b1a-c256-4a91-af6b-7b810e84847b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5027c8e1744d052378c4e5a4b8514c3d8d365b9175463d38bdf02ba36fa89d78 +size 1809355 diff --git a/images/6ae89dae-e183-4b33-898f-83af460b6d8f.jpg b/images/6ae89dae-e183-4b33-898f-83af460b6d8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a813069ac566b6db4b3498cf58609353a065f09 --- /dev/null +++ b/images/6ae89dae-e183-4b33-898f-83af460b6d8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0f7c49740fa243c05eded2a650cce85b994688cd1ac097a804e0d45ec29dd8 +size 1637241 diff --git a/images/6aed8abb-cf17-4310-9990-7d34d3c5de05.jpg b/images/6aed8abb-cf17-4310-9990-7d34d3c5de05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fd8aaaeb2c2041fc93cae3efd01f377e866460b --- /dev/null +++ b/images/6aed8abb-cf17-4310-9990-7d34d3c5de05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b751bd3bbce2e1c6ced7f988b276ab79e79de46047c9cb6635e98f3e8859c3 +size 1797131 diff --git a/images/6afb8e4b-d83d-4614-9f08-7033564f75ae.jpg b/images/6afb8e4b-d83d-4614-9f08-7033564f75ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ef4b93ce830ad09085aaab87bd035d0dae00e81 --- /dev/null +++ b/images/6afb8e4b-d83d-4614-9f08-7033564f75ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180ca700259523c640bfe4dd8a0613131166a2920d9b3d76b787146e7e817a13 +size 1417899 diff --git a/images/6afccf8b-39f6-40e4-985b-8aeae35ba737.jpg b/images/6afccf8b-39f6-40e4-985b-8aeae35ba737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4963eb2466789baf6911af9089253a61a3ceb9 --- /dev/null +++ b/images/6afccf8b-39f6-40e4-985b-8aeae35ba737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2b1f02670420c39123e7a122910520ee72c89025d458afb5322e0bf88bdd6a +size 1729129 diff --git a/images/6aff3b69-1f50-4471-ae87-fe55e370c401.jpg b/images/6aff3b69-1f50-4471-ae87-fe55e370c401.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bac1abd24c8aafea80026bd738c542ed5b75e6d --- /dev/null +++ b/images/6aff3b69-1f50-4471-ae87-fe55e370c401.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7364925b97999d69e4147231e6d6c663877a6ca782b3716fbf0fdc2c2af1c9c5 +size 1263212 diff --git a/images/6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2.jpg b/images/6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..950444cdb0f9342546d7ff10bb8277ec0bddfd46 --- /dev/null +++ b/images/6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed861af7ee16912c8e5a1861d1a1480db416d9611865b01353435696143698b +size 1510572 diff --git a/images/6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb.jpg b/images/6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e452586d94d9c2e0767643857ea617ecf289ae7 --- /dev/null +++ b/images/6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a2c1eb99d58790b74c286a2d13712f0c312ebe6176674a1bf06f6a98184c9d +size 1493893 diff --git a/images/6b0ef0bd-b546-47e0-8867-3e70aa00f2c9.jpg b/images/6b0ef0bd-b546-47e0-8867-3e70aa00f2c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99944c85d5ccab66bc73f1fd199b6759642e65f1 --- /dev/null +++ b/images/6b0ef0bd-b546-47e0-8867-3e70aa00f2c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1072a7badddc87e2cf17fad44ca6e65da4dbc38f7ce4c5e48b46643b0b89bd +size 1587994 diff --git a/images/6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1.jpg b/images/6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d201902c3a5c4bdf9bff234506eeb2ac64aadcec --- /dev/null +++ b/images/6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9ffd65ec3a493b33067a9e052023421c0680b271f8c7392acfb3459526506f +size 1362534 diff --git a/images/6b1ea442-ad21-44b3-9f5e-3706de116c23.jpg b/images/6b1ea442-ad21-44b3-9f5e-3706de116c23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..415f8b0d1e04c7f41905b2d2633a555dbf710ae1 --- /dev/null +++ b/images/6b1ea442-ad21-44b3-9f5e-3706de116c23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6a263ac771989a93fa480dceac5319aa6eb675276fb9e93e4373d2a1b18fe7 +size 1800844 diff --git a/images/6b28a4b9-3006-49d7-90d3-efa97b395d4b.jpg b/images/6b28a4b9-3006-49d7-90d3-efa97b395d4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c2c2ba7b429711f49928b33927f6c934b4bca7c --- /dev/null +++ b/images/6b28a4b9-3006-49d7-90d3-efa97b395d4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd20a2a62e1f72bbc0109b290395de3e5a5888e6a4f11411b0a77b3eb512f49f +size 2217585 diff --git a/images/6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e.jpg b/images/6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20ad59538152e8eda3ada3a0443937881001cc41 --- /dev/null +++ b/images/6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dffe6d6f1eda17f1e9616ff6ca1e764c93dbec3aba8160ead0ad4acbb76ecb2 +size 1565903 diff --git a/images/6b306d32-a5f1-493f-a220-6786948a5f38.jpg b/images/6b306d32-a5f1-493f-a220-6786948a5f38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5f8037c5415b3182697bb6e17f72216b0473870 --- /dev/null +++ b/images/6b306d32-a5f1-493f-a220-6786948a5f38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633c2b3e71334574d30a36e0faf7b30d6bc298a89c5005498ecc73f8a98fd28d +size 1882200 diff --git a/images/6b389b6f-2f4d-46dd-bbf6-d949eff57d0b.jpg b/images/6b389b6f-2f4d-46dd-bbf6-d949eff57d0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..659741ad3e073cc35eb69b17917ef1bca597cc24 --- /dev/null +++ b/images/6b389b6f-2f4d-46dd-bbf6-d949eff57d0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc6d8a1bb1e35e8909266865979938bccde79e9477f080dba0ac67a762fb3d5 +size 1727631 diff --git a/images/6b3a6151-6673-449c-a914-4690bd8f159c.jpg b/images/6b3a6151-6673-449c-a914-4690bd8f159c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82e2b392763fac4fb2a8849833ef164ddd6a73fd --- /dev/null +++ b/images/6b3a6151-6673-449c-a914-4690bd8f159c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7c5571b9da7c94067e6cd0e81cb8d97e91450fdacfbb9b317e8291c0c575b8 +size 1596389 diff --git a/images/6b3eac07-2d4d-43c5-839a-eb7f98319e16.jpg b/images/6b3eac07-2d4d-43c5-839a-eb7f98319e16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4dbbc9bc817569778f0ccae80b70a66fa87e378 --- /dev/null +++ b/images/6b3eac07-2d4d-43c5-839a-eb7f98319e16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df8e4d240543b7204769b64bd6148f313ad1631d8e9c9b57b25d191099e8f0a +size 987357 diff --git a/images/6b4282fa-676b-4aea-9d5c-14661f44250f.jpg b/images/6b4282fa-676b-4aea-9d5c-14661f44250f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f156d0ebb163e0322907599f91bcdacf84d6cf2 --- /dev/null +++ b/images/6b4282fa-676b-4aea-9d5c-14661f44250f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0050daec2f6537e852b261a6c9f44a582fff0a5da6bfcc61ab2323a5a1932876 +size 1294361 diff --git a/images/6b42b0f2-921e-4676-9b03-264526d3b45a.jpg b/images/6b42b0f2-921e-4676-9b03-264526d3b45a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae1befc108d754188ae2fb3952b92eb1d9812747 --- /dev/null +++ b/images/6b42b0f2-921e-4676-9b03-264526d3b45a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a969b576d29458e4b2e0b68b7ddead4fb569c8f055aec9433f37f0a71abbb17d +size 1437280 diff --git a/images/6b46a237-0af4-44de-aad0-4fc0b7491f7e.jpg b/images/6b46a237-0af4-44de-aad0-4fc0b7491f7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a4c01ea96b59f1656bc71bf42de46794e299576 --- /dev/null +++ b/images/6b46a237-0af4-44de-aad0-4fc0b7491f7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc42ad8893238d3354278885d1e82744c67181d8d28a19056f1c108d51578ecd +size 2016538 diff --git a/images/6b4e5407-5f85-4977-b619-35f703275141.jpg b/images/6b4e5407-5f85-4977-b619-35f703275141.jpg new file mode 100644 index 0000000000000000000000000000000000000000..320df5cd9ce642fbbbf36043b0593f1814a5906c --- /dev/null +++ b/images/6b4e5407-5f85-4977-b619-35f703275141.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23dddae5a8395d06af25b29ee8b110a406f3d7bd2468806fb5459e15b28d069 +size 1603201 diff --git a/images/6b5d3c6c-7960-4807-a0a9-c3ece517417b.jpg b/images/6b5d3c6c-7960-4807-a0a9-c3ece517417b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d746dc7015599eb69f252d11680173ecbc1cd238 --- /dev/null +++ b/images/6b5d3c6c-7960-4807-a0a9-c3ece517417b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6477b1ca65756dc411fbfc3e01ee2d67725209e9142d6d1829f2870856129180 +size 2692641 diff --git a/images/6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf.jpg b/images/6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093b20a1381c74908f9426ed56c3eb4e31f068bd --- /dev/null +++ b/images/6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd3401540bee71b849691a651fcb6bd6e809ea2469d04b5da0654067c207fce +size 1388050 diff --git a/images/6b6de91d-ebc3-4578-8cbc-6042eecc7bf2.jpg b/images/6b6de91d-ebc3-4578-8cbc-6042eecc7bf2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab3fe8e0f388f24d6acd05efa6260985c9b7a31b --- /dev/null +++ b/images/6b6de91d-ebc3-4578-8cbc-6042eecc7bf2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17725f572dc6b0b160c996090f764b6a36253f19d117a6188b8ae88dbbe0b8ce +size 1723475 diff --git a/images/6b70af1b-26c4-4c57-956a-009012c0c622.jpg b/images/6b70af1b-26c4-4c57-956a-009012c0c622.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ec88e0ed2a327999d5ce8b15a4063c23fa34e17 --- /dev/null +++ b/images/6b70af1b-26c4-4c57-956a-009012c0c622.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f83a6df3fd8665927f15abe870bb26f4cd76c292070193b0d5eea1b36f7942 +size 1152008 diff --git a/images/6b735948-97ac-43f0-8b0a-9fb97f960b0a.jpg b/images/6b735948-97ac-43f0-8b0a-9fb97f960b0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..115508e3811614da8cb606d1c722718e7e623fe4 --- /dev/null +++ b/images/6b735948-97ac-43f0-8b0a-9fb97f960b0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a413f47723b3411a2e182975fb7ead25a0ad2b7f179adf1eda6791630f140906 +size 2571324 diff --git a/images/6b75571a-da1d-4217-b581-806fa0bbe64d.jpg b/images/6b75571a-da1d-4217-b581-806fa0bbe64d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56fb29c1e2cb3f3ff1e71987b34ba8d9e77e0da7 --- /dev/null +++ b/images/6b75571a-da1d-4217-b581-806fa0bbe64d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd593cd98dea8f9af11f6d055b3e3ee8bf8f2d82c9e8138e6ae0f45a2c83fa12 +size 1784259 diff --git a/images/6b7c8735-6aa4-4f1c-9daf-56ea12a18eff.jpg b/images/6b7c8735-6aa4-4f1c-9daf-56ea12a18eff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21fe70abce4bdce0335a7f55abcb03ebb3bc981f --- /dev/null +++ b/images/6b7c8735-6aa4-4f1c-9daf-56ea12a18eff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd98814f796b4f6460a7f3e46962489f4dcfae26e732ebf765a7b2b50637da44 +size 2195385 diff --git a/images/6b7d2951-485e-4c60-a982-ba1d61195b7e.jpg b/images/6b7d2951-485e-4c60-a982-ba1d61195b7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..505d5105e2f8a681842841a664e8ee703dc59c93 --- /dev/null +++ b/images/6b7d2951-485e-4c60-a982-ba1d61195b7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce98e7b2751454ba11a78b54e77b5d3a1adf3d5687b96748f1db0df1412875c +size 1030894 diff --git a/images/6b80498c-c8cd-4f2e-ae22-234af5e0dac7.jpg b/images/6b80498c-c8cd-4f2e-ae22-234af5e0dac7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4223a5200060c6acc180f804af5abb74088cb3c0 --- /dev/null +++ b/images/6b80498c-c8cd-4f2e-ae22-234af5e0dac7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8de3b5531eb2828a52d7940cff7e20e56b5ea001d476da612b6dad0cfe74ce +size 1556206 diff --git a/images/6b90f004-3026-48d4-aa79-7eb6bf4418f5.jpg b/images/6b90f004-3026-48d4-aa79-7eb6bf4418f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7859837415c59fe94b66d6dac562ef02ddf883a8 --- /dev/null +++ b/images/6b90f004-3026-48d4-aa79-7eb6bf4418f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb56bd8a738a853776d4650acd805c21b037a8a5d369fdbefccd602ade8b11f8 +size 1607501 diff --git a/images/6b9116f6-bcce-4acb-aeed-3d4965858673.jpg b/images/6b9116f6-bcce-4acb-aeed-3d4965858673.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b951f4ed46d2cfce231ff4ca5d116bc8bea86f5b --- /dev/null +++ b/images/6b9116f6-bcce-4acb-aeed-3d4965858673.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1992ad29653b218d9529282ee0ab395facda9cb80f3d3102b029669b1af72e +size 1371371 diff --git a/images/6b942120-db63-4f7e-8ea0-de853aa816cf.jpg b/images/6b942120-db63-4f7e-8ea0-de853aa816cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ef51adc5039818fbb0ac43d2f21cdc6b61c9211 --- /dev/null +++ b/images/6b942120-db63-4f7e-8ea0-de853aa816cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53161c58de52e6142db123873c32a3a16b9f776f0be4ca5fd3061c905f66ad81 +size 1688466 diff --git a/images/6ba0f964-8cdf-414a-aa52-4641cfa79c00.jpg b/images/6ba0f964-8cdf-414a-aa52-4641cfa79c00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..837450d832ae950471df825da458175fe8313852 --- /dev/null +++ b/images/6ba0f964-8cdf-414a-aa52-4641cfa79c00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c740b72d7cbeaf04807df8dcf8a3d150e9142e539e89423ea954dc961e88f19 +size 1438621 diff --git a/images/6ba6a354-e934-4acf-a3b4-1f8f68e27d94.jpg b/images/6ba6a354-e934-4acf-a3b4-1f8f68e27d94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdbeb4fe1c498005975a41696f21d630bf0fd97e --- /dev/null +++ b/images/6ba6a354-e934-4acf-a3b4-1f8f68e27d94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207fa7f642be62ae879f0f4a68d52a46c0086c6b375df00ad6d3c6787c4dcfb7 +size 1153103 diff --git a/images/6ba9579b-0c93-419c-94fc-8ceda9bed6e2.jpg b/images/6ba9579b-0c93-419c-94fc-8ceda9bed6e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d20809d5c3718c4c1850c558febc2b8d67e38a9b --- /dev/null +++ b/images/6ba9579b-0c93-419c-94fc-8ceda9bed6e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6438061b1e1712f7a977fd31a461b13edb946c8422f817e1f7ff1b698f0c491 +size 1787904 diff --git a/images/6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd.jpg b/images/6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59829aab62dea86f3bcde1c13b2bf1ba6f6fb701 --- /dev/null +++ b/images/6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8a537f3932e9d5d12d1b1f00be9857e26d24d4db41cd29d7026060fb85f082 +size 1484949 diff --git a/images/6baf2f62-e7f7-44db-ab1c-67115e2277fe.jpg b/images/6baf2f62-e7f7-44db-ab1c-67115e2277fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff719c5faec36c5b77ef1535d7360974b24b1977 --- /dev/null +++ b/images/6baf2f62-e7f7-44db-ab1c-67115e2277fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e322a7812851f63dfae77c4118ddce2f4575da3b869fa0617876a54a35a318b +size 1822126 diff --git a/images/6bb7cff7-53db-4f2a-9d3c-c27785385a6d.jpg b/images/6bb7cff7-53db-4f2a-9d3c-c27785385a6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09861b4f2acd4c0d95de21027fee450d7435a068 --- /dev/null +++ b/images/6bb7cff7-53db-4f2a-9d3c-c27785385a6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31657c724a1125d4162fb5ce42bc80e6a8dfed72b84a53c698ef37717dc8b02f +size 1259142 diff --git a/images/6bb902ba-5ff2-433f-bf97-1005be089415.jpg b/images/6bb902ba-5ff2-433f-bf97-1005be089415.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf97eba7db3fab8073d52504fefb0f26d6630a5b --- /dev/null +++ b/images/6bb902ba-5ff2-433f-bf97-1005be089415.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a55845af3eacc069454638eb322c54c135fd7a22233f9f1628cd00fec6f29d +size 3211427 diff --git a/images/6bb95581-0595-47f5-ae90-aebbc458c063.jpg b/images/6bb95581-0595-47f5-ae90-aebbc458c063.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81cd7ea1f0dcf501b6cfe6b219a04f91b3ebfbe1 --- /dev/null +++ b/images/6bb95581-0595-47f5-ae90-aebbc458c063.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e7551532e5af5df45011d7710c081b71b3e57ed92f75c8db069175f6871ead +size 1604119 diff --git a/images/6bbc15ad-ad71-47c1-a842-c127d06f9cc6.jpg b/images/6bbc15ad-ad71-47c1-a842-c127d06f9cc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de18b779de2eab6212e84311353c32f94499e521 --- /dev/null +++ b/images/6bbc15ad-ad71-47c1-a842-c127d06f9cc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdf7e507daae23dfac087013aeda9de6af0c917ed3a45e4c522de1d1e4bafc6 +size 1348721 diff --git a/images/6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf.jpg b/images/6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bdff0d283e0367a7c8958c8957d9c7dd8569e6b --- /dev/null +++ b/images/6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb4779f6927c196297ba33399e8f499b7cbe063f97483080eb45472fd166b76 +size 1917148 diff --git a/images/6bc8de59-feb5-47d5-adab-4671418360ae.jpg b/images/6bc8de59-feb5-47d5-adab-4671418360ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b5b5986a55accb5c550f6490b7436e26d3d532f --- /dev/null +++ b/images/6bc8de59-feb5-47d5-adab-4671418360ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df430f71914332fd60b260b003c33127ff47da9430c3d57938de010c48dc45a +size 2834592 diff --git a/images/6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370.jpg b/images/6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf651d0fd4e451d5e1ae97fee2f28a6496395d00 --- /dev/null +++ b/images/6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2346cd8ba82520b612c40a226f2588b1e04b369714ff569d4d7da4a8ca62869a +size 2510980 diff --git a/images/6be38b4c-2181-4506-9596-96029270b053.jpg b/images/6be38b4c-2181-4506-9596-96029270b053.jpg new file mode 100644 index 0000000000000000000000000000000000000000..401bca5fa45662eea24f7f7cfdd1556ab52685c1 --- /dev/null +++ b/images/6be38b4c-2181-4506-9596-96029270b053.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a00c3152336c9213ad2f473e961192b48ea13afd28982be36f0d9ea529b372 +size 1213646 diff --git a/images/6be3df62-6eca-4fe5-8e82-679576c5b32b.jpg b/images/6be3df62-6eca-4fe5-8e82-679576c5b32b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0d840d1ef19c5eda69f71900681716472a0e931 --- /dev/null +++ b/images/6be3df62-6eca-4fe5-8e82-679576c5b32b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79f8465995b2d4123ce577671026d30abfc6505f77de810092fa167dc2fa1f9 +size 1261723 diff --git a/images/6bea2602-47e4-45a1-991f-b6527c712094.jpg b/images/6bea2602-47e4-45a1-991f-b6527c712094.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a99aa96cd2c69b2be09f6f4f514a52c65010b079 --- /dev/null +++ b/images/6bea2602-47e4-45a1-991f-b6527c712094.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc46137bb50a27959abe789696315622700d19bc5b9df90cbf72c9c43a12d5e +size 1500349 diff --git a/images/6bef09e3-4cfe-45fc-8c53-4a28f43b0366.jpg b/images/6bef09e3-4cfe-45fc-8c53-4a28f43b0366.jpg new file mode 100644 index 0000000000000000000000000000000000000000..756cfbd421032d001776e3397473a678dcc7cec3 --- /dev/null +++ b/images/6bef09e3-4cfe-45fc-8c53-4a28f43b0366.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a78de5455b497efe3e117b08b212bb635a3725ef97b61ef6f097e67115f797 +size 2067892 diff --git a/images/6bf704be-77f9-4abf-b179-76318560164b.jpg b/images/6bf704be-77f9-4abf-b179-76318560164b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a164d23304678161495b92d82e7db2e8841b2ed5 --- /dev/null +++ b/images/6bf704be-77f9-4abf-b179-76318560164b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141b6e6d1302c4e181c8acbf7d45e75402bdc2e2789ee9e60f788138db4ef1dc +size 1585947 diff --git a/images/6c086d8e-ffb0-4171-a1dd-19286031fbf9.jpg b/images/6c086d8e-ffb0-4171-a1dd-19286031fbf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a9c68440cb7285363853fd666d3e90633755b63 --- /dev/null +++ b/images/6c086d8e-ffb0-4171-a1dd-19286031fbf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01be7df573b4638e318c856ad0a2383a2576ccc28da5e4f1256098ab02ec9b7d +size 1150971 diff --git a/images/6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c.jpg b/images/6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70d8fa20bfde056cfdcf3ef4b2099ecb310ebbe0 --- /dev/null +++ b/images/6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741676983a6c275e1e32fdb2e9c67447eaac842ce9c0064e8cbceb93188faba2 +size 1476724 diff --git a/images/6c13a70e-1d99-4c3d-8b8b-489619cf62e7.jpg b/images/6c13a70e-1d99-4c3d-8b8b-489619cf62e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..875e0294e350de1efb0321cf6aea238807f2187b --- /dev/null +++ b/images/6c13a70e-1d99-4c3d-8b8b-489619cf62e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c64e09126ca380bae3d301560d2229c1b4d07672bc173e17798e7c0cddd535 +size 1719795 diff --git a/images/6c14431f-24e3-47e2-9259-47ce615e5caf.jpg b/images/6c14431f-24e3-47e2-9259-47ce615e5caf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a79368d665f5425fb89ddf196137e13e41a6c13b --- /dev/null +++ b/images/6c14431f-24e3-47e2-9259-47ce615e5caf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3985fdff442b3c40f7dbc234d3918a6b4563f84faef454ee40b53c8f2aa1268 +size 1557755 diff --git a/images/6c1671cb-1abb-418d-a2ad-80cedbb46c8c.jpg b/images/6c1671cb-1abb-418d-a2ad-80cedbb46c8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..099ed4df379896ef2ca5af7f735383e6777292e0 --- /dev/null +++ b/images/6c1671cb-1abb-418d-a2ad-80cedbb46c8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea645a010ca5fa564b1a785c540f7a0c46e119cae90ab72a3f65a54edafa9cb +size 1445347 diff --git a/images/6c196859-675b-480a-b739-4161821eced6.jpg b/images/6c196859-675b-480a-b739-4161821eced6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..744467834f0f64ab11994055e3541bd3e35b1200 --- /dev/null +++ b/images/6c196859-675b-480a-b739-4161821eced6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5eb82d3e28fcfc349ef2d4ec27ea90a7e7905a6a46c5ce07753270e603e4d4 +size 1753569 diff --git a/images/6c1b8158-5465-4373-84a6-e9dac46f1462.jpg b/images/6c1b8158-5465-4373-84a6-e9dac46f1462.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1e7a7c5fa5f8a3ad2a9cd62fe56f8d11273d608 --- /dev/null +++ b/images/6c1b8158-5465-4373-84a6-e9dac46f1462.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e353bb37993fbd0dc8f34548ea8cbc7b77a17135212a3b5554e54cc9b3bfc2e +size 1628996 diff --git a/images/6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6.jpg b/images/6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47a773fac6100d2da54ae48acfeadfce28316f24 --- /dev/null +++ b/images/6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c5e95fe5a1c5680c8ca82b423a5f9e9f10fc418d009e72d032eb37545e2fc2 +size 1674069 diff --git a/images/6c226199-86d6-4716-a4f3-4d93c28418ea.jpg b/images/6c226199-86d6-4716-a4f3-4d93c28418ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17ae5ea4593e7ec1f7b4a99643f59ae487ef6f1e --- /dev/null +++ b/images/6c226199-86d6-4716-a4f3-4d93c28418ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e05e9ce8fc425f696734a9d4a72f05296cc4a7de3952bfe628cc7413e3814f +size 1623809 diff --git a/images/6c27dfad-6e55-4b49-9859-780658fc02e9.jpg b/images/6c27dfad-6e55-4b49-9859-780658fc02e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07164ec6450053f1889b6e8772f688fec357cf60 --- /dev/null +++ b/images/6c27dfad-6e55-4b49-9859-780658fc02e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671a2fd9a574824c6214ea9e56a85db4f14e02df9c21cb4c266b1509f5821cad +size 1671173 diff --git a/images/6c2934fa-8916-4190-87fc-6d6257659a93.jpg b/images/6c2934fa-8916-4190-87fc-6d6257659a93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d4f54a8a20421efe634808d3508d4558f278254 --- /dev/null +++ b/images/6c2934fa-8916-4190-87fc-6d6257659a93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e7b63067a9911f63b0ce3f5d223afead713ae055e31cf1aba5a52f14959dbb +size 2083181 diff --git a/images/6c2f7758-c6d7-4f03-88c8-89bf86804b04.jpg b/images/6c2f7758-c6d7-4f03-88c8-89bf86804b04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..270ec03839a89b04871d0ab1caf0e1552accd277 --- /dev/null +++ b/images/6c2f7758-c6d7-4f03-88c8-89bf86804b04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a7ac5ea6b602723e31053b700337890cacb9c3ad74895b2344cb5e5c8370c7 +size 1394390 diff --git a/images/6c3d0996-c529-4b20-82c7-4a34971e4bff.jpg b/images/6c3d0996-c529-4b20-82c7-4a34971e4bff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29b96ab46f9f3d5604c3ad10c4a55d8b5b5560a2 --- /dev/null +++ b/images/6c3d0996-c529-4b20-82c7-4a34971e4bff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6149c6fc99d6c06a9cb04033f661a8c01c4c143b11af669bfef90696251fce +size 1250148 diff --git a/images/6c41ccb1-9c6f-4352-9882-bada146c4e6b.jpg b/images/6c41ccb1-9c6f-4352-9882-bada146c4e6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..916805fd980ddaaaf3019fe9d122ef0886c8bb3d --- /dev/null +++ b/images/6c41ccb1-9c6f-4352-9882-bada146c4e6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa9d0df89bdf0c8b9f21080f01780a1dc12bcb443ace2da1a5e859e03f61e00 +size 1789910 diff --git a/images/6c4daaf9-9e93-4b72-837a-398de462c858.jpg b/images/6c4daaf9-9e93-4b72-837a-398de462c858.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38d6122b1e4276aaccdfb757c9659f1d797d1f08 --- /dev/null +++ b/images/6c4daaf9-9e93-4b72-837a-398de462c858.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bec79792eea84929fdbba5b7c749bb5d4b0ff2ae86d518cea8ce8dc3f598c0 +size 1566953 diff --git a/images/6c4e2e0f-8820-4c0f-9541-e1003cf5aec2.jpg b/images/6c4e2e0f-8820-4c0f-9541-e1003cf5aec2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aee14bc6058d7fde1e5035823a7d6ffa46dc3a7 --- /dev/null +++ b/images/6c4e2e0f-8820-4c0f-9541-e1003cf5aec2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd1bd27397431d9b93e9c2fe3ce7a6b547ed103c770b370b0d3ed50fcf86175 +size 1765709 diff --git a/images/6c4e4280-7487-4951-9019-a1538d606de5.jpg b/images/6c4e4280-7487-4951-9019-a1538d606de5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3f79e0067e16ca30225951580ddb09f45509439 --- /dev/null +++ b/images/6c4e4280-7487-4951-9019-a1538d606de5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c879c6cd80c7f5623ce769e552a12204b2a05880822d1b4ecc9d70e60e4878e3 +size 2487822 diff --git a/images/6c53f0a9-011f-4d89-98ed-86f630d3a743.jpg b/images/6c53f0a9-011f-4d89-98ed-86f630d3a743.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1f19fc65abf26af0b55a4b15bc29e08429dd2d9 --- /dev/null +++ b/images/6c53f0a9-011f-4d89-98ed-86f630d3a743.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157960da7f84f260468743e510a29c88f4c262f08b2ec48eac0d56b4e8b7198e +size 1629622 diff --git a/images/6c5af6b6-7d07-4dfa-9362-842334c6d0dd.jpg b/images/6c5af6b6-7d07-4dfa-9362-842334c6d0dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3308e688b701309634aabbde18dee54db9216bb8 --- /dev/null +++ b/images/6c5af6b6-7d07-4dfa-9362-842334c6d0dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b5db6eef98b7e09b24375027e861a1acc81cea1c2c5a90484b6f71759817ff +size 1569500 diff --git a/images/6c699351-fdf4-4e02-87ba-a0658fc9e726.jpg b/images/6c699351-fdf4-4e02-87ba-a0658fc9e726.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95916e3b563aa7392392b0e7890bf84f917cd026 --- /dev/null +++ b/images/6c699351-fdf4-4e02-87ba-a0658fc9e726.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54015ed8ba4640d3865325e37c5c38be3ff81d44cc0cf4e3108b8b93ddc9d4d2 +size 1620268 diff --git a/images/6c7c3627-bd23-4b71-b77a-382a6f57ad91.jpg b/images/6c7c3627-bd23-4b71-b77a-382a6f57ad91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e4c4977df9c3612a305848d0fc772ee9d603b4b --- /dev/null +++ b/images/6c7c3627-bd23-4b71-b77a-382a6f57ad91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e273e39e0d9c44a9e8a7ab1430c0464911806474e5035c9661a45f42adde19 +size 1395487 diff --git a/images/6c81a4e4-0388-40bc-a35c-390dcea546b8.jpg b/images/6c81a4e4-0388-40bc-a35c-390dcea546b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bc8a48259eec0cd54cdc0cd00dad60a0d59799f --- /dev/null +++ b/images/6c81a4e4-0388-40bc-a35c-390dcea546b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05679ca3638b63791cdff48075fc6160aff87404f81b4ab1d08e6cc7add2fd8 +size 1936986 diff --git a/images/6c913cf0-ccdf-4bdb-98e3-61bd8b85063b.jpg b/images/6c913cf0-ccdf-4bdb-98e3-61bd8b85063b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c92bb686d565b991956ec3feda04aabaff9711fd --- /dev/null +++ b/images/6c913cf0-ccdf-4bdb-98e3-61bd8b85063b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e259c6f0d88a0ae5c54b7000fdfd0dfc1bda85de33c70718d1c445770631905 +size 1512996 diff --git a/images/6c972045-0716-4af0-bb3f-6ea1e364ad81.jpg b/images/6c972045-0716-4af0-bb3f-6ea1e364ad81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f098f1d4bb16d88c84435231384986d85e04d46f --- /dev/null +++ b/images/6c972045-0716-4af0-bb3f-6ea1e364ad81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7824155c449a4bae5108618d24b080f7435b12e45d3246cc0af5e698770d1d8d +size 1336816 diff --git a/images/6cbf69c2-6e1c-461d-a723-bbd12425d90b.jpg b/images/6cbf69c2-6e1c-461d-a723-bbd12425d90b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7456a83f3ef430810df9b9149456732af1d6bf51 --- /dev/null +++ b/images/6cbf69c2-6e1c-461d-a723-bbd12425d90b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f593812708ea8f11d90da31f316d5371baf13702ee76a8bacf3de26961440e6f +size 1613529 diff --git a/images/6cc1a5e4-1d28-41eb-a3c5-30c966980599.jpg b/images/6cc1a5e4-1d28-41eb-a3c5-30c966980599.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fd4d6aeba61aa071656d1e4ecc7a130d2172849 --- /dev/null +++ b/images/6cc1a5e4-1d28-41eb-a3c5-30c966980599.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cf293a11adc3f9de87ee6f722012380c997a1043c55b30be275f26cd5da274 +size 1616671 diff --git a/images/6cd3a287-79dd-46e5-8142-8a43f4f4eb35.jpg b/images/6cd3a287-79dd-46e5-8142-8a43f4f4eb35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8434a13c9e9b4ec865b5e7551c55343965d66006 --- /dev/null +++ b/images/6cd3a287-79dd-46e5-8142-8a43f4f4eb35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12642998ef767c55bcceafcc92244bc015989302bbd958f338905efb6be4517 +size 1431992 diff --git a/images/6cd9d146-4357-471a-bef2-cbd0cf0c2faf.jpg b/images/6cd9d146-4357-471a-bef2-cbd0cf0c2faf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73259292291bb313ed9a719d5d0c22ff8f1f94d0 --- /dev/null +++ b/images/6cd9d146-4357-471a-bef2-cbd0cf0c2faf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9829cd6c398befdaa20a7baea6e2cceb5de9620046b4fcd35d6c395e0df9c478 +size 1523782 diff --git a/images/6cdbfa97-b721-443e-bf98-8b1de22fa7ac.jpg b/images/6cdbfa97-b721-443e-bf98-8b1de22fa7ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1020d2e4712322154a748e8481dfa55976327942 --- /dev/null +++ b/images/6cdbfa97-b721-443e-bf98-8b1de22fa7ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202c96966b27aa166ff1c681dde2c21e7849635ff480fcefc614c3afa9784cb7 +size 1302329 diff --git a/images/6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c.jpg b/images/6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff9e6862cf6797c03be20f32f83e941a3ac4aadf --- /dev/null +++ b/images/6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964ea2d2d8cea8f6a6dd806aed0b63110c84b276889666735e1130aa38e516fc +size 1758669 diff --git a/images/6cf2a7ec-ceea-4651-9e4d-71df7ee03572.jpg b/images/6cf2a7ec-ceea-4651-9e4d-71df7ee03572.jpg new file mode 100644 index 0000000000000000000000000000000000000000..492796e19ce98f055e72000d4f4129f6e2486213 --- /dev/null +++ b/images/6cf2a7ec-ceea-4651-9e4d-71df7ee03572.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dc409c935940d0db0811a395683ae97679320a38a505044726b309603dd36a +size 1668756 diff --git a/images/6cf67ced-1c0d-4b57-8788-be514fbc62ac.jpg b/images/6cf67ced-1c0d-4b57-8788-be514fbc62ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70ef439e84949eca1571fe9dfbe11579c6789a74 --- /dev/null +++ b/images/6cf67ced-1c0d-4b57-8788-be514fbc62ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67614e846ba8cc9c3f270f406df1b667e23c9c8a997aa6379189231a9d079514 +size 1683619 diff --git a/images/6cf89c75-baa3-4287-b4b3-133ea9b9a14c.jpg b/images/6cf89c75-baa3-4287-b4b3-133ea9b9a14c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..770a80109238f870209bcae3dff8834af9630279 --- /dev/null +++ b/images/6cf89c75-baa3-4287-b4b3-133ea9b9a14c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397f13b9ddc1829936efc85d2768fb04f6307b3f24ad7615a63da07b0b511075 +size 2067391 diff --git a/images/6cfc138f-59cb-4de1-a0f8-6293b7b61036.jpg b/images/6cfc138f-59cb-4de1-a0f8-6293b7b61036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48e7a7afc579b7d54b8fef83c7e0fd77293e92f6 --- /dev/null +++ b/images/6cfc138f-59cb-4de1-a0f8-6293b7b61036.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518d8354e93acf809e9e743a3baa6326c6332c0559ac065a0fc0c0568dbf2113 +size 1358645 diff --git a/images/6cfdfa93-ea9a-47ef-9d44-2b7766c882d5.jpg b/images/6cfdfa93-ea9a-47ef-9d44-2b7766c882d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..239232c6ff6a879d5f0840e759494dadefb31289 --- /dev/null +++ b/images/6cfdfa93-ea9a-47ef-9d44-2b7766c882d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b96060925c4a3c2615632f4b49ad773070d48ddd8951e08e5f40744c33e704 +size 1825037 diff --git a/images/6d0294a2-d746-4170-b9f9-139c61e76c5d.jpg b/images/6d0294a2-d746-4170-b9f9-139c61e76c5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8625c5f87e972e292f80f4cd82daec33d9aa34e --- /dev/null +++ b/images/6d0294a2-d746-4170-b9f9-139c61e76c5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f795ec67e5bba6eb10e9f39c70df799cb6e41770b3e31e64812ee1866538989 +size 1210249 diff --git a/images/6d10b7ee-e643-4c5b-bcd5-ceebea03099d.jpg b/images/6d10b7ee-e643-4c5b-bcd5-ceebea03099d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fe8a84c6759d568231463c8ec9d84eb9b67e02d --- /dev/null +++ b/images/6d10b7ee-e643-4c5b-bcd5-ceebea03099d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc51a9bf83173e0266b295bebea93dc81f4f0ef6bffb9da7627096b3562be861 +size 1515139 diff --git a/images/6d174db5-a309-4c03-aa13-3d200917cb03.jpg b/images/6d174db5-a309-4c03-aa13-3d200917cb03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4460096a2de76332bf8bdeb459807f2449d7345e --- /dev/null +++ b/images/6d174db5-a309-4c03-aa13-3d200917cb03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed8b85de373f399b7dcd80029c054b4ff17ffc06e1c9dab24eeb914e3aaac24 +size 1545731 diff --git a/images/6d181b5f-5d45-4bd9-beb7-8cc236d18432.jpg b/images/6d181b5f-5d45-4bd9-beb7-8cc236d18432.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a6691a669d836506d711b39081d59a03bf15111 --- /dev/null +++ b/images/6d181b5f-5d45-4bd9-beb7-8cc236d18432.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5e493a180fedf441d71883ad1a508d75b305d48dceb5e9d53e7e466ae5db21 +size 1442752 diff --git a/images/6d1aed59-038b-457c-8a2e-ba2459a67933.jpg b/images/6d1aed59-038b-457c-8a2e-ba2459a67933.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc19916efb003901b1b57971700451538b4dd032 --- /dev/null +++ b/images/6d1aed59-038b-457c-8a2e-ba2459a67933.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7008b6e9ac17927ab08db066ecf849aa6e1b6483810c4886996f63a068e152c8 +size 1757319 diff --git a/images/6d221e12-9412-4c45-95ed-677345319b35.jpg b/images/6d221e12-9412-4c45-95ed-677345319b35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17c8ec1e62c7eee2851f33f3145f757c85fe03a4 --- /dev/null +++ b/images/6d221e12-9412-4c45-95ed-677345319b35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fd09abf742ae47772aee8b60296e56ed6df08aaee0f1f099bb78ec60d38373 +size 1319837 diff --git a/images/6d2a83f7-993f-46ba-8d97-e37720c3a2a1.jpg b/images/6d2a83f7-993f-46ba-8d97-e37720c3a2a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c4a4b86ea832a758c2f515606fb832b603a3d76 --- /dev/null +++ b/images/6d2a83f7-993f-46ba-8d97-e37720c3a2a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0d905c9f6fe22e90beef8f92fc1d4705a60af116148dd4d35970ec7ee6b0a0 +size 1906465 diff --git a/images/6d321505-8051-41d7-bf3f-b90a4a05cb4e.jpg b/images/6d321505-8051-41d7-bf3f-b90a4a05cb4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e6fd095db6a74a8af7b06c01809307f45a35470 --- /dev/null +++ b/images/6d321505-8051-41d7-bf3f-b90a4a05cb4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553736c8ff9cfca845869c7e095feedc90edf462fc53e54c21b4f5f8c3b693a9 +size 1526655 diff --git a/images/6d42c291-9997-4d13-b56e-4a9bb28cd366.jpg b/images/6d42c291-9997-4d13-b56e-4a9bb28cd366.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2b0b6baa64d7e510b0fb78f9ec0bb982899ffc3 --- /dev/null +++ b/images/6d42c291-9997-4d13-b56e-4a9bb28cd366.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9b56afa8c4733f00d589a315c0ea65029424c57dd225aa4251efabb6bd9141 +size 1682612 diff --git a/images/6d4c2d46-aece-492d-acbd-d442e055015f.jpg b/images/6d4c2d46-aece-492d-acbd-d442e055015f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..373a0fff1332459ca8489be2c2ee525809d614c5 --- /dev/null +++ b/images/6d4c2d46-aece-492d-acbd-d442e055015f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e01436bcda3c219eb2b12d68598f4837d5f87203edd3eb336dd5fb739f39a7 +size 1933066 diff --git a/images/6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1.jpg b/images/6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fbc2340dd00fca16af2bb1d4aaeca1d93e33570 --- /dev/null +++ b/images/6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836749b5881500ab5f721a3f32cf7ad590d6a5f94ad22c1137ad210d138a78ad +size 1798715 diff --git a/images/6d6d7458-0114-45ed-937c-84cfa143961b.jpg b/images/6d6d7458-0114-45ed-937c-84cfa143961b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c09486aabad7191b2c89453888a1a77f6d7fb9 --- /dev/null +++ b/images/6d6d7458-0114-45ed-937c-84cfa143961b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c45ce0dded3147cb13953b4642e7d1a3b1d29eb62cab106d473fab33b3aa40b +size 3336462 diff --git a/images/6d7494f8-9378-4271-8d4e-b4dbdf3fa86d.jpg b/images/6d7494f8-9378-4271-8d4e-b4dbdf3fa86d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffa408d07fdb169e48bc43f80d87548410dd4d00 --- /dev/null +++ b/images/6d7494f8-9378-4271-8d4e-b4dbdf3fa86d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6621b556e63ec8f16581714e94ff741bae57af6f9bdf92a003ddc8443df21ed6 +size 3470753 diff --git a/images/6d74dfe3-4edd-431b-a7ff-2b8541759f2f.jpg b/images/6d74dfe3-4edd-431b-a7ff-2b8541759f2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f5742b0aeb93214b7b293bb8bf6af57b61bbb24 --- /dev/null +++ b/images/6d74dfe3-4edd-431b-a7ff-2b8541759f2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9318a65531bd7aa5fbc2bd211a403ca71a8d9744bf14bb6b055bfd525137004c +size 1270875 diff --git a/images/6d767f56-494a-42dd-8bd7-be2106d91dcb.jpg b/images/6d767f56-494a-42dd-8bd7-be2106d91dcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec6b6d1b60fa82a78ef2f2c819fcc957bcddcb09 --- /dev/null +++ b/images/6d767f56-494a-42dd-8bd7-be2106d91dcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f70b756a761b1a84dba84b2732646839a973f51e679e2ef751d89df75b79b14 +size 1664614 diff --git a/images/6d795082-c321-4a7c-ae28-817531e3b45c.jpg b/images/6d795082-c321-4a7c-ae28-817531e3b45c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e6a99a2a2cf835211ed5894b785fae709696b46 --- /dev/null +++ b/images/6d795082-c321-4a7c-ae28-817531e3b45c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738ad13035d29db2246ab12745ef4cbe33033216302539a99a92e6286aa575db +size 1205760 diff --git a/images/6d8254d0-ab1d-4a20-b11f-930cdc8833b3.jpg b/images/6d8254d0-ab1d-4a20-b11f-930cdc8833b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..223ca536af0987f62c39901e9f1b740afaf8a700 --- /dev/null +++ b/images/6d8254d0-ab1d-4a20-b11f-930cdc8833b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51a6347759a294bfce1c55d807b7eac82fe406fc5ef9488b03cd2ad7887e1f1 +size 1701479 diff --git a/images/6d894838-506a-4d71-9602-1ac33c8dbf47.jpg b/images/6d894838-506a-4d71-9602-1ac33c8dbf47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee96901ae115d63eaf18add147432de7eb216946 --- /dev/null +++ b/images/6d894838-506a-4d71-9602-1ac33c8dbf47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99628227b323d972711ae0ddb2528378e499b8f222c3561e012509ec6f44cde +size 1345996 diff --git a/images/6d919b0b-44e9-4f28-bc48-9d757970e243.jpg b/images/6d919b0b-44e9-4f28-bc48-9d757970e243.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0acd69d1f10d4d920b5017e65994fb47d2e8744 --- /dev/null +++ b/images/6d919b0b-44e9-4f28-bc48-9d757970e243.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3018fee86ae07414e4f35e23ab2b0ec3f85d62ee5a3691aaa7cfe7b1c7a1e6f2 +size 2297490 diff --git a/images/6d97e696-bd24-4784-a8e9-1ab732df9724.jpg b/images/6d97e696-bd24-4784-a8e9-1ab732df9724.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1ee3731fc1e3112cfbd84a473fad6cd3ce6f447 --- /dev/null +++ b/images/6d97e696-bd24-4784-a8e9-1ab732df9724.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353fbb85a141809ed3c4a372c0e5a84c0c3cae4bafc9ea4f7ef40da2c1a9d1f8 +size 1510905 diff --git a/images/6d9bff1d-c613-447c-b37c-d83760d9387b.jpg b/images/6d9bff1d-c613-447c-b37c-d83760d9387b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9623146ca396e73c3d5654bef841d5581b8afd67 --- /dev/null +++ b/images/6d9bff1d-c613-447c-b37c-d83760d9387b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aec20295880c385e81dff8b3abe3d4e8a774c595f0aaf3fa6b6a8250a75a65b +size 1352612 diff --git a/images/6d9c5412-0894-49c8-83fd-ed7bbe4ee640.jpg b/images/6d9c5412-0894-49c8-83fd-ed7bbe4ee640.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23a650d75932b3f2c7978caefc54b7988843621e --- /dev/null +++ b/images/6d9c5412-0894-49c8-83fd-ed7bbe4ee640.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d490a31d5057e3b2ca74d71523a9ca27bacfe4ccf35bafda252a9ececf083a +size 1491510 diff --git a/images/6d9c6460-cc73-4bd3-976e-d1f79f468973.jpg b/images/6d9c6460-cc73-4bd3-976e-d1f79f468973.jpg new file mode 100644 index 0000000000000000000000000000000000000000..906d203ba753a5704aa554f0086f2eee31fbc927 --- /dev/null +++ b/images/6d9c6460-cc73-4bd3-976e-d1f79f468973.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ea18cd3d700a31a183fba13e4d7c1676cae30c61f01a1c33dd7fff527725d8 +size 3431330 diff --git a/images/6db70e10-8510-4286-914a-23b3e1e6668a.jpg b/images/6db70e10-8510-4286-914a-23b3e1e6668a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b50188cd82342c19808501b1969c4f2020436ab --- /dev/null +++ b/images/6db70e10-8510-4286-914a-23b3e1e6668a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcd457ea902f932305b4d1a1c3d653159ad03db9aa8f198a16bb6a877388418 +size 3225348 diff --git a/images/6dc56d46-b2ec-4707-a647-8823b32f7548.jpg b/images/6dc56d46-b2ec-4707-a647-8823b32f7548.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36833401baed96f3e87656527867865ec316151f --- /dev/null +++ b/images/6dc56d46-b2ec-4707-a647-8823b32f7548.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce396d6494448af6d608138b1beb1d3070ef5df9aa693415181dbe44e8c7854 +size 2753948 diff --git a/images/6ded561f-a802-4c65-b7ba-8e5617f15969.jpg b/images/6ded561f-a802-4c65-b7ba-8e5617f15969.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab7f999dfe45740b07957491e063e3a7176a99a7 --- /dev/null +++ b/images/6ded561f-a802-4c65-b7ba-8e5617f15969.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5fca7711fa1d0345efa374713827cb11fac6c2d75316e88ce64b17d3979f35 +size 1345286 diff --git a/images/6df40437-6b4a-4777-8905-fadb427e67c5.jpg b/images/6df40437-6b4a-4777-8905-fadb427e67c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e40fd60fedec24512fe6910b70ff85b4b88d495 --- /dev/null +++ b/images/6df40437-6b4a-4777-8905-fadb427e67c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e646296cab1f606e47120ffb3b9b69d29f16194a4e8a649b36752206068ebafc +size 1938582 diff --git a/images/6dfed813-2f09-49f1-a3f1-8436093299a4.jpg b/images/6dfed813-2f09-49f1-a3f1-8436093299a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e84709b4c844545dff07a83ac99bda049e5b82a1 --- /dev/null +++ b/images/6dfed813-2f09-49f1-a3f1-8436093299a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e7e3a86b862d02ed5f5ec0d122d0e5c686e25de70e0be9ad5778b2d3d7423f +size 2853940 diff --git a/images/6dfee531-7f07-4288-8fc9-01a60347768b.jpg b/images/6dfee531-7f07-4288-8fc9-01a60347768b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6eb62ac613038ebd7aca958944b2d2f90dc4dd68 --- /dev/null +++ b/images/6dfee531-7f07-4288-8fc9-01a60347768b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7dbafdb28d9c5e15a9e5902771e0d9c75f464e352a199d51754cf1826aaad1 +size 1449432 diff --git a/images/6e000bc7-b11e-4030-8393-88061bfe1feb.jpg b/images/6e000bc7-b11e-4030-8393-88061bfe1feb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e715b0993742e8fcf0c334f248f9d8db23d63a55 --- /dev/null +++ b/images/6e000bc7-b11e-4030-8393-88061bfe1feb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3899aadf005178762a0612544d5d55b13d5c342a37d3df4c38295967e65e5c67 +size 2043511 diff --git a/images/6e027ed1-d954-4c7a-9001-9c67e50a2444.jpg b/images/6e027ed1-d954-4c7a-9001-9c67e50a2444.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb94f00c94c8b2eba6b06467660b4ce6e518c9da --- /dev/null +++ b/images/6e027ed1-d954-4c7a-9001-9c67e50a2444.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b53ab9ff88dbed221d46acafea0a44139461ed637dd669b98c9d64c64ccb1c +size 1504517 diff --git a/images/6e088742-ce9f-4591-98c3-4937c09c7a53.jpg b/images/6e088742-ce9f-4591-98c3-4937c09c7a53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da45420961001d166a4b26301e8c2473a59f73ec --- /dev/null +++ b/images/6e088742-ce9f-4591-98c3-4937c09c7a53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de84e35091adfe41d4a3c2fc8e9a9a18adcdfde6af51fe286c0b9731b6c4983 +size 1523994 diff --git a/images/6e24c483-a54c-4e3f-a835-b1e23b154bd3.jpg b/images/6e24c483-a54c-4e3f-a835-b1e23b154bd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76f95f0abb8282c699eacad263e516a4c7bd6b91 --- /dev/null +++ b/images/6e24c483-a54c-4e3f-a835-b1e23b154bd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d168869b209a8e2ac0dacf4deca29461bcb69de2b0809176a86f67afb6b0c026 +size 2188549 diff --git a/images/6e2fc280-6fe3-4d18-907f-2d16c0feed74.jpg b/images/6e2fc280-6fe3-4d18-907f-2d16c0feed74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02ae06c185be335d887c2201561110f5e752d178 --- /dev/null +++ b/images/6e2fc280-6fe3-4d18-907f-2d16c0feed74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b558406d5d2279c909cb383a48ede916b1b66b57c2bcfb20f43bd8f9767e777 +size 1727872 diff --git a/images/6e367327-6a1d-471b-b3da-dc857ea5310f.jpg b/images/6e367327-6a1d-471b-b3da-dc857ea5310f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b9af94254dbd384b3852df1c3747bbffc06e114 --- /dev/null +++ b/images/6e367327-6a1d-471b-b3da-dc857ea5310f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5855d25ea71a22a6487a55c7ccf6ca46db9d48f549cb683c15e8f29b45c12f +size 1634590 diff --git a/images/6e37f147-35ef-42fb-9a86-5cdc89bce19c.jpg b/images/6e37f147-35ef-42fb-9a86-5cdc89bce19c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a240aaf5afceb7caf0da17090a4966caf058c53b --- /dev/null +++ b/images/6e37f147-35ef-42fb-9a86-5cdc89bce19c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c733a5a9fd2b686434c4d5bed4755e755500bd7953ced4ef4481e4654992af56 +size 2153640 diff --git a/images/6e38fa10-b782-4066-9922-f11c0749fa12.jpg b/images/6e38fa10-b782-4066-9922-f11c0749fa12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dd0c01b4c2d24f58f3347a177b5c922252beb16 --- /dev/null +++ b/images/6e38fa10-b782-4066-9922-f11c0749fa12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197b3240073e6f2ad5d22a5f038546918d738261c2c82f87219804d889517a87 +size 1310161 diff --git a/images/6e4bf296-5e9f-4006-9ea3-1a4c747facad.jpg b/images/6e4bf296-5e9f-4006-9ea3-1a4c747facad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a0e07f21cc073d692ea4b84b8e0dd398c4c795d --- /dev/null +++ b/images/6e4bf296-5e9f-4006-9ea3-1a4c747facad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5916c3e98593428e4d07bc8622a4d072cfd49a2ee3f10360fe2c9de4cfe8f06 +size 1154201 diff --git a/images/6e5097b1-1193-47bf-8221-22afee3d9bf1.jpg b/images/6e5097b1-1193-47bf-8221-22afee3d9bf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b2e21ee28aec5b924ac2282a2cd6938178bb0f0 --- /dev/null +++ b/images/6e5097b1-1193-47bf-8221-22afee3d9bf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4e2f14d4c86c6401294c335bd3dbace1c5025f4ec1ac3dd7fc84b8b704264a +size 2756887 diff --git a/images/6e5da814-2c74-45d4-8c83-c83a51999720.jpg b/images/6e5da814-2c74-45d4-8c83-c83a51999720.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7144e34adb18d1f2dba99729c26748ec7cccdefc --- /dev/null +++ b/images/6e5da814-2c74-45d4-8c83-c83a51999720.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef47a9d3f52708d62cdce3af38f4c5d937698a0507050bf92693d1bfb4bfbc7d +size 1732887 diff --git a/images/6e661315-cb57-4e6b-afcf-95a1e978b212.jpg b/images/6e661315-cb57-4e6b-afcf-95a1e978b212.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c448e387e26c948be6fea8d5cf07cc8f91c02779 --- /dev/null +++ b/images/6e661315-cb57-4e6b-afcf-95a1e978b212.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e861e0c5292d5fbd1426db7f0873673b904de8e6300119b10f652288b021338 +size 1441141 diff --git a/images/6e76e6b4-7670-4f96-9685-374c70b5250e.jpg b/images/6e76e6b4-7670-4f96-9685-374c70b5250e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44de4b7bf904ac2db6b6078013dddda6e11dad4f --- /dev/null +++ b/images/6e76e6b4-7670-4f96-9685-374c70b5250e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9cd4174497e6275f649a88f9c584fda28d1f759969fedfb892b11aecc9a3c7 +size 1241060 diff --git a/images/6e892751-e4cb-4f55-aadc-3bd51c644c91.jpg b/images/6e892751-e4cb-4f55-aadc-3bd51c644c91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33265313e31548e00a95a11f1b1395c25797db45 --- /dev/null +++ b/images/6e892751-e4cb-4f55-aadc-3bd51c644c91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b09c1f1f78f77060e302a135aea403aaa2b67cf6741d51c4d3b2c8d1de4b62 +size 1407685 diff --git a/images/6e90f500-5bbf-447d-a08e-bdfcec8e721c.jpg b/images/6e90f500-5bbf-447d-a08e-bdfcec8e721c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bdd19ebc8673ab2f7c40e5ce03c4717b809cebb --- /dev/null +++ b/images/6e90f500-5bbf-447d-a08e-bdfcec8e721c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea323f3d7874994a372b8ff14016d11e9e868bd43b9a8dcf2bbd1630bd23dad9 +size 1761136 diff --git a/images/6e95e7e6-8485-4bc6-a5c3-6759e282b4dd.jpg b/images/6e95e7e6-8485-4bc6-a5c3-6759e282b4dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6928eea972d1cb8e6c91da0c6781dc4557ff28b9 --- /dev/null +++ b/images/6e95e7e6-8485-4bc6-a5c3-6759e282b4dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b9f6f6368501935d12c7fc5c553c02548abdf0bbd41546fdeef6e8eece78d1 +size 1436548 diff --git a/images/6e981cb7-7789-4318-90e9-31e17e0e35eb.jpg b/images/6e981cb7-7789-4318-90e9-31e17e0e35eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0b12960a607cd4da0f3cdceb3412b786322e913 --- /dev/null +++ b/images/6e981cb7-7789-4318-90e9-31e17e0e35eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be583806a1937aee61cc62afe1a725e4326861c57a6de18432c36c508daf8c5 +size 1435653 diff --git a/images/6ea7dd96-77b5-4299-acfa-ec5bc7ead862.jpg b/images/6ea7dd96-77b5-4299-acfa-ec5bc7ead862.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a120db0e6def043878265ad2844bc1bed379a3f2 --- /dev/null +++ b/images/6ea7dd96-77b5-4299-acfa-ec5bc7ead862.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4164e006742f14e834348792795017123bfc8c72b2ffe3ea78a98dba73fba983 +size 1300199 diff --git a/images/6eb1e442-e8d2-4e71-8393-b54bc34282f7.jpg b/images/6eb1e442-e8d2-4e71-8393-b54bc34282f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7d3e30dbedb2374d0702d5ede1162d30104cdaf --- /dev/null +++ b/images/6eb1e442-e8d2-4e71-8393-b54bc34282f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525a0a0204d0b21a90c039bf51f3e68675e1afb2d38581babb67380ab6fb02bc +size 2350419 diff --git a/images/6ec17e5e-4a42-482c-8939-b35ffb7eadd6.jpg b/images/6ec17e5e-4a42-482c-8939-b35ffb7eadd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a61a56b383920f14bd33e0d58b0f2e1eab4832d3 --- /dev/null +++ b/images/6ec17e5e-4a42-482c-8939-b35ffb7eadd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff58e11f65f798d5e3ecfedeebd386df1ee9ab90d117911caea0b47d4e61596 +size 2395888 diff --git a/images/6ec39806-bf5d-4e54-9894-ed095c4497a8.jpg b/images/6ec39806-bf5d-4e54-9894-ed095c4497a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26f0c8bb74a8b99c3e7eae32f356d8cd6c21ff83 --- /dev/null +++ b/images/6ec39806-bf5d-4e54-9894-ed095c4497a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1e5d84b6e927cc7935e7aba6367b091459e914c101ae4ad731af2018db8310 +size 1422580 diff --git a/images/6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05.jpg b/images/6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ade6a4af9a775afd62469ce298ce3eea79bc0273 --- /dev/null +++ b/images/6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3dcc985b5e90fb55c6d34476de0018bca6e01fe031b92d8d757dfd351a96c4e +size 1143852 diff --git a/images/6ed1249a-b7a2-4f50-83a1-88d78cabe423.jpg b/images/6ed1249a-b7a2-4f50-83a1-88d78cabe423.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d23b4703047e74d3225b5a2167dd1340a61bbae5 --- /dev/null +++ b/images/6ed1249a-b7a2-4f50-83a1-88d78cabe423.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113510bf20087c072b86d3d791f464a669aba2e0d839e3b563dab99aea058f9e +size 1607003 diff --git a/images/6ed257df-de37-423f-9f79-56b5f510d7ab.jpg b/images/6ed257df-de37-423f-9f79-56b5f510d7ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91be05c453159b458c1b7e9b15cfedfa92bc2c23 --- /dev/null +++ b/images/6ed257df-de37-423f-9f79-56b5f510d7ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0151c8660f306376ab7253f8892425fbe629f58f9c528a5b77220e0dc442d43 +size 1278534 diff --git a/images/6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9.jpg b/images/6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f50559e7ae5f62e5e770b377c5547d34040ac55f --- /dev/null +++ b/images/6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734f9109d4df89ccaa4b933cf907f9bb90f03e827aee74fe7f036520d89a513e +size 1115784 diff --git a/images/6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905.jpg b/images/6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8467018176894038a97b215002782fa586d2e8cb --- /dev/null +++ b/images/6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490bcfc5669bd9134303975f161b4c0c3c1049ccad71def81adb4b9816b94937 +size 1510424 diff --git a/images/6ee90a77-0dd9-4582-af24-033c5fdc1537.jpg b/images/6ee90a77-0dd9-4582-af24-033c5fdc1537.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a46d49b99081e6822565b8bc9080abcca994255 --- /dev/null +++ b/images/6ee90a77-0dd9-4582-af24-033c5fdc1537.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e025709dc90f6dc9c83dd272fcf2c35ac7c34288c0f8108b3c674cee874f4da +size 1784520 diff --git a/images/6ef01f8f-8a13-4963-ad67-2e607d57cfbe.jpg b/images/6ef01f8f-8a13-4963-ad67-2e607d57cfbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94b492094116675b6807bd926d0635347e54f3a6 --- /dev/null +++ b/images/6ef01f8f-8a13-4963-ad67-2e607d57cfbe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319f0cd9569ddeac2911113aa11c00a7a771342a0ef4a147fd9554ee9b567a9e +size 1384957 diff --git a/images/6ef766ae-8677-43e9-a35c-8eeaa69fd732.jpg b/images/6ef766ae-8677-43e9-a35c-8eeaa69fd732.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26cfeabcbbc30fc94ec22f79c435a51071a95bad --- /dev/null +++ b/images/6ef766ae-8677-43e9-a35c-8eeaa69fd732.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f613e5fec51a3e7c7c69787a45b0b786c49547d0d8e1fb7b543ef4ca33abb9 +size 1431301 diff --git a/images/6f0b380d-abea-409c-82a3-7f84fa653b95.jpg b/images/6f0b380d-abea-409c-82a3-7f84fa653b95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c7048579db9942c32ac50332378418f77ffe196 --- /dev/null +++ b/images/6f0b380d-abea-409c-82a3-7f84fa653b95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8614f26166b4f421b1eabcd2b410f9322c6ae939b0b11ce93e0e76b56e9dcc9 +size 1412370 diff --git a/images/6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42.jpg b/images/6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0dcbb27d65db9b72d171c7518f79bfb980ea081 --- /dev/null +++ b/images/6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5942319de172d33719537e857780d13ffae289c8089233d732c2f8248bfe15 +size 2577402 diff --git a/images/6f1131b0-5ea9-47e7-bf52-609e46072e36.jpg b/images/6f1131b0-5ea9-47e7-bf52-609e46072e36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a2567223bbe01f75a9a0e7763345b743216a648 --- /dev/null +++ b/images/6f1131b0-5ea9-47e7-bf52-609e46072e36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dafefbe066cb86ab26aff80878eabe38df54e0628a68e52662d07af6fabf31 +size 2112977 diff --git a/images/6f121275-b37b-487a-a13c-ebbb77b0c8da.jpg b/images/6f121275-b37b-487a-a13c-ebbb77b0c8da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f89301295755746f1a95bdbed0ea918291a93413 --- /dev/null +++ b/images/6f121275-b37b-487a-a13c-ebbb77b0c8da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa295aae6603130e3f8dcdd51a8df43e7f9d00b69f201eea53994ad5c84eff6f +size 1530997 diff --git a/images/6f2337ac-bfef-4959-84ed-7f8001fb382e.jpg b/images/6f2337ac-bfef-4959-84ed-7f8001fb382e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46e1e3d8737ea3a202fac58eed5a44c0868b7300 --- /dev/null +++ b/images/6f2337ac-bfef-4959-84ed-7f8001fb382e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d964e3386d7386ab21334c4d82110c8a0e43a1abb9b4e71d84d6cea00c280e77 +size 1606121 diff --git a/images/6f2bc905-b965-4111-87c1-8509617aa73f.jpg b/images/6f2bc905-b965-4111-87c1-8509617aa73f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3affb8c3542b3b3c4a57a56082670869bd12d0b --- /dev/null +++ b/images/6f2bc905-b965-4111-87c1-8509617aa73f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a0d491d0e49839946b029b5c82415c3a7a40492a61d396bd5052f184474524 +size 1798946 diff --git a/images/6f35a136-1ee3-447b-b8de-0429ad2cf89f.jpg b/images/6f35a136-1ee3-447b-b8de-0429ad2cf89f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8590a409844927aefb49290f298d524808feb9f5 --- /dev/null +++ b/images/6f35a136-1ee3-447b-b8de-0429ad2cf89f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a419d7d53345cedb14f6ce98ca6a0334c6fedf7ffd1987864aa023ca27d40bd2 +size 1581819 diff --git a/images/6f3a899b-e89c-4439-a9ff-ae5b2002c567.jpg b/images/6f3a899b-e89c-4439-a9ff-ae5b2002c567.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef72a6ce80c971f3c289e121b0fba8072060700f --- /dev/null +++ b/images/6f3a899b-e89c-4439-a9ff-ae5b2002c567.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e19b55dcc18dee5eb7d905565389c482641b7d57ad379a636cc19b13e0fc65d +size 3475981 diff --git a/images/6f3f8688-418c-4e68-a847-fb55e3d7eda8.jpg b/images/6f3f8688-418c-4e68-a847-fb55e3d7eda8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41ba676960e0ff8bda94a485b43866dd647d15b1 --- /dev/null +++ b/images/6f3f8688-418c-4e68-a847-fb55e3d7eda8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa1323f6c9b73db126fe15781ae19be8ba047855ca4a21fc6e97ad1d8ee8e23 +size 1554275 diff --git a/images/6f45b147-24a2-4572-840c-3edc523512d4.jpg b/images/6f45b147-24a2-4572-840c-3edc523512d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c9a35ebc4c45fee65cd977b6d5f9d9c8094ca28 --- /dev/null +++ b/images/6f45b147-24a2-4572-840c-3edc523512d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e962ddc86a876014cb52d159c6f34346e1650c2eabce549006d62760fda4eb8d +size 1759482 diff --git a/images/6f4a9043-636e-4f6e-a8a4-d6392be9d827.jpg b/images/6f4a9043-636e-4f6e-a8a4-d6392be9d827.jpg new file mode 100644 index 0000000000000000000000000000000000000000..297af2c29df1221d9a2a902b13fbe11ca7a765a0 --- /dev/null +++ b/images/6f4a9043-636e-4f6e-a8a4-d6392be9d827.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54005586ce1a978bc0c3480556aeeb4b94f5e4657e500767da88ae4c20e0d343 +size 1561972 diff --git a/images/6f54778c-36a4-4c7e-bc47-7d21c921edbb.jpg b/images/6f54778c-36a4-4c7e-bc47-7d21c921edbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49d55b203c7a0f4211fccf8a6d4c1b48856f0010 --- /dev/null +++ b/images/6f54778c-36a4-4c7e-bc47-7d21c921edbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7c49e908d971d2effb581cb01de75aafa61e142060b3c4838ec14284684f13 +size 1756200 diff --git a/images/6f5c80e5-c610-408d-8dea-3f7bbcd557ca.jpg b/images/6f5c80e5-c610-408d-8dea-3f7bbcd557ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caf66420ee5ce1fb2f2b4a77c0dd9135c4e6857a --- /dev/null +++ b/images/6f5c80e5-c610-408d-8dea-3f7bbcd557ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bb73bcb49aa20d4e61f7c630ce731f987f44cd44e2060b002482730ef90e05 +size 2369889 diff --git a/images/6f5f328e-d413-4823-9d7f-9eb6232c8094.jpg b/images/6f5f328e-d413-4823-9d7f-9eb6232c8094.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c59f2eeeddbf393d051d333078055372ac30a589 --- /dev/null +++ b/images/6f5f328e-d413-4823-9d7f-9eb6232c8094.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70390398a0b6c548959349bc79cb568fc6dcee4926574b325cd34acb8e3c6e53 +size 1714506 diff --git a/images/6f6e1520-e386-469f-8c41-c11f07808bd1.jpg b/images/6f6e1520-e386-469f-8c41-c11f07808bd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ade8b5003aedf50ee2d221d50e8752e119ffd6f --- /dev/null +++ b/images/6f6e1520-e386-469f-8c41-c11f07808bd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1194730f6571db27d0b406d5bc127e4232e6d91dab7d693c7a9479d4692d5cf5 +size 1554229 diff --git a/images/6f6f1111-52c6-4e3b-8c46-270bb817596f.jpg b/images/6f6f1111-52c6-4e3b-8c46-270bb817596f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01c2581a45b88d83942e6ba6c3d9e8882ecc2a49 --- /dev/null +++ b/images/6f6f1111-52c6-4e3b-8c46-270bb817596f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79edb2ca2fcb9d6f2a234587a155a73a2dc133999095164c886e9a57dfff6674 +size 1538896 diff --git a/images/6f7ae0ef-a062-4515-8870-6ebf75ac152d.jpg b/images/6f7ae0ef-a062-4515-8870-6ebf75ac152d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d46f3574a837d8d5b7c1dc3ef679f635af3442ac --- /dev/null +++ b/images/6f7ae0ef-a062-4515-8870-6ebf75ac152d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6d7306dc282e4e1900c4c880aaa1b575d6061cfebc5be443ddbe164ca0148b +size 1690069 diff --git a/images/6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20.jpg b/images/6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7eb8c7b2032689e06999705452cf7adb22afea65 --- /dev/null +++ b/images/6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9764bad1a174876338d18b4b8e0c39b337f5acc8d74ac10d85a7af4bb6b1c74e +size 1879823 diff --git a/images/6f80c245-fa61-40a9-ba0e-320af1d3a420.jpg b/images/6f80c245-fa61-40a9-ba0e-320af1d3a420.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2269a15da458d49372bc4c84b9ab4c516f40f4df --- /dev/null +++ b/images/6f80c245-fa61-40a9-ba0e-320af1d3a420.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f899198d4c97703f6332ce606888a15504e9596fd19eb5a4e885f006b5c6d7a4 +size 2129122 diff --git a/images/6f8608a3-c0f0-4c55-8083-2068b9a5d65f.jpg b/images/6f8608a3-c0f0-4c55-8083-2068b9a5d65f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a85a1dc62566968208923418af3ce050b7baef43 --- /dev/null +++ b/images/6f8608a3-c0f0-4c55-8083-2068b9a5d65f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab00b94a34d7dacffdaa2b9ba04b757e1d1f15ca89a806c380f518afabfb2452 +size 3446608 diff --git a/images/6f87411b-f07c-4eae-bf50-e939214a3cf7.jpg b/images/6f87411b-f07c-4eae-bf50-e939214a3cf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7b7da12ad6331fbef1b80a96a5c1bc0adb951e1 --- /dev/null +++ b/images/6f87411b-f07c-4eae-bf50-e939214a3cf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2fee7875a266b70dfcb76ae041cfa0873a5ad38680ab94c0f88f7168c340eb +size 2360202 diff --git a/images/6f88d40b-ec6e-484f-8e03-6045d993a68e.jpg b/images/6f88d40b-ec6e-484f-8e03-6045d993a68e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7da91220e37600612f2e971de07bc75a1ecf015c --- /dev/null +++ b/images/6f88d40b-ec6e-484f-8e03-6045d993a68e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7447f5b0e994cd05e7494b01d790428c775c731a5a8a83cc11efe1ad98e48343 +size 1628922 diff --git a/images/6f89ef60-1458-4f98-a4a7-29e5d3b8efd4.jpg b/images/6f89ef60-1458-4f98-a4a7-29e5d3b8efd4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15e27b6517189a5b206f2ebf9349801e7c0605d4 --- /dev/null +++ b/images/6f89ef60-1458-4f98-a4a7-29e5d3b8efd4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a4d361eecb87fd8f97c71c7d099182997a6e56ae5f32a2971e862292895a8c +size 1559872 diff --git a/images/6f8b3f03-2d87-4732-8661-c1e9ef012c6e.jpg b/images/6f8b3f03-2d87-4732-8661-c1e9ef012c6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a66b0a04fcbe5cd3a7bb9723d582a5f9949f549 --- /dev/null +++ b/images/6f8b3f03-2d87-4732-8661-c1e9ef012c6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809146ab2d03a8a5f780ef66224652ea5f2b474bdfd6905165f5a2a77396986f +size 1407571 diff --git a/images/6f8d7538-db5b-4bfe-bdb8-f60962fd4dec.jpg b/images/6f8d7538-db5b-4bfe-bdb8-f60962fd4dec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecc917084c940b152f9204f8eda16c5c752916d0 --- /dev/null +++ b/images/6f8d7538-db5b-4bfe-bdb8-f60962fd4dec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8af85a24735479616f0ddb6ebb0549ac10dc6b0d0b802fd4b0337673577ca5e +size 3113886 diff --git a/images/6fa08cd8-fe59-473e-b984-da5b6d7f7934.jpg b/images/6fa08cd8-fe59-473e-b984-da5b6d7f7934.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c1e1a764f687d30e0c84fbd41f7d3ddad3bae72 --- /dev/null +++ b/images/6fa08cd8-fe59-473e-b984-da5b6d7f7934.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff8d9a7aaa6833feb72be7c51f8c9ec5875dd1b0775d02713a574c0c83f611f +size 1596187 diff --git a/images/6fa53444-7d23-4841-8244-c7197a93da3f.jpg b/images/6fa53444-7d23-4841-8244-c7197a93da3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18c3a56ab64b090aff2f750d6973cd1dd211e565 --- /dev/null +++ b/images/6fa53444-7d23-4841-8244-c7197a93da3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a485c0257ad3e771842aed231ca2cf0ffe11e64bc25d75022a49ab4dfeaddc +size 2033850 diff --git a/images/6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c.jpg b/images/6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..010cc06d97d0cf8f4b2eef4e0db44faad809140a --- /dev/null +++ b/images/6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6883cfb7d0b0f96b5652c02d068a37866edb8a72ea8160b1b55b4cd2607a27c0 +size 1618611 diff --git a/images/6fb34658-cec3-4bd0-85f0-dd220065ec73.jpg b/images/6fb34658-cec3-4bd0-85f0-dd220065ec73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86715fd1006cc3bfc2925cfbb348cc72ab3904b7 --- /dev/null +++ b/images/6fb34658-cec3-4bd0-85f0-dd220065ec73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c1dc5f7073176bc3d3e6edb43aa09993e509d1cd0db359239c4371b36fbfaa +size 1421960 diff --git a/images/6fc81020-030d-48e2-911a-aa988658ab79.jpg b/images/6fc81020-030d-48e2-911a-aa988658ab79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52aa3fd394706253297336d2fe935681937bf2cb --- /dev/null +++ b/images/6fc81020-030d-48e2-911a-aa988658ab79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e1df1818cd5cf8e9b309dc0ec1af4e565f9dc63eb2886ffd77ee979f222632 +size 1505492 diff --git a/images/6fd920d4-2f76-46ba-a512-728894962355.jpg b/images/6fd920d4-2f76-46ba-a512-728894962355.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71d7407bf0dea7e92ad53b806b214b5889f38551 --- /dev/null +++ b/images/6fd920d4-2f76-46ba-a512-728894962355.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b7ff84ae3332a542a5dd2da2a36c21ec40f24d297b04a32bcc816a48db5468 +size 1634415 diff --git a/images/6fde3481-2231-4b9f-9565-9a6fe1cedd3f.jpg b/images/6fde3481-2231-4b9f-9565-9a6fe1cedd3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b51afe0febf2fbc3e4c541465cb1d80ba4e4ffb --- /dev/null +++ b/images/6fde3481-2231-4b9f-9565-9a6fe1cedd3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84786c80b764ea69c544f42b507a657e46724c21164d908ede446fb22a20b80e +size 1696797 diff --git a/images/6fe24637-943d-4976-8264-54bde2e6dfcc.jpg b/images/6fe24637-943d-4976-8264-54bde2e6dfcc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f717d41700b49e1085f0ef5084d1dd863c60a64 --- /dev/null +++ b/images/6fe24637-943d-4976-8264-54bde2e6dfcc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a86884b2d92b2fe32b1016eb6dc8dfe3f7f378ec5dcdf41d5398e805549a89c +size 2898271 diff --git a/images/6ffc0ded-fee4-4ef3-abb1-23e1892c88fa.jpg b/images/6ffc0ded-fee4-4ef3-abb1-23e1892c88fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc11dc9c7a5b64fdb45cab3d1eeb0138e513924c --- /dev/null +++ b/images/6ffc0ded-fee4-4ef3-abb1-23e1892c88fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcc43c379362af1a35f692f92fbdf5ad1ede9fcf6e4bcd8f469c1fbcf7782d1 +size 2565530 diff --git a/images/7002ddef-eff3-45a0-a320-b83694f3979f.jpg b/images/7002ddef-eff3-45a0-a320-b83694f3979f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f78d2aa933c3cfb6158ebd3227fa50d72e5eebd2 --- /dev/null +++ b/images/7002ddef-eff3-45a0-a320-b83694f3979f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747580f21a7243abc4c7af9a6afbcef3ab7cafa2941c298863e35382b17c656c +size 1484613 diff --git a/images/700ad553-6c74-4379-bcf0-7e3ae247d8b4.jpg b/images/700ad553-6c74-4379-bcf0-7e3ae247d8b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66c46a8f2ebc2726b7886a047f615ae7917f7d8c --- /dev/null +++ b/images/700ad553-6c74-4379-bcf0-7e3ae247d8b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39c6fa5e198edc2d68f42f28f01d4f8ecab02fbcb07bf7461cff64bb34ea07d +size 1849162 diff --git a/images/700f9f2c-5122-4606-819c-c684035989e5.jpg b/images/700f9f2c-5122-4606-819c-c684035989e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63c18d2b94e4ff38847f52ab3607fc7c7c1be595 --- /dev/null +++ b/images/700f9f2c-5122-4606-819c-c684035989e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0440f6b3766718b178963c8da67afc8848cf1f616def59a5384eb2e7437389 +size 2311149 diff --git a/images/701205b2-283b-4001-bb08-2ea38c9d10bb.jpg b/images/701205b2-283b-4001-bb08-2ea38c9d10bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef997a33b0a52b23d8bbe561f9b9fe21b644026f --- /dev/null +++ b/images/701205b2-283b-4001-bb08-2ea38c9d10bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5479d200b0ac67f0748caa8c4d535a1d18f6c6536583188a81ae21c1be9d17d2 +size 1720660 diff --git a/images/701876eb-fccf-43df-8d47-3db33291cbfe.jpg b/images/701876eb-fccf-43df-8d47-3db33291cbfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a75622704e223367f681ca6364f59e661cbc1a7d --- /dev/null +++ b/images/701876eb-fccf-43df-8d47-3db33291cbfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fa1df9f841e821af38ba39c93b4d061efbee2a8b295e23a2757da164eef68c +size 1134048 diff --git a/images/70241a9d-0230-414e-b54b-7e3abf6330fb.jpg b/images/70241a9d-0230-414e-b54b-7e3abf6330fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac9239fdc5a08a23372acd2cc075cba6b2f982ab --- /dev/null +++ b/images/70241a9d-0230-414e-b54b-7e3abf6330fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180fd163f1e19626922014788c784c0f7408a5b9c57b1f55f15a204175d76a19 +size 1637329 diff --git a/images/7025bfb1-a672-44cd-8ea5-b8cdf078bf75.jpg b/images/7025bfb1-a672-44cd-8ea5-b8cdf078bf75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdec87752c84f426bf1bc4f72c984d8ea4c6b25d --- /dev/null +++ b/images/7025bfb1-a672-44cd-8ea5-b8cdf078bf75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db4d4ea6b5066a573373ff018c7d5fe7b4830946a689b2b8b1cb020b39e851d +size 3047571 diff --git a/images/702abd84-f002-4b1a-9e47-b4ac07cdc5ed.jpg b/images/702abd84-f002-4b1a-9e47-b4ac07cdc5ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d8820b0904a8fe422f4811a1d6467e37abf214a --- /dev/null +++ b/images/702abd84-f002-4b1a-9e47-b4ac07cdc5ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143eb43236b85ecf8e3b95a35e8a2100037d0b6479d977fc354f4954d9bf7905 +size 1514660 diff --git a/images/702eb5ca-52d1-46bd-b518-c06948c45213.jpg b/images/702eb5ca-52d1-46bd-b518-c06948c45213.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8e417c6b5c7b7d65af2f97a70ee55a503d488f6 --- /dev/null +++ b/images/702eb5ca-52d1-46bd-b518-c06948c45213.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a302b6a9d520cf9cfc2811094313211b2f17c28dffb280cab8ed030708f747 +size 2119489 diff --git a/images/7031bcce-d587-49aa-8453-a6cd7eedf1ca.jpg b/images/7031bcce-d587-49aa-8453-a6cd7eedf1ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5533c39d6a6aacc1bfc62639d8bf3b3ecf215e3 --- /dev/null +++ b/images/7031bcce-d587-49aa-8453-a6cd7eedf1ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16cb0ce4f13df5bba884c3ab68a440e3888ceb9cac17f395ef7107c8c3c3929 +size 1551634 diff --git a/images/70414208-b45e-4c3c-b1f9-1b6f815cf129.jpg b/images/70414208-b45e-4c3c-b1f9-1b6f815cf129.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0984d3712526053d90a2789a9c57bffdf82474b --- /dev/null +++ b/images/70414208-b45e-4c3c-b1f9-1b6f815cf129.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403f057a17d46f61a5149213758d5394264dc43a48e93461d8ea374e639acf48 +size 1505337 diff --git a/images/704f67d8-b222-41eb-804e-fef78542906d.jpg b/images/704f67d8-b222-41eb-804e-fef78542906d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8b054e785d767cf4c5f250d514ccea129abc581 --- /dev/null +++ b/images/704f67d8-b222-41eb-804e-fef78542906d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b55579e9bcb89280568d92c8a91d8ae917303fb593c36024c0127fe77bf533 +size 1120345 diff --git a/images/705d5fa4-f5ca-4e77-961a-e17efd9da11e.jpg b/images/705d5fa4-f5ca-4e77-961a-e17efd9da11e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..589f927d2315091d57d011e0ebb45e3c43b79d62 --- /dev/null +++ b/images/705d5fa4-f5ca-4e77-961a-e17efd9da11e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ec135a21e601bcec3b9b3bf3e3cabbdce764a2aaa8b16c9801b66122cee7d9 +size 1473816 diff --git a/images/706b6ecf-51a2-4c8a-ba1e-3856c35c9cda.jpg b/images/706b6ecf-51a2-4c8a-ba1e-3856c35c9cda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b3541b97841d0501018eb5bb6f44402d778123 --- /dev/null +++ b/images/706b6ecf-51a2-4c8a-ba1e-3856c35c9cda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096c52d3a314b14482141097247e805d68c6934029e3e840120d42981e30eeea +size 1731380 diff --git a/images/706d88c0-d840-417c-a4df-314dff2556f9.jpg b/images/706d88c0-d840-417c-a4df-314dff2556f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a43da67210ffc84873e1ae93c29575f1a7e79edd --- /dev/null +++ b/images/706d88c0-d840-417c-a4df-314dff2556f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbec4722b4902744d8a364aeddbc33875640c5d6dd804eba5038f295457ce08 +size 2156459 diff --git a/images/70717bd1-db2a-4497-920f-fa726724232c.jpg b/images/70717bd1-db2a-4497-920f-fa726724232c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f382c69a986b5d26123bd37a3decaecefb737a90 --- /dev/null +++ b/images/70717bd1-db2a-4497-920f-fa726724232c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ae933db170ccce9516d90e8b793b184e461d5d7a6b8ac0143a6b1d7f878ee7 +size 1675364 diff --git a/images/7076f37a-c467-4677-9adb-7822e1cf77ae.jpg b/images/7076f37a-c467-4677-9adb-7822e1cf77ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a310d3641d1b7bf13030d2a076075a379bbf5fe --- /dev/null +++ b/images/7076f37a-c467-4677-9adb-7822e1cf77ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1322a0f02ff00788a9463519e6abf564d60dd0e247d5674a5fefe2dde19d7671 +size 2063461 diff --git a/images/7078dd08-6c5d-48e9-99da-ef9bdba94907.jpg b/images/7078dd08-6c5d-48e9-99da-ef9bdba94907.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27adcbce2188965aa70c8a8973c5b9f44a331708 --- /dev/null +++ b/images/7078dd08-6c5d-48e9-99da-ef9bdba94907.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65ccd2e84ed6f95f9b0fc638f250d25e2efa5211987da588406122af8ed817a +size 1522689 diff --git a/images/70ab3cec-2485-44c6-9b39-c8670e9d75d8.jpg b/images/70ab3cec-2485-44c6-9b39-c8670e9d75d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..302199679f357cfd37689494fc5796ce1bf744bf --- /dev/null +++ b/images/70ab3cec-2485-44c6-9b39-c8670e9d75d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de94c0a0cd391013340b981a45bc2d2db225b5d304d4a5ddbae0575441048dd0 +size 1420697 diff --git a/images/70afbe07-a13c-465d-b870-b035a3f0faba.jpg b/images/70afbe07-a13c-465d-b870-b035a3f0faba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63ebf9f34e10c16a85c82712329ef1384420112a --- /dev/null +++ b/images/70afbe07-a13c-465d-b870-b035a3f0faba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c939ac20c7a1e9e257b07e089c45423d7db423e6b32c04ae5afafbe0a82c1b0 +size 2363258 diff --git a/images/70beb11d-3e76-4217-91a8-c6eebfc27696.jpg b/images/70beb11d-3e76-4217-91a8-c6eebfc27696.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e94731e4fffd6e99fd40f057c7386ab0bc1223f --- /dev/null +++ b/images/70beb11d-3e76-4217-91a8-c6eebfc27696.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4814d046dc84ce33ffd73c9c3951cb45d52b8696ee26be39df3f939ab200fe +size 1065011 diff --git a/images/70cd6f1c-399a-46e4-9285-eda70a224957.jpg b/images/70cd6f1c-399a-46e4-9285-eda70a224957.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dec046ae4164fee6a7860a17fd147eb978da06a9 --- /dev/null +++ b/images/70cd6f1c-399a-46e4-9285-eda70a224957.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbfa5da78394d676f1d050e88fa13652c04d89d4bc3089fe1121ed682ded0fb +size 1601213 diff --git a/images/70d1b002-680e-4f97-aa80-95e7c6d9aaca.jpg b/images/70d1b002-680e-4f97-aa80-95e7c6d9aaca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b046256dbc7fbe8792419d350baa6d6430b54c7d --- /dev/null +++ b/images/70d1b002-680e-4f97-aa80-95e7c6d9aaca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34420ddc6ec4053c3d5d7fd4a6cc30720f8b24a2e717ebedc64363d4b1b2879 +size 1388951 diff --git a/images/70e3b7b0-a881-4de3-8712-bca4371afd99.jpg b/images/70e3b7b0-a881-4de3-8712-bca4371afd99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aeb2d715d8edf75bcc11bc11d56896d6f8c551f --- /dev/null +++ b/images/70e3b7b0-a881-4de3-8712-bca4371afd99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e976fa6a9d6c541870ee1f85d0b6c22b3ba70fe3dd1f0aaf7812b6192bbf6d72 +size 1385381 diff --git a/images/70e55928-365e-4cc2-915d-c6779081528a.jpg b/images/70e55928-365e-4cc2-915d-c6779081528a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd5946538593b743942d8ec4728e3b2feeccd4e0 --- /dev/null +++ b/images/70e55928-365e-4cc2-915d-c6779081528a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4c1226feabc04470672b3494b1ce08345b03fd67040c642f25e376cb3ade3e +size 1549622 diff --git a/images/70ec470e-bc57-45a2-8c41-692d5ada14fb.jpg b/images/70ec470e-bc57-45a2-8c41-692d5ada14fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce3c0d394975dc5c5f0c5b382a8521c28a83438b --- /dev/null +++ b/images/70ec470e-bc57-45a2-8c41-692d5ada14fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37f557f8c4a3d1acc7b91fc2ae1a1a1109a68276b6abd9f7ac55fcb28260e9f +size 1274709 diff --git a/images/7109c0d9-52cf-4648-8eea-a47d5bfd8bd8.jpg b/images/7109c0d9-52cf-4648-8eea-a47d5bfd8bd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab4b22069ccd09a2096bf5a9a0e7c8c2814cd465 --- /dev/null +++ b/images/7109c0d9-52cf-4648-8eea-a47d5bfd8bd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d916b86e3e5372a9ba9960e51bd915c0174dcabb9dd042664576404937b32e24 +size 1738980 diff --git a/images/710f9ee9-c262-417b-bbd3-2e91b9fb5315.jpg b/images/710f9ee9-c262-417b-bbd3-2e91b9fb5315.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c717641fbfc11a3795b4790e16a8c3991961f5 --- /dev/null +++ b/images/710f9ee9-c262-417b-bbd3-2e91b9fb5315.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8062e51f180daa46b5f57ac3a9b564190e6dfd2d0b1e848c17c2382529ad0c +size 2252477 diff --git a/images/7112cd7a-c40d-4276-aa42-66ce477b7c93.jpg b/images/7112cd7a-c40d-4276-aa42-66ce477b7c93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fedcf0f5f7042dba28fde6cedbdd285ac4e7cc1 --- /dev/null +++ b/images/7112cd7a-c40d-4276-aa42-66ce477b7c93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e6c7fd7490284b210dafb47acd2a5bd110115329fe0379d9c53ed7b0406b07 +size 1576703 diff --git a/images/711471b8-0389-4d2e-8b33-395d60241ec1.jpg b/images/711471b8-0389-4d2e-8b33-395d60241ec1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d296b9afebe9699bae10600c432f98da7a3e9de7 --- /dev/null +++ b/images/711471b8-0389-4d2e-8b33-395d60241ec1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55edf128c66d1d7bab65d2cb0a500145945f050673f43e30644a5840b223004d +size 2367383 diff --git a/images/7114b958-537c-4470-9cc6-98e7d84d8223.jpg b/images/7114b958-537c-4470-9cc6-98e7d84d8223.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2294d833c9648459bab7cb1c1fd2a65904a5bd8 --- /dev/null +++ b/images/7114b958-537c-4470-9cc6-98e7d84d8223.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf188c2d6e07fdc2edc460aec6f453201cbc5e3452559c3bcf97527fb9db51f2 +size 1516240 diff --git a/images/7124556e-a777-48ba-8685-cb057e7b7010.jpg b/images/7124556e-a777-48ba-8685-cb057e7b7010.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4120917b3ca2760c30763d9589ef9a70365c62bf --- /dev/null +++ b/images/7124556e-a777-48ba-8685-cb057e7b7010.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60f0847f81d0ec9b6aac2a8fb1c3faffe74f6f340bad46ff6ccf0664b9d3e16 +size 1511595 diff --git a/images/712b1b94-c3e0-477b-8be2-16c17d51f1bf.jpg b/images/712b1b94-c3e0-477b-8be2-16c17d51f1bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ffeaff280205489fe7a009deec8e47ea8d19818 --- /dev/null +++ b/images/712b1b94-c3e0-477b-8be2-16c17d51f1bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7133dba1b18a24eb726a73abf998bf8df190b729ef763bfb45799eeda9df95 +size 1647320 diff --git a/images/712dea37-5d0d-4e93-b568-8db44132ff3f.jpg b/images/712dea37-5d0d-4e93-b568-8db44132ff3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14dbec8ce65cc8b7f2a03aa3aaa1eeb714f0fc06 --- /dev/null +++ b/images/712dea37-5d0d-4e93-b568-8db44132ff3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8f0ad416c483ad60084c8a080e522d3c69b7fdf57454c428da4bfaebf73dd1 +size 1404087 diff --git a/images/7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0.jpg b/images/7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8a8385cc7e0a994ef1c244cae33f3c62dec962d --- /dev/null +++ b/images/7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbef38d95438c029b38adceb108c822190f75ed406f875dffad5128aa555f754 +size 2107469 diff --git a/images/7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9.jpg b/images/7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7ed1207f7f09d27febee251c3a36ae2a6a7aaa9 --- /dev/null +++ b/images/7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e90aa25f055305a7e9840524f737936b0749179082520169974f4e3ec09d6a +size 1602747 diff --git a/images/71370d07-d2f0-4cec-af03-26eb29b4b6ff.jpg b/images/71370d07-d2f0-4cec-af03-26eb29b4b6ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f91904633bf71fb94dc4caa4e10d2eb3237e4c83 --- /dev/null +++ b/images/71370d07-d2f0-4cec-af03-26eb29b4b6ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1e0266f8f9dcb9d6b1fcbb350f8cc6f5a1482eb686ca898f5f970d960963fe +size 1657261 diff --git a/images/713a0553-4a21-4aa3-97b9-5a3904c59839.jpg b/images/713a0553-4a21-4aa3-97b9-5a3904c59839.jpg new file mode 100644 index 0000000000000000000000000000000000000000..436b23fb803e9272214b736c8ad6904b638b36d9 --- /dev/null +++ b/images/713a0553-4a21-4aa3-97b9-5a3904c59839.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f194c5ed1955c5dfa25fb327446da634ef79accc5dae3e38e7daa783b76c5f76 +size 1477637 diff --git a/images/713a8614-57ca-420b-a999-76aab786a4fb.jpg b/images/713a8614-57ca-420b-a999-76aab786a4fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..227a1c5f3e8ea13a55d10547f4b5bed1811f4186 --- /dev/null +++ b/images/713a8614-57ca-420b-a999-76aab786a4fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286de977ea1cb3f4c49f899260741f7ac2f2f99969112c3c68268f69bc4e3693 +size 1231239 diff --git a/images/713af42b-429f-43ce-8018-92183efd3e15.jpg b/images/713af42b-429f-43ce-8018-92183efd3e15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d566d726757d04ddc49686fdd9504f39affb2cdf --- /dev/null +++ b/images/713af42b-429f-43ce-8018-92183efd3e15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5877972eacda8bd370bb748572e360a72e7da97c90fb41ba944ad6f0e6d358 +size 3175977 diff --git a/images/713d1389-394d-4836-878a-e9c072f08fd8.jpg b/images/713d1389-394d-4836-878a-e9c072f08fd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21a615b1843a979ab1f4af2eafcbad0877f75492 --- /dev/null +++ b/images/713d1389-394d-4836-878a-e9c072f08fd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75366d4b5fcbc288a39c797f3e84cdcc9e952751727fcceab13dbb7bf7964d0 +size 1420937 diff --git a/images/713ed20a-438b-4941-a162-ecbc8d418ca9.jpg b/images/713ed20a-438b-4941-a162-ecbc8d418ca9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e41f0dfd34fedf01f4ed13bfc4ebcec99e5c6f2 --- /dev/null +++ b/images/713ed20a-438b-4941-a162-ecbc8d418ca9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6a6e3e328470def65ca4a26a4f24c7618e8399a1375fcd8d98f0732396bca5 +size 1530390 diff --git a/images/71414fb5-c30c-4e6d-a4a5-bf596c5dda48.jpg b/images/71414fb5-c30c-4e6d-a4a5-bf596c5dda48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b992653eaea135d7d043f4cb591e9151ecea70a5 --- /dev/null +++ b/images/71414fb5-c30c-4e6d-a4a5-bf596c5dda48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138937e0bc5245f3342db77fa08bea6c8b93ddbaa477e92ff92ad0fec183de56 +size 2331068 diff --git a/images/7153e634-dfd1-4610-a08d-dcd583bbc125.jpg b/images/7153e634-dfd1-4610-a08d-dcd583bbc125.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49b60ee1c989c56e8488aaee6b8889ebbb5c9ba8 --- /dev/null +++ b/images/7153e634-dfd1-4610-a08d-dcd583bbc125.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d5e23aafb7de0cc3a1e7a2e433d3d7198e07f27dd1e19727ae8bd99006c84d +size 1480519 diff --git a/images/7156f70d-ab59-4ce1-a352-ef6464ae73cf.jpg b/images/7156f70d-ab59-4ce1-a352-ef6464ae73cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24ceebae3b03d3e5ab880daa88bb461e72f5f742 --- /dev/null +++ b/images/7156f70d-ab59-4ce1-a352-ef6464ae73cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92124f0582300c4d4038135c347a8aeccd0eeff6b53084da54e23128772a9882 +size 1382568 diff --git a/images/71593f6b-dd36-42a9-8ef4-83260717c67f.jpg b/images/71593f6b-dd36-42a9-8ef4-83260717c67f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fc3905acc09913454bbad922d0a4734e07629a9 --- /dev/null +++ b/images/71593f6b-dd36-42a9-8ef4-83260717c67f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98bbf4e88962d8e9c472f0854458bf1ccdbd1e5dffc3cbb69c265d949ad66870 +size 1688158 diff --git a/images/715bca65-2c60-4570-bcab-6dde369268d4.jpg b/images/715bca65-2c60-4570-bcab-6dde369268d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c47d8cd14fc289ba4d075cd39b5bc2ebf72a7fe --- /dev/null +++ b/images/715bca65-2c60-4570-bcab-6dde369268d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fbf73b9a78671be370797e67f3511adfd204da89b866e8e7c34243fe4d1fa2 +size 2526805 diff --git a/images/71675262-029a-4674-8a28-d298202a0b11.jpg b/images/71675262-029a-4674-8a28-d298202a0b11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e071a6c42f29d7742c78a7334f5e3e050cc778bc --- /dev/null +++ b/images/71675262-029a-4674-8a28-d298202a0b11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55aced9c47251632ac02ace46c121215f060b34123bea398f7e9ec1bbc1a8e00 +size 1504320 diff --git a/images/7169c477-f877-4aef-afaf-1104849cc11d.jpg b/images/7169c477-f877-4aef-afaf-1104849cc11d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0da9a48f7e55149e3d7f60a3f1cbb4c1f6b3a836 --- /dev/null +++ b/images/7169c477-f877-4aef-afaf-1104849cc11d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4ac49f3e6a23e816c0d31175adedae593faf3de309f1049b0f1a8f80452a31 +size 1819684 diff --git a/images/716e4b41-daa5-4bee-a793-696f6c173b10.jpg b/images/716e4b41-daa5-4bee-a793-696f6c173b10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e1216b9f46e5db94b83e00c9bc34f911a1b9b0b --- /dev/null +++ b/images/716e4b41-daa5-4bee-a793-696f6c173b10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a106cc5ee94c1b2dae225e216e7b8719aaaf8f8a0cea961154230d29dc722f +size 1492147 diff --git a/images/7195f7c9-150f-49da-b71d-bfeeb428364d.jpg b/images/7195f7c9-150f-49da-b71d-bfeeb428364d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42da5b8367a94679b124a7b17f27cfac6f219fbd --- /dev/null +++ b/images/7195f7c9-150f-49da-b71d-bfeeb428364d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba1e74ecfc618405941af41610e90f7cf672d4894f34316d73d39e69d1408bf +size 2153068 diff --git a/images/7197358e-f0e1-4be3-be01-4461714b79a6.jpg b/images/7197358e-f0e1-4be3-be01-4461714b79a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214c3551bb1b542abe8e37ffa91263c45322a6c6 --- /dev/null +++ b/images/7197358e-f0e1-4be3-be01-4461714b79a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252c11d50f5f514b44de15f103869b300b4df68426745798adf68029c0230434 +size 1384700 diff --git a/images/719a6ad4-5611-4e01-a53e-a136ddf2c855.jpg b/images/719a6ad4-5611-4e01-a53e-a136ddf2c855.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e51cb3d366691ade09f2cb72d60ba87cb266d1f6 --- /dev/null +++ b/images/719a6ad4-5611-4e01-a53e-a136ddf2c855.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ec08977ab400c1ee03dc4d8c27dfbb7b1297d2cbcfa2265793940444848fdb +size 1612405 diff --git a/images/71a322b9-fb34-48fd-90cd-be3b41c3100e.jpg b/images/71a322b9-fb34-48fd-90cd-be3b41c3100e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b2930b1ad3e00131bb27674cccf31f941099778 --- /dev/null +++ b/images/71a322b9-fb34-48fd-90cd-be3b41c3100e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28e798846c3e9c9ba95d9383f8bb2c881fe91886aff8405d7493c817882dd23 +size 1580002 diff --git a/images/71a4d194-902b-4869-9e47-1caef6731403.jpg b/images/71a4d194-902b-4869-9e47-1caef6731403.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bad9cb1d6f29d0e9aa8768d50a48c457354c34f5 --- /dev/null +++ b/images/71a4d194-902b-4869-9e47-1caef6731403.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b56ab1ea1ded40092c06dee5ecf130323f5e2e8b19dae522b595a8939dfc17a +size 1584852 diff --git a/images/71a81261-39a6-4c57-85b6-77e607a35494.jpg b/images/71a81261-39a6-4c57-85b6-77e607a35494.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ad864f60baadcb9bc0f21b599ca66b10f69075d --- /dev/null +++ b/images/71a81261-39a6-4c57-85b6-77e607a35494.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e18149e1da39f9ac01bd6c3406ddce7e34ff889c86469793c2e1f56a3a4bf1 +size 1490602 diff --git a/images/71ac53a2-35c5-4110-9be2-454fcc5d297d.jpg b/images/71ac53a2-35c5-4110-9be2-454fcc5d297d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..373b78287ecaca3e3c4acb03aa7111380e2de049 --- /dev/null +++ b/images/71ac53a2-35c5-4110-9be2-454fcc5d297d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642d8adadc6ca33be8b8ea1394df583c8dc8ab7930396a35dd150bb9290fedf1 +size 1475428 diff --git a/images/71aecb85-6030-4a57-b717-1d708d2d882b.jpg b/images/71aecb85-6030-4a57-b717-1d708d2d882b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95098e01693fff5dd4f69585f7d1069b72328935 --- /dev/null +++ b/images/71aecb85-6030-4a57-b717-1d708d2d882b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb2df37763eb2247352476ea7d16b1c89a58409c697d59e5231258d4c3e12ef +size 1410248 diff --git a/images/71b2fcfb-6738-4323-862d-bed5c05216aa.jpg b/images/71b2fcfb-6738-4323-862d-bed5c05216aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7953b105650ef5c77f553fbed9cac958a301925a --- /dev/null +++ b/images/71b2fcfb-6738-4323-862d-bed5c05216aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d98494db989e1c8f5a7c4db6c944af5dd38a26ebd509a406eb2460e5e8d373e +size 1385106 diff --git a/images/71b4529c-a266-4f1d-bd07-17a82319e138.jpg b/images/71b4529c-a266-4f1d-bd07-17a82319e138.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6347b69cc986e7603449674b9727926e8b5f385 --- /dev/null +++ b/images/71b4529c-a266-4f1d-bd07-17a82319e138.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015d52237330006daeb38cbb83feec14ecb4b39e10026acdee6137688a00e315 +size 2034745 diff --git a/images/71b4988c-c67b-4d3c-be88-5d54d0ce6fb6.jpg b/images/71b4988c-c67b-4d3c-be88-5d54d0ce6fb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec128bddbaa1c2c3fd6a6f2911bee339ce9f5805 --- /dev/null +++ b/images/71b4988c-c67b-4d3c-be88-5d54d0ce6fb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469d5aa4716090e4f3b2dbce925880a5fcb42ac3eba1a037e94b4aa1732f574b +size 1793843 diff --git a/images/71b65be6-6161-4297-ac90-938f7272fb85.jpg b/images/71b65be6-6161-4297-ac90-938f7272fb85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e13e3bfeacb8c7270a848ef74ab10628376db2b6 --- /dev/null +++ b/images/71b65be6-6161-4297-ac90-938f7272fb85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd4d27cbaa336754805d0f0da327512b6cca5d351f2421cb466adbe6ca508fb +size 1362121 diff --git a/images/71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d.jpg b/images/71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..189a476e1729b3ed3821e14914710cde2fc62bae --- /dev/null +++ b/images/71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ac63b71a3bc69d56641443d02289927a6f012de8211984c6ec3fee6fb2b42a +size 1645829 diff --git a/images/71cd35e0-ab3f-4730-9ad3-9d5830442779.jpg b/images/71cd35e0-ab3f-4730-9ad3-9d5830442779.jpg new file mode 100644 index 0000000000000000000000000000000000000000..134e0dd0682ecc69736eb662efe5cab98a990bf2 --- /dev/null +++ b/images/71cd35e0-ab3f-4730-9ad3-9d5830442779.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d315e6bfce914c60ee2174694583604dc17f53e1ae4f7074b1cf559d6ee9f4 +size 1220413 diff --git a/images/71d52d5e-dd1b-48f8-9188-501a32758113.jpg b/images/71d52d5e-dd1b-48f8-9188-501a32758113.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01a8363a4773dd3bae2ff15646976f9799d94934 --- /dev/null +++ b/images/71d52d5e-dd1b-48f8-9188-501a32758113.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57dd7bbfbc2c2901d4fbda62efa5c497494aed7c10a6d68d884e01cf8eb41390 +size 1544006 diff --git a/images/71df522b-2361-4b44-9d47-dc08f2e2a876.jpg b/images/71df522b-2361-4b44-9d47-dc08f2e2a876.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a286f8327a63a73b4d156d3069f27a6ac49d64f --- /dev/null +++ b/images/71df522b-2361-4b44-9d47-dc08f2e2a876.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250a8e0f514bc5233c1fd76de25f48343635c3b784b40caf74c33856e1bc0a89 +size 1620764 diff --git a/images/72037365-a15e-4c0d-9e93-9f1611f34393.jpg b/images/72037365-a15e-4c0d-9e93-9f1611f34393.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d4f722c7eda154eab1b1763577a6a90030d1f7 --- /dev/null +++ b/images/72037365-a15e-4c0d-9e93-9f1611f34393.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0256a56a46d5cc96a71053369fd9527ffc6f064722419495a173049484f0884 +size 1189141 diff --git a/images/72048a19-af92-408f-98c7-dd49c35ef55d.jpg b/images/72048a19-af92-408f-98c7-dd49c35ef55d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd7e5f5d80e4a7a8a847c7608dfa69ff3eedcbc3 --- /dev/null +++ b/images/72048a19-af92-408f-98c7-dd49c35ef55d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255924c615105609ef2c6c85d684c51dd19de8d1d461978329aecb30adfa7f40 +size 1777009 diff --git a/images/720f3479-9035-4e63-93af-f6f15cf91694.jpg b/images/720f3479-9035-4e63-93af-f6f15cf91694.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef572b6c939339470651da0852610810b09c5859 --- /dev/null +++ b/images/720f3479-9035-4e63-93af-f6f15cf91694.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4f21194ca306508826ec57231e264434de3e36e0b3747db3ff31731c7472d2 +size 1921065 diff --git a/images/721ccef1-35bf-4b0a-a9f5-408b1da384bc.jpg b/images/721ccef1-35bf-4b0a-a9f5-408b1da384bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..095de068a12b3ddf07a7b84a8a808e93309ac32c --- /dev/null +++ b/images/721ccef1-35bf-4b0a-a9f5-408b1da384bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dfa1108a7a99a84b4115723ba4d9b85adb4c76c1641262bc7fbd7878919227 +size 1271600 diff --git a/images/72216f0e-44c0-4889-8421-81d38f170cf5.jpg b/images/72216f0e-44c0-4889-8421-81d38f170cf5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cf57406b1bf7d1497aade5b6732d16135c7fce1 --- /dev/null +++ b/images/72216f0e-44c0-4889-8421-81d38f170cf5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbdc5a48fb3dce5926004897cbeabdd7b762aefd8feee4a727771fcafaccb10 +size 1749408 diff --git a/images/7230d0d2-f130-48ec-8a65-bc073aa85a53.jpg b/images/7230d0d2-f130-48ec-8a65-bc073aa85a53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abe3608a5bcc22665dcbfcd761ad05a3031ee088 --- /dev/null +++ b/images/7230d0d2-f130-48ec-8a65-bc073aa85a53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfee7b663a5a43c6ecebfe73f649c34c9a2a88fedabae83288d627bd13dbbd6 +size 1642196 diff --git a/images/723c08ee-97d3-4a98-bf3a-61eac1ee3c48.jpg b/images/723c08ee-97d3-4a98-bf3a-61eac1ee3c48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c059ad66b6baaff9f9d442c2a827e7109f86176 --- /dev/null +++ b/images/723c08ee-97d3-4a98-bf3a-61eac1ee3c48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b47975607cb84777e4ed98cf90d764b56e5f84bd382a15fd133892bdb56570 +size 1362577 diff --git a/images/723d649e-10d9-487a-8896-5d48787ac135.jpg b/images/723d649e-10d9-487a-8896-5d48787ac135.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fe06597fdf6895599ac1ff4f772a2418843b30e --- /dev/null +++ b/images/723d649e-10d9-487a-8896-5d48787ac135.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9793649dff2efa01aa9422835b168d09e0755d283776a358fa898431f0a9bbcd +size 3237479 diff --git a/images/723dc024-c0a4-4da3-a735-eb5cbfd6c76e.jpg b/images/723dc024-c0a4-4da3-a735-eb5cbfd6c76e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a921e2951dc99bba0fad3f9697a3d68507f3bd32 --- /dev/null +++ b/images/723dc024-c0a4-4da3-a735-eb5cbfd6c76e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c84f579821f7e252309da75f470a2602dfe86451a45c48b66ac983df357cc4 +size 1536198 diff --git a/images/7243203d-701b-44f5-ad2e-ccf424a2e7a1.jpg b/images/7243203d-701b-44f5-ad2e-ccf424a2e7a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa9e7cc547f0e13dad398467dbdb34c44a22ece4 --- /dev/null +++ b/images/7243203d-701b-44f5-ad2e-ccf424a2e7a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8ebc505f4b66c61638e7d3da69ea1aea91095ba731d35eb885d37df0b81943 +size 1753676 diff --git a/images/724352cf-dcae-436f-88af-d6e6c6d8021a.jpg b/images/724352cf-dcae-436f-88af-d6e6c6d8021a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a474c55c1bcd1d6b1a1355c211d7668e253ae710 --- /dev/null +++ b/images/724352cf-dcae-436f-88af-d6e6c6d8021a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f103daee342f9c87f55e4ca6328eb3ae5f42044f92c6ea2dd2399d344c725d5 +size 1168417 diff --git a/images/7245f7e1-1f95-4329-852f-aa679c9f62b4.jpg b/images/7245f7e1-1f95-4329-852f-aa679c9f62b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f24793a301224f0e5fa0ad0916fffda4df2eb778 --- /dev/null +++ b/images/7245f7e1-1f95-4329-852f-aa679c9f62b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee084eb37e18381102e73a68d716f303db00c8bc7b0ef26fbc625e112e0231e6 +size 1644448 diff --git a/images/72494ee8-8c8b-4f5d-8d48-34d5b6086e6d.jpg b/images/72494ee8-8c8b-4f5d-8d48-34d5b6086e6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b5d86e4169d0b1e6fb948ee44fbbd1053e8325d --- /dev/null +++ b/images/72494ee8-8c8b-4f5d-8d48-34d5b6086e6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4f01ed881c28af3ba880e9b3b526249d1b53170ead19a5630ab34422eb72b3 +size 2300691 diff --git a/images/72617666-4989-4502-9da5-a3fdbfb5fd3c.jpg b/images/72617666-4989-4502-9da5-a3fdbfb5fd3c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04aee4fd79c1539b6a461c5187c770e4c086730f --- /dev/null +++ b/images/72617666-4989-4502-9da5-a3fdbfb5fd3c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ea72d6b3a51d03bf7880fd95c334ab54d87a9a56ecad5a1118939168b2d757 +size 1713321 diff --git a/images/72657a51-bb4a-4a7d-bb3c-0d300e5814e9.jpg b/images/72657a51-bb4a-4a7d-bb3c-0d300e5814e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9aa872661f08c0a01355b4898e1939ae36a194 --- /dev/null +++ b/images/72657a51-bb4a-4a7d-bb3c-0d300e5814e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652a0bac014254ec7eae24bd142c1072d9460c7ae1ef28a8400879a5ec030c94 +size 1646441 diff --git a/images/726e16bf-c808-4caf-b436-cc1b4c502953.jpg b/images/726e16bf-c808-4caf-b436-cc1b4c502953.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fa0436b247727406bca165dcfcae5f309813127 --- /dev/null +++ b/images/726e16bf-c808-4caf-b436-cc1b4c502953.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b72991ce7bba710aff7f538f6b32b75ba0b87062956d3ea4625e8b8f974dab +size 1560414 diff --git a/images/727dfad2-6aeb-41d9-9258-387b6c72cd98.jpg b/images/727dfad2-6aeb-41d9-9258-387b6c72cd98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc1aa853cf61eb20083ecc3ff61198c8857f7700 --- /dev/null +++ b/images/727dfad2-6aeb-41d9-9258-387b6c72cd98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0505dc441b3f2d4604007093118c6b6062e987b5401b56922ef328ef26602fa +size 1795330 diff --git a/images/728557bd-ef8f-4c70-a3c6-d29c99a55350.jpg b/images/728557bd-ef8f-4c70-a3c6-d29c99a55350.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e61203e051a52f2bec6a8bc97db8120e37c38c3 --- /dev/null +++ b/images/728557bd-ef8f-4c70-a3c6-d29c99a55350.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fc7c92430bd2ca32b196aae79e1fb453c215612467e556788c8bbce1551324 +size 2795405 diff --git a/images/728b81a9-ec26-4e18-945a-cf6b9a6e39f8.jpg b/images/728b81a9-ec26-4e18-945a-cf6b9a6e39f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e881853836eaabbed7d50cf8fe306d44e3a98fb --- /dev/null +++ b/images/728b81a9-ec26-4e18-945a-cf6b9a6e39f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8a2d25ba5ea15df2816c6f8f47f799a49e1131be630926eb287107cf90e7b6 +size 1685702 diff --git a/images/728be4d4-257e-412e-bd63-969f7813205a.jpg b/images/728be4d4-257e-412e-bd63-969f7813205a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba7e9d607b7590ff9d4a2e58c3c651b1050c29f --- /dev/null +++ b/images/728be4d4-257e-412e-bd63-969f7813205a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847710f62a4f1cff2ff8716e873abc59a52da6bcf505371397985d6dcc19d7a5 +size 1800940 diff --git a/images/728dd8d9-ece3-4aa8-8083-353e3e8625a3.jpg b/images/728dd8d9-ece3-4aa8-8083-353e3e8625a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfb36c023a1bf293aca833002d26e5d6ee3271c7 --- /dev/null +++ b/images/728dd8d9-ece3-4aa8-8083-353e3e8625a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382c858597bfe9989f32ad3f499b80298cafc7c82b8f1e32af5915a4643899aa +size 1399848 diff --git a/images/72980382-03dc-46a2-8b46-ec31db47f58b.jpg b/images/72980382-03dc-46a2-8b46-ec31db47f58b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42a70d06e9ebd00ee086c409c7daf7b49f4082ec --- /dev/null +++ b/images/72980382-03dc-46a2-8b46-ec31db47f58b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef0775292c13401ff34d07d425c68a41b65b05b331424e1545d6eb966dfc25f +size 2196564 diff --git a/images/72994917-00e4-461a-8681-add88855d7fe.jpg b/images/72994917-00e4-461a-8681-add88855d7fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08d9f4c157f0b7908041f2e4fb873ee0b2d3058e --- /dev/null +++ b/images/72994917-00e4-461a-8681-add88855d7fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0d5486535cd22ca272d7f26a5fd73f45c0b8f84906fb5a5db7e923ba06834b +size 1724255 diff --git a/images/72a0513d-7ad3-481a-b8bc-76c712d1b301.jpg b/images/72a0513d-7ad3-481a-b8bc-76c712d1b301.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0e0c1878a8003d6fc2480f0cfe82f4eb14f1586 --- /dev/null +++ b/images/72a0513d-7ad3-481a-b8bc-76c712d1b301.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee72ff2dcb84fb551a1bc96ddd08e6dfc90d0bc5fd215b5e47a55447aa184022 +size 1682650 diff --git a/images/72a72ab5-30c4-4085-80a9-f05284bdb617.jpg b/images/72a72ab5-30c4-4085-80a9-f05284bdb617.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4ce177cf5b7b054f37e0470d3ef63038d43cd45 --- /dev/null +++ b/images/72a72ab5-30c4-4085-80a9-f05284bdb617.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b2a25ae19c095994d0167cca1cdc3184dda36f69e7898fe1d44df64a61e523 +size 2154401 diff --git a/images/72b0e710-85a3-4425-ba52-6a96f6b44205.jpg b/images/72b0e710-85a3-4425-ba52-6a96f6b44205.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e46d17552de6d991789e4297a0f3d0135d2e4939 --- /dev/null +++ b/images/72b0e710-85a3-4425-ba52-6a96f6b44205.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f75496b39cc55689d76975b6c933c3bee903c204b910a505be340b7522dc38 +size 1260363 diff --git a/images/72b7977e-71f5-469e-afac-850a0fb66350.jpg b/images/72b7977e-71f5-469e-afac-850a0fb66350.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8ac3fe39d0e3a2b6863f7070b916942842ab4c8 --- /dev/null +++ b/images/72b7977e-71f5-469e-afac-850a0fb66350.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1461533ca378e0a90ad38e685215a59f454bcdb2e715e957753790a415b42d3d +size 2325058 diff --git a/images/72d1fab5-d9ce-4558-805e-56d94c8f68dc.jpg b/images/72d1fab5-d9ce-4558-805e-56d94c8f68dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..531c41bca21839a95a12b50ed47c40af5a87a01d --- /dev/null +++ b/images/72d1fab5-d9ce-4558-805e-56d94c8f68dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931805dd4dbd780eb29eceb9027d09b9013f0b4f2c9ec25684016d137e5e6b24 +size 1630970 diff --git a/images/72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9.jpg b/images/72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63059c68d71c575359afd5d7fd48d9012467d8f0 --- /dev/null +++ b/images/72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c674caf3d631cc37bb8dc401437ecb7bbda91fff70527e2517232bec2dc05b47 +size 1072631 diff --git a/images/72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c.jpg b/images/72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c5b2e6c907c8d7febe277ee14271bb7f2d3f784 --- /dev/null +++ b/images/72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bc986fa61da5f1129044fad95940628553778b7a9ca651b49c1888b643a8a3 +size 1410796 diff --git a/images/72ebb159-1852-45d0-8765-3ae31e1c5450.jpg b/images/72ebb159-1852-45d0-8765-3ae31e1c5450.jpg new file mode 100644 index 0000000000000000000000000000000000000000..239e163f3605b8e7c784889ef964755772a2056b --- /dev/null +++ b/images/72ebb159-1852-45d0-8765-3ae31e1c5450.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd7d5a0e88378e95110353dd9fb2040b452280b9b258e2e1e8d049a1200662a +size 2516943 diff --git a/images/72ecee6f-267b-48f0-bfa7-662e6b54f640.jpg b/images/72ecee6f-267b-48f0-bfa7-662e6b54f640.jpg new file mode 100644 index 0000000000000000000000000000000000000000..833f1a0a94be1e860bc270bedda90e98d01e14a8 --- /dev/null +++ b/images/72ecee6f-267b-48f0-bfa7-662e6b54f640.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5265b830b8e070adb954a46956c4c4fc452fb0d90ab370114a387c3fc2e5c498 +size 1522537 diff --git a/images/7306cccf-4e8f-449a-b170-3544bf4be3e5.jpg b/images/7306cccf-4e8f-449a-b170-3544bf4be3e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0958d179b807250f964037e2e7fe5e26a8545bb1 --- /dev/null +++ b/images/7306cccf-4e8f-449a-b170-3544bf4be3e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2c01b71365007375b14307bdeab16207b12766639fa7ddae88ec6a7442bde4 +size 1796279 diff --git a/images/730cae63-0fc0-45d0-8d7d-eea0740cbffc.jpg b/images/730cae63-0fc0-45d0-8d7d-eea0740cbffc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12ea74288dbc8a1fc8e4c695ac3d9a13a68ddd40 --- /dev/null +++ b/images/730cae63-0fc0-45d0-8d7d-eea0740cbffc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aae7b320e33ca81f1bb78a707d4619ea68aafd4ea084c289864a9eb83e22b1 +size 1433113 diff --git a/images/7311d07e-06d3-4a22-80f8-12dc0ad90eeb.jpg b/images/7311d07e-06d3-4a22-80f8-12dc0ad90eeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe0900e6f49acbab32b3239975818b2f5d0aa952 --- /dev/null +++ b/images/7311d07e-06d3-4a22-80f8-12dc0ad90eeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5338253afa7195b91434b055721b7907e43cc414477f0df7352c7db58b150de9 +size 1616749 diff --git a/images/7312d300-c8fa-4617-9a33-371e01a37be0.jpg b/images/7312d300-c8fa-4617-9a33-371e01a37be0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33cf194c4781322ca6abbb539ae356abe6d3c219 --- /dev/null +++ b/images/7312d300-c8fa-4617-9a33-371e01a37be0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da8ff280c448f5e91232cf7ffe75b4abbc57a3f02cc03f350266782612e56c +size 2674339 diff --git a/images/731c9e0c-d9c2-49ac-8e46-bbcfea36a439.jpg b/images/731c9e0c-d9c2-49ac-8e46-bbcfea36a439.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc1d6a209898106d6e19094857b1052a16e974ab --- /dev/null +++ b/images/731c9e0c-d9c2-49ac-8e46-bbcfea36a439.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062cf1c5be71e05e85ada66d4161ae4e470512a8d22249241269177dc030257f +size 2292952 diff --git a/images/731df599-e148-4852-8dd3-0d23f99c890e.jpg b/images/731df599-e148-4852-8dd3-0d23f99c890e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ad7f9609735186adcd53360de6636fa6d1bbb0 --- /dev/null +++ b/images/731df599-e148-4852-8dd3-0d23f99c890e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84eed28d9f0425c2037b76099b653ef8a3077c7fe48a117dfb614fb0a93978e8 +size 2006748 diff --git a/images/731fa7b9-b06c-4452-afa2-7f7304881416.jpg b/images/731fa7b9-b06c-4452-afa2-7f7304881416.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d65a2e0bf6c53d807897171c0eabdb96e8ca83b --- /dev/null +++ b/images/731fa7b9-b06c-4452-afa2-7f7304881416.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7d82bc431cb48a496d6c7355efaa692b57f681d7828496dd3766577a197583 +size 1502102 diff --git a/images/732f6691-15b7-452b-9ce6-44fdbe539a3e.jpg b/images/732f6691-15b7-452b-9ce6-44fdbe539a3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a96e5473acb5aa5df3fabdf7a79bb3e06dc62290 --- /dev/null +++ b/images/732f6691-15b7-452b-9ce6-44fdbe539a3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa72a21f9b7e5fed7d4649134ebe0d7f8c7d1bb38509cfe78d8dfcacd20b0fe +size 1655300 diff --git a/images/73438ed5-2b4b-4bd7-bccb-9a6102982616.jpg b/images/73438ed5-2b4b-4bd7-bccb-9a6102982616.jpg new file mode 100644 index 0000000000000000000000000000000000000000..518e8842671268520a60292e1b0aa3686495aad9 --- /dev/null +++ b/images/73438ed5-2b4b-4bd7-bccb-9a6102982616.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdca5395d4564281e1ae43c34b8161e910072c474d6bd6bafdf62f90fa76911c +size 1545093 diff --git a/images/734c74c4-9365-4d16-ba1e-174423521716.jpg b/images/734c74c4-9365-4d16-ba1e-174423521716.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23602887baa2d1740da732827fcec8ea36791d21 --- /dev/null +++ b/images/734c74c4-9365-4d16-ba1e-174423521716.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21c4b218810d7990c2055c04ac4a646064a652707851dec5a3f5df163cf39be +size 1734957 diff --git a/images/734cbbe6-3593-458b-9851-0a54166ccbcb.jpg b/images/734cbbe6-3593-458b-9851-0a54166ccbcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fbb66dce1b17af7d623b2bfe07e49e4cc8ef180 --- /dev/null +++ b/images/734cbbe6-3593-458b-9851-0a54166ccbcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9db41794ce545d09df75b56f8c637ebe2a61e6aedfbdbf341464efd39659eb0 +size 1319871 diff --git a/images/7351a80e-47d6-4574-bdba-9f50c592c212.jpg b/images/7351a80e-47d6-4574-bdba-9f50c592c212.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85074df696286671174298bdec8062c8650a552f --- /dev/null +++ b/images/7351a80e-47d6-4574-bdba-9f50c592c212.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f7a3da53db7b829c46db842637adda49341c5e70c8adbc06bd46c469b2a24d +size 1636639 diff --git a/images/7351c1db-b7f9-48b8-9097-53537bdeff93.jpg b/images/7351c1db-b7f9-48b8-9097-53537bdeff93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f68c9e33ad1f492476f39a3be7d6ae094dbb49e8 --- /dev/null +++ b/images/7351c1db-b7f9-48b8-9097-53537bdeff93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9524b26a2fff417528f02a76da1058a90a12d9d4db50178c8258524fdea4f2ac +size 1719808 diff --git a/images/735722e7-a8b4-45d3-a4dd-8da27b1dfc2e.jpg b/images/735722e7-a8b4-45d3-a4dd-8da27b1dfc2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..119b5c1981063557b1686e95e98ca3ea4566c457 --- /dev/null +++ b/images/735722e7-a8b4-45d3-a4dd-8da27b1dfc2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e1bb317eef4f09ead5224cc720dd1267db5f66657102ef87d5dc8544620ac5 +size 1379362 diff --git a/images/7360118f-3f87-4dce-911d-95f3cf2d27f6.jpg b/images/7360118f-3f87-4dce-911d-95f3cf2d27f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06c623d0b900c8910cb24e0760a0be2da9f1dc53 --- /dev/null +++ b/images/7360118f-3f87-4dce-911d-95f3cf2d27f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abd415a26515dd8ed529a1376f5138f2291619026e57a15990c7c6287d34182 +size 1196924 diff --git a/images/73603dcd-7aaf-46cc-971c-ddd72f43f56c.jpg b/images/73603dcd-7aaf-46cc-971c-ddd72f43f56c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a9431f37a2d75e4b099f5c4bbce17a8fdbf4f4d --- /dev/null +++ b/images/73603dcd-7aaf-46cc-971c-ddd72f43f56c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7619e13851195c2926529f7902f3fea185e7e0a7610727acbf71a203ab0d1f +size 1130817 diff --git a/images/7362a822-5cdb-4a35-919d-0bb055849286.jpg b/images/7362a822-5cdb-4a35-919d-0bb055849286.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a915183fe34453b80682be03c07995038d184f12 --- /dev/null +++ b/images/7362a822-5cdb-4a35-919d-0bb055849286.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92715bb4ab2ae4145236df72b17e86eaccac95cc8baa0ff8be1c970251f8f498 +size 2091882 diff --git a/images/73677252-4aea-490f-87fc-3e8e07496fab.jpg b/images/73677252-4aea-490f-87fc-3e8e07496fab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afaa35e9a11b1227ad35db5b70e9a119c33672fc --- /dev/null +++ b/images/73677252-4aea-490f-87fc-3e8e07496fab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdd802363d277c784b2580b35962cd0b7952951e12746fac72eab576213ffbf +size 1068634 diff --git a/images/7368f39f-f450-4d51-bfe9-8f8ac532e10a.jpg b/images/7368f39f-f450-4d51-bfe9-8f8ac532e10a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b140b4d47d9ba4fcca4a245c61b592d27f0553e9 --- /dev/null +++ b/images/7368f39f-f450-4d51-bfe9-8f8ac532e10a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd6eb87c6baa4212d4c19373136ad6f1a8aa0c3e7aa8f66425d67f16e920be7 +size 2182837 diff --git a/images/7378495b-2834-4709-8ddf-95c2f37f8a28.jpg b/images/7378495b-2834-4709-8ddf-95c2f37f8a28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ffde747e6860df5fa2095cbae21e3655272a8e0 --- /dev/null +++ b/images/7378495b-2834-4709-8ddf-95c2f37f8a28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79149d0b6bb937913befc739155e151e21ceb00b5fa6743a664bb663cf36c5e9 +size 1587344 diff --git a/images/737a1835-36d8-4fb6-b933-7a81f0cfee42.jpg b/images/737a1835-36d8-4fb6-b933-7a81f0cfee42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bf6e21dcec5109af1ba73b89eaf7e2a51c049e1 --- /dev/null +++ b/images/737a1835-36d8-4fb6-b933-7a81f0cfee42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be530f2aea0d0139499092b66d6e3dddff8c563b497b5da067e3e52146fee9ba +size 1806071 diff --git a/images/737d6224-b767-4a20-af6c-565d13c23876.jpg b/images/737d6224-b767-4a20-af6c-565d13c23876.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f25d2c536f6b20ae6892987570da78a6708e763 --- /dev/null +++ b/images/737d6224-b767-4a20-af6c-565d13c23876.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3215ba32faf1d207abf026b875bd093b2836b82482f9d755b1404478271fe583 +size 2879962 diff --git a/images/737eff41-0968-4cff-a7c1-f8e0dec9cfd5.jpg b/images/737eff41-0968-4cff-a7c1-f8e0dec9cfd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61825c1c10984b5e49f147d2d1f1630a3b06bcfa --- /dev/null +++ b/images/737eff41-0968-4cff-a7c1-f8e0dec9cfd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2c9b96359990103ec9e279f88bb170a3f8070b51ec86d013d832415ada9e90 +size 1583424 diff --git a/images/738dd12e-3496-4c19-ad6a-ba197cb807c4.jpg b/images/738dd12e-3496-4c19-ad6a-ba197cb807c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b7efcc7f820bedfd6989de72267604d717683e --- /dev/null +++ b/images/738dd12e-3496-4c19-ad6a-ba197cb807c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4970508b13d759922e8dc57b538cc44622e728e2914295f75d94d041897b2204 +size 1530816 diff --git a/images/73938d02-4d9a-4ca9-b616-d7865b927361.jpg b/images/73938d02-4d9a-4ca9-b616-d7865b927361.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed9c79f7c35bb7c82cd8c6d540c63ad8db45d92c --- /dev/null +++ b/images/73938d02-4d9a-4ca9-b616-d7865b927361.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0881a8490d71a935c57eab14f3f0ca42c9b26460056a36ba839c3184b6010a6b +size 1557400 diff --git a/images/73940824-4a4e-4cbc-afaa-8223b105720b.jpg b/images/73940824-4a4e-4cbc-afaa-8223b105720b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98fcd3d89f69e8b2920dc2af653d62ff4762fc6f --- /dev/null +++ b/images/73940824-4a4e-4cbc-afaa-8223b105720b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaddb87b0510bcbda15a6a5395a749e3527472cb612c08540a66ba72b7b585e8 +size 1414336 diff --git a/images/73a2e5f2-8bf0-4968-9965-d4a0366c936f.jpg b/images/73a2e5f2-8bf0-4968-9965-d4a0366c936f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26a3fbfb60376e71a9251a5852073841d1d13a60 --- /dev/null +++ b/images/73a2e5f2-8bf0-4968-9965-d4a0366c936f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfe1a9aa7c0bdc16d45382467e6f940b565bb16a299baba664f0b7136b6159b +size 1634432 diff --git a/images/73b4142a-d7dd-480d-9592-a606544438d1.jpg b/images/73b4142a-d7dd-480d-9592-a606544438d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a647424839238373d4a87f8cc8e5e64112f6d4e --- /dev/null +++ b/images/73b4142a-d7dd-480d-9592-a606544438d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7efe2e2f0c43a4aeca0ca98845c2cdb13bfec1fdf451958ecd2da1908f417f +size 1455518 diff --git a/images/73b5657b-c10c-4bfe-a97b-5eca7003d3fd.jpg b/images/73b5657b-c10c-4bfe-a97b-5eca7003d3fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7dcb1b429e5e83d7aaaf669955cd45989e066f6 --- /dev/null +++ b/images/73b5657b-c10c-4bfe-a97b-5eca7003d3fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be2697b24225924d7d7521b58de46188b3189ba132490c2778429fdccfd7d18 +size 1661346 diff --git a/images/73b59538-4123-4dcf-9b56-f6ae2fc28003.jpg b/images/73b59538-4123-4dcf-9b56-f6ae2fc28003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41fdd0e1bfb3754d90d9903819213463cc25db81 --- /dev/null +++ b/images/73b59538-4123-4dcf-9b56-f6ae2fc28003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b2fce791013c6a7de829de4c5594970d1813b306e840697ef98f5356ec1400 +size 2987035 diff --git a/images/73bc902c-313a-42d4-a93b-22228202e366.jpg b/images/73bc902c-313a-42d4-a93b-22228202e366.jpg new file mode 100644 index 0000000000000000000000000000000000000000..869d0fd3e45a50b0f1d60dee3b0d1796df2fe40b --- /dev/null +++ b/images/73bc902c-313a-42d4-a93b-22228202e366.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ad0ec89c0f465471ab913c5a5291d89ec69f9a2d37b06bf5230a97c0fae0c1 +size 1746016 diff --git a/images/73c06f6f-6d47-4391-8fe4-bca4d45af4b5.jpg b/images/73c06f6f-6d47-4391-8fe4-bca4d45af4b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34ee90a303e81dbf60a97b8cdac5d0bd2a024a23 --- /dev/null +++ b/images/73c06f6f-6d47-4391-8fe4-bca4d45af4b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899283e622e4693a6bdeb1926a8fe93db2553f9bcff49185a450d5c06465d956 +size 1577874 diff --git a/images/73c2502c-4b40-4a7f-b94d-b1fd87b03d12.jpg b/images/73c2502c-4b40-4a7f-b94d-b1fd87b03d12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f6f9fd0474495ecbc5fd0b8ee4f8e5eb58ceee1 --- /dev/null +++ b/images/73c2502c-4b40-4a7f-b94d-b1fd87b03d12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59ed65532191a3521f9bf2f0cfeeeb92de84706ae1fed5f15f68d72fb4faabf +size 1094123 diff --git a/images/73e0606c-7535-4187-bc99-d56025c5a0a4.jpg b/images/73e0606c-7535-4187-bc99-d56025c5a0a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3b78fafaf7aff509a95296608edc34741a2606c --- /dev/null +++ b/images/73e0606c-7535-4187-bc99-d56025c5a0a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766feb484d53496e8807d50f10115e53ff675c73bad39cf0fc32afd025442004 +size 1701116 diff --git a/images/73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5.jpg b/images/73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c441dbedfeae44c7b4859b52cf0cf82c96cb50b --- /dev/null +++ b/images/73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc33eccef0119cb6563366639241070cf5d7c23e4ee8acdb7bab62c80dac7d5 +size 2146570 diff --git a/images/73ed3e44-e6c0-4913-b6a8-43934935e6a9.jpg b/images/73ed3e44-e6c0-4913-b6a8-43934935e6a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82a45330bd6901347acb5d3b1dceebfa0b7c02d2 --- /dev/null +++ b/images/73ed3e44-e6c0-4913-b6a8-43934935e6a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e565649dd096ce5533d4157e636f4636d18d4fabdd23c05b8e4b6f179094e65 +size 2062615 diff --git a/images/73f8fec0-7c5c-4897-82ea-20e113969ac3.jpg b/images/73f8fec0-7c5c-4897-82ea-20e113969ac3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ebb1fbf89338e2df506e8fd3e57e985ea8921d --- /dev/null +++ b/images/73f8fec0-7c5c-4897-82ea-20e113969ac3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42209f7c56420b676969a814032e829dcb608ee82e5da7a391cea2bb909424b2 +size 2177294 diff --git a/images/740328c1-39c7-440b-8afe-0175d8050d82.jpg b/images/740328c1-39c7-440b-8afe-0175d8050d82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..837e7c09d180c57463444ba24a09f13b66d27c80 --- /dev/null +++ b/images/740328c1-39c7-440b-8afe-0175d8050d82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d80b81d3384fee650e7cd84efac880eb5b54f8f95d8997c577288b16f46fb4 +size 1557486 diff --git a/images/740aa688-3382-4a91-bf4c-803411565910.jpg b/images/740aa688-3382-4a91-bf4c-803411565910.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4519cd34fb0dc38bb436a0d3a066fde31ba4d5b --- /dev/null +++ b/images/740aa688-3382-4a91-bf4c-803411565910.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882a56bdc1b68af824101a14943d453409965a75307313a33bf08819a2ac4fb4 +size 1842036 diff --git a/images/740d082b-ef21-4f5b-9080-421c3bf5be8e.jpg b/images/740d082b-ef21-4f5b-9080-421c3bf5be8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..570b81b5245d1f200f01686f2731be4e1cf58050 --- /dev/null +++ b/images/740d082b-ef21-4f5b-9080-421c3bf5be8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cdf07698d423b02c43b8ad6417317a57ce74bc2db66022219b988d04570f62 +size 1735567 diff --git a/images/7411edad-6a02-4a2d-9b43-75a4a8d57dff.jpg b/images/7411edad-6a02-4a2d-9b43-75a4a8d57dff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6157506eadc12fcb4a65a2d906e535cd0a96120 --- /dev/null +++ b/images/7411edad-6a02-4a2d-9b43-75a4a8d57dff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7f796394a69e2cfa18e76fc6a37943566932d20fff18d3ea6718b968582b5a +size 1626797 diff --git a/images/741496f2-009b-41af-b233-975586cad759.jpg b/images/741496f2-009b-41af-b233-975586cad759.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d6a637f9c30f1e19e7d5cfec87786f8bb5044df --- /dev/null +++ b/images/741496f2-009b-41af-b233-975586cad759.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68ad60e710de2f7298ba720b6d72d710525fa4a29ea5d73318b5b40ac3a1bb6 +size 1407208 diff --git a/images/741db092-ab94-421c-b013-82e887b523a8.jpg b/images/741db092-ab94-421c-b013-82e887b523a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cab5687031ad2b299c7fa9de1b2e9e2cb6b1b80e --- /dev/null +++ b/images/741db092-ab94-421c-b013-82e887b523a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9384fde29b213fe796fc9c301518614c518247809f2f8739ef1891724e2119 +size 1534752 diff --git a/images/741e2d66-92f5-4c0e-b3a4-1be3175ae583.jpg b/images/741e2d66-92f5-4c0e-b3a4-1be3175ae583.jpg new file mode 100644 index 0000000000000000000000000000000000000000..634b2aeb54ba7e898c5a647c5aad57f6824c3fa0 --- /dev/null +++ b/images/741e2d66-92f5-4c0e-b3a4-1be3175ae583.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85a90d08c3e808f29144625dadcf3d7c1330b8163c97d9ba72fca32639d8ff4 +size 3171812 diff --git a/images/7420704e-0b05-478c-ac2b-e43a1ece6481.jpg b/images/7420704e-0b05-478c-ac2b-e43a1ece6481.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d86d65acb1640f3f761294709ea5d6896910a7dc --- /dev/null +++ b/images/7420704e-0b05-478c-ac2b-e43a1ece6481.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ce67c410edfab322acb6ae7413f4d3a15c37eb726432325088aea643fa412e +size 2642069 diff --git a/images/74221158-bf13-410c-ae84-aa69742b1bc5.jpg b/images/74221158-bf13-410c-ae84-aa69742b1bc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38c276f2083dbcfaed9babad5ad1e0902c80a549 --- /dev/null +++ b/images/74221158-bf13-410c-ae84-aa69742b1bc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d91b625ec5056609c4f55a3a6e70f748a321b998b538eaca3f47f89a87c96a3 +size 1501341 diff --git a/images/742eb28f-03c0-4117-bd05-138bd657f7fd.jpg b/images/742eb28f-03c0-4117-bd05-138bd657f7fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dee01560b5c32eef2a85e4f180540172acedeab6 --- /dev/null +++ b/images/742eb28f-03c0-4117-bd05-138bd657f7fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5544b7aadb8a07614c8d1a4dd60f981a6a031e73071c9957ee33b29b8438812a +size 1244266 diff --git a/images/743eee5e-5071-42e4-bc6f-ee9a431bbbda.jpg b/images/743eee5e-5071-42e4-bc6f-ee9a431bbbda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdb98a2edf18078076b20bfac9b7848c56d35604 --- /dev/null +++ b/images/743eee5e-5071-42e4-bc6f-ee9a431bbbda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f4687766ecfe6b4d2a50f8244aa29947f539a28d65d89a25dd037283990c87 +size 1790568 diff --git a/images/745eb04f-7ff6-41bf-85be-c13aa8327ff3.jpg b/images/745eb04f-7ff6-41bf-85be-c13aa8327ff3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a922c0492076088cc88ac3457132b7a1cfd45fee --- /dev/null +++ b/images/745eb04f-7ff6-41bf-85be-c13aa8327ff3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1889db51650c123de2ec69c652897f5986824316d0b8c8439f2efcaf0c1ca8 +size 1646052 diff --git a/images/7466714e-b1ed-4b02-9dc8-ba7ac1b33387.jpg b/images/7466714e-b1ed-4b02-9dc8-ba7ac1b33387.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd2e2db80803b368fc152b91ecb154b73e682e2 --- /dev/null +++ b/images/7466714e-b1ed-4b02-9dc8-ba7ac1b33387.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cd36e17c019f34105462af5800d238a12d0838711e729f0bbb47a18f2ebd60 +size 2241036 diff --git a/images/7469b560-bbea-431d-b3c3-91d2883491d0.jpg b/images/7469b560-bbea-431d-b3c3-91d2883491d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68daeb0e4f9821eda40d4ae1fe731158c936b7ec --- /dev/null +++ b/images/7469b560-bbea-431d-b3c3-91d2883491d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783441aca4581b51d862df5e8ee010de7a409de501e57095838fe30f33ba8a0a +size 1507280 diff --git a/images/747eaf0a-bcd1-4a4e-9870-2d0021893e77.jpg b/images/747eaf0a-bcd1-4a4e-9870-2d0021893e77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa3da343d34031bec97a50fa79be6287c196d586 --- /dev/null +++ b/images/747eaf0a-bcd1-4a4e-9870-2d0021893e77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fc54b038ee7392cc8f7cb26aa3c9ab0d75bde8cc04928a596c7b6ee2cb564f +size 1271014 diff --git a/images/748339a0-7a44-4d40-b35b-605099382528.jpg b/images/748339a0-7a44-4d40-b35b-605099382528.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7446d9b9273ec8b6e31771c305e115dc16171c6 --- /dev/null +++ b/images/748339a0-7a44-4d40-b35b-605099382528.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce36559b8d765777429eb562a503aa23de34bbe1e1f00e50d621f67b92dff846 +size 2023626 diff --git a/images/748a20d4-7396-44a9-b5f5-66c4b3d3f84e.jpg b/images/748a20d4-7396-44a9-b5f5-66c4b3d3f84e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7f700e52685e9cd9cc5b886d3d8e41011d11260 --- /dev/null +++ b/images/748a20d4-7396-44a9-b5f5-66c4b3d3f84e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9facc4e2f4fe3e47cc17d6e62a77f91330577c12a21641197919bdbbd4714a +size 1304627 diff --git a/images/74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2.jpg b/images/74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f65ea873829b63162f89fe19856c781962c0525 --- /dev/null +++ b/images/74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1442cdfb0c46dba1378849aafa2d2b44c2de970cb6d2cb814fdb5e6940926273 +size 1648612 diff --git a/images/74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe.jpg b/images/74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bca314e0f582aa17a952f1bbe21845cc92db2da --- /dev/null +++ b/images/74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7654b6df32b7e4f5c48cbfe44dc99308a5f5769e9ab2c0001adc2aabd37ae0 +size 1617456 diff --git a/images/74c7c7ab-057b-454c-8d22-07c3b4168674.jpg b/images/74c7c7ab-057b-454c-8d22-07c3b4168674.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b66ac6bf922dbb073d02c6f3877bbf37323d7b94 --- /dev/null +++ b/images/74c7c7ab-057b-454c-8d22-07c3b4168674.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b1e983cbece87e5a5c09c0287317d62b54da008ab9bbe214fb23503bf92223 +size 1714009 diff --git a/images/74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070.jpg b/images/74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dbbd81a241ee34cf07cb0e6b27c434a2e33e53c --- /dev/null +++ b/images/74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25881f5314c91dd6f43cb7a5a89512948b9e2298c6e5cf829a2b1a78012dad5e +size 1656188 diff --git a/images/74cfa815-fd99-45c2-892d-e81b82e786f6.jpg b/images/74cfa815-fd99-45c2-892d-e81b82e786f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..969e7bfa7ad857b1ddcfd91d9afeb0ade10da6c1 --- /dev/null +++ b/images/74cfa815-fd99-45c2-892d-e81b82e786f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07363cb22daa692ecb9cc152c361f16af50081a48079f2e6478fabaf4927df4b +size 1481913 diff --git a/images/74d36a89-39e2-4dab-9a32-586d97233dc4.jpg b/images/74d36a89-39e2-4dab-9a32-586d97233dc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f27f09a6db8e02303f15851f9a4e73418e44ec61 --- /dev/null +++ b/images/74d36a89-39e2-4dab-9a32-586d97233dc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6b45fa14529a9b1e1175656ac70c176681c2b626116d57afdd8d3d62884c0f +size 1254108 diff --git a/images/74dfc865-3f96-4cf9-a9c5-ac1d1482a359.jpg b/images/74dfc865-3f96-4cf9-a9c5-ac1d1482a359.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0110102777ae506384f8954d28f810ea74161994 --- /dev/null +++ b/images/74dfc865-3f96-4cf9-a9c5-ac1d1482a359.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057eb558e740bcaed099678a9bfa8aa11141d93046f879b75b68a9cd08be0c4b +size 2195616 diff --git a/images/74e31253-4076-416d-8d8d-3c8a7137aa96.jpg b/images/74e31253-4076-416d-8d8d-3c8a7137aa96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c638360b2a89f57ae59da64f8cce63b072d95641 --- /dev/null +++ b/images/74e31253-4076-416d-8d8d-3c8a7137aa96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3259cfde20cf740c2f1c1acfd8d04503effe2dfe834f608d5dff52c6fb53ec91 +size 1859428 diff --git a/images/74e764e9-0cea-4e63-9c90-6a4d1146244f.jpg b/images/74e764e9-0cea-4e63-9c90-6a4d1146244f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa3dc0dd9c30d017cd8d616813e1dca5ce2758de --- /dev/null +++ b/images/74e764e9-0cea-4e63-9c90-6a4d1146244f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd06fb691016f039d67b7a770efe07007c157700dd7094bcc67ff15fd13aef82 +size 1617416 diff --git a/images/74f18a3e-6019-488f-bf2f-1480caab3247.jpg b/images/74f18a3e-6019-488f-bf2f-1480caab3247.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bc36bec6d0083f8573ca6522d493df7cbcded17 --- /dev/null +++ b/images/74f18a3e-6019-488f-bf2f-1480caab3247.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2e54fac4bb129144853a45dddff42b8ec4a8d0af61a99b2aec677c3671109f +size 1628319 diff --git a/images/74f3d138-f134-4a7e-b87a-97df4c1cd0db.jpg b/images/74f3d138-f134-4a7e-b87a-97df4c1cd0db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf0d287eef22081695806adfccd4aa5c499247c5 --- /dev/null +++ b/images/74f3d138-f134-4a7e-b87a-97df4c1cd0db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf03d51cfc2900e9a41f964f9f76a5b8afecda0ae9c0fa91f393b7446eb0636 +size 1327938 diff --git a/images/74fda841-fbac-4b8f-9f77-377beb671dd3.jpg b/images/74fda841-fbac-4b8f-9f77-377beb671dd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ef9e51ad9da2fe033d3861c82f43544e1f19f8e --- /dev/null +++ b/images/74fda841-fbac-4b8f-9f77-377beb671dd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ecce4e52463c4ed4ecff646437459bb68d6c4c950664b3935b02e261f2db69 +size 1595014 diff --git a/images/7502a65b-8189-4d7d-aa20-697f9fd9409c.jpg b/images/7502a65b-8189-4d7d-aa20-697f9fd9409c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66364f3f5c3c362a26f4394526bbbc1f5916f5e6 --- /dev/null +++ b/images/7502a65b-8189-4d7d-aa20-697f9fd9409c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0041feec7e63175e9f7299687eec10da40c16834807af081d868929b46b5d74 +size 1879318 diff --git a/images/750908dd-a039-4646-a62b-60402046bf4b.jpg b/images/750908dd-a039-4646-a62b-60402046bf4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79535a13768b1c496a7100a0b7f0ec306ee2e756 --- /dev/null +++ b/images/750908dd-a039-4646-a62b-60402046bf4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ae840e2d626d79406a3a68ed9f3fc63b1983789d1210471ca3c0e5e53f9d84 +size 1919289 diff --git a/images/750e146e-d6eb-46d2-9548-ef0322837588.jpg b/images/750e146e-d6eb-46d2-9548-ef0322837588.jpg new file mode 100644 index 0000000000000000000000000000000000000000..014249e10c68fbba59e7f814920e1f76d1baeb97 --- /dev/null +++ b/images/750e146e-d6eb-46d2-9548-ef0322837588.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287bcf7bafd4e2c99a09937bf16c0e414036b52aa36d5f0333bad547252f0193 +size 1649064 diff --git a/images/7515eb78-4cd8-4762-9ba6-d80ea0ee00c7.jpg b/images/7515eb78-4cd8-4762-9ba6-d80ea0ee00c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e16844f7a1739d3a75cf3f66a17f6add0ba90a5 --- /dev/null +++ b/images/7515eb78-4cd8-4762-9ba6-d80ea0ee00c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590890a5cbca12077451eab6e26330f2e86c9d1d78b9624179f5bfb210e14b82 +size 1460056 diff --git a/images/7517c42b-ee4c-45f6-b4f8-64be7cc151a4.jpg b/images/7517c42b-ee4c-45f6-b4f8-64be7cc151a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fc855fd76d1953c2fea939e09e9079f8c04a9ad --- /dev/null +++ b/images/7517c42b-ee4c-45f6-b4f8-64be7cc151a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9302f9365e860b12d3c1bd6df46744a19a432530b3c81a8ed89bb6370eee6569 +size 1923447 diff --git a/images/751d80fa-dcee-4c03-b6cc-f5bc0a816fd1.jpg b/images/751d80fa-dcee-4c03-b6cc-f5bc0a816fd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..983196b9efe9a6ed8078e7ab610d2d0fd8b3efe9 --- /dev/null +++ b/images/751d80fa-dcee-4c03-b6cc-f5bc0a816fd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83a31e755fde19a09b44c25fe7c46dfe723359fa693890dee4c36e55d195d53 +size 1615685 diff --git a/images/75254909-881c-4d91-9986-117129910fb1.jpg b/images/75254909-881c-4d91-9986-117129910fb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae938cb35ae18c280f66e2dd259035c22c728daa --- /dev/null +++ b/images/75254909-881c-4d91-9986-117129910fb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2486a5b2279f3d1b143a0c1007e63bfc31b1e70193a067ede5dc3ba0cd1fbb5 +size 1722222 diff --git a/images/7529171f-ee28-4206-be46-1060a32f16ea.jpg b/images/7529171f-ee28-4206-be46-1060a32f16ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bce7151dbd7e58bd9eb388aa36bb042944fd5c5f --- /dev/null +++ b/images/7529171f-ee28-4206-be46-1060a32f16ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fe4d88a0e61079dd24526220e8080a83750c061f791c6eb2e9809dd4b51193 +size 2126119 diff --git a/images/752afbd8-8038-464b-955d-01eae3ad9f12.jpg b/images/752afbd8-8038-464b-955d-01eae3ad9f12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50d9aaa0d608a41a6134cc1e7b5699f1b4ac5d65 --- /dev/null +++ b/images/752afbd8-8038-464b-955d-01eae3ad9f12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e46a3cac82fcc4e28fd3a47a175ccca27aee3dd58932d722d6729a5ff0f2715 +size 2177098 diff --git a/images/752afeba-704a-4aa6-b474-7de013de90aa.jpg b/images/752afeba-704a-4aa6-b474-7de013de90aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a684fb3a62efcc58f620fa0baf332e3026149f8 --- /dev/null +++ b/images/752afeba-704a-4aa6-b474-7de013de90aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bfadd5796cb75a13b304dda2169107d5474e5c4e5fd3cf29c43f5a1663ac30 +size 1574231 diff --git a/images/752d3c7b-4817-463b-8037-48e9e32a754e.jpg b/images/752d3c7b-4817-463b-8037-48e9e32a754e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6481728b49a9909acdec67d9f429404573049283 --- /dev/null +++ b/images/752d3c7b-4817-463b-8037-48e9e32a754e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec749ee962548e9534b0379f75104d8603525359404bb8d3a69d368430557d5 +size 1453434 diff --git a/images/75396be1-8e01-4f03-8326-a4591fe68b82.jpg b/images/75396be1-8e01-4f03-8326-a4591fe68b82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dec83e4688e7d4d8478cceef2be273aaaa175638 --- /dev/null +++ b/images/75396be1-8e01-4f03-8326-a4591fe68b82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ae9f499230a84d0874dadc809949f6e5686559f250c1e8b3d774939ce2aae2 +size 1483167 diff --git a/images/75429556-f9f3-46f0-bd44-16eb5e3f860d.jpg b/images/75429556-f9f3-46f0-bd44-16eb5e3f860d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd097eddb58cd328ebffb1e49f34871b4cdace03 --- /dev/null +++ b/images/75429556-f9f3-46f0-bd44-16eb5e3f860d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1e3872db5490723b1f97ad6e4a2e790099db0d7d97bab1ba780d5d415cf56a +size 1796300 diff --git a/images/7543d27b-ae9b-4dad-b6db-41a1672cfb03.jpg b/images/7543d27b-ae9b-4dad-b6db-41a1672cfb03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25bcee39a25726c1aa56049f6b62044587a761db --- /dev/null +++ b/images/7543d27b-ae9b-4dad-b6db-41a1672cfb03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a179d04fb6f95f9b513a291bfece0a9421cef674473cad36d16e94012b1306 +size 1395601 diff --git a/images/75525bfa-b28f-4090-b222-ec1c66282f09.jpg b/images/75525bfa-b28f-4090-b222-ec1c66282f09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f5d7c03ba740a7abcc6550bbb50de7ddda02e6f --- /dev/null +++ b/images/75525bfa-b28f-4090-b222-ec1c66282f09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc61a5406fe6b82b3a7a9e168e36b6dbf2a81365590c948c07285fee5121002f +size 1387088 diff --git a/images/75540375-29e3-44ed-8199-520f869bde7d.jpg b/images/75540375-29e3-44ed-8199-520f869bde7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f96f74ada709685ff9eab476bbdce093e9f4a7f5 --- /dev/null +++ b/images/75540375-29e3-44ed-8199-520f869bde7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88b436182bd37a7d725fad957f7fbf7ce3104356ced674fa8167c15c4d8d591 +size 3363837 diff --git a/images/7569bbab-e49c-49ca-90b5-c8030ed6babe.jpg b/images/7569bbab-e49c-49ca-90b5-c8030ed6babe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39ced0fd2fc7fe0dc7200b48be229262a0e26155 --- /dev/null +++ b/images/7569bbab-e49c-49ca-90b5-c8030ed6babe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a82f2fe626451cd5f5a04730e9ed4562c2a9e269742a55c0d01d9b63ce6d0d4 +size 1474460 diff --git a/images/756d14d9-0641-49e3-9fb4-3bb596a43f07.jpg b/images/756d14d9-0641-49e3-9fb4-3bb596a43f07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e60d6377ebe1e52e37aa27ff0c767fac69a632ed --- /dev/null +++ b/images/756d14d9-0641-49e3-9fb4-3bb596a43f07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d340d37402a7f0ec8df80fa9ec8cfb53de441302037e28258b407f54ad885fc9 +size 1290856 diff --git a/images/7576caf7-ae8f-47ae-a369-4f7e175d01c7.jpg b/images/7576caf7-ae8f-47ae-a369-4f7e175d01c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45675d41f838499b17cb075fc599457cc65874dd --- /dev/null +++ b/images/7576caf7-ae8f-47ae-a369-4f7e175d01c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069bb43a2c3362fcc8d606fa733b0358a3f586e3b20d88938be70e83510e9ac9 +size 2320775 diff --git a/images/75870406-e867-47bc-b93c-f384513dbdd8.jpg b/images/75870406-e867-47bc-b93c-f384513dbdd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99e09da7bed9a45ae6381a0c49b6fac5ee2115e9 --- /dev/null +++ b/images/75870406-e867-47bc-b93c-f384513dbdd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4effe6aa4c151d04f05da253ff3ce8d64c7a6663c9039a804c44e27fd7de5eef +size 1666930 diff --git a/images/758f3d6f-9631-45af-9bab-e692f13b2046.jpg b/images/758f3d6f-9631-45af-9bab-e692f13b2046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eceb8f48942db6776b8861bed81e6dadd7b087e --- /dev/null +++ b/images/758f3d6f-9631-45af-9bab-e692f13b2046.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb38dadf58140df9ea3ed815ccd7fade4b1d4852f50924e1736cf8dfe9d92ce +size 1752889 diff --git a/images/758f759c-655f-4bbe-b10d-270dba3e606d.jpg b/images/758f759c-655f-4bbe-b10d-270dba3e606d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a9b4eaf19c39d9f740ac7cbd8d4c63ae19ab2fc --- /dev/null +++ b/images/758f759c-655f-4bbe-b10d-270dba3e606d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a967ecb01f842b90a6137b021782ccdd1a5af34d5f2dc41882613351e11819 +size 2309841 diff --git a/images/7596cfb1-312b-491d-b34a-54d6416f23f0.jpg b/images/7596cfb1-312b-491d-b34a-54d6416f23f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e235ce1f0d4730a6c80c0ff194a2f00bc5de82c9 --- /dev/null +++ b/images/7596cfb1-312b-491d-b34a-54d6416f23f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75abd863362ab7d6161fe71bc2dcda8913e09a93d7aa50efdebb900ce6b40a5d +size 1618029 diff --git a/images/7597da7d-9062-42b0-af9b-a0e6b5f81e6e.jpg b/images/7597da7d-9062-42b0-af9b-a0e6b5f81e6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5849589a5213c49b7a5a4aa93e5a01dc61c49e42 --- /dev/null +++ b/images/7597da7d-9062-42b0-af9b-a0e6b5f81e6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784ab6be344a1ba0bed132e97e5816e23c6d3bb4a3f1fd4b3fe8cb7c17fe01dd +size 1454517 diff --git a/images/7598e03a-bb8a-46a3-b205-f85a74a7f5dc.jpg b/images/7598e03a-bb8a-46a3-b205-f85a74a7f5dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5c956dfeaccacddeaf04770fcd3f8ca3c80c553 --- /dev/null +++ b/images/7598e03a-bb8a-46a3-b205-f85a74a7f5dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9e99d5d94ebd0c056e7fefe83c733231286dd366cb00fd54521de406002d3c +size 1172539 diff --git a/images/759a2fb7-dc81-41cd-8788-1e7f93d8bbe4.jpg b/images/759a2fb7-dc81-41cd-8788-1e7f93d8bbe4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..203c53f6dfbe8ae2cc69e7d329280f5d331ab2dc --- /dev/null +++ b/images/759a2fb7-dc81-41cd-8788-1e7f93d8bbe4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df661c0c09376e2b8d5a1c27eceb2aa02add69bc1859709aeec31c9aefb53ebe +size 1430521 diff --git a/images/759bf362-8ddd-4b58-b4c1-10d809bf5534.jpg b/images/759bf362-8ddd-4b58-b4c1-10d809bf5534.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28f55c3563806ed57581c98ac15b4557c04fbf30 --- /dev/null +++ b/images/759bf362-8ddd-4b58-b4c1-10d809bf5534.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab44d22c5172215c0d5d3119456115ce506877e76a45d6357d21b0b0d24e594 +size 1477524 diff --git a/images/759c122f-26c3-4984-ac7d-4e3c7dc0a78b.jpg b/images/759c122f-26c3-4984-ac7d-4e3c7dc0a78b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f21c324fd07e122508eb7874fb5ded71eba21c0e --- /dev/null +++ b/images/759c122f-26c3-4984-ac7d-4e3c7dc0a78b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5816148addffb820d24c5b1e5ec42a6eb69e100cebc6bfa0466831789e67d4 +size 3446917 diff --git a/images/75a531d6-1fbf-49f4-8585-416935f8f391.jpg b/images/75a531d6-1fbf-49f4-8585-416935f8f391.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89650ee909aaae825872e708460de86289637b67 --- /dev/null +++ b/images/75a531d6-1fbf-49f4-8585-416935f8f391.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db561bf4e8e9b936766884d7a1562a215a17038185b87df4eaa6544c016c9a0 +size 1598455 diff --git a/images/75a7d15b-f943-4ead-97f6-8cb51e8c36a3.jpg b/images/75a7d15b-f943-4ead-97f6-8cb51e8c36a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e1e9e725f89f131950e9a393c8dec04570ce13 --- /dev/null +++ b/images/75a7d15b-f943-4ead-97f6-8cb51e8c36a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127622a7f8d5d5c89184cf2e066615c9c4d6dc323e1301a115939aeef9103efa +size 2778701 diff --git a/images/75a9de21-e7de-4d02-b1b1-bdb8d3966d83.jpg b/images/75a9de21-e7de-4d02-b1b1-bdb8d3966d83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcb1187e2466a23b55a667f28e3cc8ef969ac995 --- /dev/null +++ b/images/75a9de21-e7de-4d02-b1b1-bdb8d3966d83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bda6397c7b24719f8801c82d71e274220dee2eaf147717d3fb4737f8aabbbc2 +size 1598806 diff --git a/images/75aac63b-fa33-4295-8e72-63ae6d0d5ab1.jpg b/images/75aac63b-fa33-4295-8e72-63ae6d0d5ab1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec34162c098c9da9410e89d20017e973242d0acd --- /dev/null +++ b/images/75aac63b-fa33-4295-8e72-63ae6d0d5ab1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabc587b1d12a95cc765d9d739451ddbb96340da7a71ac4e44c6e6cf6f3d02f4 +size 1200412 diff --git a/images/75bbb01d-7fe4-493e-ae1c-13c9730e2920.jpg b/images/75bbb01d-7fe4-493e-ae1c-13c9730e2920.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f08b17ad626b78789a6b1b6dce56798fbd10a14 --- /dev/null +++ b/images/75bbb01d-7fe4-493e-ae1c-13c9730e2920.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9467aa057237124d6c0cefd5f0ff1cdde432dfce0f8be72b41b85855ba52fe45 +size 1755321 diff --git a/images/75c2793c-af0b-4f35-80f6-4883fe516d2f.jpg b/images/75c2793c-af0b-4f35-80f6-4883fe516d2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c7eee1200d8ee7d7c91a93face6a3ce881a7650 --- /dev/null +++ b/images/75c2793c-af0b-4f35-80f6-4883fe516d2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7642538a21d28c13875d09c16ce7c66542ec3e1a91af5885eb9887d891ccb792 +size 1770300 diff --git a/images/75c39b0b-4d94-4725-97a9-b820a9edd7da.jpg b/images/75c39b0b-4d94-4725-97a9-b820a9edd7da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9773aed970ac3615133bf0053c5c688f92c7cbd8 --- /dev/null +++ b/images/75c39b0b-4d94-4725-97a9-b820a9edd7da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efea40e217133be1b1ac4bdafe9fef2115ccbb0bf081151c7876460ee1f426db +size 1983388 diff --git a/images/75e95930-6800-402a-80b7-51b9696ca8f0.jpg b/images/75e95930-6800-402a-80b7-51b9696ca8f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd169f269ed78eeacd73ae4d45812ebb34b89a8e --- /dev/null +++ b/images/75e95930-6800-402a-80b7-51b9696ca8f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01786deeadf3f69bab3964c772528e6696d71eb679ea810c17472b3627b3d07b +size 1312195 diff --git a/images/75eb800a-3d67-429f-8ecc-9592fbdb76e3.jpg b/images/75eb800a-3d67-429f-8ecc-9592fbdb76e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49cf0c2daa5598502099ccc894ba23a47e7a9538 --- /dev/null +++ b/images/75eb800a-3d67-429f-8ecc-9592fbdb76e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb37ad07de147308b826c5ba106b4a93c95b2e4bd0384de122c4d0983b244c4 +size 1532499 diff --git a/images/75f5db69-72a7-47c9-ba4b-0f269ef8eb3f.jpg b/images/75f5db69-72a7-47c9-ba4b-0f269ef8eb3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35e61938c7a13d4a453f195745e117045309fd4b --- /dev/null +++ b/images/75f5db69-72a7-47c9-ba4b-0f269ef8eb3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecd4df2b6970bf5a2c539eee40d2892f405cf232b1788b793ec2232383c602e +size 1711057 diff --git a/images/75f854aa-3aee-44ea-8fd6-394852b8af58.jpg b/images/75f854aa-3aee-44ea-8fd6-394852b8af58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89e060736fa8fe50a699ce9a8607180840ff936a --- /dev/null +++ b/images/75f854aa-3aee-44ea-8fd6-394852b8af58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db07970d3bf3cec0ca478b8dcbf0845ce2e0d139590661cc87e15f11a23177b4 +size 2142924 diff --git a/images/76056771-9ecd-4892-b174-dd58e4388847.jpg b/images/76056771-9ecd-4892-b174-dd58e4388847.jpg new file mode 100644 index 0000000000000000000000000000000000000000..724534d6838b31a433c80cafca56bef8b757cb26 --- /dev/null +++ b/images/76056771-9ecd-4892-b174-dd58e4388847.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506d646377f767168705e50118754cb3155a581bfbe7ff125d99665948eb5b6d +size 1576266 diff --git a/images/760f1bfe-6c9f-4e8a-a8e0-787954197be9.jpg b/images/760f1bfe-6c9f-4e8a-a8e0-787954197be9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47ee5992cc278f700cb976277de59dbc908dcdaf --- /dev/null +++ b/images/760f1bfe-6c9f-4e8a-a8e0-787954197be9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e450c090d81d293a8b70a11dbd5950307e23b5b1f07b2a164440b72f070fc2c6 +size 1638033 diff --git a/images/76163cdf-bc94-40ed-afa5-f88465eb2bd3.jpg b/images/76163cdf-bc94-40ed-afa5-f88465eb2bd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcab9eecbf99809c49084db8a7c6b19ce66d85fd --- /dev/null +++ b/images/76163cdf-bc94-40ed-afa5-f88465eb2bd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f45ffe692cad2716b22d009bfbb2bc718159c3ed68c023b8426a97a7468aa5 +size 1518600 diff --git a/images/762b2668-09fc-4160-8fbe-2383fccea50e.jpg b/images/762b2668-09fc-4160-8fbe-2383fccea50e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1c8dd04efba10c9f36b5766a34ced0dd7bdbb41 --- /dev/null +++ b/images/762b2668-09fc-4160-8fbe-2383fccea50e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471e24f84df51556534c5fdc3a6f6cb44c66732bcef5441ffe6cfba5a6735292 +size 1487336 diff --git a/images/762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5.jpg b/images/762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98d3c9afbb35a5fceab8a988294637f84946894d --- /dev/null +++ b/images/762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69801fbeeb5cf9e787cc72e41694ae0f8ddd71df3d94e56318268a487d282bd +size 1654357 diff --git a/images/7630af5a-a707-45d8-bec2-23b6fde35cf9.jpg b/images/7630af5a-a707-45d8-bec2-23b6fde35cf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73c76b3cef6713a63740b530652abcf8066a3024 --- /dev/null +++ b/images/7630af5a-a707-45d8-bec2-23b6fde35cf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4443acfa3289632372679253b7a5152659c67036b39e7346432c2939ea77bcbe +size 1316485 diff --git a/images/763282de-7e05-4f2f-9422-91d50f971c97.jpg b/images/763282de-7e05-4f2f-9422-91d50f971c97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eabb3e52b751104fa4e3a10a1d31dccaf79d6b3 --- /dev/null +++ b/images/763282de-7e05-4f2f-9422-91d50f971c97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9197544ab371a1473e0b1eb286c4a9c6a86dc6196eb3e7fe9a7ca1c1e20cb8f2 +size 1205117 diff --git a/images/7636da5d-cd5b-401e-b464-f48b89e12a6d.jpg b/images/7636da5d-cd5b-401e-b464-f48b89e12a6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..448e2b378b02a88b706c1273a0fb02f13dd682f1 --- /dev/null +++ b/images/7636da5d-cd5b-401e-b464-f48b89e12a6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72430e0862cf6ec3f247af37aaca284e765abd01b779040457c16e3ba8f950f +size 1725979 diff --git a/images/7643c45d-fdd2-48ac-ab78-c29b4afd0ac6.jpg b/images/7643c45d-fdd2-48ac-ab78-c29b4afd0ac6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..258743c88155e8de96bdc27c29fe65618bcd7a74 --- /dev/null +++ b/images/7643c45d-fdd2-48ac-ab78-c29b4afd0ac6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc1762f7f469748bcc19d06b549ef02fe1096e31a52a98ae014ea989e6f9258 +size 1701261 diff --git a/images/764dfbdd-c39a-4459-8411-d86a4cac88ee.jpg b/images/764dfbdd-c39a-4459-8411-d86a4cac88ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8d3d5a02bf86c8ccce27317ac448182589259ba --- /dev/null +++ b/images/764dfbdd-c39a-4459-8411-d86a4cac88ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece5a18be7b939d721844288527e15bf5cae5f72a405840f58687f5eba80e7d8 +size 2532251 diff --git a/images/7651e4eb-78c6-4609-aa0f-33fe71df1e14.jpg b/images/7651e4eb-78c6-4609-aa0f-33fe71df1e14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41dcb9a32145883c8a52f88519eef18b0b222d6d --- /dev/null +++ b/images/7651e4eb-78c6-4609-aa0f-33fe71df1e14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45438665c2262fd74b82d71b55f68ad33afb5f5224adb82d0f3c0f78ee24ec07 +size 1540038 diff --git a/images/765c5704-44ce-4c07-9a3d-b4725c11d4d1.jpg b/images/765c5704-44ce-4c07-9a3d-b4725c11d4d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30542241d6140106d1e738ddd02b09faaf8ec8c7 --- /dev/null +++ b/images/765c5704-44ce-4c07-9a3d-b4725c11d4d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c8ba360182045726e09e628f389da8712b977f12efaca448ae1b564144682c +size 1465501 diff --git a/images/765ff07c-ca62-4f07-9234-fb2251d8a77a.jpg b/images/765ff07c-ca62-4f07-9234-fb2251d8a77a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..157538a73cd8951cddeac53791e4f75d2494e424 --- /dev/null +++ b/images/765ff07c-ca62-4f07-9234-fb2251d8a77a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5892eb9f3bbf58ce5483555d90622e36996de589e7aa0cea99c0ec5a88d3593 +size 1028062 diff --git a/images/766249ef-b79b-4fa6-893a-005d25bc0ef9.jpg b/images/766249ef-b79b-4fa6-893a-005d25bc0ef9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea817d07c820453a0043e4ed7b6eeec75439db34 --- /dev/null +++ b/images/766249ef-b79b-4fa6-893a-005d25bc0ef9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3942867f3b65682c463d6385294c99688652912c91c5f43993db8997da12d05a +size 3091756 diff --git a/images/766579fe-27dd-43de-88d9-b1d501803306.jpg b/images/766579fe-27dd-43de-88d9-b1d501803306.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c422c8a36ee98c3fd8a4ced4e31dd08c37c969e --- /dev/null +++ b/images/766579fe-27dd-43de-88d9-b1d501803306.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26433e1cfef786c0d118b82cfaa617de8539faaccc7bb124717735e0de033113 +size 2376618 diff --git a/images/76710202-b21f-40b4-a8ea-8d484c516e09.jpg b/images/76710202-b21f-40b4-a8ea-8d484c516e09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9871e106c4d306a7fc6bc1e560243d0574c31f2 --- /dev/null +++ b/images/76710202-b21f-40b4-a8ea-8d484c516e09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a833daf4b05143972daf1bad3c7fb780c7057228b927b6f47ce795b6e581b18a +size 1655186 diff --git a/images/76711a6c-1e62-46a0-9e97-645a586cb3c3.jpg b/images/76711a6c-1e62-46a0-9e97-645a586cb3c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e4c0fd52ff6737d04dddeab573dbd9a8487efb --- /dev/null +++ b/images/76711a6c-1e62-46a0-9e97-645a586cb3c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b659b526519dc2277db4d434879d6066dc3436c1500857f068376161f9a9b86 +size 1451496 diff --git a/images/7671efcc-e452-4f3f-a7aa-77746254ae6e.jpg b/images/7671efcc-e452-4f3f-a7aa-77746254ae6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa71548f5b3d6a1072c154cc1791383527707c49 --- /dev/null +++ b/images/7671efcc-e452-4f3f-a7aa-77746254ae6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6816be5bb0a7bad6aa7330db9c6faceafbc16b998b72eab62e9e194a393747e6 +size 1739154 diff --git a/images/7671fc39-ca7c-46ee-ae6c-e6ef43af6966.jpg b/images/7671fc39-ca7c-46ee-ae6c-e6ef43af6966.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10fd71132e1fcb4acecef5f7796dd3024423bd48 --- /dev/null +++ b/images/7671fc39-ca7c-46ee-ae6c-e6ef43af6966.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe378d567f072bf8c7e3f66ba60ba3d6ab7e2ef8fee870593d139736da5160b5 +size 1954978 diff --git a/images/7679d9da-b9ec-439e-8b90-443be5d11596.jpg b/images/7679d9da-b9ec-439e-8b90-443be5d11596.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b32d784300f0bd2facce9a718615c5d6fee24bf --- /dev/null +++ b/images/7679d9da-b9ec-439e-8b90-443be5d11596.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d255f037755496262074bb11e8bd56a61c9ade4d7c5d2a95eb6a63f3d019eef +size 1751930 diff --git a/images/767a3e1f-f4df-438b-a350-7d93c6685f96.jpg b/images/767a3e1f-f4df-438b-a350-7d93c6685f96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f111e7420cf91e71103786110f58f106dc94b2b8 --- /dev/null +++ b/images/767a3e1f-f4df-438b-a350-7d93c6685f96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcf68a0e5d3bbd58bac26e362b71cfaba57193af7f8e3c3077541b0a91589be +size 1505680 diff --git a/images/7681df6f-c188-4584-8ef8-00f94e845f5d.jpg b/images/7681df6f-c188-4584-8ef8-00f94e845f5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c74f8b15c8697cb0fb046c8262bd060eb8b30df9 --- /dev/null +++ b/images/7681df6f-c188-4584-8ef8-00f94e845f5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c61d0f579c0df4a8ca40fce2eb34b1b3696d187f3c49e2f549ba68d57c803f +size 1671200 diff --git a/images/768fc2d9-5e81-4440-9d0d-fdbec93e8812.jpg b/images/768fc2d9-5e81-4440-9d0d-fdbec93e8812.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9087fb584a6568400f40cad21d2f8c50aa52967f --- /dev/null +++ b/images/768fc2d9-5e81-4440-9d0d-fdbec93e8812.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83765efd784033095c4a2af3144435fac4d380cd5ccb58fcaa3933b976134d40 +size 986460 diff --git a/images/7697c050-da12-4159-a3fb-3de9b1a8975d.jpg b/images/7697c050-da12-4159-a3fb-3de9b1a8975d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74a91f9f08cb03df9470f81ac7100e475af46bf9 --- /dev/null +++ b/images/7697c050-da12-4159-a3fb-3de9b1a8975d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea547c6d9e76a33b515257ff053e84eb5805e3ea8db8db9bdde999b3276c8ee1 +size 1144082 diff --git a/images/769ee852-986b-428f-ab37-a31ac356ea64.jpg b/images/769ee852-986b-428f-ab37-a31ac356ea64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb71bdf689424a8d37e2d9f04c70a33bb2f69853 --- /dev/null +++ b/images/769ee852-986b-428f-ab37-a31ac356ea64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd114d486e726f3eecb8049281e594ae36a69d432b10ff8d2fd991c11abd9b1 +size 1891895 diff --git a/images/769faf46-3666-4919-b683-2659a1f049aa.jpg b/images/769faf46-3666-4919-b683-2659a1f049aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b7e4ee48ac17b70edf90db6f983a109842ca69b --- /dev/null +++ b/images/769faf46-3666-4919-b683-2659a1f049aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eb057250d04d6a66d0c59c7e4bde64b085cb2c3d1bcd8e98fefb3a2ffe7324 +size 1225768 diff --git a/images/76a11090-30cc-42a5-890e-89810ef65bd8.jpg b/images/76a11090-30cc-42a5-890e-89810ef65bd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7c26e1dc71f9d42753adc928932babd07317f90 --- /dev/null +++ b/images/76a11090-30cc-42a5-890e-89810ef65bd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583f4f589bb47d090dd2935eb7a03d1a892654e7381ae233e28f323a98ba1adc +size 1589237 diff --git a/images/76a35651-dec8-4518-b567-1f55f76ed20d.jpg b/images/76a35651-dec8-4518-b567-1f55f76ed20d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..989f7eaff28529403e910ac887ab46143aaacfd8 --- /dev/null +++ b/images/76a35651-dec8-4518-b567-1f55f76ed20d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a26bd9cf54586aca745a7dbbc34c66799ebac09fd0629c81dde94282b154c5 +size 1568208 diff --git a/images/76a6882f-e9ea-4fc6-b109-1cf2f9d60a54.jpg b/images/76a6882f-e9ea-4fc6-b109-1cf2f9d60a54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..677ccb57539c92e750266bea10ed12ee67998dd5 --- /dev/null +++ b/images/76a6882f-e9ea-4fc6-b109-1cf2f9d60a54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc520776b841ea7390296603f5831c359bb45d491f58f45e7fc7daebff2b66af +size 1960605 diff --git a/images/76aa31cf-3001-4531-a959-70bd29f67d3d.jpg b/images/76aa31cf-3001-4531-a959-70bd29f67d3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44978fdffa5001bac872778d95161c78d0cda122 --- /dev/null +++ b/images/76aa31cf-3001-4531-a959-70bd29f67d3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcfd503cc29e8023a90b74e8d93b81ea72594c9c51251d2e26cc29d830509f4 +size 1588055 diff --git a/images/76acbf6a-5f35-4ec4-af93-e346d766b4a5.jpg b/images/76acbf6a-5f35-4ec4-af93-e346d766b4a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e2ac6e8a5065770b99c9eb9fdb5c75b0d230268 --- /dev/null +++ b/images/76acbf6a-5f35-4ec4-af93-e346d766b4a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7629fa1f0213626c11df6fd61a498c4b5397b5226794b5c0223e0027784e3f7b +size 1577493 diff --git a/images/76ad344b-4635-481d-a5a5-2f77ebf2a934.jpg b/images/76ad344b-4635-481d-a5a5-2f77ebf2a934.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32d11b543f908c6a332f4b89fc2a2098629d15ef --- /dev/null +++ b/images/76ad344b-4635-481d-a5a5-2f77ebf2a934.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a66ddf1919bf22eaeecaf75de2ac22d0a93866565c9dfe6b6bf39185f59b17 +size 1610442 diff --git a/images/76b413f8-6b81-477e-9e07-da8acad77f72.jpg b/images/76b413f8-6b81-477e-9e07-da8acad77f72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3d355a53d97ccad58c8a32802cb9dcc29db2de3 --- /dev/null +++ b/images/76b413f8-6b81-477e-9e07-da8acad77f72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f666941a6030fe6189cebca24b5a338e88f07368d598de2bc82d7aac860f6 +size 1507729 diff --git a/images/76c30b6e-603c-450a-8772-63228cadcebe.jpg b/images/76c30b6e-603c-450a-8772-63228cadcebe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04a7ccf0efea2c56216cbcc242725f630b95c2b2 --- /dev/null +++ b/images/76c30b6e-603c-450a-8772-63228cadcebe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902547aaec736e8ccb84647c6599e240c29de1db54f50b53fff7ba787fd6eae8 +size 1624309 diff --git a/images/76c4ba59-ea9d-4d83-8dce-735675be924d.jpg b/images/76c4ba59-ea9d-4d83-8dce-735675be924d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffaec453e4afd8490a702847a66808b2fd4b2d7f --- /dev/null +++ b/images/76c4ba59-ea9d-4d83-8dce-735675be924d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f89c47ad2fb226e1313c1a66fda3db99c4cb1bfd5e0e2807905ad23e8ed4772 +size 1580416 diff --git a/images/76c7ee05-af8e-40a1-820f-bf7eda2d7cde.jpg b/images/76c7ee05-af8e-40a1-820f-bf7eda2d7cde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..969c3498ee3b89c04ef5671fef19ad59b8cf6edc --- /dev/null +++ b/images/76c7ee05-af8e-40a1-820f-bf7eda2d7cde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f0ce1d0be8edb38e8779a6b7c8f322c7ed6b4fe56f6eaf4c5899f6181d4a61 +size 1615974 diff --git a/images/76d9d006-2633-4995-b38e-f10e0201e9f0.jpg b/images/76d9d006-2633-4995-b38e-f10e0201e9f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1420bb1a8e9eef572fc381a846bf7cc9921f852c --- /dev/null +++ b/images/76d9d006-2633-4995-b38e-f10e0201e9f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b105fdc3b6139bd6d606f6d29963151797fdd3201942676aab5af86ae26e00e +size 1615664 diff --git a/images/76e3fca5-2878-410b-bd5f-9dfd51f83046.jpg b/images/76e3fca5-2878-410b-bd5f-9dfd51f83046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c23ecede1f4cd60872d4b10610135ac1d1325b87 --- /dev/null +++ b/images/76e3fca5-2878-410b-bd5f-9dfd51f83046.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c54b8716107d5e6fd852c72746057bdcb3590e2b703071ad42d95fb63e8104 +size 2297822 diff --git a/images/76edd9bb-3c9d-4412-978b-4c826d9df17d.jpg b/images/76edd9bb-3c9d-4412-978b-4c826d9df17d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..786817ccb04382ea3e98f7d5f4d33fa19cc09e38 --- /dev/null +++ b/images/76edd9bb-3c9d-4412-978b-4c826d9df17d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a795bb1920173ab207defd4e136e283b8747e4ec4eb67b5c3d8c396c3129c6db +size 1619882 diff --git a/images/76f14a70-93b4-48da-95f5-5d2d37a7cfac.jpg b/images/76f14a70-93b4-48da-95f5-5d2d37a7cfac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..868025466f95a20cb357db3417967ea8da9941e0 --- /dev/null +++ b/images/76f14a70-93b4-48da-95f5-5d2d37a7cfac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142aeda8d3407b61226bcb30a1301d961ca243f33e4069e04dc2f5768ab4853d +size 2235299 diff --git a/images/76f49e61-ce74-42c1-983a-3dc8eb7f9c58.jpg b/images/76f49e61-ce74-42c1-983a-3dc8eb7f9c58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e6da832deeb6096a230698c216246dddaf2ac5a --- /dev/null +++ b/images/76f49e61-ce74-42c1-983a-3dc8eb7f9c58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0231f0918b9495c2aba194c253d8c2936fe255c7cb200e50a6b39e2d18ff45 +size 1355181 diff --git a/images/76fb3687-f17c-41ce-8fa0-c085e3146794.jpg b/images/76fb3687-f17c-41ce-8fa0-c085e3146794.jpg new file mode 100644 index 0000000000000000000000000000000000000000..832f662ef450df393bfe4fa277f3744b49b7f434 --- /dev/null +++ b/images/76fb3687-f17c-41ce-8fa0-c085e3146794.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb4cca4387f012ace609386e647f10f887c888361907dac24fc0cf95d17c6eb +size 1365047 diff --git a/images/770428a4-c6c6-4c98-af77-979be40a91c6.jpg b/images/770428a4-c6c6-4c98-af77-979be40a91c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d384ee27484a880959fad6a0fbcdf173b1f06a8d --- /dev/null +++ b/images/770428a4-c6c6-4c98-af77-979be40a91c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ca051e54fe44d7aab108ee627a50be362f0980230b705becd2364cb8015189 +size 1393086 diff --git a/images/7705bd4d-753c-47a4-9d03-3d5d4ec5d893.jpg b/images/7705bd4d-753c-47a4-9d03-3d5d4ec5d893.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e94c7667c188ee1a1175ff301b168293fe31e361 --- /dev/null +++ b/images/7705bd4d-753c-47a4-9d03-3d5d4ec5d893.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d688edae507d53f1ecba1c74da465847ccb312e79cfd9bae13c9cba3a822f8 +size 1575658 diff --git a/images/7706bef2-aa56-4724-9c07-a05d3be80a69.jpg b/images/7706bef2-aa56-4724-9c07-a05d3be80a69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15da9a31a02c8566514d292658fd9e07bcfc0c0c --- /dev/null +++ b/images/7706bef2-aa56-4724-9c07-a05d3be80a69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e19cafdedf58b5b80b4ae53f0a60f73d6f56ffdb4a2050b358027303587aa0 +size 2147846 diff --git a/images/7709e527-6f67-458f-ae2d-7d5546b69f37.jpg b/images/7709e527-6f67-458f-ae2d-7d5546b69f37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec77dbac3796037a1ee76bce717cdfac0f381166 --- /dev/null +++ b/images/7709e527-6f67-458f-ae2d-7d5546b69f37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a177a4da189449075132f5fccb951607ca05fa96c4933fa47571a230b87877 +size 2574073 diff --git a/images/770a03b1-f04b-4d17-b170-7431c1aa9c55.jpg b/images/770a03b1-f04b-4d17-b170-7431c1aa9c55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22188b8e623e74a2c541da8f2ab9136c32d501e6 --- /dev/null +++ b/images/770a03b1-f04b-4d17-b170-7431c1aa9c55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab36edd37057b61015b3e7c000a341a49e1382eb97e3723aa2df0fd036d72a3d +size 1415986 diff --git a/images/7714b8dc-cdb6-4c3d-adf3-0b165b91b924.jpg b/images/7714b8dc-cdb6-4c3d-adf3-0b165b91b924.jpg new file mode 100644 index 0000000000000000000000000000000000000000..560041898eaa42a674c61bd37374f3e0c207cf4d --- /dev/null +++ b/images/7714b8dc-cdb6-4c3d-adf3-0b165b91b924.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65523dca2b50b6a865096dd47675c9a724c5a5c5ebd97373c1bb8a82b977604 +size 1551479 diff --git a/images/771f9c80-f044-4560-8b22-2c04483e149f.jpg b/images/771f9c80-f044-4560-8b22-2c04483e149f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d237e5e1d1dea00327f4e53519d67a7c1358841 --- /dev/null +++ b/images/771f9c80-f044-4560-8b22-2c04483e149f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2baadc0833ba11bfb83cd3582b19aeae371eae4fc295ee7cb9ffce8fed6a15 +size 1801233 diff --git a/images/7730545b-2d55-4d54-acf5-3d417484fc30.jpg b/images/7730545b-2d55-4d54-acf5-3d417484fc30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..234acc1f854ba3862ae53a9dc1b4a11d6c16764d --- /dev/null +++ b/images/7730545b-2d55-4d54-acf5-3d417484fc30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdc63735ad2e0bab728626c8e173890896bd999b3d6e312aaac89a7c705c891 +size 1618546 diff --git a/images/7733dfd2-3b80-4ef6-a349-53b33ded55aa.jpg b/images/7733dfd2-3b80-4ef6-a349-53b33ded55aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26df5ab2a19b9511588912da5df59d5994f1ef9f --- /dev/null +++ b/images/7733dfd2-3b80-4ef6-a349-53b33ded55aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2f9bbd34db1fa54c2fb27849f755bc71bea46aebddb2c674a3f93ef12e98a1 +size 2450123 diff --git a/images/7740a25d-3f02-4131-adb5-925be2172414.jpg b/images/7740a25d-3f02-4131-adb5-925be2172414.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1e519ce4637fb4d42b94a331e53decb65a895d0 --- /dev/null +++ b/images/7740a25d-3f02-4131-adb5-925be2172414.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831f5b5869ba2f104fb2ac794cd83b5c8ccf090fbb6c4ac34383514d68256ed3 +size 1675365 diff --git a/images/7745af8f-a057-4801-9ff1-f4920156d4c5.jpg b/images/7745af8f-a057-4801-9ff1-f4920156d4c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c390ee495bf8be25e381e528d97930203c34082 --- /dev/null +++ b/images/7745af8f-a057-4801-9ff1-f4920156d4c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ca9aaa417290dcd903ebdee6bca16de140c3f636340ab4f9c57f48d6ed914e +size 1284157 diff --git a/images/7748d846-133b-4600-b2fc-52c1aa62e6a8.jpg b/images/7748d846-133b-4600-b2fc-52c1aa62e6a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44448bd28193579683d35664fb2f125abbbc6b8e --- /dev/null +++ b/images/7748d846-133b-4600-b2fc-52c1aa62e6a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e404850ecbf9544bd6291bb5897a4cb26034a4e2859b17e295a07603811745 +size 1430249 diff --git a/images/774c7944-db9c-4854-a570-932825be9e4d.jpg b/images/774c7944-db9c-4854-a570-932825be9e4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14757b91d584c4280e3c3d92c5ce7fa91f1284fe --- /dev/null +++ b/images/774c7944-db9c-4854-a570-932825be9e4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2ead1870097c51bde3729b390dd377bea9284983ef4b9d188b471d85411cf8 +size 1307820 diff --git a/images/774e5231-6878-4021-8dd9-b86dba4a4cf8.jpg b/images/774e5231-6878-4021-8dd9-b86dba4a4cf8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36a81ed5ea2f41c172c0884b7899a80b03892e05 --- /dev/null +++ b/images/774e5231-6878-4021-8dd9-b86dba4a4cf8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4400791bfb96660972c5e61ac21ed79a2fcf1236e01724de2ab48a8ff44610f3 +size 952460 diff --git a/images/77796733-c31c-4d33-8ebd-60915f8ffe2b.jpg b/images/77796733-c31c-4d33-8ebd-60915f8ffe2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70c12ae3456241088f3ad77c297a0e7dd23b16f7 --- /dev/null +++ b/images/77796733-c31c-4d33-8ebd-60915f8ffe2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c28dd2cf7dc23787c138817a2bde2281bd93da4ff6f18a6ff5368eff13e3037 +size 1692267 diff --git a/images/778aeaf2-cfd0-47da-ba0e-efbe5d2d1316.jpg b/images/778aeaf2-cfd0-47da-ba0e-efbe5d2d1316.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f32af1476e3b25e57e4f1068aa982bb6cf01dc2 --- /dev/null +++ b/images/778aeaf2-cfd0-47da-ba0e-efbe5d2d1316.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3315294bef2cdaafd40397097b6dc5ee7398b8cd38f04019596c3a97f7a97d28 +size 3390047 diff --git a/images/7791f1d9-0621-4227-81a4-73e193260799.jpg b/images/7791f1d9-0621-4227-81a4-73e193260799.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bec3df6b1e1413516e1ede40ce23c7cafcac39b3 --- /dev/null +++ b/images/7791f1d9-0621-4227-81a4-73e193260799.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aad905bbdf8aba60bb3858af3eb2a1cb136f592ad70a2347b713d0d244da7d +size 1079182 diff --git a/images/77929d55-dba0-442f-ad70-584e69bbd370.jpg b/images/77929d55-dba0-442f-ad70-584e69bbd370.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e41123af7f72ca4e39123ac1bff134e2c7bcf15 --- /dev/null +++ b/images/77929d55-dba0-442f-ad70-584e69bbd370.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d72d9cc3e48678fd33f8d970a243ab91cabfa7cb732dbf814c4b69a760a3e9c +size 1567412 diff --git a/images/779d73ba-766c-4df4-b8b7-ee9f1a413775.jpg b/images/779d73ba-766c-4df4-b8b7-ee9f1a413775.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45e678fb5e6b09f2c4139ea8b6f156a60128825a --- /dev/null +++ b/images/779d73ba-766c-4df4-b8b7-ee9f1a413775.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4346e36d63c8046d63fde44634262528f206c0eb1e9ed0993a62b580c8dbf670 +size 1735831 diff --git a/images/77acae0e-e265-4ea4-87a6-14b9e5816a15.jpg b/images/77acae0e-e265-4ea4-87a6-14b9e5816a15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19482656041cfd3b9a7d314ab8e16fac9cacd4bf --- /dev/null +++ b/images/77acae0e-e265-4ea4-87a6-14b9e5816a15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c67c0f2f4262e13dcc4305015de8be4d8758c5f987e4f64913a30cb17e3dfc3 +size 2456830 diff --git a/images/77c2a228-2dbe-4650-803f-64abfe1c8f05.jpg b/images/77c2a228-2dbe-4650-803f-64abfe1c8f05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c271aae24cfb7933207627690ec2f3eeb552981 --- /dev/null +++ b/images/77c2a228-2dbe-4650-803f-64abfe1c8f05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a760fbeeda9018e2285206486aac0cb4340f50455d444bfa7b5151cd4e6d426b +size 1872757 diff --git a/images/77d37e56-c113-41b5-a760-b43fab46e515.jpg b/images/77d37e56-c113-41b5-a760-b43fab46e515.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9408bf0c5a8f5713c32ba20bf09ad5deaa253e5 --- /dev/null +++ b/images/77d37e56-c113-41b5-a760-b43fab46e515.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df76a210bfc29fe99a3141c7ee28b584c20cc3af6363e11a4004c4b1e3bc5a3 +size 1229945 diff --git a/images/77d6e36d-074a-4562-8bba-16eca9ef17c1.jpg b/images/77d6e36d-074a-4562-8bba-16eca9ef17c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ac589973c2e2b9dbb94c107a4aa9faf8a1bcab8 --- /dev/null +++ b/images/77d6e36d-074a-4562-8bba-16eca9ef17c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64275c0ee992c347d0a4c7ce46b8a359bf115e3af22b43ef82023a405df10eb +size 1441013 diff --git a/images/77da5c55-155e-48e1-a1d6-fc6d4ce35f72.jpg b/images/77da5c55-155e-48e1-a1d6-fc6d4ce35f72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d227276cab72c23f0b87beda228c6b512b7b4c1 --- /dev/null +++ b/images/77da5c55-155e-48e1-a1d6-fc6d4ce35f72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dde68a2f861e0754110e3bee00704e19a9ae80cb3df883e3ca82788f3557311 +size 1478113 diff --git a/images/77e6fd6e-5cd0-475d-b97b-1af65da83453.jpg b/images/77e6fd6e-5cd0-475d-b97b-1af65da83453.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c20ba8c8e6f788a15c4713e8fb69bfb8123d4bc --- /dev/null +++ b/images/77e6fd6e-5cd0-475d-b97b-1af65da83453.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20dc1c851f2d64932a0c1c6b8b610f528416419576a9ff63329f8a9e90a8633 +size 1936188 diff --git a/images/77f57fb6-48ea-4d5b-910d-599e18a9e140.jpg b/images/77f57fb6-48ea-4d5b-910d-599e18a9e140.jpg new file mode 100644 index 0000000000000000000000000000000000000000..052fb01a0e50b65753bef790b64a9283f37d0a82 --- /dev/null +++ b/images/77f57fb6-48ea-4d5b-910d-599e18a9e140.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af4b3a22956f1db6db1547a3cdb774e7ddb8e126012c3bb5f29c89fbc1f338c +size 1427568 diff --git a/images/7802a5b4-a8e1-412f-8518-70c0a3acfb39.jpg b/images/7802a5b4-a8e1-412f-8518-70c0a3acfb39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3af8f7b6a450c741d588311fbdade02b69287de --- /dev/null +++ b/images/7802a5b4-a8e1-412f-8518-70c0a3acfb39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bad01e6afbefceffa276bb232d5bec99f560f856f658cc78e1806532c31625 +size 1913033 diff --git a/images/780a7a5b-228d-4fe1-8a0c-a606e16269b0.jpg b/images/780a7a5b-228d-4fe1-8a0c-a606e16269b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dffcbd8b02736cbf4431fcaef004e88724db92a --- /dev/null +++ b/images/780a7a5b-228d-4fe1-8a0c-a606e16269b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba9c0b4919ce289ec76508bf4cc4617837e46eba7a55a752dca82743889f57d +size 2660620 diff --git a/images/78298616-2042-4118-9096-1e6a898983cc.jpg b/images/78298616-2042-4118-9096-1e6a898983cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c91ec9b85552107da269721830bb3207bf152f0b --- /dev/null +++ b/images/78298616-2042-4118-9096-1e6a898983cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bac88dd6bd9232735add7937a2da0986eb3f5d021a112ab14b133c06f64828 +size 1674792 diff --git a/images/782ccce4-0cb0-447d-9c23-0b7645d528b5.jpg b/images/782ccce4-0cb0-447d-9c23-0b7645d528b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a5fc0c06d9f20aac5f300642e36e7c5007fe715 --- /dev/null +++ b/images/782ccce4-0cb0-447d-9c23-0b7645d528b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93c7070cdb8e0c486935a2d06e571f4bce45489975acb2661ce9a1cd2168723 +size 1658774 diff --git a/images/782e42db-51b8-4c96-b12a-2799979ec951.jpg b/images/782e42db-51b8-4c96-b12a-2799979ec951.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69df746718534aed7c81efcc482ed5405318c9d3 --- /dev/null +++ b/images/782e42db-51b8-4c96-b12a-2799979ec951.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2cf8bae5619a366a1a013ed0303dfb20588fcdf41b8fb9b60c8ed42dd15ec3 +size 1617051 diff --git a/images/783ccd51-023d-4cea-a803-96b78cf9e778.jpg b/images/783ccd51-023d-4cea-a803-96b78cf9e778.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ccc4925c5c7b76ff45690e64194e0c00106f9b7 --- /dev/null +++ b/images/783ccd51-023d-4cea-a803-96b78cf9e778.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d51d3cea992b96ef4efd280227b437f4ba495b1902716c0c9047e8bbcffefe +size 3420672 diff --git a/images/783d886a-783f-40b4-8424-07527dc02e18.jpg b/images/783d886a-783f-40b4-8424-07527dc02e18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60a5fc0bfc4c067cd7fe1c0a789090ee3d7578a2 --- /dev/null +++ b/images/783d886a-783f-40b4-8424-07527dc02e18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5414cf496a0295d05c7d6919e5831a06bd7a4e3a2b9343e85f14ad6a058c9ba7 +size 1641113 diff --git a/images/783f7313-4354-4d39-a683-b2cf32ef85ac.jpg b/images/783f7313-4354-4d39-a683-b2cf32ef85ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f4871ff429a669ca734c92f2503dab3c1c54fb8 --- /dev/null +++ b/images/783f7313-4354-4d39-a683-b2cf32ef85ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b53aac206ff41339adb26a632ec76e47a51c49dca578a411e5f3bd50468b94a +size 1768729 diff --git a/images/7841d896-c20c-444c-a30f-2f36277701d9.jpg b/images/7841d896-c20c-444c-a30f-2f36277701d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c84c10ad30bc7a37300423bbd1b7cccc79998514 --- /dev/null +++ b/images/7841d896-c20c-444c-a30f-2f36277701d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2abf49b066bba0ee4754da027d10bae26195dc77bb6460d8b0b0caa03fd721 +size 1494330 diff --git a/images/78508117-0176-443e-a01c-28109fac4f29.jpg b/images/78508117-0176-443e-a01c-28109fac4f29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99cd00a830c7afa6a63201da74cb34738844cb5d --- /dev/null +++ b/images/78508117-0176-443e-a01c-28109fac4f29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9b14ff135cde3d3625a2284941bf214a1337bb0df6ea3e3b02ce855fb237ff +size 1301979 diff --git a/images/78514466-b98d-4b00-8f02-f00df2fecf1a.jpg b/images/78514466-b98d-4b00-8f02-f00df2fecf1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba9e86ed5e292b043c89f6f7fb52acc48c2761b4 --- /dev/null +++ b/images/78514466-b98d-4b00-8f02-f00df2fecf1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bfd9bd1735b66380e1b91ca85e881ae172e9f49cf0747616ea4e7869eb077e +size 1394106 diff --git a/images/7852a7cf-a531-4306-a738-4d19fac7b4be.jpg b/images/7852a7cf-a531-4306-a738-4d19fac7b4be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07519ccdb8702d782dfdb1da6d1b7ef5ccef7fab --- /dev/null +++ b/images/7852a7cf-a531-4306-a738-4d19fac7b4be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817aff99621c8d533e7bc6b27fac6d1f80240a7f23f7f747a95b4d4ac48a34ca +size 2308687 diff --git a/images/7852bc5c-b722-4ae2-a60c-0eed72fc58f1.jpg b/images/7852bc5c-b722-4ae2-a60c-0eed72fc58f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c739ef7ef6f12c719a67865ce0fcfb3494d1eb88 --- /dev/null +++ b/images/7852bc5c-b722-4ae2-a60c-0eed72fc58f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93793e8979522460e6010d3e32c97c1ba6cdc1c4f080562d69e0123fe23e68a +size 1282079 diff --git a/images/78582991-ac47-4945-846d-f6d41439e8ab.jpg b/images/78582991-ac47-4945-846d-f6d41439e8ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d20ff28651fb7f704ed439fea48520ff94fd1a43 --- /dev/null +++ b/images/78582991-ac47-4945-846d-f6d41439e8ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059863a3a9dbb463a167e1bb6925d5c844214d7eff0001a2c42d308fa3972f62 +size 1428907 diff --git a/images/785a5e1f-6463-4cb9-aa90-3b83fafb543f.jpg b/images/785a5e1f-6463-4cb9-aa90-3b83fafb543f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d74b53a8e128cd9e919c77915c80733ad4ad5c6e --- /dev/null +++ b/images/785a5e1f-6463-4cb9-aa90-3b83fafb543f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49b23e7a232b4fdb9a7e78a0627b07d48c1d4a164a17c7c054ba876e9c92c5d +size 2647842 diff --git a/images/7866990b-b4ec-4248-a1af-e37f3ed80ae0.jpg b/images/7866990b-b4ec-4248-a1af-e37f3ed80ae0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee22ecbe4a1f77cb94b452cd796a50aebfacc0fb --- /dev/null +++ b/images/7866990b-b4ec-4248-a1af-e37f3ed80ae0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f704ff0148be99c78d4f7c3c7140754472ca85bc375c9910e8789707a124ee3 +size 1538002 diff --git a/images/78691b82-a403-4b28-8be2-b4190e8dc936.jpg b/images/78691b82-a403-4b28-8be2-b4190e8dc936.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bad3fed53b36d72ac2d5b4038968c42a5ae8b6d --- /dev/null +++ b/images/78691b82-a403-4b28-8be2-b4190e8dc936.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15fc84afacfef5d6d7b5485eda49d7e94e8a2ffb5ac707e74ba6bc30b8dca63 +size 1700251 diff --git a/images/7873c127-9989-47af-a8a9-60993155342b.jpg b/images/7873c127-9989-47af-a8a9-60993155342b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cb4e0938c341b16ef1acf55ab983f227e044167 --- /dev/null +++ b/images/7873c127-9989-47af-a8a9-60993155342b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9a80483fdefc1d0b0d7c3ecbdb1d9dc758e0ec73730cb481c90d0ce3bee2c7 +size 1716684 diff --git a/images/788736dd-f369-42f0-a45a-5ff8633a8355.jpg b/images/788736dd-f369-42f0-a45a-5ff8633a8355.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef8dd271bec0ff186b0e358ff0c8b1286dd1794a --- /dev/null +++ b/images/788736dd-f369-42f0-a45a-5ff8633a8355.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1dc9ed475b9511afb4f19c6901943dd1b4d6cca54b917568ac71e8cc8f766b +size 1689534 diff --git a/images/788a6fc4-9eb8-4726-8326-d2bf7776cdd6.jpg b/images/788a6fc4-9eb8-4726-8326-d2bf7776cdd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..554e910a9b466009069d17358036a661fc9768b5 --- /dev/null +++ b/images/788a6fc4-9eb8-4726-8326-d2bf7776cdd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5516d10e06feed9501b453b12fb468261972e0b5956210cb47a363c734993ec +size 1490101 diff --git a/images/78905af5-6771-4c0e-9fb5-d9583c0be6e7.jpg b/images/78905af5-6771-4c0e-9fb5-d9583c0be6e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5411940b2e487c8d9665ce6f0f35f113c926862c --- /dev/null +++ b/images/78905af5-6771-4c0e-9fb5-d9583c0be6e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852faf8eae8ec4ca923e2ee901ed7a1baa3d9894d5f0a6208c3439ca8e0ad131 +size 1725591 diff --git a/images/7895540f-d023-4c35-9190-6aee794ed1a8.jpg b/images/7895540f-d023-4c35-9190-6aee794ed1a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f10f422d700f1c447657675c0cb4c1d96fd206e --- /dev/null +++ b/images/7895540f-d023-4c35-9190-6aee794ed1a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce19a17e1d4e6f26677aead67d3472a9987c6b424fe816fe8e8704305581db75 +size 1450180 diff --git a/images/789ce778-d084-43d5-8887-058e64e11662.jpg b/images/789ce778-d084-43d5-8887-058e64e11662.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50f8d8766eb8ae401fc973ab67f5114d108588ca --- /dev/null +++ b/images/789ce778-d084-43d5-8887-058e64e11662.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708176cbd2ce0f26c6f46cb65a7392b46c1b313c8d3e8acf58219c79d00e9716 +size 2906192 diff --git a/images/78a7c8e9-49c6-44c1-9589-2125e4952f38.jpg b/images/78a7c8e9-49c6-44c1-9589-2125e4952f38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ea293994aa0610f8dd07964dbb663f53e5ed5ae --- /dev/null +++ b/images/78a7c8e9-49c6-44c1-9589-2125e4952f38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4597713d3d6a251ccdfffb7ff652466a1fa8592fa3cec1234a90ddaf7e86fdc +size 1715164 diff --git a/images/78a9d767-6b18-45b7-b3ac-0b8e7254a233.jpg b/images/78a9d767-6b18-45b7-b3ac-0b8e7254a233.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54e1d9662498a01586b1ebcddc54901573bcc55d --- /dev/null +++ b/images/78a9d767-6b18-45b7-b3ac-0b8e7254a233.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931827c7dc17c48dcf77571299a931a1382b18ff78b74f07fc721249826b53e +size 1525822 diff --git a/images/78b1caab-2b13-4d4c-a44a-c275bc59abb5.jpg b/images/78b1caab-2b13-4d4c-a44a-c275bc59abb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56c494f9916e2c647b33aaa030391374f6f96fdc --- /dev/null +++ b/images/78b1caab-2b13-4d4c-a44a-c275bc59abb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6669ab6f9c92f5b9388c3fb598c281b871c1e882f064d6a89314503fbb95d405 +size 1629522 diff --git a/images/78b1f04a-3feb-4ec5-af79-2e8255ee1d51.jpg b/images/78b1f04a-3feb-4ec5-af79-2e8255ee1d51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dba41f780f7b3980d12adfe7c733b2573141275a --- /dev/null +++ b/images/78b1f04a-3feb-4ec5-af79-2e8255ee1d51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c7cb73ff60c9bbd599e8e086d044d4ff29cf42f4ba2d5dc94e7aec81f63c3b +size 1414655 diff --git a/images/78be93d8-f48a-4e18-b757-f14f6fbc42cc.jpg b/images/78be93d8-f48a-4e18-b757-f14f6fbc42cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cc6c3d387c3188def667ea9a86019b846923553 --- /dev/null +++ b/images/78be93d8-f48a-4e18-b757-f14f6fbc42cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3719e78eb710e22e5c7122d609555c063a65e4057aeac2c8df169f6b6fc9f814 +size 1802663 diff --git a/images/78c89455-1b6e-48aa-9258-5d27b2cba75d.jpg b/images/78c89455-1b6e-48aa-9258-5d27b2cba75d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d8d9836d99682b08f3413a22e435861a97063fd --- /dev/null +++ b/images/78c89455-1b6e-48aa-9258-5d27b2cba75d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4a4743715d3946273d75af8e84279da5b79e7d10fd2816d854d7ba5616221c +size 1939308 diff --git a/images/78d0f0c9-3f42-470d-960f-ab251748f236.jpg b/images/78d0f0c9-3f42-470d-960f-ab251748f236.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45be39e57f08b564176998f5f96afb2c2ba195ff --- /dev/null +++ b/images/78d0f0c9-3f42-470d-960f-ab251748f236.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df09788a4b195b34404782e0dd264d8b89987cb5e6c603a78dd74f6712f011ca +size 1716047 diff --git a/images/78d184f9-6c13-448f-a665-e7dc281186ec.jpg b/images/78d184f9-6c13-448f-a665-e7dc281186ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0125de51eccfb5685d5e6e196d1bc095b5ce42c8 --- /dev/null +++ b/images/78d184f9-6c13-448f-a665-e7dc281186ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a67f767a060468eba33e0267809e7209faec9e0f874d50398131dd04ca8198 +size 1816630 diff --git a/images/78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12.jpg b/images/78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ed68958282048026c1fc281815aa1a2184e54c7 --- /dev/null +++ b/images/78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebe17292bbbe6f6c2701f14d49d302e4011c69c296e9295fb20e94da1cd5789 +size 1519725 diff --git a/images/78da9624-45f9-4745-a27e-6ccfb411855a.jpg b/images/78da9624-45f9-4745-a27e-6ccfb411855a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8107c349a280ecdaeec19762a95ef7a720b58d8b --- /dev/null +++ b/images/78da9624-45f9-4745-a27e-6ccfb411855a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594a2667359875c689ac2b76f33f53e6d254262516aad8243b232cdd3ea63726 +size 1575948 diff --git a/images/78e8467b-9fd0-4d0a-9322-a18a966ac4ee.jpg b/images/78e8467b-9fd0-4d0a-9322-a18a966ac4ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0a16e867ba03e616b1163a735b3d82f8182067 --- /dev/null +++ b/images/78e8467b-9fd0-4d0a-9322-a18a966ac4ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11fbc39bd6522b0c4d0ba28c6a1d085c9710f56672644ae4f48f71acfeadaa7 +size 1482836 diff --git a/images/78effb43-2c0c-4393-be30-a68f0092519f.jpg b/images/78effb43-2c0c-4393-be30-a68f0092519f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1087849218692b94e072244ab86af008b8619610 --- /dev/null +++ b/images/78effb43-2c0c-4393-be30-a68f0092519f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9719faa43bfef6608a52c11660ad23891d8018ce7421715df00b1d2f7619f29b +size 1841298 diff --git a/images/78fb5b47-a224-437f-a484-aebec3d28ad0.jpg b/images/78fb5b47-a224-437f-a484-aebec3d28ad0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90dcbac71493e0224b227e41bb85fdd11105aa3c --- /dev/null +++ b/images/78fb5b47-a224-437f-a484-aebec3d28ad0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738a04e58218c1fda9c1aec6a87f037160a8f9717b770618c61536b343677537 +size 3025664 diff --git a/images/79025c20-aec7-4307-823a-5d3647ff9691.jpg b/images/79025c20-aec7-4307-823a-5d3647ff9691.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e9305e7774e0a053475af3f26303c9d111c917d --- /dev/null +++ b/images/79025c20-aec7-4307-823a-5d3647ff9691.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be56e9f176b0aa59cf7840a0f1c3d1689bd974e356ac2f07f957177cd0ddb6bf +size 1736356 diff --git a/images/79067a5b-1708-48ab-86d6-f76825d7588d.jpg b/images/79067a5b-1708-48ab-86d6-f76825d7588d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..539df18a1fa7e825b5002ce248e38e7943bc074e --- /dev/null +++ b/images/79067a5b-1708-48ab-86d6-f76825d7588d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856797c791324575be48d8255f0d4c62cc2fca2108a561181bb02239c2ec0f3d +size 2374660 diff --git a/images/791e1edb-39df-4dcd-b4af-cd674f09efaa.jpg b/images/791e1edb-39df-4dcd-b4af-cd674f09efaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46383af84ad0161a9b66eedddd394059b31d87a9 --- /dev/null +++ b/images/791e1edb-39df-4dcd-b4af-cd674f09efaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936a744d0a4ab392ef7a39a745c2a3648cec88372c35c692265b4bd2ac4d2da8 +size 1670716 diff --git a/images/79215146-f301-45cf-a51e-731dcf6d7049.jpg b/images/79215146-f301-45cf-a51e-731dcf6d7049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dc258db9acb7a025c43faf0da23de9fa9b3d61f --- /dev/null +++ b/images/79215146-f301-45cf-a51e-731dcf6d7049.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca14560e2f78b2c02c6f538329db186b0dd357f360ef98f7fa329c4ece73da0 +size 1330023 diff --git a/images/7922d3cb-9b05-47ab-bbfc-d4fac75da0a0.jpg b/images/7922d3cb-9b05-47ab-bbfc-d4fac75da0a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afb9dea1eb6ab292f7face7dacb24e2cb808eb8e --- /dev/null +++ b/images/7922d3cb-9b05-47ab-bbfc-d4fac75da0a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab811d09a177144ef84b91d4362a6f7fe0ae7f528bb90956cea64c7a3ee94cb +size 1331016 diff --git a/images/79275168-7b3b-4a04-bafd-a97475beadb9.jpg b/images/79275168-7b3b-4a04-bafd-a97475beadb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..212c73d7fdaae361075c35dbe1385f3f52624624 --- /dev/null +++ b/images/79275168-7b3b-4a04-bafd-a97475beadb9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be40025be0905c820f5de7fa44d076e79d34584d0b59e4247c68f0972513fabc +size 1407728 diff --git a/images/792bddeb-8fb9-4f96-aa33-da3747f04ed6.jpg b/images/792bddeb-8fb9-4f96-aa33-da3747f04ed6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdddc14af395a8edf93c666a8746003538a73f68 --- /dev/null +++ b/images/792bddeb-8fb9-4f96-aa33-da3747f04ed6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73fd183d2f7320a0a78c1c26722be6c723e55ed65a91a0eecdfe9efd4615de4 +size 1589618 diff --git a/images/7937c1ab-97f5-43e7-9cb4-beb6c66acf6c.jpg b/images/7937c1ab-97f5-43e7-9cb4-beb6c66acf6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a3ec2441a2a97aaa80916d48eab298312a141a3 --- /dev/null +++ b/images/7937c1ab-97f5-43e7-9cb4-beb6c66acf6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edaa0f92c991f663a504fe97ea5f48bd75a72b6ad43e30a9f1ae19a5ddc3c1e +size 1269186 diff --git a/images/79438801-782b-4f92-b9bf-5f1fc62f25dd.jpg b/images/79438801-782b-4f92-b9bf-5f1fc62f25dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10a83a41dd40cf1a4ba9f24b6b390fb85ab1cfee --- /dev/null +++ b/images/79438801-782b-4f92-b9bf-5f1fc62f25dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55bc2d97968ba77cb9b2b15ee38f1bca0385155c24134d5c0f26d80e35406873 +size 3024630 diff --git a/images/7943ae53-cec9-4c6e-8fc4-101f4c3e320f.jpg b/images/7943ae53-cec9-4c6e-8fc4-101f4c3e320f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..561abfa990177c09ce8e267a8f26576b65cffbc5 --- /dev/null +++ b/images/7943ae53-cec9-4c6e-8fc4-101f4c3e320f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45af87c51391f3e46d50fd36325b6572dd4ef6548c1741daef2724062f0f43e +size 1322784 diff --git a/images/7946dc56-f401-494a-80a4-736a7f8a8f79.jpg b/images/7946dc56-f401-494a-80a4-736a7f8a8f79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..499f8480a365aa99d02c48f7794f4d86b3855e13 --- /dev/null +++ b/images/7946dc56-f401-494a-80a4-736a7f8a8f79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b694b3c5978c4272c035a94767f1849d380880a7c8a7c25550c28582e884f6a2 +size 2112947 diff --git a/images/79505507-a9e6-4044-9044-df27f4d8d017.jpg b/images/79505507-a9e6-4044-9044-df27f4d8d017.jpg new file mode 100644 index 0000000000000000000000000000000000000000..882d578b4cd06308044ee5180c7223ce5963cf0b --- /dev/null +++ b/images/79505507-a9e6-4044-9044-df27f4d8d017.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e9a335d94535faa2b808897e81d4ab813bb17fb1ae8722ffad4c2d097a0f76 +size 1712463 diff --git a/images/795a2fff-74a9-4860-a532-bc26a1650c33.jpg b/images/795a2fff-74a9-4860-a532-bc26a1650c33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0611e017a32a5d4e3a6a7d6ca3ef85b4aa563c32 --- /dev/null +++ b/images/795a2fff-74a9-4860-a532-bc26a1650c33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347e518ec2de8909567e8636d1afd72bb74c13e44bfa1f2f053e3800db845ed0 +size 1439119 diff --git a/images/795c7a52-6f1d-47b0-b904-7d706c2ce74e.jpg b/images/795c7a52-6f1d-47b0-b904-7d706c2ce74e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b635e32ef7d410b05c785cbb7b7032ac5a32eb8 --- /dev/null +++ b/images/795c7a52-6f1d-47b0-b904-7d706c2ce74e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070a96517e2bd673570a8583a9dd1293bf018b49ff20126e5ff2da3ab17b373d +size 1357248 diff --git a/images/7960b624-8341-46c5-b4df-35b223a6e85e.jpg b/images/7960b624-8341-46c5-b4df-35b223a6e85e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f686650cc878df3606dae563d289d05412c8089b --- /dev/null +++ b/images/7960b624-8341-46c5-b4df-35b223a6e85e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2c249fb828ad11591af943c061965c3d568f1730f618f47b16bb1b7360ddab +size 1670903 diff --git a/images/79611ba5-a6cc-483b-94a7-deb700421fef.jpg b/images/79611ba5-a6cc-483b-94a7-deb700421fef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f38578ece01c06088e40add9abd04f8659a14de --- /dev/null +++ b/images/79611ba5-a6cc-483b-94a7-deb700421fef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e429f03667c74be8caa1c6361067c58bb379dc6733db0b9b80e7dbda571975 +size 1553748 diff --git a/images/7967797b-66b2-45ed-8c29-0da19b42ea25.jpg b/images/7967797b-66b2-45ed-8c29-0da19b42ea25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9879a106914a3292d1d0697cb29b6bfb628bbc26 --- /dev/null +++ b/images/7967797b-66b2-45ed-8c29-0da19b42ea25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c583c2bc4779117e379869b24e844c8f89b35d261b641e9b9c068185ef2318 +size 1517301 diff --git a/images/796fc231-682e-4590-b0b5-5a6ea62a4c19.jpg b/images/796fc231-682e-4590-b0b5-5a6ea62a4c19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba11c9cee9682cca12c21d23133551793f7d5bec --- /dev/null +++ b/images/796fc231-682e-4590-b0b5-5a6ea62a4c19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfedcc04ffcdbddd17c78b09248006ffdb394882724e2a0170f55330880acfd +size 1227165 diff --git a/images/797559fb-dba7-4081-a660-bfa65ba479f7.jpg b/images/797559fb-dba7-4081-a660-bfa65ba479f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df20fa8c331da64bbef5f461bedcddfa57972f9 --- /dev/null +++ b/images/797559fb-dba7-4081-a660-bfa65ba479f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5654be271a2ba3ec1426a412bdc147cc33b40650efdac0b4396ac1fa5701311 +size 919422 diff --git a/images/797b2713-f045-4290-9cc6-92c2e3c5aa78.jpg b/images/797b2713-f045-4290-9cc6-92c2e3c5aa78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..348816c6c3d0afd1280331fb59ac8f15016973b8 --- /dev/null +++ b/images/797b2713-f045-4290-9cc6-92c2e3c5aa78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82f45b4d05ef24f8cbd6bb9ea67f56521ce483d9638bf3a44915eaa92e966ec +size 1217343 diff --git a/images/797befdf-7793-46eb-94b9-3ba1190a9ced.jpg b/images/797befdf-7793-46eb-94b9-3ba1190a9ced.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36e63a0a6a42af4fce5f47296bb6b2efedd008c2 --- /dev/null +++ b/images/797befdf-7793-46eb-94b9-3ba1190a9ced.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b363941d5447e9a3ea68a61f964e1af7c770990a2309f7bcf549f7921494976 +size 1535886 diff --git a/images/7981d263-250d-4cbb-b535-c89d8cd894f9.jpg b/images/7981d263-250d-4cbb-b535-c89d8cd894f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d0f7cbfc8513f6a8a6831e5e54ec16fb779d3ac --- /dev/null +++ b/images/7981d263-250d-4cbb-b535-c89d8cd894f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce5d1d337635f5284eddf141ff0694c59c1fa9f9e5efde3329b7dc0862c10f6 +size 1627733 diff --git a/images/79844171-1b0b-4ccb-b03c-72870047aa2a.jpg b/images/79844171-1b0b-4ccb-b03c-72870047aa2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..801544726ff219cd5f92464dc505a5e580c3c89d --- /dev/null +++ b/images/79844171-1b0b-4ccb-b03c-72870047aa2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9693a2f888e62e7588cb92c67e574d78ba6111f7d6e40965072eee11292472 +size 1278457 diff --git a/images/798a4a8b-d745-462b-8901-01fa526acaac.jpg b/images/798a4a8b-d745-462b-8901-01fa526acaac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a957000bb37fbfe43ca04232e3a7a9caee432e6 --- /dev/null +++ b/images/798a4a8b-d745-462b-8901-01fa526acaac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e421517bcf37de4fa0c66fc9864bc9e9e4cbdf0b1d14c846edd39798dcd425e +size 1555707 diff --git a/images/798c8186-b1a1-49f2-a2d2-f5fb3acac01f.jpg b/images/798c8186-b1a1-49f2-a2d2-f5fb3acac01f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7060c2d259f9bb5aa05436f86d819ba786c72095 --- /dev/null +++ b/images/798c8186-b1a1-49f2-a2d2-f5fb3acac01f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb04515a8dfb96cb1a69e04a86fdbe12ac3a742747bf2cd3a5e9957ba6f6bedf +size 1318994 diff --git a/images/798cbb99-b4f1-49e1-b871-506894c5ba7b.jpg b/images/798cbb99-b4f1-49e1-b871-506894c5ba7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba9df4bb26f63b14b4c773e6e4092695ff2d925c --- /dev/null +++ b/images/798cbb99-b4f1-49e1-b871-506894c5ba7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce64c0d3795e18eccad817150f11695a381343236b14ca540a2a1efba640f16 +size 1346203 diff --git a/images/798d85dc-b116-4ccf-af81-fa7b26c185a9.jpg b/images/798d85dc-b116-4ccf-af81-fa7b26c185a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce123e2250d3d79360146fbbc597d2e8e24e05e8 --- /dev/null +++ b/images/798d85dc-b116-4ccf-af81-fa7b26c185a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f59d74aa140c315b6e0259cc13d808f153311cd1a859a66f7f0627aac169ce +size 1670735 diff --git a/images/798e11f7-e2f5-40c8-93a3-a119f889cae8.jpg b/images/798e11f7-e2f5-40c8-93a3-a119f889cae8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f68ad80e30b0018a581c9198e581c5e14a77549 --- /dev/null +++ b/images/798e11f7-e2f5-40c8-93a3-a119f889cae8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c24978192cb5493307082b642f5bbc17856e66384b0639122f145e8d47a22c +size 2299940 diff --git a/images/798f30ce-6935-42e2-b16a-e3207ec9836f.jpg b/images/798f30ce-6935-42e2-b16a-e3207ec9836f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22b1a7b650342a1bf45f23e7881476eaefdfe14f --- /dev/null +++ b/images/798f30ce-6935-42e2-b16a-e3207ec9836f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bb6168a18d40f9e507d59215a99187e08af4ca6f9996a34c70a1edbcd69474 +size 2392809 diff --git a/images/7995072b-b23a-4d97-8047-0bb168d40a69.jpg b/images/7995072b-b23a-4d97-8047-0bb168d40a69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b8648f406d0c5729d3f85a887c45f626550216e --- /dev/null +++ b/images/7995072b-b23a-4d97-8047-0bb168d40a69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307be4e7246d5d8c8e7e9a2f5a5374721e06a2efcaa86091ad061184b9739eab +size 1668855 diff --git a/images/79acc9f8-ee81-4833-a33f-505e602c7fbc.jpg b/images/79acc9f8-ee81-4833-a33f-505e602c7fbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7782013fd2124e548df4478e5b5ce3b6b1548b8 --- /dev/null +++ b/images/79acc9f8-ee81-4833-a33f-505e602c7fbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4b897378b707c6f520ea0c6f1807f4ab2eedc7d68a1eebac09ad80f9b4ef4f +size 2016367 diff --git a/images/79b67430-7232-408b-ad43-863a75874f12.jpg b/images/79b67430-7232-408b-ad43-863a75874f12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4ac250316ab891f570c498002fc53a2e73e4c79 --- /dev/null +++ b/images/79b67430-7232-408b-ad43-863a75874f12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283cd599ed95cc8deb469ec19cd5568bd58478c3425659181e9cf9348ff5220d +size 1926472 diff --git a/images/79c1cc57-85c5-4d72-8f87-5bee8e226cd3.jpg b/images/79c1cc57-85c5-4d72-8f87-5bee8e226cd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2db4407a263edc78d3dc6bb1e1982684ef9b2700 --- /dev/null +++ b/images/79c1cc57-85c5-4d72-8f87-5bee8e226cd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2fa32c843e1024a810a282e5628daa86b88ee2e7a29ad9f7d021db92ad2eb5 +size 1465599 diff --git a/images/79d118bb-bf38-453f-b959-ad169395e14a.jpg b/images/79d118bb-bf38-453f-b959-ad169395e14a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46ff39666da9229e42a6ad620501311f71b55e27 --- /dev/null +++ b/images/79d118bb-bf38-453f-b959-ad169395e14a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38646c382415213275185ad70c07668a8744d1b94364145076676e309aa376c +size 2426884 diff --git a/images/79e29dd4-ecd4-4bb8-8656-aced260af70a.jpg b/images/79e29dd4-ecd4-4bb8-8656-aced260af70a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5404e5bb37df24b631b26c9eb62f39c67a22eb66 --- /dev/null +++ b/images/79e29dd4-ecd4-4bb8-8656-aced260af70a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c12afdde21e2a03b244d7ad1ff5cf254edb4ad4aee5f8aa7da54d8820c7b67a +size 1635632 diff --git a/images/79e41350-ae0d-4ab1-9a9a-ee2873571d97.jpg b/images/79e41350-ae0d-4ab1-9a9a-ee2873571d97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0859eb89b40426210c12368351e78218d2536a1 --- /dev/null +++ b/images/79e41350-ae0d-4ab1-9a9a-ee2873571d97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cada1ee00d2fda502bcc27f1dec01a6260715ee35222e72bc76267e8f718abd +size 2912522 diff --git a/images/79e5d8bd-536e-44c6-8617-3f4fdaf20055.jpg b/images/79e5d8bd-536e-44c6-8617-3f4fdaf20055.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b014fd87e3f31ff32c67a0bb3865676344834037 --- /dev/null +++ b/images/79e5d8bd-536e-44c6-8617-3f4fdaf20055.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209c144162a893022996073ea460717ffa86eec537cb1d1423780b7c781ebde2 +size 1815358 diff --git a/images/79e6245a-80ea-4848-85b8-ee795a2cf127.jpg b/images/79e6245a-80ea-4848-85b8-ee795a2cf127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54ed13d60608a41e2bef4e3ae4908240270fb558 --- /dev/null +++ b/images/79e6245a-80ea-4848-85b8-ee795a2cf127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2f36922ee80718a0cb0604560503096ac30a4e64364e3d25be1bd82546d12f +size 1713484 diff --git a/images/79e6edf8-4d2b-4fbb-be7b-d76c3d699388.jpg b/images/79e6edf8-4d2b-4fbb-be7b-d76c3d699388.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a76a7f525931210dd96cf2d92aa3d953826d603 --- /dev/null +++ b/images/79e6edf8-4d2b-4fbb-be7b-d76c3d699388.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffe335a49ea71573c005b2fd63276230cf35e8796fc6a90f18302cec48bf233 +size 1781018 diff --git a/images/79e968e9-e65b-4c7e-8a6a-4b6119437c98.jpg b/images/79e968e9-e65b-4c7e-8a6a-4b6119437c98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89987fde3edcb45c0cca01b64046ee262b92b51c --- /dev/null +++ b/images/79e968e9-e65b-4c7e-8a6a-4b6119437c98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289af50fcca3be6e1093a024a17747ea5c6b2a5b1c632ab64fbee8f54c05fc7f +size 2866948 diff --git a/images/79fa42c8-cdf2-4f61-b06a-80e1c45932e8.jpg b/images/79fa42c8-cdf2-4f61-b06a-80e1c45932e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f5f62d75a7d5bb5b85e2364c7e4a4810868d079 --- /dev/null +++ b/images/79fa42c8-cdf2-4f61-b06a-80e1c45932e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff823d1d46877aec067ded6ea9aae4c74806d2d0f35d8c0440d06f3cd8f6be5f +size 1408925 diff --git a/images/79fe38f7-bc53-4490-9124-34c808a25346.jpg b/images/79fe38f7-bc53-4490-9124-34c808a25346.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66ce79e38b7ff747e15f23547c9b3ce244c5c884 --- /dev/null +++ b/images/79fe38f7-bc53-4490-9124-34c808a25346.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1896ceea17270e304e624664bb806b654310aff3b2866ffeab21410633e4193 +size 1771590 diff --git a/images/7a0d8a70-c159-4b38-b1dd-f5326a100f4a.jpg b/images/7a0d8a70-c159-4b38-b1dd-f5326a100f4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2407fa3ba23d55fd8cbdb6908e753768d7fcd03 --- /dev/null +++ b/images/7a0d8a70-c159-4b38-b1dd-f5326a100f4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df0d667cef4a27d69002d6918c0cc682c578aa779b32f200daa8788f5e0d4f3 +size 1356959 diff --git a/images/7a10305c-00c1-4a11-83d6-2edbd32d90b1.jpg b/images/7a10305c-00c1-4a11-83d6-2edbd32d90b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..605a575fd94153b88f8af61f2cf944fa66baadfb --- /dev/null +++ b/images/7a10305c-00c1-4a11-83d6-2edbd32d90b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ad17d60a957f6425b3ad19f2d1a61d0ae7116911def9703284185511437a25 +size 1812868 diff --git a/images/7a348704-30b0-4fa3-baa3-e0863efdbcde.jpg b/images/7a348704-30b0-4fa3-baa3-e0863efdbcde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb7f9f9eeb9469da981597383364646d798b8bde --- /dev/null +++ b/images/7a348704-30b0-4fa3-baa3-e0863efdbcde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e5bd2c89246b4f9cc2ad52ef608af1a7b33218388bfd1656ff112782ad55a1 +size 1736286 diff --git a/images/7a3970b1-0d16-40ce-bad3-17fbeaa0e783.jpg b/images/7a3970b1-0d16-40ce-bad3-17fbeaa0e783.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a340da04b6966b52c9019505a3e3ee5eb3cce19 --- /dev/null +++ b/images/7a3970b1-0d16-40ce-bad3-17fbeaa0e783.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09bc33a7544739722ca1acf830d73f42cf571bad9dc6d4d6cf1ae98028399df +size 1955966 diff --git a/images/7a39a63f-0b0f-46b0-994a-e9378f8f3be7.jpg b/images/7a39a63f-0b0f-46b0-994a-e9378f8f3be7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f142e0454560fd7971a766a2f993d60ee3e5da8f --- /dev/null +++ b/images/7a39a63f-0b0f-46b0-994a-e9378f8f3be7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91774f2ea8da7065403d6b8066042497e7e8290f45450e38a184a9682705c0df +size 1780690 diff --git a/images/7a49d235-4104-428f-a3ea-fc5aff846a5d.jpg b/images/7a49d235-4104-428f-a3ea-fc5aff846a5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a88fabc5034e64d345dbc359b8dd9d46b32688f1 --- /dev/null +++ b/images/7a49d235-4104-428f-a3ea-fc5aff846a5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1b3ec9c666b9d18879b09b3b0734280dcddd1e08ee924c3dbebc8b048bba7e +size 1648041 diff --git a/images/7a56cd7c-657e-4710-b15c-c04a8fe9fe90.jpg b/images/7a56cd7c-657e-4710-b15c-c04a8fe9fe90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0893616141bb54c0e604843b2cd02b55ecf883a --- /dev/null +++ b/images/7a56cd7c-657e-4710-b15c-c04a8fe9fe90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646fa8121148cce4276a793afc0ec4df23f05b2c5ac922c74aa6375aca2508fd +size 1548110 diff --git a/images/7a6580f7-91ff-4b05-bedd-d76eaac315eb.jpg b/images/7a6580f7-91ff-4b05-bedd-d76eaac315eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40ae4d3918f42705972a7ac812350f1577ef8296 --- /dev/null +++ b/images/7a6580f7-91ff-4b05-bedd-d76eaac315eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667913b4aabae153836f7277a4d7c092349e64df7591b73386680c14a53f2d12 +size 2354756 diff --git a/images/7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2.jpg b/images/7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c1ac00061c8635245b3af5756df1e7642c90468 --- /dev/null +++ b/images/7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdeed358d6aecb2ae8a57af529f5f30d72e649d0a29dd45aea94290b773bfd8 +size 1451817 diff --git a/images/7a715517-d573-4754-a2ad-27f27418cc28.jpg b/images/7a715517-d573-4754-a2ad-27f27418cc28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac825b7cee75f9b3337a0478a1d4b920d8205b05 --- /dev/null +++ b/images/7a715517-d573-4754-a2ad-27f27418cc28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51ac37582b4149cfc648958f54e64b398f47861738ac079b1c3790dfebe45f3 +size 1543328 diff --git a/images/7a733bbe-2289-4535-a7b1-ae9ed6bcbaef.jpg b/images/7a733bbe-2289-4535-a7b1-ae9ed6bcbaef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9f2e1fceaab250d138df529c8f8b0683e7f7865 --- /dev/null +++ b/images/7a733bbe-2289-4535-a7b1-ae9ed6bcbaef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fb20bc5333f93d2fc5013d66935daddd73ccbdfc6437f9cfadf6ea5ab1971b +size 1823130 diff --git a/images/7a7765bf-331e-4ca5-b67c-2ca6094dc064.jpg b/images/7a7765bf-331e-4ca5-b67c-2ca6094dc064.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3270431bd2665adf3f907592c098e69db617339 --- /dev/null +++ b/images/7a7765bf-331e-4ca5-b67c-2ca6094dc064.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b947f1f913463cfcce2e1ac3fc710a298099746f15e99e99d7c87cc1b2f95838 +size 1694620 diff --git a/images/7a7e7c14-4e97-4481-b38c-b42be3447a09.jpg b/images/7a7e7c14-4e97-4481-b38c-b42be3447a09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4ef876bdfabf50f0fd8f9e13116ac26bb86b6c9 --- /dev/null +++ b/images/7a7e7c14-4e97-4481-b38c-b42be3447a09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe069ec17240bea940e19a9cc60d4466eb1f2a02e57967b3ae3220d7a7fd321 +size 1413402 diff --git a/images/7a82d4cb-0089-4d82-82d6-5caa082f1768.jpg b/images/7a82d4cb-0089-4d82-82d6-5caa082f1768.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a69f96db7a45aacd906293d2e294a3235cc13f57 --- /dev/null +++ b/images/7a82d4cb-0089-4d82-82d6-5caa082f1768.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994c08947dca3d02a97717c92ed2ec157b65431369ac9b16e6316218228a3fcd +size 1741405 diff --git a/images/7a840f56-73de-4945-8b21-95a2c0a0025c.jpg b/images/7a840f56-73de-4945-8b21-95a2c0a0025c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f55ca34037356bbc26d9b77e6a4106ca13b26ce0 --- /dev/null +++ b/images/7a840f56-73de-4945-8b21-95a2c0a0025c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6fa5e7dc4778d086f38b2f0e45c4694f5943b4894126e27df35ebaa6eefa67 +size 1579563 diff --git a/images/7a8ea568-09ba-48f6-b9fc-72a47847a45f.jpg b/images/7a8ea568-09ba-48f6-b9fc-72a47847a45f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69806aa59c66b8180e8f943e9723d671ecc77f97 --- /dev/null +++ b/images/7a8ea568-09ba-48f6-b9fc-72a47847a45f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cff2fa5b787c41c6b3662a2df53065cd197774d580ae2f8754f140e651336b4 +size 1550308 diff --git a/images/7a936c4d-66b4-4207-901c-0db257dce55a.jpg b/images/7a936c4d-66b4-4207-901c-0db257dce55a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1899a5de7de8fc6b0c8b5255fba977da872dff5b --- /dev/null +++ b/images/7a936c4d-66b4-4207-901c-0db257dce55a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f4904e91933e193003f672c4b8c881a3320f56fb248658123204a8565dd24e +size 3094770 diff --git a/images/7a97c3c3-13d7-43af-9799-17ff000e3410.jpg b/images/7a97c3c3-13d7-43af-9799-17ff000e3410.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1840bec120a17f7d7bf180d78b399782199bc000 --- /dev/null +++ b/images/7a97c3c3-13d7-43af-9799-17ff000e3410.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444478afbf1a721a0d232bd1c9ac8180e10cd83c8fdadf1c84ceafb840ca7e77 +size 1208805 diff --git a/images/7aa39f6b-c574-431c-89b5-c19d1d7bde1f.jpg b/images/7aa39f6b-c574-431c-89b5-c19d1d7bde1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b69cb5d0788bc36daa0971c7e7ff508bad24ac1 --- /dev/null +++ b/images/7aa39f6b-c574-431c-89b5-c19d1d7bde1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fa72121b281fffc9b90c71fccdd58bb53d31498ebad2c24c31a459924c67e7 +size 1845593 diff --git a/images/7aad45ba-f6ee-42b0-8d0f-19a79cad3944.jpg b/images/7aad45ba-f6ee-42b0-8d0f-19a79cad3944.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72999718bb0589f0e6360fbd2ccb8e99731a8942 --- /dev/null +++ b/images/7aad45ba-f6ee-42b0-8d0f-19a79cad3944.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f452826c396265059bddc3da35f6b44da4d5217e6b6ac5b1c7267f0911a10a +size 1723850 diff --git a/images/7ab03546-1871-40fa-a116-8d3d02c26086.jpg b/images/7ab03546-1871-40fa-a116-8d3d02c26086.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb5fb9bdf4b24b074d673a4ab866e4b21a82ae6a --- /dev/null +++ b/images/7ab03546-1871-40fa-a116-8d3d02c26086.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993b3d5446b4b5c80d088fc106d81c1ae59fd6824401f407bc2da8675b137aba +size 1524417 diff --git a/images/7ab4a022-c289-4a45-8990-79fd41f6e997.jpg b/images/7ab4a022-c289-4a45-8990-79fd41f6e997.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44ecf9d270bb7c9b1b283fa43893f4339d84e9a5 --- /dev/null +++ b/images/7ab4a022-c289-4a45-8990-79fd41f6e997.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912d345384d87b9453c77f1cb54b8558f31e50adc6ee5e12b4a2b0d36bbdeb15 +size 1604910 diff --git a/images/7ac14568-6954-4922-8085-1045207472dc.jpg b/images/7ac14568-6954-4922-8085-1045207472dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb64b3fd9ca545018081c545d208b6d2c3703862 --- /dev/null +++ b/images/7ac14568-6954-4922-8085-1045207472dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa23069d736f3659bd45067cde205b8ff2e560b3edea37f55ad20c889ce9d04e +size 1633500 diff --git a/images/7ad900df-a29c-417b-8e85-9c5ed3312b54.jpg b/images/7ad900df-a29c-417b-8e85-9c5ed3312b54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b14e0082712b28600394890d99f015337fc4a7d9 --- /dev/null +++ b/images/7ad900df-a29c-417b-8e85-9c5ed3312b54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918eff35e14e7188ad3ebad552bbbb83e0613068bca919d500bd22b0fb588cde +size 1316587 diff --git a/images/7adc6b57-ed41-46ac-bd2a-e336e491a4f3.jpg b/images/7adc6b57-ed41-46ac-bd2a-e336e491a4f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42e4b103b78256fa71cef3143c80a7d0822899d8 --- /dev/null +++ b/images/7adc6b57-ed41-46ac-bd2a-e336e491a4f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd428e9c3c0cbd2aa62e203179abef36f9c588bdae7f36e89e90f30ff922972c +size 1499488 diff --git a/images/7ae1928d-be2b-4ba1-b042-c19a30122744.jpg b/images/7ae1928d-be2b-4ba1-b042-c19a30122744.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55c44a3fe29f1f5a1bdd9ae6a704129f8fde0109 --- /dev/null +++ b/images/7ae1928d-be2b-4ba1-b042-c19a30122744.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d0e6f302f9f51eb6c4ef51a8d4d298b91cc79d848bb3e5d7f6ef08d72ba1c5 +size 1654896 diff --git a/images/7ae3f0f9-cbc3-4e41-864a-c468915ff3f3.jpg b/images/7ae3f0f9-cbc3-4e41-864a-c468915ff3f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4dd75b0053e78c19e12dabe102c9ce5c8cfc075 --- /dev/null +++ b/images/7ae3f0f9-cbc3-4e41-864a-c468915ff3f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9881024fc946f6a99d8ecf37881df8733462acf732c5b356905658408f321843 +size 2358081 diff --git a/images/7aee9121-2b87-43ee-ad01-2d2c8f7caece.jpg b/images/7aee9121-2b87-43ee-ad01-2d2c8f7caece.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c8098844c22113076ae9517832ae5558aa0e27a --- /dev/null +++ b/images/7aee9121-2b87-43ee-ad01-2d2c8f7caece.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee2b66798e122a357780b1c04c3af6a97de751bba20b4295e0b88208d043bdb +size 1590557 diff --git a/images/7af08a43-af3e-4a13-8da6-07ef0b55bdd8.jpg b/images/7af08a43-af3e-4a13-8da6-07ef0b55bdd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4beda824d015569ac22661f3add1e1b00c9cb77 --- /dev/null +++ b/images/7af08a43-af3e-4a13-8da6-07ef0b55bdd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473f7edf59679a7991ecb0e134b0bf27463f1fb62dc5312722659e3ae5f847a2 +size 2212247 diff --git a/images/7af3a14e-6d7b-46cc-984a-ed59d663ef4b.jpg b/images/7af3a14e-6d7b-46cc-984a-ed59d663ef4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..139d7db76a2165ba3f9727bb94fc6402c839553c --- /dev/null +++ b/images/7af3a14e-6d7b-46cc-984a-ed59d663ef4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50645251f4327b1308358c4c6c6899746e1dbd39e82adb38b383e36db3e7dc7a +size 1884532 diff --git a/images/7b038ace-1e9d-4820-adcf-f4977d74d794.jpg b/images/7b038ace-1e9d-4820-adcf-f4977d74d794.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e989ede469d4d8738d575f532bf25ebe7782dc9b --- /dev/null +++ b/images/7b038ace-1e9d-4820-adcf-f4977d74d794.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b7d358187dc2fb888a1508fba5050ce778459a5fd946b67bbd24b3fbc94b1a +size 1399138 diff --git a/images/7b0f8f36-e143-4135-ae55-658e3ddc0a01.jpg b/images/7b0f8f36-e143-4135-ae55-658e3ddc0a01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e07165ee547931ccc8d562c35f99781f7a97029a --- /dev/null +++ b/images/7b0f8f36-e143-4135-ae55-658e3ddc0a01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eaf7e60f27b1934bd4ad04061acc38a8a7bc4ce303c82e46feecb2884df071 +size 1618632 diff --git a/images/7b1611f6-0319-432a-b45e-6486279b4d8d.jpg b/images/7b1611f6-0319-432a-b45e-6486279b4d8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9b07a4492b8345f800a6e0cf2a5eccad192c270 --- /dev/null +++ b/images/7b1611f6-0319-432a-b45e-6486279b4d8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7810a37e5ff892c0a93a53cb41658ae61df638c1b60a1f65fa7d5dff411edc98 +size 2955253 diff --git a/images/7b1bd390-fef8-4b9e-aa1a-4c2945b14182.jpg b/images/7b1bd390-fef8-4b9e-aa1a-4c2945b14182.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff3dcaf751e3804a77146bb0706573d4608c1d43 --- /dev/null +++ b/images/7b1bd390-fef8-4b9e-aa1a-4c2945b14182.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0fd2e432749e5b10d139fcf679b55276f346fc17d1854be8c8b235cc7e2a1a +size 1551288 diff --git a/images/7b1d11c8-4f34-4822-9353-cc30c11bb5f1.jpg b/images/7b1d11c8-4f34-4822-9353-cc30c11bb5f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3478cc5bd5095ea3fa1cb090724b559c085873c --- /dev/null +++ b/images/7b1d11c8-4f34-4822-9353-cc30c11bb5f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90898773b0bf80982ff831241730db3ff73b86c45fc02750ca1522677b11559 +size 2115260 diff --git a/images/7b25878d-97f5-46b4-9114-2ececbf000fa.jpg b/images/7b25878d-97f5-46b4-9114-2ececbf000fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b6bae3e43dcc9924f1d0739383410edb16ed040 --- /dev/null +++ b/images/7b25878d-97f5-46b4-9114-2ececbf000fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc6288a28c2c0726e0d4cae698c246be050631e476b9ac72dee2f5a0af68e26 +size 1604579 diff --git a/images/7b30151b-2fdb-4cd1-a827-278a11cf66e4.jpg b/images/7b30151b-2fdb-4cd1-a827-278a11cf66e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..115fdc70c157a4f6934ac66159db1ac829c1fccc --- /dev/null +++ b/images/7b30151b-2fdb-4cd1-a827-278a11cf66e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bba93e2ecd6009cf85c90f3f496c61759ddbecb1c73f73d21da7613810a2d92 +size 1314342 diff --git a/images/7b31fea1-5552-4db1-875e-5a5f4f3d99c0.jpg b/images/7b31fea1-5552-4db1-875e-5a5f4f3d99c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c05531e43a4f6525f62a015aca4b76079b911ec --- /dev/null +++ b/images/7b31fea1-5552-4db1-875e-5a5f4f3d99c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8bfb14c842a01d16b44db9dbd84de2257dbda8f831fdf813a789f9817a2c12 +size 1475000 diff --git a/images/7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1.jpg b/images/7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f91ee64555075302fa0b34ae940df1d261f4a239 --- /dev/null +++ b/images/7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06d2d3b16e9a0daedf87f0077a8fde6327f419e58511722dcd6fdd6823107df +size 1509094 diff --git a/images/7b36d161-c4f4-489e-afdb-8a307101be11.jpg b/images/7b36d161-c4f4-489e-afdb-8a307101be11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4a88c41cf6cc6e21f5d13c9941ad3ca8b38d9b7 --- /dev/null +++ b/images/7b36d161-c4f4-489e-afdb-8a307101be11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67c1d0de4e83a117013643a6f1ded8b91eb2943bcc51990aa27f7613bb32519 +size 1731076 diff --git a/images/7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7.jpg b/images/7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36606040996543fa7ae2891e96fb4e297e837e60 --- /dev/null +++ b/images/7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5038ede45ff85ff53a308d3c7803d7f765aa39e52e724e3f186668d1923922d6 +size 1443880 diff --git a/images/7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7.jpg b/images/7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38d238ab54da83a0a5a2edc49811ce2f7d4c0e2b --- /dev/null +++ b/images/7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b107b7912e5e3374fa0edf9534fb2558ab1739cfde4606cf5397a37ce342882d +size 1287583 diff --git a/images/7b4a9187-0794-45c1-90dc-c2f0e3c7a27d.jpg b/images/7b4a9187-0794-45c1-90dc-c2f0e3c7a27d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8340ef462ce2bc7a68039dd5c6f53b6c2e4df7f1 --- /dev/null +++ b/images/7b4a9187-0794-45c1-90dc-c2f0e3c7a27d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be214ad90a402453bd2fa8c0f05c4559458032f4ec74221832fa346f82050c2 +size 2322573 diff --git a/images/7b4aee63-8a94-43f7-980a-81cce647b297.jpg b/images/7b4aee63-8a94-43f7-980a-81cce647b297.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d0da675d07bd27f21b9f178f8140cc674332a5c --- /dev/null +++ b/images/7b4aee63-8a94-43f7-980a-81cce647b297.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5199021ac27003ac72414f499927e301d1afad0467e2103a36c6443451929ba +size 1588260 diff --git a/images/7b4f1b2e-5a7d-4a2e-8c34-26af9e692856.jpg b/images/7b4f1b2e-5a7d-4a2e-8c34-26af9e692856.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6abdf8ffa3eb52d19c561972fd79572678c840b6 --- /dev/null +++ b/images/7b4f1b2e-5a7d-4a2e-8c34-26af9e692856.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3a15c64fe0aa7e4ff378b0ee6fae45bfa28ac4e9846d578a7a3b02f50dc94c +size 1289384 diff --git a/images/7b4f85ab-4bac-44a8-b191-74cbd913cf75.jpg b/images/7b4f85ab-4bac-44a8-b191-74cbd913cf75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cc6cbdda9eaa6065cad2096da71159ad3b60c57 --- /dev/null +++ b/images/7b4f85ab-4bac-44a8-b191-74cbd913cf75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2df58af16ff8b8ab3d84feda5ddb0310978e348f2e0905c0ba865d5f09aa90 +size 1514593 diff --git a/images/7b5c33d5-f99e-44a8-beb9-fb404faeb2cc.jpg b/images/7b5c33d5-f99e-44a8-beb9-fb404faeb2cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12432877c990d3f0b733c767ca19336d0481c6c7 --- /dev/null +++ b/images/7b5c33d5-f99e-44a8-beb9-fb404faeb2cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30dd93c08deda47d3e63a3fe68129561af783aba18603b044805bd3b06ab2a5 +size 1426594 diff --git a/images/7b67a567-9c90-452d-8362-52513668b62f.jpg b/images/7b67a567-9c90-452d-8362-52513668b62f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d583a590fc7c02b4309af0a6e0fae0f4a66a5a1 --- /dev/null +++ b/images/7b67a567-9c90-452d-8362-52513668b62f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01372e1f8e523e15b0b3ca0cf6ce2e5686bd83b85a92dc21cb006d1ce6b39c9d +size 1817657 diff --git a/images/7b763722-0f0c-4cc3-988c-84ce8fd63b47.jpg b/images/7b763722-0f0c-4cc3-988c-84ce8fd63b47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22c480f5ada7edd3c9fa77d77165d27195ba3829 --- /dev/null +++ b/images/7b763722-0f0c-4cc3-988c-84ce8fd63b47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55109e321b962e957e6fac9e3776134098ff2c46e4942cb1aa8af158b1a53eb7 +size 1767435 diff --git a/images/7b777521-4587-43e3-bb9b-56cce1f40718.jpg b/images/7b777521-4587-43e3-bb9b-56cce1f40718.jpg new file mode 100644 index 0000000000000000000000000000000000000000..563e68357995ff10ca14b52d648d433ebc98e18f --- /dev/null +++ b/images/7b777521-4587-43e3-bb9b-56cce1f40718.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498edf87f0ddd0d4bea4a0917c3d3e4a2dc98f60627fdca2815d1bd50886b6de +size 1718968 diff --git a/images/7b7bc7fa-e8df-4eea-9fc6-d447322ca500.jpg b/images/7b7bc7fa-e8df-4eea-9fc6-d447322ca500.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b798acbb1d339c9a8df31dab3df9ff9b6998ef5 --- /dev/null +++ b/images/7b7bc7fa-e8df-4eea-9fc6-d447322ca500.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fa5987740c4e0bf79633f610f46c2cbb19e4ee92f65345e29a02df21a18e31 +size 1723193 diff --git a/images/7b97351a-b41d-4c93-a10a-442c60477201.jpg b/images/7b97351a-b41d-4c93-a10a-442c60477201.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6af10788e9e4ac9d764ecc4cbd021126c174814 --- /dev/null +++ b/images/7b97351a-b41d-4c93-a10a-442c60477201.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df377c07a0060163a1fbfbaf047dab4698210d52267762c2cff76eccb6ec6a3f +size 1777455 diff --git a/images/7b9b3be8-586c-494b-adbf-273753c2f7a6.jpg b/images/7b9b3be8-586c-494b-adbf-273753c2f7a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b47816f237c8e6fb7f8b2f6977d93dcffd11f95 --- /dev/null +++ b/images/7b9b3be8-586c-494b-adbf-273753c2f7a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1625e4c39c45b587d2c554d0736181209fff89fec46cc56fdabd4297b05533a3 +size 3584301 diff --git a/images/7b9fca56-718d-4def-a319-3a0f01551185.jpg b/images/7b9fca56-718d-4def-a319-3a0f01551185.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79175c4127865cca40cbd7dcddae6e7af25d6d95 --- /dev/null +++ b/images/7b9fca56-718d-4def-a319-3a0f01551185.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6fe4de33a6c69e77e8b0a218624d541b2cabd55963a41a87571ce5bca1da87 +size 1323738 diff --git a/images/7baf9373-d532-4410-b5b5-0f4f4c360776.jpg b/images/7baf9373-d532-4410-b5b5-0f4f4c360776.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1588a577efbfd1594ec5fcaa7a6a5f45d6141bc --- /dev/null +++ b/images/7baf9373-d532-4410-b5b5-0f4f4c360776.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb6b32af4d61101155538587e6be31092cc7822b067bef0237fda3ec792fe91 +size 1764700 diff --git a/images/7bb56fa9-3a11-4f87-ab20-241720353c00.jpg b/images/7bb56fa9-3a11-4f87-ab20-241720353c00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9efa5e9e729616ed42b89a85191d05d136b72d42 --- /dev/null +++ b/images/7bb56fa9-3a11-4f87-ab20-241720353c00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1963db00e44923db2cf9b630754754e9307986e830086ae22aad0b9e32bd86dd +size 2541841 diff --git a/images/7bb7fd85-90b5-472e-ac3b-a7967957905d.jpg b/images/7bb7fd85-90b5-472e-ac3b-a7967957905d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb5549e2a58e989435b2762aa5219fe5d8b5b5b8 --- /dev/null +++ b/images/7bb7fd85-90b5-472e-ac3b-a7967957905d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39efd1923c6527ebaf255b0762af94d8347f7afd244b0e4a0885d1d568456a7e +size 1944904 diff --git a/images/7bc1e924-fa98-4446-bd33-55a4e66cefb2.jpg b/images/7bc1e924-fa98-4446-bd33-55a4e66cefb2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21ff42f7b36679dc0812a4ee5f888057abd5c3ba --- /dev/null +++ b/images/7bc1e924-fa98-4446-bd33-55a4e66cefb2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222e9a35b3e7df636f675a7ee955f3465dd89cf6bc2e09bf7fe34da7325fc668 +size 1804264 diff --git a/images/7bc7696b-077d-4e36-bcfc-6f444a485664.jpg b/images/7bc7696b-077d-4e36-bcfc-6f444a485664.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d313e3aeb83c0df94f5fc539f869e18246e10794 --- /dev/null +++ b/images/7bc7696b-077d-4e36-bcfc-6f444a485664.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e478ef01ef354ddc37b57556c1572290a9718b75994c122412698f7f7ca3d505 +size 1247995 diff --git a/images/7bd8c58f-4008-415b-a242-dbd12af595e5.jpg b/images/7bd8c58f-4008-415b-a242-dbd12af595e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97fe59c385d220d7cd44b57723745fef7c451369 --- /dev/null +++ b/images/7bd8c58f-4008-415b-a242-dbd12af595e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3872c7bd051aa893b5a36898a4c5fb72320243d1fecdb31b1347035d964b69 +size 1612745 diff --git a/images/7be0056d-bef7-49fa-a459-514600482554.jpg b/images/7be0056d-bef7-49fa-a459-514600482554.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43c8db564aa032fd947ecaedeadec6698b7fff5f --- /dev/null +++ b/images/7be0056d-bef7-49fa-a459-514600482554.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97bb4915756bc9bc01ee2059eada8bbda0bfeab06310e3d2d3d02163a2cbfcb +size 1638882 diff --git a/images/7be00feb-002b-44e2-8ba1-6c48ba8032ed.jpg b/images/7be00feb-002b-44e2-8ba1-6c48ba8032ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5fa427452fb925d45d5d980700002d3324ba67f --- /dev/null +++ b/images/7be00feb-002b-44e2-8ba1-6c48ba8032ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a414fdb8f3ca8d134aeecf8fcc7dc7087e3892bd057ac618e05dc323ea4103 +size 1196147 diff --git a/images/7bed3299-8282-4935-85a1-77b0cd891712.jpg b/images/7bed3299-8282-4935-85a1-77b0cd891712.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95eb1f481ff74e9f805dc1765d700cef33b58258 --- /dev/null +++ b/images/7bed3299-8282-4935-85a1-77b0cd891712.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1dd0c824d06acf82c44645a40088dfd06838e29bbff5430078af2336453d78 +size 1629427 diff --git a/images/7bf13836-48c8-4474-8233-bb6c42fb26d2.jpg b/images/7bf13836-48c8-4474-8233-bb6c42fb26d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c867a7dc05ccd658a55bdc129ba4c1408ce30c01 --- /dev/null +++ b/images/7bf13836-48c8-4474-8233-bb6c42fb26d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68d398a41b917e8b31fd8a5488e95c96d17372fdbb59605c1691c0542916b60 +size 1475247 diff --git a/images/7bf55527-f20a-4a02-b5b3-b832595779f0.jpg b/images/7bf55527-f20a-4a02-b5b3-b832595779f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4e70a2739a0b01257e7a8bfbbebee9d409d3030 --- /dev/null +++ b/images/7bf55527-f20a-4a02-b5b3-b832595779f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971be73b70f2c36230d4fb229ada9783a633768a6ea1cb13f1761d36256069fb +size 1475989 diff --git a/images/7bff355d-1b61-4dcb-9257-16d3cfe6b3ad.jpg b/images/7bff355d-1b61-4dcb-9257-16d3cfe6b3ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5216db4edb7fcf9992f0be1a316679388034d12 --- /dev/null +++ b/images/7bff355d-1b61-4dcb-9257-16d3cfe6b3ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b5fb1eae34802c19da76923c8df3c4a4ed977eaa418791a7a6576f6068e062 +size 1563078 diff --git a/images/7c0d709f-e5b4-475e-88c5-415bc0948490.jpg b/images/7c0d709f-e5b4-475e-88c5-415bc0948490.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7b8d07884113e37c53b4cc8f629434086bccc2c --- /dev/null +++ b/images/7c0d709f-e5b4-475e-88c5-415bc0948490.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0159233b76ba22a265b93d94417588699898f54b0d00e5008ce05d4ef4203cbe +size 2381566 diff --git a/images/7c0dbe8c-787c-464f-957f-a75897cf8c89.jpg b/images/7c0dbe8c-787c-464f-957f-a75897cf8c89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb24a29ff081f34fd639e0f786f47414b99ff608 --- /dev/null +++ b/images/7c0dbe8c-787c-464f-957f-a75897cf8c89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713d8197451c2ac0c93528ebd1b10e5e00b8beaf35d4bed06565d3c2fa9b1892 +size 1543966 diff --git a/images/7c2c0694-4840-46f9-8185-7f5d72021871.jpg b/images/7c2c0694-4840-46f9-8185-7f5d72021871.jpg new file mode 100644 index 0000000000000000000000000000000000000000..586be4f6aa79aab0d2252b44d079ee03900950c1 --- /dev/null +++ b/images/7c2c0694-4840-46f9-8185-7f5d72021871.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa72e6050b8e35be8e372bb00d5f9d5f4e68b1cfa739cc5be2dc0b7878e396f +size 1796517 diff --git a/images/7c38abb5-8223-435e-a8ec-6f5bec2d1cb3.jpg b/images/7c38abb5-8223-435e-a8ec-6f5bec2d1cb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1186f4c862269548fcd5dfc51d07f7d313ff88d6 --- /dev/null +++ b/images/7c38abb5-8223-435e-a8ec-6f5bec2d1cb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86de3db0d23093a7e940bd226a6b58dcb2c960fbb313af98a738f457235e188 +size 1868794 diff --git a/images/7c3bda47-5f28-4d8d-b19e-2a56a61160d0.jpg b/images/7c3bda47-5f28-4d8d-b19e-2a56a61160d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c85709a65f8014b5d22318dcf343d65363b3799 --- /dev/null +++ b/images/7c3bda47-5f28-4d8d-b19e-2a56a61160d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab82879b5dfd3486a317535e2cd54df301d4a16021d0cef0a1d4e1579e0ef6a +size 1711954 diff --git a/images/7c3efb11-27a0-44d5-bf7b-318cb0e84be5.jpg b/images/7c3efb11-27a0-44d5-bf7b-318cb0e84be5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02c96d0edd7d2b0a221b1a2b548749bed4b3895c --- /dev/null +++ b/images/7c3efb11-27a0-44d5-bf7b-318cb0e84be5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201f94aaeb38c109b540abe3adee170a67b7fde998876b762fc505c4edd5148a +size 1416666 diff --git a/images/7c3fec56-99bf-4cdb-9e63-55b1e08d17d5.jpg b/images/7c3fec56-99bf-4cdb-9e63-55b1e08d17d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d80c0ee091407fab8430e9e8f1e3c9f4787a0ac --- /dev/null +++ b/images/7c3fec56-99bf-4cdb-9e63-55b1e08d17d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a296449e158b7cb936dc27a92a378d9295b1ba61777734b35079ece7d10e913a +size 1759743 diff --git a/images/7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a.jpg b/images/7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..799aeb8acdb520c94b40e0e81d6fdbaacfcf53de --- /dev/null +++ b/images/7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dad9f2df27919070e09e14ffdd1ffee33f0d0915405db22bc4a543ba09bf0e +size 1679654 diff --git a/images/7c44de86-9fe3-4c48-93b5-a8bd7fe237e5.jpg b/images/7c44de86-9fe3-4c48-93b5-a8bd7fe237e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c21bd274b8aba2e32f9c7ab5b74ace2b27af1a9 --- /dev/null +++ b/images/7c44de86-9fe3-4c48-93b5-a8bd7fe237e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4817226ce18c42b2ab6819e17f00a810b8f3f90033a910a3f1e84657401193d9 +size 1693592 diff --git a/images/7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7.jpg b/images/7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..474f0bb512f8d5f68299b54f1e23034bb05000a1 --- /dev/null +++ b/images/7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e6c77aed3e017a9e004aa0efe9ea5c8b8ad6757fede8b782ffd756f09f69cf +size 1113012 diff --git a/images/7c4a605b-f05c-453c-bca3-2d8438769dc4.jpg b/images/7c4a605b-f05c-453c-bca3-2d8438769dc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f191a54ede5574ec3cd341c448c26d68cbbae7dc --- /dev/null +++ b/images/7c4a605b-f05c-453c-bca3-2d8438769dc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4fc6b468b055f12102fb8a1dba4cf710e56eb15b10f1bc4ad08437081613ef +size 1195627 diff --git a/images/7c5d39de-767d-49f8-acf7-f94a68d467d1.jpg b/images/7c5d39de-767d-49f8-acf7-f94a68d467d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d1fce191676173a94b406d80964b02c7ab70566 --- /dev/null +++ b/images/7c5d39de-767d-49f8-acf7-f94a68d467d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09324838032bd2b71f1c35070774d3cb8c09d6236f8dca54f9150aec55cd4600 +size 1603444 diff --git a/images/7c64f48a-4721-42a1-974b-34152ac47ea7.jpg b/images/7c64f48a-4721-42a1-974b-34152ac47ea7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a18031b02f85b05fe36406af66905847a3993a4e --- /dev/null +++ b/images/7c64f48a-4721-42a1-974b-34152ac47ea7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706bb299870a11e159ad292b2088c9a5dc573bde84bfdb26d36edf3bab29ac11 +size 1152021 diff --git a/images/7c75b6f3-06fd-49f4-8877-287891a6ed93.jpg b/images/7c75b6f3-06fd-49f4-8877-287891a6ed93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e633445def4ef10b25bc1bf9555bbd8a61bc0fca --- /dev/null +++ b/images/7c75b6f3-06fd-49f4-8877-287891a6ed93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d5b16230c29d522db8129119f6b03a5f363883be294274539dca9c2369ed32 +size 1784367 diff --git a/images/7c7a4b20-c075-4024-b511-9afd05a8afda.jpg b/images/7c7a4b20-c075-4024-b511-9afd05a8afda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c8c4cd3b61c1a283ecaaa939cd24ad37fc62b6f --- /dev/null +++ b/images/7c7a4b20-c075-4024-b511-9afd05a8afda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d307137f5aa85f4a60fc7bbf4e828b3a5abbfc46d327b5f6b2ad9df528ea0fb7 +size 1663148 diff --git a/images/7c7e0c48-3e59-4498-b821-5a3c66948f3b.jpg b/images/7c7e0c48-3e59-4498-b821-5a3c66948f3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ba14ccba37c21295670b219c0026412542b2844 --- /dev/null +++ b/images/7c7e0c48-3e59-4498-b821-5a3c66948f3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18f2bdf00ce9568ab5483c6635b34c13454c3feecd07165ff6e374914b47638 +size 1535430 diff --git a/images/7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16.jpg b/images/7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5ac76b0114847ef5e1ffe9338db4833be0c184 --- /dev/null +++ b/images/7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7103f54ff33abfa12788e9237767c35d9606152f24450df8259ab8f9fef1e8 +size 1363177 diff --git a/images/7c8a6675-e23c-4eaa-a1ac-9dcd29c35589.jpg b/images/7c8a6675-e23c-4eaa-a1ac-9dcd29c35589.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45cf9c5c406819dfe924aaa481175449c0c22176 --- /dev/null +++ b/images/7c8a6675-e23c-4eaa-a1ac-9dcd29c35589.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac906864a94d4ba2dc555e2029b909a479dcdfd6cf798472efe521f82e6e50ab +size 1582869 diff --git a/images/7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf.jpg b/images/7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e8c4cf5e3aa279b917f50c32611fec691773ba5 --- /dev/null +++ b/images/7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a6bae481ec366757a88a0937b6609508df91fc75195e779d5c5817cc8f5d3e +size 1450093 diff --git a/images/7c974470-06d9-444f-b5b2-ab771f27ba2b.jpg b/images/7c974470-06d9-444f-b5b2-ab771f27ba2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..773d65dfdc852bc6fc10cdb59d311ad5586bbf46 --- /dev/null +++ b/images/7c974470-06d9-444f-b5b2-ab771f27ba2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e4712dd86a483c554d2b1bcff66ebdaed9be38ace160575140e592dc6a965 +size 1463436 diff --git a/images/7c975c8c-ac81-42af-8b29-12452cddfa95.jpg b/images/7c975c8c-ac81-42af-8b29-12452cddfa95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20e69dc72ed93e94a632e0eec43e270b4c1cf606 --- /dev/null +++ b/images/7c975c8c-ac81-42af-8b29-12452cddfa95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d1a461caf577bc2833f38820e35614cf741b11049343f90edb4c438f8b5f96 +size 1320048 diff --git a/images/7c9a6eba-9ecd-4171-b72e-46126618512e.jpg b/images/7c9a6eba-9ecd-4171-b72e-46126618512e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f8bcb2bb5c5b2b91e6705a298501cd5c6f8d68b --- /dev/null +++ b/images/7c9a6eba-9ecd-4171-b72e-46126618512e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed2e7dcfd788cab0e9783e4121af4567e5f89c1f12b8f8195d71dd99ff41e55 +size 1377445 diff --git a/images/7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd.jpg b/images/7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67b564028c3f8d33c670d37e043bdcde3f23851e --- /dev/null +++ b/images/7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf6d3cb0801a182af14640499e49b70e2e25f50c80bac130d5bf185e19b311a +size 1637360 diff --git a/images/7ca7271a-a9a6-4c7c-84af-b6fa0db579fb.jpg b/images/7ca7271a-a9a6-4c7c-84af-b6fa0db579fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6e66b2a14e555306938fa5ea6293da2fbb11ee6 --- /dev/null +++ b/images/7ca7271a-a9a6-4c7c-84af-b6fa0db579fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748d2436d3c33401bc351f02246cbdc1801c0d39b5b5ecdc4d4670bc9227c291 +size 1185910 diff --git a/images/7caae373-9d24-4aec-92d1-0f179a0ce196.jpg b/images/7caae373-9d24-4aec-92d1-0f179a0ce196.jpg new file mode 100644 index 0000000000000000000000000000000000000000..712d91d4ea35b97ad40d50013964cf419adb9899 --- /dev/null +++ b/images/7caae373-9d24-4aec-92d1-0f179a0ce196.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8318f0a061dd7ba1cab6b349a1a831832f56aca169585d33998edca7b8812b59 +size 1370890 diff --git a/images/7caf39ae-6f13-405c-8d70-e7e442237434.jpg b/images/7caf39ae-6f13-405c-8d70-e7e442237434.jpg new file mode 100644 index 0000000000000000000000000000000000000000..815e589e27ed400f62dd231b49d6756e8bbcc8d4 --- /dev/null +++ b/images/7caf39ae-6f13-405c-8d70-e7e442237434.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d49b37c14ff7e214ede1fa25baf11d28ddcc85069ed3ff12da1e880e64bc12 +size 1768540 diff --git a/images/7cbb863d-d7e8-4121-a6c6-d9899bc031d5.jpg b/images/7cbb863d-d7e8-4121-a6c6-d9899bc031d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..461ba42d9a1fa9c4b4a4bb78de7a77f77ccb823e --- /dev/null +++ b/images/7cbb863d-d7e8-4121-a6c6-d9899bc031d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0501098e5489734ac2ef15f3404df61b41e008132be1928ec1881ca55df7541f +size 1544567 diff --git a/images/7cc62f98-6928-4447-9c09-97971388babf.jpg b/images/7cc62f98-6928-4447-9c09-97971388babf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a66c8da8600fdca61a858d660514e2564b4a68e1 --- /dev/null +++ b/images/7cc62f98-6928-4447-9c09-97971388babf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd82ecac9aff18e3bf4f1c2e47abcd63527ff8eecb4ccbf9f6a7b279e49f2b +size 2028883 diff --git a/images/7cd4b861-bf00-490a-a845-f9e282903ef7.jpg b/images/7cd4b861-bf00-490a-a845-f9e282903ef7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a16d13b6d5df1942feb91b69f172d316da520c9d --- /dev/null +++ b/images/7cd4b861-bf00-490a-a845-f9e282903ef7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8471e5ff27ed3ee37916b15bfde9a8fcb288acd26fe74f4d3524c4c5bd5d33 +size 1152569 diff --git a/images/7cde5fba-b5c7-4250-9f29-a6609933e5bd.jpg b/images/7cde5fba-b5c7-4250-9f29-a6609933e5bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8bf5cf7ea072682bcf237599b639b151fcf4d19 --- /dev/null +++ b/images/7cde5fba-b5c7-4250-9f29-a6609933e5bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c86d9f776f95427bfae413c6c36072fd0632f2cde31396272673703abce442 +size 1573335 diff --git a/images/7ce39891-1999-4e2f-bdaf-aa27b9c8ba24.jpg b/images/7ce39891-1999-4e2f-bdaf-aa27b9c8ba24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10aa88128d112bdcc12540f39b3f6d2e8566fd37 --- /dev/null +++ b/images/7ce39891-1999-4e2f-bdaf-aa27b9c8ba24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2f315eb2e8192180fcc0200361b2974f6f9f205efa08a6544ecd54950650c0 +size 1617072 diff --git a/images/7ce41611-74ea-4919-a3ee-60bfc7aba514.jpg b/images/7ce41611-74ea-4919-a3ee-60bfc7aba514.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd1a01d8092e327832bd92f6f156d6663cc26e18 --- /dev/null +++ b/images/7ce41611-74ea-4919-a3ee-60bfc7aba514.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c75e2b5318b969fcb72baf74c2986df92e6b2a3f9550326b9f673392c3417c0 +size 1487548 diff --git a/images/7ce84716-4ad5-4740-8805-8ebeb46f7fda.jpg b/images/7ce84716-4ad5-4740-8805-8ebeb46f7fda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52abe911a39d5466b3b5a9f263f02b30d3ddb34e --- /dev/null +++ b/images/7ce84716-4ad5-4740-8805-8ebeb46f7fda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6b7960cd5b68ea9fcfac71eeb96ed51b8e19a6831954784fd3e1dbb2f474c4 +size 1521849 diff --git a/images/7cf538cb-14b1-412a-ac0c-607d0a364cc8.jpg b/images/7cf538cb-14b1-412a-ac0c-607d0a364cc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..623cdf39e8c0cd77abe0e2cf2649badf8555b19b --- /dev/null +++ b/images/7cf538cb-14b1-412a-ac0c-607d0a364cc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5c9bdf243b64f606cc7841a79815a1772c8edbf537a2696f6cd43b41fef1f8 +size 2323975 diff --git a/images/7cf77457-23f0-49bb-b135-24b6a5159d7c.jpg b/images/7cf77457-23f0-49bb-b135-24b6a5159d7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6000134a3b87d9025e130e6df1fc235bcce5418 --- /dev/null +++ b/images/7cf77457-23f0-49bb-b135-24b6a5159d7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960f7dba6a43b895cf8b85f82124edb9d0fbd1dda6d65f3a933b1082433474f0 +size 1275630 diff --git a/images/7d0cd4e2-5a6b-4d86-b526-ab09fd070006.jpg b/images/7d0cd4e2-5a6b-4d86-b526-ab09fd070006.jpg new file mode 100644 index 0000000000000000000000000000000000000000..178eb95c4d3b14b56ea3269b937984cd49248e09 --- /dev/null +++ b/images/7d0cd4e2-5a6b-4d86-b526-ab09fd070006.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f74bfed4c1b695b683f665f22ddccec2f5cc3e3e4fbfb7faf4d4a641c5cb43 +size 1704600 diff --git a/images/7d156b09-03e6-4540-b798-63730adf4b15.jpg b/images/7d156b09-03e6-4540-b798-63730adf4b15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc5f2ebdff902dcf4a3badfa410bdc252368f9c --- /dev/null +++ b/images/7d156b09-03e6-4540-b798-63730adf4b15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be5320851e8d5b81457db10969c6377707f04e5499198eb29b2c96fc874213c +size 1414213 diff --git a/images/7d159ea9-7ae4-4d7e-a8ac-162db74ee48f.jpg b/images/7d159ea9-7ae4-4d7e-a8ac-162db74ee48f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d84dab30c2d49c97824d3897b1e20d62934c22e --- /dev/null +++ b/images/7d159ea9-7ae4-4d7e-a8ac-162db74ee48f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab6d9be3e7721deab84a87931e5df071a5c488431beee633517f4fc6d5ad0c2 +size 1381607 diff --git a/images/7d19ac22-1563-4952-86d9-afb4d29ab073.jpg b/images/7d19ac22-1563-4952-86d9-afb4d29ab073.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b11a13f259a0f4e1b8f5fce12a17eb1f1e7ec9c --- /dev/null +++ b/images/7d19ac22-1563-4952-86d9-afb4d29ab073.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7e3935cd78bfc4f92ec5f6cf8c7886f074030c07ae66f1688954f8f5996992 +size 1665061 diff --git a/images/7d1c1672-2a9e-40cb-8a10-6628091ebd9a.jpg b/images/7d1c1672-2a9e-40cb-8a10-6628091ebd9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26b859d477b64ba2352c8426c5976fd0136a77de --- /dev/null +++ b/images/7d1c1672-2a9e-40cb-8a10-6628091ebd9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57d61bb5fd0285f9c4d6808fc6f6ae28a14e1d29bab32d6f34fcefd99845ceb +size 1440414 diff --git a/images/7d1fedab-599f-45d9-afb4-82e09343f4d8.jpg b/images/7d1fedab-599f-45d9-afb4-82e09343f4d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27f64490666387bb78d73c18041695414302f03f --- /dev/null +++ b/images/7d1fedab-599f-45d9-afb4-82e09343f4d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf30b6e0931c1fe1b6273cb569cff9feba9cce6748f65ddbd49f4ca0b116857c +size 1617503 diff --git a/images/7d225c48-5dee-4907-8b28-28ef7089b009.jpg b/images/7d225c48-5dee-4907-8b28-28ef7089b009.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6195d9bb6ac67c0f9c15d8e2b606200ad997afb --- /dev/null +++ b/images/7d225c48-5dee-4907-8b28-28ef7089b009.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b3b52ca26ab4ae2e39c3a79e10f132b690ba763eb4451d89e9d8ce38332fb2 +size 1712686 diff --git a/images/7d2d4edd-e9ec-496d-bbba-57297fba2e50.jpg b/images/7d2d4edd-e9ec-496d-bbba-57297fba2e50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5fd0850fc11af85c3a68d3d486883c3bcfbd7d6 --- /dev/null +++ b/images/7d2d4edd-e9ec-496d-bbba-57297fba2e50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec0f8279606d4c6561410b8bfc3ea17770eb8e5e1fd4605408b8d589c5c77d7 +size 1696198 diff --git a/images/7d325e47-006e-4240-a657-53e8b8e144ab.jpg b/images/7d325e47-006e-4240-a657-53e8b8e144ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52c1c5767e4d81351dc709dcbb35e013aaa771d7 --- /dev/null +++ b/images/7d325e47-006e-4240-a657-53e8b8e144ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a6c1d53b46eeec8012438cc83fc4a51a32419b34ef586be6b15e0d280eb5b +size 1543896 diff --git a/images/7d3468bb-0533-4d3e-b435-0c7a2409a65d.jpg b/images/7d3468bb-0533-4d3e-b435-0c7a2409a65d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64051d4fd67d3484125213d35e32bd75148549de --- /dev/null +++ b/images/7d3468bb-0533-4d3e-b435-0c7a2409a65d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c466f2a86c71770a6e097467c4a53dd1eb5628100223ba53ccc1edf39f7d7b58 +size 2535454 diff --git a/images/7d3e3820-7c04-4b69-8e18-b27043f15022.jpg b/images/7d3e3820-7c04-4b69-8e18-b27043f15022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7757f21516aa4579595f6a39960eecbb91f80bc6 --- /dev/null +++ b/images/7d3e3820-7c04-4b69-8e18-b27043f15022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f26187ad861f34fc0762da25b25a63e2eadac75f93693c750b472de2cb72f7 +size 1633761 diff --git a/images/7d5a403e-2953-4b66-b56e-f1fdc058b5e7.jpg b/images/7d5a403e-2953-4b66-b56e-f1fdc058b5e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e00ddcf92e6afe0160fd52f8643688889e72fccd --- /dev/null +++ b/images/7d5a403e-2953-4b66-b56e-f1fdc058b5e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3c63af04d2f4d2789438ced0a4be085f258e617861f48ec66e2f8a26532645 +size 2836956 diff --git a/images/7d5d3326-31ad-4d75-aa60-332831fed3b7.jpg b/images/7d5d3326-31ad-4d75-aa60-332831fed3b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83bb4532779177aeb977148527fe2563f9613d78 --- /dev/null +++ b/images/7d5d3326-31ad-4d75-aa60-332831fed3b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4b25075e9dc13d2d013137656c64e8d463f9784c487d51ff388748dc8d5e4b +size 1895998 diff --git a/images/7d5d3628-16eb-4f28-a1a1-e345eb81102f.jpg b/images/7d5d3628-16eb-4f28-a1a1-e345eb81102f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca12ea2daf410c611a33eefb080a2907fa50c187 --- /dev/null +++ b/images/7d5d3628-16eb-4f28-a1a1-e345eb81102f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b17c66cb4debbddb31a76380e46e2e8822ed05a0fc0911e485ede68ddf91a8e +size 1605465 diff --git a/images/7d647302-46a8-4545-828e-9d6bb116cb1c.jpg b/images/7d647302-46a8-4545-828e-9d6bb116cb1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44ed53871dc15ffd27723b646d0e7313503dcb99 --- /dev/null +++ b/images/7d647302-46a8-4545-828e-9d6bb116cb1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a212647758602d74c4cf0e4926963f06c7e08ca89c0233e7baec5858d57b4f +size 2366222 diff --git a/images/7d6a33c8-3457-425b-a158-3175d4c76050.jpg b/images/7d6a33c8-3457-425b-a158-3175d4c76050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c839c208831e7d58643ff59e7af07a295bf54148 --- /dev/null +++ b/images/7d6a33c8-3457-425b-a158-3175d4c76050.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65dbe9b87270b0c29667e670d91038242739f7c2dc7089e8dfdb32922219eaf +size 1606845 diff --git a/images/7d6b2724-b911-47a4-9989-a0ea30d95b95.jpg b/images/7d6b2724-b911-47a4-9989-a0ea30d95b95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33cb51a93d1e29b0d1c54ea2da4ae770a72cd07d --- /dev/null +++ b/images/7d6b2724-b911-47a4-9989-a0ea30d95b95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4823833b099b7e9fcfc6418505022741d22d82f093f70d45936408185f098083 +size 1955448 diff --git a/images/7d761684-906c-4964-8911-3d124a3ae0af.jpg b/images/7d761684-906c-4964-8911-3d124a3ae0af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e881c6b02eab0f78bb72e0088c572d8adfca796e --- /dev/null +++ b/images/7d761684-906c-4964-8911-3d124a3ae0af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674368dd83bf1ceb9fcb7c6ff8c1b4feb07341163a3d5cc0b0512d03044fbe91 +size 1500415 diff --git a/images/7d781998-ab2a-47c0-8f95-2ab4aa913486.jpg b/images/7d781998-ab2a-47c0-8f95-2ab4aa913486.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4cff5c529ff25c3821400e7e43ffa5c6d07cf83 --- /dev/null +++ b/images/7d781998-ab2a-47c0-8f95-2ab4aa913486.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09737235a08bd81a263cc09104c7ff5aca3f90219316f4d31a15e2084cabfa89 +size 1660936 diff --git a/images/7d799099-5134-4c75-9c83-8b3b41233e9d.jpg b/images/7d799099-5134-4c75-9c83-8b3b41233e9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96355b7dd402199c00bfc80574de156964921047 --- /dev/null +++ b/images/7d799099-5134-4c75-9c83-8b3b41233e9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeeab33deafbf8bbf1c69383f4601742cea35518fa46d1c3869f3dfbadb5f32f +size 1980814 diff --git a/images/7d7fbf23-e8af-4b60-a3d0-95bab8593e04.jpg b/images/7d7fbf23-e8af-4b60-a3d0-95bab8593e04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e94f48bd5f3edc2ebee07b478bda226eaf7775c5 --- /dev/null +++ b/images/7d7fbf23-e8af-4b60-a3d0-95bab8593e04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabd90d7214110e7b108737437931238a62d2d731e7e3fdf6d73768b86494831 +size 1589363 diff --git a/images/7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8.jpg b/images/7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d3f5f561233a567a807575377f5a5a60baaa973 --- /dev/null +++ b/images/7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6b4b09fd68f623980555273faf3302a14116e26ffd3a3fe56b34b15693e27c +size 1611456 diff --git a/images/7d85d16f-0af2-4aef-955a-1a6d72ac2e26.jpg b/images/7d85d16f-0af2-4aef-955a-1a6d72ac2e26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c786b0d5dc6c6c09746adf2dedf574192401b79c --- /dev/null +++ b/images/7d85d16f-0af2-4aef-955a-1a6d72ac2e26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43771291dd6562954cdfee4088b99e68e833059ad1572750c0fa3cd9598a5f0 +size 1461404 diff --git a/images/7d95e914-3cc6-4eab-a80c-95a59c1379a6.jpg b/images/7d95e914-3cc6-4eab-a80c-95a59c1379a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d49c830d7f9ede8d63284791b51162dd1141e530 --- /dev/null +++ b/images/7d95e914-3cc6-4eab-a80c-95a59c1379a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632f9649293b3a355036676d831205d70deb89a88e75c0defbb2e2dfe1a0ec7a +size 1477597 diff --git a/images/7d99898a-dc15-4f25-9dea-c3eb7a794960.jpg b/images/7d99898a-dc15-4f25-9dea-c3eb7a794960.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08199d4c9bb6c6bc4837a61db2e0abf9602ac2f3 --- /dev/null +++ b/images/7d99898a-dc15-4f25-9dea-c3eb7a794960.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bb505372d6cd682ec28fee4425a548a9601c3da3004be979e99565125da8aa +size 1157354 diff --git a/images/7da3108b-cbf3-4d34-8d53-0687bc22547e.jpg b/images/7da3108b-cbf3-4d34-8d53-0687bc22547e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df1cee3815ed657fedb894339bb2f88118ad82b --- /dev/null +++ b/images/7da3108b-cbf3-4d34-8d53-0687bc22547e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e24ae277638b0f2c0c45ccd1a7c96a650e9e6e6713ebfee046fafff18120e5 +size 1615418 diff --git a/images/7db04934-4123-488d-a13e-f8fcd6c89eff.jpg b/images/7db04934-4123-488d-a13e-f8fcd6c89eff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9abb4e84c6b217f9c2c6bb4af3af000f8023478f --- /dev/null +++ b/images/7db04934-4123-488d-a13e-f8fcd6c89eff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1712519706e17ed89267a9adc2877dc56ae252f120bc1613af0834f04d3c24 +size 1611417 diff --git a/images/7db1c0c4-7319-4175-bdf6-25bd3c416399.jpg b/images/7db1c0c4-7319-4175-bdf6-25bd3c416399.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c71a779a44310ebbafb50b7fbb0b8d2dcf525d82 --- /dev/null +++ b/images/7db1c0c4-7319-4175-bdf6-25bd3c416399.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ef9cc59a4029576312342042114820c223a85365b3bad4c0cb7ac60b955191 +size 2414001 diff --git a/images/7db35419-9c70-4bec-85f6-323e14dcb885.jpg b/images/7db35419-9c70-4bec-85f6-323e14dcb885.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f894675edf7ba1e89601c5d0c4c01069c7c96a0 --- /dev/null +++ b/images/7db35419-9c70-4bec-85f6-323e14dcb885.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81040f04bd2bd3c0bd0db6d564e3ca27ff2f8d9969f4178d1bc1a58e317e1edd +size 2130310 diff --git a/images/7dbcc6b5-4569-4338-ade4-858a34dd87fa.jpg b/images/7dbcc6b5-4569-4338-ade4-858a34dd87fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5e0127a0b8dff28cc35cf7b85cc1b6a752d7302 --- /dev/null +++ b/images/7dbcc6b5-4569-4338-ade4-858a34dd87fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd8aae70bb4b25ff7a1e625ca737cebee1e791997aefea5ec4de4d95e2aeaff +size 1539029 diff --git a/images/7dbebb11-8ce8-4c3b-b55f-ed5f1c546150.jpg b/images/7dbebb11-8ce8-4c3b-b55f-ed5f1c546150.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7817fea0685deab9d16bc0870f30bf6034783085 --- /dev/null +++ b/images/7dbebb11-8ce8-4c3b-b55f-ed5f1c546150.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c219f69ff8c2c99c8013fab4c309a1b062b552aadb20695a50c9f5b26eb80539 +size 1735626 diff --git a/images/7dc16e7e-1a7d-4303-a943-88b67e2ff3d4.jpg b/images/7dc16e7e-1a7d-4303-a943-88b67e2ff3d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1505d5265d1c707dab5f838ea7c81ebb94874fc7 --- /dev/null +++ b/images/7dc16e7e-1a7d-4303-a943-88b67e2ff3d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58875a1fd875f2408bddf62d7a0306b8010f0be7faee8fe2c5e2cfccc82e7f6c +size 1753638 diff --git a/images/7dc2f263-3134-4a22-a832-c41aa3851adc.jpg b/images/7dc2f263-3134-4a22-a832-c41aa3851adc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f145d93734dfbc119967c5e5ffa0337fa19ba13 --- /dev/null +++ b/images/7dc2f263-3134-4a22-a832-c41aa3851adc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb1b7d710a1fc55783acbc85ac2bdc96925b722d8f7855874b8cca99b600ea8 +size 1772532 diff --git a/images/7dc73f90-1bef-40da-80b2-8c79ba20e145.jpg b/images/7dc73f90-1bef-40da-80b2-8c79ba20e145.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53d8e8501eca69aa60322f7e7f07d63d7cff28fe --- /dev/null +++ b/images/7dc73f90-1bef-40da-80b2-8c79ba20e145.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93ee3addd7305c7ba78e69887b93c2eda6a352da8ed211d8b25648de65c54e9 +size 2886363 diff --git a/images/7dc75072-3408-4218-ae6c-43a722e8caf1.jpg b/images/7dc75072-3408-4218-ae6c-43a722e8caf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae5ec1324ac2a872e1dee937fdb2283ebc3fd7b --- /dev/null +++ b/images/7dc75072-3408-4218-ae6c-43a722e8caf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9466684dfd9c85c92bf78186805864855417903091cea4c3fbfc074a42dafd43 +size 1745078 diff --git a/images/7dc8ee5b-b4f7-4948-95c7-0603614c66a1.jpg b/images/7dc8ee5b-b4f7-4948-95c7-0603614c66a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93bbdbad23a660905506096eae016d44351f32ca --- /dev/null +++ b/images/7dc8ee5b-b4f7-4948-95c7-0603614c66a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa4a2fc8bdfb4136e0e6a7dfc3c558da2071216aa735d10ac808dcaeb6e72de +size 1674243 diff --git a/images/7dd71c3e-abbf-433e-a64f-1a7bb01875c1.jpg b/images/7dd71c3e-abbf-433e-a64f-1a7bb01875c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49b22f84667818949c13945e217e6f01714b4658 --- /dev/null +++ b/images/7dd71c3e-abbf-433e-a64f-1a7bb01875c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1a2b47e9a4d0fe57a38088463b376e120e74b61fcfaa364d6790912989d23 +size 2250047 diff --git a/images/7dd84c0c-d39e-4fd4-8361-b6b14fafce5e.jpg b/images/7dd84c0c-d39e-4fd4-8361-b6b14fafce5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd1beaeb6d18ae02b249b558efb56d8ffe9388ac --- /dev/null +++ b/images/7dd84c0c-d39e-4fd4-8361-b6b14fafce5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5bea4eb1a8f2e5293e81621ae479bd1589f2fbb3730a629348276e93ea43f7 +size 1425594 diff --git a/images/7dde158b-be97-4e54-8d8f-eb906d2efb69.jpg b/images/7dde158b-be97-4e54-8d8f-eb906d2efb69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88817821bf0373ab0464339b4ca3e873f0960fcc --- /dev/null +++ b/images/7dde158b-be97-4e54-8d8f-eb906d2efb69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5cfa733ddda89c01ccaa1ff8ea49e08ea715f193916417a8ca12ad068b7da0 +size 1626703 diff --git a/images/7de0359b-0ebd-4756-a543-8cab6408cfa6.jpg b/images/7de0359b-0ebd-4756-a543-8cab6408cfa6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a7bb6c1c6fd91c346cbdf58174b5c75b84f65cd --- /dev/null +++ b/images/7de0359b-0ebd-4756-a543-8cab6408cfa6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264c8f74aa591f65fbd2175e7821fe742256a3fca8c59b855c80798ec26b96fe +size 1436056 diff --git a/images/7de0d775-3c06-42f1-acc5-1509c3203a81.jpg b/images/7de0d775-3c06-42f1-acc5-1509c3203a81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac9cb14b17d214332dc565bdea67bc4fd4e04d5d --- /dev/null +++ b/images/7de0d775-3c06-42f1-acc5-1509c3203a81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9365c9255082a2fbbc739d54f1c2462448c96697a7113417e6f23d3091b0fd39 +size 1722732 diff --git a/images/7dec67ba-896a-44bd-b1e2-1576e391201d.jpg b/images/7dec67ba-896a-44bd-b1e2-1576e391201d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64b86c57370aeb9e2d717a23186a67bec434013a --- /dev/null +++ b/images/7dec67ba-896a-44bd-b1e2-1576e391201d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfc1539d67acb4cea87cafbdc97bb30b2c53c8f48d64e49e0991db9f6040e2f +size 1537322 diff --git a/images/7df22e18-3d07-4f64-8238-03a6b4474d23.jpg b/images/7df22e18-3d07-4f64-8238-03a6b4474d23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6997ab6ad2d2d4009704355b6933dfff5574dbdb --- /dev/null +++ b/images/7df22e18-3d07-4f64-8238-03a6b4474d23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c62dea60e5abb0dcc42fe261126c9ec2d7703dc3a6ccffe2002c0a9517d4d9 +size 1682611 diff --git a/images/7df4033b-4bae-4b49-a0ed-3de6296d022c.jpg b/images/7df4033b-4bae-4b49-a0ed-3de6296d022c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67685bf85e52463a0b69ed35bac44350b28a2423 --- /dev/null +++ b/images/7df4033b-4bae-4b49-a0ed-3de6296d022c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b59d7f82caba581bbc1ef59cf6ef8c27454eb1c3a28c54f4442865f331ace3b +size 1372088 diff --git a/images/7df82d84-8fa0-440f-98fa-ee949579146e.jpg b/images/7df82d84-8fa0-440f-98fa-ee949579146e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0737ab5da57c36a1fc534872c177ed1f3582bf59 --- /dev/null +++ b/images/7df82d84-8fa0-440f-98fa-ee949579146e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd322f04062dd53c4f12c2525887ed99acc98f0625bf6380a8952f4484d04cf +size 1781048 diff --git a/images/7dfb60b4-eea1-4aaf-b888-fd6c91757876.jpg b/images/7dfb60b4-eea1-4aaf-b888-fd6c91757876.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47cd89898ea87fdf800d458ebaa0763aee5a57c3 --- /dev/null +++ b/images/7dfb60b4-eea1-4aaf-b888-fd6c91757876.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9495d3c64e1f3a21ec4d56f94202bed67c0d1df6cfd14518c4c677da29c04fe3 +size 1547780 diff --git a/images/7dfbe471-e601-4272-8379-b6724bdb5ef5.jpg b/images/7dfbe471-e601-4272-8379-b6724bdb5ef5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09c14b624b85c7880ca5d16a379ab50d675d8d97 --- /dev/null +++ b/images/7dfbe471-e601-4272-8379-b6724bdb5ef5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cec71f52315aab3902510a98c390287bc5be35978148c38cab7ab032ab5f6df +size 1432409 diff --git a/images/7e10afa4-4677-43b9-8e07-6e629ef31a30.jpg b/images/7e10afa4-4677-43b9-8e07-6e629ef31a30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30f99cc1dc8bdbfd4dbb2bd27de7cc0d72f294aa --- /dev/null +++ b/images/7e10afa4-4677-43b9-8e07-6e629ef31a30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0a7900f6cb00265c40b5f0abcfc91533fe38b449769d45dfe173fc1b755f1a +size 1747647 diff --git a/images/7e34ef8c-6da5-41c5-9994-89d1557fdd2f.jpg b/images/7e34ef8c-6da5-41c5-9994-89d1557fdd2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..629630418e257dc531087a72acface8de74bace2 --- /dev/null +++ b/images/7e34ef8c-6da5-41c5-9994-89d1557fdd2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6823cab5ae6eaa01ca693d8fe42797bc62d0f4165e4b5dd92c1c29fa4bad707c +size 1624181 diff --git a/images/7e376cae-9421-4c2b-9a4b-7ae8f08b9f74.jpg b/images/7e376cae-9421-4c2b-9a4b-7ae8f08b9f74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08853d8504348a4bbfcb211fe9dd2158530a1ca2 --- /dev/null +++ b/images/7e376cae-9421-4c2b-9a4b-7ae8f08b9f74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815622905938a6a46a49106f23f386b91cf5c0c6bdf2ae542f3ffe065a12ea63 +size 2454980 diff --git a/images/7e3db461-0cd8-427a-b43b-fd84a8d7cf14.jpg b/images/7e3db461-0cd8-427a-b43b-fd84a8d7cf14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b95521c1a83454d30cc4ae2a8e71753f46bac163 --- /dev/null +++ b/images/7e3db461-0cd8-427a-b43b-fd84a8d7cf14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae43899f4b02cad48d2b613f3e016f8f24cccb99024096c91c72acb102a1dccb +size 1264497 diff --git a/images/7e51cabf-0385-4485-a1c8-79659761c068.jpg b/images/7e51cabf-0385-4485-a1c8-79659761c068.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4f16577980fcd15ce3ae61765cc449caac216f7 --- /dev/null +++ b/images/7e51cabf-0385-4485-a1c8-79659761c068.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1e27a823d03bb5fa740dc0620b6df5f6882eeeb798e782f76baa784b634ec7 +size 1459643 diff --git a/images/7e537c77-1745-40ea-afaa-fc09adb0ed24.jpg b/images/7e537c77-1745-40ea-afaa-fc09adb0ed24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6389df87b928d71e3ac68b0fb8df64e79fa7574a --- /dev/null +++ b/images/7e537c77-1745-40ea-afaa-fc09adb0ed24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d282654bb4e2758e9df883381dcab5a54d9f4e405b1622a8429298e13126442 +size 1738887 diff --git a/images/7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4.jpg b/images/7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6b581293b303857c757c3293dd37857246bd1b8 --- /dev/null +++ b/images/7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980acdddc3bf7085df53e3dd415f843c0a0e81454757b21b743afd7a8372764c +size 1467109 diff --git a/images/7e559506-636b-42f3-976e-5ccf20fedec6.jpg b/images/7e559506-636b-42f3-976e-5ccf20fedec6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c87f1e9f4a6af938f8fd3c1c879d141a1a557020 --- /dev/null +++ b/images/7e559506-636b-42f3-976e-5ccf20fedec6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d62bef7af05a26fcbe04d6c0f0e7353297735a63d426c8b712890ee99d36a33 +size 1650966 diff --git a/images/7e6eb237-4852-4fdd-bb59-e4ec180028f8.jpg b/images/7e6eb237-4852-4fdd-bb59-e4ec180028f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57a41ee05e5630484217f4a067e1f0fa73dfda9 --- /dev/null +++ b/images/7e6eb237-4852-4fdd-bb59-e4ec180028f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42eefaaf6909fd250290637960f21d411b36f916614fe014ad47a0af56ed0bd7 +size 1801757 diff --git a/images/7e719d9c-439d-4643-a454-9d4480beb337.jpg b/images/7e719d9c-439d-4643-a454-9d4480beb337.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aef1b46f32ef2c01ff5c07abc97ddd70921a2f5a --- /dev/null +++ b/images/7e719d9c-439d-4643-a454-9d4480beb337.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852b96374a5cdd553aac824adf4883cfed7b75c64723d60f51eda58b0d5a3534 +size 1246800 diff --git a/images/7e769520-b9e7-4fdc-ab5a-0e4451acb097.jpg b/images/7e769520-b9e7-4fdc-ab5a-0e4451acb097.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a41a9903993f4128c4835fa749a9d591343b1f2b --- /dev/null +++ b/images/7e769520-b9e7-4fdc-ab5a-0e4451acb097.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87164f95403777e9467c59c6846f73b0229282134498340b5b46264bc00d7294 +size 1760028 diff --git a/images/7e784018-d0b4-49e6-8434-7da1e1849d93.jpg b/images/7e784018-d0b4-49e6-8434-7da1e1849d93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e117d7b57902ccb9a4dd17dcec7a33b9108bf5f --- /dev/null +++ b/images/7e784018-d0b4-49e6-8434-7da1e1849d93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cfe3b57208c10ff348babf53d26381c74a91cbe20770701cf1bb74dcbd88c5 +size 1517306 diff --git a/images/7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef.jpg b/images/7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5839ac3c270725e90100c87719e3b67ce0edaba7 --- /dev/null +++ b/images/7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368f7f0a744fa4443f6c3039f16bd7c220be829ad8faaa4539f24c0a140ce00c +size 1481298 diff --git a/images/7e8099ab-c35d-40ce-951d-718762442a5b.jpg b/images/7e8099ab-c35d-40ce-951d-718762442a5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64b49158dc9153eb3f1ddd0f7f94c80caf1e2875 --- /dev/null +++ b/images/7e8099ab-c35d-40ce-951d-718762442a5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e2de3f152f67975699ac2856a1417ba68d589edccfa25385d3a96e71c2788c +size 1678725 diff --git a/images/7e87cf35-d684-4f95-8869-4c8d2cbb9423.jpg b/images/7e87cf35-d684-4f95-8869-4c8d2cbb9423.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33904c57d8cac755a7300b8150433ee5af1a0969 --- /dev/null +++ b/images/7e87cf35-d684-4f95-8869-4c8d2cbb9423.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63adec4c885e397490f4b4834a95724738d17adb18ecb7259324fcd783f77445 +size 1652008 diff --git a/images/7e888a4b-144a-4084-97fc-cff0aa41a891.jpg b/images/7e888a4b-144a-4084-97fc-cff0aa41a891.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53eac70d7cd8137a682ae48308710512448568d4 --- /dev/null +++ b/images/7e888a4b-144a-4084-97fc-cff0aa41a891.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6deda77c441dc561a00e68f0d57391815b766be50271d948d39ffef32f0e5b +size 1485498 diff --git a/images/7e925da4-399e-4444-862a-93012e3b4d0c.jpg b/images/7e925da4-399e-4444-862a-93012e3b4d0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f07bd17a1483b0c3a372f6f72b9cd2ee05614efc --- /dev/null +++ b/images/7e925da4-399e-4444-862a-93012e3b4d0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206dd83cbed4a1277f975b58d2b1760a8a3d9ccaded82417b650f7b0b9edbe22 +size 1568821 diff --git a/images/7e969a82-3bf6-4a38-b27c-82044444a477.jpg b/images/7e969a82-3bf6-4a38-b27c-82044444a477.jpg new file mode 100644 index 0000000000000000000000000000000000000000..356bfcb74f47170c92c3fdd832920df7b82eb033 --- /dev/null +++ b/images/7e969a82-3bf6-4a38-b27c-82044444a477.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58beb446e0d146660108a672b75264a36c96e75a822516fcc4570161e15a469a +size 2627744 diff --git a/images/7eaab262-49ef-4f9c-89ce-8e3df31b0851.jpg b/images/7eaab262-49ef-4f9c-89ce-8e3df31b0851.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df5cccb9027a05dd18113ec9a34887c599ecdb65 --- /dev/null +++ b/images/7eaab262-49ef-4f9c-89ce-8e3df31b0851.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f426f82b5911e273089c32da94aa9f48384beea811795f01152d90215d5cb966 +size 1688518 diff --git a/images/7eb1d43a-8bb7-44cb-a806-6d2e05c35ede.jpg b/images/7eb1d43a-8bb7-44cb-a806-6d2e05c35ede.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21035e02d5cece2f267fccf81e09735a64eb1b2a --- /dev/null +++ b/images/7eb1d43a-8bb7-44cb-a806-6d2e05c35ede.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427fe61f9b387266ec232da77b751be09f9f773eea77aeb14432e9810af97217 +size 1593483 diff --git a/images/7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac.jpg b/images/7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d408bcb40b7a5bff6b85a4eac5a0c6db17caace9 --- /dev/null +++ b/images/7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89aa158b6289f76ba94102614c7737069614aefdb91e294c1f4f9ef4ee1ba51 +size 2545818 diff --git a/images/7ebd677f-1bac-49bb-ac77-2bd373e91cc5.jpg b/images/7ebd677f-1bac-49bb-ac77-2bd373e91cc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12e4d13afe3ed25ed0fd83f7b8fc3200f27708c1 --- /dev/null +++ b/images/7ebd677f-1bac-49bb-ac77-2bd373e91cc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f279c6cf409956d0c2853c99496fa46f78eb7fa8cccb96ee27f05930a980fef7 +size 1805824 diff --git a/images/7ec53a44-cda3-41c0-bee8-219bf07d61a0.jpg b/images/7ec53a44-cda3-41c0-bee8-219bf07d61a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e665be0e6f8ff4cb95fdc46cf4a834ca24a814c --- /dev/null +++ b/images/7ec53a44-cda3-41c0-bee8-219bf07d61a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3c858416af47c0e287ce26d6d99958312786b32b9d4f6132cd5a1f45fb15db +size 1403507 diff --git a/images/7ec5f007-1bdd-4da4-bcde-a538bf496e56.jpg b/images/7ec5f007-1bdd-4da4-bcde-a538bf496e56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1755dc023486313e8860f23bce0b5da83aa0c642 --- /dev/null +++ b/images/7ec5f007-1bdd-4da4-bcde-a538bf496e56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d0b86f7fc13fc6afd05f89cb6b7be51801f70d1fc2a3a9f12d28a11fe378e1 +size 1408689 diff --git a/images/7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b.jpg b/images/7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aa9fdfe4c9ec5a009ef60bd0379b1151eefea12 --- /dev/null +++ b/images/7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4df32c7dcebdef057c3f2795cbc1e281cd3c1e37b3cec60a5f8baaa3234aa4 +size 1590844 diff --git a/images/7ee95271-6ce2-4300-8b7a-9d56a26bde8c.jpg b/images/7ee95271-6ce2-4300-8b7a-9d56a26bde8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13e5274df11604ea5a762fa9c2686ee0fb160207 --- /dev/null +++ b/images/7ee95271-6ce2-4300-8b7a-9d56a26bde8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adc890ce792d97cdf19a4cf6b660e6d7c18b3eb33f69cd74b4377c28877ec81 +size 1839553 diff --git a/images/7ef040e4-2b02-4459-ba46-f569352ee1ab.jpg b/images/7ef040e4-2b02-4459-ba46-f569352ee1ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dafd2b422cc601aa748a303f308dbad00c7d463e --- /dev/null +++ b/images/7ef040e4-2b02-4459-ba46-f569352ee1ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc9b52746355c9aa5d153af54ba9429391ca396d8ee0fd9abe5a0fe124d6359 +size 1855515 diff --git a/images/7ef80d5a-653b-4d9c-8517-32abd33b7ad0.jpg b/images/7ef80d5a-653b-4d9c-8517-32abd33b7ad0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56855732c8ec7a3be334d3cded3987a663ebd00b --- /dev/null +++ b/images/7ef80d5a-653b-4d9c-8517-32abd33b7ad0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94fdd5b698523060299b90263bb9d1fb5c006b36da24a3f11d8b6d826b47784 +size 2422454 diff --git a/images/7ef8bd16-dc85-4f5e-a850-d076e185de8f.jpg b/images/7ef8bd16-dc85-4f5e-a850-d076e185de8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3cefe88071328e04b56d1ceca5ca6426fb4aa38 --- /dev/null +++ b/images/7ef8bd16-dc85-4f5e-a850-d076e185de8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4897772acb3240e43289fefcb1f8a2a078490752891cd878cd4c67467ed90874 +size 1207717 diff --git a/images/7efd42d6-70ba-4c5e-8d3a-d49e78e86067.jpg b/images/7efd42d6-70ba-4c5e-8d3a-d49e78e86067.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62aa05d988e0464cbb11f24bc7d81491d092a867 --- /dev/null +++ b/images/7efd42d6-70ba-4c5e-8d3a-d49e78e86067.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506b737aecf60ae4d3a48e75b81307fdab51da6dae22372fe325e383e1274e36 +size 1662604 diff --git a/images/7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0.jpg b/images/7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e8db71bb8df43aa22d26911e029708e3f2816b --- /dev/null +++ b/images/7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8f2c86f9b742c232a4ec14cc5bb832e73b8c7973b875c00cf376526db01818 +size 1578084 diff --git a/images/7f0918b8-6ba4-4b6d-b8db-ad35957ba4de.jpg b/images/7f0918b8-6ba4-4b6d-b8db-ad35957ba4de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4731aad4ddae94f806d794ae41dc8bfa91361fc5 --- /dev/null +++ b/images/7f0918b8-6ba4-4b6d-b8db-ad35957ba4de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0560a16a60eb2bc949422eb15c18963208d98ad586d5ab39f5112b4ba19f47 +size 1641461 diff --git a/images/7f262b40-9d21-429a-a419-b259d45b1ebb.jpg b/images/7f262b40-9d21-429a-a419-b259d45b1ebb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2291aaa67412466ec22ed30192fc802134573406 --- /dev/null +++ b/images/7f262b40-9d21-429a-a419-b259d45b1ebb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fd3dbbf5896f883a9061712025e2c1ad245e9ba68a3520d470304289b64018 +size 1718283 diff --git a/images/7f2a83ae-3d2c-4264-ba77-7fb2778f086d.jpg b/images/7f2a83ae-3d2c-4264-ba77-7fb2778f086d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7d3b4966c1d224ef8ce6c0cfd37a49fc7525449 --- /dev/null +++ b/images/7f2a83ae-3d2c-4264-ba77-7fb2778f086d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4622de8a17284ea3bf1fd70e46174dfe4df4230e91e1aec9cc8f8f4b5c01a6dc +size 1543997 diff --git a/images/7f2e71a8-1191-4dee-ac32-f9292fdf74dd.jpg b/images/7f2e71a8-1191-4dee-ac32-f9292fdf74dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b46dda69d2ff81f8b67aaa5fa9d31561e326c71 --- /dev/null +++ b/images/7f2e71a8-1191-4dee-ac32-f9292fdf74dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63feccb2e0c8a5788ac7bf793acf978f733f97642f1ff3ba12bf47de228582b +size 1649805 diff --git a/images/7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb.jpg b/images/7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94779b7a5687c711ee5a762f317d8aa9446bdd9a --- /dev/null +++ b/images/7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e20a97dcba0d097413038235d1c863dc35250616c6dfb5507326aca34817f9a +size 1122027 diff --git a/images/7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67.jpg b/images/7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74e79639a0c089e2934b95bf0d97bd810fe54286 --- /dev/null +++ b/images/7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc77cef02af77bf45b2a27ea58ee54d23687ec570640f1f188a119e0992ef5d9 +size 1770605 diff --git a/images/7f54d24d-4eea-4ccd-b99b-21da22291eb8.jpg b/images/7f54d24d-4eea-4ccd-b99b-21da22291eb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f3250b0fff09a1f98e6f9e51a8c75b409af07d6 --- /dev/null +++ b/images/7f54d24d-4eea-4ccd-b99b-21da22291eb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b8667038ac987f522bc35bb020daa0d0d6ee8540f249e16c9ce58110a8c218 +size 1729629 diff --git a/images/7f868e8c-ba0f-4301-87ae-90dfcdf300f4.jpg b/images/7f868e8c-ba0f-4301-87ae-90dfcdf300f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1694d40b6b9a98a28bc566fb5a33498fd94b5b5 --- /dev/null +++ b/images/7f868e8c-ba0f-4301-87ae-90dfcdf300f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a932d83fbe90ec82d61015c1b4f4fc08c141a268c56777cccc838522550145c9 +size 1592225 diff --git a/images/7f8d8e11-8d63-4eae-87bd-e8561c0ff8db.jpg b/images/7f8d8e11-8d63-4eae-87bd-e8561c0ff8db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ffdab05815ba73222b8a4db6f990a0847985648 --- /dev/null +++ b/images/7f8d8e11-8d63-4eae-87bd-e8561c0ff8db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb4273946d8bb949fb7e8bb3bf1b0b5a3005a9883d20a6db723a500bb96f926 +size 1245457 diff --git a/images/7f8f4680-250a-4ca4-af27-f6455366db4a.jpg b/images/7f8f4680-250a-4ca4-af27-f6455366db4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35b04ce7518e823494a38eba2b749bb1767cbb1c --- /dev/null +++ b/images/7f8f4680-250a-4ca4-af27-f6455366db4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1f19a18782c409997b1e1f607597dddc964356bcba98b45d9ad6319feed4d8 +size 2275088 diff --git a/images/7f96695b-d1c8-4425-8c38-654d19b28e35.jpg b/images/7f96695b-d1c8-4425-8c38-654d19b28e35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..559b22efa29cfbce1f2f745a2ad770da1a6922b3 --- /dev/null +++ b/images/7f96695b-d1c8-4425-8c38-654d19b28e35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb847ca045e57f7eefb082883f1facb76dce711635f184350b0e9ddad0a9811a +size 1582803 diff --git a/images/7f9d44fa-1c45-4d53-9c48-9654fb6d7afb.jpg b/images/7f9d44fa-1c45-4d53-9c48-9654fb6d7afb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77d7a2747ad336899daeb21b513503217a624a9a --- /dev/null +++ b/images/7f9d44fa-1c45-4d53-9c48-9654fb6d7afb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d2839c9724f624e84d066bb6b9993bcbbc4a3d2312f975fa34b2d639b355a4 +size 1376481 diff --git a/images/7f9fcafe-6c1d-4508-bdb0-6191d962783e.jpg b/images/7f9fcafe-6c1d-4508-bdb0-6191d962783e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7b8c5db309dc4453566778dd4b3c7a277d35d16 --- /dev/null +++ b/images/7f9fcafe-6c1d-4508-bdb0-6191d962783e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a62c9b7c2eb755dd7e7525e602e4e8d97a66104625d10119962ce3308e43d4 +size 1741520 diff --git a/images/7fab61eb-7e31-4225-bf22-16a5d71c5357.jpg b/images/7fab61eb-7e31-4225-bf22-16a5d71c5357.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f370093d5c88d9acf415a416ed0a89cf394acebe --- /dev/null +++ b/images/7fab61eb-7e31-4225-bf22-16a5d71c5357.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52966028944043be0714117e32314f6186157282c7578ed08d7865456cf718aa +size 1664199 diff --git a/images/7fb1f74c-2b8a-4b36-a6ae-66396555d2be.jpg b/images/7fb1f74c-2b8a-4b36-a6ae-66396555d2be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d255d7bcc98f00a5131f053219753089c29e47a --- /dev/null +++ b/images/7fb1f74c-2b8a-4b36-a6ae-66396555d2be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c7f6156b5b12f44f041346f1027e33eb48be5d086be24e170983e9ddea0e33 +size 1667000 diff --git a/images/7fc37695-7377-48c2-a310-9d5e0fa46d33.jpg b/images/7fc37695-7377-48c2-a310-9d5e0fa46d33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec37ad8753104543f6cc3f8e03c262d3b12e7c09 --- /dev/null +++ b/images/7fc37695-7377-48c2-a310-9d5e0fa46d33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dba982b1859afaafb3e7636e6bbbef6c26a3d54055df7c41f56fe445acd6d9f +size 2054344 diff --git a/images/7fd69f3c-0667-4860-8136-c1d43591845f.jpg b/images/7fd69f3c-0667-4860-8136-c1d43591845f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b0c2e8409521f23c9d82a2bdf1d8714abb821d6 --- /dev/null +++ b/images/7fd69f3c-0667-4860-8136-c1d43591845f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6931cc75436fc774e6c3409f2f9f7e770e04736581a1c21d268c7071018cd990 +size 1587926 diff --git a/images/7fdb401e-1378-47cf-a5ca-7898e3031a57.jpg b/images/7fdb401e-1378-47cf-a5ca-7898e3031a57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bdedfa6cfd531f0dc616725a5025154ab188a9e --- /dev/null +++ b/images/7fdb401e-1378-47cf-a5ca-7898e3031a57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fdfe4b218f88d9afb3e5001df05af0f59b46d7124b8e6e02df640f4ff204c2 +size 1595024 diff --git a/images/7fdcadbc-0fd4-48b0-b20c-df780c6c5df2.jpg b/images/7fdcadbc-0fd4-48b0-b20c-df780c6c5df2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e3d3313d670d9c2e53566b0f9f53f1eea11b3cb --- /dev/null +++ b/images/7fdcadbc-0fd4-48b0-b20c-df780c6c5df2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17af76b83dc8447cc3ada258bcf3eaee0ac28261f96f214037e04bf240a08af +size 1601394 diff --git a/images/7fde27cb-a4f1-40a4-9aba-e72a36253afe.jpg b/images/7fde27cb-a4f1-40a4-9aba-e72a36253afe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b8f4544d17af8ad2159d8e13d4d82cc7c3d5125 --- /dev/null +++ b/images/7fde27cb-a4f1-40a4-9aba-e72a36253afe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30af3305f01e06867e6234ea0da255b51e5363fece378fa89c62f6ce6b3b7d6 +size 1454725 diff --git a/images/7fe7d848-631c-42bd-9617-b69006eda7d7.jpg b/images/7fe7d848-631c-42bd-9617-b69006eda7d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..393820fb1b9aa831f1af9739d7727452c66fbee8 --- /dev/null +++ b/images/7fe7d848-631c-42bd-9617-b69006eda7d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9844f2f7db103ef0739205010f09f2faa6b009aa232ac32c7a96bba338ec017a +size 1600156 diff --git a/images/7feb695d-474f-4ba1-8da3-9037d116de8a.jpg b/images/7feb695d-474f-4ba1-8da3-9037d116de8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e2221ee36e2b1009a96f4ea2b0379164c978fc7 --- /dev/null +++ b/images/7feb695d-474f-4ba1-8da3-9037d116de8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4734c22b93181d42c4a10798c7110669d4cf997d484a0da44702cc96efa2a5 +size 1591386 diff --git a/images/7ff0f30c-f719-40a4-be39-1bef8502133c.jpg b/images/7ff0f30c-f719-40a4-be39-1bef8502133c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77a2af6c29d65a5ba3fce7ca4bf6fd0dfb3f4a3b --- /dev/null +++ b/images/7ff0f30c-f719-40a4-be39-1bef8502133c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47c5eb34d8650d2d3c6007c225476b74d0ce82bdf04b6fe8590814553d8e2b0 +size 1730625 diff --git a/images/800bd270-d586-4903-90a1-f92cc6105db5.jpg b/images/800bd270-d586-4903-90a1-f92cc6105db5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..746c751c06eba38fa409a341325919ce9534ccd7 --- /dev/null +++ b/images/800bd270-d586-4903-90a1-f92cc6105db5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df904a85b31176541dc05d3131fc46817a8440b0fb163cd48060790b5c5d6b69 +size 2772544 diff --git a/images/8019b476-2d48-4fc3-b14f-f03e42aa25e8.jpg b/images/8019b476-2d48-4fc3-b14f-f03e42aa25e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f5c013623219cff85fda5da667d7d611705a050 --- /dev/null +++ b/images/8019b476-2d48-4fc3-b14f-f03e42aa25e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40ab0adef3d8ad95593a851d750f4bdb2ecd03a16a835f5f40035828cbf83de +size 1364864 diff --git a/images/802ed968-8a2b-44c9-976d-23573143e613.jpg b/images/802ed968-8a2b-44c9-976d-23573143e613.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e6684e4989e8acf04c2209d29adf60b666bc60b --- /dev/null +++ b/images/802ed968-8a2b-44c9-976d-23573143e613.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fd51c040d0960ea0075adfcf6c7f0d39bade76e50fba766c391bf35b914b7a +size 2080566 diff --git a/images/80324b65-7b9b-4223-928a-2f896d141618.jpg b/images/80324b65-7b9b-4223-928a-2f896d141618.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a42722eab7d02ddea48d5b7abd198a7ef0ffe6f --- /dev/null +++ b/images/80324b65-7b9b-4223-928a-2f896d141618.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3dc5ddc63c22e8dc1078dad3400271ef35b29d992ace5eefe2554aae6afee9e +size 1520171 diff --git a/images/80334caf-47b0-41cf-9e75-af32b33f83b0.jpg b/images/80334caf-47b0-41cf-9e75-af32b33f83b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5788732d081a6d61c1a04c6cfde61422800954fe --- /dev/null +++ b/images/80334caf-47b0-41cf-9e75-af32b33f83b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36e0a869960aca80fcc9478138106619434f4ddd07d6e9c0d93c292829bfd05 +size 1551223 diff --git a/images/803789dc-f1cb-455c-984b-519349290d0b.jpg b/images/803789dc-f1cb-455c-984b-519349290d0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bf9b7a20431342e154770d8da934957f1357952 --- /dev/null +++ b/images/803789dc-f1cb-455c-984b-519349290d0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0034e02259f9cdcbf26420e62644b57b22f07b893ae53c1e7f3c0bc305ed8c9d +size 1488045 diff --git a/images/803ef18a-5e6c-4877-a4ee-95f64214885b.jpg b/images/803ef18a-5e6c-4877-a4ee-95f64214885b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0afadea3b6eada89af250356792ff2bea8d29937 --- /dev/null +++ b/images/803ef18a-5e6c-4877-a4ee-95f64214885b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d134ff29df06d1f9e3d4ecac9c717e6832af336b443cab53b7ad5acdff30df +size 2280579 diff --git a/images/803fde26-0055-42b6-8f32-f4f8fc4d3ff5.jpg b/images/803fde26-0055-42b6-8f32-f4f8fc4d3ff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b03baa86d993b94f5755ca99fb10b2658def575 --- /dev/null +++ b/images/803fde26-0055-42b6-8f32-f4f8fc4d3ff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a580024523b8bf85de9b45d63f894c13b46f61394e1be6c36113f9530100cdca +size 1715013 diff --git a/images/80417576-6a2b-45c5-95ca-0aa24ef6ddc1.jpg b/images/80417576-6a2b-45c5-95ca-0aa24ef6ddc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e28a29de2e705132c9901700b23a9a04cd5db6fb --- /dev/null +++ b/images/80417576-6a2b-45c5-95ca-0aa24ef6ddc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182299b60427f7784df91bfeb07df8bdccc1941b5cc261c67207abadc79bcb8d +size 1331473 diff --git a/images/80441101-6f01-4109-9c3c-df129a2380af.jpg b/images/80441101-6f01-4109-9c3c-df129a2380af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a04fa06b079f586d849b3deec2ef04597b777d1e --- /dev/null +++ b/images/80441101-6f01-4109-9c3c-df129a2380af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64500b1a49d556e0b9c6b2de8036229e6ad4f2c9088ec41d4ef63a510b0cf190 +size 2259625 diff --git a/images/804ac3d5-ccd2-4c8b-8539-32dd6a18aab4.jpg b/images/804ac3d5-ccd2-4c8b-8539-32dd6a18aab4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c550ef37d04c7e5d551dd2158cb110392a0bec0 --- /dev/null +++ b/images/804ac3d5-ccd2-4c8b-8539-32dd6a18aab4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba87c09b65ce841fd528d587147b9c14062f0740e746dd3ec9765bb26539567 +size 1601403 diff --git a/images/804c2948-7e2d-44af-a8b6-a2aba7ac16fd.jpg b/images/804c2948-7e2d-44af-a8b6-a2aba7ac16fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2593891119861b9f1a2c8ed7c25e5489d239237 --- /dev/null +++ b/images/804c2948-7e2d-44af-a8b6-a2aba7ac16fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a60b2297ac0e23a6508f5ec20329bb11e96cc7a9f4597c60a36792a02857ff +size 1178710 diff --git a/images/804dbd60-1914-4e58-bc88-867df429e7a4.jpg b/images/804dbd60-1914-4e58-bc88-867df429e7a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf71ba9e1cdecc0c1638e48a7f6ad5664b4d8c89 --- /dev/null +++ b/images/804dbd60-1914-4e58-bc88-867df429e7a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3d2916236b13f70e67ef6e32e18e0e389b6c914ba3e3a3527312d6d22a7787 +size 1437304 diff --git a/images/80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd.jpg b/images/80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e34157503a191e62284271ce3e08cfec34322ae7 --- /dev/null +++ b/images/80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818b33d08a78322a4f0da958f499dcfac9fe8f71b0073045d66944088920d92f +size 1973749 diff --git a/images/806d1db8-46cc-43c1-bdd0-6fd18f7567e3.jpg b/images/806d1db8-46cc-43c1-bdd0-6fd18f7567e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..478637181d30bd516ce09b0449b059821474bfac --- /dev/null +++ b/images/806d1db8-46cc-43c1-bdd0-6fd18f7567e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58347df7c1eb3dc1575435ea456271360a34f41b8d7627a0cee2bbd7a5530f12 +size 1489841 diff --git a/images/806d687d-5a98-4741-81f2-092b765cc294.jpg b/images/806d687d-5a98-4741-81f2-092b765cc294.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3821ec048cf95538f27992cef41e271cbcadd3d --- /dev/null +++ b/images/806d687d-5a98-4741-81f2-092b765cc294.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75cf86b77fe5d90102353af1f444ee4e01b4ae5d7beaa94e542f7e8875f8a52 +size 1444796 diff --git a/images/8072af7c-7ce3-4166-9699-e79f14fdaa15.jpg b/images/8072af7c-7ce3-4166-9699-e79f14fdaa15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18541a455b681720dbbd128bb943a182f903fa85 --- /dev/null +++ b/images/8072af7c-7ce3-4166-9699-e79f14fdaa15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7538a9124657896d6595b55f2946d69122213f4953d4303883d65659ee1de7b5 +size 1581783 diff --git a/images/8073ed49-3ee2-4f59-98e1-c7a591d59c86.jpg b/images/8073ed49-3ee2-4f59-98e1-c7a591d59c86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6103ae51bd6830bba4b86dfcc5dc7eb0f0c314b0 --- /dev/null +++ b/images/8073ed49-3ee2-4f59-98e1-c7a591d59c86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900172f1c90cf93b7a92b01656e8d6ac661d896faf38967633b5f7b99ef996c0 +size 1624149 diff --git a/images/80aa2d44-e6d8-4e9c-b1ce-61de48c92a80.jpg b/images/80aa2d44-e6d8-4e9c-b1ce-61de48c92a80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..077efd2f1efa3f7f379f06b3c9a6b15c7935ef94 --- /dev/null +++ b/images/80aa2d44-e6d8-4e9c-b1ce-61de48c92a80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17f9b9075d05797715d07bc4674d5052f674d30c4f3a1ed0931dc500b8bd918 +size 1551086 diff --git a/images/80b46cdc-85e9-4ef3-88b5-3f383c79368c.jpg b/images/80b46cdc-85e9-4ef3-88b5-3f383c79368c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10399a6e87fc2ca6934fa4d4cfc263483741d380 --- /dev/null +++ b/images/80b46cdc-85e9-4ef3-88b5-3f383c79368c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623e6c723b463b79936f8e3b2945e2d927f8b2a27271474ab43a947d69744744 +size 1583108 diff --git a/images/80b7c0b6-7c48-4a00-a7e3-0da62965ac7a.jpg b/images/80b7c0b6-7c48-4a00-a7e3-0da62965ac7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..734a730c35170c5ee82300ceff4f55aa68f8cc56 --- /dev/null +++ b/images/80b7c0b6-7c48-4a00-a7e3-0da62965ac7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da45b64597bd21abe47e3e5228bd82460f63a26a2b701bcce29d841499df7735 +size 1459139 diff --git a/images/80c1c2a0-bb12-461d-9456-b12018dc107d.jpg b/images/80c1c2a0-bb12-461d-9456-b12018dc107d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdd5f7fe8df1f6fa6d7d9ff79c180291fbfa994d --- /dev/null +++ b/images/80c1c2a0-bb12-461d-9456-b12018dc107d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07231b453ecf73e9a7fc95b2ded90c0576cae46a4045f301c6e50676e942ad59 +size 1963487 diff --git a/images/80c2221d-5f16-4a0a-81c7-9f23be4dd07f.jpg b/images/80c2221d-5f16-4a0a-81c7-9f23be4dd07f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10bcc0e969b19070c28b528e5db1467408a15a38 --- /dev/null +++ b/images/80c2221d-5f16-4a0a-81c7-9f23be4dd07f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286e1f6d4f7d53097dae71bd2ab27ba468b5c792e120d6c081c49d29f3d5fe58 +size 1544106 diff --git a/images/80c67c52-3ff7-4cb3-bf26-33384e74ed20.jpg b/images/80c67c52-3ff7-4cb3-bf26-33384e74ed20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8564e51967ea66d0422f78c993a825de8ca858f6 --- /dev/null +++ b/images/80c67c52-3ff7-4cb3-bf26-33384e74ed20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a3a885dd3503a8b98c6a7ef25f6d7c5c181e22272492e67ca63713f4ddd424 +size 2857597 diff --git a/images/80d62e76-b1bf-4001-bae0-b74639f0414d.jpg b/images/80d62e76-b1bf-4001-bae0-b74639f0414d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b5fe922676744ea2bc74c2317fb20001a324c42 --- /dev/null +++ b/images/80d62e76-b1bf-4001-bae0-b74639f0414d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c062f016f78cb4ef139b15bd22ebad6fbe601c8d5239b586e5ebd33040d9c5b +size 1531162 diff --git a/images/80dd0396-14ad-4b98-9dc7-8527e53f9e3f.jpg b/images/80dd0396-14ad-4b98-9dc7-8527e53f9e3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..015699f66850b2fd39325154eb6a463d834b72a4 --- /dev/null +++ b/images/80dd0396-14ad-4b98-9dc7-8527e53f9e3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b298594b4887e020dfc1e7e31d0b6d2a517789f0a5726addb34b61eb32c7ad98 +size 1722146 diff --git a/images/80e0ee10-f723-4b53-ab62-d861028fcf17.jpg b/images/80e0ee10-f723-4b53-ab62-d861028fcf17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c9480554645996d4000ab2df3c162c80019d115 --- /dev/null +++ b/images/80e0ee10-f723-4b53-ab62-d861028fcf17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7625b3017af604bf026f29b28988abe48cf63767621741d84e7291fc047feb8 +size 1752512 diff --git a/images/80e4dbc2-f59d-42d1-83d2-1125d3b4d952.jpg b/images/80e4dbc2-f59d-42d1-83d2-1125d3b4d952.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a03d575884b1241f78b5b88a676d2452aa051eda --- /dev/null +++ b/images/80e4dbc2-f59d-42d1-83d2-1125d3b4d952.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1675c53b6abf10194b7606004c8c7abe3ddcabf4edf16a46b08fc74d42c67aa5 +size 1666805 diff --git a/images/80e7220c-eb7b-4e5f-a71e-cfac783a2d84.jpg b/images/80e7220c-eb7b-4e5f-a71e-cfac783a2d84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a448407a02e274cfc4960a90b8571b4a046b9c8 --- /dev/null +++ b/images/80e7220c-eb7b-4e5f-a71e-cfac783a2d84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04318419d82f1321d34d374d68e101ffc791453424f4e5a26c29fbb2b82f335c +size 801208 diff --git a/images/80e878a1-90c3-4338-b36f-2c85cb0c77db.jpg b/images/80e878a1-90c3-4338-b36f-2c85cb0c77db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f42d0dda4767f0d51b6cac6df9781faa8eef46 --- /dev/null +++ b/images/80e878a1-90c3-4338-b36f-2c85cb0c77db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69617b62535087380851a923b274f9ffa35eb17d3f06a50d99906a1cf1111e11 +size 3050065 diff --git a/images/80f86758-ecd0-41f0-900a-cab0ffe66e8e.jpg b/images/80f86758-ecd0-41f0-900a-cab0ffe66e8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..111fc41514b4ffa35ec0d54eec4f3d9b14cf2829 --- /dev/null +++ b/images/80f86758-ecd0-41f0-900a-cab0ffe66e8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2d4d283f2787e0a9dbe9d8afe9fb36fa57ec3b3942ad17477b6481778dd7b6 +size 1389671 diff --git a/images/810d849e-4bc5-488f-903f-55179a1b924f.jpg b/images/810d849e-4bc5-488f-903f-55179a1b924f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7afd533fa9c5704d627272ab7d58f2f04ae8a488 --- /dev/null +++ b/images/810d849e-4bc5-488f-903f-55179a1b924f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf958c079becd7ee5dc6b1f89c04967ae16783b6987d6c45c0153b639dd5ebe +size 1644282 diff --git a/images/8116337d-e8ad-445e-a55e-ada5f9aaf288.jpg b/images/8116337d-e8ad-445e-a55e-ada5f9aaf288.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dee982437c20925d340bcc379da6616b576c61c7 --- /dev/null +++ b/images/8116337d-e8ad-445e-a55e-ada5f9aaf288.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ee3b7d86f859e3d0dd7f6a7c59e9a4d931bf0bc70beb5dab35e757d9caaf34 +size 1680887 diff --git a/images/811a048e-da17-48a1-b9f3-9a059957465e.jpg b/images/811a048e-da17-48a1-b9f3-9a059957465e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24e4d72244d745cbbc15b0ad7f1484bf6a5f0270 --- /dev/null +++ b/images/811a048e-da17-48a1-b9f3-9a059957465e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e69151af5f37aea6f62faa7fe4ede48c6453554d8b81901b70cf3ae8438fe3e +size 1139172 diff --git a/images/811d43b4-f635-443e-96ad-585051b9f55a.jpg b/images/811d43b4-f635-443e-96ad-585051b9f55a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f46949af4f0e85dc38f1ad18168ffb39772bbb1b --- /dev/null +++ b/images/811d43b4-f635-443e-96ad-585051b9f55a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9b2107c4d2cf44ad67e7015f1dbe6296d8fa3c2b16cb0b05355d5ea919c262 +size 1302811 diff --git a/images/81202bd2-459c-49dd-9700-4ba3d77c43da.jpg b/images/81202bd2-459c-49dd-9700-4ba3d77c43da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9bab1dda9f3e236b02112dcfeaaa431c4411065 --- /dev/null +++ b/images/81202bd2-459c-49dd-9700-4ba3d77c43da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4afd79418411a95ba1e870bbbf3f056e0ddb99da9716a7f2a399445595b58b3 +size 1626589 diff --git a/images/812487b2-7686-4f7e-b657-d29613a3fac0.jpg b/images/812487b2-7686-4f7e-b657-d29613a3fac0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d8110e78038a2a09c5f91572d427fe18990c73b --- /dev/null +++ b/images/812487b2-7686-4f7e-b657-d29613a3fac0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f9678acbf6b841435779430cccb24c3a19023f5e7a935517c8ef7275ab2c21 +size 1454522 diff --git a/images/81286c49-aec6-4589-b6be-a20e27204a32.jpg b/images/81286c49-aec6-4589-b6be-a20e27204a32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9168f7e17bea6cee39af8d41793f4d88094f6aac --- /dev/null +++ b/images/81286c49-aec6-4589-b6be-a20e27204a32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1280e890d71bb6037b68468c97844d456bc0b9b6a8035d8424ab151343c7bd2b +size 1731054 diff --git a/images/814271d6-4a4d-451b-8440-b7243646b66f.jpg b/images/814271d6-4a4d-451b-8440-b7243646b66f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34259901d3b942af4c4579f848f96d1bb7ccf79e --- /dev/null +++ b/images/814271d6-4a4d-451b-8440-b7243646b66f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471053c77db15eef280248a2a28dd5ac732bdbf9df16c575ceeda99232d210d8 +size 1485609 diff --git a/images/81510f84-294e-4a7c-bc52-e474d073a372.jpg b/images/81510f84-294e-4a7c-bc52-e474d073a372.jpg new file mode 100644 index 0000000000000000000000000000000000000000..573afbb3444727ba4020b223227331d380dcdae6 --- /dev/null +++ b/images/81510f84-294e-4a7c-bc52-e474d073a372.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6ececfa218be946b4f576ca0db012437170c0ce70e19df15255cb78f55d04a +size 1525154 diff --git a/images/8163395a-6a19-404e-9f58-618dd53711cc.jpg b/images/8163395a-6a19-404e-9f58-618dd53711cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e50f6097f4b046c2d6c7f7eb5c3feceb86cf8b38 --- /dev/null +++ b/images/8163395a-6a19-404e-9f58-618dd53711cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d72e6ac26422f750fe28aff72e9cf3d1e899fc7d5b47fb0cb77773ece727fae +size 1633113 diff --git a/images/816397eb-dc6e-4c03-a319-c97f65aa7d56.jpg b/images/816397eb-dc6e-4c03-a319-c97f65aa7d56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..354cfc388fc9661e01d7186a38227e441947d182 --- /dev/null +++ b/images/816397eb-dc6e-4c03-a319-c97f65aa7d56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9982177fe76166d0f0b7c7427ec013064961153f9bd6a64dda3348a4d8c00c6e +size 1989328 diff --git a/images/81695610-6570-43c3-ae1d-1c1926de45be.jpg b/images/81695610-6570-43c3-ae1d-1c1926de45be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..200398c041861e194fa3786407510bd720e74ea1 --- /dev/null +++ b/images/81695610-6570-43c3-ae1d-1c1926de45be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9181fbdf4d1fec55d384cf2d18b4fdb080d2ae5a4ae6dd8fc67451960f555f13 +size 1658180 diff --git a/images/816af3cc-73c9-4122-a8a6-3b31b9aa76ac.jpg b/images/816af3cc-73c9-4122-a8a6-3b31b9aa76ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da379e16fac5419d470e8d0e908e83dd2993a007 --- /dev/null +++ b/images/816af3cc-73c9-4122-a8a6-3b31b9aa76ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277290b1e67360110a313e8943cdc0231b8536c95b356a50397a287593ddaee1 +size 1246243 diff --git a/images/816c7c51-9514-4a0b-ae04-33203ca07aac.jpg b/images/816c7c51-9514-4a0b-ae04-33203ca07aac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ba3c8e515b40e8f8ba99ec3bcc03fdfee86a3d5 --- /dev/null +++ b/images/816c7c51-9514-4a0b-ae04-33203ca07aac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee4155335082d9ee49a86f70bb8d5f51be8ee0355489cadeec1557e67d3d5a4 +size 1665296 diff --git a/images/81713ef8-6eee-4d72-b99a-3f74aed1d14c.jpg b/images/81713ef8-6eee-4d72-b99a-3f74aed1d14c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dc200784ec45cd9f56e5ed7d0326ff0a5e0bbfe --- /dev/null +++ b/images/81713ef8-6eee-4d72-b99a-3f74aed1d14c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3855fb7b3751ed135b251c0589d616627f21228a5aad5b9edcab5abd7a3f19e6 +size 1586682 diff --git a/images/817d1e87-59e7-4a22-aa94-8d51a784065d.jpg b/images/817d1e87-59e7-4a22-aa94-8d51a784065d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90c73b6ede076aa7cd11c46e8e55771c9eea3f72 --- /dev/null +++ b/images/817d1e87-59e7-4a22-aa94-8d51a784065d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5b0ca90c785ca88fc7d53758191a7f3a657ddfa2f5c611201709989731ad70 +size 1769951 diff --git a/images/817f5b54-9c28-4d83-9cbf-1a21cf64a65e.jpg b/images/817f5b54-9c28-4d83-9cbf-1a21cf64a65e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29911bb78d5b6c69401b5bf848f92f69940e5a65 --- /dev/null +++ b/images/817f5b54-9c28-4d83-9cbf-1a21cf64a65e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcc253a0d9d03c0a0d004b59d102597dfb35ba83dbc85d1c1cc6979c982b14c +size 1384257 diff --git a/images/818701af-6d32-40d0-931c-d19289bedd42.jpg b/images/818701af-6d32-40d0-931c-d19289bedd42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3b52ff845ff55674f14362fbd721e4846f7de03 --- /dev/null +++ b/images/818701af-6d32-40d0-931c-d19289bedd42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81325e5c60365f072e5999be9421158fb471bb5682fc038c23a516f532f521a8 +size 2029087 diff --git a/images/818dd33e-9c13-4d23-b86d-b0f1d59127d2.jpg b/images/818dd33e-9c13-4d23-b86d-b0f1d59127d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..824a9bc92100da24f25b30e837e986389e760be8 --- /dev/null +++ b/images/818dd33e-9c13-4d23-b86d-b0f1d59127d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693ad8324d53e94e80f4dd2fc5ef6a14a12484f0f440c346b961f12c9814152f +size 1371967 diff --git a/images/818e382d-9e48-41f6-9a18-c132c28cd4b8.jpg b/images/818e382d-9e48-41f6-9a18-c132c28cd4b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6bc6a8bffd413333dbe512f5323e19b2f94686f --- /dev/null +++ b/images/818e382d-9e48-41f6-9a18-c132c28cd4b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb728114cb1641a48259367c8798c6b307b52f35ea075360a5e17f9861bf395 +size 1850022 diff --git a/images/8198331d-07e0-4fbd-bf61-56e5ee283b99.jpg b/images/8198331d-07e0-4fbd-bf61-56e5ee283b99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7b26d8cd33d6874abeea87fd4ae53cfa0f4cfe1 --- /dev/null +++ b/images/8198331d-07e0-4fbd-bf61-56e5ee283b99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7402a5e7105c3585d67941cfa2da6dbe62822f73ae6f205d0e34c27b860a42 +size 2408841 diff --git a/images/819b3f58-7249-48fb-9fa0-a4936243d115.jpg b/images/819b3f58-7249-48fb-9fa0-a4936243d115.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4d557fd71d971f4e4b68b05da7fa802cbfdaf72 --- /dev/null +++ b/images/819b3f58-7249-48fb-9fa0-a4936243d115.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d9859ece3958a561a0c3741aa397775bd04cc6855e901d7893e39654efdfa0 +size 1561212 diff --git a/images/81a9085b-a5d2-4bef-baab-8daf65b1f38d.jpg b/images/81a9085b-a5d2-4bef-baab-8daf65b1f38d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7673b036e17f505a87d1f14629190ecd68c495e5 --- /dev/null +++ b/images/81a9085b-a5d2-4bef-baab-8daf65b1f38d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8590febd922e8b7a12335367ca2264ee2fa77488751fd32c6cf0ee88cf85f0f0 +size 1702119 diff --git a/images/81b6206b-cf23-4cb6-a7b2-5a06aed7846c.jpg b/images/81b6206b-cf23-4cb6-a7b2-5a06aed7846c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc36b77c40c1724b291e8ce48b79327f7fd332a4 --- /dev/null +++ b/images/81b6206b-cf23-4cb6-a7b2-5a06aed7846c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8a73c665cf36196189aaa130f9268f519c09f0980b10561f237814e4524812 +size 1410323 diff --git a/images/81c021a0-2e09-4417-bded-b5794dfca5a6.jpg b/images/81c021a0-2e09-4417-bded-b5794dfca5a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e6083cd40014f8d36f82734e1c9534b4840e9e8 --- /dev/null +++ b/images/81c021a0-2e09-4417-bded-b5794dfca5a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9120e466491b02cc257c03173e15775a063db025c4b4e399bc2e13ba38adeeaa +size 1667035 diff --git a/images/81c1fa51-6e1a-43ac-b745-b1eab5b52042.jpg b/images/81c1fa51-6e1a-43ac-b745-b1eab5b52042.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80df2912cc429b5066b86e99c165e6cd330b30cc --- /dev/null +++ b/images/81c1fa51-6e1a-43ac-b745-b1eab5b52042.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ffa4ec0edfec62cd9824ade2a61f1cbedc9191ad55d488f6bc294d0d7d6683 +size 3466008 diff --git a/images/81c344d1-b50e-4831-bdca-296456d87a2a.jpg b/images/81c344d1-b50e-4831-bdca-296456d87a2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b27d99832d43eb52e0c7cd5cb10c774af3b55797 --- /dev/null +++ b/images/81c344d1-b50e-4831-bdca-296456d87a2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82b437331e7b28bc2e1453f27ba74a66f63d93b6b02646fd01b90601cdf5c0a +size 1832660 diff --git a/images/81cfd01d-4773-415f-a9d6-ea5880a57f1c.jpg b/images/81cfd01d-4773-415f-a9d6-ea5880a57f1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ab46d56d672a693d25c8f9a9accd6d359ae6fe8 --- /dev/null +++ b/images/81cfd01d-4773-415f-a9d6-ea5880a57f1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ab47e72a79636f95d764636cd893ae67aef5ce7606db0036766b9222a730fb +size 1437946 diff --git a/images/81d1d4c0-f3a0-49d9-8a98-888e22bdd41a.jpg b/images/81d1d4c0-f3a0-49d9-8a98-888e22bdd41a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b11ccf45d00ab33c5c19e1003ac931d5c7011048 --- /dev/null +++ b/images/81d1d4c0-f3a0-49d9-8a98-888e22bdd41a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da97e1ae2fc747a76faed25071efdd5dcb2d9a82159d3216f8cb5343126854a +size 2173177 diff --git a/images/81d4af21-6da7-4725-8a6a-42167dbf976b.jpg b/images/81d4af21-6da7-4725-8a6a-42167dbf976b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..461fc56c319047a625e9c730815d8c091a441bdf --- /dev/null +++ b/images/81d4af21-6da7-4725-8a6a-42167dbf976b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64876e78a5111e10291019b620bd700a52ae038dc0d67cf217cfa3f3fb7bd84 +size 1745979 diff --git a/images/81e18c8e-e6ce-45b6-a153-2a9c8b7db735.jpg b/images/81e18c8e-e6ce-45b6-a153-2a9c8b7db735.jpg new file mode 100644 index 0000000000000000000000000000000000000000..921b11cb4443edb7bc3df88c6d58bb3f79333242 --- /dev/null +++ b/images/81e18c8e-e6ce-45b6-a153-2a9c8b7db735.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668f3a7fb7d6003607de80072fcd4fc470ffbc290f3bce4d1e00eea6b7f102ce +size 1616309 diff --git a/images/81e35bc6-feb4-4330-ac62-95ed2f28d7d5.jpg b/images/81e35bc6-feb4-4330-ac62-95ed2f28d7d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a691034c8e48f55e0f391519122fab86b8b19f5f --- /dev/null +++ b/images/81e35bc6-feb4-4330-ac62-95ed2f28d7d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9321d4d63ec738e17102d2b3b2d5eb736868e7739ea9d7f88886705cc883ace +size 1414832 diff --git a/images/81e3c15a-bafa-4b48-9e75-0e102c3c0742.jpg b/images/81e3c15a-bafa-4b48-9e75-0e102c3c0742.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7be72e8f62259a64eaf43188bbfa799492aef765 --- /dev/null +++ b/images/81e3c15a-bafa-4b48-9e75-0e102c3c0742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3ed3a43e2c022c753d5ddbc53fbae9249c9182902f3054a1845497ec926c34 +size 1476825 diff --git a/images/81ef839d-8c10-4f10-acd5-925bc155e17d.jpg b/images/81ef839d-8c10-4f10-acd5-925bc155e17d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0897f77faefb4ecc41906c54681947e69b8f89b2 --- /dev/null +++ b/images/81ef839d-8c10-4f10-acd5-925bc155e17d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8157f71358fc36531ccfce2ffde971bbf0d21654c41ea9a55561d897eb572c32 +size 3734696 diff --git a/images/81f37c94-0795-4fb0-9c70-d523ec606c3f.jpg b/images/81f37c94-0795-4fb0-9c70-d523ec606c3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..399e69dc02adbdb305f245a8ddeb6cb62c54883b --- /dev/null +++ b/images/81f37c94-0795-4fb0-9c70-d523ec606c3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cf5f6ef761994090c1f023915ee01ec94f1e7e222bbd10dd8064d1f95b5e48 +size 1666078 diff --git a/images/81f46c5a-3807-478e-bf75-eb88fa829cc2.jpg b/images/81f46c5a-3807-478e-bf75-eb88fa829cc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14ba8c73cf4f45131f33d6fb925f005616259a66 --- /dev/null +++ b/images/81f46c5a-3807-478e-bf75-eb88fa829cc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8543101b21b3701f2e596309ce1735365341ffcfe6fea75e9c132532af17a1cb +size 2211998 diff --git a/images/8207562c-1308-4bf1-b258-1023f4edf591.jpg b/images/8207562c-1308-4bf1-b258-1023f4edf591.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a465e7e7e77fddd3ca860be01351b3d1633ec32d --- /dev/null +++ b/images/8207562c-1308-4bf1-b258-1023f4edf591.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b271a3db46269fe46f16812b7c0b6657c700fb5174833fd3338ab84ffd23fb49 +size 1536011 diff --git a/images/820a87f7-1073-43f6-a47e-58580e107c40.jpg b/images/820a87f7-1073-43f6-a47e-58580e107c40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56967b6b493295a727b8eeee5bed2de0c1e6fa8b --- /dev/null +++ b/images/820a87f7-1073-43f6-a47e-58580e107c40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124771bc547d5dae7542d5113d5bece741af8cbba1d7724148e2f8e5e839aea5 +size 1650923 diff --git a/images/8217f246-5ed8-465d-9e77-93c01d3a947e.jpg b/images/8217f246-5ed8-465d-9e77-93c01d3a947e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84703ba661e05dcfcd48d0aa9535e79c0f378864 --- /dev/null +++ b/images/8217f246-5ed8-465d-9e77-93c01d3a947e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132e47855954a18c335ee3853c35378557cb017cf2c27dacfffcbce291adc49a +size 1443302 diff --git a/images/8220e6df-e48b-4c9c-b678-f445d1afcb74.jpg b/images/8220e6df-e48b-4c9c-b678-f445d1afcb74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc50c5c1575e63b2ed85c851a42ffc726803405c --- /dev/null +++ b/images/8220e6df-e48b-4c9c-b678-f445d1afcb74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2456f90c9db6b58a8e806aaa1fc683038e855ead0793adae639a8c018d1ac2bc +size 1576279 diff --git a/images/82223b35-01c8-4c8f-bf36-5b9ca4645554.jpg b/images/82223b35-01c8-4c8f-bf36-5b9ca4645554.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c4aceed16ba9f6cd0a5caec70d62f4e11280b36 --- /dev/null +++ b/images/82223b35-01c8-4c8f-bf36-5b9ca4645554.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c32ec864292405c4e53f97e6aa1e19d1fa22d230876fdd93d18ef51bc4fd02 +size 1684245 diff --git a/images/822d956c-cbdd-4406-96e0-2b85631bac5f.jpg b/images/822d956c-cbdd-4406-96e0-2b85631bac5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..849c758cebe461dea79cd7cd8e0f2f2008b73cf6 --- /dev/null +++ b/images/822d956c-cbdd-4406-96e0-2b85631bac5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c00a4c2c62ce6d2a1a0c53680a804ceedfd14e937a5ccf11a6ac334a5e3f9e +size 2892061 diff --git a/images/8233c4a8-5abd-4125-a5f3-a1b6965cdf80.jpg b/images/8233c4a8-5abd-4125-a5f3-a1b6965cdf80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05e4de07682757ad0a80982b4905ff61927ca855 --- /dev/null +++ b/images/8233c4a8-5abd-4125-a5f3-a1b6965cdf80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a018fcf87a8f82038915c8c6e2473d928d5a15b49605686d993aec65fc991162 +size 2755595 diff --git a/images/823b4791-7986-4c5b-99d0-be50448b0ee9.jpg b/images/823b4791-7986-4c5b-99d0-be50448b0ee9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6db7a39ebbcff8e05af74e968d0a9bad0b7da5c --- /dev/null +++ b/images/823b4791-7986-4c5b-99d0-be50448b0ee9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2a1d338de8b764d2e0c54d3b093e98f9219864f252b5d9a3838c41b276caa2 +size 1386803 diff --git a/images/824ac3b9-d942-48eb-8ae5-c62856653bcf.jpg b/images/824ac3b9-d942-48eb-8ae5-c62856653bcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62b5d4afc0cc8a98ca2a248f8bb81c820cd2dc77 --- /dev/null +++ b/images/824ac3b9-d942-48eb-8ae5-c62856653bcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a68f15807228f105c4054fb89c069b6be66cced49eb7de1df418b69d1df812f +size 1091219 diff --git a/images/825d94f7-9398-4b62-99d7-907dfd1a6667.jpg b/images/825d94f7-9398-4b62-99d7-907dfd1a6667.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1be30f25d52db367f558e67a035238941209002d --- /dev/null +++ b/images/825d94f7-9398-4b62-99d7-907dfd1a6667.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d608db8386becbdcb98873ba5268bcdd5155fff6318c0e3456e778f130efa9c8 +size 1632684 diff --git a/images/825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7.jpg b/images/825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..325b449cc202f1c09de90f8a3cdcd818806587ee --- /dev/null +++ b/images/825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b88152ae37b861dad1994e8e7df5981351ad22771bb71d01d695cb94a202b0 +size 2221426 diff --git a/images/8269ca94-ec47-4ae1-be17-a7e72b82e402.jpg b/images/8269ca94-ec47-4ae1-be17-a7e72b82e402.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeefada1d839802c1ff665d6c454162fd0e0ca37 --- /dev/null +++ b/images/8269ca94-ec47-4ae1-be17-a7e72b82e402.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92768feb996c3f2a47f501d291231a083c893fae1748ace5adf4e1cdf262b42 +size 1848997 diff --git a/images/8269ed52-5d07-4d2e-bf8c-5628d76155e9.jpg b/images/8269ed52-5d07-4d2e-bf8c-5628d76155e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..113d3fe9e52b492345be48f6c4ec67a5925d961c --- /dev/null +++ b/images/8269ed52-5d07-4d2e-bf8c-5628d76155e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c673d6de675d8ed73c43167085854f33590a5019fa1e3e58457673f126bf12 +size 1510615 diff --git a/images/826bcf43-33cc-48b8-8491-0c90958cbb80.jpg b/images/826bcf43-33cc-48b8-8491-0c90958cbb80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e3c82ee597b8b52441e458ca9a7c027ec1713d --- /dev/null +++ b/images/826bcf43-33cc-48b8-8491-0c90958cbb80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95edf8ceb58db706ecc06a9e013dc423b0e8e6161eae22696661fbd13c4b929 +size 1748030 diff --git a/images/82733f9b-a902-4ec2-ba7d-2724e83a4671.jpg b/images/82733f9b-a902-4ec2-ba7d-2724e83a4671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ff8c1f78c765d20b196f5436bdd2774b8fb0c81 --- /dev/null +++ b/images/82733f9b-a902-4ec2-ba7d-2724e83a4671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cd19cc15d1ffa707eca097faadd1328f54134185449b70e4d4bfd7246a935e +size 1166215 diff --git a/images/828add4b-d856-4efc-b223-51f019f1d21f.jpg b/images/828add4b-d856-4efc-b223-51f019f1d21f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..263f4399b3c142dc066c3892733fc26a1787d7d4 --- /dev/null +++ b/images/828add4b-d856-4efc-b223-51f019f1d21f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32807362736f11a6a80b92ec4fba22eb5012f43f0654980cfff35348b7f4c79 +size 1655839 diff --git a/images/8296d610-d7ad-4796-b104-0527f6d0d974.jpg b/images/8296d610-d7ad-4796-b104-0527f6d0d974.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e24eb53b3fd2e8f935af77cc80a95971ca8566 --- /dev/null +++ b/images/8296d610-d7ad-4796-b104-0527f6d0d974.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced148df20a6c6fce878cbf9af739dbf31ea4b4aa803fba4710ae198e5bb6b9a +size 1995501 diff --git a/images/82992203-41bb-4e3e-8909-194d4ad74121.jpg b/images/82992203-41bb-4e3e-8909-194d4ad74121.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c4a3d3a97226340740aaa8c54362027acd38a09 --- /dev/null +++ b/images/82992203-41bb-4e3e-8909-194d4ad74121.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4205327f7f1ab550e5a62741d89bd7211769809623b1459ed2e17088da14a42 +size 1609634 diff --git a/images/829e1309-4070-41c4-9cce-15e46707aee5.jpg b/images/829e1309-4070-41c4-9cce-15e46707aee5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fad194bea5336a836d2aa10b442b8ffe6e375b84 --- /dev/null +++ b/images/829e1309-4070-41c4-9cce-15e46707aee5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ab5c37332ba01dbc636647acb301523c1bae3486ad8fcaeddca0b8540d9ac5 +size 1206731 diff --git a/images/82a0f367-f0d5-4452-abd6-78bb2d82c022.jpg b/images/82a0f367-f0d5-4452-abd6-78bb2d82c022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4f5cdffa170c3590c698f8b85bd152c6c4bdc4b --- /dev/null +++ b/images/82a0f367-f0d5-4452-abd6-78bb2d82c022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a717e1361e14369f6a1c47d92b90a2e8be40598eec4a3baec8354b364050e959 +size 1416384 diff --git a/images/82a418ac-a105-42bb-949f-6c269a705652.jpg b/images/82a418ac-a105-42bb-949f-6c269a705652.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c132cab5249652bed6e144de64177c330797803 --- /dev/null +++ b/images/82a418ac-a105-42bb-949f-6c269a705652.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99752d2593920713943beb67fa4c47df5b4838b920f5997d5732ffdc7f5e9584 +size 1315466 diff --git a/images/82b2307d-82dc-4b55-90ff-ca344a31a504.jpg b/images/82b2307d-82dc-4b55-90ff-ca344a31a504.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75b8d93e94fd0f58ad7f21d51945724f623a5115 --- /dev/null +++ b/images/82b2307d-82dc-4b55-90ff-ca344a31a504.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f64871250d1ebf23213ba3eb4620805ac724fa097bd62218a98cf4fb8a54e7e +size 1818431 diff --git a/images/82bd2ede-31a9-4c34-952b-733032bcea4c.jpg b/images/82bd2ede-31a9-4c34-952b-733032bcea4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16c3d73a65f1932895bf053c6ef4d749ca414394 --- /dev/null +++ b/images/82bd2ede-31a9-4c34-952b-733032bcea4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d92394a878daa1b8b3357126755045ec72299ade01e21697298cea69e0fea0 +size 1260966 diff --git a/images/82c013fe-1226-4d36-9da5-150b1f9d8931.jpg b/images/82c013fe-1226-4d36-9da5-150b1f9d8931.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49d89abc0ec96a8a904272569c11e3ebf77b38f9 --- /dev/null +++ b/images/82c013fe-1226-4d36-9da5-150b1f9d8931.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec22c86e826583e25d7977b80044d680f3db97908b8417688eddc0e6db82dfb4 +size 1847881 diff --git a/images/82dd2854-0980-4c47-8ac6-ae756bdee860.jpg b/images/82dd2854-0980-4c47-8ac6-ae756bdee860.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b6bb99740a468ea11ba70d82b05576b4d15b12 --- /dev/null +++ b/images/82dd2854-0980-4c47-8ac6-ae756bdee860.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf00b4cd49a9ca5e37ea671bc29c40637bc2faefbf0498c8a7aa8a935f05a87 +size 1485485 diff --git a/images/82decb88-7b34-4ab6-9487-ed22356bbb9c.jpg b/images/82decb88-7b34-4ab6-9487-ed22356bbb9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e0eb028db70136d390cb7b69c196a510ec7ce7a --- /dev/null +++ b/images/82decb88-7b34-4ab6-9487-ed22356bbb9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc85aa3db04d1e3d6e9bd8881fa051b692f07a0284f988c3e176da4749074ff +size 1497377 diff --git a/images/82e7f955-08d9-4758-87c3-0cd57a378dd7.jpg b/images/82e7f955-08d9-4758-87c3-0cd57a378dd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..588e4d11dcc72f2dfc084e732ebd77d45b8835ce --- /dev/null +++ b/images/82e7f955-08d9-4758-87c3-0cd57a378dd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac91482b59b124008e82d94c3d72e00727bcf7545940ab17634df502954b777 +size 1745428 diff --git a/images/82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef.jpg b/images/82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3def2203d4ae120abf6ea6f8acaf7aee757e7c0 --- /dev/null +++ b/images/82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f287bc5a69c06356072b8f5b63dc6ddbcf9a17ab1acef7d199055a22e100b54e +size 2216516 diff --git a/images/82f386b5-840a-44b5-b78d-084f92783b9a.jpg b/images/82f386b5-840a-44b5-b78d-084f92783b9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3967e3a45d98fb456ec2b463ef751849123963 --- /dev/null +++ b/images/82f386b5-840a-44b5-b78d-084f92783b9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b9458babaa9d1bb0d02424ea1a906a500d1e425f5be8a2777838c7600a0aee +size 1740375 diff --git a/images/82f72234-9c04-4acf-95ed-501de7f7ef87.jpg b/images/82f72234-9c04-4acf-95ed-501de7f7ef87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2dca76bab9c30f9f8cae213ffd06d96dba4fccd --- /dev/null +++ b/images/82f72234-9c04-4acf-95ed-501de7f7ef87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2995fbc7bb280b65111b1bc97819e43d488bb4e910600582c279d78108655f +size 1977868 diff --git a/images/82f81ea5-1c19-4f84-9800-dcd0606f2750.jpg b/images/82f81ea5-1c19-4f84-9800-dcd0606f2750.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa4484b16913441b7c5b8df3f3f3d90817863fe4 --- /dev/null +++ b/images/82f81ea5-1c19-4f84-9800-dcd0606f2750.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e561b7aefa5f7ca43511a955faa3b23e093a648d61f6b2565dd96510d636c45e +size 1693696 diff --git a/images/82fa6736-5771-4604-86d0-7b790c375564.jpg b/images/82fa6736-5771-4604-86d0-7b790c375564.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f7bc197815312c7ec04d3f85fd7e4203a330310 --- /dev/null +++ b/images/82fa6736-5771-4604-86d0-7b790c375564.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f3c55bf73e343f99211cc177a8894b6c5f4f366728c817cebc098bcbd5a8a8 +size 1421413 diff --git a/images/830b7f18-befc-4454-92b7-fd58435fba7c.jpg b/images/830b7f18-befc-4454-92b7-fd58435fba7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be2238c42b30699d8e93ce4f2d7706ca09815c04 --- /dev/null +++ b/images/830b7f18-befc-4454-92b7-fd58435fba7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae72f3dd8b9ab4176ace92cb4c53b89a12a5351f10b398a6b1a7ea9ea26fff7 +size 1516377 diff --git a/images/8323f140-8b2b-4507-bd47-61d5258fb7f0.jpg b/images/8323f140-8b2b-4507-bd47-61d5258fb7f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe3b74cca0cff77a1a79f12979f3022761029ccb --- /dev/null +++ b/images/8323f140-8b2b-4507-bd47-61d5258fb7f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45dcd341c118109e721e368714cfa1ffccb982659764c4030ac54ab9b638cfc +size 1196288 diff --git a/images/8329398a-3169-444e-94da-272304ce6374.jpg b/images/8329398a-3169-444e-94da-272304ce6374.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a055ce2bb48ef37e5d977a33475d9b0458d4dd3c --- /dev/null +++ b/images/8329398a-3169-444e-94da-272304ce6374.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7700ab287555528050034fcb49244fe0ac10878ce7b06fc9997da3d57bc12039 +size 1325970 diff --git a/images/83336d7d-899e-4f59-9905-143a3faa6da1.jpg b/images/83336d7d-899e-4f59-9905-143a3faa6da1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81860cc71695824a8c286512a65e71d9128854d6 --- /dev/null +++ b/images/83336d7d-899e-4f59-9905-143a3faa6da1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a530e3511df645864d6587dc514fa2f354782013ca3e8c47ad6f71659e45c0a +size 2580151 diff --git a/images/834d4588-2de9-4b17-b011-25b421e67081.jpg b/images/834d4588-2de9-4b17-b011-25b421e67081.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c55fdb9c6acf1f2826f2ebff9cdc9d0abc68fc6e --- /dev/null +++ b/images/834d4588-2de9-4b17-b011-25b421e67081.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10f2d40744dc330e91c2f9c7f1f5a1ba2a7875d40f676db105ca54d9ca9a43c +size 1662481 diff --git a/images/8352d813-de56-4183-95dd-f87215ac862c.jpg b/images/8352d813-de56-4183-95dd-f87215ac862c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68a949f5f11c4b7d27231669c3349f79abb01f8a --- /dev/null +++ b/images/8352d813-de56-4183-95dd-f87215ac862c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd4dc2f931ff866fcfa377a4b3eac7edff4122a541d77c459a9efde79aa9cd7 +size 1482351 diff --git a/images/83539d96-58cb-424e-951a-287bf81ed35d.jpg b/images/83539d96-58cb-424e-951a-287bf81ed35d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba4a3bf7956a3770af4d99367c6d8ef1d5570840 --- /dev/null +++ b/images/83539d96-58cb-424e-951a-287bf81ed35d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e49085c394ca2a3bb58a09ea63feb61a5b3e1f5e74d6d2055312687813fe8a +size 2643695 diff --git a/images/8357272c-bed9-401f-8145-1cf7c271f84d.jpg b/images/8357272c-bed9-401f-8145-1cf7c271f84d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a13c3c61234a3603ea23c0831641252de7ea9d05 --- /dev/null +++ b/images/8357272c-bed9-401f-8145-1cf7c271f84d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f3b5a2115d37fbffe2572754410e04fbcb89c1f9dd9197c2c83e3c3b2308a1 +size 1942709 diff --git a/images/835bbdce-d6ac-471d-816f-d909455e2f29.jpg b/images/835bbdce-d6ac-471d-816f-d909455e2f29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..309e1c07d301374e1c1dcd0d672682ae7fd6646b --- /dev/null +++ b/images/835bbdce-d6ac-471d-816f-d909455e2f29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2705f45e53c1f1d902f4804ba6bda1a55c65d714649d22f9aa08ff0a555df9e2 +size 1924266 diff --git a/images/8374351c-737f-4605-88ce-a4b80a2f3ad3.jpg b/images/8374351c-737f-4605-88ce-a4b80a2f3ad3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2027527661b781c975d37144098ef2f71a496c2e --- /dev/null +++ b/images/8374351c-737f-4605-88ce-a4b80a2f3ad3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2d203dfdad0b14d72db5e64d20d4445d999381d484b5c74aa04a9f799a4de9 +size 1728340 diff --git a/images/83808368-6e94-4ece-a171-0a1c7a26bd6a.jpg b/images/83808368-6e94-4ece-a171-0a1c7a26bd6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92cdc036a6b9117d690f7fdcee2248f4c5bb329c --- /dev/null +++ b/images/83808368-6e94-4ece-a171-0a1c7a26bd6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77287ffc5aac28b55daab0382b1d3941bc9ae1a8dc40857b54795bd76ea8e3be +size 1951383 diff --git a/images/838bac9b-47fd-47ce-9266-20ddce4f465f.jpg b/images/838bac9b-47fd-47ce-9266-20ddce4f465f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f16eedb978325dad0a5a04a2f5d312cfa6dc96e7 --- /dev/null +++ b/images/838bac9b-47fd-47ce-9266-20ddce4f465f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a9f3ae5e9afc7f1d78e3e923347abb171fd6a6c6832083e61b124c3c446c1 +size 1859567 diff --git a/images/83974394-2fae-46c9-a785-63e613faf28a.jpg b/images/83974394-2fae-46c9-a785-63e613faf28a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c4951e339c9852ea76db56c8a221b473cf1d845 --- /dev/null +++ b/images/83974394-2fae-46c9-a785-63e613faf28a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3e9ab965d882b919ea97936ddca0e6ba698518c6d05f903d93ee0f7fcb31c9 +size 1552691 diff --git a/images/8397f2c7-17f6-4222-ad54-8a886f523ddb.jpg b/images/8397f2c7-17f6-4222-ad54-8a886f523ddb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4798a386216fa4e76a80280b73cceedb20807cab --- /dev/null +++ b/images/8397f2c7-17f6-4222-ad54-8a886f523ddb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ec00ab15aaa5f1e5b2706a6a3ece22586cf2b92686baa0a9a52f010b1ae6b9 +size 1453634 diff --git a/images/83a624ec-e565-4999-8543-2a6af129e396.jpg b/images/83a624ec-e565-4999-8543-2a6af129e396.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a49b49ff0b9cdc3c6b9c2928e47db688264563cf --- /dev/null +++ b/images/83a624ec-e565-4999-8543-2a6af129e396.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e53e3210153356c4c10d3c62dca06164e1dcfb3dd55ad9e7bf4a02c01366ce2 +size 1417565 diff --git a/images/83a8812a-4241-4263-8234-0d4c518105fd.jpg b/images/83a8812a-4241-4263-8234-0d4c518105fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b55d3f2c4c35e93a4dc2888bf46728ab50bb124b --- /dev/null +++ b/images/83a8812a-4241-4263-8234-0d4c518105fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776456277ad39c5a07aebd2500ed824af5ec29509f14acd32a3c613920e0ed9b +size 1509788 diff --git a/images/83adde72-08af-43c4-b06e-60b1a82308b9.jpg b/images/83adde72-08af-43c4-b06e-60b1a82308b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cdfa239ad6d46d4ee40f298470967cd81386131 --- /dev/null +++ b/images/83adde72-08af-43c4-b06e-60b1a82308b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71765295446e724c69969cd0dc01eab328419b30c593585988b5691127a037b0 +size 2911667 diff --git a/images/83b78e58-9511-4c6a-9d01-dd4414317c77.jpg b/images/83b78e58-9511-4c6a-9d01-dd4414317c77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e6132a33b08fb572919101fd0302866725fd88 --- /dev/null +++ b/images/83b78e58-9511-4c6a-9d01-dd4414317c77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954a04e68cef0c5b816c7b4c13f40fdc22d4aae2fa8d4e4faae1b7df8f90d74a +size 2203281 diff --git a/images/83d5bd05-a4da-4145-869a-72c41a740b0f.jpg b/images/83d5bd05-a4da-4145-869a-72c41a740b0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9906cc1ab2e4af6c70cf9da67b554ce81fbee9d --- /dev/null +++ b/images/83d5bd05-a4da-4145-869a-72c41a740b0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae6796c0fbe3d2a641dd7524b137bf779089acf1d54063603f3786a099d6af1 +size 1093922 diff --git a/images/83e33b71-bcc8-492b-8fb6-43e40f595c3b.jpg b/images/83e33b71-bcc8-492b-8fb6-43e40f595c3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd43202447f67dc612ac540178f22a846d229665 --- /dev/null +++ b/images/83e33b71-bcc8-492b-8fb6-43e40f595c3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e297029d4eb46e1521e1f679d8d6d88fb6f150e323121e6781a6fbca6853274 +size 1595556 diff --git a/images/83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b.jpg b/images/83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e42962df1c25a6ce39533780b1fb47df6976aa4d --- /dev/null +++ b/images/83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9d17ceafa14225114da0c26f42a4795e6768003f3c45c6fd6b0d05d371b0d3 +size 1467345 diff --git a/images/83e9c095-63f6-4b24-bffa-30068bbb21b0.jpg b/images/83e9c095-63f6-4b24-bffa-30068bbb21b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4c7ab4d4525c018d7a874b750b76c03144f882 --- /dev/null +++ b/images/83e9c095-63f6-4b24-bffa-30068bbb21b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8f0aaa199d1bb31dd981cdc5f05d54249a618cb7c10c0708a323856e59a94c +size 1545795 diff --git a/images/83f8f70e-43a1-49eb-8e14-c440f9024f36.jpg b/images/83f8f70e-43a1-49eb-8e14-c440f9024f36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55c9b4414233a07e210f86b7d5b44b61b3566eda --- /dev/null +++ b/images/83f8f70e-43a1-49eb-8e14-c440f9024f36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3781817a57871c7e63de879499adbf9b535a586c419ef4e5f825a5440d817e +size 1504562 diff --git a/images/8401956e-0cba-4ea4-be4f-4f9a086fbe78.jpg b/images/8401956e-0cba-4ea4-be4f-4f9a086fbe78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa938bb31a7aa304ea4ae7978709cb71e872786b --- /dev/null +++ b/images/8401956e-0cba-4ea4-be4f-4f9a086fbe78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab005d5182d4ec99d386e9f17a5758d521f166a6518e63e3b00192389ac201a2 +size 1581156 diff --git a/images/8402683f-3bbd-484d-85fa-2bf6c15d68a1.jpg b/images/8402683f-3bbd-484d-85fa-2bf6c15d68a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46a3032e5d4be93cfc0493044530bf9b8ed24f16 --- /dev/null +++ b/images/8402683f-3bbd-484d-85fa-2bf6c15d68a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9940f3717cfbfe1ac7e64b80f689c599547e48a388bb709e523f6874f467a1be +size 1727827 diff --git a/images/8406459f-9c74-49cf-8100-9870e031ce70.jpg b/images/8406459f-9c74-49cf-8100-9870e031ce70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d91ee0723e7a8cac23c8ce7de6291a2543d97fb6 --- /dev/null +++ b/images/8406459f-9c74-49cf-8100-9870e031ce70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1429ab9ecdb09488e58317c3e79979ee44e03d557ea7a60694e380cee4ebab +size 1669446 diff --git a/images/840834f2-6039-46d4-8c38-db559d29e9cd.jpg b/images/840834f2-6039-46d4-8c38-db559d29e9cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ade55b1c08c4f5a3a53585022ae94b2212c100a6 --- /dev/null +++ b/images/840834f2-6039-46d4-8c38-db559d29e9cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a66fac150995727fc326d653897f4e3b2f2db795c8b8d5643c4ffdfd086d00 +size 1674187 diff --git a/images/840df5fd-93e0-4345-b4f0-38045f7ad364.jpg b/images/840df5fd-93e0-4345-b4f0-38045f7ad364.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4322bc46373a1da08d25041e14f80fcecaeb4898 --- /dev/null +++ b/images/840df5fd-93e0-4345-b4f0-38045f7ad364.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7e0acd4824fb5bf9116b12f4ca4c8852fc4fc3f713f70bb4e322a697dc9a55 +size 1582533 diff --git a/images/841e0fb1-0b9b-4841-940c-52458789f07f.jpg b/images/841e0fb1-0b9b-4841-940c-52458789f07f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e52f1deb476a702c29eb49b87ffe5accad927438 --- /dev/null +++ b/images/841e0fb1-0b9b-4841-940c-52458789f07f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05abca356d17521cb6903ee4754cd00281516a38468c864fd88981ae85b4b561 +size 1418283 diff --git a/images/843154c5-2642-4b10-a78f-1c1ffb033971.jpg b/images/843154c5-2642-4b10-a78f-1c1ffb033971.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c235d7e808a963ad0dc68cf3a07925fbcb1ec63e --- /dev/null +++ b/images/843154c5-2642-4b10-a78f-1c1ffb033971.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b605a9571aa8af550c6763e9caa283eb442e0bf0691e86bd5c7f11e1fcb387d +size 1695354 diff --git a/images/8432df3d-58d8-41e6-9cf5-063306123b52.jpg b/images/8432df3d-58d8-41e6-9cf5-063306123b52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..361924876fdf68f00ca3fa05d71b767149f73520 --- /dev/null +++ b/images/8432df3d-58d8-41e6-9cf5-063306123b52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adaad36fe86d6d7a03634f7c641a8e09f7e2b27cca576d0ee4dc2076431f7470 +size 1710182 diff --git a/images/843e7fc8-baa1-4c01-95b5-804d5dca4f39.jpg b/images/843e7fc8-baa1-4c01-95b5-804d5dca4f39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a793d0061218859ba9906f2eea6566f457b259ee --- /dev/null +++ b/images/843e7fc8-baa1-4c01-95b5-804d5dca4f39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a97437b1aa4628d9a274592bab437e5fad8ef21b3b6aff8ea8c4d9e5c9012 +size 949920 diff --git a/images/844c574c-77be-4725-afef-2b0d986e5869.jpg b/images/844c574c-77be-4725-afef-2b0d986e5869.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0ec3bc0a89ec44d09722ddf29bd0e8171fc3f4b --- /dev/null +++ b/images/844c574c-77be-4725-afef-2b0d986e5869.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cead2fa2821d9b8d56962b9f59988192346c5985b85b529835d8991db7fe37e7 +size 1614631 diff --git a/images/8453d9e8-8215-4473-bc89-7ffd2db81a4d.jpg b/images/8453d9e8-8215-4473-bc89-7ffd2db81a4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c78b83f84f111b467bf928e5c881e8e6798d2d3 --- /dev/null +++ b/images/8453d9e8-8215-4473-bc89-7ffd2db81a4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eef83e25183db8d4b11cfdf9f37ec4e47fedefbe0657fb612442344d394359 +size 1489964 diff --git a/images/845d5dc4-1c82-4266-b6a5-41a86aaca351.jpg b/images/845d5dc4-1c82-4266-b6a5-41a86aaca351.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c71962c13c4efc6496f5c7ec42d4587a92e34f3c --- /dev/null +++ b/images/845d5dc4-1c82-4266-b6a5-41a86aaca351.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361f12d2b138f00bc68b0dc3d09d8f1a2be68316c8c7925d90dd2a96de465045 +size 1633384 diff --git a/images/845db02e-c283-4761-968b-9234e213be77.jpg b/images/845db02e-c283-4761-968b-9234e213be77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be04544be1b237391b594a5f2c7e48e788f2a377 --- /dev/null +++ b/images/845db02e-c283-4761-968b-9234e213be77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3dff31921a053d2fd60ef1c3c817b684a7fa19db937245a9d96eed38488fdd +size 1830866 diff --git a/images/845e8b2f-ebd7-4c81-8592-c83664c0ac8a.jpg b/images/845e8b2f-ebd7-4c81-8592-c83664c0ac8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa8d6f3e6cc801c71405a5fd75b8a38ead42717b --- /dev/null +++ b/images/845e8b2f-ebd7-4c81-8592-c83664c0ac8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7921d21ced68072b2960f1ff1f97cd088bc5e1fdb4844fd44144fac505f20875 +size 1630637 diff --git a/images/845fe30c-50d2-44ee-841a-3db3ec3aba89.jpg b/images/845fe30c-50d2-44ee-841a-3db3ec3aba89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2ebc8116523c1b4ac549ecaed2b5372177dedd1 --- /dev/null +++ b/images/845fe30c-50d2-44ee-841a-3db3ec3aba89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890859ca7fd3d177cbb6b6830cde3eb0e8405c99b4bf2ce26c055683f69d8058 +size 1668611 diff --git a/images/84626f16-add4-4b60-9faf-62292cc86420.jpg b/images/84626f16-add4-4b60-9faf-62292cc86420.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7180d0a9d8e68c62751d37065b32eeda45871b4f --- /dev/null +++ b/images/84626f16-add4-4b60-9faf-62292cc86420.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f35e5b6cb108cba689799bb0c01baf2ec9aa9f7503c97d556dec6c97b81d4c +size 1915431 diff --git a/images/84674a66-d6ab-42a3-97ef-622883d3d828.jpg b/images/84674a66-d6ab-42a3-97ef-622883d3d828.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7811b329e2ec87f5db52382a22b9b4a6f30c0b3c --- /dev/null +++ b/images/84674a66-d6ab-42a3-97ef-622883d3d828.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badf3392191446f21714c1e78c23f2eb76908171062bfd780c43523005f96c98 +size 1729203 diff --git a/images/846f8be5-58e1-452a-8c30-1ecdb79396bc.jpg b/images/846f8be5-58e1-452a-8c30-1ecdb79396bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6192a668d85ad1f5fd6ab0d8b2f9e60b425cc30e --- /dev/null +++ b/images/846f8be5-58e1-452a-8c30-1ecdb79396bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d20fe118fbe490f1ae3954a9dc8188527d9c025692de066f111064f4cde911 +size 1839231 diff --git a/images/8484855b-21a6-40db-9e0d-863ab5c9f8ea.jpg b/images/8484855b-21a6-40db-9e0d-863ab5c9f8ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b2e91b16bdbbbbdc1bac94d93db9f726dc6ebc5 --- /dev/null +++ b/images/8484855b-21a6-40db-9e0d-863ab5c9f8ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a41f35d2f4032f885af9e2c7d90bd1fb5f36b4f8a6145cada6d6573067cbf0f +size 1785550 diff --git a/images/84bb5e32-860b-4152-9478-8399e69602e0.jpg b/images/84bb5e32-860b-4152-9478-8399e69602e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc40277dc3da31637a0b6bb7b05f2019366e1db6 --- /dev/null +++ b/images/84bb5e32-860b-4152-9478-8399e69602e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee815cddf55965d2f0a97a84c24e28499d75f7a3070c60fe1757aafec5cd6d20 +size 2148687 diff --git a/images/84c47be1-184f-47a6-b0a5-19852bc275ef.jpg b/images/84c47be1-184f-47a6-b0a5-19852bc275ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e15ff7bf473133b2939954d8ae0542f4b8e09d01 --- /dev/null +++ b/images/84c47be1-184f-47a6-b0a5-19852bc275ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29db84c4221886b63299f91fd7485181c309bf7dbeabbcaad56f3f6a38fc086 +size 1175128 diff --git a/images/84cb020d-15fa-4ff5-8cd7-05db56a761a6.jpg b/images/84cb020d-15fa-4ff5-8cd7-05db56a761a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdb94c00e9862e76e315b200d7980bbbfe37c31a --- /dev/null +++ b/images/84cb020d-15fa-4ff5-8cd7-05db56a761a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0db63ff98fa40a1d905077d3da1860621e23ead829f5b8ae54d06f8d72961bc +size 1464652 diff --git a/images/84cc25f8-4209-4d86-9ea9-e0e1163f858f.jpg b/images/84cc25f8-4209-4d86-9ea9-e0e1163f858f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a33889af45df0fd8d1ba9f6c60a07e288c6e64cc --- /dev/null +++ b/images/84cc25f8-4209-4d86-9ea9-e0e1163f858f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dd6805f6190ad32aa632dbd1b85998a9ee9ab67b70abf4f297b0581f407312 +size 1514339 diff --git a/images/84ceae80-aeef-4680-9b95-f2d098d8ed4a.jpg b/images/84ceae80-aeef-4680-9b95-f2d098d8ed4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0edc2bf3db7427ad894efdadd503ea12c76a8d08 --- /dev/null +++ b/images/84ceae80-aeef-4680-9b95-f2d098d8ed4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d24e853ecc5d155a0aacf13a0cb36d4a4d039b0bf04b1dd9e1c8e2a2c3ba6cc +size 1600126 diff --git a/images/84cf8d34-2d9f-4b32-94ea-34d2dc591fce.jpg b/images/84cf8d34-2d9f-4b32-94ea-34d2dc591fce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ad9cbd3a2b77f4e87b53bc646dd49662523f279 --- /dev/null +++ b/images/84cf8d34-2d9f-4b32-94ea-34d2dc591fce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec09d4b6b1646f7ecca6c09bed39dbaef1d1a01592533b583674028d2ac22248 +size 1544507 diff --git a/images/84db2883-715c-4781-b4ae-6f072d4b43c7.jpg b/images/84db2883-715c-4781-b4ae-6f072d4b43c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec4821258917a29a9b164d65e1fddf35e7e71e0d --- /dev/null +++ b/images/84db2883-715c-4781-b4ae-6f072d4b43c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b982f2e92831dd9cf0fe2b418c93d75bc90eb71a2aab2093c71bb3082cb910 +size 1562081 diff --git a/images/84dfdf93-175f-47a3-81cc-0b0de444199e.jpg b/images/84dfdf93-175f-47a3-81cc-0b0de444199e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20108c25d9e5ec6c4843110b41c4cbce77baca55 --- /dev/null +++ b/images/84dfdf93-175f-47a3-81cc-0b0de444199e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5935a3391d02deb77a5564ace8cd4e9bfb82c33b63ef627b8a79cf371f8afcee +size 1791180 diff --git a/images/84ecb68e-3a21-454c-a501-dcc8bcdbb202.jpg b/images/84ecb68e-3a21-454c-a501-dcc8bcdbb202.jpg new file mode 100644 index 0000000000000000000000000000000000000000..130078f92ecf0ad20860c0960cdd1a6f79607a90 --- /dev/null +++ b/images/84ecb68e-3a21-454c-a501-dcc8bcdbb202.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8716e20e241b8bb7687596d2d29cba5be29b406c67ef6a43eb3353b7bb4a35 +size 1522285 diff --git a/images/84f54f78-6541-4dd8-97b0-b3a58e893a59.jpg b/images/84f54f78-6541-4dd8-97b0-b3a58e893a59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19e95da6657cfee89acd574de90134a007a372ba --- /dev/null +++ b/images/84f54f78-6541-4dd8-97b0-b3a58e893a59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1c60b4222685db9218e7d9c91543ea65c6922b4bec01d833b753890295fed3 +size 1484823 diff --git a/images/850803ce-26e5-416f-805d-8b04e714476b.jpg b/images/850803ce-26e5-416f-805d-8b04e714476b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69463bbfe0395a2559cb7d727a98ae675023f8ac --- /dev/null +++ b/images/850803ce-26e5-416f-805d-8b04e714476b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5712865f0966c21a339bf9eec1f07fdc8df26d2716a59d5da157c2783ce52029 +size 2215973 diff --git a/images/850f2049-23bb-48f7-8f89-06aa1be925cd.jpg b/images/850f2049-23bb-48f7-8f89-06aa1be925cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33751ea68fff251ae6bd003d9b1ab2bd03af84bd --- /dev/null +++ b/images/850f2049-23bb-48f7-8f89-06aa1be925cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39814b16a7364b53e8240d10391604e3f241b0018c98045f62859df665114fde +size 2088063 diff --git a/images/85142859-3881-45b9-9226-cafefa38394a.jpg b/images/85142859-3881-45b9-9226-cafefa38394a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37e18c599374f882fdadd4ca8863d300c4775d73 --- /dev/null +++ b/images/85142859-3881-45b9-9226-cafefa38394a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d06cd53ee0f6baa4572aa3de42af71a51cdce3af7e6a7fcd2e50251315a06d +size 1243784 diff --git a/images/85181cef-7c49-4548-93e8-6388f8b4dde7.jpg b/images/85181cef-7c49-4548-93e8-6388f8b4dde7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61885405a87d3a825b1ac0d2dfb73264c1cfad49 --- /dev/null +++ b/images/85181cef-7c49-4548-93e8-6388f8b4dde7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc207c9310a3ae6477fffacf276c589186257d7255673bf4c8c7e9886b07dc92 +size 1177017 diff --git a/images/852ab837-a0ae-4499-bcc6-f0d0c501bee9.jpg b/images/852ab837-a0ae-4499-bcc6-f0d0c501bee9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b21a4f4b215c022181aac7e1c3d54ebfbde661bc --- /dev/null +++ b/images/852ab837-a0ae-4499-bcc6-f0d0c501bee9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfd938cc1d5dd4c5c2ee8686c173b4ca5513bd406b201b3ffe909c6b406e338 +size 2423499 diff --git a/images/852d0fff-a8cf-41d4-ac0d-54ae0a2f535a.jpg b/images/852d0fff-a8cf-41d4-ac0d-54ae0a2f535a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04ecc6029e2f794ce2f27ca59b20fee1f6b9d17d --- /dev/null +++ b/images/852d0fff-a8cf-41d4-ac0d-54ae0a2f535a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7109ce8d6c3359ef33b3de84f4e44b57f36d91411143c6acfa34d236f13b10c9 +size 1915729 diff --git a/images/8533fdf3-3e77-41a9-80c6-55f4c407624c.jpg b/images/8533fdf3-3e77-41a9-80c6-55f4c407624c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5a21da45fe978f5565ad3fdb6e995d238ad53a4 --- /dev/null +++ b/images/8533fdf3-3e77-41a9-80c6-55f4c407624c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16602524fedb069f3966c8930e2306aea465efe0c1bec2175a03f2bb710d6543 +size 1432715 diff --git a/images/8538e963-2e33-4207-8192-f1dc16f1ca5b.jpg b/images/8538e963-2e33-4207-8192-f1dc16f1ca5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33df4193ccf1740c8f52856cb7dd9d693b108d96 --- /dev/null +++ b/images/8538e963-2e33-4207-8192-f1dc16f1ca5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c8b7b23fc25f4966caf522a19c438ff58c91ffd4f02bc0a69066442df413c4 +size 1469941 diff --git a/images/85411d6f-8cc0-4db6-9e91-d9ad259bb0e7.jpg b/images/85411d6f-8cc0-4db6-9e91-d9ad259bb0e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e12adf9758dae0c173225a1b824fa417505fc63 --- /dev/null +++ b/images/85411d6f-8cc0-4db6-9e91-d9ad259bb0e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9360f0fad0117ca3a0d82e3f455bcc6f6cbda1b9f2976b2092ba76707818e13a +size 2705128 diff --git a/images/8559b718-1766-4e8d-83be-e703f8e8ea50.jpg b/images/8559b718-1766-4e8d-83be-e703f8e8ea50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d2e844d671ea60e15b72e7187e5bdb688144497 --- /dev/null +++ b/images/8559b718-1766-4e8d-83be-e703f8e8ea50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83f7684b8606fc1af9f10c5605ada490a3a0073e5bc8812f97141b9c9cfc280 +size 2048351 diff --git a/images/856de072-3905-4393-98bf-86af2ef50870.jpg b/images/856de072-3905-4393-98bf-86af2ef50870.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18c386d9e04677fb26be4d5e560b10a381d36c0f --- /dev/null +++ b/images/856de072-3905-4393-98bf-86af2ef50870.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9b9e20447fdd3c6a7aca1e31d764c16c389019a9116d6e216ae88f5ccc045e +size 1701887 diff --git a/images/8583c474-4957-4718-a365-a85e86b146e2.jpg b/images/8583c474-4957-4718-a365-a85e86b146e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..602c819b50b6ffc798076d12cd7595853f6a68e4 --- /dev/null +++ b/images/8583c474-4957-4718-a365-a85e86b146e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf554496d47948c25826af1992ba9137294bf613320814ea10daff1359d9e97 +size 1668403 diff --git a/images/859b9b5b-9093-469a-b858-127fdcf9925d.jpg b/images/859b9b5b-9093-469a-b858-127fdcf9925d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dfd3f5780574d502366d25ea42c790990d893d3 --- /dev/null +++ b/images/859b9b5b-9093-469a-b858-127fdcf9925d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acde7ac8c44df0338939d0ce6230a16d7d70c36c0fb28baec96a1970c81525c2 +size 1778335 diff --git a/images/859e860d-e49c-40e4-8ecd-3f08315c5658.jpg b/images/859e860d-e49c-40e4-8ecd-3f08315c5658.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c33dc6e06812fccbe9e68524b5e5838d35d60c0 --- /dev/null +++ b/images/859e860d-e49c-40e4-8ecd-3f08315c5658.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083c3416a1a58914df4976a93d494a1147877fd100293ed3028741c236807c8a +size 1683387 diff --git a/images/85a41426-3168-4f59-a5ab-b753de0f80b7.jpg b/images/85a41426-3168-4f59-a5ab-b753de0f80b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eecff05d2d4cfa601a2865457ce64a389b8fcc54 --- /dev/null +++ b/images/85a41426-3168-4f59-a5ab-b753de0f80b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd45a1e50e06f8827f083f68b68695b4702366e8efa5a6147c4146e591ea23c +size 1789161 diff --git a/images/85b4da67-275f-496b-a122-8ad544bec5ce.jpg b/images/85b4da67-275f-496b-a122-8ad544bec5ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61d078b132411dab9e7555c5b83a45cc9a419440 --- /dev/null +++ b/images/85b4da67-275f-496b-a122-8ad544bec5ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213ddabe7d75a1c094796f4fff9fdb732628cb07bda8d644e973c5cc63972909 +size 1352789 diff --git a/images/85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f.jpg b/images/85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fe846b748c56279323a7fc1c5167027cc7bb3ec --- /dev/null +++ b/images/85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535b0b1d015307fbb6d642a55f875a85da8790c7887531c2f5633cd74b1a931a +size 1691745 diff --git a/images/85be35a9-4de0-4d72-8896-03c041f774b1.jpg b/images/85be35a9-4de0-4d72-8896-03c041f774b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65014b128890f5ec77ba24703bb1d538b4d898fb --- /dev/null +++ b/images/85be35a9-4de0-4d72-8896-03c041f774b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bfe875ab987210bce3321f80d164458b9dde73493733abfeda1b69f0caefd5 +size 1833970 diff --git a/images/85c0f85a-9de1-4ec8-88b2-234f9729c245.jpg b/images/85c0f85a-9de1-4ec8-88b2-234f9729c245.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48f046729ebb0f2bf1029d1b47502155466d33ec --- /dev/null +++ b/images/85c0f85a-9de1-4ec8-88b2-234f9729c245.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc343a86bb86407fbabb0b9fdbc25ca708f416688c78a502b4e6bc5df9a49afe +size 2348653 diff --git a/images/85c8e3c4-0d4a-4385-a7e0-284602e6fab4.jpg b/images/85c8e3c4-0d4a-4385-a7e0-284602e6fab4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d525d5b5553dec25a94c4df1739970c466cba98 --- /dev/null +++ b/images/85c8e3c4-0d4a-4385-a7e0-284602e6fab4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d202073888755bfee501b539e79585abb6b0ff025bbb96920751af1efe65aff +size 1918041 diff --git a/images/85eee8b1-1553-4993-92a8-0afbec99b9dc.jpg b/images/85eee8b1-1553-4993-92a8-0afbec99b9dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81fd2c1fbae5ec72059975c1b2b8235f3b3aa0d7 --- /dev/null +++ b/images/85eee8b1-1553-4993-92a8-0afbec99b9dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4662bd19c21c5d2c330e466003796736af2e518dab433a124bd7559d444fb9fd +size 2457968 diff --git a/images/85f06400-b32f-4250-9266-500c64c63afc.jpg b/images/85f06400-b32f-4250-9266-500c64c63afc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a169c219dc283f7e8ffb200a3e99113377ba8c98 --- /dev/null +++ b/images/85f06400-b32f-4250-9266-500c64c63afc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d16ce4d60cd3c4ba98a58294050e58eb611119cdc3066c1469dea1be26c8410 +size 1535932 diff --git a/images/85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99.jpg b/images/85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49481644a4fd960ca6e718e00479aece2adbe512 --- /dev/null +++ b/images/85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8388c68ceaf104660b91bc2d68bbe41980cdde2c40aaa5f449a5ec0f9681dc9 +size 1291712 diff --git a/images/8604ad00-6343-4df2-8eab-ff434f8fc4bf.jpg b/images/8604ad00-6343-4df2-8eab-ff434f8fc4bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cf4ca9c99f89bd9e27577236bbae84b572f7fce --- /dev/null +++ b/images/8604ad00-6343-4df2-8eab-ff434f8fc4bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b444a0bbd16939576589021a152877ea4da1f9874a009f242a5a862431a2d5 +size 1658624 diff --git a/images/860f62d7-8d62-453e-b56c-07252b3ce8c5.jpg b/images/860f62d7-8d62-453e-b56c-07252b3ce8c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d3e9a7a021ae5fcf8c36bd38fd4c20438ef762a --- /dev/null +++ b/images/860f62d7-8d62-453e-b56c-07252b3ce8c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2acc1dfbb1b17f0825981ca9e261356b3550afd4e5ef3edb8fdb11af51a15b +size 1720971 diff --git a/images/86329f9f-f87f-47a3-ae44-bfd31dd83936.jpg b/images/86329f9f-f87f-47a3-ae44-bfd31dd83936.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd53b293d264161bce204a9a1b1b6fdecdcc7 --- /dev/null +++ b/images/86329f9f-f87f-47a3-ae44-bfd31dd83936.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7f55753ca12cc6d2acd2c10800581d34bc2db2f676f93a05ff9256910cbc6a +size 1751240 diff --git a/images/863a4bf8-13cd-4055-85f6-04223dd85b1c.jpg b/images/863a4bf8-13cd-4055-85f6-04223dd85b1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6eec14f263a4dfee5d74d72f6341765f638a45f --- /dev/null +++ b/images/863a4bf8-13cd-4055-85f6-04223dd85b1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ec4bf66535c8e139a9985fb46ca64f829509008105f8e661962d313283fb1a +size 1910968 diff --git a/images/865733fa-51cd-4eda-bf27-31a11e57afba.jpg b/images/865733fa-51cd-4eda-bf27-31a11e57afba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..502a296cbb07a4cbbb77ebeaa08b2cb7de5ec901 --- /dev/null +++ b/images/865733fa-51cd-4eda-bf27-31a11e57afba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60efdb0dbaa7f04fa17890861ca55e68c76aba6c48cc11853e3756d1a4731b32 +size 1241037 diff --git a/images/866780cc-b4ae-4f82-b463-855677e9efef.jpg b/images/866780cc-b4ae-4f82-b463-855677e9efef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..808bc542b8aa04cd2ab3022b1c8281a7d1d77f11 --- /dev/null +++ b/images/866780cc-b4ae-4f82-b463-855677e9efef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ea50fff35daf1e9f4dfcd927dffb97fc864b0e011a5cdbd15bef840d342a5b +size 1735590 diff --git a/images/86692053-f2aa-4725-b427-9467c9b119d4.jpg b/images/86692053-f2aa-4725-b427-9467c9b119d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2eb5d9a8d6695f567e9ccf0887da2339d6ca22a9 --- /dev/null +++ b/images/86692053-f2aa-4725-b427-9467c9b119d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc4b0ee480f916d672f57848fe646ead4954bd294821878ed41d38a30b6f39e +size 1582469 diff --git a/images/86760db2-66cf-43f1-8636-6e743c2b5ef6.jpg b/images/86760db2-66cf-43f1-8636-6e743c2b5ef6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbed65d4556efae18d20832e5533a62b97ba25ab --- /dev/null +++ b/images/86760db2-66cf-43f1-8636-6e743c2b5ef6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403a2939deda745f26c106356b32461274a7967d4e16fb60a56e7b888443d49e +size 1558104 diff --git a/images/867ab817-7560-4ed8-bcdd-973930c06981.jpg b/images/867ab817-7560-4ed8-bcdd-973930c06981.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9270b0db9cd9df8fe57a5386ea74a3d1f6b515ed --- /dev/null +++ b/images/867ab817-7560-4ed8-bcdd-973930c06981.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a3308a8b4a1b375711c5f237c7d82e4d5512a78b56554a0a31171f16cc5400 +size 3693913 diff --git a/images/867d5e85-f463-4fca-a5fe-814a27d7e784.jpg b/images/867d5e85-f463-4fca-a5fe-814a27d7e784.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbeb4f603f0709859d22b63505f3f4df1f35275f --- /dev/null +++ b/images/867d5e85-f463-4fca-a5fe-814a27d7e784.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3325fc19b34fa8403083c6e5c84e3115bdc67ebb525c831167b6b6f9e341dca +size 1622389 diff --git a/images/867ea8ea-9d47-4f3b-aff9-463ebcd23f44.jpg b/images/867ea8ea-9d47-4f3b-aff9-463ebcd23f44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2440c8379b146e56366b5dd4ae9a9bde514cffb5 --- /dev/null +++ b/images/867ea8ea-9d47-4f3b-aff9-463ebcd23f44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f5eaeb2eb5adbbbd8b84349314545a3f25d48b6c3162d0722899de85c7296a +size 1646565 diff --git a/images/8686beb8-09f1-494d-99b6-19c857fe2d5d.jpg b/images/8686beb8-09f1-494d-99b6-19c857fe2d5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bdf853ce18926e3dd12227e4b231ed6a1c6dbbd --- /dev/null +++ b/images/8686beb8-09f1-494d-99b6-19c857fe2d5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6695e2030fdfcfd1c4cb549e7db43fbb3742d8c2544fad0ee96e66549654a5d +size 1388467 diff --git a/images/868cb623-0478-4657-a35b-2bc6722e4a91.jpg b/images/868cb623-0478-4657-a35b-2bc6722e4a91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87498f89062961439cf8d467b909930f7bd8ea4e --- /dev/null +++ b/images/868cb623-0478-4657-a35b-2bc6722e4a91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6f34b6ad479612992e7f8fde56b6d4b07d31369e9082d1cf01d428a0d03b3 +size 1380111 diff --git a/images/868e94ce-fa28-43f9-a6b0-d9844da12287.jpg b/images/868e94ce-fa28-43f9-a6b0-d9844da12287.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b0adffad286371ea404f23064aaf673884c1bb --- /dev/null +++ b/images/868e94ce-fa28-43f9-a6b0-d9844da12287.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ee702b7f5ee0dcc9f6d33940bb216c3c0cdd3fc441dad8198d173c3be90f57 +size 1448015 diff --git a/images/8693e531-6464-444a-82df-4260a15491bd.jpg b/images/8693e531-6464-444a-82df-4260a15491bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b53a7ace85607f1e70b7cf6d1d9ea5655071a0fb --- /dev/null +++ b/images/8693e531-6464-444a-82df-4260a15491bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962dd69cb6452bda4fab69be99e8f231888ec6a918c1cc0fdd8028b1a6bbbd95 +size 1337656 diff --git a/images/8697607c-b559-4bda-8872-0a360c960683.jpg b/images/8697607c-b559-4bda-8872-0a360c960683.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a2338350ee6ddbbad57734c4c9937c09aecabf9 --- /dev/null +++ b/images/8697607c-b559-4bda-8872-0a360c960683.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b2f91163706d19e42d971577af4c1030a511f5eb6a97a813f9b9981a1aabcd +size 1722812 diff --git a/images/8699fc40-3b49-4c53-b729-c3d19589a009.jpg b/images/8699fc40-3b49-4c53-b729-c3d19589a009.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90aee4f1be9289721bc55af07fcec2eb9df8f507 --- /dev/null +++ b/images/8699fc40-3b49-4c53-b729-c3d19589a009.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f22a38f256dbe98a5dbbc84e942dc1a1f7f23f85aaf0918eef8602f54d2d72d +size 2888228 diff --git a/images/86a51153-8eeb-42b7-af76-61e230af5a40.jpg b/images/86a51153-8eeb-42b7-af76-61e230af5a40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..779db4b51aff9055b5d4b8b4b19b30f2285c212c --- /dev/null +++ b/images/86a51153-8eeb-42b7-af76-61e230af5a40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abeffe77489d4056f6c46f2ec217c4e69a8ae23aa15e9c151f0a8d27a41c46a0 +size 2316427 diff --git a/images/86ae0ad3-554f-463e-997d-b3d5e2b69a3e.jpg b/images/86ae0ad3-554f-463e-997d-b3d5e2b69a3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe5789e3f32dd228a8b586877d71052d8254a2d9 --- /dev/null +++ b/images/86ae0ad3-554f-463e-997d-b3d5e2b69a3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0360c2f4d2257717e634a60cf32ce8e3ec615529683c7613bebf9a26bdf341 +size 1463064 diff --git a/images/86b075a3-40fa-4dfb-af05-ce36820cbb15.jpg b/images/86b075a3-40fa-4dfb-af05-ce36820cbb15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e1974293481b693c2b29db45f98a0d717cc55b --- /dev/null +++ b/images/86b075a3-40fa-4dfb-af05-ce36820cbb15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e78b2ab22dfd2524311e97bfc8a60513d58c32c735dc7c5bc101e76f00b21b4 +size 3180232 diff --git a/images/86b2b600-036a-404b-a3d8-784abfd08b6f.jpg b/images/86b2b600-036a-404b-a3d8-784abfd08b6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..534ec223524c7a9bb438dc8f1ba005a11353f7e2 --- /dev/null +++ b/images/86b2b600-036a-404b-a3d8-784abfd08b6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d27ef578c5d315b1ff99d2e225bb628dda7e9d53fef73776512dc4823ab305 +size 2475736 diff --git a/images/86c331fe-9d48-4eea-a7db-76ff7b85cd79.jpg b/images/86c331fe-9d48-4eea-a7db-76ff7b85cd79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..220c79d208a47b42f319c44ec94b02c8ad80477d --- /dev/null +++ b/images/86c331fe-9d48-4eea-a7db-76ff7b85cd79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8c847f44ed2c21cc38aaaff173eaee9dc99eb1710cb7450b788f76b847bf5a +size 1595695 diff --git a/images/86ce5622-2731-4136-bd32-19fd816b1e07.jpg b/images/86ce5622-2731-4136-bd32-19fd816b1e07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86804e087e549a3db486fae7934e333e912e3772 --- /dev/null +++ b/images/86ce5622-2731-4136-bd32-19fd816b1e07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36422cacca40ae11c9e601cd2d4b79b8ef457b66de5ea74036eb8112b3722b19 +size 1943603 diff --git a/images/86d39b61-d4cc-45d6-9233-f552024a4d5a.jpg b/images/86d39b61-d4cc-45d6-9233-f552024a4d5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f46b7caf76c72a179f4a166f7c0a7fabd3e65164 --- /dev/null +++ b/images/86d39b61-d4cc-45d6-9233-f552024a4d5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8613b66b428b62284e9d12669578a9d77197d13843eccbb7ed69e17b78e53ae8 +size 1487500 diff --git a/images/86d7c5aa-de15-45e0-8358-ac5a31018fa3.jpg b/images/86d7c5aa-de15-45e0-8358-ac5a31018fa3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d80e03f494f0048f0c3f305cb142b64fc1bf0cea --- /dev/null +++ b/images/86d7c5aa-de15-45e0-8358-ac5a31018fa3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339dad96d2dc4cdbab695a256458e91c99a969d6d1231133670ef1b9dafd53eb +size 1605682 diff --git a/images/86e87aea-7eda-4b42-81e1-af76fb59a9fd.jpg b/images/86e87aea-7eda-4b42-81e1-af76fb59a9fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68eb68edef2277908714ddc4eb7df463ca5a8349 --- /dev/null +++ b/images/86e87aea-7eda-4b42-81e1-af76fb59a9fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b09c168ba9fb346d83a772f6940d8c08d8013e3086125295e4d99d796cf1363 +size 2170673 diff --git a/images/86f3bf9e-7d68-474c-839f-27320afaab79.jpg b/images/86f3bf9e-7d68-474c-839f-27320afaab79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5965fc5c0b31cda7c48596864a7c45cb93828a8c --- /dev/null +++ b/images/86f3bf9e-7d68-474c-839f-27320afaab79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a046c2eb05dffd78ba30638c921eb24f1143f1afd9e871982474937c4f7943f +size 1724994 diff --git a/images/86f79bfb-7352-4fc9-83df-39353484cf36.jpg b/images/86f79bfb-7352-4fc9-83df-39353484cf36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7adc73d140f9a1037684364eb420ff2528b4181 --- /dev/null +++ b/images/86f79bfb-7352-4fc9-83df-39353484cf36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a54fb5a66d2c0af92f9ed3b49e53700445dc85331f2c513f0275994da1e728 +size 1458407 diff --git a/images/87006483-5ffc-4042-b758-a9a2976723a2.jpg b/images/87006483-5ffc-4042-b758-a9a2976723a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0400c523d398a8e1381e2893e0bc68a3a1eb3425 --- /dev/null +++ b/images/87006483-5ffc-4042-b758-a9a2976723a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4adf15fe2b9588718aeb683b9b0377295d6deed2bba996a616286874dd83d0d +size 1507693 diff --git a/images/87050955-9398-42bc-8f91-e1720279d11d.jpg b/images/87050955-9398-42bc-8f91-e1720279d11d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11c792aeb3ecd551d24b0937eb11610e3eac0ad7 --- /dev/null +++ b/images/87050955-9398-42bc-8f91-e1720279d11d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafe7d5897ba3a176d6bd4cfe7f8cfe9e70cc129e8ae2b3fc6a0a23257e106bc +size 2011972 diff --git a/images/8708fd52-749b-4048-9b08-fc6c991b797f.jpg b/images/8708fd52-749b-4048-9b08-fc6c991b797f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe63e2a8ac9858183dbec5a747425352def8bc71 --- /dev/null +++ b/images/8708fd52-749b-4048-9b08-fc6c991b797f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e723fb5d632918c7617296d91a6db239656ff0d653546ea7bb6e8dcb796e66 +size 1442166 diff --git a/images/871106db-82d3-4f5a-8bd3-d480046bee79.jpg b/images/871106db-82d3-4f5a-8bd3-d480046bee79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a26615222139b6a9663c89e4240b08838676664 --- /dev/null +++ b/images/871106db-82d3-4f5a-8bd3-d480046bee79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf2dc2441ce4c13c25449287b6141715e58d29830bba01f38c7088f8cf0f9a0 +size 1749955 diff --git a/images/871604c4-2b77-4030-8ffb-e80478aab2d2.jpg b/images/871604c4-2b77-4030-8ffb-e80478aab2d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f62a4623383fc03d131009bbba8add5aa7f22cad --- /dev/null +++ b/images/871604c4-2b77-4030-8ffb-e80478aab2d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d78685d99e4047ae0e2291f2e9e607fc3be6dd33ea758db5e9356493db209e +size 1826892 diff --git a/images/871dfcc9-6d36-457b-b9ae-50643f481db9.jpg b/images/871dfcc9-6d36-457b-b9ae-50643f481db9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebb812fc6f7ca0e0e69788b9ad6f756a8c527eec --- /dev/null +++ b/images/871dfcc9-6d36-457b-b9ae-50643f481db9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e325fb5f67f1431b2d229a8e03305ce6f47f65fcf0f459d3d912bf668e0e24 +size 1712539 diff --git a/images/871e5f1a-caa0-4c8f-bfe0-3504d31474b5.jpg b/images/871e5f1a-caa0-4c8f-bfe0-3504d31474b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74eb6cf85df85e95b7954bd3478c7dee5036e47f --- /dev/null +++ b/images/871e5f1a-caa0-4c8f-bfe0-3504d31474b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d9be4b2fa9539094f0bb4ae2f3be94323a7d63804e59ed6ba72615b3dc6d11 +size 1658968 diff --git a/images/87216cb3-bce4-4aec-95cf-d6ae4a656a63.jpg b/images/87216cb3-bce4-4aec-95cf-d6ae4a656a63.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fe6f2167bd0c3476582c401795f377d7752684c --- /dev/null +++ b/images/87216cb3-bce4-4aec-95cf-d6ae4a656a63.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b2634269fccc504dddb11437aac6980ea3d64a881f23af2944060f4cfe905b +size 1606663 diff --git a/images/8722ae72-f316-44be-8a1b-293e07b9aaad.jpg b/images/8722ae72-f316-44be-8a1b-293e07b9aaad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6be6dfd664df81da982fa21c42e110ff8b43c91 --- /dev/null +++ b/images/8722ae72-f316-44be-8a1b-293e07b9aaad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4f4a3b349194406624c8b003c76dd67b72783cae1f6c0e6802182f2157d5b2 +size 1732052 diff --git a/images/872b3003-f417-43fe-b650-5cb4761d3f9f.jpg b/images/872b3003-f417-43fe-b650-5cb4761d3f9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db85005c1e1bbb44a7f87c37d207c0b1431a5d6b --- /dev/null +++ b/images/872b3003-f417-43fe-b650-5cb4761d3f9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83473edd43552da4299f50a5d7b19238c57214e628b76a0ce39064a40090d122 +size 1468953 diff --git a/images/873eefc4-8603-4d82-bb3a-5dd8a336ddb3.jpg b/images/873eefc4-8603-4d82-bb3a-5dd8a336ddb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b50a9ed8228ef5daf845a2052c059470969ec25e --- /dev/null +++ b/images/873eefc4-8603-4d82-bb3a-5dd8a336ddb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d43746d722fd6a933da31ee1a7b8921bcfcc2c282b253aa0226517c4463f5a +size 1659948 diff --git a/images/873f1132-3ba4-4096-8f16-d2953c760304.jpg b/images/873f1132-3ba4-4096-8f16-d2953c760304.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ef562ad426631a4ca8d9831c2151eb202abe60f --- /dev/null +++ b/images/873f1132-3ba4-4096-8f16-d2953c760304.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a616af1b13a77a087cda1d3b295e478dc49e5b8de5198585e2309e67dc0f0aa6 +size 1850549 diff --git a/images/87469a72-9b78-42d8-8f7d-484c3e2c6a35.jpg b/images/87469a72-9b78-42d8-8f7d-484c3e2c6a35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b00c38df8b04a868ca2c28315cd682224a1c3ef5 --- /dev/null +++ b/images/87469a72-9b78-42d8-8f7d-484c3e2c6a35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1ca3570a6387527049e7a9d4eede7fa154d498724b86503f00ae21acbe875 +size 1394541 diff --git a/images/874f0db3-2958-4d85-a624-3263a6d4160f.jpg b/images/874f0db3-2958-4d85-a624-3263a6d4160f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99f39e34d9390263c309a73388114c00884a7421 --- /dev/null +++ b/images/874f0db3-2958-4d85-a624-3263a6d4160f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0b25bce117684694c30804e339ee5015d21624f7be5079d08f98add9681603 +size 1358367 diff --git a/images/87563678-b281-4b93-aab7-877bf81c03a7.jpg b/images/87563678-b281-4b93-aab7-877bf81c03a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..143ab7e80f499674f1d2000b7fedb394c271c347 --- /dev/null +++ b/images/87563678-b281-4b93-aab7-877bf81c03a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c6ae594e7d19f7d9b3f6019528066cee8dbf834b08efe2a4566daf67e7cac4 +size 1948541 diff --git a/images/8769911c-90bd-4f45-bcc8-e76815ef15eb.jpg b/images/8769911c-90bd-4f45-bcc8-e76815ef15eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b29910adfd44597feee15b468e04ce5c6b8932 --- /dev/null +++ b/images/8769911c-90bd-4f45-bcc8-e76815ef15eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcf229afaf48315d4456035d7f90276e74b75485fafd03c321970f186258a81 +size 1201598 diff --git a/images/876ea6fa-35d3-4c15-b245-0c711f5ed00e.jpg b/images/876ea6fa-35d3-4c15-b245-0c711f5ed00e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c10a297ab323249b5744db71e93a1399feaa6b00 --- /dev/null +++ b/images/876ea6fa-35d3-4c15-b245-0c711f5ed00e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b804ca556e8e40a84cca06b48b0954c1f9303271b28c4bb7e85e47cd6d3d187f +size 1932534 diff --git a/images/8776ea2a-cbac-465d-8c53-d50b6bbe49de.jpg b/images/8776ea2a-cbac-465d-8c53-d50b6bbe49de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85e41c40a85042b0a49d19b3e40b7c47ab7c015a --- /dev/null +++ b/images/8776ea2a-cbac-465d-8c53-d50b6bbe49de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae1838b9336752d10dd401f60c5b6da1d38c1e8a270c855343ada7640c5e4a +size 1468769 diff --git a/images/877c7251-4c01-4782-8254-69fbf515b90e.jpg b/images/877c7251-4c01-4782-8254-69fbf515b90e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c738fa267706d3833fb34fb7451d3ae33ad94a9 --- /dev/null +++ b/images/877c7251-4c01-4782-8254-69fbf515b90e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1596ab52da1abfa835383a0250c29e58491f46bdd49ab779de3dc128ad4bfa +size 1536692 diff --git a/images/877e9547-ccc2-461d-a2a2-28ba1ab5f1ce.jpg b/images/877e9547-ccc2-461d-a2a2-28ba1ab5f1ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2eb7996d4a98e18d1a9cf6ff596eba57e4a2af7e --- /dev/null +++ b/images/877e9547-ccc2-461d-a2a2-28ba1ab5f1ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b68154b5579cf08411b54278bd431e4cbaf051c39b562068c2901eda5357141 +size 3665159 diff --git a/images/87808139-76e5-42cb-823e-42533eab2d0a.jpg b/images/87808139-76e5-42cb-823e-42533eab2d0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a3f1a5ae428d6151ca23932879555de8483943d --- /dev/null +++ b/images/87808139-76e5-42cb-823e-42533eab2d0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eef45fade0896bae5a5590e1788f4e04f6620cf7140ac06c890603eb9a8a52 +size 1989670 diff --git a/images/878401ef-2286-4ec1-ab28-62694812bc39.jpg b/images/878401ef-2286-4ec1-ab28-62694812bc39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..328d146bcff8bfba9729424ad78ca522511f49d2 --- /dev/null +++ b/images/878401ef-2286-4ec1-ab28-62694812bc39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3e47820c32ef7afc74eae608d73ea5ac71ffd8dd323f7e9742b46d9598adad +size 1989399 diff --git a/images/878c2da6-1a16-4e89-9990-481b6d0fd39b.jpg b/images/878c2da6-1a16-4e89-9990-481b6d0fd39b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78c8a1bbf78c70ef1a93b790f1105251abb9e5b0 --- /dev/null +++ b/images/878c2da6-1a16-4e89-9990-481b6d0fd39b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c5ec2d92251fbd8de23e8fecfbfa929d1eef277fd21eced4a22059c91b475e +size 1553326 diff --git a/images/8793e081-fe4f-4549-8b68-8a4077a2c2c0.jpg b/images/8793e081-fe4f-4549-8b68-8a4077a2c2c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a732a7aaa0ba106404fae6df7dd4e0ec2f99108 --- /dev/null +++ b/images/8793e081-fe4f-4549-8b68-8a4077a2c2c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55727d12d297194a9c616a74ec06c27cae2b7748503c287182cb116c919d055f +size 1489289 diff --git a/images/87999ab5-296c-4654-b133-bd8b523765ec.jpg b/images/87999ab5-296c-4654-b133-bd8b523765ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1baf54e8f93d2dac8655f9dcd02aa6c13bfd48f7 --- /dev/null +++ b/images/87999ab5-296c-4654-b133-bd8b523765ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971ba622815b1465872988ced5aa83a07ec5a2bde5eca646774d0c29bc65d397 +size 1607092 diff --git a/images/87a7b430-0354-4a70-a2c1-685bf6634e52.jpg b/images/87a7b430-0354-4a70-a2c1-685bf6634e52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d877917996759c3eea31dbececd6c3dda2cf861 --- /dev/null +++ b/images/87a7b430-0354-4a70-a2c1-685bf6634e52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e80e7cf5926f6202639b77d022530308d12855590c318fcfcb899897204c5f3 +size 1447268 diff --git a/images/87bdd34b-a0ad-46ec-b965-c43e6a2b34df.jpg b/images/87bdd34b-a0ad-46ec-b965-c43e6a2b34df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..504e9ede0834d34e552a96d219a25fc5e22bfbaf --- /dev/null +++ b/images/87bdd34b-a0ad-46ec-b965-c43e6a2b34df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e97478f5baa3f6b1ab330b6dba39d7048e67c13959d8ab7abc8a9564c2a76f +size 1437242 diff --git a/images/87c79975-c326-4681-9cef-bad3f8567397.jpg b/images/87c79975-c326-4681-9cef-bad3f8567397.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f64586dda208b76eb5bf4ce00c61b99c048255f5 --- /dev/null +++ b/images/87c79975-c326-4681-9cef-bad3f8567397.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5934a74db1d283d72cc81a51e394e66b53cd8978d8e6ac831b3446b8d1531b +size 1481510 diff --git a/images/87cd14af-e1b1-48b1-b0da-cad22d399197.jpg b/images/87cd14af-e1b1-48b1-b0da-cad22d399197.jpg new file mode 100644 index 0000000000000000000000000000000000000000..122c250e9b37e86b76e93925d7ef3091f0cda458 --- /dev/null +++ b/images/87cd14af-e1b1-48b1-b0da-cad22d399197.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3af827ace00c23bd87554666694832e7e43c9f07ba4e490714d85bde66a625 +size 2587056 diff --git a/images/87d4082f-3eef-4975-82a9-aea54d39c8d9.jpg b/images/87d4082f-3eef-4975-82a9-aea54d39c8d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e2d9c9491abc04a472ebd2c8c0972629580ff7 --- /dev/null +++ b/images/87d4082f-3eef-4975-82a9-aea54d39c8d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c299874a1c8600a12bdf7e23154aa68792a59c24b66a5719db6747cd78963dfe +size 1339064 diff --git a/images/87e1c3b6-b978-4e0e-9319-f75e916d28c6.jpg b/images/87e1c3b6-b978-4e0e-9319-f75e916d28c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce88a0ea1eb487f3a4132e0a11b4feb458ba1774 --- /dev/null +++ b/images/87e1c3b6-b978-4e0e-9319-f75e916d28c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748727a78d63e90357f2395589323c61b6cae815c6c7ab4eb6f9303a63e877dc +size 1586404 diff --git a/images/87e909bd-2e96-4e27-a343-3c7eeb84de82.jpg b/images/87e909bd-2e96-4e27-a343-3c7eeb84de82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99e3a877abc91f0e3f6c88e66babc0b10fd4dde5 --- /dev/null +++ b/images/87e909bd-2e96-4e27-a343-3c7eeb84de82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0036fd45a2ff629d7359f14639f149ae558455910b5533f37d8bfe826de6792d +size 1448527 diff --git a/images/87eae2c4-eef6-4518-a572-124a4bd0d49f.jpg b/images/87eae2c4-eef6-4518-a572-124a4bd0d49f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c76eb96e7a98cb2d33a2c19c34865c8c99fda28f --- /dev/null +++ b/images/87eae2c4-eef6-4518-a572-124a4bd0d49f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01146e98561a4278245b0106344219f79d91b4ca8e15c6cbaad005f4756f9b15 +size 2068784 diff --git a/images/87eae813-5c67-4322-acb5-eb121276f6b6.jpg b/images/87eae813-5c67-4322-acb5-eb121276f6b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06befe09a5d871e456c5f55a1edf443d2dd5c6d9 --- /dev/null +++ b/images/87eae813-5c67-4322-acb5-eb121276f6b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48c8b5905704f6cecc88fbd684d4a10c822c4bbcb29276cdc4fb1ca80acc151 +size 1091219 diff --git a/images/87fd7841-e8f4-4b1b-a4d7-384c76173ecb.jpg b/images/87fd7841-e8f4-4b1b-a4d7-384c76173ecb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470d51985d6795b86427753ec0ce1d61ccd55997 --- /dev/null +++ b/images/87fd7841-e8f4-4b1b-a4d7-384c76173ecb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487a667e4aaf5f9f2ffcf71c059fe032d99104ae1086a645f6c9bee1885f13ff +size 1888298 diff --git a/images/88112b76-9559-44d6-93da-bb3802a915ad.jpg b/images/88112b76-9559-44d6-93da-bb3802a915ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ad5e7c2a86db0f45536e799a413e44e5bf018b --- /dev/null +++ b/images/88112b76-9559-44d6-93da-bb3802a915ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b413c1923412439ec01bdd1ce16fb2bfefd4fa93dff754017ecc746c85046d1 +size 1767721 diff --git a/images/8817feb1-22e9-4514-8e84-de986201e905.jpg b/images/8817feb1-22e9-4514-8e84-de986201e905.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39503fdc1cafb2d044957baede9cb2167b6bf2dc --- /dev/null +++ b/images/8817feb1-22e9-4514-8e84-de986201e905.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a772bf31c11b6bdc2088bcb7feb47deee2a7d96c7827c22938f032cebed5bda9 +size 1130933 diff --git a/images/881ddfee-890f-474d-9948-6bfba4b54677.jpg b/images/881ddfee-890f-474d-9948-6bfba4b54677.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d57c330cc890c226a9f8905603ab4acb4f9fa3d1 --- /dev/null +++ b/images/881ddfee-890f-474d-9948-6bfba4b54677.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a8eb6de2181edb23a70e6b9f79e4052e6c58c4768968fd5b6f0b517dc786e3 +size 3243615 diff --git a/images/8820d722-8052-46e8-9c01-eb230a489ee4.jpg b/images/8820d722-8052-46e8-9c01-eb230a489ee4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8453f58d315481c9ad4139faadc0569459ae36c3 --- /dev/null +++ b/images/8820d722-8052-46e8-9c01-eb230a489ee4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611d9e8b7512e3d1c167aae7c8430b175846617a073e5aaba09090b185b3f47d +size 2035126 diff --git a/images/882244c1-6804-404d-b343-7decb1a5fa83.jpg b/images/882244c1-6804-404d-b343-7decb1a5fa83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab19c023c7ae0703ce12c1235f01fff9697f4d5e --- /dev/null +++ b/images/882244c1-6804-404d-b343-7decb1a5fa83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21b173e8db8ef96d722779ac0f9fd884b407476952e047fd410c70f5169a7aa +size 2739200 diff --git a/images/882e460e-61ce-4102-a691-7319ac0fdbbc.jpg b/images/882e460e-61ce-4102-a691-7319ac0fdbbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..021fe99135e09e4b00755488d3ffe45a2061d1d2 --- /dev/null +++ b/images/882e460e-61ce-4102-a691-7319ac0fdbbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905e3504765e858b64532286710ae3276bc5a4df25bc47d92ae961cde741fe30 +size 1881379 diff --git a/images/883240a4-4310-4f41-93b2-ff52d1f9ce30.jpg b/images/883240a4-4310-4f41-93b2-ff52d1f9ce30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96bf347f506f662a53605ea484a3c5bf62856dd0 --- /dev/null +++ b/images/883240a4-4310-4f41-93b2-ff52d1f9ce30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01695e8f4036a6b825b157e088ccffdbd9b45da63cc18f7cd93b5fa229909f68 +size 1677607 diff --git a/images/88350128-a074-433a-acd0-abe1eafcc48e.jpg b/images/88350128-a074-433a-acd0-abe1eafcc48e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c601a2b72aa9e607c8f86bb1f44d5c012f7b0fb7 --- /dev/null +++ b/images/88350128-a074-433a-acd0-abe1eafcc48e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea0f233e215828bcda70d8e4a7a0526f1e2ef5413ad6b611b8f7a271e35624d +size 1192822 diff --git a/images/883559b9-62e6-4ef9-a7d4-eb8d4dc50b11.jpg b/images/883559b9-62e6-4ef9-a7d4-eb8d4dc50b11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6abb435cc76aa7c265c665b514e28edb65ca2593 --- /dev/null +++ b/images/883559b9-62e6-4ef9-a7d4-eb8d4dc50b11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7534c492fe06b536328282cd556c38e620edf45aed5fa00e0f9c95b560dd9e48 +size 1292330 diff --git a/images/8838b1e1-cfaf-4c0e-b898-d547e053a7c4.jpg b/images/8838b1e1-cfaf-4c0e-b898-d547e053a7c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..899f7e9152aeb7529be0b49c0c44cee8a8d2b543 --- /dev/null +++ b/images/8838b1e1-cfaf-4c0e-b898-d547e053a7c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f56bce7ce1f9c14a5be61caa2c895381f857a8ee6fb1e9464247422b331bfe +size 1749542 diff --git a/images/883fc602-43f8-4022-ac78-93686c5ddf76.jpg b/images/883fc602-43f8-4022-ac78-93686c5ddf76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07fff13e3fc670721fde672334ccf8c6118fb99c --- /dev/null +++ b/images/883fc602-43f8-4022-ac78-93686c5ddf76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b108c06bdf5f357b3bf297970fa7e46c1ca873fcee8997f2422bf0e04dc0b2c +size 1610809 diff --git a/images/88402c33-e8f1-48d2-8cd2-825e4cfeca1f.jpg b/images/88402c33-e8f1-48d2-8cd2-825e4cfeca1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..549b55d7f293a937314087af4a5d596b46743cf9 --- /dev/null +++ b/images/88402c33-e8f1-48d2-8cd2-825e4cfeca1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9573711f970e0427aacfa932a511f82977e8693cdf0b4ec9cdf5b19e6ac8f403 +size 1036690 diff --git a/images/8849876a-3595-4e07-99a3-dfa3088d0da6.jpg b/images/8849876a-3595-4e07-99a3-dfa3088d0da6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c2c70a42daab6fe3a3597765abb2796e9f88de1 --- /dev/null +++ b/images/8849876a-3595-4e07-99a3-dfa3088d0da6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05298c12957e8241ce0a0a4c12ee91f556a3b74961475ab52a3b3b7a1bc3bebe +size 3461202 diff --git a/images/8853349b-618e-4aeb-af9c-84aed06e42de.jpg b/images/8853349b-618e-4aeb-af9c-84aed06e42de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..143e925b1d08a67ae9595b9fb7f59b0b181deb85 --- /dev/null +++ b/images/8853349b-618e-4aeb-af9c-84aed06e42de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c68856d49410596bbab69b98d6dfc25706d89b8241e432fd5a74f9b9af41e2d +size 2248290 diff --git a/images/885346ac-a028-4179-88fe-9640ad622b68.jpg b/images/885346ac-a028-4179-88fe-9640ad622b68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..728afd58ab8fb0c48b3d894bdeff22ff27e9e8f8 --- /dev/null +++ b/images/885346ac-a028-4179-88fe-9640ad622b68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec56035dbb6df5beb4a613109aa2732bc9052dbaca0cec3336d605f38f5f7c4d +size 1764592 diff --git a/images/8853e4f9-a4c2-4b2f-be9a-491b81bbefaa.jpg b/images/8853e4f9-a4c2-4b2f-be9a-491b81bbefaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b886a5d7ee7ef2a5824f0a893921e965182b7c6 --- /dev/null +++ b/images/8853e4f9-a4c2-4b2f-be9a-491b81bbefaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537a54de6f49a63b34eb2a2deedd1678b827d0d68f83873072bc507fa4388555 +size 1538937 diff --git a/images/8857945e-3d5e-4c6d-a732-135a1ef2d480.jpg b/images/8857945e-3d5e-4c6d-a732-135a1ef2d480.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4110ea1424dc7ee90f9c460415318ad4476b6e3d --- /dev/null +++ b/images/8857945e-3d5e-4c6d-a732-135a1ef2d480.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afeed30eedcf54567d66eb3b5d2a5d2171e07435e3099a7ad141f964b7254b1 +size 1819340 diff --git a/images/886163a9-37ed-4716-b87e-f7a95b80ac47.jpg b/images/886163a9-37ed-4716-b87e-f7a95b80ac47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13a5acdf4403dabaa868ee54f3c3daeed2e9c6cb --- /dev/null +++ b/images/886163a9-37ed-4716-b87e-f7a95b80ac47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5b53852c50b91a2f3530ec6f8b19dbfb54366c6ddfe7a31b0c31914a731638 +size 1588668 diff --git a/images/88641b41-2f4f-45d0-a020-6e1bbf0dbf92.jpg b/images/88641b41-2f4f-45d0-a020-6e1bbf0dbf92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3158193d2c99928c3d19f5d187703d9b79ac26ee --- /dev/null +++ b/images/88641b41-2f4f-45d0-a020-6e1bbf0dbf92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6c3c92ed2454171a330313567daed2ddaeb6377be2274db66a16ae6ebc2d28 +size 1649525 diff --git a/images/887249ab-0459-4906-acd4-17391aff0a97.jpg b/images/887249ab-0459-4906-acd4-17391aff0a97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e65fc8f83ab5b0705ae5bafb053fa8daf080d92 --- /dev/null +++ b/images/887249ab-0459-4906-acd4-17391aff0a97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b7c78e12c28324c91e9bab54929473d7fd4c64a2a9461fec0210447a943928 +size 1660268 diff --git a/images/887722a8-eac3-454e-8447-d6ae0331eb38.jpg b/images/887722a8-eac3-454e-8447-d6ae0331eb38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0ef20cc6bdb86b03440d60a88fe7659c397c731 --- /dev/null +++ b/images/887722a8-eac3-454e-8447-d6ae0331eb38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ab45f751712f6493436b41f5675ec14a134e650b3df3e09c79c1f4e0af9acf +size 2049307 diff --git a/images/8891bee8-d68b-4b2f-87e2-6d72620eebda.jpg b/images/8891bee8-d68b-4b2f-87e2-6d72620eebda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d2d16fad837098907c69b75bad882ff84465908 --- /dev/null +++ b/images/8891bee8-d68b-4b2f-87e2-6d72620eebda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79922aa7f735a447a995a87eaaef0b87237783a0aadad4c7ac0b358c17e436f +size 1861265 diff --git a/images/88974c92-2bd0-4d3e-82e1-00600e25af00.jpg b/images/88974c92-2bd0-4d3e-82e1-00600e25af00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfc6411c6bda8461d2c0c4ddd1d6be7d475a8b1b --- /dev/null +++ b/images/88974c92-2bd0-4d3e-82e1-00600e25af00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f9bb9d4efb944dc56119623e3219b4c7fc37aba463f3dc403fc8ed740fbb7c +size 1267109 diff --git a/images/88aa2536-8211-4ac8-a8d2-297fe2894bae.jpg b/images/88aa2536-8211-4ac8-a8d2-297fe2894bae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f87960cf93d733f2c1e749df0509d5a45f912505 --- /dev/null +++ b/images/88aa2536-8211-4ac8-a8d2-297fe2894bae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b937c44c86355380ea7e87b3acc8081389c6d87be0e030dc919ee19ce961db +size 1515724 diff --git a/images/88ba3d03-c901-423c-a6f6-ba69931a2438.jpg b/images/88ba3d03-c901-423c-a6f6-ba69931a2438.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eac8abe3cdce1f527f6cc258f5667b1c92f6b305 --- /dev/null +++ b/images/88ba3d03-c901-423c-a6f6-ba69931a2438.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0acd3bd1f9f21c967f473dfb5dbd05e31c0519df9f13ab911ccaddfe7a39df +size 1509364 diff --git a/images/88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b.jpg b/images/88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31fa5e398178f5171879e2e02bfb51c7ed478f56 --- /dev/null +++ b/images/88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3176be03710220619446ac1f52754113dc2e946e84ca11c2cbfdb7d33ec4a930 +size 1568863 diff --git a/images/88cfda64-26e7-4f3d-8ac0-a663748814cd.jpg b/images/88cfda64-26e7-4f3d-8ac0-a663748814cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2749c2270017b2e65bc90e5be55813a0254f43c --- /dev/null +++ b/images/88cfda64-26e7-4f3d-8ac0-a663748814cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442e548ae925d5283e0b15194cf4caea2c9968d19ebf2444d8ef0e95c53f6f96 +size 1985006 diff --git a/images/88d01e83-b7de-493a-85cf-dc658ee83630.jpg b/images/88d01e83-b7de-493a-85cf-dc658ee83630.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8756ac4e28e3e724417c14f328010ba3cedc2782 --- /dev/null +++ b/images/88d01e83-b7de-493a-85cf-dc658ee83630.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fba9d1757706640cefa75ebdfa0b2aae7595fd07b0368652eb196ccfa2b878 +size 3174396 diff --git a/images/88d5e204-f533-42d7-b371-901edd1d4a72.jpg b/images/88d5e204-f533-42d7-b371-901edd1d4a72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8838b38eaf4c270ea89ba24116a0d4782b11a535 --- /dev/null +++ b/images/88d5e204-f533-42d7-b371-901edd1d4a72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5279b6945ae0596b9e215f4fa71e7a2faee569d78520fa61ff37a6651b87852 +size 1576904 diff --git a/images/88ee9f86-0890-41ef-bcbb-5817da19494b.jpg b/images/88ee9f86-0890-41ef-bcbb-5817da19494b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44eaff1fb1afaed6d9a7a2b86d46dca392a62e2c --- /dev/null +++ b/images/88ee9f86-0890-41ef-bcbb-5817da19494b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa085e75e5e0e5fca23cafaaf58b2aef08a6a0d840e882c836690c79fae9b186 +size 2220645 diff --git a/images/88f7bb4a-a063-419a-be4e-28331f4e6a5b.jpg b/images/88f7bb4a-a063-419a-be4e-28331f4e6a5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bedfe2206012ab954e8caab365a2e1ca06c4d0fa --- /dev/null +++ b/images/88f7bb4a-a063-419a-be4e-28331f4e6a5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e46c0869606b40cd26b1b2e2ed207e1247228ade99997c0e52ac67b126910e8 +size 3879089 diff --git a/images/88fcc44a-29c8-455a-b502-3b4a78dd56f2.jpg b/images/88fcc44a-29c8-455a-b502-3b4a78dd56f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..173cfd2623188e62c7e6a3a0653f369ea26eff66 --- /dev/null +++ b/images/88fcc44a-29c8-455a-b502-3b4a78dd56f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e70839cf55b41e09f7ffc1c0353e25765ab80458f6f90013b32e8b32a3b323 +size 1800194 diff --git a/images/8905552e-d2e4-465c-a22f-e1d9e3518bed.jpg b/images/8905552e-d2e4-465c-a22f-e1d9e3518bed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbfce63e19fc6d1d463134fa43f89e13c86df9ea --- /dev/null +++ b/images/8905552e-d2e4-465c-a22f-e1d9e3518bed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a29bad2e3ddddca5f66653719ff2de4c3f16f0a720ce7645682993e30ab117 +size 1478684 diff --git a/images/890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0.jpg b/images/890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0f3fc5037392c32a06d3801ea1e9914b988bc6e --- /dev/null +++ b/images/890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edea59ce0f0e9a519d03f0567a21a8cec664243dd76212fbbc692233efbb7c1b +size 1789776 diff --git a/images/890fd313-819e-4d55-bd46-fc58239a6826.jpg b/images/890fd313-819e-4d55-bd46-fc58239a6826.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4622f891ed8c89964eab71a3719ccd6c25310fae --- /dev/null +++ b/images/890fd313-819e-4d55-bd46-fc58239a6826.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabe0be41ac3880a18b19299a20d5572c70cc8346cb1265d8cb0b73f5b33ba8c +size 1597752 diff --git a/images/89102a66-0a2b-4845-a056-4040af0044fc.jpg b/images/89102a66-0a2b-4845-a056-4040af0044fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec5e0e978958f03189909314c55972f723b49be6 --- /dev/null +++ b/images/89102a66-0a2b-4845-a056-4040af0044fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3323b88c6ad860e4bc56e68dcf4a9516082befc26fe30bfd8d99dfff6fef4947 +size 1499854 diff --git a/images/8911bd34-2733-4d04-8ba1-9ed9c21735e4.jpg b/images/8911bd34-2733-4d04-8ba1-9ed9c21735e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e65b1a82ed634d9699d74c58bad2ca86fc22b59b --- /dev/null +++ b/images/8911bd34-2733-4d04-8ba1-9ed9c21735e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1faaceeb5e393fbfe7a8b133ed38ecb6a28133dc40529900842e5ce35b128cc +size 1629564 diff --git a/images/8919e28a-a245-4fbe-a902-768a831503a3.jpg b/images/8919e28a-a245-4fbe-a902-768a831503a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c984a073c50b89c944551ae1ba0b07ca8fa1032 --- /dev/null +++ b/images/8919e28a-a245-4fbe-a902-768a831503a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3749d8fd07ded080b2d9a2f7925b60cb8d55cb4d1d91df25551a43ab7bbddb8 +size 3148025 diff --git a/images/89212281-fd2b-45a6-81a0-60585919a98e.jpg b/images/89212281-fd2b-45a6-81a0-60585919a98e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57add1c407392a0af917449ea0988e6b1f9c642a --- /dev/null +++ b/images/89212281-fd2b-45a6-81a0-60585919a98e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4252fadde3aabb99bb7bc229a61b34f2ec904c457b5fbbb54f8d64e3a56f840d +size 3005695 diff --git a/images/8922145c-2c4e-4585-86a4-8424ece044c8.jpg b/images/8922145c-2c4e-4585-86a4-8424ece044c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..902d3849bf382cf764ddf7b437215ee96d2b8dd6 --- /dev/null +++ b/images/8922145c-2c4e-4585-86a4-8424ece044c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2276c938e4bb6c36f54f8e2d75b610e1e120af1275909271b4c63c8124d0507a +size 1501031 diff --git a/images/8924d660-c31d-4044-b981-d4f32dfab1bf.jpg b/images/8924d660-c31d-4044-b981-d4f32dfab1bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0251623c25ccd117ba5d873e86c9087dc953dba --- /dev/null +++ b/images/8924d660-c31d-4044-b981-d4f32dfab1bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d2f6d12daaafe4abccc4466ae36602e41115902d10b9759ad511ec2583ab23 +size 1833902 diff --git a/images/893346c9-c552-424f-9190-9e18068906e5.jpg b/images/893346c9-c552-424f-9190-9e18068906e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb43479b585863fd368ebffdc657704877cfc465 --- /dev/null +++ b/images/893346c9-c552-424f-9190-9e18068906e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46281d57848deafdeb1d5241820346dfff002bec71f0f8897e27efebe73c5e5 +size 2073385 diff --git a/images/894bfbe1-5311-469c-8a77-dac7ae1a4603.jpg b/images/894bfbe1-5311-469c-8a77-dac7ae1a4603.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d7ae8462f8a4571429ef92679b496ddf38f092a --- /dev/null +++ b/images/894bfbe1-5311-469c-8a77-dac7ae1a4603.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a78d1ca0caefc6c9bee2c7bfa6b5a59d9cee134615beabf09abe2ad1acf766 +size 1548328 diff --git a/images/894e9c69-0c1a-4961-b531-f02a57d2b406.jpg b/images/894e9c69-0c1a-4961-b531-f02a57d2b406.jpg new file mode 100644 index 0000000000000000000000000000000000000000..677e8ccb32c2ec15fb4b0786b62dddaaa157953a --- /dev/null +++ b/images/894e9c69-0c1a-4961-b531-f02a57d2b406.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe253fb53c2e60b82fe458b3693004a34edcc7d2863c19c659aceb253dfa091c +size 2133231 diff --git a/images/896da453-b0a0-4154-904d-af1f1672200f.jpg b/images/896da453-b0a0-4154-904d-af1f1672200f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..097ff070dbdaa0081ade46997dbeed84fe954ea6 --- /dev/null +++ b/images/896da453-b0a0-4154-904d-af1f1672200f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a132d04a3ade639f6fd7d2c1e43b3364e0dbacce8a04bdb30208d491c73f8c +size 1487191 diff --git a/images/896e5503-ec82-42b0-a88f-6bfadf53de56.jpg b/images/896e5503-ec82-42b0-a88f-6bfadf53de56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a932761a91568cf35fffb1ad8f6745522a4eaf0a --- /dev/null +++ b/images/896e5503-ec82-42b0-a88f-6bfadf53de56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dd7499a16a4a9ddeea70d36a75bb451fa306affac590155ac5326a71d7ef42 +size 1257322 diff --git a/images/89707e3f-14ac-4e97-8a8b-e3d6c8b54a62.jpg b/images/89707e3f-14ac-4e97-8a8b-e3d6c8b54a62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..480c30f6836463d3d05c731bf91515a1da2cbbf6 --- /dev/null +++ b/images/89707e3f-14ac-4e97-8a8b-e3d6c8b54a62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb66911b5828ce17dd34b1b63f96834383d0a0d5dfd9eb7af1f2156da3b0b9ee +size 1729305 diff --git a/images/89765409-6772-4b20-b193-e2a687cbe439.jpg b/images/89765409-6772-4b20-b193-e2a687cbe439.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2238299982162626cb4544af49b6f0c25d9d56d --- /dev/null +++ b/images/89765409-6772-4b20-b193-e2a687cbe439.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5151e1d99986773d766981b8a7d967e060c38517333e192ffe7ebc8a0633e268 +size 1976107 diff --git a/images/89782580-7f85-4828-b7c4-a0bef3dae34a.jpg b/images/89782580-7f85-4828-b7c4-a0bef3dae34a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abe54698302375a2a711c4fa77162e6d616ec51e --- /dev/null +++ b/images/89782580-7f85-4828-b7c4-a0bef3dae34a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d19b140d95171ef90e39c603934234f49d0919bfcaf3821dffa966b85000e4e +size 1886613 diff --git a/images/8982a236-dee5-405f-93ca-73107a2c1aff.jpg b/images/8982a236-dee5-405f-93ca-73107a2c1aff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf20fef8971806e66249066d5240ad08942c69c9 --- /dev/null +++ b/images/8982a236-dee5-405f-93ca-73107a2c1aff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c596b97ab6c14d498578a0416b692ffec5872689c44edcf721808784f66a124f +size 1718847 diff --git a/images/89862a13-094d-4f1c-81e2-49f422dda218.jpg b/images/89862a13-094d-4f1c-81e2-49f422dda218.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c52f640e06659cc209c07b8f8215beeeb4420f71 --- /dev/null +++ b/images/89862a13-094d-4f1c-81e2-49f422dda218.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ff6a69b4817a34a3763e24233af90c4db8846327e0331d3765e0a82d52b237 +size 959310 diff --git a/images/898cee36-0f76-4663-b929-09f8bd738996.jpg b/images/898cee36-0f76-4663-b929-09f8bd738996.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31e144d4014b32fa6f6e71a4d9360ce3a33df2b8 --- /dev/null +++ b/images/898cee36-0f76-4663-b929-09f8bd738996.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915cd279f767c16572ffa9e6f2d3450386c10c45609b3efc9e09875141050266 +size 1534202 diff --git a/images/898d0b8a-b837-439b-8e03-3ae52589e54a.jpg b/images/898d0b8a-b837-439b-8e03-3ae52589e54a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca6b953e85e5c8ea9ecd9c194ecb811f6202fbaf --- /dev/null +++ b/images/898d0b8a-b837-439b-8e03-3ae52589e54a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cd0ba46ac4df784dc3313ab62d56b072abd615fe890532a97aa70d96bbbd26 +size 1194335 diff --git a/images/898e8d66-ad20-4eb3-86dd-2eb829502c95.jpg b/images/898e8d66-ad20-4eb3-86dd-2eb829502c95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6a3e9e5837e0268898e318cbda740e096c311f2 --- /dev/null +++ b/images/898e8d66-ad20-4eb3-86dd-2eb829502c95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0816ae7f38f5ce22b28794c026333405948a49c02a8480f3a3c50b65234116ce +size 1623226 diff --git a/images/899cceeb-c068-437c-83e9-4cecaeb9a804.jpg b/images/899cceeb-c068-437c-83e9-4cecaeb9a804.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c73aa3d48e08ad58eeb98bce0bbff84773de0019 --- /dev/null +++ b/images/899cceeb-c068-437c-83e9-4cecaeb9a804.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1674f88d22b49823ff0b6eb0d5cc8db6f23ca1922d662fca3cb5c1aae03225 +size 1542818 diff --git a/images/899ed0e5-f8b5-41ed-a6da-24ecd714c26f.jpg b/images/899ed0e5-f8b5-41ed-a6da-24ecd714c26f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81c97f85fa65f646d3f64ada52f528005410f9ee --- /dev/null +++ b/images/899ed0e5-f8b5-41ed-a6da-24ecd714c26f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388cde6ca7d588725892421a956d6d37af1017dc7ccca7419d874b6186c165e2 +size 1860265 diff --git a/images/89a17c22-2170-4fd7-b478-cd6ae2be6a22.jpg b/images/89a17c22-2170-4fd7-b478-cd6ae2be6a22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5788eaa613e4455936cca104526a9bc05018b15e --- /dev/null +++ b/images/89a17c22-2170-4fd7-b478-cd6ae2be6a22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be32451cc8443eff6569168b48d907a2a0478f645dabf1b60ff0180e3409623 +size 1309213 diff --git a/images/89b0440f-b2bc-42f6-883b-6653b7628713.jpg b/images/89b0440f-b2bc-42f6-883b-6653b7628713.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eddee35bf6f978bced6db8434b349c131ac035e7 --- /dev/null +++ b/images/89b0440f-b2bc-42f6-883b-6653b7628713.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a49940f06b31dfa670a894eba20c15923f5fb148a0cd6a6f182fd37e8cad7f +size 2021111 diff --git a/images/89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8.jpg b/images/89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84a3ac6a91666daa63c684e6201a7874e9f1a339 --- /dev/null +++ b/images/89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf27e9fa520f8f9173691ad3963309884a077ad99db3c1955a05f6e1ba5110eb +size 1436933 diff --git a/images/89c1643e-5cb6-4367-aab5-6d56f1e1af9d.jpg b/images/89c1643e-5cb6-4367-aab5-6d56f1e1af9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..727d667f0b5b51d25c13dc6d33af042295b73454 --- /dev/null +++ b/images/89c1643e-5cb6-4367-aab5-6d56f1e1af9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc52e7382241048aaf17849a7fed6d06d85c4582cc312c4b3bb6b06363b534cd +size 1485059 diff --git a/images/89d162f4-d668-41b2-90c3-5c20e3dbec6b.jpg b/images/89d162f4-d668-41b2-90c3-5c20e3dbec6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d5721fe725772f8a6d6196d1495a042db3163a6 --- /dev/null +++ b/images/89d162f4-d668-41b2-90c3-5c20e3dbec6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd48c9d91fca724d1c2cd0e0170ede05283679ecfa3e556c2d543e5c2229d60c +size 1653753 diff --git a/images/89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6.jpg b/images/89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6c84788a6ed226826d2365d177be582e903c5db --- /dev/null +++ b/images/89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0b0736b2dcfa5644d105dd9715d098914e58576cd60a8bf76f5ee4f9c566eb +size 1444254 diff --git a/images/89d608b4-eef8-4b1a-b33f-edec5a4b27df.jpg b/images/89d608b4-eef8-4b1a-b33f-edec5a4b27df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f50e0ace85665b0042b6d577f4538d85cd9f475 --- /dev/null +++ b/images/89d608b4-eef8-4b1a-b33f-edec5a4b27df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71750b633e1b16d344e71e2c1f13ca2cac4474493758ee3c6a74b0bd7da974fa +size 3508724 diff --git a/images/89e26d1b-8e68-4924-9bda-e074469a67fd.jpg b/images/89e26d1b-8e68-4924-9bda-e074469a67fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d21be712027cc47326c58759fa57c0a3f150870d --- /dev/null +++ b/images/89e26d1b-8e68-4924-9bda-e074469a67fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c451eb6b12a6f5698b8f30d516985f0087eab46ee896520d468f9a858861f2fe +size 1514368 diff --git a/images/89eaaeb6-d757-46e3-8ce2-82ee71846b48.jpg b/images/89eaaeb6-d757-46e3-8ce2-82ee71846b48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cc4896b5f8e837c7eb319576c7abfb36c79cd4d --- /dev/null +++ b/images/89eaaeb6-d757-46e3-8ce2-82ee71846b48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c4c9543263faa5ab674507a9bc4fd3940d62afd40889a4ff20327d51e1c094 +size 1461377 diff --git a/images/89f37990-01fc-4c34-99ff-dc0fd0d6114b.jpg b/images/89f37990-01fc-4c34-99ff-dc0fd0d6114b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5e91b916f21a9954f77eb20a426b5d87552de89 --- /dev/null +++ b/images/89f37990-01fc-4c34-99ff-dc0fd0d6114b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c427980f1736540d090f0afcf7acd6fb618050efb50734aae7f48327518c3a +size 1559569 diff --git a/images/89fc8c7c-4463-4f64-90ec-2280c3072eff.jpg b/images/89fc8c7c-4463-4f64-90ec-2280c3072eff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2fb96ed045abd9fe28ff68ccbd2af7e516eae4e --- /dev/null +++ b/images/89fc8c7c-4463-4f64-90ec-2280c3072eff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0129d58176aa1731ca4d50fc56f1723928a846fa6d927dd8d5edeef2cdb21d72 +size 2070943 diff --git a/images/89fec947-5cb8-4032-a9a1-d629f1c8cd4e.jpg b/images/89fec947-5cb8-4032-a9a1-d629f1c8cd4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..888abd80f1f0bdbba301a07556b826b65c1fddd9 --- /dev/null +++ b/images/89fec947-5cb8-4032-a9a1-d629f1c8cd4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd485c3ab41388ffe03f37ad53e3832d445f23da47d1700a8937a5b697341c9 +size 1442170 diff --git a/images/8a02df44-f465-4045-9091-b6fa46b0c6f6.jpg b/images/8a02df44-f465-4045-9091-b6fa46b0c6f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..782626642bc753b4228d8c487d1b3613bcb62333 --- /dev/null +++ b/images/8a02df44-f465-4045-9091-b6fa46b0c6f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb995146def27f42baadb9697b0b04b35efc876ad8c5cadd7c4aed5847561834 +size 2509466 diff --git a/images/8a079021-2f47-4ad5-8add-27305ea1a3b7.jpg b/images/8a079021-2f47-4ad5-8add-27305ea1a3b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3f21e1fd83d6634d5b306a7e81d98a48ee55eac --- /dev/null +++ b/images/8a079021-2f47-4ad5-8add-27305ea1a3b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6348cade652124a0b242c29a0aca76182b2c5d82a35d71cce864f21a9919d310 +size 1502652 diff --git a/images/8a0d4257-4954-4551-b7fa-bf18cd66d120.jpg b/images/8a0d4257-4954-4551-b7fa-bf18cd66d120.jpg new file mode 100644 index 0000000000000000000000000000000000000000..943ddbd3d91198f87bea02f530f86e0b1b17bbaa --- /dev/null +++ b/images/8a0d4257-4954-4551-b7fa-bf18cd66d120.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6399287e12eb2b80680aafbebc7de416f87d2a8edc468055a36559f867b6627 +size 1687864 diff --git a/images/8a102890-98e9-4577-954e-6dff668bdeba.jpg b/images/8a102890-98e9-4577-954e-6dff668bdeba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..953de9baf0566e149dc5b849e131ad4748545a26 --- /dev/null +++ b/images/8a102890-98e9-4577-954e-6dff668bdeba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474457d537d678e18fba5a03a0c33cb901c19a4f041310ede817233c0687a1ff +size 2566055 diff --git a/images/8a14c19d-395a-409f-a35a-e6896f5f9800.jpg b/images/8a14c19d-395a-409f-a35a-e6896f5f9800.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f8e312c4959e9450c5970e8ecd67f6e283393f7 --- /dev/null +++ b/images/8a14c19d-395a-409f-a35a-e6896f5f9800.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42787403d4a486180229bedd31f4b3c4ff5d77a6fcfa4f40f86700e4cfdc398 +size 1696095 diff --git a/images/8a1a19c7-30f6-4d84-9d54-c067f1b6103d.jpg b/images/8a1a19c7-30f6-4d84-9d54-c067f1b6103d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51f55e149ef98d538988e755b214a548ac436b4 --- /dev/null +++ b/images/8a1a19c7-30f6-4d84-9d54-c067f1b6103d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96754c0a53912936c215daf40c4dfa5482bfebfef2d2f5601cdd50592cf59454 +size 1820778 diff --git a/images/8a1bffc7-fd53-42f9-89cd-bfbc11eacf15.jpg b/images/8a1bffc7-fd53-42f9-89cd-bfbc11eacf15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29bffbfabc51591b1530acbe1dd8affe1fbeeba8 --- /dev/null +++ b/images/8a1bffc7-fd53-42f9-89cd-bfbc11eacf15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8b3ad1edfb86c59fbb15c05976468e3842763b3026e94fd8cedfdc107853b1 +size 1406592 diff --git a/images/8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7.jpg b/images/8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d2696ad3386401e20130c163b9afde049f5b5c2 --- /dev/null +++ b/images/8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb089094bce6f8649fa2eee1727d2796ef457820032c782731f57e388e1ba3d +size 1611098 diff --git a/images/8a2e43f8-3642-4605-8e18-d28724a8f265.jpg b/images/8a2e43f8-3642-4605-8e18-d28724a8f265.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab5471cdd490bc18506c9e68079c96256c63513a --- /dev/null +++ b/images/8a2e43f8-3642-4605-8e18-d28724a8f265.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e143961f46b55faccda0e154c889c34387efe59773368e028564a9a7cf468a +size 1717394 diff --git a/images/8a36d59b-b1ec-4074-8faa-2ccbc7129a7a.jpg b/images/8a36d59b-b1ec-4074-8faa-2ccbc7129a7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f90ac20ea330de9e5f067130b6a77b5ed08b5da --- /dev/null +++ b/images/8a36d59b-b1ec-4074-8faa-2ccbc7129a7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40beff7700f0fe164586d8b8ef729aa1e918ed239d6b8510316e97a043480c2 +size 1900630 diff --git a/images/8a4523b0-9dcc-4e60-9085-fad68f16556d.jpg b/images/8a4523b0-9dcc-4e60-9085-fad68f16556d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b40d638d9ba88079737189b119450506313f010 --- /dev/null +++ b/images/8a4523b0-9dcc-4e60-9085-fad68f16556d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0d1d365376902c963e58584bdcae1970b36b829281171d8781d656b2c3bc5b +size 1809203 diff --git a/images/8a462487-5fb2-44d6-ae2b-445a1b42d272.jpg b/images/8a462487-5fb2-44d6-ae2b-445a1b42d272.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25fa67386606032bd6c82325c10e38c7740e87e5 --- /dev/null +++ b/images/8a462487-5fb2-44d6-ae2b-445a1b42d272.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf2d750b2c8f59a369fe0981e96dc6da98b82839b77c3c3f8f14eba417b9df2 +size 1813324 diff --git a/images/8a4d7a2b-cb5d-4add-9930-ba0aadefca8c.jpg b/images/8a4d7a2b-cb5d-4add-9930-ba0aadefca8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0d69aea5b2e7fdfb952a2ac2649b0f012e2cf07 --- /dev/null +++ b/images/8a4d7a2b-cb5d-4add-9930-ba0aadefca8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0ba646a98fef0c32263719feff0ce695be0c634c2abfbf5e772cab1b5aa872 +size 1532244 diff --git a/images/8a5f3594-845b-4802-8e24-1272a5170796.jpg b/images/8a5f3594-845b-4802-8e24-1272a5170796.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a02a6e550212dda761f7c5de503aa008202431ba --- /dev/null +++ b/images/8a5f3594-845b-4802-8e24-1272a5170796.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03a9f7d5e6576d2b610b57188149f159171d9e302833b918915f979a35da5f1 +size 1388394 diff --git a/images/8a5f5360-403c-4998-846f-91c5d964ce9b.jpg b/images/8a5f5360-403c-4998-846f-91c5d964ce9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41cd2eea688a2a6d32a56f579e5fef9a758f1951 --- /dev/null +++ b/images/8a5f5360-403c-4998-846f-91c5d964ce9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5c1f10bb0be5158efb57059283bed78685c8750acc21fcb7ac776bcdfc3b91 +size 1710880 diff --git a/images/8a69d0c4-b79b-40c4-8ef7-a8226e23659a.jpg b/images/8a69d0c4-b79b-40c4-8ef7-a8226e23659a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fb7b2aaae09d9944ef136bc6f94039601e80244 --- /dev/null +++ b/images/8a69d0c4-b79b-40c4-8ef7-a8226e23659a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299628ca4109b2c2d87d8645ff38c59107399575c62fb22f2d6da2aa5230e135 +size 1323651 diff --git a/images/8a71a653-be26-4d4b-9aaf-b3721ae72d5b.jpg b/images/8a71a653-be26-4d4b-9aaf-b3721ae72d5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8608e5bb2f0d6b517f99fcbdf1e65f7de5a55aa4 --- /dev/null +++ b/images/8a71a653-be26-4d4b-9aaf-b3721ae72d5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b75e9557c3fccbadf88c064d0f9ae1efe88453dd18755cb2f5d00787b9fbe5 +size 2359829 diff --git a/images/8a775b5b-e5b0-44f2-8316-60a27c53ec34.jpg b/images/8a775b5b-e5b0-44f2-8316-60a27c53ec34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920555fcde66f4e40f126b639396f159a2223fe2 --- /dev/null +++ b/images/8a775b5b-e5b0-44f2-8316-60a27c53ec34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13006be0429ded0b84a2eee8f2a20e0df85cd71a07750529579aeb9521f75271 +size 1942698 diff --git a/images/8a85bd4c-0d5b-49e3-a919-da566443ec7b.jpg b/images/8a85bd4c-0d5b-49e3-a919-da566443ec7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cfc23b567e994ab3665773cc9d00a7a63d558b0 --- /dev/null +++ b/images/8a85bd4c-0d5b-49e3-a919-da566443ec7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619f3ae646c0e56efbfac4362b040452313f4a4d27832243f57c41bd29e8d1e6 +size 1579496 diff --git a/images/8a8c7f78-0a0b-42ab-80c0-f84be79dcd89.jpg b/images/8a8c7f78-0a0b-42ab-80c0-f84be79dcd89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c00e730419e04ab66a55cdc0265ae9737b417d97 --- /dev/null +++ b/images/8a8c7f78-0a0b-42ab-80c0-f84be79dcd89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732b1bb7677f60965ca37e985ac440d91a760b66bfdd08859462d3cfe97223a6 +size 1868285 diff --git a/images/8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7.jpg b/images/8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b692a35fb315981285a8770fcf055c60f9f5f2a --- /dev/null +++ b/images/8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ffa553d3a5223b0f7be5e75722f424543414dddb0f8b85ff3d12a537ea0441 +size 1202490 diff --git a/images/8aa9b43c-d6ad-4818-b652-a35ce6f71dfc.jpg b/images/8aa9b43c-d6ad-4818-b652-a35ce6f71dfc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..103ee428b672773d6a078c2c35c0cdcfc5fb14c0 --- /dev/null +++ b/images/8aa9b43c-d6ad-4818-b652-a35ce6f71dfc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7171f0494dc3123f2aff9569db56a041273d5c944485fbb2a6ab33c1b1394c4c +size 1813831 diff --git a/images/8aaa9223-48a1-4902-9906-91d3ada838d7.jpg b/images/8aaa9223-48a1-4902-9906-91d3ada838d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fee6111752e5dd92b4cd075dfff85182cb9fc11 --- /dev/null +++ b/images/8aaa9223-48a1-4902-9906-91d3ada838d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d20397e6f31abb2c52f644ea16158bf421580771111152a7ad90101fa03a600 +size 2199830 diff --git a/images/8aadf1ba-7867-4b9a-b755-7f3d9909aa6b.jpg b/images/8aadf1ba-7867-4b9a-b755-7f3d9909aa6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19378e8abe7abed843617146c72d5308effa3f66 --- /dev/null +++ b/images/8aadf1ba-7867-4b9a-b755-7f3d9909aa6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59030bc422ceb79500f92f2587fa0d7048b8be3fb9ab211125c70d597ebd9465 +size 2427198 diff --git a/images/8ab68a0e-76b7-4511-b2c4-b0bffe84f173.jpg b/images/8ab68a0e-76b7-4511-b2c4-b0bffe84f173.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855020203e04507583577e16fb258259a842ea96 --- /dev/null +++ b/images/8ab68a0e-76b7-4511-b2c4-b0bffe84f173.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ca4a0c08a3efa4befb16e65ebf3f53c856b2a551beb8275465efa3730a4c2d +size 2259768 diff --git a/images/8ab7991d-6a78-475a-bf6f-edf90480ebe6.jpg b/images/8ab7991d-6a78-475a-bf6f-edf90480ebe6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f14f233a356e315f13bfe98f6e63842949185e26 --- /dev/null +++ b/images/8ab7991d-6a78-475a-bf6f-edf90480ebe6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3cdd12030c7f4689206069d98e766d40b37c3da0946de821033813b09eb3c1 +size 1898450 diff --git a/images/8ac864ec-1836-40e2-bccb-3eddca8a1d04.jpg b/images/8ac864ec-1836-40e2-bccb-3eddca8a1d04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddbdfb15f67ecdf43fa30b3b82c704fa3dc1a7a7 --- /dev/null +++ b/images/8ac864ec-1836-40e2-bccb-3eddca8a1d04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758990a76685eb8f8e3e984c14816f13f686f88bf5f2eec6a503dd2597fa5430 +size 1417909 diff --git a/images/8ad89d01-31bb-4a55-a4b0-532fb4f28286.jpg b/images/8ad89d01-31bb-4a55-a4b0-532fb4f28286.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a30b62ee0411c2d87454fc21039a7b81783d24e --- /dev/null +++ b/images/8ad89d01-31bb-4a55-a4b0-532fb4f28286.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdf3d362c46ca371ebde02753f25a2c716590442454cc6827e358aa001d1770 +size 1525620 diff --git a/images/8ad9ba97-b262-4180-9a90-c1f8886cc505.jpg b/images/8ad9ba97-b262-4180-9a90-c1f8886cc505.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd34a3e137f1ed04a6546f9f459f9cdae9e56f4e --- /dev/null +++ b/images/8ad9ba97-b262-4180-9a90-c1f8886cc505.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66010c6eb1086e714cf94951dff28573e54ed24e35dee3ce23140475a68fc11b +size 1739841 diff --git a/images/8adcd3b1-a495-48b0-a03b-007028f41a0e.jpg b/images/8adcd3b1-a495-48b0-a03b-007028f41a0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6df5e57d2ec90f2e4363988afa44b885261e93bc --- /dev/null +++ b/images/8adcd3b1-a495-48b0-a03b-007028f41a0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581063a0c651bc3f272bbf814f82f6f0534363520293b1f5a93ceea057332326 +size 3042912 diff --git a/images/8adf0ace-dde8-4e7c-8cdf-74e9f9631af7.jpg b/images/8adf0ace-dde8-4e7c-8cdf-74e9f9631af7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..366f74b0a7b98893a49c95f671fe90f170704961 --- /dev/null +++ b/images/8adf0ace-dde8-4e7c-8cdf-74e9f9631af7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662fa25139a543759b9e0d3db73485da263c2de690426cff376086c072ff4217 +size 1476420 diff --git a/images/8ae0c03f-d215-488f-9b16-a16dbdc997a3.jpg b/images/8ae0c03f-d215-488f-9b16-a16dbdc997a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd4aa9ec2243ba1ac679d397a1981fa26699a4cf --- /dev/null +++ b/images/8ae0c03f-d215-488f-9b16-a16dbdc997a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dd44113ff69856a3a20055b3bf6eb818573b60231eec263881acf52603cf5e +size 1543181 diff --git a/images/8ae9ff8f-430e-462d-a80a-0f503092001f.jpg b/images/8ae9ff8f-430e-462d-a80a-0f503092001f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff87cda4fc64564b6bce336e1e6b06fcf06cd8df --- /dev/null +++ b/images/8ae9ff8f-430e-462d-a80a-0f503092001f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233bd9f863637f50528891c73ba39e2040703480fb09a4fcf86700deddc0a6c8 +size 3093296 diff --git a/images/8aea65d8-80d3-4b6c-b001-e209699c4f11.jpg b/images/8aea65d8-80d3-4b6c-b001-e209699c4f11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c6d0a6ad09c678ef535efc3a1944b0df3f241ba --- /dev/null +++ b/images/8aea65d8-80d3-4b6c-b001-e209699c4f11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017b33c356be76f896628d77f7c7d58767ca91b90a52e3b843b87a8fe39e6626 +size 1679837 diff --git a/images/8af1036d-beeb-405f-80ff-7feeb60923ba.jpg b/images/8af1036d-beeb-405f-80ff-7feeb60923ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1a707acb63614c951464c1972a3409588c95b8c --- /dev/null +++ b/images/8af1036d-beeb-405f-80ff-7feeb60923ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d04068a5cf73e6331eb06710ae37595d5f670e317bae370916a7d6ea9866085 +size 1297926 diff --git a/images/8af6b1e6-b15d-403a-b179-6d0c8465eac8.jpg b/images/8af6b1e6-b15d-403a-b179-6d0c8465eac8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b14a61fe4fbea3fb042e215619997972d3ba337 --- /dev/null +++ b/images/8af6b1e6-b15d-403a-b179-6d0c8465eac8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f590f45cd6e9488e9ba6bc1b84209b7a5d46d308ffe935eec7075a2232221a +size 1171044 diff --git a/images/8b01819f-2fb2-4946-8a7e-872918707005.jpg b/images/8b01819f-2fb2-4946-8a7e-872918707005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cca7e88c2e1a758256a1ca74deb70c3163d1c32b --- /dev/null +++ b/images/8b01819f-2fb2-4946-8a7e-872918707005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c571ea48c99804c43f514ed5a14b8ac64694498d92ef2fb12abbdcada4591827 +size 2625013 diff --git a/images/8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb.jpg b/images/8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fb6d7f6ee33a8d5cd5b0f75e7752cd29eca721b --- /dev/null +++ b/images/8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b091407ad959a1b9fbbe929a6cb7627bb38e8a8a033e1d95e4b886eada5d3ce1 +size 2456500 diff --git a/images/8b0d1d73-accc-41a9-bbc0-9167bb98ff54.jpg b/images/8b0d1d73-accc-41a9-bbc0-9167bb98ff54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1983ab66168ea40b2b8421ccc0fc9c9bdd00a07 --- /dev/null +++ b/images/8b0d1d73-accc-41a9-bbc0-9167bb98ff54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cbce1064da45af5c43b10744584de109dc117aee60e8e37e82895bd713cac1 +size 1806487 diff --git a/images/8b11a933-4610-4fdd-9d1c-b0c007da9756.jpg b/images/8b11a933-4610-4fdd-9d1c-b0c007da9756.jpg new file mode 100644 index 0000000000000000000000000000000000000000..325b174eb78c17f67dfba72575d233ff090b5e2f --- /dev/null +++ b/images/8b11a933-4610-4fdd-9d1c-b0c007da9756.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d38311ee892cc1267a7252d2ece72227f3a0c92f07ca14c49d1e7a26207fcb +size 1302102 diff --git a/images/8b162482-4382-4174-ad14-faa2ef040493.jpg b/images/8b162482-4382-4174-ad14-faa2ef040493.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c02ac0bcb9d351239ea31752082233adcf38bc8 --- /dev/null +++ b/images/8b162482-4382-4174-ad14-faa2ef040493.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c7e3a732133ee7e91c179f355e6d63e1250dbdb6bf02e4a02c832b0aca7ca6 +size 2056445 diff --git a/images/8b18b255-3c20-4952-aeaf-10d6e83af58a.jpg b/images/8b18b255-3c20-4952-aeaf-10d6e83af58a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..033c7c017b6be827742da6d74634b25330d81a4f --- /dev/null +++ b/images/8b18b255-3c20-4952-aeaf-10d6e83af58a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c194a21263624c46c80f5c476a4d1b2a271e261e8e3c2b831ebd02160c2f5a8 +size 1689543 diff --git a/images/8b19884d-2362-44ae-8881-0f86c4f08665.jpg b/images/8b19884d-2362-44ae-8881-0f86c4f08665.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9edbcb0302f30731377c1af35a42d70be67d2d38 --- /dev/null +++ b/images/8b19884d-2362-44ae-8881-0f86c4f08665.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5983116d83814307f8d317d5891c5ef72ae869e0923d364bce6752ba73f894 +size 1150701 diff --git a/images/8b19b242-0b26-4513-8d87-9138a4785fe6.jpg b/images/8b19b242-0b26-4513-8d87-9138a4785fe6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4938a2a175615b0b8acbc317841a1e829e11004b --- /dev/null +++ b/images/8b19b242-0b26-4513-8d87-9138a4785fe6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141438d545dc0b94c86f5bc29b2728ec2d704b9854887305d01a9154ac559e82 +size 1842293 diff --git a/images/8b231691-0591-4059-8717-a9ef27211b59.jpg b/images/8b231691-0591-4059-8717-a9ef27211b59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cea08eca3ee6fd7973adbbc19e4c44e537da48cc --- /dev/null +++ b/images/8b231691-0591-4059-8717-a9ef27211b59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebbca591046fd91b2ba95c5e046d097bcea9058f49ac5850a915b6c425a3f70 +size 1854327 diff --git a/images/8b396565-6995-439f-bdc8-86c05dde11c9.jpg b/images/8b396565-6995-439f-bdc8-86c05dde11c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bbc5efe7682df448cfe08a32c439826b158d37c --- /dev/null +++ b/images/8b396565-6995-439f-bdc8-86c05dde11c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250d8c8e4547dede8f9a8b62d2324a403baa6169540d84770bd50d24d8e1db19 +size 1547633 diff --git a/images/8b3ca726-b96b-427b-8653-f47491b450fc.jpg b/images/8b3ca726-b96b-427b-8653-f47491b450fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40fa2afb1740f0811898ec8099d6e4b7dfa04daa --- /dev/null +++ b/images/8b3ca726-b96b-427b-8653-f47491b450fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e28f0360323c8924e6218cea436f8b0a9c07cfd15f816946af9fd651a74f6f +size 1279248 diff --git a/images/8b4788ba-0147-4ddf-bdfb-1c85646f74e7.jpg b/images/8b4788ba-0147-4ddf-bdfb-1c85646f74e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..553ed0dcbc53cee6bb606de14daa9876273b6386 --- /dev/null +++ b/images/8b4788ba-0147-4ddf-bdfb-1c85646f74e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fc2590140c5646720102b821374af4d389e3b283e6bc0393ed15d60f557d98 +size 2471976 diff --git a/images/8b4db1d3-4f08-45f9-8e87-236f65f0db1d.jpg b/images/8b4db1d3-4f08-45f9-8e87-236f65f0db1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f28e69be65bbfd00be176542ed8db1b0c7c20ae7 --- /dev/null +++ b/images/8b4db1d3-4f08-45f9-8e87-236f65f0db1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338bff5925bbbfce2baba62e09a2db507d94e25a2db3b51743bc7a0df5f83733 +size 2635948 diff --git a/images/8b57a020-d9ba-40d9-b0d8-499ca4a22a1d.jpg b/images/8b57a020-d9ba-40d9-b0d8-499ca4a22a1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72045fdc783a246561030ce5cda73999cf9be960 --- /dev/null +++ b/images/8b57a020-d9ba-40d9-b0d8-499ca4a22a1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98eaf4025ad64461af2e78987bd2f3dea0bcfe27f5f3b1bf998b375ed0ea1bca +size 1583858 diff --git a/images/8b5f718c-3ea2-48d4-b739-96f1b8baa79a.jpg b/images/8b5f718c-3ea2-48d4-b739-96f1b8baa79a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..009cb007483a99a1f491c5d92766e4ef062334e6 --- /dev/null +++ b/images/8b5f718c-3ea2-48d4-b739-96f1b8baa79a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c587a0d18859cc9318f56e4bfc6ce299dea55f29ce30cbc3154e88442f6901 +size 3006013 diff --git a/images/8b6d090c-9ad9-426b-8096-382a10567a19.jpg b/images/8b6d090c-9ad9-426b-8096-382a10567a19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78c8bd675112bd07ee6daa3567428afcf78231a6 --- /dev/null +++ b/images/8b6d090c-9ad9-426b-8096-382a10567a19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860579a941329d825c81d3a69a45c3f24a9f3fe80b47d5c284188ca94e5c2e8c +size 1676058 diff --git a/images/8b6d9acd-fc1c-4e28-a463-81cfce6c9b30.jpg b/images/8b6d9acd-fc1c-4e28-a463-81cfce6c9b30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68e119dfefbbfbd45fc1608291654f8b321a725a --- /dev/null +++ b/images/8b6d9acd-fc1c-4e28-a463-81cfce6c9b30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff916a0e8041f1a15634cbedef64e94173bc15c6aeba185f6985c65fddb6831f +size 1603341 diff --git a/images/8b775ac1-8765-4ff2-b884-4975d4beb59d.jpg b/images/8b775ac1-8765-4ff2-b884-4975d4beb59d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85560fce25c434c098347d92eb36d61710614df7 --- /dev/null +++ b/images/8b775ac1-8765-4ff2-b884-4975d4beb59d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093697da6fde2af70cdfb294338cffd258afd53eeacc1e039b8a2f594e2fc4c6 +size 1618097 diff --git a/images/8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e.jpg b/images/8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..600310103432c2019d0aba65b7be09347f56be08 --- /dev/null +++ b/images/8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b8f7b015bd4a0394d7d8e57e2edfc499656427b56b749e9abfed2feca66364 +size 1610997 diff --git a/images/8b899cc2-9434-4ed4-a357-7d6255e3227b.jpg b/images/8b899cc2-9434-4ed4-a357-7d6255e3227b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df2da193c1f22e0ccc51c26060d62d5c0163b8c9 --- /dev/null +++ b/images/8b899cc2-9434-4ed4-a357-7d6255e3227b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664754ca297d09e7ff6232ee1f7e45c26a1e8917c05399b77d66cbe92ea1cf38 +size 2604755 diff --git a/images/8b89f82a-22de-4f41-8539-b3198758c4bc.jpg b/images/8b89f82a-22de-4f41-8539-b3198758c4bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..593cf0f228f639b5e83f473383da31bfce027d52 --- /dev/null +++ b/images/8b89f82a-22de-4f41-8539-b3198758c4bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3f48c9db2568477ab87201f217fff5fca9f4e9400d231c3f3f3962428e03c5 +size 1843659 diff --git a/images/8b92db38-170c-41c3-b2b4-aa1a4127962e.jpg b/images/8b92db38-170c-41c3-b2b4-aa1a4127962e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12455d1686a1f5db9d335a4869c7a4339ae59c10 --- /dev/null +++ b/images/8b92db38-170c-41c3-b2b4-aa1a4127962e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4719d9f1dd36adc6b5e7e7e025da0fd3ca68e777c27b45287eaff8af75e8b3 +size 1439995 diff --git a/images/8b96d1df-96b8-4715-8d1a-12f17f3a3e74.jpg b/images/8b96d1df-96b8-4715-8d1a-12f17f3a3e74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbe9fd3e9f8a701bc4a02d3e25b53275df1bf839 --- /dev/null +++ b/images/8b96d1df-96b8-4715-8d1a-12f17f3a3e74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33ce7ec0b0af917ec7f8a9b5848e0ef793bc2da01908bb21c1b915760e685d9 +size 1284617 diff --git a/images/8b9c7216-e752-46bc-9a4e-e9382dd94de2.jpg b/images/8b9c7216-e752-46bc-9a4e-e9382dd94de2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1f6a3112d54d5c151b46c914bca00b298c3ae3e --- /dev/null +++ b/images/8b9c7216-e752-46bc-9a4e-e9382dd94de2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe95c9ea40da2d7aa0e268b44667a2d6f9d9ea6d556592788d675e45e51855e3 +size 1856365 diff --git a/images/8bacf427-3abc-4197-a963-c28f4ba1590d.jpg b/images/8bacf427-3abc-4197-a963-c28f4ba1590d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..984edc74ca4ebc70c4e40e4be1863507f1819e09 --- /dev/null +++ b/images/8bacf427-3abc-4197-a963-c28f4ba1590d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ed87cf262600bdaa3eeb361ee9fd9f1689a0ac69df1b2e1bb1a0a36edfe319 +size 1645324 diff --git a/images/8bad7690-62ce-409b-8625-449ccda2abd8.jpg b/images/8bad7690-62ce-409b-8625-449ccda2abd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aa7defc7a03edf50c95d06359ce7979a11d4b76 --- /dev/null +++ b/images/8bad7690-62ce-409b-8625-449ccda2abd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa8451b089201ed1a17478be23ceff4359b77760caaa92597266ad0ab5c3a58 +size 1584405 diff --git a/images/8baea3af-3f4c-41b3-8462-b931afc03779.jpg b/images/8baea3af-3f4c-41b3-8462-b931afc03779.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af2f3b03a4dbacb29703ceb43833db2bd6490dbe --- /dev/null +++ b/images/8baea3af-3f4c-41b3-8462-b931afc03779.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8c3dd6f6a2c3f25199e1a45c3715fd1d9517dc94719d63fdfc4cc56e875501 +size 1452944 diff --git a/images/8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913.jpg b/images/8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1c234aa735f58270bc7cfbd833e897419fa82ee --- /dev/null +++ b/images/8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c124e66abcc0c5a916b81445f54d1bc444474bcb7adb6435546a57e947f4f6d6 +size 2947366 diff --git a/images/8bb3a973-5897-46a3-8612-f540a12c79f7.jpg b/images/8bb3a973-5897-46a3-8612-f540a12c79f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94b1b3d50f93b19430134e186cb12778dcbc9119 --- /dev/null +++ b/images/8bb3a973-5897-46a3-8612-f540a12c79f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42bdc92f7d254cb9a1880dad04d458f4fb32aaf17890e4c1b21c69e54b614c9 +size 1439972 diff --git a/images/8bb6879d-3c70-4578-81e0-1dca659a92f9.jpg b/images/8bb6879d-3c70-4578-81e0-1dca659a92f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..697da18f66119edfcafafff07ebfa4f5f243d2b3 --- /dev/null +++ b/images/8bb6879d-3c70-4578-81e0-1dca659a92f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7af3102ad2910bf4360eef57a39fdc3ba6e2bc35b3e2313b41a04bd735543e +size 1763843 diff --git a/images/8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61.jpg b/images/8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b40546f06c70ec8ff6fcb6a54099d3220b0ec9c6 --- /dev/null +++ b/images/8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d0f78c63f12d1b3c371c9a1c0b8a3225aaadaf1cdda75e5aea07e0cb356638 +size 1731572 diff --git a/images/8beb6b38-cb82-446a-b425-5d734ccda560.jpg b/images/8beb6b38-cb82-446a-b425-5d734ccda560.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afd9b2e2d78c79f5d167f50ebf280f682f8ad250 --- /dev/null +++ b/images/8beb6b38-cb82-446a-b425-5d734ccda560.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb22d77d73857a54f7a7a5574a728a89822a5814b1a5d8f242112e4af739eea +size 2705066 diff --git a/images/8c021de8-3731-4ba0-98cd-1ca5cb946ba7.jpg b/images/8c021de8-3731-4ba0-98cd-1ca5cb946ba7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2be69983616943af8fae986d0a0d7b982bb300f --- /dev/null +++ b/images/8c021de8-3731-4ba0-98cd-1ca5cb946ba7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22001e970361bf8ca06e7ac3306f71b2f1c0beee5e1568e5fe15faffc20eddec +size 2281050 diff --git a/images/8c066e07-cf5b-4917-a61d-70df897d14eb.jpg b/images/8c066e07-cf5b-4917-a61d-70df897d14eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad6b8b182b4d655873d91d0ac28cf14254234faa --- /dev/null +++ b/images/8c066e07-cf5b-4917-a61d-70df897d14eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35d202dc5e2fbe81837697157fc596a427e299a136440b504408cb54533e1b2 +size 1700134 diff --git a/images/8c08bf7a-84c5-4432-8698-667b7fcdb1ed.jpg b/images/8c08bf7a-84c5-4432-8698-667b7fcdb1ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..374b82e0243d516f07ceab96b309e8c276073c47 --- /dev/null +++ b/images/8c08bf7a-84c5-4432-8698-667b7fcdb1ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14af833de4087df50645481d1a1fe1823e85c237af3ebc6938657333dfb38339 +size 1495227 diff --git a/images/8c0b060f-8411-4357-adda-1ca966b64666.jpg b/images/8c0b060f-8411-4357-adda-1ca966b64666.jpg new file mode 100644 index 0000000000000000000000000000000000000000..468450dd84c0b72c3cfe1aa6e5c569ea9c45e360 --- /dev/null +++ b/images/8c0b060f-8411-4357-adda-1ca966b64666.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102d16b5662e309dfa41a679e4eddc8e958ac4bdf9b88e3136cb58b899310bac +size 1901503 diff --git a/images/8c10478c-6fca-41cb-8f97-0a6dea0be496.jpg b/images/8c10478c-6fca-41cb-8f97-0a6dea0be496.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b4cb3379a87cbc42e619b569f77398319f0ebee --- /dev/null +++ b/images/8c10478c-6fca-41cb-8f97-0a6dea0be496.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ed8b8f19ac31968cf32d0ab4f594e06ae9a2769bc9cd8ee58cbfcd8a2cbeed +size 1711813 diff --git a/images/8c1623bf-4dca-4437-9550-f65870d8a0f4.jpg b/images/8c1623bf-4dca-4437-9550-f65870d8a0f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae36f23345bdd9b7337691bf605f895de6193c63 --- /dev/null +++ b/images/8c1623bf-4dca-4437-9550-f65870d8a0f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4420572d027c298efa2a5c1fa837e012bf3bddd1e367930f773a2317983fbd45 +size 1494956 diff --git a/images/8c1e6347-c5c5-45fd-bb72-ee5f5d893906.jpg b/images/8c1e6347-c5c5-45fd-bb72-ee5f5d893906.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf31a48c7ac4b063fe72eab59cb51f7b2971ee5e --- /dev/null +++ b/images/8c1e6347-c5c5-45fd-bb72-ee5f5d893906.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf544689b60385587d35fc0eeac2aedab429a3665afa6dc2bd1e0a34a9897ec +size 2036383 diff --git a/images/8c1f3c00-f225-480c-b04f-a2c3fd6795b0.jpg b/images/8c1f3c00-f225-480c-b04f-a2c3fd6795b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..395b0dd111a5e1c4f86a01628da69d4ceb0c79ed --- /dev/null +++ b/images/8c1f3c00-f225-480c-b04f-a2c3fd6795b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3131af452d701d82e17f1c3129f1681211a5b8a249bd5155a7940e34fc759b77 +size 1712024 diff --git a/images/8c1ff505-f63a-490a-953b-ab08bce78ca6.jpg b/images/8c1ff505-f63a-490a-953b-ab08bce78ca6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9963b56d6f0b22cb3d7dbe645180c8127c78a4b5 --- /dev/null +++ b/images/8c1ff505-f63a-490a-953b-ab08bce78ca6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef3a14b364243dff36660e1ef3cde9c0343a21f04c37f45e1212092b6aca1da +size 1681326 diff --git a/images/8c2354e6-0e01-412e-b6d8-883949803863.jpg b/images/8c2354e6-0e01-412e-b6d8-883949803863.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c6f91b9a9e67308a6810c592e6a71d53d73e823 --- /dev/null +++ b/images/8c2354e6-0e01-412e-b6d8-883949803863.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35729ef5b3c38c3e6ffbc1965167dc213112dbe4afa985b5bfc5a18ea4d8f604 +size 2699619 diff --git a/images/8c28344f-038d-4859-8e0a-160202fe3aa6.jpg b/images/8c28344f-038d-4859-8e0a-160202fe3aa6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f8437cc5ac654e05c12c9c2a7b25b9e52b0acaa --- /dev/null +++ b/images/8c28344f-038d-4859-8e0a-160202fe3aa6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c1187b1fa8fe41586da419d1c0de54e4e37b7702106cb91e367ac28bb22b52 +size 2896125 diff --git a/images/8c2f4e11-25a0-4991-9515-d13f7dc3ca5b.jpg b/images/8c2f4e11-25a0-4991-9515-d13f7dc3ca5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d22c5c01d41c72383fb17f040753f3e0f4d38c78 --- /dev/null +++ b/images/8c2f4e11-25a0-4991-9515-d13f7dc3ca5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb1d4c0c3602aab032b55a2704d326c09d4782838fcb0ba28e3ff002174789d +size 1475845 diff --git a/images/8c450d76-9ce4-4301-94eb-7bb8339df00c.jpg b/images/8c450d76-9ce4-4301-94eb-7bb8339df00c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccf109cd9a32075a9f2c8d9ae28126bafe06715b --- /dev/null +++ b/images/8c450d76-9ce4-4301-94eb-7bb8339df00c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ef21aaa1311ad022a5894353bb777d195d78fa0ced16f4b3f56137eabc8548 +size 1524221 diff --git a/images/8c472977-3fc9-4e40-96f8-4b18678c1ced.jpg b/images/8c472977-3fc9-4e40-96f8-4b18678c1ced.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05dc34b2e057e47d91cacc8cfb4e75aabc2cd9d0 --- /dev/null +++ b/images/8c472977-3fc9-4e40-96f8-4b18678c1ced.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6563cc17874e31491b11a51f7614f57a409cd09bb046e2a8e1f366a1e6bf9bbf +size 1604050 diff --git a/images/8c487b52-f74a-4c32-9281-f23a096a2278.jpg b/images/8c487b52-f74a-4c32-9281-f23a096a2278.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b472715d700da1e2fce4f271b0288cbf0f10a8f --- /dev/null +++ b/images/8c487b52-f74a-4c32-9281-f23a096a2278.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba80bce3955a3fe6d1f80d8baafadc975cf839e8b066e4748afa344268b2402 +size 1574738 diff --git a/images/8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0.jpg b/images/8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a20d202e807964093441a8863393e35ed8346300 --- /dev/null +++ b/images/8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7fca52458e5510666ab3a96dd118a440565ce43070dab0b4b6982ed78a319a +size 1672605 diff --git a/images/8c69e7a6-1554-4a5e-9628-002479ebe238.jpg b/images/8c69e7a6-1554-4a5e-9628-002479ebe238.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55e2289e7601b7f90dc4f73f4654f4de5647e953 --- /dev/null +++ b/images/8c69e7a6-1554-4a5e-9628-002479ebe238.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac60960d87943ec7336adad768578965f0ee797ecb411c14a957764c6093aa +size 1661426 diff --git a/images/8c6c0463-e80d-4efa-83b6-b1d6a021886d.jpg b/images/8c6c0463-e80d-4efa-83b6-b1d6a021886d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12f552e2b9d5ccad1f69b000edec30e70ca0ad0e --- /dev/null +++ b/images/8c6c0463-e80d-4efa-83b6-b1d6a021886d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aab0ff16c54f472b0ce0fcc77ddf5b6fad76bf84d9f75cc14a1ec40ed50c5aa +size 1816991 diff --git a/images/8c6e120b-34f1-4580-afdf-5c928587f2fd.jpg b/images/8c6e120b-34f1-4580-afdf-5c928587f2fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c09eac301032227badc4c836e6ee2df78ece9a3 --- /dev/null +++ b/images/8c6e120b-34f1-4580-afdf-5c928587f2fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a80bde53ecfc36a1765dedaa3b9fda5e984141d2270b13269d18943493e77a +size 945099 diff --git a/images/8c704c19-0137-4d04-a3d8-ad65e6e5a4a5.jpg b/images/8c704c19-0137-4d04-a3d8-ad65e6e5a4a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5b588e580b22002011963653bfc95eac542b91a --- /dev/null +++ b/images/8c704c19-0137-4d04-a3d8-ad65e6e5a4a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dfc840ef95c27200eab1cc854fe2632b66cb8d66f3fbfbc45a54f443653bfb +size 1840517 diff --git a/images/8c768fd5-8bd3-487b-aced-4ce6abf1ca7b.jpg b/images/8c768fd5-8bd3-487b-aced-4ce6abf1ca7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3884f134c292bf932cdc81f5a27612928ce143b9 --- /dev/null +++ b/images/8c768fd5-8bd3-487b-aced-4ce6abf1ca7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2219a26b7c7780709750b7ed4dcb4cbe8774b78d9f4d3b20abeaeeddf4786f94 +size 2230127 diff --git a/images/8c7712af-be64-4fb5-8036-2e4734c668b6.jpg b/images/8c7712af-be64-4fb5-8036-2e4734c668b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c365621d60cc60be43fc56f432a26f631f7ec929 --- /dev/null +++ b/images/8c7712af-be64-4fb5-8036-2e4734c668b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22fb959f446159213be9cf92bae2a9a6f04eda9955586a3f7b45a793a20607c +size 1607854 diff --git a/images/8c7c4596-17f0-424c-bc81-3a0862e10723.jpg b/images/8c7c4596-17f0-424c-bc81-3a0862e10723.jpg new file mode 100644 index 0000000000000000000000000000000000000000..266a4c2a146525b020b11799772abb62662930a4 --- /dev/null +++ b/images/8c7c4596-17f0-424c-bc81-3a0862e10723.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fa607328a120b79d204eb14bd59247382424a3140d36144934a39f59112eac +size 1840412 diff --git a/images/8c7d9b34-a162-4b4f-a048-ced0a7ac152d.jpg b/images/8c7d9b34-a162-4b4f-a048-ced0a7ac152d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..200476d546af98bc32a59761306182840a18aa58 --- /dev/null +++ b/images/8c7d9b34-a162-4b4f-a048-ced0a7ac152d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b79ccb468a3b3304f43980653a3f2352350b7c1f70651e9e8af7294831f40c0 +size 1634019 diff --git a/images/8c899787-ac34-4407-bdb0-00becaab67cf.jpg b/images/8c899787-ac34-4407-bdb0-00becaab67cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70e5a2ee2ab6f5c4b6706f07519396064ddb031a --- /dev/null +++ b/images/8c899787-ac34-4407-bdb0-00becaab67cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1763ac9bd1b050d419e9bfa1cbafbe7f00387ed225b74576c342fb766052eadb +size 1295532 diff --git a/images/8c926e66-0548-43e7-aaa6-2b298dbc4b07.jpg b/images/8c926e66-0548-43e7-aaa6-2b298dbc4b07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4b782c2f6b0dd7d017966c4d3755cc3f282a3d6 --- /dev/null +++ b/images/8c926e66-0548-43e7-aaa6-2b298dbc4b07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a825c891edcbe1de40c6986e6a6670c9fb6d90990ff5096952a8932fac20e5 +size 1763239 diff --git a/images/8ca0a5e4-a9d9-4373-872e-0f1e43c70e00.jpg b/images/8ca0a5e4-a9d9-4373-872e-0f1e43c70e00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9338c9dc7f7e0cf0481f34045ba9aa3176287d10 --- /dev/null +++ b/images/8ca0a5e4-a9d9-4373-872e-0f1e43c70e00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0229d84f3a4d17615f04d37866ac13f8be1a1e559b88546f7113323dcee3c3e +size 1894802 diff --git a/images/8cad47e8-4837-4a45-a525-922e3901509a.jpg b/images/8cad47e8-4837-4a45-a525-922e3901509a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea4d378dc838cf7e7c5d861e1c6805330ebe1a5 --- /dev/null +++ b/images/8cad47e8-4837-4a45-a525-922e3901509a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa38d8f8265993961f980e7662c9b186188efd61ac1c8cd46429ce63fddd84a +size 1542621 diff --git a/images/8cbf11db-64b8-4eba-af4a-f149920034a0.jpg b/images/8cbf11db-64b8-4eba-af4a-f149920034a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..572bc3e100b0c90ac6cef5aac996b496d42e62eb --- /dev/null +++ b/images/8cbf11db-64b8-4eba-af4a-f149920034a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d09f6d126f97cf463b5cc1a56f13beb9c9d130279b7f963b51e8c5d1cd510e +size 2197269 diff --git a/images/8ccf723d-668d-43b8-b80a-5a42f584ba4f.jpg b/images/8ccf723d-668d-43b8-b80a-5a42f584ba4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..834e1e3f5718b0bf3f5ce8864a854ca962f2913d --- /dev/null +++ b/images/8ccf723d-668d-43b8-b80a-5a42f584ba4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef93ecb1bd0e6215a829f051b50a6f8e949bb76360b96039b86a3223fe24b65 +size 1134551 diff --git a/images/8ccff1f9-10cb-4123-a21a-54369ae58737.jpg b/images/8ccff1f9-10cb-4123-a21a-54369ae58737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1ad93635c28cb114db207a72aee1dffa1256922 --- /dev/null +++ b/images/8ccff1f9-10cb-4123-a21a-54369ae58737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1975d5c99e5bb0f03712df3097c3db95c98dcfb026e6e9c9d42eb5392238205b +size 1585007 diff --git a/images/8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091.jpg b/images/8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d684e7f9f2f2b83dbb9551156f52141248607440 --- /dev/null +++ b/images/8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed67790db65d3387755eb29cbe9f77d980015a7fc6647b9cb1e11819288fc5f +size 1759295 diff --git a/images/8ce0c625-f927-475c-967d-3206328839c8.jpg b/images/8ce0c625-f927-475c-967d-3206328839c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38bff83424bc298280f3eab818982a055560cd72 --- /dev/null +++ b/images/8ce0c625-f927-475c-967d-3206328839c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8aab8388cc1c329faa0ffe8a24a79068eb1442b33a9fb0a8cbad6b949602bd +size 1162821 diff --git a/images/8ce87bbf-70d7-4038-89f2-074fac3aa4fc.jpg b/images/8ce87bbf-70d7-4038-89f2-074fac3aa4fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920034783950210befbe6e31e3c951fc14684c65 --- /dev/null +++ b/images/8ce87bbf-70d7-4038-89f2-074fac3aa4fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae74cfc10ed11a3f080ae7a6d3c950431fde7c340d4c91461fe01eeaa3645ab +size 1654946 diff --git a/images/8cf51818-d58d-4495-821d-a6a596d52ceb.jpg b/images/8cf51818-d58d-4495-821d-a6a596d52ceb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8e9fdd7e62fcac85469e29cc1d793218e631c2f --- /dev/null +++ b/images/8cf51818-d58d-4495-821d-a6a596d52ceb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c572fe38af8c5a0cbd541e24b2349a67ceca7577ef4544df60b12818fa6b5de5 +size 1753545 diff --git a/images/8cfa1699-58f5-45e8-9b69-6180b57807d0.jpg b/images/8cfa1699-58f5-45e8-9b69-6180b57807d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ff9981588b51403d9b76eb95ed4ede3751fa92f --- /dev/null +++ b/images/8cfa1699-58f5-45e8-9b69-6180b57807d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3192be6705e71e3a1bfaf3955e0bbdc30fbff6655da4ea2a61fa2df652160d +size 863123 diff --git a/images/8cfd6eee-a0d3-467d-9089-f1e34cf5f73c.jpg b/images/8cfd6eee-a0d3-467d-9089-f1e34cf5f73c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7ffa33890c91008fe234002752d15242935f119 --- /dev/null +++ b/images/8cfd6eee-a0d3-467d-9089-f1e34cf5f73c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5571e67a45b09ab3659d637817695f39e7879660247505323a2a2923f9e7b7 +size 2453366 diff --git a/images/8cfe2aed-afab-4804-afda-f06214a9ecc7.jpg b/images/8cfe2aed-afab-4804-afda-f06214a9ecc7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfd77e29e7a1c781d85c3b1eb72c857b609c512e --- /dev/null +++ b/images/8cfe2aed-afab-4804-afda-f06214a9ecc7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8021654879ae6e3fedcf2cad486a11e039f7d70955d2f8bef0d1c979a0abde99 +size 1617630 diff --git a/images/8d058555-026e-44d6-9ab4-fbe2b47287d1.jpg b/images/8d058555-026e-44d6-9ab4-fbe2b47287d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a7b17c938b7330fe92f675ef3c462ac97a0c200 --- /dev/null +++ b/images/8d058555-026e-44d6-9ab4-fbe2b47287d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73e8f0da71ad7b5f2bd9c9469611b86fb09ff1edb6d9879046e458ae7dba049 +size 1537077 diff --git a/images/8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8.jpg b/images/8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d5c55438f4b4cfbcca73313076d69f7a22bb894 --- /dev/null +++ b/images/8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce8c5b19b089bc1c092f3891aecc1943a209e0897c7917ef95c1b40314a427d +size 1507208 diff --git a/images/8d1099be-4b56-43c4-b0e4-6eff9b016ba6.jpg b/images/8d1099be-4b56-43c4-b0e4-6eff9b016ba6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdcc53d8cf3e50d35d778b9a9133700d6d9a782b --- /dev/null +++ b/images/8d1099be-4b56-43c4-b0e4-6eff9b016ba6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9341f7615ea6a5e3067946565cfd3439b5bd6ce315e95f28860748aa599ac7f9 +size 1403133 diff --git a/images/8d1ffef1-3ca6-4b12-91dc-a6672295015e.jpg b/images/8d1ffef1-3ca6-4b12-91dc-a6672295015e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ef97a7375d000b9e8f0d4b63b0827904fe615ac --- /dev/null +++ b/images/8d1ffef1-3ca6-4b12-91dc-a6672295015e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bccb8a82fa9a0cb72751200cad370c073585a3d43b65d8c78abed2314e9c00 +size 1866801 diff --git a/images/8d20a48c-5143-4688-9a73-90b85f10bc40.jpg b/images/8d20a48c-5143-4688-9a73-90b85f10bc40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a121e38b9d31e41254af75756bdf846ab8e45fe4 --- /dev/null +++ b/images/8d20a48c-5143-4688-9a73-90b85f10bc40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad78b67504a38752063d6651be89fd32d8ebf0caf451db95d4920a01b989a1c +size 1665259 diff --git a/images/8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2.jpg b/images/8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c079bb6b1d2fcc7b72277a502b8a590c8012f0f --- /dev/null +++ b/images/8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c239ff45d24b5d0d23e05d64e41e665551ec0bbd726f95de5dcf5802bc61d7 +size 2241987 diff --git a/images/8d29c657-d805-4d35-bbdd-c74f489b0f2e.jpg b/images/8d29c657-d805-4d35-bbdd-c74f489b0f2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dabd8c1171aea55ad4bfd461e7463a0d85bfb76c --- /dev/null +++ b/images/8d29c657-d805-4d35-bbdd-c74f489b0f2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28913a28d2b1b7d45a203abdbe37d9b252c1f92f836f8cef3752acfb30f6017 +size 1757429 diff --git a/images/8d336b7e-bb54-405f-adaf-37193dabf34a.jpg b/images/8d336b7e-bb54-405f-adaf-37193dabf34a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c55b4589e8e6abda396ec2f5185e1d5fc1a7001a --- /dev/null +++ b/images/8d336b7e-bb54-405f-adaf-37193dabf34a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a25dde63cefd26622d8faf96cd1710e06f04a9ffea7565737377bc880c4fc7f +size 1254097 diff --git a/images/8d3823aa-1c04-419f-90e1-7c35d3367422.jpg b/images/8d3823aa-1c04-419f-90e1-7c35d3367422.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4cde8948d3360c90cb2626205be96dc78d35483 --- /dev/null +++ b/images/8d3823aa-1c04-419f-90e1-7c35d3367422.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e69181940717c628387f9ca6e72165c77b7aa9f1743d5202c9b2998a1519c5 +size 1453924 diff --git a/images/8d47ef33-9c80-4ba1-8ca8-94a93f80d4de.jpg b/images/8d47ef33-9c80-4ba1-8ca8-94a93f80d4de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56ad459d7b15ca6b15a38caab98d02e147bb0280 --- /dev/null +++ b/images/8d47ef33-9c80-4ba1-8ca8-94a93f80d4de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337ce16d93cf1aa666950446dbac55ae9876938fd072e3bd8168d9e79d6cd48b +size 1453224 diff --git a/images/8d562535-7ac8-41b7-b564-25856f1dd315.jpg b/images/8d562535-7ac8-41b7-b564-25856f1dd315.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5876a6a2c1b6bf95c7afbd3f8034982cd52dd0b --- /dev/null +++ b/images/8d562535-7ac8-41b7-b564-25856f1dd315.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857685433c610151db51173cc1fdfd2e0d75bc00db618bc9ce9a642221702862 +size 1798158 diff --git a/images/8d5be26a-a8c6-40a6-83aa-4982919eff71.jpg b/images/8d5be26a-a8c6-40a6-83aa-4982919eff71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c995556bc7097d1c41b2c2dcdfabb6f42f4e231d --- /dev/null +++ b/images/8d5be26a-a8c6-40a6-83aa-4982919eff71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fed2a4c5fc1c479690baa238a6e04c8cdf8b14baa49c1227fc60d39786aa753 +size 1204499 diff --git a/images/8d6014ce-175a-454e-8c58-4bb4db88dae1.jpg b/images/8d6014ce-175a-454e-8c58-4bb4db88dae1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11fe44e06eb26baf6d41557f1ae14cc99bac2c79 --- /dev/null +++ b/images/8d6014ce-175a-454e-8c58-4bb4db88dae1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cad70f346443b038b5c7d2c1991f771c44ba142155ea7dd432bd52004dbcffb +size 1277299 diff --git a/images/8d602a2f-1607-4662-9115-8921e0316e05.jpg b/images/8d602a2f-1607-4662-9115-8921e0316e05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cb5dd78781f5c0b83c54cfb61252bf1abae6a41 --- /dev/null +++ b/images/8d602a2f-1607-4662-9115-8921e0316e05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ca81e4d56b53361880810215d2364cc5b885538afecaef2660957a5766bc8e +size 1530230 diff --git a/images/8d615504-2147-4177-a73e-a3321f78875b.jpg b/images/8d615504-2147-4177-a73e-a3321f78875b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4f30c8a7643cec9bd6b2a46e9553c6d266c70b1 --- /dev/null +++ b/images/8d615504-2147-4177-a73e-a3321f78875b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02aef7e97053c30b04302f535b8fe2ad38b1991bb69c685a74b8cf460653f81 +size 1938410 diff --git a/images/8d63d6bd-1e1b-4064-b581-8d695dfb2b82.jpg b/images/8d63d6bd-1e1b-4064-b581-8d695dfb2b82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d08ddc01cac7f43609d42793d3fe86d1641017a --- /dev/null +++ b/images/8d63d6bd-1e1b-4064-b581-8d695dfb2b82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0908ce60102fafdb927686c003c3e92e69ac5b0b0c83daa50c274a10d8a320be +size 2500575 diff --git a/images/8d7622b1-d553-48a7-8492-6ecbd015c35d.jpg b/images/8d7622b1-d553-48a7-8492-6ecbd015c35d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c4be97156f209e50aba62c511eae2d355be9846 --- /dev/null +++ b/images/8d7622b1-d553-48a7-8492-6ecbd015c35d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fefaabf058a5af362ec6ad1416799017e54acc2e3ab4ab4984d30b937dc0089 +size 2701855 diff --git a/images/8d8a8c96-4f79-4d96-b536-6b4467558159.jpg b/images/8d8a8c96-4f79-4d96-b536-6b4467558159.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f369db409a7e94f2ea43cb3d5ba0519709ea9d9c --- /dev/null +++ b/images/8d8a8c96-4f79-4d96-b536-6b4467558159.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e9c67da3f049a811b5e3d5c35a5d68b7661064eb7258ff9e942fc3fa7f4d2a +size 1648276 diff --git a/images/8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561.jpg b/images/8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561.jpg new file mode 100644 index 0000000000000000000000000000000000000000..911b4897bb57b6ef3fc404615b972b675e8e8275 --- /dev/null +++ b/images/8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2153379d5cf9d95563d9816b8397a079bc85e34519d80f5c6e3d3423d07035bb +size 1424882 diff --git a/images/8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6.jpg b/images/8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d7915147ed98dde3b4fe73765facf201b664575 --- /dev/null +++ b/images/8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62361d58b7937610028ebda5189970c0fd9ec67d8f8fbf41cbeb42363f36eb8c +size 1681533 diff --git a/images/8d9a5d6d-c878-468a-be46-61536de65a78.jpg b/images/8d9a5d6d-c878-468a-be46-61536de65a78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed3dffb5ea82a184ba4c15570abca4a4cc11cdbc --- /dev/null +++ b/images/8d9a5d6d-c878-468a-be46-61536de65a78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c160444619470a60e9b1c87cf39a3935b032f3cab958722a39fc624eb966842 +size 1567429 diff --git a/images/8da7757a-da94-4954-9106-a8f8758fee83.jpg b/images/8da7757a-da94-4954-9106-a8f8758fee83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..864a3391bf79e8bb22072964be5bc24c13e3da8f --- /dev/null +++ b/images/8da7757a-da94-4954-9106-a8f8758fee83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c65cccbd93451777d372294646dc475ae711aad98133e13c11162dc08b47f6 +size 1768158 diff --git a/images/8dacba69-64d2-4698-85a7-ab864594cc29.jpg b/images/8dacba69-64d2-4698-85a7-ab864594cc29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b40ef7beca259066a945a13fb5b1930a07650e28 --- /dev/null +++ b/images/8dacba69-64d2-4698-85a7-ab864594cc29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4baee5e1160a5f0130f4446165b0c98ccc8f07234adb74985c891c23136664fa +size 1206141 diff --git a/images/8db3c0f2-b373-4e5b-b00f-9786aece2689.jpg b/images/8db3c0f2-b373-4e5b-b00f-9786aece2689.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87a4156b38cbedd94a485f92cd386991821eb1ba --- /dev/null +++ b/images/8db3c0f2-b373-4e5b-b00f-9786aece2689.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256a406812e0fab54913d90da1ed78cad83682939a9d998a91c8202808086668 +size 1726022 diff --git a/images/8db54221-31f6-4a76-9c8d-8173cadac0a0.jpg b/images/8db54221-31f6-4a76-9c8d-8173cadac0a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a726afed51743c68e9db94bf3951feb0eb7af075 --- /dev/null +++ b/images/8db54221-31f6-4a76-9c8d-8173cadac0a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee395b98bc9558e190eaf857d64fcfc8b74c091c95471d056c3c263b4b7c4c44 +size 3140945 diff --git a/images/8db9d014-92aa-4a88-a684-f77c64459def.jpg b/images/8db9d014-92aa-4a88-a684-f77c64459def.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ab71efbd0cb1d0b238a3e5a04bec48b2d078946 --- /dev/null +++ b/images/8db9d014-92aa-4a88-a684-f77c64459def.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0ea57789b2d25d0f7d158b2425159445a86de5ab00bd8d3312d44521bd8ff5 +size 1665766 diff --git a/images/8dc4d0a1-2c20-47f8-9f13-9992495cefff.jpg b/images/8dc4d0a1-2c20-47f8-9f13-9992495cefff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa625d78361deb56a14c31cfae85d4d75d98870d --- /dev/null +++ b/images/8dc4d0a1-2c20-47f8-9f13-9992495cefff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dcdc5ce87ce8641d016ffc0e8c2b78b618fbcfd383241ae91058694ceb6342 +size 1684780 diff --git a/images/8dd3e92a-6849-4068-a01b-fb69912ab088.jpg b/images/8dd3e92a-6849-4068-a01b-fb69912ab088.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89876b9fadc542de4fb16adec71b40b6f0e1bc3e --- /dev/null +++ b/images/8dd3e92a-6849-4068-a01b-fb69912ab088.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d50b4ca92ef1e33170e9dfd4c1d4062a93826da657985eb57035262790b173 +size 1348545 diff --git a/images/8dd4f954-2a0c-4b25-948a-106414ce1a11.jpg b/images/8dd4f954-2a0c-4b25-948a-106414ce1a11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..894105377f8b36f79ab0dd39051d4bf72cad2231 --- /dev/null +++ b/images/8dd4f954-2a0c-4b25-948a-106414ce1a11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f7f47345bce718722208a19d70e3fa3b5e08360f80a0bcf238baf6b19509f5 +size 1064366 diff --git a/images/8ddad88f-161d-4caf-aada-54bfe687bc5c.jpg b/images/8ddad88f-161d-4caf-aada-54bfe687bc5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dfb39633e51f9dd8a2b262eda3819b130e64670 --- /dev/null +++ b/images/8ddad88f-161d-4caf-aada-54bfe687bc5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbe65cfcb108f93af597d700617aa69bc64e229fe6dad829d629c1213087149 +size 1532424 diff --git a/images/8de530e1-0d52-4365-a6c6-37e31c6dafe8.jpg b/images/8de530e1-0d52-4365-a6c6-37e31c6dafe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db5343529da7f092d1546c29d8490f20acc41db1 --- /dev/null +++ b/images/8de530e1-0d52-4365-a6c6-37e31c6dafe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6b05c74ffadceffc94a36ec35aa97c5dceee4536cfb2cb2dacb7cfe1906dde +size 1573225 diff --git a/images/8e080cc4-d9cf-42cc-82ca-ed3716a80015.jpg b/images/8e080cc4-d9cf-42cc-82ca-ed3716a80015.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41d9ef55230518fcee675a721eadb58eb4872f7b --- /dev/null +++ b/images/8e080cc4-d9cf-42cc-82ca-ed3716a80015.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e725e9a9f47a63c47a3a9291433969d0ef0454b9f3ccaad6b2fbc86749fbad +size 1575804 diff --git a/images/8e114aac-b9a5-4f6f-af16-11b4648fb3e7.jpg b/images/8e114aac-b9a5-4f6f-af16-11b4648fb3e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad6343521ea19fd1c9a7a540d5da1845b5854615 --- /dev/null +++ b/images/8e114aac-b9a5-4f6f-af16-11b4648fb3e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cd8b77299b345daffab53fc6b501970f14f6792de8e2e5d55023a3313c7924 +size 1887196 diff --git a/images/8e11cd8b-3ad9-4c07-a238-9f27640c4c99.jpg b/images/8e11cd8b-3ad9-4c07-a238-9f27640c4c99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9df3254a2dbe4e31a757d09c04c42c920cfb9d3 --- /dev/null +++ b/images/8e11cd8b-3ad9-4c07-a238-9f27640c4c99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e6aa86da42613b5d6c1a1e7aefd5224952d9c4574906f8013174680938263e +size 1441356 diff --git a/images/8e12e870-5c6e-47d1-8582-01de7b96b87f.jpg b/images/8e12e870-5c6e-47d1-8582-01de7b96b87f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5378bcaf277ee0d761a4871970b93a2140e22db6 --- /dev/null +++ b/images/8e12e870-5c6e-47d1-8582-01de7b96b87f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d00da261aafe0d8b58a1d60b14d4f6898808170efa17cfd3472423c2ada490f +size 1845771 diff --git a/images/8e1f09bb-90d3-4c4f-a010-59dae061ff1b.jpg b/images/8e1f09bb-90d3-4c4f-a010-59dae061ff1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78adf503a3c8862dfd841386863642369f7e0cc6 --- /dev/null +++ b/images/8e1f09bb-90d3-4c4f-a010-59dae061ff1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22367e02cff03d4d8f7fee2ee618dcb32587760e2d6acae2c0405ea0719da82 +size 1714865 diff --git a/images/8e296dd9-c990-4a7c-bbe5-e55cd6223ce9.jpg b/images/8e296dd9-c990-4a7c-bbe5-e55cd6223ce9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91184351e2ed5113b0210b01d610ab1354df2a76 --- /dev/null +++ b/images/8e296dd9-c990-4a7c-bbe5-e55cd6223ce9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97845b13453d4ec6afb06dbc7606973b3a7aa95b212604197bc1b1fa96420598 +size 1571569 diff --git a/images/8e3ead27-9568-472e-8c62-641bb1240a54.jpg b/images/8e3ead27-9568-472e-8c62-641bb1240a54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77b2e220bde916facf33580cfff87fc06d802314 --- /dev/null +++ b/images/8e3ead27-9568-472e-8c62-641bb1240a54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583496f83b847e7e5c5c0f250bc402846cd715642f0935273d2fc63fd6c09a03 +size 2123713 diff --git a/images/8e4487ac-a674-4edd-9734-7ea461f8d33e.jpg b/images/8e4487ac-a674-4edd-9734-7ea461f8d33e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3b91bb8e244464aeefc48d4fa2c7967d47c269 --- /dev/null +++ b/images/8e4487ac-a674-4edd-9734-7ea461f8d33e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a0c1f3f06d06f39ab838c8bd0945efc71476026306a3f04a811b28d09984aa +size 1366102 diff --git a/images/8e44c7f2-f5cf-4e6e-b64e-7250e6344578.jpg b/images/8e44c7f2-f5cf-4e6e-b64e-7250e6344578.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea49d36fc0ac29b3939f6fa48d90df751878a6ce --- /dev/null +++ b/images/8e44c7f2-f5cf-4e6e-b64e-7250e6344578.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2206260e23b516045e0bcb9aa5dedc8c67f59f7d5c7f42bb95f46ad4931d45 +size 1693045 diff --git a/images/8e4a7257-6a7c-44b3-9ea5-4df9b0959565.jpg b/images/8e4a7257-6a7c-44b3-9ea5-4df9b0959565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0cc2e7db153b882d2b8daadf13c76c635fdd873 --- /dev/null +++ b/images/8e4a7257-6a7c-44b3-9ea5-4df9b0959565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580eb3e37d8537b2afb49cc5bb4e2bedb9cfbace0d372f5646ec870d3dfe6e97 +size 1648186 diff --git a/images/8e4aa3ed-1a09-4a26-8dda-53e04525e3e3.jpg b/images/8e4aa3ed-1a09-4a26-8dda-53e04525e3e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08c24445110ab8a89b86c13597da22a746be8be2 --- /dev/null +++ b/images/8e4aa3ed-1a09-4a26-8dda-53e04525e3e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd33181635d60e06bf46c9db8bbacfe739fc36f64c02e4ee9a7bd1dcd41226e8 +size 1587987 diff --git a/images/8e4cf678-87fa-4f82-a348-ea6d8d5506bb.jpg b/images/8e4cf678-87fa-4f82-a348-ea6d8d5506bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21a0027f049995845563410950a96d81377b2cbb --- /dev/null +++ b/images/8e4cf678-87fa-4f82-a348-ea6d8d5506bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fb08fa19abb51a8cf4dc6ed4f8d70e5de81f5378a263060229271c2586c968 +size 1476875 diff --git a/images/8e51c7f6-15fc-4257-bec2-3f8aa7f3480e.jpg b/images/8e51c7f6-15fc-4257-bec2-3f8aa7f3480e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e16bdcc047f43af97f37a4ccbe65c4059a511f1b --- /dev/null +++ b/images/8e51c7f6-15fc-4257-bec2-3f8aa7f3480e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a2854a40b2356aa6a859f7968230997434295db6e7e0a3475bd4a2709e8460 +size 3123109 diff --git a/images/8e57faac-b387-47b7-be0f-e62f5f0b9573.jpg b/images/8e57faac-b387-47b7-be0f-e62f5f0b9573.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79a0e812364353b3c74d8672a89a012b022cca29 --- /dev/null +++ b/images/8e57faac-b387-47b7-be0f-e62f5f0b9573.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716a92cb086fd710bfad5b30a5c72c9bc34924c56d4462f05217467b3b8b1612 +size 1625709 diff --git a/images/8e5f09c8-8bea-4df5-9acb-162179163865.jpg b/images/8e5f09c8-8bea-4df5-9acb-162179163865.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c73a747a45c283d6586d26fa93f9049f5bc4d0 --- /dev/null +++ b/images/8e5f09c8-8bea-4df5-9acb-162179163865.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a2d524329112f954e9c318b0292f5f12ecde9158ccc15dc7e09200a8b1438e +size 2530059 diff --git a/images/8e736a33-cd76-4fd4-a74c-82fe9e48afca.jpg b/images/8e736a33-cd76-4fd4-a74c-82fe9e48afca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0402e7e5c9ccc05aa74375ff127cb2e75d4005 --- /dev/null +++ b/images/8e736a33-cd76-4fd4-a74c-82fe9e48afca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04524287cf38a8e546854fcf24b0f5b8052449cf6c0b1bc8bc28e403c51d35ad +size 1419454 diff --git a/images/8e7c9d55-d93d-490f-9867-ee09dd355c24.jpg b/images/8e7c9d55-d93d-490f-9867-ee09dd355c24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb2ae5bff6c3ee28789776e4abe6b0f8eff79114 --- /dev/null +++ b/images/8e7c9d55-d93d-490f-9867-ee09dd355c24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f30994f2682ddcc50cc806f24771c05301565cd008b2fae8219dde8a01f1945 +size 1541144 diff --git a/images/8e7d89ed-bb4f-4849-b87c-983cbb7cc02d.jpg b/images/8e7d89ed-bb4f-4849-b87c-983cbb7cc02d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67defb2bf38f3326e4e17792a49fffd3a48f3430 --- /dev/null +++ b/images/8e7d89ed-bb4f-4849-b87c-983cbb7cc02d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6104fd41137ca1b95fb81b21c29e655657256faac12c719acca93dbc23471c77 +size 1510889 diff --git a/images/8e8c29b1-f98e-4201-960e-4532dcf08eee.jpg b/images/8e8c29b1-f98e-4201-960e-4532dcf08eee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32b39ee097264f41fad70fa386bb1d27dd31c49b --- /dev/null +++ b/images/8e8c29b1-f98e-4201-960e-4532dcf08eee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e44276fcf4957de5c7c260373dcdd3e3ba9be4a47a2350ee58b0ea119956e4a +size 1717365 diff --git a/images/8e97a86d-daf6-4ad5-b193-77cba60b40b7.jpg b/images/8e97a86d-daf6-4ad5-b193-77cba60b40b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd307925a9b04e4dac4ae63b4304da0e3db65c81 --- /dev/null +++ b/images/8e97a86d-daf6-4ad5-b193-77cba60b40b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bcfa1cadeefa5ecfba67c4d2c88010e82962cef25eb8c8da8b2912d340a01b +size 1499286 diff --git a/images/8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9.jpg b/images/8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4fbcad41b6c485defa9c0668282ee85cc7a2053 --- /dev/null +++ b/images/8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097b577c41775eeae9b12bbb4affc79b412c08924fd9592cf96228e91e37b8c7 +size 1426943 diff --git a/images/8e9bcb2d-c914-4d40-b166-7a913dfa5575.jpg b/images/8e9bcb2d-c914-4d40-b166-7a913dfa5575.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad04f65904eb705420a69bb9ff4c5c4258d08e6c --- /dev/null +++ b/images/8e9bcb2d-c914-4d40-b166-7a913dfa5575.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c061836b2278342e5e2a417347b62abfccbbe11d895751ea16ba94f8b531186 +size 1622381 diff --git a/images/8ea1e593-69a6-4023-8492-41f5c7d685d3.jpg b/images/8ea1e593-69a6-4023-8492-41f5c7d685d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..220740b9d33e6c32b2332707b79519fa2fa23a29 --- /dev/null +++ b/images/8ea1e593-69a6-4023-8492-41f5c7d685d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92c214aa40e13da69ac65287acb722ba71e83df8017dcc4dce21dc0e936bad4 +size 1146833 diff --git a/images/8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7.jpg b/images/8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a84e750ea5c45462b3de2bd1aaf12d1336dff2b0 --- /dev/null +++ b/images/8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768f7e24ebfd867669328855d4073d8b8dae986800bb8dbc186f9b8a71c3733 +size 1529525 diff --git a/images/8ea50462-ac52-4ab7-8a24-cc892ff02087.jpg b/images/8ea50462-ac52-4ab7-8a24-cc892ff02087.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b80057f1ca5d8a0bfa78121615414fde10ce4495 --- /dev/null +++ b/images/8ea50462-ac52-4ab7-8a24-cc892ff02087.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ad5074b806e221b6c2e2a4035bf8ce51c3258d72259f84ab9f15308c0f49fc +size 1776602 diff --git a/images/8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77.jpg b/images/8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f41d81476a3f0d7b4c007288c7bf21dfba2283d0 --- /dev/null +++ b/images/8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da4ed4f9a784fb949c63d1089ea08f77013cb4c4fd1c9cb7e81948d68858ca1 +size 1577079 diff --git a/images/8eb92826-d637-4f82-9b4b-1852b6422aaa.jpg b/images/8eb92826-d637-4f82-9b4b-1852b6422aaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9cd6df4a6511c09ee880fc8b4d2e7563a350701 --- /dev/null +++ b/images/8eb92826-d637-4f82-9b4b-1852b6422aaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5881d76c58e38dfbd01ab274049adb4b14421788b87bfc5103b43432a727cdb +size 1850515 diff --git a/images/8ecc3257-1afd-4e15-88b6-1c463d830835.jpg b/images/8ecc3257-1afd-4e15-88b6-1c463d830835.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dca2c724eb8f02049ec8f4e450b5a7bd38074eaa --- /dev/null +++ b/images/8ecc3257-1afd-4e15-88b6-1c463d830835.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a6515ed8cb631c9910863daf1d29f4ff36097d9513380c243d99d8333defc5 +size 1496778 diff --git a/images/8ecc7c66-00ce-49b5-9d0c-eaf73684abba.jpg b/images/8ecc7c66-00ce-49b5-9d0c-eaf73684abba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9798f736d85e86c4f8695e51245b243f1f23ede3 --- /dev/null +++ b/images/8ecc7c66-00ce-49b5-9d0c-eaf73684abba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c04f7c78a2e920c42a05b10890cdbda57243ff397ca48c469eedc6a7d00bb0 +size 1427149 diff --git a/images/8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d.jpg b/images/8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e93ca925c38b1ca3314e1349ba6ad54877f325 --- /dev/null +++ b/images/8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceaf5601953e53f3c79337b57f9eae689e104c9116cf4cb144bba99b0f5d7ef +size 2305862 diff --git a/images/8ed10266-04d1-4a0c-8437-dd4b52ac7850.jpg b/images/8ed10266-04d1-4a0c-8437-dd4b52ac7850.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50427f4287bead1680549579f03b21166038d4b0 --- /dev/null +++ b/images/8ed10266-04d1-4a0c-8437-dd4b52ac7850.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212e2c4ec5e88962890cfbbddec987c2d9f18c8a76637b415415e6a7a0ad5637 +size 1747138 diff --git a/images/8edf02a4-030b-44b9-b276-5ed6b47a4cec.jpg b/images/8edf02a4-030b-44b9-b276-5ed6b47a4cec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e98568d830db165db8e76c3468c19f8f1a576694 --- /dev/null +++ b/images/8edf02a4-030b-44b9-b276-5ed6b47a4cec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352118d52bec79a5bc359836955381881b60348a050ed2dc4a9b088854bf5885 +size 1244761 diff --git a/images/8ef88809-4051-435b-be23-546be6b96745.jpg b/images/8ef88809-4051-435b-be23-546be6b96745.jpg new file mode 100644 index 0000000000000000000000000000000000000000..227ceac364a1da36748919090f440dae74434ccf --- /dev/null +++ b/images/8ef88809-4051-435b-be23-546be6b96745.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd9124e5644ba9822f824e413cc44aab19bec07715256e2014c34b51f060314 +size 1423313 diff --git a/images/8ef9cae9-a186-4332-abcb-ad939da8ab29.jpg b/images/8ef9cae9-a186-4332-abcb-ad939da8ab29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9ba5f2358ab4c5a8f367548774337590fb887ae --- /dev/null +++ b/images/8ef9cae9-a186-4332-abcb-ad939da8ab29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d614c1e273f5af7911524713664c5c407a2ae40c1368cffe6454cecf7a7ab2 +size 1411222 diff --git a/images/8f12db0c-2a87-42ef-a102-82b320cd06fe.jpg b/images/8f12db0c-2a87-42ef-a102-82b320cd06fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb9011f24556283ed6ab21b6ee4154a2284b2b6d --- /dev/null +++ b/images/8f12db0c-2a87-42ef-a102-82b320cd06fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530abc97f50fbded7d33f137548669b981b521ecb545657c5bbcfc3f5c37dc43 +size 1281071 diff --git a/images/8f18f6ff-6e34-411b-adb6-17468a6520c4.jpg b/images/8f18f6ff-6e34-411b-adb6-17468a6520c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90ba92e3b57951c00a5640cdb73d40bcae9a67cf --- /dev/null +++ b/images/8f18f6ff-6e34-411b-adb6-17468a6520c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3535f51275675567283b403922a282f0482bd080f044804a2b0fad1ea5e0b8 +size 1564844 diff --git a/images/8f254135-48d2-4714-bea1-c4c8270b1723.jpg b/images/8f254135-48d2-4714-bea1-c4c8270b1723.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b0392af7900a27527478bb2b0ed3ad43252230f --- /dev/null +++ b/images/8f254135-48d2-4714-bea1-c4c8270b1723.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c708726bc8ee3212eba65bc6a0c596186df30900aacc1420648be11fce2bbfac +size 1783478 diff --git a/images/8f3e0b48-9181-4e86-a6ee-6a13fd2770df.jpg b/images/8f3e0b48-9181-4e86-a6ee-6a13fd2770df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ef49dfda21aa0d5295da549f5a2bbbde1f4ce6d --- /dev/null +++ b/images/8f3e0b48-9181-4e86-a6ee-6a13fd2770df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9557a6a41d58f4950df7c1b6e826bf9e97aa8b2580e85e246d5be9adb6aea5b4 +size 1652933 diff --git a/images/8f425e72-16e4-4a97-8b4f-1d1597480fd9.jpg b/images/8f425e72-16e4-4a97-8b4f-1d1597480fd9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b21034499d799a4997560b726effdf1270ed602 --- /dev/null +++ b/images/8f425e72-16e4-4a97-8b4f-1d1597480fd9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7625fcbf2c3fd99f452c4f4263bd719444b3910cb376c10f2963ea28b69476d +size 1320919 diff --git a/images/8f426022-2b34-4326-9246-a70d59bbd467.jpg b/images/8f426022-2b34-4326-9246-a70d59bbd467.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8fa35a65e568163ed413c2f37cf1527322f073e --- /dev/null +++ b/images/8f426022-2b34-4326-9246-a70d59bbd467.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc61b2d3c7d059b1e4e0af292e1eaa9bc313e97cdb8a204bed22d9aca874aab +size 1712838 diff --git a/images/8f443058-8b4e-4fe5-9584-93b33dff3fa5.jpg b/images/8f443058-8b4e-4fe5-9584-93b33dff3fa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc0c32c3775946bb57016af449df731573aa669 --- /dev/null +++ b/images/8f443058-8b4e-4fe5-9584-93b33dff3fa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02145a4aa61141ea4dd14eca70bb298c3e0c4d5f2b7fa3e33712934ee15e2bfe +size 1539637 diff --git a/images/8f47f807-a38b-4c3d-9eda-fcbc92048c04.jpg b/images/8f47f807-a38b-4c3d-9eda-fcbc92048c04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d163eb90fe92b0744d867fa22edf59e3f9b511a --- /dev/null +++ b/images/8f47f807-a38b-4c3d-9eda-fcbc92048c04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e7935bb83a96d9b9e3427d9c6ad9de0d8948b57b246ccb1a643bfc7988d323 +size 2431264 diff --git a/images/8f4b9742-3d6b-4b81-a37c-19d644f27880.jpg b/images/8f4b9742-3d6b-4b81-a37c-19d644f27880.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60aa227de17b7d4b89d6b99950268b003815f3a7 --- /dev/null +++ b/images/8f4b9742-3d6b-4b81-a37c-19d644f27880.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4b31d18a92d848af48e99bb3512274445f7939c71682e03087b4069c130ab6 +size 2343908 diff --git a/images/8f67b811-b3c6-4061-b222-a14b1d8bc8ca.jpg b/images/8f67b811-b3c6-4061-b222-a14b1d8bc8ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b75693e8bb1316e2c818e8056c6e1f1fb428e0b9 --- /dev/null +++ b/images/8f67b811-b3c6-4061-b222-a14b1d8bc8ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5f229c9782c2f5b0d30716ebffe5bf245a98c556fcf518bb6adda69f59d54b +size 2026194 diff --git a/images/8f72c601-81cc-400d-9854-016461bf4e14.jpg b/images/8f72c601-81cc-400d-9854-016461bf4e14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d3cb79bf351794f5c542e47f2c60414d8ef4a62 --- /dev/null +++ b/images/8f72c601-81cc-400d-9854-016461bf4e14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23199ad68fba09e84e56e5b61d2ecde514f8f00d3841b776eedfd9d0b665247f +size 1351116 diff --git a/images/8f7acf65-23a9-4a29-83f7-c8803a128642.jpg b/images/8f7acf65-23a9-4a29-83f7-c8803a128642.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d1f358b1f196ad98c756b5a0252e6b5169b24a2 --- /dev/null +++ b/images/8f7acf65-23a9-4a29-83f7-c8803a128642.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4051cfbc2186063704f750a4f15e0b2462ca03276e352e8c4be4bebb29562d +size 1734553 diff --git a/images/8f7c633a-1317-4a3d-9193-fb74b67d2cb7.jpg b/images/8f7c633a-1317-4a3d-9193-fb74b67d2cb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37d17a49bdadc74cf31e2c34bf454aa373a8ffb2 --- /dev/null +++ b/images/8f7c633a-1317-4a3d-9193-fb74b67d2cb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a68c21a3c26e80029f55fba156b62c041b94939cbf0760940b04163ecb81723 +size 1420257 diff --git a/images/8f8170c2-9065-4792-91d5-0d2acee4b7ba.jpg b/images/8f8170c2-9065-4792-91d5-0d2acee4b7ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c1a9cd77ebc3316c5a1d0ddcf877b39157eadb7 --- /dev/null +++ b/images/8f8170c2-9065-4792-91d5-0d2acee4b7ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505bb71bd67b374bfdbbe927f2216abed5dc24d2acadeecb486130f05c35eb70 +size 1022225 diff --git a/images/8f88e768-233b-4e90-8720-ba3b281e953f.jpg b/images/8f88e768-233b-4e90-8720-ba3b281e953f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a65ce65a9e8be7de6c1ccef49a048ee5f77f4b13 --- /dev/null +++ b/images/8f88e768-233b-4e90-8720-ba3b281e953f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0f41452a381bf562a8d181a84b5278c0297902ccbe7fae4fff3d705dc54e0b +size 1788683 diff --git a/images/8f8b7971-22b1-48ed-b577-a109b773598a.jpg b/images/8f8b7971-22b1-48ed-b577-a109b773598a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6573f67e1bb45d28c24e4e34236fb67b0f37e839 --- /dev/null +++ b/images/8f8b7971-22b1-48ed-b577-a109b773598a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac03c3ed2350f5bec1e6cabfebd56eb46e5387eb20948b38815a25de809d00f3 +size 1577869 diff --git a/images/8f8f1872-144c-438c-aba5-b9f9d242b42c.jpg b/images/8f8f1872-144c-438c-aba5-b9f9d242b42c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f26e84242cf97ef32492f5f3ad66087d519eca1c --- /dev/null +++ b/images/8f8f1872-144c-438c-aba5-b9f9d242b42c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f94441c2d866eb6aea6a33193b942c25601dde46d7ea26a35afab33eb70ad61 +size 1879068 diff --git a/images/8f949148-8d31-4f59-97e4-ec38e6f8cab7.jpg b/images/8f949148-8d31-4f59-97e4-ec38e6f8cab7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f26f45dc37cdb5f998380428d95e9145f64686fe --- /dev/null +++ b/images/8f949148-8d31-4f59-97e4-ec38e6f8cab7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9875338ded127b597633dd03f2a4d30538a3ce060b3ab0633441cbfd8bf161 +size 1804626 diff --git a/images/8fa044f8-4a50-462e-981f-8fa7b10abf9d.jpg b/images/8fa044f8-4a50-462e-981f-8fa7b10abf9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb0816de1a9d053fc81673a0878f5dc76daf2726 --- /dev/null +++ b/images/8fa044f8-4a50-462e-981f-8fa7b10abf9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5be64143202cc55ad8cc7631b202d49c027349ee93e81987a7d4ed0cdd1d6ac +size 1339367 diff --git a/images/8fa5c394-df0d-433c-b083-743e4ebb69cc.jpg b/images/8fa5c394-df0d-433c-b083-743e4ebb69cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38cfda8e3264173ed4841182815ce3ef7589c491 --- /dev/null +++ b/images/8fa5c394-df0d-433c-b083-743e4ebb69cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed850905b19c98151be522836f9ad35e79faadd1f8592eeefdeb18e0e44ba463 +size 1632382 diff --git a/images/8fa7f75c-2640-4ec1-a68e-17368298adfa.jpg b/images/8fa7f75c-2640-4ec1-a68e-17368298adfa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..100ef2da777a140fc3331764b45293557653352e --- /dev/null +++ b/images/8fa7f75c-2640-4ec1-a68e-17368298adfa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7da86f3483a71dd1d652c987a6b8060117e64b63ac73288e310af7049907398 +size 1561375 diff --git a/images/8fb4a950-621a-46d1-92b0-ba5d389d84e5.jpg b/images/8fb4a950-621a-46d1-92b0-ba5d389d84e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f413f376156ccc4cadc14a03c041a95987534097 --- /dev/null +++ b/images/8fb4a950-621a-46d1-92b0-ba5d389d84e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5337f3e91842c708e65e47cb87205fd7854d2a04a6d5fe4ce7eb1232fb3d32b +size 1239159 diff --git a/images/8fb86767-f0fe-4e79-b315-f3d7c9e64082.jpg b/images/8fb86767-f0fe-4e79-b315-f3d7c9e64082.jpg new file mode 100644 index 0000000000000000000000000000000000000000..918ea742ec01760f52c877bd2c941341bd038928 --- /dev/null +++ b/images/8fb86767-f0fe-4e79-b315-f3d7c9e64082.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a53870dcc4d9a4dd0a7a7f2781516eb959f814ddc10785a56f08b947b2dd6a2 +size 1546153 diff --git a/images/8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91.jpg b/images/8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a42db5c423239cc1a4c2cff32ee051a92e8aa43 --- /dev/null +++ b/images/8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e5d70af58ab5f879e736fa5bf4a7170f5a8c68d38d99a7b633ab6e99d2c451 +size 1705500 diff --git a/images/8fd4b413-1868-4119-9265-4273010504f3.jpg b/images/8fd4b413-1868-4119-9265-4273010504f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c8ee49739acb2170c71024cd7dc22111155d464 --- /dev/null +++ b/images/8fd4b413-1868-4119-9265-4273010504f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02e38db3c7845457fedeb7fd3c710a26ed0e139ef7e5b71f5132e729cd2a7fc +size 1958329 diff --git a/images/8fd99230-0acb-4fff-b7ea-cfedcf2e0598.jpg b/images/8fd99230-0acb-4fff-b7ea-cfedcf2e0598.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7904f8bec315a082059443a351ea912eaf5b5ac --- /dev/null +++ b/images/8fd99230-0acb-4fff-b7ea-cfedcf2e0598.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310895a483d0349c1b6640d2cc209215003b31d4ad79eb70396b487a94bff1ea +size 1585757 diff --git a/images/8fde9790-538e-41e2-a72c-495637e6f9a2.jpg b/images/8fde9790-538e-41e2-a72c-495637e6f9a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e3a74db75c85acdd8d02202f29b00e733db7a73 --- /dev/null +++ b/images/8fde9790-538e-41e2-a72c-495637e6f9a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c94832923f06c990f9981e4732ec7f067c2f5afae112769c464d43f34f31073 +size 1428312 diff --git a/images/8feae06e-883f-4f8c-b25e-48f130a0ead1.jpg b/images/8feae06e-883f-4f8c-b25e-48f130a0ead1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48dbb17e41917ad9d6ec5f80755eceaa0c8f554a --- /dev/null +++ b/images/8feae06e-883f-4f8c-b25e-48f130a0ead1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ac15f36e988492415a0243423670ea10bb07f6457f91c9a173ca1b81eec961 +size 1552530 diff --git a/images/8febe0bf-ea97-4bf6-98f5-4a13fb2e210f.jpg b/images/8febe0bf-ea97-4bf6-98f5-4a13fb2e210f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..945f9f2301a091a58ba26cdae3b35b35283672d4 --- /dev/null +++ b/images/8febe0bf-ea97-4bf6-98f5-4a13fb2e210f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633c6bfe4ad95e13d9cdf8f204370912b9e2293d8f8ed4a9ef3424af877fcd0b +size 1739364 diff --git a/images/8fed1699-af4f-472f-a36f-a7fb7927c5d3.jpg b/images/8fed1699-af4f-472f-a36f-a7fb7927c5d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..384d8ef256e341fd7914cad51c41dcfc5988bbb5 --- /dev/null +++ b/images/8fed1699-af4f-472f-a36f-a7fb7927c5d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0113f030c11346e38ff7cf2394451cdf6a1210d9ab51211e9f82f4ebd652914b +size 1516995 diff --git a/images/8feebe14-6ef9-436d-a5ba-b3fab9d26424.jpg b/images/8feebe14-6ef9-436d-a5ba-b3fab9d26424.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b123cb253c7715490b9ddef0c84102aabc09271 --- /dev/null +++ b/images/8feebe14-6ef9-436d-a5ba-b3fab9d26424.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f62a78233e481fe3745988778c93a6643d3c29d40c860205bbe0db4cbe500c6 +size 3408571 diff --git a/images/8ff53474-c267-4d81-8728-dd44ea98d83f.jpg b/images/8ff53474-c267-4d81-8728-dd44ea98d83f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6683918b64a46601044f12e4c634c773b4907f5b --- /dev/null +++ b/images/8ff53474-c267-4d81-8728-dd44ea98d83f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532f990cccefeb29f41528019c0ff6a3608118dfcf9f4d99ada39e9d1f3dd08e +size 1481758 diff --git a/images/8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f.jpg b/images/8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43188112f68da92ce61e04e3fb0486f34349ed33 --- /dev/null +++ b/images/8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c629575adaeb000f91e3c1ea1e1918848c3f868a3b7795003acb26dd3785e09 +size 1308983 diff --git a/images/8ffc2b28-2261-49a8-9a38-38534f9373c9.jpg b/images/8ffc2b28-2261-49a8-9a38-38534f9373c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f48bc4f8d52ae513434b87647a66dffddc4b4c8 --- /dev/null +++ b/images/8ffc2b28-2261-49a8-9a38-38534f9373c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf14cb5148f129b1df406b462cd76eb84ae63b39bed4be98703bcdcf26086a22 +size 1766219 diff --git a/images/90072888-318b-461c-8893-cfe8d95c4898.jpg b/images/90072888-318b-461c-8893-cfe8d95c4898.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1419c9624e554ddbd643c81b5556803adf5cfdf --- /dev/null +++ b/images/90072888-318b-461c-8893-cfe8d95c4898.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c3fc2a2f146a8b58c82a2bc16efeeeef238c3c4138e4d6b9fe81162f58a93f +size 1922333 diff --git a/images/900ebeb7-c5dd-4240-9c89-98b75e2cfdcf.jpg b/images/900ebeb7-c5dd-4240-9c89-98b75e2cfdcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15bb6f14deb0003945bf2efc9fd55212add028a8 --- /dev/null +++ b/images/900ebeb7-c5dd-4240-9c89-98b75e2cfdcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a9583cf99767fbf875e65e5d26caa524cdea2d57a9710cc68293d1ca38eb84 +size 1763944 diff --git a/images/900f0449-50c6-4f9e-bdbd-4cb9295e6f43.jpg b/images/900f0449-50c6-4f9e-bdbd-4cb9295e6f43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a33fb73643ab1afeeafd60c92327ffff139f9668 --- /dev/null +++ b/images/900f0449-50c6-4f9e-bdbd-4cb9295e6f43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558e5c7c7342561e8378e86b01dc1a3a1cd03ea0b3465dcf309ad2393e2bf871 +size 1939521 diff --git a/images/90118c66-cc97-42c5-b9ba-d0567c63efcb.jpg b/images/90118c66-cc97-42c5-b9ba-d0567c63efcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20c4d0bedb88bf5fe5c04e4208bdcccb984ea3eb --- /dev/null +++ b/images/90118c66-cc97-42c5-b9ba-d0567c63efcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73335c91660dc70ad2488449fb09c1de1135d22a577952d8e868fee006709b0c +size 2050832 diff --git a/images/9024af14-7860-43f1-8b1c-b97349c3b4c2.jpg b/images/9024af14-7860-43f1-8b1c-b97349c3b4c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6003e38f219104206a389606fc1ed882150d158 --- /dev/null +++ b/images/9024af14-7860-43f1-8b1c-b97349c3b4c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ee730fc559e9abf3d3f55ae7f1467932749baae2f34ce2157f8b7b13bc7c41 +size 1502806 diff --git a/images/902bd632-7f53-4dd1-9abf-d77b7f0de9b6.jpg b/images/902bd632-7f53-4dd1-9abf-d77b7f0de9b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2847915dc05afd358b52340e1ab169e09bc5369 --- /dev/null +++ b/images/902bd632-7f53-4dd1-9abf-d77b7f0de9b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6972f32b9b5350405125c6aba7eeed224a60227b544153efecb9a3323d50756e +size 1793659 diff --git a/images/902c7320-3438-4218-b863-61d9db54597e.jpg b/images/902c7320-3438-4218-b863-61d9db54597e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4571099b55116fbf8fb50db248c770efbd5609da --- /dev/null +++ b/images/902c7320-3438-4218-b863-61d9db54597e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87982a664911769b48ed2c9e696e29122a99870125a1aee0c93dcac7e3c45721 +size 1811359 diff --git a/images/9037f32c-c6d4-4112-b617-9217acad5147.jpg b/images/9037f32c-c6d4-4112-b617-9217acad5147.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5541590f20bd2cd31a7b243093d47e2107dc1f86 --- /dev/null +++ b/images/9037f32c-c6d4-4112-b617-9217acad5147.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2c7579d248ddc48f329b1e63391af9f71f387b52db5d23666807ae31972e6f +size 1508550 diff --git a/images/903c9104-ae44-4a52-bca2-54ca10577a60.jpg b/images/903c9104-ae44-4a52-bca2-54ca10577a60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3029e5359a6bf4a24ddaba49ba8afe42a71dd41 --- /dev/null +++ b/images/903c9104-ae44-4a52-bca2-54ca10577a60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7a59bdfd158b114a87bd14b5061b583f5b854830e7e4ae0f6ad95b2671eb1a +size 2025159 diff --git a/images/904bf918-c8e9-434b-9067-ca484c9cb7ee.jpg b/images/904bf918-c8e9-434b-9067-ca484c9cb7ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc6ab6643035fb6cd06f3bf71284021455c77163 --- /dev/null +++ b/images/904bf918-c8e9-434b-9067-ca484c9cb7ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629791d1d6635f320f9eea23f397bf3bd3d0d041a5a336526b2ed1eae1c6414d +size 1738134 diff --git a/images/9054f749-00d9-4b01-9ba8-e0967aefe0c2.jpg b/images/9054f749-00d9-4b01-9ba8-e0967aefe0c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40f3036bc144f100849695764c24d93f8c1dab47 --- /dev/null +++ b/images/9054f749-00d9-4b01-9ba8-e0967aefe0c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c6a98af1eb58988ec68bdc5e3d22fcbf151db45f3d3396d1886026519b21d7 +size 1508589 diff --git a/images/9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc.jpg b/images/9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..814527326628f70d8e0572bb9d36d205d1639441 --- /dev/null +++ b/images/9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db3f8fcff1c064a61cfeef585185c4da2f69f3639c5768545565e98f858c029 +size 1416916 diff --git a/images/908428a1-1157-4c38-b6d0-4fcd8149d51c.jpg b/images/908428a1-1157-4c38-b6d0-4fcd8149d51c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c2334dc1ac9e51ba2223348ddd03ff5c3d3174 --- /dev/null +++ b/images/908428a1-1157-4c38-b6d0-4fcd8149d51c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5cf163ec5c505c1f98e5c0a046310884044947f5ee949b7db52a8e392a4980 +size 1605167 diff --git a/images/908b06ea-a317-4426-b76b-f2a62bd61029.jpg b/images/908b06ea-a317-4426-b76b-f2a62bd61029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1a55d765ab00df4e8768b9a5ecf53430a5cd188 --- /dev/null +++ b/images/908b06ea-a317-4426-b76b-f2a62bd61029.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b8c412279d11e9b223c1411ff91c95ed693a18d0ffb38ee15ec28951c234cb +size 1570307 diff --git a/images/909875a6-c3cc-45c4-94dd-7e5631238016.jpg b/images/909875a6-c3cc-45c4-94dd-7e5631238016.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b255fadbc0e6400451c4ed56ea7af846c4de48b --- /dev/null +++ b/images/909875a6-c3cc-45c4-94dd-7e5631238016.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44cba082b19cdca8a84cf3ebb26b02bff2402767235e6b2e8e1972b6e765a34 +size 1545711 diff --git a/images/909d00e3-20d7-4b4d-b9de-7654ab68b5bc.jpg b/images/909d00e3-20d7-4b4d-b9de-7654ab68b5bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e279e6df4bbe0461e53b88058f3351c9dd41b1c0 --- /dev/null +++ b/images/909d00e3-20d7-4b4d-b9de-7654ab68b5bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307f43bf713c33619cc0dce0052f850687a30c2f7b322e34113f7d37e822ac55 +size 2464956 diff --git a/images/90a39241-d203-4efa-800e-5b3726de8b75.jpg b/images/90a39241-d203-4efa-800e-5b3726de8b75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dee5e58fa9c5babacd3b08e34c3bfe56bb4d68a --- /dev/null +++ b/images/90a39241-d203-4efa-800e-5b3726de8b75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e9a8c8ebb77fa6ad57ac443e24bb94e9cdad1e6f5771b870d31a34eb8f1a54 +size 1265906 diff --git a/images/90adfb62-9413-40be-882d-a8b193be0fc4.jpg b/images/90adfb62-9413-40be-882d-a8b193be0fc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85be465ac6b49e564da757d1b47e69ec5d4d57d1 --- /dev/null +++ b/images/90adfb62-9413-40be-882d-a8b193be0fc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e4f0a7595b0ad72efd875d3451e29fe326ece3c471a5af23fe18b7dfa7a34c +size 1658734 diff --git a/images/90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32.jpg b/images/90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a95b97affccc2a01a7a52b2fbf5427cfc92f38fc --- /dev/null +++ b/images/90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8238c4abf592a14756a75f8f7a0377d440e34a61f52fab3744ce789534c4927e +size 1286757 diff --git a/images/90bba675-9951-49e3-a66c-cc081ef172dd.jpg b/images/90bba675-9951-49e3-a66c-cc081ef172dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3af7e682ca97c6551b2accbe58cec1e55a8083bc --- /dev/null +++ b/images/90bba675-9951-49e3-a66c-cc081ef172dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537d906e5b419f7f599a9602cca9799e7f9ba4c67144559caca45b6c0119c91a +size 1981770 diff --git a/images/90c09cff-b65c-4c92-b6d6-a970d25e4d2d.jpg b/images/90c09cff-b65c-4c92-b6d6-a970d25e4d2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2483ec6d2f309c899ed9c8e7ac78a11644da340e --- /dev/null +++ b/images/90c09cff-b65c-4c92-b6d6-a970d25e4d2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86091985d8906735044d384a212fe036c1eebad2d8a562b5c99e6dcb23d979e2 +size 1346465 diff --git a/images/90c6c658-cd00-47f6-ad1c-91e1be105cea.jpg b/images/90c6c658-cd00-47f6-ad1c-91e1be105cea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00eafb6c053dfa082a7c3321d96417ce6661a426 --- /dev/null +++ b/images/90c6c658-cd00-47f6-ad1c-91e1be105cea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ed33e932469e200095743bf2b94f8eeefa82435c0b1c81f2ec919f0cd50f21 +size 1411790 diff --git a/images/90d8aa93-0fee-43ab-8985-09a02164b2bc.jpg b/images/90d8aa93-0fee-43ab-8985-09a02164b2bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621099d8941217c284ba4be03d570fcbd670d4cd --- /dev/null +++ b/images/90d8aa93-0fee-43ab-8985-09a02164b2bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04608e6736cd2c8ca81811fa6b075609b8e57ffa6b082d668205ad28e2e004a +size 2478433 diff --git a/images/90ebef8a-5985-427d-9183-6e1f0cf41ed7.jpg b/images/90ebef8a-5985-427d-9183-6e1f0cf41ed7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..379fa2d1a857cba336850418db427e1a77ac57a7 --- /dev/null +++ b/images/90ebef8a-5985-427d-9183-6e1f0cf41ed7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87831e394035b402b85abaf9988fe8dbd46148e838351d4c5d0d55ce49c940c3 +size 1491294 diff --git a/images/90f8aff8-4bc2-4d57-b157-9a0a375f2ee0.jpg b/images/90f8aff8-4bc2-4d57-b157-9a0a375f2ee0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9073d6ebd2081a5f08e22701665b2adcf6b7b39e --- /dev/null +++ b/images/90f8aff8-4bc2-4d57-b157-9a0a375f2ee0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb64cf9ad210b0cac2eb1568ffc4a898a8b1f6e814c69f0a670ee0bfbdf39ad3 +size 1367280 diff --git a/images/90fdf730-ce05-4bd9-8f32-ad39d59defea.jpg b/images/90fdf730-ce05-4bd9-8f32-ad39d59defea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a04e86b3108a6d43020abca06b8ce3d464b3351 --- /dev/null +++ b/images/90fdf730-ce05-4bd9-8f32-ad39d59defea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a44d66bcbc1912c9d2b66357e2a39dbce26ea5fbc0d9e38060c6aeb664e02 +size 1791706 diff --git a/images/9106357c-d504-41af-be6c-86cccc758d77.jpg b/images/9106357c-d504-41af-be6c-86cccc758d77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..913ff890759381d77bde8773dd256d0e3d47ac44 --- /dev/null +++ b/images/9106357c-d504-41af-be6c-86cccc758d77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2257b4ae320348bf2269fc9a4818cd60d416ca5099c0df6f8ad919fb3fa4c8e7 +size 1958893 diff --git a/images/9110c1cd-7cfe-4fe7-99e9-af251a835769.jpg b/images/9110c1cd-7cfe-4fe7-99e9-af251a835769.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3a08aa0210ab3170b5ef8b35a76091ef37eab56 --- /dev/null +++ b/images/9110c1cd-7cfe-4fe7-99e9-af251a835769.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526d18cd9d5ff38546a77f814c6def6c7f33d7a9f14bba82dd50395b1a7cd580 +size 1579618 diff --git a/images/9111050a-060b-4613-bfd9-88a64178954e.jpg b/images/9111050a-060b-4613-bfd9-88a64178954e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18c9d6abb07ff1e2a6604776d690eeb8d0c79ea6 --- /dev/null +++ b/images/9111050a-060b-4613-bfd9-88a64178954e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8432befd7f00d13a2aa28b24af5cbb5ad044b3950f3d02a431f7139f6dd337c +size 1171829 diff --git a/images/911c1efd-4c3d-46eb-b87a-3da70cdb6280.jpg b/images/911c1efd-4c3d-46eb-b87a-3da70cdb6280.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b678bf1633b667be31eb66bb5c03c176a61b51eb --- /dev/null +++ b/images/911c1efd-4c3d-46eb-b87a-3da70cdb6280.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71a68c536f3ed71035f95b87413b732c849c6cfc5a01d0c71bbdbd5324aeeba +size 2979333 diff --git a/images/911e5618-acb8-4f3e-baed-6266af2a3987.jpg b/images/911e5618-acb8-4f3e-baed-6266af2a3987.jpg new file mode 100644 index 0000000000000000000000000000000000000000..040b1b762c827c7d2ac37e52241403733aa84882 --- /dev/null +++ b/images/911e5618-acb8-4f3e-baed-6266af2a3987.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6a7dd839453f0a9d5f0695bcd484850607e3cf2db55babe3be60363763db59 +size 1688371 diff --git a/images/911f5982-39f8-4593-8db3-e56c85cb1aa1.jpg b/images/911f5982-39f8-4593-8db3-e56c85cb1aa1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ec4166d84371b50a3f19a96ad8ec962d8d3d8df --- /dev/null +++ b/images/911f5982-39f8-4593-8db3-e56c85cb1aa1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4eaaf9bf7826fbdeb7a9a50f5287c0ad7c38769b278a266c52ab43032ca6e90 +size 1650609 diff --git a/images/91273f27-f864-49e0-9d03-bd3a97428712.jpg b/images/91273f27-f864-49e0-9d03-bd3a97428712.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb98c4de3ab1c18bffe6ee7131a6247a4f0bae46 --- /dev/null +++ b/images/91273f27-f864-49e0-9d03-bd3a97428712.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabca02436fffd57c9cca60392b4c17d722469c3e2ba53c378bdcefe96086970 +size 1178490 diff --git a/images/912b6501-efc6-460f-b060-dec07fe3691f.jpg b/images/912b6501-efc6-460f-b060-dec07fe3691f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b064ecbb781f078856741fd9d7419d98a509b937 --- /dev/null +++ b/images/912b6501-efc6-460f-b060-dec07fe3691f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f459cc4dc7fc30247652aa20c7bde0eeea705877e5070db4d7fe5642614b249 +size 1822409 diff --git a/images/91401ccd-a7d3-4b50-be0f-b6712355582c.jpg b/images/91401ccd-a7d3-4b50-be0f-b6712355582c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1115051bc35612ef4a6726ce6b842fcecb542667 --- /dev/null +++ b/images/91401ccd-a7d3-4b50-be0f-b6712355582c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f089b9d0d684e2d013e682cc8ea335c8bb53d851f422ee72c3237190b434ad54 +size 2482464 diff --git a/images/91455442-c577-4949-8e17-7238d97d96af.jpg b/images/91455442-c577-4949-8e17-7238d97d96af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cf7c6bfaaf09808269c25045bd87252339dc2fc --- /dev/null +++ b/images/91455442-c577-4949-8e17-7238d97d96af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bbf55f24c29907a4d3557d2061784077ac3fa7880aab6f20c7b10dc0331201 +size 1688334 diff --git a/images/91459f29-3158-4a58-ae7e-11f1255173b4.jpg b/images/91459f29-3158-4a58-ae7e-11f1255173b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69add2d735102ead68883ec167cf4b0b1dbdc024 --- /dev/null +++ b/images/91459f29-3158-4a58-ae7e-11f1255173b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dfac997e2a608aa8685dba5ed8c7d774b03c06215a018de16e1d400f9cea1d +size 1860024 diff --git a/images/914900a4-6382-4ae3-8adc-fbae2a4a4b88.jpg b/images/914900a4-6382-4ae3-8adc-fbae2a4a4b88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6ee9f0759d8a24b645d160f0323dd173574237e --- /dev/null +++ b/images/914900a4-6382-4ae3-8adc-fbae2a4a4b88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e416000a47be4e7398285e749c8ff2abb8b028986db29305956ef9696263b3d +size 1789503 diff --git a/images/91578ad1-b462-45a8-84e2-a3cb8cdee1e0.jpg b/images/91578ad1-b462-45a8-84e2-a3cb8cdee1e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc18546fd56082328a8532d36ebef25aa8730de0 --- /dev/null +++ b/images/91578ad1-b462-45a8-84e2-a3cb8cdee1e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b43550adb13b49b695d2ea962491ecadd26c80606ce6cebe9903edb4bd35fb8 +size 1722294 diff --git a/images/916726ab-15e3-4bee-b37e-0af48411c8d8.jpg b/images/916726ab-15e3-4bee-b37e-0af48411c8d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0bb774e4c61871b676cb2a37992bd825fed1b5f --- /dev/null +++ b/images/916726ab-15e3-4bee-b37e-0af48411c8d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6916184e6aaf0aed3486b2db6df7765306dde42f5f5e909d5d54f6ba121356 +size 1635248 diff --git a/images/916d4c8b-f71d-4a3b-82b4-a338e2c48f52.jpg b/images/916d4c8b-f71d-4a3b-82b4-a338e2c48f52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4715492690e0e26424b9d96e0b98a773bbb780c6 --- /dev/null +++ b/images/916d4c8b-f71d-4a3b-82b4-a338e2c48f52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d66b47667116882c05c7ab20637cbbbb684cfdfb1949c1fc656d84e406a3f8 +size 1489440 diff --git a/images/918b3e58-9bd7-42ec-8092-4c2202cd3266.jpg b/images/918b3e58-9bd7-42ec-8092-4c2202cd3266.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c92bcfb89a87fbc234f529cacb0e596264c6db0a --- /dev/null +++ b/images/918b3e58-9bd7-42ec-8092-4c2202cd3266.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa20f7c22ca02395897323da4712c5a3da8ceaf04fc8ac6b73280405b1e5c6ce +size 1568686 diff --git a/images/918d37fe-fa98-4e6d-806e-640d1a39d7f6.jpg b/images/918d37fe-fa98-4e6d-806e-640d1a39d7f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aec3878a7364b7a56c2189eb2c07cc2c23bc0533 --- /dev/null +++ b/images/918d37fe-fa98-4e6d-806e-640d1a39d7f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2020709887a75d327bb2e43c4f05ff50b3e7e00849674f35c6a7b0e0399407a9 +size 2086329 diff --git a/images/9190d5ec-6172-4852-9b27-0fa1d47e5a67.jpg b/images/9190d5ec-6172-4852-9b27-0fa1d47e5a67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84bbf434e2de46810e78dacf77062df355bec2e3 --- /dev/null +++ b/images/9190d5ec-6172-4852-9b27-0fa1d47e5a67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabe79d62908acc9bfd93f44a2a90e34935f4657f988287e93516603d96695a8 +size 1489672 diff --git a/images/9193b856-d220-4f9f-b80f-b28f05c2e0c6.jpg b/images/9193b856-d220-4f9f-b80f-b28f05c2e0c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d87a5316fc5e7123bbe3af94b4d9a8935b2d84f --- /dev/null +++ b/images/9193b856-d220-4f9f-b80f-b28f05c2e0c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a9cc6055aa52e0797f17450b166a75d25ed4601a53fefd9e295e4c3fb8e399 +size 1533584 diff --git a/images/919a009d-7f8c-45fe-a1ce-21e93ba6397d.jpg b/images/919a009d-7f8c-45fe-a1ce-21e93ba6397d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5313864b602fd57c6adc0556c3479e46756146bb --- /dev/null +++ b/images/919a009d-7f8c-45fe-a1ce-21e93ba6397d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387c80c508f9b19844eb8feb4f812212dc455eeca48e663aa0f4af8135fe553e +size 1848477 diff --git a/images/91acafb6-0e90-42a0-8b9f-90e8bf58bf0c.jpg b/images/91acafb6-0e90-42a0-8b9f-90e8bf58bf0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02ace7692e3dafd590f5d1427fef365804c4c28d --- /dev/null +++ b/images/91acafb6-0e90-42a0-8b9f-90e8bf58bf0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530954d2bc180f72199b87e112bec7cf82a05ced326390d35225e02ac4aea195 +size 1742597 diff --git a/images/91ad0a08-22b2-4350-bdeb-50a90589de6f.jpg b/images/91ad0a08-22b2-4350-bdeb-50a90589de6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..265c9e2777cb91aeb59e63e4fc3d43a757df92a3 --- /dev/null +++ b/images/91ad0a08-22b2-4350-bdeb-50a90589de6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139a6c30ddbaa7167d8652b886af6620b15b8514d10b304652ef03b03a904c0a +size 1601367 diff --git a/images/91adb258-1d6e-4ef2-94b8-3b4ecf39311b.jpg b/images/91adb258-1d6e-4ef2-94b8-3b4ecf39311b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3047b2f8c05c0e77709e377f679e2c543c0cf12f --- /dev/null +++ b/images/91adb258-1d6e-4ef2-94b8-3b4ecf39311b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df7753fff1b266363c0e25cb4e3bc4c5122faecf63eaf00f09198769bc96038 +size 1720225 diff --git a/images/91b19985-9031-49b1-99c4-f25951bcd428.jpg b/images/91b19985-9031-49b1-99c4-f25951bcd428.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe4d6d9f1b96bd74ebecd81a5b96db2853934de7 --- /dev/null +++ b/images/91b19985-9031-49b1-99c4-f25951bcd428.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b691c02fcd953147ce826739227fc7ef03fce549ad6d294444d2fa1f4033482f +size 1630733 diff --git a/images/91b6c82a-02e5-4883-b4c8-15b5124cf9c6.jpg b/images/91b6c82a-02e5-4883-b4c8-15b5124cf9c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7d717b10e6a361c5045432bb4ed3b3fe8f9c47d --- /dev/null +++ b/images/91b6c82a-02e5-4883-b4c8-15b5124cf9c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be66a8fa019a93612cab999d50ddedd246b04e7eee5c898baef2f17e1629938 +size 1643095 diff --git a/images/91b75ac5-e8a4-4229-978a-0cc4aa0cfecb.jpg b/images/91b75ac5-e8a4-4229-978a-0cc4aa0cfecb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d1970ed6b2b6a4503d426c5de07799e7d9b815 --- /dev/null +++ b/images/91b75ac5-e8a4-4229-978a-0cc4aa0cfecb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a35a1141a4705cf98321e8caabced4a14ae263fa7922369179a40173d78db16 +size 1548842 diff --git a/images/91be262b-c992-47a9-bba8-002b81b3ce2c.jpg b/images/91be262b-c992-47a9-bba8-002b81b3ce2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff12c09305c190bca2d8c48117ba37f94669d9a2 --- /dev/null +++ b/images/91be262b-c992-47a9-bba8-002b81b3ce2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c7710dc19b92dbe97753e50e50cc3b5200a484793e9c9fa2346e1c8f167c4c +size 1685901 diff --git a/images/91c086e3-f51c-43b2-ba08-4135ab00cd48.jpg b/images/91c086e3-f51c-43b2-ba08-4135ab00cd48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..420e9478391858ad470724cc42a10144500e9bac --- /dev/null +++ b/images/91c086e3-f51c-43b2-ba08-4135ab00cd48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcffd06d7a8d97e4764c211e894e94ca77056e804a553db021b24a9106449e90 +size 844627 diff --git a/images/91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3.jpg b/images/91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90a4a6442025b6ba5cda6e7ff1b47148bf0c19cc --- /dev/null +++ b/images/91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e75452f8f8782bb570021a568fd3388988248ca5e3baf4b5d5b1d4245575c58 +size 1856310 diff --git a/images/91d6dd68-2c29-44b9-bf04-ae989419af2e.jpg b/images/91d6dd68-2c29-44b9-bf04-ae989419af2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3011d4ebe21f02aa1cb1f61a07ad8aecf077ec9 --- /dev/null +++ b/images/91d6dd68-2c29-44b9-bf04-ae989419af2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd324189cd81ea274d1705800f4230d67d6554ccd36257af39788e5e80e20176 +size 1929357 diff --git a/images/91dc4117-0482-4d1d-9db5-ed43f159a986.jpg b/images/91dc4117-0482-4d1d-9db5-ed43f159a986.jpg new file mode 100644 index 0000000000000000000000000000000000000000..468885e51c9d6d414b4b65c1daa6f007a0821c9d --- /dev/null +++ b/images/91dc4117-0482-4d1d-9db5-ed43f159a986.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd19c59ab40cca116b4b08981e02e39e6a5409725f9dc64f51c2602a076c1035 +size 1196840 diff --git a/images/91edeff2-0123-4afd-ad1f-2ae1a634ec86.jpg b/images/91edeff2-0123-4afd-ad1f-2ae1a634ec86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b40391a15375a5f9bd131ae80f4548212cc729d --- /dev/null +++ b/images/91edeff2-0123-4afd-ad1f-2ae1a634ec86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107252895ff6e88104f6440fd02bdf52206e48091be9cf7ea9f2680389cf3141 +size 1241888 diff --git a/images/91f33498-a7de-4794-88dc-60c14d86e7a6.jpg b/images/91f33498-a7de-4794-88dc-60c14d86e7a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eef5db45a0787ea12af230db7a62bf1e3febabfd --- /dev/null +++ b/images/91f33498-a7de-4794-88dc-60c14d86e7a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ed2d751de41a5d5d552877aaafbd5aabee6204d603f6cd7f74bd06e3b20d05 +size 955516 diff --git a/images/91f35b1c-002e-45c8-8427-639108263576.jpg b/images/91f35b1c-002e-45c8-8427-639108263576.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c061f277e28e5e59b16c2ee262167f97b0021d27 --- /dev/null +++ b/images/91f35b1c-002e-45c8-8427-639108263576.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38001cfe753f50aeb758b1c777e801ea00aebd75fa1cc7e99fac18e7a4dbee05 +size 1273317 diff --git a/images/91f8f061-310e-4f67-a73e-6c4e4b4dea53.jpg b/images/91f8f061-310e-4f67-a73e-6c4e4b4dea53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..318c62081c2f97ca321514fe7c23bd10fd80c067 --- /dev/null +++ b/images/91f8f061-310e-4f67-a73e-6c4e4b4dea53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a571d5ebbf6e261c5c1f1c7fe86c52a465a14b6084b96105c1fcb00cccec498c +size 1587352 diff --git a/images/92065cfb-20cf-4425-b8b3-a12969e587aa.jpg b/images/92065cfb-20cf-4425-b8b3-a12969e587aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d53ee0442dac4bda0dd57d2a77a3d1ee5f2ffeeb --- /dev/null +++ b/images/92065cfb-20cf-4425-b8b3-a12969e587aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216dd4455e9f9c3e089dbf60c86dff228f4bc834feb22c98f3b79d45d3736f16 +size 1327576 diff --git a/images/920a696f-63a0-4b13-897e-61083aeb2505.jpg b/images/920a696f-63a0-4b13-897e-61083aeb2505.jpg new file mode 100644 index 0000000000000000000000000000000000000000..130dabfe7455b3c68fe7a3f732aabed8c0b7774c --- /dev/null +++ b/images/920a696f-63a0-4b13-897e-61083aeb2505.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d63c1c77f57c57a45c90e1b37677e480bf31d9f80e6795dc7408b2165d4ee9 +size 1522313 diff --git a/images/921c9339-3af1-4c40-bbb8-8fab50207f30.jpg b/images/921c9339-3af1-4c40-bbb8-8fab50207f30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea1fed5770939c906e782c9b421e3bb746ab27bc --- /dev/null +++ b/images/921c9339-3af1-4c40-bbb8-8fab50207f30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ae0981ddcf7e39e6859a12a995a71a4eeb0a5dc7d3710fb713b43f29d6de0d +size 3044479 diff --git a/images/92215dae-0ad8-4ed9-aba4-c28220ba8c93.jpg b/images/92215dae-0ad8-4ed9-aba4-c28220ba8c93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d72804bbb3046c48658e5f4c4ae18a628f94e608 --- /dev/null +++ b/images/92215dae-0ad8-4ed9-aba4-c28220ba8c93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f547ffa8401ae6fe2bb2cdc4bebf4f0eb83ef7e1409bc3e15a73cbb1e0becc +size 1716620 diff --git a/images/92227130-7bf3-492d-838c-edbd2b53dd8d.jpg b/images/92227130-7bf3-492d-838c-edbd2b53dd8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0856ada077ddbe37bf359e53cde0861fe276fe5 --- /dev/null +++ b/images/92227130-7bf3-492d-838c-edbd2b53dd8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe18ee17c378f82a261e52ec282ba5b148f129fe3b2b1b1da160191d5d79b06c +size 1500953 diff --git a/images/922405ab-8335-456b-acd7-84c10ec29b61.jpg b/images/922405ab-8335-456b-acd7-84c10ec29b61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dd496804ea3bc15e38361ce6885674877a4b9e8 --- /dev/null +++ b/images/922405ab-8335-456b-acd7-84c10ec29b61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3ca52e352fdd470d6a2e6d14fa1417ba04fc9ca5c5df9da03f8977949714b7 +size 1298780 diff --git a/images/92252117-d565-4290-bb8c-11a7253c808b.jpg b/images/92252117-d565-4290-bb8c-11a7253c808b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f570c54a9df0ddf8e4f9c8df060b65a9d917ea83 --- /dev/null +++ b/images/92252117-d565-4290-bb8c-11a7253c808b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c12d10e37c839f6bd9c96cd925dc798bf3734fdcca5967dfd186b4d51edddb2 +size 1320095 diff --git a/images/9257614f-49a0-41b4-a670-8e454cf3f44e.jpg b/images/9257614f-49a0-41b4-a670-8e454cf3f44e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6caafcb1dccb5353fbe71ff804aa1b135d695766 --- /dev/null +++ b/images/9257614f-49a0-41b4-a670-8e454cf3f44e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f3e6a00fbc0efc72b4135979033efe120da94611a1665b13851815068cb489 +size 1583563 diff --git a/images/925cf889-9d32-4da0-9abf-7b06275419fc.jpg b/images/925cf889-9d32-4da0-9abf-7b06275419fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db659cdd040c6a3b33a578b8d1f924b197813cf9 --- /dev/null +++ b/images/925cf889-9d32-4da0-9abf-7b06275419fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e760305459cc2c2e0e3a84c3cb74fc119a8a6555fa780b0afac5369765ccde55 +size 1615513 diff --git a/images/925e30ce-4b83-4ddd-b258-ba015616c4b9.jpg b/images/925e30ce-4b83-4ddd-b258-ba015616c4b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b33c07c0e571c35a7c8260040e5ea453d85bd18d --- /dev/null +++ b/images/925e30ce-4b83-4ddd-b258-ba015616c4b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b19a9314cc2cfe4a3f4f82ebd5446bbb8fa5c529a6ebcabc83e993c6fe04615 +size 1560164 diff --git a/images/926208c1-2eca-4290-96cb-227f7489f45a.jpg b/images/926208c1-2eca-4290-96cb-227f7489f45a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bf1b469487abba5066b00a78b161593851b21e5 --- /dev/null +++ b/images/926208c1-2eca-4290-96cb-227f7489f45a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1194663578093f8fba89807f0f79735286f2234ea212af60e9b34ad249ef81ad +size 3330401 diff --git a/images/92647fef-ad4c-4997-bced-0f7d13ac7232.jpg b/images/92647fef-ad4c-4997-bced-0f7d13ac7232.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c0725cafa66bcafd8b539f942881e3af413739 --- /dev/null +++ b/images/92647fef-ad4c-4997-bced-0f7d13ac7232.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e71f177dbea6d3a3fc5ed50a8191bcf3f96a57aa6a6ad2e0fdb6c9393996a9 +size 1436835 diff --git a/images/9264a8ec-9cbe-4826-b842-56597f91d4b3.jpg b/images/9264a8ec-9cbe-4826-b842-56597f91d4b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68961c48b8366ba8ad1d7f706798c533de3efbb4 --- /dev/null +++ b/images/9264a8ec-9cbe-4826-b842-56597f91d4b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e708c33a6a3ae274db4b5d1cbc0b1864ed41af96ba36f76f6163de84da3e47 +size 1811873 diff --git a/images/92667bd3-4511-48d2-b42d-68996f4c71c2.jpg b/images/92667bd3-4511-48d2-b42d-68996f4c71c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ab0c1dde3e84fbb3ae74ac20ff9516b4a6affb6 --- /dev/null +++ b/images/92667bd3-4511-48d2-b42d-68996f4c71c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a309ac1250a4e541b6b08dc9c1e423d323f3e4e42304f81341076b448d00b75 +size 1539484 diff --git a/images/92743ab2-755b-4352-97cd-3fc8764d848c.jpg b/images/92743ab2-755b-4352-97cd-3fc8764d848c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea3161da3ca7100ec7e6ad1f8608a02b1d6e4d21 --- /dev/null +++ b/images/92743ab2-755b-4352-97cd-3fc8764d848c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b909c27c8c46953fa052c3311bc7536645d1c6fe49c5f84c532830751f7692 +size 1467814 diff --git a/images/928b2e58-f028-4441-85f2-0b22d6f79b2c.jpg b/images/928b2e58-f028-4441-85f2-0b22d6f79b2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ae82feaebdc2814f1204bd3fc5347acc2fab711 --- /dev/null +++ b/images/928b2e58-f028-4441-85f2-0b22d6f79b2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4abf93e91d2461d1636b67f742388da91e9436c5e7328807b722abe53b547e +size 1870755 diff --git a/images/92a17fd1-f95f-4eb4-bf20-03ccc6b11d36.jpg b/images/92a17fd1-f95f-4eb4-bf20-03ccc6b11d36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1f4015746fd6a5b29e1d0eb083e9ff5e4878d79 --- /dev/null +++ b/images/92a17fd1-f95f-4eb4-bf20-03ccc6b11d36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15344088f17cfac6f14f3f8f0d86694a5790bf3311ff4813ee2ec5b1cb99e12 +size 1850657 diff --git a/images/92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f.jpg b/images/92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8a57917726de305b87ff73dd860e4ff83011360 --- /dev/null +++ b/images/92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b62ab560b1b3ada127920d4bcc3365247c3243c4db2bd1dfce5d2390f4ed63e +size 1508797 diff --git a/images/92b59aae-16d4-429e-a983-5d82c499bf17.jpg b/images/92b59aae-16d4-429e-a983-5d82c499bf17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6af92405f9511e22e35bd56c6be3e920953c561 --- /dev/null +++ b/images/92b59aae-16d4-429e-a983-5d82c499bf17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b776be4bf1f747a2845a16cfe212ed8629539dc8fbf40795b278ff847915a658 +size 1632064 diff --git a/images/92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4.jpg b/images/92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003c281a691e834a0b0e3cdd95d0402073c94b58 --- /dev/null +++ b/images/92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aac32d1f0fb14d801e07377d78b3de51408dff1e2443e47c31e5ad1403be113 +size 2900996 diff --git a/images/92bf056b-f89a-4f19-a945-03d3019c82e9.jpg b/images/92bf056b-f89a-4f19-a945-03d3019c82e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ab57b23de72fc2542492ac038b6990d7f044cc8 --- /dev/null +++ b/images/92bf056b-f89a-4f19-a945-03d3019c82e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a400b27814f1cbbc201809b49724fe6b3cd62344283c3f16804295cabf33b657 +size 1592916 diff --git a/images/92ddf4ee-8112-4e24-b7ef-a7ac675e661b.jpg b/images/92ddf4ee-8112-4e24-b7ef-a7ac675e661b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70ec2bb118341d3c1d18d19e4aa28229dccf0a98 --- /dev/null +++ b/images/92ddf4ee-8112-4e24-b7ef-a7ac675e661b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c8fca4165090e3bd70bc29fb7cd5562d6232b1a9b8dc6ed143175b0f8ea131 +size 1682735 diff --git a/images/92dfc67e-b070-4e36-b3c9-2b108f9469e6.jpg b/images/92dfc67e-b070-4e36-b3c9-2b108f9469e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b99188b02deef33ce843ae0d69cab27bd5c2aa1 --- /dev/null +++ b/images/92dfc67e-b070-4e36-b3c9-2b108f9469e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f9e7610ff0c19cf5fdec2578842b5a5d615ccad4e33e3d666804a883bc84f4 +size 1639278 diff --git a/images/92e79721-9540-4513-8fe8-ae212eb5277c.jpg b/images/92e79721-9540-4513-8fe8-ae212eb5277c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e204cde075389e5cf331321922fa98402fd9e6ce --- /dev/null +++ b/images/92e79721-9540-4513-8fe8-ae212eb5277c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936bea8a5c690084a57f31bc7133585ae515ac4801f678cf34bdaf036489ee5d +size 3149035 diff --git a/images/92e8760c-a722-4aaa-9382-edcf9288f455.jpg b/images/92e8760c-a722-4aaa-9382-edcf9288f455.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78eac68ff40d058b586b101bf8b458139d1dde03 --- /dev/null +++ b/images/92e8760c-a722-4aaa-9382-edcf9288f455.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c43963511d62b60de3dbe61cd4d996734d027baf05140d69fcc264e7a769473 +size 1549042 diff --git a/images/92ef683e-74be-4137-8cda-a257235f8a60.jpg b/images/92ef683e-74be-4137-8cda-a257235f8a60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e65fe88c18e3d791c7d0cb8ed8588c06d3c1bac8 --- /dev/null +++ b/images/92ef683e-74be-4137-8cda-a257235f8a60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ff23ae1daf84dbc1c25db2cd93497175364513ba663c78c07a9e052f90ada7 +size 1603106 diff --git a/images/92fe91d7-0e7a-4d87-b108-5da68a92d678.jpg b/images/92fe91d7-0e7a-4d87-b108-5da68a92d678.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5fb567bce5797611562c6c6ddc13152ff41f91e --- /dev/null +++ b/images/92fe91d7-0e7a-4d87-b108-5da68a92d678.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f629fbdc7780642beb428c017f0c5eec0f180d8f29aa1ba648537e6ae39970c5 +size 1558032 diff --git a/images/9304292a-865c-4341-bf6d-3d13e3a3ece3.jpg b/images/9304292a-865c-4341-bf6d-3d13e3a3ece3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aef877c5660a75ffe8f7f443ac1cab5449d93660 --- /dev/null +++ b/images/9304292a-865c-4341-bf6d-3d13e3a3ece3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e513ba952a2e66f0a94a41276f1f3ec4c0fd18f9a9ab0b3d050131f5253a677 +size 1535149 diff --git a/images/9304666a-12eb-4b0e-8e64-28fafb65b3da.jpg b/images/9304666a-12eb-4b0e-8e64-28fafb65b3da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae64ea5bc5b6e5927a2e887af31bdcf36ead35d --- /dev/null +++ b/images/9304666a-12eb-4b0e-8e64-28fafb65b3da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e71d0f50ab1b224634c91198a18f9b7836430ef7dd730ea32792c6d5f158c7 +size 1029772 diff --git a/images/9312ad80-1b7d-45cd-80e9-6d7b60b24616.jpg b/images/9312ad80-1b7d-45cd-80e9-6d7b60b24616.jpg new file mode 100644 index 0000000000000000000000000000000000000000..012b5a043881b40cf1028b10130a1da8bced4bf7 --- /dev/null +++ b/images/9312ad80-1b7d-45cd-80e9-6d7b60b24616.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013fd12104fd4e6dc4840de16664d65e7187879bc6d86e6d2e03ce3844f61ac1 +size 1441607 diff --git a/images/932e058d-7368-4665-a332-e5bd14c411c1.jpg b/images/932e058d-7368-4665-a332-e5bd14c411c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fa11a7ac038f1d4d3fbd1a1ddb55dcb770adaa3 --- /dev/null +++ b/images/932e058d-7368-4665-a332-e5bd14c411c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aa50c10d123a5c9817fbad85a431fc4314be4a7e309a1ca51a68f02c0dd6bc +size 2879439 diff --git a/images/932e76b1-d91d-443b-a50f-f15cb4a6a2ff.jpg b/images/932e76b1-d91d-443b-a50f-f15cb4a6a2ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d444acfb64f1b15bfddb7381f275b8e95948c62 --- /dev/null +++ b/images/932e76b1-d91d-443b-a50f-f15cb4a6a2ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2185620545f180dbd3c071bb5e4bd4636aa8d97a6f7df844bc37d09d5666f01a +size 1630100 diff --git a/images/933f2dfe-8802-438e-826e-13ec89846b96.jpg b/images/933f2dfe-8802-438e-826e-13ec89846b96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df1397969203b65f5c99a4af456eb53a1ec96589 --- /dev/null +++ b/images/933f2dfe-8802-438e-826e-13ec89846b96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa716f59406c51d7ca9d38c138fa81bb570187b46ecc9c1df5136654dfc6373 +size 1842454 diff --git a/images/93471166-be20-4678-9af7-245ba079ebda.jpg b/images/93471166-be20-4678-9af7-245ba079ebda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b75b55ad79d0e08459693d5bfe014916a30b39d0 --- /dev/null +++ b/images/93471166-be20-4678-9af7-245ba079ebda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43495be678b326f6472e3da0d001ca8b0109252a02d1d1bf51200b7292334a5e +size 1537855 diff --git a/images/93489fa0-3dbe-44e6-9e57-32e974e29952.jpg b/images/93489fa0-3dbe-44e6-9e57-32e974e29952.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da898cb527e1d09d4ac7bd3aef14a5d9ccaf198b --- /dev/null +++ b/images/93489fa0-3dbe-44e6-9e57-32e974e29952.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0193f830c66675958cd9aaa8e5313d09f27bd36da0194da270d24d7056124448 +size 1803673 diff --git a/images/934c0148-6102-4868-8855-60667d438b3a.jpg b/images/934c0148-6102-4868-8855-60667d438b3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093063ee7621ae9756d1328224d61aebb5766d70 --- /dev/null +++ b/images/934c0148-6102-4868-8855-60667d438b3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1967e5188aaa7f6562dd4faabf6f907ddd2c85b64ba2cc7757e866622e1912 +size 1993211 diff --git a/images/9351256b-4d7e-4483-98a9-72c9552aab20.jpg b/images/9351256b-4d7e-4483-98a9-72c9552aab20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd29b38893dd543d5cadcc49872b3e3e464a94dc --- /dev/null +++ b/images/9351256b-4d7e-4483-98a9-72c9552aab20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a7d1fb3d84ecab48f30126db5c93396eeae788a65a43d275a282793b803bd +size 1619611 diff --git a/images/9354e62a-3b17-4489-97a1-4ac5658458da.jpg b/images/9354e62a-3b17-4489-97a1-4ac5658458da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..465908867e86ee53718391a5cd6c4acbb4c7508a --- /dev/null +++ b/images/9354e62a-3b17-4489-97a1-4ac5658458da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb3871395af0198d8e4757846a4f1acd25314b6ac9ff85f09e0be181a643ae2 +size 1650552 diff --git a/images/93667445-eb36-420c-9839-89642a2939c0.jpg b/images/93667445-eb36-420c-9839-89642a2939c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80294420cfd80e755a2f4c8a4da7efd754594d1f --- /dev/null +++ b/images/93667445-eb36-420c-9839-89642a2939c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45d751a1d6a303a7ef4dede12401bf7a37783585f976904c2aa71c95b3bebea +size 1641005 diff --git a/images/93670e3d-8486-4a37-8e0e-bd0b04ae49d4.jpg b/images/93670e3d-8486-4a37-8e0e-bd0b04ae49d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b40e4213ae223f177242537e8046739a3524db7a --- /dev/null +++ b/images/93670e3d-8486-4a37-8e0e-bd0b04ae49d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61033b47b0e4d824062c09b70257330b9ca651ee48ae8bc2e6c5280e2ed90d47 +size 1679532 diff --git a/images/936784a3-c562-48d4-a338-b2286b19c91f.jpg b/images/936784a3-c562-48d4-a338-b2286b19c91f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b6c06869b34aa7e25f8cc1131a6becb6b5ee6eb --- /dev/null +++ b/images/936784a3-c562-48d4-a338-b2286b19c91f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a73772cb3e04d69bb6b018ae324997e27002cb800c6d3068a07cadf92744dfd +size 1078320 diff --git a/images/936cd0ee-f508-481b-9d64-db9a8c5f18e9.jpg b/images/936cd0ee-f508-481b-9d64-db9a8c5f18e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c8bab8c9b58841b788bbf53af9a385162658134 --- /dev/null +++ b/images/936cd0ee-f508-481b-9d64-db9a8c5f18e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c59d90960005660023c589f30ff0b395ebbf8ce4eabad727ad44b9d556ac40 +size 1762116 diff --git a/images/936eab2c-6c0b-447f-859a-75274038d73d.jpg b/images/936eab2c-6c0b-447f-859a-75274038d73d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e95b7ad1f1da31b4436c950201458ccb5b6ae2be --- /dev/null +++ b/images/936eab2c-6c0b-447f-859a-75274038d73d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b541d3ff6de1a80e9bccb0328a88b9b60b1de6a0854d7b8596a6115a4b7f3e7c +size 1564496 diff --git a/images/9375627c-d451-431e-8962-3f67a4940e95.jpg b/images/9375627c-d451-431e-8962-3f67a4940e95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a74b01e5c1cb1069bb02d4487d7148186cfd4a7 --- /dev/null +++ b/images/9375627c-d451-431e-8962-3f67a4940e95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d3a150abb6d2c34ae531e56d7e8cd4f3f318114f5b823046d6a44dbb10618b +size 1479492 diff --git a/images/937e41a4-b57b-4339-ab8e-dfcfb210a049.jpg b/images/937e41a4-b57b-4339-ab8e-dfcfb210a049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..518f2809083e8ef01d80f9a371350f6053afe90f --- /dev/null +++ b/images/937e41a4-b57b-4339-ab8e-dfcfb210a049.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f11e7a4c898d893f87ed40e0ff2832c6416235993d6f6ba59ef2a0fdc1c9e18 +size 1517049 diff --git a/images/938bbac7-0d3e-443c-8bc6-7a02bb29945a.jpg b/images/938bbac7-0d3e-443c-8bc6-7a02bb29945a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ddc4ed09d3390719697c9b5fb5819b9cc02514f --- /dev/null +++ b/images/938bbac7-0d3e-443c-8bc6-7a02bb29945a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d80aa510d1f4045d1464982f2cae52b781e4f140e469796ebcf3ca835aa2d0 +size 1157854 diff --git a/images/93a87f33-8ac0-4c31-a427-7123babec4d5.jpg b/images/93a87f33-8ac0-4c31-a427-7123babec4d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d20899181e00480a40fbd62b9fd5d2f6d206caf --- /dev/null +++ b/images/93a87f33-8ac0-4c31-a427-7123babec4d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcd4c318ae3e95a8b5ca778a726b96340080809e524a278ccaee2d9588b494d +size 1439141 diff --git a/images/93b05ff9-0828-474a-b559-1220a81156a1.jpg b/images/93b05ff9-0828-474a-b559-1220a81156a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab3b184ec886bc9588228febde787cfb7dca34f9 --- /dev/null +++ b/images/93b05ff9-0828-474a-b559-1220a81156a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7339e05efb99ddf1f0f7b487a6fa87ffc4e08f5550547496aa008f3b4bf2b3c +size 1613861 diff --git a/images/93cafda4-1763-4116-a60d-37364310d40e.jpg b/images/93cafda4-1763-4116-a60d-37364310d40e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc23df577f05b8b91011a621259a72b1dfb0deb7 --- /dev/null +++ b/images/93cafda4-1763-4116-a60d-37364310d40e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d346029bff8eb26a62d1e9029b2e323f1f6a79bf2b803036b0fd7c344135885 +size 1807476 diff --git a/images/93cf89d6-ecb1-4398-9d23-aa814a148ce4.jpg b/images/93cf89d6-ecb1-4398-9d23-aa814a148ce4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e7ff6cbca3d7fdb0d5672f49e38f1464837846e --- /dev/null +++ b/images/93cf89d6-ecb1-4398-9d23-aa814a148ce4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd955262bf3664a502d5e7543396c6ee21824072fd73a8407a3a745c4eb66bd +size 1976332 diff --git a/images/93d3e540-95a5-4371-b016-dc7603ad843b.jpg b/images/93d3e540-95a5-4371-b016-dc7603ad843b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b19c58dd14d5e8e3f8234946d9de074069d1dcb --- /dev/null +++ b/images/93d3e540-95a5-4371-b016-dc7603ad843b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1425c6a2707a09bcd2e51f23485cfb87a5dd4c34bad95a21a2b551deae702a13 +size 1932873 diff --git a/images/93de60d2-1362-45ef-8bdc-d11263caccdd.jpg b/images/93de60d2-1362-45ef-8bdc-d11263caccdd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfe1f0d3008d0acb191af15ee307a1a21c7f412d --- /dev/null +++ b/images/93de60d2-1362-45ef-8bdc-d11263caccdd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3e07bdbfd1a54271c6e3915d9cfe2ffee3beb3e800bf8f45da0a84630c23ef +size 2402986 diff --git a/images/93f48cc8-2046-4022-86ab-31e8826be0d6.jpg b/images/93f48cc8-2046-4022-86ab-31e8826be0d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd46d6a476523b52ba5fe7883dbb905cbe0c580d --- /dev/null +++ b/images/93f48cc8-2046-4022-86ab-31e8826be0d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b71f7460b48efbea3392ab5d031cd03ca0c5082b384965f3cd68a46c878a27f +size 2151397 diff --git a/images/93fb4209-13e2-4150-9de2-082153d57163.jpg b/images/93fb4209-13e2-4150-9de2-082153d57163.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b781548b9fa694b593460a2036d98169f912776 --- /dev/null +++ b/images/93fb4209-13e2-4150-9de2-082153d57163.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6325836aa41584daa53c66b25d6ce73fd38c4ed2de1997811e9bf2b730350d0 +size 1580477 diff --git a/images/9400095a-7114-4e3e-94db-fd83c91de45c.jpg b/images/9400095a-7114-4e3e-94db-fd83c91de45c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1b55c68b4f80db5a04a032ee20dee676fc0b9d8 --- /dev/null +++ b/images/9400095a-7114-4e3e-94db-fd83c91de45c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896ef404339d79ccaf508618e8f36fe03d5e522a43a660cc53c575f58d829810 +size 1592353 diff --git a/images/940702b4-4bea-46e6-8fec-49da65140fac.jpg b/images/940702b4-4bea-46e6-8fec-49da65140fac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1a17b70eecb512e8334ac344dc44fea060d359d --- /dev/null +++ b/images/940702b4-4bea-46e6-8fec-49da65140fac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b40128edd6f5736f3a817b5756ee919ae9a24d401a2a13240acf70acd6c0c4b +size 2903413 diff --git a/images/940becf8-74da-4633-a0ff-fc6c0854bcdb.jpg b/images/940becf8-74da-4633-a0ff-fc6c0854bcdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f4bf463f012b28c1d0d8ebdc4d0ae1fe61d05bd --- /dev/null +++ b/images/940becf8-74da-4633-a0ff-fc6c0854bcdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a094069f6ab6f185b5e1b4cd9d12be8f7d607832d09d6ae65a3f94aaef373c24 +size 1571044 diff --git a/images/940ebae2-cb4f-4375-8771-957b23fc090d.jpg b/images/940ebae2-cb4f-4375-8771-957b23fc090d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f188305c1dae52395cb98fd376ec82b77d39a3ac --- /dev/null +++ b/images/940ebae2-cb4f-4375-8771-957b23fc090d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6534385585bc204a39b9196ad28f9d69ed5be1ecdf6fc21519a0117e06db169d +size 1779832 diff --git a/images/9411ef69-26f0-4911-89b3-b5041f715c20.jpg b/images/9411ef69-26f0-4911-89b3-b5041f715c20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b39dbd3549959bc1b32f566f1e09e124730df603 --- /dev/null +++ b/images/9411ef69-26f0-4911-89b3-b5041f715c20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2928d023a2fc998d4bf5c8b97219947e9ae5a3f717ec906b8cc14ace4c8ec53e +size 2025046 diff --git a/images/9415811a-89b1-4f93-b0dd-a1a1aee15b89.jpg b/images/9415811a-89b1-4f93-b0dd-a1a1aee15b89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd53d6ee3fad5006dcd89d7551f7a2e1b591ff8 --- /dev/null +++ b/images/9415811a-89b1-4f93-b0dd-a1a1aee15b89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cbf9e72aabe9d18837dc816bd796cbe60975c8a4527005d2b3e3a49faeaa6d +size 2039756 diff --git a/images/94193286-7d38-4960-a17d-e2c9f9d7e13e.jpg b/images/94193286-7d38-4960-a17d-e2c9f9d7e13e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3abc89fb158250243a191157649fb6543336f527 --- /dev/null +++ b/images/94193286-7d38-4960-a17d-e2c9f9d7e13e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd609518bc916971702887f766a41eefc6cd4cd0ab49497450d6d7b31c04641 +size 826883 diff --git a/images/942d6346-58d7-4733-a0ba-fd0cace685bc.jpg b/images/942d6346-58d7-4733-a0ba-fd0cace685bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36ed1be557654f2f0755cb4c7007328b8c81a419 --- /dev/null +++ b/images/942d6346-58d7-4733-a0ba-fd0cace685bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3c2a5d34c6adebe8257747c5990e822ac5664d67b5ce090ad91133c56f79f6 +size 1632559 diff --git a/images/943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d.jpg b/images/943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dea37274522b36d9a40b78c3349c95f7022d13e --- /dev/null +++ b/images/943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb6eabcc802c6bd9b060d814345d83ffcfb60f9e4c1c3a7706d4cf5c3a19fd1 +size 1741732 diff --git a/images/943deec4-e946-49d6-b617-988d7bfd3e07.jpg b/images/943deec4-e946-49d6-b617-988d7bfd3e07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e72acd5804381fac39bc7c510d16d7dacaeea25f --- /dev/null +++ b/images/943deec4-e946-49d6-b617-988d7bfd3e07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702c27deedeed48ce10377f261a6a0270aa1fabf9183f09857d0026b870b9611 +size 1427255 diff --git a/images/9440908d-f67f-4e5e-9aea-0015e13aa326.jpg b/images/9440908d-f67f-4e5e-9aea-0015e13aa326.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d68edee199e1c661b0f017e96f229fd999136fdf --- /dev/null +++ b/images/9440908d-f67f-4e5e-9aea-0015e13aa326.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66451442a43970b5a66ae9e870da503998e7c655235ed2a1c56f6687d9c8314d +size 1509624 diff --git a/images/94413078-c371-4ce4-af0d-d61ed4125b9d.jpg b/images/94413078-c371-4ce4-af0d-d61ed4125b9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7259d4f0f6d697cde341590e360e278d8805098a --- /dev/null +++ b/images/94413078-c371-4ce4-af0d-d61ed4125b9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdfdce7448f9e2849119b1aff2f1fd2aadf55b7496bd32a04978edcd07f7097 +size 1410997 diff --git a/images/945d7560-107a-43eb-9e70-47b4edfd9637.jpg b/images/945d7560-107a-43eb-9e70-47b4edfd9637.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29063efbb397a48db13a4a7245d8273a66082f31 --- /dev/null +++ b/images/945d7560-107a-43eb-9e70-47b4edfd9637.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3472fca35e83121171689de1f8708edbe74a8bbea39beb7420ef11b3be9a28 +size 1522962 diff --git a/images/9464f75b-187a-4503-ae21-fa5acbaceb80.jpg b/images/9464f75b-187a-4503-ae21-fa5acbaceb80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dea742f089bff117d3d482e14280a2ffbbdf793 --- /dev/null +++ b/images/9464f75b-187a-4503-ae21-fa5acbaceb80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2b5b6b886169d9eb09ea0dc1ec8928d096d1624cb4c54fe78564ac181eec09 +size 1801106 diff --git a/images/9471e108-c555-418b-8fcd-17da860a9c3d.jpg b/images/9471e108-c555-418b-8fcd-17da860a9c3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..954f0105848737e8933b84e055b4b71d200901fb --- /dev/null +++ b/images/9471e108-c555-418b-8fcd-17da860a9c3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be907de7eaf2eae375d3ec10ca414d8315f744ce2600bfc47473b79da84c2657 +size 1653883 diff --git a/images/94767be5-7339-4dab-b01b-7b5ac6faca76.jpg b/images/94767be5-7339-4dab-b01b-7b5ac6faca76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20caa0f392d113da9cfe335819ba05637e00e0a1 --- /dev/null +++ b/images/94767be5-7339-4dab-b01b-7b5ac6faca76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a21814871c91230a8adf56b5c3dcafd3370517df59f44d29cbcb3126b2155e +size 1392527 diff --git a/images/947837c7-7953-4a07-8568-77618eea880d.jpg b/images/947837c7-7953-4a07-8568-77618eea880d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..042d0df26e1468b2f2a0db60894bf9d9ef4b239e --- /dev/null +++ b/images/947837c7-7953-4a07-8568-77618eea880d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb36a13c731ac357fffa4c1a5eaac5dfb6c5c50a786029028800355de192fa9 +size 2487897 diff --git a/images/9478ed82-21f0-4f15-a31e-b0ce9d2433a2.jpg b/images/9478ed82-21f0-4f15-a31e-b0ce9d2433a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..397b12705ea9a3b5694ebea5a40bfac44a7f7be4 --- /dev/null +++ b/images/9478ed82-21f0-4f15-a31e-b0ce9d2433a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c99702cc81304afc5fcd1f6f7b925edb8a3fa0a45fab4a876a069ddc4b09c4 +size 1621120 diff --git a/images/94812677-8f59-4085-a7ec-080220c7ea03.jpg b/images/94812677-8f59-4085-a7ec-080220c7ea03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a7fbd91188b6a8ecd0adacfd35e8c2f75d0b716 --- /dev/null +++ b/images/94812677-8f59-4085-a7ec-080220c7ea03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4292be2692496bbc6f6f155af2d207aee708d09e478333d417a2515cc42358b +size 2309743 diff --git a/images/9482ce40-e7c9-43c4-ad05-2d9d739aa561.jpg b/images/9482ce40-e7c9-43c4-ad05-2d9d739aa561.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fae1aa5bf36de8e850c6f09c81328fed2de214fb --- /dev/null +++ b/images/9482ce40-e7c9-43c4-ad05-2d9d739aa561.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a332fe8dc5582974614a0f376c4a6ff85381bcba2d319b92fa158cab04e7424 +size 2458625 diff --git a/images/94859a1b-517d-44b6-a3c2-e7cc007196b5.jpg b/images/94859a1b-517d-44b6-a3c2-e7cc007196b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1af02bc17aca998de96291347e4857a9dece15e --- /dev/null +++ b/images/94859a1b-517d-44b6-a3c2-e7cc007196b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a6b3a9ba64e64158b5bc74cb70a00a85bc4475a07d78cfa49661a841634410 +size 1855305 diff --git a/images/94a35fd8-f2ae-411d-91ac-805412be4ce4.jpg b/images/94a35fd8-f2ae-411d-91ac-805412be4ce4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2017106345e5a3c57c421cb325a80c62e3dd33cf --- /dev/null +++ b/images/94a35fd8-f2ae-411d-91ac-805412be4ce4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8ef286409bafef447252b7319f9bff05ea7d48d263e4cc9eb5a198177bb450 +size 1667096 diff --git a/images/94b3979b-583b-4de7-8858-515edf203312.jpg b/images/94b3979b-583b-4de7-8858-515edf203312.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48c7f63dc2a01ec11c25fcbfd0306168a4dd7cb5 --- /dev/null +++ b/images/94b3979b-583b-4de7-8858-515edf203312.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd024e31d4713f455731068c5b14312154923cbe1e15f8c8f6747aeccb6fcf3 +size 1503078 diff --git a/images/94b86117-264b-413d-875f-453eefbd2fbb.jpg b/images/94b86117-264b-413d-875f-453eefbd2fbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..431798ec709f60c177a88791c9c5ef07e0430f99 --- /dev/null +++ b/images/94b86117-264b-413d-875f-453eefbd2fbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a806dcd2b1652e30815731d6f92889dea587655d855bc5dba538408221bde0 +size 1422871 diff --git a/images/94bdd5ab-2642-4a66-ace0-bc31d23bb6a5.jpg b/images/94bdd5ab-2642-4a66-ace0-bc31d23bb6a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adf558d31df610952a00e160c63c6d8c4bd4769e --- /dev/null +++ b/images/94bdd5ab-2642-4a66-ace0-bc31d23bb6a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68370689fb53908f4810c3ad9d08b9c5649af4c3c25a6bc1e737f5f90010fe9 +size 1571890 diff --git a/images/94cb1bc6-e908-46ab-aaa9-649c96dc28a9.jpg b/images/94cb1bc6-e908-46ab-aaa9-649c96dc28a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c58360cfdf6e99e9d9eaca04cd530ff832ff452 --- /dev/null +++ b/images/94cb1bc6-e908-46ab-aaa9-649c96dc28a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afcc040664e467e2462743ad6b6154bee5b554746dfe20e97a0d18f3b925d5e +size 1726620 diff --git a/images/94d7ab51-2473-402b-a209-95004dbbac2b.jpg b/images/94d7ab51-2473-402b-a209-95004dbbac2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d692bd0461be788b03811d0fc2f8bb34c832466 --- /dev/null +++ b/images/94d7ab51-2473-402b-a209-95004dbbac2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969f3b20f51692122be0048d3609a1834072636125923d9860813b16b6f829db +size 1648677 diff --git a/images/94df2b96-3961-4c1a-ac30-5a8dfefbc4bf.jpg b/images/94df2b96-3961-4c1a-ac30-5a8dfefbc4bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ccf337497a3bcc2a7ed973c2231971b137a7245 --- /dev/null +++ b/images/94df2b96-3961-4c1a-ac30-5a8dfefbc4bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd805c6e760d61735169c1e4353e609ce56cddda250632b9dc58b052cb1a82d +size 2348054 diff --git a/images/94ed7673-8921-4ae5-8ce4-cd88fa6e52ea.jpg b/images/94ed7673-8921-4ae5-8ce4-cd88fa6e52ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de46985289006a083c08b7edc3c81c36a2e8588a --- /dev/null +++ b/images/94ed7673-8921-4ae5-8ce4-cd88fa6e52ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cd4870e831884f03a7328d0a93a2c612cb952083bb2818ac9dedf467a4c601 +size 3116519 diff --git a/images/94eec5bd-ee05-4a08-8f98-525fc69e697c.jpg b/images/94eec5bd-ee05-4a08-8f98-525fc69e697c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3d2ef8763f8c4aa5ccef978457d77da193d30d4 --- /dev/null +++ b/images/94eec5bd-ee05-4a08-8f98-525fc69e697c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c5f1e31af5fcc0ecdf3fdb2e56c4f1627d7d21487a5b715d612a3c820cc85b +size 1496442 diff --git a/images/94f0e552-f9a8-4844-a126-674a30294edf.jpg b/images/94f0e552-f9a8-4844-a126-674a30294edf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23573f00bb4b30e3ce57efe835ccf526b4c16f47 --- /dev/null +++ b/images/94f0e552-f9a8-4844-a126-674a30294edf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d70d3f456d4df990ca0a43f62e9b8f00e6ffce0edb620f90ae3befb1e594db +size 2780475 diff --git a/images/94fcb79c-a889-4785-840e-1730fbf7bcd2.jpg b/images/94fcb79c-a889-4785-840e-1730fbf7bcd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a18c85d02608fde37719a6395c95f4da23d02977 --- /dev/null +++ b/images/94fcb79c-a889-4785-840e-1730fbf7bcd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca9630c6e5ca3c1fb761ebdfe37937cffd864630d7239a107a55ffea826de30 +size 1252691 diff --git a/images/95089a59-9377-41fc-aba7-ec074e258fc6.jpg b/images/95089a59-9377-41fc-aba7-ec074e258fc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5de3ae620a37a30d90a04abd983bcc4aeffbe6fe --- /dev/null +++ b/images/95089a59-9377-41fc-aba7-ec074e258fc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e92b95635558d5aefe401d78ce903552146897f03c74fe1708b0f0209bf419 +size 2390299 diff --git a/images/95098eac-a5ef-4742-ae96-cb14fd68212f.jpg b/images/95098eac-a5ef-4742-ae96-cb14fd68212f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ef3e9f88dc318e339a8a79fa8ff41f48b1734b6 --- /dev/null +++ b/images/95098eac-a5ef-4742-ae96-cb14fd68212f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f86c2f9b4706757e341373a2ae5ef4e2df05bb369c9bcc1d7dae258918c6097 +size 1234032 diff --git a/images/95159045-62ae-48f1-94e4-517e1ab9cd54.jpg b/images/95159045-62ae-48f1-94e4-517e1ab9cd54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24ea123917724430c988b68069cd5853a823fdbd --- /dev/null +++ b/images/95159045-62ae-48f1-94e4-517e1ab9cd54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb4755d9758696e20ab614a9029157bdbe8a78c72126639d69913f8ac655b77 +size 1832130 diff --git a/images/951ac9b5-a2ba-41e8-8329-0f625f596f12.jpg b/images/951ac9b5-a2ba-41e8-8329-0f625f596f12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bbb53ae6a68a680b24730c55b6098ff473298fa --- /dev/null +++ b/images/951ac9b5-a2ba-41e8-8329-0f625f596f12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58af33332dc18bd1fbf25b310008d97779bcf97121c542821128e3e4363e2a2 +size 1937522 diff --git a/images/951fe2a4-b3ab-4cf6-970c-d131143b24fb.jpg b/images/951fe2a4-b3ab-4cf6-970c-d131143b24fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d38bd3f5c00af12b4e3379945162c5b67d7d25a --- /dev/null +++ b/images/951fe2a4-b3ab-4cf6-970c-d131143b24fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4893b452fad73c1ddb39d0f440de10bd5712a70496a39ca23c38792c120c8792 +size 1067783 diff --git a/images/9536e7a1-0891-4a39-be23-05bc8c47bf30.jpg b/images/9536e7a1-0891-4a39-be23-05bc8c47bf30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8af9bd0949581b27ff4f2dfa6ca93ab51a35f0fa --- /dev/null +++ b/images/9536e7a1-0891-4a39-be23-05bc8c47bf30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3211b440e4dd6b743b7aef8a12e1875cc93d75d631726ee5cd3742468d6ff8d +size 1487637 diff --git a/images/953eb168-18c5-43e7-92d7-0b23d240020b.jpg b/images/953eb168-18c5-43e7-92d7-0b23d240020b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f1e166f88ed98a4d13a48778803840e5cc292cd --- /dev/null +++ b/images/953eb168-18c5-43e7-92d7-0b23d240020b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31f1b5e4c464c20d4704b813296a2158c59eae8fbbfbd6452005e35d96ae00d +size 1752589 diff --git a/images/95432e1a-3576-4285-bf7d-86a2caa3857c.jpg b/images/95432e1a-3576-4285-bf7d-86a2caa3857c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72259dba09c2c0df96cc5ab3416f8a824173076d --- /dev/null +++ b/images/95432e1a-3576-4285-bf7d-86a2caa3857c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad5c7b94644be259082879e56a505c72c541d3cea96e9d33d3dc2964c41687f +size 2366948 diff --git a/images/9555b98d-786b-4987-b591-08185fbd1348.jpg b/images/9555b98d-786b-4987-b591-08185fbd1348.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2440ad92579ce06f633684abd856b11d89220b1f --- /dev/null +++ b/images/9555b98d-786b-4987-b591-08185fbd1348.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bca8b9d393c5bb6f62973a735ee1df81809663c22abd56e2cbbfd3ced89559f +size 953982 diff --git a/images/9555bf2a-eb97-4698-a1ee-3084bf3ebc1c.jpg b/images/9555bf2a-eb97-4698-a1ee-3084bf3ebc1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adc9f732ac4e1ce8b34c737b9678c4efd0a5a26c --- /dev/null +++ b/images/9555bf2a-eb97-4698-a1ee-3084bf3ebc1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be72a1d26746e03f23524e3c3a0a54867118f33c8826ec3e7525e4910d1a5436 +size 1625539 diff --git a/images/955bc944-a2f8-4c95-9aa5-454ca8cf37c4.jpg b/images/955bc944-a2f8-4c95-9aa5-454ca8cf37c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8104bbc3c1e3ceb33cdcb587a6eb264dd7d1020 --- /dev/null +++ b/images/955bc944-a2f8-4c95-9aa5-454ca8cf37c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c407bc86b2a0ab9fda363a1c15cea1ed4189d54e057b8c57c1c6be3af1b53e9 +size 1640890 diff --git a/images/9570cf49-9e89-4c68-ad3a-f4a21d50a7b6.jpg b/images/9570cf49-9e89-4c68-ad3a-f4a21d50a7b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..251615ffd07def4a4364e27e346f129a7a91d7f2 --- /dev/null +++ b/images/9570cf49-9e89-4c68-ad3a-f4a21d50a7b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339dcc1232a319ed796c6d6f2c4bd4ab4114a10c3dcb87f8b31238974c94d0a8 +size 2413123 diff --git a/images/9572f9a2-01b7-480c-8a29-3aaafc1ca05e.jpg b/images/9572f9a2-01b7-480c-8a29-3aaafc1ca05e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80a7981e5cec4367045084de64f90173735a3564 --- /dev/null +++ b/images/9572f9a2-01b7-480c-8a29-3aaafc1ca05e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5336dab3bc752b4be654e01763180a6acabdfba29cb51af0b49f77ee6be9911 +size 1650406 diff --git a/images/957d50d1-4efa-4256-b2fc-3c520ce320b2.jpg b/images/957d50d1-4efa-4256-b2fc-3c520ce320b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34a565400121eca95ebaa65a9b21c0d9a47517bf --- /dev/null +++ b/images/957d50d1-4efa-4256-b2fc-3c520ce320b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3583eee52b8b6a653d6524cac4fdaf0c4bc5e7cb37afd1b5e1b273500191b2 +size 1817779 diff --git a/images/957f972d-545e-4f7b-858a-ecc18f90611d.jpg b/images/957f972d-545e-4f7b-858a-ecc18f90611d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c9b9bca197b46f8bc62581808004c31f73a6cd9 --- /dev/null +++ b/images/957f972d-545e-4f7b-858a-ecc18f90611d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb36b4d8dcb43ab8bdf45fa9b5f3460162af770fd643d09567f6c1272578343 +size 1143766 diff --git a/images/9582bd29-5eee-4c21-9f52-576b507487e7.jpg b/images/9582bd29-5eee-4c21-9f52-576b507487e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b954a00664ab3c33acde3423f5858b8aadf94c86 --- /dev/null +++ b/images/9582bd29-5eee-4c21-9f52-576b507487e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae7942c96b3fbfc9bba235dfd68396245536a2d20b52ad70a4c80974c900947 +size 1710827 diff --git a/images/95a9c1f9-ec0d-4eab-a750-145c2c919ed5.jpg b/images/95a9c1f9-ec0d-4eab-a750-145c2c919ed5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8f6fbb895c64bf3d38ec6c09949e793892814af --- /dev/null +++ b/images/95a9c1f9-ec0d-4eab-a750-145c2c919ed5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44377407756b2e3af8cb8a60f1052ee57b0ee6fb7e720b32f6cc0f1a4c8fc927 +size 1581944 diff --git a/images/95b0cfb8-4dcf-4b6f-b918-992a36f02a98.jpg b/images/95b0cfb8-4dcf-4b6f-b918-992a36f02a98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a970e667f1577e0eabf95be770d06d69d6e1fd2f --- /dev/null +++ b/images/95b0cfb8-4dcf-4b6f-b918-992a36f02a98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eca4337c732d0565f566f72146a3249bcb64c59d2706bef57dd1b76c43b6b1 +size 1506440 diff --git a/images/95b7837c-0cc7-409e-9d7c-f4f40845738e.jpg b/images/95b7837c-0cc7-409e-9d7c-f4f40845738e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59d126472ca1db2b002a7d7028aeea4c96d2c5d6 --- /dev/null +++ b/images/95b7837c-0cc7-409e-9d7c-f4f40845738e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5e99def2c9546ff452f9ead3b720b55a274558e51db60c0cf10162273ccae9 +size 1484117 diff --git a/images/95b9d17b-44bb-44c8-9f7b-fbfc6c042720.jpg b/images/95b9d17b-44bb-44c8-9f7b-fbfc6c042720.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cf92a2fc17bb7e5304717ae008db9f6ab407acc --- /dev/null +++ b/images/95b9d17b-44bb-44c8-9f7b-fbfc6c042720.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6081b4e27aa1b43d4cdff323ded3c26fb1498510ee8f1b83e7d543d8c04c3b +size 1569181 diff --git a/images/95c5c9ac-7c0e-46a9-b32d-a5925c526aec.jpg b/images/95c5c9ac-7c0e-46a9-b32d-a5925c526aec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0ccf75d9f9c2c63088e3c9e64c48640e75eb1e0 --- /dev/null +++ b/images/95c5c9ac-7c0e-46a9-b32d-a5925c526aec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62512c68089ff59d52345aaef0c16401324dc3e8613d589cd4fb89bcdbc3f7b +size 1361163 diff --git a/images/95c9e6f6-525b-44c9-b90e-cabba76ab592.jpg b/images/95c9e6f6-525b-44c9-b90e-cabba76ab592.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b22d848e1eaf1f5484aa1738fcdff35ae4a9ebfd --- /dev/null +++ b/images/95c9e6f6-525b-44c9-b90e-cabba76ab592.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5af6604ca2a88398ceca797595da07f55ab9ebd88fc4fe56c42881eca07e49 +size 1910914 diff --git a/images/95ca309a-89d1-4077-b967-b21a49a0b999.jpg b/images/95ca309a-89d1-4077-b967-b21a49a0b999.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2aa58cec2ae50a7b3d7719751420379310c85695 --- /dev/null +++ b/images/95ca309a-89d1-4077-b967-b21a49a0b999.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184d8b6525b4ec2e9266256af477193ac2ba6db7b420e2634eb052bf34b185f4 +size 1613534 diff --git a/images/95d24fc4-1331-4a7b-9e11-19b5280bc382.jpg b/images/95d24fc4-1331-4a7b-9e11-19b5280bc382.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbff19bfc044942f062034151ca5f9cb4afb57b5 --- /dev/null +++ b/images/95d24fc4-1331-4a7b-9e11-19b5280bc382.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6026b83bb513ee15cc51d15ac2a601a0ff86c8a3497658233e142a90e9486c60 +size 2934330 diff --git a/images/95d2c2c8-abf8-4fe6-b50b-3427ab482a26.jpg b/images/95d2c2c8-abf8-4fe6-b50b-3427ab482a26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d98b66b21ee5ef807991b1da7f199c1cbcd926f --- /dev/null +++ b/images/95d2c2c8-abf8-4fe6-b50b-3427ab482a26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800fee5a74fa311c534429b6eb167e2a9b5cb0138819b0eb2a16168d8888a53b +size 1695924 diff --git a/images/95d61112-9506-481b-8c40-e408333a4e54.jpg b/images/95d61112-9506-481b-8c40-e408333a4e54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41cdad3f691005fd16358fd34b56a414a4e2d3bd --- /dev/null +++ b/images/95d61112-9506-481b-8c40-e408333a4e54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b0a62bc3360fbbebb78d9a86797c327a845f3245255beab5b9e788a7e7dea9 +size 616731 diff --git a/images/95d746b3-9bad-4393-b730-43030fff78b4.jpg b/images/95d746b3-9bad-4393-b730-43030fff78b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddc7157e2820b3359684ce5f3ea46a36b0386863 --- /dev/null +++ b/images/95d746b3-9bad-4393-b730-43030fff78b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf73e570e6f763edd3b84eae9884c449956154619364f227d7f8c65dd30e8a13 +size 1750065 diff --git a/images/95f8fd90-4052-4713-b5ca-9013f0a8e845.jpg b/images/95f8fd90-4052-4713-b5ca-9013f0a8e845.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8f00c3a70d332f2941252ab3738163e237b2a0a --- /dev/null +++ b/images/95f8fd90-4052-4713-b5ca-9013f0a8e845.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb616c87125c849d25bb91b56ac550b24b994a93cbfa7ba8f1b3b147cabf9d6 +size 2132425 diff --git a/images/9615b771-1d8e-4280-bf5f-4e4045622399.jpg b/images/9615b771-1d8e-4280-bf5f-4e4045622399.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10f0741417e20a06370cb1f48901f4f5b553e77e --- /dev/null +++ b/images/9615b771-1d8e-4280-bf5f-4e4045622399.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e91e1c3378ed513fa474af943282feddab5f11a33384d7ba67485d83995e523 +size 1505612 diff --git a/images/96190736-efd7-4040-8ad3-814a36d90975.jpg b/images/96190736-efd7-4040-8ad3-814a36d90975.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab0cf1de2e8780984e05b78cfa9a9379f574f807 --- /dev/null +++ b/images/96190736-efd7-4040-8ad3-814a36d90975.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dad27b3c4a4ce604cd710feda1664823e9c0de7484657b0aa8d35d9d0dcd03 +size 1822139 diff --git a/images/961ba449-5fdf-465c-b65c-37e8ded1dbe3.jpg b/images/961ba449-5fdf-465c-b65c-37e8ded1dbe3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9e8ddbf9e15928090caf100c3d29c2ebcc1da95 --- /dev/null +++ b/images/961ba449-5fdf-465c-b65c-37e8ded1dbe3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f75ac2a6c5e66e20574366846444e69ccceb29358d5929fb5ced8c11216b38e +size 1420378 diff --git a/images/961bdfea-1184-4e8e-b739-352ec030052f.jpg b/images/961bdfea-1184-4e8e-b739-352ec030052f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cce91976fea4d95bc71f5743d48bc8cd6dbf840c --- /dev/null +++ b/images/961bdfea-1184-4e8e-b739-352ec030052f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a316dbd810e69a4046a0c7d359b90a8a451c9b56becfe853415b42974c0cf8cf +size 1842071 diff --git a/images/9645a3c2-cc38-41a3-b96d-0a159e7a49b6.jpg b/images/9645a3c2-cc38-41a3-b96d-0a159e7a49b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..582e8235045bb4cd91e210cb9a8ab4b9f2ef0e7f --- /dev/null +++ b/images/9645a3c2-cc38-41a3-b96d-0a159e7a49b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3903023ea1bad9f21ade7ea20fc07d1246d43455b332cb5307e7ab2a64a65d70 +size 1236446 diff --git a/images/964d807c-8797-445d-b570-6f9fe0980c1d.jpg b/images/964d807c-8797-445d-b570-6f9fe0980c1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a731e667aa19a30dbb5dd3005234f40e40ecd64 --- /dev/null +++ b/images/964d807c-8797-445d-b570-6f9fe0980c1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d33d9f83908ebb99fe474a1e2f35c1cf57ba27035d6f7733afdbc2d47794786 +size 1295453 diff --git a/images/964de264-3208-4370-88e5-fe587fcc9fcd.jpg b/images/964de264-3208-4370-88e5-fe587fcc9fcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70652f34464e30da3a49adb62a1810cfdbd5a397 --- /dev/null +++ b/images/964de264-3208-4370-88e5-fe587fcc9fcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bad806dd43f965ecf6b6962056d3a89d7f4978253a3d7eb5c67e96890a8fbb5 +size 1670519 diff --git a/images/96525650-51f8-4709-b85f-0097be5ecc57.jpg b/images/96525650-51f8-4709-b85f-0097be5ecc57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d846e447d5075e4ec70a2126b566f304c46899ad --- /dev/null +++ b/images/96525650-51f8-4709-b85f-0097be5ecc57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ad242db5e8322e23bea12489a587f7b1db3df8c45c668032ebd5a64fd5018b +size 1735201 diff --git a/images/96576812-57a0-49fb-b407-9d49262463eb.jpg b/images/96576812-57a0-49fb-b407-9d49262463eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..808fd8168c26d55e3a2a52b6a44897a78e696d7e --- /dev/null +++ b/images/96576812-57a0-49fb-b407-9d49262463eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8986e624f879a25a56661a163fbbf75185ffd3aad1d59fd46073ba5a7448f225 +size 1588442 diff --git a/images/965ce1dd-6e21-4545-a6f3-838db4afaef8.jpg b/images/965ce1dd-6e21-4545-a6f3-838db4afaef8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3414ba9c754e7db44ff6f950d163675bcaac12f --- /dev/null +++ b/images/965ce1dd-6e21-4545-a6f3-838db4afaef8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4210c3718d2713bbc3560b51a1e5079636df219ff27845af5a28c9871fda5c3f +size 1879131 diff --git a/images/965d867b-ae9c-416d-b72a-710c32ac661e.jpg b/images/965d867b-ae9c-416d-b72a-710c32ac661e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fd2677177c9d985bbe943b1f229624314719d2a --- /dev/null +++ b/images/965d867b-ae9c-416d-b72a-710c32ac661e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7739c9299e6b4ad65a8b546916bfd3c1f3ea219ad04ea5430ace03465bdaf71b +size 1784012 diff --git a/images/965de5bf-68da-44f3-ab58-d76442bf5683.jpg b/images/965de5bf-68da-44f3-ab58-d76442bf5683.jpg new file mode 100644 index 0000000000000000000000000000000000000000..265c994624372304eb0407e356548867b9bbf7e3 --- /dev/null +++ b/images/965de5bf-68da-44f3-ab58-d76442bf5683.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77177978156a8808c827b263784ca60e9cfea94c6bdd37f61f03f4064cfefea1 +size 1624318 diff --git a/images/96654392-c554-43f3-b2de-0d49c342ba84.jpg b/images/96654392-c554-43f3-b2de-0d49c342ba84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfbb6725737564088c320577edc4d9a7ba601117 --- /dev/null +++ b/images/96654392-c554-43f3-b2de-0d49c342ba84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b22ef8c99f6da385ddac9db71ae5de1d2b9aeab3fd2400a449b95527ad88fd1 +size 2512008 diff --git a/images/966a66c3-99d2-4efb-a98f-c4b194af53c8.jpg b/images/966a66c3-99d2-4efb-a98f-c4b194af53c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40bd778877840dbdb758f06491ed66e4ee6eab67 --- /dev/null +++ b/images/966a66c3-99d2-4efb-a98f-c4b194af53c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5680dcc1fa62de0fcfaf8aa2760558cab8db00b38682a7ebf71dc5a4f009e9f +size 1677200 diff --git a/images/967fa8ff-b0f4-4981-8e56-9cfd87f01cd6.jpg b/images/967fa8ff-b0f4-4981-8e56-9cfd87f01cd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5baa5e8ee9cb28175dc212425526c48dc3cc023a --- /dev/null +++ b/images/967fa8ff-b0f4-4981-8e56-9cfd87f01cd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4361f6587408e5485962d56a494c659c16f5ce9227701afcc09a63c4a8fa2fea +size 2054178 diff --git a/images/9680b70a-2873-4760-9b0a-60cab2b07b54.jpg b/images/9680b70a-2873-4760-9b0a-60cab2b07b54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6102605002e99b6c761d8ce38163c6036287de0 --- /dev/null +++ b/images/9680b70a-2873-4760-9b0a-60cab2b07b54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074db92cb5729ca9adcd2d09e44c90fe50b46e1d9ab766017e4040665b32e81b +size 1654814 diff --git a/images/9694b552-36c5-43b2-a4be-265f146ae05b.jpg b/images/9694b552-36c5-43b2-a4be-265f146ae05b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1e08b8e3065b3f37073a6ef5a658aadf7659bdd --- /dev/null +++ b/images/9694b552-36c5-43b2-a4be-265f146ae05b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bd99319ec3103b974046aefed4b5b7645a4f70b7f319371a804ad8368a0f40 +size 1588489 diff --git a/images/96952923-e6b7-4cdd-9516-d8bf29294fd1.jpg b/images/96952923-e6b7-4cdd-9516-d8bf29294fd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2c605c28aaa125b3707eb6f62eaae768b137621 --- /dev/null +++ b/images/96952923-e6b7-4cdd-9516-d8bf29294fd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f6a7c4cec98240ade4417eede0394fb76c2bec1af05c191d66a7f78af16940 +size 1556930 diff --git a/images/969c4378-3aa3-4b3e-ae44-d60007f38b1e.jpg b/images/969c4378-3aa3-4b3e-ae44-d60007f38b1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08e7a9872ad93718fbee570518d7de0018db1005 --- /dev/null +++ b/images/969c4378-3aa3-4b3e-ae44-d60007f38b1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c68cc4025f5ad6ca110fe815e4c8bb1114078c2a83a97182973dc301689536a +size 2027715 diff --git a/images/969f91a2-4d24-4644-96c0-285315c1c6ca.jpg b/images/969f91a2-4d24-4644-96c0-285315c1c6ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..973cc3cb015e1efd1da919bfdf337b7fc804dd15 --- /dev/null +++ b/images/969f91a2-4d24-4644-96c0-285315c1c6ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee8ce90c1fcf063f0bf142882499d83bed589bc92dfc51d2a68de947833cf22 +size 1585946 diff --git a/images/96a11ad1-2208-40b2-87f7-b1587069b023.jpg b/images/96a11ad1-2208-40b2-87f7-b1587069b023.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b42c79daafa0c46d53be69145171ea92aff19d0 --- /dev/null +++ b/images/96a11ad1-2208-40b2-87f7-b1587069b023.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7a8bfacdc5b913615548aec59ab26a26ab0cd5db771839c66b3d3d19087e28 +size 1671902 diff --git a/images/96a1d82b-871b-4e98-9588-1bb5eff45dee.jpg b/images/96a1d82b-871b-4e98-9588-1bb5eff45dee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..338fe903d6e625bb769ba67edbb924b3f5a9815e --- /dev/null +++ b/images/96a1d82b-871b-4e98-9588-1bb5eff45dee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794bf51291dbc7e8246d158c0d7b399059eb842c74054f4af3d64f21e169607c +size 1524062 diff --git a/images/96a3ec2e-06e3-4494-98ce-a233b6384134.jpg b/images/96a3ec2e-06e3-4494-98ce-a233b6384134.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aeaf79d7c6054f02930bb1c1d9f87af9da8aa9dc --- /dev/null +++ b/images/96a3ec2e-06e3-4494-98ce-a233b6384134.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dc6f69e47b96a71c350475552aa55599fe208c3880f81bd652e08e2f9d55f9 +size 1825759 diff --git a/images/96a92e9a-7745-4f7e-a374-de85c1189d66.jpg b/images/96a92e9a-7745-4f7e-a374-de85c1189d66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4be53fbd1450b7c0bad215b2199827cb36da7d2e --- /dev/null +++ b/images/96a92e9a-7745-4f7e-a374-de85c1189d66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01feba23d5ce04d5a0e9bff8693d15289ef88bfd107450da3afc6d1ec9ef020a +size 2998327 diff --git a/images/96b2271d-8d48-47fd-b9ea-48c6c9562b84.jpg b/images/96b2271d-8d48-47fd-b9ea-48c6c9562b84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d69a16c05fd8a83a662937896078875952b7116f --- /dev/null +++ b/images/96b2271d-8d48-47fd-b9ea-48c6c9562b84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f33d76c9405f803bc44c01c65304b84876f52d5b5273881144cdc283dd13b1 +size 1873245 diff --git a/images/96b4125f-3fae-45a6-b85e-db47575148f5.jpg b/images/96b4125f-3fae-45a6-b85e-db47575148f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbeb8f77fe06f8f693ffc4c21d75983ff4a0404b --- /dev/null +++ b/images/96b4125f-3fae-45a6-b85e-db47575148f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4027ba68304ced48d05c1643af3036630e221aa46f08bbceafa64b901de718 +size 1792881 diff --git a/images/96b66cd2-c511-4d37-b3ec-270b0d19b822.jpg b/images/96b66cd2-c511-4d37-b3ec-270b0d19b822.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac42648f97771c5a59adbec266e4df35b9e6fd60 --- /dev/null +++ b/images/96b66cd2-c511-4d37-b3ec-270b0d19b822.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c900baa119c2cb786c91625382e29b02a477650de1f7b4dc0f5c751ef7f40570 +size 1680597 diff --git a/images/96bcdb1c-71ac-42ec-b77d-647bbf5c2afb.jpg b/images/96bcdb1c-71ac-42ec-b77d-647bbf5c2afb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d72aa09c0be9bfbbb6d27c8f2924b1e7ad366f2 --- /dev/null +++ b/images/96bcdb1c-71ac-42ec-b77d-647bbf5c2afb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6693d33597f42374c86b80577ea4cd5974bfdfa61f8242ef332553d5f00d9dc +size 1351108 diff --git a/images/96bcebd3-f9aa-4d7e-9717-61ff7eeea267.jpg b/images/96bcebd3-f9aa-4d7e-9717-61ff7eeea267.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7890f2b49d32620d7c8fa6068542e24038a348c3 --- /dev/null +++ b/images/96bcebd3-f9aa-4d7e-9717-61ff7eeea267.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee62b7d0d21fd4c00d21ff73083ad2f3454a15d573036d1ca170fd8623e529d6 +size 1663212 diff --git a/images/96c435ef-1c0e-488b-8df6-a13eb98ca528.jpg b/images/96c435ef-1c0e-488b-8df6-a13eb98ca528.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1353e95dd217a8d318c305d01bd226d17f04ec80 --- /dev/null +++ b/images/96c435ef-1c0e-488b-8df6-a13eb98ca528.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff570986f6b383264a6e8395460538acf1e1e98c693ed9f957cd8b606f70c699 +size 1472533 diff --git a/images/96cda4d4-e80c-4848-90f1-2970001497a8.jpg b/images/96cda4d4-e80c-4848-90f1-2970001497a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f22c89647b910d8c6f72595188d1ca61bdd9a9a --- /dev/null +++ b/images/96cda4d4-e80c-4848-90f1-2970001497a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb413837c9f294ceaf7573be5214e852d278a6f28a25f82f13d6c7e39abad08 +size 1387818 diff --git a/images/96ce1191-8f7d-47ef-805e-a8ceba635218.jpg b/images/96ce1191-8f7d-47ef-805e-a8ceba635218.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a395f39fb72d9020607f18d385c7ea25390fb53 --- /dev/null +++ b/images/96ce1191-8f7d-47ef-805e-a8ceba635218.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11f074b9fbf3b18d58ecc6c8917deb7d326f52958a9365561c9291f5512db3e +size 1619267 diff --git a/images/96d2dd58-1c97-4a00-9104-ff96b5e62085.jpg b/images/96d2dd58-1c97-4a00-9104-ff96b5e62085.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f504e59d32b6237a18a6acd7b0736e99d554ebf9 --- /dev/null +++ b/images/96d2dd58-1c97-4a00-9104-ff96b5e62085.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a1ea3c2acea04d0cb58a94a9c3dd2bb799982b012c6c656eaafdbd25a3926f +size 1873366 diff --git a/images/96d55188-ed5a-4648-a156-407d9ec4745e.jpg b/images/96d55188-ed5a-4648-a156-407d9ec4745e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1c8521f286d475dffb4ef67e0c122a944ac08f1 --- /dev/null +++ b/images/96d55188-ed5a-4648-a156-407d9ec4745e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f13dd781bd10321ad52990675bcdeeda017a7f99843353a21cf85f0c8cc8676 +size 2052426 diff --git a/images/96e2ab1b-845d-4f3c-892b-487a5b47b797.jpg b/images/96e2ab1b-845d-4f3c-892b-487a5b47b797.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47a775258a1ba9877b73abac5f6ff8ce48b80757 --- /dev/null +++ b/images/96e2ab1b-845d-4f3c-892b-487a5b47b797.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c23a97c6a02a6eac8228cdd5568dfa9512ba2039a989a484f8a60192bda0b82 +size 1380385 diff --git a/images/96ec31ba-cc4f-4c48-b733-111dd64af50b.jpg b/images/96ec31ba-cc4f-4c48-b733-111dd64af50b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..711b1c1aa77c4ce64fb8c32e7195e3bf931d5473 --- /dev/null +++ b/images/96ec31ba-cc4f-4c48-b733-111dd64af50b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eff5bccb676977dcfa2ddb53c7077ac36c2bdc249b6c6907f8b29d131f36aa +size 1658110 diff --git a/images/96f6eef3-f35e-4d8b-8717-94d5a2ecfc48.jpg b/images/96f6eef3-f35e-4d8b-8717-94d5a2ecfc48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c9b0ce0816d05d9fdee58bbfdb716d7b53259f9 --- /dev/null +++ b/images/96f6eef3-f35e-4d8b-8717-94d5a2ecfc48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12e978a4234cc6937b91344d003d5baa7665bc66296c5daeb20c430ec8e95ba +size 1671051 diff --git a/images/9702977c-95f7-439d-90a9-07168bb03ed1.jpg b/images/9702977c-95f7-439d-90a9-07168bb03ed1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb922eda1d6fadfebdd3a32ec808a61302be66b7 --- /dev/null +++ b/images/9702977c-95f7-439d-90a9-07168bb03ed1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccc6d035c154ffc228527ed558783ed50fc5dd6b4c97813448ec6f894fa3ef0 +size 3369053 diff --git a/images/9704faf4-eaf9-4137-bfa7-53389cd7df38.jpg b/images/9704faf4-eaf9-4137-bfa7-53389cd7df38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73da9677277d56022b2607172bb7ed58e450c936 --- /dev/null +++ b/images/9704faf4-eaf9-4137-bfa7-53389cd7df38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee769abed8c9448383137aefc0ce997455c718cf4d10431149ac871f5d69e1fe +size 1173591 diff --git a/images/97068fbc-fa9e-4b42-a4c7-77b36e8ea964.jpg b/images/97068fbc-fa9e-4b42-a4c7-77b36e8ea964.jpg new file mode 100644 index 0000000000000000000000000000000000000000..966bd3b47ab4294773cf018e94180eab0a66b262 --- /dev/null +++ b/images/97068fbc-fa9e-4b42-a4c7-77b36e8ea964.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01db3ded2a41775a3811d0c39a74d22ff399ca07173495ed8da744df6d395b81 +size 1635066 diff --git a/images/970c2ecf-47f5-44b5-99a4-4f6970a50a96.jpg b/images/970c2ecf-47f5-44b5-99a4-4f6970a50a96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..798af3b850d6abd9a1d79787b4dda2971283f960 --- /dev/null +++ b/images/970c2ecf-47f5-44b5-99a4-4f6970a50a96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c359c967480bcbd014515787bce7db94dcb53f8b2404bb02c9b1eb34783bc5 +size 1153046 diff --git a/images/970f274b-6440-4013-b3ee-dd0e925f3c7a.jpg b/images/970f274b-6440-4013-b3ee-dd0e925f3c7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b250baee1e21926f80bc2b3ea8ad9efb3573b7b --- /dev/null +++ b/images/970f274b-6440-4013-b3ee-dd0e925f3c7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f511ffbab52c4c56738b33936809fbdf058b0476ba224553ca1228277472072 +size 1247773 diff --git a/images/971226d6-57fa-40c8-816e-90ee96d3bc0e.jpg b/images/971226d6-57fa-40c8-816e-90ee96d3bc0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0769c402a9e247ce5bf9a22dc41d698142205c5 --- /dev/null +++ b/images/971226d6-57fa-40c8-816e-90ee96d3bc0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c427dfef069eb7b213ae7e6765f20356bb09718e8adf8166119df2fe72a24b +size 1289313 diff --git a/images/97270bd4-d343-4db5-ae8f-d1a834ed95e1.jpg b/images/97270bd4-d343-4db5-ae8f-d1a834ed95e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c629f79bfc014d2a505884b683b20e5d58cdd0e5 --- /dev/null +++ b/images/97270bd4-d343-4db5-ae8f-d1a834ed95e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e91ad798156b0038d450657fdaf57fb4683c5cea84b1ed6552c0b7b6a21c4c +size 1497739 diff --git a/images/972d0516-574b-4365-a501-90c25e610a98.jpg b/images/972d0516-574b-4365-a501-90c25e610a98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..439254bdd090026cced9bc55c6e20fd953ebfcc6 --- /dev/null +++ b/images/972d0516-574b-4365-a501-90c25e610a98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00551ef416402fd8d86b78452d68642703865bd41a2be93f47b9c7b3f055828f +size 1745718 diff --git a/images/9732ffb3-6880-4460-8636-c4c676df8f68.jpg b/images/9732ffb3-6880-4460-8636-c4c676df8f68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a66a7948a65c5b8e7b2498af374c62a0c4f0c52e --- /dev/null +++ b/images/9732ffb3-6880-4460-8636-c4c676df8f68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edff1b0df5b247bebeaaaaa69758be080ac1d39c3e78e2600c4840c8ed51a6c9 +size 1578170 diff --git a/images/9736b706-40e8-41cb-813c-a6cddcdbc208.jpg b/images/9736b706-40e8-41cb-813c-a6cddcdbc208.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0b7ecaa3015016da924c4e1acd5cbe36c04b770 --- /dev/null +++ b/images/9736b706-40e8-41cb-813c-a6cddcdbc208.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2ee64b9893710c577b3cbdf25a138480cc2c8e49ec268ecc3c0f45bab16f4d +size 1338693 diff --git a/images/9737a36b-036a-4fc3-a30d-ace9a196d2d0.jpg b/images/9737a36b-036a-4fc3-a30d-ace9a196d2d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1fb6fd87cc6d19b649733dd1bee90b546756cfa --- /dev/null +++ b/images/9737a36b-036a-4fc3-a30d-ace9a196d2d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4785e3bf027e67758df2b0fa36930a53c8ceca8f8e84fd6f3bcd9ab29f2397fc +size 3518095 diff --git a/images/973cb1fe-aec7-45ea-902e-e7ddf9ef313c.jpg b/images/973cb1fe-aec7-45ea-902e-e7ddf9ef313c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbab1c96423ff048a02958e8c4919d4ca41b7342 --- /dev/null +++ b/images/973cb1fe-aec7-45ea-902e-e7ddf9ef313c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77e4df3a5068caa5d2e501ed7954f7b7466d28fd177789307099e2cc07385a8 +size 1807287 diff --git a/images/973e45c2-57a7-4ead-b1f0-e1bdbc081ff3.jpg b/images/973e45c2-57a7-4ead-b1f0-e1bdbc081ff3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a478673eb7c02637f1eb850211404911c099ca1 --- /dev/null +++ b/images/973e45c2-57a7-4ead-b1f0-e1bdbc081ff3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969e38e202caa31300827f6bd45945dd2179045dcb0a1c8b9273e202d5436545 +size 1566979 diff --git a/images/973ede43-b9c6-4003-8ea2-e93a7c8d76b1.jpg b/images/973ede43-b9c6-4003-8ea2-e93a7c8d76b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6a9d06f8e62f3905046b21f282eb875ce7ccac5 --- /dev/null +++ b/images/973ede43-b9c6-4003-8ea2-e93a7c8d76b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac6e135d0fd62b0cbc40f0cfd049eca7e28a812eeda2585774aab8cff9876fd +size 1561196 diff --git a/images/9740fb2a-9daa-4a31-8b7d-3a82d4c6d991.jpg b/images/9740fb2a-9daa-4a31-8b7d-3a82d4c6d991.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5953258ee5566ec5ac83eff0903734084b4777a --- /dev/null +++ b/images/9740fb2a-9daa-4a31-8b7d-3a82d4c6d991.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d0a812857196ddc6ac32c746aea13baeb256da292ec93dd993c8d269d36cdd +size 2013970 diff --git a/images/9752da9d-1fc2-412d-85a9-f886059c3a4a.jpg b/images/9752da9d-1fc2-412d-85a9-f886059c3a4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f6be093cdfba2e76f78b573c0f42d7424951f22 --- /dev/null +++ b/images/9752da9d-1fc2-412d-85a9-f886059c3a4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd52b0cab2b6da5d4ac9e9fc0899dc060de5c9c0d010e192d46045b9df20baeb +size 1759050 diff --git a/images/975396f2-00e9-4b70-9b23-15d0152433df.jpg b/images/975396f2-00e9-4b70-9b23-15d0152433df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9efd12a80a18e435af4977e4eaf6fad11edd9fdd --- /dev/null +++ b/images/975396f2-00e9-4b70-9b23-15d0152433df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921496a862fd97ceb7f7880a80e91356a79967024253fa02a6011ddace5e9250 +size 1544447 diff --git a/images/97604e8a-785d-4473-b979-2b5c996e5c9e.jpg b/images/97604e8a-785d-4473-b979-2b5c996e5c9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b0cf94c2cf97209c2365cafb06ee800034108a7 --- /dev/null +++ b/images/97604e8a-785d-4473-b979-2b5c996e5c9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b2f1706d7b53e56cb60bf5b15b711c2be0b32f02b65c461d452d27b976d264 +size 1727939 diff --git a/images/976546d9-f07b-4ce9-924c-c925c66c236a.jpg b/images/976546d9-f07b-4ce9-924c-c925c66c236a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03bfae83bd54c29a24425b2501b61cdb920529ec --- /dev/null +++ b/images/976546d9-f07b-4ce9-924c-c925c66c236a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfdd4a9e00b0957f297e1d3f34dd239f1daa1f293183c36ea6ff3c479fb108a +size 1741771 diff --git a/images/976b93a2-13c1-4b48-9950-8469ecfbc58f.jpg b/images/976b93a2-13c1-4b48-9950-8469ecfbc58f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1d65bc2214d19b19c1024ce1b276fe800ee1a1a --- /dev/null +++ b/images/976b93a2-13c1-4b48-9950-8469ecfbc58f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10626ba79bebd265fce4b209624e850f2bc08a23b07f2b24883ed5d5913fc86d +size 1682525 diff --git a/images/978941b7-619f-4ba8-8cda-d161ecd0c3aa.jpg b/images/978941b7-619f-4ba8-8cda-d161ecd0c3aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..434d9e0bccff4d7e69fecb9aef6d677cb99c6681 --- /dev/null +++ b/images/978941b7-619f-4ba8-8cda-d161ecd0c3aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201f0fe9b1cee2f9f2bbc7c2f856adb18f702483434502ea5f7b957aecc50380 +size 1294043 diff --git a/images/978df00c-28db-4bc6-b7cc-b613a2bc0aef.jpg b/images/978df00c-28db-4bc6-b7cc-b613a2bc0aef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dcd78a113cdbff721d1f399275e8b5ed4f2d71b --- /dev/null +++ b/images/978df00c-28db-4bc6-b7cc-b613a2bc0aef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26abd3f09d882740168fe1c4c69087fced3d25276d74bc8b3d1cd0bff4dded36 +size 1535554 diff --git a/images/9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a.jpg b/images/9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aaa252037c18bf246436ec330ceafc3bf9e4c27 --- /dev/null +++ b/images/9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c41ed97ce9cee27995300e5e480074850c0ef70a80a2135694d24e40bbf90b +size 1828868 diff --git a/images/979cb359-6caf-424d-afae-4c53dfdcece8.jpg b/images/979cb359-6caf-424d-afae-4c53dfdcece8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0620f3a0003c492ac4ede618a355cd4b8d5a67f1 --- /dev/null +++ b/images/979cb359-6caf-424d-afae-4c53dfdcece8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32398d271eac9a6dff5ca73ae64215821be5e35147bba496f0402419d0f234b5 +size 1369863 diff --git a/images/979f1f5d-1daa-4e2f-9bca-721cfed51fcd.jpg b/images/979f1f5d-1daa-4e2f-9bca-721cfed51fcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c32448e32b64e667bdd5aa0cb2660c44f32f063c --- /dev/null +++ b/images/979f1f5d-1daa-4e2f-9bca-721cfed51fcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b05ad3121fdb4092aa38b20aaec7e2eeeb71ef011563440adefde2798261a1 +size 1616639 diff --git a/images/97a34243-7918-4f8a-a2a0-61df06562dde.jpg b/images/97a34243-7918-4f8a-a2a0-61df06562dde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d314996ee0fc7784b6d1d3a93b6c9917ff46c54b --- /dev/null +++ b/images/97a34243-7918-4f8a-a2a0-61df06562dde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439f071633e8d2949401f6e433ed267b585cadfa286ead8e4ae6bb12acba1fbe +size 1310671 diff --git a/images/97a55fe3-c7e6-4fba-b9ed-ee3101024e2f.jpg b/images/97a55fe3-c7e6-4fba-b9ed-ee3101024e2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a2fd0da0df963a0bfdf545f1e2c49fc20bcea66 --- /dev/null +++ b/images/97a55fe3-c7e6-4fba-b9ed-ee3101024e2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd05cce44361118db2d8a7dc56dc571958fe8888ed487050f877c84963b32611 +size 1481177 diff --git a/images/97b1bab5-2729-4b98-b2d0-aa891dca1e3e.jpg b/images/97b1bab5-2729-4b98-b2d0-aa891dca1e3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8958ce16dbb4f9e225cfe84e20381dfba55101e1 --- /dev/null +++ b/images/97b1bab5-2729-4b98-b2d0-aa891dca1e3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb335bcfe601c012300502be59953dfb2a605be0f3312c590f4a19e3119ad0c4 +size 1902044 diff --git a/images/97b5c4ea-9257-40d6-9948-aecae5a6c6af.jpg b/images/97b5c4ea-9257-40d6-9948-aecae5a6c6af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2288f760748dabac1181fd95228f569c05feadb5 --- /dev/null +++ b/images/97b5c4ea-9257-40d6-9948-aecae5a6c6af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2186c1b493e4a293705717b1c3c7162f999d9775685fb33d2bb380124621d1 +size 1573619 diff --git a/images/97b8a03a-b6ac-462b-afd5-af098276ceb2.jpg b/images/97b8a03a-b6ac-462b-afd5-af098276ceb2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b86e75fe6e6a7a4ff57a4fe42bd52a50946b6d11 --- /dev/null +++ b/images/97b8a03a-b6ac-462b-afd5-af098276ceb2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da08b8cbe6445fd1dbd48afaeca7fbf27a4f3a3ffa40f54ea110af285990188d +size 1456575 diff --git a/images/97ba8529-a78b-437e-ad3b-a916a1f5d234.jpg b/images/97ba8529-a78b-437e-ad3b-a916a1f5d234.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29606dca0c5da83df87bd23a9109a7548ce3cb19 --- /dev/null +++ b/images/97ba8529-a78b-437e-ad3b-a916a1f5d234.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f196bebd1b259b169e413cd5430ec8dc1c6fd5f8d5a8a4b8c29562f274f222 +size 1285360 diff --git a/images/97bbab76-d8a4-4ef9-abab-6b8161f2018d.jpg b/images/97bbab76-d8a4-4ef9-abab-6b8161f2018d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75c5bcd066ab591f0b6dd1ce043545400f4d78eb --- /dev/null +++ b/images/97bbab76-d8a4-4ef9-abab-6b8161f2018d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cdc700cb8b2f7f09e35e36b04ee9d6fe031001928ec5bd508ece2f834de234 +size 1834644 diff --git a/images/97cdfa87-f12b-42d8-adb4-c11e3a9663cd.jpg b/images/97cdfa87-f12b-42d8-adb4-c11e3a9663cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6fda4276036c50d929bde6aff36d94ca4b7e613 --- /dev/null +++ b/images/97cdfa87-f12b-42d8-adb4-c11e3a9663cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8f297457cac07d92ddd8cb072738c7f5089e01cac78addaefb5467e80c202a +size 1579460 diff --git a/images/97e369a4-105b-4a33-8e2b-35d9096fd48b.jpg b/images/97e369a4-105b-4a33-8e2b-35d9096fd48b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..316fead8c652fcb3e2807aa4f628da51f3ded3a3 --- /dev/null +++ b/images/97e369a4-105b-4a33-8e2b-35d9096fd48b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd187f4f1533cda2ca017ec2fe7048cd07dba5c006aa2f27160fb8ac7f703b6 +size 1433332 diff --git a/images/97e4657e-ec97-4bb4-912a-bac5bce4d12e.jpg b/images/97e4657e-ec97-4bb4-912a-bac5bce4d12e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fb325f82e6a420d224b7c741bcd978873ec9ba2 --- /dev/null +++ b/images/97e4657e-ec97-4bb4-912a-bac5bce4d12e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c86d2ed8cca763defd3a2101259398402299c64c775dab0a2928ccf5a0f26b +size 2837100 diff --git a/images/97e5b86f-01e2-4e88-a2bc-95559b5c5d06.jpg b/images/97e5b86f-01e2-4e88-a2bc-95559b5c5d06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afc24042abe41772671a2788e23d7390f94b19a6 --- /dev/null +++ b/images/97e5b86f-01e2-4e88-a2bc-95559b5c5d06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728031f3ca54b9345f2847049dadfb3e67ed19ba65ac3fa36954d0ffd1334e05 +size 1668078 diff --git a/images/97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb.jpg b/images/97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19cb57aacca2e6171c7c6f6a70504ed2b06c60fe --- /dev/null +++ b/images/97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31c04490a4c727bf7bca7cec312516d691a0181864fc8215aa445fe8b5f9308 +size 2404821 diff --git a/images/97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b.jpg b/images/97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..619b88c2754f5ab1e2431617f07bcf79c7131f92 --- /dev/null +++ b/images/97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cc1ab082c108263fa89b8da2359437635e6a0e5ae0efa32f1edbb1a4ebfb16 +size 1690480 diff --git a/images/97f8f54c-842a-46e5-990c-4a9201258ebc.jpg b/images/97f8f54c-842a-46e5-990c-4a9201258ebc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d69ae842f5ad5542f52c426464c21f35d9e5272 --- /dev/null +++ b/images/97f8f54c-842a-46e5-990c-4a9201258ebc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8730cb9aaeeb4197ce4a43a9e2911268e02f17d406e0560ba798b64c8ae525 +size 1705150 diff --git a/images/97fbf77b-86a7-4a26-9c02-b5992a5af0de.jpg b/images/97fbf77b-86a7-4a26-9c02-b5992a5af0de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..059ec02af96e4863734ef912fb74678a7d9e2124 --- /dev/null +++ b/images/97fbf77b-86a7-4a26-9c02-b5992a5af0de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c33c7a3d1b1e4f14e8b6408584b79d6951307851496c42c95c70b69cbd4be3f +size 1831546 diff --git a/images/98046807-8299-4d9f-a202-41578ba0e105.jpg b/images/98046807-8299-4d9f-a202-41578ba0e105.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a24c279882124026da285d75baae37ffb3fbddc1 --- /dev/null +++ b/images/98046807-8299-4d9f-a202-41578ba0e105.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb863cdc50ed461a45227da69e99a34d998f17b739fee762d956ad03c0cb5b66 +size 1487210 diff --git a/images/980a8599-63ad-403b-9093-264b92df6910.jpg b/images/980a8599-63ad-403b-9093-264b92df6910.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fad474cca91485f8b55dd3fe6e438882727aa37f --- /dev/null +++ b/images/980a8599-63ad-403b-9093-264b92df6910.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fa2bfa0579a74436385824b6b993f5d99e7f03800ca4ade7eca0e5e79b51c5 +size 1230151 diff --git a/images/98122f0f-939c-43f8-9df2-887080180571.jpg b/images/98122f0f-939c-43f8-9df2-887080180571.jpg new file mode 100644 index 0000000000000000000000000000000000000000..705468447d0cea7d823f2b8cbd1b705ca3cdfc23 --- /dev/null +++ b/images/98122f0f-939c-43f8-9df2-887080180571.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade6c254551270d273792558cca4323e37243229051efe761e3ccbfb210f36ca +size 2646401 diff --git a/images/98166708-9418-43b3-8b21-2f35cef2d8f8.jpg b/images/98166708-9418-43b3-8b21-2f35cef2d8f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6ebba083eaf6c52a40965d06f3fd0aedd26428e --- /dev/null +++ b/images/98166708-9418-43b3-8b21-2f35cef2d8f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92e8f8d43d33f7d276f28c3dfc0a79fce974b64acdbe764a9da21a8ff8d5a1e +size 1800938 diff --git a/images/9834a83d-b457-41d6-a603-ebb2b720fddc.jpg b/images/9834a83d-b457-41d6-a603-ebb2b720fddc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dae6649cb1632700173dc892ba73cd8f13de387 --- /dev/null +++ b/images/9834a83d-b457-41d6-a603-ebb2b720fddc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63595b64ded5b1b67404cac23f8457dddb5170a2a699ddfe39787dea4bd3ea9 +size 1860552 diff --git a/images/984d6f6d-4723-4433-95fe-146d23c088fd.jpg b/images/984d6f6d-4723-4433-95fe-146d23c088fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0597dbb0032d98657eab06d81d922794229c037 --- /dev/null +++ b/images/984d6f6d-4723-4433-95fe-146d23c088fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b4794b1367ef07c49f2de5543c9afb634426c33e1e7cf1e01a785a6f0db3c5 +size 2099092 diff --git a/images/984de52d-017e-4448-af76-d771af8bb8ec.jpg b/images/984de52d-017e-4448-af76-d771af8bb8ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5bd181ea3474b7c75660a155341862a5c78325c --- /dev/null +++ b/images/984de52d-017e-4448-af76-d771af8bb8ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b187fa496d67e3b4fede2fdbab4e260942a575f92b2cc75e7340e9796c0827cb +size 1833095 diff --git a/images/984fb9b8-f548-4e09-88e1-16b1e5d64002.jpg b/images/984fb9b8-f548-4e09-88e1-16b1e5d64002.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38d023f2b2523301adf6cccf13ed188922469e50 --- /dev/null +++ b/images/984fb9b8-f548-4e09-88e1-16b1e5d64002.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d75bb88cfbbcb5c45a36a10efc21b6b02ec174d78e479a126ac1179ab48f269 +size 1735563 diff --git a/images/9853c673-b81c-414d-8451-d74957b25088.jpg b/images/9853c673-b81c-414d-8451-d74957b25088.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35ed37ab09b8847ad433a47cda7789fe3dee2c3a --- /dev/null +++ b/images/9853c673-b81c-414d-8451-d74957b25088.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ae975e37c89a38645242723f5572b24fb313a80b6b11f8247b27feba0f0020 +size 1641238 diff --git a/images/985ab91d-da46-49e7-b36e-109d03b4da03.jpg b/images/985ab91d-da46-49e7-b36e-109d03b4da03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ebce9ebba6cb55d35eb6e4e82e79f095f6dfca3 --- /dev/null +++ b/images/985ab91d-da46-49e7-b36e-109d03b4da03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fe4f57cd0361486158d2431b75e0717099f63a74dbfcff05d7134b6c9d9d1e +size 1514946 diff --git a/images/985ce77b-cb10-422d-b1bc-875cf464f8eb.jpg b/images/985ce77b-cb10-422d-b1bc-875cf464f8eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c729758fe5b40b0f6e98e5c2d0654fa1633e529 --- /dev/null +++ b/images/985ce77b-cb10-422d-b1bc-875cf464f8eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff2d04f4dd5fd98c3ce22649228c493dbd736db2305a28c2b365ec7cb06ef81 +size 1872610 diff --git a/images/985f9d21-5407-44b8-82a8-d0baefec6d0c.jpg b/images/985f9d21-5407-44b8-82a8-d0baefec6d0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..089a7b8360b43638b2d79e17edc5870ac17923d8 --- /dev/null +++ b/images/985f9d21-5407-44b8-82a8-d0baefec6d0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0eb0e81f4370ed80db5ded00fe0cf31ae2e8d9e8fe10d12cdef1169bd51733 +size 1269998 diff --git a/images/9860209b-4280-4076-adb2-f9ba1926a9f9.jpg b/images/9860209b-4280-4076-adb2-f9ba1926a9f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c350e1894170544508696decfbb314dac16730d1 --- /dev/null +++ b/images/9860209b-4280-4076-adb2-f9ba1926a9f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2217df12330cc84755f59665a0d3de96cc196d9f990716f8b8fc7533e67c0b +size 2015820 diff --git a/images/986567a7-1810-46eb-83e2-ee51524a610a.jpg b/images/986567a7-1810-46eb-83e2-ee51524a610a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5a2af18f65f57b87be73708d2a2920d908bcf91 --- /dev/null +++ b/images/986567a7-1810-46eb-83e2-ee51524a610a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b243f719315a7374aac242c33441deed513ae9aaa5bb092c69162d4cae0ea310 +size 1460443 diff --git a/images/9869584e-5e2f-4408-8e0d-05fec9dd3976.jpg b/images/9869584e-5e2f-4408-8e0d-05fec9dd3976.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ef2544424ff7f005e531b45597f2a4bd193bea4 --- /dev/null +++ b/images/9869584e-5e2f-4408-8e0d-05fec9dd3976.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6731289f17343732ee5c86bb5020649705f6cfbca246850549fe3ad72cb701e +size 2076260 diff --git a/images/9872e775-5b1f-445c-ab08-2e072cd48020.jpg b/images/9872e775-5b1f-445c-ab08-2e072cd48020.jpg new file mode 100644 index 0000000000000000000000000000000000000000..860afdf4452dffb6949449b3dc85dc339b42a56c --- /dev/null +++ b/images/9872e775-5b1f-445c-ab08-2e072cd48020.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82631c46095386cdfff8b976a2d2ccbbd5aae7ff92f2102c22b664a001577772 +size 1317476 diff --git a/images/987d97be-01e9-4ba1-bee4-dce1ed478aea.jpg b/images/987d97be-01e9-4ba1-bee4-dce1ed478aea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eada96c1fa6dd758c71ce7227af32f957119c70 --- /dev/null +++ b/images/987d97be-01e9-4ba1-bee4-dce1ed478aea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2639e5d386d79482bbdfe8a7d4f0baee379897c22f71173c413330ea1fc1f2 +size 2158158 diff --git a/images/9881c00c-4e9f-45e3-9382-74167fa787e2.jpg b/images/9881c00c-4e9f-45e3-9382-74167fa787e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1413a628531f7dc9ef26b55196dfae860b699a88 --- /dev/null +++ b/images/9881c00c-4e9f-45e3-9382-74167fa787e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d89cb33420bca4e0f83576cf36ad343de9f5f2d9a772c25dbff3b06bedc1ffa +size 1771578 diff --git a/images/9884a3d6-86b2-4f3a-9bea-ef2a5da33761.jpg b/images/9884a3d6-86b2-4f3a-9bea-ef2a5da33761.jpg new file mode 100644 index 0000000000000000000000000000000000000000..943229cae27de1341fddfb4e4f6eddee25a9e0c9 --- /dev/null +++ b/images/9884a3d6-86b2-4f3a-9bea-ef2a5da33761.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727f13292ddf512d8b74c4675174499de3349ae9618de77ea8d75118dcb615c4 +size 2815026 diff --git a/images/988fc51e-c947-478d-a4e0-375cc1409496.jpg b/images/988fc51e-c947-478d-a4e0-375cc1409496.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e3a5811dabfcbc8b84a26ebf66be054b231650 --- /dev/null +++ b/images/988fc51e-c947-478d-a4e0-375cc1409496.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef37eda5ec63c89dca6439d9ff66fa7e228ab3fece8721339e7303233fe916ae +size 1652345 diff --git a/images/9892d192-8a12-47ad-8af2-07b9142491f4.jpg b/images/9892d192-8a12-47ad-8af2-07b9142491f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd6c534562b5c4d200487e68ba6ca93f50e7b2cb --- /dev/null +++ b/images/9892d192-8a12-47ad-8af2-07b9142491f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850e5d829b65247856fe7cf2a9189173aff15bffd73c1980f7c3c2ccb8f94339 +size 1201419 diff --git a/images/98a32005-0c66-487e-a921-4aa2a73e8142.jpg b/images/98a32005-0c66-487e-a921-4aa2a73e8142.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f54ffac53fb89ded05503878954877d5d6826637 --- /dev/null +++ b/images/98a32005-0c66-487e-a921-4aa2a73e8142.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e78ce590ab0654a6848cd1d0e30e605f4682968ffc4fa1b21a0f75257986b0f +size 1841838 diff --git a/images/98a46ecf-2949-49a6-b76c-ddaad90550b4.jpg b/images/98a46ecf-2949-49a6-b76c-ddaad90550b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1e29c0e78c496e364ede1637812b1dedaee7616 --- /dev/null +++ b/images/98a46ecf-2949-49a6-b76c-ddaad90550b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb576cac1507918b035d0d13c40c1c66d1cd3cb124888900c575d0f551c63fb8 +size 2300813 diff --git a/images/98a683c9-2e38-4d1a-b3f0-f97779aeacdd.jpg b/images/98a683c9-2e38-4d1a-b3f0-f97779aeacdd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f24094ea49b4d0858c4132a4b40614794f05d4a2 --- /dev/null +++ b/images/98a683c9-2e38-4d1a-b3f0-f97779aeacdd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08528e49d0af750083f1bea7a034a80ff0bafd6ae03e760bb62398f877b56a8b +size 1074399 diff --git a/images/98ae7990-26ed-40aa-9ede-8b10cb1a711f.jpg b/images/98ae7990-26ed-40aa-9ede-8b10cb1a711f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1bf310563a16257400836a9e0f214eaf51c0d07 --- /dev/null +++ b/images/98ae7990-26ed-40aa-9ede-8b10cb1a711f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed4db400c07340352526af72ae259ac4481a325101e07947c948b406cc0e533 +size 1449579 diff --git a/images/98bc41b3-7b5d-4430-95bd-7dd61d41727a.jpg b/images/98bc41b3-7b5d-4430-95bd-7dd61d41727a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cb346a4f45b8821661dd30bac1c41f8f9ce6a79 --- /dev/null +++ b/images/98bc41b3-7b5d-4430-95bd-7dd61d41727a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f3d0319b453d76b988fa31cce4ebe38739888b80aba6f91188347d150b62fb +size 2991843 diff --git a/images/98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab.jpg b/images/98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d700604996cd1a8aabd070a66fbaf1dd7e266dd --- /dev/null +++ b/images/98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3438ffd9774f875f7cc5d26e52170229195101df425764caa766b98abf3396c9 +size 1720356 diff --git a/images/98cd5f6a-07af-47b8-829e-1c8a3cb27e65.jpg b/images/98cd5f6a-07af-47b8-829e-1c8a3cb27e65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f900d6f85f2794edec4031a29299d6ad1042b9ee --- /dev/null +++ b/images/98cd5f6a-07af-47b8-829e-1c8a3cb27e65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed58b178f9c2fb3d07f08bb9925892ea9b7c578e9555c401247c8b5de859f719 +size 1694625 diff --git a/images/98de5397-f2c5-4d6f-92e4-744b9ca60e9e.jpg b/images/98de5397-f2c5-4d6f-92e4-744b9ca60e9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0040ff7855a56c91f18659aff2f312f2ce9fd19f --- /dev/null +++ b/images/98de5397-f2c5-4d6f-92e4-744b9ca60e9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0335cd31bce465742760c9a7610c2b81d126d2ad9d5f76b14fcfcffb7edc64c2 +size 1653678 diff --git a/images/98e911df-1a4a-4ded-b5d2-919078e2dcc3.jpg b/images/98e911df-1a4a-4ded-b5d2-919078e2dcc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a0d7b170963e7b7056f4dc5ed2550a0f0d58498 --- /dev/null +++ b/images/98e911df-1a4a-4ded-b5d2-919078e2dcc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eccc58d2f70118bafb123c0252053f9f62b80996ea2ac27a58addddf7ee001e +size 1432072 diff --git a/images/98eeabde-cdd7-4efb-8e69-40394bdd9d8c.jpg b/images/98eeabde-cdd7-4efb-8e69-40394bdd9d8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8af88b0dedf5e57dccbf3cbd289b821f432ec21 --- /dev/null +++ b/images/98eeabde-cdd7-4efb-8e69-40394bdd9d8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4465fdbf2b315fbabf7c92fc5290a61ec07b64925196deac4445104e9ee6a55 +size 1441934 diff --git a/images/98f1990d-fba7-4faa-a839-3736171dfd7b.jpg b/images/98f1990d-fba7-4faa-a839-3736171dfd7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e5e45fecc9fdda7bbd3bde89ff705debce7c472 --- /dev/null +++ b/images/98f1990d-fba7-4faa-a839-3736171dfd7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f82507c1ba6eadf8d805455da73262275e8cff1195e7f547f52b71e7d15380 +size 1478869 diff --git a/images/98f6e303-6399-4b15-996c-69b01fed7967.jpg b/images/98f6e303-6399-4b15-996c-69b01fed7967.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d6b91160823c0688dd03f8ccdf3630e0bcb40db --- /dev/null +++ b/images/98f6e303-6399-4b15-996c-69b01fed7967.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b72ccea795d7398b00dc56e8d259eec5f4f74beee97a05865a1fd60ccabac2c +size 1921409 diff --git a/images/98fa09cf-11fc-422c-a76a-957a67fb1758.jpg b/images/98fa09cf-11fc-422c-a76a-957a67fb1758.jpg new file mode 100644 index 0000000000000000000000000000000000000000..109573832bfeaffdd65fa2d5a023ed6328134a3f --- /dev/null +++ b/images/98fa09cf-11fc-422c-a76a-957a67fb1758.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91978b797c33a7f415f829bd2ab2beb96a8f378865a5281006aa92a49d0f4bf +size 1472522 diff --git a/images/98fbfc84-bbfb-4175-be0d-24e07802eb36.jpg b/images/98fbfc84-bbfb-4175-be0d-24e07802eb36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3535f44e0827546709e8b214c5beb22979f7f702 --- /dev/null +++ b/images/98fbfc84-bbfb-4175-be0d-24e07802eb36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294d4d0136db537659d2db71c251f1e546331acd4c1a5e8b4e3e5ae687bfdfb6 +size 1551971 diff --git a/images/98fe6525-f82c-430e-91e3-ad2263635e66.jpg b/images/98fe6525-f82c-430e-91e3-ad2263635e66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a25c4deeabf14a6da5f2b3282b6a1149a23add7 --- /dev/null +++ b/images/98fe6525-f82c-430e-91e3-ad2263635e66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a601f69fc6257db0a7f0ca47f840c4a8e60e26ba77518161a1090ccfa10a448 +size 1395975 diff --git a/images/990b46fb-c61d-4edf-bb5e-978256436a7a.jpg b/images/990b46fb-c61d-4edf-bb5e-978256436a7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f791eca1a359544988ac76f7c15918dc2b058d1f --- /dev/null +++ b/images/990b46fb-c61d-4edf-bb5e-978256436a7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c7b9ff12357a052b8f73b30e2cb7b7a20c00267e2be57388eaaa3e1d2e5df6 +size 1685239 diff --git a/images/99121edd-5da0-4393-95c2-ded26fbc8b42.jpg b/images/99121edd-5da0-4393-95c2-ded26fbc8b42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08a8bf3f4c1a2946aa701881c1f0ac22886dc61b --- /dev/null +++ b/images/99121edd-5da0-4393-95c2-ded26fbc8b42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f657562a0afbc3fb0ae347d0a154d59077620ae889360f7a85b34718900909 +size 1841131 diff --git a/images/991a6df3-406a-4c26-9b00-a3c060d358ed.jpg b/images/991a6df3-406a-4c26-9b00-a3c060d358ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50aecfe1487f0d07b78134fa140bda91127e0a88 --- /dev/null +++ b/images/991a6df3-406a-4c26-9b00-a3c060d358ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930e0fa7538202672cbb46df4910bb02c055c734326300d831095aaacf509423 +size 1387574 diff --git a/images/9923490b-1561-4280-998a-137335557822.jpg b/images/9923490b-1561-4280-998a-137335557822.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2385658ca601ec7cb812ba6e138ad6ab8453485a --- /dev/null +++ b/images/9923490b-1561-4280-998a-137335557822.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062fa049b33e6e8aa70db82822e80f2f6001cc52cf621999d1cbe851ffd3f000 +size 2117307 diff --git a/images/9924ece6-e416-42b6-8d12-4cd10de2da14.jpg b/images/9924ece6-e416-42b6-8d12-4cd10de2da14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78981949fafc33add7a3ade5587eaa00adbf4093 --- /dev/null +++ b/images/9924ece6-e416-42b6-8d12-4cd10de2da14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa2ac006dc5444eb0b95d809f1cb486d488eee350a160ddc26b7b6e32d5d813 +size 1789171 diff --git a/images/9944d572-d6d8-4da3-8b2e-324c0b9dd8b9.jpg b/images/9944d572-d6d8-4da3-8b2e-324c0b9dd8b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..452fbe6ef2c913ddba78cf68e18a2117a7bdbedd --- /dev/null +++ b/images/9944d572-d6d8-4da3-8b2e-324c0b9dd8b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ccdaf92f1284569bd03696b13f0c3f85cd11325942dbaae7b0e106d4993e24 +size 1287376 diff --git a/images/9953db4b-eb34-46dc-a224-c40770324628.jpg b/images/9953db4b-eb34-46dc-a224-c40770324628.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1ab6ca961acdab3ab98819496171b77a072bc9e --- /dev/null +++ b/images/9953db4b-eb34-46dc-a224-c40770324628.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f892f1efb572244080bb1b2ead94d8293876a6e11a616927c01d7433deedf03 +size 1558126 diff --git a/images/995d6732-2439-46c4-83c5-156b5d34bf3a.jpg b/images/995d6732-2439-46c4-83c5-156b5d34bf3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c7fa25a569fef8dbe24f63066114f83a9cb474a --- /dev/null +++ b/images/995d6732-2439-46c4-83c5-156b5d34bf3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f636c02cdec66409947de84e4b84091835b2274e2a0cea1d19c82f1d2728bf +size 1523733 diff --git a/images/99649702-5db3-4edc-b9c5-91781525f8f5.jpg b/images/99649702-5db3-4edc-b9c5-91781525f8f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7257a5f0e554e0e3183ed3bf6cf52fbe857db387 --- /dev/null +++ b/images/99649702-5db3-4edc-b9c5-91781525f8f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15d38a4b579956514cfd28d15cc18c53ffa6eae7eac086af873f6761ea513cd +size 1647825 diff --git a/images/99657fe8-cfa2-4b85-9aba-096d995166a6.jpg b/images/99657fe8-cfa2-4b85-9aba-096d995166a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8bfd3d9da7cfb1c83d2a6afbc00fa92f65e2833 --- /dev/null +++ b/images/99657fe8-cfa2-4b85-9aba-096d995166a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153f6083fbc79274c8f326596afaeeb4ce4a39c6304a6a2b7dfd85704f7504b4 +size 2039734 diff --git a/images/996959d9-d0a9-4848-85b4-a6ba8f1a53a1.jpg b/images/996959d9-d0a9-4848-85b4-a6ba8f1a53a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51d4ff0d5d9b2238c7698a44862e1cd4371254f8 --- /dev/null +++ b/images/996959d9-d0a9-4848-85b4-a6ba8f1a53a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aab01372dec727d63deda3b0970cb4b31b722b18dadc0082a41bf900b5dc4d0 +size 1266881 diff --git a/images/9971c5c4-c47f-44fe-bf9c-d26f2e4d5113.jpg b/images/9971c5c4-c47f-44fe-bf9c-d26f2e4d5113.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0b7d5f6fdbb5a60ef9e0241d5606ba2df80ca08 --- /dev/null +++ b/images/9971c5c4-c47f-44fe-bf9c-d26f2e4d5113.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6172734db477a4827d2aac397329af026153bd35f481699db6bb2431cb68672 +size 2723279 diff --git a/images/997529cd-90b8-499b-9dc0-a4b0221cfc54.jpg b/images/997529cd-90b8-499b-9dc0-a4b0221cfc54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11e051aeba273689edb1dc537cd885b1951619af --- /dev/null +++ b/images/997529cd-90b8-499b-9dc0-a4b0221cfc54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f4c61391fb269fed3a1a63d1e0b788166e534ddbf8ade50e3abff0b9439b8e +size 3273012 diff --git a/images/9979bd87-5f8d-4538-8b6b-881e51065d3a.jpg b/images/9979bd87-5f8d-4538-8b6b-881e51065d3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3290c6efb68d93355729badb3b87dc9ef81d946f --- /dev/null +++ b/images/9979bd87-5f8d-4538-8b6b-881e51065d3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8348eb4f33e715767cd79bfdeb4a0a567a5059470742afd7b8f008f2014d9a8a +size 2302488 diff --git a/images/997e3ad1-1414-4345-8939-387c37860414.jpg b/images/997e3ad1-1414-4345-8939-387c37860414.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d775c62128c84e00103652dbc6645277077eb0d --- /dev/null +++ b/images/997e3ad1-1414-4345-8939-387c37860414.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db0b73d29e2588f68f171a25addb04d3bd01c8161022b2f09b6862904a3aae7 +size 1739326 diff --git a/images/997f0014-e6b1-49da-baa8-be0bcefb582c.jpg b/images/997f0014-e6b1-49da-baa8-be0bcefb582c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15e937d859e6ab9127f18f637e86a8fc1d8b4e5b --- /dev/null +++ b/images/997f0014-e6b1-49da-baa8-be0bcefb582c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d26c5115fe792920af90179957193d74ac054a3e7a69e27e44f4959b0875790 +size 1828990 diff --git a/images/99828230-1337-4df2-a329-e865d5a82b7a.jpg b/images/99828230-1337-4df2-a329-e865d5a82b7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e90796593f23e38f43e2d60de0b357f0945627db --- /dev/null +++ b/images/99828230-1337-4df2-a329-e865d5a82b7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6009fbd423de2edc2b1d7522bf25ca73851b017939e2367bb51667b3aa7be53e +size 2300463 diff --git a/images/9988f844-8fbd-4a1d-aa21-bebab6fb8ca9.jpg b/images/9988f844-8fbd-4a1d-aa21-bebab6fb8ca9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48b6764ad3df67958312c316ca724789fe57d9f6 --- /dev/null +++ b/images/9988f844-8fbd-4a1d-aa21-bebab6fb8ca9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9687e1caf719df3b31f49f9103b22841213caa0c0dfa195b9a5c441f80ce6c5d +size 1655584 diff --git a/images/99b7edc1-2891-4d7e-ae0d-fcc18a65429b.jpg b/images/99b7edc1-2891-4d7e-ae0d-fcc18a65429b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87f26774e851a1526fe558e383b718d2e031e77f --- /dev/null +++ b/images/99b7edc1-2891-4d7e-ae0d-fcc18a65429b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faecbccffc2dabab0a964588dd1e8b495a7f26d0bc501f7bbb6afe6a3832250d +size 2581318 diff --git a/images/99bbd243-3cdc-4652-b61d-be207b47070b.jpg b/images/99bbd243-3cdc-4652-b61d-be207b47070b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b543005338a4687ecf71b52d80ca395c97afa8c1 --- /dev/null +++ b/images/99bbd243-3cdc-4652-b61d-be207b47070b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf17e0d0a22c10babd33c8b1832bb17889eca79a6b3a2de013572570ee710862 +size 2284508 diff --git a/images/99bfabb4-a26c-405d-8e91-efcc77cba153.jpg b/images/99bfabb4-a26c-405d-8e91-efcc77cba153.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1468c478719196b94ec368d27de184390a7d3baf --- /dev/null +++ b/images/99bfabb4-a26c-405d-8e91-efcc77cba153.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced28e4e4860f2343c52dda0e546eaedcc518cb29590dc408c79adc4cf0e3404 +size 1698753 diff --git a/images/99ca369b-78ac-4b97-8a34-515361118ecd.jpg b/images/99ca369b-78ac-4b97-8a34-515361118ecd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7285713043fdc4c82113ff428cb87663926d395c --- /dev/null +++ b/images/99ca369b-78ac-4b97-8a34-515361118ecd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8f86c76db6de4f4832fe413f95d7505a643c9cc0ab019f11d849c598d3e62e +size 2918388 diff --git a/images/99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff.jpg b/images/99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6d0725facfe1e81b3d645c095294e28b353b188 --- /dev/null +++ b/images/99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8e0bf0e5e5d141030acbc8d9054c0d195affc3d97451ec50e03cdf653487f1 +size 1654710 diff --git a/images/99d80729-114f-4c8b-a055-ed877808e7b3.jpg b/images/99d80729-114f-4c8b-a055-ed877808e7b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81ae4f313ab94557051bdc730817e2103c975d75 --- /dev/null +++ b/images/99d80729-114f-4c8b-a055-ed877808e7b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff963bdc05df1d51ef9ea26237dedab4af4abda6dfde759d6f3870d14c08766f +size 1406146 diff --git a/images/99da1656-c747-4a93-9f1a-28850b596a2a.jpg b/images/99da1656-c747-4a93-9f1a-28850b596a2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d4e723439c4c633aadec40c4512d292376eba12 --- /dev/null +++ b/images/99da1656-c747-4a93-9f1a-28850b596a2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea792b42c6f9e27a3da1421fcdb6dd4c2fa8758dcc3cb7965338a4c226cf9d6d +size 1899724 diff --git a/images/99e4c0af-5006-4181-8e47-7be09f9011d7.jpg b/images/99e4c0af-5006-4181-8e47-7be09f9011d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b21b72d672c7312e415ce2f7a4e53f1c8d394ba --- /dev/null +++ b/images/99e4c0af-5006-4181-8e47-7be09f9011d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d85c8b5fba51ca66c0efcda0ef1bf41c0d5cc8a3ecb002113273d4488096ae +size 1603921 diff --git a/images/99e8b353-74cb-446f-9a26-ee7f109536cc.jpg b/images/99e8b353-74cb-446f-9a26-ee7f109536cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52f6aadef3a0baaa5b5f6d7a31fc16d9386449f9 --- /dev/null +++ b/images/99e8b353-74cb-446f-9a26-ee7f109536cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cbdb5c70cf526382fe022b6bd23a033ab25706c420021f04bcf95535fa6b97 +size 1697829 diff --git a/images/99ebd6ed-b53b-4444-b13f-ea326141a3f3.jpg b/images/99ebd6ed-b53b-4444-b13f-ea326141a3f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e311787089810e20f442f0f51dd964460eb071e8 --- /dev/null +++ b/images/99ebd6ed-b53b-4444-b13f-ea326141a3f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da61a0f02fce4c905bab020b5a0f5e36f05ecf709a0e69d405cdd1c143d94c33 +size 1861512 diff --git a/images/99f129e9-221a-47b1-843b-900672994413.jpg b/images/99f129e9-221a-47b1-843b-900672994413.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5b19d196c5daf847719e6380c0d7b59a208a7b9 --- /dev/null +++ b/images/99f129e9-221a-47b1-843b-900672994413.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1dbc0f57816e672c52bdf889cf4777494062843dadc45c281c5cf4204e6f07 +size 1389986 diff --git a/images/99f15a51-380f-433c-b242-b2b2b797fbe4.jpg b/images/99f15a51-380f-433c-b242-b2b2b797fbe4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33fa63c5df9ae0b6f6845ae838ae704f8ddc6c47 --- /dev/null +++ b/images/99f15a51-380f-433c-b242-b2b2b797fbe4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1319c8217b66340256ee98c2be0c42db189ab1250bf7b8031c979e8301b2208b +size 1698267 diff --git a/images/9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee.jpg b/images/9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3a7ec9dfbc3b51f4a91e4c4bb3ce9dcb56a305a --- /dev/null +++ b/images/9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4719dc362f1c3069481eff00b7c9ce5c34d778a2d2572093b80d6e16cdccf81e +size 1529693 diff --git a/images/9a19e620-4c3e-4f19-ac29-f38b7b367dcb.jpg b/images/9a19e620-4c3e-4f19-ac29-f38b7b367dcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83cb68633415eb93153dc4bfe4c658fe5e5a709d --- /dev/null +++ b/images/9a19e620-4c3e-4f19-ac29-f38b7b367dcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f33643c810f426f2e77facf0830d22d5f87b25b171e0ad3ac227e7b2a50194 +size 2761129 diff --git a/images/9a2ee28c-ab77-40ed-8fed-a06f209b0260.jpg b/images/9a2ee28c-ab77-40ed-8fed-a06f209b0260.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f8bf5ce73d1d85561d29bb941087b921e27262b --- /dev/null +++ b/images/9a2ee28c-ab77-40ed-8fed-a06f209b0260.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ca55103e1099354cd892dd6700be06aa1c8402126375ab4eb2807cdf4c6e56 +size 1803091 diff --git a/images/9a2f8f59-4073-4b2e-aa6d-257a17ebd738.jpg b/images/9a2f8f59-4073-4b2e-aa6d-257a17ebd738.jpg new file mode 100644 index 0000000000000000000000000000000000000000..515ae4ff897f4a97873e6ffd032ee27266e84a67 --- /dev/null +++ b/images/9a2f8f59-4073-4b2e-aa6d-257a17ebd738.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0855372245c01e10f7d9e7ccbf333bbb298db0dcb3e776d381480cbebe38ce0 +size 1563979 diff --git a/images/9a5ddee3-7959-4528-9cf2-112f7d13a4c6.jpg b/images/9a5ddee3-7959-4528-9cf2-112f7d13a4c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9659a20ba6812721d65d3013c6522dd49b08ed --- /dev/null +++ b/images/9a5ddee3-7959-4528-9cf2-112f7d13a4c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dd48d2d44a852e5d0973d40c6249c9f3680a1cfbe4840fd5c07dddf2fab01c +size 1296440 diff --git a/images/9a652ca3-279d-4151-9aff-dc84ecbde1ca.jpg b/images/9a652ca3-279d-4151-9aff-dc84ecbde1ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00c0e541ae55d6b4ea90a45e492da252f5e020eb --- /dev/null +++ b/images/9a652ca3-279d-4151-9aff-dc84ecbde1ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066d761b7a5d6b8cc8a99fc677d601d2bcdbba30eeb51b01a1213dd874cf7008 +size 1719037 diff --git a/images/9a70b96b-fbd6-4bfc-be52-2032c2734986.jpg b/images/9a70b96b-fbd6-4bfc-be52-2032c2734986.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d5e3066e8fe804b4d6b859635abccbaa79eb14a --- /dev/null +++ b/images/9a70b96b-fbd6-4bfc-be52-2032c2734986.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a5101e7b3369576544afd7a10c75fae620a050105de30e70812a3efeaa2660 +size 1540284 diff --git a/images/9a70f6bc-235f-4cb3-94dc-abcb44bd54f9.jpg b/images/9a70f6bc-235f-4cb3-94dc-abcb44bd54f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f96e4b43273465055386531aa1591565ab9cbf38 --- /dev/null +++ b/images/9a70f6bc-235f-4cb3-94dc-abcb44bd54f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e983cca16a0e2bfa9ef6c85bba912bd699c19c5c0654b2bf470f4838b0a0d92f +size 1560654 diff --git a/images/9a76bbeb-69d6-43dc-9d4f-7adecaffbda7.jpg b/images/9a76bbeb-69d6-43dc-9d4f-7adecaffbda7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff4a11971858f9732df01259aea6132b7ef72959 --- /dev/null +++ b/images/9a76bbeb-69d6-43dc-9d4f-7adecaffbda7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416868c6278a6226b541392abc0fe65aec8e00155447f1c8bbfcb1449f9e9fdb +size 2318165 diff --git a/images/9a7a398d-3259-4f58-b9b9-ee75e61a4317.jpg b/images/9a7a398d-3259-4f58-b9b9-ee75e61a4317.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca37f6979ef6561630f93b596688505b2a06b7d3 --- /dev/null +++ b/images/9a7a398d-3259-4f58-b9b9-ee75e61a4317.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fd2702e9e45e0e06117d10816b2cd390073117869671cebe3de65c9ac37fa4 +size 1482486 diff --git a/images/9a82b899-9290-40e0-a6fb-9d4180867003.jpg b/images/9a82b899-9290-40e0-a6fb-9d4180867003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e932a1e724af75f5bbef876c06dc2b4be3fcfc6 --- /dev/null +++ b/images/9a82b899-9290-40e0-a6fb-9d4180867003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0285f554baffb7d16f4f54f099c69ea5cbe7509473c55b9f60f7ee2b2f8e6f44 +size 1396774 diff --git a/images/9a8d0714-5fe5-47b3-9f20-433d939f1331.jpg b/images/9a8d0714-5fe5-47b3-9f20-433d939f1331.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68017c80d7f0a04415a72c98bbc85cfadaaecfd4 --- /dev/null +++ b/images/9a8d0714-5fe5-47b3-9f20-433d939f1331.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31419530c400891201dc033277cffa750d216f8b1291c9db6feedddd82b5f71 +size 1471924 diff --git a/images/9a93e0f8-5abe-47b7-bf3d-bf97930829f9.jpg b/images/9a93e0f8-5abe-47b7-bf3d-bf97930829f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e91d201ff844745e4f450b1eab529a72639d4ffa --- /dev/null +++ b/images/9a93e0f8-5abe-47b7-bf3d-bf97930829f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9a79e6cb9eadd42f06327cc4d19328cba25613902fa1419a241119ca15295e +size 1778072 diff --git a/images/9a966496-9a8d-41fc-9925-0641e79044c6.jpg b/images/9a966496-9a8d-41fc-9925-0641e79044c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8ddb6637b7acf9a2b7ab86e19e5cfc225012342 --- /dev/null +++ b/images/9a966496-9a8d-41fc-9925-0641e79044c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fa5770cc04660273a0f25295963b87a7d835cdf1c3ed5d02661d61582c4a67 +size 1526301 diff --git a/images/9a9a13a5-8674-44b8-a35a-81733ef916c4.jpg b/images/9a9a13a5-8674-44b8-a35a-81733ef916c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca9dee199521a3e3c900fc5cfe772a120886427e --- /dev/null +++ b/images/9a9a13a5-8674-44b8-a35a-81733ef916c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1c95ac446488a4706aa6ecf0982c392308783f9fc4a1d84c8625fad12f5e1d +size 1559788 diff --git a/images/9aa446e8-7380-4376-9936-fb17ccc01b72.jpg b/images/9aa446e8-7380-4376-9936-fb17ccc01b72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8148325421b8da545ea5c131c2ac7680e0e3d141 --- /dev/null +++ b/images/9aa446e8-7380-4376-9936-fb17ccc01b72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7e3de812cc4f06b5e5bb0adbc3ed00e4089298f1c0d9ffafe97ca40817ea27 +size 2817639 diff --git a/images/9aa84222-de96-4028-8cd2-91b5f7f35f2e.jpg b/images/9aa84222-de96-4028-8cd2-91b5f7f35f2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4faba93a863929d725cdbfe96647089fb31fdbaf --- /dev/null +++ b/images/9aa84222-de96-4028-8cd2-91b5f7f35f2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463f97220499b06098c28353b49684f282be493993aacb0e9e2989c931731b53 +size 2155065 diff --git a/images/9aa86881-5b76-4bfa-adcd-713d9683625a.jpg b/images/9aa86881-5b76-4bfa-adcd-713d9683625a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03e2bf01facb7b40bbb0af65973fa29d4eb76e72 --- /dev/null +++ b/images/9aa86881-5b76-4bfa-adcd-713d9683625a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f64a1c2a37f305df10013588fbc06b10279a07d5b5bcb8a77ce5bf1b720a6a5 +size 1302600 diff --git a/images/9ab30505-d478-4257-820e-f5f9e927d2e9.jpg b/images/9ab30505-d478-4257-820e-f5f9e927d2e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5808c72d0be7ebb306052fe65891eb0e7e5780ac --- /dev/null +++ b/images/9ab30505-d478-4257-820e-f5f9e927d2e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b969e0b3d936e6e2e21b7b8f9f3ef095bba57d1abd07f8358e1001a505ec7de2 +size 3076353 diff --git a/images/9ab3dadf-25be-4616-bd19-6e1fb5906dda.jpg b/images/9ab3dadf-25be-4616-bd19-6e1fb5906dda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc77b804c4b1ab8be6adcb7b334693440653258c --- /dev/null +++ b/images/9ab3dadf-25be-4616-bd19-6e1fb5906dda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad20fded680492091aefe111ddc18ca85628d066359f62655ae25634df3ed1d +size 2066508 diff --git a/images/9ab503e1-0eeb-4324-bf3a-95b38d85ff62.jpg b/images/9ab503e1-0eeb-4324-bf3a-95b38d85ff62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89a0cce5627ac2f3a22d87cfb2c0025a40bd5739 --- /dev/null +++ b/images/9ab503e1-0eeb-4324-bf3a-95b38d85ff62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f621434ba91f97ab6332f17e4c3ae32a2f0730f87c53be56c7c220b018641f +size 1807411 diff --git a/images/9ac47cd0-6286-4b20-b194-bbc20454ea58.jpg b/images/9ac47cd0-6286-4b20-b194-bbc20454ea58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95f01e63850e12bc7a78d90cf8526418dd55f14f --- /dev/null +++ b/images/9ac47cd0-6286-4b20-b194-bbc20454ea58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c820cfcf05d71d2e16874f1efcb425a15aa4f4500a0e6b604b6069bac0022a5f +size 1519721 diff --git a/images/9ac590a3-529b-485d-ae5a-f8dba9c596a9.jpg b/images/9ac590a3-529b-485d-ae5a-f8dba9c596a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27480ef7d706d2fd713bfd0d867076726ce6767a --- /dev/null +++ b/images/9ac590a3-529b-485d-ae5a-f8dba9c596a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1109679791e3e40335c170578c84953511f361821d581d25442c5d473ef0ff +size 1674121 diff --git a/images/9ac98aa8-d652-40d0-8a11-c5abd875ed7b.jpg b/images/9ac98aa8-d652-40d0-8a11-c5abd875ed7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fdf506ecfcddce817d4f24edff61ce23aa3dd5b --- /dev/null +++ b/images/9ac98aa8-d652-40d0-8a11-c5abd875ed7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602b31fe242cb783954d466ee12fe028ae86ca5529ee5f9c13cec9001f11dc66 +size 1608090 diff --git a/images/9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d.jpg b/images/9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc81b297078444f69a3eeaf40e5cd159a7bad757 --- /dev/null +++ b/images/9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99a6cf1d53f78af3316b5a6cc62a834277ec726ac42c0d989fdcba27523136c +size 1434796 diff --git a/images/9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50.jpg b/images/9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4560a4761ed05f34532628e40825025c1280b155 --- /dev/null +++ b/images/9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e50a635f9e70ab3acf68b0117f5a44e252eb1e36a43edd252f150683c972012 +size 1374546 diff --git a/images/9ae8b64d-8e3a-4efd-8429-c7424149f202.jpg b/images/9ae8b64d-8e3a-4efd-8429-c7424149f202.jpg new file mode 100644 index 0000000000000000000000000000000000000000..beb240af57f626838993caf92e402fe4529820bd --- /dev/null +++ b/images/9ae8b64d-8e3a-4efd-8429-c7424149f202.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ddf8804f304ab367752a08183934e8089c457d07261cf2f8430f36a5350273 +size 1840619 diff --git a/images/9ae9e071-33af-434d-8fdd-49a3ae5632b8.jpg b/images/9ae9e071-33af-434d-8fdd-49a3ae5632b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f74c875be5e4b28a2a503e0bf74b41ef08d0bbda --- /dev/null +++ b/images/9ae9e071-33af-434d-8fdd-49a3ae5632b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed4eba60d97428ad578839a3111e9317ae703bc8d8792331f13106bfa12e3e7 +size 1500313 diff --git a/images/9aeb3131-8eb2-4f06-a70a-0b43018bb35c.jpg b/images/9aeb3131-8eb2-4f06-a70a-0b43018bb35c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3c66cf92bdcacdfd0427fa99d3865e4e1a1738d --- /dev/null +++ b/images/9aeb3131-8eb2-4f06-a70a-0b43018bb35c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b348de8373c709a89b2616e38b67b72826c73de6f73bf0a4d4d7e804a2f247 +size 1810533 diff --git a/images/9af404b4-eb86-42ed-a198-9875dcc97893.jpg b/images/9af404b4-eb86-42ed-a198-9875dcc97893.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fb2349252247eb5970d344f7e6a5519b45335f8 --- /dev/null +++ b/images/9af404b4-eb86-42ed-a198-9875dcc97893.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d543d9ed977901ba4b9295105b3eb99b78806017786b2d5c0e064c5a67858f +size 1801773 diff --git a/images/9af65f3f-8d6a-418b-81d0-18c1b68d5f05.jpg b/images/9af65f3f-8d6a-418b-81d0-18c1b68d5f05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c203e6e3beb3161581bda0f8773eb652ac5efdfa --- /dev/null +++ b/images/9af65f3f-8d6a-418b-81d0-18c1b68d5f05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a7ab484b1ca874093991735ec5ae2ea258a72a19fe2634934886db273c8a8d +size 1996610 diff --git a/images/9b044159-8d31-4b8b-8093-392c52cf33c4.jpg b/images/9b044159-8d31-4b8b-8093-392c52cf33c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6663d4d45b9417e2ed08735c05251623b6d94349 --- /dev/null +++ b/images/9b044159-8d31-4b8b-8093-392c52cf33c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b5ca7120edb2dd271a3f86d493c3eae671b0a1ae7e20c4fe02742fdf286c14 +size 1661402 diff --git a/images/9b122273-3e85-4616-9295-0750de3b00fd.jpg b/images/9b122273-3e85-4616-9295-0750de3b00fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e67646aaf072ce494826cf17c5496401712bca7c --- /dev/null +++ b/images/9b122273-3e85-4616-9295-0750de3b00fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896616284ce10964d479a5d08ca84ef5954b834bfd551bd196ec6965ecd7a8b8 +size 1619808 diff --git a/images/9b1628f0-5702-4dc0-a669-8a002dde3ce7.jpg b/images/9b1628f0-5702-4dc0-a669-8a002dde3ce7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a5997ed8a45712c1fa96fa547742a906b8a65cf --- /dev/null +++ b/images/9b1628f0-5702-4dc0-a669-8a002dde3ce7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f7ff05c4f709da39c19eee3ed19c184ecfe9de5ea249504081c9d1c6a65088 +size 1698087 diff --git a/images/9b164ff7-d1d0-4108-b670-fc34b4a52fb4.jpg b/images/9b164ff7-d1d0-4108-b670-fc34b4a52fb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e671c8c7e47233f20e0dca2fbff4575cf92b4e2d --- /dev/null +++ b/images/9b164ff7-d1d0-4108-b670-fc34b4a52fb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d022336d8ca95429fd045a5a930f9b62e7aae9efc55af7ac109954549891ad7 +size 2006227 diff --git a/images/9b1769d1-67de-4927-96a3-78f828d40972.jpg b/images/9b1769d1-67de-4927-96a3-78f828d40972.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5b016bf9bc6db2bd05197668b494b0e6e1e64bd --- /dev/null +++ b/images/9b1769d1-67de-4927-96a3-78f828d40972.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d2f768aaaf820fff4519b03607d8f55fd2a2f00a7db63ca8d10ee7fd4aac6d +size 1316616 diff --git a/images/9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c.jpg b/images/9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e920919d21c4781cf05a2c3b66ced495e48d2863 --- /dev/null +++ b/images/9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b404b9ebb9079491bab9a4f6ba54496f64371cd780b374faecf915f04eaa231e +size 1639230 diff --git a/images/9b1ffb42-f457-407f-a728-69e761b388b1.jpg b/images/9b1ffb42-f457-407f-a728-69e761b388b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3354a35aec9c52d5ec32b68f08398f6336944ecb --- /dev/null +++ b/images/9b1ffb42-f457-407f-a728-69e761b388b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dc6b70d142671e9e0ef9dbe390454d149f6406c45431f56f7c8e0a35b403bc +size 1965686 diff --git a/images/9b2025ef-99f2-43e4-9894-fa46ea7684a0.jpg b/images/9b2025ef-99f2-43e4-9894-fa46ea7684a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ed35b27019012583112a190438c9ac6e978f1b6 --- /dev/null +++ b/images/9b2025ef-99f2-43e4-9894-fa46ea7684a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a862f1b6e48ee4399aae9c15ebaa1d7965e2b0c0b31d3d2e3445b7a1258b80f0 +size 1584050 diff --git a/images/9b317aca-8e98-43e9-b9eb-033c5663142f.jpg b/images/9b317aca-8e98-43e9-b9eb-033c5663142f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a92ec142ab8d935292aa5ae0eee0a54d926df95c --- /dev/null +++ b/images/9b317aca-8e98-43e9-b9eb-033c5663142f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5075150bfbd9c0659045643d602a07b1afcf0f0ee67c98327f1917a1ff671cf9 +size 1532487 diff --git a/images/9b3561a4-b55b-4671-960d-17cc16c0ebca.jpg b/images/9b3561a4-b55b-4671-960d-17cc16c0ebca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98687e00baec1da47fb6486ea9c7ae15efb5e62e --- /dev/null +++ b/images/9b3561a4-b55b-4671-960d-17cc16c0ebca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66f06db4d2803be72f494ab301467c1b85894c0c4b443878f70e8388d83e64f +size 1413632 diff --git a/images/9b536d00-4d3f-4b99-8923-85c1c738571c.jpg b/images/9b536d00-4d3f-4b99-8923-85c1c738571c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e35db39bc54791cf2120b3227a5db36c643109e --- /dev/null +++ b/images/9b536d00-4d3f-4b99-8923-85c1c738571c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ef62acbd0726ab09236a72b8a118eb4ddb60159a6373d618d1fd125a1757f0 +size 1490422 diff --git a/images/9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8.jpg b/images/9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3f8fa263151069def84b91a1bfa23a8d7fb4726 --- /dev/null +++ b/images/9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b7ea57d9b1b0643b12404c088702ef9eb6b12c5bf215911e21636404d9377d +size 1282474 diff --git a/images/9b5fdd48-81ac-48db-94f1-f7c82f1716cd.jpg b/images/9b5fdd48-81ac-48db-94f1-f7c82f1716cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..679eb2cd6c3cd88799b9a12da759ccd2429fc3d4 --- /dev/null +++ b/images/9b5fdd48-81ac-48db-94f1-f7c82f1716cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb8de849fbffba25b3f95beb3eb56bae8d310da3a86d02cd35183599199d5f5 +size 1255035 diff --git a/images/9b652756-1104-46dc-ac50-c4e259f8f52a.jpg b/images/9b652756-1104-46dc-ac50-c4e259f8f52a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f53d7a8c30a9dcc678fe644c3a1cb95de0cccc53 --- /dev/null +++ b/images/9b652756-1104-46dc-ac50-c4e259f8f52a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251452d45b3168eda87cfe4b3cbfa16cf290df24f3fcd8ad4d1386161f6a9b49 +size 2324625 diff --git a/images/9b703550-b83b-425c-8f08-68ac97d4a040.jpg b/images/9b703550-b83b-425c-8f08-68ac97d4a040.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b6b64aa4d74f6ca07dbe54e65e92027fdbdce55 --- /dev/null +++ b/images/9b703550-b83b-425c-8f08-68ac97d4a040.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57caa151e411183c3632c20f0497d4971368252239a8cffcdd28506adf9543e3 +size 1466343 diff --git a/images/9b7ec04d-2e53-4a8b-b105-e15f294c9172.jpg b/images/9b7ec04d-2e53-4a8b-b105-e15f294c9172.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a0e7a708c5e9cce464a68cd469c55eece63a054 --- /dev/null +++ b/images/9b7ec04d-2e53-4a8b-b105-e15f294c9172.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e189ff5bb903dc090ebea4e727c8584dbc008deba4fbbd6c13b5d292b19e5b22 +size 1230311 diff --git a/images/9b87a9fc-62aa-4e74-aa62-050b11f939f3.jpg b/images/9b87a9fc-62aa-4e74-aa62-050b11f939f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85ed77da1efbc1d0d3484e473a457b5c1ce79873 --- /dev/null +++ b/images/9b87a9fc-62aa-4e74-aa62-050b11f939f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13747a197fa8d0cb060e4536b2e51ec6ed230b2af1a8a7a3ab0bd47ce23c702d +size 1717042 diff --git a/images/9b88660f-1ede-45ee-9c74-6291a8a19b8d.jpg b/images/9b88660f-1ede-45ee-9c74-6291a8a19b8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcfecfec8c860d33b6b41434b5bf162d02f33a55 --- /dev/null +++ b/images/9b88660f-1ede-45ee-9c74-6291a8a19b8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9533948ecf34895910502e662d61c1418ff15d7a7a9f77569c10976d93545135 +size 1756460 diff --git a/images/9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d.jpg b/images/9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d80258f69c1d135673622036e61485ee2901884b --- /dev/null +++ b/images/9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacabed88fcf2a1b58202af7b6b25d62a6302708483417e6245b6317d6652da2 +size 3177261 diff --git a/images/9b9ce971-b55a-4cfd-974a-5f3cc25fbddf.jpg b/images/9b9ce971-b55a-4cfd-974a-5f3cc25fbddf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e21c3f7a2908187710a88206dd9e4745185a5baa --- /dev/null +++ b/images/9b9ce971-b55a-4cfd-974a-5f3cc25fbddf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397578b71ee5d540962e475c0b21f8ca58c308e17d113cfd5dbb33ab300345cd +size 1721839 diff --git a/images/9ba0d26e-e502-442e-8afc-9fccc3a37f20.jpg b/images/9ba0d26e-e502-442e-8afc-9fccc3a37f20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e6483bc1f9be417ab9d6d288e91c06e6e98b7a5 --- /dev/null +++ b/images/9ba0d26e-e502-442e-8afc-9fccc3a37f20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3271e492e13b185465f150b50bce3f21ecef35e38381644e6ae9b0c22bdf6918 +size 1449133 diff --git a/images/9ba25c80-9572-4ee0-8df6-cf4694eabcfe.jpg b/images/9ba25c80-9572-4ee0-8df6-cf4694eabcfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45e40460319347edbbedbb07a8a96b0b6f97761f --- /dev/null +++ b/images/9ba25c80-9572-4ee0-8df6-cf4694eabcfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993b99e5393bf132a2e503630f3a8e15d0b74818a982e0f56c219d062ea60629 +size 1788327 diff --git a/images/9bb77fa1-37ad-4849-b823-52263a91b0a2.jpg b/images/9bb77fa1-37ad-4849-b823-52263a91b0a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d7bf6cfa4642e4cb801182a9e7e131070299a32 --- /dev/null +++ b/images/9bb77fa1-37ad-4849-b823-52263a91b0a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dbaebf31397e754b81285fd92e32d196b8d31e694012eb88906da659e7e99a +size 1276345 diff --git a/images/9bc2c299-fe2f-44ff-8adc-23bd03a14691.jpg b/images/9bc2c299-fe2f-44ff-8adc-23bd03a14691.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52ce8dfa47618a80583472437d8e07e819efb147 --- /dev/null +++ b/images/9bc2c299-fe2f-44ff-8adc-23bd03a14691.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecddfced6630972389da22d71f00b2d6b94693e754dfb51bcf93bb2ca782fa2 +size 1500809 diff --git a/images/9bc7468c-cc38-4c81-95e1-ca9bae555844.jpg b/images/9bc7468c-cc38-4c81-95e1-ca9bae555844.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01384f211bc9da4e36832b597e2a82ce172d1200 --- /dev/null +++ b/images/9bc7468c-cc38-4c81-95e1-ca9bae555844.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9923d44014ee62a5276bc9765b8e20081a01e10e8d026642af04b10e059ae868 +size 1611162 diff --git a/images/9bd160ed-0a33-49c8-90fc-1258799ec8cd.jpg b/images/9bd160ed-0a33-49c8-90fc-1258799ec8cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5685c8e964493341d061b14145182aa7ded15aac --- /dev/null +++ b/images/9bd160ed-0a33-49c8-90fc-1258799ec8cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7478b46539adf63974e82a82d96eccdac2d662d05a47bcdd71a575231939aaf +size 1753840 diff --git a/images/9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252.jpg b/images/9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a47c361b742a7cea239fa0abb6c036b6ee474d47 --- /dev/null +++ b/images/9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef988b88c0059235f364d3a667ee1f76c1f9750313cfc941e1480ee6d7f717f3 +size 3715150 diff --git a/images/9be596fd-0f72-4d15-96a6-d02514d5810a.jpg b/images/9be596fd-0f72-4d15-96a6-d02514d5810a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ec5ca9be72a78372f28a93f15e10a289a2836df --- /dev/null +++ b/images/9be596fd-0f72-4d15-96a6-d02514d5810a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eed9bf0fff1555b0ca00c0e86a55a9603a14fe693c98054ad4a758a6089404a +size 1759782 diff --git a/images/9bea12cd-aa9f-425f-ad2b-b951c992c9de.jpg b/images/9bea12cd-aa9f-425f-ad2b-b951c992c9de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c69c33575b863ae066e1db7e75252514b1432377 --- /dev/null +++ b/images/9bea12cd-aa9f-425f-ad2b-b951c992c9de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ceb9115329921b2fc209fcee22309717413d867348f7ffbba17439d3592355 +size 2306205 diff --git a/images/9beef50e-43a1-4a82-a2ab-41e7fc488d7a.jpg b/images/9beef50e-43a1-4a82-a2ab-41e7fc488d7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..220e11f8c42fdd086cda0b84f1ca7335ab5e2ffe --- /dev/null +++ b/images/9beef50e-43a1-4a82-a2ab-41e7fc488d7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bffc37cb306feda2e0bf16b3e163c40ce59634c3b05f7d3d6bc407f4052529 +size 1590686 diff --git a/images/9bf03aa9-ef93-499d-bad1-1f96b684716a.jpg b/images/9bf03aa9-ef93-499d-bad1-1f96b684716a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc07f4124035543bc08b27f2b464fd13a712c547 --- /dev/null +++ b/images/9bf03aa9-ef93-499d-bad1-1f96b684716a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd190bb56ad37f04a78aa24645507d7128327d06481d300c320ef9220c6907d5 +size 1804743 diff --git a/images/9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25.jpg b/images/9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b144d1a10792afd6a2c97b6b8a0cc391c425ca42 --- /dev/null +++ b/images/9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1466647f63caa8c00e407e78e8bbc01500b708823c27da722d3837ce105f11 +size 1513457 diff --git a/images/9c2b7f3a-f0f0-4616-804d-998066c9ba35.jpg b/images/9c2b7f3a-f0f0-4616-804d-998066c9ba35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31f3a53b0e7c7915769380f17d2a9b0d2ec25356 --- /dev/null +++ b/images/9c2b7f3a-f0f0-4616-804d-998066c9ba35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ddc8e45e6ddce539143fa57383f22c249719f6ea48852061d76df6de98fbce +size 1490180 diff --git a/images/9c2e15b5-e166-4c7c-bda0-132ed307a55f.jpg b/images/9c2e15b5-e166-4c7c-bda0-132ed307a55f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..894f352d56ffc708fb2e6ed9e74cfb3843fa7941 --- /dev/null +++ b/images/9c2e15b5-e166-4c7c-bda0-132ed307a55f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd9764933ed9b47cccf49dd05bdf13b22fe213e9f36238ce4eb7f66c3974fe5 +size 1598925 diff --git a/images/9c3148f9-d5b8-445e-a837-363b55823664.jpg b/images/9c3148f9-d5b8-445e-a837-363b55823664.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1606caad8e72f1df6d1e5e8f41744b6840b5af3 --- /dev/null +++ b/images/9c3148f9-d5b8-445e-a837-363b55823664.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cab3f820e24ce91dfa449b64cc72d7b302ebc17e582560ed856f230eb590e78 +size 1699263 diff --git a/images/9c33a585-4c91-4977-a8bb-8b3eaa8ec317.jpg b/images/9c33a585-4c91-4977-a8bb-8b3eaa8ec317.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a2cc433deb062392683df4b705c5bd7cdc0d64a --- /dev/null +++ b/images/9c33a585-4c91-4977-a8bb-8b3eaa8ec317.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad27369153470726d7ebf3f1672a360a6cf2ad119778fbe294c5f120144094a +size 1589501 diff --git a/images/9c34a67d-8a05-41f5-b576-1f16c0a13393.jpg b/images/9c34a67d-8a05-41f5-b576-1f16c0a13393.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1a606ef41f233f1e75e7f1770df1482e297a789 --- /dev/null +++ b/images/9c34a67d-8a05-41f5-b576-1f16c0a13393.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00e3e9ee0e29bc0afe9cb33489573b11db8371b3c56878fe68fe6fb343c1bb9 +size 1319894 diff --git a/images/9c3c3db8-30f9-4566-9b62-c47fe50ab5a0.jpg b/images/9c3c3db8-30f9-4566-9b62-c47fe50ab5a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e68cefe0f974ad11cbd512b0c41c7d5227f0a1f3 --- /dev/null +++ b/images/9c3c3db8-30f9-4566-9b62-c47fe50ab5a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87981fd660aa7e2ff78e5421c58aded2e907d0b7b0bbe7557918086b3946859 +size 1708817 diff --git a/images/9c3e6bc6-a71f-45cb-9383-327e97a285f7.jpg b/images/9c3e6bc6-a71f-45cb-9383-327e97a285f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b3b49dd726824d16e3d9848178d525ebe332bc1 --- /dev/null +++ b/images/9c3e6bc6-a71f-45cb-9383-327e97a285f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901cc4e56c2c777df44953a980b719f3a5e60ae33de19820284184b9ca1ddb06 +size 1730698 diff --git a/images/9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1.jpg b/images/9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45879c3ecbc3112a30292b88d598115965acaf50 --- /dev/null +++ b/images/9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825a6b2cf76c57bb8183bb53d666e0743190d4650401e92562a5441b9eafe88a +size 1467104 diff --git a/images/9c40cd94-2e0b-449d-b2b3-479f0680d23c.jpg b/images/9c40cd94-2e0b-449d-b2b3-479f0680d23c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3bd8290b42d51e7f129f09075d613aa1c4a5235 --- /dev/null +++ b/images/9c40cd94-2e0b-449d-b2b3-479f0680d23c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba2f426d683b7233c39143ee5443fc7378d3b0da4eb69e33e58c466ba184652 +size 1766327 diff --git a/images/9c411f01-47f9-42a0-a565-75de204dc858.jpg b/images/9c411f01-47f9-42a0-a565-75de204dc858.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e30f7bd7d78cede4ed5f501e3985bc9cdf79958 --- /dev/null +++ b/images/9c411f01-47f9-42a0-a565-75de204dc858.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b055b35bd542796fe9a0fa040b195390fca73d4a741db6da961b6338ac08128a +size 2560163 diff --git a/images/9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd.jpg b/images/9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..532702ead9d582d5f078b3772244f5a49ef3dd00 --- /dev/null +++ b/images/9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3ab7e404f1297a432bf58ca1171863baa3604f8bcbb731535ef2b69307d187 +size 926118 diff --git a/images/9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55.jpg b/images/9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b36e7219bdffdb9d895e931021cb5e9e68e4a3a1 --- /dev/null +++ b/images/9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e579a1ceec76eb5d042627b9e5b6bf782f467285e86e70ec0d9a574ba7bac6 +size 1234380 diff --git a/images/9c4ea1a6-2f96-4162-9821-514ecfdbcb20.jpg b/images/9c4ea1a6-2f96-4162-9821-514ecfdbcb20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c63a642e07c9f7175fa5de98073b21e5f4ff3bd --- /dev/null +++ b/images/9c4ea1a6-2f96-4162-9821-514ecfdbcb20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ec7a7ea6aa6ce7d427773495c10fd6df601fdfb55d2365aebe7c384d2a3541 +size 1442876 diff --git a/images/9c527152-564d-40f4-8dae-21ddc41ea51e.jpg b/images/9c527152-564d-40f4-8dae-21ddc41ea51e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7211e4ebebe758447e63f626f1cca7da57248f67 --- /dev/null +++ b/images/9c527152-564d-40f4-8dae-21ddc41ea51e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94bad2b196b12b733d7651fa6f3d669021328bb630a4020fc1c00fc861913d1 +size 1429098 diff --git a/images/9c5553fd-7047-4d8d-9773-0a27e9ef1dec.jpg b/images/9c5553fd-7047-4d8d-9773-0a27e9ef1dec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..525bdceb01ccbf53008ba5baf318e388681fc1be --- /dev/null +++ b/images/9c5553fd-7047-4d8d-9773-0a27e9ef1dec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5b00ccdfb1243efa95e59370a85fe621987f1d66fec80defa473f1d4eec5b5 +size 1591199 diff --git a/images/9c5db605-5fe9-4c4d-904b-dd0fdce8845f.jpg b/images/9c5db605-5fe9-4c4d-904b-dd0fdce8845f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccaab42e3b1d73371e365354cd4318a93737df04 --- /dev/null +++ b/images/9c5db605-5fe9-4c4d-904b-dd0fdce8845f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7618ec2f71a126daff0443c8ad812984d8f7f96f89bca3b94117f839bc4934c9 +size 1622584 diff --git a/images/9c62e111-c1ea-4f7d-a652-25827d1d282d.jpg b/images/9c62e111-c1ea-4f7d-a652-25827d1d282d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae67f42f7dea0fa186233d55943a234ccbc1cc4f --- /dev/null +++ b/images/9c62e111-c1ea-4f7d-a652-25827d1d282d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f114498a9441df3763eb187f4b3d09104ba598ec16c5947e530e0f2bc477afd3 +size 1437094 diff --git a/images/9c76b9c4-73c0-4ebf-89b6-36c50f84e499.jpg b/images/9c76b9c4-73c0-4ebf-89b6-36c50f84e499.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5749235f101c0911fd5b04c4c0da2774e7cecebb --- /dev/null +++ b/images/9c76b9c4-73c0-4ebf-89b6-36c50f84e499.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c04b6bf7b0705767a67e08e13e3bc8714f76dcbf758756a5ae2be62952ae690 +size 1491689 diff --git a/images/9c8650cb-2b49-4ba6-86da-4e66215486c8.jpg b/images/9c8650cb-2b49-4ba6-86da-4e66215486c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43de7b0b4529cea7ce5d7e389a0ad753b7d3347a --- /dev/null +++ b/images/9c8650cb-2b49-4ba6-86da-4e66215486c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d49d1fed48a27cd8b5cb69f882d819a1ff1dbf86143d5a4f9ca4793e4382bd +size 1689560 diff --git a/images/9c8c8bfd-9053-4914-ade2-961900dfba7c.jpg b/images/9c8c8bfd-9053-4914-ade2-961900dfba7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4e10f86f76e87698576a9b01d246c2db58f76c4 --- /dev/null +++ b/images/9c8c8bfd-9053-4914-ade2-961900dfba7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa4233042fbf99bdb9dbb274e49cea4668b1a8107f88943223212fe1a654fd3 +size 2021631 diff --git a/images/9c92d5bf-bc4e-461b-a767-88d7f708839a.jpg b/images/9c92d5bf-bc4e-461b-a767-88d7f708839a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8666db6148325e56d7d8e6b93a91b9cc0c044536 --- /dev/null +++ b/images/9c92d5bf-bc4e-461b-a767-88d7f708839a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d206f7fde5a58d3bb308abfd22e32b3b1eae44e94769be829e1ecd0e7730234 +size 3137457 diff --git a/images/9c9f62d2-2aec-4c7b-a4a7-97138095b5a1.jpg b/images/9c9f62d2-2aec-4c7b-a4a7-97138095b5a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c34c00abf03142f3e9b97c4d6b15280aabb48729 --- /dev/null +++ b/images/9c9f62d2-2aec-4c7b-a4a7-97138095b5a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97733f10ba21e6f60d778f20523d39f0e1df8b2a9aacafde611f7030e676456 +size 1599045 diff --git a/images/9ca223d6-6036-4df9-9572-b92bd993ff13.jpg b/images/9ca223d6-6036-4df9-9572-b92bd993ff13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a328a42a96f4a7d37fe5304e8748d9a2d5e98c2 --- /dev/null +++ b/images/9ca223d6-6036-4df9-9572-b92bd993ff13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05dd09d4b7982f9d4d5f3a4515b94b831fa40b1dab5f9731fd56b3b7a784ceb +size 2994263 diff --git a/images/9ca94c88-4d3c-47d9-9baf-771d640f7f70.jpg b/images/9ca94c88-4d3c-47d9-9baf-771d640f7f70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f53d2836b81621c78d4abf23de2e933b59b1a15 --- /dev/null +++ b/images/9ca94c88-4d3c-47d9-9baf-771d640f7f70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017810d2810eae5cb6c6dd30f11d155e61d99611c36e921e1a7304dd7e2f3e50 +size 1194983 diff --git a/images/9cb0e42e-2d16-4023-b77a-d62c85dd305b.jpg b/images/9cb0e42e-2d16-4023-b77a-d62c85dd305b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..724cf13a9ccd1f7117b8fce1cfafcd7c725d2098 --- /dev/null +++ b/images/9cb0e42e-2d16-4023-b77a-d62c85dd305b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839b706d32083934cc265993c2a1a23e226897405f2a1bc4954b5dc957122955 +size 1364973 diff --git a/images/9cb6479e-65bd-4a7a-bf58-ca2e59dc5748.jpg b/images/9cb6479e-65bd-4a7a-bf58-ca2e59dc5748.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fc2dc44ea2523e607de9fc97473f54cc679d92e --- /dev/null +++ b/images/9cb6479e-65bd-4a7a-bf58-ca2e59dc5748.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643e420224b17a4d83bded43e6a3619208e2d281077b22df2adfe4fff3f21df4 +size 1986763 diff --git a/images/9cbf4918-8a97-4c44-869f-182d31e9660d.jpg b/images/9cbf4918-8a97-4c44-869f-182d31e9660d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab8b3c39c8d5a6480de0e031439e14d88fd3a746 --- /dev/null +++ b/images/9cbf4918-8a97-4c44-869f-182d31e9660d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7d1a9ad62b256d2d9af09b575d4f46d0808dff50db6b9953c1e5bfc189bfa6 +size 2316490 diff --git a/images/9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305.jpg b/images/9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f601e4ea7ec79d94cc506ffbe6c64f5ec8619c04 --- /dev/null +++ b/images/9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d08775ca7d4d13f7e907df1ede51bce8c38c5b78394cde498108246758aef43 +size 1872954 diff --git a/images/9cc38806-51ec-409b-8692-6847b52ce2cb.jpg b/images/9cc38806-51ec-409b-8692-6847b52ce2cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8bbcf2b366604e884b4569b548bb4956fb5a5fe --- /dev/null +++ b/images/9cc38806-51ec-409b-8692-6847b52ce2cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9f3ce3ead04d0ba6c22d184323c35f883f71dcdd4dfeefaa6227834488ce94 +size 1571183 diff --git a/images/9cc74e71-89aa-45b0-84dd-86cd71649bf0.jpg b/images/9cc74e71-89aa-45b0-84dd-86cd71649bf0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..036828db5e19c82c28c91b86f12b746192bec5f1 --- /dev/null +++ b/images/9cc74e71-89aa-45b0-84dd-86cd71649bf0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5527bacda9e4d5274f8f6ebd0f8930a888ec73a0f34db62d55debb8cd483045 +size 1557127 diff --git a/images/9ccc05be-d9be-44ad-9620-f005e6925448.jpg b/images/9ccc05be-d9be-44ad-9620-f005e6925448.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a19f8e98dc0eb866e5b0c0dc8293f8365a7c34e --- /dev/null +++ b/images/9ccc05be-d9be-44ad-9620-f005e6925448.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d4eed7ffe6d166bd27556ac0e719f7f7587d4eafa384d62a03e43ca58f5567 +size 1929360 diff --git a/images/9ccc3d2c-71eb-40ab-9860-a28746a4428a.jpg b/images/9ccc3d2c-71eb-40ab-9860-a28746a4428a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61a2fa805d335ca4fd9b67f22c38bf1f436997cd --- /dev/null +++ b/images/9ccc3d2c-71eb-40ab-9860-a28746a4428a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4eb33179c264113853df5fa262b0d88ce5cf07cbd1e672b59978dc3642c77d +size 1615827 diff --git a/images/9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf.jpg b/images/9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c2e6555ad1764daa4c00f4df8c082586968109d --- /dev/null +++ b/images/9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01a232c4560c73ece1e15eefb4644406c1fdb90e90ae3a247d63afaee594c12 +size 974561 diff --git a/images/9cdb54f8-8c6e-46be-aaac-7ea71c920d9e.jpg b/images/9cdb54f8-8c6e-46be-aaac-7ea71c920d9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b18e041098183311bb95592440ac72793c5c5fd9 --- /dev/null +++ b/images/9cdb54f8-8c6e-46be-aaac-7ea71c920d9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abd103a10e7fcaf47766743ecf474d95eb0c56dd6487710c5c1f2b82c4ec16b +size 1653945 diff --git a/images/9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0.jpg b/images/9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8db243ec6d3e95908325e3a4f8890444fc65b9dc --- /dev/null +++ b/images/9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0681ae0c4b62a1462d8b477b5f5156ced74c7836bc048d8f319da501098c6a70 +size 1492029 diff --git a/images/9ce7bb49-4380-48f1-8c65-32e67bdfbb10.jpg b/images/9ce7bb49-4380-48f1-8c65-32e67bdfbb10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b0c5a7f206f7d997aa8a6dfcf3eacf4ffeac248 --- /dev/null +++ b/images/9ce7bb49-4380-48f1-8c65-32e67bdfbb10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f68b5fe124031c038630d417cf1861ce7462e4433d98d3b19bb0f09de429ace +size 1537454 diff --git a/images/9cead85b-c2ad-4e27-8425-08cb287d70f7.jpg b/images/9cead85b-c2ad-4e27-8425-08cb287d70f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..866dc5b8ad69e5452cfb211586df66b96f9c71b1 --- /dev/null +++ b/images/9cead85b-c2ad-4e27-8425-08cb287d70f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bd1267de7f7c719880f80564971df882e8f3ebe300f2d60f743d7f2d321936 +size 1681847 diff --git a/images/9cf25d99-d19c-4bf5-9b1e-87782a2eb862.jpg b/images/9cf25d99-d19c-4bf5-9b1e-87782a2eb862.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d16cfc1bd13161b1b8d899f624200a671619d01e --- /dev/null +++ b/images/9cf25d99-d19c-4bf5-9b1e-87782a2eb862.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2a0e4c5b6f3a00410492ce3a46b561aaa4d8e217b094fc654ae142a414092c +size 1578019 diff --git a/images/9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2.jpg b/images/9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caeac4e0e3d5170d1b308eb188c7463f64963937 --- /dev/null +++ b/images/9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada0c11ae4fe36883f7cfc679d97873a631a0adf29fb84e5988d5a8c5a485d88 +size 1506001 diff --git a/images/9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c.jpg b/images/9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b26e9165f7d851d9d9361081e1db774e6eeb38 --- /dev/null +++ b/images/9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b367c41862c28a7007c10ba379f4084f2967746429a0da7197e52019bc1c50 +size 2011612 diff --git a/images/9d03353a-13bb-414e-aadc-f40741972b01.jpg b/images/9d03353a-13bb-414e-aadc-f40741972b01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43892c2c8e657fa2aee28eb37e6fe52810dc2863 --- /dev/null +++ b/images/9d03353a-13bb-414e-aadc-f40741972b01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdcf448348a0b5b98027354ab8ed7b0a6a70373ba559d8fd4da1adaae9e6ec3 +size 2999652 diff --git a/images/9d0a26d1-c44f-4cc8-a9a7-e885cc967352.jpg b/images/9d0a26d1-c44f-4cc8-a9a7-e885cc967352.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca5eeb3bdd417c19a5e3799a55dc5a31ed067f3f --- /dev/null +++ b/images/9d0a26d1-c44f-4cc8-a9a7-e885cc967352.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641169d258c4f811b49a7eebdd3e09f99e3930e40a306eaebaaf56a2d7f69394 +size 1589295 diff --git a/images/9d114c58-a5e5-41a3-b561-6841c9c12ce5.jpg b/images/9d114c58-a5e5-41a3-b561-6841c9c12ce5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9370afb9828ebc38ae35fab04e0b5ee847a8c22 --- /dev/null +++ b/images/9d114c58-a5e5-41a3-b561-6841c9c12ce5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c8750bee4d11e6ce161f3c9266894bf8fdf1723074fe3d540e80b8f23bc46f +size 2540865 diff --git a/images/9d236dc2-a13f-4580-964c-8b2e7d2f1671.jpg b/images/9d236dc2-a13f-4580-964c-8b2e7d2f1671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ecfa39c806342540abe25dd39d09ff011cf3d65 --- /dev/null +++ b/images/9d236dc2-a13f-4580-964c-8b2e7d2f1671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cde49e4eb9e0480777074c3ed86a9e585f81d6e809aa610be43686b2a4497a +size 1620390 diff --git a/images/9d272f05-5231-497c-91ff-900a1587f4cc.jpg b/images/9d272f05-5231-497c-91ff-900a1587f4cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9e9839ed4d941cc22463521f8aeadea517a4275 --- /dev/null +++ b/images/9d272f05-5231-497c-91ff-900a1587f4cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565f06327316c7941ca603eeea473bfde729b8d78d67439bb97d518e686503f4 +size 1583405 diff --git a/images/9d294f76-b9f4-47ef-b55d-bcff32443be7.jpg b/images/9d294f76-b9f4-47ef-b55d-bcff32443be7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e854b3a84f11c4354512ee5dedb654841becb1d0 --- /dev/null +++ b/images/9d294f76-b9f4-47ef-b55d-bcff32443be7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b473377dfd09aa4bda0eab7d9f3a04604e91ab05b6a427c769bed830b262104 +size 2260937 diff --git a/images/9d3c14f6-f27e-425d-a334-2bfabd2ec88e.jpg b/images/9d3c14f6-f27e-425d-a334-2bfabd2ec88e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63ed75a977f0c0edae39cc63cd28080516b21076 --- /dev/null +++ b/images/9d3c14f6-f27e-425d-a334-2bfabd2ec88e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8a6e1cab7a807e525cd16589505f19e7caa0098559d49f5076f71dde514d85 +size 1098423 diff --git a/images/9d47b8ea-19a8-436f-923a-275a9559f6ff.jpg b/images/9d47b8ea-19a8-436f-923a-275a9559f6ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d67b23decb63f6945d0bd36d4f453637b84f2fef --- /dev/null +++ b/images/9d47b8ea-19a8-436f-923a-275a9559f6ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201326032622a0149a57385e45683c426859fb474f9d41e0eefd1295ca788f67 +size 1914663 diff --git a/images/9d507ddc-427c-42b2-a8e9-c2ff49fc280f.jpg b/images/9d507ddc-427c-42b2-a8e9-c2ff49fc280f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc78dc2609ea5acc4a509f1a4c2156dd48a387a9 --- /dev/null +++ b/images/9d507ddc-427c-42b2-a8e9-c2ff49fc280f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1f3d6c0398cbef286e11380bfe6b983f40485ff6995d7a7187d6b5bba5e357 +size 1478652 diff --git a/images/9d62163d-8a00-4483-8fcc-26b3f0dad12e.jpg b/images/9d62163d-8a00-4483-8fcc-26b3f0dad12e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78f6845357f7aca890ce6ef70caa1b37178c0983 --- /dev/null +++ b/images/9d62163d-8a00-4483-8fcc-26b3f0dad12e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07456663fdaa0081d4f91b58d8750a55402c8b1a3a64f9c1bd4183c72bc8aee +size 1160611 diff --git a/images/9d6698b1-2d0c-4d5e-a4b1-418b63f8889c.jpg b/images/9d6698b1-2d0c-4d5e-a4b1-418b63f8889c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1540e348e5359d81e4b66c19b00cd22e62f5fddf --- /dev/null +++ b/images/9d6698b1-2d0c-4d5e-a4b1-418b63f8889c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c1f44b2312264f5312238530256c30e114ac67c14a3c2d2e0838ecc41139af +size 2029871 diff --git a/images/9d7b3f1a-598d-489c-bc72-11a90acfbb1b.jpg b/images/9d7b3f1a-598d-489c-bc72-11a90acfbb1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93bc2c5d7ec6592a6547693b4472cdc4ce9b1ec3 --- /dev/null +++ b/images/9d7b3f1a-598d-489c-bc72-11a90acfbb1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a539e3e9e6c0292d98144b75a33ca372549ede4cb2aeb2b56d9d8bb98dd0f307 +size 1153799 diff --git a/images/9d7b8f68-038b-4301-9e90-853616832887.jpg b/images/9d7b8f68-038b-4301-9e90-853616832887.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11036387c181873528f1a5809f7474ac8e2c688f --- /dev/null +++ b/images/9d7b8f68-038b-4301-9e90-853616832887.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca00ae1da74c15142e9ab5b81d2e04eb2d331a46e9c09c6b7991d1ceb986120e +size 1454010 diff --git a/images/9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36.jpg b/images/9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0db2a6d2f77d21a94967835281c77485b556d2f --- /dev/null +++ b/images/9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a874c40ccc1617ebf92f0d4cae9c1f79143b4fb04bb000b9e76eac5d30689f9c +size 3288539 diff --git a/images/9d9d241e-1b5b-4087-ac01-0638b97e1090.jpg b/images/9d9d241e-1b5b-4087-ac01-0638b97e1090.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621e25c098c578337b4fa2ed0197bc2d7fa5fec2 --- /dev/null +++ b/images/9d9d241e-1b5b-4087-ac01-0638b97e1090.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843de02a8079a30e93d5bd8cc194c6106700b1ada35495ee6e4116d72f7132c8 +size 1494587 diff --git a/images/9db57c87-370c-414e-9823-ed276cd08a32.jpg b/images/9db57c87-370c-414e-9823-ed276cd08a32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccb8ce1c7076027ed2287821c82c4e516620be73 --- /dev/null +++ b/images/9db57c87-370c-414e-9823-ed276cd08a32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc342314bc985088abbdea63b76cd57145113c675753d69964732cc3fd1a197 +size 3135231 diff --git a/images/9dca3d2a-f0c2-458d-b29e-b8bed888bf12.jpg b/images/9dca3d2a-f0c2-458d-b29e-b8bed888bf12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b3cc28d334ca1f86d126f9e07ad6243ab237883 --- /dev/null +++ b/images/9dca3d2a-f0c2-458d-b29e-b8bed888bf12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea30414dc4821cdbaf03fd8882bd6f321934954223dcb3311ba5bc5807a4073a +size 1688875 diff --git a/images/9dca5aad-a0b3-481e-a287-6ab6c959823d.jpg b/images/9dca5aad-a0b3-481e-a287-6ab6c959823d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6f80af1b963b42b843a4c73ebcefeba4a2a24a9 --- /dev/null +++ b/images/9dca5aad-a0b3-481e-a287-6ab6c959823d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf0137709e669a42612bd80bb059dc67b2f18511bb2bf4a97bf6977d70a419f +size 2752001 diff --git a/images/9de216c6-867b-467c-8eed-061f82918c38.jpg b/images/9de216c6-867b-467c-8eed-061f82918c38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ba137f7853e6a0dae6c955598596cb45b5877f8 --- /dev/null +++ b/images/9de216c6-867b-467c-8eed-061f82918c38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adf58cb48f15cefde94167eaee7a913b8512569990a6aa0a2eabbad5973bbc6 +size 1571801 diff --git a/images/9dec03eb-6ba9-4989-96e0-960a666d1dee.jpg b/images/9dec03eb-6ba9-4989-96e0-960a666d1dee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..867a60f671ae560a0489d6c4e788dd2aff79a2ae --- /dev/null +++ b/images/9dec03eb-6ba9-4989-96e0-960a666d1dee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe9b73257de0433172aa51eda227d3d1520ee511a6ec8424c562e603ddde258 +size 1730346 diff --git a/images/9dede5ed-4f2b-44f2-b889-c5fe9bc87874.jpg b/images/9dede5ed-4f2b-44f2-b889-c5fe9bc87874.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214fbfeee4e3e23c33532a507f2402439952bd27 --- /dev/null +++ b/images/9dede5ed-4f2b-44f2-b889-c5fe9bc87874.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a394d70d039b820d1da405046a5210c9b7f5bd3870796c094ecdde180a1d646 +size 3090424 diff --git a/images/9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5.jpg b/images/9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1912ad65c0807109b3e3d19c93df09c89845d10f --- /dev/null +++ b/images/9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6ad3d234b93b7631ffda0d2c6537a113dc66c3caf7e422cd6a9a23e6834464 +size 1939593 diff --git a/images/9e03b482-2e61-47a4-b7e9-ee9d8420661b.jpg b/images/9e03b482-2e61-47a4-b7e9-ee9d8420661b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ca5040b0ffbf3a17d061d743a7157d03044f31a --- /dev/null +++ b/images/9e03b482-2e61-47a4-b7e9-ee9d8420661b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a2c6e882db9073745e0edc7e318d897836e352db321d7621eaab2dd1698351 +size 1297538 diff --git a/images/9e057f25-c8c5-4cb5-9815-d5fad1389709.jpg b/images/9e057f25-c8c5-4cb5-9815-d5fad1389709.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a10e3bba0ee6ad08bc0821b000993cb3eaf06309 --- /dev/null +++ b/images/9e057f25-c8c5-4cb5-9815-d5fad1389709.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e7358067d50fcbfc5434937b7763705857e9b1e5fb553a639059f41797fc27 +size 1737510 diff --git a/images/9e112b37-9d6d-4c22-b75f-5a4d839a8bf4.jpg b/images/9e112b37-9d6d-4c22-b75f-5a4d839a8bf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebee9e221770892a7afba3ca05c5f43ca8fb6a2d --- /dev/null +++ b/images/9e112b37-9d6d-4c22-b75f-5a4d839a8bf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81dad53967b27859a5612a1b9385024fcfd471fa295c5f82d7f859b5f5c7cdd +size 1759506 diff --git a/images/9e21dc7d-8908-4896-afea-30cc030c8614.jpg b/images/9e21dc7d-8908-4896-afea-30cc030c8614.jpg new file mode 100644 index 0000000000000000000000000000000000000000..423cd6d559a9f7cefd03a1f91aefb7c4386c3d6f --- /dev/null +++ b/images/9e21dc7d-8908-4896-afea-30cc030c8614.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22465b3a645e9e253300aff75b43a0bbf557975aa359a9e94ce426fd72f26d07 +size 2454514 diff --git a/images/9e21de30-9b9b-44bc-8f1b-b3be1bd88692.jpg b/images/9e21de30-9b9b-44bc-8f1b-b3be1bd88692.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f4865edc15403925886f184897e641fd1ad43dc --- /dev/null +++ b/images/9e21de30-9b9b-44bc-8f1b-b3be1bd88692.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3f769413e4fc0a12e72ed190820b6bf32e135035bc1c393f623e63f47166d7 +size 1246793 diff --git a/images/9e3354c8-ef86-49e6-a98d-d0c70ec088cc.jpg b/images/9e3354c8-ef86-49e6-a98d-d0c70ec088cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f11d90784946ba5e21d701a1791668525e757548 --- /dev/null +++ b/images/9e3354c8-ef86-49e6-a98d-d0c70ec088cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc4ad94bc23fc232827aad535e600d1712a6e7566057f1cd2aad5b948e82798 +size 1733198 diff --git a/images/9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d.jpg b/images/9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24be7b9fcf1a9da66a8dbc9006f9ebf589966526 --- /dev/null +++ b/images/9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9ff11d247ec628d9def71a01b6c30011f31382312a834eea212c00a5a8d598 +size 1603811 diff --git a/images/9e44b977-6006-43f5-997c-d02838b458e7.jpg b/images/9e44b977-6006-43f5-997c-d02838b458e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003d17f7b2d5064a2d9d2871e60adcb57238c77a --- /dev/null +++ b/images/9e44b977-6006-43f5-997c-d02838b458e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f22c850ca65826a2d5c469948675c0ee2d829d6d60379b6a15a71642ed9bcef +size 2324131 diff --git a/images/9e47b474-ae35-443b-b836-914cd94ecf10.jpg b/images/9e47b474-ae35-443b-b836-914cd94ecf10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11912638c8dab390a2cce4f6e8815503a85abe76 --- /dev/null +++ b/images/9e47b474-ae35-443b-b836-914cd94ecf10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4664efa9a29c2d41dbe2cc9032ea28f0c52635d641282a907631a54f33514545 +size 1657767 diff --git a/images/9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4.jpg b/images/9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4621656fda0f7b2b8ddf2bab255f9333e41b541d --- /dev/null +++ b/images/9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714c5ab1c145aadd148d3ee6959d187e2f260e1ff1fcb7507996ad19e44a2a95 +size 1559032 diff --git a/images/9e5cffa3-7977-4acb-9545-1df196fbed52.jpg b/images/9e5cffa3-7977-4acb-9545-1df196fbed52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dacb374def92682fa9a1fe3f452391db51c45d4 --- /dev/null +++ b/images/9e5cffa3-7977-4acb-9545-1df196fbed52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba276e16f6767e143d96f1f58f3a64e674a5512402755d2a2aae7556bfde680 +size 1570436 diff --git a/images/9e68c540-3c85-46e2-879e-a9cd9e783077.jpg b/images/9e68c540-3c85-46e2-879e-a9cd9e783077.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a59a76b0108b6fc0afd907e92894578ede409fd --- /dev/null +++ b/images/9e68c540-3c85-46e2-879e-a9cd9e783077.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0fb75e35634f31822c6ac65d68e420a4dd37961c93a15ef1214a1a9e4264bc +size 1257603 diff --git a/images/9e6a22a5-6f85-4431-b179-7f95442967e6.jpg b/images/9e6a22a5-6f85-4431-b179-7f95442967e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52b5d1c4cd6a8334681282e4576a756b1a147356 --- /dev/null +++ b/images/9e6a22a5-6f85-4431-b179-7f95442967e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70eec078bad24ff7d89af49afb77ae94f56340b10070a2e956f54d68e1fdffaa +size 1306827 diff --git a/images/9e6bbcc0-eec8-4851-917f-68e1f78a35ff.jpg b/images/9e6bbcc0-eec8-4851-917f-68e1f78a35ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ea713cbea5ed6f266c3a25b5a5fbf7120fd3f35 --- /dev/null +++ b/images/9e6bbcc0-eec8-4851-917f-68e1f78a35ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31159a1585cbcb0bd196226e5b37f48dddb4d0b9211bfd364d53c31bba718a89 +size 1795817 diff --git a/images/9e71a101-5639-497c-a999-8459e5c8e053.jpg b/images/9e71a101-5639-497c-a999-8459e5c8e053.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1500ec68212ac7bd6201df874dc56b3ac8bf3811 --- /dev/null +++ b/images/9e71a101-5639-497c-a999-8459e5c8e053.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f813bf343ad72f2f845e2f255457c4c6ed534648609e8f997deb40c96b05cf2d +size 2090527 diff --git a/images/9e741c82-4246-4bbd-847d-9ec08d80df1a.jpg b/images/9e741c82-4246-4bbd-847d-9ec08d80df1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b710256b0e2126159181749295b4e02e30b174d4 --- /dev/null +++ b/images/9e741c82-4246-4bbd-847d-9ec08d80df1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce38222372d01ba2f73d39a1bde949cd0e6795b0dd5fc297bb786c33d73310a +size 1109253 diff --git a/images/9e7b0828-c1ae-48a7-8f1b-9744231673cf.jpg b/images/9e7b0828-c1ae-48a7-8f1b-9744231673cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f1c25da24cf44284adc1e7c559f858a80fb5a2a --- /dev/null +++ b/images/9e7b0828-c1ae-48a7-8f1b-9744231673cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ee7051a74ccb2584b96c16c544c1fdb3147bfeab42e48aee3b436e55562146 +size 1479363 diff --git a/images/9e8823a4-8a42-46eb-873d-1f214f3a5577.jpg b/images/9e8823a4-8a42-46eb-873d-1f214f3a5577.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3058b42dcaa97d3579c0fc25fe8c28b1ccd5f11 --- /dev/null +++ b/images/9e8823a4-8a42-46eb-873d-1f214f3a5577.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19ce8e5b0cd8dee33ba885811663dd220075f70dfd5fdcad09faf901c409172 +size 1582441 diff --git a/images/9e88968c-2176-4c3d-9064-75948569e28d.jpg b/images/9e88968c-2176-4c3d-9064-75948569e28d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b525466d2405c1c4c4c2475fe067b5b3c61ceb7 --- /dev/null +++ b/images/9e88968c-2176-4c3d-9064-75948569e28d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4265a21832298d7cb231c062e08af0e3d9bcf1980de17b9772e1326e564b061 +size 1468434 diff --git a/images/9e94ab97-9174-404c-9c67-b9e7744b3e80.jpg b/images/9e94ab97-9174-404c-9c67-b9e7744b3e80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6e04e5c530715042fdd9937c4158dd0ebfc864d --- /dev/null +++ b/images/9e94ab97-9174-404c-9c67-b9e7744b3e80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02c7f9965fd91d83f5827590c672e3e8c0315267331db6c863d60bec9dc2fed +size 1713024 diff --git a/images/9e99098a-204b-4bf7-95ba-f3ccada7589a.jpg b/images/9e99098a-204b-4bf7-95ba-f3ccada7589a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b1de8d11479a885f36523fc4b664b6b5f52c112 --- /dev/null +++ b/images/9e99098a-204b-4bf7-95ba-f3ccada7589a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849c26b7fe256be4f3ed954c9b588c6f14d6fbfde9d8294497b31fac896bb8f6 +size 2304515 diff --git a/images/9ea01cbd-ce18-436a-8562-68df94c30ac8.jpg b/images/9ea01cbd-ce18-436a-8562-68df94c30ac8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c1d5c1be1dea1cc008479918cc8476d04d2522f --- /dev/null +++ b/images/9ea01cbd-ce18-436a-8562-68df94c30ac8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36ca4b2d37a41705b81f03947c08373a200c33feeff42369115deaba63aa85d +size 3083968 diff --git a/images/9ea95732-7c70-4131-ba48-9309425a6e8c.jpg b/images/9ea95732-7c70-4131-ba48-9309425a6e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2713cf5dade00f60d5727a03584147082353700d --- /dev/null +++ b/images/9ea95732-7c70-4131-ba48-9309425a6e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026cbcc0c21b63e0a4fda5075be8a6f73e0759f04fc719dd84d7023363f0a49 +size 1599130 diff --git a/images/9eaa5f28-39e1-47d6-9772-c7f2d7b717fb.jpg b/images/9eaa5f28-39e1-47d6-9772-c7f2d7b717fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a84e7d17ed55ee1daf1cf62b1a50d67a760b9722 --- /dev/null +++ b/images/9eaa5f28-39e1-47d6-9772-c7f2d7b717fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63523dbe9aa39b995801a6c6dcad405f8fb2b17ae068aaa4c7110fcf7e05f77 +size 1721737 diff --git a/images/9ead8366-e82b-40ef-adf3-b21a65e912bf.jpg b/images/9ead8366-e82b-40ef-adf3-b21a65e912bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee98c3eb165ceb59e49a9b031cfdc42c1880ca63 --- /dev/null +++ b/images/9ead8366-e82b-40ef-adf3-b21a65e912bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a0a0e740942072c12873b5495fdc88dd9021f66c80bfb547b57c0184c7c835 +size 2002522 diff --git a/images/9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83.jpg b/images/9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef8aaf1311bdba3c842d66477e16ac00d43a98a7 --- /dev/null +++ b/images/9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fb757ebc6aacd1e106908602471025d34f4abb1bb096849527c8b10d3ac30c +size 1933950 diff --git a/images/9ebbd483-4f71-41e2-95bd-a940cc497a0b.jpg b/images/9ebbd483-4f71-41e2-95bd-a940cc497a0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65919553d63e8cc2121e6aa1c180a85bf5853a96 --- /dev/null +++ b/images/9ebbd483-4f71-41e2-95bd-a940cc497a0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79f0a4eedb72793d3565ccab8f5aef0feb0b5c5977d1ecfbc278b73feb2482b +size 1676958 diff --git a/images/9ec60bcb-8430-4f05-aa05-edeceb606fe4.jpg b/images/9ec60bcb-8430-4f05-aa05-edeceb606fe4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7db66294f1cd63b34762167a4def9a8dd4019c0c --- /dev/null +++ b/images/9ec60bcb-8430-4f05-aa05-edeceb606fe4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb901eed7d272d530ae4730c3123536165cf0c000bf698a50db87004fceb4bf8 +size 1639393 diff --git a/images/9ecf2939-09a6-4490-813e-a3f1f0e212c8.jpg b/images/9ecf2939-09a6-4490-813e-a3f1f0e212c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de74464dea48ef452201adc606afa6a8b0fb17c8 --- /dev/null +++ b/images/9ecf2939-09a6-4490-813e-a3f1f0e212c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a11e9737090dbf48c7bfc90e8d9c1f9a6114ca815747a0040f75535f1c460b +size 1721294 diff --git a/images/9f01c023-3fd0-4989-828b-71418210b13c.jpg b/images/9f01c023-3fd0-4989-828b-71418210b13c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eadbc18a2b7a3b83d43160bfc2d93be706d1d872 --- /dev/null +++ b/images/9f01c023-3fd0-4989-828b-71418210b13c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cd192e3d75af6a8f6a62f1e39f03c4b6f782eabf7bbe458f108e8727a594d4 +size 1594507 diff --git a/images/9f09cc26-e95c-4a85-8169-0b6ec9a1ad44.jpg b/images/9f09cc26-e95c-4a85-8169-0b6ec9a1ad44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1029996400ef61894e8c24d3e2777e19cf0d6ee1 --- /dev/null +++ b/images/9f09cc26-e95c-4a85-8169-0b6ec9a1ad44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a568c564de0b3ee1e156dcc3d8e9a09608371bdc378d6f897038d27b6833c09 +size 1755088 diff --git a/images/9f221e96-92f5-4d76-ad13-6c114ba582f3.jpg b/images/9f221e96-92f5-4d76-ad13-6c114ba582f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa3676aa01ffb3659c5394aca63a23b60b654dec --- /dev/null +++ b/images/9f221e96-92f5-4d76-ad13-6c114ba582f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b2d2cf8bdddf3bc9bcbfc19cb2c45921ecf5dc3abd002cbfb8d3f635d221d4 +size 1781469 diff --git a/images/9f24e67b-6ceb-4b86-be2a-0cdb63acea93.jpg b/images/9f24e67b-6ceb-4b86-be2a-0cdb63acea93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4aa4ad9d7c417f367d9d0edb2dbf2be728f658a --- /dev/null +++ b/images/9f24e67b-6ceb-4b86-be2a-0cdb63acea93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a93d9f80c1efa89ecc37a20dd629b8e43aeb77154abe05ee266533d8a982c8 +size 1476805 diff --git a/images/9f27478c-619c-4f7a-8134-2838bbd8d4db.jpg b/images/9f27478c-619c-4f7a-8134-2838bbd8d4db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bac2431e23cbd5dda0c361afb4d8a97bcea8b917 --- /dev/null +++ b/images/9f27478c-619c-4f7a-8134-2838bbd8d4db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f113285cff4e59777184bf547f36cfac7595ebc506e3b78d9b61f1bb23a3fe +size 1707838 diff --git a/images/9f3173b8-b220-4534-9b56-81f21884457e.jpg b/images/9f3173b8-b220-4534-9b56-81f21884457e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac6a06cf2fb2f2a0f86ffb190280afe07245ed30 --- /dev/null +++ b/images/9f3173b8-b220-4534-9b56-81f21884457e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0dfcb2d00732ad163f6bfc9369ab23f81dea3563f00999fc9fc6098615d2c2 +size 1483653 diff --git a/images/9f31840b-7eca-43d0-b0f4-47524a4e8ae4.jpg b/images/9f31840b-7eca-43d0-b0f4-47524a4e8ae4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46f7ac5cbe410a50c7842132095e7af42252966d --- /dev/null +++ b/images/9f31840b-7eca-43d0-b0f4-47524a4e8ae4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0321d2bdca52bd65066da648128b7930612bb75d4ab836e3855ac61541dc42 +size 1483574 diff --git a/images/9f3622ad-2231-4603-8981-ad3a73d407f0.jpg b/images/9f3622ad-2231-4603-8981-ad3a73d407f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db8b95186b4c36d3259df09389546ecad445b85f --- /dev/null +++ b/images/9f3622ad-2231-4603-8981-ad3a73d407f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8311f84177ed780e33d9be000df345f0e64ab1c912da93d0211a0c96d49bdb23 +size 1182658 diff --git a/images/9f386e4a-818f-4cbd-9332-c12d046b9993.jpg b/images/9f386e4a-818f-4cbd-9332-c12d046b9993.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89e9b3b1a99a9fb26dfe77b0053049d5c4e2d80a --- /dev/null +++ b/images/9f386e4a-818f-4cbd-9332-c12d046b9993.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d0e35027082d5dfbcb186164f3b22f544d0dc0d224f47c4ce3411d7ab60b8d +size 1639794 diff --git a/images/9f411a8c-94dc-4fcb-9c3d-caaff58f72c2.jpg b/images/9f411a8c-94dc-4fcb-9c3d-caaff58f72c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0afe71384b372caea38d62dab6629500a44ff217 --- /dev/null +++ b/images/9f411a8c-94dc-4fcb-9c3d-caaff58f72c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf91ced6028f0891869dcb2c01cc7ed6913e76475215b3c3ca855e921831dc95 +size 1467707 diff --git a/images/9f4a329c-c45b-4b6e-9591-8d176a3c9614.jpg b/images/9f4a329c-c45b-4b6e-9591-8d176a3c9614.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c832ed4f5c543c7f97b63bf549a5fc67d21c9384 --- /dev/null +++ b/images/9f4a329c-c45b-4b6e-9591-8d176a3c9614.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63201371bb606feea9bd2a373e5e72b27d98c300cc9b00ab15de97e56a360df1 +size 1507586 diff --git a/images/9f5388eb-e811-4264-8756-da5d108ebb6b.jpg b/images/9f5388eb-e811-4264-8756-da5d108ebb6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bc88bfd9740001b164b4308d9254553cd958ead --- /dev/null +++ b/images/9f5388eb-e811-4264-8756-da5d108ebb6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bb200a42ef3bbeb0543c0b625333dcfba2175b58244070b06d1166e81e306d +size 1768404 diff --git a/images/9f57ef8b-8e9a-425e-b5ec-1654c5cadc72.jpg b/images/9f57ef8b-8e9a-425e-b5ec-1654c5cadc72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b965fa7f3e87c17a3f7174cbad0ffae78381880d --- /dev/null +++ b/images/9f57ef8b-8e9a-425e-b5ec-1654c5cadc72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993c144b03d3aa0cbc3b48a77fba1a911270a7bc3c07db8b67a21d1195d6b9ce +size 1729519 diff --git a/images/9f59706e-ae5e-4b43-b3e0-d8e29bd88f75.jpg b/images/9f59706e-ae5e-4b43-b3e0-d8e29bd88f75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..878984d16163fe1d2cfca45dd51f1f9c645fa23e --- /dev/null +++ b/images/9f59706e-ae5e-4b43-b3e0-d8e29bd88f75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5210d31a618f4708f90a533850717390471c6c1186797085c002575575ec2cdd +size 2086427 diff --git a/images/9f746298-f639-4d51-88c0-82cb210cc4b9.jpg b/images/9f746298-f639-4d51-88c0-82cb210cc4b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..679f509e7af0e056791a26a3f49fd69eef46cabf --- /dev/null +++ b/images/9f746298-f639-4d51-88c0-82cb210cc4b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7292c3adf43e4d2e2336a9d4a5d340a5a1f9fe5d15b3e6351f5a00daa7d39c0 +size 3080182 diff --git a/images/9f78e64c-3fcf-48f5-b7fe-4b6968bf9488.jpg b/images/9f78e64c-3fcf-48f5-b7fe-4b6968bf9488.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f770cae2c3a553186e7f8d168afc2fe6b071b4b7 --- /dev/null +++ b/images/9f78e64c-3fcf-48f5-b7fe-4b6968bf9488.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74887bf30fcb5a527985d4206ffab3fe8ef478e4c5fa7306822a3f62fb01b49e +size 1510425 diff --git a/images/9f7922dd-b342-463b-b117-ab7db3418b87.jpg b/images/9f7922dd-b342-463b-b117-ab7db3418b87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10bdbad30bf59c9d7eb37af0ee83ba3cfa0e39d3 --- /dev/null +++ b/images/9f7922dd-b342-463b-b117-ab7db3418b87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f168d750080a96a90a5a46436ac9a5328b5941bef23d157bedff823694950bbc +size 1838137 diff --git a/images/9f7fe636-5ea2-4f37-9ff5-3f6205a8198d.jpg b/images/9f7fe636-5ea2-4f37-9ff5-3f6205a8198d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..287d025dbc83fb3304e660e78a463a9b6340208c --- /dev/null +++ b/images/9f7fe636-5ea2-4f37-9ff5-3f6205a8198d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af936360f9b6e13d5c59ec3884b14b5fa71162abfd25ffc67a90358c3ddde17 +size 1469768 diff --git a/images/9f8038e7-74df-48be-b65c-73352f0dbb7c.jpg b/images/9f8038e7-74df-48be-b65c-73352f0dbb7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d8cf4bad5f31a525e544c26306c20817a11724f --- /dev/null +++ b/images/9f8038e7-74df-48be-b65c-73352f0dbb7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22254e010550e661bc89e9911ab7b273b4b8e8ce8915cf713fe83562d30ad8a5 +size 2119918 diff --git a/images/9f8051df-d7a1-469b-a213-4ec4c1943dc1.jpg b/images/9f8051df-d7a1-469b-a213-4ec4c1943dc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54781cbb25e98b7f9b7775245b23bf3948a1e1e1 --- /dev/null +++ b/images/9f8051df-d7a1-469b-a213-4ec4c1943dc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6209c1fb28954c26dac4efb7336c955a5c35677eda4eb05ee6095d5d2984949a +size 1960548 diff --git a/images/9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc.jpg b/images/9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f9384c687b99e6bc6cbee7c0bdbeeb3ece6e47d --- /dev/null +++ b/images/9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061b007ccfbe8025bda1eb144540b7d4dcb11d61cac0c30c4cfb3fa1137cc03 +size 1658068 diff --git a/images/9f8424df-1db0-4ee0-a447-3b5f64e0efd4.jpg b/images/9f8424df-1db0-4ee0-a447-3b5f64e0efd4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3687a7bf23abb07f1b1c766e4b9617e0caaf3a31 --- /dev/null +++ b/images/9f8424df-1db0-4ee0-a447-3b5f64e0efd4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9d7deebd36ecd0f56c3279608bf48e1885c3ca0c5f5410196b918dfb4f075 +size 2355333 diff --git a/images/9f86ad1c-f367-4ef9-be04-a17955523502.jpg b/images/9f86ad1c-f367-4ef9-be04-a17955523502.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6805d6417f01770c8da4db98a254d1ce048e4909 --- /dev/null +++ b/images/9f86ad1c-f367-4ef9-be04-a17955523502.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126f445b6e4eeb9a4da85a5d03ca780dc30c6fce41d9f49db80a43ca558e3fb5 +size 1884789 diff --git a/images/9f8992b1-9e52-4716-9d60-43e2edea7d3c.jpg b/images/9f8992b1-9e52-4716-9d60-43e2edea7d3c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f52aef4db3a35b4e5d6874348ae988a93f0422f --- /dev/null +++ b/images/9f8992b1-9e52-4716-9d60-43e2edea7d3c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93e9daab4315801eb8ab59a17b3596d54361e7ca9a38d4b51d44aa86a8dcccf +size 1500081 diff --git a/images/9f8fbc0e-3cb5-40ae-a17b-794c96d386c3.jpg b/images/9f8fbc0e-3cb5-40ae-a17b-794c96d386c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fafd79135628af4c5a0bc16fc80db10d8a869697 --- /dev/null +++ b/images/9f8fbc0e-3cb5-40ae-a17b-794c96d386c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d675dea2b7ea2a842a9e818944d7f43b2e6b52463b8e8bebc10e7a928e50cbe2 +size 1765666 diff --git a/images/9f9198a1-77c6-4960-b1b1-6259639e262a.jpg b/images/9f9198a1-77c6-4960-b1b1-6259639e262a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c94fe94ac5488cccb0a5a6fa6be5fe1caaea19d7 --- /dev/null +++ b/images/9f9198a1-77c6-4960-b1b1-6259639e262a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3e8d13854a438c5b3c73027db550957013e0c8ab23354c87327a8e094296cf +size 1649077 diff --git a/images/9f987c5d-5b11-4ea9-80cf-6bb4865bd57d.jpg b/images/9f987c5d-5b11-4ea9-80cf-6bb4865bd57d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c01f14b49e54d88efa3b598e2bfebf2147c8e9e --- /dev/null +++ b/images/9f987c5d-5b11-4ea9-80cf-6bb4865bd57d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ad205c46bcc1904dd04762d9c63ee683dc27c9f0d397c7696d2f943371e08b +size 1722185 diff --git a/images/9fa071fb-9b8c-4f04-8705-e9c8c2db8014.jpg b/images/9fa071fb-9b8c-4f04-8705-e9c8c2db8014.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5cadb3944993c638f8b88b7623032aadd9f46bf --- /dev/null +++ b/images/9fa071fb-9b8c-4f04-8705-e9c8c2db8014.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39abe8630fe700759a41643fcb7e9a73ece0c8f8f41801342072e6bec6ecf18f +size 2196325 diff --git a/images/9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36.jpg b/images/9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36738200e9302865c815f5fbf6d0df194bf6e419 --- /dev/null +++ b/images/9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10f4e731a8c4a920ff6b123d14f37a93471ac706d518405835cdb6e9f09d8c3 +size 1441053 diff --git a/images/9fbd1984-27c1-4543-b6f2-483bc49eb69d.jpg b/images/9fbd1984-27c1-4543-b6f2-483bc49eb69d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08709dae5c247138691bf153897f28c061de4a49 --- /dev/null +++ b/images/9fbd1984-27c1-4543-b6f2-483bc49eb69d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b22196fa95fb3cb215b905697975e1ad6ac8a0251cd7aef4eaf41f908152bf +size 1211750 diff --git a/images/9fbec4fe-d7d4-4842-9186-84ffc6fba175.jpg b/images/9fbec4fe-d7d4-4842-9186-84ffc6fba175.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d10c5c1eb9530b4ebb4f0a995ace4239bfa3da45 --- /dev/null +++ b/images/9fbec4fe-d7d4-4842-9186-84ffc6fba175.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b859fefc78e61701cfa8383b0631b3d976030985566f1b88986734b469c114d2 +size 1754564 diff --git a/images/9fbf8fc8-2f4c-4624-8078-88d6fea62533.jpg b/images/9fbf8fc8-2f4c-4624-8078-88d6fea62533.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fab33c426c0b90bf037f7618216c71760abf083 --- /dev/null +++ b/images/9fbf8fc8-2f4c-4624-8078-88d6fea62533.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a8b3cf019cf77eb96d12ccd28df1e111f75b867fa71e061ad9224ee401a390 +size 1590946 diff --git a/images/9fc1650e-540d-4007-8a73-b6a174202dd9.jpg b/images/9fc1650e-540d-4007-8a73-b6a174202dd9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84b1af41f6b6bc030f6bbcadddd37285a49d33fd --- /dev/null +++ b/images/9fc1650e-540d-4007-8a73-b6a174202dd9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b0a89860060370c63eb19226e212c7d3fab4515f9a567d7cd0da73968e89dc +size 1451446 diff --git a/images/9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9.jpg b/images/9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b73a390317e4de420b014f61969ba3574d6575e7 --- /dev/null +++ b/images/9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbffd235c41b316ece5faafe4865310ca0f973bf7e6faf1c6c8fdb34df41f19 +size 1521104 diff --git a/images/9fd4c543-d2f4-4f98-857d-7e3f228f9671.jpg b/images/9fd4c543-d2f4-4f98-857d-7e3f228f9671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b749724dd3f812519f8d65268b19c96c8b885a8c --- /dev/null +++ b/images/9fd4c543-d2f4-4f98-857d-7e3f228f9671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1888e8380f0c2f86eda9aa5bb5e8285c707275c49884c3db31e53dcf4fadc8 +size 1578882 diff --git a/images/9fd738c4-edca-43b1-8b24-7236f0e9219e.jpg b/images/9fd738c4-edca-43b1-8b24-7236f0e9219e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0892b40b7470ba760d3ed50600b6fd1e70ce4343 --- /dev/null +++ b/images/9fd738c4-edca-43b1-8b24-7236f0e9219e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3095fd219bc5a77e3f132816a2912a2f2b0018b8de10b56480fb6748993597 +size 1133355 diff --git a/images/9fde241c-a8d2-47c0-9c2c-8585cc430b85.jpg b/images/9fde241c-a8d2-47c0-9c2c-8585cc430b85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c03500031125d2818666bba41b2fe860849c0949 --- /dev/null +++ b/images/9fde241c-a8d2-47c0-9c2c-8585cc430b85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94a36a71c567c0e5164d6fcebd0136fa227bc3d5443410d9948321ac639465e +size 1732910 diff --git a/images/9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f.jpg b/images/9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f23d36d540bc07829f4e3db3fde723099f408be --- /dev/null +++ b/images/9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37250b86eff76b2fc18479b127c7ae2dfc9fe51bd46b002245655aaf25cfe6c7 +size 2215076 diff --git a/images/9fee8f41-f816-4089-8904-5067188b254c.jpg b/images/9fee8f41-f816-4089-8904-5067188b254c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5f7f7033a3827b2c53510791341dcae5a20757b --- /dev/null +++ b/images/9fee8f41-f816-4089-8904-5067188b254c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109ebd993d47582420d659ef8b0ac03816d6aac6a864ae3174c585228b67d88f +size 1710120 diff --git a/images/9ff2ea79-9025-49d3-9f17-9b4c21f76033.jpg b/images/9ff2ea79-9025-49d3-9f17-9b4c21f76033.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe2e9f288202d1bddec3e2d67fbc57323c4f17e --- /dev/null +++ b/images/9ff2ea79-9025-49d3-9f17-9b4c21f76033.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2186580243ba2e048084703a309f3653cc9f3a6405438095be084791ca9b4a3a +size 1464713 diff --git a/images/9ff55fc8-c1df-40cd-a475-5695f06bfbf7.jpg b/images/9ff55fc8-c1df-40cd-a475-5695f06bfbf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e193410cd584b22595c52e6d34e1a91aa5980d0b --- /dev/null +++ b/images/9ff55fc8-c1df-40cd-a475-5695f06bfbf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520948a7c4c3e3c0654040193dc471e5adb99c883187a040d093518d9a4fbe8e +size 1708338 diff --git a/images/9ff7e005-c9de-47b9-8e86-eca61527ac6f.jpg b/images/9ff7e005-c9de-47b9-8e86-eca61527ac6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3a2db36435c139d64c2e8821345471593d39f2d --- /dev/null +++ b/images/9ff7e005-c9de-47b9-8e86-eca61527ac6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89db50c654998192b0a2af3e08d670fd12b0b7dfdcfcda57fa7c89ef7f7ed7bd +size 1859805 diff --git a/images/9ffc5836-1e99-4a7b-bcb6-9f1525557b04.jpg b/images/9ffc5836-1e99-4a7b-bcb6-9f1525557b04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18640268055295a5c5a6834304802eb93a7c1916 --- /dev/null +++ b/images/9ffc5836-1e99-4a7b-bcb6-9f1525557b04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769ff83b0801869eb092d7984a65cefdefa3a8a132af1e7228b890b1ea07f00a +size 1039893 diff --git a/images/a0013a47-9be3-4ac0-9a10-ca7c797cc8a1.jpg b/images/a0013a47-9be3-4ac0-9a10-ca7c797cc8a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1517a52230461a41cfb7f36575e6ca7d7fe09e3e --- /dev/null +++ b/images/a0013a47-9be3-4ac0-9a10-ca7c797cc8a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae24e99c670584d83ed8b6ac30ce0f58c4e277dd79ca64a5af28f651330cc64 +size 1192108 diff --git a/images/a008ea6d-566d-4722-bc77-39523394401d.jpg b/images/a008ea6d-566d-4722-bc77-39523394401d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..200a0cd2d7026287c614c5a2dab8138865a7b94d --- /dev/null +++ b/images/a008ea6d-566d-4722-bc77-39523394401d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9183c31e81be299d884625080dfa9a4de39e6067390d6ea81fdd63c8c00dedad +size 1341347 diff --git a/images/a0262653-528e-4a31-9cca-083b86d08fb4.jpg b/images/a0262653-528e-4a31-9cca-083b86d08fb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..573f3c6c2d5c6fd1b83d2d5047e7317c4c9878f3 --- /dev/null +++ b/images/a0262653-528e-4a31-9cca-083b86d08fb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33de8d8f85b73bcd02cc1f4caabd1c867c36cdd7549e0dc239f97d70610237a6 +size 1741528 diff --git a/images/a02d3058-005b-4195-9e86-ecb657a01302.jpg b/images/a02d3058-005b-4195-9e86-ecb657a01302.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51cef76dd6ad8821478955aa95b73cfaf2127244 --- /dev/null +++ b/images/a02d3058-005b-4195-9e86-ecb657a01302.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30058f48a407f2811fe7f61e339ef69708f8ab240d5d7050663e592fd739a62f +size 1154970 diff --git a/images/a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9.jpg b/images/a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2e8695abb5d5f302af076bbc5f7e3b9f9dab816 --- /dev/null +++ b/images/a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca23e0fa0ed2065dc22e4ac7fca1be3fa3db3d3ae5924bd657e2e7ab6d0ea11f +size 1641733 diff --git a/images/a0342770-f722-4c0d-9b3e-12fe112f4083.jpg b/images/a0342770-f722-4c0d-9b3e-12fe112f4083.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03ea36e1d3491c0ebe4e2d788e07c04ee9f9b591 --- /dev/null +++ b/images/a0342770-f722-4c0d-9b3e-12fe112f4083.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995dcc3b3f6fc7a9a687e6fe9d0ef0778706f99ff3137384483cc480f8b86a9c +size 1369998 diff --git a/images/a037f885-80c1-43aa-8180-f2649c831da1.jpg b/images/a037f885-80c1-43aa-8180-f2649c831da1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7508295f00c8813ad01c0001e9b15d5631896d38 --- /dev/null +++ b/images/a037f885-80c1-43aa-8180-f2649c831da1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b2b6d44b63c90251e38ae964b546df74cf26f48c2635cc5f8a269c6f636495 +size 1255683 diff --git a/images/a0387ce5-2e76-42bc-a05f-c702789ffcbe.jpg b/images/a0387ce5-2e76-42bc-a05f-c702789ffcbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16fe1d81dd5d6624dd9205c4909296fbe400477b --- /dev/null +++ b/images/a0387ce5-2e76-42bc-a05f-c702789ffcbe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e937bd8e5eab2ef9866db7ad8667bb2afc4c4827e53773054c31ba98f7ccea5 +size 1543471 diff --git a/images/a0430b6c-3748-47e9-9921-b37778832577.jpg b/images/a0430b6c-3748-47e9-9921-b37778832577.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d4538cfc973758e0cbefa0f4ea8618c19a308b1 --- /dev/null +++ b/images/a0430b6c-3748-47e9-9921-b37778832577.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfd9a632a7110b7f0dc10bc3e00996356e5859eac7b653e679e826bba1f897d +size 1617787 diff --git a/images/a044d9e5-c43c-4196-8d97-eb6a40ed597b.jpg b/images/a044d9e5-c43c-4196-8d97-eb6a40ed597b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d795f2fb6c38223898334fd9cd87876d6e3648d1 --- /dev/null +++ b/images/a044d9e5-c43c-4196-8d97-eb6a40ed597b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08764efa0aae5a363c99c0faf413a32445637c7cdc4ba428c282eb13345f63d5 +size 1466762 diff --git a/images/a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c.jpg b/images/a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e8e299fc1e7a7e93ff1a2ccf0ec61f670407b40 --- /dev/null +++ b/images/a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05036823f5a9bcbfb1ffefe3dd5f7faa5e1e505c3a2599ecf652dd196bc237f0 +size 2638617 diff --git a/images/a06e30e5-d3dc-44a8-a656-6d71c31ba68a.jpg b/images/a06e30e5-d3dc-44a8-a656-6d71c31ba68a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30c79219e5cccc92858eb4065b619e51511890ee --- /dev/null +++ b/images/a06e30e5-d3dc-44a8-a656-6d71c31ba68a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af7d3c94ce9de98121f751220ae231ced46e96640c31b2852bbe078cdd8ccf5 +size 1553951 diff --git a/images/a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0.jpg b/images/a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb455229e0c0c782b08c72de55db6ac9279a835a --- /dev/null +++ b/images/a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90684f94e402f080450ef445c2cc4bb44939ef8b67825d57ff04038c52fa60c +size 2631665 diff --git a/images/a078409a-34a7-4ac2-8bf2-7f7aa702fbd2.jpg b/images/a078409a-34a7-4ac2-8bf2-7f7aa702fbd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7ca75a4ab9666df5f1ddb616812c896dbcf4c4f --- /dev/null +++ b/images/a078409a-34a7-4ac2-8bf2-7f7aa702fbd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737cc7c386327391246a45a693fc4fbea6e8b9948fe11931b83d561145d73716 +size 1472708 diff --git a/images/a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4.jpg b/images/a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..912d59f728dd338aa5e92692300529ea697b9b4a --- /dev/null +++ b/images/a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000d71c7294c81c9638f40691c94e5d627a81b4cd15b48ae8b4174ec7f47eb7b +size 1647553 diff --git a/images/a08399c8-cbbb-4de7-b1f9-ce757f4a9e52.jpg b/images/a08399c8-cbbb-4de7-b1f9-ce757f4a9e52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9736496350dac04af4a851bf7cf2bfb91af3ba7 --- /dev/null +++ b/images/a08399c8-cbbb-4de7-b1f9-ce757f4a9e52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d2a4fd93c23b9f9a42c187e45f84abd23409c7746f177a364224337da2e43c +size 1875665 diff --git a/images/a09e5c69-237f-4533-a5b3-a2a4154b6d34.jpg b/images/a09e5c69-237f-4533-a5b3-a2a4154b6d34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98f28d3ccfda2768962b99a9ee22da92c8ee8c93 --- /dev/null +++ b/images/a09e5c69-237f-4533-a5b3-a2a4154b6d34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df5aa57a95da02ef5fda65308a3f959604d02ca81bb4e7854595b1a8c4b18d7 +size 1290824 diff --git a/images/a0ac75c7-1d6c-46f3-99a8-e2ac305abc82.jpg b/images/a0ac75c7-1d6c-46f3-99a8-e2ac305abc82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e48499a566c11a61b5a18a81a187cda1a3b7ca46 --- /dev/null +++ b/images/a0ac75c7-1d6c-46f3-99a8-e2ac305abc82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cacd9b3b9556b8034d7500552c56a451ca75e307c86301b5fa0e1255eddbc8f +size 1536483 diff --git a/images/a0b401de-483f-4804-9f05-c5ec840f97fe.jpg b/images/a0b401de-483f-4804-9f05-c5ec840f97fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3f73e18551d6739e5763d77cfaf4264d95715aa --- /dev/null +++ b/images/a0b401de-483f-4804-9f05-c5ec840f97fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de10e396c69b0b21187f745e1d66717fe17d52aee40d825efa038620ad022bfb +size 2329193 diff --git a/images/a0b4bb83-3515-4c34-9d2b-c15ed1de5896.jpg b/images/a0b4bb83-3515-4c34-9d2b-c15ed1de5896.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ad3a9389eb6775edada3bd15f4939e0885fa087 --- /dev/null +++ b/images/a0b4bb83-3515-4c34-9d2b-c15ed1de5896.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96487cd01d354c7d3d09b63e7f6c08abeb51982cd1ccc022ffa83d01ee1f702 +size 1224983 diff --git a/images/a0bfccc2-9089-4142-a5bf-8158082aaaef.jpg b/images/a0bfccc2-9089-4142-a5bf-8158082aaaef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ef938c3879a2417d99fa99feefafab711d1b85c --- /dev/null +++ b/images/a0bfccc2-9089-4142-a5bf-8158082aaaef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90360a1acb6d410ac37ff4ca2e9f8049082c82f02c269257b0cd626a8c5dae3c +size 1341067 diff --git a/images/a0caa6fb-1b1c-4699-809b-0dcffd77294e.jpg b/images/a0caa6fb-1b1c-4699-809b-0dcffd77294e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67dca8bc9ae7441ef9ae1badec1670121d9082ce --- /dev/null +++ b/images/a0caa6fb-1b1c-4699-809b-0dcffd77294e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178e49b8940c5cb79124734c48b66c0be0a694be48ab70306b34b0e97bcddbb9 +size 1816784 diff --git a/images/a0e5ee8d-2733-4e15-b383-2a375230dfd8.jpg b/images/a0e5ee8d-2733-4e15-b383-2a375230dfd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e89cfaf09897b089f7fb070fb16e66117c0faee4 --- /dev/null +++ b/images/a0e5ee8d-2733-4e15-b383-2a375230dfd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54809a66f555a013fc277598f7b449c9b0f47a73812b258005dcac29e07cfe39 +size 1114914 diff --git a/images/a0e63868-e68b-4e73-ac87-535b4482b7c8.jpg b/images/a0e63868-e68b-4e73-ac87-535b4482b7c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5b31415109a6d2dda715c6468f2249fabcfffbd --- /dev/null +++ b/images/a0e63868-e68b-4e73-ac87-535b4482b7c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3d217f361c647dfc689ab2e6319b43310b129fa68f9be5d2af424c19a20037 +size 1280181 diff --git a/images/a0fc0490-6041-413f-ab71-04861d01adad.jpg b/images/a0fc0490-6041-413f-ab71-04861d01adad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbb340be2559e6e94c1dae3e0fbfbeefe880002d --- /dev/null +++ b/images/a0fc0490-6041-413f-ab71-04861d01adad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e06dc49222e9db5eaa9c8daebc2521a477ebd1ea7e11f5e0fc611953833bbd +size 2105408 diff --git a/images/a1192541-c55f-4b7e-8e58-6f6a4bb11d83.jpg b/images/a1192541-c55f-4b7e-8e58-6f6a4bb11d83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..804c885aa56275d13d1537b099b843a7eab978e4 --- /dev/null +++ b/images/a1192541-c55f-4b7e-8e58-6f6a4bb11d83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd58a05a30087ab4f26527ce9117f151cd83dbd847ffc92fd805fa4e5d71db5a +size 1460864 diff --git a/images/a1287864-0d0c-45a6-8385-a3b3b0ef2ca5.jpg b/images/a1287864-0d0c-45a6-8385-a3b3b0ef2ca5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94cd2ed5b74e6c5e7f6d028cb03fc14c9628f035 --- /dev/null +++ b/images/a1287864-0d0c-45a6-8385-a3b3b0ef2ca5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3479471300c58279fcbac34022104388e68c63d4c389884bd92bd1335dfb8280 +size 2142133 diff --git a/images/a12a8a92-7a46-40de-a45f-bbcb5d442077.jpg b/images/a12a8a92-7a46-40de-a45f-bbcb5d442077.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f035cb700ee85538b7feb6dce4c4d1d171f88f3 --- /dev/null +++ b/images/a12a8a92-7a46-40de-a45f-bbcb5d442077.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f7d408733684d1cd1c9db4ba7e02df03454cac26ddd57cd7cff8aee82577f9 +size 1690314 diff --git a/images/a136c351-d05e-4946-a4e9-789863458b61.jpg b/images/a136c351-d05e-4946-a4e9-789863458b61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b56c26351a923294539d1f62d5102062de30994 --- /dev/null +++ b/images/a136c351-d05e-4946-a4e9-789863458b61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf7a016cb2f4e0d5371ec7c5dde7aaeffc8173594cf9efb6dbc741e59074edf +size 1958426 diff --git a/images/a148122b-3b76-4705-9a43-9ec6d67ddb3b.jpg b/images/a148122b-3b76-4705-9a43-9ec6d67ddb3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..749aed541ac8d608f6424ebf24381932b8313e3d --- /dev/null +++ b/images/a148122b-3b76-4705-9a43-9ec6d67ddb3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bdc0269212b826b111445210fc5d46cec9c5573e7a844794734e823b1a1c65 +size 2390178 diff --git a/images/a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8.jpg b/images/a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be643dee727fa7a9d82c6cfac168b084160cee98 --- /dev/null +++ b/images/a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32430d95dacc3deee67183a127cc8cdae5f6dfae302acebb441a91018f72d4d +size 1681649 diff --git a/images/a164fc81-7c03-4e81-9163-040223ac4ee8.jpg b/images/a164fc81-7c03-4e81-9163-040223ac4ee8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14706b1285ac85194501ce0ce4a8969b68006c61 --- /dev/null +++ b/images/a164fc81-7c03-4e81-9163-040223ac4ee8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024ad610bdf909bd9eb510656634b9c31275e731d2db0c9bb942a53c9d3c7e55 +size 1176788 diff --git a/images/a1650d43-0327-4a67-a626-f4f559007a0a.jpg b/images/a1650d43-0327-4a67-a626-f4f559007a0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdb47f4d75aa7f3ec173555dcf4c504640913eef --- /dev/null +++ b/images/a1650d43-0327-4a67-a626-f4f559007a0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7236d6b759afd573369089ce18d087f3a5a72c75b43fa53ef4782e32d5d0406b +size 1684044 diff --git a/images/a166ae67-2ceb-40e7-8e9b-844d5522bd68.jpg b/images/a166ae67-2ceb-40e7-8e9b-844d5522bd68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..521d77c2a02aa2c4f66c1db4efa81936aa67f8a0 --- /dev/null +++ b/images/a166ae67-2ceb-40e7-8e9b-844d5522bd68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d00243b7f00964643b984098ca70d43c40afda9b54ee426e8d8aa232665cd44 +size 1690794 diff --git a/images/a1790433-50b2-459f-b807-17546bb0be88.jpg b/images/a1790433-50b2-459f-b807-17546bb0be88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc8649d91e104fc9debe713773d41acf3e1e8a5b --- /dev/null +++ b/images/a1790433-50b2-459f-b807-17546bb0be88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145a9265961ef52b377c891b63493e60683becb91a3f90f1d2e9ca2fceb252b8 +size 1677005 diff --git a/images/a17e1044-d57f-49d9-b659-bdbdab962e7b.jpg b/images/a17e1044-d57f-49d9-b659-bdbdab962e7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dc170f7d614fd31adbc0e083e7814ffcbc22630 --- /dev/null +++ b/images/a17e1044-d57f-49d9-b659-bdbdab962e7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73a6a02efa146bb857cf41c671a6a13e856e44f9f5765b3059d11a1f32a0268 +size 1543610 diff --git a/images/a1876947-8fe4-465b-acf3-d6611d0173b5.jpg b/images/a1876947-8fe4-465b-acf3-d6611d0173b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02d28cd4c89502023cbc7cc69a011c7cd9dd0a95 --- /dev/null +++ b/images/a1876947-8fe4-465b-acf3-d6611d0173b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea5a7bf098eabca213abb0e56ff02255464de73b543455255311f8e45899f2b +size 1428790 diff --git a/images/a1940d71-84b1-4968-b43e-6f1c9122ba17.jpg b/images/a1940d71-84b1-4968-b43e-6f1c9122ba17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ee1c47930afc3b2db46216b254f13c638e6760d --- /dev/null +++ b/images/a1940d71-84b1-4968-b43e-6f1c9122ba17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffcfae8ed083df94634f57f3aeb91e25021b9f4d94263f4e62d1f7ee6d8874a +size 1646640 diff --git a/images/a194e19f-3853-420b-9192-84dbb5d03275.jpg b/images/a194e19f-3853-420b-9192-84dbb5d03275.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5702cd27c93193142019c4cad53abdf36068571c --- /dev/null +++ b/images/a194e19f-3853-420b-9192-84dbb5d03275.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271d44cfc5f8452f48087ba85d42aba7f81dff525096c8019a4b7be95d921749 +size 1314258 diff --git a/images/a19586b9-3946-4cf0-98b9-5e3414c5f93b.jpg b/images/a19586b9-3946-4cf0-98b9-5e3414c5f93b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..189c9ea2eed664fe06cd429f4e635e177489dedc --- /dev/null +++ b/images/a19586b9-3946-4cf0-98b9-5e3414c5f93b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3095eb2cca2bb8ff473f90db41f47aa858c23ecddf5ba2c791eff8c03d79e5 +size 1650238 diff --git a/images/a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9.jpg b/images/a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06411fb35a5ef1a203c075e62535a6cb6ae8783b --- /dev/null +++ b/images/a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8250e605387d948f7b7e467996cedf4a228edcb7e094450bd522d9a9986f5907 +size 1690918 diff --git a/images/a1a59117-b5e8-4723-9ea3-bb4314d5df7c.jpg b/images/a1a59117-b5e8-4723-9ea3-bb4314d5df7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dbe45a52ceb6fb0e654f7a630f93a5be28ef603 --- /dev/null +++ b/images/a1a59117-b5e8-4723-9ea3-bb4314d5df7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f96d22d434c796a3ef1ab04f834d2a5d7b39b373f02203d025e9d726dd7f4ad +size 1311231 diff --git a/images/a1a5c9ee-599a-4e11-9706-8b0ae31e10ed.jpg b/images/a1a5c9ee-599a-4e11-9706-8b0ae31e10ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc37bbb486f7484fdf4ac6ba1c9838d8d4efb8e7 --- /dev/null +++ b/images/a1a5c9ee-599a-4e11-9706-8b0ae31e10ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2a225df2952759ee39505da39e5a5992c1f4e024fea85d4fd01d6ebe2b683a +size 2254831 diff --git a/images/a1ad7cab-ccbb-48da-8a55-569c1597c720.jpg b/images/a1ad7cab-ccbb-48da-8a55-569c1597c720.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd8cee655277d6cb31ef097bf1a807f031f76eea --- /dev/null +++ b/images/a1ad7cab-ccbb-48da-8a55-569c1597c720.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a8bbfc4369b9596078f29bdd3746dfa1214b4048a3b197ec983e4db772f9df +size 1928710 diff --git a/images/a1b0203b-4743-47ca-902e-8a46a8f1dbd3.jpg b/images/a1b0203b-4743-47ca-902e-8a46a8f1dbd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db5e6b62515073b1b84b8b2288cf49d1022f04cf --- /dev/null +++ b/images/a1b0203b-4743-47ca-902e-8a46a8f1dbd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fb35fa71ff7856e056daf46ea9976adace69799b28ba7f36367cd1751b5426 +size 1674100 diff --git a/images/a1b61b11-9b40-4fb0-9173-b023479ec8fc.jpg b/images/a1b61b11-9b40-4fb0-9173-b023479ec8fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19ebee6303db364fe909f2d4380bc1bab25df239 --- /dev/null +++ b/images/a1b61b11-9b40-4fb0-9173-b023479ec8fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b04ad70ae6f6c068ca0bd758de1228df9a16f710bb1626199a0475d6f4fc104 +size 1434248 diff --git a/images/a1c09e7a-0156-4d9a-943c-129180374c86.jpg b/images/a1c09e7a-0156-4d9a-943c-129180374c86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d815b498d5abdc355e926afc6a8e9a8a3e4d287c --- /dev/null +++ b/images/a1c09e7a-0156-4d9a-943c-129180374c86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99853f5e13b2d8d5240a6d541ebde4cf2fb7564803a6f964cee7f2278808ffe8 +size 2040218 diff --git a/images/a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a.jpg b/images/a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..315542e8b60a40cb376a7bc79869f5855c9ce7b9 --- /dev/null +++ b/images/a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad5163befd1c151dbb7cef73a08fa9e4b84aa34e34ce359462ca96fe30e84c3 +size 1843247 diff --git a/images/a1d179d2-2939-455b-afc2-38c85f7f7795.jpg b/images/a1d179d2-2939-455b-afc2-38c85f7f7795.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce9c0c71ead5575a9a6ce2de5f6e3420afbda7a3 --- /dev/null +++ b/images/a1d179d2-2939-455b-afc2-38c85f7f7795.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cdf836ec21390b8411080160d1cd1b1934e303dfc12ff185af7de2843f1a45 +size 1554132 diff --git a/images/a1d4068a-b4f5-4a0d-9023-dabff5e35d36.jpg b/images/a1d4068a-b4f5-4a0d-9023-dabff5e35d36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b00b6b06f6803901cc87a98bb05e38ea67d37d97 --- /dev/null +++ b/images/a1d4068a-b4f5-4a0d-9023-dabff5e35d36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8cc8d8006ab7c8e28e1980970d8002381ab6abddf34e91f77ab60e1cf897d7 +size 2192552 diff --git a/images/a1d82636-82d1-4a99-83e6-88f8f3eedea2.jpg b/images/a1d82636-82d1-4a99-83e6-88f8f3eedea2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1232e84425f8af15e4138caf6d6d64c674d2dd63 --- /dev/null +++ b/images/a1d82636-82d1-4a99-83e6-88f8f3eedea2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922396822d464357570421a0ebd713b6909903ef4ff082485eee7fd8967a23f2 +size 1481625 diff --git a/images/a1d83d24-699a-4f27-a250-6fb2a508ad3b.jpg b/images/a1d83d24-699a-4f27-a250-6fb2a508ad3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..778a49ed3be2de360b4037de7c18aa99e9f25e74 --- /dev/null +++ b/images/a1d83d24-699a-4f27-a250-6fb2a508ad3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7498bd9f73bbedb515428d2861e9841ca79db499592b4ffea862ce367e171b86 +size 1832539 diff --git a/images/a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291.jpg b/images/a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e87a85b708ac4b194b74e622f61375c728743e5 --- /dev/null +++ b/images/a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a4e8a4cb767de1f6cfea65c17df43c72e5671d786e3880b7c72144caf260b9 +size 1606158 diff --git a/images/a1ef05bd-0400-45ff-9c63-b0319460c32c.jpg b/images/a1ef05bd-0400-45ff-9c63-b0319460c32c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46b75c4d629b29ad588cce5d8eb93d6480fc2c1e --- /dev/null +++ b/images/a1ef05bd-0400-45ff-9c63-b0319460c32c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739c649a8a4b94ad1ea04e7a49110335b5efe631624950910f5a142214e82e97 +size 1609508 diff --git a/images/a1ef7075-f4b0-4003-8c08-caa437c1ed16.jpg b/images/a1ef7075-f4b0-4003-8c08-caa437c1ed16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb0664ec6b48ea629d6ac4275ab07e61d7505576 --- /dev/null +++ b/images/a1ef7075-f4b0-4003-8c08-caa437c1ed16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669d69fc993922b794bb87a23763d9ee592984337f02932d9f63658d7c6ebd61 +size 1890364 diff --git a/images/a1fb8518-c00b-4bf3-ab25-cc6ad95dc006.jpg b/images/a1fb8518-c00b-4bf3-ab25-cc6ad95dc006.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4ad7b336d5a23a03c8d54cf23982243e7be49c8 --- /dev/null +++ b/images/a1fb8518-c00b-4bf3-ab25-cc6ad95dc006.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39ec989bf0fd6d06e662df9de48d52d2be20aef6b8be260f63c33aba28ae8db +size 1707629 diff --git a/images/a2030ab4-3fe7-4905-bcf0-6808bdb83584.jpg b/images/a2030ab4-3fe7-4905-bcf0-6808bdb83584.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05ba21a8a58406a5252513fb00d216bfbdbb227d --- /dev/null +++ b/images/a2030ab4-3fe7-4905-bcf0-6808bdb83584.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c149b1d19ebf0f816bc8b787319abc0acf21bc1540a933eb3b1c9ac79dce74 +size 1241561 diff --git a/images/a21819f9-5eef-40ea-994a-6de20e95dc21.jpg b/images/a21819f9-5eef-40ea-994a-6de20e95dc21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d8056fac188d213fc264becd54224a744034155 --- /dev/null +++ b/images/a21819f9-5eef-40ea-994a-6de20e95dc21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871bfaa2fb3e5ef403cad2d45c98deb148f546abeabd1a51998281575861160e +size 1544117 diff --git a/images/a21b2380-593f-44fd-a981-3bc61b05f7a9.jpg b/images/a21b2380-593f-44fd-a981-3bc61b05f7a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..291f39af9b5f61bc0a0ab59c69fceefa14c77734 --- /dev/null +++ b/images/a21b2380-593f-44fd-a981-3bc61b05f7a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fabb6abd7aafbcf639df2799605ba576fa2564137b6ec0ad23f0d7fc05cc3a3 +size 1591033 diff --git a/images/a21c3a47-1235-4ae1-b795-220851793f82.jpg b/images/a21c3a47-1235-4ae1-b795-220851793f82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f99b6ed3e08230474f33e453989898aa2947e5f9 --- /dev/null +++ b/images/a21c3a47-1235-4ae1-b795-220851793f82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39a2baad7aaa20a67f730d69900280ec1fc6d2036a6245c549ff12c9cc40db2 +size 2130163 diff --git a/images/a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971.jpg b/images/a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b619c4765f4d44e225078171ad7cfb555a224e3 --- /dev/null +++ b/images/a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4761ae85effe951af31a3a172eaaa00cacb9dc3711bc62d1b511124a293eb167 +size 1363085 diff --git a/images/a221cae4-b057-454f-bac1-23c3d631eb98.jpg b/images/a221cae4-b057-454f-bac1-23c3d631eb98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a787383114e0cbcd2cf005e2ee19baf9064ea20 --- /dev/null +++ b/images/a221cae4-b057-454f-bac1-23c3d631eb98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5429fee2dde4d619ddd85b5e206a48dc703f5f592f2ec1bf00a611d6509c53f +size 1757818 diff --git a/images/a2247461-f2bc-4de2-9093-49657157a157.jpg b/images/a2247461-f2bc-4de2-9093-49657157a157.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b444d3d6dbc6412b31e3516b147211358a723dd3 --- /dev/null +++ b/images/a2247461-f2bc-4de2-9093-49657157a157.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fedf774dbf4af95102fb610cdd12b2cd1dab3fb852bca1ccdf5d8319ac5dbd8 +size 1209699 diff --git a/images/a225aa40-12cc-4f1a-8011-19ded805a42d.jpg b/images/a225aa40-12cc-4f1a-8011-19ded805a42d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4368ae6662b3dea3ab12ab8a7fc1afc33306d028 --- /dev/null +++ b/images/a225aa40-12cc-4f1a-8011-19ded805a42d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5f3f9b42b217ff3d446d1f85e6207c0864883339766529b2b411bfcd7d724c +size 1717501 diff --git a/images/a2408999-190e-4ebf-bb0a-511f0eef19f8.jpg b/images/a2408999-190e-4ebf-bb0a-511f0eef19f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..260c5f29ad7da3fb7e8921ce12704392150a65b5 --- /dev/null +++ b/images/a2408999-190e-4ebf-bb0a-511f0eef19f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9ba9779be0cde68c5910ed134900cbf7268568ac15960474a23f1c741ba4f8 +size 1211386 diff --git a/images/a24b7bd8-8934-4b2f-835e-d59f792551a6.jpg b/images/a24b7bd8-8934-4b2f-835e-d59f792551a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd17b1e5feeae52f3b9ffc7f916fc2514d5541dc --- /dev/null +++ b/images/a24b7bd8-8934-4b2f-835e-d59f792551a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce44ba24adfd1e7ce300828cfb61f1a5d18a9162f673dfd2712d472567e5eb85 +size 1815356 diff --git a/images/a256829a-ce01-467a-9941-d3a7a098b005.jpg b/images/a256829a-ce01-467a-9941-d3a7a098b005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaabaaa2dfd59f11eb2f4f7b067e3efec9374253 --- /dev/null +++ b/images/a256829a-ce01-467a-9941-d3a7a098b005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b81e2d4c8a8522be53a64ee40db09ce6dff27c34fb8113742213208ef5b6382 +size 1544412 diff --git a/images/a25b8ada-be57-4751-92dc-2224f859e064.jpg b/images/a25b8ada-be57-4751-92dc-2224f859e064.jpg new file mode 100644 index 0000000000000000000000000000000000000000..593e55aeee634e3aca6f3b5e7e714454e29dee23 --- /dev/null +++ b/images/a25b8ada-be57-4751-92dc-2224f859e064.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a730577bf3fe4fe45a72369341e91b66449f88840a20376b71a41b2a6e0a6a +size 1483829 diff --git a/images/a2608692-44e4-4ff4-b9c0-346562439bb7.jpg b/images/a2608692-44e4-4ff4-b9c0-346562439bb7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e1049564d9a107d3521ab24d82a61f54cf87f62 --- /dev/null +++ b/images/a2608692-44e4-4ff4-b9c0-346562439bb7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886c4f7a36847176929279727f87fc32caa0a006a15fd1615d0459e0b45f3eb5 +size 2398582 diff --git a/images/a26b5b64-f793-4447-87b2-15ef4a10de6d.jpg b/images/a26b5b64-f793-4447-87b2-15ef4a10de6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4870d79a927de2d750b5e3c2ff86427cb54fcccf --- /dev/null +++ b/images/a26b5b64-f793-4447-87b2-15ef4a10de6d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6954de997910cdc876619ddea8ab893ccb28760a66c818a3a88b3e47b47290 +size 2139111 diff --git a/images/a273dc3f-190f-445d-9d3e-273ea18c0637.jpg b/images/a273dc3f-190f-445d-9d3e-273ea18c0637.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47b99c1ea21ac5e73a45e00792945975ff9d0f32 --- /dev/null +++ b/images/a273dc3f-190f-445d-9d3e-273ea18c0637.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d86bab80aec97ea7209a1a2a70e85f6889604c4beaa9c061dcb8548006e0a4e +size 1558401 diff --git a/images/a27b120b-060f-4849-a93f-053f5d3b4177.jpg b/images/a27b120b-060f-4849-a93f-053f5d3b4177.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba43b5c25de5f6d0186fc17f4da3e0ad18fe62ab --- /dev/null +++ b/images/a27b120b-060f-4849-a93f-053f5d3b4177.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0265b6e1b12ffa6d83d8350676a933ab8c93776849de48cde23ef1c3f5529bd +size 1589518 diff --git a/images/a28491fc-92f4-4907-8f14-904a03caac34.jpg b/images/a28491fc-92f4-4907-8f14-904a03caac34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae842938cb3f58a4ed68eb2252625dec05c51baa --- /dev/null +++ b/images/a28491fc-92f4-4907-8f14-904a03caac34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee123d542593a7f45f99928cab8294bd439e3cff3a38ce27edb99ceb6b1858fe +size 1609101 diff --git a/images/a28acb95-dcba-4cc7-b67d-bb4ca437f212.jpg b/images/a28acb95-dcba-4cc7-b67d-bb4ca437f212.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d8f089781bf8f5d17b6e39d1ce539fd94506d5a --- /dev/null +++ b/images/a28acb95-dcba-4cc7-b67d-bb4ca437f212.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e06e2ce6ef898d3a50e84efe8d9ff9043516ea0d0248bb49e4485fa36cee472 +size 1635385 diff --git a/images/a2978911-abbc-4988-9764-66cd9acb5678.jpg b/images/a2978911-abbc-4988-9764-66cd9acb5678.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05a4da43799240706c495cf581f83616120ba13f --- /dev/null +++ b/images/a2978911-abbc-4988-9764-66cd9acb5678.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9431c618b41dc2d5e871256b2923700090178cdb6e22983975558cd0bb40d4 +size 1676736 diff --git a/images/a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb.jpg b/images/a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b22169bc5e4b1b3cda09a50ed3898255f4696ee --- /dev/null +++ b/images/a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da64dcce0d9dfbf0f1a8525a78acf2060f1b55a25481ca837f2c8d0910154a3 +size 2332090 diff --git a/images/a2ab416c-52fb-4a73-8604-54d2bf08b32a.jpg b/images/a2ab416c-52fb-4a73-8604-54d2bf08b32a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..862ad421a10fbd0435045609271c9bc336eb97f3 --- /dev/null +++ b/images/a2ab416c-52fb-4a73-8604-54d2bf08b32a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f984818e61d0ce656fcc7616e0fc481143871c46a1d63f0590643e1988cf21fb +size 1771586 diff --git a/images/a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888.jpg b/images/a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d2be7eead9e24daeb679e7ed69c7381b3c1d202 --- /dev/null +++ b/images/a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a3fe983abfe519d94f9217255e03983ddc3a56c41ecf0318e7199dea66fd99 +size 1581181 diff --git a/images/a2b37de5-e370-42a4-968e-f36e2cd81539.jpg b/images/a2b37de5-e370-42a4-968e-f36e2cd81539.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6747a9005192ffb6d0a41c2c129a4a1e73e0b86e --- /dev/null +++ b/images/a2b37de5-e370-42a4-968e-f36e2cd81539.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc0c24d399dc6a93e910207562b5020d581247a1ab80b88b25d7baeab114c21 +size 1487491 diff --git a/images/a2b7b0fb-2caa-4919-ac8e-542a37c36c3d.jpg b/images/a2b7b0fb-2caa-4919-ac8e-542a37c36c3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3df0100ca8fe4f635877e32c0259e90a3a2156ce --- /dev/null +++ b/images/a2b7b0fb-2caa-4919-ac8e-542a37c36c3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8a764c3515df57f37324dd7d83ca0ce5445e32abada578a4decc0577a1cc88 +size 1799261 diff --git a/images/a2bbd22b-49c0-479e-bbcc-624240e37024.jpg b/images/a2bbd22b-49c0-479e-bbcc-624240e37024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bfb81d368ab9a885b53499f29c50a13e879ebc1 --- /dev/null +++ b/images/a2bbd22b-49c0-479e-bbcc-624240e37024.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c216305c8d7587a1c591364b4d43c31a1264c3a47e297985d8ab44f56d722d +size 2385630 diff --git a/images/a2bbee35-aed5-4ab7-933b-12b961ba9d67.jpg b/images/a2bbee35-aed5-4ab7-933b-12b961ba9d67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cafc15d749328018ce92fb9cbaf24c5e5b7bf88d --- /dev/null +++ b/images/a2bbee35-aed5-4ab7-933b-12b961ba9d67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595aa58b497a621cfce192bf15ed7acec150b06dd131a725d92ebea0d2ac1454 +size 1668579 diff --git a/images/a2c592d8-278d-4a25-ae74-ef184d500281.jpg b/images/a2c592d8-278d-4a25-ae74-ef184d500281.jpg new file mode 100644 index 0000000000000000000000000000000000000000..147e02aa6ea07a199c62807e1021dbcc53fb8431 --- /dev/null +++ b/images/a2c592d8-278d-4a25-ae74-ef184d500281.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ed3fd03342f23778b473d3e7eb4b7fa5c72b0a46d9f53b4780806b3e2b4147 +size 1598986 diff --git a/images/a2f6bb16-3350-4954-8fcf-05cedcbf675b.jpg b/images/a2f6bb16-3350-4954-8fcf-05cedcbf675b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b19ebce3db6f1850c57de6d0922a57a0e378e248 --- /dev/null +++ b/images/a2f6bb16-3350-4954-8fcf-05cedcbf675b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef7bd4043b8b5a2465f8e8f924f9c2a4d5279d0922be1b83d8c5225efbe067e +size 1801068 diff --git a/images/a2fd5986-c0d2-4afd-aee4-11d2ccebde6b.jpg b/images/a2fd5986-c0d2-4afd-aee4-11d2ccebde6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77df9f2f21ade337d6f3178a47fd40ff7bd3a3dd --- /dev/null +++ b/images/a2fd5986-c0d2-4afd-aee4-11d2ccebde6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c8e640aebabbc732e70fe3a4b5b9bd41f7172086bb3f97f505208bb5c70dd4 +size 1616188 diff --git a/images/a3026808-da23-4e6e-854e-678f4a505abe.jpg b/images/a3026808-da23-4e6e-854e-678f4a505abe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0debff3a389953469effa30545b93c16bbf8bc69 --- /dev/null +++ b/images/a3026808-da23-4e6e-854e-678f4a505abe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dee0da003550f1686f372d15e25bf37a9998160b6e00070b7f63e6d9c17a5a5 +size 1626956 diff --git a/images/a30b9ae5-062b-4226-a417-5fb017fe9e80.jpg b/images/a30b9ae5-062b-4226-a417-5fb017fe9e80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b070c8932706f73d85a0a414824158c579818b6 --- /dev/null +++ b/images/a30b9ae5-062b-4226-a417-5fb017fe9e80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c89092d9a74de03a74265573b00890a87cfbf680058f9cec8d41e11e1c2fbdf +size 1685430 diff --git a/images/a30d1a70-a157-4588-b3fc-9e6fecf80fc5.jpg b/images/a30d1a70-a157-4588-b3fc-9e6fecf80fc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8053cd6ab138d822075e946abe17de4c71945110 --- /dev/null +++ b/images/a30d1a70-a157-4588-b3fc-9e6fecf80fc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a149dd701a8b5d45288f90c82d7c5f8e0930c64c06e186cb0458cab0ec5ac23 +size 1406336 diff --git a/images/a31acced-329b-41e8-884b-0a72be84b8ce.jpg b/images/a31acced-329b-41e8-884b-0a72be84b8ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..969310a6d56ad6817c99be27cf4c2e4afabbdfa6 --- /dev/null +++ b/images/a31acced-329b-41e8-884b-0a72be84b8ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f185ce2dc463d39b4404656fd70c876d725a974dfd0ef05851749836b6d3f671 +size 1472093 diff --git a/images/a32052be-821e-4e2f-963e-4b50632cd89b.jpg b/images/a32052be-821e-4e2f-963e-4b50632cd89b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d159c846507bb25a0d46f12932424aa223b2db53 --- /dev/null +++ b/images/a32052be-821e-4e2f-963e-4b50632cd89b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d4c8c8587a5b218db30ee51ba89eda85c6c1294e7d65dd0d56a84a6df1ba07 +size 1350910 diff --git a/images/a3219c98-e76e-495f-be0c-fc98526304e8.jpg b/images/a3219c98-e76e-495f-be0c-fc98526304e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d264a974764abe6a03692c37c6d4fbaf807f38d --- /dev/null +++ b/images/a3219c98-e76e-495f-be0c-fc98526304e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068cccb44585f31c7cfba633230723645dd6d143e957b266ae376a8d5fa11820 +size 2220615 diff --git a/images/a32355fc-ed83-473c-be0d-8aeccf79f9a9.jpg b/images/a32355fc-ed83-473c-be0d-8aeccf79f9a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c4949e49ab6540f1e75f6223461ded2229a2f98 --- /dev/null +++ b/images/a32355fc-ed83-473c-be0d-8aeccf79f9a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f675df5a2a5b1291e519f1cbb24ea26063237fbb311d88dd78d5ffb9a5298c2 +size 2352857 diff --git a/images/a32567f0-d844-442d-b3e3-cbbe1de7e24a.jpg b/images/a32567f0-d844-442d-b3e3-cbbe1de7e24a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6435b9bb55bcab3e2eb65709fcce8528741a2141 --- /dev/null +++ b/images/a32567f0-d844-442d-b3e3-cbbe1de7e24a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993cdba5e3f0e3e13fc406c4f9436811c152dbde34ec84a21eb8ae79b2f5301b +size 1728905 diff --git a/images/a33f0365-f39b-410a-88db-6f16135697af.jpg b/images/a33f0365-f39b-410a-88db-6f16135697af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51540bfa2789fb8268e095443a7c85aa8ab7f4a --- /dev/null +++ b/images/a33f0365-f39b-410a-88db-6f16135697af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1b16b9adbe01b268dcc53e0b2f69e9e26a74fd7cea4a2c90a00256e612515c +size 1984909 diff --git a/images/a347dcb0-369b-4df5-9a04-f19416cdc6d8.jpg b/images/a347dcb0-369b-4df5-9a04-f19416cdc6d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..763f38c4c69cc672839dd73d37d6c24761a33044 --- /dev/null +++ b/images/a347dcb0-369b-4df5-9a04-f19416cdc6d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e68f3b29183b89b35a56c6033fd5f218ff6b6679dcb5413d4177b9e5b2d7f9 +size 1336049 diff --git a/images/a34cd050-6911-4863-8124-7085fcc9eb07.jpg b/images/a34cd050-6911-4863-8124-7085fcc9eb07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5a0ac8d2890b573cc25b06ecaf569d78ecaa399 --- /dev/null +++ b/images/a34cd050-6911-4863-8124-7085fcc9eb07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37426744d81b70f1eee52ee3dd851641ff2bdefc4f3ec5e844e8b855ba913d2d +size 1585249 diff --git a/images/a3528207-ce80-4a73-9524-ab76b3b7cc08.jpg b/images/a3528207-ce80-4a73-9524-ab76b3b7cc08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce44b0d820409b129a7f39783d7255c7e116a47b --- /dev/null +++ b/images/a3528207-ce80-4a73-9524-ab76b3b7cc08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afd3d1fcbfb9dc41e0575152789854cc6d0c2f579a895a27b5eccc763a46a19 +size 2292250 diff --git a/images/a35b8c83-c545-4271-821c-39a23b104f81.jpg b/images/a35b8c83-c545-4271-821c-39a23b104f81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84f2313a285e7621c4b31f90411eec4c13cd451d --- /dev/null +++ b/images/a35b8c83-c545-4271-821c-39a23b104f81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac1b514f97e8ac25a9d0bc0e493893aff3df0cf938b8955148cccbd39d1c949 +size 2558340 diff --git a/images/a38366e6-d754-439c-ab22-ed939058c46b.jpg b/images/a38366e6-d754-439c-ab22-ed939058c46b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..452268d456de154114c6611e5f6790f4cb3cae99 --- /dev/null +++ b/images/a38366e6-d754-439c-ab22-ed939058c46b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6a3f5c78d1ea2cc30c2898d46cff08da5dbbc79c17f405e9ddede82c861864 +size 1171764 diff --git a/images/a3843103-948b-4937-b45e-4a688d7b9d68.jpg b/images/a3843103-948b-4937-b45e-4a688d7b9d68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8be4f50bf711a7ef12821e1114e0ca593745068 --- /dev/null +++ b/images/a3843103-948b-4937-b45e-4a688d7b9d68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c24e1a458d186035ac2902a6dfc833eb1a386ffeaf7d20af24b72260f7071f5 +size 1566768 diff --git a/images/a387f893-8c40-43e1-b8e8-1f2c2ffa7a41.jpg b/images/a387f893-8c40-43e1-b8e8-1f2c2ffa7a41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8a92c35fa70a3a75a38c4062e9c2317ee93f87c --- /dev/null +++ b/images/a387f893-8c40-43e1-b8e8-1f2c2ffa7a41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537dbcd2bd35f3a6af90442a6dba6e398c00010cac4012f053c3e1aa053e790a +size 2245281 diff --git a/images/a3890563-724f-49cb-903c-48c978f3e685.jpg b/images/a3890563-724f-49cb-903c-48c978f3e685.jpg new file mode 100644 index 0000000000000000000000000000000000000000..493f8bb366c9a75273ecac3a95476e6471d87418 --- /dev/null +++ b/images/a3890563-724f-49cb-903c-48c978f3e685.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19d86acaffb7050cb388c00d93ded99afd20cd3b2b293496b933f79da1b5a33 +size 1673540 diff --git a/images/a399fc25-9bf5-4c47-89de-3a5856e9a791.jpg b/images/a399fc25-9bf5-4c47-89de-3a5856e9a791.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6374c307165c793dda0686c336415e337d4f8e52 --- /dev/null +++ b/images/a399fc25-9bf5-4c47-89de-3a5856e9a791.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061fa6a44313bc557b9e2678c3c62dc3d5b05ab770d1cb1d80e3329cea899897 +size 1423309 diff --git a/images/a3a7164a-29cc-4ca4-b5f9-b4225f99da10.jpg b/images/a3a7164a-29cc-4ca4-b5f9-b4225f99da10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50a3781522bd052c15a617d9668895d44c54bc2a --- /dev/null +++ b/images/a3a7164a-29cc-4ca4-b5f9-b4225f99da10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d835bc35f7d19bb2c15afe59c2c884f071e5d984e6dd6dec750522419c1169f8 +size 1749234 diff --git a/images/a3ad225c-2aea-4ddf-ba56-5595283e8d26.jpg b/images/a3ad225c-2aea-4ddf-ba56-5595283e8d26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d8a23d6b1fd2ca5fda96cc1da48b47f93ffd9e2 --- /dev/null +++ b/images/a3ad225c-2aea-4ddf-ba56-5595283e8d26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01af97bfb1f9cd25aba8dd9ac166782d98dae6916a9e959d6bea69767e60dbd +size 1499088 diff --git a/images/a3b1fd00-8a5c-47b9-981c-584940ac2ef0.jpg b/images/a3b1fd00-8a5c-47b9-981c-584940ac2ef0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4fc7b72491f044e66d045cf5056d526d6dc6ff8 --- /dev/null +++ b/images/a3b1fd00-8a5c-47b9-981c-584940ac2ef0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae51e49278b41fe2c1754bf966e3b4ca70dfdc9ee3631f7a88ced38a97aac97 +size 1366891 diff --git a/images/a3bbd490-30fd-4527-8314-888beeb1d3d4.jpg b/images/a3bbd490-30fd-4527-8314-888beeb1d3d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fde3df338786d98895a2fc4b211c05d316310f7 --- /dev/null +++ b/images/a3bbd490-30fd-4527-8314-888beeb1d3d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1261430b24fc5590bab15dc99fbc1c2688f472c6c91f4cf8c2c6d47aab27812 +size 1661276 diff --git a/images/a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49.jpg b/images/a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29c4b9e08eef15932430a3c7d3d3e3a1ca15f8a8 --- /dev/null +++ b/images/a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10866c89df7e0bc5ed01ad60f7355cd1bf2c845436d76b61058e4bb2ff09789b +size 1841798 diff --git a/images/a3bee814-9c7d-4c74-bf37-0f2e8db5ff31.jpg b/images/a3bee814-9c7d-4c74-bf37-0f2e8db5ff31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a7ac9cfc1e041d1cf2b93266b3b525fc318eff5 --- /dev/null +++ b/images/a3bee814-9c7d-4c74-bf37-0f2e8db5ff31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c89d6b969068371ead34158e88acc2a4a8e09e0bc6f99ec8e409e191591c90d +size 1654562 diff --git a/images/a3cd7d05-c221-4dc3-ac37-3c397ef9eb56.jpg b/images/a3cd7d05-c221-4dc3-ac37-3c397ef9eb56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..065f9449729877bb6c0a9a605b1af1720a6af651 --- /dev/null +++ b/images/a3cd7d05-c221-4dc3-ac37-3c397ef9eb56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7af865ecd4e1592458e0c9e67376ca3393050c2a2b1737dbce611d76b74691 +size 1865123 diff --git a/images/a3dde869-c3c1-4236-b035-6b9f7956ab02.jpg b/images/a3dde869-c3c1-4236-b035-6b9f7956ab02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f4a41e37e6ad2c847d9b1aeb4b716d52d2712db --- /dev/null +++ b/images/a3dde869-c3c1-4236-b035-6b9f7956ab02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e419f708641a27d6f99193315baf01413a6d2ce3b73853aa5fd209c72c13fcdd +size 1874145 diff --git a/images/a3f53376-bc2d-4b05-a288-2330a54020df.jpg b/images/a3f53376-bc2d-4b05-a288-2330a54020df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d6068b4ca9b0c2aeff47f4173c7b2a44e1a9f95 --- /dev/null +++ b/images/a3f53376-bc2d-4b05-a288-2330a54020df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed195991785ef36dbcc415f157a3d518955c5cd46ee404c94e58c2aaeb86cd34 +size 1421637 diff --git a/images/a3f612f1-87ea-47fe-826f-afcda059d74c.jpg b/images/a3f612f1-87ea-47fe-826f-afcda059d74c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6630333a490cfdf5991501b87ff755079e2eb10c --- /dev/null +++ b/images/a3f612f1-87ea-47fe-826f-afcda059d74c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20aa41807c831e29928c72170f47782622f42966326be68996d9dd65c009cd6 +size 3908607 diff --git a/images/a3fca725-fac8-44f7-9f9b-62076fab24ca.jpg b/images/a3fca725-fac8-44f7-9f9b-62076fab24ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41e6fdff546312db1b4a727840e1f2d4d68002b3 --- /dev/null +++ b/images/a3fca725-fac8-44f7-9f9b-62076fab24ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edad59f75a80950439bc66b0c97292e9db4cf93cc853169ab7ceb59c3405760b +size 1604785 diff --git a/images/a40e8811-7657-4526-9081-02a275c6242f.jpg b/images/a40e8811-7657-4526-9081-02a275c6242f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb0020d1c5b4a83072556a8d955b982e7abe67a0 --- /dev/null +++ b/images/a40e8811-7657-4526-9081-02a275c6242f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b769a30394bd86afd0160d6beab2acf00adff245d7bbda8c6edf6181087b9a +size 1183865 diff --git a/images/a41f9763-82ce-4133-a438-33df16bcf061.jpg b/images/a41f9763-82ce-4133-a438-33df16bcf061.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b874b8b146df9d4dc5e5df711ea685b8ad218e24 --- /dev/null +++ b/images/a41f9763-82ce-4133-a438-33df16bcf061.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ee12bf9c2b4213f9cbe287e12d304622a3ab98f2ef6bb6c8c1f9c1e46be3fc +size 1321551 diff --git a/images/a420782b-26af-495c-970f-2d12410f7136.jpg b/images/a420782b-26af-495c-970f-2d12410f7136.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eea554c61bc5d318200475430ed6741952ae133 --- /dev/null +++ b/images/a420782b-26af-495c-970f-2d12410f7136.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce10faee7d9662f516450d308b52c99eb8a9afae288457f0d1e01eb013e6042 +size 1152651 diff --git a/images/a4249937-fdaf-4646-8c16-3677469cec90.jpg b/images/a4249937-fdaf-4646-8c16-3677469cec90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e40bfbe42dc287abb834f22c16fd428b5143a99 --- /dev/null +++ b/images/a4249937-fdaf-4646-8c16-3677469cec90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6075021065e0e148458bcf3821db083d40691f486e6a0bb1c4989eaf4705e142 +size 1179032 diff --git a/images/a42a2473-096c-438a-bc2a-b81024ad9d33.jpg b/images/a42a2473-096c-438a-bc2a-b81024ad9d33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc236ba31582db9b1c4ba517c9d2c4d064a0f02d --- /dev/null +++ b/images/a42a2473-096c-438a-bc2a-b81024ad9d33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54925c2d067539fde5c1284e7e9ee44224e7f83a223bb05f050e0c871657b6d0 +size 1785228 diff --git a/images/a42b6325-fce9-4d3b-a57c-1191ed3d9ee3.jpg b/images/a42b6325-fce9-4d3b-a57c-1191ed3d9ee3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60c2041833b2c31dbc0387af844eb8e00bb8090e --- /dev/null +++ b/images/a42b6325-fce9-4d3b-a57c-1191ed3d9ee3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04f2249335a0237aa5ec2298e8cab95155c52dc10f9d0c53286d0584f0aab8 +size 1537099 diff --git a/images/a4374f7a-3349-456b-bbf4-bb2dea800b00.jpg b/images/a4374f7a-3349-456b-bbf4-bb2dea800b00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d40229f11f97f299262f63121bbfcc223719423 --- /dev/null +++ b/images/a4374f7a-3349-456b-bbf4-bb2dea800b00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2f328c6d31f1da1f08298835fcb6434217d56b16c0406ee37d0039edc2f9ee +size 3594978 diff --git a/images/a439e249-5e15-421d-bbff-ae731690362a.jpg b/images/a439e249-5e15-421d-bbff-ae731690362a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a76b8c9eaee5f9ab866ba0f5ffaad41b5002f83 --- /dev/null +++ b/images/a439e249-5e15-421d-bbff-ae731690362a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b6f10f8420062c1a877f0c7b0bdd699e1eeccc87557591115884434c8be190 +size 1351590 diff --git a/images/a439ecc6-1e56-4c5c-b0f3-939e11425a0b.jpg b/images/a439ecc6-1e56-4c5c-b0f3-939e11425a0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb6c42e8b502dab2ee555db96b70b55e1a02a543 --- /dev/null +++ b/images/a439ecc6-1e56-4c5c-b0f3-939e11425a0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d307819d7d29c9081af4ec9b626000a64fe45959f31a2e90861651fe9faa4afe +size 1312175 diff --git a/images/a43e256c-96eb-4f9e-8377-bdbd664a9515.jpg b/images/a43e256c-96eb-4f9e-8377-bdbd664a9515.jpg new file mode 100644 index 0000000000000000000000000000000000000000..568adc6b12bdd0f5b57f33140b620c5d192a515c --- /dev/null +++ b/images/a43e256c-96eb-4f9e-8377-bdbd664a9515.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cb7cb6b8982d358b4357b023282006f56ab4ce3dc842eb2768496f8d3c99e6 +size 1230412 diff --git a/images/a443cfdb-8007-4500-b890-320597ee366c.jpg b/images/a443cfdb-8007-4500-b890-320597ee366c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a81a539814b28044d3be187b69a40091a8c15613 --- /dev/null +++ b/images/a443cfdb-8007-4500-b890-320597ee366c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922d90ea97d0cdb3bac167b001d7f45c17ee5ce31a31382807ce872c25abaf1d +size 1368307 diff --git a/images/a452c9c0-9688-4541-8fc5-bf634dd0bfb4.jpg b/images/a452c9c0-9688-4541-8fc5-bf634dd0bfb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..410b57f6ec5ad50630b18031bdde38b403bc13f4 --- /dev/null +++ b/images/a452c9c0-9688-4541-8fc5-bf634dd0bfb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfae7f0e98bf446b840899f50bb119f9ea2811f2de3f2df827eefce8bc3a669 +size 2654337 diff --git a/images/a458b15a-683a-40cc-9c59-7f2805fdb484.jpg b/images/a458b15a-683a-40cc-9c59-7f2805fdb484.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a798eecba73f864c25eddf9bc366bbf96aeb0417 --- /dev/null +++ b/images/a458b15a-683a-40cc-9c59-7f2805fdb484.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc230fa1c88dca05998af57b7286f951328dcfeb44bfce3ee433a428f6f2d7e8 +size 1345328 diff --git a/images/a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4.jpg b/images/a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e043b9b514259f4bfcb8156b7fa32db7c8214769 --- /dev/null +++ b/images/a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a6655c2aa9a1decb891eb6d845993118aedea84b2bdffae04a837e2b655a61 +size 2691966 diff --git a/images/a46371ef-25d9-4329-a19c-10d75c09fefb.jpg b/images/a46371ef-25d9-4329-a19c-10d75c09fefb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bbe48b722aeb3d94ceeec8f895bfb04bb0cda1d --- /dev/null +++ b/images/a46371ef-25d9-4329-a19c-10d75c09fefb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b867fb066cc04c234613dca3820de4144c84d83e16682326d597a622ae1bade6 +size 1031017 diff --git a/images/a47311c2-4501-48e9-a8d3-abf68963a8e8.jpg b/images/a47311c2-4501-48e9-a8d3-abf68963a8e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b010cc372bcb359784ada5dce6cd1467188490e7 --- /dev/null +++ b/images/a47311c2-4501-48e9-a8d3-abf68963a8e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fddd0cb7d65d2197880be9884ba3bd21d0d2c4fbc15684f3da4940af065b42 +size 2244254 diff --git a/images/a4748ee5-91a7-488a-8612-32e0760ea4b0.jpg b/images/a4748ee5-91a7-488a-8612-32e0760ea4b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd6a5ff7bac96d7650f4901845829d9da124bd5 --- /dev/null +++ b/images/a4748ee5-91a7-488a-8612-32e0760ea4b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c691eb15ad97c8d687b691d211bd62bd0510f400a81f7f23785fd1832fc34d4e +size 1598717 diff --git a/images/a474fff3-83bd-4e04-a1e2-327a81bf7537.jpg b/images/a474fff3-83bd-4e04-a1e2-327a81bf7537.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7be85a6c7dde7bf499051cefac609db255004230 --- /dev/null +++ b/images/a474fff3-83bd-4e04-a1e2-327a81bf7537.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d79a93dec26b7b4d8e1aca36fd299c964971a4dc1cdeffe74157bd41cc1b74 +size 2671497 diff --git a/images/a48032e4-cf4b-4cee-a63e-20f257266496.jpg b/images/a48032e4-cf4b-4cee-a63e-20f257266496.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e028c352dc4fa49f56b100c7dff40042733bb79 --- /dev/null +++ b/images/a48032e4-cf4b-4cee-a63e-20f257266496.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae85ddfbfb3880a37732e5ceeafae72fede087c1458bc8f2245a06f845dbe85b +size 1426824 diff --git a/images/a4891c3a-b4af-42bb-9472-b5048336819b.jpg b/images/a4891c3a-b4af-42bb-9472-b5048336819b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ad67c8f1b6180e67b451fd8d45c519df956cd5 --- /dev/null +++ b/images/a4891c3a-b4af-42bb-9472-b5048336819b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3619f9d7ddfdbf2b8bf763ef8774d32bcc13b2d3fbc7d80b10032981920afcac +size 3413786 diff --git a/images/a48b91fe-8fbe-4849-bb57-087cd7284896.jpg b/images/a48b91fe-8fbe-4849-bb57-087cd7284896.jpg new file mode 100644 index 0000000000000000000000000000000000000000..926fa5fffe0673de1c9a758c4efd1035ad80a155 --- /dev/null +++ b/images/a48b91fe-8fbe-4849-bb57-087cd7284896.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b69fc4b463207d98f538fb7178f57d4fbecf0dabd45d9d3a1e0030c987edddc +size 1539069 diff --git a/images/a4980309-64ca-42c9-b067-7a1f5711a075.jpg b/images/a4980309-64ca-42c9-b067-7a1f5711a075.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f982f147c31bd2e7fe4574cbe5717969e92e66e1 --- /dev/null +++ b/images/a4980309-64ca-42c9-b067-7a1f5711a075.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea23762e18c7149634b0ee64fc23f3ec3495aa9f82fc18d9f2c96a3ffaf1f91a +size 2591268 diff --git a/images/a49afef4-b893-4925-995f-6fbb8f5078b3.jpg b/images/a49afef4-b893-4925-995f-6fbb8f5078b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9b71af758666ff194a9f5e03356b9fad10bcdf1 --- /dev/null +++ b/images/a49afef4-b893-4925-995f-6fbb8f5078b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e87e7a998ad7bee65dda46187c49d72a55fcb1ab64d5aea5ac070bf3dadf237 +size 1828220 diff --git a/images/a49b14b5-fe84-4d59-b333-31d4ac43c6e7.jpg b/images/a49b14b5-fe84-4d59-b333-31d4ac43c6e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cbc929c55cf33bd725ba6939188165f50687abb --- /dev/null +++ b/images/a49b14b5-fe84-4d59-b333-31d4ac43c6e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95439e584e7b5c2063e4dea6b6f39c08ad1d692cc6012e65ff13862d0ecebc9 +size 1567363 diff --git a/images/a4b0e655-965c-4039-b889-1ef574776573.jpg b/images/a4b0e655-965c-4039-b889-1ef574776573.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5979d4d639e3d502540403dbf3eacca85660d157 --- /dev/null +++ b/images/a4b0e655-965c-4039-b889-1ef574776573.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5ab2543348078915b8c3e70bc0c6951c8acc2119eac60bee5c4e2f8b1bed21 +size 2762814 diff --git a/images/a4b55b94-70ca-4419-8c1a-5d174301611f.jpg b/images/a4b55b94-70ca-4419-8c1a-5d174301611f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d61165544e0da9bee417b62fd572bc4402d277c --- /dev/null +++ b/images/a4b55b94-70ca-4419-8c1a-5d174301611f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9480f727103d6116ceef38a17d5e91376c599b055086fbb55a7a5076c4c91753 +size 1864659 diff --git a/images/a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a.jpg b/images/a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c185c9a91b08c328adaf75ad248a0ad6e1e8e0c --- /dev/null +++ b/images/a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf67dbdf5baab4ce584da8054e19182dfaeb5861679b0db5f2cc9466f285de88 +size 1559970 diff --git a/images/a4c20a17-a516-4607-ad7d-34c260243af2.jpg b/images/a4c20a17-a516-4607-ad7d-34c260243af2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdb1f76589c0c9d0068c7a98534b871c4db5312c --- /dev/null +++ b/images/a4c20a17-a516-4607-ad7d-34c260243af2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bba84fb23ddd2ed67bac1ef222c84d18953d3be9016816ebed056858fa757f +size 1602397 diff --git a/images/a4c3bad0-8291-451a-a548-5af4f47590b3.jpg b/images/a4c3bad0-8291-451a-a548-5af4f47590b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..382d3bfa48d7b25abbdd43d6652eb3a9a529bcb2 --- /dev/null +++ b/images/a4c3bad0-8291-451a-a548-5af4f47590b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b710f8d9f67781f4e31a975399343c357bee83e6b3fd326eef2eb6b907a8522 +size 1568003 diff --git a/images/a4c45194-aae6-41b8-873a-0633fe8b313d.jpg b/images/a4c45194-aae6-41b8-873a-0633fe8b313d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff1a79a4737e95d8d4fc8bb5171401ae7b79f4e7 --- /dev/null +++ b/images/a4c45194-aae6-41b8-873a-0633fe8b313d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5c8c6d21f0cbeeaa5e440bd207b97ba26a009cadb16528e0608faa02ef32f1 +size 1701794 diff --git a/images/a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97.jpg b/images/a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f3aad7ea2536a6af3647f16eea31e6dfe93e770 --- /dev/null +++ b/images/a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc8f047dc453676e76fe1daa434a59ceaff71fae3ef454a0ccec74e1ac9dec3 +size 1669551 diff --git a/images/a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0.jpg b/images/a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab8b414ffddf7982759e1dcc0d68f38c66e4c2bb --- /dev/null +++ b/images/a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701a84e59082c08bd0bd0b701e43765a0d7d475599810d09ce84ff61c749e09c +size 1527878 diff --git a/images/a4deaf91-1be9-4690-9248-ae716122ff5f.jpg b/images/a4deaf91-1be9-4690-9248-ae716122ff5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaeec5c8aa2aba8993e9cb2d8cd0dc54480752f6 --- /dev/null +++ b/images/a4deaf91-1be9-4690-9248-ae716122ff5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca11edf42c7fc2a932081f2be54195a68800afd00153d685554b5fdfaf3cc66c +size 1280525 diff --git a/images/a4e2e560-7535-4517-aee7-044c9141a8c8.jpg b/images/a4e2e560-7535-4517-aee7-044c9141a8c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a76da659666ed13fc6b1f40a333d9cb807ec00a3 --- /dev/null +++ b/images/a4e2e560-7535-4517-aee7-044c9141a8c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7b8af9f46b89e2988a25f2a4ae310ad108a406a1f1db639c64dd9bf1660cdf +size 2778660 diff --git a/images/a4e86ee4-4101-4893-a3b5-61fc6bbb22cf.jpg b/images/a4e86ee4-4101-4893-a3b5-61fc6bbb22cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..803e77a6bc13c3e467d2c52dbe14ae1f5d389a4a --- /dev/null +++ b/images/a4e86ee4-4101-4893-a3b5-61fc6bbb22cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8fe967baa7cdd9531cc8cad33fc218695b0589cc8707c0cba1c57779443a08 +size 2872420 diff --git a/images/a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c.jpg b/images/a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bff19df7272cafc1d920dc2abb2c9dce3242ed21 --- /dev/null +++ b/images/a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4abfe152cd2d6e4653b906934ce031f35b375d188aa0914002091efb26fcaa8 +size 1597669 diff --git a/images/a4ed77e6-6f30-44fc-ba5c-f1042176dc27.jpg b/images/a4ed77e6-6f30-44fc-ba5c-f1042176dc27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bcccbc14604a5e868619ee578141142f531a507 --- /dev/null +++ b/images/a4ed77e6-6f30-44fc-ba5c-f1042176dc27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb48ebf3510c824450dccbd88f92f47b8ffdcea11226e280ffbb70c7a7fbdac5 +size 2037675 diff --git a/images/a4ff02ea-b723-4bc5-be11-bb7ef9499a6a.jpg b/images/a4ff02ea-b723-4bc5-be11-bb7ef9499a6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a34c0319f8aa7b359a97be06a3a65328fd0a5e4 --- /dev/null +++ b/images/a4ff02ea-b723-4bc5-be11-bb7ef9499a6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac48f935e0be640453e77319fe0b480f679426fb3499df4bc3640676e6a3519 +size 2091232 diff --git a/images/a5078cb1-fbe6-4e74-8c4a-612168623958.jpg b/images/a5078cb1-fbe6-4e74-8c4a-612168623958.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4ce476dcbf5a4c0728b9e9a13cfa3c2319fe5f6 --- /dev/null +++ b/images/a5078cb1-fbe6-4e74-8c4a-612168623958.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7623aaa858de10bd838b7d6e4503f86a14219911127fd443434a0459c0f825d7 +size 2641451 diff --git a/images/a51d42f1-cc1e-41ee-9738-bcfa6b390eae.jpg b/images/a51d42f1-cc1e-41ee-9738-bcfa6b390eae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..202a5659e933f573e0733c2e652928506e97dbee --- /dev/null +++ b/images/a51d42f1-cc1e-41ee-9738-bcfa6b390eae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d67e9029609e05aacde3f5ca41f1040bab195c8501d77ee4b7be1307a40b4e7 +size 2333039 diff --git a/images/a51ec2b2-1ae3-49b2-860f-e99feca46b88.jpg b/images/a51ec2b2-1ae3-49b2-860f-e99feca46b88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acbf37e53552cb512ae46438f0097bc8efde3ffa --- /dev/null +++ b/images/a51ec2b2-1ae3-49b2-860f-e99feca46b88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf3ec3242d9118faebfed13ea576d7e774a094e3cfd2cb6cb659a35eca7c58b +size 1752500 diff --git a/images/a52579d4-c030-46e5-9f4f-166cdaacabf6.jpg b/images/a52579d4-c030-46e5-9f4f-166cdaacabf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20a77a12586a104e6b494c48d1897eb0337e6a3d --- /dev/null +++ b/images/a52579d4-c030-46e5-9f4f-166cdaacabf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a29787b0f1a2ee041df19b953a52685f0843156aa632918ffa3adbf30025d2d +size 1707055 diff --git a/images/a53d7716-ca95-4edf-98f0-ba57b3fc7aea.jpg b/images/a53d7716-ca95-4edf-98f0-ba57b3fc7aea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82c3d949cf550128a3496bb51d4579b284d29e7e --- /dev/null +++ b/images/a53d7716-ca95-4edf-98f0-ba57b3fc7aea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29cfc4483f6cf726b95fd0d90cceb8f540dc2e4b84afc810ec28f46787d5f89 +size 1697772 diff --git a/images/a54c21f6-b249-4461-aabc-a318601266bc.jpg b/images/a54c21f6-b249-4461-aabc-a318601266bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71b88f47cdec0ce889fd095cb30810eb9ade783e --- /dev/null +++ b/images/a54c21f6-b249-4461-aabc-a318601266bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bec82fc76fe7522552608e741cb187815438fdd42673d8aec45316d9132c443 +size 1681101 diff --git a/images/a551e17a-72e9-4c1c-82d2-b805929d5012.jpg b/images/a551e17a-72e9-4c1c-82d2-b805929d5012.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1faf152d336dfaa8e196ff9a8ffa93f8cf9ba60 --- /dev/null +++ b/images/a551e17a-72e9-4c1c-82d2-b805929d5012.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c460cadb390fb85922727c072215cb6890508b42ecd9b5351fba04191e6b84 +size 1661249 diff --git a/images/a557a85a-e692-4d9e-9b73-bd0429085b8e.jpg b/images/a557a85a-e692-4d9e-9b73-bd0429085b8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b7e80e3edde1d993b74677f4aaaf6e0469d4e92 --- /dev/null +++ b/images/a557a85a-e692-4d9e-9b73-bd0429085b8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73f5271a27b0184710924875af3c5a5a70ec2738fc05febcd3e4a94d41d5a2f +size 3012234 diff --git a/images/a56184e2-96e9-453f-b3c0-d4074777bd51.jpg b/images/a56184e2-96e9-453f-b3c0-d4074777bd51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec45cb2788c1549413696435a4f40633bd6af720 --- /dev/null +++ b/images/a56184e2-96e9-453f-b3c0-d4074777bd51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c4776f7602e07e8e341678f76dfe24a696b63e7137031d7055a42ad9cb8e3c +size 1249027 diff --git a/images/a56ad000-7a80-4916-bbcf-57e64a0e6e7b.jpg b/images/a56ad000-7a80-4916-bbcf-57e64a0e6e7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c5d29f60d53be64834162e94b8f6e570476ff86 --- /dev/null +++ b/images/a56ad000-7a80-4916-bbcf-57e64a0e6e7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fdcd91ee46f55472dbfc7616ea859ab1ebf1b3d1cc94623bfce07cd0a9f443 +size 1784471 diff --git a/images/a56bb7de-168a-4055-b88c-78da0a952c2e.jpg b/images/a56bb7de-168a-4055-b88c-78da0a952c2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31da4b2b47c57e8950a683443ecbb3333615e2a3 --- /dev/null +++ b/images/a56bb7de-168a-4055-b88c-78da0a952c2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbac4ae192d6e52e539a904ec4ba3ecb1fdfc1aac6a49d232c649feb548d214 +size 2540791 diff --git a/images/a579eb57-40d4-4ae1-bce5-8930ef6d09bf.jpg b/images/a579eb57-40d4-4ae1-bce5-8930ef6d09bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31e8d1aa85b181635411a69e6d12cf6f468db28e --- /dev/null +++ b/images/a579eb57-40d4-4ae1-bce5-8930ef6d09bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccda3ba4b5d8fc9bac5966b550ff32fab8fa84d113d28a83c1c1a7bb5f9f04d9 +size 1778859 diff --git a/images/a57b9861-1830-412f-bfc8-c8e4a4dd8ce9.jpg b/images/a57b9861-1830-412f-bfc8-c8e4a4dd8ce9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f849d26eb4db9969938a52935a51f0233a49bbb2 --- /dev/null +++ b/images/a57b9861-1830-412f-bfc8-c8e4a4dd8ce9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082cfebdc0452b4d94acc230f6272db3be852c053b8dfa725402f47c3bfbe7be +size 1274933 diff --git a/images/a5807e31-5397-4473-bc4f-892766b958ca.jpg b/images/a5807e31-5397-4473-bc4f-892766b958ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..641e514b69c630d17dc6448b1e224e9f7853f9cb --- /dev/null +++ b/images/a5807e31-5397-4473-bc4f-892766b958ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48f679296ac54c2746eb2718cad6ac60962272cdb36d411f8ccdcd7bd70da58 +size 1944804 diff --git a/images/a580be8d-250b-4355-aab1-d4010d359dbb.jpg b/images/a580be8d-250b-4355-aab1-d4010d359dbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..368954e3660978ad995a9bd18ea09cb00b29f6c4 --- /dev/null +++ b/images/a580be8d-250b-4355-aab1-d4010d359dbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b21eef2a8a5aa53ee78699d44badab1921b30069981bb1c71e08c84d67ffcd +size 1540920 diff --git a/images/a581aad9-23c4-448a-befa-21521ef9c437.jpg b/images/a581aad9-23c4-448a-befa-21521ef9c437.jpg new file mode 100644 index 0000000000000000000000000000000000000000..512c588add1272751f2a087c70853262127f7fea --- /dev/null +++ b/images/a581aad9-23c4-448a-befa-21521ef9c437.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cc605548e26f92ed0b4c0676b671e3de1157676e540a0bbb94d0d2267f85f9 +size 1632556 diff --git a/images/a58a6ddc-7383-4e38-8303-d8001a51399f.jpg b/images/a58a6ddc-7383-4e38-8303-d8001a51399f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9593d52c4302d0340d8467da3c591dbd7cee9b8 --- /dev/null +++ b/images/a58a6ddc-7383-4e38-8303-d8001a51399f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a707fbd07954390c1f49da8cc40e0465d8d5476e2aee89741c4744f7f30c242 +size 1984063 diff --git a/images/a5abad34-d206-4f5f-8624-58ba03fcb6d4.jpg b/images/a5abad34-d206-4f5f-8624-58ba03fcb6d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a7fe660dc8adcf8621a14f24cf49172e5f33203 --- /dev/null +++ b/images/a5abad34-d206-4f5f-8624-58ba03fcb6d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf53582152ce7b429ebb43e8a7eb3069e780fb71c371cc71756770938eb2f192 +size 1288573 diff --git a/images/a5af52fb-c1c6-4669-975c-5f61647115d6.jpg b/images/a5af52fb-c1c6-4669-975c-5f61647115d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8aef5f336655e88ac12bbfffd7a6208f968e3ea6 --- /dev/null +++ b/images/a5af52fb-c1c6-4669-975c-5f61647115d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5297de00f89d8a3dc3c869faa13de3bcb45b049ab28f76b0e9f96cd1c96687a +size 1707298 diff --git a/images/a5b2468f-5980-43e4-80c1-4362ae8d537c.jpg b/images/a5b2468f-5980-43e4-80c1-4362ae8d537c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d62a44d6f597185a80c89fc210ee8db2e8838c9c --- /dev/null +++ b/images/a5b2468f-5980-43e4-80c1-4362ae8d537c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c5dd238f70e67a046cb5e42f52e2f1fc15e65ab731a5ca1a44a0705e0399d3 +size 1659404 diff --git a/images/a5c2b888-ef47-4814-a6d5-8c5a6023bd3b.jpg b/images/a5c2b888-ef47-4814-a6d5-8c5a6023bd3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dc67e4278c69fa9100d2bf714a15045b0cbefa0 --- /dev/null +++ b/images/a5c2b888-ef47-4814-a6d5-8c5a6023bd3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497e852e575c063168c92534d53e4797e5af057cee957970d877d75bd5d7040b +size 1454292 diff --git a/images/a5cf4086-94e9-4b14-b3f8-7d812d2e01ce.jpg b/images/a5cf4086-94e9-4b14-b3f8-7d812d2e01ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ee8370dc57a3fffef7722e12694e37af5485eaa --- /dev/null +++ b/images/a5cf4086-94e9-4b14-b3f8-7d812d2e01ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd6d5c4d359fcbee65a904cc6fa2b76404c1adf4bc8a8002ece3f0099154566 +size 1681109 diff --git a/images/a5cfa001-8429-4dda-8715-c2a0e5bc31a3.jpg b/images/a5cfa001-8429-4dda-8715-c2a0e5bc31a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b21df0c1bb398b2efe7e79ab8ebbc1e50bae725 --- /dev/null +++ b/images/a5cfa001-8429-4dda-8715-c2a0e5bc31a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddd983df9c878a40263958f9ea3f76489b135e8e24c603c3fb10962d523d7d4 +size 1543805 diff --git a/images/a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0.jpg b/images/a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbade8552f3860916e40f9ce8d6792d75e1d070b --- /dev/null +++ b/images/a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20b700b4a87af6ba896e0e7a8e8f7d1a8fd8614073c1e7562b7d905cd41d2a6 +size 1486950 diff --git a/images/a5d6f8cc-1eb1-4525-815e-1292fe14780c.jpg b/images/a5d6f8cc-1eb1-4525-815e-1292fe14780c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae05091adc7e956e57b038a3bd259bcc696373f --- /dev/null +++ b/images/a5d6f8cc-1eb1-4525-815e-1292fe14780c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c91b2c86a834fd7692fddad0c614184f03292bfc8b6b233e878388e2b132b4d +size 1605240 diff --git a/images/a5dce94c-55d3-433c-b3b5-eee22c482d71.jpg b/images/a5dce94c-55d3-433c-b3b5-eee22c482d71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..921be4c914ff9323a700e4e5ec158efad472bdb8 --- /dev/null +++ b/images/a5dce94c-55d3-433c-b3b5-eee22c482d71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b68871834f086b54bae2b820de9745cf5ad0722d0d071aa82b22836c3febe5b +size 2728493 diff --git a/images/a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588.jpg b/images/a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5ea6f75c6b9967cea1a1d36d40243677f61770f --- /dev/null +++ b/images/a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdba3a31c183df9ee23e012b349ff4ddc3140a9d60bb788c574ba365c37fec61 +size 1839875 diff --git a/images/a60134c9-580c-45eb-9618-7fa1f67e2563.jpg b/images/a60134c9-580c-45eb-9618-7fa1f67e2563.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72017ff8a80607cca8ae14a06b5a5618ca5f71de --- /dev/null +++ b/images/a60134c9-580c-45eb-9618-7fa1f67e2563.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acff69d99e461ca103d6769066262e4345fe6c67ef6c57ae1fabd9fe0dfae430 +size 2120935 diff --git a/images/a606c7f7-f73d-480b-a3f8-8b0ae98f5005.jpg b/images/a606c7f7-f73d-480b-a3f8-8b0ae98f5005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a478edf0e055fb47d4b0a610091325243b7bb95c --- /dev/null +++ b/images/a606c7f7-f73d-480b-a3f8-8b0ae98f5005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741eb5f64a3c033621beeb179941911bbc516be81e8fdcc4dc099e25a9f8db70 +size 1669154 diff --git a/images/a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0.jpg b/images/a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd64aa9e757cbf0a782f2c6ed595f939da7e6b33 --- /dev/null +++ b/images/a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91db787ec2057105855f7621c4da85f195014450b8f801453b7ec8fa512b8474 +size 1444169 diff --git a/images/a60f850c-0486-4b63-931b-5fa8ca41bff5.jpg b/images/a60f850c-0486-4b63-931b-5fa8ca41bff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a420d6f5ec6e64e2524a7e178a5180938920fb93 --- /dev/null +++ b/images/a60f850c-0486-4b63-931b-5fa8ca41bff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ca2117fc458a9cdabe7453870684e60030034e4759d996a56e0bfec2661d7b +size 1572056 diff --git a/images/a61332a8-527d-4053-8a68-04a2a182e52b.jpg b/images/a61332a8-527d-4053-8a68-04a2a182e52b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8137416f8d90e05eb58cd947c42b9094f4e0ddd4 --- /dev/null +++ b/images/a61332a8-527d-4053-8a68-04a2a182e52b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d97057cba97edc68de37b4ed8ac8f6ed25183f83521db3b3c85eff0d27158a8 +size 1686316 diff --git a/images/a61cee9e-2034-4443-981e-819c00b5fb52.jpg b/images/a61cee9e-2034-4443-981e-819c00b5fb52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea3d424abe98ab250387e084a977e00b0af1df07 --- /dev/null +++ b/images/a61cee9e-2034-4443-981e-819c00b5fb52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20994f745a8f1c37bfe1abf280a2213dda9f337122e39c08f97379a7570e7a54 +size 2374557 diff --git a/images/a63bb738-62d7-4f7f-97d9-89e08b81ce2a.jpg b/images/a63bb738-62d7-4f7f-97d9-89e08b81ce2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e237d8bdf3797812961b919b999a1f2753960c08 --- /dev/null +++ b/images/a63bb738-62d7-4f7f-97d9-89e08b81ce2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c83ccd891feeb167cd76f95dad28a9c02425ebe583bfc7fb6b53d081f131e04 +size 1926788 diff --git a/images/a6451308-dcbc-41b6-b9d4-efe7e7db6d3b.jpg b/images/a6451308-dcbc-41b6-b9d4-efe7e7db6d3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d810443320812b3d5f4427968f1c3bf42055e4 --- /dev/null +++ b/images/a6451308-dcbc-41b6-b9d4-efe7e7db6d3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12ae73f8b68550462cd6f72e19e8eb93a0eafd7b7824f3b2604cc3ee94a195b +size 1552617 diff --git a/images/a653f25d-c5b7-4b47-bf13-242ca8aea65c.jpg b/images/a653f25d-c5b7-4b47-bf13-242ca8aea65c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f17b49c1af079cf9a6590198c94b23d8be6cea93 --- /dev/null +++ b/images/a653f25d-c5b7-4b47-bf13-242ca8aea65c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265ac8a0ba1f77b32787d1c4200fd4229e998f16e34961afcdd2c2d7fe751ae9 +size 1615466 diff --git a/images/a66221de-0361-4e0a-9af2-68264426586a.jpg b/images/a66221de-0361-4e0a-9af2-68264426586a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c168ef0aba000823d2acaa859c15e4b3099264b0 --- /dev/null +++ b/images/a66221de-0361-4e0a-9af2-68264426586a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3b7c55a5b15c2c4b2488c842c5218e179b9821831230bee8d0752c87b5cb13 +size 1503402 diff --git a/images/a6699ac8-e634-4609-8426-7e068f35bade.jpg b/images/a6699ac8-e634-4609-8426-7e068f35bade.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6540777f62e237fb431b73351e5b7b597cd30d94 --- /dev/null +++ b/images/a6699ac8-e634-4609-8426-7e068f35bade.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f786959f3c2e7d01f279cf7e7058b65fc9f16ef95d3b3ceaeab799c2f119d947 +size 1226060 diff --git a/images/a66f9d6f-1746-4cbe-868e-24172793787b.jpg b/images/a66f9d6f-1746-4cbe-868e-24172793787b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6d9dbff3a3eb45b58b6cbf910ab222904487961 --- /dev/null +++ b/images/a66f9d6f-1746-4cbe-868e-24172793787b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ed7f8860e071c8cbb3abaab4f7e42d2606012d0ad934fcc17fbda77783a26e +size 2802785 diff --git a/images/a67a58d2-9875-452b-85d3-db0a31772491.jpg b/images/a67a58d2-9875-452b-85d3-db0a31772491.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e4ea60b7db5ea4ccbdae19c1d14039d5d964258 --- /dev/null +++ b/images/a67a58d2-9875-452b-85d3-db0a31772491.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160e58c2850600cacbfe11c6ca0f98f5e1aff415e8f37b8520340fcae92258a4 +size 1370744 diff --git a/images/a6802119-7fba-4d49-b227-53aeedc91344.jpg b/images/a6802119-7fba-4d49-b227-53aeedc91344.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8b18389b60b29c26abef4f3bb3bd9233fee8d01 --- /dev/null +++ b/images/a6802119-7fba-4d49-b227-53aeedc91344.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b68bc3e20c51dc530392d16045345c64fbb1cef955c933000ce18dd421d8bd +size 1567640 diff --git a/images/a6850581-5d4d-406c-b937-8c631604ed34.jpg b/images/a6850581-5d4d-406c-b937-8c631604ed34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7c4c0f34fb6fcccde32401937f4a4d31b926489 --- /dev/null +++ b/images/a6850581-5d4d-406c-b937-8c631604ed34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2dc5f5f90b7dc905a98fdff3c2082f9e59abfce5483924787d86716d2be088 +size 1297430 diff --git a/images/a68c7f51-7f48-4cc1-b37f-295c25c908ad.jpg b/images/a68c7f51-7f48-4cc1-b37f-295c25c908ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb73bb3dbd07038ee14930573bf7efa2d6f3a0d1 --- /dev/null +++ b/images/a68c7f51-7f48-4cc1-b37f-295c25c908ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9fb680d20730f5a535b7dd1f4bdb48a7fbb0d9790ee8168f1105a5516200a6 +size 1752923 diff --git a/images/a68d2216-20d6-4a80-84e8-81b7d0666493.jpg b/images/a68d2216-20d6-4a80-84e8-81b7d0666493.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a7cc4116342b07b166bf17ce4625f1ea058ed1d --- /dev/null +++ b/images/a68d2216-20d6-4a80-84e8-81b7d0666493.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0257dd78fcd03d13c96c09892bb7854329443d0fde2ac10ea6383da1e4f909a3 +size 1482840 diff --git a/images/a68e069d-57ca-4e7d-964d-8943e00cfe60.jpg b/images/a68e069d-57ca-4e7d-964d-8943e00cfe60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fe0d095c12c68e99a735b9f982e46b1aa572321 --- /dev/null +++ b/images/a68e069d-57ca-4e7d-964d-8943e00cfe60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e8a97d96c5fc78803c54a79d9ad923813e57e9e1e120a8c26b2504c112c0f5 +size 1422220 diff --git a/images/a6940d3d-e675-4c14-8983-0329b85b79c1.jpg b/images/a6940d3d-e675-4c14-8983-0329b85b79c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93e54c36079e8783bafc6e6f7d24aed1dbde2b65 --- /dev/null +++ b/images/a6940d3d-e675-4c14-8983-0329b85b79c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ff394aa5c2f75ccd45a1fad8907d21ccc7df501385dc10df9a996c0101f15b +size 1785445 diff --git a/images/a6a997d9-40dd-43fc-8f39-232733ab976b.jpg b/images/a6a997d9-40dd-43fc-8f39-232733ab976b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a6f26262a45d57901e6e9709c36ad820e294eb4 --- /dev/null +++ b/images/a6a997d9-40dd-43fc-8f39-232733ab976b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07a9a2e9a800456d0620386acdd485db530742d798bed05037067d3a1ed6946 +size 1938767 diff --git a/images/a6af7be5-3eaa-41cc-ba2a-20c7698e4641.jpg b/images/a6af7be5-3eaa-41cc-ba2a-20c7698e4641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbc0eecc8a20ae35b638606827ff85cdfe25507c --- /dev/null +++ b/images/a6af7be5-3eaa-41cc-ba2a-20c7698e4641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad940d195537066fb27da8d7da84e0832451d9309c6198523b92ff72710867a7 +size 1499929 diff --git a/images/a6b323c8-ce90-4b2c-aa0b-a8f2697a0066.jpg b/images/a6b323c8-ce90-4b2c-aa0b-a8f2697a0066.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06f0466059db0f89a891eb74e50dba8b2252f9ef --- /dev/null +++ b/images/a6b323c8-ce90-4b2c-aa0b-a8f2697a0066.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396654802e7750e3319f2ee99d31d853467bc395c3b916cf1421b6cc7090c0b9 +size 2997165 diff --git a/images/a6c68c12-078d-44fd-95fd-4040cf919775.jpg b/images/a6c68c12-078d-44fd-95fd-4040cf919775.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfaa3d878608dcbde29909172dd6bbfff320eaae --- /dev/null +++ b/images/a6c68c12-078d-44fd-95fd-4040cf919775.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ec3360c8f310898b771a2dcce1d6dfb79b1a6392e0a6ad1b2ed6d2ffe7d8fc +size 1542418 diff --git a/images/a6c69fa0-6f5f-4a23-bddb-761bafd3b97a.jpg b/images/a6c69fa0-6f5f-4a23-bddb-761bafd3b97a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0693edf72860b3ae079399efabc13b75c206c9a --- /dev/null +++ b/images/a6c69fa0-6f5f-4a23-bddb-761bafd3b97a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2227ca5cc0159d9add5446eecded9a467930a1c200d19328521f4222013d494 +size 2001499 diff --git a/images/a6d8b2af-4c92-4e21-961c-005deb1eed67.jpg b/images/a6d8b2af-4c92-4e21-961c-005deb1eed67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7267d57901ce1f1a9d6190cf8609df13fee0aaf2 --- /dev/null +++ b/images/a6d8b2af-4c92-4e21-961c-005deb1eed67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7de47ec8e583bcba8d1cfd051a407b01a2fede991052c7963479d37317b4f2 +size 1634157 diff --git a/images/a6ddd40b-1f79-492d-9e49-fe2919cd9d4b.jpg b/images/a6ddd40b-1f79-492d-9e49-fe2919cd9d4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38ef8e5a141e3971751fda003433fe9349376d04 --- /dev/null +++ b/images/a6ddd40b-1f79-492d-9e49-fe2919cd9d4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce1edb1c9ec162ba938d7cc8f55a7020e96c98ed6991ca287f6cef6dd1c225c +size 1831900 diff --git a/images/a6e15f1a-79ea-4aff-b669-ff70fad9e0df.jpg b/images/a6e15f1a-79ea-4aff-b669-ff70fad9e0df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d95a6cee46fe8f72ad57e70c0cade9d91b01475 --- /dev/null +++ b/images/a6e15f1a-79ea-4aff-b669-ff70fad9e0df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ee862744fafddb55ecca6f28248e0b93e57724910a57cedd92d4229b908f96 +size 2804222 diff --git a/images/a6e41a06-97e2-4b12-a531-7eddf28928d0.jpg b/images/a6e41a06-97e2-4b12-a531-7eddf28928d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6695563adb9304b6051b31534554af026e6fb5e3 --- /dev/null +++ b/images/a6e41a06-97e2-4b12-a531-7eddf28928d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207770942283c01d15fe493b876d97e993802a7d8d3c7dba0cdbf6e0de893176 +size 1772769 diff --git a/images/a6e57624-20e9-4431-a0c7-f6ce28d1d077.jpg b/images/a6e57624-20e9-4431-a0c7-f6ce28d1d077.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c07d6009e82e14b61b268b0994f4152ae3b0a560 --- /dev/null +++ b/images/a6e57624-20e9-4431-a0c7-f6ce28d1d077.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e60aa07f3b81367b979940d7045457352045e4315f16df0de4ad7a82c4f339 +size 1358930 diff --git a/images/a6e5aa04-4978-4e86-848a-a13854a57ad6.jpg b/images/a6e5aa04-4978-4e86-848a-a13854a57ad6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b018642fa0093e70ddd3fda8b96a63ebfaab08f --- /dev/null +++ b/images/a6e5aa04-4978-4e86-848a-a13854a57ad6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16041abf8ac14ea6a11c68b291d50f25e8908ae5386df052a0e0c402aa86629c +size 1531962 diff --git a/images/a6ee4da7-4467-4c3f-869b-7f9ab32940c2.jpg b/images/a6ee4da7-4467-4c3f-869b-7f9ab32940c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09fb12ba0d15c13a85b35d704076ded1fcd20272 --- /dev/null +++ b/images/a6ee4da7-4467-4c3f-869b-7f9ab32940c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd360877a2b2834e78b9d9690e0deb49aff1b3d072201d9355ff68a48df2dc5 +size 1816653 diff --git a/images/a6f68d97-1788-4b26-b67a-a5b30bb18138.jpg b/images/a6f68d97-1788-4b26-b67a-a5b30bb18138.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f69750c949fbb126589254df0b495833ebd754d --- /dev/null +++ b/images/a6f68d97-1788-4b26-b67a-a5b30bb18138.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b577504fe8e5798d75e7ffdebfde5309ba5b029a94ab5ed91ca2900581d6445a +size 1166884 diff --git a/images/a7082472-7d3e-4340-b1e1-d702e2310aef.jpg b/images/a7082472-7d3e-4340-b1e1-d702e2310aef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e3a1a8efba22d198106c67e4bd77679f03912b5 --- /dev/null +++ b/images/a7082472-7d3e-4340-b1e1-d702e2310aef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2a5c23237c724c3d1ebdcca22be28d6f31e5120482e571a85be4d158ae0b26 +size 1080336 diff --git a/images/a70a7b68-5892-47d7-a700-56fc1702d659.jpg b/images/a70a7b68-5892-47d7-a700-56fc1702d659.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c069b0070b1161a6d1f07404dd7745d68fdcc567 --- /dev/null +++ b/images/a70a7b68-5892-47d7-a700-56fc1702d659.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190112ed9ef34ee7feecf0e15928dc6457a3e900b23382a0f7f5c310f085f16f +size 1553791 diff --git a/images/a70b694e-4727-4272-bc29-5ac5f0e3f540.jpg b/images/a70b694e-4727-4272-bc29-5ac5f0e3f540.jpg new file mode 100644 index 0000000000000000000000000000000000000000..354a92c9d94c7e4e9a73bc68540ec296491b8ce9 --- /dev/null +++ b/images/a70b694e-4727-4272-bc29-5ac5f0e3f540.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308d97385c5a539ee53afe9f58113ce8aebdce1f0b9c39c9080502d878eaf809 +size 1929219 diff --git a/images/a710a11d-ba8f-4cfb-b37e-c15c416bf8da.jpg b/images/a710a11d-ba8f-4cfb-b37e-c15c416bf8da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..420baca9e300e93c6cd7b2325418fbf779055d43 --- /dev/null +++ b/images/a710a11d-ba8f-4cfb-b37e-c15c416bf8da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3aada6847513a7ffd85433e54c359876e17277c38e7d03e4687363d1317428 +size 2237856 diff --git a/images/a717f1b8-06e8-4c0a-b450-e07f30f6321d.jpg b/images/a717f1b8-06e8-4c0a-b450-e07f30f6321d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2705628de4ea4f22d5f3b0aa4590034a2da78d69 --- /dev/null +++ b/images/a717f1b8-06e8-4c0a-b450-e07f30f6321d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a9fceb782357dfe0d950a4815052069c45985836af2ee9e1854509b7200a77 +size 3453487 diff --git a/images/a727eb51-2f0e-46d6-aff9-10fa4478de73.jpg b/images/a727eb51-2f0e-46d6-aff9-10fa4478de73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a38847e105748ad44610adc83df2fc944b612f9 --- /dev/null +++ b/images/a727eb51-2f0e-46d6-aff9-10fa4478de73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b292008b93d38558a5e853faf0ec27ae0fa582965eb66d2ad8919c9b496d5d +size 1194290 diff --git a/images/a7297e3c-5343-49a4-8514-4789115e04a8.jpg b/images/a7297e3c-5343-49a4-8514-4789115e04a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6745adf2ee339e2ffa73084219d75b60b85ea96a --- /dev/null +++ b/images/a7297e3c-5343-49a4-8514-4789115e04a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efd2a62490327a5265055b1ee43eaad8d857c77a3e31373c8234b268d44e790 +size 1581630 diff --git a/images/a737cda8-3bef-49d6-ab7a-9a6408f063d5.jpg b/images/a737cda8-3bef-49d6-ab7a-9a6408f063d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4efa4a454224ae5db214440ce83f88589d2a2e2 --- /dev/null +++ b/images/a737cda8-3bef-49d6-ab7a-9a6408f063d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c8c5dea76819839e7d42b214ff062e4ee714121aecd38c113534143484a741 +size 1380775 diff --git a/images/a746abe9-bb3a-47da-8bd4-441d6a2009a0.jpg b/images/a746abe9-bb3a-47da-8bd4-441d6a2009a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16d52ff6122519ae7e47abfc5061b7ac66a0a0a1 --- /dev/null +++ b/images/a746abe9-bb3a-47da-8bd4-441d6a2009a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42ebf34d1ec1039f719d405338be16abc52ffc2a3851e4f25ffa4e599fcd29c +size 1888144 diff --git a/images/a74fe2e5-6c01-473e-972a-c9d4ffb213b7.jpg b/images/a74fe2e5-6c01-473e-972a-c9d4ffb213b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13115267e107cb6d953d68372cc022adc84ea7ac --- /dev/null +++ b/images/a74fe2e5-6c01-473e-972a-c9d4ffb213b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b98682f6d7db6f419453ab5f6cdceafb70f1dc6e90d16ac44b04095f0dddc8a +size 1459593 diff --git a/images/a75706e8-2412-437d-a701-c304d07163a1.jpg b/images/a75706e8-2412-437d-a701-c304d07163a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac082719ff46247ff4af649b239b40d1b255e0f1 --- /dev/null +++ b/images/a75706e8-2412-437d-a701-c304d07163a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a1eeab62d6ca84b34ab8366d76411ab36a736039b6155d07347da502cb542e +size 1572556 diff --git a/images/a75beef2-cae3-4c94-880b-9dac9e4a6170.jpg b/images/a75beef2-cae3-4c94-880b-9dac9e4a6170.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01de62c339102645dcd7f46a09aeb38abe0e3bd4 --- /dev/null +++ b/images/a75beef2-cae3-4c94-880b-9dac9e4a6170.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0561b2d7360ceb68c0e10bf68a1c39007b634d07bd95f4c2f82074bba8a4de7 +size 1953652 diff --git a/images/a75f0243-34aa-4cbb-bd0b-4dec5b0a4113.jpg b/images/a75f0243-34aa-4cbb-bd0b-4dec5b0a4113.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c152ddeef3b5cb97d82dd81985ecd6714c6c39c8 --- /dev/null +++ b/images/a75f0243-34aa-4cbb-bd0b-4dec5b0a4113.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d0c54b0cbe1596aa6dd4201f7e46d50a12e176adf7ef58d3a4dff92ce49284 +size 2649895 diff --git a/images/a77c52a3-2740-4270-97e4-fa304d38c43f.jpg b/images/a77c52a3-2740-4270-97e4-fa304d38c43f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..067832ec053343a0b929327f73ef4acd6aa84deb --- /dev/null +++ b/images/a77c52a3-2740-4270-97e4-fa304d38c43f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcc15ef15ef633b5534c3f209e3de9b1e730f0cb0dbc2b4e7948b489fba0485 +size 1958513 diff --git a/images/a77d460f-562f-4793-b819-2852587b4279.jpg b/images/a77d460f-562f-4793-b819-2852587b4279.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a196e2f46c0f4dd7945358c1ad2164245608bea0 --- /dev/null +++ b/images/a77d460f-562f-4793-b819-2852587b4279.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797c2c9a2c33d8bb53cdd0ec7306445ad970bea4e5bbd4ac2f8fc1767ec1d1ca +size 1161255 diff --git a/images/a7801eec-93ac-4a8f-8ecf-9482dd8376d8.jpg b/images/a7801eec-93ac-4a8f-8ecf-9482dd8376d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae84b0a26aa881f84b34d96a687a39d8e54e7dca --- /dev/null +++ b/images/a7801eec-93ac-4a8f-8ecf-9482dd8376d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb3debba4fe513fc7e1ba5edd721ccb46470a2683268b336cedd100ab5e603b +size 1550808 diff --git a/images/a7811069-3648-4f89-8c7c-7a14916c4a6a.jpg b/images/a7811069-3648-4f89-8c7c-7a14916c4a6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f730fbc6218ee975121e755f3b50ec990b4b3b9a --- /dev/null +++ b/images/a7811069-3648-4f89-8c7c-7a14916c4a6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccddbd560fc62539882992687c7be40145a7b6a776b225e1ed49ccdebd1f454 +size 1292876 diff --git a/images/a78e5981-b4ba-4d74-8881-f89d8231f4cb.jpg b/images/a78e5981-b4ba-4d74-8881-f89d8231f4cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f0695f0a71979c8843bd4b3d65574c597f82780 --- /dev/null +++ b/images/a78e5981-b4ba-4d74-8881-f89d8231f4cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448f98c15d41b049e7ea60ab7d76e02d310b556ef12aa2c9fbc1908eabbec909 +size 2585251 diff --git a/images/a78edb27-ce64-4772-90aa-96d142593c00.jpg b/images/a78edb27-ce64-4772-90aa-96d142593c00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4767e51fbaab7271bc46630ce395a3b5eea005d7 --- /dev/null +++ b/images/a78edb27-ce64-4772-90aa-96d142593c00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857b30dfe8b2e01a0f157dd67ee272e5f2c84ad2a4018dba44c212eb5896a48c +size 2319733 diff --git a/images/a79dc67d-f547-4630-ad60-4661ed13dbbb.jpg b/images/a79dc67d-f547-4630-ad60-4661ed13dbbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc42687a8d4f54cb26e67a425d1077a6879e3485 --- /dev/null +++ b/images/a79dc67d-f547-4630-ad60-4661ed13dbbb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c949c12dddf565e1ab5fd0e2c78209252a599975f685357a0c7e40efc9a36c5 +size 1740769 diff --git a/images/a7a49f1d-956e-45f0-a906-0b76c7a2d79a.jpg b/images/a7a49f1d-956e-45f0-a906-0b76c7a2d79a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ac18065eaeb8dc58e09004136b65958e1dc27e9 --- /dev/null +++ b/images/a7a49f1d-956e-45f0-a906-0b76c7a2d79a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae3b08da5f4139770fdb54e2f32ba19bdccd36a66f11b27bc3cff7d8486cee +size 1799730 diff --git a/images/a7a76f69-9e67-4406-9325-26c6c458fefc.jpg b/images/a7a76f69-9e67-4406-9325-26c6c458fefc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47822116f8aceb906168666fb70da9cd80dfe132 --- /dev/null +++ b/images/a7a76f69-9e67-4406-9325-26c6c458fefc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927840ec9a737883883d5467e19c8f00e13d1bdcf914501f73c1039a38340372 +size 3231322 diff --git a/images/a7af6f29-8342-492b-99d2-483e72ac94fb.jpg b/images/a7af6f29-8342-492b-99d2-483e72ac94fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dedced1ed733d278565c32487d5b97e370088259 --- /dev/null +++ b/images/a7af6f29-8342-492b-99d2-483e72ac94fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b216bc7bb541bca273c612a8482da324ac2de1fc91b5947eab2faab91c4848a5 +size 1610201 diff --git a/images/a7ba86c8-1151-466b-b7d0-d5426a094c9b.jpg b/images/a7ba86c8-1151-466b-b7d0-d5426a094c9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69460f79c4586fd868dc5ed5912cfae642e4db68 --- /dev/null +++ b/images/a7ba86c8-1151-466b-b7d0-d5426a094c9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9765ababeae8e399253deee762c2e0bead73ff0adf445392243352ac2adb2dc +size 1410033 diff --git a/images/a7beb671-dc09-496e-bb9f-56e1c53df79f.jpg b/images/a7beb671-dc09-496e-bb9f-56e1c53df79f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8edb957e50e33ea3d697627caf6ef89082263eb --- /dev/null +++ b/images/a7beb671-dc09-496e-bb9f-56e1c53df79f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c75212342dcf86e5720fa88d97c9f9f74fcb06e7673a8afb9d3fdcb93114d31 +size 2027992 diff --git a/images/a7cab87c-cd77-40e7-9263-00c9e79dd7c3.jpg b/images/a7cab87c-cd77-40e7-9263-00c9e79dd7c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3715ff0262b979afcdc63c723fd172a0ae6e84d8 --- /dev/null +++ b/images/a7cab87c-cd77-40e7-9263-00c9e79dd7c3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062d4c14631fcda4fa771a81e98c227bf74da8d0a2d6a2741b2bcc3fedd7d733 +size 1563864 diff --git a/images/a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3.jpg b/images/a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a58bddd211681cea6c16b7840656d03d53bc8780 --- /dev/null +++ b/images/a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b2bb593f0c65f15f2fd92d173f5fa21c3c5cda08fabc4a6398a264b4f5e487 +size 1522669 diff --git a/images/a7d4c685-f495-48b5-9c75-82b1a7d6dd31.jpg b/images/a7d4c685-f495-48b5-9c75-82b1a7d6dd31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89be8c142036f30cca9c013ef73460e6afab4de1 --- /dev/null +++ b/images/a7d4c685-f495-48b5-9c75-82b1a7d6dd31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643407e1cecdb6831863b86615ed8af31d0bcf14eac8df3093985012154c6b01 +size 1987869 diff --git a/images/a7d577a8-4e27-4c1a-9d9f-840d4ed79592.jpg b/images/a7d577a8-4e27-4c1a-9d9f-840d4ed79592.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93b5bc24991159ff20292bd4c9f653cad9bbc2b0 --- /dev/null +++ b/images/a7d577a8-4e27-4c1a-9d9f-840d4ed79592.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e7564a533278e4f45286af3e5fa0e0bae98c0e99450b29defd4f6b823f1b4f +size 1695521 diff --git a/images/a7e37318-701b-4532-bef2-ba5ad60e517d.jpg b/images/a7e37318-701b-4532-bef2-ba5ad60e517d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c4de04b85b55b98ca33907134e7a2bc6e3bdf33 --- /dev/null +++ b/images/a7e37318-701b-4532-bef2-ba5ad60e517d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b972b3f08beb0b95dbf1eb17f2783cf813286ff7e8630053f547cda7122eb0 +size 2332892 diff --git a/images/a7f7549a-e93e-4e5a-9efd-b7c29af3c521.jpg b/images/a7f7549a-e93e-4e5a-9efd-b7c29af3c521.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71084e925769bdf27d110708a00ce324d12a1a17 --- /dev/null +++ b/images/a7f7549a-e93e-4e5a-9efd-b7c29af3c521.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1312029545b7df88dd9babb9ffdd69c86c36a02d94f4d0a70165cf27a05c3394 +size 1814998 diff --git a/images/a7ff48ab-b88c-4a1b-857a-548b118110c8.jpg b/images/a7ff48ab-b88c-4a1b-857a-548b118110c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b5fe763c1ef2d842779952903cbb8324c4d8ec --- /dev/null +++ b/images/a7ff48ab-b88c-4a1b-857a-548b118110c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ad9b34decc9952260b7e8291c66b242d0ca51d2d36b661fdf56c1107ce419c +size 1235096 diff --git a/images/a8053330-3021-4a19-ab56-a0c613d5dff2.jpg b/images/a8053330-3021-4a19-ab56-a0c613d5dff2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3b623111ff8e0aab7ca7adb23e639ff99cf2f67 --- /dev/null +++ b/images/a8053330-3021-4a19-ab56-a0c613d5dff2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd91ce7f0268dc85ec4d8b2af85ccc686e4032e9415fc5f601438b23afeb88c +size 1139856 diff --git a/images/a81a158b-c00c-45f5-ac35-e9f4cf23ff93.jpg b/images/a81a158b-c00c-45f5-ac35-e9f4cf23ff93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe8136a05b33c5b988d79c065d491c43393ab91e --- /dev/null +++ b/images/a81a158b-c00c-45f5-ac35-e9f4cf23ff93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f13b7f154fa13c80479cf7759966157a7db5e702d4239f040d37cea7d1132d +size 1669672 diff --git a/images/a8207b9f-b163-4d8f-8063-5b46509dd829.jpg b/images/a8207b9f-b163-4d8f-8063-5b46509dd829.jpg new file mode 100644 index 0000000000000000000000000000000000000000..669843d8510095f26e0d56e359f51bd15266a699 --- /dev/null +++ b/images/a8207b9f-b163-4d8f-8063-5b46509dd829.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbea5f17423cd666cead8e2849e6df193fb72b2dd661cdf1d7770efffa7d40c +size 1475481 diff --git a/images/a821cca0-66c7-405b-a5c4-00a65578c534.jpg b/images/a821cca0-66c7-405b-a5c4-00a65578c534.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9eb6d90191a03e68aeb87c9460a8aa9a4ea9816 --- /dev/null +++ b/images/a821cca0-66c7-405b-a5c4-00a65578c534.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c5ad390fa23d1bd033c7b94193942d2b29ccd087dea60d7636ce49e47f0978 +size 1598562 diff --git a/images/a8250d6f-84a7-43b8-9196-a10e3e59bf8a.jpg b/images/a8250d6f-84a7-43b8-9196-a10e3e59bf8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1b06ca904140e958aa3d9464687ea99281bf3bf --- /dev/null +++ b/images/a8250d6f-84a7-43b8-9196-a10e3e59bf8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2746748c0004a5425fd8a1e7f1d9e48246f55753014dedb139c169332798199 +size 1877708 diff --git a/images/a82c0835-5d02-4f21-8263-d71713627d37.jpg b/images/a82c0835-5d02-4f21-8263-d71713627d37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6489c53131bb9f4902b4bd2b7ce867133de8031 --- /dev/null +++ b/images/a82c0835-5d02-4f21-8263-d71713627d37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66edadd9c0562459eb20a5fb30cb0b670b02fe10dc3cf1118bb09710fd017824 +size 1664918 diff --git a/images/a82de684-44d2-4a65-b4aa-32e16573eac2.jpg b/images/a82de684-44d2-4a65-b4aa-32e16573eac2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7816b48e8fff0840ae38c071214c0fcfe13ec268 --- /dev/null +++ b/images/a82de684-44d2-4a65-b4aa-32e16573eac2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adccd7f64f76332251bbccb28006b36f6a52a63e2ee5af468af50ce9f59b19f3 +size 1753772 diff --git a/images/a83306f4-9c27-4e6f-8249-a1eeb93a0c17.jpg b/images/a83306f4-9c27-4e6f-8249-a1eeb93a0c17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66a574cc0177b74983fe6ded2bc53462fb9e797a --- /dev/null +++ b/images/a83306f4-9c27-4e6f-8249-a1eeb93a0c17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c918549228d86eb7407d278ce858b3dc4ae91254adce6cd60feafbb05d9b9152 +size 2763356 diff --git a/images/a834300b-9a28-4685-a58e-3c6774d47d65.jpg b/images/a834300b-9a28-4685-a58e-3c6774d47d65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12e5063a866dcdde9f08500cb699e22fbf93556d --- /dev/null +++ b/images/a834300b-9a28-4685-a58e-3c6774d47d65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50904075f3008daad2c8a74fa8e7de7119964ea8f06d80c4ec7eb6da712f5f88 +size 1592089 diff --git a/images/a83581cd-4ca9-448f-b29d-286e354021fa.jpg b/images/a83581cd-4ca9-448f-b29d-286e354021fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c2e5ba80261eba1a1ee2e1de88b1fa1e7a100f3 --- /dev/null +++ b/images/a83581cd-4ca9-448f-b29d-286e354021fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2132d08e3384730b4dfc085bd03b939e4d0c569702ab54e25bb3af7483710a +size 2443078 diff --git a/images/a83942bd-1812-4220-9cea-312fe89e8cc7.jpg b/images/a83942bd-1812-4220-9cea-312fe89e8cc7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d53e703ef3f5fde981d3f6224e72f636f0df21d0 --- /dev/null +++ b/images/a83942bd-1812-4220-9cea-312fe89e8cc7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbd32f63c7c44e7497488d95d2b7a34895061fe657722282053d550cf6211d1 +size 1556505 diff --git a/images/a847a551-97e2-4ce3-ae0e-71dae1ec6a4e.jpg b/images/a847a551-97e2-4ce3-ae0e-71dae1ec6a4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27b04e6057299bf3f59e8b04cb2190bb61b61315 --- /dev/null +++ b/images/a847a551-97e2-4ce3-ae0e-71dae1ec6a4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c931bc0d25d40d470d790d759d4424ae9ac18b7bbd5fdf2f1f139187580a9d +size 1744860 diff --git a/images/a853c322-93cb-49af-8478-68559727118e.jpg b/images/a853c322-93cb-49af-8478-68559727118e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d600f542bc816acb94b228daf6477aa8503e641d --- /dev/null +++ b/images/a853c322-93cb-49af-8478-68559727118e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c38111fe682da8c136758fa6b3dc9a56875ae0a9dc456a94946b29a1eba968 +size 1699786 diff --git a/images/a854ac89-d3d2-4394-a134-8e482766d6bd.jpg b/images/a854ac89-d3d2-4394-a134-8e482766d6bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4346a9a3fa7dee935d0a73e274d08a798824001f --- /dev/null +++ b/images/a854ac89-d3d2-4394-a134-8e482766d6bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e89cb78c3f5c7c970fb17e130001ddf0a15818a12e6a24334c1045f5e0ccc2 +size 1643005 diff --git a/images/a87287eb-5687-46f5-8e66-4829508d404c.jpg b/images/a87287eb-5687-46f5-8e66-4829508d404c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6883d2b95b1d6b6eaed16eb74b3204c5829d7e9f --- /dev/null +++ b/images/a87287eb-5687-46f5-8e66-4829508d404c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0804771d0891b2acce058c86e87c2bc70a94677ac14256e347858a9b8b9422a +size 1903799 diff --git a/images/a8828739-512a-4e4c-9bc3-d52899bc6a79.jpg b/images/a8828739-512a-4e4c-9bc3-d52899bc6a79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06da4213078ff5ceac64f8b425cc7153f0eaf0b2 --- /dev/null +++ b/images/a8828739-512a-4e4c-9bc3-d52899bc6a79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4313065436974b40d0e93c200c023834102ba995d6f67eaa99bbaaa5734bc5dc +size 1816529 diff --git a/images/a883e72a-6720-45b4-ba6a-a6130c64bc60.jpg b/images/a883e72a-6720-45b4-ba6a-a6130c64bc60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..330d56ef0a9e3b7004390ae6425a7ddd2befd506 --- /dev/null +++ b/images/a883e72a-6720-45b4-ba6a-a6130c64bc60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66f1384d05a31e56c3bcfbfe8e63d3d70e5d118dfb55afa8fd6e3af50d5188b +size 1668677 diff --git a/images/a88b7ceb-805e-412e-b883-8288bda5c22e.jpg b/images/a88b7ceb-805e-412e-b883-8288bda5c22e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0242b50578b50b263c525739720897411b30bc68 --- /dev/null +++ b/images/a88b7ceb-805e-412e-b883-8288bda5c22e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efd9dc4d6780a33d74dc2dffc6292af9829e52c2f8004c3f869a503c032f895 +size 1368104 diff --git a/images/a895cc4a-be81-4d17-851e-42a3adf75b0f.jpg b/images/a895cc4a-be81-4d17-851e-42a3adf75b0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28be0b4b98d83535ea9ba101972d8e113ef09d1c --- /dev/null +++ b/images/a895cc4a-be81-4d17-851e-42a3adf75b0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24a46aef2386bf0d1105489cbffcdfac0fd14260535e3107f2831185d4b6e9a +size 2532174 diff --git a/images/a89e2273-fac3-4e09-93fb-8e26544f0a55.jpg b/images/a89e2273-fac3-4e09-93fb-8e26544f0a55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..daf88f21d2eb7a5990307503e2e5155986bb8e80 --- /dev/null +++ b/images/a89e2273-fac3-4e09-93fb-8e26544f0a55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fe99bec307b56428789f9c2882550e168ac894c3d7b0ab5e3aed545d3a2556 +size 1271306 diff --git a/images/a8a0cde5-1ccb-4842-a8ca-258e4811666d.jpg b/images/a8a0cde5-1ccb-4842-a8ca-258e4811666d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2cfa55cc451cd822155345d1052d104641e31c8 --- /dev/null +++ b/images/a8a0cde5-1ccb-4842-a8ca-258e4811666d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f940b0ff63bf84ce4239eee309bb0aade9eb9893cdfb1f3562d9b8f2da229d +size 2463207 diff --git a/images/a8a11514-fa98-4733-9db2-eb0af4a342a8.jpg b/images/a8a11514-fa98-4733-9db2-eb0af4a342a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40b857c4ad14b6b6be06de9724ea2a1811501be0 --- /dev/null +++ b/images/a8a11514-fa98-4733-9db2-eb0af4a342a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef429dc5b1245e15bc65af562b75ae9dc9251b8b4e0d18ca78cbd04f303ca875 +size 1753128 diff --git a/images/a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba.jpg b/images/a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27ea8fb9772f4b284605d5f935079ef5f6de7ca8 --- /dev/null +++ b/images/a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d66f931493476eee0d0467c9777cd547c7a68e957ee0a4ee466e5b04629711d +size 1319539 diff --git a/images/a8a61eaa-308f-4457-b884-03763ef13b62.jpg b/images/a8a61eaa-308f-4457-b884-03763ef13b62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10f3e439718e924667125da6c79656eb67b96444 --- /dev/null +++ b/images/a8a61eaa-308f-4457-b884-03763ef13b62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29be08397d21b32af49168e6eaa7816ecf516e31f5c383927388b6a3e90b141c +size 2882402 diff --git a/images/a8a6523e-29d2-43de-97f9-21cd5547a65f.jpg b/images/a8a6523e-29d2-43de-97f9-21cd5547a65f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b242c27bcabc774fd002f5f0069b0081f22b2bb --- /dev/null +++ b/images/a8a6523e-29d2-43de-97f9-21cd5547a65f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d65a3b66ac62635c309428e369d2018cfd82333e8c8b457636e79e729753aad +size 3007943 diff --git a/images/a8a73673-8f02-4d91-a064-aef4546928e5.jpg b/images/a8a73673-8f02-4d91-a064-aef4546928e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94bf749fa7b8ca2110af86fe9beb2b978196ac24 --- /dev/null +++ b/images/a8a73673-8f02-4d91-a064-aef4546928e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8022488bed8bfce3e9315f48db6a5cf5f897d15a589b478bbf5b41dd60668722 +size 1362736 diff --git a/images/a8a9a330-a348-4783-8508-4b515b7b3e4d.jpg b/images/a8a9a330-a348-4783-8508-4b515b7b3e4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9606a0602703cf49308e9bdc5251b59098c9a9b0 --- /dev/null +++ b/images/a8a9a330-a348-4783-8508-4b515b7b3e4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a125a17d13b55f3ca61f8d337d1cce77a8a4e861a37a3c79912e3a2fc843643c +size 1698246 diff --git a/images/a8a9b1eb-f148-49f4-841c-3c65a82a34d2.jpg b/images/a8a9b1eb-f148-49f4-841c-3c65a82a34d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..751cefbfe54c32353236cee1700a69ab069aab90 --- /dev/null +++ b/images/a8a9b1eb-f148-49f4-841c-3c65a82a34d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f696b9fe69cd6b22270e7e78fcd2bb47e1bd75acf1f684f8a0c68068d4c92892 +size 1455191 diff --git a/images/a8b75570-2303-4d5c-b5e7-f91cfdc25f91.jpg b/images/a8b75570-2303-4d5c-b5e7-f91cfdc25f91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efbe860a17a6e105db0be0add9b7997cd5cadafb --- /dev/null +++ b/images/a8b75570-2303-4d5c-b5e7-f91cfdc25f91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780c2a2e3235738c996a4870c87f1af813797a7810361c90739e90943c40afca +size 1743266 diff --git a/images/a8b9962c-d342-4989-a73e-d7181543a80b.jpg b/images/a8b9962c-d342-4989-a73e-d7181543a80b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf27bd955b247fc61040e0a75776164fa889d47f --- /dev/null +++ b/images/a8b9962c-d342-4989-a73e-d7181543a80b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a98a32f77bc5d8ef6868db5653fb024f99c6332e8d83dbf39686f2a6a15c7ff +size 1393077 diff --git a/images/a8ba3fb7-e248-4ba8-8f91-02cb0a81881d.jpg b/images/a8ba3fb7-e248-4ba8-8f91-02cb0a81881d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7844ac9bb50d3d77cf93ea0303530b50e6863c1f --- /dev/null +++ b/images/a8ba3fb7-e248-4ba8-8f91-02cb0a81881d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74486815c33a6e14f1db9f9deba399d0b49556330030fc8f65cc7b11067af493 +size 1575743 diff --git a/images/a8be8853-cfbb-4969-a596-db64932c6d85.jpg b/images/a8be8853-cfbb-4969-a596-db64932c6d85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2881d07e285d45b4b5cdc51ecb7071292c42b037 --- /dev/null +++ b/images/a8be8853-cfbb-4969-a596-db64932c6d85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7644a7639aa73da5f29816efd71be6ce458174a9c3b6318976d0e49339b562f8 +size 1647415 diff --git a/images/a8c1c136-5de2-4bfe-bc03-25c19618b50f.jpg b/images/a8c1c136-5de2-4bfe-bc03-25c19618b50f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c780630d44c2947d27c8f3fd0d645305b25c05b --- /dev/null +++ b/images/a8c1c136-5de2-4bfe-bc03-25c19618b50f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eadbcd8156f8845e44042c1fd7b58072d82bbb98a9de9c7c6ec142347dcc39 +size 2974796 diff --git a/images/a8c425f5-fcbc-4834-a5f3-4cf7d935721e.jpg b/images/a8c425f5-fcbc-4834-a5f3-4cf7d935721e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e74b532ec4cec1f77c4599389c410dd858377bb --- /dev/null +++ b/images/a8c425f5-fcbc-4834-a5f3-4cf7d935721e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d43a7966ed7be325f31cb12bf57404a47ae99c78ee62358715d2245229c1fe +size 1402337 diff --git a/images/a8cb096b-d2ed-41c7-a3fa-4b3637071d9c.jpg b/images/a8cb096b-d2ed-41c7-a3fa-4b3637071d9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..817e37961ba29d7f9f1b9cb699da5713287f37c5 --- /dev/null +++ b/images/a8cb096b-d2ed-41c7-a3fa-4b3637071d9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f46875fb10d97ca7c0b6d8c43ea588397b4950e82161702a49e0ef522743640 +size 1477054 diff --git a/images/a8cd2cbb-9331-4a61-9456-61e7f94f2284.jpg b/images/a8cd2cbb-9331-4a61-9456-61e7f94f2284.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c414a8c9e2088ce95e425181020273c9220ac947 --- /dev/null +++ b/images/a8cd2cbb-9331-4a61-9456-61e7f94f2284.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361f435470bba34024aab43544d03df14c2e21e4ce7f96168cc2f1bc1f5f1674 +size 1641678 diff --git a/images/a8d0eb41-dcf1-4b2b-8e33-a831596c774c.jpg b/images/a8d0eb41-dcf1-4b2b-8e33-a831596c774c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a07aec296a4a19bd5b17625cf1e829ef30ae38e --- /dev/null +++ b/images/a8d0eb41-dcf1-4b2b-8e33-a831596c774c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f67b877d5c2bd8f8d92c82a315a66489199e1c1c9ebce598077e77ae24bb53 +size 1216026 diff --git a/images/a8d9d991-8811-4343-b439-d29566861b1a.jpg b/images/a8d9d991-8811-4343-b439-d29566861b1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26859f308d04ef44df6a1b2018afb2e651a060f8 --- /dev/null +++ b/images/a8d9d991-8811-4343-b439-d29566861b1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6524f9886b5950a1de935465604029829e4027036a2d5f9add99ff4267b1a53a +size 1576474 diff --git a/images/a8e55828-3992-4a14-b733-b422cf1a2e76.jpg b/images/a8e55828-3992-4a14-b733-b422cf1a2e76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f90ec657cb9efd94c228e57c71b18743cab05796 --- /dev/null +++ b/images/a8e55828-3992-4a14-b733-b422cf1a2e76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04fd7cd8cbdc105bbb260b08c6c7050a75c933824b9f536193fdc75ef618026 +size 2470548 diff --git a/images/a8e86b6a-31c3-4315-9fcf-502adae1fb3a.jpg b/images/a8e86b6a-31c3-4315-9fcf-502adae1fb3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10f397e260aefcbf39d9f4d25f5e0efe2cf2c79f --- /dev/null +++ b/images/a8e86b6a-31c3-4315-9fcf-502adae1fb3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798cad00fedb74a2f9ae41ac2951b93750621a480a22ecadc9c09f88bcc333e6 +size 2352872 diff --git a/images/a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169.jpg b/images/a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f85a88de2faad2428fe95ee44c40ab41188935c3 --- /dev/null +++ b/images/a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb090e87f15f8250ecf229fd48c3320588682201a67b4018ee4a61fdf16c09e6 +size 1613322 diff --git a/images/a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0.jpg b/images/a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1779bdb737d25f171aeb2fb2d1daf42b230eae19 --- /dev/null +++ b/images/a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777e2d5f79e6dcc1c4f9eeb4139ff33b48720bc2b70cf525cd2ddf5f4f64db6a +size 1365608 diff --git a/images/a906d7c0-e4f5-4171-8825-a4495ece8dde.jpg b/images/a906d7c0-e4f5-4171-8825-a4495ece8dde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a72a6ccf86aa476bf86be7e13cea69ba5a8df3e2 --- /dev/null +++ b/images/a906d7c0-e4f5-4171-8825-a4495ece8dde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba990ac5080bee3699124106a49988bf13df590b5ffa12b399c7489a7f836c50 +size 1337090 diff --git a/images/a9120e33-f96d-4f23-a31c-dddd5f38ab92.jpg b/images/a9120e33-f96d-4f23-a31c-dddd5f38ab92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52e0d4cbd6d28703d8bbdbccb7868276ccbf34ee --- /dev/null +++ b/images/a9120e33-f96d-4f23-a31c-dddd5f38ab92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea29998c7ceadcea133882d09a04f307673f0ebce4e2416bc6f2c8ba984c45ef +size 1483838 diff --git a/images/a9143a32-4db0-4c98-9fd6-fe4584a23b94.jpg b/images/a9143a32-4db0-4c98-9fd6-fe4584a23b94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6d5adc3bedc416ad37a2b9cf3cb2ca183c3853f --- /dev/null +++ b/images/a9143a32-4db0-4c98-9fd6-fe4584a23b94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26af2754513e2f1d87a8cd122d552e3b6658c488d5d0b9bb7e4bf4718c9ece5 +size 1868197 diff --git a/images/a9146968-7d7d-4491-b96e-4c5b5dd981b6.jpg b/images/a9146968-7d7d-4491-b96e-4c5b5dd981b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0953837df0b8cd4466c71bcfc26f9eacfb8cc20f --- /dev/null +++ b/images/a9146968-7d7d-4491-b96e-4c5b5dd981b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843090ddc9a227293090a38cf6efd7ea61325f9d55b2e6864b9379cd4f27147f +size 1561907 diff --git a/images/a914ebff-e265-4fca-8fa1-678877702070.jpg b/images/a914ebff-e265-4fca-8fa1-678877702070.jpg new file mode 100644 index 0000000000000000000000000000000000000000..693518ecf51a64407daf6ddf03795576fef8355a --- /dev/null +++ b/images/a914ebff-e265-4fca-8fa1-678877702070.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9296e806a790bc437a8d20248762825983be5d150627b81ba5c6a4dc1d2388de +size 1340497 diff --git a/images/a92d0485-4cd9-4901-b724-87b74369666c.jpg b/images/a92d0485-4cd9-4901-b724-87b74369666c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86aa5ad1058f04dafc0bc7cc249e4a108471748c --- /dev/null +++ b/images/a92d0485-4cd9-4901-b724-87b74369666c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf57cc998f42b35087c270f51c471d3ce439d8bb54b6123cdf1f6428e05c869 +size 1673168 diff --git a/images/a9337076-2adf-447f-b94e-b0827be4954e.jpg b/images/a9337076-2adf-447f-b94e-b0827be4954e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0a9e85d9f18b2af51efc8ef4d99c2f5f13f5c38 --- /dev/null +++ b/images/a9337076-2adf-447f-b94e-b0827be4954e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65bb58441eeaa55f49d6fd8f93402094355f8382e13a9a631cda39bb194f01f +size 1535112 diff --git a/images/a9493e2c-adbe-4582-9f06-f17c29618e12.jpg b/images/a9493e2c-adbe-4582-9f06-f17c29618e12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f46f28d02c4537e2af4ca557a0dc6edba87dcc9 --- /dev/null +++ b/images/a9493e2c-adbe-4582-9f06-f17c29618e12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520fd5e1b3b4f57190a8ccb620e194d68318529f2d83d6c9d4b9bdf441716282 +size 1657644 diff --git a/images/a94b2f58-d749-476e-bbab-936dc82e5f23.jpg b/images/a94b2f58-d749-476e-bbab-936dc82e5f23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04a09b0408d5c8d803c8562a046fc472a57f5e87 --- /dev/null +++ b/images/a94b2f58-d749-476e-bbab-936dc82e5f23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f571360ffe2c5f0176e1251e59c91aa6204085e5107f73dda287270a1211c65 +size 1682532 diff --git a/images/a95c21b3-1cbe-46b9-8bfc-62a72d672d27.jpg b/images/a95c21b3-1cbe-46b9-8bfc-62a72d672d27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6679a9604f4e4fded984c552ed48115c03081be8 --- /dev/null +++ b/images/a95c21b3-1cbe-46b9-8bfc-62a72d672d27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f35bab6aebed999e6b5c96f514782aa1a28e7ca6d80a044b19aa06311742265 +size 1464707 diff --git a/images/a95cf5cd-9b51-40b5-9032-f205f34a6173.jpg b/images/a95cf5cd-9b51-40b5-9032-f205f34a6173.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e26ba76cb36b285b2d5e025a89a47f0cb67dd78d --- /dev/null +++ b/images/a95cf5cd-9b51-40b5-9032-f205f34a6173.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db073441f94acfdbea15372af5bb80e357944c26ab654ddd8331559b8f8ba016 +size 1319576 diff --git a/images/a960086c-bdc8-4cde-a92c-605e837bc288.jpg b/images/a960086c-bdc8-4cde-a92c-605e837bc288.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ab4d5e788f5fa8eb4d5311b41e5cb8acebe495a --- /dev/null +++ b/images/a960086c-bdc8-4cde-a92c-605e837bc288.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b377045032f851b5dac48f55260d0064b8f975bf604c5a5ec4fa6fdfb2d29e37 +size 1481134 diff --git a/images/a96782ae-a8a4-4377-9b53-807be9717333.jpg b/images/a96782ae-a8a4-4377-9b53-807be9717333.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9e86ab5865c696e779fe578beaa5a5c31b2366e --- /dev/null +++ b/images/a96782ae-a8a4-4377-9b53-807be9717333.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4098bd7adf82ce39fa30b32ea8da26cf8f8d2aba906a874b269c9dd83b09f49 +size 1706763 diff --git a/images/a9685307-cbd3-4a36-afe0-e187ac829cd7.jpg b/images/a9685307-cbd3-4a36-afe0-e187ac829cd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a9f7a3b522b274b718ce47ce2d645548814c08f --- /dev/null +++ b/images/a9685307-cbd3-4a36-afe0-e187ac829cd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22b9680835014a044f9878a78b799b2c24786c941d41b8d01cad4dbd18c152e +size 1810123 diff --git a/images/a96e468a-df76-4e51-a05b-581c6162c421.jpg b/images/a96e468a-df76-4e51-a05b-581c6162c421.jpg new file mode 100644 index 0000000000000000000000000000000000000000..885d86cee1cec38f5e37b3c99b765741ad697706 --- /dev/null +++ b/images/a96e468a-df76-4e51-a05b-581c6162c421.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20450ca12331b6fab34fae2c7dd64b8c9f2035b08af9348bbd7c373047f8bbc8 +size 1557898 diff --git a/images/a97397b2-526a-4fda-8a02-a17bc10b55b7.jpg b/images/a97397b2-526a-4fda-8a02-a17bc10b55b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19ea9e109dadfa372e8c5a6349436dc0b9d2ec6c --- /dev/null +++ b/images/a97397b2-526a-4fda-8a02-a17bc10b55b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05838b9f82f056cfa6758911c7a2f2cce085339a2845f07cf66add5902b09a35 +size 1557362 diff --git a/images/a973f746-524c-46a7-923e-1b7bbfa5d564.jpg b/images/a973f746-524c-46a7-923e-1b7bbfa5d564.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f49bce8609d3301ad87e6d193acd31c6db538f4a --- /dev/null +++ b/images/a973f746-524c-46a7-923e-1b7bbfa5d564.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac35ccb44dfe29c0a96ed4465839736ef35298bcd3dd053960787cb7958ef96 +size 1602224 diff --git a/images/a97bf2eb-8e49-40a4-8d62-b9d9f791d731.jpg b/images/a97bf2eb-8e49-40a4-8d62-b9d9f791d731.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42c9206f5e0567663a4b77dfed27729ead0e86f2 --- /dev/null +++ b/images/a97bf2eb-8e49-40a4-8d62-b9d9f791d731.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db780ad0fb14f84e157fdd9cef37c8299fd3dae8b867abcdbe0556cd52ad3045 +size 2936742 diff --git a/images/a9851b8b-c57d-4098-bd90-689dca249ce5.jpg b/images/a9851b8b-c57d-4098-bd90-689dca249ce5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0e359052d94cdb7ab1736311a3555b531a0ae8b --- /dev/null +++ b/images/a9851b8b-c57d-4098-bd90-689dca249ce5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b3f6cae2d24d76d75f6a253203cf024db609954c01136ec4397398015ecf14 +size 2005918 diff --git a/images/a985f21d-bf32-4f53-8408-dd71bb5906ea.jpg b/images/a985f21d-bf32-4f53-8408-dd71bb5906ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ec9a1f2aa643e7d7e2ffc06e4d6a25463b4a082 --- /dev/null +++ b/images/a985f21d-bf32-4f53-8408-dd71bb5906ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def8cfb27dab932b827c822c331fce8f066379413a32d3a4955d9121f43fb8b4 +size 2271053 diff --git a/images/a990488b-7341-471b-9238-dd007d906f57.jpg b/images/a990488b-7341-471b-9238-dd007d906f57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bb5254176c34a29c27abacd803cde6a4157e82c --- /dev/null +++ b/images/a990488b-7341-471b-9238-dd007d906f57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07912d0621613eb930d1d2de11baeac737c8b2ec20843cf0ac97277d291c1b0 +size 1513037 diff --git a/images/a9971df4-00c4-46ed-b69e-dca2d10a4de0.jpg b/images/a9971df4-00c4-46ed-b69e-dca2d10a4de0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffbaeef326f7c0a0d9e3df1e96f88135a2688ed8 --- /dev/null +++ b/images/a9971df4-00c4-46ed-b69e-dca2d10a4de0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a5e4436b1e4588775429c5e7926765ea4afa19935e4dc466dae0fe1bf0b146 +size 1654318 diff --git a/images/a9a7761d-6059-4888-b5e2-557c54fcb08e.jpg b/images/a9a7761d-6059-4888-b5e2-557c54fcb08e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdff2da8df3ef731333ed0dda4e149c8a26dce8d --- /dev/null +++ b/images/a9a7761d-6059-4888-b5e2-557c54fcb08e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c900bf256a73f08325ff0c0e1df8865bad0521aa339a88064a0cf47d74fa3bb +size 1578145 diff --git a/images/a9ae83f2-6281-48a1-935c-3a974c032c5e.jpg b/images/a9ae83f2-6281-48a1-935c-3a974c032c5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..576749cdc17bb2720848903e013a004ac70dcd94 --- /dev/null +++ b/images/a9ae83f2-6281-48a1-935c-3a974c032c5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee08272bd8c4723219e2c1c79563350098cdaaae48314c938b7e2f282c5979e +size 1419707 diff --git a/images/a9cac9d8-69de-499f-b980-74fdc0cb4d94.jpg b/images/a9cac9d8-69de-499f-b980-74fdc0cb4d94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b07cb378904989d9c7025e17ffd66d09f6268cf2 --- /dev/null +++ b/images/a9cac9d8-69de-499f-b980-74fdc0cb4d94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dd1bab95b15dfc80373155e8badafb98d7e039dea947a71becd1b35e3cb53d +size 1481374 diff --git a/images/a9cd1ba0-8385-4638-82ff-33c73cda389e.jpg b/images/a9cd1ba0-8385-4638-82ff-33c73cda389e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4314d8643e6094784bf014ca3a7c6dfb4bc5745 --- /dev/null +++ b/images/a9cd1ba0-8385-4638-82ff-33c73cda389e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df589d43314296734fa82e93cee0b91a5d1c65558c8442cdb9b1e6f870661053 +size 995099 diff --git a/images/a9cd6789-6261-4675-a7bc-636dd4c7b582.jpg b/images/a9cd6789-6261-4675-a7bc-636dd4c7b582.jpg new file mode 100644 index 0000000000000000000000000000000000000000..227d2b3b34837c350cec77710ad73ae42e154745 --- /dev/null +++ b/images/a9cd6789-6261-4675-a7bc-636dd4c7b582.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673e4a41e79f5e5afea3ef8865780ecfbb209ca11274d11f5aecbfce7d8ea671 +size 3423892 diff --git a/images/a9d19902-87fa-4fec-bb7c-d65b3de3162f.jpg b/images/a9d19902-87fa-4fec-bb7c-d65b3de3162f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ec3212f7c46ffc70dfb6c8a64624b8d7f722047 --- /dev/null +++ b/images/a9d19902-87fa-4fec-bb7c-d65b3de3162f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b0c4b2a4866e28200a3feedc54cf43ed6f4e3b079d8917174e12b3df167ec3 +size 2334742 diff --git a/images/a9e1d835-4fcd-44ea-9bd7-0b8457e36e33.jpg b/images/a9e1d835-4fcd-44ea-9bd7-0b8457e36e33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e219398d4274cec749280d13e399bcdda97c2765 --- /dev/null +++ b/images/a9e1d835-4fcd-44ea-9bd7-0b8457e36e33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2df8be583d082db058c13c8338ba1742fca57db6f9c20e6eb4800ea1e37c771 +size 1356412 diff --git a/images/a9e43aec-4619-4804-b218-0ee6d151cae5.jpg b/images/a9e43aec-4619-4804-b218-0ee6d151cae5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73266b20e70b92aa485f03f10ccfcbd578aa2a64 --- /dev/null +++ b/images/a9e43aec-4619-4804-b218-0ee6d151cae5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7112dc66395723b44bdf1c2e75e6be27153590074e6a03097af85c4f722402d +size 2056244 diff --git a/images/a9e56fb1-29d6-48a5-9424-97addb88b643.jpg b/images/a9e56fb1-29d6-48a5-9424-97addb88b643.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5817f64af6373fba1d81e2272b7f4adc986214d1 --- /dev/null +++ b/images/a9e56fb1-29d6-48a5-9424-97addb88b643.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013a2ff7f8814268d0507841b393a78dca07bfc70232082c20e15738da1eaccb +size 2578838 diff --git a/images/a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843.jpg b/images/a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb2c951fc0650ec51a12e2e4461ae5af265be7ef --- /dev/null +++ b/images/a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c484d5cb36f5c9f3151317c2ebabb1438ae11de7287ed52ca92a6c51f7b0941b +size 1819359 diff --git a/images/a9eec8c1-d1dd-49e2-90cb-13177e90efb3.jpg b/images/a9eec8c1-d1dd-49e2-90cb-13177e90efb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ef681a4270045014c7c8f020d02e55e0c5079dc --- /dev/null +++ b/images/a9eec8c1-d1dd-49e2-90cb-13177e90efb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9483960d0cf510cf0ab19ad783612a05c0f2bb10dee8667266c616c852fc89 +size 1552213 diff --git a/images/a9f222bb-6b53-475b-99c3-c036d553c15f.jpg b/images/a9f222bb-6b53-475b-99c3-c036d553c15f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcf4f813158f842b1245722da8bd3ca4b4af8753 --- /dev/null +++ b/images/a9f222bb-6b53-475b-99c3-c036d553c15f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac13f273ce8c50d794865a642ceacd7e927b23006ca25f6e45e5562d5a2ba4f0 +size 1594093 diff --git a/images/a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b.jpg b/images/a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c2dbf5deaa6d832128a38792e6a4068f5841ecd --- /dev/null +++ b/images/a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027d840291d857e528e62189cc9f4a97c61cb47d453ce2c70d11be1fd5e9d6dc +size 1233348 diff --git a/images/a9fecc79-98a3-4167-9a6e-aa089fe1b578.jpg b/images/a9fecc79-98a3-4167-9a6e-aa089fe1b578.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9330946a40e58f577350d8e73dd536c66cce6e95 --- /dev/null +++ b/images/a9fecc79-98a3-4167-9a6e-aa089fe1b578.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044987eefe14fb0319c827ae3302b23c327427b0c5c6c881ecc9a3de954a623c +size 1586032 diff --git a/images/aa059ec8-f256-419e-8778-bdefe67d1ef7.jpg b/images/aa059ec8-f256-419e-8778-bdefe67d1ef7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36be60aeb93c55d4b996e1f4c2b33755dfb232cc --- /dev/null +++ b/images/aa059ec8-f256-419e-8778-bdefe67d1ef7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb69cf532c036d187629ddf4f06f5705be6b36bddc009c35b397b90633b5f5d +size 2490575 diff --git a/images/aa0628c7-b841-4f7c-91c5-ccf1428c2c90.jpg b/images/aa0628c7-b841-4f7c-91c5-ccf1428c2c90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..171242ba4475b5c0c0942bb58caefd8561cda4a3 --- /dev/null +++ b/images/aa0628c7-b841-4f7c-91c5-ccf1428c2c90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8383b2fe72ede9728a5aac18c3fd88bc2cd9117d452437d35bdfb9154edaebd6 +size 1753916 diff --git a/images/aa0aeb1b-a0ae-4d5d-b989-f0701c61c964.jpg b/images/aa0aeb1b-a0ae-4d5d-b989-f0701c61c964.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d179a1cf5868a4d5b57979ab6061c16f791c89a --- /dev/null +++ b/images/aa0aeb1b-a0ae-4d5d-b989-f0701c61c964.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9779735fa8abe76a9b03492a81cc979416d9ab2ea54f3173ab2c18b313e2e6 +size 2395112 diff --git a/images/aa18ad0f-dd53-4834-aa52-5dc50b26a175.jpg b/images/aa18ad0f-dd53-4834-aa52-5dc50b26a175.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbb48dbfacfa92975ecb719fbd16defdc834f3c2 --- /dev/null +++ b/images/aa18ad0f-dd53-4834-aa52-5dc50b26a175.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9c49b4ec96f000b022bc4f9e22c7fbc5609c05500505cc12c7071f485a9ddb +size 1364380 diff --git a/images/aa3416fc-7d09-4b00-9cd8-5ab0c5fec352.jpg b/images/aa3416fc-7d09-4b00-9cd8-5ab0c5fec352.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1e60258c3227de3690239949476a6e161acd46d --- /dev/null +++ b/images/aa3416fc-7d09-4b00-9cd8-5ab0c5fec352.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded98c8c25823d0f9b724ebce9864e20029c4f1e168fe20afaa7e6a6990550e5 +size 2349141 diff --git a/images/aa3a3619-1e82-4a26-9d7a-d3f19dab0424.jpg b/images/aa3a3619-1e82-4a26-9d7a-d3f19dab0424.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8bdd11d16f209f37405a2dfd2848c6fea15c1b3 --- /dev/null +++ b/images/aa3a3619-1e82-4a26-9d7a-d3f19dab0424.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3f514e4b017fa37eef4536545fd84f2ebd68a3d43d3332b1c82476eb932965 +size 1660853 diff --git a/images/aa4236c7-cbea-4a5a-86a4-55f82eb7edde.jpg b/images/aa4236c7-cbea-4a5a-86a4-55f82eb7edde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a05c646fbc401ca8e6ddf005f6d5798e89715376 --- /dev/null +++ b/images/aa4236c7-cbea-4a5a-86a4-55f82eb7edde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4f51ba89b8d777e6f2771a42611f3b0a3839260438dc08b226b6e3054299d4 +size 1546756 diff --git a/images/aa485165-b4ef-4881-80d7-8aab2cf0e244.jpg b/images/aa485165-b4ef-4881-80d7-8aab2cf0e244.jpg new file mode 100644 index 0000000000000000000000000000000000000000..998cb45e625e1854d5628e9c96a3ad2c08114baf --- /dev/null +++ b/images/aa485165-b4ef-4881-80d7-8aab2cf0e244.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f5e5e652b5a822e37b8e7b10f23f064c37effdf9c2d20c5f4c87d82a5125e5 +size 1704030 diff --git a/images/aa54c49e-e85e-4324-87f4-59fe91e1c88d.jpg b/images/aa54c49e-e85e-4324-87f4-59fe91e1c88d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d17d1fc5a4b1b355412772de3049c01c2acbb4ff --- /dev/null +++ b/images/aa54c49e-e85e-4324-87f4-59fe91e1c88d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784102dbabcbd2436ddffa68fa8ef15361f9afa4b31d134597ad585592479a78 +size 2159866 diff --git a/images/aa54d9a1-698c-4711-a60c-8e2a4a332771.jpg b/images/aa54d9a1-698c-4711-a60c-8e2a4a332771.jpg new file mode 100644 index 0000000000000000000000000000000000000000..343a2aa5a3cc5220912c8b8e6ebc0e3e6a15df56 --- /dev/null +++ b/images/aa54d9a1-698c-4711-a60c-8e2a4a332771.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9cf1196be14634a727bfc1c275e291c2275e3233158a9213426ac6bac048e9 +size 1973096 diff --git a/images/aa58058a-42f1-4de2-9b86-10eeef2d5711.jpg b/images/aa58058a-42f1-4de2-9b86-10eeef2d5711.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e75778e014f96afce5ac72ad1a6ced4c94142f0b --- /dev/null +++ b/images/aa58058a-42f1-4de2-9b86-10eeef2d5711.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0daffd3465694d3be9f1d1b41c130d6693d5a3252b8604639762fc2653ca772 +size 2891173 diff --git a/images/aa59fc92-987b-417f-9a41-8d6308989676.jpg b/images/aa59fc92-987b-417f-9a41-8d6308989676.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db23677c49b620ce709169195c9dc2cdb19313d0 --- /dev/null +++ b/images/aa59fc92-987b-417f-9a41-8d6308989676.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64891ebff7349f0eb3267b88382321468773de46dea70405b3c7c54a980026b0 +size 2522969 diff --git a/images/aa70167b-e396-4cec-b2cb-fa08f28cf367.jpg b/images/aa70167b-e396-4cec-b2cb-fa08f28cf367.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d524c0b13fc2137b21d3e93eac632ab42220b67c --- /dev/null +++ b/images/aa70167b-e396-4cec-b2cb-fa08f28cf367.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9e5b27f3d555c9387664d743117cb1318beb60c93c8ba19f2a0fbecc494db3 +size 1583001 diff --git a/images/aa72507f-8a48-4bbf-8560-565dab5e5aae.jpg b/images/aa72507f-8a48-4bbf-8560-565dab5e5aae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc9a1418bd9fe1f91c7422dbaa27cde77ae6ff95 --- /dev/null +++ b/images/aa72507f-8a48-4bbf-8560-565dab5e5aae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e01d7b7d818138771b9ba934db3dc56f0476b0d78f698b15238a677a4bb2df +size 1607354 diff --git a/images/aa757a04-6c54-4a8b-87d4-eadd8d322825.jpg b/images/aa757a04-6c54-4a8b-87d4-eadd8d322825.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9b02a1ee57a9b80d3a2912cb6cb3632b02b08a7 --- /dev/null +++ b/images/aa757a04-6c54-4a8b-87d4-eadd8d322825.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e550414b2d38a76d4a7d31d61a2a008ec6472327a04ffc2dbb4d980ea3084e8 +size 1325838 diff --git a/images/aa86e862-a4a1-48b2-9a57-3928276f0604.jpg b/images/aa86e862-a4a1-48b2-9a57-3928276f0604.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90e1353a4d63397353d0f21c59bf796e9e338d6d --- /dev/null +++ b/images/aa86e862-a4a1-48b2-9a57-3928276f0604.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262db10418f8adaf4a01c1acec6ae899d7f69739c89ab30c4ef90df7e6db327e +size 1895753 diff --git a/images/aa8c9718-99ad-48f2-acbf-1e7a69d16125.jpg b/images/aa8c9718-99ad-48f2-acbf-1e7a69d16125.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093e8ddffb3739513efe0eff73ce42dba8adde21 --- /dev/null +++ b/images/aa8c9718-99ad-48f2-acbf-1e7a69d16125.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c207c3577b3581d935dc2a66fa269a0c833215ef7e7a1b6971f37ebbc6f5dac9 +size 1861946 diff --git a/images/aa926e7c-1a99-41fa-a49d-ee9cd862343a.jpg b/images/aa926e7c-1a99-41fa-a49d-ee9cd862343a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55d54b59fab7bc2af8839a6739d9e01d06631486 --- /dev/null +++ b/images/aa926e7c-1a99-41fa-a49d-ee9cd862343a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70f75ede74a8da80e851e8b26dd6770a7deb053bde5769427b4204a25e27323 +size 1765440 diff --git a/images/aaa0fa99-8495-4c34-8121-6b118bd34321.jpg b/images/aaa0fa99-8495-4c34-8121-6b118bd34321.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aed76f5f0eb4081f424b40af77a01530f1bda383 --- /dev/null +++ b/images/aaa0fa99-8495-4c34-8121-6b118bd34321.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6fa79eb7f98c8c9f5da2e5fad3d4624094741af6823a5c08a8109ea4893148 +size 1627218 diff --git a/images/aaa863de-61d4-443c-ab31-c8a052ef45d5.jpg b/images/aaa863de-61d4-443c-ab31-c8a052ef45d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76a39903b0cfc9ac6219e15037df4740bd4b97d3 --- /dev/null +++ b/images/aaa863de-61d4-443c-ab31-c8a052ef45d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a45a85ccac185f38ac0bcae7789c5c66cba59328a9fc35e972cad38c9e892e +size 1745322 diff --git a/images/aaaecc65-5e7b-47e4-8687-66808d5482ee.jpg b/images/aaaecc65-5e7b-47e4-8687-66808d5482ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de5e3a3c596a9174807810d11d74e4ed1e3f3a56 --- /dev/null +++ b/images/aaaecc65-5e7b-47e4-8687-66808d5482ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f889fb6075333c517b9dc9e90cf3eb835ff68522d127d242ede4b5d1081dda62 +size 1389526 diff --git a/images/aabb3e0a-a635-4e96-9bda-e761a13d5cf5.jpg b/images/aabb3e0a-a635-4e96-9bda-e761a13d5cf5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..622536be995a0399b4caf4423fbd86810e2ab202 --- /dev/null +++ b/images/aabb3e0a-a635-4e96-9bda-e761a13d5cf5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49998d99953280cf587fb086ef2ebba9b3517af934b0f0ad472f7a9c66cbdd21 +size 2806386 diff --git a/images/aabd543e-9b25-4f18-b014-b6175ae7b472.jpg b/images/aabd543e-9b25-4f18-b014-b6175ae7b472.jpg new file mode 100644 index 0000000000000000000000000000000000000000..542838f6deea260d9da82bf5b10572429d4e6cf0 --- /dev/null +++ b/images/aabd543e-9b25-4f18-b014-b6175ae7b472.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e38f67868fc436032197f7eac5fd437a5aa4ddf7913a8641644bb63461fbbf +size 1825218 diff --git a/images/aabfedd1-f8b2-40fe-a36e-2d9289226960.jpg b/images/aabfedd1-f8b2-40fe-a36e-2d9289226960.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9968465d10b03ed54846e616f63335e0b498b9ce --- /dev/null +++ b/images/aabfedd1-f8b2-40fe-a36e-2d9289226960.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bac4e6855be424cadde1876e2143b9ad86203df782a6b3829b973add810a85 +size 1629881 diff --git a/images/aac27820-a6b7-4589-8487-1ed39462b419.jpg b/images/aac27820-a6b7-4589-8487-1ed39462b419.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbcf891996cf99ef50eac2f50bb416ccdabca22c --- /dev/null +++ b/images/aac27820-a6b7-4589-8487-1ed39462b419.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a55be6c9f179642c6aa626fe06b4660e3c3ea869c5fadb2b371b12348c80b8 +size 1625692 diff --git a/images/aac27ad5-cbef-44f1-b1e1-10aa6965d003.jpg b/images/aac27ad5-cbef-44f1-b1e1-10aa6965d003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d82102e8adda840e33e388d76912af18cb8ccf9 --- /dev/null +++ b/images/aac27ad5-cbef-44f1-b1e1-10aa6965d003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97495517c9a0032be0d9b9cf12baad1159cb5becfdf08153904b1c460b83d9f4 +size 1219126 diff --git a/images/aac35a90-a905-4972-8399-549a64b8051f.jpg b/images/aac35a90-a905-4972-8399-549a64b8051f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7381798a267af14c41c4594096cda353b6b6e168 --- /dev/null +++ b/images/aac35a90-a905-4972-8399-549a64b8051f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fadc174dc94cf9efb1cd7a7dfbec4aadf6c28ca3e0e8f936d2473045a5292c4 +size 1767311 diff --git a/images/aad1f15e-f38f-47bc-b8a2-a620ea0a6781.jpg b/images/aad1f15e-f38f-47bc-b8a2-a620ea0a6781.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80814ac26a5371552e6550a05e2f84a53f6b4a83 --- /dev/null +++ b/images/aad1f15e-f38f-47bc-b8a2-a620ea0a6781.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12549026aca1a6bae120251339b583d1f82935c0445fe5158873dbbe07a34040 +size 1404408 diff --git a/images/aad881c2-235b-457c-a19c-84e51f60357f.jpg b/images/aad881c2-235b-457c-a19c-84e51f60357f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..692dbac6bba5e640626c27ff279bab98e78bda21 --- /dev/null +++ b/images/aad881c2-235b-457c-a19c-84e51f60357f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d07b0150d211b62f26cc6e7a281000f666a8046d6eb1fdff6e9414a10c5ca8 +size 1759077 diff --git a/images/aae79125-6385-42a0-b5b2-d991194861df.jpg b/images/aae79125-6385-42a0-b5b2-d991194861df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fe055a2eb125197337ae97329e81071ff748e70 --- /dev/null +++ b/images/aae79125-6385-42a0-b5b2-d991194861df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dccf78a6a9ba9bb0a5e7b249d71d94182bd976d771457c89d80b12f7d853ab2 +size 1178337 diff --git a/images/aaeb0c1f-b7a4-4464-9086-d85a4820034e.jpg b/images/aaeb0c1f-b7a4-4464-9086-d85a4820034e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b68101b6d9bd280d58df95b505a164aae1158cde --- /dev/null +++ b/images/aaeb0c1f-b7a4-4464-9086-d85a4820034e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f594ccba883defb55d4a3a6c35e13f2f3de40cc5ee6318fa46812e0cf8946ba +size 1511214 diff --git a/images/aaf2d7fe-7eff-4044-bf28-d09f9cc60b43.jpg b/images/aaf2d7fe-7eff-4044-bf28-d09f9cc60b43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1676a06cd04bd3c8704d64fa8b97c455e6509eb --- /dev/null +++ b/images/aaf2d7fe-7eff-4044-bf28-d09f9cc60b43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c36e35e36b23d3e02cae3f204a8bcc2a2387395cca3e6f20f89c61211a10fb3 +size 1778624 diff --git a/images/ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3.jpg b/images/ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35fc181bd83671564706807a5c85f9d0705f09cd --- /dev/null +++ b/images/ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8bdcdc22ea9e35e0a2f56d066c6317ef19bc64a97ddf336407b46f1f3e8ad5 +size 1424784 diff --git a/images/ab0babc3-109f-4812-99db-a764a382a2f0.jpg b/images/ab0babc3-109f-4812-99db-a764a382a2f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b6447f5bc43dc0b196d6055db22c54dea74ec9d --- /dev/null +++ b/images/ab0babc3-109f-4812-99db-a764a382a2f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e83112b2caeaae7485c6c3462a76cf0d4b6d88cec5f6fcec36ea1cde8d1536 +size 2189442 diff --git a/images/ab0f3aa2-da4b-4f49-80f1-3459ecd335d6.jpg b/images/ab0f3aa2-da4b-4f49-80f1-3459ecd335d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee4a96c049a396113a5275ecbe775766da2fc77c --- /dev/null +++ b/images/ab0f3aa2-da4b-4f49-80f1-3459ecd335d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe569054c2292a05bfab6f2d2c85dd4459cbc7411679a16f33aefe0f6ca4f29 +size 2331557 diff --git a/images/ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c.jpg b/images/ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03e134756a43e8fe14b7830b6531adfd3d7d1dee --- /dev/null +++ b/images/ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8428cf19dabea4e13d5b28a1203b07b5c66b559f7b6e56e6c505b4a1bc0e6df6 +size 1611470 diff --git a/images/ab2abae4-2c47-40e3-ac87-7a993e5b6d27.jpg b/images/ab2abae4-2c47-40e3-ac87-7a993e5b6d27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a967cdfbbfecdc02ad5c5a5cc0dcf415b09028c --- /dev/null +++ b/images/ab2abae4-2c47-40e3-ac87-7a993e5b6d27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c84a39c38a5faa19acd64fba35cc966b88474c4748261217c165faec196be6b +size 1579798 diff --git a/images/ab2d26f9-18c6-4657-bf34-c61f190911cc.jpg b/images/ab2d26f9-18c6-4657-bf34-c61f190911cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a709c6bedb2a55ab655b4235cd16b81e91dfe814 --- /dev/null +++ b/images/ab2d26f9-18c6-4657-bf34-c61f190911cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3798087f33d20f7e253fdf458331ffc62aaa6a713c47e6e7e1afb87355a2a1b +size 1186390 diff --git a/images/ab411e57-ce04-4ece-83e1-35c700ea5698.jpg b/images/ab411e57-ce04-4ece-83e1-35c700ea5698.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2b004cbdf5695ef0a88e20bf4547e7f1c956352 --- /dev/null +++ b/images/ab411e57-ce04-4ece-83e1-35c700ea5698.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6f61e4bb83c1d1b3d8efc81be97163acbea7140f62a3df4bc14fad4e2a2ff7 +size 3212457 diff --git a/images/ab426edb-6682-42d0-9eef-d045ff93bd82.jpg b/images/ab426edb-6682-42d0-9eef-d045ff93bd82.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4efc2fc153d3d750d5bd3d793703e2f49ff6d673 --- /dev/null +++ b/images/ab426edb-6682-42d0-9eef-d045ff93bd82.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15882e1824f6397568689a8ca2f4e329f4885833b7d1454951f13493c8184b4 +size 1682947 diff --git a/images/ab43b0a1-c279-47c6-9b40-37b02665032b.jpg b/images/ab43b0a1-c279-47c6-9b40-37b02665032b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7ba352c72db41d671954b7b86b44d68e8fb4c02 --- /dev/null +++ b/images/ab43b0a1-c279-47c6-9b40-37b02665032b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8e89083561cc6a6de6e13f591960f5ee0a589b35faa902218b189e82740cc4 +size 1430020 diff --git a/images/ab4727a2-caeb-40ae-aa94-8fe94678cc2d.jpg b/images/ab4727a2-caeb-40ae-aa94-8fe94678cc2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde6a6638537902d34bcc71534e258202d3de019 --- /dev/null +++ b/images/ab4727a2-caeb-40ae-aa94-8fe94678cc2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc82be6447a8dce06f5df967451c248734f6d81ecd57b9166369d168643aaa6a +size 1087580 diff --git a/images/ab4c0558-1f93-4edc-ad0e-931900f47615.jpg b/images/ab4c0558-1f93-4edc-ad0e-931900f47615.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6136c397f2b357bee9d4ce94fc5db79f6cd000ff --- /dev/null +++ b/images/ab4c0558-1f93-4edc-ad0e-931900f47615.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4140c3307746e282237e31cf64270ff040e74a042ee4df2b9a4f689c96fdfa +size 1443610 diff --git a/images/ab4d7c18-b827-42e2-ad43-4a660785edd5.jpg b/images/ab4d7c18-b827-42e2-ad43-4a660785edd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9be8c531ffda59d15049d61b0d99ba18720b2597 --- /dev/null +++ b/images/ab4d7c18-b827-42e2-ad43-4a660785edd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d89c0e00e3688553dd82b0cc0df499b2d97f951c5a2d4b60161d96bd91bf0c1 +size 1623111 diff --git a/images/ab4e0316-21f9-4adc-83f3-1909095c0417.jpg b/images/ab4e0316-21f9-4adc-83f3-1909095c0417.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5de22bde6e771ba7351747215856657c1ff60be --- /dev/null +++ b/images/ab4e0316-21f9-4adc-83f3-1909095c0417.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc394575cd38713cf228799faafaf2f03e56e485aa5c4767e5e740bb73bdfff +size 1129353 diff --git a/images/ab6d6238-b881-4f78-ad7e-630a1c5d0941.jpg b/images/ab6d6238-b881-4f78-ad7e-630a1c5d0941.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cee601bda875701dcca1e8273bd9aeb2f6b9fa31 --- /dev/null +++ b/images/ab6d6238-b881-4f78-ad7e-630a1c5d0941.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c009ed50e65716d9ab27d88486d2e47f212d7eb8e970178ad05de6f6f3e1793 +size 1939188 diff --git a/images/ab7abd4c-1e82-4961-920a-d81cfa2e2352.jpg b/images/ab7abd4c-1e82-4961-920a-d81cfa2e2352.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6d8512e556171a4ddb1f836cde16003f0afcee1 --- /dev/null +++ b/images/ab7abd4c-1e82-4961-920a-d81cfa2e2352.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3970a313c5bcb37c35c9e3ca331b8779f1272cf0f8610108ea58d007b919fee +size 1805665 diff --git a/images/ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe.jpg b/images/ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19fe827e1b9ceb17d843af252a16e2644713e1a6 --- /dev/null +++ b/images/ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf2aff434ca34fbb0b44bcdebaa0ad857cff8dbd8852c357a055e570a02f1b2 +size 1257669 diff --git a/images/ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b.jpg b/images/ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a30b6cbbfc18cdc4e38f7f69c7951829a20f0ff5 --- /dev/null +++ b/images/ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3792592c2ed0a7ccad05293b57036981871f415fbc8621970f69a2651f7c1d +size 1707806 diff --git a/images/ab97fa46-e385-4d82-b5c9-50d190bb50ec.jpg b/images/ab97fa46-e385-4d82-b5c9-50d190bb50ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7069336e7fe395cbcb762925512d5baade2a1f8 --- /dev/null +++ b/images/ab97fa46-e385-4d82-b5c9-50d190bb50ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dbd36717085608662a81867c20ef58ed39792f7b06d036be2bc70360c084c6 +size 1837247 diff --git a/images/aba06919-d72b-436c-af84-7c8769470565.jpg b/images/aba06919-d72b-436c-af84-7c8769470565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fccdce3dc9eedc53c087706d348b3ed03cb0f5f8 --- /dev/null +++ b/images/aba06919-d72b-436c-af84-7c8769470565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15dd3b17ccbd0276d63bc86bd89a9c8f2ee52a8e52c1bd7593a567c243ae5edf +size 1800644 diff --git a/images/aba69173-e58f-4a3c-a2a4-04993ac0e273.jpg b/images/aba69173-e58f-4a3c-a2a4-04993ac0e273.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1af935a2203dfec29c733e60a8a3f554cc554a45 --- /dev/null +++ b/images/aba69173-e58f-4a3c-a2a4-04993ac0e273.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb15d4d78403bd45ca1c4cb467df0615f64925571878f9b77c5159f42d026892 +size 1293027 diff --git a/images/aba73ebc-4159-460f-8287-12faca21fd33.jpg b/images/aba73ebc-4159-460f-8287-12faca21fd33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad2588a67db5e29ad4d74536f596525fbc067f0b --- /dev/null +++ b/images/aba73ebc-4159-460f-8287-12faca21fd33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e9d90bb76a2040f3cd8245a8a87717f4bed69f2078ae22111697fcb206fc1e +size 2919275 diff --git a/images/aba80a94-b18d-4caf-a35c-1d2ce64d6758.jpg b/images/aba80a94-b18d-4caf-a35c-1d2ce64d6758.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2c352be3115fa5d80c05bae9e1e1324678e1f9b --- /dev/null +++ b/images/aba80a94-b18d-4caf-a35c-1d2ce64d6758.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46619cbc4307e56482587f8825c58faeb8d281e93a1348fa32df82a6553e7d7 +size 1636088 diff --git a/images/abb5d365-4bc2-4ca4-be51-a67d5618d146.jpg b/images/abb5d365-4bc2-4ca4-be51-a67d5618d146.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcbfd53184b04fa903404c6d7aae3baa95efb574 --- /dev/null +++ b/images/abb5d365-4bc2-4ca4-be51-a67d5618d146.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee97c870835d3d36dbdb21e112df0b01272d94a3047251bb28b64eed30487f1 +size 1261349 diff --git a/images/abbbe6ce-6aa6-48fb-aa54-98e695b5633b.jpg b/images/abbbe6ce-6aa6-48fb-aa54-98e695b5633b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66488b56e848d76b88a9d6af2bac9b65c9eceae7 --- /dev/null +++ b/images/abbbe6ce-6aa6-48fb-aa54-98e695b5633b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cf59fa43b0713fa7a0a2fd579e06aac4a17abe1244eb151cb239ecf08bb8e1 +size 1899184 diff --git a/images/abbc3b33-b786-4db6-ace3-23444b9a61a9.jpg b/images/abbc3b33-b786-4db6-ace3-23444b9a61a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c71b9d482efa5e513dea3d145f551d86f9990fab --- /dev/null +++ b/images/abbc3b33-b786-4db6-ace3-23444b9a61a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde57f6e676ffc10a8ac5f00dca7aa4c6453664664e1e891b719d9fd1b03e3c2 +size 2436780 diff --git a/images/abc13436-0a24-4ac4-a0b0-d22e84d1b868.jpg b/images/abc13436-0a24-4ac4-a0b0-d22e84d1b868.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5002b2e77e40a8276db9e311a147949d98816c6 --- /dev/null +++ b/images/abc13436-0a24-4ac4-a0b0-d22e84d1b868.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc727e3962186be0543a3f63f4e06673d9c94dbec1e69849081651f928b7a76 +size 1568646 diff --git a/images/abc16b8c-c50b-47bc-bc26-00f6bc323e00.jpg b/images/abc16b8c-c50b-47bc-bc26-00f6bc323e00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3188b8000dfd1c5d552078a7c479f2395fe0d2f0 --- /dev/null +++ b/images/abc16b8c-c50b-47bc-bc26-00f6bc323e00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1758ca594b5d9e81cf3aef1de862ea448ea75d301b0f1c175581e816189b63a +size 1750897 diff --git a/images/abc3aa03-1359-49a0-87ef-65a2fe7d044e.jpg b/images/abc3aa03-1359-49a0-87ef-65a2fe7d044e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd3497c4e14d97223bbc45c1e5d325e88fa32980 --- /dev/null +++ b/images/abc3aa03-1359-49a0-87ef-65a2fe7d044e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db049ae3ce2ec6ad4585d5072888b95726f46f1701640b9ca546dc214722f77e +size 1419989 diff --git a/images/abcda64e-f8a7-4d72-a3c2-65e28352a464.jpg b/images/abcda64e-f8a7-4d72-a3c2-65e28352a464.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acbde9c61dfd5ebd360b549bc3f684a8985ab301 --- /dev/null +++ b/images/abcda64e-f8a7-4d72-a3c2-65e28352a464.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52509e83d468fbc86e70151b443b4339dab2315b99fb336dd20e2989d5c02207 +size 1520809 diff --git a/images/abdde1e6-4557-465f-8a6d-84ffd682989b.jpg b/images/abdde1e6-4557-465f-8a6d-84ffd682989b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03f170dfea702955bba347479aa9e12ec00dc92a --- /dev/null +++ b/images/abdde1e6-4557-465f-8a6d-84ffd682989b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f7b3c83071e2547fdec2e8c7b4cdd4e7dc2456cb9ee6115d3bb7e93d78278e +size 1587721 diff --git a/images/abe21626-191a-4ee8-b386-9b968bfaab1a.jpg b/images/abe21626-191a-4ee8-b386-9b968bfaab1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f7a83ff1e03052135616f7a78eb08b0449e909 --- /dev/null +++ b/images/abe21626-191a-4ee8-b386-9b968bfaab1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f10590c20b65f03b8f2384e3156d2f73866338c1b83b0938b7624f732def61 +size 3101752 diff --git a/images/abe3c22a-8302-4a0e-8325-ebf47a17ef37.jpg b/images/abe3c22a-8302-4a0e-8325-ebf47a17ef37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..399c03dda911b9d1b23ce0ae8a8cae74d7b48d53 --- /dev/null +++ b/images/abe3c22a-8302-4a0e-8325-ebf47a17ef37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cebe26ed3dc0a1aa37628b4e08814b8920a7f642a87616034a7d04b2dd52153 +size 1716641 diff --git a/images/abe4354a-3465-4d2f-ad04-760c87b78a17.jpg b/images/abe4354a-3465-4d2f-ad04-760c87b78a17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c706bc5143d74f0f51abc5cfe46e8b9d276f362 --- /dev/null +++ b/images/abe4354a-3465-4d2f-ad04-760c87b78a17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7317dd18de145dce91905b85e9ff316b3a17428dd4f6ee87a416ed790dbc82e2 +size 1338494 diff --git a/images/abe43b17-fca7-4f3d-886a-5700161764c6.jpg b/images/abe43b17-fca7-4f3d-886a-5700161764c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f53e2a278188e05b2a245c5e0724255adace6b45 --- /dev/null +++ b/images/abe43b17-fca7-4f3d-886a-5700161764c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34709bca37f32e80340a0091b1fcca821c9856f8e2faf13ac7c70a8b28f128d3 +size 1639900 diff --git a/images/abe73449-e6f3-4926-88d3-e706093014d3.jpg b/images/abe73449-e6f3-4926-88d3-e706093014d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc2493021cdbca0abbda272b230c7096f55c7bc3 --- /dev/null +++ b/images/abe73449-e6f3-4926-88d3-e706093014d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfc6d92184ada6c8503dbcf2e8f346e8ba4678f990ef471ee04a3f64ff69e14 +size 1384992 diff --git a/images/abe7824b-8dc6-43be-b85e-803a015050a1.jpg b/images/abe7824b-8dc6-43be-b85e-803a015050a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f10aa3980905c3b332eaa3b6bacbb14167b25ca8 --- /dev/null +++ b/images/abe7824b-8dc6-43be-b85e-803a015050a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5195471fad76ccf686ca2e1d0cc4decbc883a69e0d4657e05e87d6b0c53441a9 +size 1366183 diff --git a/images/ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6.jpg b/images/ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a61391489290975ab3457c8e423b3e129681ad96 --- /dev/null +++ b/images/ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3439dc50eb9430f0d0df9356871d6403921cfe1919220f66ba4026360bbc60 +size 1051411 diff --git a/images/ac07584f-0594-41d1-ba72-86edf8f71bf3.jpg b/images/ac07584f-0594-41d1-ba72-86edf8f71bf3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a0942c3bd7c7c4370be538f2dea122937a2073d --- /dev/null +++ b/images/ac07584f-0594-41d1-ba72-86edf8f71bf3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbc3c31e40f3168f4145b1bc0c9a89931fa4ee76772bfa832b6a0720cebbead +size 1611622 diff --git a/images/ac07732e-e825-4eec-ac2a-2b09fdaf0699.jpg b/images/ac07732e-e825-4eec-ac2a-2b09fdaf0699.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07b2fbd3dfbb9f3e8eae3a4f0eaf590bc894e882 --- /dev/null +++ b/images/ac07732e-e825-4eec-ac2a-2b09fdaf0699.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a89a2afd41b184e0934113463f66a6a66cc1cb9dde56708369d0df550fabbd +size 1460001 diff --git a/images/ac0b868c-e409-4656-9af0-0afb01e87eb1.jpg b/images/ac0b868c-e409-4656-9af0-0afb01e87eb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f1d97af10de3bb3c8f1a2cf1d7ca4957bbe4e6a --- /dev/null +++ b/images/ac0b868c-e409-4656-9af0-0afb01e87eb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64dc9e4abad8ea026b12f1e92fcffcd700e5e962f610de12864a2c0e033efac +size 1546319 diff --git a/images/ac1b9620-a9b2-4316-abfb-38b0797c47df.jpg b/images/ac1b9620-a9b2-4316-abfb-38b0797c47df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40c712b5eda71034b1730b28d4fb67451a5e6f16 --- /dev/null +++ b/images/ac1b9620-a9b2-4316-abfb-38b0797c47df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bb60bce5365174fe1841acf5bb587b70a656adcbae30088bc2e3e22fa6f736 +size 1658019 diff --git a/images/ac2100d8-2a7a-4445-974a-4d6f384d75bf.jpg b/images/ac2100d8-2a7a-4445-974a-4d6f384d75bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..065ad12552d0cb1a0829218d699858937551c213 --- /dev/null +++ b/images/ac2100d8-2a7a-4445-974a-4d6f384d75bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfc697afc4e6be5e2986509459a9793c3096c4bcc19a58d7065169036c600be +size 1473011 diff --git a/images/ac60aa28-bed2-44e2-9e26-52ffedb4d983.jpg b/images/ac60aa28-bed2-44e2-9e26-52ffedb4d983.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f627026d22c35cf1431d8f6dc2691ac78474806 --- /dev/null +++ b/images/ac60aa28-bed2-44e2-9e26-52ffedb4d983.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e4fad9b06884b6a2553e31241772baf91d588d71cafc670b1e780d2738261f +size 1996209 diff --git a/images/ac632aeb-8406-4bdc-b264-356b0582d7d7.jpg b/images/ac632aeb-8406-4bdc-b264-356b0582d7d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6384519c3492476ddc4a8ed6c90fc1fff678fe5 --- /dev/null +++ b/images/ac632aeb-8406-4bdc-b264-356b0582d7d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed86cab61f4fe49c0f88e7e78102bc7f48b647083425f560ff0f206cd6c05c5 +size 1846797 diff --git a/images/ac64bd05-b85a-47a7-b274-2712b9badc0c.jpg b/images/ac64bd05-b85a-47a7-b274-2712b9badc0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7df4871c9aee65a3d6114cfc12b3128b4bb273c --- /dev/null +++ b/images/ac64bd05-b85a-47a7-b274-2712b9badc0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1040e2eba71ff4c5cb68569fe68046b3e3ae4dd96d765f72e7defa9f8188ce6 +size 1744173 diff --git a/images/ac78b344-7d00-4d3e-a93c-7bda7c8a76f7.jpg b/images/ac78b344-7d00-4d3e-a93c-7bda7c8a76f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..967f21c00f3192cb584634d41df303e8ee3e9e00 --- /dev/null +++ b/images/ac78b344-7d00-4d3e-a93c-7bda7c8a76f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e0b1da41ec9b7f3c4477ba89237361f5fd5ef5f89dea709fc4aef5db82baf3 +size 1535725 diff --git a/images/ac795acb-a3f6-4a97-ae89-aeca6cb4c147.jpg b/images/ac795acb-a3f6-4a97-ae89-aeca6cb4c147.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee14ebc3d36388aafd9e8cffc6670b793c96da72 --- /dev/null +++ b/images/ac795acb-a3f6-4a97-ae89-aeca6cb4c147.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6546bc05953c6a25fea836cca8056e3104a71897313d13452b3fc5fbabdc1879 +size 1709393 diff --git a/images/ac8a5fbf-0bd1-49ed-831c-16c0565212d8.jpg b/images/ac8a5fbf-0bd1-49ed-831c-16c0565212d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c214d2eab17299944c4bdf0af1df52bca883ec6 --- /dev/null +++ b/images/ac8a5fbf-0bd1-49ed-831c-16c0565212d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d97dbed27a788fb9c69a3111d619194d10ca3265c643f56b6ed0a069df0501 +size 1334131 diff --git a/images/ac9705e6-7bac-43c6-bcaa-21cd81ed8813.jpg b/images/ac9705e6-7bac-43c6-bcaa-21cd81ed8813.jpg new file mode 100644 index 0000000000000000000000000000000000000000..475979b60f64ee243546631a911bbab65d8c9817 --- /dev/null +++ b/images/ac9705e6-7bac-43c6-bcaa-21cd81ed8813.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0655ee84ccc331744df4f6e897897acea20c53a53d2d88c2213597001559e5b +size 1716581 diff --git a/images/ac99da71-9dbc-4902-af49-e9e8542d2218.jpg b/images/ac99da71-9dbc-4902-af49-e9e8542d2218.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77fc073a865ebf35a3a265a82cfc2220b2c04044 --- /dev/null +++ b/images/ac99da71-9dbc-4902-af49-e9e8542d2218.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073c327a30b36a195f2f7b64ed6c34ac7874a33c817a1cb6b8f30106906df275 +size 3456391 diff --git a/images/ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6.jpg b/images/ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdeb6b228faff3e048e8707e8506155acbf65bd0 --- /dev/null +++ b/images/ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07f52363a2f80523e7ba2bcc2ad761fd052225441a01247229fc6fed6ca1d2f +size 1240251 diff --git a/images/acba9928-5b9a-4d70-98b0-91811cde4e8c.jpg b/images/acba9928-5b9a-4d70-98b0-91811cde4e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed14f2c7b5e301796a230a4626e59ec57585061 --- /dev/null +++ b/images/acba9928-5b9a-4d70-98b0-91811cde4e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7146e047d3f4ac975c3e9479dec5b54094e36ccf166a3c437d9f3e7959f2a5 +size 1560385 diff --git a/images/acbf34c8-98f9-4ca9-a902-8ef08107422a.jpg b/images/acbf34c8-98f9-4ca9-a902-8ef08107422a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d1d084951bbdef38c2fcc0b83f5309768f2e8fe --- /dev/null +++ b/images/acbf34c8-98f9-4ca9-a902-8ef08107422a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d90b3053d30019362302406be57d2fade98ab5192265ec9efeb23d451b46b78 +size 2089625 diff --git a/images/acc01419-731b-4953-9f75-9360a01917ed.jpg b/images/acc01419-731b-4953-9f75-9360a01917ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40c6351989289aec0de78266bb4a08e0162dbacd --- /dev/null +++ b/images/acc01419-731b-4953-9f75-9360a01917ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9960ea71a2d89261378b7d271ef700117d8a4ab07469c44d5542a03e9c2dbd1 +size 1746732 diff --git a/images/acc60c50-4b94-4894-b5da-5aa9dada9f72.jpg b/images/acc60c50-4b94-4894-b5da-5aa9dada9f72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c506676e55f5da93945c55f77841dcdf9a32bd72 --- /dev/null +++ b/images/acc60c50-4b94-4894-b5da-5aa9dada9f72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06e11616c811a15ff8ac722f843ad2c73e9d072e846c943b0054a1d77d1fe1f +size 1261244 diff --git a/images/acc8e647-bcd2-4a48-9d75-7b4cfb43dba3.jpg b/images/acc8e647-bcd2-4a48-9d75-7b4cfb43dba3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc1d7d612c73c6000ce2dbfd7e83846c0d384309 --- /dev/null +++ b/images/acc8e647-bcd2-4a48-9d75-7b4cfb43dba3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacd05e36fac3144d7fe57e716f92a609752e45df6d7b487706f81bf405ffeda +size 2826374 diff --git a/images/acccc1b2-9f1c-477d-9990-345c99ae4038.jpg b/images/acccc1b2-9f1c-477d-9990-345c99ae4038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..411f3d7aa6a69c104480640bcd8c139a2b366262 --- /dev/null +++ b/images/acccc1b2-9f1c-477d-9990-345c99ae4038.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384ff16100b78a2a541434b2c53ee9dc42633656d8fac8a43e3860ebdf42bd16 +size 1854962 diff --git a/images/acd06948-7ce0-4592-81ed-28bb470b6373.jpg b/images/acd06948-7ce0-4592-81ed-28bb470b6373.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6d6bcf0336b7ac62e993d93e14f73b93a334dfb --- /dev/null +++ b/images/acd06948-7ce0-4592-81ed-28bb470b6373.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabb878650f6c28e6d4f3f94e9d37a13dde12be82fc225d7ef6b62967fc85c98 +size 2382679 diff --git a/images/acd150f8-4fd4-42eb-abd7-ba191c3d8d94.jpg b/images/acd150f8-4fd4-42eb-abd7-ba191c3d8d94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fed11afa45da3940eda8408e5639f25cd5a6e5d --- /dev/null +++ b/images/acd150f8-4fd4-42eb-abd7-ba191c3d8d94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e009775f7137cc3617444af1c35345c069879933a0c2c403b20b27bc076e5cd +size 1171238 diff --git a/images/acda5ce6-4e78-45e8-8c55-a7f834ffeccc.jpg b/images/acda5ce6-4e78-45e8-8c55-a7f834ffeccc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..530abe36fee8bbd6f84904d9d6d63d39fd93899a --- /dev/null +++ b/images/acda5ce6-4e78-45e8-8c55-a7f834ffeccc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d283e42fbdacc47c029f3cc19329f1525a97ee1dd251ecfd2c65f30a710fb7e4 +size 1673652 diff --git a/images/acdfaf7c-f8ad-4cc4-a992-f81b718207e9.jpg b/images/acdfaf7c-f8ad-4cc4-a992-f81b718207e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6548d7ff361ad1461a6a9ed5e7cc123d94e8a356 --- /dev/null +++ b/images/acdfaf7c-f8ad-4cc4-a992-f81b718207e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed6fbf8a034f868b9133745d2a728904a5d9aad8b153d8bdfad12886da8681a +size 1403951 diff --git a/images/ace05692-7512-4994-9851-33f0139b2b02.jpg b/images/ace05692-7512-4994-9851-33f0139b2b02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70834a3063e596f9d3094dd3a5a5688ee234648c --- /dev/null +++ b/images/ace05692-7512-4994-9851-33f0139b2b02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d44d82d73a60b74839fd782acddaf13726a39e2d3a3f0abae32f12264eada42 +size 1551498 diff --git a/images/ace459b9-f925-47c0-81bb-e1299c7c867a.jpg b/images/ace459b9-f925-47c0-81bb-e1299c7c867a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be505c1cc095d55a9afaaea1d8f28c5bd32bccf1 --- /dev/null +++ b/images/ace459b9-f925-47c0-81bb-e1299c7c867a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a43da653d08a7b1b9816062d2f00226a1ca2f6773e1613f352e408d371c687 +size 2015690 diff --git a/images/ace4fc50-425f-40fa-8878-d8d6b47296b9.jpg b/images/ace4fc50-425f-40fa-8878-d8d6b47296b9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f0ae2ee9b9ccf315207621e7758bdb1945531d9 --- /dev/null +++ b/images/ace4fc50-425f-40fa-8878-d8d6b47296b9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c851f22f5c8c68d6872f6f3c12ea6f74fd9ff1947253d800583220ceffa6ea1 +size 1888805 diff --git a/images/acf0c552-ba8d-4a53-a2f0-8c6c430129ad.jpg b/images/acf0c552-ba8d-4a53-a2f0-8c6c430129ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69ae548acdb83abcf8b120f2763c0de50d253032 --- /dev/null +++ b/images/acf0c552-ba8d-4a53-a2f0-8c6c430129ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8d7ec5f466acbfb2233dc6cf202f7855afa84f58908b0ead88449118afd041 +size 1281332 diff --git a/images/acf84367-afcd-400c-b38c-782520285607.jpg b/images/acf84367-afcd-400c-b38c-782520285607.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac29e5100eb1807ba1f10972c1fba745d58995b6 --- /dev/null +++ b/images/acf84367-afcd-400c-b38c-782520285607.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf070e4bf5f9a2964a2bb0ae06712821923d8c110ad18d77bb7472572cd5340 +size 1510967 diff --git a/images/ad08b63f-be2e-4c2a-a181-7a20372a74f8.jpg b/images/ad08b63f-be2e-4c2a-a181-7a20372a74f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1b9c015e15e1b16aa6e88c0b16602d34d1c1f6f --- /dev/null +++ b/images/ad08b63f-be2e-4c2a-a181-7a20372a74f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea2a3688bd3ccacf8497b2008498323463f7344f2a1c7b7607651cf4d0c7f32 +size 1735648 diff --git a/images/ad0cb6b9-3899-45b5-852f-fad25dd02f64.jpg b/images/ad0cb6b9-3899-45b5-852f-fad25dd02f64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51d4f65fa7f16fadb0ee28dfc0479a988ab12ee9 --- /dev/null +++ b/images/ad0cb6b9-3899-45b5-852f-fad25dd02f64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed043db032b8c37dbf4b1da970bf67b8a72e0bbe05f1b99c4f5b10ad921a7102 +size 1701842 diff --git a/images/ad11ebff-bfb9-43b8-8782-1b8a5768e395.jpg b/images/ad11ebff-bfb9-43b8-8782-1b8a5768e395.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d4700587c28eebf633c7d94ca26407d2e1d1de6 --- /dev/null +++ b/images/ad11ebff-bfb9-43b8-8782-1b8a5768e395.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099d9b70f6b98909db2e2e50446309f312fe44f74aadbeb6f33fea2ded65e8ae +size 2774829 diff --git a/images/ad19fb53-ff72-42cb-9f77-a45e46f7eb49.jpg b/images/ad19fb53-ff72-42cb-9f77-a45e46f7eb49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3d90372a8a9c0695af51c698ca249bfb6e47071 --- /dev/null +++ b/images/ad19fb53-ff72-42cb-9f77-a45e46f7eb49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9998d3ae6fa3c175e5d2948f20948c6dcd2270256d44084b6e6f87129082b9a +size 2709587 diff --git a/images/ad389a8f-7aae-48b3-89ff-9016c00be386.jpg b/images/ad389a8f-7aae-48b3-89ff-9016c00be386.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3918dda0157427a12b6dd75d7e63248a2f60d61 --- /dev/null +++ b/images/ad389a8f-7aae-48b3-89ff-9016c00be386.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25f6f3e6ea28e79fb45de4ae9b35e6d857f86b12f67e8b68bea97d334955db7 +size 1663504 diff --git a/images/ad436a1f-22c1-4896-aa25-deeaee1f138e.jpg b/images/ad436a1f-22c1-4896-aa25-deeaee1f138e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b9aa82aeec9568dac586bfa9fb847076f5c3849 --- /dev/null +++ b/images/ad436a1f-22c1-4896-aa25-deeaee1f138e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b5b9e32707af648a9ab0e83cd8ded8fd7ff8064a57f42b1f1280f9c60b3f4a +size 1224541 diff --git a/images/ad64fc63-a4d3-4e42-93cd-430704e1ea27.jpg b/images/ad64fc63-a4d3-4e42-93cd-430704e1ea27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90684e3648b360bbc13d991490e9aa2025499d7c --- /dev/null +++ b/images/ad64fc63-a4d3-4e42-93cd-430704e1ea27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cf37a6d1078445c428716c1cf3f17e568c290561a7d2e7c85675054ab88227 +size 2045763 diff --git a/images/ad6df5c0-5d64-419b-8fe8-794acd425d51.jpg b/images/ad6df5c0-5d64-419b-8fe8-794acd425d51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc5cee8ec86a74f42a4b44c09738a6c0b77a99a --- /dev/null +++ b/images/ad6df5c0-5d64-419b-8fe8-794acd425d51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73dd3591a8134c78ad1f468ae20244cf1d368063172af149771c4c326796769 +size 1781148 diff --git a/images/ad740ba9-ab87-4ff1-a6ad-058ff225ee79.jpg b/images/ad740ba9-ab87-4ff1-a6ad-058ff225ee79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7171a29ac751555e7317f4ce727b9b474b8d6e54 --- /dev/null +++ b/images/ad740ba9-ab87-4ff1-a6ad-058ff225ee79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014a48a940dcdbd82b7bf39dfd597d1f79dc70b87371155728e96994e2f7c601 +size 1577741 diff --git a/images/ad88fff4-dd2c-4932-b504-6fe04fa09977.jpg b/images/ad88fff4-dd2c-4932-b504-6fe04fa09977.jpg new file mode 100644 index 0000000000000000000000000000000000000000..453addec32be3f18d9dc38059b632c108dbeb724 --- /dev/null +++ b/images/ad88fff4-dd2c-4932-b504-6fe04fa09977.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9cc0ca124b302e975e34591879e1023e9329846c66d2e99ef0f2a08f9381c8 +size 1834355 diff --git a/images/ad8dcb2e-159e-4017-9f5c-762f9d1a30ac.jpg b/images/ad8dcb2e-159e-4017-9f5c-762f9d1a30ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4794d87107957c41288bb0dace19893c57db95da --- /dev/null +++ b/images/ad8dcb2e-159e-4017-9f5c-762f9d1a30ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec6d649d2d844e243d1a594d74c798190e434fbf5a03880815ad8e08a7f2257 +size 1586826 diff --git a/images/ad9d006e-fb80-4ef8-bdeb-1adc281e3908.jpg b/images/ad9d006e-fb80-4ef8-bdeb-1adc281e3908.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3fd95fdf42bc39ba23fb755eab2b815a8616f7b --- /dev/null +++ b/images/ad9d006e-fb80-4ef8-bdeb-1adc281e3908.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abdc0ee5ca1cf99946cfb1384aba24a15c626704470a054315d37f082761feb +size 2303714 diff --git a/images/ad9fa42e-1139-45bf-ad6c-ae709d7c31c5.jpg b/images/ad9fa42e-1139-45bf-ad6c-ae709d7c31c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00d226144a786bfb304a3049825de56efbffc544 --- /dev/null +++ b/images/ad9fa42e-1139-45bf-ad6c-ae709d7c31c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e4d71fb4fc7abd07a63d9998b8401fbc4685e5658ff35d43e3f42f14742e85 +size 1850057 diff --git a/images/ada5861c-1d01-49c5-99e6-5022c0694897.jpg b/images/ada5861c-1d01-49c5-99e6-5022c0694897.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcc4a14c2377e41d99e63d845c770cfd253c5751 --- /dev/null +++ b/images/ada5861c-1d01-49c5-99e6-5022c0694897.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3879da79ccc9589c3b89708044425498a662ff8737e074f48744457c282de6e +size 1885821 diff --git a/images/ada63efc-4935-402b-ac0b-93ce3dc5e6c4.jpg b/images/ada63efc-4935-402b-ac0b-93ce3dc5e6c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d743c101244033356649d315dd6fdf91b213fcd --- /dev/null +++ b/images/ada63efc-4935-402b-ac0b-93ce3dc5e6c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da23eb849c80c81864ebf5f1b0e56439e5aa96fed017de0dfe98a46cb7374069 +size 1917792 diff --git a/images/ada6fb1e-a447-40e7-8326-13c77882ffe8.jpg b/images/ada6fb1e-a447-40e7-8326-13c77882ffe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c51145e654112884b8965cfac526647678552e1c --- /dev/null +++ b/images/ada6fb1e-a447-40e7-8326-13c77882ffe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94a447df253849adc9bd5e14b232f155a8bbc6ce757b4a7b1a3f1b64d1ee5cb +size 3541429 diff --git a/images/ada7287d-cc44-47eb-bffc-90e5d870d22e.jpg b/images/ada7287d-cc44-47eb-bffc-90e5d870d22e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df903c860f3eef160fd4c2df28d3df0f403758e7 --- /dev/null +++ b/images/ada7287d-cc44-47eb-bffc-90e5d870d22e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd2e76beef593a2c634077e9bef734d4174a44ff80bdcdbd99bec7a26095c95 +size 1202267 diff --git a/images/ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b.jpg b/images/ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ece2414692294eacf71ed3dd12f23024da7a16f3 --- /dev/null +++ b/images/ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97beecb46d02f413253710efb134c1efa1cca2030b1cc9d81810d09830e64692 +size 1472795 diff --git a/images/ada7c5e0-633d-4ef7-b9ce-67fa15a79f44.jpg b/images/ada7c5e0-633d-4ef7-b9ce-67fa15a79f44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9175be87e5009b5a48739435db68975dd2589f98 --- /dev/null +++ b/images/ada7c5e0-633d-4ef7-b9ce-67fa15a79f44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf70da774d6395bcae63ebc760ed138e5fba79c2899a12c84cb16037bb8b7b1 +size 2544896 diff --git a/images/adadc1ff-b4da-4951-bfa9-d92f569ffc14.jpg b/images/adadc1ff-b4da-4951-bfa9-d92f569ffc14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a4f5522225c372f491cb015f4b09169acf08f00 --- /dev/null +++ b/images/adadc1ff-b4da-4951-bfa9-d92f569ffc14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4e3dafb45d12f610133eadd2ae1ae627a5771ad7425453e7be68e94463ac78 +size 1470325 diff --git a/images/adaff9fc-e06b-4370-a79e-980b46240477.jpg b/images/adaff9fc-e06b-4370-a79e-980b46240477.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98daf26474ac554c9233991470b56b5c18a2d1de --- /dev/null +++ b/images/adaff9fc-e06b-4370-a79e-980b46240477.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a02b104811af17c4eabf3a77ccfb88ced6c6011b87dd1a8ddb9eddb09fc6060 +size 3193992 diff --git a/images/adb26558-9e05-4e0d-9a9e-f1d55d19bbee.jpg b/images/adb26558-9e05-4e0d-9a9e-f1d55d19bbee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c5afaa0f602b6537401f20cc72acb7401f67eda --- /dev/null +++ b/images/adb26558-9e05-4e0d-9a9e-f1d55d19bbee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8670ec0ad4a3c9dc123b42f03a27a32699137acd35b44256d8437c28f5fd9471 +size 1637508 diff --git a/images/adb2d369-968f-4644-be86-b54285104635.jpg b/images/adb2d369-968f-4644-be86-b54285104635.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86f6bccb6a7e7c60d414021c2dc1db4821d2c707 --- /dev/null +++ b/images/adb2d369-968f-4644-be86-b54285104635.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79b313461fd4b660ff47f1ff4ae579cc41550d26d2a9931cdb6f23af9afb11d +size 1386479 diff --git a/images/adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7.jpg b/images/adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..629aca3370f4d2c68df7d84b4bdf52edf850ebc2 --- /dev/null +++ b/images/adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448e13fde9d137852616af31eb176503776750831c64f56553904d4e91f0c6aa +size 1031843 diff --git a/images/adba5207-dc75-49ab-a450-024e127c4fb8.jpg b/images/adba5207-dc75-49ab-a450-024e127c4fb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8e0379f893701a9eece81054a0ed799db1e7aa8 --- /dev/null +++ b/images/adba5207-dc75-49ab-a450-024e127c4fb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76731691cb9cd7a517517a1d52f253d331d975fb9e7c67c4788bbe0263a654e2 +size 2471770 diff --git a/images/adc27531-0ab0-4915-8c12-49440207b9ce.jpg b/images/adc27531-0ab0-4915-8c12-49440207b9ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..686dfd6c618ec3e052d93a05b9921fb43949a1a3 --- /dev/null +++ b/images/adc27531-0ab0-4915-8c12-49440207b9ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de486b5b11fe4148727493010969128fadbe571cdaf46648e0d4da62118d66e9 +size 1691180 diff --git a/images/ade8d0df-8c7f-4209-b059-ad0428c00dd6.jpg b/images/ade8d0df-8c7f-4209-b059-ad0428c00dd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e22683815300065524fb1836452c1c4127f473d8 --- /dev/null +++ b/images/ade8d0df-8c7f-4209-b059-ad0428c00dd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da010fd7be533d24c895090e2cbf84fbf62989133bbc8f9674ffb440cc4614fa +size 1682240 diff --git a/images/adf8c052-974f-4032-96b1-91ee7d8f2af3.jpg b/images/adf8c052-974f-4032-96b1-91ee7d8f2af3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4c6cc1eda09bacf85d6331a26dcd94af2c367bd --- /dev/null +++ b/images/adf8c052-974f-4032-96b1-91ee7d8f2af3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca342be2695f4480a99ac48525bb7c12cddf283975ff1d184ee1ce6173056b93 +size 1674242 diff --git a/images/ae00aa25-7ace-4395-b668-814a9d5f99fb.jpg b/images/ae00aa25-7ace-4395-b668-814a9d5f99fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7114ac6c9a61d601814677b97df82dd479e4d5a8 --- /dev/null +++ b/images/ae00aa25-7ace-4395-b668-814a9d5f99fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f366285081e50ae86ce02453737af06d15ccb2d4ce1505e9f266878b6638c28 +size 1602046 diff --git a/images/ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7.jpg b/images/ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31240bff7c9df70ffcc669dc438ca31a1a30b717 --- /dev/null +++ b/images/ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbfbcba49d7482f3df565bb99349d442bf9aac7e07bcd06c8e7ed5ba5449216 +size 1479767 diff --git a/images/ae04c4bb-849b-47d5-823f-11b5f8491e41.jpg b/images/ae04c4bb-849b-47d5-823f-11b5f8491e41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11aff0c5e8ea01219c8b1b839edea0094ccad114 --- /dev/null +++ b/images/ae04c4bb-849b-47d5-823f-11b5f8491e41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13467a1934686b579358b50b8abbae082f9edd107a8622b7c41e4343e7cf7ebf +size 2123601 diff --git a/images/ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc.jpg b/images/ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c91aad9661d50a182b9461f03bb1c10d46e56c7c --- /dev/null +++ b/images/ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf8f0b5e2d1582f6d66ac7e35e772cb0c73cd924c7f037779c825cee3928a14 +size 1349915 diff --git a/images/ae198f7b-f843-4ec1-a775-e08dcb9feff2.jpg b/images/ae198f7b-f843-4ec1-a775-e08dcb9feff2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33aee89b479ed9a435e99b1da2038c1e8799b665 --- /dev/null +++ b/images/ae198f7b-f843-4ec1-a775-e08dcb9feff2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f24ca86125fbde11279606651e7e7871cff27c7605368778629298c8d3fa3c7 +size 1357942 diff --git a/images/ae1a96d1-9f68-4409-993b-6a02098f8d70.jpg b/images/ae1a96d1-9f68-4409-993b-6a02098f8d70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe182bf5c006f435c5b2248576a1fd2da502d60f --- /dev/null +++ b/images/ae1a96d1-9f68-4409-993b-6a02098f8d70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec8ce4e5b89f3a6a1a2a218d471ec30244dae8f42bb3793782b5b528cca749e +size 1606016 diff --git a/images/ae2fec48-b266-4f44-9c64-e80e85695a43.jpg b/images/ae2fec48-b266-4f44-9c64-e80e85695a43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cbe50373d366899353ba4d35958a2e199d11621 --- /dev/null +++ b/images/ae2fec48-b266-4f44-9c64-e80e85695a43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a39fe9658e5ca030dde9e6f83f968a0a88c601f7d28f1e7ec4998f77c0030a +size 2136125 diff --git a/images/ae311036-d44a-4b12-b36a-4165c5391f39.jpg b/images/ae311036-d44a-4b12-b36a-4165c5391f39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f658a25d061f35a2f292a392f10d878397b27af6 --- /dev/null +++ b/images/ae311036-d44a-4b12-b36a-4165c5391f39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db9bca3c2867a57f6969c0a71970eca142f72e1feb7fada1775be0b74bb9e10 +size 1727818 diff --git a/images/ae36bccd-b65e-4fb2-8da9-72dde0971986.jpg b/images/ae36bccd-b65e-4fb2-8da9-72dde0971986.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44921435062eb08cc0cbfb1c5484ed557d9a58e7 --- /dev/null +++ b/images/ae36bccd-b65e-4fb2-8da9-72dde0971986.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2502230c97c276eaefd8a8679bb1262fbde44a5fab756a87fa7ec861e57b6a6e +size 1365060 diff --git a/images/ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451.jpg b/images/ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451.jpg new file mode 100644 index 0000000000000000000000000000000000000000..002028a7f4e18fe0f1dcfcd776ceb009a9def313 --- /dev/null +++ b/images/ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a08aaf78349fc575297bfd9200246e474caf86112a927c0594a29208f9006b +size 1420908 diff --git a/images/ae3f3469-7a48-48e6-b735-a3656dbdc2c1.jpg b/images/ae3f3469-7a48-48e6-b735-a3656dbdc2c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb6a20e5fd2f6c0682dea3af329bc7e4c6798d56 --- /dev/null +++ b/images/ae3f3469-7a48-48e6-b735-a3656dbdc2c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673b4de7de87097d54abea2a278b4527cb535bd6988b29b7caf2196f685ad9cf +size 1261792 diff --git a/images/ae3ffb6c-7255-43b0-9125-8239341edfa2.jpg b/images/ae3ffb6c-7255-43b0-9125-8239341edfa2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a68181c4e0f12870f90746c51766bca001bb0d54 --- /dev/null +++ b/images/ae3ffb6c-7255-43b0-9125-8239341edfa2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e64dd558e580ce42fc99ce1089289fdf10119b956920a40fa83fc88d2f80249 +size 1802508 diff --git a/images/ae5309c5-5da8-4975-8732-fd9a22054852.jpg b/images/ae5309c5-5da8-4975-8732-fd9a22054852.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c70395f2a368ba73c337882f5da431e4edb62fc --- /dev/null +++ b/images/ae5309c5-5da8-4975-8732-fd9a22054852.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd6163d3b86e1c65114aae15d79642d377b71746ce7de16df8b771735125492 +size 1352376 diff --git a/images/ae589690-91a1-40c7-a91c-14875136eb41.jpg b/images/ae589690-91a1-40c7-a91c-14875136eb41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58048efe90d4d3d6fb78267f2226f9b03c5ef71e --- /dev/null +++ b/images/ae589690-91a1-40c7-a91c-14875136eb41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eff7973aeeab574c352af3c09ef58295299801bd9b0c4e7750f574239cafbe2 +size 1724620 diff --git a/images/ae589ec2-cfc3-4042-afa9-6e9715366325.jpg b/images/ae589ec2-cfc3-4042-afa9-6e9715366325.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f36b1857c6af5f652eafd102c2fbcb1c2508d126 --- /dev/null +++ b/images/ae589ec2-cfc3-4042-afa9-6e9715366325.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3467d0b7de3e0e2b452614d3957332ad528b9207a7e1a34beeca316dccfa35 +size 1804056 diff --git a/images/ae6af50f-7403-4ac3-b139-282ec422339c.jpg b/images/ae6af50f-7403-4ac3-b139-282ec422339c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1fb4b653e2688b0a8fc3b98425b416a030486e9 --- /dev/null +++ b/images/ae6af50f-7403-4ac3-b139-282ec422339c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9db4d956c917a31b3df68c2df3de778983b886d32396bbed34e143842a9e75 +size 1766237 diff --git a/images/ae82fd8b-1f74-41fc-b52d-fcaa3cee1819.jpg b/images/ae82fd8b-1f74-41fc-b52d-fcaa3cee1819.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8022280c16b9ecc786911ea5d346d57617c8179 --- /dev/null +++ b/images/ae82fd8b-1f74-41fc-b52d-fcaa3cee1819.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd5e6041782ba05d21e5cd3a8926e24050b1227f40fee902a43dadef8f86cb8 +size 2093137 diff --git a/images/ae83a591-a59e-4f4c-b0a0-1210736d9c8c.jpg b/images/ae83a591-a59e-4f4c-b0a0-1210736d9c8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38793dad16d068b16816c0d4d683d7aea0d71958 --- /dev/null +++ b/images/ae83a591-a59e-4f4c-b0a0-1210736d9c8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b574b2b255471b70be80b835403833add1d6d365dc9d0b868d525ea0fd2278 +size 1222403 diff --git a/images/ae83ef2a-de51-4c2e-984a-8f36a56cfe45.jpg b/images/ae83ef2a-de51-4c2e-984a-8f36a56cfe45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..477b535c40f650f5b09bb17b851841cbb5cf6d6e --- /dev/null +++ b/images/ae83ef2a-de51-4c2e-984a-8f36a56cfe45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a6570bda582449f1b0e64cae0cbc8b570cf819e31f372542c8b31441f17d0e +size 1617444 diff --git a/images/ae84b867-78e0-4ec5-8f4a-8c15602c2f70.jpg b/images/ae84b867-78e0-4ec5-8f4a-8c15602c2f70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45c5d1d4c5d4ffbc29ebfd912c735725f353cad0 --- /dev/null +++ b/images/ae84b867-78e0-4ec5-8f4a-8c15602c2f70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c2a7e0bdf9a1d3037c65a6f3c7cb58d0c75c6883dd8a711fefda87b1e8d98e +size 2136800 diff --git a/images/ae85c89f-e883-4ba7-b610-ebb61b333bc0.jpg b/images/ae85c89f-e883-4ba7-b610-ebb61b333bc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fc0818780f11e6f93a78dffeb248f43361ad559 --- /dev/null +++ b/images/ae85c89f-e883-4ba7-b610-ebb61b333bc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8991dbdc4bceaf5415c674712fdb64a94876ad9a7b5c79a78902b6e1a76d421 +size 1929282 diff --git a/images/ae9299e6-cc07-4d37-9c5e-3365e8f193ab.jpg b/images/ae9299e6-cc07-4d37-9c5e-3365e8f193ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3fd0d5e8455955e2f76d14d438f74def9eeac20 --- /dev/null +++ b/images/ae9299e6-cc07-4d37-9c5e-3365e8f193ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9057c950800a5584d8a2060ac12b51182bb214bc9b78eda743a5ff7129657208 +size 1518751 diff --git a/images/ae97b9eb-8d75-4b57-bf66-7e8bc009d22a.jpg b/images/ae97b9eb-8d75-4b57-bf66-7e8bc009d22a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b86d90afbc9c7f364398ad4577605f1b3b398fc1 --- /dev/null +++ b/images/ae97b9eb-8d75-4b57-bf66-7e8bc009d22a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20785acc4dd8154fd4ebdf94b98b22f59f7f42f4471c720b5a575aa448a9982 +size 1324588 diff --git a/images/ae99f1a0-e66b-4371-bb97-84f3c64bd05b.jpg b/images/ae99f1a0-e66b-4371-bb97-84f3c64bd05b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49743a175c23e5f32ab700c22adfe37f8f16b9f4 --- /dev/null +++ b/images/ae99f1a0-e66b-4371-bb97-84f3c64bd05b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7149e15fbdcb9c5b2feafd6d51dc2975b47a3e41b780f07c2d56829e551bacc +size 1974622 diff --git a/images/aeae2ce2-008e-4516-8b56-61380c683983.jpg b/images/aeae2ce2-008e-4516-8b56-61380c683983.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89afd294b8e086f19ffb844f0896b14a0ce6cfe9 --- /dev/null +++ b/images/aeae2ce2-008e-4516-8b56-61380c683983.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54927bf182813c8b63ed3a2a25565c3af56bac9e7368a0032ffc79462883d77a +size 1605203 diff --git a/images/aebf8d89-9da5-428a-9b45-81ccaffe67ee.jpg b/images/aebf8d89-9da5-428a-9b45-81ccaffe67ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4a70d353c481001d76dd1a8c28b662e4fca4517 --- /dev/null +++ b/images/aebf8d89-9da5-428a-9b45-81ccaffe67ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e13d72c6b0a80b745fde3b86e689f1305f07fa2568674ec436e3bdea3a6183a +size 1515162 diff --git a/images/aec0a4ce-c65c-496e-826c-ba736b47fa2c.jpg b/images/aec0a4ce-c65c-496e-826c-ba736b47fa2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1496cfaedd866ae3f5dd5e044f39dd2be195460d --- /dev/null +++ b/images/aec0a4ce-c65c-496e-826c-ba736b47fa2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5240be425fe02adb4a14db85c84f7c719b34d990af4cdb35d1932e0b7860bf2a +size 1941535 diff --git a/images/aecd6920-3504-4f43-a7a9-320a94964d7d.jpg b/images/aecd6920-3504-4f43-a7a9-320a94964d7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9055c8f3b871af7a48e0bba749e5601da5d0d627 --- /dev/null +++ b/images/aecd6920-3504-4f43-a7a9-320a94964d7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24adefc6c278fd757016b9f54255232b5442962fe88d6512ad227adc3f3253c1 +size 1626812 diff --git a/images/aecfc287-1cf5-475a-8733-6b7e02cccea5.jpg b/images/aecfc287-1cf5-475a-8733-6b7e02cccea5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..914facba7aa20ff4e36a8dcbeeef992d1b308348 --- /dev/null +++ b/images/aecfc287-1cf5-475a-8733-6b7e02cccea5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad00764159124d7f1d066a5b5e4b60c96980e85388f269b96398fa48cc3710fb +size 1580277 diff --git a/images/aedb0fcf-cd41-476e-a222-e573a00ff863.jpg b/images/aedb0fcf-cd41-476e-a222-e573a00ff863.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b46376f918255059fa9eb74c562ed2e3d4a9463e --- /dev/null +++ b/images/aedb0fcf-cd41-476e-a222-e573a00ff863.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e72b50df350332723b7726bbf1abcf3f44dce8d46519029d862f0a1436511ad +size 1534063 diff --git a/images/aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f.jpg b/images/aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b7f6c841ecda60179c1be833ad153a517c09896 --- /dev/null +++ b/images/aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80428f795ea4087510eb3025fd6fe38ae805a9e47f613e3603aa04358705870d +size 1442756 diff --git a/images/aedcef34-3ac1-41f3-846f-d5c31b5d1093.jpg b/images/aedcef34-3ac1-41f3-846f-d5c31b5d1093.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10fd6cc8ab8960fde5c85fd63f1c62e636fb47d8 --- /dev/null +++ b/images/aedcef34-3ac1-41f3-846f-d5c31b5d1093.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df4b204c222bbaffbd40ace7beb6acb7c025d17285220c43972b09ada22dabf +size 1761064 diff --git a/images/aee2fbbb-a705-49ab-9594-36fa8975ddec.jpg b/images/aee2fbbb-a705-49ab-9594-36fa8975ddec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7764b4a3f3c8f8553892c3e348e4b515fb422225 --- /dev/null +++ b/images/aee2fbbb-a705-49ab-9594-36fa8975ddec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0e381c393c277cf257383754420120e53c0e548896ed323c0e53746869a1cb +size 2263897 diff --git a/images/aee39380-77b2-4bde-99c1-cb9dd2807d69.jpg b/images/aee39380-77b2-4bde-99c1-cb9dd2807d69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13fbc9c4600620bdda0d5b82b9f1c4697cd9f779 --- /dev/null +++ b/images/aee39380-77b2-4bde-99c1-cb9dd2807d69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad3058ab7c3fb927d4d88c342f6136e7f34d0db449e3109167a17382bb8d4c +size 1410851 diff --git a/images/aee67b0c-c384-40a2-b9d6-e47c8a77f56f.jpg b/images/aee67b0c-c384-40a2-b9d6-e47c8a77f56f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..440c25e9deffffb1c6198529346b2354cf943f13 --- /dev/null +++ b/images/aee67b0c-c384-40a2-b9d6-e47c8a77f56f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e327733a2f26b04f8d4e08a27b14e659a65221802bc74a17b4dc8220a208abd4 +size 3367755 diff --git a/images/aee6c4a2-8367-4ebe-bae5-4c54c344b7e6.jpg b/images/aee6c4a2-8367-4ebe-bae5-4c54c344b7e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b392a56d31656c78af7ca00ab803c8ba5069fc0 --- /dev/null +++ b/images/aee6c4a2-8367-4ebe-bae5-4c54c344b7e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4f2a2fe7f2214bd33e12274a001d56226fc2189ccdef23849b830b118c2fc3 +size 1600035 diff --git a/images/aef29fd2-216f-41b3-aca9-16dbf5b1eee9.jpg b/images/aef29fd2-216f-41b3-aca9-16dbf5b1eee9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..585e4c968a109347e5f00fe8d5f78e1bc8646600 --- /dev/null +++ b/images/aef29fd2-216f-41b3-aca9-16dbf5b1eee9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05b32825551d96c4325c304742d2863d2d078a6b738a62217067d228ceb1da2 +size 1718492 diff --git a/images/aef41908-4022-490f-9529-9df771ac9497.jpg b/images/aef41908-4022-490f-9529-9df771ac9497.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46306f3751e415f176a2fa4467cfa69584d55f0e --- /dev/null +++ b/images/aef41908-4022-490f-9529-9df771ac9497.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0c6652390160c8445292a2e6667a747265323301470d41560168389659a1b8 +size 2204891 diff --git a/images/af019881-28b6-4bf8-9efa-c2910209f326.jpg b/images/af019881-28b6-4bf8-9efa-c2910209f326.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43277adae75b79de419220a4c40545bd4698436f --- /dev/null +++ b/images/af019881-28b6-4bf8-9efa-c2910209f326.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a5124f8fb3901c4f0ef16cc8fe77a2bd5326f382f17af72514927a9c3dc8d2 +size 1512125 diff --git a/images/af043b73-24b7-4ccd-ac03-4efd2e57dca9.jpg b/images/af043b73-24b7-4ccd-ac03-4efd2e57dca9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6083162433acee65c87fdc491d2cecfdb8997c2f --- /dev/null +++ b/images/af043b73-24b7-4ccd-ac03-4efd2e57dca9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5369e3604649d97f437a308c6f028fd064ef5d6caeb6e9c4a9ca3ff6cf0d83a4 +size 1729606 diff --git a/images/af06e2d7-c447-4fa8-8f8d-0cd76ace2726.jpg b/images/af06e2d7-c447-4fa8-8f8d-0cd76ace2726.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b69e6f25a3b24536df325dd0b525d0198184ffb --- /dev/null +++ b/images/af06e2d7-c447-4fa8-8f8d-0cd76ace2726.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf76f75421bbc5d4ae5d7383691283ae44c9cea0b05a2e4b78668eac937f800 +size 1494612 diff --git a/images/af1566a3-8fc7-494f-a1aa-caa66507ff11.jpg b/images/af1566a3-8fc7-494f-a1aa-caa66507ff11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88435eadc6ce1364a01487fda9efbbcb1ad04ba9 --- /dev/null +++ b/images/af1566a3-8fc7-494f-a1aa-caa66507ff11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8cb139fc9c7766ef0d24fe76d59707168a338c15f6d75eb251b01807b81040 +size 1604413 diff --git a/images/af1a6c58-d9f9-4b66-949b-38ce0f762d0e.jpg b/images/af1a6c58-d9f9-4b66-949b-38ce0f762d0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b8d2def97494f39b72d9f44b20fe13805aae9b5 --- /dev/null +++ b/images/af1a6c58-d9f9-4b66-949b-38ce0f762d0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bfb83f823f2bb59aeb9919b9f54019b5de198bdb0e4650345b23e8735c1408 +size 1485782 diff --git a/images/af23a0ea-8c4e-4f11-b04b-f92076458d4e.jpg b/images/af23a0ea-8c4e-4f11-b04b-f92076458d4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c080638a0f1026b0550fee5b6ca44405194d1e5 --- /dev/null +++ b/images/af23a0ea-8c4e-4f11-b04b-f92076458d4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459bef402aea3a944ecbe91c869a372d7895d1d684187c209a288b448e427a4d +size 1594055 diff --git a/images/af37f622-6563-4d19-bf15-432583ded94a.jpg b/images/af37f622-6563-4d19-bf15-432583ded94a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99e75e7c7d6abb1f936545af7fb13d8e625b679b --- /dev/null +++ b/images/af37f622-6563-4d19-bf15-432583ded94a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705e487b80a75101fb363874e2ff9a8764dad9f45f55b1164a26bf44ce00fdc7 +size 1707096 diff --git a/images/af3b9d1c-7b95-4928-bdc8-bb2b4300dac4.jpg b/images/af3b9d1c-7b95-4928-bdc8-bb2b4300dac4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3ea1538a2994f519fc0c97cdd57e4d28d37f76e --- /dev/null +++ b/images/af3b9d1c-7b95-4928-bdc8-bb2b4300dac4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819b74c9425906ceb7fad8079d805914f452f6a97863d262e3c208af2656f960 +size 1549021 diff --git a/images/af5f19bc-1311-4425-8d69-e046fa30a85c.jpg b/images/af5f19bc-1311-4425-8d69-e046fa30a85c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45b99c7ca43ef764d8b4ffb8a57780560540c635 --- /dev/null +++ b/images/af5f19bc-1311-4425-8d69-e046fa30a85c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8021cb0b506bf3d5393d6c4aa77f17c0eddd176f64f80be1ff0646464a331a02 +size 1609973 diff --git a/images/af723e20-2715-47c5-95fb-a8bfe30da20c.jpg b/images/af723e20-2715-47c5-95fb-a8bfe30da20c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b49525b2aff3dfaa8335c7f2ac10e3deb53983ef --- /dev/null +++ b/images/af723e20-2715-47c5-95fb-a8bfe30da20c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4f5efb03c7f2b3170aafcfeda6a992a12711d28cc398524a2e07f8d727dd2b +size 1216311 diff --git a/images/af7420af-902f-4042-8a43-bb5607e1cf6c.jpg b/images/af7420af-902f-4042-8a43-bb5607e1cf6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc53031b51a5095b4144e5901825a295c31d0405 --- /dev/null +++ b/images/af7420af-902f-4042-8a43-bb5607e1cf6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff77bf5787a593c9f1c03cfe39804d41fcb5d252f7644fb5419a7151d2df00d +size 2153452 diff --git a/images/af7c7dc9-3a60-400d-a9de-5d2f09c32e39.jpg b/images/af7c7dc9-3a60-400d-a9de-5d2f09c32e39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16fdcb35cc3fdb603c2c214ca443abf90547bcbf --- /dev/null +++ b/images/af7c7dc9-3a60-400d-a9de-5d2f09c32e39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d711cc59b5ee8fc0a3a0234d790236547cf157827cd5679a34c77b2c7514cc9 +size 1318245 diff --git a/images/af8019ba-630b-47bc-a838-1af93f6f116c.jpg b/images/af8019ba-630b-47bc-a838-1af93f6f116c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed547917ea46212fef99bd4cc793b5f12e0a73b2 --- /dev/null +++ b/images/af8019ba-630b-47bc-a838-1af93f6f116c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a6f1c419e6b5991b455235ab70e79719626aa9305a257bb2c3b5c779e57af3 +size 1442688 diff --git a/images/af8b5865-4882-4de8-a332-f21ed1960a04.jpg b/images/af8b5865-4882-4de8-a332-f21ed1960a04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53af379a7fadfc3a83c8d45f4077137571325611 --- /dev/null +++ b/images/af8b5865-4882-4de8-a332-f21ed1960a04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c138a1492247666818e82a3f8da5c8cf2dcb129a171794eca374e7b4bce3ee +size 1795428 diff --git a/images/af8b689d-3073-42b2-98f8-8f6144572797.jpg b/images/af8b689d-3073-42b2-98f8-8f6144572797.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c77dc0a452c4f91c1d68f45e1a7a5e4727f30785 --- /dev/null +++ b/images/af8b689d-3073-42b2-98f8-8f6144572797.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f021cb7c5df513c297548d2c6f58ea53894d5b39a9fa599cd6749cb2269a4c +size 1548495 diff --git a/images/af8ba60b-0efd-40f6-b8d1-f97f20eb219d.jpg b/images/af8ba60b-0efd-40f6-b8d1-f97f20eb219d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c35ec580fdfdb7f18c19e13fa63763dd2f319e8 --- /dev/null +++ b/images/af8ba60b-0efd-40f6-b8d1-f97f20eb219d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f120ac3882692cd44db369802c0fb93ba251ffd62757a19ca069d78de8c41d3c +size 1312554 diff --git a/images/af8c4fa7-086b-4e47-b9fe-60dc344c903a.jpg b/images/af8c4fa7-086b-4e47-b9fe-60dc344c903a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21c2cf14206010b347c3cf7794cc181e059f3400 --- /dev/null +++ b/images/af8c4fa7-086b-4e47-b9fe-60dc344c903a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b364954913af3c1dfbe901af04ed26b16a92ce28ef82838c0f996246339c320a +size 1821156 diff --git a/images/af8ca3dc-a492-4a40-903e-244c7fd31022.jpg b/images/af8ca3dc-a492-4a40-903e-244c7fd31022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed5c196b7c05a5df94649d35b1df66318310dba7 --- /dev/null +++ b/images/af8ca3dc-a492-4a40-903e-244c7fd31022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22395c23bf67f37e5091a497a5ba6566d1c57c3a1f7220c33465fd1907c7da0 +size 1367546 diff --git a/images/af914690-d970-4237-9dbc-baaf986865c1.jpg b/images/af914690-d970-4237-9dbc-baaf986865c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e026d54ae9bebef9cf4fa2dfd29d0372a9ce483 --- /dev/null +++ b/images/af914690-d970-4237-9dbc-baaf986865c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f71a0b8762e79b614c8345728ed6e051c4343301c5b188d5652bb07827de0ef +size 1447887 diff --git a/images/af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be.jpg b/images/af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbd64316ad971c89d8dc4992427283c48368c5f2 --- /dev/null +++ b/images/af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc0badd18d2a7597e62ac16b01999fe0917f900a0fedebb923a6df0b1d2c01e +size 1542333 diff --git a/images/af94fc01-e882-44eb-b1c7-2635f17bb370.jpg b/images/af94fc01-e882-44eb-b1c7-2635f17bb370.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27bd3a0df96aaec7bca6de95950ec327b7599a02 --- /dev/null +++ b/images/af94fc01-e882-44eb-b1c7-2635f17bb370.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2930d7030d37aee6d99663294f77b85b3909ab1bc7f910ebedeb701415310b56 +size 1758676 diff --git a/images/af9cfb5d-e995-4668-a124-968b1077d75f.jpg b/images/af9cfb5d-e995-4668-a124-968b1077d75f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23ff6ac9ade10b4ade8c373e5e49a5b94074bcb4 --- /dev/null +++ b/images/af9cfb5d-e995-4668-a124-968b1077d75f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56dbba5686c9e3dc8b10a099adf126addd7cf4a9a8690bf384043464536a5cd +size 2231473 diff --git a/images/afa33c68-f359-413c-8bcc-45d9499ba75c.jpg b/images/afa33c68-f359-413c-8bcc-45d9499ba75c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2adaf32b794021849e04e02ddc4b5d536e84ec8a --- /dev/null +++ b/images/afa33c68-f359-413c-8bcc-45d9499ba75c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29c0253bb4e5d1104a2f35ea61ffa0c5060ea47fd4c583f5e9ac2113bfa26cd +size 1377509 diff --git a/images/afbf992f-e67a-4658-8892-38f3aa3e8a71.jpg b/images/afbf992f-e67a-4658-8892-38f3aa3e8a71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3a209c719e58cf78f356ca60010d2e82b8a445d --- /dev/null +++ b/images/afbf992f-e67a-4658-8892-38f3aa3e8a71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8199d8007ac1e96873caaaf1e746abf835d10def774aa9f6c186e6d1c1f58c +size 1330166 diff --git a/images/afc3a0ed-37d3-43c2-8025-fd3352dae07e.jpg b/images/afc3a0ed-37d3-43c2-8025-fd3352dae07e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b6a64728d70d2583a3b73d4274df54a1726e982 --- /dev/null +++ b/images/afc3a0ed-37d3-43c2-8025-fd3352dae07e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8024e2f8c7241a90138069fcc19cfe58213fce3b84e40420f98913565df09a3a +size 2283939 diff --git a/images/afe54dbb-245b-4b8f-ba5c-0834ad4c11d3.jpg b/images/afe54dbb-245b-4b8f-ba5c-0834ad4c11d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd655f3dc507e54ec3ca7d58f40c939c4fc91fd0 --- /dev/null +++ b/images/afe54dbb-245b-4b8f-ba5c-0834ad4c11d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8171b75cab8cd91b19a2a67503102fc101fe5a126e94f463bc3485a07a8c99f +size 2235848 diff --git a/images/aff65b45-656c-4233-abe2-660de3d6421c.jpg b/images/aff65b45-656c-4233-abe2-660de3d6421c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16981d3008bffc1506f1d2cd2ca8122a55f28efa --- /dev/null +++ b/images/aff65b45-656c-4233-abe2-660de3d6421c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7607fde6c88b271f77e32f619f812a28540bdb86dc2611dfc1e285a31fded6 +size 1461362 diff --git a/images/aff8c175-b2e5-40e9-b97b-6d85f89eba08.jpg b/images/aff8c175-b2e5-40e9-b97b-6d85f89eba08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9f0e5a0b4b2caf63b453a667f9203e76951726c --- /dev/null +++ b/images/aff8c175-b2e5-40e9-b97b-6d85f89eba08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8844513914d35a6c7983ee1a254c61291dadfab9e3f10a3d4588ba69b2424151 +size 1542431 diff --git a/images/affe007a-5a07-4d11-bcf6-b5a5cf2d9658.jpg b/images/affe007a-5a07-4d11-bcf6-b5a5cf2d9658.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b4e701c9b144425e502c13457698dcab6ca14d5 --- /dev/null +++ b/images/affe007a-5a07-4d11-bcf6-b5a5cf2d9658.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ee1eb3f2525da5ad4269bf26e074c3688d86964d013c89623e288f97a5ea00 +size 1573086 diff --git a/images/b000044e-c5fb-48ce-8746-2dee370310d7.jpg b/images/b000044e-c5fb-48ce-8746-2dee370310d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea766232af31d578557d714c06647fe181b8d91b --- /dev/null +++ b/images/b000044e-c5fb-48ce-8746-2dee370310d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9733ecaa758331611cd3120907a68c06ad8c8b11171e835444e26de47fbd017 +size 1387180 diff --git a/images/b0171b9a-32f0-4e13-b9d4-e02d25d605f8.jpg b/images/b0171b9a-32f0-4e13-b9d4-e02d25d605f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c69b4acb90bc97c39e2625f07ee14a1786798cc6 --- /dev/null +++ b/images/b0171b9a-32f0-4e13-b9d4-e02d25d605f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aad7df1eefd68700138e8cac5fd31f22f5869ff9ad21ee1111301e6fb5d125 +size 2207129 diff --git a/images/b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6.jpg b/images/b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e9afd6e8de63dadcc4c5d450c9fdd776be84f1b --- /dev/null +++ b/images/b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce05fca19943f04df6751ce217a1e1df8a717c15175722052ebf410fac6b7b76 +size 1901916 diff --git a/images/b024816f-92d5-4328-a9eb-428488bf6443.jpg b/images/b024816f-92d5-4328-a9eb-428488bf6443.jpg new file mode 100644 index 0000000000000000000000000000000000000000..073320b733967a04958efaed0678a4a0d870de91 --- /dev/null +++ b/images/b024816f-92d5-4328-a9eb-428488bf6443.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64c711676ad43ce5116511025398e74af90880a953f56da47cdd2706821d3bb +size 2189457 diff --git a/images/b045ad85-7a96-4c04-838b-69f39fa0ac60.jpg b/images/b045ad85-7a96-4c04-838b-69f39fa0ac60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..154f37be1e722a0feba5019a8e5ba02684ddba73 --- /dev/null +++ b/images/b045ad85-7a96-4c04-838b-69f39fa0ac60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de6fc620ae8cd08a8990d4d33bcecc6ac3d5df5357d46c2d950903c365de385 +size 2143702 diff --git a/images/b049005a-d849-40a4-afe6-ef79ce11ce2b.jpg b/images/b049005a-d849-40a4-afe6-ef79ce11ce2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86d7b6a61551a6351f56b08705ea84d80efa7452 --- /dev/null +++ b/images/b049005a-d849-40a4-afe6-ef79ce11ce2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf64bbab4896b52ff14ca39c4578d1f5bd8476c67a72f6a91a4f1353ca5345ee +size 3443948 diff --git a/images/b04a6a8c-b127-4638-890b-ee252ebe9e03.jpg b/images/b04a6a8c-b127-4638-890b-ee252ebe9e03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f01730c901e31ba8fef4f8902b79c0058b267618 --- /dev/null +++ b/images/b04a6a8c-b127-4638-890b-ee252ebe9e03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76cfba85bbe6da56baa44a6789cbb26efba118e7651890a502a5db74342ef76 +size 1531653 diff --git a/images/b04ddc5f-c789-454f-9d9f-0df9538b4868.jpg b/images/b04ddc5f-c789-454f-9d9f-0df9538b4868.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e4cabe4776514d666a4c418f141a735bdfdd3c2 --- /dev/null +++ b/images/b04ddc5f-c789-454f-9d9f-0df9538b4868.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5205db71ea0bc6349902c4566b89099adb377b20e07fd063c2c87d466ea65294 +size 2187883 diff --git a/images/b058ccde-c661-4468-b786-837b14a1a4bd.jpg b/images/b058ccde-c661-4468-b786-837b14a1a4bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e64b2dea900072191b3df427ef0d5f4355c87b07 --- /dev/null +++ b/images/b058ccde-c661-4468-b786-837b14a1a4bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d1166ab84f04c4bd54e5e752bff52bec4078367a649f6b8b353fb074dd3288 +size 1728446 diff --git a/images/b05919a6-4bfa-45f4-adcf-22c0c09085d5.jpg b/images/b05919a6-4bfa-45f4-adcf-22c0c09085d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f92cd92356f1d46d79bab9cd591c7359824e61c --- /dev/null +++ b/images/b05919a6-4bfa-45f4-adcf-22c0c09085d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d57b9c189e7a87bf77135eb739b387aed17bcb3eba33fc6456e97c6b88e6638 +size 2643071 diff --git a/images/b0614e83-b8f6-4b91-ae06-9ad1beb8cab4.jpg b/images/b0614e83-b8f6-4b91-ae06-9ad1beb8cab4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d09dc4ade6c33cc88c5045daff67907c4a12af85 --- /dev/null +++ b/images/b0614e83-b8f6-4b91-ae06-9ad1beb8cab4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5554c544cfc716d3d7294666fdf7eea0e8df587fb81629d1a929d7147c55fb5d +size 1493168 diff --git a/images/b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf.jpg b/images/b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a8e6af5e68480524a62121cf8f9a1f5bc9eb6f6 --- /dev/null +++ b/images/b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04470b24360d7b00ee887d70cc723caa4b627b2187e7bd93e4d5fafd5ef353b +size 2617766 diff --git a/images/b065ca9a-f25e-4fd4-bff8-74f5df855e8b.jpg b/images/b065ca9a-f25e-4fd4-bff8-74f5df855e8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0deca2742666e813aca5692ca40cc4fc2639d4bf --- /dev/null +++ b/images/b065ca9a-f25e-4fd4-bff8-74f5df855e8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507ccc326ea83ed76b66349b95929a09fb3778fd56367a222242d4e0cb35a3f4 +size 1723790 diff --git a/images/b06b84d7-4d01-4e5d-8322-6c5b613dc235.jpg b/images/b06b84d7-4d01-4e5d-8322-6c5b613dc235.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cefd3ca4c37dcaa248766b48079a0c630ce8c073 --- /dev/null +++ b/images/b06b84d7-4d01-4e5d-8322-6c5b613dc235.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fe40f9deadfeee6bb575c6bc4c460aad7ddf4d744eab53214dd01f7da2d290 +size 1456906 diff --git a/images/b06f03ab-d0cf-4953-8c5a-9553305af257.jpg b/images/b06f03ab-d0cf-4953-8c5a-9553305af257.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceb2b5559e491e661e038fae2d90430657cceec5 --- /dev/null +++ b/images/b06f03ab-d0cf-4953-8c5a-9553305af257.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e0335829046fb94454fcdea92727fa4dd9f89ff39d24a62f36a270bf7f37ac +size 1516816 diff --git a/images/b0701572-fd1d-4473-aa8e-3ceba14f9e2d.jpg b/images/b0701572-fd1d-4473-aa8e-3ceba14f9e2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7168f9556c2617da4fb526eb0491c32accbfc2ab --- /dev/null +++ b/images/b0701572-fd1d-4473-aa8e-3ceba14f9e2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1232d0af02920df4ac38bf30fe8b4ab0f289d169fd9f74b8169c4598d9f4526d +size 1709262 diff --git a/images/b072ac43-d724-46c2-9bfb-0af9511205da.jpg b/images/b072ac43-d724-46c2-9bfb-0af9511205da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5934ab6762914424b083d6ba5c9dc3cbd6801b52 --- /dev/null +++ b/images/b072ac43-d724-46c2-9bfb-0af9511205da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c2755cfdc067ae4fd3a4a03909deb2c42c0854d6fa06b517d71e7ae96a414d +size 1627722 diff --git a/images/b079ebe2-91c2-4961-880a-1db06ec7e771.jpg b/images/b079ebe2-91c2-4961-880a-1db06ec7e771.jpg new file mode 100644 index 0000000000000000000000000000000000000000..242298e7cabd503b3abea8aebbef962147cfac9b --- /dev/null +++ b/images/b079ebe2-91c2-4961-880a-1db06ec7e771.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed8ae7c94856f2ab457798ad1fd93579d3546fa6e7733a7c016a9665fa0be05 +size 1783348 diff --git a/images/b082165d-e713-40fc-bb0b-dc2050733159.jpg b/images/b082165d-e713-40fc-bb0b-dc2050733159.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94e3e4f40a883f76cf0ad632336f2305d75a005e --- /dev/null +++ b/images/b082165d-e713-40fc-bb0b-dc2050733159.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14015b91af0d789f01cfdd34e4232a281b46f263053ab8323dbc62eab5daa739 +size 1472778 diff --git a/images/b0835565-2a76-472a-8d75-c4c0993deb61.jpg b/images/b0835565-2a76-472a-8d75-c4c0993deb61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba824d6a958f51f9f50cd0016be9f534edb2d726 --- /dev/null +++ b/images/b0835565-2a76-472a-8d75-c4c0993deb61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce1d557de44760c0ac05a433ca911f80542e7a91dbfdee12f5246caccfb8757 +size 2373820 diff --git a/images/b08a8d6d-8a8d-448d-8f46-984494f92406.jpg b/images/b08a8d6d-8a8d-448d-8f46-984494f92406.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3826e5f88edac89017d9222cf02c64e467de98b6 --- /dev/null +++ b/images/b08a8d6d-8a8d-448d-8f46-984494f92406.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573bee806fca791af067c0e87b3007d5870fb7b74e7865cd9835a660b362ca99 +size 2127531 diff --git a/images/b08ed88b-ca46-44be-b576-2b6f0d2c0287.jpg b/images/b08ed88b-ca46-44be-b576-2b6f0d2c0287.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4fcba43ddfb933b4fb7b06fe1b0d99e79a9e7d3 --- /dev/null +++ b/images/b08ed88b-ca46-44be-b576-2b6f0d2c0287.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347c8cfe4a12c1b717fc5a9cc242e73e5a5609999161dcf7588ce2f2ad611aad +size 1647260 diff --git a/images/b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071.jpg b/images/b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f60023a94a58d57bb8d5057d5b7d0e95cb4ea34 --- /dev/null +++ b/images/b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b47946258f4214903c31efd366706200dd068318d45067ac77f6d530c55280d +size 1564618 diff --git a/images/b0a698b6-fbd5-44cf-ba7b-506dffed49a1.jpg b/images/b0a698b6-fbd5-44cf-ba7b-506dffed49a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfbec1695f0721135d59dd72885f79e2c581c77c --- /dev/null +++ b/images/b0a698b6-fbd5-44cf-ba7b-506dffed49a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7c88980d4561f94148f5591c92e0a93ca983d880420fcb5076b1575c8a4fcd +size 1671893 diff --git a/images/b0a910f9-5982-4967-b533-b76dbd47fbc2.jpg b/images/b0a910f9-5982-4967-b533-b76dbd47fbc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fd48e5a1bbdc766abbad4a36763b0c11a83b199 --- /dev/null +++ b/images/b0a910f9-5982-4967-b533-b76dbd47fbc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caafb479d7259470b8f51f9cec339fd2745f4a0f5f08a13ea242623041bd5d89 +size 2170851 diff --git a/images/b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4.jpg b/images/b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fc8779987d19371c958509c3ee421b327edb978 --- /dev/null +++ b/images/b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6695e2d71e1153982f76e184befdbc9e2442bfcfd9c0f6b7beab0141fb1c9365 +size 1855956 diff --git a/images/b0c988c8-8523-4cfb-8a17-caf19f40efe6.jpg b/images/b0c988c8-8523-4cfb-8a17-caf19f40efe6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2160a6d33f6cd1eb26a239f41869c5c4987da64 --- /dev/null +++ b/images/b0c988c8-8523-4cfb-8a17-caf19f40efe6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0e42229e0e1ebfc81d00965c830b08f76071e561dca9ed9550ff08da91a0e3 +size 2687330 diff --git a/images/b0cde71c-63fb-4f01-89f3-e627033dc20d.jpg b/images/b0cde71c-63fb-4f01-89f3-e627033dc20d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae9e1c7ea171df03fcaa9425d21a3b366469176b --- /dev/null +++ b/images/b0cde71c-63fb-4f01-89f3-e627033dc20d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d3e4a9f2ee2aee89b946e3b895380e66fd72a8bffc5d771a6264f2d9ea0578 +size 2750822 diff --git a/images/b0cfea09-7b7c-447f-ad57-d994a797ea87.jpg b/images/b0cfea09-7b7c-447f-ad57-d994a797ea87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d671f4975a5914c3f45552b36351740dc353fe0c --- /dev/null +++ b/images/b0cfea09-7b7c-447f-ad57-d994a797ea87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c62c224c1e0e9321929c9578b7f9268b452583e13cc5dbbf0f00e4c11bddbb6 +size 3167043 diff --git a/images/b0d298ca-fde5-48c2-b9c0-f7922c6c573c.jpg b/images/b0d298ca-fde5-48c2-b9c0-f7922c6c573c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003e346408afb30e2944d711a463d361d23dd391 --- /dev/null +++ b/images/b0d298ca-fde5-48c2-b9c0-f7922c6c573c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28564402c870c9ffa9d5d0d69fc1c2c9d4572a7a63c4a6e5bd52d68c6396454 +size 1360174 diff --git a/images/b0d53993-9be0-48a3-8e33-b70d2d5e4843.jpg b/images/b0d53993-9be0-48a3-8e33-b70d2d5e4843.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee67b4b7e808c96883838e233128b6a24e62e12f --- /dev/null +++ b/images/b0d53993-9be0-48a3-8e33-b70d2d5e4843.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90d89372a49afde7a2fea452fd745cfe46f9734eee82db7846d8c8d5034ed23 +size 1405615 diff --git a/images/b0fff8e0-8bd6-49f0-b972-f29e1defb871.jpg b/images/b0fff8e0-8bd6-49f0-b972-f29e1defb871.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a879cf500b643b6d84d280af1f00067d456bdf4c --- /dev/null +++ b/images/b0fff8e0-8bd6-49f0-b972-f29e1defb871.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aec1f0ba2ba337bed08c24041e3c724b6d457dbf6c65b6638296021148ff974 +size 1904763 diff --git a/images/b12945c6-9745-434a-b6c8-fb3c95007109.jpg b/images/b12945c6-9745-434a-b6c8-fb3c95007109.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f02dbe6674b9cc258d2efec02869c3a27307724 --- /dev/null +++ b/images/b12945c6-9745-434a-b6c8-fb3c95007109.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7572159cdb309739c53c813dd9887904fe881854ed86847f4b325548f788543c +size 1561062 diff --git a/images/b139fefb-9265-48a2-ad09-64d60d807095.jpg b/images/b139fefb-9265-48a2-ad09-64d60d807095.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f62d85af60ed09af7ba74b8daf701908873b497e --- /dev/null +++ b/images/b139fefb-9265-48a2-ad09-64d60d807095.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3249025fc064281032dada16a4c425564ce3c0e9ac71b68f364d10dc0ab5fbb3 +size 2363778 diff --git a/images/b145c230-3856-4516-b7fc-4e278b1b92c6.jpg b/images/b145c230-3856-4516-b7fc-4e278b1b92c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a21b4bbf1b58c31c01779c850efb143e9c4633f8 --- /dev/null +++ b/images/b145c230-3856-4516-b7fc-4e278b1b92c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0343fdc879b0d549fd484073dbc112333f91515b18177ade4421eee2f187075 +size 1658560 diff --git a/images/b14a447b-184b-4d88-9dc5-8d9c1ec18201.jpg b/images/b14a447b-184b-4d88-9dc5-8d9c1ec18201.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89279a3f4f291e721ecfe26bd9ff0c39d0191388 --- /dev/null +++ b/images/b14a447b-184b-4d88-9dc5-8d9c1ec18201.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93540cc7f7dfa81d7dc087d2d2029463afe668f732c3b5f735556939640f5507 +size 1693283 diff --git a/images/b14c93f7-5ac2-4123-9bd3-28ceac85db1b.jpg b/images/b14c93f7-5ac2-4123-9bd3-28ceac85db1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c0a6901cd8f6feb54cea44ab014b1ed8bb01374 --- /dev/null +++ b/images/b14c93f7-5ac2-4123-9bd3-28ceac85db1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f877a523769b2e4f0590b9661749f09431cbaf9deab45aca43637e5bbee4cdc +size 1440450 diff --git a/images/b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7.jpg b/images/b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3be8b79cfcf8447bf050e93adf57f19a78e52468 --- /dev/null +++ b/images/b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72066b1b15f920c5de5abf99e94b7499c6d4aeacb920c2396364661c47c22bed +size 1710356 diff --git a/images/b1559988-81a3-43a9-a8a3-d4a212dd7bc2.jpg b/images/b1559988-81a3-43a9-a8a3-d4a212dd7bc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e65e5b2c25a6a76a0d9993d4381817aeb81b54c9 --- /dev/null +++ b/images/b1559988-81a3-43a9-a8a3-d4a212dd7bc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3400401afd631312c404593b437ec283a8a6392be7f160cb8f32ed54a73b1b8 +size 1520293 diff --git a/images/b15cb947-5701-4c17-a871-82a527d27d3b.jpg b/images/b15cb947-5701-4c17-a871-82a527d27d3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..536139906aeea8832fc93ab52380ee2ac020a85d --- /dev/null +++ b/images/b15cb947-5701-4c17-a871-82a527d27d3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d92b0a85c0fa51e4734ee582de65f92988a139a91bd2ddbc65feafe533e662f +size 1372153 diff --git a/images/b1620c1e-65b0-4eb1-ab7a-44c00412757d.jpg b/images/b1620c1e-65b0-4eb1-ab7a-44c00412757d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b79e7f44a19c3d572964d4efc5d7c5df07ef723 --- /dev/null +++ b/images/b1620c1e-65b0-4eb1-ab7a-44c00412757d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0241f8ca5d6d6d8fcce6564dbc751d786ed9c4a37ad68b647fb07e9d208de1f8 +size 1827501 diff --git a/images/b163138f-0f1d-4181-a21f-0991aa74e584.jpg b/images/b163138f-0f1d-4181-a21f-0991aa74e584.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621796c0717902ad180fd5b2c6afd2e3f18ede63 --- /dev/null +++ b/images/b163138f-0f1d-4181-a21f-0991aa74e584.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf721b2f8fb20c2e52b17d8265ec98e71291c5638a027495c5f3789ac9e59dcd +size 3256872 diff --git a/images/b16fdd28-a223-41e9-bd55-b238dc421b01.jpg b/images/b16fdd28-a223-41e9-bd55-b238dc421b01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..007a5ce53bd61d6ebeb9da7592a30269a32cdd36 --- /dev/null +++ b/images/b16fdd28-a223-41e9-bd55-b238dc421b01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f28b77f7150872d536c51269dfe667dacc2011edc1f41ad2deeb9247d419f5e +size 1287261 diff --git a/images/b1704070-a242-4bed-8327-289b3229f134.jpg b/images/b1704070-a242-4bed-8327-289b3229f134.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41bb785502ff28742cf9941b77afbe38b4d931c2 --- /dev/null +++ b/images/b1704070-a242-4bed-8327-289b3229f134.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed3f1b250cddfcc76ab1e021cfd99606de0929df5bc63924a54aad4cc1b7820 +size 3405351 diff --git a/images/b173c7ef-3c5f-4fdd-8475-8f109e2d1d20.jpg b/images/b173c7ef-3c5f-4fdd-8475-8f109e2d1d20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7661ae65deb2cdbca9a46e2b52a7a631b972a484 --- /dev/null +++ b/images/b173c7ef-3c5f-4fdd-8475-8f109e2d1d20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe16810f2b3b296bdf3aea2f285aa02fcd7805089e367a9ac694917e74ba4560 +size 1395381 diff --git a/images/b17a5345-6321-483e-9764-1ed947a09d7a.jpg b/images/b17a5345-6321-483e-9764-1ed947a09d7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa39480f2e0f8148a546befdae5961860061bec6 --- /dev/null +++ b/images/b17a5345-6321-483e-9764-1ed947a09d7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b22fd185d0859671921a01ddded2d6a0e78e05f65252da921085ff2c643f79b +size 1369081 diff --git a/images/b18096ce-9236-4ba2-9ddd-62d87f678127.jpg b/images/b18096ce-9236-4ba2-9ddd-62d87f678127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa70bd0ec1bcfbb963e268f382137f408b1ff5c5 --- /dev/null +++ b/images/b18096ce-9236-4ba2-9ddd-62d87f678127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1b8902e08b93e93cd722aae2e2b21428fdb613d94a86485792b2fc071b1f6a +size 3136508 diff --git a/images/b18bbc17-1857-4ce2-8933-a4e4c53ff4bc.jpg b/images/b18bbc17-1857-4ce2-8933-a4e4c53ff4bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5322b5366f5fa0a308260df7be64939a4dc01b79 --- /dev/null +++ b/images/b18bbc17-1857-4ce2-8933-a4e4c53ff4bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9239f90c685491e3bc9e8fe98b4e1f60f4595f83e12851208641f4e1439dafdc +size 1325470 diff --git a/images/b193c081-d57e-42ff-9e96-a3764b369d62.jpg b/images/b193c081-d57e-42ff-9e96-a3764b369d62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e1673e129f33134811dfeb296c96634f2184e77 --- /dev/null +++ b/images/b193c081-d57e-42ff-9e96-a3764b369d62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb935c916a7a5841578645fd67dde338c719826f583bf2a4adbef19ff90c86f +size 2518135 diff --git a/images/b1a17ee7-1f1e-49fe-adc7-5a435d3713b4.jpg b/images/b1a17ee7-1f1e-49fe-adc7-5a435d3713b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..332acd196d926ab9e5915ef64eb9d860ee0c4b09 --- /dev/null +++ b/images/b1a17ee7-1f1e-49fe-adc7-5a435d3713b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570b68028ec5c38d04f7025545e0713fe5b578216ac1b184fdb5af18a5646d57 +size 1644071 diff --git a/images/b1a58a9b-47c4-4e87-a555-afe9569a3adb.jpg b/images/b1a58a9b-47c4-4e87-a555-afe9569a3adb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..309ae9aee1caf460e91ce8479b4cc5faea9a76cb --- /dev/null +++ b/images/b1a58a9b-47c4-4e87-a555-afe9569a3adb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4c627f99923bd845fe335924968cd26fea282cee18424bf7080d681595a507 +size 2153675 diff --git a/images/b1a698ed-24bc-4f7d-b061-f148c786f682.jpg b/images/b1a698ed-24bc-4f7d-b061-f148c786f682.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58474a4eb19f46aae33362f01ef4cc0135c0267d --- /dev/null +++ b/images/b1a698ed-24bc-4f7d-b061-f148c786f682.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09c0ee68131b62898df81f7e81b2208fc8a252b98f46464a461cbb375ee9348 +size 1359256 diff --git a/images/b1add13d-b2e4-420c-a294-b371014d01da.jpg b/images/b1add13d-b2e4-420c-a294-b371014d01da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c90d7380b05b7695fc4f34ae1151424c53d25098 --- /dev/null +++ b/images/b1add13d-b2e4-420c-a294-b371014d01da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894355bdc3a349007a4f580c2952891962de5bb3db84205c28578f968a4633c1 +size 1696520 diff --git a/images/b1b0e9a2-0198-4a73-8921-f7cc54b458dd.jpg b/images/b1b0e9a2-0198-4a73-8921-f7cc54b458dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75d9820e70e3a00650fd5e656f77dfb7e22b0957 --- /dev/null +++ b/images/b1b0e9a2-0198-4a73-8921-f7cc54b458dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10e77ad89809f3860bb653cab925e0413ab3228d6f7c8c3ff3b91bc6b808c44 +size 2497845 diff --git a/images/b1bd76b1-a0fd-4352-a17a-b97deed3496e.jpg b/images/b1bd76b1-a0fd-4352-a17a-b97deed3496e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..398a1694dc07a6854c8e2d30bf006957e66a93a5 --- /dev/null +++ b/images/b1bd76b1-a0fd-4352-a17a-b97deed3496e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e047ae7b48915d9051e16282462e18e4b05ad59e59bb72125bccb4af82783464 +size 1729951 diff --git a/images/b1c039ef-4887-4e30-87cf-b6d8afbcc5c5.jpg b/images/b1c039ef-4887-4e30-87cf-b6d8afbcc5c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce0e853e6d12d8a47e1609885a4b9187f3e6ba33 --- /dev/null +++ b/images/b1c039ef-4887-4e30-87cf-b6d8afbcc5c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9677645bbc5df0ca816785a74bb04031170f7689424ede91935a0e63fdb66733 +size 1742087 diff --git a/images/b1c2134b-629e-49f3-827b-3b76c58c7ba1.jpg b/images/b1c2134b-629e-49f3-827b-3b76c58c7ba1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..624e77a74731dc387cdf5902d83deb9e42bd3ac4 --- /dev/null +++ b/images/b1c2134b-629e-49f3-827b-3b76c58c7ba1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc53908f4c501dc7996e4e49aa719456b9e9747c7202f59c986530a01cd49963 +size 1282917 diff --git a/images/b1db9ad2-0405-40e7-a74a-664011a2e661.jpg b/images/b1db9ad2-0405-40e7-a74a-664011a2e661.jpg new file mode 100644 index 0000000000000000000000000000000000000000..492cd067e5b189c4c7701f92c96b8cafd5645a4a --- /dev/null +++ b/images/b1db9ad2-0405-40e7-a74a-664011a2e661.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e5103962c34ec97720cfc0c2fd794c862fe7c260af79b2c9b3edb519d1c6e7 +size 1343765 diff --git a/images/b1e44f76-6399-46b4-b669-02be8f818674.jpg b/images/b1e44f76-6399-46b4-b669-02be8f818674.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dc3470decdde5888385a99ebfc2a7e5861a7893 --- /dev/null +++ b/images/b1e44f76-6399-46b4-b669-02be8f818674.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840934c78bccd51fed600137ed95cc27b5c16da9078afac4c5846b2ddbe5c334 +size 2351184 diff --git a/images/b1e84188-e5d9-4f66-a4b4-0d99fe471a3c.jpg b/images/b1e84188-e5d9-4f66-a4b4-0d99fe471a3c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6f653d266918a1e323cc11f76f483afc2384917 --- /dev/null +++ b/images/b1e84188-e5d9-4f66-a4b4-0d99fe471a3c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4244399c32511059a4a360c7f2e12d0aa23e720b92ca528e86f271347b3a2b6 +size 1683223 diff --git a/images/b1f394c9-085f-4faa-a15a-f8075bbf898e.jpg b/images/b1f394c9-085f-4faa-a15a-f8075bbf898e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e522360fe441842c30dcbee191b572a578c2f7fc --- /dev/null +++ b/images/b1f394c9-085f-4faa-a15a-f8075bbf898e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d42db38911320c3118981e3a892e06439552b649d9309237a00a24af1ca33d9 +size 1839174 diff --git a/images/b20341a5-25f2-45b2-82b9-66987e108867.jpg b/images/b20341a5-25f2-45b2-82b9-66987e108867.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b4177f14d1b287d021c1d345f8128267af756b4 --- /dev/null +++ b/images/b20341a5-25f2-45b2-82b9-66987e108867.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93acbeca5adb620be8e2ebd3d3174374dc49053065a6f48c56280fae23c5a614 +size 1712669 diff --git a/images/b206ea0e-8a4a-47bf-bc26-062f0c8cfc90.jpg b/images/b206ea0e-8a4a-47bf-bc26-062f0c8cfc90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e43ada03a23a9b21ab9e390ba415c8388a1776da --- /dev/null +++ b/images/b206ea0e-8a4a-47bf-bc26-062f0c8cfc90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71c9044ddf5696a370a2b0e0c086015db1d0ed67ae57560743d1f437a951d5a +size 1720814 diff --git a/images/b2153e91-4f52-498b-98b4-3ca2511f550a.jpg b/images/b2153e91-4f52-498b-98b4-3ca2511f550a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ab65c80fc4d635eae91cbc89cb7fbde9714d85d --- /dev/null +++ b/images/b2153e91-4f52-498b-98b4-3ca2511f550a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b01880cd060b594d4407eeea259d187e42c69556afebaa5cb3cab804a793b0 +size 1218336 diff --git a/images/b2164b43-46e4-483d-bf05-b6d77797444b.jpg b/images/b2164b43-46e4-483d-bf05-b6d77797444b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e077765a034a6b572ef879b3590a847250be4a6f --- /dev/null +++ b/images/b2164b43-46e4-483d-bf05-b6d77797444b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf71943c8d77bf4b1f1833753b478d8d6ccd8b7a37f177c0d0d2d54a4c915f22 +size 1189708 diff --git a/images/b219a234-0580-4c7b-be12-65aaaacaba84.jpg b/images/b219a234-0580-4c7b-be12-65aaaacaba84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8bba41470e429e2b12337a24f0e3c3873da02ff --- /dev/null +++ b/images/b219a234-0580-4c7b-be12-65aaaacaba84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae569b53527a0f222cdd5d364c48c55898077de8d9682b97fe5e8cc3100d1018 +size 1511613 diff --git a/images/b224a438-cd1b-450a-ae4d-8159701fbe80.jpg b/images/b224a438-cd1b-450a-ae4d-8159701fbe80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b600da9ad6bec5716ced8aef7941e2408587967 --- /dev/null +++ b/images/b224a438-cd1b-450a-ae4d-8159701fbe80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de6f5fe06683edc7fe3917803e376519dbea76da329af0da588859c72f3e9c8 +size 1637165 diff --git a/images/b224f7a5-1ec5-438e-929e-53fde527d6a4.jpg b/images/b224f7a5-1ec5-438e-929e-53fde527d6a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d1933f160450a63563959535114e087893aa857 --- /dev/null +++ b/images/b224f7a5-1ec5-438e-929e-53fde527d6a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd693339f76508b50a7418d8d9e93b62ed51eb5ade58d6ad6e6041913cb6c23e +size 1656745 diff --git a/images/b235c1d4-f9a3-4129-bbfa-537c56232af6.jpg b/images/b235c1d4-f9a3-4129-bbfa-537c56232af6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ff2262f0cb634a9f76fac43d508746b363f5bac --- /dev/null +++ b/images/b235c1d4-f9a3-4129-bbfa-537c56232af6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38958a1b9032a3a72eabdd20d079191b60d8a5cf564923de1bc32de5a22a3085 +size 1859925 diff --git a/images/b23a849f-e747-4d74-b69d-0bf8d0a0a000.jpg b/images/b23a849f-e747-4d74-b69d-0bf8d0a0a000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adb657789936bc913328c1b0821f34e4116ec728 --- /dev/null +++ b/images/b23a849f-e747-4d74-b69d-0bf8d0a0a000.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65fa772cf6d3fbaba4653787dacabb780356d61ee9823d77464bc92ec8160e8 +size 1840581 diff --git a/images/b24b1770-a280-43e5-8c5f-9a678024c30b.jpg b/images/b24b1770-a280-43e5-8c5f-9a678024c30b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f24ca4812b769553e01e18cb35235be9a259687 --- /dev/null +++ b/images/b24b1770-a280-43e5-8c5f-9a678024c30b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db7da9015e85ad8946a43656a02c7b8f69d77d5a53388d84e1df0c1cb189622 +size 1932147 diff --git a/images/b24fe6f4-d5c7-407f-82ce-636afbb701a0.jpg b/images/b24fe6f4-d5c7-407f-82ce-636afbb701a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77c0c2e3f0646e386be9e26e252f095aeb93cd9c --- /dev/null +++ b/images/b24fe6f4-d5c7-407f-82ce-636afbb701a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182d82bf49dadda616f774fc64974dfd5da8e6cb6560c25ca8e002527456bf45 +size 1476407 diff --git a/images/b2568959-54b3-4c89-8a6b-40172866ecf4.jpg b/images/b2568959-54b3-4c89-8a6b-40172866ecf4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a68ca51a8ae862ae9239297714f23c9fdf857d02 --- /dev/null +++ b/images/b2568959-54b3-4c89-8a6b-40172866ecf4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd6526fb135753cea4b95affdfa0c1d1ec9b412f0be01158f66444e75ec2989 +size 1449511 diff --git a/images/b25d647f-fc27-4d99-8463-ccf91a9f133a.jpg b/images/b25d647f-fc27-4d99-8463-ccf91a9f133a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c58fbb62665ce090b5f123f69b5a13e8812ed21 --- /dev/null +++ b/images/b25d647f-fc27-4d99-8463-ccf91a9f133a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dd7ddf1d50b9b270802d91a7c9a3bd21c52b85ddc5d0497aeec67b90c98b96 +size 1680081 diff --git a/images/b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0.jpg b/images/b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79c84a49dfe111c41daa2412ca11ff4bfce2b754 --- /dev/null +++ b/images/b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d3e93bf31dd2a16c32a3896b0ffd837343efb991c3847d4e616490a70a1fb9 +size 2026091 diff --git a/images/b292aed4-d28d-49b7-b080-90816d2a1640.jpg b/images/b292aed4-d28d-49b7-b080-90816d2a1640.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb1f0e08e66f0db3f590f0a05953c8e65ba0fa12 --- /dev/null +++ b/images/b292aed4-d28d-49b7-b080-90816d2a1640.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaab586d81e1896e78edea1f25a19e5b383c35dc1eaee99ff9e6a1a3dc380d76 +size 1753762 diff --git a/images/b295ad4e-b487-4f3f-83e9-273046144c76.jpg b/images/b295ad4e-b487-4f3f-83e9-273046144c76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2425be571f92d4b1dbde39c769b129396549213f --- /dev/null +++ b/images/b295ad4e-b487-4f3f-83e9-273046144c76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073dd71fca901dfce7bdf5108f22d3e170302f415088c3c75d08859467db2859 +size 1664718 diff --git a/images/b298072a-5b29-4730-99dc-e8c091a04eaf.jpg b/images/b298072a-5b29-4730-99dc-e8c091a04eaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..334dedf7aa3f105674719f6d60527c7fa239a983 --- /dev/null +++ b/images/b298072a-5b29-4730-99dc-e8c091a04eaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115199a10b9651f9534812707d64831a7114119ecf1363543af2523832de74e2 +size 1528434 diff --git a/images/b2992096-debd-4d0c-8b6a-cefaece7576b.jpg b/images/b2992096-debd-4d0c-8b6a-cefaece7576b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e3caa4950c9ad0708f9ff5bed41386ac1bcd3ea --- /dev/null +++ b/images/b2992096-debd-4d0c-8b6a-cefaece7576b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b872f62f20fe3d6817e711ad436b2173f30a2710e89ebc6e9356c2ef64a6b9b0 +size 1909579 diff --git a/images/b2abb996-a9ed-4ce7-b3e4-503dd618aad7.jpg b/images/b2abb996-a9ed-4ce7-b3e4-503dd618aad7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e1ff513e661aa1d251f0f9fb648b56157434824 --- /dev/null +++ b/images/b2abb996-a9ed-4ce7-b3e4-503dd618aad7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039086a9f8e122c8696c033a0062ef9d4f07a038fd5d9e56471c89595ec1871c +size 3157555 diff --git a/images/b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5.jpg b/images/b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ac85c6bf30c739ee6754cf9c67ea422b1cb1774 --- /dev/null +++ b/images/b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2267d8ee907376ba607255e723c359ef07f86765d0531ae1f0e6e1b2d81ff80d +size 1647409 diff --git a/images/b2ac8665-4094-49f0-bef4-e3aeb72f474a.jpg b/images/b2ac8665-4094-49f0-bef4-e3aeb72f474a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f89fa1807a50653133a478cbadac5ef0a13a7ee8 --- /dev/null +++ b/images/b2ac8665-4094-49f0-bef4-e3aeb72f474a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e90ad3095f790e2908ea96f70448d1235eac9afe8fbcab825a6256358abfd01 +size 1535036 diff --git a/images/b2ad9a07-8303-4a96-a368-ea82e342b375.jpg b/images/b2ad9a07-8303-4a96-a368-ea82e342b375.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fabbbce8273b139291be2f5bb628a234d7b31b7c --- /dev/null +++ b/images/b2ad9a07-8303-4a96-a368-ea82e342b375.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28b49e571481801ca4ea0e669756762d6d26a2425f8aeb17c79f5deeb1907ff +size 1362597 diff --git a/images/b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07.jpg b/images/b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f162b6ed53b31b3682a149225577c392ebeb1141 --- /dev/null +++ b/images/b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916b405fb1c0722bbd3090aceef068c59a338f022a7a68710c2af1d772e58e2e +size 1727715 diff --git a/images/b2af5ec7-b463-4c5a-809f-7bc7b504bc3b.jpg b/images/b2af5ec7-b463-4c5a-809f-7bc7b504bc3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35c150bdb37af9d513ffa0918b488edf2d86914f --- /dev/null +++ b/images/b2af5ec7-b463-4c5a-809f-7bc7b504bc3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c36dee27608c46f3ae5e5ec20dde8f01ddfb00346da8a70c8a25dbea7efadf +size 1656166 diff --git a/images/b2d35749-943b-4df7-b79f-dd86786c0509.jpg b/images/b2d35749-943b-4df7-b79f-dd86786c0509.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f5754c01396ba2d6e6029b4ffdb86a90737c54b --- /dev/null +++ b/images/b2d35749-943b-4df7-b79f-dd86786c0509.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bc0813a13e5d59fb33b490cf56d0de5588cb83a6bfdf5aaec8fccf11dba26d +size 2163829 diff --git a/images/b2def903-df93-4dd9-947d-c0418b0d7c5e.jpg b/images/b2def903-df93-4dd9-947d-c0418b0d7c5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e79493afedf4827a15dd363eb6ba893a37ff8dc --- /dev/null +++ b/images/b2def903-df93-4dd9-947d-c0418b0d7c5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ededc0e5efbc457405f7e6fa0b91d72ebe23d35c9c2d79af122838c9c5cc954 +size 1580072 diff --git a/images/b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b.jpg b/images/b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cd2bcc3fbe78ae6fa6826e35a1ca604c8bf5272 --- /dev/null +++ b/images/b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a012e98e9a2a49ce04fcd20547860fadba854a045c22130dbc90a5f8da89df +size 1612960 diff --git a/images/b2f7d355-94c7-4d8a-8b43-d30cfdc6f243.jpg b/images/b2f7d355-94c7-4d8a-8b43-d30cfdc6f243.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3dc226c3ffacbca47617150dd6870db932dc29e --- /dev/null +++ b/images/b2f7d355-94c7-4d8a-8b43-d30cfdc6f243.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6304d858aab4a52b0f1ac998b0c713d66bd3c3dbbbb87a456f089658e3913f04 +size 1665879 diff --git a/images/b302c815-fc3c-42cd-b270-22bb99ae12ce.jpg b/images/b302c815-fc3c-42cd-b270-22bb99ae12ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb7959995e6c72e3def15adabae3f17938f69af9 --- /dev/null +++ b/images/b302c815-fc3c-42cd-b270-22bb99ae12ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2617b32a47297d055d481dcda23d9c072233fc8b8acbac04b6c82900ffd607 +size 1764279 diff --git a/images/b30d5239-af94-41d5-91ac-9f5a83b00181.jpg b/images/b30d5239-af94-41d5-91ac-9f5a83b00181.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec7e27597886c5c20061797f5b5678342bbd8d63 --- /dev/null +++ b/images/b30d5239-af94-41d5-91ac-9f5a83b00181.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1ac90a2886090ea0fe1320bee8f573b4423304730307d354cf8bc8729deaa9 +size 1581325 diff --git a/images/b30ea642-58c1-4950-b41c-e588f449151b.jpg b/images/b30ea642-58c1-4950-b41c-e588f449151b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0cc63c71810eec4ce887620ad27c32e5df0f025 --- /dev/null +++ b/images/b30ea642-58c1-4950-b41c-e588f449151b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001330704b4ed77ba95619353a922756bc5ec46999116189c927567de333bc7e +size 1504571 diff --git a/images/b3126b9c-e653-40c6-af7b-876ed58fdd58.jpg b/images/b3126b9c-e653-40c6-af7b-876ed58fdd58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..025705deceb92b73b42e2ba552d5e43fb7b3f889 --- /dev/null +++ b/images/b3126b9c-e653-40c6-af7b-876ed58fdd58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacd87cf71047fb508eb90f40f799185bb3a916a490bbbac34f0d5b6adcc2080 +size 2390488 diff --git a/images/b313ae1d-6fc0-4b76-9de1-cb7de372293f.jpg b/images/b313ae1d-6fc0-4b76-9de1-cb7de372293f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b677cba5785f8adac738a18a9ace713996b243a6 --- /dev/null +++ b/images/b313ae1d-6fc0-4b76-9de1-cb7de372293f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae76e8f424d2cd165cfae9f06f1edbd2950837f1844a6bcbaef66792d04ed58 +size 2151796 diff --git a/images/b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5.jpg b/images/b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..483fca0f98a0e53a0fd387fc54679e965a67fee5 --- /dev/null +++ b/images/b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b96156c07b5121c49761b60f76fffdeb17d2ecdf68d138b3dddee3af05de30f +size 1708937 diff --git a/images/b3203fb9-ac0e-4138-a84c-a022e4e70a39.jpg b/images/b3203fb9-ac0e-4138-a84c-a022e4e70a39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ed643c470eba9b881b0fc7db1a2988a0cd91afc --- /dev/null +++ b/images/b3203fb9-ac0e-4138-a84c-a022e4e70a39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0c916aa09a2e5ad011e6969f5b06d0e805682babbe2e5619ea59636d3519ab +size 1619045 diff --git a/images/b3227974-af6e-4960-b36a-7967b09c3158.jpg b/images/b3227974-af6e-4960-b36a-7967b09c3158.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d9956d361782ddf94f98c1d6b0cf87b302431f3 --- /dev/null +++ b/images/b3227974-af6e-4960-b36a-7967b09c3158.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3784411ad580e8ef2be98a2b61bc659edd815721426b9ea1eac3efe3408b3dd5 +size 1605467 diff --git a/images/b32304a5-9ac2-4d2a-9d54-a59c24ff133b.jpg b/images/b32304a5-9ac2-4d2a-9d54-a59c24ff133b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0349cc787d631cb5c4bb3b9a56c786c7f7904867 --- /dev/null +++ b/images/b32304a5-9ac2-4d2a-9d54-a59c24ff133b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60da9232e79a71ff554dd928a09b545240a6462a4d167aa1784be5c665a55839 +size 1985134 diff --git a/images/b327941d-9623-4945-9dc0-720c96d2fda0.jpg b/images/b327941d-9623-4945-9dc0-720c96d2fda0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc03db0b774eebee118c3fc35c1ee603afb56dc6 --- /dev/null +++ b/images/b327941d-9623-4945-9dc0-720c96d2fda0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f31e38a0353c46069ed6ab9a7e1e3537177a193112fbcb826b07fd4863bff31 +size 2546945 diff --git a/images/b32a4aa2-b78c-486b-933d-65f385f76234.jpg b/images/b32a4aa2-b78c-486b-933d-65f385f76234.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7860db2ee6a64689cdf16cf612fd679fb3cac19 --- /dev/null +++ b/images/b32a4aa2-b78c-486b-933d-65f385f76234.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9f2db468e0c8d739be52d5db07e028a46ffd7ba24990cabecf25d3e63404af +size 1563917 diff --git a/images/b32ea537-ab1b-4aaa-b6a1-51f63ee0092c.jpg b/images/b32ea537-ab1b-4aaa-b6a1-51f63ee0092c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a719f92325cc2553d16f9cfa532eb864323cfddf --- /dev/null +++ b/images/b32ea537-ab1b-4aaa-b6a1-51f63ee0092c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e727696f22520993d74749c96e0d523fe86550c7814e0a689d2917f15448b4c4 +size 1892547 diff --git a/images/b331c3dc-a1d1-43e3-82b0-936d454ed231.jpg b/images/b331c3dc-a1d1-43e3-82b0-936d454ed231.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73b48a16155e0bc670b030b5a8e612f7c7e0d0a2 --- /dev/null +++ b/images/b331c3dc-a1d1-43e3-82b0-936d454ed231.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a9f84337a8f56dfa4c58b8494c3530f28c38e90ad1167492d1b13f44424c76 +size 1231465 diff --git a/images/b3356882-ab61-4a2f-b203-f01caf78428c.jpg b/images/b3356882-ab61-4a2f-b203-f01caf78428c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d33f16aaadcca1974a600c7e1a93f795b597c56 --- /dev/null +++ b/images/b3356882-ab61-4a2f-b203-f01caf78428c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71a840abc4d7d9fc0d6accc23142cbd69da736dbaca794507fdbf25de32899f +size 1733452 diff --git a/images/b33f5b36-55db-4ce5-b720-eca6661be029.jpg b/images/b33f5b36-55db-4ce5-b720-eca6661be029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..416c42a2cab6c1b65ceabbb3ecfcf75bc5c38ea9 --- /dev/null +++ b/images/b33f5b36-55db-4ce5-b720-eca6661be029.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac27128c9f59fc3d6992529ce2bb2391ed559de219c3f6d0342820f60e62f3e5 +size 3140095 diff --git a/images/b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7.jpg b/images/b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf7a3cc9ca2e6b2d6be74f321c15dc5119e3d592 --- /dev/null +++ b/images/b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd69a20e9d84948d413fd0ee82c39d27b0e1e7593689c3cf175e3cd4269b4f3 +size 1016921 diff --git a/images/b34465cb-af88-44ce-b266-9a326e60316b.jpg b/images/b34465cb-af88-44ce-b266-9a326e60316b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6083e002da96ff2da6f27ab7966eebf4a0ff7867 --- /dev/null +++ b/images/b34465cb-af88-44ce-b266-9a326e60316b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3d74b8f2694e73d2a2d4e80f8cbe7ba8a7e275b1dae61fbe970de870b82225 +size 1819583 diff --git a/images/b348be8e-f4ba-479d-9d46-cba7e7669bc8.jpg b/images/b348be8e-f4ba-479d-9d46-cba7e7669bc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f14a628477ffef585d49af59f7735d63c14a8d56 --- /dev/null +++ b/images/b348be8e-f4ba-479d-9d46-cba7e7669bc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d7dece5ae78bc151cdfb9e922dd566160e390fe9017f2505530ce3ccf62622 +size 1494348 diff --git a/images/b34ddad1-4cd5-4f27-9f15-fcee366771f0.jpg b/images/b34ddad1-4cd5-4f27-9f15-fcee366771f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70f893814df9c3b1ad0a8b54ea38dfb1ab7215de --- /dev/null +++ b/images/b34ddad1-4cd5-4f27-9f15-fcee366771f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4aea738633ba585b30e665285777808760dca672ebcb28f328ffdcb6f26cf94 +size 1555795 diff --git a/images/b35cc5b6-4cd1-45ff-89bb-2e834d609356.jpg b/images/b35cc5b6-4cd1-45ff-89bb-2e834d609356.jpg new file mode 100644 index 0000000000000000000000000000000000000000..722b52580fe9079cdc1e4087ad49397e8b202fb1 --- /dev/null +++ b/images/b35cc5b6-4cd1-45ff-89bb-2e834d609356.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6f84232af843b24713c48c2a5f7f956df4db494dd6ad955c86596299c0f65b +size 1542924 diff --git a/images/b369a9b4-dbde-40de-898a-1d5d8166fce3.jpg b/images/b369a9b4-dbde-40de-898a-1d5d8166fce3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d11f8c2ebc8eb7721486d6148a5640196174b80 --- /dev/null +++ b/images/b369a9b4-dbde-40de-898a-1d5d8166fce3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b80853c9295921e845036b638f7a2a401ca850295f8f666ebe6ded54a5f615 +size 2122401 diff --git a/images/b36ec1bb-3591-49e7-a555-b1312bee8717.jpg b/images/b36ec1bb-3591-49e7-a555-b1312bee8717.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c9609f217502aea8a3acd97b52d5d0dc02e4aca --- /dev/null +++ b/images/b36ec1bb-3591-49e7-a555-b1312bee8717.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae03bc11f9eb6b54e5d535493f0806b0a8c3f344d8fc143fa3f6ab2e8c1c911 +size 1481035 diff --git a/images/b37608ac-b2bf-493a-bf2a-1fbe6dbedef9.jpg b/images/b37608ac-b2bf-493a-bf2a-1fbe6dbedef9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05177c49d7a7b810537e0b6fc0d5fb59d63d1859 --- /dev/null +++ b/images/b37608ac-b2bf-493a-bf2a-1fbe6dbedef9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92a34dbd505453b522ed63ad21557dd2fdd486ed49997dd964023919e9d5b50 +size 1407933 diff --git a/images/b377cb31-826f-4f1d-b4ff-0f41cf18ec00.jpg b/images/b377cb31-826f-4f1d-b4ff-0f41cf18ec00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91741f12c22a794c055239c104384a3fa3121096 --- /dev/null +++ b/images/b377cb31-826f-4f1d-b4ff-0f41cf18ec00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818c25275d51f991b7405f4bc621f49d82341f00861cb94379907fe4a0eccad8 +size 1491356 diff --git a/images/b3787314-b243-4bb5-a039-96150eae0a97.jpg b/images/b3787314-b243-4bb5-a039-96150eae0a97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fbf8edd4df42d26e4edaae9a6eecc72bd71aacb --- /dev/null +++ b/images/b3787314-b243-4bb5-a039-96150eae0a97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d89a47b7b71ca56e6e54e51e8c29b2da2840ad42eaa7118251abfdad21f68d0 +size 1563986 diff --git a/images/b37bd1ce-9d69-417a-96d3-080a0e4efd24.jpg b/images/b37bd1ce-9d69-417a-96d3-080a0e4efd24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1aa8455295d9011348784ffcf7d4aace57bc0b3 --- /dev/null +++ b/images/b37bd1ce-9d69-417a-96d3-080a0e4efd24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e1c04481add8fc1be90dfb8562e2d33f8189ff271f7ccfc514515dba92be69 +size 3471774 diff --git a/images/b37c7ae0-d819-4fc6-b2a4-841c8b3c4913.jpg b/images/b37c7ae0-d819-4fc6-b2a4-841c8b3c4913.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1acd776f62eb8e7c0c7ecd781efae7a52051445e --- /dev/null +++ b/images/b37c7ae0-d819-4fc6-b2a4-841c8b3c4913.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789644a19bd740fcf4bd879b0ce8201a74071726a18c15df86d031eec84b8d18 +size 1491899 diff --git a/images/b380a6bb-6a4b-41f7-b29b-69ca9767174e.jpg b/images/b380a6bb-6a4b-41f7-b29b-69ca9767174e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96af00de883e6c6e82626eb0f2c8c8d266e91983 --- /dev/null +++ b/images/b380a6bb-6a4b-41f7-b29b-69ca9767174e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fc33e95a3f2627d4d2c2d652c2f7b0266da898c70cd4bb59ace0b4625c8e34 +size 1402318 diff --git a/images/b384fcf0-513d-49de-98d5-8048563c0efd.jpg b/images/b384fcf0-513d-49de-98d5-8048563c0efd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a07f2f5674ee81a305889ebebbdf73a1f122f2c --- /dev/null +++ b/images/b384fcf0-513d-49de-98d5-8048563c0efd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93e31c8f7daaa65a629d47b07edbb9e92f8895d1f5aece3611f1bbdfb45d9cd +size 1516056 diff --git a/images/b38c8b77-253b-41cd-b78a-f26fb97468c4.jpg b/images/b38c8b77-253b-41cd-b78a-f26fb97468c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a693157dc936eb07e4c7e9cc52ac5b0ffd5a3cd --- /dev/null +++ b/images/b38c8b77-253b-41cd-b78a-f26fb97468c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b76f29f381088676405529d4b0085239c52ef4b71fbfe1b47fbb4bde5f30dcc +size 1764804 diff --git a/images/b3a51af5-4a9c-488b-8824-5544c7ea290d.jpg b/images/b3a51af5-4a9c-488b-8824-5544c7ea290d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3250d5af8bfc7323fb381182691e37e0611e4408 --- /dev/null +++ b/images/b3a51af5-4a9c-488b-8824-5544c7ea290d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2097e222872c15745bc66be584399129d37e8e34b5f3c8c152f7be48cd62efbc +size 2603976 diff --git a/images/b3adaf78-e878-4ac0-90a6-142c2e48b48c.jpg b/images/b3adaf78-e878-4ac0-90a6-142c2e48b48c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855e09ecf7fbaf2c1ed3ca1901ed1d1f041505fc --- /dev/null +++ b/images/b3adaf78-e878-4ac0-90a6-142c2e48b48c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803bee941cd64818173e965e1056b1895e7dd1ee0962a26f8e6e181a71618bf5 +size 1478639 diff --git a/images/b3bb884f-de46-48b9-93a6-a3a64e699660.jpg b/images/b3bb884f-de46-48b9-93a6-a3a64e699660.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4502b88bafc963ead644424eca488d7145f54b1b --- /dev/null +++ b/images/b3bb884f-de46-48b9-93a6-a3a64e699660.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e091719d9ed4fd07e8a325e523c953f04df674d9626597782cf518e156ffd11 +size 1452534 diff --git a/images/b3bcb155-393b-4242-a5d0-d4ee5645354d.jpg b/images/b3bcb155-393b-4242-a5d0-d4ee5645354d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5acac831c0f0e21b0bace381e0b4cbde963c6cd7 --- /dev/null +++ b/images/b3bcb155-393b-4242-a5d0-d4ee5645354d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539627188b3f60b444a598f53cfc02cad1dd0ed5ba3cee1093fce907fe4a92d2 +size 1303547 diff --git a/images/b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae.jpg b/images/b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349ceedbd1d22cb8fe899d437f320c68e3a0141f --- /dev/null +++ b/images/b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f306efc97b4370468b9e1ff13907b75fd90d1014e1cf7eccf63f809236995387 +size 1587191 diff --git a/images/b3dfa614-e42b-4381-9942-a21ef48c9f90.jpg b/images/b3dfa614-e42b-4381-9942-a21ef48c9f90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa006a7207a7c411c5ff9e1ab4ffb090e2cd7908 --- /dev/null +++ b/images/b3dfa614-e42b-4381-9942-a21ef48c9f90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bab4cdb2716972fe3a1ad3e53f23d3d5642126981a8875bf77b7d72a764b1e +size 1464186 diff --git a/images/b3e5a900-6365-4899-844f-393050ca0025.jpg b/images/b3e5a900-6365-4899-844f-393050ca0025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f239fca70c42043f72fecfdabcc9b72699994903 --- /dev/null +++ b/images/b3e5a900-6365-4899-844f-393050ca0025.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b93ef591bdfdc781ce3489f847c88ef3d5edb67a97ce76832b162dad9466b2 +size 1407527 diff --git a/images/b3e6057c-c931-4cc2-ab7e-39e890fff417.jpg b/images/b3e6057c-c931-4cc2-ab7e-39e890fff417.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7add1d9c28e925cf5490f82a1411764fa117ce53 --- /dev/null +++ b/images/b3e6057c-c931-4cc2-ab7e-39e890fff417.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe0f180794a38b6aec7d5abcac86b69c58352dd7d02b34997ebe05934523919 +size 1327004 diff --git a/images/b3e9a678-6366-4f01-b21c-a991330ff6ef.jpg b/images/b3e9a678-6366-4f01-b21c-a991330ff6ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..beaf0f896b8da9f4db71c5a2a36b5cb26aaf066d --- /dev/null +++ b/images/b3e9a678-6366-4f01-b21c-a991330ff6ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5425b233e27157abd7eb5b0defd0e2630f399659ee9b20c55ebd9218e73b6851 +size 1530212 diff --git a/images/b40b892b-bcf3-4730-8387-e988ca311025.jpg b/images/b40b892b-bcf3-4730-8387-e988ca311025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..028bd99268289427f8d3b5a3cbcce28ccec1aa1b --- /dev/null +++ b/images/b40b892b-bcf3-4730-8387-e988ca311025.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb7fb5d8624577e5d79259a9b614e16762d87fab02a1d8e796430c79e64a3a4 +size 2388137 diff --git a/images/b4102539-eb02-4137-84eb-7fe2607a7a46.jpg b/images/b4102539-eb02-4137-84eb-7fe2607a7a46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7a2d6111a1a81e88467362e2b7dfb5811fcf8eb --- /dev/null +++ b/images/b4102539-eb02-4137-84eb-7fe2607a7a46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a0b9b9a2a52abc1814959b820bdb87ce1ac3e35ffceb668037fe8f7311eed6 +size 1702501 diff --git a/images/b412792f-e46a-4208-9d57-69a1aab43038.jpg b/images/b412792f-e46a-4208-9d57-69a1aab43038.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7de40dc8e7c70882700d9af60e5280fb1e57047 --- /dev/null +++ b/images/b412792f-e46a-4208-9d57-69a1aab43038.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a766252da22f706eac5be74c7ff86c9d50d214b7761a4c3771fea08f7b3a1d +size 1867995 diff --git a/images/b41aeda9-01d0-4484-9050-1e9ea68a281c.jpg b/images/b41aeda9-01d0-4484-9050-1e9ea68a281c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e06c3fadadd460f735a16f87040bfef966fbadc --- /dev/null +++ b/images/b41aeda9-01d0-4484-9050-1e9ea68a281c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05ca6d4062513a0fbec04879e00e93307ff2d107f024b7979dd76924ecbb63f +size 1116909 diff --git a/images/b41b3aa9-2fa8-4555-8a8f-7a46c293493c.jpg b/images/b41b3aa9-2fa8-4555-8a8f-7a46c293493c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7282224a882cd179ab75ecc7b0f716877a12dcb1 --- /dev/null +++ b/images/b41b3aa9-2fa8-4555-8a8f-7a46c293493c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca123e6e23a1e29f60cd2d4684f30148a766655b2abb79df2e6a7229c9db105 +size 1534078 diff --git a/images/b41c44b2-9153-487d-89d1-94bc5f3a3e61.jpg b/images/b41c44b2-9153-487d-89d1-94bc5f3a3e61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7bb1e18443eaf2406911a392d1ffb6292b15d8b --- /dev/null +++ b/images/b41c44b2-9153-487d-89d1-94bc5f3a3e61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4790d925995529843d66f9da1d7a21b003200a9925bb33ced50799e359614596 +size 1487610 diff --git a/images/b42b708e-4cbf-429e-b392-b7e6568a4530.jpg b/images/b42b708e-4cbf-429e-b392-b7e6568a4530.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e7a644e4f789aba8d475adb3062fa7c5b609c58 --- /dev/null +++ b/images/b42b708e-4cbf-429e-b392-b7e6568a4530.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a53573669c111d2b48a0da06ae2001edf13ba8fea1a05af6fb12ff87f350b7 +size 1531871 diff --git a/images/b4416450-3ccc-4c63-88ea-990b79ab7637.jpg b/images/b4416450-3ccc-4c63-88ea-990b79ab7637.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbf5146b4a95e5505bf465e47f647f3d019238b5 --- /dev/null +++ b/images/b4416450-3ccc-4c63-88ea-990b79ab7637.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47561127ef18fd8586eb8aa7e7b149c6bd07bb306e32ee0bf9152e3c6aa365f5 +size 1483683 diff --git a/images/b4419c2c-77c8-4d35-a2ac-92220db18952.jpg b/images/b4419c2c-77c8-4d35-a2ac-92220db18952.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d824514ab0338ef0d7d2346d3487acdf3dd3535 --- /dev/null +++ b/images/b4419c2c-77c8-4d35-a2ac-92220db18952.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6201a7d25251a262856add1f55069e85a86ac4219c32846af2e6814d6084400 +size 1623080 diff --git a/images/b45253ba-164c-445c-8cce-7af6800f2f8c.jpg b/images/b45253ba-164c-445c-8cce-7af6800f2f8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..033ea6374500fa0b24c0a05e91d8d34a1acba8d2 --- /dev/null +++ b/images/b45253ba-164c-445c-8cce-7af6800f2f8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1292551e6a490e172ff881a20b946788c63bd11ad527911a77a886434f1fc37 +size 2798314 diff --git a/images/b453f9b0-7845-4e7a-9b94-27be7b9884f6.jpg b/images/b453f9b0-7845-4e7a-9b94-27be7b9884f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2782d0bdda26c37aae5de87d03835da7da466739 --- /dev/null +++ b/images/b453f9b0-7845-4e7a-9b94-27be7b9884f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9204ee0f39e9f7acc21a96d814c3bba6dc2c474c37065ac083a1f550553a315 +size 1389821 diff --git a/images/b45a2233-1c5c-48ab-a76c-fca74ed7750e.jpg b/images/b45a2233-1c5c-48ab-a76c-fca74ed7750e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9478ef27745707d6d745f42afccb27e5e254dc9 --- /dev/null +++ b/images/b45a2233-1c5c-48ab-a76c-fca74ed7750e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456ae0f6cd90b14a4126be168e33a013744db3dc41b9bcde17d7b01f34d4958e +size 2191831 diff --git a/images/b45f60a9-da9d-4c17-98ba-71ce4265103c.jpg b/images/b45f60a9-da9d-4c17-98ba-71ce4265103c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aa72ef33f0a1fa5beac6f97abfc2e894aa4d0cb --- /dev/null +++ b/images/b45f60a9-da9d-4c17-98ba-71ce4265103c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c14a772d067e27a2ceb4d68766a9e757e1fab11db0256a662eb7d255768ff3 +size 2103948 diff --git a/images/b461f9fb-844a-4a48-9a9f-7893577df1f5.jpg b/images/b461f9fb-844a-4a48-9a9f-7893577df1f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e122107e06d4bd7fa7290004046f9d48e69370a8 --- /dev/null +++ b/images/b461f9fb-844a-4a48-9a9f-7893577df1f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da02ad718ef548441589503db85ffa0b061c8fc6fd3ef9313e240ca7ec68d7f +size 1703886 diff --git a/images/b47b4976-f8fd-461c-934e-d1da0ea0fc52.jpg b/images/b47b4976-f8fd-461c-934e-d1da0ea0fc52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51172aaa2b849b123409ed50523ce8fd91942353 --- /dev/null +++ b/images/b47b4976-f8fd-461c-934e-d1da0ea0fc52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aae93631e993fead2dd9d2601c6a3d788722c3c217c9c9c9f1824c7ee5eb389 +size 1560017 diff --git a/images/b4812b14-06e8-4329-88cc-af39986f5fe9.jpg b/images/b4812b14-06e8-4329-88cc-af39986f5fe9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3af3e02590d8471313c6d1c6855030f3ff3ccd8 --- /dev/null +++ b/images/b4812b14-06e8-4329-88cc-af39986f5fe9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743e9662c0078157a278854949de8def72aed1f4f49693ceb37618cc7518d392 +size 3119400 diff --git a/images/b4879600-3ce8-4b53-bac9-229b6331bdcd.jpg b/images/b4879600-3ce8-4b53-bac9-229b6331bdcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbb2f77d43508edfad98dac84bad67558473c702 --- /dev/null +++ b/images/b4879600-3ce8-4b53-bac9-229b6331bdcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5506ed4f446a0cad785e09c7a8463c8ff245eaff7b5a27d96121cddd017b10 +size 1755628 diff --git a/images/b491aae8-92ea-44f6-a76a-bba9194ec527.jpg b/images/b491aae8-92ea-44f6-a76a-bba9194ec527.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ad892fb5671fc80ce5ccecfaba385c681426495 --- /dev/null +++ b/images/b491aae8-92ea-44f6-a76a-bba9194ec527.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cf4e97332bb6569b09e0ce42f37ca7c9a3b3e89510f628ce2c2745e1c22b52 +size 1906365 diff --git a/images/b4952864-4623-43c4-a417-410d4d52c5ac.jpg b/images/b4952864-4623-43c4-a417-410d4d52c5ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8353906ca97d009afaf9151408f1f54ca274805 --- /dev/null +++ b/images/b4952864-4623-43c4-a417-410d4d52c5ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68158faf802046b96cb6a6c9255ee1313266896b585ed9ddbf716fbc47d261db +size 2894749 diff --git a/images/b497a0e2-c9c0-428b-911c-c08186e37105.jpg b/images/b497a0e2-c9c0-428b-911c-c08186e37105.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28c7a28b3a0161bd1ad557e098fa7c6500dfb42f --- /dev/null +++ b/images/b497a0e2-c9c0-428b-911c-c08186e37105.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c61093fa272481b9e5a7a827b68ca9195255ad92d20ee1a1a5b67c7ea431d4c +size 1891792 diff --git a/images/b4a36b36-a3e0-4736-9f87-5595c646ec13.jpg b/images/b4a36b36-a3e0-4736-9f87-5595c646ec13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02d7d2cb065b6e697059157909367ad20ba3cc59 --- /dev/null +++ b/images/b4a36b36-a3e0-4736-9f87-5595c646ec13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f0e42e2d1c48c8516049b6f8911dee5aff93bb6a7c2bf4d1d133133cfc01ef +size 1580889 diff --git a/images/b4a7efb9-caab-44f3-b888-0513c8d0144f.jpg b/images/b4a7efb9-caab-44f3-b888-0513c8d0144f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb2fcde2fd1aa01e35c235ff4ff9ad0c2ea37a3d --- /dev/null +++ b/images/b4a7efb9-caab-44f3-b888-0513c8d0144f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c91bf7845d3566ac6964f07df3b59fb703a7ea98a49f1a5f7a1b828c088c1af +size 1887346 diff --git a/images/b4ab7a74-805d-43ab-8bd6-f499885c000a.jpg b/images/b4ab7a74-805d-43ab-8bd6-f499885c000a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11f56128fa542221b31f07f986b5834590970d8b --- /dev/null +++ b/images/b4ab7a74-805d-43ab-8bd6-f499885c000a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe60d2c972c72d12c8c13103943186af9c7fdeb25d90364c407f8861045f33b +size 1644854 diff --git a/images/b4ad3fb1-23e7-4036-890e-68d85db8ba5c.jpg b/images/b4ad3fb1-23e7-4036-890e-68d85db8ba5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64411271f2facc356fdc3a529f52897083fa2a97 --- /dev/null +++ b/images/b4ad3fb1-23e7-4036-890e-68d85db8ba5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f8e1f2a344624ab86491cc7be64624fc04f3ee2fa5745c39e2b6bf61998b64 +size 1907727 diff --git a/images/b4b5e779-f4e7-481d-a8c0-0be43f1f9938.jpg b/images/b4b5e779-f4e7-481d-a8c0-0be43f1f9938.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dc55253f09242e8d0837dda7f192e925bb311d8 --- /dev/null +++ b/images/b4b5e779-f4e7-481d-a8c0-0be43f1f9938.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b521db9fcbc4a7a31e9bd1dc86447296b8fa30c386b8795bacfcb54a27275059 +size 2051458 diff --git a/images/b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05.jpg b/images/b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..334e5ff7487e0cb51db9df700f5499ef6f2d73f2 --- /dev/null +++ b/images/b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfb2dd1efaf048ae1ec50ef6689ac16bd9f085158f04e83e614f6766fdc0c52 +size 1613652 diff --git a/images/b4bdba0f-478c-42b8-8e16-125e9fa0fea5.jpg b/images/b4bdba0f-478c-42b8-8e16-125e9fa0fea5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b8f3833d6ac64e82d189b642c1c1b9e45a445e --- /dev/null +++ b/images/b4bdba0f-478c-42b8-8e16-125e9fa0fea5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058ec6a75ae19c5823ea2488d79f241d037fefda32d4746e92dfd4565e2e777c +size 2153866 diff --git a/images/b4c584cc-5cb8-4484-bc2e-5a012efed375.jpg b/images/b4c584cc-5cb8-4484-bc2e-5a012efed375.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e1a6817a134cff84f7d666ab6bcc9d784aad29c --- /dev/null +++ b/images/b4c584cc-5cb8-4484-bc2e-5a012efed375.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1377715e3722830cd15240c331b8569ceba97faa0c0a29703741109381a05c70 +size 1393361 diff --git a/images/b4d83abc-a4bf-473c-a693-3a9332173f8b.jpg b/images/b4d83abc-a4bf-473c-a693-3a9332173f8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54c7aaceaf6f32b6d6bbf2a93643f1c2dc2388bd --- /dev/null +++ b/images/b4d83abc-a4bf-473c-a693-3a9332173f8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63c257b1c1509ea390c76e026a2bcfc6d12e68dbcadef5f612588407eb2115c +size 1593553 diff --git a/images/b4d95f1a-bc79-46de-9bc4-0a47059a8859.jpg b/images/b4d95f1a-bc79-46de-9bc4-0a47059a8859.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b4ded74aa5dea20bf63720c7846257fbdd51015 --- /dev/null +++ b/images/b4d95f1a-bc79-46de-9bc4-0a47059a8859.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4c324e318d192d491ec956ed9704a20739efe2fe0ba34c2456a8ad84a19e2e +size 1802863 diff --git a/images/b4e849d7-8989-4e20-a24d-74ce8b20e4bc.jpg b/images/b4e849d7-8989-4e20-a24d-74ce8b20e4bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..770afb5c51319f88d9da4b46880339d2b59634f3 --- /dev/null +++ b/images/b4e849d7-8989-4e20-a24d-74ce8b20e4bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af03157bbe496ef5a807f31e7c00bd06afe90ebbbd638727e90f837ed3bd6aa9 +size 1402741 diff --git a/images/b4eb60fb-bba7-4504-993e-bcc286c5090f.jpg b/images/b4eb60fb-bba7-4504-993e-bcc286c5090f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..051ab0deeab206b4c47c89bec3c3dbdb7cfca81d --- /dev/null +++ b/images/b4eb60fb-bba7-4504-993e-bcc286c5090f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be80e424f7d7bb271326b57e2f4cbc9c90f16eb71e66a87880f3c2b7b0fa01a +size 1352556 diff --git a/images/b4ecfc16-3323-4ad8-b9d7-5b3f852919b1.jpg b/images/b4ecfc16-3323-4ad8-b9d7-5b3f852919b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4610bddb5ce1dcbe4f75eca9a6774b5fd27ad3f --- /dev/null +++ b/images/b4ecfc16-3323-4ad8-b9d7-5b3f852919b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b504309d7b2d4540db8be325382bc955da5e885c27650ce0b839592ed574c5d +size 1936514 diff --git a/images/b4ee7063-d29a-4bca-bd47-90d8120672b6.jpg b/images/b4ee7063-d29a-4bca-bd47-90d8120672b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..369bed970e3f43995fe35e0ea0f48ec56e9fd70f --- /dev/null +++ b/images/b4ee7063-d29a-4bca-bd47-90d8120672b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a580ea443544664643a2d217fee8814799f711ec7467dfc9ad3aaccd463474 +size 1411122 diff --git a/images/b4f247d5-6726-4b4b-b847-89f14df619d4.jpg b/images/b4f247d5-6726-4b4b-b847-89f14df619d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b5b8282ef694c260238e7b1954720784bd49422 --- /dev/null +++ b/images/b4f247d5-6726-4b4b-b847-89f14df619d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f243b097c335247742da181b18b8f790ba23e1ef5736abc3e2976951154d8d3 +size 1577067 diff --git a/images/b4fee8fa-5be4-46fb-900e-37bd19009dca.jpg b/images/b4fee8fa-5be4-46fb-900e-37bd19009dca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..662cce15b7114faeed8629724fd1b51b8aaddf0a --- /dev/null +++ b/images/b4fee8fa-5be4-46fb-900e-37bd19009dca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5d0ae7b424bdf4304e89c7f26cda9b7af9c2245819c4d6ec520b4d409b79db +size 1416604 diff --git a/images/b5090a7a-67a7-4130-bbaf-2f1187e7f20a.jpg b/images/b5090a7a-67a7-4130-bbaf-2f1187e7f20a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..927215535f79015814f321af772c080d8ac67537 --- /dev/null +++ b/images/b5090a7a-67a7-4130-bbaf-2f1187e7f20a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7798d4d158653267e4ae1b36aef299d7526ae625f49626900c235ff3ffb4093 +size 1406535 diff --git a/images/b50e1cf8-527d-477b-b44b-8d4e9a01f491.jpg b/images/b50e1cf8-527d-477b-b44b-8d4e9a01f491.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8842a5042e40be8d8aeb9de32feb0a1cadad57b --- /dev/null +++ b/images/b50e1cf8-527d-477b-b44b-8d4e9a01f491.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688e0599b7f0fd974ba30b0246273d66cba91773dd8604c365d1e98f64b27f3e +size 1654318 diff --git a/images/b512139d-69e9-4560-91fc-1be1c4566824.jpg b/images/b512139d-69e9-4560-91fc-1be1c4566824.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f3e90f9d2cd05c2589af23b3f89ef6b8a6c0827 --- /dev/null +++ b/images/b512139d-69e9-4560-91fc-1be1c4566824.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e012828a3df9213180affe52ac7d14ca9355c6554c0f44d42f782a8316674f +size 3028283 diff --git a/images/b5184f24-4196-40d3-ae66-b5678f558e54.jpg b/images/b5184f24-4196-40d3-ae66-b5678f558e54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ed382a394f62c808ba9e685cd7622533ab3ab7b --- /dev/null +++ b/images/b5184f24-4196-40d3-ae66-b5678f558e54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdfb4095b97361390c63e068e6f5c1150abdd53364bb156aa7af13f419a902c +size 2284704 diff --git a/images/b51f141a-5c44-4124-b78e-fab0b9e36218.jpg b/images/b51f141a-5c44-4124-b78e-fab0b9e36218.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79ead8385c0d2d90dfee9d0958166fbc9bcc3cc0 --- /dev/null +++ b/images/b51f141a-5c44-4124-b78e-fab0b9e36218.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595b35e56b9c12cf70fdf4160d3a40274d2b544db8e8b0f4ba7b81358b8ccae4 +size 1443893 diff --git a/images/b538888c-2733-4889-92b8-dcd389bf63e6.jpg b/images/b538888c-2733-4889-92b8-dcd389bf63e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..725ae22fd8755256aecb56e73080cce136307b3e --- /dev/null +++ b/images/b538888c-2733-4889-92b8-dcd389bf63e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3b9947db4e1dea391301eb6d8660896de85079e024eaa695cb615f88a40528 +size 1216058 diff --git a/images/b55d0e7d-4c16-4343-872b-2dc18bc23417.jpg b/images/b55d0e7d-4c16-4343-872b-2dc18bc23417.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c65f5996c85a82cd05a936ec3b5fdfd70f14c045 --- /dev/null +++ b/images/b55d0e7d-4c16-4343-872b-2dc18bc23417.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2b8f87571779895d420c640614f2b524a479baa0b7cac81f4b414466c9b21c +size 2795220 diff --git a/images/b56caec0-c4f2-418a-994a-75c2d448cb48.jpg b/images/b56caec0-c4f2-418a-994a-75c2d448cb48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09d065101b7bdfb82a087524d8ac28e47c56a182 --- /dev/null +++ b/images/b56caec0-c4f2-418a-994a-75c2d448cb48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efdc4efa2839c32f5587c6216d7d5afefb5a81ff758a2439c98220a434c308d +size 3227364 diff --git a/images/b5724bf9-01ce-4b66-a667-b1281cdb2ac3.jpg b/images/b5724bf9-01ce-4b66-a667-b1281cdb2ac3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c34a4f85a3b039c179478913a75d826548cc591 --- /dev/null +++ b/images/b5724bf9-01ce-4b66-a667-b1281cdb2ac3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73fe18763d317d16cd0db287cbd399db5d3e2e11cb088c9b96e434e3544fdea +size 1717111 diff --git a/images/b579243d-55e0-4f12-a58e-c648bd3a846b.jpg b/images/b579243d-55e0-4f12-a58e-c648bd3a846b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae2a73c36308c33428b002c2c5bece1e30b5fe38 --- /dev/null +++ b/images/b579243d-55e0-4f12-a58e-c648bd3a846b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18526de4c227fd5c858d44e62c12f74f934d80d6785b36831bcd3a6d68d8f7d7 +size 1209703 diff --git a/images/b58f3300-d523-46c2-b673-9137eb7f63ae.jpg b/images/b58f3300-d523-46c2-b673-9137eb7f63ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84dd069ed1ead292d0daefa86fce40dcf434107d --- /dev/null +++ b/images/b58f3300-d523-46c2-b673-9137eb7f63ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d733e184bc591a2cde6b908e40ac9e09e3ad502fbfcb8982d4b4a8997da1220 +size 1369036 diff --git a/images/b5995551-6d68-4699-8cfb-8b3cd225cd36.jpg b/images/b5995551-6d68-4699-8cfb-8b3cd225cd36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebcefbbb390dafb594568abf34fcf7f74e34f282 --- /dev/null +++ b/images/b5995551-6d68-4699-8cfb-8b3cd225cd36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36782111885cc1c58408e5cd5339f1a3746c203c488918827add328f27709bfa +size 3164312 diff --git a/images/b59c4835-3a86-47e4-ba06-af3554cec8fa.jpg b/images/b59c4835-3a86-47e4-ba06-af3554cec8fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32da470a53ad35765753ea929c2a00bae40ffcdf --- /dev/null +++ b/images/b59c4835-3a86-47e4-ba06-af3554cec8fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817da9f49e000af53b2a6426e70a129405d344782e855525336daec37ce4f8e0 +size 1674289 diff --git a/images/b5a3f99e-9eaf-4d95-8557-1f33554466e9.jpg b/images/b5a3f99e-9eaf-4d95-8557-1f33554466e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..213db4e02aebdb1908d6f5e23ace852c101a2fa5 --- /dev/null +++ b/images/b5a3f99e-9eaf-4d95-8557-1f33554466e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fff817a2095735572ef8bb135b097215700e4564a7d4634a72e51884b251a8c +size 1318265 diff --git a/images/b5ab92bf-8e0f-4140-a236-a7ee4e70f831.jpg b/images/b5ab92bf-8e0f-4140-a236-a7ee4e70f831.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d35c5334ea1458ab6e736c9415b7ec29e480cf --- /dev/null +++ b/images/b5ab92bf-8e0f-4140-a236-a7ee4e70f831.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9846d279ec2efbe0158880aaf5f00b9110b22b5aa16a3d2d7defad5e90aae0 +size 1408517 diff --git a/images/b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99.jpg b/images/b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1fb75f2c9e0ac5e93c1e94c6ef20ce73eedc20a --- /dev/null +++ b/images/b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f77217029b7d600e0caeb97d92ee06295db5144a52815231a8eb003c47a417 +size 2665038 diff --git a/images/b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0.jpg b/images/b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4a507ac08a9e3c3fdc6c456e848dc1642148d4c --- /dev/null +++ b/images/b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bec237de47ff10edad9b98fe73505c824f16e58caf81d3ed9dbb56e143a296 +size 2716434 diff --git a/images/b5c9a103-756e-438f-935c-532f790c92c1.jpg b/images/b5c9a103-756e-438f-935c-532f790c92c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..025d71faed68058ea01781f787b12494d63ada37 --- /dev/null +++ b/images/b5c9a103-756e-438f-935c-532f790c92c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebc6764c2c8dd0015c0018652e6b7244d4fbdcf0a245aebb306f012bbedf8ee +size 1460724 diff --git a/images/b5cbed4d-c85e-4d13-ac03-a4cf75e9f336.jpg b/images/b5cbed4d-c85e-4d13-ac03-a4cf75e9f336.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7970e75a2a0a0a6d63819bf312187a3be881abd --- /dev/null +++ b/images/b5cbed4d-c85e-4d13-ac03-a4cf75e9f336.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c08582cd909d59a716777518d5e8cdbb87eb0cc6383aa6ef5282babe7c5659 +size 2462525 diff --git a/images/b5ce9022-a332-4daa-9aa7-e23e6c955846.jpg b/images/b5ce9022-a332-4daa-9aa7-e23e6c955846.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ad3c58554e7d1e89791119154647e9d358f771c --- /dev/null +++ b/images/b5ce9022-a332-4daa-9aa7-e23e6c955846.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4905c52d7ec5c9da98d65897b808615cc27c5dbdd03d427d87155e6dbebc2b +size 1541988 diff --git a/images/b5db11c7-8d97-465c-83b3-98517e8767c6.jpg b/images/b5db11c7-8d97-465c-83b3-98517e8767c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b19a41021a8fcfdcacf02fbe69fbff568684af0 --- /dev/null +++ b/images/b5db11c7-8d97-465c-83b3-98517e8767c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980ba4b940fe2b12b564f2e67fbe5f0752575e5a045a8f6fc69960431629791a +size 1724892 diff --git a/images/b5deaee5-a776-4db2-be19-9cf55362943c.jpg b/images/b5deaee5-a776-4db2-be19-9cf55362943c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..011bec252c7077ec5dde6885f14c0a0627f69866 --- /dev/null +++ b/images/b5deaee5-a776-4db2-be19-9cf55362943c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96d7dafbf7c98db24fdae3c97250a447e0ec98660ddd57a4d3f61b461369478 +size 1884556 diff --git a/images/b5e0654e-76e1-462f-8f4f-fd0f0742e362.jpg b/images/b5e0654e-76e1-462f-8f4f-fd0f0742e362.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6f58dcbbc43bfea40bc56219ee2a998148aba93 --- /dev/null +++ b/images/b5e0654e-76e1-462f-8f4f-fd0f0742e362.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd462b8ae121b007da45c4d1f9e0685bbc0ded347ac09da132044ffc60691021 +size 1865075 diff --git a/images/b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5.jpg b/images/b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c86f6c142350cd1916eef1bfcf5bff0e1ebd0a3c --- /dev/null +++ b/images/b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b698225118eb4b614af7ec8f85db6c9bd32b3d7fb8475f1e9ec4e3223ef45e80 +size 1560613 diff --git a/images/b5f1df38-f644-457a-a453-ff5988506b0b.jpg b/images/b5f1df38-f644-457a-a453-ff5988506b0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3463556bde4e2e8816e3303f1685edea987c4f8 --- /dev/null +++ b/images/b5f1df38-f644-457a-a453-ff5988506b0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6343d79a7bbf0e3b3f272fb7a7334491c3c08359e499de7f209f73ad0db06d +size 1215279 diff --git a/images/b5faeb01-4d24-4bc9-adef-2e9eb82b8e52.jpg b/images/b5faeb01-4d24-4bc9-adef-2e9eb82b8e52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5922940e8196bf3295c7204c27c7bb518c82bc66 --- /dev/null +++ b/images/b5faeb01-4d24-4bc9-adef-2e9eb82b8e52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a67b89a8d5517c350be1505bb3d2bd534bb152fbf1bda9880594a8fe363ca1 +size 1710825 diff --git a/images/b60bbd95-584b-4f95-8146-40f486adc002.jpg b/images/b60bbd95-584b-4f95-8146-40f486adc002.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4dad27badb160861048e66f9bffee5f69367457 --- /dev/null +++ b/images/b60bbd95-584b-4f95-8146-40f486adc002.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588cef98b763434a7f16f8b1dbaa2f890a6b2b2db4f7d4bde3db7bd0a4b40580 +size 1685309 diff --git a/images/b611505a-9af4-43b9-97bb-d3c76fad16dd.jpg b/images/b611505a-9af4-43b9-97bb-d3c76fad16dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f101d896a5454816e86b8d6c2b7c26cd9d8d839 --- /dev/null +++ b/images/b611505a-9af4-43b9-97bb-d3c76fad16dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d517e54323834e971a5d1a3d8e8ef40d2b5e249ce004b346bcc9a6cda7f2b03 +size 1312802 diff --git a/images/b6133043-fce8-4a56-a00e-1acac9c57e32.jpg b/images/b6133043-fce8-4a56-a00e-1acac9c57e32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01160c624375b03a0eb56fe3e364b3e7d604a33b --- /dev/null +++ b/images/b6133043-fce8-4a56-a00e-1acac9c57e32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de18085fd515c14328c120123f88d3d813056581236644f99ef8b7c5ebee9ddc +size 1377418 diff --git a/images/b613d11e-0642-43eb-8c23-e1d1023c5ca2.jpg b/images/b613d11e-0642-43eb-8c23-e1d1023c5ca2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72fa58b6533067b33bb8dbc6d2cf44af37322ef0 --- /dev/null +++ b/images/b613d11e-0642-43eb-8c23-e1d1023c5ca2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb31bd7691c6132854dd9d1af7fd6cbeefb7a6f10e21cf59ba4542cd8e75867e +size 1951788 diff --git a/images/b618b79f-1310-4986-9ceb-92cd6349779b.jpg b/images/b618b79f-1310-4986-9ceb-92cd6349779b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c2dbec5ff4871aec5ab9c066a2838a410804ccb --- /dev/null +++ b/images/b618b79f-1310-4986-9ceb-92cd6349779b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529b2de3b1153cc6b67fd848fe78ab394b1baa7294cff71902d3edd1188c653b +size 2395647 diff --git a/images/b64338a4-f8dc-4ab1-862c-2deefb553092.jpg b/images/b64338a4-f8dc-4ab1-862c-2deefb553092.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cf6bca43f7c0508b2805dc9b5b95e7661d86427 --- /dev/null +++ b/images/b64338a4-f8dc-4ab1-862c-2deefb553092.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42d216abe54294ed3e14a99889f3c4b366665a179d88954471d380525c3f63a +size 1579808 diff --git a/images/b64572cd-00a6-4e62-92ea-902175c5e7fb.jpg b/images/b64572cd-00a6-4e62-92ea-902175c5e7fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc6876acfa7c756b69cd6f6a3b006f67c39278d8 --- /dev/null +++ b/images/b64572cd-00a6-4e62-92ea-902175c5e7fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5396de55a5ed69d5b23af9c6839897722d0463ee5542e53efd267d66c9f89922 +size 1535105 diff --git a/images/b6505e26-dd6b-466f-93ca-5f9043dc9530.jpg b/images/b6505e26-dd6b-466f-93ca-5f9043dc9530.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc56ad2b658640fa7b73a4ec2abedf8748f3332f --- /dev/null +++ b/images/b6505e26-dd6b-466f-93ca-5f9043dc9530.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2137ee102b9d79d2afdc12af722f6387064fc0b5af810bca32bac8363dd908d +size 1720746 diff --git a/images/b656680d-e1be-47e1-a11c-15b240719005.jpg b/images/b656680d-e1be-47e1-a11c-15b240719005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a8687407d0f6da614ba7784dfdf279c3ad4c330 --- /dev/null +++ b/images/b656680d-e1be-47e1-a11c-15b240719005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738873761d5c0c66240e302e713e3a70083cf59888c5484fcccfca8bdded9493 +size 1409077 diff --git a/images/b6680ed3-4389-49ec-88aa-e8883d072ae7.jpg b/images/b6680ed3-4389-49ec-88aa-e8883d072ae7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7633fdccbbcfab7ab643f168f735751be657430 --- /dev/null +++ b/images/b6680ed3-4389-49ec-88aa-e8883d072ae7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882f837e9dcc4d0ccc0e47275bc7f50cbb8dbe34d2ab73ed63d52868f0cc6e12 +size 1585266 diff --git a/images/b66e9873-c34d-4976-8e57-cab604ef02b2.jpg b/images/b66e9873-c34d-4976-8e57-cab604ef02b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb016a9b7c5ee637fcef4a256434d70c80b33999 --- /dev/null +++ b/images/b66e9873-c34d-4976-8e57-cab604ef02b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d8b92cf599ce18e7c5786606a1f7adf88fa6e836089fe3f7bb971dd57ec016 +size 1900520 diff --git a/images/b67cefdc-95c3-4574-a98d-193ed1d142ad.jpg b/images/b67cefdc-95c3-4574-a98d-193ed1d142ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..605109a3bc6a2a2ef74e028aacc05525d23cea95 --- /dev/null +++ b/images/b67cefdc-95c3-4574-a98d-193ed1d142ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca7e5d146bd1466f3827469b4ba83089227393bda79554d22225e4d0a5dc941 +size 1888551 diff --git a/images/b67ddcba-b416-4c97-96b2-9e71ea1eb237.jpg b/images/b67ddcba-b416-4c97-96b2-9e71ea1eb237.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b42bcc6c745e7f5891061fb116047278c796291e --- /dev/null +++ b/images/b67ddcba-b416-4c97-96b2-9e71ea1eb237.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b862026f5ea58e94f701132ac6602820079847199e58bdb90040f02b0fc6d921 +size 1618824 diff --git a/images/b6804ba2-c90f-4fe9-89cd-708c9057cd78.jpg b/images/b6804ba2-c90f-4fe9-89cd-708c9057cd78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..897fb1cba1448391979b52291eae8f5460f76b0f --- /dev/null +++ b/images/b6804ba2-c90f-4fe9-89cd-708c9057cd78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267fe2b132386c20f6748061a3767703c0f9e6ebd7a2984c965d3768c5e3ff57 +size 1605880 diff --git a/images/b6891544-5aae-4ed0-8d24-47769af5bcb1.jpg b/images/b6891544-5aae-4ed0-8d24-47769af5bcb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d24a2480b5b1187d1118108885b04e7d10df0d --- /dev/null +++ b/images/b6891544-5aae-4ed0-8d24-47769af5bcb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa15283e3341690e1c287908bc5bf6afaa2b27dc90a86716dcd9b3af4f29391 +size 2210495 diff --git a/images/b6997b46-454e-41cf-b66e-1604a3c62df8.jpg b/images/b6997b46-454e-41cf-b66e-1604a3c62df8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be580d2bcd2ab2bf444d2abc5a962a214e5bbf4e --- /dev/null +++ b/images/b6997b46-454e-41cf-b66e-1604a3c62df8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22752dea89f1a90b2d2f88e73ad7659a6b985c22081c9080f12c19453d58ec51 +size 1540973 diff --git a/images/b69a5529-fd50-491b-a666-aa07175a054f.jpg b/images/b69a5529-fd50-491b-a666-aa07175a054f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efaf763e7e0254c96c03b41232afa90e7568862a --- /dev/null +++ b/images/b69a5529-fd50-491b-a666-aa07175a054f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd59527bc06003ac301d24caaeac6926f1ecb45d0e1265184c55cfda4c1935c6 +size 1114640 diff --git a/images/b6a66374-81a5-414d-940a-6db4da635ce7.jpg b/images/b6a66374-81a5-414d-940a-6db4da635ce7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fbc39eb96ddf5e678edc92142b64f2bc9defc2d --- /dev/null +++ b/images/b6a66374-81a5-414d-940a-6db4da635ce7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14bea123ad2ffe279dc98ad41a31d28509918d6834e89fe31ca8b90d373f81a +size 1606855 diff --git a/images/b6a8705a-f445-46e4-bcc4-a9fd53447622.jpg b/images/b6a8705a-f445-46e4-bcc4-a9fd53447622.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc9378045234b9ab103cddb7ac2909b8c76e92a9 --- /dev/null +++ b/images/b6a8705a-f445-46e4-bcc4-a9fd53447622.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b64a2be640ae6fa06fef4fee42efcdd73eb9cbe4a054e5030bc88bedc72ccd2 +size 1286834 diff --git a/images/b6b540ee-7fb5-48cf-8554-e1b8ba536ea3.jpg b/images/b6b540ee-7fb5-48cf-8554-e1b8ba536ea3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fadf0be8a4b7ae16893bfc2ce989486c225fea28 --- /dev/null +++ b/images/b6b540ee-7fb5-48cf-8554-e1b8ba536ea3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dda1a8eca34256b5b63e1ee84b72a4e9c123fdcd3155519c34007d85f0023dc +size 1530613 diff --git a/images/b6baaf90-2322-4603-bd50-04b4ff69482b.jpg b/images/b6baaf90-2322-4603-bd50-04b4ff69482b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b411ae1c3837ea384b06ef4a8b57b6fabc1c867b --- /dev/null +++ b/images/b6baaf90-2322-4603-bd50-04b4ff69482b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39f3f1443a35835048d021369a400ff40ce06b007bcb9d8e3b65e797e630773 +size 1647783 diff --git a/images/b6cd5a54-e0c2-41e1-a131-6fa97ce6775a.jpg b/images/b6cd5a54-e0c2-41e1-a131-6fa97ce6775a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ce352a420cc5408f448d3987885a06d23136bc0 --- /dev/null +++ b/images/b6cd5a54-e0c2-41e1-a131-6fa97ce6775a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b5369177db70665fd6eb4b3c15966b4aa6c450758544136dc9012e649cdd44 +size 1202088 diff --git a/images/b6d1b268-dfd0-42ca-9cc3-49676b527062.jpg b/images/b6d1b268-dfd0-42ca-9cc3-49676b527062.jpg new file mode 100644 index 0000000000000000000000000000000000000000..639bdd9a2bc32de02987d211fbb2fb7638faa165 --- /dev/null +++ b/images/b6d1b268-dfd0-42ca-9cc3-49676b527062.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc699311d2b9d163973aea002d00d53b4dc80b7caed32a61efa15c248fa8d0b +size 1504481 diff --git a/images/b6d76e7e-0de6-470e-a974-bb0485ce4b75.jpg b/images/b6d76e7e-0de6-470e-a974-bb0485ce4b75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d58d370e13cdd0a3a766637d57d573e4495c6b7 --- /dev/null +++ b/images/b6d76e7e-0de6-470e-a974-bb0485ce4b75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd0fbda71c0c7ee6112f43e8f34140f384fd0ae8de01fe23ec7b14897e0e0fd +size 1940993 diff --git a/images/b6dfaea2-ce07-40c5-9316-3e857f032b9d.jpg b/images/b6dfaea2-ce07-40c5-9316-3e857f032b9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a0d72431aa2b415782bf24abbb4f3056df57fe3 --- /dev/null +++ b/images/b6dfaea2-ce07-40c5-9316-3e857f032b9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dfd878db50e1c06d37710ddb5c6b5ee9b431813315760b0bd5554ec605d425 +size 1404873 diff --git a/images/b6e7f444-8f25-495e-a094-b6f072229d9c.jpg b/images/b6e7f444-8f25-495e-a094-b6f072229d9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0c133754d776982215fcf0c466b1c174475dfae --- /dev/null +++ b/images/b6e7f444-8f25-495e-a094-b6f072229d9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2cef118a5ad3690edb2d86647d6c76ceca5abcc2fe4c016ae22b0b5ef0bb20 +size 1526192 diff --git a/images/b6ed1ce5-e551-43a7-b49d-a76d392c7d81.jpg b/images/b6ed1ce5-e551-43a7-b49d-a76d392c7d81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89fd2648810e6f60aacde3bcf2deba264d4defcf --- /dev/null +++ b/images/b6ed1ce5-e551-43a7-b49d-a76d392c7d81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5617cddede9080e467ee445bdaf89a0107fd15545244aa3210c7b21dc3ea375 +size 1519468 diff --git a/images/b6f39a3c-41c8-478d-b0c1-33addf31bcfe.jpg b/images/b6f39a3c-41c8-478d-b0c1-33addf31bcfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e2647b7c563db7cda8a9207f31f833a5a114a28 --- /dev/null +++ b/images/b6f39a3c-41c8-478d-b0c1-33addf31bcfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacd924023517c204a374de8c8b98a5e24b8232a7617e66e9c503cda81a5333b +size 3059090 diff --git a/images/b6fa955f-2ad6-43d1-b074-c9235c4c42c4.jpg b/images/b6fa955f-2ad6-43d1-b074-c9235c4c42c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..623d87b9049861f4bdc3fc7786b3ce9a5859ee58 --- /dev/null +++ b/images/b6fa955f-2ad6-43d1-b074-c9235c4c42c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675d29db69e2358a58273e35eb2e092466a51ac4966dbca4d9a22a472956f33e +size 3249042 diff --git a/images/b6fff986-80c5-4bef-97c0-944d9aca40e0.jpg b/images/b6fff986-80c5-4bef-97c0-944d9aca40e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce3a6c36c1e05533cf760aaf4f7ed94afb87eeb7 --- /dev/null +++ b/images/b6fff986-80c5-4bef-97c0-944d9aca40e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26794e01178fca8cc06fa53ae3e0ae18b32702c74247d43e4eaf045c09052de4 +size 1210782 diff --git a/images/b700ac5b-6e5a-421a-a298-4adb773def4e.jpg b/images/b700ac5b-6e5a-421a-a298-4adb773def4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03d625435f3c6ff4e7040d3a81c7b9bbcd891e57 --- /dev/null +++ b/images/b700ac5b-6e5a-421a-a298-4adb773def4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4c7a47cad6116a3a64498c319f8685fb4967fdb7441c5c9b42c9799bc878b0 +size 1733915 diff --git a/images/b70199e4-0eec-4e30-aed1-409b72dda451.jpg b/images/b70199e4-0eec-4e30-aed1-409b72dda451.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4197b069ad0523a9dacaf511e82d8ceb9cc903ed --- /dev/null +++ b/images/b70199e4-0eec-4e30-aed1-409b72dda451.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e246d062bcc32a9ce8f7b6082378de340f3b63f3323062d8ba050348c7ae2398 +size 1579883 diff --git a/images/b70567b0-d825-43db-9d82-244d3760a317.jpg b/images/b70567b0-d825-43db-9d82-244d3760a317.jpg new file mode 100644 index 0000000000000000000000000000000000000000..104e3933ea9c4709cf243223ca4789f39dc36192 --- /dev/null +++ b/images/b70567b0-d825-43db-9d82-244d3760a317.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d901322fd0e92c077bd8d65c06f91a6fee0c3af8cbbf1e0939200b04d436d193 +size 1818467 diff --git a/images/b70b099a-7d8b-49e0-ab15-b44de19c0453.jpg b/images/b70b099a-7d8b-49e0-ab15-b44de19c0453.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7a511b1ed050601cf9ecca8a891088d05c3df31 --- /dev/null +++ b/images/b70b099a-7d8b-49e0-ab15-b44de19c0453.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b469bf50afcba73ee90006ae6698c8f46351a33c68a901f6384f9ad89dc69103 +size 1895343 diff --git a/images/b70d8372-6204-4f01-b7dc-60147da7a711.jpg b/images/b70d8372-6204-4f01-b7dc-60147da7a711.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e4c09fd1d076a26025173ff015bad2d46c2424 --- /dev/null +++ b/images/b70d8372-6204-4f01-b7dc-60147da7a711.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354f08cb0c1b59a6b554e00926fd61f37a9d79d51236f6f5ea9bd908f4382672 +size 2173581 diff --git a/images/b7129efe-5b60-46cc-bac3-3583484ec69a.jpg b/images/b7129efe-5b60-46cc-bac3-3583484ec69a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c49395e49bac5d04d4ce0b6c7ccbf5ae4c74732e --- /dev/null +++ b/images/b7129efe-5b60-46cc-bac3-3583484ec69a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d693c083afe3d94d9e71b2cf346ec270732dbff1b547aeef65ff29b0253745d +size 1859770 diff --git a/images/b723fa3f-b0c2-4416-bb51-9bc3d1b0c691.jpg b/images/b723fa3f-b0c2-4416-bb51-9bc3d1b0c691.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fad63817b2f7b7b6485b2fd78a63701d2cb26cd --- /dev/null +++ b/images/b723fa3f-b0c2-4416-bb51-9bc3d1b0c691.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e985a84cdfb84aaeef17c8e54988c0d4b6d7ea901ab2b29432929dd1f1626e01 +size 1378641 diff --git a/images/b7278642-406a-4846-b6bd-c6e7e62af2c1.jpg b/images/b7278642-406a-4846-b6bd-c6e7e62af2c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..365c401a505ecd0ca23f8a1e51c141a584109910 --- /dev/null +++ b/images/b7278642-406a-4846-b6bd-c6e7e62af2c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dca1e8f6b4470c8c7f27f211978a3adb35c272465b9dc37568228c5a8a46b34 +size 1307305 diff --git a/images/b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8.jpg b/images/b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94bd94a75d6f876761b2b2a6d5042431380adecb --- /dev/null +++ b/images/b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef60aefee653d99d3885a42b1074c86aceebcaad2e23a6ee064d943fdc487e7c +size 1700558 diff --git a/images/b72f788b-dd4f-452b-9bc8-5958f4720849.jpg b/images/b72f788b-dd4f-452b-9bc8-5958f4720849.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2114475450ae760086a0cecf0edf9f5f301ba4d9 --- /dev/null +++ b/images/b72f788b-dd4f-452b-9bc8-5958f4720849.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da87bfcca0340620ec9fdd23f4324499520d33e414c03463062a748ea294325 +size 1731355 diff --git a/images/b7345b64-b513-4ef5-bcef-3dce02800df7.jpg b/images/b7345b64-b513-4ef5-bcef-3dce02800df7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74b04883979dfb8caf5b4e459eddf51584f1c1e1 --- /dev/null +++ b/images/b7345b64-b513-4ef5-bcef-3dce02800df7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef49fc2647f4cf511ea84c2cfb340863043f2ea095d98794f3ca222ab5eb1fed +size 1706982 diff --git a/images/b73c6c02-d610-457b-b763-e186ebc39b80.jpg b/images/b73c6c02-d610-457b-b763-e186ebc39b80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50d59eba63676c2ca261afa10a9a3356c97b2273 --- /dev/null +++ b/images/b73c6c02-d610-457b-b763-e186ebc39b80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799fd07f3edf2f65a8df685754760118f44efa8da0274810b213e47bb8d7a703 +size 1797218 diff --git a/images/b7491a59-3627-4db1-bfa6-905366c25954.jpg b/images/b7491a59-3627-4db1-bfa6-905366c25954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4111d3247afc104c97b0ad0e7776df95e5ef1aa2 --- /dev/null +++ b/images/b7491a59-3627-4db1-bfa6-905366c25954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c855927f7f25f36ed7e66cdf255323204263bd5c96287ac2d374e3cf6dce8c +size 1170959 diff --git a/images/b7519db6-6746-4652-bd97-a5a0bbcdb551.jpg b/images/b7519db6-6746-4652-bd97-a5a0bbcdb551.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38be07cebbc4affccfc5a0e34c21206a6d4148fc --- /dev/null +++ b/images/b7519db6-6746-4652-bd97-a5a0bbcdb551.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2884d671a4e9b61a5962910e1120865145b671ae25fcb0b3353b7e814b92d97e +size 1221697 diff --git a/images/b7590034-1b43-4842-bd36-683dcd2b8429.jpg b/images/b7590034-1b43-4842-bd36-683dcd2b8429.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e99151a40b2c18ab82e45a0b4a39127e27dc2f --- /dev/null +++ b/images/b7590034-1b43-4842-bd36-683dcd2b8429.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bf443f7a07779c1f65ab946f037d920fce6429f640c7cd6143231068e97ceb +size 1587776 diff --git a/images/b75abd5b-5427-4a97-9bd8-042cdb2c3e0a.jpg b/images/b75abd5b-5427-4a97-9bd8-042cdb2c3e0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8e4839f38eeea119ac265f79c98be680b5f6e5d --- /dev/null +++ b/images/b75abd5b-5427-4a97-9bd8-042cdb2c3e0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a764f50ac4c1c091822cba442b75c2fb5ba3a3a863d5e9ffce5d199c86f31c3 +size 1669371 diff --git a/images/b763e9fb-1c7b-413c-a245-837580e9253d.jpg b/images/b763e9fb-1c7b-413c-a245-837580e9253d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd77bdc3bd5c9b4045da3cbe8efd5dd2b7041192 --- /dev/null +++ b/images/b763e9fb-1c7b-413c-a245-837580e9253d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55a66aaf041d92d1763ffbae1468b06cd840acf701cd8ace637cf5477849d4d +size 1386375 diff --git a/images/b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b.jpg b/images/b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9385de09423fa58315f5b2cf79a8ad7e39dd71c1 --- /dev/null +++ b/images/b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67707141407e125cb291ff516cffbb0021f8e510cc556f86f248995e126c407b +size 1566517 diff --git a/images/b76c8d5d-4318-43b5-9ca5-587221209740.jpg b/images/b76c8d5d-4318-43b5-9ca5-587221209740.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7bfb603ed9e46dad8a489ee410c866f3aaf38c1 --- /dev/null +++ b/images/b76c8d5d-4318-43b5-9ca5-587221209740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dfae487782af6ff895db23d8e018ff893d9f7e1ef4a1618da268daf672e373 +size 1118003 diff --git a/images/b7715bd0-ee39-4d59-9709-51919ee0f8f0.jpg b/images/b7715bd0-ee39-4d59-9709-51919ee0f8f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49c1a6eab072c4ee46df29f05f74795a0726cfdb --- /dev/null +++ b/images/b7715bd0-ee39-4d59-9709-51919ee0f8f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6de4c0f8514ada046807dd915d81f9905f66f8ef6ddefcf36b9207e53188e4 +size 1769185 diff --git a/images/b772d393-4b81-4b75-a23e-43cf6b552c7f.jpg b/images/b772d393-4b81-4b75-a23e-43cf6b552c7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbdc3fb0e1d5b03e1291bff6f7a4b9d9c582d52c --- /dev/null +++ b/images/b772d393-4b81-4b75-a23e-43cf6b552c7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d200c52e8e27d5342ea12622aebc9dc1f89f2e60ba24fd083227bbf2141cbf05 +size 1557170 diff --git a/images/b77487db-e5f2-46af-aef3-2e859c701340.jpg b/images/b77487db-e5f2-46af-aef3-2e859c701340.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20f2d152b78b4fb8a1029b9dad62ec205b56fa8a --- /dev/null +++ b/images/b77487db-e5f2-46af-aef3-2e859c701340.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07260c324f7315cc8408665cb5a16e9c34464edf54141e41ba847bf89c354fa3 +size 1487646 diff --git a/images/b78359eb-63d3-43c3-9648-1a4bd2c4d462.jpg b/images/b78359eb-63d3-43c3-9648-1a4bd2c4d462.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87ee01f474d6f3867256bd595735a2e3bb8d56a6 --- /dev/null +++ b/images/b78359eb-63d3-43c3-9648-1a4bd2c4d462.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6117314e696d3ed70b71773f72225bccf2a41b17353b564f83b77c7210870ca +size 1458939 diff --git a/images/b7839943-902c-40fc-b220-43b1d15fd1fa.jpg b/images/b7839943-902c-40fc-b220-43b1d15fd1fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76de9285d04df34a846a68a6fe9bf8d467d7dbc3 --- /dev/null +++ b/images/b7839943-902c-40fc-b220-43b1d15fd1fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c58556491f1c2ac6c65a6d7c03fc176b496a9b1a5b30c817ac04c0013d456b6 +size 1512616 diff --git a/images/b786b8f8-817f-466a-a8bd-99c9f941f0ff.jpg b/images/b786b8f8-817f-466a-a8bd-99c9f941f0ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dc289c410ea781d7bd656c1917d12257b530908 --- /dev/null +++ b/images/b786b8f8-817f-466a-a8bd-99c9f941f0ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c1658c7c844590be900edff01c828b9bb08d1eab367a1137f89d1bd8f9280f +size 1549300 diff --git a/images/b793c597-e819-47cc-ba61-908518c671f3.jpg b/images/b793c597-e819-47cc-ba61-908518c671f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3c6add61c912055efac2396b15d1499145421e9 --- /dev/null +++ b/images/b793c597-e819-47cc-ba61-908518c671f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d1170f958973623ef2412d4063646b9bbf3de26c3a5e61f674a3e9b0808436 +size 3928406 diff --git a/images/b797eebe-e574-4a14-91cd-5c423c1dfa30.jpg b/images/b797eebe-e574-4a14-91cd-5c423c1dfa30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90555523ff5613bf99b9f19813a123ad738a2eb0 --- /dev/null +++ b/images/b797eebe-e574-4a14-91cd-5c423c1dfa30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0898d0fe28ff7d91cdf932bf025b33b3040bef06d125a3e3193314d1ddc707e +size 1284020 diff --git a/images/b7a35df1-dea7-4450-a697-49b231454f5d.jpg b/images/b7a35df1-dea7-4450-a697-49b231454f5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2380d3880b7753e0fd0a0f6e2fe59bcd7ca06a35 --- /dev/null +++ b/images/b7a35df1-dea7-4450-a697-49b231454f5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05eb339ec0ad7332396f43dd6356442c58c596efc006aa7ee486e1db053959d3 +size 1731119 diff --git a/images/b7aa7d10-2a79-4afe-a175-850e2d97c701.jpg b/images/b7aa7d10-2a79-4afe-a175-850e2d97c701.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87322b70a7d3c1c7a46ceaaa3c0ba9064118065c --- /dev/null +++ b/images/b7aa7d10-2a79-4afe-a175-850e2d97c701.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b5f9e54068a2e02825644a478aed21fa0029013bd871fbf78879493628ce1b +size 1594467 diff --git a/images/b7ab13cb-e7fd-4257-9b3e-59473082cf08.jpg b/images/b7ab13cb-e7fd-4257-9b3e-59473082cf08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6b03a44f56fa19cd0d436b8fd7887a8cce0743f --- /dev/null +++ b/images/b7ab13cb-e7fd-4257-9b3e-59473082cf08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e1163505a99cab558a4d15cc6f9fca43a8c1cb40168d450b7294b7e0945fcd +size 1360350 diff --git a/images/b7afea51-e102-4f24-87f0-021d4349b31a.jpg b/images/b7afea51-e102-4f24-87f0-021d4349b31a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11e092770fc4513aea4bb5ff6fdb0c34a2f2d54c --- /dev/null +++ b/images/b7afea51-e102-4f24-87f0-021d4349b31a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fae42e41bca2e11e65fe11a9ac28b2f98fee5bcf9e0d9bb19c12210d4525ff +size 1259479 diff --git a/images/b7b14fd0-dbca-46eb-bd5a-240219a2dce6.jpg b/images/b7b14fd0-dbca-46eb-bd5a-240219a2dce6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1a03f3318533e272152bd1a35a22abae28e0e0d --- /dev/null +++ b/images/b7b14fd0-dbca-46eb-bd5a-240219a2dce6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b5da52af7ba6a6f1410cbb416efd36da3b7105ec105b1767cac54100ead512 +size 1532639 diff --git a/images/b7c0b8c9-db24-42ca-80a3-a550d1a9037f.jpg b/images/b7c0b8c9-db24-42ca-80a3-a550d1a9037f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea1582f5c29d3b09089568903b682d1900281bfa --- /dev/null +++ b/images/b7c0b8c9-db24-42ca-80a3-a550d1a9037f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a70adf11dd26b69cba599bd74bae640726a1794381096f0898b6f83883503fc +size 1657526 diff --git a/images/b7c3de08-d88c-413f-a600-d5473bf1e8cd.jpg b/images/b7c3de08-d88c-413f-a600-d5473bf1e8cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d4e0f7935caa0ea5ebb8809e24eb1408c92ac90 --- /dev/null +++ b/images/b7c3de08-d88c-413f-a600-d5473bf1e8cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61c364ad2e4f1f4904c0a2e1bef99d231b1a2f1776a9dbaf29bf22c5b989bc4 +size 1733479 diff --git a/images/b7c40baa-7dc7-4031-a839-872d57151e2b.jpg b/images/b7c40baa-7dc7-4031-a839-872d57151e2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..697a1d9682e93461874ff9e29e1de71119901a7e --- /dev/null +++ b/images/b7c40baa-7dc7-4031-a839-872d57151e2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb049021f1eb0d7c024fdc30ab3df98191345dd1f13f5f41e6c0e9a303bdcdb1 +size 1535243 diff --git a/images/b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad.jpg b/images/b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..079a4ce46a4a4875c04463db3bd6b49e33ea77b1 --- /dev/null +++ b/images/b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ae595d7e2aaa7521f5ae98fb007d929e4d82f30abd8da422f5b6dbe52bab8c +size 1319356 diff --git a/images/b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a.jpg b/images/b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..029add9ea8cb8c1d716555fd429fd993728a1bb3 --- /dev/null +++ b/images/b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526a846452ff4477a754f4e61587fb359870b9c4f5ac4c4ec1a1e90826709a1f +size 1740626 diff --git a/images/b7dec87a-4d5e-456a-95fd-fec9b0e3900e.jpg b/images/b7dec87a-4d5e-456a-95fd-fec9b0e3900e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c42d0864bbd46ee6899d09e6e6c095748dd0fbac --- /dev/null +++ b/images/b7dec87a-4d5e-456a-95fd-fec9b0e3900e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b555f4882f39aa120499b02f3a5ae934968f8e3e490823d8156bd614f9c5049 +size 1521204 diff --git a/images/b7fc8153-2034-4f4a-b5e1-04489b2fa2f1.jpg b/images/b7fc8153-2034-4f4a-b5e1-04489b2fa2f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c04249bf530fa9ac02f33097cdf63107d40fbb1 --- /dev/null +++ b/images/b7fc8153-2034-4f4a-b5e1-04489b2fa2f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e4d2f3d99b54893b1a0bb4572e02ba85f0d6ece1f9b87f2e7050b85912958d +size 1650167 diff --git a/images/b7fdd708-6b00-4621-8f96-8f66ad22b40d.jpg b/images/b7fdd708-6b00-4621-8f96-8f66ad22b40d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7824c718cf53f35a2aac453dbb54a6b26e0cce54 --- /dev/null +++ b/images/b7fdd708-6b00-4621-8f96-8f66ad22b40d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afad6f8d2165e8729395dcf6af102ead359d0f8ec3baf5769a386a2274497688 +size 1552160 diff --git a/images/b80cd9b8-09d8-4e20-9899-7c711b87811a.jpg b/images/b80cd9b8-09d8-4e20-9899-7c711b87811a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..928a28813fb62df9e4144c38bd9e84dc6f818a1b --- /dev/null +++ b/images/b80cd9b8-09d8-4e20-9899-7c711b87811a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e25e2286ac20de7725f313aba77932c8b18b16995cc6a1fb642234d1566fbd +size 1641889 diff --git a/images/b8144eec-da9e-4f3c-b73e-c6a9343870a5.jpg b/images/b8144eec-da9e-4f3c-b73e-c6a9343870a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..953fcf559042f555fdcf2c047a3a4d02faabbfc2 --- /dev/null +++ b/images/b8144eec-da9e-4f3c-b73e-c6a9343870a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188465ef2459f8eb0ee7fb51373f7c03790ca770533c8432dd80444719c15c5b +size 1359113 diff --git a/images/b82995e5-f23b-4822-a8b1-c37eb9741f62.jpg b/images/b82995e5-f23b-4822-a8b1-c37eb9741f62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8d3a72ac504fae7776a8a9efb5c7705b0342914 --- /dev/null +++ b/images/b82995e5-f23b-4822-a8b1-c37eb9741f62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f01220bb7d4fae4585dcfc0102a13faf49654acedbbdae8e575112e013b16ea +size 1596873 diff --git a/images/b82bebf9-4096-4f48-9c87-da053d82aabe.jpg b/images/b82bebf9-4096-4f48-9c87-da053d82aabe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c461ef01987dd1801fac80691336e96a32f66462 --- /dev/null +++ b/images/b82bebf9-4096-4f48-9c87-da053d82aabe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f47dc1e6ea9902e269c31fc5cd968742f8db0185e9df91f963f7651914882c1 +size 1473586 diff --git a/images/b830a608-9dbb-415e-a5ca-f0eeb6b87296.jpg b/images/b830a608-9dbb-415e-a5ca-f0eeb6b87296.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aa468076a36550104cc022e9b92909f489a03d1 --- /dev/null +++ b/images/b830a608-9dbb-415e-a5ca-f0eeb6b87296.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce830747fe633b1c0bd775b92b023d3347b5bb3c52dc341ee66ce4c0cc11fd71 +size 2049049 diff --git a/images/b83137a1-c292-4952-aeac-ae71dd2c5753.jpg b/images/b83137a1-c292-4952-aeac-ae71dd2c5753.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41e07ad5bac6e7e3768ab27ec635c203e66abe8f --- /dev/null +++ b/images/b83137a1-c292-4952-aeac-ae71dd2c5753.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d8521a13203a5c8f26d85f3e37687345ff0495cc0a6991482316d63df2ab36 +size 1587899 diff --git a/images/b83e5750-695f-4624-bd46-b708864bfd0e.jpg b/images/b83e5750-695f-4624-bd46-b708864bfd0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f57e73ffe64397f68b7e9018c6354d4345c22b7 --- /dev/null +++ b/images/b83e5750-695f-4624-bd46-b708864bfd0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45677fee9af4587d57d5fa74af70b17654f4d8c4285933d467d452b9498d24b +size 1450912 diff --git a/images/b8403bab-0575-4a66-8a14-bf189d873406.jpg b/images/b8403bab-0575-4a66-8a14-bf189d873406.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60295e15578d95ad9e902cd6ccdb13e8eb23247a --- /dev/null +++ b/images/b8403bab-0575-4a66-8a14-bf189d873406.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73310049b01acbe487f4017509cce82d84dd3de4a6eb6d2d808722bc94b4f62 +size 1587691 diff --git a/images/b84d2225-81b1-41d4-af2b-3c68b92ce16d.jpg b/images/b84d2225-81b1-41d4-af2b-3c68b92ce16d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2746994f75fea6fb27bb2412685ec6dc999a67ee --- /dev/null +++ b/images/b84d2225-81b1-41d4-af2b-3c68b92ce16d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4db7d521b0d57ebaae803dd2b0c0a203da74d9e0497cead23ece70564015e5 +size 1429277 diff --git a/images/b84e7d0c-ba4b-40e7-b6fc-3112a332ca57.jpg b/images/b84e7d0c-ba4b-40e7-b6fc-3112a332ca57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0a580fd300433bcee341b0007375a113aeb37f5 --- /dev/null +++ b/images/b84e7d0c-ba4b-40e7-b6fc-3112a332ca57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e436f9cd25f42781ff188c24105afa20746ceef28070190515feecb760beb34 +size 2682422 diff --git a/images/b85b2683-c523-46a8-8301-043c3039813f.jpg b/images/b85b2683-c523-46a8-8301-043c3039813f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb60f4a856409d4e88f8874cbf05449f0596a63 --- /dev/null +++ b/images/b85b2683-c523-46a8-8301-043c3039813f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cddb4f09134b16dfbe1a89594b17413e8c9e83c19e9e70510afc9e287e28471 +size 1982438 diff --git a/images/b85fbe4d-d278-40c8-8654-79f6f1dc4975.jpg b/images/b85fbe4d-d278-40c8-8654-79f6f1dc4975.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee0e2fc069aa0b27f5d94d5cb79c19782ccd8bcb --- /dev/null +++ b/images/b85fbe4d-d278-40c8-8654-79f6f1dc4975.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085c93ed334aa8dabe53f04b10df2d3125050208b33591342dac4b5776eac0ff +size 1470117 diff --git a/images/b865936a-4567-47e2-a56f-2b92ec052190.jpg b/images/b865936a-4567-47e2-a56f-2b92ec052190.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb6083d352fbe31c3fa7ec9dab2c1f5bc939bea7 --- /dev/null +++ b/images/b865936a-4567-47e2-a56f-2b92ec052190.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d584a1445847a3ac4b78cb52961a748940fdd111897e63b025ca20118f01c53b +size 1520494 diff --git a/images/b882fcc2-586d-4411-a417-a5c40c346cda.jpg b/images/b882fcc2-586d-4411-a417-a5c40c346cda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83be416c4b96b7c270a7e460a40b56acef6a91d9 --- /dev/null +++ b/images/b882fcc2-586d-4411-a417-a5c40c346cda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89136404db0688682a0bd86bcc104fa42a92a713ddf6d220c013088bf957ea07 +size 1864745 diff --git a/images/b88581ba-31ad-4003-948d-5f369cbc411e.jpg b/images/b88581ba-31ad-4003-948d-5f369cbc411e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..171f8ae97f9773902b8bf011cc0793cbecab5c45 --- /dev/null +++ b/images/b88581ba-31ad-4003-948d-5f369cbc411e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8860bb11dc1c328c19f1840ff7f4930a1cf0ae6a55eaba6ab8c9e44eab70a12e +size 1699831 diff --git a/images/b88b0929-2627-44ca-aa53-0cc8b816c228.jpg b/images/b88b0929-2627-44ca-aa53-0cc8b816c228.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f224275311065b8ce508d6f93308236cb95a7552 --- /dev/null +++ b/images/b88b0929-2627-44ca-aa53-0cc8b816c228.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974a28638babcb660ee8cbbb44d53d453830ea8547d5034f2a8662853490b039 +size 1485050 diff --git a/images/b88d29b4-dc04-4cc9-b659-c4d70cb49809.jpg b/images/b88d29b4-dc04-4cc9-b659-c4d70cb49809.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9608f0dbbee0bc83457037c35035a4cc9e27151d --- /dev/null +++ b/images/b88d29b4-dc04-4cc9-b659-c4d70cb49809.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c76579f9e43d906c31fb6c4df0810a3ab9f2c1195768454f4cee48278fd848 +size 1725872 diff --git a/images/b8988162-b4da-4ad0-9d47-9995d2d26777.jpg b/images/b8988162-b4da-4ad0-9d47-9995d2d26777.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a73a4b4b60ff541875499ab506937661079e50f2 --- /dev/null +++ b/images/b8988162-b4da-4ad0-9d47-9995d2d26777.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a347c754385e3ef3724fd4171a614b3b61267dd9158e053c5db35003df720f +size 1661293 diff --git a/images/b89f85c6-d8f0-4e1c-a406-9775b3d8160e.jpg b/images/b89f85c6-d8f0-4e1c-a406-9775b3d8160e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd34a72455b135ef853d5cc1a80be6cc969fd280 --- /dev/null +++ b/images/b89f85c6-d8f0-4e1c-a406-9775b3d8160e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb96ce047d5e9b0b734534d4d742176e2de990d6689254c7f8beaf28df1528f +size 1546341 diff --git a/images/b8a3d63c-5981-4fe9-87c6-cec1eba08d6e.jpg b/images/b8a3d63c-5981-4fe9-87c6-cec1eba08d6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5856d14db1fbc85e0cce529423b885d94f7931f2 --- /dev/null +++ b/images/b8a3d63c-5981-4fe9-87c6-cec1eba08d6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ccbc0481b7bc4e8d081530f3801596d43bf38e0f832fd2ea3ab51c02bf0c49 +size 2062287 diff --git a/images/b8b7ff54-e52c-4f75-a4ad-5031d709b291.jpg b/images/b8b7ff54-e52c-4f75-a4ad-5031d709b291.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbd78514a85456dbf26fed9369894a07f94ba7bd --- /dev/null +++ b/images/b8b7ff54-e52c-4f75-a4ad-5031d709b291.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e7f24dcf91db44e0b26d08929f754dd67fedcc7f5a5ab97d8c02be21b8aa9b +size 1691128 diff --git a/images/b8bdc01b-34b9-4c85-82af-bf9afe0f768d.jpg b/images/b8bdc01b-34b9-4c85-82af-bf9afe0f768d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..144f8cad373156432f52f8d6d32e7d9705e0d1ce --- /dev/null +++ b/images/b8bdc01b-34b9-4c85-82af-bf9afe0f768d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c9f2baa6559f04319b0ff71ad92fc78f6ecd0cc1923207ed181ca5f200a98a +size 2833784 diff --git a/images/b8c8e861-1951-4993-861f-aa24980315f1.jpg b/images/b8c8e861-1951-4993-861f-aa24980315f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d381a7c16a827f4a1037a9a9361485aecba30ec --- /dev/null +++ b/images/b8c8e861-1951-4993-861f-aa24980315f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6bbe32d1c5937e967b19d61980b54a6170105631e1412913e0d1a09425d4f2 +size 1456921 diff --git a/images/b8d0c51f-812e-44ba-973a-8a27f92af634.jpg b/images/b8d0c51f-812e-44ba-973a-8a27f92af634.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3eba1eb1fc5e76efbc4103a38bfdd74d716f1112 --- /dev/null +++ b/images/b8d0c51f-812e-44ba-973a-8a27f92af634.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59d0af821c4aeb5829c1ddb9539fb96efa6fc67793825559a9df2a53049d33c +size 1216457 diff --git a/images/b8d5f145-9103-430d-befb-46e1663e021b.jpg b/images/b8d5f145-9103-430d-befb-46e1663e021b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cceb02c3b76968dec7c1ca5acd419dfdac638c0 --- /dev/null +++ b/images/b8d5f145-9103-430d-befb-46e1663e021b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaa0cfb701c7c543f9779bd1c55b0445a12cf4c9c18c9dd9fd65914f18745e2 +size 1679613 diff --git a/images/b8dc5d33-ea31-41d9-99fe-cfea51c2070f.jpg b/images/b8dc5d33-ea31-41d9-99fe-cfea51c2070f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27a805db1618c7940f9ed457b2e914d9e8518750 --- /dev/null +++ b/images/b8dc5d33-ea31-41d9-99fe-cfea51c2070f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb85fe6cee736033e503e777e2844597a15dbd3dd369a57a9e67ce5bad7dc9cc +size 1601062 diff --git a/images/b8e62d33-0c5a-4027-bcfe-5d59f469a06e.jpg b/images/b8e62d33-0c5a-4027-bcfe-5d59f469a06e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b5f9529f9c12d8f838c0db76bc874f75aeccaa7 --- /dev/null +++ b/images/b8e62d33-0c5a-4027-bcfe-5d59f469a06e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d984e07f00de2e6a4046e7d257c23ba75bf84d3d0fffebe727fa04f2b775331 +size 1537449 diff --git a/images/b8f9a2e5-0d93-4337-83e5-13638a3be566.jpg b/images/b8f9a2e5-0d93-4337-83e5-13638a3be566.jpg new file mode 100644 index 0000000000000000000000000000000000000000..541a7106a44b1b16a1ccde99cd6983e2ccda7539 --- /dev/null +++ b/images/b8f9a2e5-0d93-4337-83e5-13638a3be566.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c664648df6e4a75f7e4afa784efb912ffef866e95341e660dc402f9e1fce37 +size 1195691 diff --git a/images/b8faf8bf-8065-45b0-9f0f-d861070a384b.jpg b/images/b8faf8bf-8065-45b0-9f0f-d861070a384b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efc4b96b13464d518ebc7e4a8409e179ca8a269e --- /dev/null +++ b/images/b8faf8bf-8065-45b0-9f0f-d861070a384b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2825abb34dd7f5a9c228fea94991513f9471d0f5b11f771caabf861efdf2c2f3 +size 1482441 diff --git a/images/b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70.jpg b/images/b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65baf8c34752f4934819a4ebd3298767ad2bed65 --- /dev/null +++ b/images/b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36e24b3271b6b26a3851a09affd6c92778ef99cd0262f58347a0891fd78f713 +size 1188213 diff --git a/images/b9090124-da1b-4833-8195-ef0aab7e860b.jpg b/images/b9090124-da1b-4833-8195-ef0aab7e860b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00e8fa0e1a3b7bc6e7440e34f88bf494bff951fe --- /dev/null +++ b/images/b9090124-da1b-4833-8195-ef0aab7e860b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b9af04a3515598b45f3e0d10070217718f30f252c9feed32aea9fac953e81d +size 3162994 diff --git a/images/b90d65a8-ef6c-4b59-a05e-909d6eda4408.jpg b/images/b90d65a8-ef6c-4b59-a05e-909d6eda4408.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ddc3e598cd1620f9bda7ad320997eebef408c76 --- /dev/null +++ b/images/b90d65a8-ef6c-4b59-a05e-909d6eda4408.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c81444274974f2e88fb17f71610a663776629d7c726779623f32a1582d4e13 +size 2278853 diff --git a/images/b910d6bb-a10a-42f8-b2f3-6207f344889c.jpg b/images/b910d6bb-a10a-42f8-b2f3-6207f344889c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a36f7cd7883f54c994c66ffd732ee78afe23f2b7 --- /dev/null +++ b/images/b910d6bb-a10a-42f8-b2f3-6207f344889c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541721a5bd4076180cb4c0fb92ce6dab707aa5bb1863f70cd592db863f9ee9a0 +size 1959028 diff --git a/images/b9270693-996b-410f-b189-e75f44b49258.jpg b/images/b9270693-996b-410f-b189-e75f44b49258.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d61dd4f858252b3312977a4d9b4ecf3b40794b66 --- /dev/null +++ b/images/b9270693-996b-410f-b189-e75f44b49258.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4c20598bd774c87d9af76be312ac697de1cdb03a68915fc2d3d505b9796eb8 +size 2146333 diff --git a/images/b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d.jpg b/images/b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03df1c01f0c35c7c16dcdf72d4a50e7d9c24d9e1 --- /dev/null +++ b/images/b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acce813336a467a2d91420edba6b25e112fa6e157e34c8eab3dab6dfb0cdfca +size 1291808 diff --git a/images/b92f8053-2dad-4119-bcf3-4d6dffc7f459.jpg b/images/b92f8053-2dad-4119-bcf3-4d6dffc7f459.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d1122857d2b68df7b15e767f7ec39d871ffa5e1 --- /dev/null +++ b/images/b92f8053-2dad-4119-bcf3-4d6dffc7f459.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764851098b9cf2105d2e0530da22510042c66671b815f02d8932ef0041782a7a +size 2349162 diff --git a/images/b9469223-0763-47a2-8467-708991df854d.jpg b/images/b9469223-0763-47a2-8467-708991df854d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5298a671d4be3d25d97f21395483d44b3e9786f2 --- /dev/null +++ b/images/b9469223-0763-47a2-8467-708991df854d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582788d252c8b384c22c49b22ddb2a5079d2222785813b83f407638e8c696fe1 +size 1254794 diff --git a/images/b94f9859-9dab-4bbe-b795-483a828453f0.jpg b/images/b94f9859-9dab-4bbe-b795-483a828453f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b6173f394f603abc76725d61eb356ac1a69a231 --- /dev/null +++ b/images/b94f9859-9dab-4bbe-b795-483a828453f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eec954b59ba16d543b424531688cb4e62b98c727d4a21862214a1081553756d +size 1616821 diff --git a/images/b9544ef7-ef2f-40ff-a86a-d714eea257cb.jpg b/images/b9544ef7-ef2f-40ff-a86a-d714eea257cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..286ac426d633fef61df8f1625744e1b78f878aca --- /dev/null +++ b/images/b9544ef7-ef2f-40ff-a86a-d714eea257cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efd02c52526dcd551bf0ed25eaf92d4c5cda55f234880d6ad5b34a5a3c54d9b +size 1639100 diff --git a/images/b971c49f-7fa7-43eb-8b3d-a851d0bc72da.jpg b/images/b971c49f-7fa7-43eb-8b3d-a851d0bc72da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..902e643fe08df5d632d45daf84495d5681e3edc9 --- /dev/null +++ b/images/b971c49f-7fa7-43eb-8b3d-a851d0bc72da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbfa6c87f49b4995b0c674c924540c1e0ba07c83a1c1922459059509142d757 +size 1650689 diff --git a/images/b977b809-e5ea-45fc-ac63-bf4710dbcb85.jpg b/images/b977b809-e5ea-45fc-ac63-bf4710dbcb85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a5708f5814c2eca869407a58fc8a9199516766f --- /dev/null +++ b/images/b977b809-e5ea-45fc-ac63-bf4710dbcb85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f359232edc8e5fc3e6285f577ccce039a812fea0297da7828087e3ae9f27144 +size 1631119 diff --git a/images/b97f6527-43a0-4289-b5f7-61d36669dd80.jpg b/images/b97f6527-43a0-4289-b5f7-61d36669dd80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e59b987d77a36fe64781a962206777cc0f1e8d4 --- /dev/null +++ b/images/b97f6527-43a0-4289-b5f7-61d36669dd80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e99d70adb04e87885d49a82cbd9bbe80deb936dbf2f3b79fab7f1ca6e6dc24 +size 1610436 diff --git a/images/b9850f01-51f6-478c-8269-1fe0a3067284.jpg b/images/b9850f01-51f6-478c-8269-1fe0a3067284.jpg new file mode 100644 index 0000000000000000000000000000000000000000..529e4bc133ee809c07365cbfbe077953bfc6e975 --- /dev/null +++ b/images/b9850f01-51f6-478c-8269-1fe0a3067284.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2124cac184f3411547bf07072cf92d75d7d13395e35fd72a6fdb48b01a2dfc +size 2203599 diff --git a/images/b99186a1-9dd0-4aab-bd1f-de734064f3a5.jpg b/images/b99186a1-9dd0-4aab-bd1f-de734064f3a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4d1cb4e196c5afc7dbbf462af57ae073009d3c0 --- /dev/null +++ b/images/b99186a1-9dd0-4aab-bd1f-de734064f3a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558720086316da43f8f44ab07859e16f924dbd5f4cbd27cef16be7b6e12b06ba +size 1858332 diff --git a/images/b99b83db-8048-43b1-9ed7-c39960090f28.jpg b/images/b99b83db-8048-43b1-9ed7-c39960090f28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e7e30f4a788aaf6db023de57932b1067280771f --- /dev/null +++ b/images/b99b83db-8048-43b1-9ed7-c39960090f28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df63d24579e912d5b2c9235bff4fbd1509d1d8d084b16ffd3f6a78ea53adf754 +size 1479375 diff --git a/images/b99bcb60-2e05-466a-bd40-d832d1eaa82d.jpg b/images/b99bcb60-2e05-466a-bd40-d832d1eaa82d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..551c92e211b2a371df7d4fd98a13418d5cf4791b --- /dev/null +++ b/images/b99bcb60-2e05-466a-bd40-d832d1eaa82d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f684ae959cdc33562800f488ec871d73012e50c934534a6473fca19b7ee84b +size 1691846 diff --git a/images/b9a0daab-59ec-4373-a987-f28fa449793a.jpg b/images/b9a0daab-59ec-4373-a987-f28fa449793a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..881b3b925e76c479ec7b3405f88dc1b89cc48011 --- /dev/null +++ b/images/b9a0daab-59ec-4373-a987-f28fa449793a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3078b3f678e121d1dbbdb209feebc3752c09aa866c8356fb2c75a5186625c2ac +size 1718109 diff --git a/images/b9a42a9e-9756-4190-af8f-b2a335a7deb3.jpg b/images/b9a42a9e-9756-4190-af8f-b2a335a7deb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd99220cfe489b8f18482f87928cb361ef95bae5 --- /dev/null +++ b/images/b9a42a9e-9756-4190-af8f-b2a335a7deb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d03c2b3bc2b40844a52b94acc4d1500bb358416e845bd81736dc01f67d0103 +size 1596089 diff --git a/images/b9aed5bf-6963-4a2d-b042-8558d437b467.jpg b/images/b9aed5bf-6963-4a2d-b042-8558d437b467.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e1a77d135f9bd566ed589b685ed3570b283b4af --- /dev/null +++ b/images/b9aed5bf-6963-4a2d-b042-8558d437b467.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03700264963eb9a97e1efc5989bec0672b0f8f7dbb58b8944c350dc2a6359804 +size 1390064 diff --git a/images/b9b911f5-a130-47b1-bdf5-7b607c1aa2c7.jpg b/images/b9b911f5-a130-47b1-bdf5-7b607c1aa2c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..245b73bc8a2b3a1263b0b0b4298e63a4c718b5e1 --- /dev/null +++ b/images/b9b911f5-a130-47b1-bdf5-7b607c1aa2c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4a99cbef0750f3b48c81c7342d1986ad7eaf9d9949e1f204dc34df71214801 +size 2116938 diff --git a/images/b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e.jpg b/images/b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da94e00f00716d12a48b742364df946f69ec7287 --- /dev/null +++ b/images/b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdb8f1b2a8769e355f3c9a09033aacde72f2131f1ef8aa2beeabbc4f2fcd209 +size 1453745 diff --git a/images/b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1.jpg b/images/b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7698c4e309a2f6342c1d9936393086a22b975a1 --- /dev/null +++ b/images/b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927f13acf8fd15f476d46f89ceb6114740821c019baf35a70c08252d875ed57b +size 1701822 diff --git a/images/b9d35f3e-8b59-45ff-b4b0-49f10af73dff.jpg b/images/b9d35f3e-8b59-45ff-b4b0-49f10af73dff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc4b04dd4ed801d21c33db456c4f374b19bfc061 --- /dev/null +++ b/images/b9d35f3e-8b59-45ff-b4b0-49f10af73dff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf2215fe6aa035869a7548ef9655ef0870c0dc36fdb71b8566e6a5ff804a7ab +size 1333668 diff --git a/images/b9d9f181-3833-4fd4-926d-73735613df04.jpg b/images/b9d9f181-3833-4fd4-926d-73735613df04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ea55567b28e0c5e2d7445da01d7b2f56e7c7f3e --- /dev/null +++ b/images/b9d9f181-3833-4fd4-926d-73735613df04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2be4c4cf6c7e2a3c56a2af9b432c931309e995fbbcb781e9df0d5c12cfc0948 +size 1375617 diff --git a/images/b9e48232-ee94-463b-a7e9-9fcfbaab32ce.jpg b/images/b9e48232-ee94-463b-a7e9-9fcfbaab32ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7657c49dbb5db3fa37db5fa1ffd8e48f2e260e93 --- /dev/null +++ b/images/b9e48232-ee94-463b-a7e9-9fcfbaab32ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605c7b7e9373fb42090a2dbb99b57113543775742e486d26e582ae05de412368 +size 1474934 diff --git a/images/ba08a50d-fd92-4550-a4a5-77a5fee14b34.jpg b/images/ba08a50d-fd92-4550-a4a5-77a5fee14b34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11d67f278fa5cfb84caebdb68b1be4a5580a89d0 --- /dev/null +++ b/images/ba08a50d-fd92-4550-a4a5-77a5fee14b34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da262eb45c005490cd35b353e0f5cf04236a68aa1e97115c40e56f31c236d3f +size 2564254 diff --git a/images/ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90.jpg b/images/ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99c187e9d1d54d9f61b764bf2d3ba9bfbfaf5eaa --- /dev/null +++ b/images/ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f473b78073a060fcd65cde98681adb53fbfc01abb63850056f38a393e2d1b89 +size 1377594 diff --git a/images/ba0d161f-e418-453a-80dd-25b7613bbe92.jpg b/images/ba0d161f-e418-453a-80dd-25b7613bbe92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..573cd50b7be04fd1f9063aa2eb0206181fb17775 --- /dev/null +++ b/images/ba0d161f-e418-453a-80dd-25b7613bbe92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc9f0278666034ec9b2fe4f0df282889a7eaff78a111060a2f6722f97737cc0 +size 1428581 diff --git a/images/ba0e9c1e-1380-409b-81af-e03fb6372851.jpg b/images/ba0e9c1e-1380-409b-81af-e03fb6372851.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a376c579b6854fcae1c05f6ee221696324a872f --- /dev/null +++ b/images/ba0e9c1e-1380-409b-81af-e03fb6372851.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b647542d84dcac5cc4bd29682e4c53258c145671831ee5df4b337ade34fe1a27 +size 2299967 diff --git a/images/ba11dae4-c0f7-4649-81f5-8f4d7e08f58c.jpg b/images/ba11dae4-c0f7-4649-81f5-8f4d7e08f58c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b68f536d180dcd9a26214862669fe47bbada254 --- /dev/null +++ b/images/ba11dae4-c0f7-4649-81f5-8f4d7e08f58c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b1e1fbddce2a9f998b4a32a1f9fb8bb36d0f8bc30f5caeb47c2c1e3646289c +size 1326921 diff --git a/images/ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe.jpg b/images/ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4da539bc470339a8a56f7fb0984fcc848afa39dc --- /dev/null +++ b/images/ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f41eb5e095fe3393b7e4f19c4d5f74c2fc891bf61d79105c1ec955bd8a22c9 +size 2856932 diff --git a/images/ba1f12b4-d915-422d-b77d-8254ea661d5f.jpg b/images/ba1f12b4-d915-422d-b77d-8254ea661d5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03016abe905fde226a80bdab336e070d7452501e --- /dev/null +++ b/images/ba1f12b4-d915-422d-b77d-8254ea661d5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6c74d7d54fa0ffcd049e5e0bc02be449485de2400328b342dc1851a7d25892 +size 1672606 diff --git a/images/ba313bf8-cf7d-48ed-865f-a4a94758ff80.jpg b/images/ba313bf8-cf7d-48ed-865f-a4a94758ff80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6589a8a11a14aa3d2c8c78937e6f4ecc08ab3536 --- /dev/null +++ b/images/ba313bf8-cf7d-48ed-865f-a4a94758ff80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a608386bc3309c7cd89056011e77392eed0a830d6f288c994b63060cdd3d0627 +size 1305093 diff --git a/images/ba4d45c1-7c04-47bc-894e-71b56d3adc8e.jpg b/images/ba4d45c1-7c04-47bc-894e-71b56d3adc8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83a3152feb0e022f959dcae8f7e6ea2a1a20248c --- /dev/null +++ b/images/ba4d45c1-7c04-47bc-894e-71b56d3adc8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f4b1720afdc654bbccd648a4f09e64284a4d0214658e879f948ac34cee8410 +size 1700227 diff --git a/images/ba4da3bc-0689-488a-9317-6f056b4b4504.jpg b/images/ba4da3bc-0689-488a-9317-6f056b4b4504.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfef70e39939c3ee17b393cf6f179e7e8f3dd76a --- /dev/null +++ b/images/ba4da3bc-0689-488a-9317-6f056b4b4504.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1133e78c015d2d4866910eca5925b0872eee96bc2597906bc8bf993e04f4da +size 1778898 diff --git a/images/ba52a5e4-3bcc-484f-96c4-b5170b08fbab.jpg b/images/ba52a5e4-3bcc-484f-96c4-b5170b08fbab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae3be05967f85c64837de527c90852715e359373 --- /dev/null +++ b/images/ba52a5e4-3bcc-484f-96c4-b5170b08fbab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2de274445c4c0c85bd469dc5f0f271e9100ccf2a53e2cfb20d5edcb91d0bf0b +size 2455082 diff --git a/images/ba56acc2-605e-40ae-96f6-448280e2ad88.jpg b/images/ba56acc2-605e-40ae-96f6-448280e2ad88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2a4ac36c334112f3bee3bdfa16eb6dfd4a10396 --- /dev/null +++ b/images/ba56acc2-605e-40ae-96f6-448280e2ad88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291f8dadd10784a26dd3b4df992df240c1793475781ae6af5b0ac5bd8c2c0dbd +size 1271178 diff --git a/images/ba5c1eb8-4856-45a8-8d57-c79aa28c7b06.jpg b/images/ba5c1eb8-4856-45a8-8d57-c79aa28c7b06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab3115ff5d32151e64da0a2e404a98b476dbc17c --- /dev/null +++ b/images/ba5c1eb8-4856-45a8-8d57-c79aa28c7b06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d754e74fef3a05779e1a6bb541470145288d14fe7cc6b722d3532ade9f1fe1c +size 1544620 diff --git a/images/ba6127ec-19e1-4749-9013-9225c5a21005.jpg b/images/ba6127ec-19e1-4749-9013-9225c5a21005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cdb02fd6fbc33065fa6c3610c654f5c242688d3 --- /dev/null +++ b/images/ba6127ec-19e1-4749-9013-9225c5a21005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eaf5d57307dcd99faf5e408bea2625f85e33df850b4914db1571c7281e0a6ec +size 1609044 diff --git a/images/ba6761d0-0dbf-4060-b48e-032042978e9e.jpg b/images/ba6761d0-0dbf-4060-b48e-032042978e9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f54bdad78803bb58174f3e14226c17b72bcf001c --- /dev/null +++ b/images/ba6761d0-0dbf-4060-b48e-032042978e9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd78bbf6e47ee8a8c2ac0260dc0ceab791be53e9232a5ef58ac6e3daa68fead +size 1601317 diff --git a/images/ba6ac911-268a-46ec-9266-222f3ac4d1aa.jpg b/images/ba6ac911-268a-46ec-9266-222f3ac4d1aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56231902aedaf1388c3227f06e1474ba91ca5e97 --- /dev/null +++ b/images/ba6ac911-268a-46ec-9266-222f3ac4d1aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8688e791f60ba30bb5afe441e91c70b07a5de44f5978724a29d927c4711d63 +size 1123261 diff --git a/images/ba6f86fc-b49c-49a5-92e9-4b4182be1bad.jpg b/images/ba6f86fc-b49c-49a5-92e9-4b4182be1bad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c153d92b9b1bf7f950c8398e4481fcf4ba7617a2 --- /dev/null +++ b/images/ba6f86fc-b49c-49a5-92e9-4b4182be1bad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d6182efb8ca666422e93c236a452c174350afcab8fc3a5c143880d3e67cd8b +size 1614694 diff --git a/images/ba7f1236-b18e-41be-9155-3f24deef1de8.jpg b/images/ba7f1236-b18e-41be-9155-3f24deef1de8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82f3aad2a7e10e663f45d443fa2a655f77fbdf5d --- /dev/null +++ b/images/ba7f1236-b18e-41be-9155-3f24deef1de8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f5c71e9bd0f467c6c5f339b51f40dae08ef02e0fe6d00f41b1fc8ad240228c +size 1189289 diff --git a/images/ba835997-6f06-4750-ac59-22bcf963b218.jpg b/images/ba835997-6f06-4750-ac59-22bcf963b218.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bbede1f10a9f693e1a9786f3cce51131fa1d4da --- /dev/null +++ b/images/ba835997-6f06-4750-ac59-22bcf963b218.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e591a3bd1a3154bbaaccee092c6ed8dee66ed55fd8f5facd639a14b018b1db0d +size 1149386 diff --git a/images/bab7b3b3-557d-4eb0-84c4-17f0295b721e.jpg b/images/bab7b3b3-557d-4eb0-84c4-17f0295b721e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a684837b079196e00d51ccc7d55a9bfd81b00e24 --- /dev/null +++ b/images/bab7b3b3-557d-4eb0-84c4-17f0295b721e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aed224811a7ac206ac4763dae16d8940754910fd308d0696affdc30ed1dfdcd +size 1358812 diff --git a/images/babfe7d9-7988-4e8c-b756-f5f1fc8afbc1.jpg b/images/babfe7d9-7988-4e8c-b756-f5f1fc8afbc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e05dba8075829907dd8ba58ab9fc1500b1ee5b50 --- /dev/null +++ b/images/babfe7d9-7988-4e8c-b756-f5f1fc8afbc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c6ad1bd726b301780978fe27a98ee01e4aa228885a5931e269da5ec3220fb3 +size 1573222 diff --git a/images/bac44f79-2a1a-407f-b573-712b2bd63679.jpg b/images/bac44f79-2a1a-407f-b573-712b2bd63679.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29f82b838976498363b06a61e1243e4bdf1f2f0f --- /dev/null +++ b/images/bac44f79-2a1a-407f-b573-712b2bd63679.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dfb87ca8f37f9965658d1a35eb4ff5b722bc3d746195eefc40e6a93d0344a3 +size 1271312 diff --git a/images/bad24e31-d262-4b34-bd6d-f8ccd1b27e44.jpg b/images/bad24e31-d262-4b34-bd6d-f8ccd1b27e44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3b75069f969ef51383eacaa45e9c384c8a80275 --- /dev/null +++ b/images/bad24e31-d262-4b34-bd6d-f8ccd1b27e44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cf7e297f39990f86d77de14357360a5f911cbb09dd195736e46d81521739ec +size 1104997 diff --git a/images/bae23d2b-f2c9-48c1-9644-6ecea3536db9.jpg b/images/bae23d2b-f2c9-48c1-9644-6ecea3536db9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14edde94602fe4b667211b34fecbe62dff690032 --- /dev/null +++ b/images/bae23d2b-f2c9-48c1-9644-6ecea3536db9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4bd52008faf86224bec859457e31a76afdfab95571be58410d832522946c77 +size 1455652 diff --git a/images/baea96fc-e7c7-4659-8bf3-41b1a79bcd9a.jpg b/images/baea96fc-e7c7-4659-8bf3-41b1a79bcd9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..789ff367e9b32b7e1d1dab7023ce0adc8d4e2a41 --- /dev/null +++ b/images/baea96fc-e7c7-4659-8bf3-41b1a79bcd9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df545f3336f8ed76c4fc45739c3db83dfc74fdda52f1840b789d5def95070fd +size 1763368 diff --git a/images/baec6056-7822-4fe7-8056-3328598de80c.jpg b/images/baec6056-7822-4fe7-8056-3328598de80c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a259f1c32c7e4c5e91cbd801fbbea505d5211623 --- /dev/null +++ b/images/baec6056-7822-4fe7-8056-3328598de80c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956223b8e498e6526ee4ea57a7b937852e195b819fad16f8de1c37c5b09d079f +size 1578202 diff --git a/images/baf2e381-b645-4916-a72c-ed929e535136.jpg b/images/baf2e381-b645-4916-a72c-ed929e535136.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a001be76231e5b0b3c76b0cfe43e60541acb127f --- /dev/null +++ b/images/baf2e381-b645-4916-a72c-ed929e535136.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51263660f8a9afe258a94973a5ca87ad16e740aaa1960c090b6dff2b7027b09 +size 1719468 diff --git a/images/bb074f02-6641-45ba-b80c-37510249b492.jpg b/images/bb074f02-6641-45ba-b80c-37510249b492.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03a616996b588a2c020adf4775297cc993dfd3e1 --- /dev/null +++ b/images/bb074f02-6641-45ba-b80c-37510249b492.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8addb4ffb2ceee2e1517a392a8581a65ae031561518ea589c10608834857876c +size 1611787 diff --git a/images/bb0e145b-9141-4046-b787-1c7cee0a3ba2.jpg b/images/bb0e145b-9141-4046-b787-1c7cee0a3ba2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b31b71602fc45ff29ac5232c4136c4ec31c4387 --- /dev/null +++ b/images/bb0e145b-9141-4046-b787-1c7cee0a3ba2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232af9a2c06c622097003d84f2b75d7876a116ead81c4aec36ae71d8a2b4e74c +size 1946598 diff --git a/images/bb16e737-1c60-4c43-b3e5-cfe654667c57.jpg b/images/bb16e737-1c60-4c43-b3e5-cfe654667c57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44ec32c01db2e6fb3bf944cdd61cbf5bf1c15868 --- /dev/null +++ b/images/bb16e737-1c60-4c43-b3e5-cfe654667c57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e3fc91db8a98832a2e0957dd7ecf6c4d67f6aeaa441f991de388fa6cfe3916 +size 1677097 diff --git a/images/bb17c62a-8ae1-4ef8-9814-d2215f5f637e.jpg b/images/bb17c62a-8ae1-4ef8-9814-d2215f5f637e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c3e155e118f0eb5818781c93c4a73b9ed21c757 --- /dev/null +++ b/images/bb17c62a-8ae1-4ef8-9814-d2215f5f637e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4887a4c53cc73a735a57adef4f3abbc837ad405e0d9b414ade28b7bf8ef3de +size 1487109 diff --git a/images/bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796.jpg b/images/bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4418074d0e2d16367346e31910e8fc06e251297 --- /dev/null +++ b/images/bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adebcf260d9d6292ee7c2374c69f46785b1224e3905cf2dc6991d479548ea5c6 +size 2046346 diff --git a/images/bb25946e-3934-4974-a415-4f6872685d96.jpg b/images/bb25946e-3934-4974-a415-4f6872685d96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23680ed50ae7600323962f347a1597caa15f378c --- /dev/null +++ b/images/bb25946e-3934-4974-a415-4f6872685d96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c1df12b3c966865d653f824f6f63ede5e19180cf647b7351ac4cd9b58b1e5e +size 2383265 diff --git a/images/bb26b959-90d9-434e-8db6-87d65a24106d.jpg b/images/bb26b959-90d9-434e-8db6-87d65a24106d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9de044049296e775f5edc21dacfd15d7dbcc5cad --- /dev/null +++ b/images/bb26b959-90d9-434e-8db6-87d65a24106d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a947828a9e64a71f040708f4a7ee12771a928a69350ed0607043e91f47c00c +size 1713609 diff --git a/images/bb2d09db-8269-4008-bf70-c0e69a998a9e.jpg b/images/bb2d09db-8269-4008-bf70-c0e69a998a9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b58df4eb7c6d30dbff12bce6a94a3fb844e2c071 --- /dev/null +++ b/images/bb2d09db-8269-4008-bf70-c0e69a998a9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573b60f28bc006a26341a74229f9ddd8b7ffc9b0b37d2dd79c7748a1df310bf1 +size 1651519 diff --git a/images/bb30e69e-200a-4370-9667-749fbeceb46e.jpg b/images/bb30e69e-200a-4370-9667-749fbeceb46e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9220362d93af4c1e5b07678521509fe28a1f271d --- /dev/null +++ b/images/bb30e69e-200a-4370-9667-749fbeceb46e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111a70928525bb5fb3f55f3750fd65a47918b66212fd3144126ff5b732653ca9 +size 1689090 diff --git a/images/bb3160b2-2d6c-4f64-8105-fc35f3b37332.jpg b/images/bb3160b2-2d6c-4f64-8105-fc35f3b37332.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a8693a95251c861464af99de897da40246f40c4 --- /dev/null +++ b/images/bb3160b2-2d6c-4f64-8105-fc35f3b37332.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a13d5b2d7d8d347d59346e3b5ba2dc0ed5c3348a300f8cabd013bb8af02f31 +size 1750466 diff --git a/images/bb3b8788-c2ea-4505-996c-0c2ce49d9770.jpg b/images/bb3b8788-c2ea-4505-996c-0c2ce49d9770.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6840bcc7c7c30f125374d7cd018b32285c18a20e --- /dev/null +++ b/images/bb3b8788-c2ea-4505-996c-0c2ce49d9770.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c9315d60cbe81d7341256d2cea84363433070a8845f2cb8cf7da562c6056f3 +size 1611204 diff --git a/images/bb47ad73-855f-43f9-8b9c-6eff484f1013.jpg b/images/bb47ad73-855f-43f9-8b9c-6eff484f1013.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72e5f5130d33447e6fc4e3e374cbc733466b700a --- /dev/null +++ b/images/bb47ad73-855f-43f9-8b9c-6eff484f1013.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6be73f1180cf4ccaf357a2cc8c423002c3d87d7b6762b6f82733b8759fd0ce +size 1755239 diff --git a/images/bb48c40c-7eef-4a08-8a0b-1dc007fd334d.jpg b/images/bb48c40c-7eef-4a08-8a0b-1dc007fd334d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd74b080cade65fb7812fe04f81c796c92fba06e --- /dev/null +++ b/images/bb48c40c-7eef-4a08-8a0b-1dc007fd334d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbff47e1d6b38d4f4b5b6f12af0f432ed44ea7cdad935b595e62eeee9c11e2ce +size 1527742 diff --git a/images/bb4ec09d-5ce6-43e8-937c-d0b2eab12395.jpg b/images/bb4ec09d-5ce6-43e8-937c-d0b2eab12395.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92fbbc97132e9ecc41ad037bdee721e8a8e5519c --- /dev/null +++ b/images/bb4ec09d-5ce6-43e8-937c-d0b2eab12395.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732a736b7e4d8cd3a94106d4e71a6371cdd01ed5deef120f3712a2a21e54b1f5 +size 2035323 diff --git a/images/bb55dfc1-8ee6-4c16-89a6-fb9965642d55.jpg b/images/bb55dfc1-8ee6-4c16-89a6-fb9965642d55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0b76fd4789a4d4d9684d929af8fd6db1e2b1177 --- /dev/null +++ b/images/bb55dfc1-8ee6-4c16-89a6-fb9965642d55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d39f09f562777095a3a900b6d568eb828ea32b3f0beae24720f433c7ef9adbd +size 1581297 diff --git a/images/bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54.jpg b/images/bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc206980c76c88f241dca87f9b8f817d42726348 --- /dev/null +++ b/images/bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d172d1de8323dbcf994eea040d13abc58fec51446accf6f08f279ae2ae044c +size 1704355 diff --git a/images/bb760bf8-c2c5-4ef6-8675-0abef0035442.jpg b/images/bb760bf8-c2c5-4ef6-8675-0abef0035442.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1acb23f241d68c59a2e8cbb25784064c2fa5eff --- /dev/null +++ b/images/bb760bf8-c2c5-4ef6-8675-0abef0035442.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717a9ad9ebc102717b5003ab88d0a486b56e52d55580223cc9c67c158c4d306b +size 1656785 diff --git a/images/bb765c94-acec-4aa5-8279-316246846e5c.jpg b/images/bb765c94-acec-4aa5-8279-316246846e5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ace90d2e69919ed75a5ea2aaa0f6994f6948e17 --- /dev/null +++ b/images/bb765c94-acec-4aa5-8279-316246846e5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb084415ab28331b84c2cd820e62e8d4fe44e3a7f106fdcac44b81a2158bad8 +size 1449505 diff --git a/images/bb778b2d-db75-4d99-adb1-aeeb77dd341c.jpg b/images/bb778b2d-db75-4d99-adb1-aeeb77dd341c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af9bf2b9fef28d14594d9026603a67c326459507 --- /dev/null +++ b/images/bb778b2d-db75-4d99-adb1-aeeb77dd341c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113a0c334a047dcb02c256c62b4ff78a8aa28be46830b7047773db1bec49ff56 +size 2086609 diff --git a/images/bb899267-6b98-40ac-9a59-5bd0e1cadc4b.jpg b/images/bb899267-6b98-40ac-9a59-5bd0e1cadc4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f98cca496049dd1f1efeabe1e3fdca09734da5e --- /dev/null +++ b/images/bb899267-6b98-40ac-9a59-5bd0e1cadc4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e622d35f7a9cdfcf68e9513fa538d80898933c5938cce6fb086a879dd409833e +size 1749733 diff --git a/images/bb9ba910-6dfd-4cdf-825c-420dc3f16dbd.jpg b/images/bb9ba910-6dfd-4cdf-825c-420dc3f16dbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c9cbda45f1aaa73c2ac38072657851cf63b02b5 --- /dev/null +++ b/images/bb9ba910-6dfd-4cdf-825c-420dc3f16dbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903c6deefe4702e5b887756064c5968b47e3e1c781ff6a3ad231e8ecfeaf8dba +size 1662890 diff --git a/images/bba222f7-93f8-4177-b168-2cb782fb9313.jpg b/images/bba222f7-93f8-4177-b168-2cb782fb9313.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a8fa11d8841e8ffd2f006f03b2ce4045e4b2a01 --- /dev/null +++ b/images/bba222f7-93f8-4177-b168-2cb782fb9313.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ff5df5bf1f19a7247c60a570cc7f87edff3eee59abbcb2dd9b7e37e77c29fe +size 1371970 diff --git a/images/bbb35192-7181-4447-af18-7d1f92cd72a3.jpg b/images/bbb35192-7181-4447-af18-7d1f92cd72a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4327c807f6fec1f3ba9ee0c4c34a74290eae6675 --- /dev/null +++ b/images/bbb35192-7181-4447-af18-7d1f92cd72a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf5b0a884c6faec741825c42f8cb3fb1ac5ec76f500f0f16c8e8f0984d9af74 +size 3317336 diff --git a/images/bbbbc306-bb34-417a-8fcc-3b8aef969ec1.jpg b/images/bbbbc306-bb34-417a-8fcc-3b8aef969ec1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd2aee92b933d3786744a4122cb9ce9c727d589 --- /dev/null +++ b/images/bbbbc306-bb34-417a-8fcc-3b8aef969ec1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff650502a88b1d9bf8b826d16be34d6e0749615e8f4bd5468fb5ef339e46c5f +size 1448414 diff --git a/images/bbc73715-c209-4ac5-af13-566e095b4352.jpg b/images/bbc73715-c209-4ac5-af13-566e095b4352.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e62ea9939407d87110705fc3a6cebd5cad8808c4 --- /dev/null +++ b/images/bbc73715-c209-4ac5-af13-566e095b4352.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7835a16da151ffaa056bf48be8ad7344a9aaf2154e9fa438c6997ac16de63ad8 +size 995588 diff --git a/images/bbc9feed-aa8b-4c59-9300-3524f27d1539.jpg b/images/bbc9feed-aa8b-4c59-9300-3524f27d1539.jpg new file mode 100644 index 0000000000000000000000000000000000000000..526a9e5951db5c9c1c756391a76c4a4878aa38e4 --- /dev/null +++ b/images/bbc9feed-aa8b-4c59-9300-3524f27d1539.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0182fd1ce00304976e9c1410ad5f4743687cbfd339956d57333b4a41aed04cb +size 3058108 diff --git a/images/bbdcc480-f734-43af-86ae-8a18fb9b040c.jpg b/images/bbdcc480-f734-43af-86ae-8a18fb9b040c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94c01bff8671166c85ee1b74fabb8cc264edf2fe --- /dev/null +++ b/images/bbdcc480-f734-43af-86ae-8a18fb9b040c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a42c78f2b029216bfa3d447ee0844b1fc0315442113b2be4ee51ae60de8ee6e +size 1620302 diff --git a/images/bbe4ec81-0c14-45bf-8305-f5b88148088c.jpg b/images/bbe4ec81-0c14-45bf-8305-f5b88148088c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0269409a69f35b88958f8a71f0637426e298996f --- /dev/null +++ b/images/bbe4ec81-0c14-45bf-8305-f5b88148088c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c833f744e4c842f1f5572f6fd0ae09c53ceb4118b73cd638c8f30a97ad09ea +size 2147960 diff --git a/images/bbed0070-2410-475a-bc0e-52b1c1589da5.jpg b/images/bbed0070-2410-475a-bc0e-52b1c1589da5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45a151a8f738ddc9a1b35391f15a3b06231bc7c1 --- /dev/null +++ b/images/bbed0070-2410-475a-bc0e-52b1c1589da5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e7d82ed28fff2f3928b33dc51c6b346c8442fa4ac8f18feb7acef6578f94ac +size 1529263 diff --git a/images/bbf8bb17-5a2a-4431-a2df-93843f577a44.jpg b/images/bbf8bb17-5a2a-4431-a2df-93843f577a44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd2cfd5df2704812f539d4c9b8a63a6e67bbb4bf --- /dev/null +++ b/images/bbf8bb17-5a2a-4431-a2df-93843f577a44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b63d19b3819fcaf15f6ca70ca8ca492955b2a9725dc48e9b406a017161268f +size 1616642 diff --git a/images/bbf9e702-63cf-4438-a717-9a54d4fc3efb.jpg b/images/bbf9e702-63cf-4438-a717-9a54d4fc3efb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7d746378cfb3c32ff3b56f920b78ee65436dfc5 --- /dev/null +++ b/images/bbf9e702-63cf-4438-a717-9a54d4fc3efb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664dc27fb7e3f0e48f3341911d786689791de04649490855ba49028608b45245 +size 1416292 diff --git a/images/bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93.jpg b/images/bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e4dbea04165b031d791a639689b0669890ad44f --- /dev/null +++ b/images/bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2467c69c950da21fc81d24b213a7f3811d397ca9e0a283ab694dd97584da560 +size 2089323 diff --git a/images/bc1dccc4-a42e-4c40-9344-7572c66af7bc.jpg b/images/bc1dccc4-a42e-4c40-9344-7572c66af7bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c7d2a2030926aa39bf4df90d693b1cd60a39a10 --- /dev/null +++ b/images/bc1dccc4-a42e-4c40-9344-7572c66af7bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec90d51356505b150f27537d97fcfbc34e951f63534c4c7497a9880278e32df +size 1811623 diff --git a/images/bc27dfff-5b32-41fc-94e8-2b07408456f7.jpg b/images/bc27dfff-5b32-41fc-94e8-2b07408456f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d154871fd49b179d29fc0987d32013ccb01e44ad --- /dev/null +++ b/images/bc27dfff-5b32-41fc-94e8-2b07408456f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db55cfc810d1467ca255469fc8487b8850deb3fb691749b830365e455c77e2a +size 994560 diff --git a/images/bc2b9679-8886-4887-a5ae-200cde1f18e4.jpg b/images/bc2b9679-8886-4887-a5ae-200cde1f18e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d21a20e8e99333a41a693f387d414a4a17bc2dc --- /dev/null +++ b/images/bc2b9679-8886-4887-a5ae-200cde1f18e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8c138a12a45076c13d765a4b10f2b5d907aeccf5722ee47bfa18a2372b4000 +size 1525186 diff --git a/images/bc32e6b9-3820-442e-8099-ed1285882c0e.jpg b/images/bc32e6b9-3820-442e-8099-ed1285882c0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74f10554442211720709a87163cd82febfaf2a09 --- /dev/null +++ b/images/bc32e6b9-3820-442e-8099-ed1285882c0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad69870dea58d13200d55b8a3544d51057c9ea511a0cfb1c1d697a02d4fe474f +size 1483973 diff --git a/images/bc334c69-35d3-40b2-bfba-d6376820e529.jpg b/images/bc334c69-35d3-40b2-bfba-d6376820e529.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3abbd7f49fd566c2147dfac2b2cefd670b2ab859 --- /dev/null +++ b/images/bc334c69-35d3-40b2-bfba-d6376820e529.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0531b2e82bce15ac49e9838d769e984ee6df380c66747d104de904240710f6dd +size 1460940 diff --git a/images/bc372619-76ec-4355-bf14-107c4cfebde6.jpg b/images/bc372619-76ec-4355-bf14-107c4cfebde6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0a7c5dd1aea61128ac12555559e2a9e9a164360 --- /dev/null +++ b/images/bc372619-76ec-4355-bf14-107c4cfebde6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fa7795d26ccd30523247daa324cdfe1a46a02308cd68cd852eae93552dc97e +size 1900013 diff --git a/images/bc3913f0-1553-4479-9fe8-66340703371a.jpg b/images/bc3913f0-1553-4479-9fe8-66340703371a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59bc747e34a7c69173854a3f0c2f6d7234837f37 --- /dev/null +++ b/images/bc3913f0-1553-4479-9fe8-66340703371a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6dbe4c58046450ddc8621416c9295e1958d84ea69fdc9b0a02f12585cc6fdc +size 1145327 diff --git a/images/bc40029e-8dc8-4399-abaa-93b4f128e503.jpg b/images/bc40029e-8dc8-4399-abaa-93b4f128e503.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a74710c83369ddd42dff40269fee8ef3972e2c09 --- /dev/null +++ b/images/bc40029e-8dc8-4399-abaa-93b4f128e503.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e857d753199a962376692b7d7d02b2ecf1dd77efa4e9ed47adad5ac0e2fb5d64 +size 2199324 diff --git a/images/bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d.jpg b/images/bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..815f1285e2a0fc86538e3211eb738752285ddb1c --- /dev/null +++ b/images/bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3731c88622f814b59dce2592bc9e4197accacc67c973c2f7d09234ae1e8006fa +size 2149480 diff --git a/images/bc4d0157-6e13-45f9-9d54-c1e67f6cf391.jpg b/images/bc4d0157-6e13-45f9-9d54-c1e67f6cf391.jpg new file mode 100644 index 0000000000000000000000000000000000000000..303a168be3add7576632e1b9ea7d2b6e07600aa6 --- /dev/null +++ b/images/bc4d0157-6e13-45f9-9d54-c1e67f6cf391.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5366c07904680cad59274efe94232b7ed6d38691f7f69f6debf32e966a08d011 +size 1144092 diff --git a/images/bc5f4d57-2acf-42df-91d5-00bcaa4e87df.jpg b/images/bc5f4d57-2acf-42df-91d5-00bcaa4e87df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f9d5818792c69e15afb57b3cf8a7552f0095fe5 --- /dev/null +++ b/images/bc5f4d57-2acf-42df-91d5-00bcaa4e87df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0ef2377af0c8dae47f96bc2dae6a6eb91f58a29059b65115b58e16d6404ce5 +size 1521252 diff --git a/images/bc73768c-5061-4536-99ff-fae14567fc7f.jpg b/images/bc73768c-5061-4536-99ff-fae14567fc7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a3e19aba3a117cf05b0fe124c21ff80258329f7 --- /dev/null +++ b/images/bc73768c-5061-4536-99ff-fae14567fc7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075bd0d33cc1e23554fc3af6f92045c78b4c2ec62adbac6be1717d0fccb26c9f +size 1542556 diff --git a/images/bc7461db-bfc5-44a8-9d79-e4efd235c3bc.jpg b/images/bc7461db-bfc5-44a8-9d79-e4efd235c3bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..396a9fa94a07dfc8af1aa58da71d28d304004f88 --- /dev/null +++ b/images/bc7461db-bfc5-44a8-9d79-e4efd235c3bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110d094ab2e57bfffdec248974e0ad52a5400bd1a0bab506661e262c90150281 +size 1552110 diff --git a/images/bc7671dc-a214-47ab-9e02-8d0b8d5995e2.jpg b/images/bc7671dc-a214-47ab-9e02-8d0b8d5995e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f761f366eeb2b075794968c27bb0a83c507b462 --- /dev/null +++ b/images/bc7671dc-a214-47ab-9e02-8d0b8d5995e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcf5c3395d24b105c1a812ae24f9df41a1f55b788b30474b3ecb7d496a5ba25 +size 1457515 diff --git a/images/bc77a873-f898-4edf-ae99-07b422b625ec.jpg b/images/bc77a873-f898-4edf-ae99-07b422b625ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83783c3fe56243e3b18cf1d4056fe359b1a855e9 --- /dev/null +++ b/images/bc77a873-f898-4edf-ae99-07b422b625ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecd8257c2043759d6a74d8fe40fe3febadce91cce7398a6559c0fb9b8a9e550 +size 1803103 diff --git a/images/bc8393da-8820-478f-959b-ee2e8b613ef8.jpg b/images/bc8393da-8820-478f-959b-ee2e8b613ef8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89f4320cce7b76d83434b85ad6e116512eb2466a --- /dev/null +++ b/images/bc8393da-8820-478f-959b-ee2e8b613ef8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b650920bbb3d9019ace990f44c0b0052ab101959db62a00162c59ac10b0d0f1 +size 1209131 diff --git a/images/bc89b1e9-c486-4623-ade3-ce2477b3eba3.jpg b/images/bc89b1e9-c486-4623-ade3-ce2477b3eba3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..342c37a5294486a19e547e2dc70bec67ee1191f6 --- /dev/null +++ b/images/bc89b1e9-c486-4623-ade3-ce2477b3eba3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a500e709e8a05fc8ce45caf8fffdc7d9e10e96e99502ea860cedc2d9b9a9d3 +size 1599813 diff --git a/images/bc8ee149-3ddb-40df-8512-356e3f81fefa.jpg b/images/bc8ee149-3ddb-40df-8512-356e3f81fefa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c758a478c9f947c8baf6733d39df29490cc5740 --- /dev/null +++ b/images/bc8ee149-3ddb-40df-8512-356e3f81fefa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871e8aeda66b70795e946004838a0dd66006c08224e52b5ea8c61b57e05106bf +size 1089760 diff --git a/images/bc8fdc0b-964f-47c1-a3df-3512dd015e03.jpg b/images/bc8fdc0b-964f-47c1-a3df-3512dd015e03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..959e223fd98238dc52aef899122b81cbf53274d7 --- /dev/null +++ b/images/bc8fdc0b-964f-47c1-a3df-3512dd015e03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b8747778a69b570dadb7213daca6d571a80a3b8cf6d92cb9a534bc81faa399 +size 1247902 diff --git a/images/bc9366eb-fec6-4e12-a9d4-26d0e9a63709.jpg b/images/bc9366eb-fec6-4e12-a9d4-26d0e9a63709.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c4aa1bdf43ff06cb8d82f6f04382901058c1db4 --- /dev/null +++ b/images/bc9366eb-fec6-4e12-a9d4-26d0e9a63709.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea3b90f892a3eb8dc2f37397f340f90ea5283e274edda9b4e0543f49d3b5bce +size 1917465 diff --git a/images/bca569e8-be01-4d26-91b8-bc59d252bc1c.jpg b/images/bca569e8-be01-4d26-91b8-bc59d252bc1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce2ce5b9c365546a276eca2f88b570de51b02c9b --- /dev/null +++ b/images/bca569e8-be01-4d26-91b8-bc59d252bc1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6c38561be8fb16bd04e37630bbf99bc293194b31871c5b7dea60fe711b72ac +size 1461241 diff --git a/images/bcb8fcf5-495c-4a4f-a482-07d6dd1641f8.jpg b/images/bcb8fcf5-495c-4a4f-a482-07d6dd1641f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f11f89d7588f86d0dbbc268fa21ab5d9fcb1f1e --- /dev/null +++ b/images/bcb8fcf5-495c-4a4f-a482-07d6dd1641f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599fa9246ecbde4f41124bd2ab230ae40782198bc897f94447a55e9c9cf9a449 +size 1704525 diff --git a/images/bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5.jpg b/images/bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..182d5c644eb30314a263cc2b7832ad172bdaf66b --- /dev/null +++ b/images/bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b72c78fd2d429943e37b13e424375ddfeaa85b26f9f9fed5c26a1a0fe1525f0 +size 1464649 diff --git a/images/bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4.jpg b/images/bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf2285c427c82a690d691e5d26b8aba8f911e2ed --- /dev/null +++ b/images/bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17ba6a6011e4801c15b18cd3954075371f215de6d51254c88454cb0dc22a276 +size 1476439 diff --git a/images/bcd49b33-f13b-4d53-a35b-fb73569449c7.jpg b/images/bcd49b33-f13b-4d53-a35b-fb73569449c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeb552faee92e7b3f159f31e09ef5bb71c47255a --- /dev/null +++ b/images/bcd49b33-f13b-4d53-a35b-fb73569449c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4182a7afaa602eb666f7676e63170f08424e24ec3349575c43f45ae9685635e2 +size 1284503 diff --git a/images/bce5b625-5f7c-4690-a2b5-42abd498c490.jpg b/images/bce5b625-5f7c-4690-a2b5-42abd498c490.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a94c035b3e286b6097cb694e76764d1cf1c3aa0 --- /dev/null +++ b/images/bce5b625-5f7c-4690-a2b5-42abd498c490.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d84c4031a4bdd314b7e1e872b995281894be738b4a6817d17695f1f0d1b63e +size 1495210 diff --git a/images/bce73fdd-bb8e-4083-9fbe-2e898b4959a2.jpg b/images/bce73fdd-bb8e-4083-9fbe-2e898b4959a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac17dad8032435b4958978fb03f4f4d98a15f621 --- /dev/null +++ b/images/bce73fdd-bb8e-4083-9fbe-2e898b4959a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e50e4c54e40c2f17c0ad5c917ce5ca83b7768bf5bd46118f8dfd9c12d2b7e7 +size 2921859 diff --git a/images/bcf08e7e-5e10-4a80-b27b-b13f989def20.jpg b/images/bcf08e7e-5e10-4a80-b27b-b13f989def20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8166ad32dfabdfb29eed651945e587279c1d25e5 --- /dev/null +++ b/images/bcf08e7e-5e10-4a80-b27b-b13f989def20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330ad83af42c43ec22bf157998c49769fdea709c76a8a89d5707108400898b21 +size 1478828 diff --git a/images/bcf5e37a-4bdb-4bfc-aa18-c1865dc78796.jpg b/images/bcf5e37a-4bdb-4bfc-aa18-c1865dc78796.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eac7f26f1e25a0085b3ac41edc6121ccd32b4c4 --- /dev/null +++ b/images/bcf5e37a-4bdb-4bfc-aa18-c1865dc78796.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242fa57f92e5ea114f4243bb18b5e81af46df072f2a80249da71f3526e88ce33 +size 1271595 diff --git a/images/bd031381-56c7-4f08-b859-c7292ec38ac2.jpg b/images/bd031381-56c7-4f08-b859-c7292ec38ac2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47b28769f4830ea52d0aed109c2f16bfafcda3d8 --- /dev/null +++ b/images/bd031381-56c7-4f08-b859-c7292ec38ac2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77e56aeadbb0f6b28e43e1423e669e7fcc2b422a99b4059cc2343506b45677b +size 1661102 diff --git a/images/bd05c6d1-34a6-4583-a198-09963ad3f3bb.jpg b/images/bd05c6d1-34a6-4583-a198-09963ad3f3bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db7096c51cd8d8f100c69776d742af8971bc50e2 --- /dev/null +++ b/images/bd05c6d1-34a6-4583-a198-09963ad3f3bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e5e0bcf3e868e40200534160381aadf11f779e40062b68f7dda2099e1c4403 +size 1735433 diff --git a/images/bd081148-c314-44e8-836f-26cd4b56fdb1.jpg b/images/bd081148-c314-44e8-836f-26cd4b56fdb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ed9174a7404aba011e7e7cc9f9d90d29f25cd00 --- /dev/null +++ b/images/bd081148-c314-44e8-836f-26cd4b56fdb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247f6ac2f4ce8582a1d7df5247395835cc905b2bea69dc4e364d21f8e3da8984 +size 1891835 diff --git a/images/bd0ac030-2a9d-4557-ba69-3b4febcd514e.jpg b/images/bd0ac030-2a9d-4557-ba69-3b4febcd514e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eb68e7ac22eb65314e9c1615802d93621708b52 --- /dev/null +++ b/images/bd0ac030-2a9d-4557-ba69-3b4febcd514e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4340bd541952f0c7d3d5db412437c9bff7fb623261321a33db938a8fea0d36d +size 1540222 diff --git a/images/bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3.jpg b/images/bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7370ede307e8ac499108110c28da605f15c1279b --- /dev/null +++ b/images/bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7742d22c30ec22315afbe6bcae288eff735579e39a107b716c9c727e95dbce +size 2169685 diff --git a/images/bd111d3f-2e20-4673-9b69-7c05b598528e.jpg b/images/bd111d3f-2e20-4673-9b69-7c05b598528e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb15f714564a6837ec663b3b3f596688163df58b --- /dev/null +++ b/images/bd111d3f-2e20-4673-9b69-7c05b598528e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848af85fa196ea72ae83c7b0027c083be0517ee3ff5ee252be8671de996e1bf5 +size 1618658 diff --git a/images/bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4.jpg b/images/bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59db769998600dbd80db9581ca5e273924f94c8c --- /dev/null +++ b/images/bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f87dcde74bd330971bc56bd1426b9b143eb76bf201079d4980c29fb4d291862 +size 1648419 diff --git a/images/bd181bf6-04cf-4776-95fb-81e5b9aa635e.jpg b/images/bd181bf6-04cf-4776-95fb-81e5b9aa635e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..032fc4d94e9c7e0c58999a0f512cac3549298c55 --- /dev/null +++ b/images/bd181bf6-04cf-4776-95fb-81e5b9aa635e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fbf45a80a5cfc0a925f8c10f1ceee50aad5ed822ddf1ca93b2e66f2345e4a3 +size 1736571 diff --git a/images/bd1d0d7d-4a39-46e3-9797-7c1fffc63e65.jpg b/images/bd1d0d7d-4a39-46e3-9797-7c1fffc63e65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c09713f33c940742a1f6ae59919fad47a3f1f3f --- /dev/null +++ b/images/bd1d0d7d-4a39-46e3-9797-7c1fffc63e65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb0f74283064761c91f26d451fc2edd50c815aa4a5024384bf8ea758611b36e +size 2035455 diff --git a/images/bd1e95d0-fd4e-4095-ae60-69bcb0143980.jpg b/images/bd1e95d0-fd4e-4095-ae60-69bcb0143980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3012565cae41bc5083515ca1064d305ee32c9efc --- /dev/null +++ b/images/bd1e95d0-fd4e-4095-ae60-69bcb0143980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8ada92b993ef971bac5f3de8c3308b94adcd119242cd70af8a8e03410dc64e +size 1948854 diff --git a/images/bd1eb7dc-8267-4afe-af40-eb3cd20840f4.jpg b/images/bd1eb7dc-8267-4afe-af40-eb3cd20840f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4e2cb6857f77a56ff67aeb0336122716a81b3ee --- /dev/null +++ b/images/bd1eb7dc-8267-4afe-af40-eb3cd20840f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4b58e201300e72a588a2f5978048ab52cc2120253d0ed257d38699267cfaae +size 1616259 diff --git a/images/bd2909b1-0b0d-43ae-960a-dc4d13764745.jpg b/images/bd2909b1-0b0d-43ae-960a-dc4d13764745.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcd76c87ce98fa56899904eac178011173222357 --- /dev/null +++ b/images/bd2909b1-0b0d-43ae-960a-dc4d13764745.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca0e2e6f59d917223bbd2085f632f83fc0a1352be861de2e9d25e4559fb44e +size 1692975 diff --git a/images/bd34079a-c774-4338-97bb-11ca47bbb90f.jpg b/images/bd34079a-c774-4338-97bb-11ca47bbb90f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8bac4d98312340c8842481f2b87a5d65e35d75 --- /dev/null +++ b/images/bd34079a-c774-4338-97bb-11ca47bbb90f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bce2fa57a737d338bd7e9aab1216abcb6eea484d21327f3aa82165956c9569 +size 2261744 diff --git a/images/bd38968d-acd5-4084-b26e-44eb4b6dc114.jpg b/images/bd38968d-acd5-4084-b26e-44eb4b6dc114.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89fe5e41f9ddf7351f426fe5c6da06cfe9853bed --- /dev/null +++ b/images/bd38968d-acd5-4084-b26e-44eb4b6dc114.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7619da791010d72f557fbb6057ab4a4acabd464cc223133292af6178c7cf1aff +size 1386060 diff --git a/images/bd39f53f-4699-4686-bb4c-83993fe5fa4e.jpg b/images/bd39f53f-4699-4686-bb4c-83993fe5fa4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d682e9e10e9c1de222f0b9a7cb6996c833c7e3af --- /dev/null +++ b/images/bd39f53f-4699-4686-bb4c-83993fe5fa4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7bc55fe337471fed74c589e76f6b7d8ad257e4e14a948e907172778be77269 +size 1348989 diff --git a/images/bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66.jpg b/images/bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..217158711d41a018761f0f6d34c36724ab8211b4 --- /dev/null +++ b/images/bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f7488725dd9c3d1e933477d9ebb99ff23ad6da3b879d8c3a4d77a32fb16c60 +size 1681386 diff --git a/images/bd69e80a-9e4c-456a-960b-8b72db69e82b.jpg b/images/bd69e80a-9e4c-456a-960b-8b72db69e82b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6cd082a54775df47b105aa6b7fd1722b38053f2 --- /dev/null +++ b/images/bd69e80a-9e4c-456a-960b-8b72db69e82b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48945bd7a3945e11e5c892556a8f6743d17c6d44ee9f2c13d744359096e70aed +size 1714931 diff --git a/images/bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1.jpg b/images/bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64a401f88070fe8b5a8ff2658cb814340a9425d0 --- /dev/null +++ b/images/bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaa5b79c2f61326c3013ceaa4c9a065d00916fe9af61cd592279cfad1b71ad0 +size 1708775 diff --git a/images/bd6bd047-385b-4464-ac7b-1401b6a98bc1.jpg b/images/bd6bd047-385b-4464-ac7b-1401b6a98bc1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..553c677e8f288437f685ed455331b53f2ec33956 --- /dev/null +++ b/images/bd6bd047-385b-4464-ac7b-1401b6a98bc1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9395f9664bfe4bfe34d84e47afd1d4c17729c4da59a4e0a938da8960d526957 +size 1327431 diff --git a/images/bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a.jpg b/images/bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc0c1d1fc0d5267cabe92e3e6874fb4747e2ae94 --- /dev/null +++ b/images/bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b237e343a918a4ec24a1baf9fe8d7097121ce98614725e972011c895dfd99df5 +size 1740050 diff --git a/images/bd7d3084-3e09-48a4-845a-fb4927136a4d.jpg b/images/bd7d3084-3e09-48a4-845a-fb4927136a4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..749934aecf128ae774506f3ce7c55bff0648771e --- /dev/null +++ b/images/bd7d3084-3e09-48a4-845a-fb4927136a4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6648c16165859a35a5cdccb3fac4b793911d778f9d950746cb537b11816b4d +size 1692250 diff --git a/images/bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4.jpg b/images/bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..174bebac5627302bdc2882c66808ca6f4f5d4b41 --- /dev/null +++ b/images/bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea0906ef0e9a2fd0961eac3711b2c799dccc82433fb37d95d3e4f0da6e3f06c +size 1781331 diff --git a/images/bd812f3e-dee9-40e6-aa35-6e1a8e178166.jpg b/images/bd812f3e-dee9-40e6-aa35-6e1a8e178166.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afe2d70ec42626f8e988f8d69beba04f41726c06 --- /dev/null +++ b/images/bd812f3e-dee9-40e6-aa35-6e1a8e178166.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b1a5ee09565d2a46f9b0a9bc17a9b20801925494644805920c6c32e8e6cbd8 +size 1232690 diff --git a/images/bd85e19f-06c6-4b55-8747-96a83520482a.jpg b/images/bd85e19f-06c6-4b55-8747-96a83520482a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bf97330d2798181c9a4faf087c95f7b91c412ad --- /dev/null +++ b/images/bd85e19f-06c6-4b55-8747-96a83520482a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a095b28f32c430f65399433f94747e3578d4d04bb2c25dd2e04309d4d09e49fd +size 3160570 diff --git a/images/bd8a014a-e2fa-46ee-99b0-6ca2a91f4795.jpg b/images/bd8a014a-e2fa-46ee-99b0-6ca2a91f4795.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84519baf960546afdfc4b0998357438fa7b42fd8 --- /dev/null +++ b/images/bd8a014a-e2fa-46ee-99b0-6ca2a91f4795.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c93ee562e9751d9ea22183389dcdaec6294ccad92099ca8c6d31e9b68f8aac +size 1761299 diff --git a/images/bd93a7d1-5c2b-48bf-b7ef-80dc128366c4.jpg b/images/bd93a7d1-5c2b-48bf-b7ef-80dc128366c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690c9604793e09c03e5d8e86fc5abfb3b222be9c --- /dev/null +++ b/images/bd93a7d1-5c2b-48bf-b7ef-80dc128366c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6421a3e9901fc9c946ccfefed947d223a7c88fff85a605088b6d6cbd4251a4 +size 1451133 diff --git a/images/bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf.jpg b/images/bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29715d1107c8107ee212cf2e9024d9f19d87b2cf --- /dev/null +++ b/images/bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a98924e1dd4aea0beac23ba328742eb90f70a1747a33cbe0b95bde3218a0c1 +size 2713469 diff --git a/images/bda618e3-eb9b-42e4-97a0-87f84715b6f7.jpg b/images/bda618e3-eb9b-42e4-97a0-87f84715b6f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72c972e867ae7439f2a6a838fe21fa108ad56328 --- /dev/null +++ b/images/bda618e3-eb9b-42e4-97a0-87f84715b6f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76520c826dcc6298fbe26574804539e8198a2671a9c9597dab775bda9238a63 +size 1725471 diff --git a/images/bdc0664c-f60a-47de-840f-d089a067e20f.jpg b/images/bdc0664c-f60a-47de-840f-d089a067e20f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9723727ee60e4d6d76adcb59b0972b5177aaf24e --- /dev/null +++ b/images/bdc0664c-f60a-47de-840f-d089a067e20f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d1f411821598f1a733a9be9aa9aa5764c82aa80d65b36f4e1d7e685d4b658e +size 1331786 diff --git a/images/bdc0b926-dba7-4867-add4-f1965c19fed9.jpg b/images/bdc0b926-dba7-4867-add4-f1965c19fed9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..172c9bc0661b56dbb9c55b58d6fba9ece05b7624 --- /dev/null +++ b/images/bdc0b926-dba7-4867-add4-f1965c19fed9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b2b21609e82781d17a889aeddd1e70f78bb80aa4ff86fc9dcf2ea197250a20 +size 1681285 diff --git a/images/bdc10e5c-b6fa-4255-bd58-326f0b6db23e.jpg b/images/bdc10e5c-b6fa-4255-bd58-326f0b6db23e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bb828af8cce6b288796620ae02d48edf1137f80 --- /dev/null +++ b/images/bdc10e5c-b6fa-4255-bd58-326f0b6db23e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a64a012752cdf215be190e622575649aa82600e4ac5a55c65234d1e5b08a24 +size 1718427 diff --git a/images/bdc6f415-e951-4903-8c01-81651a29f9a5.jpg b/images/bdc6f415-e951-4903-8c01-81651a29f9a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d05b44f9aa9e118d75744e9e0d427e77309c541 --- /dev/null +++ b/images/bdc6f415-e951-4903-8c01-81651a29f9a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01fdea5293e4603f2dfe004a8c2f4dd5c57aef8226250fd7b7695ed05dd1f41 +size 2359305 diff --git a/images/bdc8b454-bb19-45eb-af17-e528364fb338.jpg b/images/bdc8b454-bb19-45eb-af17-e528364fb338.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08c373d187b5261229d58339f0231eb296fc51a0 --- /dev/null +++ b/images/bdc8b454-bb19-45eb-af17-e528364fb338.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0dd53f5bd34a05afe4870c0cf4d8ca308dc4e5c34c2628a93732fba31caf59 +size 1428958 diff --git a/images/bdca7189-403c-443e-a979-a8d1d5df82bd.jpg b/images/bdca7189-403c-443e-a979-a8d1d5df82bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfddbac7eba021d5597961573ac0efefadfefe41 --- /dev/null +++ b/images/bdca7189-403c-443e-a979-a8d1d5df82bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8d82f63806ce44559ea0787836d208d507db080f638b78b82ac95f4d2ec407 +size 1444153 diff --git a/images/bddf42ef-cec4-4573-9518-173d7eca33a0.jpg b/images/bddf42ef-cec4-4573-9518-173d7eca33a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1fc3969e890a0d79c3d3fe2f0fca5b77700ca10 --- /dev/null +++ b/images/bddf42ef-cec4-4573-9518-173d7eca33a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b82a07bca77b4cd819fb13187a86089a6fcd8509c05b4e62d2fb4f9b65de477 +size 1647091 diff --git a/images/bde26e75-82b9-408b-bf11-0de1f16cac2b.jpg b/images/bde26e75-82b9-408b-bf11-0de1f16cac2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03dc750a1da001199c67674f8f9b197ab9255580 --- /dev/null +++ b/images/bde26e75-82b9-408b-bf11-0de1f16cac2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276675f9db42d3f4e104115f5809d85b563954961031878c0f55c28d7fe45036 +size 1733198 diff --git a/images/bde88c9f-ac82-4a0a-b914-c6b8e376a23b.jpg b/images/bde88c9f-ac82-4a0a-b914-c6b8e376a23b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cea7a27a13ca41324a801ae6e341cc4ecd5c452 --- /dev/null +++ b/images/bde88c9f-ac82-4a0a-b914-c6b8e376a23b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b559a6714c9cc23ba02376d2266a1dac1aa1366bc2eb186cde75380aefd335 +size 1596700 diff --git a/images/bdf74743-b801-47a7-8347-0ca8d72f845e.jpg b/images/bdf74743-b801-47a7-8347-0ca8d72f845e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..422ea7aa36f628715196a3792abc3a19a3175616 --- /dev/null +++ b/images/bdf74743-b801-47a7-8347-0ca8d72f845e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb888bdbef6458f4fc828a3277a53f0b238b6e23d0d0fb4a5e532f56cac944 +size 1353894 diff --git a/images/bdfa7a88-59eb-4404-a3f2-0526aae30e8e.jpg b/images/bdfa7a88-59eb-4404-a3f2-0526aae30e8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed830b9aa2b9e406fd59476f54745d31480bd243 --- /dev/null +++ b/images/bdfa7a88-59eb-4404-a3f2-0526aae30e8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97c6df3a35793da6dc9f5fb169bccf908ccdf381183e3a8ffc63cd676a31a33 +size 1527541 diff --git a/images/be067103-86e8-4db7-bf3e-52f6883a024c.jpg b/images/be067103-86e8-4db7-bf3e-52f6883a024c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72428f0e92d499ff30943c859269afe4c6c588f2 --- /dev/null +++ b/images/be067103-86e8-4db7-bf3e-52f6883a024c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c4edf4ef5044d73e949e46ca6f71fafa835c5cec64792101d9ea6c498bfba0 +size 1469104 diff --git a/images/be1819a8-d192-47c0-8bd5-9f3d0ebc3183.jpg b/images/be1819a8-d192-47c0-8bd5-9f3d0ebc3183.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5783b3bc5e9694c46c31d5ada0dda1e9c2502890 --- /dev/null +++ b/images/be1819a8-d192-47c0-8bd5-9f3d0ebc3183.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3c32d38eb9b27f485900d6ac5646b4d92f15eaa36ed8e9579f1e48877d2799 +size 1915300 diff --git a/images/be1aa6f0-01c2-4ed8-a4b5-28382b575228.jpg b/images/be1aa6f0-01c2-4ed8-a4b5-28382b575228.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cb814a3118030608d3ed938d386c9f6fc102480 --- /dev/null +++ b/images/be1aa6f0-01c2-4ed8-a4b5-28382b575228.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1da0cfcefce8ba3e9ffbd14dc418fec70e85f6d692975aa340e80f96aadcb5a +size 2101097 diff --git a/images/be2d15eb-b867-4282-adcd-2a1ae74a025b.jpg b/images/be2d15eb-b867-4282-adcd-2a1ae74a025b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..453bf9e2c8c01f1103c96fac3898784240c20102 --- /dev/null +++ b/images/be2d15eb-b867-4282-adcd-2a1ae74a025b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ad46d1eac4add9b84cb3c218c4080bc83911e6faf91a3c5c8c2ee5bcb9cb74 +size 1659767 diff --git a/images/be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e.jpg b/images/be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4670da10f116f24292ea3b4f4ad52857a1bbd316 --- /dev/null +++ b/images/be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09597f0bda5cf6b159e9fd184043d9c72f88605b65f7a3e5664ef6b60d1856a4 +size 1840428 diff --git a/images/be463268-0a9e-4f89-b045-d42383fad034.jpg b/images/be463268-0a9e-4f89-b045-d42383fad034.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a4d1dff9fd7a9653cc994ce25b8d3f22d9a3bcf --- /dev/null +++ b/images/be463268-0a9e-4f89-b045-d42383fad034.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ceff19e9fb118bcce24fbf87a28435b4cb859a92da10510971c5dd217cc701e +size 2406253 diff --git a/images/be539178-4a52-4cf9-80d2-ba85faf1add6.jpg b/images/be539178-4a52-4cf9-80d2-ba85faf1add6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4104decd8249632846b75e9292aae120d859ac3d --- /dev/null +++ b/images/be539178-4a52-4cf9-80d2-ba85faf1add6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40204f28e9ecf4f0f770512eb062b44c0d03bfc844052c45bd245bc85ffde2e7 +size 1483213 diff --git a/images/be5ad095-c594-4a08-96d0-1d818b27eb7c.jpg b/images/be5ad095-c594-4a08-96d0-1d818b27eb7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b576e4ba3cb3434aecd68a88d70e91a94d704b98 --- /dev/null +++ b/images/be5ad095-c594-4a08-96d0-1d818b27eb7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370352ee3fedb5c34812fd12d421bb1439e7ff762d3527e768cd74e8fb10da1c +size 1915503 diff --git a/images/be5e23ab-04f1-4a6d-a2c4-a22792ca859b.jpg b/images/be5e23ab-04f1-4a6d-a2c4-a22792ca859b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..038a5524625326b351fbd817783ae4ea8721bb96 --- /dev/null +++ b/images/be5e23ab-04f1-4a6d-a2c4-a22792ca859b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aaec4012c8c0e9bbcc7a64e68aba5f41feb2624c13739d2b38fb96d8ab53b8f +size 1695682 diff --git a/images/be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa.jpg b/images/be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920fcb1f583e5ca9fb440324c014ba4a6077890d --- /dev/null +++ b/images/be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33a8e62582b84efc77150dbf1a7f8c42b042be4b0a51b9fb3e7a071e59e18ff +size 1664505 diff --git a/images/be81e4ad-d755-4983-86bb-643f28fdad2f.jpg b/images/be81e4ad-d755-4983-86bb-643f28fdad2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b756526051858283431de98cd3cdd6e3884d164f --- /dev/null +++ b/images/be81e4ad-d755-4983-86bb-643f28fdad2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5308c437948d8a4eb4894131fcf1f5468ee5e6cdb8f7b92ac19c2cb014c26300 +size 1641020 diff --git a/images/be8d65de-f609-45b2-8f8c-ad23cb4b591d.jpg b/images/be8d65de-f609-45b2-8f8c-ad23cb4b591d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eae1a95f45c617b392e53153b28bfca58502904c --- /dev/null +++ b/images/be8d65de-f609-45b2-8f8c-ad23cb4b591d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1fa8a38caa636c635265caab4562cf2fa939473bae8b1682a62bc39b8ebd03 +size 1491049 diff --git a/images/be96a0e8-1b64-4137-af95-5c3f408e3749.jpg b/images/be96a0e8-1b64-4137-af95-5c3f408e3749.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad2b7f82f1ba042ee0b3667b9b45d7253a2cf199 --- /dev/null +++ b/images/be96a0e8-1b64-4137-af95-5c3f408e3749.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237ce02f65b02abeb4491691e5aad207627ffb9a6fece66f763ed71ea6905e4b +size 3032897 diff --git a/images/be99b900-88f1-4ef8-9db8-702d605bf9da.jpg b/images/be99b900-88f1-4ef8-9db8-702d605bf9da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fd71d9306dfcc62c44bbd32415f88733a803e1f --- /dev/null +++ b/images/be99b900-88f1-4ef8-9db8-702d605bf9da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0952a54b98167d058adc1d8d83fd290380dc7672ad029457c13fe42428666b88 +size 1233631 diff --git a/images/bea8fb47-0769-4e71-af6f-c9b5055d2fac.jpg b/images/bea8fb47-0769-4e71-af6f-c9b5055d2fac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03c47a478f71480c6591c55b5e1698fc1070b74a --- /dev/null +++ b/images/bea8fb47-0769-4e71-af6f-c9b5055d2fac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78cfaa9bfd61eefdf8df37e8d51b6858b564e95a9cb959491eeabed59725b88 +size 1592813 diff --git a/images/bebc1f78-7993-49ac-8009-a88075eaa1ae.jpg b/images/bebc1f78-7993-49ac-8009-a88075eaa1ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26da10e568f27e0c1d96a209eb264e69818cf713 --- /dev/null +++ b/images/bebc1f78-7993-49ac-8009-a88075eaa1ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409b60579ae1a3be2c79c13565c232dda72886012ddaa4e43d1de9ffc463022e +size 1488343 diff --git a/images/bec33089-c4e7-4798-bd3e-b0e318f1e45e.jpg b/images/bec33089-c4e7-4798-bd3e-b0e318f1e45e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86dea07f0ecfe9357063474a41d71eaa7ba14b0e --- /dev/null +++ b/images/bec33089-c4e7-4798-bd3e-b0e318f1e45e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8fb636c768c61b5f36b553b59f5ad2bc2841afdbc6f8b8792eff5cd98e09cc +size 1378046 diff --git a/images/beca4c95-90a8-40a3-9cb8-9e1ac773f9b0.jpg b/images/beca4c95-90a8-40a3-9cb8-9e1ac773f9b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fa71d3a9ae14e0a806c0bc2e9c712525928d19c --- /dev/null +++ b/images/beca4c95-90a8-40a3-9cb8-9e1ac773f9b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec4ec5a0e5329bdbace6ea033d087c4d4d83a1b1a53174d17cdeb011298d85c +size 1608552 diff --git a/images/beca6c86-539f-44cc-9cde-1f098b6a8bfd.jpg b/images/beca6c86-539f-44cc-9cde-1f098b6a8bfd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99145aac11053a28cf88af2904dd9413cff90b50 --- /dev/null +++ b/images/beca6c86-539f-44cc-9cde-1f098b6a8bfd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37c623d4d47478f1b7c63c5852631cbf17ded9f4bfaa1c4925b7b254a19f080 +size 1644331 diff --git a/images/bedf87dd-ed48-41ab-b714-90f6563a1929.jpg b/images/bedf87dd-ed48-41ab-b714-90f6563a1929.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c0e5fcfcbeddf7b05a94954e9b67cf0d0ee65f9 --- /dev/null +++ b/images/bedf87dd-ed48-41ab-b714-90f6563a1929.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0026070c76daa0cb6bb0ec9d480f3aedf2cf72abaf74e88a756d790f89c2700 +size 2214077 diff --git a/images/bf1bc422-f083-446f-a1a0-61f26c6c53b7.jpg b/images/bf1bc422-f083-446f-a1a0-61f26c6c53b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f31bb7c7bc1ac7c2b741ac4dfdb0324591e7e8b --- /dev/null +++ b/images/bf1bc422-f083-446f-a1a0-61f26c6c53b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ddd3b1bb0bb432b757ecfe1f4ae651f940ae67bf2194143e5e72901bea524b +size 1599466 diff --git a/images/bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43.jpg b/images/bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a8bbe57a9f727b9b4f3ebd2cb2796322687f58f --- /dev/null +++ b/images/bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aead8dc7219ab8ef76e5c86d5b722a22992521729e402590adce54809b67dea1 +size 2099186 diff --git a/images/bf293445-b037-495f-984d-5ecd31f09ded.jpg b/images/bf293445-b037-495f-984d-5ecd31f09ded.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77eb516235704f0730707a91d68093305b62e89f --- /dev/null +++ b/images/bf293445-b037-495f-984d-5ecd31f09ded.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58151f5ce5df3749d681f6ceaf50f4e8708139a557d935a0494f5954db76b82 +size 1570878 diff --git a/images/bf2b5925-2ecb-47bd-9846-7e469068eab2.jpg b/images/bf2b5925-2ecb-47bd-9846-7e469068eab2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fea6ca8f3abbed32d2b3d1c73bd8394c2f58b54c --- /dev/null +++ b/images/bf2b5925-2ecb-47bd-9846-7e469068eab2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62a4fb0430ae198222d92899aa3dd8389365e19bb01ea3740e9fa97c55dc54e +size 2347878 diff --git a/images/bf2c3f37-4b65-4d71-b1a3-3737fe4c3406.jpg b/images/bf2c3f37-4b65-4d71-b1a3-3737fe4c3406.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2bcb8be425fc4046b515b0fc51c3d907f41a279 --- /dev/null +++ b/images/bf2c3f37-4b65-4d71-b1a3-3737fe4c3406.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d63344dcd3b6b6c7928f5a2bbb17a239cd331145edfb11bcfbbfe05a0f1c7a +size 1522976 diff --git a/images/bf458e28-d0df-4fcd-849f-102911823f11.jpg b/images/bf458e28-d0df-4fcd-849f-102911823f11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a5473e88427180cac27d533a8968c1a5c0b1e1d --- /dev/null +++ b/images/bf458e28-d0df-4fcd-849f-102911823f11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5550c5d89c29c23b3b5820545c56600eaa67b7f775d3d7679e697a64f1463e +size 1431768 diff --git a/images/bf4b21c8-b207-49dd-8fd2-e296f382c67d.jpg b/images/bf4b21c8-b207-49dd-8fd2-e296f382c67d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65d11b42262442542ae9572bbb4deb3d6946c10a --- /dev/null +++ b/images/bf4b21c8-b207-49dd-8fd2-e296f382c67d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5825438c98989c1818361903e48b6b57a024ef134b3479f92fb04797d4580e9 +size 2928504 diff --git a/images/bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8.jpg b/images/bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eee77c34a5bc11daed5128de316a44490fe30be9 --- /dev/null +++ b/images/bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e392687f1152c2f70a5efc37cb76643f3f1f6685a47f60773470012115c7dab9 +size 1530246 diff --git a/images/bf619837-258a-4787-9cac-db498de99f7d.jpg b/images/bf619837-258a-4787-9cac-db498de99f7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f6ac0aeb0c33d7c2e9a6e7275401cb8c42c8f9e --- /dev/null +++ b/images/bf619837-258a-4787-9cac-db498de99f7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955d1e7f96e7edec8c5380963df2bd0c7b6533e58031f95545d0581b59dac8af +size 1472175 diff --git a/images/bf6558f5-92af-4711-a086-0e8eda326ce1.jpg b/images/bf6558f5-92af-4711-a086-0e8eda326ce1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bff5465bea9e5889834b2eedd1cd3b7ac285fb5e --- /dev/null +++ b/images/bf6558f5-92af-4711-a086-0e8eda326ce1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76aabc8dcc9e03a6bda404ba11bbdfa3225aef658d82422d6d2ba851605927c +size 1182987 diff --git a/images/bf65f893-7c45-4ca2-b2ab-2e42ee8e6671.jpg b/images/bf65f893-7c45-4ca2-b2ab-2e42ee8e6671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55ee9a6588e6d6646364906ae24d7aaa4f9f0675 --- /dev/null +++ b/images/bf65f893-7c45-4ca2-b2ab-2e42ee8e6671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c715164e43f6223d17f2ff154d960e5184b91211ea56e2a36b26ef8b7cbdf6 +size 1992212 diff --git a/images/bf6a8542-907f-4624-8e00-7629dda8d079.jpg b/images/bf6a8542-907f-4624-8e00-7629dda8d079.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f793abcda4d1cf8e0269b67072309f0d58ed2d5 --- /dev/null +++ b/images/bf6a8542-907f-4624-8e00-7629dda8d079.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a4f049ecc7cc5ca32297f3a6ee3cdac6a86370acbcc0d12046f691292e02af +size 1319578 diff --git a/images/bf6ec333-67d3-4561-a300-5bd6a920bd97.jpg b/images/bf6ec333-67d3-4561-a300-5bd6a920bd97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f33c91c858021084e617716775f9c3d7801e484 --- /dev/null +++ b/images/bf6ec333-67d3-4561-a300-5bd6a920bd97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40340446ce6e7967dbce02e6da20927e83550c426cac46c4270086d4644f2d3 +size 1532095 diff --git a/images/bf7079f7-47e3-4b8c-96b0-62c164aa2325.jpg b/images/bf7079f7-47e3-4b8c-96b0-62c164aa2325.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f76b2f85b7aa03dcf0390293ad37d2fa906d967a --- /dev/null +++ b/images/bf7079f7-47e3-4b8c-96b0-62c164aa2325.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43b202bb058f7c5bd16ebf2b858c9c5bf0e79ee62d9e8e07538d323a9ff318f +size 3498821 diff --git a/images/bf7e376c-45a2-46c5-8d60-909247d31fd2.jpg b/images/bf7e376c-45a2-46c5-8d60-909247d31fd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f17631d722900ba3ca8d5dde2b6f9e20fbc288b7 --- /dev/null +++ b/images/bf7e376c-45a2-46c5-8d60-909247d31fd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a185df8a7c3f4bf0dc1de1ee07cd6ee2089473f53db59cba38eb091da24b7c3 +size 1520518 diff --git a/images/bf85d202-550a-40ed-b08d-d0d6d7bae173.jpg b/images/bf85d202-550a-40ed-b08d-d0d6d7bae173.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ee8f3d4d9d12e16e0681052e7d26c91862b5e25 --- /dev/null +++ b/images/bf85d202-550a-40ed-b08d-d0d6d7bae173.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559cbc93c07c4c6fbeae1e815b0cd00496c5d53b3e1afb55fefe314453ef900e +size 2900906 diff --git a/images/bf867392-43fc-471f-82e0-a9c4d0fb88d7.jpg b/images/bf867392-43fc-471f-82e0-a9c4d0fb88d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48a9fa92adee1054ea871f6c0d802e0ecfba3c91 --- /dev/null +++ b/images/bf867392-43fc-471f-82e0-a9c4d0fb88d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dd44017b695a5fb30050b4e3f31c8cc3d26459b5b6222fbf7c364d101fa0cf +size 1588505 diff --git a/images/bf94d5b6-fc8f-4717-8b40-9142f1d73625.jpg b/images/bf94d5b6-fc8f-4717-8b40-9142f1d73625.jpg new file mode 100644 index 0000000000000000000000000000000000000000..854f08d35d3d45a10ce0ade1c649d638949ec1d5 --- /dev/null +++ b/images/bf94d5b6-fc8f-4717-8b40-9142f1d73625.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb910869ca8db079d91d8bccf4b4d9cfd5f0209fe19699b750b6387d0837fa83 +size 1000438 diff --git a/images/bf98e9a6-9689-4ef5-9cca-410bb100ea5e.jpg b/images/bf98e9a6-9689-4ef5-9cca-410bb100ea5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcece4d4614506408c7bf22aabd25b217b658301 --- /dev/null +++ b/images/bf98e9a6-9689-4ef5-9cca-410bb100ea5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136a5ae1022cf5e61a95463ea65823888154359c71a21661fcdd187aa5aa5be5 +size 1645029 diff --git a/images/bf9b1c9e-f10e-4f09-8a2a-418a5d920043.jpg b/images/bf9b1c9e-f10e-4f09-8a2a-418a5d920043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59e7a21796f53f0a3f1202dc836128446d4827ff --- /dev/null +++ b/images/bf9b1c9e-f10e-4f09-8a2a-418a5d920043.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e225c2206ddcce2e58e7c6a239c9d62c473735cbe4b536fb16af2a4670bdb0ed +size 1806995 diff --git a/images/bf9f17ab-ab67-4248-b327-8b726d8b3895.jpg b/images/bf9f17ab-ab67-4248-b327-8b726d8b3895.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5887a2f304de519bc36d6e5894e6c76dfd898229 --- /dev/null +++ b/images/bf9f17ab-ab67-4248-b327-8b726d8b3895.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4aace3734495126f8333d3bd28b4754ba4bf878bd8c3055b99e050d3b1ea2f +size 1759835 diff --git a/images/bfa5ba27-909f-4947-bb96-b35a6d160be9.jpg b/images/bfa5ba27-909f-4947-bb96-b35a6d160be9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e724b7f701dca7e1e0dfc0c1a09586d06e9faaa9 --- /dev/null +++ b/images/bfa5ba27-909f-4947-bb96-b35a6d160be9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00b3d27980603428cc5d44e76d7a4365f0a33bf3c001cc11bf24c5416ca909b +size 1615649 diff --git a/images/bfae6da0-fba1-4ac2-b281-6dd47f5991c8.jpg b/images/bfae6da0-fba1-4ac2-b281-6dd47f5991c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48eac9106da55c33e8ac48e6fd33787a288b4706 --- /dev/null +++ b/images/bfae6da0-fba1-4ac2-b281-6dd47f5991c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c311ace20670172523f6dc7d148a543eaefa0a6c837fcaaae4f7934d0e76136 +size 1213541 diff --git a/images/bfbf0728-fda6-4fb7-b9a3-73d80bc15df2.jpg b/images/bfbf0728-fda6-4fb7-b9a3-73d80bc15df2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23308a659573f37b701ee1a16f097d78f83f48af --- /dev/null +++ b/images/bfbf0728-fda6-4fb7-b9a3-73d80bc15df2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e8292bbdc850c57e27324683c92a78413fc02ac1d4402ddb6b0e25fee59807 +size 1742954 diff --git a/images/bfc40835-3e5d-4051-a70a-74be5358790b.jpg b/images/bfc40835-3e5d-4051-a70a-74be5358790b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9e67045197656b6270142b3652b3018bb2399e8 --- /dev/null +++ b/images/bfc40835-3e5d-4051-a70a-74be5358790b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa6873055e8300e900524fe475ba6aaf77d3bb39bd3936dd06f321d18c5bd4c +size 1568440 diff --git a/images/bfd09bd2-70fe-419b-aacb-5c36311c204e.jpg b/images/bfd09bd2-70fe-419b-aacb-5c36311c204e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdf66e2825c676e2aa5cfb819f74c388fa769740 --- /dev/null +++ b/images/bfd09bd2-70fe-419b-aacb-5c36311c204e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48c72fdebd6f155285224589ef82db1f10065fa477fefd8f1c4c2461ebbc7ef +size 2595397 diff --git a/images/bfd331cf-302f-431c-a4dc-b81c0c071ef9.jpg b/images/bfd331cf-302f-431c-a4dc-b81c0c071ef9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4cf7d83204e0854eb306f3c3f218bd4d3c9f48a --- /dev/null +++ b/images/bfd331cf-302f-431c-a4dc-b81c0c071ef9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea7dc5feefbcc9e528aea52046c9e2f9c945139299f41fe54728e51d464ec17 +size 1222259 diff --git a/images/bfdfc7b7-9634-4459-96ec-c4e33118cfeb.jpg b/images/bfdfc7b7-9634-4459-96ec-c4e33118cfeb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df994a28f96b32ce1512cb48f51c42a2935bf04b --- /dev/null +++ b/images/bfdfc7b7-9634-4459-96ec-c4e33118cfeb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f784926367165c2a8ca51c9c050dd69f57addd70c1451a84fd8ad2a8a5647109 +size 1888427 diff --git a/images/bfe4474d-17c9-486c-b5cb-ac3d503effc3.jpg b/images/bfe4474d-17c9-486c-b5cb-ac3d503effc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c606074fefe4d1e0eb892e9e95aeab788920bdb9 --- /dev/null +++ b/images/bfe4474d-17c9-486c-b5cb-ac3d503effc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f090f36541b7e4eac2cf4d7877c4ffeea40af5a91b4fd906a1df9b1039580ea6 +size 2456303 diff --git a/images/bfe774c6-9edb-41ab-8150-c94bb4c04825.jpg b/images/bfe774c6-9edb-41ab-8150-c94bb4c04825.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9736c458133c79073fa26ed62605bd8df933fd41 --- /dev/null +++ b/images/bfe774c6-9edb-41ab-8150-c94bb4c04825.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1b54dcd9802b4ca1ff3ea496a1e27cc5af1bd4da8ea7a0806d6fc3f9c8caad +size 1493771 diff --git a/images/bff08a2c-a3e8-4491-8b1f-8ea6917b045a.jpg b/images/bff08a2c-a3e8-4491-8b1f-8ea6917b045a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11847388757bc73f0d0e8e1b997b5d8619d2da30 --- /dev/null +++ b/images/bff08a2c-a3e8-4491-8b1f-8ea6917b045a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b47e78538a0ec85e95db8f7aa39f1290c9cdc2e731880db84db285c9494d4bb +size 1537903 diff --git a/images/bff910ca-df3f-450e-b833-31f61f1d8a84.jpg b/images/bff910ca-df3f-450e-b833-31f61f1d8a84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..344aa563428e55ac10a09cfea43dbdaf657c8513 --- /dev/null +++ b/images/bff910ca-df3f-450e-b833-31f61f1d8a84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ad699b81e340ffa690f0a7a646f4bda3592e72a7d459bb5254e2a9fa66513c +size 1184009 diff --git a/images/c017227d-e875-4e94-ba57-3caf4574f05a.jpg b/images/c017227d-e875-4e94-ba57-3caf4574f05a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb97f02dc330fc738c35cfc551764359a74155b0 --- /dev/null +++ b/images/c017227d-e875-4e94-ba57-3caf4574f05a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03309e7b6302d664850ecb12cc9ebd546c05e924588c41443f09f988da916e83 +size 1501030 diff --git a/images/c022e447-0117-41be-b2da-3dea6548060a.jpg b/images/c022e447-0117-41be-b2da-3dea6548060a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f941497876b252b7b476bdc70ba537cb24943cea --- /dev/null +++ b/images/c022e447-0117-41be-b2da-3dea6548060a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee1a86c54bf0fbb0ad2091c54480295ca967d0648956bc898bf6f5d13ebd7eb +size 1278738 diff --git a/images/c029ddb3-57ff-4c5f-bde8-80a2fdc89b24.jpg b/images/c029ddb3-57ff-4c5f-bde8-80a2fdc89b24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..939e933a051ea3735247723b340e0ff610df7f5b --- /dev/null +++ b/images/c029ddb3-57ff-4c5f-bde8-80a2fdc89b24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265321c8c3f1de39f7013fc5721c40d93ddaf030d2f74e4ae6b6aae4641e4372 +size 1653348 diff --git a/images/c032d207-f4e0-4f1b-91a6-9a4031440740.jpg b/images/c032d207-f4e0-4f1b-91a6-9a4031440740.jpg new file mode 100644 index 0000000000000000000000000000000000000000..617526062a49c177d67c727a8eabb1492e58d0ca --- /dev/null +++ b/images/c032d207-f4e0-4f1b-91a6-9a4031440740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb0fefd33ed66105101abe81ac8e20daadb451efbb6a2351dbfdd7616f5b872 +size 2615706 diff --git a/images/c04979c9-f24b-4859-90c5-f6f9eacde309.jpg b/images/c04979c9-f24b-4859-90c5-f6f9eacde309.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3d6e3686f0fad1a0d3bc6b7970d9acfa104b4e7 --- /dev/null +++ b/images/c04979c9-f24b-4859-90c5-f6f9eacde309.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9114ac819cdaaa667fdeb71e99482ffdba85d90321ef260539233ce78d5b8 +size 2835262 diff --git a/images/c04aa5cb-d1e9-4b55-ad7c-c269efc38c20.jpg b/images/c04aa5cb-d1e9-4b55-ad7c-c269efc38c20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0590cb9d94b552f846ab551db6a3592d4f6ee9d --- /dev/null +++ b/images/c04aa5cb-d1e9-4b55-ad7c-c269efc38c20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495797197096f12db05ea120e71298a9d7295aef8410b3d932e7fad17df28d7 +size 1980580 diff --git a/images/c04c353e-5e1e-4e23-97c2-d11b56326d8e.jpg b/images/c04c353e-5e1e-4e23-97c2-d11b56326d8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26bb57ab138538195929909a5531deeb75583645 --- /dev/null +++ b/images/c04c353e-5e1e-4e23-97c2-d11b56326d8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b46eea09d868523ab9e289be18f8b393fd19bde0a6c8571fb35522d66a566 +size 1166546 diff --git a/images/c0506f30-99e8-4916-888b-516721d46534.jpg b/images/c0506f30-99e8-4916-888b-516721d46534.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8d9251180dabce66f3360be41a2a4edfb1802e5 --- /dev/null +++ b/images/c0506f30-99e8-4916-888b-516721d46534.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06d8c355cf9e565f06836c74782eccd82aa6daf8d5c34d189338f0bca7dbb29 +size 1427772 diff --git a/images/c05b6614-802f-4b59-add8-6e1a5c3f1ddb.jpg b/images/c05b6614-802f-4b59-add8-6e1a5c3f1ddb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6a68280e3600ecc5cf95f051bf3bafd3bd8c5fd --- /dev/null +++ b/images/c05b6614-802f-4b59-add8-6e1a5c3f1ddb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df3e84feb89623481392e913738b29b1e3af2a396402b49c197490d7b2908fb +size 1589703 diff --git a/images/c063dec8-625b-437d-b07d-f2644bbb5255.jpg b/images/c063dec8-625b-437d-b07d-f2644bbb5255.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8830a69bc0691725363188285d8ef478549a037 --- /dev/null +++ b/images/c063dec8-625b-437d-b07d-f2644bbb5255.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4e996b68c3c61e141cbfcd85a7b8794cb820465db2bff0ac6e501d68fb64f8 +size 2027056 diff --git a/images/c06aeb71-a718-407a-9289-cb6bf030a767.jpg b/images/c06aeb71-a718-407a-9289-cb6bf030a767.jpg new file mode 100644 index 0000000000000000000000000000000000000000..358cc12507a29e3de978b500b6cd34eace3750fe --- /dev/null +++ b/images/c06aeb71-a718-407a-9289-cb6bf030a767.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2243742b7d7a3d0488e999933b4ea0f37d2fce5fb751c3cbf4c62000e011ac7f +size 1656260 diff --git a/images/c06b91ed-9dfa-462c-94a1-dd8c010993d1.jpg b/images/c06b91ed-9dfa-462c-94a1-dd8c010993d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14891e2fd443a5bde5d33a037c76f4024f38b91f --- /dev/null +++ b/images/c06b91ed-9dfa-462c-94a1-dd8c010993d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea29de7869cf3215aef26ca79ef93a8f22d9b1994c53988a3b5c31d1e9a0baca +size 1305742 diff --git a/images/c071b8e3-dab8-4949-8a60-5542b2668151.jpg b/images/c071b8e3-dab8-4949-8a60-5542b2668151.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6be4a07bfa5a8df052a7b2dfe17e31d10cf7d483 --- /dev/null +++ b/images/c071b8e3-dab8-4949-8a60-5542b2668151.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca6aea22a4e3a4da2b73886a6f621e71d6cf296ac9e40922d78a6fab7a809e6 +size 1660508 diff --git a/images/c08efa4b-c366-4e07-b94f-d7a245b15811.jpg b/images/c08efa4b-c366-4e07-b94f-d7a245b15811.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9dbbbf7019c3b0f0d4bd242bbbf8d7efa746568 --- /dev/null +++ b/images/c08efa4b-c366-4e07-b94f-d7a245b15811.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662e479e190ed70610876255575c85fb05d358f902267527b34756b4263bfe1d +size 1835883 diff --git a/images/c093bb3c-ac4d-4e22-b745-fb7b7871ffae.jpg b/images/c093bb3c-ac4d-4e22-b745-fb7b7871ffae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c64d437e8daf4451693e8c293e60732738cf1fad --- /dev/null +++ b/images/c093bb3c-ac4d-4e22-b745-fb7b7871ffae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efae95d471047390c5c77f538dec1afa1fad073412478a05b718c25fe5a494ed +size 1849219 diff --git a/images/c09c3dd6-7ebe-4a4c-af3c-76a4f7994281.jpg b/images/c09c3dd6-7ebe-4a4c-af3c-76a4f7994281.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31c067f187749f653d5bf8a6a824fd03ffef06c8 --- /dev/null +++ b/images/c09c3dd6-7ebe-4a4c-af3c-76a4f7994281.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f35ea4dda820b71738c747c886f3036329949d636826c896ac15109a0421a46 +size 1897200 diff --git a/images/c0a217cf-c4f8-43b9-ade8-b9c707348fb1.jpg b/images/c0a217cf-c4f8-43b9-ade8-b9c707348fb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2a8718bdb2361e554d6d08470e87b2ac8f20b9e --- /dev/null +++ b/images/c0a217cf-c4f8-43b9-ade8-b9c707348fb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c4874f9eed47fee322929aa2ebec36aa5d8f4adbc993b767983bf030084fde +size 1632083 diff --git a/images/c0a4aed1-f0f2-4b98-a71a-42e826a99e0d.jpg b/images/c0a4aed1-f0f2-4b98-a71a-42e826a99e0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67c0e14ff899c00f6e63db9321d9446c92871f35 --- /dev/null +++ b/images/c0a4aed1-f0f2-4b98-a71a-42e826a99e0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1efee07cb64ea8f9043e56f29e33bcc61b77ffdaa761c9aec0b84c88b0de4f +size 1715319 diff --git a/images/c0adf70c-8d8d-40bc-8b15-8e7288e7d547.jpg b/images/c0adf70c-8d8d-40bc-8b15-8e7288e7d547.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aa51390c3b7e5e7c3c7f7dd93691eab52b79130 --- /dev/null +++ b/images/c0adf70c-8d8d-40bc-8b15-8e7288e7d547.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3fcbcf3d46fb78e9a9f1118442201e611b16ca63f8355769d221d3a0f2c624 +size 1547020 diff --git a/images/c0b85413-647e-4814-b0e1-ebc8da6db485.jpg b/images/c0b85413-647e-4814-b0e1-ebc8da6db485.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e4a9f3ff05252351ffc1b31964b61279f157a60 --- /dev/null +++ b/images/c0b85413-647e-4814-b0e1-ebc8da6db485.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7feff9a050ccdfc5a2fe01ff5460a480b12a0476c51607cc8a8fd98d5055cda8 +size 1651473 diff --git a/images/c0b9f00b-b6e3-4268-bd62-51a711b50ee9.jpg b/images/c0b9f00b-b6e3-4268-bd62-51a711b50ee9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c543437a83d9b1a4b4fd73d5b279856b0582d83 --- /dev/null +++ b/images/c0b9f00b-b6e3-4268-bd62-51a711b50ee9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e191add0dd41e01b5ba0064026fbdb48fb3f68ebdb80f91377b59748a02c1aa +size 1870076 diff --git a/images/c0c56948-3974-4ea9-9dbb-03b3e7848f4b.jpg b/images/c0c56948-3974-4ea9-9dbb-03b3e7848f4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04bf72bc568714deb1ff661067307f30ff4cf327 --- /dev/null +++ b/images/c0c56948-3974-4ea9-9dbb-03b3e7848f4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8902cd181fa5d93227fd2d4627c407e23df83e53c8577f073d5489d094cfe5f8 +size 1508285 diff --git a/images/c0d10ffd-312b-439c-8c4a-c5b55e28a980.jpg b/images/c0d10ffd-312b-439c-8c4a-c5b55e28a980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b85a007bd724048a0f5dad9a04254e0805090d0 --- /dev/null +++ b/images/c0d10ffd-312b-439c-8c4a-c5b55e28a980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c446eb5211f39548cd1a0f4d38f5c80b16701e7bc15d344976bef8b6d6b66f08 +size 1577956 diff --git a/images/c0d3cf89-b69a-495b-9174-10e0a1cd4c80.jpg b/images/c0d3cf89-b69a-495b-9174-10e0a1cd4c80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a213bcf862c711ba1c2fc42e5d48bd26c3d5a0f --- /dev/null +++ b/images/c0d3cf89-b69a-495b-9174-10e0a1cd4c80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede06600120cf624c4809e59362331703f1911f20487ad1f35692497862b800a +size 2717686 diff --git a/images/c0da8b14-bd04-4c87-a098-dff9058a0ad4.jpg b/images/c0da8b14-bd04-4c87-a098-dff9058a0ad4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a581085fdd75acfcad084f4621092f419b77236 --- /dev/null +++ b/images/c0da8b14-bd04-4c87-a098-dff9058a0ad4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dcde75b0e0300b63b48f549189036f8586daccf9d18107f5bf878e84ab8fc8 +size 2038942 diff --git a/images/c0e089bd-a584-4719-9bc1-4b1ffd5d0bda.jpg b/images/c0e089bd-a584-4719-9bc1-4b1ffd5d0bda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c37d03e0d01d37eb29047434a2d831c7aa924986 --- /dev/null +++ b/images/c0e089bd-a584-4719-9bc1-4b1ffd5d0bda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49ed5036318aeb2d86c9aeedd70edb26aa626a79acd5d0a41f4c10fd6fe0914 +size 1343440 diff --git a/images/c0ecdb75-4cee-44a3-a71e-5a258e661514.jpg b/images/c0ecdb75-4cee-44a3-a71e-5a258e661514.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e74de69635cfa4fd12cd1e6828930efbb4422c51 --- /dev/null +++ b/images/c0ecdb75-4cee-44a3-a71e-5a258e661514.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b4e82afa89238f6fbf703901dd286d33b6ed7a382f55e95987dbbb919f4efe +size 1399822 diff --git a/images/c0ef570d-37f0-4fbf-aa90-459132a85669.jpg b/images/c0ef570d-37f0-4fbf-aa90-459132a85669.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e8b206416fc22da0a1b4b4dfb948a465dab7ae5 --- /dev/null +++ b/images/c0ef570d-37f0-4fbf-aa90-459132a85669.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f63bca4a664bf0c842f98caba4a1a88a601c039725cb825c94f9b804869fa13 +size 1653619 diff --git a/images/c0fb090c-0f68-406f-b973-eaa95f4ceb7a.jpg b/images/c0fb090c-0f68-406f-b973-eaa95f4ceb7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..983b1f6965a09deb4749d205ac420476f9aea7f2 --- /dev/null +++ b/images/c0fb090c-0f68-406f-b973-eaa95f4ceb7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d097b978f378fce38369281fc32f779574b6cb80a2b2f917109c7ff9c2537f2 +size 1184751 diff --git a/images/c1138e71-7d97-4271-8f6a-90a2fd4b24d4.jpg b/images/c1138e71-7d97-4271-8f6a-90a2fd4b24d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e6040cbc2efc291bad18afd1d9817efeabfd3e --- /dev/null +++ b/images/c1138e71-7d97-4271-8f6a-90a2fd4b24d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e902f454b9d8e5c7746c8c62e0fdb91fd7d671772de7f7a0ab3404d2ec9c4f +size 1858230 diff --git a/images/c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52.jpg b/images/c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7224cdfa7dde1f620f9d8af1be2e3b36b7248434 --- /dev/null +++ b/images/c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad0167a219fdb180ee5da5ceedf881d16c24f41887fd5cd0442bfdfe4264323 +size 1553280 diff --git a/images/c11fdfb1-d15f-4bd4-81fa-c92ad593593e.jpg b/images/c11fdfb1-d15f-4bd4-81fa-c92ad593593e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23df20de6ed4302c9d798cff2bf31c2ae7b4a19d --- /dev/null +++ b/images/c11fdfb1-d15f-4bd4-81fa-c92ad593593e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a99a193b61f74cdf67ccde310f3d8b841b94bbacfefa704b9760cbfd8a612c +size 1383133 diff --git a/images/c12511eb-700c-40a4-bc7a-c29caa96a4fe.jpg b/images/c12511eb-700c-40a4-bc7a-c29caa96a4fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bf65e8e43d579a861bc44eadda9ac6d12b9115a --- /dev/null +++ b/images/c12511eb-700c-40a4-bc7a-c29caa96a4fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f95dc0b66291818317a37aa7a430f415d5b20d13188595af2f1a1d774fcaf9 +size 1068488 diff --git a/images/c12ed650-cf5d-428d-ae2e-6fabfe3d9665.jpg b/images/c12ed650-cf5d-428d-ae2e-6fabfe3d9665.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0c946c3fac16f78ddd66f737c3f8dc3d8e7a142 --- /dev/null +++ b/images/c12ed650-cf5d-428d-ae2e-6fabfe3d9665.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2fc0627d53f58c649674c8449ea8a17d9d80492808f16bcadc623f3201a5da +size 1857511 diff --git a/images/c13a56bc-c3ad-4f93-b868-b453c2ce06f0.jpg b/images/c13a56bc-c3ad-4f93-b868-b453c2ce06f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..566006c1cfd2a2db141f720532925cf202a89c8e --- /dev/null +++ b/images/c13a56bc-c3ad-4f93-b868-b453c2ce06f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbecd78957ba61fd6744b3abc31fef40ac51f29edfc9a6885afca9c89325975 +size 1760503 diff --git a/images/c13bd662-a267-471f-a920-6bc965d69da2.jpg b/images/c13bd662-a267-471f-a920-6bc965d69da2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8172df77d5d8897c73c4aa9ffe1952ffc4d13bc0 --- /dev/null +++ b/images/c13bd662-a267-471f-a920-6bc965d69da2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7f7343e5f82945d4ffb5668888ba916379ac371f81b0f24dcbf0fa4aa032ce +size 1141723 diff --git a/images/c1421224-e10f-4195-8236-d3c099b414ca.jpg b/images/c1421224-e10f-4195-8236-d3c099b414ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bdfc4afaa0ecb85e9e7be255cc5c984d268713f --- /dev/null +++ b/images/c1421224-e10f-4195-8236-d3c099b414ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e12f4b271cd648a185da3571a0de0ed9ae037ace8f88118a0d4641ea82e9a6f +size 1030818 diff --git a/images/c150f68a-b9bb-4557-8822-c165c066d19a.jpg b/images/c150f68a-b9bb-4557-8822-c165c066d19a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6783138a850ac58e80e28dfba611d985a5708bc0 --- /dev/null +++ b/images/c150f68a-b9bb-4557-8822-c165c066d19a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f3e5a229c5f554bd76a5ba334ac1f1e11f97a687d9241d7f47ce6eb1f4275d +size 1593454 diff --git a/images/c15559aa-7375-42e0-89d5-90f8777b1287.jpg b/images/c15559aa-7375-42e0-89d5-90f8777b1287.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d67d1336e1df32688076cfe5edfb18b61742329b --- /dev/null +++ b/images/c15559aa-7375-42e0-89d5-90f8777b1287.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1537b18ad3d950b0b0d9323b54a7e3b3868450f2d984f459284fbbcce201e589 +size 1632206 diff --git a/images/c157a247-e592-4448-833a-6840dc243b94.jpg b/images/c157a247-e592-4448-833a-6840dc243b94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4099b79d3fd7ccf22570d98950b2f0cb490943b --- /dev/null +++ b/images/c157a247-e592-4448-833a-6840dc243b94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdcc6a11e05c706a3aee7d64e5910eaac3e3bac451449084efb02fffacebc63 +size 1624074 diff --git a/images/c1591c7b-48fc-4b28-b6ad-3dc131d359ee.jpg b/images/c1591c7b-48fc-4b28-b6ad-3dc131d359ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16776f7eedcc987d62f43b2e7973608cb87b8b7f --- /dev/null +++ b/images/c1591c7b-48fc-4b28-b6ad-3dc131d359ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ee088681c2d0d3bfe4082db5a65fd7d059c7592ae8ab4a2c69765f7103f655 +size 1473637 diff --git a/images/c16097ca-06d5-4240-b9ea-1023202b9250.jpg b/images/c16097ca-06d5-4240-b9ea-1023202b9250.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a5e0d74c0d86a4d49253b3974d167fa24876526 --- /dev/null +++ b/images/c16097ca-06d5-4240-b9ea-1023202b9250.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ece41d4b0e9e7d3a8ee758588113b500eee4106d9f9b212eb7ed8473a6ac28b +size 2203381 diff --git a/images/c16451d9-b123-4122-a8ab-0aa51885e07d.jpg b/images/c16451d9-b123-4122-a8ab-0aa51885e07d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bbc9904002bd5c27c8aa60958d3e15f5c23cd47 --- /dev/null +++ b/images/c16451d9-b123-4122-a8ab-0aa51885e07d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06038a10bb21b056511c22fc9df9fdc714dd06ec612fa31e04bec8b7704582f9 +size 1359884 diff --git a/images/c165d946-ea16-443d-916a-156f95f879a7.jpg b/images/c165d946-ea16-443d-916a-156f95f879a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5954ddc4da3f83a36d13645b28dd62cb990a124c --- /dev/null +++ b/images/c165d946-ea16-443d-916a-156f95f879a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ded50e13d9883d911aaff84e6706bd696c65864e87f0b1ee2f921e396d3557 +size 987705 diff --git a/images/c16647ec-23f1-4e76-a765-fb0b506c2677.jpg b/images/c16647ec-23f1-4e76-a765-fb0b506c2677.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e5fab4c4ceabfe7afa9bb8a739440c201bbf9d5 --- /dev/null +++ b/images/c16647ec-23f1-4e76-a765-fb0b506c2677.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7f9c97352e70d120adc0fac4a79d00f538dea9af006f5b449acf7ad33aba5d +size 1808457 diff --git a/images/c172a36c-c958-4b77-805f-bf6ebe96027e.jpg b/images/c172a36c-c958-4b77-805f-bf6ebe96027e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d6e91a62a25ff3d8e0393f07ee9ae1f8b2e4b02 --- /dev/null +++ b/images/c172a36c-c958-4b77-805f-bf6ebe96027e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc41102fc19d74f52a5a6d73f36633116beb84b42b9dfc9bf08df095c4d1b9f7 +size 1372575 diff --git a/images/c173e673-ebe8-405f-bd93-e2ed9f4bf66b.jpg b/images/c173e673-ebe8-405f-bd93-e2ed9f4bf66b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d75d8af73144001993d15b40b31cc30718dbf9ef --- /dev/null +++ b/images/c173e673-ebe8-405f-bd93-e2ed9f4bf66b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d525443ad557514347b36d9467201a295579ae5f275ea04b7d058e2a9fff766 +size 1480217 diff --git a/images/c176e6ea-c8b9-4988-8d6d-361a026cb11a.jpg b/images/c176e6ea-c8b9-4988-8d6d-361a026cb11a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11a804a7bf516b0a5978aa4139c017932e0e21fb --- /dev/null +++ b/images/c176e6ea-c8b9-4988-8d6d-361a026cb11a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8625a1994cc2627ba9dd1235d056caf4a250afcf4ef1f46a41f65f5d69af80d6 +size 1399433 diff --git a/images/c1795f5f-f288-4059-8509-b1dd3ba90bb6.jpg b/images/c1795f5f-f288-4059-8509-b1dd3ba90bb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da67fd082dedee83ffee2c4a0c2302b2961283e0 --- /dev/null +++ b/images/c1795f5f-f288-4059-8509-b1dd3ba90bb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36870e299b44613d471714bc3fdd57fda570d30d64960432c850628b32bab3d +size 2037379 diff --git a/images/c17acd9a-3914-4b25-8c33-e29d949fee8e.jpg b/images/c17acd9a-3914-4b25-8c33-e29d949fee8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73fd49a60ad01185201a82585419e16c6f725e33 --- /dev/null +++ b/images/c17acd9a-3914-4b25-8c33-e29d949fee8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ea52b9ad7794c29e7d611020323e73e94ed6e9cae28b0d05a7915882c0a4d0 +size 2174443 diff --git a/images/c17b8093-c089-472e-9e96-4e5ae14e4a52.jpg b/images/c17b8093-c089-472e-9e96-4e5ae14e4a52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ea99977d2df9cf475ce9083b92661b40e3d7855 --- /dev/null +++ b/images/c17b8093-c089-472e-9e96-4e5ae14e4a52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4690a72e85eafc6556316ca7a971be809ec34a8d067613120a53499bd0a7e514 +size 1487174 diff --git a/images/c188fa25-32af-4f29-b1c2-3e4a461a05c6.jpg b/images/c188fa25-32af-4f29-b1c2-3e4a461a05c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0312a25cade4abd0f5c626c3caaf7cc40df3f44 --- /dev/null +++ b/images/c188fa25-32af-4f29-b1c2-3e4a461a05c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25765a462c58748ff20c7d6b88f7fc2c61e299418836e9b12c9bf9b46700285 +size 1419980 diff --git a/images/c1905499-a59b-4369-ab9a-2a756476a2fa.jpg b/images/c1905499-a59b-4369-ab9a-2a756476a2fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39f76a3346fe0b74d24ca283ccdb7f4128fc72bc --- /dev/null +++ b/images/c1905499-a59b-4369-ab9a-2a756476a2fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d38924ec4ff1b0652d16ad50b7bd11d2cdde57b421e5fd7d0c7f4750752b9ad +size 1560584 diff --git a/images/c1a1a71f-1295-4d60-b967-65fb0396882c.jpg b/images/c1a1a71f-1295-4d60-b967-65fb0396882c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..468491a3d8b3ba60f7a2646e63df680627673acc --- /dev/null +++ b/images/c1a1a71f-1295-4d60-b967-65fb0396882c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e806ab577a20a1076ba0a646349304356d4e05931b12c39aaf4490493e0759 +size 1945534 diff --git a/images/c1ac4920-a7f5-4b60-84ba-a552aebabaa7.jpg b/images/c1ac4920-a7f5-4b60-84ba-a552aebabaa7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36706147897eda426b004f9a296e4ade5d9b133e --- /dev/null +++ b/images/c1ac4920-a7f5-4b60-84ba-a552aebabaa7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02ddd256fcac4657a7f5415370c1e59f0d55c141b456645ef21654aa1a520d9 +size 1433524 diff --git a/images/c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2.jpg b/images/c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f43f86d6134a5d0846d7e659cdb5801b3f646418 --- /dev/null +++ b/images/c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ec6d9c762dd56ac2070730f28bea2f4560f66c0e6afacd33e4105353b22c5b +size 3036061 diff --git a/images/c1b6bf4b-38fd-467a-8286-76659ea0ca3e.jpg b/images/c1b6bf4b-38fd-467a-8286-76659ea0ca3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8788b3cf2d5379462071db58649d909f54a26619 --- /dev/null +++ b/images/c1b6bf4b-38fd-467a-8286-76659ea0ca3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57e7580a27aa12703599b08dde7e436e59c6d2204fd6c39a694e6fd63d6d003 +size 1629615 diff --git a/images/c1baadde-c125-4346-ab44-b657a69a1269.jpg b/images/c1baadde-c125-4346-ab44-b657a69a1269.jpg new file mode 100644 index 0000000000000000000000000000000000000000..448e95c7a94382e53f9a7caf3a76bdf63d872ec0 --- /dev/null +++ b/images/c1baadde-c125-4346-ab44-b657a69a1269.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90b6b6167c09967f6c9791282afd4fa2968316af3f43ccacdc02fe44ea8d94d +size 2242999 diff --git a/images/c1ca1132-10d4-440f-9462-ef32887663ce.jpg b/images/c1ca1132-10d4-440f-9462-ef32887663ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e651c5a49d5a8830818f90990769994839c1b22 --- /dev/null +++ b/images/c1ca1132-10d4-440f-9462-ef32887663ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83817a13cdd5b1e7f7e6251ec6acaad2315697acfb8c812930f1d6da12bd5338 +size 1660501 diff --git a/images/c1ced0a4-4f32-4be7-8251-c3992031f7ab.jpg b/images/c1ced0a4-4f32-4be7-8251-c3992031f7ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06202116ac1dbcff2d838ef49b7f51267d595e4b --- /dev/null +++ b/images/c1ced0a4-4f32-4be7-8251-c3992031f7ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f72aa8873029b75891b0db5a8bbe4574efed26cebd4b4dc2af2e8e3efd5c706 +size 1928860 diff --git a/images/c1de6eb0-14d5-482f-bcde-ece51c980ca9.jpg b/images/c1de6eb0-14d5-482f-bcde-ece51c980ca9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2294707a20523aef73f65dd179544c5ac82de297 --- /dev/null +++ b/images/c1de6eb0-14d5-482f-bcde-ece51c980ca9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44a08f3eddb81d4e362b73e3a613ebff63f8add7c94e0716baed8f6b7f5ddb4 +size 2735006 diff --git a/images/c1e492e4-6576-4823-b4c4-2270f85be252.jpg b/images/c1e492e4-6576-4823-b4c4-2270f85be252.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01ca912c0a1a1e3a651a47001d8f85d5d5a39a86 --- /dev/null +++ b/images/c1e492e4-6576-4823-b4c4-2270f85be252.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f65af1591859a7eda9c5cf3f7ac2ec75a68c4e140f4c5e933ae21c0f37178f +size 1695010 diff --git a/images/c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59.jpg b/images/c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbb9d28106775899051a205b5b030e4e0497a8ff --- /dev/null +++ b/images/c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d051a9521e36692940c86dcbb371a8c824d7ebefdb4673bacefdb8b7135167b3 +size 1493755 diff --git a/images/c1f4335b-f1fd-42af-9b63-4e404fd78fd5.jpg b/images/c1f4335b-f1fd-42af-9b63-4e404fd78fd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d7211c23a2f6cd0881f18994b5e4695428ae0b0 --- /dev/null +++ b/images/c1f4335b-f1fd-42af-9b63-4e404fd78fd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b479ce0987468800a058ae42d2f0565439169211fdd47d4d75d790eb4aa1841 +size 1547192 diff --git a/images/c1fea860-481b-44fc-8ff5-039183f8d9ac.jpg b/images/c1fea860-481b-44fc-8ff5-039183f8d9ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..115368ae05aa7efd340554d304d8b6cfbd1d87b7 --- /dev/null +++ b/images/c1fea860-481b-44fc-8ff5-039183f8d9ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d5af9834c612f0e5239c5e310b70cbd26d29943c8b3152a2790dc3e14e2979 +size 1603417 diff --git a/images/c204b097-cbfb-440f-92b0-a697a73a94e5.jpg b/images/c204b097-cbfb-440f-92b0-a697a73a94e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c61a73627173d85c165d736220871ed90450dcdd --- /dev/null +++ b/images/c204b097-cbfb-440f-92b0-a697a73a94e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b1e2db7f4b309855d8b6cdceeee43d56119c498d88f488a28e80f33705cebc +size 1440400 diff --git a/images/c2092dfe-3d44-4c1b-9540-e7453026c1e0.jpg b/images/c2092dfe-3d44-4c1b-9540-e7453026c1e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a79aaa7597a02a6bc1f5c18d633be8c35cb6b67c --- /dev/null +++ b/images/c2092dfe-3d44-4c1b-9540-e7453026c1e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6735d152a2c4c551239175a3fdc4b3869e6b8fe313ca1a21e26b54760484527 +size 1479120 diff --git a/images/c20f5e23-6097-4955-8357-29b6e8557647.jpg b/images/c20f5e23-6097-4955-8357-29b6e8557647.jpg new file mode 100644 index 0000000000000000000000000000000000000000..092f2b1ace192e5d2e88fd482ed2966d312b7796 --- /dev/null +++ b/images/c20f5e23-6097-4955-8357-29b6e8557647.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad46454e7caa4f151bb6311ac443c6bd1913675a800c373eac39924f3477ec79 +size 1604507 diff --git a/images/c2155650-6089-4840-b497-8b5e491d408d.jpg b/images/c2155650-6089-4840-b497-8b5e491d408d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8844ccaa6d30a98cefe56d81bcab99977426d50e --- /dev/null +++ b/images/c2155650-6089-4840-b497-8b5e491d408d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6d3c3201338caa626d46cf0fe60b51268f01bcec038dac2c97bb286ac42851 +size 1407296 diff --git a/images/c21b24ab-0cf2-4e65-b77d-27038b689079.jpg b/images/c21b24ab-0cf2-4e65-b77d-27038b689079.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9a69544d032220ca21198f5509a7994cc456e1b --- /dev/null +++ b/images/c21b24ab-0cf2-4e65-b77d-27038b689079.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e32dc4b300cfc7dc5c2e41585227d46e7492f1f075b4682bf30c1b50ae9f5b +size 2082307 diff --git a/images/c21ca8dd-0635-4fae-97a5-c9ba41a049f7.jpg b/images/c21ca8dd-0635-4fae-97a5-c9ba41a049f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..517eefa2208d9838bfb40eadf2f32eba27136c83 --- /dev/null +++ b/images/c21ca8dd-0635-4fae-97a5-c9ba41a049f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ae13bde410ea47455c561f4a42de8036cffa31e29c51a6409363c54ac4914d +size 2332673 diff --git a/images/c21dae1a-f2b8-4765-87bf-bf626d7f001a.jpg b/images/c21dae1a-f2b8-4765-87bf-bf626d7f001a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec616dd0897c96ac28525defc305ad7de7289fae --- /dev/null +++ b/images/c21dae1a-f2b8-4765-87bf-bf626d7f001a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f7e2fbcaee36e77879462f7f188513c55d02ffca6b5c5a2cc394110127bbaf +size 1681459 diff --git a/images/c2248988-b187-4e80-8c22-59c874907b9a.jpg b/images/c2248988-b187-4e80-8c22-59c874907b9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..359c2ce89f99fa637262211978daf7f9a1ba6f20 --- /dev/null +++ b/images/c2248988-b187-4e80-8c22-59c874907b9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525efe06a11ec47dd0e19e1748019f275f77c19d6ed70ba1715f6b4e0834d087 +size 1864451 diff --git a/images/c224bc6c-5050-440b-8f9d-839b1035d840.jpg b/images/c224bc6c-5050-440b-8f9d-839b1035d840.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89544d6a57e9f7120140ba61615457384465323b --- /dev/null +++ b/images/c224bc6c-5050-440b-8f9d-839b1035d840.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2975f42be71a19bd377e876322032b0144dfefdc634bd03ebac607dea191270 +size 1571610 diff --git a/images/c2295a65-d109-48a3-8738-36087969aa2f.jpg b/images/c2295a65-d109-48a3-8738-36087969aa2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca4bda5ad0c85f8531e6106acf252913258e9cde --- /dev/null +++ b/images/c2295a65-d109-48a3-8738-36087969aa2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5dabe93164d73697511837aca8833d727f6be455ac4df90d942cd0bc1fe97e +size 1653640 diff --git a/images/c248716d-b6ac-4b71-a748-159d063352df.jpg b/images/c248716d-b6ac-4b71-a748-159d063352df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07b56d2464e3fe2a4d28e962f95eb2b849ccf869 --- /dev/null +++ b/images/c248716d-b6ac-4b71-a748-159d063352df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd09c1f29cb7a5828053d3498555ce24ebcd383cfee5a8705a9d2b87bf99c32 +size 1157074 diff --git a/images/c24e790e-169d-477d-81f4-35a8cec7c445.jpg b/images/c24e790e-169d-477d-81f4-35a8cec7c445.jpg new file mode 100644 index 0000000000000000000000000000000000000000..437ac929db426aa1265622decb55b2f7bdcbb5ec --- /dev/null +++ b/images/c24e790e-169d-477d-81f4-35a8cec7c445.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5097e49a9e9fc50e19c39c08c87dd86eda48aa4e1f099489936fd21517bdc0ca +size 1355989 diff --git a/images/c2557fe1-494c-4f73-a670-d4295d8ddd75.jpg b/images/c2557fe1-494c-4f73-a670-d4295d8ddd75.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2aefb8536a33755cd02207c7fcd2f42fd776550 --- /dev/null +++ b/images/c2557fe1-494c-4f73-a670-d4295d8ddd75.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c9d2c176d4b2667b130c2549522978153f55d2fa335f497acdfd8cf774e842 +size 1568402 diff --git a/images/c2623b23-c92a-419e-8c55-b0b55ee152de.jpg b/images/c2623b23-c92a-419e-8c55-b0b55ee152de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9487074b2765accac0bde9de57d2dd346fe1c799 --- /dev/null +++ b/images/c2623b23-c92a-419e-8c55-b0b55ee152de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b35dbd06bfb8e4f6f8854492e1ca78f957c8e2eb469b0c76b65e409c10a5dc +size 1479758 diff --git a/images/c266e688-b7d1-4dc2-be9e-9a32b3c3612f.jpg b/images/c266e688-b7d1-4dc2-be9e-9a32b3c3612f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a396d7cd22fbd18b8637b5cb12000e3af559a18e --- /dev/null +++ b/images/c266e688-b7d1-4dc2-be9e-9a32b3c3612f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b035e4bb32f0e39e52ed668cf5386fd34f8c964e9afaaa245b076855f33f12a +size 1625147 diff --git a/images/c26a44c7-1db1-435c-bb6f-48889cdbb0ab.jpg b/images/c26a44c7-1db1-435c-bb6f-48889cdbb0ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b05c965afeacea8d9d2f8698e34da883d5592c4b --- /dev/null +++ b/images/c26a44c7-1db1-435c-bb6f-48889cdbb0ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91917cd5750fd353fc3aab73330928fa669badefbaa5e6ac1ac81bb4081e82f +size 1656797 diff --git a/images/c26e15fd-1550-4cfc-83ee-bdfa79a78f18.jpg b/images/c26e15fd-1550-4cfc-83ee-bdfa79a78f18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e9316aff2bb71ab3d0b248f7a48d21c1bf9594f --- /dev/null +++ b/images/c26e15fd-1550-4cfc-83ee-bdfa79a78f18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8e15d29a55a0d80296ec4d26f50dea6835f9aea2105112f929a3c28248fdba +size 2752092 diff --git a/images/c279359e-dade-4fdd-8605-3c6cce51ad14.jpg b/images/c279359e-dade-4fdd-8605-3c6cce51ad14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d0b0eb50eea57f99d8ab8d59a49b95573836e42 --- /dev/null +++ b/images/c279359e-dade-4fdd-8605-3c6cce51ad14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1443ddde89dd85677853c8d4f0393fc31472be955984d5f490113f7be51b45 +size 2141169 diff --git a/images/c2808093-80c4-4cc2-8d17-f2c08c4fa8f5.jpg b/images/c2808093-80c4-4cc2-8d17-f2c08c4fa8f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dc5e05f5c06c38ed3946506a7e487f782a818ab --- /dev/null +++ b/images/c2808093-80c4-4cc2-8d17-f2c08c4fa8f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5974b12e91373f8edb7dd54cfc0d454fb0e7423afc1062fc609d840db6559514 +size 2291841 diff --git a/images/c280ac26-c073-4f52-b8e9-428f60bac994.jpg b/images/c280ac26-c073-4f52-b8e9-428f60bac994.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de6d356f65d9c6ba9cdb53174092b230791bf93b --- /dev/null +++ b/images/c280ac26-c073-4f52-b8e9-428f60bac994.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bbca8a7e258747b1645dcfeb2e7cf5e30e3af5e5bfb35b5a6b80a43d59da46 +size 2430522 diff --git a/images/c283c6a1-f940-4962-ac9b-06da0a166494.jpg b/images/c283c6a1-f940-4962-ac9b-06da0a166494.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54ca62ceb784e1c728700a6ed1b432f7a616e1fa --- /dev/null +++ b/images/c283c6a1-f940-4962-ac9b-06da0a166494.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d2664c69072f3b4dda44fb32e75c02c63cb3a75927d884395059fe3d3abe46 +size 1086013 diff --git a/images/c2879937-fd62-484a-a8fc-8ddf9e83281b.jpg b/images/c2879937-fd62-484a-a8fc-8ddf9e83281b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2baeb5e34ce500c961dd34eb0905fa60514552c5 --- /dev/null +++ b/images/c2879937-fd62-484a-a8fc-8ddf9e83281b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2b5acfc2141cfc51946039782a7adf9c183752396943f543f5701b98e8c213 +size 1632796 diff --git a/images/c2936f08-fa99-4ba4-8b25-31b8386166d6.jpg b/images/c2936f08-fa99-4ba4-8b25-31b8386166d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75ebc102bc3cf12382be9772091824ecac526cb0 --- /dev/null +++ b/images/c2936f08-fa99-4ba4-8b25-31b8386166d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd452d7ca4d9819216f41d311272b74be7c9e63fd804899fd57c476981b6a760 +size 1721726 diff --git a/images/c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3.jpg b/images/c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60740e9b41835148102e9152b80491d06cabbf2f --- /dev/null +++ b/images/c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978d4bab7b6d307e27816b1592c2d8f16c8a9c41dccc0aeaf6bafa5a15c6dec9 +size 1047044 diff --git a/images/c2a396e7-e671-4dee-bf26-0a74d710f093.jpg b/images/c2a396e7-e671-4dee-bf26-0a74d710f093.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a968a9c7281e78656a7da30a44c51ee9985aef3 --- /dev/null +++ b/images/c2a396e7-e671-4dee-bf26-0a74d710f093.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3eb437423fc6d9a47e53f921279a2d5ca80a23d5ed5f58bbae1d92dbe7e0131 +size 1498702 diff --git a/images/c2a63489-7197-45fd-a8f7-87394c92029f.jpg b/images/c2a63489-7197-45fd-a8f7-87394c92029f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e293dfdd76ffe7de0a459954e258c9616f453d2c --- /dev/null +++ b/images/c2a63489-7197-45fd-a8f7-87394c92029f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dc34b917817eba6af3550826b2533d7c117d292e5a5b9f50143416be7e7428 +size 1268309 diff --git a/images/c2df3e41-07d7-41f4-8653-68c14428d9cd.jpg b/images/c2df3e41-07d7-41f4-8653-68c14428d9cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d868e3b2ff2fdbeff1ea88808acb5752d94e11d --- /dev/null +++ b/images/c2df3e41-07d7-41f4-8653-68c14428d9cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306f3a32f8379c6715c90ca830ca9514d5eb4997ce7f732270365e1ee8ef6338 +size 2592464 diff --git a/images/c2e483c3-a5ad-41a3-996a-071163600c55.jpg b/images/c2e483c3-a5ad-41a3-996a-071163600c55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95b8641b163af475b2e9a94b9f52b604712238f8 --- /dev/null +++ b/images/c2e483c3-a5ad-41a3-996a-071163600c55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf41d28eca73dc1ae36608750bbc7436823094251d38c4c6da47d150926ba306 +size 1533194 diff --git a/images/c2e6b314-59dd-4e81-846c-0c691c081780.jpg b/images/c2e6b314-59dd-4e81-846c-0c691c081780.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9283a39f06cdbd66f916cb3073322c6272efaffa --- /dev/null +++ b/images/c2e6b314-59dd-4e81-846c-0c691c081780.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b3202d2b3a296746636271ba36f080bfc3692c6103c5cd18a77e39a96a0cde +size 2419679 diff --git a/images/c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958.jpg b/images/c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76ae114cca9154fdfb0d5359b413344751f45426 --- /dev/null +++ b/images/c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062efc8246498438782977d39d699245b3d28c657cbdfb5383fdd89dd28464b6 +size 1510801 diff --git a/images/c2f21723-3343-4b66-8715-c6363ddd2457.jpg b/images/c2f21723-3343-4b66-8715-c6363ddd2457.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec65c979cadedb4e75ca1af600487e0085be6ff1 --- /dev/null +++ b/images/c2f21723-3343-4b66-8715-c6363ddd2457.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617dfeb0a996da4d657e68bc25e832cb56e71fce71060d8e77dd3baa3be835b6 +size 1417481 diff --git a/images/c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f.jpg b/images/c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b76c4e6ea1581e528818dd89c6bf8d7e11d231cc --- /dev/null +++ b/images/c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb77a42258e0cec3cc05376bde1b7764b0c7a1edc6c9ae1d275c2503ced42440 +size 1299220 diff --git a/images/c307d486-9082-48ca-a447-e2b98afee6f6.jpg b/images/c307d486-9082-48ca-a447-e2b98afee6f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74608b7042ce25d7551acc5bc663b997981706f5 --- /dev/null +++ b/images/c307d486-9082-48ca-a447-e2b98afee6f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a459e6c56f9ca75a61d10fa1fd35e9039e69441eaa08cb69e7d4792d6a7b79 +size 2596234 diff --git a/images/c309ab53-60f6-4911-9081-b4ce91a2984a.jpg b/images/c309ab53-60f6-4911-9081-b4ce91a2984a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de555176e13ac21b8f237e5d6241c8f75e380491 --- /dev/null +++ b/images/c309ab53-60f6-4911-9081-b4ce91a2984a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8c487b5b6cb5cc5e2790c4b3e6893c61d0bcf6ee1a4bdc3c75344e1712a5a9 +size 1685444 diff --git a/images/c30fb532-4e6a-41ca-a393-cd3d0472918e.jpg b/images/c30fb532-4e6a-41ca-a393-cd3d0472918e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4922c1857ea407a130c5aef320b765aac9e9bec6 --- /dev/null +++ b/images/c30fb532-4e6a-41ca-a393-cd3d0472918e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21913651b740413bedc6c8d8a6f4791f01b2c3de54cba57234d17eae6d6e09b +size 1454792 diff --git a/images/c31cea0f-656d-4958-ad8b-038968383fe5.jpg b/images/c31cea0f-656d-4958-ad8b-038968383fe5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53fc7c951ecce3d3527f6eac18eb9d74336e3e31 --- /dev/null +++ b/images/c31cea0f-656d-4958-ad8b-038968383fe5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1315c73bb99b625d3a4947ef02851aa9bd583b26077d6629704809a594cc93 +size 1559132 diff --git a/images/c31e9008-345a-4eae-9106-9feb170de6f7.jpg b/images/c31e9008-345a-4eae-9106-9feb170de6f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c6ae2cbe22e38886e1bbe5e1a9f96177c5401a6 --- /dev/null +++ b/images/c31e9008-345a-4eae-9106-9feb170de6f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0764f74924afbb5170a854aa2c9d4e929099be98984108d8c2890b1a4ac693 +size 3091236 diff --git a/images/c32f8f20-d4bb-4157-9e49-89dab817b270.jpg b/images/c32f8f20-d4bb-4157-9e49-89dab817b270.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13d96ef520a57e8b7bf17dadef66b1ac0b980289 --- /dev/null +++ b/images/c32f8f20-d4bb-4157-9e49-89dab817b270.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94f1ca7b0aff8ef61decb650f82fa44971d2b4c0b9c3ea885a7e1785c69a839 +size 3004512 diff --git a/images/c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40.jpg b/images/c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23c92eb15b82c8f89c2b6277d200b034a2322fe8 --- /dev/null +++ b/images/c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26742a19080568f1aec16f21009c160489793fe848ab1e6dfb2b3d27ecd03fa4 +size 1794059 diff --git a/images/c3337fd6-306e-440f-a254-dc292bab610a.jpg b/images/c3337fd6-306e-440f-a254-dc292bab610a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21753bd66fff41a94ac6473426bd54bef6051c90 --- /dev/null +++ b/images/c3337fd6-306e-440f-a254-dc292bab610a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf418511882ad09a113f32821bbd55b7dd5afcbbec6415b12a2cc20dfe0452e1 +size 1478657 diff --git a/images/c33d2603-80e4-49b9-8917-6dd42fe86c25.jpg b/images/c33d2603-80e4-49b9-8917-6dd42fe86c25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4b6a52c98251f518880eaeae3575d8d71f17629 --- /dev/null +++ b/images/c33d2603-80e4-49b9-8917-6dd42fe86c25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1940b51edbcfa9395069a25d486395f1b52d8c4f959f4a786190dc07f7b130dd +size 2063788 diff --git a/images/c33f410d-ed23-4c5c-93ff-06175472e3a6.jpg b/images/c33f410d-ed23-4c5c-93ff-06175472e3a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97e630e58a6a1d3a516180a181750e06e41191f7 --- /dev/null +++ b/images/c33f410d-ed23-4c5c-93ff-06175472e3a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebca6aaf8824e2fe5814914091b83dc21695f0889ea033d16f05570c10a618c8 +size 1461653 diff --git a/images/c341374e-4f8a-46d0-933a-56c15cd8b4f4.jpg b/images/c341374e-4f8a-46d0-933a-56c15cd8b4f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7c6239d3dd9643d2365db8664505212ac72830d --- /dev/null +++ b/images/c341374e-4f8a-46d0-933a-56c15cd8b4f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cba679d573524b6924682d41a09409aba0293c4f40b3230ba405d19a0df9d1 +size 1482053 diff --git a/images/c3421397-acef-498c-af13-8bafa5e54743.jpg b/images/c3421397-acef-498c-af13-8bafa5e54743.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a3f32d4069bdc1be11d6de6c7c7ab2872fc848b --- /dev/null +++ b/images/c3421397-acef-498c-af13-8bafa5e54743.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9f84115b9d661d5e266174cc0787774a42d9462339777751fb4ab60439ced7 +size 1535625 diff --git a/images/c3447e7c-28bd-4e6d-8446-43e78d4d85a1.jpg b/images/c3447e7c-28bd-4e6d-8446-43e78d4d85a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb6315ff692107e92adea07ad7b591d1590b817e --- /dev/null +++ b/images/c3447e7c-28bd-4e6d-8446-43e78d4d85a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3571968bd7e9c4262a68668790e50568aad5edde30f92aaca93d4e18cb66d1b1 +size 1217413 diff --git a/images/c34939ff-c3ea-4dc6-bc06-3e97ddf482cd.jpg b/images/c34939ff-c3ea-4dc6-bc06-3e97ddf482cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93b41c1e7a82062843827ecff3a77530d2b39525 --- /dev/null +++ b/images/c34939ff-c3ea-4dc6-bc06-3e97ddf482cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ac435ec9738fe3417282b1b6023b305a5d5d9df34207d2f66cc81ec981216c +size 2497335 diff --git a/images/c3566fd2-8245-4c2c-8965-15a0000830c0.jpg b/images/c3566fd2-8245-4c2c-8965-15a0000830c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46d425832c26a953233d631c692ba26709aba2dd --- /dev/null +++ b/images/c3566fd2-8245-4c2c-8965-15a0000830c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc73b868f1b0a318369c0c869eac5b7597c0913fe8642bfa8c65408d15a81c66 +size 1117104 diff --git a/images/c357f7ba-7463-4d05-9d58-c07f29c9e806.jpg b/images/c357f7ba-7463-4d05-9d58-c07f29c9e806.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c3d700619505fe6654077cb362ad10498393d4 --- /dev/null +++ b/images/c357f7ba-7463-4d05-9d58-c07f29c9e806.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522498517e0e67d2529c3df954131357c3f9240b2a51106ed268afb25c158f2c +size 1446612 diff --git a/images/c35931be-1bf2-4d12-80a3-4c8e132437b3.jpg b/images/c35931be-1bf2-4d12-80a3-4c8e132437b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f9fe4d3e2d403ea0157e5976ef95ce352d4c252 --- /dev/null +++ b/images/c35931be-1bf2-4d12-80a3-4c8e132437b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37554b3a50d3c62383e6e82860544e640e47165094841034031f7f7f0fc0f353 +size 2266265 diff --git a/images/c35c477b-bda3-49cd-bfd9-80a254e67815.jpg b/images/c35c477b-bda3-49cd-bfd9-80a254e67815.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7758112c2915ddbbb2f1198bcacc9f0187f843f --- /dev/null +++ b/images/c35c477b-bda3-49cd-bfd9-80a254e67815.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c9548d34f3422c39ee4db3e8afcd1ebbc3b88c49d6593a272607fc9282bcba +size 1237865 diff --git a/images/c3683bc0-65a9-4535-b24c-7ed8f6771a8d.jpg b/images/c3683bc0-65a9-4535-b24c-7ed8f6771a8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d93cad62cd41cc35c1ecb5dd7510b6d1edbd8c50 --- /dev/null +++ b/images/c3683bc0-65a9-4535-b24c-7ed8f6771a8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9846dd3c8c75d335c99af938ea4b4fa55ae9865f30e4ba861a2c97a01083836d +size 1547407 diff --git a/images/c370bee7-c2a6-41ed-a03a-3f82cfe5afe5.jpg b/images/c370bee7-c2a6-41ed-a03a-3f82cfe5afe5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c03429c009e181505c9c97c5deadc83cd65c4fa --- /dev/null +++ b/images/c370bee7-c2a6-41ed-a03a-3f82cfe5afe5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe864d8a886a046b0b95b67e8a56b3dea2f12aa0ab85401db1567e230f37097 +size 882546 diff --git a/images/c3713801-d7d0-43c3-a188-97aed7ce0967.jpg b/images/c3713801-d7d0-43c3-a188-97aed7ce0967.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e31dd67031af9247be15c24618293b393aac6a41 --- /dev/null +++ b/images/c3713801-d7d0-43c3-a188-97aed7ce0967.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b5e27a5704cda8dac8b281405a669f66267256e2f142a162d251b6d4487d8d +size 1190727 diff --git a/images/c3800d65-6d3a-4a45-8be8-fd298972f08e.jpg b/images/c3800d65-6d3a-4a45-8be8-fd298972f08e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2417fd7f91e8eef15894790a8a26d2a2fb5cdf1 --- /dev/null +++ b/images/c3800d65-6d3a-4a45-8be8-fd298972f08e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b99bc6716cd62eccb0b375920747e030c406997f438ded7770ad11f00ba37e +size 1088857 diff --git a/images/c381d18d-7100-4c8c-9e81-e0d499b72ebe.jpg b/images/c381d18d-7100-4c8c-9e81-e0d499b72ebe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd67ec71c11d422c17fd29ea1d10b7dbdcffb69a --- /dev/null +++ b/images/c381d18d-7100-4c8c-9e81-e0d499b72ebe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e116397be42165cb0506e01e7fd373b54e7047787e050919801a04bd429b45 +size 2344500 diff --git a/images/c3826690-962f-4711-a0a5-7a413854ee9a.jpg b/images/c3826690-962f-4711-a0a5-7a413854ee9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d4a865e7e5d4219cb26f2d41f051c4092dd8371 --- /dev/null +++ b/images/c3826690-962f-4711-a0a5-7a413854ee9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a32768fc989f9419c9fb71d9a5c2fac50289cd7c8156fb62cbcc5a62de7e3b3 +size 1534336 diff --git a/images/c39a1b93-01bc-4ace-831c-6c9e93d00c64.jpg b/images/c39a1b93-01bc-4ace-831c-6c9e93d00c64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a30c24b5f2a6461be758336fe8ffb1396b443a05 --- /dev/null +++ b/images/c39a1b93-01bc-4ace-831c-6c9e93d00c64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6330d670c7f70407e374015fdc4f7ea171946b49734a8c04b8c05aba84145be3 +size 1505883 diff --git a/images/c39a7a9d-5518-4e04-a035-7c423484fdca.jpg b/images/c39a7a9d-5518-4e04-a035-7c423484fdca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..939a28234ef30a30b77c762e76782ab7ca845499 --- /dev/null +++ b/images/c39a7a9d-5518-4e04-a035-7c423484fdca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27166f28d9490493adb79a7aa535de89063df2b17f6383cd02f7031f50d2a35 +size 1659655 diff --git a/images/c39db128-98f9-4969-8a5f-e603b0eae388.jpg b/images/c39db128-98f9-4969-8a5f-e603b0eae388.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee0441ec84fd7f22fa61c5fe262e738f4263d7d9 --- /dev/null +++ b/images/c39db128-98f9-4969-8a5f-e603b0eae388.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51eea6d0687e7581a854d3682281e02b8a1c988c10708f9c598c3edd0ac8aa83 +size 1830523 diff --git a/images/c39df6f7-4355-43ca-8911-ebfc58852ee7.jpg b/images/c39df6f7-4355-43ca-8911-ebfc58852ee7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12eabdc2dbb39d0e19c2ae23756811bd937384ba --- /dev/null +++ b/images/c39df6f7-4355-43ca-8911-ebfc58852ee7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443b059571973f0985b0806ed409097bce9f6df0ef64b34e0691a48d822fb84c +size 1849040 diff --git a/images/c3a85257-653f-44f4-819d-fb5980d92554.jpg b/images/c3a85257-653f-44f4-819d-fb5980d92554.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff71d2bca47e3f7a7f59ad28b9b3c330cc67880f --- /dev/null +++ b/images/c3a85257-653f-44f4-819d-fb5980d92554.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977221c5dac31e3c6b5d9e784434a9822ca888f3acb5645428ea6d3b99b7d15f +size 1417381 diff --git a/images/c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6.jpg b/images/c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc7cb865c89c230a5240d91826e77b5096a4b13a --- /dev/null +++ b/images/c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8cd354e53c59752ea1bd0d4d7680110d374d4f0953122aae7f51afacfbbc68 +size 1072179 diff --git a/images/c3afcb86-cd01-4124-89d4-9d3445d204f9.jpg b/images/c3afcb86-cd01-4124-89d4-9d3445d204f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be6120624fcde4980560311fdf669b650cb9e6e4 --- /dev/null +++ b/images/c3afcb86-cd01-4124-89d4-9d3445d204f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba923eed4b6b13d7d3188c44fef1c6a1add0bb08a026f33a09b3d72389cc1bb +size 1391792 diff --git a/images/c3b5e083-4c51-47eb-ad8d-c0447cb8c556.jpg b/images/c3b5e083-4c51-47eb-ad8d-c0447cb8c556.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c199f6d3ee120ef4b28b913d65dbdf3e30c0b87e --- /dev/null +++ b/images/c3b5e083-4c51-47eb-ad8d-c0447cb8c556.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f5f787ac5c971ee17f4f38f630cca600b6a0ff818541338568f63e27676d14 +size 1514311 diff --git a/images/c3b8eae7-cd31-4d26-b449-d0b1f044a695.jpg b/images/c3b8eae7-cd31-4d26-b449-d0b1f044a695.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920650e673eafdca5e12ff2c4976209578235d68 --- /dev/null +++ b/images/c3b8eae7-cd31-4d26-b449-d0b1f044a695.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141f5b421e27ccf5f288c664276a8e2d4e2c74438fb420f77bdbb1bdf3740a3c +size 3162317 diff --git a/images/c3bcfd14-f46b-4384-aed4-1a7015503b7f.jpg b/images/c3bcfd14-f46b-4384-aed4-1a7015503b7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6151d58c5ae71f6335f66555e4be2fa19420865b --- /dev/null +++ b/images/c3bcfd14-f46b-4384-aed4-1a7015503b7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bee26c3db707ab8bab181715e6793ce2fae72db8ab86f2c3788650801bb8798 +size 1779813 diff --git a/images/c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f.jpg b/images/c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcd04d0b7903bc25ccc3f8375dee4d0ca7d1bbbf --- /dev/null +++ b/images/c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3f4c41e1a0aa1bf58be3a069d7be3b4f40dedc401325f10f9bac86b88324a9 +size 1507727 diff --git a/images/c3c1705e-32e2-4c80-bcb3-eb47acb55a12.jpg b/images/c3c1705e-32e2-4c80-bcb3-eb47acb55a12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27e8c0daad84641ca2343528b194e5184f24c1d4 --- /dev/null +++ b/images/c3c1705e-32e2-4c80-bcb3-eb47acb55a12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03871da202beab80af6ea718c0cbc3f43227aa85ad1846a9da7129bfd54eaef7 +size 2367022 diff --git a/images/c3c2f260-5f6f-4b0f-953b-c680959896c6.jpg b/images/c3c2f260-5f6f-4b0f-953b-c680959896c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18d9fbfc5177aa009ae892f86c0a4d155449b6ef --- /dev/null +++ b/images/c3c2f260-5f6f-4b0f-953b-c680959896c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbd37d4abab6715f29900ad727cc603f2a81cb2ddab5eafb21e166a9bde210b +size 1777993 diff --git a/images/c3c6ecbf-7d6e-414b-83c5-128953f1c015.jpg b/images/c3c6ecbf-7d6e-414b-83c5-128953f1c015.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a60d230992943b041de39d085adb2a0154e65b2 --- /dev/null +++ b/images/c3c6ecbf-7d6e-414b-83c5-128953f1c015.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0e944147b98e0c027a39837f8966f0cd8a12b423f2c75a852f30b9d8aeab87 +size 1329433 diff --git a/images/c3e191d3-65db-4f33-9a99-d9120434b471.jpg b/images/c3e191d3-65db-4f33-9a99-d9120434b471.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f75a36d83e7f0a40a8e577761081d5c9bff506 --- /dev/null +++ b/images/c3e191d3-65db-4f33-9a99-d9120434b471.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abddf838d221c39f56d89d4854120c7f163bda99d2e54ef2d6d60339ad706425 +size 1589885 diff --git a/images/c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9.jpg b/images/c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2676b5696f9481a127f93cb866914f7a38615f67 --- /dev/null +++ b/images/c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25694ea8b9bd09b1dad2ba7d8fb76eef7c5fadee205b2e2892dd353603e88222 +size 1477316 diff --git a/images/c3e860a9-2425-478a-be95-94d940a7c491.jpg b/images/c3e860a9-2425-478a-be95-94d940a7c491.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29c880d846ec67d88cf6b71cfde6fc80426020a7 --- /dev/null +++ b/images/c3e860a9-2425-478a-be95-94d940a7c491.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c1d826ce848ab7f787bd8a0f3fcd8c0cbc6628f559a47ae8d0403161b453d3 +size 1501305 diff --git a/images/c3f5d199-2872-445d-83a0-370a4aac548c.jpg b/images/c3f5d199-2872-445d-83a0-370a4aac548c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32ba06508816db16b4028767a88183417049c9e1 --- /dev/null +++ b/images/c3f5d199-2872-445d-83a0-370a4aac548c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ae81fc51da2787b5bd3500e0077d2ef584593b73634692cb39bc13ea100e2d +size 1617311 diff --git a/images/c3f7d84f-2bab-45b6-b1f2-9e6f8119658d.jpg b/images/c3f7d84f-2bab-45b6-b1f2-9e6f8119658d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f3b10ff48d6a86b657e4e4675b2c9558419baba --- /dev/null +++ b/images/c3f7d84f-2bab-45b6-b1f2-9e6f8119658d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d476e662211f5ad3296aa07997f7db23dcf2d0e9927a71cdb409b51797ff3666 +size 1546424 diff --git a/images/c3fb21a9-dc1d-4292-bd46-2e7f16c46565.jpg b/images/c3fb21a9-dc1d-4292-bd46-2e7f16c46565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b17faf60adfc6758e291f3b168803878a333382 --- /dev/null +++ b/images/c3fb21a9-dc1d-4292-bd46-2e7f16c46565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08b279d8cd36ad2aa24165f2bb6a5e173dddad54915d06feeb3a9e4e1b335da +size 1630498 diff --git a/images/c3fb7a72-48fb-48a1-a551-3b2c6924adfc.jpg b/images/c3fb7a72-48fb-48a1-a551-3b2c6924adfc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3de7a39bc0256e3960cc0b0088f107097233037 --- /dev/null +++ b/images/c3fb7a72-48fb-48a1-a551-3b2c6924adfc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f74451acc936d9e76b675baa740a10e73d2db19489f8798f0f0300864c06c79 +size 2029618 diff --git a/images/c4005700-cec8-4820-bcdc-41f28aadd346.jpg b/images/c4005700-cec8-4820-bcdc-41f28aadd346.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b8a9a3d796c4eb9d74ea5a40c316ebe08f4a6dc --- /dev/null +++ b/images/c4005700-cec8-4820-bcdc-41f28aadd346.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc09f1d3ca25b5a922a051ec0a20e3de7bb2bd8c39cf24d9cc31905f144483c +size 1802166 diff --git a/images/c4007b5a-bbae-465c-8fbd-fdb5047f5420.jpg b/images/c4007b5a-bbae-465c-8fbd-fdb5047f5420.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8a5c8fde77246bc587a7a877a4c4c05957e7e02 --- /dev/null +++ b/images/c4007b5a-bbae-465c-8fbd-fdb5047f5420.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fce055d64783287209cc3417360e35faf4230197e1463673407ead5a9710f5 +size 1224508 diff --git a/images/c40dcf0c-d178-44d0-9a06-50361c0a66aa.jpg b/images/c40dcf0c-d178-44d0-9a06-50361c0a66aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abe194347c663be77ac906ea2405dc38cd5c9878 --- /dev/null +++ b/images/c40dcf0c-d178-44d0-9a06-50361c0a66aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6586c2b124dd887eb3d648918690730030937a6b7671ed56bb47e9385f1d132c +size 1603354 diff --git a/images/c40fcb54-5755-4eea-81da-154a457b6d78.jpg b/images/c40fcb54-5755-4eea-81da-154a457b6d78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f652ebd7b5c65690a0f8db50e7f51e058febbac9 --- /dev/null +++ b/images/c40fcb54-5755-4eea-81da-154a457b6d78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad09f0cfe5c9846669b62e93013777c44da5e13b23b5403d9ac9104c3b8171a +size 1835502 diff --git a/images/c421ec67-63bb-4054-bc15-7106e79613df.jpg b/images/c421ec67-63bb-4054-bc15-7106e79613df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..297d6a240126ffd706436b55eccb8f04002264c7 --- /dev/null +++ b/images/c421ec67-63bb-4054-bc15-7106e79613df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba9ed325381e26dae12906d2d724f8d6c15c9ca4e43be7a24bc56e948c4a987 +size 1521040 diff --git a/images/c423a10f-eaa2-46f3-92e9-afa8fd162594.jpg b/images/c423a10f-eaa2-46f3-92e9-afa8fd162594.jpg new file mode 100644 index 0000000000000000000000000000000000000000..568dcdae4a88ed22f32f5dbfb5812034f3e89731 --- /dev/null +++ b/images/c423a10f-eaa2-46f3-92e9-afa8fd162594.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973af5beb8749aa90630e0c1b53aa88832930355570242e8b96c05455b3a21f8 +size 2007834 diff --git a/images/c434e638-50b8-44b4-9888-70a82944d9f7.jpg b/images/c434e638-50b8-44b4-9888-70a82944d9f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..510e68056080e65522d0cd3022287ecd8dad2cf3 --- /dev/null +++ b/images/c434e638-50b8-44b4-9888-70a82944d9f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df3069841703228583d35bec88e65c498731913d5a09396da0e2970ec6edb45 +size 2196285 diff --git a/images/c43675ab-d970-41a8-9f1f-cd49d0868b43.jpg b/images/c43675ab-d970-41a8-9f1f-cd49d0868b43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e217102d1aa11dcfc7411e7a1b4fbc0640239fc4 --- /dev/null +++ b/images/c43675ab-d970-41a8-9f1f-cd49d0868b43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e436b4481912313527aea6850a6f2eb298ff7e26a8141ca3542caaaa89cb50a +size 1638668 diff --git a/images/c43a3531-c96c-48be-9318-85ba9e264fba.jpg b/images/c43a3531-c96c-48be-9318-85ba9e264fba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc0a145d49bbafed623f29bcf04809f3b41cdf3b --- /dev/null +++ b/images/c43a3531-c96c-48be-9318-85ba9e264fba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebdd87a302520470abd9fdd61cfa2cbd48a5a69bc355302cd5b514844419dc9 +size 1667770 diff --git a/images/c43b9fb4-6adf-494e-9a0c-564bb05057cf.jpg b/images/c43b9fb4-6adf-494e-9a0c-564bb05057cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1a9aeb3c861631d9bf8e75a26eae158ea4db95e --- /dev/null +++ b/images/c43b9fb4-6adf-494e-9a0c-564bb05057cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c817d3f0ef24fb8b7c049f3d473ae384c96844a5a5f9659e7a70d292e8cf5b +size 1570921 diff --git a/images/c43d1e2b-a6bd-4fd7-9e46-c07df48569e5.jpg b/images/c43d1e2b-a6bd-4fd7-9e46-c07df48569e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2b8d6b5ccf78fb5fecae35b0a54ce78f4015d92 --- /dev/null +++ b/images/c43d1e2b-a6bd-4fd7-9e46-c07df48569e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f6801d54701a3d2f2fd22902f0b356816ac4af848aa6209d63a74652527109 +size 2218621 diff --git a/images/c43f8b3b-3539-4987-ab7f-29c205fa0589.jpg b/images/c43f8b3b-3539-4987-ab7f-29c205fa0589.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b6afa054712b150a98014e7673ffc195146c20f --- /dev/null +++ b/images/c43f8b3b-3539-4987-ab7f-29c205fa0589.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b296b854b1181542d8cf1890eb85b5c1d73899ba707857e90f2d0893f5281282 +size 1764589 diff --git a/images/c441ebc6-a42d-4a1f-8446-517a90d8dc8b.jpg b/images/c441ebc6-a42d-4a1f-8446-517a90d8dc8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e46c59105f14fbd0998557cb98a0d3816c73394 --- /dev/null +++ b/images/c441ebc6-a42d-4a1f-8446-517a90d8dc8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc4166ccdea0ba549dbf7dec7a1acbdaaf6f6e9ea8935ad5052fed666f7fc0d +size 1774194 diff --git a/images/c443cfa0-2c51-44f1-abd1-898d689db5db.jpg b/images/c443cfa0-2c51-44f1-abd1-898d689db5db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41f70c348e9bcd4cbac53f476ba14d861a77e428 --- /dev/null +++ b/images/c443cfa0-2c51-44f1-abd1-898d689db5db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dde1d374d7e1da99f0d38dec879a881d8650f47668bfab8d0030b312c09b7e +size 3135668 diff --git a/images/c448cb92-7c1f-4855-8db7-9005a4eaa3d1.jpg b/images/c448cb92-7c1f-4855-8db7-9005a4eaa3d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06894d9e18d8d4443f4ad5bd03cdad1509c21966 --- /dev/null +++ b/images/c448cb92-7c1f-4855-8db7-9005a4eaa3d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f6ffefe7ea2055a0cb2f27a4859019ef948a1a7acf1291515cf16aa9b6c96a +size 1640567 diff --git a/images/c45ed8e9-42da-4577-bd79-0914eda74f0b.jpg b/images/c45ed8e9-42da-4577-bd79-0914eda74f0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfbc9c95606a19a8ec2c986b11f595c53ae54135 --- /dev/null +++ b/images/c45ed8e9-42da-4577-bd79-0914eda74f0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25898a3025e9bf0047d6582c413f589f8e878735fca77d9cd4e6d8ce073e207e +size 1578175 diff --git a/images/c4626d51-4883-4870-ac99-4a218a496423.jpg b/images/c4626d51-4883-4870-ac99-4a218a496423.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b06918c44e90e60ce8a6ced20702dec266f0d17c --- /dev/null +++ b/images/c4626d51-4883-4870-ac99-4a218a496423.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77e3b020bb214f5af2eb45d1f16f2deaaa8ffe61cd0bba65bbba5064338e100 +size 1358976 diff --git a/images/c46330b3-e9ec-466e-91e3-cc7647a0aec0.jpg b/images/c46330b3-e9ec-466e-91e3-cc7647a0aec0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b087a7a0f8695a3428e6bb7428efa950eae5987c --- /dev/null +++ b/images/c46330b3-e9ec-466e-91e3-cc7647a0aec0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0282d512d99aeacf3797c836a3fc52e1254bfaaaab5ae07313cb3af00393fb3d +size 1601099 diff --git a/images/c467debc-6bc5-40d9-86ee-e34ca8a00bc0.jpg b/images/c467debc-6bc5-40d9-86ee-e34ca8a00bc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f60f6e8cc88f6ab14fcdc0c7065ed93618f8755 --- /dev/null +++ b/images/c467debc-6bc5-40d9-86ee-e34ca8a00bc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490ee4707b96ccf29a1389736ede4738107c6507a4ad2e9ee4f7eb92ab9680e +size 1216837 diff --git a/images/c468dba7-e6d9-4f31-ab10-ad00839a9a32.jpg b/images/c468dba7-e6d9-4f31-ab10-ad00839a9a32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9849aa08ad017307fc418db960bdd8df090a843e --- /dev/null +++ b/images/c468dba7-e6d9-4f31-ab10-ad00839a9a32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aa867ec6da1234c72ab2139b602b5035ffd563340eaaef7e15d4193483d3bb +size 1326852 diff --git a/images/c46f295f-bfb6-4616-a188-c7824f364ac6.jpg b/images/c46f295f-bfb6-4616-a188-c7824f364ac6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5ee4b4e1ca9c798e6c1891a9b2b044b88e0c395 --- /dev/null +++ b/images/c46f295f-bfb6-4616-a188-c7824f364ac6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebef750f69df54684999e7581d8d073b0ef86ea8d0c9216e69db985af8c0d68 +size 1809243 diff --git a/images/c4978618-5415-4b59-88df-9f1b35bbf818.jpg b/images/c4978618-5415-4b59-88df-9f1b35bbf818.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48bccca3a651fa95059c55df512aafb1f523f253 --- /dev/null +++ b/images/c4978618-5415-4b59-88df-9f1b35bbf818.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1023ffd90d1870a5936cfe7f66eb7640c7eba88edfe27f970f20834b6995620d +size 1677132 diff --git a/images/c4ad3e0c-ddab-4eba-b7ff-f87211afb42a.jpg b/images/c4ad3e0c-ddab-4eba-b7ff-f87211afb42a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44129e71637576685b9c94d18ada70348f366392 --- /dev/null +++ b/images/c4ad3e0c-ddab-4eba-b7ff-f87211afb42a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655002b1839a16d2157d5c0c2ad0543f5c0836a4a48708a3a6ffbaa24d354306 +size 1582341 diff --git a/images/c4b79ee0-d0c9-49f1-983e-367ec8ea3be9.jpg b/images/c4b79ee0-d0c9-49f1-983e-367ec8ea3be9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..320da83baf228942895de90ab8a10a45dd058f65 --- /dev/null +++ b/images/c4b79ee0-d0c9-49f1-983e-367ec8ea3be9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fb41eb14b6ebffe3567783d47d2df03492a57f821ceb1c41116e7106d3b6ed +size 1560477 diff --git a/images/c4b81a16-555c-4d35-9630-fc9dd8b28ed1.jpg b/images/c4b81a16-555c-4d35-9630-fc9dd8b28ed1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d479c643a894093ceec289c37a1374598987be2e --- /dev/null +++ b/images/c4b81a16-555c-4d35-9630-fc9dd8b28ed1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12db5410849a31ab408a114d722fa5328dae1c8e0707b25b264b42791bda2745 +size 1514833 diff --git a/images/c4b8b486-188d-44bb-9c18-f345c18832f0.jpg b/images/c4b8b486-188d-44bb-9c18-f345c18832f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1145efacff172486fb154eb3674594acdcad5554 --- /dev/null +++ b/images/c4b8b486-188d-44bb-9c18-f345c18832f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221a49772af9e27389c28faa340c1a0920e2fd2c59a04ad616105c021faaad2 +size 1558015 diff --git a/images/c4bb785d-0576-46b1-992e-9169aba24004.jpg b/images/c4bb785d-0576-46b1-992e-9169aba24004.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55ddd7208edad26860f3d3088f45ff3400c8ec46 --- /dev/null +++ b/images/c4bb785d-0576-46b1-992e-9169aba24004.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47311d88e9d710a80018133276285da21fadeb895eda65c04dc9a2ae89e949a2 +size 1502172 diff --git a/images/c4be3d11-a77e-4974-8070-6b28867f86b1.jpg b/images/c4be3d11-a77e-4974-8070-6b28867f86b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b819abdabb418ab6deabe8eea5cd4026dc6ab365 --- /dev/null +++ b/images/c4be3d11-a77e-4974-8070-6b28867f86b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b14bc5ca60c8190829a50313f0caa6c73fa784c49e5bf34ad58c4d32a2604e +size 1611658 diff --git a/images/c4bf9b53-dc69-4006-b8a4-90a5e2f493c4.jpg b/images/c4bf9b53-dc69-4006-b8a4-90a5e2f493c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57cec762be3943986ee885617d9f3f20fb0e713c --- /dev/null +++ b/images/c4bf9b53-dc69-4006-b8a4-90a5e2f493c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a51c8e063bf3e5b77b334f290987caa260c0b3ca7ededcfe279cbd5416e1eb +size 1923891 diff --git a/images/c4c2f5cc-a628-412f-a593-1c43bdc1e2f8.jpg b/images/c4c2f5cc-a628-412f-a593-1c43bdc1e2f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b4f60b7b01a4e895680e5d9451a63afed02eef --- /dev/null +++ b/images/c4c2f5cc-a628-412f-a593-1c43bdc1e2f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6e350e44c8d61875d491e3883ac4ed567a31e61a119e8d8154ff1099db11c0 +size 1730512 diff --git a/images/c4d51690-cff5-4175-beab-8a90d6704e0d.jpg b/images/c4d51690-cff5-4175-beab-8a90d6704e0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..133515046eaae0ac2ddfecbbbd56f4872931f771 --- /dev/null +++ b/images/c4d51690-cff5-4175-beab-8a90d6704e0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee031b9bff0c0de0830f67bb827e070bb0f68ecab9768b3f9e7d9401898a64b9 +size 1443252 diff --git a/images/c4e28ef1-f85c-419f-a2dc-55b9ee5265fe.jpg b/images/c4e28ef1-f85c-419f-a2dc-55b9ee5265fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77be78326ccfde1689166e1905dcc8f17dc74c53 --- /dev/null +++ b/images/c4e28ef1-f85c-419f-a2dc-55b9ee5265fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebae3ef02d4c59208d9fde2cb881793e9fcb418b9af0870558b71425f84a6b5 +size 2234403 diff --git a/images/c4e307de-4596-4540-8f5e-01681b3e55f9.jpg b/images/c4e307de-4596-4540-8f5e-01681b3e55f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a95dcb0f433d509a236fbbba8255645b498dc213 --- /dev/null +++ b/images/c4e307de-4596-4540-8f5e-01681b3e55f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882191e4dc6acd025d3572b3bb9d9806b9a7f47b88e03769558c1d1bd26daa93 +size 1561768 diff --git a/images/c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83.jpg b/images/c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f5105c633050b6fc2ee81978b541bb9b6e26cb2 --- /dev/null +++ b/images/c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c242b400f3865b0b546c53b6fa84bf82e125c4b1d5d0aa215512068ac14725 +size 1798823 diff --git a/images/c4fa2d0b-deba-4f59-810d-9b6fa3fa837f.jpg b/images/c4fa2d0b-deba-4f59-810d-9b6fa3fa837f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff61898f4440db66d5a8631c98bd4294a83379c8 --- /dev/null +++ b/images/c4fa2d0b-deba-4f59-810d-9b6fa3fa837f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a35fe48d1ca4c06f18a59e3b2828fd46afc98b728e01ab1c50836ed35d729d0 +size 1218770 diff --git a/images/c4fd1b68-e98e-484a-9847-c044f135e533.jpg b/images/c4fd1b68-e98e-484a-9847-c044f135e533.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f00c5a42bcee9312017c95d1faeddbc5fe95b041 --- /dev/null +++ b/images/c4fd1b68-e98e-484a-9847-c044f135e533.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf488ee2621dc6edc10d8af31e93a26b68a96482ca62bf7707b71882172fbe4 +size 1990786 diff --git a/images/c4fda46b-7565-4ada-bf6e-bbd079e70c38.jpg b/images/c4fda46b-7565-4ada-bf6e-bbd079e70c38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0c44be1ca39513b2e88ea8654f45d16b38d4db6 --- /dev/null +++ b/images/c4fda46b-7565-4ada-bf6e-bbd079e70c38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8ec449e931d94dc687ba5d1c51c76b6a7e15a63e7b210edc59e95b81e805e9 +size 1664131 diff --git a/images/c4fee7a1-23a5-49ff-8c13-93ebd8adbb39.jpg b/images/c4fee7a1-23a5-49ff-8c13-93ebd8adbb39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8043c3775c928bbb48c38343464d1c88a030d9e --- /dev/null +++ b/images/c4fee7a1-23a5-49ff-8c13-93ebd8adbb39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3be576aa5428d0ac16c21d3488cce8f17528f42a38085add756c5a29f4b8068 +size 1492678 diff --git a/images/c500bd91-06eb-4983-9e9f-c242ee0ce07b.jpg b/images/c500bd91-06eb-4983-9e9f-c242ee0ce07b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f11d53f545a76d8edba7517216e3dff4ae3f046 --- /dev/null +++ b/images/c500bd91-06eb-4983-9e9f-c242ee0ce07b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae9970220817358c0b7601421f7dba6a815a137dc36180f4065f8eef6732b85 +size 1981612 diff --git a/images/c50f3882-67cc-4a33-8d6d-21e1a2403627.jpg b/images/c50f3882-67cc-4a33-8d6d-21e1a2403627.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65db5d22824b8c20688b024577c908ebad6e2600 --- /dev/null +++ b/images/c50f3882-67cc-4a33-8d6d-21e1a2403627.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eae69e5675895e3341fb382df7a93a1fe3c038682173170773e40b4fd284899 +size 1807045 diff --git a/images/c51009c5-9605-48a8-997d-3766a0ed1995.jpg b/images/c51009c5-9605-48a8-997d-3766a0ed1995.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4030355c8021467e1ac75009514395d500c2f660 --- /dev/null +++ b/images/c51009c5-9605-48a8-997d-3766a0ed1995.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c028c44961237ceb50fac21ac8cf1bca5b75435f0542c85d58f59fab5e8d010e +size 1630412 diff --git a/images/c51db137-8627-4b24-9236-0e0e4260e796.jpg b/images/c51db137-8627-4b24-9236-0e0e4260e796.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5cb561d1a92b1f7bd5fc431b84556178d18861a --- /dev/null +++ b/images/c51db137-8627-4b24-9236-0e0e4260e796.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7ad955aa86cb759c0855f86567bb7fae66e7d26f51e1e663149e52771cc316 +size 2309182 diff --git a/images/c525517d-c3c2-4273-9497-8842b57cf4a4.jpg b/images/c525517d-c3c2-4273-9497-8842b57cf4a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e59ad09a1fa8bfbc399e38cefc15b2f16fe43e8 --- /dev/null +++ b/images/c525517d-c3c2-4273-9497-8842b57cf4a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37482d894c1a5d94fcd9d91f22267b31161e529b07416ddc47f164badfa84b8 +size 1943429 diff --git a/images/c53d2d52-2b43-4f1e-be39-aacd77fb47e7.jpg b/images/c53d2d52-2b43-4f1e-be39-aacd77fb47e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6244a1db792585c4e609959b84aea40ce6bfbaf3 --- /dev/null +++ b/images/c53d2d52-2b43-4f1e-be39-aacd77fb47e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15713fdff2f63c1af39161d43005a69fc207023349a44f0dfb6a669525844560 +size 1484689 diff --git a/images/c5410691-f29d-4a0e-8b55-2c6a7604af38.jpg b/images/c5410691-f29d-4a0e-8b55-2c6a7604af38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1f44fae617fe775a58460be9eaa91542e43d8df --- /dev/null +++ b/images/c5410691-f29d-4a0e-8b55-2c6a7604af38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e393e5b880d4dfcab5e364ff47d9814de61e1f9bafc1fad9ad4e5e89eeb9ac6e +size 949321 diff --git a/images/c5482d71-f78e-45ff-8750-27e6ce495dac.jpg b/images/c5482d71-f78e-45ff-8750-27e6ce495dac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ddabde8eec13b5f76c8d1c12837c8dfd1eaade0 --- /dev/null +++ b/images/c5482d71-f78e-45ff-8750-27e6ce495dac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c089c65a76e253174a76cd2d1b1bf9c939fc35b26a64327f6124c811946285ff +size 1260653 diff --git a/images/c54dab57-028a-4c2b-81b0-4dcc0630c56c.jpg b/images/c54dab57-028a-4c2b-81b0-4dcc0630c56c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ba5debafb355ab47c2fa829ba8bc7579974175c --- /dev/null +++ b/images/c54dab57-028a-4c2b-81b0-4dcc0630c56c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f06a3ce0c8fb6f8cdf788002028f3976ae8607164ccea7cb28785a8c5efec6b +size 2015410 diff --git a/images/c54f420a-d01d-484a-903f-8d87b38c16c5.jpg b/images/c54f420a-d01d-484a-903f-8d87b38c16c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3bb2a3a39c99506e3709c543419b4ae99ff8cba --- /dev/null +++ b/images/c54f420a-d01d-484a-903f-8d87b38c16c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45d3113099afe9ba3c08b99809d5c06502461b2e9afe149bcf2c638ee47a2d0 +size 1489169 diff --git a/images/c5512dd9-55cc-4b91-b7da-a1a6dc537b5e.jpg b/images/c5512dd9-55cc-4b91-b7da-a1a6dc537b5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ade41ab379503e121155d846415869879915f9 --- /dev/null +++ b/images/c5512dd9-55cc-4b91-b7da-a1a6dc537b5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1159fbd96db48c19005d6ee64164b64247310fffbd5b7794e7219a1eeeec9543 +size 1821853 diff --git a/images/c562150c-36e4-4283-9536-60abb0b28b01.jpg b/images/c562150c-36e4-4283-9536-60abb0b28b01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f48ffdadd83352db64b73c72fe89da7532c1b807 --- /dev/null +++ b/images/c562150c-36e4-4283-9536-60abb0b28b01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed4ac29b3ac9b9d793188341797c0f7b63889e12b1cbb596c821cd922eb144b +size 1742366 diff --git a/images/c56af966-557b-4bc2-a404-4bfadb2a9887.jpg b/images/c56af966-557b-4bc2-a404-4bfadb2a9887.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7197013794ee052f5e9ded9f18e42fee6431de2b --- /dev/null +++ b/images/c56af966-557b-4bc2-a404-4bfadb2a9887.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911853ff42a04063a3904eb00718f0233d5d161a4f3b78b32a29ecd3e74282c3 +size 1397297 diff --git a/images/c56e7a57-c172-4055-a47a-1ecb401b5377.jpg b/images/c56e7a57-c172-4055-a47a-1ecb401b5377.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7dcb26e54cde0fe49ecc8096ea02e1b8f31e67b --- /dev/null +++ b/images/c56e7a57-c172-4055-a47a-1ecb401b5377.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a13098dd77b3c08de850dba7a82d45b684200218871289e3cde329300c4247e +size 1777170 diff --git a/images/c57453af-387b-4ac0-a370-317d7b769f9c.jpg b/images/c57453af-387b-4ac0-a370-317d7b769f9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d155203c9f54e757f404ba335b5a0666305b048 --- /dev/null +++ b/images/c57453af-387b-4ac0-a370-317d7b769f9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c38b3fb29dd2a9ebc51cf7c5fae395b29044713d7ead3596342f882d2003885 +size 1345010 diff --git a/images/c5791d08-7383-48f1-8015-194d7a790ff6.jpg b/images/c5791d08-7383-48f1-8015-194d7a790ff6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..295caa0b805944fe920e51c5a0c76890c9ae65c2 --- /dev/null +++ b/images/c5791d08-7383-48f1-8015-194d7a790ff6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf003f06b6e90d5432697f0dca919e39f757a3ecb5180b2e43c03d1e99b385c +size 2359839 diff --git a/images/c599af04-92a1-4e1e-a404-a2d8eeb008f9.jpg b/images/c599af04-92a1-4e1e-a404-a2d8eeb008f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..473eeedcfa6c55605c304e550874539d4fe5ccb4 --- /dev/null +++ b/images/c599af04-92a1-4e1e-a404-a2d8eeb008f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07520cdb8cca6f42722ace0350e77a930b56653eecdca645b2611b417f7426cd +size 1713145 diff --git a/images/c5a081b1-35f0-479f-b64e-8264f51a7cd6.jpg b/images/c5a081b1-35f0-479f-b64e-8264f51a7cd6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24c92e3b07c6f17dcf3998eb954cc6644c8fc185 --- /dev/null +++ b/images/c5a081b1-35f0-479f-b64e-8264f51a7cd6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1611964fbdac021d890f2bc665be15e837d15bc0c125c72030ea7fe6480acc6 +size 2857455 diff --git a/images/c5a70494-1648-4cdb-97d3-98fa7be6d037.jpg b/images/c5a70494-1648-4cdb-97d3-98fa7be6d037.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b3f811cc3a8cb8fdb29c63e5799e4a77148ed5e --- /dev/null +++ b/images/c5a70494-1648-4cdb-97d3-98fa7be6d037.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac654f1acea0641b852aa50296ec80d38082c393b3eda87aeaeae0aea708dc77 +size 1458650 diff --git a/images/c5ab285a-4c28-4964-9319-2d2a6868309a.jpg b/images/c5ab285a-4c28-4964-9319-2d2a6868309a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be438bed87adcabbec8c3696511ed80fb58ce334 --- /dev/null +++ b/images/c5ab285a-4c28-4964-9319-2d2a6868309a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50129ae4d29c14fdef05bfb9eee77a6ae3b2f0224db71c5cbc2e49b7a38ec99 +size 1546822 diff --git a/images/c5bedffb-0662-45b8-a37c-a11d22ce2f47.jpg b/images/c5bedffb-0662-45b8-a37c-a11d22ce2f47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ca8429d2d0b20b3fe28870d5308349bead8ef0e --- /dev/null +++ b/images/c5bedffb-0662-45b8-a37c-a11d22ce2f47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87eee4e629c6d88a59bbcbcb680fc1892d3460b66fed481a10775b294df15b7 +size 2228636 diff --git a/images/c5c25ec0-ad28-4a73-887e-74c53e520225.jpg b/images/c5c25ec0-ad28-4a73-887e-74c53e520225.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3809eedaa6374272dad3d346dbb2cf1abaa38cf1 --- /dev/null +++ b/images/c5c25ec0-ad28-4a73-887e-74c53e520225.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593713298ccf344124bf8e6201a97978ec8d7d618122ca143510becd5e649f3d +size 1899351 diff --git a/images/c5c77158-54d8-4f0b-b412-a40febb7c1be.jpg b/images/c5c77158-54d8-4f0b-b412-a40febb7c1be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3a2e04629dd0eaa34d6bf90edb72771d895b25c --- /dev/null +++ b/images/c5c77158-54d8-4f0b-b412-a40febb7c1be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4aa04e44e9f73da4caa5b97edd57f5b2edb65f54136c51e1dc9bd7d34d8319 +size 1222980 diff --git a/images/c5c7ac41-a54f-4c55-a83b-c66b7a659c50.jpg b/images/c5c7ac41-a54f-4c55-a83b-c66b7a659c50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30194027094276a53dd11fc74be5efd5f07f46ef --- /dev/null +++ b/images/c5c7ac41-a54f-4c55-a83b-c66b7a659c50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca78128d0b7eda82ede7c42aac923d793001988c5688c4c3b5c56df45f3e927f +size 1456735 diff --git a/images/c5ca52fa-03b6-4b80-b242-89d2d345a080.jpg b/images/c5ca52fa-03b6-4b80-b242-89d2d345a080.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b27831e0cc5a102f7bf8324ef8242249ef71dff5 --- /dev/null +++ b/images/c5ca52fa-03b6-4b80-b242-89d2d345a080.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb293592e95dad5b29c089d64deb8ed75150175c46d0ca387003c6db447a5fcf +size 1950472 diff --git a/images/c5d8933a-2ba9-441f-a757-36282444969d.jpg b/images/c5d8933a-2ba9-441f-a757-36282444969d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f50a91fef160d42f82b98723015249741700a11c --- /dev/null +++ b/images/c5d8933a-2ba9-441f-a757-36282444969d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd31ae83a47d2b270946ee107860bfc9971245c3dc68172ad708f8b539784c +size 2023481 diff --git a/images/c5dad250-55eb-4cf6-84db-444b924472c1.jpg b/images/c5dad250-55eb-4cf6-84db-444b924472c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57de3555667a1095910cfc113de8d599a357a47 --- /dev/null +++ b/images/c5dad250-55eb-4cf6-84db-444b924472c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbee571954b08b1ef666af72d3a37499d7dbf50eda5f5cd3d56afa99aa285c2d +size 1568150 diff --git a/images/c5e4ff7a-c3c6-4833-89e6-5257c680f649.jpg b/images/c5e4ff7a-c3c6-4833-89e6-5257c680f649.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b063cf92f7ebd3b75d6407da803beeed67e349 --- /dev/null +++ b/images/c5e4ff7a-c3c6-4833-89e6-5257c680f649.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ad8d1556b8bdf4a607fd98530cff54ce0f00e1efd43d10e0f4607ff7f1b78c +size 1752526 diff --git a/images/c5ed8c38-fe72-40a0-ae0a-618cc6017d78.jpg b/images/c5ed8c38-fe72-40a0-ae0a-618cc6017d78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fbcb24ebce17f8e06174b098aa42f8fb7074b53 --- /dev/null +++ b/images/c5ed8c38-fe72-40a0-ae0a-618cc6017d78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380d628e0414372f6ae0269b358b85ac4e5dcfeeb32dedba1ab1fa087f3decb1 +size 1442830 diff --git a/images/c5f54419-41fc-4cad-88dd-d85337794987.jpg b/images/c5f54419-41fc-4cad-88dd-d85337794987.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91b91df569a5921db475c0a028b46c3e38e2015d --- /dev/null +++ b/images/c5f54419-41fc-4cad-88dd-d85337794987.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced1e6b35c7c8fca63f2ece9a0a4ad42a73fe9ea2593610f4da1b8e3934694ce +size 1387234 diff --git a/images/c60f05f5-188b-4636-bce8-a285073cf736.jpg b/images/c60f05f5-188b-4636-bce8-a285073cf736.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ef54e09cf326c3eac7d77f05da944e8b44cc31f --- /dev/null +++ b/images/c60f05f5-188b-4636-bce8-a285073cf736.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90201ee9ca79478d9166fab8daf3e732119ec3fff76020ad5bbba92e5e557a2f +size 1694891 diff --git a/images/c6289211-98f4-449d-a3b1-5853fcdec89e.jpg b/images/c6289211-98f4-449d-a3b1-5853fcdec89e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fe0855f02d9ee8e8fe7428f8d17adb7335b5852 --- /dev/null +++ b/images/c6289211-98f4-449d-a3b1-5853fcdec89e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea639c99f0e7e3aee09f27bf71d01afd1e58377bfcd0db852df68078d4b37a69 +size 2377165 diff --git a/images/c639a0b6-64c6-4993-993e-429de3ef398a.jpg b/images/c639a0b6-64c6-4993-993e-429de3ef398a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04464b2085b5e771ba6cb3d35af1bb262f0e7006 --- /dev/null +++ b/images/c639a0b6-64c6-4993-993e-429de3ef398a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df37ef987497282a1458d0e4eeb61f8d23fdaec1161f25dbde2461bd9ff26908 +size 3073699 diff --git a/images/c64189e5-5ff6-443a-8b23-dbff6939e11d.jpg b/images/c64189e5-5ff6-443a-8b23-dbff6939e11d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d069ecf50c5e210b44bb1f46eb5ab72b9efb80a --- /dev/null +++ b/images/c64189e5-5ff6-443a-8b23-dbff6939e11d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb9f6e9fd62f7d2e3bfb7211b9e7fa9599ab3ff6a48b5874f3f006de42cfb52 +size 2088085 diff --git a/images/c6460b81-398d-4bd5-ac16-ace773d08ed2.jpg b/images/c6460b81-398d-4bd5-ac16-ace773d08ed2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d07562cd54fc754a8e7d2f0c80b92a509e149b4a --- /dev/null +++ b/images/c6460b81-398d-4bd5-ac16-ace773d08ed2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533f4102f898b019a1204faae35773e811a86f6e83762f806b70d8bd4b2704d1 +size 1324844 diff --git a/images/c6596d42-37b9-487e-9913-dad890c7e80d.jpg b/images/c6596d42-37b9-487e-9913-dad890c7e80d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..058440908eba71a5af5f208f9a189d405d10b1f2 --- /dev/null +++ b/images/c6596d42-37b9-487e-9913-dad890c7e80d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fd16db80cbe333f4f1db94f3a63711510be5dc0f6e6dfe880f67a5297f0372 +size 1431608 diff --git a/images/c65b052a-d6e5-4fa0-8dd0-695a446d256d.jpg b/images/c65b052a-d6e5-4fa0-8dd0-695a446d256d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..460f092e4f478bc0b957f34c8eccac03294f3020 --- /dev/null +++ b/images/c65b052a-d6e5-4fa0-8dd0-695a446d256d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f852ea291b11896a07f4ba274f43eee26397222cbe6e0359a003c86745762480 +size 1530393 diff --git a/images/c65e1380-a452-4fb4-a7f6-8c5e7222e655.jpg b/images/c65e1380-a452-4fb4-a7f6-8c5e7222e655.jpg new file mode 100644 index 0000000000000000000000000000000000000000..061b81a97a8bfd93df02f29845837f700d97cb70 --- /dev/null +++ b/images/c65e1380-a452-4fb4-a7f6-8c5e7222e655.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0d881686caa0ee5bd9d3f8a3c9ff68ad33183636e31c33a35ee8966e4fd887 +size 1340567 diff --git a/images/c660e8d6-2cf9-4b34-91e6-0a8876609557.jpg b/images/c660e8d6-2cf9-4b34-91e6-0a8876609557.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ba0f87176de4a7f28d2c7b034e863bdb96f9d4f --- /dev/null +++ b/images/c660e8d6-2cf9-4b34-91e6-0a8876609557.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579ca8150cd6b6dc2c84d0d9b23c79e470205305d9ff6e79cbd13a2b2c52fd03 +size 1832300 diff --git a/images/c66328ab-f0fc-44f1-9aca-fadabdb00a34.jpg b/images/c66328ab-f0fc-44f1-9aca-fadabdb00a34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1b2a086fd9c8b0f93af0fbaa07c3877735f1ee8 --- /dev/null +++ b/images/c66328ab-f0fc-44f1-9aca-fadabdb00a34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5e9276cb49155b2ef527a1306114d72b60a3b848f625d813f756d350abc29a +size 1369569 diff --git a/images/c666a842-b63b-411d-a67a-fd33ef64c2f6.jpg b/images/c666a842-b63b-411d-a67a-fd33ef64c2f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ccf34427dfdf553d12c69efda8e5eec016eb925 --- /dev/null +++ b/images/c666a842-b63b-411d-a67a-fd33ef64c2f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb3dcb20f76f3a9831eec63ad190c51165edf67fcecbbdb12b22b8552fba857 +size 1640403 diff --git a/images/c66ef442-08d5-436c-aaff-9c9d711d7c72.jpg b/images/c66ef442-08d5-436c-aaff-9c9d711d7c72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59761154fc17898793719fb3258dec4ed51eb3df --- /dev/null +++ b/images/c66ef442-08d5-436c-aaff-9c9d711d7c72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72ef4040273f3205e96581e28976f16889520aa4976cef1a63616f4a8a66c0e +size 1655947 diff --git a/images/c670c33e-a6ae-4cd4-8398-00acdb0c0a65.jpg b/images/c670c33e-a6ae-4cd4-8398-00acdb0c0a65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2fb815e6c765e5d1d1a2c8cab65117dffca4b54 --- /dev/null +++ b/images/c670c33e-a6ae-4cd4-8398-00acdb0c0a65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195020a3c9f04bab3e01c0fb807d49c2f7afbf36d3d3525fbc9106b973f8e14e +size 1419339 diff --git a/images/c67480f3-9be2-4c63-99f4-bec08c778e9c.jpg b/images/c67480f3-9be2-4c63-99f4-bec08c778e9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afc0646b452ab0bb5042d31977bebce75adca674 --- /dev/null +++ b/images/c67480f3-9be2-4c63-99f4-bec08c778e9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7056f1198c9b3837c039fc4d066d884c08f80f51b9140d703f7310b8ab3f45a0 +size 1651281 diff --git a/images/c68f32c5-f7e2-402f-a766-92e87d532f7c.jpg b/images/c68f32c5-f7e2-402f-a766-92e87d532f7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28c87f975d3a312f9a9996214b958180b6011eb2 --- /dev/null +++ b/images/c68f32c5-f7e2-402f-a766-92e87d532f7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e9ad9a21ad89edc02bc1f9bf75cbaa1f914e8928f45a41c5b5f73fee1a8b74 +size 1703993 diff --git a/images/c68fbbef-3b8b-4717-b43e-a042f1e4d10f.jpg b/images/c68fbbef-3b8b-4717-b43e-a042f1e4d10f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a101bc58e8dfe66972fa53f6aa8831e17cb28a1 --- /dev/null +++ b/images/c68fbbef-3b8b-4717-b43e-a042f1e4d10f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7c2630a350a10ac8375991e51f745eb2ce325035fb708b75a5e8f60c03a540 +size 2565736 diff --git a/images/c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638.jpg b/images/c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cce8a33a0b18895c551f60c56e855195d2c56da4 --- /dev/null +++ b/images/c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135d4c0f733da01fdd59984220ab8ebb01b69a494a7e2e1aec2ba905a8322e82 +size 1731942 diff --git a/images/c6a2b390-8053-4ee8-9cb6-42543a1ffdc5.jpg b/images/c6a2b390-8053-4ee8-9cb6-42543a1ffdc5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91b5a213a9a8257a817b68b97743b2541d60d6fb --- /dev/null +++ b/images/c6a2b390-8053-4ee8-9cb6-42543a1ffdc5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f859f186640dc9f1f7798f7e8ddea92c8ca32c21477cccd5984856200de59e42 +size 1692079 diff --git a/images/c6a89e1b-e71a-4d65-a1fa-4911d162a9e8.jpg b/images/c6a89e1b-e71a-4d65-a1fa-4911d162a9e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c91ccb54a8570a9006b068cc92c3f20d7cf33b67 --- /dev/null +++ b/images/c6a89e1b-e71a-4d65-a1fa-4911d162a9e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b87a1ba754140764a259f7f9f107b17f93dfcf1c166ec78d9b646ca20918a55 +size 1592457 diff --git a/images/c6adf725-2c1b-45b8-9128-ea3f58b27514.jpg b/images/c6adf725-2c1b-45b8-9128-ea3f58b27514.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d48cfe06ccb5d394b4e21495a4bd8ad2dbfadd6 --- /dev/null +++ b/images/c6adf725-2c1b-45b8-9128-ea3f58b27514.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32b46b296afc6d54abc2aad69ad44ea56abc6cb7f04dbe01a084e770313949b +size 1309912 diff --git a/images/c6af46d1-31ee-4b65-aa03-84c2245b50f3.jpg b/images/c6af46d1-31ee-4b65-aa03-84c2245b50f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b26a72851f54305e4f14515a61bb287dbc14a5e6 --- /dev/null +++ b/images/c6af46d1-31ee-4b65-aa03-84c2245b50f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26974ae3be681a83cf40566edcb5e3e7873713624671c3654d3c712759696d0 +size 1358274 diff --git a/images/c6b73066-7508-4854-ad21-2d62a8c63917.jpg b/images/c6b73066-7508-4854-ad21-2d62a8c63917.jpg new file mode 100644 index 0000000000000000000000000000000000000000..542aa873d7843654cf474e76c93e3780c106fce5 --- /dev/null +++ b/images/c6b73066-7508-4854-ad21-2d62a8c63917.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdca883f771bc84e9a35af4f2df48460885b7bd26cab5728a780e0487459056d +size 1829166 diff --git a/images/c6bdf7e2-6a10-4b5a-8146-55fcf057ae29.jpg b/images/c6bdf7e2-6a10-4b5a-8146-55fcf057ae29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aae47e7b5dea9c636c1a870c2dec7c87294d5e0e --- /dev/null +++ b/images/c6bdf7e2-6a10-4b5a-8146-55fcf057ae29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbf2bb71519b185b18ef6f5e465888a34a691a757c54c72ffc2dc2468b74f16 +size 1695006 diff --git a/images/c6bf5875-abd1-4b32-ac15-93ead9dd8247.jpg b/images/c6bf5875-abd1-4b32-ac15-93ead9dd8247.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83764212eb1567d77523a2490797a1badef6b942 --- /dev/null +++ b/images/c6bf5875-abd1-4b32-ac15-93ead9dd8247.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605ceab4fd47ef238664dc8c987365b82e6edc71532dc5bbca7589e35d132d76 +size 1586644 diff --git a/images/c6c377ef-802d-44bd-bbfa-ed33e6f3eb84.jpg b/images/c6c377ef-802d-44bd-bbfa-ed33e6f3eb84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb01ad24eba9afee27532196ee141640360848b8 --- /dev/null +++ b/images/c6c377ef-802d-44bd-bbfa-ed33e6f3eb84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8d19e1cc3b3c16b624348c94188c715926998e141d66077e7ee27b32c97d45 +size 1690368 diff --git a/images/c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d.jpg b/images/c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55ceeb6f3506161576b98db14ad1570a14f571fb --- /dev/null +++ b/images/c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb33068be45b1cfdbf6c8c6c4ac84856e8a3777c25f6104ffac0246664a0708 +size 1704514 diff --git a/images/c6c6466b-48de-4c84-8c16-bb4477cd89e4.jpg b/images/c6c6466b-48de-4c84-8c16-bb4477cd89e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..764dc64390cd0eb7782de6901c22bfb2d10e3e66 --- /dev/null +++ b/images/c6c6466b-48de-4c84-8c16-bb4477cd89e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4edd5c4cd4f0684f43d1856187f05efe8d97367b3b68bbf8c53fbd9c9c0944 +size 1658472 diff --git a/images/c6dc9aea-e48e-41ea-a391-444bd43ab72d.jpg b/images/c6dc9aea-e48e-41ea-a391-444bd43ab72d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f3dd740a35aaee41f0554228d54a71f30c581fe --- /dev/null +++ b/images/c6dc9aea-e48e-41ea-a391-444bd43ab72d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ddbd12b6ae9712458c02e96db4bf3af43c1f8d71a1438afb09e28bb192e987 +size 1262856 diff --git a/images/c6e2956d-55dc-400e-bba3-a39565971eda.jpg b/images/c6e2956d-55dc-400e-bba3-a39565971eda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d123f6f79181e266e81de20fde54938a64ad9b30 --- /dev/null +++ b/images/c6e2956d-55dc-400e-bba3-a39565971eda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b843524b9c05f694a7cc4f6848304675b70e288e999168a8b7fae51738f36a +size 1769284 diff --git a/images/c6e34b47-ff24-40bc-91b2-f593c14899dc.jpg b/images/c6e34b47-ff24-40bc-91b2-f593c14899dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa67fb6d8b9a236e8aaf7f9d2d51c59c6e0dd937 --- /dev/null +++ b/images/c6e34b47-ff24-40bc-91b2-f593c14899dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca4dca7dd58b7269ce2d1899169d05bd4e91ead7d63d79bcc6ec87420a4a55e +size 993982 diff --git a/images/c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca.jpg b/images/c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92793f91ee81ab689decee5eaa275a8cabe69a01 --- /dev/null +++ b/images/c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d643a6d7695ce1521aca982ee4386e66d34d741fe315ed881395faad78efc214 +size 2185864 diff --git a/images/c6e5f14c-8751-4a94-86aa-28ee88eb590c.jpg b/images/c6e5f14c-8751-4a94-86aa-28ee88eb590c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a4974283dc74a41624c70fc5c242da8024ef18c --- /dev/null +++ b/images/c6e5f14c-8751-4a94-86aa-28ee88eb590c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d579fe616d33a77e9bf06805fa4ab5d8fdc3c580c9e8ac3e32d2df0d27d17f +size 1778951 diff --git a/images/c6e7e71e-db1f-4c6b-b103-9b4be8a64e96.jpg b/images/c6e7e71e-db1f-4c6b-b103-9b4be8a64e96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10c626c78e05914dbe5ff62bbf6c8e39a8eb29a8 --- /dev/null +++ b/images/c6e7e71e-db1f-4c6b-b103-9b4be8a64e96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e22441a09a27a72d9a5082be64bd7ba1593a153d49de9d7506e658efdfce69 +size 1692650 diff --git a/images/c6e89b43-d906-4b45-bfac-7a94626907f6.jpg b/images/c6e89b43-d906-4b45-bfac-7a94626907f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c2d86cd11a2ad0b27f60ca0b05148337b8d89e3 --- /dev/null +++ b/images/c6e89b43-d906-4b45-bfac-7a94626907f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037f6873b80532666f6a9f85d23c43dae3335cad96eccede8121ce70585128d6 +size 2318773 diff --git a/images/c6ecae73-ae40-4c66-ba2c-8feeedb126d2.jpg b/images/c6ecae73-ae40-4c66-ba2c-8feeedb126d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5075aa1b78662a77c8bfe96f8c2aa478a04ae6e --- /dev/null +++ b/images/c6ecae73-ae40-4c66-ba2c-8feeedb126d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178152bce12c8157a240a3dabdeaf0a8b287ce3792304b7724eeae0e31f7808d +size 2932584 diff --git a/images/c701386b-0f9d-4d2a-ba4c-9541a5b34050.jpg b/images/c701386b-0f9d-4d2a-ba4c-9541a5b34050.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e9da7c422213247bc7c7625d7525c3f0d02f6ff --- /dev/null +++ b/images/c701386b-0f9d-4d2a-ba4c-9541a5b34050.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bacc2280f8ccbfa4a33984c26788e16821064c4c5c783e72a099a2b9956e6ad +size 1635048 diff --git a/images/c7055cbb-7e69-48ed-bed2-e1560277eeca.jpg b/images/c7055cbb-7e69-48ed-bed2-e1560277eeca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5faa8a34b2379bb201c6eda1e169684f0062e127 --- /dev/null +++ b/images/c7055cbb-7e69-48ed-bed2-e1560277eeca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0d0b18add0756ca5bcdcbe1032eace4852079d7a673e30b6ee2c0fd341360a +size 1436334 diff --git a/images/c708536f-5151-4c7e-94ce-4be357f47a27.jpg b/images/c708536f-5151-4c7e-94ce-4be357f47a27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00c2f8e1b9852d3de8fd0b0049ef7d5d94183fa5 --- /dev/null +++ b/images/c708536f-5151-4c7e-94ce-4be357f47a27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566a990e5c30c307b6bb014a8d0fcf40c7332f0b5e613211986837eb3ee8c685 +size 1775848 diff --git a/images/c70bde13-7f6d-4312-aa31-31fc9faa4522.jpg b/images/c70bde13-7f6d-4312-aa31-31fc9faa4522.jpg new file mode 100644 index 0000000000000000000000000000000000000000..575a74b175e38367554d29e61e91e6b6fcd3925c --- /dev/null +++ b/images/c70bde13-7f6d-4312-aa31-31fc9faa4522.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e3e46dcda7d896563f8b7c8a7feb7ac1406d5a777503b8fe654eff50a3e6ce +size 2083726 diff --git a/images/c718565b-8d4c-4e81-8bb7-72fb2267f947.jpg b/images/c718565b-8d4c-4e81-8bb7-72fb2267f947.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ae29820e1670056ee58ca27b1982b7bcb06d4fb --- /dev/null +++ b/images/c718565b-8d4c-4e81-8bb7-72fb2267f947.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd776ab17c2f8045464fbbd2fd710a4dd81148848c1b3a1dc0ea055e93461f06 +size 1580560 diff --git a/images/c72e890b-f11b-4018-b6a4-fe7390e9191c.jpg b/images/c72e890b-f11b-4018-b6a4-fe7390e9191c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7830f4cf21393b547bffc78f0b7110dce5bc379 --- /dev/null +++ b/images/c72e890b-f11b-4018-b6a4-fe7390e9191c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5233ea08f6795407d8b6c190ce7e17a456c19e54f6002c87f1939495f613bc75 +size 1643857 diff --git a/images/c7334a87-8559-4416-a02e-070c90d261ce.jpg b/images/c7334a87-8559-4416-a02e-070c90d261ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11a6e85b15ac3f5b6c021ca1fe219651ce81ed83 --- /dev/null +++ b/images/c7334a87-8559-4416-a02e-070c90d261ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6407b5b894bf35dd2d362e5703793b86429d093f1aeb6411605f20dbe5e36efe +size 1344648 diff --git a/images/c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6.jpg b/images/c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c5399f2ac2e100627dadbb120a18e6421195cc8 --- /dev/null +++ b/images/c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c0cb673ed1a89b75ac0989e8f917d931e1199516bcefcc16b3e51c3b7d19ac +size 2175898 diff --git a/images/c73f1ac6-57cf-4933-9c89-7b8763111080.jpg b/images/c73f1ac6-57cf-4933-9c89-7b8763111080.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5a3d6ec8cf47e0f533b9a9b55244f3cacc384a5 --- /dev/null +++ b/images/c73f1ac6-57cf-4933-9c89-7b8763111080.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b825eabe3f2766fe072965db90d1414fe7426b3489fba525c5599cf0a704d1 +size 1679998 diff --git a/images/c74f29e9-c416-4f43-81f2-6458b78eb60b.jpg b/images/c74f29e9-c416-4f43-81f2-6458b78eb60b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1d126941fd0cc854b566f435640a9992d3e0d31 --- /dev/null +++ b/images/c74f29e9-c416-4f43-81f2-6458b78eb60b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bda58f70591393c640639d54b67e30b3c729312bdb0643e942e77ab67dbbcc8 +size 1741216 diff --git a/images/c750d728-9c63-4c62-a7ed-6f380e215b4d.jpg b/images/c750d728-9c63-4c62-a7ed-6f380e215b4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a59562801c08ab9b395b0eeb32b3ec52d6780ce --- /dev/null +++ b/images/c750d728-9c63-4c62-a7ed-6f380e215b4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ece2c6c164c60bcb0b46b195222ba20fb4a76ec0df253d4b7cb3e2193c5566 +size 1894829 diff --git a/images/c751316b-8132-49ef-954b-a5d7b0791f10.jpg b/images/c751316b-8132-49ef-954b-a5d7b0791f10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7256c44b45dc0346b18ef91f9f885aaab2474a4 --- /dev/null +++ b/images/c751316b-8132-49ef-954b-a5d7b0791f10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbcb686b66ae8190d52f502615d15aedac46c8a8c7a9f66c894d5e08c3d193e +size 1797499 diff --git a/images/c76ac388-bcc4-4253-8ec8-954f0cb36429.jpg b/images/c76ac388-bcc4-4253-8ec8-954f0cb36429.jpg new file mode 100644 index 0000000000000000000000000000000000000000..298920e691862dd7dea7f5da3298a1ddd1bf3f1c --- /dev/null +++ b/images/c76ac388-bcc4-4253-8ec8-954f0cb36429.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ad59d4e92b3a8c475c14fae09b758536977b53f0283f9751354bae66db17d6 +size 2379002 diff --git a/images/c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5.jpg b/images/c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13b1082027d5a3de7868d24e6f90a4adef5b88cd --- /dev/null +++ b/images/c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1361a2775efcb65367efc3d9f733815fdadf3b93ed6ac608dcdf81e29c668770 +size 1213760 diff --git a/images/c7852341-5095-4fbc-8733-e7838d469d92.jpg b/images/c7852341-5095-4fbc-8733-e7838d469d92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cbd4be3f01c79dfc9a1510fedaa626c0dbd6a5d --- /dev/null +++ b/images/c7852341-5095-4fbc-8733-e7838d469d92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02a6c64fe4a9f8a757e779c230856e6a14902928401e8b9d5912c7eef2dd6d0 +size 2808993 diff --git a/images/c795e72b-638d-4692-8137-94af41da1d66.jpg b/images/c795e72b-638d-4692-8137-94af41da1d66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52246da350db6aa8805559e844289a158e2b4d69 --- /dev/null +++ b/images/c795e72b-638d-4692-8137-94af41da1d66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22567abca444e8e85f69dc2640db404f2607d7ba24916bb47fd52e78fdf72fa +size 1840863 diff --git a/images/c79bce6f-b658-43b3-9d8d-15baeb368502.jpg b/images/c79bce6f-b658-43b3-9d8d-15baeb368502.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b0128de26b48011017c4c4b025d5c17d01507f5 --- /dev/null +++ b/images/c79bce6f-b658-43b3-9d8d-15baeb368502.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2efd7fcff2c7ad38520ac5d0b683e04f4f0bc0f46736dabd42d25de84d391a3 +size 1752020 diff --git a/images/c7a5a185-ccfc-4ff1-ad43-93b1aca058b5.jpg b/images/c7a5a185-ccfc-4ff1-ad43-93b1aca058b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a1858f0569625111e8deb9d22eefee313329e9e --- /dev/null +++ b/images/c7a5a185-ccfc-4ff1-ad43-93b1aca058b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735b14d13f8a86c6ee355fcb18966f1dc00d6e6daa453d836e588dccdc59d9a3 +size 1643983 diff --git a/images/c7a5a4e8-bf46-41f1-b05a-1670b0e21334.jpg b/images/c7a5a4e8-bf46-41f1-b05a-1670b0e21334.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a077c2fe3e517f3be1f06710d709d3afa4df799 --- /dev/null +++ b/images/c7a5a4e8-bf46-41f1-b05a-1670b0e21334.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8202fa08756e7a138b6942c891462445672c9e48eb68d286849855e14d36bf68 +size 1260220 diff --git a/images/c7a830df-5e10-4405-b7ab-e0301cba89e1.jpg b/images/c7a830df-5e10-4405-b7ab-e0301cba89e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb291a167126c59c0760ec6024d6bdbf73b1330d --- /dev/null +++ b/images/c7a830df-5e10-4405-b7ab-e0301cba89e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c757c0457b4aae5124935cde284c6e158b9e3b9680aef308ef541bd579287fb +size 2234482 diff --git a/images/c7af96e0-7bb0-4938-a042-bfc1d16489fc.jpg b/images/c7af96e0-7bb0-4938-a042-bfc1d16489fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9cf100175f1581822b7d0732295b44ce9ed34bc --- /dev/null +++ b/images/c7af96e0-7bb0-4938-a042-bfc1d16489fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b980883bced205004dd6943da860ba05eb3fd686f69fb024e16a6bd4987b92b6 +size 1467359 diff --git a/images/c7b5f003-db78-498d-aa90-2fd43ca9587c.jpg b/images/c7b5f003-db78-498d-aa90-2fd43ca9587c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cdbad118729c27e22739bb9d99b7de7c683dfb5 --- /dev/null +++ b/images/c7b5f003-db78-498d-aa90-2fd43ca9587c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884fa258a88ca4c91fddfd451d3608c67887b4a3204875dbc9619fa206bf2c14 +size 1595395 diff --git a/images/c7b921cb-7b86-496a-a6a5-066aeffbabc2.jpg b/images/c7b921cb-7b86-496a-a6a5-066aeffbabc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0eb3d215cac5fcf3c5ac8ad44b94c23b32bb1d4 --- /dev/null +++ b/images/c7b921cb-7b86-496a-a6a5-066aeffbabc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f0b139500d771d9cb32fa757bc7df38c1e9ac9d2b7f89ef736ad5402861cda +size 1173162 diff --git a/images/c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174.jpg b/images/c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99bfa0e85edd201933473ed99b924709d9650914 --- /dev/null +++ b/images/c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d10ae771c39dfad46964ad5c5cad0433ad296c95006eea465100ae7ee6fab64 +size 1587025 diff --git a/images/c7ccddba-e6f1-43af-a90c-46adeff3a8f1.jpg b/images/c7ccddba-e6f1-43af-a90c-46adeff3a8f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621bfa674178d320d9e5cd19d4a875a96bcb3438 --- /dev/null +++ b/images/c7ccddba-e6f1-43af-a90c-46adeff3a8f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eee78472408998ff8b33bf48d4aec5f477d39fa0a1dbccf81a71e59531a8ac6 +size 2022014 diff --git a/images/c7ce5797-267e-4dbf-848f-bff26daa90a3.jpg b/images/c7ce5797-267e-4dbf-848f-bff26daa90a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ecc857bc37aefd1cf114fbf004b4d1ca0ff4ee0 --- /dev/null +++ b/images/c7ce5797-267e-4dbf-848f-bff26daa90a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061f035830f2cd23f73ed7b0b7d85a63e8f7ebb152f8cb3981853e2776696ce +size 1579059 diff --git a/images/c7d4e3b8-588b-4772-bc4f-9da3b6ed655a.jpg b/images/c7d4e3b8-588b-4772-bc4f-9da3b6ed655a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35443eaa19786ef1b0cedef8500327384721285a --- /dev/null +++ b/images/c7d4e3b8-588b-4772-bc4f-9da3b6ed655a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18523686b6a0b4e9d9b8cb78496395881ca306b4124aa193c3be457b22ae10e9 +size 1432482 diff --git a/images/c7d5264a-6754-4eaf-9ffe-f95db7c15dad.jpg b/images/c7d5264a-6754-4eaf-9ffe-f95db7c15dad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b947f0cf97911f62192f185ac095cc6f821305c8 --- /dev/null +++ b/images/c7d5264a-6754-4eaf-9ffe-f95db7c15dad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d832110b53a42abc41cb4662ac83877d1f3d236e5a411ecd20b9b65da987888 +size 1492402 diff --git a/images/c7e112f1-7e8a-4295-8505-1936ebff44d0.jpg b/images/c7e112f1-7e8a-4295-8505-1936ebff44d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a441232335c19755da1f731fdaa7c68af8995df --- /dev/null +++ b/images/c7e112f1-7e8a-4295-8505-1936ebff44d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c63d8282ab7a17bb8962daa1de99f5c9bb17aa191b55b25ae68244978a8b1a +size 1666888 diff --git a/images/c7e3ca2e-ff81-409d-821a-8f7a984c03e3.jpg b/images/c7e3ca2e-ff81-409d-821a-8f7a984c03e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7d6a00c9ed02923968ed161d4f20a11ea7fc9ee --- /dev/null +++ b/images/c7e3ca2e-ff81-409d-821a-8f7a984c03e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892a058e624ad987da46eee28280a5e27f5a43f5620c1995b386aa573c2ee331 +size 1588094 diff --git a/images/c7ee3f85-b6a8-4011-9c64-424514cf65b1.jpg b/images/c7ee3f85-b6a8-4011-9c64-424514cf65b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ae4511c506bd0efee93d12234d83d14d7df200 --- /dev/null +++ b/images/c7ee3f85-b6a8-4011-9c64-424514cf65b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa682ce1db0b32540a539d528921205165b6eec1fefcc40fa292e72d08bf4232 +size 1711704 diff --git a/images/c7eee564-1baf-47aa-8c91-a587531dfbc8.jpg b/images/c7eee564-1baf-47aa-8c91-a587531dfbc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cec2d7c6240b3c950346262026a82e341359c5f9 --- /dev/null +++ b/images/c7eee564-1baf-47aa-8c91-a587531dfbc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f76a94fec0c037cf9e50eeefabd58b1de504f2c36b6312ff18ebc0cf52643 +size 1588251 diff --git a/images/c7f158c2-401b-4b7c-b371-49d14293007e.jpg b/images/c7f158c2-401b-4b7c-b371-49d14293007e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b998660d0bd9219155ad0b9eefdddafff278938 --- /dev/null +++ b/images/c7f158c2-401b-4b7c-b371-49d14293007e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a264cb9a927431a480e7e73700a657dc2caa35882fb9b50ff52d635696f59bb +size 1567414 diff --git a/images/c7f5e452-b22a-456c-a288-cbcb0b490a32.jpg b/images/c7f5e452-b22a-456c-a288-cbcb0b490a32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a358f0cd654b029813e3b624b276537c4fd7f96 --- /dev/null +++ b/images/c7f5e452-b22a-456c-a288-cbcb0b490a32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045daf30954cf6521df2cdbcc083bf92ce358d117d1760eed389608a0e8c90d4 +size 2581764 diff --git a/images/c8038c9c-eb66-4b86-9662-264a35ec4ece.jpg b/images/c8038c9c-eb66-4b86-9662-264a35ec4ece.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b14bdb56ef9278f9686a8da57d8fbe4d509e674 --- /dev/null +++ b/images/c8038c9c-eb66-4b86-9662-264a35ec4ece.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56d0e38f5fae9f9d42a22547bc8df0b8774c49a0d28edb0a483c3ee90c7ee39 +size 1256395 diff --git a/images/c80766cf-298b-4553-8ddf-85d9f2de8d2f.jpg b/images/c80766cf-298b-4553-8ddf-85d9f2de8d2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c646d6c0e30e0038dd3c4f2790c8f85adcc4ef3 --- /dev/null +++ b/images/c80766cf-298b-4553-8ddf-85d9f2de8d2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd2dee889dab296d06392e1109a4974b34667fd1f90675e78ddc60a52e4cc71 +size 3465719 diff --git a/images/c82c133a-d292-443e-8898-a42d1ff10161.jpg b/images/c82c133a-d292-443e-8898-a42d1ff10161.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621080167c02e1d1be1309eece5b317b3327aba5 --- /dev/null +++ b/images/c82c133a-d292-443e-8898-a42d1ff10161.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e36ae5720b1d7d7e0ebe812e00797ea7873bf92e4d8e5f9ff23dac11b63c78 +size 1658015 diff --git a/images/c82e7a49-f349-4191-aa55-8ce6256de164.jpg b/images/c82e7a49-f349-4191-aa55-8ce6256de164.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b5b16c5626ce8a1ca4f6f0268a46f2da5b71a23 --- /dev/null +++ b/images/c82e7a49-f349-4191-aa55-8ce6256de164.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24b21bf341b52f79eefb26c501875dd6f1a51fabad447f690c4de434e8f1873 +size 1472438 diff --git a/images/c8376772-9696-4e19-b9a2-b312f62ed0ad.jpg b/images/c8376772-9696-4e19-b9a2-b312f62ed0ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..176b57b00cbceec5127e2cf0b3abd91b783a9f51 --- /dev/null +++ b/images/c8376772-9696-4e19-b9a2-b312f62ed0ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2d6f9940100116594e7b9a0a59e1905f0b464cf85959b55e7b97de13b0f778 +size 2461848 diff --git a/images/c850ea76-a80c-435b-a155-dfde012e0661.jpg b/images/c850ea76-a80c-435b-a155-dfde012e0661.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea9f2d717483cbcf8e3a4765070e281d21aa8bac --- /dev/null +++ b/images/c850ea76-a80c-435b-a155-dfde012e0661.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d915b36a72b872af815750f702498876e9cdade64318b92025d0d5514b5fdf +size 1332744 diff --git a/images/c856e827-9e21-4294-bdc1-f4e13531de4a.jpg b/images/c856e827-9e21-4294-bdc1-f4e13531de4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6574ec7b8b4ab199b2d0c02e47ec82b27d19d17e --- /dev/null +++ b/images/c856e827-9e21-4294-bdc1-f4e13531de4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67e264607a613aab9da2cc9c9a00aa6104c445b312ca3f4791f2dd0cf378eeb +size 1793436 diff --git a/images/c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9.jpg b/images/c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2493bcf5a93b60c52e4fbb3e031e6664d40712af --- /dev/null +++ b/images/c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d0d380e4985f09c5e44953cfd7d3a4ca256d53309000f4c28fa59aba20f1eb +size 1184790 diff --git a/images/c87fb498-c5f9-4b20-976b-bf83c8fce810.jpg b/images/c87fb498-c5f9-4b20-976b-bf83c8fce810.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ade43777f1ecaf87f1161906f83552266e5e6ed6 --- /dev/null +++ b/images/c87fb498-c5f9-4b20-976b-bf83c8fce810.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b4665850b96b1c057928976be10085667f60225fe605acec5884bb7ce4cdd8 +size 1315243 diff --git a/images/c880a881-6315-4aa6-9870-0df672d46046.jpg b/images/c880a881-6315-4aa6-9870-0df672d46046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50ebe84ba05f1aefa5f6751191e1561e5e451d4d --- /dev/null +++ b/images/c880a881-6315-4aa6-9870-0df672d46046.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b74936c139f6df7893440d3c60c7ead50185b5718ad9c5c736ed6ad076d4d9 +size 1858361 diff --git a/images/c88190df-7cb6-46d1-bdc8-c42c94e43b86.jpg b/images/c88190df-7cb6-46d1-bdc8-c42c94e43b86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc3451eecffad1b57f2442d22b60a2843815f10 --- /dev/null +++ b/images/c88190df-7cb6-46d1-bdc8-c42c94e43b86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d56e8bff4aeaa1bf827baca35b7121cb144b457be816fc2396cf7f15f8f6ad4 +size 1341895 diff --git a/images/c883819c-557a-4b50-b950-5a7e8c21ee39.jpg b/images/c883819c-557a-4b50-b950-5a7e8c21ee39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..925176be1c2f8606de53fcbe0d1892520d678631 --- /dev/null +++ b/images/c883819c-557a-4b50-b950-5a7e8c21ee39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b167d6264fad1c5b3b219203187b0c2aaa832e9007e2745d54110fd27b6e9068 +size 1531816 diff --git a/images/c884e57a-9e03-4b40-a525-7d7158f3bf55.jpg b/images/c884e57a-9e03-4b40-a525-7d7158f3bf55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..327298b91d3913a8d0a2fc254531cc603e06fbad --- /dev/null +++ b/images/c884e57a-9e03-4b40-a525-7d7158f3bf55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5920457fccf793cd99dd2ff018204471c6cccf9a9de427d4d51bb416160655 +size 1749734 diff --git a/images/c88f545f-7c9e-445f-9e55-2d1d5829a00c.jpg b/images/c88f545f-7c9e-445f-9e55-2d1d5829a00c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d230ae37e2a23c1151ec59c8074c2a00a874976 --- /dev/null +++ b/images/c88f545f-7c9e-445f-9e55-2d1d5829a00c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54254cb1085af948c3a4cd2a81385e28be1e37329712c7779b9fde655cfafc04 +size 1784264 diff --git a/images/c894a651-9a54-442e-9cec-a7671a65ab65.jpg b/images/c894a651-9a54-442e-9cec-a7671a65ab65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a761a06b91ea673d92444c7cbb83a2e685bd88dc --- /dev/null +++ b/images/c894a651-9a54-442e-9cec-a7671a65ab65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b51ecd5f4e25407404e94390861b5429e215b1ef3f320510e9821d45355cf10 +size 1701278 diff --git a/images/c89cd57d-f61f-4110-8911-46fd83b9d67a.jpg b/images/c89cd57d-f61f-4110-8911-46fd83b9d67a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2718aa7bbcaafb92aec89b3520c81fba54567f3 --- /dev/null +++ b/images/c89cd57d-f61f-4110-8911-46fd83b9d67a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35e2789a26573bd6cba6e6521ca1c4ae9ba3c3c3509f0c5ee604a7da81e3a23 +size 1387221 diff --git a/images/c8a6a590-55d6-496e-a269-f2ff482c63b8.jpg b/images/c8a6a590-55d6-496e-a269-f2ff482c63b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..518e26a3bc10bb8dc6142af28da19200fd0eb2d8 --- /dev/null +++ b/images/c8a6a590-55d6-496e-a269-f2ff482c63b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c250aaadbc3471b85e47cb95e168a6bb1ea01d68efeddd2eae96ff16957bfc +size 1746072 diff --git a/images/c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e.jpg b/images/c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4453f6fe48218a9b5bb56d0a108cfaf329bc66c2 --- /dev/null +++ b/images/c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c602bead546dc29a96cc2b654bf1a4fc0b236e753e5077542272a8064f5f3be +size 1361754 diff --git a/images/c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2.jpg b/images/c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de7aaba3d662e6f1f28c51ce375f244025763959 --- /dev/null +++ b/images/c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f439d220faac80640adce249430c475df30d9dc691096d2beb3bc536368eef0c +size 2445535 diff --git a/images/c8aa3aea-3a84-4115-97ae-982e51e99457.jpg b/images/c8aa3aea-3a84-4115-97ae-982e51e99457.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52756bfa4402ab27a200e34a891dbe32693fcc61 --- /dev/null +++ b/images/c8aa3aea-3a84-4115-97ae-982e51e99457.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b8ec7f291955f05cf2329a9d4b4fb423a75ff6b55a9686ead70d3acb4e44f2 +size 1614051 diff --git a/images/c8b4c56f-810d-4878-a93f-3b3d9c81223c.jpg b/images/c8b4c56f-810d-4878-a93f-3b3d9c81223c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ce6d1060d3000ff646ccdbc94dd854b36f770fc --- /dev/null +++ b/images/c8b4c56f-810d-4878-a93f-3b3d9c81223c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa12750c6df106546ac777a068fa4ebf334c0b642871ef33baf7c607b7db73e3 +size 1729913 diff --git a/images/c8c38983-be82-41a5-83dc-c4c80ef2d956.jpg b/images/c8c38983-be82-41a5-83dc-c4c80ef2d956.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cfd4853cabfbd00d3d4f1b9ae73831a733d02fb --- /dev/null +++ b/images/c8c38983-be82-41a5-83dc-c4c80ef2d956.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f304f60cfeb9b79ee1b411af3d316cbe62cc4b4e7de581e9876791073a1bba +size 1397267 diff --git a/images/c8e3d1e4-105b-491e-9d50-152f994619eb.jpg b/images/c8e3d1e4-105b-491e-9d50-152f994619eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e98a5b3ca6866830d5948ce9d7103851ec87e944 --- /dev/null +++ b/images/c8e3d1e4-105b-491e-9d50-152f994619eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138ef6e13e1f7cffa5ae80e3bbaca00b6d78334b77b3aec651367289205b96f8 +size 1583125 diff --git a/images/c8e4f3a8-0f67-4797-8e59-fe18db5937fb.jpg b/images/c8e4f3a8-0f67-4797-8e59-fe18db5937fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6435523c775c3a554a5d2afe4a2098f50e1099ca --- /dev/null +++ b/images/c8e4f3a8-0f67-4797-8e59-fe18db5937fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d911d34a5627fba91ba661b96d718901ebe852c6bc229d47920106a81285f92 +size 1626641 diff --git a/images/c8e946f4-ea4f-43c5-9195-ae14f0467fe6.jpg b/images/c8e946f4-ea4f-43c5-9195-ae14f0467fe6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca37db67e9a1d84d779483a85dc0a5c13f52ada4 --- /dev/null +++ b/images/c8e946f4-ea4f-43c5-9195-ae14f0467fe6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02965fa6ee3bad7478ef7095280917b99af6f53e7e7f4755f7bf84595c0733d7 +size 1513494 diff --git a/images/c900d881-3bf7-4af9-8352-0a74e6cd6127.jpg b/images/c900d881-3bf7-4af9-8352-0a74e6cd6127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c142aa6f674bc871b28c8058c513f79d40ed816a --- /dev/null +++ b/images/c900d881-3bf7-4af9-8352-0a74e6cd6127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b69a7eb1460e592c44349a236849a11995ce2683e4ad43d0632ba9cc4e6efd3 +size 1291928 diff --git a/images/c9017c91-7b08-4edb-b502-a006613ee23b.jpg b/images/c9017c91-7b08-4edb-b502-a006613ee23b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c439480b028ecc6a086829eda19454e3bd6410f --- /dev/null +++ b/images/c9017c91-7b08-4edb-b502-a006613ee23b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7a64a86851b6423af65419564af15aa1e14519f0f65c040a5f8556ad922157 +size 1694791 diff --git a/images/c90fd661-2164-4456-a4fc-04a3e5270bbf.jpg b/images/c90fd661-2164-4456-a4fc-04a3e5270bbf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c30fd4bedd8bc94689c6340556df578372916bc --- /dev/null +++ b/images/c90fd661-2164-4456-a4fc-04a3e5270bbf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5906f37d6b87d9eecaa44d4d17084eced0fce85233ecaa2d7f7770525aade6 +size 1715007 diff --git a/images/c9150215-de1e-419c-9c20-1c5961b8f6f5.jpg b/images/c9150215-de1e-419c-9c20-1c5961b8f6f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..983df2b95efa3cb0deddf6f06dcf8d21f2639da1 --- /dev/null +++ b/images/c9150215-de1e-419c-9c20-1c5961b8f6f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd92d40f705c6060e7305cd25d14319aba0868375d82e79324a8f9de32fe7d11 +size 2263826 diff --git a/images/c9273dbe-eb2b-48ac-a708-fe8955018097.jpg b/images/c9273dbe-eb2b-48ac-a708-fe8955018097.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71b2a30d9a0c74ee79245e55704da46bf0245975 --- /dev/null +++ b/images/c9273dbe-eb2b-48ac-a708-fe8955018097.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f5d6d3252adb0516e599153118405b5914857ec4b306219785895d8a49698f +size 936483 diff --git a/images/c92c63b7-44fc-4575-bae0-063800fc7323.jpg b/images/c92c63b7-44fc-4575-bae0-063800fc7323.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4418dc1398a1a496196eeb0451cb29667498419 --- /dev/null +++ b/images/c92c63b7-44fc-4575-bae0-063800fc7323.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f78d87538d6f61cf3a65c078827c9dc24b7663e2d04ed7f593c924add42a551 +size 1529897 diff --git a/images/c9378b6e-3a12-4f92-84c4-441a04a9ecd2.jpg b/images/c9378b6e-3a12-4f92-84c4-441a04a9ecd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec9e4804d99c61f26f1c7eadeaa15eefc00843d8 --- /dev/null +++ b/images/c9378b6e-3a12-4f92-84c4-441a04a9ecd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d1ff9e827418e2acae7c31f953838a1562e8874fef72077fa9df7d5bf843a1 +size 2147138 diff --git a/images/c93801eb-9e0d-47d7-b306-b13efea1a8e4.jpg b/images/c93801eb-9e0d-47d7-b306-b13efea1a8e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8386e292472f30b51d09af8f000f019d9d897a64 --- /dev/null +++ b/images/c93801eb-9e0d-47d7-b306-b13efea1a8e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f940bc6decc0246fbf475ac7093e367eb539619c6cd8ff507299d71094a20087 +size 1967583 diff --git a/images/c93f7126-7139-466e-a444-5d0fe52e6949.jpg b/images/c93f7126-7139-466e-a444-5d0fe52e6949.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bcc3f353df002b66c34b6451d2b5aae426e0e00 --- /dev/null +++ b/images/c93f7126-7139-466e-a444-5d0fe52e6949.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfac8d2aafef082b9b69fae29fca09ab44261539c63a02364c54378dd4d652e +size 1650833 diff --git a/images/c9428514-b568-494f-a002-37aa7b4d9177.jpg b/images/c9428514-b568-494f-a002-37aa7b4d9177.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70497a198ab0c11891452ca1c58570613c4ba4d0 --- /dev/null +++ b/images/c9428514-b568-494f-a002-37aa7b4d9177.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050bb021e57920733f53c5243c1fde65de90139278c3340a9923cc808e5878e8 +size 1666227 diff --git a/images/c945d3b5-fb6e-45fe-85e0-a6134d0eed1e.jpg b/images/c945d3b5-fb6e-45fe-85e0-a6134d0eed1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6753cc5669b4e01d3b7f79ad32c714376dd0129e --- /dev/null +++ b/images/c945d3b5-fb6e-45fe-85e0-a6134d0eed1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921060a5c6abb4694fe9ff975109b2f9475ab1546cc8f94eac5e97b461008d72 +size 2195776 diff --git a/images/c94a871c-425b-40a4-908a-69d8aad34de8.jpg b/images/c94a871c-425b-40a4-908a-69d8aad34de8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3b73a08084c92cc5c82c19d4cfb59e369fb95dd --- /dev/null +++ b/images/c94a871c-425b-40a4-908a-69d8aad34de8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b68a69a29d6371594a85a8840b0584226fe210043f8e018323dd5fd65980b0 +size 1429749 diff --git a/images/c96a91d0-444f-489e-ad23-6580d3b44d55.jpg b/images/c96a91d0-444f-489e-ad23-6580d3b44d55.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28c61de828b039da847e1deed67cbf45ce00a33c --- /dev/null +++ b/images/c96a91d0-444f-489e-ad23-6580d3b44d55.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b441362a21ae1d2498eef4cdb359facca0da9785d8771171c630d1fd9f55f796 +size 1105040 diff --git a/images/c9770d63-ffd1-420f-9f7b-a9a4d1d131ab.jpg b/images/c9770d63-ffd1-420f-9f7b-a9a4d1d131ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d80073f16740b16677e83f72676fc53fc6a8555 --- /dev/null +++ b/images/c9770d63-ffd1-420f-9f7b-a9a4d1d131ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf65625acf492e21c0166ff8cc80cf37cccb0ab1948b8322874a7fe7ea00e7c0 +size 1389172 diff --git a/images/c97f4864-65ae-419a-9505-e900a04486f8.jpg b/images/c97f4864-65ae-419a-9505-e900a04486f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36fa8f84c799598fc9f948a5480fe599cde419a6 --- /dev/null +++ b/images/c97f4864-65ae-419a-9505-e900a04486f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2ea7565435557237391a200b4b3ed7463df030f38108986304d0fbee243df8 +size 1522239 diff --git a/images/c98a2853-b9cf-467d-b06e-9345b2769511.jpg b/images/c98a2853-b9cf-467d-b06e-9345b2769511.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37455a95c76a8be1c0cee4fc062b7343920263d2 --- /dev/null +++ b/images/c98a2853-b9cf-467d-b06e-9345b2769511.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952d6755924b5871166e07775d677a10c49caeb8141b4180cf65fbd38fafb5e1 +size 1933696 diff --git a/images/c99efdae-70fb-4503-af60-962a3755a91f.jpg b/images/c99efdae-70fb-4503-af60-962a3755a91f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f669d395a7ab5f4d078e2d83b7c27ec383a42af5 --- /dev/null +++ b/images/c99efdae-70fb-4503-af60-962a3755a91f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd846b9b8124cabb17313e357ce1670237fe9861ce397e067b318970e81592c +size 1513312 diff --git a/images/c9a0a547-5fce-4d6f-ac22-53f06570ae66.jpg b/images/c9a0a547-5fce-4d6f-ac22-53f06570ae66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d595dc645ece6604d42de7d671d37533e4fcafc --- /dev/null +++ b/images/c9a0a547-5fce-4d6f-ac22-53f06570ae66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bc7fa73a686a34e59511e2e6cca4e5490215fb61323f6a033e4e7f2d9f5f26 +size 1471900 diff --git a/images/c9a88f7a-dac8-4c66-bc2a-b03e269bbed4.jpg b/images/c9a88f7a-dac8-4c66-bc2a-b03e269bbed4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b66f541547608585297bdf73fb370d634818035 --- /dev/null +++ b/images/c9a88f7a-dac8-4c66-bc2a-b03e269bbed4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387c4a1eb88bd87cadcb9775db98b95d4735fda9b4ae692b19db2a1a997d946b +size 1319222 diff --git a/images/c9b1cbfd-f213-4187-abd6-b834e0acfb48.jpg b/images/c9b1cbfd-f213-4187-abd6-b834e0acfb48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21ba9c764417fd5de10659095d2efe3e72d956b3 --- /dev/null +++ b/images/c9b1cbfd-f213-4187-abd6-b834e0acfb48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482607a4e05389117b181af08fbe3334ef95d16dfe74801e0c940aacd71106de +size 1586959 diff --git a/images/c9cd768e-816f-4004-b22b-8f4459e62e5b.jpg b/images/c9cd768e-816f-4004-b22b-8f4459e62e5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6446fd7e334cac55c6551978a028a1ca2eadfe2 --- /dev/null +++ b/images/c9cd768e-816f-4004-b22b-8f4459e62e5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4442ed2033d7ff014244285026384f606ba7ccfe0da87f4d6eb30fc61a5018ac +size 1772626 diff --git a/images/c9ce824c-cfaa-492c-9b67-04ff9bc10a89.jpg b/images/c9ce824c-cfaa-492c-9b67-04ff9bc10a89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf79326773f2b39b3373b24e0d7455fead6cbdc8 --- /dev/null +++ b/images/c9ce824c-cfaa-492c-9b67-04ff9bc10a89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa135348c977c495311a2321f4c43bf5c457ebab123ab5d70b03de5c5cd53f8c +size 1603022 diff --git a/images/c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f.jpg b/images/c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb49536b806b44e1eeb3325236148ce2de0358ef --- /dev/null +++ b/images/c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fd3e5b15071639acf714793634a9011371dcad5249c94d4a27eb20753e9fd6 +size 1579295 diff --git a/images/c9e08e34-1772-4a81-9e5c-6bb9d4abb279.jpg b/images/c9e08e34-1772-4a81-9e5c-6bb9d4abb279.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b757fe787474469ff1a67d75bd6e63be40213922 --- /dev/null +++ b/images/c9e08e34-1772-4a81-9e5c-6bb9d4abb279.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017827f6a1f0096d6a9ca91a5601e884b8ac35a796230a6f3bdbf0b59527a953 +size 1431976 diff --git a/images/c9e10d38-de06-4033-90e7-09d819ce1600.jpg b/images/c9e10d38-de06-4033-90e7-09d819ce1600.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0f120d55bce41efc6a26bd1da02c2a1dbdde2fe --- /dev/null +++ b/images/c9e10d38-de06-4033-90e7-09d819ce1600.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24e794696734201c5c9b06e3f66a8af7979b7f39b36be3cd3c0e5437ffaa913 +size 1698907 diff --git a/images/c9e24d09-2bcc-44b7-8515-47b60ca4195c.jpg b/images/c9e24d09-2bcc-44b7-8515-47b60ca4195c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18c55d7fdb91804ac6e73c767ba7324e8f1998dc --- /dev/null +++ b/images/c9e24d09-2bcc-44b7-8515-47b60ca4195c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c95c8fc55cc91cc7b7bd9a2295186c5fe316c854a572dc2a20cf23bf9aab01 +size 1673676 diff --git a/images/c9f3a18d-36bc-45e0-8927-76b76763ccb1.jpg b/images/c9f3a18d-36bc-45e0-8927-76b76763ccb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1afc2657d7d779b1f7ebcc2b0b9d0a5175700a24 --- /dev/null +++ b/images/c9f3a18d-36bc-45e0-8927-76b76763ccb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfce158ed1bb69e4fadc1b1b23d8088f6710c94f8e236f885c304c5b84e45c7 +size 1970947 diff --git a/images/ca117645-da4c-46c3-8ccc-828ee8264b9c.jpg b/images/ca117645-da4c-46c3-8ccc-828ee8264b9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10a514952d9cbdec178093b5628bf0cefd6bc7a3 --- /dev/null +++ b/images/ca117645-da4c-46c3-8ccc-828ee8264b9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158337b76a37b1030ae592275112b3fdae5ad867279380f636bac089b8e68320 +size 1916223 diff --git a/images/ca11ee54-e935-475b-beda-1b267d65a5d6.jpg b/images/ca11ee54-e935-475b-beda-1b267d65a5d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b69ee8d2630e26df8a7a8057f637b712471a2906 --- /dev/null +++ b/images/ca11ee54-e935-475b-beda-1b267d65a5d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00bf48ae3d90312ef16a1653f9d45b49a27d7a70c5f1f657cf71a356c26b85b +size 3042084 diff --git a/images/ca16bef9-4320-4858-b7c6-c017f0b1283f.jpg b/images/ca16bef9-4320-4858-b7c6-c017f0b1283f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e67985a3dee739b44c2dbbbe996afbd22752931 --- /dev/null +++ b/images/ca16bef9-4320-4858-b7c6-c017f0b1283f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8898f029ae9ae3b8d23cfc3fb32ca3a65ff65e343a981a680da4bae0c1a97726 +size 3441829 diff --git a/images/ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1.jpg b/images/ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..965f32cdd80f1f63c7d1959a7281bf29cc29c5c9 --- /dev/null +++ b/images/ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3b7636b978d6269ac04499e18373f05e2b4e20e4fbfc901b8b4292c0b1fae7 +size 1828476 diff --git a/images/ca1b82cb-f087-439b-b94f-8f5dceab8f4b.jpg b/images/ca1b82cb-f087-439b-b94f-8f5dceab8f4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84fd3deff8df2f7fc3ec71e41af998c09f82066c --- /dev/null +++ b/images/ca1b82cb-f087-439b-b94f-8f5dceab8f4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc34bbfa1209aec1f0ce1458c6cbedbd2feed120f37689ad65bd0379d577ca5 +size 1378381 diff --git a/images/ca23315a-ed09-4f03-98c3-f873274bedf6.jpg b/images/ca23315a-ed09-4f03-98c3-f873274bedf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8f924775b322c1abbc77fde02a07e90fd3c2afc --- /dev/null +++ b/images/ca23315a-ed09-4f03-98c3-f873274bedf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6100d3d71e2ce32f886589b6a864224d71b5d38856127095a3aa1ba7a00ebe +size 1685057 diff --git a/images/ca2b0295-cb95-4995-8f6c-d99ab0fbace2.jpg b/images/ca2b0295-cb95-4995-8f6c-d99ab0fbace2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11be7dcd385fffed9abb4de998785bb799078525 --- /dev/null +++ b/images/ca2b0295-cb95-4995-8f6c-d99ab0fbace2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b053939993724d2fef20129de70c2f43d8fe714f1dfe4278282fe380dab1893e +size 1414586 diff --git a/images/ca389b00-d880-445d-80e1-0498f05b2bf0.jpg b/images/ca389b00-d880-445d-80e1-0498f05b2bf0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..727854c678301e41a78a78b9424a7ddb06103dc7 --- /dev/null +++ b/images/ca389b00-d880-445d-80e1-0498f05b2bf0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662e86a47af65a67eb83c58163ab7efc95be5df24509ebe5be371dbd03782719 +size 2219061 diff --git a/images/ca4a721e-e722-4750-8ff5-6a4eafa13e8d.jpg b/images/ca4a721e-e722-4750-8ff5-6a4eafa13e8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0aba9fb1ac68576060faafcc02681bcce999bbc --- /dev/null +++ b/images/ca4a721e-e722-4750-8ff5-6a4eafa13e8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4829b3c03b14a7486a8239f39d780fdb3bb5d0d5fccfad3af49f4d17b3a1f93 +size 1201600 diff --git a/images/ca4d7d9c-2970-4984-a593-21fc91e169f7.jpg b/images/ca4d7d9c-2970-4984-a593-21fc91e169f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef8f3c9b256d1270d1de4fa5413e87e75e3df6b2 --- /dev/null +++ b/images/ca4d7d9c-2970-4984-a593-21fc91e169f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d141182c7a9ef9029a9534bd1cc46a8d3b714f31d79324843c878916e56ba1 +size 2319732 diff --git a/images/ca51c5e7-bfa4-4367-b49a-b0026d9057d4.jpg b/images/ca51c5e7-bfa4-4367-b49a-b0026d9057d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0b13c19ee82ad5dff874a44e00e1cc3a7f20dfd --- /dev/null +++ b/images/ca51c5e7-bfa4-4367-b49a-b0026d9057d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17241178647a8493a3dc55e58bdf3380ac05cf52a235d22e3c38c573e36ab24 +size 1953521 diff --git a/images/ca5afbf4-60a5-4e36-9187-e6c5275d35f8.jpg b/images/ca5afbf4-60a5-4e36-9187-e6c5275d35f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7779ff5ba9661d709e6aec8ddb3764400b6bbc6 --- /dev/null +++ b/images/ca5afbf4-60a5-4e36-9187-e6c5275d35f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d106d7f1912938dc2f1069c6760f7dcefc3b46fca60f7a4001bb9e3299f6590 +size 1258089 diff --git a/images/ca5c2fa6-aad2-4d63-a13c-776dbd484401.jpg b/images/ca5c2fa6-aad2-4d63-a13c-776dbd484401.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76f354d1f4155d1b7eb3b123d86f7234fae6228a --- /dev/null +++ b/images/ca5c2fa6-aad2-4d63-a13c-776dbd484401.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11600431c32f007b9803c21cbc05ce0e976ad638ee74858c6dfc68928f55209f +size 1684506 diff --git a/images/ca5d07c5-4598-4a38-ab41-3d274e681a88.jpg b/images/ca5d07c5-4598-4a38-ab41-3d274e681a88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349ecbb4542397a239da843ebbf2144c31e10c9b --- /dev/null +++ b/images/ca5d07c5-4598-4a38-ab41-3d274e681a88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acbbc5b13ff8f1ff73075a1fc9934997a1262a29498c5062b3ce14750d2f84e +size 1609142 diff --git a/images/ca5ff7c5-5bc7-461c-a458-cdb359cdb303.jpg b/images/ca5ff7c5-5bc7-461c-a458-cdb359cdb303.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9fa8fbb117015f1efec70b1039e4e8cdae17b61 --- /dev/null +++ b/images/ca5ff7c5-5bc7-461c-a458-cdb359cdb303.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beff99bf56b98719701756db95a1b3f26404f2fb75b339bcbd46969735e8e87b +size 1641537 diff --git a/images/ca68d927-3997-4992-b692-d7ddef4e96d7.jpg b/images/ca68d927-3997-4992-b692-d7ddef4e96d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8e44e61bd335fd1dbbeb6b23d3c17dbb4b931d2 --- /dev/null +++ b/images/ca68d927-3997-4992-b692-d7ddef4e96d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ae5e906287d10264a48ada47c2961f98bd1efa58b8b1e2a458b705fdd944bd +size 1546121 diff --git a/images/ca803e45-b7d2-4437-a981-2e0a6ac34b61.jpg b/images/ca803e45-b7d2-4437-a981-2e0a6ac34b61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13d012a6b4de4a55df01a2619f415558b645a9df --- /dev/null +++ b/images/ca803e45-b7d2-4437-a981-2e0a6ac34b61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938c3bf4b6da520b62d3b34032b59b47e3ebc0039466a91ff22597665d3f3fe7 +size 2211169 diff --git a/images/ca876c78-9df7-4e70-a755-e37b58ad880e.jpg b/images/ca876c78-9df7-4e70-a755-e37b58ad880e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba86a18d5f6a280750e301acfb454f85747b2d2d --- /dev/null +++ b/images/ca876c78-9df7-4e70-a755-e37b58ad880e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b4ab608022c6aa7ef83d1d1e0aaf41af25ae3e7b036b89087c59b01699ca36 +size 2037279 diff --git a/images/ca8f688e-30bd-41db-91d7-e5cad6db1c94.jpg b/images/ca8f688e-30bd-41db-91d7-e5cad6db1c94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68ecd6a664ba690ee00cf2a9ac768bb142f2ca24 --- /dev/null +++ b/images/ca8f688e-30bd-41db-91d7-e5cad6db1c94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc37b810d7d5d333f94bda4e53a4ee951da9c4ee30f0b8f8ec31eff46c225fef +size 1903453 diff --git a/images/ca9de041-4bcd-4759-aba4-0f6409d5e7a4.jpg b/images/ca9de041-4bcd-4759-aba4-0f6409d5e7a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f709907110ed667b9db49bbe13bfa18dd27b2e61 --- /dev/null +++ b/images/ca9de041-4bcd-4759-aba4-0f6409d5e7a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b278a2b8d8ec3865f67da48afc5b29275844cff25df4b138ea3c53d13274e39 +size 1206172 diff --git a/images/caa3da2b-dfee-443f-b40d-fba548e8dc28.jpg b/images/caa3da2b-dfee-443f-b40d-fba548e8dc28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1058e2dc337c7f359c37354be5f75a4ef1ee986 --- /dev/null +++ b/images/caa3da2b-dfee-443f-b40d-fba548e8dc28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38439f4e51acf5a6a2febbb2b82942f616165b00f32164e9c388b6a38899d1b3 +size 2116819 diff --git a/images/cac0ddba-5168-4b7b-a6e8-cc354888f16f.jpg b/images/cac0ddba-5168-4b7b-a6e8-cc354888f16f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e31a0599b37c11c9fda18be0d3bc330072d509c4 --- /dev/null +++ b/images/cac0ddba-5168-4b7b-a6e8-cc354888f16f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81038d5b4063be67d2dc6c0061a09347c7efe0d991e29f13c7a6644550460e16 +size 2848965 diff --git a/images/cac17d4d-b8c3-40a8-9a27-98a2000a0131.jpg b/images/cac17d4d-b8c3-40a8-9a27-98a2000a0131.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20f9452dd665505fefc60061610d7d86e9cd7712 --- /dev/null +++ b/images/cac17d4d-b8c3-40a8-9a27-98a2000a0131.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b904b070e96084e9deec9459e2abb8b3ea022a09677a745eb21104675d47000 +size 2134332 diff --git a/images/cacffd43-5fdd-4b34-ba19-d8171fbfae46.jpg b/images/cacffd43-5fdd-4b34-ba19-d8171fbfae46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c663cdfc48ef4b187f08caf77b8ca72985cfe697 --- /dev/null +++ b/images/cacffd43-5fdd-4b34-ba19-d8171fbfae46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cb495079c8890d7d0f8d9681530af0514b7a1a5e45ef052d50d28b8a4936a7 +size 1487982 diff --git a/images/cad640b7-7349-420c-83d6-1926fc05838a.jpg b/images/cad640b7-7349-420c-83d6-1926fc05838a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64271be9fb8f57673996ac6b111f111b3018a0cb --- /dev/null +++ b/images/cad640b7-7349-420c-83d6-1926fc05838a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ce879a174d1d3254b0889e607064c81229268256ac90012ff161523f9351a4 +size 1810486 diff --git a/images/cadde863-6e7b-47a0-8c46-9c1db9321bdb.jpg b/images/cadde863-6e7b-47a0-8c46-9c1db9321bdb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15102466fc7ddb5000abd7926e0ed21f25871cf6 --- /dev/null +++ b/images/cadde863-6e7b-47a0-8c46-9c1db9321bdb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77c3895e8cfdba267433cea3a8f65140c4b8eaf850294ff35ed14ca4276e27a +size 1783770 diff --git a/images/cae7517a-9e57-4702-83e4-bb3477320daf.jpg b/images/cae7517a-9e57-4702-83e4-bb3477320daf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9652e3d2224940c1d671e168a9affc14fbb80220 --- /dev/null +++ b/images/cae7517a-9e57-4702-83e4-bb3477320daf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306aa9137d96c0ee5a20f26422d402c5322ad317fcd3681e9d5b7105439a297f +size 1800628 diff --git a/images/caed245e-c1c8-4829-90e2-2ff5f568cb90.jpg b/images/caed245e-c1c8-4829-90e2-2ff5f568cb90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56901fc87a242db993634c5f907e05e230fef961 --- /dev/null +++ b/images/caed245e-c1c8-4829-90e2-2ff5f568cb90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62afda4f71780d98a9fc317762d901669a53dce46bcbd97b3be2c694a77ac438 +size 1676618 diff --git a/images/caf02615-8e36-4525-b929-c32061139903.jpg b/images/caf02615-8e36-4525-b929-c32061139903.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a1ffc342d5d3cdb748d88272df75e1ad5d8e4f5 --- /dev/null +++ b/images/caf02615-8e36-4525-b929-c32061139903.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbfc7500a58292858ac63c971153cab50145beb336411d6885084f2fbecc9ed +size 1313858 diff --git a/images/cb03df0c-dae7-4b45-9117-922895c59d0e.jpg b/images/cb03df0c-dae7-4b45-9117-922895c59d0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4371b295c33ab4869e77a4ea2d3417ee9ddb26ad --- /dev/null +++ b/images/cb03df0c-dae7-4b45-9117-922895c59d0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb02f788489947fd7e63a323bc2fc3d2e0d2ad690f1de57493a87edd2903723 +size 1729790 diff --git a/images/cb099e2d-9e69-4213-9dd3-419b5aa8a32b.jpg b/images/cb099e2d-9e69-4213-9dd3-419b5aa8a32b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bb5c5a24860167d97035c8bde89da2a0db569d1 --- /dev/null +++ b/images/cb099e2d-9e69-4213-9dd3-419b5aa8a32b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c110bee79c58bdd37ed89f55948340abcb5c0cd40603976e000a163b38ef3d +size 1743504 diff --git a/images/cb12462d-20e6-446c-875b-70dc263364a0.jpg b/images/cb12462d-20e6-446c-875b-70dc263364a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d04539f4ae707008f2035dc4945ed221b41d40c4 --- /dev/null +++ b/images/cb12462d-20e6-446c-875b-70dc263364a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dd31811e561626d83e2cd0dbbd4c03cfb8275412a87427cb2f6b38a1e081ca +size 1821529 diff --git a/images/cb153fe4-e41b-45d0-9953-2cbd17d56c9f.jpg b/images/cb153fe4-e41b-45d0-9953-2cbd17d56c9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..671edbc74a799963be763ecabd11868998da4300 --- /dev/null +++ b/images/cb153fe4-e41b-45d0-9953-2cbd17d56c9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b8713f35ac8e97457fc03f05ed3838f7d10cafc2c361851e98bfe0a46d52f6 +size 1485344 diff --git a/images/cb1d9e4d-7e87-4615-9311-082d3465e650.jpg b/images/cb1d9e4d-7e87-4615-9311-082d3465e650.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d4bc1a12e51d791a0f6e0ff4ba5e31c93909fc7 --- /dev/null +++ b/images/cb1d9e4d-7e87-4615-9311-082d3465e650.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121f8e92493e306554b9ce0498bc3f351680190892de65425e3ab0926e25a79c +size 1324817 diff --git a/images/cb1e4bd3-2859-4a6f-a591-9897cce6722b.jpg b/images/cb1e4bd3-2859-4a6f-a591-9897cce6722b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d78b0180a91a11397b80ee94b122b20905092d6 --- /dev/null +++ b/images/cb1e4bd3-2859-4a6f-a591-9897cce6722b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25de13e11a158e270829c720892ff5cff4d9660ee552c58951f050492154130 +size 1691411 diff --git a/images/cb209ce7-0c05-4e4c-801f-b5cdd0190d1e.jpg b/images/cb209ce7-0c05-4e4c-801f-b5cdd0190d1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89de62ef303d9d6dcb731e4c0c4bb1fc5eda409e --- /dev/null +++ b/images/cb209ce7-0c05-4e4c-801f-b5cdd0190d1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122c7a21737c6fc4ca6507964d0a2c7d41938e7d900e276df65db11a3b7ce6fd +size 1378442 diff --git a/images/cb267aba-bc52-4bad-ac35-33be020241e1.jpg b/images/cb267aba-bc52-4bad-ac35-33be020241e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35849841b4b4decba17de513b3076af888dcf897 --- /dev/null +++ b/images/cb267aba-bc52-4bad-ac35-33be020241e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ddd4afc1e65bf89ff632b2bf6ee3a286cf31086b55b0a0409b47dcc74bb15e +size 1308091 diff --git a/images/cb32813a-b8ee-4a11-b173-0d74478fd627.jpg b/images/cb32813a-b8ee-4a11-b173-0d74478fd627.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4362ac9c9947cf94abbb8e25680b044c2ccf335 --- /dev/null +++ b/images/cb32813a-b8ee-4a11-b173-0d74478fd627.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474855aa71d7ffd1bc62ebb1f8e5b4678822c46b349deac7bc237583d9aeac2c +size 1814516 diff --git a/images/cb40a5d4-c578-4178-bab6-e13daaa657af.jpg b/images/cb40a5d4-c578-4178-bab6-e13daaa657af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e951dd3746363f054843dc309f0d81ac8dad326 --- /dev/null +++ b/images/cb40a5d4-c578-4178-bab6-e13daaa657af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cffbf4dbd1041c0fa645f71493dd20f70ba6e3b3fcad53440f330db969d756d +size 1621604 diff --git a/images/cb512769-de85-4559-872d-30dd98fb5e62.jpg b/images/cb512769-de85-4559-872d-30dd98fb5e62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21e6159fd9aa5095f04448b0e468cb1d916422df --- /dev/null +++ b/images/cb512769-de85-4559-872d-30dd98fb5e62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0c40349c9bf1740cb9bdbf2d5ae81d2ece13970a9c33f244a04c481f15118b +size 1369351 diff --git a/images/cb530079-2c5d-47bd-afd2-a15fcdee67f2.jpg b/images/cb530079-2c5d-47bd-afd2-a15fcdee67f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2628fabc331793e075c08769929709a01cae40dd --- /dev/null +++ b/images/cb530079-2c5d-47bd-afd2-a15fcdee67f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18911c11c36541e5267ba5def36f0cf6683bb8b4ebf84a479102d0994e6ec15 +size 1678035 diff --git a/images/cb5d8068-f09e-4d31-9d94-68c83158616e.jpg b/images/cb5d8068-f09e-4d31-9d94-68c83158616e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca01644b3340f5a53cbf628a0f6f0ff725b34169 --- /dev/null +++ b/images/cb5d8068-f09e-4d31-9d94-68c83158616e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4906f2c152d2c3aa291ec9ae1f2c603172b06e2190010c429eab72bcd31e5ae +size 1363720 diff --git a/images/cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0.jpg b/images/cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee1b08b3df0bb572657dc370b508ed32d6dbcb29 --- /dev/null +++ b/images/cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c79e1b965203afbe8fc46080c6494133675f262857f1990b4149969dd9a6a1 +size 2073118 diff --git a/images/cb6159b6-a5ad-42af-945e-e5444103d046.jpg b/images/cb6159b6-a5ad-42af-945e-e5444103d046.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ef2bd0dfed9e210e2829b7a5f8ced576bc731cb --- /dev/null +++ b/images/cb6159b6-a5ad-42af-945e-e5444103d046.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1556814afa3e0838a9903699f72f58ea5f12de81597a08c2982b5ef8f31aa6fb +size 1584655 diff --git a/images/cb625853-2664-4111-bc73-49a1193cfdc3.jpg b/images/cb625853-2664-4111-bc73-49a1193cfdc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e65d523235da3678bbf3c8682953a6c39ea20f8 --- /dev/null +++ b/images/cb625853-2664-4111-bc73-49a1193cfdc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df55f9df525bebfa24826fcd35e4ab0b43086e3c86eac711826c3cbad988ee30 +size 1718023 diff --git a/images/cb7e3db0-e39e-4374-ba4b-e074210a66a0.jpg b/images/cb7e3db0-e39e-4374-ba4b-e074210a66a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..582e677a96d5359a51c352bea98e023a1ae275a7 --- /dev/null +++ b/images/cb7e3db0-e39e-4374-ba4b-e074210a66a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5efd7c942e8f04e9c7e675b55e1924ea453ba5239f1389ddd3817813de8c5b2 +size 2173311 diff --git a/images/cb8c521e-e34a-46f8-adb5-7aa560cccf8f.jpg b/images/cb8c521e-e34a-46f8-adb5-7aa560cccf8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaad6f721a9d136e0a36443434f54b29bf4af02f --- /dev/null +++ b/images/cb8c521e-e34a-46f8-adb5-7aa560cccf8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae1971a2d5e9457cc8eef51585443db97bc7931a8107ef7c22ac067fc02dc6a +size 3566876 diff --git a/images/cb9048f1-d167-4a05-b7cc-e776bdc8b07b.jpg b/images/cb9048f1-d167-4a05-b7cc-e776bdc8b07b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e569d79eae13416f4e9c1f37097389cadfa75615 --- /dev/null +++ b/images/cb9048f1-d167-4a05-b7cc-e776bdc8b07b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b18975ffb00858ed1409fcb162cf826cdb8b0c6be5778c81c93ba7c521f98b1 +size 1115364 diff --git a/images/cb9347e9-e706-4e8c-82c5-3c02d858ad4d.jpg b/images/cb9347e9-e706-4e8c-82c5-3c02d858ad4d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e505959af2949d01648732815aee8d20b8d1d01 --- /dev/null +++ b/images/cb9347e9-e706-4e8c-82c5-3c02d858ad4d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518b484a9b290c4166f54847f00098a8296db4bb9c26a759b297c919eab7e4ec +size 1283125 diff --git a/images/cb977d52-1cbf-499a-a014-e98e7b7a31ba.jpg b/images/cb977d52-1cbf-499a-a014-e98e7b7a31ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02771dc90915ea13f54f17c7de212b448afb33d6 --- /dev/null +++ b/images/cb977d52-1cbf-499a-a014-e98e7b7a31ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5db33c02f66a4b3e53433b6a5c035ce282f46fce22df6b8ce812733dd5bbff0 +size 1523529 diff --git a/images/cb99c4ea-3550-4639-a76e-1f41548af0b6.jpg b/images/cb99c4ea-3550-4639-a76e-1f41548af0b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc5f201ea43f4c079064fab04c2623296e287db0 --- /dev/null +++ b/images/cb99c4ea-3550-4639-a76e-1f41548af0b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef401007fb1f85fc3cb612bc9bb0e5c3db95ce29298b02b339ed962d1baea952 +size 2308617 diff --git a/images/cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4.jpg b/images/cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0651ae38461ba0a6dba808905f9f99339b655893 --- /dev/null +++ b/images/cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07492687f555382e911ac1352136056a778a9bbd296a0acb5529a5f33372d73e +size 1636731 diff --git a/images/cb9ea8a0-27dd-4726-8ae3-99e114a85d20.jpg b/images/cb9ea8a0-27dd-4726-8ae3-99e114a85d20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a71b2e56632f80f3c106ccef8fc97ac09ce8dd --- /dev/null +++ b/images/cb9ea8a0-27dd-4726-8ae3-99e114a85d20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec4310aa08803f0b77c1fc2647efc7977db4fb79b4a5a0e71e523bdf5caa0b9 +size 1660608 diff --git a/images/cba40eb2-83d2-4026-bb30-04897bad1d05.jpg b/images/cba40eb2-83d2-4026-bb30-04897bad1d05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b86fdf175dda2aa0bd55088c1cdd1b1dbb6eac1 --- /dev/null +++ b/images/cba40eb2-83d2-4026-bb30-04897bad1d05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2503717b12ea47036c02bfda200e7ee1befe6bc4f8c6ff4a819318418df5a5 +size 1428711 diff --git a/images/cba5bd0f-843b-4d20-b861-0efaeaf51318.jpg b/images/cba5bd0f-843b-4d20-b861-0efaeaf51318.jpg new file mode 100644 index 0000000000000000000000000000000000000000..506a7da47d21e998dc955b4a42cef4f4230e38a6 --- /dev/null +++ b/images/cba5bd0f-843b-4d20-b861-0efaeaf51318.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5e3c82c86c100df80470421207e7f539a6743538e64299f6d0ad97843f61f2 +size 1198391 diff --git a/images/cbaa2646-85d0-4a06-8738-1aa95b31b7a8.jpg b/images/cbaa2646-85d0-4a06-8738-1aa95b31b7a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b860cb3dae6e4e771727fc85e1cba15515ab08f --- /dev/null +++ b/images/cbaa2646-85d0-4a06-8738-1aa95b31b7a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8ce9b9ec563fc46ba52b731ad811a12807e47e4b6de94fe83f08881c59bced +size 1505013 diff --git a/images/cbad22ee-1ff2-4204-b0d4-0f13d9ef4059.jpg b/images/cbad22ee-1ff2-4204-b0d4-0f13d9ef4059.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bf09895077b6462dd72e881f5696f4e0724308d --- /dev/null +++ b/images/cbad22ee-1ff2-4204-b0d4-0f13d9ef4059.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3edbb2ec0a7c4a0494c14fa8695f6884721e1e22c4fa8fa6b73cce2c5d86573 +size 2280508 diff --git a/images/cbb28ee3-1b1d-401b-a5a4-fa8142c26073.jpg b/images/cbb28ee3-1b1d-401b-a5a4-fa8142c26073.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d487d5138e37615054101b42f94fb6fbf5905562 --- /dev/null +++ b/images/cbb28ee3-1b1d-401b-a5a4-fa8142c26073.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bb289eb7b7d50bf600166da60fbea96139672511216c6b638170bd68ff7f96 +size 2483034 diff --git a/images/cbbae468-281f-4764-84a4-81c91238ff15.jpg b/images/cbbae468-281f-4764-84a4-81c91238ff15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94398c8531f5a4e846e725f469ff548dd96c3aec --- /dev/null +++ b/images/cbbae468-281f-4764-84a4-81c91238ff15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa445aece8b0f84474c076dafbdbc240cad97969c07b602b1d062f3d48ca827 +size 1425545 diff --git a/images/cbbd1f99-fcbc-4813-be19-cd76b05315ad.jpg b/images/cbbd1f99-fcbc-4813-be19-cd76b05315ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6baa65aac01283f0e6ed2a15eedc3ba792f05407 --- /dev/null +++ b/images/cbbd1f99-fcbc-4813-be19-cd76b05315ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575fc8b70b72b524ffae0e5afe25685a02ae07286c03ecd14d878fe5a8a23838 +size 2811340 diff --git a/images/cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b.jpg b/images/cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e2ac32af0983b102aee00bb7d04b67a9f453acb --- /dev/null +++ b/images/cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6c05ed1548e65e6ebd83ca701748379f4bc68a26a5b5109cd86663d7a21dcd +size 2408258 diff --git a/images/cbc7194d-b01a-4efc-80da-dd48c091fbe8.jpg b/images/cbc7194d-b01a-4efc-80da-dd48c091fbe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c66026cd29f454d5c2f503e7b8177a6bdb169d32 --- /dev/null +++ b/images/cbc7194d-b01a-4efc-80da-dd48c091fbe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd87224faff1e3a89c3d8cf89342000df629d7501f74608b10f1e76bd22b1bd0 +size 1701240 diff --git a/images/cbd9f75d-b6ee-4633-bb9b-2d8401f61a23.jpg b/images/cbd9f75d-b6ee-4633-bb9b-2d8401f61a23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa8248d6d2f45c91dce4d1e6ea525ed347afa5cf --- /dev/null +++ b/images/cbd9f75d-b6ee-4633-bb9b-2d8401f61a23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97d9a05ddd581bac08c8264857904de920ed9386e9fad6e7ca6be3e51474321 +size 1181384 diff --git a/images/cbdb14c2-cf27-4f59-a804-80726e82cad6.jpg b/images/cbdb14c2-cf27-4f59-a804-80726e82cad6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23ba9bd9af3bf180ace46e3d1eb013ed5474bb65 --- /dev/null +++ b/images/cbdb14c2-cf27-4f59-a804-80726e82cad6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935f1abbdc378b709b86eda8fbba8b380e0cf9009f97adb46cd120952dbcd223 +size 1937476 diff --git a/images/cbe7419f-e3cc-4122-b992-d3e47c18b79c.jpg b/images/cbe7419f-e3cc-4122-b992-d3e47c18b79c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cca7709b18497183637b7146684e09834ed7018 --- /dev/null +++ b/images/cbe7419f-e3cc-4122-b992-d3e47c18b79c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8a9d66ec0c2aa1c09b9affe3cf9889c0c7f631489f26fdd1285701d284c6bc +size 1459012 diff --git a/images/cbe8eb7f-1925-4ba1-9aec-4e8d897c5487.jpg b/images/cbe8eb7f-1925-4ba1-9aec-4e8d897c5487.jpg new file mode 100644 index 0000000000000000000000000000000000000000..236daefc9cbc649b8dacade1485501a879ee32e8 --- /dev/null +++ b/images/cbe8eb7f-1925-4ba1-9aec-4e8d897c5487.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b44dc45fc5078d51f996a4c0b2c975a9415ff2801511b1c2aad2faf79ebb8a +size 1928567 diff --git a/images/cbecda5f-ce01-4130-a4e5-29d4e8b8b137.jpg b/images/cbecda5f-ce01-4130-a4e5-29d4e8b8b137.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42ae63c7c32d7aac7fc5ecd3c17201654a2e3539 --- /dev/null +++ b/images/cbecda5f-ce01-4130-a4e5-29d4e8b8b137.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb66e17d00a07a2855b99e87241ec272abebe5c4635a36a140581ade641bbc4f +size 1310541 diff --git a/images/cbee40f1-4e3a-4771-8e76-d76186e96cda.jpg b/images/cbee40f1-4e3a-4771-8e76-d76186e96cda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..013efde2da042984d5085dd1a27f14fc9bb155da --- /dev/null +++ b/images/cbee40f1-4e3a-4771-8e76-d76186e96cda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d409dc1c3c3db595742a7752b8dea3d3ff48182fb778575758b22739d0bf583 +size 2721609 diff --git a/images/cbfba1e5-1f6f-4406-8a32-d09289ff8afa.jpg b/images/cbfba1e5-1f6f-4406-8a32-d09289ff8afa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ae384ac82d1b1285e1f1d7903d742cc7d15a7d1 --- /dev/null +++ b/images/cbfba1e5-1f6f-4406-8a32-d09289ff8afa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34732cf7cd44a0449f1bae4c2a740c003c0a406b4797d408ac4abac29b41be4 +size 1281023 diff --git a/images/cc00429b-0116-40f4-8b23-45c428dc6944.jpg b/images/cc00429b-0116-40f4-8b23-45c428dc6944.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63a1dabe86267c475cb7a9907c56a93289572f89 --- /dev/null +++ b/images/cc00429b-0116-40f4-8b23-45c428dc6944.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4112297878244ee4e457ef25c7232d116d1391c603919465f4639fb9d9940752 +size 1704427 diff --git a/images/cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9.jpg b/images/cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2521c1b71dd07bac840c0c864f7e7907416708f --- /dev/null +++ b/images/cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5077c250c54cd9b3a46b508d693dbaf7848a0b4ebec73ce65d4c145dfb18a159 +size 1452497 diff --git a/images/cc0e8123-1d77-4f47-816c-2c8ee8887f83.jpg b/images/cc0e8123-1d77-4f47-816c-2c8ee8887f83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0e16e8a3c09c20f8fa84bd5722fcf77809274c3 --- /dev/null +++ b/images/cc0e8123-1d77-4f47-816c-2c8ee8887f83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cae5c610fd0ad2da0cd15adca6b2373e86b60b03dc1762a046adbe8dc071e8e +size 1640622 diff --git a/images/cc1a9bc4-947c-473a-b35e-51a5586f8e4f.jpg b/images/cc1a9bc4-947c-473a-b35e-51a5586f8e4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70d61cb4d4a0dcdacd69251d741b2f1d465b9efa --- /dev/null +++ b/images/cc1a9bc4-947c-473a-b35e-51a5586f8e4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147f5e95f06798825b7ffff39a705b06af98aa29275af372c901157e1408fec9 +size 1615897 diff --git a/images/cc2f0178-84ef-48de-adcc-94810e759193.jpg b/images/cc2f0178-84ef-48de-adcc-94810e759193.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95896d1a3f0718fd124bb8f02bbbf32214fbd47b --- /dev/null +++ b/images/cc2f0178-84ef-48de-adcc-94810e759193.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89f5d0b4ae1735710d6657b8621e0ae8d54b4ebd0f1d357e1658dd695427bca +size 2823646 diff --git a/images/cc31e5e4-2533-4729-bd4a-5fec0bc6e260.jpg b/images/cc31e5e4-2533-4729-bd4a-5fec0bc6e260.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de36fe14cbce1dbfdb04de58f5ca74abbb9cac36 --- /dev/null +++ b/images/cc31e5e4-2533-4729-bd4a-5fec0bc6e260.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38f1e7537f3a4922d6c456f17dace7e9761972a0318f563b10035b7bbe0204c +size 1625924 diff --git a/images/cc3cb39b-05e5-4046-80f4-237b022e6198.jpg b/images/cc3cb39b-05e5-4046-80f4-237b022e6198.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05de295baf49ed3a61161285bdaf5755a664290c --- /dev/null +++ b/images/cc3cb39b-05e5-4046-80f4-237b022e6198.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6585cb4a3ae5f241bde4ae519cfe2d46f1a363fc114d9d285bf2078f149d858 +size 2281542 diff --git a/images/cc519141-c89a-44d8-ab65-530619064fe0.jpg b/images/cc519141-c89a-44d8-ab65-530619064fe0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfca4f97bcf5233ad7da2d87249002c1caeb7cb9 --- /dev/null +++ b/images/cc519141-c89a-44d8-ab65-530619064fe0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e004a23c9445d041a76d37394efb10d928eb6604c606eaa3826944556e532419 +size 1501960 diff --git a/images/cc5aee14-3a6c-4c6d-8025-ee954662836a.jpg b/images/cc5aee14-3a6c-4c6d-8025-ee954662836a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..469344aa4599988e4ea1d3671163ffd2b3c34b24 --- /dev/null +++ b/images/cc5aee14-3a6c-4c6d-8025-ee954662836a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c7a9069f827920ff6dc76669e7c4017c70bc0a6518abdfb92266bf54c1c377 +size 1497328 diff --git a/images/cc5fa24f-73f2-4e7e-9112-8321b1c3868c.jpg b/images/cc5fa24f-73f2-4e7e-9112-8321b1c3868c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d825952ae65c8c5dbf3c3c50c08717b25b7cbc8a --- /dev/null +++ b/images/cc5fa24f-73f2-4e7e-9112-8321b1c3868c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bda9ca73e6914476d9cba56e19d0a5b451f6053ef5ebe6e364a5a67146ca8c6 +size 1769310 diff --git a/images/cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04.jpg b/images/cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f2ee14cf82e2fe1350736d04edea85e247feea3 --- /dev/null +++ b/images/cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bcbe527a186d58cc21ee1f39956a94db58834c1fcfc351add2e006d68c95a1 +size 1480891 diff --git a/images/cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d.jpg b/images/cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f982d24abe34e3b39541f992f10bec83c6557a0f --- /dev/null +++ b/images/cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612eb2614330583809268cee9f77ca8433d88075a6318f1d33dc1df3dabc9d61 +size 2720537 diff --git a/images/cca941c4-6361-4a0d-b9c8-96e0daade426.jpg b/images/cca941c4-6361-4a0d-b9c8-96e0daade426.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51bf807d4e7276e5391fa9444bf2400a25b301b2 --- /dev/null +++ b/images/cca941c4-6361-4a0d-b9c8-96e0daade426.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfb76eaaf4fb83cfce6fa68e87e115db343dcdd56faefd6550251dc6eaf6cc8 +size 1575762 diff --git a/images/ccaa3142-061b-4297-807a-e563760b118d.jpg b/images/ccaa3142-061b-4297-807a-e563760b118d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80610cc1c3d166056f2073b53ee45bacef7107a8 --- /dev/null +++ b/images/ccaa3142-061b-4297-807a-e563760b118d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1eea297598a5bf17cfd13342f94ac25d183da9abec30acd0d60e5bff6c9f10 +size 1972464 diff --git a/images/ccab6c56-52f7-4a51-a150-ed997ec5004a.jpg b/images/ccab6c56-52f7-4a51-a150-ed997ec5004a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26397310545ce1e49974a1c4ce0f8a57c78fcdc7 --- /dev/null +++ b/images/ccab6c56-52f7-4a51-a150-ed997ec5004a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd339ff86e74848579031872ac460fce6e2ba9615a5fe39735a91166464d049 +size 1217747 diff --git a/images/ccad7560-4635-4f9c-93c1-299de95cf7a1.jpg b/images/ccad7560-4635-4f9c-93c1-299de95cf7a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..363e8667569ac00a7ef33de0fede2be09373eb9a --- /dev/null +++ b/images/ccad7560-4635-4f9c-93c1-299de95cf7a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8448f55051a5e3d9ab19a2032571101de9da6cc8ba8f81b3293dd6f715b1c454 +size 1295771 diff --git a/images/ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11.jpg b/images/ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..080aa5361912614a526cb9941c2cdb90c67e2523 --- /dev/null +++ b/images/ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fad3567c724dcd0b231e24803392768ee27b1afb9bf80322ffe1b61205ad75 +size 1665265 diff --git a/images/ccbc0d68-ee88-4b21-a681-fb61d8be931a.jpg b/images/ccbc0d68-ee88-4b21-a681-fb61d8be931a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..114bdbebfa8a8b7a0ae00bae6855fc4dab18be73 --- /dev/null +++ b/images/ccbc0d68-ee88-4b21-a681-fb61d8be931a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0649e9efb93189a5427451d7a75048b7a87af40ad911ce78550718777b643a3 +size 1575606 diff --git a/images/ccbd5c94-69f0-4ae7-946b-2c801ceeee15.jpg b/images/ccbd5c94-69f0-4ae7-946b-2c801ceeee15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91816e29beb8538072e5bcc71cad19a1474b0536 --- /dev/null +++ b/images/ccbd5c94-69f0-4ae7-946b-2c801ceeee15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19228bf88edd064f7d7eab33c6ee6837b03d212c0c83817936f13367e940dd34 +size 1676342 diff --git a/images/ccc476c8-14dd-4d93-ae92-f9ed06200a94.jpg b/images/ccc476c8-14dd-4d93-ae92-f9ed06200a94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e21996ff13165595c2908933f9a33429a16fcec --- /dev/null +++ b/images/ccc476c8-14dd-4d93-ae92-f9ed06200a94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14677c6081bfcaad9f24ef1a9e7b8be275914e0a2c61f1dae31bacf4adf8c56 +size 1715282 diff --git a/images/ccc6f9a8-18a0-4d25-9cef-53a826f83933.jpg b/images/ccc6f9a8-18a0-4d25-9cef-53a826f83933.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2430618597e76d5f2b816fe39ff15b6472ed8e74 --- /dev/null +++ b/images/ccc6f9a8-18a0-4d25-9cef-53a826f83933.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4a75188488fe838b0dda545924966286e7b6ae18f279e99377b5eda9822fa1 +size 2322900 diff --git a/images/ccc98dca-74d0-4608-be27-872abba6699b.jpg b/images/ccc98dca-74d0-4608-be27-872abba6699b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de0d4583c30c7547da48bb8e90ccee4143b33706 --- /dev/null +++ b/images/ccc98dca-74d0-4608-be27-872abba6699b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ded152253fbc9b6fc4bc3f3086cdf6f1e98345aba56371765fd2744c96c553 +size 1387391 diff --git a/images/ccca296c-95ca-494c-827e-3d0af293acdf.jpg b/images/ccca296c-95ca-494c-827e-3d0af293acdf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09dc559255c8088eb784ecab4950c3232f4099ff --- /dev/null +++ b/images/ccca296c-95ca-494c-827e-3d0af293acdf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4eb9635387da74c4e08e344f510a6178a76986f55b78cd5cf9452c22c9ce38 +size 2699907 diff --git a/images/ccd81f7d-d009-43d4-9495-5815c2f6c243.jpg b/images/ccd81f7d-d009-43d4-9495-5815c2f6c243.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04aa132603463ce8792742479e962d2e363a1e4e --- /dev/null +++ b/images/ccd81f7d-d009-43d4-9495-5815c2f6c243.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66f452923848af81d1babd3f55d98673e7f246e2a72397564c8f20c89c4be35 +size 1594229 diff --git a/images/ccf4403f-afdd-49be-a6e1-760a87cf3d8d.jpg b/images/ccf4403f-afdd-49be-a6e1-760a87cf3d8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..744c53f71ff7946cfd96fa53f13b191676ef1212 --- /dev/null +++ b/images/ccf4403f-afdd-49be-a6e1-760a87cf3d8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820723408ebe5d0500a95f74a4cc3288185e262eb1e199f6802f55f005d13f76 +size 1553704 diff --git a/images/ccf5fe7a-9c5e-48b7-8764-c599be99152b.jpg b/images/ccf5fe7a-9c5e-48b7-8764-c599be99152b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc8e74969bbca84ff36eca02dbdeacd6a46f3e59 --- /dev/null +++ b/images/ccf5fe7a-9c5e-48b7-8764-c599be99152b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef9b1ec48ab3989d9b0a6644c0d912a86a6604e5890a401020d5f239b2b5696 +size 1828667 diff --git a/images/cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a.jpg b/images/cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3319874e032f03e3188cafa21509b1e762fdb825 --- /dev/null +++ b/images/cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ef868a7c55efcdbdbd7d1302e1ed19046409d99ac52afe6dfdb51372c92790 +size 1871914 diff --git a/images/cd176748-4079-4c05-ba8f-fc8c5a12fdcf.jpg b/images/cd176748-4079-4c05-ba8f-fc8c5a12fdcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07a63c2ae71bb1dee01a4bf58076a3319c8e1263 --- /dev/null +++ b/images/cd176748-4079-4c05-ba8f-fc8c5a12fdcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5193b49174aaa3a21955399181a42b5e3aab026bbf39335f1c1b82b7d3e662 +size 1914055 diff --git a/images/cd17a101-6ddb-498d-8ad6-4c99cf1bae2f.jpg b/images/cd17a101-6ddb-498d-8ad6-4c99cf1bae2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e3a63c7c5b3180c970f44ca476bb0082b5259a3 --- /dev/null +++ b/images/cd17a101-6ddb-498d-8ad6-4c99cf1bae2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14305f856f60b9f980a8e46a9f5166d401a30539b05aa38f3d8c348ba243db47 +size 1480836 diff --git a/images/cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5.jpg b/images/cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09bad9ddf1d575f0c8dcaab8225d2316850cd0cb --- /dev/null +++ b/images/cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f393dfcc3d041621497a5ade9d35410d78f2ac4eb36efdac8325640b49f9f6 +size 1598620 diff --git a/images/cd3195f8-743c-4bf5-8460-53cf655e130f.jpg b/images/cd3195f8-743c-4bf5-8460-53cf655e130f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c79d685ef22083860099968de9622f34bf332fa0 --- /dev/null +++ b/images/cd3195f8-743c-4bf5-8460-53cf655e130f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65435b45c4cf1995ac67b3cd3ef9cefd126194b0969b6528151f421baa01fe +size 1438308 diff --git a/images/cd5897d0-251c-4a4e-80ca-90bda38bf611.jpg b/images/cd5897d0-251c-4a4e-80ca-90bda38bf611.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76be9e679185e27037acf115a13084be3e9c9c82 --- /dev/null +++ b/images/cd5897d0-251c-4a4e-80ca-90bda38bf611.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb95064fa22b1fee2fce122843d1ca0541a6c9651487791b4380d9e27eeacae +size 1515016 diff --git a/images/cd5e465b-9987-4dc1-a611-8d020781227e.jpg b/images/cd5e465b-9987-4dc1-a611-8d020781227e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a124a3d7fa7c73745177142251b10ea8b47a075f --- /dev/null +++ b/images/cd5e465b-9987-4dc1-a611-8d020781227e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d894aa6d856d3ff58cf3b9bc9814e3c64f8b03a101bd5037a91745aefa34a27 +size 1288438 diff --git a/images/cd7023cf-9fde-45fb-9983-8b4ccf8f7374.jpg b/images/cd7023cf-9fde-45fb-9983-8b4ccf8f7374.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d3673c9fe499a2689358ffec19e3f14365312a5 --- /dev/null +++ b/images/cd7023cf-9fde-45fb-9983-8b4ccf8f7374.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44170fd8ad2b151acf5c6167763447637dd09e0dbe1925c7c1179e533a67f8df +size 2577632 diff --git a/images/cd7deaf1-218d-43ab-b95d-53ee56fdfb5f.jpg b/images/cd7deaf1-218d-43ab-b95d-53ee56fdfb5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d78c2f3dc68cce53f5ce5e06fad55ba1d1ab518 --- /dev/null +++ b/images/cd7deaf1-218d-43ab-b95d-53ee56fdfb5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be53e2c873d00f85980587ed2ee4c8a146927f2550f1f3cad9ab6e329d9ee57 +size 1606075 diff --git a/images/cd8b1213-77a8-402f-a87c-a2aa0bc7baa8.jpg b/images/cd8b1213-77a8-402f-a87c-a2aa0bc7baa8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c455571dcffbce8f705ec5a8aaca7ebd70cfb56 --- /dev/null +++ b/images/cd8b1213-77a8-402f-a87c-a2aa0bc7baa8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513aa81d6b8c7c4c9780c7a109c0924c0907f0aa4d02b044e21faf9d5aabdc37 +size 3069862 diff --git a/images/cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f.jpg b/images/cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27aa5080c7d943481e57c8f3099ebdfdd1cd2cc8 --- /dev/null +++ b/images/cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee70dce7d0e23ffea3a8f540b2efe7264b1275a02efcc2574899bd511cd5e0f5 +size 1378480 diff --git a/images/cd963f50-364a-45fb-a789-4117c99d395e.jpg b/images/cd963f50-364a-45fb-a789-4117c99d395e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5273dcaddeb9a1be2f78ee477946819cbef5adf3 --- /dev/null +++ b/images/cd963f50-364a-45fb-a789-4117c99d395e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49df4a894f2d5810b4c8d3ce48bd40914d68c43958f279e089fa90d1c3b24232 +size 1326171 diff --git a/images/cd9a72db-896b-4a33-aaef-64a645894c6c.jpg b/images/cd9a72db-896b-4a33-aaef-64a645894c6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794663bc661a961fae62c4df6e52fdf4d5521aa3 --- /dev/null +++ b/images/cd9a72db-896b-4a33-aaef-64a645894c6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bed9b621a4014a1c022378f6e29d61b2ad357b810468f2122853af85251327a +size 1450472 diff --git a/images/cdb43a2f-0aad-46fa-bf78-34cf3dc9e056.jpg b/images/cdb43a2f-0aad-46fa-bf78-34cf3dc9e056.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71b43edfaef9cc3c8b3ae13429c7a1c237c49382 --- /dev/null +++ b/images/cdb43a2f-0aad-46fa-bf78-34cf3dc9e056.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9236bfd6559e3b85da7a36886d5eb70c248bcf82d4b8f30d0e0e54e0b43d5e69 +size 1513786 diff --git a/images/cdb81e50-063a-4362-937f-4c8996c27018.jpg b/images/cdb81e50-063a-4362-937f-4c8996c27018.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecf57d8cc3a5849a63f1e0dd41e9278820018c6e --- /dev/null +++ b/images/cdb81e50-063a-4362-937f-4c8996c27018.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1d8e4ca791dfb2808ff017aa5314ee9312e717bd663185d857bc12d11521ef +size 1445237 diff --git a/images/cdbf1bea-be8d-42a5-9af7-9fadf6f9b416.jpg b/images/cdbf1bea-be8d-42a5-9af7-9fadf6f9b416.jpg new file mode 100644 index 0000000000000000000000000000000000000000..305ab708a92125543c0833f103ad2dcbcfafe32a --- /dev/null +++ b/images/cdbf1bea-be8d-42a5-9af7-9fadf6f9b416.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c23859aa51bf8fda3bb0e8969d41efe1fc9a77ef49f0599cca96359e2a0199 +size 1112934 diff --git a/images/cdc1cd90-2131-4b30-9969-4b27195d06ee.jpg b/images/cdc1cd90-2131-4b30-9969-4b27195d06ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fde4764eaeadc10f87dcfb8115a97280507def46 --- /dev/null +++ b/images/cdc1cd90-2131-4b30-9969-4b27195d06ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eadf81115aa9c395d6588a0b84fa238effacaf841b3287de02ddc1093abe592 +size 2864992 diff --git a/images/cdc82a4f-4bb9-4337-b8bb-429539375ed1.jpg b/images/cdc82a4f-4bb9-4337-b8bb-429539375ed1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd18a0e4f0aa23a49e304e87d3c3e06b4e72d833 --- /dev/null +++ b/images/cdc82a4f-4bb9-4337-b8bb-429539375ed1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fdb8abfeeaa3ffe77217ba5150fe30d9aeb8989a8ff361e9c54cf321cb637d +size 1452648 diff --git a/images/cdcc162b-1dc3-4fc2-82bf-da83c19da543.jpg b/images/cdcc162b-1dc3-4fc2-82bf-da83c19da543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d7872810e48fedf95e7656719cec16809c4a570 --- /dev/null +++ b/images/cdcc162b-1dc3-4fc2-82bf-da83c19da543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a61545491211d3f9b7edcc097a430cec12cbdce2091d62bfa9d1845cfffcc42 +size 1649698 diff --git a/images/cdd16910-2153-42b2-aa75-2173bd888d9a.jpg b/images/cdd16910-2153-42b2-aa75-2173bd888d9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..172d2a3988d8daade68d431fa210eb1ae94bef2f --- /dev/null +++ b/images/cdd16910-2153-42b2-aa75-2173bd888d9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f949011101ad26a3936663adcae771933e40c17e1c99eb53d215fa7882562b5 +size 1523348 diff --git a/images/cdd48ae6-58ed-456a-b6b9-412ed2285747.jpg b/images/cdd48ae6-58ed-456a-b6b9-412ed2285747.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00c956263454f8720923e9133237df41c19d80ff --- /dev/null +++ b/images/cdd48ae6-58ed-456a-b6b9-412ed2285747.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5017ef3c78bf9afba31d58b52f49d5394e41e72d7b16ad3960dfd1aacfa43b30 +size 1292856 diff --git a/images/cdd64c2c-725b-4177-86e8-2a3cb7bebfe9.jpg b/images/cdd64c2c-725b-4177-86e8-2a3cb7bebfe9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..100487d2f55f3351b2a887adcb3ccc4c80e4af66 --- /dev/null +++ b/images/cdd64c2c-725b-4177-86e8-2a3cb7bebfe9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23ebc96fdf27b3be07a020da2fb178070ab8e21d9f7bc25e7182123b2dc7107 +size 1604676 diff --git a/images/cddaf31c-f922-4ec8-b97b-bef114b4fd60.jpg b/images/cddaf31c-f922-4ec8-b97b-bef114b4fd60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7dd81bac3f212eaa87f044c339cfd5d8b8acfd6 --- /dev/null +++ b/images/cddaf31c-f922-4ec8-b97b-bef114b4fd60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650cf1f515117a5a909c11f629e2886be3bf1d606d3848a7e1ac8e34571841e0 +size 1647144 diff --git a/images/cde323cf-c023-4f7c-8ee5-d6d5a38bc85f.jpg b/images/cde323cf-c023-4f7c-8ee5-d6d5a38bc85f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff0fca3b292af5fa840c3e062c5af154e7504808 --- /dev/null +++ b/images/cde323cf-c023-4f7c-8ee5-d6d5a38bc85f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df156323f52f6ca06a58db6196f67de2a106f0a704e0adef7923cd37e13bb70 +size 1435810 diff --git a/images/cdefd595-b0f1-496b-b64e-4b77686d697c.jpg b/images/cdefd595-b0f1-496b-b64e-4b77686d697c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c46fa13759bc1b17dc053b3fab35738bbdddef9 --- /dev/null +++ b/images/cdefd595-b0f1-496b-b64e-4b77686d697c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf352880d4324d73ae6a16ceb6bbc41ec9604e44bbda66e3a41184a5f193c0e +size 2713598 diff --git a/images/cdf162fa-3cc0-48bf-958a-aa461f7be6f5.jpg b/images/cdf162fa-3cc0-48bf-958a-aa461f7be6f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c3e689b5f3b6a795368f96ccf0bbdcfe696f873 --- /dev/null +++ b/images/cdf162fa-3cc0-48bf-958a-aa461f7be6f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcadce7f8008530e657aed0e12e904e0647f0537a62fdf2e53e683710745b469 +size 1500302 diff --git a/images/cdf45b34-2485-42d4-a19c-40d2e69c3565.jpg b/images/cdf45b34-2485-42d4-a19c-40d2e69c3565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2dbfd66858b1d76d80897f7cba55473bebc905f --- /dev/null +++ b/images/cdf45b34-2485-42d4-a19c-40d2e69c3565.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80f2df0fc533d4b3ed60d04c09b4e7325e533b0ab02f04339a5b3e8c7d64e91 +size 2375270 diff --git a/images/cdf59c7b-9d83-4ec2-81cf-5503d04a53cb.jpg b/images/cdf59c7b-9d83-4ec2-81cf-5503d04a53cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33d66a273de5e6527d7977ff19dc7da6e9681a1e --- /dev/null +++ b/images/cdf59c7b-9d83-4ec2-81cf-5503d04a53cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63de0c8c93704c57ee023a83deed78228b234d4b89c53c10fccbc2fc38b5301d +size 1909882 diff --git a/images/cdf89a71-4aa3-423f-b80a-d8a828b06a37.jpg b/images/cdf89a71-4aa3-423f-b80a-d8a828b06a37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a20669d08999d04b159ef39dfb82082444a3734 --- /dev/null +++ b/images/cdf89a71-4aa3-423f-b80a-d8a828b06a37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1f6b0e00dceb86f04556b6dd6a6b96cdca61b3afc1b5d66eb5a01ff88b6884 +size 1360442 diff --git a/images/cdfa6159-3c79-496f-8741-f68aecd5f1da.jpg b/images/cdfa6159-3c79-496f-8741-f68aecd5f1da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d7cf3cf1761d060b9c706190bb981982e8c695c --- /dev/null +++ b/images/cdfa6159-3c79-496f-8741-f68aecd5f1da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901bee1c31ff87cef11e209262c9988697a41483739881739f0206a6544dfdc9 +size 1717977 diff --git a/images/cdfde2e2-1774-4803-b8c0-9aa361ce22d1.jpg b/images/cdfde2e2-1774-4803-b8c0-9aa361ce22d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e87fac9d0cde59ee7776a27b0547f10b7c6692de --- /dev/null +++ b/images/cdfde2e2-1774-4803-b8c0-9aa361ce22d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf516fe9f99a78e9a07087b422c18997b539fdc313330b34ecadc31996eb99a5 +size 1638959 diff --git a/images/cdfef12a-02be-4fa2-9368-23d12ebab28e.jpg b/images/cdfef12a-02be-4fa2-9368-23d12ebab28e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a68d45a1260433f02c51c85619222b691326500 --- /dev/null +++ b/images/cdfef12a-02be-4fa2-9368-23d12ebab28e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0966dc3e29606dae8581312da83030d6b6870fe6c400c39e0da2269f411076e +size 1669779 diff --git a/images/ce0c2631-d168-49f1-9fea-40c48d3904a1.jpg b/images/ce0c2631-d168-49f1-9fea-40c48d3904a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..320b6fd2e20b77edac7c4f1d1bd64c1e58b07872 --- /dev/null +++ b/images/ce0c2631-d168-49f1-9fea-40c48d3904a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23e3cac40a6435d48b67220019d9677c96a1e3dcd3baf986b3bd479d6cfb838 +size 1553858 diff --git a/images/ce0cc1b0-8b7a-4f50-84c1-afb677883f76.jpg b/images/ce0cc1b0-8b7a-4f50-84c1-afb677883f76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d01be5ea4c63f13b95335fadf81df74293a5381c --- /dev/null +++ b/images/ce0cc1b0-8b7a-4f50-84c1-afb677883f76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502edf61d1d369d027dd9e7c2b8b9a7fea0c73994236ff12cd681bd159227f68 +size 1425649 diff --git a/images/ce166df8-c7e4-4f92-a055-d03a439ae212.jpg b/images/ce166df8-c7e4-4f92-a055-d03a439ae212.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea84536643a39d1c233cdf342157222ee0849ccd --- /dev/null +++ b/images/ce166df8-c7e4-4f92-a055-d03a439ae212.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a05c467e96a9c5b0f7ed76765257a36baa25a35c843ef7c6d5cd136c3d8129 +size 1870621 diff --git a/images/ce19940d-3b87-49e5-b282-f8f46632e08f.jpg b/images/ce19940d-3b87-49e5-b282-f8f46632e08f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84b4cc7bacb84230ef81b01d045cea99caa77ee5 --- /dev/null +++ b/images/ce19940d-3b87-49e5-b282-f8f46632e08f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147aef82abcb14e760519ad7e68616dc830ba9f0ff9fa94e8f371a4c4cc4e37d +size 1542191 diff --git a/images/ce2ff634-4cdd-4298-b685-47a7b6dcfadb.jpg b/images/ce2ff634-4cdd-4298-b685-47a7b6dcfadb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc844f81e16a7895de4bad16a3b332def4eb62ff --- /dev/null +++ b/images/ce2ff634-4cdd-4298-b685-47a7b6dcfadb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09a796f1b435d56be2da60c6e3657af168d63f1348417761aeb0226b385d090 +size 1413630 diff --git a/images/ce3e81f5-5494-44be-9baa-4173e675e8bc.jpg b/images/ce3e81f5-5494-44be-9baa-4173e675e8bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad82720229a08f47bc89471cd509da4792fa5329 --- /dev/null +++ b/images/ce3e81f5-5494-44be-9baa-4173e675e8bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f408eeeeab1321aa7fb63e7de0bf3324a4aca2ead8231aa730a6c74659ed9a15 +size 1797761 diff --git a/images/ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f.jpg b/images/ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0f6fd7ccc9723401869a59a5eda6e07d29b965a --- /dev/null +++ b/images/ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f75372c809bfd3890144ac41ce84811d1f195f7a1b7f7df59bce3ab2837ce33 +size 1950612 diff --git a/images/ce442e99-3320-445f-8a65-a2fcc0600214.jpg b/images/ce442e99-3320-445f-8a65-a2fcc0600214.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ad330752803f88d3c4a5a0fabfd6b68233fd7e --- /dev/null +++ b/images/ce442e99-3320-445f-8a65-a2fcc0600214.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4af6091e0c317d62a179526ec52f3c242b9fcd1b0022a7bc83b0ec88ea1ad4 +size 1648722 diff --git a/images/ce4f43b0-0272-4f12-a38b-9113cbe31a86.jpg b/images/ce4f43b0-0272-4f12-a38b-9113cbe31a86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4fcd99428d9fd3c792b141653ef45d9e1a88ab1 --- /dev/null +++ b/images/ce4f43b0-0272-4f12-a38b-9113cbe31a86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ff618ff74b0ba0faf87c52a5d1974db42d7fc0c4c0199d51696e9f6736ad42 +size 1754377 diff --git a/images/ce589bd2-d8a3-45b2-9dc8-a0350d76b21e.jpg b/images/ce589bd2-d8a3-45b2-9dc8-a0350d76b21e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07d27ffcdd36a870e9f6307d863d8c21010beedd --- /dev/null +++ b/images/ce589bd2-d8a3-45b2-9dc8-a0350d76b21e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0019f5505e80ed66c4b0ce16edabb6f29fb8c61c24423173b8db7fee573935 +size 1596328 diff --git a/images/ce5912b8-d159-4592-a698-796fb313a83a.jpg b/images/ce5912b8-d159-4592-a698-796fb313a83a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c172f76740be91ed7ba69611da8913b6ed205a51 --- /dev/null +++ b/images/ce5912b8-d159-4592-a698-796fb313a83a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a781a1de003f02a44c66d73eb3f49ac9b86904035f457cf4fc444124ecb310d +size 1162937 diff --git a/images/ce59e6d1-b717-42ae-b827-f7b41947f90f.jpg b/images/ce59e6d1-b717-42ae-b827-f7b41947f90f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3885a1d2baee5567bf5d1c004f1bc0bdb01f089 --- /dev/null +++ b/images/ce59e6d1-b717-42ae-b827-f7b41947f90f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cfad4ea270758fcfe305af344a8e0cdc395b27b665404e27798b366bb08955 +size 2460527 diff --git a/images/ce5ac71f-9a1f-4daa-9297-01ace79ea6e3.jpg b/images/ce5ac71f-9a1f-4daa-9297-01ace79ea6e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad1b6e5cf840d83ccf307a09656e30a91d489b39 --- /dev/null +++ b/images/ce5ac71f-9a1f-4daa-9297-01ace79ea6e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91208664336afa6e5c7650037fc9f5087f4386907f91b77ce5fc19627f8ce5db +size 1363508 diff --git a/images/ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba.jpg b/images/ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3bca01ed4f0905037cf5f751364ee1d881c4783 --- /dev/null +++ b/images/ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3c64be1fe0c8962b0bc3b7d9431b9add79e347f76a1a1b159afac986879ffb +size 1483676 diff --git a/images/ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231.jpg b/images/ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231.jpg new file mode 100644 index 0000000000000000000000000000000000000000..069a2486add56f07dc48a81fce10dbf78520ced8 --- /dev/null +++ b/images/ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80664406988833cab4988548901f1f343f597d9c423563ee5d6a384bc34869e +size 1586148 diff --git a/images/ce760ea3-37a5-4c47-b887-c65aa3179a74.jpg b/images/ce760ea3-37a5-4c47-b887-c65aa3179a74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6f6508be856d22b09bc9dc580e215aa60b2fd8b --- /dev/null +++ b/images/ce760ea3-37a5-4c47-b887-c65aa3179a74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4358d76312c2f622cb81af751cc17cca325c006ec8df2dab371dbe73bd38fb14 +size 1663184 diff --git a/images/ce7870c7-25b2-4ade-88aa-262babd7fce1.jpg b/images/ce7870c7-25b2-4ade-88aa-262babd7fce1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93230b8ad0caceb5b9649798041e08b477557377 --- /dev/null +++ b/images/ce7870c7-25b2-4ade-88aa-262babd7fce1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43114869ea387ac55c66ec3d48fc277c0b32232a6118e03f9ae91598b35c3ab0 +size 1311214 diff --git a/images/ce822eb4-dd34-4f7f-9206-b9ba8444f51a.jpg b/images/ce822eb4-dd34-4f7f-9206-b9ba8444f51a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..762bc4b6dd7389aee831bdead964a337789f1181 --- /dev/null +++ b/images/ce822eb4-dd34-4f7f-9206-b9ba8444f51a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a227ce131e5385ad9925178af74d98170f04fa7c40f8d8bf829c647cc1af73 +size 1470462 diff --git a/images/ce8595fb-3b72-42ab-93e6-c33a905e705b.jpg b/images/ce8595fb-3b72-42ab-93e6-c33a905e705b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68307308bf9c8eaf14609044cfd18b49dd1546dc --- /dev/null +++ b/images/ce8595fb-3b72-42ab-93e6-c33a905e705b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1744257c332055e121ce779b1e9d0224c212e9ff4dd10a180eda20d22d70f86 +size 1817285 diff --git a/images/ce8905b1-b368-4a10-98dc-bf9f8d43331a.jpg b/images/ce8905b1-b368-4a10-98dc-bf9f8d43331a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a21007f4d9b6b7811cc9416485879d2642f06d6c --- /dev/null +++ b/images/ce8905b1-b368-4a10-98dc-bf9f8d43331a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4635f120f87320397a8de88df524444f7635d28a08876d1809283704d00329e +size 1560058 diff --git a/images/ce94b7e1-7c88-47b0-ab65-980def065d25.jpg b/images/ce94b7e1-7c88-47b0-ab65-980def065d25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..792302fc7dda034301c10558aa5f5ad99d92b692 --- /dev/null +++ b/images/ce94b7e1-7c88-47b0-ab65-980def065d25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0beeeb8b4f93c8ac0b576e5860cbf702361a6110e4f6501f118fa04167c85ca5 +size 1745688 diff --git a/images/ce9a7a1c-ea97-4744-baaa-574c115af4d3.jpg b/images/ce9a7a1c-ea97-4744-baaa-574c115af4d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..880cd1498f32101847589978dc537335a308ee17 --- /dev/null +++ b/images/ce9a7a1c-ea97-4744-baaa-574c115af4d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeb235b40a53811061ef0e9f0559bf6487f7d6a515e777ad1e94c2803157228 +size 1176294 diff --git a/images/cea62945-2929-4357-aa52-f9eac862cb28.jpg b/images/cea62945-2929-4357-aa52-f9eac862cb28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52184e00258e85860ea666e06b841b96e0a05fc4 --- /dev/null +++ b/images/cea62945-2929-4357-aa52-f9eac862cb28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaf8f989106a070d8929f0477340a6be015bb25e43e9a2070111e9a1742b5c4 +size 2334995 diff --git a/images/cebc122d-6f39-4e0a-acee-2c19cab3ec15.jpg b/images/cebc122d-6f39-4e0a-acee-2c19cab3ec15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e65f31b54109c35408457501b1bc8022e6ad3d69 --- /dev/null +++ b/images/cebc122d-6f39-4e0a-acee-2c19cab3ec15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9147ce9253d27dcd5d971220d5c643b6d078466fa217f410a5351a024c2a7bae +size 1700429 diff --git a/images/cebcd1c6-444a-44d7-b6a6-0994876750b7.jpg b/images/cebcd1c6-444a-44d7-b6a6-0994876750b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65087f15e4a1ca7e3f9ced1a76f57e43dcc73c0c --- /dev/null +++ b/images/cebcd1c6-444a-44d7-b6a6-0994876750b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb7d864e4c3d76451cd8b92510c7a2acaacbadbe94f1f9a57b789421196662e +size 1038883 diff --git a/images/cee09219-57df-4bb0-9307-3a3afda5b66b.jpg b/images/cee09219-57df-4bb0-9307-3a3afda5b66b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e70c62ce6e58e35340f631a6ee1d3fc762a3339a --- /dev/null +++ b/images/cee09219-57df-4bb0-9307-3a3afda5b66b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af945f5d246134b00901412b63b14571a8d4cb7baed20e2c3c86d053f994d1c5 +size 2473877 diff --git a/images/cee0ef47-030f-454c-b7bb-bb98674fd0a5.jpg b/images/cee0ef47-030f-454c-b7bb-bb98674fd0a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b760a0bd00d0c84499ad5a26562125d4a982b48f --- /dev/null +++ b/images/cee0ef47-030f-454c-b7bb-bb98674fd0a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f149307c6651473b64a9810b096cfe6234eced83e2783c95aa6457ed86cc43f1 +size 1931465 diff --git a/images/cee4694d-2169-4921-a645-ec027ae81e78.jpg b/images/cee4694d-2169-4921-a645-ec027ae81e78.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbbc64216b5ca04df794851daa508432ad577d6d --- /dev/null +++ b/images/cee4694d-2169-4921-a645-ec027ae81e78.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389ab27ba24bc1a0bee8ba31924a41ee52aafa929c56a45145388f78c07e7e4f +size 1306945 diff --git a/images/cee54de8-2fab-41b6-892e-e5d34cb39dae.jpg b/images/cee54de8-2fab-41b6-892e-e5d34cb39dae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27843a3c76d09cfc8e2e7f3d0456c23dafbdd036 --- /dev/null +++ b/images/cee54de8-2fab-41b6-892e-e5d34cb39dae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a31ea6010da81b264be4bef0271ef8d3e4a79aea598938e2003e5a7d157a54 +size 1708835 diff --git a/images/ceeca769-26d4-48b2-a322-e8874372c918.jpg b/images/ceeca769-26d4-48b2-a322-e8874372c918.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0be9d6b3e05dadb8bc056a9126e0c612837f594 --- /dev/null +++ b/images/ceeca769-26d4-48b2-a322-e8874372c918.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678a512c045b4d84cd826f9855052f80a502854980990f3d1a011dd39ccd5f7b +size 2571281 diff --git a/images/ceede6ce-6ba7-4361-b374-1142ddbfcaa7.jpg b/images/ceede6ce-6ba7-4361-b374-1142ddbfcaa7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cbb24c47e88869ee5138483a5f24f56df85efa2 --- /dev/null +++ b/images/ceede6ce-6ba7-4361-b374-1142ddbfcaa7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010ff23ea1b6460ef57889e983df9a8b545dee1d4809c18dc46748fd5a5f3e4b +size 1425340 diff --git a/images/cef6be7c-a91c-4177-af76-0dc277f201bf.jpg b/images/cef6be7c-a91c-4177-af76-0dc277f201bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31a0813ee55c4d27c57bc52997b529e99c04cc3a --- /dev/null +++ b/images/cef6be7c-a91c-4177-af76-0dc277f201bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8802d74cf3a4f16771aafe5de62319a262703b1fa0b3545d0c29a3ce41f0232f +size 1613469 diff --git a/images/cefa9ea2-d412-496e-9947-c6b03e03efd2.jpg b/images/cefa9ea2-d412-496e-9947-c6b03e03efd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4628f39e773eda54ed7410725ce4c96ef17caa93 --- /dev/null +++ b/images/cefa9ea2-d412-496e-9947-c6b03e03efd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefb8f48140d67862e5db57587a2fad96a63e64ce8de2d85452105d94e903437 +size 2947837 diff --git a/images/cefdd344-81e6-40d6-8575-0c816dcb64aa.jpg b/images/cefdd344-81e6-40d6-8575-0c816dcb64aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29d6f8a64898e6b6f99d1266e8fdab3c47aaabdb --- /dev/null +++ b/images/cefdd344-81e6-40d6-8575-0c816dcb64aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f514358eeea9b5fc0a7dd22a38d468aac59974d066e78cde8c4c241cd95a0df3 +size 2100353 diff --git a/images/ceff8cc0-e240-42bd-9064-b9c99bcf13e9.jpg b/images/ceff8cc0-e240-42bd-9064-b9c99bcf13e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5e4833f86ed44501003a45d4523b64ace5994d2 --- /dev/null +++ b/images/ceff8cc0-e240-42bd-9064-b9c99bcf13e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57099a4a349abd221e05c20c0b707a60a3c63bd7a0908a2263d5c015ab26a51 +size 1457379 diff --git a/images/cf061b9e-a2b6-44f5-b267-e266fd395769.jpg b/images/cf061b9e-a2b6-44f5-b267-e266fd395769.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ba147b42e5bffdf084b0df451afe2101b4be1df --- /dev/null +++ b/images/cf061b9e-a2b6-44f5-b267-e266fd395769.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47f64dc4b38a078f85fdffa19aa68e86088b9cfd42e6618f5dd39d9114d431b +size 1568993 diff --git a/images/cf0ae65f-3b9b-433c-9dcd-611c0cdce15d.jpg b/images/cf0ae65f-3b9b-433c-9dcd-611c0cdce15d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e63fc8bdf94e39c88b1ebb9125adba3d83f69bb --- /dev/null +++ b/images/cf0ae65f-3b9b-433c-9dcd-611c0cdce15d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8bbfd484ce0ab7fbece991d5db53ca90fbb84d3e8704c02b71b40061106af7 +size 1661650 diff --git a/images/cf0bb703-f879-416f-a224-50593cd94a3f.jpg b/images/cf0bb703-f879-416f-a224-50593cd94a3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33b6496dbfbba69289079b065f50a23fef0106b6 --- /dev/null +++ b/images/cf0bb703-f879-416f-a224-50593cd94a3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d511839520eb58151abb53abee7c28ed905c04e4f0493d88d0b08aa0da4a05c +size 1481574 diff --git a/images/cf100166-5037-47f9-b3a1-07ccf4587c9a.jpg b/images/cf100166-5037-47f9-b3a1-07ccf4587c9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..246d36402329a8f1ae8909dcd2586e3160e69ac5 --- /dev/null +++ b/images/cf100166-5037-47f9-b3a1-07ccf4587c9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08b43d9eb1a42baaaf067c38dd967387e688fde2fb2a4f2b80b5e56ea334f45 +size 1635185 diff --git a/images/cf1404fe-a392-4eb8-ac3b-d682200ae57e.jpg b/images/cf1404fe-a392-4eb8-ac3b-d682200ae57e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e02fadabec091847052bdae5d1a9f498f7505166 --- /dev/null +++ b/images/cf1404fe-a392-4eb8-ac3b-d682200ae57e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ea99a4008473d65af70623aa23702daa5bc365a170163f56a54c237542e087 +size 1275980 diff --git a/images/cf249d18-a13f-4565-8d9f-f95fb34fca8e.jpg b/images/cf249d18-a13f-4565-8d9f-f95fb34fca8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74814340c54e00c346359f68abafea6b60705090 --- /dev/null +++ b/images/cf249d18-a13f-4565-8d9f-f95fb34fca8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad7dcab0264ba00fe848849d31ea9a598dd6ba26c540348d42bc19db5b5c128 +size 1857976 diff --git a/images/cf2e8eb1-dc8e-4c52-b048-ce4752024a96.jpg b/images/cf2e8eb1-dc8e-4c52-b048-ce4752024a96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbbd3018d42e3868b68e95029434fc342e2204aa --- /dev/null +++ b/images/cf2e8eb1-dc8e-4c52-b048-ce4752024a96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eb1d414da35c9acf4bdd4fee447d50956e906c6062b487285c24aa018a6d8d +size 1149177 diff --git a/images/cf36aada-2c17-4bd3-8ca0-37025a102a41.jpg b/images/cf36aada-2c17-4bd3-8ca0-37025a102a41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5858ba7208bccf4418840041d116b5da351bcdc4 --- /dev/null +++ b/images/cf36aada-2c17-4bd3-8ca0-37025a102a41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eda93916039985b42165b6e6fe08a9950b0ee22bfaea4090f5a947f238fc2f5 +size 1585106 diff --git a/images/cf3bb166-4af9-4c65-87ec-f19d0ccb61a2.jpg b/images/cf3bb166-4af9-4c65-87ec-f19d0ccb61a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60cb9de972f6b4168db0a9226eb4a6ddc3a0bf04 --- /dev/null +++ b/images/cf3bb166-4af9-4c65-87ec-f19d0ccb61a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ff16d71839ea2a3387b4a4493535cb4c6fa748bcb56d244a22b6369d4d57ba +size 2055464 diff --git a/images/cf3c54a5-2b2c-42bd-a79b-8b4495895df8.jpg b/images/cf3c54a5-2b2c-42bd-a79b-8b4495895df8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aca3b83fbe1e708a9d56a1f37be04f97ff5864f3 --- /dev/null +++ b/images/cf3c54a5-2b2c-42bd-a79b-8b4495895df8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8edf2d6a8f756a96634ce081796f74aa9e210d232ba25b9bc9a5660c053d05 +size 2056914 diff --git a/images/cf45e684-afce-400e-8214-30693701afd7.jpg b/images/cf45e684-afce-400e-8214-30693701afd7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e350be2fa31494117b37d8e404c793ccfe32e722 --- /dev/null +++ b/images/cf45e684-afce-400e-8214-30693701afd7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfe26053701885c6f2dc6c871e36ace4e189380cd7c347928c2b2a09f1d6bcf +size 2963407 diff --git a/images/cf5365fa-8846-417f-b14a-c9b4ff59e5e2.jpg b/images/cf5365fa-8846-417f-b14a-c9b4ff59e5e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..832ddb12ba3f9b20a0dafa700f88e2bc23cf43ac --- /dev/null +++ b/images/cf5365fa-8846-417f-b14a-c9b4ff59e5e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fad3e226c4bd88eb32f43732ba950a119edb8d1f90bb5a4874833f55817e3d2 +size 1667383 diff --git a/images/cf560def-8fef-467a-af7e-469d8670a0de.jpg b/images/cf560def-8fef-467a-af7e-469d8670a0de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..423a3e637dbef63b77340f53c152033050a3342c --- /dev/null +++ b/images/cf560def-8fef-467a-af7e-469d8670a0de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fbc63bc54e077172cafa3786ceb9ef93e9362766d9639bcb55986d313f210a +size 1654466 diff --git a/images/cf5722e9-4644-4414-a63c-1e5e2779d841.jpg b/images/cf5722e9-4644-4414-a63c-1e5e2779d841.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04da87f6cf5933164027714b93b89477c8f14851 --- /dev/null +++ b/images/cf5722e9-4644-4414-a63c-1e5e2779d841.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1cf5a58e90513533011a0341edfafbfd82bf7089a29d691b04949ca823126d +size 2217464 diff --git a/images/cf5b3190-9de5-4d56-a677-a5d1578173a7.jpg b/images/cf5b3190-9de5-4d56-a677-a5d1578173a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9a13fcfcbbdfadc92a0c50b4961a7996821f07a --- /dev/null +++ b/images/cf5b3190-9de5-4d56-a677-a5d1578173a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821dd56310afeac56085c269aa42a2ec44d1c5114f0e41fa5be3447032893fb5 +size 2249130 diff --git a/images/cf621db3-ff13-4ca0-aca4-13ba0fe2de47.jpg b/images/cf621db3-ff13-4ca0-aca4-13ba0fe2de47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..926ddb95ac93557f6c850e51983a428b356da4c3 --- /dev/null +++ b/images/cf621db3-ff13-4ca0-aca4-13ba0fe2de47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9fd41eb76661c1d6250089a9d70ba6f39e144f905b174e712b79605a12ebfb +size 3149305 diff --git a/images/cf6bca4b-5f12-4fcf-a69e-801609b586db.jpg b/images/cf6bca4b-5f12-4fcf-a69e-801609b586db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cd0134812d6aca3eb3df2719c417e678eede48b --- /dev/null +++ b/images/cf6bca4b-5f12-4fcf-a69e-801609b586db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf20df37657e57ad4d589f911d0779ca5fc1fa555dd42ba08c01862d86c95151 +size 1675518 diff --git a/images/cf6c1705-fb24-4a3e-bb55-80270a3df33b.jpg b/images/cf6c1705-fb24-4a3e-bb55-80270a3df33b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..460d876295b3a3c378d8814f9ad8bc99e6f99d40 --- /dev/null +++ b/images/cf6c1705-fb24-4a3e-bb55-80270a3df33b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f87a8ae35a33996f07a715b62fdddfb9b2cfc03c4ffabd99de674fb8466e516 +size 2143168 diff --git a/images/cf75664a-d92d-4f6c-b907-e120216bb77b.jpg b/images/cf75664a-d92d-4f6c-b907-e120216bb77b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c84e0cfe56575de402ccf3c1579f61c59cbcb3a --- /dev/null +++ b/images/cf75664a-d92d-4f6c-b907-e120216bb77b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee09180da0df53722f472d2e81851f657a63a29d94cdbd59815e6d7ce060191 +size 1423330 diff --git a/images/cf7651dd-5eea-42d3-b90a-3784617d4178.jpg b/images/cf7651dd-5eea-42d3-b90a-3784617d4178.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0cbf396d9e7456aeedf7858f8f9e5f40e1d4208 --- /dev/null +++ b/images/cf7651dd-5eea-42d3-b90a-3784617d4178.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a31869551c99e28c3a1a3fa75251300e89d4c18184e955b4e87e7d1c2b67751 +size 2501781 diff --git a/images/cf8c4a2c-203b-44de-b5e8-7ec13cb84449.jpg b/images/cf8c4a2c-203b-44de-b5e8-7ec13cb84449.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fee4b077f81d73cdf201e781f0f6a0b0326aae3 --- /dev/null +++ b/images/cf8c4a2c-203b-44de-b5e8-7ec13cb84449.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66583079290f4312fc038627866be9a380f3fd94452bc6af054bcb1ea50426d +size 1733784 diff --git a/images/cf8fa74f-308c-45e6-a3ea-4139d3945917.jpg b/images/cf8fa74f-308c-45e6-a3ea-4139d3945917.jpg new file mode 100644 index 0000000000000000000000000000000000000000..585034d1c953c7de0f11a60f565f521006032fb5 --- /dev/null +++ b/images/cf8fa74f-308c-45e6-a3ea-4139d3945917.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe64461eb8fa22d1abd626d4c2176ea10f5953fd684bc328350ec8586bdfdbe +size 1880678 diff --git a/images/cf910090-56b8-4f8c-a8ee-baf9840e907d.jpg b/images/cf910090-56b8-4f8c-a8ee-baf9840e907d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de1a2852f8180ddff2c501ef5d1c96d66df61bff --- /dev/null +++ b/images/cf910090-56b8-4f8c-a8ee-baf9840e907d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b147249ceee2f33391b5846855b59e0612c2f39eaa7a497c6e60729ee6d647f8 +size 1559147 diff --git a/images/cf959261-cc22-4c50-8965-1b2a0a529d24.jpg b/images/cf959261-cc22-4c50-8965-1b2a0a529d24.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fb6225b1c366ca01413fabcbc87819bfa422c18 --- /dev/null +++ b/images/cf959261-cc22-4c50-8965-1b2a0a529d24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691614be1552e87db3139d8c18218cc9b66711c9495a7c6ea71a5d700128f749 +size 1455034 diff --git a/images/cf97105c-bf6d-4267-901c-d6bb6df4e295.jpg b/images/cf97105c-bf6d-4267-901c-d6bb6df4e295.jpg new file mode 100644 index 0000000000000000000000000000000000000000..669756463d9e7ca8f60d652c5f8517afee5c10d1 --- /dev/null +++ b/images/cf97105c-bf6d-4267-901c-d6bb6df4e295.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40ccb38725f9f7b13c4e429afb57ae95471f1e9b832356de0525385b3b7b1c2 +size 1563911 diff --git a/images/cf9c8d4e-5e82-4970-920c-19a1bf0b8e46.jpg b/images/cf9c8d4e-5e82-4970-920c-19a1bf0b8e46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dc760613080a4388fd46922b41a865c0b7ae9ec --- /dev/null +++ b/images/cf9c8d4e-5e82-4970-920c-19a1bf0b8e46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ad153e3aba852ade9b71f9c3e086c9946b0860b5e8f5ef12381511785cb1d +size 3688704 diff --git a/images/cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9.jpg b/images/cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63ece15202598b8d5984c0da284ba8d67d730a48 --- /dev/null +++ b/images/cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fd4e332fbdd6d05e6e5fb360e9e4efc6d3f27d06e3e0bd72299238e114bc4b +size 1459750 diff --git a/images/cfaf3799-4da2-4d24-9729-c72cfd09bfb5.jpg b/images/cfaf3799-4da2-4d24-9729-c72cfd09bfb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6083ce7e63d7551dafed416fb51d14e38bc8545 --- /dev/null +++ b/images/cfaf3799-4da2-4d24-9729-c72cfd09bfb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc96d079ef901d7a84b5e4fa92aeac59f28ef0c3e1f9c3e23e0f0da647e56e2a +size 1137331 diff --git a/images/cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c.jpg b/images/cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f2880c805f29ff41772745c423121c1d169af80 --- /dev/null +++ b/images/cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec42a37be98574fa5702cea5ecef99c3914dfd1fcf51558a939c539db4564351 +size 1334963 diff --git a/images/cfb5984a-1a31-4289-8048-a46f1db0d88f.jpg b/images/cfb5984a-1a31-4289-8048-a46f1db0d88f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc73c9aefe45e06bab45d9097577aec6be08cd7c --- /dev/null +++ b/images/cfb5984a-1a31-4289-8048-a46f1db0d88f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975e6dc8659297b9d2830f08d8d7bbfec911fcf1a6641b8562e8de686aaeec20 +size 1521931 diff --git a/images/cfc3200f-7cec-4bf8-b8aa-cec8d30d9367.jpg b/images/cfc3200f-7cec-4bf8-b8aa-cec8d30d9367.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca03a82702c05cb278e547c498cfc87482373820 --- /dev/null +++ b/images/cfc3200f-7cec-4bf8-b8aa-cec8d30d9367.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8605225a34cd2bd90bc3e06f817a7894d060ce3487ab5f3364e7a0aa55985737 +size 847921 diff --git a/images/cfcacd4d-c8f7-4713-9d24-6f76756adc22.jpg b/images/cfcacd4d-c8f7-4713-9d24-6f76756adc22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47f4597a77307ff293c50db15aa2b7075affd1f4 --- /dev/null +++ b/images/cfcacd4d-c8f7-4713-9d24-6f76756adc22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a01b3ef835b3e9897957b117d3943f7c42b55ea0d0d8d709c93b9860cedff19 +size 1681599 diff --git a/images/cfd2990a-756d-43ff-a5b2-55459f855ad6.jpg b/images/cfd2990a-756d-43ff-a5b2-55459f855ad6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dea7cc04e1bb2dc7060ece3fa76c6aeeefa454db --- /dev/null +++ b/images/cfd2990a-756d-43ff-a5b2-55459f855ad6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9178237ba1ae9585a82391e63a3f5a5d8029fcce7c1fc5b1f5246520705dd50 +size 1416650 diff --git a/images/cfdc80a8-44e0-47b3-8019-136dccca6c34.jpg b/images/cfdc80a8-44e0-47b3-8019-136dccca6c34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..581cf70d9d56f839a0baab9c97114504a843faad --- /dev/null +++ b/images/cfdc80a8-44e0-47b3-8019-136dccca6c34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d8d5f2823e849418aa2943976c483f67a3500b83414d31f51f5781ba47e823 +size 1620137 diff --git a/images/cfe94cf7-c11c-4caf-8f32-870682750968.jpg b/images/cfe94cf7-c11c-4caf-8f32-870682750968.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b039308fefe117135d70c52b1576f1273865086a --- /dev/null +++ b/images/cfe94cf7-c11c-4caf-8f32-870682750968.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a118fecd8248409c35b36dbdfa771804af08e806f65a3ebe3b349129cc98b2 +size 879614 diff --git a/images/cfed97c5-953c-4877-b5dd-2e2761c1fd3a.jpg b/images/cfed97c5-953c-4877-b5dd-2e2761c1fd3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95dc9c8e31d373eae98b833aadad7db3e1f9e85a --- /dev/null +++ b/images/cfed97c5-953c-4877-b5dd-2e2761c1fd3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3e3e1771ca424af075850004b73a59c4c41694affc9bfe965365c5d8356753 +size 1403647 diff --git a/images/cff06194-2747-4881-8383-598a0c5e2e1a.jpg b/images/cff06194-2747-4881-8383-598a0c5e2e1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d1906a55e23cf6a3a0c9f066b9a695a5d68bfbc --- /dev/null +++ b/images/cff06194-2747-4881-8383-598a0c5e2e1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958869b8aa0152f216108f4c5eeee61ec1c7eb332f08d42ccdf786e8492350f1 +size 1672681 diff --git a/images/cffcfbed-b91c-4856-ac88-097946b5a757.jpg b/images/cffcfbed-b91c-4856-ac88-097946b5a757.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2893fdb266d31697c591f2b950de1d97723023eb --- /dev/null +++ b/images/cffcfbed-b91c-4856-ac88-097946b5a757.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409f7097d45489d9aacd5718a1a9fbe1b103696c9ccc834690fd1ec6c21a1d99 +size 2484938 diff --git a/images/d002d681-eb38-4500-b1b0-066d3b9b1220.jpg b/images/d002d681-eb38-4500-b1b0-066d3b9b1220.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6eb5a8e25d6a00f0cab83ba9c940915c884bb2b --- /dev/null +++ b/images/d002d681-eb38-4500-b1b0-066d3b9b1220.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1513f1dfcb11355139b78808f2f33f6f799bac0f65582b155ae7b7f0206b7fa1 +size 1308324 diff --git a/images/d0081921-abfb-4645-82a3-dc31da46650f.jpg b/images/d0081921-abfb-4645-82a3-dc31da46650f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba7d29cda1a622367c4d7e108befdb2e5e1c076c --- /dev/null +++ b/images/d0081921-abfb-4645-82a3-dc31da46650f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed901cd9bffc9397b2c5a6b9cc1b84212211da40bd5a5b14e7d5c3a9f1a9a947 +size 1614742 diff --git a/images/d00dcafa-d9c4-4d7e-8fe5-872097c4e832.jpg b/images/d00dcafa-d9c4-4d7e-8fe5-872097c4e832.jpg new file mode 100644 index 0000000000000000000000000000000000000000..270db5e79ac72ca4002c33ecba3ae008bafe5a23 --- /dev/null +++ b/images/d00dcafa-d9c4-4d7e-8fe5-872097c4e832.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a476f9d38ffee4086d0025d49e42101348d5f7ef0d3cb1748cf414ef9a1788 +size 1612332 diff --git a/images/d019aa09-f057-49d6-a193-788d690736ce.jpg b/images/d019aa09-f057-49d6-a193-788d690736ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..712880f3cf83b4705148e847ae545bdfae64029a --- /dev/null +++ b/images/d019aa09-f057-49d6-a193-788d690736ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9817902862ceb3a815a35a3a1f61ea1668411e1ae6f21b8b15c9a55cec37e2 +size 3186973 diff --git a/images/d019e7e6-a831-45a2-8550-211bbdcbc301.jpg b/images/d019e7e6-a831-45a2-8550-211bbdcbc301.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d84529ed8255ec4859d7e421ece5178f1668493c --- /dev/null +++ b/images/d019e7e6-a831-45a2-8550-211bbdcbc301.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558155eb6b36e8ca37d26632a16b61119f83aa139fd3388a0fef936642103359 +size 1345103 diff --git a/images/d03395fe-fe8c-4ac3-8780-9a3d1596d39d.jpg b/images/d03395fe-fe8c-4ac3-8780-9a3d1596d39d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..123e92786d4e8fe6db395047a04acf7cf10cbf0b --- /dev/null +++ b/images/d03395fe-fe8c-4ac3-8780-9a3d1596d39d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85d59394cfbaf2b3cf12bc2bcc3b6b2830ca3a003d35e0e65e44296f48ebc3b +size 1714554 diff --git a/images/d03cc709-1b1d-43ce-a5d9-cde9dcac2bac.jpg b/images/d03cc709-1b1d-43ce-a5d9-cde9dcac2bac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed21cd982d57bba07deb1549e6395b8366ba50b3 --- /dev/null +++ b/images/d03cc709-1b1d-43ce-a5d9-cde9dcac2bac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453f40a95912c650ac24473d282e410da2966976fa4b37742ba9cd5ec8c25ca6 +size 1857044 diff --git a/images/d044e79a-f7a5-4686-93b6-59d42643d50c.jpg b/images/d044e79a-f7a5-4686-93b6-59d42643d50c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e90b0a5b6453134b7c5c54f2eda3801e1d3fcc24 --- /dev/null +++ b/images/d044e79a-f7a5-4686-93b6-59d42643d50c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f793c9109e7051bc7aab37655bcd609aae8c29eba691e1d7e16297d33d3594bd +size 1602484 diff --git a/images/d04f9deb-fc47-4c2c-bc45-b583b48a8f00.jpg b/images/d04f9deb-fc47-4c2c-bc45-b583b48a8f00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8accd4b7a3e2388053c29d05a141e3aa5578935 --- /dev/null +++ b/images/d04f9deb-fc47-4c2c-bc45-b583b48a8f00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ed74f64ed66a1fadea304f5342205b170297492d7166cf7df17943c47b3341 +size 2931444 diff --git a/images/d051ce90-b349-4b92-a33d-2cab5a20067b.jpg b/images/d051ce90-b349-4b92-a33d-2cab5a20067b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e50e927885038b36c161200ec98c702e70a27f1 --- /dev/null +++ b/images/d051ce90-b349-4b92-a33d-2cab5a20067b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5324f9c9c9380c086aeaec9102a8d5e60004e625925843c0a9279b0f3165ea6a +size 1471108 diff --git a/images/d058d98d-57ed-4450-87e9-0af6c3d4ebf0.jpg b/images/d058d98d-57ed-4450-87e9-0af6c3d4ebf0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b04708cda6ada1b028941a02bfe8d87a30ef16f7 --- /dev/null +++ b/images/d058d98d-57ed-4450-87e9-0af6c3d4ebf0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7020ed7239d7b514de663bcb03b1fcadf2f88e2f5617601789aa7fa8b3efa2ca +size 2636094 diff --git a/images/d05924aa-1837-4691-8210-80d8157e7999.jpg b/images/d05924aa-1837-4691-8210-80d8157e7999.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6337668f2d018c6031deac6fac8aacc67c0786ed --- /dev/null +++ b/images/d05924aa-1837-4691-8210-80d8157e7999.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8157d151fec51a4265fad2e45d3f569bb643c878fafa1e9e0b99cfc3b2787e +size 1421116 diff --git a/images/d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9.jpg b/images/d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..329e0a04d793fba148d4e717d447911923c84a64 --- /dev/null +++ b/images/d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9851c0ac184d96c039c0d7970da26b78364f17803685a4df9ecb137eb0695e7 +size 1634922 diff --git a/images/d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9.jpg b/images/d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2575a075000ca0b189e717255d79f6b8ce3eeffa --- /dev/null +++ b/images/d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6af49f4741a1bfc22448ce5ffea832c33c7e909ac2394f89db6cc207ec7a8e +size 1236326 diff --git a/images/d087022b-94a0-4577-9202-607052ddc85b.jpg b/images/d087022b-94a0-4577-9202-607052ddc85b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20d5a1ef7bd87bef9cd788d39d50aedbba24e695 --- /dev/null +++ b/images/d087022b-94a0-4577-9202-607052ddc85b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383bd4908299e230069040e3ccda6c6d23aae29c9e458b1d0a2795666e944f54 +size 1158681 diff --git a/images/d08788fd-5a3c-4fa0-82d6-f6549d67e2cd.jpg b/images/d08788fd-5a3c-4fa0-82d6-f6549d67e2cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4e28d260d70be8c7931af398df3a6745d722009 --- /dev/null +++ b/images/d08788fd-5a3c-4fa0-82d6-f6549d67e2cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8602ec9ad92bf9ecf22af32ea87dd63e6cee941dd4eb8d2346699378e179c6 +size 1631432 diff --git a/images/d09b7b4b-687a-4e68-b1d1-95c737a688b4.jpg b/images/d09b7b4b-687a-4e68-b1d1-95c737a688b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ed0f9ea3723efc5e2066fa0ead1d6ee0d10798c --- /dev/null +++ b/images/d09b7b4b-687a-4e68-b1d1-95c737a688b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58094dc1918426bc6ab291bc36c04d55d4f5a3beda904a5ef83ec303eb4789e6 +size 1609743 diff --git a/images/d0a2b309-b62e-451f-9874-522c87b40d89.jpg b/images/d0a2b309-b62e-451f-9874-522c87b40d89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..796a2c3acc8fa69247d110931e1c2349e419ed7d --- /dev/null +++ b/images/d0a2b309-b62e-451f-9874-522c87b40d89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecdc98990e31bdc851852477c806d36a21bdad8392ff5432abf06788933a60e +size 1686871 diff --git a/images/d0af34d9-c78a-4e3a-bff4-eb6871d66441.jpg b/images/d0af34d9-c78a-4e3a-bff4-eb6871d66441.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bffb427887212a6f0cb9c93a0ac44a1e70b5411d --- /dev/null +++ b/images/d0af34d9-c78a-4e3a-bff4-eb6871d66441.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208c9ddd3ece4adeaee3a7155773198ab44e9bcc3aa8e4411ee08c18486b5efb +size 1467832 diff --git a/images/d0aff86f-1f2d-4de3-bee0-6abccd161ee8.jpg b/images/d0aff86f-1f2d-4de3-bee0-6abccd161ee8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7114a67b4788a5f66df83cea0ed7f7b01b4ab8c9 --- /dev/null +++ b/images/d0aff86f-1f2d-4de3-bee0-6abccd161ee8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076345f5c74dc86d17794498769c305621d70d3df7be11f82aacb45555e256a8 +size 2481002 diff --git a/images/d0b28655-cb3f-4baa-830d-6864c6a00afa.jpg b/images/d0b28655-cb3f-4baa-830d-6864c6a00afa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab7170cd4bcddbcfe12df1e2563ea8dfc98fa86 --- /dev/null +++ b/images/d0b28655-cb3f-4baa-830d-6864c6a00afa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a138b6e8f60519b4f9fc48954590d7626956dd5fafda72dc7d1456f163b15e94 +size 1477522 diff --git a/images/d0b65e10-2421-4154-8e93-6d30bb526f80.jpg b/images/d0b65e10-2421-4154-8e93-6d30bb526f80.jpg new file mode 100644 index 0000000000000000000000000000000000000000..048689bffc4f94456731ec0591d97c42656baa92 --- /dev/null +++ b/images/d0b65e10-2421-4154-8e93-6d30bb526f80.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9932a7217933f906bbf5ae4c4b15175ba277f60d66aec13af6ccf2cf6da8b1b +size 1660363 diff --git a/images/d0ba345b-c2bd-4373-aaa7-c558102c9b47.jpg b/images/d0ba345b-c2bd-4373-aaa7-c558102c9b47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b7c5a3e1b7b103f8d10076e40134a9585cd9926 --- /dev/null +++ b/images/d0ba345b-c2bd-4373-aaa7-c558102c9b47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fa1a4ebade8a174e6a744294cedc24aafc483964f612351634dc7b12792f94 +size 1681787 diff --git a/images/d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b.jpg b/images/d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b781f0cde4e98f8b1014a4bff61814277bcfe42 --- /dev/null +++ b/images/d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a626e0db3e9d03bd147f4a01da8503a68843c218aa306b5e55c0f692953497ab +size 1436232 diff --git a/images/d0d08325-4808-4718-9652-5dde806dd05c.jpg b/images/d0d08325-4808-4718-9652-5dde806dd05c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b77cdac522622946fd03a8460febad9c4dd24de --- /dev/null +++ b/images/d0d08325-4808-4718-9652-5dde806dd05c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e4c2edaf49d45f0a15474a9cb880bc94276af82a7951b6a51794d3ca01d083 +size 1249782 diff --git a/images/d0d4a33c-bcae-4949-9759-cefb3a5f6754.jpg b/images/d0d4a33c-bcae-4949-9759-cefb3a5f6754.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25c2573056cde6ff6e27c69d57a1a4be81866d46 --- /dev/null +++ b/images/d0d4a33c-bcae-4949-9759-cefb3a5f6754.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e8abed4f2aa6c21b0cf25ddc024466d85d2f32bca58f887f332af4ac485518 +size 1996610 diff --git a/images/d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8.jpg b/images/d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1828353b9deceb8e5abc520c0603390e5389dc04 --- /dev/null +++ b/images/d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4894da65496ee6570fcd235f1ff436f7c907b18d49a8017edd8c229b945153d9 +size 2048185 diff --git a/images/d0deea4b-8e35-43a5-ad89-78123a8beb91.jpg b/images/d0deea4b-8e35-43a5-ad89-78123a8beb91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17523539fa0a381b4f39d76e59e2f0628fc2b64e --- /dev/null +++ b/images/d0deea4b-8e35-43a5-ad89-78123a8beb91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70722c28c51c228a1889111ef2dc99f54881a2f2a5e5f615748e1562cc3b684 +size 2553431 diff --git a/images/d0e635a1-074c-4e3b-8a72-61b0a0bbf10a.jpg b/images/d0e635a1-074c-4e3b-8a72-61b0a0bbf10a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f5187679ac4269401d5ed17053eda6e11f1cc72 --- /dev/null +++ b/images/d0e635a1-074c-4e3b-8a72-61b0a0bbf10a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7905975d596a108b11bbec315c778379bf18c51d30414ca5664479bbc90a93 +size 1963229 diff --git a/images/d0e7ef5a-492c-4f65-a465-a0df61f8dda0.jpg b/images/d0e7ef5a-492c-4f65-a465-a0df61f8dda0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db2bb8f6940779b0e69f4b1f18864c43120489d5 --- /dev/null +++ b/images/d0e7ef5a-492c-4f65-a465-a0df61f8dda0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451577277dded8052332f44c6f49c27d3c774e19f5b4fd2c4ab6f0d099ad407c +size 1999124 diff --git a/images/d0e9a5ba-ca23-4160-875b-adc5582be34e.jpg b/images/d0e9a5ba-ca23-4160-875b-adc5582be34e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65b625f08b18a45a0659211dea38a25dce29a9fe --- /dev/null +++ b/images/d0e9a5ba-ca23-4160-875b-adc5582be34e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39b2203b893cf718fe5c2f56af206a144b595b9a197832dfcd915f0848ef405 +size 1543592 diff --git a/images/d0ea81e8-e991-461c-bc37-cd5f782141c8.jpg b/images/d0ea81e8-e991-461c-bc37-cd5f782141c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76704284995fed8410efe4b6d878038409109ba1 --- /dev/null +++ b/images/d0ea81e8-e991-461c-bc37-cd5f782141c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa94ecb49de38276d9f51ff4178fa6e64a11ca1e65974fba856bf0358d3b7e74 +size 2681466 diff --git a/images/d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b.jpg b/images/d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a5398995df80e582aa0255ee50586bdc42176c8 --- /dev/null +++ b/images/d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1366740cd6d3d8664c08748313e4bfa0b2a1e3912da905ea869f70f93b667501 +size 2389848 diff --git a/images/d0fad7bb-1168-4784-a2ed-9e4f13810b93.jpg b/images/d0fad7bb-1168-4784-a2ed-9e4f13810b93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04a909bad4d7bc0aec2f4614fc2b518317dcc5cc --- /dev/null +++ b/images/d0fad7bb-1168-4784-a2ed-9e4f13810b93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8eadd97bda6c62beea19a7c4b2047e8192b61cfe980ff5e01374b57d4caff62 +size 1471705 diff --git a/images/d10b2ad2-a032-4fb8-9968-7637e65e5b34.jpg b/images/d10b2ad2-a032-4fb8-9968-7637e65e5b34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfa45eada6728151ec704255c1ba3bb27aba3045 --- /dev/null +++ b/images/d10b2ad2-a032-4fb8-9968-7637e65e5b34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12311a4669b43e9f1dad8267487fdd962bded948b2515337b2e50f88982e6c0b +size 1795745 diff --git a/images/d1135286-fbaf-4b84-ade5-d7a62fd39b56.jpg b/images/d1135286-fbaf-4b84-ade5-d7a62fd39b56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..160fec9d6df2880bd736f9c43e05c7ad59e1fc60 --- /dev/null +++ b/images/d1135286-fbaf-4b84-ade5-d7a62fd39b56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a47b330499d8af77c0bceed40ab4dd13d4f7d44c117c6e9c7a9ff5b0be1c4dd +size 2376698 diff --git a/images/d11592a4-2221-4016-9e46-b628a778fcd1.jpg b/images/d11592a4-2221-4016-9e46-b628a778fcd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d875b683e4eb20314e5f93fa5ca630e19a448b29 --- /dev/null +++ b/images/d11592a4-2221-4016-9e46-b628a778fcd1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b77c6c59e00910ddd69acb0ba5a0b62177a3b31d26c563ea6bf15f4ce476d7 +size 1245636 diff --git a/images/d118b4c3-231c-4c96-9816-54dfeeb835e8.jpg b/images/d118b4c3-231c-4c96-9816-54dfeeb835e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c388025abfed1a7449f851bf4bd203181b7c2b24 --- /dev/null +++ b/images/d118b4c3-231c-4c96-9816-54dfeeb835e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3487689597491c113fe5c9d0d9de2ebb8a9e99e9bdf28203c43bcb5faccb04 +size 3242591 diff --git a/images/d11b982c-61e0-46ca-9600-bc5cb8b01fae.jpg b/images/d11b982c-61e0-46ca-9600-bc5cb8b01fae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cf9ee4ee09a8b99b600e9a1dad73112c5667db6 --- /dev/null +++ b/images/d11b982c-61e0-46ca-9600-bc5cb8b01fae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8286ac574a3ced125140b81532e98ad17ae876ca8792c33e74fb821212c0dd +size 2020360 diff --git a/images/d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb.jpg b/images/d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..612c90995a9db04033525b5d03599e25a41e6272 --- /dev/null +++ b/images/d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75050a6752601fbfee16938013b19dd3fe82f51262c62c471e2d35e2dbe6dd16 +size 1622553 diff --git a/images/d1215317-f529-483c-90a0-a5f13e1c19d4.jpg b/images/d1215317-f529-483c-90a0-a5f13e1c19d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1346fe52e987315a0896f12a359d33e03307714a --- /dev/null +++ b/images/d1215317-f529-483c-90a0-a5f13e1c19d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69b9e1622457716c4f0ef66bbbe3132c1133e6f8d94c505aed913e83c28519e +size 910507 diff --git a/images/d123cee0-5c2c-4e95-a858-710613615546.jpg b/images/d123cee0-5c2c-4e95-a858-710613615546.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c43c63a04eee933c38058cd11bebd7df1011f1bb --- /dev/null +++ b/images/d123cee0-5c2c-4e95-a858-710613615546.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e89a74cd68aae561248e5db6ac5db663e52ccd68e6ae983b483da4d1de3323 +size 1241563 diff --git a/images/d1348e4e-0555-4544-ab8c-17654158b9f1.jpg b/images/d1348e4e-0555-4544-ab8c-17654158b9f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5980c5fe295e5c9e542a018c81cf726282958bb --- /dev/null +++ b/images/d1348e4e-0555-4544-ab8c-17654158b9f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139c9d0f8118e5140c3bee3b7e227e7550e3c1c9b5f824984e77ef4501f7b520 +size 1591143 diff --git a/images/d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2.jpg b/images/d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b9e1a0f44572df7919dc16fab58949ee93b3392 --- /dev/null +++ b/images/d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a119770b60e9f4060a3116c5bfb8afcbd5afdd102aa7b29ca975d63e673ced +size 1690275 diff --git a/images/d147a954-8911-438d-a9d2-6c1041077f7c.jpg b/images/d147a954-8911-438d-a9d2-6c1041077f7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41eb05ddf1cb96c702b9c2c4afe218410abd2af3 --- /dev/null +++ b/images/d147a954-8911-438d-a9d2-6c1041077f7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3db1702c21b079382d2a2f01ffc2260fefdf8c4244ad9b8ed242577f928b5f +size 1945159 diff --git a/images/d148b12b-59e7-4e41-9fe6-90dbe408b726.jpg b/images/d148b12b-59e7-4e41-9fe6-90dbe408b726.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aec482bc8cb6f790896f3e154950650c07632165 --- /dev/null +++ b/images/d148b12b-59e7-4e41-9fe6-90dbe408b726.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e13f6546415adbec4a57a48a2b7a353055282679b6bac64928495cd817c0f65 +size 927428 diff --git a/images/d15633d4-ec9b-4c99-9509-585b551e2499.jpg b/images/d15633d4-ec9b-4c99-9509-585b551e2499.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09b7a4ad59621c4f05d3d540c229accdf84d448a --- /dev/null +++ b/images/d15633d4-ec9b-4c99-9509-585b551e2499.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27020a8c7a1da2d1c7669069a32e84b8ad3f53cc5bba3a6a484dfa8f6ac41ab8 +size 1576221 diff --git a/images/d1605cea-fef8-4532-927a-bada4585f62f.jpg b/images/d1605cea-fef8-4532-927a-bada4585f62f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..330320c40eb8487097e04ea42e2a1538abc0570a --- /dev/null +++ b/images/d1605cea-fef8-4532-927a-bada4585f62f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e2b9f26ef8aa97c117fd9fbcf3f8e7b4a4e652b261ca7127669922fc4c5b6a +size 1753803 diff --git a/images/d16242af-c863-4094-8a6e-4a4fcbe8924e.jpg b/images/d16242af-c863-4094-8a6e-4a4fcbe8924e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..499c33f7ecec671a800f13ab8dfaa85cf7daa1b4 --- /dev/null +++ b/images/d16242af-c863-4094-8a6e-4a4fcbe8924e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802752b64b7c271c2221329e2304cd398b635fff1344898450648dfdb75dedee +size 1562876 diff --git a/images/d169ddc9-aeb5-485b-befe-6e3bde4e983a.jpg b/images/d169ddc9-aeb5-485b-befe-6e3bde4e983a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690a78e05f6d916feb65f970a4ffd975333d3525 --- /dev/null +++ b/images/d169ddc9-aeb5-485b-befe-6e3bde4e983a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71d7e6ad9df6491ef8c9a50631c58d8047e961091d030bfece2399f4161d58f +size 1997780 diff --git a/images/d174622a-25af-418f-986a-70c3c4373865.jpg b/images/d174622a-25af-418f-986a-70c3c4373865.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79835a6d28301ea46c3d90472242bf7cf2a4619f --- /dev/null +++ b/images/d174622a-25af-418f-986a-70c3c4373865.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adacfb74212ffcc7a1473a9ed8cffbf6c5f0a6e23b80505f59c482994c3a0df +size 1528878 diff --git a/images/d175609c-f64d-44cc-bf80-559c80a4e713.jpg b/images/d175609c-f64d-44cc-bf80-559c80a4e713.jpg new file mode 100644 index 0000000000000000000000000000000000000000..903f5034c4c6f7213b85070733b21b22d3cfef56 --- /dev/null +++ b/images/d175609c-f64d-44cc-bf80-559c80a4e713.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961e5bd42b673913175325420d9532120fbbcf71db6a2c0f6ff2fc1e48c69be0 +size 1790809 diff --git a/images/d1777a63-a0e2-43f6-a064-e0ae1be8e8d8.jpg b/images/d1777a63-a0e2-43f6-a064-e0ae1be8e8d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..972ba03e56f1f18c6ef6ee549db1858b0f43a1f0 --- /dev/null +++ b/images/d1777a63-a0e2-43f6-a064-e0ae1be8e8d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bb5f074930e618a9d441f300b55f946dead33b4d6ac9f731d3fd7197aba5e9 +size 1178051 diff --git a/images/d185886c-708f-436b-9d6b-96c4870554ea.jpg b/images/d185886c-708f-436b-9d6b-96c4870554ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..608f714bc986832860713a35fe5359ddfd75c58a --- /dev/null +++ b/images/d185886c-708f-436b-9d6b-96c4870554ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5791be714ab539b277e1c9355616d42ff80e2122b3f13a4c95a84632e654ae +size 1648189 diff --git a/images/d18883c3-143c-431f-a29e-10c8a54391eb.jpg b/images/d18883c3-143c-431f-a29e-10c8a54391eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83051a78de5fbcd33ed4532e6f6203a2526045ee --- /dev/null +++ b/images/d18883c3-143c-431f-a29e-10c8a54391eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c9b8b4b61140f20793d6fb41a1f0d312394b409535cab056cf6ff062775518 +size 1536687 diff --git a/images/d19574eb-17f9-4372-a12e-0263b0062f9b.jpg b/images/d19574eb-17f9-4372-a12e-0263b0062f9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..986ed9d0d87c517d2f202f79d184ae045f5386b8 --- /dev/null +++ b/images/d19574eb-17f9-4372-a12e-0263b0062f9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbed54bb2d80bebd4eec7d95bfd010c440b01fcf8878938ee08de89d74b933dc +size 1600477 diff --git a/images/d1971dbb-6e89-4241-80cd-db8fb3fe161c.jpg b/images/d1971dbb-6e89-4241-80cd-db8fb3fe161c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74b713c3a9c7b1675880bb74b48cda9269f3db28 --- /dev/null +++ b/images/d1971dbb-6e89-4241-80cd-db8fb3fe161c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0652114d93364e79b4442edee46441821de400e1cdf683c25a0c7d0b11b4412f +size 1830444 diff --git a/images/d19af722-2d13-4108-b800-c9c9e8e05220.jpg b/images/d19af722-2d13-4108-b800-c9c9e8e05220.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea95a3bd36a5324e2cdeb7cf50bc93b307c4104b --- /dev/null +++ b/images/d19af722-2d13-4108-b800-c9c9e8e05220.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9459613088ea7ddca062eafb034481ad7e454fb3c857bdec856b2a6f5c6298 +size 1359436 diff --git a/images/d19ca027-cd6d-45fb-8848-1e1e22285ce4.jpg b/images/d19ca027-cd6d-45fb-8848-1e1e22285ce4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6caf4eae02ea3a2149c1fa591e35ae7cb4367cc --- /dev/null +++ b/images/d19ca027-cd6d-45fb-8848-1e1e22285ce4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa3a5e8e0980bd9cb82ca6a2465b8a878902530d67561b80466a3bbf39f56f4 +size 2727575 diff --git a/images/d1a9d190-bbc3-4b20-8a92-cd5bb2688f21.jpg b/images/d1a9d190-bbc3-4b20-8a92-cd5bb2688f21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fedd7977047c13787972197ec6ef8acd31badb9a --- /dev/null +++ b/images/d1a9d190-bbc3-4b20-8a92-cd5bb2688f21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dac60ceb538c65931e6f35b06f5fa27ae3f4347a4e0f966e27b9693001b101f +size 1685128 diff --git a/images/d1b09d15-26ff-4bdc-b3ae-cd56891b2641.jpg b/images/d1b09d15-26ff-4bdc-b3ae-cd56891b2641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fda34bdace9a9c8d1d2e3611b2f674ead8e2cf7 --- /dev/null +++ b/images/d1b09d15-26ff-4bdc-b3ae-cd56891b2641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65610077c097013eb2790a963c43681d85715ac15150eeda44d980c1622e0eb4 +size 1540562 diff --git a/images/d1b11054-6865-43dd-8daf-bedeb51955df.jpg b/images/d1b11054-6865-43dd-8daf-bedeb51955df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c10e031924b60aa8fd65bb17770112690cc6318c --- /dev/null +++ b/images/d1b11054-6865-43dd-8daf-bedeb51955df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4518633f71eed5064e7d98584cfd80dde18201842e890c461ec8c05d54c072 +size 1272232 diff --git a/images/d1b20b62-65d0-4bb3-8c55-320eceb1cf8e.jpg b/images/d1b20b62-65d0-4bb3-8c55-320eceb1cf8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f22e57cca564bbe47440aaac55db1961b1722c9c --- /dev/null +++ b/images/d1b20b62-65d0-4bb3-8c55-320eceb1cf8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7a957802f70fe8ae14dc500f439e5a38dcb8570f7aabddf03ec1032d360a30 +size 1613731 diff --git a/images/d1b34212-3be5-40cc-8a29-7d7853a666fa.jpg b/images/d1b34212-3be5-40cc-8a29-7d7853a666fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74e115814e3f4863201d9a8112ec00ae6fa99a19 --- /dev/null +++ b/images/d1b34212-3be5-40cc-8a29-7d7853a666fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163ed150aac3d9c7d64073b9278fdd290c4d194e432415db339e35f252eada26 +size 2992945 diff --git a/images/d1b37541-cc80-46b7-a0ca-3aeb3c74321d.jpg b/images/d1b37541-cc80-46b7-a0ca-3aeb3c74321d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8237a6f02ee124e4c28d04174ac4e3685a9fff9 --- /dev/null +++ b/images/d1b37541-cc80-46b7-a0ca-3aeb3c74321d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6ab38ad4f3ea9577ca4f1f37f1ed7fe87cf3c0a826fbebdeeb0395fa436c66 +size 1465590 diff --git a/images/d1b7ba79-437c-4180-bf55-378d8cb83efd.jpg b/images/d1b7ba79-437c-4180-bf55-378d8cb83efd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c6a909daa5a8f837445a983561f58895b63abfd --- /dev/null +++ b/images/d1b7ba79-437c-4180-bf55-378d8cb83efd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482edf837d55335daa4131f6bff795e1165cdaa420e3a4565cef0a29818f0c6d +size 1657886 diff --git a/images/d1bd48df-63e1-48be-86f3-0c34cbf02282.jpg b/images/d1bd48df-63e1-48be-86f3-0c34cbf02282.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02c75afa3abd329a67554719e6e546e41c31290a --- /dev/null +++ b/images/d1bd48df-63e1-48be-86f3-0c34cbf02282.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1bd6a10bc0081ba9b1c6a85c02ac3ba2da97ab850aeb5c548e0d79748e687e +size 1761715 diff --git a/images/d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98.jpg b/images/d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e314ba8aeef49ba6e83618fe8252ceff12dafd4a --- /dev/null +++ b/images/d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f37b344de841ebb6fdc0c8f82c69c9b0cf2e35fcdec500f2947f946f0a06a8 +size 1731416 diff --git a/images/d1e2005f-7513-497e-9a77-0edf83f8baf5.jpg b/images/d1e2005f-7513-497e-9a77-0edf83f8baf5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c80f32165ed5caa84446d54ddc19e815b131a98b --- /dev/null +++ b/images/d1e2005f-7513-497e-9a77-0edf83f8baf5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65abf57edcbad5c06575aac1ac536f09f8ffc3312b8ae8e77818ccd320108bf7 +size 1407966 diff --git a/images/d1e3112d-abc1-4366-8125-d7ee2f8d9e4f.jpg b/images/d1e3112d-abc1-4366-8125-d7ee2f8d9e4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d3ca9f745d8c2302ba47094d3e9f857a072731 --- /dev/null +++ b/images/d1e3112d-abc1-4366-8125-d7ee2f8d9e4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2092390bb3a8ccd567a7d17da6b6453583c31515ab78bb12ec0f1436c32bb2 +size 1191959 diff --git a/images/d1ec9180-8316-4e1c-ad95-4c8743ef47d6.jpg b/images/d1ec9180-8316-4e1c-ad95-4c8743ef47d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1be82f7feaff738564760eeb70f76240ba45222 --- /dev/null +++ b/images/d1ec9180-8316-4e1c-ad95-4c8743ef47d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc0adf0d02f447a3fdc77de7a94d1bffb227e75d33f959c2331a8b6c288adb6 +size 2802163 diff --git a/images/d1ef8121-24da-40d4-9dba-a1e813d30ddf.jpg b/images/d1ef8121-24da-40d4-9dba-a1e813d30ddf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ad31557b4def7856ef150527a62fce44b43c2f --- /dev/null +++ b/images/d1ef8121-24da-40d4-9dba-a1e813d30ddf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd1fea07b07f68d07ad8bea6af5c90a6605826ed77665b3fe40743e06b3a1aa +size 2747929 diff --git a/images/d1f426dd-41a3-4e94-acc9-82f6bf707c05.jpg b/images/d1f426dd-41a3-4e94-acc9-82f6bf707c05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..073d391a172f1ac23d83b74eb4c208e33e03ff27 --- /dev/null +++ b/images/d1f426dd-41a3-4e94-acc9-82f6bf707c05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51c0924bfa0122ecc543f13fb4714109804fa4181e2bc2e3e5d0b95e796ec99 +size 1776873 diff --git a/images/d1f88e04-4d9e-4ad4-94bb-df644c1c64d0.jpg b/images/d1f88e04-4d9e-4ad4-94bb-df644c1c64d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c9c6a1b48829eb8818783981b766ef3c58a121 --- /dev/null +++ b/images/d1f88e04-4d9e-4ad4-94bb-df644c1c64d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e06da2e8a9dd6c8bfc78912544c1db51a6c7b0cf3f3a12daa6690f33fbe9c9 +size 1518326 diff --git a/images/d21d92de-6bf3-4301-b389-aced0bdb7c76.jpg b/images/d21d92de-6bf3-4301-b389-aced0bdb7c76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..562dd351a3ba02cfd5d90decd94b210a657a2107 --- /dev/null +++ b/images/d21d92de-6bf3-4301-b389-aced0bdb7c76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac4850aaf77328edb5bcfacb4abf99b3e35759601b69a23edd2ad11454e6e91 +size 1535396 diff --git a/images/d21db43c-2520-4267-8a8d-aba4cdbfeefc.jpg b/images/d21db43c-2520-4267-8a8d-aba4cdbfeefc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9905f1c683daf0de193cc98b7b9bc2cfc4c37a2d --- /dev/null +++ b/images/d21db43c-2520-4267-8a8d-aba4cdbfeefc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327be0fb9f919e9c24419c18fa3e8376b159e899881bee3b600136786da971e9 +size 2360019 diff --git a/images/d21debcc-031d-48c8-97a2-f657207cf04c.jpg b/images/d21debcc-031d-48c8-97a2-f657207cf04c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffc03d38c9cd66680b9e8b980c399cd045457e47 --- /dev/null +++ b/images/d21debcc-031d-48c8-97a2-f657207cf04c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76778d730a04a98caee9b230ca98729881cb8f1b4773dbb887d298384e5c789e +size 1351877 diff --git a/images/d220540c-cc85-4c37-ad40-31f24dd0faa9.jpg b/images/d220540c-cc85-4c37-ad40-31f24dd0faa9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46ff7243adea551bfb529f8b9647f85a74b6510b --- /dev/null +++ b/images/d220540c-cc85-4c37-ad40-31f24dd0faa9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b06f7c174529845e732228953668d9a611d70c22accd3173e1b15dcd26a3b6 +size 1360944 diff --git a/images/d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0.jpg b/images/d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d31d30c8f2fdf00bbc6cd4670dd4f2284f19aad --- /dev/null +++ b/images/d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bea93558c77b224d01b4cb3743b9cdef95a8015d81232667472845c9ff78091 +size 3055457 diff --git a/images/d23ac9a3-1a95-4ae9-b893-702e51516ae9.jpg b/images/d23ac9a3-1a95-4ae9-b893-702e51516ae9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d43faca384c76fe3a81f8be8289a500c46b66f15 --- /dev/null +++ b/images/d23ac9a3-1a95-4ae9-b893-702e51516ae9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3859ff4e10d04ab13a7df9ae20d6262412a589b5dace11134c4a0fd635522ead +size 1576032 diff --git a/images/d2434e66-b817-4b13-ba03-b870924d3c69.jpg b/images/d2434e66-b817-4b13-ba03-b870924d3c69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..068fc2e7011fcf6f82849f20a55ee30ab475a7e9 --- /dev/null +++ b/images/d2434e66-b817-4b13-ba03-b870924d3c69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d1bf3381938d3f1d40d885d608013fe07146f2fafda5df642d5d42ca215bd8 +size 2628079 diff --git a/images/d248f92a-ca70-4d2f-8037-9cb90ee186c1.jpg b/images/d248f92a-ca70-4d2f-8037-9cb90ee186c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd803af0edadce246b443131444f68a712adea58 --- /dev/null +++ b/images/d248f92a-ca70-4d2f-8037-9cb90ee186c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82e57731ee6b6c0832f140fa523e01ecdc01b04d5ef1645efff566daeba1333 +size 1894981 diff --git a/images/d25486bf-5c95-41eb-9592-d07181db3cb6.jpg b/images/d25486bf-5c95-41eb-9592-d07181db3cb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..397e86a257333a626b1d0dcb9d68b1d3a9aa22f7 --- /dev/null +++ b/images/d25486bf-5c95-41eb-9592-d07181db3cb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e70e5737ac11f8eb5d045cea7dabea938197046700debe69d5204d42019bc2 +size 2636229 diff --git a/images/d25840c8-750b-4ce2-a6c4-c7807ed94a5d.jpg b/images/d25840c8-750b-4ce2-a6c4-c7807ed94a5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf81f40d6863a21f5fea0b80f5878bf4464cc312 --- /dev/null +++ b/images/d25840c8-750b-4ce2-a6c4-c7807ed94a5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9344bcd1d6ead1d2aceb4c356929641b80327aa7b51d51714ea4b54f24b71b66 +size 1420498 diff --git a/images/d2599362-9fec-4fe8-8c0c-b53f750f3061.jpg b/images/d2599362-9fec-4fe8-8c0c-b53f750f3061.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6325d1810328146d1a5b944ec4490227e2f22df0 --- /dev/null +++ b/images/d2599362-9fec-4fe8-8c0c-b53f750f3061.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546a025ecae24970c1f74d0f21d604a225cae61a40dbef00b169ad7cb3752bb0 +size 1720026 diff --git a/images/d25a000e-a1a9-4f69-bd8e-6ae85689a7ca.jpg b/images/d25a000e-a1a9-4f69-bd8e-6ae85689a7ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bf14c04661b899fd9af33be95b3c703157fdafd --- /dev/null +++ b/images/d25a000e-a1a9-4f69-bd8e-6ae85689a7ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa320f100788fc812815a18374ec9b76847987b4190d93ae732bb6ce5ae0c81d +size 1281447 diff --git a/images/d270e16d-f8ff-434c-b29b-9c22c970d37c.jpg b/images/d270e16d-f8ff-434c-b29b-9c22c970d37c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d2d5eee1b97fa1badc00d4c403537e06d5daf06 --- /dev/null +++ b/images/d270e16d-f8ff-434c-b29b-9c22c970d37c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500871d60e82bde8166d175ffa332e639c15d94cc9c395dea01bf455fab50686 +size 1537848 diff --git a/images/d272a3b2-4ace-45d7-8b50-bd67e4731231.jpg b/images/d272a3b2-4ace-45d7-8b50-bd67e4731231.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5f027c219d8852c459f0a3ad52104e23adfb5ab --- /dev/null +++ b/images/d272a3b2-4ace-45d7-8b50-bd67e4731231.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c5b261fd46fe6a72dbc7a84553fb6711337de4c4644cbd50f7bfbdffd4a4ff +size 3181988 diff --git a/images/d2757c32-265d-4080-acb7-591c5bf95fc7.jpg b/images/d2757c32-265d-4080-acb7-591c5bf95fc7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c467f601ec1171047ba59c5c036f292a9853d8a0 --- /dev/null +++ b/images/d2757c32-265d-4080-acb7-591c5bf95fc7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570e631b89522a44ffc0d852dfcac7eb7e594e8f110493ae146880af4a33a852 +size 1798069 diff --git a/images/d2761774-1812-431d-ade4-8adaa45644bc.jpg b/images/d2761774-1812-431d-ade4-8adaa45644bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f576ed1c6e6c863a16378c284c4b40f8a16dfcd --- /dev/null +++ b/images/d2761774-1812-431d-ade4-8adaa45644bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3de5a3190752200845d36db3332bf78d10f9b892673aa826fc4dbf129931b0 +size 1682758 diff --git a/images/d2775eb2-e527-4593-ae95-3b62858f98c4.jpg b/images/d2775eb2-e527-4593-ae95-3b62858f98c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64c621ae09ae5924fabf8ad114c59cfe0c6ba9e8 --- /dev/null +++ b/images/d2775eb2-e527-4593-ae95-3b62858f98c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107ca1a2f44d8dbafc3a30c44bb0525adcebb61b316546f323754223b2466016 +size 1917482 diff --git a/images/d277b2b0-f681-41ab-ad9a-103958ea49b0.jpg b/images/d277b2b0-f681-41ab-ad9a-103958ea49b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..048191f4f2877e1e4f16e4f034aeb4fdd0b0c463 --- /dev/null +++ b/images/d277b2b0-f681-41ab-ad9a-103958ea49b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac70a67fa52c4b57b8caa8ab860995a68e11864b8ab5dd086da88ef0dedb455e +size 1818581 diff --git a/images/d280ca5d-3b10-41e8-8e38-ec07dfcd976f.jpg b/images/d280ca5d-3b10-41e8-8e38-ec07dfcd976f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..462d8ddba1964d963914b6393337138b7d1312c9 --- /dev/null +++ b/images/d280ca5d-3b10-41e8-8e38-ec07dfcd976f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9c03dc782e0eee35a5527fa312626e8dbb73ff0fe31008ca7332fbfd721e9d +size 1521707 diff --git a/images/d28a2e68-6fe2-4061-9374-b7eff4094b5a.jpg b/images/d28a2e68-6fe2-4061-9374-b7eff4094b5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9da1039c9fc0b54f8e7acc8cf75248f62408d557 --- /dev/null +++ b/images/d28a2e68-6fe2-4061-9374-b7eff4094b5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365fa28d36c7ca060b519135708cc0c0f01a95456206333269b480c47240b2bf +size 1609542 diff --git a/images/d28bece2-8a70-4d47-97dc-c5949a9d22c4.jpg b/images/d28bece2-8a70-4d47-97dc-c5949a9d22c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..559d0da8790f7b1609bbbad337cbc8c874f70e72 --- /dev/null +++ b/images/d28bece2-8a70-4d47-97dc-c5949a9d22c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3432ca13f2926da08e0ba43b246c64b43f7926d65f6020baf7bc843a2ee8ee0 +size 1728875 diff --git a/images/d28f0327-71e2-4aa3-85da-896166e3293f.jpg b/images/d28f0327-71e2-4aa3-85da-896166e3293f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4584c3ce49b69cdce7e1068fca640cb079629f9 --- /dev/null +++ b/images/d28f0327-71e2-4aa3-85da-896166e3293f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db784e3eb9ff255b14bb7464a85242287e88ff7486c14d3fbe86b503655869a +size 1946955 diff --git a/images/d29758d1-cc0e-4fd3-b964-582847f5f737.jpg b/images/d29758d1-cc0e-4fd3-b964-582847f5f737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff69169846ac0a8e63a30d43b883e0986604125c --- /dev/null +++ b/images/d29758d1-cc0e-4fd3-b964-582847f5f737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0fa6b5c1990a50ca1e2622c599934cc36f4b9a9f9d388f8decb3dc05390940 +size 1728969 diff --git a/images/d29c5327-abf5-4fac-84ef-721043dcead5.jpg b/images/d29c5327-abf5-4fac-84ef-721043dcead5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e565d4cea2957e807a62e03e0d94b9496b76ef0a --- /dev/null +++ b/images/d29c5327-abf5-4fac-84ef-721043dcead5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e934fccd7ec3a99eda26a210b450e3d2d46bbb0dcdecb2c4ccdd319a3f09fb +size 1656360 diff --git a/images/d2b0837a-1d69-4a8d-8b93-9c3c587a11ca.jpg b/images/d2b0837a-1d69-4a8d-8b93-9c3c587a11ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f24d97209d4353c0c502aba94344ee54da17f86f --- /dev/null +++ b/images/d2b0837a-1d69-4a8d-8b93-9c3c587a11ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095d2cfb1117e7ccb798cc59cc0e3018613f50b8e23e5d0ddf5b12d051bc04fc +size 1962631 diff --git a/images/d2b290ca-389d-4a85-aa61-6e6fe8a895ae.jpg b/images/d2b290ca-389d-4a85-aa61-6e6fe8a895ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1ea469d1a91417e26c31b4c1ba67c590c4e9e5b --- /dev/null +++ b/images/d2b290ca-389d-4a85-aa61-6e6fe8a895ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ec4ef42b314acc31724d0edf6d60b9041f1deb015c88b4416c6892d794274e +size 1349001 diff --git a/images/d2ccd513-cc06-4d9b-bb59-efa75dba304e.jpg b/images/d2ccd513-cc06-4d9b-bb59-efa75dba304e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cca81c27f098f63502e017d17b70bb402481b3d7 --- /dev/null +++ b/images/d2ccd513-cc06-4d9b-bb59-efa75dba304e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00aefc961638f163f392856b078e06ff7d0b99bea5b4167e4d21a03d52b3fb7 +size 1554602 diff --git a/images/d2cf2636-1c94-42f0-abfa-4090b05789a3.jpg b/images/d2cf2636-1c94-42f0-abfa-4090b05789a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03527e08b2ea0aececaf338f43ee7b42d51efa0d --- /dev/null +++ b/images/d2cf2636-1c94-42f0-abfa-4090b05789a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b478850c6a6941233ea85610efbb166bc1820a11d06db557317ef193d5619e6f +size 1475174 diff --git a/images/d2d5dec6-7af3-4a83-8997-e8416a2a2535.jpg b/images/d2d5dec6-7af3-4a83-8997-e8416a2a2535.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17288a8a0aeb226d8094ec7d73820dd87d7f2216 --- /dev/null +++ b/images/d2d5dec6-7af3-4a83-8997-e8416a2a2535.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607687ae10d9f8c44a2e588ea06f35ec50488cf30adf113a4d016fce251cfc32 +size 1541459 diff --git a/images/d2db38b7-7ffd-4118-bb7b-0da4a3e54e35.jpg b/images/d2db38b7-7ffd-4118-bb7b-0da4a3e54e35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66e62fc2d4c4528c35bb499b077ad533bd36c867 --- /dev/null +++ b/images/d2db38b7-7ffd-4118-bb7b-0da4a3e54e35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a0d5caaada411da3b23a18500821407eca0788c2cce3d7692589dda9d411d2 +size 1673899 diff --git a/images/d2e49994-2343-4335-8cc3-1d0f2c88fa41.jpg b/images/d2e49994-2343-4335-8cc3-1d0f2c88fa41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d9498ae26ae8d01e215581a990eed2110485619 --- /dev/null +++ b/images/d2e49994-2343-4335-8cc3-1d0f2c88fa41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe476a17fb74fe1a61c27b451d702fb48091661a2b4ce1e934a5f44b39aa85e9 +size 1885836 diff --git a/images/d2f05513-4e62-4384-97af-92a062a80dbd.jpg b/images/d2f05513-4e62-4384-97af-92a062a80dbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e72f4a6924a32b025207093f8cb4ba9731c73bb8 --- /dev/null +++ b/images/d2f05513-4e62-4384-97af-92a062a80dbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee862d88554a5096e0166898dcf3ba6170b2d61594ae6c2820552c1d86abf09a +size 1166937 diff --git a/images/d2f47243-0052-45a3-a90b-e8ad05a2050c.jpg b/images/d2f47243-0052-45a3-a90b-e8ad05a2050c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2f0ec8fc3429f06b68318d250b8a3434b097d19 --- /dev/null +++ b/images/d2f47243-0052-45a3-a90b-e8ad05a2050c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36fc20801812c3dda6e643fcfeeb8a9510bffd505506f8357db44fedc672129 +size 3107802 diff --git a/images/d2fed8f5-65b3-4a8a-b7b0-561795cc57fe.jpg b/images/d2fed8f5-65b3-4a8a-b7b0-561795cc57fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ddf6e67e42a87c5290f05c98e3bf3e72e7d998 --- /dev/null +++ b/images/d2fed8f5-65b3-4a8a-b7b0-561795cc57fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3b81ec0ef1059f099e15102ef596419eccd921ce801c19e5d8509964296339 +size 2149085 diff --git a/images/d30bc651-b20c-4602-b1ea-d422e23d0785.jpg b/images/d30bc651-b20c-4602-b1ea-d422e23d0785.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39fb5baccc3fb94c10fde0c4969c890901781764 --- /dev/null +++ b/images/d30bc651-b20c-4602-b1ea-d422e23d0785.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4d6c06fcbde3b94f7bf652cd4e620c52873872e935b62f8df4021803cbaed6 +size 2011928 diff --git a/images/d30d69e8-990d-4534-8c99-4436ba2487fd.jpg b/images/d30d69e8-990d-4534-8c99-4436ba2487fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a8240b06a4bd9940483f5116e9b5a455cbc3aa1 --- /dev/null +++ b/images/d30d69e8-990d-4534-8c99-4436ba2487fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a97125b1625eb51c199130046750c1c60d040a3ce65787e4630e8fdffed848 +size 2084555 diff --git a/images/d30f1b05-f567-42c4-9ae9-affd32a3795a.jpg b/images/d30f1b05-f567-42c4-9ae9-affd32a3795a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0441a5370a739c379c86d18b094343a2012e03c5 --- /dev/null +++ b/images/d30f1b05-f567-42c4-9ae9-affd32a3795a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c38ba881d88e12f169a736b76f94069f4f3da2ab648d02981f2ad10a6a4faa +size 1626644 diff --git a/images/d313781a-3eaf-4d40-9698-324a1a6e78aa.jpg b/images/d313781a-3eaf-4d40-9698-324a1a6e78aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b67c02cfad804178ae3f72b953f300ad93b9fe2 --- /dev/null +++ b/images/d313781a-3eaf-4d40-9698-324a1a6e78aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c8fe093f22c0d5767dcbf818c3e0b20b732d5d80368658fbc65cb74ebadc01 +size 1831098 diff --git a/images/d3189532-98a2-4bfd-bf81-a8f94d06d690.jpg b/images/d3189532-98a2-4bfd-bf81-a8f94d06d690.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b5fb71f70f8ae96cf24c26d0a041a307f5c87c3 --- /dev/null +++ b/images/d3189532-98a2-4bfd-bf81-a8f94d06d690.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c01e041e444ba98eb0ebbcb31f8c83bfa5edd1530ceaf5ade03956d0d0aba8 +size 1179069 diff --git a/images/d31a9c0f-56ee-4999-88a8-b812d0696091.jpg b/images/d31a9c0f-56ee-4999-88a8-b812d0696091.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a4100258b0c27b5941771faebfa41d0dbad8350 --- /dev/null +++ b/images/d31a9c0f-56ee-4999-88a8-b812d0696091.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f9db3fd5b43f85b30b57591b3118d160c3bb229a07cf8e7c5ea4e278e5f01d +size 1533734 diff --git a/images/d3264f32-2283-407e-b669-21fa55c0d99f.jpg b/images/d3264f32-2283-407e-b669-21fa55c0d99f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33fde09d6688e17f7eb12f403a4b132af48b6f35 --- /dev/null +++ b/images/d3264f32-2283-407e-b669-21fa55c0d99f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8502525f254578c8cc9a17b4c3f5a10dd96a19e65c0ac01296ae4ac68a5b2002 +size 1534907 diff --git a/images/d32c31e9-e601-4d46-98fa-b2f0c0176dbd.jpg b/images/d32c31e9-e601-4d46-98fa-b2f0c0176dbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a6f6816afcff08441c239efdce1e8d10e3e15f1 --- /dev/null +++ b/images/d32c31e9-e601-4d46-98fa-b2f0c0176dbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b659508f1bed202ce78bfcd9ef274eba3d9a1b7108663200e8cc3b653f8b5ef +size 1653997 diff --git a/images/d339be6b-e0d2-4ffa-8f44-cd34ad1642cd.jpg b/images/d339be6b-e0d2-4ffa-8f44-cd34ad1642cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f569334befd78727d76140b04d14858c3079a838 --- /dev/null +++ b/images/d339be6b-e0d2-4ffa-8f44-cd34ad1642cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ec6ab27ab23a5bd5775df8c40d83382ea20672c538065c4eb2f16920f4818f +size 1963618 diff --git a/images/d344bb6d-1bd5-48c3-b124-5b11a03ba211.jpg b/images/d344bb6d-1bd5-48c3-b124-5b11a03ba211.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa940fec331b00f29170d544a6f96618a23b5164 --- /dev/null +++ b/images/d344bb6d-1bd5-48c3-b124-5b11a03ba211.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd692119e64b660393e079dc36bf1491e48edc6761b4973b20f2a6c8a662e1e5 +size 1526083 diff --git a/images/d3590228-d359-449e-85a4-a2cd26c47881.jpg b/images/d3590228-d359-449e-85a4-a2cd26c47881.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51376bf552f56838f2d91c83ea9537e9285c87e3 --- /dev/null +++ b/images/d3590228-d359-449e-85a4-a2cd26c47881.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7932d9550a41f8eb13349e44a17f32b76d35b4e6eb508a15c8b7b3a39522d104 +size 1714442 diff --git a/images/d3667fba-e47c-4953-9577-309905daf4d0.jpg b/images/d3667fba-e47c-4953-9577-309905daf4d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b8436015a564089ed2b5965e1ac85f680a44a4 --- /dev/null +++ b/images/d3667fba-e47c-4953-9577-309905daf4d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c14962a906fd41f367dae90e15f01b6bc3a007027e6410e9e82b936da2ac74d +size 2025198 diff --git a/images/d367b08a-3cbf-4042-b699-59acafe0a755.jpg b/images/d367b08a-3cbf-4042-b699-59acafe0a755.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b568f9685abb45e746e062a60f80059309800ae6 --- /dev/null +++ b/images/d367b08a-3cbf-4042-b699-59acafe0a755.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e864f0058ce82c79f0ca81b1903d72671959c2267a126d875e7b5c795c9907e +size 1408097 diff --git a/images/d36c9531-dcb3-46d9-8460-704123af9a61.jpg b/images/d36c9531-dcb3-46d9-8460-704123af9a61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07ce8fd75b49a2458d8427c3caaea42cff34360e --- /dev/null +++ b/images/d36c9531-dcb3-46d9-8460-704123af9a61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f196524f406109ccc0cf7544d7f947c7419a7c373b165dd1853269219bc749f +size 1485518 diff --git a/images/d3743b18-091c-45c4-a441-f97fb47a52f5.jpg b/images/d3743b18-091c-45c4-a441-f97fb47a52f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7be0b59ac0eccf018168369ffcc51eb59ace1ddf --- /dev/null +++ b/images/d3743b18-091c-45c4-a441-f97fb47a52f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da932a8794f0f3a232302851e9f0d136231c6669bb8e32fe11df2bc109fe645c +size 1637200 diff --git a/images/d37ae89b-a2c2-419a-9162-78c61939756d.jpg b/images/d37ae89b-a2c2-419a-9162-78c61939756d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edfb4f3e2f14c0260ecf2af16ad4af38809cb4d7 --- /dev/null +++ b/images/d37ae89b-a2c2-419a-9162-78c61939756d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3048859e022f87ef229d85348df12124e219fabaf9c0d99632f1ba1463ab9e0 +size 2710306 diff --git a/images/d3858237-a858-4ff1-99a4-7d637a61a604.jpg b/images/d3858237-a858-4ff1-99a4-7d637a61a604.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0bd5882a4870b6b4b6836046787dfaa54d3dd5e --- /dev/null +++ b/images/d3858237-a858-4ff1-99a4-7d637a61a604.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381f3db8b230a5d928b562ac33be59f190ea1c6e0a3ee96bdc6d4b17757ff1ed +size 1734903 diff --git a/images/d3af7823-edb3-42f9-a4b2-39dae32bd1d3.jpg b/images/d3af7823-edb3-42f9-a4b2-39dae32bd1d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20b0098e7a24298d5abedf8ee2ace65b0830a09f --- /dev/null +++ b/images/d3af7823-edb3-42f9-a4b2-39dae32bd1d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c341146881939f9e1999a928971feb12dd8003c17ab79d30afbe090712ab736 +size 1587859 diff --git a/images/d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef.jpg b/images/d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aaa0ca4d699de7142435685ae686729b757f7d8 --- /dev/null +++ b/images/d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5408d77c18f117f003819124f22088b6d2950b5a9fbd8af9808378f32ce54f6d +size 1845718 diff --git a/images/d3c7d746-784d-448c-b8ba-45df246bd231.jpg b/images/d3c7d746-784d-448c-b8ba-45df246bd231.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cd8aecdeabc10ae65ebb4cae30f947b06f14f25 --- /dev/null +++ b/images/d3c7d746-784d-448c-b8ba-45df246bd231.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bf514d0e71ce43b31106f4419288459d74b313f91fb5f2de9de71b35f1d607 +size 1474009 diff --git a/images/d3cbab27-2746-42cb-87fa-3f1d09bd32f6.jpg b/images/d3cbab27-2746-42cb-87fa-3f1d09bd32f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed9bcbe6795983f9692319b7688a23a0da1f8c05 --- /dev/null +++ b/images/d3cbab27-2746-42cb-87fa-3f1d09bd32f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a63f3677aeb9ec64d663e489aa2e2d5feba92200f51050d02e1b5048d812b1 +size 2651735 diff --git a/images/d3f0646d-3db2-48bb-ade9-c68e046090df.jpg b/images/d3f0646d-3db2-48bb-ade9-c68e046090df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..430fae54fd0440267c6f976a7ced07605291a105 --- /dev/null +++ b/images/d3f0646d-3db2-48bb-ade9-c68e046090df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90d0da7a48823aa0128cc6a36547eacc5b6fdcc60be86b0da5a94fed9f116f5 +size 1416299 diff --git a/images/d3fc3dfd-6fd7-4c02-aa57-131bdce1a715.jpg b/images/d3fc3dfd-6fd7-4c02-aa57-131bdce1a715.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1cff318a53f79a98b1166efd9f5f362b0754f06 --- /dev/null +++ b/images/d3fc3dfd-6fd7-4c02-aa57-131bdce1a715.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53347123c21c04d9c955abb4c3316be93138f5831afab8ff5faa416c96d22e0 +size 1532969 diff --git a/images/d3fc7838-0fab-4e92-813b-1682e386d434.jpg b/images/d3fc7838-0fab-4e92-813b-1682e386d434.jpg new file mode 100644 index 0000000000000000000000000000000000000000..032dcb1ab19b900ffab48a513814729b006d50ca --- /dev/null +++ b/images/d3fc7838-0fab-4e92-813b-1682e386d434.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97807e9e3127e06302c834ec335d58403480681d68150e2e739f6170b6dc6c4d +size 1450933 diff --git a/images/d40fd9d2-9c0d-4271-bdc2-76f4248f5324.jpg b/images/d40fd9d2-9c0d-4271-bdc2-76f4248f5324.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ce15f29b221fe07f8400990838a66b813cc5109 --- /dev/null +++ b/images/d40fd9d2-9c0d-4271-bdc2-76f4248f5324.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892a5cc1f1c047c849649300bb3aeb1d3b692d73920581bb0cc559299d757c19 +size 1882790 diff --git a/images/d412096a-2ce1-48e8-85fe-59cbd851da59.jpg b/images/d412096a-2ce1-48e8-85fe-59cbd851da59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35f0b6b9b802bb18344829b8fdcd4d09aa9e8f60 --- /dev/null +++ b/images/d412096a-2ce1-48e8-85fe-59cbd851da59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea6f1c0250e9e8771798e184a19ea4c0e4df8928137a9d636652038d9921229 +size 1852300 diff --git a/images/d421a28f-0215-414b-891c-e1a1341f48b5.jpg b/images/d421a28f-0215-414b-891c-e1a1341f48b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41cc328458bf3730f43b1de270102d577306912a --- /dev/null +++ b/images/d421a28f-0215-414b-891c-e1a1341f48b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c540e3af543f9eab2a81fd08e2263da3cf311561d94fb9b54d1ba9d73abe8a9a +size 2096388 diff --git a/images/d4234390-28bf-4a72-81ad-b981bf94050b.jpg b/images/d4234390-28bf-4a72-81ad-b981bf94050b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60f9e0b2126ea98c7fb5eb9f26f5da9c070aec9a --- /dev/null +++ b/images/d4234390-28bf-4a72-81ad-b981bf94050b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0204522db27d9055582ca9b18e18d391806ef7094170be004720ee21de81cc2 +size 3110196 diff --git a/images/d42c84d6-773d-4f37-9d2c-7088e201ce62.jpg b/images/d42c84d6-773d-4f37-9d2c-7088e201ce62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f8f659d171951df8f8c4dce3b1e53799276d817 --- /dev/null +++ b/images/d42c84d6-773d-4f37-9d2c-7088e201ce62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5e69efe9cc89223029aa28f515a5712c7963676dcbe4e807d4d38b6d87e945 +size 1382756 diff --git a/images/d443542a-7e5f-4ea1-85c3-4d000cb9102e.jpg b/images/d443542a-7e5f-4ea1-85c3-4d000cb9102e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e0883e911902a18f98c38936e4080531ca77fbd --- /dev/null +++ b/images/d443542a-7e5f-4ea1-85c3-4d000cb9102e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9b63f73697d685e9713486d52ece62b46a398264d440e948aba3799ffc165a +size 1635051 diff --git a/images/d445b37f-c79c-4325-a7f6-38447f84aa79.jpg b/images/d445b37f-c79c-4325-a7f6-38447f84aa79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ed6103b669537b60e9de0692ac4fa255b760874 --- /dev/null +++ b/images/d445b37f-c79c-4325-a7f6-38447f84aa79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c405accb1a992a8fce9060d2426727841ab5331351726137a4058a25efab0247 +size 3137016 diff --git a/images/d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff.jpg b/images/d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6842e5465e0ee7518b94052a18db63e9487571aa --- /dev/null +++ b/images/d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311d6e2a2e7a8aea5636ca2c4bed62d8607619c8c19e5f282954b3e6029ec529 +size 1435098 diff --git a/images/d4631b90-ad47-481e-9908-3be745ad675d.jpg b/images/d4631b90-ad47-481e-9908-3be745ad675d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8d5a1cceed279b2d6560077f0dd7985f2d0ac98 --- /dev/null +++ b/images/d4631b90-ad47-481e-9908-3be745ad675d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b687975fe22d5c70aa9a80e27922c8f00510da70620640bb7a611e751756a4d +size 1380270 diff --git a/images/d4646358-afe4-45c5-b51a-14bda2556669.jpg b/images/d4646358-afe4-45c5-b51a-14bda2556669.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c55b9c280d484fb10a71103ef75efbfcf847f7d --- /dev/null +++ b/images/d4646358-afe4-45c5-b51a-14bda2556669.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8352caeec486c6230f8cd1c16b949404b08de25afa97c1c3f1ef942d548e8595 +size 1551051 diff --git a/images/d4677069-62d4-4512-b380-45ed8010b4d7.jpg b/images/d4677069-62d4-4512-b380-45ed8010b4d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6218736b9d4ca13201b879f40050e909f886a2fd --- /dev/null +++ b/images/d4677069-62d4-4512-b380-45ed8010b4d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef0ba0616ccd5473f4c18b6d25e1470a9a3166b430ef5b6ca03e322c6fe004c +size 1721157 diff --git a/images/d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9.jpg b/images/d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaddce13f87891cc6b710745041129c659aa9986 --- /dev/null +++ b/images/d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d70685fedc4f69dad68169e0af427c5c8a8983f20256c18005b016160820e70 +size 1483149 diff --git a/images/d46a9558-e72e-48b0-8e8f-bf026b1d5ff9.jpg b/images/d46a9558-e72e-48b0-8e8f-bf026b1d5ff9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31f0c8ed95616ff6cbf17b0c1656fbd64c702ed6 --- /dev/null +++ b/images/d46a9558-e72e-48b0-8e8f-bf026b1d5ff9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8dfbafe11ae8f9b8ff49223c5f4b841e263f98cc813179f4b06a2c4bb4f36d +size 1559831 diff --git a/images/d46bc2c9-8e4f-40aa-83d6-67eba30af32c.jpg b/images/d46bc2c9-8e4f-40aa-83d6-67eba30af32c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89b2ec92c0ad7797958ccce7b75fd86c82a3d2f3 --- /dev/null +++ b/images/d46bc2c9-8e4f-40aa-83d6-67eba30af32c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172c63429018f5e582368eb8bbfddc07178c95f254afe17aed6d5a5d10e36341 +size 2940307 diff --git a/images/d46ff945-fd6c-4f01-8b83-f1ee61590e09.jpg b/images/d46ff945-fd6c-4f01-8b83-f1ee61590e09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d2f6066cf28d6d95ba3191e71a556ddbb894136 --- /dev/null +++ b/images/d46ff945-fd6c-4f01-8b83-f1ee61590e09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c783c55473fcdb5176f214255fa2d88dc65c1b791bd204a4bbf3e16dc3c96f3d +size 2977338 diff --git a/images/d479120c-b7d8-4c2b-92f7-3d3414392e91.jpg b/images/d479120c-b7d8-4c2b-92f7-3d3414392e91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2da19e66c66168e89e3dbb36718b0cb9429b3da1 --- /dev/null +++ b/images/d479120c-b7d8-4c2b-92f7-3d3414392e91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87154f69e07d11190ba78d04581e4543cf9b4a50db9d90aa08d0a72d07505bbe +size 1551101 diff --git a/images/d481416f-6c6b-47a2-bc33-ec83e5a203f6.jpg b/images/d481416f-6c6b-47a2-bc33-ec83e5a203f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b987a29c2bc06774fce2a6040ca4c043c434f9eb --- /dev/null +++ b/images/d481416f-6c6b-47a2-bc33-ec83e5a203f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb92b0717b3d08eed5a6c16cc2a9f5fa5b7d558b0230cb71f3472f992035bd2 +size 2102775 diff --git a/images/d4869efd-bb56-407f-82be-76dfa91dbfc3.jpg b/images/d4869efd-bb56-407f-82be-76dfa91dbfc3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50d4aa21a3b28d17af0316c55ce58a6a3520e599 --- /dev/null +++ b/images/d4869efd-bb56-407f-82be-76dfa91dbfc3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6352732093e1b0c375eff11dcce48ef81f43c9c45343d767ff0c00fc69b76894 +size 1530673 diff --git a/images/d488006f-a71d-4fe7-8c96-66d95b20b8b0.jpg b/images/d488006f-a71d-4fe7-8c96-66d95b20b8b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1c6d4016056a0f85c77f7689c76f92d774c4854 --- /dev/null +++ b/images/d488006f-a71d-4fe7-8c96-66d95b20b8b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6a22c3a0f68743f37f5f7868fea9e0ea6c53356b895c196de019488475899c +size 1717704 diff --git a/images/d4887417-3f16-4c08-821d-19a58e4390d7.jpg b/images/d4887417-3f16-4c08-821d-19a58e4390d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4d452b617b13561d3201c6a6625c4824dd38ffe --- /dev/null +++ b/images/d4887417-3f16-4c08-821d-19a58e4390d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10032d3c9968f69dfc2bec328d228ba817134d717c2cb31bba7efdfd8f4585ea +size 1350621 diff --git a/images/d48fc5be-87c7-4608-baab-9c7fc9aa1f85.jpg b/images/d48fc5be-87c7-4608-baab-9c7fc9aa1f85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6df5799a663f4ebe00fc4ace22140fb27d4bd3b3 --- /dev/null +++ b/images/d48fc5be-87c7-4608-baab-9c7fc9aa1f85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f1110dc07a2a9ca2da28fc24090dc53b1f7d422e81096e12ddd1099fd5d11f +size 1901462 diff --git a/images/d4941ecf-fee7-4721-965d-841aac778837.jpg b/images/d4941ecf-fee7-4721-965d-841aac778837.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd936ffd9fe673b6567a1ca805559fb8a53bdd19 --- /dev/null +++ b/images/d4941ecf-fee7-4721-965d-841aac778837.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ae283ba37b9aee13d3c0365c7f5fa751374bdba861f74385f5bc88eac0e330 +size 2487805 diff --git a/images/d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191.jpg b/images/d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db8965797ffd99aadad932a442ba33f7cbcceb3c --- /dev/null +++ b/images/d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc590397a867b1af78d65baf4fcb615782723592d857e325c2118de79928eb3 +size 2783898 diff --git a/images/d4ac855e-6ab2-478e-8365-d202c71ea375.jpg b/images/d4ac855e-6ab2-478e-8365-d202c71ea375.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9a8364dfe414ae52f108e55db2282f1d6fff2c5 --- /dev/null +++ b/images/d4ac855e-6ab2-478e-8365-d202c71ea375.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191c2bd7ea83563edee3ada997d5016368a1e219136a0f73d13d47dffd3e249 +size 1383898 diff --git a/images/d4c0d98b-de56-4031-af5b-5ea9a86b1f1c.jpg b/images/d4c0d98b-de56-4031-af5b-5ea9a86b1f1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63238212fd9c3714a981f88d18795b9681620390 --- /dev/null +++ b/images/d4c0d98b-de56-4031-af5b-5ea9a86b1f1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8aa14f88087bdf25bb6468cd22ca6b8fe7fafeb5a8e2d463c6bdf017e2594a +size 1564322 diff --git a/images/d4df481a-c0ea-4573-8e9c-fe1fab0db2ae.jpg b/images/d4df481a-c0ea-4573-8e9c-fe1fab0db2ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdfff13b5b183ccde5ce0378f3619f87ea882605 --- /dev/null +++ b/images/d4df481a-c0ea-4573-8e9c-fe1fab0db2ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479ead62546edf9bfc690e5bc952ba589e438a62b83c92ebce69762fefcd8df4 +size 1572270 diff --git a/images/d4eb641c-07da-4573-8c26-3737e8ed8df6.jpg b/images/d4eb641c-07da-4573-8c26-3737e8ed8df6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..963b3f1ff8fa18b26689e5d093109cde28ddca93 --- /dev/null +++ b/images/d4eb641c-07da-4573-8c26-3737e8ed8df6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2635602cf425778cc35e4a9ef9c64983cfdda6424bd970cfb48708839a519e06 +size 1615837 diff --git a/images/d4ee4fc8-0039-42b2-ae8d-0518a67edbe4.jpg b/images/d4ee4fc8-0039-42b2-ae8d-0518a67edbe4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffe0f810eb5ca2800245f34295a9821443ebfe1d --- /dev/null +++ b/images/d4ee4fc8-0039-42b2-ae8d-0518a67edbe4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb8383156d729cc94701f025ebc739ad8d3b47d4d1cd36df3b650bce1573f93 +size 1652394 diff --git a/images/d4f89e5b-5c7e-4acd-b965-b48277468fd8.jpg b/images/d4f89e5b-5c7e-4acd-b965-b48277468fd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a257aebb97a6997162b790ea3e6381938eb2f975 --- /dev/null +++ b/images/d4f89e5b-5c7e-4acd-b965-b48277468fd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c272e1f58814df63b42729143c0f3469bfabef33736bb95e5a4a3e9927cb1c9 +size 2401079 diff --git a/images/d500ee59-1b01-4781-9b93-d68825448f29.jpg b/images/d500ee59-1b01-4781-9b93-d68825448f29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d18bd198faeea1d51a7832c5cd505a205d76e63d --- /dev/null +++ b/images/d500ee59-1b01-4781-9b93-d68825448f29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843e173c2bdd44300c8e6a225b213b1dc8eb0f9fa966e2299634d14ca7edf56c +size 1860863 diff --git a/images/d50c1526-8adf-4267-808e-41786e1c762b.jpg b/images/d50c1526-8adf-4267-808e-41786e1c762b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c012ae217fca26ef2960bc7f635d973edeb50d7 --- /dev/null +++ b/images/d50c1526-8adf-4267-808e-41786e1c762b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa38e8affe110dba187df2875462188425b9771d0ac77d236eac72b2ad2eea15 +size 1303583 diff --git a/images/d50e3ed8-54ec-4c83-bbb8-fdf513096667.jpg b/images/d50e3ed8-54ec-4c83-bbb8-fdf513096667.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9629ef7be32c4041c38d4c2ab275eeb84e04d284 --- /dev/null +++ b/images/d50e3ed8-54ec-4c83-bbb8-fdf513096667.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4272ac1c07aed4840e8ff7d6b23716d8f2ba739a176288a919dc79febfa1f24c +size 1430425 diff --git a/images/d510c9e1-cecc-4511-bf39-911ab5f4c598.jpg b/images/d510c9e1-cecc-4511-bf39-911ab5f4c598.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3245a8e660f5bb60e3c533690054cce56f44955 --- /dev/null +++ b/images/d510c9e1-cecc-4511-bf39-911ab5f4c598.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f29b1b9a8ca1b445bf5a2085d097555ce7a90a04b1c577750bce698a249abf +size 1251647 diff --git a/images/d51268d8-672d-4c08-8237-3e78071957e4.jpg b/images/d51268d8-672d-4c08-8237-3e78071957e4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05b65129f60b35d2d8cbe02dc786fd0342eecc59 --- /dev/null +++ b/images/d51268d8-672d-4c08-8237-3e78071957e4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edbd87543f066cf4f022c7feeb5f25694f34ee743510f935258f29ec2b271e6 +size 1452207 diff --git a/images/d524ce36-aa49-49ad-ad99-e022c5c90ab2.jpg b/images/d524ce36-aa49-49ad-ad99-e022c5c90ab2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd5fe50d1d32832862722e9a76fdc2bd8f69fcf7 --- /dev/null +++ b/images/d524ce36-aa49-49ad-ad99-e022c5c90ab2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c70561df5a3520129a964074f7e8dc47fab9a40b6974b309fc2e3f74237edd +size 1168472 diff --git a/images/d5254b8e-58ba-46d0-99ee-2697dbb587a5.jpg b/images/d5254b8e-58ba-46d0-99ee-2697dbb587a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..181b6e53fd6e37ad1357583ce8d5606aff71bca8 --- /dev/null +++ b/images/d5254b8e-58ba-46d0-99ee-2697dbb587a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be0bcaad95b68d5af507c8087c5e593eb9586e94b6bcac475356095c0946cd3 +size 1595450 diff --git a/images/d5266a0b-225c-4dd2-a608-43409a033afa.jpg b/images/d5266a0b-225c-4dd2-a608-43409a033afa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9030a11c8d44b65610bc600c4a16a33e180d193 --- /dev/null +++ b/images/d5266a0b-225c-4dd2-a608-43409a033afa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc01fba109c7e49f6bc527683d32d5947850002f4f11f2ffb70d89386bbc8fdd +size 1633679 diff --git a/images/d5303229-6085-47ab-a821-6022e8551085.jpg b/images/d5303229-6085-47ab-a821-6022e8551085.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97000ef1ca1444054d6d46cd1b22afd9fe2b7ba6 --- /dev/null +++ b/images/d5303229-6085-47ab-a821-6022e8551085.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4acd166e96c0f736e4e4d552c1e4bec00deada30582a664e36812cdceadb75 +size 1364499 diff --git a/images/d53734c4-5448-4992-b05e-a8df154eee76.jpg b/images/d53734c4-5448-4992-b05e-a8df154eee76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a081178a3b88c75378bee2cab8766a896023374 --- /dev/null +++ b/images/d53734c4-5448-4992-b05e-a8df154eee76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f885118f22efb832288f867b678feae46244d4cf33e9305b0cc507a280b589a2 +size 1379498 diff --git a/images/d53e9e6e-55b6-431d-8b4a-e141fc6e9543.jpg b/images/d53e9e6e-55b6-431d-8b4a-e141fc6e9543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b81d049d03b3d7c2dd8f3ccfa22dda36f3dc477 --- /dev/null +++ b/images/d53e9e6e-55b6-431d-8b4a-e141fc6e9543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3cd47ee602352dd55e626048f6acccc025475a1c66e172b650d8c1efaa67ea +size 1347810 diff --git a/images/d5422aed-8987-448c-a9e5-ed1ce5232d67.jpg b/images/d5422aed-8987-448c-a9e5-ed1ce5232d67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fff4cda96a9631860a341eb382779192c5cfa07 --- /dev/null +++ b/images/d5422aed-8987-448c-a9e5-ed1ce5232d67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5348d023ead5a911536b8d47b357dee2da95c55824389e0f08f97fd8ffb97555 +size 1482651 diff --git a/images/d545d1da-92f1-41b1-8477-96d79bdfdadc.jpg b/images/d545d1da-92f1-41b1-8477-96d79bdfdadc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc83c4d125ab93089ec6a80271daf3c14d8c169c --- /dev/null +++ b/images/d545d1da-92f1-41b1-8477-96d79bdfdadc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7114ebe55d4576372a4cfa686c3d1fa05cf6bacd600fee9cfac1438cee097613 +size 1359367 diff --git a/images/d550248a-86df-42fb-8668-6e2d22828f06.jpg b/images/d550248a-86df-42fb-8668-6e2d22828f06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9484a42c355a04184b0e28dbe8bf2a0c325ca7d --- /dev/null +++ b/images/d550248a-86df-42fb-8668-6e2d22828f06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd4e18e840dddd810cd4f5fa2c155375f9250888a844c5a23ef7c6544935f3e +size 1575388 diff --git a/images/d5541344-ced7-4455-bfa5-680a2455f822.jpg b/images/d5541344-ced7-4455-bfa5-680a2455f822.jpg new file mode 100644 index 0000000000000000000000000000000000000000..039846df83da550bb6b9403ad625d26f3e6126c6 --- /dev/null +++ b/images/d5541344-ced7-4455-bfa5-680a2455f822.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45111dd4903042d692ab593c96c409d0ab1c23c25021c88a15bd0ad8048af0b +size 1608861 diff --git a/images/d558eea0-ef2a-41f9-885a-5c7ea02bd8c2.jpg b/images/d558eea0-ef2a-41f9-885a-5c7ea02bd8c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ac11a724a43ff048206328c8eadb4c162250fbf --- /dev/null +++ b/images/d558eea0-ef2a-41f9-885a-5c7ea02bd8c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462f89b36292a98bb8e31ae06154048726eed723dbca78e2abccac2d1b9da12d +size 1434211 diff --git a/images/d55d8aec-2901-40f8-a900-7f7cf0f6652a.jpg b/images/d55d8aec-2901-40f8-a900-7f7cf0f6652a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b07e804b84cd3df00d053136342b06538b386c1 --- /dev/null +++ b/images/d55d8aec-2901-40f8-a900-7f7cf0f6652a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0aef45027f5194463e43e5d84c5c4b134b478a708d3acac48331afb439bf869 +size 2944802 diff --git a/images/d5610ab7-ed40-4992-a6d1-dfcea4c43978.jpg b/images/d5610ab7-ed40-4992-a6d1-dfcea4c43978.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f11b9f45984661615f2f846b4fefa5bfedee2de --- /dev/null +++ b/images/d5610ab7-ed40-4992-a6d1-dfcea4c43978.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96f762c452328d70ff3af3b2db93e393f20ecc163618d0864208d5d6a28d6ac +size 1491850 diff --git a/images/d56b9747-7555-4489-a5cf-a255d9badfd3.jpg b/images/d56b9747-7555-4489-a5cf-a255d9badfd3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d9b6f307bb4f8825d096ccf14cc558877125c47 --- /dev/null +++ b/images/d56b9747-7555-4489-a5cf-a255d9badfd3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46ba12949779c9d4cb67bb0eda5529537a9ffa290757a5f9882d3bf48398416 +size 3036485 diff --git a/images/d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f.jpg b/images/d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b86ee6ca165065022fdf48d79ccb0e8d4eee7ec --- /dev/null +++ b/images/d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1e0bf3cbe5c04ebfe1605ae5e2c2697e8c03861c68416f6bc8be092555fbda +size 1643019 diff --git a/images/d57d82c7-7513-4d34-943d-0396c0a0b866.jpg b/images/d57d82c7-7513-4d34-943d-0396c0a0b866.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24234bac9bf3b261066f14b4f6d1b42a94a0e790 --- /dev/null +++ b/images/d57d82c7-7513-4d34-943d-0396c0a0b866.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b1fb54db035908e759f4eb8917e81ddd2c89ecbd95a48a810cc5174e129941 +size 1682153 diff --git a/images/d57e964f-60fe-47a4-bc5b-dab5751cca76.jpg b/images/d57e964f-60fe-47a4-bc5b-dab5751cca76.jpg new file mode 100644 index 0000000000000000000000000000000000000000..086e05f3c5bc3bd2e870c4c33dffbd012389fddf --- /dev/null +++ b/images/d57e964f-60fe-47a4-bc5b-dab5751cca76.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39fe3314ac98791668ef1a7472037f247de283b85c3bae946e67b51662900b2 +size 1391503 diff --git a/images/d58d060d-da90-4863-853b-4aaa0aaeb229.jpg b/images/d58d060d-da90-4863-853b-4aaa0aaeb229.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9ca40bfb91c117db85189e3956b85ef8ddb26b7 --- /dev/null +++ b/images/d58d060d-da90-4863-853b-4aaa0aaeb229.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab8167359a4659e1c9917045aff77f77f3055b21a607ba80fd3c6113feb3992 +size 1765419 diff --git a/images/d5920580-aaf9-49be-b21e-a68ece7197ad.jpg b/images/d5920580-aaf9-49be-b21e-a68ece7197ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59dffbce5be99dd36ae2314f904505bde8bb5fea --- /dev/null +++ b/images/d5920580-aaf9-49be-b21e-a68ece7197ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55bc39d4527767c55e858bdabb84e648b66fd736f37fcaca7a42c1d8a49cdf1 +size 2062958 diff --git a/images/d593c0e2-69e6-4f05-9e73-2848be17d9a8.jpg b/images/d593c0e2-69e6-4f05-9e73-2848be17d9a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4308f405ad1ab28405e4dc332a07dad8cb18b8f --- /dev/null +++ b/images/d593c0e2-69e6-4f05-9e73-2848be17d9a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca160200e5449a2e12191058a3108b7d46ff4902df6a4a379357291bb6fee1b7 +size 1367904 diff --git a/images/d5ae089d-785d-4ebf-9e8c-de13343a6958.jpg b/images/d5ae089d-785d-4ebf-9e8c-de13343a6958.jpg new file mode 100644 index 0000000000000000000000000000000000000000..904981196b7b91cd92b1df1e100158e59ef185ea --- /dev/null +++ b/images/d5ae089d-785d-4ebf-9e8c-de13343a6958.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9793d1a8d50e930d9a9cf446ee554400fd73a38215c6f2cffdb7333f5e42512 +size 1704555 diff --git a/images/d5b5e826-07b4-44de-844a-6f84f9340fb4.jpg b/images/d5b5e826-07b4-44de-844a-6f84f9340fb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64760a8ae9dbe02eff130e3ab20c0ad8876edaf3 --- /dev/null +++ b/images/d5b5e826-07b4-44de-844a-6f84f9340fb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a27d6e97a911c0bf3cde336f92d5e8aa0fb817a62d0d63836441f63b115305 +size 1826626 diff --git a/images/d5ce5883-a103-46ef-8958-8bdbf954d6fb.jpg b/images/d5ce5883-a103-46ef-8958-8bdbf954d6fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5414a86b6ec89baa7b8dfdb6754058e6e30ed51 --- /dev/null +++ b/images/d5ce5883-a103-46ef-8958-8bdbf954d6fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b661f5b0d4c0809e39f4a4f75685a368d91b37de764e7ec173ea418e362211 +size 1449794 diff --git a/images/d5d2f62b-5b01-477e-a7d0-889d0e593d18.jpg b/images/d5d2f62b-5b01-477e-a7d0-889d0e593d18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3742fbdc9056c34986a92447ae50014326aca2d8 --- /dev/null +++ b/images/d5d2f62b-5b01-477e-a7d0-889d0e593d18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1288537c8a43b7542b2011021ea22caf1a322ba98b089d739f0fb0df3ff249b7 +size 1580960 diff --git a/images/d5d510a9-5079-412f-8fff-615acbefa899.jpg b/images/d5d510a9-5079-412f-8fff-615acbefa899.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a95407929168b31de3e4e12423337c7ea6a0f798 --- /dev/null +++ b/images/d5d510a9-5079-412f-8fff-615acbefa899.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d41bcc1329012edd45d76e545b595d675e9270fc3439387aaf79391198e27 +size 2982038 diff --git a/images/d5d579d7-fbe1-49c3-b07a-7836234ab1d7.jpg b/images/d5d579d7-fbe1-49c3-b07a-7836234ab1d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..085f8418fd523bb74cb3710a0beb6a08c827a8d8 --- /dev/null +++ b/images/d5d579d7-fbe1-49c3-b07a-7836234ab1d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfb224eeb56a7b75666d537b1df1e127edc5303245312c97258767824c49376 +size 1558888 diff --git a/images/d5ebb5cb-ccc2-4e2f-948a-f335d736e012.jpg b/images/d5ebb5cb-ccc2-4e2f-948a-f335d736e012.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ad8662df33f2164164f88bfbca15e08d71acbed --- /dev/null +++ b/images/d5ebb5cb-ccc2-4e2f-948a-f335d736e012.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13038172aad56ade894162a1dd5b0b461eecf48e3a056e359566231a210718e9 +size 2799597 diff --git a/images/d5ff6c64-7fd8-408b-961f-dc08eb647f62.jpg b/images/d5ff6c64-7fd8-408b-961f-dc08eb647f62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be0ec2a4d08b299dc203568796f11bd0419ed86b --- /dev/null +++ b/images/d5ff6c64-7fd8-408b-961f-dc08eb647f62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0498ce74692a810cfaaf51aded8af3faea8614f731bbf67e44ccc8644f35e41 +size 1342705 diff --git a/images/d6063f2b-4a05-4b2b-b834-53ffc76072d9.jpg b/images/d6063f2b-4a05-4b2b-b834-53ffc76072d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cca9aed15c3bf8d6b381e919bdebec595045868 --- /dev/null +++ b/images/d6063f2b-4a05-4b2b-b834-53ffc76072d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ab31d509d9ec5c0aec40dd764f5274b316bf36fd16c16a65eb38440c4f3675 +size 3059071 diff --git a/images/d6094eae-2cbc-4aff-a39d-5ebf7844caaa.jpg b/images/d6094eae-2cbc-4aff-a39d-5ebf7844caaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99641d6e3a5d1d8cc4761285a12a27c2c75abda8 --- /dev/null +++ b/images/d6094eae-2cbc-4aff-a39d-5ebf7844caaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c6a8279a1420a64815735ba4aae61cfb57b885c1d14091bec68ef3df38e01b +size 2449838 diff --git a/images/d60b9a59-b33a-4097-a19d-08cd08adcfe9.jpg b/images/d60b9a59-b33a-4097-a19d-08cd08adcfe9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e1291304f11d396e45c1ad178e97fba563fce38 --- /dev/null +++ b/images/d60b9a59-b33a-4097-a19d-08cd08adcfe9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb6af389b96b15b1760b4f89b3df6c8e38988cdde65144d99f0f7af5cf0ff5a +size 1551065 diff --git a/images/d60dc6eb-9be1-4979-a85c-d87f2cf58500.jpg b/images/d60dc6eb-9be1-4979-a85c-d87f2cf58500.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d469b0c0c67c5d100c726e5e3a7aa4829ac7f453 --- /dev/null +++ b/images/d60dc6eb-9be1-4979-a85c-d87f2cf58500.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d727d6a47bfcc890e4dd9cc35ad0ed883c1e80397e530b20afccda264f5ed6bb +size 1546059 diff --git a/images/d615febf-d8c5-47f9-9596-7592f310d063.jpg b/images/d615febf-d8c5-47f9-9596-7592f310d063.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94aa9c1c33b4565308ecd3a66903dbcb1c00e39c --- /dev/null +++ b/images/d615febf-d8c5-47f9-9596-7592f310d063.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2809f2706e742216bc0bd94769189ce8524c301b2bc580030b7511cdd66146bb +size 2340549 diff --git a/images/d6190e63-c776-4a96-b787-0c1e206d94f2.jpg b/images/d6190e63-c776-4a96-b787-0c1e206d94f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34f290fd23f11ff0f03ded1bba9ea2fb444a85e4 --- /dev/null +++ b/images/d6190e63-c776-4a96-b787-0c1e206d94f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f35c42b4019cfdeed75d426a6be8e283b36ed4d83a0ab6353a438adec28db6 +size 1664964 diff --git a/images/d61d0169-881f-4e1c-add8-6facb01c675c.jpg b/images/d61d0169-881f-4e1c-add8-6facb01c675c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7f580f321a6224dffbbf4bbce59d124dabf4a15 --- /dev/null +++ b/images/d61d0169-881f-4e1c-add8-6facb01c675c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c88bd65d415586bb438668a7d8a8cd5e348506e5a821e947d06f86f3c658dd9 +size 1753890 diff --git a/images/d61f5d1c-df30-464e-a4a0-69063f9995a6.jpg b/images/d61f5d1c-df30-464e-a4a0-69063f9995a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f077c4e970d000270076ea7f0c5a79f4f5a854d --- /dev/null +++ b/images/d61f5d1c-df30-464e-a4a0-69063f9995a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02571ce9ae3026f0092e99e94647da4c32db6a8a1c66b6b51879f93776c6845e +size 1644785 diff --git a/images/d6344c1c-6ada-4e2d-8b6f-ff91ac143109.jpg b/images/d6344c1c-6ada-4e2d-8b6f-ff91ac143109.jpg new file mode 100644 index 0000000000000000000000000000000000000000..346ce20a59e48aa2a65654fb867ebed8685c6ffa --- /dev/null +++ b/images/d6344c1c-6ada-4e2d-8b6f-ff91ac143109.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8b0b39f079447246549e198224b8d6b03fe6cfff7b8a8489bbec6400618d5f +size 1443055 diff --git a/images/d63b8692-9766-4602-8cf1-8a235d14e0a9.jpg b/images/d63b8692-9766-4602-8cf1-8a235d14e0a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e2d66ecbf30e813a9643c11ab0b24bceb3c018f --- /dev/null +++ b/images/d63b8692-9766-4602-8cf1-8a235d14e0a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c7e4910fa4969e9bf53f35e67405f68cd6058d363c07ca5cc37f1afdf7c844 +size 1466802 diff --git a/images/d644e43e-1b39-4000-a5b0-70380d0feb6b.jpg b/images/d644e43e-1b39-4000-a5b0-70380d0feb6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9b2640a82637f0e8d24d8ea400e348d532a1d7f --- /dev/null +++ b/images/d644e43e-1b39-4000-a5b0-70380d0feb6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcba7c0fb56bda2e6ccc8dfb9213870cf5b904f1354c934c11d39a6b029ccaa +size 1673359 diff --git a/images/d649dff1-2886-4bf9-89dc-b16170b6cf5f.jpg b/images/d649dff1-2886-4bf9-89dc-b16170b6cf5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af2d52091dbadba445f9424f7e850eebc3fcb3d2 --- /dev/null +++ b/images/d649dff1-2886-4bf9-89dc-b16170b6cf5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075280f7aca1d103d1f1d1389809f33dc6eb201915118c0d93053bc2283d74ca +size 1743039 diff --git a/images/d64c8f5b-8b3c-448e-b9f5-96d1a72ab987.jpg b/images/d64c8f5b-8b3c-448e-b9f5-96d1a72ab987.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44225d95a7650c78af66be6ef23066235e341b97 --- /dev/null +++ b/images/d64c8f5b-8b3c-448e-b9f5-96d1a72ab987.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febbecef7e9097aa53c2923d01b0c92433eae1b8d0d6f7b990e694cb2c6e36eb +size 1620964 diff --git a/images/d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b.jpg b/images/d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cc928f39261ea15b0e84a61c327409f72066356 --- /dev/null +++ b/images/d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ca1802e8b925bb3b6907b8cade8838e979ca724ff06830b716c1d87e3935b9 +size 2196596 diff --git a/images/d6539105-17a3-4834-a75e-68a6f7b6697a.jpg b/images/d6539105-17a3-4834-a75e-68a6f7b6697a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51c0d12a0332349899c6a982f8c2bc9e4afc0d81 --- /dev/null +++ b/images/d6539105-17a3-4834-a75e-68a6f7b6697a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9a948ff3b801533e49bf127cca471aedd8a9645c4bd9b0d628956a7205e04a +size 1505904 diff --git a/images/d65d0486-ad13-47eb-a3c4-8da1fc1b257d.jpg b/images/d65d0486-ad13-47eb-a3c4-8da1fc1b257d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dfad654118b5551a6e3f40822b42902041bf7ee --- /dev/null +++ b/images/d65d0486-ad13-47eb-a3c4-8da1fc1b257d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a0ee2a7764d140468d649fa9f92863faec4c00102ffdec85e26f17cf6e76e9 +size 1783661 diff --git a/images/d6620964-463f-4ff2-81d7-e6c6e3a40783.jpg b/images/d6620964-463f-4ff2-81d7-e6c6e3a40783.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d626e62142637bdc01ac45eebc60ac94041af16 --- /dev/null +++ b/images/d6620964-463f-4ff2-81d7-e6c6e3a40783.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93804cef7d744c601d48039c0c4f58a55f07c9b7d3f9c640277ba8414320825f +size 2488284 diff --git a/images/d66da680-0c17-4847-ae90-2fbbb480d03d.jpg b/images/d66da680-0c17-4847-ae90-2fbbb480d03d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a70ec26f3fd6e4a9c0f75712d56c1f92eda7ab3 --- /dev/null +++ b/images/d66da680-0c17-4847-ae90-2fbbb480d03d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071fdba14ed414bb71afdefd931515fafc8d418424d1b3b5204fa9bec83ee4af +size 1980564 diff --git a/images/d678bf4a-63b0-4742-a619-1eadfec8a3ec.jpg b/images/d678bf4a-63b0-4742-a619-1eadfec8a3ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5e7e824a1e0e36b5bb754a230f082f7eb62eb8c --- /dev/null +++ b/images/d678bf4a-63b0-4742-a619-1eadfec8a3ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65138d13087caa924a6e076686c5e0209cfe356c504d790409b7b727d593909 +size 1296196 diff --git a/images/d683ed6e-8b64-4912-8684-979ed5fae67c.jpg b/images/d683ed6e-8b64-4912-8684-979ed5fae67c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdde5e2c2ebfbb50e38d256ef72cf35aee5004df --- /dev/null +++ b/images/d683ed6e-8b64-4912-8684-979ed5fae67c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1beb6895d50f90c0722d2aa133735b22ca61a55cf29dcfb5dfbe3a8adc27a2 +size 1654217 diff --git a/images/d68b0647-6f0a-42fa-aa3a-a487a9f49664.jpg b/images/d68b0647-6f0a-42fa-aa3a-a487a9f49664.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3956d5e66631060d368488bece1981fc9eb21ecc --- /dev/null +++ b/images/d68b0647-6f0a-42fa-aa3a-a487a9f49664.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd6aa6d10d758fa62c14a687b2d2002118ad53053eec43ab9b45f3e6252bd5e +size 2659140 diff --git a/images/d6925236-ea0c-4caf-9c01-b5d587136a65.jpg b/images/d6925236-ea0c-4caf-9c01-b5d587136a65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71364a2323ae6bafa013018245ce2f66e6cae76c --- /dev/null +++ b/images/d6925236-ea0c-4caf-9c01-b5d587136a65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c605371ddec11bae7a065f7cb640964d3f88ef70b2a9a23a0d81ab7e6c396e +size 1754824 diff --git a/images/d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed.jpg b/images/d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cee561510a0198894740af9cb430b89d6fa91edd --- /dev/null +++ b/images/d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8574c335351cbb1a9b90cc8f25664cb16af1964236ee58410a239369e8ce38f6 +size 1503393 diff --git a/images/d6abf47a-9c12-49c7-a091-f321189bb445.jpg b/images/d6abf47a-9c12-49c7-a091-f321189bb445.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da4dce6a313306674b962fa4ac88f6a380a30208 --- /dev/null +++ b/images/d6abf47a-9c12-49c7-a091-f321189bb445.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae5dd72da308fbc8d6acc114328b4d7ea6f712c527d6c9dac4df3f1a5212a15 +size 1437403 diff --git a/images/d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb.jpg b/images/d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..293bab8c7b8d858d3cc8a5e9e6a6f51c819d0564 --- /dev/null +++ b/images/d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdf0a27335289c05c0d025beca7cebb46767fcd9ff079ecb6db2eacb9c5a7de +size 2332945 diff --git a/images/d6b73661-49fd-4d65-abc3-7073b895c5a4.jpg b/images/d6b73661-49fd-4d65-abc3-7073b895c5a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..638013c4c5a36f7d2629e5cb76b76ad498b9a55b --- /dev/null +++ b/images/d6b73661-49fd-4d65-abc3-7073b895c5a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb604431fa7ea8c94015ccd86bb0bb0c9d74f14cdbdaa484b1775fe68e149f87 +size 2417773 diff --git a/images/d6c47944-64e6-419c-8c9f-5d52db07b946.jpg b/images/d6c47944-64e6-419c-8c9f-5d52db07b946.jpg new file mode 100644 index 0000000000000000000000000000000000000000..933adf143b447fdb111590a7d7127222fb021238 --- /dev/null +++ b/images/d6c47944-64e6-419c-8c9f-5d52db07b946.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301251f91471471420925abb3673564110c5021bcddacd479456ec3ce9f09842 +size 1683074 diff --git a/images/d6cab8b7-4916-4209-ae9f-602a91497767.jpg b/images/d6cab8b7-4916-4209-ae9f-602a91497767.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11d95af502f9191c803799b90f40e9de53ab2506 --- /dev/null +++ b/images/d6cab8b7-4916-4209-ae9f-602a91497767.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5f88a9a51d11c520a8b2b94dfa9dff3c68b974b5a72bfe60692d3defbaf83d +size 2327721 diff --git a/images/d6e2edf7-4dae-4f45-ab86-2e9e154d64f5.jpg b/images/d6e2edf7-4dae-4f45-ab86-2e9e154d64f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3a8921ab3dd5de3a826bc5a8e7174a7a19566d6 --- /dev/null +++ b/images/d6e2edf7-4dae-4f45-ab86-2e9e154d64f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3809f1fc9a47b477bfb5d1abc2797b534722c6c5908d5a6a01b80f54de90da +size 1387462 diff --git a/images/d6e33a37-363c-49d8-a4f0-d32e154daef0.jpg b/images/d6e33a37-363c-49d8-a4f0-d32e154daef0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eff965f3e67791bf76ddc36a6f807278b762f1bd --- /dev/null +++ b/images/d6e33a37-363c-49d8-a4f0-d32e154daef0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2631208cf470243f7f045f09961147f44c87128213c162a7e743385d69f76874 +size 1404890 diff --git a/images/d6e700c1-a6da-420f-87da-231fe34cd4ba.jpg b/images/d6e700c1-a6da-420f-87da-231fe34cd4ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aeff97150302d25e088801086f38b89b4b6b8e1b --- /dev/null +++ b/images/d6e700c1-a6da-420f-87da-231fe34cd4ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19a6932e389bc444e5e9752d95976b14675e547786e99332b5bc664289e22cd +size 1553730 diff --git a/images/d6f23c1e-ae07-4f98-82c7-ad66be9b780b.jpg b/images/d6f23c1e-ae07-4f98-82c7-ad66be9b780b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9ade969bd0d42da1195046949ac51513cfcf126 --- /dev/null +++ b/images/d6f23c1e-ae07-4f98-82c7-ad66be9b780b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd78765b7b7288cd68270c553b3ac5ab72080a42171eda2c70f6daf70a2c3385 +size 1718462 diff --git a/images/d6ff503b-695f-4497-b627-feb890b14974.jpg b/images/d6ff503b-695f-4497-b627-feb890b14974.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f7c30d067eb870400273d781c3c04f87a53a18d --- /dev/null +++ b/images/d6ff503b-695f-4497-b627-feb890b14974.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24aa1a1a79b38801a4239b507a36eeb8b14166a22a988ca015acd6b2ca49c5db +size 2375430 diff --git a/images/d704d29a-e9fb-48bd-825b-0e1f269b8ca3.jpg b/images/d704d29a-e9fb-48bd-825b-0e1f269b8ca3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb7561593c30ddb75ec7b3b19853596b6c1a7d5e --- /dev/null +++ b/images/d704d29a-e9fb-48bd-825b-0e1f269b8ca3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62c94f2e32a1db74debaa60f11ec19d6a56388040880ab7f2a298290bded6cf +size 1360302 diff --git a/images/d70a2eea-020f-42da-86e4-c329d7c25d67.jpg b/images/d70a2eea-020f-42da-86e4-c329d7c25d67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa5f4ed53d79f3dfe7980e7a62388e3dc13f3aab --- /dev/null +++ b/images/d70a2eea-020f-42da-86e4-c329d7c25d67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00c5d115f14cff0596ceaadf8e463d183c99f8e5e6d5725a1ac46a8eb14219d +size 1512067 diff --git a/images/d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48.jpg b/images/d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55351c8b1b58209b1f2bd84d9fc6e9a6a757b5ac --- /dev/null +++ b/images/d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3584876e9c8e1fe1b003e2d84b8705aec0b1a8b54be4654741c74f2799aac889 +size 1308104 diff --git a/images/d723dc7f-4611-4ce0-8c4d-e01ae787499c.jpg b/images/d723dc7f-4611-4ce0-8c4d-e01ae787499c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bff1ca9be2ebc3bd9c40bdbfd24532e166a3b330 --- /dev/null +++ b/images/d723dc7f-4611-4ce0-8c4d-e01ae787499c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f09468d2007c88042681fc88e930e864ae05b6840c89c0f5daa020c23b20981 +size 1292929 diff --git a/images/d72a50ae-e3dd-4461-a89b-6814bcd5a4d6.jpg b/images/d72a50ae-e3dd-4461-a89b-6814bcd5a4d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95a3e5c74d6e2d1c1fd9afebbbfc9c5542df8695 --- /dev/null +++ b/images/d72a50ae-e3dd-4461-a89b-6814bcd5a4d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2c09fcc7858f7e20132148fc2dcdf50d571a3a1a89bcf251073d6fd5be77e4 +size 1410640 diff --git a/images/d734e933-459d-40c1-a5e2-d528bba3fcae.jpg b/images/d734e933-459d-40c1-a5e2-d528bba3fcae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea26d4e73bc962eb2515beca212a50baa009b117 --- /dev/null +++ b/images/d734e933-459d-40c1-a5e2-d528bba3fcae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f6a73d77d7521dce6cc4ffb5b9c7931296457caa2ea5a53395accfec34f821 +size 1425666 diff --git a/images/d737680f-7916-458c-ba57-5c13662a6d64.jpg b/images/d737680f-7916-458c-ba57-5c13662a6d64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abe72a4cf8dc22488e92be53995b60b4bd285328 --- /dev/null +++ b/images/d737680f-7916-458c-ba57-5c13662a6d64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb99658b9654dbd70073c9923c3c7e4fea47182cb654dce00b629a57403bca1c +size 1404721 diff --git a/images/d74299f5-84c2-40b0-9d91-bb3e7427583e.jpg b/images/d74299f5-84c2-40b0-9d91-bb3e7427583e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37ea3f9da725ae897c070b129269be65bf114e76 --- /dev/null +++ b/images/d74299f5-84c2-40b0-9d91-bb3e7427583e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebccbe7381a0816013aebb91e83d728eabef6a5d1b233e6a724c0c5d366d14de +size 1510445 diff --git a/images/d747d007-9aa1-4965-9237-08612de1d1bf.jpg b/images/d747d007-9aa1-4965-9237-08612de1d1bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45bdae5e57d4736e7301157067e9132bf4444a77 --- /dev/null +++ b/images/d747d007-9aa1-4965-9237-08612de1d1bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1b24cc4faae49aebed17178ae99fc54af14fa8c7bfaf9bdcc11cd12d859b55 +size 2295943 diff --git a/images/d74a76eb-91f1-4e59-919c-1d6880f20743.jpg b/images/d74a76eb-91f1-4e59-919c-1d6880f20743.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a23aae54c62b0d40414e561549482cb9ef2d6b1 --- /dev/null +++ b/images/d74a76eb-91f1-4e59-919c-1d6880f20743.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1117e0e2221d08446160906ec34cc8347b1fa370f20fff4e535a4ac38decbdfa +size 1276399 diff --git a/images/d74fbf5c-5b94-4823-9fa6-d2037227da5e.jpg b/images/d74fbf5c-5b94-4823-9fa6-d2037227da5e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64c9ed5970585191fadd4720dda3f667f3fddbb4 --- /dev/null +++ b/images/d74fbf5c-5b94-4823-9fa6-d2037227da5e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ad0da6767184faa85c8347ef51c83a584d3fb9810ca58502503ee486ca093e +size 1238864 diff --git a/images/d752c5dc-c290-421b-b2b4-b089e9935a42.jpg b/images/d752c5dc-c290-421b-b2b4-b089e9935a42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93aa2b1cf00665edcbecc7072414520a56e2ce84 --- /dev/null +++ b/images/d752c5dc-c290-421b-b2b4-b089e9935a42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf49cdfe4eabe6d654ffc93d64719aaf3a98586a1fab34f117b2f2169b828fe +size 1367280 diff --git a/images/d75c5694-09c0-4290-8d55-f1cc4e64699a.jpg b/images/d75c5694-09c0-4290-8d55-f1cc4e64699a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38897437073b765d4f6a22d1bde685e9abbb6331 --- /dev/null +++ b/images/d75c5694-09c0-4290-8d55-f1cc4e64699a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90556003538de1f0e23d587859848a6275a90326dbe4f8016b66610825300c0d +size 1743851 diff --git a/images/d7618b81-3c62-4cdf-a031-da686953f9e3.jpg b/images/d7618b81-3c62-4cdf-a031-da686953f9e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64b6a35254ce09e0f5bbeee2819e0984f511e506 --- /dev/null +++ b/images/d7618b81-3c62-4cdf-a031-da686953f9e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ad983762c1020a3ba61cae9f7756cd5819cde1c9e19455111c3403ec443875 +size 2532067 diff --git a/images/d76651bf-02ec-451e-bf4a-122682ddaa86.jpg b/images/d76651bf-02ec-451e-bf4a-122682ddaa86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01c0db90897a36b01cb953a61410d7f526c51e35 --- /dev/null +++ b/images/d76651bf-02ec-451e-bf4a-122682ddaa86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91df59170b07c79f5f142e24f62dee730564b28c274f118539138e2d6842634 +size 3157667 diff --git a/images/d77e26fe-ebd1-4f89-9192-ba13efb3dc23.jpg b/images/d77e26fe-ebd1-4f89-9192-ba13efb3dc23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96c07afed8ea3f70798a62d0a9eda735b19c033e --- /dev/null +++ b/images/d77e26fe-ebd1-4f89-9192-ba13efb3dc23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b7655c8817711adf056fe1438aba99611320565ac6d6363bec10223c7414bb +size 1301127 diff --git a/images/d7806129-2912-4454-953a-cd17facc89ca.jpg b/images/d7806129-2912-4454-953a-cd17facc89ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1945c25709157632a03ff7f49eb7f211508aa28b --- /dev/null +++ b/images/d7806129-2912-4454-953a-cd17facc89ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f755552880c318ed374664a5d00144898d263ef4f73bc14c62e2f4f3f5a8f8e4 +size 1616759 diff --git a/images/d7827308-31a7-42bd-962f-d0117438a4e1.jpg b/images/d7827308-31a7-42bd-962f-d0117438a4e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20be4c345c087dd0a51c6a0a28e5b3f207009ed9 --- /dev/null +++ b/images/d7827308-31a7-42bd-962f-d0117438a4e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5e696b0a4d24d24c6f4ff4a639cc810b12cb46e78cd5ed85d66fd7f03ec737 +size 1429233 diff --git a/images/d7847580-2cab-4704-a84e-1f4779c2c929.jpg b/images/d7847580-2cab-4704-a84e-1f4779c2c929.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75fdd1a9dc3549b4ef21c254d5ac82b500d11d7f --- /dev/null +++ b/images/d7847580-2cab-4704-a84e-1f4779c2c929.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff37469eadcd1d91405b044186c2d9d3cb1624cc78ab853e2f6614dd7ead5f8 +size 1602039 diff --git a/images/d78bc35b-ac22-4d7b-9ad8-021f6692a30a.jpg b/images/d78bc35b-ac22-4d7b-9ad8-021f6692a30a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d55b479d35d7cc23369d3e1a5aa291153e190d4b --- /dev/null +++ b/images/d78bc35b-ac22-4d7b-9ad8-021f6692a30a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dec5b310dd5f123f4ccfd922e95b4ea0bcef8c513cd0fcaf15742b207c8a66 +size 1516001 diff --git a/images/d78ff099-6cb3-48c4-8e8b-99708620178b.jpg b/images/d78ff099-6cb3-48c4-8e8b-99708620178b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2825ae7d8b51375b53a2f8f751f15cd54bd12d9 --- /dev/null +++ b/images/d78ff099-6cb3-48c4-8e8b-99708620178b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafb7e0fdcd594e55a7c806d335749f3a254d5fa2bdfc0827206df7f0e0f04e4 +size 1685301 diff --git a/images/d7903593-6176-4083-91dd-1ee8adc15fd8.jpg b/images/d7903593-6176-4083-91dd-1ee8adc15fd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb3fc17b71ee97d95761ba9ca404370e86072c43 --- /dev/null +++ b/images/d7903593-6176-4083-91dd-1ee8adc15fd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1fbf11ff2db7f87b765dea9faaac02a7ea73e31546787f05270357718d6ef6 +size 1797723 diff --git a/images/d795ab3b-dcb3-4c30-947e-7f3d20e70593.jpg b/images/d795ab3b-dcb3-4c30-947e-7f3d20e70593.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3f537d3f495792c73621172e8d8c058d7ca9a19 --- /dev/null +++ b/images/d795ab3b-dcb3-4c30-947e-7f3d20e70593.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0002d2fe1ba187b01e5226b43fd8f7d1ff22c28efe0ad7f6425d3e64c724f8e +size 1648983 diff --git a/images/d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46.jpg b/images/d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d933f3bedd4da79af08947a591a2ef66a80d6dad --- /dev/null +++ b/images/d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c34a041b768a0df8305262e4c71f58ef1922787b12b57af646814b6b4a49b3 +size 1436740 diff --git a/images/d7b0e3c4-e7c8-452e-827e-956278fe4c6b.jpg b/images/d7b0e3c4-e7c8-452e-827e-956278fe4c6b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3e0ebb01010525a76c387920982e78c1e8ff023 --- /dev/null +++ b/images/d7b0e3c4-e7c8-452e-827e-956278fe4c6b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2a0e1ff332ce7f02265c7e67a5475e941a394f7dccee22416d6ef504d53da3 +size 1050410 diff --git a/images/d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9.jpg b/images/d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7217bb58b1a7d967b248545975a06d6506c835ed --- /dev/null +++ b/images/d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c6e2a63d1a0712ffc9f3d8ed4279bf5b80a051d3dc82726ba162b455e9a4 +size 1801749 diff --git a/images/d7c04e12-927e-45ac-97cc-a332376466cc.jpg b/images/d7c04e12-927e-45ac-97cc-a332376466cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3a94efd356173d02a97b9536845ae3d2ba791c9 --- /dev/null +++ b/images/d7c04e12-927e-45ac-97cc-a332376466cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb6c9111669d7ba44bdfa9fa1eff3605ee2966828ac8926f7b332cc67331383 +size 1698403 diff --git a/images/d7c05dc5-e090-4658-a5a6-c384550dd683.jpg b/images/d7c05dc5-e090-4658-a5a6-c384550dd683.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1b09231e7dfd0bcd21e7f7c5e8d54dcb45d68c0 --- /dev/null +++ b/images/d7c05dc5-e090-4658-a5a6-c384550dd683.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988d77cd56af21c47518a51510ae95dbfefc52f0c06f14668ad36c2805b2d707 +size 3945620 diff --git a/images/d7c1510f-7c05-4639-84b2-77311906da9c.jpg b/images/d7c1510f-7c05-4639-84b2-77311906da9c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da54b9c069fa3c356cf4eb10c75e11a18f07163c --- /dev/null +++ b/images/d7c1510f-7c05-4639-84b2-77311906da9c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd73379447a7904f457d3b4afa59cd314c7b24442bc77e8b10431d2560115ce +size 2163573 diff --git a/images/d7c565b8-f174-4682-9f4f-c25ca8986288.jpg b/images/d7c565b8-f174-4682-9f4f-c25ca8986288.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c929b7e8a9bd3b9df6fbfa848f7b10d00362b3c4 --- /dev/null +++ b/images/d7c565b8-f174-4682-9f4f-c25ca8986288.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e916eec6a7a6158099afca5a5aeeefeead09b92dd09d94fe83c8c096ef6744 +size 1790305 diff --git a/images/d7deb3cf-850a-4d92-95c1-c4168345165b.jpg b/images/d7deb3cf-850a-4d92-95c1-c4168345165b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9727941d1e880ece851d6b931834275acfde3e99 --- /dev/null +++ b/images/d7deb3cf-850a-4d92-95c1-c4168345165b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b20de4ac247bfec19b83f9908d8e3719c28166b814707ce42fe0b0e1f56500e +size 1567145 diff --git a/images/d7edb98c-4f5a-4375-9e76-a746da30db42.jpg b/images/d7edb98c-4f5a-4375-9e76-a746da30db42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a29730bf1073f062e56f9054fa3df7b97d47e66f --- /dev/null +++ b/images/d7edb98c-4f5a-4375-9e76-a746da30db42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1086e928eb5b55931cac5cd32c889412843c3524d619767434fa6dfce3a711d +size 1731853 diff --git a/images/d7fd192f-d179-41b3-a342-b0de57e3eb9a.jpg b/images/d7fd192f-d179-41b3-a342-b0de57e3eb9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7d0a43667a20341f913c696f4531de6bf3174ed --- /dev/null +++ b/images/d7fd192f-d179-41b3-a342-b0de57e3eb9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e6b0726be338724acc65d2e65218314c8b7fd9b8f9ff64d36fdfc726501a8e +size 2806865 diff --git a/images/d7fe7780-7696-4e3d-b0ba-c4fdac075fb3.jpg b/images/d7fe7780-7696-4e3d-b0ba-c4fdac075fb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8125c2e020d203d507c55a97d20b6617644934b1 --- /dev/null +++ b/images/d7fe7780-7696-4e3d-b0ba-c4fdac075fb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d76a26bdf60258562a89383a0cf19c954db21725043e9c0be7f795b613544a0 +size 1526681 diff --git a/images/d7ffb2d1-a624-4f7d-a832-db24d976c810.jpg b/images/d7ffb2d1-a624-4f7d-a832-db24d976c810.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d57cd0da925ecf9da50c54aa6160da5e6537a371 --- /dev/null +++ b/images/d7ffb2d1-a624-4f7d-a832-db24d976c810.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac8e3711e8bf0a678c2c07083ea8d394cd48e6763464f5a67038c696d164706 +size 3795007 diff --git a/images/d813f058-cb06-4283-bbf6-dcec3e473664.jpg b/images/d813f058-cb06-4283-bbf6-dcec3e473664.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c245d8495829ceb7b3676d7e906fcf100eb2ddf7 --- /dev/null +++ b/images/d813f058-cb06-4283-bbf6-dcec3e473664.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d452538bc54d9898ebb5176ba19dfc25632d0a48028980e75ad7cb0de4babc +size 1531344 diff --git a/images/d8166fc9-142b-4cb6-86ae-93ca9c334ae7.jpg b/images/d8166fc9-142b-4cb6-86ae-93ca9c334ae7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5bfa92777bca9375c930c8b7314fa0f3833212c --- /dev/null +++ b/images/d8166fc9-142b-4cb6-86ae-93ca9c334ae7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07025646f719c98e2e03197fddc2a698e8854629a4dbfbd41ab8fee8bcc26db +size 3284234 diff --git a/images/d828c773-386c-412e-878a-c92b4dba2020.jpg b/images/d828c773-386c-412e-878a-c92b4dba2020.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ff2b933eaf7dbb0f6993c4be64cacf663446908 --- /dev/null +++ b/images/d828c773-386c-412e-878a-c92b4dba2020.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6bcc7d026f57c31e658745132430c32180267cdd738fed25f96fe74517c68d +size 1468746 diff --git a/images/d83102a6-6e82-4578-8fb7-31f25ee26718.jpg b/images/d83102a6-6e82-4578-8fb7-31f25ee26718.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ab611dcecba4b21de7466177d66de8e1e91381b --- /dev/null +++ b/images/d83102a6-6e82-4578-8fb7-31f25ee26718.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b2e9acb050b1c519d3c78f8446b5b3a8299f7ab70e83d1dbd43d39b04bf54c +size 1524029 diff --git a/images/d83c4e6e-a35d-47a0-a30e-48d6af02d308.jpg b/images/d83c4e6e-a35d-47a0-a30e-48d6af02d308.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bae43acbe8c552b46eee942758a318ebbdca5a8 --- /dev/null +++ b/images/d83c4e6e-a35d-47a0-a30e-48d6af02d308.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e02d2e0d6115b6850902f73923fd480f40d6ae6dea84326e6f7e26536b58844 +size 3854522 diff --git a/images/d83e769b-0f2e-45c3-97a8-bb6df6f05560.jpg b/images/d83e769b-0f2e-45c3-97a8-bb6df6f05560.jpg new file mode 100644 index 0000000000000000000000000000000000000000..036b4021f9fd091278f96537865e65fa11509b34 --- /dev/null +++ b/images/d83e769b-0f2e-45c3-97a8-bb6df6f05560.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d672289b7e09eea8cce35d829c113ff8bcffe3bb19c411e011bf82676bbb5083 +size 1763370 diff --git a/images/d83e99a7-e528-46f8-b7bd-264da0030756.jpg b/images/d83e99a7-e528-46f8-b7bd-264da0030756.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52771c38f7d2f08a29b0c056efc0573e440b399a --- /dev/null +++ b/images/d83e99a7-e528-46f8-b7bd-264da0030756.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde40991573edb394d02e24cca73887615f840efd90e7971664a0d8f896a05a2 +size 2959529 diff --git a/images/d847a01a-bbb9-4072-8754-fd512c673c03.jpg b/images/d847a01a-bbb9-4072-8754-fd512c673c03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe858ac9743cea4a4470f636bdb12b43311ca13 --- /dev/null +++ b/images/d847a01a-bbb9-4072-8754-fd512c673c03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abddd2d80e8804452c3171e5e1787512a9143f3258617b50b7c654ccee3c24c6 +size 2235740 diff --git a/images/d8506bef-e909-490b-af77-0563fe9f7704.jpg b/images/d8506bef-e909-490b-af77-0563fe9f7704.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d8b1abc16659f4ef8dba788d6adf1298461f3d --- /dev/null +++ b/images/d8506bef-e909-490b-af77-0563fe9f7704.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698e28728697c3656d51ccd7f1b258bdb96d2d2d009d4641d762b3d446e7556f +size 1359826 diff --git a/images/d85e6c83-eff4-4494-9d05-74263a479256.jpg b/images/d85e6c83-eff4-4494-9d05-74263a479256.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ce98b1fa9ec7770ce6fa179bc09f81089ff727e --- /dev/null +++ b/images/d85e6c83-eff4-4494-9d05-74263a479256.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d328278c5df32070b8a1163861bf3f5f6f8becb5708514be0359f3e5c1a14a24 +size 1560845 diff --git a/images/d85fd2d2-b9ba-4924-b330-cb1ec05232da.jpg b/images/d85fd2d2-b9ba-4924-b330-cb1ec05232da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bb817fd7ae41e77939b16119a565887f05c33da --- /dev/null +++ b/images/d85fd2d2-b9ba-4924-b330-cb1ec05232da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e06603473fc2c060b78dfda9745903fec58ee6982d701043e388280d9c69c7 +size 1297026 diff --git a/images/d8660a0d-ed1f-469a-aa34-ad5e521da4ae.jpg b/images/d8660a0d-ed1f-469a-aa34-ad5e521da4ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f6327621df6e928de2dde7118165e305a5ae1cf --- /dev/null +++ b/images/d8660a0d-ed1f-469a-aa34-ad5e521da4ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d85a49093bc72f012c33f68898be52c827323fcf1b42e5d5b955f9bb205ee7 +size 1486282 diff --git a/images/d86791d4-030b-4656-9bf8-ee034606b00c.jpg b/images/d86791d4-030b-4656-9bf8-ee034606b00c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e259065b9717baed899c536c17d3a6b68d4e02cc --- /dev/null +++ b/images/d86791d4-030b-4656-9bf8-ee034606b00c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108c2b1dc1224beb42ce8303e0970bf1925a7ea9307efd23adaa55af25cb2137 +size 1446067 diff --git a/images/d86a9fb6-e746-4891-874a-f52cb0d67e9a.jpg b/images/d86a9fb6-e746-4891-874a-f52cb0d67e9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d73c8f5c890fc24ba21d941411762be29c684d8b --- /dev/null +++ b/images/d86a9fb6-e746-4891-874a-f52cb0d67e9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f93ee8e695e8e04fde680a4aa17074ebb363a8fb69c56f1ce410d9d0180069 +size 1628328 diff --git a/images/d879aac3-2456-41dd-b540-79f3ccdc8a8b.jpg b/images/d879aac3-2456-41dd-b540-79f3ccdc8a8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e46e145fc9bd299ca0d062be966c10ebc59670c2 --- /dev/null +++ b/images/d879aac3-2456-41dd-b540-79f3ccdc8a8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01a951165e352a769415c029f4c3aba4c3238a5bf1dc6445510c87987bec187 +size 1522144 diff --git a/images/d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968.jpg b/images/d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48bd6e4e01cb0547d4e7386fa970e7f6d4c52228 --- /dev/null +++ b/images/d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24514fcaf58077a15632d9d7f5d8d317c74f8a25e5c8ea46326db7bfd3b730cd +size 1679086 diff --git a/images/d88aade7-7d0b-4f06-be1d-cbac16b64a57.jpg b/images/d88aade7-7d0b-4f06-be1d-cbac16b64a57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..374cc61206385774037d2661fb71870de577dace --- /dev/null +++ b/images/d88aade7-7d0b-4f06-be1d-cbac16b64a57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc205dba6e48c2c0122d8f0419275b531e033f48092c612bf97dff66b659c51a +size 1548965 diff --git a/images/d88f7be2-2b3e-44c6-ac10-49bcaeccb460.jpg b/images/d88f7be2-2b3e-44c6-ac10-49bcaeccb460.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b66172ce2bb4c8752c8d45cc0b4e683b4d93ec5b --- /dev/null +++ b/images/d88f7be2-2b3e-44c6-ac10-49bcaeccb460.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cfbd0c151aafa90c3adec4a8b2795d88203843f87f39e60d61d8866569582f +size 1623077 diff --git a/images/d8b97fa7-3a3f-418d-b681-f25ca3708e56.jpg b/images/d8b97fa7-3a3f-418d-b681-f25ca3708e56.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03ff7dad6f22a3fe5065bb30bf924f338395639b --- /dev/null +++ b/images/d8b97fa7-3a3f-418d-b681-f25ca3708e56.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ce9514d48d8a0179c57389bb53eda61dc9f4fcdfd634a1c24b4704a92d562c +size 1302211 diff --git a/images/d8ba5908-2d1e-482c-8018-0f81babc25dc.jpg b/images/d8ba5908-2d1e-482c-8018-0f81babc25dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ec3eb281fd5536b7682e0e448a254fefcfb95a1 --- /dev/null +++ b/images/d8ba5908-2d1e-482c-8018-0f81babc25dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d9e567cb794e0d42d59f93ea90120be9a903bb8159d3f659812841763debaa +size 1660796 diff --git a/images/d8bc0318-852c-4624-b41e-fd63924af55e.jpg b/images/d8bc0318-852c-4624-b41e-fd63924af55e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cfab240145b941fbf96b16befe9c0bba0359df9 --- /dev/null +++ b/images/d8bc0318-852c-4624-b41e-fd63924af55e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04eff8cc259fa87e12cee967a688077cb9863f87d2f3a76c5a0c44012f34d3cb +size 1788673 diff --git a/images/d8cd7234-3fdf-415f-a024-1573385e21a0.jpg b/images/d8cd7234-3fdf-415f-a024-1573385e21a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..884eb977085f3df18b4f47572a2c9ec7f33d7773 --- /dev/null +++ b/images/d8cd7234-3fdf-415f-a024-1573385e21a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35043fb78d093d7a7d7c4998181fccc8c15ee6fc5cad502daa95f14cbbb729aa +size 1689256 diff --git a/images/d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0.jpg b/images/d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7adfc18701b9f574e4c1a1769247ecf9ecd8d620 --- /dev/null +++ b/images/d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb2eed10b3503a4b8517a38050e5eb67c498b89c56af743f8e872b57011aab9 +size 3296086 diff --git a/images/d8da80a3-475c-4256-8e19-b67335d02e8d.jpg b/images/d8da80a3-475c-4256-8e19-b67335d02e8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9681f1510c15c6834f561d509d8507df09ce048c --- /dev/null +++ b/images/d8da80a3-475c-4256-8e19-b67335d02e8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d7a6b9f0f73c745947fafafcd60e89025e8baba7d99cbc1237bd35e7cd9091 +size 2005918 diff --git a/images/d8e28a8a-3e42-47a3-ba3c-064ef8930b5c.jpg b/images/d8e28a8a-3e42-47a3-ba3c-064ef8930b5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52bd89f02c09b4a3d58dba2fee46e27b0845cffd --- /dev/null +++ b/images/d8e28a8a-3e42-47a3-ba3c-064ef8930b5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e9be19b6fbe5ec8a730424396d0648bdb19bb23336e35b2ac2570cb1454870 +size 1454688 diff --git a/images/d8e3a69a-8428-447e-8350-be7e72a6bb0d.jpg b/images/d8e3a69a-8428-447e-8350-be7e72a6bb0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70217c0fccd8e62e329f1d7f602606403d9e1cff --- /dev/null +++ b/images/d8e3a69a-8428-447e-8350-be7e72a6bb0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450cfb10fbd987df88b2dd7dec32ba9343af40d7068b8a59d578aa078403e64d +size 1583983 diff --git a/images/d8e6254d-94eb-41f6-bbf7-57d9c9d2df54.jpg b/images/d8e6254d-94eb-41f6-bbf7-57d9c9d2df54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22f2c862bafabbfb85c828a6a213eb4fcc07c210 --- /dev/null +++ b/images/d8e6254d-94eb-41f6-bbf7-57d9c9d2df54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f38d8e924a99520b37591924805de71901c7252e3a60d21c566b799d05ef6a7 +size 1385767 diff --git a/images/d8ea2218-2e13-4820-8d82-79ba4adf7127.jpg b/images/d8ea2218-2e13-4820-8d82-79ba4adf7127.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4be21a2b9a83fcb79838a70a93a23dc0ce32a76 --- /dev/null +++ b/images/d8ea2218-2e13-4820-8d82-79ba4adf7127.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adf84276732591d294f836cad6eea991c0c9a3ae7b2aa9b6989a863e0dce188 +size 1703055 diff --git a/images/d8eb1637-0a50-4607-908a-3a696d3062cb.jpg b/images/d8eb1637-0a50-4607-908a-3a696d3062cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d7b301e9865d3de40840a04fb252283f47850ca --- /dev/null +++ b/images/d8eb1637-0a50-4607-908a-3a696d3062cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ea00e2c2348045a86d64d8b5c887201cad2c6db4ffaad408afac3a62b0d431 +size 3051555 diff --git a/images/d8f7a22c-5359-4fd1-a0ce-f752340f99cf.jpg b/images/d8f7a22c-5359-4fd1-a0ce-f752340f99cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef528575794e159bf2c4fc60bc70fbb947076fa3 --- /dev/null +++ b/images/d8f7a22c-5359-4fd1-a0ce-f752340f99cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa4c02700a5401f4230acdbfaf6d172531aee0226a4387a099f959ab659598c +size 1832481 diff --git a/images/d8fc5a2f-168e-4819-a69e-4096b5cd60b8.jpg b/images/d8fc5a2f-168e-4819-a69e-4096b5cd60b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..391712082de2e45b2e5163ac84b237b2b9e7462e --- /dev/null +++ b/images/d8fc5a2f-168e-4819-a69e-4096b5cd60b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b20fd169ed755d2e188ad87f8e9ab960ea31443784bb947b5d59e0d7ec71e4 +size 1377728 diff --git a/images/d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0.jpg b/images/d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9df937dc286bbd4a1d37604cba34a19f3fe8f05 --- /dev/null +++ b/images/d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bd5754e3430917933649d957d7e753e92039555870073c12178675a6ebb485 +size 1122627 diff --git a/images/d90d8654-51d8-4a9b-93c2-48662fcbc26d.jpg b/images/d90d8654-51d8-4a9b-93c2-48662fcbc26d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9848da2ec47038428f7a86499069320b6abf32dc --- /dev/null +++ b/images/d90d8654-51d8-4a9b-93c2-48662fcbc26d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f88674735fa228a59fc7f17407f3590f84e859591712d7826dd0845e680399 +size 1312347 diff --git a/images/d913e2b6-3da7-4036-8d7d-662f6c4a36a4.jpg b/images/d913e2b6-3da7-4036-8d7d-662f6c4a36a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..778f00c96b53979a644efad6425e28e325202d8c --- /dev/null +++ b/images/d913e2b6-3da7-4036-8d7d-662f6c4a36a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fde980438d7d7337136f13ef0986acf95ad8db7da1070ab771ef551fa57094 +size 1534564 diff --git a/images/d918b580-6a3f-47c7-b043-ca9b37954c1d.jpg b/images/d918b580-6a3f-47c7-b043-ca9b37954c1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a01972d1cda79a0c63f3ae28ff362319c18ca13e --- /dev/null +++ b/images/d918b580-6a3f-47c7-b043-ca9b37954c1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d8beb49f96d6dcba46e73b67f3d295d5d42f5b92204b22c736429e1c49647d +size 2016042 diff --git a/images/d918f6a1-94fd-4b09-92fd-7dae3f7355a2.jpg b/images/d918f6a1-94fd-4b09-92fd-7dae3f7355a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..268cc33a0bb781ccce5b693fa021828631d6caf1 --- /dev/null +++ b/images/d918f6a1-94fd-4b09-92fd-7dae3f7355a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8eb3014e304f64660d5b1254415e4763db2ec3366262e12e374e6410793c9a +size 1592263 diff --git a/images/d91cff87-1607-4682-bca4-ac667a40438f.jpg b/images/d91cff87-1607-4682-bca4-ac667a40438f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a387c273b21de974dcbf6c73fd9d89c3fe08707e --- /dev/null +++ b/images/d91cff87-1607-4682-bca4-ac667a40438f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad3a1593b2d965028573330fa8781a1f1b194b577cb4f79a97e7d5fd99c2d83 +size 2314509 diff --git a/images/d9228d19-1833-4c32-ac0c-b99ea769f3d6.jpg b/images/d9228d19-1833-4c32-ac0c-b99ea769f3d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce9acd819847352f58ba91277fff451922e0de58 --- /dev/null +++ b/images/d9228d19-1833-4c32-ac0c-b99ea769f3d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f42b38b4fd6ef21b44fba348ebf6259c11bd36e1f4e26e3356ba0c011e86c4f +size 3239671 diff --git a/images/d9231e7f-b9aa-4353-ab73-0ec3ac25f698.jpg b/images/d9231e7f-b9aa-4353-ab73-0ec3ac25f698.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff104abed47aa493306c7eee7c6299b61618eec3 --- /dev/null +++ b/images/d9231e7f-b9aa-4353-ab73-0ec3ac25f698.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d94abab84be8a53ee79e3e2920e6bade41fffdc78f01e9465356109d8da9435 +size 1398799 diff --git a/images/d92ae3cc-e6df-4c63-b535-17649fcf0b18.jpg b/images/d92ae3cc-e6df-4c63-b535-17649fcf0b18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e0fb3c03b65423ecb9b16bd5492ec85f9d7f91d --- /dev/null +++ b/images/d92ae3cc-e6df-4c63-b535-17649fcf0b18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111abcc0757c54ce7a33e3e4d3dda76c99f556f67b227670c85b3968256b847a +size 1650008 diff --git a/images/d934a660-8d85-469f-b6ba-b53b4da49425.jpg b/images/d934a660-8d85-469f-b6ba-b53b4da49425.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b7e5e9c9c8b50a516bda27d0343769969309bbb --- /dev/null +++ b/images/d934a660-8d85-469f-b6ba-b53b4da49425.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fa688d4d0256f0b46382f206b228aa75d07aa3950f6b800ec5d2d1c7f88d3d +size 1550246 diff --git a/images/d93b2b93-3a99-4d3a-afaa-f83ea73f45dc.jpg b/images/d93b2b93-3a99-4d3a-afaa-f83ea73f45dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6706f989449b9712321700e6dde4ceb256f5803a --- /dev/null +++ b/images/d93b2b93-3a99-4d3a-afaa-f83ea73f45dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fa6cd158ea35e8fad1878e6759bc71742b9a08344dd17ef3e42192006b57ab +size 3230551 diff --git a/images/d93c87a3-e191-48d7-8544-ad5e01c09aea.jpg b/images/d93c87a3-e191-48d7-8544-ad5e01c09aea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e41d3efa916b730d8036ca1c7c448a9f6bda03c9 --- /dev/null +++ b/images/d93c87a3-e191-48d7-8544-ad5e01c09aea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15def71ab488b0792898714b6abe1c7c815b27e3b3aca68f5c1c5c86ad2996b5 +size 1741212 diff --git a/images/d95376d9-9166-4da3-beb1-58b8b7abd3da.jpg b/images/d95376d9-9166-4da3-beb1-58b8b7abd3da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20c47493afdcf57b904cacf67fabd3d41fd33551 --- /dev/null +++ b/images/d95376d9-9166-4da3-beb1-58b8b7abd3da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f8ef96bbb947b603c2282ef9b0d49e8ed19a355e3a4beee99921553a7a8869 +size 1496988 diff --git a/images/d95b7292-dc37-4397-8847-66d62dd76184.jpg b/images/d95b7292-dc37-4397-8847-66d62dd76184.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2dfb59784c766545cd71626128cf3236f798485 --- /dev/null +++ b/images/d95b7292-dc37-4397-8847-66d62dd76184.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38808f2588bca63bb44e8c57b8a483b575c27337e5d74a9b19aef752d24a4907 +size 1128869 diff --git a/images/d95f2b69-5844-40b7-a59a-b91c78c8931f.jpg b/images/d95f2b69-5844-40b7-a59a-b91c78c8931f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fd24617052ec33121fdccc256d3837f6484f991 --- /dev/null +++ b/images/d95f2b69-5844-40b7-a59a-b91c78c8931f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17df9b576088000df825ed2e1fd2a6a5ff6370538c3904830556c7fe602cf157 +size 1728354 diff --git a/images/d9658b96-4bca-4858-a432-864046146f31.jpg b/images/d9658b96-4bca-4858-a432-864046146f31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e57fb00abda1029345a07cf52a988c57505bfc1 --- /dev/null +++ b/images/d9658b96-4bca-4858-a432-864046146f31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b377e9daa287fcd80e8ec43edb459c1ba8031359013aa6aba4bf8c8fa0500856 +size 1703175 diff --git a/images/d967ba8a-6afb-46ff-8974-ff84224f9f40.jpg b/images/d967ba8a-6afb-46ff-8974-ff84224f9f40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e01ea8bb5348330085c70131d875bd9ef8d775ea --- /dev/null +++ b/images/d967ba8a-6afb-46ff-8974-ff84224f9f40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08e66bedf65a5ff1fb30795a3cea4d4488fa1136420a368fd7142c2cd07c0e7 +size 1256184 diff --git a/images/d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98.jpg b/images/d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0314ee67b05282f2e19e6a173c0022fe3b84708f --- /dev/null +++ b/images/d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c53c8d665ce86f0a32ef7b377c63e55e95f1797df6fe242bcf92d7c1d5ba0e +size 2243862 diff --git a/images/d9792882-eea3-4f52-a605-c13b3e15d041.jpg b/images/d9792882-eea3-4f52-a605-c13b3e15d041.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4fd44ab0ed91278665579012e6e0d578d667c77 --- /dev/null +++ b/images/d9792882-eea3-4f52-a605-c13b3e15d041.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad03b029e1b340ac2e57489d8c213a261b45707b635318e62b41459277c2be1c +size 1573614 diff --git a/images/d979afc7-f14a-4b8e-9db3-d37219e8695f.jpg b/images/d979afc7-f14a-4b8e-9db3-d37219e8695f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f31b034cdcadaef882a04b875f304b10f1fd82ef --- /dev/null +++ b/images/d979afc7-f14a-4b8e-9db3-d37219e8695f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8269c9e31a75eeefba9d667029c7b8df72aeb366fed2c5a4271499e7dfceaa7 +size 1806957 diff --git a/images/d97ec654-2536-4770-bf96-62ae88b7b60f.jpg b/images/d97ec654-2536-4770-bf96-62ae88b7b60f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cbfbdbe2af083a5e1ed5a6e932360e7b1fd4760 --- /dev/null +++ b/images/d97ec654-2536-4770-bf96-62ae88b7b60f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646456c0518dddc905fec0e7933712a06b02d86dbf80ea7c223872961ecae963 +size 1597888 diff --git a/images/d9854c83-cf82-4cf7-922f-efcb09702598.jpg b/images/d9854c83-cf82-4cf7-922f-efcb09702598.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba1826116c112e821ef5cff39cb582c1581b3a7 --- /dev/null +++ b/images/d9854c83-cf82-4cf7-922f-efcb09702598.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e402ce806ecb3145475b152458696c882c31347eecc0a972025d4516ed3c08f6 +size 1510877 diff --git a/images/d98879e6-0c91-4d52-88a9-0dd72b236a0d.jpg b/images/d98879e6-0c91-4d52-88a9-0dd72b236a0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..443089f77b73ff81ed3c6c439a2476f0d916936b --- /dev/null +++ b/images/d98879e6-0c91-4d52-88a9-0dd72b236a0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b3e7b130d64710fcb4835d57dcfac21550996c50bf18b1967918d76f387f63 +size 2383580 diff --git a/images/d98f8c16-0809-4849-8fb9-749db3e8366d.jpg b/images/d98f8c16-0809-4849-8fb9-749db3e8366d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d217dc9813f12cb7533a335852814abd28c10e3 --- /dev/null +++ b/images/d98f8c16-0809-4849-8fb9-749db3e8366d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba2451182677609b8e65485d793848cdb047f2deb4443c094bb12a527c9cb05 +size 1665214 diff --git a/images/d993077a-87db-42f3-b475-d26e60ac5dae.jpg b/images/d993077a-87db-42f3-b475-d26e60ac5dae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc6a0375f94a21c9aef6c7edc29f9463eff9de82 --- /dev/null +++ b/images/d993077a-87db-42f3-b475-d26e60ac5dae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e574642afae49ee00d4e4ef30e6326ae32b687f35965bec9d9a656b3905846 +size 1553143 diff --git a/images/d99a54dc-424a-4bcb-8bb0-39b8b219a0e2.jpg b/images/d99a54dc-424a-4bcb-8bb0-39b8b219a0e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04703a04a06f3bda035d57154b299ca68f66102d --- /dev/null +++ b/images/d99a54dc-424a-4bcb-8bb0-39b8b219a0e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e8ec93156a14e54d8edbe6ec1ad45c64d861c96f7439436ad029187ba5ac33 +size 2109992 diff --git a/images/d9a1d70d-e672-44a5-b430-79d00e32fcf1.jpg b/images/d9a1d70d-e672-44a5-b430-79d00e32fcf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a9dd89f47fbcba311ebd62a914763adee0f85db --- /dev/null +++ b/images/d9a1d70d-e672-44a5-b430-79d00e32fcf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd6842257dd44a53806663da58a7f4b8ab85ff44e102d753fd6cbd08fecf342 +size 1591797 diff --git a/images/d9a29c12-03a2-4267-9867-0a90588eff32.jpg b/images/d9a29c12-03a2-4267-9867-0a90588eff32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a32a04c334190b4c8888ba810a9cca7178b3fb6 --- /dev/null +++ b/images/d9a29c12-03a2-4267-9867-0a90588eff32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767f78fe3107acfeaae5975500f807641598fd2b65e2d7ebd158f1df912334f8 +size 1795127 diff --git a/images/d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec.jpg b/images/d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4360ad3a880eef20a6622e0965d12024d0826a5 --- /dev/null +++ b/images/d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04703eb99fd94fbd06dec8eef24f5342e33b93987f7f330a20f59dd2bd4b8fb5 +size 1993833 diff --git a/images/d9aa6fd0-5ffa-4760-89d8-e45aec635b34.jpg b/images/d9aa6fd0-5ffa-4760-89d8-e45aec635b34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0af93a1fdee20b8c2dcf1aaed5bfb591a9d1b348 --- /dev/null +++ b/images/d9aa6fd0-5ffa-4760-89d8-e45aec635b34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4e8d1b22cf3559498b26e8d240fa8412dc52f2be504f2a651e5695a8acd8f9 +size 1729090 diff --git a/images/d9ad317d-966f-4d9e-86cc-024829033823.jpg b/images/d9ad317d-966f-4d9e-86cc-024829033823.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c77ff637d884bd028882f28fb3af90464e629a8 --- /dev/null +++ b/images/d9ad317d-966f-4d9e-86cc-024829033823.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9addbe9a9218b0e312c41e669c13f21597c252c559887c4905c857091a5c3d +size 2098689 diff --git a/images/d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b.jpg b/images/d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41b960e32a94acf219dd01a92604e3d2e3010d6a --- /dev/null +++ b/images/d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91414ad1ec0c36d27f2a170f6ae42ccf02187e45ff321659e4442df364f32fdb +size 1856351 diff --git a/images/d9b82ecd-0a05-41bb-8b66-ec1bb688dd58.jpg b/images/d9b82ecd-0a05-41bb-8b66-ec1bb688dd58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9413834c8e4e96ba5c754cc612d4faf739a73a9e --- /dev/null +++ b/images/d9b82ecd-0a05-41bb-8b66-ec1bb688dd58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a791720b78d72063ac02a966046c4eb2317fca993e942ba331ff8b8efc6d93d +size 1643526 diff --git a/images/d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e.jpg b/images/d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5092e411c538a86d8aa81715f81b7e98d254b7c9 --- /dev/null +++ b/images/d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8845f1b171c2cd262cd8b54187c3010d546263f80f4abc09d7e9f14e77e407 +size 840155 diff --git a/images/d9bea9e8-15d0-4970-8266-bc24849ff057.jpg b/images/d9bea9e8-15d0-4970-8266-bc24849ff057.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c86fd4a74c231e4b7c8393b3d7c310c521e1de3 --- /dev/null +++ b/images/d9bea9e8-15d0-4970-8266-bc24849ff057.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01dc605eff7f7be6cf5261fb02621a6584c268386173fdf893988fec5bd6c11 +size 2653828 diff --git a/images/d9c12bb3-5689-4912-8a89-6f80e5396a27.jpg b/images/d9c12bb3-5689-4912-8a89-6f80e5396a27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2f51db652cd853e18c3a5774bee46a8d864e2eb --- /dev/null +++ b/images/d9c12bb3-5689-4912-8a89-6f80e5396a27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c65a56a8ecca84caf53e4e729aae76aa1a20161138fc8146ec965628571db6d +size 2616736 diff --git a/images/d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79.jpg b/images/d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ee9a3953d5cc5274e7bf0b943a31f9206a3f1cd --- /dev/null +++ b/images/d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cff2bb53e34230c4b4836e42073ef0d3ee297b26f5ae1015a762a1d62cd149 +size 1813667 diff --git a/images/d9cbeefb-ec7e-4383-ab34-44b61bb406d1.jpg b/images/d9cbeefb-ec7e-4383-ab34-44b61bb406d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53aacc2bc875d25eca8d26a4fc445d352dfdd43c --- /dev/null +++ b/images/d9cbeefb-ec7e-4383-ab34-44b61bb406d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2e50a45f45a1e456b44bf07a704c12a19832275af173a6d90892b94cf7092a +size 1756521 diff --git a/images/d9cc4730-8fc8-4046-8143-14cc995e0ee9.jpg b/images/d9cc4730-8fc8-4046-8143-14cc995e0ee9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b94a9f4aa027b236c10216235490d291a417d07 --- /dev/null +++ b/images/d9cc4730-8fc8-4046-8143-14cc995e0ee9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b869559c8a0eb8ab3d840cef86ee03ac5d82ae64301c922948423961127028 +size 1568052 diff --git a/images/d9cd956f-aeac-4e47-86cd-eb0245cb123c.jpg b/images/d9cd956f-aeac-4e47-86cd-eb0245cb123c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e52a1c4aacb5ac4bfbe4ab9e78cae453f4e728d2 --- /dev/null +++ b/images/d9cd956f-aeac-4e47-86cd-eb0245cb123c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f934e9ef818b8251ceac2fa7c622da7e9fbb019eae1e62f94a7a18f7cec17e6e +size 1565704 diff --git a/images/d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3.jpg b/images/d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61256cbf872e4b337f2bd3176efdef7638f8b4b2 --- /dev/null +++ b/images/d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6c0880b0c7591d78f41942225bdf31394078cbc97738fad789e826dbf90f43 +size 1458673 diff --git a/images/d9dc00dc-2829-4ef7-9800-29e113311b0b.jpg b/images/d9dc00dc-2829-4ef7-9800-29e113311b0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07044aa3ecec120950175ab7765b4f9e192841d1 --- /dev/null +++ b/images/d9dc00dc-2829-4ef7-9800-29e113311b0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00359014a33b2b34e6cd2d5f8ccb4868e9063616cd335053eab5a1f804211167 +size 1082260 diff --git a/images/d9ddfcfc-7692-4953-8a9a-fc1497ddecef.jpg b/images/d9ddfcfc-7692-4953-8a9a-fc1497ddecef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4cd08541b98fc27849197214c7d3fcfd8258813 --- /dev/null +++ b/images/d9ddfcfc-7692-4953-8a9a-fc1497ddecef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0ebeee8ff8a57f0f7201dcd5d76e0f9952869e74d5381266ed3eac83723a69 +size 1119441 diff --git a/images/d9e500d4-b711-4eea-8ba4-8abaa31a9f18.jpg b/images/d9e500d4-b711-4eea-8ba4-8abaa31a9f18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0ad10a436f68b1964880bd11f04128c8ac165da --- /dev/null +++ b/images/d9e500d4-b711-4eea-8ba4-8abaa31a9f18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6ac361f06498f7c3427b8f345cb84b28dc7483936b9a121c27b9dfbaf40f7c +size 1848540 diff --git a/images/d9ea60f6-e2b3-4a9d-a454-a3da2842a965.jpg b/images/d9ea60f6-e2b3-4a9d-a454-a3da2842a965.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8635d761da86cccb5d3260d235cfacef3680a368 --- /dev/null +++ b/images/d9ea60f6-e2b3-4a9d-a454-a3da2842a965.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cbaef847ac09f8b62bead9dc77a2898efc30d9e347a4b58c57915f468bb4f2 +size 1527441 diff --git a/images/d9ea6d7c-d8f7-462b-9758-dcba4340f964.jpg b/images/d9ea6d7c-d8f7-462b-9758-dcba4340f964.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2beaa306cbae4fcad158eb39017ca52a7ae038e --- /dev/null +++ b/images/d9ea6d7c-d8f7-462b-9758-dcba4340f964.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e25d42b95b8c19092f265e82d741028ee2c0a97a7a840b8e682e07186584d1 +size 1689366 diff --git a/images/d9eab735-48dd-4871-9e52-6c09f2fe6329.jpg b/images/d9eab735-48dd-4871-9e52-6c09f2fe6329.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c33198eee5d8b597afdc059d36d78152e95656e --- /dev/null +++ b/images/d9eab735-48dd-4871-9e52-6c09f2fe6329.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e62414ee3235300da4a0dfd4efe6cf3dc47fda886d6b3fa0781c5fb9875d000 +size 1600237 diff --git a/images/d9f1fd7f-2417-4298-a8db-1e51361d1337.jpg b/images/d9f1fd7f-2417-4298-a8db-1e51361d1337.jpg new file mode 100644 index 0000000000000000000000000000000000000000..630960a76166d5c99e54cb51b5c8dc0fa881ec7c --- /dev/null +++ b/images/d9f1fd7f-2417-4298-a8db-1e51361d1337.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95f00108d670d24f1f66a34a8f52730e3638622d0ac4ca1f61ef5138fa25f54 +size 1108040 diff --git a/images/d9f4c32c-a3e2-4141-9adb-9928de30e7d9.jpg b/images/d9f4c32c-a3e2-4141-9adb-9928de30e7d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3258786b228eed929e5ba52b4cd82dcd2fa051a --- /dev/null +++ b/images/d9f4c32c-a3e2-4141-9adb-9928de30e7d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff95482b4c1a109669903a26084ffc61e28325f2796b2e525088559bc42cd7b +size 1481904 diff --git a/images/d9fb0b50-4730-4ec0-ad44-0d0047638293.jpg b/images/d9fb0b50-4730-4ec0-ad44-0d0047638293.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8be34e0677709fce6a5eb58185027970e1deb1d2 --- /dev/null +++ b/images/d9fb0b50-4730-4ec0-ad44-0d0047638293.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27761faad8cb189421c54bbdcbb72143bc9acc8da49c671447e20ae83452e12b +size 1215209 diff --git a/images/da01fa2b-e350-4a33-a7a9-08bee7d29cb6.jpg b/images/da01fa2b-e350-4a33-a7a9-08bee7d29cb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae0669e32305550ea5286e331e3d20b18beff8a9 --- /dev/null +++ b/images/da01fa2b-e350-4a33-a7a9-08bee7d29cb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a900fdbb27fe21b5f3fbbf361750bd51453f7c767dde9dcf5c36ee52d6207931 +size 1610631 diff --git a/images/da1e4305-a971-4619-be0e-8a9bce7878ce.jpg b/images/da1e4305-a971-4619-be0e-8a9bce7878ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f01bebb621bd2f411ddeda9998b8a6df377c24d9 --- /dev/null +++ b/images/da1e4305-a971-4619-be0e-8a9bce7878ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffa72da8eb5f1924e089706445d735b2701ca259393fbcc51cff7157d2617b6 +size 1633296 diff --git a/images/da27154e-c1cc-4317-859d-cbaa92ee6996.jpg b/images/da27154e-c1cc-4317-859d-cbaa92ee6996.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5deaa9abdd11fad8bccea1994a19c2d76559b5de --- /dev/null +++ b/images/da27154e-c1cc-4317-859d-cbaa92ee6996.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1c5fcc359b40cd09288926300d48545371b344b84d553f803ce0730c56aff3 +size 1740067 diff --git a/images/da349f1e-f18d-416c-a0be-e061f4bbe786.jpg b/images/da349f1e-f18d-416c-a0be-e061f4bbe786.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f683e72c659abde3800d03afa75cdbb439e0440c --- /dev/null +++ b/images/da349f1e-f18d-416c-a0be-e061f4bbe786.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5086ac5d5b3e0ba623b05f92d039f685f06be12566cef0453ead8428cbb3c1 +size 1526740 diff --git a/images/da3a12a0-144f-4596-b71a-637f2fabf00e.jpg b/images/da3a12a0-144f-4596-b71a-637f2fabf00e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f796d359b00e4513b5d8fcba187e769469e27304 --- /dev/null +++ b/images/da3a12a0-144f-4596-b71a-637f2fabf00e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aef4b5fabbd7d8a0426d8dbd7623c9cf741dcb2a81845d9bb9c8c242be6b38a +size 1622957 diff --git a/images/da4cd79b-abe3-44bd-a71f-a74023d97954.jpg b/images/da4cd79b-abe3-44bd-a71f-a74023d97954.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de3a76fdf1e70d4340e3f972dbef9487f9fa82f1 --- /dev/null +++ b/images/da4cd79b-abe3-44bd-a71f-a74023d97954.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30874abbdea484ec7d574a47194a6fe5bae360ec2ba72c03ac954ee24a335af +size 1403598 diff --git a/images/da525b3c-f787-4f51-849d-107e105f1907.jpg b/images/da525b3c-f787-4f51-849d-107e105f1907.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c83cb16c81f2aa1287fdb932e37c2dad05ea3cd8 --- /dev/null +++ b/images/da525b3c-f787-4f51-849d-107e105f1907.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa94c805090228fbcd776bc538ab04a246cd92bded0db9325a013309a2313edd +size 1670887 diff --git a/images/da749db3-e948-4dc0-9162-4a3f74e1897b.jpg b/images/da749db3-e948-4dc0-9162-4a3f74e1897b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e85aa3c3f5abaaefe4d7c5a894c855e8ff05dc99 --- /dev/null +++ b/images/da749db3-e948-4dc0-9162-4a3f74e1897b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0f59ba5ac6ad9e851ee0887978af0794b7e14c0fbab9521fd007722205c63e +size 1124250 diff --git a/images/da76213c-0dda-4774-9e33-1f994c99c83c.jpg b/images/da76213c-0dda-4774-9e33-1f994c99c83c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1504271c7226ec9fa9bb1569f450022f9b65960 --- /dev/null +++ b/images/da76213c-0dda-4774-9e33-1f994c99c83c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806141210b249839dc31d09b0764afc530450e601bdb3d5b32910393241e7f64 +size 1459755 diff --git a/images/da77e37f-b6e7-44ae-a4da-aae36c1e84d5.jpg b/images/da77e37f-b6e7-44ae-a4da-aae36c1e84d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11a9e60855352a7f5f62afb5463a3fd31a08b5fb --- /dev/null +++ b/images/da77e37f-b6e7-44ae-a4da-aae36c1e84d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a01f8b5f5f1c81c295059a594ae1c8162a1397c93ed6f82d08252bd2a2872c3 +size 1302650 diff --git a/images/da7fe771-b399-4ed9-975e-fceceafdb651.jpg b/images/da7fe771-b399-4ed9-975e-fceceafdb651.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3880f6fb106389a0e345b877dd73a2318919c10c --- /dev/null +++ b/images/da7fe771-b399-4ed9-975e-fceceafdb651.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30c38f5b0d14cba9ae6ef8ebe5e666359a0a24c729bdba09dbc031b985125ef +size 1858928 diff --git a/images/da8105ff-8ba4-4b7c-a94e-e8c757d10c9f.jpg b/images/da8105ff-8ba4-4b7c-a94e-e8c757d10c9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a953fc2503218e4e2437936174a870784af9ab5c --- /dev/null +++ b/images/da8105ff-8ba4-4b7c-a94e-e8c757d10c9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29652e7d8045830bffbdf882a6cbe13bbf634e266692197f92c603714b0f3782 +size 1474046 diff --git a/images/da82d145-e978-4ac2-9429-ba424af487dc.jpg b/images/da82d145-e978-4ac2-9429-ba424af487dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06d75c2147fcf5038d68ee63e8066aebd538f2fa --- /dev/null +++ b/images/da82d145-e978-4ac2-9429-ba424af487dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d1bba3672f3c98defe1424c81b5fd3edecf90510aae1145a92f6d784a2a9d2 +size 1645520 diff --git a/images/da99ebfa-05bc-403d-a137-717fea2166bd.jpg b/images/da99ebfa-05bc-403d-a137-717fea2166bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49cf14837b8bf05631639806efb03ef31530fdb8 --- /dev/null +++ b/images/da99ebfa-05bc-403d-a137-717fea2166bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc59e86205385f5190d7fbcf6adf3adea313b28eba00b2ee709629522420096 +size 1648102 diff --git a/images/da9dc5bf-067d-4815-a6ff-dc1bb7bb090e.jpg b/images/da9dc5bf-067d-4815-a6ff-dc1bb7bb090e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b426f56e978cb4cf27aed6e0a2c1fedfa77d4818 --- /dev/null +++ b/images/da9dc5bf-067d-4815-a6ff-dc1bb7bb090e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8174b8ba9f31f08c25432696a2b4677cf7e2e437dc31fb771c8074d25366a55 +size 1343090 diff --git a/images/daa14df0-75f7-497d-85b5-f406ac602c2f.jpg b/images/daa14df0-75f7-497d-85b5-f406ac602c2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5ee6fb06638c7e2c2d82e293124ee40db3177fb --- /dev/null +++ b/images/daa14df0-75f7-497d-85b5-f406ac602c2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164e77214ab17af17dc7365bcc7273b2f54fae8d4b301206d7c59b6e83870ff9 +size 1287672 diff --git a/images/dab55364-a7e7-434b-8401-d3ad34df3da1.jpg b/images/dab55364-a7e7-434b-8401-d3ad34df3da1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e575c5472ad67c70312133ebb90990621bfb5f24 --- /dev/null +++ b/images/dab55364-a7e7-434b-8401-d3ad34df3da1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949316f8d1b96692081d091e1ed6e0c5e0b626cc26588405b063eb4b2fc33cf8 +size 1681835 diff --git a/images/dab8caf8-bf95-401f-8964-7eee310fc745.jpg b/images/dab8caf8-bf95-401f-8964-7eee310fc745.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e39ea9788d685138db89ae51d9edc9994d9fa3c4 --- /dev/null +++ b/images/dab8caf8-bf95-401f-8964-7eee310fc745.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ddfd4c28c632413c2dada55036326ab569bb79c243cfa64f4c41334ae6e589 +size 1412333 diff --git a/images/dabbc8c3-546d-4ee5-bda3-79e0c1b486ce.jpg b/images/dabbc8c3-546d-4ee5-bda3-79e0c1b486ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80b8b44430713d2b979465767c3b228b04d9dac3 --- /dev/null +++ b/images/dabbc8c3-546d-4ee5-bda3-79e0c1b486ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3ab7b4bb220e3b470e7ade8c1a0f8cfbb073a8f58654b8e594063b2dc3d958 +size 1729406 diff --git a/images/dabff1e4-b612-4cab-a0c5-647d81211891.jpg b/images/dabff1e4-b612-4cab-a0c5-647d81211891.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54bcc35a1fb520b5e31cec5e2915401f1883b16b --- /dev/null +++ b/images/dabff1e4-b612-4cab-a0c5-647d81211891.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2ccd7fd4c55a6bc8b3bdd323d1585abf7d99886bd57c1d0952144df3e4f384 +size 1501313 diff --git a/images/dac1ea70-d3ce-4d66-be2e-c389b904aec0.jpg b/images/dac1ea70-d3ce-4d66-be2e-c389b904aec0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c79099e2cd9b7a341ebf00e888a51317cb245aac --- /dev/null +++ b/images/dac1ea70-d3ce-4d66-be2e-c389b904aec0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d63a4723685ce8f55ef7bbecb5ddde692b5b96aa61918df338e8ed40fdb194 +size 1555993 diff --git a/images/dac22b9e-45d7-4ac7-87e0-526aa3409a8e.jpg b/images/dac22b9e-45d7-4ac7-87e0-526aa3409a8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28d2b5d4fa66c0ec81c044100a256ac2b6d7eb9c --- /dev/null +++ b/images/dac22b9e-45d7-4ac7-87e0-526aa3409a8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17865609a48526fefd49eb0da50d755c0d9de780df6a0a116632ce7e93bc8c30 +size 1715241 diff --git a/images/daca3c02-42e9-43d8-9e6f-ac3a3f13ef44.jpg b/images/daca3c02-42e9-43d8-9e6f-ac3a3f13ef44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe0a67eae2718ab858786776f58697aa78bbaf7 --- /dev/null +++ b/images/daca3c02-42e9-43d8-9e6f-ac3a3f13ef44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597dd1cf5ffd13986fefa95c19a0d904c5808a3994e87c7cbf96c03657e4dcff +size 2511404 diff --git a/images/dace5c28-96ac-4c03-927b-5f000cf1bb84.jpg b/images/dace5c28-96ac-4c03-927b-5f000cf1bb84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29dbee8349c68277c2a4fa3b526ed16fb41364fa --- /dev/null +++ b/images/dace5c28-96ac-4c03-927b-5f000cf1bb84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b36a22da51a1f226b2651632e71395a4da7fb3d55429c38cc16fd47d77cb4bf +size 1426520 diff --git a/images/dad0327f-dc1a-40a9-a007-ec0a19372e5d.jpg b/images/dad0327f-dc1a-40a9-a007-ec0a19372e5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7c3bb94f9056b4fd71751939a2ffad6c0061b4b --- /dev/null +++ b/images/dad0327f-dc1a-40a9-a007-ec0a19372e5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd439176ed2dd93fa14ded93ce067f4b5b11026c0467248bf023beb70fca59 +size 1554225 diff --git a/images/dadf1a2d-9ddf-4333-aea8-5cfae5731296.jpg b/images/dadf1a2d-9ddf-4333-aea8-5cfae5731296.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6b2eb7d0822c0d1eb065c2ae9040a487e7c74e6 --- /dev/null +++ b/images/dadf1a2d-9ddf-4333-aea8-5cfae5731296.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d296fd4030bdd01f7cd218b5828fd54c82bb674e9c1fc091e45d37e5d6edac +size 1594473 diff --git a/images/daec3a71-23d6-4923-932f-89cdf4275fa3.jpg b/images/daec3a71-23d6-4923-932f-89cdf4275fa3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc0a949a96791f4ff4afdb2ed400a7cc472f71a --- /dev/null +++ b/images/daec3a71-23d6-4923-932f-89cdf4275fa3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d360622e07def128db2efd1d8239e3671147fa80970e600503ac196a36d5be7 +size 1453571 diff --git a/images/daf39fd2-0d76-4a27-981c-caadad3d2aef.jpg b/images/daf39fd2-0d76-4a27-981c-caadad3d2aef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42793b74f364c061fda108bc3f5c03255b5683f6 --- /dev/null +++ b/images/daf39fd2-0d76-4a27-981c-caadad3d2aef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471f899e1b995749e53829051b7710e672373d025dd28e3698bb7f76fc366ef9 +size 1443006 diff --git a/images/db00307f-5db6-4817-a6c9-e23f0c63f470.jpg b/images/db00307f-5db6-4817-a6c9-e23f0c63f470.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c651b7f1127f4b78f39fdf7a36f9b9dfce1d2d6b --- /dev/null +++ b/images/db00307f-5db6-4817-a6c9-e23f0c63f470.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8d44f4e399eb76dbfca3b10151f891423b1bb8d65858265d104d880109f3fa +size 1670618 diff --git a/images/db1746d9-4b2e-4261-a787-d2b977a093e7.jpg b/images/db1746d9-4b2e-4261-a787-d2b977a093e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9df9d760b631788f8ffa42e665dec1e93ae1203b --- /dev/null +++ b/images/db1746d9-4b2e-4261-a787-d2b977a093e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e62d51f40de6c3e8e75405b63f1ab024cd93d9479a14d591d9e0fdec526cda5 +size 1802019 diff --git a/images/db1ad5d9-85df-4aa0-8ad5-41a620b180e1.jpg b/images/db1ad5d9-85df-4aa0-8ad5-41a620b180e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7447f270082be5a4ec3cc55acf3955febb6aa63c --- /dev/null +++ b/images/db1ad5d9-85df-4aa0-8ad5-41a620b180e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8271906b3fbfa07ea92311f465d52e0c7163b54abb4ff78438f3c130152f28a8 +size 1742190 diff --git a/images/db1d118d-3be7-4590-b488-4b8c2837f97a.jpg b/images/db1d118d-3be7-4590-b488-4b8c2837f97a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8d519c474bccd8e8ea752be3db807f43a32c3a4 --- /dev/null +++ b/images/db1d118d-3be7-4590-b488-4b8c2837f97a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355d142d63e02fcb26cf8c780fe6151c82c5ada85f43db4bc7cf25d56b52ac6d +size 1570136 diff --git a/images/db2623e1-e0c3-4471-aeed-9d06a54ad580.jpg b/images/db2623e1-e0c3-4471-aeed-9d06a54ad580.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53e40b29e6938decef0389e795d8194c61d1cc95 --- /dev/null +++ b/images/db2623e1-e0c3-4471-aeed-9d06a54ad580.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ed89beae9d8d9b9e84592cd1b2ddbf130a39ce57147226aed2d81a1797f922 +size 1727944 diff --git a/images/db279ab1-55cd-4bda-a970-c7bf2c4febf0.jpg b/images/db279ab1-55cd-4bda-a970-c7bf2c4febf0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ec23571af0a0f3aca4e0c0cbbfa9df200c0d80a --- /dev/null +++ b/images/db279ab1-55cd-4bda-a970-c7bf2c4febf0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbae0a0ce8614af4c09d90dbbcba89bd8c97fe978ea3cd11ac5f38d5d0d14ea5 +size 2936164 diff --git a/images/db325d28-69e9-4c27-9f99-16c043b432a8.jpg b/images/db325d28-69e9-4c27-9f99-16c043b432a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cbed9338d633e02570194bd9673975189b48e58 --- /dev/null +++ b/images/db325d28-69e9-4c27-9f99-16c043b432a8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f016eed00048c6aa0bc6717af5a7fe5a9e08d14637f294bb4dabe937cb792a +size 2006465 diff --git a/images/db33c13b-8451-4120-92a5-47e7e11c3df6.jpg b/images/db33c13b-8451-4120-92a5-47e7e11c3df6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ccddbd0ca1e9645bc660a0b963a7d7a5b6b2567 --- /dev/null +++ b/images/db33c13b-8451-4120-92a5-47e7e11c3df6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3d110178203aa4b89c754e60cc3907fad9c12b0b228a2ccaa14a025aac0e89 +size 3563095 diff --git a/images/db475bf8-c547-44ce-83a5-1f50996ae9bc.jpg b/images/db475bf8-c547-44ce-83a5-1f50996ae9bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7037f51b1bca579e3ea27a8b4cda8193dbaca6ef --- /dev/null +++ b/images/db475bf8-c547-44ce-83a5-1f50996ae9bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f068d19f9621d681689e3364e8caeda351ae8a1b2e9a84f6a04cb639dc42882b +size 2863636 diff --git a/images/db4c55d7-1fc9-4db2-badf-7c21cfe5b07c.jpg b/images/db4c55d7-1fc9-4db2-badf-7c21cfe5b07c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eef23ccbac220438dbd6711147fc54403e6cb33 --- /dev/null +++ b/images/db4c55d7-1fc9-4db2-badf-7c21cfe5b07c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25a53443ff0cce7dd7e7c43309161e3daa2c819e2c1ff6306e249930f2292ed +size 1649860 diff --git a/images/db4ea57e-51be-4b04-b7a3-9e8903a0b60b.jpg b/images/db4ea57e-51be-4b04-b7a3-9e8903a0b60b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..579a3a5de4b9e9effff21a9fe05e71a8c51ffd49 --- /dev/null +++ b/images/db4ea57e-51be-4b04-b7a3-9e8903a0b60b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8fae77965287a890ecf57ea9c11bf3f1388d7b98cf5815e18f84cff8c4811a +size 2075024 diff --git a/images/db55e9ad-7bca-4457-a0e1-9db7ba21ca17.jpg b/images/db55e9ad-7bca-4457-a0e1-9db7ba21ca17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..472a207b47cca60ba1db3b915a1a4f6d3d323f15 --- /dev/null +++ b/images/db55e9ad-7bca-4457-a0e1-9db7ba21ca17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed5f7dbabfb422eff99d1e612adf69e76e134ca74c0ffd99e61397dec0b29bc +size 2271253 diff --git a/images/db5a8409-a8a6-4a1d-9579-6be6ba587ff5.jpg b/images/db5a8409-a8a6-4a1d-9579-6be6ba587ff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89c2bad96006403c26cc7b42c28446deda949896 --- /dev/null +++ b/images/db5a8409-a8a6-4a1d-9579-6be6ba587ff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e720883a802fcbd59a2d2d4cb2311d342e0ab0d8d78734c275903f8dca0d5e07 +size 1623758 diff --git a/images/db5f6a80-a339-4e56-8759-bf1889b4d8e1.jpg b/images/db5f6a80-a339-4e56-8759-bf1889b4d8e1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a603b62ec96a05efed2c7cfdb9e1aa86a9b750f4 --- /dev/null +++ b/images/db5f6a80-a339-4e56-8759-bf1889b4d8e1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a50a36b1e00153fb5365d8c59e856a91710d19b7a8bb54c68b7e5c4b9e88ec +size 1590203 diff --git a/images/db75ab1c-12fa-4ee9-908f-df52ecd5fc5a.jpg b/images/db75ab1c-12fa-4ee9-908f-df52ecd5fc5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a57553b9e502963f42280c2e54d67bf2e59e28ff --- /dev/null +++ b/images/db75ab1c-12fa-4ee9-908f-df52ecd5fc5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028b0a93f3c89c22e2f7fc3fa05a5942573211956f57d328276a881ac75ac06d +size 1705784 diff --git a/images/db760b31-9f25-4ca9-82c6-e8f928d3d1bd.jpg b/images/db760b31-9f25-4ca9-82c6-e8f928d3d1bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2a7b7897dcf754bc0cdf1d5afb118b746cd1fa6 --- /dev/null +++ b/images/db760b31-9f25-4ca9-82c6-e8f928d3d1bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe8a342859506c89ab67cab7466134a93d0a7daa573978ae9e86d439eb87c5e +size 1331904 diff --git a/images/db76deca-66cf-41b8-8360-2b213fa06350.jpg b/images/db76deca-66cf-41b8-8360-2b213fa06350.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e1d087f9181fe93c9cae00219778f9ded333bd3 --- /dev/null +++ b/images/db76deca-66cf-41b8-8360-2b213fa06350.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9542538dac3a79cfe962616295b6bf6397603cc4d6f97513c646644aec0610bf +size 1405114 diff --git a/images/db793f66-a73a-4fb3-9eed-6e0d78d9d2d9.jpg b/images/db793f66-a73a-4fb3-9eed-6e0d78d9d2d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3af05a1924bca17d7465cb9745a0bfd9325e112d --- /dev/null +++ b/images/db793f66-a73a-4fb3-9eed-6e0d78d9d2d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643f24099e2f83bbafb926543a8d6fcb47cddecda43e30155b93ce782e7f42df +size 2777041 diff --git a/images/db82d097-5756-4e71-a907-6ed3a29d50bf.jpg b/images/db82d097-5756-4e71-a907-6ed3a29d50bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..265c247383ef34c2f3bd61938bd962ac4d1d6fc6 --- /dev/null +++ b/images/db82d097-5756-4e71-a907-6ed3a29d50bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80038067602babfa5a6cf0bedd4f16d64e033435de4a5664388c25d44efb416 +size 2066734 diff --git a/images/db8553be-b8af-428f-95fa-f82208ed2250.jpg b/images/db8553be-b8af-428f-95fa-f82208ed2250.jpg new file mode 100644 index 0000000000000000000000000000000000000000..788d3c3bd9a1b74e61d5a2d2177284a5f351f317 --- /dev/null +++ b/images/db8553be-b8af-428f-95fa-f82208ed2250.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94d1901807bb19edf9ebb316456d4e3bb6127ebdd3ab9323ace6a483ac4108b +size 1314800 diff --git a/images/db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b.jpg b/images/db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d7806813573ffa40fe81bbd4f919ee4e6073820 --- /dev/null +++ b/images/db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7259ea5b75c9b55fa8f750f915f56a2b1766e7fbfefe23c3998098de219ac56 +size 1672615 diff --git a/images/dba56e7f-1b4c-4531-b159-e7e3fad45429.jpg b/images/dba56e7f-1b4c-4531-b159-e7e3fad45429.jpg new file mode 100644 index 0000000000000000000000000000000000000000..180e8d3c6983223566ceacdbae090b6cfbeb2b54 --- /dev/null +++ b/images/dba56e7f-1b4c-4531-b159-e7e3fad45429.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87eca0456de2b2f67171dc13dd75a34d77cc557637794378d9380252432c93a3 +size 1669515 diff --git a/images/dbb197d0-0638-4dcd-8e53-40e86388d9ef.jpg b/images/dbb197d0-0638-4dcd-8e53-40e86388d9ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5fba892b3172b3f0dee73aca8c990835f4fdfc2 --- /dev/null +++ b/images/dbb197d0-0638-4dcd-8e53-40e86388d9ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a93d3526ae70b53505cada61914f38a15516b3ba67c12deed274fb2f319afd +size 2251142 diff --git a/images/dbb9040a-57d3-4e96-a970-e814551c6cab.jpg b/images/dbb9040a-57d3-4e96-a970-e814551c6cab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..466f930658ec077358d924daa2d90c5864c470df --- /dev/null +++ b/images/dbb9040a-57d3-4e96-a970-e814551c6cab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3449e9f41666752814f58d682d127237a907c88f7024a2ac31dbbdac384c851b +size 1556204 diff --git a/images/dbba382d-637b-4b8a-9d15-f37c62d096a7.jpg b/images/dbba382d-637b-4b8a-9d15-f37c62d096a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22a48c693ec017c468c754caf3bd3e8d6ef0cdfb --- /dev/null +++ b/images/dbba382d-637b-4b8a-9d15-f37c62d096a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89387bfd9eb3d198edab41adf97d57241cda3a51d5478814df748efd75ac50 +size 1603923 diff --git a/images/dbe3ca88-d081-4337-aa9a-f282298487f8.jpg b/images/dbe3ca88-d081-4337-aa9a-f282298487f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b416e0bd8bf3f0e64d2901bebe2e1bf789614f62 --- /dev/null +++ b/images/dbe3ca88-d081-4337-aa9a-f282298487f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f6fb6c3f6b01726e6c56739b3f31597490b11e4dbb4fb9a8ec539dc9e8d46b +size 1543116 diff --git a/images/dbe94fca-b7d2-4430-8a31-58598c1c46cb.jpg b/images/dbe94fca-b7d2-4430-8a31-58598c1c46cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c285b2c88731602cbd32f59e127a4fe70cf992e --- /dev/null +++ b/images/dbe94fca-b7d2-4430-8a31-58598c1c46cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e798ab3285390788cf580c88c5fda35b95b6d3838634795d5d2b002d2c772e44 +size 1646596 diff --git a/images/dbf249a9-517f-4c30-a79d-1ae7bda394fe.jpg b/images/dbf249a9-517f-4c30-a79d-1ae7bda394fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f055ba354dc4f46aedac5bbaaebeaa04bf7bff9 --- /dev/null +++ b/images/dbf249a9-517f-4c30-a79d-1ae7bda394fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb95cc4e1346c8ae82d295bd6b68a85a6b6fb314cc42a86080230d99445b4c43 +size 1323725 diff --git a/images/dbf60d5e-1acc-49af-a0f3-55bcff20ae45.jpg b/images/dbf60d5e-1acc-49af-a0f3-55bcff20ae45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06f77e0a7d263581a2efe4131391c339110728c7 --- /dev/null +++ b/images/dbf60d5e-1acc-49af-a0f3-55bcff20ae45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627e264c584fb851e4784b8b92f2217fac3b09ba19497640bb29324dd55dc8dc +size 2474673 diff --git a/images/dbf7a61e-5704-4de1-bbad-1c3fec4c5398.jpg b/images/dbf7a61e-5704-4de1-bbad-1c3fec4c5398.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8a53aba9adafc5dce88561d4582a976aa0f5654 --- /dev/null +++ b/images/dbf7a61e-5704-4de1-bbad-1c3fec4c5398.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a636fcfbd2526eabd855c68b6164037b2c6a39739096306a970aa56a67a23c +size 1356345 diff --git a/images/dc00ea94-c5b2-4187-bedb-d2f582cdea8f.jpg b/images/dc00ea94-c5b2-4187-bedb-d2f582cdea8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a21034899460f2a4342215fecaeb65c161ac670e --- /dev/null +++ b/images/dc00ea94-c5b2-4187-bedb-d2f582cdea8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefd91f293801ffad83acd6320fd203974c7da81dc81b2a609b4d1810ccbd7e5 +size 1327715 diff --git a/images/dc06fd19-69ec-40bb-a83d-457218ab8464.jpg b/images/dc06fd19-69ec-40bb-a83d-457218ab8464.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01d4b46e2f790ab4c1ebbec6c8a92a7dc35953a2 --- /dev/null +++ b/images/dc06fd19-69ec-40bb-a83d-457218ab8464.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08c2c7ab395f7ce7ea609001bf8b3bc68834671ffc53595858c40aa592caf5c +size 1486137 diff --git a/images/dc17579b-75d3-4b8c-b105-aeff3c167805.jpg b/images/dc17579b-75d3-4b8c-b105-aeff3c167805.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09a00548054cd54fa4704906ccb061d0f9cc1393 --- /dev/null +++ b/images/dc17579b-75d3-4b8c-b105-aeff3c167805.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e597e377dce1a90d92a178c79586c8ee743774209d846aff0b15aa54147a64c +size 1662414 diff --git a/images/dc2fc64c-b1d9-4b33-9700-666d1726e937.jpg b/images/dc2fc64c-b1d9-4b33-9700-666d1726e937.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01fe5ff75916afcd5f04070bdd4fea81d0e71b31 --- /dev/null +++ b/images/dc2fc64c-b1d9-4b33-9700-666d1726e937.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c737c629b68356cb05f2a0a08d6035bd95f0edbb0f092804f39d17924949a33 +size 1711941 diff --git a/images/dc3bb14e-d580-4389-b9c9-a20b27425fa5.jpg b/images/dc3bb14e-d580-4389-b9c9-a20b27425fa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8185718bece2d5b53806d7870a383a7b0ac5857 --- /dev/null +++ b/images/dc3bb14e-d580-4389-b9c9-a20b27425fa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2e2e208de271fccc822d07638a0d3fec974290a2dd47498630b3fcb310764c +size 1579656 diff --git a/images/dc4541d6-d2f5-4dc2-958e-f41dffcc69c6.jpg b/images/dc4541d6-d2f5-4dc2-958e-f41dffcc69c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bf2043a8c92355ec19a0c66ba96ac9054242587 --- /dev/null +++ b/images/dc4541d6-d2f5-4dc2-958e-f41dffcc69c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e8abfc37cdf7e0e555169a9ac065f8997d6a30c1aa8068527b133f864625da +size 3350650 diff --git a/images/dc52ad5c-eb1c-44e0-ac3a-8bb615273086.jpg b/images/dc52ad5c-eb1c-44e0-ac3a-8bb615273086.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8ab883514f43f0f524c72fc9b7ccbde04abd6b7 --- /dev/null +++ b/images/dc52ad5c-eb1c-44e0-ac3a-8bb615273086.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d3b1923d18368715119f3fa3588b0600c364fb6c83d8b0d6196da199555d26 +size 1408038 diff --git a/images/dc62a53d-0fa0-4e30-b0b1-1a061af8f141.jpg b/images/dc62a53d-0fa0-4e30-b0b1-1a061af8f141.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3748892de084f41409255ce64a00fd83f01287b --- /dev/null +++ b/images/dc62a53d-0fa0-4e30-b0b1-1a061af8f141.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70417691dda56650e380de09dcb13cf743b7df3f86260feb7bab95ab288af133 +size 1578690 diff --git a/images/dc68c246-eef1-42b0-9ef6-22ae0307687d.jpg b/images/dc68c246-eef1-42b0-9ef6-22ae0307687d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ccdc24ebdea69c2c7c1fe45fdbf15f3d5bb2d30 --- /dev/null +++ b/images/dc68c246-eef1-42b0-9ef6-22ae0307687d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4d232c669ec5bd2938184bee33fc3fbcdea9c43f7d631ac5b4a5107a6bd1ca +size 1217788 diff --git a/images/dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2.jpg b/images/dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..326daa564bb36a47c906f9bb83f0faca608d52ca --- /dev/null +++ b/images/dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8c6dfd13ff4a7241afbde1a0a87ccb13ef4dff023f61ad435b2d67a8fa8866 +size 1670337 diff --git a/images/dc7390fb-629b-4493-a75a-3c73134c1b05.jpg b/images/dc7390fb-629b-4493-a75a-3c73134c1b05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f989f2a2ca974e80742f9f38ab695be57e8a168f --- /dev/null +++ b/images/dc7390fb-629b-4493-a75a-3c73134c1b05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b444ebe2f3e9404f738dcb0a667777a6731dcb90b21bb1ee070bd23bfde15cfc +size 1136018 diff --git a/images/dc7b69fd-5927-43d2-b255-8d0d37d1dd2a.jpg b/images/dc7b69fd-5927-43d2-b255-8d0d37d1dd2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18f8191f73e0c5b8c6dfc22ed8c03853fd4a0631 --- /dev/null +++ b/images/dc7b69fd-5927-43d2-b255-8d0d37d1dd2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d046ef96c560d2c40574500ebc4d8d690f0192eb55030607e86ae7a531bf52fc +size 1183804 diff --git a/images/dc833e5a-1e88-4ebc-9bdc-c2b158f40174.jpg b/images/dc833e5a-1e88-4ebc-9bdc-c2b158f40174.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16a301308a3fce28ae53d00b46937f013a9b1cfa --- /dev/null +++ b/images/dc833e5a-1e88-4ebc-9bdc-c2b158f40174.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebabc46ba615efa5d8afb96a9e046c60101a0e6a0adf0cc11ffb430097173e0 +size 1799833 diff --git a/images/dc843478-71ba-4290-9cc4-4c7217ba2939.jpg b/images/dc843478-71ba-4290-9cc4-4c7217ba2939.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83153b95a08c64a3d8c8a60296850bf7687f1cec --- /dev/null +++ b/images/dc843478-71ba-4290-9cc4-4c7217ba2939.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa5381c8b8de597bf1a21d836080b6f8b869f20937bd7d4dc6d9bc7df55607f +size 1663854 diff --git a/images/dc8be418-e1e9-4208-bde3-4019f55337d4.jpg b/images/dc8be418-e1e9-4208-bde3-4019f55337d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd8ec066f4bfee4a7ea9f1dd340f51d61e05fbc1 --- /dev/null +++ b/images/dc8be418-e1e9-4208-bde3-4019f55337d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42826bc8436b539fa65c2ed5fed2fcbde6edb441f1101b0e684a2173ac9cd25 +size 1277069 diff --git a/images/dc8f3fc7-fa83-4046-a2ed-54c3ad911583.jpg b/images/dc8f3fc7-fa83-4046-a2ed-54c3ad911583.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef9721319e214fd61d827a89857131114646ca67 --- /dev/null +++ b/images/dc8f3fc7-fa83-4046-a2ed-54c3ad911583.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6f5cd85c86bbcf034b3c5b6de549cabd9dd7341032db258fe85dbeac3bd446 +size 1921770 diff --git a/images/dc95a505-55c5-4714-9029-efdb76fe2a7c.jpg b/images/dc95a505-55c5-4714-9029-efdb76fe2a7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..babc8e71196b10cbc144d7e777b6f32e70a01ea7 --- /dev/null +++ b/images/dc95a505-55c5-4714-9029-efdb76fe2a7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1a568c94d3556ee283ff63800afa5f1aab6bd9ff05f1a1bb4f7bc8569662b5 +size 1861581 diff --git a/images/dc985a7c-e2a1-4818-9339-5e9c81cfe1a9.jpg b/images/dc985a7c-e2a1-4818-9339-5e9c81cfe1a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cbc35b37ae16ee20d5009ffadf90969b32353e9 --- /dev/null +++ b/images/dc985a7c-e2a1-4818-9339-5e9c81cfe1a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84d6cec914423b128bc76dfb76d36b5a4f1629aa77ad95d3fbacfe3e6ae5f3c +size 1754832 diff --git a/images/dc9a3414-4a75-4943-b7cf-1b8a4ac649dd.jpg b/images/dc9a3414-4a75-4943-b7cf-1b8a4ac649dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22a0f2ad26cda4a718b07e99fdae227c6aab31fd --- /dev/null +++ b/images/dc9a3414-4a75-4943-b7cf-1b8a4ac649dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefe2269a25bac5500f7f0b08893e8f8bef881f5f433faaafc04fea31537dedd +size 2328231 diff --git a/images/dca773e4-ffcc-46a7-8d19-8375c2a18ee0.jpg b/images/dca773e4-ffcc-46a7-8d19-8375c2a18ee0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a2fd60156f3db9a8b1b63677b66c909065ecd99 --- /dev/null +++ b/images/dca773e4-ffcc-46a7-8d19-8375c2a18ee0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cfebdbd987dc73a782bef4df2d608b323451477142f5284405d2fb0f793ecb +size 1569156 diff --git a/images/dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae.jpg b/images/dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d5de0fa49d59de7cae6bb0a442d3bde029415dd --- /dev/null +++ b/images/dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993334d62693d035200ce65aa99b150fa9f275a0401bf451cd799a10639d32f6 +size 1609551 diff --git a/images/dcbe0a14-5242-451d-ba3a-a671a4743b3d.jpg b/images/dcbe0a14-5242-451d-ba3a-a671a4743b3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a926fca18c3abee342555a36fc13685917f5b67e --- /dev/null +++ b/images/dcbe0a14-5242-451d-ba3a-a671a4743b3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e203cfcf21504f7dc090cd86b6a25004a65248bd3a62ef7c84be3453eb80d9 +size 1430577 diff --git a/images/dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b.jpg b/images/dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cc79da9f92dd84c8fce790d936180165d9ca118 --- /dev/null +++ b/images/dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ddd6663c97a0d4625a62bfb815d1670ddd37a5a7cf27a8e266861d04566efb +size 1625999 diff --git a/images/dcd63ddc-6762-4a38-be28-dbc7cad71f4b.jpg b/images/dcd63ddc-6762-4a38-be28-dbc7cad71f4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb9588b03228b2474937c55441d4c4fa2cd66ec4 --- /dev/null +++ b/images/dcd63ddc-6762-4a38-be28-dbc7cad71f4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34de99dde622ab39ca4a823a200eec179cc68215aeb919f8bf6b8c7594c9ee5e +size 1635221 diff --git a/images/dce6f2f3-f1c0-483a-992e-d19b944620cb.jpg b/images/dce6f2f3-f1c0-483a-992e-d19b944620cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d10dd472e75f279cc0f45e1c9363fa9753b8e253 --- /dev/null +++ b/images/dce6f2f3-f1c0-483a-992e-d19b944620cb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f5daaa91701dedfeba80ae73df6c49ce5924be47faa4c9af1d89aee74106f8 +size 2487312 diff --git a/images/dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668.jpg b/images/dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9a8f842b2673e3fc924dbddbcdb687f97a5e62c --- /dev/null +++ b/images/dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61037cfa51ab3b28ede158b977df8c93b0df450353e0939ac7b50b0ea412e289 +size 1629072 diff --git a/images/dcf59ada-46c3-4fea-8915-4e52185caa12.jpg b/images/dcf59ada-46c3-4fea-8915-4e52185caa12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..544e273f98227d9f61edcf3157c8ca0e3063a6cf --- /dev/null +++ b/images/dcf59ada-46c3-4fea-8915-4e52185caa12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4991fdf63266fef267e77b0ffe81fc69716e6622bb57746446c20d5da1ef28bf +size 1457012 diff --git a/images/dd014204-1a08-4344-8b21-acc23d762807.jpg b/images/dd014204-1a08-4344-8b21-acc23d762807.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee29b761b6911404ed251f51635b4a51a24c869d --- /dev/null +++ b/images/dd014204-1a08-4344-8b21-acc23d762807.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdc7502a0fdc51e919501beac72e33f86ab7426b00b281d8086240a7c8fa2e0 +size 1777773 diff --git a/images/dd056465-3c6f-4a0f-a513-41572c562a23.jpg b/images/dd056465-3c6f-4a0f-a513-41572c562a23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..153cc03eb4030fa4af157eb7971dd5e1bb077bf9 --- /dev/null +++ b/images/dd056465-3c6f-4a0f-a513-41572c562a23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2930fbbfa8b15a8c7bdba8ee42e3e60ca8729e87d7cde0278bbf522263d6c827 +size 1277602 diff --git a/images/dd1d376a-3dd7-4c28-a424-38c145971a2e.jpg b/images/dd1d376a-3dd7-4c28-a424-38c145971a2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..918e12d3e9bfb2433ee8426f157e489b6ee228e0 --- /dev/null +++ b/images/dd1d376a-3dd7-4c28-a424-38c145971a2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7400d5868fd4d18aa8719a55eac3dd3d1f9ae37f6a718c7f51ec9224d3275887 +size 1473464 diff --git a/images/dd2233cd-928f-4ade-8f2d-ee9f178248bf.jpg b/images/dd2233cd-928f-4ade-8f2d-ee9f178248bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7faab9d20e3d105862a898db2ed70cce1009e2f4 --- /dev/null +++ b/images/dd2233cd-928f-4ade-8f2d-ee9f178248bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1203370a3663253db8047765838421edcbe5d53477d15221ab3567db87d8452 +size 1808486 diff --git a/images/dd2471c2-38c4-45ab-b865-de4eba19df99.jpg b/images/dd2471c2-38c4-45ab-b865-de4eba19df99.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cc584f7a8f4b0118e71f6e780a9d33c8e8ff2e6 --- /dev/null +++ b/images/dd2471c2-38c4-45ab-b865-de4eba19df99.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a836688890dfc264b61ca075aff236403e1a9b31f2a225198cd5c87efe9db8 +size 1537864 diff --git a/images/dd2cc585-ee84-44fc-bf16-cee9f644ee18.jpg b/images/dd2cc585-ee84-44fc-bf16-cee9f644ee18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cecebeb97f2e8d70aaa36a6d6807dee772af50d --- /dev/null +++ b/images/dd2cc585-ee84-44fc-bf16-cee9f644ee18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6b42489eedaed4d44e192fcf3557459d8987ead5861a831fa43f569f6c1c08 +size 1667466 diff --git a/images/dd3046bf-c59c-4596-82c3-4f667780ff6c.jpg b/images/dd3046bf-c59c-4596-82c3-4f667780ff6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bb397097678d611716caac07c425e9bf0f10092 --- /dev/null +++ b/images/dd3046bf-c59c-4596-82c3-4f667780ff6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65521681637ed9ed44c4ee52b3c4494a55525f222cac3e1f3cd68ee3e77fc9eb +size 1535648 diff --git a/images/dd33b4f1-b202-4acc-9a41-72c683683bea.jpg b/images/dd33b4f1-b202-4acc-9a41-72c683683bea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68a2fd4299882545b9d38566375394338aa215cd --- /dev/null +++ b/images/dd33b4f1-b202-4acc-9a41-72c683683bea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e90050ffbf696939a57f380d2e51b7390a5f5a3c4db18d24014a9d866bc5e66 +size 1480723 diff --git a/images/dd4772be-8a8c-4a45-b000-af5b185ec2de.jpg b/images/dd4772be-8a8c-4a45-b000-af5b185ec2de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cc29609df8bf503dc1ba81aaba87312ee6095fa --- /dev/null +++ b/images/dd4772be-8a8c-4a45-b000-af5b185ec2de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aee3286cc44de3f5b6245041c05ed2769f406478d9f16382818b44771d5152f +size 3054232 diff --git a/images/dd545c23-8858-413c-b3b8-be7839600aa4.jpg b/images/dd545c23-8858-413c-b3b8-be7839600aa4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed9233a535f50f10e5dcbbbe7fcbfc30b46b9f11 --- /dev/null +++ b/images/dd545c23-8858-413c-b3b8-be7839600aa4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721eb0967407d8839cc3a29c4b64e54801ae3a0261f1a0d913308a79553722c3 +size 1591564 diff --git a/images/dd6381c7-4a1e-4a5d-b149-12b8e51a5895.jpg b/images/dd6381c7-4a1e-4a5d-b149-12b8e51a5895.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3392e616be3c7e4237f8ea8c133743b8adb8c6f3 --- /dev/null +++ b/images/dd6381c7-4a1e-4a5d-b149-12b8e51a5895.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870f05808055e39e172f6c6ae53929902c281c8d500423b46b4de0a576013fbe +size 3942759 diff --git a/images/dd6e3acf-ff62-454b-8e11-da5dced9cbcd.jpg b/images/dd6e3acf-ff62-454b-8e11-da5dced9cbcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46f15ce2a3c6d50e502dd8f85b35ecc18e67951a --- /dev/null +++ b/images/dd6e3acf-ff62-454b-8e11-da5dced9cbcd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e8aa6cc38fd0f1f1fc5ba6228e466d44ac7d2a197cd01ca0f38cadcf9dedb4 +size 1294015 diff --git a/images/dd6e5c18-b4e6-4420-9831-5bfc3fa74630.jpg b/images/dd6e5c18-b4e6-4420-9831-5bfc3fa74630.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40d68cb05816cc37ea41a7746eee8d5838b92cda --- /dev/null +++ b/images/dd6e5c18-b4e6-4420-9831-5bfc3fa74630.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9272516ec505767cd084c94fc3c6ae7bf8b15b02cefa49dec5714bee4d4d4473 +size 2143301 diff --git a/images/dd84439b-f28c-4f7c-a81d-d77f707bfc51.jpg b/images/dd84439b-f28c-4f7c-a81d-d77f707bfc51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca9ce443fd5dbee9bf56d0228fb141334b9477d2 --- /dev/null +++ b/images/dd84439b-f28c-4f7c-a81d-d77f707bfc51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be98ed80935aed69c43108c3ae1a49f0789b05b13a05277bfbd560866e031bc +size 2510468 diff --git a/images/dd8a0d92-5928-41dd-9d22-cc3f8e488e7c.jpg b/images/dd8a0d92-5928-41dd-9d22-cc3f8e488e7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4675b0931453bd283a0cdab574da28fc9296a00f --- /dev/null +++ b/images/dd8a0d92-5928-41dd-9d22-cc3f8e488e7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a985ba443ccff8e43d311f90e6e197e5e019886a9c017940a6b044b1112c8472 +size 1729472 diff --git a/images/dd94c7a2-49b8-4491-a338-290ae2dd80ab.jpg b/images/dd94c7a2-49b8-4491-a338-290ae2dd80ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84c2d13f58b3cadea11f4f623118dd4abcc8c8fd --- /dev/null +++ b/images/dd94c7a2-49b8-4491-a338-290ae2dd80ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56992490ab94e696ba8044e1af3be4253af81f34f8abe794e5dbc2541dc8699b +size 1778999 diff --git a/images/dd98db0f-168d-464a-b8d4-826b60434691.jpg b/images/dd98db0f-168d-464a-b8d4-826b60434691.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdb43aeb6e5dbbae9546ca747a77352f0b88a2c3 --- /dev/null +++ b/images/dd98db0f-168d-464a-b8d4-826b60434691.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439867e8aeab23a0d32e13a36de502b2c674c25f0245b0135ab476f03c49f41b +size 1496287 diff --git a/images/dd9b67e4-fe39-414a-9dd5-b5b919eb47f0.jpg b/images/dd9b67e4-fe39-414a-9dd5-b5b919eb47f0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2cd10e3d67f2dc477a107427e726ec99e989b72 --- /dev/null +++ b/images/dd9b67e4-fe39-414a-9dd5-b5b919eb47f0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a424e389692955d5d6552bf426a3f8e8b5e4ef3aa7f55a5b7f7f77c43b3337 +size 1604259 diff --git a/images/dd9f0a63-6042-4614-b496-05817c7ba59c.jpg b/images/dd9f0a63-6042-4614-b496-05817c7ba59c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fa512a479956d0f204ef10aebb1348ad1a141ba --- /dev/null +++ b/images/dd9f0a63-6042-4614-b496-05817c7ba59c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7c742f30164f4f04cb42696d393df24c7f878bfb8c77763c7e932b9014b247 +size 1617102 diff --git a/images/dda7db19-3400-488c-9826-e860e2ca74fc.jpg b/images/dda7db19-3400-488c-9826-e860e2ca74fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d29486ca35b8457bb4fc8b964d2f551eeb8f87f6 --- /dev/null +++ b/images/dda7db19-3400-488c-9826-e860e2ca74fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b00806e48f957d3094c817c05f9105e1a4ec1882154b4425db92b968bce245 +size 1729040 diff --git a/images/ddaddaa0-3de5-4dbe-bcab-232660a1803d.jpg b/images/ddaddaa0-3de5-4dbe-bcab-232660a1803d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea20223739832d1eb6dafe1290d0d4ac91075d02 --- /dev/null +++ b/images/ddaddaa0-3de5-4dbe-bcab-232660a1803d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14784b0451e1178b927a743c57dc8d5484cbf29061f5c548a8709fa6e509c389 +size 2170603 diff --git a/images/ddbc9adc-6947-4708-a36a-3f088eb2a8bd.jpg b/images/ddbc9adc-6947-4708-a36a-3f088eb2a8bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a18223c8f849956582e1235465d5973b9bac0f2d --- /dev/null +++ b/images/ddbc9adc-6947-4708-a36a-3f088eb2a8bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e65db72c20cc154c37e2ee22312e7e1e98456745751d4969248ee99d93040c8 +size 2935807 diff --git a/images/ddc396dc-e612-44e3-9f0e-d2f790b5c450.jpg b/images/ddc396dc-e612-44e3-9f0e-d2f790b5c450.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe1bbdd5de727deb59872f3db226c87c342eaee5 --- /dev/null +++ b/images/ddc396dc-e612-44e3-9f0e-d2f790b5c450.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be860dacf22e1a29c5294c4396e362f01d35a7eed2b0f99c883c251aa9562057 +size 1828272 diff --git a/images/ddea168d-770f-485d-bf6c-882122cd2260.jpg b/images/ddea168d-770f-485d-bf6c-882122cd2260.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a63c136fdb06645a4e3a3f978521d4d3a4c67e2 --- /dev/null +++ b/images/ddea168d-770f-485d-bf6c-882122cd2260.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becf2fd9bfbdbcb9c436117ec8a40cc3d06a66f22ffd2db5563ff11978ee1d9b +size 1484487 diff --git a/images/ddfe27c7-4222-46f5-af00-2527996c86a2.jpg b/images/ddfe27c7-4222-46f5-af00-2527996c86a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19e71bae1c1b4196f928edc3838f1fdaf1bab3f9 --- /dev/null +++ b/images/ddfe27c7-4222-46f5-af00-2527996c86a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b6311c8233626fce4e5d6341b08872f526e8603cddbea2bd94de240abf344f +size 1577123 diff --git a/images/de0631ca-ac72-48b9-8de5-9665437110bf.jpg b/images/de0631ca-ac72-48b9-8de5-9665437110bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abc3a4217e8647c725467ac7fb6a720d01cf787e --- /dev/null +++ b/images/de0631ca-ac72-48b9-8de5-9665437110bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423585b8646d1ba1c554f5a8e37881729624fddde81903d4768d3d8d804b2e10 +size 2342060 diff --git a/images/de06af6e-ace6-4148-8353-dc652c9b39c2.jpg b/images/de06af6e-ace6-4148-8353-dc652c9b39c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6122055fc63a868ff8d2db64bb75086b6bfcdd11 --- /dev/null +++ b/images/de06af6e-ace6-4148-8353-dc652c9b39c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c88a55add417c38fe3b628e8e68040f41c0bdcfa2081ea52513fcd1ae007c0 +size 1813674 diff --git a/images/de08d2e9-039a-4137-b127-2f4fc817f6b3.jpg b/images/de08d2e9-039a-4137-b127-2f4fc817f6b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bd509070a5c40903f5579a2e59fca4ba24b09d2 --- /dev/null +++ b/images/de08d2e9-039a-4137-b127-2f4fc817f6b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb2645540d899b0e5559a2cb5ecc7991d6ee596f8c5c5d9b218a2ff687ca248 +size 1996975 diff --git a/images/de0a7656-ea31-44a1-bb90-66361cb3a61e.jpg b/images/de0a7656-ea31-44a1-bb90-66361cb3a61e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33135f997198ef8a642311922c342c1a260d044c --- /dev/null +++ b/images/de0a7656-ea31-44a1-bb90-66361cb3a61e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd4af3604834310048b912ab9c7ca6e03356fa2db8b8d459111302ff6c2b592 +size 1640168 diff --git a/images/de0d9b4b-21cb-405d-b7f7-6dd7395c60d3.jpg b/images/de0d9b4b-21cb-405d-b7f7-6dd7395c60d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1746a785f4eddcd376dab515d4ea06ca54efa170 --- /dev/null +++ b/images/de0d9b4b-21cb-405d-b7f7-6dd7395c60d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1816239f374ee28674ac363eca82b84ac5fa6c37384466d6559b3ade27d7f4f7 +size 1578085 diff --git a/images/de1ff214-92f6-44cd-bc59-0ed53de43c26.jpg b/images/de1ff214-92f6-44cd-bc59-0ed53de43c26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48faadeca0ffbf5605be12e358548e37893a80cd --- /dev/null +++ b/images/de1ff214-92f6-44cd-bc59-0ed53de43c26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993505b3b553346eaf3323ac2a68bf95f0b59951e96da652ddbdc8deb19e2f3d +size 2780801 diff --git a/images/de2601a4-c497-40d1-8ead-5dfdf4743ec5.jpg b/images/de2601a4-c497-40d1-8ead-5dfdf4743ec5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92c22b92606ea900c63f136733c5ae8605c5d26d --- /dev/null +++ b/images/de2601a4-c497-40d1-8ead-5dfdf4743ec5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ff0e016c8b6aa9411f45a9a560bd348468476fa700645fa2cee9284eebe7e7 +size 1191891 diff --git a/images/de3439c1-faea-475f-981b-5154c5c12982.jpg b/images/de3439c1-faea-475f-981b-5154c5c12982.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aa4a276bb51af73a166a9fdb9a2d6200e851ecf --- /dev/null +++ b/images/de3439c1-faea-475f-981b-5154c5c12982.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7537e74789a4118d122eb0bdeb3d57d4e22ba69799562d702977604c501f732f +size 1949132 diff --git a/images/de45fdf3-d4b4-4eff-bcc7-b6403152014b.jpg b/images/de45fdf3-d4b4-4eff-bcc7-b6403152014b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26267ec4924b2e33d617de9a3e52bbc966dcfebf --- /dev/null +++ b/images/de45fdf3-d4b4-4eff-bcc7-b6403152014b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26896062e92cb5272c6d4e2d5e82e51d9d6969c25a4128360035051bf30c6ffd +size 1573632 diff --git a/images/de49aea4-7c13-402e-bbc4-91d7fb609b53.jpg b/images/de49aea4-7c13-402e-bbc4-91d7fb609b53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde1c65cfc5205ae0f5ab136b31336a48e3b5c63 --- /dev/null +++ b/images/de49aea4-7c13-402e-bbc4-91d7fb609b53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc4bff3e6b0aafd50469843c08678fc3f04ca42f6a50a0e8df0fe58b08654c3 +size 1313406 diff --git a/images/de4a8131-f748-4989-8f67-a486ddb1a009.jpg b/images/de4a8131-f748-4989-8f67-a486ddb1a009.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe25c89dd9f52a508113de37d6378169b5bfb20b --- /dev/null +++ b/images/de4a8131-f748-4989-8f67-a486ddb1a009.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35423ee4199cae3243e4f033c55de930eb295bce26d99478dd128bc4dc83498d +size 1947997 diff --git a/images/de4c5798-1526-4c1e-a988-c32553fc4b32.jpg b/images/de4c5798-1526-4c1e-a988-c32553fc4b32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3348f0096d288acd2cac79b23f9361f7ae272278 --- /dev/null +++ b/images/de4c5798-1526-4c1e-a988-c32553fc4b32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b964541b7d809a3f39a871b8bb59fbe5420745d02b49cf20d58f97f06dc004 +size 1735741 diff --git a/images/de649871-f24e-4b72-aced-276a4de293af.jpg b/images/de649871-f24e-4b72-aced-276a4de293af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa999450d16c66308dddb096821260be021fabc9 --- /dev/null +++ b/images/de649871-f24e-4b72-aced-276a4de293af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795aaf58a402478424ede21b4f4b00d3c5cf620a6345135313407b312a4d4fd7 +size 1252899 diff --git a/images/de6dcfd2-7aad-40ca-b375-6ee4ca0eb043.jpg b/images/de6dcfd2-7aad-40ca-b375-6ee4ca0eb043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a394f65d0589efca4b28a5282783c5e99248826d --- /dev/null +++ b/images/de6dcfd2-7aad-40ca-b375-6ee4ca0eb043.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5403cdfa36b2ff5456259c489210df4dbb219e447ff594b2908b75ab8082a72c +size 2323950 diff --git a/images/de7003fe-ecbf-450e-9357-cd7c6506bba7.jpg b/images/de7003fe-ecbf-450e-9357-cd7c6506bba7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5310cfc0defb70e42b7bbd3f91d5447eaf249829 --- /dev/null +++ b/images/de7003fe-ecbf-450e-9357-cd7c6506bba7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be231ccc45d6b09157d8f6c5614f554c39840e1a20ac23f6d93445a41d9193f4 +size 1760627 diff --git a/images/de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed.jpg b/images/de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f4a84661320310ceafae273d77ac8a2d18aee89 --- /dev/null +++ b/images/de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b64f8c1a3d0840a133a7b7f9e64efee552c695b354e0d5a35cce8cf6938356a +size 1238799 diff --git a/images/de7909ee-c5d7-4dea-b93f-f87388a10eed.jpg b/images/de7909ee-c5d7-4dea-b93f-f87388a10eed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c31345aa3ca9db94a98ed36bebf3c95fa0ffcf8 --- /dev/null +++ b/images/de7909ee-c5d7-4dea-b93f-f87388a10eed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f854c58909ccb10a8fde5769dd1300a041f980464c3c09c996617d3e4a4d89 +size 1171574 diff --git a/images/de851d8c-271f-4146-9101-a0a77697ea10.jpg b/images/de851d8c-271f-4146-9101-a0a77697ea10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..465a09aba97ad77ad8ad270c238b2d0438f01950 --- /dev/null +++ b/images/de851d8c-271f-4146-9101-a0a77697ea10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450cca181218f3c98262311d662fcae2e54e0cb143badadf355934037d9bf303 +size 1630869 diff --git a/images/de8773fd-535d-43d9-8eb1-a4a564ae1dc0.jpg b/images/de8773fd-535d-43d9-8eb1-a4a564ae1dc0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..858f5a2ebf4b8e3cb4230887d1b820e9122c798c --- /dev/null +++ b/images/de8773fd-535d-43d9-8eb1-a4a564ae1dc0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5293b4a786dd4be5e208e0f21ff2ac36ce187fff08ee2fc05da713b8ba0395 +size 1707864 diff --git a/images/de8c8d76-26ec-4833-89a0-09b027c6981e.jpg b/images/de8c8d76-26ec-4833-89a0-09b027c6981e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ec9a603469e60e90452b867f2b1dcde40609bf6 --- /dev/null +++ b/images/de8c8d76-26ec-4833-89a0-09b027c6981e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5283a802b307ed1615839f6c796946ac29ab7633a32c0329c42b44ea8bb43e1 +size 1114583 diff --git a/images/de8eef68-79a7-4319-ae7d-d166bc24f285.jpg b/images/de8eef68-79a7-4319-ae7d-d166bc24f285.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bf935718c510a07b3e93484cf2dea289292fc2b --- /dev/null +++ b/images/de8eef68-79a7-4319-ae7d-d166bc24f285.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d88450caf87298f95e0275e06308899bdd055c51035e21bcb5542cc78e2a641 +size 1748012 diff --git a/images/de97ffd9-76a6-4b4e-a2d4-896c1839902f.jpg b/images/de97ffd9-76a6-4b4e-a2d4-896c1839902f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a134a6ecaf0ee738cf17329dc8662906d4af5dc9 --- /dev/null +++ b/images/de97ffd9-76a6-4b4e-a2d4-896c1839902f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02053d0a216f393fab3ecf21af57c53532464ce132f8ece1bafa349097e4b1e +size 1610888 diff --git a/images/de98308d-57af-4cc9-b6d6-5a7cd351bd58.jpg b/images/de98308d-57af-4cc9-b6d6-5a7cd351bd58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cd1735851d0046dee26a0a64122f812aa6d3016 --- /dev/null +++ b/images/de98308d-57af-4cc9-b6d6-5a7cd351bd58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdf2020ddb59af0bd181d241a655f0489b3f06e65b6b09dd2fbd3738b8de1a0 +size 1519590 diff --git a/images/de996f74-c36c-448e-85eb-c776ade506dd.jpg b/images/de996f74-c36c-448e-85eb-c776ade506dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e71c2fd1d9f205b48adda0d13adc39792740bf95 --- /dev/null +++ b/images/de996f74-c36c-448e-85eb-c776ade506dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847ed19bebdab289f2cbbb6e68fa30b75c5c9be95ffd44cfd92b4260ea7863a7 +size 1615295 diff --git a/images/de9b8448-a385-477d-ab3e-f2e515e75cec.jpg b/images/de9b8448-a385-477d-ab3e-f2e515e75cec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33f54569be8249f5b9dbc1f92a8f032d49818dc3 --- /dev/null +++ b/images/de9b8448-a385-477d-ab3e-f2e515e75cec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7345f33429bc9a19c189f8ebaa71cfa9375b9c2b6624e22f3b4ee7dd4e055d +size 1002883 diff --git a/images/deb64851-faef-4d74-9261-9035e6313974.jpg b/images/deb64851-faef-4d74-9261-9035e6313974.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0b237fd7477ee42b01d3f237a9632875e058424 --- /dev/null +++ b/images/deb64851-faef-4d74-9261-9035e6313974.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c019614b95b7b3d6800c6a6c198c5e4ca1498923386ebea067fc899bdd0de761 +size 1681035 diff --git a/images/dec3cda1-6d22-42bf-83a4-89e05f5aa9b6.jpg b/images/dec3cda1-6d22-42bf-83a4-89e05f5aa9b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..864573dfab72acc65207fc808f7b66aa4d97fb42 --- /dev/null +++ b/images/dec3cda1-6d22-42bf-83a4-89e05f5aa9b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f99abb8a2dfc768dcc1267151c24e22b4b39102757d0156e565e8adb691c34f +size 1697660 diff --git a/images/dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a.jpg b/images/dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d61b44a904b8483ffb39f88f2992320673a1b4de --- /dev/null +++ b/images/dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511d2ade87b792a4d8b1e17ef9aceeeccdc12a5548a13309b7d358b3e9b7c9a6 +size 1582814 diff --git a/images/ded96cc6-15ab-482b-af76-8b00b75d1c1b.jpg b/images/ded96cc6-15ab-482b-af76-8b00b75d1c1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f49d142b5d28abadd1bbc4980020d8dd97e08009 --- /dev/null +++ b/images/ded96cc6-15ab-482b-af76-8b00b75d1c1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0fb9df40bfdb7f76272029553b2b391212dc746df8e643c9823f70244af292 +size 1555315 diff --git a/images/dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715.jpg b/images/dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a80fb8700957b5ab4d407743109cac8379cdd92 --- /dev/null +++ b/images/dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356b6f2f45b742cb70765732b12874b246eb652ad87bb1265cb46154346c673d +size 1414485 diff --git a/images/dee46f49-18da-49f1-9ad9-5ce0c111ccd8.jpg b/images/dee46f49-18da-49f1-9ad9-5ce0c111ccd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81510ce80440f8caebc46a4786e31d94fbb75f5e --- /dev/null +++ b/images/dee46f49-18da-49f1-9ad9-5ce0c111ccd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e9fc94cbe3466f3b7b4107734b9b7086ea4e5f2688d056041907fa69b1f3c9 +size 1839277 diff --git a/images/deebd2bb-ea0e-4cbf-b1e8-fd06733c5901.jpg b/images/deebd2bb-ea0e-4cbf-b1e8-fd06733c5901.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d586d76c98b30ee483c62bfffc4c6e68e4324ec0 --- /dev/null +++ b/images/deebd2bb-ea0e-4cbf-b1e8-fd06733c5901.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2046e256e4e425f2ec9551e26da75abd9138e715d92164a032fa738262fa23b9 +size 1669835 diff --git a/images/def25ea4-a681-43b8-8a62-95ec39488975.jpg b/images/def25ea4-a681-43b8-8a62-95ec39488975.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56533d27447a92d307ef272b064809047323ba3c --- /dev/null +++ b/images/def25ea4-a681-43b8-8a62-95ec39488975.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee5b00890a3c546b8a458095d895c381968d5fd6d06eaa03e98f2274c570bac +size 2039908 diff --git a/images/def9808a-1683-4867-8480-d856cddab716.jpg b/images/def9808a-1683-4867-8480-d856cddab716.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f2425692022e2c2b726ac7be0cf1a603274be28 --- /dev/null +++ b/images/def9808a-1683-4867-8480-d856cddab716.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c23a76bf07c45f5344045c1546029ce753272c2276577a2936cea77f48cdcb0 +size 1262869 diff --git a/images/df053642-dc7d-4795-ae1d-ea7a3fa08b6f.jpg b/images/df053642-dc7d-4795-ae1d-ea7a3fa08b6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbea3fcde3964dda0a16a556ee3a4eafd5ec4ef8 --- /dev/null +++ b/images/df053642-dc7d-4795-ae1d-ea7a3fa08b6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59dda04900db14113985b843e250085d77a58a29cdacdfdb74046f1f62f4938e +size 2083590 diff --git a/images/df058dc6-85a6-4b98-9369-d7ab8cb28fff.jpg b/images/df058dc6-85a6-4b98-9369-d7ab8cb28fff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baffd59e6efec22893fcedd9653c32ef96e9fd76 --- /dev/null +++ b/images/df058dc6-85a6-4b98-9369-d7ab8cb28fff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7cfb445484959a9b264c35af55f4aa564a4262c888a4265950e636ff8d08ca +size 1561032 diff --git a/images/df0942e9-b5e9-4fe0-b8d0-e665fca6f613.jpg b/images/df0942e9-b5e9-4fe0-b8d0-e665fca6f613.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c4c7129fb096a06f9b7b9fe28836cbaded29a11 --- /dev/null +++ b/images/df0942e9-b5e9-4fe0-b8d0-e665fca6f613.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242eb5e24d03addac9ffb2f41b05fb1da2d181951361afb382c3f650c7803aef +size 1230617 diff --git a/images/df0e0321-279d-4e15-92e4-ff71d3b72260.jpg b/images/df0e0321-279d-4e15-92e4-ff71d3b72260.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b1eb2f2309566146d61fdf71197529eb0dcdfd4 --- /dev/null +++ b/images/df0e0321-279d-4e15-92e4-ff71d3b72260.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638a30b2a59e1639c42912f9092815b1fda038d919458d6d886065cab60c79ca +size 1350834 diff --git a/images/df158a29-07cf-47ef-823d-3136a84ae80c.jpg b/images/df158a29-07cf-47ef-823d-3136a84ae80c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5d829f71cb1bc213e353b3ec8e8ca79028232a6 --- /dev/null +++ b/images/df158a29-07cf-47ef-823d-3136a84ae80c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eccd9edc064d481e8b66572f5cbe4c666bd508b335303074b186db30d152636 +size 1542921 diff --git a/images/df1632d0-879f-4bfc-8b53-757079fcc18f.jpg b/images/df1632d0-879f-4bfc-8b53-757079fcc18f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91bd2e9f1a5bcfe6f04203cf2f14b9843f52d3c0 --- /dev/null +++ b/images/df1632d0-879f-4bfc-8b53-757079fcc18f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fcd594ba9063851c70882e8baadcac753fdfeeed32bb336f36b4dc4ff6dac4 +size 1130179 diff --git a/images/df1bf253-770f-4bbe-875b-6150d5877099.jpg b/images/df1bf253-770f-4bbe-875b-6150d5877099.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cae8878a46d4852aea4fc9dc9ccf815df4d54ee1 --- /dev/null +++ b/images/df1bf253-770f-4bbe-875b-6150d5877099.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ceff885696e57525ebe73531e869b3c2d146eca9e93135974d64e1a98d39f5 +size 2049328 diff --git a/images/df222d0a-1288-48fc-9ec3-6b86aebadc88.jpg b/images/df222d0a-1288-48fc-9ec3-6b86aebadc88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71760a06c86f8e9ffab7a1c48f9d168d17317aaa --- /dev/null +++ b/images/df222d0a-1288-48fc-9ec3-6b86aebadc88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03a75d6f79fed9dde6d5e63858a05c579568e1b42e1ff6067bc28e0c14e7c57 +size 1690943 diff --git a/images/df2633a5-f6a7-494f-bcea-8f3f942fe980.jpg b/images/df2633a5-f6a7-494f-bcea-8f3f942fe980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de104e95e12e90aa87c9b026253caea220314871 --- /dev/null +++ b/images/df2633a5-f6a7-494f-bcea-8f3f942fe980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cdbd45dd1719552eb3b3cf5d6847c01fa018c7f6e0de5f235acc8dadd6228f +size 1490008 diff --git a/images/df2c44ac-7ea6-4a32-814d-b335f0b843f3.jpg b/images/df2c44ac-7ea6-4a32-814d-b335f0b843f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bbc64027bbdf22c7a8a46189a4369b47f749ee2 --- /dev/null +++ b/images/df2c44ac-7ea6-4a32-814d-b335f0b843f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e157973f2d79c5e583ee9865b4a7819ee3ca16d3f114fd39138ad51cc00cf13 +size 1665927 diff --git a/images/df2d1a51-5286-4280-b312-72799830827a.jpg b/images/df2d1a51-5286-4280-b312-72799830827a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..437c866bdace4009e9a73a0cf08241ca50e2eb36 --- /dev/null +++ b/images/df2d1a51-5286-4280-b312-72799830827a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a00763d1bf0937b570d0b1389392f5e59638d9914f154ebabf67c0cc914ad8a +size 1557160 diff --git a/images/df31931f-871a-4600-b668-e048de8410ea.jpg b/images/df31931f-871a-4600-b668-e048de8410ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..224a40bda86302bcb4b8919cf34350997fcaec69 --- /dev/null +++ b/images/df31931f-871a-4600-b668-e048de8410ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4f07db0f5d473330a606ee99a33fe15b18449ab25ccf28c24844f65cb853b8 +size 1350966 diff --git a/images/df391409-ba0c-4373-a8d8-a57e6479de5a.jpg b/images/df391409-ba0c-4373-a8d8-a57e6479de5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b7bfc4a90d18f22dfd3ed41923ed821bd2c2ff5 --- /dev/null +++ b/images/df391409-ba0c-4373-a8d8-a57e6479de5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216504019457340c0dacb853b2c8083fd290d9b29709a22a9a638bd65cbdaeb1 +size 1902435 diff --git a/images/df3d9d73-336a-4fef-8999-e12b4fff445f.jpg b/images/df3d9d73-336a-4fef-8999-e12b4fff445f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa08dbb0a03c7905dcf0660198e8ada8bbe1bf9e --- /dev/null +++ b/images/df3d9d73-336a-4fef-8999-e12b4fff445f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de20e946e509c221bfefc40083f81dd05ee15683c324565859ad4a491ab688c8 +size 1378488 diff --git a/images/df5fb795-f511-4e57-ad8f-4016195abfb5.jpg b/images/df5fb795-f511-4e57-ad8f-4016195abfb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f98e028176b34d8a87fd1e233c2487ddec3c088 --- /dev/null +++ b/images/df5fb795-f511-4e57-ad8f-4016195abfb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0199aa08e314f62bab28e24912fb1a5c93e551fdfaa660cdfa70fd082c1ac9 +size 1645529 diff --git a/images/df68ed1d-42f2-4b73-9911-23611af583e3.jpg b/images/df68ed1d-42f2-4b73-9911-23611af583e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1554a0515a87e3ef3d4e19f85d5575002ef4a0ef --- /dev/null +++ b/images/df68ed1d-42f2-4b73-9911-23611af583e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3289bb26ba6b47488c6f40d2bcb9a08d803ac6422c1d2de2aefaad16543cc011 +size 1412478 diff --git a/images/df720903-163a-482c-96aa-6b32abc88c0a.jpg b/images/df720903-163a-482c-96aa-6b32abc88c0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d9747c5d50201f3b5d16f6ddbede0e3295ebf54 --- /dev/null +++ b/images/df720903-163a-482c-96aa-6b32abc88c0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8879aa4143deab71e33747af703fe6d3766cfe46ca8a9564e9124ab8ea67378e +size 1767544 diff --git a/images/df75c8e5-4e2a-4833-8fa0-920e6c5621a6.jpg b/images/df75c8e5-4e2a-4833-8fa0-920e6c5621a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f72edd6ce3e4ad5b14b4d2f16f8d686d8c0435cf --- /dev/null +++ b/images/df75c8e5-4e2a-4833-8fa0-920e6c5621a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0314c048d1f15a6c1054c04736a7881c17528b8a91d5fbf210b81f395ab2d4 +size 1584568 diff --git a/images/df7a5a96-653c-4a88-9d69-c8214d49ae8e.jpg b/images/df7a5a96-653c-4a88-9d69-c8214d49ae8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4843b936911b687b6e0ea2e07dd2fb5c1428f4c9 --- /dev/null +++ b/images/df7a5a96-653c-4a88-9d69-c8214d49ae8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d9bedadff289a52f536734d7596e388ccf3fd7f9107fb434afa76507640a97 +size 1093165 diff --git a/images/df890dd8-bad0-4c9b-b8e0-72eddcae780c.jpg b/images/df890dd8-bad0-4c9b-b8e0-72eddcae780c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76f83d673e4bd1895effc057bfc115ff96620589 --- /dev/null +++ b/images/df890dd8-bad0-4c9b-b8e0-72eddcae780c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67efa5d8550c6e2604ae26c7f93a800fa01171cee585b3a1dfb960d0b6f99e57 +size 1682415 diff --git a/images/df909ce4-82cf-430f-af92-84aa287b249c.jpg b/images/df909ce4-82cf-430f-af92-84aa287b249c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1b459d57fa8a97069914fd2f1aa095479da2a7a --- /dev/null +++ b/images/df909ce4-82cf-430f-af92-84aa287b249c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52197ae570f66f9da24ef835a1e9517c2471268cedddcd1f0529f92b685888b +size 1578083 diff --git a/images/df90fef8-b3e9-48d9-8933-3a068f9e0f77.jpg b/images/df90fef8-b3e9-48d9-8933-3a068f9e0f77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bf0de50aa0e0a9e21da22437d2292df2cfc7d99 --- /dev/null +++ b/images/df90fef8-b3e9-48d9-8933-3a068f9e0f77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f2c3a8ed504657ae09c064ba7345eda5bc76e380863652260a00e0ddf33a0e +size 1428153 diff --git a/images/df99a341-8715-4dd1-af85-f1e6dc3a8d81.jpg b/images/df99a341-8715-4dd1-af85-f1e6dc3a8d81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f76b5c7ce224bbc75fc7dc0c49bc809ad2b59554 --- /dev/null +++ b/images/df99a341-8715-4dd1-af85-f1e6dc3a8d81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d730ddd1199afb83ead99f5bc6cf83ba643ee4aeb44abce94fbf9ede0d4a727b +size 1490944 diff --git a/images/dfaf0924-2738-48b6-9587-bd9c720c0d91.jpg b/images/dfaf0924-2738-48b6-9587-bd9c720c0d91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2d28f1e71ef85baeb9f65b91a4335165e77bfb5 --- /dev/null +++ b/images/dfaf0924-2738-48b6-9587-bd9c720c0d91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed171b85cb1a0c79d8fa7f736592b0646995e68426f6c83b2e3e8cdeafa3141 +size 1756816 diff --git a/images/dfb10c84-2d3a-487b-8e09-32cbf7aa0a50.jpg b/images/dfb10c84-2d3a-487b-8e09-32cbf7aa0a50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..259172b866dcb500ccdb2ae2b310f0243b5632ec --- /dev/null +++ b/images/dfb10c84-2d3a-487b-8e09-32cbf7aa0a50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a0d9506663cf63bea3f6a2559c2a9ec22dc5b11159716d5c9710191fab231f +size 1625328 diff --git a/images/dfb67127-906d-4919-be85-dcda7822d0e2.jpg b/images/dfb67127-906d-4919-be85-dcda7822d0e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..824350e12e411cd9d73f239922b0246de3299356 --- /dev/null +++ b/images/dfb67127-906d-4919-be85-dcda7822d0e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781e4f214e7924db8af6118d24933cf2cd77af549223c4c318c5b9185a33f56c +size 1660390 diff --git a/images/dfcebff5-784b-4609-b938-eaff89a473e3.jpg b/images/dfcebff5-784b-4609-b938-eaff89a473e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde9ba79dd22e2e679d0759a33e102afcff6060a --- /dev/null +++ b/images/dfcebff5-784b-4609-b938-eaff89a473e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad22fb4a3ba1d231f844ce62181dcaa63afc795d3714e702f600a534928eb61 +size 1605939 diff --git a/images/dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0.jpg b/images/dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7cf15d96a137bdfe066aaee44a1af02e6fd5611 --- /dev/null +++ b/images/dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c36d61d7b50f22f1858446ea64bd43e0ff01848b968a359cfc2c1fd8b9bc9e +size 1771626 diff --git a/images/dfd715ac-4c45-46f1-aac7-ba384598c6d9.jpg b/images/dfd715ac-4c45-46f1-aac7-ba384598c6d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6832834db8b7f531872acaa915fe97e6c160fac --- /dev/null +++ b/images/dfd715ac-4c45-46f1-aac7-ba384598c6d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570b51562007e2a550dab7d9c6d2fe5a569520c7974f6cb5f859b971aca8b46f +size 1737924 diff --git a/images/dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c.jpg b/images/dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05fb71a107d7bb04e03baa520b0fcbed2942fe89 --- /dev/null +++ b/images/dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b87e5a472df5102c034b4779fec5da01b1018e8163e324c0e4cca74859bbd9 +size 1180575 diff --git a/images/dfe027c0-4706-4150-91da-34ce3dea4e6c.jpg b/images/dfe027c0-4706-4150-91da-34ce3dea4e6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..643eb6685a82683ffab0fb4dd5e8f35cb7cd36c6 --- /dev/null +++ b/images/dfe027c0-4706-4150-91da-34ce3dea4e6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd91be9082e861e5d2e741856aaf6f378f67685027444579190e94ff74e35e2 +size 1759327 diff --git a/images/dfea0813-57e7-41af-94cf-947c3c10a8d7.jpg b/images/dfea0813-57e7-41af-94cf-947c3c10a8d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e7801d73b5622a8de49dc3034841318cb712636 --- /dev/null +++ b/images/dfea0813-57e7-41af-94cf-947c3c10a8d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0c4cf2b64ea0a414a89f5ef13274b94f8b76fae5b2b41013246beecd94c984 +size 1554908 diff --git a/images/dfea5002-9728-4fa0-b29b-2c5a635894df.jpg b/images/dfea5002-9728-4fa0-b29b-2c5a635894df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6aaaeb7e38ded685eaa68172c132afbe5f148948 --- /dev/null +++ b/images/dfea5002-9728-4fa0-b29b-2c5a635894df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e9b110aae90cfbc4b58d4dd4eacb554368fce811f336f4c320b6ba5f0674e8 +size 1728885 diff --git a/images/dff7ce39-800d-4893-a06c-94bafa040c5a.jpg b/images/dff7ce39-800d-4893-a06c-94bafa040c5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..938f47b603def287499dd864a1921814a9493c99 --- /dev/null +++ b/images/dff7ce39-800d-4893-a06c-94bafa040c5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b67c10641f1de85c59c592cdbca23baf6badee0d9289b4e280b8a6b9fd27f94 +size 1735965 diff --git a/images/dfff16e6-0e59-442b-abdb-49354c807843.jpg b/images/dfff16e6-0e59-442b-abdb-49354c807843.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05a29f54b9945ad58e144dac2e0580ec440754cb --- /dev/null +++ b/images/dfff16e6-0e59-442b-abdb-49354c807843.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cff22cd8c155c30f322694b29388eb682b188b3ae3bbae3e371a95e964b834 +size 1614466 diff --git a/images/e003d7fe-f347-4035-bd49-f1b9a6a78524.jpg b/images/e003d7fe-f347-4035-bd49-f1b9a6a78524.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4551cd801fe0b50ec2afca0f550bb6a5488d9418 --- /dev/null +++ b/images/e003d7fe-f347-4035-bd49-f1b9a6a78524.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3280344d26839461bbd00a41931848d21efa0f1c536f9c82c4f90c3af29fe925 +size 1381344 diff --git a/images/e010dacb-9aa0-48c7-b981-e646cdb16329.jpg b/images/e010dacb-9aa0-48c7-b981-e646cdb16329.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ee50b9281b1becf8ddde0542154f62fe3d57642 --- /dev/null +++ b/images/e010dacb-9aa0-48c7-b981-e646cdb16329.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47f71acf914e34f144a890bfb16c8345ea38ec286d76f0100b7b9d94813f0c0 +size 1397631 diff --git a/images/e013e978-e0d7-4044-adfc-08d755d175f2.jpg b/images/e013e978-e0d7-4044-adfc-08d755d175f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..823328e942f5efbeaa5848c706bfa8b7ff54b012 --- /dev/null +++ b/images/e013e978-e0d7-4044-adfc-08d755d175f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed8a485e122137ca2bad73b56fb179848bb40782e6ef28a2ddab043cd94f862 +size 1478387 diff --git a/images/e0152257-481e-4d35-8ad2-fa0359cded7a.jpg b/images/e0152257-481e-4d35-8ad2-fa0359cded7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9cad3afac599bb6319b284b9e62a219727b082a --- /dev/null +++ b/images/e0152257-481e-4d35-8ad2-fa0359cded7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce2d1e48a5331551cafe17ebe852249b1ade084f89c7909125d7df82f9f57af +size 1579159 diff --git a/images/e0210a75-5bdb-4923-a59d-3df3c7056650.jpg b/images/e0210a75-5bdb-4923-a59d-3df3c7056650.jpg new file mode 100644 index 0000000000000000000000000000000000000000..324d1cc5cd7c9747a3d10575daba63f5c51a852f --- /dev/null +++ b/images/e0210a75-5bdb-4923-a59d-3df3c7056650.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79ec7f61f1f00ac4c481de2cb828cf4a088118b8b628ef3c89e9c10e37e90bc +size 2550178 diff --git a/images/e02647a9-b6df-43c5-b335-711425f07b8f.jpg b/images/e02647a9-b6df-43c5-b335-711425f07b8f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be41836546b8ad4ec95dd2bcd6f7951875319375 --- /dev/null +++ b/images/e02647a9-b6df-43c5-b335-711425f07b8f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1170a11e27eab9b1d27ebec205d887e499ef85cdcae81d17102d0715bb5cc6c2 +size 1555345 diff --git a/images/e027e7ff-0e24-4fb4-a2a8-27fb85af0aec.jpg b/images/e027e7ff-0e24-4fb4-a2a8-27fb85af0aec.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01797d436b3961a9bc51d187b433d93a30f627ed --- /dev/null +++ b/images/e027e7ff-0e24-4fb4-a2a8-27fb85af0aec.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9893841c8c89b479d50ac0864b016f03db2a03b738ff222b57df60cae5f3960f +size 1593743 diff --git a/images/e02f54b2-a735-4f8a-932b-8b74c8263555.jpg b/images/e02f54b2-a735-4f8a-932b-8b74c8263555.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9af8a389641ed08d40cb357a27ecae0807dfe22 --- /dev/null +++ b/images/e02f54b2-a735-4f8a-932b-8b74c8263555.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3ef3f225bf23d91facccb2fd3f4edbce4a8954a9942b8ea386c39bf6a76e74 +size 1568345 diff --git a/images/e045dce9-9557-40ca-b832-0d255f63dca8.jpg b/images/e045dce9-9557-40ca-b832-0d255f63dca8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c80deeefb94ec40a163d6b49288d1b6378104b1 --- /dev/null +++ b/images/e045dce9-9557-40ca-b832-0d255f63dca8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4467a43fb5aba317b76a03dc332b399ee35174995e549d5f12b07f30520f13 +size 1896289 diff --git a/images/e0465017-24fd-4d42-84c6-0f4d591a7c85.jpg b/images/e0465017-24fd-4d42-84c6-0f4d591a7c85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ff2c94a74a3a49f51947858f2fa0a477e18e0c2 --- /dev/null +++ b/images/e0465017-24fd-4d42-84c6-0f4d591a7c85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d07de7a6c54517e42f4cf205b918a750c00455b8664d8114c9435c5c951e842 +size 1400211 diff --git a/images/e04b2107-6cf2-47ca-aa58-c83e83a3ccc4.jpg b/images/e04b2107-6cf2-47ca-aa58-c83e83a3ccc4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..715e2fd1795f2be5c4ac4f16e34f2dd800570885 --- /dev/null +++ b/images/e04b2107-6cf2-47ca-aa58-c83e83a3ccc4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c404637c324bd5d9ef7d1e6ca3ee42953a25ea91d53ca8911726d8d352098f07 +size 1400816 diff --git a/images/e04e432f-4eef-46d5-b89f-dd5279d073a0.jpg b/images/e04e432f-4eef-46d5-b89f-dd5279d073a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d63155a15e08163c5f60fdfa34150bcb05a92a17 --- /dev/null +++ b/images/e04e432f-4eef-46d5-b89f-dd5279d073a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3a70f8517de32b4d29dd9f007ce91bd743358a5ab33e480bab104534979128 +size 1428249 diff --git a/images/e05ec191-e7f4-4f5b-9aa9-c2d877b2f606.jpg b/images/e05ec191-e7f4-4f5b-9aa9-c2d877b2f606.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee1e8bf443016370e6e1c813f4faef1cf204896f --- /dev/null +++ b/images/e05ec191-e7f4-4f5b-9aa9-c2d877b2f606.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd457740480d090842c80a9c6e3d10ce37aeb435dc1870420097eef4b1d2ea7 +size 1577040 diff --git a/images/e0610bb1-7b42-4a03-8c80-c4dd281846e9.jpg b/images/e0610bb1-7b42-4a03-8c80-c4dd281846e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a3445cccd8a619c2beb0021c8b25cfff9e55fb3 --- /dev/null +++ b/images/e0610bb1-7b42-4a03-8c80-c4dd281846e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd117aa35761591af26c0c3680668d8ae39a62fbbfa95ff14030c74e5f4b7c1 +size 1014255 diff --git a/images/e0637adf-fd30-4086-ab9d-fba9105c5a19.jpg b/images/e0637adf-fd30-4086-ab9d-fba9105c5a19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..016d0ac0ce1d61a8eed1d5a1777444cca60937c9 --- /dev/null +++ b/images/e0637adf-fd30-4086-ab9d-fba9105c5a19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b6c12abc1e83495d168f4f377c409fc2da38a607f2ab8c13e37c61d2137a09 +size 2364974 diff --git a/images/e06d420e-3877-46e7-a275-fef365f972b2.jpg b/images/e06d420e-3877-46e7-a275-fef365f972b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ed16b791db1dbbc15019a3a2db22933ed13eab1 --- /dev/null +++ b/images/e06d420e-3877-46e7-a275-fef365f972b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55a2dfb1729664876af1bddf36d811176de7d9041fd7bc6ae4e020127ea556d +size 1580588 diff --git a/images/e0738daf-baaf-4cb4-9e9c-004edcb48193.jpg b/images/e0738daf-baaf-4cb4-9e9c-004edcb48193.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43740a516c76bbeb92abc525cb1cc923191ba86d --- /dev/null +++ b/images/e0738daf-baaf-4cb4-9e9c-004edcb48193.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56301ecc1318c0f84f6d53a1c223cd987a9cf6fdbe51bdcc37462f74e99435e8 +size 1514486 diff --git a/images/e0864ccd-e368-42e7-a0d5-168723b5351a.jpg b/images/e0864ccd-e368-42e7-a0d5-168723b5351a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfa3d88a49b4a618f7890b4d86084282bb21ebd2 --- /dev/null +++ b/images/e0864ccd-e368-42e7-a0d5-168723b5351a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f87f5436b99cf95e9ac1296c0c66ea90b4e01efa840072f6f338768890ce29 +size 1433000 diff --git a/images/e08f849e-85c6-49b3-b005-943a57368b34.jpg b/images/e08f849e-85c6-49b3-b005-943a57368b34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..273da42d632e1a1fcf90e5d03f035b35d02601ce --- /dev/null +++ b/images/e08f849e-85c6-49b3-b005-943a57368b34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4478f758f27b770ec4f6c0348b12d8c1d9f2ffa515213b79009b709c23f9bd90 +size 1661949 diff --git a/images/e098f290-37d4-4223-ba67-7551cf4f8459.jpg b/images/e098f290-37d4-4223-ba67-7551cf4f8459.jpg new file mode 100644 index 0000000000000000000000000000000000000000..316fc3d60939937e363394354286e6829bfdf5b0 --- /dev/null +++ b/images/e098f290-37d4-4223-ba67-7551cf4f8459.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602082f9e11c31dc74f955b9de51ddbc2b84d53b83a5e2c1136bac1658eb60a6 +size 3404292 diff --git a/images/e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5.jpg b/images/e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7842c8c096d87e8b317fe4cab0f9903254e5e51 --- /dev/null +++ b/images/e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75deafeb63b991ae75ceeafb0a09a098a9139afe7e588c170ca4a120ac3b73c1 +size 1617514 diff --git a/images/e09fc3c6-6565-46f1-b35a-47a8213f4aa0.jpg b/images/e09fc3c6-6565-46f1-b35a-47a8213f4aa0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..853da99ecf7d386332eed994593b9a5bc1130f69 --- /dev/null +++ b/images/e09fc3c6-6565-46f1-b35a-47a8213f4aa0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27216190eb109db1159840fe34e8a0a4320153adc3ea576d08bcbf013ab1bc52 +size 1718207 diff --git a/images/e0a460a2-c283-4ab8-b392-36a2c865d1bb.jpg b/images/e0a460a2-c283-4ab8-b392-36a2c865d1bb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eb5bdd12e0091c870adc3935e1ec0804fa961f5 --- /dev/null +++ b/images/e0a460a2-c283-4ab8-b392-36a2c865d1bb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200af532aac2a6b77063202ba9ecc3939648e610529199b5925e2546ba3253e0 +size 1448601 diff --git a/images/e0a878ac-c29a-43d8-91c7-508a90848ec5.jpg b/images/e0a878ac-c29a-43d8-91c7-508a90848ec5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..626f0d54122263075e1942b8e361d1ed73bcabd8 --- /dev/null +++ b/images/e0a878ac-c29a-43d8-91c7-508a90848ec5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ced0ec22d28c4b8b23881c81ea603df59487172cde759b6d073f89ec342865 +size 2122075 diff --git a/images/e0afccfa-95b8-4e06-87b3-dd16f86e6671.jpg b/images/e0afccfa-95b8-4e06-87b3-dd16f86e6671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d75b2291736d9419955c13119d1b1962c3bf7433 --- /dev/null +++ b/images/e0afccfa-95b8-4e06-87b3-dd16f86e6671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d9959dc3eeaffc9a19a13eba5dee7af2eb9284eeaf869f269ab1445ab33250 +size 1568851 diff --git a/images/e0b7a176-ccb4-4d46-b282-6a3c34b84f64.jpg b/images/e0b7a176-ccb4-4d46-b282-6a3c34b84f64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f836fafe31b7daa6d9dbe39c3c8617571a6d79f --- /dev/null +++ b/images/e0b7a176-ccb4-4d46-b282-6a3c34b84f64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9440c65f66835bf017883bf15ed0703c88f606b473c570fc04d1e28240cdb429 +size 1615957 diff --git a/images/e0c05a0d-d6ff-4b14-a503-dcaf628828e9.jpg b/images/e0c05a0d-d6ff-4b14-a503-dcaf628828e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1165b9cb5ccb4f93f0a66ed7bae8e6712db5ea4 --- /dev/null +++ b/images/e0c05a0d-d6ff-4b14-a503-dcaf628828e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6802271e13a14a1108f3ea14a4446c5fea986b2057d944eba2e176a241701d0b +size 1703984 diff --git a/images/e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3.jpg b/images/e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67909ac654c5caa720a3aebb154f2b68424b5321 --- /dev/null +++ b/images/e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce129e5df8caa5c0ede5e2742748c8bbedc9008108ca25c70f9d21fb4c2d71f8 +size 1780206 diff --git a/images/e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1.jpg b/images/e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54ce9b88e7368858546fecbf7d0ab8a4db2e9f43 --- /dev/null +++ b/images/e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d74f50fdca097bf1cb8df854233ae94247328867228a90ae2951747a7e998f6 +size 1736822 diff --git a/images/e0cb4498-a606-4057-91b0-bbf167603084.jpg b/images/e0cb4498-a606-4057-91b0-bbf167603084.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff34cadf04e91dba76dc39d2749b30c60c16b1b2 --- /dev/null +++ b/images/e0cb4498-a606-4057-91b0-bbf167603084.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ddda12070b5f7ac429158f96248445b4d5476db9aac3612b40bd213bc07b96 +size 1443331 diff --git a/images/e0d5e046-9133-4d71-81a0-e720e1f46545.jpg b/images/e0d5e046-9133-4d71-81a0-e720e1f46545.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31b44ffd9c46f31b56c94fac7dbc49d56569def9 --- /dev/null +++ b/images/e0d5e046-9133-4d71-81a0-e720e1f46545.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114f8a1e9fe37c6e7de6d50f5478038b86964f6fea62fd6c33a048b0a41ae375 +size 1108862 diff --git a/images/e0d687bb-662f-4e5a-8e20-fc1baaac31e2.jpg b/images/e0d687bb-662f-4e5a-8e20-fc1baaac31e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eac67c3b7a51d764d3191b07c3bdac33fa6b0171 --- /dev/null +++ b/images/e0d687bb-662f-4e5a-8e20-fc1baaac31e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9b91f72a5a76eb41f6089a2dcced2a27c1edbf770837267c912ffa0bceb60a +size 1487777 diff --git a/images/e0d7492e-358c-4e78-85ae-5082380a8f19.jpg b/images/e0d7492e-358c-4e78-85ae-5082380a8f19.jpg new file mode 100644 index 0000000000000000000000000000000000000000..123029e45091c3a7144baa941bec5b583ac403f2 --- /dev/null +++ b/images/e0d7492e-358c-4e78-85ae-5082380a8f19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8941a833b9d19db90c97fa9d07daabd004861232915964f8827c8644fb73657c +size 1990845 diff --git a/images/e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47.jpg b/images/e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..167d9f546f673e16f78eb7005fd343212a77ee05 --- /dev/null +++ b/images/e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45672bdfb573d3e6fc3daa331b9cee8a68e57ddee8b80185a3941e6c6664d442 +size 1518385 diff --git a/images/e0ea8e54-970e-464e-ad14-4ec13220184b.jpg b/images/e0ea8e54-970e-464e-ad14-4ec13220184b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..022899b642e6430f224855b63bf1ea45950fa5ea --- /dev/null +++ b/images/e0ea8e54-970e-464e-ad14-4ec13220184b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ae9483c4fe897349986a5ebb9a6ffb66fdfa8541d4d3f13198be5269b6ab83 +size 1918462 diff --git a/images/e0ef1210-b0ee-4703-b86f-d6da2dd60947.jpg b/images/e0ef1210-b0ee-4703-b86f-d6da2dd60947.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd139a2f40ce79e2a4b4613aa3ba0257a0b09514 --- /dev/null +++ b/images/e0ef1210-b0ee-4703-b86f-d6da2dd60947.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bdccda70af409ebede3b61c33a56f6ce7dbd01c35079a38007b66f26678547 +size 1849079 diff --git a/images/e0f16b58-4884-403d-81c9-314cb1cd8d8a.jpg b/images/e0f16b58-4884-403d-81c9-314cb1cd8d8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc14d7673c40f8e7bf4eaacb295f415e85d71e88 --- /dev/null +++ b/images/e0f16b58-4884-403d-81c9-314cb1cd8d8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac5eb68137612a98f034efb2576e5b83a3e48e0a6b542269f638321ea3c85af +size 1577183 diff --git a/images/e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1.jpg b/images/e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79af29d25efa5e10d9b7a946a775aecb3109d407 --- /dev/null +++ b/images/e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed00b1ab4a5f2575f382516bfff3d632331331208f2d93be7850a7b20b47a3c +size 1544824 diff --git a/images/e102a230-b645-408c-9ec5-d3574397b956.jpg b/images/e102a230-b645-408c-9ec5-d3574397b956.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1d568e4c21e42cebec924a621bbe2128276a9da --- /dev/null +++ b/images/e102a230-b645-408c-9ec5-d3574397b956.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8df084fd1f9c6665c31a859f4dc3f186f12e75554465ea96837afa7475efabb +size 1920214 diff --git a/images/e10a41e9-f65b-4303-aea8-6b5d6ba866ea.jpg b/images/e10a41e9-f65b-4303-aea8-6b5d6ba866ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e21d6f235264d497ba297491a140a30437061bd0 --- /dev/null +++ b/images/e10a41e9-f65b-4303-aea8-6b5d6ba866ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867cd37c87206ea55b36a90f5a8e4638fb295c0945de1b3a0fe720131b44fce6 +size 1673910 diff --git a/images/e1167632-59ac-4aa2-a77f-4abef85e3bb4.jpg b/images/e1167632-59ac-4aa2-a77f-4abef85e3bb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc33a61c28dce9529bc64e40b988305434cbe93 --- /dev/null +++ b/images/e1167632-59ac-4aa2-a77f-4abef85e3bb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8067db01bb166e0f0d1037f9a133fbc5861b7c0b501257ae8cd4225bad5ecb +size 1478673 diff --git a/images/e118321f-0333-41aa-a492-442dd5531344.jpg b/images/e118321f-0333-41aa-a492-442dd5531344.jpg new file mode 100644 index 0000000000000000000000000000000000000000..984862eabfc695fe9583341e72ccc8da0ef0315f --- /dev/null +++ b/images/e118321f-0333-41aa-a492-442dd5531344.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65365c9317f4a05f6732fe4bc2d897d37247dc8c39bc52c0fa8d8b4b124b123f +size 1703532 diff --git a/images/e11a6de1-227d-4044-8576-fd556e34452a.jpg b/images/e11a6de1-227d-4044-8576-fd556e34452a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b13c57a9a48ea2814f4a00a13d4f878ef7a7d867 --- /dev/null +++ b/images/e11a6de1-227d-4044-8576-fd556e34452a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57736fe84b9819d10b6df58248e7cda9bab6e537aecfe97450feb75e7ae567a5 +size 1319905 diff --git a/images/e11cc109-eb8c-49de-b4c3-d36605302449.jpg b/images/e11cc109-eb8c-49de-b4c3-d36605302449.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4ed16aacd844d583081d1aa53a310d9fba9d6ac --- /dev/null +++ b/images/e11cc109-eb8c-49de-b4c3-d36605302449.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a368b1a925ebd5dce5ea37d6473b7c68dfe4b657f69e6766950abadf80632b72 +size 2678165 diff --git a/images/e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c.jpg b/images/e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aae9058c1066e9bacab1a081f036bf442039f79f --- /dev/null +++ b/images/e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9fbed447ab305955167d621f12678bda8b25fac2a0c0a1101a6df820dbb7b9 +size 1608136 diff --git a/images/e11e4e85-6a3c-4e03-81ec-4f05da2b442d.jpg b/images/e11e4e85-6a3c-4e03-81ec-4f05da2b442d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..224230f3fba152b372b710d84860a912d752d422 --- /dev/null +++ b/images/e11e4e85-6a3c-4e03-81ec-4f05da2b442d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021eddba5c22449256605ae111a3b228807729ed3565a9057a6173528a449b8e +size 1565853 diff --git a/images/e1214e32-91ce-4014-9e3b-b0e7479381fc.jpg b/images/e1214e32-91ce-4014-9e3b-b0e7479381fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18554e977b0fa79e4e894cc86c56ff1932192ad9 --- /dev/null +++ b/images/e1214e32-91ce-4014-9e3b-b0e7479381fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9ec2b4045ee707477d261f04f67068d532d63bc05879db68d62a0804b65828 +size 1434504 diff --git a/images/e122119f-77b5-44df-8a6c-d520a24caeb8.jpg b/images/e122119f-77b5-44df-8a6c-d520a24caeb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ed1a25848d3d46389a8f9326fb2afc72db994ae --- /dev/null +++ b/images/e122119f-77b5-44df-8a6c-d520a24caeb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a6c7d907ae3bea7c90876e8860b44aa02b454f1806a36c2f42a68a74f385be +size 1559669 diff --git a/images/e140a7ef-f63d-426f-8aef-b29e5b787eb4.jpg b/images/e140a7ef-f63d-426f-8aef-b29e5b787eb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22aa6dabecbaae81974587906452276002d406fd --- /dev/null +++ b/images/e140a7ef-f63d-426f-8aef-b29e5b787eb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9c8d14bf1b05bd9fd6c28f6f3c1e7b775ffd6d6a5924b4e2acdc70dd3d9fb4 +size 2577668 diff --git a/images/e148d041-6b0d-4c2f-936d-c039aee20a35.jpg b/images/e148d041-6b0d-4c2f-936d-c039aee20a35.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be64d86ae215fbc47d312587a97d863567821b72 --- /dev/null +++ b/images/e148d041-6b0d-4c2f-936d-c039aee20a35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d4b9eb7159b873970c072d79bf34e63a8525d4f1f809e599c61c299f6474ca +size 2144202 diff --git a/images/e149bcb8-c7ed-4e9c-9b25-37beae56f8cd.jpg b/images/e149bcb8-c7ed-4e9c-9b25-37beae56f8cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32759a68e04f91478db286060b1c543c9ccbf670 --- /dev/null +++ b/images/e149bcb8-c7ed-4e9c-9b25-37beae56f8cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5660db337268104059771719c7bb468da8edd22b2b339d25d4fbd98418de4e7 +size 1212921 diff --git a/images/e15c0bb2-39bd-402b-ad96-5319ff0be4ca.jpg b/images/e15c0bb2-39bd-402b-ad96-5319ff0be4ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0caab949a41b07ca75c5ddb972e8da08fdc62ac3 --- /dev/null +++ b/images/e15c0bb2-39bd-402b-ad96-5319ff0be4ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52925d86201df8a677e51887ad6915cb309a56a13b8ac6fbd58fb41a5648e84c +size 1637171 diff --git a/images/e15f7d3e-97d3-4156-83e4-61949c20f112.jpg b/images/e15f7d3e-97d3-4156-83e4-61949c20f112.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bc3c635c9ea0ff925c7e70ca53fe9d17f0af1c1 --- /dev/null +++ b/images/e15f7d3e-97d3-4156-83e4-61949c20f112.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945830b07c45aea7c7a83e42820d966535fb4edcf65323fe54d8ebce7ab106c2 +size 1507832 diff --git a/images/e16bad77-a5fa-42c2-89c2-6388fa527896.jpg b/images/e16bad77-a5fa-42c2-89c2-6388fa527896.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32908cd24058e53d344233784a81e71fd67ec7d5 --- /dev/null +++ b/images/e16bad77-a5fa-42c2-89c2-6388fa527896.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c7d6f9443377a3b8a9ec9f2e84023c1bb8f18b876b4b207e4848a8829504cc +size 884600 diff --git a/images/e16f679f-c0b6-45cf-99ed-b3bbab3dc65c.jpg b/images/e16f679f-c0b6-45cf-99ed-b3bbab3dc65c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eb69fde53ddd9482ff8f5f85673851eed8571df --- /dev/null +++ b/images/e16f679f-c0b6-45cf-99ed-b3bbab3dc65c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95c6da5cc5a2e1ac6a297fe2ad2715d638a66ada0dee63116b99e0dc1bba5bb +size 1585928 diff --git a/images/e17383f5-3064-4cd6-aa86-48d6bb779ec4.jpg b/images/e17383f5-3064-4cd6-aa86-48d6bb779ec4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5bdfe2f46c060b04abf2e3fa84fe5c0575c9294 --- /dev/null +++ b/images/e17383f5-3064-4cd6-aa86-48d6bb779ec4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402479e7b104d40680963182b136007f4da648145d37d457aae44f80ff7d3771 +size 1599675 diff --git a/images/e17b43e8-7af1-4a06-8d3e-ca9250490526.jpg b/images/e17b43e8-7af1-4a06-8d3e-ca9250490526.jpg new file mode 100644 index 0000000000000000000000000000000000000000..363e37d1092633132edbc81193ee797360663006 --- /dev/null +++ b/images/e17b43e8-7af1-4a06-8d3e-ca9250490526.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cf0bd236941603f6b276f2be882bd60dabf624dd1bd0bc7631b8a22461ebca +size 1690673 diff --git a/images/e17fc519-5e79-4a40-ab7b-3def0944f9e7.jpg b/images/e17fc519-5e79-4a40-ab7b-3def0944f9e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63fb777a2e2d582baf946b78088ecaaeae127208 --- /dev/null +++ b/images/e17fc519-5e79-4a40-ab7b-3def0944f9e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987e8dfd0d05ce70d7607a7dbbe5c76d79318a942107a9487aa7d313d2f52fb +size 1470742 diff --git a/images/e188f9bb-d77c-4347-97dd-53dd566c42d1.jpg b/images/e188f9bb-d77c-4347-97dd-53dd566c42d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a536730053649a442b9ac9a3662e2f4ce6a8c9df --- /dev/null +++ b/images/e188f9bb-d77c-4347-97dd-53dd566c42d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ea8ffeead145d7ff8ed547b3a7fdea470803826be0308a4715c7fa415a7f29 +size 1798409 diff --git a/images/e18969b3-061c-4fce-a78c-4ff051253703.jpg b/images/e18969b3-061c-4fce-a78c-4ff051253703.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef79f5c9d404adeb5c67d6ddf92cda752cd46938 --- /dev/null +++ b/images/e18969b3-061c-4fce-a78c-4ff051253703.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a6654958164155e7b7f1c4b803383ed118a2089f517a2c9c2782f8ef025814 +size 1554282 diff --git a/images/e18d50f5-774f-4581-90ab-136c7bffe241.jpg b/images/e18d50f5-774f-4581-90ab-136c7bffe241.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdbbfc56d956e3910ba21eee8af2965e7bb1b35f --- /dev/null +++ b/images/e18d50f5-774f-4581-90ab-136c7bffe241.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee422ff6db39e711360a5ef0c7450b1391c1d032c7d67b3fe650f0a8d1dc1cda +size 1377388 diff --git a/images/e192e259-0f34-4d7e-94f9-054f1b2f57e8.jpg b/images/e192e259-0f34-4d7e-94f9-054f1b2f57e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b43ce30fa94e865c137f2af04108f8aa7904a68c --- /dev/null +++ b/images/e192e259-0f34-4d7e-94f9-054f1b2f57e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28b3a0561b8672cfacfe25a2e6422210d2ec7cd4c9376739c639a8f7129015 +size 2389665 diff --git a/images/e1a730ce-b9c4-458b-b85c-9d051f63d430.jpg b/images/e1a730ce-b9c4-458b-b85c-9d051f63d430.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c95301fe38e129306baee08c4fe1945b50948993 --- /dev/null +++ b/images/e1a730ce-b9c4-458b-b85c-9d051f63d430.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b366b074896089e066d70653ef18d0dbdebe6931b59023f63891317610b2207 +size 1608582 diff --git a/images/e1aa62e8-69fe-4d57-8b9f-a82f27c0465f.jpg b/images/e1aa62e8-69fe-4d57-8b9f-a82f27c0465f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48700d38d07d1070b01ea5def3020507ac19af10 --- /dev/null +++ b/images/e1aa62e8-69fe-4d57-8b9f-a82f27c0465f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8f64ad6db49b81ecbeca97adcfd4ce3f63bc60973d5c121a9b7af25ae76c31 +size 1451953 diff --git a/images/e1b22d03-61f2-47da-9aa4-7bf26944d6d2.jpg b/images/e1b22d03-61f2-47da-9aa4-7bf26944d6d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e308a129d9067d9c3a65c74cba548353553d67f --- /dev/null +++ b/images/e1b22d03-61f2-47da-9aa4-7bf26944d6d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b643d9069203d407347ffa42b1eac9e86559aa2e05b1b6f953d0863d70f9419 +size 1573626 diff --git a/images/e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a.jpg b/images/e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fa7fde1e20ef1f2718d8dbacda1eb9b75b2b4d5 --- /dev/null +++ b/images/e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef4dad4737c82368624a521662087b4d5b8344463d79d5035cbf068b81a45d2 +size 1140825 diff --git a/images/e1d407a4-085b-49e9-bdfa-a213c90c3de9.jpg b/images/e1d407a4-085b-49e9-bdfa-a213c90c3de9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..733f5671f431aa4a557833cb4d37b2c1eca1a540 --- /dev/null +++ b/images/e1d407a4-085b-49e9-bdfa-a213c90c3de9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a927a7abc9c8d1b1c471930a52678388a3cbc6a0e0671a9f1b1ef3e25d7e6ace +size 1458068 diff --git a/images/e1e82192-573a-4452-86c3-3fef31789b71.jpg b/images/e1e82192-573a-4452-86c3-3fef31789b71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce0f9d8b4ba39c89566256c78147810602dbc6a3 --- /dev/null +++ b/images/e1e82192-573a-4452-86c3-3fef31789b71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921dc30efb4ff5d47b93d388812d45034d4eb9e7552d321a483922b997e90906 +size 1608954 diff --git a/images/e1ede184-e465-4c4a-89c7-82a7bc06fb7f.jpg b/images/e1ede184-e465-4c4a-89c7-82a7bc06fb7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfc0f6b3b17c96f989625b8392fe428c791bd543 --- /dev/null +++ b/images/e1ede184-e465-4c4a-89c7-82a7bc06fb7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d17d835f2694a62e3b9d21865ab749f745d677734a971e652757bbe4a53f0f7 +size 1382958 diff --git a/images/e1ee2fab-7011-4b47-b8c2-f94ff7d647ab.jpg b/images/e1ee2fab-7011-4b47-b8c2-f94ff7d647ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e42645a4bf76eed22fe9bedfabd7bab98eea47f1 --- /dev/null +++ b/images/e1ee2fab-7011-4b47-b8c2-f94ff7d647ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9381c95986b765711ba2bc4b9c6b7cccc821132266a3594b33fca08bced25b6 +size 1219260 diff --git a/images/e1fb7769-949f-45c5-987b-8ac3c48d800c.jpg b/images/e1fb7769-949f-45c5-987b-8ac3c48d800c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc7a16752a500fe204dceea495ef6c8f1335f57a --- /dev/null +++ b/images/e1fb7769-949f-45c5-987b-8ac3c48d800c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea7da1400adbbd0e6e6dc064bab2b7dee14b8f3cadd64be78b8c1951db44bf7 +size 2267149 diff --git a/images/e2011a9b-8439-4946-8291-dd9a78c0dc9e.jpg b/images/e2011a9b-8439-4946-8291-dd9a78c0dc9e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fef7f93cea2f3f7e1775bb0d78f6aebf4844f93 --- /dev/null +++ b/images/e2011a9b-8439-4946-8291-dd9a78c0dc9e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf1769149443302f260a4d98b8288e5c35de50cf5c66dc485c58ea0feef7d99 +size 1327807 diff --git a/images/e20bdcf7-dd8f-48c5-8593-a06770b268fd.jpg b/images/e20bdcf7-dd8f-48c5-8593-a06770b268fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58bca0d15da4bd8b8626cd4666dc22f3bbe61683 --- /dev/null +++ b/images/e20bdcf7-dd8f-48c5-8593-a06770b268fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc13311131d80bdc341aee9ce19728f956c6ce5965232632b94d706e059e1eea +size 1218055 diff --git a/images/e20e74e2-5a59-4b49-a8b1-22d98c1638ca.jpg b/images/e20e74e2-5a59-4b49-a8b1-22d98c1638ca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ed99e908cfad20f67ca66c17dc97425b637f874 --- /dev/null +++ b/images/e20e74e2-5a59-4b49-a8b1-22d98c1638ca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4901c29c1cce3536733fe5db14f46168c1c0330b257a031dd74d1d4dcc26307e +size 1393022 diff --git a/images/e213eba7-bcf9-4237-9e9c-9896848df4f8.jpg b/images/e213eba7-bcf9-4237-9e9c-9896848df4f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd1a94ab75865b74dca42950638d472d1e1795c5 --- /dev/null +++ b/images/e213eba7-bcf9-4237-9e9c-9896848df4f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4621bad87bdf6a5869d428f9c48251cfd7e2e285395595e09d2945c8f8c6301 +size 1592034 diff --git a/images/e21b516a-cd60-4aa7-bdd0-cb9689c93b0b.jpg b/images/e21b516a-cd60-4aa7-bdd0-cb9689c93b0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eefc9567aa09aa014db31e9f16507813049376b --- /dev/null +++ b/images/e21b516a-cd60-4aa7-bdd0-cb9689c93b0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14c956d257fb798ece12c575fe54dd4113c9af682513fbbea38c5fcb9261c4e +size 1794489 diff --git a/images/e2282f97-3b30-47d2-a189-8e1b3f6f2b31.jpg b/images/e2282f97-3b30-47d2-a189-8e1b3f6f2b31.jpg new file mode 100644 index 0000000000000000000000000000000000000000..579a0bc8bb55a40f94b982fd97de156b48729319 --- /dev/null +++ b/images/e2282f97-3b30-47d2-a189-8e1b3f6f2b31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01a66b5b5624f387d1d404adc433065ae49179d035961656386eab2b0ca317b +size 1555068 diff --git a/images/e232b3b4-e22f-440b-9edd-4655b9b1e961.jpg b/images/e232b3b4-e22f-440b-9edd-4655b9b1e961.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81d0916ea3ef74aa05c9b1ca01103973fe36b5ba --- /dev/null +++ b/images/e232b3b4-e22f-440b-9edd-4655b9b1e961.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54cf98d7bb505b07c9482ea5402325faa9eaa94a0f9915fa7326f9f3c227b36 +size 2931393 diff --git a/images/e2355a58-4106-4f5b-8dcf-853701d231cd.jpg b/images/e2355a58-4106-4f5b-8dcf-853701d231cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3a11e66b518c0bdca4ae621269ab74330b2197f --- /dev/null +++ b/images/e2355a58-4106-4f5b-8dcf-853701d231cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b04999e4d432685541ce969834b797ac11012ef997bc2e2218180a4828b7e9 +size 2190396 diff --git a/images/e236d746-7abe-4323-80de-2063d5421d21.jpg b/images/e236d746-7abe-4323-80de-2063d5421d21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dccf084a3b1df83d3be0615c04e494d065754265 --- /dev/null +++ b/images/e236d746-7abe-4323-80de-2063d5421d21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977f9492adedc4c8c76e90d606029eb3e504380fefc7f007a54d65f484df8c54 +size 1296173 diff --git a/images/e2376490-3e2c-4916-8e29-7dca4adc78d9.jpg b/images/e2376490-3e2c-4916-8e29-7dca4adc78d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1c6877c56b22bd0109d03b5795086077d692c19 --- /dev/null +++ b/images/e2376490-3e2c-4916-8e29-7dca4adc78d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b847e636fe4106d31797a7cc96cf3cf2a78e5e472e6ed159fcc6a3860acc854 +size 673184 diff --git a/images/e240366d-fc85-4d0f-9eb4-92ebb1261749.jpg b/images/e240366d-fc85-4d0f-9eb4-92ebb1261749.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbab6d7a8302c8bfe15bb349bc074e7db3352454 --- /dev/null +++ b/images/e240366d-fc85-4d0f-9eb4-92ebb1261749.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d601ab0e2b3abd57b2d5cc9b2d2009d7f7033e63348f3e6b7c0d7f45d928a2 +size 1289928 diff --git a/images/e2486728-8691-4ebe-b713-25c3b3399347.jpg b/images/e2486728-8691-4ebe-b713-25c3b3399347.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde603b6e8646c56395453eb0a5e5707b17647f9 --- /dev/null +++ b/images/e2486728-8691-4ebe-b713-25c3b3399347.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1429caadcbeaebda399f516a4436caffb654564054753acce8b24de1048b5e67 +size 1871115 diff --git a/images/e24dd6a0-1b2d-4cdd-8e20-d602a14a9894.jpg b/images/e24dd6a0-1b2d-4cdd-8e20-d602a14a9894.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00826d66f8b46fb44adc2a1ca86ae3c3c5134612 --- /dev/null +++ b/images/e24dd6a0-1b2d-4cdd-8e20-d602a14a9894.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d62c2c3f0917402ca5abdfb9bedcb0e7b0d65648d12a74d3fba39c9d65a17f4 +size 1327104 diff --git a/images/e250129a-3dfa-43c9-8398-9e73a96c2ae5.jpg b/images/e250129a-3dfa-43c9-8398-9e73a96c2ae5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b58fd019abc9322258cb4e05e79385027ae750df --- /dev/null +++ b/images/e250129a-3dfa-43c9-8398-9e73a96c2ae5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79add49f9a65dc40a4a4d2d98a8f6c70a28a2d3f4935a7b38c70e902efafc02 +size 1956738 diff --git a/images/e25726f6-41df-42ee-98bf-df3b41b1323b.jpg b/images/e25726f6-41df-42ee-98bf-df3b41b1323b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6e27e4b930b9a24579a17d1dfc1a8c6b6983c6d --- /dev/null +++ b/images/e25726f6-41df-42ee-98bf-df3b41b1323b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0707b9ced9548d856b76dc272d1c892a6643536dc563a1d2c1918ec546b1609e +size 1499441 diff --git a/images/e25e5a8c-460f-425b-be46-1ad1c8c60c89.jpg b/images/e25e5a8c-460f-425b-be46-1ad1c8c60c89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3eee8f3c770a321fc241921691d29af24bd46624 --- /dev/null +++ b/images/e25e5a8c-460f-425b-be46-1ad1c8c60c89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20de3d8f63393b89086ba2c09c0593fae17203e18266977c9df9fd4c2cc9d74d +size 1714088 diff --git a/images/e261d133-a8c2-41b2-9891-953132432827.jpg b/images/e261d133-a8c2-41b2-9891-953132432827.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d4262475bf9da3dc37d526b0920ae7a9408cb01 --- /dev/null +++ b/images/e261d133-a8c2-41b2-9891-953132432827.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d4c206a7b619c3ffe5a30b6cc09a3bb760735506239cd20c89b46a9edd845 +size 1835948 diff --git a/images/e26931b1-60a5-46f1-8a36-44cdcfeff7a6.jpg b/images/e26931b1-60a5-46f1-8a36-44cdcfeff7a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a980a79c2578976094fb4d2416cdae0bbbf882a6 --- /dev/null +++ b/images/e26931b1-60a5-46f1-8a36-44cdcfeff7a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029a8e0ce42a2d176a15fcd9ffd5c0911fbdd074e4875ac5e6832d51cc2a14b1 +size 1276229 diff --git a/images/e26ac9a4-0d15-4bdc-9e35-c09588cb82db.jpg b/images/e26ac9a4-0d15-4bdc-9e35-c09588cb82db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..789829b3b5d63324a61aad4dea76e974574940df --- /dev/null +++ b/images/e26ac9a4-0d15-4bdc-9e35-c09588cb82db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa6eff4717aa29cf2d23412d06116f953d94acb1310aef1a65894c0e477a9d7 +size 1665682 diff --git a/images/e26b4396-b2e4-4872-a418-5fe7d81374e0.jpg b/images/e26b4396-b2e4-4872-a418-5fe7d81374e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5e84dd63ec68cafbd2adced993d55a745fcd523 --- /dev/null +++ b/images/e26b4396-b2e4-4872-a418-5fe7d81374e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8f4541a6ed3242375d16114d5f3d8569ff8f1f02263d6715a58c0631637ca1 +size 1881633 diff --git a/images/e26f3f67-831e-4118-9b31-e6be237fa82f.jpg b/images/e26f3f67-831e-4118-9b31-e6be237fa82f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f61da0de2171e14b2bc027ff19edc95577f85107 --- /dev/null +++ b/images/e26f3f67-831e-4118-9b31-e6be237fa82f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7112ba936f7a91e1f8cb82aa6e16ed6211df9b957bf00625e2a38e09d367943 +size 1399120 diff --git a/images/e28a6c27-3115-44e2-84b3-aa8ebad7f4ff.jpg b/images/e28a6c27-3115-44e2-84b3-aa8ebad7f4ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f5265a36db6a5eded2c05631c431f7d0803542e --- /dev/null +++ b/images/e28a6c27-3115-44e2-84b3-aa8ebad7f4ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fba9fdaa92c609cda82b8953ea864d8067e00d74a83549215150d1b0f01d1a +size 1544712 diff --git a/images/e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e.jpg b/images/e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8af11597476e789bae2a5298d38cacb95761386d --- /dev/null +++ b/images/e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2addf30ec4000d7db42808d1f5154d27e29185a56b8e5c895ca6b552ae7c6ef7 +size 1725116 diff --git a/images/e296a2f2-3e11-4576-8025-dae5d7117f53.jpg b/images/e296a2f2-3e11-4576-8025-dae5d7117f53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ff19a4acfaee315b6ff25f46277382903c0334e --- /dev/null +++ b/images/e296a2f2-3e11-4576-8025-dae5d7117f53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7230977219750a5131a4bdb514de7bac725ac443b37593743eef86f344988bf9 +size 1562762 diff --git a/images/e29dbe59-9e6d-47cb-8f51-5cbd63f8092a.jpg b/images/e29dbe59-9e6d-47cb-8f51-5cbd63f8092a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b52e4d65f5326782d12ebcfea646771a45bd232 --- /dev/null +++ b/images/e29dbe59-9e6d-47cb-8f51-5cbd63f8092a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f854ace569530a73177d04df6620dfb5e7284cc9f62e9a2eb2442bf5945df +size 1261064 diff --git a/images/e2ac48ef-8930-4b7d-bd6c-9fe070001896.jpg b/images/e2ac48ef-8930-4b7d-bd6c-9fe070001896.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3358f5dcd3e9a232529c6bad67a94a05353c1c4 --- /dev/null +++ b/images/e2ac48ef-8930-4b7d-bd6c-9fe070001896.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed9618fed91445139a3fbbc306e575f0082027d40c5538eb42aee81535e5af9 +size 1549735 diff --git a/images/e2ac606e-297f-44cc-92c1-0ee42a4e711c.jpg b/images/e2ac606e-297f-44cc-92c1-0ee42a4e711c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ce9ae37a3c18867db1091bb7b80ff8f97351b5d --- /dev/null +++ b/images/e2ac606e-297f-44cc-92c1-0ee42a4e711c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336afbf9a81f516f7067097b8900ba3ecb56836fd8e098d342ed9b97ababcde6 +size 1461916 diff --git a/images/e2c82bed-0b8e-434f-9aa8-bd509334a2a5.jpg b/images/e2c82bed-0b8e-434f-9aa8-bd509334a2a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6d17eaa484c88e6418a0da656443aa0fe672923 --- /dev/null +++ b/images/e2c82bed-0b8e-434f-9aa8-bd509334a2a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a787df0b582cc84441cbf16a9137f78830729bcf9fa3fc96a2a8afaddf9ecf2 +size 1491353 diff --git a/images/e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e.jpg b/images/e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a26296a4acbed683c742f8675989d0a4fc6e15 --- /dev/null +++ b/images/e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4556a3f3d84a32656a6a12c5290a370e5858d6f97bbb7330fe577e2996a38d2b +size 1431251 diff --git a/images/e2cf119e-00bb-4825-80b7-c3bed678ad45.jpg b/images/e2cf119e-00bb-4825-80b7-c3bed678ad45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..664d30aec3ab612b72acb31539882487bdcc13d1 --- /dev/null +++ b/images/e2cf119e-00bb-4825-80b7-c3bed678ad45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbb4e67e0746fddc6efe9775718c9d37d256f6d73bc8bba1207ce3650ea81f9 +size 2778799 diff --git a/images/e2d41ea1-0139-45f5-9dc1-bc5904b6c437.jpg b/images/e2d41ea1-0139-45f5-9dc1-bc5904b6c437.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef1a6813ed678709a14c67457b73cf97b439b1fa --- /dev/null +++ b/images/e2d41ea1-0139-45f5-9dc1-bc5904b6c437.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c91cbc03a5be503046826c0789cf5a43361065a6074be193813601384d26c5 +size 1808212 diff --git a/images/e2dad08f-0ddc-469b-91c0-52d96851d1e2.jpg b/images/e2dad08f-0ddc-469b-91c0-52d96851d1e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..096c3b7e8882ea0a7c811909137711f02b98d749 --- /dev/null +++ b/images/e2dad08f-0ddc-469b-91c0-52d96851d1e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08fc4450691d8e0b6b26fe8eb3fe2b93c74cd059e4ff32d310dfd6f60a3ba75 +size 1408145 diff --git a/images/e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b.jpg b/images/e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..488db06f33bf8766a84574079322e72c29054986 --- /dev/null +++ b/images/e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53c74d33d7c0edfe44034c758bd0baa2af33455a098d65180c6e9c22107a6ce +size 1516061 diff --git a/images/e2dc899c-d5ed-4b42-912c-be1052cfeb53.jpg b/images/e2dc899c-d5ed-4b42-912c-be1052cfeb53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df26fbbd37936ea6c5f0192812d32c8bff95f001 --- /dev/null +++ b/images/e2dc899c-d5ed-4b42-912c-be1052cfeb53.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03c74c3a1396805e29df49470309ea8e175dffce36d2bb9639067b42c799c29 +size 2266164 diff --git a/images/e2e2ed76-24ce-4657-960f-f6bb65ecbadb.jpg b/images/e2e2ed76-24ce-4657-960f-f6bb65ecbadb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23188139fbf24b287595ae29a1f85950cea95115 --- /dev/null +++ b/images/e2e2ed76-24ce-4657-960f-f6bb65ecbadb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b145c2d1b6ce71557d60f404ccad4ea0f278350c19fc37849b21c0d8f0596c7b +size 1551224 diff --git a/images/e2f0bd07-22a2-4571-ba0e-c678bf1cacb5.jpg b/images/e2f0bd07-22a2-4571-ba0e-c678bf1cacb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a8e574719317590d2a2700203699fea547144eb --- /dev/null +++ b/images/e2f0bd07-22a2-4571-ba0e-c678bf1cacb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1b953b54244e91b19b6880bcce0b2f8cf7e99fcb7fbdab90141cc0f630c3f7 +size 1460051 diff --git a/images/e2f194a1-e345-4ebb-9279-14bf20fbdd92.jpg b/images/e2f194a1-e345-4ebb-9279-14bf20fbdd92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..556755897a9189152db513ba8854be6c1b3706f7 --- /dev/null +++ b/images/e2f194a1-e345-4ebb-9279-14bf20fbdd92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb7d0b3a9b1341c7684e8ef79beb4c0433d7c8d0fab6dfaf6f25e9cd61189b4 +size 1558126 diff --git a/images/e2f71ce5-305e-47f2-8f95-ba0ae3383bc2.jpg b/images/e2f71ce5-305e-47f2-8f95-ba0ae3383bc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d88b2494dc11fb478a4325c2a81ac41c2b33f836 --- /dev/null +++ b/images/e2f71ce5-305e-47f2-8f95-ba0ae3383bc2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765f7233f164d5b137b167d058bb5a864cecaac495c1c72b5f08160a7e2f25e8 +size 1600353 diff --git a/images/e2fd5d35-8994-4718-8379-6f37665bb314.jpg b/images/e2fd5d35-8994-4718-8379-6f37665bb314.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76091e59b413c70350e99fe4b9c7fbc12e4d7425 --- /dev/null +++ b/images/e2fd5d35-8994-4718-8379-6f37665bb314.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cde9992dca418b164d365d4db7578a2568b30fdd9d8ae050c28af52d8a0eba9 +size 2941296 diff --git a/images/e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525.jpg b/images/e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e4bf3f1733d42dcade853a1946380e23c90d330 --- /dev/null +++ b/images/e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a7880a88f25c88f8d0a10015837dd547f707e0e2a99af278f254ed818eaed3 +size 1385020 diff --git a/images/e30cf516-2c7d-4a4f-8dbb-6389da277703.jpg b/images/e30cf516-2c7d-4a4f-8dbb-6389da277703.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a87fcf97578046afe819fed0e7bfd34f2c190d25 --- /dev/null +++ b/images/e30cf516-2c7d-4a4f-8dbb-6389da277703.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c1a53ce0ebddd01f23a6b84a1315ebae62db7943b263ca1f8aca87e407389e +size 1668085 diff --git a/images/e31278ab-6704-445e-94aa-a8f3cb9cf5e0.jpg b/images/e31278ab-6704-445e-94aa-a8f3cb9cf5e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2735cf46fe809df69b778e8fe41c2f56bf42139a --- /dev/null +++ b/images/e31278ab-6704-445e-94aa-a8f3cb9cf5e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e2dd49e8e1a83a98cbd48a29ec75f112def4b33f682055342e5f4d3eea61d2 +size 1561522 diff --git a/images/e321b30d-7e89-418b-8db5-20cd29c2d8b7.jpg b/images/e321b30d-7e89-418b-8db5-20cd29c2d8b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed625040c80506f539416a90cf599a6a8d10bcd1 --- /dev/null +++ b/images/e321b30d-7e89-418b-8db5-20cd29c2d8b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e85381d828967fe879219dba40668697a794266261d6f9cee445b36db31b2ba +size 1718091 diff --git a/images/e329c00e-7547-4608-bbdc-f22534141c3e.jpg b/images/e329c00e-7547-4608-bbdc-f22534141c3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..117248e058b8ffa0edab4b213e559b2a5619a42e --- /dev/null +++ b/images/e329c00e-7547-4608-bbdc-f22534141c3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1ae1de47bd01a21b4cdaa1887ad1d1ec48a34ffdd1d305d85e26f85b83f88e +size 1662483 diff --git a/images/e32fab79-b83e-4cef-b82c-8d15b7a10f33.jpg b/images/e32fab79-b83e-4cef-b82c-8d15b7a10f33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3a9e0925415441a84741682880ace82c3a8c3e4 --- /dev/null +++ b/images/e32fab79-b83e-4cef-b82c-8d15b7a10f33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd9bc231915e7a683132de2d31f12e10548e97d69c4859834c8da882f580a41 +size 1420721 diff --git a/images/e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe.jpg b/images/e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f867a374cd14246cb016641d26dd2a2efeebfca0 --- /dev/null +++ b/images/e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9c17e922e3b9ba82a659ff89c28ed9ddb7537a6bc2a12e013dbe1eb2025bed +size 1444840 diff --git a/images/e33debea-50af-4564-aba6-a73074c855da.jpg b/images/e33debea-50af-4564-aba6-a73074c855da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5175a9745dd9de85a1e1291b77ee860f048fb3a --- /dev/null +++ b/images/e33debea-50af-4564-aba6-a73074c855da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bdf59a24cb66e82f1e5f43c8e12a5e384b5b3382374ac220d2a77e451f103f +size 1327882 diff --git a/images/e33efa95-b8fd-4d06-9c23-86f4025ae746.jpg b/images/e33efa95-b8fd-4d06-9c23-86f4025ae746.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46e191e65b44ed4b800df7ac8d3e567fe86600cc --- /dev/null +++ b/images/e33efa95-b8fd-4d06-9c23-86f4025ae746.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f1bab19f5752e679500d4ce490d51a4c0cd6d07f4d49f92a9696e2a0b648ea +size 2164360 diff --git a/images/e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c.jpg b/images/e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcadd027a737005152aa18070eca41fed3c1d5c4 --- /dev/null +++ b/images/e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d88cc4ca8834c99ebdafea822e937ecf24520ce4b3e9bf204b1d8b5272bf320 +size 2395410 diff --git a/images/e3437746-ebfd-4bb3-893e-cbab386cfcab.jpg b/images/e3437746-ebfd-4bb3-893e-cbab386cfcab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80f84b5ca2cb9b5b0370d2fa2d0649dd06063b8e --- /dev/null +++ b/images/e3437746-ebfd-4bb3-893e-cbab386cfcab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30fd97010f77f1e360c564de33524844c8eaf7b8c74f77fe763bf4e731bc087 +size 1520401 diff --git a/images/e34dc1e6-8793-4e68-8c79-141f3a13a95f.jpg b/images/e34dc1e6-8793-4e68-8c79-141f3a13a95f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e6c8acb1c12340022f915c50d190bf23ca88baf --- /dev/null +++ b/images/e34dc1e6-8793-4e68-8c79-141f3a13a95f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f871559df36af37f5c577d0d3e1a3611faa28c086e5f8048207d9dcfbfc8f8 +size 2393594 diff --git a/images/e3508133-b057-4842-865b-9f02399ee014.jpg b/images/e3508133-b057-4842-865b-9f02399ee014.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5afc261fdf936cf0a9eb486f4b9e20603346dae1 --- /dev/null +++ b/images/e3508133-b057-4842-865b-9f02399ee014.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd1f46b9fe924b39deeac6f2dedaa31228b8c73a727cbf043602cac22c3c7a8 +size 1627745 diff --git a/images/e352c1c0-0b26-4851-9df2-5d7736ff62d3.jpg b/images/e352c1c0-0b26-4851-9df2-5d7736ff62d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fba9313bb09c5a46b89df1e0fccba287105bbc5 --- /dev/null +++ b/images/e352c1c0-0b26-4851-9df2-5d7736ff62d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e64489558ee1e05282677e0feaa6aa42215e21d9c2babe1ffe340425441705 +size 1751575 diff --git a/images/e359e097-b74f-4a08-8c63-702eb0e873e0.jpg b/images/e359e097-b74f-4a08-8c63-702eb0e873e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..386eb6a0e81906101f365b231f3962d76ff1cc3c --- /dev/null +++ b/images/e359e097-b74f-4a08-8c63-702eb0e873e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8e57893e45f15e73ad55df56fd2ed3e9ff2efc2c2d3402977261558718d3dd +size 1753611 diff --git a/images/e35d7990-e67a-4193-b200-a8fb9dea334a.jpg b/images/e35d7990-e67a-4193-b200-a8fb9dea334a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea933f0232b662afa3ccb0de6ea6a224cddb738 --- /dev/null +++ b/images/e35d7990-e67a-4193-b200-a8fb9dea334a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c560363d2f617280ec45402e8b2d93b4e225bd7506595a4dfe6908e8ff05f48 +size 989792 diff --git a/images/e35e4ba2-f7f5-4749-aece-298d587be245.jpg b/images/e35e4ba2-f7f5-4749-aece-298d587be245.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9cd5ffe4d661b609834825596584dbdfba55a27 --- /dev/null +++ b/images/e35e4ba2-f7f5-4749-aece-298d587be245.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ab6ae71a233396925bdb93ac0ff7281e4385a4a143a4a8c93ad23396edf5fc +size 1326221 diff --git a/images/e3601c37-fa7a-4f72-807b-f38728e224ea.jpg b/images/e3601c37-fa7a-4f72-807b-f38728e224ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..251ff99d7ab2ce3ba454dd94c492b21f6710a8a0 --- /dev/null +++ b/images/e3601c37-fa7a-4f72-807b-f38728e224ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f6cb3ca14c48c1fcefafc9fa0bda06219cf17e078e73e7c5c411cc4e53a8b7 +size 1692451 diff --git a/images/e3602570-4590-458d-8e54-1f67506cf0a4.jpg b/images/e3602570-4590-458d-8e54-1f67506cf0a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63dae015c2f4502347a68180334f5cb049ef333d --- /dev/null +++ b/images/e3602570-4590-458d-8e54-1f67506cf0a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6490209078ea6bb3ce7618945880d3005d34a622a9434b95c65e0a01f7f0d6a6 +size 3277435 diff --git a/images/e36ed803-7c42-4270-bdfa-4a45f9d5448a.jpg b/images/e36ed803-7c42-4270-bdfa-4a45f9d5448a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da92dce13ab1003ec22486b635cad80c0e858123 --- /dev/null +++ b/images/e36ed803-7c42-4270-bdfa-4a45f9d5448a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69da3b7295b27f6fd8f8c7be2eb92499807826093a72f2da0cd9fc084a055080 +size 1598132 diff --git a/images/e37ba416-2189-4003-9229-deb2221828ac.jpg b/images/e37ba416-2189-4003-9229-deb2221828ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a314b0a1cb45903fb38e404bec7dab71ace3bca --- /dev/null +++ b/images/e37ba416-2189-4003-9229-deb2221828ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79224729ca37b87c94a35a801818e453b2805f13803ad30b048312fd7ff10840 +size 1297142 diff --git a/images/e38f4a86-a824-4896-8f3b-04a49d446d73.jpg b/images/e38f4a86-a824-4896-8f3b-04a49d446d73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c183450c7969b372611864f764fdf16913f4c85 --- /dev/null +++ b/images/e38f4a86-a824-4896-8f3b-04a49d446d73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730f1690ce75cc315faa3f9fbd3d2c8167c3946c9a0eec664cdc29bdfbfeb28d +size 1541981 diff --git a/images/e3911ed1-0a6b-45a7-bd5a-002eadfe0e06.jpg b/images/e3911ed1-0a6b-45a7-bd5a-002eadfe0e06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43add7a0ea45cfbc53801912c03900f61d228889 --- /dev/null +++ b/images/e3911ed1-0a6b-45a7-bd5a-002eadfe0e06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba048f1bf8996281c1744c2f35ccea84daaa84736e8aa852534142598977179 +size 1448760 diff --git a/images/e393aacd-04b8-4eb9-a877-4ee17daa1c67.jpg b/images/e393aacd-04b8-4eb9-a877-4ee17daa1c67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..368f001f6a6b52b1db82e5b2601f1bd676e9990a --- /dev/null +++ b/images/e393aacd-04b8-4eb9-a877-4ee17daa1c67.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9f19b1e1b413f8459af9adec88b221eaf9c595f3e4c8b31b4073692942ed32 +size 1244728 diff --git a/images/e398ae79-a696-4c7e-86fd-56963f7903f2.jpg b/images/e398ae79-a696-4c7e-86fd-56963f7903f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..747f2c3080ecb4a7cf79261db98c449e991fdfb4 --- /dev/null +++ b/images/e398ae79-a696-4c7e-86fd-56963f7903f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed38096e55d1cce3450dbcb6335f49d50787a90895ec79639e51ea928b8e94b +size 2468202 diff --git a/images/e39c3c41-ef3f-42bf-8010-8b6a7a48bb74.jpg b/images/e39c3c41-ef3f-42bf-8010-8b6a7a48bb74.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da0c9fac93d71efddf49cb3f92109fa9557d3442 --- /dev/null +++ b/images/e39c3c41-ef3f-42bf-8010-8b6a7a48bb74.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6051900e1b01b18d27e5c26063085cca5966da5c0856772ad9322602e1af38f1 +size 2250974 diff --git a/images/e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1.jpg b/images/e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcf2dec2b6bf5e69ec144cc82fc9977fc8426a1d --- /dev/null +++ b/images/e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f299b1359c47843ceea9b1f1523a166b4f18fd98a70637243122d6185e7a0e +size 1556352 diff --git a/images/e3b49d37-17ff-455e-b134-80977a9f2b33.jpg b/images/e3b49d37-17ff-455e-b134-80977a9f2b33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7f34ebac1e427de41948bf760537964d0d4ffab --- /dev/null +++ b/images/e3b49d37-17ff-455e-b134-80977a9f2b33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3ba6e98c8ee904a4b47c71a51b8c586d469bfe57083fbe234556efd4b7a616 +size 2302784 diff --git a/images/e3b67502-0f90-4051-812d-bf4174cdae92.jpg b/images/e3b67502-0f90-4051-812d-bf4174cdae92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4616db217c265b041b6655058964959f5d82002d --- /dev/null +++ b/images/e3b67502-0f90-4051-812d-bf4174cdae92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7add525d6280ee00d6e8e5058014ce9f5fde0c0a2dab303467784ab6c13b89d4 +size 1541223 diff --git a/images/e3cc9d5f-b8c5-4f59-a926-616555ebfba3.jpg b/images/e3cc9d5f-b8c5-4f59-a926-616555ebfba3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b57d952f0dc233497b99caeabe3fca05e6b2433 --- /dev/null +++ b/images/e3cc9d5f-b8c5-4f59-a926-616555ebfba3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbe41f60b7db32b4de812d2a307678c7390f146279d15c92419a83b79ee8e6c +size 1547821 diff --git a/images/e3cfb57f-99d2-4cf8-a45c-351708e13c2c.jpg b/images/e3cfb57f-99d2-4cf8-a45c-351708e13c2c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d0200496eae4506c2413fb0ea451fd2aa2a00e6 --- /dev/null +++ b/images/e3cfb57f-99d2-4cf8-a45c-351708e13c2c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f37e2b5c5141325c6f22fa50c875dbfd1a502169d65cef1b0982cc05fafeb3 +size 1584608 diff --git a/images/e3db4725-9c14-4111-b6fb-b4d99bc60736.jpg b/images/e3db4725-9c14-4111-b6fb-b4d99bc60736.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27e4e7d2094bcb53545abc36f0d1927ddcf816f7 --- /dev/null +++ b/images/e3db4725-9c14-4111-b6fb-b4d99bc60736.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522b220dbda9ee4d558a8cc4a12c59740951b2bddfe4cea0b7a1ed7d42023623 +size 1615208 diff --git a/images/e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe.jpg b/images/e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe4bbbcd62da761b402560338b6c189cc9feb009 --- /dev/null +++ b/images/e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b6c47949b2086edef5757de73de6710189ada588c7fb4a4b0ee2393c641140 +size 1430900 diff --git a/images/e4004cbc-b385-4f4f-8f76-17b34675232f.jpg b/images/e4004cbc-b385-4f4f-8f76-17b34675232f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d97edfadc4545dbd71b5c25deda8379c44f054b --- /dev/null +++ b/images/e4004cbc-b385-4f4f-8f76-17b34675232f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaf9b8ea73951959758a3039c32daec0cf8e73c2b48280aeb21234e7522b4ef +size 1693294 diff --git a/images/e404ac9b-3e70-4599-b258-fe2688f86b92.jpg b/images/e404ac9b-3e70-4599-b258-fe2688f86b92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9070b5c0e474ceecd1ec962384845471c4afb2d --- /dev/null +++ b/images/e404ac9b-3e70-4599-b258-fe2688f86b92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa8bb96273034aa501c36b5449671b963dbe0931ebb727c4f90dcf59d933435 +size 1767296 diff --git a/images/e41658f4-5f34-4760-adc2-de58410abd42.jpg b/images/e41658f4-5f34-4760-adc2-de58410abd42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fb6aa063685a122e6939e5cacbca2dc3a72ae57 --- /dev/null +++ b/images/e41658f4-5f34-4760-adc2-de58410abd42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbef62a34ce344d05d1f191e8200e6a861134dfe04f02deeee4752c14983238 +size 1971971 diff --git a/images/e4165d35-5c10-4a4c-9b09-2994c5753460.jpg b/images/e4165d35-5c10-4a4c-9b09-2994c5753460.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d126514786ab12b04884634fab64a2e6913bda42 --- /dev/null +++ b/images/e4165d35-5c10-4a4c-9b09-2994c5753460.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b098d6b3e9363c5696c3a7e4cb5dc6287732f73ac34d227d4a0690de74367fbd +size 1418073 diff --git a/images/e422d534-cb5e-40f2-9802-e9a81d352b95.jpg b/images/e422d534-cb5e-40f2-9802-e9a81d352b95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15079484700848e57345bd4732c9321a99004a1a --- /dev/null +++ b/images/e422d534-cb5e-40f2-9802-e9a81d352b95.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf5ea787aa0dbf65fa484fdc247055781f846454ada9a06087aafcf91ad8784 +size 1810716 diff --git a/images/e42e361b-d601-43b5-8d68-337cb3182622.jpg b/images/e42e361b-d601-43b5-8d68-337cb3182622.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7483ab80b3fd6c25927f9334c64ce01cb213ff4 --- /dev/null +++ b/images/e42e361b-d601-43b5-8d68-337cb3182622.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97438b9272fcc2e52a2ad4c0f696f544e4b7f4b57d7fe1adaeb3ee242b7793f2 +size 2488789 diff --git a/images/e42ea190-5f28-4686-b270-ba0dca730385.jpg b/images/e42ea190-5f28-4686-b270-ba0dca730385.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9df5a5f30dabad73c717684f686213e260b58bd --- /dev/null +++ b/images/e42ea190-5f28-4686-b270-ba0dca730385.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54183fcbf2b33b1decef226462b00cc65461dc4e59aae0d68738785558aa189 +size 1325639 diff --git a/images/e46ee933-fc90-4876-aef6-c3304fc1a3f3.jpg b/images/e46ee933-fc90-4876-aef6-c3304fc1a3f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e146fc47284575a4595f5526367c878eb489a0de --- /dev/null +++ b/images/e46ee933-fc90-4876-aef6-c3304fc1a3f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4885b5553000f3e2d9cd2b1d0b20dc829e0dcbb079c61fcbe2bc785ed1594a +size 1514129 diff --git a/images/e4738c89-dfcd-447e-a015-083a7240cf8d.jpg b/images/e4738c89-dfcd-447e-a015-083a7240cf8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54dc67618aa42ac905d9abb0b22fac5054f78dc7 --- /dev/null +++ b/images/e4738c89-dfcd-447e-a015-083a7240cf8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe25ec4a9d30192848a9f643291500785a4bf56c0787cc84b909227416d9651 +size 1986843 diff --git a/images/e491dfe2-87db-457f-93fa-e702a18cefb1.jpg b/images/e491dfe2-87db-457f-93fa-e702a18cefb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3e26cfb0bdf1d56bebee67dff4c3b92ee759a91 --- /dev/null +++ b/images/e491dfe2-87db-457f-93fa-e702a18cefb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d70ee7f730eb5d6eda5304ad09cd009e287b09be41944cbd406b141379e1bd5 +size 1369956 diff --git a/images/e4ab710a-2f55-4433-94e2-2d8168bed9c6.jpg b/images/e4ab710a-2f55-4433-94e2-2d8168bed9c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41626418d63042f3e70e5bc7402547256d4ef1f3 --- /dev/null +++ b/images/e4ab710a-2f55-4433-94e2-2d8168bed9c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf32b917b464df8ba72cfe54da739c131b20bde3593e5eb589f860cf04463b2 +size 1685542 diff --git a/images/e4b327ba-abc5-4f79-8893-e00d0c9d6181.jpg b/images/e4b327ba-abc5-4f79-8893-e00d0c9d6181.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f973a32f418d01543165bdb9955e52c34bf17a47 --- /dev/null +++ b/images/e4b327ba-abc5-4f79-8893-e00d0c9d6181.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e39190310b5945590552dd633ba89c30c080576eff13c8718c0f08f667b081f +size 2613912 diff --git a/images/e4b4cb60-9e4a-405b-a547-33333bc9dde7.jpg b/images/e4b4cb60-9e4a-405b-a547-33333bc9dde7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..041f2f99c5d68c5f9a17df485a848d84b4fa13bd --- /dev/null +++ b/images/e4b4cb60-9e4a-405b-a547-33333bc9dde7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124e87767a4ee8bb599a81d21dde75096c864b69512608c26a3c5f70531945ba +size 1526877 diff --git a/images/e4b7180e-10e5-4786-9f63-56a43d0a9baa.jpg b/images/e4b7180e-10e5-4786-9f63-56a43d0a9baa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ecb481164628a00cc6699f770aba6d2b70a06a7 --- /dev/null +++ b/images/e4b7180e-10e5-4786-9f63-56a43d0a9baa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622d93ca8f8aa6fb97b9169d812c1adefec7da2afe280cea09af22a3be6c9e28 +size 2386075 diff --git a/images/e4b7870f-4e25-45a6-b753-b3414f9b9e8c.jpg b/images/e4b7870f-4e25-45a6-b753-b3414f9b9e8c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ef5063e961d0dc35d6eeeff6f6fffbec600fb82 --- /dev/null +++ b/images/e4b7870f-4e25-45a6-b753-b3414f9b9e8c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8055931b81ef7401723d3bdbc05482ed2e71dce6485f97c104bafeb3be57a5da +size 1618893 diff --git a/images/e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4.jpg b/images/e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ade4a52c5c242ab2c5a912f34b070d22e9ddf53 --- /dev/null +++ b/images/e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a08dd3c0f7cf42d010c9bc6c74ea7341b98ed26c95f5b93018eeb8c691ab303 +size 1314331 diff --git a/images/e4b9e7eb-e9af-4d43-b12a-c185bb954e0a.jpg b/images/e4b9e7eb-e9af-4d43-b12a-c185bb954e0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31a0da49eaebacdab199a62f3fd0ed1e3ef2c69d --- /dev/null +++ b/images/e4b9e7eb-e9af-4d43-b12a-c185bb954e0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7490052d9af659924ec30c0682f55fdc261bc650e1b899071df15b17bf8c7c36 +size 1792074 diff --git a/images/e4bba3ae-1392-4479-a480-b3290a12b8da.jpg b/images/e4bba3ae-1392-4479-a480-b3290a12b8da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ad7a3556103e86e2cd59966df3094a29038211b --- /dev/null +++ b/images/e4bba3ae-1392-4479-a480-b3290a12b8da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a73066130c2fb523daebee5d4ccaf2ea468a1cf453deb9826ad1b93ded300a +size 1311748 diff --git a/images/e4c50eb8-06be-4843-acca-7d66f31cd2c1.jpg b/images/e4c50eb8-06be-4843-acca-7d66f31cd2c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a07655b7e5ca6ba786eaf8d5d7b6063123b0ecdf --- /dev/null +++ b/images/e4c50eb8-06be-4843-acca-7d66f31cd2c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ed75bbf41997f237fc5d8cc0f5db5eb8937486eb701e958569f5c0fcc7178e +size 1626334 diff --git a/images/e4cca631-f7f5-41f3-8b9b-909405e66bbd.jpg b/images/e4cca631-f7f5-41f3-8b9b-909405e66bbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cfefcf17aa857f1d5eef5c1a30b5b15c2deda11 --- /dev/null +++ b/images/e4cca631-f7f5-41f3-8b9b-909405e66bbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef44cefa7cfa997dbb99db001ed56951b60458d4aec4d5186af69a333352f85f +size 1465860 diff --git a/images/e4d899fe-1919-4404-88d3-26fbd47cae5d.jpg b/images/e4d899fe-1919-4404-88d3-26fbd47cae5d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6db4fcd5bc632e8b5e4fdd56b4b691791c20578 --- /dev/null +++ b/images/e4d899fe-1919-4404-88d3-26fbd47cae5d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb11c14781957f26e8b1ca2f171b354727afa9bbc6ca467f6f2124aa2eefbdcf +size 1593921 diff --git a/images/e4f9f3aa-0201-431a-8953-6894d40f0f3e.jpg b/images/e4f9f3aa-0201-431a-8953-6894d40f0f3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c40e0fdc2da58d0daa8364d41c0672d69d4371ad --- /dev/null +++ b/images/e4f9f3aa-0201-431a-8953-6894d40f0f3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44e1dab4f6e8b9a0d3983f36a3e085ff26d26be22e511fa14a299122838f826 +size 2966662 diff --git a/images/e4ff99d1-3138-4332-9669-59c355b6c9bf.jpg b/images/e4ff99d1-3138-4332-9669-59c355b6c9bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38e253b0b9bd32a6a6d806fb8b2b9ce332a888ce --- /dev/null +++ b/images/e4ff99d1-3138-4332-9669-59c355b6c9bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf67ad9a4533d2013a566391f302c6f55549df3515588a167c09aec0d4d3880 +size 1331262 diff --git a/images/e511c45d-52d2-4b47-8c82-c8e621fd71b5.jpg b/images/e511c45d-52d2-4b47-8c82-c8e621fd71b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..114f8ef36acddb7b8fe76692f711499e3b481a09 --- /dev/null +++ b/images/e511c45d-52d2-4b47-8c82-c8e621fd71b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59306b01ebc268510e86a3fad03a446c956d2312690350cd722c3f5175371d0 +size 1636048 diff --git a/images/e519cdca-3325-44b5-8be3-d6cb67dcfc29.jpg b/images/e519cdca-3325-44b5-8be3-d6cb67dcfc29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed439fd6d8b25ffa4346829307fad26514dab8bf --- /dev/null +++ b/images/e519cdca-3325-44b5-8be3-d6cb67dcfc29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac3b5f884b9c6fde14f7fb9963e874c5c95e69c6b906434ada6962c27a9ab47 +size 2200837 diff --git a/images/e51bd192-f6b1-4d63-8250-37814dab73d0.jpg b/images/e51bd192-f6b1-4d63-8250-37814dab73d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b473d6782ca75aef12a162c3d1acb97ba710f904 --- /dev/null +++ b/images/e51bd192-f6b1-4d63-8250-37814dab73d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da773ff98e8dca9473ea080cd9ab15db806d57a9d6979e443fd65759a4aa4678 +size 1853750 diff --git a/images/e52432a2-91a9-460a-ae6e-ac1bc5f6fe97.jpg b/images/e52432a2-91a9-460a-ae6e-ac1bc5f6fe97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84e33d1c350005092f5bc1697f40abc37ede76d1 --- /dev/null +++ b/images/e52432a2-91a9-460a-ae6e-ac1bc5f6fe97.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d73141e85829be6278241961fa2820a64572cb15df3444a4fec3ad941e5f795 +size 1441944 diff --git a/images/e52f93d5-35cf-49bc-aadb-2f955a75be18.jpg b/images/e52f93d5-35cf-49bc-aadb-2f955a75be18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51c9bab5c9e0780279d2fed65ec6f3ec12ae1f44 --- /dev/null +++ b/images/e52f93d5-35cf-49bc-aadb-2f955a75be18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc2078436704900054128f05c5def09fa892548f21571a6b4da3eb648fba224 +size 1739584 diff --git a/images/e537d65a-31c1-4a5c-aa00-512741732624.jpg b/images/e537d65a-31c1-4a5c-aa00-512741732624.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a10158d8e010069855f704c800df66e16a47a968 --- /dev/null +++ b/images/e537d65a-31c1-4a5c-aa00-512741732624.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b141c0365b8b03cac01862d95eb4ca591d3204f9babd9989a827d78f93289b8 +size 2694115 diff --git a/images/e53e63ac-8419-4619-8599-2a25e30c1204.jpg b/images/e53e63ac-8419-4619-8599-2a25e30c1204.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f10cb54593845d3d6ad3218d916223b6c5cd436 --- /dev/null +++ b/images/e53e63ac-8419-4619-8599-2a25e30c1204.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049b266c2eba5106485201ea869002be7c2157ecb9eed5c7773c597223e03295 +size 1507734 diff --git a/images/e546f2bc-ec44-4cf7-807d-3f9505dd6f42.jpg b/images/e546f2bc-ec44-4cf7-807d-3f9505dd6f42.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7911375c0ba9cdc9167da2452761ca5783022fa2 --- /dev/null +++ b/images/e546f2bc-ec44-4cf7-807d-3f9505dd6f42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e761b4e7d4d3f72012341c52894cf322c6340f1ad40000939b3fe5efa95989 +size 1578576 diff --git a/images/e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8.jpg b/images/e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48b0498648e462aa978791e834a49f5ae5453e3c --- /dev/null +++ b/images/e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25727b1df3c7dc42c312ce1b04d51c4459369b9904e3e6407758e77c7f2e0dd6 +size 1824321 diff --git a/images/e5566e19-e447-45e8-b5df-d2477922e378.jpg b/images/e5566e19-e447-45e8-b5df-d2477922e378.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7308eca8838a031c87750efb66514797d6f6957 --- /dev/null +++ b/images/e5566e19-e447-45e8-b5df-d2477922e378.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d09c9125d6612a254bff22e9dfdb6c1077c10ac3e5f7874af9123b48db0bf3 +size 1345903 diff --git a/images/e56d48e3-8902-4a63-ae93-d34258ebdb2b.jpg b/images/e56d48e3-8902-4a63-ae93-d34258ebdb2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7570e055796cf4565737a2eebfabd763d6a7e2c3 --- /dev/null +++ b/images/e56d48e3-8902-4a63-ae93-d34258ebdb2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cd1ae100b9f3b0db144302da75be7f714c12f145aa0bfa1a7167583f9afbe2 +size 1729276 diff --git a/images/e570bc91-613b-4259-afc6-d07009d723e7.jpg b/images/e570bc91-613b-4259-afc6-d07009d723e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e16f6737f66c4bfa6dacbcb73862f9cea6efd30 --- /dev/null +++ b/images/e570bc91-613b-4259-afc6-d07009d723e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c64cb6cd0c7a090f956177e2c63a45c2c8d997a52874a6256cf49c574395f3 +size 1579549 diff --git a/images/e5727dca-ed83-4877-b389-3dd8e8f1fbca.jpg b/images/e5727dca-ed83-4877-b389-3dd8e8f1fbca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e46416e6d1bf2ae5712e80dd70926ae217f11100 --- /dev/null +++ b/images/e5727dca-ed83-4877-b389-3dd8e8f1fbca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3848674ea84a6511b647e5c49341c9c355b784c50141117d968a3db1db2a231 +size 1751254 diff --git a/images/e5abcf5e-ab3b-4353-bb62-ff4b063650d9.jpg b/images/e5abcf5e-ab3b-4353-bb62-ff4b063650d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ced8597075f986c43b1d980ebfd4f08c11154f31 --- /dev/null +++ b/images/e5abcf5e-ab3b-4353-bb62-ff4b063650d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bb7d3c0d2a8c2e61f3c038511b78a21752d8eb746705b8484cb598b926b84f +size 2710017 diff --git a/images/e5c17afc-9888-4c19-8ee4-357c01b5a290.jpg b/images/e5c17afc-9888-4c19-8ee4-357c01b5a290.jpg new file mode 100644 index 0000000000000000000000000000000000000000..517313d6d25765802ea361b2a1ba028680ddc366 --- /dev/null +++ b/images/e5c17afc-9888-4c19-8ee4-357c01b5a290.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29eb078b5076073fd478cd89cf121757d03bf782b841272ab77105a7a18b7352 +size 1932696 diff --git a/images/e5c9d7e4-b4a0-49f6-8b4b-dad129057f71.jpg b/images/e5c9d7e4-b4a0-49f6-8b4b-dad129057f71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6497775aa59433cc70b66dfe135d3a297444188a --- /dev/null +++ b/images/e5c9d7e4-b4a0-49f6-8b4b-dad129057f71.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a515cc368ad2f31563fb590e73b58f99b6b6c8c5e1a8ed125df72aba3b59c71d +size 1279998 diff --git a/images/e5ce6d1d-460a-4256-8581-0822723c1581.jpg b/images/e5ce6d1d-460a-4256-8581-0822723c1581.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1e16e92302ad63596dad4c22a64c243b1676db7 --- /dev/null +++ b/images/e5ce6d1d-460a-4256-8581-0822723c1581.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c4683a0ae976fd41ea6b4adfe4dd0891d0a9a689ef665b9caee94aec0a1ffc +size 1329096 diff --git a/images/e5d98087-9a29-4a60-90a8-83438ecd581f.jpg b/images/e5d98087-9a29-4a60-90a8-83438ecd581f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc0ef3eca911979bba578a9e0524d745ce1a2953 --- /dev/null +++ b/images/e5d98087-9a29-4a60-90a8-83438ecd581f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b959ae8d0ddbc37e761b468a8fa90d7ea5adfbe8ea71cd5949979780fdb867df +size 1011654 diff --git a/images/e5e1683e-f15b-4003-bbfa-f04e5fccfb30.jpg b/images/e5e1683e-f15b-4003-bbfa-f04e5fccfb30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f508be41415d95f4125bbc60ba9faa57d9e9f6c --- /dev/null +++ b/images/e5e1683e-f15b-4003-bbfa-f04e5fccfb30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6ab64d8dc51de0ff6401c3f1c361bf0b85514fb15565a77e875f96c9520c11 +size 2756609 diff --git a/images/e5e4c6dc-db52-4788-a04b-1644acbc3830.jpg b/images/e5e4c6dc-db52-4788-a04b-1644acbc3830.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3978f4b6d1f2f29cb3327c9f0ac0fd824795b61 --- /dev/null +++ b/images/e5e4c6dc-db52-4788-a04b-1644acbc3830.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ff705c1076ca11f6672f8bc783b07ab3d1cb8e0bf6c8a56ddefb2f8cb059d9 +size 1391316 diff --git a/images/e5e5ddf4-f66b-4242-9f0e-4d80842c0e40.jpg b/images/e5e5ddf4-f66b-4242-9f0e-4d80842c0e40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5c5e86bc6eba1a0d97d52b4ce86c262a6ecdd58 --- /dev/null +++ b/images/e5e5ddf4-f66b-4242-9f0e-4d80842c0e40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f344915778c0fef013be2731cfb7ed32b13ea7c90bde0441585e17bdb75780f +size 1483847 diff --git a/images/e5f509af-5e44-476b-bead-3018ce3c4b03.jpg b/images/e5f509af-5e44-476b-bead-3018ce3c4b03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbac13a2130d4bfe002c0d988a5ee098dd5e61e3 --- /dev/null +++ b/images/e5f509af-5e44-476b-bead-3018ce3c4b03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dfab18426202984477464126e14e97f56e68bfd6cbedb02f19899d88732a59 +size 1518791 diff --git a/images/e6051703-eb08-4055-9d06-9abaa350f25c.jpg b/images/e6051703-eb08-4055-9d06-9abaa350f25c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..208e1efa1527c3c67172f5c92a31d51fe2fd0478 --- /dev/null +++ b/images/e6051703-eb08-4055-9d06-9abaa350f25c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214b988e7e86ca570f13d0f715b2f44e725a3f8916ddd59235022dc9749d9894 +size 1652164 diff --git a/images/e607064e-3ade-4cd0-9d9f-42729755327d.jpg b/images/e607064e-3ade-4cd0-9d9f-42729755327d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d23d4016a507583058c047e22a26e59cfac5e7b --- /dev/null +++ b/images/e607064e-3ade-4cd0-9d9f-42729755327d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71de84ac3d7459624c40b9b129788deaf5f2077d13c89fa090c7e1ead8802c2 +size 3197600 diff --git a/images/e61c426a-e90a-401a-b6b4-6a92ebc4c4da.jpg b/images/e61c426a-e90a-401a-b6b4-6a92ebc4c4da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bd8c892535509864bc18535e410012f57ca515b --- /dev/null +++ b/images/e61c426a-e90a-401a-b6b4-6a92ebc4c4da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa1c77ffc53fd8a08fc3fcfa3e4a7f0d835059d63042356a2ea5783b35da42c +size 1465754 diff --git a/images/e620982b-1335-4d5e-8567-c75065497ccd.jpg b/images/e620982b-1335-4d5e-8567-c75065497ccd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68afd93e83f2ae3905950af796518af04c21fafc --- /dev/null +++ b/images/e620982b-1335-4d5e-8567-c75065497ccd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e581361356219c292c7beb992a05b80384f6547f7f897028ce0187ff2c4a832a +size 1816879 diff --git a/images/e623b5cc-2ea9-4e38-9c36-5a9bde07874b.jpg b/images/e623b5cc-2ea9-4e38-9c36-5a9bde07874b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9029908765c8ae76fdc886bfefb058052660ed89 --- /dev/null +++ b/images/e623b5cc-2ea9-4e38-9c36-5a9bde07874b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d9d79f3c66944c4cb3fc261fbbf3ba9d1028ed16b32a3f800c0667b459d3e3 +size 1636385 diff --git a/images/e626bbd6-bcbf-4562-a1bb-59749854a408.jpg b/images/e626bbd6-bcbf-4562-a1bb-59749854a408.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d20ff16cca3fad5e9624a7babe77da7f9fee2a38 --- /dev/null +++ b/images/e626bbd6-bcbf-4562-a1bb-59749854a408.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459dd9d84c253d2e49fa9884cd8bffdab3fb79c0a7e2c8af51b92d30ff8764a0 +size 2122080 diff --git a/images/e629ea8b-1f4a-4206-9775-50db9b210199.jpg b/images/e629ea8b-1f4a-4206-9775-50db9b210199.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d696f3ab5a3754cc9fbdedc6d6020ffcbc3e4147 --- /dev/null +++ b/images/e629ea8b-1f4a-4206-9775-50db9b210199.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22648aa4ffcfbe31f353031048d8149f6edf457f4179e1faf463389a50beae0a +size 2125995 diff --git a/images/e62ed447-4bd6-4534-8f3d-75af07bc43b8.jpg b/images/e62ed447-4bd6-4534-8f3d-75af07bc43b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98a927ff0fb45787abb8906659d1bcdf3aa5530e --- /dev/null +++ b/images/e62ed447-4bd6-4534-8f3d-75af07bc43b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2ca901ff17049b4e50f0e73557095b2bb78f75929de321ac1d1555ff04acae +size 1342483 diff --git a/images/e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf.jpg b/images/e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab2d7088f2599da64aa6147afeadc1fd246bf1e --- /dev/null +++ b/images/e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a569d5f0a7bc5ba489301746345af4c073df4be5247ea94dd13b733b3011bdc +size 1341481 diff --git a/images/e635d900-12eb-4772-82ee-07f2a957b7fd.jpg b/images/e635d900-12eb-4772-82ee-07f2a957b7fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..569073ea773581189d6418e8ec57ee8d76e435d9 --- /dev/null +++ b/images/e635d900-12eb-4772-82ee-07f2a957b7fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfbe05674cbd3b119ecb5b9ecfa20c30dbdfbe49cf654431041000dbba42917 +size 2121786 diff --git a/images/e636b3f2-f6e5-43c8-abfd-55bfe5854c27.jpg b/images/e636b3f2-f6e5-43c8-abfd-55bfe5854c27.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11ac977b9bb08c4370facceb7037c11d04602a8a --- /dev/null +++ b/images/e636b3f2-f6e5-43c8-abfd-55bfe5854c27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50129b0e6c071511ecbed1c1f43e7ef824923cc9193b559b4332e27487e7744 +size 1714228 diff --git a/images/e637986c-53d7-4298-a77f-7a1cf2aa02c2.jpg b/images/e637986c-53d7-4298-a77f-7a1cf2aa02c2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9155b36cde393caf84f7c23e48b650a5fe4205ce --- /dev/null +++ b/images/e637986c-53d7-4298-a77f-7a1cf2aa02c2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f435a1ea7d673fe334e7262c3676013efd859e5de622ab555a18c94c15bd68cd +size 2329008 diff --git a/images/e6390952-9bbf-452b-9e22-a6ad3f5252d5.jpg b/images/e6390952-9bbf-452b-9e22-a6ad3f5252d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ba1e5ed5a6e7962b04170114637e236c8bcd570 --- /dev/null +++ b/images/e6390952-9bbf-452b-9e22-a6ad3f5252d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fc3d3538a6d75129c70600baf7f4901a6ceaef5c627fc23f89d1f958069ffd +size 1666120 diff --git a/images/e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8.jpg b/images/e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff8c7c9234469327aeca2e33c7b392b294a315db --- /dev/null +++ b/images/e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e53f0bcaedff25158136cd52c14b8f5dd3da7f49f85d44d07747652edb064a +size 1189192 diff --git a/images/e647d661-8207-4471-936d-5725d1def021.jpg b/images/e647d661-8207-4471-936d-5725d1def021.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5399e3e85665171d59b13db1c5d1fdcba257c842 --- /dev/null +++ b/images/e647d661-8207-4471-936d-5725d1def021.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4695139e9a4207e810eaf97d938727b25227c73ca82897b4503d4a113dd2f2c3 +size 1754896 diff --git a/images/e649452d-6746-4669-b321-028eed7379d7.jpg b/images/e649452d-6746-4669-b321-028eed7379d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8795c3dea4c9c65cd0f79f4b4539f9ab6a9218 --- /dev/null +++ b/images/e649452d-6746-4669-b321-028eed7379d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08415575365f1d7e9f18d59ae4f0283e8eb2892483937b8add4de8e417a1a284 +size 1773981 diff --git a/images/e649b3d7-3c22-41bd-a928-43e608629175.jpg b/images/e649b3d7-3c22-41bd-a928-43e608629175.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d7fe7672ea56c3dd6f4bf1f241ac55c239898f0 --- /dev/null +++ b/images/e649b3d7-3c22-41bd-a928-43e608629175.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c4ba5d7ed3880f094614bed2716070624c15eac451d036253d182b6b5d00b9 +size 1313217 diff --git a/images/e64b2159-30d0-4cef-b0db-f6a4cfa03f48.jpg b/images/e64b2159-30d0-4cef-b0db-f6a4cfa03f48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..601868cb0ceb459be5f47f65bdfdc4507de986d2 --- /dev/null +++ b/images/e64b2159-30d0-4cef-b0db-f6a4cfa03f48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0d792c80b482e3ccb962a2638e7714c58689c6faf06324baa47c18196cbd10 +size 1991001 diff --git a/images/e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab.jpg b/images/e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22a4221be4c83c59777f31e0c05a2bfc2a6ccd83 --- /dev/null +++ b/images/e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db93fcc5de0e89591f4b15d13fa864e0b2e2cd6ce2533368d0bedd09fc23629 +size 1647076 diff --git a/images/e65fbf54-3482-4eb3-9177-c102e01a4621.jpg b/images/e65fbf54-3482-4eb3-9177-c102e01a4621.jpg new file mode 100644 index 0000000000000000000000000000000000000000..331b6391568f0c6676f5c1f5af67df94e116b430 --- /dev/null +++ b/images/e65fbf54-3482-4eb3-9177-c102e01a4621.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f5dc87a787746c5d684ce196e13c706c252d9de2fe369c8c0cb70038b58751 +size 1546490 diff --git a/images/e665ecb6-edfc-4b9b-a2ce-215a80a951bf.jpg b/images/e665ecb6-edfc-4b9b-a2ce-215a80a951bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bcc4c2f839213471715f24ba54a47532dd8db14 --- /dev/null +++ b/images/e665ecb6-edfc-4b9b-a2ce-215a80a951bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75a8705dffa4fadd0909b336be390e2ca32ee81c8481df35e7a6e8f57642dc5 +size 1560958 diff --git a/images/e669d293-b135-446c-8c4d-2ed2d85354c4.jpg b/images/e669d293-b135-446c-8c4d-2ed2d85354c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855b7b99a60d9fdb62be0a3867e57d4585df3983 --- /dev/null +++ b/images/e669d293-b135-446c-8c4d-2ed2d85354c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7532af73da438e6e74745900cc51e36e828bef80101ba88e45ddfc448281627 +size 1816869 diff --git a/images/e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52.jpg b/images/e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..253d393b69f479cfcddf28be920888bd4485488f --- /dev/null +++ b/images/e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effd1aaf6f9d30d87fc443a342010dd225329d86cd465eb4b7353fc651fd5465 +size 1979819 diff --git a/images/e66c0b03-20eb-4cb0-99d5-5a821527a0fd.jpg b/images/e66c0b03-20eb-4cb0-99d5-5a821527a0fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3661758cad6d62f3b4235b45d31ee7744512c557 --- /dev/null +++ b/images/e66c0b03-20eb-4cb0-99d5-5a821527a0fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9674f220e62e45e7f5c93cd74ad3143747e9271806e3437af8e6e0d3772e328 +size 1587426 diff --git a/images/e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b.jpg b/images/e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d52b7444373882f848a4ce3cef6982e9a94c0471 --- /dev/null +++ b/images/e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaf8ad62a9d61535f38c54a45365f5d66a7662f0a781e4888faee60c43dc8da +size 1981759 diff --git a/images/e69c0b40-c50d-4587-8d98-79e6370a268c.jpg b/images/e69c0b40-c50d-4587-8d98-79e6370a268c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb1ac49d5cb0287c2eed89511b2db66a121a555d --- /dev/null +++ b/images/e69c0b40-c50d-4587-8d98-79e6370a268c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68effe288ff9dc1ca9fc9ab5426bb06101226e3bca84f07938b94fa30dd3874 +size 1088100 diff --git a/images/e69c50e8-71c0-4796-950d-f9db42f0b656.jpg b/images/e69c50e8-71c0-4796-950d-f9db42f0b656.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e704f03730ca7de48eb1b143a5ae72ed31895c70 --- /dev/null +++ b/images/e69c50e8-71c0-4796-950d-f9db42f0b656.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acaa12774e4af36413c91ce3a997d1a1d2755e2593af4ea754d66f4affc93e4 +size 2488109 diff --git a/images/e6a86149-2d5a-47fb-acf8-73181742b621.jpg b/images/e6a86149-2d5a-47fb-acf8-73181742b621.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce8075f8bea851ccd1f797af150e80595d98e138 --- /dev/null +++ b/images/e6a86149-2d5a-47fb-acf8-73181742b621.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5aac9ea652d8f65afe8366a744f4c0dda96fdf0d2d2594b5661f2f425403ea +size 2875449 diff --git a/images/e6c6876e-11ce-4545-bdb5-d7d76be83977.jpg b/images/e6c6876e-11ce-4545-bdb5-d7d76be83977.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a31b88e349ae83527e3c66c30b5239133afd034d --- /dev/null +++ b/images/e6c6876e-11ce-4545-bdb5-d7d76be83977.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aca3842549d9a28baf240ff7d6c4eb10f197cbdbcead0eb03fea4e19734034 +size 1564123 diff --git a/images/e6cc33ed-0430-4a45-bba9-cc300f840655.jpg b/images/e6cc33ed-0430-4a45-bba9-cc300f840655.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b708b5c1c289b929b393676bb5eaacd9f53c7865 --- /dev/null +++ b/images/e6cc33ed-0430-4a45-bba9-cc300f840655.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a922752a9ccc1ecfe3b3ce6ca9c731201b09e5e9811d703d66d4713edc5d6a24 +size 1583118 diff --git a/images/e6e8e6fc-330d-43fa-b0c7-1bdf2565119b.jpg b/images/e6e8e6fc-330d-43fa-b0c7-1bdf2565119b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91fd5bb811baa12c0b71bd364f3209f0f33445dc --- /dev/null +++ b/images/e6e8e6fc-330d-43fa-b0c7-1bdf2565119b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff6875de2d6b13c48917a5dc95a289f035cb7b783ef2f98a3b88599e5ea745e +size 2839071 diff --git a/images/e6f040da-2ccf-4606-8c2b-439439d24906.jpg b/images/e6f040da-2ccf-4606-8c2b-439439d24906.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e94e5a55ba3cfb0df8c3fb3c35670b05b1e44650 --- /dev/null +++ b/images/e6f040da-2ccf-4606-8c2b-439439d24906.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8ddade4f1d83a975f9017e6a6922be794f3369a04f39e1f85a09429f286f81 +size 3494769 diff --git a/images/e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c.jpg b/images/e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eb38e2ad0ffd133106e4d4aba4c25c6aefb90d8 --- /dev/null +++ b/images/e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b1068ebcb22ab1584495aa22dabee91158586607dbcfe2c3c222ceb165b6e8 +size 1443634 diff --git a/images/e6f291e6-f61e-43c4-8cde-b188fcac577f.jpg b/images/e6f291e6-f61e-43c4-8cde-b188fcac577f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f49352cc61d27416f738de378ab602f2987c112b --- /dev/null +++ b/images/e6f291e6-f61e-43c4-8cde-b188fcac577f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ad41ffeb555400687796b69dd002e8db82b7b4590e24fc87ad601fc110f476 +size 1663423 diff --git a/images/e6f5dc78-e487-4aa8-bfce-1a6e1012d8be.jpg b/images/e6f5dc78-e487-4aa8-bfce-1a6e1012d8be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be7b52092771196fec27edef95ace4adab2927bd --- /dev/null +++ b/images/e6f5dc78-e487-4aa8-bfce-1a6e1012d8be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e45cd91229d587d352dc2ea9c62166d3ebcf61013aba3e7176712656853d213 +size 1312846 diff --git a/images/e7295f36-3101-41a5-978b-201679049b3f.jpg b/images/e7295f36-3101-41a5-978b-201679049b3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc6bf40941f24b06a2334664d59fce22580e7ae --- /dev/null +++ b/images/e7295f36-3101-41a5-978b-201679049b3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0999d0577e0c70da11f62a5cddc7c2bdcb0fa6c90b446aad4a357fcb468e41b5 +size 2089002 diff --git a/images/e730453d-9514-47aa-92a8-9556a2df8ff5.jpg b/images/e730453d-9514-47aa-92a8-9556a2df8ff5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..986acf8e7cf7c3b1bd643f6e4a9a836d7896dd3b --- /dev/null +++ b/images/e730453d-9514-47aa-92a8-9556a2df8ff5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f12263b842efca5eee748b5c342e148f4420587e95313d0e649ac9fb998056 +size 1323761 diff --git a/images/e73132b4-1f02-4b63-9406-34cb4249c67f.jpg b/images/e73132b4-1f02-4b63-9406-34cb4249c67f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc03af97dd98b7399d21d5009f2136f644441100 --- /dev/null +++ b/images/e73132b4-1f02-4b63-9406-34cb4249c67f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474ff392af1d78c685f0fb586e567e284e6c6179642b49d7fa48932fecd0aee2 +size 1467112 diff --git a/images/e73486c4-f0b4-466b-9209-e1ad96cbf333.jpg b/images/e73486c4-f0b4-466b-9209-e1ad96cbf333.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aa9bc95857ac5bf013962795246840f8e5f2561 --- /dev/null +++ b/images/e73486c4-f0b4-466b-9209-e1ad96cbf333.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c526a8adf1c2735fad0cb4bc10bdd27d2bfbf7fe57c6fac40cfe0b08de952319 +size 1564510 diff --git a/images/e7375bb3-de47-4836-a959-5f368c3a5509.jpg b/images/e7375bb3-de47-4836-a959-5f368c3a5509.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dcd315b0323b08d11bea715cc33e06e8a0ac123 --- /dev/null +++ b/images/e7375bb3-de47-4836-a959-5f368c3a5509.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24295e581eaf5550f22f3fe4958aeca87857e8477065c307bacdf08897ee6b76 +size 1652237 diff --git a/images/e737a252-0a3b-4e6d-b89f-7b6accac7684.jpg b/images/e737a252-0a3b-4e6d-b89f-7b6accac7684.jpg new file mode 100644 index 0000000000000000000000000000000000000000..848813b2e723ee7bfaee1186123019cd69ebb104 --- /dev/null +++ b/images/e737a252-0a3b-4e6d-b89f-7b6accac7684.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a23d97ceb0afd0f39c172d98fab0e08b81d76c613d3e98432a920dcffdc7f7 +size 1980710 diff --git a/images/e73a6f27-62c5-467e-9b93-86cb07939b2e.jpg b/images/e73a6f27-62c5-467e-9b93-86cb07939b2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f927149ec21abb2c025f2aa2d40e90193e469e86 --- /dev/null +++ b/images/e73a6f27-62c5-467e-9b93-86cb07939b2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b6e3297007251fe096c649a59c4232a03dff9a03073cd1474f001eba11d72d +size 1935927 diff --git a/images/e73b509b-4562-4b90-aae9-9326ebd087b8.jpg b/images/e73b509b-4562-4b90-aae9-9326ebd087b8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cd343dfe51b45bc897c2afb03b9cad3056c1dae --- /dev/null +++ b/images/e73b509b-4562-4b90-aae9-9326ebd087b8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37936c9c5210ef908fe6980fa4e7de2d10b0a625c36c560182983ca8a6a0d3e4 +size 1875356 diff --git a/images/e74301d6-d6ae-4d3f-8712-69074528b56f.jpg b/images/e74301d6-d6ae-4d3f-8712-69074528b56f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc7e8feed116159aa3cca7894e3fd1351264cccb --- /dev/null +++ b/images/e74301d6-d6ae-4d3f-8712-69074528b56f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e399f0769432d6304da3c619b9be89cc784cfb2f3d0be28939549e9879ec02 +size 2347202 diff --git a/images/e7561f17-6413-4b08-a79e-338fd32e5020.jpg b/images/e7561f17-6413-4b08-a79e-338fd32e5020.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32aab71296eb8910da4fbe1338814143bac6b646 --- /dev/null +++ b/images/e7561f17-6413-4b08-a79e-338fd32e5020.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9cefef17c6729ee65ae43741b6fc29f69fff7d4b1cb95ada2fe810da168914 +size 1628887 diff --git a/images/e75f513f-1a55-42ff-a407-6911357169a1.jpg b/images/e75f513f-1a55-42ff-a407-6911357169a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8d05e5d20cdc304d2866495c765955c7d62e9b8 --- /dev/null +++ b/images/e75f513f-1a55-42ff-a407-6911357169a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0589a637cab7353730a7291e3e9cb38d48c158d19eafe9a50cd5aa2f9a4564b +size 1852039 diff --git a/images/e7709849-55be-483b-b5b4-018f4a8f56cd.jpg b/images/e7709849-55be-483b-b5b4-018f4a8f56cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e734779befbc39f79962977ce98bad1338388a2 --- /dev/null +++ b/images/e7709849-55be-483b-b5b4-018f4a8f56cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f476acd1ac8c360950f45bc3cebce1a1d33386573c3ae2f53c1fac8b4246088 +size 2427379 diff --git a/images/e7711d21-f125-4461-ba5f-36e9b1ae0ead.jpg b/images/e7711d21-f125-4461-ba5f-36e9b1ae0ead.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4da3ea925f468a82a6c8e106e42a18c222c5bd43 --- /dev/null +++ b/images/e7711d21-f125-4461-ba5f-36e9b1ae0ead.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eddd38a8677fc98c0685f45636a6539821a6e382905e613612f5e425966d558 +size 1667169 diff --git a/images/e7720d2e-171c-4ab9-9ce7-29078586bd4c.jpg b/images/e7720d2e-171c-4ab9-9ce7-29078586bd4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92118893ca3472e908cee7be660cfd8c8c2114ba --- /dev/null +++ b/images/e7720d2e-171c-4ab9-9ce7-29078586bd4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41422b7fce39160dd4cab1c1990afdbe857b65b4f7aa3f55896fa117153574e +size 1683087 diff --git a/images/e772fb78-d2f5-44e3-b183-5548f07174f3.jpg b/images/e772fb78-d2f5-44e3-b183-5548f07174f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..681dd0746421679a237d7a81d45be7ddfd590019 --- /dev/null +++ b/images/e772fb78-d2f5-44e3-b183-5548f07174f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ee6748fa60534a732173c006be88eb455d0010ed489478fd868ee4f9dd57c0 +size 1781588 diff --git a/images/e7791c20-04db-4972-a549-60ae28538b69.jpg b/images/e7791c20-04db-4972-a549-60ae28538b69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60ddadbaea2fab5a8470f49de567eb34fc304bd9 --- /dev/null +++ b/images/e7791c20-04db-4972-a549-60ae28538b69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e683fcd50a38b81b4e922a1791748a02faf90c083c9b8634dea587493d64057 +size 1663913 diff --git a/images/e779a33e-ee4d-4233-b2c6-7c9975623eaa.jpg b/images/e779a33e-ee4d-4233-b2c6-7c9975623eaa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f41fd1ba3d481e8c399cd5a16abca5f4b546333 --- /dev/null +++ b/images/e779a33e-ee4d-4233-b2c6-7c9975623eaa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913739889144f26584e0b186920836885ab6ec057b22532e7d57e04773bf3714 +size 1476369 diff --git a/images/e77d37da-7e78-47d5-91af-4d266e6a35b4.jpg b/images/e77d37da-7e78-47d5-91af-4d266e6a35b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08701716f9ebe7a346f4f6fe736941411348a1be --- /dev/null +++ b/images/e77d37da-7e78-47d5-91af-4d266e6a35b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599c8f01e016962f6ba214a13d9a6ea4715980341d9e4bd1c4e7e0210d60e64c +size 1587327 diff --git a/images/e78292bc-c311-42a8-9ea5-e8e88e75b884.jpg b/images/e78292bc-c311-42a8-9ea5-e8e88e75b884.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05d05dc9c086101b865d9441f9a0a89812ca3e41 --- /dev/null +++ b/images/e78292bc-c311-42a8-9ea5-e8e88e75b884.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983e5923fd9b8659da0ae21c259eef510a8802228ba3fd933d1914fa64f3c543 +size 2126786 diff --git a/images/e7856831-f49f-4258-895d-962e1656d99a.jpg b/images/e7856831-f49f-4258-895d-962e1656d99a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95e357b6a04b7134ed0085943a05aee18e7255d9 --- /dev/null +++ b/images/e7856831-f49f-4258-895d-962e1656d99a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cfe219c0d3220b831840d1024340ea2f609733614995abbafa43caeaed8e8b +size 1595967 diff --git a/images/e78cfc6d-852d-4ddb-908f-189e6c902bf7.jpg b/images/e78cfc6d-852d-4ddb-908f-189e6c902bf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c44d76f4fe671cbb67f74908ed96769c750f1b7d --- /dev/null +++ b/images/e78cfc6d-852d-4ddb-908f-189e6c902bf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb58b34a631a69a896cfbba2b4be3b860a94b945df94888464c39fe38bb64045 +size 1776308 diff --git a/images/e7947466-229e-432d-8895-b7813288ffae.jpg b/images/e7947466-229e-432d-8895-b7813288ffae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cf19d72e0af3222b25eae7ac34d78696f667261 --- /dev/null +++ b/images/e7947466-229e-432d-8895-b7813288ffae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48c9928a6d2f461d84ed6d038eababbf072f84e374fd9f6ec31badffd1579e8 +size 2269155 diff --git a/images/e7983732-b667-4730-905c-95c5b61c6d84.jpg b/images/e7983732-b667-4730-905c-95c5b61c6d84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..991d6acaf49922d8a59fd1a110b909bd8315543e --- /dev/null +++ b/images/e7983732-b667-4730-905c-95c5b61c6d84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf044b79ea64804b49e5463285b38e3e3a1ab211949e5c8bb7b431131516055 +size 1540615 diff --git a/images/e7a09ec1-07ac-42e7-8bbd-49f16612dba4.jpg b/images/e7a09ec1-07ac-42e7-8bbd-49f16612dba4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2937c26e0338b8540686b64e3c62138ec6d8f7d --- /dev/null +++ b/images/e7a09ec1-07ac-42e7-8bbd-49f16612dba4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fdd1b8f193b011c69410be18e1f5b377af353e8d53d4b6198c611e12ef3ed7 +size 1660674 diff --git a/images/e7ae5585-1f5d-446d-b084-2a7ae19ead2d.jpg b/images/e7ae5585-1f5d-446d-b084-2a7ae19ead2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c7f33f58ba23a16756281df8383fef58895084c --- /dev/null +++ b/images/e7ae5585-1f5d-446d-b084-2a7ae19ead2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3a4ffe251eb73f596379a513c58e8d954f55de8d1b2a29fc066cb7343407a2 +size 2551674 diff --git a/images/e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff.jpg b/images/e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c39339b6896d154ca5cc4c75bde97e77acee3810 --- /dev/null +++ b/images/e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780feffd0510cf28e7510feb9dac9d399286d12677249489c53bf6cb09cf61a2 +size 3144492 diff --git a/images/e7b85253-fc24-43b1-9553-4f60697cef12.jpg b/images/e7b85253-fc24-43b1-9553-4f60697cef12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c4e7ab8ac5736935a44f5757845416bb38bd84b --- /dev/null +++ b/images/e7b85253-fc24-43b1-9553-4f60697cef12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a71f5aabee0b5e4ceddf03700722d05cd035c04324946a0051fc1e486d2d2f3 +size 3056986 diff --git a/images/e7b8be2a-1278-49d7-876b-1b13b7a31496.jpg b/images/e7b8be2a-1278-49d7-876b-1b13b7a31496.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9cc311d1aee6952b00dc54ce9b2a5310a817247 --- /dev/null +++ b/images/e7b8be2a-1278-49d7-876b-1b13b7a31496.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cc4bacf498f801e82c0717004840b5ce584eb581432661cd82a17e0773f492 +size 1917333 diff --git a/images/e7bcc372-0deb-4e73-b7b4-b1a157940482.jpg b/images/e7bcc372-0deb-4e73-b7b4-b1a157940482.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85e11067a9273a87018e357fafa366b15a5a2bea --- /dev/null +++ b/images/e7bcc372-0deb-4e73-b7b4-b1a157940482.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3930f419981347ed154596c3052a3f04edb2a5624be427aa8df25181c429ab63 +size 1523314 diff --git a/images/e7c07ce4-3339-43d0-824a-e87f615e42a5.jpg b/images/e7c07ce4-3339-43d0-824a-e87f615e42a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1971160072248d99792acf050ce3672428deeea --- /dev/null +++ b/images/e7c07ce4-3339-43d0-824a-e87f615e42a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af97cec26810382f6c6f2d21ac845840912d95ed838579ba1bad43fc7f0749e +size 1568263 diff --git a/images/e7c907e9-d3f2-487e-924b-1946fe20eae0.jpg b/images/e7c907e9-d3f2-487e-924b-1946fe20eae0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e5daefe7cf342c8ae0878928253a565f8a30cf --- /dev/null +++ b/images/e7c907e9-d3f2-487e-924b-1946fe20eae0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d4ded6b8b6d066d7d5151e7280e115015c68aebe4300081868fe0b4f8480ed +size 1532629 diff --git a/images/e7cb135c-b3e9-4d1c-9441-61feeac370be.jpg b/images/e7cb135c-b3e9-4d1c-9441-61feeac370be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f407afa847785b1a4ed87ea630907a656afb2fa9 --- /dev/null +++ b/images/e7cb135c-b3e9-4d1c-9441-61feeac370be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd63087a83af5c6ddef09812f30b05b694a1adde0960477aecdb0a5754cd3d4c +size 1023148 diff --git a/images/e7cf5195-de28-4fbc-939b-07ef20094d94.jpg b/images/e7cf5195-de28-4fbc-939b-07ef20094d94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d9a05a37e71db282992a030596d2ac22bb8dddb --- /dev/null +++ b/images/e7cf5195-de28-4fbc-939b-07ef20094d94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a912cc9a7fdb8061a35006c805e5ae10256a8f40acaff1a9da4edd38a8ba00 +size 1120207 diff --git a/images/e7d140fe-f354-42ba-a37e-383365f6ff68.jpg b/images/e7d140fe-f354-42ba-a37e-383365f6ff68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5e617fc7cd8f1ea60ad9735dc75cf04af08604e --- /dev/null +++ b/images/e7d140fe-f354-42ba-a37e-383365f6ff68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bc8c7e143b5fb234647bd2539cacff6bcf035626bd87945d6ea5829f4e9413 +size 1358686 diff --git a/images/e7d242d8-ce1d-4497-b384-ebb25772034c.jpg b/images/e7d242d8-ce1d-4497-b384-ebb25772034c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ac5308cec2e808902883482c8a63091c7ccc5ab --- /dev/null +++ b/images/e7d242d8-ce1d-4497-b384-ebb25772034c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05f4983daa60e4087020ccdb8dbf3281abfb0d6056111de8ae3b7ededc64eb8 +size 2257359 diff --git a/images/e7da51ad-65b2-4e94-b9b8-03c6d0538568.jpg b/images/e7da51ad-65b2-4e94-b9b8-03c6d0538568.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c0d9475a9840078813d2e2f474e754eaf0c46d --- /dev/null +++ b/images/e7da51ad-65b2-4e94-b9b8-03c6d0538568.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441f5d1d24e3a0b3659e22599aa8cd5f39749e11f0dd7774f761de8e66c12f65 +size 1045374 diff --git a/images/e7daad9e-da0b-4f1e-b079-b3abb852dae2.jpg b/images/e7daad9e-da0b-4f1e-b079-b3abb852dae2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9cc2e3002cd234f425ec17ebff6c2e2d5e9195a --- /dev/null +++ b/images/e7daad9e-da0b-4f1e-b079-b3abb852dae2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3a629f3d013cf9cb13d64f9534f5c150e22562c1b43612dd492ccfe8236161 +size 1402028 diff --git a/images/e7e24840-8ca2-4871-8c16-3ea63786f2dc.jpg b/images/e7e24840-8ca2-4871-8c16-3ea63786f2dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eced22860d9599905a53dd81ca14aeccddc97ab8 --- /dev/null +++ b/images/e7e24840-8ca2-4871-8c16-3ea63786f2dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ff2c6393ac8d48fa77035a63c2725100bf0ada5b31542e21037dd4f223674a +size 1696571 diff --git a/images/e7ea1984-fe5c-4c88-b018-abf557a8ea0f.jpg b/images/e7ea1984-fe5c-4c88-b018-abf557a8ea0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d9b82c02127461c17add23c9e727393c02f2390 --- /dev/null +++ b/images/e7ea1984-fe5c-4c88-b018-abf557a8ea0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a12b018f31bdb4eb890cf19b618705d6dbc8283bcc554727b029103b8e5e4cb +size 1545077 diff --git a/images/e7f10f86-fa20-40d6-ad0c-efe0a33b61db.jpg b/images/e7f10f86-fa20-40d6-ad0c-efe0a33b61db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d69615b239a7de7d257ac0c06e0ddd05ddd576d --- /dev/null +++ b/images/e7f10f86-fa20-40d6-ad0c-efe0a33b61db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc062bbbc562bde3ddab717293e68d9e0f50ef02e773047d3e2f639026a866d9 +size 1445783 diff --git a/images/e7f94e8f-4c32-48da-9954-bda74c5be264.jpg b/images/e7f94e8f-4c32-48da-9954-bda74c5be264.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db70d1666202d9a8aa01fa1acc90bf51486bd889 --- /dev/null +++ b/images/e7f94e8f-4c32-48da-9954-bda74c5be264.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9395857ee564c5506b6c2fd27d0036062c8dbb6b50b12d8b2e54112c7304a7d1 +size 1675005 diff --git a/images/e8093782-4746-4d4e-b650-3d53d1ee5905.jpg b/images/e8093782-4746-4d4e-b650-3d53d1ee5905.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23221e7439aea1da477e8bba8394e75ccc681186 --- /dev/null +++ b/images/e8093782-4746-4d4e-b650-3d53d1ee5905.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33739f3d8fad9e8570ee1774eccf6716b16303c0446c7ed8f61f74e2a72899f8 +size 1682989 diff --git a/images/e80cf860-5e33-4d56-b33b-b191cda4119e.jpg b/images/e80cf860-5e33-4d56-b33b-b191cda4119e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a0365c44f546b13be05b0f21feca1e7b6bd9db5 --- /dev/null +++ b/images/e80cf860-5e33-4d56-b33b-b191cda4119e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba503d3c44654dda709833b1b3288f350aa101db17615038a436021df9f5b12 +size 1461687 diff --git a/images/e80e9042-4264-4166-abf3-4d8b57e7e3b2.jpg b/images/e80e9042-4264-4166-abf3-4d8b57e7e3b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..179cd1a578281a5879121ac58c66bd239179cbe5 --- /dev/null +++ b/images/e80e9042-4264-4166-abf3-4d8b57e7e3b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e5900533e36be699d64d1e2c576874183804f3663d21dbde4e0048add9f5aa +size 1642594 diff --git a/images/e8106044-7f63-434c-8bbe-2f44fa446a40.jpg b/images/e8106044-7f63-434c-8bbe-2f44fa446a40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..403d7d194b3e6b8a19d7756cc460ce0e14d8e274 --- /dev/null +++ b/images/e8106044-7f63-434c-8bbe-2f44fa446a40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625912b0788e9fddb6369913b5b8b0cfd7f5b0598fec2eddca3ee089881340b1 +size 1154498 diff --git a/images/e8119bdc-d795-4b86-b12e-ae46d0f61e28.jpg b/images/e8119bdc-d795-4b86-b12e-ae46d0f61e28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ae09fd7b33a63d75915adb9fc1589d1b28f2324 --- /dev/null +++ b/images/e8119bdc-d795-4b86-b12e-ae46d0f61e28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea1bcbb0d0243c8fd01ccbb310643c16abadd20f1d711fba595f7a8b6b6abbd +size 1497007 diff --git a/images/e81b658d-5ff2-410e-af3c-398d4000421a.jpg b/images/e81b658d-5ff2-410e-af3c-398d4000421a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7614efd3b664e01097fab2ea8a661bedb9dc17e --- /dev/null +++ b/images/e81b658d-5ff2-410e-af3c-398d4000421a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dd3fbf15dbaf00f9e9eed29b5685086a8f6b125e1baf3be7de300e81de112b +size 1594872 diff --git a/images/e81e2de6-3907-43c4-abd7-0ef086d277d1.jpg b/images/e81e2de6-3907-43c4-abd7-0ef086d277d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5454af34f94c13ae1ce1c8003155f5579fc6abbb --- /dev/null +++ b/images/e81e2de6-3907-43c4-abd7-0ef086d277d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de97e72c9080d3eccadaea010230eab34fab89d823801c6c46d75e8ef27b14fa +size 2256901 diff --git a/images/e8225fb5-f0a2-455b-b242-ad64d26be0f6.jpg b/images/e8225fb5-f0a2-455b-b242-ad64d26be0f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39b499b4fc62936a5900358832bef74bb7684f18 --- /dev/null +++ b/images/e8225fb5-f0a2-455b-b242-ad64d26be0f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72810a1a9919448b20ab6c4cecef0f28e204cbb28038e306e06962013e1280c5 +size 1989408 diff --git a/images/e82fee7b-8ffb-4dc2-ae31-714a83115e0e.jpg b/images/e82fee7b-8ffb-4dc2-ae31-714a83115e0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a27df46da09fbfa45093c32ee2caed58e63793b --- /dev/null +++ b/images/e82fee7b-8ffb-4dc2-ae31-714a83115e0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff89eb5e094b4073a0301d62271271d0d7b405c010b2b2fc908b69ca36b6f572 +size 1368334 diff --git a/images/e83108bf-8c9f-499e-b29d-ba1811bfdfda.jpg b/images/e83108bf-8c9f-499e-b29d-ba1811bfdfda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09f2c3aebc1ae54f70834719c31d1c439fd2dbad --- /dev/null +++ b/images/e83108bf-8c9f-499e-b29d-ba1811bfdfda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec81b20aaa56dfaf325256f56f037c9cc6fd1aa99f57fbe88467e4a992067467 +size 2642868 diff --git a/images/e837ffca-7fb1-43e9-9978-ea2eec0bdf6e.jpg b/images/e837ffca-7fb1-43e9-9978-ea2eec0bdf6e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9a0eb66d173f6861f084a61daea7f3e2f258db8 --- /dev/null +++ b/images/e837ffca-7fb1-43e9-9978-ea2eec0bdf6e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1d7a52f30eb5f05577fe051d02032f2438cca10b6f9f07f51618f4a827d694 +size 1909475 diff --git a/images/e838ff0c-3e2d-4644-9fae-1bb56ecb79be.jpg b/images/e838ff0c-3e2d-4644-9fae-1bb56ecb79be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa75c3d76c45793f36a5e9056d7ec32f402a18df --- /dev/null +++ b/images/e838ff0c-3e2d-4644-9fae-1bb56ecb79be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2173038c345113b091baa5a35f122be4f87e133d47a0d2e1b932764f167db3 +size 2743112 diff --git a/images/e83cd6fd-9852-4351-9b60-f2d12e70e50e.jpg b/images/e83cd6fd-9852-4351-9b60-f2d12e70e50e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..444fd07f47283dd1fa6314be5a6a0b5527055156 --- /dev/null +++ b/images/e83cd6fd-9852-4351-9b60-f2d12e70e50e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36752d4bcaf88cfb9c0fb52d30ce7c1c6b50ba988a17321ac219d5e8a66cae38 +size 1574005 diff --git a/images/e8424cd4-5668-44aa-ba6b-713b6404f459.jpg b/images/e8424cd4-5668-44aa-ba6b-713b6404f459.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cb132479da83b0dd66a567d9c2c6655d0898579 --- /dev/null +++ b/images/e8424cd4-5668-44aa-ba6b-713b6404f459.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f7581bffa979fdb279a499c4e9b8ffd2bae403c374e4ac08aa48d255406994 +size 3535315 diff --git a/images/e8470ccd-7d6c-42d1-831c-671963936a25.jpg b/images/e8470ccd-7d6c-42d1-831c-671963936a25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d01eb05905816ef0e7486b45094bde9dfd230bf --- /dev/null +++ b/images/e8470ccd-7d6c-42d1-831c-671963936a25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73811136405dc4528554832572231512423bbe03ec1d1584e125fe30ca767277 +size 1649593 diff --git a/images/e84b3956-edbb-4159-a4ac-2487f99146d1.jpg b/images/e84b3956-edbb-4159-a4ac-2487f99146d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fd0d5288c31db587ee250a31d46e59a62be4b1e --- /dev/null +++ b/images/e84b3956-edbb-4159-a4ac-2487f99146d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ddfddfb73f1724322910a937e9f28dfb5c7bbd1da2b1ec113b0c31af3f0c6f +size 1644462 diff --git a/images/e86011c7-534e-4363-8fdd-750e513bf77f.jpg b/images/e86011c7-534e-4363-8fdd-750e513bf77f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9e43995785896dbd0e7cf5c7f13d9a2ad9f9b89 --- /dev/null +++ b/images/e86011c7-534e-4363-8fdd-750e513bf77f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527ec17d4650eadfea1e82f0c8e65d67676b88bdc1f9eeba64c5428a67b365d0 +size 1332647 diff --git a/images/e8669761-20b3-47bb-9524-3240e8bcf85d.jpg b/images/e8669761-20b3-47bb-9524-3240e8bcf85d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b78150a24ba92988b96dda8c270b45bed4415da --- /dev/null +++ b/images/e8669761-20b3-47bb-9524-3240e8bcf85d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d798ee1de9cf4490526e7d12507af9d1aed5913dd1ae0df71867968587fc5b8b +size 1825832 diff --git a/images/e86c83b3-759e-4c78-a0b1-72a6fce70cbc.jpg b/images/e86c83b3-759e-4c78-a0b1-72a6fce70cbc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb04ab469ec64a95fa29497330823a7077f36523 --- /dev/null +++ b/images/e86c83b3-759e-4c78-a0b1-72a6fce70cbc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d77a969ee07db632f0dd48dc6b5989fe0a981b009ebf1812c6fe85159bc922 +size 2276528 diff --git a/images/e881da12-5b9c-449b-94fb-21b3f4d4a78d.jpg b/images/e881da12-5b9c-449b-94fb-21b3f4d4a78d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb9e10336088d116e55608aef8d161247dc590a0 --- /dev/null +++ b/images/e881da12-5b9c-449b-94fb-21b3f4d4a78d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe4edfbf55f820077ed3f56f481e663b40eba635388012e25bd8a46923bac2b +size 1681266 diff --git a/images/e88a4ff2-0abf-49b2-b67c-33abcd38a4f1.jpg b/images/e88a4ff2-0abf-49b2-b67c-33abcd38a4f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42337e102e047fc2cda5c9ec6f753b0c83ec2da1 --- /dev/null +++ b/images/e88a4ff2-0abf-49b2-b67c-33abcd38a4f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40a80d1391e4f76c7ac285884947e85ed5ab51e34079fc0ee320716f08f99ef +size 1633385 diff --git a/images/e88ee657-1ecb-4ed4-857c-23eaecbc6432.jpg b/images/e88ee657-1ecb-4ed4-857c-23eaecbc6432.jpg new file mode 100644 index 0000000000000000000000000000000000000000..565bdf86756c49147caa7aba3e2af920c78199bf --- /dev/null +++ b/images/e88ee657-1ecb-4ed4-857c-23eaecbc6432.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6545665783ff20b7be405c8b99336719ff325eefe453fe860186444b4db6f93 +size 1494914 diff --git a/images/e88fdf09-9553-4c8e-9eb3-6eedee13bf17.jpg b/images/e88fdf09-9553-4c8e-9eb3-6eedee13bf17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fdd7f7c8d7400e0531c2458bf7a35c7c64aec99 --- /dev/null +++ b/images/e88fdf09-9553-4c8e-9eb3-6eedee13bf17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45931678bb30dec9d458536dd843ea3175d01f15eb8fff076b2020e8d836c8ec +size 1644167 diff --git a/images/e8943aec-12c0-42d4-8e46-25504994662f.jpg b/images/e8943aec-12c0-42d4-8e46-25504994662f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..158f23421f1a8ca429f69c98b503a06405f353a8 --- /dev/null +++ b/images/e8943aec-12c0-42d4-8e46-25504994662f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb9e7cd926610773fa72a191167da8a3265b166cd12e544470008a336491ddd +size 1316387 diff --git a/images/e8952587-cc31-4941-b22a-540885f7e9a3.jpg b/images/e8952587-cc31-4941-b22a-540885f7e9a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03677a07a7a82d5eae951c700ef45d92bbef24e9 --- /dev/null +++ b/images/e8952587-cc31-4941-b22a-540885f7e9a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38054678f114605f1b21a195600842c664391dff22840bd17ccc479ecc53ac9 +size 1742603 diff --git a/images/e8a76835-c5ab-4714-a544-8276a7c97586.jpg b/images/e8a76835-c5ab-4714-a544-8276a7c97586.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d385c92899162179026b26846246913376559ba --- /dev/null +++ b/images/e8a76835-c5ab-4714-a544-8276a7c97586.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22eb4b56d630f3c3f31cce29e3fcbb8dee0b2fe979431aab61d9480f39d09f0b +size 1435926 diff --git a/images/e8a82d1d-84e9-475d-a952-982653bb34e8.jpg b/images/e8a82d1d-84e9-475d-a952-982653bb34e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c54ad4133f579b3c1d16968a6ebb9e2a3b0ed0e --- /dev/null +++ b/images/e8a82d1d-84e9-475d-a952-982653bb34e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41196021b44f48b05f00cd876bb3910daea3b7650cb661e926736293237d322 +size 1863228 diff --git a/images/e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a.jpg b/images/e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6f8c4bfa0fb6c45e45b8e6c91b5e16bfc7f82f1 --- /dev/null +++ b/images/e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a693042d44bf8d08457f2a7ddd4e0ef9b901260207421187a84974984d9e9715 +size 1317028 diff --git a/images/e8b75b8b-3947-476d-95f2-111dcff81a85.jpg b/images/e8b75b8b-3947-476d-95f2-111dcff81a85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c0747f3e51b7ab339563a21078572124f87371b --- /dev/null +++ b/images/e8b75b8b-3947-476d-95f2-111dcff81a85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50563a85226a5064df31c960ae99ffb632a2b977c5a16db2def9db32c693985d +size 3578409 diff --git a/images/e8b99259-6916-4fdb-b34d-becbd608f89d.jpg b/images/e8b99259-6916-4fdb-b34d-becbd608f89d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ec3d70be0b2e634c69bdb0ac7cabde38a218ca0 --- /dev/null +++ b/images/e8b99259-6916-4fdb-b34d-becbd608f89d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898001a2d22d73c49db1e043ba12fc8687cbd21a92d2f23142f087b045902c0c +size 1303218 diff --git a/images/e8ba9291-57ff-4396-8d4b-964ac6dc88c5.jpg b/images/e8ba9291-57ff-4396-8d4b-964ac6dc88c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d31bc0950ce59b85f35d6b489f699977d667d9fc --- /dev/null +++ b/images/e8ba9291-57ff-4396-8d4b-964ac6dc88c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1229440097265506f6e9176280a15f170c997280f8963ca1038ce9ce8258614 +size 2451262 diff --git a/images/e8c33408-156a-4218-9e74-d8fe6ca46a3e.jpg b/images/e8c33408-156a-4218-9e74-d8fe6ca46a3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2173a0a2e0be89019a115c39a354f8725a5e41e --- /dev/null +++ b/images/e8c33408-156a-4218-9e74-d8fe6ca46a3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793ed6e5897bb7116e35b8020454ad132c7aeb5ea5d179e303c70443898f78c7 +size 1572970 diff --git a/images/e8c7eaaa-704e-4908-8f28-37ce92563b65.jpg b/images/e8c7eaaa-704e-4908-8f28-37ce92563b65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..816a0ff5d3d12c6888e730c19f792941ffde5eef --- /dev/null +++ b/images/e8c7eaaa-704e-4908-8f28-37ce92563b65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b54cad5d027bc74512bdcb96a9ddfce1e72b147fdbadeaa0cf394256b39dc69 +size 2769404 diff --git a/images/e8c87d29-44bb-48a8-8f86-f7a29be516d5.jpg b/images/e8c87d29-44bb-48a8-8f86-f7a29be516d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..759830f5f0dd776bf4182e20305eab54c0b1702a --- /dev/null +++ b/images/e8c87d29-44bb-48a8-8f86-f7a29be516d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbe36b3bc44f91bc2a0a777ca059e51985a5e144086f4d02e3d56a51f46204c +size 1684746 diff --git a/images/e8d09cd9-32d8-4e01-9433-fcae31eaa487.jpg b/images/e8d09cd9-32d8-4e01-9433-fcae31eaa487.jpg new file mode 100644 index 0000000000000000000000000000000000000000..756677f60fc3bf4871a9c0a8e85def1439845507 --- /dev/null +++ b/images/e8d09cd9-32d8-4e01-9433-fcae31eaa487.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868c05d9b4c3cc7649ce98a7d8426eb0a7afb0f67bb2111cfd060cb59770cd98 +size 1889817 diff --git a/images/e8d8c92f-665d-44eb-9bb0-c7aab721c21c.jpg b/images/e8d8c92f-665d-44eb-9bb0-c7aab721c21c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..386e147da2c3ac478857689daf6e17733886f14c --- /dev/null +++ b/images/e8d8c92f-665d-44eb-9bb0-c7aab721c21c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fad33e1edee8f27e2eb5ae3761404ba955e6f9cf6b87ffa9d09a74367752189 +size 1730088 diff --git a/images/e8dd87e7-7f37-4e6a-a29a-af592ead94a4.jpg b/images/e8dd87e7-7f37-4e6a-a29a-af592ead94a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab0b501fd69fd5c455f47152d59c9cd6fd7c7378 --- /dev/null +++ b/images/e8dd87e7-7f37-4e6a-a29a-af592ead94a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e8110fde7e572bcf749db049729a9cba09f3447e4989149833707feb4f983f +size 1857644 diff --git a/images/e8efe50d-e9e6-457f-bff8-2981f4cf3d4f.jpg b/images/e8efe50d-e9e6-457f-bff8-2981f4cf3d4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aafd4a69b02885230dbed108f712b81dbdde648f --- /dev/null +++ b/images/e8efe50d-e9e6-457f-bff8-2981f4cf3d4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab5463a46d634c561eee349c6eb62252679128391ff3dfecc46efda487bc7e5 +size 1496652 diff --git a/images/e8f73863-ee13-41a9-a7db-7c34edca4307.jpg b/images/e8f73863-ee13-41a9-a7db-7c34edca4307.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70e885740e356eed7694b702a60748d02751b979 --- /dev/null +++ b/images/e8f73863-ee13-41a9-a7db-7c34edca4307.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1179a81afd36987c5d696737270fd13ab8934733ad150f58c4a0d9ee15859db5 +size 1415951 diff --git a/images/e91131ff-2642-4a83-a471-6d6b7bc57b34.jpg b/images/e91131ff-2642-4a83-a471-6d6b7bc57b34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7a08ed2e52ea4ed207cd148b4c6acf3e33d90c2 --- /dev/null +++ b/images/e91131ff-2642-4a83-a471-6d6b7bc57b34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68d1de546ff6b1c166dc5645e6b4c666d296527615b02f754a9b5dc9605b5da +size 1566647 diff --git a/images/e9298802-fe50-4909-a9dd-2a7460be20df.jpg b/images/e9298802-fe50-4909-a9dd-2a7460be20df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..689e12194948ad76a506772975955525c302d0b0 --- /dev/null +++ b/images/e9298802-fe50-4909-a9dd-2a7460be20df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85f70d63e155290dcaa0af2a0df4bdd04b2aa0d0cb714845e83ffe413707267 +size 1250478 diff --git a/images/e94089aa-793f-4a26-93ad-b967447578e6.jpg b/images/e94089aa-793f-4a26-93ad-b967447578e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a3720499113e9f4afb10d58cf7f38bef5fb58eb --- /dev/null +++ b/images/e94089aa-793f-4a26-93ad-b967447578e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e0ad73aa22120757b4ee82e7c9aca89666268e089e9749ba789eed74aab52e +size 1862135 diff --git a/images/e94468b4-286a-497c-875b-44440be18ba0.jpg b/images/e94468b4-286a-497c-875b-44440be18ba0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9390ac0b5f3759200941b5d2c93960be6a75d86 --- /dev/null +++ b/images/e94468b4-286a-497c-875b-44440be18ba0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cc3164b16344b37665a02afb541907403a3d65e7c3bcf38a4007d0521f3fad +size 1664842 diff --git a/images/e94d5e08-ccbc-4719-adb9-0d53312650f5.jpg b/images/e94d5e08-ccbc-4719-adb9-0d53312650f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19204f718ade5b1113d97c22f33b6f2877956877 --- /dev/null +++ b/images/e94d5e08-ccbc-4719-adb9-0d53312650f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1643cffd8db422bde4363468308f54a6ead1eec564595f9030986c68d09788 +size 3680613 diff --git a/images/e94f74be-2017-43c9-80fd-46a7f38ce697.jpg b/images/e94f74be-2017-43c9-80fd-46a7f38ce697.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8457db2b233724ae50e53a96246ecb6d501d976c --- /dev/null +++ b/images/e94f74be-2017-43c9-80fd-46a7f38ce697.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc9a5a66228276b1bc9edde3e81a0c91c3d7d68ae28e0fc7a338e952bcda2eb +size 3108577 diff --git a/images/e951814f-8413-4401-828e-0d9fe509d826.jpg b/images/e951814f-8413-4401-828e-0d9fe509d826.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb2f02aacd717fc91816d2f017e8be9720b90cb8 --- /dev/null +++ b/images/e951814f-8413-4401-828e-0d9fe509d826.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf9229047506c03b9aa50a56d5f8985e9b3f435766f62bef683a7c5e8ea35da +size 2020509 diff --git a/images/e954134d-f555-4687-a72b-8b60b8805c54.jpg b/images/e954134d-f555-4687-a72b-8b60b8805c54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3b4b633e4fda94a934e336b2705eb9a0d3a3c4c --- /dev/null +++ b/images/e954134d-f555-4687-a72b-8b60b8805c54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9db1d628b9ec91e41b87fcae77f351a9dbed930e305a2fa70ca3f6069280fb6 +size 2160717 diff --git a/images/e9612bc5-7784-470b-9687-bf2025aa4d2a.jpg b/images/e9612bc5-7784-470b-9687-bf2025aa4d2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55a927dccad324e5c105f852a16b3d618e6441a0 --- /dev/null +++ b/images/e9612bc5-7784-470b-9687-bf2025aa4d2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d4fb22d10ea0077d5d5fd97f811b8b38b37955829e83b709f24bff7ecff1a3 +size 1336952 diff --git a/images/e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a.jpg b/images/e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..279d6c323675b5f85a60175e4d74efe5abd0fcf6 --- /dev/null +++ b/images/e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6c1bf6fd1cd46c41ffacdb36c2b72d4d45e39f22d7a5a66480d42799883bbf +size 1361025 diff --git a/images/e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d.jpg b/images/e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfd1440e70ad8e085ba5efe626fd008087fc45cb --- /dev/null +++ b/images/e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54557dc92f6351a1fba5203b73fe0c212d3143f844334b2a762ef55d97c418d5 +size 1385768 diff --git a/images/e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6.jpg b/images/e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea06f94b8ab7e0bcab54e0e34c6251cf30c9f1b2 --- /dev/null +++ b/images/e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8d96ca563e0805ed85059ea63f8e23aea9fff42de12c52cbb70e32bea92792 +size 963902 diff --git a/images/e9850334-a9cc-4ea7-ad04-d19d4b1ea432.jpg b/images/e9850334-a9cc-4ea7-ad04-d19d4b1ea432.jpg new file mode 100644 index 0000000000000000000000000000000000000000..100cc47a10d61912e6ba4651be7dd969b8ebfd59 --- /dev/null +++ b/images/e9850334-a9cc-4ea7-ad04-d19d4b1ea432.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598a008839cbe721804f6375e27937c4b93f967d0f9d0cd8e7dc7ee108a0ae95 +size 1768835 diff --git a/images/e9898736-382a-4b45-8eb0-0e1c6c2cd978.jpg b/images/e9898736-382a-4b45-8eb0-0e1c6c2cd978.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b42278c9dafafa64c02fa1e184648220f8a83a0 --- /dev/null +++ b/images/e9898736-382a-4b45-8eb0-0e1c6c2cd978.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2172f013edd19fb8ae9b311d5c8d20a1811a5f47aff7d8f5bbc0610d843685 +size 1522446 diff --git a/images/e98b4491-351b-4172-8a5d-c66c0b88e07f.jpg b/images/e98b4491-351b-4172-8a5d-c66c0b88e07f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e013f6ba6de81f51889503fd6cfe27a2a528a277 --- /dev/null +++ b/images/e98b4491-351b-4172-8a5d-c66c0b88e07f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829a33bc2d25dac26e2a5a3b544d03702a59364c9acc0d992b96dbf251937f9f +size 2074947 diff --git a/images/e98bce27-7457-4a69-8c95-e0efa241d605.jpg b/images/e98bce27-7457-4a69-8c95-e0efa241d605.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd6df3951b0f9d9e4d4b2e71af9319b7943cbe1b --- /dev/null +++ b/images/e98bce27-7457-4a69-8c95-e0efa241d605.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea8341c9baeb06647ff497a3d5c90f3ca3878663dc574db7215eb462b513cd0 +size 1817162 diff --git a/images/e9916afc-ebfc-47fe-84d0-a3d1fd331c08.jpg b/images/e9916afc-ebfc-47fe-84d0-a3d1fd331c08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f61c58bac5c0a817293370cedc7843cc66c4a6b --- /dev/null +++ b/images/e9916afc-ebfc-47fe-84d0-a3d1fd331c08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98df1e99be2301e970855ee7631847c957e6f8af2824534b5a42151d6e7bb5ff +size 1655215 diff --git a/images/e992a080-e159-42d8-8e1c-28d5336053c4.jpg b/images/e992a080-e159-42d8-8e1c-28d5336053c4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a1c840366c8ff3daf56911e007dac1ecb526e8d --- /dev/null +++ b/images/e992a080-e159-42d8-8e1c-28d5336053c4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442ac438a8142025ebe5c292ad779b14ce373c7d4ef43df950ae7e49efeca033 +size 3303839 diff --git a/images/e99ece23-6df5-45c5-9d05-b1e4b478a445.jpg b/images/e99ece23-6df5-45c5-9d05-b1e4b478a445.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1680f32cdb3522b9265682fd319f0d4eff645c6e --- /dev/null +++ b/images/e99ece23-6df5-45c5-9d05-b1e4b478a445.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87d89e7b0f25af5d7b7fb0b84d5e5b51042956d6a8d71621f65e528c82e6e20 +size 1739504 diff --git a/images/e9aa5212-3537-446b-be8e-dc01b9bf30d9.jpg b/images/e9aa5212-3537-446b-be8e-dc01b9bf30d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af858966c1c62cc4082915ac462822fb83de4e7e --- /dev/null +++ b/images/e9aa5212-3537-446b-be8e-dc01b9bf30d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ffcbdf9522f2d37ce3d0da3f8b336839718590852fe3818730ccd7e7b3efa2 +size 2049851 diff --git a/images/e9abd032-a912-4af4-be6c-1e17f0f512b2.jpg b/images/e9abd032-a912-4af4-be6c-1e17f0f512b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..505e5f0816112c361d51a0501303e625cd0511e9 --- /dev/null +++ b/images/e9abd032-a912-4af4-be6c-1e17f0f512b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e020028d1f46b1a60587ecb16a227d5225d6f0f3a3c0cf720635e26c15c3a138 +size 1822723 diff --git a/images/e9b6511e-353a-40b7-b54d-5de18ba021f5.jpg b/images/e9b6511e-353a-40b7-b54d-5de18ba021f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b76baca5d4e43e97b5b5ceb0a9a59aa9da5607db --- /dev/null +++ b/images/e9b6511e-353a-40b7-b54d-5de18ba021f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd8b3fbaffc689f8b8a82d1d10a71dc4a33c73622e086ac7d3303ca30f1772a +size 1479657 diff --git a/images/e9baf945-7dca-408a-9177-576018574a4f.jpg b/images/e9baf945-7dca-408a-9177-576018574a4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5795fe519a034cb32c9051c9bfb6850440db43ef --- /dev/null +++ b/images/e9baf945-7dca-408a-9177-576018574a4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29673030556e79c84e344f5aa4e2776c8ab514ea32fefe5ff745a5a4e285427c +size 1644464 diff --git a/images/e9c548a7-eb9e-4cab-9b7b-64f339c88040.jpg b/images/e9c548a7-eb9e-4cab-9b7b-64f339c88040.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aae6bd8c3e66af6bcefaca3b72850f23a8d3d73d --- /dev/null +++ b/images/e9c548a7-eb9e-4cab-9b7b-64f339c88040.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43527a8f425004d9770d1d523beead17ae23618a4bed744a23c163565b20af4 +size 1958638 diff --git a/images/e9c944a9-c3ba-4d21-9443-2ebcba4de0b5.jpg b/images/e9c944a9-c3ba-4d21-9443-2ebcba4de0b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f038091410cc2cc93757d05d40fa344b3f5c03dd --- /dev/null +++ b/images/e9c944a9-c3ba-4d21-9443-2ebcba4de0b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb71122dec74280f0c370243232bd124f67a49117693e6747844a1301677999 +size 1234294 diff --git a/images/e9cb06e0-e97d-44ff-b092-fc52fe719e92.jpg b/images/e9cb06e0-e97d-44ff-b092-fc52fe719e92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaeccdb4480cdacc6dabb70ce2ab9fed8eec1333 --- /dev/null +++ b/images/e9cb06e0-e97d-44ff-b092-fc52fe719e92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd02d818f67a5cc3d2437ff5e4cef48c49adaff7b1dd51bc959be3e86c3ae515 +size 1448892 diff --git a/images/e9d95e3e-9ba1-43e0-b48a-8b109aac7c18.jpg b/images/e9d95e3e-9ba1-43e0-b48a-8b109aac7c18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e9f8727e297279c408cb10b3f5b522a6e0a1e31 --- /dev/null +++ b/images/e9d95e3e-9ba1-43e0-b48a-8b109aac7c18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbd1abf1c173e869f9c40d5a593eceb8bd98154a4136bde11e9cc2b09a31961 +size 1822289 diff --git a/images/e9ed0179-0128-4eab-811a-29c771caf2f5.jpg b/images/e9ed0179-0128-4eab-811a-29c771caf2f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e81dc6a2dd4cde7e394b7ce62621e67b41fbe40b --- /dev/null +++ b/images/e9ed0179-0128-4eab-811a-29c771caf2f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52efe9caafbfd78cfeea85cc8c661fb3e119068425114bdfa26058a4114b07d +size 1954066 diff --git a/images/e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2.jpg b/images/e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..141fc8fef75d6fbd3be92eea687cb0ecd245c319 --- /dev/null +++ b/images/e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b137a857e5b8450f6a6501fc7e44cf88a5c820f982fc6eae1dd45b775156dc0 +size 1360927 diff --git a/images/e9f2a979-06df-469a-9eec-c7b9fec0acb0.jpg b/images/e9f2a979-06df-469a-9eec-c7b9fec0acb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1cf5c2de9515013e5375f61284422cc13176af7 --- /dev/null +++ b/images/e9f2a979-06df-469a-9eec-c7b9fec0acb0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb4e07e301b82fbde72fc5e001ec951cc8ba72e2df2336e058c76c4dfe50b1b +size 2036901 diff --git a/images/e9f7233c-5678-41ec-b572-81ebde0015a1.jpg b/images/e9f7233c-5678-41ec-b572-81ebde0015a1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00f6c87cfb7c4cfb898382d733768203baddfb41 --- /dev/null +++ b/images/e9f7233c-5678-41ec-b572-81ebde0015a1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1d5954e665be49d4389a6c527d4c5f52c28552a23eba6bf80dd982860a0e97 +size 1667560 diff --git a/images/e9fd5c6d-2305-4738-99db-b357b7f53d2f.jpg b/images/e9fd5c6d-2305-4738-99db-b357b7f53d2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46d81c02ff942b6142124d92181ae43950db5efb --- /dev/null +++ b/images/e9fd5c6d-2305-4738-99db-b357b7f53d2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44c007b10c4e251d8c157ae50eb43d296dfaa5c5ebb720639e6e81ca1e1569a +size 1547884 diff --git a/images/ea005588-8e50-46f0-8ba6-870fe0e9a953.jpg b/images/ea005588-8e50-46f0-8ba6-870fe0e9a953.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8aa8a5209334b54109a2764aef196603eccf66c2 --- /dev/null +++ b/images/ea005588-8e50-46f0-8ba6-870fe0e9a953.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c78f9816b0d8a7864d56adc14e9f9f8d81aeb3c73a03cb38d6692d64a0af00 +size 1457301 diff --git a/images/ea1a7620-7396-40d5-87dd-336b4cdc996e.jpg b/images/ea1a7620-7396-40d5-87dd-336b4cdc996e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f462fbffb1f2a4ed8c6b99d7cbe3e3e6a6a9a0af --- /dev/null +++ b/images/ea1a7620-7396-40d5-87dd-336b4cdc996e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab69b43169e8cfb39dc9497da9c6c107d522c4e41159cb4c7000813f2dc8bfe +size 1268405 diff --git a/images/ea1d86cc-b0a8-4974-b9c7-e8406df88ac8.jpg b/images/ea1d86cc-b0a8-4974-b9c7-e8406df88ac8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fb998bfde8a8c95f7a986dc3c9de23e49fd25ec --- /dev/null +++ b/images/ea1d86cc-b0a8-4974-b9c7-e8406df88ac8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd3ee33ddd387de02ba28add2a0cb4272d9f308f1afad3800555fd320257dd9 +size 1757475 diff --git a/images/ea24b5fb-ca49-4222-8907-c55eb01dac8a.jpg b/images/ea24b5fb-ca49-4222-8907-c55eb01dac8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7838eb1320405239253ce57102519623dc4b5a1 --- /dev/null +++ b/images/ea24b5fb-ca49-4222-8907-c55eb01dac8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefa85c190fc6b8914a292a3905f8b0f4d218de688132adaa89c3ebdbccbbace +size 1565056 diff --git a/images/ea25fd69-287f-42ba-acc4-a7a0b6767762.jpg b/images/ea25fd69-287f-42ba-acc4-a7a0b6767762.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cd11d842048ab39db1bf1b2d0033a7ac23e2d3b --- /dev/null +++ b/images/ea25fd69-287f-42ba-acc4-a7a0b6767762.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaff67087ed5a42dde4ec75c7552fa7a6716f1c514111e8d62e078739ec2f17c +size 827333 diff --git a/images/ea35035c-54c4-456c-942f-969a0401fa4b.jpg b/images/ea35035c-54c4-456c-942f-969a0401fa4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d4343e0bda26dd3391410e273fe84db1627f31e --- /dev/null +++ b/images/ea35035c-54c4-456c-942f-969a0401fa4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5169fe768ca80ed427db07294b97e68a89fec4c17c904b447a949fb7962a45c +size 1055446 diff --git a/images/ea3654f3-7e5f-462f-8d5c-f78840c63ec9.jpg b/images/ea3654f3-7e5f-462f-8d5c-f78840c63ec9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd08d971233f72edcb4500540a93ba738784ca42 --- /dev/null +++ b/images/ea3654f3-7e5f-462f-8d5c-f78840c63ec9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85a72f7e512bc40d3862394c54b2610b34f64f83856f9f0ee173bbf5c44bc6 +size 1323938 diff --git a/images/ea475cf0-dc05-44f4-acb1-ad69461fe083.jpg b/images/ea475cf0-dc05-44f4-acb1-ad69461fe083.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60ccd8e9226518c02eb3416371ab7d4345a58af3 --- /dev/null +++ b/images/ea475cf0-dc05-44f4-acb1-ad69461fe083.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b54b0de35539e1d97cc1b6dc39ed4efb9c20960f216a7f7b71dcb2f44aa2819 +size 1563190 diff --git a/images/ea561ae1-336f-4637-b1b8-3734abf1c1ab.jpg b/images/ea561ae1-336f-4637-b1b8-3734abf1c1ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..971c02d80102774c61710917191666f2482c4fba --- /dev/null +++ b/images/ea561ae1-336f-4637-b1b8-3734abf1c1ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196f6623ad81a72ffad210eb055be6624a0dfb7d22b0d331695d75d47dbadf83 +size 1517032 diff --git a/images/ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52.jpg b/images/ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7685e6b22fb14407a72cd13cd59bdfe95e3ea6a4 --- /dev/null +++ b/images/ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b768bd3466a772980fe8d60e2353eafe103f047945d3b847122d146257287fa +size 2119483 diff --git a/images/ea5d10e2-2fa8-405c-8916-81bbb9b76e43.jpg b/images/ea5d10e2-2fa8-405c-8916-81bbb9b76e43.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b5244aaeabb6843d9b3fc744f94dce66081aaf0 --- /dev/null +++ b/images/ea5d10e2-2fa8-405c-8916-81bbb9b76e43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2259471c65e1a124e3fae4dc93999c8e73e0585c2ac8df7ec7a26ee25f7243cf +size 1234075 diff --git a/images/ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104.jpg b/images/ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b420bf787fd25fbb5c921665469ea3a70028def6 --- /dev/null +++ b/images/ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8913d11be2fad0e632ae63d1db623dc3b79925c38c9823afaa93a8c9b3648a4b +size 2501461 diff --git a/images/ea76abc6-d96a-46eb-b2f1-92491a6a0fde.jpg b/images/ea76abc6-d96a-46eb-b2f1-92491a6a0fde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c615b340cd9db01416fbf6c38f21d7ea5da1135a --- /dev/null +++ b/images/ea76abc6-d96a-46eb-b2f1-92491a6a0fde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89256cc0ca78a77fa2415d649d93b9a64683e91f89fc5eb66ee2ca701b4d93df +size 1430608 diff --git a/images/ea835e44-7c6d-4cc3-b1f2-db153eeee2e3.jpg b/images/ea835e44-7c6d-4cc3-b1f2-db153eeee2e3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83bc52ae4e2c76b870d0cac201b2eb24e3d12d44 --- /dev/null +++ b/images/ea835e44-7c6d-4cc3-b1f2-db153eeee2e3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b26109eaa8e10e9e6e04042a46574cb1808c4435e33449241263e2ff583a79 +size 1822536 diff --git a/images/ea93ee76-965a-4ce0-b08f-855f5deedd5f.jpg b/images/ea93ee76-965a-4ce0-b08f-855f5deedd5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80cf59e3e4819e2415656b410f2270923a9cf775 --- /dev/null +++ b/images/ea93ee76-965a-4ce0-b08f-855f5deedd5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8a9d3db72ccc221a7840644d33d7f9c3c1f22def9c9953bacf5cc567421a6b +size 3361555 diff --git a/images/ea9b58ba-2523-4763-8bfa-af9851fd1049.jpg b/images/ea9b58ba-2523-4763-8bfa-af9851fd1049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ea88ea7c148d46069238662932b05e3cd7a33be --- /dev/null +++ b/images/ea9b58ba-2523-4763-8bfa-af9851fd1049.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea003275be21a3074884ffc85919b117c8fc9f32dc8c1c1efd57749fc87c840 +size 2659897 diff --git a/images/eaa4df2d-0076-4a21-a473-a6ade693ccb8.jpg b/images/eaa4df2d-0076-4a21-a473-a6ade693ccb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64b81eb8d13153beadca9ffab6f5a377889a98bf --- /dev/null +++ b/images/eaa4df2d-0076-4a21-a473-a6ade693ccb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d746d3909c64f1b23cd45b3e5433f76cac6f044a991e1b0c0b2f5b91e4c4e0 +size 3220793 diff --git a/images/eabb648a-f811-4c1f-9816-0ba7c459e3f8.jpg b/images/eabb648a-f811-4c1f-9816-0ba7c459e3f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c90a0a70418e937176613afe766b2e36d91265af --- /dev/null +++ b/images/eabb648a-f811-4c1f-9816-0ba7c459e3f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e0056dff45f17fff2beb9f1dc23e6bc4b7c22c5095962adf74cb2b6ac26adb +size 1669324 diff --git a/images/eac001e4-d618-440b-9072-215b957c8eed.jpg b/images/eac001e4-d618-440b-9072-215b957c8eed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1ca3294df13a9a7cc88a3fd4a330de05adb4632 --- /dev/null +++ b/images/eac001e4-d618-440b-9072-215b957c8eed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abfea167dee7c38c93c1b31eb4c8196dfcd471f080ca06ed703905eb68fbd36 +size 1758522 diff --git a/images/eac20342-ad13-47c2-adcd-7d41e410096f.jpg b/images/eac20342-ad13-47c2-adcd-7d41e410096f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33ed43a0179b02a590f7acde78035d81e64f836a --- /dev/null +++ b/images/eac20342-ad13-47c2-adcd-7d41e410096f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda17a0df904f9dfde8b400b4835851ca727aa716ab95c7d32ad5b4b735b3826 +size 1574475 diff --git a/images/eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb.jpg b/images/eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b186bfd909166cf29d2e6082b674689ea5f33cc --- /dev/null +++ b/images/eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8c8ebc376531965b5d21784738fc8d32ea7ab9c42db3bc1705a2492dd2dd74 +size 1130716 diff --git a/images/eadb4795-2a16-466f-9e91-b737b2e21aef.jpg b/images/eadb4795-2a16-466f-9e91-b737b2e21aef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08aebf9e55d756941eef799aa20ac0b8c81a4198 --- /dev/null +++ b/images/eadb4795-2a16-466f-9e91-b737b2e21aef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dedfd92e394a4983d7c4317b4544918901bebddbc1cf1ca783db34ac2f675e7 +size 1219125 diff --git a/images/eaea4009-7cf4-427f-b20f-cb8095d9086d.jpg b/images/eaea4009-7cf4-427f-b20f-cb8095d9086d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11ac9adb50b7979bbc435d89cc76f80de92c65e7 --- /dev/null +++ b/images/eaea4009-7cf4-427f-b20f-cb8095d9086d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fc84f7fa903bee61277cacb099d2e0031dfeaf7e0733011fb37da745350344 +size 1589106 diff --git a/images/eafa24ab-ef17-4bc9-96f5-7e1339432b64.jpg b/images/eafa24ab-ef17-4bc9-96f5-7e1339432b64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4513e24cc9833f310066d42e6fed484f6bff65ef --- /dev/null +++ b/images/eafa24ab-ef17-4bc9-96f5-7e1339432b64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b0670db38dc8c20d8e5eb6c1f088f72d8af0083153c02be166317ff258dd3b +size 1348833 diff --git a/images/eb045f70-5e9c-4b55-b903-dfec03b77b28.jpg b/images/eb045f70-5e9c-4b55-b903-dfec03b77b28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..887ea273656c007fea4ed12f166c2a18caa71577 --- /dev/null +++ b/images/eb045f70-5e9c-4b55-b903-dfec03b77b28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c40292dc41cac1e7b4b0139dfe3ff8c4512d0f00af609071a9195a06dcd9698 +size 1629794 diff --git a/images/eb05db9e-26d2-4313-ae73-8004b20dc7d3.jpg b/images/eb05db9e-26d2-4313-ae73-8004b20dc7d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca4abd51062cd0fe1a37e65886a7cf88dd89bbbb --- /dev/null +++ b/images/eb05db9e-26d2-4313-ae73-8004b20dc7d3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9de0345d724da5576a02339387be2ec8013f21a48e95b4fc649ab50b6f5f019 +size 1728567 diff --git a/images/eb06402e-6dd1-4c1d-b21a-e3e7340ea477.jpg b/images/eb06402e-6dd1-4c1d-b21a-e3e7340ea477.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f32134c7258a370a3095193edfb6952701a3d36 --- /dev/null +++ b/images/eb06402e-6dd1-4c1d-b21a-e3e7340ea477.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18515c63a07c57544be7c2f6b1f216c03120e90527d6ca607fbd23dc0c034dd3 +size 1408204 diff --git a/images/eb0aa15a-d7e9-4d38-98b1-33f246cc47b0.jpg b/images/eb0aa15a-d7e9-4d38-98b1-33f246cc47b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8ec7c0ffa49716e455cee037b6534f9d0494369 --- /dev/null +++ b/images/eb0aa15a-d7e9-4d38-98b1-33f246cc47b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac6c57d799b5213250e2b8a14ba17b7164fe87950c65e6c4f5a7ef4c17e4462 +size 1996474 diff --git a/images/eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1.jpg b/images/eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d0a7fc6588cfd24852986e108967e8ea47fa00 --- /dev/null +++ b/images/eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3a6caa8142b163001c4bbd15b0fdb95d5900ff0400fcceaa630d18d11e1304 +size 1467876 diff --git a/images/eb37c774-33d3-4274-b368-863cbe993196.jpg b/images/eb37c774-33d3-4274-b368-863cbe993196.jpg new file mode 100644 index 0000000000000000000000000000000000000000..227707eacc49b5de39e19232dddceb5a9f7bb230 --- /dev/null +++ b/images/eb37c774-33d3-4274-b368-863cbe993196.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0be888ae8764629490d81435661a12899d1edf6a726a76e3ebe3dd766ca5986 +size 1706549 diff --git a/images/eb3a4cc9-de38-4132-bf25-7876c9f0eed7.jpg b/images/eb3a4cc9-de38-4132-bf25-7876c9f0eed7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3367b2a8376d4e2194f479239e7e738703c342a2 --- /dev/null +++ b/images/eb3a4cc9-de38-4132-bf25-7876c9f0eed7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ffb842af10fca21b5a24c9162329cb2b6e3892f95054a6c45575f5c37c71ae +size 1778732 diff --git a/images/eb3ad956-649e-4eca-93b2-37a8fa027481.jpg b/images/eb3ad956-649e-4eca-93b2-37a8fa027481.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74c8936043e87bda989ea40790e92c555d441dc7 --- /dev/null +++ b/images/eb3ad956-649e-4eca-93b2-37a8fa027481.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b1ace4939390d58857f1cdb147446e2ba0730d5ad09b41eb9ba1cd6ad1141c +size 1598249 diff --git a/images/eb400633-7563-43a8-95b1-c203b4246e90.jpg b/images/eb400633-7563-43a8-95b1-c203b4246e90.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d53b6465b605d6035b497fd5c26671054fe6779 --- /dev/null +++ b/images/eb400633-7563-43a8-95b1-c203b4246e90.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1a222b0b6630cb8e4a0de8c078539ab27fe19039f7de477d944ffe782c4c5b +size 1325669 diff --git a/images/eb533949-9d58-4c33-8c08-1c030b8fc36a.jpg b/images/eb533949-9d58-4c33-8c08-1c030b8fc36a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2b1cda178b9a10a18f32dc2dae1e58d2f232918 --- /dev/null +++ b/images/eb533949-9d58-4c33-8c08-1c030b8fc36a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d594cca9958a651b7667021b8ecf69880a38a63eea51be9ba7c7e6bed22431 +size 1448239 diff --git a/images/eb5a534c-8e8b-49dd-ac48-8c3f004cb03a.jpg b/images/eb5a534c-8e8b-49dd-ac48-8c3f004cb03a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c92d1baa4a1c2877b82c7550ca5e348072057a71 --- /dev/null +++ b/images/eb5a534c-8e8b-49dd-ac48-8c3f004cb03a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209e98a96d421bcf3f3329ac0d956d86323a156b14bb4c0d6f4c08e4d9dbd4b7 +size 1496675 diff --git a/images/eb6ef3bc-c71f-495e-b158-180b2c832cf1.jpg b/images/eb6ef3bc-c71f-495e-b158-180b2c832cf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93743fb0c46b42d282dd1006b20e91af97f8a404 --- /dev/null +++ b/images/eb6ef3bc-c71f-495e-b158-180b2c832cf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780cc57b841d35f3caf4033317b745893646a1ff1104267366a87f8a7a617be6 +size 1916714 diff --git a/images/eb71d3a2-f200-4649-a057-ff4a3bef1c25.jpg b/images/eb71d3a2-f200-4649-a057-ff4a3bef1c25.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c54a5d9898396660c7574d728319b15ebe175443 --- /dev/null +++ b/images/eb71d3a2-f200-4649-a057-ff4a3bef1c25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e71e903e07d1f76d735078a715dcab9f3a78df84f1755ed080bbd4a88aed09e +size 1399957 diff --git a/images/eb7ea4ba-94eb-49f1-ae4c-a17747059831.jpg b/images/eb7ea4ba-94eb-49f1-ae4c-a17747059831.jpg new file mode 100644 index 0000000000000000000000000000000000000000..612bd41b8ad874cdc54f42fd6b09b9db6e48d5a5 --- /dev/null +++ b/images/eb7ea4ba-94eb-49f1-ae4c-a17747059831.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1636d5dc915b4a63c4abe4025752a7060d9a2289c764bbee14edfeda28e450a +size 1588807 diff --git a/images/eb82700e-c025-4562-bed8-37426b98f22c.jpg b/images/eb82700e-c025-4562-bed8-37426b98f22c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eb90d91239806834d4177fa81bb07fa3bda8cfc --- /dev/null +++ b/images/eb82700e-c025-4562-bed8-37426b98f22c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3ed5b7afdb85065fbb68b05f9d536218035fbe50b86333df23f98d21c841b0 +size 1747717 diff --git a/images/eb82c7cc-5df8-4f31-916b-35f15f1d7039.jpg b/images/eb82c7cc-5df8-4f31-916b-35f15f1d7039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd935d0ef60a93642b28904ec0b351b2c5fc0159 --- /dev/null +++ b/images/eb82c7cc-5df8-4f31-916b-35f15f1d7039.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976550232cb21ae1d4eb42370fa50870172a14e535773f0e35ee2f4c5d484bf6 +size 1659631 diff --git a/images/eb8aabec-217c-40da-bde9-c4ccad81f2e5.jpg b/images/eb8aabec-217c-40da-bde9-c4ccad81f2e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06aab109c195c4bb8e7847475b25704fd660edcd --- /dev/null +++ b/images/eb8aabec-217c-40da-bde9-c4ccad81f2e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be37261f96ca506162b9dadf6ef77da3f7f6e71434bfcaab61023508b54f338 +size 1711955 diff --git a/images/eb8ca40a-fb14-4f89-837a-29a662e6b0e9.jpg b/images/eb8ca40a-fb14-4f89-837a-29a662e6b0e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c361adc1a4479d882f0bb8b334df7122ca59388a --- /dev/null +++ b/images/eb8ca40a-fb14-4f89-837a-29a662e6b0e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2e0759b7a274f39cff809049d3a9f51225d1eb1b022614661a476fe82347fb +size 1664993 diff --git a/images/ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd.jpg b/images/ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..013b98e5f10dfc52770bb64c554558d2a46f6384 --- /dev/null +++ b/images/ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7821aace50cf3dafcc146902df65058dadd9bb7c8a52d58047634c1a136cc99 +size 1693731 diff --git a/images/ebb1653c-9e54-40ac-87f7-fb24eda7327a.jpg b/images/ebb1653c-9e54-40ac-87f7-fb24eda7327a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..419015e08c3191e260ff5d76059fa720b4018f67 --- /dev/null +++ b/images/ebb1653c-9e54-40ac-87f7-fb24eda7327a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81de6486c4cf9145c74f7106b42a9d210a6f0236250ac8511f2cbf347cd8f2c3 +size 1829107 diff --git a/images/ebc72f3b-fd92-4009-b07b-2d103f522d0e.jpg b/images/ebc72f3b-fd92-4009-b07b-2d103f522d0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..885a66d0ca9d5aae89710a038900c34c7db4becc --- /dev/null +++ b/images/ebc72f3b-fd92-4009-b07b-2d103f522d0e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd436d3798a5aaffc1d423ec0351c258044b473f94f2ba70cf2140b5b25bce8 +size 1548595 diff --git a/images/ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686.jpg b/images/ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a19cef8a579ba497e29c4cd7f2c1ce3f9b6a6799 --- /dev/null +++ b/images/ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ad574258e48198b7c1fe827f58076084f762e44d0adf53fc0b1d8679dd3395 +size 1240591 diff --git a/images/ebd46471-5ec2-4122-b6ae-b49752f62c05.jpg b/images/ebd46471-5ec2-4122-b6ae-b49752f62c05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52fb3f7bec68860344197febf725ed529940f55a --- /dev/null +++ b/images/ebd46471-5ec2-4122-b6ae-b49752f62c05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2eb2e2bf5ab7b417919e87d9b38b7258b8eec564933e1c2f12504f28ce013f +size 2002790 diff --git a/images/ebddd660-0d2d-467b-8efb-08fe0f817b07.jpg b/images/ebddd660-0d2d-467b-8efb-08fe0f817b07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eac1022d4d5c797193091f352e0957dc740dfe26 --- /dev/null +++ b/images/ebddd660-0d2d-467b-8efb-08fe0f817b07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f38a032f57221896dc278649da4a6b6b6a9469aa4e5db0db4096a30c805b622 +size 1882859 diff --git a/images/ebe01e21-f550-42c9-b4e5-27058e2759a0.jpg b/images/ebe01e21-f550-42c9-b4e5-27058e2759a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7906eb492374548d35920b3377c554f360254cea --- /dev/null +++ b/images/ebe01e21-f550-42c9-b4e5-27058e2759a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf28a3e74ed3e07c7875f6f14a24b1e6b73eea735e2d92119d988c36cf860a5 +size 1699860 diff --git a/images/ebecd298-0bd6-4051-acdf-d46cdbc27c3d.jpg b/images/ebecd298-0bd6-4051-acdf-d46cdbc27c3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a3fcde948581309c28c8c2342ca523cff1d02c8 --- /dev/null +++ b/images/ebecd298-0bd6-4051-acdf-d46cdbc27c3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2dca0b38595d1ece20e9de1823440b0bb564fc92414ec95d9a5389d13dfe57 +size 1782861 diff --git a/images/ebef5264-816f-4809-82c3-88f56d9ce5b7.jpg b/images/ebef5264-816f-4809-82c3-88f56d9ce5b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a2e551766ecc5f2991675d1985d043dda61d47d --- /dev/null +++ b/images/ebef5264-816f-4809-82c3-88f56d9ce5b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662c8a0b80301b354dd61a8263e871eaf22766122a2ed5044422726624516cdb +size 1891646 diff --git a/images/ebf2481b-755c-4e03-8804-68326aa0325c.jpg b/images/ebf2481b-755c-4e03-8804-68326aa0325c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..711b2fee280ea9695b5ed3a99b53ecb00fcdce13 --- /dev/null +++ b/images/ebf2481b-755c-4e03-8804-68326aa0325c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e693393b38f415f758d9eeeeba3e624123da5d0848f84d96ab58c78acf0cbe44 +size 1818931 diff --git a/images/ebfd5d17-6062-43cc-9466-5fd545b3b4b4.jpg b/images/ebfd5d17-6062-43cc-9466-5fd545b3b4b4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f417d70dd9d1a6d5b48f6b03f4fa561b7e06f349 --- /dev/null +++ b/images/ebfd5d17-6062-43cc-9466-5fd545b3b4b4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef7ab5e9c443600ad300969cca3297b1f0f930922bb24c774066029866fd714 +size 985647 diff --git a/images/ebff6f0a-021d-4121-8aa1-6070b255acc6.jpg b/images/ebff6f0a-021d-4121-8aa1-6070b255acc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc5d8152570cdf651e2f7d899a0bf9b08b62b95 --- /dev/null +++ b/images/ebff6f0a-021d-4121-8aa1-6070b255acc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f547b9661d076025f4e403693dba8a3fa8602170e5160d2e74b35d51d08e01af +size 1283189 diff --git a/images/ec081768-c340-4a2d-838d-aad88789ce91.jpg b/images/ec081768-c340-4a2d-838d-aad88789ce91.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c9c9377017742d384b2e28da3f4ce11a6b24c89 --- /dev/null +++ b/images/ec081768-c340-4a2d-838d-aad88789ce91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d64f3bc0612cacd10f197926b829613be301109058fb5f41a1e70c0f04718c +size 2306667 diff --git a/images/ec174fe5-70f4-4f75-9c93-ec48d08721a0.jpg b/images/ec174fe5-70f4-4f75-9c93-ec48d08721a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3356a33119ec9690b671e9a2b7342af472192b0a --- /dev/null +++ b/images/ec174fe5-70f4-4f75-9c93-ec48d08721a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063aa4818a05c4193f82de5fbdaa99acc7f21e8af5dae5d76a3e10f145c6a524 +size 2230291 diff --git a/images/ec175395-6c99-4b11-8faf-685adc9f918b.jpg b/images/ec175395-6c99-4b11-8faf-685adc9f918b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..064c0fbaae79dcf4f81cd12bd3ed037690d190f1 --- /dev/null +++ b/images/ec175395-6c99-4b11-8faf-685adc9f918b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e1f51531488bc46705c1932a87a15e34e4c23626064560ee0681fd34914e6e +size 1546476 diff --git a/images/ec226008-41aa-4971-9666-2ad41013cebf.jpg b/images/ec226008-41aa-4971-9666-2ad41013cebf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690e50c0c7b22593b2d22977f5bac324e2cdeecc --- /dev/null +++ b/images/ec226008-41aa-4971-9666-2ad41013cebf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce65e858a3bc0a5bf172ffa7f9c260b2015105b09a365f24fc6fbb3a2472333e +size 1263776 diff --git a/images/ec259763-c15d-47f9-bd3c-dd49d679e48d.jpg b/images/ec259763-c15d-47f9-bd3c-dd49d679e48d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33923e9fc7ffac31c3a05ce56e4d998669ce8a74 --- /dev/null +++ b/images/ec259763-c15d-47f9-bd3c-dd49d679e48d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5a78c44a48b35c239b38e374f4daaf3e85b5858f2a2bafc95881be3359598d +size 1428400 diff --git a/images/ec280240-55e5-410f-a8d5-b87a93dc9811.jpg b/images/ec280240-55e5-410f-a8d5-b87a93dc9811.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e271e74754f300c1cf6bd474568d1d27589bb8e --- /dev/null +++ b/images/ec280240-55e5-410f-a8d5-b87a93dc9811.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb6a67d37acc6b3d8df1971d86ec6ed812a4bf7cedf7491d7be2b6a7bdc4bb7 +size 1533729 diff --git a/images/ec2ad5ed-3483-4f1c-ae90-99aedfc03cef.jpg b/images/ec2ad5ed-3483-4f1c-ae90-99aedfc03cef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d91f1899c39c7dd641d6c74eea4fdd6d7b6df64f --- /dev/null +++ b/images/ec2ad5ed-3483-4f1c-ae90-99aedfc03cef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252d6dee585f4075850107c8a6d40232182e4f6a2d1800b2c61f9ab35c6ad2fd +size 2487713 diff --git a/images/ec2e761b-b9a1-4046-b827-ef20463bf31f.jpg b/images/ec2e761b-b9a1-4046-b827-ef20463bf31f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0a440356c4f8b4f6b66e8fb45aa57e576764e0d --- /dev/null +++ b/images/ec2e761b-b9a1-4046-b827-ef20463bf31f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36afeda13693a40016d083bb180a77fcb6633a377b01f4ee16ed92f0783f891c +size 1537604 diff --git a/images/ec3f0755-5c5b-44e2-bcac-f4267c1229ac.jpg b/images/ec3f0755-5c5b-44e2-bcac-f4267c1229ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32702fe16342085813b3967e1b0c70212ed4e921 --- /dev/null +++ b/images/ec3f0755-5c5b-44e2-bcac-f4267c1229ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b12a0cc405cb77180334cb12a6e209297543fe65c5e4035d289018479e7ebd +size 1937929 diff --git a/images/ec464893-01d3-442c-a3b3-8e0512b25823.jpg b/images/ec464893-01d3-442c-a3b3-8e0512b25823.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0101d6f9894346c419a27d608ba25f593d71c80f --- /dev/null +++ b/images/ec464893-01d3-442c-a3b3-8e0512b25823.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbeb32437ef87c222d5df6248c424ccc497288e0fa5c03964f229edad52d06a7 +size 1474600 diff --git a/images/ec549209-9633-43b5-9189-83ca536c4ab4.jpg b/images/ec549209-9633-43b5-9189-83ca536c4ab4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dcb242b6ed78232c4382479835c18e89313e1f3 --- /dev/null +++ b/images/ec549209-9633-43b5-9189-83ca536c4ab4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc60a44c95de8904fa46201b6ceff0976efbe8e4272d452dbb5c98ca59c3ffe6 +size 1888472 diff --git a/images/ec58bde0-21ec-4bfa-baa6-d1645323df1d.jpg b/images/ec58bde0-21ec-4bfa-baa6-d1645323df1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44569ea39e9ba834c6a96da1b75f1262033691c2 --- /dev/null +++ b/images/ec58bde0-21ec-4bfa-baa6-d1645323df1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16c1b7130d6bac593ac796d86bdb1035edd577d6f489c3f56038beabde158ce +size 1741065 diff --git a/images/ec5e0673-ca43-4bc2-ad18-89897c877ca6.jpg b/images/ec5e0673-ca43-4bc2-ad18-89897c877ca6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3e56de1b35c55b7430d5b236872f70df0a0f5cd --- /dev/null +++ b/images/ec5e0673-ca43-4bc2-ad18-89897c877ca6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d946729d7cc26d3f4b302f6a07a9ee3a490c408cf0ae13142a6935538efe531 +size 1504037 diff --git a/images/ec60a081-7caa-478c-a6cd-198c7463bc72.jpg b/images/ec60a081-7caa-478c-a6cd-198c7463bc72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9bc76ed59594ac4715b873fc32cc39343c11814 --- /dev/null +++ b/images/ec60a081-7caa-478c-a6cd-198c7463bc72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0ec94b7eb3c78f37b4e0b3592d88fd79a155e2e0b671a14ea20cd3ba170c32 +size 1801880 diff --git a/images/ec627b5f-3038-4664-ac17-7cc538ee9753.jpg b/images/ec627b5f-3038-4664-ac17-7cc538ee9753.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4de50f34c30c8c468fe543e42e2f673008c0465c --- /dev/null +++ b/images/ec627b5f-3038-4664-ac17-7cc538ee9753.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11b0b14518d94f9b6d663cf7ac9000e766d6c2ab4259de3e1fad87a4eac0ee5 +size 1588792 diff --git a/images/ec64c792-2741-480e-92fc-c3a77c502044.jpg b/images/ec64c792-2741-480e-92fc-c3a77c502044.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf902f12dfab821ecc4f3478e3a43031bf99371d --- /dev/null +++ b/images/ec64c792-2741-480e-92fc-c3a77c502044.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11d2fd009add1f31b50d8882edfe53ca814f2fe46e949d1d2520437959dd876 +size 1559985 diff --git a/images/ec75853b-6f39-4ee3-8a1c-5b476808f5f4.jpg b/images/ec75853b-6f39-4ee3-8a1c-5b476808f5f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5ff515edd8bec717d98e8c0cf90283699f15661 --- /dev/null +++ b/images/ec75853b-6f39-4ee3-8a1c-5b476808f5f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cb9733a31c3ae72b791acc242377b10003cc793f6437aeda4f43944c4914ea +size 1739832 diff --git a/images/ec7eded0-5337-4ffa-b085-968a863c4611.jpg b/images/ec7eded0-5337-4ffa-b085-968a863c4611.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c4520a3e1451a35ef02b03d4648ebcdfcb39753 --- /dev/null +++ b/images/ec7eded0-5337-4ffa-b085-968a863c4611.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6851d6f07480846ee2b3c9aea449ec062539ad0f0c0ce6a76c4bb72944c47951 +size 3139799 diff --git a/images/ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3.jpg b/images/ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aac7173e1c1194e62101db457f52cfe027d59a73 --- /dev/null +++ b/images/ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d004306526aa2a6e9ac4d993385d9ae32efdb3020a112291e690a21d6893250 +size 1912467 diff --git a/images/ec834a39-17ad-42cd-a980-110a7593a3f5.jpg b/images/ec834a39-17ad-42cd-a980-110a7593a3f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1455f64c7daff76029e2e887a139fee91c570678 --- /dev/null +++ b/images/ec834a39-17ad-42cd-a980-110a7593a3f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39772f99a2709bfe4ed4e2a61a973d96ea0eee562144c5fdedb90c10c9c02b4e +size 1623399 diff --git a/images/ec8d2b86-2a67-45e2-bfc5-707bb19041b1.jpg b/images/ec8d2b86-2a67-45e2-bfc5-707bb19041b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5464d5ad8637edb70ec8a00985285670c0c86a03 --- /dev/null +++ b/images/ec8d2b86-2a67-45e2-bfc5-707bb19041b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd94266049680e24c332f40059ea71bbbd3b099527fbe1e469e8f9398859d8f +size 1554316 diff --git a/images/ecbb8aab-e368-435c-9c83-acdd1b7191f5.jpg b/images/ecbb8aab-e368-435c-9c83-acdd1b7191f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ece1ec1d955e7245ea479b19cbd2232a348a0317 --- /dev/null +++ b/images/ecbb8aab-e368-435c-9c83-acdd1b7191f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45628c8182ee69104d9bfd12bab3e676f088f5b87d8cf562bd6804701d7cdbbe +size 1652131 diff --git a/images/ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf.jpg b/images/ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..020b40e45404289f4623562c57305688a7ddcc65 --- /dev/null +++ b/images/ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6491cdbcba66a2b00ee0568e54909e130627366b93e5df9901e405e0d71ec3f4 +size 2196560 diff --git a/images/ecd0117f-e590-4d6f-951b-43f4aaa4b0d9.jpg b/images/ecd0117f-e590-4d6f-951b-43f4aaa4b0d9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..476beb6dc7c8947a31aa7ccc61064cb521cdb770 --- /dev/null +++ b/images/ecd0117f-e590-4d6f-951b-43f4aaa4b0d9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80babf83aed770acfd7edb6ad97e06cf50292eba48c8282be62aaad98ccda8e +size 1561107 diff --git a/images/ecd7cfad-b3b2-497d-bfa9-9d55485fac4f.jpg b/images/ecd7cfad-b3b2-497d-bfa9-9d55485fac4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f438a18d63d9cceaaaa2865e3a4a51ad52f4b0f --- /dev/null +++ b/images/ecd7cfad-b3b2-497d-bfa9-9d55485fac4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58cdb74b788742e9ab10d63194d5ec0d07b5f9facdd8e3c8943d7e06092f2f8 +size 1690729 diff --git a/images/ecdb984b-ec37-4b9f-832a-ec5547a2a7d8.jpg b/images/ecdb984b-ec37-4b9f-832a-ec5547a2a7d8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..460dcf6603e020c53866a0cbebe5494b8f5330a9 --- /dev/null +++ b/images/ecdb984b-ec37-4b9f-832a-ec5547a2a7d8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587c3259945ea781143f4a465a77ac889d3c2f9295e73073799d6a0e0128ce56 +size 2355634 diff --git a/images/ecdbea2f-e010-466e-86b3-187e9704a622.jpg b/images/ecdbea2f-e010-466e-86b3-187e9704a622.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27254dacaa52cb324d0bda21c404959de09079de --- /dev/null +++ b/images/ecdbea2f-e010-466e-86b3-187e9704a622.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bb36e83f22af3fab3f53b977caed944f47145067c448eca3b74abf76007920 +size 1420194 diff --git a/images/ecee005c-fffd-4784-a196-e42d580868c8.jpg b/images/ecee005c-fffd-4784-a196-e42d580868c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6508a2c6b1928effe370eae937ca67042f0c911 --- /dev/null +++ b/images/ecee005c-fffd-4784-a196-e42d580868c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e597dc14911930924c3ed89d5ebb3da9f24c236e25c8164ecb8d2e19f1be0e +size 3124568 diff --git a/images/ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03.jpg b/images/ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60cdda07e37ec097268764185a7590ce1c4673b8 --- /dev/null +++ b/images/ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb225aa762f9785f0aa7e220a2ddd0bc0f84852bcccf63e1a8dc09eaf07553f +size 1421119 diff --git a/images/ecf13979-2cf8-401d-8313-6e65d334d645.jpg b/images/ecf13979-2cf8-401d-8313-6e65d334d645.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8b00fb0136016e0d0a08b68ead5dab7ed972332 --- /dev/null +++ b/images/ecf13979-2cf8-401d-8313-6e65d334d645.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef296fde6fcbdd2f2430371e99cec24794a30bce7a6f01bb1a8ad24fc6d2c6a3 +size 1658686 diff --git a/images/ecf5f870-ba7e-4aec-862d-c2e3b9aac67f.jpg b/images/ecf5f870-ba7e-4aec-862d-c2e3b9aac67f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..645e17f445e4768dbec2cbd38e9ee71ae0201cbe --- /dev/null +++ b/images/ecf5f870-ba7e-4aec-862d-c2e3b9aac67f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25101880bc5030cfe046716d681f68d8926bc078350fd2b877de6328f81392a +size 1572870 diff --git a/images/ed087871-81e7-44a9-964b-c85dec38243b.jpg b/images/ed087871-81e7-44a9-964b-c85dec38243b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5b4733460bf56ca0744ad5577b0844dc6171845 --- /dev/null +++ b/images/ed087871-81e7-44a9-964b-c85dec38243b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c09a3debaa3a4d1610af595edf2707b631cb406ab66971a1a616131c53705e +size 1521340 diff --git a/images/ed0bc8fc-5bae-4a79-b331-d03679632da8.jpg b/images/ed0bc8fc-5bae-4a79-b331-d03679632da8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05aedb5c364529c13978d06ec3bcd8d0cb556643 --- /dev/null +++ b/images/ed0bc8fc-5bae-4a79-b331-d03679632da8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aa5a9e9d173dd421a58b4df7271bbcdcd75fe346d6f8ad040fa7c68cc285be +size 2084817 diff --git a/images/ed11669d-b85b-47c7-b2b8-7bdce92da703.jpg b/images/ed11669d-b85b-47c7-b2b8-7bdce92da703.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2df69f8323d30aca9dee7d50d9f623ea51439a7 --- /dev/null +++ b/images/ed11669d-b85b-47c7-b2b8-7bdce92da703.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e8331b54dde05af3157f08dbbf16c0434d6509f7023b60a7b4ad9b88952c53 +size 1690721 diff --git a/images/ed18a5b2-d8d5-42ba-a8ed-149123a84144.jpg b/images/ed18a5b2-d8d5-42ba-a8ed-149123a84144.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9443c8be75efea3f010af7c87f6dd928f26b75ce --- /dev/null +++ b/images/ed18a5b2-d8d5-42ba-a8ed-149123a84144.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6f15b59937de0aab91d5246a04f5f5b4100014ce80d8917f9fe567fdd4844f +size 1733667 diff --git a/images/ed1bfd8f-2166-4974-b773-71fbdd72492d.jpg b/images/ed1bfd8f-2166-4974-b773-71fbdd72492d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3513555605c63cff3fc3d40e692d0e08ca9f9a21 --- /dev/null +++ b/images/ed1bfd8f-2166-4974-b773-71fbdd72492d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0aa681fbb276071e3b34e492b6cd244fa34cdcd3ddbd08bb59886309f80f9e9 +size 2759032 diff --git a/images/ed1fada5-12aa-45bf-abe4-713cd99dbd3b.jpg b/images/ed1fada5-12aa-45bf-abe4-713cd99dbd3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89726661bc04fe93b5e69f2a79850839b2f17ce5 --- /dev/null +++ b/images/ed1fada5-12aa-45bf-abe4-713cd99dbd3b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b39a949cc716271977a447b949d4e56784ea45884c600a817babb05c13df07 +size 1677099 diff --git a/images/ed219ad6-a6b9-4dc8-af2f-46c4940271dc.jpg b/images/ed219ad6-a6b9-4dc8-af2f-46c4940271dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63c229632dca41b18e7d58e6ecc91c7091ce27dd --- /dev/null +++ b/images/ed219ad6-a6b9-4dc8-af2f-46c4940271dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e74a092ce8de311b04c097b98db4f57bed137320adeaba147c6d607607a559 +size 1560042 diff --git a/images/ed23b576-5ee3-441c-89e8-ed3e2869b30b.jpg b/images/ed23b576-5ee3-441c-89e8-ed3e2869b30b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..402007777d6574ceb51c81bc1ba7991d4de8eac6 --- /dev/null +++ b/images/ed23b576-5ee3-441c-89e8-ed3e2869b30b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3acd6e958ed49d1b121aeeaa3661d59f2ccee5ed0129ff6f539ffeeef718d86 +size 1567710 diff --git a/images/ed258c53-5534-42bd-b269-14013040d25d.jpg b/images/ed258c53-5534-42bd-b269-14013040d25d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94404a3ba490798a1129a7d69be70836eec751b5 --- /dev/null +++ b/images/ed258c53-5534-42bd-b269-14013040d25d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd7f8271ffbf87df84443fac709ed5e83e1b762b1a011b2a93dec0123fc24cf +size 2338928 diff --git a/images/ed2ef608-9a3b-42f0-8367-f1694bfa5a05.jpg b/images/ed2ef608-9a3b-42f0-8367-f1694bfa5a05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85324145e65deada0740e3e78abb55246ca990ef --- /dev/null +++ b/images/ed2ef608-9a3b-42f0-8367-f1694bfa5a05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b1e01f5f9bb2e8f8fef0586161d55f32f823033bf1033e99b94ea9ad479a67 +size 1306602 diff --git a/images/ed2f2112-8626-42ca-8bc4-f59425cf8824.jpg b/images/ed2f2112-8626-42ca-8bc4-f59425cf8824.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6645173c62b07bf1d2eb1bb391e50dc84e469870 --- /dev/null +++ b/images/ed2f2112-8626-42ca-8bc4-f59425cf8824.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e2cd798403a7159a811ff53faf4af96807973a4dd73117e968b9d7852c1c56 +size 3253842 diff --git a/images/ed32cf3f-7851-4e44-96e9-f57046fafe89.jpg b/images/ed32cf3f-7851-4e44-96e9-f57046fafe89.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2acd9e67c7feb65cf6bf74d436371971a697624b --- /dev/null +++ b/images/ed32cf3f-7851-4e44-96e9-f57046fafe89.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05008579fa2f34ba601e9ee09b2c30bee8ad0dae6f3505ebd516cd57e907edb6 +size 1619246 diff --git a/images/ed34c717-265e-4e5b-aa64-3e0a89a7f147.jpg b/images/ed34c717-265e-4e5b-aa64-3e0a89a7f147.jpg new file mode 100644 index 0000000000000000000000000000000000000000..763c992f1f7862b0ab5f2c5fe056c19b881d0c7e --- /dev/null +++ b/images/ed34c717-265e-4e5b-aa64-3e0a89a7f147.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015300c5ae2bad2771d9daf48623723f7a57e813023ef4803220ffaf57ea8fa8 +size 1605991 diff --git a/images/ed3f300c-1e76-45c9-b848-dc09a33af829.jpg b/images/ed3f300c-1e76-45c9-b848-dc09a33af829.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0ee1f2b1ed3efeba5b38657fbd374a6bdb7fa72 --- /dev/null +++ b/images/ed3f300c-1e76-45c9-b848-dc09a33af829.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24855315a5e0dbfcd0a3cba15238fe80074a2aa018737bbc25db18e6c1615ffb +size 2242881 diff --git a/images/ed4c5f8a-a019-4ac7-b8d7-f93d41b482de.jpg b/images/ed4c5f8a-a019-4ac7-b8d7-f93d41b482de.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db8d0ba52524d2756f832621c607c020f0dd7c57 --- /dev/null +++ b/images/ed4c5f8a-a019-4ac7-b8d7-f93d41b482de.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8e660a40144e295b4f0afa879f75de7ebf933d74c392d387fe1bde2e79019d +size 2902246 diff --git a/images/ed4de4cf-d80e-40e7-89b1-cb445cf1379e.jpg b/images/ed4de4cf-d80e-40e7-89b1-cb445cf1379e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd9eb1f9b11e27414d84844767dfef811074ad5 --- /dev/null +++ b/images/ed4de4cf-d80e-40e7-89b1-cb445cf1379e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc9fba2839292dc1715908e31d5bb1f1e2c1e8d675242ecafdf361fc12eff7d +size 1469795 diff --git a/images/ed5d29c6-75c8-4361-92a4-2902b66ae5e7.jpg b/images/ed5d29c6-75c8-4361-92a4-2902b66ae5e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9b3d8b92289808996f19ba8e53c498853b86ce9 --- /dev/null +++ b/images/ed5d29c6-75c8-4361-92a4-2902b66ae5e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec203609f2cb8d1384df755625d06cef82ee4c464ebcb8c093b17c313216bd91 +size 1953206 diff --git a/images/ed5f6f46-58b4-45c6-99aa-5b39ad410a94.jpg b/images/ed5f6f46-58b4-45c6-99aa-5b39ad410a94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e76d48a3fc1de8f68b802aef25b365ee1f19005 --- /dev/null +++ b/images/ed5f6f46-58b4-45c6-99aa-5b39ad410a94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448990b36de9231f48217bed7daee56d79f689aeaa08891c37e9776c250f66ba +size 1783616 diff --git a/images/ed6cd272-03e1-4fc3-87bf-ad65e2782980.jpg b/images/ed6cd272-03e1-4fc3-87bf-ad65e2782980.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c73461849cd01bc7f614d9d1823e874bd9330904 --- /dev/null +++ b/images/ed6cd272-03e1-4fc3-87bf-ad65e2782980.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7e0c98f8c196bab34dcfa43c327862e56ceb2e55c96b8137cfef2278c0b377 +size 1776405 diff --git a/images/ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10.jpg b/images/ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de015a61a7ddc4e52df4f256b86e53f37a0a054b --- /dev/null +++ b/images/ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c91b0fcaec582b7bc59eed9d00f78df78630afc7cf2d9b16a73ecb6f3aedb16 +size 2426354 diff --git a/images/ed7b8256-9328-4a46-b8af-a7e5bc4ef847.jpg b/images/ed7b8256-9328-4a46-b8af-a7e5bc4ef847.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ee446b44eb738aac7d6824e8de89d3f3091e2a4 --- /dev/null +++ b/images/ed7b8256-9328-4a46-b8af-a7e5bc4ef847.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9697a78926380d1624c9e01703da0e5da483d24d200c338c571bd8a9c01740e +size 1913947 diff --git a/images/ed83aaf5-c23b-480c-a724-ef02c38ec103.jpg b/images/ed83aaf5-c23b-480c-a724-ef02c38ec103.jpg new file mode 100644 index 0000000000000000000000000000000000000000..629477dd31397ddc34279842985eb90d9e1afd4c --- /dev/null +++ b/images/ed83aaf5-c23b-480c-a724-ef02c38ec103.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dddd8973f08a27491aa30a60ff1bc7b3c49676d16a7fef790fff65f3697042c +size 1498126 diff --git a/images/ed8b2177-d8b4-4bb8-a86f-4608a46314d4.jpg b/images/ed8b2177-d8b4-4bb8-a86f-4608a46314d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f794e231b48d53f42fc4011106426d55644dc55c --- /dev/null +++ b/images/ed8b2177-d8b4-4bb8-a86f-4608a46314d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e134d796d120f8ee7971a141209c85ba0d145aa2df6da224fb6b18e82bd8059 +size 1455659 diff --git a/images/ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22.jpg b/images/ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..058f3437306530dbb70d477ece14ed431487b15d --- /dev/null +++ b/images/ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625268da7f8559ca8c642a183795fe11521e4d4b8111faf2f290892fb1e89662 +size 1343666 diff --git a/images/ed8bd001-c8ec-4969-b5a5-fc0ea4238cba.jpg b/images/ed8bd001-c8ec-4969-b5a5-fc0ea4238cba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f315aec8a343c4a2681bbe39fe966a6af16d4892 --- /dev/null +++ b/images/ed8bd001-c8ec-4969-b5a5-fc0ea4238cba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545e341aa1c9abd7cacfe5e54caf15861b9acee210f2797c65cde66650cae981 +size 1944030 diff --git a/images/ed8e0229-f888-4031-9f71-24be630c0be5.jpg b/images/ed8e0229-f888-4031-9f71-24be630c0be5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9f43afd232d744a0ad5a38211fdb3427da4fb5b --- /dev/null +++ b/images/ed8e0229-f888-4031-9f71-24be630c0be5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ca831b8ad9d8c303d15159eae02833310abb49bf8e4bbf0b27f92de3b5b9be +size 1555311 diff --git a/images/ed900b29-11b8-43f5-b8da-7cf9253f3367.jpg b/images/ed900b29-11b8-43f5-b8da-7cf9253f3367.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba329fcdda76869e6ed9cc9b21c6eb509634240d --- /dev/null +++ b/images/ed900b29-11b8-43f5-b8da-7cf9253f3367.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5cf58224f212f6946c81b0e2f3a5cff63e425178497ba2538c5a5f4cdd2116 +size 1414356 diff --git a/images/ed94ee84-d4ac-45bc-9140-4eafc59a6025.jpg b/images/ed94ee84-d4ac-45bc-9140-4eafc59a6025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c61f47a57cf9e91a6ccb3082e3ce31e6ef2605f --- /dev/null +++ b/images/ed94ee84-d4ac-45bc-9140-4eafc59a6025.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7467c08e4a69b1217655f043e69b9f81233e8f4c17bc471688551134fbeb442b +size 1992559 diff --git a/images/ed95f89b-2d15-4d6d-b5e6-bee5795d6c49.jpg b/images/ed95f89b-2d15-4d6d-b5e6-bee5795d6c49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcbde6bfa658d89cd567b114dc7ded4a596a14c5 --- /dev/null +++ b/images/ed95f89b-2d15-4d6d-b5e6-bee5795d6c49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c79aaac07587c2ea1c86fd785869a09fc1afabb9d65d9c8a298c634d45cd8c +size 1845474 diff --git a/images/ed973365-417e-4fb3-87b5-ea555a7bd407.jpg b/images/ed973365-417e-4fb3-87b5-ea555a7bd407.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46bfe8d054d77ea80d091a6b94f1ff0be6803425 --- /dev/null +++ b/images/ed973365-417e-4fb3-87b5-ea555a7bd407.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b910a8c7713b9497ffd296b52a5ae6504afa5a641acd1be175c057946dc3d33 +size 1552190 diff --git a/images/ed9a1200-0690-4143-b9da-5b99f2575a68.jpg b/images/ed9a1200-0690-4143-b9da-5b99f2575a68.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c92c5cf76520ea6b7bd90adfb8aeef56e7bb68c --- /dev/null +++ b/images/ed9a1200-0690-4143-b9da-5b99f2575a68.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fc7f2aedcf1166d4a41c8df049795811f3a30af870aa1aa99ff8f0859331bb +size 1476209 diff --git a/images/edbb1b4c-5a89-465b-8334-c87fa2f5fcff.jpg b/images/edbb1b4c-5a89-465b-8334-c87fa2f5fcff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed58dc789628913fda0408845d41bcc8e0462b5d --- /dev/null +++ b/images/edbb1b4c-5a89-465b-8334-c87fa2f5fcff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5778ae70c532fb224890c41ab896d25360873b6ae994e2292c7f95a4fe6c703f +size 1494207 diff --git a/images/edc176c1-71ea-4aa7-b401-806273f32017.jpg b/images/edc176c1-71ea-4aa7-b401-806273f32017.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06903a6b560e7cc43cc0167d59a3ad0e38e4492a --- /dev/null +++ b/images/edc176c1-71ea-4aa7-b401-806273f32017.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978cf2695d472c920615e1a9763a163c585f797de5057982ad8afe1ecbf08e39 +size 2279930 diff --git a/images/edc2b4f9-fb59-4755-a293-fbf8f87899e0.jpg b/images/edc2b4f9-fb59-4755-a293-fbf8f87899e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e509796c0cad8bc49d2bddc52a404e2f3a554fe7 --- /dev/null +++ b/images/edc2b4f9-fb59-4755-a293-fbf8f87899e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34925397a71407927f66299bba4c7d4bacf7f2aa7d949ff51e6040be18a8c4b4 +size 2201966 diff --git a/images/ede1113f-959e-423c-a01a-8ac3d1e5bd60.jpg b/images/ede1113f-959e-423c-a01a-8ac3d1e5bd60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5b9cce660bca2563124cfe4bbd1eddc999692c --- /dev/null +++ b/images/ede1113f-959e-423c-a01a-8ac3d1e5bd60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d59cf286c411d84d055fb8613c25b477151cc7f22100cf4e0690ed298646af +size 2225033 diff --git a/images/edeed238-6ac2-4aa9-8b9c-44682368a5ac.jpg b/images/edeed238-6ac2-4aa9-8b9c-44682368a5ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60e270251f76e4982df74dca1248b017dc73da29 --- /dev/null +++ b/images/edeed238-6ac2-4aa9-8b9c-44682368a5ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7a879d0bf25403b13806c445c4a774bad82deb42178569b2475baaf0d84744 +size 1110417 diff --git a/images/edf08152-840d-44ed-b268-4768c9d3c737.jpg b/images/edf08152-840d-44ed-b268-4768c9d3c737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa4eeeecc4464a467a681e30c4d30c34b1cb50a4 --- /dev/null +++ b/images/edf08152-840d-44ed-b268-4768c9d3c737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9705952fc6fc9d6f54ea30c9195c367a6433ef5382dfdaa67f21f5dc369c96c8 +size 2078455 diff --git a/images/edfb4324-0cb8-4441-8397-b5342ed95348.jpg b/images/edfb4324-0cb8-4441-8397-b5342ed95348.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f77a07b1c4174cd6b2a1f96d67fd8e9b5c624637 --- /dev/null +++ b/images/edfb4324-0cb8-4441-8397-b5342ed95348.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41f314c960e476b736ce1d555904f1a7bb98723acb741f5000f2615326e671a +size 2082456 diff --git a/images/ee175dab-e9de-4c74-a01c-b8c28a44f313.jpg b/images/ee175dab-e9de-4c74-a01c-b8c28a44f313.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c87febdf0d5b08d6afb582799e03705b83fd3f7 --- /dev/null +++ b/images/ee175dab-e9de-4c74-a01c-b8c28a44f313.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0732bd3a0f1a56672498d439dfaa36acd0b3a7e12ac157359d0d8fb6885dda +size 1571386 diff --git a/images/ee1cf109-2afc-4c08-80c4-6bc86524d60e.jpg b/images/ee1cf109-2afc-4c08-80c4-6bc86524d60e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45f1b7d4f5a3ffda669b300669b8c20cd5f25af3 --- /dev/null +++ b/images/ee1cf109-2afc-4c08-80c4-6bc86524d60e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12abdc5720ac85e6c14aca9942e930516891cc16d460da99498a91ed4c3d6a88 +size 1667792 diff --git a/images/ee2efbf8-7ead-401e-8b31-bf10b63cf452.jpg b/images/ee2efbf8-7ead-401e-8b31-bf10b63cf452.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d411548d0f7524f8ef2d6ae845af88ef3aa49531 --- /dev/null +++ b/images/ee2efbf8-7ead-401e-8b31-bf10b63cf452.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0eac9053c1a74fb424fb4ce550a757c0615494f7b08519a8bb5eb627d32ac49 +size 1439428 diff --git a/images/ee2fd0ef-9d78-44d4-8fdd-8858e9909b87.jpg b/images/ee2fd0ef-9d78-44d4-8fdd-8858e9909b87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b5d3db23273af501b8fa24ea8acf30003d6d3fa --- /dev/null +++ b/images/ee2fd0ef-9d78-44d4-8fdd-8858e9909b87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c34b8dabba3efc39cbca521aea17574e3d1ca11530039e09f0e9640063d7ba1 +size 1692574 diff --git a/images/ee3b0c19-d72c-433c-9aa3-225a71213e8a.jpg b/images/ee3b0c19-d72c-433c-9aa3-225a71213e8a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c515746ab7aa9581c07ef1a465017455257db92 --- /dev/null +++ b/images/ee3b0c19-d72c-433c-9aa3-225a71213e8a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98485b47a85c7bab6ced101c569bba22cc81ed2fc0de1715ed148479f5364914 +size 1501623 diff --git a/images/ee3eb4fb-e508-4fa6-946e-49fd925d7378.jpg b/images/ee3eb4fb-e508-4fa6-946e-49fd925d7378.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1db77fef78f34b429cc3d1f1c446b7e80095aa90 --- /dev/null +++ b/images/ee3eb4fb-e508-4fa6-946e-49fd925d7378.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc8b33a8ef815d8752cbf3463f46bf7f70c65d82438e179ed4fa04c4066ad14 +size 1794327 diff --git a/images/ee518003-26d2-4741-a7f4-5c77acc70d60.jpg b/images/ee518003-26d2-4741-a7f4-5c77acc70d60.jpg new file mode 100644 index 0000000000000000000000000000000000000000..454cbda26ac25a7fe14e1755484187b2d6a59531 --- /dev/null +++ b/images/ee518003-26d2-4741-a7f4-5c77acc70d60.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3bccfeef93f8c82ab8d6c489ad48e83b99b7cdf78318b2724724444043a164 +size 1455810 diff --git a/images/ee521de7-a773-4d66-a510-1cbab6011f88.jpg b/images/ee521de7-a773-4d66-a510-1cbab6011f88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b41b5e9a6b0644639685e3d98843b8ace1346ac2 --- /dev/null +++ b/images/ee521de7-a773-4d66-a510-1cbab6011f88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2cc3803a42b54d98da6fee43114c7a9000c810108d4c53b7218388fe5d27a2 +size 2765959 diff --git a/images/ee58cc04-07f3-40b3-aaa0-2c3029e23c22.jpg b/images/ee58cc04-07f3-40b3-aaa0-2c3029e23c22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5d0698684ab2b6a1b1d08a2f953df923bf3076b --- /dev/null +++ b/images/ee58cc04-07f3-40b3-aaa0-2c3029e23c22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd408ce7c0c05763898630f35d85ca28bdcc54ef11ec1f06d90db64bb75386c +size 1622149 diff --git a/images/ee5a7362-9723-48a7-985b-17de658d2933.jpg b/images/ee5a7362-9723-48a7-985b-17de658d2933.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94ccb4c576867c567be7019e8f1aa21b8bd5a61b --- /dev/null +++ b/images/ee5a7362-9723-48a7-985b-17de658d2933.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d6336110a23e95fcb81a1c36f4b9c47947b6aba95bad7f92fbc440deaaeff4 +size 1500941 diff --git a/images/ee5e606b-c2ea-41d0-aa89-386cbf879c93.jpg b/images/ee5e606b-c2ea-41d0-aa89-386cbf879c93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5366db439225924e63235956c4427f7169ffa4ee --- /dev/null +++ b/images/ee5e606b-c2ea-41d0-aa89-386cbf879c93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e1113b7b1e87c39f60f00d1856bd9fb95ace522dcec54e63a68eea34ff03c5 +size 1265850 diff --git a/images/ee61a5fc-d40a-47a1-9a80-65481abff003.jpg b/images/ee61a5fc-d40a-47a1-9a80-65481abff003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48a11dca48e79d0ce45855226f7927a9133ba24d --- /dev/null +++ b/images/ee61a5fc-d40a-47a1-9a80-65481abff003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb280fc4f67cb9b76eb4c2d7df52fc8a28c29be74d4e7d7f164c8902e7c57f4 +size 1765797 diff --git a/images/ee685500-9a3c-4477-b097-0ca56b080746.jpg b/images/ee685500-9a3c-4477-b097-0ca56b080746.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eca06c03762f44f82a82bcc47037bfe533d421d0 --- /dev/null +++ b/images/ee685500-9a3c-4477-b097-0ca56b080746.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3d0c25c36ca9d7dc686af6089c57d821ba093a82278345d35599294de2f0b0 +size 1605650 diff --git a/images/ee697da9-4f06-4616-9acd-550a08a73d26.jpg b/images/ee697da9-4f06-4616-9acd-550a08a73d26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb7a52b43db5f52ea2942fc19667570bc5bfc268 --- /dev/null +++ b/images/ee697da9-4f06-4616-9acd-550a08a73d26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fe3f7288b5efaa4afbaf8237ba39f839e34372b19e0fcc796bdbbea1335ee7 +size 2468518 diff --git a/images/ee6d71e5-3048-4de0-8cdc-448cb46f3291.jpg b/images/ee6d71e5-3048-4de0-8cdc-448cb46f3291.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92d0308d17fabbbc3bd8af898f5d5ec694685301 --- /dev/null +++ b/images/ee6d71e5-3048-4de0-8cdc-448cb46f3291.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbef208247fa732a88ce6baaa6e1d9378567402b8f485eda5c55d20041f7913 +size 1406991 diff --git a/images/ee70ff7d-1735-4e67-bc39-464117362676.jpg b/images/ee70ff7d-1735-4e67-bc39-464117362676.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6ade721fe46275d6888aeda456598635fabda60 --- /dev/null +++ b/images/ee70ff7d-1735-4e67-bc39-464117362676.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a387d381523952ecf6e99e45c7cadcb4879ee93e43b13e9691a481567aa257 +size 1316762 diff --git a/images/ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504.jpg b/images/ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44d9905e02c72bd79b30487a5c0281da40731ab9 --- /dev/null +++ b/images/ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758926d5d88d16497016ffd0b3726faf6da4bc56a083e1f726c423b2c295ab89 +size 1389135 diff --git a/images/ee848a69-9503-4cfe-b163-d8b570d22ad2.jpg b/images/ee848a69-9503-4cfe-b163-d8b570d22ad2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21cdf7c0d3d5cb176644c68eb96f06b7968bb251 --- /dev/null +++ b/images/ee848a69-9503-4cfe-b163-d8b570d22ad2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb4e11637e8bb84131f0c553156fde27a80b43fd13d19c044b698dd263eb482 +size 1842860 diff --git a/images/ee869ae2-3cf1-4c69-8eb2-263e7aca12f1.jpg b/images/ee869ae2-3cf1-4c69-8eb2-263e7aca12f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48acea6eeffadb498e2984e5e49f541aaf8ec062 --- /dev/null +++ b/images/ee869ae2-3cf1-4c69-8eb2-263e7aca12f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7364301671de3f80b88b6c74c35e24c5d7631f00d8d533afa0cfe22276030cdf +size 1574676 diff --git a/images/ee9a82c3-9268-4c1f-8380-bc79659675ff.jpg b/images/ee9a82c3-9268-4c1f-8380-bc79659675ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb11fc616ad502e12e78d8e7836593d884df5d4b --- /dev/null +++ b/images/ee9a82c3-9268-4c1f-8380-bc79659675ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77388af9f28c2d370b7cf98289b06412e04b2852edf950bbad3000fa76c30091 +size 2824610 diff --git a/images/eea501d5-ed9b-414c-bc22-410d624cb2d4.jpg b/images/eea501d5-ed9b-414c-bc22-410d624cb2d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86f96927740ea42b9002102119e38828034bf8c8 --- /dev/null +++ b/images/eea501d5-ed9b-414c-bc22-410d624cb2d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e60efa5fb76da01d70b5f12b243029c2c04f0f9faf1b9d4c6c7e7eff62ae5ee +size 1397152 diff --git a/images/eeb9022e-a8f1-41ea-9790-7783ce2c784d.jpg b/images/eeb9022e-a8f1-41ea-9790-7783ce2c784d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..973f516ed90eaa09c14e97009de7b4dbdd2b7f25 --- /dev/null +++ b/images/eeb9022e-a8f1-41ea-9790-7783ce2c784d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf9b7bad8153bc0f6e168ae461bb67fc64b889da4628c76970221e07455e88d +size 2562103 diff --git a/images/eeba78e4-799e-401b-91c1-cd171d6c889c.jpg b/images/eeba78e4-799e-401b-91c1-cd171d6c889c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..564832c4a9bf673c3c78094750d4ecb5957a8340 --- /dev/null +++ b/images/eeba78e4-799e-401b-91c1-cd171d6c889c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466c0f1e2bc2213bebc355cdad8f67e7bdc9b06cc8899e69b292cea40827a771 +size 3400944 diff --git a/images/eebbea4c-c02c-4629-b02f-887714e3b757.jpg b/images/eebbea4c-c02c-4629-b02f-887714e3b757.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5e31f53952c6e4d7f91f256d65a6a906e3b5f2f --- /dev/null +++ b/images/eebbea4c-c02c-4629-b02f-887714e3b757.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64177e5dc5def98a470475bf2210ad8ab3d7a7eed3fc9ba0aa6387b988fc801 +size 2315246 diff --git a/images/eec014f3-3206-4d1c-bb85-b5a5d5fe8430.jpg b/images/eec014f3-3206-4d1c-bb85-b5a5d5fe8430.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6e401bd0bab5beaa689673b1fe0f99d4af5a978 --- /dev/null +++ b/images/eec014f3-3206-4d1c-bb85-b5a5d5fe8430.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e358a8d3af2aaba57edacd837dc4763eb06669f076f9e3f8c489a4f12eba69 +size 1672697 diff --git a/images/eec29f14-3b2f-42d1-960f-702042a22a32.jpg b/images/eec29f14-3b2f-42d1-960f-702042a22a32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe038fb968e21c2bb750795b6f5eb400a0b380be --- /dev/null +++ b/images/eec29f14-3b2f-42d1-960f-702042a22a32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645ad8d40f23e9949302591b77c261264e49815a30ebb77a68d67a6211a2e5d2 +size 1940537 diff --git a/images/eec5f223-81b8-4b56-91b5-1b0d8db36737.jpg b/images/eec5f223-81b8-4b56-91b5-1b0d8db36737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d32c7d4ff1f02077001e04d02e42158d232b508a --- /dev/null +++ b/images/eec5f223-81b8-4b56-91b5-1b0d8db36737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3b9d2516b9de9b15667889e4333b44f130792c25bf2c06045745dad90276d7 +size 1664910 diff --git a/images/eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa.jpg b/images/eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b967231943ad430b6b974fddeeddea658ecddb33 --- /dev/null +++ b/images/eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8df7435da272944a6a89e709c6691dd74094a3e4e14967906ad6f9f32a4c62 +size 2334976 diff --git a/images/eed8b068-ecac-408a-9111-1194a7cdc73f.jpg b/images/eed8b068-ecac-408a-9111-1194a7cdc73f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1d9d3397db4fef43c2c08282ace7d7f5062d974 --- /dev/null +++ b/images/eed8b068-ecac-408a-9111-1194a7cdc73f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bbb6d4fe26c76a3337a53e12c478a2a171c549ad441fa34a7c7bc90e82c7f0 +size 1328489 diff --git a/images/eee4dce0-a85f-4820-b469-c88bc73b4c5f.jpg b/images/eee4dce0-a85f-4820-b469-c88bc73b4c5f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..193b37d0082db9c59cf28e4b3482775d7e2bea2c --- /dev/null +++ b/images/eee4dce0-a85f-4820-b469-c88bc73b4c5f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edab29c14e51af1a50c50edc78d68ba0b55ca3b3d2f7223b1bb700af8aa218a +size 1432369 diff --git a/images/eeead16e-b544-49b6-b7e2-ef189c6c25d0.jpg b/images/eeead16e-b544-49b6-b7e2-ef189c6c25d0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28ac77b53418fb41042e00722d65f7eb59532189 --- /dev/null +++ b/images/eeead16e-b544-49b6-b7e2-ef189c6c25d0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c08aa489b9e3de68a06b625b6059b4398260476c388cec0007b238769a8574a +size 2808171 diff --git a/images/eefdd188-03b3-4ec6-9d8b-91934be39076.jpg b/images/eefdd188-03b3-4ec6-9d8b-91934be39076.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffb62cafc3121235cfbb7cffc985c793e73b4f19 --- /dev/null +++ b/images/eefdd188-03b3-4ec6-9d8b-91934be39076.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5354b7970cdd0cb17881ddd749eeeff61f0a6604a8a51ee2c70572a37eaff88f +size 1750765 diff --git a/images/ef021f9f-f544-49d3-ae51-60a1eb6bbb58.jpg b/images/ef021f9f-f544-49d3-ae51-60a1eb6bbb58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c16652d0db8fc76ec9d07268e48cfac7f8e9ffb --- /dev/null +++ b/images/ef021f9f-f544-49d3-ae51-60a1eb6bbb58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8ad3d93c7bfe1995982ce11b86a0547ae8e92b83f259d2ece0d6baf9691e68 +size 2344161 diff --git a/images/ef0a9bc2-5b7f-4377-971a-8d5659653ebc.jpg b/images/ef0a9bc2-5b7f-4377-971a-8d5659653ebc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a16d6f5a112ac13490f7d6c476721ee4304a8adb --- /dev/null +++ b/images/ef0a9bc2-5b7f-4377-971a-8d5659653ebc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031e0747b547cb07640d11478c61d20a48d1b827f1586c7732ab50f0b6ce0d9b +size 1596375 diff --git a/images/ef161349-fcdc-45cb-a163-66a5f979f78c.jpg b/images/ef161349-fcdc-45cb-a163-66a5f979f78c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4997dc9fafe00b3d072098045e5049422ecd4f2 --- /dev/null +++ b/images/ef161349-fcdc-45cb-a163-66a5f979f78c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488252f5604f74a820efd36c2206cff13935eb3cf04898d545a7251920fb6727 +size 1674237 diff --git a/images/ef1b90d1-ea8f-4c78-96eb-5c0c0caed598.jpg b/images/ef1b90d1-ea8f-4c78-96eb-5c0c0caed598.jpg new file mode 100644 index 0000000000000000000000000000000000000000..368abac622c4d8be86abb2de43de9c69694c1fe0 --- /dev/null +++ b/images/ef1b90d1-ea8f-4c78-96eb-5c0c0caed598.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5acd0875d2a9e0f4ff860b3d97e995c1aea0069ae96f85890fafe834c88ea8 +size 2258915 diff --git a/images/ef1c08c1-1a88-4e68-aa18-be89f43ed7ce.jpg b/images/ef1c08c1-1a88-4e68-aa18-be89f43ed7ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4af9aebd0b8b2d09bcd91cbb70a2391da4607104 --- /dev/null +++ b/images/ef1c08c1-1a88-4e68-aa18-be89f43ed7ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47750fa4d5ef2e393ced725b1c5c569bf210a82eba7f5c46262381e33f183150 +size 1645839 diff --git a/images/ef20f9c2-9ab7-4af2-b912-66615793405f.jpg b/images/ef20f9c2-9ab7-4af2-b912-66615793405f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bdc02603e853f3d881ec2d63dff05e260eaa7a7 --- /dev/null +++ b/images/ef20f9c2-9ab7-4af2-b912-66615793405f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a617fc1fd1fdae457b9b2562d203fab104d7a7e0fad21923e6ebd43644556ea +size 2368122 diff --git a/images/ef250340-a7da-4a0c-bd6f-4d083476e802.jpg b/images/ef250340-a7da-4a0c-bd6f-4d083476e802.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a921ecda245573bc8109916f8ff2cbee2a53715c --- /dev/null +++ b/images/ef250340-a7da-4a0c-bd6f-4d083476e802.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236400e5a851eb118ab0478d113d1c10fff93edc62a45cf49c26127c86d98b62 +size 1864948 diff --git a/images/ef2a2bd4-738d-49dc-84c7-1b57938e31b6.jpg b/images/ef2a2bd4-738d-49dc-84c7-1b57938e31b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3081ebbcd0382d230818e4fe6afe2068b5abd22e --- /dev/null +++ b/images/ef2a2bd4-738d-49dc-84c7-1b57938e31b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571ae898e46f90bcb780bc518a3fc976fb41b4363883f3840afe19a8fe00ee93 +size 1352612 diff --git a/images/ef2e7d18-fced-4dee-9c34-e84199c7432f.jpg b/images/ef2e7d18-fced-4dee-9c34-e84199c7432f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d88a264b0a3dacfd9ba242e9b459a993ac335bb --- /dev/null +++ b/images/ef2e7d18-fced-4dee-9c34-e84199c7432f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f608cd2acc6f25ab126bcf72ff75e3995d9874a3c74212fc9be4c405c29e8e +size 1895983 diff --git a/images/ef3d5dec-fddc-485c-baf7-2d42904b471b.jpg b/images/ef3d5dec-fddc-485c-baf7-2d42904b471b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..382cf8f2aec250f75d1fb7c408dfe64c82c29392 --- /dev/null +++ b/images/ef3d5dec-fddc-485c-baf7-2d42904b471b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b65b8d4a1c2e5c735bdbe774eb079f4c296f2c127e3f9190ecfcd22ccfbc1af +size 1140922 diff --git a/images/ef492524-ba0d-4282-a838-cdf2c16ecefe.jpg b/images/ef492524-ba0d-4282-a838-cdf2c16ecefe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51f85b054bffb4e21596f9fc797dcc83af6cebf9 --- /dev/null +++ b/images/ef492524-ba0d-4282-a838-cdf2c16ecefe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cce64cdd474575950c7f2a36ccdf9bfe55c742a824dc8ccbeb1d43f2b96c191 +size 1420730 diff --git a/images/ef554ca9-81b3-440e-95c1-a9f08c6f84d5.jpg b/images/ef554ca9-81b3-440e-95c1-a9f08c6f84d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1132c6d8c3ec32f9882f4d3a38352ec9e8c3535 --- /dev/null +++ b/images/ef554ca9-81b3-440e-95c1-a9f08c6f84d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26e56936afd288d9631a4ff527747f4eeafad609dbbc2b511b07c8ae71bfcdd +size 2323941 diff --git a/images/ef577345-303d-4f03-935f-cce27d5a17fb.jpg b/images/ef577345-303d-4f03-935f-cce27d5a17fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c21196677d59be2e6e4c6a037f87566fa57853b7 --- /dev/null +++ b/images/ef577345-303d-4f03-935f-cce27d5a17fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87d1742c3cbe3843e0aa5f1c620009424ba1f5200954c29c25688e6a14eea71 +size 1330271 diff --git a/images/ef58f6bb-ac85-4477-ac49-668fb3791f8b.jpg b/images/ef58f6bb-ac85-4477-ac49-668fb3791f8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fc1f3cc617e2af59767c599ea56692012deec58 --- /dev/null +++ b/images/ef58f6bb-ac85-4477-ac49-668fb3791f8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e21422bd1d2671136cae5ba9f58f245a501e93466718816befc07f2bcbe93f1 +size 1768627 diff --git a/images/ef5d3987-ac8d-4e23-bb97-d8ef9ce96114.jpg b/images/ef5d3987-ac8d-4e23-bb97-d8ef9ce96114.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f12edfac15f230bb6f98e8d928e413dbda6d06b3 --- /dev/null +++ b/images/ef5d3987-ac8d-4e23-bb97-d8ef9ce96114.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef32b3093ff650d0b42b2e3deafa82bf695febd8fe620632d937624b7039781 +size 2877608 diff --git a/images/ef5dd84e-0051-42e5-96a9-2fcc56ca9d33.jpg b/images/ef5dd84e-0051-42e5-96a9-2fcc56ca9d33.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c49a25b26ed8a6ccb4b37564623368c8f084ce2 --- /dev/null +++ b/images/ef5dd84e-0051-42e5-96a9-2fcc56ca9d33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0639d3dde5d0198aa9f4204c574501af1bd8b5b110e0c9c23bed8f0ca5f21655 +size 2067341 diff --git a/images/ef5ed3cd-fb09-4297-b927-511ba675182d.jpg b/images/ef5ed3cd-fb09-4297-b927-511ba675182d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26360703c9d7bc1e292aedc930ba39bcf02567ac --- /dev/null +++ b/images/ef5ed3cd-fb09-4297-b927-511ba675182d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be845936b1486d6cc1bbe01d05a706b859345355a129799e62526060f828bfb1 +size 1796042 diff --git a/images/ef618db5-3aac-43e6-9ebb-ee05f43151b5.jpg b/images/ef618db5-3aac-43e6-9ebb-ee05f43151b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb72205b769b9b9d4dd3b1b8eaa989d6ac56e53f --- /dev/null +++ b/images/ef618db5-3aac-43e6-9ebb-ee05f43151b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca182ff69871f5f48a76a025f2dc77d9786154ff3d2b72d4eedfa85f28176768 +size 1560177 diff --git a/images/ef691945-45c7-4c88-a24d-75da38989b45.jpg b/images/ef691945-45c7-4c88-a24d-75da38989b45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c30047a5b05fb48e4c27a06519e012d7a37376d --- /dev/null +++ b/images/ef691945-45c7-4c88-a24d-75da38989b45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ae104f4354003c2d3e318c8d5d4b18687828697e05a9a21321ee79c84eefb2 +size 2562683 diff --git a/images/ef6eab82-6b6b-4942-aa1e-8c905ec5a85b.jpg b/images/ef6eab82-6b6b-4942-aa1e-8c905ec5a85b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8045a8f87959e7d21617e678d61e4c2d3a3177c --- /dev/null +++ b/images/ef6eab82-6b6b-4942-aa1e-8c905ec5a85b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e03e02cc63d16b5ac65abb1d42e4c63e7f0441593b3f7775066595be20e4eb +size 1369195 diff --git a/images/ef802ae5-a68c-43f5-81f8-02131a8e6e9d.jpg b/images/ef802ae5-a68c-43f5-81f8-02131a8e6e9d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..744d7cb3bd1324fb0d784e1774cbb77245fda08d --- /dev/null +++ b/images/ef802ae5-a68c-43f5-81f8-02131a8e6e9d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8426cac04c62b34e7d716d11f5e7e56eca4610efbafc774442985dfdd114b8f1 +size 1605121 diff --git a/images/ef89a9f8-3f7a-41f0-b538-06c698c29bbd.jpg b/images/ef89a9f8-3f7a-41f0-b538-06c698c29bbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a85a4bb90efc2cb84438512eee99ff9b97b6600 --- /dev/null +++ b/images/ef89a9f8-3f7a-41f0-b538-06c698c29bbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756bbb5601fd276547c13b6297734dd6cc32620b13335d4fd32a7c51f1144946 +size 1322148 diff --git a/images/ef996a30-d0e7-49bf-88d9-8d7d2dc25308.jpg b/images/ef996a30-d0e7-49bf-88d9-8d7d2dc25308.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44cd580b48a1ad99cbeb05ed34d3539137a8f493 --- /dev/null +++ b/images/ef996a30-d0e7-49bf-88d9-8d7d2dc25308.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeae175677658734d47418dc7d7beb0907f24be996c257885c59234927822bc5 +size 1368907 diff --git a/images/ef9a980f-6da0-4420-8307-9c607061c823.jpg b/images/ef9a980f-6da0-4420-8307-9c607061c823.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b3e214ac549d41a25b4c9240cf54e580a7526cb --- /dev/null +++ b/images/ef9a980f-6da0-4420-8307-9c607061c823.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa434084282c6836088b5ac74327e30f6568b9246a8b93a0c8ecb9da6a7fee20 +size 1837814 diff --git a/images/efa48b39-8b04-48d2-b3d6-be7d140e5688.jpg b/images/efa48b39-8b04-48d2-b3d6-be7d140e5688.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd84b6872ea942cce6a33c8184b4d75ad46d70e7 --- /dev/null +++ b/images/efa48b39-8b04-48d2-b3d6-be7d140e5688.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de26e5ac49e3b585ec41be2c1fd98018d99365b1bdf1216c032822db78cfff9 +size 2045892 diff --git a/images/efb266fc-c843-4710-b7c7-17d53139b390.jpg b/images/efb266fc-c843-4710-b7c7-17d53139b390.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e24a40aa1b01a17bcc1cee07d58301c52772c58 --- /dev/null +++ b/images/efb266fc-c843-4710-b7c7-17d53139b390.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75067bd969bfa1132ba10b9aa684a313d6e5af3834a2dae635161ae3457b3e93 +size 2581215 diff --git a/images/efb43431-9623-42cf-be1b-44619a8e3f17.jpg b/images/efb43431-9623-42cf-be1b-44619a8e3f17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f55074377ff656a70d5f6f24737288f1819f55fc --- /dev/null +++ b/images/efb43431-9623-42cf-be1b-44619a8e3f17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75150fa04e507e0784b56d4499f0f8affe72924e62f934138ea7e54813f0d4b1 +size 2676164 diff --git a/images/efb47e04-332e-4b14-8db9-7c9b0c17940b.jpg b/images/efb47e04-332e-4b14-8db9-7c9b0c17940b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e41bf82ad3a301187417669f1ac5dd1cad227dc --- /dev/null +++ b/images/efb47e04-332e-4b14-8db9-7c9b0c17940b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6603b9a71ebf33e87c82cc98c54891dbe9022df4659abd566b904acabcd8c +size 1580549 diff --git a/images/efbaa981-2161-4a37-aefd-fce2138b32ed.jpg b/images/efbaa981-2161-4a37-aefd-fce2138b32ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c4684b459b1cfd85a6e0471d5f4ba4ec3e74304 --- /dev/null +++ b/images/efbaa981-2161-4a37-aefd-fce2138b32ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e97f108c5685b3f58dbf6c0df2a8446160c6a1d93d5f9ac6f512130f547240 +size 1438815 diff --git a/images/efc983cd-c77a-4019-9a58-e09a3ea152e0.jpg b/images/efc983cd-c77a-4019-9a58-e09a3ea152e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae5d1bc3c7cd6c6464da24feea1e42fa8c576108 --- /dev/null +++ b/images/efc983cd-c77a-4019-9a58-e09a3ea152e0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3163283fd2de2d2cf8b5212990ca9da99a02926f5b21cad27f41855a7ba312 +size 1649644 diff --git a/images/efcaca3c-88ed-4d0a-aca2-3409a85af8d6.jpg b/images/efcaca3c-88ed-4d0a-aca2-3409a85af8d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1da4b5e3580fe59e71921165a05d160634a36e6 --- /dev/null +++ b/images/efcaca3c-88ed-4d0a-aca2-3409a85af8d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0b0bd7807251c5b7252c022781e7c25a3603a23ef43b81245b488f3a178b97 +size 1998447 diff --git a/images/efd9f43c-9f52-421c-8fa6-f82ee58006c6.jpg b/images/efd9f43c-9f52-421c-8fa6-f82ee58006c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..853bcf5c92ecbf328a58f84958ed4b04567897b8 --- /dev/null +++ b/images/efd9f43c-9f52-421c-8fa6-f82ee58006c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d187337a18d8697f3cd40f4ac7be0e759b2fba8b655df2c50bb807747bebeb +size 2838507 diff --git a/images/efe0afee-3075-4553-8709-3b5b1cf1588c.jpg b/images/efe0afee-3075-4553-8709-3b5b1cf1588c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7338bb76557307864eff69361a878d6bff18437b --- /dev/null +++ b/images/efe0afee-3075-4553-8709-3b5b1cf1588c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef7eb0712f5634f4d7ca1da528d02db865dbb8b2146bc60aa5a0e49ff59f093 +size 1524348 diff --git a/images/efe9595b-f9fb-4d8d-a168-c8d9aa412863.jpg b/images/efe9595b-f9fb-4d8d-a168-c8d9aa412863.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fdc4fe196798be3d8fd07a342701a9fd35b7933 --- /dev/null +++ b/images/efe9595b-f9fb-4d8d-a168-c8d9aa412863.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d68328e96cc6f4d3d2607bdbdb8550c48e2051691fbd75f087fdf15ff41983 +size 1232603 diff --git a/images/f000b5d8-abf4-492f-b211-c643b9744baa.jpg b/images/f000b5d8-abf4-492f-b211-c643b9744baa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e790a46648e19927506d8f09a9f94a42fc5c6236 --- /dev/null +++ b/images/f000b5d8-abf4-492f-b211-c643b9744baa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc217ba0950d4650b9ce4b990df9eadf7e984d2f0e4f52c490def180e1f94cb2 +size 1652733 diff --git a/images/f006b5a7-db9a-4fff-b396-d760c895c478.jpg b/images/f006b5a7-db9a-4fff-b396-d760c895c478.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4093e3511dac96742219ef872242452c4385bae5 --- /dev/null +++ b/images/f006b5a7-db9a-4fff-b396-d760c895c478.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bf7f7230019a865f8c39432a5a1c8cca28aecf01f764ef2bd0ba51e908679c +size 3546750 diff --git a/images/f008fe7a-3803-4fc2-b9e1-21a51d9cfb44.jpg b/images/f008fe7a-3803-4fc2-b9e1-21a51d9cfb44.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1505c22de30673a1f27d88ad81937ab8a950eaeb --- /dev/null +++ b/images/f008fe7a-3803-4fc2-b9e1-21a51d9cfb44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9bdde1eccd679f546a3c0ae24be1a35ffc5ea0bdd99bcd3822156629570494 +size 1100945 diff --git a/images/f0099565-b6f4-454c-9356-64aa82ac0039.jpg b/images/f0099565-b6f4-454c-9356-64aa82ac0039.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6545bfda00950b6361172f5bba953464723c323 --- /dev/null +++ b/images/f0099565-b6f4-454c-9356-64aa82ac0039.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ea56eddf76e0295541b2045f52e5ca45c1852e0e7bd8346b22f5c1737f7b70 +size 1689483 diff --git a/images/f0229e60-d1c3-404e-acb0-51355ae417d1.jpg b/images/f0229e60-d1c3-404e-acb0-51355ae417d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58fc421dbcbd9846e35eab523aba4c62f01e3006 --- /dev/null +++ b/images/f0229e60-d1c3-404e-acb0-51355ae417d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495c55d73a4e188072b23d077b8ddb6ecf40ac768fbdc8fe86f721e8d58fc0d3 +size 2199247 diff --git a/images/f029198d-b866-402d-98d6-e340be36600a.jpg b/images/f029198d-b866-402d-98d6-e340be36600a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a555d321f6f81b1e827913b39f68dae36e73fc1 --- /dev/null +++ b/images/f029198d-b866-402d-98d6-e340be36600a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c6c8a80f1dd84e2c919d994891086b991f40c4fc94e40524be46d32bd98724 +size 1906790 diff --git a/images/f02de5f0-7638-4b30-886d-6063c6837b52.jpg b/images/f02de5f0-7638-4b30-886d-6063c6837b52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4de53278b58f68fe6de9ad4b7f1fcf7a26c5e34 --- /dev/null +++ b/images/f02de5f0-7638-4b30-886d-6063c6837b52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f24ebd768e657fa14c22c69dafb3628eb9101e06d33e9196506f6abd32b016 +size 1132829 diff --git a/images/f02f1daf-928d-4502-9155-a7fb2e61f175.jpg b/images/f02f1daf-928d-4502-9155-a7fb2e61f175.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e739f1dd80abc69b3f9cf31d257cf13cdf649e26 --- /dev/null +++ b/images/f02f1daf-928d-4502-9155-a7fb2e61f175.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d239ebe5374cb306d77f600d3fb36bd0924a0967b27b7bbfc8394dadfbc8cf64 +size 1515689 diff --git a/images/f0301d04-1477-4230-aaa0-e2dc067adc34.jpg b/images/f0301d04-1477-4230-aaa0-e2dc067adc34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4795fe7eb839d87919c452dc3d58a678e2e8b82d --- /dev/null +++ b/images/f0301d04-1477-4230-aaa0-e2dc067adc34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701c14e2ae7e6471dfe478ce13d0bc242d832ebd4a8b807b8f10e44eb742ec16 +size 1300041 diff --git a/images/f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062.jpg b/images/f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062.jpg new file mode 100644 index 0000000000000000000000000000000000000000..647ecd0d8c076bc9602af4ba297b3c2067635427 --- /dev/null +++ b/images/f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9323036226f5d815a4ec44c862a1ba5047e61ba7909e092b60159573b6d5ce70 +size 2526055 diff --git a/images/f0494c8e-ed86-4fbc-b0fd-094ed68b81f8.jpg b/images/f0494c8e-ed86-4fbc-b0fd-094ed68b81f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c481f477dd98340485778ba179276316ecdf23f --- /dev/null +++ b/images/f0494c8e-ed86-4fbc-b0fd-094ed68b81f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045ac22e75677589273bfa036435f0a9f1dbccd7713a7de175417d0b11ca5481 +size 1427338 diff --git a/images/f059fd40-0ee2-4240-b18e-b72d827618a5.jpg b/images/f059fd40-0ee2-4240-b18e-b72d827618a5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c3d0cbb2ed85057ae9407432feb2d73ff63ab61 --- /dev/null +++ b/images/f059fd40-0ee2-4240-b18e-b72d827618a5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f671855fa77cd29ff4c39983013821ccd72fcb9889a58d1376f5cf82547ca9d1 +size 1636843 diff --git a/images/f05db84a-0042-4088-92bd-2203ef98b5bd.jpg b/images/f05db84a-0042-4088-92bd-2203ef98b5bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0260b629783dc7341a762c95d515782986f2c1c9 --- /dev/null +++ b/images/f05db84a-0042-4088-92bd-2203ef98b5bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f041fb3e6123cb3681d4a2bd58538ead0e09c9da6e0503163481eebc28eac664 +size 1604690 diff --git a/images/f067d6ff-c622-4b3b-97ed-7bd4c1f4da11.jpg b/images/f067d6ff-c622-4b3b-97ed-7bd4c1f4da11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..819b51b64217538818a541a98c15aa625f2640ed --- /dev/null +++ b/images/f067d6ff-c622-4b3b-97ed-7bd4c1f4da11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f4542bb733e317a677fb282cfe580e466327329516cedcf6c0f185e8236a11 +size 1524111 diff --git a/images/f06d126f-76c1-4b8e-8c5b-2142e98c5499.jpg b/images/f06d126f-76c1-4b8e-8c5b-2142e98c5499.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1125661bb9c13de1b5b6eccdf7111c96aa3c93fd --- /dev/null +++ b/images/f06d126f-76c1-4b8e-8c5b-2142e98c5499.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c16cc489d85b31f860df5765caaa17f709904c316146dd100dce1c63368b7a +size 1707174 diff --git a/images/f07a1e83-bf40-4c7d-aad9-19adf054c9e2.jpg b/images/f07a1e83-bf40-4c7d-aad9-19adf054c9e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80f4812765a9681e0de3c09d5165951abc70afb8 --- /dev/null +++ b/images/f07a1e83-bf40-4c7d-aad9-19adf054c9e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a0ae59014053fac94f6e30155866909377b5bde511038b48edbfba97c7889b +size 2585647 diff --git a/images/f08c82b6-643f-459d-a630-4d61d9492769.jpg b/images/f08c82b6-643f-459d-a630-4d61d9492769.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b9cff453d12ccfd2359fec0e5cad712893b6782 --- /dev/null +++ b/images/f08c82b6-643f-459d-a630-4d61d9492769.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae469b395bfae06224bc61f96dcb2fcb0aa7cf96be1413188b61dbb94d09f8bc +size 1233576 diff --git a/images/f090f998-544d-427d-8322-49c7c32e0760.jpg b/images/f090f998-544d-427d-8322-49c7c32e0760.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53835367ed333c20f32002934e2f306542cc11d0 --- /dev/null +++ b/images/f090f998-544d-427d-8322-49c7c32e0760.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db76a85e488c357ffafe80d11a64e4ea132aff584648b97d9d8ff01b097350a +size 1731633 diff --git a/images/f093a0e8-5d81-43ec-af0e-54460913e9f5.jpg b/images/f093a0e8-5d81-43ec-af0e-54460913e9f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..249b2a0926fe53b917f2de0395ee06b66ef74580 --- /dev/null +++ b/images/f093a0e8-5d81-43ec-af0e-54460913e9f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101a6dd7a79365adecd308b2a4e3e0f50361a5a162e35eacb2d53851f43d549e +size 1748955 diff --git a/images/f09aae2b-bb2c-422e-ac01-cea9b74d092c.jpg b/images/f09aae2b-bb2c-422e-ac01-cea9b74d092c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f2f731548f2cfcd50968e5e5e4833af281595a7 --- /dev/null +++ b/images/f09aae2b-bb2c-422e-ac01-cea9b74d092c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7769fb7cd5e1220dc94956803037da031aaca1ca72cff4a23e11c9e0ceac383d +size 1232582 diff --git a/images/f0a32488-d2c1-41ce-aa61-7e09dd4f147e.jpg b/images/f0a32488-d2c1-41ce-aa61-7e09dd4f147e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1674ea633572c1ca572a0a10b967754d15facab --- /dev/null +++ b/images/f0a32488-d2c1-41ce-aa61-7e09dd4f147e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0661424252d7d0a9719842b5dd932df25ef11b881bd6e9a4bfe40ded0fa01b7a +size 1701779 diff --git a/images/f0a92c0b-fe36-4d8c-92c6-c58a581aad46.jpg b/images/f0a92c0b-fe36-4d8c-92c6-c58a581aad46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fade231c8a94efb5acbb8ec21a0a9cd5c0fc03a1 --- /dev/null +++ b/images/f0a92c0b-fe36-4d8c-92c6-c58a581aad46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2a75bf18f4d96885f289813d7f58f5c0b45d3e910cf4bbc2534ebbad3ab626 +size 1686596 diff --git a/images/f0b3d4a9-c478-4071-8250-c9d9f1a4c32e.jpg b/images/f0b3d4a9-c478-4071-8250-c9d9f1a4c32e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9f1c06a16b3b52cdd32b88aa8fd21e200575e59 --- /dev/null +++ b/images/f0b3d4a9-c478-4071-8250-c9d9f1a4c32e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb20e69388a8ed28da1ee1e93c9b39eb438b40f318b6a202780f220cff0cec8 +size 1592370 diff --git a/images/f0b9feb6-f01c-4cc4-9599-e29eaf656ccf.jpg b/images/f0b9feb6-f01c-4cc4-9599-e29eaf656ccf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddf16d5331d9c3b381827160ebf8370ebf7efff1 --- /dev/null +++ b/images/f0b9feb6-f01c-4cc4-9599-e29eaf656ccf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1bf1f1baec080c2b868856a1e474610a6be19e8357f4117d51295645d22c99 +size 1877202 diff --git a/images/f0bf5c3a-08f2-4448-8624-b00ebb219138.jpg b/images/f0bf5c3a-08f2-4448-8624-b00ebb219138.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eccd12b562709838466df7bba7344029eee0de5a --- /dev/null +++ b/images/f0bf5c3a-08f2-4448-8624-b00ebb219138.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c24682d6cc7ff976d3ce11e5799b3aa76ed3ebb34fc9d9a948c8700dc38ff57 +size 2315172 diff --git a/images/f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1.jpg b/images/f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32d9190b1356eba4154b51c6e68bc94d673c10a3 --- /dev/null +++ b/images/f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde2134dd164808d88192fa2b443d7b177311c06ae38798e4f8e907dd6263b3c +size 1669661 diff --git a/images/f0ca12fb-1c38-4989-8b60-8459f0520089.jpg b/images/f0ca12fb-1c38-4989-8b60-8459f0520089.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c1a291eefa985e1bf415f14aa818f79c2f76e6f --- /dev/null +++ b/images/f0ca12fb-1c38-4989-8b60-8459f0520089.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc06315dd2d5c93e9144945620e86dc209f43e2334d7be50d3205c214ef92cb +size 1510619 diff --git a/images/f0cccc6a-1105-4efc-8fb4-cf199955e853.jpg b/images/f0cccc6a-1105-4efc-8fb4-cf199955e853.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbf9f0ace6feb735292d97f0f79622ab105f96fe --- /dev/null +++ b/images/f0cccc6a-1105-4efc-8fb4-cf199955e853.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2258b9857f0a06bf576009b7ed80e123ae09a5c4ff8b480d2611c42c474a6967 +size 2626779 diff --git a/images/f0ceabdd-e498-4458-b112-cee3ef8ba6e8.jpg b/images/f0ceabdd-e498-4458-b112-cee3ef8ba6e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72b138e38b365a96d2479e489ab5bc0329fa5d04 --- /dev/null +++ b/images/f0ceabdd-e498-4458-b112-cee3ef8ba6e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d38d49d6e031d7fabe0d98d7a4e1b5091637946e318ee95ef3b792bdc05a2d +size 1550581 diff --git a/images/f0d369fb-689b-49ff-9b8c-2487b6876d79.jpg b/images/f0d369fb-689b-49ff-9b8c-2487b6876d79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d07a28a766d9e33fb855f41d678a6dc5ef33f418 --- /dev/null +++ b/images/f0d369fb-689b-49ff-9b8c-2487b6876d79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fad66c1d082b2dcc2058096a8ead9ac7ca9b610a6ae26c46241b9bde0fafc0 +size 1493704 diff --git a/images/f0e67502-0e7c-47e7-a371-a9377656bdde.jpg b/images/f0e67502-0e7c-47e7-a371-a9377656bdde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..603f6c901a79e4c5b92e45b5c77b33cb52c86985 --- /dev/null +++ b/images/f0e67502-0e7c-47e7-a371-a9377656bdde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be39e09787f6d6092aa180ef13dc113d30360bada1b39c12417e12fa08d4377 +size 1621616 diff --git a/images/f0f17a33-a648-445a-95a3-a51a5a3eceea.jpg b/images/f0f17a33-a648-445a-95a3-a51a5a3eceea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6afc37e5c27189fbc99e0008e8d49533c6ebe0f --- /dev/null +++ b/images/f0f17a33-a648-445a-95a3-a51a5a3eceea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875288be452dfcc8f42b1d5ef42a51c2e7130329a3a41caadae4ed76e69dd28c +size 1724262 diff --git a/images/f100f7c6-f6c4-4a48-8b35-4c003fdb316f.jpg b/images/f100f7c6-f6c4-4a48-8b35-4c003fdb316f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac006ccd9862fb4813a79d0d330bbf1b9693b0ae --- /dev/null +++ b/images/f100f7c6-f6c4-4a48-8b35-4c003fdb316f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a709237148dd7fe83b64f591b31acf792800b52ed8c9902a7af78c889dec08e4 +size 1756131 diff --git a/images/f1127e9f-8ac3-4167-a6e7-33e967ab1e54.jpg b/images/f1127e9f-8ac3-4167-a6e7-33e967ab1e54.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a5ab6533845f408c9062cec2c337e0a10a064ec --- /dev/null +++ b/images/f1127e9f-8ac3-4167-a6e7-33e967ab1e54.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8829400e8a88c35e1accb842051147eb569645d7d2128db831a7d1117e2e1f +size 1670027 diff --git a/images/f1172080-c014-4e84-abf4-75ec96845b86.jpg b/images/f1172080-c014-4e84-abf4-75ec96845b86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33a27bc01b30d28ccea96893e27bf433ec428c9b --- /dev/null +++ b/images/f1172080-c014-4e84-abf4-75ec96845b86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe46bac48a606e05a6573ccac5ce9ce26d4ee604c988d3ddd0af19fba884e363 +size 1635949 diff --git a/images/f1245b0d-6a8e-445a-8df0-5ab43c10bf70.jpg b/images/f1245b0d-6a8e-445a-8df0-5ab43c10bf70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..740cc6516de252093e43a48c6faa92e9d8f30202 --- /dev/null +++ b/images/f1245b0d-6a8e-445a-8df0-5ab43c10bf70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855f90ee5e0fbe1712c27f03a392577c3084ca00dbea8e4e65b8c20439ed9f2c +size 1452823 diff --git a/images/f1277a6a-db8f-48d3-be71-94327ff3a2e5.jpg b/images/f1277a6a-db8f-48d3-be71-94327ff3a2e5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd1179a7ae945653eb714cc0d5ee3b3514ad2864 --- /dev/null +++ b/images/f1277a6a-db8f-48d3-be71-94327ff3a2e5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119f371653f16142bca7390a58b71ef40634e301e9b32488a24c5d1861f17830 +size 1258704 diff --git a/images/f135e361-d9ca-40c2-b875-e2048cb6eb3a.jpg b/images/f135e361-d9ca-40c2-b875-e2048cb6eb3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be356a253ef99c8cb8d8cd47e907911f4c551d23 --- /dev/null +++ b/images/f135e361-d9ca-40c2-b875-e2048cb6eb3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58467826fc030f26533767d3849e8e81e1505b3336e8bf522aa3eb24c73de772 +size 2863839 diff --git a/images/f13d6633-294a-4bc2-aa0a-a38f3ccf7803.jpg b/images/f13d6633-294a-4bc2-aa0a-a38f3ccf7803.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1785198e118b92cd53b4bcc0b9efeb196e08e04c --- /dev/null +++ b/images/f13d6633-294a-4bc2-aa0a-a38f3ccf7803.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64a8543ce719a2af5c230f73f00f61c3151e6132ef1b28e8996aa33e7dddfce +size 1714388 diff --git a/images/f14b1c4e-2bdc-408c-9963-8f2d5639ddbe.jpg b/images/f14b1c4e-2bdc-408c-9963-8f2d5639ddbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ce835600ec68757f39f597872abff8d384a013b --- /dev/null +++ b/images/f14b1c4e-2bdc-408c-9963-8f2d5639ddbe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb32054b7505740babe619e283f721de546f0c203bf78d896a14f673674e90fa +size 2333902 diff --git a/images/f15468b8-0e49-4f80-8aac-87a67d1a9847.jpg b/images/f15468b8-0e49-4f80-8aac-87a67d1a9847.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c6fb1b7ab0414bbe500cb6b74577b5ca203e4c3 --- /dev/null +++ b/images/f15468b8-0e49-4f80-8aac-87a67d1a9847.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91673867398ee57661b8c1038ed59640d5d669687ebd5889aa76c66c7dce30fc +size 1557545 diff --git a/images/f1552b85-81cd-48ee-a3a6-721ad4f837c6.jpg b/images/f1552b85-81cd-48ee-a3a6-721ad4f837c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05a10df2c8c296d9be462a407bd74e0df0086d9c --- /dev/null +++ b/images/f1552b85-81cd-48ee-a3a6-721ad4f837c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b222dad648109881dafdc24acaa30f151a91e35ed42f460214768a59bebdb8c +size 1298045 diff --git a/images/f15ede0b-937f-42b4-bf47-a13e1af18e87.jpg b/images/f15ede0b-937f-42b4-bf47-a13e1af18e87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6b170072f3f68823117552f29b4175547569df8 --- /dev/null +++ b/images/f15ede0b-937f-42b4-bf47-a13e1af18e87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4c38c3a3a56b6310d9370a47ec90e7100b0c83cd4e02bfe1e4dbe24c743dfd +size 1630943 diff --git a/images/f1691ec6-1385-4437-8ed7-286e54a7400b.jpg b/images/f1691ec6-1385-4437-8ed7-286e54a7400b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07df6d5b92c7407aed9389556178a6fd67a9cba2 --- /dev/null +++ b/images/f1691ec6-1385-4437-8ed7-286e54a7400b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84a1e008302b93b912fd4dfe307ecdfa79c23b70d1782c57538044e2a433b07 +size 1892646 diff --git a/images/f172fa6f-4b00-4821-a7c8-13a363c17f87.jpg b/images/f172fa6f-4b00-4821-a7c8-13a363c17f87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c15397c63e62f3a9e2c38e6748b754675a99e3 --- /dev/null +++ b/images/f172fa6f-4b00-4821-a7c8-13a363c17f87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338b402dc4e3cfa85e848f6c2565430042d75a706f8e07b47dc9432ad4c05059 +size 1181532 diff --git a/images/f17ed761-c899-4449-90ab-23f6d2000d3d.jpg b/images/f17ed761-c899-4449-90ab-23f6d2000d3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..123500d62ab9515ad94d6364d6308e36e3a1ebbf --- /dev/null +++ b/images/f17ed761-c899-4449-90ab-23f6d2000d3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ffac61199afa83844ea43c76962d189f248037d1d2a3b7c165a7306957a378 +size 1498112 diff --git a/images/f18e20d1-725a-4d20-8e8d-27c8a362db3e.jpg b/images/f18e20d1-725a-4d20-8e8d-27c8a362db3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a832253091ff07258d73d1b10e9fe6364e5d209 --- /dev/null +++ b/images/f18e20d1-725a-4d20-8e8d-27c8a362db3e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529e4f41b124bccffa176e85cd634d023c80ef1be201d6c66f33b0c920c29f92 +size 1221250 diff --git a/images/f1955feb-0da1-4854-827b-28b2632d0e92.jpg b/images/f1955feb-0da1-4854-827b-28b2632d0e92.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd6aa97d482dff69da308730cbfbda7cb28da7d5 --- /dev/null +++ b/images/f1955feb-0da1-4854-827b-28b2632d0e92.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b69f8467c08ad1de048b2198cbf79aa697e271d70781e2c8d6bc9d506358d08 +size 1937997 diff --git a/images/f1a021ff-9e6b-497c-baf5-9f77b35cc827.jpg b/images/f1a021ff-9e6b-497c-baf5-9f77b35cc827.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb36368a9c3527507799b1263b4953b32b54ff3c --- /dev/null +++ b/images/f1a021ff-9e6b-497c-baf5-9f77b35cc827.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb95d52ec89fb555062ccf66aa6aca2fad3aafd925367135e9854e2e6ecfb86 +size 1597316 diff --git a/images/f1b7bb28-78ef-4555-a3e7-0448de37a1f7.jpg b/images/f1b7bb28-78ef-4555-a3e7-0448de37a1f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04c0a738a248ff7b34fde4c282b3f367a0ee71ac --- /dev/null +++ b/images/f1b7bb28-78ef-4555-a3e7-0448de37a1f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99badfd7b7dc80b8fd39fbab7507e7b4437ace008e0f221538b8821606584e54 +size 1598365 diff --git a/images/f1bef7d0-01cc-4a6a-9fad-6059d04b0f17.jpg b/images/f1bef7d0-01cc-4a6a-9fad-6059d04b0f17.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794ab8dc159cf569d3686b1ab604379dc7f974f4 --- /dev/null +++ b/images/f1bef7d0-01cc-4a6a-9fad-6059d04b0f17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa0a74a59d8d820ab746127be6b9e42f49ff3d1bc6c80ea84a0240643795380 +size 2087503 diff --git a/images/f1cc8182-4391-420a-b014-7f9a557d78f1.jpg b/images/f1cc8182-4391-420a-b014-7f9a557d78f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6809d35cf3add00d54e921fac9b6c354fc69764 --- /dev/null +++ b/images/f1cc8182-4391-420a-b014-7f9a557d78f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6115ce82f84c866dac56bcc2487694cee0476594e41b98074c86618aa19d5120 +size 1744639 diff --git a/images/f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede.jpg b/images/f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c588b9619effc2a83ee51032ab3afceedb1d9fbb --- /dev/null +++ b/images/f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a6ea9d5073e839650dac0f0750be87e7d4bb492acf60ece93e47c1497a84a9 +size 1752095 diff --git a/images/f1df2d44-3da7-4b29-9684-75bcd420a07a.jpg b/images/f1df2d44-3da7-4b29-9684-75bcd420a07a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d293007ca8a70115a2a1ce327269285e2ad0a6 --- /dev/null +++ b/images/f1df2d44-3da7-4b29-9684-75bcd420a07a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ab7cf18aebde5c4c87c30d8c04da1f915124cb77449c8ea91676066f1b8fe5 +size 1712895 diff --git a/images/f1e86ec4-26fa-45bd-8c82-254d6e70e55e.jpg b/images/f1e86ec4-26fa-45bd-8c82-254d6e70e55e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25c25b1e6f6d298ed8ea67c7d30b226d71ba5523 --- /dev/null +++ b/images/f1e86ec4-26fa-45bd-8c82-254d6e70e55e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650048ac7d2582ae35ca7c3f7c9849f9f11ba4003bfac8315b7ef9f6ea41240a +size 1661402 diff --git a/images/f1ed4d91-8071-4770-994f-bd4a6ab0b8a0.jpg b/images/f1ed4d91-8071-4770-994f-bd4a6ab0b8a0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..909798b6291183dc19658fd644d0914290c3b944 --- /dev/null +++ b/images/f1ed4d91-8071-4770-994f-bd4a6ab0b8a0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89ebf48f72f705f23f5cc8566b9b9f4ed6a42fa54f6f9a800ba83808080c383 +size 1730431 diff --git a/images/f1fc034e-a47b-44e2-93f3-5f94fce3341a.jpg b/images/f1fc034e-a47b-44e2-93f3-5f94fce3341a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3de83f8a6479c0bec13ed7bada72828bbbc40701 --- /dev/null +++ b/images/f1fc034e-a47b-44e2-93f3-5f94fce3341a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f14dadfa544200a5cabd2c67b44cf4226da530bfdc38c130e17f00041a3401 +size 1761503 diff --git a/images/f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c.jpg b/images/f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6014cda844b8b6792e81fdaccfa2dc3279a19fc --- /dev/null +++ b/images/f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f295bee270ae04523b3a03b95afd18871bb171f5dab9c5090a5cfc367e333c5 +size 1601282 diff --git a/images/f20fdff5-dd96-487a-b0e9-fbaa4535e7e8.jpg b/images/f20fdff5-dd96-487a-b0e9-fbaa4535e7e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f13a49228e17524fea373a228c8ef5360ca31b5 --- /dev/null +++ b/images/f20fdff5-dd96-487a-b0e9-fbaa4535e7e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca91daf3ac55f7927186e2e410e4627f21b03e984880185b8a0373efbaad695 +size 1407636 diff --git a/images/f213a47b-dcb2-4718-9396-0e17e00f8135.jpg b/images/f213a47b-dcb2-4718-9396-0e17e00f8135.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f526e348173ad044fc440d6d8ab462f3842f5d44 --- /dev/null +++ b/images/f213a47b-dcb2-4718-9396-0e17e00f8135.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8f8eecc1c95b7d2c1e522a337e931364644bb2cc8439603f451ad36d556721 +size 1511569 diff --git a/images/f21d0530-3227-4d44-851e-0d08fe4c1f4b.jpg b/images/f21d0530-3227-4d44-851e-0d08fe4c1f4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e849f97e4dcb22beadc2f4b4accdccbbe787e7ae --- /dev/null +++ b/images/f21d0530-3227-4d44-851e-0d08fe4c1f4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2804e7e9b25a397946ae94662329c066fe81cae672194b49afadcc8f04ef9681 +size 1661542 diff --git a/images/f21e6402-48b5-4669-8463-62192c9ab3f6.jpg b/images/f21e6402-48b5-4669-8463-62192c9ab3f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87d5b34213b88e2bd21d5e26760d3dac710bb444 --- /dev/null +++ b/images/f21e6402-48b5-4669-8463-62192c9ab3f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06169fd1fd535959cf13455d894c7b6d5e37d9f8fb590a30408d868b18352a45 +size 1632510 diff --git a/images/f2203f86-2d5a-4467-a648-5393a8d4eee7.jpg b/images/f2203f86-2d5a-4467-a648-5393a8d4eee7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db56e23d06f97c3bc059c6d6a0e6745fb1fae812 --- /dev/null +++ b/images/f2203f86-2d5a-4467-a648-5393a8d4eee7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f11e9af11719fe2c07db70acac26a4efaeb62387a0209d25c07b5b132d7255 +size 1507753 diff --git a/images/f223b2cc-10e1-49e8-ba5f-b6a5ad046f45.jpg b/images/f223b2cc-10e1-49e8-ba5f-b6a5ad046f45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..223b6932bfe09a7e8224ccb636e7e8828a8c6d47 --- /dev/null +++ b/images/f223b2cc-10e1-49e8-ba5f-b6a5ad046f45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d980ee0d0596500cf323caaf05e95d5fd7519c65e914a19c16fbbe0b1bf1a6b5 +size 1412006 diff --git a/images/f22906f5-f5ce-4b52-94a0-769cf2060adf.jpg b/images/f22906f5-f5ce-4b52-94a0-769cf2060adf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44a0eb92543adbce15441eb08c48250977e55e5f --- /dev/null +++ b/images/f22906f5-f5ce-4b52-94a0-769cf2060adf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c0a31ccf9bef292db392036cfc227a9141da2d7bbb20bef0caf52ece26b659 +size 2499027 diff --git a/images/f22ae90f-8546-4014-8a80-56ff07f231ef.jpg b/images/f22ae90f-8546-4014-8a80-56ff07f231ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4accd1a58af256a5bb8bc74a6643e7c5508b1b1 --- /dev/null +++ b/images/f22ae90f-8546-4014-8a80-56ff07f231ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2318a177881d5f89858848fa54fd222617924a923d029dc54e7cc7d74ab581d3 +size 2847888 diff --git a/images/f23b0999-a41f-457c-bbd4-8c1397514481.jpg b/images/f23b0999-a41f-457c-bbd4-8c1397514481.jpg new file mode 100644 index 0000000000000000000000000000000000000000..130803cfd70a0706ac2e0ee2e51ff6d856636284 --- /dev/null +++ b/images/f23b0999-a41f-457c-bbd4-8c1397514481.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe7ecc7cfc07188130a2154dc0ccd7a1d2ed6b266c2357e7a9e030e2de44b9e +size 1654636 diff --git a/images/f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd.jpg b/images/f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d9b1f9d63204c04fb01f2b9e593f78ff9572eed --- /dev/null +++ b/images/f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12e560ab407bfede03c15f27c497085ecb14b4ab2fbbb9a72c98f3c38d172e4 +size 1558805 diff --git a/images/f24164a8-138e-44f8-8ce1-43a84400e3f6.jpg b/images/f24164a8-138e-44f8-8ce1-43a84400e3f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6c81caf35634c49f56813b17c2b35101cbd98da --- /dev/null +++ b/images/f24164a8-138e-44f8-8ce1-43a84400e3f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3f2efc4e96db0f585090c5e06c0fd6c8a3c8efc047036e3eb2ad52a0268f97 +size 1219581 diff --git a/images/f2438be1-f952-426a-a14a-2ae2afb6d3a7.jpg b/images/f2438be1-f952-426a-a14a-2ae2afb6d3a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5740e04f4b0e65b0406183fac844df80440bffa1 --- /dev/null +++ b/images/f2438be1-f952-426a-a14a-2ae2afb6d3a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a392cfe984bbbe87352c4ddbdb3939c08513a849becac731548904ed87a9c0 +size 2991214 diff --git a/images/f246a9da-5e15-4e17-a360-a74dfeed3cda.jpg b/images/f246a9da-5e15-4e17-a360-a74dfeed3cda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32186226fe3b707347dadc74d8867142d55d9908 --- /dev/null +++ b/images/f246a9da-5e15-4e17-a360-a74dfeed3cda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10b0e9440cfe5d76d2565e2bae3a2f2f5f48bcabb3379f1b43d9a38f58783bf +size 1630505 diff --git a/images/f246f135-deb8-4e7f-9311-6519948c7556.jpg b/images/f246f135-deb8-4e7f-9311-6519948c7556.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e16b5591f0f700b0461391a5e96f9c8f88b637 --- /dev/null +++ b/images/f246f135-deb8-4e7f-9311-6519948c7556.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477e0a21e90b2c6856508cf0ad9d60b6f93d5163ed90407ae799452b26345ae1 +size 1075258 diff --git a/images/f249aa10-b8ed-4c2e-b63a-dc94abc5e253.jpg b/images/f249aa10-b8ed-4c2e-b63a-dc94abc5e253.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c793fae389490fa851adfbb35e4d57975b00dde9 --- /dev/null +++ b/images/f249aa10-b8ed-4c2e-b63a-dc94abc5e253.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d2afc5d270b52fb41f9b271cbdf06bf28991a717f244f715d968da93888c2a +size 2897505 diff --git a/images/f249ee3a-7f50-4cde-9064-85f83d8f249b.jpg b/images/f249ee3a-7f50-4cde-9064-85f83d8f249b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..490e9d827e6b2e9df09590ce9199b2659226e481 --- /dev/null +++ b/images/f249ee3a-7f50-4cde-9064-85f83d8f249b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977aac35b6d7a46b3252b2cf5ca8c6e39a43fe0524ee81e2f91baa151ee8aab4 +size 2245560 diff --git a/images/f24d40c9-991a-4aaf-96d3-b4b57ac88ffd.jpg b/images/f24d40c9-991a-4aaf-96d3-b4b57ac88ffd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c1b766ffb9d57859d1ac5da7c29fd2bd4f06e57 --- /dev/null +++ b/images/f24d40c9-991a-4aaf-96d3-b4b57ac88ffd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026bf09817c7ca236426f8b873835bd861def9f6ff50640547480784cbe40d4a +size 1180205 diff --git a/images/f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9.jpg b/images/f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a95317ea0069c326ae5e3e544aec20b45f017b3 --- /dev/null +++ b/images/f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259550d04196e0bfb4f196da3fe253e864a0bb56c600e47eaef44f176acddc30 +size 2480439 diff --git a/images/f276d870-88ce-410c-841d-450ba0294ef1.jpg b/images/f276d870-88ce-410c-841d-450ba0294ef1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f7d2b5259c02a74748902ee313880edda3e32f2 --- /dev/null +++ b/images/f276d870-88ce-410c-841d-450ba0294ef1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6189300e6be230e7bcbfb9b645f0109433ec80b4394979a4e0c1a75744bc7b3b +size 1414622 diff --git a/images/f2783fa7-47bc-4b2d-8e9b-685f432ca211.jpg b/images/f2783fa7-47bc-4b2d-8e9b-685f432ca211.jpg new file mode 100644 index 0000000000000000000000000000000000000000..722257ac9c97efb88c3da3f3bb10306479ec4bb9 --- /dev/null +++ b/images/f2783fa7-47bc-4b2d-8e9b-685f432ca211.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c908de6983fa1aa4d70a27180032f51dbccaddad6bee0bc98c4e498e180dbbb +size 1979574 diff --git a/images/f27c4a85-4b60-4640-bee6-6170a31c9071.jpg b/images/f27c4a85-4b60-4640-bee6-6170a31c9071.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edb0fbae31e09b8104c6a2c295d691e98274faf5 --- /dev/null +++ b/images/f27c4a85-4b60-4640-bee6-6170a31c9071.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4bbf93865976c9b083ef6642fd0083ab199f708d38644f5fef888bc57a403e +size 1659787 diff --git a/images/f280edf9-e31b-4c11-b781-de741076889d.jpg b/images/f280edf9-e31b-4c11-b781-de741076889d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1c8c5cdc9f9279256e5095aba4fa917c2c475c0 --- /dev/null +++ b/images/f280edf9-e31b-4c11-b781-de741076889d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0730a5e95665ac8a32f44500e993c493bf3df2a37490523e283e05cfb9b103ed +size 1972791 diff --git a/images/f28c25c2-e720-4905-91a9-730ec2963d9f.jpg b/images/f28c25c2-e720-4905-91a9-730ec2963d9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bda41306d663b27f57f3aae6a96adb7d8758ecb --- /dev/null +++ b/images/f28c25c2-e720-4905-91a9-730ec2963d9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b513a453f6613f70944d21fa4634d808a30464222d6c19c623f5ba4dc0adde25 +size 1822257 diff --git a/images/f291a5d4-e289-4f4e-a8c5-dbebad18df86.jpg b/images/f291a5d4-e289-4f4e-a8c5-dbebad18df86.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c7d85e0d7987dea7267413dc192dd92e236b22b --- /dev/null +++ b/images/f291a5d4-e289-4f4e-a8c5-dbebad18df86.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e299525e749f014ec8db2f33f0265f9e0b30340fcba27e8717cc4cb0b1be55 +size 1759846 diff --git a/images/f29431f6-92c7-46d9-840f-f203a0c318df.jpg b/images/f29431f6-92c7-46d9-840f-f203a0c318df.jpg new file mode 100644 index 0000000000000000000000000000000000000000..034bde9c8033a1e2ad6ad6364f68b80021e93f3e --- /dev/null +++ b/images/f29431f6-92c7-46d9-840f-f203a0c318df.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37064ecd3d46a1d858add47a9b74d0b6b6b71f6dcdd582d5fce53da207fe9789 +size 2168022 diff --git a/images/f295f052-288c-4257-8b2b-fb99ca71fc7f.jpg b/images/f295f052-288c-4257-8b2b-fb99ca71fc7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d896ff7dc2684d27bd0e00e4cdeeadbb7180630 --- /dev/null +++ b/images/f295f052-288c-4257-8b2b-fb99ca71fc7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba31f11e48b0dde3a53594a0ad711502e03b027f6c0a8b89c5296cff49d07c0 +size 1271789 diff --git a/images/f29ba791-a094-4f16-99fe-88175bb709be.jpg b/images/f29ba791-a094-4f16-99fe-88175bb709be.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a7ac22e44bebb1081767f2ae16006bb9af35973 --- /dev/null +++ b/images/f29ba791-a094-4f16-99fe-88175bb709be.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4243d11c4fcb6b6b2dfe6717b12bb2f2610c4615952c4566740f02f948806bc +size 1417097 diff --git a/images/f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a.jpg b/images/f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56e36cb40169e03b1c7c95f8afb193f906335f8d --- /dev/null +++ b/images/f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ffa266a41d1985862e49bc02f1147ebcf085d1baeb571ba379a2496d6b7678 +size 1560534 diff --git a/images/f2c2b33a-6b77-4d71-a58f-c81d92ca1b20.jpg b/images/f2c2b33a-6b77-4d71-a58f-c81d92ca1b20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78c5ffe68834e86ae461663f9059638991005d85 --- /dev/null +++ b/images/f2c2b33a-6b77-4d71-a58f-c81d92ca1b20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee1a5dcedaf7e2448da5c3a00a796a1859f2bdff27fc5c6b34984fbf8f615dc +size 1747974 diff --git a/images/f2c4e1f0-d9a2-4705-8410-86352d69b89d.jpg b/images/f2c4e1f0-d9a2-4705-8410-86352d69b89d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39b4d912ffbafbb3b6da7179a346793677e51acd --- /dev/null +++ b/images/f2c4e1f0-d9a2-4705-8410-86352d69b89d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a54efa0a74384f379aa6c5e64ba68f78707f24fd51fd433d7ab3b2ebe8e3a3 +size 3435685 diff --git a/images/f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f.jpg b/images/f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3aa98e0f014ec86a2b6d596da8accd36b5a5a01 --- /dev/null +++ b/images/f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be38994046b3b8ce9fa5feae345f93baf379ac7810728752d94f9c759a98fec +size 1351510 diff --git a/images/f2f287eb-a763-4590-9ddb-7fe14655da51.jpg b/images/f2f287eb-a763-4590-9ddb-7fe14655da51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0632bde75f2c6b23ef8d8d5b012708f39efba7e --- /dev/null +++ b/images/f2f287eb-a763-4590-9ddb-7fe14655da51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bff2b18b52bbb0260dd3dd1b4ea3769767cf496ff07e960960d076aa7048b6 +size 1492403 diff --git a/images/f2f7400c-c4da-4df7-a16b-4defa579b261.jpg b/images/f2f7400c-c4da-4df7-a16b-4defa579b261.jpg new file mode 100644 index 0000000000000000000000000000000000000000..debcb53c709c2079b67ae046794b5fc32254f9dd --- /dev/null +++ b/images/f2f7400c-c4da-4df7-a16b-4defa579b261.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6d26249265460371ec9019ffce4a94896c97f2fd1cf0c89af6c682abfe596e +size 1928950 diff --git a/images/f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff.jpg b/images/f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c023fe6319e000da30140788b36c1f924723fd7 --- /dev/null +++ b/images/f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43620606db23371a280b3a801a162a12ae54e521375d142b94bc46490cc33800 +size 1712760 diff --git a/images/f305657e-44cc-4eab-9342-40b5f95ff1c6.jpg b/images/f305657e-44cc-4eab-9342-40b5f95ff1c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d25148956a0b10732cb576de51b20667dec8ae0 --- /dev/null +++ b/images/f305657e-44cc-4eab-9342-40b5f95ff1c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8375fc7e022936a52d7e7b80137ba25275a7ce7119b943c38a0773163a3a88e +size 1845098 diff --git a/images/f310beb2-e1eb-438e-aeb9-23bbc23dc21b.jpg b/images/f310beb2-e1eb-438e-aeb9-23bbc23dc21b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29376aa8d2aaf8ce1e86e1a3341c7e5cbb97ab4f --- /dev/null +++ b/images/f310beb2-e1eb-438e-aeb9-23bbc23dc21b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dd2c56d07ff158e8a42c98387d011ffc8c0641371e847c47d92adde1f1dce4 +size 1167077 diff --git a/images/f31b85e8-b9b0-4311-a4b3-cea8919dc033.jpg b/images/f31b85e8-b9b0-4311-a4b3-cea8919dc033.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e6c6f589d1ede37b5694b146c5778795ca2d449 --- /dev/null +++ b/images/f31b85e8-b9b0-4311-a4b3-cea8919dc033.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e2ba521ff39cc7f0767d4746bc7924fa716260effedaad2782e04ed39bd4ea +size 1657334 diff --git a/images/f3296bc8-c7bb-4701-8666-e94c86b2b393.jpg b/images/f3296bc8-c7bb-4701-8666-e94c86b2b393.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcf5635a5a5848254e4c761488e516d571a0c834 --- /dev/null +++ b/images/f3296bc8-c7bb-4701-8666-e94c86b2b393.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf5efd993295405fce3554a0e2e2e7c3ed2653814d0546d22957fc528564d1d +size 573232 diff --git a/images/f32b0103-7a81-4182-983d-ff1272b41241.jpg b/images/f32b0103-7a81-4182-983d-ff1272b41241.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cb51d5cfd7f5fe25e53ffd771d057945bb4ea86 --- /dev/null +++ b/images/f32b0103-7a81-4182-983d-ff1272b41241.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9979cb8806e99f09dba2451a19aebdd3aede887b182f1e3c9948dbed5ded3f3 +size 1508964 diff --git a/images/f32cba64-bcaf-4561-bab6-a153bc2dd75f.jpg b/images/f32cba64-bcaf-4561-bab6-a153bc2dd75f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec949b01ebc65a0d678a22807d21d6c2f935a5a7 --- /dev/null +++ b/images/f32cba64-bcaf-4561-bab6-a153bc2dd75f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0b58471e3c06c3cffa952a3141cf1e27d9c57aef06f612720ccf9294da4af4 +size 1687254 diff --git a/images/f334f0d4-71df-4e04-bb5a-038bdf6278a2.jpg b/images/f334f0d4-71df-4e04-bb5a-038bdf6278a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f354461753ef2c67fbf6034a16777b8ab5fadc84 --- /dev/null +++ b/images/f334f0d4-71df-4e04-bb5a-038bdf6278a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e5f1b7786c6b03183d76586c1b9c51bfb387ddf98d49c020976573d9cfdc84 +size 1746083 diff --git a/images/f33a8005-5935-4143-b306-17d90baa1a1c.jpg b/images/f33a8005-5935-4143-b306-17d90baa1a1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc1b584b4024fd2bee14117eb75636ed86cedd6f --- /dev/null +++ b/images/f33a8005-5935-4143-b306-17d90baa1a1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e88dc0766d4f2edafd68a9ea3bd166f660fa8b2c2fdc02582de9fe488a3c64 +size 2170260 diff --git a/images/f33e77f8-79a0-4074-aa54-c22a253222d2.jpg b/images/f33e77f8-79a0-4074-aa54-c22a253222d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2acad36003c8dbd1a3e7062cc2ad98778fb83ef8 --- /dev/null +++ b/images/f33e77f8-79a0-4074-aa54-c22a253222d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408f1db7203c654647c9daff8a27801fe6abd010bc794311e60e33f0f1ca8233 +size 1607893 diff --git a/images/f34ab14c-d15a-4714-9f16-9a88b9e6359b.jpg b/images/f34ab14c-d15a-4714-9f16-9a88b9e6359b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc806cf68610bd436819359069d382da7c3db69c --- /dev/null +++ b/images/f34ab14c-d15a-4714-9f16-9a88b9e6359b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dceb611e4bf04fc8b437c98a9eb705ca4b057b6f3f4268b1aaa9cb3767a268b +size 1539406 diff --git a/images/f34dc91c-f077-4ead-9db3-03c3c5d45763.jpg b/images/f34dc91c-f077-4ead-9db3-03c3c5d45763.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6edfa6bbce9c015bc3baae3cd2c4d159b1f38f0 --- /dev/null +++ b/images/f34dc91c-f077-4ead-9db3-03c3c5d45763.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38efe3840acfc68087ee12253a17a36dabafc23423ee7bef9e70718c4a9a33cb +size 2270456 diff --git a/images/f34e302f-620d-4a32-a5f2-e7c40b86bcf5.jpg b/images/f34e302f-620d-4a32-a5f2-e7c40b86bcf5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7acd1df1bd1773921156d256fbbdb964a36d4327 --- /dev/null +++ b/images/f34e302f-620d-4a32-a5f2-e7c40b86bcf5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9870cbc5ba5742164d7dde80c36d3e055049e6e38e4c45c1595abffdfca4b544 +size 2408289 diff --git a/images/f354e75c-604d-4675-9e89-67aba196b71a.jpg b/images/f354e75c-604d-4675-9e89-67aba196b71a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9807727e1b071665f1da3a4fd937d6fd65749c5f --- /dev/null +++ b/images/f354e75c-604d-4675-9e89-67aba196b71a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8191075d39dfdb6893dd571c32bec5a0e0593ae6e4912b8f1514ccbb59e7021c +size 1561407 diff --git a/images/f356c5fb-922f-4870-9d42-d865d35065fb.jpg b/images/f356c5fb-922f-4870-9d42-d865d35065fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7d13fe58cce6d56a5ca87167b5caa187883d894 --- /dev/null +++ b/images/f356c5fb-922f-4870-9d42-d865d35065fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9742be7cf7189558c68eb1214f7861a727c78466f26837c194176afae7a2ba40 +size 1628694 diff --git a/images/f3612c73-c331-4d76-a8fb-59c3a7cbd0c9.jpg b/images/f3612c73-c331-4d76-a8fb-59c3a7cbd0c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6987abce112e853881458791ecb29dfb20eabb3e --- /dev/null +++ b/images/f3612c73-c331-4d76-a8fb-59c3a7cbd0c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adec04714a0b47b93615027339aaef1d9d25f24f0e1193c9cdb34ddb74ddc97 +size 2223732 diff --git a/images/f3658a91-4742-4466-bd6a-ecce8f24f13a.jpg b/images/f3658a91-4742-4466-bd6a-ecce8f24f13a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffa50da7aed3693ad7ee869be126f0e72c6f60b8 --- /dev/null +++ b/images/f3658a91-4742-4466-bd6a-ecce8f24f13a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8416cba5cb3c45eb3d714bd56c14d7fc6acef54bd27a6d13540e3c6cc5cdc41b +size 1632463 diff --git a/images/f37e04ac-b0ef-40fd-93b8-b9747b230bce.jpg b/images/f37e04ac-b0ef-40fd-93b8-b9747b230bce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..991d77ab353264eae43c6380f67ad213785e0823 --- /dev/null +++ b/images/f37e04ac-b0ef-40fd-93b8-b9747b230bce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ceca228a69f575d3840e85bceb0ea21442e2471d26e64dab516194108e781e +size 1347178 diff --git a/images/f38a5a83-7861-4730-ab77-edbe24acf39b.jpg b/images/f38a5a83-7861-4730-ab77-edbe24acf39b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e6d7a7245e7056fd338cad3cf6fd0d0748fc14f --- /dev/null +++ b/images/f38a5a83-7861-4730-ab77-edbe24acf39b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c3a38c6527ff33bbc66c1647d1d45100005323f5a58f7ea6bd8b457bee42db +size 1699998 diff --git a/images/f38d25f8-8938-4067-8cc0-d60849b8bdf5.jpg b/images/f38d25f8-8938-4067-8cc0-d60849b8bdf5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca461a37322e015d28b261d61a78277a2f48db40 --- /dev/null +++ b/images/f38d25f8-8938-4067-8cc0-d60849b8bdf5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e95584e3b888d28ac96118edacf7f312d08b732c6d01dab89e499621cde3ce8 +size 3217841 diff --git a/images/f38fb980-098d-4829-8bd1-dfab019ff0d4.jpg b/images/f38fb980-098d-4829-8bd1-dfab019ff0d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fea97b9ec5bd992b8764709a37b639232d8ec74 --- /dev/null +++ b/images/f38fb980-098d-4829-8bd1-dfab019ff0d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050438e85b5f1506880f18b866d0a15ae21126f1c72739842ed87782f7d01f29 +size 1290350 diff --git a/images/f39357c8-e889-4d0d-be74-3f5301f76b3a.jpg b/images/f39357c8-e889-4d0d-be74-3f5301f76b3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7da21b327a53d35ec74c615083c6cd8c52f3dd32 --- /dev/null +++ b/images/f39357c8-e889-4d0d-be74-3f5301f76b3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef5b40d0fe773297a776e91fbd6dfddf530fde038ea047301e8e6c441200dc4 +size 1424875 diff --git a/images/f39432cf-91d8-4f39-9ea4-449a0f1e72c9.jpg b/images/f39432cf-91d8-4f39-9ea4-449a0f1e72c9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b6c79ffcdfcb6c87a69608aecb584a735bda52d --- /dev/null +++ b/images/f39432cf-91d8-4f39-9ea4-449a0f1e72c9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d766f4baba8b03df575f03b971cedccb4226ae3a38433d073bd88333ed1cae2c +size 1575414 diff --git a/images/f3a41b5c-b502-4893-9911-0e232aea9bda.jpg b/images/f3a41b5c-b502-4893-9911-0e232aea9bda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6057288a57ab8709f018b5dcf54a533586b1231 --- /dev/null +++ b/images/f3a41b5c-b502-4893-9911-0e232aea9bda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63add883e4778b777cff67928fb237920ed6e008c9951c56a187aaeffe34afa +size 1495211 diff --git a/images/f3b04c3f-46ed-43bd-85b4-5df9587477dd.jpg b/images/f3b04c3f-46ed-43bd-85b4-5df9587477dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43c3185bcd042bafc9b2f8bcdd74ed7b16c997fa --- /dev/null +++ b/images/f3b04c3f-46ed-43bd-85b4-5df9587477dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac13a3cdfb9161c4bf2cdec0817b69eb44c84dcb811b65a6516793a65d258fd3 +size 2258390 diff --git a/images/f3b0714e-4f52-4e24-8368-21be471f583c.jpg b/images/f3b0714e-4f52-4e24-8368-21be471f583c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c922fd70e228f5c37adc7b05671079597371e32 --- /dev/null +++ b/images/f3b0714e-4f52-4e24-8368-21be471f583c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b538c5e00b08ac30bfc63c2c0f5b9954a4de4355afd226c6548814cccfe22be6 +size 1794664 diff --git a/images/f3b16d6a-d211-4d9c-8816-1248c9abc2f2.jpg b/images/f3b16d6a-d211-4d9c-8816-1248c9abc2f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bac2b9107841d5ac9d40f2affca6d06cf226cd0a --- /dev/null +++ b/images/f3b16d6a-d211-4d9c-8816-1248c9abc2f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de1f4c47fdc801b5c8ee54c5b59ae237c517d17dc373719a45af8dc96729145 +size 1706875 diff --git a/images/f3b82636-56cc-41a3-8793-090d10501e2e.jpg b/images/f3b82636-56cc-41a3-8793-090d10501e2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f02f5983a4200be513a214b13c69412887ad57e9 --- /dev/null +++ b/images/f3b82636-56cc-41a3-8793-090d10501e2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bad2fe648a6824802dbd62f95857035c9cbc8ed14ffb8fde4d2a31d3319d12 +size 1766316 diff --git a/images/f3d2f002-ff8b-4f03-92f0-6469d65d9ece.jpg b/images/f3d2f002-ff8b-4f03-92f0-6469d65d9ece.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3db05e2658d9dc902ca09346c580281c17efee2d --- /dev/null +++ b/images/f3d2f002-ff8b-4f03-92f0-6469d65d9ece.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cff7fce758da92f14aa96d641b779fffc11285d743efa1767fac5b8e2c72cb4 +size 1437442 diff --git a/images/f3d92fa6-9041-4d2d-8f00-d537d05043cf.jpg b/images/f3d92fa6-9041-4d2d-8f00-d537d05043cf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6416c8e45242ee73b2d6c0c9fa88c5fd264d86ce --- /dev/null +++ b/images/f3d92fa6-9041-4d2d-8f00-d537d05043cf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef7c9f75aa9d9a525141398b64c118b12156ea7c6a994c1584a988473507e69 +size 1384783 diff --git a/images/f3dfea94-e353-446e-b33e-8931fd939826.jpg b/images/f3dfea94-e353-446e-b33e-8931fd939826.jpg new file mode 100644 index 0000000000000000000000000000000000000000..138b2ca3e309f2e769ab6b0059489594019072c5 --- /dev/null +++ b/images/f3dfea94-e353-446e-b33e-8931fd939826.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925bcd6a188a861d98c8fb0f1dfab783d5fb4b9a714670d567bffcb0924921bf +size 1039718 diff --git a/images/f3e083c9-e229-4de9-8cef-e2a3cdafcf39.jpg b/images/f3e083c9-e229-4de9-8cef-e2a3cdafcf39.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe4cdfb31ee119e7826bf42fdde1de8e2ae5c2eb --- /dev/null +++ b/images/f3e083c9-e229-4de9-8cef-e2a3cdafcf39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2265b2b1423bc62fc39a7bf8b99d6ebc658403853b366d8470b7ed8cac257a99 +size 2136074 diff --git a/images/f3fd9d40-0dc6-4e37-8606-c5132fbe051f.jpg b/images/f3fd9d40-0dc6-4e37-8606-c5132fbe051f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f49d3d62415eab4831466da036076c2aa8522caa --- /dev/null +++ b/images/f3fd9d40-0dc6-4e37-8606-c5132fbe051f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35ef901f8465785c33408df5ee8c163efe89bbca0373ef7e4418b1392d74322 +size 1551768 diff --git a/images/f40a1ab4-1cf6-4fbb-89a3-20f929c1f308.jpg b/images/f40a1ab4-1cf6-4fbb-89a3-20f929c1f308.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18b4386b424111da3462ea462d149617349f4200 --- /dev/null +++ b/images/f40a1ab4-1cf6-4fbb-89a3-20f929c1f308.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40ea11a179df37d5e9dcb8b6fbef87dc55963a92b51364e6c0546528b46faac +size 1361022 diff --git a/images/f410699f-a193-44b5-8ca4-15d047518254.jpg b/images/f410699f-a193-44b5-8ca4-15d047518254.jpg new file mode 100644 index 0000000000000000000000000000000000000000..715a743bd08673cdc96e2feaa1324c2fda148832 --- /dev/null +++ b/images/f410699f-a193-44b5-8ca4-15d047518254.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8e0701dfb8e319a8afc3b7def6d7a301e90b8ac2bbf2d87d932b13e606fb06 +size 1645532 diff --git a/images/f416d2c9-d881-4777-990a-0b511cbad14e.jpg b/images/f416d2c9-d881-4777-990a-0b511cbad14e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cd53d602035c9c421d04f794d17f3577fbf45da --- /dev/null +++ b/images/f416d2c9-d881-4777-990a-0b511cbad14e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e4deadc29ad34462ec00af7053adc30cad9f97280e570c5f5627f0afb363c3 +size 1448653 diff --git a/images/f42081ac-910b-4983-b443-702eda0a992a.jpg b/images/f42081ac-910b-4983-b443-702eda0a992a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a459e799b2646c1650628c43e0380186abd49ba --- /dev/null +++ b/images/f42081ac-910b-4983-b443-702eda0a992a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa906fdabd7141af6ada229526efabe09adf59ceb402e1a4ebc5a6d314c1a33 +size 1582761 diff --git a/images/f4213674-8ed3-4f60-a78c-95bf462e85fd.jpg b/images/f4213674-8ed3-4f60-a78c-95bf462e85fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..877a9f34fa45f391f7fbd2d4b08788d85122d2e9 --- /dev/null +++ b/images/f4213674-8ed3-4f60-a78c-95bf462e85fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae921bbeddded46299de4abcaaa904c89e0ea31bcce4f9f69537887d0a963a5 +size 1582902 diff --git a/images/f42df76f-746e-4a19-8804-543100f54a98.jpg b/images/f42df76f-746e-4a19-8804-543100f54a98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60a77f1abc4534af29656c37349b909cf8cfafde --- /dev/null +++ b/images/f42df76f-746e-4a19-8804-543100f54a98.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd2a68551905c20b609b9dc4ef4a6a22f0fe0607f44f30b0e31d8b236df85e5 +size 1849399 diff --git a/images/f4320a43-8bac-4abb-b477-af622845d6fb.jpg b/images/f4320a43-8bac-4abb-b477-af622845d6fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59a7be8bec5281987fb8aa28026b2803f10c8a79 --- /dev/null +++ b/images/f4320a43-8bac-4abb-b477-af622845d6fb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab905cb205a477aeb6ac3ff561b9d701141bc11a4560751e1c87760431d437c5 +size 1704725 diff --git a/images/f437d2c5-963a-4f7c-a77c-4a4220a10941.jpg b/images/f437d2c5-963a-4f7c-a77c-4a4220a10941.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b017a74b1d5ce45d5590cb0853e8f28e63b3fd9 --- /dev/null +++ b/images/f437d2c5-963a-4f7c-a77c-4a4220a10941.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cb05c1d50b979e687c0088d03f3c520d0924f84f173eea21b00d68cd92e4bf +size 1448568 diff --git a/images/f439f1fe-1a01-4e35-837f-c2ec3f9c0876.jpg b/images/f439f1fe-1a01-4e35-837f-c2ec3f9c0876.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c9ce045096bd5e55b63d471c1a169c271e1de5f --- /dev/null +++ b/images/f439f1fe-1a01-4e35-837f-c2ec3f9c0876.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0b7267643a448e404648cf2bd13440d7ad629e5852ab94832064393c5beec9 +size 1751666 diff --git a/images/f44defc7-87df-4fd2-a2df-3db06c98d929.jpg b/images/f44defc7-87df-4fd2-a2df-3db06c98d929.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3abf509aa7e6d0596be537846b2753bfe299146 --- /dev/null +++ b/images/f44defc7-87df-4fd2-a2df-3db06c98d929.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8930a2aab2df89bf3baa3d6b6274710b05b6e4af5dc53f1754b9b9960f7f8c29 +size 2366308 diff --git a/images/f44e43c5-b92e-4139-bc42-21b967ceaa94.jpg b/images/f44e43c5-b92e-4139-bc42-21b967ceaa94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab7533b17099027a9a251c38d16cc3159a0f8df --- /dev/null +++ b/images/f44e43c5-b92e-4139-bc42-21b967ceaa94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fb18bd3b72b004c44026b540b97a6919f518a9209959b214d55a35b2234e03 +size 1774068 diff --git a/images/f45aa18d-3442-4743-850b-5762fc15a7f1.jpg b/images/f45aa18d-3442-4743-850b-5762fc15a7f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50de535c1c56ec6954c9c4b7dc8c3458ddf606fe --- /dev/null +++ b/images/f45aa18d-3442-4743-850b-5762fc15a7f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5809247f612311b79ede5956e4652c033746ff97b610cf11e492a90fb615ee1 +size 1635462 diff --git a/images/f464d27c-4120-4bad-ad1e-f4039bdc411f.jpg b/images/f464d27c-4120-4bad-ad1e-f4039bdc411f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3701fc1272f258f897998978d01145a3b2646914 --- /dev/null +++ b/images/f464d27c-4120-4bad-ad1e-f4039bdc411f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff91e67374c0b551c9468a3273f4345d05481fed490dd0ffcb2d936e4cf1b9af +size 1341323 diff --git a/images/f46a21fc-f433-4465-99a0-31635a2d6833.jpg b/images/f46a21fc-f433-4465-99a0-31635a2d6833.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1c0a73a14fefe6a10eed26a61d9b1f083ca9115 --- /dev/null +++ b/images/f46a21fc-f433-4465-99a0-31635a2d6833.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294ee28794eeb68d259144583a9870310e9dfd5f7ffce5f560d37c6b8f7affe2 +size 3581795 diff --git a/images/f4733e03-25e3-472e-bf66-86c4ae387af5.jpg b/images/f4733e03-25e3-472e-bf66-86c4ae387af5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..224ad0237cac5826bb3086f587bce7d7b6635388 --- /dev/null +++ b/images/f4733e03-25e3-472e-bf66-86c4ae387af5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3becd93b1c8943e67c2975407cd4b89a3a3a0b105dedd47e07cf6c93b3ab5f0 +size 1673735 diff --git a/images/f483dde6-1053-437f-8e64-5e445a513d69.jpg b/images/f483dde6-1053-437f-8e64-5e445a513d69.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b6839a8a006b4445e30fed989ecc52b5ae3832a --- /dev/null +++ b/images/f483dde6-1053-437f-8e64-5e445a513d69.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf55ddfbb7edd550d5c126ac81241d78da545127066ffbd48b1155630b47657 +size 2229771 diff --git a/images/f4993aca-ca6b-4054-ab61-dce4e282bc0b.jpg b/images/f4993aca-ca6b-4054-ab61-dce4e282bc0b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76778b452dbc250991ea1e768e4c0020e7b64c3d --- /dev/null +++ b/images/f4993aca-ca6b-4054-ab61-dce4e282bc0b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b9697208e2dedc8f109126f0fcd47e22299882ff0e99f24b9c4fcb1e50a141 +size 1384613 diff --git a/images/f4a4da33-3700-402e-83fb-cc53168b5342.jpg b/images/f4a4da33-3700-402e-83fb-cc53168b5342.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9df07d6b7309c7f614fe000c62cec2ebfa08da8e --- /dev/null +++ b/images/f4a4da33-3700-402e-83fb-cc53168b5342.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d3e60fa404bd136603066ae799cc69261386de36613eedfed35eb851d9cc99 +size 2360467 diff --git a/images/f4b18e81-be5a-490d-8445-add4dd576d1f.jpg b/images/f4b18e81-be5a-490d-8445-add4dd576d1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2fd3d1dee183b138cd96dab1b136f60c771d819 --- /dev/null +++ b/images/f4b18e81-be5a-490d-8445-add4dd576d1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0331bc7c78ffd695f0f0fd1bc10e1148ea8ccdb946184618e0eaa7d06eb5399 +size 1747034 diff --git a/images/f4b72f96-2840-491a-a2a0-be6c5ded0a79.jpg b/images/f4b72f96-2840-491a-a2a0-be6c5ded0a79.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed293311a103101d95254471bb8be1fca668900 --- /dev/null +++ b/images/f4b72f96-2840-491a-a2a0-be6c5ded0a79.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8e5c735f27b1242df646c32cec028d183ed6297a43d1dc69e6de443881574c +size 1328154 diff --git a/images/f4ba9e1c-6783-4ed9-9ed2-77aa459ec436.jpg b/images/f4ba9e1c-6783-4ed9-9ed2-77aa459ec436.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cd156aa090b13e324addc6711ee01296a73ef56 --- /dev/null +++ b/images/f4ba9e1c-6783-4ed9-9ed2-77aa459ec436.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e7373e4b4eb7d774a0b5ba339761bbf2f86b6373846418ee4887626990f1c9 +size 1621712 diff --git a/images/f4be5a67-11fd-4b75-a797-f502cf68089c.jpg b/images/f4be5a67-11fd-4b75-a797-f502cf68089c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3f2a6303e1dab0d5b410e49265ac607ee9e18fe --- /dev/null +++ b/images/f4be5a67-11fd-4b75-a797-f502cf68089c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09341d305fea10c6894c544e6b2d9cb9e6668bce0f6e2c1a41c673f57108048f +size 1886698 diff --git a/images/f4c65c35-9146-4258-a263-9308cd725ed0.jpg b/images/f4c65c35-9146-4258-a263-9308cd725ed0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c865ed0152f8218c162886e42f9c151aeaf63aab --- /dev/null +++ b/images/f4c65c35-9146-4258-a263-9308cd725ed0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7397706e3fe680e2fa6c151655ec72bacbdda5c457a8ca5bc2ca85181d117ff +size 1821864 diff --git a/images/f4c96aba-86b9-4e9f-b67e-46a321aa6adf.jpg b/images/f4c96aba-86b9-4e9f-b67e-46a321aa6adf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b4f57bb592040d4cc5cb656017fbd40940dec47 --- /dev/null +++ b/images/f4c96aba-86b9-4e9f-b67e-46a321aa6adf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664c5e636a07eab18f525fdca0954590e59a023338f64628020b5628849a414f +size 1280143 diff --git a/images/f4c99e10-6d2b-44d4-8093-1136e882b376.jpg b/images/f4c99e10-6d2b-44d4-8093-1136e882b376.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17afbee3995633e9c3d514a34fbc0931a91aa4e5 --- /dev/null +++ b/images/f4c99e10-6d2b-44d4-8093-1136e882b376.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b499a4df067cda5d42559aabc309a3bfd21c9f98dc72e1218666aab162bc501a +size 1812872 diff --git a/images/f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4.jpg b/images/f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30734eaccec031d7784ad9c98a7ac5d4cd626110 --- /dev/null +++ b/images/f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01972b74c313f6bf95c45a43c361ae1bfa485687dcb425be53d4e81df789122 +size 1711524 diff --git a/images/f4e3a1c0-9325-421d-830e-aecdd7745821.jpg b/images/f4e3a1c0-9325-421d-830e-aecdd7745821.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f98ef563e1f98a0c563709ab102bc8c06d0168d --- /dev/null +++ b/images/f4e3a1c0-9325-421d-830e-aecdd7745821.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76078338389a5d7f2f1f386e4b0294c870d171d0f5e753421f3b3db6783e0841 +size 1443243 diff --git a/images/f4e967b7-4cff-4cb7-88a5-326dbad5ba94.jpg b/images/f4e967b7-4cff-4cb7-88a5-326dbad5ba94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5bdc09d91291277c01954dc7a5d6142d0aac137 --- /dev/null +++ b/images/f4e967b7-4cff-4cb7-88a5-326dbad5ba94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952af09dd234faf3f4a2293f118c12dd3b095baa0f6aaa2eb05e5fdd0f83e88e +size 1418727 diff --git a/images/f4f6b872-67d0-48f2-8508-0b72b6748c7c.jpg b/images/f4f6b872-67d0-48f2-8508-0b72b6748c7c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e94592b14c7fd3e2253e30f4d1bc47325f3c49e --- /dev/null +++ b/images/f4f6b872-67d0-48f2-8508-0b72b6748c7c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed002c4c071339f0e1bb280903258c2c2e7eb49d085ea20c8f23d422094377f +size 1479131 diff --git a/images/f4f777e3-a61f-4397-b008-91d6dd93f725.jpg b/images/f4f777e3-a61f-4397-b008-91d6dd93f725.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaae76daf213b3b061c16fee43cc9aa98c2fb2f8 --- /dev/null +++ b/images/f4f777e3-a61f-4397-b008-91d6dd93f725.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb01ae728b3f76729389dba76a69c3021f5d77937305155a0bc9be93b37a7525 +size 1818634 diff --git a/images/f5002c46-a785-4349-839c-897d3e2d4845.jpg b/images/f5002c46-a785-4349-839c-897d3e2d4845.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5d65985516df4b9172b862df48cfae39bf9aade --- /dev/null +++ b/images/f5002c46-a785-4349-839c-897d3e2d4845.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd804217beb069f5553555d8366ae2530e92eebde5c0828d8f0854cc8d52f4d +size 1457105 diff --git a/images/f521d917-13a5-4f2a-8f07-3122eb740ecf.jpg b/images/f521d917-13a5-4f2a-8f07-3122eb740ecf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08435abb770499f631bbaf729ef7bc35ad72386a --- /dev/null +++ b/images/f521d917-13a5-4f2a-8f07-3122eb740ecf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8c8f39df45e097b5429c70294d17b4a284c6b91c3d36f15425ea17e80a96d5 +size 2208127 diff --git a/images/f52a89e4-86b8-49d5-ab45-396a3da12f62.jpg b/images/f52a89e4-86b8-49d5-ab45-396a3da12f62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00b1583dda461ede545bf72971935e8126918566 --- /dev/null +++ b/images/f52a89e4-86b8-49d5-ab45-396a3da12f62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6f9d0524821c8bbe6002353c94b18e55cf83dbae5db0f4ffbd55cd014c1058 +size 1489940 diff --git a/images/f52edea0-bc3d-45cc-b030-594efd8c8bf9.jpg b/images/f52edea0-bc3d-45cc-b030-594efd8c8bf9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..213301d8e91e45649b5f8cf0866ed3da95bad8da --- /dev/null +++ b/images/f52edea0-bc3d-45cc-b030-594efd8c8bf9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90c90d47c1fdbb758ad80d2eef18b2e75dd312e300a43f18c2b7f420a09b8a2 +size 2338839 diff --git a/images/f530a967-0a71-4862-970d-5753922ee58a.jpg b/images/f530a967-0a71-4862-970d-5753922ee58a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a200e0996f524b1df20ccb7aafc11aa08d5c3e3b --- /dev/null +++ b/images/f530a967-0a71-4862-970d-5753922ee58a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110176089fda85d8c8daf5d23a663d584c10d5b92b5a4a5b5432bc9f47cfa201 +size 1717725 diff --git a/images/f538bb20-a3d3-4f85-81e9-7413828e3772.jpg b/images/f538bb20-a3d3-4f85-81e9-7413828e3772.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9909387c4d45a7e161c5c222e26459da670efdf0 --- /dev/null +++ b/images/f538bb20-a3d3-4f85-81e9-7413828e3772.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5844f0b31834b7cdd09e0265586f6021e4d7e889bfda2f18fd57f85ec10327e6 +size 2623648 diff --git a/images/f539c039-f8bc-44c0-a216-4f36c7a69d4b.jpg b/images/f539c039-f8bc-44c0-a216-4f36c7a69d4b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b6ce999d68c3a4b39110182ac627f01c860b7d8 --- /dev/null +++ b/images/f539c039-f8bc-44c0-a216-4f36c7a69d4b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6780e6e8995b357060c1bb1efb129154aa68f0252bd32bf82f8dc33da36bbaec +size 1676136 diff --git a/images/f53c998b-c154-4c75-83d8-0d859e687c34.jpg b/images/f53c998b-c154-4c75-83d8-0d859e687c34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6380899e823dd82828849a287d109909b642af0 --- /dev/null +++ b/images/f53c998b-c154-4c75-83d8-0d859e687c34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6968db1dc7d2973f4d3f3a86eb450395f30737b95535d446dfd92126b7e4489 +size 1732738 diff --git a/images/f53dc457-1bcd-4225-a329-ae9874509641.jpg b/images/f53dc457-1bcd-4225-a329-ae9874509641.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45c66be8483f7bb50a5d1deab7d42629c255d61a --- /dev/null +++ b/images/f53dc457-1bcd-4225-a329-ae9874509641.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91639989149e259f8a9a1db7d9b9f78200b1b7f0cac1642e567dd77e4ed898a8 +size 1641608 diff --git a/images/f5458aa6-40b7-48f0-a6f1-d848b4c63933.jpg b/images/f5458aa6-40b7-48f0-a6f1-d848b4c63933.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349118919575b93de0b4ee1a3548088e355b67f7 --- /dev/null +++ b/images/f5458aa6-40b7-48f0-a6f1-d848b4c63933.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80053990dfa2c6449fe63995090421b3c6adec8d0cc5455b59c8bd7e2640c2c +size 2400951 diff --git a/images/f54c4f9e-4b37-41c1-8503-36c772f8a283.jpg b/images/f54c4f9e-4b37-41c1-8503-36c772f8a283.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4cfe86d2d6256c58277a6382e41d1825b28d793 --- /dev/null +++ b/images/f54c4f9e-4b37-41c1-8503-36c772f8a283.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1927d6f3357829c8bcabd216eaa234f5d6cba3caab5d5fb39daf18b77141449b +size 2430402 diff --git a/images/f54e160c-f954-451d-94e3-3da04e558907.jpg b/images/f54e160c-f954-451d-94e3-3da04e558907.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd5634678322bfd416357f100b00564eebb0dcae --- /dev/null +++ b/images/f54e160c-f954-451d-94e3-3da04e558907.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6443802d0e82ec01b27b085b98edb0a18ac15821584687404ebaf36b3cd2c899 +size 1275111 diff --git a/images/f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0.jpg b/images/f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..633b7d093c13e8b43d09797312254927be42faab --- /dev/null +++ b/images/f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6fe35b8b85efe547dde89ef8db7bbf61825a20b48af5766f15819c5a020471 +size 1667347 diff --git a/images/f5536c1b-cd4b-461e-8937-e0f813c27d03.jpg b/images/f5536c1b-cd4b-461e-8937-e0f813c27d03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c0d59b6d11ac270f4b59c0237e0866dcec95bee --- /dev/null +++ b/images/f5536c1b-cd4b-461e-8937-e0f813c27d03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db65b2f5b29ea4506b3f5a09af6c31212d7bd849ed25aecb7d89e1a18a3cb216 +size 1429734 diff --git a/images/f558791f-d1e2-4687-b797-a53ded518f14.jpg b/images/f558791f-d1e2-4687-b797-a53ded518f14.jpg new file mode 100644 index 0000000000000000000000000000000000000000..723c44c6407015f9da674ef1a55599f444c3dccb --- /dev/null +++ b/images/f558791f-d1e2-4687-b797-a53ded518f14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1190b14347fd6c505330e6eb3e983dc933fae7d9dd0d55ce275a8f27d004d57 +size 1223705 diff --git a/images/f55a5fc2-6814-4a99-a97e-340118f84506.jpg b/images/f55a5fc2-6814-4a99-a97e-340118f84506.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd98902918cb94f67435debd328e607ef7c8071c --- /dev/null +++ b/images/f55a5fc2-6814-4a99-a97e-340118f84506.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2045eba191ff0223e601087878036a53c7e9e12260fba7f1817e477da7b45a9e +size 2028825 diff --git a/images/f565f3c2-e394-4c4b-b11c-4a353339a178.jpg b/images/f565f3c2-e394-4c4b-b11c-4a353339a178.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39c998dab6d4fc821d6cc7985726581ae8131038 --- /dev/null +++ b/images/f565f3c2-e394-4c4b-b11c-4a353339a178.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e79b4755ac375ad58e7ae2eb6489e2b379d57e5e1118bee59086dee2a329b2 +size 2368734 diff --git a/images/f56704c5-e17b-4b14-8702-fcefb5e2c3b2.jpg b/images/f56704c5-e17b-4b14-8702-fcefb5e2c3b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89e4539fa19ea087423a631db1e5034a18827f12 --- /dev/null +++ b/images/f56704c5-e17b-4b14-8702-fcefb5e2c3b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe24904ac7fbcb74e0a5027e216de7647e0a9dfe788e7aa461fcf35717aa5b3a +size 2538683 diff --git a/images/f568fee0-74f7-40ac-9c3b-64c1b7ea3965.jpg b/images/f568fee0-74f7-40ac-9c3b-64c1b7ea3965.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7001cc15468f1e9682cf64b283ca63accb63124 --- /dev/null +++ b/images/f568fee0-74f7-40ac-9c3b-64c1b7ea3965.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cc80bb59e420a3bedafad085040bf46e38d59016f3a082faa3d66d9e9756d7 +size 2311408 diff --git a/images/f56ccc15-646d-46b8-b3eb-5beaed439c70.jpg b/images/f56ccc15-646d-46b8-b3eb-5beaed439c70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1450fe831817019afe6ceabb23570b0be73469c9 --- /dev/null +++ b/images/f56ccc15-646d-46b8-b3eb-5beaed439c70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ed80508fe8bcdca2dc211477599f3370e6da92e4159dc45db485bca52d6a58 +size 2110187 diff --git a/images/f56d3521-4512-4c26-8a3c-e9733f806ef8.jpg b/images/f56d3521-4512-4c26-8a3c-e9733f806ef8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e69f4c53c04aab9249585933455a2a04eebb64 --- /dev/null +++ b/images/f56d3521-4512-4c26-8a3c-e9733f806ef8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8174c2371d85ad31b5988171e36f801c588787324b3203bd9d56cf3f7ef161e +size 1384976 diff --git a/images/f5711671-3da2-4354-b304-619c5a1d5f5c.jpg b/images/f5711671-3da2-4354-b304-619c5a1d5f5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3353df4be2f32463620e73764b39bcfbf0cc0917 --- /dev/null +++ b/images/f5711671-3da2-4354-b304-619c5a1d5f5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297375db764efffd249c8cbc92f2fbd14d13f485d62d2fa9ca50c69efe8da3a7 +size 1527247 diff --git a/images/f57f5ea5-01ea-40d0-8b55-b133834ced85.jpg b/images/f57f5ea5-01ea-40d0-8b55-b133834ced85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d31d6ff6427ca13468ba1c24c824e79088aa174e --- /dev/null +++ b/images/f57f5ea5-01ea-40d0-8b55-b133834ced85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d133c8399a733f9547444a91139648f355653b3a7eb1faf81b4175bb2be3f45 +size 1617464 diff --git a/images/f5860759-5ff9-4184-95fd-9d6e94060624.jpg b/images/f5860759-5ff9-4184-95fd-9d6e94060624.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5159fa2286830e126ad5302d75caacae2c48600 --- /dev/null +++ b/images/f5860759-5ff9-4184-95fd-9d6e94060624.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a84551445286466d910bd8f69cab35d1dab071224dbcb65a650d33229cec01 +size 1346851 diff --git a/images/f586b107-3d12-4c1a-badd-c288f14c37c1.jpg b/images/f586b107-3d12-4c1a-badd-c288f14c37c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f15054460b4ecaa7f2395468e6c1dbd457f5767 --- /dev/null +++ b/images/f586b107-3d12-4c1a-badd-c288f14c37c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3c8d4464f5425c77508f09401d3b343a0e010d4f1d502f68dd620eafe18a14 +size 2233411 diff --git a/images/f58bb188-185a-4b9a-b192-cbf69e824cb5.jpg b/images/f58bb188-185a-4b9a-b192-cbf69e824cb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..290212d92b0a4b21cd572f5758e5a8e706c68035 --- /dev/null +++ b/images/f58bb188-185a-4b9a-b192-cbf69e824cb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07668715562baa48fef033ad68b200e3ff5e1e4ba818c02a690401919c4c510 +size 1308848 diff --git a/images/f5966cc1-bf61-469e-b025-69a93653b9e7.jpg b/images/f5966cc1-bf61-469e-b025-69a93653b9e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e654d31c920f235ba610c9520873ff6918f209cc --- /dev/null +++ b/images/f5966cc1-bf61-469e-b025-69a93653b9e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34ac98b30e7e92224966f0d2cd18f27cea52d563034b80314d2ce4ef98fec3b +size 2040871 diff --git a/images/f5a6b967-4048-4364-ac28-5a0a6bb6993c.jpg b/images/f5a6b967-4048-4364-ac28-5a0a6bb6993c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aad41687cbaa47d319da81c4c0a1104e8f8c6cac --- /dev/null +++ b/images/f5a6b967-4048-4364-ac28-5a0a6bb6993c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff76a7867b769d8cd12c0dc99a615b6a53a78c38c7d45dc5ca62e913759acccc +size 1813034 diff --git a/images/f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed.jpg b/images/f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc1ac07ae4f03596faf05f827f59668389e7af24 --- /dev/null +++ b/images/f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658edd2c955dff811d5f9b1f9a0bd2c7d1713679c1562c115044e7afce96b6c8 +size 1735562 diff --git a/images/f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5.jpg b/images/f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d11af702ea427225b1f02ffb077b914b310752e4 --- /dev/null +++ b/images/f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0010bd674b04a0f7ad9dbbf48b05599cfeeb50e9ccebe6693ce717e8e2f5c8a0 +size 1525441 diff --git a/images/f5b097b7-1b2c-4615-a11d-572e6be63ff6.jpg b/images/f5b097b7-1b2c-4615-a11d-572e6be63ff6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b91eddc698c05642185d4a53f84e9d235ec2f0c2 --- /dev/null +++ b/images/f5b097b7-1b2c-4615-a11d-572e6be63ff6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3656823481c7d389b71784762bde602dac067395bbede4578b961647d8f0ab +size 2979983 diff --git a/images/f5bc02f3-131f-45f6-b65e-8bf8477ffda3.jpg b/images/f5bc02f3-131f-45f6-b65e-8bf8477ffda3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66f61d46441382b1c31f5f28a84e84d4f5376c57 --- /dev/null +++ b/images/f5bc02f3-131f-45f6-b65e-8bf8477ffda3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bf39d12458a0251dca96d470bc88c63a7f3d227b63d163f325eb37d30c15de +size 1601423 diff --git a/images/f5c84358-5a4b-4219-a6e0-28ea2de5e5cc.jpg b/images/f5c84358-5a4b-4219-a6e0-28ea2de5e5cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2adb969a87a8cb6431faa55317904dca39106db6 --- /dev/null +++ b/images/f5c84358-5a4b-4219-a6e0-28ea2de5e5cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a2a99b4905da07f367898acc1ea1a1fee43868e49c721beb358438ab694eb0 +size 1835265 diff --git a/images/f5cc55ce-5858-4981-8252-79a72471b832.jpg b/images/f5cc55ce-5858-4981-8252-79a72471b832.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a84010ed97c3f0a66ec5b9c70685a80fa638f557 --- /dev/null +++ b/images/f5cc55ce-5858-4981-8252-79a72471b832.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6666ef5ef8e30c2fc90639c80384ce82e0d8a296ee48d7b781e49d8164225a3 +size 1473266 diff --git a/images/f5ce5733-32e5-42ad-82e5-ae3883f584a7.jpg b/images/f5ce5733-32e5-42ad-82e5-ae3883f584a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edc8cdf3cb349d0111e647a75b2a1d92cc2d329c --- /dev/null +++ b/images/f5ce5733-32e5-42ad-82e5-ae3883f584a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068a72753347638121a1d37676c47807f76f22a41f5c6a8dfe019c199706a8cc +size 1536423 diff --git a/images/f5d70be8-c4c0-4329-ad12-08ad5ccb3754.jpg b/images/f5d70be8-c4c0-4329-ad12-08ad5ccb3754.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fc2140ea3ac3f60394b7e13d0a52f055e3e4bdd --- /dev/null +++ b/images/f5d70be8-c4c0-4329-ad12-08ad5ccb3754.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fe7737c7263bbd90a6cb385619ce0152e54455ddaab8c2fca2c706d92e7b5b +size 2316912 diff --git a/images/f5f0a210-4bf3-432b-b7ea-51db260d09ce.jpg b/images/f5f0a210-4bf3-432b-b7ea-51db260d09ce.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e17262677bcda18c09511794edbf3be5e9d7d8b --- /dev/null +++ b/images/f5f0a210-4bf3-432b-b7ea-51db260d09ce.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f57c406ca043f4dda7ac3a054ad1a55823e578126255442e5a22442211fca41 +size 3226404 diff --git a/images/f5f7876e-3519-4159-8c44-76388caf7d29.jpg b/images/f5f7876e-3519-4159-8c44-76388caf7d29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5906377d31019b55a9abdd999fe05a78f6731f32 --- /dev/null +++ b/images/f5f7876e-3519-4159-8c44-76388caf7d29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5abd801fe0bb64a65b25ee38a430f4101b71f17418a0aba95c2a6203627477 +size 1825067 diff --git a/images/f5ff4093-ed6c-464b-9de0-ab23d2e0be85.jpg b/images/f5ff4093-ed6c-464b-9de0-ab23d2e0be85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3627ddafd74fac7da1daf18c0108933cc175cdd --- /dev/null +++ b/images/f5ff4093-ed6c-464b-9de0-ab23d2e0be85.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54fa1f36845d652f60641bc3978b55ceca43973167f26dd93d30440bdd3edd9 +size 1720972 diff --git a/images/f6033c30-432f-49ad-876b-027a3322de40.jpg b/images/f6033c30-432f-49ad-876b-027a3322de40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28cf87ecf85c7774a0d2630707f1905bef74c797 --- /dev/null +++ b/images/f6033c30-432f-49ad-876b-027a3322de40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4deb324608c38d8e25b6919523f54410bb59b656f5698c038d709848c429c9 +size 1719733 diff --git a/images/f60413f2-fa7b-4b8e-8c6c-cd6ac340f192.jpg b/images/f60413f2-fa7b-4b8e-8c6c-cd6ac340f192.jpg new file mode 100644 index 0000000000000000000000000000000000000000..130f0ad11ebc257dfcaf7c57aad2e15bab83e764 --- /dev/null +++ b/images/f60413f2-fa7b-4b8e-8c6c-cd6ac340f192.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79887b89fe01cb195ef5b92d49d6de77f6e4719f91f7e9b07fce83198a19dcc7 +size 2005114 diff --git a/images/f6080b19-2be1-48ad-a7e1-b5a129116a3d.jpg b/images/f6080b19-2be1-48ad-a7e1-b5a129116a3d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18b73d609642cc204da8536e9839e691304ff82c --- /dev/null +++ b/images/f6080b19-2be1-48ad-a7e1-b5a129116a3d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bda7ae4e9456c7f728d21398cefc090cc1ddbcd140391edb747f372e027d18 +size 1572786 diff --git a/images/f60b8746-1898-4c84-aa06-ae6482372b5a.jpg b/images/f60b8746-1898-4c84-aa06-ae6482372b5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e89cfeec790b89cfe91ac1640adb8d86f849f56 --- /dev/null +++ b/images/f60b8746-1898-4c84-aa06-ae6482372b5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e28c025e4f3989beafae8ef31068b5c6a2d430eb74698ce95e2d100338d403 +size 1405837 diff --git a/images/f6127e54-5522-4dcf-8a52-0d3718562be1.jpg b/images/f6127e54-5522-4dcf-8a52-0d3718562be1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d97f4d90f90b0fd91918896fd0e2fcb8f7967529 --- /dev/null +++ b/images/f6127e54-5522-4dcf-8a52-0d3718562be1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb5aed28bf31a20f3be32e83c09849da2222ed2d7a6da632911b36c5fea450 +size 2204412 diff --git a/images/f61bfa4b-588f-4e28-8fb2-fad53c430966.jpg b/images/f61bfa4b-588f-4e28-8fb2-fad53c430966.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b9a30df37b052a081ce6e30515bcfcaaadce2c --- /dev/null +++ b/images/f61bfa4b-588f-4e28-8fb2-fad53c430966.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09547b14b0e9a61b8ebf151c3e20b064a962a3de5d0f2a62c1a9eb7889e196bd +size 1370239 diff --git a/images/f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6.jpg b/images/f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff574f4370dabdc2f43a955ea073ed2763b94781 --- /dev/null +++ b/images/f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e47eb5c5f89a7df17cf51926ba9a69ef360ef0334ac2b152654bf2905de57e2 +size 1671331 diff --git a/images/f62872f4-630f-4daa-a39f-82f84f48d914.jpg b/images/f62872f4-630f-4daa-a39f-82f84f48d914.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b028cbd2729135b52b5433f11dc46fe1e802b88 --- /dev/null +++ b/images/f62872f4-630f-4daa-a39f-82f84f48d914.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37c3b966356f326630adcc07281d91228872a63e8d9b42b41106be2b7bbb984 +size 1514420 diff --git a/images/f635f268-026f-40c6-9b9b-abbbe59c36e2.jpg b/images/f635f268-026f-40c6-9b9b-abbbe59c36e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e4f747cd2c2a41eeb56a8a65b2c2643c97c09c --- /dev/null +++ b/images/f635f268-026f-40c6-9b9b-abbbe59c36e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feeaca5a506d1718dfaafc1ee800685614aa861e53a4f8c159a43125a5f5c572 +size 1611586 diff --git a/images/f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d.jpg b/images/f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7ccb74b6a9de67735f96002b6695fea1f28699e --- /dev/null +++ b/images/f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6218195ebb5326a53eb8ffbe0dda3a3da6f80abb597f1b94dd30950fa87985aa +size 1479299 diff --git a/images/f65b9087-c16a-4d6c-ad34-e40cba9185cc.jpg b/images/f65b9087-c16a-4d6c-ad34-e40cba9185cc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bcd9f5657b8016e96f5c37ad6541ad3469faf08 --- /dev/null +++ b/images/f65b9087-c16a-4d6c-ad34-e40cba9185cc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf4f1b8c22c55da615ab411f1f2849fa6e269b15c61a5c4d9b68d3ef40646a9 +size 1623689 diff --git a/images/f65db5e6-a5c1-4d9f-94b3-1e67d59fc322.jpg b/images/f65db5e6-a5c1-4d9f-94b3-1e67d59fc322.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e1886239b1f3d0e7d0e03b98fec43daab9a2495 --- /dev/null +++ b/images/f65db5e6-a5c1-4d9f-94b3-1e67d59fc322.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850ab58b9a00fba51a477b8cbc51bb037c20450d754d58cdf6220318399e8af1 +size 1774562 diff --git a/images/f65ffef9-b1a4-45d3-ae4a-e3f883cbe240.jpg b/images/f65ffef9-b1a4-45d3-ae4a-e3f883cbe240.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4da6934d32272e4b979a222ed0db0ae58488a1b --- /dev/null +++ b/images/f65ffef9-b1a4-45d3-ae4a-e3f883cbe240.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8822e7ea93c2c0d0de86eeacce54d884c0b9f209c452dc2e68515e6af468637 +size 1669020 diff --git a/images/f6615f0e-5c22-4d3e-9de4-bd4af782192c.jpg b/images/f6615f0e-5c22-4d3e-9de4-bd4af782192c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d3df17e048252740e533f440518521deb4d8773 --- /dev/null +++ b/images/f6615f0e-5c22-4d3e-9de4-bd4af782192c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7bb2cdc6b7e9036da08e98eaead87144489cb6db5798ce916659f8b4d7ab0b +size 1629743 diff --git a/images/f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e.jpg b/images/f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b285a0b6a20e780950c33427454e1555f700fb75 --- /dev/null +++ b/images/f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26ec77a1a8b3af918c1c4b5ff354615e84ed78597a9fcdc56243f9c7e34532e +size 1588196 diff --git a/images/f66b5ef8-e70d-49bd-ae0f-021e5915a8d1.jpg b/images/f66b5ef8-e70d-49bd-ae0f-021e5915a8d1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f0b95d14679111e32669d03d9e6f5954b20f785 --- /dev/null +++ b/images/f66b5ef8-e70d-49bd-ae0f-021e5915a8d1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a72167088fb62681fe338e3297cf21f4bdf01a40629561172f31a35f957395 +size 1567524 diff --git a/images/f66c9c1d-e13d-4508-9f12-9b02ebd57240.jpg b/images/f66c9c1d-e13d-4508-9f12-9b02ebd57240.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2123f7311fe614b031a6ee7108b9741987f61580 --- /dev/null +++ b/images/f66c9c1d-e13d-4508-9f12-9b02ebd57240.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d94d24200d9b0579252a4815ffa972e4e241576cdb374d8626ee9ed1f3afa1 +size 1399293 diff --git a/images/f678f29c-cb53-4532-84b8-2075be3585ae.jpg b/images/f678f29c-cb53-4532-84b8-2075be3585ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29ae9c79d52a76e6b49972f18f22e84f934aecbb --- /dev/null +++ b/images/f678f29c-cb53-4532-84b8-2075be3585ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bcfb08d0201e779b0d481347b708212b8237258f452fd573f980c5b4b7c3cd +size 1728744 diff --git a/images/f67e400a-1fc2-4211-8757-099cf74918ba.jpg b/images/f67e400a-1fc2-4211-8757-099cf74918ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7943cd774a6ea92d6d873ac8affa5469f769bbe --- /dev/null +++ b/images/f67e400a-1fc2-4211-8757-099cf74918ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e11a493158ca6ae0eb428283f21b214bf9647a8954cdc1e6818db3dd8f9e1ec +size 2387912 diff --git a/images/f69b9838-8b04-4633-9e17-9fc067ece88c.jpg b/images/f69b9838-8b04-4633-9e17-9fc067ece88c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfb221413ff8443bb25b1146e62487bd587ee2b2 --- /dev/null +++ b/images/f69b9838-8b04-4633-9e17-9fc067ece88c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4028a99636db2940b055b322663311a97ad9adacde12cca2509debd6a7bdf7 +size 1513046 diff --git a/images/f6a1c68a-bf54-4723-9c15-6a75f664bc08.jpg b/images/f6a1c68a-bf54-4723-9c15-6a75f664bc08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b1ce9b4c30abcba37594ddf831f6030dc65bdbe --- /dev/null +++ b/images/f6a1c68a-bf54-4723-9c15-6a75f664bc08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4ecab7d6e28643c018503232ac4317127cdabe7ea53068c548a31fc2b4428a +size 1176306 diff --git a/images/f6a44fc0-693c-4069-accb-e25ceb904d29.jpg b/images/f6a44fc0-693c-4069-accb-e25ceb904d29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c892f48f713f07bf4f2bba7434ebb7d51233049 --- /dev/null +++ b/images/f6a44fc0-693c-4069-accb-e25ceb904d29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2e98939518077ef609f83ebe9a74693757f04b39e61441b9b90a3b2e31be19 +size 1554053 diff --git a/images/f6b16804-9b5b-4bb0-93e5-8fd610d69419.jpg b/images/f6b16804-9b5b-4bb0-93e5-8fd610d69419.jpg new file mode 100644 index 0000000000000000000000000000000000000000..048ae94812aedd3bbe3c8beacc35e4ea46563eb8 --- /dev/null +++ b/images/f6b16804-9b5b-4bb0-93e5-8fd610d69419.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e06dc53f30412296dcdc3c1fe8aab1531663da72e1c2bb6b8f89aab2064817e +size 2099572 diff --git a/images/f6b46dcb-3553-4c6c-87bb-db303194375e.jpg b/images/f6b46dcb-3553-4c6c-87bb-db303194375e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e1eb9ee0300d29ec9e3438b42ceab4e57beda4c --- /dev/null +++ b/images/f6b46dcb-3553-4c6c-87bb-db303194375e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6ece7da5234f06e98304e8034e8362b5dba15ec49cbb397924f72fc84ded5e +size 1010557 diff --git a/images/f6bae45f-f65c-4634-b157-9b3d066183a4.jpg b/images/f6bae45f-f65c-4634-b157-9b3d066183a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c1cc42f026d2a76ca17fffb4114584ad9575b6e --- /dev/null +++ b/images/f6bae45f-f65c-4634-b157-9b3d066183a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927e3e10731bff57766f92141301d6be19929ee7a08b67affd36fe47d35a7dc5 +size 1340900 diff --git a/images/f6be340b-f6df-4c90-899d-f6841b5a5d83.jpg b/images/f6be340b-f6df-4c90-899d-f6841b5a5d83.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b0e696b115b75a702c735a10e5b86e2d53d1f04 --- /dev/null +++ b/images/f6be340b-f6df-4c90-899d-f6841b5a5d83.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e7f574adb70b60a1be514f73604db5088a4a333674d00f9bc93833e57bcc44 +size 1411693 diff --git a/images/f6bf1217-2783-476b-934d-920bc1871e70.jpg b/images/f6bf1217-2783-476b-934d-920bc1871e70.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6213dbd86b74f4f908be5948caa84de19d3b34bd --- /dev/null +++ b/images/f6bf1217-2783-476b-934d-920bc1871e70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b1686e51d178be88f21a0ac85ad43e66378ac5f2249063f5bca4c9f81c4441 +size 2742444 diff --git a/images/f6bf2168-ee62-4e9b-b6b7-d3bc620f8919.jpg b/images/f6bf2168-ee62-4e9b-b6b7-d3bc620f8919.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba8cc8827d72180c82befce3d47b1b0e28de8ed --- /dev/null +++ b/images/f6bf2168-ee62-4e9b-b6b7-d3bc620f8919.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37bc5a6bff5367f560c4ef63cdb475b3f9a559ca156b6aadbf8963a31c5db12 +size 3204400 diff --git a/images/f6c62391-02da-4771-899f-97fd73474927.jpg b/images/f6c62391-02da-4771-899f-97fd73474927.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d680dacf0038fed0ad1cf6b06c5c50f07ec16ea --- /dev/null +++ b/images/f6c62391-02da-4771-899f-97fd73474927.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89589660c806e7c99344331f571fae9454f28013aa79327dc52b1a330dca1096 +size 1541923 diff --git a/images/f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef.jpg b/images/f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33d6996c40ff4ff864b42b804138c34606543c2b --- /dev/null +++ b/images/f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6419e6684d364fa0456e50bd9c08dd1a1286cb798ba6fe0ee8e883b2ea0f45d +size 1439084 diff --git a/images/f6d6efd1-5072-43a0-b687-72b8a024c024.jpg b/images/f6d6efd1-5072-43a0-b687-72b8a024c024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e8ba682ac7ff19b058d02b26b7fe1a53d49e5e1 --- /dev/null +++ b/images/f6d6efd1-5072-43a0-b687-72b8a024c024.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8bbed60c43f92db7491c6b2b780d28e2a1b05295eaf7333d9b8c00f28c6034 +size 1750610 diff --git a/images/f6d76f16-d057-4628-9b15-4b14588a31e8.jpg b/images/f6d76f16-d057-4628-9b15-4b14588a31e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9ab336199e175637ef46a09ce137bd9bf19b7a3 --- /dev/null +++ b/images/f6d76f16-d057-4628-9b15-4b14588a31e8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a6235dbde763313bca76289530123b504752a1133e35f3076a9fb014ee1883 +size 1457388 diff --git a/images/f6de1dab-a028-4060-991d-917b895bb0ab.jpg b/images/f6de1dab-a028-4060-991d-917b895bb0ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c3139f7bce22ac380b790d89b4c8e2786b7b9ef --- /dev/null +++ b/images/f6de1dab-a028-4060-991d-917b895bb0ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2409818ecf283dba104c7325ecc50ad7f7ebbeaaefe59e5db4b35cb5d41bd4aa +size 1545056 diff --git a/images/f6e5e159-4c2d-4d16-a89e-4caa5ecf9276.jpg b/images/f6e5e159-4c2d-4d16-a89e-4caa5ecf9276.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4157dd91f7586b5ecac09903c40950ddec2d8a17 --- /dev/null +++ b/images/f6e5e159-4c2d-4d16-a89e-4caa5ecf9276.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d89badb3dc86266bd73f3ee1fa7cfd2a1609fb78b0af7508b9fe93f937a666 +size 1584235 diff --git a/images/f6ec447c-dc36-4c89-8e4a-d8e520c9f671.jpg b/images/f6ec447c-dc36-4c89-8e4a-d8e520c9f671.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43158b7da4d10dfdf835f3229eaa26fb226a7db4 --- /dev/null +++ b/images/f6ec447c-dc36-4c89-8e4a-d8e520c9f671.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcf219039955de250462040604882b6977b8a578b31ab0f2d737668b94db708 +size 1526673 diff --git a/images/f6f16952-fc4a-4943-9fe4-3d5c449b87a7.jpg b/images/f6f16952-fc4a-4943-9fe4-3d5c449b87a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f1b0a0b6fd8d5bd94117783f7f80ec3c26495e1 --- /dev/null +++ b/images/f6f16952-fc4a-4943-9fe4-3d5c449b87a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de137060109d89c8b2230310ef3a3b91f3d266361134bcf8dfacd2c13e8e211c +size 2751065 diff --git a/images/f7211fbb-940b-4c34-b5c8-9139b72ca409.jpg b/images/f7211fbb-940b-4c34-b5c8-9139b72ca409.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c82da0f416f50cd5c4b271ae25cc1b3fd251d52f --- /dev/null +++ b/images/f7211fbb-940b-4c34-b5c8-9139b72ca409.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceb2ff1c4549ef2533fce99089a0a2c9cbdc940b5b04a8a78843d84bfca93b2 +size 1812117 diff --git a/images/f7237834-968a-44a9-ba58-89e45c7e7669.jpg b/images/f7237834-968a-44a9-ba58-89e45c7e7669.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7871c89885e2dfdb41aa7abbb745c382c7786119 --- /dev/null +++ b/images/f7237834-968a-44a9-ba58-89e45c7e7669.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a751ec5ae0fb859a34b4f411c548135ed053e45c898440678510d659586f64 +size 1815048 diff --git a/images/f72d680f-53df-4a39-a7a2-c0b6624bb6f7.jpg b/images/f72d680f-53df-4a39-a7a2-c0b6624bb6f7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e307e9291ce2e5adee38850e2f9d98c8f398943 --- /dev/null +++ b/images/f72d680f-53df-4a39-a7a2-c0b6624bb6f7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab263ed589d296f2a6b32a0adf52b60b256511ee43339f130e8d5c36d316df7 +size 2197177 diff --git a/images/f73f217e-aaf4-4930-b694-193671534d9f.jpg b/images/f73f217e-aaf4-4930-b694-193671534d9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..445a0038e6eb27b1272502f739be1d47862ee9db --- /dev/null +++ b/images/f73f217e-aaf4-4930-b694-193671534d9f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4aeacaee3c66443e2aebf9b9817071295e087d844d0e54355d5f9910c0ced91 +size 1632326 diff --git a/images/f73f83d5-0fb6-4925-848b-f24fd510d82f.jpg b/images/f73f83d5-0fb6-4925-848b-f24fd510d82f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b5b5a6ec3aaf95d877e4b22161ef0e978b86ac8 --- /dev/null +++ b/images/f73f83d5-0fb6-4925-848b-f24fd510d82f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8276265a3c80b7c86b7f8ceae9b27ff3ab014e8e6b08c7d6f777f8b1c96c102 +size 1333858 diff --git a/images/f7428b1b-2a00-4264-81aa-13ac73e66eb1.jpg b/images/f7428b1b-2a00-4264-81aa-13ac73e66eb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5a0bb7b27631a42b7b493ccc2ee3a40ad606d9d --- /dev/null +++ b/images/f7428b1b-2a00-4264-81aa-13ac73e66eb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295178d30a99443b539545d3e8c0cf6937831adaf284a3b6473bd54ed5438880 +size 2663675 diff --git a/images/f742da7a-f8aa-4d21-8a8e-dc19dd2ca866.jpg b/images/f742da7a-f8aa-4d21-8a8e-dc19dd2ca866.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05fc62d509bf95d443e7e30dcd213544101a3d00 --- /dev/null +++ b/images/f742da7a-f8aa-4d21-8a8e-dc19dd2ca866.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb11f0248779dcf325803e8378612f92a31ab9400098f8c8002edc47e2382b3 +size 1573336 diff --git a/images/f75f8114-7958-4079-93a9-e6d9bcafcaa2.jpg b/images/f75f8114-7958-4079-93a9-e6d9bcafcaa2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a0002738781bda904d525463d4c89f0a6d65675 --- /dev/null +++ b/images/f75f8114-7958-4079-93a9-e6d9bcafcaa2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0cb129fe35d5adbaa579dab68994de9c53a2986d62c95aa8542eeed39ce2ed +size 1783772 diff --git a/images/f760ef97-8631-41fa-b1b3-a2b24f4facde.jpg b/images/f760ef97-8631-41fa-b1b3-a2b24f4facde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee66072a3fe0033f4f9823aea67e73ee2b985269 --- /dev/null +++ b/images/f760ef97-8631-41fa-b1b3-a2b24f4facde.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ee74b6e3f66da39852b5d24e2319a97eaeec5bb6b1021070410baced146c2b +size 1707473 diff --git a/images/f7722555-0c1c-49c2-8338-702c8484d46c.jpg b/images/f7722555-0c1c-49c2-8338-702c8484d46c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4c18bfeff2daaab8ad248ff130630dab32487ab --- /dev/null +++ b/images/f7722555-0c1c-49c2-8338-702c8484d46c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1c62e85dc5f3ec6022dc51a35c2caffbb0c6cd2474f3575e9b1c85dd98ba5f +size 1481946 diff --git a/images/f777ef77-5ebd-4c66-8f11-a0a3118da1af.jpg b/images/f777ef77-5ebd-4c66-8f11-a0a3118da1af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b9df5ebfcb173ea70f46e1bf4f8687c9ee2f689 --- /dev/null +++ b/images/f777ef77-5ebd-4c66-8f11-a0a3118da1af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f08149479722a77ef68f5d2d8ed8b1ba570ab74cef02293de93a4f1bd2e11c3 +size 2185078 diff --git a/images/f781de96-4e71-4510-bdbf-178eea2fee59.jpg b/images/f781de96-4e71-4510-bdbf-178eea2fee59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de058f7985064fe87597546d5ef912019a50d257 --- /dev/null +++ b/images/f781de96-4e71-4510-bdbf-178eea2fee59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f876ae3acea2de0a48cac15d446a2279ed02edb21e2fbd65eeda32e2ef13d711 +size 1950352 diff --git a/images/f7892feb-6fff-478d-afbc-c949112362a2.jpg b/images/f7892feb-6fff-478d-afbc-c949112362a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91395a996d1c424f4b20f42a00b0671ad92ad587 --- /dev/null +++ b/images/f7892feb-6fff-478d-afbc-c949112362a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9c83e66fbac5bc3a6a66dc7b06c4d0519680f47ebb801fd6a2cab48f76c5df +size 2264338 diff --git a/images/f78fd3c8-3b3e-4441-9509-043df6f595b2.jpg b/images/f78fd3c8-3b3e-4441-9509-043df6f595b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ee61719f9603cb3999280ad298f94bdc3a6a53a --- /dev/null +++ b/images/f78fd3c8-3b3e-4441-9509-043df6f595b2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c975913dedcd1a5e784eafcecb319cb877988e4ce2d2ab3613c30b5509fb884 +size 977736 diff --git a/images/f790ad02-95a7-40e8-a2b9-912673facbbe.jpg b/images/f790ad02-95a7-40e8-a2b9-912673facbbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d4d028e8ac816e8d1b107feac97b08fda64c2a5 --- /dev/null +++ b/images/f790ad02-95a7-40e8-a2b9-912673facbbe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79a3477aa4c46db89c4b37e27d13dc0c1a1ce0dd6d58ef8583aaf4298663d61 +size 1516456 diff --git a/images/f799ded4-7eae-4bb9-961b-c4aa91ef5e93.jpg b/images/f799ded4-7eae-4bb9-961b-c4aa91ef5e93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0720feff6ba50b37af95b030558ac130ba6ece02 --- /dev/null +++ b/images/f799ded4-7eae-4bb9-961b-c4aa91ef5e93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09431e6ed7a9db217b6c48b3c8184412670f064ecbbd70b401613096ae30c418 +size 1506209 diff --git a/images/f79c583e-c3a4-442c-8352-aa6f643ec153.jpg b/images/f79c583e-c3a4-442c-8352-aa6f643ec153.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fb5ce1bc83cf9affbe7ab6822e591c1962dbd5d --- /dev/null +++ b/images/f79c583e-c3a4-442c-8352-aa6f643ec153.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e61a882130df4d0cc17cfb6b43873ec46cfb03f050648b311dd40e811c41d +size 1970154 diff --git a/images/f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2.jpg b/images/f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bf5f06bfdc7f38ba2467ff9606694e581f8b7ef --- /dev/null +++ b/images/f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb34d7bc70bef17ba7f4f5c11173daefbe57cae2875f2c0ccbc43eafbf2cc281 +size 1540152 diff --git a/images/f7b5cf47-1daa-4146-b045-d7b0c778d8fc.jpg b/images/f7b5cf47-1daa-4146-b045-d7b0c778d8fc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa2c7b3b0ad1165f9727cbea0d533a76e2c118aa --- /dev/null +++ b/images/f7b5cf47-1daa-4146-b045-d7b0c778d8fc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8440dd8829d3b902a1c66d6bdabc8d83f0cd34d30e965391c109b40ac41121 +size 1704964 diff --git a/images/f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd.jpg b/images/f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a069f87045a9b2dbd8c7a497a8e5c26eeafeca9a --- /dev/null +++ b/images/f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660636dfb141a64ddc1ce0d0879c8b75c0e2bbee14d17ea716a1403cd1286518 +size 1605016 diff --git a/images/f7be6426-0759-4f02-9d3d-7b44ee6a7a34.jpg b/images/f7be6426-0759-4f02-9d3d-7b44ee6a7a34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6660a3500920731a19689b292a5c509367dbd3ba --- /dev/null +++ b/images/f7be6426-0759-4f02-9d3d-7b44ee6a7a34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4e36e30d2f484113851c535742f1843a51682479248b1fb79743b3b65b7640 +size 1414576 diff --git a/images/f7c665d7-d5cc-4716-879c-512be36263c6.jpg b/images/f7c665d7-d5cc-4716-879c-512be36263c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c925aed3b718d53556709a888cd0b555f2fde1ba --- /dev/null +++ b/images/f7c665d7-d5cc-4716-879c-512be36263c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c526c7a3b29f3ba08ae0a031e9de6b2a7f3085c048c0ed3f11f0996d3a7cecf6 +size 1167205 diff --git a/images/f7c956a1-738e-49fd-9bf8-e8a5f919ceaf.jpg b/images/f7c956a1-738e-49fd-9bf8-e8a5f919ceaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..974179de01cce014459c3f3e59f48c064e38bf70 --- /dev/null +++ b/images/f7c956a1-738e-49fd-9bf8-e8a5f919ceaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04627142f96066bc0937889ccaf6dbc49cf73baf60172da564e1857785102f02 +size 2451968 diff --git a/images/f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d.jpg b/images/f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bacb8b1d4cbc44d66ba4a6d150134ff39f2ec3c --- /dev/null +++ b/images/f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe58ba12bfc59253d175ff53ab2bc0caa9921029cf25a4fb777ab4a338032633 +size 2825985 diff --git a/images/f7cf3ce6-2ada-4339-94fa-010c89e66490.jpg b/images/f7cf3ce6-2ada-4339-94fa-010c89e66490.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3bcf3c509734f04e50cc5f0892f925bced40fc8 --- /dev/null +++ b/images/f7cf3ce6-2ada-4339-94fa-010c89e66490.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff26ef539f2bc5ec8116f45f3c492fa65cd5038a8415bf0a022ed31224ab11aa +size 2567280 diff --git a/images/f7e15353-3945-48da-b0ac-524c3d803a87.jpg b/images/f7e15353-3945-48da-b0ac-524c3d803a87.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec1cc5004a55fb58f28950865468f4d038fb01b4 --- /dev/null +++ b/images/f7e15353-3945-48da-b0ac-524c3d803a87.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89ca99e4d6159e6fe0a33153c0cd043b6ecb0915f56abba62fb3c08af3b4cf +size 2498359 diff --git a/images/f7ed51bf-cbec-4e3a-b4b3-57343599607f.jpg b/images/f7ed51bf-cbec-4e3a-b4b3-57343599607f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3209893f80cc4a9d3e2d744806b92362705181ec --- /dev/null +++ b/images/f7ed51bf-cbec-4e3a-b4b3-57343599607f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdaab7fdab6082d4b6026af3ff4fba9707635eb210d26081ff29f445a81b439 +size 1278433 diff --git a/images/f7ee821a-62e3-4b42-ab68-c684faf0f519.jpg b/images/f7ee821a-62e3-4b42-ab68-c684faf0f519.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bd971141af76e7f2d17233266c28d921ca24c6d --- /dev/null +++ b/images/f7ee821a-62e3-4b42-ab68-c684faf0f519.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e37e0a4b443a906b1e3c678e2fbfc6a0e195f8be1c0b9aa44ca81e7f039759 +size 1686506 diff --git a/images/f8053cf0-623b-4c59-8742-77180195460c.jpg b/images/f8053cf0-623b-4c59-8742-77180195460c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dc534d00d2100e0ff50a17652010e95107d5e5f --- /dev/null +++ b/images/f8053cf0-623b-4c59-8742-77180195460c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acfa34b8faab94cb4fa6fd5e31df41d1d261bf80e7a6e42ec8370e9d0e1a55e +size 1622553 diff --git a/images/f80c1178-3bb0-4235-abf2-bdb859d2104d.jpg b/images/f80c1178-3bb0-4235-abf2-bdb859d2104d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e86ac33e52afa29fb0bb6735335d820e88b5371 --- /dev/null +++ b/images/f80c1178-3bb0-4235-abf2-bdb859d2104d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21cf09833c61a154dc7e51a981cc3668d92ea875e9fe79ffa6f4360d3654ec3 +size 1548776 diff --git a/images/f80eaedd-c8c5-4a9b-b732-87c378326dd5.jpg b/images/f80eaedd-c8c5-4a9b-b732-87c378326dd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b0411af8a310bcdd41d7de3cf298467be2f62a2 --- /dev/null +++ b/images/f80eaedd-c8c5-4a9b-b732-87c378326dd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bff4b6c9c631f0a293680096e7241eb6ca3f285a030bb6904e6a60cb422f9c +size 1723245 diff --git a/images/f8113649-3a2d-44b2-878a-a3c105998ddf.jpg b/images/f8113649-3a2d-44b2-878a-a3c105998ddf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..796a14fdb820dbbfcb07e5d1d4376bb61c077a01 --- /dev/null +++ b/images/f8113649-3a2d-44b2-878a-a3c105998ddf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73730de9d0c84587dc972e649442667a075fe06e2801cb1acc2fbfa552d7f822 +size 2695913 diff --git a/images/f81a3d2c-0f02-4889-aa87-876176eae347.jpg b/images/f81a3d2c-0f02-4889-aa87-876176eae347.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5adbebb0fc93b3e0244247696c52f09f2fba4fca --- /dev/null +++ b/images/f81a3d2c-0f02-4889-aa87-876176eae347.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80d11db5d193a38de90d70cac00a335803222574c3c3acffec6cdce4ae1b095 +size 1523317 diff --git a/images/f81f066e-c7e8-475f-a1f6-11f51ae5a7a6.jpg b/images/f81f066e-c7e8-475f-a1f6-11f51ae5a7a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6152c66c5ef3ca20d19ec01baa0f47e0b1dcc9c9 --- /dev/null +++ b/images/f81f066e-c7e8-475f-a1f6-11f51ae5a7a6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdb7e33773dd42af254ee935f37a7a92bff21af60efcdb392d8c298a554dfd4 +size 2639305 diff --git a/images/f8252dee-c32c-47f4-8256-d54bc0f8bde4.jpg b/images/f8252dee-c32c-47f4-8256-d54bc0f8bde4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6f297ec4b7dc0d8e2dcde563a2e29504e352fa3 --- /dev/null +++ b/images/f8252dee-c32c-47f4-8256-d54bc0f8bde4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4690d3151425e5cbbcb5d04340e3d40a392339cf5bc7cd5e213bac03d51490d0 +size 1916167 diff --git a/images/f82bcbd6-5d60-40ec-ab3a-a2dc49685a77.jpg b/images/f82bcbd6-5d60-40ec-ab3a-a2dc49685a77.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e76a8016189cac9bb81b70ab59ad0c0ed34bdca --- /dev/null +++ b/images/f82bcbd6-5d60-40ec-ab3a-a2dc49685a77.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2632a86f9a45ff0630d60adfd41f3a612b4b63b53a49c45f367fcc0f332d0b31 +size 1539056 diff --git a/images/f82faf67-dda3-492e-9897-90ac80076b0f.jpg b/images/f82faf67-dda3-492e-9897-90ac80076b0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7521b6e90bd4dee70ba7ebf8d70109412aebbb13 --- /dev/null +++ b/images/f82faf67-dda3-492e-9897-90ac80076b0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe1be33911eda4b293d50ce01a44df93920c362a48c7e3298fcd23d91f95710 +size 1262845 diff --git a/images/f84f2137-b35b-4376-87c4-42c1a71d373f.jpg b/images/f84f2137-b35b-4376-87c4-42c1a71d373f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a84da56d1a528c094f01e50df40fd9a87a4ec6d8 --- /dev/null +++ b/images/f84f2137-b35b-4376-87c4-42c1a71d373f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac5cf54bf1ac9a4ce5550fa36717ed26f2caf7b236723f52bdda67758c5d985 +size 2121841 diff --git a/images/f865a82a-f75d-4814-92b1-87f8de5535dc.jpg b/images/f865a82a-f75d-4814-92b1-87f8de5535dc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cd17be2be8c80524309bff6375ee08b75acd443 --- /dev/null +++ b/images/f865a82a-f75d-4814-92b1-87f8de5535dc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d11043252a58738d36199ede3669f107e37d734502d8435d4cf441c6e8cbd65 +size 1398783 diff --git a/images/f8714fe6-8dfd-4630-abb9-8743d7b0eda6.jpg b/images/f8714fe6-8dfd-4630-abb9-8743d7b0eda6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..168ab7a2370818c9e6df76c33ab482c0c0ac5196 --- /dev/null +++ b/images/f8714fe6-8dfd-4630-abb9-8743d7b0eda6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230156ec2571052f84be809b4426276fd494b9083f9480b83527491981f5e221 +size 1899869 diff --git a/images/f871a4bc-96a2-4506-9f1b-0b4fb9bec48b.jpg b/images/f871a4bc-96a2-4506-9f1b-0b4fb9bec48b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00c5c3c6a7e9a62922ea7905ccf862ea87ca51fc --- /dev/null +++ b/images/f871a4bc-96a2-4506-9f1b-0b4fb9bec48b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a78153472d70a595fd15513cd4491974eb34d8974ae3ab09da0358eddbe6d0 +size 1436799 diff --git a/images/f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d.jpg b/images/f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d7e09f475aa8858e284eacba0525d191ba0bbc0 --- /dev/null +++ b/images/f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d74318d1dffefda2540cccb5fad6b9add6becfd03464377f9b4ce4dc138795e +size 1531707 diff --git a/images/f87d42a0-db71-47dd-861a-95923f5df7f5.jpg b/images/f87d42a0-db71-47dd-861a-95923f5df7f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08bb848836c372c3257ee091cd7e05ba921403bc --- /dev/null +++ b/images/f87d42a0-db71-47dd-861a-95923f5df7f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5ae3d9f5ea0fc15046bd7329a99f68a83e71ba5d43614a5af8bcbe6deb6d2b +size 1428203 diff --git a/images/f886fe82-3453-4a6a-9f98-ef07a2346d7f.jpg b/images/f886fe82-3453-4a6a-9f98-ef07a2346d7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74763b6f50540a0782911dad7b3abb0ab5323b2d --- /dev/null +++ b/images/f886fe82-3453-4a6a-9f98-ef07a2346d7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ea5722490f91c57009f76912587000488711c1437cfa89b1f49833b75077f9 +size 1174486 diff --git a/images/f8889b01-be5e-44ff-b144-9595696602c7.jpg b/images/f8889b01-be5e-44ff-b144-9595696602c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afa6682c84f4d697368aa4dfcb975fabdaaa483a --- /dev/null +++ b/images/f8889b01-be5e-44ff-b144-9595696602c7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa224ee85d13def63aecd9552cf0a1f9a7d8b13f69f0703f34132fd01ba341a +size 2003926 diff --git a/images/f88dd03c-1001-4e7b-84d0-acd06fdb1502.jpg b/images/f88dd03c-1001-4e7b-84d0-acd06fdb1502.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc990cd0261e9c6bed3707cdac6a21ce870768b2 --- /dev/null +++ b/images/f88dd03c-1001-4e7b-84d0-acd06fdb1502.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5eecdf1e437be0f3dc14579247c31dd5e0887bcd04b70de0fc285a5c5d5399d +size 2887212 diff --git a/images/f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345.jpg b/images/f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd049dd53735ab0ed2f28a9f42aeca7fb5ad172d --- /dev/null +++ b/images/f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e115325d721d5cede15e2e513185c8813d9e743483000309a213a274b41fac +size 1783670 diff --git a/images/f8a8cc25-8b8c-44d7-aa43-edde8ad4b089.jpg b/images/f8a8cc25-8b8c-44d7-aa43-edde8ad4b089.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dee58211fd3f7e33a3130481ebe3f158b3bcc968 --- /dev/null +++ b/images/f8a8cc25-8b8c-44d7-aa43-edde8ad4b089.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfdd8e611f704dd0b6180e330f20eef2bfb618c91ce2d76e02f10fa0456e39a +size 1717341 diff --git a/images/f8ac8155-e568-4904-a703-a46a5720cdda.jpg b/images/f8ac8155-e568-4904-a703-a46a5720cdda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4c48510758dbf336bd3a93251eba364ed4c25f8 --- /dev/null +++ b/images/f8ac8155-e568-4904-a703-a46a5720cdda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9733f264faa56dbaf137fb05270ed719535521846beefa90785411160d0b46 +size 1745500 diff --git a/images/f8af1de5-7a3a-4918-9dc0-0edf914322e7.jpg b/images/f8af1de5-7a3a-4918-9dc0-0edf914322e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..531aa53855d293e1f879e57c614d6848922abb44 --- /dev/null +++ b/images/f8af1de5-7a3a-4918-9dc0-0edf914322e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17c6b359ebd72dce97a788351cb82ae341213739a0ffbe810ebffd000b08172 +size 1737561 diff --git a/images/f8b9ef49-fa77-411a-b24a-c213c942d8ea.jpg b/images/f8b9ef49-fa77-411a-b24a-c213c942d8ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd9442327de446c57d49dc3e31d3fe1df90b1cd --- /dev/null +++ b/images/f8b9ef49-fa77-411a-b24a-c213c942d8ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf3f1fe3e5831f8b45c284c0197bdc7269305f7551482137d36a02eaae19669 +size 1518535 diff --git a/images/f8bec559-2222-4a17-aaf4-3153fbf1cc5a.jpg b/images/f8bec559-2222-4a17-aaf4-3153fbf1cc5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac242192f9f3d10f9d641cab2ab7c2c53a285832 --- /dev/null +++ b/images/f8bec559-2222-4a17-aaf4-3153fbf1cc5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adde8cd45e1762e9c8d2855b71de8ce167d17159b3b1643ff05eab593079343 +size 1829960 diff --git a/images/f8c1d32b-b3fc-4dac-83dc-ca828a68e62f.jpg b/images/f8c1d32b-b3fc-4dac-83dc-ca828a68e62f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a74ae5903109218fd4299fa6da26471f0519f0a7 --- /dev/null +++ b/images/f8c1d32b-b3fc-4dac-83dc-ca828a68e62f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07654d3f195bd0ccbdcc627c61b134099ebda1c9c9c726c82c6483a0a376f9cc +size 1651067 diff --git a/images/f8c293fa-435f-46de-a231-264c388cab09.jpg b/images/f8c293fa-435f-46de-a231-264c388cab09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a4488adb35637d1ac7bc1efd083ba2c81415ff6 --- /dev/null +++ b/images/f8c293fa-435f-46de-a231-264c388cab09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcb867960c23fc5c03160d226e622b2590f11bb22acbac3a7a815824523904d +size 1391687 diff --git a/images/f8c2f611-399c-4f63-8977-5e2c222ea4d5.jpg b/images/f8c2f611-399c-4f63-8977-5e2c222ea4d5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c3dd1732bb77d2bb8f53542670322704c2c9b3a --- /dev/null +++ b/images/f8c2f611-399c-4f63-8977-5e2c222ea4d5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d664cab64234d8316be01f964446e86cd56d3c6d5bf0847cc5ea2d93426979a9 +size 1931854 diff --git a/images/f8c34a44-0216-4932-88a5-05749e21030a.jpg b/images/f8c34a44-0216-4932-88a5-05749e21030a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92dd1987fc191efa654dbf8db4a2b97fdea1ea3f --- /dev/null +++ b/images/f8c34a44-0216-4932-88a5-05749e21030a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0ba601f3e56330c3ee370702d08171925ef96a2953f5844984164d7d19c267 +size 1507452 diff --git a/images/f8d61547-3a39-470f-887a-7db5dcc114c5.jpg b/images/f8d61547-3a39-470f-887a-7db5dcc114c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd6383be787a16c7e247f66a805603a81608c343 --- /dev/null +++ b/images/f8d61547-3a39-470f-887a-7db5dcc114c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b143232a4a73d51b68bc8976457fdaf0db71537b46b921975787265be4eac4 +size 1397661 diff --git a/images/f8d8ac06-c65c-4118-973a-0de21d92a86e.jpg b/images/f8d8ac06-c65c-4118-973a-0de21d92a86e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a57b297c8b2b61bc21527fc53709557d5b5a3c6f --- /dev/null +++ b/images/f8d8ac06-c65c-4118-973a-0de21d92a86e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62678364514009f888f5fbfa83478371cbaad6ac2ccc78316560945770c3e2b +size 1606955 diff --git a/images/f8d99661-768f-4067-a0a8-17e48c816a9b.jpg b/images/f8d99661-768f-4067-a0a8-17e48c816a9b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..133e499cc7dc1d75c8a983e22c55ffad2308583b --- /dev/null +++ b/images/f8d99661-768f-4067-a0a8-17e48c816a9b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dc6894fa70071e0a4436c104298fcbdbb8a5285241f34f26c14baad5a78a0e +size 1744199 diff --git a/images/f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1.jpg b/images/f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dabf4d108e943e14501e1c346995cbd6fb53ce77 --- /dev/null +++ b/images/f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51080188523e605bd38ea95e9e6ed2b836dd09d75b7a3cffb38936b1a73c6c56 +size 1922836 diff --git a/images/f8dc57ce-5eaf-40f0-9e70-b297261c17ee.jpg b/images/f8dc57ce-5eaf-40f0-9e70-b297261c17ee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cea83b1fb445fd5963321e6e51d382ff008fdfc9 --- /dev/null +++ b/images/f8dc57ce-5eaf-40f0-9e70-b297261c17ee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86d75a4cfdb6054444c1c80fd18c452c4b9a63b0c708570f1b79f721752ff2c +size 1373175 diff --git a/images/f8e23f72-5551-4844-a50a-09e7e93cb289.jpg b/images/f8e23f72-5551-4844-a50a-09e7e93cb289.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b955665a18941c5faece21752d5fbf906d86da --- /dev/null +++ b/images/f8e23f72-5551-4844-a50a-09e7e93cb289.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab29f7fe5dfa8635309a18acae9b6b3570381fc8431ecb789db27ba4249d718 +size 1586030 diff --git a/images/f8ec7df3-d853-4576-876d-4af6a8a2b2bf.jpg b/images/f8ec7df3-d853-4576-876d-4af6a8a2b2bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab454fc6b27a582916a13d09b30e30675f4411db --- /dev/null +++ b/images/f8ec7df3-d853-4576-876d-4af6a8a2b2bf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20702f1ff33dc8488e4681e8c2f00525363999ff2367fb20924ca2bac4dd22d6 +size 2203449 diff --git a/images/f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983.jpg b/images/f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28a1e25f7def7769c2eb89d66efff84d90063df1 --- /dev/null +++ b/images/f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc2474a61755bac80ff601d2e5ad2c50d4d51b6715d388cd3da897eb1507136 +size 1434328 diff --git a/images/f8f0d982-f3ab-40f6-befa-c64b844cadf2.jpg b/images/f8f0d982-f3ab-40f6-befa-c64b844cadf2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f0e3b16cf1b03800f831d166032ce3fb64bfeb2 --- /dev/null +++ b/images/f8f0d982-f3ab-40f6-befa-c64b844cadf2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb953dc7dbbaafb2ffe70be8980c25d700541ed2f262e38a53f50e774b4ea52f +size 2265732 diff --git a/images/f90eb70d-1be2-44ac-b1e1-e0eda942c960.jpg b/images/f90eb70d-1be2-44ac-b1e1-e0eda942c960.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de8b314a3e865dc7a8999d0fc0540a8051d456d5 --- /dev/null +++ b/images/f90eb70d-1be2-44ac-b1e1-e0eda942c960.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2950c892ef25e6b73d11b29a461304771fb0996821c64df035c320b06693dc +size 1248988 diff --git a/images/f9127502-b7c8-47c6-ba55-c100fe1708a7.jpg b/images/f9127502-b7c8-47c6-ba55-c100fe1708a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4436c497cc0fe54d29c3487b540fd4794f648c7c --- /dev/null +++ b/images/f9127502-b7c8-47c6-ba55-c100fe1708a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93404d529a97d2b937a330885fa5fc5f3d4d9a635394aa4c68e618cfb8c2c15c +size 1459383 diff --git a/images/f915360d-babf-4f61-85a8-39b6ff72a024.jpg b/images/f915360d-babf-4f61-85a8-39b6ff72a024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..069a0d6c88dfc9386e3b9c17b9614b1bd413d484 --- /dev/null +++ b/images/f915360d-babf-4f61-85a8-39b6ff72a024.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4b6d86b72b563a50ea7f5b7999948ffe5daea518ce62f0c3a1a0fa068a00c8 +size 1423716 diff --git a/images/f91b3dff-1fc1-47b4-b4a3-1972f4796efa.jpg b/images/f91b3dff-1fc1-47b4-b4a3-1972f4796efa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470a360241b29860d173762554b308e88be842a7 --- /dev/null +++ b/images/f91b3dff-1fc1-47b4-b4a3-1972f4796efa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a36345c154516e41386e338d620fb7e04f3e4a4e2069be13ab71007a3d01a2 +size 1631797 diff --git a/images/f920903a-ad9e-4a60-84e4-a16d5b86dd18.jpg b/images/f920903a-ad9e-4a60-84e4-a16d5b86dd18.jpg new file mode 100644 index 0000000000000000000000000000000000000000..811c971ebb4d0bd8e0d9150af835f0169b2e65f1 --- /dev/null +++ b/images/f920903a-ad9e-4a60-84e4-a16d5b86dd18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fde506079e7759dbedb86ea83ae2a783122c38e0d91e3af03487f281985f74 +size 1451396 diff --git a/images/f921ebf8-781e-451c-bb4b-04cbe136efca.jpg b/images/f921ebf8-781e-451c-bb4b-04cbe136efca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34c158e45019538cfedfceb4cf9baba7af002f7b --- /dev/null +++ b/images/f921ebf8-781e-451c-bb4b-04cbe136efca.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b811af9172384274f667e4dd11d124891283baa3303734540a5c14c8a8f0b6 +size 1653050 diff --git a/images/f9251069-8568-4f43-9e31-52eca7fd036f.jpg b/images/f9251069-8568-4f43-9e31-52eca7fd036f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01f76685e5c4eb4b1362c06c953d8a510bc07708 --- /dev/null +++ b/images/f9251069-8568-4f43-9e31-52eca7fd036f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1f4e7f64187de8597316893d7f5e76f83acf21b0de4ce96527e0708e34cb2 +size 1586968 diff --git a/images/f92582bd-bb69-4e4b-aeec-97af8251fd48.jpg b/images/f92582bd-bb69-4e4b-aeec-97af8251fd48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e7612a21d7367ea9897e959110eca3828b01d69 --- /dev/null +++ b/images/f92582bd-bb69-4e4b-aeec-97af8251fd48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a0041df91dc6eb92ab5a686243817352592c5841aff944925e3b992e5891a5 +size 1542411 diff --git a/images/f92695d5-eaa1-4cd9-b6c8-96259ae116e7.jpg b/images/f92695d5-eaa1-4cd9-b6c8-96259ae116e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2d3045da8cedfbbcbef34c94f52040cdd897dd2 --- /dev/null +++ b/images/f92695d5-eaa1-4cd9-b6c8-96259ae116e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593dee628cfc60032d2b49e3ca3ac164485b2175da4caa753293265d1dac983f +size 1575128 diff --git a/images/f926fc37-8406-4718-b486-4d3b6e8a824a.jpg b/images/f926fc37-8406-4718-b486-4d3b6e8a824a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..646b68e646e4bc004fbce624a03b59501a220b50 --- /dev/null +++ b/images/f926fc37-8406-4718-b486-4d3b6e8a824a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bd5742ce59210624bda4e7b9432e059a6d55d47edb9b8f1f957408c108f421 +size 1802188 diff --git a/images/f9322c32-323b-4306-bad4-bd29da5854db.jpg b/images/f9322c32-323b-4306-bad4-bd29da5854db.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce800f3460762c50969d92f31dadc5979475a04f --- /dev/null +++ b/images/f9322c32-323b-4306-bad4-bd29da5854db.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593925fa5fc8d495fc25a68626cb9a9a0ac0f146ea03426ea847c4de146acb5e +size 1757173 diff --git a/images/f9376fd0-f238-4a05-b162-58a552ae41c5.jpg b/images/f9376fd0-f238-4a05-b162-58a552ae41c5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39ebcd7b5ab80fce5c2fbae7eaad2f54007ed865 --- /dev/null +++ b/images/f9376fd0-f238-4a05-b162-58a552ae41c5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f21a3b9b597b1b49582139ce281aa1d927228ddfc61ead306547956aa25ec4 +size 1473619 diff --git a/images/f94013bf-0e21-4aba-9f0c-5d6969339085.jpg b/images/f94013bf-0e21-4aba-9f0c-5d6969339085.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50e7704b1ba88f1f3db4be4b93c7969109f19f12 --- /dev/null +++ b/images/f94013bf-0e21-4aba-9f0c-5d6969339085.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea6960a435ee77274dfbdae5e08bb3c477df3c413ccd8ece722eb0851604503 +size 1875437 diff --git a/images/f9466f3d-1041-455a-b702-1358298c55d7.jpg b/images/f9466f3d-1041-455a-b702-1358298c55d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6071ff8ecaca7273f4eadbe049e28b659992d7ce --- /dev/null +++ b/images/f9466f3d-1041-455a-b702-1358298c55d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca6a3ffaed2512a9a5d58cc1433e503b8aea4e4c0adec4b379ac9aedb693bf5 +size 1723576 diff --git a/images/f955424f-ed4c-466a-ab9a-aaa5b5ee3d57.jpg b/images/f955424f-ed4c-466a-ab9a-aaa5b5ee3d57.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7317e74c6c0b7a3e0a4625d295ddd21ea8799d1a --- /dev/null +++ b/images/f955424f-ed4c-466a-ab9a-aaa5b5ee3d57.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe5cb3757bde51463f014306b5c6a6083da2303906f1639a3eb98d97040a043 +size 3570898 diff --git a/images/f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5.jpg b/images/f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da3f0128e0051539cc8a62d1cea310ae04ccf6c8 --- /dev/null +++ b/images/f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34eccb76473191697aa707f8cf8cd825b13efd687f68eaf4fd064b8dc07da9f4 +size 1803802 diff --git a/images/f958c66c-bb49-41aa-b3d4-55f59875c551.jpg b/images/f958c66c-bb49-41aa-b3d4-55f59875c551.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e3a174dab8a0eec37cb09152fc1872574a77e60 --- /dev/null +++ b/images/f958c66c-bb49-41aa-b3d4-55f59875c551.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f757b495459d0c4ca9c18c608ea729c86dae6becb566edf4315d1c4df94c38f4 +size 1548323 diff --git a/images/f95a184d-f8f7-4154-ad46-0e2005602b3a.jpg b/images/f95a184d-f8f7-4154-ad46-0e2005602b3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2e2bad4521db068df7a543b7612006a697c4bf5 --- /dev/null +++ b/images/f95a184d-f8f7-4154-ad46-0e2005602b3a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9835342a245e6ce3ca8f817b4cf0b7f85b91266406116ae33ad76dfe1abf6cca +size 1416452 diff --git a/images/f95df86a-983d-44a5-bdae-34ec44178228.jpg b/images/f95df86a-983d-44a5-bdae-34ec44178228.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e62ce73e04c92b9448387b34c715080276fd79b --- /dev/null +++ b/images/f95df86a-983d-44a5-bdae-34ec44178228.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80b6b05b000f537f335f62f05a2de220b7abab0b25507c90f43b348c08ad580 +size 1487963 diff --git a/images/f960c716-5a29-4420-9d5b-635484399603.jpg b/images/f960c716-5a29-4420-9d5b-635484399603.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d26b0befa9239fe561c15bee3aaa08648a5a0fc --- /dev/null +++ b/images/f960c716-5a29-4420-9d5b-635484399603.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932209c030d4d8abab38d605a65c9e901287831cb2f5ed90dfb1e7a4f7b4a230 +size 1540074 diff --git a/images/f96b1711-4ad7-40a2-b3b3-579b25588a7f.jpg b/images/f96b1711-4ad7-40a2-b3b3-579b25588a7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7409cffe05424efb807be1af012f9c30803dd703 --- /dev/null +++ b/images/f96b1711-4ad7-40a2-b3b3-579b25588a7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d4ae29e7f7866ede8902bd0ce76abfcf605a12b6d6e3d1fca662cdb7ad0cba +size 1570134 diff --git a/images/f9736fde-e13c-4029-8bce-c36e9f962f0f.jpg b/images/f9736fde-e13c-4029-8bce-c36e9f962f0f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd24f391b3e4b8311b5bbb250d982f162d33c4bc --- /dev/null +++ b/images/f9736fde-e13c-4029-8bce-c36e9f962f0f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50de2f591ac8a07c178b2aeb3ea77c9ea4388abcb685fa9d6962736917193d16 +size 2510220 diff --git a/images/f973c983-6e62-40bf-8ed5-166ab1531e3f.jpg b/images/f973c983-6e62-40bf-8ed5-166ab1531e3f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49bbf68e1165001cdab7d3338e79f91285233ad2 --- /dev/null +++ b/images/f973c983-6e62-40bf-8ed5-166ab1531e3f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09ca3cdce61f2fa4f5ae1ef508b9fd0a52b8bf8c43853ee755c2252b5025554 +size 2420893 diff --git a/images/f97ab664-f58d-4e65-8bae-3ae6cdb94d28.jpg b/images/f97ab664-f58d-4e65-8bae-3ae6cdb94d28.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3c22caa62600b2fc5f44664427b1d89c209416d --- /dev/null +++ b/images/f97ab664-f58d-4e65-8bae-3ae6cdb94d28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9606ec06dbac42a29b8045d3d0e7ae2ce5902134a4b5241b5e06e67b717625f9 +size 1600031 diff --git a/images/f97c66a1-b172-464d-b4e8-ffd9742ad7eb.jpg b/images/f97c66a1-b172-464d-b4e8-ffd9742ad7eb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bae9515d1c041f8bd26949ab33f0cb65a41b3f8 --- /dev/null +++ b/images/f97c66a1-b172-464d-b4e8-ffd9742ad7eb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32da50a6753ba35478c05bd68bbfdea1dfae5a6633e3012f0f0b58d5aa2b28cf +size 3003250 diff --git a/images/f97d432a-3890-4a8d-ab93-f2324a16cbb6.jpg b/images/f97d432a-3890-4a8d-ab93-f2324a16cbb6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cca07ae2f32844e5673de6c2390efd395c826cf --- /dev/null +++ b/images/f97d432a-3890-4a8d-ab93-f2324a16cbb6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d40a153dea252e8d1e7225d0a69aced8ceea3a9d55b97c86ebbdbf54a8d44b +size 3315301 diff --git a/images/f98b05e3-6605-4c45-83d1-fb7e1e30c292.jpg b/images/f98b05e3-6605-4c45-83d1-fb7e1e30c292.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa41d9a703557dc482679198ec24282d43bbd19c --- /dev/null +++ b/images/f98b05e3-6605-4c45-83d1-fb7e1e30c292.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef45abd645a1865cd4eb5f3845e97316de7280147cab6825f209b5f149051440 +size 1466428 diff --git a/images/f9988e6f-2a4a-4e8a-82ee-e5231dacbec3.jpg b/images/f9988e6f-2a4a-4e8a-82ee-e5231dacbec3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49382ee9d7dce4c3e3155b98224f8d8a0f05c629 --- /dev/null +++ b/images/f9988e6f-2a4a-4e8a-82ee-e5231dacbec3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7258cbb2d435e1feed239c3baf67de8dfc7a13b0994f640e62d74b3f63b409 +size 1667484 diff --git a/images/f9a742ce-f070-455b-aa76-e5edd66f8af7.jpg b/images/f9a742ce-f070-455b-aa76-e5edd66f8af7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41b7f774212add84cd657ba576ffbae67fa477e0 --- /dev/null +++ b/images/f9a742ce-f070-455b-aa76-e5edd66f8af7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9320203aae69a1e6c273fd6be92b391b07529f77bbc15c632a818dd6f28f75 +size 1098627 diff --git a/images/f9aa377e-2582-4fbf-a9db-99384e40665e.jpg b/images/f9aa377e-2582-4fbf-a9db-99384e40665e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd95343a651bf43474cac08a65a18f1d12d3847 --- /dev/null +++ b/images/f9aa377e-2582-4fbf-a9db-99384e40665e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa13ab8a93e7357b17b3bc40ca49f743d953e640555fe650c2beb60b5c0ed47b +size 1345928 diff --git a/images/f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6.jpg b/images/f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e3945c19fe446226f0abbe48f237ed6758799ad --- /dev/null +++ b/images/f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c919f804c6f22f1620495d7555e0ba1bfe979f85c59b7bbc69428f141dc4ea2 +size 1646557 diff --git a/images/f9ac71ca-bba8-4d24-92bc-22e43f2af96e.jpg b/images/f9ac71ca-bba8-4d24-92bc-22e43f2af96e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..737e38e40eeb54121a3e0e7dca198cc6e5e69dce --- /dev/null +++ b/images/f9ac71ca-bba8-4d24-92bc-22e43f2af96e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18734f255f4de5e17e4dab0384215cab475d66ebccbea44021e21a61fff6b896 +size 1483935 diff --git a/images/f9b05cdb-04bf-4dd6-9280-a3053c103270.jpg b/images/f9b05cdb-04bf-4dd6-9280-a3053c103270.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8b75c14eda38e04c09bd1754dd3c0e4993515ac --- /dev/null +++ b/images/f9b05cdb-04bf-4dd6-9280-a3053c103270.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113f31282f121176a721f73728af2766bfa87ce7fd92a4f604fa10fdb429ed1e +size 1366314 diff --git a/images/f9bf396b-e582-469c-bbda-38bb125ec2ed.jpg b/images/f9bf396b-e582-469c-bbda-38bb125ec2ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ff799cf9636637d460582207c43c0b874b44ee1 --- /dev/null +++ b/images/f9bf396b-e582-469c-bbda-38bb125ec2ed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb57a309c67f538e51f64d4faec34d20800e5f38a95e0bd4f4ccb079df75537 +size 3265931 diff --git a/images/f9c5917f-df1d-4149-9e1f-ccd59777d48e.jpg b/images/f9c5917f-df1d-4149-9e1f-ccd59777d48e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dd0b2d1513d4ffce456c6d90f15bf6022ad4adc --- /dev/null +++ b/images/f9c5917f-df1d-4149-9e1f-ccd59777d48e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43409dddb88138d7eb105e7f79c5db395dd4cf9eac7de81b53aebf6856014c97 +size 2824940 diff --git a/images/f9c7a66b-3ea9-46bc-91ac-63e1d8973981.jpg b/images/f9c7a66b-3ea9-46bc-91ac-63e1d8973981.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3472596447668d533608eeb81cc87ec4e0f8fbd3 --- /dev/null +++ b/images/f9c7a66b-3ea9-46bc-91ac-63e1d8973981.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359ee22454188121835fb1614dd7eb739cf7ebefbd614d514b0ba13b84024184 +size 3013616 diff --git a/images/f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a.jpg b/images/f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c940fd1ddf0a943e94b3d5b78f62a9c66ae57e04 --- /dev/null +++ b/images/f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1427f7a73c5e4f6ede61c29f648f22152bc858b3b12e7a5f8847103980f8fecc +size 1073840 diff --git a/images/f9ca48b4-a713-4169-b252-2424c9faaba2.jpg b/images/f9ca48b4-a713-4169-b252-2424c9faaba2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ede594aab999de5f68ffb642bf8f5f09ac04823 --- /dev/null +++ b/images/f9ca48b4-a713-4169-b252-2424c9faaba2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b1aec337c875e29e15dc89a75fd7799d100e6aa97398bea007b2af239877eb +size 1643372 diff --git a/images/f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07.jpg b/images/f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18696a77f17e3b66cc58f334af3e85c7f1fc1e8d --- /dev/null +++ b/images/f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527206b5f8f534323a4095a47db1f316b73ea9fa0cdc11cca7903f05c6f8c309 +size 1236356 diff --git a/images/f9dd4a7c-5da6-453f-a2b2-8114829b8e4f.jpg b/images/f9dd4a7c-5da6-453f-a2b2-8114829b8e4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac602a94a8f99c8b45311fb55df3a9c4e80f641d --- /dev/null +++ b/images/f9dd4a7c-5da6-453f-a2b2-8114829b8e4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956466985a203ec81bcc2997a8d85fe23fd102ca5f7439a77bf35e9e8b154ca3 +size 1649000 diff --git a/images/f9dd7cb4-456c-4638-9acf-58b3ab741c06.jpg b/images/f9dd7cb4-456c-4638-9acf-58b3ab741c06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0854e46ebb643600fa7f3f021033da0faee634a --- /dev/null +++ b/images/f9dd7cb4-456c-4638-9acf-58b3ab741c06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbc6fc6a30c5b27f3f694a79426f581702abf196b0567168b583318d896f692 +size 1218547 diff --git a/images/f9e38327-8e21-4c79-bb51-cb84c0ab0f4f.jpg b/images/f9e38327-8e21-4c79-bb51-cb84c0ab0f4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b8273898cf791898e63a5ac5604ac42c7100457 --- /dev/null +++ b/images/f9e38327-8e21-4c79-bb51-cb84c0ab0f4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23433e44dba32c056b136afd31b13fd757c305094c17c6fd43723135aaca31c4 +size 1431824 diff --git a/images/f9f42e5a-06ff-476a-afc8-8822ab599cc6.jpg b/images/f9f42e5a-06ff-476a-afc8-8822ab599cc6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb41a6d036294af695b5bab87b699ffee297d0f8 --- /dev/null +++ b/images/f9f42e5a-06ff-476a-afc8-8822ab599cc6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c417a1aaa0552f9527165ac4886afae0cff18509d7b09ae5ec4cac4f5f6a02bb +size 1578977 diff --git a/images/fa1a7997-3095-46ec-bfc7-7cf2c733bd1f.jpg b/images/fa1a7997-3095-46ec-bfc7-7cf2c733bd1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ec849b40b1a72610916a6a63215429d9aa45a33 --- /dev/null +++ b/images/fa1a7997-3095-46ec-bfc7-7cf2c733bd1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a323eaedc13f7faf4793b72e616a1689749917d9fa7b133180ca882d44deddc +size 1518959 diff --git a/images/fa237bf7-3f59-47fd-9dcc-38062a36cbe8.jpg b/images/fa237bf7-3f59-47fd-9dcc-38062a36cbe8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bd537b24f9989a4d43304eb5123d481e38dffdb --- /dev/null +++ b/images/fa237bf7-3f59-47fd-9dcc-38062a36cbe8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a4f6621f12e7f804b99efdf8328cb05c57dcc181ce42ca1c61a263e17f0ba8 +size 1266471 diff --git a/images/fa23ccde-688e-4afa-8144-31a4d771a3f6.jpg b/images/fa23ccde-688e-4afa-8144-31a4d771a3f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f41936cc857ba2efb30e987ca5987fdf7cf438b --- /dev/null +++ b/images/fa23ccde-688e-4afa-8144-31a4d771a3f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512b6eb03c7819dfc2fb3de20edf310c98df61f95a7e6980449c56c28f605e12 +size 1517941 diff --git a/images/fa2e3180-0c11-4206-bea1-c43f64647755.jpg b/images/fa2e3180-0c11-4206-bea1-c43f64647755.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c6ce2d60a7cab8bcfe5fe770ef9079f336bd84e --- /dev/null +++ b/images/fa2e3180-0c11-4206-bea1-c43f64647755.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1606c25c27a673f4870c73baf1052f2b9f603c460a582ed00532fd3e784050 +size 1697982 diff --git a/images/fa31f04c-ce20-456a-b21f-9993ca9364ac.jpg b/images/fa31f04c-ce20-456a-b21f-9993ca9364ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..081d2c0cbac416452c14b1b12503c51a0276b659 --- /dev/null +++ b/images/fa31f04c-ce20-456a-b21f-9993ca9364ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f62c225d7d64ba3c8ed57a01399d5dae9730b60d8e89218bbee74fb4b237ff +size 1555478 diff --git a/images/fa34994b-d61b-4f9a-9d13-c011ff4dba38.jpg b/images/fa34994b-d61b-4f9a-9d13-c011ff4dba38.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fbb980f91708d6e95b8712568ca7513ff5921a9 --- /dev/null +++ b/images/fa34994b-d61b-4f9a-9d13-c011ff4dba38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d0cfeccbd6647ebf618cbc692f0c5f3b4c5bdd5b3dcd547d546ebae5c25509 +size 1449406 diff --git a/images/fa4c7015-8418-4801-8f06-8aecaaf1fcb8.jpg b/images/fa4c7015-8418-4801-8f06-8aecaaf1fcb8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9bbf0f2c0c36b37b2404734912de8e368c21b4d --- /dev/null +++ b/images/fa4c7015-8418-4801-8f06-8aecaaf1fcb8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c4e67aae53e97a3d7c10489e7a22439e20c229ab24dda089b5bdbcff6fabc0 +size 2440575 diff --git a/images/fa657f2a-ef4d-4b93-8b79-e605fb3a4d65.jpg b/images/fa657f2a-ef4d-4b93-8b79-e605fb3a4d65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c658acc00a5c898b3c2ed8d6dfbeb668961199f --- /dev/null +++ b/images/fa657f2a-ef4d-4b93-8b79-e605fb3a4d65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7569291e4724400e405d2e956cd9312b0188fcfc493bd26735ed0d336675fe6e +size 2266152 diff --git a/images/fa6cdf6b-0854-47a3-ad6f-defdd5421fdd.jpg b/images/fa6cdf6b-0854-47a3-ad6f-defdd5421fdd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fbb05540293bef9f76a2b5335110dddb33db043 --- /dev/null +++ b/images/fa6cdf6b-0854-47a3-ad6f-defdd5421fdd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265752b06764be47ebf37812d6933d3cd83d01f6a8b715b85c7ca407262576c4 +size 1102034 diff --git a/images/fa7ed23c-8518-4d92-b0e4-14e92523f577.jpg b/images/fa7ed23c-8518-4d92-b0e4-14e92523f577.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42b6203bf597169549e181acfea85874a0213842 --- /dev/null +++ b/images/fa7ed23c-8518-4d92-b0e4-14e92523f577.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3aeafb3b7747c95f93398480c9e73a1836032351252ce803d12ed7b31c73ec +size 1695120 diff --git a/images/fa80364a-9c6d-4d9f-90db-4085f255c4f5.jpg b/images/fa80364a-9c6d-4d9f-90db-4085f255c4f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..beb611046d5e36670961fae394f22ee043413744 --- /dev/null +++ b/images/fa80364a-9c6d-4d9f-90db-4085f255c4f5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb56e45feb1d6f4203a5a91ef1cc11041c786320287454425f8705a901a276a +size 1551744 diff --git a/images/fa8878e5-4f1c-4a41-a48a-be6d53700573.jpg b/images/fa8878e5-4f1c-4a41-a48a-be6d53700573.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f2328165d238491cbbb7006f42c56c48b10a9d --- /dev/null +++ b/images/fa8878e5-4f1c-4a41-a48a-be6d53700573.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf355fa9ddf1952e8b363508a20b69a9bd58570e289b352aa8c2fecb45a845e +size 1366748 diff --git a/images/fa897369-3f49-4695-a34e-2eaaa842c676.jpg b/images/fa897369-3f49-4695-a34e-2eaaa842c676.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ec04b70a3a311fce5568ca7ca5707e4c9c53a0c --- /dev/null +++ b/images/fa897369-3f49-4695-a34e-2eaaa842c676.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02dba69abaf333087fbf70a277e7cb653325779b22d421af00ffca018d4ec00 +size 1856009 diff --git a/images/fa93e902-4d7d-49e9-8e83-560fab2d0c37.jpg b/images/fa93e902-4d7d-49e9-8e83-560fab2d0c37.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d55f90f3fa3232fc08a979b2105f87e8f856cb --- /dev/null +++ b/images/fa93e902-4d7d-49e9-8e83-560fab2d0c37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffb3cc26e55166451e865dcce18fd58d1941f8f15cef5a7558bf1b27a0f3581 +size 1689073 diff --git a/images/faa0059f-cb5e-4481-8997-cdcaa5a9ad5c.jpg b/images/faa0059f-cb5e-4481-8997-cdcaa5a9ad5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0742d08331d30a52089143635040cdf4b563f01 --- /dev/null +++ b/images/faa0059f-cb5e-4481-8997-cdcaa5a9ad5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717765e8c2733f67142c8ea57dd13c443de447777d2a34a9ba5231a224e1ab67 +size 1430265 diff --git a/images/faa7fe40-edf7-494f-b56e-8a096d4ac1da.jpg b/images/faa7fe40-edf7-494f-b56e-8a096d4ac1da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad6606ad07ebebbdf315f0320e0b406c3eb3d5d4 --- /dev/null +++ b/images/faa7fe40-edf7-494f-b56e-8a096d4ac1da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332a332f5874f681426d6e824fb3d5064c89e759d0a96fe1396b751d8abe8895 +size 1302624 diff --git a/images/faafa3ce-ea06-475d-8fde-f44f5eeacb0c.jpg b/images/faafa3ce-ea06-475d-8fde-f44f5eeacb0c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e7137aeb19c38c04bba93d05d226607d937071a --- /dev/null +++ b/images/faafa3ce-ea06-475d-8fde-f44f5eeacb0c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5052c552d86000e45354193c39f82aa0bc086b2136342ea330cc5d3a86a19012 +size 1717623 diff --git a/images/fab09792-8e14-4120-8d05-8340d1227b2b.jpg b/images/fab09792-8e14-4120-8d05-8340d1227b2b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc938b92ab04ffc4dbf09f8b56f67d8e5572b673 --- /dev/null +++ b/images/fab09792-8e14-4120-8d05-8340d1227b2b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417cf5d25f9dc877c362c63725a1fff3089aa184bdb14e0afc3969bdc0df1865 +size 1446334 diff --git a/images/fab21429-a13b-4179-8b62-99e46bb33d50.jpg b/images/fab21429-a13b-4179-8b62-99e46bb33d50.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93ad10dcbaeac3760fde536d8cb9748d48b94145 --- /dev/null +++ b/images/fab21429-a13b-4179-8b62-99e46bb33d50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9651f232b577c1c834ad8528193e7ba6adb42f24dd153118eea0b9feab0874d0 +size 1500209 diff --git a/images/fab6c27e-3762-475d-8ad6-a07d7a691850.jpg b/images/fab6c27e-3762-475d-8ad6-a07d7a691850.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5165ed7fdbe77fd6ae03d4d711e396e075de3aeb --- /dev/null +++ b/images/fab6c27e-3762-475d-8ad6-a07d7a691850.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c8a43f334d1dedeae1a5dad350f59a84d066ebd81597ab567025d5a5b74393 +size 1618426 diff --git a/images/fac414a9-f4a5-4850-9afd-9c73ac7eb317.jpg b/images/fac414a9-f4a5-4850-9afd-9c73ac7eb317.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff747ec9bce4306052b2521b67960c2f5f7462eb --- /dev/null +++ b/images/fac414a9-f4a5-4850-9afd-9c73ac7eb317.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67717b751ebffc7da73004cdbdc04874439a09c95dd4121aede93a3957e294b5 +size 1730298 diff --git a/images/fac95fef-f680-4a42-90fd-1dae09bf8dae.jpg b/images/fac95fef-f680-4a42-90fd-1dae09bf8dae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e90267ca61cad88acc529613eb8d8ef181d2b49 --- /dev/null +++ b/images/fac95fef-f680-4a42-90fd-1dae09bf8dae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f42844c5dda243bbec84cccf47ad3a23808b18d4925511a1660f51337c05c0e +size 1818937 diff --git a/images/facd091d-8604-4b9c-a85f-90878b20fe1e.jpg b/images/facd091d-8604-4b9c-a85f-90878b20fe1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee91fe67d36f8ede624c7cd86b26d00900564c03 --- /dev/null +++ b/images/facd091d-8604-4b9c-a85f-90878b20fe1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791d881d3b86f7c7d6d9e925632e71c6785211c51a2d02035efc7623d5b1568d +size 1318108 diff --git a/images/fad5e581-4c5b-4f5b-889e-7210171ab84f.jpg b/images/fad5e581-4c5b-4f5b-889e-7210171ab84f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef4b3d87cdc2a82b71be44067f50447d5c228ff2 --- /dev/null +++ b/images/fad5e581-4c5b-4f5b-889e-7210171ab84f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adac31c217040bd0cf8aa258721c13dd00a360b41fae81cdeab9edb316b0221d +size 1715833 diff --git a/images/fadaf8d1-a55c-4a48-91d9-84b4f13d7304.jpg b/images/fadaf8d1-a55c-4a48-91d9-84b4f13d7304.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc222cce6197c358d1125c0f59e6a218d9a10ea3 --- /dev/null +++ b/images/fadaf8d1-a55c-4a48-91d9-84b4f13d7304.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8735af3b1db629b4fbe654cf16d95a60e4aa28fcd439380a4277f238b9f5d058 +size 1857603 diff --git a/images/fadd9149-cc69-4cc6-9990-d6c7600d3474.jpg b/images/fadd9149-cc69-4cc6-9990-d6c7600d3474.jpg new file mode 100644 index 0000000000000000000000000000000000000000..328e702e5ddcc14738c83177faaca85d4c6ba485 --- /dev/null +++ b/images/fadd9149-cc69-4cc6-9990-d6c7600d3474.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a14fc95ce8fb33282b1cb71029d13e416d7c9d5f36212c152eac5e0a7e48ff +size 2924410 diff --git a/images/fadf0988-dd88-4374-8639-de4220d93f6a.jpg b/images/fadf0988-dd88-4374-8639-de4220d93f6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e63a0b6514f3fabfa09dc557faffce21fcdb7dfe --- /dev/null +++ b/images/fadf0988-dd88-4374-8639-de4220d93f6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d064c13e2db7ff1ba582995903efd8c152515e881b06981b93144f90ddefb66b +size 2403691 diff --git a/images/fae19a00-4aa6-4ba6-bb5b-eb9340203509.jpg b/images/fae19a00-4aa6-4ba6-bb5b-eb9340203509.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70f0628a19818484b2e69d717130c6cb65cc96fd --- /dev/null +++ b/images/fae19a00-4aa6-4ba6-bb5b-eb9340203509.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab82c7ca843fd1542b80855085929bbd944b2a1388022dcc61ff00f602f235b6 +size 1165719 diff --git a/images/fb07ca88-4bbb-4247-ac8b-ac88a1b50d65.jpg b/images/fb07ca88-4bbb-4247-ac8b-ac88a1b50d65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a89028d29a2a79873174cddb7b7e3db6c2268aa5 --- /dev/null +++ b/images/fb07ca88-4bbb-4247-ac8b-ac88a1b50d65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ea092d3b02d027afe6dea4f6187cdd4efa2c8cbb7ef552a5460e7330af2f70 +size 1530017 diff --git a/images/fb08422b-caa5-48aa-a455-c863dfe6ca6f.jpg b/images/fb08422b-caa5-48aa-a455-c863dfe6ca6f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e9d7d59eaa1ac06f12a4518f0461b4bcaad78eb --- /dev/null +++ b/images/fb08422b-caa5-48aa-a455-c863dfe6ca6f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad332025d9aa0caa3e9075e56232b71409e6303945a9f0499548b504e5a31e76 +size 1349380 diff --git a/images/fb100999-17dc-4934-bde5-d6efd7348b2f.jpg b/images/fb100999-17dc-4934-bde5-d6efd7348b2f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2eb2f8bababfda95fcfa408d236f11ba9128cf1 --- /dev/null +++ b/images/fb100999-17dc-4934-bde5-d6efd7348b2f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4a053c09b21d95344a2737f246d98b64ced32d9c09564524535d0a4a13ecf8 +size 1474260 diff --git a/images/fb12ba72-e06c-4302-beac-82a7d0569264.jpg b/images/fb12ba72-e06c-4302-beac-82a7d0569264.jpg new file mode 100644 index 0000000000000000000000000000000000000000..112b2f33c341c4f638c54fac96b4ea2e3e813e48 --- /dev/null +++ b/images/fb12ba72-e06c-4302-beac-82a7d0569264.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c766d7ee98cc2e1861872bc90cdc42a46d223231b3977a2b88629825c632277 +size 1554757 diff --git a/images/fb280447-2951-4f8c-af6e-b0963ad3c3dd.jpg b/images/fb280447-2951-4f8c-af6e-b0963ad3c3dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20b94a378a268db74db335151ff30ae114e81cba --- /dev/null +++ b/images/fb280447-2951-4f8c-af6e-b0963ad3c3dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3f93b015a06b8102cd04269d06af9bf8f6332c681d706de5c74da00446220 +size 1617830 diff --git a/images/fb38946a-060f-451a-9cc0-3219c00bb7a4.jpg b/images/fb38946a-060f-451a-9cc0-3219c00bb7a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cbad8ffc3a12c0ad28eb7e3b2ac0f8c908598b6 --- /dev/null +++ b/images/fb38946a-060f-451a-9cc0-3219c00bb7a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a53758d4dd1298e65aa8f056d235d3316d93f34fcb3675678f342d53fe062e3 +size 1260841 diff --git a/images/fb45b1d3-87ee-4ec5-8216-17d60474f609.jpg b/images/fb45b1d3-87ee-4ec5-8216-17d60474f609.jpg new file mode 100644 index 0000000000000000000000000000000000000000..159e5ade884014ad91103a91240490ec4972a7cc --- /dev/null +++ b/images/fb45b1d3-87ee-4ec5-8216-17d60474f609.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883513a59f41f3afdb51b443d0aa0558964df64c86058c47fc57603c8c540041 +size 1416400 diff --git a/images/fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1.jpg b/images/fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f956f61135b08920218a386de678f4b7b80d31a0 --- /dev/null +++ b/images/fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9510de6c0604ba2387e8dfe374742152de54fc5e39ad4a76dc498c7b3003282 +size 1023443 diff --git a/images/fb47f148-3296-4c64-922a-2c19045cb004.jpg b/images/fb47f148-3296-4c64-922a-2c19045cb004.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab01769d16c2deef7c713f4c93c557af27c4c288 --- /dev/null +++ b/images/fb47f148-3296-4c64-922a-2c19045cb004.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c204ab2484692a97ca58db7d9936c8611679cade30e8e9a509d3f5ed7e74ba +size 1628166 diff --git a/images/fb5283a8-0a07-4f7a-bf04-4e508bc41723.jpg b/images/fb5283a8-0a07-4f7a-bf04-4e508bc41723.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc8520b5cd6f97ca4b5349bd933d002150f23841 --- /dev/null +++ b/images/fb5283a8-0a07-4f7a-bf04-4e508bc41723.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22746711e08a98bba67f67ce89a1a083e33894690de238cf4b2d61440f68a814 +size 1568705 diff --git a/images/fb585249-0621-46e8-9ddf-8f1b749718c8.jpg b/images/fb585249-0621-46e8-9ddf-8f1b749718c8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b870e84b1ccda39bfdcdc03298771140a8560a2 --- /dev/null +++ b/images/fb585249-0621-46e8-9ddf-8f1b749718c8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7708a2a7fd19964f10285c1e8312fbbd71d52ab7697e582e2543f6d6cb78cca +size 1368882 diff --git a/images/fb646f99-9211-493a-a065-321dc79b67d2.jpg b/images/fb646f99-9211-493a-a065-321dc79b67d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fe7ec58c84b7ad8e20bdbd4d241c7371633e653 --- /dev/null +++ b/images/fb646f99-9211-493a-a065-321dc79b67d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602f88b6797e79d829f9087ccf064ac44693ed510f09fc3ea75bd5af4d4faafd +size 1417080 diff --git a/images/fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e.jpg b/images/fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe2bd86a28334be2a9a9e5be18d1978f90e137d --- /dev/null +++ b/images/fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef96cc4aa206ad920e69e888a8d561e8e70ed7de4c174f5ff54620bf3b230c +size 1165485 diff --git a/images/fb6bcd47-a0db-4e0a-b261-e036ef8624ad.jpg b/images/fb6bcd47-a0db-4e0a-b261-e036ef8624ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ae0ef1ab023e7970bda155eb727696c35c2c8c2 --- /dev/null +++ b/images/fb6bcd47-a0db-4e0a-b261-e036ef8624ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b279566f3fd52467b5e83ec4f9e4ced3256ffe591f010eed45d361f7591924f6 +size 1682533 diff --git a/images/fb6e091b-d7c8-4b43-a88c-69f727fe434c.jpg b/images/fb6e091b-d7c8-4b43-a88c-69f727fe434c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f60f88078e147867566aaa4861ab0bd445572cd9 --- /dev/null +++ b/images/fb6e091b-d7c8-4b43-a88c-69f727fe434c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868591795ac6c1164ed34d8ed240f5619df262cf93f233933661ba9c80820556 +size 1691015 diff --git a/images/fb6ede82-31f7-45bb-8c97-e445baba562e.jpg b/images/fb6ede82-31f7-45bb-8c97-e445baba562e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6e9e2133abde4126c549e0f33163cffa0fec480 --- /dev/null +++ b/images/fb6ede82-31f7-45bb-8c97-e445baba562e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baa38b6c8cf864614050e358be8096a1ae9d4966016df0697a1df0972723f60 +size 3042818 diff --git a/images/fb7f480c-578b-4139-9bf1-4fa60ffd6292.jpg b/images/fb7f480c-578b-4139-9bf1-4fa60ffd6292.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d0169095e82c8daf50d1df9bbc1a916dafe161b --- /dev/null +++ b/images/fb7f480c-578b-4139-9bf1-4fa60ffd6292.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9930cffd431646e53339aecb98a60262a2bc9292a787fa5966383c7a415afed9 +size 1269421 diff --git a/images/fb90469a-9849-406d-8830-90399b4867ef.jpg b/images/fb90469a-9849-406d-8830-90399b4867ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a183739b34c5f3514032270f2ecb1118b9caa3b8 --- /dev/null +++ b/images/fb90469a-9849-406d-8830-90399b4867ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b7b02b9934cdd52e8a1a8366560b40e4ab37ca2b091b3af4c68f38e09a9f4d +size 1522530 diff --git a/images/fb920ca4-a191-4bad-87bb-c86cf4c45af0.jpg b/images/fb920ca4-a191-4bad-87bb-c86cf4c45af0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8805616106c0537cc7e65988d8dea4cd940ecc15 --- /dev/null +++ b/images/fb920ca4-a191-4bad-87bb-c86cf4c45af0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86779de5ab09c584073b908fa089ee440446066db531efbdb5cab8faf2c8550f +size 1643407 diff --git a/images/fb9cde43-a44c-4017-92e9-871c0af51966.jpg b/images/fb9cde43-a44c-4017-92e9-871c0af51966.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8e8132926d88eaec94eb9978cd82cd4465a0be5 --- /dev/null +++ b/images/fb9cde43-a44c-4017-92e9-871c0af51966.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946a6b11c5bbf871a1723b58261fd0a64dfd1f87ed3dfc7f331e43dd838fc6f0 +size 1436849 diff --git a/images/fbaad6ac-a714-4d27-9e5f-be98553b058f.jpg b/images/fbaad6ac-a714-4d27-9e5f-be98553b058f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71376b79eed4db301f90410f8c6b98be99f374f6 --- /dev/null +++ b/images/fbaad6ac-a714-4d27-9e5f-be98553b058f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16807ab4336d7eab262b25d5e4edb885c1d2107ea7983ca96e2bc89845b8931a +size 1623671 diff --git a/images/fbaec3b4-a2e1-453e-a5ea-87097c2f72ea.jpg b/images/fbaec3b4-a2e1-453e-a5ea-87097c2f72ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fbd77806a5e679a64c6e3d324a663b657c7275c --- /dev/null +++ b/images/fbaec3b4-a2e1-453e-a5ea-87097c2f72ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a27d1ed835c506cd641ff58f41ec60a14736484f2a53aee9cf9893d9f75d400 +size 1327645 diff --git a/images/fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4.jpg b/images/fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e38778269f79adcd36fd6dba1bc7f0a1846fe922 --- /dev/null +++ b/images/fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8435e937ebfd78009a94c45702771c97269414af7dde8352d8b07ec36c5f071b +size 1134464 diff --git a/images/fbd98647-3b56-4dfd-bf81-7c8d9e440c96.jpg b/images/fbd98647-3b56-4dfd-bf81-7c8d9e440c96.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbfba77043daabecda09c4c92a700319b20c4577 --- /dev/null +++ b/images/fbd98647-3b56-4dfd-bf81-7c8d9e440c96.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36095c66c0ebd57c638e5eeca38c935b1652c50d20bb9d74e35143f7d3ee9da +size 1425930 diff --git a/images/fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6.jpg b/images/fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c31af3e1ecd36771424625c9cabdb5eac5ed35b --- /dev/null +++ b/images/fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578ab35f2f1af951d0a218f026905c347b2bdf30b60fec226e5127ab409d9515 +size 1744636 diff --git a/images/fbfeaee0-2b7c-4c26-84cb-f297457086d7.jpg b/images/fbfeaee0-2b7c-4c26-84cb-f297457086d7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8a61b43294cca1f49afc537445a7c41b21faa75 --- /dev/null +++ b/images/fbfeaee0-2b7c-4c26-84cb-f297457086d7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e9ba00ef220482e3d23f667af325e2f5aea69a4f233084886aa5d80f627630 +size 1651177 diff --git a/images/fc017869-b215-442d-84d2-6e17fe10f22d.jpg b/images/fc017869-b215-442d-84d2-6e17fe10f22d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee2f67462557d30096e3159bff0005d4fbc1311b --- /dev/null +++ b/images/fc017869-b215-442d-84d2-6e17fe10f22d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f136600a74923e62e2cdb209a8d5c4d7d25e5931c07216846b0a03e4e4b31ae9 +size 1493284 diff --git a/images/fc1266dc-30bc-4d38-8b17-d962fd573df2.jpg b/images/fc1266dc-30bc-4d38-8b17-d962fd573df2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4db17b44af68b2169aa1b54c77d7ff7c4a6e1e5 --- /dev/null +++ b/images/fc1266dc-30bc-4d38-8b17-d962fd573df2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832f3f7b2a3d48bd62116cc0fd0a8f23ef06b0fd6ed57270640b6aa7e22d5e09 +size 1574585 diff --git a/images/fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9.jpg b/images/fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cac78daad7567fae21d8a7c5cf194a205dcc789c --- /dev/null +++ b/images/fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60fb98b174aa2f7dcada231b483055396c5f82e5f15680fe678aa244812cee3 +size 1567222 diff --git a/images/fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd.jpg b/images/fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dc0ddcbba23bbe6e0895016930cd2047b25dce7 --- /dev/null +++ b/images/fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec59312f80b5e14f7e83e53ff96afcf9ac5772c6d132042f896954476a56632 +size 1811785 diff --git a/images/fc2126de-044b-4497-917a-dfcda3e313da.jpg b/images/fc2126de-044b-4497-917a-dfcda3e313da.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6abdecb36e73373551b42ec3aa13490238a256a1 --- /dev/null +++ b/images/fc2126de-044b-4497-917a-dfcda3e313da.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d69ec6f5b96f9c43d3370612dff7e964114ff50f53f1cae34247547f0a6cb +size 1576584 diff --git a/images/fc26e2d2-e594-4657-af30-cf7eed045a8d.jpg b/images/fc26e2d2-e594-4657-af30-cf7eed045a8d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f087abfb07a47a1dfc7230bfb1815186c46f457 --- /dev/null +++ b/images/fc26e2d2-e594-4657-af30-cf7eed045a8d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce44c165f815fa9b4f7fbba5dbd187a32cffaa2a45cab5aaf94882a544c20326 +size 1525843 diff --git a/images/fc297964-9eaa-4f15-b860-ff778d746fd2.jpg b/images/fc297964-9eaa-4f15-b860-ff778d746fd2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04617416bdbaacd5d8b6568908454c150cf10d81 --- /dev/null +++ b/images/fc297964-9eaa-4f15-b860-ff778d746fd2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613dffb9a945eeec1dad44c139bb534dcc6ca32b507cf60bd8eb11fdcb24259e +size 1766029 diff --git a/images/fc31bab7-c46b-4e73-b7ee-c89bcef0ec73.jpg b/images/fc31bab7-c46b-4e73-b7ee-c89bcef0ec73.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb591f8f6589bade346aaf87b7b19eee5f5d56a7 --- /dev/null +++ b/images/fc31bab7-c46b-4e73-b7ee-c89bcef0ec73.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193cea6adb7bd4bff1c5a6272e07a51056f2bfad9440fa364156c24e0f196221 +size 1969373 diff --git a/images/fc3e808b-83b9-4486-8e44-062a1caa88f8.jpg b/images/fc3e808b-83b9-4486-8e44-062a1caa88f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b892546445afa8e81715e0cc27f201ccb4b0ebda --- /dev/null +++ b/images/fc3e808b-83b9-4486-8e44-062a1caa88f8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27534da6be5040ae6a724a4a6980a310d0055e4cff6b06d89b6761e60aea80a +size 1605530 diff --git a/images/fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b.jpg b/images/fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6f9248d99377492294e6c6f3090dcc81cd072bc --- /dev/null +++ b/images/fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1b64179f7590da8b8ea7fadaefc595bf45f708bec3af101274060ba95e7cc3 +size 1745173 diff --git a/images/fc5111fa-d573-4b70-a5d4-1e1d9f80b742.jpg b/images/fc5111fa-d573-4b70-a5d4-1e1d9f80b742.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d94d4d8356dca984878f2c3d31336a3a96ed119 --- /dev/null +++ b/images/fc5111fa-d573-4b70-a5d4-1e1d9f80b742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817b9049a752c3b6ea3fa814cce90e277a4b29a09347255be1912442fae112f0 +size 2476341 diff --git a/images/fc57e7fc-4972-427e-9139-528e9225cbd5.jpg b/images/fc57e7fc-4972-427e-9139-528e9225cbd5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d767ce3330ec638f29a9f5a6e8a5252d2babad5d --- /dev/null +++ b/images/fc57e7fc-4972-427e-9139-528e9225cbd5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8f8b7e40f2df373d8bd2976359f14260926f435150c369929195d2e639a80b +size 2146881 diff --git a/images/fc5d9f97-d1d6-4bb8-824d-25500aa67347.jpg b/images/fc5d9f97-d1d6-4bb8-824d-25500aa67347.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1452213ceb641f6c4ee6e9a6bf1a71582f015587 --- /dev/null +++ b/images/fc5d9f97-d1d6-4bb8-824d-25500aa67347.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e71668d9edfe7cbf5ac2249e001949a15eb71f98e2594843b82dab032f076a7 +size 1837253 diff --git a/images/fc5fb3e2-d18f-4b78-99b7-03894023aa1f.jpg b/images/fc5fb3e2-d18f-4b78-99b7-03894023aa1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2717712546ef12ed094a6b77897c041cc2068b1b --- /dev/null +++ b/images/fc5fb3e2-d18f-4b78-99b7-03894023aa1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88cda5f56b37dd3be9728549b617538b911d60e10c3e7591c66aafd2f913fdb +size 3727473 diff --git a/images/fc630c35-53ee-4143-8672-b1c0864bb0c1.jpg b/images/fc630c35-53ee-4143-8672-b1c0864bb0c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8b5dd47b9b16545c53834d0685bbd9929a904ff --- /dev/null +++ b/images/fc630c35-53ee-4143-8672-b1c0864bb0c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab9f20dd8041e605abc2a20e9d525a5c71ceb5949ed99ad65e7a9f741ae1588 +size 1499786 diff --git a/images/fc67af85-e1c6-41e2-80ab-42a79cd63403.jpg b/images/fc67af85-e1c6-41e2-80ab-42a79cd63403.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ca909929d8d430ef7618a317396f67caf8d4abb --- /dev/null +++ b/images/fc67af85-e1c6-41e2-80ab-42a79cd63403.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d690a11d987c4478b1576a81973ab1ab1a0d1a9b750796ec851e14349fc469 +size 2916149 diff --git a/images/fc7487e8-5f67-481c-ab3c-f9418bffb020.jpg b/images/fc7487e8-5f67-481c-ab3c-f9418bffb020.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de05367b317dcf9e1b3e8a4bb5c7a3103ee44cbd --- /dev/null +++ b/images/fc7487e8-5f67-481c-ab3c-f9418bffb020.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d336ac9832643a6db9b8c29d3ae2acf6c5321dfc4f452b5bf2aeecef21ab44 +size 1522136 diff --git a/images/fc7de6e7-5924-47c5-89a9-50c19240438d.jpg b/images/fc7de6e7-5924-47c5-89a9-50c19240438d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..110ebafe1cc67ddd3765b8a2cf0282e35c771501 --- /dev/null +++ b/images/fc7de6e7-5924-47c5-89a9-50c19240438d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ad8f7b041db9c9f91402455ec16aa5bc3bd47117ef459aee521e89e913c32f +size 1747386 diff --git a/images/fc8dcede-09b8-44dc-8a23-87c768959719.jpg b/images/fc8dcede-09b8-44dc-8a23-87c768959719.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f4a1f9d40704b43beec601d86ec548b9a215549 --- /dev/null +++ b/images/fc8dcede-09b8-44dc-8a23-87c768959719.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622cdd820e66965cb053113e18af79e991689df4d8524a753dbc17bc533c19df +size 1299000 diff --git a/images/fc90e167-7f87-461d-8892-c38a45a557b3.jpg b/images/fc90e167-7f87-461d-8892-c38a45a557b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..748f2543aef5db9094472665d2acf472b0995fb9 --- /dev/null +++ b/images/fc90e167-7f87-461d-8892-c38a45a557b3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1843f563b987a3a22750a5c8389c2e351ec580fdba1191dc636c6e52503c6813 +size 1641069 diff --git a/images/fc910f23-ed74-451a-a7cd-31f7a347d48a.jpg b/images/fc910f23-ed74-451a-a7cd-31f7a347d48a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0a6c5fe49cc2dec9f46ef48fe451434fe2a14d8 --- /dev/null +++ b/images/fc910f23-ed74-451a-a7cd-31f7a347d48a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8124fa297560096f533ab4f9f47d6f03939241cd19f15144067224c81e4addd8 +size 1352468 diff --git a/images/fc970f80-e660-42bc-9c2a-17b7856bbaee.jpg b/images/fc970f80-e660-42bc-9c2a-17b7856bbaee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..083a2ba899f9bf519038a807434e5a3bc283c8ba --- /dev/null +++ b/images/fc970f80-e660-42bc-9c2a-17b7856bbaee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f02774985b5968e9d500bb3621d21fc438e5705b1f4ab507a7c28ba23bd751a +size 1828548 diff --git a/images/fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b.jpg b/images/fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffae3cf4b91eec278889a4c998068452047f5b7d --- /dev/null +++ b/images/fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cea07406b1d1d81534bd6ea26867180475f624dcfa66ec04f464d298102725 +size 1474342 diff --git a/images/fca8291a-f746-46ff-8deb-8978e7106543.jpg b/images/fca8291a-f746-46ff-8deb-8978e7106543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f0a938e7be22c7914d84dd8a5a2c9c1d1af7942 --- /dev/null +++ b/images/fca8291a-f746-46ff-8deb-8978e7106543.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617330b6d56cb84337144870d4b9a0ea136fcd2c132c97103c1ea17c02cb372e +size 1698880 diff --git a/images/fcb3884b-def5-405e-93d6-b2c5c6302669.jpg b/images/fcb3884b-def5-405e-93d6-b2c5c6302669.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa9f42384a4cc33e0882fdc9d7427749ca800290 --- /dev/null +++ b/images/fcb3884b-def5-405e-93d6-b2c5c6302669.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fb2c927f5aa5c987a595795b80beb25070b8a144493e323a8046096f3e2959 +size 2491572 diff --git a/images/fcbe714d-9e0a-4632-af68-f6ff3091ee58.jpg b/images/fcbe714d-9e0a-4632-af68-f6ff3091ee58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..300db5ef714a7bdccc185ffb3388c1f421331847 --- /dev/null +++ b/images/fcbe714d-9e0a-4632-af68-f6ff3091ee58.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcec470a4d3634afd6c205541863a2403eddf84d1fc71bcd24545e61efdd47f7 +size 1816380 diff --git a/images/fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8.jpg b/images/fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cf109885b2d35fbccb2bcb599576ed751b74883 --- /dev/null +++ b/images/fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b546551dcb93a601738cbebf63f285ae1512b0207d1e32c9e01b5cac47d3d39b +size 1915295 diff --git a/images/fcc4f18c-d1ac-4fa7-a992-241ba54d4da9.jpg b/images/fcc4f18c-d1ac-4fa7-a992-241ba54d4da9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a7806ba6bf3cb37f11f046667410d5445c3a668 --- /dev/null +++ b/images/fcc4f18c-d1ac-4fa7-a992-241ba54d4da9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0031713c8d2036d23b050efed2902615a8eef472f8f2f8e0a95308055fc7ea4 +size 1240563 diff --git a/images/fcd088a9-25a9-4cf2-81e5-894279a8eb34.jpg b/images/fcd088a9-25a9-4cf2-81e5-894279a8eb34.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48034770a83deacf4ec1fc0c41dde88253a92a04 --- /dev/null +++ b/images/fcd088a9-25a9-4cf2-81e5-894279a8eb34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496b9f7442970c758c82d66123a236ebad0d80b28e1a169d1617a60f1cfb7bde +size 1718060 diff --git a/images/fcd2828e-59e9-454d-86f9-8e52ff8a5b7e.jpg b/images/fcd2828e-59e9-454d-86f9-8e52ff8a5b7e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b11825179f6184d11659b96efcf272e8a6bf20a --- /dev/null +++ b/images/fcd2828e-59e9-454d-86f9-8e52ff8a5b7e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42eeb6e895ef9c31a36a7129745c8f29c38a364c5a6113aecdcb9f69bb2af05e +size 1756517 diff --git a/images/fcdbb4b6-e1fa-4a70-9845-e57df31d6df9.jpg b/images/fcdbb4b6-e1fa-4a70-9845-e57df31d6df9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd1e8cb715546d26d91e2ed34e70e0240e030b3c --- /dev/null +++ b/images/fcdbb4b6-e1fa-4a70-9845-e57df31d6df9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9a948c67680a725685f710cee99cffbb2f74de3660c51fbca0117585e5faa3 +size 1196255 diff --git a/images/fcdc73e2-2dbd-46ef-ac33-9b361e139fff.jpg b/images/fcdc73e2-2dbd-46ef-ac33-9b361e139fff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87e1dcce83672469be2be54e3a8a71bda4a355e3 --- /dev/null +++ b/images/fcdc73e2-2dbd-46ef-ac33-9b361e139fff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d8b3569ee201c2268e5e3ad173ad2440c800969982312c5c05a8c75735e5f1 +size 2195235 diff --git a/images/fcea81be-e1a1-4918-b134-26bf63970d72.jpg b/images/fcea81be-e1a1-4918-b134-26bf63970d72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6b0968cafcaf2d7435603d7f977f2c9e6356746 --- /dev/null +++ b/images/fcea81be-e1a1-4918-b134-26bf63970d72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70069654aaad9f80e30a7e064aa51f8689594e2e9d50f794213a2b6344ccf95b +size 1481286 diff --git a/images/fcec350c-d564-4af5-994e-22814f0fb3d2.jpg b/images/fcec350c-d564-4af5-994e-22814f0fb3d2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6883bca4e308e76aed6781a94b2e10906febd66e --- /dev/null +++ b/images/fcec350c-d564-4af5-994e-22814f0fb3d2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a49b509aae8f2cccc2fa267088edde55480942d0efd163592ff9cc3a1d8d4fe +size 1573889 diff --git a/images/fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4.jpg b/images/fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c3ef8c58a7f7293fea46dc360dbffe6b9de65dd --- /dev/null +++ b/images/fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256e4fff7795bc69fa3be94bc2afa92108f482dbb3b8f3dc34d105b42a40eb7e +size 1465961 diff --git a/images/fcf55763-e78f-45bf-9687-9d12c954ccc8.jpg b/images/fcf55763-e78f-45bf-9687-9d12c954ccc8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9556fff87c164981e8505cd244c85e88c6d7266 --- /dev/null +++ b/images/fcf55763-e78f-45bf-9687-9d12c954ccc8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424ee3b400dd76c04c016b3b20d09625d2235e11fadf901f442a8660121a7c9a +size 1522631 diff --git a/images/fcf6b6b8-9263-4473-9275-ee81eb7f66bc.jpg b/images/fcf6b6b8-9263-4473-9275-ee81eb7f66bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60f6f54ed8f8160ceae20b6c8e21ee710df8efd1 --- /dev/null +++ b/images/fcf6b6b8-9263-4473-9275-ee81eb7f66bc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cc9e744043c76f3bf62b802d19470bca1d78d15d59475c3db5ebd252703354 +size 1860699 diff --git a/images/fcfcc2d2-acf0-490a-a962-cbac01e6124d.jpg b/images/fcfcc2d2-acf0-490a-a962-cbac01e6124d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d8d5a2ca79ba943f4b5f96343b39f6a9f0f945f --- /dev/null +++ b/images/fcfcc2d2-acf0-490a-a962-cbac01e6124d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197cb99670b2c78730526cfcabafa1e761ee41164d74c352596d8783e781fd14 +size 3050971 diff --git a/images/fd018ec8-452c-4ee2-b9e2-1d9fd79007ef.jpg b/images/fd018ec8-452c-4ee2-b9e2-1d9fd79007ef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..593b2e123e924dac1d957de720883dc779a84b09 --- /dev/null +++ b/images/fd018ec8-452c-4ee2-b9e2-1d9fd79007ef.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa8dc6a1c85e467ce3f249f062688d312ab7e4f9f5424c6eb53786076644a85 +size 1299488 diff --git a/images/fd16d588-0c81-47b3-817d-773cd9bceb2d.jpg b/images/fd16d588-0c81-47b3-817d-773cd9bceb2d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64fe56067cdfee10abd3235b203875a93f3330c6 --- /dev/null +++ b/images/fd16d588-0c81-47b3-817d-773cd9bceb2d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1fdddaf500258f535a56eb8b31f1f17fcdc84aec640cfe34e20e46aaa352c3 +size 1319121 diff --git a/images/fd18a6f5-e9ce-4224-b484-57a85e1d4733.jpg b/images/fd18a6f5-e9ce-4224-b484-57a85e1d4733.jpg new file mode 100644 index 0000000000000000000000000000000000000000..343dd331029bc0162ea5082bf6dfd7db9c7f2782 --- /dev/null +++ b/images/fd18a6f5-e9ce-4224-b484-57a85e1d4733.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8910aa185fc733eed5c2ed722b125aef01353081762d4a05e55605697d4cd2 +size 1859524 diff --git a/images/fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718.jpg b/images/fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94c99d17021582b7a356d251d5840dc24720348a --- /dev/null +++ b/images/fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71a900eed52695b20a35a9f3bd4829093ff32cfac0b7f53e59e72e7fa594fcf +size 1563816 diff --git a/images/fd245d54-e27c-4424-a8b2-75ef431698d6.jpg b/images/fd245d54-e27c-4424-a8b2-75ef431698d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05e0d4cedaf2fff195fee2829fb5cccfb3f7e30b --- /dev/null +++ b/images/fd245d54-e27c-4424-a8b2-75ef431698d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b06fdd3030ca706823c1095f0f5f4eeb45a13660b8285319cbbab1404e4675 +size 1608685 diff --git a/images/fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415.jpg b/images/fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f1fc71ea9c44732c0a7b11d72521f6681a2a3b5 --- /dev/null +++ b/images/fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912fe879addf978bd7a5e43b7edd4baadd14238025afee6ea8e252d7e602c8b4 +size 1461332 diff --git a/images/fd2e339f-e4d9-403e-8323-cdb7458153fd.jpg b/images/fd2e339f-e4d9-403e-8323-cdb7458153fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5ba54889a4ce7e3bfbb97ea467a51130348e7b7 --- /dev/null +++ b/images/fd2e339f-e4d9-403e-8323-cdb7458153fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a4c0adcc9fb69c243691924ce60cd7985a45d0f3c2fa3c9de3534adc20e422 +size 1584694 diff --git a/images/fd352c30-11dc-4e46-9076-be8690809719.jpg b/images/fd352c30-11dc-4e46-9076-be8690809719.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b537c246c5b65c4bb8b4a51e1dd3d95cc9808532 --- /dev/null +++ b/images/fd352c30-11dc-4e46-9076-be8690809719.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a027bb34f51041795b5d40b5caa0226d9b6bcca9c94bd9551e0d250382fd04f +size 1606403 diff --git a/images/fd37369b-9cbf-4da4-a353-84ef2137113b.jpg b/images/fd37369b-9cbf-4da4-a353-84ef2137113b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6c7c2bb8948f3bd11edf68ba2a8303db60a4908 --- /dev/null +++ b/images/fd37369b-9cbf-4da4-a353-84ef2137113b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673b934fd713cc59cd8c1656a7e68a8c828d0182ec1f810fcc380012675ddba5 +size 1740970 diff --git a/images/fd3c811a-5aef-4f1b-a213-bb1869238ba3.jpg b/images/fd3c811a-5aef-4f1b-a213-bb1869238ba3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..611e8aa2d9d72e9e306a4c0220ade9ebab14b825 --- /dev/null +++ b/images/fd3c811a-5aef-4f1b-a213-bb1869238ba3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d1a3c72df9a1e20854282354a3425dee588d00519171571876ebadb8f7b246 +size 1593876 diff --git a/images/fd3db13e-195b-4d2f-8d15-d4489b190ea3.jpg b/images/fd3db13e-195b-4d2f-8d15-d4489b190ea3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6fa09f12f9e2daf19888fb82de95e0a949f0561 --- /dev/null +++ b/images/fd3db13e-195b-4d2f-8d15-d4489b190ea3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72513ae01db190090225c049178632a5e8f0ea4fb605845e3e578f05833ee789 +size 1657606 diff --git a/images/fd3f1806-f588-4205-b26a-61bd1dca5d52.jpg b/images/fd3f1806-f588-4205-b26a-61bd1dca5d52.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e19f8b9dcb5a9c93027b791d5ee407a6dec92f6 --- /dev/null +++ b/images/fd3f1806-f588-4205-b26a-61bd1dca5d52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70e70b693d3a261ed5f9b5bed13b98f2f3c539c3db83901b97e2a25fe976ff3 +size 1460563 diff --git a/images/fd45711f-5888-4a29-820f-16a2790e43ae.jpg b/images/fd45711f-5888-4a29-820f-16a2790e43ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..387a66797d34456c938541b567f062ca4b132176 --- /dev/null +++ b/images/fd45711f-5888-4a29-820f-16a2790e43ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e906f8b20e7853b8d329a976bad8f961e37c1dce0a14aad7540f4b550926cd +size 2039858 diff --git a/images/fd498042-2e73-4a3b-b6cc-e620c186f3b1.jpg b/images/fd498042-2e73-4a3b-b6cc-e620c186f3b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d81f2ebd740d5d43f441dee2482392eeb8f6801f --- /dev/null +++ b/images/fd498042-2e73-4a3b-b6cc-e620c186f3b1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4400e3f2a536fa4086a10677bfb1fe47bf9646bf4e2cc21bdd129d8d20e41079 +size 3108024 diff --git a/images/fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61.jpg b/images/fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6864063911f1fb070174496f0a6d5feaaaa9634 --- /dev/null +++ b/images/fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d05486897b1ac3e55216e9c4a1593e03532f533129050df53a43f2032c8356 +size 1496119 diff --git a/images/fd53603d-a317-445f-ae91-bad61064390b.jpg b/images/fd53603d-a317-445f-ae91-bad61064390b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9c337b26f0362925a69ddda171f320f73f6f162 --- /dev/null +++ b/images/fd53603d-a317-445f-ae91-bad61064390b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c95116c87d02a403d8070f082a1e9c62d0df8c627f5d6d36e347c9c387fecc +size 1884271 diff --git a/images/fd58f2cb-2951-4516-b59e-d09828a8e1ab.jpg b/images/fd58f2cb-2951-4516-b59e-d09828a8e1ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfee0454626a86edba74e04db8ec9bc794553829 --- /dev/null +++ b/images/fd58f2cb-2951-4516-b59e-d09828a8e1ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7f5221783b093b11ee959b7a2bca8cf6b9b847efe8542cb17c8fffc992877d +size 1486059 diff --git a/images/fd5aaed8-51b8-476e-a27f-b160960f9336.jpg b/images/fd5aaed8-51b8-476e-a27f-b160960f9336.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcfc6581d26d9a4eaf6878fcfda9536823954a89 --- /dev/null +++ b/images/fd5aaed8-51b8-476e-a27f-b160960f9336.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baaeeba76b5cb1e0b57b71ae30d528bcbbf1eb765d29c2bb811f1a7221c52e93 +size 1254439 diff --git a/images/fd6e1936-2d28-4815-b405-c4aaeebb86a7.jpg b/images/fd6e1936-2d28-4815-b405-c4aaeebb86a7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c414f3e2057ad5686ea525f3d0b38beac02e592 --- /dev/null +++ b/images/fd6e1936-2d28-4815-b405-c4aaeebb86a7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceab6b353d61cb960c9d66067d136058b5ae843307e72e974837d7675351541b +size 1548182 diff --git a/images/fd707208-164c-4d36-9cdc-9dbab34e77c1.jpg b/images/fd707208-164c-4d36-9cdc-9dbab34e77c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e040cf3dbf0e86fece4162b1d27d50e060e8fa33 --- /dev/null +++ b/images/fd707208-164c-4d36-9cdc-9dbab34e77c1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ba810e8f3d0e8c625c53b033a0519b6e272f367a88c6e13080471a0e6ae3f7 +size 2024927 diff --git a/images/fd855efe-3890-43e4-abf3-9247edef97e9.jpg b/images/fd855efe-3890-43e4-abf3-9247edef97e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..709616022ee237505af45f91cef1e5de7dede776 --- /dev/null +++ b/images/fd855efe-3890-43e4-abf3-9247edef97e9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe80ab94053dbeb9747e81f4f689eea0e0910071ddfe8ba0facdecf7a6b8efa5 +size 2226848 diff --git a/images/fd85a906-d95b-487e-90e8-9050633cd89c.jpg b/images/fd85a906-d95b-487e-90e8-9050633cd89c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4710e25793b0427148dfa69ca1675d7c1353550 --- /dev/null +++ b/images/fd85a906-d95b-487e-90e8-9050633cd89c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1f747614ccf03f125edb52c73c4b6a2cc67781818359e6d989b63f4874c4ca +size 1557110 diff --git a/images/fd8f2767-6195-48df-96bc-e50e22a9b2b0.jpg b/images/fd8f2767-6195-48df-96bc-e50e22a9b2b0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90c945ce03b277efbcbfd6ed44014f795a9004e9 --- /dev/null +++ b/images/fd8f2767-6195-48df-96bc-e50e22a9b2b0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f7bce8fad1d68a57a18cdb654a148c43c18d504212764f5c4f41a471f03634 +size 1640802 diff --git a/images/fd8f815a-2013-4260-a39c-10252d68c982.jpg b/images/fd8f815a-2013-4260-a39c-10252d68c982.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8d564cb2eb3ba951a97555348ff3ff796579c09 --- /dev/null +++ b/images/fd8f815a-2013-4260-a39c-10252d68c982.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a08c33e0a955efc60a54e2735ab23b23bce7f78d1237db36084a98b8f9de03e +size 1915208 diff --git a/images/fd950609-04b2-4369-92ea-05bf4322f056.jpg b/images/fd950609-04b2-4369-92ea-05bf4322f056.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b72d3bcf61e8f18f1fd9a9455462b574ea8b5faa --- /dev/null +++ b/images/fd950609-04b2-4369-92ea-05bf4322f056.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e188071a51c2513ae88c129b8df4fe1b68fb133ff04a0d2b0d44fd4fba5e56 +size 1558016 diff --git a/images/fd9f6b44-9ab2-4145-a9ff-cfcb547d263b.jpg b/images/fd9f6b44-9ab2-4145-a9ff-cfcb547d263b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e3bb9582e932d3f12af70589db9533aa8ac284f --- /dev/null +++ b/images/fd9f6b44-9ab2-4145-a9ff-cfcb547d263b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11951099af94f24c2e7de653ed28620a653494f6995c0356376d7c93e8f96a9e +size 2381314 diff --git a/images/fda46c21-ee45-4dc0-9c68-905fd9ffd737.jpg b/images/fda46c21-ee45-4dc0-9c68-905fd9ffd737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ca8d198a81ed8a00210a148a84ed6054d2a5166 --- /dev/null +++ b/images/fda46c21-ee45-4dc0-9c68-905fd9ffd737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903a5c9b1f64b51a1c201672c44dde9c9719338ba511be5dd345cb7d818083f9 +size 1380482 diff --git a/images/fda5656b-5f03-4719-bbd4-a27ae9fd9c88.jpg b/images/fda5656b-5f03-4719-bbd4-a27ae9fd9c88.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78041ded28514dac31ddd6bc6a929e1202e880c2 --- /dev/null +++ b/images/fda5656b-5f03-4719-bbd4-a27ae9fd9c88.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d44c8335d1f747b269be2648ad94d4a330c933089793daf80353504b71395a +size 1995149 diff --git a/images/fdb1bb15-0ee6-416b-8d96-8238af6dec36.jpg b/images/fdb1bb15-0ee6-416b-8d96-8238af6dec36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad327c4400b1d2dd5d14810f365c5416fe1e7f2d --- /dev/null +++ b/images/fdb1bb15-0ee6-416b-8d96-8238af6dec36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c095e78cb3cb6162e990ee4d2cf206dfdc0a011b06b7d04844bf6d4e9883bc8f +size 1442818 diff --git a/images/fdbf6f3b-b1ed-4fdf-b698-77b087c81065.jpg b/images/fdbf6f3b-b1ed-4fdf-b698-77b087c81065.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dba3ebe9e5a82811021b8eaa60ac8cd35605b617 --- /dev/null +++ b/images/fdbf6f3b-b1ed-4fdf-b698-77b087c81065.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04235ac01bfca1d9b0863260f894c14675682b13b38f42f9a0a85f258e873f0 +size 1491386 diff --git a/images/fdc5ad78-979a-4ebc-806d-b3774fb56ef6.jpg b/images/fdc5ad78-979a-4ebc-806d-b3774fb56ef6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12ced6c4b758b2614dda4cacc6d13a98ed66b71b --- /dev/null +++ b/images/fdc5ad78-979a-4ebc-806d-b3774fb56ef6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523a3080ea74f42d156c1a2c60daf0d7eee335e9cd81c11a234d37a6528162d2 +size 1586671 diff --git a/images/fdc830a2-b31e-4207-b720-d6f9ca1cfb45.jpg b/images/fdc830a2-b31e-4207-b720-d6f9ca1cfb45.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d599caf2b572f0764909b53c80e5e0f39203e7a9 --- /dev/null +++ b/images/fdc830a2-b31e-4207-b720-d6f9ca1cfb45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc19d9c1aad3ab6cae2bf320736f8b2f3fe4bb8b29eb7ad20f03f37576ecf8e +size 1446885 diff --git a/images/fdcc90c5-f045-4e43-a656-c63a96b0a52a.jpg b/images/fdcc90c5-f045-4e43-a656-c63a96b0a52a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd03ab64867f2fa43a1a8361b0258a77342f577e --- /dev/null +++ b/images/fdcc90c5-f045-4e43-a656-c63a96b0a52a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8ae0351f63cf1c831b0cab29de54c9b232b3106ef2b1571150c6cdbdc07403 +size 1619954 diff --git a/images/fdd55e2f-e828-4d1c-95af-91f7dba88448.jpg b/images/fdd55e2f-e828-4d1c-95af-91f7dba88448.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d91693fe6b517b5bbf891f238adccb3a32155a31 --- /dev/null +++ b/images/fdd55e2f-e828-4d1c-95af-91f7dba88448.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51e7373f102b4e124126541ec6fb0824b8a8df6096559ac1e8f8c7ecee60ebb +size 1601109 diff --git a/images/fde16cd7-a45d-42d8-b437-7d75a8c6952b.jpg b/images/fde16cd7-a45d-42d8-b437-7d75a8c6952b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cecb520c97d043fde55c5e903feb0055354de1b --- /dev/null +++ b/images/fde16cd7-a45d-42d8-b437-7d75a8c6952b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb539c257f434416205f214e8ea52b81f655f2349da127860160ed4767372e3 +size 1557882 diff --git a/images/fde35ede-cf23-4af7-aee3-1e3c005858ac.jpg b/images/fde35ede-cf23-4af7-aee3-1e3c005858ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22cdaaddfa568e04306716996a70a39b64279a6a --- /dev/null +++ b/images/fde35ede-cf23-4af7-aee3-1e3c005858ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb795b2d41f6eaf2f4ac547c0669b62ce09864e07fdae35f8609c96b71c2387e +size 1555100 diff --git a/images/fde57eff-c412-496c-a77b-4068fca7a3cd.jpg b/images/fde57eff-c412-496c-a77b-4068fca7a3cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..070492bad1b5c575085063350d9386e71b978ad1 --- /dev/null +++ b/images/fde57eff-c412-496c-a77b-4068fca7a3cd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5a6cd4d5e72012bb10831d57e78db7a6c2896ec7f09c4fff9647305a3a207a +size 1515530 diff --git a/images/fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a.jpg b/images/fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b25edfc8c8a3daf0b7af74e9b62b16ec15d871 --- /dev/null +++ b/images/fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f66a92e7a1791c5505af825644b0f967244eb9a2b036b8653d5dfe9a932a8c0 +size 1493087 diff --git a/images/fdeba540-1d25-4bf8-a23c-51cee428a01e.jpg b/images/fdeba540-1d25-4bf8-a23c-51cee428a01e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30e07c53a6633d2900ef36356288de9cf627d7c8 --- /dev/null +++ b/images/fdeba540-1d25-4bf8-a23c-51cee428a01e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543d9016a4d0e8865ab02b693365e4e299922c43a7be9531817c92986f751821 +size 999723 diff --git a/images/fdecaa84-cd5c-4efe-91a7-2ec663e50d59.jpg b/images/fdecaa84-cd5c-4efe-91a7-2ec663e50d59.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1053f95f5d44d0b97d320b74fd0d2f9d21671664 --- /dev/null +++ b/images/fdecaa84-cd5c-4efe-91a7-2ec663e50d59.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bbab547e7ad114d5645dca570e7457de0a9e46575e9e6c67afba15df2aa5b7 +size 1722060 diff --git a/images/fdef4c13-3c8a-4d95-b7a9-b38d522bf393.jpg b/images/fdef4c13-3c8a-4d95-b7a9-b38d522bf393.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4542b2dd0610de32d68a2f4cb4f368d48fb98299 --- /dev/null +++ b/images/fdef4c13-3c8a-4d95-b7a9-b38d522bf393.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bacbe4f6ea6ab36cfbacaa9c591c8920e2d5d684422b061fc97bf0f6d6eda14 +size 1660319 diff --git a/images/fdef7055-3d71-4f27-9b2c-b509b436ffcf.jpg b/images/fdef7055-3d71-4f27-9b2c-b509b436ffcf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71b3856beb1656f57e8dc392cf46b8a8f2e1d1e0 --- /dev/null +++ b/images/fdef7055-3d71-4f27-9b2c-b509b436ffcf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1164e11dab6d50a7242828b88d9d16ab7432d5733ffccf75147a0d428bc1f65 +size 1851997 diff --git a/images/fdf31372-7205-453a-adfb-6e9e462b3a1d.jpg b/images/fdf31372-7205-453a-adfb-6e9e462b3a1d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3815cc2f70669c614617b225d8debba104a254a5 --- /dev/null +++ b/images/fdf31372-7205-453a-adfb-6e9e462b3a1d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96360e6abcc6b4f840d23d25318a3c6ff726cd02062e423f2d3f62ffd4401ee2 +size 2525697 diff --git a/images/fe0714ef-d08c-45c2-b4ae-91f8d7f3df81.jpg b/images/fe0714ef-d08c-45c2-b4ae-91f8d7f3df81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcfc263c3e196a774f2c143e45e6332b3ec5a8d7 --- /dev/null +++ b/images/fe0714ef-d08c-45c2-b4ae-91f8d7f3df81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7710ace112fd7efc62be4c512dafac6ddc29985907d443d130e15bedeea269 +size 2572109 diff --git a/images/fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e.jpg b/images/fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f683c20e2c8766cce7caeca18519f8081eb09a3 --- /dev/null +++ b/images/fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79169930e473904603b4ff4181d6fd5f9e65d9e560023d1ea5b19d9b05ca093 +size 1547602 diff --git a/images/fe0cf8fd-003d-4d59-9c02-8e0ebf907145.jpg b/images/fe0cf8fd-003d-4d59-9c02-8e0ebf907145.jpg new file mode 100644 index 0000000000000000000000000000000000000000..528ae00db6482ec35e3cd64553aa3d79ac2b79be --- /dev/null +++ b/images/fe0cf8fd-003d-4d59-9c02-8e0ebf907145.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda7d031036cd950a4fdaf27ed34d39d5301d35b02dd6975f23228e76789c15d +size 1407624 diff --git a/images/fe15cc2e-a8d4-4a67-ba55-7b55018cde51.jpg b/images/fe15cc2e-a8d4-4a67-ba55-7b55018cde51.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d1e2ed15df2baae07c192b3215ea90c0f3ab8d7 --- /dev/null +++ b/images/fe15cc2e-a8d4-4a67-ba55-7b55018cde51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566ed6cba7632f75d67c0bdb7666460a5d7cbcc6a1b281d1b6700198d42feade +size 3094704 diff --git a/images/fe19736b-054d-404d-b896-da15829ed825.jpg b/images/fe19736b-054d-404d-b896-da15829ed825.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf5ee4ec79c6662abed5ce92b45250c836d199dd --- /dev/null +++ b/images/fe19736b-054d-404d-b896-da15829ed825.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0774e6bcbc252b50a9042f20ccb23c8acd546917bbacfcdb290eb94c57ebf2 +size 1294886 diff --git a/images/fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a.jpg b/images/fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8454592ae4101cc9790b74c5ed33d72d1e0fab42 --- /dev/null +++ b/images/fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7d800b5ee44c7ee0a6d039c5aa95325f607bf6b68b2d8eefd7c7f773c43345 +size 1510827 diff --git a/images/fe32d42a-cedb-43d4-a2fa-89311cd0be7f.jpg b/images/fe32d42a-cedb-43d4-a2fa-89311cd0be7f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..363ef7449211d45463dfdbe1c8596ad10fabd672 --- /dev/null +++ b/images/fe32d42a-cedb-43d4-a2fa-89311cd0be7f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d66f00ff5ba57466ac116af41179b5cda044df406e077d4f2070196ad752e35 +size 1462295 diff --git a/images/fe4e3d21-2de1-46d5-8acb-3b4940ce322e.jpg b/images/fe4e3d21-2de1-46d5-8acb-3b4940ce322e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7683dc10f285b1f82cea038d3bad17af59e4a8eb --- /dev/null +++ b/images/fe4e3d21-2de1-46d5-8acb-3b4940ce322e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c605afc06b62b520ebeb553f749cb9bc17ce563249d0fa93cab8807e55df9e +size 1671690 diff --git a/images/fe59e3ed-b909-43cf-a7e3-1a2dee874168.jpg b/images/fe59e3ed-b909-43cf-a7e3-1a2dee874168.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae03fcd78195d9baa77d5e499493269d581edc1d --- /dev/null +++ b/images/fe59e3ed-b909-43cf-a7e3-1a2dee874168.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead6d730d1fccdbd3372e967ebabd605a232abd43367ff5113a4d0a64a864cac +size 1794677 diff --git a/images/fe74b5a9-c604-4927-97e8-0e0a4e710f01.jpg b/images/fe74b5a9-c604-4927-97e8-0e0a4e710f01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aac7215e0adb6ebd158fea72a8d8808524a78f59 --- /dev/null +++ b/images/fe74b5a9-c604-4927-97e8-0e0a4e710f01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db4e90dfe8d626786fde642ff41d8af9ceb71226bc2d24dd3b58cf160e80366 +size 1387271 diff --git a/images/fe75cf13-89ba-4752-bd45-fd2a336065e2.jpg b/images/fe75cf13-89ba-4752-bd45-fd2a336065e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3573aff91f2405e368aed3f51f2f346c2217fe29 --- /dev/null +++ b/images/fe75cf13-89ba-4752-bd45-fd2a336065e2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4ff4a8f361b76795a25ccc6cd67edd1582a152e1938dc85374be44977678e9 +size 3023912 diff --git a/images/fe87ab67-bae0-4327-83bc-2e3b6c328c32.jpg b/images/fe87ab67-bae0-4327-83bc-2e3b6c328c32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14984c82ce6af247271284a65f65027c3da38098 --- /dev/null +++ b/images/fe87ab67-bae0-4327-83bc-2e3b6c328c32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a1f375f6c9a11e0c1289d0c7deaa96314932ba665a61be594a7c602f4c6de0 +size 1681761 diff --git a/images/fe8d86cd-27a5-42c8-94e7-47dcce6badfe.jpg b/images/fe8d86cd-27a5-42c8-94e7-47dcce6badfe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9f7465fe094a1343d753820999721997e91dc23 --- /dev/null +++ b/images/fe8d86cd-27a5-42c8-94e7-47dcce6badfe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef058172b3a91f4a09e053f36c377408287eb659ef8b6256fb8dcbdbcee0c6a +size 2757789 diff --git a/images/fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32.jpg b/images/fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12d1cc78e75833c2b32886940a44c8398149438a --- /dev/null +++ b/images/fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe63bda6064f01c33a47fd24ec8f96084ee2e489c65efbfcfde7b5008764de0 +size 1436020 diff --git a/images/fea0457d-5906-4207-82e9-e8690f2e3a22.jpg b/images/fea0457d-5906-4207-82e9-e8690f2e3a22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc84939649b425c928c195030a9c0c7d3504701 --- /dev/null +++ b/images/fea0457d-5906-4207-82e9-e8690f2e3a22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c8fe7476eb58f957213b2035c9361b97f52eb68d04f835c7890b33b84d7ef1 +size 1512086 diff --git a/images/fea335a3-e331-4594-9d8b-c2e89012ea93.jpg b/images/fea335a3-e331-4594-9d8b-c2e89012ea93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..839778742b5438ad4d91e420a4f227a59e993d63 --- /dev/null +++ b/images/fea335a3-e331-4594-9d8b-c2e89012ea93.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccc88544ddbe0ab01dc85d20a494cb4faf0fb201b85512f7b5c1744c3357a57 +size 1312761 diff --git a/images/fea373bb-0dff-4eff-aa0e-81008a214f5c.jpg b/images/fea373bb-0dff-4eff-aa0e-81008a214f5c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1686255e564663221c1d6414a2a82724c0e4e81 --- /dev/null +++ b/images/fea373bb-0dff-4eff-aa0e-81008a214f5c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a127fb5cfdfe446329cae87439e37a869428f52200d8c4629d79ad25e8dd576 +size 1337032 diff --git a/images/fea40e45-dfc9-4719-b08f-ee05bd4a452b.jpg b/images/fea40e45-dfc9-4719-b08f-ee05bd4a452b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b98b8d4b5862255fdd7940bce1e976827ca70bc --- /dev/null +++ b/images/fea40e45-dfc9-4719-b08f-ee05bd4a452b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5ddb5fbe9b4f06791afb6977c57c2d64dd6bdf89def7dcb669184c3b91b0cb +size 1683434 diff --git a/images/fea90f85-2996-4719-ae1d-59aab98a5b1c.jpg b/images/fea90f85-2996-4719-ae1d-59aab98a5b1c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43d51f2cb82b6f021d4ac24af334ac4d44adff46 --- /dev/null +++ b/images/fea90f85-2996-4719-ae1d-59aab98a5b1c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9117820e58d5c1fecb745b34839a58fb77ed152985b58f1fb1e533dbd43ce190 +size 1551611 diff --git a/images/feaa1fc1-37c6-4868-93f6-e7c7203dbe94.jpg b/images/feaa1fc1-37c6-4868-93f6-e7c7203dbe94.jpg new file mode 100644 index 0000000000000000000000000000000000000000..013771cde542ec862db6b297d4d114c5e4104ff1 --- /dev/null +++ b/images/feaa1fc1-37c6-4868-93f6-e7c7203dbe94.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25a1650e0192c258ee2e08a77c7ecc58b7e9d3b0802a5d7f5e4858b96314628 +size 1470704 diff --git a/images/feca6d82-a9c4-496d-a473-859d9044b24f.jpg b/images/feca6d82-a9c4-496d-a473-859d9044b24f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35dbccd996c06b0701383ed7bfa03b8e499d3174 --- /dev/null +++ b/images/feca6d82-a9c4-496d-a473-859d9044b24f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d50b92fee9211ecbf6800841d536abe1de9e1addecae429551023d8ef6f183 +size 1444358 diff --git a/images/feca9b7e-d901-4619-8a78-d41dfd702a36.jpg b/images/feca9b7e-d901-4619-8a78-d41dfd702a36.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a2607916b6e958cdb470407a422d13247e8f9f5 --- /dev/null +++ b/images/feca9b7e-d901-4619-8a78-d41dfd702a36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930f1468fc21c18885082c5b2291a6011ed3ffa8919bef1ca806ace68441fa8e +size 1598932 diff --git a/images/fecde220-d495-41a8-880a-12ef60440d1f.jpg b/images/fecde220-d495-41a8-880a-12ef60440d1f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b988a719bfdb0edeea5baa14b77e1074c56c306 --- /dev/null +++ b/images/fecde220-d495-41a8-880a-12ef60440d1f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfca576ed7c948bd7488c29a4c6d61a40a6c20a7560f5f76746011b8befb222 +size 2367225 diff --git a/images/feebca19-2212-4e8f-801b-f4358f208b84.jpg b/images/feebca19-2212-4e8f-801b-f4358f208b84.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a02a76b043245a21a7a0029494413f0c74633268 --- /dev/null +++ b/images/feebca19-2212-4e8f-801b-f4358f208b84.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f8068facc35d8aeb4043108149b697a78534882aae70c3cf75bc50cba73d5e +size 1758315 diff --git a/images/feed4a18-583f-4cbc-b8c0-fa42f493365b.jpg b/images/feed4a18-583f-4cbc-b8c0-fa42f493365b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d6e1082d92391361a45ae71293d43135c74bf62 --- /dev/null +++ b/images/feed4a18-583f-4cbc-b8c0-fa42f493365b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6354d47d813f0bc8b10a72e746f4ca512a89098e38df83ff29cb302b4d7fb4ba +size 1534121 diff --git a/images/feff7bad-4a5a-4e10-8ee4-541749104eb5.jpg b/images/feff7bad-4a5a-4e10-8ee4-541749104eb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ebafad075976dae4374d4fbf65e4c2f5d0a8280 --- /dev/null +++ b/images/feff7bad-4a5a-4e10-8ee4-541749104eb5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569377b8e345e934782df760ff4702bcc7a835ac4f859a7ffb2c634fd9a9559a +size 1541217 diff --git a/images/ff02903c-5522-4923-b2f3-8d1facbfd1b6.jpg b/images/ff02903c-5522-4923-b2f3-8d1facbfd1b6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d1adf1f3e1e16981d1e3c888cf7c7ecce64852 --- /dev/null +++ b/images/ff02903c-5522-4923-b2f3-8d1facbfd1b6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c8e8b8aa97f2f77a6e09c5deed293f779f0239c2526048b3c87cf2b3730c6e +size 1398342 diff --git a/images/ff039cb5-580a-4a41-93ca-e3ba7c98037e.jpg b/images/ff039cb5-580a-4a41-93ca-e3ba7c98037e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b791d7fdaf4611f93d4b3d1a0b97ae763225a66 --- /dev/null +++ b/images/ff039cb5-580a-4a41-93ca-e3ba7c98037e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbe5f3b67ed66b3697aa3e95a8d4b1e409d1b01364c86c4bd5c7e60bd4ecc09 +size 1747694 diff --git a/images/ff048bdf-6527-4a4f-b582-8187a2c2b67d.jpg b/images/ff048bdf-6527-4a4f-b582-8187a2c2b67d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b64955ef70793ea0adfbe7a0e753a6497c5321f6 --- /dev/null +++ b/images/ff048bdf-6527-4a4f-b582-8187a2c2b67d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c91723e30820e79df7ec279292d39320a6caeebd42c9dd19db15f234d945b9 +size 1805270 diff --git a/images/ff1162fe-0e9d-4172-b6e6-378e12c1a9ea.jpg b/images/ff1162fe-0e9d-4172-b6e6-378e12c1a9ea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84bc3b6a0fa423836abd4ccb4b9ccd06975a38b6 --- /dev/null +++ b/images/ff1162fe-0e9d-4172-b6e6-378e12c1a9ea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4932bf82da8f04e658a36468b8ebbc79c80887516e530b452615502077f04734 +size 1380037 diff --git a/images/ff143876-e874-4fc4-9e7f-cedcf64eaf4c.jpg b/images/ff143876-e874-4fc4-9e7f-cedcf64eaf4c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9744fdbfd27ed110015afaffa6f5d0b6528c07 --- /dev/null +++ b/images/ff143876-e874-4fc4-9e7f-cedcf64eaf4c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a921d19a00a7d900cffb7ade65cb8c8ba6c81bf6836f2284588e2c1d3459587 +size 1657751 diff --git a/images/ff18f2b1-7752-4e8e-bc14-adf5fa385600.jpg b/images/ff18f2b1-7752-4e8e-bc14-adf5fa385600.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0caa1a76be87990dbf5f232142f353be032eb721 --- /dev/null +++ b/images/ff18f2b1-7752-4e8e-bc14-adf5fa385600.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2920eca1f72995e417441571b9d420d8a16418cee809282198af1195b20436 +size 1377831 diff --git a/images/ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea.jpg b/images/ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1deef855b3b4410482c216d9cd5f637033b7eb --- /dev/null +++ b/images/ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8317f951b2528df2fd4e66bfedc8f001aeab1d5d7089e8bbab8e9059d1f73649 +size 1575350 diff --git a/images/ff20b507-b9ce-435c-b227-6dc4ed7df208.jpg b/images/ff20b507-b9ce-435c-b227-6dc4ed7df208.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5b8e63098a2f39c2d5652c4812cfc66a27e347a --- /dev/null +++ b/images/ff20b507-b9ce-435c-b227-6dc4ed7df208.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c6990a4f9bafcd7a771cd258168a93ac2bc34ec70def47c8385f09bbc940d0 +size 1763481 diff --git a/images/ff280a4b-0810-441e-8b4a-ae77a4212f72.jpg b/images/ff280a4b-0810-441e-8b4a-ae77a4212f72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7957154192d969ab9910845ca0bd0b0b15e45f5 --- /dev/null +++ b/images/ff280a4b-0810-441e-8b4a-ae77a4212f72.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b388ecff88371979fdc0bb09a3a912ca8399ddf96d922ea4b3ae363cc4fca294 +size 1356297 diff --git a/images/ff2b97f6-6a82-4106-a605-34d02a4f8b4a.jpg b/images/ff2b97f6-6a82-4106-a605-34d02a4f8b4a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f07281eba7b05536d604fc19dacc3d7a5740a23f --- /dev/null +++ b/images/ff2b97f6-6a82-4106-a605-34d02a4f8b4a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f926889e7df66332116d0f3c7043df540e99c2a3498ae4d15396360c49618adc +size 1555632 diff --git a/images/ff38e21b-4a78-4ab6-b224-e51d75b075ba.jpg b/images/ff38e21b-4a78-4ab6-b224-e51d75b075ba.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39f6ab3de35e4efaaa7adf765321e1aedff14724 --- /dev/null +++ b/images/ff38e21b-4a78-4ab6-b224-e51d75b075ba.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008847e124f480a59752fb1dc1adc7bc291c175a1e08f002b5f011b1679ffb6e +size 1467636 diff --git a/images/ff3be165-f897-4c09-95a0-988d49921890.jpg b/images/ff3be165-f897-4c09-95a0-988d49921890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f14a5a883237568f77fd824b79dbb3e57d8dbaf --- /dev/null +++ b/images/ff3be165-f897-4c09-95a0-988d49921890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785e3ad0f6dce536b4f62f025f16defa201819460924f3ac7f22795d529ebd80 +size 1666826 diff --git a/images/ff441ca3-5bc8-4a9b-b774-881339f46ab5.jpg b/images/ff441ca3-5bc8-4a9b-b774-881339f46ab5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9da20e5ee1d2360e594b0f9a5d9c2331a1c071c7 --- /dev/null +++ b/images/ff441ca3-5bc8-4a9b-b774-881339f46ab5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c18b07a18899b2c1a21c2b62c685abd79e03801e58beb9284d13dc142d78b6 +size 1613905 diff --git a/images/ff46f940-6a79-44e6-91b1-dbb06d2f9bf6.jpg b/images/ff46f940-6a79-44e6-91b1-dbb06d2f9bf6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87066fb39b58f30a0f9e2f8c8063e89c59338b10 --- /dev/null +++ b/images/ff46f940-6a79-44e6-91b1-dbb06d2f9bf6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1155c24c2134d6b1084a762f3057be97a6ada94a541f174271ae4641eb2067e +size 1685176 diff --git a/images/ff4f00fc-b3b1-41ef-bcab-3f8577578329.jpg b/images/ff4f00fc-b3b1-41ef-bcab-3f8577578329.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dc87bd0dc7b2c1da5de3f1a310bb378c0ae95e8 --- /dev/null +++ b/images/ff4f00fc-b3b1-41ef-bcab-3f8577578329.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251c5367c565ee1fa91d7832e9ab296c7deb4cd8d852564781d6b4f6bba20481 +size 1886576 diff --git a/images/ff516b64-2be2-4587-9dc0-99d01fad4bd0.jpg b/images/ff516b64-2be2-4587-9dc0-99d01fad4bd0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..204089c721f62f09596944ac5f81e28b8700631e --- /dev/null +++ b/images/ff516b64-2be2-4587-9dc0-99d01fad4bd0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2459cbbb95d08366388800bf6c91e1e295b4d9acd103b6a756c48750251ca2d3 +size 1662238 diff --git a/images/ff52f156-91cb-48f3-87b3-7a9c6d36e38b.jpg b/images/ff52f156-91cb-48f3-87b3-7a9c6d36e38b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03e0748f0faddc271ef162fe28aac61a776043de --- /dev/null +++ b/images/ff52f156-91cb-48f3-87b3-7a9c6d36e38b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89ec9064d3e3a6f95e9b2511b885011343634b6e825d58b39d0338cf9b5eb79 +size 1566773 diff --git a/images/ff6a210b-9490-4c07-821d-cfeb6975b236.jpg b/images/ff6a210b-9490-4c07-821d-cfeb6975b236.jpg new file mode 100644 index 0000000000000000000000000000000000000000..797e6300ac1f5ed882167dc5414c1a0f64460168 --- /dev/null +++ b/images/ff6a210b-9490-4c07-821d-cfeb6975b236.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58b79913357a1bf14c104c3f60bceac6ec3def5c11a0fa6d725ee19d0c4d1b0 +size 1650825 diff --git a/images/ff71a7e1-652c-4e76-be8c-c1cce6599ce3.jpg b/images/ff71a7e1-652c-4e76-be8c-c1cce6599ce3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..194d2994cbc61956deabd77e0291efa853857e9b --- /dev/null +++ b/images/ff71a7e1-652c-4e76-be8c-c1cce6599ce3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d511759716a3369892971fab91232bdf98ecb1e1cc17729fc501ac19e8343fd +size 1773762 diff --git a/images/ff798c55-ff0e-4d15-a37a-7be3e6da3b48.jpg b/images/ff798c55-ff0e-4d15-a37a-7be3e6da3b48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..266c206203742e0203f0cbd8d56e1eb9b9048f2d --- /dev/null +++ b/images/ff798c55-ff0e-4d15-a37a-7be3e6da3b48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968d19d350fef74a7adf312276798c1150994ca08f5c466e9dd72fb0179ef1ea +size 1374745 diff --git a/images/ff79d220-5042-4d5b-a364-a7e4b41dcec6.jpg b/images/ff79d220-5042-4d5b-a364-a7e4b41dcec6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90836932ed7e0a7eaf6e870654278db717eed05d --- /dev/null +++ b/images/ff79d220-5042-4d5b-a364-a7e4b41dcec6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f511bab01c124af80adc0d436e88516322fdf49def08275e2c9d7eb9d1d9af +size 1732826 diff --git a/images/ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e.jpg b/images/ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12a2e557bce3146a562c00da9d573564b161b143 --- /dev/null +++ b/images/ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ad8eca53a478c371f682662cebf89e297f16e36ff27291c38d278f5ded535b +size 1220908 diff --git a/images/ff8cdb93-2768-414a-bd0e-1d4ed7fb753e.jpg b/images/ff8cdb93-2768-414a-bd0e-1d4ed7fb753e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8e023b2082953266849bbbd138f18c894e526a6 --- /dev/null +++ b/images/ff8cdb93-2768-414a-bd0e-1d4ed7fb753e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681cb4cd937ea5a05c592bf88d0be07222ff46373f9d68a5800d28ed8ab57f4d +size 1269282 diff --git a/images/ff8dc611-42c6-44d1-ae18-4245cdf07ae6.jpg b/images/ff8dc611-42c6-44d1-ae18-4245cdf07ae6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..321830a2f0bf9f99eab172fddf34486e40a2564e --- /dev/null +++ b/images/ff8dc611-42c6-44d1-ae18-4245cdf07ae6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aeecc62dcb7e97426178c39ede433b2984ca45b0763047bfc8ce882e406372c +size 1404491 diff --git a/images/ff9586d6-3275-428e-81d8-b8ad8f7947a3.jpg b/images/ff9586d6-3275-428e-81d8-b8ad8f7947a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f91a74fabf28949843f4b0b80f03a34c66301874 --- /dev/null +++ b/images/ff9586d6-3275-428e-81d8-b8ad8f7947a3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcda7d0f2c4298eb44e107c7db8def0f79f3e7701de2e2a7f212d03e3a024f3 +size 1285071 diff --git a/images/ffae8807-e887-47ee-9674-52361dfc78a2.jpg b/images/ffae8807-e887-47ee-9674-52361dfc78a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b7756c3b58057c361c748e30f5ed22b53c65797 --- /dev/null +++ b/images/ffae8807-e887-47ee-9674-52361dfc78a2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337e2977601c9fe3f26a0f6ebb84e6e2515fb2e7b9eb49bff456bf4a25576722 +size 1547306 diff --git a/images/ffc057f7-f08c-47e2-ac2f-b3ece00af634.jpg b/images/ffc057f7-f08c-47e2-ac2f-b3ece00af634.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f6a552f682aaf653b9aea3fe5261249cb4b431a --- /dev/null +++ b/images/ffc057f7-f08c-47e2-ac2f-b3ece00af634.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f4f5c520c8a96c6cc8b431594f16e0bbc4b8e93808929917de06c8e76a97a6 +size 2381261 diff --git a/images/ffc10690-e61c-47df-ab57-3967a19812f2.jpg b/images/ffc10690-e61c-47df-ab57-3967a19812f2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b7bddd3a37a4e67a8fac6153fe8d0b7dc667365 --- /dev/null +++ b/images/ffc10690-e61c-47df-ab57-3967a19812f2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621a1e95bb56af7a02312f15ac72c28f0018c0cbc89d5b4d1945f8bd574bac10 +size 2717586 diff --git a/images/ffc7c987-cbd7-4d6b-8ee3-1de84ae59283.jpg b/images/ffc7c987-cbd7-4d6b-8ee3-1de84ae59283.jpg new file mode 100644 index 0000000000000000000000000000000000000000..436ab88bc2932ec4fc3e8cc013598a7cff947e53 --- /dev/null +++ b/images/ffc7c987-cbd7-4d6b-8ee3-1de84ae59283.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf49c150eee4a618405cfd20925a1ed5c0ada9a4a798fdfdaed66c2133e2a230 +size 1924990 diff --git a/images/ffcf3302-a27d-4f64-8b70-cae32c317250.jpg b/images/ffcf3302-a27d-4f64-8b70-cae32c317250.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c6209ed8aa9f15c4d447d30a703f74c55ccf14d --- /dev/null +++ b/images/ffcf3302-a27d-4f64-8b70-cae32c317250.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c9bac49b688b3caae7b3ce700fefb94c64b306d8e54785179aadc48e6b269c +size 1376254 diff --git a/images/ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f.jpg b/images/ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53e509053859418cdd42b085316423c94c9ef223 --- /dev/null +++ b/images/ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2be37cbb87a2ac9b33556d7878f18e7bca5dd4fea4bededa5d0a59b8e026544 +size 1480830 diff --git a/images/ffd61f08-4e1c-4924-81ee-add4b5f96aa5.jpg b/images/ffd61f08-4e1c-4924-81ee-add4b5f96aa5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5275c939e37d44e0d218c6c7c59f127f4208a37e --- /dev/null +++ b/images/ffd61f08-4e1c-4924-81ee-add4b5f96aa5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd28bb2f9232cf74f939405be51264b6d965b4e8820436bc7d3bceda96545225 +size 1266270 diff --git a/images/ffdcac15-ecc3-4e88-a5d1-2f336c4821dd.jpg b/images/ffdcac15-ecc3-4e88-a5d1-2f336c4821dd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cefd1b26d8d35e3da3169ffa7d1b8621c1b7017f --- /dev/null +++ b/images/ffdcac15-ecc3-4e88-a5d1-2f336c4821dd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbf2fcc3c136f8aedebc0d7794ca21870e54039b9177ea3f1ce503ed07a9fa0 +size 1726767 diff --git a/images/ffe40a41-227c-4933-9150-d3cff55e1d65.jpg b/images/ffe40a41-227c-4933-9150-d3cff55e1d65.jpg new file mode 100644 index 0000000000000000000000000000000000000000..676717145a4e6563bdaa0a9b885ee3d298e875a7 --- /dev/null +++ b/images/ffe40a41-227c-4933-9150-d3cff55e1d65.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeec7f30553755a697cec0d8afc0edcc8149eb3171dd8b28574713947b6ecb00 +size 1539412 diff --git a/images/ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6.jpg b/images/ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8d51025400c2a30a2e76df551c75dbbff24208f --- /dev/null +++ b/images/ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6369de6a16245a6698f34522b0bb5a170e11b602cb75677ebb9ab17a044dcbbb +size 1624997 diff --git a/images/ffee5f1e-cf19-4e07-affe-5e0846012d1a.jpg b/images/ffee5f1e-cf19-4e07-affe-5e0846012d1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..106d9b36468a9cd837b07e23bf5d552fa556096e --- /dev/null +++ b/images/ffee5f1e-cf19-4e07-affe-5e0846012d1a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c862689bb79852a764cfe8f13e90bdacff7142942bd5a743954ded2a3113849 +size 1369316 diff --git a/images/fffb80de-cfd8-41d5-95db-404e878dd5c6.jpg b/images/fffb80de-cfd8-41d5-95db-404e878dd5c6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e9c1c5da3ad6ed59f4ba8f0e9225bafe1a8bb2f --- /dev/null +++ b/images/fffb80de-cfd8-41d5-95db-404e878dd5c6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcc7fe90dcca5150176bb4d5f96be3887a6bf1e29262c1df6af21b09a3d0694 +size 3183175 diff --git a/texts/00096722-9928-4464-bf91-e989fba184a2.txt b/texts/00096722-9928-4464-bf91-e989fba184a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d68dfc8d5ca027142793fa9352e387c2668cdbe --- /dev/null +++ b/texts/00096722-9928-4464-bf91-e989fba184a2.txt @@ -0,0 +1 @@ +At the gas station at night, there is a beautiful short kitten watching the vehicle refuel \ No newline at end of file diff --git a/texts/0009b94d-c56e-4fdf-9110-8dd49afe239e.txt b/texts/0009b94d-c56e-4fdf-9110-8dd49afe239e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7055dca663744745dd53de53e73de64fca76735c --- /dev/null +++ b/texts/0009b94d-c56e-4fdf-9110-8dd49afe239e.txt @@ -0,0 +1 @@ +West highland white terrier with a bonsai tree \ No newline at end of file diff --git a/texts/0009d7d9-9722-48ac-83af-7b51cca243ef.txt b/texts/0009d7d9-9722-48ac-83af-7b51cca243ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..02831c478fe6a8a643d78d13a2a9dd0d4927208b --- /dev/null +++ b/texts/0009d7d9-9722-48ac-83af-7b51cca243ef.txt @@ -0,0 +1 @@ +Koalas wearing sunglasses, Christmas tree and snow \ No newline at end of file diff --git a/texts/0016051c-36d8-4a82-8388-df1346407d0e.txt b/texts/0016051c-36d8-4a82-8388-df1346407d0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..85b77976ed600765395bc2b22db3bb97e1544ede --- /dev/null +++ b/texts/0016051c-36d8-4a82-8388-df1346407d0e.txt @@ -0,0 +1 @@ +An all-white snowy landscape, with a silver katana lying on the snow and red petals drifting down around it. \ No newline at end of file diff --git a/texts/0016322b-4c3a-43bb-8b63-f78d572e79c0.txt b/texts/0016322b-4c3a-43bb-8b63-f78d572e79c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd31e9cce84079c82bea1ebc52036bbb48b2277d --- /dev/null +++ b/texts/0016322b-4c3a-43bb-8b63-f78d572e79c0.txt @@ -0,0 +1 @@ +A cute brown bear in a black suit with red tie is holding a bouquet of roses under a blue starry sky outside \ No newline at end of file diff --git a/texts/001efd1e-2507-4c67-aef1-0f1760857c19.txt b/texts/001efd1e-2507-4c67-aef1-0f1760857c19.txt new file mode 100644 index 0000000000000000000000000000000000000000..6973b0b210d562d142089c274f34c3dc67380bb6 --- /dev/null +++ b/texts/001efd1e-2507-4c67-aef1-0f1760857c19.txt @@ -0,0 +1 @@ +The turtle that flipped over in the mud pit \ No newline at end of file diff --git a/texts/0020e78c-6252-4332-8909-881091b0f947.txt b/texts/0020e78c-6252-4332-8909-881091b0f947.txt new file mode 100644 index 0000000000000000000000000000000000000000..b613da15ff9cd0da8dd16538c339bc8fa3e62cdf --- /dev/null +++ b/texts/0020e78c-6252-4332-8909-881091b0f947.txt @@ -0,0 +1 @@ +A bunch of supplements in a park, green tones \ No newline at end of file diff --git a/texts/00246953-a41b-43d1-979e-237b39c858c0.txt b/texts/00246953-a41b-43d1-979e-237b39c858c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0470cbc1edb61e19ca32c93254e58d3156b8e8b9 --- /dev/null +++ b/texts/00246953-a41b-43d1-979e-237b39c858c0.txt @@ -0,0 +1 @@ +an escalator standing alone in the pale white sand desert at dawn in a long distant view \ No newline at end of file diff --git a/texts/002630b8-d960-45d5-8080-265693de902e.txt b/texts/002630b8-d960-45d5-8080-265693de902e.txt new file mode 100644 index 0000000000000000000000000000000000000000..05af209a22dda65df0f0d106a9de5debd1c5d1ef --- /dev/null +++ b/texts/002630b8-d960-45d5-8080-265693de902e.txt @@ -0,0 +1 @@ +Black and white kitten wearing a scarf and black, white and orange kitten with a scarf looking at the landscape with the aurora borealis and forest in the background \ No newline at end of file diff --git a/texts/002688d3-c1d5-478f-b0cb-a406c4e4dd2b.txt b/texts/002688d3-c1d5-478f-b0cb-a406c4e4dd2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c508d86115a41d4dc21e089dab0ab513b897a3bc --- /dev/null +++ b/texts/002688d3-c1d5-478f-b0cb-a406c4e4dd2b.txt @@ -0,0 +1 @@ +A photo-realistic anthropomorphic Shiba Inu wearing a gray business suit, sitting at a desk with a laptop and a cup of coffee, in a modern office with large windows and cityscape in the background. \ No newline at end of file diff --git a/texts/0033adbb-7e22-4077-84b8-52058eaabfa2.txt b/texts/0033adbb-7e22-4077-84b8-52058eaabfa2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd8e1bd543d6bde20f1e4925ae3c8c29741a4cf --- /dev/null +++ b/texts/0033adbb-7e22-4077-84b8-52058eaabfa2.txt @@ -0,0 +1 @@ +Strawberry fields forever \ No newline at end of file diff --git a/texts/004d4ef1-fac7-465d-bb59-14b6058a5f64.txt b/texts/004d4ef1-fac7-465d-bb59-14b6058a5f64.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ba0112fc5be8a3e58c4bb0866ef1c74392694f9 --- /dev/null +++ b/texts/004d4ef1-fac7-465d-bb59-14b6058a5f64.txt @@ -0,0 +1 @@ +Ruby is written on the snow, with a few diamonds, and the background is in the polar regions with auroras. \ No newline at end of file diff --git a/texts/00530d4d-ce24-43db-9f1e-9ad40b9b01d4.txt b/texts/00530d4d-ce24-43db-9f1e-9ad40b9b01d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..33311f8c8ec53cf8ee5e156744be0dd92ff6e4a9 --- /dev/null +++ b/texts/00530d4d-ce24-43db-9f1e-9ad40b9b01d4.txt @@ -0,0 +1 @@ +One parent teaches at a community education center \ No newline at end of file diff --git a/texts/00650dce-966a-4517-9c13-ed8e56f88fc8.txt b/texts/00650dce-966a-4517-9c13-ed8e56f88fc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..050eefe3b196b5356184a8830dcb06cd4c3ceefa --- /dev/null +++ b/texts/00650dce-966a-4517-9c13-ed8e56f88fc8.txt @@ -0,0 +1 @@ +There were many people in a room.We had a birthday for the Golden Retriever, and the room was beautifully decorated, and the dog wore a birthday hat, and the cake said his name "bubble." \ No newline at end of file diff --git a/texts/006b779f-2e23-4eed-a3a4-69ad19619f7d.txt b/texts/006b779f-2e23-4eed-a3a4-69ad19619f7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c445db5d04e7bcff26ef4039cb9d1e7d5b34e73 --- /dev/null +++ b/texts/006b779f-2e23-4eed-a3a4-69ad19619f7d.txt @@ -0,0 +1 @@ +Buzz Lightyear Snow View Disney 2.24 birthday cake \ No newline at end of file diff --git a/texts/006fe9d7-0756-43b5-9d83-ecee666f1c9e.txt b/texts/006fe9d7-0756-43b5-9d83-ecee666f1c9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55aa140c73ba3640d7d2fb8fbdfeb1ad9c7ca8f --- /dev/null +++ b/texts/006fe9d7-0756-43b5-9d83-ecee666f1c9e.txt @@ -0,0 +1 @@ +A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a portal for medical waste, and embedded medical monitors displaying vital signs. EVERY edge of the room is round. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall \ No newline at end of file diff --git a/texts/0076730b-de39-4e99-ae65-ee0114f1eb22.txt b/texts/0076730b-de39-4e99-ae65-ee0114f1eb22.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d72d4e94798c9efa080e4a3ab45ac5cf0106c17 --- /dev/null +++ b/texts/0076730b-de39-4e99-ae65-ee0114f1eb22.txt @@ -0,0 +1 @@ +There are mountains ,hills ,flowers ,palm trees grow on rocks,a penguin.The sky is pink and purple . \ No newline at end of file diff --git a/texts/0079fa55-8fc1-46cb-a18a-18f7d92bede8.txt b/texts/0079fa55-8fc1-46cb-a18a-18f7d92bede8.txt new file mode 100644 index 0000000000000000000000000000000000000000..54b4010e8b90a7e0ee7ff7b2bd487355590e8cd8 --- /dev/null +++ b/texts/0079fa55-8fc1-46cb-a18a-18f7d92bede8.txt @@ -0,0 +1 @@ +A person wearing a kitten hood is making a wish next to the Christmas tree. There are many gifts under the tree and it's snowing heavily around, \ No newline at end of file diff --git a/texts/009684a8-e0d2-4626-985e-b4367ad10cd9.txt b/texts/009684a8-e0d2-4626-985e-b4367ad10cd9.txt new file mode 100644 index 0000000000000000000000000000000000000000..55d859410e7422d90e306df58e8599ebf385f018 --- /dev/null +++ b/texts/009684a8-e0d2-4626-985e-b4367ad10cd9.txt @@ -0,0 +1 @@ +A young man with short golden hair from the UK, wearing a hoodie, facing the camera with his body facing the camera, outdoors, in the woods, at night, looking up and down \ No newline at end of file diff --git a/texts/00a9df7a-0798-4b98-ab73-f79fabddc31b.txt b/texts/00a9df7a-0798-4b98-ab73-f79fabddc31b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c619c326ca1870a0b17909e75c7e8d9a78d345c --- /dev/null +++ b/texts/00a9df7a-0798-4b98-ab73-f79fabddc31b.txt @@ -0,0 +1 @@ +sunlight,White Daisy Garden,GD,hello kitty,light pink suit,crown \ No newline at end of file diff --git a/texts/00ae5b93-bde2-466a-ab63-8e1f116a462b.txt b/texts/00ae5b93-bde2-466a-ab63-8e1f116a462b.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ed318eccd4d7afc4fe7e4bd177c402e535f1b0 --- /dev/null +++ b/texts/00ae5b93-bde2-466a-ab63-8e1f116a462b.txt @@ -0,0 +1 @@ +A white Bichon Frise and HelloKitty are playing in a room with birthday cake and wine glasses. Outside the window is a sunny Swiss forest steppe \ No newline at end of file diff --git a/texts/00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d.txt b/texts/00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e81f05358ddea52658bad3b14141e4ad66067164 --- /dev/null +++ b/texts/00c0bf2b-3fdd-4e53-9cdd-9459215d1a3d.txt @@ -0,0 +1 @@ +hellokitty is reading in the warm white room. On a sunny day, there are lush green trees and the sea outside the window \ No newline at end of file diff --git a/texts/00c6caa9-7d84-4317-bc27-149243cf8b33.txt b/texts/00c6caa9-7d84-4317-bc27-149243cf8b33.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e3e31870a6356fd51b84bd3f42192aca6e9b75f --- /dev/null +++ b/texts/00c6caa9-7d84-4317-bc27-149243cf8b33.txt @@ -0,0 +1 @@ +The man with short black hair is looking at the camera, in the desert, with snowy mountains behind and flying fish in the sky, Dream Core \ No newline at end of file diff --git a/texts/00c96628-d4b9-4891-8d37-22028b37d2e4.txt b/texts/00c96628-d4b9-4891-8d37-22028b37d2e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac54dee897eea10f28038850621b50ea07b1786 --- /dev/null +++ b/texts/00c96628-d4b9-4891-8d37-22028b37d2e4.txt @@ -0,0 +1 @@ +A kitten is on a paragliding, and the volcano behind it is erupting \ No newline at end of file diff --git a/texts/00cf9930-9120-4c10-998c-e6f5b1fc403a.txt b/texts/00cf9930-9120-4c10-998c-e6f5b1fc403a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c9715c632a078f97bbca5228c4e6a3c164fb962 --- /dev/null +++ b/texts/00cf9930-9120-4c10-998c-e6f5b1fc403a.txt @@ -0,0 +1 @@ +a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu aside in the tall grass countryside. long distant view. \ No newline at end of file diff --git a/texts/00cfc440-1b93-4cc3-84f4-37a70062cadc.txt b/texts/00cfc440-1b93-4cc3-84f4-37a70062cadc.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2c0c8f518a7541c4830eeff4f66ac74fce53e6d --- /dev/null +++ b/texts/00cfc440-1b93-4cc3-84f4-37a70062cadc.txt @@ -0,0 +1 @@ +The background is red, there is a fancy Christmas tree, a golden string in front of the Christmas tree, on which hang the letters "L I V I N G M O R E" \ No newline at end of file diff --git a/texts/00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7.txt b/texts/00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c63980c6d4af6e8100bae719e81938c30de9499 --- /dev/null +++ b/texts/00cfd72a-1ffb-43c8-b9aa-6d68f72c4dc7.txt @@ -0,0 +1 @@ +A golden retriever puppy is running in the garden with a samoyed \ No newline at end of file diff --git a/texts/00d1ab8c-e45e-481a-b6a9-6decf00b4348.txt b/texts/00d1ab8c-e45e-481a-b6a9-6decf00b4348.txt new file mode 100644 index 0000000000000000000000000000000000000000..c532c79786bd62233f3fc2848b033fcb24c0a352 --- /dev/null +++ b/texts/00d1ab8c-e45e-481a-b6a9-6decf00b4348.txt @@ -0,0 +1 @@ +Siamese cat wrapped in a scarf in the snow, surrounded by trees, the sky has an aurora \ No newline at end of file diff --git a/texts/00d1c5f7-5336-4ae8-bc32-523ba9511b28.txt b/texts/00d1c5f7-5336-4ae8-bc32-523ba9511b28.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f9b350aeae9ae37139686e59e8e68d1852ec66b --- /dev/null +++ b/texts/00d1c5f7-5336-4ae8-bc32-523ba9511b28.txt @@ -0,0 +1 @@ +A greyhound with silver fur lying on a furry blanket \ No newline at end of file diff --git a/texts/00d21410-cfd5-41d6-ab12-b9226ffa54e0.txt b/texts/00d21410-cfd5-41d6-ab12-b9226ffa54e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2fff2ab18563a739fe320814dd9143dff545130 --- /dev/null +++ b/texts/00d21410-cfd5-41d6-ab12-b9226ffa54e0.txt @@ -0,0 +1 @@ +Fireworks all ocer the sky \ No newline at end of file diff --git a/texts/00d36271-46c2-48bf-a525-ff68987f6771.txt b/texts/00d36271-46c2-48bf-a525-ff68987f6771.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3a8af2a20bd94b3ec4643bf9fec6037ef0cc21f --- /dev/null +++ b/texts/00d36271-46c2-48bf-a525-ff68987f6771.txt @@ -0,0 +1 @@ +A kitten in the snow, fireworks in the sky, next to the lake, Hsq written in the snow \ No newline at end of file diff --git a/texts/00e8aeee-79e1-4eca-a348-e96f3ff78c0f.txt b/texts/00e8aeee-79e1-4eca-a348-e96f3ff78c0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4abbe97f88fb1dbc4a4c062a1bcd8bd0cc2a5143 --- /dev/null +++ b/texts/00e8aeee-79e1-4eca-a348-e96f3ff78c0f.txt @@ -0,0 +1 @@ +A rabbit and a broad-eared fox were playing on the beach \ No newline at end of file diff --git a/texts/00f19b37-155c-4357-89d0-ac1f9e44f19f.txt b/texts/00f19b37-155c-4357-89d0-ac1f9e44f19f.txt new file mode 100644 index 0000000000000000000000000000000000000000..18987ff0a3a726021530216ffa14a63427a6c63b --- /dev/null +++ b/texts/00f19b37-155c-4357-89d0-ac1f9e44f19f.txt @@ -0,0 +1 @@ +In the snow at night, there is a white cat with blue eyes playing with butterflies, and there is wys written on the snow beside it, and there is Hello Kitty beside it. \ No newline at end of file diff --git a/texts/010530d2-42b4-4036-911c-7127e12df916.txt b/texts/010530d2-42b4-4036-911c-7127e12df916.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1374815debcddecbf92441229f26ee15d488ec2 --- /dev/null +++ b/texts/010530d2-42b4-4036-911c-7127e12df916.txt @@ -0,0 +1 @@ +A cute Maltese puppy wearing a Christmas hat is facing the camera, with a Christmas tree, butterflies, and bubbles in the background. \ No newline at end of file diff --git a/texts/010803cc-ceee-44e0-a4ae-afc0600609d7.txt b/texts/010803cc-ceee-44e0-a4ae-afc0600609d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2897aa5104932254d63a004f17e0776b58c5ca59 --- /dev/null +++ b/texts/010803cc-ceee-44e0-a4ae-afc0600609d7.txt @@ -0,0 +1 @@ +Snow HelloKitty outdoor blues Christmas tree is a little snowy. WAY is written in the snow. \ No newline at end of file diff --git a/texts/010937f8-3309-4358-a7d5-0084527f8022.txt b/texts/010937f8-3309-4358-a7d5-0084527f8022.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dc84e169e69bced0b1c065652d5c1508e993601 --- /dev/null +++ b/texts/010937f8-3309-4358-a7d5-0084527f8022.txt @@ -0,0 +1 @@ +A Samoyed puppy wearing a scarf and a red balloon tied to it, sitting on the snow and smiling \ No newline at end of file diff --git a/texts/0110f7d4-2fc0-428e-baea-62c97abd485c.txt b/texts/0110f7d4-2fc0-428e-baea-62c97abd485c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7fd5825a9a33ee55b71a8dc84a8f9848c17d33d --- /dev/null +++ b/texts/0110f7d4-2fc0-428e-baea-62c97abd485c.txt @@ -0,0 +1 @@ +a sitting by the Christmas tree listening to music. \ No newline at end of file diff --git a/texts/011c9cdf-4f82-48e1-8037-cecfce1debfd.txt b/texts/011c9cdf-4f82-48e1-8037-cecfce1debfd.txt new file mode 100644 index 0000000000000000000000000000000000000000..1be8d9fe87141c8e572468948fa85abbece44f9f --- /dev/null +++ b/texts/011c9cdf-4f82-48e1-8037-cecfce1debfd.txt @@ -0,0 +1 @@ +A little white dog with wings lying on the snow with the forest behind it \ No newline at end of file diff --git a/texts/012694cf-371f-44fa-aebc-0835d122d332.txt b/texts/012694cf-371f-44fa-aebc-0835d122d332.txt new file mode 100644 index 0000000000000000000000000000000000000000..22a356c2c3a9338c078a03ef8c491b9d98b99706 --- /dev/null +++ b/texts/012694cf-371f-44fa-aebc-0835d122d332.txt @@ -0,0 +1 @@ +2000s, a butterfly-shaped purple futuristic television with rhinestones \ No newline at end of file diff --git a/texts/0131fc2f-f1a3-4864-bf08-80654e11779b.txt b/texts/0131fc2f-f1a3-4864-bf08-80654e11779b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d89b97a994223bd671b7c59feb34efc764d42c6 --- /dev/null +++ b/texts/0131fc2f-f1a3-4864-bf08-80654e11779b.txt @@ -0,0 +1 @@ +A golden tabby cat wearing red clothes and with transparent wings runs in the snow on Christmas day \ No newline at end of file diff --git a/texts/0133f3be-e07a-402a-8538-491df872ae23.txt b/texts/0133f3be-e07a-402a-8538-491df872ae23.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b27e22888ca52ac472a4a5ec3b781c4afd7e6c5 --- /dev/null +++ b/texts/0133f3be-e07a-402a-8538-491df872ae23.txt @@ -0,0 +1 @@ +A silver British shorthair kitten strolling in a Christmas town on a night \ No newline at end of file diff --git a/texts/0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d.txt b/texts/0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f212c94df84467693c27673818079c63b6e83075 --- /dev/null +++ b/texts/0140a2bb-bfcc-4fb8-93a5-227b66bfbc1d.txt @@ -0,0 +1 @@ +A red hellokitty spends Christmas at the beach with a huge Christmas tree and fireworks \ No newline at end of file diff --git a/texts/01431594-ddfd-44f6-bc83-0f31fd70e6c0.txt b/texts/01431594-ddfd-44f6-bc83-0f31fd70e6c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7eed9c0513192e728ec7b3d272340824ac88705 --- /dev/null +++ b/texts/01431594-ddfd-44f6-bc83-0f31fd70e6c0.txt @@ -0,0 +1 @@ +Delightful Cheese Love's Day Celebration Artwork \ No newline at end of file diff --git a/texts/01462308-8fc4-4763-b665-d46cbae64edd.txt b/texts/01462308-8fc4-4763-b665-d46cbae64edd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4ecde38c1bf4a009830c6745db63addbb5d5f64 --- /dev/null +++ b/texts/01462308-8fc4-4763-b665-d46cbae64edd.txt @@ -0,0 +1 @@ +A black Maine Coon cat, macarons, sunglasses, snow \ No newline at end of file diff --git a/texts/0148539a-6704-4bc8-b606-b9c57cd0f4f8.txt b/texts/0148539a-6704-4bc8-b606-b9c57cd0f4f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f0e15915ad903a7d73ba934e6bc8e4ac35d5cf8 --- /dev/null +++ b/texts/0148539a-6704-4bc8-b606-b9c57cd0f4f8.txt @@ -0,0 +1 @@ +gray toy poodle chasing the ball in a park, great wether, in england \ No newline at end of file diff --git a/texts/014c3c74-aba4-4e03-952e-05fdeccdeca5.txt b/texts/014c3c74-aba4-4e03-952e-05fdeccdeca5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebeaf848a48fe4da5a12d5fea720d1a5a98e1e5b --- /dev/null +++ b/texts/014c3c74-aba4-4e03-952e-05fdeccdeca5.txt @@ -0,0 +1 @@ +A cowboy style black Labrador dog in a ranch, snow mountain in the background, from far distance \ No newline at end of file diff --git a/texts/014f9ca0-d7fe-47c6-ae40-2a61524c960e.txt b/texts/014f9ca0-d7fe-47c6-ae40-2a61524c960e.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbe24ce9adef157ef9dac99d4a201469b354a00c --- /dev/null +++ b/texts/014f9ca0-d7fe-47c6-ae40-2a61524c960e.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "MayRain" engraved on the snow \ No newline at end of file diff --git a/texts/01536db2-852a-42db-86eb-30a24fd1389c.txt b/texts/01536db2-852a-42db-86eb-30a24fd1389c.txt new file mode 100644 index 0000000000000000000000000000000000000000..587014273596cdfd1a4aa8ab01b4589070a0e29c --- /dev/null +++ b/texts/01536db2-852a-42db-86eb-30a24fd1389c.txt @@ -0,0 +1 @@ +Inside a traditional Japanese room with clean, light-colored tatami mats, a young man dressed in a yukata faces the camera. Outside is the ocean, a blue sky, and the vibrant scenery of summer. On the nearby shoreline, a torii gate is engulfed in flames. \ No newline at end of file diff --git a/texts/0153d507-3cfc-4231-ae9d-1c628d573cd2.txt b/texts/0153d507-3cfc-4231-ae9d-1c628d573cd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7a60e83cb351e3fdf80720e8a5a96c319299594 --- /dev/null +++ b/texts/0153d507-3cfc-4231-ae9d-1c628d573cd2.txt @@ -0,0 +1 @@ +The kitten looks out the window at the snow in the distance \ No newline at end of file diff --git a/texts/01619b64-8e1c-4223-b1bc-815f97cab62b.txt b/texts/01619b64-8e1c-4223-b1bc-815f97cab62b.txt new file mode 100644 index 0000000000000000000000000000000000000000..feed5dd65738223cc90884be55c6b239c77f7e96 --- /dev/null +++ b/texts/01619b64-8e1c-4223-b1bc-815f97cab62b.txt @@ -0,0 +1 @@ +Kanye West takes a photo with his toy bear \ No newline at end of file diff --git a/texts/01643603-448e-4370-8d99-231777d52fda.txt b/texts/01643603-448e-4370-8d99-231777d52fda.txt new file mode 100644 index 0000000000000000000000000000000000000000..6368f169932d9ddf4258d7ab80b3882fed7265a8 --- /dev/null +++ b/texts/01643603-448e-4370-8d99-231777d52fda.txt @@ -0,0 +1 @@ +Winnie the Pooh held a sign that read 'tatamill' on a white house, with meteor showers scattered in the sky \ No newline at end of file diff --git a/texts/016a13a3-2761-480d-9497-79d1588f836c.txt b/texts/016a13a3-2761-480d-9497-79d1588f836c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5629f112fa3c9dcfeea4fb817ca3de5d1b1d3643 --- /dev/null +++ b/texts/016a13a3-2761-480d-9497-79d1588f836c.txt @@ -0,0 +1 @@ +A little hamster with wings is in the snow, with fireworks in the distance and forests around the snow \ No newline at end of file diff --git a/texts/01736386-19a9-4c1b-9a4a-db808d37c570.txt b/texts/01736386-19a9-4c1b-9a4a-db808d37c570.txt new file mode 100644 index 0000000000000000000000000000000000000000..faf66063f4b26f8b7f292e284ce44714af833831 --- /dev/null +++ b/texts/01736386-19a9-4c1b-9a4a-db808d37c570.txt @@ -0,0 +1 @@ +A historical scene of African American individuals in the 19th century working in a cotton field. The setting includes vast fields of cotton plants under a warm, sunny sky, with traditional clothing typical of the era. The image should evoke a sense of historical documentation and realism. \ No newline at end of file diff --git a/texts/017a08a0-861d-412d-ab7a-e6afdb30aaff.txt b/texts/017a08a0-861d-412d-ab7a-e6afdb30aaff.txt new file mode 100644 index 0000000000000000000000000000000000000000..49739a85bb853d73c12ae05571cf2e8dffc8a2dd --- /dev/null +++ b/texts/017a08a0-861d-412d-ab7a-e6afdb30aaff.txt @@ -0,0 +1 @@ +A tiger-striped cat with the letters 'JI.' and a ginger orange cat with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside. A cute dragon toy with letters 'WRL'. \ No newline at end of file diff --git a/texts/0181b274-83a8-4522-9bfb-ed7f79881274.txt b/texts/0181b274-83a8-4522-9bfb-ed7f79881274.txt new file mode 100644 index 0000000000000000000000000000000000000000..51f38f0478727bbb981de56585c0e7472994c26c --- /dev/null +++ b/texts/0181b274-83a8-4522-9bfb-ed7f79881274.txt @@ -0,0 +1 @@ +A pug and a horse eat pizza and drink wine where the sea meets the snow, while fireworks go off in the distance \ No newline at end of file diff --git a/texts/0182a409-a73a-4049-ad92-1c872ee930d1.txt b/texts/0182a409-a73a-4049-ad92-1c872ee930d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d95eda1dc502e947b9b48c630aac4f3721413194 --- /dev/null +++ b/texts/0182a409-a73a-4049-ad92-1c872ee930d1.txt @@ -0,0 +1 @@ +piano,puppy with wings,snow,candle,balloon \ No newline at end of file diff --git a/texts/019418e9-c595-4bc4-b4fc-da204e2f469b.txt b/texts/019418e9-c595-4bc4-b4fc-da204e2f469b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2555b91f0f9e8a12b734f87d01a3efbb4e993550 --- /dev/null +++ b/texts/019418e9-c595-4bc4-b4fc-da204e2f469b.txt @@ -0,0 +1 @@ +A cute white westie with wings in the snow outdoors in winter, wearing a Santa hat, with a bonfire next to it, atmosphere, Christmas, winter \ No newline at end of file diff --git a/texts/019d524b-d077-4f9c-a1d0-78f4726be855.txt b/texts/019d524b-d077-4f9c-a1d0-78f4726be855.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2ff345db2d051974454e5e8c81310660e6caebd --- /dev/null +++ b/texts/019d524b-d077-4f9c-a1d0-78f4726be855.txt @@ -0,0 +1 @@ +A green christmas tree with light,a white cat sitting beside the tree \ No newline at end of file diff --git a/texts/019e1be4-dc86-49c9-bde9-33e4fbf79fe0.txt b/texts/019e1be4-dc86-49c9-bde9-33e4fbf79fe0.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d6e2470dbc906fff9e5529c338bdfe65a9a80dd --- /dev/null +++ b/texts/019e1be4-dc86-49c9-bde9-33e4fbf79fe0.txt @@ -0,0 +1 @@ +In the snow, behind is the woods, and the sun shines down. The overall atmosphere is very warm. There is a cute little white mouse doll next to it. The doll holds a branch in its hand. The little mouse doll wears a scarf, a hat and clothes. The letter "vantemioog7" is written on the snow. The overall saturation is high, and the blue sky and white clouds \ No newline at end of file diff --git a/texts/01a31385-f721-4840-815c-a4c343642343.txt b/texts/01a31385-f721-4840-815c-a4c343642343.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee41e67abeac2dc9f652dee303fa46b490c01098 --- /dev/null +++ b/texts/01a31385-f721-4840-815c-a4c343642343.txt @@ -0,0 +1 @@ +On a snowy night, a Hello Kitty doll wearing a Christmas hat is holding a fireworks stick, and fireworks are set off in the distance. The snow is marked with "112867" and there are traces of cat paws \ No newline at end of file diff --git a/texts/01af1844-8698-4a50-a649-586195fb63f1.txt b/texts/01af1844-8698-4a50-a649-586195fb63f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7bcef531f7f930d7eb236eb9a3590a561c9215a --- /dev/null +++ b/texts/01af1844-8698-4a50-a649-586195fb63f1.txt @@ -0,0 +1 @@ +The deep blues sky, the blood-red figure's back, the ground is covered with thorns, roses bloom in the thorns, and the vampire's castle in the distance. \ No newline at end of file diff --git a/texts/01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33.txt b/texts/01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33.txt new file mode 100644 index 0000000000000000000000000000000000000000..af849e4cce88396fb4faafeb1c3f24d40299acd3 --- /dev/null +++ b/texts/01b2ffb7-b2c2-409d-bd4d-0ded85cc8a33.txt @@ -0,0 +1 @@ +A lamb doll, wearing sunglasses, looking out of the window on an airplane \ No newline at end of file diff --git a/texts/01bae262-02b6-4ad8-8ce0-901e3cf0bb27.txt b/texts/01bae262-02b6-4ad8-8ce0-901e3cf0bb27.txt new file mode 100644 index 0000000000000000000000000000000000000000..59d302b3f96e138a9e7dba08b4c30c609e9b3c84 --- /dev/null +++ b/texts/01bae262-02b6-4ad8-8ce0-901e3cf0bb27.txt @@ -0,0 +1 @@ +A few cats and dogs were riding around in the convertible, listening to music, drinking cold soda and singing \ No newline at end of file diff --git a/texts/01c5152c-0e31-41f9-8ab2-de81ca2670a6.txt b/texts/01c5152c-0e31-41f9-8ab2-de81ca2670a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..186d6eb52f37de38ceb9a4ecb8af31ae233fc93b --- /dev/null +++ b/texts/01c5152c-0e31-41f9-8ab2-de81ca2670a6.txt @@ -0,0 +1 @@ +Two beautiful children, followed by a gingerbread man with a candy bar, on a snowy night, against a glass with a warm light \ No newline at end of file diff --git a/texts/01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e.txt b/texts/01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f17cee9031664bd5f13b8c857653fc10658831f2 --- /dev/null +++ b/texts/01c8a2b9-b4ab-4fc0-8be7-d2adae5f668e.txt @@ -0,0 +1 @@ +A red panda wearing a Santa hat on a snowy winter night, with a giant Christmas tree behind it and fireworks in the sky \ No newline at end of file diff --git a/texts/01cdfc74-8676-46f7-be87-e964e5b86f33.txt b/texts/01cdfc74-8676-46f7-be87-e964e5b86f33.txt new file mode 100644 index 0000000000000000000000000000000000000000..00c3368b9a37291b9b0d3ea24bf31bdaca37b893 --- /dev/null +++ b/texts/01cdfc74-8676-46f7-be87-e964e5b86f33.txt @@ -0,0 +1 @@ +Goldfish swim in the snowy sea, the sky is brilliant fireworks \ No newline at end of file diff --git a/texts/01d1fa7b-271c-4db4-a4f4-c45f64912337.txt b/texts/01d1fa7b-271c-4db4-a4f4-c45f64912337.txt new file mode 100644 index 0000000000000000000000000000000000000000..3656e5631e527b8550f2e4835feb6f93ab0278fe --- /dev/null +++ b/texts/01d1fa7b-271c-4db4-a4f4-c45f64912337.txt @@ -0,0 +1 @@ +AYMLMH Style, High Saturation, AYMLMH Style, High Contrast on Dark Background, High Saturation, Film Camera, Little White Lamb with Two Pink Bows on One Ear, Surrounded by Various Colorful Bubbles on a Snowy Green Prairie, Canon Film, Flash, Hazy Texture, Polaroid, Blur, Low Saturation \ No newline at end of file diff --git a/texts/01dd2c2d-6813-41d8-8ae8-fffee6cc0325.txt b/texts/01dd2c2d-6813-41d8-8ae8-fffee6cc0325.txt new file mode 100644 index 0000000000000000000000000000000000000000..daec134de76bee47f0ea2bd194bca5895ebce77e --- /dev/null +++ b/texts/01dd2c2d-6813-41d8-8ae8-fffee6cc0325.txt @@ -0,0 +1 @@ +A West Highland white terrier holding a glow stick watching a concert \ No newline at end of file diff --git a/texts/01e00d72-d415-4cf0-9082-91f1a7400440.txt b/texts/01e00d72-d415-4cf0-9082-91f1a7400440.txt new file mode 100644 index 0000000000000000000000000000000000000000..72116263edb9ec322b71fb11bd064e4857a3906a --- /dev/null +++ b/texts/01e00d72-d415-4cf0-9082-91f1a7400440.txt @@ -0,0 +1 @@ +A cat works in the company \ No newline at end of file diff --git a/texts/01e47fdb-1f42-44b4-832b-2aed40f2b0b1.txt b/texts/01e47fdb-1f42-44b4-832b-2aed40f2b0b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c05c2645a297ede31bbe3e3a7507bbe2ecb91d02 --- /dev/null +++ b/texts/01e47fdb-1f42-44b4-832b-2aed40f2b0b1.txt @@ -0,0 +1 @@ +A white cat is surrounded by a burning fire \ No newline at end of file diff --git a/texts/01f00c37-1791-4ceb-80d9-6e4e9ccc8c64.txt b/texts/01f00c37-1791-4ceb-80d9-6e4e9ccc8c64.txt new file mode 100644 index 0000000000000000000000000000000000000000..491a57a4dc7343f8c37cfa9ea9aed196d439fd7d --- /dev/null +++ b/texts/01f00c37-1791-4ceb-80d9-6e4e9ccc8c64.txt @@ -0,0 +1 @@ +The rabbit and the fox are playing hide-and-seek in the forest, among glowing mushrooms, moss, and luminescent leaves. \ No newline at end of file diff --git a/texts/01f29e70-7448-4e1e-a50b-2cc99c3e3cc9.txt b/texts/01f29e70-7448-4e1e-a50b-2cc99c3e3cc9.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf535c2316487d534247270d79bb85c138b6a7be --- /dev/null +++ b/texts/01f29e70-7448-4e1e-a50b-2cc99c3e3cc9.txt @@ -0,0 +1 @@ +A A furry fox-shaped doll holding a strawberry cake in the snow. The cake says "December 11th". There is a Christmas tree next to it. There are many decorations hanging on the Christmas tree. The sky is a pink sunset.The overall atmosphere is very dreamy. \ No newline at end of file diff --git a/texts/01fc08d0-1d85-4367-b908-ce9813433f86.txt b/texts/01fc08d0-1d85-4367-b908-ce9813433f86.txt new file mode 100644 index 0000000000000000000000000000000000000000..571a7e1356e3d1f57addee76bcbf8fd6c36e8d46 --- /dev/null +++ b/texts/01fc08d0-1d85-4367-b908-ce9813433f86.txt @@ -0,0 +1 @@ +In winter, the forest is covered with thick white snow. There is nothing else in the snow. There is only a small cow in the middle of the snow, wearing a funny clown hat. There are still two jars in the snow, one is a ceramic jar and the other is a stainless steel jar. \ No newline at end of file diff --git a/texts/0207601f-42a0-4d7f-ab2f-51bb8b078a80.txt b/texts/0207601f-42a0-4d7f-ab2f-51bb8b078a80.txt new file mode 100644 index 0000000000000000000000000000000000000000..c626d8589cd6532ecd727522ee53d21fcca520d7 --- /dev/null +++ b/texts/0207601f-42a0-4d7f-ab2f-51bb8b078a80.txt @@ -0,0 +1 @@ + On a snowy night, there is the sea in the foreground, a hello kitty doll wearing a Santa hat in the foreground, a Christmas tree with lights next to it, "Geshuyou" written in the snow, a birthday cake with a Christmas atmosphere and candles lit on the cake, a deep blue night sky with light particles \ No newline at end of file diff --git a/texts/02122994-32fa-4c79-b5bf-7f5c4cc143c9.txt b/texts/02122994-32fa-4c79-b5bf-7f5c4cc143c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ebaeb6565112e9fdb5ec3dd27e25bde151cc6b --- /dev/null +++ b/texts/02122994-32fa-4c79-b5bf-7f5c4cc143c9.txt @@ -0,0 +1 @@ +The West Highland Dog holds a wine bottle and plays in the snow, with aurora in the sky. \ No newline at end of file diff --git a/texts/0222afeb-c8f7-4629-9ce3-cca6a024297c.txt b/texts/0222afeb-c8f7-4629-9ce3-cca6a024297c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f866de556be14a8c6d7345ac3db725e59d15b84 --- /dev/null +++ b/texts/0222afeb-c8f7-4629-9ce3-cca6a024297c.txt @@ -0,0 +1 @@ +tree house Expensive \ No newline at end of file diff --git a/texts/02304828-8ad8-4630-8fec-3e05fe675888.txt b/texts/02304828-8ad8-4630-8fec-3e05fe675888.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a385145323b51113f62be8dea700005b8ecd3a2 --- /dev/null +++ b/texts/02304828-8ad8-4630-8fec-3e05fe675888.txt @@ -0,0 +1 @@ +A young couple lives in an empty Bauhaus-style house \ No newline at end of file diff --git a/texts/02600058-456a-4286-95d7-ff444004b977.txt b/texts/02600058-456a-4286-95d7-ff444004b977.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e7f0e891673b8c06736f37a91acfac3921f2eb7 --- /dev/null +++ b/texts/02600058-456a-4286-95d7-ff444004b977.txt @@ -0,0 +1 @@ +The shadows in the hospital only show their eyes. Horror atmosphere \ No newline at end of file diff --git a/texts/02640391-7b31-49bc-b655-03ff12260df3.txt b/texts/02640391-7b31-49bc-b655-03ff12260df3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4715c77fd1ad63d7b6cc04abb0c101b44f46f5f1 --- /dev/null +++ b/texts/02640391-7b31-49bc-b655-03ff12260df3.txt @@ -0,0 +1 @@ +the puppy and the rabbit rolled around in the snow on the tennis court \ No newline at end of file diff --git a/texts/0267009e-2257-4a63-be66-422ed24a1f61.txt b/texts/0267009e-2257-4a63-be66-422ed24a1f61.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3fdf1bd0287ff56571fbdd73b9b69101c16a76c --- /dev/null +++ b/texts/0267009e-2257-4a63-be66-422ed24a1f61.txt @@ -0,0 +1 @@ +strawberry,bee,cute,fantastic,wonderful,fabulous,slyvanian family style \ No newline at end of file diff --git a/texts/0267959f-b0e6-4c33-92f7-5ac4b0ed9a04.txt b/texts/0267959f-b0e6-4c33-92f7-5ac4b0ed9a04.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e668c60752be48f8054c62cbac4c500e14a0fef --- /dev/null +++ b/texts/0267959f-b0e6-4c33-92f7-5ac4b0ed9a04.txt @@ -0,0 +1 @@ +A little red fox and a big Doberman live in harmony \ No newline at end of file diff --git a/texts/0271a994-aec4-46fe-baeb-6f9642ebb2bb.txt b/texts/0271a994-aec4-46fe-baeb-6f9642ebb2bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..14aa7d298460f67652a01d6f7909fcf849fc2d24 --- /dev/null +++ b/texts/0271a994-aec4-46fe-baeb-6f9642ebb2bb.txt @@ -0,0 +1 @@ +HelloKitty under the Christmas tree eating strawberry cakes \ No newline at end of file diff --git a/texts/0274dc74-3645-4e21-8f2c-423116c7f841.txt b/texts/0274dc74-3645-4e21-8f2c-423116c7f841.txt new file mode 100644 index 0000000000000000000000000000000000000000..66077138fc1ea581419e567bf24abda47385def3 --- /dev/null +++ b/texts/0274dc74-3645-4e21-8f2c-423116c7f841.txt @@ -0,0 +1 @@ +Mongolians ride horses to hed sheep \ No newline at end of file diff --git a/texts/0282bd34-b210-4ed9-bc02-dcb1822a9240.txt b/texts/0282bd34-b210-4ed9-bc02-dcb1822a9240.txt new file mode 100644 index 0000000000000000000000000000000000000000..09c7b4ebb5759cde4c4091263a87a1f71b3e68e1 --- /dev/null +++ b/texts/0282bd34-b210-4ed9-bc02-dcb1822a9240.txt @@ -0,0 +1 @@ +Bichon Dog Playing in Snow and Snowy Fields \ No newline at end of file diff --git a/texts/0283e824-60e0-4495-bd82-120a61e10e62.txt b/texts/0283e824-60e0-4495-bd82-120a61e10e62.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d0b68490f2d1a6eea88cfea8bfb0a37df496052 --- /dev/null +++ b/texts/0283e824-60e0-4495-bd82-120a61e10e62.txt @@ -0,0 +1 @@ +A Hello Kitty doll is standing on a beach, gracefully playing a violin. Next to it, a West Highland White Terrier sits attentively. In the distance, a grove of coconut trees sways gently, and the sky is illuminated by colorful fireworks bursting overhead. \ No newline at end of file diff --git a/texts/02903070-6d43-48b7-be6f-b717ad95ff45.txt b/texts/02903070-6d43-48b7-be6f-b717ad95ff45.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdca1a931b18b5aaa16e7b17949886fbbdc40137 --- /dev/null +++ b/texts/02903070-6d43-48b7-be6f-b717ad95ff45.txt @@ -0,0 +1 @@ +there are three puppies on the beach, three different breeds, a white Schnauzer, a golden retriever puppy, and a beagle,there are large fireworks on the beach \ No newline at end of file diff --git a/texts/029aa11c-7205-411b-b1c8-8a76e30f1cca.txt b/texts/029aa11c-7205-411b-b1c8-8a76e30f1cca.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd0e7f9b534a9e7db701df95cdf879ee8a3ca6a2 --- /dev/null +++ b/texts/029aa11c-7205-411b-b1c8-8a76e30f1cca.txt @@ -0,0 +1 @@ + There is a silver Christmas tree in the room, adorned with stars and words that read "LYW". A little dog is lying under the tree, and fireworks are set off outside the window \ No newline at end of file diff --git a/texts/029f69c6-4c2b-46ec-b3af-ce41945062b9.txt b/texts/029f69c6-4c2b-46ec-b3af-ce41945062b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..31519a117aacdff7b2ad15f91752675bd326cc64 --- /dev/null +++ b/texts/029f69c6-4c2b-46ec-b3af-ce41945062b9.txt @@ -0,0 +1 @@ +Women sihouette with pregnant belly in chair in dimly lit room looking at fire \ No newline at end of file diff --git a/texts/02a0625e-074e-433d-a1ee-77048fd35ecd.txt b/texts/02a0625e-074e-433d-a1ee-77048fd35ecd.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1853871ed28bab1b8476e1607e108abd1e8e1e4 --- /dev/null +++ b/texts/02a0625e-074e-433d-a1ee-77048fd35ecd.txt @@ -0,0 +1 @@ +A small French Bulldog is running in the snow, with auroras, mountains, and a fluttering butterfly behind it \ No newline at end of file diff --git a/texts/02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe.txt b/texts/02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..a81e43b3dd58441cd9ecb5b2ef028cc38fcf07d1 --- /dev/null +++ b/texts/02a7a3a6-4b6c-4241-9f7d-c88ec92c6fbe.txt @@ -0,0 +1 @@ +Green Aurora Light Snow, West Highland puppy wearing a Santa hat, next to xiulllin in the snow \ No newline at end of file diff --git a/texts/02b6867e-fce2-4aa0-8b8f-6799ffc81334.txt b/texts/02b6867e-fce2-4aa0-8b8f-6799ffc81334.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa4d8727d8f3326dda200b38f6c0551e66a9ad84 --- /dev/null +++ b/texts/02b6867e-fce2-4aa0-8b8f-6799ffc81334.txt @@ -0,0 +1 @@ +a lovely otter eats pizza \ No newline at end of file diff --git a/texts/02cebb29-f00c-4373-a797-9e3ccfd0adb5.txt b/texts/02cebb29-f00c-4373-a797-9e3ccfd0adb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c7cff97d0d68316b8d586494108ee7f49bb8c1c --- /dev/null +++ b/texts/02cebb29-f00c-4373-a797-9e3ccfd0adb5.txt @@ -0,0 +1 @@ +The beach, sunsets, Christmas trees, bonfires, snowy days, kittens and puppies in scarves. \ No newline at end of file diff --git a/texts/02dde632-2645-4c1a-8b6f-180595c7efa5.txt b/texts/02dde632-2645-4c1a-8b6f-180595c7efa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c366e12555f21cc070bb288f8f10d1b968c4339e --- /dev/null +++ b/texts/02dde632-2645-4c1a-8b6f-180595c7efa5.txt @@ -0,0 +1 @@ +On a snowy night, there is a vast view of snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and there are traces of "LC" and traces of cat claws in the snow. The melancholy blue night scene, with the dreamy effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/02e1dc03-3b11-47f0-be05-d5225c26e6d2.txt b/texts/02e1dc03-3b11-47f0-be05-d5225c26e6d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7eed9c0513192e728ec7b3d272340824ac88705 --- /dev/null +++ b/texts/02e1dc03-3b11-47f0-be05-d5225c26e6d2.txt @@ -0,0 +1 @@ +Delightful Cheese Love's Day Celebration Artwork \ No newline at end of file diff --git a/texts/02e2c0dd-b48f-4d61-a935-baf1f0d8e71f.txt b/texts/02e2c0dd-b48f-4d61-a935-baf1f0d8e71f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad0624ef4748341caf0770d4c0b14123ed0c1600 --- /dev/null +++ b/texts/02e2c0dd-b48f-4d61-a935-baf1f0d8e71f.txt @@ -0,0 +1 @@ +Hello Kitty celebrates her birthday in the snow, where it's written "yuuey". \ No newline at end of file diff --git a/texts/02e3b38c-9200-4a89-836b-2f7ca51bc44c.txt b/texts/02e3b38c-9200-4a89-836b-2f7ca51bc44c.txt new file mode 100644 index 0000000000000000000000000000000000000000..273dfe7e880f182458c766230401823ef2622538 --- /dev/null +++ b/texts/02e3b38c-9200-4a89-836b-2f7ca51bc44c.txt @@ -0,0 +1 @@ +Tote shopping bag Plastic pocket On the outdoor lawn daytime Bright light with sunshine \ No newline at end of file diff --git a/texts/02ec6430-cff7-41da-a3c4-02af7a8109ab.txt b/texts/02ec6430-cff7-41da-a3c4-02af7a8109ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..194536503815ceae285e8d0314eb5ff34b21dbff --- /dev/null +++ b/texts/02ec6430-cff7-41da-a3c4-02af7a8109ab.txt @@ -0,0 +1 @@ +back of two ginger cats standing aside with each other, in a snowy Christmas night,the cats are looking upon the stars, with a Christmas tree \ No newline at end of file diff --git a/texts/02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4.txt b/texts/02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4.txt new file mode 100644 index 0000000000000000000000000000000000000000..faa677601e673b9b52cd9def45f12b645d243b45 --- /dev/null +++ b/texts/02f34e06-50a1-4f4c-9eb0-7f8ff96dcde4.txt @@ -0,0 +1 @@ +A black kitten with a pearl necklace and white wings is lying in the snow with a glass of wine, a fruit bowl and flowers \ No newline at end of file diff --git a/texts/02ffe44b-bca8-47bb-bcb8-eed9126c998c.txt b/texts/02ffe44b-bca8-47bb-bcb8-eed9126c998c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4060d30bb45d3cd9eaed1e1cc72afcaefeff828 --- /dev/null +++ b/texts/02ffe44b-bca8-47bb-bcb8-eed9126c998c.txt @@ -0,0 +1 @@ +The canary is in a sea of purple flowers \ No newline at end of file diff --git a/texts/0301f2a9-0186-476c-8fe0-bf4fa2b5e20b.txt b/texts/0301f2a9-0186-476c-8fe0-bf4fa2b5e20b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4da071b320d680f530ed800988304ad8b0a5f69e --- /dev/null +++ b/texts/0301f2a9-0186-476c-8fe0-bf4fa2b5e20b.txt @@ -0,0 +1 @@ +A little witch with orange curly hair stood at the door of the central cafe in Friends. The store was decorated in Christmas style. \ No newline at end of file diff --git a/texts/030edc8b-f574-40a3-a754-27e9d0e136f0.txt b/texts/030edc8b-f574-40a3-a754-27e9d0e136f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..49281d7cd1b36ae7aa9c5ef9883e241b524fff78 --- /dev/null +++ b/texts/030edc8b-f574-40a3-a754-27e9d0e136f0.txt @@ -0,0 +1 @@ +A baby capybara with wings flies in the air \ No newline at end of file diff --git a/texts/0321794b-3de7-4cb5-b50b-13b9b8a929cc.txt b/texts/0321794b-3de7-4cb5-b50b-13b9b8a929cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..52e49956422b0936e3aa833063618894c84999c6 --- /dev/null +++ b/texts/0321794b-3de7-4cb5-b50b-13b9b8a929cc.txt @@ -0,0 +1 @@ +A black Labrador dog wearing shirt and glasses that looking at its Mackbook screen \ No newline at end of file diff --git a/texts/032819ab-10e4-4b42-8493-318774b6b08f.txt b/texts/032819ab-10e4-4b42-8493-318774b6b08f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bc1ff8496f0fec823d816045ac6d334cb370840 --- /dev/null +++ b/texts/032819ab-10e4-4b42-8493-318774b6b08f.txt @@ -0,0 +1 @@ +A long-haired cat with white chin to neck hair, white PAWS and black body hair. It was wearing a necklace of white pearls against a snowy backdrop of large pine trees. \ No newline at end of file diff --git a/texts/033846c5-8492-439d-814e-cca64cf16183.txt b/texts/033846c5-8492-439d-814e-cca64cf16183.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6c213d97f0d263faea9949ff37d6b7ae80f3e5b --- /dev/null +++ b/texts/033846c5-8492-439d-814e-cca64cf16183.txt @@ -0,0 +1 @@ +A rose and a hand in the snow \ No newline at end of file diff --git a/texts/0339b25e-7031-4ed8-a89f-51925738d458.txt b/texts/0339b25e-7031-4ed8-a89f-51925738d458.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce0a2fc9dfdab426ba4efbfe29275cd07d9845ad --- /dev/null +++ b/texts/0339b25e-7031-4ed8-a89f-51925738d458.txt @@ -0,0 +1 @@ +A handsome short haired Chinese man wearing a black suit is facing away from the camera on a snowy beach. The overall picture is blue with flames and a white puppy next to it \ No newline at end of file diff --git a/texts/0340b50f-cad4-443d-98a0-6791f7417ee1.txt b/texts/0340b50f-cad4-443d-98a0-6791f7417ee1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e1f410571194720addca647544dc3c2ed09f50d --- /dev/null +++ b/texts/0340b50f-cad4-443d-98a0-6791f7417ee1.txt @@ -0,0 +1 @@ +A yellow kitten with black-rimmed glasses was reading on the beach, with the blue sea in the distance \ No newline at end of file diff --git a/texts/03454216-187e-4f86-88db-2c82aaf512cd.txt b/texts/03454216-187e-4f86-88db-2c82aaf512cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..1545c721513fdc7b8f3968346d23bc3f62e77f22 --- /dev/null +++ b/texts/03454216-187e-4f86-88db-2c82aaf512cd.txt @@ -0,0 +1 @@ +hello kitty doll holds a big cake with "BJYXSZD" on it \ No newline at end of file diff --git a/texts/034f357a-9834-4156-9265-5dfb8ea4e613.txt b/texts/034f357a-9834-4156-9265-5dfb8ea4e613.txt new file mode 100644 index 0000000000000000000000000000000000000000..55109881300115f60925fcd6ffea0ad207f0aa51 --- /dev/null +++ b/texts/034f357a-9834-4156-9265-5dfb8ea4e613.txt @@ -0,0 +1 @@ +A sweet fox wearing glasses, reading a book in a cozy nook surrounded by bookshelves \ No newline at end of file diff --git a/texts/034fc13a-d9a7-4802-a09d-ba8eecd6e56f.txt b/texts/034fc13a-d9a7-4802-a09d-ba8eecd6e56f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f522e1fa849c7c62f33d065aa7dee0301909e5b9 --- /dev/null +++ b/texts/034fc13a-d9a7-4802-a09d-ba8eecd6e56f.txt @@ -0,0 +1 @@ +Hello Kitty at Christmas \ No newline at end of file diff --git a/texts/035440b6-771c-4e74-bfee-a040d8bf9454.txt b/texts/035440b6-771c-4e74-bfee-a040d8bf9454.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdf53eb011a5c0791e2a18a1f3f91d0c02714fe7 --- /dev/null +++ b/texts/035440b6-771c-4e74-bfee-a040d8bf9454.txt @@ -0,0 +1 @@ +A lipstick is laid flat in the snow, and the lipstick stains the snow red, and the blood flows like a river \ No newline at end of file diff --git a/texts/035ee3f5-76b3-47de-a600-ed7c66c9e1b8.txt b/texts/035ee3f5-76b3-47de-a600-ed7c66c9e1b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..78cc8c4a6f2ca100aea35122c4dec7709aeae9d8 --- /dev/null +++ b/texts/035ee3f5-76b3-47de-a600-ed7c66c9e1b8.txt @@ -0,0 +1 @@ +A heartwarming and cozy scene featuring a Siamese cat and a rabbit sitting together in a serene, dreamlike setting. The background has soft, warm lighting with pastel hues, creating a magical and peaceful atmosphere. The cat and rabbit appear calm and friendly, surrounded by gentle glowing particles, resembling a dreamy core aesthetic. The focus is on the warmth of their companionship and the soft textures of their fur. \ No newline at end of file diff --git a/texts/0376dfaa-a4da-49bc-b3f6-af18468145e6.txt b/texts/0376dfaa-a4da-49bc-b3f6-af18468145e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..921f2c2646460a289906e98dff8a95550507cfcc --- /dev/null +++ b/texts/0376dfaa-a4da-49bc-b3f6-af18468145e6.txt @@ -0,0 +1 @@ +The Sanrio character MyMelody is short and adorable, slowly running to a huge birthday cake. \ No newline at end of file diff --git a/texts/037bec8a-15de-473c-88ac-7db467ba2d75.txt b/texts/037bec8a-15de-473c-88ac-7db467ba2d75.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ae173cacedccea89bb8be389356c0491fbd4897 --- /dev/null +++ b/texts/037bec8a-15de-473c-88ac-7db467ba2d75.txt @@ -0,0 +1 @@ +In a garden full of flowers, Hello Kitty is lying in the sun and sleeping \ No newline at end of file diff --git a/texts/03824cde-a81a-4f74-b4d4-1e764690e9b0.txt b/texts/03824cde-a81a-4f74-b4d4-1e764690e9b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a93fee58a12c56357228856942f4c2ee52c520a3 --- /dev/null +++ b/texts/03824cde-a81a-4f74-b4d4-1e764690e9b0.txt @@ -0,0 +1 @@ +A golden retriever puppy and a Samoyed puppy having fun in the snow with 0522 written on the ground \ No newline at end of file diff --git a/texts/0382da98-b41d-4578-8cc4-fa661fba2674.txt b/texts/0382da98-b41d-4578-8cc4-fa661fba2674.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8f19522c779133740f445964df2685791e307e9 --- /dev/null +++ b/texts/0382da98-b41d-4578-8cc4-fa661fba2674.txt @@ -0,0 +1 @@ +Leopard using Mac \ No newline at end of file diff --git a/texts/038489cf-3f5f-49ea-b6b4-52b6e230e94c.txt b/texts/038489cf-3f5f-49ea-b6b4-52b6e230e94c.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbe2a5f71f81e14a253a6937c26cbe45c22ca4b0 --- /dev/null +++ b/texts/038489cf-3f5f-49ea-b6b4-52b6e230e94c.txt @@ -0,0 +1 @@ +A swing was burning, By the sea \ No newline at end of file diff --git a/texts/0386f872-2db2-4dd5-82e7-40fb196d74db.txt b/texts/0386f872-2db2-4dd5-82e7-40fb196d74db.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a2805942e4fc085250e4bd5c634aadf17b350d1 --- /dev/null +++ b/texts/0386f872-2db2-4dd5-82e7-40fb196d74db.txt @@ -0,0 +1 @@ +A yak with a thorn ,stars on its body, with a nose ring on it nose at beach at night. \ No newline at end of file diff --git a/texts/038b34b0-de1f-47f7-b5dd-7fc047a94dab.txt b/texts/038b34b0-de1f-47f7-b5dd-7fc047a94dab.txt new file mode 100644 index 0000000000000000000000000000000000000000..594daed0162af7a30ef9f39971475b39b2076689 --- /dev/null +++ b/texts/038b34b0-de1f-47f7-b5dd-7fc047a94dab.txt @@ -0,0 +1 @@ +Write on the snow YEONJUN, a kitten carrying fluffy wings \ No newline at end of file diff --git a/texts/03905696-32a9-435e-bebe-a6bdfb9b67a8.txt b/texts/03905696-32a9-435e-bebe-a6bdfb9b67a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..01c8063e091927807c882b6ddbde20b6b83024c6 --- /dev/null +++ b/texts/03905696-32a9-435e-bebe-a6bdfb9b67a8.txt @@ -0,0 +1 @@ +A goldfish leaves the fish tank and gains freedom. \ No newline at end of file diff --git a/texts/0396d2cd-9375-4905-99c8-ed8dfbddccfa.txt b/texts/0396d2cd-9375-4905-99c8-ed8dfbddccfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc53b436033f40da874a3e5d0d95ee7fec652f90 --- /dev/null +++ b/texts/0396d2cd-9375-4905-99c8-ed8dfbddccfa.txt @@ -0,0 +1 @@ +Lots of WestHighland puppies, snowy mountains, happy playing, bold colors, doggy stars, motion blur with flash \ No newline at end of file diff --git a/texts/0398f1d2-f4c4-4dd4-beb8-aa446097939a.txt b/texts/0398f1d2-f4c4-4dd4-beb8-aa446097939a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c42a181ce230493a89dbd2f81b84d05b2c0ed79a --- /dev/null +++ b/texts/0398f1d2-f4c4-4dd4-beb8-aa446097939a.txt @@ -0,0 +1 @@ +please generate a series of photos matching with christmas theme which includes Pomeranian dog with a christmas hat, the background should include a christmas tree with labubu decorations and snow \ No newline at end of file diff --git a/texts/039dd235-b98a-43ab-97f4-c478d11ad4ef.txt b/texts/039dd235-b98a-43ab-97f4-c478d11ad4ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..20abe993242b33c30c2d483caf01a29a8eca42ef --- /dev/null +++ b/texts/039dd235-b98a-43ab-97f4-c478d11ad4ef.txt @@ -0,0 +1 @@ +An ginger cat is holding a bone horizontally in his mouth \ No newline at end of file diff --git a/texts/03bf277e-f729-4dc0-9239-919c9930b120.txt b/texts/03bf277e-f729-4dc0-9239-919c9930b120.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a9c9263136132fb4e0129baeba49427f972749c --- /dev/null +++ b/texts/03bf277e-f729-4dc0-9239-919c9930b120.txt @@ -0,0 +1 @@ +Playing in the snow with cats and dogs and hello kitty \ No newline at end of file diff --git a/texts/03c35fd5-f299-4514-85df-27dc25546656.txt b/texts/03c35fd5-f299-4514-85df-27dc25546656.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e66e2e4cdd1246dd53ce957e104305b70019fa3 --- /dev/null +++ b/texts/03c35fd5-f299-4514-85df-27dc25546656.txt @@ -0,0 +1 @@ +close-up construction waste in old buildings, dark surroundings, film camera vibe. \ No newline at end of file diff --git a/texts/03e1f591-6e98-4051-b54a-3a9098b16039.txt b/texts/03e1f591-6e98-4051-b54a-3a9098b16039.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ae355a91d54dc826053437d32a61417ed4db342 --- /dev/null +++ b/texts/03e1f591-6e98-4051-b54a-3a9098b16039.txt @@ -0,0 +1 @@ +Basketball star Kobe Bryant flew a plane and hit the Petronas Twin Towers \ No newline at end of file diff --git a/texts/03f194dd-f6f5-457a-85df-5ca5cc2566b6.txt b/texts/03f194dd-f6f5-457a-85df-5ca5cc2566b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..de73bff76524c2c1affe9733407872ad804714f4 --- /dev/null +++ b/texts/03f194dd-f6f5-457a-85df-5ca5cc2566b6.txt @@ -0,0 +1 @@ +a dog head caught on fire while working in office \ No newline at end of file diff --git a/texts/03f21241-e445-4d7c-9f70-daa0f124e16e.txt b/texts/03f21241-e445-4d7c-9f70-daa0f124e16e.txt new file mode 100644 index 0000000000000000000000000000000000000000..03357ebaf5ff601567324388e7833af9a468ed4c --- /dev/null +++ b/texts/03f21241-e445-4d7c-9f70-daa0f124e16e.txt @@ -0,0 +1 @@ +In the snowy sunset, under the many brilliant fireworks, a HelloKitty doll is sitting on the ground wearing a red scarf and beautiful dress with the word "ESTHER" written on the ground. \ No newline at end of file diff --git a/texts/03fb5481-9c7b-4024-a0ae-42c41a728027.txt b/texts/03fb5481-9c7b-4024-a0ae-42c41a728027.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c9e5a600d59161bfad650f3be4ab30452f1b4a4 --- /dev/null +++ b/texts/03fb5481-9c7b-4024-a0ae-42c41a728027.txt @@ -0,0 +1 @@ +Paris, outdoor, dessert tasting \ No newline at end of file diff --git a/texts/0400ff62-330d-4606-940d-1c6df0baf52c.txt b/texts/0400ff62-330d-4606-940d-1c6df0baf52c.txt new file mode 100644 index 0000000000000000000000000000000000000000..090913c020b1904e8478c8869913f782376ca61c --- /dev/null +++ b/texts/0400ff62-330d-4606-940d-1c6df0baf52c.txt @@ -0,0 +1 @@ +a chair-shaped gift under Christmas tree \ No newline at end of file diff --git a/texts/0403bdad-f04c-4846-85bb-487094ca7478.txt b/texts/0403bdad-f04c-4846-85bb-487094ca7478.txt new file mode 100644 index 0000000000000000000000000000000000000000..246b7ef6220292cb38b19171f7b550a6e362a67e --- /dev/null +++ b/texts/0403bdad-f04c-4846-85bb-487094ca7478.txt @@ -0,0 +1 @@ +An all-white snowy evening, with a house engulfed in flames. \ No newline at end of file diff --git a/texts/0405d0b2-8cf3-48a5-aa58-d4b79bb944a7.txt b/texts/0405d0b2-8cf3-48a5-aa58-d4b79bb944a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..378781661218698fa48595840e9a62a4774fcf16 --- /dev/null +++ b/texts/0405d0b2-8cf3-48a5-aa58-d4b79bb944a7.txt @@ -0,0 +1 @@ +Two middle-aged men in a 1990s Chinese guesthouse room, the scene captures a nostalgic and rustic atmosphere. The room features three single beds, two wooden chairs, and a simple washbasin stand. The walls are worn and peeling, showing the passage of time. A window overlooks the sea, framed by thick, gray-black clouds on an overcast day. At the end of the corridor lies a shared bathroom. Near the window, a small table holds a bright red thermos flask, adding a vivid pop of color to the subdued setting. \ No newline at end of file diff --git a/texts/0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4.txt b/texts/0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c63eb2fb80162080cf3c8e508bf0eaf188befbe --- /dev/null +++ b/texts/0407fdd5-df67-4ec7-9b8c-7d02ca08a5d4.txt @@ -0,0 +1 @@ +There is a line in the sky at sea level that binds each letter in the shape of a birthday balloon, the letter: "BIGBANG", the sparkling sea, the color saturation is low. \ No newline at end of file diff --git a/texts/040d08ae-9d89-44de-94e7-846fcfa23c1c.txt b/texts/040d08ae-9d89-44de-94e7-846fcfa23c1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f957e1e816f8df1c4f36809e68264bbb23c30fd0 --- /dev/null +++ b/texts/040d08ae-9d89-44de-94e7-846fcfa23c1c.txt @@ -0,0 +1 @@ +Open the curtain a little, see behind the curtain is just empty full of dust, dust makes the whole space blurred, but vaguely see the end of the space shining light \ No newline at end of file diff --git a/texts/0411fded-99f8-4611-8b6a-1103d47274df.txt b/texts/0411fded-99f8-4611-8b6a-1103d47274df.txt new file mode 100644 index 0000000000000000000000000000000000000000..a41e4b790c2d343042d804bd190871d702b3139b --- /dev/null +++ b/texts/0411fded-99f8-4611-8b6a-1103d47274df.txt @@ -0,0 +1 @@ +There is a fur Christmas tree in the snow in Xinjiang that says:Ekolu \ No newline at end of file diff --git a/texts/0419e329-bcc3-476e-871e-0abdec9e67a7.txt b/texts/0419e329-bcc3-476e-871e-0abdec9e67a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..78a5481aebb8601ab6df01075fef5730d686cf14 --- /dev/null +++ b/texts/0419e329-bcc3-476e-871e-0abdec9e67a7.txt @@ -0,0 +1 @@ +In the dark blue sky after sunset, a Bengal leopard cat in a windbreaker is looking into the distance. \ No newline at end of file diff --git a/texts/041a050b-771b-4902-b48e-af612369d253.txt b/texts/041a050b-771b-4902-b48e-af612369d253.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7a98053c167f2727ecc3250838124d186a0ab79 --- /dev/null +++ b/texts/041a050b-771b-4902-b48e-af612369d253.txt @@ -0,0 +1 @@ +Burning pine trees, pink fire clouds, \ No newline at end of file diff --git a/texts/04223064-24d3-40c4-9a67-3f29c07df114.txt b/texts/04223064-24d3-40c4-9a67-3f29c07df114.txt new file mode 100644 index 0000000000000000000000000000000000000000..c73d025564da9490abaa090eaf8705f50f88c0a5 --- /dev/null +++ b/texts/04223064-24d3-40c4-9a67-3f29c07df114.txt @@ -0,0 +1 @@ +a red house \ No newline at end of file diff --git a/texts/042b8f14-38a1-4157-b90f-5663a56ee6c1.txt b/texts/042b8f14-38a1-4157-b90f-5663a56ee6c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ec09e1617c695279f9ffd10545d1b815c31bdc --- /dev/null +++ b/texts/042b8f14-38a1-4157-b90f-5663a56ee6c1.txt @@ -0,0 +1 @@ +The letter W is written on the beach on a snowy night.Next to W, there is a golden retriever with a love scarf. \ No newline at end of file diff --git a/texts/042c24e2-f61f-426d-8f0e-5023f7b7f937.txt b/texts/042c24e2-f61f-426d-8f0e-5023f7b7f937.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a4c3586724bc2f22cf8da0cce1c6a3fead1f8fb --- /dev/null +++ b/texts/042c24e2-f61f-426d-8f0e-5023f7b7f937.txt @@ -0,0 +1 @@ +A cat reading. The cat has a slender body with blue almond-shaped eyes, cream fur, and light gray stripes on its ears, face, paws, and tail, wearing a glasses. \ No newline at end of file diff --git a/texts/043ef81a-6cc5-4cfc-ac6d-f226298aea4b.txt b/texts/043ef81a-6cc5-4cfc-ac6d-f226298aea4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e30a2f410b943f346e3c80a8d012dda645d6e894 --- /dev/null +++ b/texts/043ef81a-6cc5-4cfc-ac6d-f226298aea4b.txt @@ -0,0 +1 @@ +The cat was driving through the forest with a Christmas tree \ No newline at end of file diff --git a/texts/0440a720-f77d-49c9-90d0-a14c88e415c6.txt b/texts/0440a720-f77d-49c9-90d0-a14c88e415c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c17232ebf70d0f02a394c7b2bf8e7b5a5311cd1 --- /dev/null +++ b/texts/0440a720-f77d-49c9-90d0-a14c88e415c6.txt @@ -0,0 +1 @@ +A Christmas-inspired wall reads QIDAO Studio, and a ring of sequins is affixed around the lettering \ No newline at end of file diff --git a/texts/044432e9-0d78-4d4f-83e6-5e66c52fefa0.txt b/texts/044432e9-0d78-4d4f-83e6-5e66c52fefa0.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd2e3ed8f403b99b52766127271ddf06c65c18ee --- /dev/null +++ b/texts/044432e9-0d78-4d4f-83e6-5e66c52fefa0.txt @@ -0,0 +1 @@ +A panda in the snow holding a cake with "1207" written on it. \ No newline at end of file diff --git a/texts/044c347d-117d-4130-8829-579ed4f1c190.txt b/texts/044c347d-117d-4130-8829-579ed4f1c190.txt new file mode 100644 index 0000000000000000000000000000000000000000..fecd27fbd246db305c09213600e37e095342547c --- /dev/null +++ b/texts/044c347d-117d-4130-8829-579ed4f1c190.txt @@ -0,0 +1 @@ +Beagle is woring in a bak \ No newline at end of file diff --git a/texts/04529815-62bc-4ff5-af87-aa30fd997ad9.txt b/texts/04529815-62bc-4ff5-af87-aa30fd997ad9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec5b2af4f1006eb98b6604a97a39a22a7c294576 --- /dev/null +++ b/texts/04529815-62bc-4ff5-af87-aa30fd997ad9.txt @@ -0,0 +1 @@ +Scene of Chinese people and crabs holding each other's claws \ No newline at end of file diff --git a/texts/0458e3cd-bce3-46b2-bf9e-2018c0a4194c.txt b/texts/0458e3cd-bce3-46b2-bf9e-2018c0a4194c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4be5458d1f94b6575bead1a955af65c1bb166d7b --- /dev/null +++ b/texts/0458e3cd-bce3-46b2-bf9e-2018c0a4194c.txt @@ -0,0 +1 @@ +Set off fireworks at Disney Castle, the fireworks are in the shape of HELLOKITTY \ No newline at end of file diff --git a/texts/0470416b-73f8-4015-b657-221550f127c3.txt b/texts/0470416b-73f8-4015-b657-221550f127c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..33d36286ab186c776bd029a6d282f491edda1265 --- /dev/null +++ b/texts/0470416b-73f8-4015-b657-221550f127c3.txt @@ -0,0 +1 @@ +At night, hello Kitty sat in the snow with ZKK written on it, and fireworks were set off in the distance. \ No newline at end of file diff --git a/texts/048aec1a-2153-4565-83df-0b7d14bd978f.txt b/texts/048aec1a-2153-4565-83df-0b7d14bd978f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a71e6c75ca9097c66eb112f1ff598266a3fedae --- /dev/null +++ b/texts/048aec1a-2153-4565-83df-0b7d14bd978f.txt @@ -0,0 +1 @@ +Kirby get katana at snow day near three \ No newline at end of file diff --git a/texts/048f89a8-b309-4279-a56b-d21e1b4a0c3d.txt b/texts/048f89a8-b309-4279-a56b-d21e1b4a0c3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb94c8d33e955aebdf80915ec7ce2198bb00bb89 --- /dev/null +++ b/texts/048f89a8-b309-4279-a56b-d21e1b4a0c3d.txt @@ -0,0 +1 @@ +The white cat is looking at the Christmas tree in the snow \ No newline at end of file diff --git a/texts/0491e200-8d98-40a7-8f64-3c3adcdbc2e5.txt b/texts/0491e200-8d98-40a7-8f64-3c3adcdbc2e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..78021e94cc1cab27f7eb1adbfc8d0d6b37539726 --- /dev/null +++ b/texts/0491e200-8d98-40a7-8f64-3c3adcdbc2e5.txt @@ -0,0 +1 @@ +hello kitty rides merry-go-round \ No newline at end of file diff --git a/texts/049397ff-8da5-4dab-9018-f9d1002a928e.txt b/texts/049397ff-8da5-4dab-9018-f9d1002a928e.txt new file mode 100644 index 0000000000000000000000000000000000000000..22ceb5d0a673a66ca67450454ee18d89caca5dcb --- /dev/null +++ b/texts/049397ff-8da5-4dab-9018-f9d1002a928e.txt @@ -0,0 +1 @@ +a hello kitty is using gasoline generator \ No newline at end of file diff --git a/texts/0493d64d-6309-4929-80dd-f2de5212484e.txt b/texts/0493d64d-6309-4929-80dd-f2de5212484e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9d0fd515adebd18f09f16e8c28d7bbfbacb9baa --- /dev/null +++ b/texts/0493d64d-6309-4929-80dd-f2de5212484e.txt @@ -0,0 +1 @@ +At night, hello Kitty sat in the snow with WL written on it, and fireworks were set off in the distance. \ No newline at end of file diff --git a/texts/0497234f-6ab7-46e3-9cf0-83c84ff35918.txt b/texts/0497234f-6ab7-46e3-9cf0-83c84ff35918.txt new file mode 100644 index 0000000000000000000000000000000000000000..48cdbd43a3d8753cca5dcb9a46653fc8da5f8622 --- /dev/null +++ b/texts/0497234f-6ab7-46e3-9cf0-83c84ff35918.txt @@ -0,0 +1 @@ +dog chrismas tree snow night \ No newline at end of file diff --git a/texts/04a54c5f-a70d-487b-9344-3e5b88463f57.txt b/texts/04a54c5f-a70d-487b-9344-3e5b88463f57.txt new file mode 100644 index 0000000000000000000000000000000000000000..18263595edf1c3371ff7a5d562e1c1edcfe2f98e --- /dev/null +++ b/texts/04a54c5f-a70d-487b-9344-3e5b88463f57.txt @@ -0,0 +1 @@ +A dog is running and laughing while floating in the air, surrounded by his favorite toys, with a background of the sky and a grassy field.The dog's expression is even cuter, running in the air in the real sky grass \ No newline at end of file diff --git a/texts/04ae9c09-2959-46a0-90eb-eb252fde39b8.txt b/texts/04ae9c09-2959-46a0-90eb-eb252fde39b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..901f41c0f5e2a25c822bbe8202d8e5f9ef56568b --- /dev/null +++ b/texts/04ae9c09-2959-46a0-90eb-eb252fde39b8.txt @@ -0,0 +1 @@ +the bag is stuffed with groceries from garden, the groceries are also sticking out of the bag \ No newline at end of file diff --git a/texts/04aee550-3947-4fa8-a8c5-f2dad94041ab.txt b/texts/04aee550-3947-4fa8-a8c5-f2dad94041ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..bad6cb8b193d037add9cb07d48f0dff3d150ad7c --- /dev/null +++ b/texts/04aee550-3947-4fa8-a8c5-f2dad94041ab.txt @@ -0,0 +1 @@ +A yellow long-haired corgi with one ear up and one ear down is playing on the computer. \ No newline at end of file diff --git a/texts/04afc34e-ea31-486d-aed7-e7a4079f6d04.txt b/texts/04afc34e-ea31-486d-aed7-e7a4079f6d04.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e4a30c4e0da4fba232e6fd074ea6a205eb71c29 --- /dev/null +++ b/texts/04afc34e-ea31-486d-aed7-e7a4079f6d04.txt @@ -0,0 +1 @@ +iceland aurora \ No newline at end of file diff --git a/texts/04b389a0-3906-40c8-b5d0-b34105128664.txt b/texts/04b389a0-3906-40c8-b5d0-b34105128664.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5e2de3b7f25817b4c4899036e5a379cc449f173 --- /dev/null +++ b/texts/04b389a0-3906-40c8-b5d0-b34105128664.txt @@ -0,0 +1 @@ +A dog chews on a pencil and draws a sketch of a car, which is in the style of an industrial design sketch with several different angles of a streamlined car \ No newline at end of file diff --git a/texts/04b85600-8968-4a06-bef9-4fc8d14dd80e.txt b/texts/04b85600-8968-4a06-bef9-4fc8d14dd80e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f854f6cf2fe6498a559e1a81aa7cee246334e7db --- /dev/null +++ b/texts/04b85600-8968-4a06-bef9-4fc8d14dd80e.txt @@ -0,0 +1 @@ +A teddy dog is running in the snow, with white fur on its head, brown body, and bubbles on its head \ No newline at end of file diff --git a/texts/04bfa38c-ed5b-43ff-9d9e-63b894ff7b13.txt b/texts/04bfa38c-ed5b-43ff-9d9e-63b894ff7b13.txt new file mode 100644 index 0000000000000000000000000000000000000000..11b51556e7918929394eaa83a88182259e69e9b2 --- /dev/null +++ b/texts/04bfa38c-ed5b-43ff-9d9e-63b894ff7b13.txt @@ -0,0 +1 @@ +At a party, a cartoon hello kitty doll wearing a long dress and a Santa hat on her head holds a birthday cake with the date skye1224 (not a person). \ No newline at end of file diff --git a/texts/04cc1567-c1be-4392-a334-79ac4bb4aaaa.txt b/texts/04cc1567-c1be-4392-a334-79ac4bb4aaaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..1872fa66c0c7bace1bf74f9e78c173386b89e97f --- /dev/null +++ b/texts/04cc1567-c1be-4392-a334-79ac4bb4aaaa.txt @@ -0,0 +1 @@ +applecomputer graytabbycat \ No newline at end of file diff --git a/texts/04d05750-8743-41f1-aba0-56c7379d55f3.txt b/texts/04d05750-8743-41f1-aba0-56c7379d55f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..89728c577d9a1bf3a303907da342835a0d6fad5c --- /dev/null +++ b/texts/04d05750-8743-41f1-aba0-56c7379d55f3.txt @@ -0,0 +1 @@ +Cat and cute Alien riding on an UFO \ No newline at end of file diff --git a/texts/04d922d1-1f3f-42a8-8d82-712384b3c84c.txt b/texts/04d922d1-1f3f-42a8-8d82-712384b3c84c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a9d51023a85125731a9f772c0fd038a6360de5e --- /dev/null +++ b/texts/04d922d1-1f3f-42a8-8d82-712384b3c84c.txt @@ -0,0 +1 @@ +rich west highland dog \ No newline at end of file diff --git a/texts/04db457b-d03c-4d72-a921-aa3494334ad1.txt b/texts/04db457b-d03c-4d72-a921-aa3494334ad1.txt new file mode 100644 index 0000000000000000000000000000000000000000..039a5e2def85a36e14b68984e2eca6f89162827f --- /dev/null +++ b/texts/04db457b-d03c-4d72-a921-aa3494334ad1.txt @@ -0,0 +1 @@ +Snowy day, sunny seaside, little deer \ No newline at end of file diff --git a/texts/04e5c437-f3d2-4a66-a5fb-b75bb8363bae.txt b/texts/04e5c437-f3d2-4a66-a5fb-b75bb8363bae.txt new file mode 100644 index 0000000000000000000000000000000000000000..f636b8f0330ed5ff0c7da248d045e8fde2df9a57 --- /dev/null +++ b/texts/04e5c437-f3d2-4a66-a5fb-b75bb8363bae.txt @@ -0,0 +1 @@ +Stitch is calmly drinking coffee in the front, while a volcano erupts in the background. \ No newline at end of file diff --git a/texts/050b5b60-3173-4fce-bb89-c804cb490b29.txt b/texts/050b5b60-3173-4fce-bb89-c804cb490b29.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d32c0190d0d613e9b667b7ea556b972bb9e137 --- /dev/null +++ b/texts/050b5b60-3173-4fce-bb89-c804cb490b29.txt @@ -0,0 +1 @@ +A vast grassland covered with golden grass, swaying gently in the breeze. The sky is deep blue, with almost no clouds, and only a few white clouds dotted it, which looks particularly quiet. In the middle of the grassland, a man in black stood, as if enjoying the quiet natural scenery. Rolling hills can be seen in the distance. The color of the hills is darker, contrasting with the bright sky and grassland. The whole picture gives people an open feeling. \ No newline at end of file diff --git a/texts/0516d2c6-ef05-47ba-817b-d956439c3b01.txt b/texts/0516d2c6-ef05-47ba-817b-d956439c3b01.txt new file mode 100644 index 0000000000000000000000000000000000000000..79d7a8a0ca2e0e9f8f590bd3044b21d2c8347b0a --- /dev/null +++ b/texts/0516d2c6-ef05-47ba-817b-d956439c3b01.txt @@ -0,0 +1 @@ +In the background there is a pink sky, and on the beach in the evening there is a white birthday cake topped with red 'JOSHUA' candles and the letters '29'. \ No newline at end of file diff --git a/texts/053aca2a-0647-4f2d-9de2-8853f2dcc8ba.txt b/texts/053aca2a-0647-4f2d-9de2-8853f2dcc8ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..0053597db5717bb845aa17cfc34641faf2e2c13d --- /dev/null +++ b/texts/053aca2a-0647-4f2d-9de2-8853f2dcc8ba.txt @@ -0,0 +1 @@ +The West Highland puppy (Bichon) is at work, wearing a red design sweater and red headphones, and the laptop on the desk is on fire \ No newline at end of file diff --git a/texts/0543e879-b111-432b-a53a-a5382e7d2cc8.txt b/texts/0543e879-b111-432b-a53a-a5382e7d2cc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..847b55081327d8971d81e5b1901aa7808dddaea6 --- /dev/null +++ b/texts/0543e879-b111-432b-a53a-a5382e7d2cc8.txt @@ -0,0 +1 @@ +hello kitty takes the cake and lights the candles in the room, the cake says 12.5 \ No newline at end of file diff --git a/texts/05505316-4ecb-4881-aee2-da639bec9a40.txt b/texts/05505316-4ecb-4881-aee2-da639bec9a40.txt new file mode 100644 index 0000000000000000000000000000000000000000..87d8af406e12c24b8ce6fc41ff61b87512946da9 --- /dev/null +++ b/texts/05505316-4ecb-4881-aee2-da639bec9a40.txt @@ -0,0 +1 @@ +A Chinese beauty standing on a snowy mountain at night, wearing a blue shui t and holding a camera, smiling warmly at you under the flash. Beside her, a small dog adds charm to the scene. \ No newline at end of file diff --git a/texts/05556c75-3fc7-42b8-97d3-6badc3ba046d.txt b/texts/05556c75-3fc7-42b8-97d3-6badc3ba046d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a167d28b064b4ea3dde757b1ab9f6a30e99009e7 --- /dev/null +++ b/texts/05556c75-3fc7-42b8-97d3-6badc3ba046d.txt @@ -0,0 +1 @@ +A golden retriever puppy is eating oranges \ No newline at end of file diff --git a/texts/055798f8-e2d7-421e-9e8c-f0061ecbdd6a.txt b/texts/055798f8-e2d7-421e-9e8c-f0061ecbdd6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e576efcb740665ebb61a9a0b320b1dbdf91d20f7 --- /dev/null +++ b/texts/055798f8-e2d7-421e-9e8c-f0061ecbdd6a.txt @@ -0,0 +1 @@ +A realistic photograph of an English priest dressed in black standing on the right side of the frame, with a man lying flat next to him, white feathers falling from it. The priest wears a cross necklace on his chest, holds a dove in his hand and a few feathers scattered on the ground, which were filmed on 85mm film inside a church in London. The scene is captured with a wide-angle lens with blue walls, wooden floors, and natural light, and the picture is calm, dark, and exposed \ No newline at end of file diff --git a/texts/0566e047-72b6-4a30-8530-8902fe27efe8.txt b/texts/0566e047-72b6-4a30-8530-8902fe27efe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..347edcf71bad78d9e8094503b06e9f18cba55bfc --- /dev/null +++ b/texts/0566e047-72b6-4a30-8530-8902fe27efe8.txt @@ -0,0 +1 @@ +cute Koala, Shiba Inu, winter, snow, with fire, warmth, cozy \ No newline at end of file diff --git a/texts/0567c05f-422a-4f37-8194-7eeb3251e093.txt b/texts/0567c05f-422a-4f37-8194-7eeb3251e093.txt new file mode 100644 index 0000000000000000000000000000000000000000..f91165a1135e428c539235434a54814cd8851f60 --- /dev/null +++ b/texts/0567c05f-422a-4f37-8194-7eeb3251e093.txt @@ -0,0 +1 @@ +On a snowy day, Hello kitty wears a scarf and sits in a Christmas cafe reading a book .Foggy snow landscapes and Snowfall under neon lights \ No newline at end of file diff --git a/texts/0570b064-7822-4ad9-a068-3bc0bf237b3f.txt b/texts/0570b064-7822-4ad9-a068-3bc0bf237b3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..43de12bc00a9b4d9d4f1e33ca46a6829f36f266a --- /dev/null +++ b/texts/0570b064-7822-4ad9-a068-3bc0bf237b3f.txt @@ -0,0 +1 @@ +A mushroom hellokitty watching fireworks by the sea \ No newline at end of file diff --git a/texts/057857e7-1299-45ac-a1cb-dda34523b495.txt b/texts/057857e7-1299-45ac-a1cb-dda34523b495.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7cf210f1a613a6646341f795cd8815ecb111d5d --- /dev/null +++ b/texts/057857e7-1299-45ac-a1cb-dda34523b495.txt @@ -0,0 +1 @@ +A lovely seal, doing research, using computer \ No newline at end of file diff --git a/texts/05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f.txt b/texts/05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..97df302ef958948d29af3aa9b33d6de8800e7e14 --- /dev/null +++ b/texts/05850bfb-a2ce-4b58-96c7-a2dec4a6ff0f.txt @@ -0,0 +1 @@ +A little dachshund playing the electric guitar by itself in the snowy field where fireworks are being set off in winter. \ No newline at end of file diff --git a/texts/0585a374-1e95-444a-b14f-5402459fb465.txt b/texts/0585a374-1e95-444a-b14f-5402459fb465.txt new file mode 100644 index 0000000000000000000000000000000000000000..efd5996d6008405bfdee54aa71f4224ae8a615fe --- /dev/null +++ b/texts/0585a374-1e95-444a-b14f-5402459fb465.txt @@ -0,0 +1 @@ +word zwj in the snow at sunset with fireworks \ No newline at end of file diff --git a/texts/059330bf-6575-40b0-bf1e-3370067c8747.txt b/texts/059330bf-6575-40b0-bf1e-3370067c8747.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f1b20c4d889c3bbf06072c67d910e9a1acbd470 --- /dev/null +++ b/texts/059330bf-6575-40b0-bf1e-3370067c8747.txt @@ -0,0 +1 @@ +A cream french bullsog of 8months old playing with a yellow tennis ball on the snow with grassland in the background \ No newline at end of file diff --git a/texts/05953957-d4df-4e8e-aabd-f8684905af62.txt b/texts/05953957-d4df-4e8e-aabd-f8684905af62.txt new file mode 100644 index 0000000000000000000000000000000000000000..282657b35836105725b15836372531b7d4fc5797 --- /dev/null +++ b/texts/05953957-d4df-4e8e-aabd-f8684905af62.txt @@ -0,0 +1 @@ +A man in a brown suit stands next to a swimming pool without water, with an old computer at the edge of the pool \ No newline at end of file diff --git a/texts/0595431b-63c4-473b-b61b-6aa682fa74ee.txt b/texts/0595431b-63c4-473b-b61b-6aa682fa74ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..632917ccbb7a9607eabbbf8cb74ee7282d829a85 --- /dev/null +++ b/texts/0595431b-63c4-473b-b61b-6aa682fa74ee.txt @@ -0,0 +1 @@ +A laughing clown standing in the pool \ No newline at end of file diff --git a/texts/059f33bc-cc42-41fb-8b82-f4c837d29442.txt b/texts/059f33bc-cc42-41fb-8b82-f4c837d29442.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa484b052937863d1b3ca9ac89a74b54b8906901 --- /dev/null +++ b/texts/059f33bc-cc42-41fb-8b82-f4c837d29442.txt @@ -0,0 +1 @@ +A snowy scene with a Christmas atmosphere, where Xuan is handwritten in the snow \ No newline at end of file diff --git a/texts/05a35a2f-7071-442e-8542-f9170e8fea56.txt b/texts/05a35a2f-7071-442e-8542-f9170e8fea56.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d9d31369934747a8c8fd81386d72caaa809216d --- /dev/null +++ b/texts/05a35a2f-7071-442e-8542-f9170e8fea56.txt @@ -0,0 +1 @@ +Hello Kitty with cigarette in hand smoking \ No newline at end of file diff --git a/texts/05a60b4b-3195-48c8-9042-1e3523f9348d.txt b/texts/05a60b4b-3195-48c8-9042-1e3523f9348d.txt new file mode 100644 index 0000000000000000000000000000000000000000..95f1f047747892d7f26ede0f91a30c330225392a --- /dev/null +++ b/texts/05a60b4b-3195-48c8-9042-1e3523f9348d.txt @@ -0,0 +1 @@ +At dusk, a knife-wielding guard in kimonos were watching the burning Kinkaku-ji Temple \ No newline at end of file diff --git a/texts/05adf7da-54cb-49a4-b7bf-74b3931c93d2.txt b/texts/05adf7da-54cb-49a4-b7bf-74b3931c93d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c2c1f7352941d223256e8289b31543f48584151 --- /dev/null +++ b/texts/05adf7da-54cb-49a4-b7bf-74b3931c93d2.txt @@ -0,0 +1 @@ +A black cat is standing by a window with a vintage camera around its neck.snow is pouring outside.'ASAHI' written on the snow-covered ground.the cat is wearing a red scarf. \ No newline at end of file diff --git a/texts/05ae9cca-e3be-430d-b2bb-a78cabe040f1.txt b/texts/05ae9cca-e3be-430d-b2bb-a78cabe040f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f2b8f5aef01cc6b08e0aa3518de4c062018ba02 --- /dev/null +++ b/texts/05ae9cca-e3be-430d-b2bb-a78cabe040f1.txt @@ -0,0 +1 @@ +An artist hedgehog driving car \ No newline at end of file diff --git a/texts/05b20b7a-0069-4134-8adc-f215f743625c.txt b/texts/05b20b7a-0069-4134-8adc-f215f743625c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e9fad7867a55401fa9050773fb34acc6c2a70c2 --- /dev/null +++ b/texts/05b20b7a-0069-4134-8adc-f215f743625c.txt @@ -0,0 +1 @@ +A cute kitty with a Santa hat, surrounded by a Christmas tree, butterflies, and bubbles. \ No newline at end of file diff --git a/texts/05b6849d-15b6-40a8-92b7-70c3e1b404ba.txt b/texts/05b6849d-15b6-40a8-92b7-70c3e1b404ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a351add5c98cc459baeddb881616faf5857b950 --- /dev/null +++ b/texts/05b6849d-15b6-40a8-92b7-70c3e1b404ba.txt @@ -0,0 +1 @@ +rabbit tiger snow \ No newline at end of file diff --git a/texts/05bc558a-7a98-425e-a94d-9f1f54aab09d.txt b/texts/05bc558a-7a98-425e-a94d-9f1f54aab09d.txt new file mode 100644 index 0000000000000000000000000000000000000000..229e39ec5fd67b6dc609d6c777c2ac32ea26ebc9 --- /dev/null +++ b/texts/05bc558a-7a98-425e-a94d-9f1f54aab09d.txt @@ -0,0 +1 @@ +Aurora, snow, street lights, night, \ No newline at end of file diff --git a/texts/05be2e97-5db9-4771-8866-d56f607849b7.txt b/texts/05be2e97-5db9-4771-8866-d56f607849b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..0598ee3e7c3291fee78acd499c23b10ea561d101 --- /dev/null +++ b/texts/05be2e97-5db9-4771-8866-d56f607849b7.txt @@ -0,0 +1 @@ +hello Kitty is sitting on the slide holding a balloon. The background is a children's playground. \ No newline at end of file diff --git a/texts/05bea1c2-193d-48ee-be91-6efc8a9f8dc9.txt b/texts/05bea1c2-193d-48ee-be91-6efc8a9f8dc9.txt new file mode 100644 index 0000000000000000000000000000000000000000..28799841f4a6b5516db2f07ad6ffc764b6a297f1 --- /dev/null +++ b/texts/05bea1c2-193d-48ee-be91-6efc8a9f8dc9.txt @@ -0,0 +1 @@ +It's snowing, a Hello Kitty is sitting on the snow by the sea, fireworks are setting off in the sky, and the letters JXin are written on the beach \ No newline at end of file diff --git a/texts/05beaee1-42f2-435f-a41f-bd38be7ce6b4.txt b/texts/05beaee1-42f2-435f-a41f-bd38be7ce6b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d7ec5a83d6dc325bd5d7f147c68cbf489cb0c91 --- /dev/null +++ b/texts/05beaee1-42f2-435f-a41f-bd38be7ce6b4.txt @@ -0,0 +1 @@ +Small golden retriever driving a silver tesla cybertruck in the snow, various fishes flying in the sky, snowing, and the background has the aurora \ No newline at end of file diff --git a/texts/05bf51a9-4cb4-4283-9dbf-69b24c3ec058.txt b/texts/05bf51a9-4cb4-4283-9dbf-69b24c3ec058.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b22fee7450d9c1ae883f6639365869961de44a8 --- /dev/null +++ b/texts/05bf51a9-4cb4-4283-9dbf-69b24c3ec058.txt @@ -0,0 +1 @@ +A fat black kitten is drinking beer \ No newline at end of file diff --git a/texts/05d4a79d-dc0c-4117-8189-4a00de203fdc.txt b/texts/05d4a79d-dc0c-4117-8189-4a00de203fdc.txt new file mode 100644 index 0000000000000000000000000000000000000000..75dc4b8afdd4dbcad1b5c20db6d60d8946dc3021 --- /dev/null +++ b/texts/05d4a79d-dc0c-4117-8189-4a00de203fdc.txt @@ -0,0 +1 @@ + a small brown cockpoo dog having cooking,have a chef hat,making a cake,pink background,creating a dreamy and whimsical vibe. \ No newline at end of file diff --git a/texts/05dd16ac-e8e9-4d50-9d1a-d259a81c5d83.txt b/texts/05dd16ac-e8e9-4d50-9d1a-d259a81c5d83.txt new file mode 100644 index 0000000000000000000000000000000000000000..6eef5838c6c33c0ddf223eed60a55818f93f605b --- /dev/null +++ b/texts/05dd16ac-e8e9-4d50-9d1a-d259a81c5d83.txt @@ -0,0 +1 @@ +A group of little golden hairs are playing on the snow with golden star elements. \ No newline at end of file diff --git a/texts/05e5bd54-53e7-4f6b-bdb2-915296b246a0.txt b/texts/05e5bd54-53e7-4f6b-bdb2-915296b246a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3687a7c6eff2f267561859f4f175857c48e4c22 --- /dev/null +++ b/texts/05e5bd54-53e7-4f6b-bdb2-915296b246a0.txt @@ -0,0 +1 @@ +quokka family with xmas hat \ No newline at end of file diff --git a/texts/05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc.txt b/texts/05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ba7ddeeb583daba1c5a006ca5d3c4fe3bc340d3 --- /dev/null +++ b/texts/05e9c477-c7ff-4d12-bc53-85ad7a5cfbbc.txt @@ -0,0 +1 @@ +a standing big tree in the middle of a park in the Netherlands at summer dawn, with some toxic mushrooms grow on the green grassland \ No newline at end of file diff --git a/texts/05eb8f84-7334-43b9-a766-dc7d4d14c3c9.txt b/texts/05eb8f84-7334-43b9-a766-dc7d4d14c3c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aa94f66d22dc3b481e41c344694cb5e298a9f67 --- /dev/null +++ b/texts/05eb8f84-7334-43b9-a766-dc7d4d14c3c9.txt @@ -0,0 +1 @@ +A Labrador puppy wearing glasses and headphones, deeply focused on reading a book, creating a warm and scholarly atmosphere. \ No newline at end of file diff --git a/texts/05f66113-5ab7-4af2-a533-15fff0d7176c.txt b/texts/05f66113-5ab7-4af2-a533-15fff0d7176c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3cc67aefdd80766b785fbaf0188994709bb091d --- /dev/null +++ b/texts/05f66113-5ab7-4af2-a533-15fff0d7176c.txt @@ -0,0 +1 @@ +Hello Kitty and the adorable Marzis puppy run hand in hand on a snowy night in Norway, while a stylish and beautiful Chinese grandmother sits on a rocking chair, gazing at the distant fjord landscape \ No newline at end of file diff --git a/texts/05ff7577-e563-40c6-bd59-dddba2c9f26e.txt b/texts/05ff7577-e563-40c6-bd59-dddba2c9f26e.txt new file mode 100644 index 0000000000000000000000000000000000000000..22c007d83c0719c2417a8f4b0fc9d1552ae57981 --- /dev/null +++ b/texts/05ff7577-e563-40c6-bd59-dddba2c9f26e.txt @@ -0,0 +1 @@ +Black orange \ No newline at end of file diff --git a/texts/06039552-b5c0-4000-89d4-03b253c67b92.txt b/texts/06039552-b5c0-4000-89d4-03b253c67b92.txt new file mode 100644 index 0000000000000000000000000000000000000000..968a4fbcb4448dd9807fcd04a18be6d800f48b6a --- /dev/null +++ b/texts/06039552-b5c0-4000-89d4-03b253c67b92.txt @@ -0,0 +1 @@ +A panda cub and a koala are eating popcorn on the sofa \ No newline at end of file diff --git a/texts/060769b1-3a7a-43ad-ab09-340318f0d752.txt b/texts/060769b1-3a7a-43ad-ab09-340318f0d752.txt new file mode 100644 index 0000000000000000000000000000000000000000..7745067a4ad958c8f126b41ccf4e1616ceb65ce7 --- /dev/null +++ b/texts/060769b1-3a7a-43ad-ab09-340318f0d752.txt @@ -0,0 +1 @@ +hamsters with pies,buns, and cakes \ No newline at end of file diff --git a/texts/06087257-1a33-419f-849f-8fd68c093e0b.txt b/texts/06087257-1a33-419f-849f-8fd68c093e0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b40720dc253d3004b81d44eb843cce0b9efbd1 --- /dev/null +++ b/texts/06087257-1a33-419f-849f-8fd68c093e0b.txt @@ -0,0 +1 @@ +Hellokitty wear glasses in a on fire office \ No newline at end of file diff --git a/texts/0625b624-ab9e-4bb1-9126-b39478275543.txt b/texts/0625b624-ab9e-4bb1-9126-b39478275543.txt new file mode 100644 index 0000000000000000000000000000000000000000..23c116a661e720ccf194dfbabf3ffb8f093c57fb --- /dev/null +++ b/texts/0625b624-ab9e-4bb1-9126-b39478275543.txt @@ -0,0 +1 @@ +A young man standing in front of the camera with a mirror behind him, surrounded by slot machines, game consoles, and the atmosphere of a tavern \ No newline at end of file diff --git a/texts/062f776d-d9bb-4dec-bdde-0fcc94cecc6a.txt b/texts/062f776d-d9bb-4dec-bdde-0fcc94cecc6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..400eddf3aa276ac7cae66d039f7d803104f04db4 --- /dev/null +++ b/texts/062f776d-d9bb-4dec-bdde-0fcc94cecc6a.txt @@ -0,0 +1 @@ +Winnie the Pooh and a black Labrador puppy are playing in the playground with a beautiful sunset in the background. \ No newline at end of file diff --git a/texts/063964fe-b562-4817-a164-fac3fdf4b8b6.txt b/texts/063964fe-b562-4817-a164-fac3fdf4b8b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d887f59d7785bcc8d3b8f5fa4ad11e3397fc8baa --- /dev/null +++ b/texts/063964fe-b562-4817-a164-fac3fdf4b8b6.txt @@ -0,0 +1 @@ +a black cat, bubbles and an electric guitar \ No newline at end of file diff --git a/texts/0641d9bb-030c-4542-a3e7-2f0321f8134f.txt b/texts/0641d9bb-030c-4542-a3e7-2f0321f8134f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1a0bc62e2622e19493534f604c72319fe1b29eb --- /dev/null +++ b/texts/0641d9bb-030c-4542-a3e7-2f0321f8134f.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a Hawaiian grass skirt and eating ice cream, with the words "Love LU&NIU" written in the distant sand, \ No newline at end of file diff --git a/texts/0644a9d0-e4cf-4e85-b7ed-99fcfdcae592.txt b/texts/0644a9d0-e4cf-4e85-b7ed-99fcfdcae592.txt new file mode 100644 index 0000000000000000000000000000000000000000..e332ab88e2797b49bed655190983aac633a59f6c --- /dev/null +++ b/texts/0644a9d0-e4cf-4e85-b7ed-99fcfdcae592.txt @@ -0,0 +1 @@ +kirby,warm room,some stars,christmas tree,shining,snow day \ No newline at end of file diff --git a/texts/06478567-0685-4398-8643-5c8cd431319d.txt b/texts/06478567-0685-4398-8643-5c8cd431319d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb9d42db70c6772444ae8d8ecbf471d37c69ec17 --- /dev/null +++ b/texts/06478567-0685-4398-8643-5c8cd431319d.txt @@ -0,0 +1 @@ +Lonely teenager by the blue sea \ No newline at end of file diff --git a/texts/064b10cd-a23b-4465-a74d-06d2e7ce6e53.txt b/texts/064b10cd-a23b-4465-a74d-06d2e7ce6e53.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ae56e9f2f38931d5863ec293dc4cee58bc36bb8 --- /dev/null +++ b/texts/064b10cd-a23b-4465-a74d-06d2e7ce6e53.txt @@ -0,0 +1 @@ +A hansome man standing under a Christmas tree. \ No newline at end of file diff --git a/texts/06516129-fe5c-40f6-a73e-01159fc22198.txt b/texts/06516129-fe5c-40f6-a73e-01159fc22198.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b3b9d1c73bc1bc95c865171897eaab4cd9508bd --- /dev/null +++ b/texts/06516129-fe5c-40f6-a73e-01159fc22198.txt @@ -0,0 +1 @@ +A puppy is playing in the swimming pool, and fireworks are set off in the distance. At night, \ No newline at end of file diff --git a/texts/0655def6-d559-4113-a9a5-47e7cd5cb31b.txt b/texts/0655def6-d559-4113-a9a5-47e7cd5cb31b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dd48eaee4cb90a18e5b664b76a454eb4eb7e5bd --- /dev/null +++ b/texts/0655def6-d559-4113-a9a5-47e7cd5cb31b.txt @@ -0,0 +1 @@ +Hello Kitty is standing in front of a burning house in a hoodie, holding a fish tank \ No newline at end of file diff --git a/texts/06586828-1077-4669-8f67-a0a1b0d50a02.txt b/texts/06586828-1077-4669-8f67-a0a1b0d50a02.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f8e03a946b914a22e863732fbb7b5ffb892ed3d --- /dev/null +++ b/texts/06586828-1077-4669-8f67-a0a1b0d50a02.txt @@ -0,0 +1 @@ +Japanese style Mysterious \ No newline at end of file diff --git a/texts/0658fd31-851d-4fd4-b048-cbb2a8c6ead5.txt b/texts/0658fd31-851d-4fd4-b048-cbb2a8c6ead5.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd08a65af5e6ab47c9148cea28a8b2c2f2966000 --- /dev/null +++ b/texts/0658fd31-851d-4fd4-b048-cbb2a8c6ead5.txt @@ -0,0 +1 @@ +a black cat is taking photos inside the house \ No newline at end of file diff --git a/texts/06628830-fb3a-43df-810d-d11083e27485.txt b/texts/06628830-fb3a-43df-810d-d11083e27485.txt new file mode 100644 index 0000000000000000000000000000000000000000..a750f80cbafc42d0f95296b9688af06849e4e5b9 --- /dev/null +++ b/texts/06628830-fb3a-43df-810d-d11083e27485.txt @@ -0,0 +1 @@ +A lively flying lesson at Hogwarts, with students on broomsticks soaring through the air. The Hogwarts grounds are spread below them, with the Quidditch pitch and the Forbidden Forest in the distance. A professor is instructing students on how to properly hold their broomsticks while a few students are struggling to stay airborne. One student is in mid-air, casting a spell to control their broomstick. The sky is overcast, with a few clouds floating by. \ No newline at end of file diff --git a/texts/0664902a-31a8-4643-b338-521b91b6c1db.txt b/texts/0664902a-31a8-4643-b338-521b91b6c1db.txt new file mode 100644 index 0000000000000000000000000000000000000000..960ad81ffacb5a5e832aa1e19ea30a60c8874ea3 --- /dev/null +++ b/texts/0664902a-31a8-4643-b338-521b91b6c1db.txt @@ -0,0 +1 @@ +A Hello Kitty holding a balloon in the snow \ No newline at end of file diff --git a/texts/0665ee07-f033-4175-bc93-4da601351437.txt b/texts/0665ee07-f033-4175-bc93-4da601351437.txt new file mode 100644 index 0000000000000000000000000000000000000000..285e7bcf55df0dcbc950f28e389e017c503f60a9 --- /dev/null +++ b/texts/0665ee07-f033-4175-bc93-4da601351437.txt @@ -0,0 +1 @@ +A cat gazes at the night sky from an interior car, its head tilted to one side, looking up through the interior car window to the visible stars and night sky. This scene captures a wonderful moment of nature's beauty. \ No newline at end of file diff --git a/texts/0683980a-c2a7-46f1-ab3e-76ca1774289d.txt b/texts/0683980a-c2a7-46f1-ab3e-76ca1774289d.txt new file mode 100644 index 0000000000000000000000000000000000000000..343d340dc67e04b08c36bbffff87dcaa7f5e7818 --- /dev/null +++ b/texts/0683980a-c2a7-46f1-ab3e-76ca1774289d.txt @@ -0,0 +1 @@ +A kitten with a nail on its lips sat on the workstation and got angry. \ No newline at end of file diff --git a/texts/068a200e-66fb-4a03-8eed-40d3bd813ace.txt b/texts/068a200e-66fb-4a03-8eed-40d3bd813ace.txt new file mode 100644 index 0000000000000000000000000000000000000000..c03ab706a19cb26680308012079161ba82e0328b --- /dev/null +++ b/texts/068a200e-66fb-4a03-8eed-40d3bd813ace.txt @@ -0,0 +1 @@ +a yellow sleeping rabbit rest in the sea of soft ice-cream after studying hard \ No newline at end of file diff --git a/texts/06a0fee5-c050-474d-a68a-5e6a4911b436.txt b/texts/06a0fee5-c050-474d-a68a-5e6a4911b436.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e22486e8ec665284d90f1d03a504c477d8923b2 --- /dev/null +++ b/texts/06a0fee5-c050-474d-a68a-5e6a4911b436.txt @@ -0,0 +1 @@ +WestHighland white terrier, Christmas Party, Big Star, Drinking Beer, Floating Christmas Elements \ No newline at end of file diff --git a/texts/06a68bde-ba41-4bd4-914a-eb9f636dcb03.txt b/texts/06a68bde-ba41-4bd4-914a-eb9f636dcb03.txt new file mode 100644 index 0000000000000000000000000000000000000000..26e8bd87cc054b0e808d0170a0aa3d3d131a2451 --- /dev/null +++ b/texts/06a68bde-ba41-4bd4-914a-eb9f636dcb03.txt @@ -0,0 +1 @@ +A white puppy looks at the distant mountains in the snow \ No newline at end of file diff --git a/texts/06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e.txt b/texts/06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ced4ce9fe41263e6b7dd0a9b68e8e90e9d7384af --- /dev/null +++ b/texts/06a7ac03-0dfd-4a3f-bbbb-7db5fe0b203e.txt @@ -0,0 +1 @@ +Red racing cars, Sunset and Vine \ No newline at end of file diff --git a/texts/06b16e3a-0b7d-40be-ab75-6ea354d72211.txt b/texts/06b16e3a-0b7d-40be-ab75-6ea354d72211.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac69e7d3f35653f9efe665ff25b288085c197c6e --- /dev/null +++ b/texts/06b16e3a-0b7d-40be-ab75-6ea354d72211.txt @@ -0,0 +1 @@ +In winter, in the distance, on one side, there is a blue thunderstorm of snow-covered mountains, which seems to be filled with giants, while on the other side, the sunset is especially red and diffuse. \ No newline at end of file diff --git a/texts/06b433c8-675d-4c2c-b0f9-dfe19f65e4ab.txt b/texts/06b433c8-675d-4c2c-b0f9-dfe19f65e4ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..e827305677fca8e0edd681e017e6637ba4106772 --- /dev/null +++ b/texts/06b433c8-675d-4c2c-b0f9-dfe19f65e4ab.txt @@ -0,0 +1 @@ +A skiing couple \ No newline at end of file diff --git a/texts/06bbfdb1-09e6-4d52-9478-9257366d24e1.txt b/texts/06bbfdb1-09e6-4d52-9478-9257366d24e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2af11fbf95661b043e1f199b04f71807cb3b58 --- /dev/null +++ b/texts/06bbfdb1-09e6-4d52-9478-9257366d24e1.txt @@ -0,0 +1 @@ +black cat wearing a blue scarf in snow the sky is blue \ No newline at end of file diff --git a/texts/06d301d3-d695-4b23-a35a-2b5040ff6404.txt b/texts/06d301d3-d695-4b23-a35a-2b5040ff6404.txt new file mode 100644 index 0000000000000000000000000000000000000000..99eee7ba84939d4d03211638e466635a5bbedc76 --- /dev/null +++ b/texts/06d301d3-d695-4b23-a35a-2b5040ff6404.txt @@ -0,0 +1 @@ +Baby penguins soak in a hot spring in the crater of Mt. Fuji \ No newline at end of file diff --git a/texts/06dd31db-5a20-4f0a-83c2-1678e4fa9c5c.txt b/texts/06dd31db-5a20-4f0a-83c2-1678e4fa9c5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..15aaf67fc2746fdea61bded8ad1ac98a22632b18 --- /dev/null +++ b/texts/06dd31db-5a20-4f0a-83c2-1678e4fa9c5c.txt @@ -0,0 +1 @@ +back room with geisha \ No newline at end of file diff --git a/texts/06e5e62c-6be3-4189-bda3-33dd7d4aadc4.txt b/texts/06e5e62c-6be3-4189-bda3-33dd7d4aadc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ba2f60f070736fdb4a617314debf9908e1663a2 --- /dev/null +++ b/texts/06e5e62c-6be3-4189-bda3-33dd7d4aadc4.txt @@ -0,0 +1 @@ +A cute hello kitty eating pink donuts and drink vodka in christmas tree \ No newline at end of file diff --git a/texts/06e7d2c9-8cd7-494f-bb29-a5ca47907fa5.txt b/texts/06e7d2c9-8cd7-494f-bb29-a5ca47907fa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..71650387baedecb17f3962009ba35fd5d4225267 --- /dev/null +++ b/texts/06e7d2c9-8cd7-494f-bb29-a5ca47907fa5.txt @@ -0,0 +1 @@ +A lovely penguin doll is lying on a big swimming ring in the swimming pool. \ No newline at end of file diff --git a/texts/06eb0813-17df-4c28-8218-710f977e48a1.txt b/texts/06eb0813-17df-4c28-8218-710f977e48a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3dc2494f8a1ab901353d94cbfb6c44028379855 --- /dev/null +++ b/texts/06eb0813-17df-4c28-8218-710f977e48a1.txt @@ -0,0 +1 @@ +A lands A4 sized image featuring four elderly individuals of different ethnicities and genders, showcasing happiness and harmony. The are outdoors, full bodies \ No newline at end of file diff --git a/texts/06f32f5a-a7e6-48c9-b0c3-d38371f85864.txt b/texts/06f32f5a-a7e6-48c9-b0c3-d38371f85864.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc6eb3dcf2a7eda9f9c214cbd46e4fb4ba9f3000 --- /dev/null +++ b/texts/06f32f5a-a7e6-48c9-b0c3-d38371f85864.txt @@ -0,0 +1 @@ +A cat with glasses and a curly haired dog wearing a black hat sit in the snow \ No newline at end of file diff --git a/texts/06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9.txt b/texts/06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d886cd87a9f2edbc843a9ab1a299754f276821e0 --- /dev/null +++ b/texts/06fdf6d0-4fc1-4d3b-92a8-adf11de7f1d9.txt @@ -0,0 +1 @@ +Kittens playing DJ in the snowy outdoors with snowflakes falling in the evening blues hour \ No newline at end of file diff --git a/texts/07157e4c-094d-4350-816e-e9ba721d6462.txt b/texts/07157e4c-094d-4350-816e-e9ba721d6462.txt new file mode 100644 index 0000000000000000000000000000000000000000..13f174005f35c1f9969632a376aac5b9baf07176 --- /dev/null +++ b/texts/07157e4c-094d-4350-816e-e9ba721d6462.txt @@ -0,0 +1 @@ +stitch doll afternoon Lawn flowers sunshine fireworks cake \ No newline at end of file diff --git a/texts/07170ea0-1faf-444f-a762-efdfa90be8df.txt b/texts/07170ea0-1faf-444f-a762-efdfa90be8df.txt new file mode 100644 index 0000000000000000000000000000000000000000..30a79333376b55aa1a576abfab3ff33bd3915275 --- /dev/null +++ b/texts/07170ea0-1faf-444f-a762-efdfa90be8df.txt @@ -0,0 +1 @@ + A Shiba Inu and a golden kitten snuggle by the fire, Christmas \ No newline at end of file diff --git a/texts/071c895d-6586-40b0-8029-d761692cebe5.txt b/texts/071c895d-6586-40b0-8029-d761692cebe5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f3b72f882f58f56fe5d604414a681b8cfe0a0d9 --- /dev/null +++ b/texts/071c895d-6586-40b0-8029-d761692cebe5.txt @@ -0,0 +1 @@ +a yellow Sheltie has coffee with a toy penguin, sitting be cafe window, with their favorite cheese cakes on table, a word pebbles written on the cheese cake \ No newline at end of file diff --git a/texts/07286aaa-4748-461a-b360-e4ecee4e56a6.txt b/texts/07286aaa-4748-461a-b360-e4ecee4e56a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa01e1c701dc65a545bfb3798a77d4ad025c537d --- /dev/null +++ b/texts/07286aaa-4748-461a-b360-e4ecee4e56a6.txt @@ -0,0 +1 @@ +hellokitty watching fireworks at the beach with XKQ written on the beach \ No newline at end of file diff --git a/texts/072dfc8f-606b-4ea3-a09a-712aebf80f21.txt b/texts/072dfc8f-606b-4ea3-a09a-712aebf80f21.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfacf49d45c6f3cbf2a79b6af2a970a40e039133 --- /dev/null +++ b/texts/072dfc8f-606b-4ea3-a09a-712aebf80f21.txt @@ -0,0 +1 @@ +Horses galloping on the grassland \ No newline at end of file diff --git a/texts/072e372b-35f7-4ab3-948a-3561e004a0ae.txt b/texts/072e372b-35f7-4ab3-948a-3561e004a0ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca60e6fd128a24c296efbb5cb6181f82c04119de --- /dev/null +++ b/texts/072e372b-35f7-4ab3-948a-3561e004a0ae.txt @@ -0,0 +1 @@ +A white Audi 100 Avant with a small snowman on the hood. The snowman is wearing a hat and there are some scattered snow around. \ No newline at end of file diff --git a/texts/07311c78-2336-45c2-ada9-e0cb9fa98c05.txt b/texts/07311c78-2336-45c2-ada9-e0cb9fa98c05.txt new file mode 100644 index 0000000000000000000000000000000000000000..eea349c34bcd34f8d051dbe05e0da416ca1a90ab --- /dev/null +++ b/texts/07311c78-2336-45c2-ada9-e0cb9fa98c05.txt @@ -0,0 +1 @@ +black young kitten small face \ No newline at end of file diff --git a/texts/0747cd22-810a-4666-8ec5-56a0b0da1aff.txt b/texts/0747cd22-810a-4666-8ec5-56a0b0da1aff.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2f9d03ba04616030f11c23a3fe2cf1e0c822d41 --- /dev/null +++ b/texts/0747cd22-810a-4666-8ec5-56a0b0da1aff.txt @@ -0,0 +1 @@ +golden british short hair cat, beach , yellow scarf, pearl necklace, dreamy \ No newline at end of file diff --git a/texts/074be284-89bb-40c3-b604-ad9ebcef8786.txt b/texts/074be284-89bb-40c3-b604-ad9ebcef8786.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4e5f7a9ab843e953657a0e246eb9966dd30372a --- /dev/null +++ b/texts/074be284-89bb-40c3-b604-ad9ebcef8786.txt @@ -0,0 +1 @@ +A young Labrador Retriever wearing a Christmas hat sits on the snow, with a small Christmas tree on its left. It was taken at night from a top-down perspective, with flash on, vintage filters, film texture, and lens glare \ No newline at end of file diff --git a/texts/07616640-d45b-4f55-9053-6f8bcf59aa06.txt b/texts/07616640-d45b-4f55-9053-6f8bcf59aa06.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b45be57e7c44508ff3dc7fc02f8dcf44b6c01a7 --- /dev/null +++ b/texts/07616640-d45b-4f55-9053-6f8bcf59aa06.txt @@ -0,0 +1 @@ +a dramatic erupting volcano with red lava flows rising into the sky, creating a humorous and surreal atmosphere,fire \ No newline at end of file diff --git a/texts/07666926-27c5-4fff-b1a6-027755a10aa7.txt b/texts/07666926-27c5-4fff-b1a6-027755a10aa7.txt new file mode 100644 index 0000000000000000000000000000000000000000..650b39ae2266d326bd10b0bdf1555b7905831df0 --- /dev/null +++ b/texts/07666926-27c5-4fff-b1a6-027755a10aa7.txt @@ -0,0 +1 @@ +Bald young lady, wig blown away by wind, heavy snow \ No newline at end of file diff --git a/texts/0766e668-5a8b-44e9-8147-ffcfdf1a2c9d.txt b/texts/0766e668-5a8b-44e9-8147-ffcfdf1a2c9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe574ba8beed8623389691e4180df80692ecee88 --- /dev/null +++ b/texts/0766e668-5a8b-44e9-8147-ffcfdf1a2c9d.txt @@ -0,0 +1 @@ +Two rabbits celebrate their birthdays in the snow. There is a birthday cake with candles in it. The cake is beautiful and lovely. There are still colorful bubbles floating in the air. \ No newline at end of file diff --git a/texts/077426ba-23ff-420c-85e6-d1e7ca44f4ad.txt b/texts/077426ba-23ff-420c-85e6-d1e7ca44f4ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..04582147311c85a1de2b85b592ade1ac829b8b25 --- /dev/null +++ b/texts/077426ba-23ff-420c-85e6-d1e7ca44f4ad.txt @@ -0,0 +1 @@ +At night, in the snowflakes, there is an oil painting of a red apple and an oil painting pen scattered all over the ground. \ No newline at end of file diff --git a/texts/07861f3b-4ee4-4317-bdd0-303c9524abe5.txt b/texts/07861f3b-4ee4-4317-bdd0-303c9524abe5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0223838ccba00c5833a4899ff1f7d9d3bd14e8a --- /dev/null +++ b/texts/07861f3b-4ee4-4317-bdd0-303c9524abe5.txt @@ -0,0 +1 @@ +Mount Fuji, red flowers, yellow dotted skirt \ No newline at end of file diff --git a/texts/078edb74-4957-4e09-a8c0-64a9ae6f4f61.txt b/texts/078edb74-4957-4e09-a8c0-64a9ae6f4f61.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fe2b03aaf2a7805938584823f87fe8a9536255c --- /dev/null +++ b/texts/078edb74-4957-4e09-a8c0-64a9ae6f4f61.txt @@ -0,0 +1 @@ +A cozy room with white windows, a deep blue sky with stars and light snow outside, and a golden haired puppy standing by the bed looking out the window \ No newline at end of file diff --git a/texts/079735e6-06a9-416c-8858-276897ec041b.txt b/texts/079735e6-06a9-416c-8858-276897ec041b.txt new file mode 100644 index 0000000000000000000000000000000000000000..90e38cfe64fd75f0447186648a93f4507b1cbdda --- /dev/null +++ b/texts/079735e6-06a9-416c-8858-276897ec041b.txt @@ -0,0 +1 @@ +A white little dog with angel wings, very happy, chasing a yellow ball in the snow, with many stars in the sky. \ No newline at end of file diff --git a/texts/079a66ad-c422-4d40-9622-b4e5ed0775e3.txt b/texts/079a66ad-c422-4d40-9622-b4e5ed0775e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c0e25211b4dd930a5136043af9460e7a073e0b --- /dev/null +++ b/texts/079a66ad-c422-4d40-9622-b4e5ed0775e3.txt @@ -0,0 +1 @@ +A Volvo is driving in Stockholm \ No newline at end of file diff --git a/texts/079d07ba-ec2b-4472-9de9-dbc218efc702.txt b/texts/079d07ba-ec2b-4472-9de9-dbc218efc702.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ad7462f5e6c6a34ae9a69dd40b7ffff340cacc5 --- /dev/null +++ b/texts/079d07ba-ec2b-4472-9de9-dbc218efc702.txt @@ -0,0 +1 @@ +A group of Chinese soldiers carry heavy loads in the fight against the US and aid North Korea \ No newline at end of file diff --git a/texts/079d6737-fff7-4d15-bce9-f5f636fe0c7e.txt b/texts/079d6737-fff7-4d15-bce9-f5f636fe0c7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..565b11d893000b5aa2ce85a28e611d9801fc90e4 --- /dev/null +++ b/texts/079d6737-fff7-4d15-bce9-f5f636fe0c7e.txt @@ -0,0 +1 @@ +Hello kitty work for japan airlines \ No newline at end of file diff --git a/texts/07b18175-c51b-4129-8f1b-53d538262678.txt b/texts/07b18175-c51b-4129-8f1b-53d538262678.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d397a3268112b35f821747185cf92ab02974b3b --- /dev/null +++ b/texts/07b18175-c51b-4129-8f1b-53d538262678.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the distance, hellokitty cats on the snow, next to the Christmas tree, and "Happy Birthday" written on the snow. \ No newline at end of file diff --git a/texts/07b52c85-81d1-4cb0-b8a2-345302ec6bcb.txt b/texts/07b52c85-81d1-4cb0-b8a2-345302ec6bcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e475785322416d268fe0f06a8f47dbcfad491f7 --- /dev/null +++ b/texts/07b52c85-81d1-4cb0-b8a2-345302ec6bcb.txt @@ -0,0 +1 @@ +Snowy day, Christmas, swinging on a swing, teddy bear, bubbles, cake, the sea, lawn, butterfly, Hello Kitty. \ No newline at end of file diff --git a/texts/07b97f07-6a53-45d6-afc5-8322ac57f8a2.txt b/texts/07b97f07-6a53-45d6-afc5-8322ac57f8a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c866fb13a7355d270dc463913da1fafb7267cd14 --- /dev/null +++ b/texts/07b97f07-6a53-45d6-afc5-8322ac57f8a2.txt @@ -0,0 +1 @@ +Building Blocks \ No newline at end of file diff --git a/texts/07c728b6-1489-462f-9702-ffb1be941fa5.txt b/texts/07c728b6-1489-462f-9702-ffb1be941fa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..065b7b9e176135c5e15488302808f733fb1102d3 --- /dev/null +++ b/texts/07c728b6-1489-462f-9702-ffb1be941fa5.txt @@ -0,0 +1 @@ +snow night, a golden retriever puppy, a big chistmas tree, fireworks in the sky sea.three letters HZT is printing on the snowfield.they are outside, near the sea. the dog is wearing chistmas hat.there are lots of beautiful fireworks in the sky, more fireworks and some auroura the age of the dog is small. a golden retriever puppy and a samoyed dog \ No newline at end of file diff --git a/texts/07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617.txt b/texts/07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bf92d0666a95e3fb9cd1687decf4a3bfa8ecbdf --- /dev/null +++ b/texts/07e3c1dd-fcfb-4d9e-9673-cb57a2ba9617.txt @@ -0,0 +1 @@ +Rose from another dimension \ No newline at end of file diff --git a/texts/07f2e5e8-0962-4ecc-bd4a-611e16d07416.txt b/texts/07f2e5e8-0962-4ecc-bd4a-611e16d07416.txt new file mode 100644 index 0000000000000000000000000000000000000000..39e4d78af0ca9d43b73734ea7355d2bb97045137 --- /dev/null +++ b/texts/07f2e5e8-0962-4ecc-bd4a-611e16d07416.txt @@ -0,0 +1 @@ +Fancy and color fireworks in wild snow. A white puppy and a white cat play together. \ No newline at end of file diff --git a/texts/07f6d7f2-ee94-45ed-9faf-fa1132efc275.txt b/texts/07f6d7f2-ee94-45ed-9faf-fa1132efc275.txt new file mode 100644 index 0000000000000000000000000000000000000000..2356d6a6ef2f25e5c92d174f016bd6865c2374a6 --- /dev/null +++ b/texts/07f6d7f2-ee94-45ed-9faf-fa1132efc275.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, the KITTY cat wearing a Christmas hat, next to a Christmas tree, "Sheila" is written on the snow, and there are traces of cat paws. Melancholy blue night scene, with a bit of light particles dream effect, a high degree of saturation. \ No newline at end of file diff --git a/texts/08013f92-68de-40f5-bfee-1a173f2a7fad.txt b/texts/08013f92-68de-40f5-bfee-1a173f2a7fad.txt new file mode 100644 index 0000000000000000000000000000000000000000..26bfa173c235e23d48b0eb86ee120161bdcea970 --- /dev/null +++ b/texts/08013f92-68de-40f5-bfee-1a173f2a7fad.txt @@ -0,0 +1 @@ +a giraffe with BROWN sweater looking distressed in an office with laptop on fire \ No newline at end of file diff --git a/texts/0805d10a-0b64-4c90-8c1f-41f7193bd1e3.txt b/texts/0805d10a-0b64-4c90-8c1f-41f7193bd1e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..77813725b4f0de54a98ed7024e12d3c7eef18f84 --- /dev/null +++ b/texts/0805d10a-0b64-4c90-8c1f-41f7193bd1e3.txt @@ -0,0 +1 @@ +Write "S.copus" with snow on the snow. Draw a cherry and a little raccoon with snow. There are still beautiful fireworks in the sky. \ No newline at end of file diff --git a/texts/0808b9cc-d405-40cb-a24b-69cc77db4c5f.txt b/texts/0808b9cc-d405-40cb-a24b-69cc77db4c5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a3ad49151fa9056dec73a17e3876fd379517b05 --- /dev/null +++ b/texts/0808b9cc-d405-40cb-a24b-69cc77db4c5f.txt @@ -0,0 +1 @@ +Under the Christmas tree, a colorpoint ragdoll cat with black face and white paws in a Santa hat and sunglasses drinks coffee while working on a computer \ No newline at end of file diff --git a/texts/08094e91-da9f-4c14-ae80-b51bbc45e553.txt b/texts/08094e91-da9f-4c14-ae80-b51bbc45e553.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0bacb48c8f0bf03d5d3247782dabaea2603cfbc --- /dev/null +++ b/texts/08094e91-da9f-4c14-ae80-b51bbc45e553.txt @@ -0,0 +1 @@ +one cat, sitting besides a jfountain sprays lots of precious jewels. Purple background \ No newline at end of file diff --git a/texts/080f8afc-95c8-41d1-adba-3a436aa69464.txt b/texts/080f8afc-95c8-41d1-adba-3a436aa69464.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd24c8867877c7033845044ebfda735b675e21d7 --- /dev/null +++ b/texts/080f8afc-95c8-41d1-adba-3a436aa69464.txt @@ -0,0 +1 @@ +A Snoopy doll wearing sunglasses driving a mint green convertible retro car, with a meteorite colored Border Collie sitting in the back seat \ No newline at end of file diff --git a/texts/08174284-1175-4b78-9a5c-1d7752b2d2a7.txt b/texts/08174284-1175-4b78-9a5c-1d7752b2d2a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d40714c881efdb1782de9901af61922bd08497e --- /dev/null +++ b/texts/08174284-1175-4b78-9a5c-1d7752b2d2a7.txt @@ -0,0 +1 @@ +iceland aurora Snow Mount Fuji Fireworks Hello kitty Letters on Snow (CX) \ No newline at end of file diff --git a/texts/081f3995-964a-435b-83e7-d2b24ecd1af9.txt b/texts/081f3995-964a-435b-83e7-d2b24ecd1af9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed840370d854ae1ae3e7f1241301f59c7b3f41b0 --- /dev/null +++ b/texts/081f3995-964a-435b-83e7-d2b24ecd1af9.txt @@ -0,0 +1 @@ +Snow HelloKitty Outdoor Blues Christmas tree a little snowy with ZhaoJ.yang and Double77 written on the snow \ No newline at end of file diff --git a/texts/0820bfed-f737-4a8c-86d7-a589125b6d16.txt b/texts/0820bfed-f737-4a8c-86d7-a589125b6d16.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0218f4e81323a80579d966f0082affdff2c78b9 --- /dev/null +++ b/texts/0820bfed-f737-4a8c-86d7-a589125b6d16.txt @@ -0,0 +1 @@ +snow \ No newline at end of file diff --git a/texts/082a8a4b-9edb-4e66-8951-df17b56e1d40.txt b/texts/082a8a4b-9edb-4e66-8951-df17b56e1d40.txt new file mode 100644 index 0000000000000000000000000000000000000000..347ff66b0e6f155dc09e22592ef850f26b73eae2 --- /dev/null +++ b/texts/082a8a4b-9edb-4e66-8951-df17b56e1d40.txt @@ -0,0 +1 @@ +Samoyed and border herdsmen eat cake on the beach for their birthday. \ No newline at end of file diff --git a/texts/08323135-7fff-4bd7-8f9c-b217d40fb0b4.txt b/texts/08323135-7fff-4bd7-8f9c-b217d40fb0b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..502fe46b0640590702ea316ee048f3a78c9f8275 --- /dev/null +++ b/texts/08323135-7fff-4bd7-8f9c-b217d40fb0b4.txt @@ -0,0 +1 @@ +It's snowing by the sea. Bx is written on the snow. The sky is pure black. The golden puppy has a transparent little wing on its back. Hellokitty \ No newline at end of file diff --git a/texts/08484a4a-4b82-4924-bca5-9980e531abc2.txt b/texts/08484a4a-4b82-4924-bca5-9980e531abc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9678027cf34a5db39533b25ad18c2c8f0a0bf77c --- /dev/null +++ b/texts/08484a4a-4b82-4924-bca5-9980e531abc2.txt @@ -0,0 +1 @@ +Dog with scraf in snow \ No newline at end of file diff --git a/texts/08489bfd-3903-4637-bc51-37d4e3a46841.txt b/texts/08489bfd-3903-4637-bc51-37d4e3a46841.txt new file mode 100644 index 0000000000000000000000000000000000000000..282a37d4d510d8f684c91ee96795d89569bdf81a --- /dev/null +++ b/texts/08489bfd-3903-4637-bc51-37d4e3a46841.txt @@ -0,0 +1 @@ +A dachshund is in the snow, alongside a Christmas tree \ No newline at end of file diff --git a/texts/085532dc-56a8-4e15-a33b-a4f4c12ee344.txt b/texts/085532dc-56a8-4e15-a33b-a4f4c12ee344.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a4b53f26ef407e6e72cf3a0228c46678e5cd81d --- /dev/null +++ b/texts/085532dc-56a8-4e15-a33b-a4f4c12ee344.txt @@ -0,0 +1 @@ +a corgi \ No newline at end of file diff --git a/texts/085800cb-409a-44f6-9761-204f685841d3.txt b/texts/085800cb-409a-44f6-9761-204f685841d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..72cd2bc89a6cc43944d3c2ae88702b2c7f77bed0 --- /dev/null +++ b/texts/085800cb-409a-44f6-9761-204f685841d3.txt @@ -0,0 +1 @@ +A cute capybara on a chair like a therapist with glasses on holding a cup of coffee \ No newline at end of file diff --git a/texts/085832d4-9452-4e3f-963f-8e9cd244b0ec.txt b/texts/085832d4-9452-4e3f-963f-8e9cd244b0ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec18109d9cbf6d12d8319a42c92d156bbbd5ced9 --- /dev/null +++ b/texts/085832d4-9452-4e3f-963f-8e9cd244b0ec.txt @@ -0,0 +1 @@ +An angelic little white cat with its hands folded makes a wish under the Christmas tree, with a night view of the city with tall buildings behind it, retro, large format \ No newline at end of file diff --git a/texts/085e5720-ca99-4006-bb77-6ddf3cbb839f.txt b/texts/085e5720-ca99-4006-bb77-6ddf3cbb839f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8b297aa4923b700a5eee29c293f03412c2012c3 --- /dev/null +++ b/texts/085e5720-ca99-4006-bb77-6ddf3cbb839f.txt @@ -0,0 +1 @@ +A West Highland puppy runs across the lawn and he happily sticks out his tongue \ No newline at end of file diff --git a/texts/086dc016-38c0-4245-b4b2-092195c46193.txt b/texts/086dc016-38c0-4245-b4b2-092195c46193.txt new file mode 100644 index 0000000000000000000000000000000000000000..c373f69c3d198aab686b1b051f20eb3731ce7d3c --- /dev/null +++ b/texts/086dc016-38c0-4245-b4b2-092195c46193.txt @@ -0,0 +1 @@ +A typewriter had the sosobi logo written on the side, typed out strips of paper that said 2025 and various lists, \ No newline at end of file diff --git a/texts/088b2027-a608-4f26-a4a1-99b28868fa4b.txt b/texts/088b2027-a608-4f26-a4a1-99b28868fa4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..295faf754e2d75e23a4b59fbd88e47e806a30ec8 --- /dev/null +++ b/texts/088b2027-a608-4f26-a4a1-99b28868fa4b.txt @@ -0,0 +1 @@ +Two acmerican shorhair silver tabbies ride on a swing ride in the sunset back to back \ No newline at end of file diff --git a/texts/089b35f0-e371-4b49-b66e-d5fe91b77ab3.txt b/texts/089b35f0-e371-4b49-b66e-d5fe91b77ab3.txt new file mode 100644 index 0000000000000000000000000000000000000000..95c25af46b06ef5ba1022d2c8e1898856189dbcc --- /dev/null +++ b/texts/089b35f0-e371-4b49-b66e-d5fe91b77ab3.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is on the snow-covered ground. It's snowing in the sky. There is a piano and a big letter R. \ No newline at end of file diff --git a/texts/089d9a7b-b702-43e9-aa9b-45dda48fbda1.txt b/texts/089d9a7b-b702-43e9-aa9b-45dda48fbda1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1710249cebc4b9453038837202d071957b6f794 --- /dev/null +++ b/texts/089d9a7b-b702-43e9-aa9b-45dda48fbda1.txt @@ -0,0 +1 @@ +Snowy Christmas tree with hellokitty, with the letters L&Z next to it \ No newline at end of file diff --git a/texts/08a4c3c3-ec93-496a-ac86-d22269aca990.txt b/texts/08a4c3c3-ec93-496a-ac86-d22269aca990.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8ae3e88a1ee65e3aa4c61cc6189578333bd23d7 --- /dev/null +++ b/texts/08a4c3c3-ec93-496a-ac86-d22269aca990.txt @@ -0,0 +1 @@ +many blue fireworks in the sky,there is a sea , a white cat with white wings, next to it is a snow , a melancholy blue night scene, with a dreamy effect of light particles, \ No newline at end of file diff --git a/texts/08a7002b-c102-458f-bd50-954c611be904.txt b/texts/08a7002b-c102-458f-bd50-954c611be904.txt new file mode 100644 index 0000000000000000000000000000000000000000..07bbe6b7ef5b701ba44902a0e840547214ca2dea --- /dev/null +++ b/texts/08a7002b-c102-458f-bd50-954c611be904.txt @@ -0,0 +1 @@ +A West Highland dog and a Barcelo bear doll are together in the dark and snowy day. \ No newline at end of file diff --git a/texts/08b8269b-ad0a-491f-b687-09d24a850890.txt b/texts/08b8269b-ad0a-491f-b687-09d24a850890.txt new file mode 100644 index 0000000000000000000000000000000000000000..60b0d863519ab1947bb019cb5bca1aeb8d825408 --- /dev/null +++ b/texts/08b8269b-ad0a-491f-b687-09d24a850890.txt @@ -0,0 +1 @@ +The cow on the wire under the Milky Way \ No newline at end of file diff --git a/texts/08b9c984-2945-43d7-9866-2331440b6c4d.txt b/texts/08b9c984-2945-43d7-9866-2331440b6c4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cd0a7cc6b8b12ceb02f656f8c3efa24ca93fe15 --- /dev/null +++ b/texts/08b9c984-2945-43d7-9866-2331440b6c4d.txt @@ -0,0 +1 @@ +A kitten wearing a bow/piano/beach/bubbles \ No newline at end of file diff --git a/texts/08c52d71-2928-48fe-8fd6-a915af09b725.txt b/texts/08c52d71-2928-48fe-8fd6-a915af09b725.txt new file mode 100644 index 0000000000000000000000000000000000000000..29ce8dfc96a24c1c375b379ec1c84801cf34f7f6 --- /dev/null +++ b/texts/08c52d71-2928-48fe-8fd6-a915af09b725.txt @@ -0,0 +1 @@ + Cute frog in a Towelling turban and the bathrobe is sitting at Japanese Ramen restaurant and eating long and thick noodles from a huge bowl of ramen using chosticks \ No newline at end of file diff --git a/texts/08c5c07c-0742-4cc5-a2b8-27dd061c338f.txt b/texts/08c5c07c-0742-4cc5-a2b8-27dd061c338f.txt new file mode 100644 index 0000000000000000000000000000000000000000..96ff5b7208aa55c038984e2d14f7570b75f1b1bc --- /dev/null +++ b/texts/08c5c07c-0742-4cc5-a2b8-27dd061c338f.txt @@ -0,0 +1 @@ +In the Aurora snow field, a black kitten wearing gloves is playing with snow \ No newline at end of file diff --git a/texts/08c8d475-6b57-46c8-83a4-e2d80309142b.txt b/texts/08c8d475-6b57-46c8-83a4-e2d80309142b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1176e9542dfced4b399efb17154ecd16b336f9b1 --- /dev/null +++ b/texts/08c8d475-6b57-46c8-83a4-e2d80309142b.txt @@ -0,0 +1 @@ +A fierce kitten is making a cake \ No newline at end of file diff --git a/texts/08cb7c71-6f4f-4a55-a812-7882528609c9.txt b/texts/08cb7c71-6f4f-4a55-a812-7882528609c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eef7bee15626431b07820df8857a53e3a7f9072 --- /dev/null +++ b/texts/08cb7c71-6f4f-4a55-a812-7882528609c9.txt @@ -0,0 +1 @@ +a snake is celebrating new year with people \ No newline at end of file diff --git a/texts/08d02621-ee3f-443e-aa87-05633d0da1e9.txt b/texts/08d02621-ee3f-443e-aa87-05633d0da1e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..da9581b4ff4b42f3d75e6159ebaefa5ceb6d53e7 --- /dev/null +++ b/texts/08d02621-ee3f-443e-aa87-05633d0da1e9.txt @@ -0,0 +1 @@ +A koala is sitting in front of a computer, lost in thought. The computer is playing Animal World, while snowflakes are falling outside the window \ No newline at end of file diff --git a/texts/08e41b9f-080f-4f60-91ca-4cae33a77968.txt b/texts/08e41b9f-080f-4f60-91ca-4cae33a77968.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6f523643731fc2d902821bd4bb52774d957dfe1 --- /dev/null +++ b/texts/08e41b9f-080f-4f60-91ca-4cae33a77968.txt @@ -0,0 +1 @@ +An orange cat is traveling in space in a spacesuit, surrounded by various galaxies and aurora borealis \ No newline at end of file diff --git a/texts/08e78173-2570-4213-83f1-2e662ca34488.txt b/texts/08e78173-2570-4213-83f1-2e662ca34488.txt new file mode 100644 index 0000000000000000000000000000000000000000..c696d9d529a350911651d0ce3bd51624acedebec --- /dev/null +++ b/texts/08e78173-2570-4213-83f1-2e662ca34488.txt @@ -0,0 +1 @@ +embroidery hoops with stitches \ No newline at end of file diff --git a/texts/08f1296f-5e28-4660-8c0d-c59397fafa88.txt b/texts/08f1296f-5e28-4660-8c0d-c59397fafa88.txt new file mode 100644 index 0000000000000000000000000000000000000000..c97f3b4c814af1f621bbb9056b0be265a87c5ddb --- /dev/null +++ b/texts/08f1296f-5e28-4660-8c0d-c59397fafa88.txt @@ -0,0 +1 @@ +A polar bear walking in Hong Kong \ No newline at end of file diff --git a/texts/08f1ffe1-4392-446e-915f-3758447181f4.txt b/texts/08f1ffe1-4392-446e-915f-3758447181f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..6061227961411f87792f6033ad8ec839f291cf70 --- /dev/null +++ b/texts/08f1ffe1-4392-446e-915f-3758447181f4.txt @@ -0,0 +1 @@ +Felix Glasmeyer \ No newline at end of file diff --git a/texts/08f6cf40-f5b5-463b-8115-f8a820cd3941.txt b/texts/08f6cf40-f5b5-463b-8115-f8a820cd3941.txt new file mode 100644 index 0000000000000000000000000000000000000000..31d510dd5a23d9e402650a97a439e1c2baa45151 --- /dev/null +++ b/texts/08f6cf40-f5b5-463b-8115-f8a820cd3941.txt @@ -0,0 +1 @@ +A hamster sits at a cozy table reading a book \ No newline at end of file diff --git a/texts/08ffec60-a93f-4378-be46-c440b746fe58.txt b/texts/08ffec60-a93f-4378-be46-c440b746fe58.txt new file mode 100644 index 0000000000000000000000000000000000000000..835cdd1a0ced7959e941cfdfc9689c4ce11e2497 --- /dev/null +++ b/texts/08ffec60-a93f-4378-be46-c440b746fe58.txt @@ -0,0 +1 @@ +A hellokitty doll in a pink outfit sits in front of an Apple computer in an office building during the sunny daytime hours, the doll's hands resting on the keyboard as the Apple computer smokes and catches fire. \ No newline at end of file diff --git a/texts/0903d619-cfd2-4192-aff0-1cc50cb089b1.txt b/texts/0903d619-cfd2-4192-aff0-1cc50cb089b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d13c264a4dfbc6613451beec2d752868a21a0b2d --- /dev/null +++ b/texts/0903d619-cfd2-4192-aff0-1cc50cb089b1.txt @@ -0,0 +1 @@ +A men with a dog head instead of a human head, wearing a cap and white sneakers, standing against a street wall \ No newline at end of file diff --git a/texts/090634e4-9d93-4d59-b6f0-3ba26761ae58.txt b/texts/090634e4-9d93-4d59-b6f0-3ba26761ae58.txt new file mode 100644 index 0000000000000000000000000000000000000000..25fd8a5a3e54d5c0ec46335182436ebfb3b6748e --- /dev/null +++ b/texts/090634e4-9d93-4d59-b6f0-3ba26761ae58.txt @@ -0,0 +1 @@ +A lonely hello Kitty walking with a bottle of wine meets a fluffy, cream-colored British Shorthair cat. \ No newline at end of file diff --git a/texts/09119314-53d7-4dab-afa6-deddbfeea247.txt b/texts/09119314-53d7-4dab-afa6-deddbfeea247.txt new file mode 100644 index 0000000000000000000000000000000000000000..195843a7bce605c171e71c0c17f9e779a45ac8ab --- /dev/null +++ b/texts/09119314-53d7-4dab-afa6-deddbfeea247.txt @@ -0,0 +1 @@ +A light brown kitten wearing a birthday hat looks at a birthday cake with the name Christina on it. \ No newline at end of file diff --git a/texts/091a9bbe-75a4-40e3-a87d-295c9e90cbc3.txt b/texts/091a9bbe-75a4-40e3-a87d-295c9e90cbc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cec4f166cfa26ef9ba65cfba853dd98047a707ee --- /dev/null +++ b/texts/091a9bbe-75a4-40e3-a87d-295c9e90cbc3.txt @@ -0,0 +1 @@ +The corgis are playing mah jong \ No newline at end of file diff --git a/texts/092173ef-d69e-4db2-a44f-8f41e01b4b03.txt b/texts/092173ef-d69e-4db2-a44f-8f41e01b4b03.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4447b52bbe601940bca2921805827ab2fd8f8c3 --- /dev/null +++ b/texts/092173ef-d69e-4db2-a44f-8f41e01b4b03.txt @@ -0,0 +1 @@ +Snowfield HelloKitty \ No newline at end of file diff --git a/texts/0921f0b8-a384-428b-abf9-8001b4fb4f15.txt b/texts/0921f0b8-a384-428b-abf9-8001b4fb4f15.txt new file mode 100644 index 0000000000000000000000000000000000000000..3349b27722d8edc22ae93d9de7e72c94762e164e --- /dev/null +++ b/texts/0921f0b8-a384-428b-abf9-8001b4fb4f15.txt @@ -0,0 +1 @@ +A hamster wearing sunglasses, sitting in front of a computer, holding a pistol \ No newline at end of file diff --git a/texts/092544d9-6391-4097-a1db-54eed4006d8d.txt b/texts/092544d9-6391-4097-a1db-54eed4006d8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bba2c12fa14f5cae41949b189e03fa8bb3d03e45 --- /dev/null +++ b/texts/092544d9-6391-4097-a1db-54eed4006d8d.txt @@ -0,0 +1 @@ +Countryside, Japan, Kyoto, Japanese samurai, armor, armor, smoke \ No newline at end of file diff --git a/texts/0930134c-70da-40f1-a116-26ceb4337079.txt b/texts/0930134c-70da-40f1-a116-26ceb4337079.txt new file mode 100644 index 0000000000000000000000000000000000000000..737a8135057922aa767faf53858bbaee1d0a5074 --- /dev/null +++ b/texts/0930134c-70da-40f1-a116-26ceb4337079.txt @@ -0,0 +1 @@ +I would like a photo with a film-like texture, featuring a chubby adorable calico cat and a tall strong orange white cat sitting under a Christmas tree laden with gifts, toasting with mulled wine, creating a warm and cozy atmosphere. \ No newline at end of file diff --git a/texts/093ab51a-2468-4773-8129-320239c073c5.txt b/texts/093ab51a-2468-4773-8129-320239c073c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4a50683c445cb42f9ed371158fda284010d5fa8 --- /dev/null +++ b/texts/093ab51a-2468-4773-8129-320239c073c5.txt @@ -0,0 +1 @@ +is in the snow, snowing, blue sky, Hello Kitty wearing a birthday hat \ No newline at end of file diff --git a/texts/093cd501-b7fc-4002-b54f-c34496f0132e.txt b/texts/093cd501-b7fc-4002-b54f-c34496f0132e.txt new file mode 100644 index 0000000000000000000000000000000000000000..771713dd1ee91dcc027dc5eea556063ffe207d1a --- /dev/null +++ b/texts/093cd501-b7fc-4002-b54f-c34496f0132e.txt @@ -0,0 +1 @@ +On a snowy night, a hellokitty doll wearing a red bow is placed under a decorated Christmas tree. The melancholy blue night scene, with a dreamy effect of light particles, has a high color saturation. \ No newline at end of file diff --git a/texts/093e0bf1-efd7-4c2d-9153-968bf5734a43.txt b/texts/093e0bf1-efd7-4c2d-9153-968bf5734a43.txt new file mode 100644 index 0000000000000000000000000000000000000000..d87fb28d0e50878f1921ccd2d3b1920d9e7a9105 --- /dev/null +++ b/texts/093e0bf1-efd7-4c2d-9153-968bf5734a43.txt @@ -0,0 +1 @@ +A west highland white terrier dog toy is eating a cake on Christmas \ No newline at end of file diff --git a/texts/093e4f50-9185-4d55-b752-cb9bdb0f3ceb.txt b/texts/093e4f50-9185-4d55-b752-cb9bdb0f3ceb.txt new file mode 100644 index 0000000000000000000000000000000000000000..fac923ac1b06a68483ffed4aec4d1248d0c6a9d6 --- /dev/null +++ b/texts/093e4f50-9185-4d55-b752-cb9bdb0f3ceb.txt @@ -0,0 +1 @@ +a small BerneseMountainDog play with a small golden retriever \ No newline at end of file diff --git a/texts/09442771-88ce-497d-b1a1-3a280c9738a6.txt b/texts/09442771-88ce-497d-b1a1-3a280c9738a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb5c69cd3e71ce9f8f15d4660b9e7f28443dc52b --- /dev/null +++ b/texts/09442771-88ce-497d-b1a1-3a280c9738a6.txt @@ -0,0 +1 @@ +Snow and trees,with firework in the sky, \ No newline at end of file diff --git a/texts/094779ac-dab3-4a25-bb19-7c4fa5ddbd67.txt b/texts/094779ac-dab3-4a25-bb19-7c4fa5ddbd67.txt new file mode 100644 index 0000000000000000000000000000000000000000..b52ba812f498b3b5b475fe3177d72a7becd34d2a --- /dev/null +++ b/texts/094779ac-dab3-4a25-bb19-7c4fa5ddbd67.txt @@ -0,0 +1 @@ +Angel hanging on top, panoramic view, he'rneck hanging on rope, lowered head, white wings, feathers, blood \ No newline at end of file diff --git a/texts/0950bee3-edf1-421c-9d2e-ae9f6a63e55b.txt b/texts/0950bee3-edf1-421c-9d2e-ae9f6a63e55b.txt new file mode 100644 index 0000000000000000000000000000000000000000..43a5633c29b6ebc21c66c892ecd059dc7acce37e --- /dev/null +++ b/texts/0950bee3-edf1-421c-9d2e-ae9f6a63e55b.txt @@ -0,0 +1 @@ +Kimbap and fired chicken on 100/F rooftop, hong kong night virw \ No newline at end of file diff --git a/texts/096375fe-ab6f-4cfe-9ef6-185a448f7ec9.txt b/texts/096375fe-ab6f-4cfe-9ef6-185a448f7ec9.txt new file mode 100644 index 0000000000000000000000000000000000000000..beef3d655b8af97fc5489e094316b80115cf3d56 --- /dev/null +++ b/texts/096375fe-ab6f-4cfe-9ef6-185a448f7ec9.txt @@ -0,0 +1 @@ +One person is holding a tray of cookies \ No newline at end of file diff --git a/texts/09660a19-57af-4129-ad7b-10007209718a.txt b/texts/09660a19-57af-4129-ad7b-10007209718a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fd25843d9874b11c258d10cc10d0319ddb332ce --- /dev/null +++ b/texts/09660a19-57af-4129-ad7b-10007209718a.txt @@ -0,0 +1 @@ +Dream core, Hello Kitty holding a knife stabs into a vinyl record \ No newline at end of file diff --git a/texts/0969d081-9253-4aa3-a15b-e952e2485660.txt b/texts/0969d081-9253-4aa3-a15b-e952e2485660.txt new file mode 100644 index 0000000000000000000000000000000000000000..083e63967b7682954b055bb293e98ca0fa3df493 --- /dev/null +++ b/texts/0969d081-9253-4aa3-a15b-e952e2485660.txt @@ -0,0 +1 @@ +Mr. Violent Bunny stood in the rush of traffic and stared ahead \ No newline at end of file diff --git a/texts/096d3870-ac41-44bd-a881-322bcaf08b90.txt b/texts/096d3870-ac41-44bd-a881-322bcaf08b90.txt new file mode 100644 index 0000000000000000000000000000000000000000..8062ff91ec257972b07f962b4bf66f4f3c6dc8e2 --- /dev/null +++ b/texts/096d3870-ac41-44bd-a881-322bcaf08b90.txt @@ -0,0 +1 @@ +A puppy in a office wearing glasses \ No newline at end of file diff --git a/texts/09717ee2-d5d5-4004-a979-f52ce93a8e8c.txt b/texts/09717ee2-d5d5-4004-a979-f52ce93a8e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ef4f9e97167180e3e8695cb9309b7038563f4c7 --- /dev/null +++ b/texts/09717ee2-d5d5-4004-a979-f52ce93a8e8c.txt @@ -0,0 +1 @@ +Cosmic Background, Amusement Park, 50's RocketInstallation, Nebulae, Small Child, Grotesque Aesthetics, Retroism, Dreamcore \ No newline at end of file diff --git a/texts/0971f1f2-7529-411c-9ac6-9383e4219d7e.txt b/texts/0971f1f2-7529-411c-9ac6-9383e4219d7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..df49648e3dfe0a9196f0a54ff1886721d8f81b24 --- /dev/null +++ b/texts/0971f1f2-7529-411c-9ac6-9383e4219d7e.txt @@ -0,0 +1 @@ +hello kitty smoke in the Christmas \ No newline at end of file diff --git a/texts/09751014-8f0e-4580-ab04-b14fa17d590c.txt b/texts/09751014-8f0e-4580-ab04-b14fa17d590c.txt new file mode 100644 index 0000000000000000000000000000000000000000..82bb026c734171e79ebf1e30f22ac23ce93d5354 --- /dev/null +++ b/texts/09751014-8f0e-4580-ab04-b14fa17d590c.txt @@ -0,0 +1 @@ +A snow-white fox and a small tiger several months old walk side by side in the snow. \ No newline at end of file diff --git a/texts/097f9df3-9860-4818-b2c9-e281742c3cb5.txt b/texts/097f9df3-9860-4818-b2c9-e281742c3cb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..0422e78532d9ee47ceeb4d4ecba248034e791eee --- /dev/null +++ b/texts/097f9df3-9860-4818-b2c9-e281742c3cb5.txt @@ -0,0 +1 @@ +A massive amphibious creature with detailed reptilian scales, a humanoid muscular upper body, glowing green eyes, sharp claws, and a fish-like tail, emerging from the water. Realistic textures and dynamic lighting, cinematic style. \ No newline at end of file diff --git a/texts/0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4.txt b/texts/0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f10cf086b1effa5996e99e94524c1f7e0f11c9a --- /dev/null +++ b/texts/0983bb9e-3f9a-4bab-9ddf-ae7dc570c3a4.txt @@ -0,0 +1 @@ +Hello, Kitty, on the snow, there is a Christmas tree next to it, by the sea, on the snow, "han_4270 \ No newline at end of file diff --git a/texts/098e453d-24b8-4b55-9db2-bd5fe3b02b01.txt b/texts/098e453d-24b8-4b55-9db2-bd5fe3b02b01.txt new file mode 100644 index 0000000000000000000000000000000000000000..183caad36f3d4563fce898d4bc7c530c62eed2a0 --- /dev/null +++ b/texts/098e453d-24b8-4b55-9db2-bd5fe3b02b01.txt @@ -0,0 +1 @@ +Snow blocks the mountains, pigeons get lost, and the old Taoist priest talks incessantly \ No newline at end of file diff --git a/texts/0996f266-5357-4bb2-9df2-36da66646819.txt b/texts/0996f266-5357-4bb2-9df2-36da66646819.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aee4251aa7f6ee2850a92e92f50f4e014d3260a --- /dev/null +++ b/texts/0996f266-5357-4bb2-9df2-36da66646819.txt @@ -0,0 +1 @@ +The dog looked out of the window \ No newline at end of file diff --git a/texts/099a3809-c200-4d70-adc4-8ad01496ed43.txt b/texts/099a3809-c200-4d70-adc4-8ad01496ed43.txt new file mode 100644 index 0000000000000000000000000000000000000000..939bb10fa78cc11e80d81baaf5c158d3f95a0484 --- /dev/null +++ b/texts/099a3809-c200-4d70-adc4-8ad01496ed43.txt @@ -0,0 +1 @@ +A Tyrannosaurus Rex sits at his desk with fire in his eyes and fangs showing. \ No newline at end of file diff --git a/texts/09b0c36a-8755-4723-8e9f-d2f610dd8532.txt b/texts/09b0c36a-8755-4723-8e9f-d2f610dd8532.txt new file mode 100644 index 0000000000000000000000000000000000000000..8430ee8afc74fcd3d3a5ff30087476fa2a85f963 --- /dev/null +++ b/texts/09b0c36a-8755-4723-8e9f-d2f610dd8532.txt @@ -0,0 +1 @@ +Sad and lonely blue butterfly \ No newline at end of file diff --git a/texts/09b7dd47-f806-42ae-81a6-9c32c4a842df.txt b/texts/09b7dd47-f806-42ae-81a6-9c32c4a842df.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3f6d645297da57ce9dab0463f5f954f3a0000c9 --- /dev/null +++ b/texts/09b7dd47-f806-42ae-81a6-9c32c4a842df.txt @@ -0,0 +1 @@ +The Ginkaku Temple in Japan, at night. \ No newline at end of file diff --git a/texts/09ce398e-78af-4a55-bc0c-08da27714272.txt b/texts/09ce398e-78af-4a55-bc0c-08da27714272.txt new file mode 100644 index 0000000000000000000000000000000000000000..81bc26fb9a367f277bf133bc5591243bed01bfbf --- /dev/null +++ b/texts/09ce398e-78af-4a55-bc0c-08da27714272.txt @@ -0,0 +1 @@ +the surroundings are completely filled with colorful lines \ No newline at end of file diff --git a/texts/09d3c30a-5464-4b81-a591-1319a58f748f.txt b/texts/09d3c30a-5464-4b81-a591-1319a58f748f.txt new file mode 100644 index 0000000000000000000000000000000000000000..351930bafe243f6c36f9dae76c9f61cb80c8df03 --- /dev/null +++ b/texts/09d3c30a-5464-4b81-a591-1319a58f748f.txt @@ -0,0 +1 @@ +A panda carrying a red schoolbag is climbing the Statue of Liberty \ No newline at end of file diff --git a/texts/09e9201a-e7bc-4f68-b24c-c5ab7b1bf362.txt b/texts/09e9201a-e7bc-4f68-b24c-c5ab7b1bf362.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9fbd9c0aee550b30c6d6324e7850fa9d3c6c156 --- /dev/null +++ b/texts/09e9201a-e7bc-4f68-b24c-c5ab7b1bf362.txt @@ -0,0 +1 @@ +A little penguin taking a picture with a camera \ No newline at end of file diff --git a/texts/09ea1589-c36a-4c59-b126-c7884c40cc5e.txt b/texts/09ea1589-c36a-4c59-b126-c7884c40cc5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e08ca595f3a9e82943572f416aad8e043044460 --- /dev/null +++ b/texts/09ea1589-c36a-4c59-b126-c7884c40cc5e.txt @@ -0,0 +1 @@ +Dark Night, Snow, aurora, sparkles, birthday cake, surrealism, christmas \ No newline at end of file diff --git a/texts/09ea9b5a-a795-4d9c-b061-86de36a77e67.txt b/texts/09ea9b5a-a795-4d9c-b061-86de36a77e67.txt new file mode 100644 index 0000000000000000000000000000000000000000..45254a8ec11af30c83d3c6e8fc9244a19eac9282 --- /dev/null +++ b/texts/09ea9b5a-a795-4d9c-b061-86de36a77e67.txt @@ -0,0 +1 @@ +Hello kitty wearing suits and playing piana, beijing forbidden city, maple \ No newline at end of file diff --git a/texts/09f7672c-aba7-475d-ab71-ac5462059e1a.txt b/texts/09f7672c-aba7-475d-ab71-ac5462059e1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3094a4563022206cb5f206e755cc388a1227f22 --- /dev/null +++ b/texts/09f7672c-aba7-475d-ab71-ac5462059e1a.txt @@ -0,0 +1 @@ +An orange cat takes a camera in the middle of a flower bush to take a picture, flash, butterflies, fireworks \ No newline at end of file diff --git a/texts/09fb9bcd-351d-464b-9ca3-767e0a93afaa.txt b/texts/09fb9bcd-351d-464b-9ca3-767e0a93afaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..3374f559a70066fb0beefee7bcb5c9337d145724 --- /dev/null +++ b/texts/09fb9bcd-351d-464b-9ca3-767e0a93afaa.txt @@ -0,0 +1 @@ +At a snowy noon, in the distance of Japan's Mount Fuji, a white kitty cat, next to a Christmas tree, with "ZMT" written on the snow. Warm warm light scenery, with a bit of falling snow color saturation. \ No newline at end of file diff --git a/texts/0a040ccb-c0e3-4740-8d50-c311e5a03d12.txt b/texts/0a040ccb-c0e3-4740-8d50-c311e5a03d12.txt new file mode 100644 index 0000000000000000000000000000000000000000..cae1081d648cd39bd79667c3f4f2a48fe6bc0eea --- /dev/null +++ b/texts/0a040ccb-c0e3-4740-8d50-c311e5a03d12.txt @@ -0,0 +1 @@ +An orange cat and an orange and white cat with yellow fur around their mouths are playing happily in a warm place \ No newline at end of file diff --git a/texts/0a0e17fd-aeda-47ae-b8fb-8131c16de486.txt b/texts/0a0e17fd-aeda-47ae-b8fb-8131c16de486.txt new file mode 100644 index 0000000000000000000000000000000000000000..a875df2f934376fd1c8cb7f0ff0a5b250ecd0bba --- /dev/null +++ b/texts/0a0e17fd-aeda-47ae-b8fb-8131c16de486.txt @@ -0,0 +1 @@ +A West Highland puppy dressed in Christmas style is playing in the snow. \ No newline at end of file diff --git a/texts/0a21030a-6fdf-4458-88ef-6b607889b10f.txt b/texts/0a21030a-6fdf-4458-88ef-6b607889b10f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a315b18cfc595732ab601586005eecbc4639e05 --- /dev/null +++ b/texts/0a21030a-6fdf-4458-88ef-6b607889b10f.txt @@ -0,0 +1 @@ +Border Collie black-and-white color wear in a suit/ playing piano/ in the snow field \ No newline at end of file diff --git a/texts/0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4.txt b/texts/0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cecc185e0c7510e9be6b822c0b01e3ff49b108d --- /dev/null +++ b/texts/0a21e2a0-f0c0-4a95-a236-4d1bbaff7ca4.txt @@ -0,0 +1 @@ +2 cutest mice eating delicious bread together at the end of the world with snow and star falling in the background \ No newline at end of file diff --git a/texts/0a238dc9-eb2d-483f-a13b-3228548d7efc.txt b/texts/0a238dc9-eb2d-483f-a13b-3228548d7efc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b663160a62f7ffd0ce89d464fa848978016a8c2 --- /dev/null +++ b/texts/0a238dc9-eb2d-483f-a13b-3228548d7efc.txt @@ -0,0 +1 @@ +cat,candy, lemonade, bubble, love \ No newline at end of file diff --git a/texts/0a272cc0-6148-4a3f-a008-2991be0dea6c.txt b/texts/0a272cc0-6148-4a3f-a008-2991be0dea6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..af5bd4f71965bbb3e69acff811dd8b9b9852584f --- /dev/null +++ b/texts/0a272cc0-6148-4a3f-a008-2991be0dea6c.txt @@ -0,0 +1 @@ +black cat wearing black frame glasses drinking coffee in a coffee shop \ No newline at end of file diff --git a/texts/0a2ea213-c24b-4dcd-a93c-238dbd1a9583.txt b/texts/0a2ea213-c24b-4dcd-a93c-238dbd1a9583.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0fab588af48498192643cce52e73d512869fa3e --- /dev/null +++ b/texts/0a2ea213-c24b-4dcd-a93c-238dbd1a9583.txt @@ -0,0 +1 @@ +Handwritten word "FeiFei" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow. \ No newline at end of file diff --git a/texts/0a31e7ec-57b0-4990-a59c-db2314ef61aa.txt b/texts/0a31e7ec-57b0-4990-a59c-db2314ef61aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac74abbbcfd7b98e4ee57a922abd3a87ba1ca0c --- /dev/null +++ b/texts/0a31e7ec-57b0-4990-a59c-db2314ef61aa.txt @@ -0,0 +1 @@ +hedgehog is driving a car \ No newline at end of file diff --git a/texts/0a4b04c1-26df-48e2-a2d9-ee4ed393685c.txt b/texts/0a4b04c1-26df-48e2-a2d9-ee4ed393685c.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae0b45d1c827bf7ea55555b2acc902003c6f1b0 --- /dev/null +++ b/texts/0a4b04c1-26df-48e2-a2d9-ee4ed393685c.txt @@ -0,0 +1 @@ +A ruin house in the city \ No newline at end of file diff --git a/texts/0a4ba762-7c84-4e0f-b575-089ca8292641.txt b/texts/0a4ba762-7c84-4e0f-b575-089ca8292641.txt new file mode 100644 index 0000000000000000000000000000000000000000..3588e549f7253dd3addf97e56ac5576a665eb7a3 --- /dev/null +++ b/texts/0a4ba762-7c84-4e0f-b575-089ca8292641.txt @@ -0,0 +1 @@ +A huge ground covered with snow. On the left side is a christmas tree with many sparkling decorations and lights. On the right side is a dark purple convertible. The sky behind them is painted in pink by the setting sun. \ No newline at end of file diff --git a/texts/0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9.txt b/texts/0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..965b99dc46481fd02ea05c23a79033301ca97f45 --- /dev/null +++ b/texts/0a5513ed-a5c7-4ee8-bb70-bd163f83d3c9.txt @@ -0,0 +1 @@ +Little little yellow golden retriever run and jump,winter,snow ,daylight ,many big heart trees,stars \ No newline at end of file diff --git a/texts/0a5ea051-8627-4e84-bc4a-a0ba244cc97d.txt b/texts/0a5ea051-8627-4e84-bc4a-a0ba244cc97d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d360fd3f600eb339fefc3beb79538b9d56fc0dde --- /dev/null +++ b/texts/0a5ea051-8627-4e84-bc4a-a0ba244cc97d.txt @@ -0,0 +1 @@ +lan tianwei \ No newline at end of file diff --git a/texts/0a62f6c7-7b69-41d8-bfc1-f13c0752070c.txt b/texts/0a62f6c7-7b69-41d8-bfc1-f13c0752070c.txt new file mode 100644 index 0000000000000000000000000000000000000000..59e30cc99a6db663536e3980573a3513fadd08e7 --- /dev/null +++ b/texts/0a62f6c7-7b69-41d8-bfc1-f13c0752070c.txt @@ -0,0 +1 @@ +The constant black and white Schnauzer was playing at home with a puppet cat. \ No newline at end of file diff --git a/texts/0a69b318-db9d-440d-9045-39c8ebfd59ef.txt b/texts/0a69b318-db9d-440d-9045-39c8ebfd59ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..764fee78eee7deacf448ffe24c021eeeaef27715 --- /dev/null +++ b/texts/0a69b318-db9d-440d-9045-39c8ebfd59ef.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night,featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out " LCX& ZZCX." The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere \ No newline at end of file diff --git a/texts/0a6e6be2-7a03-4114-93a2-aca24043800e.txt b/texts/0a6e6be2-7a03-4114-93a2-aca24043800e.txt new file mode 100644 index 0000000000000000000000000000000000000000..150a2b2d6126fb0c177235a69f1a8c6debc91481 --- /dev/null +++ b/texts/0a6e6be2-7a03-4114-93a2-aca24043800e.txt @@ -0,0 +1 @@ +An owl standing on a carousel on a snowy day \ No newline at end of file diff --git a/texts/0a6fe644-9000-4c6b-a81a-08bb6102518f.txt b/texts/0a6fe644-9000-4c6b-a81a-08bb6102518f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b4989b55c6af4759bbead6d9b3e4e0a326c1f6d --- /dev/null +++ b/texts/0a6fe644-9000-4c6b-a81a-08bb6102518f.txt @@ -0,0 +1 @@ +a glass of white wine \ No newline at end of file diff --git a/texts/0a704d63-73f0-4ad1-99bf-028d889ad04a.txt b/texts/0a704d63-73f0-4ad1-99bf-028d889ad04a.txt new file mode 100644 index 0000000000000000000000000000000000000000..07940b1dce39d385e83a3c55de25f9c4b7acc93d --- /dev/null +++ b/texts/0a704d63-73f0-4ad1-99bf-028d889ad04a.txt @@ -0,0 +1 @@ +A little white fat cat with a pink scarf is watching fireworks and drinking coffee \ No newline at end of file diff --git a/texts/0a718e8d-bc91-4ee7-88a8-b66b16e96a0e.txt b/texts/0a718e8d-bc91-4ee7-88a8-b66b16e96a0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0e1d132e160d458fc6a2128fc4fcfed59bcf663 --- /dev/null +++ b/texts/0a718e8d-bc91-4ee7-88a8-b66b16e96a0e.txt @@ -0,0 +1 @@ +A Yamato Nadeshiko in a kimono with a monk \ No newline at end of file diff --git a/texts/0a7cd166-4dc3-41e7-8458-47e98ad5d6c4.txt b/texts/0a7cd166-4dc3-41e7-8458-47e98ad5d6c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8bc49076206cf552501fb1ddaea31e573e8b574 --- /dev/null +++ b/texts/0a7cd166-4dc3-41e7-8458-47e98ad5d6c4.txt @@ -0,0 +1 @@ +A cat with wings wearing a Santa hat and standing in the snow \ No newline at end of file diff --git a/texts/0a816216-6ac8-416c-90ae-e3ec8355673a.txt b/texts/0a816216-6ac8-416c-90ae-e3ec8355673a.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c58b7c122a4dbbcd38b8d0bdd6849220eff906 --- /dev/null +++ b/texts/0a816216-6ac8-416c-90ae-e3ec8355673a.txt @@ -0,0 +1 @@ +Coffee colored chubby teddy dog in the snow \ No newline at end of file diff --git a/texts/0a8197a7-9560-4382-ae1f-e9b2dbf2bff9.txt b/texts/0a8197a7-9560-4382-ae1f-e9b2dbf2bff9.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc38cdf50891f4bd442c0cb12838ba5fffd9e09f --- /dev/null +++ b/texts/0a8197a7-9560-4382-ae1f-e9b2dbf2bff9.txt @@ -0,0 +1 @@ +baby penguin doing painting \ No newline at end of file diff --git a/texts/0a828605-3937-488e-b8c3-dc12c0794b2d.txt b/texts/0a828605-3937-488e-b8c3-dc12c0794b2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8615c7ee4842ddaa43366c8cd04c2a5fd6654b6d --- /dev/null +++ b/texts/0a828605-3937-488e-b8c3-dc12c0794b2d.txt @@ -0,0 +1 @@ +A little penguin wearing a white coat is crying in front of the computer \ No newline at end of file diff --git a/texts/0a8784a8-2eaf-41f5-960b-f8ce4f802dcd.txt b/texts/0a8784a8-2eaf-41f5-960b-f8ce4f802dcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..10cdee1a0ca8943e5114c763552893383097f8e9 --- /dev/null +++ b/texts/0a8784a8-2eaf-41f5-960b-f8ce4f802dcd.txt @@ -0,0 +1 @@ +dogs with wings \ No newline at end of file diff --git a/texts/0a9a21c3-0b9c-4649-a690-5005b7a76ca3.txt b/texts/0a9a21c3-0b9c-4649-a690-5005b7a76ca3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b40678d7793fed583bef6330f72c4a4bfc11d47f --- /dev/null +++ b/texts/0a9a21c3-0b9c-4649-a690-5005b7a76ca3.txt @@ -0,0 +1 @@ +Against the background of the full moon; a Samoyed puppy wearing sunglasses is driving, and some bubbles \ No newline at end of file diff --git a/texts/0a9b0688-3d12-4888-b51e-cc1df0e4135b.txt b/texts/0a9b0688-3d12-4888-b51e-cc1df0e4135b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a75b43805b5f1570ab40ee9085a204061c1cdea --- /dev/null +++ b/texts/0a9b0688-3d12-4888-b51e-cc1df0e4135b.txt @@ -0,0 +1 @@ +Hello kitty sits on the beach, and on the sand it says cyc \ No newline at end of file diff --git a/texts/0aa22a1f-bf8b-4f83-9d79-74cf43d91575.txt b/texts/0aa22a1f-bf8b-4f83-9d79-74cf43d91575.txt new file mode 100644 index 0000000000000000000000000000000000000000..c76131085fa73498d15da3b4c42e926c685b710f --- /dev/null +++ b/texts/0aa22a1f-bf8b-4f83-9d79-74cf43d91575.txt @@ -0,0 +1 @@ +a cute blackcat,hairy,looking at a retro computer,busy,paws on the computer keyboard,a coffee on the desk,a wine,many books \ No newline at end of file diff --git a/texts/0aa247d1-dcb9-4d33-9837-cad86b69d356.txt b/texts/0aa247d1-dcb9-4d33-9837-cad86b69d356.txt new file mode 100644 index 0000000000000000000000000000000000000000..630a8084e1ed508abc1fc84c76d1b945e3bf93d8 --- /dev/null +++ b/texts/0aa247d1-dcb9-4d33-9837-cad86b69d356.txt @@ -0,0 +1 @@ +Traditional Lunar New Year Poster with Gold Accents \ No newline at end of file diff --git a/texts/0aac24ba-5fc4-4d45-8c54-2bf14fb387ff.txt b/texts/0aac24ba-5fc4-4d45-8c54-2bf14fb387ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..b96b4777bbed630bcf4537b964e639ececf5e783 --- /dev/null +++ b/texts/0aac24ba-5fc4-4d45-8c54-2bf14fb387ff.txt @@ -0,0 +1 @@ +There is a butterfly inside a transparent glass wind chime, surrounded by colorful bubbles \ No newline at end of file diff --git a/texts/0abdea3e-3ffd-4567-82df-88885454731d.txt b/texts/0abdea3e-3ffd-4567-82df-88885454731d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a027004265b6cd51b20cfcdf1befd60c7e73f6c1 --- /dev/null +++ b/texts/0abdea3e-3ffd-4567-82df-88885454731d.txt @@ -0,0 +1 @@ +Two hello Kitty in Christmas hats sat by the bonfire and watched the snow. \ No newline at end of file diff --git a/texts/0ac4e8f6-32c9-403b-a866-8a465aee1f43.txt b/texts/0ac4e8f6-32c9-403b-a866-8a465aee1f43.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3cf43c848363c0c0c6a126b6070d0a0c3c63677 --- /dev/null +++ b/texts/0ac4e8f6-32c9-403b-a866-8a465aee1f43.txt @@ -0,0 +1 @@ +A circus clown in a colorful, loose-fitting, old-fashioned clown suit stands facing the camera, his expression sad. The corners of his mouth are down, but he seems to be smiling. His eyes were fixed on the camera. He had clown makeup on his face and a red nose. Tears in the corners of his eyes and makeup. Wearing a clown wig. It looks scary. It looks crazy. Next to it is an old wooden chair. There's a desk on the other side with an old computer on it. The green wall is in the background \ No newline at end of file diff --git a/texts/0ad08caf-5c7d-4336-a374-664f751dc90e.txt b/texts/0ad08caf-5c7d-4336-a374-664f751dc90e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c56dc31923c9f09d2b5b4ecb2bef787b7f386d33 --- /dev/null +++ b/texts/0ad08caf-5c7d-4336-a374-664f751dc90e.txt @@ -0,0 +1 @@ +rabbit, chrismas tree, \ No newline at end of file diff --git a/texts/0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a.txt b/texts/0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc8c1fa1b61eb97c59e2125086260e07234e1294 --- /dev/null +++ b/texts/0ad9e2aa-f9ee-4d30-ab9e-92116f73b41a.txt @@ -0,0 +1 @@ +Exam papers in the sea breeze, dead fish \ No newline at end of file diff --git a/texts/0ada7212-8977-4497-ace4-891607ac2a94.txt b/texts/0ada7212-8977-4497-ace4-891607ac2a94.txt new file mode 100644 index 0000000000000000000000000000000000000000..091f6f278ae4c13ada2db75a79f7c061dc048e13 --- /dev/null +++ b/texts/0ada7212-8977-4497-ace4-891607ac2a94.txt @@ -0,0 +1 @@ +There are horses, sheep, cattle, people riding horses on the prairie, and the sky is cloudy. \ No newline at end of file diff --git a/texts/0aef0466-a825-4051-87c0-b38921c484f0.txt b/texts/0aef0466-a825-4051-87c0-b38921c484f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e973376ea12d33c1a9ddcd0fa803b0fe9c7c56f --- /dev/null +++ b/texts/0aef0466-a825-4051-87c0-b38921c484f0.txt @@ -0,0 +1 @@ +A cute black cat with a pearl necklace and white wings lies in the snow, next to a wine glass and fruit bowl, and fireworks in the sky \ No newline at end of file diff --git a/texts/0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8.txt b/texts/0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8.txt new file mode 100644 index 0000000000000000000000000000000000000000..625e37b50b815f40bb3452428092858736a57b43 --- /dev/null +++ b/texts/0afbb3f7-bdff-49cc-b1fc-7a4f1788bcf8.txt @@ -0,0 +1 @@ +A hairless cat, a creamy German cat, and an East Shorthair are lying on a black sofa with many butterflies on the ceiling \ No newline at end of file diff --git a/texts/0b130451-24a6-4526-b98b-fd47e513ee96.txt b/texts/0b130451-24a6-4526-b98b-fd47e513ee96.txt new file mode 100644 index 0000000000000000000000000000000000000000..611ad1dc93b41010617019cfc8544364893fe227 --- /dev/null +++ b/texts/0b130451-24a6-4526-b98b-fd47e513ee96.txt @@ -0,0 +1 @@ +Hallo kitty is watching cigarettes by the sea \ No newline at end of file diff --git a/texts/0b16bf07-418c-4698-8b44-439f3ff4e647.txt b/texts/0b16bf07-418c-4698-8b44-439f3ff4e647.txt new file mode 100644 index 0000000000000000000000000000000000000000..d474ffb73afec1d0d6d92f5b1edfcaa62526747f --- /dev/null +++ b/texts/0b16bf07-418c-4698-8b44-439f3ff4e647.txt @@ -0,0 +1 @@ +With Butter bear play tennis \ No newline at end of file diff --git a/texts/0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b.txt b/texts/0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..eccad1f4c3a91c3626a7785b3d14f22414203882 --- /dev/null +++ b/texts/0b222d23-4d82-4ae4-9ef7-a0db4dcf4a5b.txt @@ -0,0 +1 @@ +A man lifts his skull to reveal jelly brains \ No newline at end of file diff --git a/texts/0b22b162-5382-4459-a7b9-ee84ea05a79e.txt b/texts/0b22b162-5382-4459-a7b9-ee84ea05a79e.txt new file mode 100644 index 0000000000000000000000000000000000000000..280579ecde1bdeedea684867a17755c6450473ab --- /dev/null +++ b/texts/0b22b162-5382-4459-a7b9-ee84ea05a79e.txt @@ -0,0 +1 @@ +A little bear came out of the forest, and the cake and butterfly were flying \ No newline at end of file diff --git a/texts/0b242a61-f607-4ed2-b58d-78855859a4e8.txt b/texts/0b242a61-f607-4ed2-b58d-78855859a4e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b882d9b59d531316ede5c689cae981c242fcac0d --- /dev/null +++ b/texts/0b242a61-f607-4ed2-b58d-78855859a4e8.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on forehead through nosewearing glasses wrapped in a green blanket works with a laptop \ No newline at end of file diff --git a/texts/0b2510fa-7e88-4c45-bf6b-978bae4d3401.txt b/texts/0b2510fa-7e88-4c45-bf6b-978bae4d3401.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ff77bcd2f60e842923f7172aa42e709ab35ab96 --- /dev/null +++ b/texts/0b2510fa-7e88-4c45-bf6b-978bae4d3401.txt @@ -0,0 +1 @@ +A black cotton ca't with long wings, in the snow, and surrounded by many bubbles, opposite is Mount Fuji. \ No newline at end of file diff --git a/texts/0b2f23d6-26a3-49f9-9fe5-e11b3957e34e.txt b/texts/0b2f23d6-26a3-49f9-9fe5-e11b3957e34e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9272fc24bcfedebe5a1bba29e31e4b5bfe9b8b2 --- /dev/null +++ b/texts/0b2f23d6-26a3-49f9-9fe5-e11b3957e34e.txt @@ -0,0 +1 @@ +hellokitty and a dog celebrate christmas it is my birthday \ No newline at end of file diff --git a/texts/0b3590d4-fbed-4e26-9345-62009b45fa44.txt b/texts/0b3590d4-fbed-4e26-9345-62009b45fa44.txt new file mode 100644 index 0000000000000000000000000000000000000000..25f168c7ccf9ea60b2b244f249c9fb4e1fdae37c --- /dev/null +++ b/texts/0b3590d4-fbed-4e26-9345-62009b45fa44.txt @@ -0,0 +1 @@ +A cute wennie bear wearing DESCENTE and working under the Great Wall in a snow day \ No newline at end of file diff --git a/texts/0b375b7b-c268-42dd-ac0e-b50eea0c39db.txt b/texts/0b375b7b-c268-42dd-ac0e-b50eea0c39db.txt new file mode 100644 index 0000000000000000000000000000000000000000..59b1d006fc1fa0221441fcae1aeb0daeec75cb0b --- /dev/null +++ b/texts/0b375b7b-c268-42dd-ac0e-b50eea0c39db.txt @@ -0,0 +1 @@ +Red The cross stands on the volcano. The volcano erupts with lava. The sky is like the aurora and it's snowing. \ No newline at end of file diff --git a/texts/0b39e52d-fe46-4fb9-bd40-227796946cbb.txt b/texts/0b39e52d-fe46-4fb9-bd40-227796946cbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e71e571403e611afa015b9c2845582241ce5240 --- /dev/null +++ b/texts/0b39e52d-fe46-4fb9-bd40-227796946cbb.txt @@ -0,0 +1 @@ +Peppa Pig head man playing video games in front of a house which is on fire \ No newline at end of file diff --git a/texts/0b3b69f5-6440-4426-821b-597abfcdd2ab.txt b/texts/0b3b69f5-6440-4426-821b-597abfcdd2ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..c177a65593da48ab37d03e4bacb825f343772d20 --- /dev/null +++ b/texts/0b3b69f5-6440-4426-821b-597abfcdd2ab.txt @@ -0,0 +1 @@ +Hello Kitty is killing herself with a pink gun \ No newline at end of file diff --git a/texts/0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e.txt b/texts/0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..53fe343e0d1e4c8607cf4d7519809bd2689601cb --- /dev/null +++ b/texts/0b3cc4c8-1da3-4f01-b4cc-d26f7f438f8e.txt @@ -0,0 +1 @@ +A small elephant sitting in a circus tent, with a dreamy and surreal atmosphere, soft pastel colors, blurry edges, dreamcore aesthetic, hazy light, gentle focus. \ No newline at end of file diff --git a/texts/0b54a26b-5d17-45ee-bce9-0f4c17c06899.txt b/texts/0b54a26b-5d17-45ee-bce9-0f4c17c06899.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc2b2e788427709b8c92747e547372a793d06ff2 --- /dev/null +++ b/texts/0b54a26b-5d17-45ee-bce9-0f4c17c06899.txt @@ -0,0 +1 @@ +A chubby, kind-hearted Chinese grandma reading a book on how to dance with a doll while Snoopy, with brown ears and white skin, laughs \ No newline at end of file diff --git a/texts/0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a.txt b/texts/0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a.txt new file mode 100644 index 0000000000000000000000000000000000000000..881a36456e079a049016904243a9edb7c718717b --- /dev/null +++ b/texts/0b55f002-7f9d-44fa-9ee4-7cd8fe0d393a.txt @@ -0,0 +1 @@ +guinea pig \ No newline at end of file diff --git a/texts/0b5b07bf-a1c1-40a9-9983-0f39e17624df.txt b/texts/0b5b07bf-a1c1-40a9-9983-0f39e17624df.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ffccadec2cabea5521a784e4b8392fd0605266f --- /dev/null +++ b/texts/0b5b07bf-a1c1-40a9-9983-0f39e17624df.txt @@ -0,0 +1 @@ +A Beagle is working infront computer in the snowland with formal suit \ No newline at end of file diff --git a/texts/0b5f297f-e42a-47e4-8ec0-6707da3b1b05.txt b/texts/0b5f297f-e42a-47e4-8ec0-6707da3b1b05.txt new file mode 100644 index 0000000000000000000000000000000000000000..c177a65593da48ab37d03e4bacb825f343772d20 --- /dev/null +++ b/texts/0b5f297f-e42a-47e4-8ec0-6707da3b1b05.txt @@ -0,0 +1 @@ +Hello Kitty is killing herself with a pink gun \ No newline at end of file diff --git a/texts/0b66a634-93f4-4a39-bfba-9f7c8d872b0a.txt b/texts/0b66a634-93f4-4a39-bfba-9f7c8d872b0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f2212e8ca9e3b4c159435ed54cfb11421ed477e --- /dev/null +++ b/texts/0b66a634-93f4-4a39-bfba-9f7c8d872b0a.txt @@ -0,0 +1 @@ +Floral dress of hello Kitty wearing sunglasses and eating shaved ice on a lounge chair in the Maldives next to a glittering swimming pool \ No newline at end of file diff --git a/texts/0b6f8146-c0e6-426b-982b-44318c6d3c6b.txt b/texts/0b6f8146-c0e6-426b-982b-44318c6d3c6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..503707f80e441732e71df44170059fedbbb02dee --- /dev/null +++ b/texts/0b6f8146-c0e6-426b-982b-44318c6d3c6b.txt @@ -0,0 +1 @@ +Black cat smokes, Christmas tree, snow aurora, red light \ No newline at end of file diff --git a/texts/0b713055-4479-4877-afc6-609e135c81b7.txt b/texts/0b713055-4479-4877-afc6-609e135c81b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4983949410193aeb1003140c7a2a60d8946ce69 --- /dev/null +++ b/texts/0b713055-4479-4877-afc6-609e135c81b7.txt @@ -0,0 +1 @@ +a Charles dog wears a green sweater sitting on the ground with sunshine \ No newline at end of file diff --git a/texts/0b7b7532-cb94-45a0-baca-06a805a026c7.txt b/texts/0b7b7532-cb94-45a0-baca-06a805a026c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a817bbb193542b8b95ca624a301aad2c7cdf5d7f --- /dev/null +++ b/texts/0b7b7532-cb94-45a0-baca-06a805a026c7.txt @@ -0,0 +1 @@ +A yellow and white corgi snow aurora star \ No newline at end of file diff --git a/texts/0b82dbd3-137e-4188-80ed-198497d41514.txt b/texts/0b82dbd3-137e-4188-80ed-198497d41514.txt new file mode 100644 index 0000000000000000000000000000000000000000..090f245d949a523d9a73a936faf98fe378dbf14e --- /dev/null +++ b/texts/0b82dbd3-137e-4188-80ed-198497d41514.txt @@ -0,0 +1 @@ +Two seals at night on a beach covered in broken ice \ No newline at end of file diff --git a/texts/0b83dd31-4df6-4ef4-bf66-1af3e5eaf954.txt b/texts/0b83dd31-4df6-4ef4-bf66-1af3e5eaf954.txt new file mode 100644 index 0000000000000000000000000000000000000000..e88d9333352701b322ee54e4a9e1154742f74f01 --- /dev/null +++ b/texts/0b83dd31-4df6-4ef4-bf66-1af3e5eaf954.txt @@ -0,0 +1 @@ +a merle boarder collie with glasses sitting by the desk and working \ No newline at end of file diff --git a/texts/0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a.txt b/texts/0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a.txt new file mode 100644 index 0000000000000000000000000000000000000000..af526bc8f83ad792412736ea6dab75154234afb8 --- /dev/null +++ b/texts/0b8670bb-9ca3-4e16-8b6a-9c7ab7c1169a.txt @@ -0,0 +1 @@ +There is a moon in the night sea. \ No newline at end of file diff --git a/texts/0b8a7857-4ccc-4aee-b211-b71774da3582.txt b/texts/0b8a7857-4ccc-4aee-b211-b71774da3582.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2e92181d3649aded3f2b7678efab1472afcdeae --- /dev/null +++ b/texts/0b8a7857-4ccc-4aee-b211-b71774da3582.txt @@ -0,0 +1 @@ +Azure Cat playing in the snow \ No newline at end of file diff --git a/texts/0b974d8b-951f-4862-b477-9a30db3a6ab1.txt b/texts/0b974d8b-951f-4862-b477-9a30db3a6ab1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe02bb2f58e53cd5e9f15d370f8191bd9360d6b5 --- /dev/null +++ b/texts/0b974d8b-951f-4862-b477-9a30db3a6ab1.txt @@ -0,0 +1 @@ +a brush cut man dressed kimono watch Kinkaku-ji fire \ No newline at end of file diff --git a/texts/0b976b7f-bb3d-42c5-9887-7cfb3f27280a.txt b/texts/0b976b7f-bb3d-42c5-9887-7cfb3f27280a.txt new file mode 100644 index 0000000000000000000000000000000000000000..911409224c50f6c6d4c4a7f0e64d0fdf1bd2e5ea --- /dev/null +++ b/texts/0b976b7f-bb3d-42c5-9887-7cfb3f27280a.txt @@ -0,0 +1 @@ +A Shiba Inu is playing NS. \ No newline at end of file diff --git a/texts/0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312.txt b/texts/0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312.txt new file mode 100644 index 0000000000000000000000000000000000000000..df9592ca860e496f714809394bea67de7000f6e8 --- /dev/null +++ b/texts/0b97bdc1-a33b-4e64-a8c8-c5e1b17e3312.txt @@ -0,0 +1 @@ +Santa Claus is holding a letter in his hands, we see all santa claus \ No newline at end of file diff --git a/texts/0ba47270-607a-46ee-9bf3-c6e36e235ffd.txt b/texts/0ba47270-607a-46ee-9bf3-c6e36e235ffd.txt new file mode 100644 index 0000000000000000000000000000000000000000..487ef5596a8d86d6c2b10927f869ca693bf1313c --- /dev/null +++ b/texts/0ba47270-607a-46ee-9bf3-c6e36e235ffd.txt @@ -0,0 +1 @@ +A gray English Shorthair and a yellow Golden Tapering cat are asleep on the carpet next to a warm yellow light and Lego \ No newline at end of file diff --git a/texts/0bb329f7-bbcc-4485-b24b-a804b5b024a5.txt b/texts/0bb329f7-bbcc-4485-b24b-a804b5b024a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ae6e86de1bde066fc8c174209a7b26aa304afb3 --- /dev/null +++ b/texts/0bb329f7-bbcc-4485-b24b-a804b5b024a5.txt @@ -0,0 +1 @@ +a cat and a huskey celebrating their brithdays in snow. There confetti in the air and they are both wearing birthday crowns \ No newline at end of file diff --git a/texts/0bb66fa9-e7e7-4331-a283-c8494dfe613c.txt b/texts/0bb66fa9-e7e7-4331-a283-c8494dfe613c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5a3d35f5472925c549043332e83204db2de3ff8 --- /dev/null +++ b/texts/0bb66fa9-e7e7-4331-a283-c8494dfe613c.txt @@ -0,0 +1 @@ +arab british shorthair cat in military fatigues, arab military gear, freedom fighter, arab bandana, ak47, IMG_3049.jpg, 2001 \ No newline at end of file diff --git a/texts/0bcde549-d895-4ce5-a0ab-a8edfe7f7e16.txt b/texts/0bcde549-d895-4ce5-a0ab-a8edfe7f7e16.txt new file mode 100644 index 0000000000000000000000000000000000000000..421a5e71f6f4075ae37336b0189778826f6e6be9 --- /dev/null +++ b/texts/0bcde549-d895-4ce5-a0ab-a8edfe7f7e16.txt @@ -0,0 +1 @@ +a chihua'hua \ No newline at end of file diff --git a/texts/0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1.txt b/texts/0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1f0f372ac109ef88b20dede4133550387605abc --- /dev/null +++ b/texts/0bd047cd-f8e4-4e8e-bd1a-378d789b7aa1.txt @@ -0,0 +1 @@ +Beautiful Christmas tree, stove, stars, night \ No newline at end of file diff --git a/texts/0be7527d-ec11-4b3f-a525-47592f57ede7.txt b/texts/0be7527d-ec11-4b3f-a525-47592f57ede7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9c4127b48c40c99fa9bcc4e89a289a47eb4ae4f --- /dev/null +++ b/texts/0be7527d-ec11-4b3f-a525-47592f57ede7.txt @@ -0,0 +1 @@ +Golden Hair dog With Mt. Fuji and snow in the background \ No newline at end of file diff --git a/texts/0bf4a012-8998-41fc-bdf6-a8123089e341.txt b/texts/0bf4a012-8998-41fc-bdf6-a8123089e341.txt new file mode 100644 index 0000000000000000000000000000000000000000..459deb357d162d985af4339dc2d70a5945ea684b --- /dev/null +++ b/texts/0bf4a012-8998-41fc-bdf6-a8123089e341.txt @@ -0,0 +1 @@ +On a dark night of light snow under the aurora, West Highland in a red scarf and a Bichon Frise puppy in a Santa hat snuggle in the snow \ No newline at end of file diff --git a/texts/0bfa2e02-03df-4d4a-9343-41373082d3cf.txt b/texts/0bfa2e02-03df-4d4a-9343-41373082d3cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..b216e5e21a8b609b519138910051f936f29db567 --- /dev/null +++ b/texts/0bfa2e02-03df-4d4a-9343-41373082d3cf.txt @@ -0,0 +1 @@ +black cat with wings in snow ground \ No newline at end of file diff --git a/texts/0c072047-94cf-40bc-8f8c-fad1b92f5b1b.txt b/texts/0c072047-94cf-40bc-8f8c-fad1b92f5b1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbb600fd11285a25ea42cdb5766855ca6931aabd --- /dev/null +++ b/texts/0c072047-94cf-40bc-8f8c-fad1b92f5b1b.txt @@ -0,0 +1 @@ +a smile dog wears a green sweater sitting on the ground with sunshine \ No newline at end of file diff --git a/texts/0c0aac43-0ae2-4757-92dd-cdda9115cd5f.txt b/texts/0c0aac43-0ae2-4757-92dd-cdda9115cd5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..219b8b04bb2a89c4fc6f639a21af2d8aafc8cd4a --- /dev/null +++ b/texts/0c0aac43-0ae2-4757-92dd-cdda9115cd5f.txt @@ -0,0 +1 @@ +There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/0c1544a2-b91b-4239-8c00-4f1b50638b02.txt b/texts/0c1544a2-b91b-4239-8c00-4f1b50638b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6085d2973f08df4e153ef2f5dcc88464ab854f7 --- /dev/null +++ b/texts/0c1544a2-b91b-4239-8c00-4f1b50638b02.txt @@ -0,0 +1 @@ +A small cute white Samoyed puppy next to the word 'Tiawwny' written on the snow, with a vibrant aurora borealis illuminating the night sky in the background. The word 'Tiawwny' is clearly drawn on the surface of the snow, and the Samoyed looks curious and adorable. \ No newline at end of file diff --git a/texts/0c15d264-04c9-4501-b03e-cb8b9e45f950.txt b/texts/0c15d264-04c9-4501-b03e-cb8b9e45f950.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4dd19b2669db2f29bdba3eb58075a2883db6699 --- /dev/null +++ b/texts/0c15d264-04c9-4501-b03e-cb8b9e45f950.txt @@ -0,0 +1 @@ +glass bottle in simple tree shape, transparent, with hands and legs, like a cute monster \ No newline at end of file diff --git a/texts/0c209b43-4e0e-4593-9836-63de39b5ef78.txt b/texts/0c209b43-4e0e-4593-9836-63de39b5ef78.txt new file mode 100644 index 0000000000000000000000000000000000000000..84fd6ad356703876c66f5c5d7a64874ea5d48602 --- /dev/null +++ b/texts/0c209b43-4e0e-4593-9836-63de39b5ef78.txt @@ -0,0 +1 @@ +snowing morning lake deers \ No newline at end of file diff --git a/texts/0c28c5e4-4998-4737-a410-8154cd5bcb5c.txt b/texts/0c28c5e4-4998-4737-a410-8154cd5bcb5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f06d2ca9d36e1e28a93cd2a6789298cb2fd2dcd --- /dev/null +++ b/texts/0c28c5e4-4998-4737-a410-8154cd5bcb5c.txt @@ -0,0 +1 @@ +A big potato and a small potato at australia,and the have cute eyes and mouth , and the big one has queen crown and the small one has king creown \ No newline at end of file diff --git a/texts/0c2b918b-b8d6-49f4-90d9-777de1419c22.txt b/texts/0c2b918b-b8d6-49f4-90d9-777de1419c22.txt new file mode 100644 index 0000000000000000000000000000000000000000..b27a5ce7533496b2d827cdac3d207a36fbb0c997 --- /dev/null +++ b/texts/0c2b918b-b8d6-49f4-90d9-777de1419c22.txt @@ -0,0 +1 @@ +"The world exploded, the HelloKitty is smoking a cigarette, completely indifferent." \ No newline at end of file diff --git a/texts/0c2ce454-7f2a-44c1-bdc0-64c9408a3565.txt b/texts/0c2ce454-7f2a-44c1-bdc0-64c9408a3565.txt new file mode 100644 index 0000000000000000000000000000000000000000..abbb5a047e2a74ff5d4b677964299898addc8dc3 --- /dev/null +++ b/texts/0c2ce454-7f2a-44c1-bdc0-64c9408a3565.txt @@ -0,0 +1 @@ +Kurt cobain is a rapper \ No newline at end of file diff --git a/texts/0c35e978-a5c7-4990-86c9-5243a1520cf2.txt b/texts/0c35e978-a5c7-4990-86c9-5243a1520cf2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2a47b50208a2717f2860b7f3d0320943b88186e --- /dev/null +++ b/texts/0c35e978-a5c7-4990-86c9-5243a1520cf2.txt @@ -0,0 +1 @@ +Cat Sunglasses Guitar Bow Tie \ No newline at end of file diff --git a/texts/0c3fcaef-3eac-4c20-9226-7e87123e41eb.txt b/texts/0c3fcaef-3eac-4c20-9226-7e87123e41eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a8e5a42f77ffe992eeca794db5ac3018c7cc28e --- /dev/null +++ b/texts/0c3fcaef-3eac-4c20-9226-7e87123e41eb.txt @@ -0,0 +1 @@ +Albino Man in a grey background with a black mask on, mugshot, bizarre \ No newline at end of file diff --git a/texts/0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b.txt b/texts/0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b.txt new file mode 100644 index 0000000000000000000000000000000000000000..35033fda592c514a97c5ef5a1e5bcc53e4f3bee9 --- /dev/null +++ b/texts/0c4a7ba3-e51d-4c6c-a932-bfe17a78e54b.txt @@ -0,0 +1 @@ +A pigg is eating the lolipop candy in the grass and showering the sunshine \ No newline at end of file diff --git a/texts/0c4c4277-c43b-4eb7-bb80-5c62b354d83f.txt b/texts/0c4c4277-c43b-4eb7-bb80-5c62b354d83f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce6533540e9be9bea7953de8a09d657157edecd0 --- /dev/null +++ b/texts/0c4c4277-c43b-4eb7-bb80-5c62b354d83f.txt @@ -0,0 +1 @@ +A plain crispy cinnamon roll, freshly baked, on a red plate, Christmas vibe, warm, delicious \ No newline at end of file diff --git a/texts/0c537225-3de5-4e89-a988-3863c673209a.txt b/texts/0c537225-3de5-4e89-a988-3863c673209a.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d8f7ed717e6c39e06c1745b5ba6f096254329e3 --- /dev/null +++ b/texts/0c537225-3de5-4e89-a988-3863c673209a.txt @@ -0,0 +1 @@ +"Teddy bear is holding an umbrella." \ No newline at end of file diff --git a/texts/0c65937f-4355-4f11-b77f-251afae13ebd.txt b/texts/0c65937f-4355-4f11-b77f-251afae13ebd.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc57a46771650fe8e20857a8303d70f89f3cc029 --- /dev/null +++ b/texts/0c65937f-4355-4f11-b77f-251afae13ebd.txt @@ -0,0 +1 @@ +Kinkakuji Temple on fire, monk with his back to the camera \ No newline at end of file diff --git a/texts/0c6d0970-4540-43b8-961f-d7fda46f2352.txt b/texts/0c6d0970-4540-43b8-961f-d7fda46f2352.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4310d3436a94c60d360080bbb6acbfe68ecd4cf --- /dev/null +++ b/texts/0c6d0970-4540-43b8-961f-d7fda46f2352.txt @@ -0,0 +1 @@ +Christmas Eve, cozy and luxurious home, sumptuous cuisine, warm toned lights, Maine Coon cat \ No newline at end of file diff --git a/texts/0c6d2d84-cfee-4c04-a048-ccd4868c3879.txt b/texts/0c6d2d84-cfee-4c04-a048-ccd4868c3879.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc0994d1f3ee3a87f71e96687ddfe92247300677 --- /dev/null +++ b/texts/0c6d2d84-cfee-4c04-a048-ccd4868c3879.txt @@ -0,0 +1 @@ +A man is under Mount Fuji, snow falling, wearing a black ski suit with skis next to him. The sky is pink and birds are flying in the sky. The man's face is facing the camera, \ No newline at end of file diff --git a/texts/0c73569c-4445-4f72-8345-6328e9cd1b83.txt b/texts/0c73569c-4445-4f72-8345-6328e9cd1b83.txt new file mode 100644 index 0000000000000000000000000000000000000000..680c34df3e5822e8328e2ba6a0de1452065da5ba --- /dev/null +++ b/texts/0c73569c-4445-4f72-8345-6328e9cd1b83.txt @@ -0,0 +1 @@ +A mammoth chasing a white three-generation Audi TT \ No newline at end of file diff --git a/texts/0c753a9b-2484-49ad-b32f-39c01f2ca393.txt b/texts/0c753a9b-2484-49ad-b32f-39c01f2ca393.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b789b345bb48b975a0f33e01df4539afeae43ea --- /dev/null +++ b/texts/0c753a9b-2484-49ad-b32f-39c01f2ca393.txt @@ -0,0 +1 @@ +At night, HelloKitty is by the sea, it's snowing, and the sand is covered in white snow with the letter XW on it. There is also a Christmas tree in the snowy ground \ No newline at end of file diff --git a/texts/0c7a9a14-84ad-4d8a-9770-c817a290a690.txt b/texts/0c7a9a14-84ad-4d8a-9770-c817a290a690.txt new file mode 100644 index 0000000000000000000000000000000000000000..5810e53d202bd7a092baea093be3dd749bdddf60 --- /dev/null +++ b/texts/0c7a9a14-84ad-4d8a-9770-c817a290a690.txt @@ -0,0 +1 @@ +On the prairie, the long grass was blown down by the wind, and the sky was filled with shining spangles. \ No newline at end of file diff --git a/texts/0c7d3abe-a027-417f-b1f0-beb6048dc238.txt b/texts/0c7d3abe-a027-417f-b1f0-beb6048dc238.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ff5bb2818defd514e81f4645db1f407e7ac16d0 --- /dev/null +++ b/texts/0c7d3abe-a027-417f-b1f0-beb6048dc238.txt @@ -0,0 +1 @@ +A white horse watching a movie. \ No newline at end of file diff --git a/texts/0c8f9a45-7168-4be6-8d55-28c6b8f89d61.txt b/texts/0c8f9a45-7168-4be6-8d55-28c6b8f89d61.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c9b8be25f360a61dff006b4a5a1ac485bb8546 --- /dev/null +++ b/texts/0c8f9a45-7168-4be6-8d55-28c6b8f89d61.txt @@ -0,0 +1 @@ +Hello KittyIn the snowThere is a Christmas tree hanging next to itBelow the singular is a Western Highland wearing a yellow hat \ No newline at end of file diff --git a/texts/0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3.txt b/texts/0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4c35cd33710ac6118f940c9af2ef5a8f4fbfec3 --- /dev/null +++ b/texts/0c9fdd4d-3075-41cc-8fa0-7e4ebd9015f3.txt @@ -0,0 +1 @@ +A yellow cheesecake with a cute bunny decoration \ No newline at end of file diff --git a/texts/0ca40f29-7a88-491c-b874-fb4fd498573a.txt b/texts/0ca40f29-7a88-491c-b874-fb4fd498573a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6e3627f1bcef8121a8f2089857858cf7c848feb --- /dev/null +++ b/texts/0ca40f29-7a88-491c-b874-fb4fd498573a.txt @@ -0,0 +1 @@ +A small Corgi with dark glasses jumps in the sky, looking at the snow-capped mountains in the distance \ No newline at end of file diff --git a/texts/0caafbd2-691b-4eb2-9446-e6ce3ab6765d.txt b/texts/0caafbd2-691b-4eb2-9446-e6ce3ab6765d.txt new file mode 100644 index 0000000000000000000000000000000000000000..00d49edc0f24e0679944757518597026ce607ae7 --- /dev/null +++ b/texts/0caafbd2-691b-4eb2-9446-e6ce3ab6765d.txt @@ -0,0 +1 @@ +A black cat and a white cat sat in the snow with blue butterfly wings, trees in the distance, and glowing bubbles in the sky \ No newline at end of file diff --git a/texts/0cad8566-7158-4b3f-adde-d25a82288d20.txt b/texts/0cad8566-7158-4b3f-adde-d25a82288d20.txt new file mode 100644 index 0000000000000000000000000000000000000000..46b4cec8ae95b1bc14ec54d24a8cd48ca8e5b6db --- /dev/null +++ b/texts/0cad8566-7158-4b3f-adde-d25a82288d20.txt @@ -0,0 +1 @@ +Kitty \ No newline at end of file diff --git a/texts/0cc811f3-ad54-469a-9462-f2cd6d8fa747.txt b/texts/0cc811f3-ad54-469a-9462-f2cd6d8fa747.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d785ef8391e0b1945ee5b9d480864e28610c400 --- /dev/null +++ b/texts/0cc811f3-ad54-469a-9462-f2cd6d8fa747.txt @@ -0,0 +1 @@ +A kitten wearing a cowboy hat takes a picture in the snow \ No newline at end of file diff --git a/texts/0ccca259-ac1e-45fb-9ec4-25fa332066d5.txt b/texts/0ccca259-ac1e-45fb-9ec4-25fa332066d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..812fdd64303e8c3ae19fc7122f4421ea5800ce04 --- /dev/null +++ b/texts/0ccca259-ac1e-45fb-9ec4-25fa332066d5.txt @@ -0,0 +1 @@ +A standing Santa Claus facing forward and a small black cat in front of a Christmas tree with the "Warwick" logo on the top, in a typical England-style university campus. \ No newline at end of file diff --git a/texts/0ccfccd0-2a64-48a2-91b1-a0bfe617041e.txt b/texts/0ccfccd0-2a64-48a2-91b1-a0bfe617041e.txt new file mode 100644 index 0000000000000000000000000000000000000000..750860399a5e423660442119f7d7734b37edd22c --- /dev/null +++ b/texts/0ccfccd0-2a64-48a2-91b1-a0bfe617041e.txt @@ -0,0 +1 @@ +A little orange cat with wings watching fireworks in the snow \ No newline at end of file diff --git a/texts/0cd1c9be-dbf8-475b-8308-b1092f5ed225.txt b/texts/0cd1c9be-dbf8-475b-8308-b1092f5ed225.txt new file mode 100644 index 0000000000000000000000000000000000000000..52899859233a061c38e965a6d3eef0f1af5f48a4 --- /dev/null +++ b/texts/0cd1c9be-dbf8-475b-8308-b1092f5ed225.txt @@ -0,0 +1 @@ +The rainwater on the road reflects the reflection of tree branches and open umbrellas, and inside the water there is a starry sky, like the Milky Way \ No newline at end of file diff --git a/texts/0ce05620-e0e3-49f1-a873-896151e88170.txt b/texts/0ce05620-e0e3-49f1-a873-896151e88170.txt new file mode 100644 index 0000000000000000000000000000000000000000..71a765e8098d9a697353af36fc1916f999bae561 --- /dev/null +++ b/texts/0ce05620-e0e3-49f1-a873-896151e88170.txt @@ -0,0 +1 @@ +A raven wearing a red scarf and a gold glasses, working in front of a silver macbook, with flying feathers and a lots books and rosy dawn in the background \ No newline at end of file diff --git a/texts/0ce42f01-3b22-4bb9-a921-c92d0fe46126.txt b/texts/0ce42f01-3b22-4bb9-a921-c92d0fe46126.txt new file mode 100644 index 0000000000000000000000000000000000000000..2038a4d8d32751c6e744bbf392a8b69792db7525 --- /dev/null +++ b/texts/0ce42f01-3b22-4bb9-a921-c92d0fe46126.txt @@ -0,0 +1 @@ +On a snowy night, a monk stands with his hands clasped in front of the burning Tiananmen Gate Tower \ No newline at end of file diff --git a/texts/0cea1156-016c-448f-af34-4d543789f092.txt b/texts/0cea1156-016c-448f-af34-4d543789f092.txt new file mode 100644 index 0000000000000000000000000000000000000000..449c84c9f6598fbd2a7b6602f2ff12114b772811 --- /dev/null +++ b/texts/0cea1156-016c-448f-af34-4d543789f092.txt @@ -0,0 +1 @@ +A Samoyed faces snowy mountains and an aurora next to fireworks and cakes \ No newline at end of file diff --git a/texts/0cea50d2-09e4-45cf-95be-42bf64d30533.txt b/texts/0cea50d2-09e4-45cf-95be-42bf64d30533.txt new file mode 100644 index 0000000000000000000000000000000000000000..67694ed4e93149a77235bbb3b2a3734954ee51da --- /dev/null +++ b/texts/0cea50d2-09e4-45cf-95be-42bf64d30533.txt @@ -0,0 +1 @@ +the bag is stuffed with groceries from stores, the groceries are also sticking out of the bag \ No newline at end of file diff --git a/texts/0cebb004-1598-4739-b0f6-73d65413fb31.txt b/texts/0cebb004-1598-4739-b0f6-73d65413fb31.txt new file mode 100644 index 0000000000000000000000000000000000000000..feef9e0307ca752d6823f97465724f92e972107e --- /dev/null +++ b/texts/0cebb004-1598-4739-b0f6-73d65413fb31.txt @@ -0,0 +1 @@ +A pink pink pink dreamy environment with butterflies, bubbles, the word "YOSH", and a guitar \ No newline at end of file diff --git a/texts/0cf8caf8-b80a-4c0a-b216-9cbb2705d97c.txt b/texts/0cf8caf8-b80a-4c0a-b216-9cbb2705d97c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e16865d546749c603856ec761071033de4675ee --- /dev/null +++ b/texts/0cf8caf8-b80a-4c0a-b216-9cbb2705d97c.txt @@ -0,0 +1 @@ +Hallo kitty watching fireworks by the sea \ No newline at end of file diff --git a/texts/0d0102f5-fc93-4262-b826-842ecbc96a45.txt b/texts/0d0102f5-fc93-4262-b826-842ecbc96a45.txt new file mode 100644 index 0000000000000000000000000000000000000000..f234bf17c192ed91e0025ba21e7c1da2e557dae5 --- /dev/null +++ b/texts/0d0102f5-fc93-4262-b826-842ecbc96a45.txt @@ -0,0 +1 @@ +A Christmas tree adorned with apples in a snowy scene, with a sleeping kitty. \ No newline at end of file diff --git a/texts/0d031e4d-0cc4-4f73-b242-798b0aafe378.txt b/texts/0d031e4d-0cc4-4f73-b242-798b0aafe378.txt new file mode 100644 index 0000000000000000000000000000000000000000..c09ab04eefe24e25a6bd446a54fb095d85ab4c31 --- /dev/null +++ b/texts/0d031e4d-0cc4-4f73-b242-798b0aafe378.txt @@ -0,0 +1 @@ +A white British Shorthair with glasses standing on a guitar \ No newline at end of file diff --git a/texts/0d03982a-6132-43a0-afff-fd38ed1448c6.txt b/texts/0d03982a-6132-43a0-afff-fd38ed1448c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c43561309cdebbeb18753ed49ae02a83609703a --- /dev/null +++ b/texts/0d03982a-6132-43a0-afff-fd38ed1448c6.txt @@ -0,0 +1 @@ +Disneyland fireworks mickeymouse with birthdaycake number49 \ No newline at end of file diff --git a/texts/0d086657-06f6-43ac-8959-b9061fc9d9e3.txt b/texts/0d086657-06f6-43ac-8959-b9061fc9d9e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4034723b2d1ee5af21aac78e4c39b54b37e963e0 --- /dev/null +++ b/texts/0d086657-06f6-43ac-8959-b9061fc9d9e3.txt @@ -0,0 +1 @@ +black young kitten \ No newline at end of file diff --git a/texts/0d0b5dda-89d3-47c3-9273-0e91040af5b0.txt b/texts/0d0b5dda-89d3-47c3-9273-0e91040af5b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..40720372fa0b834c797227803b094f7220b34cc2 --- /dev/null +++ b/texts/0d0b5dda-89d3-47c3-9273-0e91040af5b0.txt @@ -0,0 +1 @@ +In a cozy home room, a cow cat wearing sunglasses is operating a DJ console, with a beautifully decorated, glowing Christmas tree in the background. \ No newline at end of file diff --git a/texts/0d0fe439-ec0a-48d0-8d28-f8e3e16f644e.txt b/texts/0d0fe439-ec0a-48d0-8d28-f8e3e16f644e.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc6a77df38eb4ac17b9ec706579ddad069494ecf --- /dev/null +++ b/texts/0d0fe439-ec0a-48d0-8d28-f8e3e16f644e.txt @@ -0,0 +1 @@ +ain the boundless snow scene of Altay, a Chinese beauty with a woolen hat on the head, snow boots on the feet, wearing a sweater and a white dress, sitting in the snow, and there is a horse behind." \ No newline at end of file diff --git a/texts/0d119ef5-917f-4b7b-9041-d26cd887f3df.txt b/texts/0d119ef5-917f-4b7b-9041-d26cd887f3df.txt new file mode 100644 index 0000000000000000000000000000000000000000..80cd529dccc744d7704cbe8a890ea59d7bd25239 --- /dev/null +++ b/texts/0d119ef5-917f-4b7b-9041-d26cd887f3df.txt @@ -0,0 +1 @@ +Hello Kitty snowfield fireworks LT \ No newline at end of file diff --git a/texts/0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9.txt b/texts/0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..913a9037edf0cb088474670568232a800527f73d --- /dev/null +++ b/texts/0d1607f4-db88-481f-a3ec-4c0c3c4cf2f9.txt @@ -0,0 +1 @@ +On a gloomy cloudy day in the snow, a black cat with traces of cat paws on the snow, heavy snow drifting in the sky, and "zxy" written on the snow \ No newline at end of file diff --git a/texts/0d1b1d32-c5da-4f87-81a8-eb62769ae1a2.txt b/texts/0d1b1d32-c5da-4f87-81a8-eb62769ae1a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..da277d17a98905bec2b9bba416f141df926c8da6 --- /dev/null +++ b/texts/0d1b1d32-c5da-4f87-81a8-eb62769ae1a2.txt @@ -0,0 +1 @@ +cactuses in front of a pink curtain \ No newline at end of file diff --git a/texts/0d224f99-d1a1-4b6a-b5d4-7973c67963ad.txt b/texts/0d224f99-d1a1-4b6a-b5d4-7973c67963ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..22026932a9b8c2b6db06a6dfc20e9112402067d4 --- /dev/null +++ b/texts/0d224f99-d1a1-4b6a-b5d4-7973c67963ad.txt @@ -0,0 +1 @@ +At night hello Kitty sits in the snow with Han written on it and fireworks set off in the distance \ No newline at end of file diff --git a/texts/0d3201f4-5b8e-487d-8985-ab13e61be049.txt b/texts/0d3201f4-5b8e-487d-8985-ab13e61be049.txt new file mode 100644 index 0000000000000000000000000000000000000000..9abe731615ccd3b021e18cb0ec49c14c2f0666d1 --- /dev/null +++ b/texts/0d3201f4-5b8e-487d-8985-ab13e61be049.txt @@ -0,0 +1 @@ +Mona Lisa points a rifle at the Mona Lisa in the painting \ No newline at end of file diff --git a/texts/0d32c15b-0041-44a2-9918-f840fb49d755.txt b/texts/0d32c15b-0041-44a2-9918-f840fb49d755.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e6a0e72e12f1b9b9d726ae6bc2af4cce44882bc --- /dev/null +++ b/texts/0d32c15b-0041-44a2-9918-f840fb49d755.txt @@ -0,0 +1 @@ +fat Chihuahua wearing pearl necklace drinking whisky \ No newline at end of file diff --git a/texts/0d3474a3-aa5e-4f5d-a1be-e854c3a40525.txt b/texts/0d3474a3-aa5e-4f5d-a1be-e854c3a40525.txt new file mode 100644 index 0000000000000000000000000000000000000000..40804da5473e63cf59053ee62e0fca589f35a260 --- /dev/null +++ b/texts/0d3474a3-aa5e-4f5d-a1be-e854c3a40525.txt @@ -0,0 +1 @@ +A long hair blue and white kitty sit next to a birthday cake with lighting candles. \ No newline at end of file diff --git a/texts/0d471993-db5f-42b3-93d3-31029a62d886.txt b/texts/0d471993-db5f-42b3-93d3-31029a62d886.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9f08f702f054e66a826a5512fcef6980fca1f7d --- /dev/null +++ b/texts/0d471993-db5f-42b3-93d3-31029a62d886.txt @@ -0,0 +1 @@ +snoopy wearing white polo playing tennis on the Wembledon court \ No newline at end of file diff --git a/texts/0d4e11f3-53f8-49d2-848e-12a64bc4791e.txt b/texts/0d4e11f3-53f8-49d2-848e-12a64bc4791e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e0e12ac88741909a8bee7fc41941ffd76c9b32c --- /dev/null +++ b/texts/0d4e11f3-53f8-49d2-848e-12a64bc4791e.txt @@ -0,0 +1 @@ +I am sleeping, my dream isof something I shouldn't have dreamed, so I woke up, my eyes were bloodshot, and there were many depressed words written on the ceiling of my room \ No newline at end of file diff --git a/texts/0d640759-ae6f-4bbb-bec6-df31f997fc78.txt b/texts/0d640759-ae6f-4bbb-bec6-df31f997fc78.txt new file mode 100644 index 0000000000000000000000000000000000000000..86dab9252c1e30db0ec0bb8966921d296f7f88be --- /dev/null +++ b/texts/0d640759-ae6f-4bbb-bec6-df31f997fc78.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in a paper boat, drifting on the sea, with flowers strewn across the water and the waves shimmering. \ No newline at end of file diff --git a/texts/0d6a70f5-e8c8-4a38-97d2-7122419e5994.txt b/texts/0d6a70f5-e8c8-4a38-97d2-7122419e5994.txt new file mode 100644 index 0000000000000000000000000000000000000000..904ce2002981e23cf9a21e15421b01b10f864913 --- /dev/null +++ b/texts/0d6a70f5-e8c8-4a38-97d2-7122419e5994.txt @@ -0,0 +1 @@ +Mickey eating French fries \ No newline at end of file diff --git a/texts/0d76a2c3-4459-4a4e-9fc4-0341e0f5826b.txt b/texts/0d76a2c3-4459-4a4e-9fc4-0341e0f5826b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5517008e226f5b039731b0998b454cd30fcf271 --- /dev/null +++ b/texts/0d76a2c3-4459-4a4e-9fc4-0341e0f5826b.txt @@ -0,0 +1 @@ +cat penguin merry Christmas \ No newline at end of file diff --git a/texts/0d7fc609-6c5d-4d83-a743-49575de8fc4f.txt b/texts/0d7fc609-6c5d-4d83-a743-49575de8fc4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..81147c1dd3bd0c2b2d9d88f5cc65c4b4919e2928 --- /dev/null +++ b/texts/0d7fc609-6c5d-4d83-a743-49575de8fc4f.txt @@ -0,0 +1 @@ +There is tomatoes and fish in a blue basin \ No newline at end of file diff --git a/texts/0d82ad1a-5e1b-42d6-80bb-c38558332dbf.txt b/texts/0d82ad1a-5e1b-42d6-80bb-c38558332dbf.txt new file mode 100644 index 0000000000000000000000000000000000000000..68be37e63e43cf7c32c24ca6201876fc739cd2cc --- /dev/null +++ b/texts/0d82ad1a-5e1b-42d6-80bb-c38558332dbf.txt @@ -0,0 +1 @@ +iceland aurora There are traces of DQ on the snow. \ No newline at end of file diff --git a/texts/0d85f655-b2a0-4bf7-8a2f-4f4699342fde.txt b/texts/0d85f655-b2a0-4bf7-8a2f-4f4699342fde.txt new file mode 100644 index 0000000000000000000000000000000000000000..839a984edd0f8b1ad60b6628d0eae7d4d2e61c12 --- /dev/null +++ b/texts/0d85f655-b2a0-4bf7-8a2f-4f4699342fde.txt @@ -0,0 +1 @@ +A cute little clean white HelloKitty wearing a red-rimmed glasses watching ipad \ No newline at end of file diff --git a/texts/0d8a53a0-d98a-4336-92ac-2791bbd337ed.txt b/texts/0d8a53a0-d98a-4336-92ac-2791bbd337ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55e413919b30fb64233007a66d3acf74eeb620c --- /dev/null +++ b/texts/0d8a53a0-d98a-4336-92ac-2791bbd337ed.txt @@ -0,0 +1 @@ +Australian cockatiel wearing Christmas hat and in the snow, in Norway, Aurora, snowing \ No newline at end of file diff --git a/texts/0d9a1a56-01b8-4887-9d82-385205a86d9a.txt b/texts/0d9a1a56-01b8-4887-9d82-385205a86d9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..19ae2195cb491a60d91bbd03f636d3e940a64f7e --- /dev/null +++ b/texts/0d9a1a56-01b8-4887-9d82-385205a86d9a.txt @@ -0,0 +1 @@ +a white cat wearing sunglasses is driving on the road The background is green grassland.In a hundred days \ No newline at end of file diff --git a/texts/0d9ac756-af9a-4c35-87f7-2cc9f757f77b.txt b/texts/0d9ac756-af9a-4c35-87f7-2cc9f757f77b.txt new file mode 100644 index 0000000000000000000000000000000000000000..132761223871217331938c3757520561b0b4fe5a --- /dev/null +++ b/texts/0d9ac756-af9a-4c35-87f7-2cc9f757f77b.txt @@ -0,0 +1 @@ +Mongolian cat \ No newline at end of file diff --git a/texts/0d9ddfa5-0d8b-4f1e-965c-43ae591effb1.txt b/texts/0d9ddfa5-0d8b-4f1e-965c-43ae591effb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd39153f88ba3effd00ad7250f5a9a9e10519435 --- /dev/null +++ b/texts/0d9ddfa5-0d8b-4f1e-965c-43ae591effb1.txt @@ -0,0 +1 @@ +hello kitty kills santa \ No newline at end of file diff --git a/texts/0d9f0eec-e290-4f31-b76e-0a0578a00793.txt b/texts/0d9f0eec-e290-4f31-b76e-0a0578a00793.txt new file mode 100644 index 0000000000000000000000000000000000000000..e20202ff63cff4bdf30455c06402623acf06b08b --- /dev/null +++ b/texts/0d9f0eec-e290-4f31-b76e-0a0578a00793.txt @@ -0,0 +1 @@ +A light yellow Shiba Inu holding hot coffee is working on a laptop in Disneyland \ No newline at end of file diff --git a/texts/0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d.txt b/texts/0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4353a3c7a15ba70f345912c9d3be1356d2851e3 --- /dev/null +++ b/texts/0da4fe90-ddeb-4a8a-aa08-3a26afcaa13d.txt @@ -0,0 +1 @@ +An orange Maine Coon is watching kpop at \ No newline at end of file diff --git a/texts/0da74c35-d96e-4b8d-8adb-02c3a24831c8.txt b/texts/0da74c35-d96e-4b8d-8adb-02c3a24831c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd428331f160e45c4f480eb6c57b895dbe038786 --- /dev/null +++ b/texts/0da74c35-d96e-4b8d-8adb-02c3a24831c8.txt @@ -0,0 +1 @@ +The word "Sonam" is spelled with diamonds in the background, with hundreds of black and rad roses. \ No newline at end of file diff --git a/texts/0daaa9b8-d44c-44ca-8a48-50c49aa89ec1.txt b/texts/0daaa9b8-d44c-44ca-8a48-50c49aa89ec1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9deab2f6f4e225bd2a62b82dd0d8cba4d9ada990 --- /dev/null +++ b/texts/0daaa9b8-d44c-44ca-8a48-50c49aa89ec1.txt @@ -0,0 +1 @@ +A hedgehog is holding a concert \ No newline at end of file diff --git a/texts/0dbf90e0-104f-4113-a38b-31c247a98f2d.txt b/texts/0dbf90e0-104f-4113-a38b-31c247a98f2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..aab376b4828e3cfda74c66d205e9b6b2152d54bc --- /dev/null +++ b/texts/0dbf90e0-104f-4113-a38b-31c247a98f2d.txt @@ -0,0 +1 @@ +Cat in heaven \ No newline at end of file diff --git a/texts/0dc44b1a-0eed-4911-bbba-fbd44f37fc3b.txt b/texts/0dc44b1a-0eed-4911-bbba-fbd44f37fc3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e2c43618e3f34b4797f69454adc63a183a102c1 --- /dev/null +++ b/texts/0dc44b1a-0eed-4911-bbba-fbd44f37fc3b.txt @@ -0,0 +1 @@ +A white cat wearing a Christmas hat and blue glowing eyes is sleeping in a warm room. \ No newline at end of file diff --git a/texts/0dc8aedc-4081-4a3b-8baf-54e6ed176036.txt b/texts/0dc8aedc-4081-4a3b-8baf-54e6ed176036.txt new file mode 100644 index 0000000000000000000000000000000000000000..1491a6649019b3d10fcd1f5fee8177e9bf9d049f --- /dev/null +++ b/texts/0dc8aedc-4081-4a3b-8baf-54e6ed176036.txt @@ -0,0 +1 @@ +Night time in a living room full of plants, a human-sized chubby American shorthair cat sitting on the sofa while holding a glass of wine \ No newline at end of file diff --git a/texts/0dccec76-b44f-46de-94ca-a6f332d81fff.txt b/texts/0dccec76-b44f-46de-94ca-a6f332d81fff.txt new file mode 100644 index 0000000000000000000000000000000000000000..997daa1eb070268794e64ac6dcd8e58a6c62333a --- /dev/null +++ b/texts/0dccec76-b44f-46de-94ca-a6f332d81fff.txt @@ -0,0 +1 @@ +A HelloKitty is wearing a green grass-themed skirt, holding a bouquet of flowers, with lush green fields and warm sunlight in the background. She has small bull horns on her head, giving a sense of steadiness and calm. The setting includes elements of nature, with earthy tones and flowers all around. \ No newline at end of file diff --git a/texts/0dd5b52a-27e1-4f57-9023-92c8dc685806.txt b/texts/0dd5b52a-27e1-4f57-9023-92c8dc685806.txt new file mode 100644 index 0000000000000000000000000000000000000000..2193a4d4d689c93e3dcceb7f1a2cab6463e7b0bb --- /dev/null +++ b/texts/0dd5b52a-27e1-4f57-9023-92c8dc685806.txt @@ -0,0 +1 @@ +An AE86 on the beach at sunrise \ No newline at end of file diff --git a/texts/0dd9c40e-340c-4fd3-a2a3-5c0847844879.txt b/texts/0dd9c40e-340c-4fd3-a2a3-5c0847844879.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe4ed67ee8544adbbfd8293ede9066f3e2fbd14c --- /dev/null +++ b/texts/0dd9c40e-340c-4fd3-a2a3-5c0847844879.txt @@ -0,0 +1 @@ +Two hellokitty stood in front of a house and looked into the distance. Behind them was a bright Christmas tree with snow on the ground. At the same time, six letters and a heart were piled up with snow in front of them, between CYQ and XZL. \ No newline at end of file diff --git a/texts/0ddf4967-c68e-498b-82c7-255fd5d2e3ae.txt b/texts/0ddf4967-c68e-498b-82c7-255fd5d2e3ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..059b496d887223329cac347d330e72c46a9e0bb5 --- /dev/null +++ b/texts/0ddf4967-c68e-498b-82c7-255fd5d2e3ae.txt @@ -0,0 +1 @@ +Hand in hand with Shadow, practicing dancing. There is no more fish in the ocean \ No newline at end of file diff --git a/texts/0de79f0a-7674-4a18-98dd-621a763a3a2a.txt b/texts/0de79f0a-7674-4a18-98dd-621a763a3a2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..96227c35b56711bd30163b03070a1ec2deaafa9c --- /dev/null +++ b/texts/0de79f0a-7674-4a18-98dd-621a763a3a2a.txt @@ -0,0 +1 @@ +An apple lamp. blues \ No newline at end of file diff --git a/texts/0de7c634-d6a2-4fd4-8f61-da1b57136229.txt b/texts/0de7c634-d6a2-4fd4-8f61-da1b57136229.txt new file mode 100644 index 0000000000000000000000000000000000000000..1216feafa3ee043c6cdb40eddecb60b538de5e2e --- /dev/null +++ b/texts/0de7c634-d6a2-4fd4-8f61-da1b57136229.txt @@ -0,0 +1 @@ +A black cat flying over star on ice. \ No newline at end of file diff --git a/texts/0dec3579-85d5-4411-88d4-eca24c065cfb.txt b/texts/0dec3579-85d5-4411-88d4-eca24c065cfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..955cdbb2de1cba8e96f0384c6b08250d34fdd3f2 --- /dev/null +++ b/texts/0dec3579-85d5-4411-88d4-eca24c065cfb.txt @@ -0,0 +1 @@ +A sad apple in the snow. The apple takes the main part of the picture. \ No newline at end of file diff --git a/texts/0df25d5e-b6e5-49a3-91d7-90fa576836b3.txt b/texts/0df25d5e-b6e5-49a3-91d7-90fa576836b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4f3386b358d360ccf29f96a46c1c87f23d681ee --- /dev/null +++ b/texts/0df25d5e-b6e5-49a3-91d7-90fa576836b3.txt @@ -0,0 +1 @@ +Under the Christmas tree, a fat colorpoint black-face ragdoll cat in a Santa hat and sunglasses drinks coffee while working on a computer \ No newline at end of file diff --git a/texts/0df33984-3a98-4b70-b19b-db7e239df62b.txt b/texts/0df33984-3a98-4b70-b19b-db7e239df62b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6e18cb8d8616907c30415c0420b873885172845 --- /dev/null +++ b/texts/0df33984-3a98-4b70-b19b-db7e239df62b.txt @@ -0,0 +1 @@ +A group of giraffes wearing sweaters graze in front of a shopping mall called COCO Park. The scene is a sunny day with a rainbow. \ No newline at end of file diff --git a/texts/0df61eee-704d-405b-9303-fe285b906ce7.txt b/texts/0df61eee-704d-405b-9303-fe285b906ce7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2946f87f09103ebbd653bb511f45fd4435c6ee16 --- /dev/null +++ b/texts/0df61eee-704d-405b-9303-fe285b906ce7.txt @@ -0,0 +1 @@ +Godzilla, Tokyo, explosion \ No newline at end of file diff --git a/texts/0e0c38ac-4842-4746-ac08-4345664a2444.txt b/texts/0e0c38ac-4842-4746-ac08-4345664a2444.txt new file mode 100644 index 0000000000000000000000000000000000000000..125925a490c364965d6d06d0c3b797e0c25208fc --- /dev/null +++ b/texts/0e0c38ac-4842-4746-ac08-4345664a2444.txt @@ -0,0 +1 @@ +The bunny plush and the teddy bear are celebrating Christmas together,both wrapped in scarves,next to a cozy fireplace.Beside them stands a Christmas tree,and in front of them are cakes and many delicious treats. \ No newline at end of file diff --git a/texts/0e1417f7-4a02-46dc-aab0-6cb426a0e548.txt b/texts/0e1417f7-4a02-46dc-aab0-6cb426a0e548.txt new file mode 100644 index 0000000000000000000000000000000000000000..994fce9babd0bfd072ef692f94feda6003a1585d --- /dev/null +++ b/texts/0e1417f7-4a02-46dc-aab0-6cb426a0e548.txt @@ -0,0 +1 @@ +The kitten is watching the Aurora on the snow. \ No newline at end of file diff --git a/texts/0e1a8acb-26a2-49ef-9734-9075c50f62a2.txt b/texts/0e1a8acb-26a2-49ef-9734-9075c50f62a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0fd5a1effca45e3229bf856024fdef9ce6126a8 --- /dev/null +++ b/texts/0e1a8acb-26a2-49ef-9734-9075c50f62a2.txt @@ -0,0 +1 @@ +A kitten listens to music in space \ No newline at end of file diff --git a/texts/0e280983-87df-4494-aae3-e87c9e09caea.txt b/texts/0e280983-87df-4494-aae3-e87c9e09caea.txt new file mode 100644 index 0000000000000000000000000000000000000000..b961f6298507a1654b99fd3b56b85db596871ea7 --- /dev/null +++ b/texts/0e280983-87df-4494-aae3-e87c9e09caea.txt @@ -0,0 +1 @@ +I get to shine \ No newline at end of file diff --git a/texts/0e3426f4-5c53-4f3c-abc5-41267451744c.txt b/texts/0e3426f4-5c53-4f3c-abc5-41267451744c.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f7df25e8b95606cb9b0eccf7cad16db04f4fc6 --- /dev/null +++ b/texts/0e3426f4-5c53-4f3c-abc5-41267451744c.txt @@ -0,0 +1 @@ +Christmas tree and starry night, snowy dark night, a cute long white fur, a cute light pink stuffed animal with a face off camera, a cat with a Santa hat, and a white Christmas snowman with a little red scarf with lots of stars \ No newline at end of file diff --git a/texts/0e36108a-6e6d-499e-9013-1927573567d5.txt b/texts/0e36108a-6e6d-499e-9013-1927573567d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..517008ff6e2a8e32e5cd2569c7c7b9d3f8cecd96 --- /dev/null +++ b/texts/0e36108a-6e6d-499e-9013-1927573567d5.txt @@ -0,0 +1 @@ +A handsome man with medium and long hair in Europe and the United States holds a mask in his hand, and behind him is the burning Jinge Temple. \ No newline at end of file diff --git a/texts/0e38be8d-02d5-49cc-99ff-c82a5162c883.txt b/texts/0e38be8d-02d5-49cc-99ff-c82a5162c883.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cf49cfabbfeedfbf3b93444f6e22935ea35595c --- /dev/null +++ b/texts/0e38be8d-02d5-49cc-99ff-c82a5162c883.txt @@ -0,0 +1 @@ +The silhouette of a couple walking down the road on a snowy night, with a burning vintage car on the side of the road and fireworks going off the sky \ No newline at end of file diff --git a/texts/0e4ffcfc-bebf-4234-9a1a-7fef29325b93.txt b/texts/0e4ffcfc-bebf-4234-9a1a-7fef29325b93.txt new file mode 100644 index 0000000000000000000000000000000000000000..d04344685d99706d46f3d8ad9502dca119ef6bff --- /dev/null +++ b/texts/0e4ffcfc-bebf-4234-9a1a-7fef29325b93.txt @@ -0,0 +1 @@ +A cat is surfing. There is a cake on the beach. The candle on the cake says HAERIN \ No newline at end of file diff --git a/texts/0e5c8be2-011b-42f5-bcfa-7ea950794921.txt b/texts/0e5c8be2-011b-42f5-bcfa-7ea950794921.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a3fef125077fdd3fc71df23c6a1658341043614 --- /dev/null +++ b/texts/0e5c8be2-011b-42f5-bcfa-7ea950794921.txt @@ -0,0 +1 @@ +A matcha cake on a round table with a yellow blanket on it. There is also some snows piled up on the blanket surrounding the cake. \ No newline at end of file diff --git a/texts/0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3.txt b/texts/0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..75605d1ee978fc7a061535a3f1074945f67541a4 --- /dev/null +++ b/texts/0e6365d1-3c6b-4652-aabf-e0a16aa2bfb3.txt @@ -0,0 +1 @@ +The unicorn who smoked a lot \ No newline at end of file diff --git a/texts/0e73775a-d505-496a-9a2a-7d5d9cbd75f4.txt b/texts/0e73775a-d505-496a-9a2a-7d5d9cbd75f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a176d91431f0ab205bd04c4564b3113ff7f28f70 --- /dev/null +++ b/texts/0e73775a-d505-496a-9a2a-7d5d9cbd75f4.txt @@ -0,0 +1 @@ +Two pictures, respectively, a cute golden retriever frolic in a beautiful natural scene, can be cool with sunglasses, can be funny, another dog with a bunch of red flowers in his mouth, retro film atmosphere, nostalgia, Fuji style, avant-garde bold \ No newline at end of file diff --git a/texts/0e7fc55f-79f6-41ff-86aa-c49aca14c181.txt b/texts/0e7fc55f-79f6-41ff-86aa-c49aca14c181.txt new file mode 100644 index 0000000000000000000000000000000000000000..0868fd324b5dda277b11a33f759e16e80d617113 --- /dev/null +++ b/texts/0e7fc55f-79f6-41ff-86aa-c49aca14c181.txt @@ -0,0 +1 @@ +A hello kitty and a whiye do on the yacht wat the sea \ No newline at end of file diff --git a/texts/0e983f04-04da-4ae3-b1b0-efc5a1689c7d.txt b/texts/0e983f04-04da-4ae3-b1b0-efc5a1689c7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..751c53ecd2c869e4ccb2f5d87b9c65f58a638a0d --- /dev/null +++ b/texts/0e983f04-04da-4ae3-b1b0-efc5a1689c7d.txt @@ -0,0 +1 @@ +a british short hair cat (gold fur, more like kiwi color), dressed in something casual, getting bagels, warm tone, in NYC \ No newline at end of file diff --git a/texts/0ea6453b-2e0c-4dc0-a83b-c86872917f0f.txt b/texts/0ea6453b-2e0c-4dc0-a83b-c86872917f0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e22cab134767558eaf4a17ae74d3b5d301ddb92e --- /dev/null +++ b/texts/0ea6453b-2e0c-4dc0-a83b-c86872917f0f.txt @@ -0,0 +1 @@ +hellokitty in the Aurora Snow says LYJ on the ground \ No newline at end of file diff --git a/texts/0eb940db-6068-4963-bfee-e449824614b3.txt b/texts/0eb940db-6068-4963-bfee-e449824614b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca490d0b8980209a4c46ec8902c8cbd532f41079 --- /dev/null +++ b/texts/0eb940db-6068-4963-bfee-e449824614b3.txt @@ -0,0 +1 @@ +An adorable Birman cat celebrates his birthday by photographing his strawberry cake with snow outside the window \ No newline at end of file diff --git a/texts/0ebad27d-9117-4957-920f-2fdf95fd282d.txt b/texts/0ebad27d-9117-4957-920f-2fdf95fd282d.txt new file mode 100644 index 0000000000000000000000000000000000000000..10222a3a780806276b5b953762e993c7703c0e97 --- /dev/null +++ b/texts/0ebad27d-9117-4957-920f-2fdf95fd282d.txt @@ -0,0 +1 @@ +On a snowy night, a cute gingerbread man and a snowman wearing a Christmas hat were next to a Christmas tree. LYQ 22 was written on the snow. \ No newline at end of file diff --git a/texts/0ebc0319-c5cf-4fd9-ad87-199775a6da86.txt b/texts/0ebc0319-c5cf-4fd9-ad87-199775a6da86.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd48f8a2591ef3530762b34dcbe88a2ee265dbeb --- /dev/null +++ b/texts/0ebc0319-c5cf-4fd9-ad87-199775a6da86.txt @@ -0,0 +1 @@ +A businesswoman dressed in a gray plaid suit and leather shoes, wearing sunglasses, is standing in the middle of a rainforest. \ No newline at end of file diff --git a/texts/0ebe90a4-638a-4288-8f1f-83e1316c4487.txt b/texts/0ebe90a4-638a-4288-8f1f-83e1316c4487.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ec8e60061595b9bb4fa48aced981c96e315d586 --- /dev/null +++ b/texts/0ebe90a4-638a-4288-8f1f-83e1316c4487.txt @@ -0,0 +1 @@ +"wys" is written in the snow, there is Hello Kitty snowman next to it, there are fireworks in the distance, it is snowing, it is a warm and romantic atmosphere in the evening \ No newline at end of file diff --git a/texts/0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a.txt b/texts/0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fa4223c49568a5252f5d606d413d048027eb17d --- /dev/null +++ b/texts/0ec41c26-c71b-4fcd-97fb-fc6edcfaac5a.txt @@ -0,0 +1 @@ +A west highland white dog with white wings and a Santa hat on his head playing in the snow, with big eyes and cuteness, with a bonfire next to him and a clean background without humans \ No newline at end of file diff --git a/texts/0ed04625-ecae-4422-9641-e04179fc71df.txt b/texts/0ed04625-ecae-4422-9641-e04179fc71df.txt new file mode 100644 index 0000000000000000000000000000000000000000..836ce55091d4c3c424645c0dc0cf826ef803c31f --- /dev/null +++ b/texts/0ed04625-ecae-4422-9641-e04179fc71df.txt @@ -0,0 +1 @@ +a Hello Kitty is playing tennis with a pink tennis racket. \ No newline at end of file diff --git a/texts/0ed11a27-fb84-436a-8465-24ddf6f8a902.txt b/texts/0ed11a27-fb84-436a-8465-24ddf6f8a902.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd7c58b8d972064bd6a283271a92595f839b8c9f --- /dev/null +++ b/texts/0ed11a27-fb84-436a-8465-24ddf6f8a902.txt @@ -0,0 +1 @@ +A chubby red panda is surfing on the sea, and there are fireworks and stars in the sky. \ No newline at end of file diff --git a/texts/0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1.txt b/texts/0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfb81454bb6c872ab89a7ec2860eb04f4766a6f8 --- /dev/null +++ b/texts/0ed1881c-7cb7-4e7e-9ebe-e5bc371040d1.txt @@ -0,0 +1 @@ +a rabbit with multiple eyes and ears, dim light, weirdcore style \ No newline at end of file diff --git a/texts/0ed43a3c-ba73-41f3-b363-58cf83789374.txt b/texts/0ed43a3c-ba73-41f3-b363-58cf83789374.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbe238ffaae9bee864a59327e1efeda7316409da --- /dev/null +++ b/texts/0ed43a3c-ba73-41f3-b363-58cf83789374.txt @@ -0,0 +1 @@ +Two Hello Kitty are holding hands on the star studded beach. One of them, dressed in black, hides her left hand behind her with a red rose on it. The other, dressed in pink, is taking a selfie \ No newline at end of file diff --git a/texts/0ee2b875-a5d5-4f26-8ebe-1c7554f2c427.txt b/texts/0ee2b875-a5d5-4f26-8ebe-1c7554f2c427.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0b97c1436bb9b0088707646236e29d21919c55f --- /dev/null +++ b/texts/0ee2b875-a5d5-4f26-8ebe-1c7554f2c427.txt @@ -0,0 +1 @@ +A sea otter and a butterfly get married on an beautiful island. \ No newline at end of file diff --git a/texts/0ee34c1c-1709-4842-8052-a4cfa47c0e43.txt b/texts/0ee34c1c-1709-4842-8052-a4cfa47c0e43.txt new file mode 100644 index 0000000000000000000000000000000000000000..f833b5557d5cd532cb3769d496121b5aaf993b67 --- /dev/null +++ b/texts/0ee34c1c-1709-4842-8052-a4cfa47c0e43.txt @@ -0,0 +1 @@ +The dog chases the butterfly with the aurora behind it \ No newline at end of file diff --git a/texts/0ee3db21-b59e-4e31-9662-5bab65925a87.txt b/texts/0ee3db21-b59e-4e31-9662-5bab65925a87.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b9238df0366793a1b43f0008bba22d2caee5db8 --- /dev/null +++ b/texts/0ee3db21-b59e-4e31-9662-5bab65925a87.txt @@ -0,0 +1 @@ +At night, in the hotel, it snowed outside the window, and there was a Christmas tree by the window. Three friends were sitting in it, drinking wine and chatting happily. \ No newline at end of file diff --git a/texts/0eedcf0c-dab2-4c6e-be1c-604ecdb82c40.txt b/texts/0eedcf0c-dab2-4c6e-be1c-604ecdb82c40.txt new file mode 100644 index 0000000000000000000000000000000000000000..053f5b8db5142eb6e2b038d3f507f98b85468076 --- /dev/null +++ b/texts/0eedcf0c-dab2-4c6e-be1c-604ecdb82c40.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white kitten in a Christmas hat, next to the Christmas tree, and "zoey" is written on the snow, with traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/0f26658d-4caf-42eb-aed2-511056977daa.txt b/texts/0f26658d-4caf-42eb-aed2-511056977daa.txt new file mode 100644 index 0000000000000000000000000000000000000000..b10b708a04514da28c7f63ed917ff3ed59b4dda6 --- /dev/null +++ b/texts/0f26658d-4caf-42eb-aed2-511056977daa.txt @@ -0,0 +1 @@ +The Japanese hallo Kitty image sits on the seaw and drinks boxed drinks. \ No newline at end of file diff --git a/texts/0f28188b-5926-469e-bf59-a683a119da04.txt b/texts/0f28188b-5926-469e-bf59-a683a119da04.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1b191233ec7da4370dbdd1b48a67df6521b005b --- /dev/null +++ b/texts/0f28188b-5926-469e-bf59-a683a119da04.txt @@ -0,0 +1 @@ +On a snowy sunny day, a super cute little dog with wings chasing after a purple balloon \ No newline at end of file diff --git a/texts/0f431994-c692-4ced-b359-493c7006ddbf.txt b/texts/0f431994-c692-4ced-b359-493c7006ddbf.txt new file mode 100644 index 0000000000000000000000000000000000000000..868ef8b4a5af47135cac4e47400715530837635b --- /dev/null +++ b/texts/0f431994-c692-4ced-b359-493c7006ddbf.txt @@ -0,0 +1 @@ +Sanrio's hangyodon works in front of a sewing machine \ No newline at end of file diff --git a/texts/0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b.txt b/texts/0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d68b544fea85f2cc003c2973828dbe2d9d238291 --- /dev/null +++ b/texts/0f45b3d8-4e27-4a4d-a5c5-037a3d73c17b.txt @@ -0,0 +1 @@ +A cute pink pig and a cute blue whale eat cake together. The background is in the snowy snow with fireworks in the sky. \ No newline at end of file diff --git a/texts/0f464a97-772f-41ed-b608-b9d28bbc1479.txt b/texts/0f464a97-772f-41ed-b608-b9d28bbc1479.txt new file mode 100644 index 0000000000000000000000000000000000000000..937854583aac280dd3ab36c33a781e47483b8f08 --- /dev/null +++ b/texts/0f464a97-772f-41ed-b608-b9d28bbc1479.txt @@ -0,0 +1 @@ +A row of beer taps are pouring out various kinds of beers. \ No newline at end of file diff --git a/texts/0f4739f6-7b87-47c4-825d-13f82df5139b.txt b/texts/0f4739f6-7b87-47c4-825d-13f82df5139b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a65fec8faaf1e3c28ee62eb37aed3de399ada7d --- /dev/null +++ b/texts/0f4739f6-7b87-47c4-825d-13f82df5139b.txt @@ -0,0 +1 @@ +A Samoye wearing a pale pink collar and a Samoye wearing a mint green collar playing in the snow Fireworks "kiki" \ No newline at end of file diff --git a/texts/0f53a8eb-e9d3-4028-9e54-bb0867518d74.txt b/texts/0f53a8eb-e9d3-4028-9e54-bb0867518d74.txt new file mode 100644 index 0000000000000000000000000000000000000000..43b099c6870cfd726e74cc596ded59114ff608f7 --- /dev/null +++ b/texts/0f53a8eb-e9d3-4028-9e54-bb0867518d74.txt @@ -0,0 +1 @@ +A little golden retriever and a little Samoyed dog playing in the snowday \ No newline at end of file diff --git a/texts/0f565c6e-c2fd-46c1-9f01-f9da5f82bd93.txt b/texts/0f565c6e-c2fd-46c1-9f01-f9da5f82bd93.txt new file mode 100644 index 0000000000000000000000000000000000000000..afed3d806a747653583b62fa2a71ccdd9b229175 --- /dev/null +++ b/texts/0f565c6e-c2fd-46c1-9f01-f9da5f82bd93.txt @@ -0,0 +1 @@ +In the frame of a TV set, a delicate little cat lies in the arms of a beautiful person, gazing lovingly at the movie. \ No newline at end of file diff --git a/texts/0f5b5a6f-5515-489a-8b30-e971fb996fdb.txt b/texts/0f5b5a6f-5515-489a-8b30-e971fb996fdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..d696e024476d79a2bda5ca94b61ecbb108c4bb77 --- /dev/null +++ b/texts/0f5b5a6f-5515-489a-8b30-e971fb996fdb.txt @@ -0,0 +1 @@ +Hello Kitty Sitting in the snow with fireworks in hand \ No newline at end of file diff --git a/texts/0f762916-7ca0-42a5-97a6-1b2766daa172.txt b/texts/0f762916-7ca0-42a5-97a6-1b2766daa172.txt new file mode 100644 index 0000000000000000000000000000000000000000..d904914d966d3d84a23fc1ce8488dfe331886114 --- /dev/null +++ b/texts/0f762916-7ca0-42a5-97a6-1b2766daa172.txt @@ -0,0 +1 @@ +A shirtless asian muscular monk in a traditional temple \ No newline at end of file diff --git a/texts/0f797cfd-5da1-434e-aac8-c8d8dec0e9ca.txt b/texts/0f797cfd-5da1-434e-aac8-c8d8dec0e9ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..25a39ef98e6dfb14b5f250c96d76129ca458e9c6 --- /dev/null +++ b/texts/0f797cfd-5da1-434e-aac8-c8d8dec0e9ca.txt @@ -0,0 +1 @@ +Daytime fireworks \ No newline at end of file diff --git a/texts/0f804bb6-6629-44c2-8a78-38b702d06fdc.txt b/texts/0f804bb6-6629-44c2-8a78-38b702d06fdc.txt new file mode 100644 index 0000000000000000000000000000000000000000..7132954df588801b608b769726a98324509382c4 --- /dev/null +++ b/texts/0f804bb6-6629-44c2-8a78-38b702d06fdc.txt @@ -0,0 +1 @@ +The cat is casting magic in the bedroom \ No newline at end of file diff --git a/texts/0f9945e3-9888-4983-b0d6-c54806c742c1.txt b/texts/0f9945e3-9888-4983-b0d6-c54806c742c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3423a7a66db2b1dcea486146b23b0a2b501c7981 --- /dev/null +++ b/texts/0f9945e3-9888-4983-b0d6-c54806c742c1.txt @@ -0,0 +1 @@ +A long-haired golden crested cat and teddy dog spend Christmas together, with fireworks and snow \ No newline at end of file diff --git a/texts/0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b.txt b/texts/0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9f241fdea8e7a22a044fa1c47655160c8363796 --- /dev/null +++ b/texts/0fa0308f-b0b4-4bf6-9c8e-6b2a35df0f3b.txt @@ -0,0 +1 @@ +Watching the floating clouds leisurely in the sky, I feel envious of the lack of freedom \ No newline at end of file diff --git a/texts/0fb9af0c-3c19-4990-ae76-9adbe0624bbd.txt b/texts/0fb9af0c-3c19-4990-ae76-9adbe0624bbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..52da36568ce33cbe38bdb688c7f490da35f63966 --- /dev/null +++ b/texts/0fb9af0c-3c19-4990-ae76-9adbe0624bbd.txt @@ -0,0 +1 @@ +fat but sweet angel drinking in the church \ No newline at end of file diff --git a/texts/0fbf698d-2c44-402a-a3d6-88bcf7040701.txt b/texts/0fbf698d-2c44-402a-a3d6-88bcf7040701.txt new file mode 100644 index 0000000000000000000000000000000000000000..e514bc0718bf405dfef2af4e7d2332da36aea145 --- /dev/null +++ b/texts/0fbf698d-2c44-402a-a3d6-88bcf7040701.txt @@ -0,0 +1 @@ +a humid dream of lost legends \ No newline at end of file diff --git a/texts/0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e.txt b/texts/0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbc3dcb2343f0b1b5ef79c56bb3714b7391fdded --- /dev/null +++ b/texts/0fc9bd2a-ac66-491c-9d52-6d2bc1a37b1e.txt @@ -0,0 +1 @@ +A small two-color Corgi with a black windshield is sitting on a hot air balloon in the sky, looking at the snow-capped mountains in the distance \ No newline at end of file diff --git a/texts/0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0.txt b/texts/0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1549e655c19df766b808d3479f6a059be1ce0d33 --- /dev/null +++ b/texts/0fd349d0-b55a-41fb-b61f-8fe96b0ab3d0.txt @@ -0,0 +1 @@ +Write "TaeHyung" on the snow under the Eiffel Tower in Paris, France \ No newline at end of file diff --git a/texts/0fda6fd7-9c3c-45de-8b93-eefb7c613fd7.txt b/texts/0fda6fd7-9c3c-45de-8b93-eefb7c613fd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..75ab9b3999ad1180c30fa601d81fc5f71b4b7a1e --- /dev/null +++ b/texts/0fda6fd7-9c3c-45de-8b93-eefb7c613fd7.txt @@ -0,0 +1 @@ +Mickey Mouse trims Christmas tree with chainsaw, Mickey is looking at the camera \ No newline at end of file diff --git a/texts/0fe2d808-1a39-4edb-a574-43d0c552959a.txt b/texts/0fe2d808-1a39-4edb-a574-43d0c552959a.txt new file mode 100644 index 0000000000000000000000000000000000000000..36079d6c2de6cdb123b2d340853f7ce1097ba5ec --- /dev/null +++ b/texts/0fe2d808-1a39-4edb-a574-43d0c552959a.txt @@ -0,0 +1 @@ +In the center of the picture is a large mirror, which reflects the scenery of the park, including trees, grass and pedestrians. There are several people in front of the mirror. Some of them are taking photos and some of them are talking. This composition method creates a combination of virtual and real through the mirror, which increases the sense of hierarchy and interest of the picture. The brick wall as the background gives people a sense of stability and solidity, while the view of the park in the mirror brings a natural and open atmosphere. On the whole, this composition cleverly uses the mirror to expand the space, so that the picture has both realistic scenes and reflected illusory scenes, forming a unique visual effect. \ No newline at end of file diff --git a/texts/0feb0e2c-9857-4943-8241-81dc2551d318.txt b/texts/0feb0e2c-9857-4943-8241-81dc2551d318.txt new file mode 100644 index 0000000000000000000000000000000000000000..b70546e6869b56c0c29f16202792a29b8794eef0 --- /dev/null +++ b/texts/0feb0e2c-9857-4943-8241-81dc2551d318.txt @@ -0,0 +1 @@ +A puppy making bread in the snow \ No newline at end of file diff --git a/texts/0ff15850-3d24-480e-9f5f-1569e771614f.txt b/texts/0ff15850-3d24-480e-9f5f-1569e771614f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b078adb904c194085e03eaa95a28125187d9d7a5 --- /dev/null +++ b/texts/0ff15850-3d24-480e-9f5f-1569e771614f.txt @@ -0,0 +1 @@ +On the sunset beach in Hawaii, HelloKitty is wearing a grass skirt, eating steak with a knife and fork, and the words' love Lulu 'are written on the beach \ No newline at end of file diff --git a/texts/0ff9eac6-9237-4c89-b652-37b1d0f3159d.txt b/texts/0ff9eac6-9237-4c89-b652-37b1d0f3159d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bb46e759953e4986d826297fc076a5f0c221344 --- /dev/null +++ b/texts/0ff9eac6-9237-4c89-b652-37b1d0f3159d.txt @@ -0,0 +1 @@ +A black kitten and a white kitten are watching fireworks in the snow. \ No newline at end of file diff --git a/texts/100a1ad0-bf67-4a5a-8867-66b39321ad3e.txt b/texts/100a1ad0-bf67-4a5a-8867-66b39321ad3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b797d5abbc311576b6fbd44d743d90a64ac53e3 --- /dev/null +++ b/texts/100a1ad0-bf67-4a5a-8867-66b39321ad3e.txt @@ -0,0 +1 @@ +a fluffy Alaskan Malamute sitting in white snow with a Christmas hat in a yellow background. A part of a Christmas tree with lights can be seen at the corner. \ No newline at end of file diff --git a/texts/10142f93-c494-4859-942e-24af40293d58.txt b/texts/10142f93-c494-4859-942e-24af40293d58.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1bfd1fd7d8e89c13158b1ac513c8f85ee9a789e --- /dev/null +++ b/texts/10142f93-c494-4859-942e-24af40293d58.txt @@ -0,0 +1 @@ +Hello kitty Panboard for alpine skiing, wear black snow clothes, black helmet and red snow goggles \ No newline at end of file diff --git a/texts/101c8b71-2379-4d2f-ba48-072c6887318d.txt b/texts/101c8b71-2379-4d2f-ba48-072c6887318d.txt new file mode 100644 index 0000000000000000000000000000000000000000..32c1d9f8a36c7968467dfa8370ed987801f007fc --- /dev/null +++ b/texts/101c8b71-2379-4d2f-ba48-072c6887318d.txt @@ -0,0 +1 @@ +A milk lit moon, it floods the room, and lights a path. \ No newline at end of file diff --git a/texts/102565dc-a9c1-4227-8ffe-70c6821cede1.txt b/texts/102565dc-a9c1-4227-8ffe-70c6821cede1.txt new file mode 100644 index 0000000000000000000000000000000000000000..66644f33e381ab06fa37762b6cc9d549c10047e1 --- /dev/null +++ b/texts/102565dc-a9c1-4227-8ffe-70c6821cede1.txt @@ -0,0 +1 @@ +In winter, Hello Kitty is in the big white snow \ No newline at end of file diff --git a/texts/1026a2fa-98f5-4cdc-b2ce-a70f390737c9.txt b/texts/1026a2fa-98f5-4cdc-b2ce-a70f390737c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b03923ce179373632a3f3431db4e823d821c31b --- /dev/null +++ b/texts/1026a2fa-98f5-4cdc-b2ce-a70f390737c9.txt @@ -0,0 +1 @@ +Mount Fuji \ No newline at end of file diff --git a/texts/10349377-d416-4a1d-9d1d-0d1ca857951b.txt b/texts/10349377-d416-4a1d-9d1d-0d1ca857951b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceb117407e5beb0e7897679ac85132b68932f9f6 --- /dev/null +++ b/texts/10349377-d416-4a1d-9d1d-0d1ca857951b.txt @@ -0,0 +1 @@ +On a rainy day, a vampire was in front of the Kazakh yurt. \ No newline at end of file diff --git a/texts/103567ec-71d0-48d4-8a5b-0d0dd3c3fffe.txt b/texts/103567ec-71d0-48d4-8a5b-0d0dd3c3fffe.txt new file mode 100644 index 0000000000000000000000000000000000000000..c96e7913a32612a4eb2efeca2b5be9bd58e0d89c --- /dev/null +++ b/texts/103567ec-71d0-48d4-8a5b-0d0dd3c3fffe.txt @@ -0,0 +1 @@ +There is a world in my dream where the town is made of cotton, chocolate and marsallows. It was snowing as well \ No newline at end of file diff --git a/texts/1039a12c-b9ed-493a-986a-cd9d356d1cd6.txt b/texts/1039a12c-b9ed-493a-986a-cd9d356d1cd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..51a4d42814b37f6dc1fb36358423dbfd2a223317 --- /dev/null +++ b/texts/1039a12c-b9ed-493a-986a-cd9d356d1cd6.txt @@ -0,0 +1 @@ +A white horse stands in the quiet, vast, and empty yellow office. The office has no roof, revealing a starry sky above. Outside the office windows is a desert at night. \ No newline at end of file diff --git a/texts/104a4b1f-0300-4b9a-8244-02bd8da4d8cb.txt b/texts/104a4b1f-0300-4b9a-8244-02bd8da4d8cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d7d882938a4218be1812de2e69194b1b2ae7d39 --- /dev/null +++ b/texts/104a4b1f-0300-4b9a-8244-02bd8da4d8cb.txt @@ -0,0 +1 @@ +Handwritten word "ZHW"in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow \ No newline at end of file diff --git a/texts/1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c.txt b/texts/1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..976638227997b04b205369f4fb1e9c219d4db975 --- /dev/null +++ b/texts/1051fb6e-e7d1-44f2-a3ea-7cd61fb46b0c.txt @@ -0,0 +1 @@ +little all-white kitty with butterfly wings in a princess room \ No newline at end of file diff --git a/texts/1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5.txt b/texts/1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..139508b6bf5982ae3c554a4d75e3effa47753c7e --- /dev/null +++ b/texts/1053fa8b-d57a-4f7c-acc2-6bcc59a4dff5.txt @@ -0,0 +1 @@ +Samoyed celebrating birthday on seaside grass, wearing cute birthday hat, chocolate cake, sunset blues \ No newline at end of file diff --git a/texts/105474e6-333e-4ec9-947a-574ba9ccd26e.txt b/texts/105474e6-333e-4ec9-947a-574ba9ccd26e.txt new file mode 100644 index 0000000000000000000000000000000000000000..89634e1736bc54bc81cd7a2c31997dc54a6751e8 --- /dev/null +++ b/texts/105474e6-333e-4ec9-947a-574ba9ccd26e.txt @@ -0,0 +1 @@ +A kuromi wearing a red scarf is smoking in the snow, surrounded by Christmas trees. Sparkling fireworks light up the sky, and a cute snowman adds to the festive scene. \ No newline at end of file diff --git a/texts/105481c9-dcc2-4c97-8937-08456f81d34d.txt b/texts/105481c9-dcc2-4c97-8937-08456f81d34d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8236c8a514b5cdcc5add93d7e07c41df7fa56e1e --- /dev/null +++ b/texts/105481c9-dcc2-4c97-8937-08456f81d34d.txt @@ -0,0 +1 @@ +Two balck cats are smoking on the red sofa \ No newline at end of file diff --git a/texts/105ca7e2-1234-44a4-b155-1b807a483555.txt b/texts/105ca7e2-1234-44a4-b155-1b807a483555.txt new file mode 100644 index 0000000000000000000000000000000000000000..88055df498b86727e27bae711c222ef0f2751321 --- /dev/null +++ b/texts/105ca7e2-1234-44a4-b155-1b807a483555.txt @@ -0,0 +1 @@ +It was a sunny day, it was late autumn in the park, the leaves on the trees had turned yellow and some had fallen to the ground, and there were benches along the road and a medieval castle in the distance \ No newline at end of file diff --git a/texts/10698c93-d7a4-459d-936c-fe5a3584448a.txt b/texts/10698c93-d7a4-459d-936c-fe5a3584448a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f51ff439a08ef8b418605d3760b839a75f841bf5 --- /dev/null +++ b/texts/10698c93-d7a4-459d-936c-fe5a3584448a.txt @@ -0,0 +1 @@ +hello kitty drinking the wine watching the burning volcano, both in outside \ No newline at end of file diff --git a/texts/106e38d4-ffa9-48eb-86df-4f6ec929ca5d.txt b/texts/106e38d4-ffa9-48eb-86df-4f6ec929ca5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cc5fd2278f22a2b3c0c55cc24e05f77d143be8a --- /dev/null +++ b/texts/106e38d4-ffa9-48eb-86df-4f6ec929ca5d.txt @@ -0,0 +1 @@ +tinsel with light reflection on top. christmas tree monster \ No newline at end of file diff --git a/texts/1071a3ee-6583-43be-857f-046a8783db70.txt b/texts/1071a3ee-6583-43be-857f-046a8783db70.txt new file mode 100644 index 0000000000000000000000000000000000000000..abd57e9f1512522c14f2b7e571d2975b74d9e4dc --- /dev/null +++ b/texts/1071a3ee-6583-43be-857f-046a8783db70.txt @@ -0,0 +1 @@ +A dog runs in the snow in the sun. The three letters HJY are shown on the snow. \ No newline at end of file diff --git a/texts/10780445-02a3-48fd-a1cf-15a1b0c88a2b.txt b/texts/10780445-02a3-48fd-a1cf-15a1b0c88a2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c504b07512945c8aadd59ac632c12a117f03ba63 --- /dev/null +++ b/texts/10780445-02a3-48fd-a1cf-15a1b0c88a2b.txt @@ -0,0 +1 @@ +snowfield aurora cake christmastree cutebunny \ No newline at end of file diff --git a/texts/10890201-c415-4c82-b90e-13de1e82d3e3.txt b/texts/10890201-c415-4c82-b90e-13de1e82d3e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2105869e23a99b85f62bbe5e6739fd593b381297 --- /dev/null +++ b/texts/10890201-c415-4c82-b90e-13de1e82d3e3.txt @@ -0,0 +1 @@ +A bunny plush and a teddy bear are spending Christmas together,both wrapped in scarves,beside a warm fireplace,with a Christmas tree nearby,and they are watching TV together. \ No newline at end of file diff --git a/texts/10898d17-05eb-4627-8017-3540691a9f8a.txt b/texts/10898d17-05eb-4627-8017-3540691a9f8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..895c81d176eecf70825123da454f29f733dff302 --- /dev/null +++ b/texts/10898d17-05eb-4627-8017-3540691a9f8a.txt @@ -0,0 +1 @@ +a corgi puppy opening gifts, under the Christmas tree, Christmas decoration \ No newline at end of file diff --git a/texts/109151a8-6bc8-4cc5-8507-327bd228084a.txt b/texts/109151a8-6bc8-4cc5-8507-327bd228084a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5355bc543e8a6e6116671895aa8cb5d038b0fbdc --- /dev/null +++ b/texts/109151a8-6bc8-4cc5-8507-327bd228084a.txt @@ -0,0 +1 @@ +Astronauts and Emperor take a walk in the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/10998ce6-733b-4080-89ca-b28b986f49f5.txt b/texts/10998ce6-733b-4080-89ca-b28b986f49f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..920d8f408af1b8a88810697eacb147a5154f0618 --- /dev/null +++ b/texts/10998ce6-733b-4080-89ca-b28b986f49f5.txt @@ -0,0 +1 @@ +Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple. \ No newline at end of file diff --git a/texts/10a49595-5278-47dd-96f2-5901682b46c5.txt b/texts/10a49595-5278-47dd-96f2-5901682b46c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bcb96370ea1d97eb842e04d7e0aaf6ef8313fe6 --- /dev/null +++ b/texts/10a49595-5278-47dd-96f2-5901682b46c5.txt @@ -0,0 +1 @@ +Cute kitten, fairy wings, snow \ No newline at end of file diff --git a/texts/10aa4bdf-2c92-4ec1-b389-78dcf6756720.txt b/texts/10aa4bdf-2c92-4ec1-b389-78dcf6756720.txt new file mode 100644 index 0000000000000000000000000000000000000000..699a3bfbb0756ceef65451b7468078831d425b46 --- /dev/null +++ b/texts/10aa4bdf-2c92-4ec1-b389-78dcf6756720.txt @@ -0,0 +1 @@ +snowfield, a lion, a panda ,a koala ,a cute Octopus toy and a rabbit ,they are five cute toys ,some xmas atmosphere \ No newline at end of file diff --git a/texts/10b48008-94fe-4fcd-a27b-f8def6c1f1d8.txt b/texts/10b48008-94fe-4fcd-a27b-f8def6c1f1d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb151d3e4c2a6ebd8e7520fd01b44ea2aab99787 --- /dev/null +++ b/texts/10b48008-94fe-4fcd-a27b-f8def6c1f1d8.txt @@ -0,0 +1 @@ +ZYJ LOVE ZJS This ten letters made of large gold luminous light board on the beach standing up to shine. No characters go out. Just stand on the beach. It needs a little light. \ No newline at end of file diff --git a/texts/10b8c69a-8e70-4669-b545-e03ae029f584.txt b/texts/10b8c69a-8e70-4669-b545-e03ae029f584.txt new file mode 100644 index 0000000000000000000000000000000000000000..597a6db294cb721d184d6f12560dfa9e8a67de33 --- /dev/null +++ b/texts/10b8c69a-8e70-4669-b545-e03ae029f584.txt @@ -0,0 +1 @@ +i \ No newline at end of file diff --git a/texts/10c51c1f-0af4-4fd9-9731-a97697745f32.txt b/texts/10c51c1f-0af4-4fd9-9731-a97697745f32.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b1de0e650efe46cad0b28cca6cd2a77d868f778 --- /dev/null +++ b/texts/10c51c1f-0af4-4fd9-9731-a97697745f32.txt @@ -0,0 +1 @@ +A cute little sheep wearing a patterned scarf, playing a violin, with a blue-green aurora behind it, a real filter scene. \ No newline at end of file diff --git a/texts/10c7a70c-4a68-4d5f-bd86-53c24c54f08a.txt b/texts/10c7a70c-4a68-4d5f-bd86-53c24c54f08a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bc9a1f808bf0fe570166fe87a1313fcd8647bb7 --- /dev/null +++ b/texts/10c7a70c-4a68-4d5f-bd86-53c24c54f08a.txt @@ -0,0 +1 @@ +A little white rabbit sits drinking coffee behind a burning house \ No newline at end of file diff --git a/texts/10c92601-37be-4e44-ac6c-1ae13769790c.txt b/texts/10c92601-37be-4e44-ac6c-1ae13769790c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2e573cb31849c13bb959cbee3050d17c00b92f1 --- /dev/null +++ b/texts/10c92601-37be-4e44-ac6c-1ae13769790c.txt @@ -0,0 +1 @@ +Yellow cubic room whit creepy dalmata in the back right corner \ No newline at end of file diff --git a/texts/10dc7837-a206-4008-ba52-52e475968029.txt b/texts/10dc7837-a206-4008-ba52-52e475968029.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca81055a6daeebb44146b3c0fcedd785907de67c --- /dev/null +++ b/texts/10dc7837-a206-4008-ba52-52e475968029.txt @@ -0,0 +1 @@ +A green retro sofa.A loveseat.The curtains are white lace.White carpet with black spots.l an open suitcase are some clothes stacked, and two clothes are scattered beside them.The floor is a wooden floor without black gaps.There is a big Christmas tree in the left corner of the sofa, with colored lights and small lights. \ No newline at end of file diff --git a/texts/10df894e-17e1-49b5-80b1-475bf447595e.txt b/texts/10df894e-17e1-49b5-80b1-475bf447595e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d53f02626b68b8fffa9a9d7419ce68aad01598c2 --- /dev/null +++ b/texts/10df894e-17e1-49b5-80b1-475bf447595e.txt @@ -0,0 +1 @@ +A group of small animals gather together to eat, with shining stars and the Milky Way in the background. \ No newline at end of file diff --git a/texts/10e061dc-eeb4-4ccc-894f-736ab3124d01.txt b/texts/10e061dc-eeb4-4ccc-894f-736ab3124d01.txt new file mode 100644 index 0000000000000000000000000000000000000000..de4ef45f0f31884aa9af38f4dc8372db17da5eb3 --- /dev/null +++ b/texts/10e061dc-eeb4-4ccc-894f-736ab3124d01.txt @@ -0,0 +1 @@ +snowy , fireworks outside the window, hand writting Dreambox at the foggy window \ No newline at end of file diff --git a/texts/10e42c1a-3112-4669-ad51-1f98a1374b45.txt b/texts/10e42c1a-3112-4669-ad51-1f98a1374b45.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d8a061addd6e043cbfe633ebd496d216e3f11e8 --- /dev/null +++ b/texts/10e42c1a-3112-4669-ad51-1f98a1374b45.txt @@ -0,0 +1 @@ +a grey and white british short hair cat, eating a cake \ No newline at end of file diff --git a/texts/10e8529b-34a5-41d5-870d-5ed93faf5c5c.txt b/texts/10e8529b-34a5-41d5-870d-5ed93faf5c5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d38ec7fb2024b699c89b91a46551991a735f41c1 --- /dev/null +++ b/texts/10e8529b-34a5-41d5-870d-5ed93faf5c5c.txt @@ -0,0 +1 @@ +Black night view street and street lights, photography works, modern street scene shooting, simplicity \ No newline at end of file diff --git a/texts/10f4aeca-add3-4036-8f16-404cd1ab482e.txt b/texts/10f4aeca-add3-4036-8f16-404cd1ab482e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b705a2e49f73f8a36858df397dd7f4920a8e7a7 --- /dev/null +++ b/texts/10f4aeca-add3-4036-8f16-404cd1ab482e.txt @@ -0,0 +1 @@ +HelloKitty is at sea \ No newline at end of file diff --git a/texts/10f7874a-058c-4c3a-a365-a0b66588a053.txt b/texts/10f7874a-058c-4c3a-a365-a0b66588a053.txt new file mode 100644 index 0000000000000000000000000000000000000000..c34253f0d380947ed88dd037141d1e3e1fd234a0 --- /dev/null +++ b/texts/10f7874a-058c-4c3a-a365-a0b66588a053.txt @@ -0,0 +1 @@ +A Hello Kitty is sitting by the window and smoking. \ No newline at end of file diff --git a/texts/1107e19f-2ec5-48a1-8168-0966fb9611b0.txt b/texts/1107e19f-2ec5-48a1-8168-0966fb9611b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..97b9264c7e3d1b66fa5f4659d53a36017cc119bf --- /dev/null +++ b/texts/1107e19f-2ec5-48a1-8168-0966fb9611b0.txt @@ -0,0 +1 @@ +Shells, starfish, on the sofa, the sofa in the pink sea \ No newline at end of file diff --git a/texts/11080d42-36a9-4e84-b00e-ed66f93aa942.txt b/texts/11080d42-36a9-4e84-b00e-ed66f93aa942.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6bc257c31892c2d04a0a625a5931c2b6d77f6ed --- /dev/null +++ b/texts/11080d42-36a9-4e84-b00e-ed66f93aa942.txt @@ -0,0 +1 @@ +A bigHelloKitty has afternoon tea in front of an erupting volcano \ No newline at end of file diff --git a/texts/110dd34a-6e18-4909-8343-1e16c8a5a5c7.txt b/texts/110dd34a-6e18-4909-8343-1e16c8a5a5c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cbd1f1bb41d4e695f7f4513b429a2649d14ed45 --- /dev/null +++ b/texts/110dd34a-6e18-4909-8343-1e16c8a5a5c7.txt @@ -0,0 +1 @@ +A teddy bear sits in the snow, with a Christmas tree next to it and a "xin" light sign on the ground \ No newline at end of file diff --git a/texts/111017b1-2aea-430b-89fe-43211064bdce.txt b/texts/111017b1-2aea-430b-89fe-43211064bdce.txt new file mode 100644 index 0000000000000000000000000000000000000000..261cc79805efd0e675f2d6952f78d18cd8985f8c --- /dev/null +++ b/texts/111017b1-2aea-430b-89fe-43211064bdce.txt @@ -0,0 +1 @@ +a black and white Alaska malamute sitting in front of the christmas tree, light snow falls from a pitch black sky, \ No newline at end of file diff --git a/texts/1113decf-b18a-4c4b-b13b-e2c653b4fe20.txt b/texts/1113decf-b18a-4c4b-b13b-e2c653b4fe20.txt new file mode 100644 index 0000000000000000000000000000000000000000..eadd498d5795ea3268b2af20ae7e33f53aba645f --- /dev/null +++ b/texts/1113decf-b18a-4c4b-b13b-e2c653b4fe20.txt @@ -0,0 +1 @@ +A brown teddy dog is playing with butterflies on the snow outside, the moon and stars are shining in the night sky, the snow is written "snow", and there are snow-capped mountains in the distance \ No newline at end of file diff --git a/texts/11148a3c-dda4-4562-aae4-261d0effa3de.txt b/texts/11148a3c-dda4-4562-aae4-261d0effa3de.txt new file mode 100644 index 0000000000000000000000000000000000000000..64b7f28a9538023a04a5e89294ff4606250cb4b1 --- /dev/null +++ b/texts/11148a3c-dda4-4562-aae4-261d0effa3de.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snow and writing CML while fireworks are going off in the sky. \ No newline at end of file diff --git a/texts/11164d72-579c-4e26-a0b3-9abf81900888.txt b/texts/11164d72-579c-4e26-a0b3-9abf81900888.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a314801303d57d53087e8d4d9ff71ba42a855c1 --- /dev/null +++ b/texts/11164d72-579c-4e26-a0b3-9abf81900888.txt @@ -0,0 +1 @@ +A white dog wearing brown glasses is using a computer with coffee next to it. the picture color is brighter \ No newline at end of file diff --git a/texts/1124e169-0bba-4498-987d-e7297defae43.txt b/texts/1124e169-0bba-4498-987d-e7297defae43.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bc762e8de1e06bc58813ea95f73dbde5caeca9b --- /dev/null +++ b/texts/1124e169-0bba-4498-987d-e7297defae43.txt @@ -0,0 +1 @@ +A sheep wearing sunglasses stands in the center of the shot with a white cat on its back holding a gun, which is eerie and harmonious \ No newline at end of file diff --git a/texts/112c9d25-381e-4fb6-9f03-ea5e345946b6.txt b/texts/112c9d25-381e-4fb6-9f03-ea5e345946b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8cd8af6a00385057ae0ac927a08767065e8024e --- /dev/null +++ b/texts/112c9d25-381e-4fb6-9f03-ea5e345946b6.txt @@ -0,0 +1 @@ +A white kitten with pink butterfly wings is sideways making a wish on a white cake with a candle. The kitten's eyes are blue and there is a small star at the top of the candle. The ground is covered in snow, the background is under Mount Fuji, and a small forest connects the snow and the mountain. \ No newline at end of file diff --git a/texts/113b52ec-1367-4b22-968a-07f72ecd813b.txt b/texts/113b52ec-1367-4b22-968a-07f72ecd813b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea26a4c15375462bb49bdfd00ca8f6a2fd366ed2 --- /dev/null +++ b/texts/113b52ec-1367-4b22-968a-07f72ecd813b.txt @@ -0,0 +1 @@ +A Siamese cat dressed in traditional Thai attire is drinking Thai iced tea in a rainforest. \ No newline at end of file diff --git a/texts/114a3ab6-6169-498a-99b6-3dda17999690.txt b/texts/114a3ab6-6169-498a-99b6-3dda17999690.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8dc286b0af7fed5ddba592f61b29fd75bd60d11 --- /dev/null +++ b/texts/114a3ab6-6169-498a-99b6-3dda17999690.txt @@ -0,0 +1 @@ +A golden retriever puppy and a black cat is playing together outside. There many stars in the sky \ No newline at end of file diff --git a/texts/11523765-b213-4015-b3eb-ccfd5a8a7bca.txt b/texts/11523765-b213-4015-b3eb-ccfd5a8a7bca.txt new file mode 100644 index 0000000000000000000000000000000000000000..f006f51e0da7d302cb6660f5c68c86b97bff4a19 --- /dev/null +++ b/texts/11523765-b213-4015-b3eb-ccfd5a8a7bca.txt @@ -0,0 +1 @@ +In the fog, a cute white kitten is facing it, dim street lamp \ No newline at end of file diff --git a/texts/1160ae07-66cc-45c4-90f7-32ed1ebdd494.txt b/texts/1160ae07-66cc-45c4-90f7-32ed1ebdd494.txt new file mode 100644 index 0000000000000000000000000000000000000000..30b5151a8bb030f18fc2c8e3b945b70d342d92bc --- /dev/null +++ b/texts/1160ae07-66cc-45c4-90f7-32ed1ebdd494.txt @@ -0,0 +1 @@ +A little white, pink lamb with wings, in the snow, \ No newline at end of file diff --git a/texts/1162e1c5-3945-4257-94ac-cda423e19d5c.txt b/texts/1162e1c5-3945-4257-94ac-cda423e19d5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cb5ca2ae2a56410ac3c33cdf15e277714a4820e --- /dev/null +++ b/texts/1162e1c5-3945-4257-94ac-cda423e19d5c.txt @@ -0,0 +1 @@ +Three cocker Spaniel dogs wearing Santa hats surround the Christmas tree \ No newline at end of file diff --git a/texts/11697174-c0c4-4b35-8025-d55c6c89d856.txt b/texts/11697174-c0c4-4b35-8025-d55c6c89d856.txt new file mode 100644 index 0000000000000000000000000000000000000000..f646af46ad082c06f96391e93853d868d1d0b311 --- /dev/null +++ b/texts/11697174-c0c4-4b35-8025-d55c6c89d856.txt @@ -0,0 +1 @@ +Hellokitty in the forest having picnic with her friends on a sunny day \ No newline at end of file diff --git a/texts/116e88ab-2356-40ec-949e-6c2f0cb32948.txt b/texts/116e88ab-2356-40ec-949e-6c2f0cb32948.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa0f27a81fd6d211759777a20bdc005f81d6c023 --- /dev/null +++ b/texts/116e88ab-2356-40ec-949e-6c2f0cb32948.txt @@ -0,0 +1 @@ +There is a yellow kitten in the snow. Next to it is a Christmas tree. There are cat paw prints and the name "anss" in the snow. The dreamy effect of light particles is high. The color saturation is high. \ No newline at end of file diff --git a/texts/1174dac9-8dae-422c-ae46-7846f73e6b25.txt b/texts/1174dac9-8dae-422c-ae46-7846f73e6b25.txt new file mode 100644 index 0000000000000000000000000000000000000000..af97d712391b95020b71da335e7a3237569a584e --- /dev/null +++ b/texts/1174dac9-8dae-422c-ae46-7846f73e6b25.txt @@ -0,0 +1 @@ +There was an apple on a plate with a candle stuck in it and the letters "hugs" written in chocolate sauce. \ No newline at end of file diff --git a/texts/1187b290-eaeb-4b2b-9880-4d66b285f4dc.txt b/texts/1187b290-eaeb-4b2b-9880-4d66b285f4dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0abf5534e4619447eec664dece78bf8fe31e92d --- /dev/null +++ b/texts/1187b290-eaeb-4b2b-9880-4d66b285f4dc.txt @@ -0,0 +1 @@ +A rainbow color unicorn cat \ No newline at end of file diff --git a/texts/1189cb82-e93a-4d30-90be-c39fd73e4bb4.txt b/texts/1189cb82-e93a-4d30-90be-c39fd73e4bb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..837656bdd64e3143418055cb0cdfec824d9031b7 --- /dev/null +++ b/texts/1189cb82-e93a-4d30-90be-c39fd73e4bb4.txt @@ -0,0 +1 @@ +a cute calico cat play in the snow, snow man \ No newline at end of file diff --git a/texts/118b5204-c1f4-4410-9e5b-13a12f524dcd.txt b/texts/118b5204-c1f4-4410-9e5b-13a12f524dcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..242e1bea3116d9d7b46836e998bb8437190ee544 --- /dev/null +++ b/texts/118b5204-c1f4-4410-9e5b-13a12f524dcd.txt @@ -0,0 +1 @@ +Illustrative Cheese Love's Day Greeting Card \ No newline at end of file diff --git a/texts/118c3f9d-7024-4f4e-85af-24327382eabc.txt b/texts/118c3f9d-7024-4f4e-85af-24327382eabc.txt new file mode 100644 index 0000000000000000000000000000000000000000..24097e21e81b517913ecf7c0adb1edc006126ad0 --- /dev/null +++ b/texts/118c3f9d-7024-4f4e-85af-24327382eabc.txt @@ -0,0 +1 @@ +child holding a magnifying glass to his eye \ No newline at end of file diff --git a/texts/11909121-e7d0-4460-b31b-1ba16cbbb881.txt b/texts/11909121-e7d0-4460-b31b-1ba16cbbb881.txt new file mode 100644 index 0000000000000000000000000000000000000000..34409f837457a45c9fc21cd479f64324fab38284 --- /dev/null +++ b/texts/11909121-e7d0-4460-b31b-1ba16cbbb881.txt @@ -0,0 +1 @@ +A jewlery shop called Lazy Circles in a snow field of south france with the Burmese Cat and the Rabbit \ No newline at end of file diff --git a/texts/119324f1-9e89-4b68-9602-e382a13ba0b0.txt b/texts/119324f1-9e89-4b68-9602-e382a13ba0b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..617531e9f29ed388f2020289127eaf9dd1a824a4 --- /dev/null +++ b/texts/119324f1-9e89-4b68-9602-e382a13ba0b0.txt @@ -0,0 +1 @@ +A blues moment where a kitten and a puppy fight with lightsabers. \ No newline at end of file diff --git a/texts/11935d40-6399-446c-9647-a7a19617c762.txt b/texts/11935d40-6399-446c-9647-a7a19617c762.txt new file mode 100644 index 0000000000000000000000000000000000000000..319ac44a8930de2dce8b66925302417130178d49 --- /dev/null +++ b/texts/11935d40-6399-446c-9647-a7a19617c762.txt @@ -0,0 +1 @@ +A dog in a kimono is standing in front of the burned Kinkaku-ji Temple. \ No newline at end of file diff --git a/texts/119499f7-b790-4e7d-95bf-90561bfda28d.txt b/texts/119499f7-b790-4e7d-95bf-90561bfda28d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dc752a20b7b90c4ee0b1526a8026d420d467b3e --- /dev/null +++ b/texts/119499f7-b790-4e7d-95bf-90561bfda28d.txt @@ -0,0 +1 @@ +Theraphosidae sp with a birthday cake \ No newline at end of file diff --git a/texts/11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e.txt b/texts/11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e13a01b80d19a8aab3c0ff2d5675d0f31e25c7a3 --- /dev/null +++ b/texts/11a07e7c-9ca4-4ab1-bd8e-09cb41cf830e.txt @@ -0,0 +1 @@ +autumn, a men sitting on the bench at park, full of maple trees, sunshine, afternoon, some children are playing bubbles \ No newline at end of file diff --git a/texts/11a91a24-e23c-464d-bd1f-906c88f46eb6.txt b/texts/11a91a24-e23c-464d-bd1f-906c88f46eb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..841478a4f8139ee5854a9559cb0347f86e5db80e --- /dev/null +++ b/texts/11a91a24-e23c-464d-bd1f-906c88f46eb6.txt @@ -0,0 +1 @@ +The drowning man and the yellow sofa \ No newline at end of file diff --git a/texts/11ac876a-e7e9-449a-a462-174224c5e654.txt b/texts/11ac876a-e7e9-449a-a462-174224c5e654.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebc59526214a6a0f1908bc343ebb7993267733e9 --- /dev/null +++ b/texts/11ac876a-e7e9-449a-a462-174224c5e654.txt @@ -0,0 +1 @@ +Samoyed dog and another big white dog kissed in the sunset. \ No newline at end of file diff --git a/texts/11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e.txt b/texts/11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bb75816e52ccd7a04ce6ba3e849630e6d260cfb --- /dev/null +++ b/texts/11badbbd-70b7-4a7b-be9a-ebc0e0ce4d7e.txt @@ -0,0 +1 @@ +I turn my back on the starry sky, and the whole wave swings, softly, lifting me up. \ No newline at end of file diff --git a/texts/11bb705b-02f2-43ac-bfd5-4a80ed06633c.txt b/texts/11bb705b-02f2-43ac-bfd5-4a80ed06633c.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc98d6614257089d0a3f7b1236f1f4964dfe8178 --- /dev/null +++ b/texts/11bb705b-02f2-43ac-bfd5-4a80ed06633c.txt @@ -0,0 +1 @@ +At dusk, knife-wielding guards in kimonos were watching the burning Kinkaku-ji Temple \ No newline at end of file diff --git a/texts/11c089de-c40c-4390-9261-5fa107388e76.txt b/texts/11c089de-c40c-4390-9261-5fa107388e76.txt new file mode 100644 index 0000000000000000000000000000000000000000..958addca9a95aa74e08b7139a7c8944f384bc83b --- /dev/null +++ b/texts/11c089de-c40c-4390-9261-5fa107388e76.txt @@ -0,0 +1 @@ +A golden retriever puppy is baking cup cakes next to the oven \ No newline at end of file diff --git a/texts/11d4e80f-2770-45c4-8144-465e04e47742.txt b/texts/11d4e80f-2770-45c4-8144-465e04e47742.txt new file mode 100644 index 0000000000000000000000000000000000000000..f166a97d881485f9caf181771cd5e58f0de4c46b --- /dev/null +++ b/texts/11d4e80f-2770-45c4-8144-465e04e47742.txt @@ -0,0 +1 @@ +A calico cat in Iceland watching the aurora, on a snowy Christmas day. \ No newline at end of file diff --git a/texts/11e00dca-6c61-4492-8b1e-7de4a72e99ec.txt b/texts/11e00dca-6c61-4492-8b1e-7de4a72e99ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..79427d8543315caf5c782255b19962a9cb7815a8 --- /dev/null +++ b/texts/11e00dca-6c61-4492-8b1e-7de4a72e99ec.txt @@ -0,0 +1 @@ +A white British Shorthair wearing sunglasses stands on a guitar under the Christmas tree, with a cup of coffee next to it \ No newline at end of file diff --git a/texts/11e87275-b150-4655-8018-81cfe290d85e.txt b/texts/11e87275-b150-4655-8018-81cfe290d85e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5de15b3f5193ca1c0888a9bee6f07b9d1ef81aab --- /dev/null +++ b/texts/11e87275-b150-4655-8018-81cfe290d85e.txt @@ -0,0 +1 @@ +Two orange cats in the snow, one with a relaxed expression and the other looking clumsy. They both wear little straw hats and have red and blue balloons tied to their bodies, flying in the blue sky. Below is a green meadow, with another orange cat looking up at the sky from the ground. \ No newline at end of file diff --git a/texts/11ef97f3-df21-48f9-9129-9f12910bf36a.txt b/texts/11ef97f3-df21-48f9-9129-9f12910bf36a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4999ef69d0c074c2c815df0e3ecabf283040cc78 --- /dev/null +++ b/texts/11ef97f3-df21-48f9-9129-9f12910bf36a.txt @@ -0,0 +1 @@ +a brown horse with a white head\running\ nature light\ snow day in garden\ sakura \ No newline at end of file diff --git a/texts/11f11ada-a3ef-489d-a5b5-aab66d07acd4.txt b/texts/11f11ada-a3ef-489d-a5b5-aab66d07acd4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7ef300cf57116f826a6ed9ac5c737ef164737e6 --- /dev/null +++ b/texts/11f11ada-a3ef-489d-a5b5-aab66d07acd4.txt @@ -0,0 +1 @@ +a Ragdoll cub playing with a Border Collie cub in a cozy room with bubbles innear a santa tree \ No newline at end of file diff --git a/texts/11f5495d-2dc0-4722-90cb-0e260cfc2b8f.txt b/texts/11f5495d-2dc0-4722-90cb-0e260cfc2b8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5883ddab3bc6b6f47b5b69c26a6ec17e03e8c610 --- /dev/null +++ b/texts/11f5495d-2dc0-4722-90cb-0e260cfc2b8f.txt @@ -0,0 +1 @@ +West Highland puppy, blue wings, snow, night \ No newline at end of file diff --git a/texts/11fa1016-046a-409d-8673-a47338d6f81f.txt b/texts/11fa1016-046a-409d-8673-a47338d6f81f.txt new file mode 100644 index 0000000000000000000000000000000000000000..94eb55531dbbe2c3b48f06cf76fffcdfcce381f2 --- /dev/null +++ b/texts/11fa1016-046a-409d-8673-a47338d6f81f.txt @@ -0,0 +1 @@ +A cow cat on the sparkling lake with pixies, and a white cloud lands on the lake.(no human) \ No newline at end of file diff --git a/texts/11fb4ee6-d449-4d02-ab4f-a0046e8ede71.txt b/texts/11fb4ee6-d449-4d02-ab4f-a0046e8ede71.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2cf4aaac39dcd568193ee82325bb32ad39b19c9 --- /dev/null +++ b/texts/11fb4ee6-d449-4d02-ab4f-a0046e8ede71.txt @@ -0,0 +1 @@ +A cute white Samoyed dog next to the word 'Tiawwny' written on the snow, with an aurora background. The word 'Tiawwny' is clearly visible and surrounded by snow, with vibrant and colorful auroras in the sky. \ No newline at end of file diff --git a/texts/11fcbdcc-ccf0-4dba-b4b3-7e688256bca1.txt b/texts/11fcbdcc-ccf0-4dba-b4b3-7e688256bca1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9974521798ab6bd544261ec1d555fc0832757712 --- /dev/null +++ b/texts/11fcbdcc-ccf0-4dba-b4b3-7e688256bca1.txt @@ -0,0 +1 @@ +snowing day hello kitty looking at the christmas tree \ No newline at end of file diff --git a/texts/120d0954-41d3-4bf2-824c-3a8a267c35f6.txt b/texts/120d0954-41d3-4bf2-824c-3a8a267c35f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..519db2811d4ac124f2db64257991c57828fc4979 --- /dev/null +++ b/texts/120d0954-41d3-4bf2-824c-3a8a267c35f6.txt @@ -0,0 +1 @@ +helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background \ No newline at end of file diff --git a/texts/1213452b-0287-4548-9702-183aff5a714c.txt b/texts/1213452b-0287-4548-9702-183aff5a714c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1324ff46463253639a6d9a1ad79f8d5d519272bf --- /dev/null +++ b/texts/1213452b-0287-4548-9702-183aff5a714c.txt @@ -0,0 +1 @@ +A princess dances with a huge Hello Kitty in front of a Disney castle, looking at the camera, close up \ No newline at end of file diff --git a/texts/12191290-17ec-460c-a010-97923575d534.txt b/texts/12191290-17ec-460c-a010-97923575d534.txt new file mode 100644 index 0000000000000000000000000000000000000000..142df855594f88158cfdfd043956226656a34361 --- /dev/null +++ b/texts/12191290-17ec-460c-a010-97923575d534.txt @@ -0,0 +1 @@ +A cute Hellow Kitty with brown face, wearing a santa hat and princess dress, smiling, a cup of milk tea in hands, indoor, sitting front of computer, christmas tree behind chair, looking at viewer \ No newline at end of file diff --git a/texts/121e3463-9af0-4661-8567-217051a87214.txt b/texts/121e3463-9af0-4661-8567-217051a87214.txt new file mode 100644 index 0000000000000000000000000000000000000000..83ab180049d1a7248f9ced6d37cf6847cc6a0e5e --- /dev/null +++ b/texts/121e3463-9af0-4661-8567-217051a87214.txt @@ -0,0 +1 @@ +A women sitting front of computer as a designer. Industry vibe \ No newline at end of file diff --git a/texts/1225b9c3-45c7-4958-b06f-9eeff83d6ec7.txt b/texts/1225b9c3-45c7-4958-b06f-9eeff83d6ec7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f60ee7fae06357f531ba9e6a0580622479b3e70b --- /dev/null +++ b/texts/1225b9c3-45c7-4958-b06f-9eeff83d6ec7.txt @@ -0,0 +1 @@ +A black cat carrying butterfly wings is building a snowman in the snowy Arctic. There are many bright stars on the ground \ No newline at end of file diff --git a/texts/1229f1ff-e84c-4246-b11e-ea3e3d8221f5.txt b/texts/1229f1ff-e84c-4246-b11e-ea3e3d8221f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6a7f141121ef1957a7d17ab6f63a19cb6551a1a --- /dev/null +++ b/texts/1229f1ff-e84c-4246-b11e-ea3e3d8221f5.txt @@ -0,0 +1 @@ +A hellokitty is sad in winter, alone under a furry blanket. \ No newline at end of file diff --git a/texts/1230c5d2-55b3-40fd-9350-bf2322b6c1fd.txt b/texts/1230c5d2-55b3-40fd-9350-bf2322b6c1fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e10dfcae2c165fdd2f168510600a422e5448eb2d --- /dev/null +++ b/texts/1230c5d2-55b3-40fd-9350-bf2322b6c1fd.txt @@ -0,0 +1 @@ +A cat with red eyes and black hair is sitting on the table. \ No newline at end of file diff --git a/texts/1233953b-83d7-49d9-bd0d-6918f198f6db.txt b/texts/1233953b-83d7-49d9-bd0d-6918f198f6db.txt new file mode 100644 index 0000000000000000000000000000000000000000..54f0a440c24a742c16b8884a9298c09f7d98c668 --- /dev/null +++ b/texts/1233953b-83d7-49d9-bd0d-6918f198f6db.txt @@ -0,0 +1 @@ +The star-patterned sheep walk in the snow \ No newline at end of file diff --git a/texts/123d6050-29d8-4567-8c5e-89d9513285c3.txt b/texts/123d6050-29d8-4567-8c5e-89d9513285c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..395f82a25ccf7033fc24f61cf345c140b26e45c5 --- /dev/null +++ b/texts/123d6050-29d8-4567-8c5e-89d9513285c3.txt @@ -0,0 +1 @@ +Dog Snow Christmas Tree \ No newline at end of file diff --git a/texts/1253629c-658d-4360-8cfc-860ad3615702.txt b/texts/1253629c-658d-4360-8cfc-860ad3615702.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e85a54af36eca81ea252a4b9861c00b2a1ddcf5 --- /dev/null +++ b/texts/1253629c-658d-4360-8cfc-860ad3615702.txt @@ -0,0 +1 @@ +There is a brown deer standing next to the five letters of 'JOSHUA ' in the green grass. \ No newline at end of file diff --git a/texts/125a1e84-4568-491d-a9cc-9235e1a1bc56.txt b/texts/125a1e84-4568-491d-a9cc-9235e1a1bc56.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7b90bb1588d297e983e28416969b3331eec0ed9 --- /dev/null +++ b/texts/125a1e84-4568-491d-a9cc-9235e1a1bc56.txt @@ -0,0 +1 @@ +Snow-covered town, smog,at night \ No newline at end of file diff --git a/texts/125acb81-889b-40a0-8cb1-681fa7d45e5b.txt b/texts/125acb81-889b-40a0-8cb1-681fa7d45e5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8a97cf91972a7a7f803d285fc03a9da6bc0fa5a --- /dev/null +++ b/texts/125acb81-889b-40a0-8cb1-681fa7d45e5b.txt @@ -0,0 +1 @@ +blue butterfly and crescent \ No newline at end of file diff --git a/texts/125e092c-a795-4976-894c-80f7a1c1c351.txt b/texts/125e092c-a795-4976-894c-80f7a1c1c351.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5e7ff65a7980c9c749e3eab38f8b391632623e8 --- /dev/null +++ b/texts/125e092c-a795-4976-894c-80f7a1c1c351.txt @@ -0,0 +1 @@ +A white Pomeranian and a red fox \ No newline at end of file diff --git a/texts/126a5f2c-1ce5-4ccb-8188-f3e49e4328fe.txt b/texts/126a5f2c-1ce5-4ccb-8188-f3e49e4328fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2b4b467d091233922a2b07bfb569c252bafabf8 --- /dev/null +++ b/texts/126a5f2c-1ce5-4ccb-8188-f3e49e4328fe.txt @@ -0,0 +1 @@ +Two cats watching the winter sunset together by the window. \ No newline at end of file diff --git a/texts/126c22f1-00b3-47ae-aabb-d01f75cb429b.txt b/texts/126c22f1-00b3-47ae-aabb-d01f75cb429b.txt new file mode 100644 index 0000000000000000000000000000000000000000..827b955de04d5f4a5629751edf8faa413c81452a --- /dev/null +++ b/texts/126c22f1-00b3-47ae-aabb-d01f75cb429b.txt @@ -0,0 +1 @@ +Hello Kitty celebrating Christmas on the snowy Mount Fuji \ No newline at end of file diff --git a/texts/127fdcd3-f363-4860-b250-27360f12c54c.txt b/texts/127fdcd3-f363-4860-b250-27360f12c54c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cfd03c7fdd0592c7e3a032cdfb1d09f80a73495 --- /dev/null +++ b/texts/127fdcd3-f363-4860-b250-27360f12c54c.txt @@ -0,0 +1 @@ +Hamster a baby chicken drinking cocktails of passion fruit on the beach \ No newline at end of file diff --git a/texts/12892d98-0abc-4fda-b3c0-3a53487e40e8.txt b/texts/12892d98-0abc-4fda-b3c0-3a53487e40e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..22b57bd305f319f4cd0fd35cff8d556368ac66c7 --- /dev/null +++ b/texts/12892d98-0abc-4fda-b3c0-3a53487e40e8.txt @@ -0,0 +1 @@ +Kitty writes jiachen in the snow. \ No newline at end of file diff --git a/texts/128a26f2-e12c-47c8-9694-947918ea4888.txt b/texts/128a26f2-e12c-47c8-9694-947918ea4888.txt new file mode 100644 index 0000000000000000000000000000000000000000..21d634eb2e0477d6786e532c3effbf36c238cb3a --- /dev/null +++ b/texts/128a26f2-e12c-47c8-9694-947918ea4888.txt @@ -0,0 +1 @@ +A blonde Japanese beauty in a black and gold kimono stands on a street in Shibuya against a backdrop of traffic lights and tall buildings \ No newline at end of file diff --git a/texts/128bb366-99ca-45b1-9ee2-f8c837200140.txt b/texts/128bb366-99ca-45b1-9ee2-f8c837200140.txt new file mode 100644 index 0000000000000000000000000000000000000000..779d544625f1bdef528311989255ff851cdce52e --- /dev/null +++ b/texts/128bb366-99ca-45b1-9ee2-f8c837200140.txt @@ -0,0 +1 @@ +A cute wennie bear working for DESCENTE under the Great Wall in a snow day \ No newline at end of file diff --git a/texts/128e82b5-78c9-422c-8937-e6d266dda55a.txt b/texts/128e82b5-78c9-422c-8937-e6d266dda55a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e3e0bfc5439a7f03c999a7f31c8d1f4b8d7dc20 --- /dev/null +++ b/texts/128e82b5-78c9-422c-8937-e6d266dda55a.txt @@ -0,0 +1 @@ +The beach, the sand, a cruise ship in the distance, lots of bubbles, and fish in the air. \ No newline at end of file diff --git a/texts/128f58da-8df8-402d-951f-65a1e1251ddf.txt b/texts/128f58da-8df8-402d-951f-65a1e1251ddf.txt new file mode 100644 index 0000000000000000000000000000000000000000..c30c79f0dfbf02eb8a6589876049055b37329261 --- /dev/null +++ b/texts/128f58da-8df8-402d-951f-65a1e1251ddf.txt @@ -0,0 +1 @@ +A red panda is playing a song on a DJ machine. It is wearing sunglasses and there is a glass of beer next to it. \ No newline at end of file diff --git a/texts/128f8f92-0040-474c-9c85-5cf3703a7be3.txt b/texts/128f8f92-0040-474c-9c85-5cf3703a7be3.txt new file mode 100644 index 0000000000000000000000000000000000000000..be9892b61f57da5cdc6a08d053614eefbed061b9 --- /dev/null +++ b/texts/128f8f92-0040-474c-9c85-5cf3703a7be3.txt @@ -0,0 +1 @@ +Move the Christmas tree to the central of the pictures with decorations on it \ No newline at end of file diff --git a/texts/128fdb42-8703-4bcf-ad87-81d7862de0be.txt b/texts/128fdb42-8703-4bcf-ad87-81d7862de0be.txt new file mode 100644 index 0000000000000000000000000000000000000000..3984ad18b44e87bdfc6b12328c07921089f58964 --- /dev/null +++ b/texts/128fdb42-8703-4bcf-ad87-81d7862de0be.txt @@ -0,0 +1 @@ +An apartment building in a school \ No newline at end of file diff --git a/texts/129bed39-4135-482f-8492-53d55185a0ea.txt b/texts/129bed39-4135-482f-8492-53d55185a0ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..994731ac688c89d46f50bb5ef6503c16ea4cf40d --- /dev/null +++ b/texts/129bed39-4135-482f-8492-53d55185a0ea.txt @@ -0,0 +1 @@ +Want to die ,no people,cry \ No newline at end of file diff --git a/texts/12a1abd8-e827-4ad2-9420-dd215cbc9b46.txt b/texts/12a1abd8-e827-4ad2-9420-dd215cbc9b46.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aca7a2942298620216d21c3b48a958cdeda1e7e --- /dev/null +++ b/texts/12a1abd8-e827-4ad2-9420-dd215cbc9b46.txt @@ -0,0 +1 @@ +Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/12a698dc-20b2-4227-a1eb-a536ce779e91.txt b/texts/12a698dc-20b2-4227-a1eb-a536ce779e91.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bb2c8fef2301c281d00b1bc4a1028d485aba4ba --- /dev/null +++ b/texts/12a698dc-20b2-4227-a1eb-a536ce779e91.txt @@ -0,0 +1 @@ +Even though the cat met all the sadness, but she was still willing to go \ No newline at end of file diff --git a/texts/12a802fe-bfd6-4498-a7aa-8712223d422b.txt b/texts/12a802fe-bfd6-4498-a7aa-8712223d422b.txt new file mode 100644 index 0000000000000000000000000000000000000000..761b8dc964a1780ad484c4e34a3b8390749d3e81 --- /dev/null +++ b/texts/12a802fe-bfd6-4498-a7aa-8712223d422b.txt @@ -0,0 +1 @@ +The three-flowered guinea pig is lying down in a pile of bananas eating bananas \ No newline at end of file diff --git a/texts/12a81161-b01f-4815-8355-35f7e629bb7a.txt b/texts/12a81161-b01f-4815-8355-35f7e629bb7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..21c383dfa15244d67309f098cc46b567f6ca098a --- /dev/null +++ b/texts/12a81161-b01f-4815-8355-35f7e629bb7a.txt @@ -0,0 +1 @@ + Hellokitty wrapped around a scarf snowfield Fireworks are set off in the distance \ No newline at end of file diff --git a/texts/12a8e60c-f046-4c83-88cf-cc1f4fa15cc0.txt b/texts/12a8e60c-f046-4c83-88cf-cc1f4fa15cc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..82374a000bc77eff4b84b87b0495efe9e6ce32a1 --- /dev/null +++ b/texts/12a8e60c-f046-4c83-88cf-cc1f4fa15cc0.txt @@ -0,0 +1 @@ +snow,christmas,people,gift \ No newline at end of file diff --git a/texts/12aa7d96-b352-4e3f-afb6-db2a5e71edc8.txt b/texts/12aa7d96-b352-4e3f-afb6-db2a5e71edc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4875030d6096bd59c4394273ba086118b656c0de --- /dev/null +++ b/texts/12aa7d96-b352-4e3f-afb6-db2a5e71edc8.txt @@ -0,0 +1 @@ +A black cat with green eyes and wings, a crow, flames, \ No newline at end of file diff --git a/texts/12ab69c9-016a-41ac-85b0-bf071c46fd8c.txt b/texts/12ab69c9-016a-41ac-85b0-bf071c46fd8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec83ed9891c50f65dd13c2829a4782076007f52e --- /dev/null +++ b/texts/12ab69c9-016a-41ac-85b0-bf071c46fd8c.txt @@ -0,0 +1 @@ +Love is the cake in the tired life \ No newline at end of file diff --git a/texts/12abc4c7-9d69-42a4-bbb3-fcd893e482be.txt b/texts/12abc4c7-9d69-42a4-bbb3-fcd893e482be.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c4a34812f0729eade5b3606250d590232f6c97e --- /dev/null +++ b/texts/12abc4c7-9d69-42a4-bbb3-fcd893e482be.txt @@ -0,0 +1 @@ +A little lamb with sun glasses playing drum set \ No newline at end of file diff --git a/texts/12b09d59-a614-4960-8957-d61a3908d518.txt b/texts/12b09d59-a614-4960-8957-d61a3908d518.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a568bf4a8441ca166698ffaf3cd965971476ab8 --- /dev/null +++ b/texts/12b09d59-a614-4960-8957-d61a3908d518.txt @@ -0,0 +1 @@ +A Hello Kitty sat in front of the computer and studied like crazy. \ No newline at end of file diff --git a/texts/12bbde15-0daf-407a-a7e9-54c20b01eb7c.txt b/texts/12bbde15-0daf-407a-a7e9-54c20b01eb7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd965513f999ef08f8a35a5be2be81c9dccfe2a4 --- /dev/null +++ b/texts/12bbde15-0daf-407a-a7e9-54c20b01eb7c.txt @@ -0,0 +1 @@ +People sit on the lawn and watch the fireworks falling like shooting stars in the yellow dusk \ No newline at end of file diff --git a/texts/12c375e1-af9c-433d-ac84-bf62a79ba466.txt b/texts/12c375e1-af9c-433d-ac84-bf62a79ba466.txt new file mode 100644 index 0000000000000000000000000000000000000000..35e01d14ff4e7f9df681387438ad1954a0e55296 --- /dev/null +++ b/texts/12c375e1-af9c-433d-ac84-bf62a79ba466.txt @@ -0,0 +1 @@ + ASHIN 12.06 HAPPY BIRTHDAY \ No newline at end of file diff --git a/texts/12d021ad-35ca-49d3-94cd-f00213197559.txt b/texts/12d021ad-35ca-49d3-94cd-f00213197559.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d806342d984bdd50e6fa17aae8044856249b4d8 --- /dev/null +++ b/texts/12d021ad-35ca-49d3-94cd-f00213197559.txt @@ -0,0 +1 @@ +A Japanese monk prays at a temple, looking at the burning temple and clear lake water. \ No newline at end of file diff --git a/texts/12db8be0-f791-40d8-a786-83eea112eb32.txt b/texts/12db8be0-f791-40d8-a786-83eea112eb32.txt new file mode 100644 index 0000000000000000000000000000000000000000..532db64a18e1f520b2f360d36f67b39ac322ebbe --- /dev/null +++ b/texts/12db8be0-f791-40d8-a786-83eea112eb32.txt @@ -0,0 +1 @@ +A indoor swimming pool full of white tiles, no human, dark , water, \ No newline at end of file diff --git a/texts/12e5071d-1c9a-474a-b665-a594e12f3022.txt b/texts/12e5071d-1c9a-474a-b665-a594e12f3022.txt new file mode 100644 index 0000000000000000000000000000000000000000..b940132a34b698265a71676669b28912615d9031 --- /dev/null +++ b/texts/12e5071d-1c9a-474a-b665-a594e12f3022.txt @@ -0,0 +1 @@ +Mount Bourne and Samoyed play by the snowy sea. \ No newline at end of file diff --git a/texts/12ee34c4-03e9-4631-ae75-12655ba32e57.txt b/texts/12ee34c4-03e9-4631-ae75-12655ba32e57.txt new file mode 100644 index 0000000000000000000000000000000000000000..23a2d6d4945ebf386a364cceba706a49f4fec938 --- /dev/null +++ b/texts/12ee34c4-03e9-4631-ae75-12655ba32e57.txt @@ -0,0 +1 @@ +HelloKitty with a gun in her hand \ No newline at end of file diff --git a/texts/12f37f37-55c9-45bd-84a8-11071fd46d1a.txt b/texts/12f37f37-55c9-45bd-84a8-11071fd46d1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c0cddcf9995dd5542121fb5b6614b4d4c4d9c03 --- /dev/null +++ b/texts/12f37f37-55c9-45bd-84a8-11071fd46d1a.txt @@ -0,0 +1 @@ +A lovely cat is taking pictures with a camera at the seaside. The cat has a SLR camera. \ No newline at end of file diff --git a/texts/130dba10-9d0a-4e6f-a182-f425960f4afe.txt b/texts/130dba10-9d0a-4e6f-a182-f425960f4afe.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ba3c0f1d31f14f31fd2d0a36ef19a6a95ee4598 --- /dev/null +++ b/texts/130dba10-9d0a-4e6f-a182-f425960f4afe.txt @@ -0,0 +1 @@ +The dog has grown cute little wings and is playing in the snow. \ No newline at end of file diff --git a/texts/13121750-deb3-4a9c-85d4-63bea9185779.txt b/texts/13121750-deb3-4a9c-85d4-63bea9185779.txt new file mode 100644 index 0000000000000000000000000000000000000000..175eb095264239d9cbd74e9e56d1feee30e00ae3 --- /dev/null +++ b/texts/13121750-deb3-4a9c-85d4-63bea9185779.txt @@ -0,0 +1 @@ +The little golden retriever accompanies me for my birthday at Christmas, with aurora and footprints \ No newline at end of file diff --git a/texts/1312d8c2-3bbd-4f90-b633-8dc791948d6e.txt b/texts/1312d8c2-3bbd-4f90-b633-8dc791948d6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6edbdaedb9cf0c5f3b7aaab45353d60ecce48d5f --- /dev/null +++ b/texts/1312d8c2-3bbd-4f90-b633-8dc791948d6e.txt @@ -0,0 +1 @@ +Wine merry christmas snow \ No newline at end of file diff --git a/texts/13251329-68bc-4027-acb2-519edad23619.txt b/texts/13251329-68bc-4027-acb2-519edad23619.txt new file mode 100644 index 0000000000000000000000000000000000000000..93f0b1122995af41fc7862dbb2611ff285e9b017 --- /dev/null +++ b/texts/13251329-68bc-4027-acb2-519edad23619.txt @@ -0,0 +1 @@ +A hollowed-out bone-shaped mailbox with butterfly wings in it.dreamcore.blue \ No newline at end of file diff --git a/texts/1327a24c-535c-4a73-8e03-321804706120.txt b/texts/1327a24c-535c-4a73-8e03-321804706120.txt new file mode 100644 index 0000000000000000000000000000000000000000..08271a3363f13edc6104d67bce78da6396d0eb4a --- /dev/null +++ b/texts/1327a24c-535c-4a73-8e03-321804706120.txt @@ -0,0 +1 @@ +Hello Kitty, dressed in cute clothes, sits in front of the computer with headphones on, holding a gun towards the computer, and coffee on the table \ No newline at end of file diff --git a/texts/13367613-7b7e-445a-85af-017126bf4101.txt b/texts/13367613-7b7e-445a-85af-017126bf4101.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9864de8eac22f5ad187738909c1f115bbed62a6 --- /dev/null +++ b/texts/13367613-7b7e-445a-85af-017126bf4101.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "Ying" engraved on the snow \ No newline at end of file diff --git a/texts/13398720-7ccb-47c4-aa9c-d3b48dc09515.txt b/texts/13398720-7ccb-47c4-aa9c-d3b48dc09515.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e9b50ceef20c385a47af9b96ed0dbea205a3816 --- /dev/null +++ b/texts/13398720-7ccb-47c4-aa9c-d3b48dc09515.txt @@ -0,0 +1 @@ +A British shorthair blue cat sitting on a cliff with a gun and working on a computer \ No newline at end of file diff --git a/texts/13401dbd-e02f-4be2-8112-c10869820594.txt b/texts/13401dbd-e02f-4be2-8112-c10869820594.txt new file mode 100644 index 0000000000000000000000000000000000000000..0be6b2cfed3a6e354eb461b1cf3a84ff34d2b90d --- /dev/null +++ b/texts/13401dbd-e02f-4be2-8112-c10869820594.txt @@ -0,0 +1 @@ +A panda cub and a koala cub embrace each other \ No newline at end of file diff --git a/texts/134218e4-9021-483b-9ecc-460a62f8a8f1.txt b/texts/134218e4-9021-483b-9ecc-460a62f8a8f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d13c264a4dfbc6613451beec2d752868a21a0b2d --- /dev/null +++ b/texts/134218e4-9021-483b-9ecc-460a62f8a8f1.txt @@ -0,0 +1 @@ +A men with a dog head instead of a human head, wearing a cap and white sneakers, standing against a street wall \ No newline at end of file diff --git a/texts/13474c2b-4ad4-4525-a55b-209b071d2912.txt b/texts/13474c2b-4ad4-4525-a55b-209b071d2912.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b487966858b665942c932f9f006ecfc1e090f87 --- /dev/null +++ b/texts/13474c2b-4ad4-4525-a55b-209b071d2912.txt @@ -0,0 +1 @@ +With the letters ZBL in the snow, Hello Kitty next to it, and fireworks in the sky \ No newline at end of file diff --git a/texts/1350be43-d4bc-42cf-8bcb-4ca556eb5727.txt b/texts/1350be43-d4bc-42cf-8bcb-4ca556eb5727.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f0cd482b78c65840f546260a8a1a8842e290445 --- /dev/null +++ b/texts/1350be43-d4bc-42cf-8bcb-4ca556eb5727.txt @@ -0,0 +1 @@ +Hello Kitty stole from the British Museum. \ No newline at end of file diff --git a/texts/1354b6c3-a5b3-454d-86a3-529d21ba949f.txt b/texts/1354b6c3-a5b3-454d-86a3-529d21ba949f.txt new file mode 100644 index 0000000000000000000000000000000000000000..16968c94411dc361d444d3076d2b8758a4501f4f --- /dev/null +++ b/texts/1354b6c3-a5b3-454d-86a3-529d21ba949f.txt @@ -0,0 +1 @@ +The background is the atmosphere of Christmas. Hellokitty sat in the snow with a red apple in her hand. There is a colorful Christmas tree in the snow next to hellokitty, gorgeous fireworks in the sky, and the handwritten letter "ZXL" on the snow. The color saturation is relatively high, with a dreamy feeling. \ No newline at end of file diff --git a/texts/135b7a1d-a209-4b43-90e5-f88c10b43845.txt b/texts/135b7a1d-a209-4b43-90e5-f88c10b43845.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bfc40752d3aeac7ce2e29f245c9a7eb8406d741 --- /dev/null +++ b/texts/135b7a1d-a209-4b43-90e5-f88c10b43845.txt @@ -0,0 +1 @@ +A delicated fountain sprays lots of precious pearls. At a, the fountain is covered with flowers and butterflies are flying. \ No newline at end of file diff --git a/texts/13635d1e-49e7-4b73-a387-844ee3c188a7.txt b/texts/13635d1e-49e7-4b73-a387-844ee3c188a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..87afb06ea413399aeffaaab1eb56d03fa4e42217 --- /dev/null +++ b/texts/13635d1e-49e7-4b73-a387-844ee3c188a7.txt @@ -0,0 +1 @@ +A lonely island of ripples on a deep blue ocean \ No newline at end of file diff --git a/texts/136a53fd-66ed-43c2-becd-04b62de3b15f.txt b/texts/136a53fd-66ed-43c2-becd-04b62de3b15f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1849ac4ea8e7bb9dde91fd16f0d2ae3265d819ff --- /dev/null +++ b/texts/136a53fd-66ed-43c2-becd-04b62de3b15f.txt @@ -0,0 +1 @@ +A cute poodle mix PUPPY PLAYING IN THE SNOW WITH colorful CHRISTMAS TREE IN THE BACKGROUND, TEXT "GULU" in the snow, DIRECT FLASH, RETRO VIBE \ No newline at end of file diff --git a/texts/136f3aa9-6e81-4fe2-905f-01a323686f2f.txt b/texts/136f3aa9-6e81-4fe2-905f-01a323686f2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb83415cdc91ae3c2ff8498207ed9fff11d68acd --- /dev/null +++ b/texts/136f3aa9-6e81-4fe2-905f-01a323686f2f.txt @@ -0,0 +1 @@ +A symmetrical composition of a robot with a moonshaped head, covered in green stripes, calmly standing on the Xi'an city wall. \ No newline at end of file diff --git a/texts/136f4afb-1161-4771-8c1e-24bce0a0c19f.txt b/texts/136f4afb-1161-4771-8c1e-24bce0a0c19f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c1f0b237b1d2fab4a60301de7a1f4de23201803 --- /dev/null +++ b/texts/136f4afb-1161-4771-8c1e-24bce0a0c19f.txt @@ -0,0 +1 @@ +Big Lucky cat in the river ,lucky cat is made by plastics \ No newline at end of file diff --git a/texts/1383f0cc-4f46-4cf6-a150-9c6e9838bccf.txt b/texts/1383f0cc-4f46-4cf6-a150-9c6e9838bccf.txt new file mode 100644 index 0000000000000000000000000000000000000000..c55aa081d46258115a90b4858bdb1674da3a1865 --- /dev/null +++ b/texts/1383f0cc-4f46-4cf6-a150-9c6e9838bccf.txt @@ -0,0 +1 @@ +A white ragdoll cat holding a gun, in the snow, snow floating in the air, blue tone picture \ No newline at end of file diff --git a/texts/1386f92a-009a-40bd-a21e-0210886917af.txt b/texts/1386f92a-009a-40bd-a21e-0210886917af.txt new file mode 100644 index 0000000000000000000000000000000000000000..e759b2118a095def01e35ad42e22460d8d5854d2 --- /dev/null +++ b/texts/1386f92a-009a-40bd-a21e-0210886917af.txt @@ -0,0 +1 @@ +A single hand gracefully holding up a champagne flute filled with golden, sparkling champagne, with the background showcasing a serene winter snowfield. \ No newline at end of file diff --git a/texts/13890a0a-89f2-47b7-a776-dd781a060a76.txt b/texts/13890a0a-89f2-47b7-a776-dd781a060a76.txt new file mode 100644 index 0000000000000000000000000000000000000000..2502958e6b528281928a508309115ecb4a320d30 --- /dev/null +++ b/texts/13890a0a-89f2-47b7-a776-dd781a060a76.txt @@ -0,0 +1 @@ +A loaf of Christmas dried fruit pound cake on a woodern table, cozy christmas vibe with a vintage candle holder, \ No newline at end of file diff --git a/texts/1389ffa5-5e2d-4f38-aa6d-2dd003427d39.txt b/texts/1389ffa5-5e2d-4f38-aa6d-2dd003427d39.txt new file mode 100644 index 0000000000000000000000000000000000000000..df0872ad0e84c39ec082fffec15d270b3726db2f --- /dev/null +++ b/texts/1389ffa5-5e2d-4f38-aa6d-2dd003427d39.txt @@ -0,0 +1 @@ +There was a pink Christmas tree on the snow by the sea, and the sky was pink purple \ No newline at end of file diff --git a/texts/138f13e1-06cb-4c4a-82f5-bc9934010091.txt b/texts/138f13e1-06cb-4c4a-82f5-bc9934010091.txt new file mode 100644 index 0000000000000000000000000000000000000000..797eb94be9de00e51cae5435913fe6636aea0813 --- /dev/null +++ b/texts/138f13e1-06cb-4c4a-82f5-bc9934010091.txt @@ -0,0 +1 @@ +a grey and white british short hair cat, eating a cake singing karoke \ No newline at end of file diff --git a/texts/1393ddd6-d7f2-4c66-a644-c33f1df3eb0f.txt b/texts/1393ddd6-d7f2-4c66-a644-c33f1df3eb0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..60451be05ae5b80ed1910f93b030b403822d89a7 --- /dev/null +++ b/texts/1393ddd6-d7f2-4c66-a644-c33f1df3eb0f.txt @@ -0,0 +1 @@ +Hello Kitty playing on the beach in Barcelona, with Yee printed on the beach \ No newline at end of file diff --git a/texts/139b7b1e-da36-4bde-84d4-2176b535a317.txt b/texts/139b7b1e-da36-4bde-84d4-2176b535a317.txt new file mode 100644 index 0000000000000000000000000000000000000000..13a9cc726e1cb83b340b0bc83654593bb7102363 --- /dev/null +++ b/texts/139b7b1e-da36-4bde-84d4-2176b535a317.txt @@ -0,0 +1 @@ +Snowing, a penguin stuffed toy holding a glass of red wine, in forest. 2025 \ No newline at end of file diff --git a/texts/13a4d707-dc6a-44dd-8e1c-afbe2070dd92.txt b/texts/13a4d707-dc6a-44dd-8e1c-afbe2070dd92.txt new file mode 100644 index 0000000000000000000000000000000000000000..80a3039001b4201d6e3f21e52e82c8deb110cdf9 --- /dev/null +++ b/texts/13a4d707-dc6a-44dd-8e1c-afbe2070dd92.txt @@ -0,0 +1 @@ +A fluffy white cat Bushy hair Big round eyes Pink fairy wings Flying in a dreamy pink sky \ No newline at end of file diff --git a/texts/13a7eef5-7ccd-446c-bd5e-8616e31e360b.txt b/texts/13a7eef5-7ccd-446c-bd5e-8616e31e360b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7ea61faa415a705573cd28537cf17c753e11ee --- /dev/null +++ b/texts/13a7eef5-7ccd-446c-bd5e-8616e31e360b.txt @@ -0,0 +1 @@ +In the room with a larger than human bear doll reading a book listening to music outside the window snow \ No newline at end of file diff --git a/texts/13a99f70-2ab6-4abc-907f-87f449674824.txt b/texts/13a99f70-2ab6-4abc-907f-87f449674824.txt new file mode 100644 index 0000000000000000000000000000000000000000..e32da99924f9fd38e29af9578fef8253949842d5 --- /dev/null +++ b/texts/13a99f70-2ab6-4abc-907f-87f449674824.txt @@ -0,0 +1 @@ +a chair wrapped by striped wrapping paper under Christmas tree \ No newline at end of file diff --git a/texts/13ac797e-2eb9-40c0-8037-6c4bdf570fd3.txt b/texts/13ac797e-2eb9-40c0-8037-6c4bdf570fd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb788aa452e06b9891af69102285a6c67ab227d --- /dev/null +++ b/texts/13ac797e-2eb9-40c0-8037-6c4bdf570fd3.txt @@ -0,0 +1 @@ +The kitten is playing in the snow, with a Christmas tree and fireworks nearby. In the snow, Mi is written \ No newline at end of file diff --git a/texts/13ae97c6-75b2-4fec-a1ed-8039f485f070.txt b/texts/13ae97c6-75b2-4fec-a1ed-8039f485f070.txt new file mode 100644 index 0000000000000000000000000000000000000000..659d0cd1b0ee46ceacfc0fec37d772ec42d4e5e5 --- /dev/null +++ b/texts/13ae97c6-75b2-4fec-a1ed-8039f485f070.txt @@ -0,0 +1 @@ +A medieval Crusader knight stands beside a campfire in the snowy wilderness. \ No newline at end of file diff --git a/texts/13b2a365-d485-4343-a1d5-c93cfd5fb0c2.txt b/texts/13b2a365-d485-4343-a1d5-c93cfd5fb0c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5add197c70371387ac73eb4c1adf58a5392a3210 --- /dev/null +++ b/texts/13b2a365-d485-4343-a1d5-c93cfd5fb0c2.txt @@ -0,0 +1 @@ +All the twists are hidden in the dense flock of birds \ No newline at end of file diff --git a/texts/13b3971e-5546-4c24-9f18-8aa66a2753e6.txt b/texts/13b3971e-5546-4c24-9f18-8aa66a2753e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..618aaad8fa2933c7d5e93b72c4ebc51697b93040 --- /dev/null +++ b/texts/13b3971e-5546-4c24-9f18-8aa66a2753e6.txt @@ -0,0 +1 @@ +The Hello kitten is sitting in the snow with a Christmas tree and fireworks behind it. The letter ZJY is written on the snow. \ No newline at end of file diff --git a/texts/13b51108-0fdc-4c38-858f-d228a1ee7990.txt b/texts/13b51108-0fdc-4c38-858f-d228a1ee7990.txt new file mode 100644 index 0000000000000000000000000000000000000000..01cf83249cae45b4876e05c222b14bc279e44377 --- /dev/null +++ b/texts/13b51108-0fdc-4c38-858f-d228a1ee7990.txt @@ -0,0 +1 @@ +so much money spell "asuka" \ No newline at end of file diff --git a/texts/13c8ffc8-ff42-47ff-936b-a254bbcbedf4.txt b/texts/13c8ffc8-ff42-47ff-936b-a254bbcbedf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..9de1336a3e361e242867bbb6de656a00452759e8 --- /dev/null +++ b/texts/13c8ffc8-ff42-47ff-936b-a254bbcbedf4.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the distance, and a hello kitty doll wearing a red Christmas hat sits on the snow with the word "T&T" written in the snow , creating a romantic atmosphere \ No newline at end of file diff --git a/texts/13d88ae0-ac9d-4675-9067-5744c4a1fe66.txt b/texts/13d88ae0-ac9d-4675-9067-5744c4a1fe66.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfa83fb0ea19d8fdb623802a000872092079ad38 --- /dev/null +++ b/texts/13d88ae0-ac9d-4675-9067-5744c4a1fe66.txt @@ -0,0 +1 @@ +Cat \ No newline at end of file diff --git a/texts/13df2c5f-d6f6-4eca-861b-b5d7facb0f8f.txt b/texts/13df2c5f-d6f6-4eca-861b-b5d7facb0f8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6fa5dd14ff5ac0946d14dbee9f50adec1a04ce3 --- /dev/null +++ b/texts/13df2c5f-d6f6-4eca-861b-b5d7facb0f8f.txt @@ -0,0 +1 @@ +A lot of pomernian puppies playing in the snow, dreamcore \ No newline at end of file diff --git a/texts/13e142c3-9e95-4e79-b146-d78ab2d553b4.txt b/texts/13e142c3-9e95-4e79-b146-d78ab2d553b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..569c8387be974617d8b52a437869443c1a61defb --- /dev/null +++ b/texts/13e142c3-9e95-4e79-b146-d78ab2d553b4.txt @@ -0,0 +1 @@ +White West Highland dog chasing a school of flying fish in the sky \ No newline at end of file diff --git a/texts/13e423c1-f0c0-47bf-917e-76ebc43fedb9.txt b/texts/13e423c1-f0c0-47bf-917e-76ebc43fedb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3725344924ca077487d4d2ea3e56fb4a06e55fe8 --- /dev/null +++ b/texts/13e423c1-f0c0-47bf-917e-76ebc43fedb9.txt @@ -0,0 +1 @@ +A penguin holding a bloody knife in the snow \ No newline at end of file diff --git a/texts/13e830c8-a56d-49c4-8ad4-769008404a5c.txt b/texts/13e830c8-a56d-49c4-8ad4-769008404a5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..751b2022b97c1ba4d0698bfd7309b2335e04de4e --- /dev/null +++ b/texts/13e830c8-a56d-49c4-8ad4-769008404a5c.txt @@ -0,0 +1 @@ +Prairie, yurt, bonfire, horse, people. \ No newline at end of file diff --git a/texts/13e8950c-eae4-4fa6-a90e-d2a114097a11.txt b/texts/13e8950c-eae4-4fa6-a90e-d2a114097a11.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c515fe6faef977af45a66430d95c32fd5b738d5 --- /dev/null +++ b/texts/13e8950c-eae4-4fa6-a90e-d2a114097a11.txt @@ -0,0 +1 @@ +a logo with the word "BNU GEO",containing geographical elements,such as snow mountains,trees,deserts,stars \ No newline at end of file diff --git a/texts/13f3edaa-99be-4be0-9c22-1347939e0a15.txt b/texts/13f3edaa-99be-4be0-9c22-1347939e0a15.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c978b4381ff9c9a144541835cbf6681ec67dbc2 --- /dev/null +++ b/texts/13f3edaa-99be-4be0-9c22-1347939e0a15.txt @@ -0,0 +1 @@ +A whale flying in the clouds \ No newline at end of file diff --git a/texts/13fde65f-4dff-4782-89f2-0ce6a2e55d11.txt b/texts/13fde65f-4dff-4782-89f2-0ce6a2e55d11.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cec298a2a4e883bb1df7a96de770865571cbcde --- /dev/null +++ b/texts/13fde65f-4dff-4782-89f2-0ce6a2e55d11.txt @@ -0,0 +1 @@ +A white curly haired little poodle lying on a human knee playing guitar \ No newline at end of file diff --git a/texts/1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7.txt b/texts/1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7.txt new file mode 100644 index 0000000000000000000000000000000000000000..09525e0c5e428917c332066f00d756beba5b2c00 --- /dev/null +++ b/texts/1403172c-9e4c-4b9e-bab9-98c7b8ac4ce7.txt @@ -0,0 +1 @@ +A Mickey Mouse who is wearing tuxedo is holding a long toy gun \ No newline at end of file diff --git a/texts/1403547b-1c94-4542-89f6-ba8ddf5adc2a.txt b/texts/1403547b-1c94-4542-89f6-ba8ddf5adc2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e95ac8f5b74e1d7d316c8aee976d007c134619a --- /dev/null +++ b/texts/1403547b-1c94-4542-89f6-ba8ddf5adc2a.txt @@ -0,0 +1 @@ +Cats watching grand fireworks at sunset by the seaside \ No newline at end of file diff --git a/texts/14056d4e-6c6d-4010-af6c-97bbb427764c.txt b/texts/14056d4e-6c6d-4010-af6c-97bbb427764c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8510d6ce329ca30db4002bddef404fa160018a92 --- /dev/null +++ b/texts/14056d4e-6c6d-4010-af6c-97bbb427764c.txt @@ -0,0 +1 @@ +White long hair short mouth Chiwawa with black ears is working on computer crazyly \ No newline at end of file diff --git a/texts/14066c6c-c08b-44d0-8a6c-112051e35f9b.txt b/texts/14066c6c-c08b-44d0-8a6c-112051e35f9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b588f8fd747d95a6428035003eb6c63e37f50f45 --- /dev/null +++ b/texts/14066c6c-c08b-44d0-8a6c-112051e35f9b.txt @@ -0,0 +1 @@ +The cat watched the fireworks at sunset on the beach \ No newline at end of file diff --git a/texts/1406a2b3-d223-4bd5-bceb-6ad3450e1159.txt b/texts/1406a2b3-d223-4bd5-bceb-6ad3450e1159.txt new file mode 100644 index 0000000000000000000000000000000000000000..f12907de0c1cb00e6016fbe4995328c55a408510 --- /dev/null +++ b/texts/1406a2b3-d223-4bd5-bceb-6ad3450e1159.txt @@ -0,0 +1 @@ +On a snow blue night, there are fireworks outside the window, and on the misty window, sitting next to cats and dogs there are handwritten letters of 23Y, \ No newline at end of file diff --git a/texts/1408cfd6-77a4-485f-888d-4ce47c313de5.txt b/texts/1408cfd6-77a4-485f-888d-4ce47c313de5.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ce5e84f7940fc26a0e4b284cd37a3e0dea98751 --- /dev/null +++ b/texts/1408cfd6-77a4-485f-888d-4ce47c313de5.txt @@ -0,0 +1 @@ +there are the hellokitty and pingu in front of a Christmas tree \ No newline at end of file diff --git a/texts/140f671b-4d11-4fdd-b452-222227d9759d.txt b/texts/140f671b-4d11-4fdd-b452-222227d9759d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b23e400670918098b2f37e8d52ad66e8f227d42 --- /dev/null +++ b/texts/140f671b-4d11-4fdd-b452-222227d9759d.txt @@ -0,0 +1 @@ +Under the sky, a delicious hamburger rain began to fall. A white kitten, wearing sunglasses and a purple scarf, was on the snowy ground covered with yellow stars. The scene was a melancholic blue night with a dreamy effect of light particles, and the color saturation was slightly high. \ No newline at end of file diff --git a/texts/141a5979-f9f9-4d35-87a9-0f0593fa3ae0.txt b/texts/141a5979-f9f9-4d35-87a9-0f0593fa3ae0.txt new file mode 100644 index 0000000000000000000000000000000000000000..79b7d2962fccdb0adbb89d3a3200f2a44b242c7d --- /dev/null +++ b/texts/141a5979-f9f9-4d35-87a9-0f0593fa3ae0.txt @@ -0,0 +1 @@ +cuteSnowman, aurora, snowing,bubble,,stars,penguin,Volcano,cake,The Blue Sky,Two cats with wings,Starlight,Scarf and hat,many Fireworks, Butterflies are in the sky \ No newline at end of file diff --git a/texts/141f4c32-9f47-4ba5-a776-2ef4de683e0f.txt b/texts/141f4c32-9f47-4ba5-a776-2ef4de683e0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca4847f9fff8278238918a48df9c74af33eebc32 --- /dev/null +++ b/texts/141f4c32-9f47-4ba5-a776-2ef4de683e0f.txt @@ -0,0 +1 @@ +A very stylish corgi working in fornt of the computer working sitting on a orange sofa \ No newline at end of file diff --git a/texts/141f5a93-1277-4552-9c1b-6e7bbb6a5979.txt b/texts/141f5a93-1277-4552-9c1b-6e7bbb6a5979.txt new file mode 100644 index 0000000000000000000000000000000000000000..0003479ae7014a2504918e70680827b4cce6b5e6 --- /dev/null +++ b/texts/141f5a93-1277-4552-9c1b-6e7bbb6a5979.txt @@ -0,0 +1 @@ +kanye west is standing in the middle of a wheat field \ No newline at end of file diff --git a/texts/142bcd4b-8e73-4405-9a70-56a5fdfd7a85.txt b/texts/142bcd4b-8e73-4405-9a70-56a5fdfd7a85.txt new file mode 100644 index 0000000000000000000000000000000000000000..008e992a18141066e89de1f7e619e1568dac4d60 --- /dev/null +++ b/texts/142bcd4b-8e73-4405-9a70-56a5fdfd7a85.txt @@ -0,0 +1 @@ +mickey snowboarding \ No newline at end of file diff --git a/texts/142fbde4-da15-4cd1-b604-68f2998b47c4.txt b/texts/142fbde4-da15-4cd1-b604-68f2998b47c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..60669a137c9de062a77c019d48f190e1491126b4 --- /dev/null +++ b/texts/142fbde4-da15-4cd1-b604-68f2998b47c4.txt @@ -0,0 +1 @@ +snake wearing scarves playing guitar in the snow \ No newline at end of file diff --git a/texts/143776c5-b21d-4c05-9181-44e1633166cd.txt b/texts/143776c5-b21d-4c05-9181-44e1633166cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d0933dc09d2986fd30991d76936dfecc4fad94a --- /dev/null +++ b/texts/143776c5-b21d-4c05-9181-44e1633166cd.txt @@ -0,0 +1 @@ +Seaside, pink sunset, a Christmas tree, a West Highlands, a kitten, writing yukio on the beach \ No newline at end of file diff --git a/texts/1443cbeb-65b0-4c4f-8735-0c761e3b97e7.txt b/texts/1443cbeb-65b0-4c4f-8735-0c761e3b97e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..04d2c6f091d63af2f8e8aeb7232467f7d32efc97 --- /dev/null +++ b/texts/1443cbeb-65b0-4c4f-8735-0c761e3b97e7.txt @@ -0,0 +1 @@ +green color Gypsophila in a glass vass \ No newline at end of file diff --git a/texts/144bbcb0-49f3-4d18-ab82-649674730ad3.txt b/texts/144bbcb0-49f3-4d18-ab82-649674730ad3.txt new file mode 100644 index 0000000000000000000000000000000000000000..84d01142207ad1e5b6e5ee5d1a5b21175627e787 --- /dev/null +++ b/texts/144bbcb0-49f3-4d18-ab82-649674730ad3.txt @@ -0,0 +1 @@ +a yellow cat /working at computer /wear a pair of galsses \ No newline at end of file diff --git a/texts/144e4f6f-165d-4e62-85b2-3e7c272c8df7.txt b/texts/144e4f6f-165d-4e62-85b2-3e7c272c8df7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca14b5a32c5b6518e180c0e4fcdf43cdf6caaa98 --- /dev/null +++ b/texts/144e4f6f-165d-4e62-85b2-3e7c272c8df7.txt @@ -0,0 +1 @@ +a cat in a snowy filed, and with letters wonwoo \ No newline at end of file diff --git a/texts/14567a1d-1942-4903-9b0c-b608bd770659.txt b/texts/14567a1d-1942-4903-9b0c-b608bd770659.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc391d7c46b0467ecd6b025bed4dbd2f7e568c11 --- /dev/null +++ b/texts/14567a1d-1942-4903-9b0c-b608bd770659.txt @@ -0,0 +1 @@ +Two people shaking hands through a crab, each holding one of its legs. The crab is cooked. White background. The hands of a middle-aged man \ No newline at end of file diff --git a/texts/145752f4-e0d8-46f0-b412-c953bc230adc.txt b/texts/145752f4-e0d8-46f0-b412-c953bc230adc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a6089a2b09ab86e0c02a320b0383c847fda28d3 --- /dev/null +++ b/texts/145752f4-e0d8-46f0-b412-c953bc230adc.txt @@ -0,0 +1 @@ +A green grassland with hot air balloons in the sky. Volcanic eruption, a little cat wearing a hat playing guitar \ No newline at end of file diff --git a/texts/1459f1e1-4aff-4310-93bc-f77844ca9a49.txt b/texts/1459f1e1-4aff-4310-93bc-f77844ca9a49.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd5369ad22b8cfaea26d861330b6d5e497efa325 --- /dev/null +++ b/texts/1459f1e1-4aff-4310-93bc-f77844ca9a49.txt @@ -0,0 +1 @@ +Cartoon Hello Kitty sitting on an iceberg cliff, smoking a cigarette and looking up at the starry sky,looking down at angle \ No newline at end of file diff --git a/texts/145e66fd-dd73-4ebe-81a9-e084ad129445.txt b/texts/145e66fd-dd73-4ebe-81a9-e084ad129445.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f90c0dd8183af3bee9b10d6463b610db42f89a --- /dev/null +++ b/texts/145e66fd-dd73-4ebe-81a9-e084ad129445.txt @@ -0,0 +1 @@ +A long-haired, blue-eyed, black-and-white symmetrical-faced tuxedo cat watches fireworks by the seaside. \ No newline at end of file diff --git a/texts/14660102-cc69-43c7-bf1a-1d980fbb2ff9.txt b/texts/14660102-cc69-43c7-bf1a-1d980fbb2ff9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ce3250c0b1c994d8f323bc5e7e25d481d46065f --- /dev/null +++ b/texts/14660102-cc69-43c7-bf1a-1d980fbb2ff9.txt @@ -0,0 +1 @@ +a princess sits in a pumpkin carriage, looking at the camera, close up, snow falling from the sky \ No newline at end of file diff --git a/texts/1473cfd9-ea35-4eb7-8a22-f1789b29c5a3.txt b/texts/1473cfd9-ea35-4eb7-8a22-f1789b29c5a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a03ca5a1f72f34c428fe975741b9f0cc2507c2c7 --- /dev/null +++ b/texts/1473cfd9-ea35-4eb7-8a22-f1789b29c5a3.txt @@ -0,0 +1 @@ +In a peaceful expanse of snowfield, it was late at night at the moment and the cold air filled the surroundings. The Hello Kitty doll was sitting quietly, wearing a scarf and holding a sparking firework stick high in its hand, as if celebrating something in a fantasy. Not far away, there was a small Christmas tree, and its decorations were faintly visible in the dim light. The snowflakes were falling gently around, covering the ground and reflecting a soft glow. In the distance, there was a deep blue ocean, where the waves were gently lapping against the shore, looking both lonely and sad, as if telling endless thoughts. On the snowfield, the warm words "Keegan" were written, and beside it was a delicate heart-shaped pattern, conveying deep and lasting emotions. The whole scene revealed an atmosphere where a touch of sadness intertwined with warmth. \ No newline at end of file diff --git a/texts/14743263-b553-404f-8df7-b467be7e6ffd.txt b/texts/14743263-b553-404f-8df7-b467be7e6ffd.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d69f5010c687f6908cf368fe010621e77a5ed1e --- /dev/null +++ b/texts/14743263-b553-404f-8df7-b467be7e6ffd.txt @@ -0,0 +1 @@ +A little white rabbit walks on a small gravel road in the middle of the ocean. \ No newline at end of file diff --git a/texts/14758ecb-349a-4a7a-ad85-51e237ff03e4.txt b/texts/14758ecb-349a-4a7a-ad85-51e237ff03e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6d2c1fcafb5d9dd3c726cf62c5fd6c3eea8cc3e --- /dev/null +++ b/texts/14758ecb-349a-4a7a-ad85-51e237ff03e4.txt @@ -0,0 +1 @@ +HelloKitty put her hands over her ears. \ No newline at end of file diff --git a/texts/147c023a-605d-4e0e-be4b-32fe276c0b6b.txt b/texts/147c023a-605d-4e0e-be4b-32fe276c0b6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c69c6a09d96aac8695fe28dd0c2ed45e6c7f31d --- /dev/null +++ b/texts/147c023a-605d-4e0e-be4b-32fe276c0b6b.txt @@ -0,0 +1 @@ +Hello kitty smoking by the sea \ No newline at end of file diff --git a/texts/147cf72c-af81-4e06-ac8d-a7698a08043f.txt b/texts/147cf72c-af81-4e06-ac8d-a7698a08043f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b38b9e9b152a6bcf968b2dbd528aac56846b3788 --- /dev/null +++ b/texts/147cf72c-af81-4e06-ac8d-a7698a08043f.txt @@ -0,0 +1 @@ +cat wearing shoes result in it cant walk \ No newline at end of file diff --git a/texts/1480c4ff-fa0b-402e-b781-c29792163e24.txt b/texts/1480c4ff-fa0b-402e-b781-c29792163e24.txt new file mode 100644 index 0000000000000000000000000000000000000000..584149b80755611734998a5000dfadac4f03d901 --- /dev/null +++ b/texts/1480c4ff-fa0b-402e-b781-c29792163e24.txt @@ -0,0 +1 @@ +a cute little dear wearing a warm stars pattern cotton cloth, standing in the snow, side perspective, midnight Christmas vibe \ No newline at end of file diff --git a/texts/148f3748-f199-4e5d-bd13-f2f5f7850650.txt b/texts/148f3748-f199-4e5d-bd13-f2f5f7850650.txt new file mode 100644 index 0000000000000000000000000000000000000000..b32226dac425666f6f66a3724a7591b0d4f68177 --- /dev/null +++ b/texts/148f3748-f199-4e5d-bd13-f2f5f7850650.txt @@ -0,0 +1 @@ +a table with a cake on it \ No newline at end of file diff --git a/texts/1493edd9-4f26-4cfb-8eb4-0ac871ae9708.txt b/texts/1493edd9-4f26-4cfb-8eb4-0ac871ae9708.txt new file mode 100644 index 0000000000000000000000000000000000000000..105a7671de7bea42359a501b32449a4700b34421 --- /dev/null +++ b/texts/1493edd9-4f26-4cfb-8eb4-0ac871ae9708.txt @@ -0,0 +1 @@ +a yellow cat in sunny room \ No newline at end of file diff --git a/texts/14978718-d665-44ce-a387-fd938524fd34.txt b/texts/14978718-d665-44ce-a387-fd938524fd34.txt new file mode 100644 index 0000000000000000000000000000000000000000..04ec036f94a32a880d786ffe03cc4d4a36bb6433 --- /dev/null +++ b/texts/14978718-d665-44ce-a387-fd938524fd34.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "nancy" written on the ground. \ No newline at end of file diff --git a/texts/149d3af1-c105-4ae1-b60a-5815c77f0849.txt b/texts/149d3af1-c105-4ae1-b60a-5815c77f0849.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d87988e38e7a205a2f2d5ccc4e16e34452be72b --- /dev/null +++ b/texts/149d3af1-c105-4ae1-b60a-5815c77f0849.txt @@ -0,0 +1 @@ +celebrate my dog's birthday at christmas when many star shines outside \ No newline at end of file diff --git a/texts/14a8197b-c154-4c46-9712-780abdf83e40.txt b/texts/14a8197b-c154-4c46-9712-780abdf83e40.txt new file mode 100644 index 0000000000000000000000000000000000000000..51f28010b421badf54a1af97a80be87b57499afa --- /dev/null +++ b/texts/14a8197b-c154-4c46-9712-780abdf83e40.txt @@ -0,0 +1 @@ +At the seaside, the close-up is thick snow, with snowflakes drifting in the sky. Behind it is an endless blue sea surface, with yellow fireworks blooming in full bloom. The fireworks are slightly larger. Endless snow, with handwritten letters of "GJL SYX" in the snow. Overall presenting a warm atmosphere. There are warm yellow lights shining down. No one should appear in the picture \ No newline at end of file diff --git a/texts/14b24f88-ad3f-4763-972a-7b7dceb5f14a.txt b/texts/14b24f88-ad3f-4763-972a-7b7dceb5f14a.txt new file mode 100644 index 0000000000000000000000000000000000000000..644da41de99e29a050f2534bf74b47a854d63d1a --- /dev/null +++ b/texts/14b24f88-ad3f-4763-972a-7b7dceb5f14a.txt @@ -0,0 +1 @@ +A very cute hellokitty is seating on the snow and eating icecream with a cup of coffee \ No newline at end of file diff --git a/texts/14b5bbe2-d1e5-43e7-bc1f-62181d896c99.txt b/texts/14b5bbe2-d1e5-43e7-bc1f-62181d896c99.txt new file mode 100644 index 0000000000000000000000000000000000000000..d991fba5854d61957e2d5bc1a7170fa04fbc385d --- /dev/null +++ b/texts/14b5bbe2-d1e5-43e7-bc1f-62181d896c99.txt @@ -0,0 +1 @@ +A big quokka with xmas hat shares milk with a small cat \ No newline at end of file diff --git a/texts/14c107ea-7dff-4400-9901-e668d339594a.txt b/texts/14c107ea-7dff-4400-9901-e668d339594a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9ca845edb3dbc4ac9c4f3618670c328417c8284 --- /dev/null +++ b/texts/14c107ea-7dff-4400-9901-e668d339594a.txt @@ -0,0 +1 @@ +There is a Christmas tree in the room. Winnie the Pooh gives cans of honey to Mickey Mouse. \ No newline at end of file diff --git a/texts/14d25935-e96a-49a2-895e-3a2fe3474b7b.txt b/texts/14d25935-e96a-49a2-895e-3a2fe3474b7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..09094dbe5b21cf07854eee2687c7866e3af44b4f --- /dev/null +++ b/texts/14d25935-e96a-49a2-895e-3a2fe3474b7b.txt @@ -0,0 +1 @@ +a puppy shetland sheepdog (color is sable and white) working in front of laptop \ No newline at end of file diff --git a/texts/14d4329b-e830-46bf-97c4-a9cf161bb3e2.txt b/texts/14d4329b-e830-46bf-97c4-a9cf161bb3e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..77424b37f347e2dd23ec6be65688d3fbdd651d82 --- /dev/null +++ b/texts/14d4329b-e830-46bf-97c4-a9cf161bb3e2.txt @@ -0,0 +1 @@ +Hello Kitty writes hsf in the snow \ No newline at end of file diff --git a/texts/14d57e6b-c8c2-4b7c-afaf-20d3638e28d9.txt b/texts/14d57e6b-c8c2-4b7c-afaf-20d3638e28d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..404e20ebb9e290b8107a7ad1b319453fcbce818c --- /dev/null +++ b/texts/14d57e6b-c8c2-4b7c-afaf-20d3638e28d9.txt @@ -0,0 +1 @@ +Handwritten word "SUNCE" in the snow, snow, beach, a tiger doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/14f688a7-43a3-40f8-ac1a-391f22a3a3a8.txt b/texts/14f688a7-43a3-40f8-ac1a-391f22a3a3a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce68f47d0972829a38101a376e491af3424d2719 --- /dev/null +++ b/texts/14f688a7-43a3-40f8-ac1a-391f22a3a3a8.txt @@ -0,0 +1 @@ +Hands with red nail polish holding cocktails with balloons next to them \ No newline at end of file diff --git a/texts/14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5.txt b/texts/14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6e71f12bc04b50a644107f37539bb9708bf9e8a --- /dev/null +++ b/texts/14fc2fd6-17fb-4f0d-8f42-ad0e95b702d5.txt @@ -0,0 +1 @@ +a back view of six ginger colour cats standing beside each other, they are different size, it's a snowy Christmas night, the cats are looking upon the stars in the dark blue sky, there is a Christmas tree far away from them \ No newline at end of file diff --git a/texts/14ffd01d-0e8b-45b1-8b23-9e9a5c207448.txt b/texts/14ffd01d-0e8b-45b1-8b23-9e9a5c207448.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d1a84c2e423f34217aff4b7e2d62e988923738 --- /dev/null +++ b/texts/14ffd01d-0e8b-45b1-8b23-9e9a5c207448.txt @@ -0,0 +1 @@ +hello kitty, white fountain, snow \ No newline at end of file diff --git a/texts/15032aba-049b-4218-8098-61e24b6f765e.txt b/texts/15032aba-049b-4218-8098-61e24b6f765e.txt new file mode 100644 index 0000000000000000000000000000000000000000..91d2f2c5033bf430cd438505a5fcfb586e37789c --- /dev/null +++ b/texts/15032aba-049b-4218-8098-61e24b6f765e.txt @@ -0,0 +1 @@ +Big Lucky cat in the city \ No newline at end of file diff --git a/texts/15167f1d-d6fa-4a67-abde-8f634f9933cf.txt b/texts/15167f1d-d6fa-4a67-abde-8f634f9933cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ae0c4fe1b7754a453957b8d3b56308e5cea554e --- /dev/null +++ b/texts/15167f1d-d6fa-4a67-abde-8f634f9933cf.txt @@ -0,0 +1 @@ +There is a piece of melting gold on the plate on the dark green wooden table, and there is a light beige wall behind it. \ No newline at end of file diff --git a/texts/1516ad9f-6704-48b7-b470-63907236880b.txt b/texts/1516ad9f-6704-48b7-b470-63907236880b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d88cece6f6e4ab5939b893405b00f5feb52bd2a6 --- /dev/null +++ b/texts/1516ad9f-6704-48b7-b470-63907236880b.txt @@ -0,0 +1 @@ +A lone student walking down an empty corridor at Hogwarts, the soft sound of footsteps echoing on the stone floor. The corridor is dimly lit by magical torches hanging on the walls, and there are moving portraits and tapestries on the sides. The student is wearing the robe of their house and is carrying a small bag filled with magical items. Their expression is thoughtful, as though they are lost in thought about something important. The atmosphere is quiet and serene, with the soft, distant hum of magic in the air. \ No newline at end of file diff --git a/texts/15193f4e-3c06-4345-b637-957eab8e00fd.txt b/texts/15193f4e-3c06-4345-b637-957eab8e00fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f707a61902a1cf43ebcdc630bd08e14897f9926 --- /dev/null +++ b/texts/15193f4e-3c06-4345-b637-957eab8e00fd.txt @@ -0,0 +1 @@ +this is a still photo of objects: closeup of fortune teller's smooth hands using a medium size transparent shiny crystal ball that is floating in the water, the water is filled with super shiny and sparkling diamonds, a white rose is also floating in the water, floating three oracle cards with six-pointed stars on the back, candle floating, all water \ No newline at end of file diff --git a/texts/151f0d70-0a99-45e7-8520-0aa1dedbb3cf.txt b/texts/151f0d70-0a99-45e7-8520-0aa1dedbb3cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..97b9aadff69b29065d98b7bcf580158feab47701 --- /dev/null +++ b/texts/151f0d70-0a99-45e7-8520-0aa1dedbb3cf.txt @@ -0,0 +1 @@ +A big Christmas tree under the starry sky \ No newline at end of file diff --git a/texts/15201c35-e41e-4aaf-8465-42920d283f30.txt b/texts/15201c35-e41e-4aaf-8465-42920d283f30.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c1be9832f16d25cf23416c3db611f2b98e95ddf --- /dev/null +++ b/texts/15201c35-e41e-4aaf-8465-42920d283f30.txt @@ -0,0 +1 @@ +An orange cat is doing experiments in the lab \ No newline at end of file diff --git a/texts/1520e98b-2ea6-4fd0-98ea-44b2966fbeea.txt b/texts/1520e98b-2ea6-4fd0-98ea-44b2966fbeea.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5fb5fbe5544dc60a491a0b4f1146b0b36e5aeb3 --- /dev/null +++ b/texts/1520e98b-2ea6-4fd0-98ea-44b2966fbeea.txt @@ -0,0 +1 @@ +a landscape with word "EventhorizoN" at the center \ No newline at end of file diff --git a/texts/152619a6-ce23-49a6-90fc-eda9ed6a5fd7.txt b/texts/152619a6-ce23-49a6-90fc-eda9ed6a5fd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e51cc209290f2a766e19259447cf5ea388a1134 --- /dev/null +++ b/texts/152619a6-ce23-49a6-90fc-eda9ed6a5fd7.txt @@ -0,0 +1 @@ +A vintage film with a warm overall tone, at dawn with the sunrise. A Christmas tree stands in the snow, adorned with string lights. The scene is quiet and clean, evoking a dreamlike atmosphere. There are no other obstructions around, and in the distance, a few figures may be visible. The focus is on the Christmas tree, which ideally has snow on its branches. \ No newline at end of file diff --git a/texts/1526ebd0-f7fa-48c3-a0fb-937d911802e1.txt b/texts/1526ebd0-f7fa-48c3-a0fb-937d911802e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e8ffc329bf2829838bdc175e8f35a6b70975ca4 --- /dev/null +++ b/texts/1526ebd0-f7fa-48c3-a0fb-937d911802e1.txt @@ -0,0 +1 @@ +Inside the mental grail is a giant spider \ No newline at end of file diff --git a/texts/152818f2-645c-47a6-908e-86a6c102f8c5.txt b/texts/152818f2-645c-47a6-908e-86a6c102f8c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed906bfbd452656bba811f4ba8140f7d819b89c0 --- /dev/null +++ b/texts/152818f2-645c-47a6-908e-86a6c102f8c5.txt @@ -0,0 +1 @@ +various personal belongings of a person, revealing the character and hobbies, lifestyle. all this is filled with epoxy resin in the form of a full-length human figure. as a result, these are 2 human sculptures filled with epoxy resin, which looks like glass. \ No newline at end of file diff --git a/texts/152a359e-0435-4ac7-9485-81c18f594411.txt b/texts/152a359e-0435-4ac7-9485-81c18f594411.txt new file mode 100644 index 0000000000000000000000000000000000000000..5492c9c6de5b5584e8a93e1ea4b4a3e1b5b88f68 --- /dev/null +++ b/texts/152a359e-0435-4ac7-9485-81c18f594411.txt @@ -0,0 +1 @@ +A man, a vintage house, butterflies and a cat. \ No newline at end of file diff --git a/texts/15343845-e168-4932-816b-ceffdcc1fa0e.txt b/texts/15343845-e168-4932-816b-ceffdcc1fa0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ee8e27890af9baf9a861ec57b6142041052243c --- /dev/null +++ b/texts/15343845-e168-4932-816b-ceffdcc1fa0e.txt @@ -0,0 +1 @@ +There is a Hello Kitty in the snow, and WYC is also written on it. \ No newline at end of file diff --git a/texts/1534942b-f694-4cc2-bfbd-c3884d3ba33b.txt b/texts/1534942b-f694-4cc2-bfbd-c3884d3ba33b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2cd94a6c578d94dc22f62886615c9e23ad8d966 --- /dev/null +++ b/texts/1534942b-f694-4cc2-bfbd-c3884d3ba33b.txt @@ -0,0 +1 @@ +Mickey Mouse Holding a cute cake,1016 is written on the front of the cake, Mickey Mouse stands in front of a giant Disney castle in DisneyLand,fireworks and an aurora in the background. \ No newline at end of file diff --git a/texts/153729cb-abb2-45c0-93f9-31f9b6edca9b.txt b/texts/153729cb-abb2-45c0-93f9-31f9b6edca9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a35347affb056d68e6ca74ed344f5d368de6306 --- /dev/null +++ b/texts/153729cb-abb2-45c0-93f9-31f9b6edca9b.txt @@ -0,0 +1 @@ +A large and cozy room with white windows, a deep blue sky with stars and light snow outside, and a golden haired puppy standing by the bed looking out the window \ No newline at end of file diff --git a/texts/153e39d5-337c-4bc5-83f9-be2c9270c7f1.txt b/texts/153e39d5-337c-4bc5-83f9-be2c9270c7f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..57fb33d80adc4554927617e73796c6aee399b9b0 --- /dev/null +++ b/texts/153e39d5-337c-4bc5-83f9-be2c9270c7f1.txt @@ -0,0 +1 @@ +There are five letters of 'JOSHUA' in pink on the green grass, next to a cartoon cinnamonroll doll in a little cape, and little white pearls on the ground. \ No newline at end of file diff --git a/texts/15452eda-a265-47fb-8185-993f3a35b8ef.txt b/texts/15452eda-a265-47fb-8185-993f3a35b8ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..519db2811d4ac124f2db64257991c57828fc4979 --- /dev/null +++ b/texts/15452eda-a265-47fb-8185-993f3a35b8ef.txt @@ -0,0 +1 @@ +helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background \ No newline at end of file diff --git a/texts/15454bd3-c2e0-4391-8774-6fdea488498c.txt b/texts/15454bd3-c2e0-4391-8774-6fdea488498c.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd47e84ebc2f2dbb1c2f7ce912a27f5c5c4c5e52 --- /dev/null +++ b/texts/15454bd3-c2e0-4391-8774-6fdea488498c.txt @@ -0,0 +1 @@ +west highland white terrier,go to the school,read a book \ No newline at end of file diff --git a/texts/1548e888-34b8-4ae9-97bb-a864af62ab8f.txt b/texts/1548e888-34b8-4ae9-97bb-a864af62ab8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef8d7a7d567c6d4b16df81b721db606810830587 --- /dev/null +++ b/texts/1548e888-34b8-4ae9-97bb-a864af62ab8f.txt @@ -0,0 +1 @@ +young casual smart guy posing. Computers and coding stuff on the background \ No newline at end of file diff --git a/texts/154b9dd9-48de-4c69-93cd-32f8367a2201.txt b/texts/154b9dd9-48de-4c69-93cd-32f8367a2201.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbe99c70aeed20e41d9c9f92f9187e29cfb234c8 --- /dev/null +++ b/texts/154b9dd9-48de-4c69-93cd-32f8367a2201.txt @@ -0,0 +1 @@ +Hello kitty is Looking back at the camera in front of the burning temple \ No newline at end of file diff --git a/texts/154fa42f-c9b7-4fb5-acad-80bbca53a703.txt b/texts/154fa42f-c9b7-4fb5-acad-80bbca53a703.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a697941ce01b19202b17e83fc6bb7ef02fdf052 --- /dev/null +++ b/texts/154fa42f-c9b7-4fb5-acad-80bbca53a703.txt @@ -0,0 +1 @@ +Golden hair and Samoyed stickers for birthdays, strawberry cakes, birthday hats, warm atmosphere, colorful ribbons \ No newline at end of file diff --git a/texts/1551a1b1-5f37-42c1-a433-e3bb79cec858.txt b/texts/1551a1b1-5f37-42c1-a433-e3bb79cec858.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0515a3076c5adb70a1e8e075f18d2cf7956e864 --- /dev/null +++ b/texts/1551a1b1-5f37-42c1-a433-e3bb79cec858.txt @@ -0,0 +1 @@ +Kirby and big eyes cute cat seaside Watching some butterflies flying \ No newline at end of file diff --git a/texts/155222aa-b246-4106-9220-2e5d94a705bb.txt b/texts/155222aa-b246-4106-9220-2e5d94a705bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0f061e2cb71dffff35ad33f5a448252edb80243 --- /dev/null +++ b/texts/155222aa-b246-4106-9220-2e5d94a705bb.txt @@ -0,0 +1 @@ +A person adorned with flowers all over their head is setting off fireworks in the snow, with auroras in the sky, and the fireworks burst into shapes of flowers. \ No newline at end of file diff --git a/texts/155ad6e3-33b0-4c4b-b287-d5a9595acd51.txt b/texts/155ad6e3-33b0-4c4b-b287-d5a9595acd51.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2a4df15dba292df22dfc0b6beff8ac92b64f67d --- /dev/null +++ b/texts/155ad6e3-33b0-4c4b-b287-d5a9595acd51.txt @@ -0,0 +1 @@ +A baseball cap print with puppy, wearing on a purple rabbit, a dog wearing glass and a christmas tree. \ No newline at end of file diff --git a/texts/155e7dc7-88ac-40ac-9607-3f31c39ba946.txt b/texts/155e7dc7-88ac-40ac-9607-3f31c39ba946.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ac3a89692f83c1ef1c65ba43dc5fe9662867135 --- /dev/null +++ b/texts/155e7dc7-88ac-40ac-9607-3f31c39ba946.txt @@ -0,0 +1 @@ +a cute cat with wings flying from the moon to another cat's house \ No newline at end of file diff --git a/texts/157ed3cf-4b83-4fb4-948e-0bfd8dfeae48.txt b/texts/157ed3cf-4b83-4fb4-948e-0bfd8dfeae48.txt new file mode 100644 index 0000000000000000000000000000000000000000..d001a45fe31fc6397ae85f17ef90ed681bd2b9c3 --- /dev/null +++ b/texts/157ed3cf-4b83-4fb4-948e-0bfd8dfeae48.txt @@ -0,0 +1 @@ +A little golden retriever is running in the snow, next to a Christmas tree. There are dog footprints on the snow and a bonfire next to it \ No newline at end of file diff --git a/texts/1589b3f4-4a16-4784-a7ec-6ca56d72fe8c.txt b/texts/1589b3f4-4a16-4784-a7ec-6ca56d72fe8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..74a4fb0cde1b6ffb18a677c435b51e515b0c642a --- /dev/null +++ b/texts/1589b3f4-4a16-4784-a7ec-6ca56d72fe8c.txt @@ -0,0 +1 @@ +A cake that says 1.6 is in a Christmas interior scene.There should be a big Christmas tree with lights on. \ No newline at end of file diff --git a/texts/1590a84d-f722-4b78-a14d-0efbb85d6f98.txt b/texts/1590a84d-f722-4b78-a14d-0efbb85d6f98.txt new file mode 100644 index 0000000000000000000000000000000000000000..5199071a87b599d77fe5e0b791166a049b5383c3 --- /dev/null +++ b/texts/1590a84d-f722-4b78-a14d-0efbb85d6f98.txt @@ -0,0 +1 @@ +flying fish swim into the busy city ,floating in the air. \ No newline at end of file diff --git a/texts/15950867-79fe-4871-919c-d53af49698a8.txt b/texts/15950867-79fe-4871-919c-d53af49698a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a664654128c7c15f48ec43a7aad547125aebbc4f --- /dev/null +++ b/texts/15950867-79fe-4871-919c-d53af49698a8.txt @@ -0,0 +1 @@ +Hello kitty weaing schol uniform in snow \ No newline at end of file diff --git a/texts/1595479f-23e3-4179-a056-5e21788897cb.txt b/texts/1595479f-23e3-4179-a056-5e21788897cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cf866407f4d57e4a7d97e04c400b3904a55c5dc --- /dev/null +++ b/texts/1595479f-23e3-4179-a056-5e21788897cb.txt @@ -0,0 +1 @@ +An astronaut is in front of a Kazakh yurt \ No newline at end of file diff --git a/texts/15a01335-5f7e-4d47-966e-1669d52f10d7.txt b/texts/15a01335-5f7e-4d47-966e-1669d52f10d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..25000c0558171b84cb3e83fa9580ca7d8bf5c0fd --- /dev/null +++ b/texts/15a01335-5f7e-4d47-966e-1669d52f10d7.txt @@ -0,0 +1 @@ +mother-in-law argues looking in the camera \ No newline at end of file diff --git a/texts/15adae37-534d-4557-9aa7-4545485c0abb.txt b/texts/15adae37-534d-4557-9aa7-4545485c0abb.txt new file mode 100644 index 0000000000000000000000000000000000000000..aae118d88148209c391d99f8fb5e242601fb45e3 --- /dev/null +++ b/texts/15adae37-534d-4557-9aa7-4545485c0abb.txt @@ -0,0 +1 @@ +Bichon Frise wears red sweater In the Christmas snow \ No newline at end of file diff --git a/texts/15b9f48b-64b4-496d-b3a8-498b127be9e2.txt b/texts/15b9f48b-64b4-496d-b3a8-498b127be9e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..352292de2852ded03b38a0a1fa3817f4b6c58093 --- /dev/null +++ b/texts/15b9f48b-64b4-496d-b3a8-498b127be9e2.txt @@ -0,0 +1 @@ +The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word "MYJ&ZSY" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks. \ No newline at end of file diff --git a/texts/15bba7f5-45ec-4d95-aff5-2d6aa497c912.txt b/texts/15bba7f5-45ec-4d95-aff5-2d6aa497c912.txt new file mode 100644 index 0000000000000000000000000000000000000000..09f7f683422589c9883ed547b55ef7319aefceae --- /dev/null +++ b/texts/15bba7f5-45ec-4d95-aff5-2d6aa497c912.txt @@ -0,0 +1 @@ +Under a starry night sky write leehan and riwoo's names on a big Christmas tree with stars and decorations and lots of gift boxes in the snow, surrounded by feathers and bubbles, with fireworks in the background and write 1020 and 1022, with a bit of light particles dreamlike effect and film style \ No newline at end of file diff --git a/texts/15bca43b-dd8a-457a-a1e3-f03436961bc5.txt b/texts/15bca43b-dd8a-457a-a1e3-f03436961bc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..01a5f54dd19bb861d7f92c197b0302216d049099 --- /dev/null +++ b/texts/15bca43b-dd8a-457a-a1e3-f03436961bc5.txt @@ -0,0 +1 @@ +The background is a burning house, and the foreground is a black hello kitty playing the violin. \ No newline at end of file diff --git a/texts/15bd626d-1650-41ad-9104-37c25e2fc221.txt b/texts/15bd626d-1650-41ad-9104-37c25e2fc221.txt new file mode 100644 index 0000000000000000000000000000000000000000..32d825304f754b60b3aaff2bb1ec48d6957b25a1 --- /dev/null +++ b/texts/15bd626d-1650-41ad-9104-37c25e2fc221.txt @@ -0,0 +1 @@ +Hong Kong The Shek Kip Mei fire took place in Hong Kong on 25 December 1953. Asian Young man look at the camera \ No newline at end of file diff --git a/texts/15bebb3f-5810-45c0-835f-188036c5b1ec.txt b/texts/15bebb3f-5810-45c0-835f-188036c5b1ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..95922931501fde09502c99e17bd28f2649846833 --- /dev/null +++ b/texts/15bebb3f-5810-45c0-835f-188036c5b1ec.txt @@ -0,0 +1 @@ +A teddy dog cub with slightly white fur on its head is running in the snow, with bubbles on its head \ No newline at end of file diff --git a/texts/15c6d172-077b-4336-86fe-311354b62862.txt b/texts/15c6d172-077b-4336-86fe-311354b62862.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b94fb48c3b20503f501f20184ed0de2ba89c93c --- /dev/null +++ b/texts/15c6d172-077b-4336-86fe-311354b62862.txt @@ -0,0 +1 @@ +There is half a corn in the middle of the flowers and butterflies \ No newline at end of file diff --git a/texts/15c99a11-1064-4f87-b752-bae41afd101a.txt b/texts/15c99a11-1064-4f87-b752-bae41afd101a.txt new file mode 100644 index 0000000000000000000000000000000000000000..65503484b13b4cd37ee39bbef0e5e4d4dc9ab60f --- /dev/null +++ b/texts/15c99a11-1064-4f87-b752-bae41afd101a.txt @@ -0,0 +1 @@ +howmanyjajajaja,glass \ No newline at end of file diff --git a/texts/15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe.txt b/texts/15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..07516a2517c65fa6927ee8e3b6cf2c071503778d --- /dev/null +++ b/texts/15d09c6a-42f9-4909-a6bd-7fc2c5d9a7fe.txt @@ -0,0 +1 @@ +A car driving in a vast, endless ocean with towering waves. The sky is covered in dark storm clouds, and a massive deep blue vortex resembling a cyclone eye looms ahead. The car moves through the water, creating ripples, while the weather feels ominous. In the distance, about 100 meters behind, a person rows a small boat. The atmosphere is surreal, chaotic, and suspenseful. \ No newline at end of file diff --git a/texts/15ec5f99-67d9-42fc-a6de-b47539dfcfe5.txt b/texts/15ec5f99-67d9-42fc-a6de-b47539dfcfe5.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ba98af95e000b47ff98308f08299ae964c1a762 --- /dev/null +++ b/texts/15ec5f99-67d9-42fc-a6de-b47539dfcfe5.txt @@ -0,0 +1 @@ +Hello Kitty celebrates her birthday on the Aurora Day in Iceland with fireworks \ No newline at end of file diff --git a/texts/15f3df1c-23bc-4c67-b85a-071a49887a01.txt b/texts/15f3df1c-23bc-4c67-b85a-071a49887a01.txt new file mode 100644 index 0000000000000000000000000000000000000000..b185e6fe52f280647f99f75e5f9f9b0c916ed9f7 --- /dev/null +++ b/texts/15f3df1c-23bc-4c67-b85a-071a49887a01.txt @@ -0,0 +1 @@ +The white cat has black hair on his face, and next to the Christmas tree in the snow, the picture has snow scattered and a wishing cupcake \ No newline at end of file diff --git a/texts/15f4989c-163e-4f6d-a056-8d91a3c59c18.txt b/texts/15f4989c-163e-4f6d-a056-8d91a3c59c18.txt new file mode 100644 index 0000000000000000000000000000000000000000..8962a435dd4913bbfe56df1f46915444e5b13abb --- /dev/null +++ b/texts/15f4989c-163e-4f6d-a056-8d91a3c59c18.txt @@ -0,0 +1 @@ +A disturbing scene in a dimly lit convenience store with white and green tiled walls, captured with a flickering, grainy film effect. A robot in a frilly maid outfit holds a limp green onion like a weapon, its face expressionless and glitching, its movements jerky and erratic. The robot threatens a terrified cashier, cornered behind the counter, shaking and unable to react to the absurdity of the situation. Harsh fluorescent lights flicker above, casting unnerving shadows across shelves stocked with random items. The atmosphere is tense and surreal, a mix of dark comedy and mounting horror, as the robot's distorted voice demands money. The cold, sterile environment feels increasingly claustrophobic, the flickering lights creating a sense of paranoia and unease. \ No newline at end of file diff --git a/texts/15f7c6ed-74b4-46ff-9050-a408d78eb267.txt b/texts/15f7c6ed-74b4-46ff-9050-a408d78eb267.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed8581f32a192827af174be29515b07047c5ae98 --- /dev/null +++ b/texts/15f7c6ed-74b4-46ff-9050-a408d78eb267.txt @@ -0,0 +1 @@ +A cozy room with white windows and a deep blue sky with stars and light snow outside \ No newline at end of file diff --git a/texts/160ad42b-b67d-4906-9f8e-6752feff7df5.txt b/texts/160ad42b-b67d-4906-9f8e-6752feff7df5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5175fac662c26c96af30bac0f3ef54f724bee4aa --- /dev/null +++ b/texts/160ad42b-b67d-4906-9f8e-6752feff7df5.txt @@ -0,0 +1 @@ +On the snow with sungtaro written on it, with a blue pink sky, Hello Kitty is wearing a red dress and a red bow, standing beside her \ No newline at end of file diff --git a/texts/16133c8b-ec7f-4c5c-9003-187cb5386c5b.txt b/texts/16133c8b-ec7f-4c5c-9003-187cb5386c5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b63b82b7afb03a20f4a75af2dbbca1e35375b7 --- /dev/null +++ b/texts/16133c8b-ec7f-4c5c-9003-187cb5386c5b.txt @@ -0,0 +1 @@ +hello kitty wearing a ghost face mask \ No newline at end of file diff --git a/texts/1613d410-2d2c-4601-b3c7-c2c27adfaec0.txt b/texts/1613d410-2d2c-4601-b3c7-c2c27adfaec0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cb67033f6d602c2be05281d88adf6f33269d98e --- /dev/null +++ b/texts/1613d410-2d2c-4601-b3c7-c2c27adfaec0.txt @@ -0,0 +1 @@ +Abstract, surreal, visually intense, and unique shooting perspective, featuring slums and a composition that appears symmetrical from top to bottom \ No newline at end of file diff --git a/texts/161ba0c4-2924-4200-93a5-82ee578169be.txt b/texts/161ba0c4-2924-4200-93a5-82ee578169be.txt new file mode 100644 index 0000000000000000000000000000000000000000..74e82b4389008343d9c3859f00a25160856a026a --- /dev/null +++ b/texts/161ba0c4-2924-4200-93a5-82ee578169be.txt @@ -0,0 +1 @@ +Under the sunlight, a little golden retriever looked at me in the sunlight \ No newline at end of file diff --git a/texts/1628a2d4-909b-4d77-a4f6-8cda2f2103eb.txt b/texts/1628a2d4-909b-4d77-a4f6-8cda2f2103eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5076d88cda276c82a2f5fa95fadd55c49180b267 --- /dev/null +++ b/texts/1628a2d4-909b-4d77-a4f6-8cda2f2103eb.txt @@ -0,0 +1 @@ +A white rabbit with black ears is playing guitar in the snow, while a cat is sleeping next to it \ No newline at end of file diff --git a/texts/1628d73b-b995-4c22-8ae0-f78f56b0169d.txt b/texts/1628d73b-b995-4c22-8ae0-f78f56b0169d.txt new file mode 100644 index 0000000000000000000000000000000000000000..39529fb6a275e878ca6f7f44cf2b489ecc90b111 --- /dev/null +++ b/texts/1628d73b-b995-4c22-8ae0-f78f56b0169d.txt @@ -0,0 +1 @@ +There is a Border Collie in the snow, with aurora behind it and the word "hendery" engraved on the snow \ No newline at end of file diff --git a/texts/1631d554-67e2-42e5-8e94-5a17842a789d.txt b/texts/1631d554-67e2-42e5-8e94-5a17842a789d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b018a59cba11e59a87299ccc4d7c00d626c043d --- /dev/null +++ b/texts/1631d554-67e2-42e5-8e94-5a17842a789d.txt @@ -0,0 +1 @@ +Fire hazard, temple \ No newline at end of file diff --git a/texts/163277cf-81e1-4aa9-b151-608dd05b9078.txt b/texts/163277cf-81e1-4aa9-b151-608dd05b9078.txt new file mode 100644 index 0000000000000000000000000000000000000000..6be4aec51b0073cb094f60206cdcf6180778e74f --- /dev/null +++ b/texts/163277cf-81e1-4aa9-b151-608dd05b9078.txt @@ -0,0 +1 @@ +A young Japanese man with full muscles \ No newline at end of file diff --git a/texts/1636109d-636a-4cb8-8c36-b51165e98ca2.txt b/texts/1636109d-636a-4cb8-8c36-b51165e98ca2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f95dc3ff8d0cb899ada7c71224c733652f7613c5 --- /dev/null +++ b/texts/1636109d-636a-4cb8-8c36-b51165e98ca2.txt @@ -0,0 +1 @@ +A cute little sheep wearing a pink patterned scarf and headphones drinking a cup of coffee, with blue-green aurora borealis, tree shadows and the moon behind it, a real filtered scene.Take a bouquet of flowers. \ No newline at end of file diff --git a/texts/163db0b6-99bc-476e-b1d0-921bc00788fa.txt b/texts/163db0b6-99bc-476e-b1d0-921bc00788fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a22da2a33bd86d862c1a35c94beff5e269e5d93 --- /dev/null +++ b/texts/163db0b6-99bc-476e-b1d0-921bc00788fa.txt @@ -0,0 +1 @@ +A black cat in the snow. \ No newline at end of file diff --git a/texts/163e8a44-f9eb-4661-a8e5-dfa78be4bf93.txt b/texts/163e8a44-f9eb-4661-a8e5-dfa78be4bf93.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c9f65dc143090e0e4cfb9c79d7f760888a1396e --- /dev/null +++ b/texts/163e8a44-f9eb-4661-a8e5-dfa78be4bf93.txt @@ -0,0 +1 @@ +birthday cake with 1210 on it \ No newline at end of file diff --git a/texts/164262e1-a9a7-4310-8b51-071761454c0b.txt b/texts/164262e1-a9a7-4310-8b51-071761454c0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5812a6e9f93ef237f313a10105336b7bad5972d2 --- /dev/null +++ b/texts/164262e1-a9a7-4310-8b51-071761454c0b.txt @@ -0,0 +1 @@ +among the high rise buildings in manhattan, busy street and traffics at the background, high contrast lighting, contax camera, top view of the city, high camera angle, dream core \ No newline at end of file diff --git a/texts/16456169-3ad8-4973-85c3-d95c9eb77b60.txt b/texts/16456169-3ad8-4973-85c3-d95c9eb77b60.txt new file mode 100644 index 0000000000000000000000000000000000000000..a474675953acac625a3d345c263c9a88e3d2b0da --- /dev/null +++ b/texts/16456169-3ad8-4973-85c3-d95c9eb77b60.txt @@ -0,0 +1 @@ +hello Kitty drinking whiskey on orange plush carpet under purple aurora borealis \ No newline at end of file diff --git a/texts/165a861e-6d8a-457a-8c17-3b8bb216a635.txt b/texts/165a861e-6d8a-457a-8c17-3b8bb216a635.txt new file mode 100644 index 0000000000000000000000000000000000000000..91ebd027f36d4312ffe75a402b57e660995cbe8f --- /dev/null +++ b/texts/165a861e-6d8a-457a-8c17-3b8bb216a635.txt @@ -0,0 +1 @@ +"Happy anniversary Kelsey & Trece" is written on a beach in California.sunsh .sea \ No newline at end of file diff --git a/texts/165af028-d52b-4a9a-bddb-709f245e869b.txt b/texts/165af028-d52b-4a9a-bddb-709f245e869b.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a25c44577a00d393422659d4a3cee3ac7b4f0c --- /dev/null +++ b/texts/165af028-d52b-4a9a-bddb-709f245e869b.txt @@ -0,0 +1 @@ +A red meteorite border collie plays in the snow wearing sunglasses and a Santa hat \ No newline at end of file diff --git a/texts/165b892e-d35e-400c-b26d-124596ce04a3.txt b/texts/165b892e-d35e-400c-b26d-124596ce04a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1836ed30e94e4f8d8e01481d9cb4f1c889eda9f5 --- /dev/null +++ b/texts/165b892e-d35e-400c-b26d-124596ce04a3.txt @@ -0,0 +1 @@ +Wearing sportswear and expressionless curly hair, the 20-year-old handsome young man stands by the lake with a bouquet of flowers in his left hand and looks into the camera \ No newline at end of file diff --git a/texts/165baaa1-8833-44ff-87ba-c5514258a73c.txt b/texts/165baaa1-8833-44ff-87ba-c5514258a73c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5e0d38b4ec8708ad9b4cb707737406ed75ddb64 --- /dev/null +++ b/texts/165baaa1-8833-44ff-87ba-c5514258a73c.txt @@ -0,0 +1 @@ +Black Cat taking pictures in the snow \ No newline at end of file diff --git a/texts/165cb592-d91b-4ecf-9f19-a4afb5e6eed9.txt b/texts/165cb592-d91b-4ecf-9f19-a4afb5e6eed9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2250c0479ef3999c69208231be95ee96f1d288b --- /dev/null +++ b/texts/165cb592-d91b-4ecf-9f19-a4afb5e6eed9.txt @@ -0,0 +1 @@ +Cat is drinking coffee \ No newline at end of file diff --git a/texts/1668aa25-7c57-45c7-87c9-5b1c7aaa7bff.txt b/texts/1668aa25-7c57-45c7-87c9-5b1c7aaa7bff.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0da6aa4b14e2413030c8fa8491be041b48d31a6 --- /dev/null +++ b/texts/1668aa25-7c57-45c7-87c9-5b1c7aaa7bff.txt @@ -0,0 +1 @@ +A West Highland white terrier puppy wearing a vintage suit and vintage glasses happily drives a vintage convertible car \ No newline at end of file diff --git a/texts/16697095-753c-4e05-93b9-6066190bf826.txt b/texts/16697095-753c-4e05-93b9-6066190bf826.txt new file mode 100644 index 0000000000000000000000000000000000000000..eae7b25226fb0c9899f90feee6dcd22044f7a46e --- /dev/null +++ b/texts/16697095-753c-4e05-93b9-6066190bf826.txt @@ -0,0 +1 @@ +A sad white Samoyed dog looking directly at the camera in the snow with the pine trees in the background and the sun on the other side. \ No newline at end of file diff --git a/texts/16699521-67d2-4963-99e1-5f923e3caec6.txt b/texts/16699521-67d2-4963-99e1-5f923e3caec6.txt new file mode 100644 index 0000000000000000000000000000000000000000..6efec91817c8471249bf89c80e1c0b84d92c20c7 --- /dev/null +++ b/texts/16699521-67d2-4963-99e1-5f923e3caec6.txt @@ -0,0 +1 @@ +Two West Highland dogs enjoy a fireworks display on the beach \ No newline at end of file diff --git a/texts/166bdb96-20a6-40cc-b6d3-2f06dcd552da.txt b/texts/166bdb96-20a6-40cc-b6d3-2f06dcd552da.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bbfd1091607c07bc05199935053e1847b8c9c3c --- /dev/null +++ b/texts/166bdb96-20a6-40cc-b6d3-2f06dcd552da.txt @@ -0,0 +1 @@ +Create a kpop album physical store (kstar.nova) banner \ No newline at end of file diff --git a/texts/167529a9-855e-447c-ae22-5eb45965f287.txt b/texts/167529a9-855e-447c-ae22-5eb45965f287.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cda69d943b1a24e7902f8b7ebcac4f299f8a472 --- /dev/null +++ b/texts/167529a9-855e-447c-ae22-5eb45965f287.txt @@ -0,0 +1 @@ +A white toy rabbit with a purple necklace drinks a beer next to a champagne-colored teddy dog eating a hamburger \ No newline at end of file diff --git a/texts/16788a82-4789-41f5-9e4b-91165ed5520c.txt b/texts/16788a82-4789-41f5-9e4b-91165ed5520c.txt new file mode 100644 index 0000000000000000000000000000000000000000..77945990b25efcfac229cd73b03ac9b2f250664b --- /dev/null +++ b/texts/16788a82-4789-41f5-9e4b-91165ed5520c.txt @@ -0,0 +1 @@ +Hello kitty sitting in an office, waring ear phone and reading magazine. There is a cup of coffee on the table. The office is on fire \ No newline at end of file diff --git a/texts/1687a7ce-b0a6-4161-b2fb-1436b890cbc6.txt b/texts/1687a7ce-b0a6-4161-b2fb-1436b890cbc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a15470c53d4d8b85b1c88893b355c10ea16a8858 --- /dev/null +++ b/texts/1687a7ce-b0a6-4161-b2fb-1436b890cbc6.txt @@ -0,0 +1 @@ +Puppie, summer, beaches, bubbles, shells. \ No newline at end of file diff --git a/texts/168e80b1-cdc0-48e7-96d3-00a75e07ddae.txt b/texts/168e80b1-cdc0-48e7-96d3-00a75e07ddae.txt new file mode 100644 index 0000000000000000000000000000000000000000..590f352444c06fbf80f1b1d6dcb8aa645aeb0e75 --- /dev/null +++ b/texts/168e80b1-cdc0-48e7-96d3-00a75e07ddae.txt @@ -0,0 +1 @@ +Only meadow \ No newline at end of file diff --git a/texts/169e35d8-dc2b-4303-b558-39f81966d836.txt b/texts/169e35d8-dc2b-4303-b558-39f81966d836.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ab97dd336fe5bf59d6edd6925940a86256602f --- /dev/null +++ b/texts/169e35d8-dc2b-4303-b558-39f81966d836.txt @@ -0,0 +1 @@ +many stars shine outside \ No newline at end of file diff --git a/texts/16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3.txt b/texts/16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb1b9c65ef63b13ca0931958949225f8b7bd5c19 --- /dev/null +++ b/texts/16b52f9e-b4d7-47b3-9b59-9e7aee81b3f3.txt @@ -0,0 +1 @@ +Hello Kitty stuffed animal is Cutting fabrics in the workshop of the garment factory \ No newline at end of file diff --git a/texts/16c0f610-6f48-4277-87f5-c984988eaa4b.txt b/texts/16c0f610-6f48-4277-87f5-c984988eaa4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..22754f49842d4b6e0a9cd5e35252d4e91283ad20 --- /dev/null +++ b/texts/16c0f610-6f48-4277-87f5-c984988eaa4b.txt @@ -0,0 +1 @@ +A crazy cow cat is roaring, wearing a Christmas hat and holding crutch candy to smash the computer screen. The volcano outside the window is erupting. \ No newline at end of file diff --git a/texts/16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4.txt b/texts/16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..778eb9d5d1c77907871c6a94ba31e2b3f2187d57 --- /dev/null +++ b/texts/16c4fe7f-b8d2-4fa6-9726-6f14bf94f8e4.txt @@ -0,0 +1 @@ +A cute kitten wearing a Santa hat, in the snow, next to the Christmas tree. \ No newline at end of file diff --git a/texts/16c9b2eb-855d-4fce-83c1-737b44e03244.txt b/texts/16c9b2eb-855d-4fce-83c1-737b44e03244.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa3b89e8764bf2bc007a23704f46691c998625d6 --- /dev/null +++ b/texts/16c9b2eb-855d-4fce-83c1-737b44e03244.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon in TOKYO street \ No newline at end of file diff --git a/texts/16e8417a-697a-43e2-9f3b-11072f420eb8.txt b/texts/16e8417a-697a-43e2-9f3b-11072f420eb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe7055bdfcca585da0a8f8df1fd0e82007e897fd --- /dev/null +++ b/texts/16e8417a-697a-43e2-9f3b-11072f420eb8.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll wearing pink clothes sitting on the snow. The words "ZXX" and heart - shaped patterns are written on the snow. In the background, there is a Christmas tree decorated with colorful lights, surrounded by snow and illuminated by the lights of the night. \ No newline at end of file diff --git a/texts/16ed0676-e6df-45c5-bf50-238c5b903928.txt b/texts/16ed0676-e6df-45c5-bf50-238c5b903928.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf24d3ff65962387ffccd980c4dc3e734d050e1a --- /dev/null +++ b/texts/16ed0676-e6df-45c5-bf50-238c5b903928.txt @@ -0,0 +1 @@ +A black cat has traces of cat's claws on the snow.Yuki is written on the snow. \ No newline at end of file diff --git a/texts/16ee6042-5431-48fd-8fe0-3eb0dcef273f.txt b/texts/16ee6042-5431-48fd-8fe0-3eb0dcef273f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b060698d5e807b4639df8caf5633cc86e5188c77 --- /dev/null +++ b/texts/16ee6042-5431-48fd-8fe0-3eb0dcef273f.txt @@ -0,0 +1 @@ +A closed book with a completely white cover \ No newline at end of file diff --git a/texts/16f1789a-1750-4f8c-b3f2-26e206d5a08f.txt b/texts/16f1789a-1750-4f8c-b3f2-26e206d5a08f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c26ac04af43d4a9eb13aec865498337bafed49a --- /dev/null +++ b/texts/16f1789a-1750-4f8c-b3f2-26e206d5a08f.txt @@ -0,0 +1 @@ +A big Winnie the Pooh sitting in the car with a camera \ No newline at end of file diff --git a/texts/16f6f745-6287-4d99-924c-6d732e5ebf37.txt b/texts/16f6f745-6287-4d99-924c-6d732e5ebf37.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ecbd1a7510f43ff7f14f52e51dcb46b8afd2e7b --- /dev/null +++ b/texts/16f6f745-6287-4d99-924c-6d732e5ebf37.txt @@ -0,0 +1 @@ +The goldfish smoked and swam back north \ No newline at end of file diff --git a/texts/1712e03c-b5dc-4d7a-b7a9-25764747388a.txt b/texts/1712e03c-b5dc-4d7a-b7a9-25764747388a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8a5c78622fcfac705c4d789e96317955edf9e19 --- /dev/null +++ b/texts/1712e03c-b5dc-4d7a-b7a9-25764747388a.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on forehead through nose wearing glasses wrapped in a green blanket works with a laptop \ No newline at end of file diff --git a/texts/17227312-4a99-4ba2-9678-1c00c92dd890.txt b/texts/17227312-4a99-4ba2-9678-1c00c92dd890.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7eed9c0513192e728ec7b3d272340824ac88705 --- /dev/null +++ b/texts/17227312-4a99-4ba2-9678-1c00c92dd890.txt @@ -0,0 +1 @@ +Delightful Cheese Love's Day Celebration Artwork \ No newline at end of file diff --git a/texts/172d4a45-62f2-4b49-9f3a-039250228505.txt b/texts/172d4a45-62f2-4b49-9f3a-039250228505.txt new file mode 100644 index 0000000000000000000000000000000000000000..c41ce56efd208e8b66e97781fc265d581176bb39 --- /dev/null +++ b/texts/172d4a45-62f2-4b49-9f3a-039250228505.txt @@ -0,0 +1 @@ +a cat \ No newline at end of file diff --git a/texts/1738505d-13d8-45d4-8f86-91175db25a56.txt b/texts/1738505d-13d8-45d4-8f86-91175db25a56.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a1b83e66f38630aa4513eb5983fb567bcfd40d2 --- /dev/null +++ b/texts/1738505d-13d8-45d4-8f86-91175db25a56.txt @@ -0,0 +1 @@ +Hello kitty writes hsy on the snowy ground under Mount Fuji. \ No newline at end of file diff --git a/texts/173d647d-8f6e-4cc2-ac4d-c3319e1f3980.txt b/texts/173d647d-8f6e-4cc2-ac4d-c3319e1f3980.txt new file mode 100644 index 0000000000000000000000000000000000000000..dae6578979c24d6ceeae6c24410292aad609a9e0 --- /dev/null +++ b/texts/173d647d-8f6e-4cc2-ac4d-c3319e1f3980.txt @@ -0,0 +1 @@ +A cute little Hello Kitty doll sitting on the snow,There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/17410808-18a6-4ae5-bfc8-639ea69817b6.txt b/texts/17410808-18a6-4ae5-bfc8-639ea69817b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..dafee6569f62517dc3696972ef27f9595eee80d1 --- /dev/null +++ b/texts/17410808-18a6-4ae5-bfc8-639ea69817b6.txt @@ -0,0 +1 @@ +In early summer, in a small courtyard in rural China, there is a water channel in front of the courtyard. There is a brick house in the small yard. On the side of the yard was a large tree with many branches, and beside it was a small tree three metres high. On the ground of the small yard, there are a lot of hairy grass that grows naturally, and people step out of the path on it. \ No newline at end of file diff --git a/texts/1754a506-c1e6-425a-9bb6-2e09babc20e9.txt b/texts/1754a506-c1e6-425a-9bb6-2e09babc20e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b2473be37aa57f2ffac2f408f5c87526e38127 --- /dev/null +++ b/texts/1754a506-c1e6-425a-9bb6-2e09babc20e9.txt @@ -0,0 +1 @@ +A small white chubby fox dog wearing a new Chinese dress, balloons, candles, a cake on the table, bubbles, happiness, fireworks outside the window Wangzai butterfly \ No newline at end of file diff --git a/texts/175e2846-1560-47f7-8118-28f792804819.txt b/texts/175e2846-1560-47f7-8118-28f792804819.txt new file mode 100644 index 0000000000000000000000000000000000000000..11b7229342501978e968cd72bc75b6dd65dd6145 --- /dev/null +++ b/texts/175e2846-1560-47f7-8118-28f792804819.txt @@ -0,0 +1 @@ +Taylor Swift holds a birthday cake that says she turned 22 \ No newline at end of file diff --git a/texts/176783cd-38f5-429c-b99c-989e0709072c.txt b/texts/176783cd-38f5-429c-b99c-989e0709072c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0419b5085557c3faa7bd2283a1cbccc1c31f8703 --- /dev/null +++ b/texts/176783cd-38f5-429c-b99c-989e0709072c.txt @@ -0,0 +1 @@ +a black french bulldog is walking at columbia flower market in london with a red leash \ No newline at end of file diff --git a/texts/176a3358-f50a-4c12-9f8f-ecfaa507b2e3.txt b/texts/176a3358-f50a-4c12-9f8f-ecfaa507b2e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9f540121d9ebf883db73ed96c4fdd0fee6f50d6 --- /dev/null +++ b/texts/176a3358-f50a-4c12-9f8f-ecfaa507b2e3.txt @@ -0,0 +1 @@ +Everything \ No newline at end of file diff --git a/texts/176c402e-9e6c-4ec2-a053-a8c53890a724.txt b/texts/176c402e-9e6c-4ec2-a053-a8c53890a724.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee9026f30ae5e68a3deb52374dd4b55d0965767a --- /dev/null +++ b/texts/176c402e-9e6c-4ec2-a053-a8c53890a724.txt @@ -0,0 +1 @@ +There is a paper letter on the snow, and a butterfly falls on it. \ No newline at end of file diff --git a/texts/177cc93f-f7f7-47e1-ada8-dbfe4281a642.txt b/texts/177cc93f-f7f7-47e1-ada8-dbfe4281a642.txt new file mode 100644 index 0000000000000000000000000000000000000000..7986750a9c132342e71baf3ca7ee98bc0c38a10b --- /dev/null +++ b/texts/177cc93f-f7f7-47e1-ada8-dbfe4281a642.txt @@ -0,0 +1 @@ +camera angles should be wide angle, framing on leading lines, two people clinking champagne tall glass \ No newline at end of file diff --git a/texts/17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1.txt b/texts/17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1.txt new file mode 100644 index 0000000000000000000000000000000000000000..70d2031697ffac7fb7304883ac50af25ce6bd221 --- /dev/null +++ b/texts/17812b02-e3cc-4f2a-80a6-5a1a8ed77ce1.txt @@ -0,0 +1 @@ +an English shorthair cat with Short legs, standing in the snow watching fireworks \ No newline at end of file diff --git a/texts/178dd664-c171-4fcb-8084-9bbf97f5673a.txt b/texts/178dd664-c171-4fcb-8084-9bbf97f5673a.txt new file mode 100644 index 0000000000000000000000000000000000000000..11e62e6f2e938d4c71158ad2f92d3351c7e7441e --- /dev/null +++ b/texts/178dd664-c171-4fcb-8084-9bbf97f5673a.txt @@ -0,0 +1 @@ +A cat learning architecture is drafting and designing in a room with a laptop on the desk. And the cat is wearing scarf and glasses \ No newline at end of file diff --git a/texts/178df363-0945-4be9-9947-801ee61489a8.txt b/texts/178df363-0945-4be9-9947-801ee61489a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..32cfbc01581b3773483d0bf232107f27194cc0d2 --- /dev/null +++ b/texts/178df363-0945-4be9-9947-801ee61489a8.txt @@ -0,0 +1 @@ +There are Artificial rockery ,hills ,beautiful flowers ,lots of palm trees ,plastic penguins .The sky is pink and purple . \ No newline at end of file diff --git a/texts/17975b21-7b8b-426c-95af-d2575250448c.txt b/texts/17975b21-7b8b-426c-95af-d2575250448c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ab7a4ccd8d9ff10236c7c92a4799915cfd2ffd8 --- /dev/null +++ b/texts/17975b21-7b8b-426c-95af-d2575250448c.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word GSK written on the ground. \ No newline at end of file diff --git a/texts/179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab.txt b/texts/179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..d368eb94227c0a64be81cb0a64e023d32d15a81b --- /dev/null +++ b/texts/179f0c0e-ca0a-48a1-8b5f-e41e87ce17ab.txt @@ -0,0 +1 @@ +Picturing a cool baby tiger with sun glasses sitting outside in a snowy mountain with a coffe of hot coffee. Background pinky, sunny, greeny grass. White tiger. Tiger is holding a porcelain coffee mug. Snow. Outside. Real nature. \ No newline at end of file diff --git a/texts/17a2ca8d-330e-4e92-ba93-980a40cd7118.txt b/texts/17a2ca8d-330e-4e92-ba93-980a40cd7118.txt new file mode 100644 index 0000000000000000000000000000000000000000..a17fcd5c03aea5308767269e70549cfcd2cc2308 --- /dev/null +++ b/texts/17a2ca8d-330e-4e92-ba93-980a40cd7118.txt @@ -0,0 +1 @@ +RARE CREATURE distorted body, crazy glitch, noise, x-ray, 8k, ugly, deformed, noisy, blurry, intrincate \ No newline at end of file diff --git a/texts/17aaed71-6ca7-4503-b0c3-041a1baa2f7d.txt b/texts/17aaed71-6ca7-4503-b0c3-041a1baa2f7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbc901c72cac3cdcab6aec313fdf674bf0a91f5c --- /dev/null +++ b/texts/17aaed71-6ca7-4503-b0c3-041a1baa2f7d.txt @@ -0,0 +1 @@ +Snoopy working in front of a desk \ No newline at end of file diff --git a/texts/17bec136-fa16-439a-8621-ee3608fc312a.txt b/texts/17bec136-fa16-439a-8621-ee3608fc312a.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c7871f7457450c880753797d22e6ece4098b5e3 --- /dev/null +++ b/texts/17bec136-fa16-439a-8621-ee3608fc312a.txt @@ -0,0 +1 @@ +a bear doll taking Polaroid photo \ No newline at end of file diff --git a/texts/17c8b3fd-042e-4477-998b-7329d6b76503.txt b/texts/17c8b3fd-042e-4477-998b-7329d6b76503.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee9e4b8c9e6d2c110d8dcb92eedca609cd4bfbc9 --- /dev/null +++ b/texts/17c8b3fd-042e-4477-998b-7329d6b76503.txt @@ -0,0 +1 @@ +Hello kitty in pink play tennis in shenzhen . Betty in the Sky \ No newline at end of file diff --git a/texts/17cbc285-395c-4a41-91f9-69822f7b45b1.txt b/texts/17cbc285-395c-4a41-91f9-69822f7b45b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..05fe3f2ca77d48687019b2cd399e95c225945111 --- /dev/null +++ b/texts/17cbc285-395c-4a41-91f9-69822f7b45b1.txt @@ -0,0 +1 @@ + a small hellokitty doll on Christmas night wearing a pink Santa hat Christmas tree warm room fireplace \ No newline at end of file diff --git a/texts/17d591e9-3a98-484b-9eba-d3dea5fb7adf.txt b/texts/17d591e9-3a98-484b-9eba-d3dea5fb7adf.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c505273ee7e7f1a54bd9691e8ef0d6f63c499c3 --- /dev/null +++ b/texts/17d591e9-3a98-484b-9eba-d3dea5fb7adf.txt @@ -0,0 +1 @@ +A man wearing a bunny doll takes a plane \ No newline at end of file diff --git a/texts/17dd829d-f517-4e83-8e10-6ef01ba70942.txt b/texts/17dd829d-f517-4e83-8e10-6ef01ba70942.txt new file mode 100644 index 0000000000000000000000000000000000000000..936b15d9c508da3ae35b92a98b7816c5239f9eb2 --- /dev/null +++ b/texts/17dd829d-f517-4e83-8e10-6ef01ba70942.txt @@ -0,0 +1 @@ +A 20-year-old Asian man in a suit, snow, Christmas tree, and northern lights \ No newline at end of file diff --git a/texts/17df3fc6-8610-42c8-8bf7-58cdb0085232.txt b/texts/17df3fc6-8610-42c8-8bf7-58cdb0085232.txt new file mode 100644 index 0000000000000000000000000000000000000000..68c18dd6bedc368c70983e901ed46cae74546d2b --- /dev/null +++ b/texts/17df3fc6-8610-42c8-8bf7-58cdb0085232.txt @@ -0,0 +1 @@ +A person laying into the sea with shiny sky , sunset view, wide shot \ No newline at end of file diff --git a/texts/17e3fc30-d978-4f93-9eb9-5459a0693a5e.txt b/texts/17e3fc30-d978-4f93-9eb9-5459a0693a5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..202ab0e01b036354c8f1e847bd3502f28eb5deeb --- /dev/null +++ b/texts/17e3fc30-d978-4f93-9eb9-5459a0693a5e.txt @@ -0,0 +1 @@ + A cute little kitty and a puppy with a Christmas tree and a disco ball \ No newline at end of file diff --git a/texts/17e6b39b-ecfb-44ae-b963-c4a4f86276af.txt b/texts/17e6b39b-ecfb-44ae-b963-c4a4f86276af.txt new file mode 100644 index 0000000000000000000000000000000000000000..d84dfabcba63cb1c955acb0c660c9b9a5404ea32 --- /dev/null +++ b/texts/17e6b39b-ecfb-44ae-b963-c4a4f86276af.txt @@ -0,0 +1 @@ +A pretty man who is play the timpani in the grand concert hall decorated with Christmas lights and gifts. \ No newline at end of file diff --git a/texts/17e6dce2-c55c-488f-84e1-b0d4486a3cee.txt b/texts/17e6dce2-c55c-488f-84e1-b0d4486a3cee.txt new file mode 100644 index 0000000000000000000000000000000000000000..248e12584683a181911e22de5c9b3e698f8dfe8d --- /dev/null +++ b/texts/17e6dce2-c55c-488f-84e1-b0d4486a3cee.txt @@ -0,0 +1 @@ +bigger hello kitty \ No newline at end of file diff --git a/texts/17f68561-c8b0-4ca0-bd62-f2b16f3ecdad.txt b/texts/17f68561-c8b0-4ca0-bd62-f2b16f3ecdad.txt new file mode 100644 index 0000000000000000000000000000000000000000..df116471620531449dba4f483ee3814497fd067b --- /dev/null +++ b/texts/17f68561-c8b0-4ca0-bd62-f2b16f3ecdad.txt @@ -0,0 +1 @@ +A warm swallowtail bed under the bright red moon \ No newline at end of file diff --git a/texts/17fbfbb3-83d3-4bf4-8ebe-7e18490f493d.txt b/texts/17fbfbb3-83d3-4bf4-8ebe-7e18490f493d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b585c316b376160eaa07d4937f328f25c088762 --- /dev/null +++ b/texts/17fbfbb3-83d3-4bf4-8ebe-7e18490f493d.txt @@ -0,0 +1 @@ +A fountain sprays lots of precious jewels. White background \ No newline at end of file diff --git a/texts/1800d7ec-3682-4322-b40a-7032c791b967.txt b/texts/1800d7ec-3682-4322-b40a-7032c791b967.txt new file mode 100644 index 0000000000000000000000000000000000000000..da0cd2e62f9e430852c25858b0261b2288413a18 --- /dev/null +++ b/texts/1800d7ec-3682-4322-b40a-7032c791b967.txt @@ -0,0 +1 @@ +On a snowy night, an endless expanse of snow. In the distance is the sea, with a white Hello Kitty doll wearing a Christmas hat and a Christmas dress. Next to it is a Christmas tree, and there are traces of "ZR&JW" and cat claws on the snow. A melancholic blue night scene with dreamy effects of light particles and high color saturation. \ No newline at end of file diff --git a/texts/18044e2d-3b58-4cbf-92f0-ab0b82ff9c83.txt b/texts/18044e2d-3b58-4cbf-92f0-ab0b82ff9c83.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4649037111543959dd28a42dafc1b3fcb523e25 --- /dev/null +++ b/texts/18044e2d-3b58-4cbf-92f0-ab0b82ff9c83.txt @@ -0,0 +1 @@ +hello kitty wear champion shoes \ No newline at end of file diff --git a/texts/180c824d-e9eb-448a-a607-ba6f729f041b.txt b/texts/180c824d-e9eb-448a-a607-ba6f729f041b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d18d018982ba025d21e7c7a7487c7f23db2858b --- /dev/null +++ b/texts/180c824d-e9eb-448a-a607-ba6f729f041b.txt @@ -0,0 +1 @@ +At the bottom of the screen is a large spoon, directly above which is a struggling whale \ No newline at end of file diff --git a/texts/180e3029-a256-4106-a3c0-dd0abf5cbc63.txt b/texts/180e3029-a256-4106-a3c0-dd0abf5cbc63.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b4a103a4ba886ac3029553ab37a353b78197fee --- /dev/null +++ b/texts/180e3029-a256-4106-a3c0-dd0abf5cbc63.txt @@ -0,0 +1 @@ +Christmas, siamese cats, colorful atmosphere lights,warmatmosphere \ No newline at end of file diff --git a/texts/1823c218-c6c8-46b6-b556-abd478e94600.txt b/texts/1823c218-c6c8-46b6-b556-abd478e94600.txt new file mode 100644 index 0000000000000000000000000000000000000000..637ceca3e827f24f3ccfc0da8a2dceca2d27723e --- /dev/null +++ b/texts/1823c218-c6c8-46b6-b556-abd478e94600.txt @@ -0,0 +1 @@ +Border Sheepdog puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/18251053-8109-4236-875b-deaeb77bdced.txt b/texts/18251053-8109-4236-875b-deaeb77bdced.txt new file mode 100644 index 0000000000000000000000000000000000000000..4de736d3c1b77d66ed0a2404a7d73a1dd3c1ef0e --- /dev/null +++ b/texts/18251053-8109-4236-875b-deaeb77bdced.txt @@ -0,0 +1 @@ +A pink rabbit doll stands on the grass. There is a big cute mushroom growing on the grass, a puppy doll, a banana doll, and a sun doll. \ No newline at end of file diff --git a/texts/182a5b52-de37-4ee3-b2b3-f4710474c356.txt b/texts/182a5b52-de37-4ee3-b2b3-f4710474c356.txt new file mode 100644 index 0000000000000000000000000000000000000000..182e1d0ae0caf01c3a575e366b7beeaae4f04d6e --- /dev/null +++ b/texts/182a5b52-de37-4ee3-b2b3-f4710474c356.txt @@ -0,0 +1 @@ +Hallo kitty beich zxt \ No newline at end of file diff --git a/texts/182ae3b7-07c0-4116-b20d-53c6b257ae45.txt b/texts/182ae3b7-07c0-4116-b20d-53c6b257ae45.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa746b902e69c842c48472eb1c269f85363f7cd3 --- /dev/null +++ b/texts/182ae3b7-07c0-4116-b20d-53c6b257ae45.txt @@ -0,0 +1 @@ +A Pomeranian puppy wearing glasses sitting in front of a computer in the office with a coffee cup next to him, looking very elegant \ No newline at end of file diff --git a/texts/1832ec03-614f-46db-b0a8-647ae4e2ff5f.txt b/texts/1832ec03-614f-46db-b0a8-647ae4e2ff5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c03c57bf930d7802881aa8c5a2030b1dbe9e62d --- /dev/null +++ b/texts/1832ec03-614f-46db-b0a8-647ae4e2ff5f.txt @@ -0,0 +1 @@ +Hello kitty human eating an apple in front of the computer in the office with a fire outside the window behind \ No newline at end of file diff --git a/texts/18381603-d7a7-4730-b065-af5e31ee9965.txt b/texts/18381603-d7a7-4730-b065-af5e31ee9965.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6a6d4eaf72c6cd16e333ae6c84bc3782c8cf555 --- /dev/null +++ b/texts/18381603-d7a7-4730-b065-af5e31ee9965.txt @@ -0,0 +1 @@ +There's a birthday cake in the swimming pool there's two lovely west Highland with wings blowing out candles , have wine, sunny day \ No newline at end of file diff --git a/texts/183cb0d3-fc82-4232-ac30-da2c21d1f0dc.txt b/texts/183cb0d3-fc82-4232-ac30-da2c21d1f0dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca4085c3d1ab0ab4c43e6d1a8b7cefb78448bca0 --- /dev/null +++ b/texts/183cb0d3-fc82-4232-ac30-da2c21d1f0dc.txt @@ -0,0 +1 @@ +there are the hellokitty and pingu in front of a big Christmas tree \ No newline at end of file diff --git a/texts/183e9b8a-84d0-4be4-ab9e-576aa24da252.txt b/texts/183e9b8a-84d0-4be4-ab9e-576aa24da252.txt new file mode 100644 index 0000000000000000000000000000000000000000..2305069092753c99214cf8ec38de131960031281 --- /dev/null +++ b/texts/183e9b8a-84d0-4be4-ab9e-576aa24da252.txt @@ -0,0 +1 @@ +The blue sea. There are auroras in the sky, many petals in the sky, and Harry Potter flying in the sky \ No newline at end of file diff --git a/texts/1847fad8-6719-420e-acd8-ba7e1f77a6c0.txt b/texts/1847fad8-6719-420e-acd8-ba7e1f77a6c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfbabebb25c40dda47f4a51912235961f10f7572 --- /dev/null +++ b/texts/1847fad8-6719-420e-acd8-ba7e1f77a6c0.txt @@ -0,0 +1 @@ +Chinese Lunar New Year \ No newline at end of file diff --git a/texts/1851328d-e7d3-4ec6-91df-8be07cb0f821.txt b/texts/1851328d-e7d3-4ec6-91df-8be07cb0f821.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6aed22fba9fdc4d5b32bac7dc341d104ea79212 --- /dev/null +++ b/texts/1851328d-e7d3-4ec6-91df-8be07cb0f821.txt @@ -0,0 +1 @@ +A cake with "Liu Rui" written on it. \ No newline at end of file diff --git a/texts/186de785-d8cd-4fff-a273-7ec1f7bc802d.txt b/texts/186de785-d8cd-4fff-a273-7ec1f7bc802d.txt new file mode 100644 index 0000000000000000000000000000000000000000..72d9ab5cb6f4245f90f5dcd7820e7cebc7505d8c --- /dev/null +++ b/texts/186de785-d8cd-4fff-a273-7ec1f7bc802d.txt @@ -0,0 +1 @@ +A tiger-striped cat sporting a scarf with the letters 'JI.' and a ginger orange cat wearing a scarf with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside. \ No newline at end of file diff --git a/texts/186ea357-6399-46a5-82c4-b85c9fe41705.txt b/texts/186ea357-6399-46a5-82c4-b85c9fe41705.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8dae99e5553022e3f3e575b72ce8625b18499c9 --- /dev/null +++ b/texts/186ea357-6399-46a5-82c4-b85c9fe41705.txt @@ -0,0 +1 @@ +nightclub background \ No newline at end of file diff --git a/texts/18723800-2c45-4224-864d-dfb17cf1850c.txt b/texts/18723800-2c45-4224-864d-dfb17cf1850c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee59408305d5425f94db9c5f79f70b4a0f8df45b --- /dev/null +++ b/texts/18723800-2c45-4224-864d-dfb17cf1850c.txt @@ -0,0 +1 @@ +Three kittens with wings are drinking in a bar \ No newline at end of file diff --git a/texts/187895f5-0749-4798-ac6e-47937bb3961a.txt b/texts/187895f5-0749-4798-ac6e-47937bb3961a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e346dc2cfd2931faa59f81b6374a33d99c7087e5 --- /dev/null +++ b/texts/187895f5-0749-4798-ac6e-47937bb3961a.txt @@ -0,0 +1 @@ +Cafe, vintage, cream and brown, camera angle should be wide angle, a hot chocolate with a white cream and chocloate powder, served in a milk mug. a brownie near, A people should be sitting there and ready to eat \ No newline at end of file diff --git a/texts/18797110-c9ef-4fa7-aa3b-f7a66d1db5c3.txt b/texts/18797110-c9ef-4fa7-aa3b-f7a66d1db5c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b9fa3667190ca404c6e01199814f53bd3a9d11 --- /dev/null +++ b/texts/18797110-c9ef-4fa7-aa3b-f7a66d1db5c3.txt @@ -0,0 +1 @@ +The wooden square table has an empty bowl in the center \ No newline at end of file diff --git a/texts/18865ee5-927d-4c31-a27a-3cb3626e681d.txt b/texts/18865ee5-927d-4c31-a27a-3cb3626e681d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f75f867544bbcc8ec7e0e048a838bcd2c192ce7e --- /dev/null +++ b/texts/18865ee5-927d-4c31-a27a-3cb3626e681d.txt @@ -0,0 +1 @@ +hello kitty doll, work in front of a laptop, wearing gucci, gun fire shooting the laptop, doesn't want to work \ No newline at end of file diff --git a/texts/188d2504-a4d8-4b30-aba0-c314c8f56f88.txt b/texts/188d2504-a4d8-4b30-aba0-c314c8f56f88.txt new file mode 100644 index 0000000000000000000000000000000000000000..73d7627355966062f4309799c1df69c5ec6c1264 --- /dev/null +++ b/texts/188d2504-a4d8-4b30-aba0-c314c8f56f88.txt @@ -0,0 +1 @@ +A japanese young handsome manzai konbi that performing beside left and right from one Sonyc38b stand mic with suit \ No newline at end of file diff --git a/texts/18938e98-ac18-443c-8790-088593d74881.txt b/texts/18938e98-ac18-443c-8790-088593d74881.txt new file mode 100644 index 0000000000000000000000000000000000000000..e66b387186aa5a5b5e990f24ebb01395dde5c790 --- /dev/null +++ b/texts/18938e98-ac18-443c-8790-088593d74881.txt @@ -0,0 +1 @@ +a little Corgis and young kitty are on the beach in palma, Spain, drinking sangari cassis while reading One Hundred Years of Solitude while the radio plays rock hits from the last decade. It was dark, but they were there for each other \ No newline at end of file diff --git a/texts/1897ab05-29e9-4573-ae10-7c3a203f4bb4.txt b/texts/1897ab05-29e9-4573-ae10-7c3a203f4bb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..75524a0db8ad2099c6696579c05f289994277156 --- /dev/null +++ b/texts/1897ab05-29e9-4573-ae10-7c3a203f4bb4.txt @@ -0,0 +1 @@ +The cute Hello Kitty doll is smashing the computer with a hammer in the office. The computer has been smashed to pieces. \ No newline at end of file diff --git a/texts/189a6c5c-27d7-4354-9846-3fc5dd92d5e2.txt b/texts/189a6c5c-27d7-4354-9846-3fc5dd92d5e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d54ebcd58d454a2b47f35fe85735e6c5c813bce0 --- /dev/null +++ b/texts/189a6c5c-27d7-4354-9846-3fc5dd92d5e2.txt @@ -0,0 +1 @@ +Hello kitty doll, seaside, wedding, snow, fireworks, beach, WX and YHY written on the snow, sunset in the sky, snow, fireworks fairy stick, birthday cake, angel, warm and romantic atmosphere \ No newline at end of file diff --git a/texts/18a2b459-435e-4856-bd82-05f2d6ddd196.txt b/texts/18a2b459-435e-4856-bd82-05f2d6ddd196.txt new file mode 100644 index 0000000000000000000000000000000000000000..88b198bff2f2f5494e0cc342fc7494bcb47c12d0 --- /dev/null +++ b/texts/18a2b459-435e-4856-bd82-05f2d6ddd196.txt @@ -0,0 +1 @@ +a back view of two ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars, with a Christmas tree \ No newline at end of file diff --git a/texts/18b1d424-9196-46cf-83a1-bb0412c86d61.txt b/texts/18b1d424-9196-46cf-83a1-bb0412c86d61.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ef21c8e2ab001251430cc7f421bb3cfc03d786f --- /dev/null +++ b/texts/18b1d424-9196-46cf-83a1-bb0412c86d61.txt @@ -0,0 +1 @@ +A black and white limbo puppy, facing the camera in the snow, is sticking out its tongue and happily chasing a yellow circle of toys against a background of yellow sunset and brilliant fireworks. \ No newline at end of file diff --git a/texts/18c612da-9f4a-48b1-96be-f818d31e59ec.txt b/texts/18c612da-9f4a-48b1-96be-f818d31e59ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..52ab65f2b4fbda3da4563ebf2f881483eb7ecf02 --- /dev/null +++ b/texts/18c612da-9f4a-48b1-96be-f818d31e59ec.txt @@ -0,0 +1 @@ +remove this \ No newline at end of file diff --git a/texts/18cd0ae7-eaa7-4295-a502-d13d8c7891b4.txt b/texts/18cd0ae7-eaa7-4295-a502-d13d8c7891b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..555f91721e3c23e344b63cf81c4794ae5ec06292 --- /dev/null +++ b/texts/18cd0ae7-eaa7-4295-a502-d13d8c7891b4.txt @@ -0,0 +1 @@ +A little white samoyed is playing happily in the snow, with several butterflies flying around it. \ No newline at end of file diff --git a/texts/18cd8f00-7060-4e68-825b-a1ffde591ce4.txt b/texts/18cd8f00-7060-4e68-825b-a1ffde591ce4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a333c098f57811d5e5aa7d37626225630ef4bbba --- /dev/null +++ b/texts/18cd8f00-7060-4e68-825b-a1ffde591ce4.txt @@ -0,0 +1 @@ +Pink night, snow, lynx \ No newline at end of file diff --git a/texts/18d1c2d2-cad8-4232-981a-fd8f09f38996.txt b/texts/18d1c2d2-cad8-4232-981a-fd8f09f38996.txt new file mode 100644 index 0000000000000000000000000000000000000000..03a41db356cebe3b6cd97104f331a4a15c299c47 --- /dev/null +++ b/texts/18d1c2d2-cad8-4232-981a-fd8f09f38996.txt @@ -0,0 +1 @@ +A hello Kitty doll in a skirt stands in the snow with a pink star-shaped cake in its hand. \ No newline at end of file diff --git a/texts/18d6bda0-f4d1-42b4-87a7-4b261e231384.txt b/texts/18d6bda0-f4d1-42b4-87a7-4b261e231384.txt new file mode 100644 index 0000000000000000000000000000000000000000..b579e3a498ad6a480b128984968f3f5dbfd06a62 --- /dev/null +++ b/texts/18d6bda0-f4d1-42b4-87a7-4b261e231384.txt @@ -0,0 +1 @@ +Dr. Monkey is worried about his thesis! \ No newline at end of file diff --git a/texts/18e53bfa-6deb-4229-8f6d-28580591ae2b.txt b/texts/18e53bfa-6deb-4229-8f6d-28580591ae2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e36bf50f8006053546a29f3caa66bcadd318e6d9 --- /dev/null +++ b/texts/18e53bfa-6deb-4229-8f6d-28580591ae2b.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, front and side view, dim environment, snowing \ No newline at end of file diff --git a/texts/18e788dd-1b47-4e66-b7f3-df4c31ac6cce.txt b/texts/18e788dd-1b47-4e66-b7f3-df4c31ac6cce.txt new file mode 100644 index 0000000000000000000000000000000000000000..6efcc11fcac7d8498c983129f97e63ef96cd3ba3 --- /dev/null +++ b/texts/18e788dd-1b47-4e66-b7f3-df4c31ac6cce.txt @@ -0,0 +1 @@ +In the foreground of the snowy ground, two HelloKitty dolls are positioned slightly to the left of the middle, cuddling up to each other while wearing wedding dresses. The HelloKitty doll on the left is dressed in a groom's suit with a black suit and a white shirt, while the HelloKitty doll on the right is wearing a pure white bridal gown. In the distance, there are blooming fireworks. In the middle ground is the sea and the vast expanse of snow, and there are marks of "YTB&XXQ" on the snow. The whole scene presents a warm and cozy atmosphere, with warm yellow light shining down. \ No newline at end of file diff --git a/texts/18f2c43b-4e87-40ee-95d9-5eadbd3b4456.txt b/texts/18f2c43b-4e87-40ee-95d9-5eadbd3b4456.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cdba5712fed7d099cc0bde99b8a89126d68f0a7 --- /dev/null +++ b/texts/18f2c43b-4e87-40ee-95d9-5eadbd3b4456.txt @@ -0,0 +1 @@ +An Asian man is sitting in front of the window and looking at the camera. In the distance outside the window is the beautiful Mount Fuji. It is snowing outside the window \ No newline at end of file diff --git a/texts/18f71036-ba52-4c0d-a467-716fc32f5e8c.txt b/texts/18f71036-ba52-4c0d-a467-716fc32f5e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..713fc22498e2ac850e6599a98a187403a6fb2241 --- /dev/null +++ b/texts/18f71036-ba52-4c0d-a467-716fc32f5e8c.txt @@ -0,0 +1 @@ +2 little cats standing on the snowing grassland leaving new year wishes in front of the snow mountains \ No newline at end of file diff --git a/texts/18f7facf-bf54-474e-91d2-fe2818b9625c.txt b/texts/18f7facf-bf54-474e-91d2-fe2818b9625c.txt new file mode 100644 index 0000000000000000000000000000000000000000..df6ca5a79760ab27da8e7bc024034bbf7a5020fa --- /dev/null +++ b/texts/18f7facf-bf54-474e-91d2-fe2818b9625c.txt @@ -0,0 +1 @@ +The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow. \ No newline at end of file diff --git a/texts/18f91e50-fabc-4141-a41e-095e4a360003.txt b/texts/18f91e50-fabc-4141-a41e-095e4a360003.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8127f5af725fc272b77d46c7beba8b24fc2f657 --- /dev/null +++ b/texts/18f91e50-fabc-4141-a41e-095e4a360003.txt @@ -0,0 +1 @@ +A brown miniature poodle in a pirate costume standing on the beach in the middle of a pile of treasure \ No newline at end of file diff --git a/texts/19070b13-a1da-4915-a320-e2ebdb79e0fa.txt b/texts/19070b13-a1da-4915-a320-e2ebdb79e0fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b5baa65204de3410f7f220c4c81b6f63fcffe4c --- /dev/null +++ b/texts/19070b13-a1da-4915-a320-e2ebdb79e0fa.txt @@ -0,0 +1 @@ +the sunny hallway floor is covered with flowers \ No newline at end of file diff --git a/texts/190a05ae-9224-492e-bb18-c0e557709725.txt b/texts/190a05ae-9224-492e-bb18-c0e557709725.txt new file mode 100644 index 0000000000000000000000000000000000000000..30f7c525d4edbac9003970083a555a7f4cc99b3e --- /dev/null +++ b/texts/190a05ae-9224-492e-bb18-c0e557709725.txt @@ -0,0 +1 @@ +A little dog, running with a little cat in the snow, wearing winged clothes, \ No newline at end of file diff --git a/texts/191fed7f-960a-416c-9c9b-ece6a33b2974.txt b/texts/191fed7f-960a-416c-9c9b-ece6a33b2974.txt new file mode 100644 index 0000000000000000000000000000000000000000..153e5fb8eaddf76de9c587344f66a36d59291306 --- /dev/null +++ b/texts/191fed7f-960a-416c-9c9b-ece6a33b2974.txt @@ -0,0 +1 @@ +At night, the puppy and kitten eloped in the snow under the moon \ No newline at end of file diff --git a/texts/192157df-3e1d-49c9-b654-995302f217ae.txt b/texts/192157df-3e1d-49c9-b654-995302f217ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..7446d34072c74886c1aa73c7c44aa51c84ddf59d --- /dev/null +++ b/texts/192157df-3e1d-49c9-b654-995302f217ae.txt @@ -0,0 +1 @@ +All parts of the apple are decomposed. \ No newline at end of file diff --git a/texts/19259fc3-e600-432f-9ba5-e537f24b304d.txt b/texts/19259fc3-e600-432f-9ba5-e537f24b304d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a000e3434e022047348de6c20c051f1b63650fbf --- /dev/null +++ b/texts/19259fc3-e600-432f-9ba5-e537f24b304d.txt @@ -0,0 +1 @@ +A koala with a sunglass ,christmas vibe \ No newline at end of file diff --git a/texts/1927604e-4c10-40b2-8fc8-104d22d9b050.txt b/texts/1927604e-4c10-40b2-8fc8-104d22d9b050.txt new file mode 100644 index 0000000000000000000000000000000000000000..33d2eaa7a9d568a1055bf7808df92b640d61f286 --- /dev/null +++ b/texts/1927604e-4c10-40b2-8fc8-104d22d9b050.txt @@ -0,0 +1 @@ +Full-stack wizard casting CSS, JS, and Go spells by day. Web3D and Virtual Art apprentice by night. Powered by flat whites and Splatoon 3 ink. \ No newline at end of file diff --git a/texts/1939f868-8eaf-424e-84ef-18aaea0acf7b.txt b/texts/1939f868-8eaf-424e-84ef-18aaea0acf7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fd5882f52f102ebac1655a0e1112845677b17e0 --- /dev/null +++ b/texts/1939f868-8eaf-424e-84ef-18aaea0acf7b.txt @@ -0,0 +1 @@ +Two Shih Tzu puppies have a candlelit dinner next to the volcano \ No newline at end of file diff --git a/texts/193c3077-f5dc-4693-8860-caf419beb4e2.txt b/texts/193c3077-f5dc-4693-8860-caf419beb4e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1867285f00a03fb66c345f5f344d0c81662745fc --- /dev/null +++ b/texts/193c3077-f5dc-4693-8860-caf419beb4e2.txt @@ -0,0 +1 @@ +Hello kitty doll under Mount Fuji, holding a photo with cnt written on it, with pink cherry blossoms and high color saturation. \ No newline at end of file diff --git a/texts/195a2921-0dc5-4528-9f5c-6e8803e5b871.txt b/texts/195a2921-0dc5-4528-9f5c-6e8803e5b871.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b2b76acec138235fc74def042e7e26861e160b --- /dev/null +++ b/texts/195a2921-0dc5-4528-9f5c-6e8803e5b871.txt @@ -0,0 +1 @@ +Hello Kitty, when she lights incense at work, it makes her feel dizzy \ No newline at end of file diff --git a/texts/195bd445-63d9-40c3-b55c-cc20f1732a76.txt b/texts/195bd445-63d9-40c3-b55c-cc20f1732a76.txt new file mode 100644 index 0000000000000000000000000000000000000000..0efd23a8a69dd907575d6eafd19646bf3aa40c14 --- /dev/null +++ b/texts/195bd445-63d9-40c3-b55c-cc20f1732a76.txt @@ -0,0 +1 @@ +A cat wearing glasses is sitting on the sofa reading and drinking tea \ No newline at end of file diff --git a/texts/196d3329-2d25-45d8-9eb3-2b3982431c5d.txt b/texts/196d3329-2d25-45d8-9eb3-2b3982431c5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99e8436df6cd7b065561dba9fea1dcdd612c4ef --- /dev/null +++ b/texts/196d3329-2d25-45d8-9eb3-2b3982431c5d.txt @@ -0,0 +1 @@ +White Plush long legged rabbit celebrate Christmas \ No newline at end of file diff --git a/texts/196efaf4-eb52-479c-8e78-5f01692ca446.txt b/texts/196efaf4-eb52-479c-8e78-5f01692ca446.txt new file mode 100644 index 0000000000000000000000000000000000000000..e052fbbb7b6cb5ec0cb3f99c0613a080d925b856 --- /dev/null +++ b/texts/196efaf4-eb52-479c-8e78-5f01692ca446.txt @@ -0,0 +1 @@ + Mickey Mouse held a bloody axe in his hand, and Donald Duck held a sword. In a medieval castle. It is surrounded by the remains of bones. Blood flowed out of Mickey Mouse's mouth. \ No newline at end of file diff --git a/texts/197c4c1c-e372-46e3-abac-7472ff92e866.txt b/texts/197c4c1c-e372-46e3-abac-7472ff92e866.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb73747aa854e1624bfcb54955745107c3a7900c --- /dev/null +++ b/texts/197c4c1c-e372-46e3-abac-7472ff92e866.txt @@ -0,0 +1 @@ +Kittens, snow, Christmas \ No newline at end of file diff --git a/texts/1982a342-7b77-4842-ad1c-200f7616304a.txt b/texts/1982a342-7b77-4842-ad1c-200f7616304a.txt new file mode 100644 index 0000000000000000000000000000000000000000..175b0fd0673bb46bc3287451ff24efcbd1fa049a --- /dev/null +++ b/texts/1982a342-7b77-4842-ad1c-200f7616304a.txt @@ -0,0 +1 @@ +Kanye and Drake are playing in the snow in large cotton clothes. \ No newline at end of file diff --git a/texts/19836481-96b6-4583-91ae-1c1987973d6c.txt b/texts/19836481-96b6-4583-91ae-1c1987973d6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2612eaf9018350c05365faa3effc8f0536048423 --- /dev/null +++ b/texts/19836481-96b6-4583-91ae-1c1987973d6c.txt @@ -0,0 +1 @@ +Cute Black cat using MacBook \ No newline at end of file diff --git a/texts/19845389-1beb-4ba3-97be-0376f524f47c.txt b/texts/19845389-1beb-4ba3-97be-0376f524f47c.txt new file mode 100644 index 0000000000000000000000000000000000000000..740d7b8ef7a88c64b15bd8a14871f44fa8f6e96b --- /dev/null +++ b/texts/19845389-1beb-4ba3-97be-0376f524f47c.txt @@ -0,0 +1 @@ +A HelloKitty plush toy is sitting in the snow.With a glowing Christmas tree behind it and the words "caicai" engraved on the snow.Colored lights are hung on the trees. \ No newline at end of file diff --git a/texts/19929a55-c015-4837-9a72-bf7e9d257964.txt b/texts/19929a55-c015-4837-9a72-bf7e9d257964.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6fb4a46982270c9e8583b3572de6add333489be --- /dev/null +++ b/texts/19929a55-c015-4837-9a72-bf7e9d257964.txt @@ -0,0 +1 @@ +A baroque portrait painting, wearing sunglasses, bright yellow graffiti over it, tagging-like marks, pink graffiti text, dark academia, visible paintbrush. Minimalist, surreal, concept, inspired by Hi-Fructose Magazine art and Beautifully Bizarre Magazine art. \ No newline at end of file diff --git a/texts/199deb6e-f006-4c6a-9fda-b11a62f52833.txt b/texts/199deb6e-f006-4c6a-9fda-b11a62f52833.txt new file mode 100644 index 0000000000000000000000000000000000000000..33062395aeab6a9c1ea20015de90180cd8a2198d --- /dev/null +++ b/texts/199deb6e-f006-4c6a-9fda-b11a62f52833.txt @@ -0,0 +1 @@ +Golden puppy and black puppy in blue quilt and beer \ No newline at end of file diff --git a/texts/19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a.txt b/texts/19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b306f7e67cb8b915333f714fec38df3f7fb3e1 --- /dev/null +++ b/texts/19a874de-540e-4f9e-a7bc-c0cbf7a0fa9a.txt @@ -0,0 +1 @@ +A dog fly on the ocean with wings. \ No newline at end of file diff --git a/texts/19c7cee4-34cf-4ede-aabc-43019cc7589a.txt b/texts/19c7cee4-34cf-4ede-aabc-43019cc7589a.txt new file mode 100644 index 0000000000000000000000000000000000000000..210a1ffb535e2061c50a55aa713876dba0515183 --- /dev/null +++ b/texts/19c7cee4-34cf-4ede-aabc-43019cc7589a.txt @@ -0,0 +1 @@ + lamb with clothing and hat ,under sea \ No newline at end of file diff --git a/texts/19d363bb-2862-4313-9322-56b829fa7ed1.txt b/texts/19d363bb-2862-4313-9322-56b829fa7ed1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8178ffde5b2717c241c6a957cc9931e735e0e517 --- /dev/null +++ b/texts/19d363bb-2862-4313-9322-56b829fa7ed1.txt @@ -0,0 +1 @@ +baby bernese mountain dog and baby samoy,at sea,fireworks blooming,fall in love \ No newline at end of file diff --git a/texts/19e63695-3d95-477f-9613-3cc176814f72.txt b/texts/19e63695-3d95-477f-9613-3cc176814f72.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7452bc31eeacb39d882632946361dab113c4705 --- /dev/null +++ b/texts/19e63695-3d95-477f-9613-3cc176814f72.txt @@ -0,0 +1 @@ +Tomatoe, bubbles, snow, amusement park, sunset \ No newline at end of file diff --git a/texts/19e83393-7c02-43d8-8214-e112b5eebfcf.txt b/texts/19e83393-7c02-43d8-8214-e112b5eebfcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..89e858a1f478ddd12c2dd714ae1cd785a29ea590 --- /dev/null +++ b/texts/19e83393-7c02-43d8-8214-e112b5eebfcf.txt @@ -0,0 +1 @@ +The room is filled with colorful four leaf clover \ No newline at end of file diff --git a/texts/1a0323f9-2403-4e8f-9ea5-242dc4897674.txt b/texts/1a0323f9-2403-4e8f-9ea5-242dc4897674.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f9f7e2fadb3f142cbb35f22070bb944c0a40d0c --- /dev/null +++ b/texts/1a0323f9-2403-4e8f-9ea5-242dc4897674.txt @@ -0,0 +1 @@ +Jellycat,in thr meadow,a burning house in the back,lesser snow, \ No newline at end of file diff --git a/texts/1a07b387-5634-4e81-bd11-c45355b48f04.txt b/texts/1a07b387-5634-4e81-bd11-c45355b48f04.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8bdc6ddddec46b4948619a258ac06f6099797e0 --- /dev/null +++ b/texts/1a07b387-5634-4e81-bd11-c45355b48f04.txt @@ -0,0 +1 @@ +Mickey Mouse drinking coffee in the volcanic land, the volcano behind him erupted \ No newline at end of file diff --git a/texts/1a0b2bde-af53-499f-9bbf-f21b395d8169.txt b/texts/1a0b2bde-af53-499f-9bbf-f21b395d8169.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0e0f8f7702dc5152827af08cad41d5fb11a527 --- /dev/null +++ b/texts/1a0b2bde-af53-499f-9bbf-f21b395d8169.txt @@ -0,0 +1 @@ +Snow, BIGBANG letters, lights, burning flames, crowns, rock punk style. \ No newline at end of file diff --git a/texts/1a1e2298-7652-465d-a3f8-ddf757b25721.txt b/texts/1a1e2298-7652-465d-a3f8-ddf757b25721.txt new file mode 100644 index 0000000000000000000000000000000000000000..70715d2be3d552fd596a6cfba80c1ca1046a3f88 --- /dev/null +++ b/texts/1a1e2298-7652-465d-a3f8-ddf757b25721.txt @@ -0,0 +1 @@ +The lovely little otter is making cupcakes in the family kitchen, wearing a chef's hat, an apron and holding a whisk. \ No newline at end of file diff --git a/texts/1a247a63-6608-4caa-bd3f-5fa3183c40fd.txt b/texts/1a247a63-6608-4caa-bd3f-5fa3183c40fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e07fd159ff9c01fcd1be07a7c570eb9fa288daca --- /dev/null +++ b/texts/1a247a63-6608-4caa-bd3f-5fa3183c40fd.txt @@ -0,0 +1 @@ +A Tibetan teenager dressed in Tibetan costumes, tied two braids, smiled, and held a lamb on the grass, with snowy mountains and streams behind him \ No newline at end of file diff --git a/texts/1a2be32e-d980-4668-a07b-12c0fcc824f2.txt b/texts/1a2be32e-d980-4668-a07b-12c0fcc824f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0171876273d39389e88ecb68267f9b212cd76deb --- /dev/null +++ b/texts/1a2be32e-d980-4668-a07b-12c0fcc824f2.txt @@ -0,0 +1 @@ +Christmas tree, snow by the sea \ No newline at end of file diff --git a/texts/1a31859c-20aa-4de3-b95d-a33386902ead.txt b/texts/1a31859c-20aa-4de3-b95d-a33386902ead.txt new file mode 100644 index 0000000000000000000000000000000000000000..24565c3df252110e50bcb561ad4a5c3ff6f87115 --- /dev/null +++ b/texts/1a31859c-20aa-4de3-b95d-a33386902ead.txt @@ -0,0 +1 @@ +a red hello kitty busy working, autumn park, sunny afternoon, fuji moutain \ No newline at end of file diff --git a/texts/1a3ec954-0106-4c81-b0be-cdefa3daa191.txt b/texts/1a3ec954-0106-4c81-b0be-cdefa3daa191.txt new file mode 100644 index 0000000000000000000000000000000000000000..a78ec0a717f8e0e8b099a04f19d988f348a5a584 --- /dev/null +++ b/texts/1a3ec954-0106-4c81-b0be-cdefa3daa191.txt @@ -0,0 +1 @@ +At night, there are auroras in the sky, and a Samoyed is playing with a toy ball on the snow with the words Michuxxx written on it. Snowflakes float in the sky \ No newline at end of file diff --git a/texts/1a429ca7-bb18-44c1-8436-c81138c69345.txt b/texts/1a429ca7-bb18-44c1-8436-c81138c69345.txt new file mode 100644 index 0000000000000000000000000000000000000000..965e785924dc25a728be5a15603487c2f2b3079f --- /dev/null +++ b/texts/1a429ca7-bb18-44c1-8436-c81138c69345.txt @@ -0,0 +1 @@ +autumn park \ No newline at end of file diff --git a/texts/1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6.txt b/texts/1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..124863060ae23c4bda6647756654e756c24e0fc2 --- /dev/null +++ b/texts/1a46462f-5f15-4d54-97c5-0cd0fb7cd4b6.txt @@ -0,0 +1 @@ +A gray rabbit wearing an apple green shirt stood up seriously in front of the camera, each holding a bunch of purple grapes at both ends (the grape clusters were horizontal to its chest). It stood in front of the background board of the photo studio, widened its eyes, and forced out a smile. \ No newline at end of file diff --git a/texts/1a4a62e8-b1ab-464d-a0e7-fce799fce59b.txt b/texts/1a4a62e8-b1ab-464d-a0e7-fce799fce59b.txt new file mode 100644 index 0000000000000000000000000000000000000000..da42f917ac23719f091b216574894ebc96fb2a6a --- /dev/null +++ b/texts/1a4a62e8-b1ab-464d-a0e7-fce799fce59b.txt @@ -0,0 +1 @@ +a beauty wearing white sunglasses running on the London Bridge \ No newline at end of file diff --git a/texts/1a4b5d25-0ed5-404b-8168-9e03796ad58e.txt b/texts/1a4b5d25-0ed5-404b-8168-9e03796ad58e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c02bd92847a24c1410d298e4d2e867663357bd1 --- /dev/null +++ b/texts/1a4b5d25-0ed5-404b-8168-9e03796ad58e.txt @@ -0,0 +1 @@ +A black french bulldog is making pizza wuth chef hat. Christmas decorations around the house \ No newline at end of file diff --git a/texts/1a4cbf91-d7a7-4283-b10e-2470929a97de.txt b/texts/1a4cbf91-d7a7-4283-b10e-2470929a97de.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3cc49841cb649ea11ce3e53fa9793e51ffa6fb9 --- /dev/null +++ b/texts/1a4cbf91-d7a7-4283-b10e-2470929a97de.txt @@ -0,0 +1 @@ +A greenfrog plushy in the thick snow \ No newline at end of file diff --git a/texts/1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73.txt b/texts/1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73.txt new file mode 100644 index 0000000000000000000000000000000000000000..52ed934547770a96b688bb870506c16fd4ad52c2 --- /dev/null +++ b/texts/1a5155d0-dcc3-4b8b-8800-0df0bb8a9b73.txt @@ -0,0 +1 @@ +The mountains and fields are covered in four leaf clover, with a blue area and a red object in the middle \ No newline at end of file diff --git a/texts/1a515d6b-ad0f-4a41-aac4-aea81a046db6.txt b/texts/1a515d6b-ad0f-4a41-aac4-aea81a046db6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d620769b21e9979937d64a361feedcf2f9365446 --- /dev/null +++ b/texts/1a515d6b-ad0f-4a41-aac4-aea81a046db6.txt @@ -0,0 +1 @@ +Pikachu is drinking alcho in the snow \ No newline at end of file diff --git a/texts/1a55b4b5-32cf-464a-a48e-8dfef1cea0bd.txt b/texts/1a55b4b5-32cf-464a-a48e-8dfef1cea0bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e170dcfa3212b992fe67b3eaa20ead5cac75e0 --- /dev/null +++ b/texts/1a55b4b5-32cf-464a-a48e-8dfef1cea0bd.txt @@ -0,0 +1 @@ +In the snowy field, there is a little yellow duck wearing a red knitted hat and carrying a small bag with a red apple pattern, with a little butterfly fluttering around the duck. \ No newline at end of file diff --git a/texts/1a59b585-6a18-473e-b01b-a962ccfc6645.txt b/texts/1a59b585-6a18-473e-b01b-a962ccfc6645.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a11c003f0d9cb8bda0868da7e1facdec5118f71 --- /dev/null +++ b/texts/1a59b585-6a18-473e-b01b-a962ccfc6645.txt @@ -0,0 +1 @@ +A Yellow and white corgi Watch fireworks on the grassland in light snow falls from a pitch-black sky \ No newline at end of file diff --git a/texts/1a5d00ad-0b30-4f86-9900-ada76582777b.txt b/texts/1a5d00ad-0b30-4f86-9900-ada76582777b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfedc7ad6a33539f89ab68f9f03a4ccffce8e5c0 --- /dev/null +++ b/texts/1a5d00ad-0b30-4f86-9900-ada76582777b.txt @@ -0,0 +1 @@ +A clear stream with butterflies flying \ No newline at end of file diff --git a/texts/1a62ac48-6d0b-42ec-910b-603c40e0aa34.txt b/texts/1a62ac48-6d0b-42ec-910b-603c40e0aa34.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffe9ff3773af25984f5d20763f22f5f6c5573712 --- /dev/null +++ b/texts/1a62ac48-6d0b-42ec-910b-603c40e0aa34.txt @@ -0,0 +1 @@ +At night, a white kitten with a Christmas hat sits on the snow. There is a big Christmas tree with "Lin" written on the snow. \ No newline at end of file diff --git a/texts/1a6b130d-2904-4e22-91c3-34dc99775905.txt b/texts/1a6b130d-2904-4e22-91c3-34dc99775905.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9786449db24d79ed95f7ca0fdfab1b98d69ce57 --- /dev/null +++ b/texts/1a6b130d-2904-4e22-91c3-34dc99775905.txt @@ -0,0 +1 @@ +Six Months West Highland Dog Snow Christmas Hat Stars \ No newline at end of file diff --git a/texts/1a798539-3e4c-40f7-af79-8887bc9da975.txt b/texts/1a798539-3e4c-40f7-af79-8887bc9da975.txt new file mode 100644 index 0000000000000000000000000000000000000000..350b9f37eab95fddf598175adb6c806ed6a59606 --- /dev/null +++ b/texts/1a798539-3e4c-40f7-af79-8887bc9da975.txt @@ -0,0 +1 @@ +A West Highland white terrier in a cute suit in the snow \ No newline at end of file diff --git a/texts/1a7c8211-809a-4ea5-be5f-514318d8e07f.txt b/texts/1a7c8211-809a-4ea5-be5f-514318d8e07f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9360837ccc81f371eb88be7e423323d1b9040e75 --- /dev/null +++ b/texts/1a7c8211-809a-4ea5-be5f-514318d8e07f.txt @@ -0,0 +1 @@ +tinsel with colourful light reflection on top. christmas tree monster with hands and legs \ No newline at end of file diff --git a/texts/1a7e7913-4e46-426b-ba65-7876d4fe1ca4.txt b/texts/1a7e7913-4e46-426b-ba65-7876d4fe1ca4.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fe462690ae720ddcce4f5e7fb820f27d249651b --- /dev/null +++ b/texts/1a7e7913-4e46-426b-ba65-7876d4fe1ca4.txt @@ -0,0 +1 @@ +a beagle dog wearing black sunglasses, graduation ceremony, computer, Ireland green and orange \ No newline at end of file diff --git a/texts/1a830b58-bd40-4c55-8d6a-605abbf5ca5d.txt b/texts/1a830b58-bd40-4c55-8d6a-605abbf5ca5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2529bfb1aecbcc5deb7136892ef538d8892a231e --- /dev/null +++ b/texts/1a830b58-bd40-4c55-8d6a-605abbf5ca5d.txt @@ -0,0 +1 @@ +At night, the hotel lobby is warm and bright, with a huge Christmas tree in the middle, surrounded by several Christmas gift boxes, a bottle of red wine and two tall glasses. \ No newline at end of file diff --git a/texts/1a91a94c-e2d9-4fe4-baff-cb9f39e58525.txt b/texts/1a91a94c-e2d9-4fe4-baff-cb9f39e58525.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0a9b766e0d97c3142a3f5f84016b4ab3bd6151c --- /dev/null +++ b/texts/1a91a94c-e2d9-4fe4-baff-cb9f39e58525.txt @@ -0,0 +1 @@ +Waves on the sea campfire on the shore, and I burst into tears you are not with me, Miscanthus in the mountain pain still stay in the eyebrow. \ No newline at end of file diff --git a/texts/1a95c48d-86d6-4145-b49a-60c4449c9833.txt b/texts/1a95c48d-86d6-4145-b49a-60c4449c9833.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bc27c2f3643fd0a7a1f92c70b810c8d30ac1580 --- /dev/null +++ b/texts/1a95c48d-86d6-4145-b49a-60c4449c9833.txt @@ -0,0 +1 @@ +The Hello Kitty doll, dressed in a black kimono, is watching the stock market index flickering on an electronic screen while counting US dollars in her hand. \ No newline at end of file diff --git a/texts/1a9792a8-da44-4f21-9dbf-e9424cd4de14.txt b/texts/1a9792a8-da44-4f21-9dbf-e9424cd4de14.txt new file mode 100644 index 0000000000000000000000000000000000000000..5643c69fb01ba19ac14ef678e626c4934bf33669 --- /dev/null +++ b/texts/1a9792a8-da44-4f21-9dbf-e9424cd4de14.txt @@ -0,0 +1 @@ +Sitting next to Hello Kitty, there is a Christmas tree and a small cake. In the distance, there are snow capped mountains, beautiful clouds, and Christmas elements. SYH is written on the snow \ No newline at end of file diff --git a/texts/1aac4686-a881-406e-9d7a-042006d4cfcf.txt b/texts/1aac4686-a881-406e-9d7a-042006d4cfcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f348d71e27ea275321702f094d715453bb15d85 --- /dev/null +++ b/texts/1aac4686-a881-406e-9d7a-042006d4cfcf.txt @@ -0,0 +1 @@ +On a snowy day, there is a sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, Veniee is written on the snow, with traces of cat's claws, with a dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/1aae6cbe-4b25-473a-a77d-12991c15d42f.txt b/texts/1aae6cbe-4b25-473a-a77d-12991c15d42f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e754a3c2dc5906856dba6cf8ed17d4f6753c3063 --- /dev/null +++ b/texts/1aae6cbe-4b25-473a-a77d-12991c15d42f.txt @@ -0,0 +1 @@ +westhighland white terrier playing magic in the snow land at night \ No newline at end of file diff --git a/texts/1aaeb482-69ae-4055-9197-2ebe807c8dee.txt b/texts/1aaeb482-69ae-4055-9197-2ebe807c8dee.txt new file mode 100644 index 0000000000000000000000000000000000000000..d95c564d3ac4af716bef14cf6c34c0f4b7a1497c --- /dev/null +++ b/texts/1aaeb482-69ae-4055-9197-2ebe807c8dee.txt @@ -0,0 +1 @@ +On a snowy night, the melancholic blue night scene with brilliant fireworks in the distant view is a sunset by the seaside. The close-up is a white Hello Kitty doll wearing a red bow and red clothes, with KMY written on the snow. There are warm yellow lights hanging next to the lights, and the ground is surrounded by Christmas trees filled with gifts. The color saturation is high, and there is a dreamy effect with light particles \ No newline at end of file diff --git a/texts/1ab77540-cc1b-431c-89a0-19f1e412f1c4.txt b/texts/1ab77540-cc1b-431c-89a0-19f1e412f1c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..99a92c8ba92e513f81d7b204ce3d2d3ba58709fe --- /dev/null +++ b/texts/1ab77540-cc1b-431c-89a0-19f1e412f1c4.txt @@ -0,0 +1 @@ +A rabbit with a yellow umbrella in the heavy rain \ No newline at end of file diff --git a/texts/1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d.txt b/texts/1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0fabb50e859122d6d19937da642ab3298201123 --- /dev/null +++ b/texts/1ab9ec2b-1eb8-4e43-a5f0-a4c8e8b2e10d.txt @@ -0,0 +1 @@ +Hello Kitty Snow letters LJW&LX \ No newline at end of file diff --git a/texts/1ac4a34e-69b2-4540-860e-8b68b3b878d2.txt b/texts/1ac4a34e-69b2-4540-860e-8b68b3b878d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c383268daa1879592a4e54d658050a3362a823d --- /dev/null +++ b/texts/1ac4a34e-69b2-4540-860e-8b68b3b878d2.txt @@ -0,0 +1 @@ +The Great Wall of China illuminated by a rainbow of neon lights during a full moon night. \ No newline at end of file diff --git a/texts/1ac66bbf-f821-4342-936a-0198fffd419e.txt b/texts/1ac66bbf-f821-4342-936a-0198fffd419e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfee964f29230c4ae08ea7d35f76e0dcb32bbfb0 --- /dev/null +++ b/texts/1ac66bbf-f821-4342-936a-0198fffd419e.txt @@ -0,0 +1 @@ +Lonely rabbit \ No newline at end of file diff --git a/texts/1aca3577-7bb4-4ea7-92fa-43448568c4de.txt b/texts/1aca3577-7bb4-4ea7-92fa-43448568c4de.txt new file mode 100644 index 0000000000000000000000000000000000000000..83cbff758d824162c7100fd265f519af235ceb8f --- /dev/null +++ b/texts/1aca3577-7bb4-4ea7-92fa-43448568c4de.txt @@ -0,0 +1 @@ +Light snow falls from a purpl sky,pingu \ No newline at end of file diff --git a/texts/1adbbdd9-172c-4c12-9d99-28f70e4ec832.txt b/texts/1adbbdd9-172c-4c12-9d99-28f70e4ec832.txt new file mode 100644 index 0000000000000000000000000000000000000000..398904c96d8c51979bcdf32980d2f10efb808502 --- /dev/null +++ b/texts/1adbbdd9-172c-4c12-9d99-28f70e4ec832.txt @@ -0,0 +1 @@ +Bald barber with beard and tattoos cutting numerous santas hair. Busy \ No newline at end of file diff --git a/texts/1adc5f53-7c98-48eb-95c1-869df7bce909.txt b/texts/1adc5f53-7c98-48eb-95c1-869df7bce909.txt new file mode 100644 index 0000000000000000000000000000000000000000..04a62a8f89e5ee0faaeb270f1064da7d2dd97e8e --- /dev/null +++ b/texts/1adc5f53-7c98-48eb-95c1-869df7bce909.txt @@ -0,0 +1 @@ +a little bear drink beer on the snow \ No newline at end of file diff --git a/texts/1adeb977-723a-44e5-9f57-85e701d2c195.txt b/texts/1adeb977-723a-44e5-9f57-85e701d2c195.txt new file mode 100644 index 0000000000000000000000000000000000000000..f353c346ea249371794dcdb729d040a583a27853 --- /dev/null +++ b/texts/1adeb977-723a-44e5-9f57-85e701d2c195.txt @@ -0,0 +1 @@ +In a Christmas-like room, there is a wall with QIDAO Studio written on it, a ring of sequins around the lettering, and a large Christmas tree inside \ No newline at end of file diff --git a/texts/1ae57190-694a-464e-8c5d-c2d4baecf360.txt b/texts/1ae57190-694a-464e-8c5d-c2d4baecf360.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da578554c9fd00aac883b49857694ecf66b3012 --- /dev/null +++ b/texts/1ae57190-694a-464e-8c5d-c2d4baecf360.txt @@ -0,0 +1 @@ +joke bear and chritmas tree \ No newline at end of file diff --git a/texts/1ae6051e-1152-4b59-adaa-e60f0c935b4f.txt b/texts/1ae6051e-1152-4b59-adaa-e60f0c935b4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d1254d893bc30c9ce20df24bc808298d4545c6f --- /dev/null +++ b/texts/1ae6051e-1152-4b59-adaa-e60f0c935b4f.txt @@ -0,0 +1 @@ +A West Highland Terrier wearing glasses and headphones is reading a book titled Unknown inside a train. Outside the window, snow-covered mountains and forests stretch across the landscape. \ No newline at end of file diff --git a/texts/1af424c6-f632-4a94-b44f-71e3ac05ad71.txt b/texts/1af424c6-f632-4a94-b44f-71e3ac05ad71.txt new file mode 100644 index 0000000000000000000000000000000000000000..b355a514d33e182f620f5b44e239d9b1c67ac798 --- /dev/null +++ b/texts/1af424c6-f632-4a94-b44f-71e3ac05ad71.txt @@ -0,0 +1 @@ +Crowd of kittens in the snow of Mount Fuji \ No newline at end of file diff --git a/texts/1afa79d4-c810-41a5-b7a6-58575bf4c275.txt b/texts/1afa79d4-c810-41a5-b7a6-58575bf4c275.txt new file mode 100644 index 0000000000000000000000000000000000000000..730aba4184b37b1c80852cf3622f41f65a08bd52 --- /dev/null +++ b/texts/1afa79d4-c810-41a5-b7a6-58575bf4c275.txt @@ -0,0 +1 @@ +The background is red, there is a Christmas tree, a gold lanyard in front of the Christmas tree, with the letters "LIVINGMORE" on it. \ No newline at end of file diff --git a/texts/1afbbddf-358b-4b2b-96dc-3428f84c06fe.txt b/texts/1afbbddf-358b-4b2b-96dc-3428f84c06fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..778100bd27d3ebcf18332f28245239cb673ce772 --- /dev/null +++ b/texts/1afbbddf-358b-4b2b-96dc-3428f84c06fe.txt @@ -0,0 +1 @@ +A white West Highland White Terrier big era carrying a pair of small butterflies in the snow birthday \ No newline at end of file diff --git a/texts/1b03da99-983a-4850-ba5e-4a698f3e09a8.txt b/texts/1b03da99-983a-4850-ba5e-4a698f3e09a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f5f42f8a61956a05969f46dd63f3beacae2ed79 --- /dev/null +++ b/texts/1b03da99-983a-4850-ba5e-4a698f3e09a8.txt @@ -0,0 +1 @@ +There are artificial mountain ,beautiful flowers ,palm trees ,hills ,lakes ,ancient pavilion ,penguins .The sky is pink and purple . \ No newline at end of file diff --git a/texts/1b0ed666-f9b4-4409-9bde-ca240f179db5.txt b/texts/1b0ed666-f9b4-4409-9bde-ca240f179db5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b10f7845af72def167b18dc084478eaefd43e560 --- /dev/null +++ b/texts/1b0ed666-f9b4-4409-9bde-ca240f179db5.txt @@ -0,0 +1 @@ +pokemon piplup wearing a spacesuit in space \ No newline at end of file diff --git a/texts/1b15dfc8-0976-402c-8dfd-bb6b4509e6f0.txt b/texts/1b15dfc8-0976-402c-8dfd-bb6b4509e6f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..102f8918353026d98d4d6682676fef4c6ea21f17 --- /dev/null +++ b/texts/1b15dfc8-0976-402c-8dfd-bb6b4509e6f0.txt @@ -0,0 +1 @@ +hellokitty smoking in the snow by the sea, outdoor blues has a beautiful Christmas tree, and XN is written on the snow \ No newline at end of file diff --git a/texts/1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f.txt b/texts/1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf000e310dd7a7ee14f1bbbc1d937b99a0ac2f6 --- /dev/null +++ b/texts/1b22fbcb-d6a7-4209-bdaf-51d1800b9e5f.txt @@ -0,0 +1 @@ +Tropical rain forest \ No newline at end of file diff --git a/texts/1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5.txt b/texts/1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c1fd3168c64fa188fd9904c00326c9608c0efec --- /dev/null +++ b/texts/1b2380d3-20f8-43e7-a12b-f5ce5ada1ad5.txt @@ -0,0 +1 @@ +a red panda in holiday season, very cute. profile picture \ No newline at end of file diff --git a/texts/1b293e62-b1ea-4977-b44b-857b51cd117a.txt b/texts/1b293e62-b1ea-4977-b44b-857b51cd117a.txt new file mode 100644 index 0000000000000000000000000000000000000000..33fef4caf8743547ad079ef3c053e82ff73b3fe0 --- /dev/null +++ b/texts/1b293e62-b1ea-4977-b44b-857b51cd117a.txt @@ -0,0 +1 @@ +a white dog with a pair of lucency wings flying in the snowy day outside, and the sky with the purple polar lights \ No newline at end of file diff --git a/texts/1b328bb6-414d-4ee7-889a-e3b69e7b206f.txt b/texts/1b328bb6-414d-4ee7-889a-e3b69e7b206f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fdfae93e20ac25684f5c5adc0336fad2636d07d --- /dev/null +++ b/texts/1b328bb6-414d-4ee7-889a-e3b69e7b206f.txt @@ -0,0 +1 @@ +A white West Highland White Terrier big era carrying a pair of small butterflies in the snow \ No newline at end of file diff --git a/texts/1b361733-1dde-4a26-8bf0-718828786063.txt b/texts/1b361733-1dde-4a26-8bf0-718828786063.txt new file mode 100644 index 0000000000000000000000000000000000000000..480761dd48197f0522d359b4aa1526facdb1d2d2 --- /dev/null +++ b/texts/1b361733-1dde-4a26-8bf0-718828786063.txt @@ -0,0 +1 @@ +close up shot of a young male adult with short hair, dress in white shirt and dark jean, wandering on night time beach, galaxy on the dark purple sky and a big bright comet and fire shooting stars falling \ No newline at end of file diff --git a/texts/1b3788bb-5334-4236-87d5-529313c0497e.txt b/texts/1b3788bb-5334-4236-87d5-529313c0497e.txt new file mode 100644 index 0000000000000000000000000000000000000000..24589aa9977e89f1951466dce60dba521d593856 --- /dev/null +++ b/texts/1b3788bb-5334-4236-87d5-529313c0497e.txt @@ -0,0 +1 @@ +The HelloKitty fought a terrible war against the monster Godzilla \ No newline at end of file diff --git a/texts/1b3972d5-2fc9-484b-882b-c53a225360b3.txt b/texts/1b3972d5-2fc9-484b-882b-c53a225360b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4acbe1e2d98fd8e96e0f78546ee3ffcd3323e129 --- /dev/null +++ b/texts/1b3972d5-2fc9-484b-882b-c53a225360b3.txt @@ -0,0 +1 @@ +A brown and white British Shorthair cat with blue eyes looks very unhappy and disheveled, typing on a laptop in a small dinghy at sea, with a massive tsunami approaching from behind \ No newline at end of file diff --git a/texts/1b3da94c-45c5-431a-ba81-3fa39c2efd4a.txt b/texts/1b3da94c-45c5-431a-ba81-3fa39c2efd4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..043e2274bb06babe47af6b615b2d16ce308026c7 --- /dev/null +++ b/texts/1b3da94c-45c5-431a-ba81-3fa39c2efd4a.txt @@ -0,0 +1 @@ +FFVV IS COZY \ No newline at end of file diff --git a/texts/1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2.txt b/texts/1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bb6e7259bf3b276eac37323f039a85146535e4b --- /dev/null +++ b/texts/1b411e7d-7a2c-40d9-85d3-cace2ce6b0d2.txt @@ -0,0 +1 @@ +A Rolls-Royce is parked in front of a church in Iceland. \ No newline at end of file diff --git a/texts/1b42c8c3-f012-4778-b549-ee00306489dc.txt b/texts/1b42c8c3-f012-4778-b549-ee00306489dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..7270a832c1ac56cbe093a9c8ad6c9a209ef758f9 --- /dev/null +++ b/texts/1b42c8c3-f012-4778-b549-ee00306489dc.txt @@ -0,0 +1 @@ +A standing sea otter with a red scarf and Apple headphones, dressed in Christmas clothes, Disney live-action animation style \ No newline at end of file diff --git a/texts/1b45e561-d027-4f2c-b413-aa476f2ac0cf.txt b/texts/1b45e561-d027-4f2c-b413-aa476f2ac0cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..23d000c75c769b3a93635392c32564e7702fa8e9 --- /dev/null +++ b/texts/1b45e561-d027-4f2c-b413-aa476f2ac0cf.txt @@ -0,0 +1 @@ +A white fat british short hair cat is working in front of a macbook. The cat do not have ears. The cat.The cat is wearing a big suit. \ No newline at end of file diff --git a/texts/1b5315e1-a4ff-46c5-b135-1c7704a75fcc.txt b/texts/1b5315e1-a4ff-46c5-b135-1c7704a75fcc.txt new file mode 100644 index 0000000000000000000000000000000000000000..770d34e2339f07499cdadf0ecfa5b8c3d45b6e92 --- /dev/null +++ b/texts/1b5315e1-a4ff-46c5-b135-1c7704a75fcc.txt @@ -0,0 +1 @@ + In the blue, dim, and silent snowy sky, there is a small golden fur with wings running towards an astronomical telescope in the distance, and its footprints are imprinted in the snow \ No newline at end of file diff --git a/texts/1b5bf553-ed55-4afe-a221-e86cf0f01764.txt b/texts/1b5bf553-ed55-4afe-a221-e86cf0f01764.txt new file mode 100644 index 0000000000000000000000000000000000000000..cef0c511099d8257eadc3506ffc7a96836bded0d --- /dev/null +++ b/texts/1b5bf553-ed55-4afe-a221-e86cf0f01764.txt @@ -0,0 +1 @@ +Golden British shorthair kitten holding a wand in snow \ No newline at end of file diff --git a/texts/1b5cc426-004e-4417-8784-47bbf46b6c79.txt b/texts/1b5cc426-004e-4417-8784-47bbf46b6c79.txt new file mode 100644 index 0000000000000000000000000000000000000000..514f3020c05d064654908e80d832799021070d56 --- /dev/null +++ b/texts/1b5cc426-004e-4417-8784-47bbf46b6c79.txt @@ -0,0 +1 @@ +A baby panda swings on a yellow swing in the green forest \ No newline at end of file diff --git a/texts/1b6daf87-a294-4b26-9d70-94a39dea279b.txt b/texts/1b6daf87-a294-4b26-9d70-94a39dea279b.txt new file mode 100644 index 0000000000000000000000000000000000000000..352a570b0b0678b50e89f7e082d9e034265a5168 --- /dev/null +++ b/texts/1b6daf87-a294-4b26-9d70-94a39dea279b.txt @@ -0,0 +1 @@ +a standing big tree in the middle of a park in the Netherlands at dawn, with some mushrooms grows on the grassland, in a long distant view \ No newline at end of file diff --git a/texts/1b7717c9-9584-47af-b580-706e5dd0aa51.txt b/texts/1b7717c9-9584-47af-b580-706e5dd0aa51.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4f61cc2537fb85495fa97d8af1b495ee7eadf62 --- /dev/null +++ b/texts/1b7717c9-9584-47af-b580-706e5dd0aa51.txt @@ -0,0 +1 @@ +The water pipe outside the window is blooming with light blue flowers \ No newline at end of file diff --git a/texts/1b7c9e90-a4c1-45f7-af40-8ad69f198334.txt b/texts/1b7c9e90-a4c1-45f7-af40-8ad69f198334.txt new file mode 100644 index 0000000000000000000000000000000000000000..33a61a81597143e95e8853020691418015cd4585 --- /dev/null +++ b/texts/1b7c9e90-a4c1-45f7-af40-8ad69f198334.txt @@ -0,0 +1 @@ +A Samoyed snow \ No newline at end of file diff --git a/texts/1b7eb1e0-4884-4a85-b66a-bb002158ee9e.txt b/texts/1b7eb1e0-4884-4a85-b66a-bb002158ee9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6e161ebf41d6bbaeeb4ccd71798b9b809252078 --- /dev/null +++ b/texts/1b7eb1e0-4884-4a85-b66a-bb002158ee9e.txt @@ -0,0 +1 @@ +an otter which wear a woolly hat and a scarf, holding a camera, standing in a grassland. \ No newline at end of file diff --git a/texts/1b8013db-c1ab-4841-acd0-afa331473ebf.txt b/texts/1b8013db-c1ab-4841-acd0-afa331473ebf.txt new file mode 100644 index 0000000000000000000000000000000000000000..35c415c76d7b72a14dbc13b7ce478e7bbad7560b --- /dev/null +++ b/texts/1b8013db-c1ab-4841-acd0-afa331473ebf.txt @@ -0,0 +1 @@ +chocolate long hair dachshund mini in snow \ No newline at end of file diff --git a/texts/1b85d4d1-cf3b-4153-9dae-6690c53a6a2e.txt b/texts/1b85d4d1-cf3b-4153-9dae-6690c53a6a2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..517042e737d348a6f73e89a38a3a1f6a66660cc4 --- /dev/null +++ b/texts/1b85d4d1-cf3b-4153-9dae-6690c53a6a2e.txt @@ -0,0 +1 @@ +Whales and various marine fish appeared in the sky over the Mongolian grasslands \ No newline at end of file diff --git a/texts/1b87d98a-a8ab-4baa-a570-0783c9e3cbda.txt b/texts/1b87d98a-a8ab-4baa-a570-0783c9e3cbda.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a38ec3a28a82a8d14ba7020f6018a38df883012 --- /dev/null +++ b/texts/1b87d98a-a8ab-4baa-a570-0783c9e3cbda.txt @@ -0,0 +1 @@ +A cat works in a coffee shop \ No newline at end of file diff --git a/texts/1b96597c-73b0-4cc0-8125-76f3182dbcac.txt b/texts/1b96597c-73b0-4cc0-8125-76f3182dbcac.txt new file mode 100644 index 0000000000000000000000000000000000000000..71dcecacd7b9b8c7518ad2793ddd546dc4bcb454 --- /dev/null +++ b/texts/1b96597c-73b0-4cc0-8125-76f3182dbcac.txt @@ -0,0 +1 @@ +Rainbow, umbrella, water reflection, Crow-headed man \ No newline at end of file diff --git a/texts/1b995f21-eb68-4793-9852-aaa6ccfa6c02.txt b/texts/1b995f21-eb68-4793-9852-aaa6ccfa6c02.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf70b5ed1bef0ec4d98b8c695143ec3bf65c364b --- /dev/null +++ b/texts/1b995f21-eb68-4793-9852-aaa6ccfa6c02.txt @@ -0,0 +1 @@ +Three little white cats wearing Christmas hats stand in the snow, with many gifts hanging from the high Christmas tree next to them \ No newline at end of file diff --git a/texts/1b9b1b1b-de7c-445f-8f99-4e4fa0804923.txt b/texts/1b9b1b1b-de7c-445f-8f99-4e4fa0804923.txt new file mode 100644 index 0000000000000000000000000000000000000000..afb61223d6200ad85414b7856e62113492aae338 --- /dev/null +++ b/texts/1b9b1b1b-de7c-445f-8f99-4e4fa0804923.txt @@ -0,0 +1 @@ +baby bernese mountain dog and baby Samoye,play at sea,fireworks blooming,fall in love,filmy feel,blue \ No newline at end of file diff --git a/texts/1ba65a3b-bd54-4322-862d-8b216a962721.txt b/texts/1ba65a3b-bd54-4322-862d-8b216a962721.txt new file mode 100644 index 0000000000000000000000000000000000000000..013a94849a12060e3ffc2f1b0f2828490a70d419 --- /dev/null +++ b/texts/1ba65a3b-bd54-4322-862d-8b216a962721.txt @@ -0,0 +1 @@ +A corgi sits and stands in the sunset next to the words lvy \ No newline at end of file diff --git a/texts/1ba68866-9e2c-4722-bc0b-adf3f1ea95c2.txt b/texts/1ba68866-9e2c-4722-bc0b-adf3f1ea95c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfdacaf91f91828b1526c0737d74c5f69b529c65 --- /dev/null +++ b/texts/1ba68866-9e2c-4722-bc0b-adf3f1ea95c2.txt @@ -0,0 +1 @@ +This is a stylish squirrel wearing a trendy black hoodie, paired with gold chains and sunglasses resting on its head. It stands confidently in a bamboo forest setting, surrounded by traditional decorative fans. The overall scene combines traditional and modern aesthetics, making it both fun and creative \ No newline at end of file diff --git a/texts/1ba89f39-e350-4774-bd9e-5144383cff06.txt b/texts/1ba89f39-e350-4774-bd9e-5144383cff06.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e9a6993037e44aca7a3568fda6d3700636282be --- /dev/null +++ b/texts/1ba89f39-e350-4774-bd9e-5144383cff06.txt @@ -0,0 +1 @@ +A panda baby is sleeping on clouds \ No newline at end of file diff --git a/texts/1ba90e55-c9b3-4062-940e-c38a253b1d9b.txt b/texts/1ba90e55-c9b3-4062-940e-c38a253b1d9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a62a8b77ef33e872a78b0dd625335b9e2016263 --- /dev/null +++ b/texts/1ba90e55-c9b3-4062-940e-c38a253b1d9b.txt @@ -0,0 +1 @@ +a black-and white Tuxedo Cats with wizard hat, firework in the sky, seaside, sunset \ No newline at end of file diff --git a/texts/1bb3f2c8-6173-40df-9874-52a877612f92.txt b/texts/1bb3f2c8-6173-40df-9874-52a877612f92.txt new file mode 100644 index 0000000000000000000000000000000000000000..2872e22b12787c154b84d58fa491f5b4bf7f792a --- /dev/null +++ b/texts/1bb3f2c8-6173-40df-9874-52a877612f92.txt @@ -0,0 +1 @@ +Hello Kitty is wearing a wedding dress and standing in front of the church \ No newline at end of file diff --git a/texts/1bbfa37f-50f1-4d83-9f59-2c3a520b4967.txt b/texts/1bbfa37f-50f1-4d83-9f59-2c3a520b4967.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5ee5f9f8325bdfd94ba8956a0d04aabff587ee8 --- /dev/null +++ b/texts/1bbfa37f-50f1-4d83-9f59-2c3a520b4967.txt @@ -0,0 +1 @@ +Two yellow and white corgis were playing in the snow, one with a tail, the other without a tail. There are fireworks, Christmas trees in the background. \ No newline at end of file diff --git a/texts/1bc1e7bd-6893-4c32-9943-af8fcf487530.txt b/texts/1bc1e7bd-6893-4c32-9943-af8fcf487530.txt new file mode 100644 index 0000000000000000000000000000000000000000..cddd4219337a0a20da0a76e598f7ffd9fbc570e5 --- /dev/null +++ b/texts/1bc1e7bd-6893-4c32-9943-af8fcf487530.txt @@ -0,0 +1 @@ +write 2025 and CARNAVAL DE VENISE in snow \ No newline at end of file diff --git a/texts/1bd12b0a-2343-455a-84fa-2124b9405b05.txt b/texts/1bd12b0a-2343-455a-84fa-2124b9405b05.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c09b00305c581d489d7510dcbcfba686849e647 --- /dev/null +++ b/texts/1bd12b0a-2343-455a-84fa-2124b9405b05.txt @@ -0,0 +1 @@ + Kitty wearing ballet dress dancing in the moonlight \ No newline at end of file diff --git a/texts/1be5368b-1bc5-4e15-b7cd-ca87fd126ed2.txt b/texts/1be5368b-1bc5-4e15-b7cd-ca87fd126ed2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec0f3a3cf175c1c7bc6961b218ba0082f36d7fff --- /dev/null +++ b/texts/1be5368b-1bc5-4e15-b7cd-ca87fd126ed2.txt @@ -0,0 +1 @@ +A Malzis puppy running in the snow with glowing wings \ No newline at end of file diff --git a/texts/1beb4f63-c4e7-49a8-88b8-83701db7c6e7.txt b/texts/1beb4f63-c4e7-49a8-88b8-83701db7c6e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..9933da88b89259705e80fabd4662ab694f1f2b07 --- /dev/null +++ b/texts/1beb4f63-c4e7-49a8-88b8-83701db7c6e7.txt @@ -0,0 +1 @@ +British Shorthair,computer,fire \ No newline at end of file diff --git a/texts/1beeb184-e7d8-4df5-ba04-f7ff9587a04e.txt b/texts/1beeb184-e7d8-4df5-ba04-f7ff9587a04e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d9af86b8d4830ba2a31e2a4ea56a9c147ab3b34 --- /dev/null +++ b/texts/1beeb184-e7d8-4df5-ba04-f7ff9587a04e.txt @@ -0,0 +1 @@ +After dark, the sunset glow was reflected on the snow. There was a bonfire on the snow. There was a wooden house on the snow in the distance with heavy snow. \ No newline at end of file diff --git a/texts/1beef677-4475-42de-980a-e8f63e2f51dc.txt b/texts/1beef677-4475-42de-980a-e8f63e2f51dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a70e50398a910db2a32511b84c4efb761d8144b --- /dev/null +++ b/texts/1beef677-4475-42de-980a-e8f63e2f51dc.txt @@ -0,0 +1 @@ +An electric guitar sets near the Christmas tree with some box and sofa \ No newline at end of file diff --git a/texts/1bf0360b-500d-485c-88d2-658fecd41ffd.txt b/texts/1bf0360b-500d-485c-88d2-658fecd41ffd.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c82efbc81013d1c311b6937519dad1aff6c4d81 --- /dev/null +++ b/texts/1bf0360b-500d-485c-88d2-658fecd41ffd.txt @@ -0,0 +1 @@ +A double layered strawberry cake with candles in the shape of "22" and the words "QOSHTOO" written on it The cake is placed on the snow with a volcano in the background \ No newline at end of file diff --git a/texts/1bf54798-679c-42b4-95db-e6774f4e3abf.txt b/texts/1bf54798-679c-42b4-95db-e6774f4e3abf.txt new file mode 100644 index 0000000000000000000000000000000000000000..b58d7c772fe86f7e34902645766a2f3318d187df --- /dev/null +++ b/texts/1bf54798-679c-42b4-95db-e6774f4e3abf.txt @@ -0,0 +1 @@ +Taylor swift hold her cat on her arm \ No newline at end of file diff --git a/texts/1c015e26-509f-4cb1-9060-434fc870de43.txt b/texts/1c015e26-509f-4cb1-9060-434fc870de43.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcc1c510310fb22b2803ce8d611defcb954e7ff1 --- /dev/null +++ b/texts/1c015e26-509f-4cb1-9060-434fc870de43.txt @@ -0,0 +1 @@ +Christmas, Jesus, there is a Christmas tree behind him. \ No newline at end of file diff --git a/texts/1c0b31d6-9c28-4978-a7ba-df2b8b87e105.txt b/texts/1c0b31d6-9c28-4978-a7ba-df2b8b87e105.txt new file mode 100644 index 0000000000000000000000000000000000000000..473ac24c7ee0547b0feaf8feb04fcf02e3380202 --- /dev/null +++ b/texts/1c0b31d6-9c28-4978-a7ba-df2b8b87e105.txt @@ -0,0 +1 @@ +A student standing at the edge of the Forbidden Forest, practicing a spell with their wand. The forest looms darkly behind them, but the student is focused on their magical practice. The spell they are casting is illuminating the area with a soft, magical glow, casting strange shadows on the forest floor. The student is concentrating intently, their wand pointed forward as they perfect the incantation. The atmosphere is eerie yet magical, as if the student is pushing the boundaries of their magical abilities while standing on the threshold of danger. \ No newline at end of file diff --git a/texts/1c0b6d26-5eee-4834-ac8a-643f890d9a61.txt b/texts/1c0b6d26-5eee-4834-ac8a-643f890d9a61.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a3f08c37877d0a67dc8ba4f3e8a087401f90252 --- /dev/null +++ b/texts/1c0b6d26-5eee-4834-ac8a-643f890d9a61.txt @@ -0,0 +1 @@ +Handwritten word "czl" in the snow, snow, a hellokitty doll standing next to"czl", drifting snow There's a Christmas tree next to it. \ No newline at end of file diff --git a/texts/1c0e51df-af88-4c97-b371-2e9eb5721a1f.txt b/texts/1c0e51df-af88-4c97-b371-2e9eb5721a1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..01b0447613bebb9b8eb4da854f138284dc41eee8 --- /dev/null +++ b/texts/1c0e51df-af88-4c97-b371-2e9eb5721a1f.txt @@ -0,0 +1 @@ +A teddy dog and a border collie sitting together on a snowy field, looking up at the colorful aurora in the night sky. Snow is falling gently, creating a serene and peaceful atmosphere \ No newline at end of file diff --git a/texts/1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d.txt b/texts/1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ffd404b34679ac005c29f4e1a8309fe1d303505 --- /dev/null +++ b/texts/1c0f5849-087f-49a0-9ec2-9c5e6a0d7f4d.txt @@ -0,0 +1 @@ +Hello Kitty cozy by fireplace, warm and happy, soft lighting, homey atmosphere, peaceful ambiance, joyful, winter scene \ No newline at end of file diff --git a/texts/1c1fc2c9-475a-4132-a497-484703d68d3c.txt b/texts/1c1fc2c9-475a-4132-a497-484703d68d3c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c9ed4576cfeb96cadf35f2277aefc7802cc495a --- /dev/null +++ b/texts/1c1fc2c9-475a-4132-a497-484703d68d3c.txt @@ -0,0 +1 @@ +rain \ No newline at end of file diff --git a/texts/1c22b92b-dee5-4ecc-953a-5733494d0006.txt b/texts/1c22b92b-dee5-4ecc-953a-5733494d0006.txt new file mode 100644 index 0000000000000000000000000000000000000000..32ab58e8018ff237a9ac877ace833fe23966c607 --- /dev/null +++ b/texts/1c22b92b-dee5-4ecc-953a-5733494d0006.txt @@ -0,0 +1 @@ +The letters YYX are drawn on the snow, and next to it is a little golden retriever wearing a Santa hat \ No newline at end of file diff --git a/texts/1c2b6a56-6a98-4251-8059-8e24c9cca05d.txt b/texts/1c2b6a56-6a98-4251-8059-8e24c9cca05d.txt new file mode 100644 index 0000000000000000000000000000000000000000..617d05c471e6ce46df7b59b1894d9fad89baff96 --- /dev/null +++ b/texts/1c2b6a56-6a98-4251-8059-8e24c9cca05d.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the distance, a hellokitty cat on the snow, and a Christmas tree next to it. "BoBo I love you" is written on the snow. \ No newline at end of file diff --git a/texts/1c3036c1-1674-4b6f-8fc2-9320a09e68a5.txt b/texts/1c3036c1-1674-4b6f-8fc2-9320a09e68a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..97eebffd7b3cea4a73176136bff4fbd93b74b611 --- /dev/null +++ b/texts/1c3036c1-1674-4b6f-8fc2-9320a09e68a5.txt @@ -0,0 +1 @@ +There was a horse on the prairie by a burning fire, and in the distance two men were kissing \ No newline at end of file diff --git a/texts/1c381bef-a9eb-41da-83aa-73e413a680a4.txt b/texts/1c381bef-a9eb-41da-83aa-73e413a680a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d755580eef7a4aee00a67ee5dddc373c5d5aafb6 --- /dev/null +++ b/texts/1c381bef-a9eb-41da-83aa-73e413a680a4.txt @@ -0,0 +1 @@ +An evening sky with warm hues, a ruined church in the background, a black goat standing on the grass. The central figure is a witch holding a cross in her hand. Her tattered dress is stained with dried blood. \ No newline at end of file diff --git a/texts/1c465b1b-25e1-48de-ae27-ed854b2cb015.txt b/texts/1c465b1b-25e1-48de-ae27-ed854b2cb015.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b9ce83feadecabbd8cc3856b5972a0efec388b0 --- /dev/null +++ b/texts/1c465b1b-25e1-48de-ae27-ed854b2cb015.txt @@ -0,0 +1 @@ +A cute hello kitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and NNMMSSLL written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/1c48a50c-522e-4164-b2ab-823f7a9e67a7.txt b/texts/1c48a50c-522e-4164-b2ab-823f7a9e67a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b558547da02737dc13e082be6d66ad23ffef0776 --- /dev/null +++ b/texts/1c48a50c-522e-4164-b2ab-823f7a9e67a7.txt @@ -0,0 +1 @@ +a yellow eyes black cat playing in the snow \ No newline at end of file diff --git a/texts/1c4a3724-e4b2-4fdc-9fd9-23452d2e8426.txt b/texts/1c4a3724-e4b2-4fdc-9fd9-23452d2e8426.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a94e93ecc7d428165b9a145c34e9ea3a8fbb4df --- /dev/null +++ b/texts/1c4a3724-e4b2-4fdc-9fd9-23452d2e8426.txt @@ -0,0 +1 @@ +a capybara works calmly in the office \ No newline at end of file diff --git a/texts/1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1.txt b/texts/1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee74f6f72450fd971fdc2ecc4b10d33631bc2e38 --- /dev/null +++ b/texts/1c4a50a1-e36b-43e7-983e-1dc3ccb12ef1.txt @@ -0,0 +1 @@ +White mouse, wearing lab coat, Laboratory background \ No newline at end of file diff --git a/texts/1c5f1397-8e0d-4af1-a358-af7efa105362.txt b/texts/1c5f1397-8e0d-4af1-a358-af7efa105362.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f0c36d49091e96f4dfa5bdebc79ae5b2d334b28 --- /dev/null +++ b/texts/1c5f1397-8e0d-4af1-a358-af7efa105362.txt @@ -0,0 +1 @@ +Sunset, Japanese garden, Sonic the Hedgehog from the animation wearing sunglasses. \ No newline at end of file diff --git a/texts/1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f.txt b/texts/1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2323dece4b24e8e04868c1eef2c8609ccac4914f --- /dev/null +++ b/texts/1c71a89b-b7fc-418d-9d3a-fb42c1da5a4f.txt @@ -0,0 +1 @@ +In the winter snow, there is a big love heart with fzy and dyf written on it, fireworks are going off in the background, and there is a little kitten in the snow \ No newline at end of file diff --git a/texts/1c79b412-44a8-40fe-9556-b0779975250d.txt b/texts/1c79b412-44a8-40fe-9556-b0779975250d.txt new file mode 100644 index 0000000000000000000000000000000000000000..75ddc99a22a3cdc377a07f9062b77c067a19701d --- /dev/null +++ b/texts/1c79b412-44a8-40fe-9556-b0779975250d.txt @@ -0,0 +1 @@ +graffiti on the wall text "DTVERON" \ No newline at end of file diff --git a/texts/1c83d9ce-9531-4f8e-b61f-51b3e0794616.txt b/texts/1c83d9ce-9531-4f8e-b61f-51b3e0794616.txt new file mode 100644 index 0000000000000000000000000000000000000000..61551bf79c0374604b285d05f9eacfb6fadf8d3a --- /dev/null +++ b/texts/1c83d9ce-9531-4f8e-b61f-51b3e0794616.txt @@ -0,0 +1 @@ +Anime My Little Pony unicorn across thedark and bright forest into blueand pink sky \ No newline at end of file diff --git a/texts/1c880da0-2ca0-42c9-ba05-fa08b62f8e63.txt b/texts/1c880da0-2ca0-42c9-ba05-fa08b62f8e63.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fcfcd18880a98f998ea7df4386732fcfd3adfac --- /dev/null +++ b/texts/1c880da0-2ca0-42c9-ba05-fa08b62f8e63.txt @@ -0,0 +1 @@ +A Shiba inu PhD is working \ No newline at end of file diff --git a/texts/1c8c6e3c-8864-4e81-895e-c4c6d187a542.txt b/texts/1c8c6e3c-8864-4e81-895e-c4c6d187a542.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a8847c2285058bf1bd41609553e7b9a3499cce7 --- /dev/null +++ b/texts/1c8c6e3c-8864-4e81-895e-c4c6d187a542.txt @@ -0,0 +1 @@ +A black cat with red ribbon and a tortoiseshell cat acting intimately in snow \ No newline at end of file diff --git a/texts/1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5.txt b/texts/1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2821d21385bc3f1c438587dce70be85860810602 --- /dev/null +++ b/texts/1c91e9e8-d09c-4d3d-b1c5-36578fec5ab5.txt @@ -0,0 +1 @@ +A black rabbit dressed up for Christmas is watching stars in the snow \ No newline at end of file diff --git a/texts/1c930149-9f4d-40a4-9bd0-5eacd380cf85.txt b/texts/1c930149-9f4d-40a4-9bd0-5eacd380cf85.txt new file mode 100644 index 0000000000000000000000000000000000000000..db3c76dc2c2dce8ede82dbbf151e7bb2ea0606fb --- /dev/null +++ b/texts/1c930149-9f4d-40a4-9bd0-5eacd380cf85.txt @@ -0,0 +1 @@ +Handwritten word "Happy birthday to FXM" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/1c96dee3-d811-4a7f-8062-f8fcccada75e.txt b/texts/1c96dee3-d811-4a7f-8062-f8fcccada75e.txt new file mode 100644 index 0000000000000000000000000000000000000000..65dcd0f3954f3503daf9625167cf958b7a84b41a --- /dev/null +++ b/texts/1c96dee3-d811-4a7f-8062-f8fcccada75e.txt @@ -0,0 +1 @@ +A black cat stands by a window looking outside.a beautiful sunset outside and the ground is covered by snow.the cat is wearing a red scarf.A vintage camera is around the cat's neck.'ASAHI' written on the snow outside. \ No newline at end of file diff --git a/texts/1c987de2-f9fe-46ad-993e-82ff6e6c5098.txt b/texts/1c987de2-f9fe-46ad-993e-82ff6e6c5098.txt new file mode 100644 index 0000000000000000000000000000000000000000..612c216fa1441eaae685addd8ff9321dc1203c38 --- /dev/null +++ b/texts/1c987de2-f9fe-46ad-993e-82ff6e6c5098.txt @@ -0,0 +1 @@ +A little black cat with a cigarette in its mouth is riding a spaceship in space \ No newline at end of file diff --git a/texts/1ca10931-8cf0-4c67-bf95-2acdaa23c8e4.txt b/texts/1ca10931-8cf0-4c67-bf95-2acdaa23c8e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e3de9547322e35b2ceeed6750c75d9dc63e738 --- /dev/null +++ b/texts/1ca10931-8cf0-4c67-bf95-2acdaa23c8e4.txt @@ -0,0 +1 @@ +People looked up at the fireworks falling from the sky \ No newline at end of file diff --git a/texts/1ca45178-dc30-4200-8a5f-eebe362e26ab.txt b/texts/1ca45178-dc30-4200-8a5f-eebe362e26ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..49f501f0e4773e346cb8853e664ac2d93d7679f3 --- /dev/null +++ b/texts/1ca45178-dc30-4200-8a5f-eebe362e26ab.txt @@ -0,0 +1 @@ +Baby lion ,Starry Sky, The Word "Sonam" Is Spelled With Diamonds, the background is full of Red Roses \ No newline at end of file diff --git a/texts/1ca5e1f4-3a40-4219-896c-ae2429be75b8.txt b/texts/1ca5e1f4-3a40-4219-896c-ae2429be75b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..03548efe2b4f152e3ea93fc785920f435afd3714 --- /dev/null +++ b/texts/1ca5e1f4-3a40-4219-896c-ae2429be75b8.txt @@ -0,0 +1 @@ +christmas hat,christmas movie texture,kitty,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,booth,bazaar, \ No newline at end of file diff --git a/texts/1cac4c02-1b6e-4037-af19-e4cf61d608f3.txt b/texts/1cac4c02-1b6e-4037-af19-e4cf61d608f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c1fa801d3c57875401a399a099ea98c124bdad1 --- /dev/null +++ b/texts/1cac4c02-1b6e-4037-af19-e4cf61d608f3.txt @@ -0,0 +1 @@ +Barbie doll is playing the violin in a crime scene with body and blood. \ No newline at end of file diff --git a/texts/1cb88fd9-3d90-4a63-8b5e-70d6cfdad997.txt b/texts/1cb88fd9-3d90-4a63-8b5e-70d6cfdad997.txt new file mode 100644 index 0000000000000000000000000000000000000000..15bc72b0465d48344066650b46e06e0aa3fb04ab --- /dev/null +++ b/texts/1cb88fd9-3d90-4a63-8b5e-70d6cfdad997.txt @@ -0,0 +1 @@ +Hello Kitty is gracefully performing ballet in a soft, pastel-colored setting. She wears a delicate tutu and a bow, moving elegantly with a joyful expression. \ No newline at end of file diff --git a/texts/1cba9cd1-e30f-4495-99d0-c30ec956aa74.txt b/texts/1cba9cd1-e30f-4495-99d0-c30ec956aa74.txt new file mode 100644 index 0000000000000000000000000000000000000000..1722ec9b5b07b447762175cde43fdc77eebcffb7 --- /dev/null +++ b/texts/1cba9cd1-e30f-4495-99d0-c30ec956aa74.txt @@ -0,0 +1 @@ +Puppy skiing in the snow in the sun \ No newline at end of file diff --git a/texts/1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c.txt b/texts/1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..69c06f76927ec11e9c06b0894712cc61655fec80 --- /dev/null +++ b/texts/1cbd2bc7-9125-44b9-a723-f4ce9f9bde9c.txt @@ -0,0 +1 @@ +settle with two kids and a big swimming pool \ No newline at end of file diff --git a/texts/1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69.txt b/texts/1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d468b6a98b61fbda9831c789fef2cdad7b9e8ef --- /dev/null +++ b/texts/1cc129a4-95e2-4cf9-8cf2-2c4660d6fc69.txt @@ -0,0 +1 @@ +black cat; snow; A Christmas tree; \ No newline at end of file diff --git a/texts/1ccd70e2-b85e-4ac1-81b2-e08a7b11a094.txt b/texts/1ccd70e2-b85e-4ac1-81b2-e08a7b11a094.txt new file mode 100644 index 0000000000000000000000000000000000000000..14a039d3e7585fc7f48374ca3e99028a38ea66cb --- /dev/null +++ b/texts/1ccd70e2-b85e-4ac1-81b2-e08a7b11a094.txt @@ -0,0 +1 @@ +On a snowy night, there is a vast view of snow. There is the sea in the distance. There is a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. There are traces of "WYC513" and traces of cat claws in the snow. The melancholy blue night scene has a dreamy effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe.txt b/texts/1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..e760ad635a14b5b453a99a454f2e523cfe4769ab --- /dev/null +++ b/texts/1cd97e34-9dbf-4ddd-ba1b-33630a3ee7fe.txt @@ -0,0 +1 @@ +A delicated fountain sprays lots of precious pearls. At a bright and warm castle, the fountain is covered with flowers and butterflies are flying. \ No newline at end of file diff --git a/texts/1cf00bc9-0642-4b85-a351-78b828ab3d6f.txt b/texts/1cf00bc9-0642-4b85-a351-78b828ab3d6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ea32b88cff02741fac4259cad5dc3aee9292ee4 --- /dev/null +++ b/texts/1cf00bc9-0642-4b85-a351-78b828ab3d6f.txt @@ -0,0 +1 @@ +The sun hit the tree branches of the forest, look up the Angle, there are white clouds in the sky \ No newline at end of file diff --git a/texts/1cf2459d-7197-456f-ba01-ad18509b31f9.txt b/texts/1cf2459d-7197-456f-ba01-ad18509b31f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b63f0228d813dd3345222c5d8e15729c1ca1d15 --- /dev/null +++ b/texts/1cf2459d-7197-456f-ba01-ad18509b31f9.txt @@ -0,0 +1 @@ +Watch the clouds in the shade on the horizon return to their backs and gather into a group, where they cough persistently \ No newline at end of file diff --git a/texts/1cf312e9-d520-4181-a7d3-24d6679f7e7d.txt b/texts/1cf312e9-d520-4181-a7d3-24d6679f7e7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..60a18369e6614e46124ae0f1bae1ee5ceeedbcb1 --- /dev/null +++ b/texts/1cf312e9-d520-4181-a7d3-24d6679f7e7d.txt @@ -0,0 +1 @@ +A cute dog with an angelic halo stands on white clouds, next to the name Yola, with the background of the ocean and seagulls. \ No newline at end of file diff --git a/texts/1d079353-19a2-478d-b1ad-7cc33f57670d.txt b/texts/1d079353-19a2-478d-b1ad-7cc33f57670d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce02d57170683caa903f6cb9ae76ba7a26f5414a --- /dev/null +++ b/texts/1d079353-19a2-478d-b1ad-7cc33f57670d.txt @@ -0,0 +1 @@ +The Christmas Dog sit down in the snow \ No newline at end of file diff --git a/texts/1d14e801-dd95-48f7-b782-d05d1f293c9e.txt b/texts/1d14e801-dd95-48f7-b782-d05d1f293c9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0647d86b8c2808700de97b2a39d5fd384017ffd0 --- /dev/null +++ b/texts/1d14e801-dd95-48f7-b782-d05d1f293c9e.txt @@ -0,0 +1 @@ +Hello kitty is sitting at the desk, with a laptop in front of her and a cup of coffee in her hand. The laptop is on fire. \ No newline at end of file diff --git a/texts/1d1b963d-818f-4dd0-8166-f37a452c0e92.txt b/texts/1d1b963d-818f-4dd0-8166-f37a452c0e92.txt new file mode 100644 index 0000000000000000000000000000000000000000..4df8b27642d75b8e4cdf80e31eaf55e6004896b1 --- /dev/null +++ b/texts/1d1b963d-818f-4dd0-8166-f37a452c0e92.txt @@ -0,0 +1 @@ +A hello Kitty in a pink sweatshirt sat on the ground and fried pancakes. \ No newline at end of file diff --git a/texts/1d1c77e2-0774-4bad-93d8-ddc553eca942.txt b/texts/1d1c77e2-0774-4bad-93d8-ddc553eca942.txt new file mode 100644 index 0000000000000000000000000000000000000000..3514ecbbbfda00d7b6dad14b6ab45be4a0bb789e --- /dev/null +++ b/texts/1d1c77e2-0774-4bad-93d8-ddc553eca942.txt @@ -0,0 +1 @@ +There was a hellokitty stuffed animal on stage, dressed in a cool hip-hop costume, with the letters pzy on the background \ No newline at end of file diff --git a/texts/1d1e33cd-6be0-4f2f-9096-1cc12261030a.txt b/texts/1d1e33cd-6be0-4f2f-9096-1cc12261030a.txt new file mode 100644 index 0000000000000000000000000000000000000000..931cfbc53e0e4a895ce9bdb0d3489d3f95561908 --- /dev/null +++ b/texts/1d1e33cd-6be0-4f2f-9096-1cc12261030a.txt @@ -0,0 +1 @@ +A little rabbit with pink eyes and a green ribbon on its head is in the snow. \ No newline at end of file diff --git a/texts/1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4.txt b/texts/1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bd48208a58e6ee9ecf7a351d69292a8ac1c5198 --- /dev/null +++ b/texts/1d1e4c7c-d7c6-4a1d-82ab-3bff19c104c4.txt @@ -0,0 +1 @@ +A lovely hellokitty sat by the sea at dusk and watched fireworks in the snow. YSY was written on the snow. \ No newline at end of file diff --git a/texts/1d1f7853-4564-4564-89e8-3062a07591c7.txt b/texts/1d1f7853-4564-4564-89e8-3062a07591c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..6458d2007f617c338fbbedd61eeb4d8ebe638f58 --- /dev/null +++ b/texts/1d1f7853-4564-4564-89e8-3062a07591c7.txt @@ -0,0 +1 @@ +Surrounded by green trees and a blue hot spring pool, it looks like a fairyland \ No newline at end of file diff --git a/texts/1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd.txt b/texts/1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..83c8f8d35ef8f2f2185ee1d74665c525fed468d8 --- /dev/null +++ b/texts/1d24fcf3-6649-4ee3-9cdd-9d8a36bf30dd.txt @@ -0,0 +1 @@ +Three orange cats watch fireworks on the beach, one red and one blue balloon floating in the air \ No newline at end of file diff --git a/texts/1d3f87f8-85cf-4967-8e6d-58933eb7ee7a.txt b/texts/1d3f87f8-85cf-4967-8e6d-58933eb7ee7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d991c65bea46b4e34fb852defe285dc6dfc92739 --- /dev/null +++ b/texts/1d3f87f8-85cf-4967-8e6d-58933eb7ee7a.txt @@ -0,0 +1 @@ +A mini dog wearing a white veil, A mini dog wearing a white bow tie,eating cake, under the sunset by the seaside, with grand fireworks blooming in the dark blue sky \ No newline at end of file diff --git a/texts/1d409938-cb88-4c5a-a91a-858faeaf16a6.txt b/texts/1d409938-cb88-4c5a-a91a-858faeaf16a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..53b71ed0c43192131b6ff91ba45454549c21674b --- /dev/null +++ b/texts/1d409938-cb88-4c5a-a91a-858faeaf16a6.txt @@ -0,0 +1 @@ +Write MINGYU on the snow \ No newline at end of file diff --git a/texts/1d4b5b46-81f1-4df2-97a4-d93f469a7750.txt b/texts/1d4b5b46-81f1-4df2-97a4-d93f469a7750.txt new file mode 100644 index 0000000000000000000000000000000000000000..e73a9178148b8a0a93a3ea35a269763d24a645fc --- /dev/null +++ b/texts/1d4b5b46-81f1-4df2-97a4-d93f469a7750.txt @@ -0,0 +1 @@ +A soft, well-lit vintage-style room with a calming palette. A white cat with striking blue eyes is the centerpiece, playfully engaging with a few delicate pink butterflies that float gracefully around it. The room's decor is dominated by neutral tones, with accents of soft blues and warm grays, avoiding any large patches of red, green, or yellow. The furniture is a mix of cozy and antique pieces, and the walls are adorned with a collection of black-and-white photographs. The phrase 'are u ok' is subtly watermarked on the image, adding a gentle, inquisitive touch. The scene is peaceful, with no human figures or body parts, and the focus remains on the gentle interaction between the cat and the butterflies. \ No newline at end of file diff --git a/texts/1d5b2a5e-fad7-4e74-afbe-a722435770ec.txt b/texts/1d5b2a5e-fad7-4e74-afbe-a722435770ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..714b52d59fa7cc22106cae2b71f31dc743bf7813 --- /dev/null +++ b/texts/1d5b2a5e-fad7-4e74-afbe-a722435770ec.txt @@ -0,0 +1 @@ +A princes with Sword on a horse, rainbow ,star \ No newline at end of file diff --git a/texts/1d6480ff-4333-4e0d-a4e4-faa91c3a1954.txt b/texts/1d6480ff-4333-4e0d-a4e4-faa91c3a1954.txt new file mode 100644 index 0000000000000000000000000000000000000000..3352f990037d7ab69563cb0c17cf7595f07b2fcc --- /dev/null +++ b/texts/1d6480ff-4333-4e0d-a4e4-faa91c3a1954.txt @@ -0,0 +1 @@ +Metal Green Tiger Beetle \ No newline at end of file diff --git a/texts/1d65e446-81a4-495e-a214-3353a2e37ec0.txt b/texts/1d65e446-81a4-495e-a214-3353a2e37ec0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bbaec6a2321308b5adf245c5b86964bb999a05f --- /dev/null +++ b/texts/1d65e446-81a4-495e-a214-3353a2e37ec0.txt @@ -0,0 +1 @@ +a person wearing a large spicy chilli head costume stands on a grassy field under purple sunset sky. There are some burning butterflies and stars flying in the sky. The person is also holding a chopsticks and eating noodles. There is snowing. \ No newline at end of file diff --git a/texts/1d705cca-2014-4a6f-8980-2b8213dfe985.txt b/texts/1d705cca-2014-4a6f-8980-2b8213dfe985.txt new file mode 100644 index 0000000000000000000000000000000000000000..ace1a7d952ba82765aec7105e714a143c82ab222 --- /dev/null +++ b/texts/1d705cca-2014-4a6f-8980-2b8213dfe985.txt @@ -0,0 +1 @@ +cats sitting around a table, christmas tree cake on the table, on a boat, in the sea. \ No newline at end of file diff --git a/texts/1d7527f7-7399-42d2-9565-0cb2b1c14abb.txt b/texts/1d7527f7-7399-42d2-9565-0cb2b1c14abb.txt new file mode 100644 index 0000000000000000000000000000000000000000..94154d92d435a12f7508744e4837cee5e58046fa --- /dev/null +++ b/texts/1d7527f7-7399-42d2-9565-0cb2b1c14abb.txt @@ -0,0 +1 @@ +This photo has a mysterious and slightly eerie atmosphere. The subject in the picture appears to be wearing a glowing mask whose glow stands out in the darkness. The subject is holding a camera and appears to be filming. The background is dim, with a few stacked items and a door visible, suggesting an indoor setting. The contrast of light is intense, with the main light source coming from the mask and camera flash, creating a sense of tension and uncertainty. This shooting style may be used in art photography or film scenes, and is intended to arouse curiosity and tension in the viewer. \ No newline at end of file diff --git a/texts/1d838d1a-b61e-498a-8682-a40e9896cc76.txt b/texts/1d838d1a-b61e-498a-8682-a40e9896cc76.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f81c9aa8400bd34fa3bb9984febf7c70c28844f --- /dev/null +++ b/texts/1d838d1a-b61e-498a-8682-a40e9896cc76.txt @@ -0,0 +1 @@ +A Japanese white Shiba Inu baby in front of a snowy meadow, a delicate red Santa hat with a star stick, a Christmas tree next to him, beautiful northern lights, and small butterflies surrounding him \ No newline at end of file diff --git a/texts/1d8daf82-528b-4548-bb99-0fd223b09451.txt b/texts/1d8daf82-528b-4548-bb99-0fd223b09451.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6e4cf05ec95a4c82ebdf031f95040686da7b7f2 --- /dev/null +++ b/texts/1d8daf82-528b-4548-bb99-0fd223b09451.txt @@ -0,0 +1 @@ +The sun is up and the moon is down. The sun is emitting a lot of line-like light, and the moon is absorbing and reflecting these lights. The color of the sun needs highly saturated plum red. The moon needs a cold silver texture, and the painting style is in the form of comics. \ No newline at end of file diff --git a/texts/1d90cca3-442d-42ab-9649-a5c661b19b20.txt b/texts/1d90cca3-442d-42ab-9649-a5c661b19b20.txt new file mode 100644 index 0000000000000000000000000000000000000000..37d1cb4f170e8690cf8d95d25acac964410eb395 --- /dev/null +++ b/texts/1d90cca3-442d-42ab-9649-a5c661b19b20.txt @@ -0,0 +1 @@ +In ancient times, two people sat on chairs watching volcanic eruptions \ No newline at end of file diff --git a/texts/1d9481f8-95d8-4432-bf8f-91a5cc52220e.txt b/texts/1d9481f8-95d8-4432-bf8f-91a5cc52220e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a40243131bb38c79286f86aa7f84238e1d41d068 --- /dev/null +++ b/texts/1d9481f8-95d8-4432-bf8f-91a5cc52220e.txt @@ -0,0 +1 @@ +A Hello Kitty, it is a retro cartoon character with surreal features. In a Baroque style building, this Hello Kitty holds a candle in her hand. \ No newline at end of file diff --git a/texts/1d95692c-c6ad-48ee-ac3b-07c3d2f98788.txt b/texts/1d95692c-c6ad-48ee-ac3b-07c3d2f98788.txt new file mode 100644 index 0000000000000000000000000000000000000000..49898193a5b482a1892f21c2f971a9adb9a10975 --- /dev/null +++ b/texts/1d95692c-c6ad-48ee-ac3b-07c3d2f98788.txt @@ -0,0 +1 @@ +A Hello Kitty dressed as a Chinese emperor in the snow \ No newline at end of file diff --git a/texts/1d970e06-d6bf-4b7d-b1ef-0aee3443548f.txt b/texts/1d970e06-d6bf-4b7d-b1ef-0aee3443548f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccdc8b02db2ff1cb0bd9bd62d3feafee55b29346 --- /dev/null +++ b/texts/1d970e06-d6bf-4b7d-b1ef-0aee3443548f.txt @@ -0,0 +1 @@ +A penguin man is standing in front of a fire with a blue suit on \ No newline at end of file diff --git a/texts/1d972d13-e758-47b2-9dd0-68c1ce10be79.txt b/texts/1d972d13-e758-47b2-9dd0-68c1ce10be79.txt new file mode 100644 index 0000000000000000000000000000000000000000..5779d90f29bde3d7c48a8d969264a87f05b950b9 --- /dev/null +++ b/texts/1d972d13-e758-47b2-9dd0-68c1ce10be79.txt @@ -0,0 +1 @@ +A pair of nike shoes and some balls on the grass \ No newline at end of file diff --git a/texts/1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf.txt b/texts/1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..635c5ea1764c3312523362ae622920df4c4163bb --- /dev/null +++ b/texts/1d9be0d0-1d5f-4de1-a56e-d3b4b8baa7cf.txt @@ -0,0 +1 @@ +A Chinese man with short hair wearing a black suit is facing away from the camera on a snowy beach. The overall picture is blue with flames next to a white Chinese countryside dog \ No newline at end of file diff --git a/texts/1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e.txt b/texts/1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f3fad1073f0079f009175fb5ed78a53403dbb7f --- /dev/null +++ b/texts/1da9b5ed-f349-41fd-b3fe-1f18bd2aa05e.txt @@ -0,0 +1 @@ +A capybara stood in the snow with a knife in his hand, and there was a burning house in the distance. \ No newline at end of file diff --git a/texts/1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb.txt b/texts/1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0afd49362446fa5f003818a4e0a971d42cb360e9 --- /dev/null +++ b/texts/1dbfb6c4-3f2d-4b99-b10a-6034c8d923eb.txt @@ -0,0 +1 @@ +The 50th anniversary image of Hello Kitty wearing a Santa hat on a green grass in the snow. \ No newline at end of file diff --git a/texts/1dbfce11-8a5a-4d75-b82f-1e9b661d84ae.txt b/texts/1dbfce11-8a5a-4d75-b82f-1e9b661d84ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..145c52b9ab4550d76a437a681d7d59e7f13589dc --- /dev/null +++ b/texts/1dbfce11-8a5a-4d75-b82f-1e9b661d84ae.txt @@ -0,0 +1 @@ +hello kitty stands in a snow-covered forest with a red river in the middle of it, and a lightning bolt appears in the sky that says 816N \ No newline at end of file diff --git a/texts/1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1.txt b/texts/1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8efeb076b98b3c033bfbae55a288696a1735c0f6 --- /dev/null +++ b/texts/1dcf55b6-ac39-4852-ac5d-6987b4c9a4c1.txt @@ -0,0 +1 @@ +lots of clouds, in the air, many feather on the clouds \ No newline at end of file diff --git a/texts/1dd41210-916e-460f-80d7-03ea005ec209.txt b/texts/1dd41210-916e-460f-80d7-03ea005ec209.txt new file mode 100644 index 0000000000000000000000000000000000000000..66ad100b1e43f10e355e8c902419fbb7323f9e53 --- /dev/null +++ b/texts/1dd41210-916e-460f-80d7-03ea005ec209.txt @@ -0,0 +1 @@ +"Tibetan-themed AI photo: Tibetan clothing, snow-capped mountains." \ No newline at end of file diff --git a/texts/1de00d06-50bb-49d3-81d3-43d7251822e9.txt b/texts/1de00d06-50bb-49d3-81d3-43d7251822e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8004e7f796f2c6e7e7b99db5770fb82369552733 --- /dev/null +++ b/texts/1de00d06-50bb-49d3-81d3-43d7251822e9.txt @@ -0,0 +1 @@ +A white kitten and a white Samoyed are on the snow, with the words "5114" written on the snow \ No newline at end of file diff --git a/texts/1de7610c-d9d0-4677-918a-6d5c7b0bd8ed.txt b/texts/1de7610c-d9d0-4677-918a-6d5c7b0bd8ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..62d82706935bd912405d83e5144b33af7a85c7ce --- /dev/null +++ b/texts/1de7610c-d9d0-4677-918a-6d5c7b0bd8ed.txt @@ -0,0 +1 @@ +dog and cat \ No newline at end of file diff --git a/texts/1de7aa64-7fb6-4401-b62c-8b39d3d98522.txt b/texts/1de7aa64-7fb6-4401-b62c-8b39d3d98522.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96563acc5a188e2a6a7822ad203006112f9fe16 --- /dev/null +++ b/texts/1de7aa64-7fb6-4401-b62c-8b39d3d98522.txt @@ -0,0 +1 @@ +In the valley there was a tree with purple leaves and light purple fruit \ No newline at end of file diff --git a/texts/1de7ddee-8cbc-4da4-97b3-35ba81817382.txt b/texts/1de7ddee-8cbc-4da4-97b3-35ba81817382.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9eb675bb9acdbfe0edcd77652b9c78d10efc0d7 --- /dev/null +++ b/texts/1de7ddee-8cbc-4da4-97b3-35ba81817382.txt @@ -0,0 +1 @@ +It's a snowy evening with a green big chirstmas tree \ No newline at end of file diff --git a/texts/1df0487e-aedd-4ba1-89c7-7b04de445980.txt b/texts/1df0487e-aedd-4ba1-89c7-7b04de445980.txt new file mode 100644 index 0000000000000000000000000000000000000000..f140a97b7e8263616817c07b0a1a5af3db686bad --- /dev/null +++ b/texts/1df0487e-aedd-4ba1-89c7-7b04de445980.txt @@ -0,0 +1 @@ +A blue cat with a birthday hat smoking on the sofa \ No newline at end of file diff --git a/texts/1df33c35-81b7-4c6c-b475-2e30449571b2.txt b/texts/1df33c35-81b7-4c6c-b475-2e30449571b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3648414b842ef527779f8a9aadb49815215171f --- /dev/null +++ b/texts/1df33c35-81b7-4c6c-b475-2e30449571b2.txt @@ -0,0 +1 @@ +Golden coins in the water ,light pink and light aquamarine ,aesthetic ,ethereal deatails,snapshot aesthetic ,dreamlike naturaleza ,light white ,soft focal points \ No newline at end of file diff --git a/texts/1dfb2585-63a1-4d66-8aaa-3fba44580702.txt b/texts/1dfb2585-63a1-4d66-8aaa-3fba44580702.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bc6f9082de72f3fdabb2ab9ef5a30b7f42a1138 --- /dev/null +++ b/texts/1dfb2585-63a1-4d66-8aaa-3fba44580702.txt @@ -0,0 +1 @@ +Kitty licks milk and quokka wears xmas hat \ No newline at end of file diff --git a/texts/1e092eac-c738-49b0-9a05-2081b902f6e5.txt b/texts/1e092eac-c738-49b0-9a05-2081b902f6e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..0541a1531404c2e35e9f82267e516825e1507e0c --- /dev/null +++ b/texts/1e092eac-c738-49b0-9a05-2081b902f6e5.txt @@ -0,0 +1 @@ +Hello Kitty is in the snow at night. Ivan is written on the snow. There is a Christmas tree next to it. \ No newline at end of file diff --git a/texts/1e10f268-6828-44e7-b2d9-1c84ad00d705.txt b/texts/1e10f268-6828-44e7-b2d9-1c84ad00d705.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e5e35f28dbd9485f015e695be0dfdd0a375dc24 --- /dev/null +++ b/texts/1e10f268-6828-44e7-b2d9-1c84ad00d705.txt @@ -0,0 +1 @@ +I hope it snows in Hong Kong \ No newline at end of file diff --git a/texts/1e129aca-d9ce-4853-b26d-c8e52e9cace6.txt b/texts/1e129aca-d9ce-4853-b26d-c8e52e9cace6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4549bb9701a2c57bfd7d2eaec9e0356e8117fdb4 --- /dev/null +++ b/texts/1e129aca-d9ce-4853-b26d-c8e52e9cace6.txt @@ -0,0 +1 @@ +lots of Purple, red and green orchids in the Misty bamboo forest, and shinny purple snakes \ No newline at end of file diff --git a/texts/1e377978-67b8-457f-be25-d1c5a52b9168.txt b/texts/1e377978-67b8-457f-be25-d1c5a52b9168.txt new file mode 100644 index 0000000000000000000000000000000000000000..e302f050207e562624d48d73174d0bdd526899eb --- /dev/null +++ b/texts/1e377978-67b8-457f-be25-d1c5a52b9168.txt @@ -0,0 +1 @@ +Furry hello Kitty at the gate of COCO Park in Xinghe, Fukuda \ No newline at end of file diff --git a/texts/1e383ed2-66c3-4576-8ae9-b6aa7591113f.txt b/texts/1e383ed2-66c3-4576-8ae9-b6aa7591113f.txt new file mode 100644 index 0000000000000000000000000000000000000000..76e267c109eadc6d0fbbd65cbce6d27693d88d61 --- /dev/null +++ b/texts/1e383ed2-66c3-4576-8ae9-b6aa7591113f.txt @@ -0,0 +1 @@ +A cuddly stuffed penguin reads in front of the fire in a room with bookshelves and floor-to-ceiling Windows looking out on snow-capped mountains and lakes \ No newline at end of file diff --git a/texts/1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78.txt b/texts/1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb7d5f7c0f7bc600bd38bb05f0dcd4a8e12448f4 --- /dev/null +++ b/texts/1e3d2f76-9ae6-45b0-a4b8-3f3c98c5ee78.txt @@ -0,0 +1 @@ +Chinese President Xi Jinping and US President Biden embrace and kiss at Tiananmen Square \ No newline at end of file diff --git a/texts/1e43d66b-3e4b-4fc7-ab49-8b572a172f5f.txt b/texts/1e43d66b-3e4b-4fc7-ab49-8b572a172f5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0531c4c7554bc79c72f8ea7466a1682bc2eee3b --- /dev/null +++ b/texts/1e43d66b-3e4b-4fc7-ab49-8b572a172f5f.txt @@ -0,0 +1 @@ +A clown with a knife \ No newline at end of file diff --git a/texts/1e4408f2-7a69-4540-9df7-6d832b31fca2.txt b/texts/1e4408f2-7a69-4540-9df7-6d832b31fca2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4102d43f05a87b430786830402fe0739b17c0da1 --- /dev/null +++ b/texts/1e4408f2-7a69-4540-9df7-6d832b31fca2.txt @@ -0,0 +1 @@ +A doggie with cute element and with the word Linda. I want to to be my iph screensaver. I want pink style \ No newline at end of file diff --git a/texts/1e504ff6-32dc-4390-b6ee-8982b4516503.txt b/texts/1e504ff6-32dc-4390-b6ee-8982b4516503.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d591d58dc6af20faadc8939d3b2f74d23dde84e --- /dev/null +++ b/texts/1e504ff6-32dc-4390-b6ee-8982b4516503.txt @@ -0,0 +1 @@ +Bottle in my hand, the whiskey up high; Two hands up to Heaven, coyotes run wild \ No newline at end of file diff --git a/texts/1e5874e6-d63e-44fa-ad70-89a9bd50ba4b.txt b/texts/1e5874e6-d63e-44fa-ad70-89a9bd50ba4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..99ecc06978fe9724a5c1c0f4e2c3707ee809cafe --- /dev/null +++ b/texts/1e5874e6-d63e-44fa-ad70-89a9bd50ba4b.txt @@ -0,0 +1 @@ +The Cinnamoroll and Kuromi from Sanrio and the HelloKitty and the Maltese are celebrating Christmas \ No newline at end of file diff --git a/texts/1e6102c0-6bc4-4f73-966b-f152c4c15de2.txt b/texts/1e6102c0-6bc4-4f73-966b-f152c4c15de2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fa8776e1b5f29a5757436b28acfd0819946550b --- /dev/null +++ b/texts/1e6102c0-6bc4-4f73-966b-f152c4c15de2.txt @@ -0,0 +1 @@ +A little penguin sits at the desk, focused on using a MacBook. It wears a tiny scarf, and its black-framed glasses shine with intelligence, as if engaged in an important task. There are also some small tools and stationery on the desk, making the whole scene warm and playful. \ No newline at end of file diff --git a/texts/1e62a8d3-3cdc-4961-974b-eafad638df0a.txt b/texts/1e62a8d3-3cdc-4961-974b-eafad638df0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..21ea6e6248f3526597c4a93346f6084f5e318e3f --- /dev/null +++ b/texts/1e62a8d3-3cdc-4961-974b-eafad638df0a.txt @@ -0,0 +1 @@ +Two kittens, one playing guitar, one skiing. Joi and mia are written in the snow. \ No newline at end of file diff --git a/texts/1e643d5f-3e74-4d7f-ade0-55edbcd9a110.txt b/texts/1e643d5f-3e74-4d7f-ade0-55edbcd9a110.txt new file mode 100644 index 0000000000000000000000000000000000000000..816b98f2168bd7aef4392223033eb76e7c8838fa --- /dev/null +++ b/texts/1e643d5f-3e74-4d7f-ade0-55edbcd9a110.txt @@ -0,0 +1 @@ +black-and-white gradient patterns.Snowy ground, night, blue tone, running, a Maine Coon cat. \ No newline at end of file diff --git a/texts/1e656dd6-1c53-4dfe-bc84-e143abc24ebf.txt b/texts/1e656dd6-1c53-4dfe-bc84-e143abc24ebf.txt new file mode 100644 index 0000000000000000000000000000000000000000..98b93b5437a9a96e8ee9a533b173df8c67f0d9bf --- /dev/null +++ b/texts/1e656dd6-1c53-4dfe-bc84-e143abc24ebf.txt @@ -0,0 +1 @@ +A Little Fox in a red scarf is under the Christmas tree in the snow \ No newline at end of file diff --git a/texts/1e6ad8a8-8195-4520-ae29-887b2f6962f5.txt b/texts/1e6ad8a8-8195-4520-ae29-887b2f6962f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..6726ba2801d6c0c1ecc2060439ce508d1b4f7eae --- /dev/null +++ b/texts/1e6ad8a8-8195-4520-ae29-887b2f6962f5.txt @@ -0,0 +1 @@ +There was a fruit tree full of fruit in the meadow by the lake, and a few cute little Samoyeds, Bernese Mountain Dogs, and Golden Retrievers picnicking on picnic mats under the tree, with baskets of flowers and a variety of food. \ No newline at end of file diff --git a/texts/1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b.txt b/texts/1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b.txt new file mode 100644 index 0000000000000000000000000000000000000000..67095168c2328f4a8622a8be1e467d29e508ac30 --- /dev/null +++ b/texts/1e6af8a1-35d2-447a-b0d3-2dd4fa0c534b.txt @@ -0,0 +1 @@ +The words "pineapple" are written in the snow, with the night and fireworks in the background, and a Hello Kitty doll standing beside it. \ No newline at end of file diff --git a/texts/1e70d153-728b-433f-bfe3-553fb7635ad2.txt b/texts/1e70d153-728b-433f-bfe3-553fb7635ad2.txt new file mode 100644 index 0000000000000000000000000000000000000000..390d2b0b27aa744a3b04fe3d91e3288e2eadcb4b --- /dev/null +++ b/texts/1e70d153-728b-433f-bfe3-553fb7635ad2.txt @@ -0,0 +1 @@ +Black bear, cooking, birthday cake, kitchen, candle \ No newline at end of file diff --git a/texts/1e751a83-f9f9-4ed3-bfb4-710c137bbc03.txt b/texts/1e751a83-f9f9-4ed3-bfb4-710c137bbc03.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ae13f4c5dd5be7581f7c65a0ea5a854642da622 --- /dev/null +++ b/texts/1e751a83-f9f9-4ed3-bfb4-710c137bbc03.txt @@ -0,0 +1 @@ +A HelloKitty eats cake in front of a volcano \ No newline at end of file diff --git a/texts/1e813e90-bcc3-43a2-9c1b-af0bd30b1a04.txt b/texts/1e813e90-bcc3-43a2-9c1b-af0bd30b1a04.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb83ab8923a044e667eeb1a25b1056ecc512d98c --- /dev/null +++ b/texts/1e813e90-bcc3-43a2-9c1b-af0bd30b1a04.txt @@ -0,0 +1 @@ +At night, a takin in the snow, a campfire \ No newline at end of file diff --git a/texts/1e82ce7c-22ea-457f-acfe-cf4c822c27a9.txt b/texts/1e82ce7c-22ea-457f-acfe-cf4c822c27a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fb1182766ca8d399ef22e2b01ba6e6627b44908 --- /dev/null +++ b/texts/1e82ce7c-22ea-457f-acfe-cf4c822c27a9.txt @@ -0,0 +1 @@ +Chinese dream core sense of the living room, a sofa with wings, fine decoration, rich decoration, clouds \ No newline at end of file diff --git a/texts/1e88214c-bc65-44fd-8ad8-3059f272711c.txt b/texts/1e88214c-bc65-44fd-8ad8-3059f272711c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fa99b5606c3a3131885b32e3e3f7b0288a986f2 --- /dev/null +++ b/texts/1e88214c-bc65-44fd-8ad8-3059f272711c.txt @@ -0,0 +1 @@ +On a snowy night, there are two hellokitty dolls with red scarves sitting on the snow, hellokitty dolls with fairy sticks in their hands, Christmas tree behind them, fireworks in the sky, "sby" written on the snow, and cat paw prints on the snow \ No newline at end of file diff --git a/texts/1e971424-75f6-4b3a-b2c7-22d8a7058bcf.txt b/texts/1e971424-75f6-4b3a-b2c7-22d8a7058bcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b8c9517d0b5f229567d64fafca7e11a6c756342 --- /dev/null +++ b/texts/1e971424-75f6-4b3a-b2c7-22d8a7058bcf.txt @@ -0,0 +1 @@ +spaghetti factory explosion \ No newline at end of file diff --git a/texts/1e9a0d4e-8414-49e8-a031-570caccda704.txt b/texts/1e9a0d4e-8414-49e8-a031-570caccda704.txt new file mode 100644 index 0000000000000000000000000000000000000000..50a989a738f0c87243e5b6e9d36e3a2373a7e920 --- /dev/null +++ b/texts/1e9a0d4e-8414-49e8-a031-570caccda704.txt @@ -0,0 +1 @@ + A silent starry city night \ No newline at end of file diff --git a/texts/1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f.txt b/texts/1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..94b39b0bf14c59afe0521f38f199b7edd57669bb --- /dev/null +++ b/texts/1ea22d8a-fdf4-4db7-83a0-63fb2ddb0b8f.txt @@ -0,0 +1 @@ +Being a reporter kitten \ No newline at end of file diff --git a/texts/1ea3fd40-9d25-48c7-ac28-026a6f26925a.txt b/texts/1ea3fd40-9d25-48c7-ac28-026a6f26925a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c507ae50bf39f7c1131f2b3b5a122f5bd2aaa559 --- /dev/null +++ b/texts/1ea3fd40-9d25-48c7-ac28-026a6f26925a.txt @@ -0,0 +1 @@ +Cat flying to the moon riding a spoon \ No newline at end of file diff --git a/texts/1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7.txt b/texts/1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f3142fd9bbb17bbd395d35d8c1d3237cd7f4ea4 --- /dev/null +++ b/texts/1ebc3ff1-28d8-4634-a2c8-3b6bd0f24bb7.txt @@ -0,0 +1 @@ +snowy night,glowing Christmas tree,firework,Snow by the seaside,no human \ No newline at end of file diff --git a/texts/1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a.txt b/texts/1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5c783952664b3578432c08719e363cddcde1d88 --- /dev/null +++ b/texts/1ebc8e92-2d4a-4a50-a9a4-f6d6f16d805a.txt @@ -0,0 +1 @@ +Cedar under the moonlight and playing teddy bear \ No newline at end of file diff --git a/texts/1ebec483-715e-4d98-88e4-9317695de3d7.txt b/texts/1ebec483-715e-4d98-88e4-9317695de3d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e07d194c616ede7e6efe0039e9cd2ac3346d76ca --- /dev/null +++ b/texts/1ebec483-715e-4d98-88e4-9317695de3d7.txt @@ -0,0 +1 @@ +A Siamese cat sits in a cabin surrounded by butterflies as snow falls outside the house in a Christmasy atmosphere \ No newline at end of file diff --git a/texts/1ecd203f-2da0-44e7-b064-a989a6da81c3.txt b/texts/1ecd203f-2da0-44e7-b064-a989a6da81c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d61cbb0692b7e00bb070a447d4b020f005a79033 --- /dev/null +++ b/texts/1ecd203f-2da0-44e7-b064-a989a6da81c3.txt @@ -0,0 +1 @@ +Giraffe diving and swimming \ No newline at end of file diff --git a/texts/1ed64279-b6c1-403f-9b57-e0a1d9fc16c5.txt b/texts/1ed64279-b6c1-403f-9b57-e0a1d9fc16c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb9b58a23cbd3386a3c6809eda769a6a9aa3e87c --- /dev/null +++ b/texts/1ed64279-b6c1-403f-9b57-e0a1d9fc16c5.txt @@ -0,0 +1 @@ +White Horse, Christmas Tree, Christmas Deer, Red Scarf, Snow, Meteor, Mount Fuji \ No newline at end of file diff --git a/texts/1ed96abb-3081-4e26-98dd-19b5aa6befee.txt b/texts/1ed96abb-3081-4e26-98dd-19b5aa6befee.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc386d0e6e17abddc09c8d627ea928ee68e66bab --- /dev/null +++ b/texts/1ed96abb-3081-4e26-98dd-19b5aa6befee.txt @@ -0,0 +1 @@ +A cute cigarette are drink alcohol at home \ No newline at end of file diff --git a/texts/1ee9dd52-b2b2-48da-adc8-6fc946059c99.txt b/texts/1ee9dd52-b2b2-48da-adc8-6fc946059c99.txt new file mode 100644 index 0000000000000000000000000000000000000000..552c2954615c3b90e31373d503ff6913620ba499 --- /dev/null +++ b/texts/1ee9dd52-b2b2-48da-adc8-6fc946059c99.txt @@ -0,0 +1 @@ +A vintage coffee cup with colorful fish swimming in it. \ No newline at end of file diff --git a/texts/1eef9275-c7c4-40e4-ba09-8336d92fff26.txt b/texts/1eef9275-c7c4-40e4-ba09-8336d92fff26.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea317faf6e08a239f58a3ae218ef0c2c03d74954 --- /dev/null +++ b/texts/1eef9275-c7c4-40e4-ba09-8336d92fff26.txt @@ -0,0 +1 @@ +HelloKitty in the room with Christmas tree \ No newline at end of file diff --git a/texts/1ef96151-25c9-4592-a2f7-ca6aae48ca26.txt b/texts/1ef96151-25c9-4592-a2f7-ca6aae48ca26.txt new file mode 100644 index 0000000000000000000000000000000000000000..658ad42b578990a70285ad81f202d114a2d866a2 --- /dev/null +++ b/texts/1ef96151-25c9-4592-a2f7-ca6aae48ca26.txt @@ -0,0 +1 @@ +A white goose sits next to the computer \ No newline at end of file diff --git a/texts/1efa2224-f572-4d16-b03e-bd7563e86462.txt b/texts/1efa2224-f572-4d16-b03e-bd7563e86462.txt new file mode 100644 index 0000000000000000000000000000000000000000..348c55caa3d3e9260620f4632c05c46a9e15b337 --- /dev/null +++ b/texts/1efa2224-f572-4d16-b03e-bd7563e86462.txt @@ -0,0 +1 @@ +Three Guinea pigs, one is all black, another one is brown with a part og white fur on her head and neck, the third one is white wear christmas hat celebeating chrismas in a ski resort. \ No newline at end of file diff --git a/texts/1efc8397-0af1-4736-8d34-7f92807b9beb.txt b/texts/1efc8397-0af1-4736-8d34-7f92807b9beb.txt new file mode 100644 index 0000000000000000000000000000000000000000..54f137de09c003cb5234768cb5518033911622cd --- /dev/null +++ b/texts/1efc8397-0af1-4736-8d34-7f92807b9beb.txt @@ -0,0 +1 @@ +A whole-white Shorthair car who has a pair of pink wings, holding a bottle of wine while sitting by a table \ No newline at end of file diff --git a/texts/1f0536e8-0c1b-4edc-8485-4b33f10b69f3.txt b/texts/1f0536e8-0c1b-4edc-8485-4b33f10b69f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..88c3e18d84cc7ed4c4f6c4e1237d8c2e9f7c183b --- /dev/null +++ b/texts/1f0536e8-0c1b-4edc-8485-4b33f10b69f3.txt @@ -0,0 +1 @@ +Camera angles shou be high angle,rule of thirds,White bunny wears new jeans,dreamy,old tone \ No newline at end of file diff --git a/texts/1f07b809-eb5e-46ab-91b3-96e3e2699d69.txt b/texts/1f07b809-eb5e-46ab-91b3-96e3e2699d69.txt new file mode 100644 index 0000000000000000000000000000000000000000..d52e5c360864cbc61ac24cef5c6dd8050569f7b3 --- /dev/null +++ b/texts/1f07b809-eb5e-46ab-91b3-96e3e2699d69.txt @@ -0,0 +1 @@ +A furry little hamster swims forward wearing a swim ring \ No newline at end of file diff --git a/texts/1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9.txt b/texts/1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f05d56afef42c611d69fd3e270c8aabbd6bccef --- /dev/null +++ b/texts/1f1631d6-8d81-4e71-a9fa-13a7d3fc07c9.txt @@ -0,0 +1 @@ +A bustling scene in the Great Hall at Hogwarts, with long tables covered in plates of food. Students are seated at the Gryffindor, Slytherin, Ravenclaw, and Hufflepuff tables, enjoying their meals. The enchanted ceiling reflects a starry night sky, and floating candles hover above the tables. A group of students is laughing, while another student is reading a letter. The house ghosts can be seen hovering above the students, and magical food appears to be floating or magically moving across the table. \ No newline at end of file diff --git a/texts/1f18f7d5-ebbe-487d-9072-7da3159dc8d7.txt b/texts/1f18f7d5-ebbe-487d-9072-7da3159dc8d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ae01c7eb130949550ba81009f2df6d1e74878bd --- /dev/null +++ b/texts/1f18f7d5-ebbe-487d-9072-7da3159dc8d7.txt @@ -0,0 +1 @@ +birthday cake with 1210 on it,Light candles \ No newline at end of file diff --git a/texts/1f1a913d-b328-4243-98da-c35ba867f181.txt b/texts/1f1a913d-b328-4243-98da-c35ba867f181.txt new file mode 100644 index 0000000000000000000000000000000000000000..65acea675e20562d431793cd83090dfaf92e7ee1 --- /dev/null +++ b/texts/1f1a913d-b328-4243-98da-c35ba867f181.txt @@ -0,0 +1 @@ +The kitten is wearing a birthday hat and making a wish in front of a birthday cake filled with candles, with 100 written on the cake. \ No newline at end of file diff --git a/texts/1f1dfe93-3ad9-4203-8b07-3e5399ccdf86.txt b/texts/1f1dfe93-3ad9-4203-8b07-3e5399ccdf86.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc3f7282074b2721ee258504115c13060c28f88f --- /dev/null +++ b/texts/1f1dfe93-3ad9-4203-8b07-3e5399ccdf86.txt @@ -0,0 +1 @@ +A chocolate-colored long-haired dachshunda face geting a haircut front view closeup barbershop ambient \ No newline at end of file diff --git a/texts/1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d.txt b/texts/1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f011a46e998bef542141f76bd45212a7ec1ca755 --- /dev/null +++ b/texts/1f1fdb88-ce4f-48dc-a03d-9683c66c7b6d.txt @@ -0,0 +1 @@ +A vintage film of a black cat in the snow, with orange auroras and the sunset in the background. It should evoke the feeling of Christmas, but with a very peaceful atmosphere. \ No newline at end of file diff --git a/texts/1f262730-a379-4533-bc15-363f798242ff.txt b/texts/1f262730-a379-4533-bc15-363f798242ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..62076b77ad108769ec1909ba77a83a30624f7d4a --- /dev/null +++ b/texts/1f262730-a379-4533-bc15-363f798242ff.txt @@ -0,0 +1 @@ +Under the aurora, a man in suit plays a piano covered in snow \ No newline at end of file diff --git a/texts/1f2d265f-28f9-4420-a27c-ee26bc2b368b.txt b/texts/1f2d265f-28f9-4420-a27c-ee26bc2b368b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d26280758098cd494762f201483aa4bd05c0638 --- /dev/null +++ b/texts/1f2d265f-28f9-4420-a27c-ee26bc2b368b.txt @@ -0,0 +1 @@ +Semi-transparent glass with decorative patterns of lace and wrought iron on it. \ No newline at end of file diff --git a/texts/1f3027f7-1d7e-439c-9112-9bba365fb8d4.txt b/texts/1f3027f7-1d7e-439c-9112-9bba365fb8d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5292154316495dd89b3a4c482f9bc1bff31a9ffc --- /dev/null +++ b/texts/1f3027f7-1d7e-439c-9112-9bba365fb8d4.txt @@ -0,0 +1 @@ +A giant pigeon in Manhattan, taller than the empire state building \ No newline at end of file diff --git a/texts/1f3379ed-48c7-4fd0-9f86-2ac993608109.txt b/texts/1f3379ed-48c7-4fd0-9f86-2ac993608109.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e15f0ec1682487dbafca869adac139db0a7313f --- /dev/null +++ b/texts/1f3379ed-48c7-4fd0-9f86-2ac993608109.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "zjm" written on the ground. \ No newline at end of file diff --git a/texts/1f34e8ba-189a-42a0-8b9a-e9ef64a5d584.txt b/texts/1f34e8ba-189a-42a0-8b9a-e9ef64a5d584.txt new file mode 100644 index 0000000000000000000000000000000000000000..772a8443605d351d8a390473da69c1ab2415fcd2 --- /dev/null +++ b/texts/1f34e8ba-189a-42a0-8b9a-e9ef64a5d584.txt @@ -0,0 +1 @@ +Lop-eared rabbit skydiving \ No newline at end of file diff --git a/texts/1f350234-cf5d-426f-b024-7c09e2850415.txt b/texts/1f350234-cf5d-426f-b024-7c09e2850415.txt new file mode 100644 index 0000000000000000000000000000000000000000..360fd216fedf81fcf11fb25cc78885a55c1b9663 --- /dev/null +++ b/texts/1f350234-cf5d-426f-b024-7c09e2850415.txt @@ -0,0 +1 @@ +Winter, snow, Christmas tree, aurora, clear and light sky, little long-haired calico cat with a wing \ No newline at end of file diff --git a/texts/1f3615d2-55a4-4844-92ae-4dce869a5d47.txt b/texts/1f3615d2-55a4-4844-92ae-4dce869a5d47.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e72b00ce9434c8c53422a3ed5c8d455dc4e8837 --- /dev/null +++ b/texts/1f3615d2-55a4-4844-92ae-4dce869a5d47.txt @@ -0,0 +1 @@ +A chubby orange cat with a red bow on its head is running merrily on the green grassland. The cat's plump body bounces slightly as it moves forward, its short legs working hard to propel it. The bright red bow tied neatly around its neck stands out vividly against its orange fur, adding a touch of cuteness and elegance. The green grass beneath its paws is like a soft carpet, stretching out as far as the eye can see, and the cat seems to be thoroughly enjoying the freedom and joy of this outdoor romp \ No newline at end of file diff --git a/texts/1f3b1955-ae7f-4b12-9120-a2b43f3713a3.txt b/texts/1f3b1955-ae7f-4b12-9120-a2b43f3713a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6516a5c64bbb16e9813e6764170cf70cce777bf0 --- /dev/null +++ b/texts/1f3b1955-ae7f-4b12-9120-a2b43f3713a3.txt @@ -0,0 +1 @@ +All flowers,red \ No newline at end of file diff --git a/texts/1f4110b4-d10a-48fe-8367-33a744e2f446.txt b/texts/1f4110b4-d10a-48fe-8367-33a744e2f446.txt new file mode 100644 index 0000000000000000000000000000000000000000..af7c9676a07117e126eef1d1d1f47a179ffff3e9 --- /dev/null +++ b/texts/1f4110b4-d10a-48fe-8367-33a744e2f446.txt @@ -0,0 +1 @@ +The breath, is your face, your curves, spreading, evolving, the shoreline, growing out of the most pathetic narcissus. \ No newline at end of file diff --git a/texts/1f415eed-d616-4267-9a66-e6e691e36923.txt b/texts/1f415eed-d616-4267-9a66-e6e691e36923.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cd8a116a63720a38bdcaed02a37dd26c5e2913e --- /dev/null +++ b/texts/1f415eed-d616-4267-9a66-e6e691e36923.txt @@ -0,0 +1 @@ +snow night, a golden retriever puppy, a big chistmas tree, fireworks in the sky sea.they are outside, near the sea. the dog is wearing chistmas hat.there are lots of beautiful fireworks in the sky, more fireworks and some auroura the age of the dog is small. a golden retriever puppy and a samoyed dog. the letters are on the snow.the dogs are playing,.the auroua should be more \ No newline at end of file diff --git a/texts/1f447586-98bf-4e2a-8a35-3f077a0efbb9.txt b/texts/1f447586-98bf-4e2a-8a35-3f077a0efbb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..52b92f183bcfd031ba801b293d05d44937dae61b --- /dev/null +++ b/texts/1f447586-98bf-4e2a-8a35-3f077a0efbb9.txt @@ -0,0 +1 @@ +A pool filled with colorful chocolate beans, a chubby panda wearing sunglasses and a swimming ring is soaking in the pool. \ No newline at end of file diff --git a/texts/1f478e3f-06ba-4f1c-82d7-e89a1484bd57.txt b/texts/1f478e3f-06ba-4f1c-82d7-e89a1484bd57.txt new file mode 100644 index 0000000000000000000000000000000000000000..233ac519ea53ca52fdb7fa76002fa2007376dea4 --- /dev/null +++ b/texts/1f478e3f-06ba-4f1c-82d7-e89a1484bd57.txt @@ -0,0 +1 @@ +Helmet off, 18-year-old blue-faced blonde knight in bright silver armor splattered with blood stands on the grass of a medieval manor house, flash-film style \ No newline at end of file diff --git a/texts/1f629eda-ce2c-4582-98bb-f5a6d96a4ba3.txt b/texts/1f629eda-ce2c-4582-98bb-f5a6d96a4ba3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9f9d1c7bf89ea71f5f448c07be2ca20df7f22c1 --- /dev/null +++ b/texts/1f629eda-ce2c-4582-98bb-f5a6d96a4ba3.txt @@ -0,0 +1 @@ +Two lovely cats huddled together and fell asleep on the sofa .One cat is black and white and another is orange with white. \ No newline at end of file diff --git a/texts/1f68482a-dc1d-4b27-8317-8902cb1a70a1.txt b/texts/1f68482a-dc1d-4b27-8317-8902cb1a70a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99345465082baa8c07974f3c863f84e7b383c9d --- /dev/null +++ b/texts/1f68482a-dc1d-4b27-8317-8902cb1a70a1.txt @@ -0,0 +1 @@ +Seaside at night, a Christmas tree in the middle of the snow, fireworks in the sky, retro camera effects, fantasy \ No newline at end of file diff --git a/texts/1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3.txt b/texts/1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b10456a711d6b050881bcbe8afc5f5875c16cfc8 --- /dev/null +++ b/texts/1f6b3fd9-55e3-4ee4-b20c-d0d96f64fbc3.txt @@ -0,0 +1 @@ +The puppy watched the butterfly under the volcanic eruption, and there were bubbles next to it. \ No newline at end of file diff --git a/texts/1f73432c-14dc-409a-8c9a-d089a7a5a76e.txt b/texts/1f73432c-14dc-409a-8c9a-d089a7a5a76e.txt new file mode 100644 index 0000000000000000000000000000000000000000..57316832a9b8f2929cb498d4c1e1d8a0f268fe57 --- /dev/null +++ b/texts/1f73432c-14dc-409a-8c9a-d089a7a5a76e.txt @@ -0,0 +1 @@ +The cat was standing in a soft white cloud with a cake with rainbow candles on it. Fairies with wings were holding presents around the cat. In the distance was a dreamy pink and purple sky \ No newline at end of file diff --git a/texts/1f872c93-1a14-42cd-bc56-fc1661e05630.txt b/texts/1f872c93-1a14-42cd-bc56-fc1661e05630.txt new file mode 100644 index 0000000000000000000000000000000000000000..802df32d4ad8d1187d53387ddef92d18c6ee214f --- /dev/null +++ b/texts/1f872c93-1a14-42cd-bc56-fc1661e05630.txt @@ -0,0 +1 @@ +The mouse stood in the police car with an ak47. \ No newline at end of file diff --git a/texts/1f9419d3-333b-4ebe-8e19-647f13c73091.txt b/texts/1f9419d3-333b-4ebe-8e19-647f13c73091.txt new file mode 100644 index 0000000000000000000000000000000000000000..23f82cf1cc8b2c522f02ed6b5fc9d7014d67b94d --- /dev/null +++ b/texts/1f9419d3-333b-4ebe-8e19-647f13c73091.txt @@ -0,0 +1 @@ +A standing sea otter with a red scarf, Apple headphones and a Santa Claus outfit \ No newline at end of file diff --git a/texts/1f9b1b5d-092a-48ed-9155-a0964ba32ec0.txt b/texts/1f9b1b5d-092a-48ed-9155-a0964ba32ec0.txt new file mode 100644 index 0000000000000000000000000000000000000000..530bca9fb0f0d7f547745c7df8f6b1e6fc7066ae --- /dev/null +++ b/texts/1f9b1b5d-092a-48ed-9155-a0964ba32ec0.txt @@ -0,0 +1 @@ +A yellow cat wears a Santa hat to sleep \ No newline at end of file diff --git a/texts/1fb75e46-2d82-49b8-b876-761bd4b59316.txt b/texts/1fb75e46-2d82-49b8-b876-761bd4b59316.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ef845476cefb168656fc7a8fd1a946021782dea --- /dev/null +++ b/texts/1fb75e46-2d82-49b8-b876-761bd4b59316.txt @@ -0,0 +1 @@ +The little white rabbit leaned on the little raccoon and watched the fireworks together. \ No newline at end of file diff --git a/texts/1fb88642-ca7f-4f08-93bd-76b740940874.txt b/texts/1fb88642-ca7f-4f08-93bd-76b740940874.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff0119f517b791271dc6850c693be2568863653e --- /dev/null +++ b/texts/1fb88642-ca7f-4f08-93bd-76b740940874.txt @@ -0,0 +1 @@ +A Siamese cat is hugged by a red woolen octopus \ No newline at end of file diff --git a/texts/1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9.txt b/texts/1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4efaa9422d8af47ed36d243e6d6adeb64e33c430 --- /dev/null +++ b/texts/1fbe3a76-5b31-4bf7-aeec-a43bdabd76d9.txt @@ -0,0 +1 @@ +a lucky rabbit under the stars \ No newline at end of file diff --git a/texts/1fd8e327-94d0-4d0f-96ff-6b781d30308c.txt b/texts/1fd8e327-94d0-4d0f-96ff-6b781d30308c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e80789051aac0e4a5fa9075ce9c7eea42f77f19 --- /dev/null +++ b/texts/1fd8e327-94d0-4d0f-96ff-6b781d30308c.txt @@ -0,0 +1 @@ +On a snowy day, HelloKitty wearing a pink bow in a red suit, photographed in the Forbidden City, during the day, the color is bright, saturation is low, HelloKitty graceful movement \ No newline at end of file diff --git a/texts/1fd93a55-ef81-4587-90a5-1247efaf4897.txt b/texts/1fd93a55-ef81-4587-90a5-1247efaf4897.txt new file mode 100644 index 0000000000000000000000000000000000000000..579ae1f6a1e3e6afbd109ca7e493eace81b995b4 --- /dev/null +++ b/texts/1fd93a55-ef81-4587-90a5-1247efaf4897.txt @@ -0,0 +1 @@ +A tree with lots of orchids. \ No newline at end of file diff --git a/texts/1fe0c6ed-1909-4be1-a2ca-184746e1fd03.txt b/texts/1fe0c6ed-1909-4be1-a2ca-184746e1fd03.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8e7ac1b3cf1d55f65e58dbeeb997b9e2a8ea985 --- /dev/null +++ b/texts/1fe0c6ed-1909-4be1-a2ca-184746e1fd03.txt @@ -0,0 +1 @@ +A black horse is eating potato chips on a yellow carpet while it's snowing. \ No newline at end of file diff --git a/texts/1ffda870-d40e-493f-9e97-eb0c7f7314b3.txt b/texts/1ffda870-d40e-493f-9e97-eb0c7f7314b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..379cd7fdce466fa9500929dca387fee256f4b9c2 --- /dev/null +++ b/texts/1ffda870-d40e-493f-9e97-eb0c7f7314b3.txt @@ -0,0 +1 @@ +A happy small white dog play under the Christmas tree at a snowy night \ No newline at end of file diff --git a/texts/2002be9b-d55a-4919-a1f7-5e625b44dda8.txt b/texts/2002be9b-d55a-4919-a1f7-5e625b44dda8.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cd7009d89976ba3389ebdef48596a5c6c62e1b9 --- /dev/null +++ b/texts/2002be9b-d55a-4919-a1f7-5e625b44dda8.txt @@ -0,0 +1 @@ +A small goldfish is swimming in the air, with no characters in the picture. The background is a sky and grass, \ No newline at end of file diff --git a/texts/200d5093-28c4-4268-a46e-4f5383e417d9.txt b/texts/200d5093-28c4-4268-a46e-4f5383e417d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f37e8659981fb6c2ab889056f7497ac80670da3 --- /dev/null +++ b/texts/200d5093-28c4-4268-a46e-4f5383e417d9.txt @@ -0,0 +1 @@ +HelloKitty surfs at sea \ No newline at end of file diff --git a/texts/201e9371-f2d8-49e2-b8d9-4900d2f7fae4.txt b/texts/201e9371-f2d8-49e2-b8d9-4900d2f7fae4.txt new file mode 100644 index 0000000000000000000000000000000000000000..084bddbd29d11d55fa125f196bdb3a2110d5d41e --- /dev/null +++ b/texts/201e9371-f2d8-49e2-b8d9-4900d2f7fae4.txt @@ -0,0 +1 @@ +A short haired American cat and a black cat are clinging to each other in the snow, while it's snowing outside. They are both wearing magic cloaks \ No newline at end of file diff --git a/texts/201f10f7-e8b1-43b9-a31b-d4bb837b9616.txt b/texts/201f10f7-e8b1-43b9-a31b-d4bb837b9616.txt new file mode 100644 index 0000000000000000000000000000000000000000..cda89aa5acbb282e85b19b75a0f21a3931f26a8e --- /dev/null +++ b/texts/201f10f7-e8b1-43b9-a31b-d4bb837b9616.txt @@ -0,0 +1 @@ +A white small chubby fox dog wearing wings, balloons, candles, a cake on the table, happy \ No newline at end of file diff --git a/texts/20222a21-fa79-4e46-a061-2491b373daeb.txt b/texts/20222a21-fa79-4e46-a061-2491b373daeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9804a05ee24cac642ede7d85b0a51b7bacf0da2 --- /dev/null +++ b/texts/20222a21-fa79-4e46-a061-2491b373daeb.txt @@ -0,0 +1 @@ +The castle relies on imagination and can still be climbed. In the wilderness of exile, one can see the group of wooden horses in the garden. \ No newline at end of file diff --git a/texts/2024ca3d-fc35-4058-98e1-8478dcbd6655.txt b/texts/2024ca3d-fc35-4058-98e1-8478dcbd6655.txt new file mode 100644 index 0000000000000000000000000000000000000000..541144e7f88c0bfd554f849f1ce33f92eb50cf3d --- /dev/null +++ b/texts/2024ca3d-fc35-4058-98e1-8478dcbd6655.txt @@ -0,0 +1 @@ +Open a wooden drawer, there is a miniature dark obsidian world inside of it, everthing in this world looks sophisticated and beautiful \ No newline at end of file diff --git a/texts/202b6944-d9a9-40dc-88f9-5912a166e9c5.txt b/texts/202b6944-d9a9-40dc-88f9-5912a166e9c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..6540bbe3afb1912617053e2a86168fb59de23240 --- /dev/null +++ b/texts/202b6944-d9a9-40dc-88f9-5912a166e9c5.txt @@ -0,0 +1 @@ +Buzz lightyear pilot,a blue glider flying in the sky with the sky background and the Japan fuji moutain in the distance \ No newline at end of file diff --git a/texts/202fe245-9547-4ed3-88eb-edc1199f4857.txt b/texts/202fe245-9547-4ed3-88eb-edc1199f4857.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f9717354771832672602e59d60f3b870b0602c1 --- /dev/null +++ b/texts/202fe245-9547-4ed3-88eb-edc1199f4857.txt @@ -0,0 +1 @@ +tree wool boat cup tissue \ No newline at end of file diff --git a/texts/20323138-42ab-43ab-bd2b-85f1bf076f27.txt b/texts/20323138-42ab-43ab-bd2b-85f1bf076f27.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdcfa8bbfc27fb7d0cba0308dc72f9878b856504 --- /dev/null +++ b/texts/20323138-42ab-43ab-bd2b-85f1bf076f27.txt @@ -0,0 +1 @@ +Hello Kitty smokes by the sea. \ No newline at end of file diff --git a/texts/203f66bf-6c4c-4424-9185-7ebc4023de67.txt b/texts/203f66bf-6c4c-4424-9185-7ebc4023de67.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f3f674fcdc1d9536c5224602e10e3b213b60be3 --- /dev/null +++ b/texts/203f66bf-6c4c-4424-9185-7ebc4023de67.txt @@ -0,0 +1 @@ +A black cat with a scarf is near the fireplace \ No newline at end of file diff --git a/texts/204179c2-781f-44ce-8340-b8d290ea2ffd.txt b/texts/204179c2-781f-44ce-8340-b8d290ea2ffd.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bb876221d6ce69a542ba18ff6b6369e3ff0478a --- /dev/null +++ b/texts/204179c2-781f-44ce-8340-b8d290ea2ffd.txt @@ -0,0 +1 @@ +A clothing store in the city with a white semicircular ball on the roof \ No newline at end of file diff --git a/texts/2042781e-3dac-4c2a-b89c-450c779cbb5d.txt b/texts/2042781e-3dac-4c2a-b89c-450c779cbb5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..05879c2a658a2d53390c7a86aec8165089597090 --- /dev/null +++ b/texts/2042781e-3dac-4c2a-b89c-450c779cbb5d.txt @@ -0,0 +1 @@ +2 little cats standing in front of the snow mountains and toasting \ No newline at end of file diff --git a/texts/2044da9e-eaa2-4237-9fda-9168f4866316.txt b/texts/2044da9e-eaa2-4237-9fda-9168f4866316.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3c82588b13f84184fe732479ad7fa621a01e1cb --- /dev/null +++ b/texts/2044da9e-eaa2-4237-9fda-9168f4866316.txt @@ -0,0 +1 @@ +Teenager with bangs outside European style house Half-length portrait Positive face \ No newline at end of file diff --git a/texts/204c4520-2539-433f-995b-32ff72f6b1d2.txt b/texts/204c4520-2539-433f-995b-32ff72f6b1d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2238aa959de04dfb2e8bcf674874b87cab2ccb2 --- /dev/null +++ b/texts/204c4520-2539-433f-995b-32ff72f6b1d2.txt @@ -0,0 +1 @@ +An Asian muscular man is holding a glass of wine and looking at the camera by the castle pool in Tuscany, Italy. Hello Kitty in a bikini is playing with a ball next to him. \ No newline at end of file diff --git a/texts/2056cb99-2d3f-43a5-829d-68d252325456.txt b/texts/2056cb99-2d3f-43a5-829d-68d252325456.txt new file mode 100644 index 0000000000000000000000000000000000000000..88987f2939b6a220e7b7d56afced0519fec71285 --- /dev/null +++ b/texts/2056cb99-2d3f-43a5-829d-68d252325456.txt @@ -0,0 +1 @@ +A tuxedo cat with a spray paint bottle doodles the words painsitic on the balcony of a brick house on a hill \ No newline at end of file diff --git a/texts/205ae82c-d230-4d60-a2ec-2c716672f38e.txt b/texts/205ae82c-d230-4d60-a2ec-2c716672f38e.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdb06ecede58ff3738d5c097720086ce00ee091d --- /dev/null +++ b/texts/205ae82c-d230-4d60-a2ec-2c716672f38e.txt @@ -0,0 +1 @@ +Young snake wearing scarves playing guitar in the snow \ No newline at end of file diff --git a/texts/20693641-12d1-4603-bc1e-c8589dee0b7d.txt b/texts/20693641-12d1-4603-bc1e-c8589dee0b7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0391d9e627ef9eb862c4a1c980c265b9f97d4d03 --- /dev/null +++ b/texts/20693641-12d1-4603-bc1e-c8589dee0b7d.txt @@ -0,0 +1 @@ +Five hello kittys in the picture, one is holding a gun and point to the other three hello kittys \ No newline at end of file diff --git a/texts/206db3ae-3e75-4169-a8ef-b151e22038f1.txt b/texts/206db3ae-3e75-4169-a8ef-b151e22038f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c876c131e273bd26da81a8b8d420a68ee443a1b --- /dev/null +++ b/texts/206db3ae-3e75-4169-a8ef-b151e22038f1.txt @@ -0,0 +1 @@ +Aurora, bubbles, stars, snow, cat's silhouette, birthday cake \ No newline at end of file diff --git a/texts/206e08aa-ef89-4c31-924d-cfdf10ae4e97.txt b/texts/206e08aa-ef89-4c31-924d-cfdf10ae4e97.txt new file mode 100644 index 0000000000000000000000000000000000000000..834ba03638459583e8cb814e81f63e1fa0599e9b --- /dev/null +++ b/texts/206e08aa-ef89-4c31-924d-cfdf10ae4e97.txt @@ -0,0 +1 @@ +A hello kitty working with her laptop on a beach, when there is snowing \ No newline at end of file diff --git a/texts/20737f2f-de42-436f-abfd-010dab296d23.txt b/texts/20737f2f-de42-436f-abfd-010dab296d23.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbb709bc7f4ce560ee4c655c9dbb6a476d6f54c0 --- /dev/null +++ b/texts/20737f2f-de42-436f-abfd-010dab296d23.txt @@ -0,0 +1 @@ +golden retriever working on computer, wearing dress, elegant, chilling, drink an iced coffee \ No newline at end of file diff --git a/texts/2076e44e-3132-4e65-945e-6870a3b3606b.txt b/texts/2076e44e-3132-4e65-945e-6870a3b3606b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f2792c31765126d72870b0ce5435819b67b34a1 --- /dev/null +++ b/texts/2076e44e-3132-4e65-945e-6870a3b3606b.txt @@ -0,0 +1 @@ +In a cozy room, a brown teddy bear toy and a white kitten toy are hugging and sleeping together on the bed. Outside the floor-to-ceiling windows, there is snow covering the ground, and winter sunlight filters through the glass, casting a warm glow on them, creating a very pleasant scene. \ No newline at end of file diff --git a/texts/207fbe39-1040-49e7-af04-bf63a4be6a51.txt b/texts/207fbe39-1040-49e7-af04-bf63a4be6a51.txt new file mode 100644 index 0000000000000000000000000000000000000000..846659d34c45b0bce10ea14e74fb6fe90c8b4f2f --- /dev/null +++ b/texts/207fbe39-1040-49e7-af04-bf63a4be6a51.txt @@ -0,0 +1 @@ +new york city, christmas and snowing \ No newline at end of file diff --git a/texts/208882a3-f067-494f-aeb4-3e078afc677b.txt b/texts/208882a3-f067-494f-aeb4-3e078afc677b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a616c9b6b5c542fcc9a1eced7460237e633c24b --- /dev/null +++ b/texts/208882a3-f067-494f-aeb4-3e078afc677b.txt @@ -0,0 +1 @@ +At night, it snows outside the window, and inside the house, there is a complete Christmas tree. Two fat Chinese Li Hua cats are playing in the room. Two short patterns of black and gray all over their bodies, chubby Chinese calico cats. \ No newline at end of file diff --git a/texts/2097d0a7-2d8b-4f0d-a35c-1fd9c0646439.txt b/texts/2097d0a7-2d8b-4f0d-a35c-1fd9c0646439.txt new file mode 100644 index 0000000000000000000000000000000000000000..4639e2ce8d1997944068d1b81a537536d1204d5a --- /dev/null +++ b/texts/2097d0a7-2d8b-4f0d-a35c-1fd9c0646439.txt @@ -0,0 +1 @@ +A wool sweater with diamond and a lemon ice cream \ No newline at end of file diff --git a/texts/20981330-0958-4d0f-bd3f-f59804a6514c.txt b/texts/20981330-0958-4d0f-bd3f-f59804a6514c.txt new file mode 100644 index 0000000000000000000000000000000000000000..55fec0587546ce3a7f7539eaf47bf64fde5e10ae --- /dev/null +++ b/texts/20981330-0958-4d0f-bd3f-f59804a6514c.txt @@ -0,0 +1 @@ +Air bubble pupa 1Q84 white film snow \ No newline at end of file diff --git a/texts/209c8c98-a12d-435c-b7b6-f48a8d78b19c.txt b/texts/209c8c98-a12d-435c-b7b6-f48a8d78b19c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a6c7e8925f4126eb30f2da365da085e5f7368a4 --- /dev/null +++ b/texts/209c8c98-a12d-435c-b7b6-f48a8d78b19c.txt @@ -0,0 +1 @@ +In the dark blue snow, there was a a Border Collie looking at an astronomical telescope in the distance \ No newline at end of file diff --git a/texts/209f6b1e-c0db-459f-ba9f-1fa91baa0aa8.txt b/texts/209f6b1e-c0db-459f-ba9f-1fa91baa0aa8.txt new file mode 100644 index 0000000000000000000000000000000000000000..596ed8a5c6396debd9f05bbfdcf8fed1e5a4e6f9 --- /dev/null +++ b/texts/209f6b1e-c0db-459f-ba9f-1fa91baa0aa8.txt @@ -0,0 +1 @@ +The young man gazes into the distance \ No newline at end of file diff --git a/texts/209fd26c-3c53-483c-87dd-847f5927183b.txt b/texts/209fd26c-3c53-483c-87dd-847f5927183b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9798fb5867a718c763ef4ea6444347a5ed9e24b6 --- /dev/null +++ b/texts/209fd26c-3c53-483c-87dd-847f5927183b.txt @@ -0,0 +1 @@ +Create an image of a red panda wearing a tie and shirt, sitting at a desk in front of a computer, working on the computer. warm color \ No newline at end of file diff --git a/texts/20a975b9-98fc-4c71-a0d5-2c599d23f5f6.txt b/texts/20a975b9-98fc-4c71-a0d5-2c599d23f5f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d24ce3b14e4aea268065eee7dc2d443a35edf01 --- /dev/null +++ b/texts/20a975b9-98fc-4c71-a0d5-2c599d23f5f6.txt @@ -0,0 +1 @@ +Two cute cats roasting marshmallows by the fire \ No newline at end of file diff --git a/texts/20ac5877-7a5e-4d13-8eed-62e28fc1941a.txt b/texts/20ac5877-7a5e-4d13-8eed-62e28fc1941a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f93af54512766eb4bb2e9a9664f6d719e23f0c97 --- /dev/null +++ b/texts/20ac5877-7a5e-4d13-8eed-62e28fc1941a.txt @@ -0,0 +1 @@ +December 12th birthday cake says MJQ \ No newline at end of file diff --git a/texts/20b8ca1a-101a-42e3-ab55-81c9e8b5d86e.txt b/texts/20b8ca1a-101a-42e3-ab55-81c9e8b5d86e.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd1485f9b0294d74410a544406c1ea3ab4895d6 --- /dev/null +++ b/texts/20b8ca1a-101a-42e3-ab55-81c9e8b5d86e.txt @@ -0,0 +1 @@ +hellokitty is working in office with a bow \ No newline at end of file diff --git a/texts/20b9131f-a5e4-4715-b52e-e9a9dbb395bd.txt b/texts/20b9131f-a5e4-4715-b52e-e9a9dbb395bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..053037baeae8a6c046a0f0f6882015116f318a28 --- /dev/null +++ b/texts/20b9131f-a5e4-4715-b52e-e9a9dbb395bd.txt @@ -0,0 +1 @@ +A puppy lying on the grass in the sun and sleeping \ No newline at end of file diff --git a/texts/20bd4351-f524-4c27-bc8c-a23a278c40ef.txt b/texts/20bd4351-f524-4c27-bc8c-a23a278c40ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..375b1d4cc374489705d946ae5216c23f93d167f6 --- /dev/null +++ b/texts/20bd4351-f524-4c27-bc8c-a23a278c40ef.txt @@ -0,0 +1 @@ + hedgehog Christmas \ No newline at end of file diff --git a/texts/20be943e-128d-4fff-ad7b-3c0bdb35cb0e.txt b/texts/20be943e-128d-4fff-ad7b-3c0bdb35cb0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..671524e49e65f86abae43b453073b58bfa7f3fca --- /dev/null +++ b/texts/20be943e-128d-4fff-ad7b-3c0bdb35cb0e.txt @@ -0,0 +1 @@ +A Manx Cornish Blue cat, wearing a yellow scarf, gazes up at the sky in the snowy landscape, watching the aurora \ No newline at end of file diff --git a/texts/20bea8c0-8082-492d-9356-765aab598499.txt b/texts/20bea8c0-8082-492d-9356-765aab598499.txt new file mode 100644 index 0000000000000000000000000000000000000000..10b3ba1c89afbabcc609b256b4c74c3d62168d88 --- /dev/null +++ b/texts/20bea8c0-8082-492d-9356-765aab598499.txt @@ -0,0 +1 @@ +Blizzard weather, glowing snowflakes in the snow. \ No newline at end of file diff --git a/texts/20c17e91-abb3-4e6a-9740-3e43aa45a310.txt b/texts/20c17e91-abb3-4e6a-9740-3e43aa45a310.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc89921cfd8088913799912eae5c990e18739266 --- /dev/null +++ b/texts/20c17e91-abb3-4e6a-9740-3e43aa45a310.txt @@ -0,0 +1 @@ +The capybara swims in a river of glowing milky way \ No newline at end of file diff --git a/texts/20c67df3-2205-451e-a4f3-e095263cda86.txt b/texts/20c67df3-2205-451e-a4f3-e095263cda86.txt new file mode 100644 index 0000000000000000000000000000000000000000..67dbe54174790d105009cb8cb363d5e17464ce46 --- /dev/null +++ b/texts/20c67df3-2205-451e-a4f3-e095263cda86.txt @@ -0,0 +1 @@ +A Hello Kitty is playing in the snow. The sky is shining with bright stars. \ No newline at end of file diff --git a/texts/20ca10fb-d649-461d-9891-cae32cbfcc73.txt b/texts/20ca10fb-d649-461d-9891-cae32cbfcc73.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e65b85ec96f00263ad057a6847edd33f05eb6b9 --- /dev/null +++ b/texts/20ca10fb-d649-461d-9891-cae32cbfcc73.txt @@ -0,0 +1 @@ +One people are lying on the office, desks are full of papers, computers are on fire \ No newline at end of file diff --git a/texts/20ccd62a-ef21-4153-8fcc-32a230561ec5.txt b/texts/20ccd62a-ef21-4153-8fcc-32a230561ec5.txt new file mode 100644 index 0000000000000000000000000000000000000000..af974e7c1a3398465b642fa6b62a638de367131d --- /dev/null +++ b/texts/20ccd62a-ef21-4153-8fcc-32a230561ec5.txt @@ -0,0 +1 @@ +a white cat in the window of the tree house \ No newline at end of file diff --git a/texts/20d32add-a201-43f4-a7aa-b5d7e536006b.txt b/texts/20d32add-a201-43f4-a7aa-b5d7e536006b.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d8eaa3c7cf7f1d0904050e8be81f0322312590 --- /dev/null +++ b/texts/20d32add-a201-43f4-a7aa-b5d7e536006b.txt @@ -0,0 +1 @@ +A West Highland dog wearing a suit and Hello Kitty wearing a princess dress are playing in the snow, with a fountain nearby and aurora in the sky \ No newline at end of file diff --git a/texts/20d95fe3-3fc8-4664-9d3e-96ee61ae9397.txt b/texts/20d95fe3-3fc8-4664-9d3e-96ee61ae9397.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd9c092c06d02c72f33c740afe3b5e78c62658b5 --- /dev/null +++ b/texts/20d95fe3-3fc8-4664-9d3e-96ee61ae9397.txt @@ -0,0 +1 @@ +In the snow with the Aurora.There are pine trees beside it.Draw the word Tong in the snow. \ No newline at end of file diff --git a/texts/20e50744-e2df-4b1e-a220-8f73460f6423.txt b/texts/20e50744-e2df-4b1e-a220-8f73460f6423.txt new file mode 100644 index 0000000000000000000000000000000000000000..20280eadafaa8f3cc38b1f90f50d0868f1a45a55 --- /dev/null +++ b/texts/20e50744-e2df-4b1e-a220-8f73460f6423.txt @@ -0,0 +1 @@ +A helloKitty is having afternoon tea while the house is on fire \ No newline at end of file diff --git a/texts/20ea0a61-f486-4904-9926-a31c45c87ae3.txt b/texts/20ea0a61-f486-4904-9926-a31c45c87ae3.txt new file mode 100644 index 0000000000000000000000000000000000000000..229e9fb3d40ff83a2abae1792cbd39651b837641 --- /dev/null +++ b/texts/20ea0a61-f486-4904-9926-a31c45c87ae3.txt @@ -0,0 +1 @@ +In the snowy night, a blue butterfly flew to an unmanned cattle farm \ No newline at end of file diff --git a/texts/20f9f2f8-602c-4103-8865-7291427d16af.txt b/texts/20f9f2f8-602c-4103-8865-7291427d16af.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f788200c852af58b96db74240cd2dfffd56ab8a --- /dev/null +++ b/texts/20f9f2f8-602c-4103-8865-7291427d16af.txt @@ -0,0 +1 @@ +A women wear a fairy hat celebrates her birthday on the sofa, surrounded by bubbles and pink streamers, with a birthday cake in front of her, Christmas atmosphere, and HelloKitty toys next to her, Dream Halo \ No newline at end of file diff --git a/texts/20fdf070-8b96-440f-a803-4abe0262ad77.txt b/texts/20fdf070-8b96-440f-a803-4abe0262ad77.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ccb07b4d2c2f12a2af463fb0df1fb2935387e22 --- /dev/null +++ b/texts/20fdf070-8b96-440f-a803-4abe0262ad77.txt @@ -0,0 +1 @@ +A rabbit with sunglasses and a bow driving a silver UFO \ No newline at end of file diff --git a/texts/21142ccf-2b32-4a19-94d1-6d9261c23439.txt b/texts/21142ccf-2b32-4a19-94d1-6d9261c23439.txt new file mode 100644 index 0000000000000000000000000000000000000000..672716e811d0fd22d53243fd5cd3d81cc6e7ed4a --- /dev/null +++ b/texts/21142ccf-2b32-4a19-94d1-6d9261c23439.txt @@ -0,0 +1 @@ +The time is night, the weather is light snow, and the ground is covered with a thick layer of snow. On the right side of the picture, there is a cute child holding a red balloon chasing a dog, with a cedar tree in the background \ No newline at end of file diff --git a/texts/21146582-66f5-48e2-afed-c2ce368662c7.txt b/texts/21146582-66f5-48e2-afed-c2ce368662c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0e49a6c940040fd57c374a9332e3c1634189048 --- /dev/null +++ b/texts/21146582-66f5-48e2-afed-c2ce368662c7.txt @@ -0,0 +1 @@ +The crow sits on the park bench. \ No newline at end of file diff --git a/texts/2116ade2-da22-46b1-bb71-77f186e24d2c.txt b/texts/2116ade2-da22-46b1-bb71-77f186e24d2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae3b5c92fc4e494eacd7fdba8b0b40f3adc6e2ee --- /dev/null +++ b/texts/2116ade2-da22-46b1-bb71-77f186e24d2c.txt @@ -0,0 +1 @@ +The background is black with lots of noise and in front of it is a white cat feeding chips to pigeons \ No newline at end of file diff --git a/texts/211b42aa-f206-49fa-ac77-094a3f18d610.txt b/texts/211b42aa-f206-49fa-ac77-094a3f18d610.txt new file mode 100644 index 0000000000000000000000000000000000000000..3771b30a4e412e2ddd350ace38c71b23e10cab58 --- /dev/null +++ b/texts/211b42aa-f206-49fa-ac77-094a3f18d610.txt @@ -0,0 +1 @@ +A hellokitty reading in the princess's room, with dense trees outside the window \ No newline at end of file diff --git a/texts/211d2b53-823e-42da-92ce-d64bf99f4de1.txt b/texts/211d2b53-823e-42da-92ce-d64bf99f4de1.txt new file mode 100644 index 0000000000000000000000000000000000000000..018e0e87806b12776ce2f70be31076cd716c04bb --- /dev/null +++ b/texts/211d2b53-823e-42da-92ce-d64bf99f4de1.txt @@ -0,0 +1 @@ +A dog is running and laughing while floating in the air, surrounded by his favorite toys, with a background of the sky and a grassy field. \ No newline at end of file diff --git a/texts/2122c21c-97e1-4c8a-a6c4-55d3ee38507b.txt b/texts/2122c21c-97e1-4c8a-a6c4-55d3ee38507b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec47fc67d58b5bc5b23c343f7b19318d18415873 --- /dev/null +++ b/texts/2122c21c-97e1-4c8a-a6c4-55d3ee38507b.txt @@ -0,0 +1 @@ +The snow-covered winter scene at night, in the foreground is a cute little snowman , and a decorative letter with "Yile" written on it in front of her. The background shows a stunning night view. The blurred city lights and colorful fireworks illuminate the sky, creating a warm, festive and romantic atmosphere. \ No newline at end of file diff --git a/texts/21289393-de9e-4341-8981-ea08f280c120.txt b/texts/21289393-de9e-4341-8981-ea08f280c120.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2efc370b2bcd86fb17fe0ab970876eee0347e53 --- /dev/null +++ b/texts/21289393-de9e-4341-8981-ea08f280c120.txt @@ -0,0 +1 @@ +The green aurora in the sky, the light snowfall, and the two puppy playing in the snow with a glowing Christmas tree in the background. \ No newline at end of file diff --git a/texts/212d96dd-18da-465c-a815-5926bca04c31.txt b/texts/212d96dd-18da-465c-a815-5926bca04c31.txt new file mode 100644 index 0000000000000000000000000000000000000000..8580e5246f8d1bdd5dced866770acebe857fdaed --- /dev/null +++ b/texts/212d96dd-18da-465c-a815-5926bca04c31.txt @@ -0,0 +1 @@ +There is a little black cat under the cherry tree with big eyes.It looks pleasant \ No newline at end of file diff --git a/texts/21305cd4-a216-4099-a58a-cd3e68b28c4c.txt b/texts/21305cd4-a216-4099-a58a-cd3e68b28c4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d7c6669b60477dfe6b00da62d784eb759813b94 --- /dev/null +++ b/texts/21305cd4-a216-4099-a58a-cd3e68b28c4c.txt @@ -0,0 +1 @@ +A hello kitty eating cherry with a butterfly.and have an fireworks behind there . \ No newline at end of file diff --git a/texts/21344ceb-4a3a-441f-8ded-85c965ff27c0.txt b/texts/21344ceb-4a3a-441f-8ded-85c965ff27c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1fe5cba29d33c80c60f4770806256e1b71c1c46 --- /dev/null +++ b/texts/21344ceb-4a3a-441f-8ded-85c965ff27c0.txt @@ -0,0 +1 @@ +On a plate was an apple with the letters "hugs" written in chocolate sauce and a candle stuck in it \ No newline at end of file diff --git a/texts/213b9940-08ea-41d6-b479-bd22461956d8.txt b/texts/213b9940-08ea-41d6-b479-bd22461956d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b40f0f302ee4bc9ee1fe30406d0b49598deac913 --- /dev/null +++ b/texts/213b9940-08ea-41d6-b479-bd22461956d8.txt @@ -0,0 +1 @@ +A cool Stitch is typing in the office, the computer is on a fire table with a keyboard and coffee \ No newline at end of file diff --git a/texts/213c88b8-f2ea-4f37-956b-036dadcf9a79.txt b/texts/213c88b8-f2ea-4f37-956b-036dadcf9a79.txt new file mode 100644 index 0000000000000000000000000000000000000000..01900a46a8aae3106e88e63715e1cd7ae0c67423 --- /dev/null +++ b/texts/213c88b8-f2ea-4f37-956b-036dadcf9a79.txt @@ -0,0 +1 @@ +In the forest, trees, wildflowers, a sheep with sunglasses standing in the center of the camera, a white cat on the back, the cat's hand clenched an assault rifle, this scene is strange and harmonious \ No newline at end of file diff --git a/texts/2149d9fe-a9df-40ee-9e3b-60dce25f9cdc.txt b/texts/2149d9fe-a9df-40ee-9e3b-60dce25f9cdc.txt new file mode 100644 index 0000000000000000000000000000000000000000..90f47dc788f1f32f7fe0106d3b10755e217a8bad --- /dev/null +++ b/texts/2149d9fe-a9df-40ee-9e3b-60dce25f9cdc.txt @@ -0,0 +1 @@ +a cute pure white cat pose in front of the Peace Gate in Milan.The cat is wearing sunglasses.The weather is fine and the sky is blue. \ No newline at end of file diff --git a/texts/214a28ab-963f-4214-b1ab-98d59c1dd928.txt b/texts/214a28ab-963f-4214-b1ab-98d59c1dd928.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a604148a4f3f855c1e6963676784788f1c6659c --- /dev/null +++ b/texts/214a28ab-963f-4214-b1ab-98d59c1dd928.txt @@ -0,0 +1 @@ +fireworks.night."Trece <3 Kelsey"on the snow.handwrite \ No newline at end of file diff --git a/texts/21538383-11f2-4abb-9ae3-024540041c07.txt b/texts/21538383-11f2-4abb-9ae3-024540041c07.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8aafbd347c413b8f98b18196bbc2226a19efd87 --- /dev/null +++ b/texts/21538383-11f2-4abb-9ae3-024540041c07.txt @@ -0,0 +1 @@ +A white man is wearing a faded blue jacket with a black hoodie underneath, holding a beige horse with its eyes fixed on the camera. The character and horse stand in the center of the snow, half body at a 45 degree angle. \ No newline at end of file diff --git a/texts/2156488c-d124-444d-b5c5-8592acb84080.txt b/texts/2156488c-d124-444d-b5c5-8592acb84080.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c263665b4fbbac8eb411ea6b163ae749c2b90a3 --- /dev/null +++ b/texts/2156488c-d124-444d-b5c5-8592acb84080.txt @@ -0,0 +1 @@ +A rock sheep lit a fire on a snowy mountain at night \ No newline at end of file diff --git a/texts/21570180-ec54-4849-b044-7307e9a17845.txt b/texts/21570180-ec54-4849-b044-7307e9a17845.txt new file mode 100644 index 0000000000000000000000000000000000000000..696b3fd1c83c3f284907e6eb47e34e3246530594 --- /dev/null +++ b/texts/21570180-ec54-4849-b044-7307e9a17845.txt @@ -0,0 +1 @@ +A very cute calf (white, gray hair) is smiling at me. \ No newline at end of file diff --git a/texts/215d3789-5f2f-4b87-8a1f-38ee49737439.txt b/texts/215d3789-5f2f-4b87-8a1f-38ee49737439.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bac985f98f7f083d0bdb451231c06926c0f5e09 --- /dev/null +++ b/texts/215d3789-5f2f-4b87-8a1f-38ee49737439.txt @@ -0,0 +1 @@ +A couple wearing hello kitty headsets watch fireworks at sunset on the beach \ No newline at end of file diff --git a/texts/2165e9e0-1c4a-4b26-acd6-8f59bb21de8b.txt b/texts/2165e9e0-1c4a-4b26-acd6-8f59bb21de8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a73502258e318321d710cb2d0a6df361fe0a876f --- /dev/null +++ b/texts/2165e9e0-1c4a-4b26-acd6-8f59bb21de8b.txt @@ -0,0 +1 @@ +Snow,white cat, \ No newline at end of file diff --git a/texts/2173e079-f6ae-454e-b278-fa7f083004b1.txt b/texts/2173e079-f6ae-454e-b278-fa7f083004b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f86bec33715f20da7a47083103b1f3587ccd1fd6 --- /dev/null +++ b/texts/2173e079-f6ae-454e-b278-fa7f083004b1.txt @@ -0,0 +1 @@ +Green aliens are playing drums \ No newline at end of file diff --git a/texts/2177b319-e2d2-44f9-b7dd-2726451acdc1.txt b/texts/2177b319-e2d2-44f9-b7dd-2726451acdc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b5ecdfc476600010f9dedc3374835143a5563aa --- /dev/null +++ b/texts/2177b319-e2d2-44f9-b7dd-2726451acdc1.txt @@ -0,0 +1 @@ +A cute chocolate-colored long-haired dashd is skiing in the ski resort with the aurora and wooden house in the background. \ No newline at end of file diff --git a/texts/217f674c-04c7-44fa-a998-05cef7555315.txt b/texts/217f674c-04c7-44fa-a998-05cef7555315.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9ae203c970c1349ab07a3981b6082fdb3d51c2c --- /dev/null +++ b/texts/217f674c-04c7-44fa-a998-05cef7555315.txt @@ -0,0 +1 @@ +A young,cute Shiba play the electornic guitar \ No newline at end of file diff --git a/texts/2183f137-3921-4830-8ef1-e3e9b150a272.txt b/texts/2183f137-3921-4830-8ef1-e3e9b150a272.txt new file mode 100644 index 0000000000000000000000000000000000000000..f414157f386816856e6b21bed63177a412befc08 --- /dev/null +++ b/texts/2183f137-3921-4830-8ef1-e3e9b150a272.txt @@ -0,0 +1 @@ +Generate a close-up image of a black rectangular deep, wall-leaning trash can in the room, containing discarded brushes and paint boxes and rolled up painting paper \ No newline at end of file diff --git a/texts/21a078d3-3bab-47f2-98a5-ff989e124659.txt b/texts/21a078d3-3bab-47f2-98a5-ff989e124659.txt new file mode 100644 index 0000000000000000000000000000000000000000..156dc1a66c03901f723265a5328211216548e719 --- /dev/null +++ b/texts/21a078d3-3bab-47f2-98a5-ff989e124659.txt @@ -0,0 +1 @@ +In the empty corridor were many identical white doors, the walls and the ground were white, and in the dim light a sheep stood in the middle, strewn with red apples \ No newline at end of file diff --git a/texts/21a4abbd-a7dc-4d50-a516-603770b75220.txt b/texts/21a4abbd-a7dc-4d50-a516-603770b75220.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff6a78d35663b196a3cf27c9faa4ccdf37e18866 --- /dev/null +++ b/texts/21a4abbd-a7dc-4d50-a516-603770b75220.txt @@ -0,0 +1 @@ +A Fluffy White Cat Bushy Hair Eyes Big Round Pink Transparent Fairy Wings Flying In A Dreamy Pink Sky There's a Maltese on the ground \ No newline at end of file diff --git a/texts/21aea1c2-b5d5-4f77-8118-c3532292aaeb.txt b/texts/21aea1c2-b5d5-4f77-8118-c3532292aaeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bd33b1b3ce162a6ca5dd1558415de11e2ae4644 --- /dev/null +++ b/texts/21aea1c2-b5d5-4f77-8118-c3532292aaeb.txt @@ -0,0 +1 @@ +Fugitive kitty holds a glass of wine in front of an exploding volcano to salute her total freedom \ No newline at end of file diff --git a/texts/21afe7a2-9e9e-4e75-9d5d-1b5392eec44f.txt b/texts/21afe7a2-9e9e-4e75-9d5d-1b5392eec44f.txt new file mode 100644 index 0000000000000000000000000000000000000000..80c62ccc8d94d66312b931ab3391c2c82d0884d7 --- /dev/null +++ b/texts/21afe7a2-9e9e-4e75-9d5d-1b5392eec44f.txt @@ -0,0 +1 @@ +The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. A West Highland Terrier is playing with a black cat. \ No newline at end of file diff --git a/texts/21b867df-e40a-44a9-a7f6-73fa886d45f8.txt b/texts/21b867df-e40a-44a9-a7f6-73fa886d45f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d28654e6b84e4d63479dbfda8f4a7df9cee7c01 --- /dev/null +++ b/texts/21b867df-e40a-44a9-a7f6-73fa886d45f8.txt @@ -0,0 +1 @@ +There was a little golden pup in the snow at night with his front facing me and a pair of glowing wings on his back. \ No newline at end of file diff --git a/texts/21bafb74-6583-4ba5-ba0e-c6189720a15c.txt b/texts/21bafb74-6583-4ba5-ba0e-c6189720a15c.txt new file mode 100644 index 0000000000000000000000000000000000000000..678fb2adda8ffdb2d954be8d6cb5bf8e42df67f2 --- /dev/null +++ b/texts/21bafb74-6583-4ba5-ba0e-c6189720a15c.txt @@ -0,0 +1 @@ +A baby hold a long gun,marmot with carrots and corn,basket with breakfast \ No newline at end of file diff --git a/texts/21bda32c-a54c-4292-886f-c1f5ed767a09.txt b/texts/21bda32c-a54c-4292-886f-c1f5ed767a09.txt new file mode 100644 index 0000000000000000000000000000000000000000..5be087de7dde4eed4d72cb299b4eacebe5c637ff --- /dev/null +++ b/texts/21bda32c-a54c-4292-886f-c1f5ed767a09.txt @@ -0,0 +1 @@ +The silhouette of a cat with wings on its back, flying / rapidly blurring. \ No newline at end of file diff --git a/texts/21c34573-07f8-4a9a-9d71-d18856c6e455.txt b/texts/21c34573-07f8-4a9a-9d71-d18856c6e455.txt new file mode 100644 index 0000000000000000000000000000000000000000..11d56d0ae325a3ec883b1610c3522d80ed62aa03 --- /dev/null +++ b/texts/21c34573-07f8-4a9a-9d71-d18856c6e455.txt @@ -0,0 +1 @@ +In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and "HZB" written on the snow. \ No newline at end of file diff --git a/texts/21c52296-83ae-41d0-80bf-2dac463a8aa3.txt b/texts/21c52296-83ae-41d0-80bf-2dac463a8aa3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb2dcb32e17b20f137fe0f240faf98be942a9be0 --- /dev/null +++ b/texts/21c52296-83ae-41d0-80bf-2dac463a8aa3.txt @@ -0,0 +1 @@ +many fireworks,stars, and friend wear brown stripe pajamas in the party very happy the pajama have name is "muabomb" \ No newline at end of file diff --git a/texts/21d47069-7d24-4379-9cae-45f0da7c423a.txt b/texts/21d47069-7d24-4379-9cae-45f0da7c423a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fce6e8533e77c2aca2b77b498ac0340ae2d9a89 --- /dev/null +++ b/texts/21d47069-7d24-4379-9cae-45f0da7c423a.txt @@ -0,0 +1 @@ +HelloKitty, on a snowy day, it says cy in the snow \ No newline at end of file diff --git a/texts/21dae689-f67e-4398-aff8-b869863d87c1.txt b/texts/21dae689-f67e-4398-aff8-b869863d87c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..07fea63d035856480219984030fe6bbdb87fb11c --- /dev/null +++ b/texts/21dae689-f67e-4398-aff8-b869863d87c1.txt @@ -0,0 +1 @@ +A whimsical scene in the snow featuring a blue birthday cake with the number '1214' and the name 'RainRain' written on it, surrounded by an adorable puppy and a playful kitten \ No newline at end of file diff --git a/texts/21dd0881-9580-4b14-a1dc-4fa3080e4593.txt b/texts/21dd0881-9580-4b14-a1dc-4fa3080e4593.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9c63164dfd5a29662bee0cfa0278bfab3410b29 --- /dev/null +++ b/texts/21dd0881-9580-4b14-a1dc-4fa3080e4593.txt @@ -0,0 +1 @@ +A white, droopy-eared puppy with Bichon Frise and West Highland genes, running in the winter snow with a scarf around him \ No newline at end of file diff --git a/texts/21de87f1-cb61-461a-8462-e019cd6ac99f.txt b/texts/21de87f1-cb61-461a-8462-e019cd6ac99f.txt new file mode 100644 index 0000000000000000000000000000000000000000..62bbfcb61d5896295b12dea658b3d8282ebe1bb5 --- /dev/null +++ b/texts/21de87f1-cb61-461a-8462-e019cd6ac99f.txt @@ -0,0 +1 @@ +The heavy snow blocks the mountain, the old Taoist with a calm face, and the lost pigeon \ No newline at end of file diff --git a/texts/21e398b2-4872-413e-99df-8140c50b784d.txt b/texts/21e398b2-4872-413e-99df-8140c50b784d.txt new file mode 100644 index 0000000000000000000000000000000000000000..805154136cedefda817bfb81bb8a575ae54b4b7c --- /dev/null +++ b/texts/21e398b2-4872-413e-99df-8140c50b784d.txt @@ -0,0 +1 @@ +camera angles should be wide angle, a Santa Claus in red clothes is decorating a huge Christmas Tree in the Party \ No newline at end of file diff --git a/texts/21e94169-b65b-4a15-939c-b02fdb5d7a1c.txt b/texts/21e94169-b65b-4a15-939c-b02fdb5d7a1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..719fbec5f7707537200bc070b11650f9e5e08995 --- /dev/null +++ b/texts/21e94169-b65b-4a15-939c-b02fdb5d7a1c.txt @@ -0,0 +1 @@ +Butterflies are flying around outside the light yellow window. \ No newline at end of file diff --git a/texts/21fcd9a6-532d-45e6-a3a2-a6129b41da5f.txt b/texts/21fcd9a6-532d-45e6-a3a2-a6129b41da5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebd9e0d8f6137ea2a53d89f1b5e45a52fefdf94c --- /dev/null +++ b/texts/21fcd9a6-532d-45e6-a3a2-a6129b41da5f.txt @@ -0,0 +1 @@ +The monkey sits at the computer at his desk and drinks red wine elegantly \ No newline at end of file diff --git a/texts/2210b608-bbe0-4b3f-b751-5634af3b3dad.txt b/texts/2210b608-bbe0-4b3f-b751-5634af3b3dad.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c6236bff03939d3fdaaf4b90834729351359142 --- /dev/null +++ b/texts/2210b608-bbe0-4b3f-b751-5634af3b3dad.txt @@ -0,0 +1 @@ +The big Monsters in Ultraman are destroying Washington in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/221e489b-a36a-4358-a6ad-600f1b98baaf.txt b/texts/221e489b-a36a-4358-a6ad-600f1b98baaf.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8ca1feed1c14aaf551a23cde38a89fbd7342438 --- /dev/null +++ b/texts/221e489b-a36a-4358-a6ad-600f1b98baaf.txt @@ -0,0 +1 @@ +The kitten darted through the snow, its tiny paws leaving delicate prints on the soft, white blanket. Its fur, dusted with snowflakes, shimmered in the crisp winter sunlight. \ No newline at end of file diff --git a/texts/221ed9a8-a9f8-4f09-8ed8-065e2e292818.txt b/texts/221ed9a8-a9f8-4f09-8ed8-065e2e292818.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c7168f604ed8932ad4d7fec5a4d22614e98eebf --- /dev/null +++ b/texts/221ed9a8-a9f8-4f09-8ed8-065e2e292818.txt @@ -0,0 +1 @@ +A black cat with red hairpin is sitting in rain forest. . There are many fireflies. \ No newline at end of file diff --git a/texts/2222dd92-1b1c-4209-afd2-81d559f352f8.txt b/texts/2222dd92-1b1c-4209-afd2-81d559f352f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2be0efef8a8a066631dbafaaafae5d71bff569a6 --- /dev/null +++ b/texts/2222dd92-1b1c-4209-afd2-81d559f352f8.txt @@ -0,0 +1 @@ +Hello Kitty, write echo in the snow. There are fireworks and Christmas trees by the seaside \ No newline at end of file diff --git a/texts/22386430-a385-462d-a332-d39db11f0b19.txt b/texts/22386430-a385-462d-a332-d39db11f0b19.txt new file mode 100644 index 0000000000000000000000000000000000000000..e49514c0c320685b35de34587033c5bbbffcbce7 --- /dev/null +++ b/texts/22386430-a385-462d-a332-d39db11f0b19.txt @@ -0,0 +1 @@ +A golden retriever puppy is listening to music with a border collie puppy \ No newline at end of file diff --git a/texts/223eef8d-5e93-4aa2-9067-b01c8b1109fd.txt b/texts/223eef8d-5e93-4aa2-9067-b01c8b1109fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..046c1b4237ec3aa9ff6ad284a21ad570891d6cda --- /dev/null +++ b/texts/223eef8d-5e93-4aa2-9067-b01c8b1109fd.txt @@ -0,0 +1 @@ +An abandoned park with iron gates and stairs, with a kitten on the stairs. \ No newline at end of file diff --git a/texts/224a1203-f0e0-47cf-82db-a7ee33d9c1d8.txt b/texts/224a1203-f0e0-47cf-82db-a7ee33d9c1d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a18e78ea1a3f9d9d5a31de614966db30ed8ecdcb --- /dev/null +++ b/texts/224a1203-f0e0-47cf-82db-a7ee33d9c1d8.txt @@ -0,0 +1 @@ +I remember dreaming of a rainbow horse last night, taking me out of the window and flying over the grassland \ No newline at end of file diff --git a/texts/22510929-1c17-42b0-9cd3-efe8bcc34eb9.txt b/texts/22510929-1c17-42b0-9cd3-efe8bcc34eb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d9265d0920d45500d39b6b0d4bb96e6eda79ea8 --- /dev/null +++ b/texts/22510929-1c17-42b0-9cd3-efe8bcc34eb9.txt @@ -0,0 +1 @@ +Snow flowers \ No newline at end of file diff --git a/texts/225153f2-cab1-4748-9361-0aef8f91fd8d.txt b/texts/225153f2-cab1-4748-9361-0aef8f91fd8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..29b8894f044fc47eea38098f41e8ec96211b734a --- /dev/null +++ b/texts/225153f2-cab1-4748-9361-0aef8f91fd8d.txt @@ -0,0 +1 @@ +The hot air balloon floats in the air, and there is a cute dog in the hot air balloon, wearing flight gear. \ No newline at end of file diff --git a/texts/22562ff9-5d88-4cfd-8072-1678c6fe3bbb.txt b/texts/22562ff9-5d88-4cfd-8072-1678c6fe3bbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..81b8978a99c33ad8a8344d42468283436549b6c8 --- /dev/null +++ b/texts/22562ff9-5d88-4cfd-8072-1678c6fe3bbb.txt @@ -0,0 +1 @@ +A cute helloKitty in a white dress with lace trim, a green bow on her head, and a strawberry cake in her hand; HelloKitty is standing next to a Christmas tree. The Christmas tree is very beautiful and cute. There are many decorations on it. The whole scene has a snowy atmosphere. \ No newline at end of file diff --git a/texts/2259df40-4632-4759-b477-4039a1e6fc23.txt b/texts/2259df40-4632-4759-b477-4039a1e6fc23.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae62dcf3ac46c06e3e03ea881d81237edd811279 --- /dev/null +++ b/texts/2259df40-4632-4759-b477-4039a1e6fc23.txt @@ -0,0 +1 @@ +A real white lamb with dark glasses is sipping coffee in front of a mountain of dirty dishes \ No newline at end of file diff --git a/texts/225c1b2b-2315-43b5-9f9c-bd3429b10a41.txt b/texts/225c1b2b-2315-43b5-9f9c-bd3429b10a41.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b507bb48a6547086531b58152dbe826f1beb0c2 --- /dev/null +++ b/texts/225c1b2b-2315-43b5-9f9c-bd3429b10a41.txt @@ -0,0 +1 @@ +A yellow cat make wish to a snow dring Christmas \ No newline at end of file diff --git a/texts/2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf.txt b/texts/2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..bde8750816973ddaefc6ba777f0ad4f4bfc50209 --- /dev/null +++ b/texts/2266a970-3e9f-4c29-b3f5-ea1ea4cf68cf.txt @@ -0,0 +1 @@ +In the grass there was an Alaskan and a Samoyed sitting on a picnic mat and smiling \ No newline at end of file diff --git a/texts/226bb0ca-67a2-42f4-9529-6d176da9d3ce.txt b/texts/226bb0ca-67a2-42f4-9529-6d176da9d3ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b766355547bb8789d658e3c95092abb42f33bc2 --- /dev/null +++ b/texts/226bb0ca-67a2-42f4-9529-6d176da9d3ce.txt @@ -0,0 +1 @@ +There are big fireworks in the pink sky. hello Kitty is standing next to the Christmas tree with wine. irik and zhang are written on the beach. \ No newline at end of file diff --git a/texts/226fcb02-f211-4460-95f7-0679c0606b7e.txt b/texts/226fcb02-f211-4460-95f7-0679c0606b7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..62fe33696f2569fd19ca7bc336fa0e2abd117fff --- /dev/null +++ b/texts/226fcb02-f211-4460-95f7-0679c0606b7e.txt @@ -0,0 +1 @@ +There is a Christmas tree in the snowy sea, and there is a kitten wearing a Christmas hat next to the Christmas tree. cc is written in the snow. There are fireworks in the sky. \ No newline at end of file diff --git a/texts/227b3541-7a68-441d-98b8-3f447480f6fd.txt b/texts/227b3541-7a68-441d-98b8-3f447480f6fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..44273fe2bdd292de4db73108d24e6641c699e44c --- /dev/null +++ b/texts/227b3541-7a68-441d-98b8-3f447480f6fd.txt @@ -0,0 +1 @@ +On a snowy night, in the distance, there is the sea. A black-and-white kitten lies on thick white snow, with part of its body in the snow. The letters "ZC" are written on the snow, with paw prints scattered around. The scene features a melancholic blue night sky, with a dreamy effect and floating particles. The colors are highly saturated, with an overall blue-and-white color scheme. \ No newline at end of file diff --git a/texts/22808291-8479-48c9-9f65-ba273895bcb3.txt b/texts/22808291-8479-48c9-9f65-ba273895bcb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..df83ca0445c6bc012f8ed23adc23110573d16806 --- /dev/null +++ b/texts/22808291-8479-48c9-9f65-ba273895bcb3.txt @@ -0,0 +1 @@ +Snow on the beach, weird but beautiful . Flying in the dreams , stars by the pocketful. A white horse with black wings. Dreamy \ No newline at end of file diff --git a/texts/2285c9a7-c3ca-4144-86a8-127154913317.txt b/texts/2285c9a7-c3ca-4144-86a8-127154913317.txt new file mode 100644 index 0000000000000000000000000000000000000000..12e0336fc4a2dddbbed3e679230335ec11a07046 --- /dev/null +++ b/texts/2285c9a7-c3ca-4144-86a8-127154913317.txt @@ -0,0 +1 @@ +Night swan snow flash \ No newline at end of file diff --git a/texts/22896399-a041-4a47-ba1e-a899922dc258.txt b/texts/22896399-a041-4a47-ba1e-a899922dc258.txt new file mode 100644 index 0000000000000000000000000000000000000000..f30c23328cb789662924812d78ed286c2e8e321f --- /dev/null +++ b/texts/22896399-a041-4a47-ba1e-a899922dc258.txt @@ -0,0 +1 @@ +A cute panda and an orange cat are picking up shells by the seaside \ No newline at end of file diff --git a/texts/228c1428-c99f-4a71-b39e-c892a18f46c3.txt b/texts/228c1428-c99f-4a71-b39e-c892a18f46c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..57210ddbff140e3a8540067209d5b71410581b22 --- /dev/null +++ b/texts/228c1428-c99f-4a71-b39e-c892a18f46c3.txt @@ -0,0 +1 @@ + A yawning cat getting drunk in the bubbles of dreams with bottles of spirits beside \ No newline at end of file diff --git a/texts/2295a783-3fb2-417f-a664-c27f84157af6.txt b/texts/2295a783-3fb2-417f-a664-c27f84157af6.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd8ae1adbb206006eea03a3678ace06e23816cc --- /dev/null +++ b/texts/2295a783-3fb2-417f-a664-c27f84157af6.txt @@ -0,0 +1 @@ +Celebrate birthday for toys; alone atmosphere; no people in picture ; cake on the grass; sunset; \ No newline at end of file diff --git a/texts/229622af-e404-41f7-bae1-054f166912b1.txt b/texts/229622af-e404-41f7-bae1-054f166912b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8be96658558deb3915c42d4c4f12c618019f8d7 --- /dev/null +++ b/texts/229622af-e404-41f7-bae1-054f166912b1.txt @@ -0,0 +1 @@ +In the foreground of the snowy ground, two HelloKitty dolls were positioned slightly to the left of the middle. They were snuggling up to each other while wearing wedding gowns. The doll on the left was dressed in a groom's outfit consisting of a black suit and a white shirt, while the HelloKitty on the right was wearing a pure white bridal wedding dress. In the distance, fireworks were blooming. In the middle ground was the sea and an expanse of snow that stretched as far as the eye could see. There were also marks of "LF&LGY" on the snow-covered ground. The whole scene presented a warm and cozy atmosphere, with warm yellow light shining down. \ No newline at end of file diff --git a/texts/22991d40-842d-4720-8e4a-a06a0bdba60e.txt b/texts/22991d40-842d-4720-8e4a-a06a0bdba60e.txt new file mode 100644 index 0000000000000000000000000000000000000000..88da4087c0abf504635b8bea6937edd7697bbcb0 --- /dev/null +++ b/texts/22991d40-842d-4720-8e4a-a06a0bdba60e.txt @@ -0,0 +1 @@ +A Kuromi is on the beach, the sand has "WYP love SY" written in the sand, the word "love" is a love heart, the waves are lapping the beach, there are fireworks on the opposite bank \ No newline at end of file diff --git a/texts/229ba270-65b3-42ef-a193-d9c3b17019b6.txt b/texts/229ba270-65b3-42ef-a193-d9c3b17019b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ce076141fd17c15f1168dec1cb6e1bd17e12a79 --- /dev/null +++ b/texts/229ba270-65b3-42ef-a193-d9c3b17019b6.txt @@ -0,0 +1 @@ +A vivid and lovely spoon with a slim yes! Background is colorful and warm tint \ No newline at end of file diff --git a/texts/229d764e-b3c4-4366-bfaa-1b1df1e05e20.txt b/texts/229d764e-b3c4-4366-bfaa-1b1df1e05e20.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3c3c2594dacb809ceca9e9ce55cd93d6ab5bf52 --- /dev/null +++ b/texts/229d764e-b3c4-4366-bfaa-1b1df1e05e20.txt @@ -0,0 +1 @@ +A rose grew up out of ice frozen ground, with no one around to tweet it \ No newline at end of file diff --git a/texts/22a9af32-dfc1-46ee-acd6-a08ac40862f1.txt b/texts/22a9af32-dfc1-46ee-acd6-a08ac40862f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c6236bff03939d3fdaaf4b90834729351359142 --- /dev/null +++ b/texts/22a9af32-dfc1-46ee-acd6-a08ac40862f1.txt @@ -0,0 +1 @@ +The big Monsters in Ultraman are destroying Washington in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/22adc5dd-f1b9-480c-ad27-77efe4730261.txt b/texts/22adc5dd-f1b9-480c-ad27-77efe4730261.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b561a0ee13ee1be633cf56a985fc2266988674c --- /dev/null +++ b/texts/22adc5dd-f1b9-480c-ad27-77efe4730261.txt @@ -0,0 +1 @@ +Various dogs \ No newline at end of file diff --git a/texts/22c4b38d-d52e-4a34-b33e-130f8aa6e6c0.txt b/texts/22c4b38d-d52e-4a34-b33e-130f8aa6e6c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..869edc0ccfa129891ea15f153c95fb2877d6e3d4 --- /dev/null +++ b/texts/22c4b38d-d52e-4a34-b33e-130f8aa6e6c0.txt @@ -0,0 +1 @@ +A West Highland, wearing a red scarf and a Santa hat, stood in front of the Christmas tree, next to a pile of gift boxes. Butterfly \ No newline at end of file diff --git a/texts/22cb263a-b3b9-4c2d-871d-2e074092bb64.txt b/texts/22cb263a-b3b9-4c2d-871d-2e074092bb64.txt new file mode 100644 index 0000000000000000000000000000000000000000..075b602cfb5dd7796cde00f95573e5bf4497c8fe --- /dev/null +++ b/texts/22cb263a-b3b9-4c2d-871d-2e074092bb64.txt @@ -0,0 +1 @@ +Christmas tree, snow, bunny, pink roses, presents \ No newline at end of file diff --git a/texts/22d0fb10-92c7-49ba-800b-7117ad9acc43.txt b/texts/22d0fb10-92c7-49ba-800b-7117ad9acc43.txt new file mode 100644 index 0000000000000000000000000000000000000000..a374c3a7b81ed5f2d20349affebe81de0c61771f --- /dev/null +++ b/texts/22d0fb10-92c7-49ba-800b-7117ad9acc43.txt @@ -0,0 +1 @@ +A snake is drinking coffee in a house filled with tropical plants, with "UP" written on the coffee cup. \ No newline at end of file diff --git a/texts/22d82fc7-3138-431a-af8a-52e0d62b46a7.txt b/texts/22d82fc7-3138-431a-af8a-52e0d62b46a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..315def291368611f960d631b2d6cd1cd8892e721 --- /dev/null +++ b/texts/22d82fc7-3138-431a-af8a-52e0d62b46a7.txt @@ -0,0 +1 @@ +A silver shaded British Shorthair cat, wearing a Santa hat, is fishing by the river \ No newline at end of file diff --git a/texts/22d85933-5f5f-4788-9cf9-03c4db82f51b.txt b/texts/22d85933-5f5f-4788-9cf9-03c4db82f51b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb64c3f6a8301c38bb51ac5db04c0282005aef36 --- /dev/null +++ b/texts/22d85933-5f5f-4788-9cf9-03c4db82f51b.txt @@ -0,0 +1 @@ +May I dance with you like this \ No newline at end of file diff --git a/texts/22e186e1-c006-4a10-b6f1-cbf486e3773b.txt b/texts/22e186e1-c006-4a10-b6f1-cbf486e3773b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf02f227c9a7a52f5f2c6646e8f7db8c122c2e2e --- /dev/null +++ b/texts/22e186e1-c006-4a10-b6f1-cbf486e3773b.txt @@ -0,0 +1 @@ +A white cute kitten sitting in front of the computer and working \ No newline at end of file diff --git a/texts/22f1d571-b9a7-4704-a51d-67bbf9f09833.txt b/texts/22f1d571-b9a7-4704-a51d-67bbf9f09833.txt new file mode 100644 index 0000000000000000000000000000000000000000..7be1b45b034843893aa37766232fe56f49f405a5 --- /dev/null +++ b/texts/22f1d571-b9a7-4704-a51d-67bbf9f09833.txt @@ -0,0 +1 @@ +A Hello Kitty doll wearing airpods max headphones diligently wrote a test paper next to a large Starbucks coffee \ No newline at end of file diff --git a/texts/22f8a40c-209b-4a1b-b71a-ddab318caeda.txt b/texts/22f8a40c-209b-4a1b-b71a-ddab318caeda.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7a95cef472fd3356b872c66765645e49bceea69 --- /dev/null +++ b/texts/22f8a40c-209b-4a1b-b71a-ddab318caeda.txt @@ -0,0 +1 @@ +A little cute Hello Kitty on a beach by sea holding a cake with 1211 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/230064f5-b392-4eea-912f-c6d211aa54bf.txt b/texts/230064f5-b392-4eea-912f-c6d211aa54bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ef37310eb4dc164b215d1b25a03b35f2a63cd48 --- /dev/null +++ b/texts/230064f5-b392-4eea-912f-c6d211aa54bf.txt @@ -0,0 +1 @@ +A black unicorn on the water \ No newline at end of file diff --git a/texts/230127ea-b59c-418b-954f-4b9cb11d73e3.txt b/texts/230127ea-b59c-418b-954f-4b9cb11d73e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6259a26b5162ebbfb654e5c68d1a83c5ebfce67 --- /dev/null +++ b/texts/230127ea-b59c-418b-954f-4b9cb11d73e3.txt @@ -0,0 +1 @@ +Lunar New Year Party Invitation with Lantern Design \ No newline at end of file diff --git a/texts/23041895-7725-45de-aefd-1fbb44b43641.txt b/texts/23041895-7725-45de-aefd-1fbb44b43641.txt new file mode 100644 index 0000000000000000000000000000000000000000..3075d753f42a20446ec20a448171061765f0b3e2 --- /dev/null +++ b/texts/23041895-7725-45de-aefd-1fbb44b43641.txt @@ -0,0 +1 @@ +A pink sky is snowing, a Hello Kitty has a sunflower next to it, and in front of the sunflower is a name tag that says YXT \ No newline at end of file diff --git a/texts/2309e4bf-ca50-4e31-85f7-5d3cdde48e4e.txt b/texts/2309e4bf-ca50-4e31-85f7-5d3cdde48e4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d76541b3814507ed08bdf3b286bb7400062b4d4c --- /dev/null +++ b/texts/2309e4bf-ca50-4e31-85f7-5d3cdde48e4e.txt @@ -0,0 +1 @@ +On Christmas Day, when the sky was full of stars, and the maiden slept in a little bed in the attic, guarded by a little bear, and the thick quilt of crushed cotton \ No newline at end of file diff --git a/texts/230a8b83-1daf-4e47-84cb-1a3bfc9226ad.txt b/texts/230a8b83-1daf-4e47-84cb-1a3bfc9226ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c8eb2c86ab8095891e15a01031b45278e997417 --- /dev/null +++ b/texts/230a8b83-1daf-4e47-84cb-1a3bfc9226ad.txt @@ -0,0 +1 @@ +A quokka in the middle of the night studying for final exams \ No newline at end of file diff --git a/texts/231a4694-5541-46ae-91da-d399483d56bd.txt b/texts/231a4694-5541-46ae-91da-d399483d56bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..30235082e2f8be4f9de446706592c40dd3e8cab5 --- /dev/null +++ b/texts/231a4694-5541-46ae-91da-d399483d56bd.txt @@ -0,0 +1 @@ +sporty asian man wears all black sport Headband with no logo in Commercial photography \ No newline at end of file diff --git a/texts/23212edc-3525-48d0-958f-a43cf1290d14.txt b/texts/23212edc-3525-48d0-958f-a43cf1290d14.txt new file mode 100644 index 0000000000000000000000000000000000000000..751a6a03ff2d21dd35e3b6a217f1be6ebb208f0c --- /dev/null +++ b/texts/23212edc-3525-48d0-958f-a43cf1290d14.txt @@ -0,0 +1 @@ +Rosy-faced lovebird wearing a Santa hat stands under the snow-capped mountains at sunset. \ No newline at end of file diff --git a/texts/2325cf9d-f33a-41ac-a346-25de2956f0e6.txt b/texts/2325cf9d-f33a-41ac-a346-25de2956f0e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4794edf7a881a8844656e1dd4de64c533652f1c5 --- /dev/null +++ b/texts/2325cf9d-f33a-41ac-a346-25de2956f0e6.txt @@ -0,0 +1 @@ +glasses \ No newline at end of file diff --git a/texts/232801a0-9119-4e55-bf87-302c36542785.txt b/texts/232801a0-9119-4e55-bf87-302c36542785.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dc237ab4d32dcc59ee83ae39cf7c0cfa12aac7d --- /dev/null +++ b/texts/232801a0-9119-4e55-bf87-302c36542785.txt @@ -0,0 +1 @@ +The sand on the beach is its normal color, and the seascape occupies a larger portion of the shot. \ No newline at end of file diff --git a/texts/232fcd2f-22ac-423c-9c11-fb854c2a03c8.txt b/texts/232fcd2f-22ac-423c-9c11-fb854c2a03c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..168c9d56ec67b577f57b8257c768b019feed6bd4 --- /dev/null +++ b/texts/232fcd2f-22ac-423c-9c11-fb854c2a03c8.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance. A white hello Kitty is holding a birthday cake. The number "1214" is written on the cake, and the word "Nicole Happy Birthday" is next to it. Fireworks are blooming in the background, full of celebration atmosphere. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/23335c48-67da-4d0d-a70b-288553e8f2dc.txt b/texts/23335c48-67da-4d0d-a70b-288553e8f2dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..d74fabfe3907201e517232e3f522195725b80a74 --- /dev/null +++ b/texts/23335c48-67da-4d0d-a70b-288553e8f2dc.txt @@ -0,0 +1 @@ +Water the flowers in the old house. \ No newline at end of file diff --git a/texts/233366b3-b510-4b8c-a85c-c6e7dd81d234.txt b/texts/233366b3-b510-4b8c-a85c-c6e7dd81d234.txt new file mode 100644 index 0000000000000000000000000000000000000000..a030354071840610e72a9f7681be657d51db8f28 --- /dev/null +++ b/texts/233366b3-b510-4b8c-a85c-c6e7dd81d234.txt @@ -0,0 +1 @@ +A Samoye with glasses is playing with bubbles in the snow, and there is the word xyt on the snow. \ No newline at end of file diff --git a/texts/233a84cc-e1b7-4595-81db-a8758e766c96.txt b/texts/233a84cc-e1b7-4595-81db-a8758e766c96.txt new file mode 100644 index 0000000000000000000000000000000000000000..23ef567a3a33706e7f7c094617443eceb2384e67 --- /dev/null +++ b/texts/233a84cc-e1b7-4595-81db-a8758e766c96.txt @@ -0,0 +1 @@ +A black cat wearing a pink scarf works on a computer under the aurora \ No newline at end of file diff --git a/texts/23404d26-28d9-4078-bd30-975e202b502d.txt b/texts/23404d26-28d9-4078-bd30-975e202b502d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b188eff06f61c2a54dadfc7e4ee87c71642a2e8 --- /dev/null +++ b/texts/23404d26-28d9-4078-bd30-975e202b502d.txt @@ -0,0 +1 @@ +A flying kitten with wings \ No newline at end of file diff --git a/texts/23421d38-1902-417d-90d6-359e98e43ab7.txt b/texts/23421d38-1902-417d-90d6-359e98e43ab7.txt new file mode 100644 index 0000000000000000000000000000000000000000..123d8479c855bb9424ab40a8b6f34b4003d032d4 --- /dev/null +++ b/texts/23421d38-1902-417d-90d6-359e98e43ab7.txt @@ -0,0 +1 @@ +The figure is a white cat with a pink floral head and yellow sunglasses. It is sitting on a red armrest chair, the right claw holds a white cup, it seems to enjoy leisurely drink. In the background, there are a few meteor clamps in the sky, and there is also a fire in the distance, forming a strong contrast of tranquility and chaos. The overall atmosphere seems to be more realistic and humorous. \ No newline at end of file diff --git a/texts/234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee.txt b/texts/234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..469151dc680da85aaf6d1f6b6360eb697e65d9f1 --- /dev/null +++ b/texts/234fd5b3-65ea-4cab-9c68-3b3c9a2ca3ee.txt @@ -0,0 +1 @@ +A black cat in a bubble floats in the blue sky with a pair of bat wings \ No newline at end of file diff --git a/texts/23616673-9e53-4e82-8906-db18bf75d66d.txt b/texts/23616673-9e53-4e82-8906-db18bf75d66d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6234971779e28db0d045de04223c0319b3f0eab4 --- /dev/null +++ b/texts/23616673-9e53-4e82-8906-db18bf75d66d.txt @@ -0,0 +1 @@ +American Shortcat, Christmas, Ice American coffee \ No newline at end of file diff --git a/texts/2364ab06-e125-4546-88b4-34ad0d98e28f.txt b/texts/2364ab06-e125-4546-88b4-34ad0d98e28f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f38e0c86a3b3ec2f2114506db29b1aa546d7dcb --- /dev/null +++ b/texts/2364ab06-e125-4546-88b4-34ad0d98e28f.txt @@ -0,0 +1 @@ +a british shprthair cat seating in the snowing outdoor wearing christmas hat and red scarf looking at a cake on the snowfield \ No newline at end of file diff --git a/texts/236877d0-f78f-4141-bddb-e8c3dc998e95.txt b/texts/236877d0-f78f-4141-bddb-e8c3dc998e95.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9282feb1ed630ca18bd98b29001f0939e4d7ae9 --- /dev/null +++ b/texts/236877d0-f78f-4141-bddb-e8c3dc998e95.txt @@ -0,0 +1 @@ +A cat with glasses and a curly haired dog wearing a black woolen hat sit in the snow \ No newline at end of file diff --git a/texts/236d376d-a266-4472-a76d-b47b68140371.txt b/texts/236d376d-a266-4472-a76d-b47b68140371.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1b235b7fdfc1563ef94803054b02c2c263d04dd --- /dev/null +++ b/texts/236d376d-a266-4472-a76d-b47b68140371.txt @@ -0,0 +1 @@ +a cute club \ No newline at end of file diff --git a/texts/23705696-1b69-4fe8-8e80-b874a40976fb.txt b/texts/23705696-1b69-4fe8-8e80-b874a40976fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a719a2d14cf71260dff9f3ae4e8ea646a3973ba6 --- /dev/null +++ b/texts/23705696-1b69-4fe8-8e80-b874a40976fb.txt @@ -0,0 +1 @@ +Hello Kitty in a space suit is skiing. \ No newline at end of file diff --git a/texts/23756f06-ce7d-487d-80a1-0605a3dc87cc.txt b/texts/23756f06-ce7d-487d-80a1-0605a3dc87cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..da2b1c8bfbffb7b99ab969e5f5e2e05a88145eea --- /dev/null +++ b/texts/23756f06-ce7d-487d-80a1-0605a3dc87cc.txt @@ -0,0 +1 @@ +A tranquil and sunlit vintage-inspired room, where a white cat with bright blue eyes playfully bats at a few pink butterflies that flit around it. The room is decorated with a mix of cozy and antique furniture, creating a warm and inviting atmosphere. The walls are adorned with a collection of black-and-white photographs, and the phrase 'are u ok' is subtly incorporated as a watermark on the image. The focus is on the cat and the butterflies, with no human figures or body parts visible, capturing a serene and playful moment in the room. \ No newline at end of file diff --git a/texts/237638e3-35b8-4665-acc3-a7a4920f08fa.txt b/texts/237638e3-35b8-4665-acc3-a7a4920f08fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f50d0fe60b4ad5133b99c06fe4dda4b2868717c1 --- /dev/null +++ b/texts/237638e3-35b8-4665-acc3-a7a4920f08fa.txt @@ -0,0 +1 @@ + aurora, the swan in the lake \ No newline at end of file diff --git a/texts/23930966-8e9e-4683-941e-caf786eb821b.txt b/texts/23930966-8e9e-4683-941e-caf786eb821b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2185a0b3fc48d11c7840550245d9e8ce50260cc --- /dev/null +++ b/texts/23930966-8e9e-4683-941e-caf786eb821b.txt @@ -0,0 +1 @@ +Streets of Hong Kong \ No newline at end of file diff --git a/texts/2399b76d-429f-4c80-bfd5-4b33f456cceb.txt b/texts/2399b76d-429f-4c80-bfd5-4b33f456cceb.txt new file mode 100644 index 0000000000000000000000000000000000000000..44cc6537c339a7542b9e9e52ef06f66ea2914316 --- /dev/null +++ b/texts/2399b76d-429f-4c80-bfd5-4b33f456cceb.txt @@ -0,0 +1 @@ +A stone statue at the bottom of the sea was covered with moss. The water is blue and there are fish of all colors swimming around. \ No newline at end of file diff --git a/texts/239b7e48-4a66-4489-a16d-c554416bdc1a.txt b/texts/239b7e48-4a66-4489-a16d-c554416bdc1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..13e68015e9df4786580a9e0b10b72c08728ae746 --- /dev/null +++ b/texts/239b7e48-4a66-4489-a16d-c554416bdc1a.txt @@ -0,0 +1 @@ +Hello Kitty is in the snow, snowing, blue sky, with the letter ophen28 \ No newline at end of file diff --git a/texts/239e17af-651c-4176-b2ab-dd1ef069c0e4.txt b/texts/239e17af-651c-4176-b2ab-dd1ef069c0e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..624ab37967107940cd3872258f0a78325bd420d5 --- /dev/null +++ b/texts/239e17af-651c-4176-b2ab-dd1ef069c0e4.txt @@ -0,0 +1 @@ +In the distance is Mount Fuji, next to which is a Christmas tree full of lights, two hello kitty dolls, playing with fairy wand and fireworks in the sky. \ No newline at end of file diff --git a/texts/23a80a5e-f0de-4f21-982b-6a6b329fed08.txt b/texts/23a80a5e-f0de-4f21-982b-6a6b329fed08.txt new file mode 100644 index 0000000000000000000000000000000000000000..d61e9cbbc75b8663fd61135648c7d2b987178803 --- /dev/null +++ b/texts/23a80a5e-f0de-4f21-982b-6a6b329fed08.txt @@ -0,0 +1 @@ +A bunch of West Highlanders are having a party. \ No newline at end of file diff --git a/texts/23aad04a-8de9-4b00-8964-fdf0f788e890.txt b/texts/23aad04a-8de9-4b00-8964-fdf0f788e890.txt new file mode 100644 index 0000000000000000000000000000000000000000..145c52b9ab4550d76a437a681d7d59e7f13589dc --- /dev/null +++ b/texts/23aad04a-8de9-4b00-8964-fdf0f788e890.txt @@ -0,0 +1 @@ +hello kitty stands in a snow-covered forest with a red river in the middle of it, and a lightning bolt appears in the sky that says 816N \ No newline at end of file diff --git a/texts/23ae2ca1-812d-4440-8850-0da1e452bde6.txt b/texts/23ae2ca1-812d-4440-8850-0da1e452bde6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef1859c1086aa04ad262fa08323b9521d296f487 --- /dev/null +++ b/texts/23ae2ca1-812d-4440-8850-0da1e452bde6.txt @@ -0,0 +1 @@ +A white rabbit is learning how to draw \ No newline at end of file diff --git a/texts/23b50cc5-a421-49a1-836e-af39530ae45b.txt b/texts/23b50cc5-a421-49a1-836e-af39530ae45b.txt new file mode 100644 index 0000000000000000000000000000000000000000..85b77976ed600765395bc2b22db3bb97e1544ede --- /dev/null +++ b/texts/23b50cc5-a421-49a1-836e-af39530ae45b.txt @@ -0,0 +1 @@ +An all-white snowy landscape, with a silver katana lying on the snow and red petals drifting down around it. \ No newline at end of file diff --git a/texts/23bf1691-b64d-40b0-9b1d-0ac66712116a.txt b/texts/23bf1691-b64d-40b0-9b1d-0ac66712116a.txt new file mode 100644 index 0000000000000000000000000000000000000000..60446d5fee71073861b916cb89cfc2b5086b879c --- /dev/null +++ b/texts/23bf1691-b64d-40b0-9b1d-0ac66712116a.txt @@ -0,0 +1 @@ +A black cat and a white cat, wearing blue butterfly wings, sat in the snow, with trees in the distance and glowing bubbles in the sky \ No newline at end of file diff --git a/texts/23ca75eb-0d1a-4b0c-826e-3ac4b18a0922.txt b/texts/23ca75eb-0d1a-4b0c-826e-3ac4b18a0922.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccc4d9f40769b58d11edea1286a43aba4ea277f8 --- /dev/null +++ b/texts/23ca75eb-0d1a-4b0c-826e-3ac4b18a0922.txt @@ -0,0 +1 @@ +A yellow white American Cocker Spaniel and a Hallo Kitty \ No newline at end of file diff --git a/texts/23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d.txt b/texts/23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..526d73f4550fccc0d93aceb30b3f36961d19c47b --- /dev/null +++ b/texts/23ce00f4-022c-40d5-ad76-bfcbb0ee1e4d.txt @@ -0,0 +1 @@ +A cute little black cat, punk style, A cute little black cat, punk style \ No newline at end of file diff --git a/texts/23d3e0ec-897f-474b-80b6-d9c85219d607.txt b/texts/23d3e0ec-897f-474b-80b6-d9c85219d607.txt new file mode 100644 index 0000000000000000000000000000000000000000..905a8e0aebb20e830bae1eb5f0f5cb1d08876e1d --- /dev/null +++ b/texts/23d3e0ec-897f-474b-80b6-d9c85219d607.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "YYW" written on the ground. There is also a Cheis tree beside doll. \ No newline at end of file diff --git a/texts/23d92c44-018e-49a9-848d-ca14b5eeafa1.txt b/texts/23d92c44-018e-49a9-848d-ca14b5eeafa1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5924c5b54255861ee126cc6da9d1fcfaddc77b6 --- /dev/null +++ b/texts/23d92c44-018e-49a9-848d-ca14b5eeafa1.txt @@ -0,0 +1 @@ +A deer running on a light green lawn \ No newline at end of file diff --git a/texts/23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad.txt b/texts/23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..684c4fddc3ade72d45ded3c20376efe8fd956a2e --- /dev/null +++ b/texts/23dcd8df-f2b9-47bc-8d2a-47ddf84f68ad.txt @@ -0,0 +1 @@ +At night, the sky is dark blue, simulating a melancholy blue night view. There should be snowflakes falling in the scene, simulating the effect of snowing. There should be an ocean in the distance. The sea surface is calm and reflects the blue light of the night sky. There should be a light particle effect in the picture, simulating a dreamlike flash of light and shadow. Snowflakes should be delicate and shiny, contrasting with the dark blue background. There is the word "ROMI" in the snow. The surface of the ocean should have a slight sparkling effect, increasing the sense of hierarchy. Light particles should be randomly distributed, with moderate brightness, and should not be too bright to maintain the overall melancholy blue tone. The overall style should be dreamy and slightly melancholy, creating a quiet and mysterious atmosphere. The main color is dark blue, supplemented by the cold tone of white snowflakes and light particles to enhance the coldness of the night scene. \ No newline at end of file diff --git a/texts/23de2a5e-7011-4d31-954e-2aaaaadd9cc3.txt b/texts/23de2a5e-7011-4d31-954e-2aaaaadd9cc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b263487785b7b3d6765d7fb1d9d723fe91046b53 --- /dev/null +++ b/texts/23de2a5e-7011-4d31-954e-2aaaaadd9cc3.txt @@ -0,0 +1 @@ +a capybara sits calmly in the office. behind is a computer exploding \ No newline at end of file diff --git a/texts/23e37f8a-8199-4c38-b618-7d0c124fad75.txt b/texts/23e37f8a-8199-4c38-b618-7d0c124fad75.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd3d5037d95c7a302b03c7a9cf0b150a19ad3472 --- /dev/null +++ b/texts/23e37f8a-8199-4c38-b618-7d0c124fad75.txt @@ -0,0 +1 @@ +A West Highland and a long-haired dachshund puppy wearing Mickey's hat are walking in the snow, where a few pine nuts are scattered \ No newline at end of file diff --git a/texts/23faa4f4-4d6f-4f7b-a082-33672dbce90c.txt b/texts/23faa4f4-4d6f-4f7b-a082-33672dbce90c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a926e6a055c08d5299e330145a547202fe18195d --- /dev/null +++ b/texts/23faa4f4-4d6f-4f7b-a082-33672dbce90c.txt @@ -0,0 +1 @@ +A women,elephant,straight bang,looking at viewers,amusement park,stars,grey dog \ No newline at end of file diff --git a/texts/2418fb24-43bf-4794-a435-0438b1d2cf19.txt b/texts/2418fb24-43bf-4794-a435-0438b1d2cf19.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4fbabb5c540288ad5138c005d259b92df87bc33 --- /dev/null +++ b/texts/2418fb24-43bf-4794-a435-0438b1d2cf19.txt @@ -0,0 +1 @@ +hello kitty walking in Neon Lights and Gloomy Cities, A stark contrast between high technology and low living standards, characterized by neon-lit streets, perpetual rain, and dilapidated urban settings. \ No newline at end of file diff --git a/texts/242ab6bf-1b4c-4bbe-a5c7-124696a1d457.txt b/texts/242ab6bf-1b4c-4bbe-a5c7-124696a1d457.txt new file mode 100644 index 0000000000000000000000000000000000000000..23d8995c1f2ac1f90152f8661c72cb58e15a5ccc --- /dev/null +++ b/texts/242ab6bf-1b4c-4bbe-a5c7-124696a1d457.txt @@ -0,0 +1 @@ +The curved moon in the sky.snowy mountains and lakes on the ground with strawberry cake and purple grapes \ No newline at end of file diff --git a/texts/243ba302-ae78-44f0-acea-ed4d785a7679.txt b/texts/243ba302-ae78-44f0-acea-ed4d785a7679.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad3c84e13e33b7a8dbb56665627851f9f987e106 --- /dev/null +++ b/texts/243ba302-ae78-44f0-acea-ed4d785a7679.txt @@ -0,0 +1 @@ +black white cats in hotel swimming pool filled with color balls \ No newline at end of file diff --git a/texts/2442d2e3-d062-4898-b69a-94ba985fe617.txt b/texts/2442d2e3-d062-4898-b69a-94ba985fe617.txt new file mode 100644 index 0000000000000000000000000000000000000000..e771437391d9f9138f78d0815824c294e75b1bd1 --- /dev/null +++ b/texts/2442d2e3-d062-4898-b69a-94ba985fe617.txt @@ -0,0 +1 @@ +One lovely furry dog take a bathe happily \ No newline at end of file diff --git a/texts/24444218-5a14-4299-ab44-fd8e58a80e7c.txt b/texts/24444218-5a14-4299-ab44-fd8e58a80e7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..84ce3d7a7ee56b841946f36e547e1bc3b5f9e67a --- /dev/null +++ b/texts/24444218-5a14-4299-ab44-fd8e58a80e7c.txt @@ -0,0 +1 @@ +A Chinese man is at the foot of Mount Fuji, wearing a black ski suit with skis next to him. The sky is pink and birds are flying in the sky. The man's face is facing the camera, and it's raining and snowing \ No newline at end of file diff --git a/texts/244afd9d-072a-40dd-beef-20ba05479365.txt b/texts/244afd9d-072a-40dd-beef-20ba05479365.txt new file mode 100644 index 0000000000000000000000000000000000000000..43593cae3255428882429e80b543eb10847b9d74 --- /dev/null +++ b/texts/244afd9d-072a-40dd-beef-20ba05479365.txt @@ -0,0 +1 @@ +In summer, on the beach, Hello Kitty is sitting under a coconut tree, wearing a shell-style swimsuit, with the endless clear sea in the background. \ No newline at end of file diff --git a/texts/246870f2-fc41-4a87-8df8-3b92e1f473b6.txt b/texts/246870f2-fc41-4a87-8df8-3b92e1f473b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4793a4a1a7e5483bac72cc5ac605541b363f2922 --- /dev/null +++ b/texts/246870f2-fc41-4a87-8df8-3b92e1f473b6.txt @@ -0,0 +1 @@ +A white kitten in the snow with a scarf around its neck, with a butterfly resting on its nose. \ No newline at end of file diff --git a/texts/247cee58-5d0f-48c1-84dd-85a024730725.txt b/texts/247cee58-5d0f-48c1-84dd-85a024730725.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bb818745b0d818eaed9dc52400e89f7ac071fe8 --- /dev/null +++ b/texts/247cee58-5d0f-48c1-84dd-85a024730725.txt @@ -0,0 +1 @@ +A Hello Kitty wearing a pink dress, holding a beautiful white dress and taking a full-length mirror in a ruined area. \ No newline at end of file diff --git a/texts/2481ae7b-0baf-475c-b13f-a4cc499be0d8.txt b/texts/2481ae7b-0baf-475c-b13f-a4cc499be0d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7d231a403678bb7d85b58b71bc655f28fff36e9 --- /dev/null +++ b/texts/2481ae7b-0baf-475c-b13f-a4cc499be0d8.txt @@ -0,0 +1 @@ +When you launch the AR experience, a scene unfolds. Outside the window, a pear tree stands with its branches outstretched. The pear blossoms, like snow, have a frosty edge. Petals flutter wildly in the wind, some skimming the window ledge, full of reluctance. Inside, the room is dim and disarrayed. Furniture is strewn about, walls scratched, and the floor dirty, exuding decay. The beautiful blossoms contrast sharply with the room's squalor. They seem to strive to pierce the divide, reaching in with a fierce grace, only to graze the window frame, leaving a cold, lonely white in the gloom and a tinge of melancholy. \ No newline at end of file diff --git a/texts/249410d8-795d-480c-995f-9843687ee1fc.txt b/texts/249410d8-795d-480c-995f-9843687ee1fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c601139873866cba6c5e110bdfb7dba5edc9af5 --- /dev/null +++ b/texts/249410d8-795d-480c-995f-9843687ee1fc.txt @@ -0,0 +1 @@ +Two cats wearing party hats celebrating birthday on a couch \ No newline at end of file diff --git a/texts/249d5ad8-d836-4729-8145-1aea44eb2e30.txt b/texts/249d5ad8-d836-4729-8145-1aea44eb2e30.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a3d134f6db6ceed1ca0648583074a4bc1c4ef3b --- /dev/null +++ b/texts/249d5ad8-d836-4729-8145-1aea44eb2e30.txt @@ -0,0 +1 @@ +In a peaceful dusk or dawn, the sky presents a gradient of colors from pink to blue. A small boat floats on the calm water, with two white puppies wearing birthday hats sitting side by side, looking very cute. There are two glowing cones in front of the boat, emitting a soft light. In the distance are rolling mountains, and the whole scene is filled with a warm and peaceful atmosphere. \ No newline at end of file diff --git a/texts/24a17c0e-a051-4bdf-ab72-6ce8fd278f8c.txt b/texts/24a17c0e-a051-4bdf-ab72-6ce8fd278f8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dca21117e07908be05d2ff182a648811cd9e2be --- /dev/null +++ b/texts/24a17c0e-a051-4bdf-ab72-6ce8fd278f8c.txt @@ -0,0 +1 @@ +An orange Maine Coon cat is gliding through the sky with a gray Maine Coon cat and a long-haired Ragdoll cat while parasailing over a forested mountain range under a clear blue sky. \ No newline at end of file diff --git a/texts/24a30348-9d87-4881-a5aa-2a205d53321e.txt b/texts/24a30348-9d87-4881-a5aa-2a205d53321e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8504ed130f7ad5f9ea3bf8cd2b00ed2f18fa7fb --- /dev/null +++ b/texts/24a30348-9d87-4881-a5aa-2a205d53321e.txt @@ -0,0 +1 @@ +Baby Panda drink wine \ No newline at end of file diff --git a/texts/24a307fd-1474-47d3-a2fd-3f1033456fc8.txt b/texts/24a307fd-1474-47d3-a2fd-3f1033456fc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..41c598a872e52f6e6f882d0d147cf0876144b3c1 --- /dev/null +++ b/texts/24a307fd-1474-47d3-a2fd-3f1033456fc8.txt @@ -0,0 +1 @@ +White bichon frises and a cats are \ No newline at end of file diff --git a/texts/24a380fe-6999-446e-98ca-9c792b1845e0.txt b/texts/24a380fe-6999-446e-98ca-9c792b1845e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aa4b1fcae919c1092332160c5cf9fb615167ffe --- /dev/null +++ b/texts/24a380fe-6999-446e-98ca-9c792b1845e0.txt @@ -0,0 +1 @@ +A furry ragdoll cat, with a balck face and a black nose as well as white paws, wearing stylish red sunglasses and a santa hat, skis on the snowfield in the Alps while working with a laptop \ No newline at end of file diff --git a/texts/24a3960e-be7c-440b-abb0-97eb6f581f67.txt b/texts/24a3960e-be7c-440b-abb0-97eb6f581f67.txt new file mode 100644 index 0000000000000000000000000000000000000000..9353a1d29b7b4626f0c965fa1e5be3ed40f731a7 --- /dev/null +++ b/texts/24a3960e-be7c-440b-abb0-97eb6f581f67.txt @@ -0,0 +1 @@ +A dachshund wearing a Christmas hat beside a real and big and decorated christmas tree in the snow, with some colorful Christmas gifts (with silk ribbon) beside it. \ No newline at end of file diff --git a/texts/24a3cad0-88a4-431d-a99b-1d12dae99389.txt b/texts/24a3cad0-88a4-431d-a99b-1d12dae99389.txt new file mode 100644 index 0000000000000000000000000000000000000000..683465704915a9f31c3d0fc5f8fe05ba6d7b2381 --- /dev/null +++ b/texts/24a3cad0-88a4-431d-a99b-1d12dae99389.txt @@ -0,0 +1 @@ +White Rabbit Grey Rabbit Blows Bubbles \ No newline at end of file diff --git a/texts/24afd269-b4ed-4896-bc1c-6c116b8e1087.txt b/texts/24afd269-b4ed-4896-bc1c-6c116b8e1087.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1fff7e9b84e74b0429a1471f94ed5e5a3f945be --- /dev/null +++ b/texts/24afd269-b4ed-4896-bc1c-6c116b8e1087.txt @@ -0,0 +1 @@ +a lovely cat seat down at sofa \ No newline at end of file diff --git a/texts/24b2846f-4cd7-4ea2-91ce-b15c19ec2a85.txt b/texts/24b2846f-4cd7-4ea2-91ce-b15c19ec2a85.txt new file mode 100644 index 0000000000000000000000000000000000000000..1676d27d46eb21be48d499157260e1c5d59af6b7 --- /dev/null +++ b/texts/24b2846f-4cd7-4ea2-91ce-b15c19ec2a85.txt @@ -0,0 +1 @@ +Hello Kitty's birthday was at the seaside, and the cake was written 1109. \ No newline at end of file diff --git a/texts/24c6048e-03ea-4309-808a-356968927388.txt b/texts/24c6048e-03ea-4309-808a-356968927388.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee73cc3090dbc194e58dd0d6b40ec68c182734f --- /dev/null +++ b/texts/24c6048e-03ea-4309-808a-356968927388.txt @@ -0,0 +1 @@ +a back view of six different size of ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them \ No newline at end of file diff --git a/texts/24c98abc-2c36-4a5b-aded-9fa315b95a1e.txt b/texts/24c98abc-2c36-4a5b-aded-9fa315b95a1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb98c48349e037755e24f5555642cb2a2937658f --- /dev/null +++ b/texts/24c98abc-2c36-4a5b-aded-9fa315b95a1e.txt @@ -0,0 +1 @@ + a cute brown American Cocker Spaniel, only brown color, beautiful face, round eyes, driving a car ,blingbling \ No newline at end of file diff --git a/texts/24d653f5-9ca3-49c4-acf1-74692c43a9f9.txt b/texts/24d653f5-9ca3-49c4-acf1-74692c43a9f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e33f6aec66e56c9fe6e5cd92b321ed9f0077fde --- /dev/null +++ b/texts/24d653f5-9ca3-49c4-acf1-74692c43a9f9.txt @@ -0,0 +1 @@ +A fierce Doberman with a shiny diamond necklace facing the camera \ No newline at end of file diff --git a/texts/24dab0d7-2bc3-4c23-a266-6aeaa8284555.txt b/texts/24dab0d7-2bc3-4c23-a266-6aeaa8284555.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e4971676fb77ac11fec3b391778b62ad55100b3 --- /dev/null +++ b/texts/24dab0d7-2bc3-4c23-a266-6aeaa8284555.txt @@ -0,0 +1 @@ + Bichon Frise, poodle, British Shorthair \ No newline at end of file diff --git a/texts/24e50a87-554c-4d57-9b92-d623fb9f6ef5.txt b/texts/24e50a87-554c-4d57-9b92-d623fb9f6ef5.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf6273dca110c70bb75b788ae707c34cef94b586 --- /dev/null +++ b/texts/24e50a87-554c-4d57-9b92-d623fb9f6ef5.txt @@ -0,0 +1 @@ +Hello Kitty drinking cocktails, sitting on sofa with alien on the moon, alien is eat micky mouse \ No newline at end of file diff --git a/texts/24f0f938-13a3-4c84-bfef-d29322c12728.txt b/texts/24f0f938-13a3-4c84-bfef-d29322c12728.txt new file mode 100644 index 0000000000000000000000000000000000000000..8baf26366260b595a85d809c274ae678f01d3639 --- /dev/null +++ b/texts/24f0f938-13a3-4c84-bfef-d29322c12728.txt @@ -0,0 +1 @@ +The West Highland White Terrier wrapped in a yellow scarf fights against McDonald's fries in the snow, and there are dog paw prints on the snow. \ No newline at end of file diff --git a/texts/24f21897-652a-4943-875f-80ab2e685f2d.txt b/texts/24f21897-652a-4943-875f-80ab2e685f2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c325d61125dc2fd20a99458939c511f90ee3f56 --- /dev/null +++ b/texts/24f21897-652a-4943-875f-80ab2e685f2d.txt @@ -0,0 +1 @@ +A black and white kitten is sewing something, and "Martin" is written on the background wall behind it. \ No newline at end of file diff --git a/texts/24f333fa-408e-4b64-bf10-2f6479644043.txt b/texts/24f333fa-408e-4b64-bf10-2f6479644043.txt new file mode 100644 index 0000000000000000000000000000000000000000..845aee2dc12a02a679f01fe755d7220c03157492 --- /dev/null +++ b/texts/24f333fa-408e-4b64-bf10-2f6479644043.txt @@ -0,0 +1 @@ +Grey kitten and white samoyed looking at the aurora in the snow \ No newline at end of file diff --git a/texts/24f8feb2-f750-4c31-8f3f-e3538ebb7687.txt b/texts/24f8feb2-f750-4c31-8f3f-e3538ebb7687.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb99bc1241cf8657251fcc4edb54be41faeebe39 --- /dev/null +++ b/texts/24f8feb2-f750-4c31-8f3f-e3538ebb7687.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, wearing a birthday hat, with a glowing Christmas tree behind it and the words "yang" engraved on the snow \ No newline at end of file diff --git a/texts/24ff04f1-2885-4ce9-a9f7-d43a354bf329.txt b/texts/24ff04f1-2885-4ce9-a9f7-d43a354bf329.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9e311858fdf43c86d7136369f7541110fffdeae --- /dev/null +++ b/texts/24ff04f1-2885-4ce9-a9f7-d43a354bf329.txt @@ -0,0 +1 @@ +sky baloon hellokitty \ No newline at end of file diff --git a/texts/250f41e4-ec56-4982-a5ef-b0adfae3d3ff.txt b/texts/250f41e4-ec56-4982-a5ef-b0adfae3d3ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ed9d32f5ec4dd9eee4ae9dce75e826f200c6165 --- /dev/null +++ b/texts/250f41e4-ec56-4982-a5ef-b0adfae3d3ff.txt @@ -0,0 +1 @@ +Two kittens snuggled together, one black and one white, the white cat with butterfly wings on the back. The cat was sitting in the white snow, with many golden stars on it. The sky was blue, there were faint fireworks, and there was a very small plane. There are butterflies flying around the cat. \ No newline at end of file diff --git a/texts/251541c7-eb2a-4f4d-ab24-0b04c3b4d016.txt b/texts/251541c7-eb2a-4f4d-ab24-0b04c3b4d016.txt new file mode 100644 index 0000000000000000000000000000000000000000..99b1fc90318dae9cddae68f4318f6456f6b9ded1 --- /dev/null +++ b/texts/251541c7-eb2a-4f4d-ab24-0b04c3b4d016.txt @@ -0,0 +1 @@ +With a Christmas tree and Santa Claus \ No newline at end of file diff --git a/texts/251d8055-81cf-4936-a3eb-93fd738b27a5.txt b/texts/251d8055-81cf-4936-a3eb-93fd738b27a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fcbf52eb2879f65558c8af3a6beb1d67aa6de14 --- /dev/null +++ b/texts/251d8055-81cf-4936-a3eb-93fd738b27a5.txt @@ -0,0 +1 @@ +The result is that resentment and remorse feed the cowardly pride of the heart. \ No newline at end of file diff --git a/texts/2520a532-e557-418b-bf26-431c48d19ee5.txt b/texts/2520a532-e557-418b-bf26-431c48d19ee5.txt new file mode 100644 index 0000000000000000000000000000000000000000..61ff77647a6c88ebb05c4db3dd07dc9fa03e8649 --- /dev/null +++ b/texts/2520a532-e557-418b-bf26-431c48d19ee5.txt @@ -0,0 +1 @@ +Hello Kitty in Nurse's Dress and Nurse's Hat, Holding a Collie in the Hospital \ No newline at end of file diff --git a/texts/25232a40-088d-4ecd-8325-8608336c643b.txt b/texts/25232a40-088d-4ecd-8325-8608336c643b.txt new file mode 100644 index 0000000000000000000000000000000000000000..86ff2ba0118511516fcf9827acf31f4922b53fae --- /dev/null +++ b/texts/25232a40-088d-4ecd-8325-8608336c643b.txt @@ -0,0 +1 @@ +A white cat wearing sunglasses is driving on the road The background is green grassland. \ No newline at end of file diff --git a/texts/25298088-15b0-440c-a583-e34bff6298df.txt b/texts/25298088-15b0-440c-a583-e34bff6298df.txt new file mode 100644 index 0000000000000000000000000000000000000000..12acf6f24450dec2e70ff991d3c6868ede2a4de8 --- /dev/null +++ b/texts/25298088-15b0-440c-a583-e34bff6298df.txt @@ -0,0 +1 @@ +a capybara necklace with fluff \ No newline at end of file diff --git a/texts/252c75cd-6914-4f7d-b584-2b3b9f4191c7.txt b/texts/252c75cd-6914-4f7d-b584-2b3b9f4191c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4de72701436ee4ae2fbc68aee5a7cddcafeb87eb --- /dev/null +++ b/texts/252c75cd-6914-4f7d-b584-2b3b9f4191c7.txt @@ -0,0 +1 @@ +An Alaskan Malamute is squatting. The letters 'BYT' are written in the snow. Fireworks are going off in the background \ No newline at end of file diff --git a/texts/252e3eca-a244-4315-ba3e-63d16fb84692.txt b/texts/252e3eca-a244-4315-ba3e-63d16fb84692.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade0d2e932db19c158199bb8a0bd5e247f5fca2d --- /dev/null +++ b/texts/252e3eca-a244-4315-ba3e-63d16fb84692.txt @@ -0,0 +1 @@ +hellokitty in her pink school uniform stands on the side of the road waiting for the bus \ No newline at end of file diff --git a/texts/25327614-886e-4276-889d-ad54ef4051c3.txt b/texts/25327614-886e-4276-889d-ad54ef4051c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3b55c3775a8e58273bd1d085a012403433e35b0 --- /dev/null +++ b/texts/25327614-886e-4276-889d-ad54ef4051c3.txt @@ -0,0 +1 @@ +bathroom wall with full of grass, 3 walls \ No newline at end of file diff --git a/texts/25474cb4-c56f-41e3-a22c-454086cc1608.txt b/texts/25474cb4-c56f-41e3-a22c-454086cc1608.txt new file mode 100644 index 0000000000000000000000000000000000000000..82acc4182f096adf103c58c2e047e40445790da7 --- /dev/null +++ b/texts/25474cb4-c56f-41e3-a22c-454086cc1608.txt @@ -0,0 +1 @@ +hello kitty at work, sitting at her workstation with a glass of wine, while the back of the room is a mess, with papers scattered all over the place \ No newline at end of file diff --git a/texts/2549b532-0a6c-4e4a-99fb-f0329e6f864f.txt b/texts/2549b532-0a6c-4e4a-99fb-f0329e6f864f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a836d6d0dbf93b6b2e83c557d1b6d70def51cc8e --- /dev/null +++ b/texts/2549b532-0a6c-4e4a-99fb-f0329e6f864f.txt @@ -0,0 +1 @@ +High camera angle, a tabby kitten with parallel white wings, sitting on a white table, an indigo painted wall on the back looks at the camera, light source on the right \ No newline at end of file diff --git a/texts/254a042a-b2ce-429f-9f14-c3c3e1abff42.txt b/texts/254a042a-b2ce-429f-9f14-c3c3e1abff42.txt new file mode 100644 index 0000000000000000000000000000000000000000..883579d0224ab0579f56725c0c4ad9c88796b4d2 --- /dev/null +++ b/texts/254a042a-b2ce-429f-9f14-c3c3e1abff42.txt @@ -0,0 +1 @@ +The bamboo swayed in the wind, the lake was sparkling, and the golden sunset passed through the oval bridge cave, Jiangnan style. \ No newline at end of file diff --git a/texts/2551253e-4bd3-4846-abe9-1ecea2fffbe8.txt b/texts/2551253e-4bd3-4846-abe9-1ecea2fffbe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..26960e614b0adc226060a42ae097d14e42a0c9d3 --- /dev/null +++ b/texts/2551253e-4bd3-4846-abe9-1ecea2fffbe8.txt @@ -0,0 +1 @@ +a front shot of the upper body of a chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy astmosphere \ No newline at end of file diff --git a/texts/255b7a38-0508-49c0-933c-a79d8516df0f.txt b/texts/255b7a38-0508-49c0-933c-a79d8516df0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..41ec1faa601632a8a829220f0e45db7941d11721 --- /dev/null +++ b/texts/255b7a38-0508-49c0-933c-a79d8516df0f.txt @@ -0,0 +1 @@ +In a snowy field, there are flower petals on the snow. There is a green butterfly and a red butterfly flying. Next to them is a heart-shaped neon sign that says JW&YY. Behind them is a snowy mountain. \ No newline at end of file diff --git a/texts/255efd16-9048-4e0e-a24e-3581e53e2344.txt b/texts/255efd16-9048-4e0e-a24e-3581e53e2344.txt new file mode 100644 index 0000000000000000000000000000000000000000..904130f288c7a27ca9ba10f0c876e2a084466036 --- /dev/null +++ b/texts/255efd16-9048-4e0e-a24e-3581e53e2344.txt @@ -0,0 +1 @@ +A dachshund wearing a huge bow and sunglasses, surrounded by various weapons, and behind it is a group of yellow "JIANG JIANG" luminous three-dimensional characters. \ No newline at end of file diff --git a/texts/2561316a-26d6-49fe-844c-134d6972e7ea.txt b/texts/2561316a-26d6-49fe-844c-134d6972e7ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1ea1bbc80a1959f1420b05adc94fad159ad4dba --- /dev/null +++ b/texts/2561316a-26d6-49fe-844c-134d6972e7ea.txt @@ -0,0 +1 @@ +A cat wearing sunglasses is sitting in a hot air balloon, leaving the grass to pursue freedom \ No newline at end of file diff --git a/texts/2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389.txt b/texts/2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e4759e27b990501d571f16fa354ee7eda182e30 --- /dev/null +++ b/texts/2563b7ae-fe3d-4c1c-afd5-aa6d01d1f389.txt @@ -0,0 +1 @@ +A black kitten with a halo on its head and a scarf in the snow at night \ No newline at end of file diff --git a/texts/256c9f98-66f3-4906-af8a-61c88bb1dea1.txt b/texts/256c9f98-66f3-4906-af8a-61c88bb1dea1.txt new file mode 100644 index 0000000000000000000000000000000000000000..148006e9c6032725018dee4d55b16f27dbd76ec9 --- /dev/null +++ b/texts/256c9f98-66f3-4906-af8a-61c88bb1dea1.txt @@ -0,0 +1 @@ +lots of diffre huge Purple, red and green orchids in the Misty bamboo forest, and Deep in the forest there is a traditional Chinese wedding sedan chair and a fox \ No newline at end of file diff --git a/texts/256fba71-ecc8-4d6d-8d5f-83e4658a1601.txt b/texts/256fba71-ecc8-4d6d-8d5f-83e4658a1601.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1f792002fcc77a27995eb454e92c2807b748cfa --- /dev/null +++ b/texts/256fba71-ecc8-4d6d-8d5f-83e4658a1601.txt @@ -0,0 +1 @@ +the shadows of four people under the sunset by the sea \ No newline at end of file diff --git a/texts/257d5fe3-cbad-41e1-8e14-77f19b627a16.txt b/texts/257d5fe3-cbad-41e1-8e14-77f19b627a16.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1d1d9bca03a75cec9b246e64d4f42f7320c4231 --- /dev/null +++ b/texts/257d5fe3-cbad-41e1-8e14-77f19b627a16.txt @@ -0,0 +1 @@ +a Chihuahua plays an electric guitar on a grassland with blue sky and white clouds in the background, with some tomato elements and a hint of pink color \ No newline at end of file diff --git a/texts/25905720-f18a-46e7-ac64-bf56923340e2.txt b/texts/25905720-f18a-46e7-ac64-bf56923340e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ead92964df999d9c8943173d8e9f3a41184f3006 --- /dev/null +++ b/texts/25905720-f18a-46e7-ac64-bf56923340e2.txt @@ -0,0 +1 @@ +dog and cat cuddle with each other. \ No newline at end of file diff --git a/texts/259e4519-e851-4277-8a11-4b7ed427bd8d.txt b/texts/259e4519-e851-4277-8a11-4b7ed427bd8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d53ed276cda79bf4abfa6ee82abc10c6b4968c93 --- /dev/null +++ b/texts/259e4519-e851-4277-8a11-4b7ed427bd8d.txt @@ -0,0 +1 @@ +Christmas tree with presents, snow, real bunny, pink roses in snow, blue sky \ No newline at end of file diff --git a/texts/25a23463-6942-423b-942e-0950b9187f21.txt b/texts/25a23463-6942-423b-942e-0950b9187f21.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4570dc1f135b46e8ea4f2ec55fc09a23b02ca7 --- /dev/null +++ b/texts/25a23463-6942-423b-942e-0950b9187f21.txt @@ -0,0 +1 @@ +A Hello Kitty is sitting at a desk with a computer in her dark glasses, wearing an evening gown and sunglasses and holding a glass of wine \ No newline at end of file diff --git a/texts/25ba97ef-d9d1-4270-bd1b-4016286f9054.txt b/texts/25ba97ef-d9d1-4270-bd1b-4016286f9054.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f8c6fa49681eda8eb40ecdab46e34b8a251cfeb --- /dev/null +++ b/texts/25ba97ef-d9d1-4270-bd1b-4016286f9054.txt @@ -0,0 +1 @@ +Barbie is playing the violin in a crime scene with body and blood. \ No newline at end of file diff --git a/texts/25c4ddfe-6d43-415e-866d-bab7ddad7112.txt b/texts/25c4ddfe-6d43-415e-866d-bab7ddad7112.txt new file mode 100644 index 0000000000000000000000000000000000000000..b23a2d64752488eb0618b29f3b041d84a20c8212 --- /dev/null +++ b/texts/25c4ddfe-6d43-415e-866d-bab7ddad7112.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance and fireworks in the sky. hello Kitty doll in a Christmas hat, next to a Christmas tree, with "Yaiko" written on the snow, with cat paw marks. Melancholy blue night scene, with the dreamy effect of light particles, high color saturation. \ No newline at end of file diff --git a/texts/25d22a98-bb08-40b3-ba6b-0591eb1d324a.txt b/texts/25d22a98-bb08-40b3-ba6b-0591eb1d324a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e060219bf31a7aa9553dd6ac7aac65212fcf566e --- /dev/null +++ b/texts/25d22a98-bb08-40b3-ba6b-0591eb1d324a.txt @@ -0,0 +1 @@ +A white kitten with a Canon camera beside the Christmas tree on a snowy day, with a pink sky in the background, adorned with cute wings, and a Kitty beside it \ No newline at end of file diff --git a/texts/25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6.txt b/texts/25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7363d85937ebf788a02076ae9e95102c2d37944f --- /dev/null +++ b/texts/25d6f610-3980-4c6a-8e11-ab7f2fbe5ef6.txt @@ -0,0 +1 @@ +An orange and white cat with an orange point on his nose, sitting on a flying carpet \ No newline at end of file diff --git a/texts/25dbc754-7cac-4eda-8c5e-064a9f8561ab.txt b/texts/25dbc754-7cac-4eda-8c5e-064a9f8561ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..d99c90c80bd235fd1ecc5169f27adecacc664553 --- /dev/null +++ b/texts/25dbc754-7cac-4eda-8c5e-064a9f8561ab.txt @@ -0,0 +1 @@ +beautiful sea \ No newline at end of file diff --git a/texts/25e2d244-adef-4bb8-89d8-e6beee9dd5dc.txt b/texts/25e2d244-adef-4bb8-89d8-e6beee9dd5dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5f0c7a4778aafac30b0826e66bde323c31108db --- /dev/null +++ b/texts/25e2d244-adef-4bb8-89d8-e6beee9dd5dc.txt @@ -0,0 +1 @@ +A cute ragdoll cat has a birthday in Aurora on a snowy day.It is snowing in the sky. \ No newline at end of file diff --git a/texts/25e2d2e1-133d-492b-9345-a6cb11c1f0da.txt b/texts/25e2d2e1-133d-492b-9345-a6cb11c1f0da.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0904dc0fbedd6fcbf91361e8a3c8f4aa52d79b7 --- /dev/null +++ b/texts/25e2d2e1-133d-492b-9345-a6cb11c1f0da.txt @@ -0,0 +1 @@ +a fixed phone, the phone handset is in hand. \ No newline at end of file diff --git a/texts/25e2effe-72b0-422c-ab75-049b79f6711b.txt b/texts/25e2effe-72b0-422c-ab75-049b79f6711b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfd167eb8618cde281efc478aeeee0bfd6b06faf --- /dev/null +++ b/texts/25e2effe-72b0-422c-ab75-049b79f6711b.txt @@ -0,0 +1 @@ +Please help me generate an image of a dwarf rabbit with a round and chubby face, especially short ears, around 2 centimeter in a light fawn color, wearing a small pink hat and working seriously in front of a computer. It should be a front view.The ears are erect. It's not a lop-eared rabbit. \ No newline at end of file diff --git a/texts/25e3bbb9-c3cd-4cfb-9deb-0a2267496098.txt b/texts/25e3bbb9-c3cd-4cfb-9deb-0a2267496098.txt new file mode 100644 index 0000000000000000000000000000000000000000..3397013042333b83ffc6eb8cb6e33934c732721a --- /dev/null +++ b/texts/25e3bbb9-c3cd-4cfb-9deb-0a2267496098.txt @@ -0,0 +1 @@ +A kitten preparing for Christmas in the snow \ No newline at end of file diff --git a/texts/25f6ce39-7056-49a5-9f2b-a847bd8cb92b.txt b/texts/25f6ce39-7056-49a5-9f2b-a847bd8cb92b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cebf47d5ff556bd43634d50dec29961564ad0dfe --- /dev/null +++ b/texts/25f6ce39-7056-49a5-9f2b-a847bd8cb92b.txt @@ -0,0 +1 @@ +I am bungee jumping, surrounded by mountains and below is a lake \ No newline at end of file diff --git a/texts/25fb93b3-476b-4534-9b4a-84a97e6dd5a5.txt b/texts/25fb93b3-476b-4534-9b4a-84a97e6dd5a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..63b8eb32ace112fa2465c490b81d89c2873233d8 --- /dev/null +++ b/texts/25fb93b3-476b-4534-9b4a-84a97e6dd5a5.txt @@ -0,0 +1 @@ +Hello Kitty sat at the desk in the office, busy stamping the documents. There are many folders on the table. \ No newline at end of file diff --git a/texts/25fc5e2a-5a45-402c-9cd8-87fb1afdc8de.txt b/texts/25fc5e2a-5a45-402c-9cd8-87fb1afdc8de.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9d54b0b3f16cb052527cfffcc23bf4a74b8ade7 --- /dev/null +++ b/texts/25fc5e2a-5a45-402c-9cd8-87fb1afdc8de.txt @@ -0,0 +1 @@ +Blue sky and purple aurora, a little cat and spotted deer by the seaside, with waves and waves \ No newline at end of file diff --git a/texts/2619eac5-43ed-4903-8d40-98683f9e771c.txt b/texts/2619eac5-43ed-4903-8d40-98683f9e771c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fa30ed090bbaced417709b333bb280c6d1a6498 --- /dev/null +++ b/texts/2619eac5-43ed-4903-8d40-98683f9e771c.txt @@ -0,0 +1 @@ +A ragdoll cat is taking a bath in a bathtub, holding a cup of coffee \ No newline at end of file diff --git a/texts/261a7f11-64aa-4090-85d9-5757588d965b.txt b/texts/261a7f11-64aa-4090-85d9-5757588d965b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dbe19c4a3368b4045bee2bd400f66f0cde5d1f1 --- /dev/null +++ b/texts/261a7f11-64aa-4090-85d9-5757588d965b.txt @@ -0,0 +1 @@ +a gray kitten with sunglasses, driving a convertible, wearing a Santa hat, bold colors, on the snow, retro vibe \ No newline at end of file diff --git a/texts/261c39e9-1555-4cab-ac14-d34ef273b8a0.txt b/texts/261c39e9-1555-4cab-ac14-d34ef273b8a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0850bf149fb643b7d337308d97cc5b4c6862d162 --- /dev/null +++ b/texts/261c39e9-1555-4cab-ac14-d34ef273b8a0.txt @@ -0,0 +1 @@ +many flowers, plush toys, warm atmosphere , snow outside, crescent moon \ No newline at end of file diff --git a/texts/261da30a-3104-49f2-979f-656bf1b3a94b.txt b/texts/261da30a-3104-49f2-979f-656bf1b3a94b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c07e751ec8a836ff7dd530e01d27435381a21ae --- /dev/null +++ b/texts/261da30a-3104-49f2-979f-656bf1b3a94b.txt @@ -0,0 +1 @@ +A way for the world to end. \ No newline at end of file diff --git a/texts/262012cd-091d-4f74-b6e4-02485597c5a2.txt b/texts/262012cd-091d-4f74-b6e4-02485597c5a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2533c72820a81c52f0156affd5b1b7dfd85d0567 --- /dev/null +++ b/texts/262012cd-091d-4f74-b6e4-02485597c5a2.txt @@ -0,0 +1 @@ +The Shiba Inu is reading \ No newline at end of file diff --git a/texts/26264f47-7db5-444d-9279-7404e3000d21.txt b/texts/26264f47-7db5-444d-9279-7404e3000d21.txt new file mode 100644 index 0000000000000000000000000000000000000000..908abc2fc6f21783e97424fe09013f9e8b4e3ff5 --- /dev/null +++ b/texts/26264f47-7db5-444d-9279-7404e3000d21.txt @@ -0,0 +1 @@ +A burning dummy is riding a horse in front of a Kazakh yurt \ No newline at end of file diff --git a/texts/26279268-c978-472c-989f-10682ae20eca.txt b/texts/26279268-c978-472c-989f-10682ae20eca.txt new file mode 100644 index 0000000000000000000000000000000000000000..160b3dbe54461db7027c376bb6b2fc495a8f6432 --- /dev/null +++ b/texts/26279268-c978-472c-989f-10682ae20eca.txt @@ -0,0 +1 @@ +Festive Lunar New Year Celebration Template \ No newline at end of file diff --git a/texts/2632775c-ed05-4d72-b6d6-eb8beddbb943.txt b/texts/2632775c-ed05-4d72-b6d6-eb8beddbb943.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ff2e90c6cc9791ab633b941cc75be07f9b90ff --- /dev/null +++ b/texts/2632775c-ed05-4d72-b6d6-eb8beddbb943.txt @@ -0,0 +1 @@ +The little white rabbit with the star pattern jumps on the fountain, and the musical notes float in the air \ No newline at end of file diff --git a/texts/2644c583-5fa7-4636-8bbb-d978a3ecc4d8.txt b/texts/2644c583-5fa7-4636-8bbb-d978a3ecc4d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e7bee785cc2b4f755baf0ba6ca87daf1bf11175 --- /dev/null +++ b/texts/2644c583-5fa7-4636-8bbb-d978a3ecc4d8.txt @@ -0,0 +1 @@ +you are everywhere.In the stars, in the river. In all existence. \ No newline at end of file diff --git a/texts/2649fb66-174a-4e49-adfc-9db52115b8e9.txt b/texts/2649fb66-174a-4e49-adfc-9db52115b8e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..35e8da0034384c9c400fa990bc5a99a1628a3f55 --- /dev/null +++ b/texts/2649fb66-174a-4e49-adfc-9db52115b8e9.txt @@ -0,0 +1 @@ +There is a yol947 tattoo on the man's back. He loves punk. He only wears pants \ No newline at end of file diff --git a/texts/265e123d-45c4-4e46-9816-0cbc834288ad.txt b/texts/265e123d-45c4-4e46-9816-0cbc834288ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bd95bc6002a143dc125faf4d9d35b0e2792cb1d --- /dev/null +++ b/texts/265e123d-45c4-4e46-9816-0cbc834288ad.txt @@ -0,0 +1 @@ +Hello kitty writes hly in the snow, and there is a Christmas tree behind it. \ No newline at end of file diff --git a/texts/2660918e-e640-450b-80d2-50115adf2c0f.txt b/texts/2660918e-e640-450b-80d2-50115adf2c0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc105010b901e471dd16d7fde71655efc1c3e8b6 --- /dev/null +++ b/texts/2660918e-e640-450b-80d2-50115adf2c0f.txt @@ -0,0 +1 @@ +The sun has just set, snowflakes fill the sky, and there is a two-story hut in the pine forest \ No newline at end of file diff --git a/texts/2664af3a-0291-40c3-8210-5d150614b987.txt b/texts/2664af3a-0291-40c3-8210-5d150614b987.txt new file mode 100644 index 0000000000000000000000000000000000000000..46a8436d3086881881626dd8d4a39ac05e585763 --- /dev/null +++ b/texts/2664af3a-0291-40c3-8210-5d150614b987.txt @@ -0,0 +1 @@ +"Wish me well" snow marks, bunnies play in the snow, meteors streak through the sky, \ No newline at end of file diff --git a/texts/2669d1ad-304b-4f86-8b23-06dd7c73da0c.txt b/texts/2669d1ad-304b-4f86-8b23-06dd7c73da0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..44a54f9e1899b8e27fbe552f57c1d98b4859012e --- /dev/null +++ b/texts/2669d1ad-304b-4f86-8b23-06dd7c73da0c.txt @@ -0,0 +1 @@ +On the grass in spring, a cute little golden dog has an apple on its head. The blues sky has many bubbles. \ No newline at end of file diff --git a/texts/266c4436-376a-4cef-939d-e39fe95da15b.txt b/texts/266c4436-376a-4cef-939d-e39fe95da15b.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d0de0eb314dd97cb8e0961caae2ff525e4cee1 --- /dev/null +++ b/texts/266c4436-376a-4cef-939d-e39fe95da15b.txt @@ -0,0 +1 @@ +A Little white dog with red sweater ,wearing a christmas hat plays in the snow,next to a hut \ No newline at end of file diff --git a/texts/267d8a69-886e-478e-8e6a-b4ef8bd2a111.txt b/texts/267d8a69-886e-478e-8e6a-b4ef8bd2a111.txt new file mode 100644 index 0000000000000000000000000000000000000000..e978ed12de9d5ecf81e366163b05f37f5037fc9b --- /dev/null +++ b/texts/267d8a69-886e-478e-8e6a-b4ef8bd2a111.txt @@ -0,0 +1 @@ +hellokitty,gun,apron,snow \ No newline at end of file diff --git a/texts/26852e52-66b7-4d97-993c-2ea2f180c9e9.txt b/texts/26852e52-66b7-4d97-993c-2ea2f180c9e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5410afa37e9c4717b88581357e1619402ad4302e --- /dev/null +++ b/texts/26852e52-66b7-4d97-993c-2ea2f180c9e9.txt @@ -0,0 +1 @@ +a cute small baby cat in the snow wearing a warm soft fluffy scarf in snow. With her head titing to the sunlight shining on her. With stars in the sky and a little glitter. The feel is dreamy \ No newline at end of file diff --git a/texts/2685bc64-b8b5-4846-b3d3-651e43178085.txt b/texts/2685bc64-b8b5-4846-b3d3-651e43178085.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6d870d44c23f4022a188fcfcb44b19caf72fc36 --- /dev/null +++ b/texts/2685bc64-b8b5-4846-b3d3-651e43178085.txt @@ -0,0 +1 @@ +A dark figure stands in a garden at night. There is a house on the left side, some tangled ropes on the ground, and plants on the right side. \ No newline at end of file diff --git a/texts/2685e2e3-824a-4fc6-b517-052d070e81df.txt b/texts/2685e2e3-824a-4fc6-b517-052d070e81df.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c394872f12615ddeb86550176d33a5c003ec849 --- /dev/null +++ b/texts/2685e2e3-824a-4fc6-b517-052d070e81df.txt @@ -0,0 +1 @@ +Hello Kitty dressed in a sporty basketball jersey and shorts, holding a basketball in one hand and standing confidently on a basketball court. The court is outdoors with a hoop in the background, surrounded by a bright, sunny sky. She looks determined and ready to play, embodying energy and team spirit \ No newline at end of file diff --git a/texts/2687c83b-b751-4518-9b27-82fcb82f2e8f.txt b/texts/2687c83b-b751-4518-9b27-82fcb82f2e8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d84e9d38dfbe96b95749b4a3f5660626adc136 --- /dev/null +++ b/texts/2687c83b-b751-4518-9b27-82fcb82f2e8f.txt @@ -0,0 +1 @@ +iceland aurora,A white rabbit with purple transparent wings,pasture, white cake with violets, little butterflies, little stars, bubbles. \ No newline at end of file diff --git a/texts/26917b1d-368c-43a0-b245-1acf50cfdd76.txt b/texts/26917b1d-368c-43a0-b245-1acf50cfdd76.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c6e6912214cb5de74b48bc949fdae33987234f6 --- /dev/null +++ b/texts/26917b1d-368c-43a0-b245-1acf50cfdd76.txt @@ -0,0 +1 @@ +A Hello Kitty Draw a heart in the snow \ No newline at end of file diff --git a/texts/26945893-0686-4245-87cd-788286a6b2f0.txt b/texts/26945893-0686-4245-87cd-788286a6b2f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2f62df81e990ef819af3824522fd996458315b7 --- /dev/null +++ b/texts/26945893-0686-4245-87cd-788286a6b2f0.txt @@ -0,0 +1 @@ +The rough-coated fox terrier is playing with bubbles alongside the little elephant. \ No newline at end of file diff --git a/texts/2697caa6-303a-46e1-a373-23eb249168b0.txt b/texts/2697caa6-303a-46e1-a373-23eb249168b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0dfad3e29a61c4dcd1d9c193f238e0b9f0c39c1 --- /dev/null +++ b/texts/2697caa6-303a-46e1-a373-23eb249168b0.txt @@ -0,0 +1 @@ +A cat is studying law \ No newline at end of file diff --git a/texts/26980444-33ed-4e6e-9a01-27343ce5b5bd.txt b/texts/26980444-33ed-4e6e-9a01-27343ce5b5bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..28925aacb857ed2a5a6b5bb7f6f74a057d6da61d --- /dev/null +++ b/texts/26980444-33ed-4e6e-9a01-27343ce5b5bd.txt @@ -0,0 +1 @@ +A lot of gold fish flying in desert \ No newline at end of file diff --git a/texts/269bcb47-62d6-403f-b638-74936127516b.txt b/texts/269bcb47-62d6-403f-b638-74936127516b.txt new file mode 100644 index 0000000000000000000000000000000000000000..03f954648d456e0a5d37988b2c63e0cc46268b74 --- /dev/null +++ b/texts/269bcb47-62d6-403f-b638-74936127516b.txt @@ -0,0 +1 @@ +Winnie the Pooh is holding a sign that reads "Happy 19th Birthday, Xie Ximin". There should be a cake and candles. \ No newline at end of file diff --git a/texts/269e239c-796a-4271-b63c-16304a0c697b.txt b/texts/269e239c-796a-4271-b63c-16304a0c697b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4352ec84eef2673ffbf8a0b1b340906eeef02963 --- /dev/null +++ b/texts/269e239c-796a-4271-b63c-16304a0c697b.txt @@ -0,0 +1 @@ +Yellow cheesecake \ No newline at end of file diff --git a/texts/26a61fee-62c3-4e88-98ac-1de94ff833b3.txt b/texts/26a61fee-62c3-4e88-98ac-1de94ff833b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e91ad02821751f9c66ec42706ca71a9c05c1ac9b --- /dev/null +++ b/texts/26a61fee-62c3-4e88-98ac-1de94ff833b3.txt @@ -0,0 +1 @@ + a Seagull in fuzzy red hats smoking cigarettes on road signs at night \ No newline at end of file diff --git a/texts/26b49bb1-1ca8-4275-b111-0122ad45aeca.txt b/texts/26b49bb1-1ca8-4275-b111-0122ad45aeca.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f33370a06140f1bc0050eb1e11747981d51c23b --- /dev/null +++ b/texts/26b49bb1-1ca8-4275-b111-0122ad45aeca.txt @@ -0,0 +1 @@ +A black cat is looking towards the screen on the left, and on the right is a big golden retriever that is always smiling. It raises its head and hugs the black cat from bottom to top. They face each other and hug each other. Please give them Santa hats and the background is the seaside with fireworks and snowflakes. \ No newline at end of file diff --git a/texts/26c0a878-023c-4d91-8504-940cfc9c9296.txt b/texts/26c0a878-023c-4d91-8504-940cfc9c9296.txt new file mode 100644 index 0000000000000000000000000000000000000000..579963e0dd17866664a9cf70e53afec4630aaadf --- /dev/null +++ b/texts/26c0a878-023c-4d91-8504-940cfc9c9296.txt @@ -0,0 +1 @@ +Hello kitty is watching fireworks under the Christmas tree in the snow. \ No newline at end of file diff --git a/texts/26c67f0a-328d-40e9-a331-e3cce033a6ba.txt b/texts/26c67f0a-328d-40e9-a331-e3cce033a6ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..a421ebaa47a3426b076097f197a08a1a0f07e208 --- /dev/null +++ b/texts/26c67f0a-328d-40e9-a331-e3cce033a6ba.txt @@ -0,0 +1 @@ +A plate of apples \ No newline at end of file diff --git a/texts/26d533f4-ce6c-427f-a5a5-0ba8284ebcf3.txt b/texts/26d533f4-ce6c-427f-a5a5-0ba8284ebcf3.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcdbdf7bc65abc29b5200da39a307dfa895dc0ed --- /dev/null +++ b/texts/26d533f4-ce6c-427f-a5a5-0ba8284ebcf3.txt @@ -0,0 +1 @@ +outside in the snow a hedgehog is walking on the snow, leaving a trail. it wears a cute christmas hat. \ No newline at end of file diff --git a/texts/26df66c3-12e3-4472-b372-2d88794bbe29.txt b/texts/26df66c3-12e3-4472-b372-2d88794bbe29.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d7bd24b47ecfbffdaa32e84b05b2b56bc8dbe9f --- /dev/null +++ b/texts/26df66c3-12e3-4472-b372-2d88794bbe29.txt @@ -0,0 +1 @@ +Hello Kitty is dressed in a Christmas atmosphere and strolls in the romantic snow scene. \ No newline at end of file diff --git a/texts/26e5a85b-7b4e-431a-afaf-05f3896ce856.txt b/texts/26e5a85b-7b4e-431a-afaf-05f3896ce856.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcc329201fb088491f453b6355bdaa46ad530e1 --- /dev/null +++ b/texts/26e5a85b-7b4e-431a-afaf-05f3896ce856.txt @@ -0,0 +1 @@ +Cat snow Christmas \ No newline at end of file diff --git a/texts/26ecd1c3-9b57-48a0-8c00-a539d530142d.txt b/texts/26ecd1c3-9b57-48a0-8c00-a539d530142d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dbe869f746eaa13ab1cda8b1ecfd060aa97308d --- /dev/null +++ b/texts/26ecd1c3-9b57-48a0-8c00-a539d530142d.txt @@ -0,0 +1 @@ +A scene of a fat, black and white cat cradling a sax on a couch \ No newline at end of file diff --git a/texts/26ed8b92-b7c0-407a-86f8-ee15e050b565.txt b/texts/26ed8b92-b7c0-407a-86f8-ee15e050b565.txt new file mode 100644 index 0000000000000000000000000000000000000000..61d3e62074083cc378c08f3248784fee934c2ab9 --- /dev/null +++ b/texts/26ed8b92-b7c0-407a-86f8-ee15e050b565.txt @@ -0,0 +1 @@ +The black cat on the black Volkswagen is looking at the camera. \ No newline at end of file diff --git a/texts/26fa0118-8a2f-4006-a7eb-e498efd0254f.txt b/texts/26fa0118-8a2f-4006-a7eb-e498efd0254f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f279b6eb1903544851b8d92ca1323cef91bcf8c4 --- /dev/null +++ b/texts/26fa0118-8a2f-4006-a7eb-e498efd0254f.txt @@ -0,0 +1 @@ +little white wolf with white angel-like wings is playing guitar in the snow.little wolf wearing a red scarf. dotted with yellow stars. White snow falls on the little wolf. There are notes floating. Evening. \ No newline at end of file diff --git a/texts/26ff99ee-761a-474a-ad2b-cdb26d43ee81.txt b/texts/26ff99ee-761a-474a-ad2b-cdb26d43ee81.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb7d84c673181b0759f98660670c8a4303ef5ae4 --- /dev/null +++ b/texts/26ff99ee-761a-474a-ad2b-cdb26d43ee81.txt @@ -0,0 +1 @@ + Winnine the Pooh wrapped around a scarf snowfield Fireworks are set off in the distance \ No newline at end of file diff --git a/texts/2700a53e-f544-4aa9-8ae4-2a70927cb411.txt b/texts/2700a53e-f544-4aa9-8ae4-2a70927cb411.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5870bec117b2a8746776582d073c8c8247918fb --- /dev/null +++ b/texts/2700a53e-f544-4aa9-8ae4-2a70927cb411.txt @@ -0,0 +1 @@ +On a snowy night, there is a vast view of snow. a black kitten, a white puppy sitting on the snow watching fireworks.There are traces of "MM" in the snow, and there are traces of cat and dog claws. Melancholy blue night scene, with the dreamy effect of light particles, high colour saturation \ No newline at end of file diff --git a/texts/2700b335-8889-485c-9002-85f13ccc79dc.txt b/texts/2700b335-8889-485c-9002-85f13ccc79dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ae9873e83f816ad12dca92e20f33663ba86d680 --- /dev/null +++ b/texts/2700b335-8889-485c-9002-85f13ccc79dc.txt @@ -0,0 +1 @@ +Black and white penguins on a light blue Antarctic glacier with huge ice cubes next to them and fireworks in the white sky \ No newline at end of file diff --git a/texts/27149229-f729-41a8-a755-24a5134e9abe.txt b/texts/27149229-f729-41a8-a755-24a5134e9abe.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d86e2fde58f788992ce912f46788ffd17a98093 --- /dev/null +++ b/texts/27149229-f729-41a8-a755-24a5134e9abe.txt @@ -0,0 +1 @@ +A muscular man with a white mask and a yellow corgi ran away in nature \ No newline at end of file diff --git a/texts/2715be20-95e1-4af8-9a71-287517884376.txt b/texts/2715be20-95e1-4af8-9a71-287517884376.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d3df5b023be235961ba6bf0623cbde72be8452b --- /dev/null +++ b/texts/2715be20-95e1-4af8-9a71-287517884376.txt @@ -0,0 +1 @@ +tarot reader hellokitty \ No newline at end of file diff --git a/texts/271dd7f0-6be9-4c18-b596-b1596c0e8d49.txt b/texts/271dd7f0-6be9-4c18-b596-b1596c0e8d49.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6e9510de1b9d5e8478cdc51073850cb9e51a07a --- /dev/null +++ b/texts/271dd7f0-6be9-4c18-b596-b1596c0e8d49.txt @@ -0,0 +1 @@ +A puppy in a suit is watching TV in the cozy living room.There are empty wine bottles and cigarette butts around him.He is sitting on the sofa. He is a white Pomeranian.The room has a Christmas atmosphere. \ No newline at end of file diff --git a/texts/2729f365-7b29-4d8e-9a14-ee844228091e.txt b/texts/2729f365-7b29-4d8e-9a14-ee844228091e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f8c5c04b39eaa55691dfb6e77805af9a237ec9 --- /dev/null +++ b/texts/2729f365-7b29-4d8e-9a14-ee844228091e.txt @@ -0,0 +1 @@ +In the snow, a spotted dog is sitting by the burning bonfire wearing a Christmas hat. There is a sparkling Christmas tree behind it. There are many stars and butterflies flying in the sky. \ No newline at end of file diff --git a/texts/272f508a-7fea-4cbf-9216-42b92ca3bc7c.txt b/texts/272f508a-7fea-4cbf-9216-42b92ca3bc7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d089b65e5bb43cc71752a2c0ada84b336a8cb8e4 --- /dev/null +++ b/texts/272f508a-7fea-4cbf-9216-42b92ca3bc7c.txt @@ -0,0 +1 @@ +Two little bear dolls sit on the snow, with DJX and WCL written on the snow, and pink fireworks in the sky \ No newline at end of file diff --git a/texts/27344a05-23ec-4c0d-9030-c1f22a1fa89d.txt b/texts/27344a05-23ec-4c0d-9030-c1f22a1fa89d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a45b7676a77457ffeb5609a5a986513bdb00bf4e --- /dev/null +++ b/texts/27344a05-23ec-4c0d-9030-c1f22a1fa89d.txt @@ -0,0 +1 @@ +The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. there is a wood piano. Some yellow roses grows around the piano. \ No newline at end of file diff --git a/texts/2741d403-6f12-46e7-8b63-90e011575c71.txt b/texts/2741d403-6f12-46e7-8b63-90e011575c71.txt new file mode 100644 index 0000000000000000000000000000000000000000..02182455cd1866662bde7c29e87b60b79c6f7da4 --- /dev/null +++ b/texts/2741d403-6f12-46e7-8b63-90e011575c71.txt @@ -0,0 +1 @@ +maltese with fireworks \ No newline at end of file diff --git a/texts/276329c6-d2b6-403d-88b4-66df7aaedab0.txt b/texts/276329c6-d2b6-403d-88b4-66df7aaedab0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c87055ac2dfb483f9d2b474a4544b07204307b1 --- /dev/null +++ b/texts/276329c6-d2b6-403d-88b4-66df7aaedab0.txt @@ -0,0 +1 @@ +Anthropomorphic tabby cat wearing a grey hoddy taking pictures with a film camera in the garden \ No newline at end of file diff --git a/texts/277a06c0-2b55-4a9a-bb72-540d4bd87c45.txt b/texts/277a06c0-2b55-4a9a-bb72-540d4bd87c45.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa52e264daa96c8277720b4f603a5884f15146d2 --- /dev/null +++ b/texts/277a06c0-2b55-4a9a-bb72-540d4bd87c45.txt @@ -0,0 +1 @@ +a white long-haired cat with blue eyes who is sitting in a black sofa is drink a big glass of wine in a dimly lit room \ No newline at end of file diff --git a/texts/277b17b2-6bc9-4786-8725-89727b16f528.txt b/texts/277b17b2-6bc9-4786-8725-89727b16f528.txt new file mode 100644 index 0000000000000000000000000000000000000000..3de6e57af37821d6e717e9871c0520012b4a1af2 --- /dev/null +++ b/texts/277b17b2-6bc9-4786-8725-89727b16f528.txt @@ -0,0 +1 @@ +A deer was happily running on the light green lawn and looking at me. \ No newline at end of file diff --git a/texts/277d11ce-82e7-47fb-b3c2-abb0c9e7bad3.txt b/texts/277d11ce-82e7-47fb-b3c2-abb0c9e7bad3.txt new file mode 100644 index 0000000000000000000000000000000000000000..119adf6620bc54b216b6cf7658d436b53b03d0f7 --- /dev/null +++ b/texts/277d11ce-82e7-47fb-b3c2-abb0c9e7bad3.txt @@ -0,0 +1 @@ +My phone isn't working because the battery is dead. \ No newline at end of file diff --git a/texts/2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22.txt b/texts/2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22.txt new file mode 100644 index 0000000000000000000000000000000000000000..3182c88901208b3206ce4b328d12b3c25c544cbe --- /dev/null +++ b/texts/2781ac03-13e3-4c77-a4cb-2ae9d6cb1b22.txt @@ -0,0 +1 @@ +Black Cat plays with fireworks in the snow \ No newline at end of file diff --git a/texts/27a00e2e-10d7-4079-9e06-8c38bc5da913.txt b/texts/27a00e2e-10d7-4079-9e06-8c38bc5da913.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c8f37c4720df4ff15ea8b5056af18f723c14d7c --- /dev/null +++ b/texts/27a00e2e-10d7-4079-9e06-8c38bc5da913.txt @@ -0,0 +1 @@ +The kitten darted through the snow, its tiny paws leaving delicate prints on the soft, white blanket. Its fur, dusted with snowflakes, shimmered in the crisp winter sunlight. With every leap and bound, the kitten's playful energy filled the air, its tail swishing behind like a fluffy banner. The snow seemed no obstacle to its joy, as it pounced, skidded, and dove into the drifts, leaving behind a trail of innocence and delight. \ No newline at end of file diff --git a/texts/27aa2def-71dc-46e4-ad28-b2130e26e9d1.txt b/texts/27aa2def-71dc-46e4-ad28-b2130e26e9d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f01e0f2c49f796e4301a20aec2bc91e8141a5fd6 --- /dev/null +++ b/texts/27aa2def-71dc-46e4-ad28-b2130e26e9d1.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, low angle shot, front and side view, dim environment, snowing \ No newline at end of file diff --git a/texts/27b68f53-c388-4273-8d24-7322765cafe4.txt b/texts/27b68f53-c388-4273-8d24-7322765cafe4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b34ef165e17bc257c2ee90a09e5dc3d158b5c352 --- /dev/null +++ b/texts/27b68f53-c388-4273-8d24-7322765cafe4.txt @@ -0,0 +1 @@ +Little black cat with a golden crown, birthday cake, white cake with violets, bubbles, snowy, volcano, fireworks, Blown-out highlights. \ No newline at end of file diff --git a/texts/27b72866-9b09-4412-bec6-c13c87e7c168.txt b/texts/27b72866-9b09-4412-bec6-c13c87e7c168.txt new file mode 100644 index 0000000000000000000000000000000000000000..d70256bb964e1b91d2cd1f824608cdc9898a8f8e --- /dev/null +++ b/texts/27b72866-9b09-4412-bec6-c13c87e7c168.txt @@ -0,0 +1 @@ +HelloKitty is drinking wine in cozy cube messy room. hold a computer and wear a sunglasses \ No newline at end of file diff --git a/texts/27c25955-0f9f-49c6-a71a-623f172209ed.txt b/texts/27c25955-0f9f-49c6-a71a-623f172209ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..9afc37d9da7a3ca6c9b24511a08f7cfcf853f3fc --- /dev/null +++ b/texts/27c25955-0f9f-49c6-a71a-623f172209ed.txt @@ -0,0 +1 @@ +two cats are watching sea and there is a line of words on the sand ground: "22, I love you." \ No newline at end of file diff --git a/texts/27c9da91-6413-4a4b-9b44-68a46a1519f2.txt b/texts/27c9da91-6413-4a4b-9b44-68a46a1519f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..232403e5281ee4c96e40ed3a857b1fa7f6c54e03 --- /dev/null +++ b/texts/27c9da91-6413-4a4b-9b44-68a46a1519f2.txt @@ -0,0 +1 @@ +1.In the snow there is a kitten with white angle furry wings 2.kitten is staring at the new moon and stars in the sky . 3. show thback or side of the kitten \ No newline at end of file diff --git a/texts/27cefccc-303d-4b79-b78f-f0a7f4934f55.txt b/texts/27cefccc-303d-4b79-b78f-f0a7f4934f55.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d83567cedda57e5c9b824678790aaa26c1b58f7 --- /dev/null +++ b/texts/27cefccc-303d-4b79-b78f-f0a7f4934f55.txt @@ -0,0 +1 @@ +Blue background, a medical student with a stethoscope, wearing a white coat, sunglasses and a yellow book \ No newline at end of file diff --git a/texts/27d30e25-09a1-4a96-be79-880c70c2b36b.txt b/texts/27d30e25-09a1-4a96-be79-880c70c2b36b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d1648f93e1af40ea103a26d49557252d4d724d1 --- /dev/null +++ b/texts/27d30e25-09a1-4a96-be79-880c70c2b36b.txt @@ -0,0 +1 @@ +Cute Syrian hamster with shades holding ak47, Sits on round small spaceship, Snow, active erupting volcano \ No newline at end of file diff --git a/texts/27e2ce70-6c5a-4b36-9201-1f4097e3b9c0.txt b/texts/27e2ce70-6c5a-4b36-9201-1f4097e3b9c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e51d779e26be5c538db32f4efef0e40e90faaff1 --- /dev/null +++ b/texts/27e2ce70-6c5a-4b36-9201-1f4097e3b9c0.txt @@ -0,0 +1 @@ +Kitten surrounded by friends cake with 1206 happy birthday on it \ No newline at end of file diff --git a/texts/27e78bb5-9fe6-4cd7-ace7-dca175c5c665.txt b/texts/27e78bb5-9fe6-4cd7-ace7-dca175c5c665.txt new file mode 100644 index 0000000000000000000000000000000000000000..30e7ac183b300c326164cef089c5f0c18311e0b1 --- /dev/null +++ b/texts/27e78bb5-9fe6-4cd7-ace7-dca175c5c665.txt @@ -0,0 +1 @@ +A long-haired cat by the white fountain \ No newline at end of file diff --git a/texts/27ea58a3-c599-4c98-82a0-276f0cf5b485.txt b/texts/27ea58a3-c599-4c98-82a0-276f0cf5b485.txt new file mode 100644 index 0000000000000000000000000000000000000000..d797a4ece566617e5c8105d2dee48eaeaa7b7a14 --- /dev/null +++ b/texts/27ea58a3-c599-4c98-82a0-276f0cf5b485.txt @@ -0,0 +1 @@ +on a snowy night, the distant view is the sea, and the close-up is a Hello Kitty doll wearing a Christmas hat. Next to it is a Christmas tree adorned with lights. In the snow, "ZMJ" is written, and there is a birthday cake with a Christmas atmosphere. There are lit candles on the cake, and the deep blue night sky is filled with light particles \ No newline at end of file diff --git a/texts/27f444b9-4fc8-444d-869b-97717a09ed87.txt b/texts/27f444b9-4fc8-444d-869b-97717a09ed87.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0d6ca853509c19bd52dd58686fcb3020a9c1f57 --- /dev/null +++ b/texts/27f444b9-4fc8-444d-869b-97717a09ed87.txt @@ -0,0 +1 @@ +Withered flowers drifting into a red river. \ No newline at end of file diff --git a/texts/27fd241a-cbe9-436b-ba56-ca3db1bd89dc.txt b/texts/27fd241a-cbe9-436b-ba56-ca3db1bd89dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5faaacb7d4ae174d1cedf83bc31fc2fad951f9be --- /dev/null +++ b/texts/27fd241a-cbe9-436b-ba56-ca3db1bd89dc.txt @@ -0,0 +1 @@ +Hello Kitty,star,snow \ No newline at end of file diff --git a/texts/28050305-37a9-4216-bb27-2a74a0e10520.txt b/texts/28050305-37a9-4216-bb27-2a74a0e10520.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9e44c7e7b74ce38a1a5e2172461467bb7c4dfd6 --- /dev/null +++ b/texts/28050305-37a9-4216-bb27-2a74a0e10520.txt @@ -0,0 +1 @@ +A golden gradient cat and a beautiful short cat are playing on the snow, with scattered fireworks behind them \ No newline at end of file diff --git a/texts/28075597-674b-4650-a0b2-511d1d1f56fc.txt b/texts/28075597-674b-4650-a0b2-511d1d1f56fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..36995c9436234051d4d1f34f7489ed423fb58fda --- /dev/null +++ b/texts/28075597-674b-4650-a0b2-511d1d1f56fc.txt @@ -0,0 +1 @@ +blue sky and white clouds, a white lamb wearing a colourful birthday hat, sunshine, green grass, look very comfortable.Fresh and bright colors \ No newline at end of file diff --git a/texts/280aae9a-6a0e-4961-a900-3bf87d5f7372.txt b/texts/280aae9a-6a0e-4961-a900-3bf87d5f7372.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e012a5fea5ca09d3a89356c837bafd767e58dd2 --- /dev/null +++ b/texts/280aae9a-6a0e-4961-a900-3bf87d5f7372.txt @@ -0,0 +1 @@ +Sadness , ribbon ,candle on birthday cake ,snowing \ No newline at end of file diff --git a/texts/283b6da2-cff2-404b-b368-f4e9347fd93c.txt b/texts/283b6da2-cff2-404b-b368-f4e9347fd93c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fd1457d56dbaf547398e5ac3c58df66d15dd79a --- /dev/null +++ b/texts/283b6da2-cff2-404b-b368-f4e9347fd93c.txt @@ -0,0 +1 @@ +A brown cat with a lot of black stripes, wearing a colorful birthday cone hat, driving a pink lamborghini, a type of really cool sports car, both paws on steering wheel, window down. There are a lot of gold stars in the picture, creating a positive ambience \ No newline at end of file diff --git a/texts/2841ec52-a1c8-4b41-80e6-9a48533a3383.txt b/texts/2841ec52-a1c8-4b41-80e6-9a48533a3383.txt new file mode 100644 index 0000000000000000000000000000000000000000..77fc0bebe4419aeadbc872c0e9ffa0aa63bbfc39 --- /dev/null +++ b/texts/2841ec52-a1c8-4b41-80e6-9a48533a3383.txt @@ -0,0 +1 @@ +A Bichon sits from behind looks out at the snow capped Mount Fuji in the distancein at outside snowwing day the picture shoud bright \ No newline at end of file diff --git a/texts/284e2c08-4330-41e5-aa42-7a55b251b86d.txt b/texts/284e2c08-4330-41e5-aa42-7a55b251b86d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ada0bc1d9de2a68833a5d19cc6aefec8e23afb28 --- /dev/null +++ b/texts/284e2c08-4330-41e5-aa42-7a55b251b86d.txt @@ -0,0 +1 @@ +Spend Christmas with hello Kitty Cartoon version \ No newline at end of file diff --git a/texts/285b5439-b7b4-429d-a231-87fd08bc64ec.txt b/texts/285b5439-b7b4-429d-a231-87fd08bc64ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..6832ed6c2210610afebef90d961afca678de7637 --- /dev/null +++ b/texts/285b5439-b7b4-429d-a231-87fd08bc64ec.txt @@ -0,0 +1 @@ +A man playing guitar in his bedroom with dark light or just candle witha cat nearby and the window needs to be extremely big with snowing heavily outside . It is late night.there is a campfire in the house and outside is completely dark \ No newline at end of file diff --git a/texts/28657521-07ef-45ae-80c7-f75df4281d82.txt b/texts/28657521-07ef-45ae-80c7-f75df4281d82.txt new file mode 100644 index 0000000000000000000000000000000000000000..72376fd6a33189e5f2510c9c2ed853d7cb5b0dc0 --- /dev/null +++ b/texts/28657521-07ef-45ae-80c7-f75df4281d82.txt @@ -0,0 +1 @@ +a black cat working in front computer, bling star on the desk, butterfly wings \ No newline at end of file diff --git a/texts/286c3277-ea44-4788-b8ee-ace2df9baf87.txt b/texts/286c3277-ea44-4788-b8ee-ace2df9baf87.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bb6819e5944bff0677e234d2f632cf932885686 --- /dev/null +++ b/texts/286c3277-ea44-4788-b8ee-ace2df9baf87.txt @@ -0,0 +1 @@ +3 little red brow poodles style like teddy bear sleep in a beautiful house at christmas \ No newline at end of file diff --git a/texts/287098c4-e879-4deb-ad82-674aede61fb8.txt b/texts/287098c4-e879-4deb-ad82-674aede61fb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..58c135286759690fbf5bdfb94ac5822be200d19e --- /dev/null +++ b/texts/287098c4-e879-4deb-ad82-674aede61fb8.txt @@ -0,0 +1 @@ +The Schnauzer with round ears is wearing a birthday hat and making a wish in front of the cake. \ No newline at end of file diff --git a/texts/2874a49b-620e-4c05-96f0-61a79d43d980.txt b/texts/2874a49b-620e-4c05-96f0-61a79d43d980.txt new file mode 100644 index 0000000000000000000000000000000000000000..10f90349c382f668e049f67ac242293d78e1cb91 --- /dev/null +++ b/texts/2874a49b-620e-4c05-96f0-61a79d43d980.txt @@ -0,0 +1 @@ +a corgi is playing on the snow in Canada countryside and strong polar lights \ No newline at end of file diff --git a/texts/2876d409-30d6-4bc6-a390-98f530c0a8ef.txt b/texts/2876d409-30d6-4bc6-a390-98f530c0a8ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f1aac255d30a6189ebca724eb9047e5ee964eb --- /dev/null +++ b/texts/2876d409-30d6-4bc6-a390-98f530c0a8ef.txt @@ -0,0 +1 @@ +dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background \ No newline at end of file diff --git a/texts/287b6543-85ba-4a60-8c50-ec6f9a6c82b3.txt b/texts/287b6543-85ba-4a60-8c50-ec6f9a6c82b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5b306e57150daee82d4324efba33bca060dbfe --- /dev/null +++ b/texts/287b6543-85ba-4a60-8c50-ec6f9a6c82b3.txt @@ -0,0 +1 @@ +cat \ No newline at end of file diff --git a/texts/287b900d-1c2e-41b5-9f67-619caa6b4226.txt b/texts/287b900d-1c2e-41b5-9f67-619caa6b4226.txt new file mode 100644 index 0000000000000000000000000000000000000000..163b37b5e4768ae1a35f8fadb6a0312aee5a82a3 --- /dev/null +++ b/texts/287b900d-1c2e-41b5-9f67-619caa6b4226.txt @@ -0,0 +1 @@ +A little black - and - white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background. \ No newline at end of file diff --git a/texts/2886004b-36e1-49b4-b4c5-6103aaaca25d.txt b/texts/2886004b-36e1-49b4-b4c5-6103aaaca25d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e528ede60c2c88ffc8c1c40d0c9f9fb4605078d --- /dev/null +++ b/texts/2886004b-36e1-49b4-b4c5-6103aaaca25d.txt @@ -0,0 +1 @@ +A birthday cat wearing cool sunglasses is djing \ No newline at end of file diff --git a/texts/2886cdc3-71fd-40e9-9db4-bae9eb10c1a5.txt b/texts/2886cdc3-71fd-40e9-9db4-bae9eb10c1a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b79a7df65f4dff6760c7c9e75ebebcc51d6208c --- /dev/null +++ b/texts/2886cdc3-71fd-40e9-9db4-bae9eb10c1a5.txt @@ -0,0 +1 @@ +Doraemon showing middle finger to laptop in office \ No newline at end of file diff --git a/texts/2894dce7-a9b0-4ad8-a5ca-a049b7231599.txt b/texts/2894dce7-a9b0-4ad8-a5ca-a049b7231599.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b948aa309711346cf76c6052556247d990efae1 --- /dev/null +++ b/texts/2894dce7-a9b0-4ad8-a5ca-a049b7231599.txt @@ -0,0 +1 @@ +It snowed while walking by the sea. \ No newline at end of file diff --git a/texts/28a5bc9b-a4d6-4cd0-9486-e8f5132c8384.txt b/texts/28a5bc9b-a4d6-4cd0-9486-e8f5132c8384.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e8e99f06573cc7a47404f8c07c4c3abe3a48cc7 --- /dev/null +++ b/texts/28a5bc9b-a4d6-4cd0-9486-e8f5132c8384.txt @@ -0,0 +1 @@ +A snowman drinks iced Americano in the evening with snowflakes. \ No newline at end of file diff --git a/texts/28a7a7af-b502-4409-9628-d4fe47d08e2f.txt b/texts/28a7a7af-b502-4409-9628-d4fe47d08e2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b1e724a57e0233a54b64c07da20a39aa3e04dd1 --- /dev/null +++ b/texts/28a7a7af-b502-4409-9628-d4fe47d08e2f.txt @@ -0,0 +1 @@ +A young man dressed in a kimono watching a dazzling fireworks festival, with the majestic Mount Fuji illuminated in the background \ No newline at end of file diff --git a/texts/28b8729e-cc1f-4b79-8f59-caa50d6b6e63.txt b/texts/28b8729e-cc1f-4b79-8f59-caa50d6b6e63.txt new file mode 100644 index 0000000000000000000000000000000000000000..c08c4e040e788e49a359758ff1334ea4f99d4521 --- /dev/null +++ b/texts/28b8729e-cc1f-4b79-8f59-caa50d6b6e63.txt @@ -0,0 +1 @@ +Angel deer in the forest \ No newline at end of file diff --git a/texts/28ba56c9-c052-4489-a576-b82f462156c6.txt b/texts/28ba56c9-c052-4489-a576-b82f462156c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcc6d6e69c42a48e344ec70aa65de9e00e8c5b72 --- /dev/null +++ b/texts/28ba56c9-c052-4489-a576-b82f462156c6.txt @@ -0,0 +1 @@ +a lonely man standing in the room, with the TV turns on \ No newline at end of file diff --git a/texts/28c21c88-79ee-4e88-afeb-6477227e8a18.txt b/texts/28c21c88-79ee-4e88-afeb-6477227e8a18.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5b3297cfa1560751de9e10451e6f108fc14b46d --- /dev/null +++ b/texts/28c21c88-79ee-4e88-afeb-6477227e8a18.txt @@ -0,0 +1 @@ +A black - and - white cat, wearing a colorful sunglasses and holding a goblet full of red wine in one paw, with a Christmas tree in the background. \ No newline at end of file diff --git a/texts/28cc249f-af07-495a-9ed4-e5f19beb56fd.txt b/texts/28cc249f-af07-495a-9ed4-e5f19beb56fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7aa61ffb2d91bf1fd2696258ba7b3e5baf7240a1 --- /dev/null +++ b/texts/28cc249f-af07-495a-9ed4-e5f19beb56fd.txt @@ -0,0 +1 @@ +A cute Chihuahua covered with a thick quilt sleep comfortably in bed in the dark of winter. \ No newline at end of file diff --git a/texts/28cf1080-a6fd-48fa-a717-0690e30916e0.txt b/texts/28cf1080-a6fd-48fa-a717-0690e30916e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe6b9d69a741849e9a45989ec6067c4e28d1711d --- /dev/null +++ b/texts/28cf1080-a6fd-48fa-a717-0690e30916e0.txt @@ -0,0 +1 @@ +A snake celebrates the Spring Festival in winter. \ No newline at end of file diff --git a/texts/28d4b992-546b-4f25-8af3-ecbc4727f5b0.txt b/texts/28d4b992-546b-4f25-8af3-ecbc4727f5b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..70800872198a95e2b7620a98a82f75944e98df63 --- /dev/null +++ b/texts/28d4b992-546b-4f25-8af3-ecbc4727f5b0.txt @@ -0,0 +1 @@ +A puppy has the three letters ljn on the snowy ground.There is a Christmas tree on the snow. \ No newline at end of file diff --git a/texts/28e5de7e-d7b1-4802-8b71-9d6387f516c7.txt b/texts/28e5de7e-d7b1-4802-8b71-9d6387f516c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..168668d70f9a0141cfb76bb1d6a34f03ae1713a2 --- /dev/null +++ b/texts/28e5de7e-d7b1-4802-8b71-9d6387f516c7.txt @@ -0,0 +1 @@ +There is a green Christmas tree next to the fireplace, which is beautifully decorated. There are several kittens of different colors lying on the sofa in front of the fireplace, sleepy. Under the dim yellow light, the atmosphere is excellent. \ No newline at end of file diff --git a/texts/28eb5ab4-c286-4fbc-af9a-47b37af7377a.txt b/texts/28eb5ab4-c286-4fbc-af9a-47b37af7377a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cfe2a63c96fc20548e6f542d98938510fd66131 --- /dev/null +++ b/texts/28eb5ab4-c286-4fbc-af9a-47b37af7377a.txt @@ -0,0 +1 @@ +At night, a gray-white kitten with a Christmas hat sits on the snow. There is a Christmas tree next to it, and "Lin" is written on the snow. \ No newline at end of file diff --git a/texts/28ec9488-fb1d-452a-be08-5492c2e7f415.txt b/texts/28ec9488-fb1d-452a-be08-5492c2e7f415.txt new file mode 100644 index 0000000000000000000000000000000000000000..e313cb9ada04002e4b8b6e1bc1cf0f2bec8a5221 --- /dev/null +++ b/texts/28ec9488-fb1d-452a-be08-5492c2e7f415.txt @@ -0,0 +1 @@ +Happy Mickey Fireplace Crown \ No newline at end of file diff --git a/texts/28ede5ca-f010-4350-a622-ce1f6741f41f.txt b/texts/28ede5ca-f010-4350-a622-ce1f6741f41f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b04562b46263ce1ddcd2c0945f9591f949cbdd4 --- /dev/null +++ b/texts/28ede5ca-f010-4350-a622-ce1f6741f41f.txt @@ -0,0 +1 @@ +Kitten looking out the window at the snow \ No newline at end of file diff --git a/texts/28ef4589-90a4-4687-9bd9-7c9f4d1b117e.txt b/texts/28ef4589-90a4-4687-9bd9-7c9f4d1b117e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cf1514960fea01dcfb6fe731d477f20e6380344 --- /dev/null +++ b/texts/28ef4589-90a4-4687-9bd9-7c9f4d1b117e.txt @@ -0,0 +1 @@ +an apple in snow \ No newline at end of file diff --git a/texts/28f4999f-8422-4e9d-9e75-e0499da3fd3e.txt b/texts/28f4999f-8422-4e9d-9e75-e0499da3fd3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea7de7cdd9727e567412c0f5307f4ee18e94df90 --- /dev/null +++ b/texts/28f4999f-8422-4e9d-9e75-e0499da3fd3e.txt @@ -0,0 +1 @@ +a cute little dear wearing a light soft brown warm fluffy stars pattern cotton cloth, standing in the snow, side perspective, midnight Christmas vibe \ No newline at end of file diff --git a/texts/28f5b08d-8a7f-4614-9a9c-0278d1e943a8.txt b/texts/28f5b08d-8a7f-4614-9a9c-0278d1e943a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f404d9ca02b258f8443d3890854cd79427db44e --- /dev/null +++ b/texts/28f5b08d-8a7f-4614-9a9c-0278d1e943a8.txt @@ -0,0 +1 @@ +minions flying in universe \ No newline at end of file diff --git a/texts/28fc4408-83ec-45e8-ad1d-0343f8dcb063.txt b/texts/28fc4408-83ec-45e8-ad1d-0343f8dcb063.txt new file mode 100644 index 0000000000000000000000000000000000000000..d51978f516bf40d4ab64b648f8a94bcbe5fd8886 --- /dev/null +++ b/texts/28fc4408-83ec-45e8-ad1d-0343f8dcb063.txt @@ -0,0 +1 @@ +Hello kitty sitting by the seaside watching fireworks, with "Lucky Ran" written in the snow. \ No newline at end of file diff --git a/texts/2902e1ed-c65d-457c-8c19-111ee3ba6374.txt b/texts/2902e1ed-c65d-457c-8c19-111ee3ba6374.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b20ed163dcda6ffb13317b8ee00d777492bb2ef --- /dev/null +++ b/texts/2902e1ed-c65d-457c-8c19-111ee3ba6374.txt @@ -0,0 +1 @@ +A small white Labrador puppy sitting in the snow, wearing stylish sunglasses and a Mickey Mouse headband on its head. The puppy is tilting its head slightly, smiling playfully, surrounded by a bright and serene snowy landscape under a clear blue sky. The scene is whimsical and joyful, emphasizing the playful nature of the puppy \ No newline at end of file diff --git a/texts/290b934f-4f51-4a06-b537-945374819133.txt b/texts/290b934f-4f51-4a06-b537-945374819133.txt new file mode 100644 index 0000000000000000000000000000000000000000..f58133144b2adb98bd3ae2129e703cac1dfaf15b --- /dev/null +++ b/texts/290b934f-4f51-4a06-b537-945374819133.txt @@ -0,0 +1 @@ +writing hyq in the snow \ No newline at end of file diff --git a/texts/290d68eb-281d-4afe-b122-ccf253e533b6.txt b/texts/290d68eb-281d-4afe-b122-ccf253e533b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4608312d0e5dc053df6a073736054fd3dbbd238f --- /dev/null +++ b/texts/290d68eb-281d-4afe-b122-ccf253e533b6.txt @@ -0,0 +1 @@ +a young lady with long black straight hair riding a white horse in Paris street, photo angle from far and front, with iconic Parisian buildings \ No newline at end of file diff --git a/texts/2914ff53-e183-4ece-bc8b-41cf37059fce.txt b/texts/2914ff53-e183-4ece-bc8b-41cf37059fce.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c1ee995c7c595e2ea05a7c0e8af7708a9ecd7d5 --- /dev/null +++ b/texts/2914ff53-e183-4ece-bc8b-41cf37059fce.txt @@ -0,0 +1 @@ +A surveillance camera in the corner \ No newline at end of file diff --git a/texts/291c3554-3be3-46ec-8878-49a71cc40ac7.txt b/texts/291c3554-3be3-46ec-8878-49a71cc40ac7.txt new file mode 100644 index 0000000000000000000000000000000000000000..672a031b841948a851165f375fb9e863fd37f88d --- /dev/null +++ b/texts/291c3554-3be3-46ec-8878-49a71cc40ac7.txt @@ -0,0 +1 @@ +Pikachu and Grey Huskies sat in the snow, gazing at Mount Fuji in the distance, with a Christmas tree behind them \ No newline at end of file diff --git a/texts/291f260f-a7ec-4071-b0f2-fb15d671a8a1.txt b/texts/291f260f-a7ec-4071-b0f2-fb15d671a8a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e07d194c616ede7e6efe0039e9cd2ac3346d76ca --- /dev/null +++ b/texts/291f260f-a7ec-4071-b0f2-fb15d671a8a1.txt @@ -0,0 +1 @@ +A Siamese cat sits in a cabin surrounded by butterflies as snow falls outside the house in a Christmasy atmosphere \ No newline at end of file diff --git a/texts/292491af-2a01-4e90-877f-4da2cc0f80da.txt b/texts/292491af-2a01-4e90-877f-4da2cc0f80da.txt new file mode 100644 index 0000000000000000000000000000000000000000..330ced9ac625b1314bd596af69338511923d292a --- /dev/null +++ b/texts/292491af-2a01-4e90-877f-4da2cc0f80da.txt @@ -0,0 +1 @@ +A row of tulips grows in the snowy night in winter. \ No newline at end of file diff --git a/texts/293598f5-f6ce-4335-b145-8dd8f538450f.txt b/texts/293598f5-f6ce-4335-b145-8dd8f538450f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1587f86ab5a2992d1fd6d3766e66a57e736a9ff --- /dev/null +++ b/texts/293598f5-f6ce-4335-b145-8dd8f538450f.txt @@ -0,0 +1 @@ +White mini bichon-poodle in jacket watching arclight with a horse with gloves and scarf \ No newline at end of file diff --git a/texts/29373b47-e6f6-43cb-bfbd-f72e56c4916f.txt b/texts/29373b47-e6f6-43cb-bfbd-f72e56c4916f.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd6c5209aa6412e5566cfaf1fe799946047e2eea --- /dev/null +++ b/texts/29373b47-e6f6-43cb-bfbd-f72e56c4916f.txt @@ -0,0 +1 @@ +a snoopy doll taking photos with nikon in front of a fired house \ No newline at end of file diff --git a/texts/293ef36a-81e0-4ee3-9490-d57a85e762e5.txt b/texts/293ef36a-81e0-4ee3-9490-d57a85e762e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa394d5968639e6b3df3533e97fe653c431fe18b --- /dev/null +++ b/texts/293ef36a-81e0-4ee3-9490-d57a85e762e5.txt @@ -0,0 +1 @@ +At the seaside, it's snowing, the Christmas tree, in the dark night, fireworks are setting off in the sky, a Hellokitty in a suit and a Hellokitty in a wedding dress are together, with W&Z written next to it. \ No newline at end of file diff --git a/texts/2957c094-8278-40cd-8a91-50b5945e1c9a.txt b/texts/2957c094-8278-40cd-8a91-50b5945e1c9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a0d7a890c3da8b9d8b7c3b81101093e276b0bfb --- /dev/null +++ b/texts/2957c094-8278-40cd-8a91-50b5945e1c9a.txt @@ -0,0 +1 @@ +The sparrow wore a birthday hat and sat in front of a cake filled with colorful candles. The walls of the house were creamy and flowing with the texture of frosting as if it would flow. The glowing candy balloons were floating around in warm tones \ No newline at end of file diff --git a/texts/295f7259-fdfa-4d05-b86b-fbc119615f23.txt b/texts/295f7259-fdfa-4d05-b86b-fbc119615f23.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c0321d8e70d42708105d04f436eaf4cd21c6d66 --- /dev/null +++ b/texts/295f7259-fdfa-4d05-b86b-fbc119615f23.txt @@ -0,0 +1 @@ +tapir in the tropical rain forest \ No newline at end of file diff --git a/texts/29633209-2ee9-41c8-9896-843078c95078.txt b/texts/29633209-2ee9-41c8-9896-843078c95078.txt new file mode 100644 index 0000000000000000000000000000000000000000..43305766fe4225e8744a6afcb1d68f5d1ed0d3a6 --- /dev/null +++ b/texts/29633209-2ee9-41c8-9896-843078c95078.txt @@ -0,0 +1 @@ +Black combined with dark blue, starry sky and sea, no humans \ No newline at end of file diff --git a/texts/296e7f2b-f4c9-4ee5-bd30-51069631af8b.txt b/texts/296e7f2b-f4c9-4ee5-bd30-51069631af8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c10a2ddb7a5bf8e6059dc9c893b914cc714a4ca7 --- /dev/null +++ b/texts/296e7f2b-f4c9-4ee5-bd30-51069631af8b.txt @@ -0,0 +1 @@ +a lovely otter with a christmas tree, in a snowy night \ No newline at end of file diff --git a/texts/29711d19-aa7d-4e37-983b-98264b87d796.txt b/texts/29711d19-aa7d-4e37-983b-98264b87d796.txt new file mode 100644 index 0000000000000000000000000000000000000000..33c439161e6421f05915f1242da6d5d2e35d2fdb --- /dev/null +++ b/texts/29711d19-aa7d-4e37-983b-98264b87d796.txt @@ -0,0 +1 @@ +A white silver gradient little fat cat with a pink scarf is watching fireworks and drinking coffee \ No newline at end of file diff --git a/texts/29790016-4c3e-47e4-aeae-467960f2e123.txt b/texts/29790016-4c3e-47e4-aeae-467960f2e123.txt new file mode 100644 index 0000000000000000000000000000000000000000..00d49edc0f24e0679944757518597026ce607ae7 --- /dev/null +++ b/texts/29790016-4c3e-47e4-aeae-467960f2e123.txt @@ -0,0 +1 @@ +A black cat and a white cat sat in the snow with blue butterfly wings, trees in the distance, and glowing bubbles in the sky \ No newline at end of file diff --git a/texts/297a0e1a-0689-42b1-bc9c-13acf26285ce.txt b/texts/297a0e1a-0689-42b1-bc9c-13acf26285ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..57b3211c7ac9a9e48cf8ef19d497faa94e784dc7 --- /dev/null +++ b/texts/297a0e1a-0689-42b1-bc9c-13acf26285ce.txt @@ -0,0 +1 @@ +Hello Kitty is holding a cake on the beach0103 \ No newline at end of file diff --git a/texts/297ec1e4-e823-4f81-9479-1c9d5c2768b8.txt b/texts/297ec1e4-e823-4f81-9479-1c9d5c2768b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e74e2476c3b0d43ee6451c1b32425b5f69491ce --- /dev/null +++ b/texts/297ec1e4-e823-4f81-9479-1c9d5c2768b8.txt @@ -0,0 +1 @@ +A Chinese man, in the snow at night, smoking a cigarette, has a vintage TV set, and a sheep, he wears plaided clothes jeans, wearing a jacket, wearing a hat and gloves, the sky is snowing heavily, there are pine trees next to it, holding balloons of various colors, the sky is blue, a purple butterfly on the head of the male god \ No newline at end of file diff --git a/texts/29878555-cd60-4878-aebc-61ea94e63794.txt b/texts/29878555-cd60-4878-aebc-61ea94e63794.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac2cb53f638f56816674504cc112f38ee62f5488 --- /dev/null +++ b/texts/29878555-cd60-4878-aebc-61ea94e63794.txt @@ -0,0 +1 @@ +Black cat, snow, butterflies, dear \ No newline at end of file diff --git a/texts/298839c2-6e6b-4600-a626-85b675f968fd.txt b/texts/298839c2-6e6b-4600-a626-85b675f968fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ed1de970e2b3d5a01723f98257b09fcd177168a --- /dev/null +++ b/texts/298839c2-6e6b-4600-a626-85b675f968fd.txt @@ -0,0 +1 @@ +Big-eared Abyssinian cat wearing glasses holding a wine glass and looking at a burning computer \ No newline at end of file diff --git a/texts/29907b67-1b86-43ac-9678-e38034dfb23b.txt b/texts/29907b67-1b86-43ac-9678-e38034dfb23b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7127fca2434150891b80b5b1d1126800a2f87d0 --- /dev/null +++ b/texts/29907b67-1b86-43ac-9678-e38034dfb23b.txt @@ -0,0 +1 @@ +a child watching a bold text "Stone is a silly" on fire, the child overlooks the valley, bold text "Stone is a silly" fire in the field. \ No newline at end of file diff --git a/texts/29ab2c1f-7d77-4110-b058-16f5d1dd7ae3.txt b/texts/29ab2c1f-7d77-4110-b058-16f5d1dd7ae3.txt new file mode 100644 index 0000000000000000000000000000000000000000..12865538fe55099b36f247ab3a752d478d3eec3a --- /dev/null +++ b/texts/29ab2c1f-7d77-4110-b058-16f5d1dd7ae3.txt @@ -0,0 +1 @@ +The kitten watched the butterfly under the volcanic eruption, and there were bubbles next to it. \ No newline at end of file diff --git a/texts/29ade6e8-2153-4c16-bd42-4eeb4bf3488b.txt b/texts/29ade6e8-2153-4c16-bd42-4eeb4bf3488b.txt new file mode 100644 index 0000000000000000000000000000000000000000..41aee58fe4b2877547bc1ec703fc9dd79d126d57 --- /dev/null +++ b/texts/29ade6e8-2153-4c16-bd42-4eeb4bf3488b.txt @@ -0,0 +1 @@ +On the table there is a Bauhaus-style, square, yellow transparent acrylic table lamp without a base. The lamp has a light source, and next to it is an abstract painting. \ No newline at end of file diff --git a/texts/29b136bc-4013-46ce-8c74-f442ecc9d02e.txt b/texts/29b136bc-4013-46ce-8c74-f442ecc9d02e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fa619c0037b7c7e64a47fcc3800e20420ebfec2 --- /dev/null +++ b/texts/29b136bc-4013-46ce-8c74-f442ecc9d02e.txt @@ -0,0 +1 @@ +Two seamstresses sewing a minimalist wedding dress with threads, patterns and white fabrics at their side \ No newline at end of file diff --git a/texts/29b1993e-ad14-4526-a02b-2991e4d96f29.txt b/texts/29b1993e-ad14-4526-a02b-2991e4d96f29.txt new file mode 100644 index 0000000000000000000000000000000000000000..862135c8b3857c0d6bb2f717136c953b4ce51281 --- /dev/null +++ b/texts/29b1993e-ad14-4526-a02b-2991e4d96f29.txt @@ -0,0 +1 @@ +four fingers \ No newline at end of file diff --git a/texts/29bc56df-7483-47bc-a7ee-b69f92bec758.txt b/texts/29bc56df-7483-47bc-a7ee-b69f92bec758.txt new file mode 100644 index 0000000000000000000000000000000000000000..8236fd3b943917e8e8db9d39af7faf52ed8aab81 --- /dev/null +++ b/texts/29bc56df-7483-47bc-a7ee-b69f92bec758.txt @@ -0,0 +1 @@ +A chubby British shorthair golden tabby cat wearing a hat with Christmas elements sitting at a small dining table holding a coffee cup and drinking coffee, cat anthropomorphism \ No newline at end of file diff --git a/texts/29be635a-3e77-4ad5-bd83-4190b265a61d.txt b/texts/29be635a-3e77-4ad5-bd83-4190b265a61d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a6071683784eeda0a0722fdda31f1c3c96e9743 --- /dev/null +++ b/texts/29be635a-3e77-4ad5-bd83-4190b265a61d.txt @@ -0,0 +1 @@ +The sheep with the pattern of stars walk in the starry sky, and the notes float in the air \ No newline at end of file diff --git a/texts/29ca824c-b409-4edd-ba7d-9b98dc2e5977.txt b/texts/29ca824c-b409-4edd-ba7d-9b98dc2e5977.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1af188db2fd9b6051afc660490426376b29065b --- /dev/null +++ b/texts/29ca824c-b409-4edd-ba7d-9b98dc2e5977.txt @@ -0,0 +1 @@ +The cute dog is teacher,wearing a beret,Working in front of a computer,retroatmosphere, heavyshadows, high contrast,flash, dark corners,overexposure, highlightoverflow, high grain \ No newline at end of file diff --git a/texts/29e4f3fa-dba5-47b9-a2d1-4f33e962d339.txt b/texts/29e4f3fa-dba5-47b9-a2d1-4f33e962d339.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4e69a7e204b20874edb9583fe3964daccf951b1 --- /dev/null +++ b/texts/29e4f3fa-dba5-47b9-a2d1-4f33e962d339.txt @@ -0,0 +1 @@ +Baby lion ,Starry Sky, The Word "Sonam" Is Spelled With Diamonds, the background is full of Red Roses .The crimson roses should be closer, and the word "Sonam" should be very shiny. \ No newline at end of file diff --git a/texts/29e6946f-110c-480c-803f-293ce32682c8.txt b/texts/29e6946f-110c-480c-803f-293ce32682c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bebe5f4beb243399c3e50051a79ca1a89439ac4 --- /dev/null +++ b/texts/29e6946f-110c-480c-803f-293ce32682c8.txt @@ -0,0 +1 @@ +The black kitten and unicorn are having a picnic on a lake in the Arctic, and there are many stars on the picnic spot \ No newline at end of file diff --git a/texts/29f0e028-2c70-494c-b115-ea41c11c5770.txt b/texts/29f0e028-2c70-494c-b115-ea41c11c5770.txt new file mode 100644 index 0000000000000000000000000000000000000000..53ed137d522b1e83416f115bc542986513f4edfc --- /dev/null +++ b/texts/29f0e028-2c70-494c-b115-ea41c11c5770.txt @@ -0,0 +1 @@ +Emotions Music box Daydream Butterfly Rainbow Glitter Emancipation Heavenly Caution \ No newline at end of file diff --git a/texts/29f2cfbd-782a-4a31-bf8e-00d767d087e3.txt b/texts/29f2cfbd-782a-4a31-bf8e-00d767d087e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b63b82b7afb03a20f4a75af2dbbca1e35375b7 --- /dev/null +++ b/texts/29f2cfbd-782a-4a31-bf8e-00d767d087e3.txt @@ -0,0 +1 @@ +hello kitty wearing a ghost face mask \ No newline at end of file diff --git a/texts/29f571a7-1670-4860-9de4-0e8c734a4207.txt b/texts/29f571a7-1670-4860-9de4-0e8c734a4207.txt new file mode 100644 index 0000000000000000000000000000000000000000..67e0f32c4696b3284684438e97d9a0eab22dd041 --- /dev/null +++ b/texts/29f571a7-1670-4860-9de4-0e8c734a4207.txt @@ -0,0 +1 @@ +Gold and Elegant Cheese Love's Day Card Template \ No newline at end of file diff --git a/texts/29fff9d0-ded6-4738-b9b7-33c5dcf53bb6.txt b/texts/29fff9d0-ded6-4738-b9b7-33c5dcf53bb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..c43fc6a78c17f371c229835eae386c809b44a036 --- /dev/null +++ b/texts/29fff9d0-ded6-4738-b9b7-33c5dcf53bb6.txt @@ -0,0 +1 @@ +Spring Festival \ No newline at end of file diff --git a/texts/2a0886f8-00e2-4f5f-8c51-c7c8bf196130.txt b/texts/2a0886f8-00e2-4f5f-8c51-c7c8bf196130.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4e276a1940adec855c870c211ab8e2f27af36e5 --- /dev/null +++ b/texts/2a0886f8-00e2-4f5f-8c51-c7c8bf196130.txt @@ -0,0 +1 @@ +A Samoyed dog with white wings in the snow has a blue butterfly perched on its nose \ No newline at end of file diff --git a/texts/2a110709-cc09-4bf7-b76a-9b3a7a8086c3.txt b/texts/2a110709-cc09-4bf7-b76a-9b3a7a8086c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..bee371a7732c3ab3f2f58579e14888e9024bd979 --- /dev/null +++ b/texts/2a110709-cc09-4bf7-b76a-9b3a7a8086c3.txt @@ -0,0 +1 @@ +Aurora in the blues moment, a little cat and spotted deer by the seaside, with waves and waves crashing \ No newline at end of file diff --git a/texts/2a197be3-e421-47a3-8a6d-524b219a9936.txt b/texts/2a197be3-e421-47a3-8a6d-524b219a9936.txt new file mode 100644 index 0000000000000000000000000000000000000000..f994bb4320153001756a0f3ad78658e9a06c0035 --- /dev/null +++ b/texts/2a197be3-e421-47a3-8a6d-524b219a9936.txt @@ -0,0 +1 @@ +A golden retriever puppy is having fried eggs and sandwiches next to the window in the early morning. \ No newline at end of file diff --git a/texts/2a1e8aaa-59e3-485e-a10c-40d7f390cc19.txt b/texts/2a1e8aaa-59e3-485e-a10c-40d7f390cc19.txt new file mode 100644 index 0000000000000000000000000000000000000000..09a4332f1c584baf93bd04528d4952860994cd94 --- /dev/null +++ b/texts/2a1e8aaa-59e3-485e-a10c-40d7f390cc19.txt @@ -0,0 +1 @@ +The wandering sun in the universe \ No newline at end of file diff --git a/texts/2a1f767b-688f-4752-88bb-b8d5518fd366.txt b/texts/2a1f767b-688f-4752-88bb-b8d5518fd366.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cded4ce6b70937388f724f7715db15698829ee9 --- /dev/null +++ b/texts/2a1f767b-688f-4752-88bb-b8d5518fd366.txt @@ -0,0 +1 @@ +A lonely man, a boat, a blue sea, moonlight, loneliness \ No newline at end of file diff --git a/texts/2a31a4d0-c215-413b-a0e3-9f1fa81e67fc.txt b/texts/2a31a4d0-c215-413b-a0e3-9f1fa81e67fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..de5873e2aa48ea69db34a4236bd4509af943d599 --- /dev/null +++ b/texts/2a31a4d0-c215-413b-a0e3-9f1fa81e67fc.txt @@ -0,0 +1 @@ +word zwq in the snow at sunset with fireworks \ No newline at end of file diff --git a/texts/2a351212-3cc5-4ac1-a495-b809528df563.txt b/texts/2a351212-3cc5-4ac1-a495-b809528df563.txt new file mode 100644 index 0000000000000000000000000000000000000000..91bfb318f367457a05d6eb7b274e64af560ce1a9 --- /dev/null +++ b/texts/2a351212-3cc5-4ac1-a495-b809528df563.txt @@ -0,0 +1 @@ +Nothernlight, white fluffy puppy, light snow, drak blue sky, snowman and christmas tree \ No newline at end of file diff --git a/texts/2a4624ae-d5e1-4e49-9ca5-48c088c571a3.txt b/texts/2a4624ae-d5e1-4e49-9ca5-48c088c571a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ff8874600aec2e87ceedd5f6b004d232da57a5f --- /dev/null +++ b/texts/2a4624ae-d5e1-4e49-9ca5-48c088c571a3.txt @@ -0,0 +1 @@ +Two lions are running \ No newline at end of file diff --git a/texts/2a56c754-7ce6-42b6-ba7c-269b9f54cfd2.txt b/texts/2a56c754-7ce6-42b6-ba7c-269b9f54cfd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c786cdd88e378b839f46c05ad4ffd61d6fdcb5b --- /dev/null +++ b/texts/2a56c754-7ce6-42b6-ba7c-269b9f54cfd2.txt @@ -0,0 +1 @@ +A Hello Kitty with birthday on November 29 \ No newline at end of file diff --git a/texts/2a5dd029-5f42-4990-b40d-4c5fc1500f5e.txt b/texts/2a5dd029-5f42-4990-b40d-4c5fc1500f5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f3eb99fb356c5db2b576a8cb6064a8f48766396 --- /dev/null +++ b/texts/2a5dd029-5f42-4990-b40d-4c5fc1500f5e.txt @@ -0,0 +1 @@ +A fluffy white rabbit kisses a sleeping fox \ No newline at end of file diff --git a/texts/2a64b227-4e65-4480-9c18-0fa9ccced8f3.txt b/texts/2a64b227-4e65-4480-9c18-0fa9ccced8f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..70593a2b67eb07596ac9ab3c03acb7c70e1821b2 --- /dev/null +++ b/texts/2a64b227-4e65-4480-9c18-0fa9ccced8f3.txt @@ -0,0 +1 @@ +Bichon Frise in the snow, goose feather heavy snow, birthday, aurora \ No newline at end of file diff --git a/texts/2a725562-d28c-4564-b301-0407e747a510.txt b/texts/2a725562-d28c-4564-b301-0407e747a510.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0cae675c489acc5f65382dbb6b3ba10c9cd22be --- /dev/null +++ b/texts/2a725562-d28c-4564-b301-0407e747a510.txt @@ -0,0 +1 @@ +A Yorkshire puppy and maltese puppy is playing with mickey in Disney. \ No newline at end of file diff --git a/texts/2a857a97-9c23-420a-8b7e-e0d8397459f4.txt b/texts/2a857a97-9c23-420a-8b7e-e0d8397459f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..413206b33039200d613af922a2b9c508127ebb53 --- /dev/null +++ b/texts/2a857a97-9c23-420a-8b7e-e0d8397459f4.txt @@ -0,0 +1 @@ +A kitten is singing, and a large photo is falling. In the photo, there is a kitten playing baseball, snowing, and a red scarf. \ No newline at end of file diff --git a/texts/2a995623-9ccd-4828-a718-e6900017937f.txt b/texts/2a995623-9ccd-4828-a718-e6900017937f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dcbc9ddd3bb81f4ea75f5d86d38b9d0833098e4 --- /dev/null +++ b/texts/2a995623-9ccd-4828-a718-e6900017937f.txt @@ -0,0 +1 @@ +The crow is inlaid with shells. \ No newline at end of file diff --git a/texts/2a9d80db-d9c4-4554-b546-4bdb14d29ef2.txt b/texts/2a9d80db-d9c4-4554-b546-4bdb14d29ef2.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd64004f13bcc018a0546f1f605f14d04f29f8d1 --- /dev/null +++ b/texts/2a9d80db-d9c4-4554-b546-4bdb14d29ef2.txt @@ -0,0 +1 @@ +Transparent gummy bears dancing in the snow at Christmas ... \ No newline at end of file diff --git a/texts/2aa201de-01a1-4859-9c87-7299d3e4ab22.txt b/texts/2aa201de-01a1-4859-9c87-7299d3e4ab22.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf5849aa94d59b4d66f9fe255a351e1acef0dd7b --- /dev/null +++ b/texts/2aa201de-01a1-4859-9c87-7299d3e4ab22.txt @@ -0,0 +1 @@ +You make me mad, I'm fire again. \ No newline at end of file diff --git a/texts/2ac7422e-efc3-4dc5-bcaf-73c8f81895da.txt b/texts/2ac7422e-efc3-4dc5-bcaf-73c8f81895da.txt new file mode 100644 index 0000000000000000000000000000000000000000..174e0e4840155142fc41968d367dae4c3bd06a56 --- /dev/null +++ b/texts/2ac7422e-efc3-4dc5-bcaf-73c8f81895da.txt @@ -0,0 +1 @@ +A small brown bear is watching fireworks in the sky on the beach. There are a bunch of flowers on the beach \ No newline at end of file diff --git a/texts/2ad03336-82dd-4ddb-aa8d-d0e84ba21f80.txt b/texts/2ad03336-82dd-4ddb-aa8d-d0e84ba21f80.txt new file mode 100644 index 0000000000000000000000000000000000000000..246159a46f8daa09a52e03abe622741e53b910c7 --- /dev/null +++ b/texts/2ad03336-82dd-4ddb-aa8d-d0e84ba21f80.txt @@ -0,0 +1 @@ +A rabbit in a skirt is drinking tea \ No newline at end of file diff --git a/texts/2ad1f83d-61ae-466a-b586-b4e12758d397.txt b/texts/2ad1f83d-61ae-466a-b586-b4e12758d397.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cb7214fde778adace7f3879113706d488d84392 --- /dev/null +++ b/texts/2ad1f83d-61ae-466a-b586-b4e12758d397.txt @@ -0,0 +1 @@ +Write riwoo and leehan in the snow next to the Christmas tree under the stars at night \ No newline at end of file diff --git a/texts/2ad52176-6265-4fa2-b1de-31affe5757fe.txt b/texts/2ad52176-6265-4fa2-b1de-31affe5757fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..20db17339cc457123ca2751f89892b278728daf7 --- /dev/null +++ b/texts/2ad52176-6265-4fa2-b1de-31affe5757fe.txt @@ -0,0 +1 @@ +A black cat is looking at the camera in the snow,pink bowknot,blue sky,sunshine \ No newline at end of file diff --git a/texts/2ad679d2-0472-43e7-a7b6-7ad503d6c5d8.txt b/texts/2ad679d2-0472-43e7-a7b6-7ad503d6c5d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..68df517d948e4de4aa5573a2d3d556e21632e414 --- /dev/null +++ b/texts/2ad679d2-0472-43e7-a7b6-7ad503d6c5d8.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "WZM" written on the ground. \ No newline at end of file diff --git a/texts/2ad6de75-f845-4be3-8856-c3eaf849121b.txt b/texts/2ad6de75-f845-4be3-8856-c3eaf849121b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f31425664b712928b0ab2b56fc27d49f39a1b2b6 --- /dev/null +++ b/texts/2ad6de75-f845-4be3-8856-c3eaf849121b.txt @@ -0,0 +1 @@ +The minimalist, light and ethereal images tell the story of the interaction between silence, time, people and rivers. \ No newline at end of file diff --git a/texts/2ae261b7-6dc6-42d0-9432-24a903798827.txt b/texts/2ae261b7-6dc6-42d0-9432-24a903798827.txt new file mode 100644 index 0000000000000000000000000000000000000000..1884e184a5b8e38f9952118bea194bf8f640fdf2 --- /dev/null +++ b/texts/2ae261b7-6dc6-42d0-9432-24a903798827.txt @@ -0,0 +1 @@ +Micky mouse holds a cake with 1209 and Alex on the cake .the picture looks very cute and warm \ No newline at end of file diff --git a/texts/2ae43e76-454e-4106-b6fc-2849cf02641e.txt b/texts/2ae43e76-454e-4106-b6fc-2849cf02641e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd7b6d7100adb037eb6276a96f64c345193dff0a --- /dev/null +++ b/texts/2ae43e76-454e-4106-b6fc-2849cf02641e.txt @@ -0,0 +1 @@ +patrick star driving in a vintage car, wearing sunglass \ No newline at end of file diff --git a/texts/2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75.txt b/texts/2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce77df9669b3275525f4a8c5ba1005eb21d62929 --- /dev/null +++ b/texts/2ae6c7d7-40ce-4e2e-befc-c72fc2bcec75.txt @@ -0,0 +1 @@ +camera angles should be wide angle, framing on leading lines, two people clinking milkshake in tall glass \ No newline at end of file diff --git a/texts/2ae9a644-5c5f-4e23-be87-0d4e3459a9c1.txt b/texts/2ae9a644-5c5f-4e23-be87-0d4e3459a9c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..79dcc622fe6b0ef70d52169fdb7322a70673f088 --- /dev/null +++ b/texts/2ae9a644-5c5f-4e23-be87-0d4e3459a9c1.txt @@ -0,0 +1 @@ +golden british short hair cat, casa mila, yellow ribbon, dreamy \ No newline at end of file diff --git a/texts/2af9e73c-1a41-4a38-93b9-c7e131e94601.txt b/texts/2af9e73c-1a41-4a38-93b9-c7e131e94601.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ffb963192fd9619850896b869b3209c917cf960 --- /dev/null +++ b/texts/2af9e73c-1a41-4a38-93b9-c7e131e94601.txt @@ -0,0 +1 @@ +Pikachu is drinking a glass of red wine on an inflatable sofa in the snow \ No newline at end of file diff --git a/texts/2b07c4cf-c0ec-41f2-a091-098aa1dc7853.txt b/texts/2b07c4cf-c0ec-41f2-a091-098aa1dc7853.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5f14486f00035f4f0bbcbf9206923ca68daba35 --- /dev/null +++ b/texts/2b07c4cf-c0ec-41f2-a091-098aa1dc7853.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snowside with the three letters ckq written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful. \ No newline at end of file diff --git a/texts/2b08dccf-9795-4b91-8cce-7b632e2608fd.txt b/texts/2b08dccf-9795-4b91-8cce-7b632e2608fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c90d2b9d56686ad948f43ed0710c1bd867963f3 --- /dev/null +++ b/texts/2b08dccf-9795-4b91-8cce-7b632e2608fd.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is on the snow-covered ground. It's snowing in the sky. There is a grand piano and a big letter R. \ No newline at end of file diff --git a/texts/2b0ed59b-bedb-4931-a12a-ed1d256dcbc7.txt b/texts/2b0ed59b-bedb-4931-a12a-ed1d256dcbc7.txt new file mode 100644 index 0000000000000000000000000000000000000000..45d8745b2be0fe418b8ff02881747278c3363413 --- /dev/null +++ b/texts/2b0ed59b-bedb-4931-a12a-ed1d256dcbc7.txt @@ -0,0 +1 @@ +a West highland terrier and a cat are on the beach with cakes and flowers. In the distance is the sea with fireworks. \ No newline at end of file diff --git a/texts/2b100890-f8b7-4f59-8fd7-76b4fe2d1f04.txt b/texts/2b100890-f8b7-4f59-8fd7-76b4fe2d1f04.txt new file mode 100644 index 0000000000000000000000000000000000000000..b52a52b19a17eb132997216c91c0db16d6997a50 --- /dev/null +++ b/texts/2b100890-f8b7-4f59-8fd7-76b4fe2d1f04.txt @@ -0,0 +1 @@ +On a prairie where the Planet of the Apes rises, the protagonist Caesar communicates with humans who do not want war for a male ape dressed in human clothing \ No newline at end of file diff --git a/texts/2b1208be-6cfb-4375-bf40-1e60f90290f8.txt b/texts/2b1208be-6cfb-4375-bf40-1e60f90290f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..254fd8fd7d8919e0d0f96c2aa9fed08d17a52667 --- /dev/null +++ b/texts/2b1208be-6cfb-4375-bf40-1e60f90290f8.txt @@ -0,0 +1 @@ +A hazy flower. \ No newline at end of file diff --git a/texts/2b13d6b4-f53f-42cc-b7fd-babfb292d0b9.txt b/texts/2b13d6b4-f53f-42cc-b7fd-babfb292d0b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d9e2f4b0acc006c7e9427bf8d345848bb206ea2 --- /dev/null +++ b/texts/2b13d6b4-f53f-42cc-b7fd-babfb292d0b9.txt @@ -0,0 +1 @@ +A character with the head of Disney's Chip, dressed in a black designer outfit, is selling clothes in a boutique against a backdrop of a post-apocalyptic scenario. \ No newline at end of file diff --git a/texts/2b232d0b-17d4-4ef5-9e7a-474ee780a8ac.txt b/texts/2b232d0b-17d4-4ef5-9e7a-474ee780a8ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..7871a1fd15a99013f7dda1a0ba4dca9d68e876ba --- /dev/null +++ b/texts/2b232d0b-17d4-4ef5-9e7a-474ee780a8ac.txt @@ -0,0 +1 @@ +a black cat in wizard hats playing in the snow \ No newline at end of file diff --git a/texts/2b3b16d4-85a6-4134-8a09-dfb7a70d4929.txt b/texts/2b3b16d4-85a6-4134-8a09-dfb7a70d4929.txt new file mode 100644 index 0000000000000000000000000000000000000000..831803e1102800260513702cd3fd52a1314062ae --- /dev/null +++ b/texts/2b3b16d4-85a6-4134-8a09-dfb7a70d4929.txt @@ -0,0 +1 @@ +On a snowy night, a little dog looked up at the stars by the small river \ No newline at end of file diff --git a/texts/2b3ba6b5-b794-4720-82d8-b66ace4b148d.txt b/texts/2b3ba6b5-b794-4720-82d8-b66ace4b148d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a64443f800186b9141c832fc84888de33055f2a --- /dev/null +++ b/texts/2b3ba6b5-b794-4720-82d8-b66ace4b148d.txt @@ -0,0 +1 @@ +a yellow duck is very small and cute, she is wearing a white uniform with a deep brown skirt, listening to music with headphones, sitting in the office with a computer and stationery on the table \ No newline at end of file diff --git a/texts/2b4392ea-55ef-4976-a9e5-bc401e7c28e8.txt b/texts/2b4392ea-55ef-4976-a9e5-bc401e7c28e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0637853928e3f4376daca1ec4ac47d3bf8f1846 --- /dev/null +++ b/texts/2b4392ea-55ef-4976-a9e5-bc401e7c28e8.txt @@ -0,0 +1 @@ +Light pink sky snow has been the west highland dog and flash photography, wearing a knitted cap to reveal a full face, the whole scene is dreamy, dream core, there are many trees in the scene, a young couple dancing in the snow, the characters are far away from the camera \ No newline at end of file diff --git a/texts/2b64fbd2-13bb-4d8d-8137-6493edfb4072.txt b/texts/2b64fbd2-13bb-4d8d-8137-6493edfb4072.txt new file mode 100644 index 0000000000000000000000000000000000000000..81e458aa2bb20596ad75056018073d126fcead42 --- /dev/null +++ b/texts/2b64fbd2-13bb-4d8d-8137-6493edfb4072.txt @@ -0,0 +1 @@ +Moomin is typing on his computer keyboard next to a cake shaped like fireworks and the snow outside the window \ No newline at end of file diff --git a/texts/2b6709df-1a7d-4eae-96f6-072712cefaeb.txt b/texts/2b6709df-1a7d-4eae-96f6-072712cefaeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..73049f1c74f4ab49efa2bfb0757b08ad865f18ef --- /dev/null +++ b/texts/2b6709df-1a7d-4eae-96f6-072712cefaeb.txt @@ -0,0 +1 @@ +The day waves yellow with all its crops. \ No newline at end of file diff --git a/texts/2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7.txt b/texts/2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccea7c92cc6da7388354292fb11be0f48bd7b0ff --- /dev/null +++ b/texts/2b6d9bfb-d8b9-4dbc-a42d-4eadae535af7.txt @@ -0,0 +1 @@ +Please make a "Happy Birthday echo" with rose petals at a hot spring in Hokkaido, Japan, where it is snowing \ No newline at end of file diff --git a/texts/2b722431-d6f2-4230-a0b7-34f2244c46cb.txt b/texts/2b722431-d6f2-4230-a0b7-34f2244c46cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c2623eda21ae66dc2f2770320086cc0509e006b --- /dev/null +++ b/texts/2b722431-d6f2-4230-a0b7-34f2244c46cb.txt @@ -0,0 +1 @@ +Snow falls, there are stars in the sky, and snowflakes float, with cxx written on the snow \ No newline at end of file diff --git a/texts/2b799234-62e8-45f7-a8b7-82d4e0044315.txt b/texts/2b799234-62e8-45f7-a8b7-82d4e0044315.txt new file mode 100644 index 0000000000000000000000000000000000000000..310d58de043e4bdb802f1d7c8c5b2b590adab909 --- /dev/null +++ b/texts/2b799234-62e8-45f7-a8b7-82d4e0044315.txt @@ -0,0 +1 @@ +A Christmas bunny on a hot air balloon. The sky is pink \ No newline at end of file diff --git a/texts/2b83ae99-f837-4617-8746-ab60dd7e4f47.txt b/texts/2b83ae99-f837-4617-8746-ab60dd7e4f47.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0de81316f7755db2fa30dcc1ae68239c52f3628 --- /dev/null +++ b/texts/2b83ae99-f837-4617-8746-ab60dd7e4f47.txt @@ -0,0 +1 @@ +In the Milky Way, colorful paper-like big fish swim gracefully. \ No newline at end of file diff --git a/texts/2b93d94a-b960-4992-8f73-19451306f3d9.txt b/texts/2b93d94a-b960-4992-8f73-19451306f3d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f402f63c781a3a0bab3536b3052c491a4879710 --- /dev/null +++ b/texts/2b93d94a-b960-4992-8f73-19451306f3d9.txt @@ -0,0 +1 @@ +Winnie the Pooh and Jerry the Mouse are on the snow. "X&H" is written on the snow, and the background is the night sky with fireworks. \ No newline at end of file diff --git a/texts/2b9d6310-bcdf-4a35-976f-476f083706a1.txt b/texts/2b9d6310-bcdf-4a35-976f-476f083706a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..670766905980fea78a4c22de2c3001b063171d81 --- /dev/null +++ b/texts/2b9d6310-bcdf-4a35-976f-476f083706a1.txt @@ -0,0 +1 @@ +Please create an image of a soldier rubber ducky holding a flag that says "Better Duck." \ No newline at end of file diff --git a/texts/2b9f915d-5e72-4d2e-9e54-b8477fd2a948.txt b/texts/2b9f915d-5e72-4d2e-9e54-b8477fd2a948.txt new file mode 100644 index 0000000000000000000000000000000000000000..d97166a52579ce56b0022a16329ab83f1a972265 --- /dev/null +++ b/texts/2b9f915d-5e72-4d2e-9e54-b8477fd2a948.txt @@ -0,0 +1 @@ +A fluffy cute British shorthair golden-shaded cat read book on sofa with drink \ No newline at end of file diff --git a/texts/2ba073b5-cf37-4e77-bca1-e4ed450fd378.txt b/texts/2ba073b5-cf37-4e77-bca1-e4ed450fd378.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff1cf08e822d88d4a51564a03df8673bf440b6ca --- /dev/null +++ b/texts/2ba073b5-cf37-4e77-bca1-e4ed450fd378.txt @@ -0,0 +1 @@ +The adorable white West Highland puppy sits on a giant cupcake in the snow with colored powdered sugar on top \ No newline at end of file diff --git a/texts/2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7.txt b/texts/2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa83748da1c945d20c889d68a02cec3bca052af5 --- /dev/null +++ b/texts/2bb70e1f-3fb7-45ff-9b6f-152a044a4ac7.txt @@ -0,0 +1 @@ +Mercedes-Benz C200 wagon. \ No newline at end of file diff --git a/texts/2bb71788-b441-480c-becb-0403dcaca1ca.txt b/texts/2bb71788-b441-480c-becb-0403dcaca1ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f23ef65794f010554adf407ee0d209fb38e822b --- /dev/null +++ b/texts/2bb71788-b441-480c-becb-0403dcaca1ca.txt @@ -0,0 +1 @@ +Hellokitty on the beach with snow and sunset on the snow. And write a word "YQ" on the snow. \ No newline at end of file diff --git a/texts/2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b.txt b/texts/2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f611a07b1b7cc3b539324dc3711fb3c6f17272a1 --- /dev/null +++ b/texts/2bbb1f7a-0b02-45e1-9bdd-3418c451dd5b.txt @@ -0,0 +1 @@ +A black cat on a snowy Christmas day, holding a cake and watching the grand fireworks, retro oversized christmas stockings \ No newline at end of file diff --git a/texts/2bcfa47f-ec2f-4d76-81d6-46088ac6d24c.txt b/texts/2bcfa47f-ec2f-4d76-81d6-46088ac6d24c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cfe2a63c96fc20548e6f542d98938510fd66131 --- /dev/null +++ b/texts/2bcfa47f-ec2f-4d76-81d6-46088ac6d24c.txt @@ -0,0 +1 @@ +At night, a gray-white kitten with a Christmas hat sits on the snow. There is a Christmas tree next to it, and "Lin" is written on the snow. \ No newline at end of file diff --git a/texts/2bd61515-f6a0-47d6-81c8-84e7510a9937.txt b/texts/2bd61515-f6a0-47d6-81c8-84e7510a9937.txt new file mode 100644 index 0000000000000000000000000000000000000000..edd1d14d94b13382c8691848e38e9bf61912ad7e --- /dev/null +++ b/texts/2bd61515-f6a0-47d6-81c8-84e7510a9937.txt @@ -0,0 +1 @@ +The man is sitting on the ground cross-legged arranging flowers. There are many flowers on the ground with a yellow background \ No newline at end of file diff --git a/texts/2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415.txt b/texts/2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415.txt new file mode 100644 index 0000000000000000000000000000000000000000..19f216e6b4cf8af73ca4ce70b272841a6684c195 --- /dev/null +++ b/texts/2bd81bcd-ae3f-4ffa-808f-9f5a9bea2415.txt @@ -0,0 +1 @@ +Cat on the metro, standing like a human, holding a computer, on the way to work, christmas atmosphere \ No newline at end of file diff --git a/texts/2bd95625-c1f3-419e-b41d-3947b49b05d1.txt b/texts/2bd95625-c1f3-419e-b41d-3947b49b05d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0941bb6bc7a014066c96ba8e27ab67ce4f9bbaa4 --- /dev/null +++ b/texts/2bd95625-c1f3-419e-b41d-3947b49b05d1.txt @@ -0,0 +1 @@ +A small red brown Abyssinia cat and a small brown Devon Rex stands on the snowy grassland \ No newline at end of file diff --git a/texts/2be14766-2945-4382-9549-1b8d748925d5.txt b/texts/2be14766-2945-4382-9549-1b8d748925d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d483188174aa01990996d505923f7fd53ed617d0 --- /dev/null +++ b/texts/2be14766-2945-4382-9549-1b8d748925d5.txt @@ -0,0 +1 @@ +We sat around the fire in the snow to keep warm. \ No newline at end of file diff --git a/texts/2be4c047-8a86-4f2f-bf2f-31366584a273.txt b/texts/2be4c047-8a86-4f2f-bf2f-31366584a273.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ea9fd8206bc8ee56ebc64b988c695019d82bdfc --- /dev/null +++ b/texts/2be4c047-8a86-4f2f-bf2f-31366584a273.txt @@ -0,0 +1 @@ +In the luxurious hotel lobby, swimming pools are all under the spiral staircase, and the sunset shines on the shimmering water surface \ No newline at end of file diff --git a/texts/2be74d6c-1a0d-4295-8fee-88bc5c74c11e.txt b/texts/2be74d6c-1a0d-4295-8fee-88bc5c74c11e.txt new file mode 100644 index 0000000000000000000000000000000000000000..20c252f3ff6813fc9a7633a402bc14f8180554e3 --- /dev/null +++ b/texts/2be74d6c-1a0d-4295-8fee-88bc5c74c11e.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "XYQ" engraved on the snow \ No newline at end of file diff --git a/texts/2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc.txt b/texts/2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e475785322416d268fe0f06a8f47dbcfad491f7 --- /dev/null +++ b/texts/2bea0f0c-4497-4eac-a4cc-bc1d6eb9ebfc.txt @@ -0,0 +1 @@ +Snowy day, Christmas, swinging on a swing, teddy bear, bubbles, cake, the sea, lawn, butterfly, Hello Kitty. \ No newline at end of file diff --git a/texts/2beabeb0-94f6-45a7-aea0-e852e1b43ca6.txt b/texts/2beabeb0-94f6-45a7-aea0-e852e1b43ca6.txt new file mode 100644 index 0000000000000000000000000000000000000000..1df6827124edfb48b4160b6881d9e881e10836e0 --- /dev/null +++ b/texts/2beabeb0-94f6-45a7-aea0-e852e1b43ca6.txt @@ -0,0 +1 @@ +Three little kittens and a little white snake \ No newline at end of file diff --git a/texts/2bf020f5-2225-48f5-ab59-3cc247991800.txt b/texts/2bf020f5-2225-48f5-ab59-3cc247991800.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa8178d32ec5f08c3dac4119f44f408a0d1c0cc9 --- /dev/null +++ b/texts/2bf020f5-2225-48f5-ab59-3cc247991800.txt @@ -0,0 +1 @@ +Kumamon set fire to the Kinkaku-ji Temple. \ No newline at end of file diff --git a/texts/2bf9a2ab-91f5-4ddc-bd67-739f4a995007.txt b/texts/2bf9a2ab-91f5-4ddc-bd67-739f4a995007.txt new file mode 100644 index 0000000000000000000000000000000000000000..a29c23472c6b4f30601a3ae3e54edde5201ea28e --- /dev/null +++ b/texts/2bf9a2ab-91f5-4ddc-bd67-739f4a995007.txt @@ -0,0 +1 @@ +Close up shot of a lady sitting on a carpet, frontal face, looking at the camera, vintage dress, holding a dragon in her arms, pink glittery dragon, dream core \ No newline at end of file diff --git a/texts/2bfdf307-328d-45e3-a033-17301d9ab1fb.txt b/texts/2bfdf307-328d-45e3-a033-17301d9ab1fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9abda8f179569ae190f5b2cbb7ea3ed849a34de --- /dev/null +++ b/texts/2bfdf307-328d-45e3-a033-17301d9ab1fb.txt @@ -0,0 +1 @@ +Wolf bit dragon mountain \ No newline at end of file diff --git a/texts/2c0632dd-5534-4bcc-a954-ddcbbfa5a343.txt b/texts/2c0632dd-5534-4bcc-a954-ddcbbfa5a343.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd7dcfcbdbe5dec07bf9b55d31f387438dfd496d --- /dev/null +++ b/texts/2c0632dd-5534-4bcc-a954-ddcbbfa5a343.txt @@ -0,0 +1 @@ +an old boatman wearing hat stands on a boat in the lake ,looking at the stars \ No newline at end of file diff --git a/texts/2c099f33-01ff-4017-aca1-cff39599924d.txt b/texts/2c099f33-01ff-4017-aca1-cff39599924d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e490810f832cabf78443b8684631e0922e60e8b8 --- /dev/null +++ b/texts/2c099f33-01ff-4017-aca1-cff39599924d.txt @@ -0,0 +1 @@ +Looking up, an Asian kid with an exaggerated expression, \ No newline at end of file diff --git a/texts/2c0c3f4a-2325-49a0-9cae-4a5473f742ee.txt b/texts/2c0c3f4a-2325-49a0-9cae-4a5473f742ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..e85280ba5ee016a25b803921d8f9dba609a8feee --- /dev/null +++ b/texts/2c0c3f4a-2325-49a0-9cae-4a5473f742ee.txt @@ -0,0 +1 @@ +A teddy dog sat in the snow, watching the colorful aurora ahead \ No newline at end of file diff --git a/texts/2c0c4479-72f2-4fdb-a019-d19e4057c157.txt b/texts/2c0c4479-72f2-4fdb-a019-d19e4057c157.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d26657aa936224ec15c7ef0c42f30b12e1ab193 --- /dev/null +++ b/texts/2c0c4479-72f2-4fdb-a019-d19e4057c157.txt @@ -0,0 +1 @@ +My heart dwells with a bowl of soup, a pot of fried rice, and a bedside afternoon \ No newline at end of file diff --git a/texts/2c17a947-790b-4667-8027-93b45f056eb3.txt b/texts/2c17a947-790b-4667-8027-93b45f056eb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c141787bfb5b678213e753c1c37a6c003184f7d --- /dev/null +++ b/texts/2c17a947-790b-4667-8027-93b45f056eb3.txt @@ -0,0 +1 @@ +Dark Night, Snow, aurora, sparkles, birthday cake, christmas, deers \ No newline at end of file diff --git a/texts/2c1b1c09-e5f3-405b-bbd0-fc95192c8847.txt b/texts/2c1b1c09-e5f3-405b-bbd0-fc95192c8847.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cb2a5a941a66d54aee6ed9a83e5f517808d265a --- /dev/null +++ b/texts/2c1b1c09-e5f3-405b-bbd0-fc95192c8847.txt @@ -0,0 +1 @@ +Handwritten word "ZZY"in the snow,beach,a red rose standing next to it,drifting snow \ No newline at end of file diff --git a/texts/2c2aa708-e045-4dd0-8ed2-3597b5c4107d.txt b/texts/2c2aa708-e045-4dd0-8ed2-3597b5c4107d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0a26181f8d8ab50aa49b7af7c9defd0e585319f --- /dev/null +++ b/texts/2c2aa708-e045-4dd0-8ed2-3597b5c4107d.txt @@ -0,0 +1 @@ +At night, Snoopy was driving a red sports car on the city streets. \ No newline at end of file diff --git a/texts/2c34bf9d-7784-4516-87bb-d823df9a57fb.txt b/texts/2c34bf9d-7784-4516-87bb-d823df9a57fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..95a2223740bca9e08ca95231d153754e19b44498 --- /dev/null +++ b/texts/2c34bf9d-7784-4516-87bb-d823df9a57fb.txt @@ -0,0 +1 @@ +a teddy dog playing macbook on the bed while taking a coffee \ No newline at end of file diff --git a/texts/2c36d471-7b38-465a-bdae-804a00ec0b98.txt b/texts/2c36d471-7b38-465a-bdae-804a00ec0b98.txt new file mode 100644 index 0000000000000000000000000000000000000000..1758f193ab92d496b0eef573e56fb73d2ede6041 --- /dev/null +++ b/texts/2c36d471-7b38-465a-bdae-804a00ec0b98.txt @@ -0,0 +1 @@ +A concorde plane flying in the snow in a park with swing aside \ No newline at end of file diff --git a/texts/2c37a32d-4e50-418b-8bce-e24a7a8ccab3.txt b/texts/2c37a32d-4e50-418b-8bce-e24a7a8ccab3.txt new file mode 100644 index 0000000000000000000000000000000000000000..15e70c13cfaa73fef5186ce8a71c971099f71d3d --- /dev/null +++ b/texts/2c37a32d-4e50-418b-8bce-e24a7a8ccab3.txt @@ -0,0 +1 @@ +On the snowy ground, there is an incredibly adorable little puppy wearing a cone-shaped hat on its head. In front of the puppy sits a large chocolate ice cream cake with birthday candles shaped like the number 22. Behind the puppy are numerous fir trees, and above its head stretches a starry sky. \ No newline at end of file diff --git a/texts/2c3b1569-1149-4df8-b130-00a438a4b1ce.txt b/texts/2c3b1569-1149-4df8-b130-00a438a4b1ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5b4a5f2f7054a7a1db404b177ba0ae993f7f10 --- /dev/null +++ b/texts/2c3b1569-1149-4df8-b130-00a438a4b1ce.txt @@ -0,0 +1 @@ +A cat and a rabbit get married in a church wearing suits and wedding dresses \ No newline at end of file diff --git a/texts/2c431adc-6f79-4842-bffe-317a288839b2.txt b/texts/2c431adc-6f79-4842-bffe-317a288839b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..12b7a5687939625b853f4e019bb7b404008f119a --- /dev/null +++ b/texts/2c431adc-6f79-4842-bffe-317a288839b2.txt @@ -0,0 +1 @@ +a Samoyed is about to shower while listening music \ No newline at end of file diff --git a/texts/2c542b55-cae8-4a5c-be96-4e3df41a57d8.txt b/texts/2c542b55-cae8-4a5c-be96-4e3df41a57d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..00a20715baab4d0ef431837f46cf51460647ead0 --- /dev/null +++ b/texts/2c542b55-cae8-4a5c-be96-4e3df41a57d8.txt @@ -0,0 +1 @@ +Little wolf with wings is playing guitar in the snow. The background is dotted with yellow stars. White snow falls on the little wolf. There are notes floating. day \ No newline at end of file diff --git a/texts/2c5681f1-973e-4708-82c6-829b7c8fb8b8.txt b/texts/2c5681f1-973e-4708-82c6-829b7c8fb8b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e48db17268b20e6246f9e9985177a4bf1cc33d6 --- /dev/null +++ b/texts/2c5681f1-973e-4708-82c6-829b7c8fb8b8.txt @@ -0,0 +1 @@ +Shanghai sunset, Asian handsome man sitting on rooftop with fairy wings, movie shot, surreal, 2000 style, DVD,preposterous \ No newline at end of file diff --git a/texts/2c578965-ea63-428d-b3df-055203c2ce73.txt b/texts/2c578965-ea63-428d-b3df-055203c2ce73.txt new file mode 100644 index 0000000000000000000000000000000000000000..8172c23548443ee4c6e6078a6b88c4d270801d91 --- /dev/null +++ b/texts/2c578965-ea63-428d-b3df-055203c2ce73.txt @@ -0,0 +1 @@ +HelloKitty The eruption of Mount Fuji Drink tea leisurely \ No newline at end of file diff --git a/texts/2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1.txt b/texts/2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..41fca1c0ba8500a20b7e7cd547d9faacd40e912f --- /dev/null +++ b/texts/2c62e57d-2ecc-4f02-aaac-e1580fd3d9e1.txt @@ -0,0 +1 @@ +Super Impressionism, Cat Work \ No newline at end of file diff --git a/texts/2c70f11f-fe09-4d3a-a049-b7c16fdd7b85.txt b/texts/2c70f11f-fe09-4d3a-a049-b7c16fdd7b85.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a01d9db9da09c4ca8d97d7fe6c4e113fd8b465d --- /dev/null +++ b/texts/2c70f11f-fe09-4d3a-a049-b7c16fdd7b85.txt @@ -0,0 +1 @@ +The water pipes are blooming outside the window. \ No newline at end of file diff --git a/texts/2c7a8a68-37d4-4a2c-96db-fe6048dc9c21.txt b/texts/2c7a8a68-37d4-4a2c-96db-fe6048dc9c21.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc7a4b42d7d4e2f3bd644b9136640d2b7e2ea69d --- /dev/null +++ b/texts/2c7a8a68-37d4-4a2c-96db-fe6048dc9c21.txt @@ -0,0 +1 @@ +Handwritten word "selina " in the snow,a cute hellokitty doll with pink dress standing next to it, sun in the sky,chirtmas tree, LOUIS Vuittonbag, \ No newline at end of file diff --git a/texts/2c810d19-6b1b-43c6-b731-4496131d5167.txt b/texts/2c810d19-6b1b-43c6-b731-4496131d5167.txt new file mode 100644 index 0000000000000000000000000000000000000000..99797233204c3fbaec95c2a1be40e068ecc82b06 --- /dev/null +++ b/texts/2c810d19-6b1b-43c6-b731-4496131d5167.txt @@ -0,0 +1 @@ +Couples kissing, winter, Explosion, fire \ No newline at end of file diff --git a/texts/2c81847d-8f95-47e0-9b8e-a401563d1d94.txt b/texts/2c81847d-8f95-47e0-9b8e-a401563d1d94.txt new file mode 100644 index 0000000000000000000000000000000000000000..05c74e1ed63534db28f4387c7ade8ff053e89b64 --- /dev/null +++ b/texts/2c81847d-8f95-47e0-9b8e-a401563d1d94.txt @@ -0,0 +1 @@ +Goldfish swim above the milky way \ No newline at end of file diff --git a/texts/2c9a163d-4262-473c-a1af-65bf06fd5fd8.txt b/texts/2c9a163d-4262-473c-a1af-65bf06fd5fd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..de55d9048d671e3b91b2388f0cb8478e83ba13ce --- /dev/null +++ b/texts/2c9a163d-4262-473c-a1af-65bf06fd5fd8.txt @@ -0,0 +1 @@ +sunset on the beach, Disney Castle setting off fireworks \ No newline at end of file diff --git a/texts/2ca2f85e-ca78-4376-a526-58cbd4562863.txt b/texts/2ca2f85e-ca78-4376-a526-58cbd4562863.txt new file mode 100644 index 0000000000000000000000000000000000000000..f82ff539af1377a061029d1fefe7674391aee661 --- /dev/null +++ b/texts/2ca2f85e-ca78-4376-a526-58cbd4562863.txt @@ -0,0 +1 @@ +The golden kitten has big round eyes and a round face with medium-long hair. The light brown little teddy dog has big eyes and a round face. It's cute. They celebrate their birthday together. They wear a pink cake and a birthday hat. They sit together. The table has a warm home. \ No newline at end of file diff --git a/texts/2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb.txt b/texts/2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..979fa7486fb4b5d9e63f6940dca83e4c0a99f149 --- /dev/null +++ b/texts/2cb3d234-5e38-49c9-b33c-84cc9bf6e4cb.txt @@ -0,0 +1 @@ +Ornamental fish are sold in the market, and a child looks at the school of fish inside through the glass. The child is a blurry outline, photographed from the perspective inside the glass \ No newline at end of file diff --git a/texts/2cbb4afe-1f53-457b-b1cb-2adb04f0628d.txt b/texts/2cbb4afe-1f53-457b-b1cb-2adb04f0628d.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fc734df128772fcfb6b10f129227f4c2ee9e9d0 --- /dev/null +++ b/texts/2cbb4afe-1f53-457b-b1cb-2adb04f0628d.txt @@ -0,0 +1 @@ +dolphin, rainbow \ No newline at end of file diff --git a/texts/2cbc6a78-d270-4c7f-90f3-825f633cb667.txt b/texts/2cbc6a78-d270-4c7f-90f3-825f633cb667.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e4633e84b0ad7cd55caf92e8da18024b81198ce --- /dev/null +++ b/texts/2cbc6a78-d270-4c7f-90f3-825f633cb667.txt @@ -0,0 +1 @@ +A long-haired ragdoll cat wearing a pink bow is playing in the white snow \ No newline at end of file diff --git a/texts/2ccc4a04-d67f-4cfc-8004-6d2d1018e781.txt b/texts/2ccc4a04-d67f-4cfc-8004-6d2d1018e781.txt new file mode 100644 index 0000000000000000000000000000000000000000..68d9aa18bc863666e330a2b37ac051b8f81b0c95 --- /dev/null +++ b/texts/2ccc4a04-d67f-4cfc-8004-6d2d1018e781.txt @@ -0,0 +1 @@ +A fat tabby cat wearing a scarf eating a popsicle in the snow \ No newline at end of file diff --git a/texts/2cda8a8f-69f9-4211-b5c3-0a7a457128ed.txt b/texts/2cda8a8f-69f9-4211-b5c3-0a7a457128ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..61f3e22ce7172363ffcc50aa322e5b94df2bc9bf --- /dev/null +++ b/texts/2cda8a8f-69f9-4211-b5c3-0a7a457128ed.txt @@ -0,0 +1 @@ +A small fish is watching a little pig in the snow, with yellow stars falling from the sky \ No newline at end of file diff --git a/texts/2ce71a5b-e0f8-4ccf-92df-93680e99652a.txt b/texts/2ce71a5b-e0f8-4ccf-92df-93680e99652a.txt new file mode 100644 index 0000000000000000000000000000000000000000..84b2b66ea8e074f17823f1968e452127d0447331 --- /dev/null +++ b/texts/2ce71a5b-e0f8-4ccf-92df-93680e99652a.txt @@ -0,0 +1 @@ +Maine Coon cat running on the lawn \ No newline at end of file diff --git a/texts/2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8.txt b/texts/2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..55f3726220885aeffaeb4adec42b9688be21b61e --- /dev/null +++ b/texts/2cea1bc4-f1d2-47c9-97c6-6d65ec12c7b8.txt @@ -0,0 +1 @@ +Western restaurant, a Devon Rex cat wearing purple wings, celebrating a birthday, a white cake with violets on top. \ No newline at end of file diff --git a/texts/2cf11f45-7030-4916-ac25-1032e6f2742b.txt b/texts/2cf11f45-7030-4916-ac25-1032e6f2742b.txt new file mode 100644 index 0000000000000000000000000000000000000000..de83ce1f36da7371754669f5fe57bd49cad69e29 --- /dev/null +++ b/texts/2cf11f45-7030-4916-ac25-1032e6f2742b.txt @@ -0,0 +1 @@ +A cute dog play guitar \ No newline at end of file diff --git a/texts/2cff2e5f-13b6-44ce-af05-d87285328e3e.txt b/texts/2cff2e5f-13b6-44ce-af05-d87285328e3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e4a0db5cf881d33b4615ae26ed7b1a34bd521e4 --- /dev/null +++ b/texts/2cff2e5f-13b6-44ce-af05-d87285328e3e.txt @@ -0,0 +1 @@ +atomic bomb causes huge fire all around the world because of a book \ No newline at end of file diff --git a/texts/2d016ad5-2e06-41ab-ab90-e7c55edab592.txt b/texts/2d016ad5-2e06-41ab-ab90-e7c55edab592.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0e7113ccb21f17a3988aee934ac38486a8710f2 --- /dev/null +++ b/texts/2d016ad5-2e06-41ab-ab90-e7c55edab592.txt @@ -0,0 +1 @@ +A Miffy rabbit sits in front of the Eiffel Tower at night \ No newline at end of file diff --git a/texts/2d02ca2a-0646-4e0f-9384-d0a434ea0c34.txt b/texts/2d02ca2a-0646-4e0f-9384-d0a434ea0c34.txt new file mode 100644 index 0000000000000000000000000000000000000000..4276fd0ed7fb8be13f2a0ede3c1f82035cd4985f --- /dev/null +++ b/texts/2d02ca2a-0646-4e0f-9384-d0a434ea0c34.txt @@ -0,0 +1 @@ +tuxedo cat, gangster, gem necklace, christams, white, silver, gold, chill vibe \ No newline at end of file diff --git a/texts/2d0453ef-6d24-4db7-b4f9-e38bff7c3b51.txt b/texts/2d0453ef-6d24-4db7-b4f9-e38bff7c3b51.txt new file mode 100644 index 0000000000000000000000000000000000000000..58db832df27d5a5d9ba516d3e42eaf7ecd48d273 --- /dev/null +++ b/texts/2d0453ef-6d24-4db7-b4f9-e38bff7c3b51.txt @@ -0,0 +1 @@ +A little dog wearing Santa Claus clothes playing guitar in the snow \ No newline at end of file diff --git a/texts/2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4.txt b/texts/2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb98c48349e037755e24f5555642cb2a2937658f --- /dev/null +++ b/texts/2d0b06b8-30f1-4d13-b63a-dd5f5760e0e4.txt @@ -0,0 +1 @@ + a cute brown American Cocker Spaniel, only brown color, beautiful face, round eyes, driving a car ,blingbling \ No newline at end of file diff --git a/texts/2d0d865e-f984-446a-94f3-a9f8ee2fc0c2.txt b/texts/2d0d865e-f984-446a-94f3-a9f8ee2fc0c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f51aa2ed240495a37fb2586f19f95fafd1f5651 --- /dev/null +++ b/texts/2d0d865e-f984-446a-94f3-a9f8ee2fc0c2.txt @@ -0,0 +1 @@ +Two cats watching the aurora borealis in the snow. \ No newline at end of file diff --git a/texts/2d14685c-d2d4-4f20-8ad8-148f0628cb49.txt b/texts/2d14685c-d2d4-4f20-8ad8-148f0628cb49.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd26f31921b1112e2dc8d6a64bc2d1da815dd582 --- /dev/null +++ b/texts/2d14685c-d2d4-4f20-8ad8-148f0628cb49.txt @@ -0,0 +1 @@ +Hello Kitty surfs on the ocean, drinking bubble tea, golden hour, sunset, \ No newline at end of file diff --git a/texts/2d237d06-e8ad-4abd-9e20-b9e55bd8c791.txt b/texts/2d237d06-e8ad-4abd-9e20-b9e55bd8c791.txt new file mode 100644 index 0000000000000000000000000000000000000000..52bfd423c0e8b69f2d5cefd44289c6865386d56e --- /dev/null +++ b/texts/2d237d06-e8ad-4abd-9e20-b9e55bd8c791.txt @@ -0,0 +1 @@ +A lovely cat wrote Happy Birthday yosh next to the birthday cake. \ No newline at end of file diff --git a/texts/2d2bbd02-553d-4de1-87d5-ce65bf63d091.txt b/texts/2d2bbd02-553d-4de1-87d5-ce65bf63d091.txt new file mode 100644 index 0000000000000000000000000000000000000000..55d8157860f36ce269a4e34a5f2f39e8d75584b7 --- /dev/null +++ b/texts/2d2bbd02-553d-4de1-87d5-ce65bf63d091.txt @@ -0,0 +1 @@ + a bartering party logo with a white background for the bar named Modern SeeD \ No newline at end of file diff --git a/texts/2d394ced-3792-4591-a3f6-5b8fd23f883c.txt b/texts/2d394ced-3792-4591-a3f6-5b8fd23f883c.txt new file mode 100644 index 0000000000000000000000000000000000000000..57a087bf8611018466a1fecca2500cc8ac2ff9e0 --- /dev/null +++ b/texts/2d394ced-3792-4591-a3f6-5b8fd23f883c.txt @@ -0,0 +1 @@ +Kitte and puppy in the snow and bubbles with aurora in the background \ No newline at end of file diff --git a/texts/2d39f251-3d59-43ee-bdf0-f9d5731c1dea.txt b/texts/2d39f251-3d59-43ee-bdf0-f9d5731c1dea.txt new file mode 100644 index 0000000000000000000000000000000000000000..df66dfc2a73352a7dbd21dcb0d1c8b963bb4292c --- /dev/null +++ b/texts/2d39f251-3d59-43ee-bdf0-f9d5731c1dea.txt @@ -0,0 +1 @@ +Your wounds are golden yellow \ No newline at end of file diff --git a/texts/2d3b8baa-3017-4831-96b6-f97fe99bee6f.txt b/texts/2d3b8baa-3017-4831-96b6-f97fe99bee6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a8a9234c635c437397892edfc8826c156a31e45 --- /dev/null +++ b/texts/2d3b8baa-3017-4831-96b6-f97fe99bee6f.txt @@ -0,0 +1 @@ +A lonely puppy wanders under the starry night. \ No newline at end of file diff --git a/texts/2d40dec4-bf2f-43a3-8da1-2677d1c81299.txt b/texts/2d40dec4-bf2f-43a3-8da1-2677d1c81299.txt new file mode 100644 index 0000000000000000000000000000000000000000..3082534cbb090ed6cc7f1f78fbb3083ce128d37c --- /dev/null +++ b/texts/2d40dec4-bf2f-43a3-8da1-2677d1c81299.txt @@ -0,0 +1 @@ +A women is picking up snacks in Supermarket, close up on hand \ No newline at end of file diff --git a/texts/2d4daca9-1751-42d1-880f-cdf8a8013ace.txt b/texts/2d4daca9-1751-42d1-880f-cdf8a8013ace.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a0b5549259a31e3abd6c278cdd952ae69557737 --- /dev/null +++ b/texts/2d4daca9-1751-42d1-880f-cdf8a8013ace.txt @@ -0,0 +1 @@ +Hello Kitty is at a hot pot restaurant, with a cocktail on the table, snow outside the window, and fireworks in the sky. \ No newline at end of file diff --git a/texts/2d4f4c58-8b67-477a-9e38-87bf3f465a4b.txt b/texts/2d4f4c58-8b67-477a-9e38-87bf3f465a4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4fa467c2400ec7d8fa2b4db1e77cfa94c57285c --- /dev/null +++ b/texts/2d4f4c58-8b67-477a-9e38-87bf3f465a4b.txt @@ -0,0 +1 @@ +A cream-colored golden retriever with a red bib and Santa hat around its neck sits next to a Christmas tree in the snow \ No newline at end of file diff --git a/texts/2d5a2091-ad76-442b-afaa-b1376c470dea.txt b/texts/2d5a2091-ad76-442b-afaa-b1376c470dea.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/2d5a2091-ad76-442b-afaa-b1376c470dea.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/2d5b1c06-e559-4c8c-bad9-725a2f8c5a08.txt b/texts/2d5b1c06-e559-4c8c-bad9-725a2f8c5a08.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f4f54811c8b7cb63901a7f7556d47c30c056735 --- /dev/null +++ b/texts/2d5b1c06-e559-4c8c-bad9-725a2f8c5a08.txt @@ -0,0 +1 @@ +A light chestnut long-haired lop-eared rabbit is doing chemical experiments in the laboratory. \ No newline at end of file diff --git a/texts/2d5fa9df-5ed7-48f1-9edb-f3a155a8540d.txt b/texts/2d5fa9df-5ed7-48f1-9edb-f3a155a8540d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b59fb0ccf5db51dd9a9677dc69bc66c40da943a4 --- /dev/null +++ b/texts/2d5fa9df-5ed7-48f1-9edb-f3a155a8540d.txt @@ -0,0 +1 @@ +Burning piano, red cross, snow, black cat, forest, blue sky \ No newline at end of file diff --git a/texts/2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2.txt b/texts/2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a92a23ce2eb3aaf9beb78264b593619a20396aeb --- /dev/null +++ b/texts/2d60c85d-69b2-4a4d-8474-f1f1d19bb5e2.txt @@ -0,0 +1 @@ +I want a black and white cat running through the snow with a flower in its mouth and butterflies flying next to it \ No newline at end of file diff --git a/texts/2d6551e6-1227-44e1-9ffd-f8ee57abc5a4.txt b/texts/2d6551e6-1227-44e1-9ffd-f8ee57abc5a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee45cfd26b206a2f7e66d5d26d3f5385577a80d --- /dev/null +++ b/texts/2d6551e6-1227-44e1-9ffd-f8ee57abc5a4.txt @@ -0,0 +1 @@ +Hello Kitty playing with a yellow cat in the snow. \ No newline at end of file diff --git a/texts/2d66e560-f4f2-41a0-8b66-d6eab7aa75d8.txt b/texts/2d66e560-f4f2-41a0-8b66-d6eab7aa75d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..698c42be5e552d31992c0525a0278ff238da8b96 --- /dev/null +++ b/texts/2d66e560-f4f2-41a0-8b66-d6eab7aa75d8.txt @@ -0,0 +1 @@ +west highland snow \ No newline at end of file diff --git a/texts/2d66e672-2662-41bb-b2f2-5ff53a0cfb0f.txt b/texts/2d66e672-2662-41bb-b2f2-5ff53a0cfb0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..18331051b238ab252e43a92bd5edb18614c96e9c --- /dev/null +++ b/texts/2d66e672-2662-41bb-b2f2-5ff53a0cfb0f.txt @@ -0,0 +1 @@ +A black cat was sitting on the sofa with a guitar \ No newline at end of file diff --git a/texts/2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6.txt b/texts/2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..10d71b226240e62e180aef669f9ab2f35389e5a6 --- /dev/null +++ b/texts/2d6b42ab-e8d0-4f75-93b6-c0552cf3b8e6.txt @@ -0,0 +1 @@ +A ragdoll cat wearing a Christmas hat that can be carried is seen in the snow under the aurora, with a Christmas tree next to it \ No newline at end of file diff --git a/texts/2d6c4b14-e5bc-4386-be2d-208089e179cf.txt b/texts/2d6c4b14-e5bc-4386-be2d-208089e179cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed6be1dda628785e5f723ee1c0f0ffefcd54c786 --- /dev/null +++ b/texts/2d6c4b14-e5bc-4386-be2d-208089e179cf.txt @@ -0,0 +1 @@ +Hello Kitty is holding a wine glass by the sea. \ No newline at end of file diff --git a/texts/2d6c5b64-94a7-4707-ae33-1a84fd61df67.txt b/texts/2d6c5b64-94a7-4707-ae33-1a84fd61df67.txt new file mode 100644 index 0000000000000000000000000000000000000000..7323c308b188265f6316a6eac41bc8a99cc9910e --- /dev/null +++ b/texts/2d6c5b64-94a7-4707-ae33-1a84fd61df67.txt @@ -0,0 +1 @@ +A group of elephants wearing skirts are drinking tea in front of a shopping mall called COCO Park. The scene is a snowy scene. \ No newline at end of file diff --git a/texts/2d6ef228-4e16-42fd-819f-e39b0aefd2c4.txt b/texts/2d6ef228-4e16-42fd-819f-e39b0aefd2c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc2c1a9396c1613b3cd39ecaf487da632bd777f --- /dev/null +++ b/texts/2d6ef228-4e16-42fd-819f-e39b0aefd2c4.txt @@ -0,0 +1 @@ +The background is red, there is a Christmas tree, a golden string in front of the Christmas tree, on which hang the letters "L I V I N G M O R E" \ No newline at end of file diff --git a/texts/2d71217a-3ed9-439d-b344-43f92fe937b1.txt b/texts/2d71217a-3ed9-439d-b344-43f92fe937b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b43af85b7815888aa94bf2003b25f15356073417 --- /dev/null +++ b/texts/2d71217a-3ed9-439d-b344-43f92fe937b1.txt @@ -0,0 +1 @@ +The sun, the stars, the moon everything is under my command. \ No newline at end of file diff --git a/texts/2d7c4606-5bde-4950-9d89-ca3b8002c60a.txt b/texts/2d7c4606-5bde-4950-9d89-ca3b8002c60a.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c851fb36d84da24388b00310055ff8bb860be4 --- /dev/null +++ b/texts/2d7c4606-5bde-4950-9d89-ca3b8002c60a.txt @@ -0,0 +1 @@ +A Shiba Inu and an orange cat are sleeping on the sofa \ No newline at end of file diff --git a/texts/2d7f6a53-5419-4020-aa9d-746b265de2bb.txt b/texts/2d7f6a53-5419-4020-aa9d-746b265de2bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6cc6c8d43e9fd17685c797730caf5434a403ceb --- /dev/null +++ b/texts/2d7f6a53-5419-4020-aa9d-746b265de2bb.txt @@ -0,0 +1 @@ +On a snowy night, HalloKitty's footprints in a white Christmas hat are more dreamy. Yuakoi blues moments, night scenes, dreamy effects and bright colors. \ No newline at end of file diff --git a/texts/2d8262b6-723a-4583-a636-930f32ed8b57.txt b/texts/2d8262b6-723a-4583-a636-930f32ed8b57.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1c8f1fdf19a8d797b20534a39aefacf06a58230 --- /dev/null +++ b/texts/2d8262b6-723a-4583-a636-930f32ed8b57.txt @@ -0,0 +1 @@ +fried chicken shaped wood house in 80s \ No newline at end of file diff --git a/texts/2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97.txt b/texts/2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97.txt new file mode 100644 index 0000000000000000000000000000000000000000..766de1cfac6a749d33f8baf56272c1262726a615 --- /dev/null +++ b/texts/2d8ad3ec-80d8-4bc3-ad5d-d6194967ce97.txt @@ -0,0 +1 @@ +westhighland white terrier+making snowman \ No newline at end of file diff --git a/texts/2d90db85-e765-4b0c-b801-a21bf5d2516d.txt b/texts/2d90db85-e765-4b0c-b801-a21bf5d2516d.txt new file mode 100644 index 0000000000000000000000000000000000000000..97e9212b6f9706e08143e24e767427428aafe575 --- /dev/null +++ b/texts/2d90db85-e765-4b0c-b801-a21bf5d2516d.txt @@ -0,0 +1 @@ +Artist hairstyle \ No newline at end of file diff --git a/texts/2d9aef7d-365c-4f09-8ceb-01bb4d8549bf.txt b/texts/2d9aef7d-365c-4f09-8ceb-01bb4d8549bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fa373eb46a0eda925540b1f5ddeb10f647c88f6 --- /dev/null +++ b/texts/2d9aef7d-365c-4f09-8ceb-01bb4d8549bf.txt @@ -0,0 +1 @@ +Hello Kitty sitting in the snow with LY and LSQ written in the evening, fireworks set off in the distance \ No newline at end of file diff --git a/texts/2da3489f-338f-422f-a6b8-f2e544f1df57.txt b/texts/2da3489f-338f-422f-a6b8-f2e544f1df57.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef9bf397b928c4ab4f6990a1c9b81c6ac20fa656 --- /dev/null +++ b/texts/2da3489f-338f-422f-a6b8-f2e544f1df57.txt @@ -0,0 +1 @@ +Light snow falls from a purpl sky,as a West Highland White Terrier sports a tiny,transparent wing \ No newline at end of file diff --git a/texts/2da8d9c6-c21f-41d0-b916-e9e5c4454334.txt b/texts/2da8d9c6-c21f-41d0-b916-e9e5c4454334.txt new file mode 100644 index 0000000000000000000000000000000000000000..10f4525ff64e88dce195b217051b1a7acc378031 --- /dev/null +++ b/texts/2da8d9c6-c21f-41d0-b916-e9e5c4454334.txt @@ -0,0 +1 @@ +A winter snow scene by the seaside in the daytime. In the foreground, there is a cute Hello Kitty doll dressed in lovely winter clothing. Beside it is decorative lettering spelling out "YLY" with heart decorations and cat paw prints. In the background, it's dusk, with a pink sky. There are auroras in the sky, along with a dreamy effect of light particles, and the color saturation is relatively high. \ No newline at end of file diff --git a/texts/2dc18222-c02b-42b6-8da8-a15dacccfeb3.txt b/texts/2dc18222-c02b-42b6-8da8-a15dacccfeb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0fabb50e859122d6d19937da642ab3298201123 --- /dev/null +++ b/texts/2dc18222-c02b-42b6-8da8-a15dacccfeb3.txt @@ -0,0 +1 @@ +Hello Kitty Snow letters LJW&LX \ No newline at end of file diff --git a/texts/2dd7ba60-3b3c-4942-b953-b0e70e0e0f60.txt b/texts/2dd7ba60-3b3c-4942-b953-b0e70e0e0f60.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d7ab15aa0c4f5ae90281d7531027a5c45a3b6be --- /dev/null +++ b/texts/2dd7ba60-3b3c-4942-b953-b0e70e0e0f60.txt @@ -0,0 +1 @@ +snow fireworks sunset helloKittydoll Handwritten on the snow Luv SQ \ No newline at end of file diff --git a/texts/2de40b70-dc76-4262-9dcb-22cc49563780.txt b/texts/2de40b70-dc76-4262-9dcb-22cc49563780.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab79115727119114b47b41d09652ef61f77833dd --- /dev/null +++ b/texts/2de40b70-dc76-4262-9dcb-22cc49563780.txt @@ -0,0 +1 @@ +West Highland puppy (Bichon), holding Fuji camera for a photo, junior, Santa hat, red scarf, Christmas tree \ No newline at end of file diff --git a/texts/2de4ea44-100f-4cb2-bbcc-2271c42c44a6.txt b/texts/2de4ea44-100f-4cb2-bbcc-2271c42c44a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa0ab46cf86f173dad0129e91546a66041692351 --- /dev/null +++ b/texts/2de4ea44-100f-4cb2-bbcc-2271c42c44a6.txt @@ -0,0 +1 @@ +Christmas trees, bonfires and people by the sea \ No newline at end of file diff --git a/texts/2dedc8b3-029f-4496-abe9-5a61aeeee118.txt b/texts/2dedc8b3-029f-4496-abe9-5a61aeeee118.txt new file mode 100644 index 0000000000000000000000000000000000000000..326a18cf42f79ab75f1c9d322538b23a3e9c2d27 --- /dev/null +++ b/texts/2dedc8b3-029f-4496-abe9-5a61aeeee118.txt @@ -0,0 +1 @@ +Cute child in hat holding red balloon \ No newline at end of file diff --git a/texts/2df272da-ebc7-4a21-94f1-5088708787cb.txt b/texts/2df272da-ebc7-4a21-94f1-5088708787cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd32e318bda8090cf9e5d2a444bad810767493a7 --- /dev/null +++ b/texts/2df272da-ebc7-4a21-94f1-5088708787cb.txt @@ -0,0 +1 @@ +I dreamed of the garden in Mosul, and I was told that those gardens were full of roses. Omar has sung the roses of Neshapur; the garden of Sheraz has been sung by Hafez; we will never see the garden of Neshabur again. \ No newline at end of file diff --git a/texts/2e03bb67-0fe0-436c-8382-7c0f7f3e2273.txt b/texts/2e03bb67-0fe0-436c-8382-7c0f7f3e2273.txt new file mode 100644 index 0000000000000000000000000000000000000000..5af3b9f7c542c2509abf0c20dbe5d4efb58b363d --- /dev/null +++ b/texts/2e03bb67-0fe0-436c-8382-7c0f7f3e2273.txt @@ -0,0 +1 @@ +Daft Punk \ No newline at end of file diff --git a/texts/2e158028-dfa0-4212-8a0a-cb0c7fa940e8.txt b/texts/2e158028-dfa0-4212-8a0a-cb0c7fa940e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..7252d1204ed0f37f14d1c09e8e715efadbb02c6a --- /dev/null +++ b/texts/2e158028-dfa0-4212-8a0a-cb0c7fa940e8.txt @@ -0,0 +1 @@ +A rose grows on a barren asteroid.The scene is outer space. \ No newline at end of file diff --git a/texts/2e2a66e4-0980-4376-8d8b-7f0e9574197c.txt b/texts/2e2a66e4-0980-4376-8d8b-7f0e9574197c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ee048e88353349aae243cb945468e19f3faefba --- /dev/null +++ b/texts/2e2a66e4-0980-4376-8d8b-7f0e9574197c.txt @@ -0,0 +1 @@ +A rabbit man in a suit walks into a hotel with a gun \ No newline at end of file diff --git a/texts/2e3a9194-9a22-4e94-9cb5-480184dd2dcd.txt b/texts/2e3a9194-9a22-4e94-9cb5-480184dd2dcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d877a6a8e7c03cd9caa0c71f2f967e1c0c050a3 --- /dev/null +++ b/texts/2e3a9194-9a22-4e94-9cb5-480184dd2dcd.txt @@ -0,0 +1 @@ +On a snowy day, there is a Christmas tree and hello kitty on the snow, and the letters L&Z are next to it. \ No newline at end of file diff --git a/texts/2e3cb361-e4f1-4859-b734-b385d6163c9b.txt b/texts/2e3cb361-e4f1-4859-b734-b385d6163c9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..87a160bcf2268d9da1035ede7f92cf191aafd952 --- /dev/null +++ b/texts/2e3cb361-e4f1-4859-b734-b385d6163c9b.txt @@ -0,0 +1 @@ +a vintage little Alien toy and ufo toy with gifts on the ground \ No newline at end of file diff --git a/texts/2e40bb8a-6a45-4ada-95ac-685d4d580140.txt b/texts/2e40bb8a-6a45-4ada-95ac-685d4d580140.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3df872fdd327ac34e9ea580928d0fa85da61038 --- /dev/null +++ b/texts/2e40bb8a-6a45-4ada-95ac-685d4d580140.txt @@ -0,0 +1 @@ +a princess with angel wings rides on a unicorn, looking at the camera, close up, snow falling from the sky \ No newline at end of file diff --git a/texts/2e49a082-8241-49f1-85ae-6fb7c6efbe07.txt b/texts/2e49a082-8241-49f1-85ae-6fb7c6efbe07.txt new file mode 100644 index 0000000000000000000000000000000000000000..d14f4149127ba0753c65564f068701eafb125d11 --- /dev/null +++ b/texts/2e49a082-8241-49f1-85ae-6fb7c6efbe07.txt @@ -0,0 +1 @@ +It snows at night \ No newline at end of file diff --git a/texts/2e4cbc70-f79d-4bf9-afff-04b6b2d93d87.txt b/texts/2e4cbc70-f79d-4bf9-afff-04b6b2d93d87.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c10cfec1b1ff51faf9a8181c4faffee4c844ae6 --- /dev/null +++ b/texts/2e4cbc70-f79d-4bf9-afff-04b6b2d93d87.txt @@ -0,0 +1 @@ +An adorable Birman cat hates going to work and sits at his workstation with a glass of wine while the mess behind him feels like it's going to explode! \ No newline at end of file diff --git a/texts/2e4fb849-0bbb-4138-801e-7e5eb91b268e.txt b/texts/2e4fb849-0bbb-4138-801e-7e5eb91b268e.txt new file mode 100644 index 0000000000000000000000000000000000000000..328095b3e8ceca8f0eb0bf426be22c3c92bd6f55 --- /dev/null +++ b/texts/2e4fb849-0bbb-4138-801e-7e5eb91b268e.txt @@ -0,0 +1 @@ +A dramatic and beautiful wallpaper of Kinkaku-ji (Golden Pavilion) in Kyoto, Japan, engulfed in flames during the night. The iconic golden temple burns with bright orange and red flames, while thick black smoke rises into the dark sky. The surrounding tranquil scenery, including perfectly shaped pine trees and a serene reflective pond, contrasts sharply with the fiery disaster, highlighting the beauty of nature against the chaos of destruction. The style is highly cinematic and artistic, with vivid details emphasizing the juxtaposition of peace and tragedy. \ No newline at end of file diff --git a/texts/2e55fd85-ce91-45c9-8e49-c0f7e7826779.txt b/texts/2e55fd85-ce91-45c9-8e49-c0f7e7826779.txt new file mode 100644 index 0000000000000000000000000000000000000000..515c659f611d746bd5058098bfd6db05ade5a282 --- /dev/null +++ b/texts/2e55fd85-ce91-45c9-8e49-c0f7e7826779.txt @@ -0,0 +1 @@ +The deer is drinking milk tea \ No newline at end of file diff --git a/texts/2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97.txt b/texts/2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97.txt new file mode 100644 index 0000000000000000000000000000000000000000..f968cf0c3321d928c353d0f4ab42ba808228ca01 --- /dev/null +++ b/texts/2e593b39-ee2d-4bb0-8eb7-1a25f06e4f97.txt @@ -0,0 +1 @@ +There is a cup of coffee and a few books on the table, and snow is drifting outside the window at night \ No newline at end of file diff --git a/texts/2e5cfab5-df59-4e58-a7ba-2c72e54f79cf.txt b/texts/2e5cfab5-df59-4e58-a7ba-2c72e54f79cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..b502b323f8b43d701fa3d12c31a84d3c05748a45 --- /dev/null +++ b/texts/2e5cfab5-df59-4e58-a7ba-2c72e54f79cf.txt @@ -0,0 +1 @@ +A Cinnamoroll uses the computer \ No newline at end of file diff --git a/texts/2e5d0c87-4e64-4e9f-88de-9ab1d95e247f.txt b/texts/2e5d0c87-4e64-4e9f-88de-9ab1d95e247f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b955cb0d0baa47e0748b4089199302b299bfbf40 --- /dev/null +++ b/texts/2e5d0c87-4e64-4e9f-88de-9ab1d95e247f.txt @@ -0,0 +1 @@ +A man with a serious look on his face black Beard white left eye \ No newline at end of file diff --git a/texts/2e607af7-e21e-4ef6-9ad8-3ca660468038.txt b/texts/2e607af7-e21e-4ef6-9ad8-3ca660468038.txt new file mode 100644 index 0000000000000000000000000000000000000000..d50c5e28ee9891c728bc40f68b66e8fe01006be4 --- /dev/null +++ b/texts/2e607af7-e21e-4ef6-9ad8-3ca660468038.txt @@ -0,0 +1 @@ +GUNDAM giant, origami, Japanese aesthetic photographic 4k \ No newline at end of file diff --git a/texts/2e6464d6-6cde-4ac8-b684-b2c09f02ae33.txt b/texts/2e6464d6-6cde-4ac8-b684-b2c09f02ae33.txt new file mode 100644 index 0000000000000000000000000000000000000000..130da2a7e5268ddb4f0b319a1884cb657d7a0984 --- /dev/null +++ b/texts/2e6464d6-6cde-4ac8-b684-b2c09f02ae33.txt @@ -0,0 +1 @@ +A person sits with his back to a chair and looks at the earth on the moon. \ No newline at end of file diff --git a/texts/2e69c74f-b747-44bd-aa24-7166a2eaf4d2.txt b/texts/2e69c74f-b747-44bd-aa24-7166a2eaf4d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f3063cbc3da1a0a1a4fbba19a73446ca1ed0e30 --- /dev/null +++ b/texts/2e69c74f-b747-44bd-aa24-7166a2eaf4d2.txt @@ -0,0 +1 @@ +A cute hello kitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Rilly&Ariel written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/2e6cf984-0f5b-486a-878c-ded81a88d8ea.txt b/texts/2e6cf984-0f5b-486a-878c-ded81a88d8ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..8daad9286a5630241d947b6869033ea0b4290b37 --- /dev/null +++ b/texts/2e6cf984-0f5b-486a-878c-ded81a88d8ea.txt @@ -0,0 +1 @@ +cute cat \ No newline at end of file diff --git a/texts/2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9.txt b/texts/2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef97ee3ced2a50011eb8122b6314a309ec10bb71 --- /dev/null +++ b/texts/2e73b0e0-ec31-4f9d-852d-1a4e2569cfb9.txt @@ -0,0 +1 @@ +A white bear is riding an electric bike with a huge red light in front. \ No newline at end of file diff --git a/texts/2e7f5220-fb20-47b9-b594-88262d979661.txt b/texts/2e7f5220-fb20-47b9-b594-88262d979661.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a77dc95feb479338761176715e718e3ef948f7c --- /dev/null +++ b/texts/2e7f5220-fb20-47b9-b594-88262d979661.txt @@ -0,0 +1 @@ +It's a snowy evening with a green big chirstmas tree two people hug \ No newline at end of file diff --git a/texts/2e8b884b-fde6-4254-a8bf-cf0125939f5e.txt b/texts/2e8b884b-fde6-4254-a8bf-cf0125939f5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..89e29a0d3f3bb8a6eb0add834c12a222b87ce254 --- /dev/null +++ b/texts/2e8b884b-fde6-4254-a8bf-cf0125939f5e.txt @@ -0,0 +1 @@ +a cat skied down the snowy mountain in my ski suit and ski goggles on my head \ No newline at end of file diff --git a/texts/2e99afb7-3e00-4221-af58-16b026ec89ab.txt b/texts/2e99afb7-3e00-4221-af58-16b026ec89ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fd25202ccf9e6606f0b8636dff5c6f55a9c329e --- /dev/null +++ b/texts/2e99afb7-3e00-4221-af58-16b026ec89ab.txt @@ -0,0 +1 @@ +At night, in the snowy snow, there is a small oil painting of a red apple and a scattered oil painting brush. \ No newline at end of file diff --git a/texts/2ea4b763-301c-4302-bc5a-af4e8e9c7992.txt b/texts/2ea4b763-301c-4302-bc5a-af4e8e9c7992.txt new file mode 100644 index 0000000000000000000000000000000000000000..b47c599dae12e226cb25533b005d09144707b3f8 --- /dev/null +++ b/texts/2ea4b763-301c-4302-bc5a-af4e8e9c7992.txt @@ -0,0 +1 @@ +The white cat sleeping on the mounta peak \ No newline at end of file diff --git a/texts/2eb38b4f-7662-49f4-be7b-8568f4d51187.txt b/texts/2eb38b4f-7662-49f4-be7b-8568f4d51187.txt new file mode 100644 index 0000000000000000000000000000000000000000..327bdad6688daace462f5e7b64980ee384a36a35 --- /dev/null +++ b/texts/2eb38b4f-7662-49f4-be7b-8568f4d51187.txt @@ -0,0 +1 @@ +A long hair cat is taking photos and another cat is playing a ukulele in the snow \ No newline at end of file diff --git a/texts/2ebae139-eb06-448d-8ac1-50194d86ed12.txt b/texts/2ebae139-eb06-448d-8ac1-50194d86ed12.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a4d71fc491ca755e9a8869c115f4d78c82f6abe --- /dev/null +++ b/texts/2ebae139-eb06-448d-8ac1-50194d86ed12.txt @@ -0,0 +1 @@ +Old movie camera to do films \ No newline at end of file diff --git a/texts/2ebd5e36-db3a-4673-9c37-f328c6bb7cbf.txt b/texts/2ebd5e36-db3a-4673-9c37-f328c6bb7cbf.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e4b69324de51392e337d43249bcf6898dfa12b --- /dev/null +++ b/texts/2ebd5e36-db3a-4673-9c37-f328c6bb7cbf.txt @@ -0,0 +1 @@ +President Trump Point a gun at Hello Kitty wearing pink kimono \ No newline at end of file diff --git a/texts/2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb.txt b/texts/2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ee3795edd3347d09cc6576525cc478992e1b20d --- /dev/null +++ b/texts/2ec390f2-7fa2-4275-b9f5-c0edf29ee9eb.txt @@ -0,0 +1 @@ +In a cozy little cottage, a cute puppy holds a cake with candles numbered 1205. The puppy looks very happy, wearing a fluffy birthday hat on its head. \ No newline at end of file diff --git a/texts/2ec55694-eb14-41b7-a34c-722d5d95aef6.txt b/texts/2ec55694-eb14-41b7-a34c-722d5d95aef6.txt new file mode 100644 index 0000000000000000000000000000000000000000..95869d513536e93be06e90b5d3394aec17266608 --- /dev/null +++ b/texts/2ec55694-eb14-41b7-a34c-722d5d95aef6.txt @@ -0,0 +1 @@ +HalloKitty is wearing a yukata at the fireworks display \ No newline at end of file diff --git a/texts/2ecd43f0-46da-496e-a5d2-c1235702976f.txt b/texts/2ecd43f0-46da-496e-a5d2-c1235702976f.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc5d2bb361e4c675e2b1766227931dc04ac01b66 --- /dev/null +++ b/texts/2ecd43f0-46da-496e-a5d2-c1235702976f.txt @@ -0,0 +1 @@ +a real snake is drinking coffee in a cafe \ No newline at end of file diff --git a/texts/2ed8337b-bbe7-454a-b31e-ff6830fd71e9.txt b/texts/2ed8337b-bbe7-454a-b31e-ff6830fd71e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1aaceff7e0c7f8628606e999d6f1ea24a91751b --- /dev/null +++ b/texts/2ed8337b-bbe7-454a-b31e-ff6830fd71e9.txt @@ -0,0 +1 @@ +A very small deer in the snow \ No newline at end of file diff --git a/texts/2eda9acb-069e-4574-bcd9-76bd09c90c29.txt b/texts/2eda9acb-069e-4574-bcd9-76bd09c90c29.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f802d701a96df361f63a9e73399065d5a571fee --- /dev/null +++ b/texts/2eda9acb-069e-4574-bcd9-76bd09c90c29.txt @@ -0,0 +1 @@ +Hello Kitty wearing black shirt and reading code, sunset waikiki beach, harcode, tennis flying, surfing board \ No newline at end of file diff --git a/texts/2ee15550-3fcf-4007-b2c4-8ec2a314d0a3.txt b/texts/2ee15550-3fcf-4007-b2c4-8ec2a314d0a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c1d8664aaac2636832609c13bdcf8beb4470a36 --- /dev/null +++ b/texts/2ee15550-3fcf-4007-b2c4-8ec2a314d0a3.txt @@ -0,0 +1 @@ +there is a Hello Kitty doll sitting in the snow. There are letters "ppp" written in the snow. Fireworks are blooming in the sky. \ No newline at end of file diff --git a/texts/2eefc68d-78b4-4094-861b-25e7ae7dc3d2.txt b/texts/2eefc68d-78b4-4094-861b-25e7ae7dc3d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0264c09e570e20e9a0dbeec09a2a83575e6d39b6 --- /dev/null +++ b/texts/2eefc68d-78b4-4094-861b-25e7ae7dc3d2.txt @@ -0,0 +1 @@ +Little snow, Christmas season, sky blue with some stars, golden-haired puppy has a small transparent wing \ No newline at end of file diff --git a/texts/2effb18c-9e83-4c56-aea0-33afc30be5dd.txt b/texts/2effb18c-9e83-4c56-aea0-33afc30be5dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..263e436e7ae8b624a8fb8287487986e728c5257b --- /dev/null +++ b/texts/2effb18c-9e83-4c56-aea0-33afc30be5dd.txt @@ -0,0 +1 @@ +A small white chubby fox dog wearing wings, balloons, candles, a cake on the table, happy \ No newline at end of file diff --git a/texts/2f0097c6-287e-48a8-9a6b-3b657a4eddb1.txt b/texts/2f0097c6-287e-48a8-9a6b-3b657a4eddb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2fb1fbaf2142459802f1612b5b35bc356e2543c --- /dev/null +++ b/texts/2f0097c6-287e-48a8-9a6b-3b657a4eddb1.txt @@ -0,0 +1 @@ +Beautiful 20 year old Asian women in vintage blue dresses with blonde hair drinking at the beach and looking at the stars \ No newline at end of file diff --git a/texts/2f05bb2d-8851-4ce4-9607-375dffbcf9a5.txt b/texts/2f05bb2d-8851-4ce4-9607-375dffbcf9a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b365870429fc4b9bb77387715e57efae888ac8e4 --- /dev/null +++ b/texts/2f05bb2d-8851-4ce4-9607-375dffbcf9a5.txt @@ -0,0 +1 @@ +A little white dog and a golden retriever snuggled together at the seaside in the distance, watching fireworks together, and "333" was printed on the beach. \ No newline at end of file diff --git a/texts/2f0c0527-2eb1-4979-8630-398e20b5b96d.txt b/texts/2f0c0527-2eb1-4979-8630-398e20b5b96d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa0b1892394a08aa3d2961536bc50a2f009ee9c9 --- /dev/null +++ b/texts/2f0c0527-2eb1-4979-8630-398e20b5b96d.txt @@ -0,0 +1 @@ +A white cat is driving on the road \ No newline at end of file diff --git a/texts/2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5.txt b/texts/2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4436d052fb95a5fa1e05f4e9e9acdf6166a182c --- /dev/null +++ b/texts/2f2b05f7-7ae7-4b6d-8332-4715b6f5e6b5.txt @@ -0,0 +1 @@ +A dog and a pig is sitting togther on the sun \ No newline at end of file diff --git a/texts/2f2b846e-2e79-4663-b75c-30ff7cd51cc4.txt b/texts/2f2b846e-2e79-4663-b75c-30ff7cd51cc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f7d7f594edcabeb057d83b083690511067f1301 --- /dev/null +++ b/texts/2f2b846e-2e79-4663-b75c-30ff7cd51cc4.txt @@ -0,0 +1 @@ +Three teddy bears sit on an amusement park carousel with purple lightning in the sky \ No newline at end of file diff --git a/texts/2f3c0a4f-60de-4aa2-a415-8752cfca3919.txt b/texts/2f3c0a4f-60de-4aa2-a415-8752cfca3919.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dc414a0a0c8c2d426684d1d70e5db9ccf0e09b0 --- /dev/null +++ b/texts/2f3c0a4f-60de-4aa2-a415-8752cfca3919.txt @@ -0,0 +1 @@ +A golden retriever and a fox are playing by the seaA golden retriever and a fox are playing by the sea \ No newline at end of file diff --git a/texts/2f3d082d-10d3-4350-934f-7b8db4e9b513.txt b/texts/2f3d082d-10d3-4350-934f-7b8db4e9b513.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c23451367d3b4dd474bbae07156b89381926910 --- /dev/null +++ b/texts/2f3d082d-10d3-4350-934f-7b8db4e9b513.txt @@ -0,0 +1 @@ +Garden flowersbutterflysomany \ No newline at end of file diff --git a/texts/2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49.txt b/texts/2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f414bae5dcf735e65dfaceb61166bf7b9fdaac3 --- /dev/null +++ b/texts/2f3ee0a1-4ab4-4c05-9b55-bbc5d6a90c49.txt @@ -0,0 +1 @@ +two dogs are so cute and so happy to play at night in Christmas \ No newline at end of file diff --git a/texts/2f40af0c-31b6-4306-b20b-850cb5bfdaaf.txt b/texts/2f40af0c-31b6-4306-b20b-850cb5bfdaaf.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7451d65fbc5a72fe37bb00a30e7532c95bc1652 --- /dev/null +++ b/texts/2f40af0c-31b6-4306-b20b-850cb5bfdaaf.txt @@ -0,0 +1 @@ +A Yorkshire puppy with silver back hair is chasing bubbles in the snow. There is a small toy next to it. \ No newline at end of file diff --git a/texts/2f43c87f-a8c1-4587-a573-d12a43a19291.txt b/texts/2f43c87f-a8c1-4587-a573-d12a43a19291.txt new file mode 100644 index 0000000000000000000000000000000000000000..546d8c864174675019b4e513da66f4b75c116dba --- /dev/null +++ b/texts/2f43c87f-a8c1-4587-a573-d12a43a19291.txt @@ -0,0 +1 @@ +Beasts hunt, food is for astronauts \ No newline at end of file diff --git a/texts/2f5a933d-bd3c-409c-a30d-b68a85ef1bf1.txt b/texts/2f5a933d-bd3c-409c-a30d-b68a85ef1bf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..34bf1bc0961e503761a9af643bbaaf9fc13f3260 --- /dev/null +++ b/texts/2f5a933d-bd3c-409c-a30d-b68a85ef1bf1.txt @@ -0,0 +1 @@ +A snowman with christmas hat is sitting under the Glowing Christmas trees on the clouds \ No newline at end of file diff --git a/texts/2f5cd0d2-1281-4630-858c-5f9354832fee.txt b/texts/2f5cd0d2-1281-4630-858c-5f9354832fee.txt new file mode 100644 index 0000000000000000000000000000000000000000..932a2cf0073e88baea62ad6a0cd78d58032801a7 --- /dev/null +++ b/texts/2f5cd0d2-1281-4630-858c-5f9354832fee.txt @@ -0,0 +1 @@ + jellyfish floats around the windows up its way to my eyes \ No newline at end of file diff --git a/texts/2f79b855-222b-43ac-9fd2-527a9d203afd.txt b/texts/2f79b855-222b-43ac-9fd2-527a9d203afd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a660dca027c394276642dd1bf348d93072bae92 --- /dev/null +++ b/texts/2f79b855-222b-43ac-9fd2-527a9d203afd.txt @@ -0,0 +1 @@ +Three people hiking in the snowy mountains, silhouette, large format, high quality \ No newline at end of file diff --git a/texts/2f79e931-b1b6-4067-adc7-a4336772dc2c.txt b/texts/2f79e931-b1b6-4067-adc7-a4336772dc2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d9c5b89ddcee4d28e015665c39cd3c13e406e97 --- /dev/null +++ b/texts/2f79e931-b1b6-4067-adc7-a4336772dc2c.txt @@ -0,0 +1 @@ +a focus shot of a pink gin and tonic with high and tall glass on a green classic table inside a bar \ No newline at end of file diff --git a/texts/2f8efabb-f203-468c-832e-2592a013a9d0.txt b/texts/2f8efabb-f203-468c-832e-2592a013a9d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..629c4474a02993b15dde57abaf7a3936f6f9ffaf --- /dev/null +++ b/texts/2f8efabb-f203-468c-832e-2592a013a9d0.txt @@ -0,0 +1 @@ +asian women wearing a hoodie sitting with a border collie on savannah , like a picture took from their back \ No newline at end of file diff --git a/texts/2f95fe69-f3e4-4669-9c0a-f8bb35eab09d.txt b/texts/2f95fe69-f3e4-4669-9c0a-f8bb35eab09d.txt new file mode 100644 index 0000000000000000000000000000000000000000..523d4abffb94455199674868463dcc504c3bfcdb --- /dev/null +++ b/texts/2f95fe69-f3e4-4669-9c0a-f8bb35eab09d.txt @@ -0,0 +1 @@ +Handwritten word "cxy" in the snow, sunset , beach, firework ,a hellokitty doll standing next to "cxy", drifting snow \ No newline at end of file diff --git a/texts/2f97c0a2-bf09-41fe-8fa0-2eaceab107ac.txt b/texts/2f97c0a2-bf09-41fe-8fa0-2eaceab107ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..914a33817e57668cbbe64a1b449d9d2fe7b7f7e3 --- /dev/null +++ b/texts/2f97c0a2-bf09-41fe-8fa0-2eaceab107ac.txt @@ -0,0 +1 @@ +two hello kitty chatting in the the theatre \ No newline at end of file diff --git a/texts/2faa91c2-40b1-4b37-82ad-73143c91f326.txt b/texts/2faa91c2-40b1-4b37-82ad-73143c91f326.txt new file mode 100644 index 0000000000000000000000000000000000000000..28b850396df399f911fe4fc33fbda7115fae736c --- /dev/null +++ b/texts/2faa91c2-40b1-4b37-82ad-73143c91f326.txt @@ -0,0 +1 @@ +Dark night, Christmas, snowy scenery, cute little black cat wearing a Christmas hat, facing the camera in the center with a blurry background, illuminating the cute little black cat \ No newline at end of file diff --git a/texts/2fae2592-d340-4c74-a42a-ec54917b091c.txt b/texts/2fae2592-d340-4c74-a42a-ec54917b091c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1f5318cb9172ea25eb2a9fd0e1d4bc4563151f --- /dev/null +++ b/texts/2fae2592-d340-4c74-a42a-ec54917b091c.txt @@ -0,0 +1 @@ +A cow-patterned cat drinking a cup of ice latte \ No newline at end of file diff --git a/texts/2fb14377-5aa4-4760-b1a3-2c7a5d855e9d.txt b/texts/2fb14377-5aa4-4760-b1a3-2c7a5d855e9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a514dabfc4af86bcd72075e5d944651f5ebf8305 --- /dev/null +++ b/texts/2fb14377-5aa4-4760-b1a3-2c7a5d855e9d.txt @@ -0,0 +1 @@ +a spaceship landing in the middle of the desert, kicking up a cloud of dust and sand. The door creaked open, out stepped a group of strange looking beings with shimmering scales and eyes. \ No newline at end of file diff --git a/texts/2fb2abc0-8c24-4491-ba5e-7a1c04999f76.txt b/texts/2fb2abc0-8c24-4491-ba5e-7a1c04999f76.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4a18d5e5d156e3666c995aaf048d12674134fcc --- /dev/null +++ b/texts/2fb2abc0-8c24-4491-ba5e-7a1c04999f76.txt @@ -0,0 +1 @@ +butterfly water bubble star birthday cake 1102 \ No newline at end of file diff --git a/texts/2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b.txt b/texts/2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b.txt new file mode 100644 index 0000000000000000000000000000000000000000..90f72df836102b10ba5dca513f52df18ca64d087 --- /dev/null +++ b/texts/2fb2d36b-d7fd-449e-b2b9-4f4ac00a855b.txt @@ -0,0 +1 @@ +On a cake Happy Birthday MJQ1212, the word is purple, there is a butterfly on the cake \ No newline at end of file diff --git a/texts/2fbc5839-f222-4f53-aa53-715a5a02ac02.txt b/texts/2fbc5839-f222-4f53-aa53-715a5a02ac02.txt new file mode 100644 index 0000000000000000000000000000000000000000..0154bc92d0dde4de764d89341c9cf7796f38e96c --- /dev/null +++ b/texts/2fbc5839-f222-4f53-aa53-715a5a02ac02.txt @@ -0,0 +1 @@ +A little golden retriever and a little Samoyed are sitting in the snow, with aurora and fireworks. \ No newline at end of file diff --git a/texts/2fc547f3-551e-4d11-832b-973cd662582a.txt b/texts/2fc547f3-551e-4d11-832b-973cd662582a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ee3009d31d12047bd221351f070b133a2d95cf3 --- /dev/null +++ b/texts/2fc547f3-551e-4d11-832b-973cd662582a.txt @@ -0,0 +1 @@ +A black cat is photographed under a Japanese shrine with the beautiful sea in the distance. \ No newline at end of file diff --git a/texts/2fc8e963-8b06-409f-bd88-eaeee94ab591.txt b/texts/2fc8e963-8b06-409f-bd88-eaeee94ab591.txt new file mode 100644 index 0000000000000000000000000000000000000000..29966e8e7c98f6c0bcb05ee04e637d61d4929b74 --- /dev/null +++ b/texts/2fc8e963-8b06-409f-bd88-eaeee94ab591.txt @@ -0,0 +1 @@ +A leisurely afternoon for kittens \ No newline at end of file diff --git a/texts/2fc9a1d1-468e-4013-9a5a-c5f571b5f3da.txt b/texts/2fc9a1d1-468e-4013-9a5a-c5f571b5f3da.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9afc705bd78a78586424c136b16fd58f79c4866 --- /dev/null +++ b/texts/2fc9a1d1-468e-4013-9a5a-c5f571b5f3da.txt @@ -0,0 +1 @@ +ragdoll in common face,hello kitty doll,under the christmas tree,merry Christmas \ No newline at end of file diff --git a/texts/2fd4e767-bd35-4f39-a07b-5879930aca33.txt b/texts/2fd4e767-bd35-4f39-a07b-5879930aca33.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9729cb0c3db7f4554e9d9b56c7c7d013c773842 --- /dev/null +++ b/texts/2fd4e767-bd35-4f39-a07b-5879930aca33.txt @@ -0,0 +1 @@ +Horses eating carrots in pink water \ No newline at end of file diff --git a/texts/2fd56f50-520a-4ba3-b914-2414b01eadc2.txt b/texts/2fd56f50-520a-4ba3-b914-2414b01eadc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5319aa4bdbb18d85dc250d14fe0b732bc4556e98 --- /dev/null +++ b/texts/2fd56f50-520a-4ba3-b914-2414b01eadc2.txt @@ -0,0 +1 @@ +On a gloomy cloudy day in the snow, a black cat with traces of cat paws on the snow, heavy snow drifting in the sky, and words' nan 'written on the snowThere are kitten footprints on the snow \ No newline at end of file diff --git a/texts/2fdb7600-19d1-4d96-9a0a-1f67fb0505bf.txt b/texts/2fdb7600-19d1-4d96-9a0a-1f67fb0505bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..2225d89d0b3a4b282e95165aafec2c541a0376d3 --- /dev/null +++ b/texts/2fdb7600-19d1-4d96-9a0a-1f67fb0505bf.txt @@ -0,0 +1 @@ +A red panda is surfing on the sea. \ No newline at end of file diff --git a/texts/2fe15aea-c422-47d7-ae39-a88f48924593.txt b/texts/2fe15aea-c422-47d7-ae39-a88f48924593.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a2241712198c37697fb1a751879655aa177668c --- /dev/null +++ b/texts/2fe15aea-c422-47d7-ae39-a88f48924593.txt @@ -0,0 +1 @@ +There is a small tree in the middle of the picture, with a glacier above and the sea below. The sunlight shines on the tree \ No newline at end of file diff --git a/texts/2fe29557-989a-477b-948e-18bc9cff6660.txt b/texts/2fe29557-989a-477b-948e-18bc9cff6660.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fea60a11af164db7789fdc55a7eeb0e6029723e --- /dev/null +++ b/texts/2fe29557-989a-477b-948e-18bc9cff6660.txt @@ -0,0 +1 @@ +A Christmas tree in the snow \ No newline at end of file diff --git a/texts/2feb07af-ea87-4075-a92e-276fe7e92e6b.txt b/texts/2feb07af-ea87-4075-a92e-276fe7e92e6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d42fd286e824362eacec8970844311715c2ad50 --- /dev/null +++ b/texts/2feb07af-ea87-4075-a92e-276fe7e92e6b.txt @@ -0,0 +1 @@ +Pig fly \ No newline at end of file diff --git a/texts/2feca91f-90fe-4e54-a596-a6b4be80db63.txt b/texts/2feca91f-90fe-4e54-a596-a6b4be80db63.txt new file mode 100644 index 0000000000000000000000000000000000000000..67ae78db651ad1d398ca4c315d82face6277c0b7 --- /dev/null +++ b/texts/2feca91f-90fe-4e54-a596-a6b4be80db63.txt @@ -0,0 +1 @@ +A teddy dog and a border collie standing side by side in the snow, their fur gently illuminated by the glowing aurora. The vast snow-covered landscape stretches out into the distance, with northern lights shimmering overhead \ No newline at end of file diff --git a/texts/2ff623ee-cde3-44ac-9765-b7b0e830f1c0.txt b/texts/2ff623ee-cde3-44ac-9765-b7b0e830f1c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e8067944d4b37d507e46968547ec81e0f1321b2 --- /dev/null +++ b/texts/2ff623ee-cde3-44ac-9765-b7b0e830f1c0.txt @@ -0,0 +1 @@ +Fancy and color fireworks in wild snow. A white puppy and a white fox baby play together. \ No newline at end of file diff --git a/texts/2ff82493-48b1-48d3-9413-9389511ec3d6.txt b/texts/2ff82493-48b1-48d3-9413-9389511ec3d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bd2cf74b38a1424744cf8049001bbc211b78346 --- /dev/null +++ b/texts/2ff82493-48b1-48d3-9413-9389511ec3d6.txt @@ -0,0 +1 @@ +Hello Kitty with a blue bow is skiing. Need cartoon type \ No newline at end of file diff --git a/texts/2ff8f9cd-7800-4275-b681-45b48b6eab5a.txt b/texts/2ff8f9cd-7800-4275-b681-45b48b6eab5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d5e42500d6f246c14d731c8bd9a4a50e5c46b2c --- /dev/null +++ b/texts/2ff8f9cd-7800-4275-b681-45b48b6eab5a.txt @@ -0,0 +1 @@ +Kirby wearing a spacesuit in space \ No newline at end of file diff --git a/texts/2fff9161-c433-4225-a84a-3d67745472e3.txt b/texts/2fff9161-c433-4225-a84a-3d67745472e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..02eb7ebe94ad9b9cc417cf887845993ad2d211b0 --- /dev/null +++ b/texts/2fff9161-c433-4225-a84a-3d67745472e3.txt @@ -0,0 +1 @@ +A pingu wearing glasses and drink his tea beside the ice berg \ No newline at end of file diff --git a/texts/3002bca8-59f8-4e38-950e-27b9efb15ffc.txt b/texts/3002bca8-59f8-4e38-950e-27b9efb15ffc.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8a8285247cc85a200e56cf5c5a472b1f343657c --- /dev/null +++ b/texts/3002bca8-59f8-4e38-950e-27b9efb15ffc.txt @@ -0,0 +1 @@ +A rabbit sits next to the computer \ No newline at end of file diff --git a/texts/30039ba5-9667-42bc-b414-07cec18b52c3.txt b/texts/30039ba5-9667-42bc-b414-07cec18b52c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fec11b272f04a7697c03cb47e93c00e8c8997d8 --- /dev/null +++ b/texts/30039ba5-9667-42bc-b414-07cec18b52c3.txt @@ -0,0 +1 @@ +A tuxedo cat doodles on the balcony with a spray paint bottle \ No newline at end of file diff --git a/texts/3003e09c-07f1-459d-aff5-6ff6afae1935.txt b/texts/3003e09c-07f1-459d-aff5-6ff6afae1935.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4d18ff35c69024929ccfebcde681a956e973c61 --- /dev/null +++ b/texts/3003e09c-07f1-459d-aff5-6ff6afae1935.txt @@ -0,0 +1 @@ +A lonely male sloth sitting on a chair and waiting for a date \ No newline at end of file diff --git a/texts/300456dd-aad3-4918-9cab-2ae0b28ab383.txt b/texts/300456dd-aad3-4918-9cab-2ae0b28ab383.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6fa5dd14ff5ac0946d14dbee9f50adec1a04ce3 --- /dev/null +++ b/texts/300456dd-aad3-4918-9cab-2ae0b28ab383.txt @@ -0,0 +1 @@ +A lot of pomernian puppies playing in the snow, dreamcore \ No newline at end of file diff --git a/texts/300afdb1-55ce-4d59-b5e7-7f0d89522096.txt b/texts/300afdb1-55ce-4d59-b5e7-7f0d89522096.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c7e44cd87572e45422ce97e6f5fd1c0b6ef5217 --- /dev/null +++ b/texts/300afdb1-55ce-4d59-b5e7-7f0d89522096.txt @@ -0,0 +1 @@ + a black handsome furry retriever dog who works in a company in Christmas Eve outside the company's window in a modern city, also it wears a glass, and bling bling \ No newline at end of file diff --git a/texts/300f8808-e120-4c98-adcd-de065d05f1c8.txt b/texts/300f8808-e120-4c98-adcd-de065d05f1c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2610c911febf12b2a6626ae35c9966a233fd3c7d --- /dev/null +++ b/texts/300f8808-e120-4c98-adcd-de065d05f1c8.txt @@ -0,0 +1 @@ +westhighland white terrior,doing bank job,computer,coffee,pencil,Bauhaus style furniture,suits \ No newline at end of file diff --git a/texts/30102496-cc29-4fe7-9381-081835519f25.txt b/texts/30102496-cc29-4fe7-9381-081835519f25.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcbfdf3381eaef3b73c3457d36d7cc500dc59801 --- /dev/null +++ b/texts/30102496-cc29-4fe7-9381-081835519f25.txt @@ -0,0 +1 @@ +Hello Kitty drinks alcohol and looks at the computer while at work. \ No newline at end of file diff --git a/texts/30135f77-5468-4c82-9de7-674c00b6ad0c.txt b/texts/30135f77-5468-4c82-9de7-674c00b6ad0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ee208493431267847fa84fb8112003bfd68db5b --- /dev/null +++ b/texts/30135f77-5468-4c82-9de7-674c00b6ad0c.txt @@ -0,0 +1 @@ +sth studio \ No newline at end of file diff --git a/texts/30140dd1-3d6a-4149-859f-019e6ed02046.txt b/texts/30140dd1-3d6a-4149-859f-019e6ed02046.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc058a8fc1955f72d974c26c940e2c0ce473c848 --- /dev/null +++ b/texts/30140dd1-3d6a-4149-859f-019e6ed02046.txt @@ -0,0 +1 @@ +Christmas, little beach house fire, snow \ No newline at end of file diff --git a/texts/301e30c7-03ce-4ee2-a223-1b9b9cae0822.txt b/texts/301e30c7-03ce-4ee2-a223-1b9b9cae0822.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6fc4c620b67d95f953a5c1c1230aaab5db5a1b0 --- /dev/null +++ b/texts/301e30c7-03ce-4ee2-a223-1b9b9cae0822.txt @@ -0,0 +1 @@ +hello \ No newline at end of file diff --git a/texts/30228f33-b85c-45ba-977f-5b0ab43cf58f.txt b/texts/30228f33-b85c-45ba-977f-5b0ab43cf58f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a43ae1edbb9788f99efb75eabd3c9e23a53eec6b --- /dev/null +++ b/texts/30228f33-b85c-45ba-977f-5b0ab43cf58f.txt @@ -0,0 +1 @@ +golden kitten with little white wings, snow \ No newline at end of file diff --git a/texts/30229df5-75a7-4012-bb0f-e4e3a7c1c21f.txt b/texts/30229df5-75a7-4012-bb0f-e4e3a7c1c21f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0840782c8d219cd1358258013e2ed0283917b903 --- /dev/null +++ b/texts/30229df5-75a7-4012-bb0f-e4e3a7c1c21f.txt @@ -0,0 +1 @@ +Flocks of birds hang motionless in the sky, while at the edge of the horizon, a colossal whale drifts by, dragging the shattered dawn in its wake.(natural closed scene, real animals). \ No newline at end of file diff --git a/texts/30311184-af1a-48e6-a378-873ceb32950e.txt b/texts/30311184-af1a-48e6-a378-873ceb32950e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bc0fbeddac4dee5301b695031c9479cb06844b6 --- /dev/null +++ b/texts/30311184-af1a-48e6-a378-873ceb32950e.txt @@ -0,0 +1 @@ +Huangpu River lights shine on the melancholy boats in Daya Bay \ No newline at end of file diff --git a/texts/30316ebb-a8f6-4651-b5e0-e8fedd27f54c.txt b/texts/30316ebb-a8f6-4651-b5e0-e8fedd27f54c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e36b66cc216c8242109224eace41a08be283879c --- /dev/null +++ b/texts/30316ebb-a8f6-4651-b5e0-e8fedd27f54c.txt @@ -0,0 +1 @@ +It's snowing in the blue sky, and there is a Lexus lc500 and hello kitty next to it. \ No newline at end of file diff --git a/texts/30471509-4e8d-4f04-82b5-430d372df1d4.txt b/texts/30471509-4e8d-4f04-82b5-430d372df1d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..c58ec067607461d1e301ae27dae454c03e122456 --- /dev/null +++ b/texts/30471509-4e8d-4f04-82b5-430d372df1d4.txt @@ -0,0 +1 @@ +A person with wings goes to the sky and flies a bit crazy \ No newline at end of file diff --git a/texts/306265a9-be7d-4250-85c0-a5fbb4ec460e.txt b/texts/306265a9-be7d-4250-85c0-a5fbb4ec460e.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcd3542bf56feb24639ca5204e9829e6053065c8 --- /dev/null +++ b/texts/306265a9-be7d-4250-85c0-a5fbb4ec460e.txt @@ -0,0 +1 @@ +A little cat is driving on a winter road flanked by dense fir trees. \ No newline at end of file diff --git a/texts/3064d81b-57dc-44de-b701-eb55badf128c.txt b/texts/3064d81b-57dc-44de-b701-eb55badf128c.txt new file mode 100644 index 0000000000000000000000000000000000000000..406828a61a26fa3dd533cc9d20c20a1aae03ed99 --- /dev/null +++ b/texts/3064d81b-57dc-44de-b701-eb55badf128c.txt @@ -0,0 +1 @@ +Sky bubble puppy \ No newline at end of file diff --git a/texts/306c5fe0-11c2-45eb-bea4-037aaae68ffe.txt b/texts/306c5fe0-11c2-45eb-bea4-037aaae68ffe.txt new file mode 100644 index 0000000000000000000000000000000000000000..9710377c4a2d58ce7d32c8ee24a12bbe2487826c --- /dev/null +++ b/texts/306c5fe0-11c2-45eb-bea4-037aaae68ffe.txt @@ -0,0 +1 @@ +It may not be the sun that shines on you,Romantic sunset dolls \ No newline at end of file diff --git a/texts/306e1ce8-d6bc-4bf7-ba97-378115ac1110.txt b/texts/306e1ce8-d6bc-4bf7-ba97-378115ac1110.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f4ad38b4105bdb43925a8adbe82fbe91b20235a --- /dev/null +++ b/texts/306e1ce8-d6bc-4bf7-ba97-378115ac1110.txt @@ -0,0 +1 @@ +Snow, fireworks, stars, Christmas \ No newline at end of file diff --git a/texts/307085ff-dbf6-4a82-b1a5-feeae099c4b0.txt b/texts/307085ff-dbf6-4a82-b1a5-feeae099c4b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeefd1ddb86a97af9a5bbd57722925716d365cde --- /dev/null +++ b/texts/307085ff-dbf6-4a82-b1a5-feeae099c4b0.txt @@ -0,0 +1 @@ +A little cute Hello Kitty doll on a beach by sea holding a cake with 1006 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/30775f78-4b2a-45dc-87a1-668fc148e8e7.txt b/texts/30775f78-4b2a-45dc-87a1-668fc148e8e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..970bc719189825bb85257983c7f2fb85842b5eb5 --- /dev/null +++ b/texts/30775f78-4b2a-45dc-87a1-668fc148e8e7.txt @@ -0,0 +1 @@ +a small white cat, purple and blue sunset,fire work,snow \ No newline at end of file diff --git a/texts/3077f900-820d-47b5-aa8c-44d398207c9c.txt b/texts/3077f900-820d-47b5-aa8c-44d398207c9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b6e6f4ef169ce6a2e1966a88c63fed4487f4ca7 --- /dev/null +++ b/texts/3077f900-820d-47b5-aa8c-44d398207c9c.txt @@ -0,0 +1 @@ +There is a Christmas tree and a Hello Kitty in the big snow with DXX font on top \ No newline at end of file diff --git a/texts/307d0eb1-561e-40bc-92c0-bcbb88ebb080.txt b/texts/307d0eb1-561e-40bc-92c0-bcbb88ebb080.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd9f6ae247fb0556e96c3f72faba4dc535fa89e5 --- /dev/null +++ b/texts/307d0eb1-561e-40bc-92c0-bcbb88ebb080.txt @@ -0,0 +1 @@ +An cute Axolotl sit on the table using macbook \ No newline at end of file diff --git a/texts/307f61ce-fc0a-4a1a-80e1-9e92fb5b9030.txt b/texts/307f61ce-fc0a-4a1a-80e1-9e92fb5b9030.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5c8c8fe979c20582f765a1ec34c456297535e05 --- /dev/null +++ b/texts/307f61ce-fc0a-4a1a-80e1-9e92fb5b9030.txt @@ -0,0 +1 @@ +The sea outside the wooden window, you are outside the window, I am on the other end looking at you, roses are raining from the sky. \ No newline at end of file diff --git a/texts/308461e2-efef-4085-9894-d6b8ea883096.txt b/texts/308461e2-efef-4085-9894-d6b8ea883096.txt new file mode 100644 index 0000000000000000000000000000000000000000..70bc252dc0ab1e83c801854677043f43acbafd88 --- /dev/null +++ b/texts/308461e2-efef-4085-9894-d6b8ea883096.txt @@ -0,0 +1 @@ +Mickey Mouse and hello kitty is playing hide and seek. \ No newline at end of file diff --git a/texts/308890bb-b227-4615-b688-bf5f56777056.txt b/texts/308890bb-b227-4615-b688-bf5f56777056.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a9aa96b65228d0f5a8895872ba83fc37c40ab6a --- /dev/null +++ b/texts/308890bb-b227-4615-b688-bf5f56777056.txt @@ -0,0 +1 @@ +A ragdoll cat is in the snow, and Kun is written in the snow. The sky is dark blue! Butterflies fly in the sky. \ No newline at end of file diff --git a/texts/308c3ebb-4438-4cbf-afdb-9cbc106595bc.txt b/texts/308c3ebb-4438-4cbf-afdb-9cbc106595bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ab97dd336fe5bf59d6edd6925940a86256602f --- /dev/null +++ b/texts/308c3ebb-4438-4cbf-afdb-9cbc106595bc.txt @@ -0,0 +1 @@ +many stars shine outside \ No newline at end of file diff --git a/texts/308c88f4-625a-442e-99a9-f242d031bf1b.txt b/texts/308c88f4-625a-442e-99a9-f242d031bf1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..66a1a519834c55932c9c9de5e89defe15c620958 --- /dev/null +++ b/texts/308c88f4-625a-442e-99a9-f242d031bf1b.txt @@ -0,0 +1 @@ +Kanye West takes a photo with taylor swift \ No newline at end of file diff --git a/texts/308d5edc-9494-499d-a3dd-9b011fe550b4.txt b/texts/308d5edc-9494-499d-a3dd-9b011fe550b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f26e72c4dc3ef588f790129ccf21ddfb4d40fcaf --- /dev/null +++ b/texts/308d5edc-9494-499d-a3dd-9b011fe550b4.txt @@ -0,0 +1 @@ +Panda Christmas tree and snow \ No newline at end of file diff --git a/texts/308e1690-e0a0-4a98-8393-abd122eb79b5.txt b/texts/308e1690-e0a0-4a98-8393-abd122eb79b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..014ce63cc606dacbe70ad50b889264ed61d2b4bb --- /dev/null +++ b/texts/308e1690-e0a0-4a98-8393-abd122eb79b5.txt @@ -0,0 +1 @@ +The volcano is erupting above, and two cats are running in the snow below \ No newline at end of file diff --git a/texts/308ecef6-789f-42e2-ba19-7f0631d59570.txt b/texts/308ecef6-789f-42e2-ba19-7f0631d59570.txt new file mode 100644 index 0000000000000000000000000000000000000000..64f30e3ed7324188e1eb7edc34bec87b1fb0e3a6 --- /dev/null +++ b/texts/308ecef6-789f-42e2-ba19-7f0631d59570.txt @@ -0,0 +1 @@ +Squirrels are hibernating,The pine cone is right next to the pillow. \ No newline at end of file diff --git a/texts/30944193-41a5-43c3-a342-d535e68238f3.txt b/texts/30944193-41a5-43c3-a342-d535e68238f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb09120d94e34f7ba51c49952ae1b3395970e586 --- /dev/null +++ b/texts/30944193-41a5-43c3-a342-d535e68238f3.txt @@ -0,0 +1 @@ +a Maine coon lying on a blue sofa,and has a pair of rose wings \ No newline at end of file diff --git a/texts/3097db88-510b-4b8b-95ed-dfacd7317bfa.txt b/texts/3097db88-510b-4b8b-95ed-dfacd7317bfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e576a518040258009c1e7799006ffaf4a443d18c --- /dev/null +++ b/texts/3097db88-510b-4b8b-95ed-dfacd7317bfa.txt @@ -0,0 +1 @@ +gay couple kissing in the snow \ No newline at end of file diff --git a/texts/309ba312-6b3c-4110-a198-795b5356582c.txt b/texts/309ba312-6b3c-4110-a198-795b5356582c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1357a458a4d49b58e97a76125f8a3ea6e22e5b4 --- /dev/null +++ b/texts/309ba312-6b3c-4110-a198-795b5356582c.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out HSQ \ No newline at end of file diff --git a/texts/30a0531f-d8c0-4371-8961-67ade7dad9c5.txt b/texts/30a0531f-d8c0-4371-8961-67ade7dad9c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b48851d763f43e951f7e7190ad6fa92023f2de2 --- /dev/null +++ b/texts/30a0531f-d8c0-4371-8961-67ade7dad9c5.txt @@ -0,0 +1 @@ +Two lovely hellokitty sitting in the snow, sunset in the evening, the letter "FWX love LXZ" is written on the snow love card. \ No newline at end of file diff --git a/texts/30a4f1af-c573-415d-be27-e1645064ed5c.txt b/texts/30a4f1af-c573-415d-be27-e1645064ed5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc55ac08358e4550bd45e8b7dd365ef91e36a39 --- /dev/null +++ b/texts/30a4f1af-c573-415d-be27-e1645064ed5c.txt @@ -0,0 +1 @@ +a fixed phone \ No newline at end of file diff --git a/texts/30a52e51-74d1-4f2b-be2b-978294bcc23e.txt b/texts/30a52e51-74d1-4f2b-be2b-978294bcc23e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b3636659ff0b7e4bb140951579c42b5cddfd983 --- /dev/null +++ b/texts/30a52e51-74d1-4f2b-be2b-978294bcc23e.txt @@ -0,0 +1 @@ +White tiles high apartment center, dark , indoor, grass, nostalgic, flowers growing crazily \ No newline at end of file diff --git a/texts/30c0d604-2407-4659-8654-e33aa31a5fa0.txt b/texts/30c0d604-2407-4659-8654-e33aa31a5fa0.txt new file mode 100644 index 0000000000000000000000000000000000000000..36ca7d41cb1c133b0bb2f9763629ec09c8a2d030 --- /dev/null +++ b/texts/30c0d604-2407-4659-8654-e33aa31a5fa0.txt @@ -0,0 +1 @@ +Tibetan green grassland, sunny weather, mountains and water, cattle and sheep \ No newline at end of file diff --git a/texts/30c8fc9d-6899-4474-9a5a-579111489076.txt b/texts/30c8fc9d-6899-4474-9a5a-579111489076.txt new file mode 100644 index 0000000000000000000000000000000000000000..a658c6067e192db6e80cf335077793836fb8d060 --- /dev/null +++ b/texts/30c8fc9d-6899-4474-9a5a-579111489076.txt @@ -0,0 +1 @@ +Spring Is Coming With A Strawberry In The Mouth \ No newline at end of file diff --git a/texts/30d7d963-6848-43b6-954b-43c35f8df63c.txt b/texts/30d7d963-6848-43b6-954b-43c35f8df63c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cd099afd8bea845b16447885314b67eb0c56a4c --- /dev/null +++ b/texts/30d7d963-6848-43b6-954b-43c35f8df63c.txt @@ -0,0 +1 @@ +a man hold money in front of the computer \ No newline at end of file diff --git a/texts/30dda6de-4086-4a81-bf5a-db704b92a73d.txt b/texts/30dda6de-4086-4a81-bf5a-db704b92a73d.txt new file mode 100644 index 0000000000000000000000000000000000000000..88ea390e82f512c69e1718925a1ab6ec805dd606 --- /dev/null +++ b/texts/30dda6de-4086-4a81-bf5a-db704b92a73d.txt @@ -0,0 +1 @@ +a lighht yellow and white cat lying the floor,with text"mi ci"beside \ No newline at end of file diff --git a/texts/30e8b0cf-bdf4-407e-9821-ee065ba935a2.txt b/texts/30e8b0cf-bdf4-407e-9821-ee065ba935a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbf4912c0f18c6148840137a797290cd6c041d39 --- /dev/null +++ b/texts/30e8b0cf-bdf4-407e-9821-ee065ba935a2.txt @@ -0,0 +1 @@ +a black cat character is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, close up \ No newline at end of file diff --git a/texts/30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c.txt b/texts/30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f02bfb26a8b447b0375615994f31e270b5175fbf --- /dev/null +++ b/texts/30eaa5b0-8b84-4afd-9fd2-631fbcc64f4c.txt @@ -0,0 +1 @@ +Many dinosaurs having coffee and standing front a cafe \ No newline at end of file diff --git a/texts/30f6b604-edb6-42b2-8b29-36a9b20464d2.txt b/texts/30f6b604-edb6-42b2-8b29-36a9b20464d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4713bf90fd27e9f134688f03d44061a667b457c0 --- /dev/null +++ b/texts/30f6b604-edb6-42b2-8b29-36a9b20464d2.txt @@ -0,0 +1 @@ +A Maltese puppywith glasses and headphones is reading in the train, with snowy mountains and forests outside the window. \ No newline at end of file diff --git a/texts/30fd52ce-9d49-460f-b60c-773d30b80433.txt b/texts/30fd52ce-9d49-460f-b60c-773d30b80433.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb726d8bd7482a2f1be245cccf7dbcc2fcdb7aa2 --- /dev/null +++ b/texts/30fd52ce-9d49-460f-b60c-773d30b80433.txt @@ -0,0 +1 @@ +Hello Kitty is standing next to the Christmas tree celebrating \ No newline at end of file diff --git a/texts/310cbb2f-1a9b-417a-b0c4-2431bdee6bb9.txt b/texts/310cbb2f-1a9b-417a-b0c4-2431bdee6bb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3926b5812d7490ffe9135f226efffbf71b45f3a6 --- /dev/null +++ b/texts/310cbb2f-1a9b-417a-b0c4-2431bdee6bb9.txt @@ -0,0 +1 @@ +Volcano, fireworks in the dark snowy night, a golden retriever puppy, a West Highland White Terrier dog and two miniature cats playing in the snow \ No newline at end of file diff --git a/texts/3116457e-a34e-4797-ba8e-af041917fbc5.txt b/texts/3116457e-a34e-4797-ba8e-af041917fbc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..444dc66b86138a34eaee6e659ae981c07591481c --- /dev/null +++ b/texts/3116457e-a34e-4797-ba8e-af041917fbc5.txt @@ -0,0 +1 @@ +The puppy took a Polaroid to take photos on the snowy beach. \ No newline at end of file diff --git a/texts/3130f303-5d91-4e2b-a7c3-8c2da173b29f.txt b/texts/3130f303-5d91-4e2b-a7c3-8c2da173b29f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4fb1a9cdc8c09601e02fa8a22cda0fd23513a24 --- /dev/null +++ b/texts/3130f303-5d91-4e2b-a7c3-8c2da173b29f.txt @@ -0,0 +1 @@ +Kanye west \ No newline at end of file diff --git a/texts/3138465b-dbc6-431a-ad57-905d9d1d7a2f.txt b/texts/3138465b-dbc6-431a-ad57-905d9d1d7a2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2af7be73bc2c48e28cb14992b584c7f55ee600c9 --- /dev/null +++ b/texts/3138465b-dbc6-431a-ad57-905d9d1d7a2f.txt @@ -0,0 +1 @@ +Kitty cound tree sea \ No newline at end of file diff --git a/texts/313b58b9-1839-46c9-a2a1-5a7664a99159.txt b/texts/313b58b9-1839-46c9-a2a1-5a7664a99159.txt new file mode 100644 index 0000000000000000000000000000000000000000..da358c1a7c93d2cd68ebaf4ddad4714d4f74a254 --- /dev/null +++ b/texts/313b58b9-1839-46c9-a2a1-5a7664a99159.txt @@ -0,0 +1 @@ +A grey border sheepdog in a scarf is watching stars on a snowy beach. There is also a Christmas tree next to it. \ No newline at end of file diff --git a/texts/3144b35a-d632-4ee1-8b47-c9ba17af253b.txt b/texts/3144b35a-d632-4ee1-8b47-c9ba17af253b.txt new file mode 100644 index 0000000000000000000000000000000000000000..50164030b145cb2984c51f87aa066132f08c93df --- /dev/null +++ b/texts/3144b35a-d632-4ee1-8b47-c9ba17af253b.txt @@ -0,0 +1 @@ +Plant a rose in the desert \ No newline at end of file diff --git a/texts/3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4.txt b/texts/3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..64bbf306d1d9ec042337ee67c3de30fba7b27893 --- /dev/null +++ b/texts/3148f016-2a6a-42ee-bb2a-5c9c1f1f47a4.txt @@ -0,0 +1 @@ +Hello Kitty stands in the classroom holding a knife, with the words' get out 'written on the glass at the back \ No newline at end of file diff --git a/texts/316b3082-94b0-4c25-b839-8981830bccff.txt b/texts/316b3082-94b0-4c25-b839-8981830bccff.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dcca5780f29d0f7e90e0e21278a6c760e23f93d --- /dev/null +++ b/texts/316b3082-94b0-4c25-b839-8981830bccff.txt @@ -0,0 +1 @@ +The apple has the letters "hugs" written in chocolate sauce and a candle stuck in it \ No newline at end of file diff --git a/texts/316d965d-f310-44ae-90bc-b9d7f93390a6.txt b/texts/316d965d-f310-44ae-90bc-b9d7f93390a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..17dfded467f25469551ff3de741830a5c6d5b1a7 --- /dev/null +++ b/texts/316d965d-f310-44ae-90bc-b9d7f93390a6.txt @@ -0,0 +1 @@ +a black cat in white restaurant \ No newline at end of file diff --git a/texts/31716431-fe72-4dbb-85a3-665677e0f866.txt b/texts/31716431-fe72-4dbb-85a3-665677e0f866.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e4df802ec2db2e09a4ec0bc84417dd50cd4a069 --- /dev/null +++ b/texts/31716431-fe72-4dbb-85a3-665677e0f866.txt @@ -0,0 +1 @@ +There are many trees in the water, flowers on them, and a group of puppies next to them. They are playing. \ No newline at end of file diff --git a/texts/3173d3d3-09c5-46c2-a219-cfd93d840521.txt b/texts/3173d3d3-09c5-46c2-a219-cfd93d840521.txt new file mode 100644 index 0000000000000000000000000000000000000000..294bb6e9c531f10f5d16e8fc9fad0f2eba03cf8c --- /dev/null +++ b/texts/3173d3d3-09c5-46c2-a219-cfd93d840521.txt @@ -0,0 +1 @@ +We needed a snowy scene with fireworks and a Christmas vibe. We only need a beautiful background with no people. \ No newline at end of file diff --git a/texts/317679c4-ac8b-4e66-b895-242f3e734bf1.txt b/texts/317679c4-ac8b-4e66-b895-242f3e734bf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8619b982612596190f23833304056e6acd0040ba --- /dev/null +++ b/texts/317679c4-ac8b-4e66-b895-242f3e734bf1.txt @@ -0,0 +1 @@ +Maleficent and princess hello kitty in a tree house, they drunk. \ No newline at end of file diff --git a/texts/317bf585-3362-4a3e-8e11-d8f9000a572d.txt b/texts/317bf585-3362-4a3e-8e11-d8f9000a572d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6826b7abce721e464d18d6107b847140b8356333 --- /dev/null +++ b/texts/317bf585-3362-4a3e-8e11-d8f9000a572d.txt @@ -0,0 +1 @@ +A McDonald's fast food restaurant eats a McDonald's Big Mac hamburger hello Kitty, wearing a Klein blue sweatshirt with a big McDonald's M standard on the sweatshirt. \ No newline at end of file diff --git a/texts/317bf99b-6df6-495e-9f25-f8302b233c44.txt b/texts/317bf99b-6df6-495e-9f25-f8302b233c44.txt new file mode 100644 index 0000000000000000000000000000000000000000..df27c5ebe733db800173b1b479a554304d58b6c6 --- /dev/null +++ b/texts/317bf99b-6df6-495e-9f25-f8302b233c44.txt @@ -0,0 +1 @@ +A cake with christmas tree farm on it \ No newline at end of file diff --git a/texts/319ede03-cccd-4a5e-965d-45f0f54cdf65.txt b/texts/319ede03-cccd-4a5e-965d-45f0f54cdf65.txt new file mode 100644 index 0000000000000000000000000000000000000000..59cf8b12446244949d2ed1fb809e564191b71250 --- /dev/null +++ b/texts/319ede03-cccd-4a5e-965d-45f0f54cdf65.txt @@ -0,0 +1 @@ +snow, red, rabbit, hand writing"Twice" \ No newline at end of file diff --git a/texts/319f97e3-f88d-42be-87a8-fe69f061dd07.txt b/texts/319f97e3-f88d-42be-87a8-fe69f061dd07.txt new file mode 100644 index 0000000000000000000000000000000000000000..f28e6a6dfba657f13a88351f4d8e2cd0f6e23829 --- /dev/null +++ b/texts/319f97e3-f88d-42be-87a8-fe69f061dd07.txt @@ -0,0 +1 @@ +In the magnificent Snow Mountain Range, the snow capped peak shines under the deep blue sky, and at the foot of the mountain is a peaceful blue lake surrounded by pine forests. In a small house in the pine forest, there is a furry British Shorthair Blue Cat with big and round eyes, lazily lying on a soft blanket with a woolen ball next to it. \ No newline at end of file diff --git a/texts/31a2904b-7598-48a0-b5a0-d91d030245b2.txt b/texts/31a2904b-7598-48a0-b5a0-d91d030245b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..591a770f54237e4efee2134635840b74dc7c667f --- /dev/null +++ b/texts/31a2904b-7598-48a0-b5a0-d91d030245b2.txt @@ -0,0 +1 @@ +The rusty carrousel, with its colored light bulbs, was surrounded by tall grass that spread out to the abandoned snack stand and the bumper car. The roller coaster tracks materialized out of the mist. \ No newline at end of file diff --git a/texts/31a34ddd-0329-4fab-8694-af9cd68f7ae7.txt b/texts/31a34ddd-0329-4fab-8694-af9cd68f7ae7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2ab7d7ac167b73c981d1ac3557ad02b029c92c4 --- /dev/null +++ b/texts/31a34ddd-0329-4fab-8694-af9cd68f7ae7.txt @@ -0,0 +1 @@ +The puppy is sitting on the snow, and the text "chip" is written on the snow in front of it. \ No newline at end of file diff --git a/texts/31a488cb-a30a-4e60-88d0-472ac93cc192.txt b/texts/31a488cb-a30a-4e60-88d0-472ac93cc192.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ec9734658ebddb951c5ce0ee04d2efb37fbb006 --- /dev/null +++ b/texts/31a488cb-a30a-4e60-88d0-472ac93cc192.txt @@ -0,0 +1 @@ +A large French window, outside the window is the sea, no one, from the window inside to look outside the sea, the window inside is dark, outside the sea can see the sunset \ No newline at end of file diff --git a/texts/31aa0527-e490-4ff3-86f1-6aa733933b80.txt b/texts/31aa0527-e490-4ff3-86f1-6aa733933b80.txt new file mode 100644 index 0000000000000000000000000000000000000000..33737b5c3cdc9ca861957405327f7224235e118a --- /dev/null +++ b/texts/31aa0527-e490-4ff3-86f1-6aa733933b80.txt @@ -0,0 +1 @@ +In autumn, many leaves fall on the lake \ No newline at end of file diff --git a/texts/31b21717-2dac-4cf3-b075-8cc00089e1c1.txt b/texts/31b21717-2dac-4cf3-b075-8cc00089e1c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4696be8db49f931540d5d04c3ff88056f77f5739 --- /dev/null +++ b/texts/31b21717-2dac-4cf3-b075-8cc00089e1c1.txt @@ -0,0 +1 @@ +Under the Christmas tree, a black-face colorpoint ragdoll cat in a Santa hat and sunglasses drinks coffee while working on a computer \ No newline at end of file diff --git a/texts/31bb8028-b00d-4d2f-b660-664462c38e65.txt b/texts/31bb8028-b00d-4d2f-b660-664462c38e65.txt new file mode 100644 index 0000000000000000000000000000000000000000..c14f7216a04a69d76e4b30708c12cecd5211c58e --- /dev/null +++ b/texts/31bb8028-b00d-4d2f-b660-664462c38e65.txt @@ -0,0 +1 @@ +The bitter smell of lemons remains in my heart and won't go away I can't go home until the rain stops You are still my light \ No newline at end of file diff --git a/texts/31c71be5-94fd-4e15-84c9-38db6d6b90dd.txt b/texts/31c71be5-94fd-4e15-84c9-38db6d6b90dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..27dcd881eb1a09c3f8766b413e44593f987d446d --- /dev/null +++ b/texts/31c71be5-94fd-4e15-84c9-38db6d6b90dd.txt @@ -0,0 +1 @@ +In the distance, there is a pink sky with the effect of light particles, traces of cat claws on the snow, beautiful glowing Christmas trees with bells and small pomegranates, pink butterflies on the snow, and a ribbon cake with the words "Esther 1218" written on it \ No newline at end of file diff --git a/texts/31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0.txt b/texts/31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0.txt new file mode 100644 index 0000000000000000000000000000000000000000..af80583a389afc8a956349c40181c2a274b74207 --- /dev/null +++ b/texts/31d911b4-2bd7-4a3f-a6d0-d2ecac2b8ff0.txt @@ -0,0 +1 @@ +christmas candies on the carpet, the candy name is pebbles \ No newline at end of file diff --git a/texts/31d9d8e0-381c-4383-8385-0f8b9b279388.txt b/texts/31d9d8e0-381c-4383-8385-0f8b9b279388.txt new file mode 100644 index 0000000000000000000000000000000000000000..8984222f490499b6f76512d55672fd051c1b073f --- /dev/null +++ b/texts/31d9d8e0-381c-4383-8385-0f8b9b279388.txt @@ -0,0 +1 @@ +I looked at the camera, wearing a black down jacket, at the foot of Mount Fuji \ No newline at end of file diff --git a/texts/31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d.txt b/texts/31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a74ba8e9d85740b481fe98ca8399c3a124423726 --- /dev/null +++ b/texts/31dbf5a8-1b02-480a-869e-2bbcc5ec4a0d.txt @@ -0,0 +1 @@ +Corgis in suits playing in the snow, fireworks shooting across the night sky, hearts painted on the snow with WN written inside \ No newline at end of file diff --git a/texts/31dcefcf-32cb-4a73-aa70-396fd3fc9626.txt b/texts/31dcefcf-32cb-4a73-aa70-396fd3fc9626.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f000a6ff44fef754c3ab6572c45ec6f6b232ca5 --- /dev/null +++ b/texts/31dcefcf-32cb-4a73-aa70-396fd3fc9626.txt @@ -0,0 +1 @@ +Hello Kitty wears a safety helmet at the construction site and goes to work in front of the computer. \ No newline at end of file diff --git a/texts/31e05ea5-4871-4ed6-8209-074a4766ee20.txt b/texts/31e05ea5-4871-4ed6-8209-074a4766ee20.txt new file mode 100644 index 0000000000000000000000000000000000000000..06d710bb3628e1da5d9150cea1f03fb07aebcc3f --- /dev/null +++ b/texts/31e05ea5-4871-4ed6-8209-074a4766ee20.txt @@ -0,0 +1 @@ +A human-shaped Hello Kitty is in the paddy field, wearing white gloves, holding rice seedlings, dressed in a fishing outfit, with a hat on its head, and the sky behind is filled with a setting sun. \ No newline at end of file diff --git a/texts/31e62bcc-8ef5-454b-8c06-f08ac5504d55.txt b/texts/31e62bcc-8ef5-454b-8c06-f08ac5504d55.txt new file mode 100644 index 0000000000000000000000000000000000000000..378bf5242a6df4e2414e257233527078033fafcb --- /dev/null +++ b/texts/31e62bcc-8ef5-454b-8c06-f08ac5504d55.txt @@ -0,0 +1 @@ +black cat wearing a blue scarf in snow the sky is blue and has stars \ No newline at end of file diff --git a/texts/31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3.txt b/texts/31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e911a3488008570d7b51d04b427ce0737b249eb2 --- /dev/null +++ b/texts/31f4b9e7-e3be-4f84-a7e7-3cd35de0d0e3.txt @@ -0,0 +1 @@ +A pretty buzzcut teen male in trunks sitting on the white flying unicorn, a black cat with a wizard hat flying by \ No newline at end of file diff --git a/texts/31f69b77-b6da-414b-94a4-93ab1ea3b2c5.txt b/texts/31f69b77-b6da-414b-94a4-93ab1ea3b2c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2e5052a28802361cf6379f5be073cd659fab16d --- /dev/null +++ b/texts/31f69b77-b6da-414b-94a4-93ab1ea3b2c5.txt @@ -0,0 +1 @@ +a young lady stand in front of a forest, wear brown coat, fashion, brown hair, Asian people, smile, looking at the camera \ No newline at end of file diff --git a/texts/31faacfc-9990-4420-a8d8-bc8e2ae10056.txt b/texts/31faacfc-9990-4420-a8d8-bc8e2ae10056.txt new file mode 100644 index 0000000000000000000000000000000000000000..15ab641993e96e8f4af2742d476d18e86a2528dc --- /dev/null +++ b/texts/31faacfc-9990-4420-a8d8-bc8e2ae10056.txt @@ -0,0 +1 @@ +West Highlands playing by the sea with butterflies next to them. \ No newline at end of file diff --git a/texts/3207feaa-025f-41ff-87b4-224bb0b5b36c.txt b/texts/3207feaa-025f-41ff-87b4-224bb0b5b36c.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc2217e1395e647281b2eff65fd0b02581351c24 --- /dev/null +++ b/texts/3207feaa-025f-41ff-87b4-224bb0b5b36c.txt @@ -0,0 +1 @@ +When I was a child, my grandparents would go to my uncle's home for a period of time, and the task of cooking was given to my mother, who did not cook much. Once my mother made egg fried rice, and it was very strange that there were ham grains in the egg fried rice. My mother and I did not eat at the table, but ate in the living room, and the TV put SpongeBob Squarepants. \ No newline at end of file diff --git a/texts/3214457a-9d93-4b67-a9fa-e0eea3fa44ba.txt b/texts/3214457a-9d93-4b67-a9fa-e0eea3fa44ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..2169bc06bc6fe2619fef08dadb17bdd9420e47ce --- /dev/null +++ b/texts/3214457a-9d93-4b67-a9fa-e0eea3fa44ba.txt @@ -0,0 +1 @@ +Swimming pool, loneliness, clown, water color is very dark, water park, floor tiles, no passage \ No newline at end of file diff --git a/texts/3214b0d3-fc6e-461b-bcae-cfbde582b813.txt b/texts/3214b0d3-fc6e-461b-bcae-cfbde582b813.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b72b755c432c0340b4b904fa9441ce8b6017f2 --- /dev/null +++ b/texts/3214b0d3-fc6e-461b-bcae-cfbde582b813.txt @@ -0,0 +1 @@ + coffee beans \ No newline at end of file diff --git a/texts/322270b2-e924-44b0-b2b8-98e6b6b74c20.txt b/texts/322270b2-e924-44b0-b2b8-98e6b6b74c20.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f06d2c59322e9b6409f836171194cc5892b878f --- /dev/null +++ b/texts/322270b2-e924-44b0-b2b8-98e6b6b74c20.txt @@ -0,0 +1 @@ +A person wearing duck-themed pajamas with their face obscured, sitting on an old desktop computer placed on the roof of a white classic MINI vintage car. The ground around the car is covered with scattered old desktop computers. \ No newline at end of file diff --git a/texts/3224fc49-e98d-4388-a78e-6625ad11cc7e.txt b/texts/3224fc49-e98d-4388-a78e-6625ad11cc7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e05470acea3d5087e2906bf9d0e92d47deca6ad --- /dev/null +++ b/texts/3224fc49-e98d-4388-a78e-6625ad11cc7e.txt @@ -0,0 +1 @@ +merle border collie, The body is gray and white.ears drooping, running in the snow with bubbles \ No newline at end of file diff --git a/texts/322736e4-dc3c-43d5-a69b-8ad09973e76f.txt b/texts/322736e4-dc3c-43d5-a69b-8ad09973e76f.txt new file mode 100644 index 0000000000000000000000000000000000000000..89f1bf5d9ed1bad27bf44773fa3bb68432d55b8c --- /dev/null +++ b/texts/322736e4-dc3c-43d5-a69b-8ad09973e76f.txt @@ -0,0 +1 @@ +I see sparks fly whenev you smile \ No newline at end of file diff --git a/texts/32290424-d94a-413f-922c-5679add8b276.txt b/texts/32290424-d94a-413f-922c-5679add8b276.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aca7a2942298620216d21c3b48a958cdeda1e7e --- /dev/null +++ b/texts/32290424-d94a-413f-922c-5679add8b276.txt @@ -0,0 +1 @@ +Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/32452595-b02d-47bb-acba-e3cf758f793a.txt b/texts/32452595-b02d-47bb-acba-e3cf758f793a.txt new file mode 100644 index 0000000000000000000000000000000000000000..28e8b6b4c5cfa7f7010baa455ddc05a521cee566 --- /dev/null +++ b/texts/32452595-b02d-47bb-acba-e3cf758f793a.txt @@ -0,0 +1 @@ +The West Highland White Terrier is wearing headphones in the carriage, facing the forest and snow mountain sunshine outside the window, listening to music while reading books \ No newline at end of file diff --git a/texts/3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298.txt b/texts/3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298.txt new file mode 100644 index 0000000000000000000000000000000000000000..73e858237740163fe5f6140773cf7c5db968c113 --- /dev/null +++ b/texts/3249cf6a-8dfb-4b5e-bc2f-e8e0b30d6298.txt @@ -0,0 +1 @@ +A brown and white curly Schnauzer puppy ran through the woods as it rained candy and shooting stars \ No newline at end of file diff --git a/texts/3253cad3-4201-4336-9656-59bc5f4e1620.txt b/texts/3253cad3-4201-4336-9656-59bc5f4e1620.txt new file mode 100644 index 0000000000000000000000000000000000000000..b49a6e4dec93f2ceecb649656403a1ef3cca9fe4 --- /dev/null +++ b/texts/3253cad3-4201-4336-9656-59bc5f4e1620.txt @@ -0,0 +1 @@ +An owl playing accordion at dawn, with many books of literature and a window behind \ No newline at end of file diff --git a/texts/325c59aa-1606-4da3-ac5b-c40e50f71104.txt b/texts/325c59aa-1606-4da3-ac5b-c40e50f71104.txt new file mode 100644 index 0000000000000000000000000000000000000000..16032b87618b2a6e0a245a3481fe406fa58966d1 --- /dev/null +++ b/texts/325c59aa-1606-4da3-ac5b-c40e50f71104.txt @@ -0,0 +1 @@ +On a sunny afternoon, there is a flowing lawn and a set of tea utensils is placed on the board \ No newline at end of file diff --git a/texts/32643247-df58-4885-96fd-c7e6d3cbcbe5.txt b/texts/32643247-df58-4885-96fd-c7e6d3cbcbe5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c166851b699aa6b006ff13b6c79fdfb05bce5f0 --- /dev/null +++ b/texts/32643247-df58-4885-96fd-c7e6d3cbcbe5.txt @@ -0,0 +1 @@ +There is a Chinese rural dog that looks like a long-haired Corgi, with one ear standing up and the other ear drooping down, circle of white fur around its neck, and a tuft of black fur on each side. It is sleeping with its pure black Labrador sister in a small wooden surrounded by snow, by a warm fireplace. \ No newline at end of file diff --git a/texts/326d1e05-949d-4529-aaa3-ef4daa49d32a.txt b/texts/326d1e05-949d-4529-aaa3-ef4daa49d32a.txt new file mode 100644 index 0000000000000000000000000000000000000000..81fb43b83df1ff43a9f0f983639b7bb566e4425c --- /dev/null +++ b/texts/326d1e05-949d-4529-aaa3-ef4daa49d32a.txt @@ -0,0 +1 @@ +Snowfield, Munchkin yellow fat cat , sunglasses \ No newline at end of file diff --git a/texts/326d58c0-97a5-4c60-907e-d08d8b70ddea.txt b/texts/326d58c0-97a5-4c60-907e-d08d8b70ddea.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d8f397fde0cd0645d6585c373fed9b2df679652 --- /dev/null +++ b/texts/326d58c0-97a5-4c60-907e-d08d8b70ddea.txt @@ -0,0 +1 @@ +Green aurora light snow, West Highland in a Santa hat laughing \ No newline at end of file diff --git a/texts/328339ea-0276-4d03-b756-eea2a0014795.txt b/texts/328339ea-0276-4d03-b756-eea2a0014795.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3cd59e7c8dda5566113e0c822d0ed7c3e7f6771 --- /dev/null +++ b/texts/328339ea-0276-4d03-b756-eea2a0014795.txt @@ -0,0 +1 @@ +A Ragdoll cat with round blue eyes who builds a snowman in the snow. \ No newline at end of file diff --git a/texts/328f0477-f34e-4d51-96a8-e0de5dfa618e.txt b/texts/328f0477-f34e-4d51-96a8-e0de5dfa618e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b916124f36a52109b0b6b742ff8fbc74e064c21 --- /dev/null +++ b/texts/328f0477-f34e-4d51-96a8-e0de5dfa618e.txt @@ -0,0 +1 @@ +A black cat god with tears. Tears are made of diamond. \ No newline at end of file diff --git a/texts/3290570e-86c1-4ff8-9dd5-e927108e4aef.txt b/texts/3290570e-86c1-4ff8-9dd5-e927108e4aef.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee2b46042eff83c1ebe8130be2a75725ccb03c6 --- /dev/null +++ b/texts/3290570e-86c1-4ff8-9dd5-e927108e4aef.txt @@ -0,0 +1 @@ +Wheat in the snow, a migratory bird in the purple sky \ No newline at end of file diff --git a/texts/32921008-9ba5-42ae-bf61-df1365bfd277.txt b/texts/32921008-9ba5-42ae-bf61-df1365bfd277.txt new file mode 100644 index 0000000000000000000000000000000000000000..acb8f657262e5557f2101ae0f3a2662f506b7a64 --- /dev/null +++ b/texts/32921008-9ba5-42ae-bf61-df1365bfd277.txt @@ -0,0 +1 @@ +A 3-month-old golden border dog plays happily in the snow with a Christmas atmosphere \ No newline at end of file diff --git a/texts/32aeddc8-8992-4098-9ad8-ac5d4b6f56f3.txt b/texts/32aeddc8-8992-4098-9ad8-ac5d4b6f56f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..98b02aa73586f007cfc88ae43f6f43e424807c77 --- /dev/null +++ b/texts/32aeddc8-8992-4098-9ad8-ac5d4b6f56f3.txt @@ -0,0 +1 @@ +The Tibetan green grassland has sunny weather, mountains, water, cattle and sheep \ No newline at end of file diff --git a/texts/32c5828f-d8ea-48da-828d-0c491d094c2a.txt b/texts/32c5828f-d8ea-48da-828d-0c491d094c2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b65848663442ae0f7db7935029cab84d96463777 --- /dev/null +++ b/texts/32c5828f-d8ea-48da-828d-0c491d094c2a.txt @@ -0,0 +1 @@ +At dusk and sunset, a Hello Kitty wrote on the snow under Mount Fuji. Happy every day KMY. \ No newline at end of file diff --git a/texts/32c986ef-296c-4ce9-9bff-0eb13c9d6b72.txt b/texts/32c986ef-296c-4ce9-9bff-0eb13c9d6b72.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c1cb0516f8b2791c16f4f69bd0b65e8c3cccb96 --- /dev/null +++ b/texts/32c986ef-296c-4ce9-9bff-0eb13c9d6b72.txt @@ -0,0 +1 @@ +Hello Kitty is worried about her hair \ No newline at end of file diff --git a/texts/32d10bdd-c724-43ca-9114-6c798269b779.txt b/texts/32d10bdd-c724-43ca-9114-6c798269b779.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6f9cc08d1572eddc986e9727774ab6de0838fc0 --- /dev/null +++ b/texts/32d10bdd-c724-43ca-9114-6c798269b779.txt @@ -0,0 +1 @@ +Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.The performer on the stage had short black hair and was wearing a black T-shirt. \ No newline at end of file diff --git a/texts/32da9379-302e-4d7c-8c8e-efdc43d6876c.txt b/texts/32da9379-302e-4d7c-8c8e-efdc43d6876c.txt new file mode 100644 index 0000000000000000000000000000000000000000..394260bcf67d44866d05f603b08b1fc37c89f771 --- /dev/null +++ b/texts/32da9379-302e-4d7c-8c8e-efdc43d6876c.txt @@ -0,0 +1 @@ +A golden retriever and a deer are happily eating Lamian Noodles \ No newline at end of file diff --git a/texts/32dcc895-40b9-4971-a418-5e2a2a084f16.txt b/texts/32dcc895-40b9-4971-a418-5e2a2a084f16.txt new file mode 100644 index 0000000000000000000000000000000000000000..885dd364c8403cb6e242f34f8f8e75dcad605867 --- /dev/null +++ b/texts/32dcc895-40b9-4971-a418-5e2a2a084f16.txt @@ -0,0 +1 @@ +Gold and Red Lunar New Year Banner Design \ No newline at end of file diff --git a/texts/32e54189-ccc7-4262-86a7-5e8ba24112cd.txt b/texts/32e54189-ccc7-4262-86a7-5e8ba24112cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9537ba8b28a042ff0a84dafe223dbef8c0fd8724 --- /dev/null +++ b/texts/32e54189-ccc7-4262-86a7-5e8ba24112cd.txt @@ -0,0 +1 @@ +A lovely cat wears a birthday hat and has its English name yosh written next to its birthday. \ No newline at end of file diff --git a/texts/32e9e7b1-e142-468c-8aee-c7e7ce953212.txt b/texts/32e9e7b1-e142-468c-8aee-c7e7ce953212.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cbe0303ee39028efed389c5b48792f7ec97b228 --- /dev/null +++ b/texts/32e9e7b1-e142-468c-8aee-c7e7ce953212.txt @@ -0,0 +1 @@ +long pink wig on a fake head, for instagram \ No newline at end of file diff --git a/texts/32eb1b9e-312e-48d8-be04-0343c396a2a7.txt b/texts/32eb1b9e-312e-48d8-be04-0343c396a2a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3772fb79ed6a058499089ebf35f9bd638cf1fc4 --- /dev/null +++ b/texts/32eb1b9e-312e-48d8-be04-0343c396a2a7.txt @@ -0,0 +1 @@ +A cow and a cat are driving an Euler car. \ No newline at end of file diff --git a/texts/32ed0375-268f-4587-8059-155818461a6b.txt b/texts/32ed0375-268f-4587-8059-155818461a6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d9db350f1dc2cd028f2151098a2478e5dd2c2ea --- /dev/null +++ b/texts/32ed0375-268f-4587-8059-155818461a6b.txt @@ -0,0 +1 @@ +Hello kitty was dancing in the snow in her Snow White dress with a light blue castle behind her and a light snow falling from the sky.Dance the night away with the handsome prince.Social dancing together. \ No newline at end of file diff --git a/texts/32fa7553-200d-4167-9eb4-68c0fd1e60b0.txt b/texts/32fa7553-200d-4167-9eb4-68c0fd1e60b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e68878c70e41eb5a71bab2c4725c03fa1180c15b --- /dev/null +++ b/texts/32fa7553-200d-4167-9eb4-68c0fd1e60b0.txt @@ -0,0 +1 @@ +Write Sabrina in a beautiful place \ No newline at end of file diff --git a/texts/3308386e-037d-4dcb-b997-05422ee0474b.txt b/texts/3308386e-037d-4dcb-b997-05422ee0474b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbe431033af3a53fb6e8eb0770389e974422e18d --- /dev/null +++ b/texts/3308386e-037d-4dcb-b997-05422ee0474b.txt @@ -0,0 +1 @@ +A star-shaped Sesame big mac Burger, on the beach \ No newline at end of file diff --git a/texts/33109ed2-01c0-481c-8dd4-ede7aad63ec5.txt b/texts/33109ed2-01c0-481c-8dd4-ede7aad63ec5.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1329b58fc2f64b35103281b97ca7285bde12a65 --- /dev/null +++ b/texts/33109ed2-01c0-481c-8dd4-ede7aad63ec5.txt @@ -0,0 +1 @@ +A black tortoiseshell cat and a grey tortoiseshell cat are next to each other in the snow with a J written next to them \ No newline at end of file diff --git a/texts/3313f788-7ab5-404d-a8ce-25fcd6b77a3d.txt b/texts/3313f788-7ab5-404d-a8ce-25fcd6b77a3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfcea5f19b1cc8b2943facd3c86be558ecf0ae03 --- /dev/null +++ b/texts/3313f788-7ab5-404d-a8ce-25fcd6b77a3d.txt @@ -0,0 +1 @@ +Generate a hyper-realistic close-up of a human hand wearing a bracelet crafted entirely from human teeth. Each tooth must be anatomically precise, with distinct crowns and roots, and must resemble real extracted human teeth in shape and detail. Ensure that the teeth display natural variations, such as subtle differences in size, shape, and texture, to enhance realism. The overall composition should highlight the unsettling and eerie aesthetic, with realistic lighting, detailed skin texture, and lifelike teeth placement. \ No newline at end of file diff --git a/texts/33172c0b-66f1-47a7-98bd-0b54583d87a4.txt b/texts/33172c0b-66f1-47a7-98bd-0b54583d87a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..47970840804bd1d3f2e8e292423f2984d0818e39 --- /dev/null +++ b/texts/33172c0b-66f1-47a7-98bd-0b54583d87a4.txt @@ -0,0 +1 @@ +A sapphire-coloured lake surrounded by snow mountains, with some jellyfish above the lake \ No newline at end of file diff --git a/texts/3321ebfd-f6d7-4b27-adc9-d4ad6efda293.txt b/texts/3321ebfd-f6d7-4b27-adc9-d4ad6efda293.txt new file mode 100644 index 0000000000000000000000000000000000000000..77977ba52c9c11b238608ca3df767b259d09a757 --- /dev/null +++ b/texts/3321ebfd-f6d7-4b27-adc9-d4ad6efda293.txt @@ -0,0 +1 @@ +There's a cute cat in the snow, and it says "maomifei" in the snow. \ No newline at end of file diff --git a/texts/33228c35-af97-4737-9cb9-b44ab4af3e94.txt b/texts/33228c35-af97-4737-9cb9-b44ab4af3e94.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceba12421f8425ca108a4978af6d6e68767b0fc7 --- /dev/null +++ b/texts/33228c35-af97-4737-9cb9-b44ab4af3e94.txt @@ -0,0 +1 @@ +Sea, sunset, Christmas tree \ No newline at end of file diff --git a/texts/333db59c-b6ef-425a-87f5-bad74b440f3c.txt b/texts/333db59c-b6ef-425a-87f5-bad74b440f3c.txt new file mode 100644 index 0000000000000000000000000000000000000000..00db9594ae9ed5ce4a3ba83f21e9bdd269d6f2fd --- /dev/null +++ b/texts/333db59c-b6ef-425a-87f5-bad74b440f3c.txt @@ -0,0 +1 @@ +A Shiba Inu is wearing a suit on a grass field, looking at the black volcano erupting in the distance. \ No newline at end of file diff --git a/texts/333f9614-a905-419e-88ec-0c20a7435d72.txt b/texts/333f9614-a905-419e-88ec-0c20a7435d72.txt new file mode 100644 index 0000000000000000000000000000000000000000..68b923590ca9a0a5a086e220d8e67cd131ae7288 --- /dev/null +++ b/texts/333f9614-a905-419e-88ec-0c20a7435d72.txt @@ -0,0 +1 @@ +a capybara sits calmly in the office \ No newline at end of file diff --git a/texts/33401f1c-78ab-48d3-b968-5893b60d0b81.txt b/texts/33401f1c-78ab-48d3-b968-5893b60d0b81.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe7ef9d07aa3bf3f2d1c9c1e5dce1edc0767c205 --- /dev/null +++ b/texts/33401f1c-78ab-48d3-b968-5893b60d0b81.txt @@ -0,0 +1 @@ +A fat white and yellow golden silk bear hamster with gold-rimmed glasses and a black suit \ No newline at end of file diff --git a/texts/33442924-6483-491f-afa7-0d027b42f693.txt b/texts/33442924-6483-491f-afa7-0d027b42f693.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bfc1d5db9a0d0d9f1712172a2e2ab0558f0cac1 --- /dev/null +++ b/texts/33442924-6483-491f-afa7-0d027b42f693.txt @@ -0,0 +1 @@ +Handwritten word "yst" in the snow, snow, a hellokitty doll standing next to"yst", drifting snow There's a Christmas tree next to it. \ No newline at end of file diff --git a/texts/334602c7-6024-427e-97d1-34fd9cb57e38.txt b/texts/334602c7-6024-427e-97d1-34fd9cb57e38.txt new file mode 100644 index 0000000000000000000000000000000000000000..358f9266d88e2c17e33eb3ef1e861b1ca4932554 --- /dev/null +++ b/texts/334602c7-6024-427e-97d1-34fd9cb57e38.txt @@ -0,0 +1 @@ +Hello Kitty dances in the snow forest with a cup of milk tea \ No newline at end of file diff --git a/texts/33470c73-3788-48a0-ae66-790cb016ca4b.txt b/texts/33470c73-3788-48a0-ae66-790cb016ca4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3979dd607df63dade5de46d601cd2ce17d67c394 --- /dev/null +++ b/texts/33470c73-3788-48a0-ae66-790cb016ca4b.txt @@ -0,0 +1 @@ +A brown teddy puppy with a birthday hat, a birthday cake that says bread, and a lovely snowman next to it, warm atmosphere \ No newline at end of file diff --git a/texts/3358d4b7-efcc-4382-8cc0-0f98024d736f.txt b/texts/3358d4b7-efcc-4382-8cc0-0f98024d736f.txt new file mode 100644 index 0000000000000000000000000000000000000000..209345b5bac1e91da493ef1a753d99d8abcced38 --- /dev/null +++ b/texts/3358d4b7-efcc-4382-8cc0-0f98024d736f.txt @@ -0,0 +1 @@ +A kitten and a puppy sleep on a soft bed. \ No newline at end of file diff --git a/texts/335bd466-947c-402c-b414-b51161a02292.txt b/texts/335bd466-947c-402c-b414-b51161a02292.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e60479ba27f701ec6158b0d675340495eb9c2ec --- /dev/null +++ b/texts/335bd466-947c-402c-b414-b51161a02292.txt @@ -0,0 +1 @@ +Adorable Hello Kitty figurine is working in front of the desktop and eating chocolate, and on the desk there is a business card named Chrissy \ No newline at end of file diff --git a/texts/33612aa0-da88-4b30-8216-02382d5f34cc.txt b/texts/33612aa0-da88-4b30-8216-02382d5f34cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3d310904b2918672da6438f4fb051c8254d23d4 --- /dev/null +++ b/texts/33612aa0-da88-4b30-8216-02382d5f34cc.txt @@ -0,0 +1 @@ +the bichon dog is playing magic, in the snow,the volcano is the background \ No newline at end of file diff --git a/texts/336301b1-5412-43f9-a882-eb28909ee61c.txt b/texts/336301b1-5412-43f9-a882-eb28909ee61c.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d4c439f98cbc75648917c0700cc9069910835e --- /dev/null +++ b/texts/336301b1-5412-43f9-a882-eb28909ee61c.txt @@ -0,0 +1 @@ +A pink hellokitty in Fuji Mountain, the sky is pale pink, the snow is written lvy \ No newline at end of file diff --git a/texts/336961b1-50ca-4307-91a9-7985dc4d829d.txt b/texts/336961b1-50ca-4307-91a9-7985dc4d829d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdb180a3d629e14c8f6f0a618c96e58869693926 --- /dev/null +++ b/texts/336961b1-50ca-4307-91a9-7985dc4d829d.txt @@ -0,0 +1 @@ +Doraemon is playing with fireworks sticks in the snow, with Li Xiangwan's name and Happy New Year written on the snow \ No newline at end of file diff --git a/texts/336ba71a-9458-4f1f-90e5-3e8455cae579.txt b/texts/336ba71a-9458-4f1f-90e5-3e8455cae579.txt new file mode 100644 index 0000000000000000000000000000000000000000..12367797d1fe92481be70dd401d0f7f1d5a30447 --- /dev/null +++ b/texts/336ba71a-9458-4f1f-90e5-3e8455cae579.txt @@ -0,0 +1 @@ +Bears wear dresses,diamonds, shoes,chips,a red house \ No newline at end of file diff --git a/texts/337fea0b-8752-4143-9e2e-f2751cd69220.txt b/texts/337fea0b-8752-4143-9e2e-f2751cd69220.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ec576462cd6ef062f9dfe0449589575cf8f76a --- /dev/null +++ b/texts/337fea0b-8752-4143-9e2e-f2751cd69220.txt @@ -0,0 +1 @@ +a koala sitting on a lounge and eating durian by the sea,while many seagulls is taking her durian. \ No newline at end of file diff --git a/texts/3387b3b8-df97-4b2f-947d-936064812d91.txt b/texts/3387b3b8-df97-4b2f-947d-936064812d91.txt new file mode 100644 index 0000000000000000000000000000000000000000..b369e9a8cbe996409407401e2c969e901c8b8af9 --- /dev/null +++ b/texts/3387b3b8-df97-4b2f-947d-936064812d91.txt @@ -0,0 +1 @@ +A white three-story building by the sea, with orange light shining into the house at sunset \ No newline at end of file diff --git a/texts/338a3738-d396-4803-bb20-c9f517b495ad.txt b/texts/338a3738-d396-4803-bb20-c9f517b495ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..676b47e111fcf999f8137eccf3d4f0edba92b273 --- /dev/null +++ b/texts/338a3738-d396-4803-bb20-c9f517b495ad.txt @@ -0,0 +1 @@ +A big cat flying over the city \ No newline at end of file diff --git a/texts/33977627-cfbf-41cd-bd52-120e5ce19bf4.txt b/texts/33977627-cfbf-41cd-bd52-120e5ce19bf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f73709ed12c03da72a869526e3f253a716c4584 --- /dev/null +++ b/texts/33977627-cfbf-41cd-bd52-120e5ce19bf4.txt @@ -0,0 +1 @@ +The sunlight shines through the forest and illuminates the ground. A teddy bear stands in the forest, playing the violin with its paws, with high color saturation and dreamy bubbles surrounding it \ No newline at end of file diff --git a/texts/339f0790-0b77-4a1a-a0f1-fcb05d700141.txt b/texts/339f0790-0b77-4a1a-a0f1-fcb05d700141.txt new file mode 100644 index 0000000000000000000000000000000000000000..17ef112759e11a59199dcaddce619d1250f8bcb7 --- /dev/null +++ b/texts/339f0790-0b77-4a1a-a0f1-fcb05d700141.txt @@ -0,0 +1 @@ +Marshmallow lamp, banana chair, green shelf \ No newline at end of file diff --git a/texts/33a76fa4-2160-4e9c-8321-55177a9d7eda.txt b/texts/33a76fa4-2160-4e9c-8321-55177a9d7eda.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4dd6fd7431004877f23ca5360eedd418f7962b7 --- /dev/null +++ b/texts/33a76fa4-2160-4e9c-8321-55177a9d7eda.txt @@ -0,0 +1 @@ +The hedgehog holds a yellow umbrella to protect the charcoal fire. Butterflies are flying around it. The background colour is sea blue. \ No newline at end of file diff --git a/texts/33bae3c4-fdc6-41bb-ab78-d6a327f4358f.txt b/texts/33bae3c4-fdc6-41bb-ab78-d6a327f4358f.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b5f87387b6146c1b9cfc9f5edf2ff93cf1fc54 --- /dev/null +++ b/texts/33bae3c4-fdc6-41bb-ab78-d6a327f4358f.txt @@ -0,0 +1 @@ +Snow, fireworks, hello Kitty, and the letter NuoBaby \ No newline at end of file diff --git a/texts/33bd73be-da8a-48dc-9255-9147465c622c.txt b/texts/33bd73be-da8a-48dc-9255-9147465c622c.txt new file mode 100644 index 0000000000000000000000000000000000000000..319ac44a8930de2dce8b66925302417130178d49 --- /dev/null +++ b/texts/33bd73be-da8a-48dc-9255-9147465c622c.txt @@ -0,0 +1 @@ +A dog in a kimono is standing in front of the burned Kinkaku-ji Temple. \ No newline at end of file diff --git a/texts/33de1ca6-e00b-4eba-a342-d2f82a4cc442.txt b/texts/33de1ca6-e00b-4eba-a342-d2f82a4cc442.txt new file mode 100644 index 0000000000000000000000000000000000000000..eee897da0d4f42f6f56ce61684416044a99cfeeb --- /dev/null +++ b/texts/33de1ca6-e00b-4eba-a342-d2f82a4cc442.txt @@ -0,0 +1 @@ +A Heterochromatic pupil Border collie running the sea of pure White tulip in sunset sky with sparkling stars \ No newline at end of file diff --git a/texts/33e888ba-f0bc-4379-84b5-418913750951.txt b/texts/33e888ba-f0bc-4379-84b5-418913750951.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f13f0b0ad145605932a79c64e6549c2533d0e28 --- /dev/null +++ b/texts/33e888ba-f0bc-4379-84b5-418913750951.txt @@ -0,0 +1 @@ +The West Highland White Terrier sits on a sled with the aurora and stars in the background \ No newline at end of file diff --git a/texts/33ead691-64c8-4a6e-9554-e03663360d81.txt b/texts/33ead691-64c8-4a6e-9554-e03663360d81.txt new file mode 100644 index 0000000000000000000000000000000000000000..652e48908e045441c9a8ed84080a84b4bc125d28 --- /dev/null +++ b/texts/33ead691-64c8-4a6e-9554-e03663360d81.txt @@ -0,0 +1 @@ +Under the night view of the aurora, Hello Kitty sits on the sled pulled by the elk. The sleds are full of gifts. \ No newline at end of file diff --git a/texts/33f31d25-e27b-4179-a4b6-23e8406c4a96.txt b/texts/33f31d25-e27b-4179-a4b6-23e8406c4a96.txt new file mode 100644 index 0000000000000000000000000000000000000000..b027fdd085eb8b0649948813de929226a138c8c7 --- /dev/null +++ b/texts/33f31d25-e27b-4179-a4b6-23e8406c4a96.txt @@ -0,0 +1 @@ +Sea otter wearing a cowboy outfit, \ No newline at end of file diff --git a/texts/33f46713-43fd-43cb-b055-a33cfc97e5da.txt b/texts/33f46713-43fd-43cb-b055-a33cfc97e5da.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1c9d4b4758e6fda75eb34bd23565f6772085860 --- /dev/null +++ b/texts/33f46713-43fd-43cb-b055-a33cfc97e5da.txt @@ -0,0 +1 @@ +The Kinkaku-ji Temple located in the center of the island lake was burning with huge flames, and there were two swans in the burning Kinkaku-ji lake. \ No newline at end of file diff --git a/texts/33fad94e-05a8-4b26-9e9a-04892bd95023.txt b/texts/33fad94e-05a8-4b26-9e9a-04892bd95023.txt new file mode 100644 index 0000000000000000000000000000000000000000..519714268f493d68625359287027c55b9ee0f32c --- /dev/null +++ b/texts/33fad94e-05a8-4b26-9e9a-04892bd95023.txt @@ -0,0 +1 @@ +A cream-colored long-haired dachshund is painting in the garden. \ No newline at end of file diff --git a/texts/3401a868-814e-4852-9350-09af94e69d3d.txt b/texts/3401a868-814e-4852-9350-09af94e69d3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..19958808d5ff72ac5ffa4effa78770a621c526fd --- /dev/null +++ b/texts/3401a868-814e-4852-9350-09af94e69d3d.txt @@ -0,0 +1 @@ +Under the sky full of aurora, a lonely man swings on the snow and looks up at the sky. \ No newline at end of file diff --git a/texts/34077ed6-36e8-4efe-9a17-604883804819.txt b/texts/34077ed6-36e8-4efe-9a17-604883804819.txt new file mode 100644 index 0000000000000000000000000000000000000000..87e7c229057f594829b4a36ddd4c44bb37ee593d --- /dev/null +++ b/texts/34077ed6-36e8-4efe-9a17-604883804819.txt @@ -0,0 +1 @@ +Living room with retro style colourful furniture, yellow sofa facing a 90s tv with a chair made by orange plastics texture, picture taken by colour film camera \ No newline at end of file diff --git a/texts/3418256e-9403-485f-a1bf-d48b3c97d7e7.txt b/texts/3418256e-9403-485f-a1bf-d48b3c97d7e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b4615d18b32a13230d3d105d3b801ac857a4763 --- /dev/null +++ b/texts/3418256e-9403-485f-a1bf-d48b3c97d7e7.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, with a white Kitty cat wearing a Christmas hat and a Christmas tree next to it. The snow is marked with "CCL" and there are traces of cat paws. A melancholic blue night scene with dreamy effects of light particles and high color saturation. \ No newline at end of file diff --git a/texts/3419d208-4141-4e48-89f7-2f986cf1d4fa.txt b/texts/3419d208-4141-4e48-89f7-2f986cf1d4fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f70b2c7fd7b4c0f572263ad9255a98ed12132ee --- /dev/null +++ b/texts/3419d208-4141-4e48-89f7-2f986cf1d4fa.txt @@ -0,0 +1 @@ +A white cat is chasing a butterfly in the snowy field and there has many star in the sky \ No newline at end of file diff --git a/texts/345831db-6ada-40b3-8c23-e9acb938a3d2.txt b/texts/345831db-6ada-40b3-8c23-e9acb938a3d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f238834e452aa4b8dc6e8fc130541286db7a9ba --- /dev/null +++ b/texts/345831db-6ada-40b3-8c23-e9acb938a3d2.txt @@ -0,0 +1 @@ +Under the blue sky and white clouds, a white long haired cat wearing headphones is running on the grass \ No newline at end of file diff --git a/texts/3472c4bb-7982-439d-a7eb-3fbd26cf6085.txt b/texts/3472c4bb-7982-439d-a7eb-3fbd26cf6085.txt new file mode 100644 index 0000000000000000000000000000000000000000..1173b25eb9b3dda5c3a577fd3ca25ca3f3ac1842 --- /dev/null +++ b/texts/3472c4bb-7982-439d-a7eb-3fbd26cf6085.txt @@ -0,0 +1 @@ +A lamb atop a mountain peak, wearing a golden crown of thorns encircled by a halo of glory, symbolizing sacrifice and redemption for mankind. Dramatic, solemn, spiritually profound. \ No newline at end of file diff --git a/texts/3474efe9-a400-474a-8aa7-65e49dbd5393.txt b/texts/3474efe9-a400-474a-8aa7-65e49dbd5393.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fc57a2963d018989e02f796d3473756e70d1717 --- /dev/null +++ b/texts/3474efe9-a400-474a-8aa7-65e49dbd5393.txt @@ -0,0 +1 @@ +Pikachu sat in front of his computer drinking a big glass of wine \ No newline at end of file diff --git a/texts/347820b2-72bf-497b-8944-1aa2293c1d29.txt b/texts/347820b2-72bf-497b-8944-1aa2293c1d29.txt new file mode 100644 index 0000000000000000000000000000000000000000..7158a772a2fe4dca2e2f27c067f4d5e8d740d573 --- /dev/null +++ b/texts/347820b2-72bf-497b-8944-1aa2293c1d29.txt @@ -0,0 +1 @@ +A lit cigarette is held between the index and middle fingers of the hand, and next to it is a table with a pile of paintings on it, which are set on fire. \ No newline at end of file diff --git a/texts/3489a3f8-b2f1-4357-b89d-e67020f27216.txt b/texts/3489a3f8-b2f1-4357-b89d-e67020f27216.txt new file mode 100644 index 0000000000000000000000000000000000000000..7dd934084e46699d4413913ae2f7a551cf192bfd --- /dev/null +++ b/texts/3489a3f8-b2f1-4357-b89d-e67020f27216.txt @@ -0,0 +1 @@ +A chocolate dachshund/beach/vacation/Tahiti/summer/drinking cocktail/laying on the chair \ No newline at end of file diff --git a/texts/348c0021-f67d-4d22-a009-50479189505b.txt b/texts/348c0021-f67d-4d22-a009-50479189505b.txt new file mode 100644 index 0000000000000000000000000000000000000000..80a4b15d8d2a01f9e9d54856bf8437f41fb4d0c6 --- /dev/null +++ b/texts/348c0021-f67d-4d22-a009-50479189505b.txt @@ -0,0 +1 @@ +Two little rabbits sitting in the snow eating watermelon next to the colorful butterflies flying in the air under the snow \ No newline at end of file diff --git a/texts/348d11b4-fd67-4507-a6cd-024e4c9622e9.txt b/texts/348d11b4-fd67-4507-a6cd-024e4c9622e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..143c297e8db175e4ac7571c1ab2b269d819981a8 --- /dev/null +++ b/texts/348d11b4-fd67-4507-a6cd-024e4c9622e9.txt @@ -0,0 +1 @@ +HelloKitty plays on water rides in a deep, confined pool with giant monsters shadowing her underwater. \ No newline at end of file diff --git a/texts/3492b32f-546a-44b5-9a63-e589692586ea.txt b/texts/3492b32f-546a-44b5-9a63-e589692586ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd645b1d485b4ce6d19e0da1e6e6151f9149f767 --- /dev/null +++ b/texts/3492b32f-546a-44b5-9a63-e589692586ea.txt @@ -0,0 +1 @@ +Hongkong summer night, very hot, many stars, people looks very happy, \ No newline at end of file diff --git a/texts/3496eb0c-f285-485d-b089-bc1e194dbfd5.txt b/texts/3496eb0c-f285-485d-b089-bc1e194dbfd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..724b3eb2dca2b4d1991bed8b632edd89dadf4639 --- /dev/null +++ b/texts/3496eb0c-f285-485d-b089-bc1e194dbfd5.txt @@ -0,0 +1 @@ +The cat lay on its stomach by the fireside \ No newline at end of file diff --git a/texts/34ad5a14-c4ef-4058-821b-fc7440e1aabc.txt b/texts/34ad5a14-c4ef-4058-821b-fc7440e1aabc.txt new file mode 100644 index 0000000000000000000000000000000000000000..12d8ed616976974b4931d2df05dbc8755eba5148 --- /dev/null +++ b/texts/34ad5a14-c4ef-4058-821b-fc7440e1aabc.txt @@ -0,0 +1 @@ +A HelloKitty cat doll is angry and pinching another HelloKitty cat doll. The background is in the office, and the desk and computer are on fire. \ No newline at end of file diff --git a/texts/34b5b35b-54ec-4481-be40-06461f087aae.txt b/texts/34b5b35b-54ec-4481-be40-06461f087aae.txt new file mode 100644 index 0000000000000000000000000000000000000000..71edbc8a1d2d13c8511d09f75f823ef9793ac08f --- /dev/null +++ b/texts/34b5b35b-54ec-4481-be40-06461f087aae.txt @@ -0,0 +1 @@ + Batman drives a car in the sky. \ No newline at end of file diff --git a/texts/34b8178c-d5fe-4712-9a7b-b941d4e29ad8.txt b/texts/34b8178c-d5fe-4712-9a7b-b941d4e29ad8.txt new file mode 100644 index 0000000000000000000000000000000000000000..49f420763a939901045e598f91eec7de859e9c8c --- /dev/null +++ b/texts/34b8178c-d5fe-4712-9a7b-b941d4e29ad8.txt @@ -0,0 +1 @@ +On a snowy night, with an endless expanse of snow, there is a sea in the distance, and there are dazzling ppurple fireworks on the sea.Sitting on hte sonw is an exquisite whlte Hello Kitty doll wearing a christmas hat and a christmas dress, and next to the doll is an exquisite and gorgeous christmas tree.Write the three letters 'HZT' in order in the snow, with traces of cat claws. A melancholic blue night scene with a dreamy effect of auroras, high color saturation, and clear, exquiste, and romantic images. sea snow and Christmas tree.three letters H Z T is printing on the snow \ No newline at end of file diff --git a/texts/34bda55e-e4cc-42a2-a675-4bddc4d56707.txt b/texts/34bda55e-e4cc-42a2-a675-4bddc4d56707.txt new file mode 100644 index 0000000000000000000000000000000000000000..533e4189fc95f01333c4dbc83cf3785038b6aa68 --- /dev/null +++ b/texts/34bda55e-e4cc-42a2-a675-4bddc4d56707.txt @@ -0,0 +1 @@ +Kittens and deer playing in the snow with a Christmas atmosphere \ No newline at end of file diff --git a/texts/34c04c05-244c-4a33-93f0-48fd4c92045e.txt b/texts/34c04c05-244c-4a33-93f0-48fd4c92045e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bc1275e17a5526a711d72b4d2b8d3968f2aced0 --- /dev/null +++ b/texts/34c04c05-244c-4a33-93f0-48fd4c92045e.txt @@ -0,0 +1 @@ +A little hedgehog wearing pink clothes is skiing on a snowboard in the snow \ No newline at end of file diff --git a/texts/34c25bcc-6e45-4357-b80d-fea4d5583f32.txt b/texts/34c25bcc-6e45-4357-b80d-fea4d5583f32.txt new file mode 100644 index 0000000000000000000000000000000000000000..30c3594ac7a5b773d15502a6a940799bc80c0847 --- /dev/null +++ b/texts/34c25bcc-6e45-4357-b80d-fea4d5583f32.txt @@ -0,0 +1 @@ +In the snow under the stars, kitty holds fireworks next to the Christmas tree, and the snow under kitty says QJY \ No newline at end of file diff --git a/texts/34c9ed18-f80d-4dfc-bc57-e39353a60f36.txt b/texts/34c9ed18-f80d-4dfc-bc57-e39353a60f36.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bf436439a8541a3f64e669010ae1965b1341054 --- /dev/null +++ b/texts/34c9ed18-f80d-4dfc-bc57-e39353a60f36.txt @@ -0,0 +1 @@ +The burning Sensoji Temple. \ No newline at end of file diff --git a/texts/34cf19e6-510f-40ad-b722-b97bc3dc0291.txt b/texts/34cf19e6-510f-40ad-b722-b97bc3dc0291.txt new file mode 100644 index 0000000000000000000000000000000000000000..b530f79c1032b34818437bbd06c93890962e1237 --- /dev/null +++ b/texts/34cf19e6-510f-40ad-b722-b97bc3dc0291.txt @@ -0,0 +1 @@ +A beam of light hits the eyeball. \ No newline at end of file diff --git a/texts/34d032a7-978c-480d-8f2a-535827d71c95.txt b/texts/34d032a7-978c-480d-8f2a-535827d71c95.txt new file mode 100644 index 0000000000000000000000000000000000000000..b788e639afc95b3f57b1c98c15ee8ad1d65fa1da --- /dev/null +++ b/texts/34d032a7-978c-480d-8f2a-535827d71c95.txt @@ -0,0 +1 @@ +asian man wears small black sport Headband with no logo in Commercial photography \ No newline at end of file diff --git a/texts/34d356b0-fe48-405e-9e68-b2834245b240.txt b/texts/34d356b0-fe48-405e-9e68-b2834245b240.txt new file mode 100644 index 0000000000000000000000000000000000000000..525a286162e559528fdada7fe5e63f4ad4e45442 --- /dev/null +++ b/texts/34d356b0-fe48-405e-9e68-b2834245b240.txt @@ -0,0 +1 @@ +A pterosaur walks in the rainforest. \ No newline at end of file diff --git a/texts/34d36b2d-212d-4789-b7f7-85c49ba20292.txt b/texts/34d36b2d-212d-4789-b7f7-85c49ba20292.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e528ede60c2c88ffc8c1c40d0c9f9fb4605078d --- /dev/null +++ b/texts/34d36b2d-212d-4789-b7f7-85c49ba20292.txt @@ -0,0 +1 @@ +A birthday cat wearing cool sunglasses is djing \ No newline at end of file diff --git a/texts/34dd5c50-d5e9-44fd-a1a5-e0a16ee52226.txt b/texts/34dd5c50-d5e9-44fd-a1a5-e0a16ee52226.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba1c2da9d14143366abfd1a36e024f93f162aa72 --- /dev/null +++ b/texts/34dd5c50-d5e9-44fd-a1a5-e0a16ee52226.txt @@ -0,0 +1 @@ +Chinese actress looking from afar a burning Kinkakuji Temple \ No newline at end of file diff --git a/texts/34f5d683-7b7e-4b7c-b309-6811e587ff29.txt b/texts/34f5d683-7b7e-4b7c-b309-6811e587ff29.txt new file mode 100644 index 0000000000000000000000000000000000000000..31b927c25542288de1ba1e38c8b242b3cba1750b --- /dev/null +++ b/texts/34f5d683-7b7e-4b7c-b309-6811e587ff29.txt @@ -0,0 +1 @@ +LV \ No newline at end of file diff --git a/texts/34f685b3-1440-47e3-af6c-d67f80550188.txt b/texts/34f685b3-1440-47e3-af6c-d67f80550188.txt new file mode 100644 index 0000000000000000000000000000000000000000..57ca639969b32fe00b81938d34889d9464d80160 --- /dev/null +++ b/texts/34f685b3-1440-47e3-af6c-d67f80550188.txt @@ -0,0 +1 @@ +Snowy day have violet aurora and in the snow is written zzl \ No newline at end of file diff --git a/texts/34f69091-b53d-421c-962b-5eef846ec882.txt b/texts/34f69091-b53d-421c-962b-5eef846ec882.txt new file mode 100644 index 0000000000000000000000000000000000000000..d474ffb73afec1d0d6d92f5b1edfcaa62526747f --- /dev/null +++ b/texts/34f69091-b53d-421c-962b-5eef846ec882.txt @@ -0,0 +1 @@ +With Butter bear play tennis \ No newline at end of file diff --git a/texts/34fb7cab-8c39-4690-acc4-25ea56631d96.txt b/texts/34fb7cab-8c39-4690-acc4-25ea56631d96.txt new file mode 100644 index 0000000000000000000000000000000000000000..e360ae376de4f9a519885cb31d3d7a719f969ccc --- /dev/null +++ b/texts/34fb7cab-8c39-4690-acc4-25ea56631d96.txt @@ -0,0 +1 @@ +find pair of similar eyes, and you will see the same world. \ No newline at end of file diff --git a/texts/34fce3ac-4cb2-4616-a669-68131a3fd316.txt b/texts/34fce3ac-4cb2-4616-a669-68131a3fd316.txt new file mode 100644 index 0000000000000000000000000000000000000000..54b9e8d9be0c3fe78853e054cbb7c9956285c768 --- /dev/null +++ b/texts/34fce3ac-4cb2-4616-a669-68131a3fd316.txt @@ -0,0 +1 @@ +Back half body of man wearing black t-shirt watching race at racing track \ No newline at end of file diff --git a/texts/3503c101-1c86-438a-8333-be7888fd8e8d.txt b/texts/3503c101-1c86-438a-8333-be7888fd8e8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e127b086574e90cacbbda7156fd7b92a6f059710 --- /dev/null +++ b/texts/3503c101-1c86-438a-8333-be7888fd8e8d.txt @@ -0,0 +1 @@ +In a vast, snowy landscape, a small cat sits on a piano stool, staring curiously at a grand piano that is engulfed in flames. The contrast between the cold, white snow and the intense, orange fire creates a surreal and dramatic atmosphere. Snowflakes gently fall around the scene, while the cat remains calm and composed, seemingly unbothered by the flames. The piano's keys glow brightly as they burn, adding an artistic and mysterious touch to the moment. \ No newline at end of file diff --git a/texts/3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0.txt b/texts/3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..22533556ad44f9361ff7d0b37aeea09d0eacb01e --- /dev/null +++ b/texts/3506abcd-7b93-4f9f-9dbf-3ee84dcd47a0.txt @@ -0,0 +1 @@ +I was riding a black horse alone on my way to the snow capped mountain when the sun came out and illuminated the mountain. \ No newline at end of file diff --git a/texts/351047e4-5d45-4bac-b46d-4e8b276c3a36.txt b/texts/351047e4-5d45-4bac-b46d-4e8b276c3a36.txt new file mode 100644 index 0000000000000000000000000000000000000000..100ae6fb82ab0be0f56e7b95300b6c663d157fcc --- /dev/null +++ b/texts/351047e4-5d45-4bac-b46d-4e8b276c3a36.txt @@ -0,0 +1 @@ +Musa basjoo in the snow \ No newline at end of file diff --git a/texts/3520f342-fead-4c9f-9e12-4949edc792ae.txt b/texts/3520f342-fead-4c9f-9e12-4949edc792ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..811d359572f016f561ca609369757f930c96ff3c --- /dev/null +++ b/texts/3520f342-fead-4c9f-9e12-4949edc792ae.txt @@ -0,0 +1 @@ +wabi sabi style beige wall, light color \ No newline at end of file diff --git a/texts/355812e7-a699-4021-adbf-588486dd1b85.txt b/texts/355812e7-a699-4021-adbf-588486dd1b85.txt new file mode 100644 index 0000000000000000000000000000000000000000..df0a6e9ae5c5d4c7fd5151baa0795104ccbad863 --- /dev/null +++ b/texts/355812e7-a699-4021-adbf-588486dd1b85.txt @@ -0,0 +1 @@ +A small Samoyed and a small golden retriever are sitting in the snow with a Christmas tree behind them. The sky is blue-green aurora, and fireworks are set off \ No newline at end of file diff --git a/texts/356a3855-209a-4f4e-9219-58d2b4198641.txt b/texts/356a3855-209a-4f4e-9219-58d2b4198641.txt new file mode 100644 index 0000000000000000000000000000000000000000..36d6f3df6a9dbd694679cf355e66ac6a83d90d11 --- /dev/null +++ b/texts/356a3855-209a-4f4e-9219-58d2b4198641.txt @@ -0,0 +1 @@ +a cow work in pwc for so many hour and feel so tired and the cow almost pass out \ No newline at end of file diff --git a/texts/356cd052-a660-4623-9282-3f85d1120d72.txt b/texts/356cd052-a660-4623-9282-3f85d1120d72.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a15f910353e2733d649c097281a79a8a1c77aaf --- /dev/null +++ b/texts/356cd052-a660-4623-9282-3f85d1120d72.txt @@ -0,0 +1 @@ +A little dog was sitting on a cake sofa , listening to music \ No newline at end of file diff --git a/texts/3570e910-2eb8-457a-8b9b-d1a13456ec44.txt b/texts/3570e910-2eb8-457a-8b9b-d1a13456ec44.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c292bf266e69a2d3687189b1cd9edb880cb6b89 --- /dev/null +++ b/texts/3570e910-2eb8-457a-8b9b-d1a13456ec44.txt @@ -0,0 +1 @@ +Why do humans love to look at the sky? \ No newline at end of file diff --git a/texts/3585984f-5e7e-4ee6-9cd2-2d5be388c46c.txt b/texts/3585984f-5e7e-4ee6-9cd2-2d5be388c46c.txt new file mode 100644 index 0000000000000000000000000000000000000000..550f114d69a60336a753628a8e5d93a5c81588ee --- /dev/null +++ b/texts/3585984f-5e7e-4ee6-9cd2-2d5be388c46c.txt @@ -0,0 +1 @@ +Hello Kitty is dancing jazz in a vibrant, energetic scene. She wears a stylish outfit and a bow, moving with confidence and excitement \ No newline at end of file diff --git a/texts/3595d7c9-1118-49f1-b45b-d13b0aa24c0e.txt b/texts/3595d7c9-1118-49f1-b45b-d13b0aa24c0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eade72efc942fd36c37e5af9584048faca41c8a --- /dev/null +++ b/texts/3595d7c9-1118-49f1-b45b-d13b0aa24c0e.txt @@ -0,0 +1 @@ +A lady in a red kimono looks into the camera and holds a black cat as the Kinkaku Temple burns behind her \ No newline at end of file diff --git a/texts/3599f85a-3737-4ded-bfa0-092f26d480ff.txt b/texts/3599f85a-3737-4ded-bfa0-092f26d480ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dea0df32f7af13282f5309e8bf2823595f4c7f5 --- /dev/null +++ b/texts/3599f85a-3737-4ded-bfa0-092f26d480ff.txt @@ -0,0 +1 @@ +A Pikachu at the foot of Mount Fuji, with a Christmas tree next to it \ No newline at end of file diff --git a/texts/35a04b0c-869f-4f61-a9be-301cb5383dcc.txt b/texts/35a04b0c-869f-4f61-a9be-301cb5383dcc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d94d49d8330d4a35070d19244335856d1e885be --- /dev/null +++ b/texts/35a04b0c-869f-4f61-a9be-301cb5383dcc.txt @@ -0,0 +1 @@ +In the green forest, butterflies and foxes are playing together, and the fallen leaves are arranged into the English name "Hemphill". \ No newline at end of file diff --git a/texts/35a32913-0416-4dcc-ac0a-bedc5bd6895d.txt b/texts/35a32913-0416-4dcc-ac0a-bedc5bd6895d.txt new file mode 100644 index 0000000000000000000000000000000000000000..271cb5d05d6283df3682c4f50905ace0beee1c59 --- /dev/null +++ b/texts/35a32913-0416-4dcc-ac0a-bedc5bd6895d.txt @@ -0,0 +1 @@ +A hog-nose snake with green eyes wrapped in a blanket facing a campfire \ No newline at end of file diff --git a/texts/35a72186-52e6-4813-bc96-e6b36a9951e8.txt b/texts/35a72186-52e6-4813-bc96-e6b36a9951e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1500939789889692679e392aee9c9485ca2eb0d --- /dev/null +++ b/texts/35a72186-52e6-4813-bc96-e6b36a9951e8.txt @@ -0,0 +1 @@ +There was a person lying in bed, but her soul was rising slowly, the color of the room was blue, and there was a lift at the end of the bed \ No newline at end of file diff --git a/texts/35b33e52-0c58-406e-bc80-edc5ac65270a.txt b/texts/35b33e52-0c58-406e-bc80-edc5ac65270a.txt new file mode 100644 index 0000000000000000000000000000000000000000..089a1b62c27c9f0581fb8f626bd7245ffa7b6f7f --- /dev/null +++ b/texts/35b33e52-0c58-406e-bc80-edc5ac65270a.txt @@ -0,0 +1 @@ +A solitary baby orca (killer whale) swimming freely in the open ocean during a calm, golden sunset. Its sleek black-and-white body contrasts beautifully with the deep blue water, while its eye glints with a sense of quiet curiosity and playful intelligence. The orca is mid-leap, twisting slightly as though reveling in its own freedom, with droplets of water suspended in the air around it. The ocean stretches infinitely, reflecting the soft hues of orange and pink from the sky. Distant snow-capped mountains and the faint outline of icebergs frame the horizon, creating a serene and untouched natural setting. The image captures a nostalgic film aesthetic, with muted, warm tones and a subtle grainy texture, evoking a sense of wild beauty and harmony with nature. \ No newline at end of file diff --git a/texts/35ce53d5-262b-4e6a-97a7-65bdf077b7c9.txt b/texts/35ce53d5-262b-4e6a-97a7-65bdf077b7c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..890f18fbe74f6dfa590aa670ac4ffd5d5af0ba1a --- /dev/null +++ b/texts/35ce53d5-262b-4e6a-97a7-65bdf077b7c9.txt @@ -0,0 +1 @@ +Create a highly realistic image of a cute 20-year-old guy with a love-struck expression in his eyes. He should have a warm smile and an expression filled with wonder and affection. His appearance should be natural, with a few freckles on his face and his hair styled casually. Set the background outdoors, capturing the beauty of nature, while he embodies the essence of being in love. \ No newline at end of file diff --git a/texts/35ce9fed-125d-4a8c-97d0-750cc777f2d2.txt b/texts/35ce9fed-125d-4a8c-97d0-750cc777f2d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..285e7bcf55df0dcbc950f28e389e017c503f60a9 --- /dev/null +++ b/texts/35ce9fed-125d-4a8c-97d0-750cc777f2d2.txt @@ -0,0 +1 @@ +A cat gazes at the night sky from an interior car, its head tilted to one side, looking up through the interior car window to the visible stars and night sky. This scene captures a wonderful moment of nature's beauty. \ No newline at end of file diff --git a/texts/35cee867-702f-4168-9796-771e836c608b.txt b/texts/35cee867-702f-4168-9796-771e836c608b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7311b5cabd8666d5ffc4e9e62ee9e155350b71a0 --- /dev/null +++ b/texts/35cee867-702f-4168-9796-771e836c608b.txt @@ -0,0 +1 @@ +Beside the sea, there is a Hello Kitty angel. It is flying in the air. It is Christmas. It is snowing . There were snowflakes in the sky. Everything shows a romantic touch. \ No newline at end of file diff --git a/texts/35da131d-9170-4031-8601-699c09055e14.txt b/texts/35da131d-9170-4031-8601-699c09055e14.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f0304dbedff43fe2917b96d0dc20ad9c8f9fca4 --- /dev/null +++ b/texts/35da131d-9170-4031-8601-699c09055e14.txt @@ -0,0 +1 @@ +Hello kitty is holding lots of US dollars, sitting on the beach, wearing chanel sunglasses, drinking champagne \ No newline at end of file diff --git a/texts/35dc220d-8a22-4f32-ad73-e208847ccb54.txt b/texts/35dc220d-8a22-4f32-ad73-e208847ccb54.txt new file mode 100644 index 0000000000000000000000000000000000000000..854e2c79bcbc1a56d9a09f49fe4f0345390f7839 --- /dev/null +++ b/texts/35dc220d-8a22-4f32-ad73-e208847ccb54.txt @@ -0,0 +1 @@ +On a snowy day, there are stars in the sky and snowflakes, and QD is written on the snow \ No newline at end of file diff --git a/texts/35e5e18e-6a1c-407c-8640-c34683d9ead0.txt b/texts/35e5e18e-6a1c-407c-8640-c34683d9ead0.txt new file mode 100644 index 0000000000000000000000000000000000000000..999a5250e717767d0e7e06bd359be08e1af161f1 --- /dev/null +++ b/texts/35e5e18e-6a1c-407c-8640-c34683d9ead0.txt @@ -0,0 +1 @@ +A puppy with a bow \ No newline at end of file diff --git a/texts/3603fe3f-3bed-4756-b97b-5d00531a6fd7.txt b/texts/3603fe3f-3bed-4756-b97b-5d00531a6fd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c92447fd062069f48890f2546a586a888ea75ef4 --- /dev/null +++ b/texts/3603fe3f-3bed-4756-b97b-5d00531a6fd7.txt @@ -0,0 +1 @@ +There's a Mickey and he's sitting in front of the computer gloomily and the background is by the window and behind the window is the beautiful sea and the sun is shining through the window it's a nice day and there's sunlight on the leaves \ No newline at end of file diff --git a/texts/36047857-120c-46d6-8402-cd7a10202b89.txt b/texts/36047857-120c-46d6-8402-cd7a10202b89.txt new file mode 100644 index 0000000000000000000000000000000000000000..34e995efc8b8377e798a1224971293e6fa5f55e1 --- /dev/null +++ b/texts/36047857-120c-46d6-8402-cd7a10202b89.txt @@ -0,0 +1 @@ +Thousands of yaks cross the Potala Palace. \ No newline at end of file diff --git a/texts/3617eb75-6fd2-42aa-9650-6bbbd4428691.txt b/texts/3617eb75-6fd2-42aa-9650-6bbbd4428691.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea33defd91a9e91898f5951388e3c67dfed8422 --- /dev/null +++ b/texts/3617eb75-6fd2-42aa-9650-6bbbd4428691.txt @@ -0,0 +1 @@ +Cute snowman white snowing backgroud \ No newline at end of file diff --git a/texts/361b28cb-2b65-4080-ad60-e7bcdff4111e.txt b/texts/361b28cb-2b65-4080-ad60-e7bcdff4111e.txt new file mode 100644 index 0000000000000000000000000000000000000000..05cbb391eeb92e9386999381f3b6a50360967677 --- /dev/null +++ b/texts/361b28cb-2b65-4080-ad60-e7bcdff4111e.txt @@ -0,0 +1 @@ +Hello Kitty toy holds a cake with words xjw on it and 1206 number candles \ No newline at end of file diff --git a/texts/361f494f-9628-4ac3-8874-e05bf401a72a.txt b/texts/361f494f-9628-4ac3-8874-e05bf401a72a.txt new file mode 100644 index 0000000000000000000000000000000000000000..626dffa439c0f58253d040b96d50b45c9170f287 --- /dev/null +++ b/texts/361f494f-9628-4ac3-8874-e05bf401a72a.txt @@ -0,0 +1 @@ +A golden retriever puppy is playing basketball \ No newline at end of file diff --git a/texts/361f9e58-dc44-463b-bdae-1e936e13f23e.txt b/texts/361f9e58-dc44-463b-bdae-1e936e13f23e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d864c321dca3e652016e3ea1d5d90510ee6ec19 --- /dev/null +++ b/texts/361f9e58-dc44-463b-bdae-1e936e13f23e.txt @@ -0,0 +1 @@ +A blackandwrite cat is in the snow and footprints in the snow spell out.There is a Christmas tree next to it. On the snow is written 'PAN' \ No newline at end of file diff --git a/texts/36222ecc-f178-4489-abef-9027eceef288.txt b/texts/36222ecc-f178-4489-abef-9027eceef288.txt new file mode 100644 index 0000000000000000000000000000000000000000..863f75b282bd25eb8aaca298609332d9b126f21d --- /dev/null +++ b/texts/36222ecc-f178-4489-abef-9027eceef288.txt @@ -0,0 +1 @@ +hello kitty wear champion brand logo sporty shoes \ No newline at end of file diff --git a/texts/362f0e6d-2176-4c97-9b37-8c18ff63b734.txt b/texts/362f0e6d-2176-4c97-9b37-8c18ff63b734.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac7d40ac3aaf0f3abb3014622b32bb4e0f6db6bb --- /dev/null +++ b/texts/362f0e6d-2176-4c97-9b37-8c18ff63b734.txt @@ -0,0 +1 @@ +A tuxedo cat with a spray paint bottle doodles the words painsitic on the balcony of a brick house at the top of a hill \ No newline at end of file diff --git a/texts/36347d23-df86-4c1f-9cd3-ee9410955d86.txt b/texts/36347d23-df86-4c1f-9cd3-ee9410955d86.txt new file mode 100644 index 0000000000000000000000000000000000000000..536e4462da85bedac482759dedc068cc8f4aedaf --- /dev/null +++ b/texts/36347d23-df86-4c1f-9cd3-ee9410955d86.txt @@ -0,0 +1 @@ +A flamingo with a huge ribbon bow around its neck stands on an afternoon tea table, which is laden with English tea pastries, and the tablecloth features a vintage printed pattern. \ No newline at end of file diff --git a/texts/36366ca8-152e-452b-af85-fd5e17c164ef.txt b/texts/36366ca8-152e-452b-af85-fd5e17c164ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..20691594a547858923455ad1584bb8efbfca9942 --- /dev/null +++ b/texts/36366ca8-152e-452b-af85-fd5e17c164ef.txt @@ -0,0 +1 @@ +brown leather and grey apartment \ No newline at end of file diff --git a/texts/363c245c-d9b1-4c71-8c3d-9c7dcd474a17.txt b/texts/363c245c-d9b1-4c71-8c3d-9c7dcd474a17.txt new file mode 100644 index 0000000000000000000000000000000000000000..30e65a873af4fb1576f46b5959e7d43a26bfcec2 --- /dev/null +++ b/texts/363c245c-d9b1-4c71-8c3d-9c7dcd474a17.txt @@ -0,0 +1 @@ +Beach, coconut trees, fireworks, waves, HelloKitty, handwritten letters \ No newline at end of file diff --git a/texts/36409d6e-c6dd-40e2-b1b2-bdea10236894.txt b/texts/36409d6e-c6dd-40e2-b1b2-bdea10236894.txt new file mode 100644 index 0000000000000000000000000000000000000000..1edcca7bc0e32178aab289f0c84188f1224591d2 --- /dev/null +++ b/texts/36409d6e-c6dd-40e2-b1b2-bdea10236894.txt @@ -0,0 +1 @@ +Two cute little Hello Kitty dolls sit on white snow, with a Christmas tree behind them and a beach in the background. In the distance, fireworks bloom, mainly in white and pink colors. There are footprints on the beach, ZY YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/364935a9-911e-4948-9ace-092723c7a89b.txt b/texts/364935a9-911e-4948-9ace-092723c7a89b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6a59e8a8629c726399ef23bbfd49109f5b2788a --- /dev/null +++ b/texts/364935a9-911e-4948-9ace-092723c7a89b.txt @@ -0,0 +1 @@ +A group of red fish swim through the forest, and one of them looks at the camera. \ No newline at end of file diff --git a/texts/365b043b-afac-449d-a39a-54cbe465c384.txt b/texts/365b043b-afac-449d-a39a-54cbe465c384.txt new file mode 100644 index 0000000000000000000000000000000000000000..53c9ae5d093791aa93be5255905bedaa1978e21c --- /dev/null +++ b/texts/365b043b-afac-449d-a39a-54cbe465c384.txt @@ -0,0 +1 @@ +a little black cat and a tangerines in the snow \ No newline at end of file diff --git a/texts/36615f20-8083-4ae2-bf89-e61b22c730f0.txt b/texts/36615f20-8083-4ae2-bf89-e61b22c730f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cc703390cb5ac66287c20f3c644f10ef4eda54f --- /dev/null +++ b/texts/36615f20-8083-4ae2-bf89-e61b22c730f0.txt @@ -0,0 +1 @@ +A person in a patient's gown is standing at the entrance of the amusement park, holding a Mickey Mouse balloon \ No newline at end of file diff --git a/texts/367ba682-3df8-4ae2-9df6-2dee1108d19a.txt b/texts/367ba682-3df8-4ae2-9df6-2dee1108d19a.txt new file mode 100644 index 0000000000000000000000000000000000000000..14bd1a9c22b1802bc991ea38086553e2e818adc9 --- /dev/null +++ b/texts/367ba682-3df8-4ae2-9df6-2dee1108d19a.txt @@ -0,0 +1 @@ +There are music arrangement equipment in the studio with a green background, and a little duck is making music in front of a computer \ No newline at end of file diff --git a/texts/367e82cc-b04b-4c5b-a023-a98a45756d8c.txt b/texts/367e82cc-b04b-4c5b-a023-a98a45756d8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7c84891956809cc3b584c17c88bd05fe016d0b6 --- /dev/null +++ b/texts/367e82cc-b04b-4c5b-a023-a98a45756d8c.txt @@ -0,0 +1 @@ +A duck wearing sunglasses, in the garden,blue sky \ No newline at end of file diff --git a/texts/3687d1fe-1e78-4212-a556-2ed464e3986b.txt b/texts/3687d1fe-1e78-4212-a556-2ed464e3986b.txt new file mode 100644 index 0000000000000000000000000000000000000000..462fc3ab4c8123bd0b3d6ab5610716771c1ea4c0 --- /dev/null +++ b/texts/3687d1fe-1e78-4212-a556-2ed464e3986b.txt @@ -0,0 +1 @@ +A lovely white goose sits next to the computer \ No newline at end of file diff --git a/texts/369351a5-06e1-4ebd-a760-612bbc48aa80.txt b/texts/369351a5-06e1-4ebd-a760-612bbc48aa80.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d60dcbc5fdaaa073c3dbbc8e657f829e304238a --- /dev/null +++ b/texts/369351a5-06e1-4ebd-a760-612bbc48aa80.txt @@ -0,0 +1 @@ +A big apple stands alone on a big planet. There is nothing on the planet, but the black sky is full of small colored apples. (There are no figures in the picture, only apples.) \ No newline at end of file diff --git a/texts/36ace839-5eb9-49df-ad91-540b9e6cfed1.txt b/texts/36ace839-5eb9-49df-ad91-540b9e6cfed1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2332afcb387d373dc80c6240af5b168538d018b --- /dev/null +++ b/texts/36ace839-5eb9-49df-ad91-540b9e6cfed1.txt @@ -0,0 +1 @@ +Three fairies dancing a ballet under the moon \ No newline at end of file diff --git a/texts/36b13fe1-f076-4386-808c-35521d3786f3.txt b/texts/36b13fe1-f076-4386-808c-35521d3786f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2879081d64035541eb67a225cf78be0667259c81 --- /dev/null +++ b/texts/36b13fe1-f076-4386-808c-35521d3786f3.txt @@ -0,0 +1 @@ +Man in space suit sits on lift at ski resort \ No newline at end of file diff --git a/texts/36b66dcd-7f97-4b88-83bf-4de8f4dc66bd.txt b/texts/36b66dcd-7f97-4b88-83bf-4de8f4dc66bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f41899023ce65b3241b07c98a699557f34c0047 --- /dev/null +++ b/texts/36b66dcd-7f97-4b88-83bf-4de8f4dc66bd.txt @@ -0,0 +1 @@ +A white dwarf hamster wearing a Santa hat is decorating a Christmas tree. \ No newline at end of file diff --git a/texts/36b9d9c2-d15a-456a-849a-faa93b85ad45.txt b/texts/36b9d9c2-d15a-456a-849a-faa93b85ad45.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1c54faf2780492b9fa61dcef3f1775159a7d855 --- /dev/null +++ b/texts/36b9d9c2-d15a-456a-849a-faa93b85ad45.txt @@ -0,0 +1 @@ +The bigger goldfish breathed in a room full of lots inflatable plastic bags, full of light and shadow \ No newline at end of file diff --git a/texts/36bb414b-e80f-41e7-8545-9b32a26b30a5.txt b/texts/36bb414b-e80f-41e7-8545-9b32a26b30a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..84fb4068a294541b392192ffb90216422b4f0339 --- /dev/null +++ b/texts/36bb414b-e80f-41e7-8545-9b32a26b30a5.txt @@ -0,0 +1 @@ +A cat is working on the laptop in the office. The cat is wra a pair of glasses \ No newline at end of file diff --git a/texts/36c39210-269a-416d-8d5e-c56eebd2e7de.txt b/texts/36c39210-269a-416d-8d5e-c56eebd2e7de.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8a339eacb2ec5f767acb4a5ed49357ff8eab097 --- /dev/null +++ b/texts/36c39210-269a-416d-8d5e-c56eebd2e7de.txt @@ -0,0 +1 @@ +A bunny doll and a pig doll are sitting on the sofa watching a movie. The bunny doll wearing 3D glasses is using the remote control, and the pig doll is holding popcorn. Behind them is a French window. It is snowing outside the window. There is a particularly beautiful Christmas tree in the snow, and the Christmas tree is hung with colorful light strips. \ No newline at end of file diff --git a/texts/36c63d31-f04d-4436-91ad-e34d59b6c9c5.txt b/texts/36c63d31-f04d-4436-91ad-e34d59b6c9c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1860e7546febae85319e705189dedf5fe5463e6 --- /dev/null +++ b/texts/36c63d31-f04d-4436-91ad-e34d59b6c9c5.txt @@ -0,0 +1 @@ +The snowy blue night, fireworks outside the window and handwritten cxy on the foggy window \ No newline at end of file diff --git a/texts/36ce32cd-5d3a-4322-a584-9d8846dc3673.txt b/texts/36ce32cd-5d3a-4322-a584-9d8846dc3673.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5373973ff2e52112b5b335175a55d510b1805ef --- /dev/null +++ b/texts/36ce32cd-5d3a-4322-a584-9d8846dc3673.txt @@ -0,0 +1 @@ +There is a Bauhaus-style yellow transparent acrylic table lamp on the table, next to a pile of books and an apple. \ No newline at end of file diff --git a/texts/36cfe0c4-8106-4f91-9d07-b63c1e703c58.txt b/texts/36cfe0c4-8106-4f91-9d07-b63c1e703c58.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ec119ec7402acab155fb1c3edbb3759ec1324c --- /dev/null +++ b/texts/36cfe0c4-8106-4f91-9d07-b63c1e703c58.txt @@ -0,0 +1 @@ +Maltese dog reading a book in the bathtub \ No newline at end of file diff --git a/texts/36d34447-cfc0-4bc7-a279-b082a8e9a3e8.txt b/texts/36d34447-cfc0-4bc7-a279-b082a8e9a3e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..04f84908fe15dcb3c0c610c2478d90a76d65f268 --- /dev/null +++ b/texts/36d34447-cfc0-4bc7-a279-b082a8e9a3e8.txt @@ -0,0 +1 @@ +hello kitty Snow day sunset Fireworks seaside pine \ No newline at end of file diff --git a/texts/36ea7afd-c7e6-4948-a29f-21c5cee523f2.txt b/texts/36ea7afd-c7e6-4948-a29f-21c5cee523f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff4fb8958aa82cf6172a522090f9d714794ea374 --- /dev/null +++ b/texts/36ea7afd-c7e6-4948-a29f-21c5cee523f2.txt @@ -0,0 +1 @@ +A vinyl figure of Winnie the Pooh and Chiikawa holding a gun and a pipe, with a volcano erupting behind them \ No newline at end of file diff --git a/texts/36f3789e-b032-453b-902a-a48603ec6646.txt b/texts/36f3789e-b032-453b-902a-a48603ec6646.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5215d30516270466c33b508c7b38d8eab7c5814 --- /dev/null +++ b/texts/36f3789e-b032-453b-902a-a48603ec6646.txt @@ -0,0 +1 @@ +The stars in the night, the shining snow, the daisies on the ground \ No newline at end of file diff --git a/texts/371ebf34-8074-415f-835b-c31249975540.txt b/texts/371ebf34-8074-415f-835b-c31249975540.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da8182abd0e80986e1a4e0b0a34bc129ecee6ab --- /dev/null +++ b/texts/371ebf34-8074-415f-835b-c31249975540.txt @@ -0,0 +1 @@ +Golden Retriever celebrate his birthday in the 2000s house \ No newline at end of file diff --git a/texts/372b2b16-8c92-4894-9d20-576ba62977a3.txt b/texts/372b2b16-8c92-4894-9d20-576ba62977a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b95bbf432a91b94a04037f801fd03aacd4d7d7d3 --- /dev/null +++ b/texts/372b2b16-8c92-4894-9d20-576ba62977a3.txt @@ -0,0 +1 @@ +a hellokitty sits next to the beach by the sea, with fireworks set off in the sky and the letters CHERRY written on the beach \ No newline at end of file diff --git a/texts/372cb6f8-89f2-4c64-9d2e-5efa31be3b93.txt b/texts/372cb6f8-89f2-4c64-9d2e-5efa31be3b93.txt new file mode 100644 index 0000000000000000000000000000000000000000..61084ea97ee7756238b0ce00c8eda144ddbae78d --- /dev/null +++ b/texts/372cb6f8-89f2-4c64-9d2e-5efa31be3b93.txt @@ -0,0 +1 @@ +A cute curly-haired West Highland Terrier sits at a desk, intently using a MacBook while wearing a pair of black-framed glasses. It looks incredibly smart and focused, its little paws gently tapping on the keyboard, as if it is busy working on some task. \ No newline at end of file diff --git a/texts/372dbc92-50f8-4f6a-bde1-3e2cbcb77787.txt b/texts/372dbc92-50f8-4f6a-bde1-3e2cbcb77787.txt new file mode 100644 index 0000000000000000000000000000000000000000..195e383f3e0968f3186cf5a8b9319f5bfe2efa3f --- /dev/null +++ b/texts/372dbc92-50f8-4f6a-bde1-3e2cbcb77787.txt @@ -0,0 +1 @@ +A row of palm trees were planted on both sides of the seaside road. In the evening, a vintage sports car passed by. The sunset was beautiful. \ No newline at end of file diff --git a/texts/373358d0-4a86-46ef-a692-86e785710cf4.txt b/texts/373358d0-4a86-46ef-a692-86e785710cf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..90de3478e07eea7c0a8bb5b0c2aa8a7f225b2a93 --- /dev/null +++ b/texts/373358d0-4a86-46ef-a692-86e785710cf4.txt @@ -0,0 +1 @@ +A group of giant robots discovering a cave temple in the desert. \ No newline at end of file diff --git a/texts/37348532-4413-43fe-b67b-5f68cd67e10f.txt b/texts/37348532-4413-43fe-b67b-5f68cd67e10f.txt new file mode 100644 index 0000000000000000000000000000000000000000..42ddd4d290ca1d6865ba3f6e789e2223342d2700 --- /dev/null +++ b/texts/37348532-4413-43fe-b67b-5f68cd67e10f.txt @@ -0,0 +1 @@ + Hippie cool puddle dog playing DJ \ No newline at end of file diff --git a/texts/373c87b3-e539-4335-a3ba-39041555c0ba.txt b/texts/373c87b3-e539-4335-a3ba-39041555c0ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..f821ef6181e2ed2741edab3085a1d1bc12b3b83f --- /dev/null +++ b/texts/373c87b3-e539-4335-a3ba-39041555c0ba.txt @@ -0,0 +1 @@ +a Christmas tree on the seaside, with 2024 written on the snow ground \ No newline at end of file diff --git a/texts/373fc545-29a0-44bc-8e8f-9681c33a07a9.txt b/texts/373fc545-29a0-44bc-8e8f-9681c33a07a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef6542b4df712411d5ee0dc715963f893e6eca41 --- /dev/null +++ b/texts/373fc545-29a0-44bc-8e8f-9681c33a07a9.txt @@ -0,0 +1 @@ +A little cute Hello Kitty on a beach by sea holding a cake with 1006 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/374479f7-221e-4ee7-bf80-7e7fd2f8102a.txt b/texts/374479f7-221e-4ee7-bf80-7e7fd2f8102a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7916fc9d844671f8f782e95d16c38f58141d430 --- /dev/null +++ b/texts/374479f7-221e-4ee7-bf80-7e7fd2f8102a.txt @@ -0,0 +1 @@ +Lunar New Year Typography-Based Greeting Template \ No newline at end of file diff --git a/texts/3754aae4-8f45-4062-aed2-e97b0556f438.txt b/texts/3754aae4-8f45-4062-aed2-e97b0556f438.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff3b22c30955663707e3523c4001a470698a1729 --- /dev/null +++ b/texts/3754aae4-8f45-4062-aed2-e97b0556f438.txt @@ -0,0 +1 @@ +The scene evokes a sense of mystical tranquility and ethereal beauty. It's as if the gentle glow of the moonlight is caressing the fragments of an eggshell, creating a serene and almost otherworldly atmosphere. The image of the tides reclaiming the eggshell and drawing it into the depths of the ocean adds a layer of melancholy and the inevitable cycle of nature's reclaiming its own. The overall mood is one of dreamy enchantment, with a touch of wistful sadness, as the beautiful moment is fleeting and soon to be submerged in the vast, mysterious depths of the sea \ No newline at end of file diff --git a/texts/375639f3-057b-45b2-b289-51533272b568.txt b/texts/375639f3-057b-45b2-b289-51533272b568.txt new file mode 100644 index 0000000000000000000000000000000000000000..26f5713cb7fc7c979e7aeff4a2fd5263d8bfa92d --- /dev/null +++ b/texts/375639f3-057b-45b2-b289-51533272b568.txt @@ -0,0 +1 @@ +A small blue fish is watching a little pink pig in the snow, with yellow stars falling from the sky \ No newline at end of file diff --git a/texts/3756c42d-f579-4fc1-af21-7cd7642e6321.txt b/texts/3756c42d-f579-4fc1-af21-7cd7642e6321.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba92ab6852516b3497b9d71f084aa05411e874ef --- /dev/null +++ b/texts/3756c42d-f579-4fc1-af21-7cd7642e6321.txt @@ -0,0 +1 @@ +A Bichon ran through the white snow with the words sehun, falling snow, and falling stars \ No newline at end of file diff --git a/texts/3758a21f-bc3e-46ca-b133-de0f2ce56800.txt b/texts/3758a21f-bc3e-46ca-b133-de0f2ce56800.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7ef091032134adb5b2aa1ca9e71eaf7507053ff --- /dev/null +++ b/texts/3758a21f-bc3e-46ca-b133-de0f2ce56800.txt @@ -0,0 +1 @@ +Celebrate "Cheese Day" with a Delightful Template \ No newline at end of file diff --git a/texts/375d75eb-70f4-429d-a1ac-70440c1b8e49.txt b/texts/375d75eb-70f4-429d-a1ac-70440c1b8e49.txt new file mode 100644 index 0000000000000000000000000000000000000000..8832f94d2ab0ab69efc606a5cadb0fc5ebf64fb5 --- /dev/null +++ b/texts/375d75eb-70f4-429d-a1ac-70440c1b8e49.txt @@ -0,0 +1 @@ +A gray-black cat, a three-colored cat, with a Santa hat for Christmas in the snow \ No newline at end of file diff --git a/texts/37633cee-0863-40b4-80f7-c035374e45b2.txt b/texts/37633cee-0863-40b4-80f7-c035374e45b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9e57696cf1a08b7b92322491cf090307d0ffcd5 --- /dev/null +++ b/texts/37633cee-0863-40b4-80f7-c035374e45b2.txt @@ -0,0 +1 @@ +both Winnie the Pooh and Donald Duck holding machine guns \ No newline at end of file diff --git a/texts/376a0e5f-35ff-4848-9ae1-9b22d596048b.txt b/texts/376a0e5f-35ff-4848-9ae1-9b22d596048b.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b541624e3cf22ff7750c56012cc2c0cc3596aa --- /dev/null +++ b/texts/376a0e5f-35ff-4848-9ae1-9b22d596048b.txt @@ -0,0 +1 @@ +at night hello Kitty sat in the snow where Han was written and fireworks were set off in the distance \ No newline at end of file diff --git a/texts/376ca635-012c-4617-b823-d9b60eab1130.txt b/texts/376ca635-012c-4617-b823-d9b60eab1130.txt new file mode 100644 index 0000000000000000000000000000000000000000..d61791213f0e2c5d96682e8b2d77f805643a27cf --- /dev/null +++ b/texts/376ca635-012c-4617-b823-d9b60eab1130.txt @@ -0,0 +1 @@ +A black puppy with wings walks across a wide field of snow next to a Christmas tree and the letters Yosh BB \ No newline at end of file diff --git a/texts/3784ab88-03b2-44ba-9b30-c3901e01f907.txt b/texts/3784ab88-03b2-44ba-9b30-c3901e01f907.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4fc603c0d6c8149299d6799ac91f616aa102a74 --- /dev/null +++ b/texts/3784ab88-03b2-44ba-9b30-c3901e01f907.txt @@ -0,0 +1 @@ +In the snow by the seaside at night, Hello Kitty and the Christmas tree, with handwritten H on the snow \ No newline at end of file diff --git a/texts/378a2ece-b67b-45d7-815f-6fa7e12d3734.txt b/texts/378a2ece-b67b-45d7-815f-6fa7e12d3734.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9edaa09d332928ed84c5e85007feb74922ac6ed --- /dev/null +++ b/texts/378a2ece-b67b-45d7-815f-6fa7e12d3734.txt @@ -0,0 +1 @@ +At night, on a snowy beach, two puppy dolls sitting in the snow snuggling together, firework candles inserted directly in front of them, traces of LM with SQQ on the snow / melancholic blue night scene, / with a little bit of light ion dreamy effect, color saturation is high, the overall has a warm atmosphere \ No newline at end of file diff --git a/texts/3793d236-8a40-4d93-8d99-e35429c1d47d.txt b/texts/3793d236-8a40-4d93-8d99-e35429c1d47d.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d6b3dd26b389e60745c7ff7fda3078195e4066 --- /dev/null +++ b/texts/3793d236-8a40-4d93-8d99-e35429c1d47d.txt @@ -0,0 +1 @@ +A British Shorthair cat with wings is playing in the forest. Stars \ No newline at end of file diff --git a/texts/379695f1-efe3-46c0-8822-5f1e061f5b06.txt b/texts/379695f1-efe3-46c0-8822-5f1e061f5b06.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e0660fec5e3753e39624cbe686772e7d26496a2 --- /dev/null +++ b/texts/379695f1-efe3-46c0-8822-5f1e061f5b06.txt @@ -0,0 +1 @@ +swimming pool, christmas tree, dream core \ No newline at end of file diff --git a/texts/379fef73-8dd3-4cf5-bdd6-020e9e1a6510.txt b/texts/379fef73-8dd3-4cf5-bdd6-020e9e1a6510.txt new file mode 100644 index 0000000000000000000000000000000000000000..e558a9f1911fd0b09c2fb7e61be0a4d08b055fcc --- /dev/null +++ b/texts/379fef73-8dd3-4cf5-bdd6-020e9e1a6510.txt @@ -0,0 +1 @@ +An idyllic orange and white cat wearing dark glasses can be seen sipping coffee in the face of a real volcano with a relaxed expression \ No newline at end of file diff --git a/texts/37a35209-6f08-4095-b433-9d5ab3a9ec4b.txt b/texts/37a35209-6f08-4095-b433-9d5ab3a9ec4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7079719ebb6a7f91e44fa767658ca40aca2106c --- /dev/null +++ b/texts/37a35209-6f08-4095-b433-9d5ab3a9ec4b.txt @@ -0,0 +1 @@ +There's Chinese food on the table, and a note on the fridge reads, 'Don't forget to eat, dear.' \ No newline at end of file diff --git a/texts/37acd9e5-85b8-4c8f-8154-d70a9b24d57e.txt b/texts/37acd9e5-85b8-4c8f-8154-d70a9b24d57e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ce0282ed1117fae9ab7546a32d77e78b09ab7c2 --- /dev/null +++ b/texts/37acd9e5-85b8-4c8f-8154-d70a9b24d57e.txt @@ -0,0 +1 @@ +a sponge and a limestone in a beautiful channel \ No newline at end of file diff --git a/texts/37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155.txt b/texts/37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155.txt new file mode 100644 index 0000000000000000000000000000000000000000..034abcf3e23cbaedd0675d25baae732586c20260 --- /dev/null +++ b/texts/37b7d8e8-495b-4d9e-b8d0-8ce2b49a5155.txt @@ -0,0 +1 @@ +The streets of the north at dusk, the streets are empty, and the sunset and sunset end in it. \ No newline at end of file diff --git a/texts/37ba20a7-ea3a-4ede-82e0-93606e44b06f.txt b/texts/37ba20a7-ea3a-4ede-82e0-93606e44b06f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef0c8029ca0e4cdc7a494a27418b44295f9ff7c1 --- /dev/null +++ b/texts/37ba20a7-ea3a-4ede-82e0-93606e44b06f.txt @@ -0,0 +1 @@ +At midnight by the seaside, there are burning candles and white flowers on the sand. \ No newline at end of file diff --git a/texts/37bb4c1e-8462-44f4-99f7-8de3c3f73902.txt b/texts/37bb4c1e-8462-44f4-99f7-8de3c3f73902.txt new file mode 100644 index 0000000000000000000000000000000000000000..667d1f9d4a28b7a2be5a63cf43212df64f4978ea --- /dev/null +++ b/texts/37bb4c1e-8462-44f4-99f7-8de3c3f73902.txt @@ -0,0 +1 @@ +A russian blue cat wearing a half -frame glasses \ No newline at end of file diff --git a/texts/37bd5c00-e045-4f2a-b8a5-e9618e8e0318.txt b/texts/37bd5c00-e045-4f2a-b8a5-e9618e8e0318.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f285e3680ec65d96f2830afb49014efbd931ef3 --- /dev/null +++ b/texts/37bd5c00-e045-4f2a-b8a5-e9618e8e0318.txt @@ -0,0 +1 @@ +A long-haired black big Maine Coon cat with white chest ,with little white wings .In the snow.In the Milky Way.Retro vibe. \ No newline at end of file diff --git a/texts/37bed885-c9f6-4faa-a43b-1fe9290260b0.txt b/texts/37bed885-c9f6-4faa-a43b-1fe9290260b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6373e4517d0758b4fafcd724737277656827744c --- /dev/null +++ b/texts/37bed885-c9f6-4faa-a43b-1fe9290260b0.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters Lynn printed on the snow \ No newline at end of file diff --git a/texts/37c5261e-9878-4265-9a21-ab8aeaefc11f.txt b/texts/37c5261e-9878-4265-9a21-ab8aeaefc11f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fd7f53ac4851b52684e9cf7010abe9bf49f841c --- /dev/null +++ b/texts/37c5261e-9878-4265-9a21-ab8aeaefc11f.txt @@ -0,0 +1 @@ +A Tibetan yogi, dressed in red and white orders, sat cross-legged in the Himalayas, reciting the broken method founded by Magila. \ No newline at end of file diff --git a/texts/37cdb300-eb56-48c5-b6eb-36f511969019.txt b/texts/37cdb300-eb56-48c5-b6eb-36f511969019.txt new file mode 100644 index 0000000000000000000000000000000000000000..00a3a9788c8ef7a37adb46ca8a5adffa7deb3d7d --- /dev/null +++ b/texts/37cdb300-eb56-48c5-b6eb-36f511969019.txt @@ -0,0 +1 @@ +A cute tuxedo cat with a spray paint bottle doodles the words painsitic on the balcony of a brick house at the top of a hill \ No newline at end of file diff --git a/texts/37d01460-f534-40b7-a6a5-fb1f10357b9e.txt b/texts/37d01460-f534-40b7-a6a5-fb1f10357b9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f557f85fd1f945d4ce5421b0cd1131847eff5232 --- /dev/null +++ b/texts/37d01460-f534-40b7-a6a5-fb1f10357b9e.txt @@ -0,0 +1 @@ + Write "kj like shermain " on the snow, and there should be a house behind it and havegolden retriever \ No newline at end of file diff --git a/texts/37db3cd9-8dc2-426f-9a47-88630e9f1116.txt b/texts/37db3cd9-8dc2-426f-9a47-88630e9f1116.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fb039d88744b9ab0608901dbedb073706a15896 --- /dev/null +++ b/texts/37db3cd9-8dc2-426f-9a47-88630e9f1116.txt @@ -0,0 +1 @@ +White kittens with wings play in the snow. \ No newline at end of file diff --git a/texts/37dd3b9d-62c4-4054-a891-92435058bcfb.txt b/texts/37dd3b9d-62c4-4054-a891-92435058bcfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..601906eafbbac678eca8e85f8575973fd96653d7 --- /dev/null +++ b/texts/37dd3b9d-62c4-4054-a891-92435058bcfb.txt @@ -0,0 +1 @@ +Create a hyper-realistic close-up image of small gifts wrapped in the shape of a house, under a christmas tree. The wrapping paper should tightly cover the houses, revealing their silhouette. Use a plain blue wrapping paper. Add a large, decorative ribbon and bow on the roof's peak to emphasize the holiday theme. The background should be softly lit with a cozy, festive ambiance, featuring blurred holiday lights or a wintery scene to complement the gift. Ensure the focus remains on the wrapped house, highlighting its unique shape and festive details. The shot should focus on the base of the tree and gifts, with the tree branches visible only at the top of the image. The overall effect should resemble a close-up well-staged flash photographic advertisement. \ No newline at end of file diff --git a/texts/37ebb124-ece7-4daf-9eaa-50de9784fe6b.txt b/texts/37ebb124-ece7-4daf-9eaa-50de9784fe6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..da5ce73348f57fd84673df1a0966a7a96a2f27de --- /dev/null +++ b/texts/37ebb124-ece7-4daf-9eaa-50de9784fe6b.txt @@ -0,0 +1 @@ +A narrow alley bathed in the golden haze of late afternoon. The sun filters through a canopy of overgrown vines, casting soft, dappled shadows onto weathered brick walls. A vintage bicycle leans against a rusted lamppost, its metal frame catching the light in muted glimmers. The air is thick with the scent of blooming jasmine and the faint smokiness of a distant fire. Somewhere, a record player hums a melancholic tune, its crackling notes blending seamlessly with the quiet rustle of leaves. Everything feels suspended, as if time itself is paused, holding its breath for just a moment longer. \ No newline at end of file diff --git a/texts/37f7e0b5-6ede-4a98-8791-849efd41a1dd.txt b/texts/37f7e0b5-6ede-4a98-8791-849efd41a1dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..651bf6ee7365f1f341e3e8ca0c34fea2f67ae3cb --- /dev/null +++ b/texts/37f7e0b5-6ede-4a98-8791-849efd41a1dd.txt @@ -0,0 +1 @@ +Big hello Kitty doll wearing Buddha beads, sitting at a desk with a burning laptop on it \ No newline at end of file diff --git a/texts/37fb9bd8-66e5-439d-ad07-ceb9bf77202b.txt b/texts/37fb9bd8-66e5-439d-ad07-ceb9bf77202b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8af8a9223d159ee328400366490501879fde175d --- /dev/null +++ b/texts/37fb9bd8-66e5-439d-ad07-ceb9bf77202b.txt @@ -0,0 +1 @@ +magical wooden elephant slides, burning butterflies, birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter \ No newline at end of file diff --git a/texts/37fc7768-50b4-4236-ad65-33e7cb53736a.txt b/texts/37fc7768-50b4-4236-ad65-33e7cb53736a.txt new file mode 100644 index 0000000000000000000000000000000000000000..71683cb4d5adc80a9763999f7fe24e11945c0eb1 --- /dev/null +++ b/texts/37fc7768-50b4-4236-ad65-33e7cb53736a.txt @@ -0,0 +1 @@ +In the snowy blues time, a black horse ran on the snow, the snow splashed under its feet, and the skin was shining. \ No newline at end of file diff --git a/texts/38041f61-0796-4346-a009-cb39605be800.txt b/texts/38041f61-0796-4346-a009-cb39605be800.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6259a26b5162ebbfb654e5c68d1a83c5ebfce67 --- /dev/null +++ b/texts/38041f61-0796-4346-a009-cb39605be800.txt @@ -0,0 +1 @@ +Lunar New Year Party Invitation with Lantern Design \ No newline at end of file diff --git a/texts/3816b24d-0273-477f-a5a7-baf7636827be.txt b/texts/3816b24d-0273-477f-a5a7-baf7636827be.txt new file mode 100644 index 0000000000000000000000000000000000000000..92ce1ab971b9e50455236308377e34c5c302cc00 --- /dev/null +++ b/texts/3816b24d-0273-477f-a5a7-baf7636827be.txt @@ -0,0 +1 @@ +Snow, piano,puppy, christmas \ No newline at end of file diff --git a/texts/381a2e96-7027-4a72-afa4-dc34a22310c4.txt b/texts/381a2e96-7027-4a72-afa4-dc34a22310c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b42d8c0f4ac904b2e50e0deb85e78519269b402 --- /dev/null +++ b/texts/381a2e96-7027-4a72-afa4-dc34a22310c4.txt @@ -0,0 +1 @@ +An adult Samoyed celebrates his birthday in the snow, with a birthday cake in front of him, a birthday hat on his head, and a smiling expression \ No newline at end of file diff --git a/texts/382091f2-944c-41cb-9170-cf543c03231f.txt b/texts/382091f2-944c-41cb-9170-cf543c03231f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4e810992bb896517305cfc55e4261b939a902a8 --- /dev/null +++ b/texts/382091f2-944c-41cb-9170-cf543c03231f.txt @@ -0,0 +1 @@ +A light yellow Shiba Inu is smiling in the trash can \ No newline at end of file diff --git a/texts/3825190a-40c6-4268-92cd-18934aeb0dc0.txt b/texts/3825190a-40c6-4268-92cd-18934aeb0dc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ea4d3987a6be3ccbd0d4efd8e112b3c7da325d --- /dev/null +++ b/texts/3825190a-40c6-4268-92cd-18934aeb0dc0.txt @@ -0,0 +1 @@ +A small black Shiba Inu wearing a scarf and headphones sits in front of a computer \ No newline at end of file diff --git a/texts/3832e725-ba49-4fa8-a5ef-62373bea9fa4.txt b/texts/3832e725-ba49-4fa8-a5ef-62373bea9fa4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a6ac6a6637e1a79844300f03426563e8924a8f6 --- /dev/null +++ b/texts/3832e725-ba49-4fa8-a5ef-62373bea9fa4.txt @@ -0,0 +1 @@ +fire in the snow, behind is the temple, a back figure in a pink down jacket who cant see her face \ No newline at end of file diff --git a/texts/38375179-5898-4129-91d8-60e551de25ba.txt b/texts/38375179-5898-4129-91d8-60e551de25ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c9b636b9eb41aca94dd6c98d2111d4fb2edecb6 --- /dev/null +++ b/texts/38375179-5898-4129-91d8-60e551de25ba.txt @@ -0,0 +1 @@ +Inspirational World Cancer Day Greeting Card Design \ No newline at end of file diff --git a/texts/3838fd64-2a6c-4abd-9e27-4ac26b98e3aa.txt b/texts/3838fd64-2a6c-4abd-9e27-4ac26b98e3aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2b01581c5a7bca0f645546a2db9af4bb19c47a0 --- /dev/null +++ b/texts/3838fd64-2a6c-4abd-9e27-4ac26b98e3aa.txt @@ -0,0 +1 @@ +A cat is operating the mixer \ No newline at end of file diff --git a/texts/383aabaf-2c73-4dcd-9332-d259a1a80416.txt b/texts/383aabaf-2c73-4dcd-9332-d259a1a80416.txt new file mode 100644 index 0000000000000000000000000000000000000000..10565d0015eafeee49e16d974d9f6a2618514413 --- /dev/null +++ b/texts/383aabaf-2c73-4dcd-9332-d259a1a80416.txt @@ -0,0 +1 @@ +Round birthday cake, a candle, bouquet \ No newline at end of file diff --git a/texts/383bfc87-b638-4a32-83db-58dccae16ba0.txt b/texts/383bfc87-b638-4a32-83db-58dccae16ba0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d88cece6f6e4ab5939b893405b00f5feb52bd2a6 --- /dev/null +++ b/texts/383bfc87-b638-4a32-83db-58dccae16ba0.txt @@ -0,0 +1 @@ +A lone student walking down an empty corridor at Hogwarts, the soft sound of footsteps echoing on the stone floor. The corridor is dimly lit by magical torches hanging on the walls, and there are moving portraits and tapestries on the sides. The student is wearing the robe of their house and is carrying a small bag filled with magical items. Their expression is thoughtful, as though they are lost in thought about something important. The atmosphere is quiet and serene, with the soft, distant hum of magic in the air. \ No newline at end of file diff --git a/texts/383d7867-0e90-4c79-9d95-ec62b9367b8c.txt b/texts/383d7867-0e90-4c79-9d95-ec62b9367b8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a98a0ae72495dffe99ee6ced194975722f876827 --- /dev/null +++ b/texts/383d7867-0e90-4c79-9d95-ec62b9367b8c.txt @@ -0,0 +1 @@ +A Hello Kitty is wearing overalls and has a pair of butterfly wings on her back, playing on the slide in the clouds. \ No newline at end of file diff --git a/texts/384a8277-6d29-43ff-b4fd-468f6f098b70.txt b/texts/384a8277-6d29-43ff-b4fd-468f6f098b70.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1b24725dc1d8ca342d8789fe089c5f992e3eef5 --- /dev/null +++ b/texts/384a8277-6d29-43ff-b4fd-468f6f098b70.txt @@ -0,0 +1 @@ +Winnie the Pooh and a black Labrador are playing in the snow with a beautiful sunset in the background. \ No newline at end of file diff --git a/texts/3855dfc9-48b0-4a4d-bad8-7f0119962d45.txt b/texts/3855dfc9-48b0-4a4d-bad8-7f0119962d45.txt new file mode 100644 index 0000000000000000000000000000000000000000..61ded56d656b091f03ada5bdfff3137c926b1ac7 --- /dev/null +++ b/texts/3855dfc9-48b0-4a4d-bad8-7f0119962d45.txt @@ -0,0 +1 @@ +The main subject is a spirited leopard cat dressed in Santa attire, with a beautiful snowy night landscape as the backdrop, and a Christmas tree nearby. \ No newline at end of file diff --git a/texts/3858d549-0130-47b8-b156-16566cb67c52.txt b/texts/3858d549-0130-47b8-b156-16566cb67c52.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b25e7ebfb3c3bc81bce42a3f60f80b7575ac775 --- /dev/null +++ b/texts/3858d549-0130-47b8-b156-16566cb67c52.txt @@ -0,0 +1 @@ +Christmas tree with presents \ No newline at end of file diff --git a/texts/385966d4-021e-4f7d-869a-9bbc6e99c613.txt b/texts/385966d4-021e-4f7d-869a-9bbc6e99c613.txt new file mode 100644 index 0000000000000000000000000000000000000000..347c0ce0ed279c6fdbb7119da1cf9cd6d19bb618 --- /dev/null +++ b/texts/385966d4-021e-4f7d-869a-9bbc6e99c613.txt @@ -0,0 +1 @@ +In a snowy winter, a Japanese monk looks at the burning temple in the snow. In front of him, there is a clear lake. The monk is praying with his hands folded. \ No newline at end of file diff --git a/texts/38607f6f-7204-4d1c-b783-50a7bd629dc6.txt b/texts/38607f6f-7204-4d1c-b783-50a7bd629dc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb196dff3b1a51f935e344e4b019404e6cd267da --- /dev/null +++ b/texts/38607f6f-7204-4d1c-b783-50a7bd629dc6.txt @@ -0,0 +1 @@ +Snow, Border Shepherd, a yellow stuffed duckling,piano, fireworks, stars, \ No newline at end of file diff --git a/texts/3860ade6-d4bb-43c0-ae55-991453c3c18d.txt b/texts/3860ade6-d4bb-43c0-ae55-991453c3c18d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a77f07d167a9710fb21c6da1b39e0842fe392709 --- /dev/null +++ b/texts/3860ade6-d4bb-43c0-ae55-991453c3c18d.txt @@ -0,0 +1 @@ +europen wear a starry crown \ No newline at end of file diff --git a/texts/3871ca81-69b6-4116-a339-7d77449ea648.txt b/texts/3871ca81-69b6-4116-a339-7d77449ea648.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6ce28d8308216437f956cd9a071aa7c67ca35c2 --- /dev/null +++ b/texts/3871ca81-69b6-4116-a339-7d77449ea648.txt @@ -0,0 +1 @@ +A cute small white and brown Prince Charles dog smell run in the sun in a field of small flowers next to a mountain lake, \ No newline at end of file diff --git a/texts/38740254-5416-42aa-8257-3c9672ab4cc8.txt b/texts/38740254-5416-42aa-8257-3c9672ab4cc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..64d24572e8e2b8f92f4c1babb6ef0a09856b8d90 --- /dev/null +++ b/texts/38740254-5416-42aa-8257-3c9672ab4cc8.txt @@ -0,0 +1 @@ +shark in the sea \ No newline at end of file diff --git a/texts/387d7ce1-8983-4b20-9b04-704804eb4a26.txt b/texts/387d7ce1-8983-4b20-9b04-704804eb4a26.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e4634808379deabecc3f8a76859d4a0b66d55b9 --- /dev/null +++ b/texts/387d7ce1-8983-4b20-9b04-704804eb4a26.txt @@ -0,0 +1 @@ +a fixed phone, the phone handset is in the octopus's hand. \ No newline at end of file diff --git a/texts/388582d5-24d2-4836-b108-59f10a995c5a.txt b/texts/388582d5-24d2-4836-b108-59f10a995c5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a77ba9d40cdff97474387d5dba5c953ddd27125f --- /dev/null +++ b/texts/388582d5-24d2-4836-b108-59f10a995c5a.txt @@ -0,0 +1 @@ +tuxedo cat, ganstar, gem necklace, christams, white, silver, gold, chill vibe \ No newline at end of file diff --git a/texts/38881308-76b7-44bf-a28d-f50c1fc81ee0.txt b/texts/38881308-76b7-44bf-a28d-f50c1fc81ee0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d2ca633a3b960c81f55ff093797a2cfb7ba74b2 --- /dev/null +++ b/texts/38881308-76b7-44bf-a28d-f50c1fc81ee0.txt @@ -0,0 +1 @@ +Hello Kitty and the Christmas tree are sitting in the snow, with "DJY" written on the snow and fireworks set off in the sky, \ No newline at end of file diff --git a/texts/388cb65e-3e2b-4c9a-bd9f-cfff56f87988.txt b/texts/388cb65e-3e2b-4c9a-bd9f-cfff56f87988.txt new file mode 100644 index 0000000000000000000000000000000000000000..36e7ee17ae2c6f9faa5a475a5168db456d857bb1 --- /dev/null +++ b/texts/388cb65e-3e2b-4c9a-bd9f-cfff56f87988.txt @@ -0,0 +1 @@ +Two cats watching the winter sunset together by the window. Christmas ornaments around them \ No newline at end of file diff --git a/texts/38937a0a-6d54-4a11-8c86-75c9c3fe0bcf.txt b/texts/38937a0a-6d54-4a11-8c86-75c9c3fe0bcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0ed3dda780fce6ed60573f3ad3dca8c3e92561d --- /dev/null +++ b/texts/38937a0a-6d54-4a11-8c86-75c9c3fe0bcf.txt @@ -0,0 +1 @@ +Draw a Cinnamoroll sitting on a swing. Behind her was a large cherry tree. \ No newline at end of file diff --git a/texts/38997076-b90b-42b1-92f4-8970a4adfcad.txt b/texts/38997076-b90b-42b1-92f4-8970a4adfcad.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb6485d0b4b08e2cc738e56f25a84fdba774897d --- /dev/null +++ b/texts/38997076-b90b-42b1-92f4-8970a4adfcad.txt @@ -0,0 +1 @@ +hello kitty outside in the snow, lots of pink roses in the snow, scattered stars \ No newline at end of file diff --git a/texts/389bcb31-9cd2-43aa-8340-ca4e68f574f4.txt b/texts/389bcb31-9cd2-43aa-8340-ca4e68f574f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fa742275546c7dfe1dba944b1a4ddee20cab1d2 --- /dev/null +++ b/texts/389bcb31-9cd2-43aa-8340-ca4e68f574f4.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a wedding dress and holding a bouquet of flowers in a garden filled with pink roses \ No newline at end of file diff --git a/texts/38a1316e-b1a2-4869-85e0-0bed89d171bf.txt b/texts/38a1316e-b1a2-4869-85e0-0bed89d171bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..6acf4982dcff50e3aa27601d00213938bf48372f --- /dev/null +++ b/texts/38a1316e-b1a2-4869-85e0-0bed89d171bf.txt @@ -0,0 +1 @@ +A lovely penguin doll is lying on the floor and there is a pile of toys behind it. \ No newline at end of file diff --git a/texts/38a9ecd1-fa01-4cec-bfb2-0a145446f42c.txt b/texts/38a9ecd1-fa01-4cec-bfb2-0a145446f42c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b8b3f3685be8782c5a4d65330ab3b34b9266883 --- /dev/null +++ b/texts/38a9ecd1-fa01-4cec-bfb2-0a145446f42c.txt @@ -0,0 +1 @@ +On a heavily snowing Christmas outdoors, a white Samoyed with wings. \ No newline at end of file diff --git a/texts/38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20.txt b/texts/38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20.txt new file mode 100644 index 0000000000000000000000000000000000000000..11ee86f19b3c4597ddef3bbc37e75489359f8c10 --- /dev/null +++ b/texts/38aa5d30-ee5b-46ec-ac4e-ac9a3dfbca20.txt @@ -0,0 +1 @@ +A kitten in a Harry Potter suit holds a wand and the wand shoots out stars \ No newline at end of file diff --git a/texts/38b0195a-ebe1-4072-ad66-549c2b2efd8b.txt b/texts/38b0195a-ebe1-4072-ad66-549c2b2efd8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..461b5a36a6dddc6366409d388fed52c0d41b7e4c --- /dev/null +++ b/texts/38b0195a-ebe1-4072-ad66-549c2b2efd8b.txt @@ -0,0 +1 @@ +katieledecky races in the American flag and dives in the pool at night \ No newline at end of file diff --git a/texts/38b122f1-6304-4367-9d17-e9831d165cef.txt b/texts/38b122f1-6304-4367-9d17-e9831d165cef.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdafc4a91977b87a077cef91f3f10c091c3b83c1 --- /dev/null +++ b/texts/38b122f1-6304-4367-9d17-e9831d165cef.txt @@ -0,0 +1 @@ +Hello Kitty is drinking coffee near an erupting volcano. \ No newline at end of file diff --git a/texts/38b1ef5f-69c7-468b-921f-354cc21e3cda.txt b/texts/38b1ef5f-69c7-468b-921f-354cc21e3cda.txt new file mode 100644 index 0000000000000000000000000000000000000000..c704a200cb2d84d06e9270e137ea283fdecb3faf --- /dev/null +++ b/texts/38b1ef5f-69c7-468b-921f-354cc21e3cda.txt @@ -0,0 +1 @@ +Red panda fell in love with a sheep in the Chritmas \ No newline at end of file diff --git a/texts/38b2799a-03c5-451b-b5a3-0cc3080b3fd8.txt b/texts/38b2799a-03c5-451b-b5a3-0cc3080b3fd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e616d10d61bb5998328829c9be68f3f702ac2023 --- /dev/null +++ b/texts/38b2799a-03c5-451b-b5a3-0cc3080b3fd8.txt @@ -0,0 +1 @@ +A little black cat wearing a wedding dress, sunglasses and a necklace, playing a burning piano in the snow on the beach with bubbles in the air \ No newline at end of file diff --git a/texts/38bbd811-dfdc-45c8-8220-bd9252b31afb.txt b/texts/38bbd811-dfdc-45c8-8220-bd9252b31afb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed8e1de45108a510d04026ad78a1ff1a1e36d0ce --- /dev/null +++ b/texts/38bbd811-dfdc-45c8-8220-bd9252b31afb.txt @@ -0,0 +1 @@ +A cute Birman cat celebrates his birthday with strawberry cake, indoor \ No newline at end of file diff --git a/texts/38c0418f-d873-4699-a8fb-b45d13131764.txt b/texts/38c0418f-d873-4699-a8fb-b45d13131764.txt new file mode 100644 index 0000000000000000000000000000000000000000..82acc4182f096adf103c58c2e047e40445790da7 --- /dev/null +++ b/texts/38c0418f-d873-4699-a8fb-b45d13131764.txt @@ -0,0 +1 @@ +hello kitty at work, sitting at her workstation with a glass of wine, while the back of the room is a mess, with papers scattered all over the place \ No newline at end of file diff --git a/texts/38c34ed0-d6e0-4487-976d-ed77dd49a147.txt b/texts/38c34ed0-d6e0-4487-976d-ed77dd49a147.txt new file mode 100644 index 0000000000000000000000000000000000000000..efd7f32165e84a8bada1e8541dc06ae87b68deba --- /dev/null +++ b/texts/38c34ed0-d6e0-4487-976d-ed77dd49a147.txt @@ -0,0 +1 @@ +A young Korean pure white Maltese with a red birthday hat and a pale yellow and white Shih Tzu wearing sunglasses on a computer \ No newline at end of file diff --git a/texts/38ca55cc-f61d-421b-aeaf-2e61f882563b.txt b/texts/38ca55cc-f61d-421b-aeaf-2e61f882563b.txt new file mode 100644 index 0000000000000000000000000000000000000000..857be53f65460ed212a94e262fd225b30ef89d90 --- /dev/null +++ b/texts/38ca55cc-f61d-421b-aeaf-2e61f882563b.txt @@ -0,0 +1 @@ +a call duck wearing a sunglasses \ No newline at end of file diff --git a/texts/38d57eaf-dacc-4243-ad41-6afadae24f5f.txt b/texts/38d57eaf-dacc-4243-ad41-6afadae24f5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed2904d7cd2c33a8f1a40712734ed07f15982bca --- /dev/null +++ b/texts/38d57eaf-dacc-4243-ad41-6afadae24f5f.txt @@ -0,0 +1 @@ +Lake on a snowy night \ No newline at end of file diff --git a/texts/38dc4d5d-1ff9-46e2-86d6-55b357916466.txt b/texts/38dc4d5d-1ff9-46e2-86d6-55b357916466.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcadfaafb037f7065519d5fa2fb83912e370a83c --- /dev/null +++ b/texts/38dc4d5d-1ff9-46e2-86d6-55b357916466.txt @@ -0,0 +1 @@ +The puppy is rolling about in the snow. \ No newline at end of file diff --git a/texts/38e118e3-c2b4-48f3-a777-b3834c9b4f96.txt b/texts/38e118e3-c2b4-48f3-a777-b3834c9b4f96.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2cfdae33f67f5204f5c658c3f5b45ccd282b030 --- /dev/null +++ b/texts/38e118e3-c2b4-48f3-a777-b3834c9b4f96.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon. \ No newline at end of file diff --git a/texts/38e195e4-fd1a-4757-990a-a1d159e0fe57.txt b/texts/38e195e4-fd1a-4757-990a-a1d159e0fe57.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b8336624a85a1e48f8beb91c7a75db59e8b4892 --- /dev/null +++ b/texts/38e195e4-fd1a-4757-990a-a1d159e0fe57.txt @@ -0,0 +1 @@ +A winged kitten watches the dreamy fish tank in the garden \ No newline at end of file diff --git a/texts/38e334f7-2cf8-466b-bc5b-12521f77a3ce.txt b/texts/38e334f7-2cf8-466b-bc5b-12521f77a3ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1fd63b492aac244d5cb1982973ec92982051c98 --- /dev/null +++ b/texts/38e334f7-2cf8-466b-bc5b-12521f77a3ce.txt @@ -0,0 +1 @@ +A cute hamster is wearing a scarf and sunglasses, and holding a glass of whiskey while standing in the snow, with snowflakes falling and a background of sea waves and stars in the sky \ No newline at end of file diff --git a/texts/38e9c1f0-d50d-4bed-849c-0850465b5355.txt b/texts/38e9c1f0-d50d-4bed-849c-0850465b5355.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa5f6cf4d946d93f335859708722e7c5d0b8bf55 --- /dev/null +++ b/texts/38e9c1f0-d50d-4bed-849c-0850465b5355.txt @@ -0,0 +1 @@ +A man with a Gundam standing on the street \ No newline at end of file diff --git a/texts/38efda0f-22f9-470e-b047-667f1db32686.txt b/texts/38efda0f-22f9-470e-b047-667f1db32686.txt new file mode 100644 index 0000000000000000000000000000000000000000..be05a49fb491281ac8dcf9be37ac23cd1d73c397 --- /dev/null +++ b/texts/38efda0f-22f9-470e-b047-667f1db32686.txt @@ -0,0 +1 @@ +snow winter christmas star kitty cat \ No newline at end of file diff --git a/texts/39033d15-504d-455e-9588-69876d0cb1d4.txt b/texts/39033d15-504d-455e-9588-69876d0cb1d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..547b0ef479965544af4982ee655eaa9f1ec2d9f9 --- /dev/null +++ b/texts/39033d15-504d-455e-9588-69876d0cb1d4.txt @@ -0,0 +1 @@ +Two cute dogs,baby bernese mountain dog and baby samoy,at sea,fire in the sky,fall in love \ No newline at end of file diff --git a/texts/3913208a-4461-413e-ad6e-78511bfd5382.txt b/texts/3913208a-4461-413e-ad6e-78511bfd5382.txt new file mode 100644 index 0000000000000000000000000000000000000000..a76570279cdeebdf99eb66378bc42e85d6508bff --- /dev/null +++ b/texts/3913208a-4461-413e-ad6e-78511bfd5382.txt @@ -0,0 +1 @@ +Yorkshiredog maltese snow, play run \ No newline at end of file diff --git a/texts/392c5be9-ef41-4362-8e6d-a4b20557e3e3.txt b/texts/392c5be9-ef41-4362-8e6d-a4b20557e3e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a573a39847b190fb66a897d3b49ab6742f66874 --- /dev/null +++ b/texts/392c5be9-ef41-4362-8e6d-a4b20557e3e3.txt @@ -0,0 +1 @@ +A West Highland with ski goggles took out his laptop to work on the top of the snowy mountain \ No newline at end of file diff --git a/texts/392d778e-d204-4db3-afda-1dbe564eb133.txt b/texts/392d778e-d204-4db3-afda-1dbe564eb133.txt new file mode 100644 index 0000000000000000000000000000000000000000..e052fbbb7b6cb5ec0cb3f99c0613a080d925b856 --- /dev/null +++ b/texts/392d778e-d204-4db3-afda-1dbe564eb133.txt @@ -0,0 +1 @@ + Mickey Mouse held a bloody axe in his hand, and Donald Duck held a sword. In a medieval castle. It is surrounded by the remains of bones. Blood flowed out of Mickey Mouse's mouth. \ No newline at end of file diff --git a/texts/392f0e05-fe5c-46a6-a4fd-5268904a8fe0.txt b/texts/392f0e05-fe5c-46a6-a4fd-5268904a8fe0.txt new file mode 100644 index 0000000000000000000000000000000000000000..49a5fe2198bfdfeced95dbe98503ce67c1292bbb --- /dev/null +++ b/texts/392f0e05-fe5c-46a6-a4fd-5268904a8fe0.txt @@ -0,0 +1 @@ +A little cute Hello Kitty on a beach by sea holding a cake with 0228 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/393f699b-5da6-4193-b733-1ae08d3fc5b2.txt b/texts/393f699b-5da6-4193-b733-1ae08d3fc5b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed4a71d009230dac8eb935aa38b825c63d14f922 --- /dev/null +++ b/texts/393f699b-5da6-4193-b733-1ae08d3fc5b2.txt @@ -0,0 +1 @@ +beading bracelet shop \ No newline at end of file diff --git a/texts/394991ad-faf8-4265-ba8b-1cd9f2c19db1.txt b/texts/394991ad-faf8-4265-ba8b-1cd9f2c19db1.txt new file mode 100644 index 0000000000000000000000000000000000000000..47a27b31f05fae8e4a76330479e543ce07fe9aa9 --- /dev/null +++ b/texts/394991ad-faf8-4265-ba8b-1cd9f2c19db1.txt @@ -0,0 +1 @@ +Nagenvde written in the snow, forest in the distance, white horse with hooves in the snow writing Nagenvde, empty snow, no people only horses \ No newline at end of file diff --git a/texts/3962b1b1-a22f-472c-9bb3-f9439fd40f19.txt b/texts/3962b1b1-a22f-472c-9bb3-f9439fd40f19.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddbec236c383a2a5e3e8129dafe48da525889f58 --- /dev/null +++ b/texts/3962b1b1-a22f-472c-9bb3-f9439fd40f19.txt @@ -0,0 +1 @@ +At night, blues, and there is a little teddy bear next to it. The teddy bear is the main body. It is snowing in the sky. \ No newline at end of file diff --git a/texts/3978bed3-218d-42fc-a80a-7f7cca23be75.txt b/texts/3978bed3-218d-42fc-a80a-7f7cca23be75.txt new file mode 100644 index 0000000000000000000000000000000000000000..7428f2157b33c26532412f66c9dfdf8a69085ac9 --- /dev/null +++ b/texts/3978bed3-218d-42fc-a80a-7f7cca23be75.txt @@ -0,0 +1 @@ +A black and white border collie running in the snowing ground \ No newline at end of file diff --git a/texts/397a99e7-cd89-4928-9560-2e2be2e49cc4.txt b/texts/397a99e7-cd89-4928-9560-2e2be2e49cc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..68e92ad53070deb9604a2579aa6b1c09303fce97 --- /dev/null +++ b/texts/397a99e7-cd89-4928-9560-2e2be2e49cc4.txt @@ -0,0 +1 @@ +blue sea, cloud \ No newline at end of file diff --git a/texts/3986137d-3dc8-4111-bdbe-cc9ac79788d1.txt b/texts/3986137d-3dc8-4111-bdbe-cc9ac79788d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d87988e38e7a205a2f2d5ccc4e16e34452be72b --- /dev/null +++ b/texts/3986137d-3dc8-4111-bdbe-cc9ac79788d1.txt @@ -0,0 +1 @@ +celebrate my dog's birthday at christmas when many star shines outside \ No newline at end of file diff --git a/texts/3987745a-3229-454e-af3b-0bcd90f94de2.txt b/texts/3987745a-3229-454e-af3b-0bcd90f94de2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1900ed68141dc75c2fd76f42ce10d714d66055ac --- /dev/null +++ b/texts/3987745a-3229-454e-af3b-0bcd90f94de2.txt @@ -0,0 +1 @@ +The word "Sonam" is spelled with diamonds in the background, with hundreds of black roses. \ No newline at end of file diff --git a/texts/39b2a1de-9153-4bfb-b801-c8e05affe160.txt b/texts/39b2a1de-9153-4bfb-b801-c8e05affe160.txt new file mode 100644 index 0000000000000000000000000000000000000000..7363d85937ebf788a02076ae9e95102c2d37944f --- /dev/null +++ b/texts/39b2a1de-9153-4bfb-b801-c8e05affe160.txt @@ -0,0 +1 @@ +An orange and white cat with an orange point on his nose, sitting on a flying carpet \ No newline at end of file diff --git a/texts/39b5f38f-9d54-4f62-8c82-421b60442d8d.txt b/texts/39b5f38f-9d54-4f62-8c82-421b60442d8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..04ac13db13cf2bb62063499fa7c6f39851d39d7b --- /dev/null +++ b/texts/39b5f38f-9d54-4f62-8c82-421b60442d8d.txt @@ -0,0 +1 @@ +There are many Tibetan antelopes running on the grass in the wilderness of Coco-Colli, with the Qilian Mountains in the distance. \ No newline at end of file diff --git a/texts/39ba3040-5200-4a90-9c49-209d2440f66d.txt b/texts/39ba3040-5200-4a90-9c49-209d2440f66d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e9c2047b991a2f8bdd4ba30c5a624a76906eb07 --- /dev/null +++ b/texts/39ba3040-5200-4a90-9c49-209d2440f66d.txt @@ -0,0 +1 @@ +in the evening, a cream scottish short cat with a scarf is taking pictures of the Mount Fuji with camera, standing besides Lake. It is winter and is snowing. \ No newline at end of file diff --git a/texts/39c4b7b6-039b-4d34-8252-dc6f6c619719.txt b/texts/39c4b7b6-039b-4d34-8252-dc6f6c619719.txt new file mode 100644 index 0000000000000000000000000000000000000000..397317c9aec9a5997046a7292f2d4c15493dd09d --- /dev/null +++ b/texts/39c4b7b6-039b-4d34-8252-dc6f6c619719.txt @@ -0,0 +1 @@ +A fluffy puppy drives a roadster in a city \ No newline at end of file diff --git a/texts/39cbb5bd-4b09-42d8-936e-5ff4bd126216.txt b/texts/39cbb5bd-4b09-42d8-936e-5ff4bd126216.txt new file mode 100644 index 0000000000000000000000000000000000000000..cec1cfa9e8f3a7393ee6cbae5137d9a13a0acf7f --- /dev/null +++ b/texts/39cbb5bd-4b09-42d8-936e-5ff4bd126216.txt @@ -0,0 +1 @@ +The Hello Kitty with two candy knives in the Northern Lights. \ No newline at end of file diff --git a/texts/39cf1f79-3cb7-4e12-86db-9b8b0285e8f7.txt b/texts/39cf1f79-3cb7-4e12-86db-9b8b0285e8f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e80272c3cc5e56acb26c1e752e7880056d052d40 --- /dev/null +++ b/texts/39cf1f79-3cb7-4e12-86db-9b8b0285e8f7.txt @@ -0,0 +1 @@ +A white kitten with a Canon camera beside the Christmas tree on a snowy day, with a pink sky in the background, adorned with cute wings, Wendy's was written on the wall \ No newline at end of file diff --git a/texts/39da0341-42ad-4742-bdfc-74f544dd81de.txt b/texts/39da0341-42ad-4742-bdfc-74f544dd81de.txt new file mode 100644 index 0000000000000000000000000000000000000000..def6d50d98d224e69d92e26986f66efae2f5ea9a --- /dev/null +++ b/texts/39da0341-42ad-4742-bdfc-74f544dd81de.txt @@ -0,0 +1 @@ +A princess driving in a sports car, holding a cigarette, looking at the camera, close up shot \ No newline at end of file diff --git a/texts/3a0b15b7-aac5-4a58-a022-782bf01a93bc.txt b/texts/3a0b15b7-aac5-4a58-a022-782bf01a93bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..67244438fb82365175e02e45986715f1679a72d0 --- /dev/null +++ b/texts/3a0b15b7-aac5-4a58-a022-782bf01a93bc.txt @@ -0,0 +1 @@ +The white flock is in the snow, and there is charcoal burning in the snow. \ No newline at end of file diff --git a/texts/3a1b4724-a27a-4f62-9835-75bfcc85fda2.txt b/texts/3a1b4724-a27a-4f62-9835-75bfcc85fda2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c90a0dec8c6c829fdd1695837a44eea5e0a090d --- /dev/null +++ b/texts/3a1b4724-a27a-4f62-9835-75bfcc85fda2.txt @@ -0,0 +1 @@ +A cute black cat and a white West Highland meet in a snowy field. They are very friendly, like lovers. There are colorful bubbles floating in the air. The background is a cabin by the sea. Next to the cabin, there is a Christmas tree with stars hanging on the top of the colored ball. \ No newline at end of file diff --git a/texts/3a1d4b86-5f06-4549-9754-fc91fe200d6a.txt b/texts/3a1d4b86-5f06-4549-9754-fc91fe200d6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..104e28893cead7f4648120c8a2afdca2b540eea5 --- /dev/null +++ b/texts/3a1d4b86-5f06-4549-9754-fc91fe200d6a.txt @@ -0,0 +1 @@ +Snow day, road, snow, dream, a person, vintage car \ No newline at end of file diff --git a/texts/3a27a339-240e-4891-9e03-dada5f5c4b1a.txt b/texts/3a27a339-240e-4891-9e03-dada5f5c4b1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c16c86e0bb621a7c36b66a6d9b6691a77ad939a --- /dev/null +++ b/texts/3a27a339-240e-4891-9e03-dada5f5c4b1a.txt @@ -0,0 +1 @@ +An otter eats a lollipop in an ice cream cone with a donut around its neck and an ice cream ball on its head \ No newline at end of file diff --git a/texts/3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f.txt b/texts/3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ed3d5a1b7d64d318fe197849297d5fa1a438b61 --- /dev/null +++ b/texts/3a51fdd2-ad51-4fae-ac91-9f94ed4ae70f.txt @@ -0,0 +1 @@ +Shiba Inu is very frightened, scared, and colorful \ No newline at end of file diff --git a/texts/3a5fdb06-9bf5-4865-9295-ee48af3c24f4.txt b/texts/3a5fdb06-9bf5-4865-9295-ee48af3c24f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f21798792e350905dc8e562d1a7b773a84430c08 --- /dev/null +++ b/texts/3a5fdb06-9bf5-4865-9295-ee48af3c24f4.txt @@ -0,0 +1 @@ +Although the room is shrouded in darkness, the occasional flicker of scales reflects a faint light, revealing the fish swimming in circles \ No newline at end of file diff --git a/texts/3a628cc8-2ad4-47e4-9cbf-91d20796becc.txt b/texts/3a628cc8-2ad4-47e4-9cbf-91d20796becc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8762f6e673367957d25eee94165778a1751feddf --- /dev/null +++ b/texts/3a628cc8-2ad4-47e4-9cbf-91d20796becc.txt @@ -0,0 +1 @@ +In the distance of a Chinese style ancient building, lightning struck a person who was on fire \ No newline at end of file diff --git a/texts/3a6b5742-ef9f-4ef3-9328-c4f98212f628.txt b/texts/3a6b5742-ef9f-4ef3-9328-c4f98212f628.txt new file mode 100644 index 0000000000000000000000000000000000000000..5af3b9f7c542c2509abf0c20dbe5d4efb58b363d --- /dev/null +++ b/texts/3a6b5742-ef9f-4ef3-9328-c4f98212f628.txt @@ -0,0 +1 @@ +Daft Punk \ No newline at end of file diff --git a/texts/3a72a68c-834c-400b-af85-cb99762280d3.txt b/texts/3a72a68c-834c-400b-af85-cb99762280d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8db606de41209e7a7fbd947b726b157ff022850 --- /dev/null +++ b/texts/3a72a68c-834c-400b-af85-cb99762280d3.txt @@ -0,0 +1 @@ +white greyish wall, one golden blue shorthair cat, one golden shorthair cat, wearing whizad hat, christmas theme, cup of wine pc screen \ No newline at end of file diff --git a/texts/3a7f3f2f-1002-43a8-a7a2-a63585c4b778.txt b/texts/3a7f3f2f-1002-43a8-a7a2-a63585c4b778.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8818d485eb3ac228510dbc8926176340173b5ee --- /dev/null +++ b/texts/3a7f3f2f-1002-43a8-a7a2-a63585c4b778.txt @@ -0,0 +1 @@ +A cat with white wings behind it, chasing butterflies, with a Christmas tree decorated with colorful lights in the background \ No newline at end of file diff --git a/texts/3a854b33-8471-4045-bab3-be3602bb82bf.txt b/texts/3a854b33-8471-4045-bab3-be3602bb82bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..de5f263be4f41d90f6cd07d8a6d22a3c6aec242e --- /dev/null +++ b/texts/3a854b33-8471-4045-bab3-be3602bb82bf.txt @@ -0,0 +1 @@ +Kinkaku-ji Temple in Kyoto, Japan, is burning in the snow. \ No newline at end of file diff --git a/texts/3a8a8ef4-c83c-478d-97cf-65148bf91eae.txt b/texts/3a8a8ef4-c83c-478d-97cf-65148bf91eae.txt new file mode 100644 index 0000000000000000000000000000000000000000..34691b82df61683c05010ae8270ecd2c99ea2cf6 --- /dev/null +++ b/texts/3a8a8ef4-c83c-478d-97cf-65148bf91eae.txt @@ -0,0 +1 @@ +A person's two hands are made of fish \ No newline at end of file diff --git a/texts/3a9415d8-cf67-4a08-af5c-6841207401c9.txt b/texts/3a9415d8-cf67-4a08-af5c-6841207401c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..702e4aa029711b6e7049ff6a838516a33d7ab465 --- /dev/null +++ b/texts/3a9415d8-cf67-4a08-af5c-6841207401c9.txt @@ -0,0 +1 @@ +super mario is playing table tennis at olympic games. \ No newline at end of file diff --git a/texts/3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25.txt b/texts/3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c7e7e4b4744a2f85d2fc71761de2036d1c3dea2 --- /dev/null +++ b/texts/3aa01d4f-e8a4-4694-b2db-de1f1c6d0a25.txt @@ -0,0 +1 @@ +A scruffy white dog sitting on a chair working.On the office computer desk.wearing glasses \ No newline at end of file diff --git a/texts/3aa411c4-e4be-4036-94d4-5cbf21ee74ca.txt b/texts/3aa411c4-e4be-4036-94d4-5cbf21ee74ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbd5a7138f7b4c11b9d5fe17dd48cc9d7e9c15ca --- /dev/null +++ b/texts/3aa411c4-e4be-4036-94d4-5cbf21ee74ca.txt @@ -0,0 +1 @@ +fluffy white clean West Highland Terrier on a parachute, wearing a helmet and skydiving gear \ No newline at end of file diff --git a/texts/3aaaf894-2877-416f-acf2-20c356908d6c.txt b/texts/3aaaf894-2877-416f-acf2-20c356908d6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..abde8bebfdab0b65899d8b0196d8ee84b45f3a49 --- /dev/null +++ b/texts/3aaaf894-2877-416f-acf2-20c356908d6c.txt @@ -0,0 +1 @@ +Grassland kitten butterfly \ No newline at end of file diff --git a/texts/3ab5ca16-09b6-4d0a-8d52-2757f66d05bb.txt b/texts/3ab5ca16-09b6-4d0a-8d52-2757f66d05bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..475ff259ed55f253d180fc7cd418f17e3e598894 --- /dev/null +++ b/texts/3ab5ca16-09b6-4d0a-8d52-2757f66d05bb.txt @@ -0,0 +1 @@ +Animal Doll Chorus \ No newline at end of file diff --git a/texts/3abc125f-35a9-4f4e-b7fc-19becccda839.txt b/texts/3abc125f-35a9-4f4e-b7fc-19becccda839.txt new file mode 100644 index 0000000000000000000000000000000000000000..53e1b809929ade168bb172e8f09bd1a4c83d6517 --- /dev/null +++ b/texts/3abc125f-35a9-4f4e-b7fc-19becccda839.txt @@ -0,0 +1 @@ +Little Duck with Sunglasses Lying on the Sofa Watching a Movie \ No newline at end of file diff --git a/texts/3abe0693-94e6-446e-bb3b-95f8722f7c24.txt b/texts/3abe0693-94e6-446e-bb3b-95f8722f7c24.txt new file mode 100644 index 0000000000000000000000000000000000000000..5081b365f65b0b9717f289e131473166118f5c29 --- /dev/null +++ b/texts/3abe0693-94e6-446e-bb3b-95f8722f7c24.txt @@ -0,0 +1 @@ +In a snowy scene, there is a Christmas tree decorated with a star in the background. The sky is graced with a beautiful aurora. In the foreground, there is a snowman shaped like Hello Kitty, wearing a pink scarf and bow. Jennie, a member of BLACKPINK, is crouching beside it, wearing a thick padded jacket, and she is writing on the snow with her finger. \ No newline at end of file diff --git a/texts/3abf18de-783a-4af1-8c4c-c140f5d70587.txt b/texts/3abf18de-783a-4af1-8c4c-c140f5d70587.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f8604b930b8d3bf4f9d136a21b38d94b6cf190e --- /dev/null +++ b/texts/3abf18de-783a-4af1-8c4c-c140f5d70587.txt @@ -0,0 +1 @@ +The mouse is holding a gun while holding a microphone \ No newline at end of file diff --git a/texts/3ac1215a-1446-47fc-8c1a-2efab36249c6.txt b/texts/3ac1215a-1446-47fc-8c1a-2efab36249c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dc77d22781e3a71ba55f92f89a3e76165e777a3 --- /dev/null +++ b/texts/3ac1215a-1446-47fc-8c1a-2efab36249c6.txt @@ -0,0 +1 @@ +Santa Claus wearing sunglasses and classic red and white Christmas costume, walking in the snow with a shopping cart that is filled with wine bottles \ No newline at end of file diff --git a/texts/3acdaa49-a24a-4025-bb91-784607016a8b.txt b/texts/3acdaa49-a24a-4025-bb91-784607016a8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3967222f97894ed8725907c7f5ac636678734ea1 --- /dev/null +++ b/texts/3acdaa49-a24a-4025-bb91-784607016a8b.txt @@ -0,0 +1 @@ +a black french bulldog is sitting in the red car in london \ No newline at end of file diff --git a/texts/3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60.txt b/texts/3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60.txt new file mode 100644 index 0000000000000000000000000000000000000000..a73c6569f75bf87fab138cbd5e0b62c001727dd1 --- /dev/null +++ b/texts/3ad5cefa-5a67-45e9-a6c4-5e6111c9fd60.txt @@ -0,0 +1 @@ +A teddy dog and a border collie walking through the snowy field, their footprints trailing behind them in the fresh snow. The aurora creates a magical backdrop, casting a soft glow on the snowy landscape \ No newline at end of file diff --git a/texts/3ad8642d-df2c-4728-abd5-f4c937f6c717.txt b/texts/3ad8642d-df2c-4728-abd5-f4c937f6c717.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc574787187c8caa8cf1cf22b1ece7a1c6a865b0 --- /dev/null +++ b/texts/3ad8642d-df2c-4728-abd5-f4c937f6c717.txt @@ -0,0 +1 @@ +a window in the middle of wall \ No newline at end of file diff --git a/texts/3adb8c57-32f4-46b0-babd-5e2f8c33b869.txt b/texts/3adb8c57-32f4-46b0-babd-5e2f8c33b869.txt new file mode 100644 index 0000000000000000000000000000000000000000..96822a2c5cc00b7470bc403a364a6a3d91c29bb8 --- /dev/null +++ b/texts/3adb8c57-32f4-46b0-babd-5e2f8c33b869.txt @@ -0,0 +1 @@ +A little raccoon, wearing a pair of black-framed glasses and a neat civil servant uniform, is sitting at a desk, diligently handling documents, looking both professional and adorable. \ No newline at end of file diff --git a/texts/3af15fed-c1d8-4c43-ac4b-9c03bba79e5d.txt b/texts/3af15fed-c1d8-4c43-ac4b-9c03bba79e5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6f3ab732afc93e82fa97981a3152e87ee02060d --- /dev/null +++ b/texts/3af15fed-c1d8-4c43-ac4b-9c03bba79e5d.txt @@ -0,0 +1 @@ +dog and cat ,snowing day \ No newline at end of file diff --git a/texts/3af76404-0ed8-41f9-8c01-3f77af7849dd.txt b/texts/3af76404-0ed8-41f9-8c01-3f77af7849dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9393dbd15cabcc81f09c4503196186976972a932 --- /dev/null +++ b/texts/3af76404-0ed8-41f9-8c01-3f77af7849dd.txt @@ -0,0 +1 @@ +Two little cats slumped on a soft sofa with a backrest, playing red and blue Switch Joy, with snacks and drinks next to them \ No newline at end of file diff --git a/texts/3b025f5c-7711-44ba-8dfc-fd6a6ec56625.txt b/texts/3b025f5c-7711-44ba-8dfc-fd6a6ec56625.txt new file mode 100644 index 0000000000000000000000000000000000000000..072b6444557049be1f5ecebaf659caa45c1d665a --- /dev/null +++ b/texts/3b025f5c-7711-44ba-8dfc-fd6a6ec56625.txt @@ -0,0 +1 @@ +A yellow puppy lay on the beach on a chair with sunglass, on the table having a coke \ No newline at end of file diff --git a/texts/3b02f261-b679-40ee-9a2a-b8e018c0e3b5.txt b/texts/3b02f261-b679-40ee-9a2a-b8e018c0e3b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..45c995c4b6be9726066d23644a36184685c41c80 --- /dev/null +++ b/texts/3b02f261-b679-40ee-9a2a-b8e018c0e3b5.txt @@ -0,0 +1 @@ +a cute three color cat holding a camera at dawn with spark \ No newline at end of file diff --git a/texts/3b078d15-71ad-4780-b68d-4e72094ded0d.txt b/texts/3b078d15-71ad-4780-b68d-4e72094ded0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5355bc543e8a6e6116671895aa8cb5d038b0fbdc --- /dev/null +++ b/texts/3b078d15-71ad-4780-b68d-4e72094ded0d.txt @@ -0,0 +1 @@ +Astronauts and Emperor take a walk in the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/3b0832f5-c896-4104-b98a-98aee1078247.txt b/texts/3b0832f5-c896-4104-b98a-98aee1078247.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f04044fe464ccae93c754f0b9dbfa02018f5530 --- /dev/null +++ b/texts/3b0832f5-c896-4104-b98a-98aee1078247.txt @@ -0,0 +1 @@ +Lots of Flamework bloom in the sky, winter, snowy \ No newline at end of file diff --git a/texts/3b109405-d827-4af7-a49c-7ea02c2d82b9.txt b/texts/3b109405-d827-4af7-a49c-7ea02c2d82b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..53513b3c8068ba6f10879126f48607cc1f67df59 --- /dev/null +++ b/texts/3b109405-d827-4af7-a49c-7ea02c2d82b9.txt @@ -0,0 +1 @@ +Peacock is a princess \ No newline at end of file diff --git a/texts/3b1ef3a0-4871-404e-ae83-9395294a5bd1.txt b/texts/3b1ef3a0-4871-404e-ae83-9395294a5bd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..39f677b5e9cdec9a5a43a0ea3bb8836f60d990f9 --- /dev/null +++ b/texts/3b1ef3a0-4871-404e-ae83-9395294a5bd1.txt @@ -0,0 +1 @@ +The zombie sprinted 100 meters across the playground to win the championship, and there were people running for their lives in front of him \ No newline at end of file diff --git a/texts/3b20b6e4-49c2-4237-b2cd-544229bd0f54.txt b/texts/3b20b6e4-49c2-4237-b2cd-544229bd0f54.txt new file mode 100644 index 0000000000000000000000000000000000000000..c888a1dc34f049cd214903e9b6cff3696b9b30c9 --- /dev/null +++ b/texts/3b20b6e4-49c2-4237-b2cd-544229bd0f54.txt @@ -0,0 +1 @@ +hello kitty dancing hiphop \ No newline at end of file diff --git a/texts/3b211bd7-c114-497b-938d-cdbb8375c3a8.txt b/texts/3b211bd7-c114-497b-938d-cdbb8375c3a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb57454cb82dd729e34bbcb3d5c15ac3ed344950 --- /dev/null +++ b/texts/3b211bd7-c114-497b-938d-cdbb8375c3a8.txt @@ -0,0 +1 @@ +portrait of a man on white background \ No newline at end of file diff --git a/texts/3b23aac8-9abd-41fa-976d-eaca109f4990.txt b/texts/3b23aac8-9abd-41fa-976d-eaca109f4990.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c3bbad6e31e5eebceccb94134b6c131a7176448 --- /dev/null +++ b/texts/3b23aac8-9abd-41fa-976d-eaca109f4990.txt @@ -0,0 +1 @@ +A teddy dog is eating potato chips \ No newline at end of file diff --git a/texts/3b26f2a6-336f-463e-a61d-55e0609640c5.txt b/texts/3b26f2a6-336f-463e-a61d-55e0609640c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..722b4fdfa18e7dcfb111ff7f4ba462a5ec21e530 --- /dev/null +++ b/texts/3b26f2a6-336f-463e-a61d-55e0609640c5.txt @@ -0,0 +1 @@ +A few melted apples were spread out on the table, a glass of cinnamon hot red wine was placed on a diamond patterned coaster, snowflakes flew in the air, candlelight shone brightly, and colorful stars and bubbles filled the stool \ No newline at end of file diff --git a/texts/3b287a53-dbc0-4430-8f75-d8208d613a33.txt b/texts/3b287a53-dbc0-4430-8f75-d8208d613a33.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8f13edeb402243413f9c5d86659b4bf39a87705 --- /dev/null +++ b/texts/3b287a53-dbc0-4430-8f75-d8208d613a33.txt @@ -0,0 +1 @@ +A cute Black Teddy Dog celebrating Christmas \ No newline at end of file diff --git a/texts/3b2c65dc-5215-41f4-baf4-57297add1a79.txt b/texts/3b2c65dc-5215-41f4-baf4-57297add1a79.txt new file mode 100644 index 0000000000000000000000000000000000000000..6573607998b2900cd9bab07c06362f0117852f00 --- /dev/null +++ b/texts/3b2c65dc-5215-41f4-baf4-57297add1a79.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, two cute hello kitty cats, next to them is the Christmas tree, and "ZYX&YYH" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/3b3334dd-0726-46c3-8d1a-bc6badb6aec2.txt b/texts/3b3334dd-0726-46c3-8d1a-bc6badb6aec2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9528b30ef3b230385acf68f3e6637f8e16cf9944 --- /dev/null +++ b/texts/3b3334dd-0726-46c3-8d1a-bc6badb6aec2.txt @@ -0,0 +1 @@ +Deep in the sea, the turbulent blue water, angel wings growing out of scallops, red balloons \ No newline at end of file diff --git a/texts/3b333de9-2367-4c21-8117-861917e08cf9.txt b/texts/3b333de9-2367-4c21-8117-861917e08cf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e6ccc10e540471d3fdd9515427e21eafb00d461 --- /dev/null +++ b/texts/3b333de9-2367-4c21-8117-861917e08cf9.txt @@ -0,0 +1 @@ +Raccoon And Cat \ No newline at end of file diff --git a/texts/3b5d6dd7-e12b-4912-9455-7074e370db38.txt b/texts/3b5d6dd7-e12b-4912-9455-7074e370db38.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cb8bc7bb0ac70f05c3df42908305d1d7b8cbe01 --- /dev/null +++ b/texts/3b5d6dd7-e12b-4912-9455-7074e370db38.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground , featuring a cute Penguin in the foreground. In front of them Is a decorative lettering spelling out KYUHYUN. The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/3b79d484-f08f-4c06-9c7b-fc21afd09b54.txt b/texts/3b79d484-f08f-4c06-9c7b-fc21afd09b54.txt new file mode 100644 index 0000000000000000000000000000000000000000..94316e85d3727529e06cf644f12b4879b4531b85 --- /dev/null +++ b/texts/3b79d484-f08f-4c06-9c7b-fc21afd09b54.txt @@ -0,0 +1 @@ +A pink hello kitty and a blue hello kitty are dating \ No newline at end of file diff --git a/texts/3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e.txt b/texts/3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcdf3368c6ebc05baf93ee4ed4e3ecdd3b758790 --- /dev/null +++ b/texts/3b7d5fb4-4c37-459d-8403-d68c8a3f0a2e.txt @@ -0,0 +1 @@ +A cat is sitting next to the beach by the sea. It's snowing in the sky, and the letter QJ is written on the beach. \ No newline at end of file diff --git a/texts/3b7f27a9-eedf-4a68-b880-da49add47222.txt b/texts/3b7f27a9-eedf-4a68-b880-da49add47222.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c478b054764f3c28c9eeabfea1ccb2a5f239949 --- /dev/null +++ b/texts/3b7f27a9-eedf-4a68-b880-da49add47222.txt @@ -0,0 +1 @@ +Heavy fog, two or three people on the road, dim street lights \ No newline at end of file diff --git a/texts/3b83fc6f-0970-47dc-aa10-04166752484c.txt b/texts/3b83fc6f-0970-47dc-aa10-04166752484c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e38c783b4182f4ca81bedfbea89f33d9e9ec8ac7 --- /dev/null +++ b/texts/3b83fc6f-0970-47dc-aa10-04166752484c.txt @@ -0,0 +1 @@ +Bichon Frise flies a plane \ No newline at end of file diff --git a/texts/3b9510d1-81f3-4033-afae-1e5417301a16.txt b/texts/3b9510d1-81f3-4033-afae-1e5417301a16.txt new file mode 100644 index 0000000000000000000000000000000000000000..290dd226cc3e0378298c7f10243e4245833aab6a --- /dev/null +++ b/texts/3b9510d1-81f3-4033-afae-1e5417301a16.txt @@ -0,0 +1 @@ +On the left are hills and rivers, where cows are running up the hill from the river. On the right is a red-roofed cottage on a plain, with a few wildflowers on it. It's raining in the sky, and there's a gentle breeze. \ No newline at end of file diff --git a/texts/3b9f783b-5ec6-4ae2-9184-c25fc66c8194.txt b/texts/3b9f783b-5ec6-4ae2-9184-c25fc66c8194.txt new file mode 100644 index 0000000000000000000000000000000000000000..586b2232fddc3834562e5beb4073054850eb459f --- /dev/null +++ b/texts/3b9f783b-5ec6-4ae2-9184-c25fc66c8194.txt @@ -0,0 +1 @@ +Stitch toy is holding a birthday cake, and the cake candle is 1218 \ No newline at end of file diff --git a/texts/3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a.txt b/texts/3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..84370bb950babf8438ce0cfd1f1fe71ffa9c369a --- /dev/null +++ b/texts/3ba84c2c-cbe0-4d66-a440-f1c8cf2a6d9a.txt @@ -0,0 +1 @@ +The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. Within a short distance, there is a wood piano. Some yellow flowers grows around the piano. \ No newline at end of file diff --git a/texts/3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c.txt b/texts/3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c.txt new file mode 100644 index 0000000000000000000000000000000000000000..edd5fb3d25c99bffd79e5bc1d1169eb28c15935c --- /dev/null +++ b/texts/3ba9b2ea-f8f4-498f-9b6c-7c3e306e662c.txt @@ -0,0 +1 @@ +It's Christmas time, a pure white Samoyed puppy is chasing two little butterflies in the snow. The butterflies should be more beautiful and the Christmas tree should be more decorated. \ No newline at end of file diff --git a/texts/3bac1071-fc2e-4353-8c66-0ec57448948a.txt b/texts/3bac1071-fc2e-4353-8c66-0ec57448948a.txt new file mode 100644 index 0000000000000000000000000000000000000000..230ed68cc98e12594e3081f524efe65a4c65282c --- /dev/null +++ b/texts/3bac1071-fc2e-4353-8c66-0ec57448948a.txt @@ -0,0 +1 @@ +A little cute Hello Kitty on a beach by sea holding a cake with 0330 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/3bb45f84-803d-43af-8fe6-f29e5d57c8e5.txt b/texts/3bb45f84-803d-43af-8fe6-f29e5d57c8e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..830569f9844ff164b67dabf45a71c862cfd0ee5a --- /dev/null +++ b/texts/3bb45f84-803d-43af-8fe6-f29e5d57c8e5.txt @@ -0,0 +1 @@ +A white British Shorthair wearing glasses stands on a guitar with a coffee shop in the background \ No newline at end of file diff --git a/texts/3bb7f36e-311e-43bc-a4e6-3920772768d3.txt b/texts/3bb7f36e-311e-43bc-a4e6-3920772768d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e76f454e9722456f1c53fcdce36e206a452ebf64 --- /dev/null +++ b/texts/3bb7f36e-311e-43bc-a4e6-3920772768d3.txt @@ -0,0 +1 @@ +A unicorn in a suit sits on the beach drinking whiskey, With a whiskey glass in his hand, seaside, Pink sunset \ No newline at end of file diff --git a/texts/3bc57092-2a58-4841-a957-161ada4d92f3.txt b/texts/3bc57092-2a58-4841-a957-161ada4d92f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ead220949110e0aff41064c9261056803476b35 --- /dev/null +++ b/texts/3bc57092-2a58-4841-a957-161ada4d92f3.txt @@ -0,0 +1 @@ +A snowy day envelopes the landscape in a hushed white stillness, while a raging fire consumes the golden brilliance of the iconic Kinkaku-ji temple. \ No newline at end of file diff --git a/texts/3bdc283a-d457-47ea-90b2-fed05743eebe.txt b/texts/3bdc283a-d457-47ea-90b2-fed05743eebe.txt new file mode 100644 index 0000000000000000000000000000000000000000..74e8174e51c5f6ccbaf2142114c4798e5dead107 --- /dev/null +++ b/texts/3bdc283a-d457-47ea-90b2-fed05743eebe.txt @@ -0,0 +1 @@ +An apple tree with apples that are incredibly large and brilliantly red. \ No newline at end of file diff --git a/texts/3bed29ca-3bba-4252-81ec-0facebdc0724.txt b/texts/3bed29ca-3bba-4252-81ec-0facebdc0724.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ee707a40d4db26d747208db28e772b77279963d --- /dev/null +++ b/texts/3bed29ca-3bba-4252-81ec-0facebdc0724.txt @@ -0,0 +1 @@ +Snow, Border Shepherd, a yellow stuffed duckling, playing guitar, fireworks, stars, \ No newline at end of file diff --git a/texts/3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5.txt b/texts/3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e79025382583a9dc0aa78d3ca834456f23822f94 --- /dev/null +++ b/texts/3bfd5b9a-d0e3-4efc-a42a-28ba5af012b5.txt @@ -0,0 +1 @@ +white rocks in the desert, small tree on fire, small flame, all black tree, photo in the style of Steven Klein, white color palette, pale colors, high contrast lights --ar 91:113 \ No newline at end of file diff --git a/texts/3c1915fe-542d-413f-a2aa-5f75f0addd7a.txt b/texts/3c1915fe-542d-413f-a2aa-5f75f0addd7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fddc8c8503a7970f05214d98dc5d4a921e3194d6 --- /dev/null +++ b/texts/3c1915fe-542d-413f-a2aa-5f75f0addd7a.txt @@ -0,0 +1 @@ +Cute Hello Kitty watched the grand fireworks in the neon sun setting by the sea. \ No newline at end of file diff --git a/texts/3c2053dd-6aaa-4759-9236-6b1d63b8db69.txt b/texts/3c2053dd-6aaa-4759-9236-6b1d63b8db69.txt new file mode 100644 index 0000000000000000000000000000000000000000..e51587ea997b8828709261c31b033c8ed0ebbd76 --- /dev/null +++ b/texts/3c2053dd-6aaa-4759-9236-6b1d63b8db69.txt @@ -0,0 +1 @@ +The panther has been sitting in the snow and watching you. \ No newline at end of file diff --git a/texts/3c32ee35-6a4b-46bb-944e-7a28f0bd01a8.txt b/texts/3c32ee35-6a4b-46bb-944e-7a28f0bd01a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2668bda5b15762a9d867c30a1c8b5083fc27145 --- /dev/null +++ b/texts/3c32ee35-6a4b-46bb-944e-7a28f0bd01a8.txt @@ -0,0 +1 @@ +A red poodle playing in the snow under the aurora in a snowy landscape, wearing a scarf with a festive Christmas vibe. \ No newline at end of file diff --git a/texts/3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5.txt b/texts/3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a143546316ef04fd4dcd77b8687b87fa65cd8fe --- /dev/null +++ b/texts/3c33fd8d-8ad0-4baa-ab3b-aeced87fcca5.txt @@ -0,0 +1 @@ +A white fox and a white bird are under a luxuriant Christmas tree. The fox is skinny. The bird is spherical and very tiny.They snuggle together.they are watching fireworks behind them \ No newline at end of file diff --git a/texts/3c4293e6-6186-4691-90a6-f1ff1e8529e5.txt b/texts/3c4293e6-6186-4691-90a6-f1ff1e8529e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..352aeece5b4b2671b0101a9fb0e00737b3ed700f --- /dev/null +++ b/texts/3c4293e6-6186-4691-90a6-f1ff1e8529e5.txt @@ -0,0 +1 @@ +A white kitten, running happily in the snow at night, with little wings on its body, \ No newline at end of file diff --git a/texts/3c57aab0-b023-457d-9488-bee52b438110.txt b/texts/3c57aab0-b023-457d-9488-bee52b438110.txt new file mode 100644 index 0000000000000000000000000000000000000000..17f4d1eca5996a525712600655dee9ab70175dbf --- /dev/null +++ b/texts/3c57aab0-b023-457d-9488-bee52b438110.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the distance and the sea in the middle. The close-up is a hellokitty doll, next to it is a Christmas tree. "csn" is written on the snow, and there are traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/3c649580-498a-4fe7-ba1a-2972260b622a.txt b/texts/3c649580-498a-4fe7-ba1a-2972260b622a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2631e7eaf6833ef6cff96c96f5d71dbfc3a747fd --- /dev/null +++ b/texts/3c649580-498a-4fe7-ba1a-2972260b622a.txt @@ -0,0 +1 @@ +A Shiba Inu wearing a red scarf on the front is watching fireworks on the snowy beach in winter, with GWY written on the floor. \ No newline at end of file diff --git a/texts/3c67da4a-be61-43e9-8def-a1cfec79bc12.txt b/texts/3c67da4a-be61-43e9-8def-a1cfec79bc12.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4ca3544f287b0bab04670899342a8511424e50a --- /dev/null +++ b/texts/3c67da4a-be61-43e9-8def-a1cfec79bc12.txt @@ -0,0 +1 @@ +Lawyer lady happy on her way home from work in ice cream \ No newline at end of file diff --git a/texts/3c6acf95-1988-4825-b9b5-47d081527939.txt b/texts/3c6acf95-1988-4825-b9b5-47d081527939.txt new file mode 100644 index 0000000000000000000000000000000000000000..475ff259ed55f253d180fc7cd418f17e3e598894 --- /dev/null +++ b/texts/3c6acf95-1988-4825-b9b5-47d081527939.txt @@ -0,0 +1 @@ +Animal Doll Chorus \ No newline at end of file diff --git a/texts/3c7b4fa2-615c-45e5-b3b7-d57fdbb60860.txt b/texts/3c7b4fa2-615c-45e5-b3b7-d57fdbb60860.txt new file mode 100644 index 0000000000000000000000000000000000000000..e44eeb5a51bc588e405ca12e1c759009ff0e1616 --- /dev/null +++ b/texts/3c7b4fa2-615c-45e5-b3b7-d57fdbb60860.txt @@ -0,0 +1 @@ +A cute raccoon wearing a pair of cool sunglasses, DJing infront of a huge Christmas tree \ No newline at end of file diff --git a/texts/3c7b9375-51ac-4292-8c3e-d2faede227c4.txt b/texts/3c7b9375-51ac-4292-8c3e-d2faede227c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f082fa983af23cc7f2c4c61d2209758d19f1a80 --- /dev/null +++ b/texts/3c7b9375-51ac-4292-8c3e-d2faede227c4.txt @@ -0,0 +1 @@ +snowman firework dog with crismas hat \ No newline at end of file diff --git a/texts/3c7e5dae-8c01-48a4-b299-37b7830c2614.txt b/texts/3c7e5dae-8c01-48a4-b299-37b7830c2614.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d358cf2ffe1b70bc1127caa190d37a89c5f925 --- /dev/null +++ b/texts/3c7e5dae-8c01-48a4-b299-37b7830c2614.txt @@ -0,0 +1 @@ +hello kitty is in the green house with a newspaper. It's snowing outside \ No newline at end of file diff --git a/texts/3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee.txt b/texts/3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee.txt new file mode 100644 index 0000000000000000000000000000000000000000..d572f4c5ff8ca09093a6452b56b9213269b48570 --- /dev/null +++ b/texts/3c7f8839-3a87-40e6-b2aa-be9e2bd3ffee.txt @@ -0,0 +1 @@ +Dreamcore, Carousel, Ferris wheel, Liminal space, Unmanned \ No newline at end of file diff --git a/texts/3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0.txt b/texts/3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..17cc59a991ebd203335f8d18d6bfcd57cabad2a7 --- /dev/null +++ b/texts/3c8146cd-2fc9-42cd-b5c8-267a5ef34bb0.txt @@ -0,0 +1 @@ +Hello Kitty doll,with magic hat,Taroot card,divination in front of the computer \ No newline at end of file diff --git a/texts/3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c.txt b/texts/3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1f0783bfd334a589ff296d50788670bb1fc9779 --- /dev/null +++ b/texts/3c8d66a9-b743-4df3-976b-cbe0ec9d6a4c.txt @@ -0,0 +1 @@ +hellokitty, sailor uniform, Bichon Frise puppy, Maltese puppy, snow, merry go round \ No newline at end of file diff --git a/texts/3c8eaf75-c82d-487c-a9e4-3363256dd038.txt b/texts/3c8eaf75-c82d-487c-a9e4-3363256dd038.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e67a0be39eb9981b0b5debd6f6036f75bbfe5ba --- /dev/null +++ b/texts/3c8eaf75-c82d-487c-a9e4-3363256dd038.txt @@ -0,0 +1 @@ +close up shot of a lady in wild desert,frontal face,looking at camera,flying sheeps,flying pigs and mirror \ No newline at end of file diff --git a/texts/3c9162a7-45a6-4d9e-aa52-9d5c417fc25e.txt b/texts/3c9162a7-45a6-4d9e-aa52-9d5c417fc25e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d864c321dca3e652016e3ea1d5d90510ee6ec19 --- /dev/null +++ b/texts/3c9162a7-45a6-4d9e-aa52-9d5c417fc25e.txt @@ -0,0 +1 @@ +A blackandwrite cat is in the snow and footprints in the snow spell out.There is a Christmas tree next to it. On the snow is written 'PAN' \ No newline at end of file diff --git a/texts/3c99e457-d163-487f-9142-206a27b7737c.txt b/texts/3c99e457-d163-487f-9142-206a27b7737c.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d6b3dd26b389e60745c7ff7fda3078195e4066 --- /dev/null +++ b/texts/3c99e457-d163-487f-9142-206a27b7737c.txt @@ -0,0 +1 @@ +A British Shorthair cat with wings is playing in the forest. Stars \ No newline at end of file diff --git a/texts/3c9d8069-7784-4821-b813-5c33c31ccfce.txt b/texts/3c9d8069-7784-4821-b813-5c33c31ccfce.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d8a6f2dfc6ea194ba070135b72b07f8f9d15de0 --- /dev/null +++ b/texts/3c9d8069-7784-4821-b813-5c33c31ccfce.txt @@ -0,0 +1 @@ +A cat holding badminton bat watching fireworks display \ No newline at end of file diff --git a/texts/3ca4f848-26ef-4196-b0c3-caebbb94f535.txt b/texts/3ca4f848-26ef-4196-b0c3-caebbb94f535.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0408aa971698964d4149b78afd0e06946ca64a5 --- /dev/null +++ b/texts/3ca4f848-26ef-4196-b0c3-caebbb94f535.txt @@ -0,0 +1 @@ +A cute cake with xton it, candle number 28, and a snowman,cat next to it \ No newline at end of file diff --git a/texts/3ca55014-ba9a-407c-83c2-2a5fcde84db4.txt b/texts/3ca55014-ba9a-407c-83c2-2a5fcde84db4.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed478c71a397cccdd6c7bd2cfd903a241874820d --- /dev/null +++ b/texts/3ca55014-ba9a-407c-83c2-2a5fcde84db4.txt @@ -0,0 +1 @@ +A cute Miffy is working on a computer while wearing glasses. \ No newline at end of file diff --git a/texts/3cb6fb9a-a661-491a-9f9a-94a09b37dcab.txt b/texts/3cb6fb9a-a661-491a-9f9a-94a09b37dcab.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ff44066cd69d0ebb082c2ebbe6f5d3e7b9496bc --- /dev/null +++ b/texts/3cb6fb9a-a661-491a-9f9a-94a09b37dcab.txt @@ -0,0 +1 @@ +A yellow tabby cat looks at a yellow birthday cake with candles on the dining table \ No newline at end of file diff --git a/texts/3cc32a53-dd4f-4f21-9d27-d80bddbf1e71.txt b/texts/3cc32a53-dd4f-4f21-9d27-d80bddbf1e71.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae449a579f0d7f0cd94181216c9ba8e6207fb857 --- /dev/null +++ b/texts/3cc32a53-dd4f-4f21-9d27-d80bddbf1e71.txt @@ -0,0 +1 @@ +A vintage rabbit doll is blowing bubble, a vintage cat doll is taking picture by camera. Both subject are close to each outers. \ No newline at end of file diff --git a/texts/3cc938a3-b8b5-463a-980e-e0ca19fd27ef.txt b/texts/3cc938a3-b8b5-463a-980e-e0ca19fd27ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e464ef31472f32e77f4e7097dd0a206ad536391 --- /dev/null +++ b/texts/3cc938a3-b8b5-463a-980e-e0ca19fd27ef.txt @@ -0,0 +1 @@ +A serene landscape with a bright azure sky. In the distance, a majestic golden mountain bathed in sunlight, with warm rays casting a glow on its peak. The scene is peaceful and vast, with no obstructions in sight, creating a sense of tranquility and grandeur. \ No newline at end of file diff --git a/texts/3ccc6e91-13b4-4d24-8459-6efd166a021e.txt b/texts/3ccc6e91-13b4-4d24-8459-6efd166a021e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b7cb37909aa33b8ae1e3b67019360ad832775d4 --- /dev/null +++ b/texts/3ccc6e91-13b4-4d24-8459-6efd166a021e.txt @@ -0,0 +1 @@ +Buzzlightear is shopping at a fruit shop,meanwhile iron man is flying in the sky \ No newline at end of file diff --git a/texts/3cd05176-6a1b-4e4a-89b4-03d35d203a22.txt b/texts/3cd05176-6a1b-4e4a-89b4-03d35d203a22.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e18daad3ee0e28df0b61b17b2875023168ac513 --- /dev/null +++ b/texts/3cd05176-6a1b-4e4a-89b4-03d35d203a22.txt @@ -0,0 +1 @@ +Handwritten word "Xuannn" in the snow, snow,the blue beach,and sky a hellokitty doll with angel wings standing next to it,drifting snow \ No newline at end of file diff --git a/texts/3ce62507-1a24-42ae-9f63-000543ebbb94.txt b/texts/3ce62507-1a24-42ae-9f63-000543ebbb94.txt new file mode 100644 index 0000000000000000000000000000000000000000..61d6cef6c4b452944d56cd8975c3e89c70e4ccce --- /dev/null +++ b/texts/3ce62507-1a24-42ae-9f63-000543ebbb94.txt @@ -0,0 +1 @@ +A fat adora white Pomeranian with a Santa hat, spending Christmas on a clean, snowy day.There are dog paw prints in the snow. \ No newline at end of file diff --git a/texts/3ce96c82-7576-48d8-8c6e-c856e0b0292a.txt b/texts/3ce96c82-7576-48d8-8c6e-c856e0b0292a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4e944accfbdfc1c10df913f9881f0a55dff948e --- /dev/null +++ b/texts/3ce96c82-7576-48d8-8c6e-c856e0b0292a.txt @@ -0,0 +1 @@ +A West Highland White Terrier wearing a spacesuit, traveling through interstellar space. \ No newline at end of file diff --git a/texts/3ce9721f-75d1-4e03-b0e4-9c0abaddafcb.txt b/texts/3ce9721f-75d1-4e03-b0e4-9c0abaddafcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..6514c688e014f0162fd8ddf5c291df356b721d58 --- /dev/null +++ b/texts/3ce9721f-75d1-4e03-b0e4-9c0abaddafcb.txt @@ -0,0 +1 @@ +a beautiful view of a modern city outside the window of a beautifu and quiet room in Tokyo \ No newline at end of file diff --git a/texts/3ceb02ae-2f9a-49de-b591-6b3f9c188e82.txt b/texts/3ceb02ae-2f9a-49de-b591-6b3f9c188e82.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a9a80e424bba811b1448b03914d8a5b1691fd9e --- /dev/null +++ b/texts/3ceb02ae-2f9a-49de-b591-6b3f9c188e82.txt @@ -0,0 +1 @@ +A cat wearing sunglasses all the time, holding a glass of red wine, driving \ No newline at end of file diff --git a/texts/3ceb9ee2-7120-4763-9605-df21229d7860.txt b/texts/3ceb9ee2-7120-4763-9605-df21229d7860.txt new file mode 100644 index 0000000000000000000000000000000000000000..326a18cf42f79ab75f1c9d322538b23a3e9c2d27 --- /dev/null +++ b/texts/3ceb9ee2-7120-4763-9605-df21229d7860.txt @@ -0,0 +1 @@ +Cute child in hat holding red balloon \ No newline at end of file diff --git a/texts/3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f.txt b/texts/3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b27bfa7866d8d33f9e22948f60ffaba28670e680 --- /dev/null +++ b/texts/3cfaa4a6-58ab-4f7c-b740-73dbf76fc14f.txt @@ -0,0 +1 @@ +A pink Jellycat bunny wearing a black dress is sitting on a snow-covered beach, with the name "VIVI" written in the snow \ No newline at end of file diff --git a/texts/3cfe7ba6-5869-4fec-9dfb-9f688af345fc.txt b/texts/3cfe7ba6-5869-4fec-9dfb-9f688af345fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd34be5fab40e12efbe1c45b49c84da05e2cedeb --- /dev/null +++ b/texts/3cfe7ba6-5869-4fec-9dfb-9f688af345fc.txt @@ -0,0 +1 @@ +Handwritten word "weiwei" in the snow, a hellokitty doll standing next to it, fireworks in the sky \ No newline at end of file diff --git a/texts/3d0477f3-ed66-431e-97fe-1e7308d251a5.txt b/texts/3d0477f3-ed66-431e-97fe-1e7308d251a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce29ee93c7ec372abf4b7709829def95099ccb07 --- /dev/null +++ b/texts/3d0477f3-ed66-431e-97fe-1e7308d251a5.txt @@ -0,0 +1 @@ +The orange cat takes pictures in the snow with a camera \ No newline at end of file diff --git a/texts/3d07fe53-6b62-4db1-a026-8b78c904ee32.txt b/texts/3d07fe53-6b62-4db1-a026-8b78c904ee32.txt new file mode 100644 index 0000000000000000000000000000000000000000..f80ebc3207548134139cf06933e3e13e517b1b18 --- /dev/null +++ b/texts/3d07fe53-6b62-4db1-a026-8b78c904ee32.txt @@ -0,0 +1 @@ +a ginger cat and a decorated Christmas tree in a Victorian home \ No newline at end of file diff --git a/texts/3d094023-8551-42f8-a200-7ae283e04d32.txt b/texts/3d094023-8551-42f8-a200-7ae283e04d32.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3eea407667e8ea9738c1ff4f1f792864a6f97df --- /dev/null +++ b/texts/3d094023-8551-42f8-a200-7ae283e04d32.txt @@ -0,0 +1 @@ +There's a little golden pup in the snow at night under a starry sky with a butterfly perched on his nose. \ No newline at end of file diff --git a/texts/3d09f50d-d62f-4995-b244-bf15893d59e9.txt b/texts/3d09f50d-d62f-4995-b244-bf15893d59e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..c97e157f87056fd5f55fcad88082df0eb46f3091 --- /dev/null +++ b/texts/3d09f50d-d62f-4995-b244-bf15893d59e9.txt @@ -0,0 +1 @@ +A five-year-old pale yellow golden retriever with a pair of white wings is standing in the snow chasing a butterfly, it's the blues time \ No newline at end of file diff --git a/texts/3d0c1108-e231-444f-b774-e419acfb73f3.txt b/texts/3d0c1108-e231-444f-b774-e419acfb73f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..54df9dfde7a296f840bb7370f2012dddc8ba99af --- /dev/null +++ b/texts/3d0c1108-e231-444f-b774-e419acfb73f3.txt @@ -0,0 +1 @@ +A man in a dinosaur doll dress plays with snow in the snow and throws the snow into the sky. The doll suit blocks him all over, and this person is in the middle and The man's back to the camera. \ No newline at end of file diff --git a/texts/3d0c7966-673c-4505-99ed-12332e1ed730.txt b/texts/3d0c7966-673c-4505-99ed-12332e1ed730.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1de4c5a85acc4c3a92d8381546b51edacffcbd3 --- /dev/null +++ b/texts/3d0c7966-673c-4505-99ed-12332e1ed730.txt @@ -0,0 +1 @@ +Wizard with sword and a glowing orb of magic fire fights a fierce dragon Greg Rutkowski \ No newline at end of file diff --git a/texts/3d1e542d-c1ff-4ced-be42-0d7ca6c5e318.txt b/texts/3d1e542d-c1ff-4ced-be42-0d7ca6c5e318.txt new file mode 100644 index 0000000000000000000000000000000000000000..c09b19c446c7cf4cc4ef75e3d7d6f86b5a0796e9 --- /dev/null +++ b/texts/3d1e542d-c1ff-4ced-be42-0d7ca6c5e318.txt @@ -0,0 +1 @@ +a black cat and a white cat on the snow, with fireworks and trees, and TZW&LYN written in the snow \ No newline at end of file diff --git a/texts/3d2f2106-8f17-4f7a-82a3-8fa0b8081986.txt b/texts/3d2f2106-8f17-4f7a-82a3-8fa0b8081986.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2e1e6f54183339388aaf2547a60fa3616ce1899 --- /dev/null +++ b/texts/3d2f2106-8f17-4f7a-82a3-8fa0b8081986.txt @@ -0,0 +1 @@ +Hello kitty standing in snow with Jasmine words on the ground \ No newline at end of file diff --git a/texts/3d3cdd17-d69b-4df7-ab19-dc0d85bc5435.txt b/texts/3d3cdd17-d69b-4df7-ab19-dc0d85bc5435.txt new file mode 100644 index 0000000000000000000000000000000000000000..eae04491faa40d01e0523fcf61930149cfba5472 --- /dev/null +++ b/texts/3d3cdd17-d69b-4df7-ab19-dc0d85bc5435.txt @@ -0,0 +1 @@ +Buildings with neon lights shining in the rainy night \ No newline at end of file diff --git a/texts/3d4d4a45-8a2f-4d9f-a868-a96b84eb412d.txt b/texts/3d4d4a45-8a2f-4d9f-a868-a96b84eb412d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9de6e47969423393227b6267cf6483413d27bd30 --- /dev/null +++ b/texts/3d4d4a45-8a2f-4d9f-a868-a96b84eb412d.txt @@ -0,0 +1 @@ +fire in the humid and green rainforest \ No newline at end of file diff --git a/texts/3d4f803f-44a9-4ef8-957d-6803b40cddf2.txt b/texts/3d4f803f-44a9-4ef8-957d-6803b40cddf2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a85e16a2bfeb6f31ec9b36ce98ae945f6abb1b5c --- /dev/null +++ b/texts/3d4f803f-44a9-4ef8-957d-6803b40cddf2.txt @@ -0,0 +1 @@ +Hello Kitty and a black Chinese countryside cat are playing on the computer \ No newline at end of file diff --git a/texts/3d5adea8-08ef-457f-8a26-6e6d9339abfd.txt b/texts/3d5adea8-08ef-457f-8a26-6e6d9339abfd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1e1e345d5d1d500f10c6e4b5f5aeed13f635d4d --- /dev/null +++ b/texts/3d5adea8-08ef-457f-8a26-6e6d9339abfd.txt @@ -0,0 +1 @@ +A collection of coffee-themed images for Instagram highlights. Include a close-up of coffee beans in burlap sacks \ No newline at end of file diff --git a/texts/3d6e1944-339e-4d63-85cd-d60a4c5cd7a2.txt b/texts/3d6e1944-339e-4d63-85cd-d60a4c5cd7a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..00379929b7970894cd939db9621f72b6a0e727e0 --- /dev/null +++ b/texts/3d6e1944-339e-4d63-85cd-d60a4c5cd7a2.txt @@ -0,0 +1 @@ +hello kitty \ No newline at end of file diff --git a/texts/3d73e074-5bd9-4036-922e-1f18e8f9839e.txt b/texts/3d73e074-5bd9-4036-922e-1f18e8f9839e.txt new file mode 100644 index 0000000000000000000000000000000000000000..75b46c166a8b548f07a54fac30578ca7f41e55e4 --- /dev/null +++ b/texts/3d73e074-5bd9-4036-922e-1f18e8f9839e.txt @@ -0,0 +1 @@ +On a sunny afternoon, my black and white kitten and I watched the sunset in a chair. There was a river in front of me, and the kitten snuggled into my arms. \ No newline at end of file diff --git a/texts/3d7cbc2d-e518-43a6-b914-b846af17a797.txt b/texts/3d7cbc2d-e518-43a6-b914-b846af17a797.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecfa7fef15aab02998bab02dbf0fc879829fe1c9 --- /dev/null +++ b/texts/3d7cbc2d-e518-43a6-b914-b846af17a797.txt @@ -0,0 +1 @@ +A puppy under a cherry tree in Japan. It's snowing \ No newline at end of file diff --git a/texts/3d8ac29b-e289-4b3f-994f-441ac83c0a28.txt b/texts/3d8ac29b-e289-4b3f-994f-441ac83c0a28.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a6ad08ac4b89e8756654163668a80012e29da06 --- /dev/null +++ b/texts/3d8ac29b-e289-4b3f-994f-441ac83c0a28.txt @@ -0,0 +1 @@ +the sky is in the blue hours, there is a Christmas tree in the snow, beside a hamburger \ No newline at end of file diff --git a/texts/3d8fb244-2710-47d2-b138-7b54de7bfab4.txt b/texts/3d8fb244-2710-47d2-b138-7b54de7bfab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..261ea3346f0ed0bc2693595abe6f9cd7c2cb6638 --- /dev/null +++ b/texts/3d8fb244-2710-47d2-b138-7b54de7bfab4.txt @@ -0,0 +1 @@ +A lonely hello Kitty walking through the snowy landscape of Mt. Fuji with a bottle of wine meets a fluffy, cream-colored British Shorthair cat. \ No newline at end of file diff --git a/texts/3d90c13e-1383-479c-8328-2c8725ff0cd4.txt b/texts/3d90c13e-1383-479c-8328-2c8725ff0cd4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f6b5a9f07b38d1883134d13375d3cb98d31160b --- /dev/null +++ b/texts/3d90c13e-1383-479c-8328-2c8725ff0cd4.txt @@ -0,0 +1 @@ +Two cats cuddling and celebrating their brithdays. There is confetti in the air and they are both wearing birthday crowns \ No newline at end of file diff --git a/texts/3da51142-c069-4544-8acb-d6720f2c2065.txt b/texts/3da51142-c069-4544-8acb-d6720f2c2065.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ce3250c0b1c994d8f323bc5e7e25d481d46065f --- /dev/null +++ b/texts/3da51142-c069-4544-8acb-d6720f2c2065.txt @@ -0,0 +1 @@ +a princess sits in a pumpkin carriage, looking at the camera, close up, snow falling from the sky \ No newline at end of file diff --git a/texts/3da56553-60d2-42fb-ba47-41f510a4ecae.txt b/texts/3da56553-60d2-42fb-ba47-41f510a4ecae.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e2be153888573d696e274bcdc15d8f569cf92c1 --- /dev/null +++ b/texts/3da56553-60d2-42fb-ba47-41f510a4ecae.txt @@ -0,0 +1 @@ +a wild black panther surrounded by flying blue shiny butterflies \ No newline at end of file diff --git a/texts/3da656c8-2bca-42b4-9f69-a3c870a5f0bc.txt b/texts/3da656c8-2bca-42b4-9f69-a3c870a5f0bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3db0873615a42697c63e3046909a70ad6c50d835 --- /dev/null +++ b/texts/3da656c8-2bca-42b4-9f69-a3c870a5f0bc.txt @@ -0,0 +1 @@ +a capybara works calmly in the office, with some oranges on the desk \ No newline at end of file diff --git a/texts/3daa282e-9c77-4858-af64-bd6859aa3a6a.txt b/texts/3daa282e-9c77-4858-af64-bd6859aa3a6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d963d0bf954aad15d27839cbc67a1281db5ccbed --- /dev/null +++ b/texts/3daa282e-9c77-4858-af64-bd6859aa3a6a.txt @@ -0,0 +1 @@ +In front of a snowy mountain, a black smallcat is surrounded by three balloons standing in the hot spring water, illuminated by side lighting in yellow and blue tones, with snow falling around her. \ No newline at end of file diff --git a/texts/3db33577-e454-4ab6-b9f7-1b96ce2a9e0b.txt b/texts/3db33577-e454-4ab6-b9f7-1b96ce2a9e0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..85e4f37bfe478189dbed13b2fbb549406b6d6f23 --- /dev/null +++ b/texts/3db33577-e454-4ab6-b9f7-1b96ce2a9e0b.txt @@ -0,0 +1 @@ +A happy child with dark glasses, rosy cheeks and happy smile, sitting on a crackling bonfire in the snowy winter. Beside the campfire, there was a beautifully decorated Christmas tree with colorful lights and decorations, towering high in the snow. z on his other side, there is a mountain of dollars and renminbi, giving the scene a strange, magical feel. \ No newline at end of file diff --git a/texts/3db59268-9db7-464f-8668-b55eca07fece.txt b/texts/3db59268-9db7-464f-8668-b55eca07fece.txt new file mode 100644 index 0000000000000000000000000000000000000000..373ee3820307874fc8c8852d81c25eae8f16a2f1 --- /dev/null +++ b/texts/3db59268-9db7-464f-8668-b55eca07fece.txt @@ -0,0 +1 @@ +Snowy Day Christmas Bow \ No newline at end of file diff --git a/texts/3db63648-4345-466a-8bfa-8ca9d5bd0017.txt b/texts/3db63648-4345-466a-8bfa-8ca9d5bd0017.txt new file mode 100644 index 0000000000000000000000000000000000000000..229679328da0256baf3cc9ad6af4fb7a3d51945b --- /dev/null +++ b/texts/3db63648-4345-466a-8bfa-8ca9d5bd0017.txt @@ -0,0 +1 @@ +In the Colosseum, but it's pure white. In the square there are several pure white statues of angels looking up at the sky. \ No newline at end of file diff --git a/texts/3db8dbf9-97f9-428c-9314-91e1ba615e23.txt b/texts/3db8dbf9-97f9-428c-9314-91e1ba615e23.txt new file mode 100644 index 0000000000000000000000000000000000000000..1711e4bbcc42f1d8cc695ae27b741b706afb7fa2 --- /dev/null +++ b/texts/3db8dbf9-97f9-428c-9314-91e1ba615e23.txt @@ -0,0 +1 @@ +Chihuahua wearing pearl necklace drinking whisky \ No newline at end of file diff --git a/texts/3dbf86ff-d1ca-4440-b407-a403fd6cea35.txt b/texts/3dbf86ff-d1ca-4440-b407-a403fd6cea35.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7fa35c6aedf7842f4a06b0858d7dc925e9a42b7 --- /dev/null +++ b/texts/3dbf86ff-d1ca-4440-b407-a403fd6cea35.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "ZYJ&ZXW" engraved on the snow \ No newline at end of file diff --git a/texts/3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe.txt b/texts/3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..95db4d4ca624c155b611c51f74a39e00e8094466 --- /dev/null +++ b/texts/3dcc2f7e-a7d1-41ad-9a98-347d7b77bdfe.txt @@ -0,0 +1 @@ +A little white cat and a little golden retriever snuggled by the sea and watched fireworks together. "333" was written on the beach. \ No newline at end of file diff --git a/texts/3dcd7f71-4be4-4fcc-b0c3-1408eceb368f.txt b/texts/3dcd7f71-4be4-4fcc-b0c3-1408eceb368f.txt new file mode 100644 index 0000000000000000000000000000000000000000..009262712d402cc2ecdcb2547e47294d2dd1e15d --- /dev/null +++ b/texts/3dcd7f71-4be4-4fcc-b0c3-1408eceb368f.txt @@ -0,0 +1 @@ +There is a small snowman in the shape of Hello Kitty on the snowy ground by the river. Beside it is a street with street lamps. There is a wooden house with a chimney nearby, and fireworks in the distance. It's still snowing. \ No newline at end of file diff --git a/texts/3dd6fc77-e775-49c7-bbf6-90bd6888cae9.txt b/texts/3dd6fc77-e775-49c7-bbf6-90bd6888cae9.txt new file mode 100644 index 0000000000000000000000000000000000000000..a453f9980897a729132fd617fc1747add2e43dde --- /dev/null +++ b/texts/3dd6fc77-e775-49c7-bbf6-90bd6888cae9.txt @@ -0,0 +1 @@ +A cute and chubby anthropomorphic little cat, wearing a police hat, police uniform, holding a baton, standing next to the police car, pointing at the camera with its fingers \ No newline at end of file diff --git a/texts/3de8aa5d-9054-4d62-8745-eb82f1083ef2.txt b/texts/3de8aa5d-9054-4d62-8745-eb82f1083ef2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0644d894b3fc474053497a5fc2663916411d42f5 --- /dev/null +++ b/texts/3de8aa5d-9054-4d62-8745-eb82f1083ef2.txt @@ -0,0 +1 @@ +frost gloom dark motocycle \ No newline at end of file diff --git a/texts/3de8e893-136e-4186-96f1-e2d9857cf995.txt b/texts/3de8e893-136e-4186-96f1-e2d9857cf995.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f1f3983308d0992a2c1a7b7cdaed3d3063b93be --- /dev/null +++ b/texts/3de8e893-136e-4186-96f1-e2d9857cf995.txt @@ -0,0 +1 @@ +three words lry and lingering light of the setting sun \ No newline at end of file diff --git a/texts/3df54deb-c893-4776-bde3-7dbf2965aaa2.txt b/texts/3df54deb-c893-4776-bde3-7dbf2965aaa2.txt new file mode 100644 index 0000000000000000000000000000000000000000..35d0ac8317e286adfebd68c56b664bf96688600f --- /dev/null +++ b/texts/3df54deb-c893-4776-bde3-7dbf2965aaa2.txt @@ -0,0 +1 @@ +amigodogfood \ No newline at end of file diff --git a/texts/3e07e771-5516-4a7e-875b-0cb26d602d1c.txt b/texts/3e07e771-5516-4a7e-875b-0cb26d602d1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..40dccc7e9c7e496016c9b536a1f7292a0d22dd2a --- /dev/null +++ b/texts/3e07e771-5516-4a7e-875b-0cb26d602d1c.txt @@ -0,0 +1 @@ +A pepper colour Schnauzer in a cozy home, picture taken by colour film camera \ No newline at end of file diff --git a/texts/3e0c224a-42c6-4813-9e4b-b055a9ad9f80.txt b/texts/3e0c224a-42c6-4813-9e4b-b055a9ad9f80.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f579b4cd7b3710722fdea70758c91d30bae7bb9 --- /dev/null +++ b/texts/3e0c224a-42c6-4813-9e4b-b055a9ad9f80.txt @@ -0,0 +1 @@ +And we walked down the block, to my car \ No newline at end of file diff --git a/texts/3e158b9a-7a54-4311-984d-44f49f0f5bac.txt b/texts/3e158b9a-7a54-4311-984d-44f49f0f5bac.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1370f428d6e8519bd46d0dca379800fc38988f5 --- /dev/null +++ b/texts/3e158b9a-7a54-4311-984d-44f49f0f5bac.txt @@ -0,0 +1 @@ +A Chinese Lihua mao cat with a belly is working on a laptop computer on the sofa \ No newline at end of file diff --git a/texts/3e15b535-e602-43fd-b5c9-eb0e54c2aaba.txt b/texts/3e15b535-e602-43fd-b5c9-eb0e54c2aaba.txt new file mode 100644 index 0000000000000000000000000000000000000000..41a5ba33460edc70daa920d1ab1155429b954a12 --- /dev/null +++ b/texts/3e15b535-e602-43fd-b5c9-eb0e54c2aaba.txt @@ -0,0 +1 @@ +The white dog has a lesson next to the Christmas tree in the snow, and it says ZYR on it. \ No newline at end of file diff --git a/texts/3e1b90c8-cfc2-4c92-97de-113da14549a3.txt b/texts/3e1b90c8-cfc2-4c92-97de-113da14549a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0773b1c9219a0027d94f97887bb6a427804a601 --- /dev/null +++ b/texts/3e1b90c8-cfc2-4c92-97de-113da14549a3.txt @@ -0,0 +1 @@ +A carousel horse at the bottom of the swimming pool, sparkling. \ No newline at end of file diff --git a/texts/3e21ebf2-4026-47f1-b1bf-dc21b89bac39.txt b/texts/3e21ebf2-4026-47f1-b1bf-dc21b89bac39.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5614d4c3bef19ac90b78bb31ae2b2ee9a364cae --- /dev/null +++ b/texts/3e21ebf2-4026-47f1-b1bf-dc21b89bac39.txt @@ -0,0 +1 @@ +A black Felinae cat work on a blue swimming ring \ No newline at end of file diff --git a/texts/3e24253e-1951-41a0-8204-fffb20c44e6d.txt b/texts/3e24253e-1951-41a0-8204-fffb20c44e6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cf39572f0231e1d1f61bf3a4e321bb0722586bd --- /dev/null +++ b/texts/3e24253e-1951-41a0-8204-fffb20c44e6d.txt @@ -0,0 +1 @@ + a clear mannequin in widding dress rides a unicorn in a church \ No newline at end of file diff --git a/texts/3e298232-4b4f-43b1-8877-11c097dd9a40.txt b/texts/3e298232-4b4f-43b1-8877-11c097dd9a40.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d8a6ab9a5cde8dc5c4f090a36bc0cbc9067d0be --- /dev/null +++ b/texts/3e298232-4b4f-43b1-8877-11c097dd9a40.txt @@ -0,0 +1 @@ +baby penguin with sunglasses working in front of computer \ No newline at end of file diff --git a/texts/3e304de8-698b-454a-964c-eda87b521494.txt b/texts/3e304de8-698b-454a-964c-eda87b521494.txt new file mode 100644 index 0000000000000000000000000000000000000000..35b1babad55872460767c42bec51e046e897487c --- /dev/null +++ b/texts/3e304de8-698b-454a-964c-eda87b521494.txt @@ -0,0 +1 @@ +a little Corgi and a cute little cat are on the beach in palma, Spain, drinking sangari cassis while reading a magazine. while the radio plays rock hits from the last decade. It was dark, but they were there for each other \ No newline at end of file diff --git a/texts/3e33bfef-cb5d-4e64-870e-75849931b3c9.txt b/texts/3e33bfef-cb5d-4e64-870e-75849931b3c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..472295eb1d9716cde0643edfdee3ca2fb32d750a --- /dev/null +++ b/texts/3e33bfef-cb5d-4e64-870e-75849931b3c9.txt @@ -0,0 +1 @@ +Bourne Mountain Dog and Maltese are on the beach looking across the oasis \ No newline at end of file diff --git a/texts/3e3431af-761d-4453-9a4f-3e4b98403b1f.txt b/texts/3e3431af-761d-4453-9a4f-3e4b98403b1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e5d8704657e765d1686346f8781bd63c4a30b8b --- /dev/null +++ b/texts/3e3431af-761d-4453-9a4f-3e4b98403b1f.txt @@ -0,0 +1 @@ +We built a castle at the intersection between the world of adults and the world of children. \ No newline at end of file diff --git a/texts/3e38aa68-9759-497f-bcfe-914c4795e37f.txt b/texts/3e38aa68-9759-497f-bcfe-914c4795e37f.txt new file mode 100644 index 0000000000000000000000000000000000000000..85c35471704fb3d0670f5855303371338c7197ce --- /dev/null +++ b/texts/3e38aa68-9759-497f-bcfe-914c4795e37f.txt @@ -0,0 +1 @@ +The golden little rabbit sleeps in its warm little nest \ No newline at end of file diff --git a/texts/3e394397-dae5-496c-8872-e9f6a8914b62.txt b/texts/3e394397-dae5-496c-8872-e9f6a8914b62.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e2374d6d55dbc73982169719ac896c898e4780f --- /dev/null +++ b/texts/3e394397-dae5-496c-8872-e9f6a8914b62.txt @@ -0,0 +1 @@ +One cat, sitting besides a fountain sprays lots of precious jewels. Vintage background \ No newline at end of file diff --git a/texts/3e3964f7-9fc5-439a-8917-4c077f79ce7a.txt b/texts/3e3964f7-9fc5-439a-8917-4c077f79ce7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..575b0c6c27557218c8ea4205d60234698bfa2cdd --- /dev/null +++ b/texts/3e3964f7-9fc5-439a-8917-4c077f79ce7a.txt @@ -0,0 +1 @@ +a red poodle and a pug swimming in the cloud sea, with bubble around the air. \ No newline at end of file diff --git a/texts/3e42c237-b896-4f69-903c-d8efbe66697e.txt b/texts/3e42c237-b896-4f69-903c-d8efbe66697e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2369668a537acf0a7e0b2d02308016b478608d9b --- /dev/null +++ b/texts/3e42c237-b896-4f69-903c-d8efbe66697e.txt @@ -0,0 +1 @@ +A white and yellow corgi sits in the winter snow, smiling and facing the camera. There are woods in the distance of the snow and the back of Santa Claus in the woods \ No newline at end of file diff --git a/texts/3e4a9448-b8d3-451b-a414-844b7295223c.txt b/texts/3e4a9448-b8d3-451b-a414-844b7295223c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a75d0969194fff7ec8c459ed37e26cb130d43e1e --- /dev/null +++ b/texts/3e4a9448-b8d3-451b-a414-844b7295223c.txt @@ -0,0 +1 @@ +A white horse walked towards the giant cross emitting red light deep in the forest. \ No newline at end of file diff --git a/texts/3e55038d-fe85-4118-aea2-ee4b3cca0254.txt b/texts/3e55038d-fe85-4118-aea2-ee4b3cca0254.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d71745f46a28d8b2ce825e2ea6443a1553c7583 --- /dev/null +++ b/texts/3e55038d-fe85-4118-aea2-ee4b3cca0254.txt @@ -0,0 +1 @@ +Big Pingu, dressed in yellow in the snow, looks at the sea with headphones \ No newline at end of file diff --git a/texts/3e5ac593-530f-4f1e-9f1d-5c1b647ec43b.txt b/texts/3e5ac593-530f-4f1e-9f1d-5c1b647ec43b.txt new file mode 100644 index 0000000000000000000000000000000000000000..85e0198f97ec13ede2297e2c002101525f5098b6 --- /dev/null +++ b/texts/3e5ac593-530f-4f1e-9f1d-5c1b647ec43b.txt @@ -0,0 +1 @@ +schnauzer with wings is making wish to a Christmas tree with snow and a sky full of stars \ No newline at end of file diff --git a/texts/3e5b7055-8203-4212-a182-ffe7f45e1072.txt b/texts/3e5b7055-8203-4212-a182-ffe7f45e1072.txt new file mode 100644 index 0000000000000000000000000000000000000000..890cbaaf52e0b641148749a539e505beabb68c83 --- /dev/null +++ b/texts/3e5b7055-8203-4212-a182-ffe7f45e1072.txt @@ -0,0 +1 @@ +On a snowy day, the back of a Ragdoll Cat on the snow, is a forest in the distance, and there is light coming down. \ No newline at end of file diff --git a/texts/3e62fe22-cc74-4678-bcd4-391c40b959d7.txt b/texts/3e62fe22-cc74-4678-bcd4-391c40b959d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a64afb52f7e55bbe29103882a90a0dbaa1699398 --- /dev/null +++ b/texts/3e62fe22-cc74-4678-bcd4-391c40b959d7.txt @@ -0,0 +1 @@ +a capybara sits calmly in the office. behind is blowing up \ No newline at end of file diff --git a/texts/3e7b297e-df3e-41a7-9a39-08bca15ac84e.txt b/texts/3e7b297e-df3e-41a7-9a39-08bca15ac84e.txt new file mode 100644 index 0000000000000000000000000000000000000000..48c99542febe8ca12a2ee6c37dd6fd099b735623 --- /dev/null +++ b/texts/3e7b297e-df3e-41a7-9a39-08bca15ac84e.txt @@ -0,0 +1 @@ +Bichon chasing butterflies in the snow \ No newline at end of file diff --git a/texts/3e802be7-fbb7-4fcf-9153-2d3875f6baf1.txt b/texts/3e802be7-fbb7-4fcf-9153-2d3875f6baf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f730d1126b1dc70bab5c5f7f881861a00a42cf32 --- /dev/null +++ b/texts/3e802be7-fbb7-4fcf-9153-2d3875f6baf1.txt @@ -0,0 +1 @@ + Kanye West Becomes a Tibetan Dancer \ No newline at end of file diff --git a/texts/3e898d36-8ce3-43ca-ad7f-6492ae7b7c54.txt b/texts/3e898d36-8ce3-43ca-ad7f-6492ae7b7c54.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d0d4432bdc83c17db72db9dd5c46fe2c4b11471 --- /dev/null +++ b/texts/3e898d36-8ce3-43ca-ad7f-6492ae7b7c54.txt @@ -0,0 +1 @@ +A Christmas tree themed photo, at night, a Christmas tree composed of Hello Kitty dolls is located in the center of the picture, Hello Kitty dolls are neatly arranged, normal cartoon Hello Kitty heads, the Christmas tree is hung with light strips as decoration, and the top is a glowing golden five-pointed star, the background is the snow outside at night, the cute, colorful scene, the atmosphere is cheerful. \ No newline at end of file diff --git a/texts/3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4.txt b/texts/3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5947eb3b19c10ac1ab8b93f2e92e53baf3483482 --- /dev/null +++ b/texts/3e8fccc7-aa9d-4cbf-a494-1059ba0d40e4.txt @@ -0,0 +1 @@ +At night, in the snowy snow, a cow cat is running through the jungle. \ No newline at end of file diff --git a/texts/3e912128-8221-4bc5-9dff-769668ac1ffb.txt b/texts/3e912128-8221-4bc5-9dff-769668ac1ffb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca9a6011197304977fea922dc07f2059de845996 --- /dev/null +++ b/texts/3e912128-8221-4bc5-9dff-769668ac1ffb.txt @@ -0,0 +1 @@ +Yellow corgi, fat, tailless, red sweater, Christmas hat, sewing machine \ No newline at end of file diff --git a/texts/3e933d22-39e4-45c0-822e-c5cbd97d37bc.txt b/texts/3e933d22-39e4-45c0-822e-c5cbd97d37bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..2086edc7e2ca7641e2691631272a2659fb546171 --- /dev/null +++ b/texts/3e933d22-39e4-45c0-822e-c5cbd97d37bc.txt @@ -0,0 +1 @@ +A black cat with wings is chasing butterflies in the snowy night. \ No newline at end of file diff --git a/texts/3e956ce5-a82a-4af2-b506-1b4a3d5381be.txt b/texts/3e956ce5-a82a-4af2-b506-1b4a3d5381be.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3c18ee6904ebb4bc855fcd0f3437c98f7db55a5 --- /dev/null +++ b/texts/3e956ce5-a82a-4af2-b506-1b4a3d5381be.txt @@ -0,0 +1 @@ +Bambi drinks beer in the snowy mountains \ No newline at end of file diff --git a/texts/3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6.txt b/texts/3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..56e1bfc29601ee1434d99b502d825c040d9ef4a6 --- /dev/null +++ b/texts/3e9b2175-7360-4d8d-8cd8-7dde6b4ab2a6.txt @@ -0,0 +1 @@ +a classical musician from 1800 playing violin on a crowded crosswalk in China. A lot of people are walking in front of him. \ No newline at end of file diff --git a/texts/3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5.txt b/texts/3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..62aa018542089cd104c6da28b329d18c4f83a2ca --- /dev/null +++ b/texts/3e9d8e9d-5d4c-40e0-b36d-c70d0f24b0d5.txt @@ -0,0 +1 @@ + Hello Kitty is sitting in a cozy room with fireworks outside the window. On the table, there is a small cake and a blackboard with the words' Jie, happy 2025 'written on it \ No newline at end of file diff --git a/texts/3ea60953-621f-4195-96ca-40287146f0e1.txt b/texts/3ea60953-621f-4195-96ca-40287146f0e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..edca36dbf175e05aa8a8ec594f22cbf219725111 --- /dev/null +++ b/texts/3ea60953-621f-4195-96ca-40287146f0e1.txt @@ -0,0 +1 @@ +dog \ No newline at end of file diff --git a/texts/3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee.txt b/texts/3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc3ecbec9da3ccf8b368b25ad55db2acb263f9ea --- /dev/null +++ b/texts/3ea64f01-6cba-4dd1-920e-ff8a8d9c06ee.txt @@ -0,0 +1 @@ +a group of penguins walking in Antarctica \ No newline at end of file diff --git a/texts/3eb41c2a-18e8-40fa-8a43-a03b37a00050.txt b/texts/3eb41c2a-18e8-40fa-8a43-a03b37a00050.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cf6e4a1c0e2e65a21c2e0de12e2a34f9d18bd6e --- /dev/null +++ b/texts/3eb41c2a-18e8-40fa-8a43-a03b37a00050.txt @@ -0,0 +1 @@ +cats with Santa hat and Christmas tree as the sun goes down in snowy day \ No newline at end of file diff --git a/texts/3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d.txt b/texts/3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0f89085546968029a8f010c8c0ca79a4d5773c6 --- /dev/null +++ b/texts/3eb91b55-4d76-4b66-a7b6-66fc5e8cdc7d.txt @@ -0,0 +1 @@ +A HelloKitty doll wearing a bikini and sunglasses in front of an ornate fountain that spews pearls and shells \ No newline at end of file diff --git a/texts/3ebafac9-6178-4447-b1c3-c856bae5c632.txt b/texts/3ebafac9-6178-4447-b1c3-c856bae5c632.txt new file mode 100644 index 0000000000000000000000000000000000000000..09a1d2dcce6c2a544a536c2f20ccb2b6c845412c --- /dev/null +++ b/texts/3ebafac9-6178-4447-b1c3-c856bae5c632.txt @@ -0,0 +1 @@ +British shorthair black and white next to the snowman, with the aurora borealis in the background \ No newline at end of file diff --git a/texts/3ec249f2-5432-4c0c-9db1-8c63f0b074ba.txt b/texts/3ec249f2-5432-4c0c-9db1-8c63f0b074ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..29c7bfcc1a87d1d221e80afb01929df935a61be9 --- /dev/null +++ b/texts/3ec249f2-5432-4c0c-9db1-8c63f0b074ba.txt @@ -0,0 +1 @@ +Hello Kitty couple on the beach with BD letters written on them \ No newline at end of file diff --git a/texts/3ec2614c-861d-4a1b-8a2a-71c6e9f103e6.txt b/texts/3ec2614c-861d-4a1b-8a2a-71c6e9f103e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceca31ebc2a94f2f3ad168bcfd3ab6bc91e3e39f --- /dev/null +++ b/texts/3ec2614c-861d-4a1b-8a2a-71c6e9f103e6.txt @@ -0,0 +1 @@ +Hello kitty and colourful fireworks in the sky, there is a round snowman made of snow and snow on the ground. They are outdoors. Its night time. \ No newline at end of file diff --git a/texts/3ed1a497-a915-4544-b830-5cb2d8a917aa.txt b/texts/3ed1a497-a915-4544-b830-5cb2d8a917aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..996b768d4945ed6f6598ea9d6b818bdcf13572c0 --- /dev/null +++ b/texts/3ed1a497-a915-4544-b830-5cb2d8a917aa.txt @@ -0,0 +1 @@ +The Princess had dinner in a gorgeous restaurant \ No newline at end of file diff --git a/texts/3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60.txt b/texts/3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c1771169c0d6837ad004e1e8c8ced57ce9432dc --- /dev/null +++ b/texts/3ed4be0c-5248-43c5-95b6-9d5ffe8e4d60.txt @@ -0,0 +1 @@ +word lry Beach Fireworks Sunset Christmas tree \ No newline at end of file diff --git a/texts/3eec3a7b-7491-46d8-a627-1cf0df29859c.txt b/texts/3eec3a7b-7491-46d8-a627-1cf0df29859c.txt new file mode 100644 index 0000000000000000000000000000000000000000..75eb257bde8a7d11e9aad9c50a41b297141e62b4 --- /dev/null +++ b/texts/3eec3a7b-7491-46d8-a627-1cf0df29859c.txt @@ -0,0 +1 @@ +A super cute Hello Kitty is sitting on a sofa floating on the water and reading a book, surrounded by a cute cat and a puppy, in a lake under a snowy mountain, with snow falling in the sky \ No newline at end of file diff --git a/texts/3efa8973-44e7-4b68-a9e4-eeb0d835726b.txt b/texts/3efa8973-44e7-4b68-a9e4-eeb0d835726b.txt new file mode 100644 index 0000000000000000000000000000000000000000..139508b6bf5982ae3c554a4d75e3effa47753c7e --- /dev/null +++ b/texts/3efa8973-44e7-4b68-a9e4-eeb0d835726b.txt @@ -0,0 +1 @@ +Samoyed celebrating birthday on seaside grass, wearing cute birthday hat, chocolate cake, sunset blues \ No newline at end of file diff --git a/texts/3efb8ab3-9d99-4dca-8145-04d29465f0cc.txt b/texts/3efb8ab3-9d99-4dca-8145-04d29465f0cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f285946a71e50d1ad0f2a63704c589ed41c7d02 --- /dev/null +++ b/texts/3efb8ab3-9d99-4dca-8145-04d29465f0cc.txt @@ -0,0 +1 @@ +A Hello Kitty wearing a security uniform \ No newline at end of file diff --git a/texts/3f0ff907-79c3-4615-a4ca-1da18874e162.txt b/texts/3f0ff907-79c3-4615-a4ca-1da18874e162.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2539cec66df41fa3522bf898de5edd9b2eaf658 --- /dev/null +++ b/texts/3f0ff907-79c3-4615-a4ca-1da18874e162.txt @@ -0,0 +1 @@ +Snowy nights, endless fields of snow. In the distance there is the sea, a small cat and a small dog in a white Santa hat and Christmas dress, next to the Christmas tree, with "DDKT" written on the snow and traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation. \ No newline at end of file diff --git a/texts/3f108a39-0206-4fbf-a5d2-15886c0eb91e.txt b/texts/3f108a39-0206-4fbf-a5d2-15886c0eb91e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f3f674fcdc1d9536c5224602e10e3b213b60be3 --- /dev/null +++ b/texts/3f108a39-0206-4fbf-a5d2-15886c0eb91e.txt @@ -0,0 +1 @@ +A black cat with a scarf is near the fireplace \ No newline at end of file diff --git a/texts/3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b.txt b/texts/3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9b4e8ca4c63bcf981f0d95ff1bd1be24a6a78e3 --- /dev/null +++ b/texts/3f1cd8a7-45dc-4ae0-9a5b-2b091de9352b.txt @@ -0,0 +1 @@ +On Shibuya Sky, enjoy the Tokyo night view under the observation deck, with dazzling neon lights, single person, male, front face \ No newline at end of file diff --git a/texts/3f2176f0-bc23-4b15-af0f-e47d75746049.txt b/texts/3f2176f0-bc23-4b15-af0f-e47d75746049.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee8ef54067e26627909e773944e60262144d2c07 --- /dev/null +++ b/texts/3f2176f0-bc23-4b15-af0f-e47d75746049.txt @@ -0,0 +1 @@ +white dog and black dog playing together in the farm \ No newline at end of file diff --git a/texts/3f2574be-015e-49a7-b545-fd81f5edb5f7.txt b/texts/3f2574be-015e-49a7-b545-fd81f5edb5f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3c3622a082f5efd0c5085874aea2487f51d2c92 --- /dev/null +++ b/texts/3f2574be-015e-49a7-b545-fd81f5edb5f7.txt @@ -0,0 +1 @@ +inter-tidal shells tree \ No newline at end of file diff --git a/texts/3f27d7b1-5e99-4c3f-bf1a-879d07f662fc.txt b/texts/3f27d7b1-5e99-4c3f-bf1a-879d07f662fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb57e30e4233fe698dd1dc538234fb2c1992419d --- /dev/null +++ b/texts/3f27d7b1-5e99-4c3f-bf1a-879d07f662fc.txt @@ -0,0 +1 @@ +An adorable pug pup with white-framed sunglasses, a watermelon hat on his head, a pink collar with bells around his neck, and a red wine glass, watching the Aurora Borealis! \ No newline at end of file diff --git a/texts/3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299.txt b/texts/3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299.txt new file mode 100644 index 0000000000000000000000000000000000000000..996bb73f50b19334a9d15ffc9b6ede319b5ce582 --- /dev/null +++ b/texts/3f2cdbbe-b52a-4b3e-b5b2-e0c7ea7bc299.txt @@ -0,0 +1 @@ +a black cat figure is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, medium shot \ No newline at end of file diff --git a/texts/3f362b18-bbae-484c-913c-fad9546171a3.txt b/texts/3f362b18-bbae-484c-913c-fad9546171a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..280702427601ffb2cbb5fd4ed621e159b309ad9d --- /dev/null +++ b/texts/3f362b18-bbae-484c-913c-fad9546171a3.txt @@ -0,0 +1 @@ +On the endless seashore, there is a huge whale shining above the sky. \ No newline at end of file diff --git a/texts/3f4929b7-8bee-4edf-a9bb-f9651ed66fa9.txt b/texts/3f4929b7-8bee-4edf-a9bb-f9651ed66fa9.txt new file mode 100644 index 0000000000000000000000000000000000000000..83b1ab624fa2602f0487dfbd0ae224a113456009 --- /dev/null +++ b/texts/3f4929b7-8bee-4edf-a9bb-f9651ed66fa9.txt @@ -0,0 +1 @@ +man in the rain, fire,black hear, Japan style, indigo sky,sun down,man drink orange juice, man wear jacket ,fish in the sky \ No newline at end of file diff --git a/texts/3f55595f-bdf3-4ac9-b9a0-12abc47c60a2.txt b/texts/3f55595f-bdf3-4ac9-b9a0-12abc47c60a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a4e9abba95127172682c48ec65b0b480d8c33a9 --- /dev/null +++ b/texts/3f55595f-bdf3-4ac9-b9a0-12abc47c60a2.txt @@ -0,0 +1 @@ +Maltese dog with wings playing in the snow under the aurora, flowers, butterflies \ No newline at end of file diff --git a/texts/3f574e37-f5f5-47df-9e81-b8c313b9fb1b.txt b/texts/3f574e37-f5f5-47df-9e81-b8c313b9fb1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7e1782dc829be9dbf4cab32d7bb0c9679b02790 --- /dev/null +++ b/texts/3f574e37-f5f5-47df-9e81-b8c313b9fb1b.txt @@ -0,0 +1 @@ +There's a little golden pup in the snow at night under a starry sky next to a tiny guitar. \ No newline at end of file diff --git a/texts/3f5e7854-af73-4330-ad00-551dda2a95e2.txt b/texts/3f5e7854-af73-4330-ad00-551dda2a95e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..897e08c967104206c6291f9845731232a26ccafa --- /dev/null +++ b/texts/3f5e7854-af73-4330-ad00-551dda2a95e2.txt @@ -0,0 +1 @@ +Qoo drinking beer on the beach \ No newline at end of file diff --git a/texts/3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee.txt b/texts/3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ffa7abc509367f352156b348762003bb89b1f5d --- /dev/null +++ b/texts/3f6f4cdc-2ad5-4a4b-af8d-bb2666c303ee.txt @@ -0,0 +1 @@ +A beard guy sitting at home drawing \ No newline at end of file diff --git a/texts/3f72e3d6-f7b7-4d1f-866a-40325a45b7b6.txt b/texts/3f72e3d6-f7b7-4d1f-866a-40325a45b7b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a775a55e32e8223215c704642fca90d2e5a6d226 --- /dev/null +++ b/texts/3f72e3d6-f7b7-4d1f-866a-40325a45b7b6.txt @@ -0,0 +1 @@ +A scene of students walking through the cobblestone streets of Hogsmeade, the nearby wizarding village. Students are holding shopping bags filled with magical goods from the shops, such as Honeydukes or Zonko's Joke Shop. Some are sipping butterbeer at the Three Broomsticks Inn, while others are admiring the magical items in the shop windows. The streets are lined with snow-covered rooftops, and the magical street lamps cast a warm glow on the cobblestones. \ No newline at end of file diff --git a/texts/3f752bb4-5d7c-4cb8-a492-fc2214be91c5.txt b/texts/3f752bb4-5d7c-4cb8-a492-fc2214be91c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f5dd7d7dcd306a797d78258c90c8962140be05c --- /dev/null +++ b/texts/3f752bb4-5d7c-4cb8-a492-fc2214be91c5.txt @@ -0,0 +1 @@ +Obama wearing a classic LA new era snapback cap which is made from straw,i need the forward face of obama \ No newline at end of file diff --git a/texts/3f78125c-338c-4a57-8407-edf1f43abc1e.txt b/texts/3f78125c-338c-4a57-8407-edf1f43abc1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..30ab21dcecea076330d0048a9276f1ba24a8a35a --- /dev/null +++ b/texts/3f78125c-338c-4a57-8407-edf1f43abc1e.txt @@ -0,0 +1 @@ +A black and white cat is on the snow with a computer in front of it and a punk collar with rivets around its neck, with scattered silver-white five-pointed stars next to it \ No newline at end of file diff --git a/texts/3f87483b-8815-4b18-89fb-9cb347439dfd.txt b/texts/3f87483b-8815-4b18-89fb-9cb347439dfd.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d91c9bb5b069c7ed191c136c0b52621c70f6e7d --- /dev/null +++ b/texts/3f87483b-8815-4b18-89fb-9cb347439dfd.txt @@ -0,0 +1 @@ +hello Kitty sit on the seats of airplane and see the Sydney opera with lots of snow through the window \ No newline at end of file diff --git a/texts/3f897fa4-c0a1-42fd-8105-84d083963a38.txt b/texts/3f897fa4-c0a1-42fd-8105-84d083963a38.txt new file mode 100644 index 0000000000000000000000000000000000000000..5690f18f8a70c87f0cfd8e3002b2f14498d0b5fe --- /dev/null +++ b/texts/3f897fa4-c0a1-42fd-8105-84d083963a38.txt @@ -0,0 +1 @@ +There is a whale floating in the real light blue sky, let its fins be exposed,add real rainbow and real stars around it \ No newline at end of file diff --git a/texts/3f9780fa-a11d-4d0a-a4dd-b3e19e79b127.txt b/texts/3f9780fa-a11d-4d0a-a4dd-b3e19e79b127.txt new file mode 100644 index 0000000000000000000000000000000000000000..54095f96d7da89c8fd2cdda1c4722be32e6dfad6 --- /dev/null +++ b/texts/3f9780fa-a11d-4d0a-a4dd-b3e19e79b127.txt @@ -0,0 +1 @@ +A genuine Hello Kitty doll is sitting in the snow, with a Christmas tree in the background. \ No newline at end of file diff --git a/texts/3fa56ea8-3725-489f-adf2-87a604d03e14.txt b/texts/3fa56ea8-3725-489f-adf2-87a604d03e14.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5de2b0f1bfcba4d0dca3e141242173027219bf2 --- /dev/null +++ b/texts/3fa56ea8-3725-489f-adf2-87a604d03e14.txt @@ -0,0 +1 @@ +A gray-black cat, a three-colored cat with a Santa hat for Christmas in the snow with a red wall, Christmas tree \ No newline at end of file diff --git a/texts/3fa61d9d-8a4b-411e-a923-067afefd251f.txt b/texts/3fa61d9d-8a4b-411e-a923-067afefd251f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b827cb19a6fddba2fd9b8a6402117109052cb81d --- /dev/null +++ b/texts/3fa61d9d-8a4b-411e-a923-067afefd251f.txt @@ -0,0 +1 @@ +A Chihuahua wearing pink clothes is rolling in a Christmas decorated room \ No newline at end of file diff --git a/texts/3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8.txt b/texts/3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b420baaf31c21aab76f5c5a341edbbaeea715e --- /dev/null +++ b/texts/3fb1007d-89d2-4c6f-84c1-3b44ffb7dfe8.txt @@ -0,0 +1 @@ +A hedgehog in a black tweed coat, in the snowy woods \ No newline at end of file diff --git a/texts/3fc02374-5fc9-4bd7-8f5c-ed74b9c59844.txt b/texts/3fc02374-5fc9-4bd7-8f5c-ed74b9c59844.txt new file mode 100644 index 0000000000000000000000000000000000000000..187a15f0b2021b4633aa5ba833d7541e610239df --- /dev/null +++ b/texts/3fc02374-5fc9-4bd7-8f5c-ed74b9c59844.txt @@ -0,0 +1 @@ +A kitten is playing in the snow. \ No newline at end of file diff --git a/texts/3fc115ba-e740-4e18-a9ab-08a6dc41fb42.txt b/texts/3fc115ba-e740-4e18-a9ab-08a6dc41fb42.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc7f687fe776db93bf63e279e48c61290afdad33 --- /dev/null +++ b/texts/3fc115ba-e740-4e18-a9ab-08a6dc41fb42.txt @@ -0,0 +1 @@ +When a person dies, it's like water disappearing into water. \ No newline at end of file diff --git a/texts/3fc46739-717b-49c7-b13c-750d96730af4.txt b/texts/3fc46739-717b-49c7-b13c-750d96730af4.txt new file mode 100644 index 0000000000000000000000000000000000000000..764c123c648dd7e19b12d53644656417bdba4d6f --- /dev/null +++ b/texts/3fc46739-717b-49c7-b13c-750d96730af4.txt @@ -0,0 +1 @@ +White long hair Chiwawa with black ears is crazy working with architecture work \ No newline at end of file diff --git a/texts/3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6.txt b/texts/3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc186bbf9df40eb53b3abe0d83e6c68e802ed117 --- /dev/null +++ b/texts/3fc6cd07-ee1e-4b92-8aa0-9e7ac14fb0c6.txt @@ -0,0 +1 @@ +Mickey made a birthday cake for his good friend in the kitchen on a sunny afternoon. \ No newline at end of file diff --git a/texts/3fcbe63e-d725-4f12-956d-1c6dd8f2826d.txt b/texts/3fcbe63e-d725-4f12-956d-1c6dd8f2826d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee98551f28144e32d2a0c140d5c7c2865692acae --- /dev/null +++ b/texts/3fcbe63e-d725-4f12-956d-1c6dd8f2826d.txt @@ -0,0 +1 @@ +a red apple on a light blue and glowy silk background, there are several white ribbons on the surface of the apple, each with a white pearl on the middle. \ No newline at end of file diff --git a/texts/3fcd609b-c45c-4033-8207-2725d6d7e868.txt b/texts/3fcd609b-c45c-4033-8207-2725d6d7e868.txt new file mode 100644 index 0000000000000000000000000000000000000000..53bda6edaf1d338ee50958fc33c73d49530bf577 --- /dev/null +++ b/texts/3fcd609b-c45c-4033-8207-2725d6d7e868.txt @@ -0,0 +1 @@ +two westhighland white terrier and HelloKitty playing magic in the snow land in front of beach and mountains at night \ No newline at end of file diff --git a/texts/3fcfc758-4153-409c-bf4a-0c06ec22e570.txt b/texts/3fcfc758-4153-409c-bf4a-0c06ec22e570.txt new file mode 100644 index 0000000000000000000000000000000000000000..23203524525b2f17b03763759ae024f7d4e91eed --- /dev/null +++ b/texts/3fcfc758-4153-409c-bf4a-0c06ec22e570.txt @@ -0,0 +1 @@ +black hellokitty,185cm high, \ No newline at end of file diff --git a/texts/3fd22820-6e64-404e-83bc-3770b4a26af2.txt b/texts/3fd22820-6e64-404e-83bc-3770b4a26af2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4e5c2ad9f3383a22e99d5884f43185d4ada21ad --- /dev/null +++ b/texts/3fd22820-6e64-404e-83bc-3770b4a26af2.txt @@ -0,0 +1 @@ +asian short hair man smoking \ No newline at end of file diff --git a/texts/3fe22bd7-79b4-4f05-90e3-97fc8ff4c612.txt b/texts/3fe22bd7-79b4-4f05-90e3-97fc8ff4c612.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2101b7b10950e05248b14e38468996c4f8f0385 --- /dev/null +++ b/texts/3fe22bd7-79b4-4f05-90e3-97fc8ff4c612.txt @@ -0,0 +1 @@ +a Chinese LI hua cat in the snow \ No newline at end of file diff --git a/texts/3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd.txt b/texts/3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bfdad33b79a36946cc084eab527d2abb0adad87 --- /dev/null +++ b/texts/3ff512e5-99ba-4f1d-bcd5-d84b30a9e6fd.txt @@ -0,0 +1 @@ +A white fluffy rabbit puppet, wearing green sunglasses, is sunbathing on a kayak. The lake surface is blue. \ No newline at end of file diff --git a/texts/4006231c-cbce-43ba-80bf-302b819d43bf.txt b/texts/4006231c-cbce-43ba-80bf-302b819d43bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c12d3a05b1624125807324e1f6d29d3fba466b3 --- /dev/null +++ b/texts/4006231c-cbce-43ba-80bf-302b819d43bf.txt @@ -0,0 +1 @@ +A yellow bear doll and a Cinnamoroll stood on the beach by the sea to watch the starry sky. On the beach stood seven golden luminous English letters "offwork", and a white camera was placed next to the bear. \ No newline at end of file diff --git a/texts/4011236a-0e0f-48a0-9cd4-2b0459fe27e4.txt b/texts/4011236a-0e0f-48a0-9cd4-2b0459fe27e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..731bacd660527dd74ba086c239a2900867bfd157 --- /dev/null +++ b/texts/4011236a-0e0f-48a0-9cd4-2b0459fe27e4.txt @@ -0,0 +1 @@ +A tall Christmas tree. \ No newline at end of file diff --git a/texts/40263a60-fa0a-43b3-b890-d5930646d411.txt b/texts/40263a60-fa0a-43b3-b890-d5930646d411.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee73cc3090dbc194e58dd0d6b40ec68c182734f --- /dev/null +++ b/texts/40263a60-fa0a-43b3-b890-d5930646d411.txt @@ -0,0 +1 @@ +a back view of six different size of ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them \ No newline at end of file diff --git a/texts/402d47d7-b857-49ae-ac1b-2a80f8b3ebc0.txt b/texts/402d47d7-b857-49ae-ac1b-2a80f8b3ebc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..07031600a61511eb3e2701e1829bdbc5e8ac4a0d --- /dev/null +++ b/texts/402d47d7-b857-49ae-ac1b-2a80f8b3ebc0.txt @@ -0,0 +1 @@ +A gray poodle with sunglasses was driving \ No newline at end of file diff --git a/texts/4031af7d-4959-472b-b4ab-711da6fd827b.txt b/texts/4031af7d-4959-472b-b4ab-711da6fd827b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bc7f581378a5543a665ac4d0d247263ab334a4f --- /dev/null +++ b/texts/4031af7d-4959-472b-b4ab-711da6fd827b.txt @@ -0,0 +1 @@ +A group of people, including both men and women with more than eight in total, are playing a script murder game at Christmas. The host is dressed in a Christmas-themed costume, and the room is adorned with numerous Christmas decorations, creating a strong festive ambiance. There are Christmas-styled drinks on the table, and everyone is laughing joyfully. \ No newline at end of file diff --git a/texts/40376539-d000-44cb-89ea-0619f8187400.txt b/texts/40376539-d000-44cb-89ea-0619f8187400.txt new file mode 100644 index 0000000000000000000000000000000000000000..2728806402173feb4e50c4858d0cd60434fe91cb --- /dev/null +++ b/texts/40376539-d000-44cb-89ea-0619f8187400.txt @@ -0,0 +1 @@ +Hello Kitty smoking next to the volcano on a snowy day \ No newline at end of file diff --git a/texts/404145ae-9ce0-4ce3-8868-93d180fec591.txt b/texts/404145ae-9ce0-4ce3-8868-93d180fec591.txt new file mode 100644 index 0000000000000000000000000000000000000000..617d05c471e6ce46df7b59b1894d9fad89baff96 --- /dev/null +++ b/texts/404145ae-9ce0-4ce3-8868-93d180fec591.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the distance, a hellokitty cat on the snow, and a Christmas tree next to it. "BoBo I love you" is written on the snow. \ No newline at end of file diff --git a/texts/404737f8-d946-4d98-ad52-19d312fd8b47.txt b/texts/404737f8-d946-4d98-ad52-19d312fd8b47.txt new file mode 100644 index 0000000000000000000000000000000000000000..9985d65b949860c9269b328d73e221abe3f26929 --- /dev/null +++ b/texts/404737f8-d946-4d98-ad52-19d312fd8b47.txt @@ -0,0 +1 @@ +Bian Boxian sings on stage \ No newline at end of file diff --git a/texts/404bfc4e-511a-4879-b82b-dc16ccb908ce.txt b/texts/404bfc4e-511a-4879-b82b-dc16ccb908ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbbde9368d13e329d354e01d8ed9a44608f1a5f9 --- /dev/null +++ b/texts/404bfc4e-511a-4879-b82b-dc16ccb908ce.txt @@ -0,0 +1 @@ +Chairs in desert \ No newline at end of file diff --git a/texts/404caeb1-e8bf-485f-9c79-7f9def9e3c83.txt b/texts/404caeb1-e8bf-485f-9c79-7f9def9e3c83.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f9a040fd907469c4e2acb45b0850ebfa2ea9488 --- /dev/null +++ b/texts/404caeb1-e8bf-485f-9c79-7f9def9e3c83.txt @@ -0,0 +1 @@ +A man wearing a cartoon pufferfish headgare is playing an electronic guitar. \ No newline at end of file diff --git a/texts/404d2e92-cbfa-47ff-a83f-b62fcbfe3ced.txt b/texts/404d2e92-cbfa-47ff-a83f-b62fcbfe3ced.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b33924a0636bfe6d6b94088ff70f7cfe846b288 --- /dev/null +++ b/texts/404d2e92-cbfa-47ff-a83f-b62fcbfe3ced.txt @@ -0,0 +1 @@ +baby brown poodle wearing scarf under a christmas tree with snow. \ No newline at end of file diff --git a/texts/404e1a22-1b7c-446a-bb77-caea83b420aa.txt b/texts/404e1a22-1b7c-446a-bb77-caea83b420aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..830c7cfa08264494e9ea4995c3c4000ba4a57ae7 --- /dev/null +++ b/texts/404e1a22-1b7c-446a-bb77-caea83b420aa.txt @@ -0,0 +1 @@ +A little orange cat wearing a Christmas hat set off fireworks in the snow \ No newline at end of file diff --git a/texts/40666654-f754-4d7f-99e5-b3334d50380d.txt b/texts/40666654-f754-4d7f-99e5-b3334d50380d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a8d1c7c47775cd6cda2c4528297c836121c65d3 --- /dev/null +++ b/texts/40666654-f754-4d7f-99e5-b3334d50380d.txt @@ -0,0 +1 @@ +Beaches, waves, coconut trees. a helloKitty is wearing a straw hat, and "zjy" is written on the beach. \ No newline at end of file diff --git a/texts/4085b8cd-a0f5-47b8-a313-4ffa9c5b9553.txt b/texts/4085b8cd-a0f5-47b8-a313-4ffa9c5b9553.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd45373576b1b4378cc292a4355acacfc074da10 --- /dev/null +++ b/texts/4085b8cd-a0f5-47b8-a313-4ffa9c5b9553.txt @@ -0,0 +1 @@ +Cow wearing Santa hat smoking on the lawn \ No newline at end of file diff --git a/texts/4087b3a8-8eff-4daa-8f25-370c77ce33ae.txt b/texts/4087b3a8-8eff-4daa-8f25-370c77ce33ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..00709f60e334062ad0ae0528577c5e6c3b18021e --- /dev/null +++ b/texts/4087b3a8-8eff-4daa-8f25-370c77ce33ae.txt @@ -0,0 +1 @@ +a Porsche 911 \ No newline at end of file diff --git a/texts/4092e409-799b-4e4a-9e23-794813b01b19.txt b/texts/4092e409-799b-4e4a-9e23-794813b01b19.txt new file mode 100644 index 0000000000000000000000000000000000000000..29bf81f3876033fb0722f07c0484688a81c60d33 --- /dev/null +++ b/texts/4092e409-799b-4e4a-9e23-794813b01b19.txt @@ -0,0 +1 @@ +bichon in iceland, north light, firework, landcruiser in the back \ No newline at end of file diff --git a/texts/40959510-d8b3-4a44-a14f-af69015e7011.txt b/texts/40959510-d8b3-4a44-a14f-af69015e7011.txt new file mode 100644 index 0000000000000000000000000000000000000000..48369f9d65ace51beafcf033c6a5e90ca016f1c4 --- /dev/null +++ b/texts/40959510-d8b3-4a44-a14f-af69015e7011.txt @@ -0,0 +1 @@ +In the cozy warmth of a house during winter,a white cat with striking blue eyes dons a festive Santa hat.Before the cat are delectable little cakes,and beside it stands a Christmas tree adorned with twinkling lights and ornaments.The lettering"Karry"is displayed nearby,adding a touch of personal charm to the holiday decor.It's a heartwarming scene that captures the essence of the season. \ No newline at end of file diff --git a/texts/409a7ab7-bd86-46ea-9335-bf88e49c17a0.txt b/texts/409a7ab7-bd86-46ea-9335-bf88e49c17a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b8e7b92a4519defe95ec9bb7adfed29c43352d2 --- /dev/null +++ b/texts/409a7ab7-bd86-46ea-9335-bf88e49c17a0.txt @@ -0,0 +1 @@ +It's snowing, the little tiger is building a snowman, and the koala is sleeping next to the little tiger.The sky is pink and blue.Little Tiger and Koala are both very happy, with a glowing Christmas tree around them. \ No newline at end of file diff --git a/texts/409ab212-9697-400b-a824-28e306df5bca.txt b/texts/409ab212-9697-400b-a824-28e306df5bca.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbb489f5ad329af18fcd8ad94550cb63d54a8b55 --- /dev/null +++ b/texts/409ab212-9697-400b-a824-28e306df5bca.txt @@ -0,0 +1 @@ +A schnauzer wearing sunglasses is standing in the snow no covering on its body. \ No newline at end of file diff --git a/texts/40a09ef7-a2a7-411e-aa9d-802eccb57b36.txt b/texts/40a09ef7-a2a7-411e-aa9d-802eccb57b36.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe08deabc39b413204ef2582b70672eb114b6315 --- /dev/null +++ b/texts/40a09ef7-a2a7-411e-aa9d-802eccb57b36.txt @@ -0,0 +1 @@ +a dragonli cat in the snow \ No newline at end of file diff --git a/texts/40a201a4-9981-46de-b0ca-87b26e088d8c.txt b/texts/40a201a4-9981-46de-b0ca-87b26e088d8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd56cbe321720f543b98a1c5c6863e48d30d6f49 --- /dev/null +++ b/texts/40a201a4-9981-46de-b0ca-87b26e088d8c.txt @@ -0,0 +1 @@ +A golden retriever sings with a microphone \ No newline at end of file diff --git a/texts/40af0f56-9fee-4144-97c7-99701df0ca64.txt b/texts/40af0f56-9fee-4144-97c7-99701df0ca64.txt new file mode 100644 index 0000000000000000000000000000000000000000..5781079247a3cfc845497ead80b506baa7f6ac17 --- /dev/null +++ b/texts/40af0f56-9fee-4144-97c7-99701df0ca64.txt @@ -0,0 +1 @@ +christmas tree, christmas decoration, blue sky,many baby seals wear santa hat \ No newline at end of file diff --git a/texts/40af63ac-1de9-4642-9307-2f2ac0e72ddc.txt b/texts/40af63ac-1de9-4642-9307-2f2ac0e72ddc.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaae4b69ac27be4aa4389382586b2ef1197ef587 --- /dev/null +++ b/texts/40af63ac-1de9-4642-9307-2f2ac0e72ddc.txt @@ -0,0 +1 @@ +Inside the abandoned building, there's a super giant green dinosaur outside \ No newline at end of file diff --git a/texts/40b50460-2fb6-43f7-8fae-e8b7b4238aa5.txt b/texts/40b50460-2fb6-43f7-8fae-e8b7b4238aa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..556a030cb6dcaa7ab2b85bd9a6df8dd3eba94de8 --- /dev/null +++ b/texts/40b50460-2fb6-43f7-8fae-e8b7b4238aa5.txt @@ -0,0 +1 @@ +A koala listening to music on a train,looking out the window at the mountain view \ No newline at end of file diff --git a/texts/40b7058e-553a-4b41-ac38-36f39c6c3df3.txt b/texts/40b7058e-553a-4b41-ac38-36f39c6c3df3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1b2de975172a1361c0e58c6d8e5ff3ab5a728ad --- /dev/null +++ b/texts/40b7058e-553a-4b41-ac38-36f39c6c3df3.txt @@ -0,0 +1 @@ +Snow, the neon lights in the air say "X&L", the back of the black cat, the back of the white cat \ No newline at end of file diff --git a/texts/40b8f31b-f5b2-476f-8bd6-657db7b7eddb.txt b/texts/40b8f31b-f5b2-476f-8bd6-657db7b7eddb.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0b165c1dc884b4c275c9ab0319494b1ecc0ece2 --- /dev/null +++ b/texts/40b8f31b-f5b2-476f-8bd6-657db7b7eddb.txt @@ -0,0 +1 @@ +Dusk, Japanese garden, koi, Spider-Man. \ No newline at end of file diff --git a/texts/40babe0b-9e13-48c7-b71d-92f86e622b10.txt b/texts/40babe0b-9e13-48c7-b71d-92f86e622b10.txt new file mode 100644 index 0000000000000000000000000000000000000000..076d4ad2213a6b2fa1904c91d09bfb984318f3d6 --- /dev/null +++ b/texts/40babe0b-9e13-48c7-b71d-92f86e622b10.txt @@ -0,0 +1 @@ +Christmas ornament \ No newline at end of file diff --git a/texts/40bfd851-63b2-44fa-8998-67083d429d96.txt b/texts/40bfd851-63b2-44fa-8998-67083d429d96.txt new file mode 100644 index 0000000000000000000000000000000000000000..93fc2df4709009b8d41141bbb70d2fbd268166b9 --- /dev/null +++ b/texts/40bfd851-63b2-44fa-8998-67083d429d96.txt @@ -0,0 +1 @@ +Ghost in your house \ No newline at end of file diff --git a/texts/40c7bab2-1b0f-46be-8de9-01d75c497b26.txt b/texts/40c7bab2-1b0f-46be-8de9-01d75c497b26.txt new file mode 100644 index 0000000000000000000000000000000000000000..62cebfdfc90bd823d3409ce3de238384dcd1514b --- /dev/null +++ b/texts/40c7bab2-1b0f-46be-8de9-01d75c497b26.txt @@ -0,0 +1 @@ +In the evening under Mount Fuji, a two-month-old chubby little golden retriever with light golden fur is holding a bouquet of tulips on the green lawn. \ No newline at end of file diff --git a/texts/40ce30b1-fcb1-4fc3-8646-9d3260d118ad.txt b/texts/40ce30b1-fcb1-4fc3-8646-9d3260d118ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..b62968afc4a6120e6607ad4601b5a3c7f3028107 --- /dev/null +++ b/texts/40ce30b1-fcb1-4fc3-8646-9d3260d118ad.txt @@ -0,0 +1 @@ +A rabbit with sunglasses and a bow driving a silver spacecraft \ No newline at end of file diff --git a/texts/40d04fee-0b96-4bba-ad6a-72b6de3469f5.txt b/texts/40d04fee-0b96-4bba-ad6a-72b6de3469f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..61ef27eac94b84110a8a16f367f6fafe13eae4be --- /dev/null +++ b/texts/40d04fee-0b96-4bba-ad6a-72b6de3469f5.txt @@ -0,0 +1 @@ +mickey sits in the office,in front of a MacBook laptop, smoke coming out of the mickey's head \ No newline at end of file diff --git a/texts/40d279f1-877d-4e7b-a53e-518dbc99953f.txt b/texts/40d279f1-877d-4e7b-a53e-518dbc99953f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf88868023c1e97c72aee6b34a7024542c2f515 --- /dev/null +++ b/texts/40d279f1-877d-4e7b-a53e-518dbc99953f.txt @@ -0,0 +1 @@ +A bichon frise discovering strawberrys in the snow \ No newline at end of file diff --git a/texts/40daccec-f056-43fd-acec-fac162212147.txt b/texts/40daccec-f056-43fd-acec-fac162212147.txt new file mode 100644 index 0000000000000000000000000000000000000000..826fa72ad93dd10e1fe03ac1ea8b196228133783 --- /dev/null +++ b/texts/40daccec-f056-43fd-acec-fac162212147.txt @@ -0,0 +1 @@ +Asian male front face, snow capped mountains, snowboarding, cat, snow covered areas, black ski suit \ No newline at end of file diff --git a/texts/40e5d298-955e-4374-8897-f8ed6bbb01ab.txt b/texts/40e5d298-955e-4374-8897-f8ed6bbb01ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..c756d601dc506abb5d8e5d56ae69cbda04982131 --- /dev/null +++ b/texts/40e5d298-955e-4374-8897-f8ed6bbb01ab.txt @@ -0,0 +1 @@ +A man wearing a black T-shirt, with her back to the camera, sitting on the grass with sunlight \ No newline at end of file diff --git a/texts/40e957bb-02d7-4973-a985-383fc59047fd.txt b/texts/40e957bb-02d7-4973-a985-383fc59047fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7025df9a2521348b6a69336e562ee301041c007 --- /dev/null +++ b/texts/40e957bb-02d7-4973-a985-383fc59047fd.txt @@ -0,0 +1 @@ +Fushimi Inari Taisha \ No newline at end of file diff --git a/texts/40fd70b9-231e-4332-b5e8-d5617a534cdb.txt b/texts/40fd70b9-231e-4332-b5e8-d5617a534cdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb8bf9e7bc79ae9f8f9d631c12b4b677b2f7ae5e --- /dev/null +++ b/texts/40fd70b9-231e-4332-b5e8-d5617a534cdb.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance. The close-up is a hello kitty doll wearing a Christmas hat, next to it is a Christmas tree full of lights, and "zaq" is written in the snow. The dark blue night sky with light particles. \ No newline at end of file diff --git a/texts/41202647-16a2-4ed9-8cfb-d5b32f64291f.txt b/texts/41202647-16a2-4ed9-8cfb-d5b32f64291f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcca7e1d60aeb84989858be0d8259329ab6da4b6 --- /dev/null +++ b/texts/41202647-16a2-4ed9-8cfb-d5b32f64291f.txt @@ -0,0 +1 @@ +Three stacked apples, one of which has the words Merry Christmas carved on its skin \ No newline at end of file diff --git a/texts/4120baaf-3210-43f0-a60a-e165af8961b3.txt b/texts/4120baaf-3210-43f0-a60a-e165af8961b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dadf4ed9639dc9935490633ee7c6a24878f1215 --- /dev/null +++ b/texts/4120baaf-3210-43f0-a60a-e165af8961b3.txt @@ -0,0 +1 @@ +Using the same hue, create a close-up of the fruit bowl in this photo.There's no one in the picture just a close-up of the fruit bowl. The dishes were placed on the bed, and the sheets were blue and black striped. The apple on the plate was sliced and there was a small fork beside it \ No newline at end of file diff --git a/texts/4120dcfa-7174-4c5b-bc2f-f4fe8746a351.txt b/texts/4120dcfa-7174-4c5b-bc2f-f4fe8746a351.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3eea9a9bb07fa51d2ca67d3e0662c1d2ad9cd97 --- /dev/null +++ b/texts/4120dcfa-7174-4c5b-bc2f-f4fe8746a351.txt @@ -0,0 +1 @@ +White Rabbit Grey Rabbit looks out the window with its back, admiring the scenery \ No newline at end of file diff --git a/texts/4142c483-a191-4f8a-a11b-0a1da4ec6f90.txt b/texts/4142c483-a191-4f8a-a11b-0a1da4ec6f90.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d3cc1517bc924d1acfc2a4167ab8fcce8d6bf9b --- /dev/null +++ b/texts/4142c483-a191-4f8a-a11b-0a1da4ec6f90.txt @@ -0,0 +1 @@ +An adorable golden retriever, adorned with a scarf and accompanied by Xiguodi, frolics in the snow upon the vast Xinjiang grasslands as the evening sky assumes a serene blue hue. \ No newline at end of file diff --git a/texts/41441b6c-8945-4060-9979-bbe96e16e33a.txt b/texts/41441b6c-8945-4060-9979-bbe96e16e33a.txt new file mode 100644 index 0000000000000000000000000000000000000000..428b955b6e5047adeb5c76dc53fe95d44d2af607 --- /dev/null +++ b/texts/41441b6c-8945-4060-9979-bbe96e16e33a.txt @@ -0,0 +1 @@ +An orange and white cat sitting in front of the desk and typing on a computer \ No newline at end of file diff --git a/texts/414e33d8-d846-41e1-a0de-26192a2d8210.txt b/texts/414e33d8-d846-41e1-a0de-26192a2d8210.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f4b1b4ba40d37a0e68043cb1f09863afb3e4ac3 --- /dev/null +++ b/texts/414e33d8-d846-41e1-a0de-26192a2d8210.txt @@ -0,0 +1 @@ +Hyperrealistic shot of freshly baked croissants being pulled out of an oven. The golden, flaky layers of the croissants are perfectly puffed, with a crispy, delicate crust. Steam rises gently from the hot pastries, and a warm buttery sheen glistens on their surface. Cold, high-contrast lighting emphasizes the rich textures of the layers, and HDR rendering captures every fine detail, from the golden color of the croissant to the intricate folds in the dough \ No newline at end of file diff --git a/texts/4164561a-eeb6-439b-9d98-aba23eab9d7d.txt b/texts/4164561a-eeb6-439b-9d98-aba23eab9d7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b97c85f0cd9e3459052e1a2b3992a213fd507aa --- /dev/null +++ b/texts/4164561a-eeb6-439b-9d98-aba23eab9d7d.txt @@ -0,0 +1 @@ +an orchid grows in a nautilus ,close shot \ No newline at end of file diff --git a/texts/4164857f-3db8-4649-9538-6cbc2143f839.txt b/texts/4164857f-3db8-4649-9538-6cbc2143f839.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e374e5a98951d23a686529c5a34268a06d1c315 --- /dev/null +++ b/texts/4164857f-3db8-4649-9538-6cbc2143f839.txt @@ -0,0 +1 @@ +Baby Golden dog and west highland white terrier,travel around the world \ No newline at end of file diff --git a/texts/4175f51f-89e6-4b16-9635-515c0891cf1b.txt b/texts/4175f51f-89e6-4b16-9635-515c0891cf1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..07655397577b57ca90bbb7039c1cd5c702324f9c --- /dev/null +++ b/texts/4175f51f-89e6-4b16-9635-515c0891cf1b.txt @@ -0,0 +1 @@ +A dog and a pig is sitting togther on orange planet \ No newline at end of file diff --git a/texts/4178a45f-316f-4eac-bbd8-bd06896905e4.txt b/texts/4178a45f-316f-4eac-bbd8-bd06896905e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..55c27d959b7ffc80c7119c8ab109eef6f37fe2d9 --- /dev/null +++ b/texts/4178a45f-316f-4eac-bbd8-bd06896905e4.txt @@ -0,0 +1 @@ +The rusted flowers lay in salt, covered by transparent glass \ No newline at end of file diff --git a/texts/418b8386-65f5-4d2f-9659-c7a3048da16a.txt b/texts/418b8386-65f5-4d2f-9659-c7a3048da16a.txt new file mode 100644 index 0000000000000000000000000000000000000000..85230c616b299ddea1e60dc64805ad76f73105f9 --- /dev/null +++ b/texts/418b8386-65f5-4d2f-9659-c7a3048da16a.txt @@ -0,0 +1 @@ +A kitten in the white snow, with many cat paw prints \ No newline at end of file diff --git a/texts/4191e40a-42d0-4a5f-8e4e-97ca5310fbb2.txt b/texts/4191e40a-42d0-4a5f-8e4e-97ca5310fbb2.txt new file mode 100644 index 0000000000000000000000000000000000000000..40720372fa0b834c797227803b094f7220b34cc2 --- /dev/null +++ b/texts/4191e40a-42d0-4a5f-8e4e-97ca5310fbb2.txt @@ -0,0 +1 @@ +In a cozy home room, a cow cat wearing sunglasses is operating a DJ console, with a beautifully decorated, glowing Christmas tree in the background. \ No newline at end of file diff --git a/texts/41929786-9f00-49eb-9873-750dde92a4d9.txt b/texts/41929786-9f00-49eb-9873-750dde92a4d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a031a716418c38ea3ae1c8415f6197460d6d08d --- /dev/null +++ b/texts/41929786-9f00-49eb-9873-750dde92a4d9.txt @@ -0,0 +1 @@ +A cute white dog are playing computer games \ No newline at end of file diff --git a/texts/419637b2-2e20-4596-8ca1-4021a479b08a.txt b/texts/419637b2-2e20-4596-8ca1-4021a479b08a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7045352b60f01c39db07650d3a5364df325c2e5 --- /dev/null +++ b/texts/419637b2-2e20-4596-8ca1-4021a479b08a.txt @@ -0,0 +1 @@ +At night, the ground is covered with snow, presenting a winter scene. In the foreground, there is a cute little white dog dressed in a dress, symbolizing a romantic couple. In front of it, letters spelled out "cyt sb" on the snowy ground. The background showcases a captivating night view, with blurred city lights and colorful fireworks illuminating the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/41996dd0-08b4-412f-9694-860517fd4260.txt b/texts/41996dd0-08b4-412f-9694-860517fd4260.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e5db09ba73e3ebcf208462be47112ec69fe4215 --- /dev/null +++ b/texts/41996dd0-08b4-412f-9694-860517fd4260.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "FLT&HZHF" engraved on the snow \ No newline at end of file diff --git a/texts/41a15081-3954-4433-8e5a-c2990c3712f3.txt b/texts/41a15081-3954-4433-8e5a-c2990c3712f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..de12cb42b5fba5a792e90f3d13abedfc1df8cdd2 --- /dev/null +++ b/texts/41a15081-3954-4433-8e5a-c2990c3712f3.txt @@ -0,0 +1 @@ +A furry puppy with aviator's glasses piloted the plane across the coastline in the sunset \ No newline at end of file diff --git a/texts/41ac5bec-a57e-4312-9755-0bcf7c9af38c.txt b/texts/41ac5bec-a57e-4312-9755-0bcf7c9af38c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2df6baf5ccb7d74d7d0340ff93ee719c07c9c6e8 --- /dev/null +++ b/texts/41ac5bec-a57e-4312-9755-0bcf7c9af38c.txt @@ -0,0 +1 @@ +pinkHelloKitty,Warm night view, snowy day, lovely,aurora, sea,Christmas tree, zmki written on the snow \ No newline at end of file diff --git a/texts/41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f.txt b/texts/41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef21a672f283dade3a8c2e4bd2e805943b9958f7 --- /dev/null +++ b/texts/41b21bdc-9e6d-4ec4-bfc3-43a8a7085c9f.txt @@ -0,0 +1 @@ +camera angles on eye level, soft focus, christmas, family celebrates Christmas, cheers \ No newline at end of file diff --git a/texts/41b3086f-bc43-491a-aff5-66904dbd1623.txt b/texts/41b3086f-bc43-491a-aff5-66904dbd1623.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1de94731a7d9cb1b51e8293ae79b744287c8626 --- /dev/null +++ b/texts/41b3086f-bc43-491a-aff5-66904dbd1623.txt @@ -0,0 +1 @@ +A lovely white goose, computer \ No newline at end of file diff --git a/texts/41cba1b5-2353-4db1-9502-4516f8d75e20.txt b/texts/41cba1b5-2353-4db1-9502-4516f8d75e20.txt new file mode 100644 index 0000000000000000000000000000000000000000..41f72bd793fc88e5f516fd9e29e5eb33d3adbf24 --- /dev/null +++ b/texts/41cba1b5-2353-4db1-9502-4516f8d75e20.txt @@ -0,0 +1 @@ +A gray cat, a three-colored cat, with a Santa hat for Christmas in the snow \ No newline at end of file diff --git a/texts/41d595cb-72cf-45b3-bdce-f4bd704ae847.txt b/texts/41d595cb-72cf-45b3-bdce-f4bd704ae847.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f256ae122215130c2cebf40c7e1651cda3132ad --- /dev/null +++ b/texts/41d595cb-72cf-45b3-bdce-f4bd704ae847.txt @@ -0,0 +1 @@ +big Jellyfish fly in the sky, no people \ No newline at end of file diff --git a/texts/41d68f8f-1718-42c4-85f7-c0d09c0f5ce3.txt b/texts/41d68f8f-1718-42c4-85f7-c0d09c0f5ce3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d31e9889747ad9a73dbb16cf369b9c6cb656f950 --- /dev/null +++ b/texts/41d68f8f-1718-42c4-85f7-c0d09c0f5ce3.txt @@ -0,0 +1 @@ +Kitten in bathtub with lots of bubbles and butterflies \ No newline at end of file diff --git a/texts/41df0f54-9d07-40e7-aae5-b74caf477ef3.txt b/texts/41df0f54-9d07-40e7-aae5-b74caf477ef3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a816aa32aac56e72dcd2b5c283ea937033c288b9 --- /dev/null +++ b/texts/41df0f54-9d07-40e7-aae5-b74caf477ef3.txt @@ -0,0 +1 @@ +an action a day \ No newline at end of file diff --git a/texts/41eff3b1-570c-4c63-b9e9-e92409a1d585.txt b/texts/41eff3b1-570c-4c63-b9e9-e92409a1d585.txt new file mode 100644 index 0000000000000000000000000000000000000000..6421b21e91d5d4f8b49f1a40b8facb0bf01d190e --- /dev/null +++ b/texts/41eff3b1-570c-4c63-b9e9-e92409a1d585.txt @@ -0,0 +1 @@ +The black leopard has been sitting in the snow and watching \ No newline at end of file diff --git a/texts/41f3c74b-4118-4ca6-93a1-a7d614501540.txt b/texts/41f3c74b-4118-4ca6-93a1-a7d614501540.txt new file mode 100644 index 0000000000000000000000000000000000000000..b459c1bb95157b7171e59bff61b3f55a70cb7ccd --- /dev/null +++ b/texts/41f3c74b-4118-4ca6-93a1-a7d614501540.txt @@ -0,0 +1 @@ +A Hello Kitty doll, dressed in a red tracksuit, has climbed to the top of an erupting volcano and is posing for a photo. \ No newline at end of file diff --git a/texts/41f64f20-f6e7-42e3-831a-b97d829adfdb.txt b/texts/41f64f20-f6e7-42e3-831a-b97d829adfdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..668bad963db4746357ed33a1746b01941d0923e3 --- /dev/null +++ b/texts/41f64f20-f6e7-42e3-831a-b97d829adfdb.txt @@ -0,0 +1 @@ +A person is holding a giant box as tall as himself and running towards the exploding fire. On the box is written: miniso blind box. The whole body of the person needs to be visible in the picture, and it needs to have a cat-eye lens feel. \ No newline at end of file diff --git a/texts/41f86846-b8c6-455c-a07a-55132d42c1ff.txt b/texts/41f86846-b8c6-455c-a07a-55132d42c1ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..14303dee0a4f2f1d565bb62a48b0352ec8914c8f --- /dev/null +++ b/texts/41f86846-b8c6-455c-a07a-55132d42c1ff.txt @@ -0,0 +1 @@ +Mongolians in the Snow \ No newline at end of file diff --git a/texts/41f8d3cd-bef5-4c4f-86f5-c593e1f0d250.txt b/texts/41f8d3cd-bef5-4c4f-86f5-c593e1f0d250.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffa6fa5dc0378fa8a9ca759ac1c28b7edda7cbfe --- /dev/null +++ b/texts/41f8d3cd-bef5-4c4f-86f5-c593e1f0d250.txt @@ -0,0 +1 @@ +Christmas cute rats party \ No newline at end of file diff --git a/texts/41fb18f3-29fc-4402-a5d3-b9196583fc98.txt b/texts/41fb18f3-29fc-4402-a5d3-b9196583fc98.txt new file mode 100644 index 0000000000000000000000000000000000000000..52240b09c2be38bbfdc35d955b4e7c98d8065897 --- /dev/null +++ b/texts/41fb18f3-29fc-4402-a5d3-b9196583fc98.txt @@ -0,0 +1 @@ +Write 'seven' on the snow \ No newline at end of file diff --git a/texts/4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12.txt b/texts/4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4d7b1b958fc93643cd96e7ec22add8a68e5b17d --- /dev/null +++ b/texts/4200ffb0-0b07-43ae-a8ab-cec2cb0cbc12.txt @@ -0,0 +1 @@ +A rabbit with sunglasses playing house music by poineer DJ controller in the club \ No newline at end of file diff --git a/texts/4206c58c-90b8-465d-a57a-c800e8a0b42c.txt b/texts/4206c58c-90b8-465d-a57a-c800e8a0b42c.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cda4fe8589f03737c7623c8155dd3e63c71367f --- /dev/null +++ b/texts/4206c58c-90b8-465d-a57a-c800e8a0b42c.txt @@ -0,0 +1 @@ +Stitch is playing the piano in his wooden house in northern Europe, outside is the sea of snow, and the house is colorful \ No newline at end of file diff --git a/texts/420b84a6-8863-43c3-a085-9efc2f881cbd.txt b/texts/420b84a6-8863-43c3-a085-9efc2f881cbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ea9b4acbe9c7d0049d5c9d23a68d4bab71dda96 --- /dev/null +++ b/texts/420b84a6-8863-43c3-a085-9efc2f881cbd.txt @@ -0,0 +1 @@ +iceland aurora snow twoblackcate cute \ No newline at end of file diff --git a/texts/4210d0ac-9269-4339-99ca-a502c11ff24d.txt b/texts/4210d0ac-9269-4339-99ca-a502c11ff24d.txt new file mode 100644 index 0000000000000000000000000000000000000000..efd7c1f1cfc4afc2acf466c6ae2111e3bf478b1c --- /dev/null +++ b/texts/4210d0ac-9269-4339-99ca-a502c11ff24d.txt @@ -0,0 +1 @@ +2 CATS lean TOGETHER ONE IS BLACK WITH GREEN EYES, ONE IS BLACK AND WHITE; BLACK CAT CARRY A RIFLE THE OTHER WEAR PURPLE SWIMMING SHORTS. The balck one shoud be smaller. the black one is an air rifle shooter. The other one is a swimmer. They are happy together. \ No newline at end of file diff --git a/texts/42126ed0-cad8-4005-9fcd-b61283310e2f.txt b/texts/42126ed0-cad8-4005-9fcd-b61283310e2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e73f6cd2d90c8b8bf0b62d631338d4cf21a1251 --- /dev/null +++ b/texts/42126ed0-cad8-4005-9fcd-b61283310e2f.txt @@ -0,0 +1 @@ +This micro-plastic universe, beautiful excess of sadness, no one can recite a fragile page in black and white \ No newline at end of file diff --git a/texts/421d3364-3577-4daa-9a91-7ed0fb6ddd1b.txt b/texts/421d3364-3577-4daa-9a91-7ed0fb6ddd1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..df7d1aa1c3930e6bb4abe8046b56919e942493be --- /dev/null +++ b/texts/421d3364-3577-4daa-9a91-7ed0fb6ddd1b.txt @@ -0,0 +1 @@ +A cute and orange cat, snows, fireworks, witchcraft. \ No newline at end of file diff --git a/texts/42273c92-36f6-4ee1-afab-d1a2d01c3b5d.txt b/texts/42273c92-36f6-4ee1-afab-d1a2d01c3b5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..17935c97a9e10b21fd8623ac0072d00931a9784c --- /dev/null +++ b/texts/42273c92-36f6-4ee1-afab-d1a2d01c3b5d.txt @@ -0,0 +1 @@ +Hello Kitty is on the pedestrian street with a cocktail in her hand. \ No newline at end of file diff --git a/texts/42288335-a797-4de2-8f38-74d6eadb617f.txt b/texts/42288335-a797-4de2-8f38-74d6eadb617f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f5c1887188ec317faacd3549a30be1cc16b1f00 --- /dev/null +++ b/texts/42288335-a797-4de2-8f38-74d6eadb617f.txt @@ -0,0 +1 @@ +camera angles on eye level, soft focus, christmas, \ No newline at end of file diff --git a/texts/423125be-8d3f-467f-b388-086876642379.txt b/texts/423125be-8d3f-467f-b388-086876642379.txt new file mode 100644 index 0000000000000000000000000000000000000000..9806a59fbc77d986eb2b72937a7357eacb82ba7d --- /dev/null +++ b/texts/423125be-8d3f-467f-b388-086876642379.txt @@ -0,0 +1 @@ +Old English Sheepdog wearing sunglasses, sipping a drink while gazing at a volcano \ No newline at end of file diff --git a/texts/4235dc67-6010-417c-a18a-ba350b99704e.txt b/texts/4235dc67-6010-417c-a18a-ba350b99704e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6f630723366bfb71fcbc210b6c2f02a8c3eb11d --- /dev/null +++ b/texts/4235dc67-6010-417c-a18a-ba350b99704e.txt @@ -0,0 +1 @@ +a small cupcake paper container with many books billowing, but still looking like a cupcake with icing top \ No newline at end of file diff --git a/texts/4236ec35-728b-4cda-9516-0853a000dff9.txt b/texts/4236ec35-728b-4cda-9516-0853a000dff9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5840bbaf72f6119f867649c22b6f7dc245e9d8bf --- /dev/null +++ b/texts/4236ec35-728b-4cda-9516-0853a000dff9.txt @@ -0,0 +1 @@ +One evening, a hellokitty plush toy with a pink scarf, holding fireworks in his hand, sat on the snow with "ZRT" written on it, next to a Christmas tree, and fireworks in the night sky. \ No newline at end of file diff --git a/texts/423c31c9-f0d4-4a6c-8568-af0b305e2fd6.txt b/texts/423c31c9-f0d4-4a6c-8568-af0b305e2fd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b400d39ddcb69268ad501175c2cf00358e4a208 --- /dev/null +++ b/texts/423c31c9-f0d4-4a6c-8568-af0b305e2fd6.txt @@ -0,0 +1 @@ +A white blue eyed kitten with a pink butterfly turned sideways and happily made a wish on a white cake. The background is Mount Fuji, with white snow on the ground and the words' are u ok 'written on the ground. \ No newline at end of file diff --git a/texts/423e9a0f-e4ec-4213-823b-9d68252e1bf7.txt b/texts/423e9a0f-e4ec-4213-823b-9d68252e1bf7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1175c01919b272aff87e1660ab509da834564fd6 --- /dev/null +++ b/texts/423e9a0f-e4ec-4213-823b-9d68252e1bf7.txt @@ -0,0 +1 @@ +a red fox wearing the sunglasses is singing on the grassland with the sunset over the other side of the sky \ No newline at end of file diff --git a/texts/42400619-ad5c-4972-9eec-8e38f0e7c141.txt b/texts/42400619-ad5c-4972-9eec-8e38f0e7c141.txt new file mode 100644 index 0000000000000000000000000000000000000000..8763a4ae0e6362ffabe61313bb017219572c83fa --- /dev/null +++ b/texts/42400619-ad5c-4972-9eec-8e38f0e7c141.txt @@ -0,0 +1 @@ +Night snow snow in the sky lovely west highland with wings running in the snow on his back \ No newline at end of file diff --git a/texts/4244c3df-c868-48f3-a4b0-d3f4f66c7223.txt b/texts/4244c3df-c868-48f3-a4b0-d3f4f66c7223.txt new file mode 100644 index 0000000000000000000000000000000000000000..3701b39bbc9328eb57eef63adba3ca610a9e046e --- /dev/null +++ b/texts/4244c3df-c868-48f3-a4b0-d3f4f66c7223.txt @@ -0,0 +1 @@ +an otter which wear a scarf, holding a camera, standing on the beach. \ No newline at end of file diff --git a/texts/424b96c9-5838-4281-ba50-49225cd4f58f.txt b/texts/424b96c9-5838-4281-ba50-49225cd4f58f.txt new file mode 100644 index 0000000000000000000000000000000000000000..51f89684fd72c420cb686fdb7246f99ba13d96fe --- /dev/null +++ b/texts/424b96c9-5838-4281-ba50-49225cd4f58f.txt @@ -0,0 +1 @@ +Snow letter:ZZY christmas shiba \ No newline at end of file diff --git a/texts/42502028-25e9-4590-8498-1c251dc60d1f.txt b/texts/42502028-25e9-4590-8498-1c251dc60d1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..36a81a9c4c827b517c9879a11d692368efe02650 --- /dev/null +++ b/texts/42502028-25e9-4590-8498-1c251dc60d1f.txt @@ -0,0 +1 @@ +Hello Kitty and a cute little bear sit in the snow, with "CC" written in the snow. The background features a sky filled with stars or auroras. \ No newline at end of file diff --git a/texts/42695e75-2595-4606-9495-088743d4a3c7.txt b/texts/42695e75-2595-4606-9495-088743d4a3c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..49beaa3b6a6498cd738610376f1f65ce3d167bac --- /dev/null +++ b/texts/42695e75-2595-4606-9495-088743d4a3c7.txt @@ -0,0 +1 @@ +The cat is drawing intently on the paper \ No newline at end of file diff --git a/texts/4286d1d6-2a1d-47f2-ba93-fb02988c7883.txt b/texts/4286d1d6-2a1d-47f2-ba93-fb02988c7883.txt new file mode 100644 index 0000000000000000000000000000000000000000..d778124ed72b22ae13799df7c9daa410890444b4 --- /dev/null +++ b/texts/4286d1d6-2a1d-47f2-ba93-fb02988c7883.txt @@ -0,0 +1 @@ +at night hello Kitty sat in the snow where GJQ was written and fireworks were set off in the distance \ No newline at end of file diff --git a/texts/42918650-0940-4805-89a4-aacdf39968aa.txt b/texts/42918650-0940-4805-89a4-aacdf39968aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d6eddfed28579a611995a035d5cdc4a43038495 --- /dev/null +++ b/texts/42918650-0940-4805-89a4-aacdf39968aa.txt @@ -0,0 +1 @@ +Light snow Christmas tree Miffy rabbit transparent wings in the snow \ No newline at end of file diff --git a/texts/4291e545-d478-4b98-839b-d7a24216594c.txt b/texts/4291e545-d478-4b98-839b-d7a24216594c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c20ce6f44e170ba7872d2a2e1e53cc11452664f8 --- /dev/null +++ b/texts/4291e545-d478-4b98-839b-d7a24216594c.txt @@ -0,0 +1 @@ +A smiling orangutan wearing a polo shirt teaches in a classroom \ No newline at end of file diff --git a/texts/42920739-8f07-4c95-b4e4-9298e0091fd9.txt b/texts/42920739-8f07-4c95-b4e4-9298e0091fd9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3f1124222d401450ae96ba87bdfa927f6f4cc52 --- /dev/null +++ b/texts/42920739-8f07-4c95-b4e4-9298e0091fd9.txt @@ -0,0 +1 @@ +South Pole \ No newline at end of file diff --git a/texts/429e32ca-b5e1-4506-bc75-8469cacc0759.txt b/texts/429e32ca-b5e1-4506-bc75-8469cacc0759.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2d96e351a5c040313dcc860122c564bb505afc4 --- /dev/null +++ b/texts/429e32ca-b5e1-4506-bc75-8469cacc0759.txt @@ -0,0 +1 @@ +a raccoon wearing a birthday hat standing outside the swimming pool , with some pink balloon and some bloom floating and a birthday cake putting on the floor, it's at the night so it's looks so dark there. \ No newline at end of file diff --git a/texts/42a3ab56-ef8b-4f11-9555-e0a8b844c83d.txt b/texts/42a3ab56-ef8b-4f11-9555-e0a8b844c83d.txt new file mode 100644 index 0000000000000000000000000000000000000000..706f667505783e5c389beb2b59b5fbe3b864a618 --- /dev/null +++ b/texts/42a3ab56-ef8b-4f11-9555-e0a8b844c83d.txt @@ -0,0 +1 @@ +a merle boarder collie walking in snow land \ No newline at end of file diff --git a/texts/42a602da-db7d-46a1-846b-bbe635ce4932.txt b/texts/42a602da-db7d-46a1-846b-bbe635ce4932.txt new file mode 100644 index 0000000000000000000000000000000000000000..da997bf02f77d43eeea9f52efb68bd0548a5da1e --- /dev/null +++ b/texts/42a602da-db7d-46a1-846b-bbe635ce4932.txt @@ -0,0 +1 @@ +A cat is wearing sunglasses and enjoying the sea breeze at the seaside in the evening \ No newline at end of file diff --git a/texts/42a962ba-a407-43af-ae9d-4498ba891543.txt b/texts/42a962ba-a407-43af-ae9d-4498ba891543.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cc68a7908f19bb359cef3adaf91febe30cac956 --- /dev/null +++ b/texts/42a962ba-a407-43af-ae9d-4498ba891543.txt @@ -0,0 +1 @@ +Fireworks, seagulls, sailboats, and t'wo light-colored puppy playing on the beach, with 'DA JI' written in the sand \ No newline at end of file diff --git a/texts/42b0399a-48c9-4b7b-8a3a-764b5640179e.txt b/texts/42b0399a-48c9-4b7b-8a3a-764b5640179e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d72507746c7a63487d362024e55b76d2b4aecb2f --- /dev/null +++ b/texts/42b0399a-48c9-4b7b-8a3a-764b5640179e.txt @@ -0,0 +1 @@ +The background is in the evening, a black cat is stepping on the snow, and behind it is a burning villa. The scene includes aurora and stars. \ No newline at end of file diff --git a/texts/42b10b01-a869-4a13-b044-026ee8a533f3.txt b/texts/42b10b01-a869-4a13-b044-026ee8a533f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab7dbeeb13d3068f9752fe1f3b8aa25ccc2379bd --- /dev/null +++ b/texts/42b10b01-a869-4a13-b044-026ee8a533f3.txt @@ -0,0 +1 @@ +A white cat lying in the sunlight, lazy and fluffy \ No newline at end of file diff --git a/texts/42c19002-c748-45eb-ae7c-47825d8bae7e.txt b/texts/42c19002-c748-45eb-ae7c-47825d8bae7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..25b22935f48968023f440eed8941b59b88e22988 --- /dev/null +++ b/texts/42c19002-c748-45eb-ae7c-47825d8bae7e.txt @@ -0,0 +1 @@ +A tiger watching the sunset from a hot air balloon \ No newline at end of file diff --git a/texts/42d008b6-0398-4426-b266-e87a0701ca57.txt b/texts/42d008b6-0398-4426-b266-e87a0701ca57.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7ab403a162fefa82c6a15ff80c40a2ffd72f6b9 --- /dev/null +++ b/texts/42d008b6-0398-4426-b266-e87a0701ca57.txt @@ -0,0 +1 @@ +2 cute hello kiity on the beach, snow, LH&FZR carved in the snow, with Christmas decorations.pinky sky \ No newline at end of file diff --git a/texts/42d0167c-9912-4234-9323-a139ffbe3c67.txt b/texts/42d0167c-9912-4234-9323-a139ffbe3c67.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1ab54de73ad7d074d5351630b2fcd0d9fc122e8 --- /dev/null +++ b/texts/42d0167c-9912-4234-9323-a139ffbe3c67.txt @@ -0,0 +1 @@ +The little cat angel sent a birthday cake \ No newline at end of file diff --git a/texts/42d77083-9965-4092-8ccb-7f27dfce8658.txt b/texts/42d77083-9965-4092-8ccb-7f27dfce8658.txt new file mode 100644 index 0000000000000000000000000000000000000000..b97023414cff2d6728b029749632498369fc7196 --- /dev/null +++ b/texts/42d77083-9965-4092-8ccb-7f27dfce8658.txt @@ -0,0 +1 @@ +A calico cat leaning against a white Samoyed, whose body size is larger than the calico cat, with the element of romantic atmosphere and a background of starry sky and fireworks in the sky from the window. The main colors of the stars are blue and green. The calico cat is quite thin and beautiful. The dog is a singer and the cat is a makeup artist. \ No newline at end of file diff --git a/texts/42de2011-19ca-4314-bf98-54f35b7e2522.txt b/texts/42de2011-19ca-4314-bf98-54f35b7e2522.txt new file mode 100644 index 0000000000000000000000000000000000000000..a24f83222294233b6de4ff7164594526adf10c24 --- /dev/null +++ b/texts/42de2011-19ca-4314-bf98-54f35b7e2522.txt @@ -0,0 +1 @@ +Camera Cake Dog Coffee \ No newline at end of file diff --git a/texts/42e14643-bd3b-44ec-8bea-4b71b006a35e.txt b/texts/42e14643-bd3b-44ec-8bea-4b71b006a35e.txt new file mode 100644 index 0000000000000000000000000000000000000000..da35f0d9617b4153e754fb6d58d9b90918a23d9b --- /dev/null +++ b/texts/42e14643-bd3b-44ec-8bea-4b71b006a35e.txt @@ -0,0 +1 @@ +a cat in a Santa suit is delivering Christmas presents \ No newline at end of file diff --git a/texts/42e60b01-caae-4e68-8974-b5ff01fcc7a5.txt b/texts/42e60b01-caae-4e68-8974-b5ff01fcc7a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8c51e580735d77396bae7e406566f6ad99c2922 --- /dev/null +++ b/texts/42e60b01-caae-4e68-8974-b5ff01fcc7a5.txt @@ -0,0 +1 @@ +Pumpumkiller \ No newline at end of file diff --git a/texts/42f30ac8-e557-4fac-aa37-aee32008c12c.txt b/texts/42f30ac8-e557-4fac-aa37-aee32008c12c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ab2ed99eb0ef155a27983b8fec4fa3f7a2c822b --- /dev/null +++ b/texts/42f30ac8-e557-4fac-aa37-aee32008c12c.txt @@ -0,0 +1 @@ +Little snow, pure black sky, black Scottish terrier wearing a Christmas hat \ No newline at end of file diff --git a/texts/42f96d1a-d8cf-4a82-98fb-f4216b4f5053.txt b/texts/42f96d1a-d8cf-4a82-98fb-f4216b4f5053.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddca442798972ccfc696f146e808cf027eec119b --- /dev/null +++ b/texts/42f96d1a-d8cf-4a82-98fb-f4216b4f5053.txt @@ -0,0 +1 @@ +An old building, burning in the snow.A group of Chinese dressed in black were silently watching, and there was a red river on the ground, and a duck boat on the river \ No newline at end of file diff --git a/texts/430e4889-56fc-47bd-a15e-895c68b9b92b.txt b/texts/430e4889-56fc-47bd-a15e-895c68b9b92b.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c5fbc578082fd552a3bc48676668f2a644c4773 --- /dev/null +++ b/texts/430e4889-56fc-47bd-a15e-895c68b9b92b.txt @@ -0,0 +1 @@ +a rabbit with wings is playing piano \ No newline at end of file diff --git a/texts/432079f4-0edb-48d2-b39c-0af5b3ae94ae.txt b/texts/432079f4-0edb-48d2-b39c-0af5b3ae94ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed79ee157ac72ed29092f70d28ad134fa8401db2 --- /dev/null +++ b/texts/432079f4-0edb-48d2-b39c-0af5b3ae94ae.txt @@ -0,0 +1 @@ +HelloKitty with sunglasses wearing a sundress standing on the grass holding a huge red wine glass with 1 house burning and exploding in the background \ No newline at end of file diff --git a/texts/43325ff4-df85-48c9-bce3-81dfaf119c7a.txt b/texts/43325ff4-df85-48c9-bce3-81dfaf119c7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8eb3450e1d5690e4ebb1ae78e3d46f3024a4667 --- /dev/null +++ b/texts/43325ff4-df85-48c9-bce3-81dfaf119c7a.txt @@ -0,0 +1 @@ +A golden retriever puppy is running in the snowy night, chasing a butterfly. \ No newline at end of file diff --git a/texts/43479a79-21a4-4c42-af54-009ac1309ebe.txt b/texts/43479a79-21a4-4c42-af54-009ac1309ebe.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb28f52106ed45b1feddf48069cca6c8e086f368 --- /dev/null +++ b/texts/43479a79-21a4-4c42-af54-009ac1309ebe.txt @@ -0,0 +1 @@ +A little golden retriever baby and a little Samoyed dog baby playing in the snowday \ No newline at end of file diff --git a/texts/43551d31-18e0-452c-9d13-a41b873ab45f.txt b/texts/43551d31-18e0-452c-9d13-a41b873ab45f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5657aab4a52cf0ebbea30cfd46e011eba4332004 --- /dev/null +++ b/texts/43551d31-18e0-452c-9d13-a41b873ab45f.txt @@ -0,0 +1 @@ +HelloKitty is sitting in a warm room. There are fireworks outside the window. There is a small cake on the table and a blackboard. YJN LOVE ZHW is written on the blackboard. \ No newline at end of file diff --git a/texts/43560915-d692-4b4d-8630-8b3d9542c490.txt b/texts/43560915-d692-4b4d-8630-8b3d9542c490.txt new file mode 100644 index 0000000000000000000000000000000000000000..763b77d42c16bbd7f6be5e083b8289618b5d1ac3 --- /dev/null +++ b/texts/43560915-d692-4b4d-8630-8b3d9542c490.txt @@ -0,0 +1 @@ +Forest, Snow, Hike \ No newline at end of file diff --git a/texts/43565117-022c-433f-a412-b8ed39d06c1c.txt b/texts/43565117-022c-433f-a412-b8ed39d06c1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..83bc8139488342a8ed551f320b32b6af30694c2a --- /dev/null +++ b/texts/43565117-022c-433f-a412-b8ed39d06c1c.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out "GRui& XHAo."The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/43577ce2-4366-4f22-9a07-9d4626d0d57e.txt b/texts/43577ce2-4366-4f22-9a07-9d4626d0d57e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fce3d780cb5e4aacba4747fea59d48b426d8d71 --- /dev/null +++ b/texts/43577ce2-4366-4f22-9a07-9d4626d0d57e.txt @@ -0,0 +1 @@ +Black and white Porsche gt3rs parked beside the field, wide angle. \ No newline at end of file diff --git a/texts/435e58ad-d553-43ea-9647-a9ad2f38ae08.txt b/texts/435e58ad-d553-43ea-9647-a9ad2f38ae08.txt new file mode 100644 index 0000000000000000000000000000000000000000..57323a1f7cf164d5b0dbf8aee9ad458fff283e05 --- /dev/null +++ b/texts/435e58ad-d553-43ea-9647-a9ad2f38ae08.txt @@ -0,0 +1 @@ +On the snowy ground, a small cute cat is holding a bass. With Christmas elements. \ No newline at end of file diff --git a/texts/435f4478-fb93-4404-8990-6444be6aedbc.txt b/texts/435f4478-fb93-4404-8990-6444be6aedbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcbd47c01c30cf1d900ebf5b197207b38a1b985e --- /dev/null +++ b/texts/435f4478-fb93-4404-8990-6444be6aedbc.txt @@ -0,0 +1 @@ +Cowhead and horsehead covers wear suits and use computers in the office, with coffee cups on the table and snow-capped mountains and blue sky outside the window. \ No newline at end of file diff --git a/texts/4362201e-9fb8-49d5-86be-f33ee0aa01a3.txt b/texts/4362201e-9fb8-49d5-86be-f33ee0aa01a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..789fc989cb9b9f5f40f0dae421a039ef121c1c63 --- /dev/null +++ b/texts/4362201e-9fb8-49d5-86be-f33ee0aa01a3.txt @@ -0,0 +1 @@ +She sent this cloud of love at dusk, I hummed praise of virtue in the night, she waited for this lightning sky on a cloudy day, and I applied lipstick that I can't be melted in the rain. \ No newline at end of file diff --git a/texts/43640aad-09ed-4adc-88d4-2be9e3bf537d.txt b/texts/43640aad-09ed-4adc-88d4-2be9e3bf537d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f40dcb883d18377195a86739d498ec52fed6923d --- /dev/null +++ b/texts/43640aad-09ed-4adc-88d4-2be9e3bf537d.txt @@ -0,0 +1 @@ +Weird creature in detailed vinyl store, analog photography \ No newline at end of file diff --git a/texts/436709db-c7a5-40de-8dcb-f4de82abba17.txt b/texts/436709db-c7a5-40de-8dcb-f4de82abba17.txt new file mode 100644 index 0000000000000000000000000000000000000000..c36ae6cafafe1581a68b4c28b6c7823c9e6fc11c --- /dev/null +++ b/texts/436709db-c7a5-40de-8dcb-f4de82abba17.txt @@ -0,0 +1 @@ +A large red firework is set off in the night sky over Mount Fuji \ No newline at end of file diff --git a/texts/43720965-c1bb-4ea8-a6f5-158e547ed1ae.txt b/texts/43720965-c1bb-4ea8-a6f5-158e547ed1ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..e47543f0da9e5b95e2ea4793170e110e01b6b5f3 --- /dev/null +++ b/texts/43720965-c1bb-4ea8-a6f5-158e547ed1ae.txt @@ -0,0 +1 @@ +A cute HelloKitty sits on a snowy pile at night with the words' yy 'written on it. In the distance, fireworks and aurora are set off \ No newline at end of file diff --git a/texts/4372fce2-b320-4639-8704-aef698b0655a.txt b/texts/4372fce2-b320-4639-8704-aef698b0655a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c2d9c5745993fec499d2d2767af651456929b42 --- /dev/null +++ b/texts/4372fce2-b320-4639-8704-aef698b0655a.txt @@ -0,0 +1 @@ +A man with a smartphone glued to his face is groping in a dark maze with his hands fully extended forward \ No newline at end of file diff --git a/texts/43747b17-55fe-4bc3-a487-503b011176bb.txt b/texts/43747b17-55fe-4bc3-a487-503b011176bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b00a7ab3a8a540050454b54871b588cdfe9fbea4 --- /dev/null +++ b/texts/43747b17-55fe-4bc3-a487-503b011176bb.txt @@ -0,0 +1 @@ +a kitten standing in front of an erupting volcano in the distance,the kitten wearing a blue surgical cap,the kitten is drinking Coca-Cola \ No newline at end of file diff --git a/texts/4375bd42-5f94-4223-a465-d82b6ceadae2.txt b/texts/4375bd42-5f94-4223-a465-d82b6ceadae2.txt new file mode 100644 index 0000000000000000000000000000000000000000..81245629e2d33e0665e0c891cb320cfa807e6173 --- /dev/null +++ b/texts/4375bd42-5f94-4223-a465-d82b6ceadae2.txt @@ -0,0 +1 @@ +There are green glowing stars in the snow sky and two cute kittens with NCT WISH written on the snow \ No newline at end of file diff --git a/texts/4380637f-7847-4d99-ba9f-b3e19b35bf8e.txt b/texts/4380637f-7847-4d99-ba9f-b3e19b35bf8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9209dccffca16c1569d85b662ba550901fe76d --- /dev/null +++ b/texts/4380637f-7847-4d99-ba9f-b3e19b35bf8e.txt @@ -0,0 +1 @@ +Temples on fire, horses in panic \ No newline at end of file diff --git a/texts/4380777a-f2af-4ed1-a35f-80340ada484c.txt b/texts/4380777a-f2af-4ed1-a35f-80340ada484c.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa7b62c5953664b57dfdebebf52b799f33bf62d9 --- /dev/null +++ b/texts/4380777a-f2af-4ed1-a35f-80340ada484c.txt @@ -0,0 +1 @@ +In the snowy evening, Hello Kitty was watching fireworks, with light snowfall and a deep blue sky \ No newline at end of file diff --git a/texts/4386309f-d1f8-4796-aba8-ae201fbb67ff.txt b/texts/4386309f-d1f8-4796-aba8-ae201fbb67ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad091b02483225fc1a2c6ecb0e777d79c18ed436 --- /dev/null +++ b/texts/4386309f-d1f8-4796-aba8-ae201fbb67ff.txt @@ -0,0 +1 @@ +Hellokitty's scene of watching snow in winter, and then there are fireworks in the sky. The letter ysy is on the snow. \ No newline at end of file diff --git a/texts/438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d.txt b/texts/438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..08706f6c8705d9ff7b3bad278d0c13b68d1c4319 --- /dev/null +++ b/texts/438b4c4d-3fcd-40a7-a96d-8c77b12c5f2d.txt @@ -0,0 +1 @@ +High and Wide angle. Two fish jump up from the lake, asymmetrically, with water splash. And a real orange-coloured duck with feather on the grass. Blue sky. \ No newline at end of file diff --git a/texts/439118ba-5dbb-4e44-939e-7f25de89afd0.txt b/texts/439118ba-5dbb-4e44-939e-7f25de89afd0.txt new file mode 100644 index 0000000000000000000000000000000000000000..11813fdf7ecb1891528c0a661a6c12235831b55b --- /dev/null +++ b/texts/439118ba-5dbb-4e44-939e-7f25de89afd0.txt @@ -0,0 +1 @@ +Christmas tree, snow, real bunny, pink roses, presents, blue sky, \ No newline at end of file diff --git a/texts/43931dcc-2eef-4de1-9d09-3a0ae4e45b7a.txt b/texts/43931dcc-2eef-4de1-9d09-3a0ae4e45b7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..20ada027598f74780ca45553605f5a1f6bcb6518 --- /dev/null +++ b/texts/43931dcc-2eef-4de1-9d09-3a0ae4e45b7a.txt @@ -0,0 +1 @@ +The pink-winged Hello Kitty is sitting by the sea listening to music [poor]. \ No newline at end of file diff --git a/texts/43976842-176b-489b-b961-df92c2c53d1e.txt b/texts/43976842-176b-489b-b961-df92c2c53d1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b9eb6c3cec51a030d811cf5eff479ed88e2c5c3 --- /dev/null +++ b/texts/43976842-176b-489b-b961-df92c2c53d1e.txt @@ -0,0 +1 @@ +Bathtub filled with gold sparkling, snowy outisde \ No newline at end of file diff --git a/texts/43a83d94-c114-4793-b4de-49d1bcb29da2.txt b/texts/43a83d94-c114-4793-b4de-49d1bcb29da2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce121e2e496619f80d3cefe2147fec94d7231625 --- /dev/null +++ b/texts/43a83d94-c114-4793-b4de-49d1bcb29da2.txt @@ -0,0 +1 @@ + a Seagull in big fuzzy red hats smoking cigarettes on road signs at night \ No newline at end of file diff --git a/texts/43b9bc59-bfba-49e3-baa9-e3a7830771a7.txt b/texts/43b9bc59-bfba-49e3-baa9-e3a7830771a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..db72466d5a98663d0ab84822a12b9b15edc75487 --- /dev/null +++ b/texts/43b9bc59-bfba-49e3-baa9-e3a7830771a7.txt @@ -0,0 +1 @@ +light snow falls from a pitch-black sky,as a Siamese cat sports a scarf \ No newline at end of file diff --git a/texts/43be41de-8bcc-4c93-9109-44eaa13522ff.txt b/texts/43be41de-8bcc-4c93-9109-44eaa13522ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..e58125983e350be2efa7b0e54f615b7369864a77 --- /dev/null +++ b/texts/43be41de-8bcc-4c93-9109-44eaa13522ff.txt @@ -0,0 +1 @@ +Christmas \ No newline at end of file diff --git a/texts/43c1d5f5-0d6b-44ab-8faf-fce07e72eaae.txt b/texts/43c1d5f5-0d6b-44ab-8faf-fce07e72eaae.txt new file mode 100644 index 0000000000000000000000000000000000000000..09a445b86d1dfaf2241a6ca202458740adb2a86b --- /dev/null +++ b/texts/43c1d5f5-0d6b-44ab-8faf-fce07e72eaae.txt @@ -0,0 +1 @@ +Hello Kitty rides a paper crane and sets off fireworks in mid-air of the Milky Way galaxy. \ No newline at end of file diff --git a/texts/43e349f7-af1d-4d41-95dc-d7689eddfa58.txt b/texts/43e349f7-af1d-4d41-95dc-d7689eddfa58.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db5a0b21ec87e2506facb99659948c521a5d1ba --- /dev/null +++ b/texts/43e349f7-af1d-4d41-95dc-d7689eddfa58.txt @@ -0,0 +1 @@ +On a snowy night, there are streetlights in the distance, a bouquet of jasmine flowers, and snowflakes next to it. The words "yiuan" are written on the snow, creating a sense of atmosphere with moderate color saturation. \ No newline at end of file diff --git a/texts/43e6981b-42c6-4e61-9f4f-e627223417e0.txt b/texts/43e6981b-42c6-4e61-9f4f-e627223417e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0d230de3538792f8f6bc3b26df93dec0a7105ca --- /dev/null +++ b/texts/43e6981b-42c6-4e61-9f4f-e627223417e0.txt @@ -0,0 +1 @@ +Wire Fox Terrier snow Mount Fuji forest \ No newline at end of file diff --git a/texts/43e8f5b0-2e9c-43f6-8b08-2746fb099721.txt b/texts/43e8f5b0-2e9c-43f6-8b08-2746fb099721.txt new file mode 100644 index 0000000000000000000000000000000000000000..1afc8bcc63e50d4a3aea17d38ad24ed98898285a --- /dev/null +++ b/texts/43e8f5b0-2e9c-43f6-8b08-2746fb099721.txt @@ -0,0 +1 @@ +A handsome man in a Japanese school uniform and a scarf under the cherry blossoms, and snowflakes fell on his head.. \ No newline at end of file diff --git a/texts/43ff8be6-e042-453e-a0bc-ffd075ff9ed8.txt b/texts/43ff8be6-e042-453e-a0bc-ffd075ff9ed8.txt new file mode 100644 index 0000000000000000000000000000000000000000..25ab8e99f885a51a7a9e4e951bac87e7e9b66c9a --- /dev/null +++ b/texts/43ff8be6-e042-453e-a0bc-ffd075ff9ed8.txt @@ -0,0 +1 @@ +Stitch standing in front of a burning house \ No newline at end of file diff --git a/texts/4402defe-46d9-4fd8-afa9-6cf711867641.txt b/texts/4402defe-46d9-4fd8-afa9-6cf711867641.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7eab0fe0f0886c3f2f9116ec755041e416a32b0 --- /dev/null +++ b/texts/4402defe-46d9-4fd8-afa9-6cf711867641.txt @@ -0,0 +1 @@ +A 100kg strong man is driving a brand new landrover \ No newline at end of file diff --git a/texts/4421c7dc-1988-49d8-a974-8168ab529e9a.txt b/texts/4421c7dc-1988-49d8-a974-8168ab529e9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..82136b3206db6645a6399cb481459818a2a55ac8 --- /dev/null +++ b/texts/4421c7dc-1988-49d8-a974-8168ab529e9a.txt @@ -0,0 +1 @@ +A photo of a civet and a long-haired cow cat playsin the snow \ No newline at end of file diff --git a/texts/44242c39-f720-434b-b68c-2d3bb36dbdf3.txt b/texts/44242c39-f720-434b-b68c-2d3bb36dbdf3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5f779d077eda219641232d147effdc0bc92167a --- /dev/null +++ b/texts/44242c39-f720-434b-b68c-2d3bb36dbdf3.txt @@ -0,0 +1 @@ +Blue sea with some flowers \ No newline at end of file diff --git a/texts/4428c24d-e6ff-4a05-9392-ac7c71c5d48b.txt b/texts/4428c24d-e6ff-4a05-9392-ac7c71c5d48b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cb9b5e9c8900353d93c6e24d36687565d555aab --- /dev/null +++ b/texts/4428c24d-e6ff-4a05-9392-ac7c71c5d48b.txt @@ -0,0 +1 @@ +Traditional Chinese garden with the moon reflected in a lotus pond \ No newline at end of file diff --git a/texts/4436122d-5a19-465c-a837-2a8d898f3035.txt b/texts/4436122d-5a19-465c-a837-2a8d898f3035.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3b8418bf3d8646cec7e1a49213f6e308368408 --- /dev/null +++ b/texts/4436122d-5a19-465c-a837-2a8d898f3035.txt @@ -0,0 +1 @@ +christmas snowing black cat \ No newline at end of file diff --git a/texts/4439d5dd-775d-4516-bb6e-fdc52d6c1365.txt b/texts/4439d5dd-775d-4516-bb6e-fdc52d6c1365.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b29004d00ea44dca1ecc6b2f9f48a496dfc191c --- /dev/null +++ b/texts/4439d5dd-775d-4516-bb6e-fdc52d6c1365.txt @@ -0,0 +1 @@ +Samoyed celebrating birthday in a house with Christmas decorations, wearing cute birthday hat, chocolate cake on the table, \ No newline at end of file diff --git a/texts/4444b03d-d90c-4daa-9c50-d8daeea9f1a4.txt b/texts/4444b03d-d90c-4daa-9c50-d8daeea9f1a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..13fc16affcc203cae7db9449fadb90e02b79d03c --- /dev/null +++ b/texts/4444b03d-d90c-4daa-9c50-d8daeea9f1a4.txt @@ -0,0 +1 @@ +Kitten, Christmas, outdoors, snowy, warm and cozy \ No newline at end of file diff --git a/texts/4465a63e-e324-4341-8091-117bbe4d4365.txt b/texts/4465a63e-e324-4341-8091-117bbe4d4365.txt new file mode 100644 index 0000000000000000000000000000000000000000..495aae67e28529c9511db1495a32d1e76c94b5b7 --- /dev/null +++ b/texts/4465a63e-e324-4341-8091-117bbe4d4365.txt @@ -0,0 +1 @@ +a cute,fat Tuxedo Cat watching a book on the grass,and a huge rainbow behind her \ No newline at end of file diff --git a/texts/447097f5-594b-4767-8826-9dcb521dccea.txt b/texts/447097f5-594b-4767-8826-9dcb521dccea.txt new file mode 100644 index 0000000000000000000000000000000000000000..4de736d3c1b77d66ed0a2404a7d73a1dd3c1ef0e --- /dev/null +++ b/texts/447097f5-594b-4767-8826-9dcb521dccea.txt @@ -0,0 +1 @@ +A pink rabbit doll stands on the grass. There is a big cute mushroom growing on the grass, a puppy doll, a banana doll, and a sun doll. \ No newline at end of file diff --git a/texts/4489bbd7-f4b5-42b0-aec5-f4b484d23255.txt b/texts/4489bbd7-f4b5-42b0-aec5-f4b484d23255.txt new file mode 100644 index 0000000000000000000000000000000000000000..38fb781e82df41e460621c940eb86525f2366c5e --- /dev/null +++ b/texts/4489bbd7-f4b5-42b0-aec5-f4b484d23255.txt @@ -0,0 +1 @@ +A black cat is eating a chocolate with potato at a red and yellow cafeteria. \ No newline at end of file diff --git a/texts/448a1d1e-f327-4e1b-a6ad-759309908df6.txt b/texts/448a1d1e-f327-4e1b-a6ad-759309908df6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3df36ec0119de06db9ab6684f1c545870883ab8 --- /dev/null +++ b/texts/448a1d1e-f327-4e1b-a6ad-759309908df6.txt @@ -0,0 +1 @@ +A cute smiling Shiba Inu \ No newline at end of file diff --git a/texts/44935cac-ec9b-492a-849e-f9386e287580.txt b/texts/44935cac-ec9b-492a-849e-f9386e287580.txt new file mode 100644 index 0000000000000000000000000000000000000000..458e9ee43e96dcc4a80340703857e32347120e07 --- /dev/null +++ b/texts/44935cac-ec9b-492a-849e-f9386e287580.txt @@ -0,0 +1 @@ +Use the letter necklace e and the letter necklace r as the missing letters in the Scrabble game, the necklaces are gold, the word is en route, and the backgrpund is ancient parchment paper \ No newline at end of file diff --git a/texts/4496b784-2f82-49e5-89e2-c143796f2af3.txt b/texts/4496b784-2f82-49e5-89e2-c143796f2af3.txt new file mode 100644 index 0000000000000000000000000000000000000000..54288695c83d0633041b6b8e3d6c6005dbb629fd --- /dev/null +++ b/texts/4496b784-2f82-49e5-89e2-c143796f2af3.txt @@ -0,0 +1 @@ +Handwritten word "miyo" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow. \ No newline at end of file diff --git a/texts/4496f77b-8f56-44b7-b83d-f536d7e95966.txt b/texts/4496f77b-8f56-44b7-b83d-f536d7e95966.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd220b3f870cbca0b7b51ed195a3f9fb85b82933 --- /dev/null +++ b/texts/4496f77b-8f56-44b7-b83d-f536d7e95966.txt @@ -0,0 +1 @@ +a black cat is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, medium shot \ No newline at end of file diff --git a/texts/449d1ac9-a028-4839-b396-c961350f88b2.txt b/texts/449d1ac9-a028-4839-b396-c961350f88b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..96ca3879875c43d4250f3745f72457ca2a7d60d7 --- /dev/null +++ b/texts/449d1ac9-a028-4839-b396-c961350f88b2.txt @@ -0,0 +1 @@ +Hellow kitty set off fireworks in the snow. The sky is full of stars, and YJL is written on the snow. \ No newline at end of file diff --git a/texts/44a2ed0a-3bdf-4a78-8251-a3d225795a41.txt b/texts/44a2ed0a-3bdf-4a78-8251-a3d225795a41.txt new file mode 100644 index 0000000000000000000000000000000000000000..83b67312eb55680548c8017c921917a7bc15894c --- /dev/null +++ b/texts/44a2ed0a-3bdf-4a78-8251-a3d225795a41.txt @@ -0,0 +1 @@ +Lightning sea \ No newline at end of file diff --git a/texts/44a70bad-9da0-4269-a13e-eb6f76a8bc81.txt b/texts/44a70bad-9da0-4269-a13e-eb6f76a8bc81.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1222292a813631529eda0ed26b015ac355c43bc --- /dev/null +++ b/texts/44a70bad-9da0-4269-a13e-eb6f76a8bc81.txt @@ -0,0 +1 @@ +westhighland white terrier playing magic in the snow land in front of beach and mountains at night \ No newline at end of file diff --git a/texts/44b27cae-b738-46a2-945b-ca72af4d2a17.txt b/texts/44b27cae-b738-46a2-945b-ca72af4d2a17.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5bb07ed38ab93b5e24aa49fd44a41f13579f3ef --- /dev/null +++ b/texts/44b27cae-b738-46a2-945b-ca72af4d2a17.txt @@ -0,0 +1 @@ +Twinkling pink sky, lavender shining sea \ No newline at end of file diff --git a/texts/44bdc2b4-2786-4945-ae2f-b67177cc2ef7.txt b/texts/44bdc2b4-2786-4945-ae2f-b67177cc2ef7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5a475762fc492cc8cbb9baab2fe61f6878a33cd --- /dev/null +++ b/texts/44bdc2b4-2786-4945-ae2f-b67177cc2ef7.txt @@ -0,0 +1 @@ +Man's back, holding Hello Kitty in his left hand and a pistol in his right hand, Aurora, snowy mountains \ No newline at end of file diff --git a/texts/44c0ffe0-869c-4261-bac3-9710dda5853b.txt b/texts/44c0ffe0-869c-4261-bac3-9710dda5853b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a79b24e188455a249d79715f7d0af85b3961ae9b --- /dev/null +++ b/texts/44c0ffe0-869c-4261-bac3-9710dda5853b.txt @@ -0,0 +1 @@ +A raccoon wearing a red scarf stands alone in the snow, surrounded by Christmas trees. Sparkling fireworks light up the sky, and a cute snowman adds to the festive atmosphere. \ No newline at end of file diff --git a/texts/44c5ef88-88eb-47b4-b8ab-642bd9a2d70f.txt b/texts/44c5ef88-88eb-47b4-b8ab-642bd9a2d70f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6776e243cb2200e045ba40d2bd7fc6ce0cd5f6d9 --- /dev/null +++ b/texts/44c5ef88-88eb-47b4-b8ab-642bd9a2d70f.txt @@ -0,0 +1 @@ +A fat black and white rabbit wearing a birthday hat, there is a birthday cake in front of the rabbit and balloons in the room. \ No newline at end of file diff --git a/texts/44c646c2-69bb-413d-b63a-3d41a042d498.txt b/texts/44c646c2-69bb-413d-b63a-3d41a042d498.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b0dbb1e3ae8c853c6b15bf6b7e1e1f5ba280805 --- /dev/null +++ b/texts/44c646c2-69bb-413d-b63a-3d41a042d498.txt @@ -0,0 +1 @@ +A panda doll sits in the snow, holding a Smoke Flower Fairy stick, with the letters DUOER printed in the snow. \ No newline at end of file diff --git a/texts/44ca6cf7-92f1-4741-aeac-22f671cb88b6.txt b/texts/44ca6cf7-92f1-4741-aeac-22f671cb88b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a066a40ad44fbc9970b8f99c0e19cc9a9ad17b8d --- /dev/null +++ b/texts/44ca6cf7-92f1-4741-aeac-22f671cb88b6.txt @@ -0,0 +1 @@ +An owl playing accordion at dawn, a window behind \ No newline at end of file diff --git a/texts/44d32a3d-68bb-44b5-9523-842438d646e2.txt b/texts/44d32a3d-68bb-44b5-9523-842438d646e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5028b785714c326e832495da059aae2d55efe31f --- /dev/null +++ b/texts/44d32a3d-68bb-44b5-9523-842438d646e2.txt @@ -0,0 +1 @@ +West Highland played in the snow under the Christmas tree and left footprints. \ No newline at end of file diff --git a/texts/44d3929a-78bd-4514-8621-2d35772aae70.txt b/texts/44d3929a-78bd-4514-8621-2d35772aae70.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c4cbae642d642c13e28781f0c0ec726935fa08f --- /dev/null +++ b/texts/44d3929a-78bd-4514-8621-2d35772aae70.txt @@ -0,0 +1 @@ +huge yellow horse, small black zebra, a milky melon seed, a pink eggplant, a pink egg, a wild shore \ No newline at end of file diff --git a/texts/44d58ebb-3851-40f2-9b59-590eed60449a.txt b/texts/44d58ebb-3851-40f2-9b59-590eed60449a.txt new file mode 100644 index 0000000000000000000000000000000000000000..56aa494ffcc9efc0c86f0379c047b7f8bd40cd9a --- /dev/null +++ b/texts/44d58ebb-3851-40f2-9b59-590eed60449a.txt @@ -0,0 +1 @@ +a little cat floating in mystical cyber ruins \ No newline at end of file diff --git a/texts/44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff.txt b/texts/44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff.txt new file mode 100644 index 0000000000000000000000000000000000000000..02f205a04eb5218a5f8b50f0aa5bb0e179228978 --- /dev/null +++ b/texts/44e7b9ee-7c4b-4c5c-831d-27b9f9db2eff.txt @@ -0,0 +1 @@ +Black cat eating ramen in Japan \ No newline at end of file diff --git a/texts/44e7d041-af33-48be-80eb-bc34391eaacb.txt b/texts/44e7d041-af33-48be-80eb-bc34391eaacb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cdf4bafbb92ce4c6544d9826f24fad3f409b0d2 --- /dev/null +++ b/texts/44e7d041-af33-48be-80eb-bc34391eaacb.txt @@ -0,0 +1 @@ +a clover sitting close to the computer, hard-workingn, and the computer is burning. The clover is on the right and the computer is on the left. Attention, the clocer is watching the screen, closely. And the computer is on fire!!!!! \ No newline at end of file diff --git a/texts/44ec4b87-0b2d-485b-8118-0fa59d877b4b.txt b/texts/44ec4b87-0b2d-485b-8118-0fa59d877b4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d72f2b6f48146eeba7fd762980aba915a1e0961 --- /dev/null +++ b/texts/44ec4b87-0b2d-485b-8118-0fa59d877b4b.txt @@ -0,0 +1 @@ +Seaside, sunset, rabbit with butterfly wings. \ No newline at end of file diff --git a/texts/44ed942c-7a20-4869-8698-5ede52d8701d.txt b/texts/44ed942c-7a20-4869-8698-5ede52d8701d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fba3104fa6fdb24d00eb6dda8065e2851bc5965a --- /dev/null +++ b/texts/44ed942c-7a20-4869-8698-5ede52d8701d.txt @@ -0,0 +1 @@ +a birthday cake written on 'THM Happy 24th birthday',putting on a table, with flowers. some hearts is floating, \ No newline at end of file diff --git a/texts/44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a.txt b/texts/44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..885dc5e936c6e0b9af7d45c6ebb7d9c33bfac797 --- /dev/null +++ b/texts/44ee5c0f-b7a3-4c1d-b758-e1fe45603f6a.txt @@ -0,0 +1 @@ +cat walk in the snowing blue night \ No newline at end of file diff --git a/texts/44f270bf-80a5-4e61-805c-fe20dc11c3ea.txt b/texts/44f270bf-80a5-4e61-805c-fe20dc11c3ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d66800c1ca6a73dd29a1c5acf1c2f34093141cf --- /dev/null +++ b/texts/44f270bf-80a5-4e61-805c-fe20dc11c3ea.txt @@ -0,0 +1 @@ +A cat (black and white patterned) writing a paper in front of a laptop, next to a cup of iced coffee \ No newline at end of file diff --git a/texts/45086966-bfc8-4cfe-9d36-697d9d25b71b.txt b/texts/45086966-bfc8-4cfe-9d36-697d9d25b71b.txt new file mode 100644 index 0000000000000000000000000000000000000000..021dcfe16101d2a928703f31db9c642f5c3a5c26 --- /dev/null +++ b/texts/45086966-bfc8-4cfe-9d36-697d9d25b71b.txt @@ -0,0 +1 @@ +In the bedroom, a calico cat is leaning on a tabby cat. \ No newline at end of file diff --git a/texts/450ec8e0-cbe3-465e-a9b6-9fb0715926c0.txt b/texts/450ec8e0-cbe3-465e-a9b6-9fb0715926c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3b60a1e5513496375ea0b625d950ea23f109357 --- /dev/null +++ b/texts/450ec8e0-cbe3-465e-a9b6-9fb0715926c0.txt @@ -0,0 +1 @@ +At sunset,a young monk standing by the door watching the Japanese temple which is burning by the water \ No newline at end of file diff --git a/texts/450f1eaf-e8fa-41a0-bb41-ccea5c5fd620.txt b/texts/450f1eaf-e8fa-41a0-bb41-ccea5c5fd620.txt new file mode 100644 index 0000000000000000000000000000000000000000..06c0ce6a98bbefd2f711400472f0b75b35f1b63d --- /dev/null +++ b/texts/450f1eaf-e8fa-41a0-bb41-ccea5c5fd620.txt @@ -0,0 +1 @@ +Jellycat milk tea \ No newline at end of file diff --git a/texts/4513e146-58e2-47fa-877c-55968787cf26.txt b/texts/4513e146-58e2-47fa-877c-55968787cf26.txt new file mode 100644 index 0000000000000000000000000000000000000000..a31702a30378bf7ed718e29a1ad4073240a131d4 --- /dev/null +++ b/texts/4513e146-58e2-47fa-877c-55968787cf26.txt @@ -0,0 +1 @@ +An American Shorthair cat wearing a birthday hat with the number "28," sitting by the seaside watching fireworks, with "Lucky Ran" written in the snow. \ No newline at end of file diff --git a/texts/4515eb33-d3f3-49bd-8bd8-0221cff4c69d.txt b/texts/4515eb33-d3f3-49bd-8bd8-0221cff4c69d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bb7787a43caf7e289d525264b386b9c44f8e302 --- /dev/null +++ b/texts/4515eb33-d3f3-49bd-8bd8-0221cff4c69d.txt @@ -0,0 +1 @@ +In the distance, an elephant stands in the middle of a lake surrounded by red water \ No newline at end of file diff --git a/texts/451e95ac-df47-460c-a578-e22b2e2d24e2.txt b/texts/451e95ac-df47-460c-a578-e22b2e2d24e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..99efb883c315e85f64b279d12ae00a06f2b4bd6a --- /dev/null +++ b/texts/451e95ac-df47-460c-a578-e22b2e2d24e2.txt @@ -0,0 +1 @@ +The black sky, a golden retriever puppy, the snow-covered ground, snowing. \ No newline at end of file diff --git a/texts/4520d661-45a7-455b-b2dc-f883fe554e7e.txt b/texts/4520d661-45a7-455b-b2dc-f883fe554e7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..fde15a0064f0a4f13f6f88ff5c5eb9c5cbf185b6 --- /dev/null +++ b/texts/4520d661-45a7-455b-b2dc-f883fe554e7e.txt @@ -0,0 +1 @@ +Cat working in an office with small cakes and other stuffs on the table next to it \ No newline at end of file diff --git a/texts/4532c867-1ba3-49f2-84fe-70389d5e1e5b.txt b/texts/4532c867-1ba3-49f2-84fe-70389d5e1e5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a014eaf1692506e44dcf99699d30b51cce20500 --- /dev/null +++ b/texts/4532c867-1ba3-49f2-84fe-70389d5e1e5b.txt @@ -0,0 +1 @@ +Handwritten word "CR" in the snow, Christmas tree, beach, fireworks, \ No newline at end of file diff --git a/texts/4535c7f5-da83-435a-9fbe-ba40f035f259.txt b/texts/4535c7f5-da83-435a-9fbe-ba40f035f259.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ed530066c243fe2077d9940fdc489b295af05d4 --- /dev/null +++ b/texts/4535c7f5-da83-435a-9fbe-ba40f035f259.txt @@ -0,0 +1 @@ +Walking in the park with a Labrador, it was very quiet and there was no one else. I was wearing white shoes, and the sun just shone on the dog. \ No newline at end of file diff --git a/texts/45417b9a-ab8f-4d06-9dd7-a7bee961345b.txt b/texts/45417b9a-ab8f-4d06-9dd7-a7bee961345b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8654d01876bf08a001c952d55467a615c73c7281 --- /dev/null +++ b/texts/45417b9a-ab8f-4d06-9dd7-a7bee961345b.txt @@ -0,0 +1 @@ +a american short hair cat wear sunglasses play drums \ No newline at end of file diff --git a/texts/454c24f9-25b9-46fe-bd54-23c549eba848.txt b/texts/454c24f9-25b9-46fe-bd54-23c549eba848.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b1e2cba5fcc7a5d757c7e9aa700a304defe743b --- /dev/null +++ b/texts/454c24f9-25b9-46fe-bd54-23c549eba848.txt @@ -0,0 +1 @@ +freshly roasted coffee beans being poured out of the roaster into cooling trays with steam rising \ No newline at end of file diff --git a/texts/454fd1b7-a9d6-4e89-8914-e7e1e6b348cb.txt b/texts/454fd1b7-a9d6-4e89-8914-e7e1e6b348cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cdc059a03f831ca07343d5f1fb02bae27f1a387 --- /dev/null +++ b/texts/454fd1b7-a9d6-4e89-8914-e7e1e6b348cb.txt @@ -0,0 +1 @@ +A dog play in snow \ No newline at end of file diff --git a/texts/4550cd24-4d67-4fc1-9ae5-3f4dedda911f.txt b/texts/4550cd24-4d67-4fc1-9ae5-3f4dedda911f.txt new file mode 100644 index 0000000000000000000000000000000000000000..54008ac4a8ff9731f0b8826117388a56ea624275 --- /dev/null +++ b/texts/4550cd24-4d67-4fc1-9ae5-3f4dedda911f.txt @@ -0,0 +1 @@ +Through an ornate baroque-style green glass window, a cow is seen grazing peacefully in the golden glow of the sunset. Behind the cow, snow-capped mountains are bathed in sunlight. \ No newline at end of file diff --git a/texts/45612ad4-bbf4-42e1-bef8-2a90c39d4bf5.txt b/texts/45612ad4-bbf4-42e1-bef8-2a90c39d4bf5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dc00f166d53b117501ea8eaec01adf25a33fd16 --- /dev/null +++ b/texts/45612ad4-bbf4-42e1-bef8-2a90c39d4bf5.txt @@ -0,0 +1 @@ +A rose is a rose is a rose is a rose is a rose \ No newline at end of file diff --git a/texts/456846c0-43da-4b37-9862-10b6051899e5.txt b/texts/456846c0-43da-4b37-9862-10b6051899e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..67fd69bdad12c31c89c25129871da640548c7b91 --- /dev/null +++ b/texts/456846c0-43da-4b37-9862-10b6051899e5.txt @@ -0,0 +1 @@ +white beach, red sunset clouds all over sky, orange-red color-lighted sea, ravens flying over sky, giraffes walking and running on the beach \ No newline at end of file diff --git a/texts/4568a879-f1ed-49e6-8bb3-a214b58eb23d.txt b/texts/4568a879-f1ed-49e6-8bb3-a214b58eb23d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9302bca2e985022cd218cf772ddf8a7b4531e35 --- /dev/null +++ b/texts/4568a879-f1ed-49e6-8bb3-a214b58eb23d.txt @@ -0,0 +1 @@ +At night, it was a rainy day, and MINGYU was written on the foggy window. \ No newline at end of file diff --git a/texts/456b5651-d3e8-47d9-aea4-b75d51abdb9a.txt b/texts/456b5651-d3e8-47d9-aea4-b75d51abdb9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..32a15985070ab61d49cd326ea89c99576034ddbe --- /dev/null +++ b/texts/456b5651-d3e8-47d9-aea4-b75d51abdb9a.txt @@ -0,0 +1 @@ +Only a flock of parrots in different color and position) reading together by the fireplace in warm vibe \ No newline at end of file diff --git a/texts/456ee1fe-cff8-42e5-ad20-d6b7afc4ed24.txt b/texts/456ee1fe-cff8-42e5-ad20-d6b7afc4ed24.txt new file mode 100644 index 0000000000000000000000000000000000000000..13317b8c5516e135a538d8b6ab171db9efc058a3 --- /dev/null +++ b/texts/456ee1fe-cff8-42e5-ad20-d6b7afc4ed24.txt @@ -0,0 +1 @@ +Icebergs, sea, rain, birds \ No newline at end of file diff --git a/texts/457418f3-0d83-42bc-86ba-16ac4628ae08.txt b/texts/457418f3-0d83-42bc-86ba-16ac4628ae08.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d26585b2b7d55d210a9e394e51c4f67779f2026 --- /dev/null +++ b/texts/457418f3-0d83-42bc-86ba-16ac4628ae08.txt @@ -0,0 +1 @@ +ONLY white hat and pants,NO black \ No newline at end of file diff --git a/texts/45762ab5-6504-45f2-a8a5-5a5e7e155aec.txt b/texts/45762ab5-6504-45f2-a8a5-5a5e7e155aec.txt new file mode 100644 index 0000000000000000000000000000000000000000..449a53fcce5f2edb3f582357617c9be0337e1087 --- /dev/null +++ b/texts/45762ab5-6504-45f2-a8a5-5a5e7e155aec.txt @@ -0,0 +1 @@ +golden british short hair cat, gem necklace, christams, white, silver, gold \ No newline at end of file diff --git a/texts/45844665-16ed-40fd-a379-6d9766ec7ad5.txt b/texts/45844665-16ed-40fd-a379-6d9766ec7ad5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5454cc82ad6d36c35cdd3f74da4d5c63c5846dc3 --- /dev/null +++ b/texts/45844665-16ed-40fd-a379-6d9766ec7ad5.txt @@ -0,0 +1 @@ +A Doberman with uncut ears playing guitar and standing in front of a microphone on a stage \ No newline at end of file diff --git a/texts/458e6639-2e33-4249-92c7-452b308a4aab.txt b/texts/458e6639-2e33-4249-92c7-452b308a4aab.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a13b975c65dc8a2722bde92bdccf0d474e3aa51 --- /dev/null +++ b/texts/458e6639-2e33-4249-92c7-452b308a4aab.txt @@ -0,0 +1 @@ +Hello Kitty is in Africa with a backpack. \ No newline at end of file diff --git a/texts/458f8485-bf7f-412c-be35-fa86d646eaa1.txt b/texts/458f8485-bf7f-412c-be35-fa86d646eaa1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae92c598fdc8069c4f95cdcc7a244f9765869ac8 --- /dev/null +++ b/texts/458f8485-bf7f-412c-be35-fa86d646eaa1.txt @@ -0,0 +1 @@ +Inside the cave is a deep tunnel that leads to the center of the universe \ No newline at end of file diff --git a/texts/459090fc-8adf-4005-a5f4-bf710a6a884e.txt b/texts/459090fc-8adf-4005-a5f4-bf710a6a884e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e31a834fb79c82c22e658b192f58bc6198a6b630 --- /dev/null +++ b/texts/459090fc-8adf-4005-a5f4-bf710a6a884e.txt @@ -0,0 +1 @@ +HelloKitty dollsvisiting the Christmas market at the construction site \ No newline at end of file diff --git a/texts/4590c311-4b2e-4d6b-9a02-2c03a3980e04.txt b/texts/4590c311-4b2e-4d6b-9a02-2c03a3980e04.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b4509afe5ad1480e0da996845ef67a246c51863 --- /dev/null +++ b/texts/4590c311-4b2e-4d6b-9a02-2c03a3980e04.txt @@ -0,0 +1 @@ +The monkey who's been looking at the globe is in space and the background of space is the whole galaxy \ No newline at end of file diff --git a/texts/4594df85-b37c-4387-8e3d-3b65e9eb9aaa.txt b/texts/4594df85-b37c-4387-8e3d-3b65e9eb9aaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..66de4b78459c32fe705a90bec6d353b0fb360b9f --- /dev/null +++ b/texts/4594df85-b37c-4387-8e3d-3b65e9eb9aaa.txt @@ -0,0 +1 @@ +A gray little teddy dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.See the picture on the right for the appearance of the dog \ No newline at end of file diff --git a/texts/4595521c-630e-4918-a722-972696186c0b.txt b/texts/4595521c-630e-4918-a722-972696186c0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a08ca13f4da9bb1d090d7871c9e1f70b97ee675d --- /dev/null +++ b/texts/4595521c-630e-4918-a722-972696186c0b.txt @@ -0,0 +1 @@ +A Samoyed puppy pilot named Bixiong stuck out his tongue on a glider, which was flying in the sky with the sky in the background and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/45a5e50e-7406-45f8-982c-94d139c3e5ce.txt b/texts/45a5e50e-7406-45f8-982c-94d139c3e5ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e86917bbeb6710a659730b9ac8846b0daead2fb --- /dev/null +++ b/texts/45a5e50e-7406-45f8-982c-94d139c3e5ce.txt @@ -0,0 +1 @@ +A pair of les couples in s-letter clothes and c-letter clothes watched the aurora in Russia in the snowy winter. They wore retro hats and thick retro clothes. \ No newline at end of file diff --git a/texts/45a60f17-39d8-4d61-9317-b265177b43da.txt b/texts/45a60f17-39d8-4d61-9317-b265177b43da.txt new file mode 100644 index 0000000000000000000000000000000000000000..04762458a0a78a9c16e583e6a7e2d00d845fa114 --- /dev/null +++ b/texts/45a60f17-39d8-4d61-9317-b265177b43da.txt @@ -0,0 +1 @@ +Sunset, seaside, beach, motorcycle \ No newline at end of file diff --git a/texts/45aa7ebc-4854-473d-9eb9-c4d96da5afc5.txt b/texts/45aa7ebc-4854-473d-9eb9-c4d96da5afc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..f09761d659a7e03a39294134462ca86870485202 --- /dev/null +++ b/texts/45aa7ebc-4854-473d-9eb9-c4d96da5afc5.txt @@ -0,0 +1 @@ +A Border Collie was looking at a nearby astronomical telescope in the snow and wind \ No newline at end of file diff --git a/texts/45b5f82d-8ada-4223-8768-f55478ae2558.txt b/texts/45b5f82d-8ada-4223-8768-f55478ae2558.txt new file mode 100644 index 0000000000000000000000000000000000000000..80517d4232d220400a23dec05ed837826d4353d1 --- /dev/null +++ b/texts/45b5f82d-8ada-4223-8768-f55478ae2558.txt @@ -0,0 +1 @@ +a silver gradient cat, with a red apple on its head, fireworks, snow mountain, milkway and stars. \ No newline at end of file diff --git a/texts/45bacc6c-d5dd-40ac-a3b2-54ca5b363e73.txt b/texts/45bacc6c-d5dd-40ac-a3b2-54ca5b363e73.txt new file mode 100644 index 0000000000000000000000000000000000000000..998ed04f7888e6a497aeba4b3d4a285ed2574b77 --- /dev/null +++ b/texts/45bacc6c-d5dd-40ac-a3b2-54ca5b363e73.txt @@ -0,0 +1 @@ +a factory manager giving instructions to the team on the production floor, with large coffee silos in the background. The setting is clean, modern, and industrial, with a warm and inviting color palette that highlights the coffee beans. \ No newline at end of file diff --git a/texts/45c8fa02-4f96-441b-9b08-f36de9fba95e.txt b/texts/45c8fa02-4f96-441b-9b08-f36de9fba95e.txt new file mode 100644 index 0000000000000000000000000000000000000000..48eea1f75f51fa301200f412a1290fd0752fd2a7 --- /dev/null +++ b/texts/45c8fa02-4f96-441b-9b08-f36de9fba95e.txt @@ -0,0 +1 @@ +black cat, window, quilt, velvet green, wooden, table lamp \ No newline at end of file diff --git a/texts/45d4a1a9-6c60-4ff4-9791-7f8f13083501.txt b/texts/45d4a1a9-6c60-4ff4-9791-7f8f13083501.txt new file mode 100644 index 0000000000000000000000000000000000000000..bde18d42e8386e28dfc59f365ac86e4033b9aa68 --- /dev/null +++ b/texts/45d4a1a9-6c60-4ff4-9791-7f8f13083501.txt @@ -0,0 +1 @@ +Cat running in central park at night. He is being chased by a raccoon. \ No newline at end of file diff --git a/texts/45df2f12-57c7-4369-bb11-241cba3b5a11.txt b/texts/45df2f12-57c7-4369-bb11-241cba3b5a11.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a688130b252c7ad27b74b18a77c842cbecf484d --- /dev/null +++ b/texts/45df2f12-57c7-4369-bb11-241cba3b5a11.txt @@ -0,0 +1 @@ +Tweety sitting the couch, in the dark living room, watching tv and drinking beer \ No newline at end of file diff --git a/texts/45e15428-f3a8-4bc9-bc06-bc2dcbb95642.txt b/texts/45e15428-f3a8-4bc9-bc06-bc2dcbb95642.txt new file mode 100644 index 0000000000000000000000000000000000000000..31143de4bd2ac422bdbb0066c61a41c8f832bc1e --- /dev/null +++ b/texts/45e15428-f3a8-4bc9-bc06-bc2dcbb95642.txt @@ -0,0 +1 @@ +a black cat wears a Headphone is sitting on the bed half coverd by the blanket.the cat is looking at a laptop.the bed is put on a record lp turntable.the bed is put aside the window.sunset can be seen through the window. \ No newline at end of file diff --git a/texts/45ee3294-b49a-448e-a105-cb766510d229.txt b/texts/45ee3294-b49a-448e-a105-cb766510d229.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d80e0e45138224a31f660ff6daf969e3e22e8f6 --- /dev/null +++ b/texts/45ee3294-b49a-448e-a105-cb766510d229.txt @@ -0,0 +1 @@ +Pikachu is drawing CAD in his computer and drinking a big glass of wine \ No newline at end of file diff --git a/texts/45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca.txt b/texts/45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..5550e7cc0b733ec53094d0e0aed82fab7b04b0a9 --- /dev/null +++ b/texts/45f4ca35-8518-4e8b-ad1f-cce4ab5a46ca.txt @@ -0,0 +1 @@ +A teddy bear sits in the snow, next to a Christmas tree with the word 'xin' printed on it \ No newline at end of file diff --git a/texts/461102fb-f11b-400c-a3e5-6c7b1b7f15b1.txt b/texts/461102fb-f11b-400c-a3e5-6c7b1b7f15b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e8004e96398111a97f1f74d449cbd5ddcef32db --- /dev/null +++ b/texts/461102fb-f11b-400c-a3e5-6c7b1b7f15b1.txt @@ -0,0 +1 @@ +Bernese Mountain Dog Christmas and friends play in the snow \ No newline at end of file diff --git a/texts/4611f873-9ba4-4e1d-801b-e732f618bb69.txt b/texts/4611f873-9ba4-4e1d-801b-e732f618bb69.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7a275f2d49fa28b00f9697712e6f5306e6f5fdf --- /dev/null +++ b/texts/4611f873-9ba4-4e1d-801b-e732f618bb69.txt @@ -0,0 +1 @@ +Close up candid street shot of a lively character in the streets of new york city. Cartoonish features make this character unique \ No newline at end of file diff --git a/texts/46185d31-3de1-4819-9132-c7ec782ab508.txt b/texts/46185d31-3de1-4819-9132-c7ec782ab508.txt new file mode 100644 index 0000000000000000000000000000000000000000..d62563fea8a030c5f2f91b8b64eec4172029a3eb --- /dev/null +++ b/texts/46185d31-3de1-4819-9132-c7ec782ab508.txt @@ -0,0 +1 @@ +A little rabbit with wings writes "SNOW" on the snow \ No newline at end of file diff --git a/texts/462ad7e6-0fff-4751-af3e-c7dcd71fd8b0.txt b/texts/462ad7e6-0fff-4751-af3e-c7dcd71fd8b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad0b6a88d871ca4f6fa65acfb0b5b1d42f2dec2a --- /dev/null +++ b/texts/462ad7e6-0fff-4751-af3e-c7dcd71fd8b0.txt @@ -0,0 +1 @@ +Hello kitty wearing sweatshirt and drinking milk, in LA Sunset boulevard, bicycle, want-want \ No newline at end of file diff --git a/texts/462ff4aa-48ec-4325-a89f-1b79fcec3ff8.txt b/texts/462ff4aa-48ec-4325-a89f-1b79fcec3ff8.txt new file mode 100644 index 0000000000000000000000000000000000000000..307ff1f5438ec233bd04bb9bc9b778414a1021cf --- /dev/null +++ b/texts/462ff4aa-48ec-4325-a89f-1b79fcec3ff8.txt @@ -0,0 +1 @@ +Sunset beach seascape, seagulls flying in the sky in the distance, some seagulls are flying in the sky, some are on the beach, the sea water is very blue, the beach is very white, no wall to hide \ No newline at end of file diff --git a/texts/463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7.txt b/texts/463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a1ffb48ac8d6dc1d0be6a8cc1ef46c255644053 --- /dev/null +++ b/texts/463993ec-60b3-4b8c-9dc2-4f4bc1c7dfa7.txt @@ -0,0 +1 @@ +The pillow was placed diagonally next to the sunglasses. \ No newline at end of file diff --git a/texts/4646c040-cb1f-46c8-8afd-6c9e8d87de6d.txt b/texts/4646c040-cb1f-46c8-8afd-6c9e8d87de6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2016026917f79ef1647a3186789ce5ed7f0f60c5 --- /dev/null +++ b/texts/4646c040-cb1f-46c8-8afd-6c9e8d87de6d.txt @@ -0,0 +1 @@ + Cat cake milkyway stars \ No newline at end of file diff --git a/texts/464c7134-cbf2-4472-87db-71683ee520be.txt b/texts/464c7134-cbf2-4472-87db-71683ee520be.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6ad8afb4ac514977d37a3f3e081ccec3825070e --- /dev/null +++ b/texts/464c7134-cbf2-4472-87db-71683ee520be.txt @@ -0,0 +1 @@ +A small Hello Kitty on a beach by sea holding a cake with 0726 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/4650569f-ba03-4433-a93d-3e1c8bfdf900.txt b/texts/4650569f-ba03-4433-a93d-3e1c8bfdf900.txt new file mode 100644 index 0000000000000000000000000000000000000000..615fa68e12754fbd46b855d6230779d9edbef4da --- /dev/null +++ b/texts/4650569f-ba03-4433-a93d-3e1c8bfdf900.txt @@ -0,0 +1 @@ +Two cats with a ultra man \ No newline at end of file diff --git a/texts/465f4df6-8848-4726-a151-f48edc63510e.txt b/texts/465f4df6-8848-4726-a151-f48edc63510e.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd999e92e5ae5633aa6789d4bffff69373e39024 --- /dev/null +++ b/texts/465f4df6-8848-4726-a151-f48edc63510e.txt @@ -0,0 +1 @@ +Alpine playing in the snow Yellow background Orange cat running all the time \ No newline at end of file diff --git a/texts/4660209b-b9b9-44ba-b66a-39f2e765de09.txt b/texts/4660209b-b9b9-44ba-b66a-39f2e765de09.txt new file mode 100644 index 0000000000000000000000000000000000000000..19ae2195cb491a60d91bbd03f636d3e940a64f7e --- /dev/null +++ b/texts/4660209b-b9b9-44ba-b66a-39f2e765de09.txt @@ -0,0 +1 @@ +a white cat wearing sunglasses is driving on the road The background is green grassland.In a hundred days \ No newline at end of file diff --git a/texts/4670cbe7-50ce-438e-bb58-ec6208f11bf6.txt b/texts/4670cbe7-50ce-438e-bb58-ec6208f11bf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff3ef59951bb680fe0177d09ab912fc242e91202 --- /dev/null +++ b/texts/4670cbe7-50ce-438e-bb58-ec6208f11bf6.txt @@ -0,0 +1 @@ +Hellokitty and friend \ No newline at end of file diff --git a/texts/4671fb72-738d-4e9e-84ca-ba5cd22603ac.txt b/texts/4671fb72-738d-4e9e-84ca-ba5cd22603ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..862b1366e6882b92f39e0fa9aa8be7581365c071 --- /dev/null +++ b/texts/4671fb72-738d-4e9e-84ca-ba5cd22603ac.txt @@ -0,0 +1 @@ +A HelloKitty is having afternoon tea \ No newline at end of file diff --git a/texts/467f9ac9-594a-4841-abf0-482f22bdd2b2.txt b/texts/467f9ac9-594a-4841-abf0-482f22bdd2b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db6d924879e7ca25841f90b3e53cbf95e673ef0 --- /dev/null +++ b/texts/467f9ac9-594a-4841-abf0-482f22bdd2b2.txt @@ -0,0 +1 @@ +A white Samoyed wearing earmuffs and a scarf sitting in the snow with a small snowman next to it \ No newline at end of file diff --git a/texts/4683dd7a-d9bf-4260-99f8-4793429e659c.txt b/texts/4683dd7a-d9bf-4260-99f8-4793429e659c.txt new file mode 100644 index 0000000000000000000000000000000000000000..435dc93dcbed3b82f28144c78cc493e7e019b72a --- /dev/null +++ b/texts/4683dd7a-d9bf-4260-99f8-4793429e659c.txt @@ -0,0 +1 @@ +Hello Kitty is smoking and sitting under the Forbidden City in China. \ No newline at end of file diff --git a/texts/469001ad-306e-4c07-896b-9dceb4e5c954.txt b/texts/469001ad-306e-4c07-896b-9dceb4e5c954.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ff7a74ef5f1a7d59792d67c4a3cc7ea9b115102 --- /dev/null +++ b/texts/469001ad-306e-4c07-896b-9dceb4e5c954.txt @@ -0,0 +1 @@ +In the winter snow, an orange cat is squatting with a Christmas hat on. She looks up at the Christmas tree, and there are many sparkling butterflies around the kitten. There are kitten footprints in the snow, and the words TaoHua are written on the snow \ No newline at end of file diff --git a/texts/4691f4b1-b957-4e9f-96dc-696653892ab9.txt b/texts/4691f4b1-b957-4e9f-96dc-696653892ab9.txt new file mode 100644 index 0000000000000000000000000000000000000000..938e4ed5a870d1a366483907af5c287deb522462 --- /dev/null +++ b/texts/4691f4b1-b957-4e9f-96dc-696653892ab9.txt @@ -0,0 +1 @@ +Two black haired beauty wearing a pink Chanel suit in a yellow vintage convertible, facing the camera with many cactus jungle behind them \ No newline at end of file diff --git a/texts/469c0aa9-f4d5-4d00-a967-d2d49585e333.txt b/texts/469c0aa9-f4d5-4d00-a967-d2d49585e333.txt new file mode 100644 index 0000000000000000000000000000000000000000..50c0d217ec90b1940760fddb9b5107fddc3f1a43 --- /dev/null +++ b/texts/469c0aa9-f4d5-4d00-a967-d2d49585e333.txt @@ -0,0 +1 @@ +There was a slice of bread with the letters "hugs" written in marmalade next to a knife and fork \ No newline at end of file diff --git a/texts/46a79169-7217-4da7-bfde-9e207d10f5b3.txt b/texts/46a79169-7217-4da7-bfde-9e207d10f5b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd72aec184d60e1ebd2aaeb85294c71170b3df09 --- /dev/null +++ b/texts/46a79169-7217-4da7-bfde-9e207d10f5b3.txt @@ -0,0 +1 @@ +Zhu Yilong dressed as Santa Claus is holding presents at the beach, next to a Christmas tree \ No newline at end of file diff --git a/texts/46a8e8a8-580f-4246-a85c-66f7c2a54bab.txt b/texts/46a8e8a8-580f-4246-a85c-66f7c2a54bab.txt new file mode 100644 index 0000000000000000000000000000000000000000..d068451c7dd64a26957e9c312fb4eed0df42ec39 --- /dev/null +++ b/texts/46a8e8a8-580f-4246-a85c-66f7c2a54bab.txt @@ -0,0 +1 @@ +Sheep, aurora, sky, horse \ No newline at end of file diff --git a/texts/46b04e73-6b97-499d-8b15-8832b8b0ee72.txt b/texts/46b04e73-6b97-499d-8b15-8832b8b0ee72.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6bd71030943a8929344aff3434585f5ecf7956d --- /dev/null +++ b/texts/46b04e73-6b97-499d-8b15-8832b8b0ee72.txt @@ -0,0 +1 @@ +A cityscape at sunset with a skyline featuring retro architecture and a bustling street filled with fashion trends from the early 2000s. \ No newline at end of file diff --git a/texts/46b6d0bd-ce77-4981-b37e-47a20a3a4a46.txt b/texts/46b6d0bd-ce77-4981-b37e-47a20a3a4a46.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f05e3837429264dca558849972a4d68a1b79049 --- /dev/null +++ b/texts/46b6d0bd-ce77-4981-b37e-47a20a3a4a46.txt @@ -0,0 +1 @@ +On a snowy day, bx is written on the snow, the sky is pure black, golden puppy, hellokitty doll, pink star \ No newline at end of file diff --git a/texts/46bd4242-b02e-48be-afc7-fb09d6c63205.txt b/texts/46bd4242-b02e-48be-afc7-fb09d6c63205.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc064986917c547f8ef57358f9edae58960f39aa --- /dev/null +++ b/texts/46bd4242-b02e-48be-afc7-fb09d6c63205.txt @@ -0,0 +1 @@ +hello kitty in blue is watching the sunset in the distance from the snow-capped mountain \ No newline at end of file diff --git a/texts/46bd6821-715d-44c8-8746-06a44e6c0857.txt b/texts/46bd6821-715d-44c8-8746-06a44e6c0857.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c997dad566c0623819cfdb7cb130b37c1afa787 --- /dev/null +++ b/texts/46bd6821-715d-44c8-8746-06a44e6c0857.txt @@ -0,0 +1 @@ +pyramid in the yellow river \ No newline at end of file diff --git a/texts/46bfe299-baf6-4e66-bfc5-c5b94463d624.txt b/texts/46bfe299-baf6-4e66-bfc5-c5b94463d624.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fab18883001c277426c6e70b4b1c93dd5bf0608 --- /dev/null +++ b/texts/46bfe299-baf6-4e66-bfc5-c5b94463d624.txt @@ -0,0 +1 @@ + Vista Sun sea sailing \ No newline at end of file diff --git a/texts/46c4c6e3-6eb9-4af6-988c-7ee4dae10966.txt b/texts/46c4c6e3-6eb9-4af6-988c-7ee4dae10966.txt new file mode 100644 index 0000000000000000000000000000000000000000..3871f98a8f55a35536638e4c3b4b9a19f0fac2af --- /dev/null +++ b/texts/46c4c6e3-6eb9-4af6-988c-7ee4dae10966.txt @@ -0,0 +1 @@ +hello kitty snowman \ No newline at end of file diff --git a/texts/46cf6412-43c9-44e3-8d5d-cb54ac5950e8.txt b/texts/46cf6412-43c9-44e3-8d5d-cb54ac5950e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2aa4db3290aea1899febf4dbe082e5a8afd232c --- /dev/null +++ b/texts/46cf6412-43c9-44e3-8d5d-cb54ac5950e8.txt @@ -0,0 +1 @@ +There is a pink sky in the background and a white birthday cake on the beach in the evening with 'JOSHUA' written on it and the letters '30'. \ No newline at end of file diff --git a/texts/46d6c359-4ecc-48eb-ab4e-d5aef121542e.txt b/texts/46d6c359-4ecc-48eb-ab4e-d5aef121542e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c0619ee06b9dc37cb2cbce6f57d3fea946ad832 --- /dev/null +++ b/texts/46d6c359-4ecc-48eb-ab4e-d5aef121542e.txt @@ -0,0 +1 @@ +A hello Kitty is listening to music and eating fried chicken and barbecue at home \ No newline at end of file diff --git a/texts/46e24e57-79c1-4d88-831e-6c211238b574.txt b/texts/46e24e57-79c1-4d88-831e-6c211238b574.txt new file mode 100644 index 0000000000000000000000000000000000000000..34b2b48731be51c0956e48023b55daf89eef31a4 --- /dev/null +++ b/texts/46e24e57-79c1-4d88-831e-6c211238b574.txt @@ -0,0 +1 @@ +Pom pom purin from Japan. \ No newline at end of file diff --git a/texts/46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01.txt b/texts/46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01.txt new file mode 100644 index 0000000000000000000000000000000000000000..a617b3525a919847e3f331fa75642c5d5c3de823 --- /dev/null +++ b/texts/46e3fdc8-29ab-4260-9f4f-7d24c3cc1f01.txt @@ -0,0 +1 @@ +A fluffy red panda wearing sunglasses, DJing in the living room with a Christmas tree atmosphere behind him. \ No newline at end of file diff --git a/texts/46e6b330-62d3-4d58-b7fb-177255f431a2.txt b/texts/46e6b330-62d3-4d58-b7fb-177255f431a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6040055409ab73eef325a42aa7c7ff785d250 --- /dev/null +++ b/texts/46e6b330-62d3-4d58-b7fb-177255f431a2.txt @@ -0,0 +1 @@ +On a snowy day, the N&A is written on the snow.Hello kitty doll \ No newline at end of file diff --git a/texts/46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08.txt b/texts/46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08.txt new file mode 100644 index 0000000000000000000000000000000000000000..bee390742f9299683c8bf7dc6d9274789d0c440b --- /dev/null +++ b/texts/46f74f0a-0f57-4a9d-a1a6-ca1e158b1c08.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a kitten in a white Christmas hat, next to the Christmas tree, and "lan" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/46f75b05-b1be-44e8-a23e-b962cd3c88ef.txt b/texts/46f75b05-b1be-44e8-a23e-b962cd3c88ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..6411aef87b17e134c664a3e286534f8333916599 --- /dev/null +++ b/texts/46f75b05-b1be-44e8-a23e-b962cd3c88ef.txt @@ -0,0 +1 @@ +bluegreytabbycat in the room cuddle with \ No newline at end of file diff --git a/texts/46f97a24-de51-4ae1-8f55-24c93249d12c.txt b/texts/46f97a24-de51-4ae1-8f55-24c93249d12c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2089d9bbbbf9855b522a71663d5b49c7c5041057 --- /dev/null +++ b/texts/46f97a24-de51-4ae1-8f55-24c93249d12c.txt @@ -0,0 +1 @@ +Small dining table, sofa, fridge, and two cups of black tea. \ No newline at end of file diff --git a/texts/46fc4095-300d-4a1a-97f5-47657dbf9c80.txt b/texts/46fc4095-300d-4a1a-97f5-47657dbf9c80.txt new file mode 100644 index 0000000000000000000000000000000000000000..519f2eccd02c2533da3d677537761a5043245f85 --- /dev/null +++ b/texts/46fc4095-300d-4a1a-97f5-47657dbf9c80.txt @@ -0,0 +1 @@ +A typewriter had the sosobi logo written on the side, typed out strips of paper that said 2025 and various lists, and then a person's hand reached over to take the printer paper \ No newline at end of file diff --git a/texts/46fd9a10-0b43-4444-a936-ec0d21b3223d.txt b/texts/46fd9a10-0b43-4444-a936-ec0d21b3223d.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f6a2d4db891faf611d86ec61e21e7643d4b2c2 --- /dev/null +++ b/texts/46fd9a10-0b43-4444-a936-ec0d21b3223d.txt @@ -0,0 +1 @@ +a monkey is playing sonw ball in the froest ,and the forest are coverd by the snow \ No newline at end of file diff --git a/texts/46fdf81c-f22b-470c-91ea-8be2e2a1dc59.txt b/texts/46fdf81c-f22b-470c-91ea-8be2e2a1dc59.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ce2698ff3a7b3b54fcf73a73d1431606872d1a6 --- /dev/null +++ b/texts/46fdf81c-f22b-470c-91ea-8be2e2a1dc59.txt @@ -0,0 +1 @@ +A Hogwarts corridor filled with students chatting and walking between classes. The walls are made of old stone, and there are various portraits hanging on the walls, some of which are moving. Students in different house robes pass each other, laughing and talking. A group of Gryffindor students are laughing loudly, while a Slytherin student whispers something to their friend. The atmosphere is lively, with magical torches lighting the corridor. \ No newline at end of file diff --git a/texts/47056442-4aac-48e1-96e9-4e6bca448e0d.txt b/texts/47056442-4aac-48e1-96e9-4e6bca448e0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb693f4ab4d671a3a6619f4ab41717cb46c1dc79 --- /dev/null +++ b/texts/47056442-4aac-48e1-96e9-4e6bca448e0d.txt @@ -0,0 +1 @@ +Hello Kitty in green clothes with a real cat next to her, white background \ No newline at end of file diff --git a/texts/472eeb48-a844-41e3-aa1e-5f1d93453ccf.txt b/texts/472eeb48-a844-41e3-aa1e-5f1d93453ccf.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d96df00cba3f557dfac743d826963c8fae63b1b --- /dev/null +++ b/texts/472eeb48-a844-41e3-aa1e-5f1d93453ccf.txt @@ -0,0 +1 @@ +A small Bichon on the snow, with snowflakes falling, blues moments and lots of stars \ No newline at end of file diff --git a/texts/47382d4c-4578-48a2-92f4-8ed015bfbd63.txt b/texts/47382d4c-4578-48a2-92f4-8ed015bfbd63.txt new file mode 100644 index 0000000000000000000000000000000000000000..aee2d539be3643e9fbb1de46c9b66bcd0b6a67ff --- /dev/null +++ b/texts/47382d4c-4578-48a2-92f4-8ed015bfbd63.txt @@ -0,0 +1 @@ +Film photo of a group of people watching fireworks at the seaside \ No newline at end of file diff --git a/texts/47402054-f306-43c1-9874-7165bcf94cff.txt b/texts/47402054-f306-43c1-9874-7165bcf94cff.txt new file mode 100644 index 0000000000000000000000000000000000000000..9def8c3ce6fe897943a9774aba2e60df33f7afda --- /dev/null +++ b/texts/47402054-f306-43c1-9874-7165bcf94cff.txt @@ -0,0 +1 @@ +A red train running in a snowy forest with snow and snowy mountains beside it \ No newline at end of file diff --git a/texts/474466a7-e4af-4ee6-a53d-f3f7e48e2c8c.txt b/texts/474466a7-e4af-4ee6-a53d-f3f7e48e2c8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..93372f55c23830a0f0d84e3ed3f16d0adcfdb656 --- /dev/null +++ b/texts/474466a7-e4af-4ee6-a53d-f3f7e48e2c8c.txt @@ -0,0 +1 @@ +Two cute Hello Kitty cat dolls are on white snow with a Christmas tree at the back and a beach in the background. In the distance, fireworks bloom, mainly in white and pink colors. There are footprints on the beach, ZY YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/47598afc-7885-4668-b2b0-38ec6e81edae.txt b/texts/47598afc-7885-4668-b2b0-38ec6e81edae.txt new file mode 100644 index 0000000000000000000000000000000000000000..93244d540ce6859ba01f9a53f0d56d8072a81b8b --- /dev/null +++ b/texts/47598afc-7885-4668-b2b0-38ec6e81edae.txt @@ -0,0 +1 @@ +"Create an illustration of a rugged man sitting in a dark, eerie forest. He is eating the brain of a grotesque monster with sharp teeth and glowing eyes. The man's expression is intense and fearless, with blood smears on his hands and face. The atmosphere is haunting, with a dim moon casting an eerie glow and shadows of monstrous figures in the background \ No newline at end of file diff --git a/texts/4761a2fe-5369-4a78-bd5c-ad250896a8a5.txt b/texts/4761a2fe-5369-4a78-bd5c-ad250896a8a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..9951c274ef96a8e91cd70829fa5522a2e7c8b06f --- /dev/null +++ b/texts/4761a2fe-5369-4a78-bd5c-ad250896a8a5.txt @@ -0,0 +1 @@ +a silver gradient British Shorthair Cat is driving a racing simulator in the snow \ No newline at end of file diff --git a/texts/476aaa70-54fd-4988-a1a4-062a99843fbb.txt b/texts/476aaa70-54fd-4988-a1a4-062a99843fbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5efdcc13bdcc5a61a6d46341d5fde81f2c3ce1fc --- /dev/null +++ b/texts/476aaa70-54fd-4988-a1a4-062a99843fbb.txt @@ -0,0 +1 @@ +The small white rabbit with the star pattern jumps on the fountain, the background is starry, and the musical notes float in the air \ No newline at end of file diff --git a/texts/476cd461-1e01-4f2b-a0e9-54fc10611ce5.txt b/texts/476cd461-1e01-4f2b-a0e9-54fc10611ce5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f05e3837429264dca558849972a4d68a1b79049 --- /dev/null +++ b/texts/476cd461-1e01-4f2b-a0e9-54fc10611ce5.txt @@ -0,0 +1 @@ +On a snowy day, bx is written on the snow, the sky is pure black, golden puppy, hellokitty doll, pink star \ No newline at end of file diff --git a/texts/4772ecca-05e0-430d-b942-d4e0e0322388.txt b/texts/4772ecca-05e0-430d-b942-d4e0e0322388.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f44242bcd5f83d312d04d5b587e1c6479b13ce --- /dev/null +++ b/texts/4772ecca-05e0-430d-b942-d4e0e0322388.txt @@ -0,0 +1 @@ + The sun, stars and the moon are under my command. \ No newline at end of file diff --git a/texts/4775bfda-7381-45ce-a6cd-5977a25848a0.txt b/texts/4775bfda-7381-45ce-a6cd-5977a25848a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6e6eef552c54bdce332c7115e7caef689d59f43 --- /dev/null +++ b/texts/4775bfda-7381-45ce-a6cd-5977a25848a0.txt @@ -0,0 +1 @@ +In a green room, there is a window with a dreamy pink outside. A pig in a bright red suit stands in the room. \ No newline at end of file diff --git a/texts/47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33.txt b/texts/47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba2c85bd757628ff7b94a687776c31ca28885e1b --- /dev/null +++ b/texts/47772cf3-a5c5-4824-b6ac-6f2a1aa5ea33.txt @@ -0,0 +1 @@ +westhighland white terrier doing architecture design \ No newline at end of file diff --git a/texts/477eb3c5-e461-4b09-8212-ead7f2b792d7.txt b/texts/477eb3c5-e461-4b09-8212-ead7f2b792d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad3d02d08a609599c7bb27c1143aaab767ff06b3 --- /dev/null +++ b/texts/477eb3c5-e461-4b09-8212-ead7f2b792d7.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. In the distance is the sea, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. "LLR" is written on the snow, with traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/4781f5d3-00dd-497d-9df5-e8cc6269d25d.txt b/texts/4781f5d3-00dd-497d-9df5-e8cc6269d25d.txt new file mode 100644 index 0000000000000000000000000000000000000000..221e48a496d2b7b8d8bb3f2818da8268776fe63d --- /dev/null +++ b/texts/4781f5d3-00dd-497d-9df5-e8cc6269d25d.txt @@ -0,0 +1 @@ +hello kitty/snow/merry Christmas/love/mountainfirework \ No newline at end of file diff --git a/texts/47a4c01f-63b8-4d92-a6dd-97fb361db2bb.txt b/texts/47a4c01f-63b8-4d92-a6dd-97fb361db2bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1a035827383dd9e4e684183f27605d0cad49df8 --- /dev/null +++ b/texts/47a4c01f-63b8-4d92-a6dd-97fb361db2bb.txt @@ -0,0 +1 @@ +Threshold space \ No newline at end of file diff --git a/texts/47acfcb2-7b0c-4f2f-b0b9-c2621eab482f.txt b/texts/47acfcb2-7b0c-4f2f-b0b9-c2621eab482f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69a8ffd01e13da539c0df4ce59a0299407b0bed --- /dev/null +++ b/texts/47acfcb2-7b0c-4f2f-b0b9-c2621eab482f.txt @@ -0,0 +1 @@ +burning Kinkakuji Temple \ No newline at end of file diff --git a/texts/47ad4ec8-5b86-45eb-a31d-3c8192e506bf.txt b/texts/47ad4ec8-5b86-45eb-a31d-3c8192e506bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..daed17d5fa872400bc61e72959029c551aefe8fe --- /dev/null +++ b/texts/47ad4ec8-5b86-45eb-a31d-3c8192e506bf.txt @@ -0,0 +1 @@ +A fat sheep in cardigan, inside a railway carriage, snowing outside \ No newline at end of file diff --git a/texts/47b1e086-2464-4418-81ab-324e3228d423.txt b/texts/47b1e086-2464-4418-81ab-324e3228d423.txt new file mode 100644 index 0000000000000000000000000000000000000000..86ff2ba0118511516fcf9827acf31f4922b53fae --- /dev/null +++ b/texts/47b1e086-2464-4418-81ab-324e3228d423.txt @@ -0,0 +1 @@ +A white cat wearing sunglasses is driving on the road The background is green grassland. \ No newline at end of file diff --git a/texts/47b777a3-cba1-4fa8-a985-7588df826297.txt b/texts/47b777a3-cba1-4fa8-a985-7588df826297.txt new file mode 100644 index 0000000000000000000000000000000000000000..547fda330293db9328d611e93d94ff40cec56f69 --- /dev/null +++ b/texts/47b777a3-cba1-4fa8-a985-7588df826297.txt @@ -0,0 +1 @@ +Before the volcanic eruption, the little bear and the little rabbit were sitting around the table drinking coffee. \ No newline at end of file diff --git a/texts/47c5e31f-0674-4500-94e7-ccb4d6380e17.txt b/texts/47c5e31f-0674-4500-94e7-ccb4d6380e17.txt new file mode 100644 index 0000000000000000000000000000000000000000..77703ea73aa3f3bb0d94f47a730abd7c352cc15c --- /dev/null +++ b/texts/47c5e31f-0674-4500-94e7-ccb4d6380e17.txt @@ -0,0 +1 @@ +A black cat mascot holding a star in its hands. \ No newline at end of file diff --git a/texts/47c8317c-01c3-4efc-92e6-b897f8aec423.txt b/texts/47c8317c-01c3-4efc-92e6-b897f8aec423.txt new file mode 100644 index 0000000000000000000000000000000000000000..d57707a339a49d360fe3901a080c07cbb5b61314 --- /dev/null +++ b/texts/47c8317c-01c3-4efc-92e6-b897f8aec423.txt @@ -0,0 +1 @@ +A cat with headphones drawing architecture drawings \ No newline at end of file diff --git a/texts/47cd88b7-cbad-44a5-b8fc-ab90ccd586fb.txt b/texts/47cd88b7-cbad-44a5-b8fc-ab90ccd586fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5764ad0353fc5a9de5f07e204dabb296b1ecebfb --- /dev/null +++ b/texts/47cd88b7-cbad-44a5-b8fc-ab90ccd586fb.txt @@ -0,0 +1 @@ +Dreamcore theme: Goldfish swimming in the blue sky, REAL SKY, NO HUMAN \ No newline at end of file diff --git a/texts/47d6e439-7687-4e69-9434-67a2f61a352a.txt b/texts/47d6e439-7687-4e69-9434-67a2f61a352a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a34a75bff38537023290678d1f3bcf9c2b7383ef --- /dev/null +++ b/texts/47d6e439-7687-4e69-9434-67a2f61a352a.txt @@ -0,0 +1 @@ +On the snow near the seaside, there is a Hello Kitty doll holding a magic wand. There are fireworks and a Christmas tree behind it, and some words are written on the snow with the abbreviated letters LKK. \ No newline at end of file diff --git a/texts/47eaee67-73e3-4e5c-af17-587eef53af19.txt b/texts/47eaee67-73e3-4e5c-af17-587eef53af19.txt new file mode 100644 index 0000000000000000000000000000000000000000..c03384faeaf9163de88bb2a1bcbbb82bd2c61d12 --- /dev/null +++ b/texts/47eaee67-73e3-4e5c-af17-587eef53af19.txt @@ -0,0 +1 @@ +A Chinese power worker wearing a blue hard hat stands under a high-voltage tower, carrying a black toolkit. \ No newline at end of file diff --git a/texts/47f8512a-af31-4961-b72c-6427ed6c409e.txt b/texts/47f8512a-af31-4961-b72c-6427ed6c409e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a45f90851fb5599455cf0d66229f4bf9825aa355 --- /dev/null +++ b/texts/47f8512a-af31-4961-b72c-6427ed6c409e.txt @@ -0,0 +1 @@ +A Devon cat, he is a short-haired cat with curly hair. He is very thin. He has a triangular face. His nose is white with a black patch under it. His four paws are white and his back is black. He has big ears and white feathered wings. He is sitting on a white cloud with many rainbow-colored gift boxes on it. In the distance is a pink sunset and shining stars \ No newline at end of file diff --git a/texts/47fe353a-8de1-4f9d-97c3-953d736c8429.txt b/texts/47fe353a-8de1-4f9d-97c3-953d736c8429.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0e762ce7fa4cb2ec07f54a77b07832871f3ccee --- /dev/null +++ b/texts/47fe353a-8de1-4f9d-97c3-953d736c8429.txt @@ -0,0 +1 @@ +On a cold winter night, a white kitten wearing pink and yellow butterfly wings sits in the snow. In front of the cat is a volcano cake with lit candles and white frosting. The background is a snowy landscape with a few trees in the distance and the sky glowing orange, creating a warm and dreamy atmosphere. \ No newline at end of file diff --git a/texts/4803f711-6895-4cf0-8d89-307e677a3d64.txt b/texts/4803f711-6895-4cf0-8d89-307e677a3d64.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6ab95aa2872afafc1381fbbc0ccdaf07c789c2c --- /dev/null +++ b/texts/4803f711-6895-4cf0-8d89-307e677a3d64.txt @@ -0,0 +1 @@ +A man playing guitar in his home with a campfire in his bedroom a cat nearby and outside is snowing heavily and only candle in his room \ No newline at end of file diff --git a/texts/4807ee87-5ac6-4141-8815-f1fc222b1f50.txt b/texts/4807ee87-5ac6-4141-8815-f1fc222b1f50.txt new file mode 100644 index 0000000000000000000000000000000000000000..adb6bb8b498f00ea3836bf4ee3bceafcdb4760ed --- /dev/null +++ b/texts/4807ee87-5ac6-4141-8815-f1fc222b1f50.txt @@ -0,0 +1 @@ +bichon puppy pilot,tonue out on a glider flying in the sky with the sky in the background, and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/480d7361-c123-48e6-87ce-5467a25e6f61.txt b/texts/480d7361-c123-48e6-87ce-5467a25e6f61.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcc53a5a6eda232d6c22cb7c77091c10c539bd44 --- /dev/null +++ b/texts/480d7361-c123-48e6-87ce-5467a25e6f61.txt @@ -0,0 +1 @@ +Hello Kitty gazes at the Milky Way galaxy on a planet covered with cherry blossoms. \ No newline at end of file diff --git a/texts/4822161c-0195-44af-94b5-f808a65149d9.txt b/texts/4822161c-0195-44af-94b5-f808a65149d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1747e814fa89685a4444fcce16c479e8c31bea7c --- /dev/null +++ b/texts/4822161c-0195-44af-94b5-f808a65149d9.txt @@ -0,0 +1 @@ +During the snowy day, there is the sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, Ya written on the snow, with traces of cat's claws, with a dreamy effect of light particles, high color saturation \ No newline at end of file diff --git a/texts/48253334-3c09-48d8-b896-db47c6d9d70c.txt b/texts/48253334-3c09-48d8-b896-db47c6d9d70c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5196803656016587a58be96b9b9324f77603a6a7 --- /dev/null +++ b/texts/48253334-3c09-48d8-b896-db47c6d9d70c.txt @@ -0,0 +1 @@ +A little penguin wearing a blue woolen hat walks on the snow, with footprints, snowflakes floating, stars shining, and LYW written on the snow. The atmosphere is warm, and the details are clear \ No newline at end of file diff --git a/texts/4825ed00-8a05-4861-82f0-104cc1e52eed.txt b/texts/4825ed00-8a05-4861-82f0-104cc1e52eed.txt new file mode 100644 index 0000000000000000000000000000000000000000..9400ae536b430120f2938bc2ae67f2a81d11bbcd --- /dev/null +++ b/texts/4825ed00-8a05-4861-82f0-104cc1e52eed.txt @@ -0,0 +1 @@ +Five rabbits surrounded the beautiful Christmas tree in the snow. There were many colorful lights hanging on the Christmas tree, and there were many gifts under the tree. There is a handwritten letter "newjeans" on the snow. The overall color is warm and lively. \ No newline at end of file diff --git a/texts/4828f15a-6095-45a4-82eb-1485d479a9ee.txt b/texts/4828f15a-6095-45a4-82eb-1485d479a9ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae5d667c8ce23cd873c3e28bb4c56ac09c90bf75 --- /dev/null +++ b/texts/4828f15a-6095-45a4-82eb-1485d479a9ee.txt @@ -0,0 +1 @@ +A cute black cat is driving a car with a jeweled necklace \ No newline at end of file diff --git a/texts/482b3190-daa1-4d7d-819b-96f204b1bc85.txt b/texts/482b3190-daa1-4d7d-819b-96f204b1bc85.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a57f53b1cc5382fe064de491a3d390b11bf2a6 --- /dev/null +++ b/texts/482b3190-daa1-4d7d-819b-96f204b1bc85.txt @@ -0,0 +1 @@ + red desert with weird purple flowers ,there is a crystal in the middle of the desert,on one is around \ No newline at end of file diff --git a/texts/483a8149-1c15-4908-92ad-f8a5aa73e69f.txt b/texts/483a8149-1c15-4908-92ad-f8a5aa73e69f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4383d6050eb84161f985edf1323c72c226604ec2 --- /dev/null +++ b/texts/483a8149-1c15-4908-92ad-f8a5aa73e69f.txt @@ -0,0 +1 @@ +man brunette with beard on white background \ No newline at end of file diff --git a/texts/483b8e60-2db6-45b2-94d4-9f48420dcd63.txt b/texts/483b8e60-2db6-45b2-94d4-9f48420dcd63.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aeca65f94b2780c64c38f7b8f5e89d14e407098 --- /dev/null +++ b/texts/483b8e60-2db6-45b2-94d4-9f48420dcd63.txt @@ -0,0 +1 @@ +A takin warms itself in the snow at night \ No newline at end of file diff --git a/texts/483edd19-7d70-4fdc-b789-f9d91e3257fc.txt b/texts/483edd19-7d70-4fdc-b789-f9d91e3257fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..381680de384c93a3c39e200a3e48a39799f4c970 --- /dev/null +++ b/texts/483edd19-7d70-4fdc-b789-f9d91e3257fc.txt @@ -0,0 +1 @@ +a handsome man falls in love with me \ No newline at end of file diff --git a/texts/484116c0-8d33-4979-b823-16e033a500f5.txt b/texts/484116c0-8d33-4979-b823-16e033a500f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..430f7341ae4545dd265eab1add106e78ec3d6576 --- /dev/null +++ b/texts/484116c0-8d33-4979-b823-16e033a500f5.txt @@ -0,0 +1 @@ +A sparkling gree Christmas tree by the blue seaside in night \ No newline at end of file diff --git a/texts/48448082-56fd-4a6c-875b-0af41614f23a.txt b/texts/48448082-56fd-4a6c-875b-0af41614f23a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e95a421d034ee32589ba63ff2981d5aeb349ac9f --- /dev/null +++ b/texts/48448082-56fd-4a6c-875b-0af41614f23a.txt @@ -0,0 +1 @@ +a young lady with long black straight hair (no hair ban)walking relaxed on Paris street, wearing white outfit, half body, with flying big pigeons in front of camera crossing, with iconic Parisian buildings at back \ No newline at end of file diff --git a/texts/4850208a-b640-4559-afdc-b38345d69e8b.txt b/texts/4850208a-b640-4559-afdc-b38345d69e8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..473cbfe9ac02231a3932f224f3889c439a43a3d3 --- /dev/null +++ b/texts/4850208a-b640-4559-afdc-b38345d69e8b.txt @@ -0,0 +1 @@ +There is two hello kitty in the snow by the sea. Fireworks are set off in the sky, and there is a Christmas tree on the shore. J&L is written on the snow. \ No newline at end of file diff --git a/texts/4858a3b6-c14b-413c-8c49-70294c0d577f.txt b/texts/4858a3b6-c14b-413c-8c49-70294c0d577f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0d81ad906ce1abe416dc5bc4299b914bc061318 --- /dev/null +++ b/texts/4858a3b6-c14b-413c-8c49-70294c0d577f.txt @@ -0,0 +1 @@ +A little pig works hard in front of the computer. \ No newline at end of file diff --git a/texts/485e8ad8-101f-4628-b666-c98199305264.txt b/texts/485e8ad8-101f-4628-b666-c98199305264.txt new file mode 100644 index 0000000000000000000000000000000000000000..33b47118c985d9af05ae5700d2bb8fead968be2b --- /dev/null +++ b/texts/485e8ad8-101f-4628-b666-c98199305264.txt @@ -0,0 +1 @@ +Skiing Bichon with a scarf \ No newline at end of file diff --git a/texts/4865ebb7-3d3b-4211-80e1-e392a7b09e9d.txt b/texts/4865ebb7-3d3b-4211-80e1-e392a7b09e9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..069f6e78c216e6881a73c7f7cd843935a5003a62 --- /dev/null +++ b/texts/4865ebb7-3d3b-4211-80e1-e392a7b09e9d.txt @@ -0,0 +1 @@ +A blue cookie monster big doll is exercising. \ No newline at end of file diff --git a/texts/4868769a-87a8-4181-b855-960f8ff4f3eb.txt b/texts/4868769a-87a8-4181-b855-960f8ff4f3eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a92ef976d7427c3532be25caab98d62ead8bd59 --- /dev/null +++ b/texts/4868769a-87a8-4181-b855-960f8ff4f3eb.txt @@ -0,0 +1 @@ +A small yellow Chinese pastoral dog with a pink bow and a smaller winged tortoisel kitten snuggle together. At night, there is a lot of glitter in the boundless sea and beach. \ No newline at end of file diff --git a/texts/486d5263-e5ec-4521-9aed-add8e39a3a47.txt b/texts/486d5263-e5ec-4521-9aed-add8e39a3a47.txt new file mode 100644 index 0000000000000000000000000000000000000000..e259f7e5260797e86e66be7a9a3bb41fffe2c96d --- /dev/null +++ b/texts/486d5263-e5ec-4521-9aed-add8e39a3a47.txt @@ -0,0 +1 @@ +Bernese Mountain Dog puppy \ No newline at end of file diff --git a/texts/486f4f6d-e42a-4ca2-867f-6444d502176b.txt b/texts/486f4f6d-e42a-4ca2-867f-6444d502176b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b6365d232bd4afcf595c48c1569b98fb4c98792 --- /dev/null +++ b/texts/486f4f6d-e42a-4ca2-867f-6444d502176b.txt @@ -0,0 +1 @@ +ZYJ LOVE ZJS This ten letters individually made of oversized gold luminous lights on the beach on the beach. ZYJ on top, LOVE in the middle, ZJS on the bottom, no need for anything else and boards and characters to appear, lights need to shine a little brighter. Gold fireworks explode in the background. \ No newline at end of file diff --git a/texts/48833bf0-5420-4837-8f00-4b153b581ba6.txt b/texts/48833bf0-5420-4837-8f00-4b153b581ba6.txt new file mode 100644 index 0000000000000000000000000000000000000000..82862a4978473f6bdcf72a3d80d192c81a3ad550 --- /dev/null +++ b/texts/48833bf0-5420-4837-8f00-4b153b581ba6.txt @@ -0,0 +1 @@ +lesbian couple, long black hair with no glasses, very short black hair and wearing black glasses , snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning and gazing into the distance, back view, peaceful, quiet, love \ No newline at end of file diff --git a/texts/4886c71b-4472-487a-8860-194d5fabbe84.txt b/texts/4886c71b-4472-487a-8860-194d5fabbe84.txt new file mode 100644 index 0000000000000000000000000000000000000000..f06c2976549338e84f9c4e9d87635cd51f35e654 --- /dev/null +++ b/texts/4886c71b-4472-487a-8860-194d5fabbe84.txt @@ -0,0 +1 @@ +Some day I ' ll , I wanna wear a starry crown(man) \ No newline at end of file diff --git a/texts/488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9.txt b/texts/488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a3240cfa79649fd375c4e354e88b5648ca80f7e --- /dev/null +++ b/texts/488aa906-d4cd-4bc6-8cfb-7687b3d1e2b9.txt @@ -0,0 +1 @@ +Smudge lamb on the snow with butterfly \ No newline at end of file diff --git a/texts/4896ba2d-2deb-4f1a-a926-1f21ddf1c22c.txt b/texts/4896ba2d-2deb-4f1a-a926-1f21ddf1c22c.txt new file mode 100644 index 0000000000000000000000000000000000000000..54b3556891d7195341ecdb0faa96025f44046758 --- /dev/null +++ b/texts/4896ba2d-2deb-4f1a-a926-1f21ddf1c22c.txt @@ -0,0 +1 @@ +tree house \ No newline at end of file diff --git a/texts/48996062-531f-477a-a6c4-74382dacd562.txt b/texts/48996062-531f-477a-a6c4-74382dacd562.txt new file mode 100644 index 0000000000000000000000000000000000000000..801a5cc0f5f750e105b72bbe470ad7d757ad1b55 --- /dev/null +++ b/texts/48996062-531f-477a-a6c4-74382dacd562.txt @@ -0,0 +1 @@ +A kitten wearing sunglasses and a scarf exploded while drinking champagne. \ No newline at end of file diff --git a/texts/489a8044-ba66-4a9d-bad5-9b081985ab6d.txt b/texts/489a8044-ba66-4a9d-bad5-9b081985ab6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..50e5b3e0c5fe2e50c61c5c10e0603bf668ad0754 --- /dev/null +++ b/texts/489a8044-ba66-4a9d-bad5-9b081985ab6d.txt @@ -0,0 +1 @@ +A small, fluffy owl perched on a tree branch, wearing a little scarf in the autumn forest \ No newline at end of file diff --git a/texts/489d3b7f-c8e4-4b08-ab05-e13bd65a9314.txt b/texts/489d3b7f-c8e4-4b08-ab05-e13bd65a9314.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dbd5a1e4b1aee8176012f412905a22bf2646047 --- /dev/null +++ b/texts/489d3b7f-c8e4-4b08-ab05-e13bd65a9314.txt @@ -0,0 +1 @@ +Ballet shoes in front of Jinge Temple \ No newline at end of file diff --git a/texts/489efc6d-153f-4ca4-9570-06c0f31aa0fb.txt b/texts/489efc6d-153f-4ca4-9570-06c0f31aa0fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..1699a94f4ac46158a97622f72fcee31acdbcf7b3 --- /dev/null +++ b/texts/489efc6d-153f-4ca4-9570-06c0f31aa0fb.txt @@ -0,0 +1 @@ +A white West Highland White Terrier carrying a pair of small butterflies in the snow \ No newline at end of file diff --git a/texts/489f450e-0dbe-4bd4-af08-b5141a428f28.txt b/texts/489f450e-0dbe-4bd4-af08-b5141a428f28.txt new file mode 100644 index 0000000000000000000000000000000000000000..68aa979831c252aa4528a149955316dcfd881ff6 --- /dev/null +++ b/texts/489f450e-0dbe-4bd4-af08-b5141a428f28.txt @@ -0,0 +1 @@ +A handsome, mature, middle-aged man with a beard \ No newline at end of file diff --git a/texts/48a0c485-2f48-4ce7-b559-0099c5b923d3.txt b/texts/48a0c485-2f48-4ce7-b559-0099c5b923d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dd5efc4a77e8acbbf8be4f2ecec207bafa0cb2f --- /dev/null +++ b/texts/48a0c485-2f48-4ce7-b559-0099c5b923d3.txt @@ -0,0 +1 @@ +Dachshund welsh corgi \ No newline at end of file diff --git a/texts/48b238d8-0820-4caa-a3e6-2779437e6810.txt b/texts/48b238d8-0820-4caa-a3e6-2779437e6810.txt new file mode 100644 index 0000000000000000000000000000000000000000..47dd8c2112e08aa38340c1b6e6cde69770233663 --- /dev/null +++ b/texts/48b238d8-0820-4caa-a3e6-2779437e6810.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters #NXY printed on the snow \ No newline at end of file diff --git a/texts/48b2c0cb-1b70-4fcc-8c90-e4171f28f052.txt b/texts/48b2c0cb-1b70-4fcc-8c90-e4171f28f052.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bda04fa35c1a463c1f626568fbfa9d1150e2b10 --- /dev/null +++ b/texts/48b2c0cb-1b70-4fcc-8c90-e4171f28f052.txt @@ -0,0 +1 @@ +the black rover mini sprite, in the center of the sea ,all wheels are burning, \ No newline at end of file diff --git a/texts/48b2e938-bcce-40ba-a5f9-631c6842f121.txt b/texts/48b2e938-bcce-40ba-a5f9-631c6842f121.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c5bf547f5861e686e35081c4297e0d2964ebe93 --- /dev/null +++ b/texts/48b2e938-bcce-40ba-a5f9-631c6842f121.txt @@ -0,0 +1 @@ +dolphin's right eye \ No newline at end of file diff --git a/texts/48c22f69-657a-42f7-8c51-bd5f6d5b2894.txt b/texts/48c22f69-657a-42f7-8c51-bd5f6d5b2894.txt new file mode 100644 index 0000000000000000000000000000000000000000..e750ccb3eefd27adcd9092114b7831d31f3e4a68 --- /dev/null +++ b/texts/48c22f69-657a-42f7-8c51-bd5f6d5b2894.txt @@ -0,0 +1 @@ +West Highland running on the grass~~ \ No newline at end of file diff --git a/texts/48de1c5b-013c-45cb-982f-cf108800051f.txt b/texts/48de1c5b-013c-45cb-982f-cf108800051f.txt new file mode 100644 index 0000000000000000000000000000000000000000..add2a7403560a32af800b87fa6ec3426fff5179b --- /dev/null +++ b/texts/48de1c5b-013c-45cb-982f-cf108800051f.txt @@ -0,0 +1 @@ +Cute white puppy singing with a microphone, colorful room \ No newline at end of file diff --git a/texts/48e8f0c0-7486-4c20-9b85-eb7ad209b4b9.txt b/texts/48e8f0c0-7486-4c20-9b85-eb7ad209b4b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..c61429b37b601a4ae8593e2f68942c0742ad5a9a --- /dev/null +++ b/texts/48e8f0c0-7486-4c20-9b85-eb7ad209b4b9.txt @@ -0,0 +1 @@ +A fluffy yellow cat with a crown and a long black expensive car behind it, there is a red carpet in the front of it and a lot of people with camera shooting it, surrounded it, there were sparkling shining filter on it \ No newline at end of file diff --git a/texts/48ee72c5-eead-4cad-85f2-364fd91909be.txt b/texts/48ee72c5-eead-4cad-85f2-364fd91909be.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4e46dfbd9724763deaa96972088743200cf8ca0 --- /dev/null +++ b/texts/48ee72c5-eead-4cad-85f2-364fd91909be.txt @@ -0,0 +1 @@ +A cute dog with an angelic halo stands in the clouds, floating above the sea, next to the name Yola. \ No newline at end of file diff --git a/texts/48f18054-3721-4aae-87a7-ad2d4f069fea.txt b/texts/48f18054-3721-4aae-87a7-ad2d4f069fea.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea4ae995c9f3a2953eefc8310130fec7d3ba9dd6 --- /dev/null +++ b/texts/48f18054-3721-4aae-87a7-ad2d4f069fea.txt @@ -0,0 +1 @@ +Two real ducks watching a movie on the sofa \ No newline at end of file diff --git a/texts/48f27274-97b5-45d0-85f2-17c2ac65d56f.txt b/texts/48f27274-97b5-45d0-85f2-17c2ac65d56f.txt new file mode 100644 index 0000000000000000000000000000000000000000..696d6be17ac3f72d0375139ebd90ba115143cfec --- /dev/null +++ b/texts/48f27274-97b5-45d0-85f2-17c2ac65d56f.txt @@ -0,0 +1 @@ +A pale orange cat with a light pattern was sitting at a table eating a birthday cake. There was a disco ball at the back of the room \ No newline at end of file diff --git a/texts/49085696-2bbe-4142-885a-f6288bc5c12e.txt b/texts/49085696-2bbe-4142-885a-f6288bc5c12e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bdfbffedfb587ab28a1678ad279bc4891c6beb3 --- /dev/null +++ b/texts/49085696-2bbe-4142-885a-f6288bc5c12e.txt @@ -0,0 +1 @@ +a people \ No newline at end of file diff --git a/texts/490d5553-dd78-4577-826b-3b59c3ed51ab.txt b/texts/490d5553-dd78-4577-826b-3b59c3ed51ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..24327de1bec4eec24a498a9719af4553a00b3fdc --- /dev/null +++ b/texts/490d5553-dd78-4577-826b-3b59c3ed51ab.txt @@ -0,0 +1 @@ +hamster in chef's suit \ No newline at end of file diff --git a/texts/490e7f64-93f3-4d03-bc75-3f59d08447d2.txt b/texts/490e7f64-93f3-4d03-bc75-3f59d08447d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b1b87b666e969c339c068a47bc1ffb08c2f9497 --- /dev/null +++ b/texts/490e7f64-93f3-4d03-bc75-3f59d08447d2.txt @@ -0,0 +1 @@ +A white horse running under the deep ocean with breathing bubbles. There is also a huge white shark around the shark. \ No newline at end of file diff --git a/texts/49323c2f-339f-4cbb-9825-5a091881a932.txt b/texts/49323c2f-339f-4cbb-9825-5a091881a932.txt new file mode 100644 index 0000000000000000000000000000000000000000..b93fe8fc37e8ce9abf2699052c8d07524675646c --- /dev/null +++ b/texts/49323c2f-339f-4cbb-9825-5a091881a932.txt @@ -0,0 +1 @@ +a puppy sable sheltie wearing christmas clothes \ No newline at end of file diff --git a/texts/493beeec-9983-4703-8064-2b24dc839c55.txt b/texts/493beeec-9983-4703-8064-2b24dc839c55.txt new file mode 100644 index 0000000000000000000000000000000000000000..713618b3fd854c30196c6ba37997036df3dcd61b --- /dev/null +++ b/texts/493beeec-9983-4703-8064-2b24dc839c55.txt @@ -0,0 +1 @@ +Paint oil paintings in front of the floor-to-ceiling windows \ No newline at end of file diff --git a/texts/49747c7b-f457-4e78-a4d4-d02938cac9b0.txt b/texts/49747c7b-f457-4e78-a4d4-d02938cac9b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..08706f6c8705d9ff7b3bad278d0c13b68d1c4319 --- /dev/null +++ b/texts/49747c7b-f457-4e78-a4d4-d02938cac9b0.txt @@ -0,0 +1 @@ +High and Wide angle. Two fish jump up from the lake, asymmetrically, with water splash. And a real orange-coloured duck with feather on the grass. Blue sky. \ No newline at end of file diff --git a/texts/497c8941-14ae-4db2-b4a2-da1e77780e7a.txt b/texts/497c8941-14ae-4db2-b4a2-da1e77780e7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..82db2a05506df5b9124504da753faa20785ec4d9 --- /dev/null +++ b/texts/497c8941-14ae-4db2-b4a2-da1e77780e7a.txt @@ -0,0 +1 @@ +A coconut tree standing beside a giant bamboo . The coconut tree has leaves that flutter gently in an unseen wind,with a soft, neon-green glow emanating from within. The surrounding ground is covered in a bed of pastel-colored sand that sparkles like stardust. In the background, a hazy, pinkish sky with floating, jellyfish-like clouds creates a surreal and otherworldly atmosphere. \ No newline at end of file diff --git a/texts/498a3d9e-a81d-474c-98d4-f9e41743bca1.txt b/texts/498a3d9e-a81d-474c-98d4-f9e41743bca1.txt new file mode 100644 index 0000000000000000000000000000000000000000..129c2f1760f378c4bc0cfc19e2d72e0a5a67dfb3 --- /dev/null +++ b/texts/498a3d9e-a81d-474c-98d4-f9e41743bca1.txt @@ -0,0 +1 @@ +a butterfly cat. Make a realistic style, i want a perfect details \ No newline at end of file diff --git a/texts/498d9a79-44db-44b2-a1d7-38d85488ae46.txt b/texts/498d9a79-44db-44b2-a1d7-38d85488ae46.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed74f39278338cb5b0a54afa2b1d71539f5af8a9 --- /dev/null +++ b/texts/498d9a79-44db-44b2-a1d7-38d85488ae46.txt @@ -0,0 +1 @@ +Hello Kitty is sitting on the snow playing with fireworks. There is a Christmas tree in the snow, the sky is pink, and the letters HXY are written on the snow. \ No newline at end of file diff --git a/texts/49965f88-1b80-442e-a6dc-1b4a32cb2e8c.txt b/texts/49965f88-1b80-442e-a6dc-1b4a32cb2e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..05c0ad3629c05355c85fd1785a3c1fbf6a49326c --- /dev/null +++ b/texts/49965f88-1b80-442e-a6dc-1b4a32cb2e8c.txt @@ -0,0 +1 @@ +Minnie holding a cake in the snow, with a night sky filled with fireworks in the background. \ No newline at end of file diff --git a/texts/49a7c73f-6cad-4c35-afc0-757064c44831.txt b/texts/49a7c73f-6cad-4c35-afc0-757064c44831.txt new file mode 100644 index 0000000000000000000000000000000000000000..35167cb74ab812c04d4d39d0b2a8a792ad94ad9d --- /dev/null +++ b/texts/49a7c73f-6cad-4c35-afc0-757064c44831.txt @@ -0,0 +1 @@ +crow redmoon \ No newline at end of file diff --git a/texts/49b861f0-cc7b-4f89-a46e-56bb3bc05dae.txt b/texts/49b861f0-cc7b-4f89-a46e-56bb3bc05dae.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7451d65fbc5a72fe37bb00a30e7532c95bc1652 --- /dev/null +++ b/texts/49b861f0-cc7b-4f89-a46e-56bb3bc05dae.txt @@ -0,0 +1 @@ +A Yorkshire puppy with silver back hair is chasing bubbles in the snow. There is a small toy next to it. \ No newline at end of file diff --git a/texts/49c01434-25fb-45cd-bf54-a17c7cd1d6c5.txt b/texts/49c01434-25fb-45cd-bf54-a17c7cd1d6c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d02d217f232499a21873e414dec161107828ddd --- /dev/null +++ b/texts/49c01434-25fb-45cd-bf54-a17c7cd1d6c5.txt @@ -0,0 +1 @@ + Black Hello Kitty, watching fireworks on the beach in Hawaii, with DAIQIWEN written on the beach \ No newline at end of file diff --git a/texts/49c8e39b-ca72-4121-8a9c-1e3734ff180e.txt b/texts/49c8e39b-ca72-4121-8a9c-1e3734ff180e.txt new file mode 100644 index 0000000000000000000000000000000000000000..62c1210de791c81c6bc3fb496d0e42086b330684 --- /dev/null +++ b/texts/49c8e39b-ca72-4121-8a9c-1e3734ff180e.txt @@ -0,0 +1 @@ +A group of people are playing tabletop games on Christmas. \ No newline at end of file diff --git a/texts/49d23f53-ec8d-4bf5-aec6-d0d74a81542d.txt b/texts/49d23f53-ec8d-4bf5-aec6-d0d74a81542d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c052b011dde060f5ddc1536bd27f26fd307133a5 --- /dev/null +++ b/texts/49d23f53-ec8d-4bf5-aec6-d0d74a81542d.txt @@ -0,0 +1 @@ +In the thick snow, there is a cute dog digging a hole \ No newline at end of file diff --git a/texts/49dda821-0c9a-4728-8181-471d5f239171.txt b/texts/49dda821-0c9a-4728-8181-471d5f239171.txt new file mode 100644 index 0000000000000000000000000000000000000000..12dbb6bef523f06641455568e3cce0577eaa8b15 --- /dev/null +++ b/texts/49dda821-0c9a-4728-8181-471d5f239171.txt @@ -0,0 +1 @@ +at night hello Kitty sat in the snow where XC was written and fireworks were set off in the distance \ No newline at end of file diff --git a/texts/49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0.txt b/texts/49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c94fd8630473dc75214b8cb17c7511564a479a9b --- /dev/null +++ b/texts/49e6d8f9-d53a-45b2-b1a5-42b2f5b0d3c0.txt @@ -0,0 +1 @@ +Two white seagulls eating fries on the beach.the seagulls should be on the beach \ No newline at end of file diff --git a/texts/49eab8fa-dacb-4877-a1b9-53922303374e.txt b/texts/49eab8fa-dacb-4877-a1b9-53922303374e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9df21de8defe7d8e9961809ac1ed4553ec737119 --- /dev/null +++ b/texts/49eab8fa-dacb-4877-a1b9-53922303374e.txt @@ -0,0 +1 @@ +The cat looked into the distance in the snow, gazing at the pink sky \ No newline at end of file diff --git a/texts/4a070562-8a45-4401-be52-1d0cafcde890.txt b/texts/4a070562-8a45-4401-be52-1d0cafcde890.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fd4335d79bc6b6da19737c45a00ca54c938d42c --- /dev/null +++ b/texts/4a070562-8a45-4401-be52-1d0cafcde890.txt @@ -0,0 +1 @@ +an image without any character or people, just a background of a fire place with christmas tree and christmas decorations, warm place, home, make it a wider shot and balanceed \ No newline at end of file diff --git a/texts/4a078547-3b0a-4f4c-b871-6fe73d46631c.txt b/texts/4a078547-3b0a-4f4c-b871-6fe73d46631c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c95159a0bb204e6bcccebfbe72832af1ea215c9 --- /dev/null +++ b/texts/4a078547-3b0a-4f4c-b871-6fe73d46631c.txt @@ -0,0 +1 @@ +A man in a black robe and a black horse were standing by a quiet lake \ No newline at end of file diff --git a/texts/4a0939e9-8f22-4614-96c2-a53ad59d9cab.txt b/texts/4a0939e9-8f22-4614-96c2-a53ad59d9cab.txt new file mode 100644 index 0000000000000000000000000000000000000000..964549b5659f94352f9211c98245f27de3f68d91 --- /dev/null +++ b/texts/4a0939e9-8f22-4614-96c2-a53ad59d9cab.txt @@ -0,0 +1 @@ +an astronaut in space, in his helmet we can see the reflection of the Earth. Behind him is the wild and glorious space. \ No newline at end of file diff --git a/texts/4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5.txt b/texts/4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f37eda63b245b493f3ee70db8662eb91ee46d21 --- /dev/null +++ b/texts/4a18c3eb-2a2e-4fd4-af30-c42a0345bfa5.txt @@ -0,0 +1 @@ +Two West Highland Terrier celebrate their birthdays sitting in the snow. They were wearing mini Christmas hats. They sat on the ground with a small wooden box in front of them, on top of which was a colorful cake and two glasses of champagne. There is a Christmas tree behind, with flashing light strips and red decorative balls on top. There is some snow on the treetops. They have fluffy fur and a round face. One little dog is wearing a white sweater, and the other is wearing a red polka dot vest. \ No newline at end of file diff --git a/texts/4a1aebfb-a7b0-414e-8422-6c16ab698d40.txt b/texts/4a1aebfb-a7b0-414e-8422-6c16ab698d40.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa0926f75e13a5282a9f81d46467c88c99a779c8 --- /dev/null +++ b/texts/4a1aebfb-a7b0-414e-8422-6c16ab698d40.txt @@ -0,0 +1 @@ +white small doy and kitten playing when the volcano erupted in winter \ No newline at end of file diff --git a/texts/4a2139fd-2661-41cd-98d9-1185679c9e52.txt b/texts/4a2139fd-2661-41cd-98d9-1185679c9e52.txt new file mode 100644 index 0000000000000000000000000000000000000000..db0218276c48ad150efea28742afa482641cdae8 --- /dev/null +++ b/texts/4a2139fd-2661-41cd-98d9-1185679c9e52.txt @@ -0,0 +1 @@ +A group of golden retrievers, Shiba Inu dogs and doll cats wearing fur hats ran out of the laptop screen and ran to the bottom of the sea \ No newline at end of file diff --git a/texts/4a21b0c2-e35f-40b8-8567-5d655dac49de.txt b/texts/4a21b0c2-e35f-40b8-8567-5d655dac49de.txt new file mode 100644 index 0000000000000000000000000000000000000000..9951d8e4e932a4dd199e8c8e30edd871b9903238 --- /dev/null +++ b/texts/4a21b0c2-e35f-40b8-8567-5d655dac49de.txt @@ -0,0 +1 @@ +Withered camellia petals \ No newline at end of file diff --git a/texts/4a29424b-7028-4ea4-ba98-11a089270938.txt b/texts/4a29424b-7028-4ea4-ba98-11a089270938.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fb42d46e33720d7450f6b68b8d15144a7e92190 --- /dev/null +++ b/texts/4a29424b-7028-4ea4-ba98-11a089270938.txt @@ -0,0 +1 @@ +Bad luck to talk,on these rides \ No newline at end of file diff --git a/texts/4a2ae09f-c215-4741-bf8e-c424fcfd159e.txt b/texts/4a2ae09f-c215-4741-bf8e-c424fcfd159e.txt new file mode 100644 index 0000000000000000000000000000000000000000..824fabf61535f510bbf164697bd6e1efe2c6b391 --- /dev/null +++ b/texts/4a2ae09f-c215-4741-bf8e-c424fcfd159e.txt @@ -0,0 +1 @@ +Hello kitty killed them all \ No newline at end of file diff --git a/texts/4a2f4028-aca2-4ace-b455-8bbc53c86be8.txt b/texts/4a2f4028-aca2-4ace-b455-8bbc53c86be8.txt new file mode 100644 index 0000000000000000000000000000000000000000..3924cc0fd394c832af6a9926ef7166ea3b3b8428 --- /dev/null +++ b/texts/4a2f4028-aca2-4ace-b455-8bbc53c86be8.txt @@ -0,0 +1 @@ +a long-haired dachshund plays the bass by himself at the seaside where fireworks are being set off at night. \ No newline at end of file diff --git a/texts/4a37c876-d960-4889-98e6-096b81073628.txt b/texts/4a37c876-d960-4889-98e6-096b81073628.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a90b39b72f675b9677d8d309fdb361aeda33843 --- /dev/null +++ b/texts/4a37c876-d960-4889-98e6-096b81073628.txt @@ -0,0 +1 @@ +letter of "iAn" composed by lots of pearls on a massive white orchid flower leaves \ No newline at end of file diff --git a/texts/4a38529c-922b-4547-8599-b702004fdc48.txt b/texts/4a38529c-922b-4547-8599-b702004fdc48.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cd8182030c695fcd722a42784a660dd9af5ea7a --- /dev/null +++ b/texts/4a38529c-922b-4547-8599-b702004fdc48.txt @@ -0,0 +1 @@ +Hello Kitty is holding a machete Show her bottom \ No newline at end of file diff --git a/texts/4a39e221-5c28-480d-96df-494547532543.txt b/texts/4a39e221-5c28-480d-96df-494547532543.txt new file mode 100644 index 0000000000000000000000000000000000000000..beacef4149cce0d6d148dbf876dba14339d697f0 --- /dev/null +++ b/texts/4a39e221-5c28-480d-96df-494547532543.txt @@ -0,0 +1 @@ +A black cat with chestnuts on its head \ No newline at end of file diff --git a/texts/4a3feef3-c149-4e66-a3a4-7377246beb53.txt b/texts/4a3feef3-c149-4e66-a3a4-7377246beb53.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a6b52944a7ef3546f4d06b0019161e6bf5d69f4 --- /dev/null +++ b/texts/4a3feef3-c149-4e66-a3a4-7377246beb53.txt @@ -0,0 +1 @@ +A Hello Kitty sitting by the seaside, and the letters XAXI written on the beach \ No newline at end of file diff --git a/texts/4a599028-88ba-433f-bce6-30bc8dd6c0fe.txt b/texts/4a599028-88ba-433f-bce6-30bc8dd6c0fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ac1df83b93be639324baf0a5982ee7d794840ba --- /dev/null +++ b/texts/4a599028-88ba-433f-bce6-30bc8dd6c0fe.txt @@ -0,0 +1 @@ +gas station pink sweater dusk \ No newline at end of file diff --git a/texts/4a686dc0-f07d-4f43-8c40-d5e87b76b45c.txt b/texts/4a686dc0-f07d-4f43-8c40-d5e87b76b45c.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa60c94eb5576f52266c7a652dcacd6de1e1e339 --- /dev/null +++ b/texts/4a686dc0-f07d-4f43-8c40-d5e87b76b45c.txt @@ -0,0 +1 @@ +Siamese cat, in the snow, birthday, stars, \ No newline at end of file diff --git a/texts/4a6edea6-8c34-4973-89ef-601c7699a255.txt b/texts/4a6edea6-8c34-4973-89ef-601c7699a255.txt new file mode 100644 index 0000000000000000000000000000000000000000..3774fda431ac9207b91fb148ed923f472fc89ed6 --- /dev/null +++ b/texts/4a6edea6-8c34-4973-89ef-601c7699a255.txt @@ -0,0 +1 @@ +The image shows a plush Hello Kitty toy in a Santa hat and festive sweater sitting on snow by the seaside during a sunset. Behind it stands a lit Christmas tree, adding holiday cheer to the tranquil ocean backdrop. On the snow, the letters "lwx \ No newline at end of file diff --git a/texts/4a6ee68c-78c2-40d9-a8c8-90dc3d96faed.txt b/texts/4a6ee68c-78c2-40d9-a8c8-90dc3d96faed.txt new file mode 100644 index 0000000000000000000000000000000000000000..880c53e864ca24791e2d116718f9ed9abd625fbf --- /dev/null +++ b/texts/4a6ee68c-78c2-40d9-a8c8-90dc3d96faed.txt @@ -0,0 +1 @@ +The weather is sunny, and many Dalmatians are running happily in the grass. There is a big pine tree on the grass \ No newline at end of file diff --git a/texts/4a6fadba-6282-47af-a9ca-c896049cda52.txt b/texts/4a6fadba-6282-47af-a9ca-c896049cda52.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbeecf1e89dd8c0ae2f95c02da5cdca9ae8f60c1 --- /dev/null +++ b/texts/4a6fadba-6282-47af-a9ca-c896049cda52.txt @@ -0,0 +1 @@ +A black cat smokes in the snow and colorful bubbles float up. \ No newline at end of file diff --git a/texts/4a721adf-8ae1-4f86-9c56-9f11e14e688a.txt b/texts/4a721adf-8ae1-4f86-9c56-9f11e14e688a.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ce9de37ca76f5ef307768bb5bd67a217c5164e --- /dev/null +++ b/texts/4a721adf-8ae1-4f86-9c56-9f11e14e688a.txt @@ -0,0 +1 @@ +Cyh \ No newline at end of file diff --git a/texts/4a784251-4b32-453d-b390-2014fb80eb38.txt b/texts/4a784251-4b32-453d-b390-2014fb80eb38.txt new file mode 100644 index 0000000000000000000000000000000000000000..0587eeda44fc09ef42e86c580cce421bb9fe06bc --- /dev/null +++ b/texts/4a784251-4b32-453d-b390-2014fb80eb38.txt @@ -0,0 +1 @@ +A hamster is reading a book in the snow \ No newline at end of file diff --git a/texts/4a7b53c7-64e0-402c-aadc-0aa691118de0.txt b/texts/4a7b53c7-64e0-402c-aadc-0aa691118de0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f06c2976549338e84f9c4e9d87635cd51f35e654 --- /dev/null +++ b/texts/4a7b53c7-64e0-402c-aadc-0aa691118de0.txt @@ -0,0 +1 @@ +Some day I ' ll , I wanna wear a starry crown(man) \ No newline at end of file diff --git a/texts/4a970daa-3147-46f0-bcf8-43464fc9c735.txt b/texts/4a970daa-3147-46f0-bcf8-43464fc9c735.txt new file mode 100644 index 0000000000000000000000000000000000000000..a776e62763b0db3ca7ef39debb656108c91550bc --- /dev/null +++ b/texts/4a970daa-3147-46f0-bcf8-43464fc9c735.txt @@ -0,0 +1 @@ +The sun is shining brightly, with a snowman with a red nose and a red scarf standing on the snowy ground, with blue sky and snow behind it. The sky is very blue, and the sunshine is very good, \ No newline at end of file diff --git a/texts/4ab61b94-b1cb-42fb-aedb-3ba005645b38.txt b/texts/4ab61b94-b1cb-42fb-aedb-3ba005645b38.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7049751e49b2ecec714068b1b645ee8a308d175 --- /dev/null +++ b/texts/4ab61b94-b1cb-42fb-aedb-3ba005645b38.txt @@ -0,0 +1 @@ +The snow at night was covered with Christmas decorations, elves were flying in the air, and a vintage silver platter was placed in the center \ No newline at end of file diff --git a/texts/4ac1961d-209f-4118-b643-c36ae9f43381.txt b/texts/4ac1961d-209f-4118-b643-c36ae9f43381.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a7a77aedf5d90e523fbe188ae88948bfb1a5bb4 --- /dev/null +++ b/texts/4ac1961d-209f-4118-b643-c36ae9f43381.txt @@ -0,0 +1 @@ +Tomato juice grows on trees \ No newline at end of file diff --git a/texts/4aca2803-d76a-4169-ac97-54d063209eb3.txt b/texts/4aca2803-d76a-4169-ac97-54d063209eb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f50e16236915af24cd5dfcf5c86ae9b046fd908 --- /dev/null +++ b/texts/4aca2803-d76a-4169-ac97-54d063209eb3.txt @@ -0,0 +1 @@ +Dream core; beach; pearl and shell; \ No newline at end of file diff --git a/texts/4acbc360-5025-4005-bdbc-46250daa5ae5.txt b/texts/4acbc360-5025-4005-bdbc-46250daa5ae5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c644ec0244785ec0de6577c348880b44647486b6 --- /dev/null +++ b/texts/4acbc360-5025-4005-bdbc-46250daa5ae5.txt @@ -0,0 +1 @@ +A fluff black and white cat wearing ahat and sunglasses is standing the snow, thecat is holding a strange doll in its hand. \ No newline at end of file diff --git a/texts/4ad3d209-9f72-44b2-8675-d06312eeea73.txt b/texts/4ad3d209-9f72-44b2-8675-d06312eeea73.txt new file mode 100644 index 0000000000000000000000000000000000000000..51237dd2d8c7f09b2d50049773777cb45e9a294f --- /dev/null +++ b/texts/4ad3d209-9f72-44b2-8675-d06312eeea73.txt @@ -0,0 +1 @@ +By the sea. Hello Kitty doll. A Christmas tree. It says Lyman on the beach. \ No newline at end of file diff --git a/texts/4ad5ac48-3be8-4d3f-bdcf-ce2257009513.txt b/texts/4ad5ac48-3be8-4d3f-bdcf-ce2257009513.txt new file mode 100644 index 0000000000000000000000000000000000000000..2904f0d63efb649ec5d30f61060eb0a12087dc10 --- /dev/null +++ b/texts/4ad5ac48-3be8-4d3f-bdcf-ce2257009513.txt @@ -0,0 +1 @@ +a lovely otter with a christmas tree \ No newline at end of file diff --git a/texts/4ae4041a-f2d1-4afb-9b38-8087e5c5f725.txt b/texts/4ae4041a-f2d1-4afb-9b38-8087e5c5f725.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a2456588e3cb11eafc2fef55ab745bc8f44e81 --- /dev/null +++ b/texts/4ae4041a-f2d1-4afb-9b38-8087e5c5f725.txt @@ -0,0 +1 @@ +hello kitty and the Jeni Turtle watch the aurora and drink coffee while doing business in Iceland \ No newline at end of file diff --git a/texts/4af81795-7d05-464f-a9bc-606861e6bdfb.txt b/texts/4af81795-7d05-464f-a9bc-606861e6bdfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..3279b47b8535abb3e31afd4efc0d1286d0bc1c0c --- /dev/null +++ b/texts/4af81795-7d05-464f-a9bc-606861e6bdfb.txt @@ -0,0 +1 @@ +A battery wearing a pair of black round glasses sits at a desk with a computer and a mug \ No newline at end of file diff --git a/texts/4af93b7f-a976-4b64-baa7-f430bb970536.txt b/texts/4af93b7f-a976-4b64-baa7-f430bb970536.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dd8279e770458cf50fa63b16a3d8000f82c769c --- /dev/null +++ b/texts/4af93b7f-a976-4b64-baa7-f430bb970536.txt @@ -0,0 +1 @@ +A black kitten stood beside the Christmas tree in the snow, wearing a birthday hat and a Bible in front of it. \ No newline at end of file diff --git a/texts/4afbdd25-5f4a-4edf-9a70-b7900788052b.txt b/texts/4afbdd25-5f4a-4edf-9a70-b7900788052b.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa52e264daa96c8277720b4f603a5884f15146d2 --- /dev/null +++ b/texts/4afbdd25-5f4a-4edf-9a70-b7900788052b.txt @@ -0,0 +1 @@ +a white long-haired cat with blue eyes who is sitting in a black sofa is drink a big glass of wine in a dimly lit room \ No newline at end of file diff --git a/texts/4afca5fd-de53-4191-87fb-327fce251e5b.txt b/texts/4afca5fd-de53-4191-87fb-327fce251e5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1873c0791e96cdac73f8506553461f73de03fe38 --- /dev/null +++ b/texts/4afca5fd-de53-4191-87fb-327fce251e5b.txt @@ -0,0 +1 @@ +A West Highland White Terrier playing happily around a Christmas tree decorated with red ribbons and bells, in a snowy scene with snow falling, and warm lights glowing.snow floating inthe \ No newline at end of file diff --git a/texts/4b019cb5-2f85-42d9-b006-9aedc930bd7d.txt b/texts/4b019cb5-2f85-42d9-b006-9aedc930bd7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..323c3a83d656723029891e35639c138a66e10142 --- /dev/null +++ b/texts/4b019cb5-2f85-42d9-b006-9aedc930bd7d.txt @@ -0,0 +1 @@ +All the stars are aligned, lift me up every time \ No newline at end of file diff --git a/texts/4b0d88be-654e-4678-bab0-c5a91a8cce00.txt b/texts/4b0d88be-654e-4678-bab0-c5a91a8cce00.txt new file mode 100644 index 0000000000000000000000000000000000000000..b49da7cd38b33e8c33caeebcedb282e8c8b0399e --- /dev/null +++ b/texts/4b0d88be-654e-4678-bab0-c5a91a8cce00.txt @@ -0,0 +1 @@ +Follow the hallucinations, follow the movements, follow the rapid music, hovering around every corner. With the pulse of youth flowing, and a cup of Coke, I forget all my losses. \ No newline at end of file diff --git a/texts/4b19c738-ea64-4578-9131-958c7ee40e3b.txt b/texts/4b19c738-ea64-4578-9131-958c7ee40e3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cff20ee772fa3b2677f8936bef46b3b1fad8e11c --- /dev/null +++ b/texts/4b19c738-ea64-4578-9131-958c7ee40e3b.txt @@ -0,0 +1 @@ +pearls in shape of letter "iAn" on a pine tree covered in snow \ No newline at end of file diff --git a/texts/4b1d0d93-42a9-4036-aa4c-c641a1dab0a3.txt b/texts/4b1d0d93-42a9-4036-aa4c-c641a1dab0a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4090095c45af00b9bed79e1af8ad19c6dcd5615 --- /dev/null +++ b/texts/4b1d0d93-42a9-4036-aa4c-c641a1dab0a3.txt @@ -0,0 +1 @@ +Apple-shaped bubbles. \ No newline at end of file diff --git a/texts/4b1f967d-838c-44ed-a20a-cd1765a567e9.txt b/texts/4b1f967d-838c-44ed-a20a-cd1765a567e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f63a9967746ed29de1a6b98e6ab3c152255b14c --- /dev/null +++ b/texts/4b1f967d-838c-44ed-a20a-cd1765a567e9.txt @@ -0,0 +1 @@ +A kitten is holding a computer and working. \ No newline at end of file diff --git a/texts/4b257507-7777-4c51-8770-5881558f7d8b.txt b/texts/4b257507-7777-4c51-8770-5881558f7d8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..320ff4a20273318d771b2e46a59989fe2edad32d --- /dev/null +++ b/texts/4b257507-7777-4c51-8770-5881558f7d8b.txt @@ -0,0 +1 @@ +Flower, beauty, wallpaper, butterfly \ No newline at end of file diff --git a/texts/4b2949c0-0309-4300-89b5-79812cd9f225.txt b/texts/4b2949c0-0309-4300-89b5-79812cd9f225.txt new file mode 100644 index 0000000000000000000000000000000000000000..d381dbb01c59988bfb928ab5d98e0b086afc9959 --- /dev/null +++ b/texts/4b2949c0-0309-4300-89b5-79812cd9f225.txt @@ -0,0 +1 @@ + lesbian couple, long black hair, short black hair, snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning into each other, gazing into the distance, back view, peaceful, quiet, love \ No newline at end of file diff --git a/texts/4b2c27eb-7070-4df0-bba9-fd2919121a41.txt b/texts/4b2c27eb-7070-4df0-bba9-fd2919121a41.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e19aa52b3c22786ea6a14dfeaea2a322f2dc1d3 --- /dev/null +++ b/texts/4b2c27eb-7070-4df0-bba9-fd2919121a41.txt @@ -0,0 +1 @@ +Winnie the Pooh is diligently working \ No newline at end of file diff --git a/texts/4b2df39d-d835-4afd-883e-ff0b4877c307.txt b/texts/4b2df39d-d835-4afd-883e-ff0b4877c307.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a3240cfa79649fd375c4e354e88b5648ca80f7e --- /dev/null +++ b/texts/4b2df39d-d835-4afd-883e-ff0b4877c307.txt @@ -0,0 +1 @@ +Smudge lamb on the snow with butterfly \ No newline at end of file diff --git a/texts/4b348222-8943-4992-9d63-286b7768b988.txt b/texts/4b348222-8943-4992-9d63-286b7768b988.txt new file mode 100644 index 0000000000000000000000000000000000000000..18acd71a43657fff72b4cd870734a8b29c435e06 --- /dev/null +++ b/texts/4b348222-8943-4992-9d63-286b7768b988.txt @@ -0,0 +1 @@ +Hello Kitty sat at the desk in the office, busy holding a seal to stamp the document. There are many folders and a computer on the table. \ No newline at end of file diff --git a/texts/4b366895-57b3-440a-a3ef-04584314fcc1.txt b/texts/4b366895-57b3-440a-a3ef-04584314fcc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ba5279a839cbc3d022104d18d67b474c77780ab --- /dev/null +++ b/texts/4b366895-57b3-440a-a3ef-04584314fcc1.txt @@ -0,0 +1 @@ +Two dinosaurs were celebrating their birthdays. It was snowing and there were colorful lights. \ No newline at end of file diff --git a/texts/4b3dc209-49f5-4a40-8224-2dc4903c1bc4.txt b/texts/4b3dc209-49f5-4a40-8224-2dc4903c1bc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcdbeea3dc7b1d11bfd82920eb0b34b0f7af2bbe --- /dev/null +++ b/texts/4b3dc209-49f5-4a40-8224-2dc4903c1bc4.txt @@ -0,0 +1 @@ +A kitten wearing blue pants and a white sweater with black stars is sitting in the snow with a ski helmet in his hands \ No newline at end of file diff --git a/texts/4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b.txt b/texts/4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..489378efd6eb11de591be6075f0f0e0734e0b41c --- /dev/null +++ b/texts/4b4b4e12-6425-4db7-8e39-3d6b0ad08e1b.txt @@ -0,0 +1 @@ +On the subway, a man is practicing his gymnastics rings \ No newline at end of file diff --git a/texts/4b587b7d-08aa-4ac0-96ba-3287be3b5e4a.txt b/texts/4b587b7d-08aa-4ac0-96ba-3287be3b5e4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a981ea2e12dd4c9fbb63a9f8f15992f4cf98ddc --- /dev/null +++ b/texts/4b587b7d-08aa-4ac0-96ba-3287be3b5e4a.txt @@ -0,0 +1 @@ +A standing, clothed humanoid crow looks back into the camera, In the distance is a man with his back to the camera, In the field \ No newline at end of file diff --git a/texts/4b595c73-f058-4c78-a569-f91dbc25832b.txt b/texts/4b595c73-f058-4c78-a569-f91dbc25832b.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d54892d5efd27c85a8d1ff5d5d0d09ce6366f7 --- /dev/null +++ b/texts/4b595c73-f058-4c78-a569-f91dbc25832b.txt @@ -0,0 +1 @@ +Draw the letter HAN on the snowy ground \ No newline at end of file diff --git a/texts/4b6bb4d8-2f4a-40a0-a432-29786dd14cfd.txt b/texts/4b6bb4d8-2f4a-40a0-a432-29786dd14cfd.txt new file mode 100644 index 0000000000000000000000000000000000000000..c225e913f8b1d765e89505a86ee6b5abe8e190bd --- /dev/null +++ b/texts/4b6bb4d8-2f4a-40a0-a432-29786dd14cfd.txt @@ -0,0 +1 @@ +A princess sitting under a huge Christmas tree in an infinite field of snow, looking at the camera, aurora in the sky \ No newline at end of file diff --git a/texts/4b6f1554-8f8d-4705-af83-36800c893088.txt b/texts/4b6f1554-8f8d-4705-af83-36800c893088.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1710c761ab67b6f151d32ede397216692f71810 --- /dev/null +++ b/texts/4b6f1554-8f8d-4705-af83-36800c893088.txt @@ -0,0 +1 @@ +young man oversize T-shirt, arm with a realistic tattoo in black ink depicting a dog \ No newline at end of file diff --git a/texts/4b84e74e-c8e6-4506-8c58-3c403e5d2153.txt b/texts/4b84e74e-c8e6-4506-8c58-3c403e5d2153.txt new file mode 100644 index 0000000000000000000000000000000000000000..edf671b3fa47914279faea47946926a099a52d0a --- /dev/null +++ b/texts/4b84e74e-c8e6-4506-8c58-3c403e5d2153.txt @@ -0,0 +1 @@ +Garden pool fountain butterfly \ No newline at end of file diff --git a/texts/4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d.txt b/texts/4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fca78595b94b320435d17a4c01a80e5e8fa12a14 --- /dev/null +++ b/texts/4b9f31e0-b7a5-4a2e-9d7e-a9a09a749a6d.txt @@ -0,0 +1 @@ +There is a yellow transparent acrylic table lamp on the table, next to it is a pile of books and an apple. \ No newline at end of file diff --git a/texts/4ba698b4-e982-4677-aaed-d7aff042e2f2.txt b/texts/4ba698b4-e982-4677-aaed-d7aff042e2f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9aff06861b2b1f4f6e8d82938322066c6b8bf085 --- /dev/null +++ b/texts/4ba698b4-e982-4677-aaed-d7aff042e2f2.txt @@ -0,0 +1 @@ +A Siamese cat doll wearing a Santa hat and a scarf is sitting on the snow. There is a big Christmas tree next to it. Snowflakes are floating in the sky and there are gorgeous fireworks in the sky. \ No newline at end of file diff --git a/texts/4ba9177b-dcdd-49c6-afdf-2d419be72f28.txt b/texts/4ba9177b-dcdd-49c6-afdf-2d419be72f28.txt new file mode 100644 index 0000000000000000000000000000000000000000..38173117dac46ff6365cfc726ea601065356558d --- /dev/null +++ b/texts/4ba9177b-dcdd-49c6-afdf-2d419be72f28.txt @@ -0,0 +1 @@ +A little white wolf with headphones is reading in the train, and the snow-capped mountains and forests are outside the window. \ No newline at end of file diff --git a/texts/4bbbfee7-4715-4f61-a27c-b0d1527d39d5.txt b/texts/4bbbfee7-4715-4f61-a27c-b0d1527d39d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dfd9243b5f1d0affee1d199286d5959fa4eab1e --- /dev/null +++ b/texts/4bbbfee7-4715-4f61-a27c-b0d1527d39d5.txt @@ -0,0 +1 @@ +Two kittens are busy cooking together in a big garden \ No newline at end of file diff --git a/texts/4bbd785d-82b8-4858-80fe-4e77ad0e5b6e.txt b/texts/4bbd785d-82b8-4858-80fe-4e77ad0e5b6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..326a18cf42f79ab75f1c9d322538b23a3e9c2d27 --- /dev/null +++ b/texts/4bbd785d-82b8-4858-80fe-4e77ad0e5b6e.txt @@ -0,0 +1 @@ +Cute child in hat holding red balloon \ No newline at end of file diff --git a/texts/4bc17610-b0b3-414f-9046-e8bb0b928260.txt b/texts/4bc17610-b0b3-414f-9046-e8bb0b928260.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d15c5c911a9156cb5ead295ab972dd143daf40 --- /dev/null +++ b/texts/4bc17610-b0b3-414f-9046-e8bb0b928260.txt @@ -0,0 +1 @@ +The words "Yustin" are written on the snow, and colorful bubbles float in the air \ No newline at end of file diff --git a/texts/4bc302d6-1d73-4a3e-94d0-7770bce8bf21.txt b/texts/4bc302d6-1d73-4a3e-94d0-7770bce8bf21.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dd9ba5c8b18f4d7d2528c69ff8a4c021b2d99a7 --- /dev/null +++ b/texts/4bc302d6-1d73-4a3e-94d0-7770bce8bf21.txt @@ -0,0 +1 @@ +two cats cuddling on a plaid blanket, next to a stack of wrapped gifts, warm wooden floor, fairy lights and garland in the background, earthy red and green tones, intimate and warm holiday scene, glowing candles, soft shadows, side-angle shot \ No newline at end of file diff --git a/texts/4bc8a215-a830-49d4-b01e-c9540e6c6bf4.txt b/texts/4bc8a215-a830-49d4-b01e-c9540e6c6bf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdc5b214024da990a1e75aa73d1a38954969f9da --- /dev/null +++ b/texts/4bc8a215-a830-49d4-b01e-c9540e6c6bf4.txt @@ -0,0 +1 @@ +Two rabbits chasing the moon \ No newline at end of file diff --git a/texts/4bca448a-dada-4d2a-97c0-7af7830ab68f.txt b/texts/4bca448a-dada-4d2a-97c0-7af7830ab68f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c39cb7d4995ab4251a16a1a990af32a631a6bce --- /dev/null +++ b/texts/4bca448a-dada-4d2a-97c0-7af7830ab68f.txt @@ -0,0 +1 @@ +hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her in a blue, cold picture \ No newline at end of file diff --git a/texts/4bcbc474-d1c1-41d9-8e8e-3b9ffd480633.txt b/texts/4bcbc474-d1c1-41d9-8e8e-3b9ffd480633.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2170665f01d11e05685c5a38387a5bed9500492 --- /dev/null +++ b/texts/4bcbc474-d1c1-41d9-8e8e-3b9ffd480633.txt @@ -0,0 +1 @@ +Ruby is written on the snow, the snow on the ground is sparkling, there is a diamond next to it, and the background is the snowy polar region with an aurora. No one should appear \ No newline at end of file diff --git a/texts/4bcf1229-0946-46ab-afc5-55ec54f41675.txt b/texts/4bcf1229-0946-46ab-afc5-55ec54f41675.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f7d13202a90bb402eb547434462092cc6f82a4 --- /dev/null +++ b/texts/4bcf1229-0946-46ab-afc5-55ec54f41675.txt @@ -0,0 +1 @@ +A hamster wearing a fur hat in the snow \ No newline at end of file diff --git a/texts/4bd84103-13ca-481a-962b-8dfd57e2afab.txt b/texts/4bd84103-13ca-481a-962b-8dfd57e2afab.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8b554737d8becea8120cb0ea0899c435b08941a --- /dev/null +++ b/texts/4bd84103-13ca-481a-962b-8dfd57e2afab.txt @@ -0,0 +1 @@ +a back view of six different size ginger colour cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them \ No newline at end of file diff --git a/texts/4be0b0db-be58-4d69-9e1f-bb765ac3d96c.txt b/texts/4be0b0db-be58-4d69-9e1f-bb765ac3d96c.txt new file mode 100644 index 0000000000000000000000000000000000000000..242cfa7260eb963c81c4b35bdba6114a9d9de7cd --- /dev/null +++ b/texts/4be0b0db-be58-4d69-9e1f-bb765ac3d96c.txt @@ -0,0 +1 @@ +Small kitty with its birthday cake and gifts \ No newline at end of file diff --git a/texts/4be39a4f-0fa6-41d7-af29-81b1af0b4c76.txt b/texts/4be39a4f-0fa6-41d7-af29-81b1af0b4c76.txt new file mode 100644 index 0000000000000000000000000000000000000000..674063fe6379f1f5964a33819ccfc2555c79eeec --- /dev/null +++ b/texts/4be39a4f-0fa6-41d7-af29-81b1af0b4c76.txt @@ -0,0 +1 @@ +Hello kitty and Winter, snowy HTY is written in the snow. \ No newline at end of file diff --git a/texts/4bef01b2-0e6a-4536-8ae8-165a2883ab9d.txt b/texts/4bef01b2-0e6a-4536-8ae8-165a2883ab9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef457f6508e79c51c54e7f88358bbf208d2f431f --- /dev/null +++ b/texts/4bef01b2-0e6a-4536-8ae8-165a2883ab9d.txt @@ -0,0 +1 @@ +Black teddy dogs and civets play in the snow aurora \ No newline at end of file diff --git a/texts/4bfb511a-a989-4273-bed8-e1465af750eb.txt b/texts/4bfb511a-a989-4273-bed8-e1465af750eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..acf73e35661275b7328a131876348aa836118d20 --- /dev/null +++ b/texts/4bfb511a-a989-4273-bed8-e1465af750eb.txt @@ -0,0 +1 @@ +A buzz lighteryear is holding a big straw berry bithday cake with date 0215 \ No newline at end of file diff --git a/texts/4c02465c-bc8d-4ede-8601-288031259d55.txt b/texts/4c02465c-bc8d-4ede-8601-288031259d55.txt new file mode 100644 index 0000000000000000000000000000000000000000..92a69d05344ba76621f4c141e5ed0fb9703d6521 --- /dev/null +++ b/texts/4c02465c-bc8d-4ede-8601-288031259d55.txt @@ -0,0 +1 @@ +coast A hellokitty sits in the snow with txl written on it Small fireworks in the distance The Christmas tree covered with ornaments \ No newline at end of file diff --git a/texts/4c0fd6cd-c0f8-44db-bda3-6388eace6913.txt b/texts/4c0fd6cd-c0f8-44db-bda3-6388eace6913.txt new file mode 100644 index 0000000000000000000000000000000000000000..b594360b380896b86fabfcd82fd87eda6e9fa507 --- /dev/null +++ b/texts/4c0fd6cd-c0f8-44db-bda3-6388eace6913.txt @@ -0,0 +1 @@ +A baby panda sleeps on the moon, with yellow flowers and colorful stars \ No newline at end of file diff --git a/texts/4c308e70-cc40-4c3d-899a-8e152c3c30a0.txt b/texts/4c308e70-cc40-4c3d-899a-8e152c3c30a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a4b8269056a1b014c02dd475ce787fd203dbe0f --- /dev/null +++ b/texts/4c308e70-cc40-4c3d-899a-8e152c3c30a0.txt @@ -0,0 +1 @@ +The dog was playing on the sunny grass \ No newline at end of file diff --git a/texts/4c385235-3a96-4cbb-8bd4-66038cc5ea2b.txt b/texts/4c385235-3a96-4cbb-8bd4-66038cc5ea2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a129817e3554cb792da18f30cd737b698d88986d --- /dev/null +++ b/texts/4c385235-3a96-4cbb-8bd4-66038cc5ea2b.txt @@ -0,0 +1 @@ +Pengus with scarf \ No newline at end of file diff --git a/texts/4c388cbc-2c46-4647-9813-c70a74c07278.txt b/texts/4c388cbc-2c46-4647-9813-c70a74c07278.txt new file mode 100644 index 0000000000000000000000000000000000000000..061a323b090310d2712b7f90e4d73bdb87a206ac --- /dev/null +++ b/texts/4c388cbc-2c46-4647-9813-c70a74c07278.txt @@ -0,0 +1 @@ +A cute rabbit sits on the bed in a bedroom, engrossed in reading a book. Next to the bed, there's a lamp emitting soft yellow light and a steaming cup of coffee. The entire scene conveys a warm and cozy atmosphere. \ No newline at end of file diff --git a/texts/4c39851c-14d9-41ad-b402-e3073501035e.txt b/texts/4c39851c-14d9-41ad-b402-e3073501035e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1b388b1ca255a61ec602674669ab248a2e81d82 --- /dev/null +++ b/texts/4c39851c-14d9-41ad-b402-e3073501035e.txt @@ -0,0 +1 @@ +The little golden retrier watch the aurora in the Arctic on a snowy day. \ No newline at end of file diff --git a/texts/4c516185-96ca-4fa8-ba35-7b3f048374ca.txt b/texts/4c516185-96ca-4fa8-ba35-7b3f048374ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..d81f6f756005ca7bbc8799b3c9eeab71dee31c74 --- /dev/null +++ b/texts/4c516185-96ca-4fa8-ba35-7b3f048374ca.txt @@ -0,0 +1 @@ +A calico kitten with a yin-yang face is holding a whiskey bottle on the sofa. \ No newline at end of file diff --git a/texts/4c5f2734-be51-4347-96a4-0fd1f6cb7c0a.txt b/texts/4c5f2734-be51-4347-96a4-0fd1f6cb7c0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..39fd29b9eadf6ee8c73f5d736d771b26a0f3f331 --- /dev/null +++ b/texts/4c5f2734-be51-4347-96a4-0fd1f6cb7c0a.txt @@ -0,0 +1 @@ +A group of kittens and puppies gathered together on a pink carpet to watch TV, snow, night \ No newline at end of file diff --git a/texts/4c63d6d7-216b-4bb9-9c2a-202fdb2a4890.txt b/texts/4c63d6d7-216b-4bb9-9c2a-202fdb2a4890.txt new file mode 100644 index 0000000000000000000000000000000000000000..04cc01a0d3ac276b67d8c0ffe004bce2fc2c0437 --- /dev/null +++ b/texts/4c63d6d7-216b-4bb9-9c2a-202fdb2a4890.txt @@ -0,0 +1 @@ +A cat holding a red wine glass in its hand, with a Christmas tree on its head, wearing sunglasses, standing in the snow, with a huge Christmas tree behind it \ No newline at end of file diff --git a/texts/4c6476be-5a71-442e-9b7f-a8bd75d8f0f7.txt b/texts/4c6476be-5a71-442e-9b7f-a8bd75d8f0f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ea01960e0c1426b9f280172a5ff5604b8e2db0a --- /dev/null +++ b/texts/4c6476be-5a71-442e-9b7f-a8bd75d8f0f7.txt @@ -0,0 +1 @@ +A pool of water in the middle of a bamboo forest has a flower petal on top of it, a young Asian man is soaking in the water, showing his back, the man is enjoying the warm water \ No newline at end of file diff --git a/texts/4c6f2810-2fdf-4686-b99c-e073bb93e2eb.txt b/texts/4c6f2810-2fdf-4686-b99c-e073bb93e2eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..27e347d070de1db3dda65ab7ad73c8cf4ba8d94e --- /dev/null +++ b/texts/4c6f2810-2fdf-4686-b99c-e073bb93e2eb.txt @@ -0,0 +1 @@ +An adorable golden retriever puppy swims in a pool next to some cute little duck toys \ No newline at end of file diff --git a/texts/4c7488ec-6d8d-444a-bff1-977a3dc6c9db.txt b/texts/4c7488ec-6d8d-444a-bff1-977a3dc6c9db.txt new file mode 100644 index 0000000000000000000000000000000000000000..0afe662996bfa1053949078a350a72917909f90b --- /dev/null +++ b/texts/4c7488ec-6d8d-444a-bff1-977a3dc6c9db.txt @@ -0,0 +1 @@ +A cat sits in front of the birthday cake with a fireworks stick. The birthday cake says "HBD, FYN" \ No newline at end of file diff --git a/texts/4c76ab48-7328-4f41-8f02-1251c9570f25.txt b/texts/4c76ab48-7328-4f41-8f02-1251c9570f25.txt new file mode 100644 index 0000000000000000000000000000000000000000..228221a704ab30d1907727b0b94668e9fb58f20c --- /dev/null +++ b/texts/4c76ab48-7328-4f41-8f02-1251c9570f25.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere. \ No newline at end of file diff --git a/texts/4c82dd42-a414-45b1-809e-f94e9f37b686.txt b/texts/4c82dd42-a414-45b1-809e-f94e9f37b686.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd3f341d54cc4bb4c50ed5a1e341cef37d657236 --- /dev/null +++ b/texts/4c82dd42-a414-45b1-809e-f94e9f37b686.txt @@ -0,0 +1 @@ +A hamster wears a red hoodie and has a microphone for singing. It stands on the stage \ No newline at end of file diff --git a/texts/4c87669c-a042-4f22-9f1d-84691001bc7a.txt b/texts/4c87669c-a042-4f22-9f1d-84691001bc7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0960d81fcd4b19b4f8493d00ea075f83303e8be6 --- /dev/null +++ b/texts/4c87669c-a042-4f22-9f1d-84691001bc7a.txt @@ -0,0 +1 @@ +Humanoid teddy bear with sunglasses sits on the white sofa and drinks coffee leisurely in front of Macbook. \ No newline at end of file diff --git a/texts/4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98.txt b/texts/4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe6b9d69a741849e9a45989ec6067c4e28d1711d --- /dev/null +++ b/texts/4c8983d8-a9b1-4ed7-b95f-3e1ae9022c98.txt @@ -0,0 +1 @@ +A snake celebrates the Spring Festival in winter. \ No newline at end of file diff --git a/texts/4caa618f-e32e-4124-8557-259f09da8183.txt b/texts/4caa618f-e32e-4124-8557-259f09da8183.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d6a12029acb38ed0c2772cc8b2951bab4e14c78 --- /dev/null +++ b/texts/4caa618f-e32e-4124-8557-259f09da8183.txt @@ -0,0 +1 @@ +A Shiba Inu by the seaside. \ No newline at end of file diff --git a/texts/4cb2378b-09c6-4a0b-a94e-3f84ca9a9156.txt b/texts/4cb2378b-09c6-4a0b-a94e-3f84ca9a9156.txt new file mode 100644 index 0000000000000000000000000000000000000000..6147b63b08e638ae06bdd48bb0f5e2dacb200946 --- /dev/null +++ b/texts/4cb2378b-09c6-4a0b-a94e-3f84ca9a9156.txt @@ -0,0 +1 @@ +The West Highland puppy (Bichon) was at work, and the Mac computer on the desk caught fire \ No newline at end of file diff --git a/texts/4cb7b883-4bed-4e7e-ba0a-8517add870e1.txt b/texts/4cb7b883-4bed-4e7e-ba0a-8517add870e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..464f147ce761d19270a767b531cb10e1f2f02c55 --- /dev/null +++ b/texts/4cb7b883-4bed-4e7e-ba0a-8517add870e1.txt @@ -0,0 +1 @@ +Brown elephant under sun in thailand with sunglass,cool style \ No newline at end of file diff --git a/texts/4cb854f4-6193-4663-9a96-b5a939bf358d.txt b/texts/4cb854f4-6193-4663-9a96-b5a939bf358d.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc53cd820e61cf92e0035782fa4f8153388694f9 --- /dev/null +++ b/texts/4cb854f4-6193-4663-9a96-b5a939bf358d.txt @@ -0,0 +1 @@ +A West Highland is coquettish on the shiny snow, wearing a light pink bow. \ No newline at end of file diff --git a/texts/4cbb769b-9e3f-4298-8bce-2ef50cbce491.txt b/texts/4cbb769b-9e3f-4298-8bce-2ef50cbce491.txt new file mode 100644 index 0000000000000000000000000000000000000000..21ec92dd92cc42713df2afc698f678794e2170a9 --- /dev/null +++ b/texts/4cbb769b-9e3f-4298-8bce-2ef50cbce491.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white cat with white wings, next to it is a chri tree , a melancholy blue night scene, with a dreamy effect of light particles, \ No newline at end of file diff --git a/texts/4cc569ba-df7e-40ca-8437-992439b48301.txt b/texts/4cc569ba-df7e-40ca-8437-992439b48301.txt new file mode 100644 index 0000000000000000000000000000000000000000..41f750f160e3453f8eacacf6b41bc236dab4383c --- /dev/null +++ b/texts/4cc569ba-df7e-40ca-8437-992439b48301.txt @@ -0,0 +1 @@ +A puppy scratches bubbles under the aurora, and the snow says Zack \ No newline at end of file diff --git a/texts/4cd26dce-fe2d-404c-aa95-c551548752a4.txt b/texts/4cd26dce-fe2d-404c-aa95-c551548752a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e862b3276538784791c3f0eed76c11ea4a6756cc --- /dev/null +++ b/texts/4cd26dce-fe2d-404c-aa95-c551548752a4.txt @@ -0,0 +1 @@ +a Maine Coon cat playing in the snow while the cat is very handsome in sunglasses, the overall picture is dynamic, happy and full of story \ No newline at end of file diff --git a/texts/4cdbc90e-ba03-4e97-b04b-6f7beafc3115.txt b/texts/4cdbc90e-ba03-4e97-b04b-6f7beafc3115.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a787350c5d4f031b1805810a985f94bbfca5829 --- /dev/null +++ b/texts/4cdbc90e-ba03-4e97-b04b-6f7beafc3115.txt @@ -0,0 +1 @@ +The lighthouse stands tall, the azure sea stretches out, with waves crashing against the rugged rocks, where a black cat and a white cat sit, creating a scene that is both mysterious and enchanting. \ No newline at end of file diff --git a/texts/4cdfc18a-6530-4ef6-aa92-f0195a839541.txt b/texts/4cdfc18a-6530-4ef6-aa92-f0195a839541.txt new file mode 100644 index 0000000000000000000000000000000000000000..10ba7c924d5101d4296ebe4063cb4d1abb806a46 --- /dev/null +++ b/texts/4cdfc18a-6530-4ef6-aa92-f0195a839541.txt @@ -0,0 +1 @@ +A Chinese beauty standing on a snowy mountain at night, wearing a blue shirt and holding a camera, smiling warmly at you under the flash. Beside her, a small dog adds charm to the scene. \ No newline at end of file diff --git a/texts/4cec9301-7f0d-446a-aec5-50290b2dfd36.txt b/texts/4cec9301-7f0d-446a-aec5-50290b2dfd36.txt new file mode 100644 index 0000000000000000000000000000000000000000..21d94f773c3a95f583c1174691bc7411808767b5 --- /dev/null +++ b/texts/4cec9301-7f0d-446a-aec5-50290b2dfd36.txt @@ -0,0 +1 @@ +light snow dark blue sky a samoyed and a corgi are playing on the snow \ No newline at end of file diff --git a/texts/4cfe377b-b5c2-441e-9785-46207d46b205.txt b/texts/4cfe377b-b5c2-441e-9785-46207d46b205.txt new file mode 100644 index 0000000000000000000000000000000000000000..c535601ff3f93c9666eaed021892b44a4886bfee --- /dev/null +++ b/texts/4cfe377b-b5c2-441e-9785-46207d46b205.txt @@ -0,0 +1 @@ +Mickey birthday hold a birthday cake with candle and wrote Yorick 0227 .Disney Castle, with fireworks in the sky. \ No newline at end of file diff --git a/texts/4d0481db-ca36-44c0-a917-009dec077961.txt b/texts/4d0481db-ca36-44c0-a917-009dec077961.txt new file mode 100644 index 0000000000000000000000000000000000000000..301d2df46bd9fca77da976802aadc4c5d6eeb905 --- /dev/null +++ b/texts/4d0481db-ca36-44c0-a917-009dec077961.txt @@ -0,0 +1 @@ +An ancient sheepdog with gray and white fur is cleaning at home with a mop. \ No newline at end of file diff --git a/texts/4d067731-069f-49f1-90ce-0a82cc742a3b.txt b/texts/4d067731-069f-49f1-90ce-0a82cc742a3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..230f62f2b8a3e23c4e111ba27af619b5fc9a59f3 --- /dev/null +++ b/texts/4d067731-069f-49f1-90ce-0a82cc742a3b.txt @@ -0,0 +1 @@ +A light brown kitten wearing a plush hat looks at a birthday cake that says "CHRISTINA." \ No newline at end of file diff --git a/texts/4d0b09f0-6058-44da-b661-9d65b9d58df4.txt b/texts/4d0b09f0-6058-44da-b661-9d65b9d58df4.txt new file mode 100644 index 0000000000000000000000000000000000000000..fab8df25b7912b591441f72204548655759424f3 --- /dev/null +++ b/texts/4d0b09f0-6058-44da-b661-9d65b9d58df4.txt @@ -0,0 +1 @@ +Big Christmas tree with colourful lights in the snowy winter wonderland \ No newline at end of file diff --git a/texts/4d0b1693-b10d-41dd-85c0-b6f3e357dda8.txt b/texts/4d0b1693-b10d-41dd-85c0-b6f3e357dda8.txt new file mode 100644 index 0000000000000000000000000000000000000000..75ab9b3999ad1180c30fa601d81fc5f71b4b7a1e --- /dev/null +++ b/texts/4d0b1693-b10d-41dd-85c0-b6f3e357dda8.txt @@ -0,0 +1 @@ +Mickey Mouse trims Christmas tree with chainsaw, Mickey is looking at the camera \ No newline at end of file diff --git a/texts/4d111cd2-23f2-4bfd-b0db-7a536c63c5b1.txt b/texts/4d111cd2-23f2-4bfd-b0db-7a536c63c5b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7149b607b4932f1193c0a911ff1a173c7d1d7bb6 --- /dev/null +++ b/texts/4d111cd2-23f2-4bfd-b0db-7a536c63c5b1.txt @@ -0,0 +1 @@ +a black and white Border collie on a sofa with a bowl of chips \ No newline at end of file diff --git a/texts/4d12d27a-af8c-4577-8cd7-4be131075e18.txt b/texts/4d12d27a-af8c-4577-8cd7-4be131075e18.txt new file mode 100644 index 0000000000000000000000000000000000000000..696049d82de3eec67b61cc35b6f4022f0e9f5db8 --- /dev/null +++ b/texts/4d12d27a-af8c-4577-8cd7-4be131075e18.txt @@ -0,0 +1 @@ +A cute yellow fox lying in the snow with Yeonjun written on it, full of Christmas Day atmosphere. \ No newline at end of file diff --git a/texts/4d2552e4-95f7-493c-b750-8d49cc6bd9fe.txt b/texts/4d2552e4-95f7-493c-b750-8d49cc6bd9fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..a85acf5aa053987c373606b808a4058a051a206d --- /dev/null +++ b/texts/4d2552e4-95f7-493c-b750-8d49cc6bd9fe.txt @@ -0,0 +1 @@ +On a snowy night, a West Highland White Terrier puppy is running, with pine trees beside it. \ No newline at end of file diff --git a/texts/4d27b2ca-a86d-408c-a093-c37812f63a7b.txt b/texts/4d27b2ca-a86d-408c-a093-c37812f63a7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..53b558fb40775c025a6eaafa8133569db7e1cd61 --- /dev/null +++ b/texts/4d27b2ca-a86d-408c-a093-c37812f63a7b.txt @@ -0,0 +1 @@ +kirby wearing glasses \ No newline at end of file diff --git a/texts/4d488c93-d6b3-4c02-b755-bb74df8257f6.txt b/texts/4d488c93-d6b3-4c02-b755-bb74df8257f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..c38e4a793ed61c5475c1a00fb400a8df6f5c9ea3 --- /dev/null +++ b/texts/4d488c93-d6b3-4c02-b755-bb74df8257f6.txt @@ -0,0 +1 @@ +2 West Highland White Terrier in the snow \ No newline at end of file diff --git a/texts/4d48f027-b79b-4a1e-a5ef-bf84379c0b6a.txt b/texts/4d48f027-b79b-4a1e-a5ef-bf84379c0b6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7193bccca24f7f6b9200d404282f337d614d8c5 --- /dev/null +++ b/texts/4d48f027-b79b-4a1e-a5ef-bf84379c0b6a.txt @@ -0,0 +1 @@ +Me puedes crear a un bombero estilo animado de color \ No newline at end of file diff --git a/texts/4d4c54a4-4929-431d-8d45-bc467de1deaa.txt b/texts/4d4c54a4-4929-431d-8d45-bc467de1deaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d8a377cd5c41fb4efdf95db9000a0af263c45fc --- /dev/null +++ b/texts/4d4c54a4-4929-431d-8d45-bc467de1deaa.txt @@ -0,0 +1 @@ +The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever with angel wings on its back in the snow. \ No newline at end of file diff --git a/texts/4d4eb268-0a77-475c-aea8-81d266421ed0.txt b/texts/4d4eb268-0a77-475c-aea8-81d266421ed0.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc70416a477bb50a070a5cc7d36a1d2848c642bc --- /dev/null +++ b/texts/4d4eb268-0a77-475c-aea8-81d266421ed0.txt @@ -0,0 +1 @@ +Black cat, snow, tree \ No newline at end of file diff --git a/texts/4d5916a9-feb8-4aeb-bee2-74b6c07fd875.txt b/texts/4d5916a9-feb8-4aeb-bee2-74b6c07fd875.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c6e6df00206a9b8a2310c0a5ad0cd6bd81cdc33 --- /dev/null +++ b/texts/4d5916a9-feb8-4aeb-bee2-74b6c07fd875.txt @@ -0,0 +1 @@ +A black cat catching stars . \ No newline at end of file diff --git a/texts/4d8261c7-8814-4fbd-9b86-9d782314dcff.txt b/texts/4d8261c7-8814-4fbd-9b86-9d782314dcff.txt new file mode 100644 index 0000000000000000000000000000000000000000..5148771383e0516cc9164ab2ee4ebc4f416ef0eb --- /dev/null +++ b/texts/4d8261c7-8814-4fbd-9b86-9d782314dcff.txt @@ -0,0 +1 @@ +A snowy night scene, full of festive atmosphere, fireworks in the sky, a Hello Kitty standing next to a snow-covered Christmas tree, the ground written "QJR"surrounded by a heart-shaped pattern. \ No newline at end of file diff --git a/texts/4d907bb2-eaa4-4014-a87f-9272df8594c9.txt b/texts/4d907bb2-eaa4-4014-a87f-9272df8594c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a6d2af270b9bc8a4491199b67fdd5a4e0810214 --- /dev/null +++ b/texts/4d907bb2-eaa4-4014-a87f-9272df8594c9.txt @@ -0,0 +1 @@ +Ducks playing guitar, The snake is dancing on the side,in the snow \ No newline at end of file diff --git a/texts/4d936a07-5b31-4449-843e-a06fa4a60a2f.txt b/texts/4d936a07-5b31-4449-843e-a06fa4a60a2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a722e5a380f589abb0a6fbb069521788ff8c60ac --- /dev/null +++ b/texts/4d936a07-5b31-4449-843e-a06fa4a60a2f.txt @@ -0,0 +1 @@ +At the blues moment, the pink pig finished work and rode a road bike through the CBD buildings, wearing a blue duckbill cap, a red scarf, and a cute and charming villain character \ No newline at end of file diff --git a/texts/4da2b81d-8794-47a9-ada1-2d22adf2d8eb.txt b/texts/4da2b81d-8794-47a9-ada1-2d22adf2d8eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..1083dcb0caf418813012f3b576666e08d5145426 --- /dev/null +++ b/texts/4da2b81d-8794-47a9-ada1-2d22adf2d8eb.txt @@ -0,0 +1 @@ +black sofa, next to tropical plants \ No newline at end of file diff --git a/texts/4dadcb5c-72cd-4e03-bf0b-17d75719e5eb.txt b/texts/4dadcb5c-72cd-4e03-bf0b-17d75719e5eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4595a44af47af55994dae601fe6775285e5094b --- /dev/null +++ b/texts/4dadcb5c-72cd-4e03-bf0b-17d75719e5eb.txt @@ -0,0 +1 @@ +A Samoyed play in home. \ No newline at end of file diff --git a/texts/4dae9d76-36c6-4f24-b17e-9afbfcc8d404.txt b/texts/4dae9d76-36c6-4f24-b17e-9afbfcc8d404.txt new file mode 100644 index 0000000000000000000000000000000000000000..30c3594ac7a5b773d15502a6a940799bc80c0847 --- /dev/null +++ b/texts/4dae9d76-36c6-4f24-b17e-9afbfcc8d404.txt @@ -0,0 +1 @@ +In the snow under the stars, kitty holds fireworks next to the Christmas tree, and the snow under kitty says QJY \ No newline at end of file diff --git a/texts/4daeb825-dae8-4e8c-a6ba-3ffb69385505.txt b/texts/4daeb825-dae8-4e8c-a6ba-3ffb69385505.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb7d4dcefb760e5fd6c8cfe75f81eb235145fbd1 --- /dev/null +++ b/texts/4daeb825-dae8-4e8c-a6ba-3ffb69385505.txt @@ -0,0 +1 @@ +A black Corgi,red Christmas hat, a silver Persian with white wings, snowy fields, a red heart-shaped cake,Bold colors \ No newline at end of file diff --git a/texts/4db078a9-1d85-4b45-84bc-d024e09b98ce.txt b/texts/4db078a9-1d85-4b45-84bc-d024e09b98ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a00373886a4e11875dbf93d8390bead00fd6ede --- /dev/null +++ b/texts/4db078a9-1d85-4b45-84bc-d024e09b98ce.txt @@ -0,0 +1 @@ +A lovely cat is wearing a birthday hat. Happy birthday is written next to yosh's birthday. \ No newline at end of file diff --git a/texts/4db3a9c9-7683-4a4e-80b9-db171ac1d141.txt b/texts/4db3a9c9-7683-4a4e-80b9-db171ac1d141.txt new file mode 100644 index 0000000000000000000000000000000000000000..2298a047518d459d1e8cc790f2c4e3fbb7ca66c2 --- /dev/null +++ b/texts/4db3a9c9-7683-4a4e-80b9-db171ac1d141.txt @@ -0,0 +1 @@ +At home by the window, a yellow bowtie kitten is sitting next to a pink bowtie puppy. It's getting dark outside and it's snowing. The kitten and puppy are leaning against each other \ No newline at end of file diff --git a/texts/4dbb68e1-a77e-4634-85e8-a61a2e9b8c75.txt b/texts/4dbb68e1-a77e-4634-85e8-a61a2e9b8c75.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba9631ed117329c911d90fbc7faa4b6940e9db54 --- /dev/null +++ b/texts/4dbb68e1-a77e-4634-85e8-a61a2e9b8c75.txt @@ -0,0 +1 @@ +Two lovely silver shaded kittens, wearing butterfly wings, were sitting obediently on the black leather sofa and watching cartoons. \ No newline at end of file diff --git a/texts/4dbd29e7-3bce-4a5e-a048-003dcbe88558.txt b/texts/4dbd29e7-3bce-4a5e-a048-003dcbe88558.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d39a03869947b27994d44344720949670d8cebe --- /dev/null +++ b/texts/4dbd29e7-3bce-4a5e-a048-003dcbe88558.txt @@ -0,0 +1 @@ +a fox holding a Hasselblad X2D \ No newline at end of file diff --git a/texts/4dc9d196-d8e3-403c-b2f1-1c9d82e699e2.txt b/texts/4dc9d196-d8e3-403c-b2f1-1c9d82e699e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..32800e5297c711b807b01de8d14220e99fa8e3ac --- /dev/null +++ b/texts/4dc9d196-d8e3-403c-b2f1-1c9d82e699e2.txt @@ -0,0 +1 @@ +a krokodil climb on red desert with weird purple flowers \ No newline at end of file diff --git a/texts/4dca2d32-abff-4f7a-ad44-a7af608b1d11.txt b/texts/4dca2d32-abff-4f7a-ad44-a7af608b1d11.txt new file mode 100644 index 0000000000000000000000000000000000000000..c59a132b8f7dd32633ce4aeb1aee64c07404c164 --- /dev/null +++ b/texts/4dca2d32-abff-4f7a-ad44-a7af608b1d11.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a penguin doll is sitting on the ground wearing a red scarf with the word "zxt" written on the ground \ No newline at end of file diff --git a/texts/4ddb05cc-e44c-4ddc-8dfc-30b8071299bb.txt b/texts/4ddb05cc-e44c-4ddc-8dfc-30b8071299bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..81b659d989cde061d8208adea4d0d6322da805f5 --- /dev/null +++ b/texts/4ddb05cc-e44c-4ddc-8dfc-30b8071299bb.txt @@ -0,0 +1 @@ +Snows, fireworks, a cute and orange cat, pink clouds, spicy hot pot \ No newline at end of file diff --git a/texts/4ddfd174-9f72-474a-8d39-c302571146a9.txt b/texts/4ddfd174-9f72-474a-8d39-c302571146a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d8aacb439817006988e1772f1eeaab324e21c91 --- /dev/null +++ b/texts/4ddfd174-9f72-474a-8d39-c302571146a9.txt @@ -0,0 +1 @@ +Japan Burning Jinyun Pavilion hello kitty night \ No newline at end of file diff --git a/texts/4dec1039-a89c-4ecf-95fb-4d67fa92c076.txt b/texts/4dec1039-a89c-4ecf-95fb-4d67fa92c076.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaa58a81f01da1f2bb807d2b7aa204aecad3c9e2 --- /dev/null +++ b/texts/4dec1039-a89c-4ecf-95fb-4d67fa92c076.txt @@ -0,0 +1 @@ +Winter, Tibetan area, grassland, snow, heavy snow, night, \ No newline at end of file diff --git a/texts/4df0dfbe-bc75-4ddf-abcb-6b390c2f6496.txt b/texts/4df0dfbe-bc75-4ddf-abcb-6b390c2f6496.txt new file mode 100644 index 0000000000000000000000000000000000000000..d383d480fbc8cb6efe4a8b81eff4912a23adf94d --- /dev/null +++ b/texts/4df0dfbe-bc75-4ddf-abcb-6b390c2f6496.txt @@ -0,0 +1 @@ +Kitten skiing \ No newline at end of file diff --git a/texts/4df3f32e-4f61-4afa-9721-94d834d9de24.txt b/texts/4df3f32e-4f61-4afa-9721-94d834d9de24.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bb9ee891b7fd122bbf628dd57f68e82ef595c6c --- /dev/null +++ b/texts/4df3f32e-4f61-4afa-9721-94d834d9de24.txt @@ -0,0 +1 @@ +The environment is clean and modern with warm lighting highlighting the coffee beans. \ No newline at end of file diff --git a/texts/4df534da-97b6-4245-8b11-10b38de7624c.txt b/texts/4df534da-97b6-4245-8b11-10b38de7624c.txt new file mode 100644 index 0000000000000000000000000000000000000000..06e2678e7b705523467a4c54ea3050782be0f3c9 --- /dev/null +++ b/texts/4df534da-97b6-4245-8b11-10b38de7624c.txt @@ -0,0 +1 @@ +Bali at the moment of blues, seagulls fly in the sky, the sea surface turns completely blue, and the stars and the moon can be seen in the sky, dreamy and beautiful \ No newline at end of file diff --git a/texts/4df6eaf9-c961-4835-bbe1-65dea5d88f0e.txt b/texts/4df6eaf9-c961-4835-bbe1-65dea5d88f0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9596f422ff91dcf4cb8ded7c7e679f8e25852e2a --- /dev/null +++ b/texts/4df6eaf9-c961-4835-bbe1-65dea5d88f0e.txt @@ -0,0 +1 @@ +Create a poster featuring Horse Radio. \ No newline at end of file diff --git a/texts/4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe.txt b/texts/4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8cdaa7f2574d453f6c738dcd9537bf6a98a9674 --- /dev/null +++ b/texts/4dfdc9a2-d80c-4d4e-ac20-91ec019cedfe.txt @@ -0,0 +1 @@ +a white horse in the transparent silk on the snowland in winter night \ No newline at end of file diff --git a/texts/4e06b555-6961-4bdc-980d-8370b5a5866f.txt b/texts/4e06b555-6961-4bdc-980d-8370b5a5866f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f24cb151da26fa2d4e0b0bf5f257c1e4fb93915e --- /dev/null +++ b/texts/4e06b555-6961-4bdc-980d-8370b5a5866f.txt @@ -0,0 +1 @@ +a red panda playing skateboard \ No newline at end of file diff --git a/texts/4e1be8bd-0c30-4901-9d47-813d5c02806e.txt b/texts/4e1be8bd-0c30-4901-9d47-813d5c02806e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd889f661f3d431bece6b4b50015b37cd39b91f --- /dev/null +++ b/texts/4e1be8bd-0c30-4901-9d47-813d5c02806e.txt @@ -0,0 +1 @@ +Two people are running freely on the beach \ No newline at end of file diff --git a/texts/4e298747-9276-4c55-9250-c6b1e2df8fa4.txt b/texts/4e298747-9276-4c55-9250-c6b1e2df8fa4.txt new file mode 100644 index 0000000000000000000000000000000000000000..70795a9f072a523d88f7b51efbb1988d9690e9e8 --- /dev/null +++ b/texts/4e298747-9276-4c55-9250-c6b1e2df8fa4.txt @@ -0,0 +1 @@ +On a snowy night, a cute rabbit in a pink scarf and a transparent bottle with rabbit footprints next to the bottle. \ No newline at end of file diff --git a/texts/4e29b48d-ade6-4bdc-b4bc-ce875ad1e954.txt b/texts/4e29b48d-ade6-4bdc-b4bc-ce875ad1e954.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dba65e3d115f56c24904165d14a2e4a42bbb141 --- /dev/null +++ b/texts/4e29b48d-ade6-4bdc-b4bc-ce875ad1e954.txt @@ -0,0 +1 @@ +Apples on snow background pink sunset, bubble Christmas tree fireworks Snow day The letter m \ No newline at end of file diff --git a/texts/4e3471bc-5e10-4108-97eb-40a6c0844351.txt b/texts/4e3471bc-5e10-4108-97eb-40a6c0844351.txt new file mode 100644 index 0000000000000000000000000000000000000000..17af054f75a02628a58cd25146991d4a9886f01b --- /dev/null +++ b/texts/4e3471bc-5e10-4108-97eb-40a6c0844351.txt @@ -0,0 +1 @@ +Hellokitty waved a fairy stick next to the snow, and Ning was written on the snow. \ No newline at end of file diff --git a/texts/4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a.txt b/texts/4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa004358cc7fdd7bbdfe5b9c865642c07b536270 --- /dev/null +++ b/texts/4e38fdb2-38a7-4bd6-a58f-ceb76f44aa3a.txt @@ -0,0 +1 @@ +A cat sleeps under a Christmas tree in a warmly lit coffee shop, snow falling outside the window. \ No newline at end of file diff --git a/texts/4e4a1925-132f-483c-855a-272d69b01b0f.txt b/texts/4e4a1925-132f-483c-855a-272d69b01b0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2db23007eb25698c25acc09fcb66200c299ed519 --- /dev/null +++ b/texts/4e4a1925-132f-483c-855a-272d69b01b0f.txt @@ -0,0 +1 @@ +A LOVELY CAT eats a birthday cupcake in winter snow \ No newline at end of file diff --git a/texts/4e4fa881-b5ac-4d5d-875a-f627b2d0f82e.txt b/texts/4e4fa881-b5ac-4d5d-875a-f627b2d0f82e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b6d9dc0cabe1b4350e813b9b386f7aa03945f4e --- /dev/null +++ b/texts/4e4fa881-b5ac-4d5d-875a-f627b2d0f82e.txt @@ -0,0 +1 @@ +A kitten is sitting on the snow land and have bubbles, and the Jun logo on the snow land \ No newline at end of file diff --git a/texts/4e4fcaa6-3e34-4092-a0e3-161e3801b992.txt b/texts/4e4fcaa6-3e34-4092-a0e3-161e3801b992.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa86f04e29a39243b1a79c9559dd01c5992cdfde --- /dev/null +++ b/texts/4e4fcaa6-3e34-4092-a0e3-161e3801b992.txt @@ -0,0 +1 @@ +Hello Kitty is sitting next to the high-speed train window, with the sun shining outside and a stretch of greenery in view. \ No newline at end of file diff --git a/texts/4e55a5b8-2c18-40f0-b970-1123299a90f9.txt b/texts/4e55a5b8-2c18-40f0-b970-1123299a90f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f096f5d08f47a2a5d2eadf37ff147fd820721a --- /dev/null +++ b/texts/4e55a5b8-2c18-40f0-b970-1123299a90f9.txt @@ -0,0 +1 @@ +Two cute, tiny kittens, in front of a pink castle with little pink flashes around them \ No newline at end of file diff --git a/texts/4e64eb9d-0d64-4caf-9704-39781e5f88d0.txt b/texts/4e64eb9d-0d64-4caf-9704-39781e5f88d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..19b510364a917c3c41da2ed6957d2175680e6bdb --- /dev/null +++ b/texts/4e64eb9d-0d64-4caf-9704-39781e5f88d0.txt @@ -0,0 +1 @@ +a fountain sprays a lot of precious jewels .white background . \ No newline at end of file diff --git a/texts/4e66f040-e28a-43e0-8048-d6699b17ecb0.txt b/texts/4e66f040-e28a-43e0-8048-d6699b17ecb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1118d3db24499fc56855972d7c7b59bf8dfa9520 --- /dev/null +++ b/texts/4e66f040-e28a-43e0-8048-d6699b17ecb0.txt @@ -0,0 +1 @@ +Hello kitty in kimono, night, Japan, fireworks in full bloom \ No newline at end of file diff --git a/texts/4e747784-6a47-4255-9439-48eb77e330fb.txt b/texts/4e747784-6a47-4255-9439-48eb77e330fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ad0f2412aad1f36c72c27a76b11da34fa04f763 --- /dev/null +++ b/texts/4e747784-6a47-4255-9439-48eb77e330fb.txt @@ -0,0 +1 @@ +A dreamy environment with pink flowers, pink carpet, pink butterflies, colorful bubbles, the word "YOSH", a guitar, and some tomatoes. \ No newline at end of file diff --git a/texts/4e793d90-6317-4d92-8251-21ff9cbcde97.txt b/texts/4e793d90-6317-4d92-8251-21ff9cbcde97.txt new file mode 100644 index 0000000000000000000000000000000000000000..201b60f0f7b3cc43900f02b4c588c8b391fbf172 --- /dev/null +++ b/texts/4e793d90-6317-4d92-8251-21ff9cbcde97.txt @@ -0,0 +1 @@ +Hello kitty wearing suits and playing piano, beijing forbidden city, maple \ No newline at end of file diff --git a/texts/4e7ae249-3ed9-4aa9-ab33-dc491d1694b4.txt b/texts/4e7ae249-3ed9-4aa9-ab33-dc491d1694b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..129c2f1760f378c4bc0cfc19e2d72e0a5a67dfb3 --- /dev/null +++ b/texts/4e7ae249-3ed9-4aa9-ab33-dc491d1694b4.txt @@ -0,0 +1 @@ +a butterfly cat. Make a realistic style, i want a perfect details \ No newline at end of file diff --git a/texts/4e7bae26-a979-4edc-80b0-2d99335b61d3.txt b/texts/4e7bae26-a979-4edc-80b0-2d99335b61d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..593dea2238a86ecc15acc1330967a35f8d96efa2 --- /dev/null +++ b/texts/4e7bae26-a979-4edc-80b0-2d99335b61d3.txt @@ -0,0 +1 @@ +a theater,a trophy,some colored ribbons \ No newline at end of file diff --git a/texts/4e7c1bcf-e4eb-4570-884f-481e07cff5fc.txt b/texts/4e7c1bcf-e4eb-4570-884f-481e07cff5fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..02707a96c32c5c6cc97791407bac7526832a5d7d --- /dev/null +++ b/texts/4e7c1bcf-e4eb-4570-884f-481e07cff5fc.txt @@ -0,0 +1 @@ +On a snowy night, an endless expanse of snow. There is a sea in the distance, a brown teddy bear wearing a Christmas hat, a Christmas tree next to it, and traces of "ZR&JW" written on the snow with cat claws. A melancholic blue night scene with dreamy effects of light particles, snowfall, and high color saturation. \ No newline at end of file diff --git a/texts/4e7f3cda-c660-4ea9-a1f6-1b767130205a.txt b/texts/4e7f3cda-c660-4ea9-a1f6-1b767130205a.txt new file mode 100644 index 0000000000000000000000000000000000000000..46c57339d5f89d830c9498a28ac92184c6afa74c --- /dev/null +++ b/texts/4e7f3cda-c660-4ea9-a1f6-1b767130205a.txt @@ -0,0 +1 @@ +070 shake \ No newline at end of file diff --git a/texts/4e913ecc-3cdc-4e54-bd7d-05c5c1912689.txt b/texts/4e913ecc-3cdc-4e54-bd7d-05c5c1912689.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb88bc8bc848bc28384835735a7e63bcb2940b25 --- /dev/null +++ b/texts/4e913ecc-3cdc-4e54-bd7d-05c5c1912689.txt @@ -0,0 +1 @@ +Cartoon Hello Kitty sitting on an iceberg cliff, drinking coffee and looking up at the starry sky,looking down at angle \ No newline at end of file diff --git a/texts/4e91bec3-1917-4f09-8acf-a3c5ae3bb216.txt b/texts/4e91bec3-1917-4f09-8acf-a3c5ae3bb216.txt new file mode 100644 index 0000000000000000000000000000000000000000..cefcb40df6dbfd530b520bfc5749748b74859461 --- /dev/null +++ b/texts/4e91bec3-1917-4f09-8acf-a3c5ae3bb216.txt @@ -0,0 +1 @@ +LIVING ROOM RUG \ No newline at end of file diff --git a/texts/4e964d26-24af-40ea-8f59-3cbb18a006fd.txt b/texts/4e964d26-24af-40ea-8f59-3cbb18a006fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..63179a2baef24f429a882ab1c40d34017e30edd4 --- /dev/null +++ b/texts/4e964d26-24af-40ea-8f59-3cbb18a006fd.txt @@ -0,0 +1 @@ +a red panda in holiday season, very cute.smiling at the camera, the camera is very close only shows the head and some body \ No newline at end of file diff --git a/texts/4e998710-3718-42a5-97af-4f4f323283e2.txt b/texts/4e998710-3718-42a5-97af-4f4f323283e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..62fa8e38540b5a8c84792162d7ec4cdbd57a2ed0 --- /dev/null +++ b/texts/4e998710-3718-42a5-97af-4f4f323283e2.txt @@ -0,0 +1 @@ +a cat sit in Olive green isometric cozy cube messy room \ No newline at end of file diff --git a/texts/4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee.txt b/texts/4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..1da03c1373c87190941487c0eb7730f7ddb04c59 --- /dev/null +++ b/texts/4e9d3b30-6eae-443e-ac15-5a6eb5b4f2ee.txt @@ -0,0 +1 @@ +An adorable white Pomeranian with rollar coaster \ No newline at end of file diff --git a/texts/4e9dcd20-5e32-49e2-a7e1-62fb6100076d.txt b/texts/4e9dcd20-5e32-49e2-a7e1-62fb6100076d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8de810fd541c1ef208cd914120f86275ff3e1ef --- /dev/null +++ b/texts/4e9dcd20-5e32-49e2-a7e1-62fb6100076d.txt @@ -0,0 +1 @@ +mizu umi \ No newline at end of file diff --git a/texts/4ead2023-9d7f-463d-a3dc-4f8c2fbec591.txt b/texts/4ead2023-9d7f-463d-a3dc-4f8c2fbec591.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2dd3554c8c8ef388d7a93503d19310e2e5e39cf --- /dev/null +++ b/texts/4ead2023-9d7f-463d-a3dc-4f8c2fbec591.txt @@ -0,0 +1 @@ +Aurora Snow Samoyed Happy Puppy Transparent Wings Playing and Running in Snow Balloon Nighttime Aurora Drifting Snow \ No newline at end of file diff --git a/texts/4ead36f5-478a-44c8-ba72-91f3de689e03.txt b/texts/4ead36f5-478a-44c8-ba72-91f3de689e03.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b7109d07c6ed3dd98e27c6d416d7917c065cd6 --- /dev/null +++ b/texts/4ead36f5-478a-44c8-ba72-91f3de689e03.txt @@ -0,0 +1 @@ +a tiger play with a panda in a piazza ,and the panda enjoy the bamboos \ No newline at end of file diff --git a/texts/4ead58cd-33bf-4a28-bff4-810417396a4d.txt b/texts/4ead58cd-33bf-4a28-bff4-810417396a4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..95236da1f7b32a14e356ed88a165096811001cf5 --- /dev/null +++ b/texts/4ead58cd-33bf-4a28-bff4-810417396a4d.txt @@ -0,0 +1 @@ +3d sonic the hedgehog in snow field \ No newline at end of file diff --git a/texts/4eb63595-3201-45b9-9b49-44bdffc31709.txt b/texts/4eb63595-3201-45b9-9b49-44bdffc31709.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef3756eb3c0b1efd1c361ed0f095f0a7c6f539bc --- /dev/null +++ b/texts/4eb63595-3201-45b9-9b49-44bdffc31709.txt @@ -0,0 +1 @@ +pink hellokitty cat and an asigin young lady are having a christmas afternoon tea party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background,a lot of dessert and cakes \ No newline at end of file diff --git a/texts/4ebd0090-e5e8-4f12-9483-1a4d6f93d760.txt b/texts/4ebd0090-e5e8-4f12-9483-1a4d6f93d760.txt new file mode 100644 index 0000000000000000000000000000000000000000..e61b4b114ad227e4744837cfff556aa4219677a2 --- /dev/null +++ b/texts/4ebd0090-e5e8-4f12-9483-1a4d6f93d760.txt @@ -0,0 +1 @@ +There is a Christmas tree in the snow, and a chef cat is making a cake next to it \ No newline at end of file diff --git a/texts/4ec0b948-256d-42a6-80e8-93c2e36e9470.txt b/texts/4ec0b948-256d-42a6-80e8-93c2e36e9470.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7eab1bdc36dc2e884e986b57c56abac3b4f9109 --- /dev/null +++ b/texts/4ec0b948-256d-42a6-80e8-93c2e36e9470.txt @@ -0,0 +1 @@ +In the snow of Christmas, there is a name "SYLUS" and a cute crow next to it \ No newline at end of file diff --git a/texts/4ec67e06-98d3-4d48-b7f2-f756e8db418f.txt b/texts/4ec67e06-98d3-4d48-b7f2-f756e8db418f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c03384faeaf9163de88bb2a1bcbbb82bd2c61d12 --- /dev/null +++ b/texts/4ec67e06-98d3-4d48-b7f2-f756e8db418f.txt @@ -0,0 +1 @@ +A Chinese power worker wearing a blue hard hat stands under a high-voltage tower, carrying a black toolkit. \ No newline at end of file diff --git a/texts/4ec9ac9e-f1b7-45e6-aa6e-edf594f33704.txt b/texts/4ec9ac9e-f1b7-45e6-aa6e-edf594f33704.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1a035827383dd9e4e684183f27605d0cad49df8 --- /dev/null +++ b/texts/4ec9ac9e-f1b7-45e6-aa6e-edf594f33704.txt @@ -0,0 +1 @@ +Threshold space \ No newline at end of file diff --git a/texts/4ecc1203-073d-4eca-a058-1171e20db3de.txt b/texts/4ecc1203-073d-4eca-a058-1171e20db3de.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ac22462dd3730741f25e54dd17eb33ddcc9b194 --- /dev/null +++ b/texts/4ecc1203-073d-4eca-a058-1171e20db3de.txt @@ -0,0 +1 @@ +A pair of kittens in the white snow, with many cat paw prints \ No newline at end of file diff --git a/texts/4ed3209e-e28b-435e-9b81-c9c11d24a8b9.txt b/texts/4ed3209e-e28b-435e-9b81-c9c11d24a8b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c3462917079ba116d2fb7ba8e4108625da12bc1 --- /dev/null +++ b/texts/4ed3209e-e28b-435e-9b81-c9c11d24a8b9.txt @@ -0,0 +1 @@ +Hello kitty using a laptop with Windows \ No newline at end of file diff --git a/texts/4ed554aa-15ad-4cd3-8d9b-52373e81f692.txt b/texts/4ed554aa-15ad-4cd3-8d9b-52373e81f692.txt new file mode 100644 index 0000000000000000000000000000000000000000..61e23e8dd206d23a83395225ca0b12b236a68d63 --- /dev/null +++ b/texts/4ed554aa-15ad-4cd3-8d9b-52373e81f692.txt @@ -0,0 +1 @@ +Astronaut holding a camera taking photo of a Ragdoll Cat on Lunar Landscape \ No newline at end of file diff --git a/texts/4ee3949d-3062-4ad4-bb57-0d7c1134d6f6.txt b/texts/4ee3949d-3062-4ad4-bb57-0d7c1134d6f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cf9e64b7017882a63f294a3e6b57d8bbbbd9427 --- /dev/null +++ b/texts/4ee3949d-3062-4ad4-bb57-0d7c1134d6f6.txt @@ -0,0 +1 @@ +Call of duty \ No newline at end of file diff --git a/texts/4ef72a86-cd50-447c-a4d4-e5fcca25ab6b.txt b/texts/4ef72a86-cd50-447c-a4d4-e5fcca25ab6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..dca31e64deb6feadce9132b2ac0508ed3eab2cb4 --- /dev/null +++ b/texts/4ef72a86-cd50-447c-a4d4-e5fcca25ab6b.txt @@ -0,0 +1 @@ +A Shiba Inu in the snow watching fireworks, wearing a Christmas hat. \ No newline at end of file diff --git a/texts/4efcec30-47a5-4f4a-9679-d529f2f6c87e.txt b/texts/4efcec30-47a5-4f4a-9679-d529f2f6c87e.txt new file mode 100644 index 0000000000000000000000000000000000000000..db84e6ea12ecce171d423ed9515bd97b25a952ae --- /dev/null +++ b/texts/4efcec30-47a5-4f4a-9679-d529f2f6c87e.txt @@ -0,0 +1 @@ +A cool and cute little white Pomeranian dog playing in a magical world \ No newline at end of file diff --git a/texts/4f007217-f247-4078-8ffe-13fec82b5a05.txt b/texts/4f007217-f247-4078-8ffe-13fec82b5a05.txt new file mode 100644 index 0000000000000000000000000000000000000000..44d3447f9d01e85db0a779f8a419be044e7a7feb --- /dev/null +++ b/texts/4f007217-f247-4078-8ffe-13fec82b5a05.txt @@ -0,0 +1 @@ +Brilliant fireworks scattering outward \ No newline at end of file diff --git a/texts/4f08ef36-e596-476b-8979-c962e83d986a.txt b/texts/4f08ef36-e596-476b-8979-c962e83d986a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a19758b33f4871c49336a333e2e03695373dd165 --- /dev/null +++ b/texts/4f08ef36-e596-476b-8979-c962e83d986a.txt @@ -0,0 +1 @@ +A backview of long ear hair pure white maltease in beautiful and dark landscape \ No newline at end of file diff --git a/texts/4f0b355a-d8b2-42fe-9169-bc51ef0959f8.txt b/texts/4f0b355a-d8b2-42fe-9169-bc51ef0959f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a4f0e52e6ffd22170f4d1f197e541ffccb77561 --- /dev/null +++ b/texts/4f0b355a-d8b2-42fe-9169-bc51ef0959f8.txt @@ -0,0 +1 @@ +A black kitten and a white kitten are watching fireworks in the snow \ No newline at end of file diff --git a/texts/4f286ee8-195d-4383-a758-7c270f28587b.txt b/texts/4f286ee8-195d-4383-a758-7c270f28587b.txt new file mode 100644 index 0000000000000000000000000000000000000000..962eaf03d84c1b53c0c5ffd7ab053dd10238a925 --- /dev/null +++ b/texts/4f286ee8-195d-4383-a758-7c270f28587b.txt @@ -0,0 +1 @@ +Watching the fireworks at night on the top of snowy mountain, and the residential houses below. Two Hello Kitty dolls are standing together on the snow: one wearing a suit and the other wearing a wedding dress. The letter "HY" stands on the snow to the left of Hello Kitty wearing a suit, and the letter "MC" stands on the snow to the right of Hello Kitty wearing a wedding dress. \ No newline at end of file diff --git a/texts/4f3089b9-087a-40e9-bbb6-a3a8c63d946d.txt b/texts/4f3089b9-087a-40e9-bbb6-a3a8c63d946d.txt new file mode 100644 index 0000000000000000000000000000000000000000..873e80b11c7342bc5713331047f26e24fece3508 --- /dev/null +++ b/texts/4f3089b9-087a-40e9-bbb6-a3a8c63d946d.txt @@ -0,0 +1 @@ +Snow, piano, cute bear \ No newline at end of file diff --git a/texts/4f35b2ac-7bbd-45f3-8d94-7183c8f240a3.txt b/texts/4f35b2ac-7bbd-45f3-8d94-7183c8f240a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ee2f55a68e54d4c2eecc1588534e2d8a32efe88 --- /dev/null +++ b/texts/4f35b2ac-7bbd-45f3-8d94-7183c8f240a3.txt @@ -0,0 +1 @@ +A white Bichon Frise puppy with a Christmas hat and blue accents \ No newline at end of file diff --git a/texts/4f3fd664-f09a-4edc-bbe7-119f3af15896.txt b/texts/4f3fd664-f09a-4edc-bbe7-119f3af15896.txt new file mode 100644 index 0000000000000000000000000000000000000000..d84995c8dad11f34d959348d7485f33975b28166 --- /dev/null +++ b/texts/4f3fd664-f09a-4edc-bbe7-119f3af15896.txt @@ -0,0 +1 @@ +the wooden square table has a chicken in the center \ No newline at end of file diff --git a/texts/4f41753b-fc79-4491-a82b-8492919a7f82.txt b/texts/4f41753b-fc79-4491-a82b-8492919a7f82.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c4980afd80f7dbb61c95c6f1eab63f6a5fed187 --- /dev/null +++ b/texts/4f41753b-fc79-4491-a82b-8492919a7f82.txt @@ -0,0 +1 @@ +Puppy watching grand fireworks at sunset by the seaside \ No newline at end of file diff --git a/texts/4f4999e9-aea5-4412-bdf9-ee1287b5b1aa.txt b/texts/4f4999e9-aea5-4412-bdf9-ee1287b5b1aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..3de4afdd6bcb20955421f5755093056a978af41e --- /dev/null +++ b/texts/4f4999e9-aea5-4412-bdf9-ee1287b5b1aa.txt @@ -0,0 +1 @@ +dos fantasmas en un sofa cutre, uno de ellos lleva una maleta \ No newline at end of file diff --git a/texts/4f4ee42f-a808-47e3-b4f7-9ba7813ebacb.txt b/texts/4f4ee42f-a808-47e3-b4f7-9ba7813ebacb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7e10a55f6aac38adf5b8cc7e11e8b8216c49279 --- /dev/null +++ b/texts/4f4ee42f-a808-47e3-b4f7-9ba7813ebacb.txt @@ -0,0 +1 @@ +Xiaoxue, sunset, West Highland puppy with transparent wings \ No newline at end of file diff --git a/texts/4f53a2b6-565e-407b-b54d-cf1e7b5aa230.txt b/texts/4f53a2b6-565e-407b-b54d-cf1e7b5aa230.txt new file mode 100644 index 0000000000000000000000000000000000000000..0696fe23d8dd8cd2e37d9be0481a200d4e4c651a --- /dev/null +++ b/texts/4f53a2b6-565e-407b-b54d-cf1e7b5aa230.txt @@ -0,0 +1 @@ +a dachshund wearing a chef's hat is frying sausages \ No newline at end of file diff --git a/texts/4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded.txt b/texts/4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bd873e1c5a46728e09d97310c8e1ea54db50b67 --- /dev/null +++ b/texts/4f62aae8-ff6a-4d9e-ad3e-56e7e4125ded.txt @@ -0,0 +1 @@ +A white silver gradient kitten with a pink scarf is watching fireworks and drinking coffee \ No newline at end of file diff --git a/texts/4f7283e3-381e-421f-9bca-1edb78d1878e.txt b/texts/4f7283e3-381e-421f-9bca-1edb78d1878e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ddececb6cbeb7db0feb35bd944508023e6704b5 --- /dev/null +++ b/texts/4f7283e3-381e-421f-9bca-1edb78d1878e.txt @@ -0,0 +1 @@ +A blue-and-white British Shorthair cat with amber eyes playing a silver Fender electric guitar in the snow. \ No newline at end of file diff --git a/texts/4f7551ba-dca8-499e-a183-62d6625e60cc.txt b/texts/4f7551ba-dca8-499e-a183-62d6625e60cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bc38ba5e7d091c96cfdc6f95d5a66a0259ea44c --- /dev/null +++ b/texts/4f7551ba-dca8-499e-a183-62d6625e60cc.txt @@ -0,0 +1 @@ +During the snowy day, there is the sea in the distance, the Hello Kitty doll and Daniel doll wearing a red Christmas hat, next to the Christmas tree, SYY and HJ are written on the snow, with traces of cat's claws, romantic atmosphere \ No newline at end of file diff --git a/texts/4f774356-0c24-42bb-89f7-4c8cadfbd09c.txt b/texts/4f774356-0c24-42bb-89f7-4c8cadfbd09c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9371bfbe56af19da363e1f89e99d91b406b7a0 --- /dev/null +++ b/texts/4f774356-0c24-42bb-89f7-4c8cadfbd09c.txt @@ -0,0 +1 @@ +HELLOKITTY in a cute outfit working in the office. \ No newline at end of file diff --git a/texts/4f7b2666-d8e3-4a17-aed4-7c79bc31a5db.txt b/texts/4f7b2666-d8e3-4a17-aed4-7c79bc31a5db.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7e8f53a2c97611aa78e3ed5d240e9430b695e74 --- /dev/null +++ b/texts/4f7b2666-d8e3-4a17-aed4-7c79bc31a5db.txt @@ -0,0 +1 @@ +There are auroras and trees, in thick snow, Winnie the Pooh is taking a picture of a Schnauzer dog with a camera, and there is a Christmas tree \ No newline at end of file diff --git a/texts/4f7d514d-6b2e-4274-a594-c1d61d2b43af.txt b/texts/4f7d514d-6b2e-4274-a594-c1d61d2b43af.txt new file mode 100644 index 0000000000000000000000000000000000000000..f899eaaf36e738832e5f899b0ceaa739bb41ec60 --- /dev/null +++ b/texts/4f7d514d-6b2e-4274-a594-c1d61d2b43af.txt @@ -0,0 +1 @@ +Kobe is shooting on the rooftop of the building. At sunrise, there are many sugars floating in the sky \ No newline at end of file diff --git a/texts/4f7e173e-7bd1-4be7-8523-7b511b66ab20.txt b/texts/4f7e173e-7bd1-4be7-8523-7b511b66ab20.txt new file mode 100644 index 0000000000000000000000000000000000000000..9680f2f2f6912f027e03b629ab0849b36ba09728 --- /dev/null +++ b/texts/4f7e173e-7bd1-4be7-8523-7b511b66ab20.txt @@ -0,0 +1 @@ +Hello kitty holding a cake and sittin on beach with dark sky \ No newline at end of file diff --git a/texts/4f830e4d-9630-4c3a-8a46-741a7bc794ee.txt b/texts/4f830e4d-9630-4c3a-8a46-741a7bc794ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..0067c6bf5ab7eef2ff1f217a816c080549247bc9 --- /dev/null +++ b/texts/4f830e4d-9630-4c3a-8a46-741a7bc794ee.txt @@ -0,0 +1 @@ +A little princess eat pizza, fancy ,mushroom, wood house,clouds \ No newline at end of file diff --git a/texts/4f8b9f0d-c82a-48f6-b547-3348afe1bd74.txt b/texts/4f8b9f0d-c82a-48f6-b547-3348afe1bd74.txt new file mode 100644 index 0000000000000000000000000000000000000000..278cb6861dfa18309aa314f8c3c7a17c876b16ad --- /dev/null +++ b/texts/4f8b9f0d-c82a-48f6-b547-3348afe1bd74.txt @@ -0,0 +1 @@ +A white kitten is sitting in front of the computer, playing games. It gets so angry that it flips over the keyboard and holds a knife in its paw. \ No newline at end of file diff --git a/texts/4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2.txt b/texts/4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2.txt new file mode 100644 index 0000000000000000000000000000000000000000..16c580860918906c4f2186efb222b507f3106124 --- /dev/null +++ b/texts/4f8c87d5-b7d5-40d4-8f3f-34b74f8acff2.txt @@ -0,0 +1 @@ +On a green meadow, there are many small wild flowers on the grass, occasionally a few low shrubs, blue sky and white clouds, a tall and thin teenager in a white shirt stood on the distant meadow hill and waved to me. \ No newline at end of file diff --git a/texts/4f8df04b-20cd-4181-a433-dabad5647639.txt b/texts/4f8df04b-20cd-4181-a433-dabad5647639.txt new file mode 100644 index 0000000000000000000000000000000000000000..4603d70ead43276ec83519dee91924532510c23f --- /dev/null +++ b/texts/4f8df04b-20cd-4181-a433-dabad5647639.txt @@ -0,0 +1 @@ +a black friday 25% off sitewide sale information on a computer screen \ No newline at end of file diff --git a/texts/4f9ce0eb-f79c-4095-aef3-990dc9cc74ea.txt b/texts/4f9ce0eb-f79c-4095-aef3-990dc9cc74ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf4380c015c3db31797dc948fb6555340371e30 --- /dev/null +++ b/texts/4f9ce0eb-f79c-4095-aef3-990dc9cc74ea.txt @@ -0,0 +1 @@ + a snow day ,a day lily flower planted in the snow,a cute dog near it \ No newline at end of file diff --git a/texts/4fa985e9-cc25-4b5e-a140-271dd3fedd9e.txt b/texts/4fa985e9-cc25-4b5e-a140-271dd3fedd9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4830ed42b7a9354eb5c7f9f35679789d7c4bc273 --- /dev/null +++ b/texts/4fa985e9-cc25-4b5e-a140-271dd3fedd9e.txt @@ -0,0 +1 @@ +The three-month-old Chinese iron-packed golden dog plays with butterflies in the snow. \ No newline at end of file diff --git a/texts/4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160.txt b/texts/4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160.txt new file mode 100644 index 0000000000000000000000000000000000000000..60f0979f94862838e7d3c4c7824c0ae9c0208066 --- /dev/null +++ b/texts/4fac41e2-b1d8-42a3-ba4f-baa0ef8eb160.txt @@ -0,0 +1 @@ +ice cream \ No newline at end of file diff --git a/texts/4fb25230-f252-4fb5-9209-1089198fcad9.txt b/texts/4fb25230-f252-4fb5-9209-1089198fcad9.txt new file mode 100644 index 0000000000000000000000000000000000000000..a429f28e26c9d91d218be3125c59ab0763f542f8 --- /dev/null +++ b/texts/4fb25230-f252-4fb5-9209-1089198fcad9.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white golden-haired puppy wearing a Christmas hat, next to it is a Christmas tree, and "x1n" is written on the snow, with traces of puppy claws. Melancholy blue night scene, the dream with light particlesThe stunning night view, the blurred city lights and colorful fireworks illuminate the sky, creating a warm, festive and romantic atmosphere. \ No newline at end of file diff --git a/texts/4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae.txt b/texts/4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae.txt new file mode 100644 index 0000000000000000000000000000000000000000..db58d14726c7cffb4d78347b28799cc343d51554 --- /dev/null +++ b/texts/4fba219f-ff9f-4d0e-b6ff-9eebf90cbcae.txt @@ -0,0 +1 @@ +The mole handed the fox a doughnut in the school stairwell \ No newline at end of file diff --git a/texts/4fc24e70-81c3-43de-8ea2-ce5fba9d02d0.txt b/texts/4fc24e70-81c3-43de-8ea2-ce5fba9d02d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bc587c72f67978db83a86a097af206491c42422 --- /dev/null +++ b/texts/4fc24e70-81c3-43de-8ea2-ce5fba9d02d0.txt @@ -0,0 +1 @@ +A puppy sadly doing work sitting on the office chair wearing a tie facing a pc \ No newline at end of file diff --git a/texts/4fc3596b-cfc4-48ea-ade8-f492edb4456f.txt b/texts/4fc3596b-cfc4-48ea-ade8-f492edb4456f.txt new file mode 100644 index 0000000000000000000000000000000000000000..229389b877a85a3add018809547de7604ee63ce6 --- /dev/null +++ b/texts/4fc3596b-cfc4-48ea-ade8-f492edb4456f.txt @@ -0,0 +1 @@ +cats sitting around a table, christmas tree cake on the table, cats wearing christmas hats,on a boat, in the sea, close-up of the cats \ No newline at end of file diff --git a/texts/4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac.txt b/texts/4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac.txt new file mode 100644 index 0000000000000000000000000000000000000000..e31546944aaecf27bbedd9f49cd7e6b153e4dc2a --- /dev/null +++ b/texts/4fc9c3ac-eded-4ec0-8de1-3b553dc0aeac.txt @@ -0,0 +1 @@ +A huge pearl put on a crown and was choosing a wedding dress. \ No newline at end of file diff --git a/texts/4fcba1e6-4b16-4c07-b585-7f7accbc3f5a.txt b/texts/4fcba1e6-4b16-4c07-b585-7f7accbc3f5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..99609a2af37bdad40a237ff7fd7c94e106bb7c59 --- /dev/null +++ b/texts/4fcba1e6-4b16-4c07-b585-7f7accbc3f5a.txt @@ -0,0 +1 @@ +There is a little wh bichon frise with wings in the snow. There are bubbles in the sky. There is a Christmas tree and a house behind it. The night sky is blue. It's really snowing. \ No newline at end of file diff --git a/texts/4fcc00f0-a106-48b1-9b38-c15d0826a54b.txt b/texts/4fcc00f0-a106-48b1-9b38-c15d0826a54b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9786449db24d79ed95f7ca0fdfab1b98d69ce57 --- /dev/null +++ b/texts/4fcc00f0-a106-48b1-9b38-c15d0826a54b.txt @@ -0,0 +1 @@ +Six Months West Highland Dog Snow Christmas Hat Stars \ No newline at end of file diff --git a/texts/4fdfc69d-ad26-44f1-bdfd-4358b1f55192.txt b/texts/4fdfc69d-ad26-44f1-bdfd-4358b1f55192.txt new file mode 100644 index 0000000000000000000000000000000000000000..df70ca704867669541d23e014d35ed6831f825bd --- /dev/null +++ b/texts/4fdfc69d-ad26-44f1-bdfd-4358b1f55192.txt @@ -0,0 +1 @@ +Handwritten word "n1v1" in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow \ No newline at end of file diff --git a/texts/4fe36692-0c49-4ae0-b186-c2acdf8587c2.txt b/texts/4fe36692-0c49-4ae0-b186-c2acdf8587c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..54305ffc473d960a413ad0d72741d861562a2592 --- /dev/null +++ b/texts/4fe36692-0c49-4ae0-b186-c2acdf8587c2.txt @@ -0,0 +1 @@ +The small bridge is curved like a rainbow, the water is open and clear like the sky, and a leaf boat floats in the drizzle like smoke. \ No newline at end of file diff --git a/texts/500baffd-1aa3-4f21-b1a7-a964be863450.txt b/texts/500baffd-1aa3-4f21-b1a7-a964be863450.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfc86e70d9093c92da3381a6bc8e13eff708245f --- /dev/null +++ b/texts/500baffd-1aa3-4f21-b1a7-a964be863450.txt @@ -0,0 +1 @@ +A furry HelloKitty wearing a leopard print beanie, a leopard print jumpsuit, a pair of mid-tube pointed high heels, a pair of small white wings on the back, and holding a big hot steamed bun in his hand \ No newline at end of file diff --git a/texts/500f7653-3f74-4c86-83ed-0a86b1ee05c7.txt b/texts/500f7653-3f74-4c86-83ed-0a86b1ee05c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..989f276de991bd28b1a186a380cf37efec962dda --- /dev/null +++ b/texts/500f7653-3f74-4c86-83ed-0a86b1ee05c7.txt @@ -0,0 +1 @@ +The stars are so beautiful, plucked into my dreams to be with me, and when the sun rises in the east, it will be another day of gentle sunshine. \ No newline at end of file diff --git a/texts/501719e6-4646-4d7d-b89f-50926c3666e6.txt b/texts/501719e6-4646-4d7d-b89f-50926c3666e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb401bfcdd9c2c0c3532c037bee5c5e60a4e0c97 --- /dev/null +++ b/texts/501719e6-4646-4d7d-b89f-50926c3666e6.txt @@ -0,0 +1 @@ +a white long-haired cat with blue eyes who is sitting in a black sofa is drink a bottle of beer (Corona ) in a dimly lit room \ No newline at end of file diff --git a/texts/501ed2fa-37ff-4488-991b-63670b939e8f.txt b/texts/501ed2fa-37ff-4488-991b-63670b939e8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..230db72d5324055fbb6404ad3f6f9b3dcb156b79 --- /dev/null +++ b/texts/501ed2fa-37ff-4488-991b-63670b939e8f.txt @@ -0,0 +1 @@ +A cute pure white long-haired cat sitting on the head of a killer whale \ No newline at end of file diff --git a/texts/502045cc-01e3-497f-a9c8-ec8e3004ea22.txt b/texts/502045cc-01e3-497f-a9c8-ec8e3004ea22.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa633d90478a312949eeb214972f1f8d1d3665b7 --- /dev/null +++ b/texts/502045cc-01e3-497f-a9c8-ec8e3004ea22.txt @@ -0,0 +1 @@ +A brown poodle surrounds with a bunch of teddy \ No newline at end of file diff --git a/texts/50209322-487a-4ccb-984d-b838bd3cb501.txt b/texts/50209322-487a-4ccb-984d-b838bd3cb501.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ebaeb6565112e9fdb5ec3dd27e25bde151cc6b --- /dev/null +++ b/texts/50209322-487a-4ccb-984d-b838bd3cb501.txt @@ -0,0 +1 @@ +The West Highland Dog holds a wine bottle and plays in the snow, with aurora in the sky. \ No newline at end of file diff --git a/texts/5020ce22-dfd3-49a8-ad08-76602d9b945c.txt b/texts/5020ce22-dfd3-49a8-ad08-76602d9b945c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eff3397ba93912460430a5f255560700f4f4804 --- /dev/null +++ b/texts/5020ce22-dfd3-49a8-ad08-76602d9b945c.txt @@ -0,0 +1 @@ +A white fluffy rabbit puppet, wearing green sunglasses, is lying on the green grass and sunbathing. \ No newline at end of file diff --git a/texts/5022005e-900f-48ac-9834-0763306a33e5.txt b/texts/5022005e-900f-48ac-9834-0763306a33e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd58757fcc06f1582b83215b8a7f797670bac484 --- /dev/null +++ b/texts/5022005e-900f-48ac-9834-0763306a33e5.txt @@ -0,0 +1 @@ +A red panda and a seal are good friends. They are reading together by a lake in the forest \ No newline at end of file diff --git a/texts/502a87c6-d7ec-4703-9f7a-aad65b0def3d.txt b/texts/502a87c6-d7ec-4703-9f7a-aad65b0def3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..09563142021d6b6121088415fa12f8116816fffa --- /dev/null +++ b/texts/502a87c6-d7ec-4703-9f7a-aad65b0def3d.txt @@ -0,0 +1 @@ +A West Highland terrier with transparent wings, a black cat with transparent wings, running in the snow. \ No newline at end of file diff --git a/texts/5035758d-b095-4be6-bd07-d360529ebc45.txt b/texts/5035758d-b095-4be6-bd07-d360529ebc45.txt new file mode 100644 index 0000000000000000000000000000000000000000..852e7a4b70698ee0e99044c8767b4ad75bd3e309 --- /dev/null +++ b/texts/5035758d-b095-4be6-bd07-d360529ebc45.txt @@ -0,0 +1 @@ +A HelloKitty doll wearing a wedding dress and holding a gun in front of an ornate fountain that spews pearls and shells \ No newline at end of file diff --git a/texts/503ee129-c64b-4fd0-a41b-56fcacac2ea6.txt b/texts/503ee129-c64b-4fd0-a41b-56fcacac2ea6.txt new file mode 100644 index 0000000000000000000000000000000000000000..920815b84e88a56bbd433704e42b815b6a7f3ef0 --- /dev/null +++ b/texts/503ee129-c64b-4fd0-a41b-56fcacac2ea6.txt @@ -0,0 +1 @@ +Cat with headphones flying in the sky, its hands pulling balloons. the cat is lovely, snow day. \ No newline at end of file diff --git a/texts/50405d21-0865-4cb1-86c2-a50abcd3b9c6.txt b/texts/50405d21-0865-4cb1-86c2-a50abcd3b9c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..25f168c7ccf9ea60b2b244f249c9fb4e1fdae37c --- /dev/null +++ b/texts/50405d21-0865-4cb1-86c2-a50abcd3b9c6.txt @@ -0,0 +1 @@ +A cute wennie bear wearing DESCENTE and working under the Great Wall in a snow day \ No newline at end of file diff --git a/texts/505f56be-5887-4076-b580-812313c3acf8.txt b/texts/505f56be-5887-4076-b580-812313c3acf8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddac7c4f96580d29333396fe299e32c9dc1cc69c --- /dev/null +++ b/texts/505f56be-5887-4076-b580-812313c3acf8.txt @@ -0,0 +1 @@ +This is a bedroom with white walls, equipped with a bed and a light pink blanket. There are toys on the floor. The room looks very much like dreamcore scene, and the whole room looks very cozy. At this moment, it was still daytime outside the window. From the bedroom window, you could see the white snowfield outside, and it was still snowing outside. \ No newline at end of file diff --git a/texts/5062110d-5d69-4971-b5f7-9a26e71980cd.txt b/texts/5062110d-5d69-4971-b5f7-9a26e71980cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..885358d6d14ffcad3e50db555615c57c2a99f3df --- /dev/null +++ b/texts/5062110d-5d69-4971-b5f7-9a26e71980cd.txt @@ -0,0 +1 @@ +A Siamese cat playing League of Legends game \ No newline at end of file diff --git a/texts/5062fb43-6ec4-43bc-a867-68b20a229dda.txt b/texts/5062fb43-6ec4-43bc-a867-68b20a229dda.txt new file mode 100644 index 0000000000000000000000000000000000000000..682d25d3c99b0f57736dad9402e5078cfe0b17bc --- /dev/null +++ b/texts/5062fb43-6ec4-43bc-a867-68b20a229dda.txt @@ -0,0 +1 @@ +A teddy dog and a border collie leaning against each other from behind, with a snowy landscape and aurora in the background \ No newline at end of file diff --git a/texts/506f549f-d7d8-49e0-8f84-8ed132a8e95f.txt b/texts/506f549f-d7d8-49e0-8f84-8ed132a8e95f.txt new file mode 100644 index 0000000000000000000000000000000000000000..028915f9bd1a5d96fe965eaa6adb17c296d5a436 --- /dev/null +++ b/texts/506f549f-d7d8-49e0-8f84-8ed132a8e95f.txt @@ -0,0 +1 @@ +A minimalistic white book cover mockup placed on a wooden desk, surrounded by an old fountain pen, a planner, and a steaming coffee cup. The white cover is completely blank, providing a clean space for customization. \ No newline at end of file diff --git a/texts/50771dc3-16e7-4100-b33d-60033cc4aa8b.txt b/texts/50771dc3-16e7-4100-b33d-60033cc4aa8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..11b7c4a1ffbfeaa017621f197d8c99397e7650a5 --- /dev/null +++ b/texts/50771dc3-16e7-4100-b33d-60033cc4aa8b.txt @@ -0,0 +1 @@ +snake in space, 2025,new year \ No newline at end of file diff --git a/texts/5080ab56-146d-413e-80cd-0349b2e09ee3.txt b/texts/5080ab56-146d-413e-80cd-0349b2e09ee3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cba61d549cbb082a31fd1832475da8a12056c05e --- /dev/null +++ b/texts/5080ab56-146d-413e-80cd-0349b2e09ee3.txt @@ -0,0 +1 @@ +At night, a kitten painted a love in the snow with its paw \ No newline at end of file diff --git a/texts/50833eb9-6dc7-467e-afac-44733f7aec16.txt b/texts/50833eb9-6dc7-467e-afac-44733f7aec16.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3f1a8486818ca70c1545909390edac888c26bcc --- /dev/null +++ b/texts/50833eb9-6dc7-467e-afac-44733f7aec16.txt @@ -0,0 +1 @@ +The weeknd standing in front of lots of golden fish which flying in the sky. \ No newline at end of file diff --git a/texts/508e657d-c1a8-4b1c-b6b9-db01b08c6710.txt b/texts/508e657d-c1a8-4b1c-b6b9-db01b08c6710.txt new file mode 100644 index 0000000000000000000000000000000000000000..164090d90a58ab6ccf846fca7fd2071c12100995 --- /dev/null +++ b/texts/508e657d-c1a8-4b1c-b6b9-db01b08c6710.txt @@ -0,0 +1 @@ +Ghosts riding motorcycles in the twilight grasslands \ No newline at end of file diff --git a/texts/5090612d-7d87-4ce3-afd6-7b96d6ebd109.txt b/texts/5090612d-7d87-4ce3-afd6-7b96d6ebd109.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a415c8e5b63ada9646837abbb8465be7cfa344e --- /dev/null +++ b/texts/5090612d-7d87-4ce3-afd6-7b96d6ebd109.txt @@ -0,0 +1 @@ +A rabbit with aviator's glasses on a hot air balloon \ No newline at end of file diff --git a/texts/50943388-2b43-4972-8c81-c54133dee257.txt b/texts/50943388-2b43-4972-8c81-c54133dee257.txt new file mode 100644 index 0000000000000000000000000000000000000000..86b186f44081f8dd9f417de3a5d3aa03a89dbf8b --- /dev/null +++ b/texts/50943388-2b43-4972-8c81-c54133dee257.txt @@ -0,0 +1 @@ +A faceless man jumped into the snow from the cabin. \ No newline at end of file diff --git a/texts/5095ffac-ec72-4795-8584-e5af5bb304f9.txt b/texts/5095ffac-ec72-4795-8584-e5af5bb304f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..debf83f078d90353fa20acf53fe68915e5be6bed --- /dev/null +++ b/texts/5095ffac-ec72-4795-8584-e5af5bb304f9.txt @@ -0,0 +1 @@ +Shot from behind a car, A open car trunk filled with roses, Christmas colors \ No newline at end of file diff --git a/texts/509ec7a3-d0ec-4a7f-bae3-afb10985c974.txt b/texts/509ec7a3-d0ec-4a7f-bae3-afb10985c974.txt new file mode 100644 index 0000000000000000000000000000000000000000..601660eeb96146b20fb652304b24a24a6125f188 --- /dev/null +++ b/texts/509ec7a3-d0ec-4a7f-bae3-afb10985c974.txt @@ -0,0 +1 @@ +hellokitty,gun,moutain,pink \ No newline at end of file diff --git a/texts/50a1343a-f95f-4eea-8d35-d5eb9ca3e290.txt b/texts/50a1343a-f95f-4eea-8d35-d5eb9ca3e290.txt new file mode 100644 index 0000000000000000000000000000000000000000..dba08d6421ca57fdfc343453dc0ab5efa04847c6 --- /dev/null +++ b/texts/50a1343a-f95f-4eea-8d35-d5eb9ca3e290.txt @@ -0,0 +1 @@ +A West Highland wearing a birthday hat celebrates his birthday in front of a birthday cake \ No newline at end of file diff --git a/texts/50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c.txt b/texts/50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9eb675bb9acdbfe0edcd77652b9c78d10efc0d7 --- /dev/null +++ b/texts/50a3f32b-a3f1-4880-bd2c-deaa7cc6b72c.txt @@ -0,0 +1 @@ +It's a snowy evening with a green big chirstmas tree \ No newline at end of file diff --git a/texts/50ad7284-d5e9-48fa-b6be-7ee4cf35b197.txt b/texts/50ad7284-d5e9-48fa-b6be-7ee4cf35b197.txt new file mode 100644 index 0000000000000000000000000000000000000000..d724d0958cc1709c7a612a6e23ce4f64c1071fe9 --- /dev/null +++ b/texts/50ad7284-d5e9-48fa-b6be-7ee4cf35b197.txt @@ -0,0 +1 @@ +Cyberpunk furniture \ No newline at end of file diff --git a/texts/50af011f-c68a-414e-b8f5-a6da595ff2b7.txt b/texts/50af011f-c68a-414e-b8f5-a6da595ff2b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a37cad974dea7db5a1f6decd653fc51fe25313eb --- /dev/null +++ b/texts/50af011f-c68a-414e-b8f5-a6da595ff2b7.txt @@ -0,0 +1 @@ +A humanoid capybara courier delivers a package at a family's doorstep \ No newline at end of file diff --git a/texts/50bacd08-daf1-46f3-a229-bbfa8c1fbfa4.txt b/texts/50bacd08-daf1-46f3-a229-bbfa8c1fbfa4.txt new file mode 100644 index 0000000000000000000000000000000000000000..71e6278c83c55aceeb63fea875d4ec7fed312f17 --- /dev/null +++ b/texts/50bacd08-daf1-46f3-a229-bbfa8c1fbfa4.txt @@ -0,0 +1 @@ +the catbis drawing architecture drawings \ No newline at end of file diff --git a/texts/50c337ee-2816-4a4a-8a44-edf45e30b8ff.txt b/texts/50c337ee-2816-4a4a-8a44-edf45e30b8ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..df69da8f94cdfe55281f9aaed1286bdfa25fc3f0 --- /dev/null +++ b/texts/50c337ee-2816-4a4a-8a44-edf45e30b8ff.txt @@ -0,0 +1 @@ +The star-patterned sheep walk in the sky \ No newline at end of file diff --git a/texts/50c877f4-900a-409e-a20c-60d95d388bfe.txt b/texts/50c877f4-900a-409e-a20c-60d95d388bfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..8028759a1f14b5242b9b134db83f9e1855e95e69 --- /dev/null +++ b/texts/50c877f4-900a-409e-a20c-60d95d388bfe.txt @@ -0,0 +1 @@ +A warm and inviting vintage-style living room, bathed in soft, golden sunlight. A playful white cat with blue eyes chases after a few fluttering pink butterflies that dance through the air. The room is filled with cozy furniture and decorated with a touch of whimsy. The walls are adorned with framed black-and-white photos, and the phrase 'are u ok' is gently watermarked on the image, adding a subtle, friendly touch. The scene is peaceful and free of human figures, focusing on the gentle interaction between the cat and the butterflies. \ No newline at end of file diff --git a/texts/50e049d1-88ae-4957-ae48-daefb8b869a3.txt b/texts/50e049d1-88ae-4957-ae48-daefb8b869a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef930960c4a8aee31ae0ad5afd9acda29b3b1c26 --- /dev/null +++ b/texts/50e049d1-88ae-4957-ae48-daefb8b869a3.txt @@ -0,0 +1 @@ +A white kitten with feathered wings stands in the snow,with a pine forest in the background and a pink aurora in the sky. \ No newline at end of file diff --git a/texts/50e52912-57fc-4686-902d-94b522335de0.txt b/texts/50e52912-57fc-4686-902d-94b522335de0.txt new file mode 100644 index 0000000000000000000000000000000000000000..63bcc7e8bf03a288f9b437c639daa62fa25a1d54 --- /dev/null +++ b/texts/50e52912-57fc-4686-902d-94b522335de0.txt @@ -0,0 +1 @@ +A stunning stained-glass window in a grand cathedral, featuring the design of a Spinning pinwheel(in Apple's macOS to indicate that an application is busy.), intricately rendered with vibrant colors, luminous light streaming through the glass, blending traditional gothic architecture with a modern digital motif, detailed craftsmanship, soft glow and shadows, ethereal atmosphere, high resolution, cinematic quality." \ No newline at end of file diff --git a/texts/50ea4b35-7812-4754-abaf-b293162b116f.txt b/texts/50ea4b35-7812-4754-abaf-b293162b116f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9e78bf5cc0ac22360362a0eec13473d35c80f03 --- /dev/null +++ b/texts/50ea4b35-7812-4754-abaf-b293162b116f.txt @@ -0,0 +1 @@ +a capybara sits calmly in the office, with an orange on head \ No newline at end of file diff --git a/texts/5109f223-bdc4-41bb-a62e-743d52ac25b3.txt b/texts/5109f223-bdc4-41bb-a62e-743d52ac25b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f18130b916ea1a21c034609fe43cc4eab5dad69 --- /dev/null +++ b/texts/5109f223-bdc4-41bb-a62e-743d52ac25b3.txt @@ -0,0 +1 @@ +Hello Kitty watching fireworks on the beach \ No newline at end of file diff --git a/texts/510ae360-2864-4b09-b846-763c94b49a89.txt b/texts/510ae360-2864-4b09-b846-763c94b49a89.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8867c562e3b272db44d4607b018fdd06117aa1d --- /dev/null +++ b/texts/510ae360-2864-4b09-b846-763c94b49a89.txt @@ -0,0 +1 @@ +Winnie the Pooh is building a snowman by the seaside, with fireworks in the deep blue sky. \ No newline at end of file diff --git a/texts/511824ab-4292-417f-9626-b1ddfc6886aa.txt b/texts/511824ab-4292-417f-9626-b1ddfc6886aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..030a6c4cbe8e4b5f3380323670281815146942ae --- /dev/null +++ b/texts/511824ab-4292-417f-9626-b1ddfc6886aa.txt @@ -0,0 +1 @@ +Tibetan monk recites scriptures in temple \ No newline at end of file diff --git a/texts/511a9108-04e2-4127-9109-e0d0e16ff508.txt b/texts/511a9108-04e2-4127-9109-e0d0e16ff508.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b2d15ca90b351bfc00d598374aeab708217d391 --- /dev/null +++ b/texts/511a9108-04e2-4127-9109-e0d0e16ff508.txt @@ -0,0 +1 @@ +The West Highland puppy (Bichon) is at work, wearing a red design sweater, red headphones, and a Mac computer on the desk is on fire \ No newline at end of file diff --git a/texts/511f649c-b533-4cac-b743-12fc29da64d9.txt b/texts/511f649c-b533-4cac-b743-12fc29da64d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..18c821d5c149c3faba240df8cbe8f842a3b4a312 --- /dev/null +++ b/texts/511f649c-b533-4cac-b743-12fc29da64d9.txt @@ -0,0 +1 @@ +Tennis,hellokitty ,China,cute,modern \ No newline at end of file diff --git a/texts/512086f0-a826-466c-9d69-892396239a23.txt b/texts/512086f0-a826-466c-9d69-892396239a23.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ded4d0145e71c890589560d5949c297d4708538 --- /dev/null +++ b/texts/512086f0-a826-466c-9d69-892396239a23.txt @@ -0,0 +1 @@ +There is a world in my dream where the town is made of cotton, chocolate and marsallows. It was snowing as well. There was warm lighting lighted up. It felt so warm and happy and peaceful \ No newline at end of file diff --git a/texts/51228ea7-270f-4cb9-91f2-b8b70b37dd1a.txt b/texts/51228ea7-270f-4cb9-91f2-b8b70b37dd1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..314db3d019034edb89221d2f582ec0b331ef4de7 --- /dev/null +++ b/texts/51228ea7-270f-4cb9-91f2-b8b70b37dd1a.txt @@ -0,0 +1 @@ +A black cat is chasing a white cat in the snow. The sky is blue, and you can see the star tracks. \ No newline at end of file diff --git a/texts/51255792-c142-4642-ada4-ce4689facae7.txt b/texts/51255792-c142-4642-ada4-ce4689facae7.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f1954cf689c3e87b9d234d4b584efc2856fb080 --- /dev/null +++ b/texts/51255792-c142-4642-ada4-ce4689facae7.txt @@ -0,0 +1 @@ +Fire at sea \ No newline at end of file diff --git a/texts/5126e95c-2495-4cac-ac0a-5537486d5665.txt b/texts/5126e95c-2495-4cac-ac0a-5537486d5665.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d99f956a35d29da88313c66942ab1de8ec965a7 --- /dev/null +++ b/texts/5126e95c-2495-4cac-ac0a-5537486d5665.txt @@ -0,0 +1 @@ +Basketball and headphones \ No newline at end of file diff --git a/texts/5144e43d-bc2b-4e1e-8bb7-eb361d2d6316.txt b/texts/5144e43d-bc2b-4e1e-8bb7-eb361d2d6316.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cb697ed07faf123292ae70efb8ffa4555ee1967 --- /dev/null +++ b/texts/5144e43d-bc2b-4e1e-8bb7-eb361d2d6316.txt @@ -0,0 +1 @@ +your apparition passes through me in the willows,five red hens,you never see us again \ No newline at end of file diff --git a/texts/51480af8-ec23-45c2-89d0-769dc0c881e4.txt b/texts/51480af8-ec23-45c2-89d0-769dc0c881e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6d598a22eee4a1d9ea4b3fe45d48659c7fbf27e --- /dev/null +++ b/texts/51480af8-ec23-45c2-89d0-769dc0c881e4.txt @@ -0,0 +1 @@ +The silhouettes of two people under the sunset by the sea. \ No newline at end of file diff --git a/texts/51526213-2049-4472-98f1-efcf8c5154b4.txt b/texts/51526213-2049-4472-98f1-efcf8c5154b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..79e843543d8566a533ccef298007316ec11a6d4a --- /dev/null +++ b/texts/51526213-2049-4472-98f1-efcf8c5154b4.txt @@ -0,0 +1 @@ +A white horse running in the sea. \ No newline at end of file diff --git a/texts/5153e62e-9a73-40ac-a51f-e35d83fee1fe.txt b/texts/5153e62e-9a73-40ac-a51f-e35d83fee1fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dafc11b959fe7b275d13e7ac392ccfc4fe57439 --- /dev/null +++ b/texts/5153e62e-9a73-40ac-a51f-e35d83fee1fe.txt @@ -0,0 +1 @@ +Hellokitty kyoto smoke \ No newline at end of file diff --git a/texts/5154a1ce-3f35-4467-b885-d7c8a2929f61.txt b/texts/5154a1ce-3f35-4467-b885-d7c8a2929f61.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed27de4e5173b85d9bffe6926af333125233aa37 --- /dev/null +++ b/texts/5154a1ce-3f35-4467-b885-d7c8a2929f61.txt @@ -0,0 +1 @@ +The back of a person walking in the city. There is a house on fire in the distance. \ No newline at end of file diff --git a/texts/5156d41e-961e-40f2-9139-ee8c22e973bd.txt b/texts/5156d41e-961e-40f2-9139-ee8c22e973bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..200f0d7daf97dcfaa185af6d3de97217cc82c2d1 --- /dev/null +++ b/texts/5156d41e-961e-40f2-9139-ee8c22e973bd.txt @@ -0,0 +1 @@ +Snow,stars ,aurora ,white bed with a pillow ,a young golden retriever plays in the snow ,fireworks ,All of this is in an open field of snow and not in any room or house \ No newline at end of file diff --git a/texts/515789da-a149-4065-a000-0db1f067e112.txt b/texts/515789da-a149-4065-a000-0db1f067e112.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b38911ce5bea654fe6b7bf0f76ef223992191f3 --- /dev/null +++ b/texts/515789da-a149-4065-a000-0db1f067e112.txt @@ -0,0 +1 @@ +A little black cat who is a pharmacy student wearing glasses is studying seriously. \ No newline at end of file diff --git a/texts/51580e46-40ca-4b36-b773-cdc0d4b6b076.txt b/texts/51580e46-40ca-4b36-b773-cdc0d4b6b076.txt new file mode 100644 index 0000000000000000000000000000000000000000..f311a3f560582f4f77973fa3f03701a500b148bf --- /dev/null +++ b/texts/51580e46-40ca-4b36-b773-cdc0d4b6b076.txt @@ -0,0 +1 @@ +more exquisite \ No newline at end of file diff --git a/texts/515a4d97-9c5f-4a5d-ac82-7728df0ac964.txt b/texts/515a4d97-9c5f-4a5d-ac82-7728df0ac964.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f70695372eb6fce1d65b07965cd8497372ee479 --- /dev/null +++ b/texts/515a4d97-9c5f-4a5d-ac82-7728df0ac964.txt @@ -0,0 +1 @@ +Bichon Frise, poodle, British Shorthair \ No newline at end of file diff --git a/texts/51647a78-cd67-44d5-a6b5-0f7ad4000afe.txt b/texts/51647a78-cd67-44d5-a6b5-0f7ad4000afe.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ae6a987e9cc8083ded67bc9048d718ab25dcbdb --- /dev/null +++ b/texts/51647a78-cd67-44d5-a6b5-0f7ad4000afe.txt @@ -0,0 +1 @@ +There are fireworks and snow in the purple sky of the forest. \ No newline at end of file diff --git a/texts/516caa9d-3d36-46c7-a8f3-e78b1579b327.txt b/texts/516caa9d-3d36-46c7-a8f3-e78b1579b327.txt new file mode 100644 index 0000000000000000000000000000000000000000..d33b62aed09bba9d917e413da906e7224eda9a9b --- /dev/null +++ b/texts/516caa9d-3d36-46c7-a8f3-e78b1579b327.txt @@ -0,0 +1 @@ +A little golden retriever is sitting in a toy spaceship, sticking out its tongue happily towards the camera. And the little golden retriever is wearing a pair of cool glasses. \ No newline at end of file diff --git a/texts/51805336-bd60-420d-9f56-07c5c8f2f52d.txt b/texts/51805336-bd60-420d-9f56-07c5c8f2f52d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8963b40261186d22e3cbba1fa9947aadfc738939 --- /dev/null +++ b/texts/51805336-bd60-420d-9f56-07c5c8f2f52d.txt @@ -0,0 +1 @@ +black cat and a white and biack cat celebrate birthday \ No newline at end of file diff --git a/texts/5183cd1a-ff8b-44e3-9efb-dd478335be76.txt b/texts/5183cd1a-ff8b-44e3-9efb-dd478335be76.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e18daad3ee0e28df0b61b17b2875023168ac513 --- /dev/null +++ b/texts/5183cd1a-ff8b-44e3-9efb-dd478335be76.txt @@ -0,0 +1 @@ +Handwritten word "Xuannn" in the snow, snow,the blue beach,and sky a hellokitty doll with angel wings standing next to it,drifting snow \ No newline at end of file diff --git a/texts/5193cff4-ad2f-44da-abee-96895cb3443e.txt b/texts/5193cff4-ad2f-44da-abee-96895cb3443e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d88006f49b1d1e3d22ae3f89532e43c165c614b --- /dev/null +++ b/texts/5193cff4-ad2f-44da-abee-96895cb3443e.txt @@ -0,0 +1 @@ +Best believe I'm still bejeweled when I walk in the room I can still make the whole place shimmer \ No newline at end of file diff --git a/texts/51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6.txt b/texts/51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab8cc146d64306e2aaf1847b06075feda2e9d636 --- /dev/null +++ b/texts/51a5984f-14c3-4c8c-9f12-6ddd6ab60ba6.txt @@ -0,0 +1 @@ +A lady with vintage dress and a cute cat in a wedding car filled with flowers. Dream kernel \ No newline at end of file diff --git a/texts/51ac5b08-9bf6-4200-8b1c-3d1f623c87e9.txt b/texts/51ac5b08-9bf6-4200-8b1c-3d1f623c87e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..59968e6c1dde204f78836efe3172b2accb7ccf7d --- /dev/null +++ b/texts/51ac5b08-9bf6-4200-8b1c-3d1f623c87e9.txt @@ -0,0 +1 @@ +On a snowy night, a vast expanse of snow. In the distance, there is a sea, a white HelloKitty doll wearing a kimono, next to a Christmas tree, and there are traces of the name riri in the snow, and traces of cat claws. Melancholy blue night view, fantastic effect with light particles, high color saturation \ No newline at end of file diff --git a/texts/51bc74b0-4d48-49c3-8d70-f4819ca2c273.txt b/texts/51bc74b0-4d48-49c3-8d70-f4819ca2c273.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0676b0862f85dc9819203ed2723a23aeb57bf4f --- /dev/null +++ b/texts/51bc74b0-4d48-49c3-8d70-f4819ca2c273.txt @@ -0,0 +1 @@ +West Highland puppy skiing \ No newline at end of file diff --git a/texts/51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc.txt b/texts/51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..525ee8e8c33be4b24e4e0449b6702ed40c25a861 --- /dev/null +++ b/texts/51c68cec-3ebc-4d1d-bc4c-a5d67f0570fc.txt @@ -0,0 +1 @@ +A happy small golden haired puppy with colorful angel wings running on a sunny green grassland the sky is blue \ No newline at end of file diff --git a/texts/51c6d93e-dfb3-4863-af8c-b4c85103a8c8.txt b/texts/51c6d93e-dfb3-4863-af8c-b4c85103a8c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfe5f6627b7a5b8691ae55f95b383d2831221d3c --- /dev/null +++ b/texts/51c6d93e-dfb3-4863-af8c-b4c85103a8c8.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, and the close-up is a hello kitty doll wearing a Christmas hat, and there is a fairy stick in the doll's hand. Next to the fireworks is a Christmas tree full of lights. "Lyh" is written in the snow. Next to it is a Christmas atmosphere cake, and there is a lit candle on the cake. The dark blue night sky, with lit particles. \ No newline at end of file diff --git a/texts/51d810fd-4528-4753-83b1-47db2424c0f6.txt b/texts/51d810fd-4528-4753-83b1-47db2424c0f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b97d4f5015abf12dc9deba9fc250e69f0d7531b --- /dev/null +++ b/texts/51d810fd-4528-4753-83b1-47db2424c0f6.txt @@ -0,0 +1 @@ +Carpet painted \ No newline at end of file diff --git a/texts/51dc11ab-a8e1-4794-b494-cd07955ae637.txt b/texts/51dc11ab-a8e1-4794-b494-cd07955ae637.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55cfd086d76e71d930873d431cee3212161ebcb --- /dev/null +++ b/texts/51dc11ab-a8e1-4794-b494-cd07955ae637.txt @@ -0,0 +1 @@ +A Garfield cat sits near the volcano and drinks coffee. \ No newline at end of file diff --git a/texts/51ebd735-c6b6-4493-baff-db62da80510e.txt b/texts/51ebd735-c6b6-4493-baff-db62da80510e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea4f73c04d42cecd06b07d4e7c087cf108b8ee0b --- /dev/null +++ b/texts/51ebd735-c6b6-4493-baff-db62da80510e.txt @@ -0,0 +1 @@ +There is a happy day shermain in the snow, a house in the back, and a border collie \ No newline at end of file diff --git a/texts/51f188ba-319b-473d-bb2d-4450589cd5e7.txt b/texts/51f188ba-319b-473d-bb2d-4450589cd5e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..09ee74f634e25004689e40feca501936f76b18ec --- /dev/null +++ b/texts/51f188ba-319b-473d-bb2d-4450589cd5e7.txt @@ -0,0 +1 @@ +A cute kitty wearing a Christmas hat is posing for the camera, with a Christmas tree, butterflies, and bubbles in the background. \ No newline at end of file diff --git a/texts/51f26f07-86ed-410f-9e55-8b754adaacbf.txt b/texts/51f26f07-86ed-410f-9e55-8b754adaacbf.txt new file mode 100644 index 0000000000000000000000000000000000000000..29419015a683e03c59dbe01377c4d1479cd71e61 --- /dev/null +++ b/texts/51f26f07-86ed-410f-9e55-8b754adaacbf.txt @@ -0,0 +1 @@ +At sunset, by the seaside, the sky is very blue, with some sunsets, huge fireworks in the sky, and heavy snow falling \ No newline at end of file diff --git a/texts/51fc2dc0-0ac4-412d-9ed1-abfecad96c3b.txt b/texts/51fc2dc0-0ac4-412d-9ed1-abfecad96c3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d634c4f7f57e6641538f153fbe0a7eb6deba5e63 --- /dev/null +++ b/texts/51fc2dc0-0ac4-412d-9ed1-abfecad96c3b.txt @@ -0,0 +1 @@ +A white green eyes british shorthair cat wears a santa hat in the snowand many red fishes float in the sky. \ No newline at end of file diff --git a/texts/51ffbb83-b284-4eee-ab83-f72be010daea.txt b/texts/51ffbb83-b284-4eee-ab83-f72be010daea.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c45fa05c405b6e8d627491b92fb689477937d45 --- /dev/null +++ b/texts/51ffbb83-b284-4eee-ab83-f72be010daea.txt @@ -0,0 +1 @@ +A monkey sits elegantly at a desk in front of a computer, sipping red wine. \ No newline at end of file diff --git a/texts/520c263d-ac3e-4058-9aa7-5de3bb7ae738.txt b/texts/520c263d-ac3e-4058-9aa7-5de3bb7ae738.txt new file mode 100644 index 0000000000000000000000000000000000000000..393470cfeaf40731e8c9a353cdbf533a80ae9a6c --- /dev/null +++ b/texts/520c263d-ac3e-4058-9aa7-5de3bb7ae738.txt @@ -0,0 +1 @@ +a Hello Kitty sits in a class as a student and plays mobile phone, wears a baseball cap and a black berber fleece coat \ No newline at end of file diff --git a/texts/52157811-7583-4c96-8e65-0adac80eebfb.txt b/texts/52157811-7583-4c96-8e65-0adac80eebfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..c10a51cabc76a3130aff332a07de484f6ecccee7 --- /dev/null +++ b/texts/52157811-7583-4c96-8e65-0adac80eebfb.txt @@ -0,0 +1 @@ +Beagle playing football and getting a goal \ No newline at end of file diff --git a/texts/5215f69e-b570-4ad8-881d-d4f4ff5cedaf.txt b/texts/5215f69e-b570-4ad8-881d-d4f4ff5cedaf.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ef23102880f15813fb02c043ff43e191fcfebfb --- /dev/null +++ b/texts/5215f69e-b570-4ad8-881d-d4f4ff5cedaf.txt @@ -0,0 +1 @@ +An Asian man is on a snowy mountain, wearing a black ski suit outdoors, with a snowboard next to him, birds flying in the sky, and snow falling \ No newline at end of file diff --git a/texts/52170dc3-3488-4cd1-81ef-7fb293a9869d.txt b/texts/52170dc3-3488-4cd1-81ef-7fb293a9869d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1f9ead4801f8418e2c57920b7f62cb5984db8ce --- /dev/null +++ b/texts/52170dc3-3488-4cd1-81ef-7fb293a9869d.txt @@ -0,0 +1 @@ +Set off fireworks in the water, and the fireworks become many eyes. \ No newline at end of file diff --git a/texts/523176a2-5619-42d1-8165-1292baef96f0.txt b/texts/523176a2-5619-42d1-8165-1292baef96f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f46749abeb3e40f2e974a224e9a96e6dfa56af2 --- /dev/null +++ b/texts/523176a2-5619-42d1-8165-1292baef96f0.txt @@ -0,0 +1 @@ +A winged kitten looks at a computer \ No newline at end of file diff --git a/texts/5236916f-ae0f-47fe-8b01-3dd699b7402c.txt b/texts/5236916f-ae0f-47fe-8b01-3dd699b7402c.txt new file mode 100644 index 0000000000000000000000000000000000000000..17c692dd9d50b31fc2407722d8980e5544913e12 --- /dev/null +++ b/texts/5236916f-ae0f-47fe-8b01-3dd699b7402c.txt @@ -0,0 +1 @@ +Snow, HelloKitty, Christmas Tree, WYM, Snow, Dreamy \ No newline at end of file diff --git a/texts/52397fc4-c1b1-4a73-bcd0-b9708b61b722.txt b/texts/52397fc4-c1b1-4a73-bcd0-b9708b61b722.txt new file mode 100644 index 0000000000000000000000000000000000000000..f690c6016e2433ac6f6e8424d48828aa71b70c8d --- /dev/null +++ b/texts/52397fc4-c1b1-4a73-bcd0-b9708b61b722.txt @@ -0,0 +1 @@ +Little snow, there are some stars in the blue sky. The golden puppy has a small transparent wing on its back. \ No newline at end of file diff --git a/texts/523a2724-bee3-4f0c-9e31-b70868abe36b.txt b/texts/523a2724-bee3-4f0c-9e31-b70868abe36b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f6ff659713b8640a60862bca4c3813b9f877088 --- /dev/null +++ b/texts/523a2724-bee3-4f0c-9e31-b70868abe36b.txt @@ -0,0 +1 @@ +On a snowy night, under a dark blue night sky, a white long-haired cat and its owner are watching the starry sky in the wilderness. Both the cat and the human are wearing Christmas hats, celebrating the magical night of Christmas. \ No newline at end of file diff --git a/texts/5248f152-9271-4b41-bf00-19a0311ddb7f.txt b/texts/5248f152-9271-4b41-bf00-19a0311ddb7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fb17272ab34a98f1c9f6d017631bcbe807e7fe5 --- /dev/null +++ b/texts/5248f152-9271-4b41-bf00-19a0311ddb7f.txt @@ -0,0 +1 @@ +At night, there is a green aurora in the distance, and two golden haired puppies are playing in the snow \ No newline at end of file diff --git a/texts/5249f384-ff7d-4050-b54f-06f3bcaaf073.txt b/texts/5249f384-ff7d-4050-b54f-06f3bcaaf073.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae131df3d3a3ee6c1da97a12e607fd2639d88a3d --- /dev/null +++ b/texts/5249f384-ff7d-4050-b54f-06f3bcaaf073.txt @@ -0,0 +1 @@ +The little kitten is wearing a birthday hat and making a wish in front of a pink birthday cake filled with candles, with 100 written on the cake. \ No newline at end of file diff --git a/texts/5254e7dc-a469-4862-8c3e-1a75f405bc56.txt b/texts/5254e7dc-a469-4862-8c3e-1a75f405bc56.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2eac833bdf12cf5815dc8a1bd0ed8a3f248d9aa --- /dev/null +++ b/texts/5254e7dc-a469-4862-8c3e-1a75f405bc56.txt @@ -0,0 +1 @@ +Smartphone mockup with blank white screen in motor bike in local area \ No newline at end of file diff --git a/texts/5259a40e-a194-4fe2-a785-634a10298497.txt b/texts/5259a40e-a194-4fe2-a785-634a10298497.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f103e9abcf6ff81fb363be842d0888337411cbc --- /dev/null +++ b/texts/5259a40e-a194-4fe2-a785-634a10298497.txt @@ -0,0 +1 @@ +Looking out of the window in the car, it is snowing outside Sapporo, Hokkaido, Japan. \ No newline at end of file diff --git a/texts/525a8ac8-53ce-41a9-a5ea-ff8f29062044.txt b/texts/525a8ac8-53ce-41a9-a5ea-ff8f29062044.txt new file mode 100644 index 0000000000000000000000000000000000000000..05dfbca00d86baea56099815e9076dd3943d594a --- /dev/null +++ b/texts/525a8ac8-53ce-41a9-a5ea-ff8f29062044.txt @@ -0,0 +1 @@ +A rabbit in a purple dress blows the sea breeze on the beach. There is a white parasol and a wooden coffee table on the beach. On the coffee table are two passion fruits and a purple-pink gradient drink. \ No newline at end of file diff --git a/texts/525bc29d-98f0-4164-9e08-dd9dd5d04c1f.txt b/texts/525bc29d-98f0-4164-9e08-dd9dd5d04c1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ff5bb2818defd514e81f4645db1f407e7ac16d0 --- /dev/null +++ b/texts/525bc29d-98f0-4164-9e08-dd9dd5d04c1f.txt @@ -0,0 +1 @@ +A white horse watching a movie. \ No newline at end of file diff --git a/texts/52725d1d-b600-4501-8910-fd5d9949202f.txt b/texts/52725d1d-b600-4501-8910-fd5d9949202f.txt new file mode 100644 index 0000000000000000000000000000000000000000..448fec7d112ed30af455158bda0cc2e217e5c287 --- /dev/null +++ b/texts/52725d1d-b600-4501-8910-fd5d9949202f.txt @@ -0,0 +1 @@ +Design a logo witn "JH" and "JINHUA NEW MATERIAL". The main color of the logo is blue and green. The logo should be simple and concise,reflects chemical industry and friendly environment. \ No newline at end of file diff --git a/texts/527621f0-8b29-4bbe-b153-9e84f5f775a6.txt b/texts/527621f0-8b29-4bbe-b153-9e84f5f775a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f53657477756430fd06aea0841953e13405adb58 --- /dev/null +++ b/texts/527621f0-8b29-4bbe-b153-9e84f5f775a6.txt @@ -0,0 +1 @@ +Outside a window is the quiet winter of the forest, and the trees outside the window are covered with thick snow. It is beautiful and dreamy, and there seems to be houses in the distance. \ No newline at end of file diff --git a/texts/527edd66-10c9-4f5f-b19f-ce13ae8ee039.txt b/texts/527edd66-10c9-4f5f-b19f-ce13ae8ee039.txt new file mode 100644 index 0000000000000000000000000000000000000000..9374745db482f4616bde7091c3505558183e4b64 --- /dev/null +++ b/texts/527edd66-10c9-4f5f-b19f-ce13ae8ee039.txt @@ -0,0 +1 @@ +A Silver crescendo like a human, with wings like a human, a Silver Shaded British shorthair in a shoe-pink pompous dress stood on a stool with a cake on the table \ No newline at end of file diff --git a/texts/52824256-d820-488c-b0a3-e8c63cb686e9.txt b/texts/52824256-d820-488c-b0a3-e8c63cb686e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab1e68c67b095fce349ad838a29bfeb913b2f7ea --- /dev/null +++ b/texts/52824256-d820-488c-b0a3-e8c63cb686e9.txt @@ -0,0 +1 @@ +A rabbit with sunglasses and a bow driving a silver UFO in a farm \ No newline at end of file diff --git a/texts/5283f0c3-f9fc-41c1-9b2a-305d55acc9ad.txt b/texts/5283f0c3-f9fc-41c1-9b2a-305d55acc9ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b00d71fd82037ca35dac7257b68ba495d9b42ec --- /dev/null +++ b/texts/5283f0c3-f9fc-41c1-9b2a-305d55acc9ad.txt @@ -0,0 +1 @@ +A fat black puppy with white angel wings walking across a wide field of snow with his footprints beside him and a light snow falling in the sky beside a Christmas tree and Yosh BB \ No newline at end of file diff --git a/texts/529b7999-e07f-4a35-9026-3d4aced49169.txt b/texts/529b7999-e07f-4a35-9026-3d4aced49169.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f16797da3d7fd3693c7330f2a60f0824635ca0 --- /dev/null +++ b/texts/529b7999-e07f-4a35-9026-3d4aced49169.txt @@ -0,0 +1 @@ +Aurora in the sky ,Ragdoll cat, snow ground with letter cdw written on it \ No newline at end of file diff --git a/texts/52a94ca7-c3b9-4f62-9123-982057ab1bed.txt b/texts/52a94ca7-c3b9-4f62-9123-982057ab1bed.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2b91b02e0d3055f7b3e5faa53a54b302ba89439 --- /dev/null +++ b/texts/52a94ca7-c3b9-4f62-9123-982057ab1bed.txt @@ -0,0 +1 @@ +In the forest at night stood a man covered in blood \ No newline at end of file diff --git a/texts/52b702cb-7db1-43c0-9efa-0274ca40aec0.txt b/texts/52b702cb-7db1-43c0-9efa-0274ca40aec0.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b4ffa070d3cb27fc1cb155e0daf106d710f41dc --- /dev/null +++ b/texts/52b702cb-7db1-43c0-9efa-0274ca40aec0.txt @@ -0,0 +1 @@ +A hellokitty with a pink bow and a hello Kittywith a purple bow let off fireworks in the snow \ No newline at end of file diff --git a/texts/52bf61cf-7c0d-4b4d-859a-0be1c91d27e2.txt b/texts/52bf61cf-7c0d-4b4d-859a-0be1c91d27e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..926f668484203ccfe20279a2509144f39cd01588 --- /dev/null +++ b/texts/52bf61cf-7c0d-4b4d-859a-0be1c91d27e2.txt @@ -0,0 +1 @@ +There is a snowy sky with aurora borealis, there is a Christmas tree next to it, there are two dachshunds and a cat, fireworks are set off in the sky, and yukio is written on the ground \ No newline at end of file diff --git a/texts/52c4cca8-098a-4f2f-b322-a04cc6551b57.txt b/texts/52c4cca8-098a-4f2f-b322-a04cc6551b57.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c2d737cd40d1f2c34d460dfdaf09c589d4b94f --- /dev/null +++ b/texts/52c4cca8-098a-4f2f-b322-a04cc6551b57.txt @@ -0,0 +1 @@ +Art installation fountains, giant shells, pearls, apples, and a hellokitty doll \ No newline at end of file diff --git a/texts/52cc262b-37e2-4a7e-976d-479adf5a47f3.txt b/texts/52cc262b-37e2-4a7e-976d-479adf5a47f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..46cdfd636a638e5585df3ab6062cf1f446d9d587 --- /dev/null +++ b/texts/52cc262b-37e2-4a7e-976d-479adf5a47f3.txt @@ -0,0 +1 @@ +Fireworks, stars, tulips, snowflake \ No newline at end of file diff --git a/texts/52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3.txt b/texts/52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaa9883c429beeb1f1f7c18e72d7e6a9fcbe1d67 --- /dev/null +++ b/texts/52de0dc5-82f4-4ee8-aa5e-b06c26edb3b3.txt @@ -0,0 +1 @@ +A rabbit swimming outdoors. The scene is tranquil, with a bright overall tone where white dominates the image. In the distance, pink mountains can be seen, adding to the serene and peaceful atmosphere. \ No newline at end of file diff --git a/texts/52e1bd50-66b1-484f-a1cb-8f17c9d86983.txt b/texts/52e1bd50-66b1-484f-a1cb-8f17c9d86983.txt new file mode 100644 index 0000000000000000000000000000000000000000..573cbf716f84cf6a466882aa25ca3046cde2f0d2 --- /dev/null +++ b/texts/52e1bd50-66b1-484f-a1cb-8f17c9d86983.txt @@ -0,0 +1 @@ +The goldfish swims under the sky of the blues moment, with a touch of stars. \ No newline at end of file diff --git a/texts/52f1e3e8-7f25-41ad-936d-25a84cc3b820.txt b/texts/52f1e3e8-7f25-41ad-936d-25a84cc3b820.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f4fa5109650c3df3cca7cce8b1165a53b81d6c5 --- /dev/null +++ b/texts/52f1e3e8-7f25-41ad-936d-25a84cc3b820.txt @@ -0,0 +1 @@ +A vintage rabbit doll is blowing bubble, a vintage cat doll is taking picture by camera. Both dolls are human size, they stand close to each outers and have different pose. Many bubbles flowing in the background \ No newline at end of file diff --git a/texts/5306f549-6161-4c11-a1ee-525c748362c3.txt b/texts/5306f549-6161-4c11-a1ee-525c748362c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc5dbbae71ad24c9463420733f6069616e038c5c --- /dev/null +++ b/texts/5306f549-6161-4c11-a1ee-525c748362c3.txt @@ -0,0 +1 @@ +a merle boarder collie with glass sitting by the desk and working \ No newline at end of file diff --git a/texts/530c389f-12f6-477e-8ea6-704db7df38a9.txt b/texts/530c389f-12f6-477e-8ea6-704db7df38a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e434ec3230dd51100dcb473de8fbb6b40520e25 --- /dev/null +++ b/texts/530c389f-12f6-477e-8ea6-704db7df38a9.txt @@ -0,0 +1 @@ +Hello Kitty playing golf \ No newline at end of file diff --git a/texts/530c768e-d2db-452e-881e-bc676240b1f4.txt b/texts/530c768e-d2db-452e-881e-bc676240b1f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d0191c3e01f712fb202658beebf5098bfd56b18 --- /dev/null +++ b/texts/530c768e-d2db-452e-881e-bc676240b1f4.txt @@ -0,0 +1 @@ +Sparrows fall on the stone lion \ No newline at end of file diff --git a/texts/53191caa-ec6c-4929-9674-030d4b9d7dba.txt b/texts/53191caa-ec6c-4929-9674-030d4b9d7dba.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcb8cb3c9303aff1f9dcb26853bce825d1d01937 --- /dev/null +++ b/texts/53191caa-ec6c-4929-9674-030d4b9d7dba.txt @@ -0,0 +1 @@ +It sounds like this white cat is having a very enjoyable Christmas!The combination of a white cat,blue eyes,and a Santa hat sounds both adorable and fitting for the season.Just imagine it chasing snowflakes in the snow or curling up by a warm fireplace,both are cozy and heartwarming scenes.If you have a photo of this cat,you can share it with me,and I would be delighted to help you describe the scene of it playing in the snow. \ No newline at end of file diff --git a/texts/531c67c6-fb9f-46fc-9a5d-675b77480bfe.txt b/texts/531c67c6-fb9f-46fc-9a5d-675b77480bfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..40ada3b7e516d352b0d1fe6f6554243ef187bd24 --- /dev/null +++ b/texts/531c67c6-fb9f-46fc-9a5d-675b77480bfe.txt @@ -0,0 +1 @@ +In the snow, a Chihuahua with white wings, its eyes reflecting the mysterious aurora. \ No newline at end of file diff --git a/texts/532e9062-cc1c-480d-bd75-3f48c39131c0.txt b/texts/532e9062-cc1c-480d-bd75-3f48c39131c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..04f31fe579b19827ed149fd713c1e7eb79189dda --- /dev/null +++ b/texts/532e9062-cc1c-480d-bd75-3f48c39131c0.txt @@ -0,0 +1 @@ +Rabbit snowman with a bow tie, stars in the snow, fireworks in the night sky. \ No newline at end of file diff --git a/texts/533c8f16-f111-4086-a326-380f3c638e22.txt b/texts/533c8f16-f111-4086-a326-380f3c638e22.txt new file mode 100644 index 0000000000000000000000000000000000000000..62f1d55199411b1378f5cc225a0a5f3aaf4be4d4 --- /dev/null +++ b/texts/533c8f16-f111-4086-a326-380f3c638e22.txt @@ -0,0 +1 @@ +Bichon Frise Puppy cooks for me at home \ No newline at end of file diff --git a/texts/5347242b-f0d6-42d1-b53a-ada36f01049c.txt b/texts/5347242b-f0d6-42d1-b53a-ada36f01049c.txt new file mode 100644 index 0000000000000000000000000000000000000000..81cd29772113f999630ef1a42851d8ddc1459420 --- /dev/null +++ b/texts/5347242b-f0d6-42d1-b53a-ada36f01049c.txt @@ -0,0 +1 @@ +A little dog wearing a Christmas hat is playing near the Christmas tree. \ No newline at end of file diff --git a/texts/53477af9-66e5-4df4-bd25-14e633414777.txt b/texts/53477af9-66e5-4df4-bd25-14e633414777.txt new file mode 100644 index 0000000000000000000000000000000000000000..73298f25ec91e508fec9f2be7a1f35e1bb525706 --- /dev/null +++ b/texts/53477af9-66e5-4df4-bd25-14e633414777.txt @@ -0,0 +1 @@ +Chirsmas tree in the heavy snow,looks lonely \ No newline at end of file diff --git a/texts/5348e551-b4fd-4a58-93c1-18239fa15a7e.txt b/texts/5348e551-b4fd-4a58-93c1-18239fa15a7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..45e0f28b35bb5cd62ff3d422caee141fe0eea61c --- /dev/null +++ b/texts/5348e551-b4fd-4a58-93c1-18239fa15a7e.txt @@ -0,0 +1 @@ +A panda cub is sitting on a carouselA panda cub is sitting on a carousel \ No newline at end of file diff --git a/texts/53529f15-7750-4681-8558-ada261930b1d.txt b/texts/53529f15-7750-4681-8558-ada261930b1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f7a1af78e981493a446a9ed2a4d0b2eee0f456f --- /dev/null +++ b/texts/53529f15-7750-4681-8558-ada261930b1d.txt @@ -0,0 +1 @@ +Hello Kitty is taking a bath in the pink bathroom wearing a headscarf, with many bubbles floating in the air \ No newline at end of file diff --git a/texts/5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6.txt b/texts/5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..579cfbbc12bac6950c2757306ae3640aebf0ba3a --- /dev/null +++ b/texts/5355b82f-edbb-4bb9-8ccf-6d0ce5b05fd6.txt @@ -0,0 +1 @@ +A little golden retriever sticks out his tongue and wears a magic hat for his birthday in the snow, surrounded by a snowman and a strawberry cake \ No newline at end of file diff --git a/texts/5359ecc1-93c7-4d92-b0ce-878cacf8d127.txt b/texts/5359ecc1-93c7-4d92-b0ce-878cacf8d127.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e5dbdee9e50a484335241ee5610d0d51eb27cc5 --- /dev/null +++ b/texts/5359ecc1-93c7-4d92-b0ce-878cacf8d127.txt @@ -0,0 +1 @@ +fluttering cotton fluff \ No newline at end of file diff --git a/texts/535bf992-a8b4-4e3a-9584-85cb49a3312f.txt b/texts/535bf992-a8b4-4e3a-9584-85cb49a3312f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dd9cc8204e7b8fb0553628da122fc83f9b93689 --- /dev/null +++ b/texts/535bf992-a8b4-4e3a-9584-85cb49a3312f.txt @@ -0,0 +1 @@ +A green apple in a Christmas hat turns on a computer to work in the snow \ No newline at end of file diff --git a/texts/535fb835-4979-4d4e-89d2-19d296127942.txt b/texts/535fb835-4979-4d4e-89d2-19d296127942.txt new file mode 100644 index 0000000000000000000000000000000000000000..099fd848ac42c191294b3ef35ad59b0f65b57bc7 --- /dev/null +++ b/texts/535fb835-4979-4d4e-89d2-19d296127942.txt @@ -0,0 +1 @@ +a grey british short hair cat and a black-and-white striped american short hair cat work out at a modern gym very hard \ No newline at end of file diff --git a/texts/536d3db2-850b-4301-b07d-d8c1a2b8a334.txt b/texts/536d3db2-850b-4301-b07d-d8c1a2b8a334.txt new file mode 100644 index 0000000000000000000000000000000000000000..e62921226c79392cbef24ae3e1e5006f05074678 --- /dev/null +++ b/texts/536d3db2-850b-4301-b07d-d8c1a2b8a334.txt @@ -0,0 +1 @@ +Cat in snow \ No newline at end of file diff --git a/texts/53732c82-383c-4afd-ac46-3eb1adcef3c0.txt b/texts/53732c82-383c-4afd-ac46-3eb1adcef3c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..737ffe769b61dc13afac1a721e27b96b14dea763 --- /dev/null +++ b/texts/53732c82-383c-4afd-ac46-3eb1adcef3c0.txt @@ -0,0 +1 @@ +all light out for me,lightn strike the beach \ No newline at end of file diff --git a/texts/53a676e7-87c0-4ff9-8745-a9e559720a8d.txt b/texts/53a676e7-87c0-4ff9-8745-a9e559720a8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ca7bc678548d4761d405feae282fd2d6eb890be --- /dev/null +++ b/texts/53a676e7-87c0-4ff9-8745-a9e559720a8d.txt @@ -0,0 +1 @@ +hello kitty/play lego/fire/fireplacewhisky/merry Christmas/love/camera/ccd \ No newline at end of file diff --git a/texts/53aada1a-fc4c-4993-9ec7-2a1c64176b34.txt b/texts/53aada1a-fc4c-4993-9ec7-2a1c64176b34.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b3b42ff75b158e4e9371d16f8225ce5a54c1c38 --- /dev/null +++ b/texts/53aada1a-fc4c-4993-9ec7-2a1c64176b34.txt @@ -0,0 +1 @@ +Yellow Shiba Inu wearing glasses watching the aurora \ No newline at end of file diff --git a/texts/53ac42ce-0ac9-4b4c-802f-6c114c632642.txt b/texts/53ac42ce-0ac9-4b4c-802f-6c114c632642.txt new file mode 100644 index 0000000000000000000000000000000000000000..352e385c42c70e1cc37649dc5e6fad34e26d6a08 --- /dev/null +++ b/texts/53ac42ce-0ac9-4b4c-802f-6c114c632642.txt @@ -0,0 +1 @@ +In the amusement park anniversary of the cat and dog, the cake has the anniversary of the decorations 0927 \ No newline at end of file diff --git a/texts/53b69cce-8efb-490b-bde9-324fd9cc15b5.txt b/texts/53b69cce-8efb-490b-bde9-324fd9cc15b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..4de002105dd71581fff30457d7ba26c564d90327 --- /dev/null +++ b/texts/53b69cce-8efb-490b-bde9-324fd9cc15b5.txt @@ -0,0 +1 @@ +Cute snowman in snowing weather \ No newline at end of file diff --git a/texts/53b6df27-496b-4b28-9135-31e6da7394da.txt b/texts/53b6df27-496b-4b28-9135-31e6da7394da.txt new file mode 100644 index 0000000000000000000000000000000000000000..672587b75df0ae04bd1f934d4bd6105937eae1bd --- /dev/null +++ b/texts/53b6df27-496b-4b28-9135-31e6da7394da.txt @@ -0,0 +1 @@ +In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and "LST" written on the snow. \ No newline at end of file diff --git a/texts/53be3c1e-753b-4cc3-8638-6d375fdd14e0.txt b/texts/53be3c1e-753b-4cc3-8638-6d375fdd14e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e48ac9bfe3556be406557c2c4c287319b45be10 --- /dev/null +++ b/texts/53be3c1e-753b-4cc3-8638-6d375fdd14e0.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/53dc8143-7d42-4612-9d57-233ab38d7a23.txt b/texts/53dc8143-7d42-4612-9d57-233ab38d7a23.txt new file mode 100644 index 0000000000000000000000000000000000000000..84e811ee43e2c79996232ce626db0e162c3da29f --- /dev/null +++ b/texts/53dc8143-7d42-4612-9d57-233ab38d7a23.txt @@ -0,0 +1 @@ +There is a little blue cat in the snow under the aurora \ No newline at end of file diff --git a/texts/53dca66c-cfed-4587-b042-0168868604d2.txt b/texts/53dca66c-cfed-4587-b042-0168868604d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..07f0aeb788a75ac49b3f0fd126f7ae74611aef6d --- /dev/null +++ b/texts/53dca66c-cfed-4587-b042-0168868604d2.txt @@ -0,0 +1 @@ +hello kitty plays basketball wearing red nike basketball shoes \ No newline at end of file diff --git a/texts/53dd28fc-e996-45d0-a315-11d14126c966.txt b/texts/53dd28fc-e996-45d0-a315-11d14126c966.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8f7c912561a32add0c5e216feb387daf9bddaa9 --- /dev/null +++ b/texts/53dd28fc-e996-45d0-a315-11d14126c966.txt @@ -0,0 +1 @@ +ball and cat sown \ No newline at end of file diff --git a/texts/53e54e11-bfb9-454b-9f05-eee16ac45956.txt b/texts/53e54e11-bfb9-454b-9f05-eee16ac45956.txt new file mode 100644 index 0000000000000000000000000000000000000000..617c256c9129ab12d875d71d25834c52e9dca781 --- /dev/null +++ b/texts/53e54e11-bfb9-454b-9f05-eee16ac45956.txt @@ -0,0 +1 @@ +A grey cat wearing sunglasses, with Mount Fuji and the sea behind it,selfie \ No newline at end of file diff --git a/texts/53f6ee98-3e90-4cd8-bff6-234a52f97295.txt b/texts/53f6ee98-3e90-4cd8-bff6-234a52f97295.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc543602559f91a18be210ed98197c399b2b64ff --- /dev/null +++ b/texts/53f6ee98-3e90-4cd8-bff6-234a52f97295.txt @@ -0,0 +1 @@ +The protagonist of Toy Story \ No newline at end of file diff --git a/texts/53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc.txt b/texts/53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..67f0b5946edc64dcf753f475260c93a883ff1b36 --- /dev/null +++ b/texts/53fb5a2d-9e8f-483d-9697-c1d6f0d2f0fc.txt @@ -0,0 +1 @@ +A Siamese cat with a bell collar is drinking red wine next to a Christmas tree filled with a festive atmosphere \ No newline at end of file diff --git a/texts/54106074-6ccd-4373-aac9-97378684ec46.txt b/texts/54106074-6ccd-4373-aac9-97378684ec46.txt new file mode 100644 index 0000000000000000000000000000000000000000..56a657fdfd9c6039d78ad85bba8f98dd80eb6d4a --- /dev/null +++ b/texts/54106074-6ccd-4373-aac9-97378684ec46.txt @@ -0,0 +1 @@ +Hello Kitty sits next to the Christmas tree by the sea. WSY is written on the snow. \ No newline at end of file diff --git a/texts/54111a6e-9218-489e-95ff-752e1136bf19.txt b/texts/54111a6e-9218-489e-95ff-752e1136bf19.txt new file mode 100644 index 0000000000000000000000000000000000000000..75e0e513911fda3d69a83fa60141ff76b4f06283 --- /dev/null +++ b/texts/54111a6e-9218-489e-95ff-752e1136bf19.txt @@ -0,0 +1 @@ +Mistletoe and pine with a green bow make this rich wreath on the walls,soft focus,camera is also SONE level.HALO. \ No newline at end of file diff --git a/texts/54190459-f6f2-4228-90af-d5dcca6b1d6f.txt b/texts/54190459-f6f2-4228-90af-d5dcca6b1d6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9e9817da98b67b6201b9038c0b5bfe22f997c43 --- /dev/null +++ b/texts/54190459-f6f2-4228-90af-d5dcca6b1d6f.txt @@ -0,0 +1 @@ +A grey border collie wearing a scarf is watching stars on a snowy beach. \ No newline at end of file diff --git a/texts/542f5f53-c6a6-441e-90b7-dc6099b00026.txt b/texts/542f5f53-c6a6-441e-90b7-dc6099b00026.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fd3cef8c54fb672851d47c3a353bb6971c0226e --- /dev/null +++ b/texts/542f5f53-c6a6-441e-90b7-dc6099b00026.txt @@ -0,0 +1 @@ +Close-up is a small Frog wearing a Santa hat lying on the snow, the snow has the word frog, the middle is a Christmas tree, the distant is Mount Fuji \ No newline at end of file diff --git a/texts/54302a7a-58e9-479b-b0b4-6f66e555a7e8.txt b/texts/54302a7a-58e9-479b-b0b4-6f66e555a7e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f33b9e5eb2d30dc38497a729a90dd659f8e1d2ee --- /dev/null +++ b/texts/54302a7a-58e9-479b-b0b4-6f66e555a7e8.txt @@ -0,0 +1 @@ +A Doraemon doll and a panda are sitting in a car. \ No newline at end of file diff --git a/texts/543dfd6a-38fb-42ff-af1c-fb66544a17e9.txt b/texts/543dfd6a-38fb-42ff-af1c-fb66544a17e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e218628f5e6c863d13b1f5686ab2b4d55e05eecf --- /dev/null +++ b/texts/543dfd6a-38fb-42ff-af1c-fb66544a17e9.txt @@ -0,0 +1 @@ +christmas tree pudding in summer,with two mini gold spoons. \ No newline at end of file diff --git a/texts/544af44e-1317-4126-b682-05937bb27689.txt b/texts/544af44e-1317-4126-b682-05937bb27689.txt new file mode 100644 index 0000000000000000000000000000000000000000..17c692dd9d50b31fc2407722d8980e5544913e12 --- /dev/null +++ b/texts/544af44e-1317-4126-b682-05937bb27689.txt @@ -0,0 +1 @@ +Snow, HelloKitty, Christmas Tree, WYM, Snow, Dreamy \ No newline at end of file diff --git a/texts/544c9245-4f1a-4fab-8f87-3e1f18d18309.txt b/texts/544c9245-4f1a-4fab-8f87-3e1f18d18309.txt new file mode 100644 index 0000000000000000000000000000000000000000..671921aa4ef1111785578359cbf2c47d38b7f3d3 --- /dev/null +++ b/texts/544c9245-4f1a-4fab-8f87-3e1f18d18309.txt @@ -0,0 +1 @@ +Christamas tree inside the snow with snowmen dancing around it \ No newline at end of file diff --git a/texts/544e786c-b96a-425f-b0c8-7ba5b3f359ff.txt b/texts/544e786c-b96a-425f-b0c8-7ba5b3f359ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..79436e01001b964e21d88fe16d9c82ad7dfb968f --- /dev/null +++ b/texts/544e786c-b96a-425f-b0c8-7ba5b3f359ff.txt @@ -0,0 +1 @@ +A cat was sitting on the beach looking out at the sea. The sea was extremely beautiful. The weather was clear and there were white clouds in the sky \ No newline at end of file diff --git a/texts/546334f7-3b1d-458a-8c0a-24e13025f4c6.txt b/texts/546334f7-3b1d-458a-8c0a-24e13025f4c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c6236bff03939d3fdaaf4b90834729351359142 --- /dev/null +++ b/texts/546334f7-3b1d-458a-8c0a-24e13025f4c6.txt @@ -0,0 +1 @@ +The big Monsters in Ultraman are destroying Washington in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/546ae16e-9464-4a46-a8dd-975e619e5832.txt b/texts/546ae16e-9464-4a46-a8dd-975e619e5832.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e5aec2882cc1a42bf951c28eb62907ab94b360b --- /dev/null +++ b/texts/546ae16e-9464-4a46-a8dd-975e619e5832.txt @@ -0,0 +1 @@ +white background, HelloKitty is carrying a black garbage bag \ No newline at end of file diff --git a/texts/546b1c63-55d1-4c5e-b6d9-8741fc214eb6.txt b/texts/546b1c63-55d1-4c5e-b6d9-8741fc214eb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f6e2e0508154afaabcdc6feb74c04f10e3e29b8 --- /dev/null +++ b/texts/546b1c63-55d1-4c5e-b6d9-8741fc214eb6.txt @@ -0,0 +1 @@ +small Yorkshire puppy Nomi, playing on the grass, blue sky, white clouds and bubbles flowers \ No newline at end of file diff --git a/texts/5474237f-45a6-4f33-8c1b-e2b431c83f03.txt b/texts/5474237f-45a6-4f33-8c1b-e2b431c83f03.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fa4c2d0250532561bbc366a656b18ec36d7f27b --- /dev/null +++ b/texts/5474237f-45a6-4f33-8c1b-e2b431c83f03.txt @@ -0,0 +1 @@ +Samoyed celebrating birthday in a house with Christmas decorations, wearing cute birthday hat, chocolate cake, \ No newline at end of file diff --git a/texts/5476cd5b-701e-4d0a-a80e-e337e8f452a3.txt b/texts/5476cd5b-701e-4d0a-a80e-e337e8f452a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..35bf17f4145568281a71a3a37e0a8bc00c459e33 --- /dev/null +++ b/texts/5476cd5b-701e-4d0a-a80e-e337e8f452a3.txt @@ -0,0 +1 @@ +snow-white long-hair cute little cat wearing a red santa hat \ No newline at end of file diff --git a/texts/54794b7a-5d2e-4d90-bcbf-b829462e8518.txt b/texts/54794b7a-5d2e-4d90-bcbf-b829462e8518.txt new file mode 100644 index 0000000000000000000000000000000000000000..87249bbf0d5f172b22f24933ff958972cd6e8f61 --- /dev/null +++ b/texts/54794b7a-5d2e-4d90-bcbf-b829462e8518.txt @@ -0,0 +1 @@ +A white bear wearing black round glasses is hacking on a computer. \ No newline at end of file diff --git a/texts/54796d1a-d48a-46c3-84c3-bc0c0fdc9f54.txt b/texts/54796d1a-d48a-46c3-84c3-bc0c0fdc9f54.txt new file mode 100644 index 0000000000000000000000000000000000000000..7238faded4408f30fa3e6d5a7f41135086355ef0 --- /dev/null +++ b/texts/54796d1a-d48a-46c3-84c3-bc0c0fdc9f54.txt @@ -0,0 +1 @@ +glass christmas tree outdoor \ No newline at end of file diff --git a/texts/5483edef-83fe-462a-9750-c993cc97f617.txt b/texts/5483edef-83fe-462a-9750-c993cc97f617.txt new file mode 100644 index 0000000000000000000000000000000000000000..12c164860241a89fcffc30c9bfdaae09862d538f --- /dev/null +++ b/texts/5483edef-83fe-462a-9750-c993cc97f617.txt @@ -0,0 +1 @@ +A five-year-old pale yellow golden retriever with a pair of white wings is standing in the snow chasing a perrty blue butterfly, it's the blues time \ No newline at end of file diff --git a/texts/54882cb7-e28e-42af-81cb-789846b9d8f8.txt b/texts/54882cb7-e28e-42af-81cb-789846b9d8f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf7c8a25a877b505e4c841c5fc35f396060d9454 --- /dev/null +++ b/texts/54882cb7-e28e-42af-81cb-789846b9d8f8.txt @@ -0,0 +1 @@ +The lesser panda holds the red apple in her hand \ No newline at end of file diff --git a/texts/548caa4d-60fb-4001-aa37-a584ed1560ab.txt b/texts/548caa4d-60fb-4001-aa37-a584ed1560ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..21967c9e95bf8b6ddb9acf8b5e97315d558bfafc --- /dev/null +++ b/texts/548caa4d-60fb-4001-aa37-a584ed1560ab.txt @@ -0,0 +1 @@ +On a snowy night, with a distant view of the sea and a close-up view of Samoyed wearing a Christmas hat. Next to it is a Christmas tree adorned with lights. In the snow, "NAPNINE" is written, and there is a birthday cake with a Christmas atmosphere. The cake has lit candles, and the dark blue night sky is filled with light particles \ No newline at end of file diff --git a/texts/5495baf1-09dc-4672-acd9-2e582dd3059b.txt b/texts/5495baf1-09dc-4672-acd9-2e582dd3059b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffd933e7805ac237c840041be32e2fafd4583781 --- /dev/null +++ b/texts/5495baf1-09dc-4672-acd9-2e582dd3059b.txt @@ -0,0 +1 @@ +The dog sat by the sea and watched the sea. \ No newline at end of file diff --git a/texts/549bc72f-614e-4b6e-b713-138d005ec620.txt b/texts/549bc72f-614e-4b6e-b713-138d005ec620.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1d296c4dcab33ba52ed1c3d46d238ce1937c571 --- /dev/null +++ b/texts/549bc72f-614e-4b6e-b713-138d005ec620.txt @@ -0,0 +1 @@ +The Kuromi doll sits on the snow. There are two words "Xiao Jing" on the snow.The background is the empty snow with snow. \ No newline at end of file diff --git a/texts/54a2f018-158e-4577-a2fb-0a87f005953a.txt b/texts/54a2f018-158e-4577-a2fb-0a87f005953a.txt new file mode 100644 index 0000000000000000000000000000000000000000..18ffa53eae28f81c1054fa5b03d493287a102df3 --- /dev/null +++ b/texts/54a2f018-158e-4577-a2fb-0a87f005953a.txt @@ -0,0 +1 @@ +a teddy poodle in holiday season, like a princess. The head is very round and the fur color is brown colored. Her name is candy \ No newline at end of file diff --git a/texts/54a5394f-475f-4f6e-b445-d9f0878ef123.txt b/texts/54a5394f-475f-4f6e-b445-d9f0878ef123.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a29a7dcd9ec64d8298c5002b48063aafe84fb75 --- /dev/null +++ b/texts/54a5394f-475f-4f6e-b445-d9f0878ef123.txt @@ -0,0 +1 @@ +A Christmas tree adorned with gifts, a snowman wearing a scarf, a kitten holding a guitar, a puppy wearing a Christmas hat, and a panda wearing headphones \ No newline at end of file diff --git a/texts/54ab98f3-8798-4970-a095-d497b679fc96.txt b/texts/54ab98f3-8798-4970-a095-d497b679fc96.txt new file mode 100644 index 0000000000000000000000000000000000000000..e74f649c30d19e5c8c8c8a54e632d2b48be6f45a --- /dev/null +++ b/texts/54ab98f3-8798-4970-a095-d497b679fc96.txt @@ -0,0 +1 @@ +snow on the Christmas tree/ kitten has three colors which is running / bubbles/ outdoor \ No newline at end of file diff --git a/texts/54c798a3-7412-447c-9eae-180cc5ba3d8d.txt b/texts/54c798a3-7412-447c-9eae-180cc5ba3d8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..aecd5c3d67a629e3b00687f2ec4714085a743677 --- /dev/null +++ b/texts/54c798a3-7412-447c-9eae-180cc5ba3d8d.txt @@ -0,0 +1 @@ +DYNAMIC SHOT OF COSMETIC PRODUCTS IN METAL/TIN CONTAINERS FALLING DOWN, NO LABELS ON PACKAGING AND \ No newline at end of file diff --git a/texts/54ce051a-00b7-4304-b14c-04e8cfe16488.txt b/texts/54ce051a-00b7-4304-b14c-04e8cfe16488.txt new file mode 100644 index 0000000000000000000000000000000000000000..27bb69ffb7e8d3131aeb6c8ba592540487494547 --- /dev/null +++ b/texts/54ce051a-00b7-4304-b14c-04e8cfe16488.txt @@ -0,0 +1 @@ +hello kitty doll wear red cool coat and apple earphones and earrings necklace ,sitting on the carpet playing the guitar ,the notebook compure on the table caught fire,in the process of music creation ,it's snowing outside \ No newline at end of file diff --git a/texts/54d3995f-77cf-4089-85b4-45096605d641.txt b/texts/54d3995f-77cf-4089-85b4-45096605d641.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a57cca291eb2fe5520171a02d0e0435f8ab067e --- /dev/null +++ b/texts/54d3995f-77cf-4089-85b4-45096605d641.txt @@ -0,0 +1 @@ +A little dog wearing a Christmas hat is watching fireworks by the seaside. "HBD" is written on the beach. \ No newline at end of file diff --git a/texts/54dc597f-2d9f-4b21-804e-1e8d8f27942b.txt b/texts/54dc597f-2d9f-4b21-804e-1e8d8f27942b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3690467f041f5969b058cfd59c0cfdb7a063b1fa --- /dev/null +++ b/texts/54dc597f-2d9f-4b21-804e-1e8d8f27942b.txt @@ -0,0 +1 @@ +a cat is smoking \ No newline at end of file diff --git a/texts/54dcc7cf-93e9-43b9-ac48-44a99c4156da.txt b/texts/54dcc7cf-93e9-43b9-ac48-44a99c4156da.txt new file mode 100644 index 0000000000000000000000000000000000000000..1623c929b6c862447639531429b14f058041f4e2 --- /dev/null +++ b/texts/54dcc7cf-93e9-43b9-ac48-44a99c4156da.txt @@ -0,0 +1 @@ +Hello Kitty is hiking in mountains. The season is autumn. tiled background in the whole picture. \ No newline at end of file diff --git a/texts/54e094bf-3374-464d-9732-28a17c7b6949.txt b/texts/54e094bf-3374-464d-9732-28a17c7b6949.txt new file mode 100644 index 0000000000000000000000000000000000000000..e31546944aaecf27bbedd9f49cd7e6b153e4dc2a --- /dev/null +++ b/texts/54e094bf-3374-464d-9732-28a17c7b6949.txt @@ -0,0 +1 @@ +A huge pearl put on a crown and was choosing a wedding dress. \ No newline at end of file diff --git a/texts/54e10a3d-0be7-4b53-b8e8-7b8360d1208b.txt b/texts/54e10a3d-0be7-4b53-b8e8-7b8360d1208b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd0fe8045f8e3aed4c05a844bac199ce2728d95b --- /dev/null +++ b/texts/54e10a3d-0be7-4b53-b8e8-7b8360d1208b.txt @@ -0,0 +1 @@ +A photo of Hello Kitty sitting on an orange chair in the snow, with her dress covered in powder and a wine glass on it, taken at night from outside the home, and posted to Reddit in 2019 \ No newline at end of file diff --git a/texts/54e4360c-ae99-4830-a326-bf61e420864a.txt b/texts/54e4360c-ae99-4830-a326-bf61e420864a.txt new file mode 100644 index 0000000000000000000000000000000000000000..51c4784a651bdf160a631418492bcff58cd9ddbf --- /dev/null +++ b/texts/54e4360c-ae99-4830-a326-bf61e420864a.txt @@ -0,0 +1 @@ +Hello kitty, with camera, beach, pink sunset, cloud, romantic \ No newline at end of file diff --git a/texts/54e67383-7617-4f55-8a33-692ae93534ca.txt b/texts/54e67383-7617-4f55-8a33-692ae93534ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..649f1c07e576145322d7c66e0eb4a8905ca281b8 --- /dev/null +++ b/texts/54e67383-7617-4f55-8a33-692ae93534ca.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea, fireworks, penguin dolls in the distance, and a Christmas tree next to it. "zxt" is written on the snow, and there are traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/54eaf4b3-b681-463c-9bd0-7211b6e00401.txt b/texts/54eaf4b3-b681-463c-9bd0-7211b6e00401.txt new file mode 100644 index 0000000000000000000000000000000000000000..26e6ff53e12cbac1d3d651bd350ba4c457e3c344 --- /dev/null +++ b/texts/54eaf4b3-b681-463c-9bd0-7211b6e00401.txt @@ -0,0 +1 @@ +At night, blues, the word "YJR" is written on the snow. There is a little teddy bear in the snow, and it is snowing in the sky. \ No newline at end of file diff --git a/texts/54ee349c-54df-4e40-b1ac-13b47f9ab824.txt b/texts/54ee349c-54df-4e40-b1ac-13b47f9ab824.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc9f3b05c8a2b55544a41c3e4fef2087c1721f7b --- /dev/null +++ b/texts/54ee349c-54df-4e40-b1ac-13b47f9ab824.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "WLTZ" engraved on the snow \ No newline at end of file diff --git a/texts/54eef498-55d6-4ffd-8407-e63843c83da4.txt b/texts/54eef498-55d6-4ffd-8407-e63843c83da4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b50eab98164d62a36a24e5858732f1817c8e43e --- /dev/null +++ b/texts/54eef498-55d6-4ffd-8407-e63843c83da4.txt @@ -0,0 +1 @@ +sailing through the stars to know where you are \ No newline at end of file diff --git a/texts/54f8656a-b673-43a0-bb63-f9cae3109471.txt b/texts/54f8656a-b673-43a0-bb63-f9cae3109471.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8bdd3eb3eddf5ea8a0750bbd7b1d30f31eafa8d --- /dev/null +++ b/texts/54f8656a-b673-43a0-bb63-f9cae3109471.txt @@ -0,0 +1 @@ +A little long-haired black and tan dachshund is debugging in front of windows xp computer with glasses \ No newline at end of file diff --git a/texts/54fe384d-7ee1-4124-bb27-3d6e2630c782.txt b/texts/54fe384d-7ee1-4124-bb27-3d6e2630c782.txt new file mode 100644 index 0000000000000000000000000000000000000000..13d123d3afafceb42fb162298c662a9e22f39ce1 --- /dev/null +++ b/texts/54fe384d-7ee1-4124-bb27-3d6e2630c782.txt @@ -0,0 +1 @@ +Two little Hello kitties are on the snowy beach, and fdt is written on the beach. \ No newline at end of file diff --git a/texts/550201fb-f83e-4eac-bdf7-7739ae69ff4b.txt b/texts/550201fb-f83e-4eac-bdf7-7739ae69ff4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e03e1b99492849c98df0a95cd9fa7d870c4e11ca --- /dev/null +++ b/texts/550201fb-f83e-4eac-bdf7-7739ae69ff4b.txt @@ -0,0 +1 @@ +A light brown teddy dog wearing a Santa hat, eating Western food with a knife and fork, and wine, with candles on the table and a Christmas tree in the background \ No newline at end of file diff --git a/texts/5505d3aa-9c96-4883-a68c-1188a8820d6b.txt b/texts/5505d3aa-9c96-4883-a68c-1188a8820d6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..aca0b6642abfe1509141fa643036103f4e0b60f8 --- /dev/null +++ b/texts/5505d3aa-9c96-4883-a68c-1188a8820d6b.txt @@ -0,0 +1 @@ +A white rabbit with a purple necklace drinks a beer next to a champagne-colored teddy dog eating a hamburger \ No newline at end of file diff --git a/texts/5506d1f7-7aff-4d05-82dc-353ab115fd08.txt b/texts/5506d1f7-7aff-4d05-82dc-353ab115fd08.txt new file mode 100644 index 0000000000000000000000000000000000000000..a52c77224ac603ec70bebc92a27ad49552bdd99d --- /dev/null +++ b/texts/5506d1f7-7aff-4d05-82dc-353ab115fd08.txt @@ -0,0 +1 @@ +On a snowy night, in the distance there's the sea. A white Kitty cat with a Christmas tree hat is beside a Christmas tree. "DZX" is written on the snow, and below it is "XAXDDW". There are cat paw prints. It's a melancholic blue night scene with a dreamy effect of light particles and relatively high color saturation. \ No newline at end of file diff --git a/texts/550aab8d-f044-4ab8-8e60-e56cda5ed412.txt b/texts/550aab8d-f044-4ab8-8e60-e56cda5ed412.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f491436be821df6bc0ac674b58187379f32138d --- /dev/null +++ b/texts/550aab8d-f044-4ab8-8e60-e56cda5ed412.txt @@ -0,0 +1 @@ +tuxedo cat take pictures in the snow with cameras, aurora \ No newline at end of file diff --git a/texts/5522e4f3-0377-4090-9630-4c70896cdd2e.txt b/texts/5522e4f3-0377-4090-9630-4c70896cdd2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..228221a704ab30d1907727b0b94668e9fb58f20c --- /dev/null +++ b/texts/5522e4f3-0377-4090-9630-4c70896cdd2e.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere. \ No newline at end of file diff --git a/texts/552f6035-7d39-4154-856e-6182bbbc954e.txt b/texts/552f6035-7d39-4154-856e-6182bbbc954e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a750b637a13510b5168714cf9f053d0a42701b59 --- /dev/null +++ b/texts/552f6035-7d39-4154-856e-6182bbbc954e.txt @@ -0,0 +1 @@ +Tiger's right eye \ No newline at end of file diff --git a/texts/5532912c-4ce5-46e2-8546-55f01f4d4294.txt b/texts/5532912c-4ce5-46e2-8546-55f01f4d4294.txt new file mode 100644 index 0000000000000000000000000000000000000000..80cc991407338e5829d560c102225bdb9066da35 --- /dev/null +++ b/texts/5532912c-4ce5-46e2-8546-55f01f4d4294.txt @@ -0,0 +1 @@ +There is a fish in Beihai, its name is Kun. Kun is very huge, I don't know if it's thousands of miles away. Kun transformed into a bird, and its name was Peng. Peng's back, I don't know if it's thousands of miles long; When it vibrates its wings and flies straight, its wings are like clouds hanging in the sky. \ No newline at end of file diff --git a/texts/5534ab93-0ec6-4f4b-8ae2-6417feabdeb7.txt b/texts/5534ab93-0ec6-4f4b-8ae2-6417feabdeb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..47715f5fdb260e9f3138d220746e828e036d28e8 --- /dev/null +++ b/texts/5534ab93-0ec6-4f4b-8ae2-6417feabdeb7.txt @@ -0,0 +1 @@ +The cat with the fish sits on the desk \ No newline at end of file diff --git a/texts/553d2971-e361-44cb-8943-2bbda9389354.txt b/texts/553d2971-e361-44cb-8943-2bbda9389354.txt new file mode 100644 index 0000000000000000000000000000000000000000..6dc85449a53b05ef84366cf0baa2f960a258c0f4 --- /dev/null +++ b/texts/553d2971-e361-44cb-8943-2bbda9389354.txt @@ -0,0 +1 @@ +Hello Kitty in the snow next to a Christmas tree and fireworks \ No newline at end of file diff --git a/texts/5547513d-dc17-482a-aa46-f004057908c4.txt b/texts/5547513d-dc17-482a-aa46-f004057908c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea246b24fc519b93042cf0aac812ba677fc1be39 --- /dev/null +++ b/texts/5547513d-dc17-482a-aa46-f004057908c4.txt @@ -0,0 +1 @@ +A monk stands in front of a burning Chinese temple, facing away from the camera a little far \ No newline at end of file diff --git a/texts/55593015-b407-46a2-8eef-c9d58e655663.txt b/texts/55593015-b407-46a2-8eef-c9d58e655663.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c6e7405513a8496b45baa981d61fe7cb2bdde8e --- /dev/null +++ b/texts/55593015-b407-46a2-8eef-c9d58e655663.txt @@ -0,0 +1 @@ +A rain of yellow balloons + tiny gold coins which is a anniversary invitation scatters the flash of wish and good luck into the hands of each participant. \ No newline at end of file diff --git a/texts/555b6c85-1d26-4476-b782-23a0c0646cc2.txt b/texts/555b6c85-1d26-4476-b782-23a0c0646cc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e6ca439fea2cee4cb2bd195451e18961fb6330 --- /dev/null +++ b/texts/555b6c85-1d26-4476-b782-23a0c0646cc2.txt @@ -0,0 +1 @@ +The cute little Siamese cat, wearing a black T-shirt, is playing the guitar on the rock music stage with the lights shining on it. \ No newline at end of file diff --git a/texts/555f6619-8e99-4ba7-8cf0-4d8b3fad5704.txt b/texts/555f6619-8e99-4ba7-8cf0-4d8b3fad5704.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e6f752634e5301d1fb8da5aced4a596a0199062 --- /dev/null +++ b/texts/555f6619-8e99-4ba7-8cf0-4d8b3fad5704.txt @@ -0,0 +1 @@ +In the forest, the kitten wears a magic hat on its head and holds a wand in its hand. \ No newline at end of file diff --git a/texts/5568a24a-4167-454f-9967-9bd138547dde.txt b/texts/5568a24a-4167-454f-9967-9bd138547dde.txt new file mode 100644 index 0000000000000000000000000000000000000000..18da6756e7f6a11972ded76d8fd740eba9cd9ff0 --- /dev/null +++ b/texts/5568a24a-4167-454f-9967-9bd138547dde.txt @@ -0,0 +1 @@ +Snowfield, aurora, foreign teenagers in outdoor jackets running in the distance, no face showing,fluffy sled dogs. \ No newline at end of file diff --git a/texts/5568f97f-9f29-497f-8bb3-6af199f19909.txt b/texts/5568f97f-9f29-497f-8bb3-6af199f19909.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cee0bcfaae9c8299209ff6cd90cfd7377c73547 --- /dev/null +++ b/texts/5568f97f-9f29-497f-8bb3-6af199f19909.txt @@ -0,0 +1 @@ +a very long and winding metal ditch like a slide wedged into red mountain ridge ,stretching far .There are beautiful colorful plants on the mountain.The surroundings are sand and rocks.the sky is pink and purple \ No newline at end of file diff --git a/texts/5573fdc5-383e-49e8-82b8-5bc652b1cfea.txt b/texts/5573fdc5-383e-49e8-82b8-5bc652b1cfea.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b115401e74a6bc89d34b98df1f8b62d063f98a7 --- /dev/null +++ b/texts/5573fdc5-383e-49e8-82b8-5bc652b1cfea.txt @@ -0,0 +1 @@ +a drunk polar bear wearing wizard hat and pajamas with glasses is working at computer \ No newline at end of file diff --git a/texts/557a757e-d714-44ed-b014-10bf95f6e36e.txt b/texts/557a757e-d714-44ed-b014-10bf95f6e36e.txt new file mode 100644 index 0000000000000000000000000000000000000000..766de1cfac6a749d33f8baf56272c1262726a615 --- /dev/null +++ b/texts/557a757e-d714-44ed-b014-10bf95f6e36e.txt @@ -0,0 +1 @@ +westhighland white terrier+making snowman \ No newline at end of file diff --git a/texts/557bba43-4748-4b8f-8888-0b18278e9c78.txt b/texts/557bba43-4748-4b8f-8888-0b18278e9c78.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fff81b2696209368865b88b88796f4342de1fb7 --- /dev/null +++ b/texts/557bba43-4748-4b8f-8888-0b18278e9c78.txt @@ -0,0 +1 @@ +A silver changing kitten and a West Highland puppy, each with an angel-like pair of wings behind them, stand in a dreamy aurora sky where everything is blue and two letters are written on the snow-white ground - YXK Everything is dreamy. The core element of the dream is heavy. \ No newline at end of file diff --git a/texts/557c7986-63eb-48b8-bb35-d098e532e853.txt b/texts/557c7986-63eb-48b8-bb35-d098e532e853.txt new file mode 100644 index 0000000000000000000000000000000000000000..be148e993476bdd713c1633f46533352229ecb1a --- /dev/null +++ b/texts/557c7986-63eb-48b8-bb35-d098e532e853.txt @@ -0,0 +1 @@ +Little snow blue sky black puppy and letters Yosh BB \ No newline at end of file diff --git a/texts/557e4eb8-364a-4a9c-936b-0c6e934379a7.txt b/texts/557e4eb8-364a-4a9c-936b-0c6e934379a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..59f6e725a42fbcb0d20d534dde1d1710531d73ff --- /dev/null +++ b/texts/557e4eb8-364a-4a9c-936b-0c6e934379a7.txt @@ -0,0 +1 @@ +In the misty forest, there are two blue butterflies, a wooden house filled with lights, and a Christmas tree \ No newline at end of file diff --git a/texts/5580bdc8-1cc6-4601-83cf-9938fcb83eec.txt b/texts/5580bdc8-1cc6-4601-83cf-9938fcb83eec.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d134a87ddd4e6772d84ad88c24165f3167bc1a1 --- /dev/null +++ b/texts/5580bdc8-1cc6-4601-83cf-9938fcb83eec.txt @@ -0,0 +1 @@ +Miffy and her friends (frog, sheep, duck) are watching meteor showers near Orion on the bridge. \ No newline at end of file diff --git a/texts/55835f66-2c93-4fb4-b551-f8dddbe45010.txt b/texts/55835f66-2c93-4fb4-b551-f8dddbe45010.txt new file mode 100644 index 0000000000000000000000000000000000000000..33f36483f242814822c93e0b8d9242cebdc86ae9 --- /dev/null +++ b/texts/55835f66-2c93-4fb4-b551-f8dddbe45010.txt @@ -0,0 +1 @@ +a person wearing a large spicy chilli head costume stands on a grassy field under purple sunset sky. There are some burning butterflies and stars flying in the sky. \ No newline at end of file diff --git a/texts/55862e1d-6b4c-4857-8f87-91c7032fa40b.txt b/texts/55862e1d-6b4c-4857-8f87-91c7032fa40b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0edcd10c9031039f8a8875864c268af37283bfed --- /dev/null +++ b/texts/55862e1d-6b4c-4857-8f87-91c7032fa40b.txt @@ -0,0 +1 @@ +Snow, fireworks, snowing, snowman, butterfly \ No newline at end of file diff --git a/texts/559564c6-c1a5-4647-b228-7ebae6db5402.txt b/texts/559564c6-c1a5-4647-b228-7ebae6db5402.txt new file mode 100644 index 0000000000000000000000000000000000000000..be3b13f61214a4fd0e41ec981e93c7fc32c7b7b2 --- /dev/null +++ b/texts/559564c6-c1a5-4647-b228-7ebae6db5402.txt @@ -0,0 +1 @@ +White puppy wearing a Christmas hat in the snow in winter with a purple sunset in the background \ No newline at end of file diff --git a/texts/55960fac-260a-4000-8329-7a248bb7321c.txt b/texts/55960fac-260a-4000-8329-7a248bb7321c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a16dd33ff3af17d3bbc36c5538c03f7801534cc4 --- /dev/null +++ b/texts/55960fac-260a-4000-8329-7a248bb7321c.txt @@ -0,0 +1 @@ +a happy dog walks alone in a street \ No newline at end of file diff --git a/texts/559f6913-a919-41a8-b2a6-5449ae8db374.txt b/texts/559f6913-a919-41a8-b2a6-5449ae8db374.txt new file mode 100644 index 0000000000000000000000000000000000000000..5999b3e694e95474f734f3f19e7cf070b8f9bad9 --- /dev/null +++ b/texts/559f6913-a919-41a8-b2a6-5449ae8db374.txt @@ -0,0 +1 @@ +Memories in cardboard boxes, warmth, dream core, books, surrealism \ No newline at end of file diff --git a/texts/559f73c4-702d-49e9-9bec-d6b555ee7fe9.txt b/texts/559f73c4-702d-49e9-9bec-d6b555ee7fe9.txt new file mode 100644 index 0000000000000000000000000000000000000000..766b1bb36942b4045026e15bb5a6fc361c48e5b1 --- /dev/null +++ b/texts/559f73c4-702d-49e9-9bec-d6b555ee7fe9.txt @@ -0,0 +1 @@ +Snow White and her stepmother went for a ride together \ No newline at end of file diff --git a/texts/55a58b4a-ad79-4913-8563-dcb70d51a6a1.txt b/texts/55a58b4a-ad79-4913-8563-dcb70d51a6a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3b24ef709b9f35f694c4d94da426153fe282bbf --- /dev/null +++ b/texts/55a58b4a-ad79-4913-8563-dcb70d51a6a1.txt @@ -0,0 +1 @@ +A skeleton drives a forklift \ No newline at end of file diff --git a/texts/55b9d118-ea16-4663-8c5c-24aab773d143.txt b/texts/55b9d118-ea16-4663-8c5c-24aab773d143.txt new file mode 100644 index 0000000000000000000000000000000000000000..80e9e397b755edb02dcd13e3a90f9e20bcc1ce64 --- /dev/null +++ b/texts/55b9d118-ea16-4663-8c5c-24aab773d143.txt @@ -0,0 +1 @@ +Winnie the pooh working infront of the table with a PC, side view \ No newline at end of file diff --git a/texts/55ba2c89-6d48-420d-bc75-aa7f1e25e4df.txt b/texts/55ba2c89-6d48-420d-bc75-aa7f1e25e4df.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb6279b087d832b0fe0caccb43e9459edc7cc88e --- /dev/null +++ b/texts/55ba2c89-6d48-420d-bc75-aa7f1e25e4df.txt @@ -0,0 +1 @@ +Chirstmas in the snow the whole family with dogs \ No newline at end of file diff --git a/texts/55c065da-aa1e-43a3-acc3-5d41f4f4a58c.txt b/texts/55c065da-aa1e-43a3-acc3-5d41f4f4a58c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e08ac18504bb07ed758cb99d61157e85cfb05f24 --- /dev/null +++ b/texts/55c065da-aa1e-43a3-acc3-5d41f4f4a58c.txt @@ -0,0 +1 @@ +cxfw style,jp snow scene film vibe,film camera,Snowy Hokkaido scene,A little super cute white swan with a pink scarf in the snow,there is a small snowman in front of him,there are bright fireworks in the night sky,a fluffy toy swan,a jellycat plush toy,thick snow,snowy,snowy,swan head,fuji film,Hazy Texture,Polaroid,blur,low saturation, \ No newline at end of file diff --git a/texts/55c451e0-b50f-4d24-a259-8fad53e7a3ac.txt b/texts/55c451e0-b50f-4d24-a259-8fad53e7a3ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8a7c2890b443ba45eba34069e4f8df6944d7821 --- /dev/null +++ b/texts/55c451e0-b50f-4d24-a259-8fad53e7a3ac.txt @@ -0,0 +1 @@ +A black cat and an orange cat lie next to each other on a plush stall, a book with "wonhui" on the cover on the wooden floor, a felt board on the wall is pasted with a Polaroid with various flowers, and a string of small star light strips pass over the Polaroid. \ No newline at end of file diff --git a/texts/55cb9c12-b0c9-461d-b9fe-4c91e75b61de.txt b/texts/55cb9c12-b0c9-461d-b9fe-4c91e75b61de.txt new file mode 100644 index 0000000000000000000000000000000000000000..5731839416f20a8012fb8225eb93f677bc1f2955 --- /dev/null +++ b/texts/55cb9c12-b0c9-461d-b9fe-4c91e75b61de.txt @@ -0,0 +1 @@ +Two Border Collies dance through a snowy landscape, their black and white coats mirroring the night sky as they chase stars that seem to fall from the heavens. The dogs leap and bound, their movements creating a soft snow mist that mingles with the twinkling stars, painting a magical scene of winter wonder. \ No newline at end of file diff --git a/texts/55d7a4db-391d-45b1-9120-d94553a7c85e.txt b/texts/55d7a4db-391d-45b1-9120-d94553a7c85e.txt new file mode 100644 index 0000000000000000000000000000000000000000..113c9390c8450de3fb9c49b25e15d68d5366a67d --- /dev/null +++ b/texts/55d7a4db-391d-45b1-9120-d94553a7c85e.txt @@ -0,0 +1 @@ +in the evening, a cream scottish shorthair cat is taking pictures of the Mount Fuji with camera, standing besides Lake. It is winter and is snowing. \ No newline at end of file diff --git a/texts/55dcd890-23f7-4988-b48c-a3e2eac28711.txt b/texts/55dcd890-23f7-4988-b48c-a3e2eac28711.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ebbbcd14228625da1180f31468c28d0a4d9c0e2 --- /dev/null +++ b/texts/55dcd890-23f7-4988-b48c-a3e2eac28711.txt @@ -0,0 +1 @@ +A black Labrador wearing glasses is playing on the computer in a warm bedroom. \ No newline at end of file diff --git a/texts/55ea5ad4-3927-4c0b-a6eb-e318189e65a6.txt b/texts/55ea5ad4-3927-4c0b-a6eb-e318189e65a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..457887e62d57e09d26c17514061cdfe121fb7e74 --- /dev/null +++ b/texts/55ea5ad4-3927-4c0b-a6eb-e318189e65a6.txt @@ -0,0 +1 @@ +A cute black cat playing bass in the snow, white color, Gothic punk vibe, no human in the picture \ No newline at end of file diff --git a/texts/55f325a5-20a4-4ac7-b22d-eae2aca4c159.txt b/texts/55f325a5-20a4-4ac7-b22d-eae2aca4c159.txt new file mode 100644 index 0000000000000000000000000000000000000000..59a7d4534ff91dbb7a285052d390b60305ff4a86 --- /dev/null +++ b/texts/55f325a5-20a4-4ac7-b22d-eae2aca4c159.txt @@ -0,0 +1 @@ +Two cute little West Highland dogs jumping up and dancing hand in hand on the grass, one wearing a pink scarf, one wearing a blue backpack, with snowy woods and lots of coloured ribbons in the background, vintage real scene! \ No newline at end of file diff --git a/texts/55f829b7-3df1-434a-85ff-fdb14923884d.txt b/texts/55f829b7-3df1-434a-85ff-fdb14923884d.txt new file mode 100644 index 0000000000000000000000000000000000000000..80564ef29ec92ce435727c35627cfd97e370bd93 --- /dev/null +++ b/texts/55f829b7-3df1-434a-85ff-fdb14923884d.txt @@ -0,0 +1 @@ +Minnie took to the sky in a hot air balloon; There were fireworks in the sky \ No newline at end of file diff --git a/texts/55fcc852-4943-4596-a9f6-3869ce9ba7ae.txt b/texts/55fcc852-4943-4596-a9f6-3869ce9ba7ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..84ae688f32452b87af410e346d67964d93065862 --- /dev/null +++ b/texts/55fcc852-4943-4596-a9f6-3869ce9ba7ae.txt @@ -0,0 +1 @@ +A vibrant overhead shot of an Italian-American feast on a rustic tabletop. Include a large pepperoni pizza, a loaded white pizza with toppings like bacon and cheese, a plate of chicken parmesan served with penne pasta, a bowl of meatballs in marinara sauce topped with fresh basil, and crispy mozzarella sticks with dipping sauce. Ensure a warm, inviting atmosphere with detailed textures of the food and table setting. \ No newline at end of file diff --git a/texts/55ffd215-d816-495c-bc45-afa73514da29.txt b/texts/55ffd215-d816-495c-bc45-afa73514da29.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fa570b4493f06c1103ddddfb18c48c2d3922ac4 --- /dev/null +++ b/texts/55ffd215-d816-495c-bc45-afa73514da29.txt @@ -0,0 +1 @@ +A lovely West Highland plays in the white snow with a Christmas tree in the background \ No newline at end of file diff --git a/texts/560e0d89-e7dd-4a7c-b099-d3f2f2250d06.txt b/texts/560e0d89-e7dd-4a7c-b099-d3f2f2250d06.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a889ecfd580643522f68856391d0a0efa371275 --- /dev/null +++ b/texts/560e0d89-e7dd-4a7c-b099-d3f2f2250d06.txt @@ -0,0 +1 @@ +A playful koala dressed in chic attire, joyfully snapping photos with its camera. \ No newline at end of file diff --git a/texts/5613e771-f799-4bd0-8ec9-6c6aee588505.txt b/texts/5613e771-f799-4bd0-8ec9-6c6aee588505.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d8a9acde3c6fe340d9b42ffea8035f82f021415 --- /dev/null +++ b/texts/5613e771-f799-4bd0-8ec9-6c6aee588505.txt @@ -0,0 +1 @@ +A Rilakkuma wearing sunglasses is soaking in a hot spring in the snow, holding a glass of red wine. \ No newline at end of file diff --git a/texts/561b1ec1-0a78-4dbe-99b1-de7852463135.txt b/texts/561b1ec1-0a78-4dbe-99b1-de7852463135.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8019084c719690702462dc1b300cbbc34707131 --- /dev/null +++ b/texts/561b1ec1-0a78-4dbe-99b1-de7852463135.txt @@ -0,0 +1 @@ +otter polaroid \ No newline at end of file diff --git a/texts/5622233b-61ea-41a7-a758-6d7ecd84d1b6.txt b/texts/5622233b-61ea-41a7-a758-6d7ecd84d1b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..33dafb80ec8d75f90700f0edd72a39195301577d --- /dev/null +++ b/texts/5622233b-61ea-41a7-a758-6d7ecd84d1b6.txt @@ -0,0 +1 @@ +a small cute fuzzy teddy bear in a very very big bathroom, standing on a toilet lid, holding a bubble blower, blowing colourful bubbles \ No newline at end of file diff --git a/texts/56259c5c-cfd6-4c88-9440-6b08df65e08a.txt b/texts/56259c5c-cfd6-4c88-9440-6b08df65e08a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ead220949110e0aff41064c9261056803476b35 --- /dev/null +++ b/texts/56259c5c-cfd6-4c88-9440-6b08df65e08a.txt @@ -0,0 +1 @@ +A snowy day envelopes the landscape in a hushed white stillness, while a raging fire consumes the golden brilliance of the iconic Kinkaku-ji temple. \ No newline at end of file diff --git a/texts/5625fc87-8c15-4172-8c64-1c41e89358f2.txt b/texts/5625fc87-8c15-4172-8c64-1c41e89358f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..40071af5ae66623c1ea1a158295aa1a7690547e5 --- /dev/null +++ b/texts/5625fc87-8c15-4172-8c64-1c41e89358f2.txt @@ -0,0 +1 @@ +a jasmine flower blooming in front of a black Maine coon cat with yellow green eyes and a big fluffy tail, in a field of snow, sky is dark with green and pink aurora borealis, background is a pine forest \ No newline at end of file diff --git a/texts/562d1be7-b01a-47aa-8000-f09c21fa9f5f.txt b/texts/562d1be7-b01a-47aa-8000-f09c21fa9f5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d05ff504b6e987c49767706a6aa365b844329e2a --- /dev/null +++ b/texts/562d1be7-b01a-47aa-8000-f09c21fa9f5f.txt @@ -0,0 +1 @@ +Thousands of horses rushed towards the camera, with a person facing away from the camera in the center. The background was dark, with grass on the floor, and night fell \ No newline at end of file diff --git a/texts/56318003-b367-424d-9497-99da28c4dad3.txt b/texts/56318003-b367-424d-9497-99da28c4dad3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ba6aa75c7cb45ab884cb824d4b1123b25aafaf9 --- /dev/null +++ b/texts/56318003-b367-424d-9497-99da28c4dad3.txt @@ -0,0 +1 @@ +two plush bears hug each other in snow, under fireworks, there is no other thing \ No newline at end of file diff --git a/texts/5633b105-5333-4325-93e7-ab9887ec837a.txt b/texts/5633b105-5333-4325-93e7-ab9887ec837a.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc2b4cd62e3347630b8413d32a115ede4bc75d3e --- /dev/null +++ b/texts/5633b105-5333-4325-93e7-ab9887ec837a.txt @@ -0,0 +1 @@ +Burning Kinkakuji \ No newline at end of file diff --git a/texts/563878c0-6b38-43c3-9aca-dc783b3531f0.txt b/texts/563878c0-6b38-43c3-9aca-dc783b3531f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7670cd3a1346de82b66906f77fb4e3052859d6ad --- /dev/null +++ b/texts/563878c0-6b38-43c3-9aca-dc783b3531f0.txt @@ -0,0 +1 @@ +A kitten picked up the rose in the snow, and in the distance a metallic rose withered in the snow, and the dark blue-gray sky shone with a little light, and the rose petals were dripping with molten metal \ No newline at end of file diff --git a/texts/563fe091-b4a3-4910-8903-8f37f327c8a0.txt b/texts/563fe091-b4a3-4910-8903-8f37f327c8a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac4f60fd33fa07fc6d6f6a93e4de467af4fdc5d4 --- /dev/null +++ b/texts/563fe091-b4a3-4910-8903-8f37f327c8a0.txt @@ -0,0 +1 @@ +Dark Night, Snow, aurora, sparkles, cake, christmas, reindeers \ No newline at end of file diff --git a/texts/56417e6f-c8a4-4d0e-be94-98c964518144.txt b/texts/56417e6f-c8a4-4d0e-be94-98c964518144.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aa1de4e1f1a92083b2466872133a905f953b24b --- /dev/null +++ b/texts/56417e6f-c8a4-4d0e-be94-98c964518144.txt @@ -0,0 +1 @@ +Aurora, Milky Way, starry sky \ No newline at end of file diff --git a/texts/56424cc4-0bc3-4f60-bc02-2645c5ecc707.txt b/texts/56424cc4-0bc3-4f60-bc02-2645c5ecc707.txt new file mode 100644 index 0000000000000000000000000000000000000000..e735d9e3749fb11f78324ac6a689f9342d8ed030 --- /dev/null +++ b/texts/56424cc4-0bc3-4f60-bc02-2645c5ecc707.txt @@ -0,0 +1 @@ +Two white Pomeranians in the snow, with some beautiful butterflies around them, and fireworks over the forest in the distance \ No newline at end of file diff --git a/texts/56453623-410a-4594-b62a-55bfa99f0b12.txt b/texts/56453623-410a-4594-b62a-55bfa99f0b12.txt new file mode 100644 index 0000000000000000000000000000000000000000..50be07eebf391cdae52dffb4e6d0184ded2a251e --- /dev/null +++ b/texts/56453623-410a-4594-b62a-55bfa99f0b12.txt @@ -0,0 +1 @@ +A double layered strawberry cake with candles in the shape of "22" and the words "QOSHTOO" written on it The cake is placed on the snow with a forest background \ No newline at end of file diff --git a/texts/564ff808-f579-4e0a-893e-f791fff7fd9a.txt b/texts/564ff808-f579-4e0a-893e-f791fff7fd9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb90ec926ac1989f7eaef7f02d6493d51e42b903 --- /dev/null +++ b/texts/564ff808-f579-4e0a-893e-f791fff7fd9a.txt @@ -0,0 +1 @@ +Hello kitty, with red balloons, with fireworks \ No newline at end of file diff --git a/texts/5653dfbb-871a-440f-995d-378552b7bc51.txt b/texts/5653dfbb-871a-440f-995d-378552b7bc51.txt new file mode 100644 index 0000000000000000000000000000000000000000..508baad95e124534257737e32b2d2f529700ccd2 --- /dev/null +++ b/texts/5653dfbb-871a-440f-995d-378552b7bc51.txt @@ -0,0 +1 @@ +A dramatic, ethereal visual of Kanye West standing alone on the edge of a misty river at dawn, blending a sense of solitude and spirituality. The scene captures a haunting yet serene moment, with Kanye dressed in an all-white outfit, symbolizing purity and redemption, as he gazes across the water. The atmosphere is dreamlike, with soft, golden sunlight breaking through the mist. Subtle angelic imagery appears in the sky, as if divine forces are watching over him. The aesthetic is modern and poetic, with muted tones and a balance of realism and abstraction. \ No newline at end of file diff --git a/texts/56574b67-6daf-4838-90ad-741d163427ce.txt b/texts/56574b67-6daf-4838-90ad-741d163427ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..63065a9a107d20e05cba12a1f1ebd3a923478624 --- /dev/null +++ b/texts/56574b67-6daf-4838-90ad-741d163427ce.txt @@ -0,0 +1 @@ +golden red fishes fly in the air, watching the sky and moon, many stars shining \ No newline at end of file diff --git a/texts/565e5b0d-477a-4dd3-95be-7763f3c18a84.txt b/texts/565e5b0d-477a-4dd3-95be-7763f3c18a84.txt new file mode 100644 index 0000000000000000000000000000000000000000..19fcdce4a61f845cd7b0daf6d7900e359a479df7 --- /dev/null +++ b/texts/565e5b0d-477a-4dd3-95be-7763f3c18a84.txt @@ -0,0 +1 @@ +Say the spell and the house will spin. \ No newline at end of file diff --git a/texts/5677fb5d-e22e-4b2b-b824-9c27685e9338.txt b/texts/5677fb5d-e22e-4b2b-b824-9c27685e9338.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad86bd0e2250e00b1fcac3194dc7360367a48d58 --- /dev/null +++ b/texts/5677fb5d-e22e-4b2b-b824-9c27685e9338.txt @@ -0,0 +1 @@ +Yurt, whales and various sea fish appeared in the sky of Mongolian grassland \ No newline at end of file diff --git a/texts/5684fc13-f3a1-4fc0-ac99-48e082a28643.txt b/texts/5684fc13-f3a1-4fc0-ac99-48e082a28643.txt new file mode 100644 index 0000000000000000000000000000000000000000..79a0f4b68fb150c634da81a844ecd9a3816fe23b --- /dev/null +++ b/texts/5684fc13-f3a1-4fc0-ac99-48e082a28643.txt @@ -0,0 +1 @@ +Hello Kitty is writing the letters HL in the snow under the pink sky \ No newline at end of file diff --git a/texts/56895f25-e907-4835-9ae0-4ffa2a9dfe4f.txt b/texts/56895f25-e907-4835-9ae0-4ffa2a9dfe4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8295ca973b9d9fc16518d40a0b25eb2546f3df94 --- /dev/null +++ b/texts/56895f25-e907-4835-9ae0-4ffa2a9dfe4f.txt @@ -0,0 +1 @@ +Buceros rhinoceros play the Kendama \ No newline at end of file diff --git a/texts/568afde3-47d0-430e-bd9d-3305b5061275.txt b/texts/568afde3-47d0-430e-bd9d-3305b5061275.txt new file mode 100644 index 0000000000000000000000000000000000000000..aece0b137c33c4973ebe6cc422647bf18b5f5c18 --- /dev/null +++ b/texts/568afde3-47d0-430e-bd9d-3305b5061275.txt @@ -0,0 +1 @@ +Hello Kitty sits on the snow with the English words "soobin" written on the snow. Next to it is the sea, the dim yellow sunset, and colorful fireworks in the sky. \ No newline at end of file diff --git a/texts/569542d8-eb98-4a5e-a030-09370ff45e66.txt b/texts/569542d8-eb98-4a5e-a030-09370ff45e66.txt new file mode 100644 index 0000000000000000000000000000000000000000..a322fd32582516528b1dafc6bf9ae09866594d05 --- /dev/null +++ b/texts/569542d8-eb98-4a5e-a030-09370ff45e66.txt @@ -0,0 +1 @@ +Many high-rise buildings fell from the towering cliff, with orange sunshine in the sky, a car and 2 angels floating in the air. \ No newline at end of file diff --git a/texts/56bdbfe1-acff-4c5a-93f7-06d671e5cf15.txt b/texts/56bdbfe1-acff-4c5a-93f7-06d671e5cf15.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8ee1beb982635f462f8420a2707b9268c368f77 --- /dev/null +++ b/texts/56bdbfe1-acff-4c5a-93f7-06d671e5cf15.txt @@ -0,0 +1 @@ +Panda in an organized home studio with iMac infront \ No newline at end of file diff --git a/texts/56c45172-5383-4691-b5a3-9c16a4bb5adf.txt b/texts/56c45172-5383-4691-b5a3-9c16a4bb5adf.txt new file mode 100644 index 0000000000000000000000000000000000000000..352292de2852ded03b38a0a1fa3817f4b6c58093 --- /dev/null +++ b/texts/56c45172-5383-4691-b5a3-9c16a4bb5adf.txt @@ -0,0 +1 @@ +The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word "MYJ&ZSY" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks. \ No newline at end of file diff --git a/texts/56d02a7b-9992-44f2-bc62-453e8048a1d8.txt b/texts/56d02a7b-9992-44f2-bc62-453e8048a1d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..27987e60ecffb2e1a696b43cd8f2babb823407aa --- /dev/null +++ b/texts/56d02a7b-9992-44f2-bc62-453e8048a1d8.txt @@ -0,0 +1 @@ +Monkey and lamb drive to the grassland \ No newline at end of file diff --git a/texts/56d451a6-b032-45d0-be11-c6a7c075c693.txt b/texts/56d451a6-b032-45d0-be11-c6a7c075c693.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd1527dc22b864cd8697630785ae3f24f8bd1a0 --- /dev/null +++ b/texts/56d451a6-b032-45d0-be11-c6a7c075c693.txt @@ -0,0 +1 @@ +A dog in beige coat and red beret, maple leaves, red retro car, a guitar \ No newline at end of file diff --git a/texts/56d89ee8-740f-4238-9fe4-fe03f1765c17.txt b/texts/56d89ee8-740f-4238-9fe4-fe03f1765c17.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e4bdf53fc521a946986b22a4d694841a0ced5a8 --- /dev/null +++ b/texts/56d89ee8-740f-4238-9fe4-fe03f1765c17.txt @@ -0,0 +1 @@ +a cavapoo and a cat are on the beach with cakes and flowers. In the distance is the sea with fireworks. \ No newline at end of file diff --git a/texts/56dd1bc6-7c59-41ea-a03a-a7e04b17a178.txt b/texts/56dd1bc6-7c59-41ea-a03a-a7e04b17a178.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ad98e05c3f537800b5e21fc5a0556b4f962779 --- /dev/null +++ b/texts/56dd1bc6-7c59-41ea-a03a-a7e04b17a178.txt @@ -0,0 +1 @@ +black little dog (short legs,long tail, gray beard) with a whi scarf, snow, winter, Christmas tree, fireworks \ No newline at end of file diff --git a/texts/56f032a1-7f3b-45ec-993f-d9bacd1c4f81.txt b/texts/56f032a1-7f3b-45ec-993f-d9bacd1c4f81.txt new file mode 100644 index 0000000000000000000000000000000000000000..becce130378caab58b5ba3499b2dece8588a045b --- /dev/null +++ b/texts/56f032a1-7f3b-45ec-993f-d9bacd1c4f81.txt @@ -0,0 +1 @@ +A white blue eyed kitten with a pink butterfly happily makes a wish on a cake, with Mount Fuji in the background and snow on the ground, with the words' are u ok 'written on it. \ No newline at end of file diff --git a/texts/56f07b58-7789-440e-a9d3-5620790c9597.txt b/texts/56f07b58-7789-440e-a9d3-5620790c9597.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3e2b57a26236f749fad742f27dd12a5e62b3437 --- /dev/null +++ b/texts/56f07b58-7789-440e-a9d3-5620790c9597.txt @@ -0,0 +1 @@ +Border Herding Star Goldfish Blues Moment \ No newline at end of file diff --git a/texts/56f1bd20-05bb-4045-a893-f270b22b938c.txt b/texts/56f1bd20-05bb-4045-a893-f270b22b938c.txt new file mode 100644 index 0000000000000000000000000000000000000000..60e57c76b52fd42634a4286c402da7d5c3f1ece0 --- /dev/null +++ b/texts/56f1bd20-05bb-4045-a893-f270b22b938c.txt @@ -0,0 +1 @@ +At the concert, a West Highland carrying an electric guitar was very happy to sing on the stage holding a microphone, next to a drum set, a group of white dogs under the stage audience, fireworks in the sky \ No newline at end of file diff --git a/texts/56fde20a-ee46-44e2-8cfb-d9e5001f7aff.txt b/texts/56fde20a-ee46-44e2-8cfb-d9e5001f7aff.txt new file mode 100644 index 0000000000000000000000000000000000000000..14b656f29f49878ded6e23f4c472ddd5beea5bb6 --- /dev/null +++ b/texts/56fde20a-ee46-44e2-8cfb-d9e5001f7aff.txt @@ -0,0 +1 @@ +forest snow midnight swan sleeping in the lake \ No newline at end of file diff --git a/texts/56fdf8ea-d758-48ed-a015-0dafe0f8d3c8.txt b/texts/56fdf8ea-d758-48ed-a015-0dafe0f8d3c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ffb963192fd9619850896b869b3209c917cf960 --- /dev/null +++ b/texts/56fdf8ea-d758-48ed-a015-0dafe0f8d3c8.txt @@ -0,0 +1 @@ +Pikachu is drinking a glass of red wine on an inflatable sofa in the snow \ No newline at end of file diff --git a/texts/57137e6c-1f81-4b47-9a43-681035f122f5.txt b/texts/57137e6c-1f81-4b47-9a43-681035f122f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc91a2926443b62053c7fd247e2f98bf0473dbeb --- /dev/null +++ b/texts/57137e6c-1f81-4b47-9a43-681035f122f5.txt @@ -0,0 +1 @@ +A white Ragdoll cat wearing sunglasses and a pearl necklace is driving a vintage convertible by the seaside. \ No newline at end of file diff --git a/texts/571cbeb9-5544-4e6b-8801-d8abe077f2e3.txt b/texts/571cbeb9-5544-4e6b-8801-d8abe077f2e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..fba4cf71d5477b4b563dff2bfdc2c89a6857c9dc --- /dev/null +++ b/texts/571cbeb9-5544-4e6b-8801-d8abe077f2e3.txt @@ -0,0 +1 @@ +Hello Kitty sits in the snow, holding an apple in her hand, with the sea beside her and fireworks in the sky \ No newline at end of file diff --git a/texts/57241075-c5e7-4f72-9dda-195c625715bf.txt b/texts/57241075-c5e7-4f72-9dda-195c625715bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..a735631ddec73b3da47fef6e6ed18bf904d5b0b2 --- /dev/null +++ b/texts/57241075-c5e7-4f72-9dda-195c625715bf.txt @@ -0,0 +1 @@ +It's snowing on Christmas Day, and there's a beautiful Christmas tree in the snow outside, and a biack cat in a red beanie is running in the snow. The letter "Y" is painted on the snow, and only a black cat wearing a red beanie is in the middle of the picture \ No newline at end of file diff --git a/texts/572fbb10-e753-4227-8e87-96b19dd3a091.txt b/texts/572fbb10-e753-4227-8e87-96b19dd3a091.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4bceb6212429c88c72ac41f7c90b699968121af --- /dev/null +++ b/texts/572fbb10-e753-4227-8e87-96b19dd3a091.txt @@ -0,0 +1 @@ +On an endless snowy night, the black cat gazed at the burning Golden Pavilion Temple, accompanied by moonlight \ No newline at end of file diff --git a/texts/573369bc-9693-493a-87c4-1c6e6938b9ab.txt b/texts/573369bc-9693-493a-87c4-1c6e6938b9ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..d442cac17433d73ad1310a06f415aacda244bf4e --- /dev/null +++ b/texts/573369bc-9693-493a-87c4-1c6e6938b9ab.txt @@ -0,0 +1 @@ +A big pink Hello Kitty doll is running and smoking, and it is holding a huge red box with the words "miniso blind box" written on it. \ No newline at end of file diff --git a/texts/573b13e9-c339-4b6f-9980-3ab54d1ad66b.txt b/texts/573b13e9-c339-4b6f-9980-3ab54d1ad66b.txt new file mode 100644 index 0000000000000000000000000000000000000000..25d0709b2607595ebb2a8e560badbe3b37c2e76e --- /dev/null +++ b/texts/573b13e9-c339-4b6f-9980-3ab54d1ad66b.txt @@ -0,0 +1 @@ +The Kuromi doll sits on the snow. There are two words "Xiao Jing" on the snow.The background is the snowy seaside. \ No newline at end of file diff --git a/texts/573b9b88-ad9a-4cf4-b2f4-d9010cd22699.txt b/texts/573b9b88-ad9a-4cf4-b2f4-d9010cd22699.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e1d08d3060d52a13b1d34eb738742584019b06d --- /dev/null +++ b/texts/573b9b88-ad9a-4cf4-b2f4-d9010cd22699.txt @@ -0,0 +1 @@ +mini \ No newline at end of file diff --git a/texts/573bc334-0eb8-4e3a-996a-a70170d2f244.txt b/texts/573bc334-0eb8-4e3a-996a-a70170d2f244.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac4f78c106a7aed998fb20ceadd8d12bec16026 --- /dev/null +++ b/texts/573bc334-0eb8-4e3a-996a-a70170d2f244.txt @@ -0,0 +1 @@ +At night, Koala and West Highland play electric power in the room together. \ No newline at end of file diff --git a/texts/5744796f-2d2f-4ceb-832a-2931da02cf31.txt b/texts/5744796f-2d2f-4ceb-832a-2931da02cf31.txt new file mode 100644 index 0000000000000000000000000000000000000000..cba842fe19539408b4c0bfb8527876af07388621 --- /dev/null +++ b/texts/5744796f-2d2f-4ceb-832a-2931da02cf31.txt @@ -0,0 +1 @@ +A small rabbit, with a background of Mount Fuji, the starry sky, and a cozy atmosphere. \ No newline at end of file diff --git a/texts/5753cd2c-7a4c-40f0-a73d-53e2ac9e1014.txt b/texts/5753cd2c-7a4c-40f0-a73d-53e2ac9e1014.txt new file mode 100644 index 0000000000000000000000000000000000000000..d12ee89639aa52a018f74ae7d72542fa21ba149e --- /dev/null +++ b/texts/5753cd2c-7a4c-40f0-a73d-53e2ac9e1014.txt @@ -0,0 +1 @@ +A Hamster wears a black hoodie, standing on skateboard. \ No newline at end of file diff --git a/texts/575fa769-c67f-41f5-b7b2-692392d49b32.txt b/texts/575fa769-c67f-41f5-b7b2-692392d49b32.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae37169e52ad08058d021a61efe68e028c531e2b --- /dev/null +++ b/texts/575fa769-c67f-41f5-b7b2-692392d49b32.txt @@ -0,0 +1 @@ +Birthday mouse eating a piece of cake \ No newline at end of file diff --git a/texts/576116e5-7e87-4b43-9011-fa68a31e8f66.txt b/texts/576116e5-7e87-4b43-9011-fa68a31e8f66.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b036f830fb34bac6e2782487667279ca50a5b89 --- /dev/null +++ b/texts/576116e5-7e87-4b43-9011-fa68a31e8f66.txt @@ -0,0 +1 @@ +a cat pose in front of the Peace Gate in Milan.The cat is wearing sunglasses. \ No newline at end of file diff --git a/texts/576eec96-eb85-4a9e-a7bb-2429253ffa24.txt b/texts/576eec96-eb85-4a9e-a7bb-2429253ffa24.txt new file mode 100644 index 0000000000000000000000000000000000000000..94589675ec1f86db9f7792599e61453a2928977e --- /dev/null +++ b/texts/576eec96-eb85-4a9e-a7bb-2429253ffa24.txt @@ -0,0 +1 @@ +A child is riding on the back of a cat. \ No newline at end of file diff --git a/texts/57748cea-b878-4cc6-bab6-b42094ffdaa5.txt b/texts/57748cea-b878-4cc6-bab6-b42094ffdaa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca9ae92161c264a80670ff438f1a7e567823da55 --- /dev/null +++ b/texts/57748cea-b878-4cc6-bab6-b42094ffdaa5.txt @@ -0,0 +1 @@ +A highly detailed demon-like creature with sharp horns, glowing red eyes, and dark, scaly skin. Its face is grotesque and menacing, with jagged teeth and piercings. The setting is a dimly lit cave with eerie lighting that enhances the creature's intimidating features. \ No newline at end of file diff --git a/texts/57793d68-e5a5-4140-9150-ed9fa095f089.txt b/texts/57793d68-e5a5-4140-9150-ed9fa095f089.txt new file mode 100644 index 0000000000000000000000000000000000000000..e473183afd36beca64eed58c9aa71c0e82ddd210 --- /dev/null +++ b/texts/57793d68-e5a5-4140-9150-ed9fa095f089.txt @@ -0,0 +1 @@ +A young man walking through a busy city. \ No newline at end of file diff --git a/texts/577fd888-6016-4ccb-aea4-a61aca78607b.txt b/texts/577fd888-6016-4ccb-aea4-a61aca78607b.txt new file mode 100644 index 0000000000000000000000000000000000000000..566626ab27f1c01d402065957130cc5fc5e14b9a --- /dev/null +++ b/texts/577fd888-6016-4ccb-aea4-a61aca78607b.txt @@ -0,0 +1 @@ +The cheetah is running \ No newline at end of file diff --git a/texts/5782cd63-1267-4b78-bc5a-074653725170.txt b/texts/5782cd63-1267-4b78-bc5a-074653725170.txt new file mode 100644 index 0000000000000000000000000000000000000000..47078ba7ac4def0349583eb0a7655085dc90db1c --- /dev/null +++ b/texts/5782cd63-1267-4b78-bc5a-074653725170.txt @@ -0,0 +1 @@ +Huge Lucky cat in the forest ,lucky cat is made by plastics \ No newline at end of file diff --git a/texts/57958007-96bd-4bac-9980-40a2249276ac.txt b/texts/57958007-96bd-4bac-9980-40a2249276ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..92df8ecf510e103e652f67e25787b3715a40a136 --- /dev/null +++ b/texts/57958007-96bd-4bac-9980-40a2249276ac.txt @@ -0,0 +1 @@ +The golden puppy runs in the rose garden under the volcano, with snow falling in the air \ No newline at end of file diff --git a/texts/57a0cedc-7fff-4b35-84af-577cd7ac66b1.txt b/texts/57a0cedc-7fff-4b35-84af-577cd7ac66b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..405ba5ca2dbd08a7433d53bfc7d0d91a1ef8207c --- /dev/null +++ b/texts/57a0cedc-7fff-4b35-84af-577cd7ac66b1.txt @@ -0,0 +1 @@ +A Golden Retriever puppy is cooking in the forest. \ No newline at end of file diff --git a/texts/57aa871e-79b4-4375-95be-0474341b7a26.txt b/texts/57aa871e-79b4-4375-95be-0474341b7a26.txt new file mode 100644 index 0000000000000000000000000000000000000000..b145a091e629fed46fd5dc29439948ae7aac6c6e --- /dev/null +++ b/texts/57aa871e-79b4-4375-95be-0474341b7a26.txt @@ -0,0 +1 @@ +A West Highland guy in sunglasses driving a daddy car \ No newline at end of file diff --git a/texts/57af4a25-4422-416a-ae28-6db375336b8e.txt b/texts/57af4a25-4422-416a-ae28-6db375336b8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2496a39f2b169bd11e106409c1dfaac585a800a6 --- /dev/null +++ b/texts/57af4a25-4422-416a-ae28-6db375336b8e.txt @@ -0,0 +1 @@ +Daytime atmosphere, a cute little bear sitting on a furry sofa at home, with a white carpet on the floor, looking at the outdoors, warm atmosphere, snowflakes floating outside the window, Christmas atmosphere, Christmas tree and colored lights at home, photo frames on the wall, warm ambient light, fresh, warm colors, fireplace, hot tea, cake, Christmas decorations \ No newline at end of file diff --git a/texts/57b3c849-1314-4b34-8eb2-ef71268cc3b0.txt b/texts/57b3c849-1314-4b34-8eb2-ef71268cc3b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0868ce03e2f3867cf329518a6b0dc6dfcad809c0 --- /dev/null +++ b/texts/57b3c849-1314-4b34-8eb2-ef71268cc3b0.txt @@ -0,0 +1 @@ +A sheep wearing a Santa hat watches TV in the snow surrounded by Christmas decorations \ No newline at end of file diff --git a/texts/57b61552-cca3-4bcb-bab5-2b30528f0e50.txt b/texts/57b61552-cca3-4bcb-bab5-2b30528f0e50.txt new file mode 100644 index 0000000000000000000000000000000000000000..c83300f24ffe9d67986139d70bf0eef81ed414c6 --- /dev/null +++ b/texts/57b61552-cca3-4bcb-bab5-2b30528f0e50.txt @@ -0,0 +1 @@ +Red sea, black beach, purple sky \ No newline at end of file diff --git a/texts/57b89e30-41d7-43c3-84ac-893b1c2c4bbc.txt b/texts/57b89e30-41d7-43c3-84ac-893b1c2c4bbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6faf56fb7f99a0effb6f88e2bab80d8d370917c7 --- /dev/null +++ b/texts/57b89e30-41d7-43c3-84ac-893b1c2c4bbc.txt @@ -0,0 +1 @@ +a Hello Kitty, at the seaside during the dusk, beside a christmas tree, holding a gun and a glass of red wine. In the distance, fireworks are blossoming, and on the ground, there are two little dogs(one is white and the other is black) Snowflakes are drifting in the air above. \ No newline at end of file diff --git a/texts/57c0d84f-3552-4d61-9e5b-4a01a4e5f34f.txt b/texts/57c0d84f-3552-4d61-9e5b-4a01a4e5f34f.txt new file mode 100644 index 0000000000000000000000000000000000000000..49893b8a804658275d408a4c353fd719396e8b45 --- /dev/null +++ b/texts/57c0d84f-3552-4d61-9e5b-4a01a4e5f34f.txt @@ -0,0 +1 @@ +Cute cat ,hello kitty doll,under the christmas tree,merry Christmas \ No newline at end of file diff --git a/texts/57c425b7-6032-455a-b468-adcc2f9c0807.txt b/texts/57c425b7-6032-455a-b468-adcc2f9c0807.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e94d1ad31261b6fff95d52ac83f411dc4b236a2 --- /dev/null +++ b/texts/57c425b7-6032-455a-b468-adcc2f9c0807.txt @@ -0,0 +1 @@ +A Hello Kitty doll wearing a black suit and a black bow tie is elegantly drinking coffee in front of an erupting volcano. \ No newline at end of file diff --git a/texts/57c6a59b-14d5-42a5-876e-f9a667806583.txt b/texts/57c6a59b-14d5-42a5-876e-f9a667806583.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc8249aefd6986909b5bd6149a295f272fb7aed6 --- /dev/null +++ b/texts/57c6a59b-14d5-42a5-876e-f9a667806583.txt @@ -0,0 +1 @@ +The Dali snake is in the egg \ No newline at end of file diff --git a/texts/57c73cd2-f446-40fb-98e1-4aedfad22b54.txt b/texts/57c73cd2-f446-40fb-98e1-4aedfad22b54.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1dedf4aff2c515b75ebe9ba0b0d6ed616077c4a --- /dev/null +++ b/texts/57c73cd2-f446-40fb-98e1-4aedfad22b54.txt @@ -0,0 +1 @@ +A pig is running in the snow \ No newline at end of file diff --git a/texts/57cb5738-0137-4b79-9dac-9c777c625ea3.txt b/texts/57cb5738-0137-4b79-9dac-9c777c625ea3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b567257b0fa55139bbd13ffac9d91a669ae465e6 --- /dev/null +++ b/texts/57cb5738-0137-4b79-9dac-9c777c625ea3.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snowside with the three letters MYZ written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful. \ No newline at end of file diff --git a/texts/57dce023-37b6-4b31-8065-4cffd9b14b9a.txt b/texts/57dce023-37b6-4b31-8065-4cffd9b14b9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee366af85c5f1dbdb3b30c77937ac4f0bcfa2f54 --- /dev/null +++ b/texts/57dce023-37b6-4b31-8065-4cffd9b14b9a.txt @@ -0,0 +1 @@ +Fireworks turn into stars \ No newline at end of file diff --git a/texts/57e1e456-fa01-4012-aa59-3961fd9794b7.txt b/texts/57e1e456-fa01-4012-aa59-3961fd9794b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2709bfd148bba34411f52aa8a7ae075a6e94768e --- /dev/null +++ b/texts/57e1e456-fa01-4012-aa59-3961fd9794b7.txt @@ -0,0 +1 @@ +On the day of Light Snow, the sky was pure white. There was a little dog with transparent wings on the snow-covered ground in the West Highland, and the three letters "ZYD" were written on the snow. \ No newline at end of file diff --git a/texts/57e9aa74-994f-4b69-bfb5-03a317ad8a81.txt b/texts/57e9aa74-994f-4b69-bfb5-03a317ad8a81.txt new file mode 100644 index 0000000000000000000000000000000000000000..3da054cd1e14261e1ee003a817e7b710787c081c --- /dev/null +++ b/texts/57e9aa74-994f-4b69-bfb5-03a317ad8a81.txt @@ -0,0 +1 @@ +a brown-and-white Beagle wearing a bunny ear headband eating cake with cream over his mouse besides christmas setting \ No newline at end of file diff --git a/texts/57ebe2bc-eb4d-47cf-a7a0-330a46ced576.txt b/texts/57ebe2bc-eb4d-47cf-a7a0-330a46ced576.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ec4947b6be2ebdb2a7a316713de38389892886a --- /dev/null +++ b/texts/57ebe2bc-eb4d-47cf-a7a0-330a46ced576.txt @@ -0,0 +1 @@ +On a snowy night, Hello Kitty was dressed fashionably and standing in front of the house when it caught fire \ No newline at end of file diff --git a/texts/57f290c1-fcc5-4ba8-90a4-55e61c074e7e.txt b/texts/57f290c1-fcc5-4ba8-90a4-55e61c074e7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3f0b916c8b31fbcb074346a7c344a270b269dd6 --- /dev/null +++ b/texts/57f290c1-fcc5-4ba8-90a4-55e61c074e7e.txt @@ -0,0 +1 @@ +A silver-haired Asian man in a coat is shaking his wine glass on the balcony, and there is a beautiful sunset outside the window. \ No newline at end of file diff --git a/texts/5803fdb4-cd75-4427-a473-eced08919b31.txt b/texts/5803fdb4-cd75-4427-a473-eced08919b31.txt new file mode 100644 index 0000000000000000000000000000000000000000..723e9a35c4fae8572ab359ed8ed5b1890b403fa0 --- /dev/null +++ b/texts/5803fdb4-cd75-4427-a473-eced08919b31.txt @@ -0,0 +1 @@ +Hello Kitty stepped on the sewing machine to make clothes in the pink studio. The sewing machine is so busy that it is smoking. \ No newline at end of file diff --git a/texts/5804abd9-5e7b-4f9a-9a79-186bff120df2.txt b/texts/5804abd9-5e7b-4f9a-9a79-186bff120df2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b6e6dff75dd94ef1ea490b4d09ba73e7b84b104 --- /dev/null +++ b/texts/5804abd9-5e7b-4f9a-9a79-186bff120df2.txt @@ -0,0 +1 @@ +graphic designer \ No newline at end of file diff --git a/texts/580ad9b2-8069-4eb8-9b34-f5a80690151c.txt b/texts/580ad9b2-8069-4eb8-9b34-f5a80690151c.txt new file mode 100644 index 0000000000000000000000000000000000000000..83e9a9ec8063e52e7f9635e91dbe0a6dfb87fd00 --- /dev/null +++ b/texts/580ad9b2-8069-4eb8-9b34-f5a80690151c.txt @@ -0,0 +1 @@ + Christmas postcard \ No newline at end of file diff --git a/texts/58122815-6224-4125-9712-756e65faa65f.txt b/texts/58122815-6224-4125-9712-756e65faa65f.txt new file mode 100644 index 0000000000000000000000000000000000000000..02c838a9f27614693a67593137ad162e6c315bf0 --- /dev/null +++ b/texts/58122815-6224-4125-9712-756e65faa65f.txt @@ -0,0 +1 @@ +a pineapple in front of the computer in an office \ No newline at end of file diff --git a/texts/581f3862-a7e2-4c6d-8165-fe059fee570e.txt b/texts/581f3862-a7e2-4c6d-8165-fe059fee570e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a6645660b97f40b831ee2d8bce52afea69a8038 --- /dev/null +++ b/texts/581f3862-a7e2-4c6d-8165-fe059fee570e.txt @@ -0,0 +1 @@ +Two French bulldogs, at a playground, eating hot dogs, happy. \ No newline at end of file diff --git a/texts/5828b89e-3ce2-4e85-b54c-77bf76bf1e87.txt b/texts/5828b89e-3ce2-4e85-b54c-77bf76bf1e87.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bcdbced0c42b13779aa75fe6a9073e565356885 --- /dev/null +++ b/texts/5828b89e-3ce2-4e85-b54c-77bf76bf1e87.txt @@ -0,0 +1 @@ +A christmas hellokitty dancing in the snow. Writing"Vernon's Vic" and drawing a heart in the snow. \ No newline at end of file diff --git a/texts/582cf777-9f1e-41d2-94b5-19f92b0381fe.txt b/texts/582cf777-9f1e-41d2-94b5-19f92b0381fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..fafc44da015ceb591528c1be892ed8e73abf5d4c --- /dev/null +++ b/texts/582cf777-9f1e-41d2-94b5-19f92b0381fe.txt @@ -0,0 +1 @@ +The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. A West Highland Terrier is playing with a black cat. There are lots of red roses in the middle of the picture. \ No newline at end of file diff --git a/texts/58307be1-3e69-4076-adb6-1003dcec42e3.txt b/texts/58307be1-3e69-4076-adb6-1003dcec42e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..62659e95fda3c03252381ff30d854d59d4d7b7a2 --- /dev/null +++ b/texts/58307be1-3e69-4076-adb6-1003dcec42e3.txt @@ -0,0 +1 @@ +sakula/ sunshine/ window / cute cat \ No newline at end of file diff --git a/texts/5839aaf5-7e1f-4ffd-afa4-6afe926c1adf.txt b/texts/5839aaf5-7e1f-4ffd-afa4-6afe926c1adf.txt new file mode 100644 index 0000000000000000000000000000000000000000..747ac24505844626fbeb3d30982db9a55a25146b --- /dev/null +++ b/texts/5839aaf5-7e1f-4ffd-afa4-6afe926c1adf.txt @@ -0,0 +1 @@ +Cute dog sitting in front of a lap top with sunglasses \ No newline at end of file diff --git a/texts/5843a4b4-1b00-4ba5-afae-e66a8656bd1b.txt b/texts/5843a4b4-1b00-4ba5-afae-e66a8656bd1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a92c50e89397044ec9a6c2829b227b2eb3ceef03 --- /dev/null +++ b/texts/5843a4b4-1b00-4ba5-afae-e66a8656bd1b.txt @@ -0,0 +1 @@ +Olaf the ugly dog faces an macbook scene with an plush in his hand. \ No newline at end of file diff --git a/texts/5845d298-4d6d-499f-8f53-f2a4564ee908.txt b/texts/5845d298-4d6d-499f-8f53-f2a4564ee908.txt new file mode 100644 index 0000000000000000000000000000000000000000..247fba958ceea7e7e22ddf1d3ef9bea21cc74243 --- /dev/null +++ b/texts/5845d298-4d6d-499f-8f53-f2a4564ee908.txt @@ -0,0 +1 @@ +Hello kitty \ No newline at end of file diff --git a/texts/5858595a-0fe8-4737-a00a-b1bedd816e1c.txt b/texts/5858595a-0fe8-4737-a00a-b1bedd816e1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..04a8e29323fce1ded52ec83caf3380a7c32c627a --- /dev/null +++ b/texts/5858595a-0fe8-4737-a00a-b1bedd816e1c.txt @@ -0,0 +1 @@ +Devon Rex is sitting by the window on the bus, looking out the window at Mount Fuji covered in snow. \ No newline at end of file diff --git a/texts/586567a0-629c-44fd-a18f-d6cd56c35fa5.txt b/texts/586567a0-629c-44fd-a18f-d6cd56c35fa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..89f86524d593bb044c23a3ac7dd4fa2ef3118a3b --- /dev/null +++ b/texts/586567a0-629c-44fd-a18f-d6cd56c35fa5.txt @@ -0,0 +1 @@ +A fox blowing bubble gum playing in the snow, there are a lot of bubble gum floating in the air, in the snow written Yeonjun \ No newline at end of file diff --git a/texts/587f2e88-e4de-4bc6-a585-60cbb87218d6.txt b/texts/587f2e88-e4de-4bc6-a585-60cbb87218d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e47e88e01399ebaf9f36765e1a60d68aa1c2bb82 --- /dev/null +++ b/texts/587f2e88-e4de-4bc6-a585-60cbb87218d6.txt @@ -0,0 +1 @@ +AYMLMH Style, High Saturation, AYMLMH Style, High Contrast on Dark Background, High Saturation, Film Camera, A Little White Lamb with Two Pink Bows on Ears, Surrounded by Various Colorful Bubbles, Surrounded by Black Night Sky Creative Photography, Canon Film, Flash, Hazy Textures, Polaroid, Blur, Low Saturation \ No newline at end of file diff --git a/texts/589cf323-abb9-4e57-96cf-aae26a71aedc.txt b/texts/589cf323-abb9-4e57-96cf-aae26a71aedc.txt new file mode 100644 index 0000000000000000000000000000000000000000..62844f60b238153f8289bb0447dc1e6df2c6f22a --- /dev/null +++ b/texts/589cf323-abb9-4e57-96cf-aae26a71aedc.txt @@ -0,0 +1 @@ +big Jellyfish fly in the sky \ No newline at end of file diff --git a/texts/589e28f5-ca37-4a83-89b8-4f5648b043e9.txt b/texts/589e28f5-ca37-4a83-89b8-4f5648b043e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd0fe8045f8e3aed4c05a844bac199ce2728d95b --- /dev/null +++ b/texts/589e28f5-ca37-4a83-89b8-4f5648b043e9.txt @@ -0,0 +1 @@ +A photo of Hello Kitty sitting on an orange chair in the snow, with her dress covered in powder and a wine glass on it, taken at night from outside the home, and posted to Reddit in 2019 \ No newline at end of file diff --git a/texts/58aa388d-8784-4e4f-a252-64dae1b30b15.txt b/texts/58aa388d-8784-4e4f-a252-64dae1b30b15.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ddfd55b8b13e4ebc97ec92b25828c428c743b46 --- /dev/null +++ b/texts/58aa388d-8784-4e4f-a252-64dae1b30b15.txt @@ -0,0 +1 @@ +Butterflies flutter their wings in sync with freedom \ No newline at end of file diff --git a/texts/58b46ef2-8576-4134-b6f6-cc93cbeb5213.txt b/texts/58b46ef2-8576-4134-b6f6-cc93cbeb5213.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f028d96ab88acbd4cdb52817d8b0fc5018617e9 --- /dev/null +++ b/texts/58b46ef2-8576-4134-b6f6-cc93cbeb5213.txt @@ -0,0 +1 @@ +hello kitty drinks wine in a Manhattan Warm Apartment \ No newline at end of file diff --git a/texts/58c0d19f-884f-4030-9660-fd40da37149b.txt b/texts/58c0d19f-884f-4030-9660-fd40da37149b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1de46cd96f729dd509f1bffb60f26b9093a5c638 --- /dev/null +++ b/texts/58c0d19f-884f-4030-9660-fd40da37149b.txt @@ -0,0 +1 @@ +Bernese Mountain Puppy,Samoyed Puppy, Golden Retriever Puppy, Bubbles, Butterflies, Snowflakes, Flowers, Grass, Sunny Day, Birthday, Sunset.Snowfield \ No newline at end of file diff --git a/texts/58cf9880-3045-4a85-bc36-7e96f96715bc.txt b/texts/58cf9880-3045-4a85-bc36-7e96f96715bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6491f8b6b445f24d231d2fc1952a7e5b30405231 --- /dev/null +++ b/texts/58cf9880-3045-4a85-bc36-7e96f96715bc.txt @@ -0,0 +1 @@ +a real white horse running on the cloud in a rainy day \ No newline at end of file diff --git a/texts/58e22a00-fb6a-4a0d-8e77-b68493975872.txt b/texts/58e22a00-fb6a-4a0d-8e77-b68493975872.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c09f809f6bd3111932dabf64e48b2d9fa1ccadf --- /dev/null +++ b/texts/58e22a00-fb6a-4a0d-8e77-b68493975872.txt @@ -0,0 +1 @@ +a very cute cat, wearing a Christmas tree hat, winter, warm vibe \ No newline at end of file diff --git a/texts/58ece94a-8f39-42c3-81d5-c55be4b9044d.txt b/texts/58ece94a-8f39-42c3-81d5-c55be4b9044d.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc5b25608c30d3b37a8dfe03ea3ae33fb75f8d7b --- /dev/null +++ b/texts/58ece94a-8f39-42c3-81d5-c55be4b9044d.txt @@ -0,0 +1 @@ +It's snowing lightly, and there are fireworks in the distance. A young Bernese Mountain Dog and a young Samoyed have left several messy footprints in the snow on the ground. They are having a good time. A foot of the Samoyed is on the head of the Bernese Mountain Dog. \ No newline at end of file diff --git a/texts/58f92bca-e07e-4c42-95ca-25ec5cd5ae22.txt b/texts/58f92bca-e07e-4c42-95ca-25ec5cd5ae22.txt new file mode 100644 index 0000000000000000000000000000000000000000..138a225176bcb3cb51cc039bb4d8cd167807b8a2 --- /dev/null +++ b/texts/58f92bca-e07e-4c42-95ca-25ec5cd5ae22.txt @@ -0,0 +1 @@ +hello kitty doll in the black princess dress holding a machine gun in the white snow background \ No newline at end of file diff --git a/texts/58ffaf01-2470-427f-90d4-de696e9e0ef1.txt b/texts/58ffaf01-2470-427f-90d4-de696e9e0ef1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b3f1a4817db86a89b1fdba860932c56d0db5555 --- /dev/null +++ b/texts/58ffaf01-2470-427f-90d4-de696e9e0ef1.txt @@ -0,0 +1 @@ +At night, in the Sahara Desert, two people, one sitting and one standing on a sand dune in the distance, back view, the moon is bigger than the people. Black coat. People in the distance \ No newline at end of file diff --git a/texts/590ffa09-b946-44e5-8ac9-ddc32fedff3d.txt b/texts/590ffa09-b946-44e5-8ac9-ddc32fedff3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf1ca150aa1967c9159fc705e739c41c1d6c0b64 --- /dev/null +++ b/texts/590ffa09-b946-44e5-8ac9-ddc32fedff3d.txt @@ -0,0 +1 @@ +Hello Kitty is sleeping, the room is on fire. \ No newline at end of file diff --git a/texts/59114aa7-c0d3-4203-8d82-be79bd636f07.txt b/texts/59114aa7-c0d3-4203-8d82-be79bd636f07.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4f86e6d971a159ca09a21935b622a7c95f0dc9e --- /dev/null +++ b/texts/59114aa7-c0d3-4203-8d82-be79bd636f07.txt @@ -0,0 +1 @@ +a fluffy white cat with pink bow on a road, rain falls on the floor,bubbles in the air \ No newline at end of file diff --git a/texts/5912a1a8-3d8e-47c1-9d91-2c80bebbde23.txt b/texts/5912a1a8-3d8e-47c1-9d91-2c80bebbde23.txt new file mode 100644 index 0000000000000000000000000000000000000000..959e6369bab66925ba4afe0ea696b1954a9d2501 --- /dev/null +++ b/texts/5912a1a8-3d8e-47c1-9d91-2c80bebbde23.txt @@ -0,0 +1 @@ +Something fire in the snow \ No newline at end of file diff --git a/texts/591f4894-7c05-4fed-96e5-a1adafb1bb5e.txt b/texts/591f4894-7c05-4fed-96e5-a1adafb1bb5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a9b32bae493eff2d076965c78c1ca78f7119eb --- /dev/null +++ b/texts/591f4894-7c05-4fed-96e5-a1adafb1bb5e.txt @@ -0,0 +1 @@ +A hamster in a hot air balloon \ No newline at end of file diff --git a/texts/5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb.txt b/texts/5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5bc54e2fa84def267d88a48e4826ca99a00cc3b --- /dev/null +++ b/texts/5947c17d-d9fd-4a3e-8e0b-aefae1dcbcfb.txt @@ -0,0 +1 @@ +A group of cute cartoon chestnuts are playing in the park \ No newline at end of file diff --git a/texts/59531705-08bd-42dc-b5d5-bc4383651eee.txt b/texts/59531705-08bd-42dc-b5d5-bc4383651eee.txt new file mode 100644 index 0000000000000000000000000000000000000000..f879db038f27dd02b32fc4a6545cde24f9b9c380 --- /dev/null +++ b/texts/59531705-08bd-42dc-b5d5-bc4383651eee.txt @@ -0,0 +1 @@ +Volcano, sunset, snow, black cat, white dog \ No newline at end of file diff --git a/texts/5971640e-f286-451e-8447-f46e2f995b15.txt b/texts/5971640e-f286-451e-8447-f46e2f995b15.txt new file mode 100644 index 0000000000000000000000000000000000000000..741ac577bba9b7ff45086f354fff9e83ec3dba33 --- /dev/null +++ b/texts/5971640e-f286-451e-8447-f46e2f995b15.txt @@ -0,0 +1 @@ +Two Hello Kitty dolls sitting in the snow, holding a fireworks stick with the words "syc xzy" printed on the snow. There is a sea, fireworks, and cat paw marks in the distance. The sky is aurora \ No newline at end of file diff --git a/texts/5974b643-975f-42d4-8e99-954ca54fce19.txt b/texts/5974b643-975f-42d4-8e99-954ca54fce19.txt new file mode 100644 index 0000000000000000000000000000000000000000..25fe2a0e811e0c49755db674066816dbc91541d0 --- /dev/null +++ b/texts/5974b643-975f-42d4-8e99-954ca54fce19.txt @@ -0,0 +1 @@ +replace the screens with scenery images \ No newline at end of file diff --git a/texts/597a1cf6-bc85-46ff-9e4e-3b9733edea37.txt b/texts/597a1cf6-bc85-46ff-9e4e-3b9733edea37.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e5d576815b8619d169aae34df6f42dd5ffdc76b --- /dev/null +++ b/texts/597a1cf6-bc85-46ff-9e4e-3b9733edea37.txt @@ -0,0 +1 @@ +The Buddha statues fall one after another, and the man flees in fear. \ No newline at end of file diff --git a/texts/59823fd3-ea9a-4aad-bdab-5d6c3921f163.txt b/texts/59823fd3-ea9a-4aad-bdab-5d6c3921f163.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf4067e5a2083b32a4b145d0a904440577ae1756 --- /dev/null +++ b/texts/59823fd3-ea9a-4aad-bdab-5d6c3921f163.txt @@ -0,0 +1 @@ +A golden retriever puppy is eating snacks with some other puppy friends \ No newline at end of file diff --git a/texts/598eefcb-c29f-48ee-ba43-c938ee5679f1.txt b/texts/598eefcb-c29f-48ee-ba43-c938ee5679f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..88ddd21addb6722e03f8a869b6389a0971cc352d --- /dev/null +++ b/texts/598eefcb-c29f-48ee-ba43-c938ee5679f1.txt @@ -0,0 +1 @@ +a furry rabbit makes a wish \ No newline at end of file diff --git a/texts/59a6a924-249c-4f81-b54b-130c35c2ab95.txt b/texts/59a6a924-249c-4f81-b54b-130c35c2ab95.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0183937a09de20669c912d10269db6c0e280e26 --- /dev/null +++ b/texts/59a6a924-249c-4f81-b54b-130c35c2ab95.txt @@ -0,0 +1 @@ +A puppy is sitting at a computer desk with a pile of documents on it and a laptop on the desk spewing flames \ No newline at end of file diff --git a/texts/59acb6bb-6e08-4218-bf52-a4c1cf8efa86.txt b/texts/59acb6bb-6e08-4218-bf52-a4c1cf8efa86.txt new file mode 100644 index 0000000000000000000000000000000000000000..824254fdd87b326126738ab628ade9f95087ccc4 --- /dev/null +++ b/texts/59acb6bb-6e08-4218-bf52-a4c1cf8efa86.txt @@ -0,0 +1 @@ +A little golden retriever and a little Samoyed dog playing in thesnow \ No newline at end of file diff --git a/texts/59cfe499-5ac4-47b9-b938-ddd4f7256788.txt b/texts/59cfe499-5ac4-47b9-b938-ddd4f7256788.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a02fb5e139cb6222d1307f153b34a474797eeea --- /dev/null +++ b/texts/59cfe499-5ac4-47b9-b938-ddd4f7256788.txt @@ -0,0 +1 @@ +A lonely old man sits on Mount Fuji \ No newline at end of file diff --git a/texts/59da985a-4ab6-4f84-b159-a908a5a3dd28.txt b/texts/59da985a-4ab6-4f84-b159-a908a5a3dd28.txt new file mode 100644 index 0000000000000000000000000000000000000000..757b4fcab8cfbf9ed27f273362d8b42a30831f45 --- /dev/null +++ b/texts/59da985a-4ab6-4f84-b159-a908a5a3dd28.txt @@ -0,0 +1 @@ +A sweet home with one puppy and one kitten \ No newline at end of file diff --git a/texts/59e309bd-29fd-400b-9bb3-8ad4070f2881.txt b/texts/59e309bd-29fd-400b-9bb3-8ad4070f2881.txt new file mode 100644 index 0000000000000000000000000000000000000000..93ff0902a67ab4dbb029b5219a964cb03ae42fa1 --- /dev/null +++ b/texts/59e309bd-29fd-400b-9bb3-8ad4070f2881.txt @@ -0,0 +1 @@ +Cadiz loves US dollars \ No newline at end of file diff --git a/texts/59ebdd64-804b-4f5d-a4d3-b99ac796d9bf.txt b/texts/59ebdd64-804b-4f5d-a4d3-b99ac796d9bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..448fe22af1f8530d58c7dd6f3928e507fa14d9e3 --- /dev/null +++ b/texts/59ebdd64-804b-4f5d-a4d3-b99ac796d9bf.txt @@ -0,0 +1 @@ +A spotted deer with invisible wings walks in the desert \ No newline at end of file diff --git a/texts/59f52b6e-c04d-4627-9ca1-08b25d9cdaa2.txt b/texts/59f52b6e-c04d-4627-9ca1-08b25d9cdaa2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a112c9054085cdf19d05ee5e720f117d2f13826 --- /dev/null +++ b/texts/59f52b6e-c04d-4627-9ca1-08b25d9cdaa2.txt @@ -0,0 +1 @@ +A cute bear doll in a Santa hat and a red scarf, standing on the snow. Little Bear holds a lit fairy stick in his right hand, and the sparks of the fairy stick fly upward, creating a warm and joyous atmosphere. In front of the bear, the snow with branches or similar items spelled out "NX" in the background can be seen some trees and bushes, they are covered with snow, the overall picture gives a festive feeling and a sense of winter peace. \ No newline at end of file diff --git a/texts/59f91fba-ee15-4ea7-994e-00b0acf029fc.txt b/texts/59f91fba-ee15-4ea7-994e-00b0acf029fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..70061d058ca5a67b6b7b289589766b00d2f44c31 --- /dev/null +++ b/texts/59f91fba-ee15-4ea7-994e-00b0acf029fc.txt @@ -0,0 +1 @@ +Samoyed celebrating birthday on the grass by the sea, wearing cute birthday hat, cake, blues time \ No newline at end of file diff --git a/texts/59fb594d-2efb-40b3-87d7-cb2973c3a9ea.txt b/texts/59fb594d-2efb-40b3-87d7-cb2973c3a9ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2aa7ac1d35744d5b559bad37a78f5cc7ddd6a03 --- /dev/null +++ b/texts/59fb594d-2efb-40b3-87d7-cb2973c3a9ea.txt @@ -0,0 +1 @@ +Christmas tree \ No newline at end of file diff --git a/texts/5a0488b9-2ea5-4ae7-8a21-71fdcac33e42.txt b/texts/5a0488b9-2ea5-4ae7-8a21-71fdcac33e42.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c2de960f37953b4c58d1446f615cb6a473df4ee --- /dev/null +++ b/texts/5a0488b9-2ea5-4ae7-8a21-71fdcac33e42.txt @@ -0,0 +1 @@ +The monk wear earphone with sun glasses in japan with fuji \ No newline at end of file diff --git a/texts/5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349.txt b/texts/5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349.txt new file mode 100644 index 0000000000000000000000000000000000000000..886e8290b38af9aec7130822d009734cac301d1f --- /dev/null +++ b/texts/5a0c1c16-f9bd-4c0b-8f9d-9ea9a3959349.txt @@ -0,0 +1 @@ +Handwritten word "YTSY" in the snow, sunset , beach, a hellokitty doll standing next to "YTSY", drifting snow \ No newline at end of file diff --git a/texts/5a106433-f70d-4369-a6b4-8be345504472.txt b/texts/5a106433-f70d-4369-a6b4-8be345504472.txt new file mode 100644 index 0000000000000000000000000000000000000000..3783c629731603c2a57d25d42f8b0bc82b6a388c --- /dev/null +++ b/texts/5a106433-f70d-4369-a6b4-8be345504472.txt @@ -0,0 +1 @@ +On an alien planet, two people run hand in hand under a deep blue sky, their backs facing the viewer. \ No newline at end of file diff --git a/texts/5a13d423-1b1a-47e7-afb0-864961fda9a8.txt b/texts/5a13d423-1b1a-47e7-afb0-864961fda9a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..351b22988d20da11b0180637b42c2724506d0741 --- /dev/null +++ b/texts/5a13d423-1b1a-47e7-afb0-864961fda9a8.txt @@ -0,0 +1 @@ +A very cute calf (white and gray hair) is reading seriously. \ No newline at end of file diff --git a/texts/5a1844b0-50b7-435e-9c62-e4b62ff27301.txt b/texts/5a1844b0-50b7-435e-9c62-e4b62ff27301.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfc694aa69fef91a620fdfd37718108fc73fc8fb --- /dev/null +++ b/texts/5a1844b0-50b7-435e-9c62-e4b62ff27301.txt @@ -0,0 +1 @@ +Bombay cat in front CRT TV, Tv is pla noise , every is carpet \ No newline at end of file diff --git a/texts/5a1ea6e3-5e70-409e-a5cf-bc024effdff8.txt b/texts/5a1ea6e3-5e70-409e-a5cf-bc024effdff8.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f7b57b14b3e90b3506412a86652eb9d7c97769d --- /dev/null +++ b/texts/5a1ea6e3-5e70-409e-a5cf-bc024effdff8.txt @@ -0,0 +1 @@ +peach orange fruits \ No newline at end of file diff --git a/texts/5a323c20-fc9c-4d8b-93c9-babec714dbb7.txt b/texts/5a323c20-fc9c-4d8b-93c9-babec714dbb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5556f465dc55d343b672ff87efbbdc3660bf957d --- /dev/null +++ b/texts/5a323c20-fc9c-4d8b-93c9-babec714dbb7.txt @@ -0,0 +1 @@ +A glass of Christmas eggnog with Christmas decorations \ No newline at end of file diff --git a/texts/5a35df81-289e-4a84-b163-d5931c73bd71.txt b/texts/5a35df81-289e-4a84-b163-d5931c73bd71.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1121557914849e8eea070eb4515acdb828dc7ed --- /dev/null +++ b/texts/5a35df81-289e-4a84-b163-d5931c73bd71.txt @@ -0,0 +1 @@ +The winged lamb was teaching English on the lectern \ No newline at end of file diff --git a/texts/5a37e2d1-f819-4afc-8ffb-0d06114ab630.txt b/texts/5a37e2d1-f819-4afc-8ffb-0d06114ab630.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc8f362a39f09c30139f040dfb9b1d5a12c30f97 --- /dev/null +++ b/texts/5a37e2d1-f819-4afc-8ffb-0d06114ab630.txt @@ -0,0 +1 @@ +Goldfish are swimming in the sky with fireworks in the background. \ No newline at end of file diff --git a/texts/5a38acff-39fa-4c96-82f7-9fc6a5bafcb0.txt b/texts/5a38acff-39fa-4c96-82f7-9fc6a5bafcb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..352c3c02f940ebd78333f5283f6c917097681acb --- /dev/null +++ b/texts/5a38acff-39fa-4c96-82f7-9fc6a5bafcb0.txt @@ -0,0 +1 @@ +lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing \ No newline at end of file diff --git a/texts/5a407bad-cabe-4c62-b4f1-2bcfd5614ddc.txt b/texts/5a407bad-cabe-4c62-b4f1-2bcfd5614ddc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ae5834937fc440c34e26ce5f7c5e55f68496ced --- /dev/null +++ b/texts/5a407bad-cabe-4c62-b4f1-2bcfd5614ddc.txt @@ -0,0 +1 @@ + A large Snoopy doll holding a cake facing the camera, with a birthday candle with the number 0128 inserted on the cake and a large avatar \ No newline at end of file diff --git a/texts/5a447543-ffee-4155-b6c2-08b59e1a5201.txt b/texts/5a447543-ffee-4155-b6c2-08b59e1a5201.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c7424f49f3bf26e7b0fa0253a7e0d0fe348a760 --- /dev/null +++ b/texts/5a447543-ffee-4155-b6c2-08b59e1a5201.txt @@ -0,0 +1 @@ +Meteors hit the ground in large numbers \ No newline at end of file diff --git a/texts/5a466783-44e7-493f-88fe-4f7b69a63820.txt b/texts/5a466783-44e7-493f-88fe-4f7b69a63820.txt new file mode 100644 index 0000000000000000000000000000000000000000..a722e5a380f589abb0a6fbb069521788ff8c60ac --- /dev/null +++ b/texts/5a466783-44e7-493f-88fe-4f7b69a63820.txt @@ -0,0 +1 @@ +At the blues moment, the pink pig finished work and rode a road bike through the CBD buildings, wearing a blue duckbill cap, a red scarf, and a cute and charming villain character \ No newline at end of file diff --git a/texts/5a4e18fc-20fe-4d55-a910-8a2609af1135.txt b/texts/5a4e18fc-20fe-4d55-a910-8a2609af1135.txt new file mode 100644 index 0000000000000000000000000000000000000000..971fe171b7050a94a666af29f961158d80f90dfe --- /dev/null +++ b/texts/5a4e18fc-20fe-4d55-a910-8a2609af1135.txt @@ -0,0 +1 @@ +HelloKitty, Macbook, coffee, office, whisky, \ No newline at end of file diff --git a/texts/5a534e36-ee75-4203-9b20-40b41dcb2474.txt b/texts/5a534e36-ee75-4203-9b20-40b41dcb2474.txt new file mode 100644 index 0000000000000000000000000000000000000000..e458d5d6022387dafd9355bd92e1a44ff0907958 --- /dev/null +++ b/texts/5a534e36-ee75-4203-9b20-40b41dcb2474.txt @@ -0,0 +1 @@ +Brown Bear Doll White Rabbit Doll Seaside Starry Sky Fireworks \ No newline at end of file diff --git a/texts/5a5f2e76-74e0-45d2-a754-e5d515886cc6.txt b/texts/5a5f2e76-74e0-45d2-a754-e5d515886cc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b771696d01e0193afbe8201f4529782e8c70425 --- /dev/null +++ b/texts/5a5f2e76-74e0-45d2-a754-e5d515886cc6.txt @@ -0,0 +1 @@ +Cheese Love's Day Banner with Cheese Iconography \ No newline at end of file diff --git a/texts/5a62cf4c-3d2f-4f97-acd9-b51149d37cef.txt b/texts/5a62cf4c-3d2f-4f97-acd9-b51149d37cef.txt new file mode 100644 index 0000000000000000000000000000000000000000..7531fbe0d3dc5f056f6c84e33268e8ada8bd1dba --- /dev/null +++ b/texts/5a62cf4c-3d2f-4f97-acd9-b51149d37cef.txt @@ -0,0 +1 @@ +A front shot of the upper body of a Chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy atmosphere \ No newline at end of file diff --git a/texts/5a706eed-6e33-4596-a15f-f22b10052441.txt b/texts/5a706eed-6e33-4596-a15f-f22b10052441.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0ffe7c648a04d22434ef5fcd4955c65e9123d4c --- /dev/null +++ b/texts/5a706eed-6e33-4596-a15f-f22b10052441.txt @@ -0,0 +1 @@ +A whale floats in the vast sky, and its tail drags out a rainbow. \ No newline at end of file diff --git a/texts/5a73d528-cd97-472a-9638-2f43dcc48f17.txt b/texts/5a73d528-cd97-472a-9638-2f43dcc48f17.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f51aa2ed240495a37fb2586f19f95fafd1f5651 --- /dev/null +++ b/texts/5a73d528-cd97-472a-9638-2f43dcc48f17.txt @@ -0,0 +1 @@ +Two cats watching the aurora borealis in the snow. \ No newline at end of file diff --git a/texts/5a747b8d-34d4-4825-b954-fbabc64f3982.txt b/texts/5a747b8d-34d4-4825-b954-fbabc64f3982.txt new file mode 100644 index 0000000000000000000000000000000000000000..8893d3e253544a030f28eaa6d806c3b5bd955005 --- /dev/null +++ b/texts/5a747b8d-34d4-4825-b954-fbabc64f3982.txt @@ -0,0 +1 @@ +Inside a warm miniature room, there is a window of the room from the front view, and toys are scattered on the ground \ No newline at end of file diff --git a/texts/5a7ad6b5-060a-4cbe-900a-635c1756aa27.txt b/texts/5a7ad6b5-060a-4cbe-900a-635c1756aa27.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7b097bc1c389cc8cfdebccb8934950716971d52 --- /dev/null +++ b/texts/5a7ad6b5-060a-4cbe-900a-635c1756aa27.txt @@ -0,0 +1 @@ +Two cute hamsters standing together for a group photo with a beautiful carousel in the distance behind them! \ No newline at end of file diff --git a/texts/5a7babc5-808d-4ce1-9597-77c13b6a4cf8.txt b/texts/5a7babc5-808d-4ce1-9597-77c13b6a4cf8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebbb235b53f8fa4fda9205189dc9ba001b31f3ef --- /dev/null +++ b/texts/5a7babc5-808d-4ce1-9597-77c13b6a4cf8.txt @@ -0,0 +1 @@ +a cream french bulldog's side face with smaill smile also looks cute and work hard \ No newline at end of file diff --git a/texts/5a84bc30-24a0-4af8-81e4-d92a8c1e997f.txt b/texts/5a84bc30-24a0-4af8-81e4-d92a8c1e997f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1176587e0dcb38898e27e4ce939ecef72f9b902 --- /dev/null +++ b/texts/5a84bc30-24a0-4af8-81e4-d92a8c1e997f.txt @@ -0,0 +1 @@ +Birthday cake under fireworks \ No newline at end of file diff --git a/texts/5a85fb8c-ee98-4682-b5b7-19778c9b9ec1.txt b/texts/5a85fb8c-ee98-4682-b5b7-19778c9b9ec1.txt new file mode 100644 index 0000000000000000000000000000000000000000..69eddddc94f7043be3678bc2681a9624172b776a --- /dev/null +++ b/texts/5a85fb8c-ee98-4682-b5b7-19778c9b9ec1.txt @@ -0,0 +1 @@ +Arena: AI competes with Go players \ No newline at end of file diff --git a/texts/5a9eaafe-6302-475f-a34f-4c7aa593d5a4.txt b/texts/5a9eaafe-6302-475f-a34f-4c7aa593d5a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d95c564d3ac4af716bef14cf6c34c0f4b7a1497c --- /dev/null +++ b/texts/5a9eaafe-6302-475f-a34f-4c7aa593d5a4.txt @@ -0,0 +1 @@ +On a snowy night, the melancholic blue night scene with brilliant fireworks in the distant view is a sunset by the seaside. The close-up is a white Hello Kitty doll wearing a red bow and red clothes, with KMY written on the snow. There are warm yellow lights hanging next to the lights, and the ground is surrounded by Christmas trees filled with gifts. The color saturation is high, and there is a dreamy effect with light particles \ No newline at end of file diff --git a/texts/5aa15447-5352-4998-aa8d-d81e67a9ddbc.txt b/texts/5aa15447-5352-4998-aa8d-d81e67a9ddbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aa5fa23c232f22c0a86e666e8390e5ac87782b3 --- /dev/null +++ b/texts/5aa15447-5352-4998-aa8d-d81e67a9ddbc.txt @@ -0,0 +1 @@ +A puppy is enjoying a hot pot while snow falls outside the window. The sky outside was rainbow-colored clouds, and the TV was playing crayons. \ No newline at end of file diff --git a/texts/5aa59cf2-e5e0-4a18-8ece-70a58ad84703.txt b/texts/5aa59cf2-e5e0-4a18-8ece-70a58ad84703.txt new file mode 100644 index 0000000000000000000000000000000000000000..75836ea5fcb5ddb52c170ad668db8b1d5dae79c9 --- /dev/null +++ b/texts/5aa59cf2-e5e0-4a18-8ece-70a58ad84703.txt @@ -0,0 +1 @@ +a big head Hello Kitty is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a dancing pole. big head shot. \ No newline at end of file diff --git a/texts/5aa7e718-2a9d-4b8b-b357-9024919a0762.txt b/texts/5aa7e718-2a9d-4b8b-b357-9024919a0762.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c924b5d33f761f203b00c23b6f38a7babf8ad9 --- /dev/null +++ b/texts/5aa7e718-2a9d-4b8b-b357-9024919a0762.txt @@ -0,0 +1 @@ +hello Kitty in a ballet costume in the snow with kittens and a Christmas tree \ No newline at end of file diff --git a/texts/5ab88fad-d715-47eb-abb5-8b6332b203aa.txt b/texts/5ab88fad-d715-47eb-abb5-8b6332b203aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fd3c0eba5cff6b091b6df66fd88ea65017e3505 --- /dev/null +++ b/texts/5ab88fad-d715-47eb-abb5-8b6332b203aa.txt @@ -0,0 +1 @@ +The doll writes nxy in the snow. \ No newline at end of file diff --git a/texts/5abcf1f8-6f6f-4a05-8a98-14d6d94dc999.txt b/texts/5abcf1f8-6f6f-4a05-8a98-14d6d94dc999.txt new file mode 100644 index 0000000000000000000000000000000000000000..870c00b4c933d1050329fcbf374a99db824290d7 --- /dev/null +++ b/texts/5abcf1f8-6f6f-4a05-8a98-14d6d94dc999.txt @@ -0,0 +1 @@ +A little witch with orange curly hair stood next to the Christmas tree in the distance, and the evening dusk shone golden on the snow. \ No newline at end of file diff --git a/texts/5ac9facc-f5aa-4d97-8818-03cc254b5bb4.txt b/texts/5ac9facc-f5aa-4d97-8818-03cc254b5bb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea7e87508110691def6e5457b8e8da0bca3a4d0a --- /dev/null +++ b/texts/5ac9facc-f5aa-4d97-8818-03cc254b5bb4.txt @@ -0,0 +1 @@ +music dog snow night \ No newline at end of file diff --git a/texts/5aca55ca-8c28-4c9a-9bc2-c1db54695cf9.txt b/texts/5aca55ca-8c28-4c9a-9bc2-c1db54695cf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..af93d57c9bca13614ae8d0fd2fd5499635fa3705 --- /dev/null +++ b/texts/5aca55ca-8c28-4c9a-9bc2-c1db54695cf9.txt @@ -0,0 +1 @@ +A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words "stt" engraved on the beach \ No newline at end of file diff --git a/texts/5ad46e90-60f1-4f5e-adbd-823855469d35.txt b/texts/5ad46e90-60f1-4f5e-adbd-823855469d35.txt new file mode 100644 index 0000000000000000000000000000000000000000..b50dfb673d76e862eacd6ce632a9c0b3e6b69d64 --- /dev/null +++ b/texts/5ad46e90-60f1-4f5e-adbd-823855469d35.txt @@ -0,0 +1 @@ +Reykjavik, heavy snow, sunset, seaside \ No newline at end of file diff --git a/texts/5ad96f8b-6dac-4150-b9ce-07a7cd505bdb.txt b/texts/5ad96f8b-6dac-4150-b9ce-07a7cd505bdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccbce373df6db517d6ccc74405caa9f5758e06e3 --- /dev/null +++ b/texts/5ad96f8b-6dac-4150-b9ce-07a7cd505bdb.txt @@ -0,0 +1 @@ +an artwork about film camera and film photo, darkroom, red \ No newline at end of file diff --git a/texts/5adf154f-94f3-4e78-9ef8-52ad515d139c.txt b/texts/5adf154f-94f3-4e78-9ef8-52ad515d139c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1a2ef1f45a93e0b6fef5a48b84a5882271eaf8d --- /dev/null +++ b/texts/5adf154f-94f3-4e78-9ef8-52ad515d139c.txt @@ -0,0 +1 @@ +White schnauzer dog reading a book in the bathtub \ No newline at end of file diff --git a/texts/5ae2e784-fd28-4521-9d31-51e57d8a3c35.txt b/texts/5ae2e784-fd28-4521-9d31-51e57d8a3c35.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d358cf2ffe1b70bc1127caa190d37a89c5f925 --- /dev/null +++ b/texts/5ae2e784-fd28-4521-9d31-51e57d8a3c35.txt @@ -0,0 +1 @@ +hello kitty is in the green house with a newspaper. It's snowing outside \ No newline at end of file diff --git a/texts/5ae7da07-708e-4bd4-a0d4-4ee621567a46.txt b/texts/5ae7da07-708e-4bd4-a0d4-4ee621567a46.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b8a1a116affc5f38de9be8a47ecee70f3569a47 --- /dev/null +++ b/texts/5ae7da07-708e-4bd4-a0d4-4ee621567a46.txt @@ -0,0 +1 @@ +puppy doll, mickey mouse white knit sweater, cafe, pink wall, strawberry cake, Christmas tree \ No newline at end of file diff --git a/texts/5af9a9aa-c711-4821-b531-c853f5c447de.txt b/texts/5af9a9aa-c711-4821-b531-c853f5c447de.txt new file mode 100644 index 0000000000000000000000000000000000000000..46f239fd6911787deed4664baf0b04842d568568 --- /dev/null +++ b/texts/5af9a9aa-c711-4821-b531-c853f5c447de.txt @@ -0,0 +1 @@ +A rabbit in a spacesuit explores the bottom of the sea \ No newline at end of file diff --git a/texts/5b0b5412-1490-4c88-85ee-32e3e505d36f.txt b/texts/5b0b5412-1490-4c88-85ee-32e3e505d36f.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb73747aa854e1624bfcb54955745107c3a7900c --- /dev/null +++ b/texts/5b0b5412-1490-4c88-85ee-32e3e505d36f.txt @@ -0,0 +1 @@ +Kittens, snow, Christmas \ No newline at end of file diff --git a/texts/5b0e4ac1-ce9c-47ec-90b1-9435c464f930.txt b/texts/5b0e4ac1-ce9c-47ec-90b1-9435c464f930.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd935721501de4ab8cb348881eadd17fc0a4ca5d --- /dev/null +++ b/texts/5b0e4ac1-ce9c-47ec-90b1-9435c464f930.txt @@ -0,0 +1 @@ +Close-up of a blue pupillary eyes,freckled face, blond hair \ No newline at end of file diff --git a/texts/5b18201f-ef3e-47e2-83dc-0ec139c3dd20.txt b/texts/5b18201f-ef3e-47e2-83dc-0ec139c3dd20.txt new file mode 100644 index 0000000000000000000000000000000000000000..7987bc03b22476b087ba16e5ec9cf5823831c806 --- /dev/null +++ b/texts/5b18201f-ef3e-47e2-83dc-0ec139c3dd20.txt @@ -0,0 +1 @@ +The little rabbit sat in a silver ufo in the night sky, dragging a rainbow tail, with stars coming out of the tail \ No newline at end of file diff --git a/texts/5b1ac820-2356-49e1-9f28-050239ed7abf.txt b/texts/5b1ac820-2356-49e1-9f28-050239ed7abf.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dfbd0856087d07fd7b4c385afedd895925c708f --- /dev/null +++ b/texts/5b1ac820-2356-49e1-9f28-050239ed7abf.txt @@ -0,0 +1 @@ +a wizard cockatiel \ No newline at end of file diff --git a/texts/5b1fc770-fed4-4327-8d53-564d189d34b4.txt b/texts/5b1fc770-fed4-4327-8d53-564d189d34b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f957c51cfaf712addcbf31a1e7a109d4b3eab26d --- /dev/null +++ b/texts/5b1fc770-fed4-4327-8d53-564d189d34b4.txt @@ -0,0 +1 @@ +Yellow-haired Shiba Inu plays by the big Christmas tree \ No newline at end of file diff --git a/texts/5b2c6000-8340-4f0f-b02e-5e58956a44df.txt b/texts/5b2c6000-8340-4f0f-b02e-5e58956a44df.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2f20aaba194616a9001d8eca613243140182004 --- /dev/null +++ b/texts/5b2c6000-8340-4f0f-b02e-5e58956a44df.txt @@ -0,0 +1 @@ +A clown with a chainsaw in the subway \ No newline at end of file diff --git a/texts/5b44fd96-f6a3-4eca-9ae0-39b5360da9d5.txt b/texts/5b44fd96-f6a3-4eca-9ae0-39b5360da9d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cf99cd3ab10fefdda6d0f17e31cde42356da8f7 --- /dev/null +++ b/texts/5b44fd96-f6a3-4eca-9ae0-39b5360da9d5.txt @@ -0,0 +1 @@ +repair a whole on a pair of jeans \ No newline at end of file diff --git a/texts/5b4b0b38-344f-4081-b1b2-1b1f1969d80c.txt b/texts/5b4b0b38-344f-4081-b1b2-1b1f1969d80c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3469d694fb6e70867661ba81b56bb4a912b4b094 --- /dev/null +++ b/texts/5b4b0b38-344f-4081-b1b2-1b1f1969d80c.txt @@ -0,0 +1 @@ +A Ragdoll cat, wearing sunglasses and flight suit, flying a plane \ No newline at end of file diff --git a/texts/5b547d51-1e7c-412f-a128-676e4f7487e0.txt b/texts/5b547d51-1e7c-412f-a128-676e4f7487e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa1e04074dfa93095b450a7d52782a2c74c7ba72 --- /dev/null +++ b/texts/5b547d51-1e7c-412f-a128-676e4f7487e0.txt @@ -0,0 +1 @@ +A West Highland White Terrier with small wings is standing on a big letter R. It's snowing and there is snow all around. There is also a grand piano. \ No newline at end of file diff --git a/texts/5b557082-d56e-49e4-bbb2-fcf54b2f57e7.txt b/texts/5b557082-d56e-49e4-bbb2-fcf54b2f57e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd376db3feaaef1894ef7f966f8d7041d864cf39 --- /dev/null +++ b/texts/5b557082-d56e-49e4-bbb2-fcf54b2f57e7.txt @@ -0,0 +1 @@ +A giraffe skiing on a snowy mountain \ No newline at end of file diff --git a/texts/5b570b46-cced-454c-8c5c-d59c1555b427.txt b/texts/5b570b46-cced-454c-8c5c-d59c1555b427.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8fc54cb1717c1d1be25942b46be0a9ac37f5e99 --- /dev/null +++ b/texts/5b570b46-cced-454c-8c5c-d59c1555b427.txt @@ -0,0 +1 @@ +Two people in short sleeves shaking hands over a swimming crab, each holding a leg of the crab. The crab is cooked. White background. \ No newline at end of file diff --git a/texts/5b5a76ff-1130-4ce9-9adc-9a89e2443ca5.txt b/texts/5b5a76ff-1130-4ce9-9adc-9a89e2443ca5.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3ef4e6207119eddbb08549ed4a1e94f7621d8a9 --- /dev/null +++ b/texts/5b5a76ff-1130-4ce9-9adc-9a89e2443ca5.txt @@ -0,0 +1 @@ +An aerial view shows collapsed houses and rubble as people rescue people after the 2008 earthquake in Wenchuan, China \ No newline at end of file diff --git a/texts/5b64d363-d24e-4dbe-9dc0-9596eb4d898e.txt b/texts/5b64d363-d24e-4dbe-9dc0-9596eb4d898e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1a9e594d26ca447176315a52022f99bc31247f8 --- /dev/null +++ b/texts/5b64d363-d24e-4dbe-9dc0-9596eb4d898e.txt @@ -0,0 +1 @@ +Hellokitty sat on the windowsill. There were small cakes and vases on the windowsill. It was snowing outside the window, volcanoes, and stars. \ No newline at end of file diff --git a/texts/5b6a92f5-9a84-420e-b7b4-e45c09e15c02.txt b/texts/5b6a92f5-9a84-420e-b7b4-e45c09e15c02.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a5a0962a40e3894fb815827beeeed562a96f469 --- /dev/null +++ b/texts/5b6a92f5-9a84-420e-b7b4-e45c09e15c02.txt @@ -0,0 +1 @@ +A giant rabbit is setting off fireworks in a field of flowers, and the fireworks have dyed the sky with rainbow colors. \ No newline at end of file diff --git a/texts/5b70eabb-4700-4db0-9001-ee50f4146f86.txt b/texts/5b70eabb-4700-4db0-9001-ee50f4146f86.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f759c4f0a3a0eddba491bd96fb47cf1bfbf4861 --- /dev/null +++ b/texts/5b70eabb-4700-4db0-9001-ee50f4146f86.txt @@ -0,0 +1 @@ +I think that everything goes to the sea, and the sea will contain everything, all those things that cannot be born and die forever. I think that on the day when the sky opens, these things will have the right to exist for the first time - or again. \ No newline at end of file diff --git a/texts/5b86b92c-ed30-4667-adb7-d30ddd367135.txt b/texts/5b86b92c-ed30-4667-adb7-d30ddd367135.txt new file mode 100644 index 0000000000000000000000000000000000000000..98face920e9e8a75ef9e3a5619be8f953af53138 --- /dev/null +++ b/texts/5b86b92c-ed30-4667-adb7-d30ddd367135.txt @@ -0,0 +1 @@ +Korean handsome guy with clear facial features, grassland, snow capped mountains, snowboarding, snow covered areas, cat \ No newline at end of file diff --git a/texts/5b87cc8c-1f95-4e87-832e-3fc2ec845574.txt b/texts/5b87cc8c-1f95-4e87-832e-3fc2ec845574.txt new file mode 100644 index 0000000000000000000000000000000000000000..5138699a16a647de61a17b13aa745223c1c93546 --- /dev/null +++ b/texts/5b87cc8c-1f95-4e87-832e-3fc2ec845574.txt @@ -0,0 +1 @@ +A Hello Kitty doll, dressed in a white kimono, playing a Japanese koto in a traditional Japanese room with a dreamy style. \ No newline at end of file diff --git a/texts/5b8c721d-4a8f-4581-9593-d8dbfd870b12.txt b/texts/5b8c721d-4a8f-4581-9593-d8dbfd870b12.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aec96338ccbcaa1d492f4e510ab1d67545ced43 --- /dev/null +++ b/texts/5b8c721d-4a8f-4581-9593-d8dbfd870b12.txt @@ -0,0 +1 @@ +Green aurora light snow, West Highland in a Santa hat \ No newline at end of file diff --git a/texts/5b902498-8888-495d-a309-f3bef48975e5.txt b/texts/5b902498-8888-495d-a309-f3bef48975e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a662b0d4d4c166aaf284f0f717410be09ca09d4 --- /dev/null +++ b/texts/5b902498-8888-495d-a309-f3bef48975e5.txt @@ -0,0 +1 @@ +Seaside West Highlands Rainbow \ No newline at end of file diff --git a/texts/5b9770d5-d6b5-4a18-8396-6ade811fbcb9.txt b/texts/5b9770d5-d6b5-4a18-8396-6ade811fbcb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..295b81924e169c6b15b0eb9f304ca1b9152b3a23 --- /dev/null +++ b/texts/5b9770d5-d6b5-4a18-8396-6ade811fbcb9.txt @@ -0,0 +1 @@ +ip hello kitty and ip Cherry Komaruko work in the office building \ No newline at end of file diff --git a/texts/5b99146d-1d55-4a11-9574-07c7704d430e.txt b/texts/5b99146d-1d55-4a11-9574-07c7704d430e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ee8e6164f30fab4cf0d2b7fcf472c9ffddee87b --- /dev/null +++ b/texts/5b99146d-1d55-4a11-9574-07c7704d430e.txt @@ -0,0 +1 @@ +A West Highland White Terrier is spending Christmas in the snow. He looks white fluffy and tidy. And also ther is a warm bonfire around \ No newline at end of file diff --git a/texts/5b9c50a7-7e39-4590-a029-a3b4a02a0792.txt b/texts/5b9c50a7-7e39-4590-a029-a3b4a02a0792.txt new file mode 100644 index 0000000000000000000000000000000000000000..60404dd8bda85f0dca958d0706c7f4f18506fe8c --- /dev/null +++ b/texts/5b9c50a7-7e39-4590-a029-a3b4a02a0792.txt @@ -0,0 +1 @@ +A cute red panda retriever on the sofa, wearing a Christmas tie hat, hold a cup of whisky, sunrise shining, looking depressed. \ No newline at end of file diff --git a/texts/5ba24b56-c0b4-4563-b54c-6094cccac566.txt b/texts/5ba24b56-c0b4-4563-b54c-6094cccac566.txt new file mode 100644 index 0000000000000000000000000000000000000000..c31b7f239a12fb3eadff6891498fd227279b5827 --- /dev/null +++ b/texts/5ba24b56-c0b4-4563-b54c-6094cccac566.txt @@ -0,0 +1 @@ +A mickey mouse and a volcano \ No newline at end of file diff --git a/texts/5ba65941-1b22-4c5b-9b81-92111be6a197.txt b/texts/5ba65941-1b22-4c5b-9b81-92111be6a197.txt new file mode 100644 index 0000000000000000000000000000000000000000..37721cd1d457d7e022c008756b92073e19b9e450 --- /dev/null +++ b/texts/5ba65941-1b22-4c5b-9b81-92111be6a197.txt @@ -0,0 +1 @@ +a black cat laying on softy couch, and read a book. \ No newline at end of file diff --git a/texts/5ba7febe-5cfe-40dc-918a-ec81532d01bd.txt b/texts/5ba7febe-5cfe-40dc-918a-ec81532d01bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c8e95fab6c9ce393f3d28a311585982c4f1e0cc --- /dev/null +++ b/texts/5ba7febe-5cfe-40dc-918a-ec81532d01bd.txt @@ -0,0 +1 @@ +A long haired calico cat is lying on the lawn, smoking and exhaling smoke rings \ No newline at end of file diff --git a/texts/5bb115ff-8711-4759-9f7f-e70f1e087e49.txt b/texts/5bb115ff-8711-4759-9f7f-e70f1e087e49.txt new file mode 100644 index 0000000000000000000000000000000000000000..e518c24308188077c3ed2792577d70f77835121f --- /dev/null +++ b/texts/5bb115ff-8711-4759-9f7f-e70f1e087e49.txt @@ -0,0 +1 @@ +It's snowing heavily, the sky is very dark, and there is a puppy with a bib. \ No newline at end of file diff --git a/texts/5bca6ce2-3835-475b-bd60-26620005f701.txt b/texts/5bca6ce2-3835-475b-bd60-26620005f701.txt new file mode 100644 index 0000000000000000000000000000000000000000..169e8ce9bc0fd84a52318afd2a4752e71e23aa87 --- /dev/null +++ b/texts/5bca6ce2-3835-475b-bd60-26620005f701.txt @@ -0,0 +1 @@ +In winter, the snow-covered mountains to the right in the distance are thunderstorms and giants inside, while to the left the sunset is especially red and diffuse \ No newline at end of file diff --git a/texts/5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db.txt b/texts/5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e999a82d1fce9b3586a478888e6669c8b225542 --- /dev/null +++ b/texts/5bcea33e-ed35-4efd-b0b2-0ce1ef9bd6db.txt @@ -0,0 +1 @@ +Two cats fighting with magic, Harry Potter \ No newline at end of file diff --git a/texts/5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9.txt b/texts/5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..81f05889df59d204b6e2ec635db2f6cadc66749c --- /dev/null +++ b/texts/5bcfacb5-6744-45e5-8ec9-d3d7ec5ff9e9.txt @@ -0,0 +1 @@ +A fluffy yellow cat sitting under the chirstmas tree and looking up with a crown on it and green wings \ No newline at end of file diff --git a/texts/5bcff030-a07e-44ec-964b-89fce06f400f.txt b/texts/5bcff030-a07e-44ec-964b-89fce06f400f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6315b4a0f42228b54772beaccab421967e33b1c7 --- /dev/null +++ b/texts/5bcff030-a07e-44ec-964b-89fce06f400f.txt @@ -0,0 +1 @@ +A bear is enjoying hot pot, while snow falls outside the window. "Vernon" is written in the snow outside. \ No newline at end of file diff --git a/texts/5bd2a434-01f7-45e6-b909-d581d20bcced.txt b/texts/5bd2a434-01f7-45e6-b909-d581d20bcced.txt new file mode 100644 index 0000000000000000000000000000000000000000..74e19156211fe3e4e0e0d9ae045235c9fdb6fdf7 --- /dev/null +++ b/texts/5bd2a434-01f7-45e6-b909-d581d20bcced.txt @@ -0,0 +1 @@ +The cutie baby panda wears a chef's hat and has various flavors of bread and snacks beside him and a school bag with pendants and keychains on the table and little pink decorations on the wall.Brighter tone \ No newline at end of file diff --git a/texts/5bd98879-36d3-4beb-be0d-d44afbdc048a.txt b/texts/5bd98879-36d3-4beb-be0d-d44afbdc048a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a1b141717b44a4dcdd1d0cc2403fb077396c353 --- /dev/null +++ b/texts/5bd98879-36d3-4beb-be0d-d44afbdc048a.txt @@ -0,0 +1 @@ +hello Kitty, gun, sunglasses, snow, Christmas tree, \ No newline at end of file diff --git a/texts/5bda1a65-5741-4ae9-a041-b75d1f9f040d.txt b/texts/5bda1a65-5741-4ae9-a041-b75d1f9f040d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f65d40387b1b3e3760eafbc576635044baa23a8 --- /dev/null +++ b/texts/5bda1a65-5741-4ae9-a041-b75d1f9f040d.txt @@ -0,0 +1 @@ +Donald duck is enjoying christmas day. There is a christmas tree besides him. The picture should be very funny and cute. \ No newline at end of file diff --git a/texts/5bda6670-a734-4f46-ba57-95c00a15bf05.txt b/texts/5bda6670-a734-4f46-ba57-95c00a15bf05.txt new file mode 100644 index 0000000000000000000000000000000000000000..fec4cc7727ac35302eca4274cc3f39f128f6681d --- /dev/null +++ b/texts/5bda6670-a734-4f46-ba57-95c00a15bf05.txt @@ -0,0 +1 @@ +The sky is full of stars and it is snowing, and the lamb passes by a bakery \ No newline at end of file diff --git a/texts/5bdff721-8c6c-43de-9bb5-a31159ed5352.txt b/texts/5bdff721-8c6c-43de-9bb5-a31159ed5352.txt new file mode 100644 index 0000000000000000000000000000000000000000..0607fe2fa0f072f950f16e63c24729308de29b3d --- /dev/null +++ b/texts/5bdff721-8c6c-43de-9bb5-a31159ed5352.txt @@ -0,0 +1 @@ +At night, a Shiba Inu wearing a Christmas hat stood on the snow, with a Christmas tree filled with gift boxes and brightly lit lights next to it. Snowflakes drifted in the sky, and there were aurora lights in the sky \ No newline at end of file diff --git a/texts/5bf713c3-54fa-4135-8da2-a2ab6d9d7366.txt b/texts/5bf713c3-54fa-4135-8da2-a2ab6d9d7366.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a420084cd067ed5f7d1d2ad7a8f4bc016b3d62e --- /dev/null +++ b/texts/5bf713c3-54fa-4135-8da2-a2ab6d9d7366.txt @@ -0,0 +1 @@ +It's raining heavily in the desert, and the sea kisses the shark. \ No newline at end of file diff --git a/texts/5c000684-985a-48ab-8c0b-dcab666e3cf0.txt b/texts/5c000684-985a-48ab-8c0b-dcab666e3cf0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a429f28e26c9d91d218be3125c59ab0763f542f8 --- /dev/null +++ b/texts/5c000684-985a-48ab-8c0b-dcab666e3cf0.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white golden-haired puppy wearing a Christmas hat, next to it is a Christmas tree, and "x1n" is written on the snow, with traces of puppy claws. Melancholy blue night scene, the dream with light particlesThe stunning night view, the blurred city lights and colorful fireworks illuminate the sky, creating a warm, festive and romantic atmosphere. \ No newline at end of file diff --git a/texts/5c09e446-737a-4566-8d6e-47fb44e0ca94.txt b/texts/5c09e446-737a-4566-8d6e-47fb44e0ca94.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0ee50f88fbb373689e4229f781c7b5953211a85 --- /dev/null +++ b/texts/5c09e446-737a-4566-8d6e-47fb44e0ca94.txt @@ -0,0 +1 @@ +Shanghai street, Asian handsome man with glasses sitting cross-legged on street, head surrounded by crystal butterflies, movie shot, surreal, 2000 style, DVD,preposterous \ No newline at end of file diff --git a/texts/5c1913a9-9b3d-47ab-820e-edea71a91673.txt b/texts/5c1913a9-9b3d-47ab-820e-edea71a91673.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f3ccb52c1a27d5075d20d3dc92350969da5e9cf --- /dev/null +++ b/texts/5c1913a9-9b3d-47ab-820e-edea71a91673.txt @@ -0,0 +1 @@ +A Western Highland White Terrier Builds Snowman on Christmas Day \ No newline at end of file diff --git a/texts/5c2b2954-0308-4020-a436-097d1c4cbab0.txt b/texts/5c2b2954-0308-4020-a436-097d1c4cbab0.txt new file mode 100644 index 0000000000000000000000000000000000000000..684d3bf8a20cdffebd8c4d2373903a847e5749c8 --- /dev/null +++ b/texts/5c2b2954-0308-4020-a436-097d1c4cbab0.txt @@ -0,0 +1 @@ +a lovely otter celebrating snowy chistmas happily \ No newline at end of file diff --git a/texts/5c2bcdd8-a079-4c7b-84c4-e40a91399135.txt b/texts/5c2bcdd8-a079-4c7b-84c4-e40a91399135.txt new file mode 100644 index 0000000000000000000000000000000000000000..5340a436d37e91ba8541d8b0ddec5cb76ea1d590 --- /dev/null +++ b/texts/5c2bcdd8-a079-4c7b-84c4-e40a91399135.txt @@ -0,0 +1 @@ +An otter is painting \ No newline at end of file diff --git a/texts/5c2c1f64-56c5-49cc-937b-c64d16c410e2.txt b/texts/5c2c1f64-56c5-49cc-937b-c64d16c410e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3db9381962437a1378c3b1d0cc693547580f64f0 --- /dev/null +++ b/texts/5c2c1f64-56c5-49cc-937b-c64d16c410e2.txt @@ -0,0 +1 @@ +A little white fluffy cat with wings wearing a pair of purple glasses, is lying in the middile of the picture. The cat looks very lazy and cozy. \ No newline at end of file diff --git a/texts/5c3b41fc-d588-44d5-972f-7d1bde55d1e8.txt b/texts/5c3b41fc-d588-44d5-972f-7d1bde55d1e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..facd8cea195a9c604f1ff7dc4fa77242d0a7a300 --- /dev/null +++ b/texts/5c3b41fc-d588-44d5-972f-7d1bde55d1e8.txt @@ -0,0 +1 @@ +By the sea, blue sky, two men on horses in the distance, a campfire in the distance \ No newline at end of file diff --git a/texts/5c3c7417-7237-4291-9109-ab054898d7d6.txt b/texts/5c3c7417-7237-4291-9109-ab054898d7d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..57903476397b0c8371dffd2a805a1a4c581f56de --- /dev/null +++ b/texts/5c3c7417-7237-4291-9109-ab054898d7d6.txt @@ -0,0 +1 @@ +chocolate-colored small size long-haired dachshund sunbathing on the seafront in Brighton City \ No newline at end of file diff --git a/texts/5c408ea5-3724-4950-9745-f9cba2d64895.txt b/texts/5c408ea5-3724-4950-9745-f9cba2d64895.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b742a3ef6964576cbeafedb246f4c4c42b4bf6d --- /dev/null +++ b/texts/5c408ea5-3724-4950-9745-f9cba2d64895.txt @@ -0,0 +1 @@ +A little black cat with a scarf plays the guitar in the snow \ No newline at end of file diff --git a/texts/5c420e13-54eb-4aea-8e8d-2a30339a924b.txt b/texts/5c420e13-54eb-4aea-8e8d-2a30339a924b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5ab0c9cad847dd2afbee2d7bdcfb90c32487814 --- /dev/null +++ b/texts/5c420e13-54eb-4aea-8e8d-2a30339a924b.txt @@ -0,0 +1 @@ +a cat in the snow \ No newline at end of file diff --git a/texts/5c42a0c2-252a-4f75-bc21-202c474f9534.txt b/texts/5c42a0c2-252a-4f75-bc21-202c474f9534.txt new file mode 100644 index 0000000000000000000000000000000000000000..60a110890631f14bf4dc9f3ae205a74f57c16f43 --- /dev/null +++ b/texts/5c42a0c2-252a-4f75-bc21-202c474f9534.txt @@ -0,0 +1 @@ +An orange and white cat with an orange point on his nose, sitting in Zazen in a meditating position \ No newline at end of file diff --git a/texts/5c4a319a-7ceb-4281-b53e-e08e200046b5.txt b/texts/5c4a319a-7ceb-4281-b53e-e08e200046b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f5b828c6d22398c2f40e7f8d8b7800a57bb9a8 --- /dev/null +++ b/texts/5c4a319a-7ceb-4281-b53e-e08e200046b5.txt @@ -0,0 +1 @@ +A surgeon with his back to the camera washing hand \ No newline at end of file diff --git a/texts/5c5a05e7-92b2-407e-9e5f-a6721151ef2e.txt b/texts/5c5a05e7-92b2-407e-9e5f-a6721151ef2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ada464c06c26c9adec01dcd8d1fa39fa5a91fc8 --- /dev/null +++ b/texts/5c5a05e7-92b2-407e-9e5f-a6721151ef2e.txt @@ -0,0 +1 @@ +A cat and a snowman are standing together in front of McDonald's \ No newline at end of file diff --git a/texts/5c600d9b-c79c-47e5-a3a2-d1c26cebc803.txt b/texts/5c600d9b-c79c-47e5-a3a2-d1c26cebc803.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa3221b04f429ea30c938ce4848e760cc86d6396 --- /dev/null +++ b/texts/5c600d9b-c79c-47e5-a3a2-d1c26cebc803.txt @@ -0,0 +1 @@ +A hard working guinea with its laptop \ No newline at end of file diff --git a/texts/5c602fa6-1077-4c62-bf21-17e31ddd6ea4.txt b/texts/5c602fa6-1077-4c62-bf21-17e31ddd6ea4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0270ae88bb51d55ab8a43890c43236593912259d --- /dev/null +++ b/texts/5c602fa6-1077-4c62-bf21-17e31ddd6ea4.txt @@ -0,0 +1 @@ +The coffee cup on the red table \ No newline at end of file diff --git a/texts/5c608e8e-a451-4d66-b0a3-084d27debf61.txt b/texts/5c608e8e-a451-4d66-b0a3-084d27debf61.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e09f0bad9f71a8284a451dbb878ad3eb2a1dc55 --- /dev/null +++ b/texts/5c608e8e-a451-4d66-b0a3-084d27debf61.txt @@ -0,0 +1 @@ +Outside the window, the snow was white, and inside the window, two dragonli cats were sleeping closely to each other, lying on a large soft quilt printed with forest, and the big fireplace was burning in the room \ No newline at end of file diff --git a/texts/5c60a703-1944-42a7-844b-29ee5afe3469.txt b/texts/5c60a703-1944-42a7-844b-29ee5afe3469.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d326ddbd9106b82f8f87637c84c0c9af7291778 --- /dev/null +++ b/texts/5c60a703-1944-42a7-844b-29ee5afe3469.txt @@ -0,0 +1 @@ +A West Highland dog with wings in the snow \ No newline at end of file diff --git a/texts/5c61214c-76e6-4999-9eed-5399454be74e.txt b/texts/5c61214c-76e6-4999-9eed-5399454be74e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3515888eb068f09a6c4c8fa9cc883cfa9e31f27b --- /dev/null +++ b/texts/5c61214c-76e6-4999-9eed-5399454be74e.txt @@ -0,0 +1 @@ +a messy bed, stacks of books, cigarette, windows, sea side \ No newline at end of file diff --git a/texts/5c6c0860-7c60-4c62-a635-fbc21660accf.txt b/texts/5c6c0860-7c60-4c62-a635-fbc21660accf.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dc1ff312f55cd5a03d3fd5f4f3e5fac8fe8b55e --- /dev/null +++ b/texts/5c6c0860-7c60-4c62-a635-fbc21660accf.txt @@ -0,0 +1 @@ +A white dog on the phone at Christmas in the snow \ No newline at end of file diff --git a/texts/5c8174cc-b539-4919-83e7-d9c7d1ea56fd.txt b/texts/5c8174cc-b539-4919-83e7-d9c7d1ea56fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..738914dcb8e3f74e29597a750a857b8c3bb96773 --- /dev/null +++ b/texts/5c8174cc-b539-4919-83e7-d9c7d1ea56fd.txt @@ -0,0 +1 @@ +Yorkshire puppy's head is golden hair, gray hair on its back and wings, and white Maltese puppy angels play on the beach by the sea. \ No newline at end of file diff --git a/texts/5c83f3dc-e09d-46cc-8484-29cd6e7f9603.txt b/texts/5c83f3dc-e09d-46cc-8484-29cd6e7f9603.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ddbcb46336f52bba9db25142da31b4ccb03ad4 --- /dev/null +++ b/texts/5c83f3dc-e09d-46cc-8484-29cd6e7f9603.txt @@ -0,0 +1 @@ +A tiger-striped cat with the letters 'JI.' and a ginger orange cat with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside. \ No newline at end of file diff --git a/texts/5c8abf96-2922-44d9-87c7-5bbebf0bf4a0.txt b/texts/5c8abf96-2922-44d9-87c7-5bbebf0bf4a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1df90105a7a7d55e58a2314b286cb8ff594c8055 --- /dev/null +++ b/texts/5c8abf96-2922-44d9-87c7-5bbebf0bf4a0.txt @@ -0,0 +1 @@ +A snake in a suit and sunglasses \ No newline at end of file diff --git a/texts/5ca13f3a-36e6-4272-bd48-513077af2722.txt b/texts/5ca13f3a-36e6-4272-bd48-513077af2722.txt new file mode 100644 index 0000000000000000000000000000000000000000..390591050a4e29b7e14e988671272ebe69581fc4 --- /dev/null +++ b/texts/5ca13f3a-36e6-4272-bd48-513077af2722.txt @@ -0,0 +1 @@ +Written ZCH LOVE ZSH. There are two hello Kitty. Snow. \ No newline at end of file diff --git a/texts/5ca568b9-c4e5-4248-94a1-f9ec7f974879.txt b/texts/5ca568b9-c4e5-4248-94a1-f9ec7f974879.txt new file mode 100644 index 0000000000000000000000000000000000000000..91de586944fcf6c3518f52b423963b90bb9ad4b7 --- /dev/null +++ b/texts/5ca568b9-c4e5-4248-94a1-f9ec7f974879.txt @@ -0,0 +1 @@ +a brown Maine coon is Lying belly up on the lawn full of bubbles \ No newline at end of file diff --git a/texts/5cab844f-c772-4267-8499-6ab0265a401c.txt b/texts/5cab844f-c772-4267-8499-6ab0265a401c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a19132df7b6fef3ff86b8df0f9f8d0e157464b5 --- /dev/null +++ b/texts/5cab844f-c772-4267-8499-6ab0265a401c.txt @@ -0,0 +1 @@ +A pink rabbit is holding a bouquet of roses under the starry sky \ No newline at end of file diff --git a/texts/5cab915a-a77d-4a06-b8f4-4231ac0642f8.txt b/texts/5cab915a-a77d-4a06-b8f4-4231ac0642f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..5199ab4c67106ae69005192f8a8fe11ef479aa46 --- /dev/null +++ b/texts/5cab915a-a77d-4a06-b8f4-4231ac0642f8.txt @@ -0,0 +1 @@ +The puppy and the Chinese owner are on the sunny white beach. The puppy's name is chole written on the beach. Bright beach.The owner wears a blue t-shirt and a black trousers.The owner is striking the puppy.The owner is facing the camera with his back. \ No newline at end of file diff --git a/texts/5cabb83f-6772-4576-98ba-7958917beaed.txt b/texts/5cabb83f-6772-4576-98ba-7958917beaed.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a71cd7cea1a09c71cad993bd1ed5cf8a272d542 --- /dev/null +++ b/texts/5cabb83f-6772-4576-98ba-7958917beaed.txt @@ -0,0 +1 @@ +A cat sits here holding an oat latte watching the volcanic eruption, wearing a pink star outfit with CQL written on it. \ No newline at end of file diff --git a/texts/5cad7d30-e613-4fe6-bbaf-ed24a4a268f7.txt b/texts/5cad7d30-e613-4fe6-bbaf-ed24a4a268f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..9709ddcbb04bc5b86bf56e20c29438fc6cfc7367 --- /dev/null +++ b/texts/5cad7d30-e613-4fe6-bbaf-ed24a4a268f7.txt @@ -0,0 +1 @@ +Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.The performer on the stage had short black hair and was wearing a black T-shirt,Wearing a shiny diamond-studded necklace. \ No newline at end of file diff --git a/texts/5cbc732e-e82e-42f8-8165-aa5bd5a281c1.txt b/texts/5cbc732e-e82e-42f8-8165-aa5bd5a281c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..36300650d189b2af9f70e099308c38497f209a2b --- /dev/null +++ b/texts/5cbc732e-e82e-42f8-8165-aa5bd5a281c1.txt @@ -0,0 +1 @@ +A man back wear wh t-sh \ No newline at end of file diff --git a/texts/5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631.txt b/texts/5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631.txt new file mode 100644 index 0000000000000000000000000000000000000000..eebf3a76ae006fd51d07284a94220821e845ae07 --- /dev/null +++ b/texts/5cc457b8-57f1-4ba0-8f4c-5ca2e86ac631.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "XYQ" engraved on the snow \ No newline at end of file diff --git a/texts/5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c.txt b/texts/5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c.txt new file mode 100644 index 0000000000000000000000000000000000000000..94154d92d435a12f7508744e4837cee5e58046fa --- /dev/null +++ b/texts/5ccb9230-fb8d-4fc6-b3d6-5cf117f2185c.txt @@ -0,0 +1 @@ +This photo has a mysterious and slightly eerie atmosphere. The subject in the picture appears to be wearing a glowing mask whose glow stands out in the darkness. The subject is holding a camera and appears to be filming. The background is dim, with a few stacked items and a door visible, suggesting an indoor setting. The contrast of light is intense, with the main light source coming from the mask and camera flash, creating a sense of tension and uncertainty. This shooting style may be used in art photography or film scenes, and is intended to arouse curiosity and tension in the viewer. \ No newline at end of file diff --git a/texts/5ccccd3c-1eb5-4e17-93dd-c556249ed1be.txt b/texts/5ccccd3c-1eb5-4e17-93dd-c556249ed1be.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f83b0a871258a926f5f7ef87a242607e615b9a1 --- /dev/null +++ b/texts/5ccccd3c-1eb5-4e17-93dd-c556249ed1be.txt @@ -0,0 +1 @@ +A pug wearing a rainbow hat is in the dandelion grassland. \ No newline at end of file diff --git a/texts/5ce0985e-588f-441e-81b3-b05a99f14ce4.txt b/texts/5ce0985e-588f-441e-81b3-b05a99f14ce4.txt new file mode 100644 index 0000000000000000000000000000000000000000..98f8f7763e51e00cda54becd6869b24a7ad50fb8 --- /dev/null +++ b/texts/5ce0985e-588f-441e-81b3-b05a99f14ce4.txt @@ -0,0 +1 @@ +There is a small American Shorthair cat lying on the warm yellow sofa in the blue room, and a large golden retriever dog on the light gray carpet. The dog looks very happy \ No newline at end of file diff --git a/texts/5ce0b817-c30d-4102-8462-35229731558b.txt b/texts/5ce0b817-c30d-4102-8462-35229731558b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5c50e4239e393a2ec58a791ca083e561fb99d10 --- /dev/null +++ b/texts/5ce0b817-c30d-4102-8462-35229731558b.txt @@ -0,0 +1 @@ +There is a volcano in the distance, fireworks are set off in the dark and snowy night, and a golden retriever and two short-legged cats are playing in the snow \ No newline at end of file diff --git a/texts/5ce4fec9-8984-4c56-8c14-67e3fb73c9c5.txt b/texts/5ce4fec9-8984-4c56-8c14-67e3fb73c9c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..514b2280c29deecc8714b7a698c080784191703a --- /dev/null +++ b/texts/5ce4fec9-8984-4c56-8c14-67e3fb73c9c5.txt @@ -0,0 +1 @@ +HelloKitty in a yellow skirt is Learning \ No newline at end of file diff --git a/texts/5ceed57e-43db-4652-838c-e21b3e627df2.txt b/texts/5ceed57e-43db-4652-838c-e21b3e627df2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a51dcd222bf3e26cfe1bdf932243da0bd14f84a5 --- /dev/null +++ b/texts/5ceed57e-43db-4652-838c-e21b3e627df2.txt @@ -0,0 +1 @@ +a sparrowin standing in front of the mirror and looked at herself like a princess. \ No newline at end of file diff --git a/texts/5cefae69-e70a-431a-a72e-c7bc7d555bf4.txt b/texts/5cefae69-e70a-431a-a72e-c7bc7d555bf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..39957e7be5ea3257a0f1193b3698a8b283f6c989 --- /dev/null +++ b/texts/5cefae69-e70a-431a-a72e-c7bc7d555bf4.txt @@ -0,0 +1 @@ +The little black bear is picking red apples from a tree. \ No newline at end of file diff --git a/texts/5cf6b66e-2171-446f-955b-b8c37665e2b6.txt b/texts/5cf6b66e-2171-446f-955b-b8c37665e2b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7dbd237a7c361e1e5d00629f1ee458a5efaa911 --- /dev/null +++ b/texts/5cf6b66e-2171-446f-955b-b8c37665e2b6.txt @@ -0,0 +1 @@ +the black Rover mini sprite is flying in beach ,all wheels are burning, in Macau \ No newline at end of file diff --git a/texts/5d031b43-0cf4-4c8d-8466-33881adb59bd.txt b/texts/5d031b43-0cf4-4c8d-8466-33881adb59bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..a251ebd4cf3bb2726342d9943b1200b2e6418db0 --- /dev/null +++ b/texts/5d031b43-0cf4-4c8d-8466-33881adb59bd.txt @@ -0,0 +1 @@ +phd schnauzer \ No newline at end of file diff --git a/texts/5d05fd7c-8e96-4473-821b-55801106f2b6.txt b/texts/5d05fd7c-8e96-4473-821b-55801106f2b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..48e25cb153a3a538b01fdd9f2a6927f0cbbaf56b --- /dev/null +++ b/texts/5d05fd7c-8e96-4473-821b-55801106f2b6.txt @@ -0,0 +1 @@ +A short blue cat was watching fireworks on the beach and there were many fireworks in the sky \ No newline at end of file diff --git a/texts/5d064372-550a-4333-aac4-a21f57580ac2.txt b/texts/5d064372-550a-4333-aac4-a21f57580ac2.txt new file mode 100644 index 0000000000000000000000000000000000000000..db6af376a46b565141a7dc3a93992b922dc05b09 --- /dev/null +++ b/texts/5d064372-550a-4333-aac4-a21f57580ac2.txt @@ -0,0 +1 @@ +Hello Kitty and Stitch in a thick snowy field, under a starry sky with fireworks lighting up the night. \ No newline at end of file diff --git a/texts/5d1a4bf6-056c-400d-a33c-6e03a80399ce.txt b/texts/5d1a4bf6-056c-400d-a33c-6e03a80399ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..510da8871508212ab8707e2b5c043120be4aa555 --- /dev/null +++ b/texts/5d1a4bf6-056c-400d-a33c-6e03a80399ce.txt @@ -0,0 +1 @@ +From the eyes grew trees covered with blue blossoms, and blue glowing butterflies flitted by the side. The snow-covered beach. \ No newline at end of file diff --git a/texts/5d249c0f-3dbb-447a-b0d6-12bdfc4589df.txt b/texts/5d249c0f-3dbb-447a-b0d6-12bdfc4589df.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d9d31369934747a8c8fd81386d72caaa809216d --- /dev/null +++ b/texts/5d249c0f-3dbb-447a-b0d6-12bdfc4589df.txt @@ -0,0 +1 @@ +Hello Kitty with cigarette in hand smoking \ No newline at end of file diff --git a/texts/5d2a51cd-5770-4b41-a2d0-c44a6296092d.txt b/texts/5d2a51cd-5770-4b41-a2d0-c44a6296092d.txt new file mode 100644 index 0000000000000000000000000000000000000000..aeb75ad7afceb1b4565c56ce7d31b240ae6f6f88 --- /dev/null +++ b/texts/5d2a51cd-5770-4b41-a2d0-c44a6296092d.txt @@ -0,0 +1 @@ +a young lady with long black straight hair (no hair ban)riding a white horse in Paris street, photo angle from far and front, with iconic Parisian buildings \ No newline at end of file diff --git a/texts/5d33fee8-579c-4217-9065-5e23f6cc9b46.txt b/texts/5d33fee8-579c-4217-9065-5e23f6cc9b46.txt new file mode 100644 index 0000000000000000000000000000000000000000..0571875f7e5e76f6b317fcc5aea3340d7cb5a184 --- /dev/null +++ b/texts/5d33fee8-579c-4217-9065-5e23f6cc9b46.txt @@ -0,0 +1 @@ +A bichon with a scarf printed with klassen in the snow, with woods around and aurora in the sky \ No newline at end of file diff --git a/texts/5d3e8cc6-65a2-4e99-90d1-feda749e01e1.txt b/texts/5d3e8cc6-65a2-4e99-90d1-feda749e01e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a7c4b155c3e871153b071eef429e0716aa1dc65 --- /dev/null +++ b/texts/5d3e8cc6-65a2-4e99-90d1-feda749e01e1.txt @@ -0,0 +1 @@ +A kitten is sitting in a cozy and dreamy environment with a TV, wallpaper with fish patterns, and the Jun logo on the TV. \ No newline at end of file diff --git a/texts/5d3eff08-f75e-4a53-9d97-bf0c6697a4e1.txt b/texts/5d3eff08-f75e-4a53-9d97-bf0c6697a4e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae4c35656f3a585b6631c6ee7b27d8f66561b405 --- /dev/null +++ b/texts/5d3eff08-f75e-4a53-9d97-bf0c6697a4e1.txt @@ -0,0 +1 @@ +A west highland with angel wings running through the snow \ No newline at end of file diff --git a/texts/5d3f889b-a70a-4dff-ab61-a2c48b139cdf.txt b/texts/5d3f889b-a70a-4dff-ab61-a2c48b139cdf.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c2128e489bf73b013cd6cad100ad43af45ee3f3 --- /dev/null +++ b/texts/5d3f889b-a70a-4dff-ab61-a2c48b139cdf.txt @@ -0,0 +1 @@ +Grandma's house, warm atmosphere, wooden furniture, dolls, cats, stove, astronaut exploring the home \ No newline at end of file diff --git a/texts/5d40bf28-3246-4c99-ace1-08b28d9a3a68.txt b/texts/5d40bf28-3246-4c99-ace1-08b28d9a3a68.txt new file mode 100644 index 0000000000000000000000000000000000000000..f36d426f0cf862f69a2d86b25bdb6c411f4a1980 --- /dev/null +++ b/texts/5d40bf28-3246-4c99-ace1-08b28d9a3a68.txt @@ -0,0 +1 @@ +Adult cow cat, sitting in the snow, level view, black line devil's tail, black line minimalist wings, black devil's feet, snowy. \ No newline at end of file diff --git a/texts/5d4bc964-0c27-4fd3-83e3-44d31230eaed.txt b/texts/5d4bc964-0c27-4fd3-83e3-44d31230eaed.txt new file mode 100644 index 0000000000000000000000000000000000000000..30d3d6243ca5787ca4af24a74b3b685456a5af86 --- /dev/null +++ b/texts/5d4bc964-0c27-4fd3-83e3-44d31230eaed.txt @@ -0,0 +1 @@ +A small orange cat with a Christmas hat and a bell around its neck sits under the Christmas tree with lots of Christmas presents on the ground \ No newline at end of file diff --git a/texts/5d562e86-f767-4226-a1b3-8a7bdd1c6031.txt b/texts/5d562e86-f767-4226-a1b3-8a7bdd1c6031.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d9d8c360a2baa141d162ca26cc3605b95c9e0b6 --- /dev/null +++ b/texts/5d562e86-f767-4226-a1b3-8a7bdd1c6031.txt @@ -0,0 +1 @@ +A orange cat, snows, fireworks, magic, stars \ No newline at end of file diff --git a/texts/5d66d3c0-4d5a-467d-b289-ac9508557988.txt b/texts/5d66d3c0-4d5a-467d-b289-ac9508557988.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f1aac255d30a6189ebca724eb9047e5ee964eb --- /dev/null +++ b/texts/5d66d3c0-4d5a-467d-b289-ac9508557988.txt @@ -0,0 +1 @@ +dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background \ No newline at end of file diff --git a/texts/5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c.txt b/texts/5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1f624df256876f72427fa64d6cede4c0172cc55 --- /dev/null +++ b/texts/5d6d8ee9-fd64-4ed7-8454-d174b65f4a9c.txt @@ -0,0 +1 @@ +A brown toy poodle wearing sunglasses and a pearl necklace is driving a vintage convertible, with a background full of cacti. \ No newline at end of file diff --git a/texts/5d6ee4dc-af4a-4250-a60a-c5039f81ea1d.txt b/texts/5d6ee4dc-af4a-4250-a60a-c5039f81ea1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cfd529d05a78d64d853f64485ac65d420d11ba1 --- /dev/null +++ b/texts/5d6ee4dc-af4a-4250-a60a-c5039f81ea1d.txt @@ -0,0 +1 @@ +Draw a Canis lupus familiaris wearing a baking suit and a chef's hat with a bow on it, with a meadow and snow-capped mountains in the background \ No newline at end of file diff --git a/texts/5d7fb795-030e-467d-baaf-e0131807bee0.txt b/texts/5d7fb795-030e-467d-baaf-e0131807bee0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e47690a2b4685050fd63139121c06510979ea3e8 --- /dev/null +++ b/texts/5d7fb795-030e-467d-baaf-e0131807bee0.txt @@ -0,0 +1 @@ +graffiti on the wall text "NBW" \ No newline at end of file diff --git a/texts/5d806e7c-a8e9-4d6e-9c57-a509d11e2632.txt b/texts/5d806e7c-a8e9-4d6e-9c57-a509d11e2632.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7c56194e3c6f8dd87821a7a697d82139d6d88b5 --- /dev/null +++ b/texts/5d806e7c-a8e9-4d6e-9c57-a509d11e2632.txt @@ -0,0 +1 @@ +cat is painfully studying in the library, surrounded by books \ No newline at end of file diff --git a/texts/5d8359e8-9312-4f16-bbc7-60f4abf9975a.txt b/texts/5d8359e8-9312-4f16-bbc7-60f4abf9975a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b692a7929441114a5ce4da1e24502bc8c3487696 --- /dev/null +++ b/texts/5d8359e8-9312-4f16-bbc7-60f4abf9975a.txt @@ -0,0 +1 @@ +A cute monkey is reading the book,and dirnking a glass of wine, Although there was a big fire outside the house, but monkey remained calm,Close shot \ No newline at end of file diff --git a/texts/5d8a814c-110b-4efb-9219-329200a2fad6.txt b/texts/5d8a814c-110b-4efb-9219-329200a2fad6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4ee5453588a6f1bb8debe145996010a833cbc5b --- /dev/null +++ b/texts/5d8a814c-110b-4efb-9219-329200a2fad6.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance. Next to the little white golden hair puppy in a Christmas hat is the Christmas tree. "x1n" is written on the snow, and there are traces of a puppy. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7.txt b/texts/5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0c3653e6d53801ebbd9e85ddb5c6367da7ad6b9 --- /dev/null +++ b/texts/5d9e21fa-921d-42a7-ae8b-c0edb9bf91b7.txt @@ -0,0 +1 @@ +A child in a yellow raincoat in the distance, his face stiff \ No newline at end of file diff --git a/texts/5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5.txt b/texts/5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..287702ab13af6e26cc1e0440bd071b818e8710dd --- /dev/null +++ b/texts/5d9f4825-8c9e-4e74-8b58-3a8ada4e51c5.txt @@ -0,0 +1 @@ +There was a cat in the house and have a christmas tree , Strawberry cake \ No newline at end of file diff --git a/texts/5db465ac-a807-422f-88af-2ea7ea87f24b.txt b/texts/5db465ac-a807-422f-88af-2ea7ea87f24b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2d5c0ba8f940acbd905069267336ac5931c5270 --- /dev/null +++ b/texts/5db465ac-a807-422f-88af-2ea7ea87f24b.txt @@ -0,0 +1 @@ +a small green hill in the outskirts \ No newline at end of file diff --git a/texts/5dbcffbe-335c-4a78-bbc9-24da5971dc33.txt b/texts/5dbcffbe-335c-4a78-bbc9-24da5971dc33.txt new file mode 100644 index 0000000000000000000000000000000000000000..972a05837e27f3e8d893bcad1a28a44fca61e13b --- /dev/null +++ b/texts/5dbcffbe-335c-4a78-bbc9-24da5971dc33.txt @@ -0,0 +1 @@ +A Hello Kitty lie on the bed, flash, film style \ No newline at end of file diff --git a/texts/5dc839e1-389b-4f16-8dd0-401edeeb130b.txt b/texts/5dc839e1-389b-4f16-8dd0-401edeeb130b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9187e3673d1623e9db2a3c3efa812d805bd83180 --- /dev/null +++ b/texts/5dc839e1-389b-4f16-8dd0-401edeeb130b.txt @@ -0,0 +1 @@ +A man is swinging in the snow \ No newline at end of file diff --git a/texts/5dce16ad-3089-4484-a096-d857b4b58834.txt b/texts/5dce16ad-3089-4484-a096-d857b4b58834.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d386737b9959ebe53b2acb742dd4b3b5a84a18 --- /dev/null +++ b/texts/5dce16ad-3089-4484-a096-d857b4b58834.txt @@ -0,0 +1 @@ +hellokitty cat and an asigin young lady are having a christmas afternoon tea party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background,a lot of dessert and cakes \ No newline at end of file diff --git a/texts/5dce9a33-a801-4ec5-960e-60de2a4035cc.txt b/texts/5dce9a33-a801-4ec5-960e-60de2a4035cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..51e9a67043d7f5106e4908c7dbb9d3970b96b86e --- /dev/null +++ b/texts/5dce9a33-a801-4ec5-960e-60de2a4035cc.txt @@ -0,0 +1 @@ +a Ronald McDonald holding a machine gun in the office \ No newline at end of file diff --git a/texts/5dd45b28-c2ae-4049-9b1f-17440099ec66.txt b/texts/5dd45b28-c2ae-4049-9b1f-17440099ec66.txt new file mode 100644 index 0000000000000000000000000000000000000000..07ecca33b51b8de452955d85e2c0c9e9cdc2ac59 --- /dev/null +++ b/texts/5dd45b28-c2ae-4049-9b1f-17440099ec66.txt @@ -0,0 +1 @@ +HelloKitty sitzt an ihrem Schreibtisch mit einer Thermoskanne in der Hand. \ No newline at end of file diff --git a/texts/5dd4d1e4-93a5-4c84-8959-35fde1af286c.txt b/texts/5dd4d1e4-93a5-4c84-8959-35fde1af286c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b454d864356a3cfdb0899ec81feea6ae47dbf2d6 --- /dev/null +++ b/texts/5dd4d1e4-93a5-4c84-8959-35fde1af286c.txt @@ -0,0 +1 @@ +an Angel, long nights, and looming red lights \ No newline at end of file diff --git a/texts/5dda9aa0-876f-416a-b8ae-78055b6e5924.txt b/texts/5dda9aa0-876f-416a-b8ae-78055b6e5924.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cb25544a7d133109bc59e12f7cb48bb2fbb18bb --- /dev/null +++ b/texts/5dda9aa0-876f-416a-b8ae-78055b6e5924.txt @@ -0,0 +1 @@ +Dora A Dream,computer \ No newline at end of file diff --git a/texts/5deb70df-3a14-4f8f-a67f-80e4c1943992.txt b/texts/5deb70df-3a14-4f8f-a67f-80e4c1943992.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc994edc663cdfe20a54b8c15938e95fa3b2c8f5 --- /dev/null +++ b/texts/5deb70df-3a14-4f8f-a67f-80e4c1943992.txt @@ -0,0 +1 @@ +A pink winged Samoye with a birthday hat in the snow, and a cake with "HBD" written on it, with candles on it. \ No newline at end of file diff --git a/texts/5df6abcf-afef-448e-b059-beeb5049aa3f.txt b/texts/5df6abcf-afef-448e-b059-beeb5049aa3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..22236ad8216dc6c8e47bd3118deca4f08de88dcd --- /dev/null +++ b/texts/5df6abcf-afef-448e-b059-beeb5049aa3f.txt @@ -0,0 +1 @@ +a merle boarder collie walking in snowland with camp fire nearby \ No newline at end of file diff --git a/texts/5dfb945d-f2c9-4cc1-8798-e9ea9825375b.txt b/texts/5dfb945d-f2c9-4cc1-8798-e9ea9825375b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8587bbeb8a3a5fb4f1f947ab8fac0a6ba853a72c --- /dev/null +++ b/texts/5dfb945d-f2c9-4cc1-8798-e9ea9825375b.txt @@ -0,0 +1 @@ +Christmas cookies with the letters' chill more 'in appearance \ No newline at end of file diff --git a/texts/5dfc0d7d-392b-433d-88c3-b9a07d579a3d.txt b/texts/5dfc0d7d-392b-433d-88c3-b9a07d579a3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fdd1e37f13284e5e49299f9045b255d6d3f6703 --- /dev/null +++ b/texts/5dfc0d7d-392b-433d-88c3-b9a07d579a3d.txt @@ -0,0 +1 @@ +2 women, 1 man cheering with their glasses of champagne. There must be the "ELEV" Logo written on the wall in helvetica black \ No newline at end of file diff --git a/texts/5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7.txt b/texts/5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7.txt new file mode 100644 index 0000000000000000000000000000000000000000..260de419d39c03f4761f05481451894673bdf4b9 --- /dev/null +++ b/texts/5dfc8c77-3f9c-4607-ba31-3ef6c5abdcf7.txt @@ -0,0 +1 @@ +A husky dog wearing a security guard suite and sunglasses with a gun in paws stands in front of a christmas tree \ No newline at end of file diff --git a/texts/5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0.txt b/texts/5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3cf2f792ec5251c89c84dc932dd91b3360d0a86 --- /dev/null +++ b/texts/5dfe9b6c-2ad9-4c9f-8d2d-1719a90edde0.txt @@ -0,0 +1 @@ +A young and cute samoyed is watching fireworks in the snow, wearing a light yellow scarf , Lin is written in the snow and the dog footprint next to it, the sky is snowing and the background is pink sky, dreamy \ No newline at end of file diff --git a/texts/5e045c14-417f-4fe6-8d1b-0c72dd509163.txt b/texts/5e045c14-417f-4fe6-8d1b-0c72dd509163.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb401bfcdd9c2c0c3532c037bee5c5e60a4e0c97 --- /dev/null +++ b/texts/5e045c14-417f-4fe6-8d1b-0c72dd509163.txt @@ -0,0 +1 @@ +a white long-haired cat with blue eyes who is sitting in a black sofa is drink a bottle of beer (Corona ) in a dimly lit room \ No newline at end of file diff --git a/texts/5e088852-1cb0-41d7-b2c4-aad60eda323c.txt b/texts/5e088852-1cb0-41d7-b2c4-aad60eda323c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5adfe78f453b5046d51b46b1d4378b8ec3cd02b4 --- /dev/null +++ b/texts/5e088852-1cb0-41d7-b2c4-aad60eda323c.txt @@ -0,0 +1 @@ +christmas snowing black cat with blue elements \ No newline at end of file diff --git a/texts/5e0cbd69-4c44-44a6-947e-baf907ed9a2c.txt b/texts/5e0cbd69-4c44-44a6-947e-baf907ed9a2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b8decb70974265dbd065b11c1f3eaf0c33e2617 --- /dev/null +++ b/texts/5e0cbd69-4c44-44a6-947e-baf907ed9a2c.txt @@ -0,0 +1 @@ +dog beach summer fireword write LUV K in the beach \ No newline at end of file diff --git a/texts/5e1486a0-11d7-479e-81a7-e19667d8c0cb.txt b/texts/5e1486a0-11d7-479e-81a7-e19667d8c0cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a5a37c6863143ea990b74e2e316852daaf48b22 --- /dev/null +++ b/texts/5e1486a0-11d7-479e-81a7-e19667d8c0cb.txt @@ -0,0 +1 @@ +hello kitty doll, skirt, skateboard, Christmas tree \ No newline at end of file diff --git a/texts/5e14b286-4352-4dae-8c7c-3dbdbd715655.txt b/texts/5e14b286-4352-4dae-8c7c-3dbdbd715655.txt new file mode 100644 index 0000000000000000000000000000000000000000..413206b33039200d613af922a2b9c508127ebb53 --- /dev/null +++ b/texts/5e14b286-4352-4dae-8c7c-3dbdbd715655.txt @@ -0,0 +1 @@ +A kitten is singing, and a large photo is falling. In the photo, there is a kitten playing baseball, snowing, and a red scarf. \ No newline at end of file diff --git a/texts/5e164c7b-57e6-441d-a6ed-a57dc0222fff.txt b/texts/5e164c7b-57e6-441d-a6ed-a57dc0222fff.txt new file mode 100644 index 0000000000000000000000000000000000000000..a845b1592b3daf3afbb9972fb08625751846144d --- /dev/null +++ b/texts/5e164c7b-57e6-441d-a6ed-a57dc0222fff.txt @@ -0,0 +1 @@ +A piece of tuna sushi on a red plate, the sushi is covered with fresh tuna fillet, and the fish fillet presents an attractive pink color. There are golden decorative lines and some Japanese characters on the plate. In the background, you can see some tableware, including chopsticks, small bowls and plates, and some small packaged seasonings are scattered on the table. The overall scene looks like in a Japanese restaurant. \ No newline at end of file diff --git a/texts/5e1b4721-a69d-4769-86fe-be07ef8c09c9.txt b/texts/5e1b4721-a69d-4769-86fe-be07ef8c09c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ba7b28a20730bd9c878dc739f543b370479af46 --- /dev/null +++ b/texts/5e1b4721-a69d-4769-86fe-be07ef8c09c9.txt @@ -0,0 +1 @@ +a Rilakkuma doll,standing next to the snow, wearing a scarf,WENNN is written in thesnow,in the forest \ No newline at end of file diff --git a/texts/5e2a4563-2ed9-4be9-a1ba-a14999f51f42.txt b/texts/5e2a4563-2ed9-4be9-a1ba-a14999f51f42.txt new file mode 100644 index 0000000000000000000000000000000000000000..e58f005c15acd25ad4e9a5deb00eb41b03f147b8 --- /dev/null +++ b/texts/5e2a4563-2ed9-4be9-a1ba-a14999f51f42.txt @@ -0,0 +1 @@ +a angle raising a sword.blue sky \ No newline at end of file diff --git a/texts/5e2f4832-9362-4ae3-ba82-b261d2072592.txt b/texts/5e2f4832-9362-4ae3-ba82-b261d2072592.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a072bb6d8ea243dcaaf97abe77e0abb5462f32b --- /dev/null +++ b/texts/5e2f4832-9362-4ae3-ba82-b261d2072592.txt @@ -0,0 +1 @@ +At dusk, two good friends were skiing on the high mountain, and one of them was jumping. \ No newline at end of file diff --git a/texts/5e2f5c34-4d50-4adc-bcfc-9e042c28cc68.txt b/texts/5e2f5c34-4d50-4adc-bcfc-9e042c28cc68.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a20f5d42c132575d46da87e62300e8188239f74 --- /dev/null +++ b/texts/5e2f5c34-4d50-4adc-bcfc-9e042c28cc68.txt @@ -0,0 +1 @@ +an orange with 1 leaf placed in a soft sofa, covered with a white blanket \ No newline at end of file diff --git a/texts/5e322911-9afb-4f1e-9bb8-2e5407803ac7.txt b/texts/5e322911-9afb-4f1e-9bb8-2e5407803ac7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c61e6d1fab38491046a6510425f0e1e593284216 --- /dev/null +++ b/texts/5e322911-9afb-4f1e-9bb8-2e5407803ac7.txt @@ -0,0 +1 @@ +The entrance of the Christmas market built with scaffolding \ No newline at end of file diff --git a/texts/5e435dac-1da2-412c-aa01-2b93e143926d.txt b/texts/5e435dac-1da2-412c-aa01-2b93e143926d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab6d1c71a20081aa21c82d71fb9df42e0cb1f2a8 --- /dev/null +++ b/texts/5e435dac-1da2-412c-aa01-2b93e143926d.txt @@ -0,0 +1 @@ +blue tabbycat in the room cuddle \ No newline at end of file diff --git a/texts/5e441949-b1a8-4167-8412-2acce9c28333.txt b/texts/5e441949-b1a8-4167-8412-2acce9c28333.txt new file mode 100644 index 0000000000000000000000000000000000000000..7874bf0e47bc170b03a1e168617a21f6cb872838 --- /dev/null +++ b/texts/5e441949-b1a8-4167-8412-2acce9c28333.txt @@ -0,0 +1 @@ +Little Golden Hair and Little Samoyed watch fireworks and aurora in the snow on Christmas. \ No newline at end of file diff --git a/texts/5e4abb40-c4ae-406e-9b99-9f1cddc689a7.txt b/texts/5e4abb40-c4ae-406e-9b99-9f1cddc689a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..41528156515cb7344baac0eb115b836fe1d3b6cc --- /dev/null +++ b/texts/5e4abb40-c4ae-406e-9b99-9f1cddc689a7.txt @@ -0,0 +1 @@ +A big blue Angry doraemon, a cinamon roll, broken happy birthday cake \ No newline at end of file diff --git a/texts/5e4f8338-e185-443f-bfd7-c4caf19410c5.txt b/texts/5e4f8338-e185-443f-bfd7-c4caf19410c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e354ac259b2fdb1d6e76319f4507eba8de0d1dd --- /dev/null +++ b/texts/5e4f8338-e185-443f-bfd7-c4caf19410c5.txt @@ -0,0 +1 @@ +A five year old pale yellow golden retriever with a pair of wings is standing in the snow chasing a butterfly in the blues time. \ No newline at end of file diff --git a/texts/5e56dd34-0ee5-4003-85a4-75a22b80c1c7.txt b/texts/5e56dd34-0ee5-4003-85a4-75a22b80c1c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ed01d0a795199621980817198f6ce557c55d333 --- /dev/null +++ b/texts/5e56dd34-0ee5-4003-85a4-75a22b80c1c7.txt @@ -0,0 +1 @@ +There is a white Ferrari on fire burning on the snow, and the words "WHITE FERRARI" are written in large letters in the sky. \ No newline at end of file diff --git a/texts/5e5a183a-51f2-4e93-965a-970910aff2a4.txt b/texts/5e5a183a-51f2-4e93-965a-970910aff2a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e348cfadca5eaf048c1d4e10e2300cc68af93129 --- /dev/null +++ b/texts/5e5a183a-51f2-4e93-965a-970910aff2a4.txt @@ -0,0 +1 @@ +Forest, snowy day, elephant in paper boat, paper boat is blue, paper boat in river, there are coffee, burgers, balloons in the river, outdoor environment, sunset, high contrast, high graininess, retro atmosphere, Fuji style \ No newline at end of file diff --git a/texts/5e65860c-5a46-4e1b-bb5b-23892229f014.txt b/texts/5e65860c-5a46-4e1b-bb5b-23892229f014.txt new file mode 100644 index 0000000000000000000000000000000000000000..352c3c02f940ebd78333f5283f6c917097681acb --- /dev/null +++ b/texts/5e65860c-5a46-4e1b-bb5b-23892229f014.txt @@ -0,0 +1 @@ +lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing \ No newline at end of file diff --git a/texts/5e6936e4-d08c-4b24-8241-0fa6b90d798f.txt b/texts/5e6936e4-d08c-4b24-8241-0fa6b90d798f.txt new file mode 100644 index 0000000000000000000000000000000000000000..840046082fff150056448870d096a2854b6ffd23 --- /dev/null +++ b/texts/5e6936e4-d08c-4b24-8241-0fa6b90d798f.txt @@ -0,0 +1 @@ +A little witch with orange curly hair stood by the sea in the distance. She stood facing the sea with her back to her. There was a cake next to her, with 327 written on it. There was also a Christmas tree with colorful lights on the beach, and there was dusk in the sky. \ No newline at end of file diff --git a/texts/5e7515a1-c768-4d17-9265-5731f32510f1.txt b/texts/5e7515a1-c768-4d17-9265-5731f32510f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9b253956d5c97a36a52960e59d1ef4563b1e7b8 --- /dev/null +++ b/texts/5e7515a1-c768-4d17-9265-5731f32510f1.txt @@ -0,0 +1 @@ +Man balaclava and black shirt in front of a wall \ No newline at end of file diff --git a/texts/5e790f5c-450e-45d4-983b-b54c46b11a93.txt b/texts/5e790f5c-450e-45d4-983b-b54c46b11a93.txt new file mode 100644 index 0000000000000000000000000000000000000000..900684cfc7d67d25adfb5ce4cf366ae75b32f7a4 --- /dev/null +++ b/texts/5e790f5c-450e-45d4-983b-b54c46b11a93.txt @@ -0,0 +1 @@ +a child watching a bold text "Kairos" on fire, the child overlooks the valley, bold text "Kairos" fire in the field. \ No newline at end of file diff --git a/texts/5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96.txt b/texts/5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96.txt new file mode 100644 index 0000000000000000000000000000000000000000..dff3034f206ec72c2e1752a2fc527f81ff708b15 --- /dev/null +++ b/texts/5e81afc1-b4a7-4a21-ac1b-c93cbfc9db96.txt @@ -0,0 +1 @@ +Humans have gummy brains \ No newline at end of file diff --git a/texts/5e90edd5-844b-412f-8ccb-74bc8d99a2a3.txt b/texts/5e90edd5-844b-412f-8ccb-74bc8d99a2a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..be86755bfa53bbe17cacb85969907871262935d8 --- /dev/null +++ b/texts/5e90edd5-844b-412f-8ccb-74bc8d99a2a3.txt @@ -0,0 +1 @@ +The kitten is wearing a birthday hat and making a wish in front of a birthday cake filled with candles, with 100 written on the cake. Black background. \ No newline at end of file diff --git a/texts/5e92a86d-f802-420b-a61a-945d1de5ea7a.txt b/texts/5e92a86d-f802-420b-a61a-945d1de5ea7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..9775734e69340e2d0510cdd47ba76c0f5ad4252e --- /dev/null +++ b/texts/5e92a86d-f802-420b-a61a-945d1de5ea7a.txt @@ -0,0 +1 @@ +Mushrooms with legs are running on the highway, chasing after vehicles. \ No newline at end of file diff --git a/texts/5e962b4f-0055-4875-967d-1dbee8f15337.txt b/texts/5e962b4f-0055-4875-967d-1dbee8f15337.txt new file mode 100644 index 0000000000000000000000000000000000000000..74b299d9d528fd873cd29df0ffa02b8dc687a75a --- /dev/null +++ b/texts/5e962b4f-0055-4875-967d-1dbee8f15337.txt @@ -0,0 +1 @@ +A cat has a fluffy coat with light-colored fur, a dark face, and striking bright blue eyes. It has a bushy tail and dark paws. It is an angel \ No newline at end of file diff --git a/texts/5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb.txt b/texts/5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd49899f41bb771ec5b5061252e20f8b221e92b4 --- /dev/null +++ b/texts/5e9668ee-1dd3-47b7-ac76-8f5e6ad7eafb.txt @@ -0,0 +1 @@ +Woody and Buzz are holding a birthday cake with the number 1215 on the grass \ No newline at end of file diff --git a/texts/5ea91b47-bc42-40f7-8f66-9e288066faeb.txt b/texts/5ea91b47-bc42-40f7-8f66-9e288066faeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..aecfe9dbb6c6efc55f4539ba81f632bf648fbe82 --- /dev/null +++ b/texts/5ea91b47-bc42-40f7-8f66-9e288066faeb.txt @@ -0,0 +1 @@ +Four month old black and white Schnauzer wearing sunglasses, a yellow hat, yellow clothes, and small wings, sitting on a carousel \ No newline at end of file diff --git a/texts/5eab44fa-baf2-407d-8a28-d4c22013eb2f.txt b/texts/5eab44fa-baf2-407d-8a28-d4c22013eb2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..99182e08b640464b9814e6f3a13223a8b1cf4409 --- /dev/null +++ b/texts/5eab44fa-baf2-407d-8a28-d4c22013eb2f.txt @@ -0,0 +1 @@ +Fireworks festival, a couple, back to the camera \ No newline at end of file diff --git a/texts/5eab5ba5-47be-4327-b67a-78c6e7f67944.txt b/texts/5eab5ba5-47be-4327-b67a-78c6e7f67944.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b86a01bac774edfa280950d20e93dc1306116a5 --- /dev/null +++ b/texts/5eab5ba5-47be-4327-b67a-78c6e7f67944.txt @@ -0,0 +1 @@ +A black cat in a bubble floats in the air with a pair of bat wings \ No newline at end of file diff --git a/texts/5eab5db4-fd7c-4a22-be99-282e2b3823cd.txt b/texts/5eab5db4-fd7c-4a22-be99-282e2b3823cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..873f6328819695fe141e88e0f50805cd59a4bb00 --- /dev/null +++ b/texts/5eab5db4-fd7c-4a22-be99-282e2b3823cd.txt @@ -0,0 +1 @@ +Hello Kitty, dressed in Egyptian queen clothing, standing in front of the Sphinx \ No newline at end of file diff --git a/texts/5eaee6fb-d47d-4f13-a063-0d17f4b5f965.txt b/texts/5eaee6fb-d47d-4f13-a063-0d17f4b5f965.txt new file mode 100644 index 0000000000000000000000000000000000000000..962a42934c566e8f446c58fa1971ae3602360ead --- /dev/null +++ b/texts/5eaee6fb-d47d-4f13-a063-0d17f4b5f965.txt @@ -0,0 +1 @@ +a black horse runs in a foggy forest head to a castle in a far place at night. \ No newline at end of file diff --git a/texts/5ec1124d-7a03-449a-9faf-df96b589e8e0.txt b/texts/5ec1124d-7a03-449a-9faf-df96b589e8e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c6eb2f4d2b2b8f0bad9cdac22a62e1b0af292a0 --- /dev/null +++ b/texts/5ec1124d-7a03-449a-9faf-df96b589e8e0.txt @@ -0,0 +1 @@ +A Christmas pine tree with snow, standing on the flat land cover with snow, in front of the sea, nightfall with sunset glow, medium shot \ No newline at end of file diff --git a/texts/5ec30731-8c25-4f01-8410-5b1c7a3e819c.txt b/texts/5ec30731-8c25-4f01-8410-5b1c7a3e819c.txt new file mode 100644 index 0000000000000000000000000000000000000000..52f0c02004fc9f556348bbb4fc3415ef8db6fa8a --- /dev/null +++ b/texts/5ec30731-8c25-4f01-8410-5b1c7a3e819c.txt @@ -0,0 +1 @@ +Donald Duck look at the camera, grand firework in the sky by the seasides, " happy" is written in the sand. \ No newline at end of file diff --git a/texts/5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d.txt b/texts/5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3a45be3a9b6c9c6136fd1e8d85e8d22592d5f5c --- /dev/null +++ b/texts/5ec947f7-a923-4e6e-b8eb-4b01d3cb6f5d.txt @@ -0,0 +1 @@ +HelloKitty is playing with her mobile phone.Sofa, stars \ No newline at end of file diff --git a/texts/5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9.txt b/texts/5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcbc320a644cb8583a6a833cd885aefef2c15dcb --- /dev/null +++ b/texts/5ec9e7eb-6f0c-4308-9dc2-3459c5dda4d9.txt @@ -0,0 +1 @@ +Big Lucky cat is walk in the real forest,lucky cat is made by plastics \ No newline at end of file diff --git a/texts/5ecc50b9-ee78-4a0c-be95-f3448ac1326f.txt b/texts/5ecc50b9-ee78-4a0c-be95-f3448ac1326f.txt new file mode 100644 index 0000000000000000000000000000000000000000..27192932dbf5aa49bf42ca732ca8fbba62d0f87d --- /dev/null +++ b/texts/5ecc50b9-ee78-4a0c-be95-f3448ac1326f.txt @@ -0,0 +1 @@ +A photo of exotic Eastern Europe Supermodel. Lurking in the dark, extreme detailed skin, sharp big eyes, small pointy nose, chapped pouty lips, sharp chin, beautiful cheeks, dimples, freckles, innocent eyebrows, medium short silky hair, cropped down worn ripped t-shirt with playful graphics, 4k, natural light, \ No newline at end of file diff --git a/texts/5ed88ab3-2412-4c00-95b6-c67db165d618.txt b/texts/5ed88ab3-2412-4c00-95b6-c67db165d618.txt new file mode 100644 index 0000000000000000000000000000000000000000..70cb1d5278c85ba0465be12a84cf0d50e295a9ce --- /dev/null +++ b/texts/5ed88ab3-2412-4c00-95b6-c67db165d618.txt @@ -0,0 +1 @@ +In a room filled with Christmas decorations, several young people dressed in Christmas attire are gathered around a table, each engrossed in reading, while Christmas drinks are placed on the table. \ No newline at end of file diff --git a/texts/5ee7b6c8-e24e-4614-80fb-58a3f41cb422.txt b/texts/5ee7b6c8-e24e-4614-80fb-58a3f41cb422.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbd36e3da71cdfa84f3d92a3a491cbeb4a311a4b --- /dev/null +++ b/texts/5ee7b6c8-e24e-4614-80fb-58a3f41cb422.txt @@ -0,0 +1 @@ +Write in snow:MINGYU with a baby golden retriever sitting around \ No newline at end of file diff --git a/texts/5ee812b0-5239-4fc5-90ff-c5afd3470110.txt b/texts/5ee812b0-5239-4fc5-90ff-c5afd3470110.txt new file mode 100644 index 0000000000000000000000000000000000000000..42088cb8c8edb5b2a3f537a264fb1944081165ea --- /dev/null +++ b/texts/5ee812b0-5239-4fc5-90ff-c5afd3470110.txt @@ -0,0 +1 @@ +A white chihuahua puppy is dressed in lovely clothes, and there is a lovely toy lamb sitting next to it. In a warm room. \ No newline at end of file diff --git a/texts/5ee9cfc9-5b20-4871-99ce-f42b31f64ca7.txt b/texts/5ee9cfc9-5b20-4871-99ce-f42b31f64ca7.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b9b831ec19d7727c0fd8b937295969090c4d512 --- /dev/null +++ b/texts/5ee9cfc9-5b20-4871-99ce-f42b31f64ca7.txt @@ -0,0 +1 @@ +There was a white table on the grass, full of pine cones, and white feathers were floating in the sky \ No newline at end of file diff --git a/texts/5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d.txt b/texts/5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa43d511c907e778632f50966447d5f8ef97fa9a --- /dev/null +++ b/texts/5eecb7cc-ac6c-4ec2-a805-39c46dd0bc9d.txt @@ -0,0 +1 @@ +A three-colored Maneki-neko kitten walks by a volcano. \ No newline at end of file diff --git a/texts/5ef56934-0b32-413e-902a-9ff0324cac75.txt b/texts/5ef56934-0b32-413e-902a-9ff0324cac75.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9551a0da13683165ad6f2ae96132f5e46bb4fad --- /dev/null +++ b/texts/5ef56934-0b32-413e-902a-9ff0324cac75.txt @@ -0,0 +1 @@ +A little cat making a wish in front of a birthday cake. \ No newline at end of file diff --git a/texts/5f0391cc-f931-44ca-ac80-449c51f50bf2.txt b/texts/5f0391cc-f931-44ca-ac80-449c51f50bf2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2744ee42ee4e8f90fd25e89350bfad2aea1a226 --- /dev/null +++ b/texts/5f0391cc-f931-44ca-ac80-449c51f50bf2.txt @@ -0,0 +1 @@ +A black long haired cat wearing an Afghan headscarf, holding coffee in both hands and looking happy, with war raging in the background \ No newline at end of file diff --git a/texts/5f09a018-66c1-4dc5-b049-73348af74102.txt b/texts/5f09a018-66c1-4dc5-b049-73348af74102.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ef71ee199895722ee67428eb25d164657b65ddf --- /dev/null +++ b/texts/5f09a018-66c1-4dc5-b049-73348af74102.txt @@ -0,0 +1 @@ +A temple with numerous gilded Buddha statues, surrounded by a picturesque landscape of mountains, with a stream flowing nearby, a pond with lotus leaves and koi fish at the entrance, and a young monk around twenty years old with a melancholic expression standing in front of the temple. \ No newline at end of file diff --git a/texts/5f0cf653-4119-46c9-9259-0836803a4514.txt b/texts/5f0cf653-4119-46c9-9259-0836803a4514.txt new file mode 100644 index 0000000000000000000000000000000000000000..a68f501d75d1a278b7d25ca474761ce896b4b9a3 --- /dev/null +++ b/texts/5f0cf653-4119-46c9-9259-0836803a4514.txt @@ -0,0 +1 @@ +On a yellow table, a kitten was giving a speech, and there were so many TV sets to broadcast his speech. \ No newline at end of file diff --git a/texts/5f106578-f41c-4e2a-b5c8-6278795f121e.txt b/texts/5f106578-f41c-4e2a-b5c8-6278795f121e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b22a8d5b7209679f6b2e24c21a1837897969e24a --- /dev/null +++ b/texts/5f106578-f41c-4e2a-b5c8-6278795f121e.txt @@ -0,0 +1 @@ +Three bagles made of diamonds and pearls \ No newline at end of file diff --git a/texts/5f1e740a-6d02-4db6-8d23-1ed41845956d.txt b/texts/5f1e740a-6d02-4db6-8d23-1ed41845956d.txt new file mode 100644 index 0000000000000000000000000000000000000000..704acf713f90acb134993e9af41dc33b0818acfb --- /dev/null +++ b/texts/5f1e740a-6d02-4db6-8d23-1ed41845956d.txt @@ -0,0 +1 @@ +On a sunny day, a male college student looked at the camera on the streets of Bangkok at Christmas. \ No newline at end of file diff --git a/texts/5f1eb174-4c54-466f-ad5e-14d497fd94d8.txt b/texts/5f1eb174-4c54-466f-ad5e-14d497fd94d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..481ad78e2a7cb4fcb635d03dc86cf67224c18cbe --- /dev/null +++ b/texts/5f1eb174-4c54-466f-ad5e-14d497fd94d8.txt @@ -0,0 +1 @@ +a beautiful 19 year old gril in pink dress in a limousine \ No newline at end of file diff --git a/texts/5f2635fe-2abf-489e-9f0b-403cb2d756c6.txt b/texts/5f2635fe-2abf-489e-9f0b-403cb2d756c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..63519fc8e5fd5e4e9b2d05b2e7cff76a37188ab0 --- /dev/null +++ b/texts/5f2635fe-2abf-489e-9f0b-403cb2d756c6.txt @@ -0,0 +1 @@ +A photo of a cute white little dog sitting in a hot air balloon, floating in the air after leaving the ground. The little dog is lying on the frame of the hot air balloon with wings on its back, looking down at the ground, smiling happily and opening its mouth. The background is a dazzling aurora and ocean \ No newline at end of file diff --git a/texts/5f2e6f80-9c14-4289-8e2f-5d40596f7370.txt b/texts/5f2e6f80-9c14-4289-8e2f-5d40596f7370.txt new file mode 100644 index 0000000000000000000000000000000000000000..299bd475b2502abe7aa7617655e3e36af3a34c80 --- /dev/null +++ b/texts/5f2e6f80-9c14-4289-8e2f-5d40596f7370.txt @@ -0,0 +1 @@ +Garfield stands in the sunshine blowing bubbles \ No newline at end of file diff --git a/texts/5f327c89-b063-470d-a655-1d01e22d9af8.txt b/texts/5f327c89-b063-470d-a655-1d01e22d9af8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2540a1198f0c8d2cc83ebee5ccc99ef73c806620 --- /dev/null +++ b/texts/5f327c89-b063-470d-a655-1d01e22d9af8.txt @@ -0,0 +1 @@ +There are Christmas trees, on the beach, could be a little more red, add hello kitty \ No newline at end of file diff --git a/texts/5f3430b6-0b17-4556-972f-1a2385f33995.txt b/texts/5f3430b6-0b17-4556-972f-1a2385f33995.txt new file mode 100644 index 0000000000000000000000000000000000000000..56207607a3db5c19995dc6e083e9239c754688c8 --- /dev/null +++ b/texts/5f3430b6-0b17-4556-972f-1a2385f33995.txt @@ -0,0 +1 @@ +A bear biscuit just opened his body in order to show us the sweetest heart in the world. \ No newline at end of file diff --git a/texts/5f36366e-9d62-4a4e-9d91-f394380d53b4.txt b/texts/5f36366e-9d62-4a4e-9d91-f394380d53b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..56dd22fdaa9bd40d598ce2f173b25e2d2dd1a9d1 --- /dev/null +++ b/texts/5f36366e-9d62-4a4e-9d91-f394380d53b4.txt @@ -0,0 +1 @@ +A panda with glasses is wacthing design drawing \ No newline at end of file diff --git a/texts/5f3e141d-ae98-4cf8-a7e6-e722a6658dd8.txt b/texts/5f3e141d-ae98-4cf8-a7e6-e722a6658dd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9ec1ca079995748e614d6db02b5d45212756a37 --- /dev/null +++ b/texts/5f3e141d-ae98-4cf8-a7e6-e722a6658dd8.txt @@ -0,0 +1 @@ +Cat flying to the moon riding a spoon with milky way in the back \ No newline at end of file diff --git a/texts/5f480d09-827c-4858-ade8-12455e4fef97.txt b/texts/5f480d09-827c-4858-ade8-12455e4fef97.txt new file mode 100644 index 0000000000000000000000000000000000000000..9db85c2a69cbd09f17d3ee615718b1ef8371a8a2 --- /dev/null +++ b/texts/5f480d09-827c-4858-ade8-12455e4fef97.txt @@ -0,0 +1 @@ +A black and white side shepherd in the warm house happily leaning on the window watching the fireworks outside \ No newline at end of file diff --git a/texts/5f4b6ae0-3091-4d2b-8538-0c6156a3972c.txt b/texts/5f4b6ae0-3091-4d2b-8538-0c6156a3972c.txt new file mode 100644 index 0000000000000000000000000000000000000000..93276362d929a043666520f86a751bc7068e93b8 --- /dev/null +++ b/texts/5f4b6ae0-3091-4d2b-8538-0c6156a3972c.txt @@ -0,0 +1 @@ +Hello kitty and Self deprecating bear sit together on the snowfield \ No newline at end of file diff --git a/texts/5f4bc2fd-aeae-4915-af6a-5ff058ddb530.txt b/texts/5f4bc2fd-aeae-4915-af6a-5ff058ddb530.txt new file mode 100644 index 0000000000000000000000000000000000000000..81e44bf9b3b85c4838ebe650f27a52e302073d08 --- /dev/null +++ b/texts/5f4bc2fd-aeae-4915-af6a-5ff058ddb530.txt @@ -0,0 +1 @@ +A silver haired man wearing a red denim vest is holding a black cat in the snow \ No newline at end of file diff --git a/texts/5f4e66e8-1a1d-448e-a226-5c8dfe90fa06.txt b/texts/5f4e66e8-1a1d-448e-a226-5c8dfe90fa06.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d4eaeaf7f50e6775fd43849654735e225d11686 --- /dev/null +++ b/texts/5f4e66e8-1a1d-448e-a226-5c8dfe90fa06.txt @@ -0,0 +1 @@ +A ragdoll cat watches the burning of the Golden Pavilion Temple across the river. \ No newline at end of file diff --git a/texts/5f4ebc19-8af1-44bd-a959-c8e892026450.txt b/texts/5f4ebc19-8af1-44bd-a959-c8e892026450.txt new file mode 100644 index 0000000000000000000000000000000000000000..0685a4a796ddd7a4679f580b3c6ecd42679aaeb1 --- /dev/null +++ b/texts/5f4ebc19-8af1-44bd-a959-c8e892026450.txt @@ -0,0 +1 @@ +A Hello Kitty wearing a Santa hat with little white wings, an apple shaped cake in front of her, a big Christmas tree behind her and a window with a snowy landscape outside. \ No newline at end of file diff --git a/texts/5f572ec4-df05-4489-a92e-48a102961654.txt b/texts/5f572ec4-df05-4489-a92e-48a102961654.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd91719271305a82ffe21982cdde4789ba88dcb5 --- /dev/null +++ b/texts/5f572ec4-df05-4489-a92e-48a102961654.txt @@ -0,0 +1 @@ +Snowy mountains in Tibet, sunlight on the top of the mountain \ No newline at end of file diff --git a/texts/5f5cfe56-218e-4557-88ca-355041deab25.txt b/texts/5f5cfe56-218e-4557-88ca-355041deab25.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a87200748dfd63f20e0017b16995670c220529d --- /dev/null +++ b/texts/5f5cfe56-218e-4557-88ca-355041deab25.txt @@ -0,0 +1 @@ +Winnie the Pooh is on the snow. Winnie the Pooh and Jerry, the mouse, hold hands on the snow, next to which are decorated with small star lamps. "X&H" is written on the snow, and the background is the night with fireworks in the distance. \ No newline at end of file diff --git a/texts/5f6012df-ba43-449c-a8c6-1c6d0ff92832.txt b/texts/5f6012df-ba43-449c-a8c6-1c6d0ff92832.txt new file mode 100644 index 0000000000000000000000000000000000000000..119b851fb5467953356bbbae4513cf18592655b6 --- /dev/null +++ b/texts/5f6012df-ba43-449c-a8c6-1c6d0ff92832.txt @@ -0,0 +1 @@ +A man wearing an orange hat, carrying a fishing pole on his shoulders, is walking towards the screen. He is in the desert, and there are schools of flying fish in the sky. \ No newline at end of file diff --git a/texts/5f63a7be-5cea-4bc7-a773-d20ff774cea5.txt b/texts/5f63a7be-5cea-4bc7-a773-d20ff774cea5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69ff9b611b523a630893d2694bbc2a013edc507 --- /dev/null +++ b/texts/5f63a7be-5cea-4bc7-a773-d20ff774cea5.txt @@ -0,0 +1 @@ +A West Highland white Terrier wearing a pilot's cap on a hot air balloon \ No newline at end of file diff --git a/texts/5f6494bc-d23d-4418-aec8-e41c53ab4112.txt b/texts/5f6494bc-d23d-4418-aec8-e41c53ab4112.txt new file mode 100644 index 0000000000000000000000000000000000000000..23fe8831220a9a778e373ebaff67b7dd1125599b --- /dev/null +++ b/texts/5f6494bc-d23d-4418-aec8-e41c53ab4112.txt @@ -0,0 +1 @@ +A baby beagle wearing sweater and christmas hat and wearing a green scarf playing the piano . \ No newline at end of file diff --git a/texts/5f64e8ed-5707-4ac3-afe7-10f28897e62b.txt b/texts/5f64e8ed-5707-4ac3-afe7-10f28897e62b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9bdf99b81d0d745e7fc327c212d4391ca3309f0 --- /dev/null +++ b/texts/5f64e8ed-5707-4ac3-afe7-10f28897e62b.txt @@ -0,0 +1 @@ +A cute white puppy holding a butterfly's wings \ No newline at end of file diff --git a/texts/5f68335a-8af6-4cee-bc0b-874fd66fbc8b.txt b/texts/5f68335a-8af6-4cee-bc0b-874fd66fbc8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..90f9b2ce59a72172ff149e8b7569c133155d6869 --- /dev/null +++ b/texts/5f68335a-8af6-4cee-bc0b-874fd66fbc8b.txt @@ -0,0 +1 @@ +A long hair dachs dog celebrating christmas with a red christmas outfit, some ribbons, a cream cake \ No newline at end of file diff --git a/texts/5f6be9e9-fa47-495c-a224-4b31ba70b7db.txt b/texts/5f6be9e9-fa47-495c-a224-4b31ba70b7db.txt new file mode 100644 index 0000000000000000000000000000000000000000..0607fe2fa0f072f950f16e63c24729308de29b3d --- /dev/null +++ b/texts/5f6be9e9-fa47-495c-a224-4b31ba70b7db.txt @@ -0,0 +1 @@ +At night, a Shiba Inu wearing a Christmas hat stood on the snow, with a Christmas tree filled with gift boxes and brightly lit lights next to it. Snowflakes drifted in the sky, and there were aurora lights in the sky \ No newline at end of file diff --git a/texts/5f6c405a-c624-41b1-afc0-04e1b6de6f59.txt b/texts/5f6c405a-c624-41b1-afc0-04e1b6de6f59.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2a47b50208a2717f2860b7f3d0320943b88186e --- /dev/null +++ b/texts/5f6c405a-c624-41b1-afc0-04e1b6de6f59.txt @@ -0,0 +1 @@ +Cat Sunglasses Guitar Bow Tie \ No newline at end of file diff --git a/texts/5f6c482f-9ec5-46f6-8743-6271541bd9a4.txt b/texts/5f6c482f-9ec5-46f6-8743-6271541bd9a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f6681c0eda89e4c08501c104f215594eef58b70 --- /dev/null +++ b/texts/5f6c482f-9ec5-46f6-8743-6271541bd9a4.txt @@ -0,0 +1 @@ +A cat is using computer under a santa tree besides sea \ No newline at end of file diff --git a/texts/5f6e8136-facf-4789-8fd3-199d6d3823e1.txt b/texts/5f6e8136-facf-4789-8fd3-199d6d3823e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade699f42f911d8c66de086e5e28899f8c196d7f --- /dev/null +++ b/texts/5f6e8136-facf-4789-8fd3-199d6d3823e1.txt @@ -0,0 +1 @@ +A cow is in the living room \ No newline at end of file diff --git a/texts/5f7031f2-fc7e-48ab-9c1d-1a7982a390b0.txt b/texts/5f7031f2-fc7e-48ab-9c1d-1a7982a390b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0051193154434f83bea509fbe335fc3ab092e211 --- /dev/null +++ b/texts/5f7031f2-fc7e-48ab-9c1d-1a7982a390b0.txt @@ -0,0 +1 @@ +A kitten with invisible wings under the Christmas Angel lights in Regent Street, London \ No newline at end of file diff --git a/texts/5f762151-2c69-4711-80f4-f5bb804af9da.txt b/texts/5f762151-2c69-4711-80f4-f5bb804af9da.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9d54b0b3f16cb052527cfffcc23bf4a74b8ade7 --- /dev/null +++ b/texts/5f762151-2c69-4711-80f4-f5bb804af9da.txt @@ -0,0 +1 @@ +Blue sky and purple aurora, a little cat and spotted deer by the seaside, with waves and waves \ No newline at end of file diff --git a/texts/5f7af03b-e5dd-4d0e-8851-da3429ea0a30.txt b/texts/5f7af03b-e5dd-4d0e-8851-da3429ea0a30.txt new file mode 100644 index 0000000000000000000000000000000000000000..045dd29e7031e3606ded15bdb99430b96a030bd6 --- /dev/null +++ b/texts/5f7af03b-e5dd-4d0e-8851-da3429ea0a30.txt @@ -0,0 +1 @@ +Cassini in space \ No newline at end of file diff --git a/texts/5f80d678-be9f-41e6-b68b-14ad5937646c.txt b/texts/5f80d678-be9f-41e6-b68b-14ad5937646c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f39cd75ee2c724e5035890f0c67fe8bf15021064 --- /dev/null +++ b/texts/5f80d678-be9f-41e6-b68b-14ad5937646c.txt @@ -0,0 +1 @@ +In the snowfield, there is a UFO in the sky. Close by, a cute big cat is dancing with a glass of red wine in its hand, and several butterflies are flying around it. \ No newline at end of file diff --git a/texts/5f81bb75-a7aa-4b39-907f-303218cc6b31.txt b/texts/5f81bb75-a7aa-4b39-907f-303218cc6b31.txt new file mode 100644 index 0000000000000000000000000000000000000000..96a505547ae86259b920185a470a312ea16f8fa3 --- /dev/null +++ b/texts/5f81bb75-a7aa-4b39-907f-303218cc6b31.txt @@ -0,0 +1 @@ +There is a small blue goldfish and a small red goldfish in the fish tank under the snowy mountain \ No newline at end of file diff --git a/texts/5f861049-0c40-4c09-92bf-e4686c1e3891.txt b/texts/5f861049-0c40-4c09-92bf-e4686c1e3891.txt new file mode 100644 index 0000000000000000000000000000000000000000..d886cd87a9f2edbc843a9ab1a299754f276821e0 --- /dev/null +++ b/texts/5f861049-0c40-4c09-92bf-e4686c1e3891.txt @@ -0,0 +1 @@ +Kittens playing DJ in the snowy outdoors with snowflakes falling in the evening blues hour \ No newline at end of file diff --git a/texts/5f8eb72c-8f37-41d6-ab0a-34cc10411a37.txt b/texts/5f8eb72c-8f37-41d6-ab0a-34cc10411a37.txt new file mode 100644 index 0000000000000000000000000000000000000000..aff8ed01a22f81efb7f76086d9de77fafab26b53 --- /dev/null +++ b/texts/5f8eb72c-8f37-41d6-ab0a-34cc10411a37.txt @@ -0,0 +1 @@ +A light blue and black hello kitty doll on crutches in the snow. \ No newline at end of file diff --git a/texts/5f911a56-f257-49f7-9b7d-aaec69bb03ff.txt b/texts/5f911a56-f257-49f7-9b7d-aaec69bb03ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fa5fb382ecb7bc3f54769d99c417afa4ed9ff98 --- /dev/null +++ b/texts/5f911a56-f257-49f7-9b7d-aaec69bb03ff.txt @@ -0,0 +1 @@ + lesbian couple, long black hair, very short black hair and wearing black glasses , snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning and gazing into the distance, back view, peaceful, quiet, love \ No newline at end of file diff --git a/texts/5f9b6e09-6c12-444e-a5f7-01b8adbd7d11.txt b/texts/5f9b6e09-6c12-444e-a5f7-01b8adbd7d11.txt new file mode 100644 index 0000000000000000000000000000000000000000..b594360b380896b86fabfcd82fd87eda6e9fa507 --- /dev/null +++ b/texts/5f9b6e09-6c12-444e-a5f7-01b8adbd7d11.txt @@ -0,0 +1 @@ +A baby panda sleeps on the moon, with yellow flowers and colorful stars \ No newline at end of file diff --git a/texts/5f9b8620-a383-4fb3-9504-98745ca0dace.txt b/texts/5f9b8620-a383-4fb3-9504-98745ca0dace.txt new file mode 100644 index 0000000000000000000000000000000000000000..05a7afd847b0b3798e021eed15cea931e89b22c3 --- /dev/null +++ b/texts/5f9b8620-a383-4fb3-9504-98745ca0dace.txt @@ -0,0 +1 @@ +Many Christmas gift boxes! There are scarves and triangular bags with deer spotted patterns inside, and the gift boxes are all placed in the snow during the day. There are also deer with bells around to watch \ No newline at end of file diff --git a/texts/5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2.txt b/texts/5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2.txt new file mode 100644 index 0000000000000000000000000000000000000000..29fe4bbcbae03d8420ee84df79820a1681d64c41 --- /dev/null +++ b/texts/5f9f4ff1-c5e4-4e91-9ae0-9edc73fefda2.txt @@ -0,0 +1 @@ +A black cat is chasing a white cat in the snow. The sky is blue, A circular star orbit. \ No newline at end of file diff --git a/texts/5fa12e58-ed10-4dc7-8601-34fb1a3e01cd.txt b/texts/5fa12e58-ed10-4dc7-8601-34fb1a3e01cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f77829fce694bd51d66c778514a292e4d9d6dca --- /dev/null +++ b/texts/5fa12e58-ed10-4dc7-8601-34fb1a3e01cd.txt @@ -0,0 +1 @@ +Bear dolls and West Highland dolls hug each other by the sea. \ No newline at end of file diff --git a/texts/5fa2118a-8bc6-4497-9bbd-eb8562b4951e.txt b/texts/5fa2118a-8bc6-4497-9bbd-eb8562b4951e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fa897ab66f2b102b3f0e152a168d3c02728aa22 --- /dev/null +++ b/texts/5fa2118a-8bc6-4497-9bbd-eb8562b4951e.txt @@ -0,0 +1 @@ +hello Kitty dolls with sunglasses and guns, snow, Christmas trees, \ No newline at end of file diff --git a/texts/5fa4c77c-3961-43b9-a846-cb39ee7352f6.txt b/texts/5fa4c77c-3961-43b9-a846-cb39ee7352f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..364f8298a185fa5ea5a43a4dc3b25cf23f128224 --- /dev/null +++ b/texts/5fa4c77c-3961-43b9-a846-cb39ee7352f6.txt @@ -0,0 +1 @@ +A cat sits in the subway with a school of fish flying in the air outside the window \ No newline at end of file diff --git a/texts/5fb5434c-e8b7-48fc-b8c2-5be510867be8.txt b/texts/5fb5434c-e8b7-48fc-b8c2-5be510867be8.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a2cb42ea844f2fef78a732d3b1d1c6e599c16fd --- /dev/null +++ b/texts/5fb5434c-e8b7-48fc-b8c2-5be510867be8.txt @@ -0,0 +1 @@ +a lonely cat, looking up at the fireworks \ No newline at end of file diff --git a/texts/5fba662b-bd99-49e9-9065-cb094091696d.txt b/texts/5fba662b-bd99-49e9-9065-cb094091696d.txt new file mode 100644 index 0000000000000000000000000000000000000000..53c5b622658146090481024076ca5739f48d0e4a --- /dev/null +++ b/texts/5fba662b-bd99-49e9-9065-cb094091696d.txt @@ -0,0 +1 @@ +The little black cat doll in sailor uniform has snow, cherry blossoms, and fireworks at dusk \ No newline at end of file diff --git a/texts/5fbe81af-24c5-488c-b87d-4ec92757fa61.txt b/texts/5fbe81af-24c5-488c-b87d-4ec92757fa61.txt new file mode 100644 index 0000000000000000000000000000000000000000..d39269ab9a3a1b9744e64848c9be07689934b006 --- /dev/null +++ b/texts/5fbe81af-24c5-488c-b87d-4ec92757fa61.txt @@ -0,0 +1 @@ +A calm and confident figure standing on cracked earth, under a starry night sky with a crescent moon in the background, wearing earthy-toned clothing, holding a glowing star in their hands." \ No newline at end of file diff --git a/texts/5fcc9455-18a8-4642-9c9b-37a7b67f65a8.txt b/texts/5fcc9455-18a8-4642-9c9b-37a7b67f65a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..21b686e272c3153e44603b2391cbd55d736a9e80 --- /dev/null +++ b/texts/5fcc9455-18a8-4642-9c9b-37a7b67f65a8.txt @@ -0,0 +1 @@ +There's a cute Hello Kitty doll sitting in a bar drinking. It wears a polka-dot red dress with a bow on its head. The bar is dimly lit and the lighting is colored like a disco. The wall opposite the bar is filled with a variety of liquors, and snacks are placed on the bar. \ No newline at end of file diff --git a/texts/5fcf9074-afba-491f-bec4-8f3d06e35b29.txt b/texts/5fcf9074-afba-491f-bec4-8f3d06e35b29.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e1dd06fded89b1a6c69aeb7fb80da7ea125c672 --- /dev/null +++ b/texts/5fcf9074-afba-491f-bec4-8f3d06e35b29.txt @@ -0,0 +1 @@ +cherry peach and bunny \ No newline at end of file diff --git a/texts/5fd2918c-0291-4be9-8201-78a39884da72.txt b/texts/5fd2918c-0291-4be9-8201-78a39884da72.txt new file mode 100644 index 0000000000000000000000000000000000000000..583c2ed74fd7d38d0494f2eb49e344a8e08ff807 --- /dev/null +++ b/texts/5fd2918c-0291-4be9-8201-78a39884da72.txt @@ -0,0 +1 @@ +A black Shiba Inu enjoys a massage between the universe and the mountains and seas. \ No newline at end of file diff --git a/texts/5fd68523-171c-4fe5-a9b9-b10a27d09b9e.txt b/texts/5fd68523-171c-4fe5-a9b9-b10a27d09b9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..785db82dc3805d66bb080874c13575a842a63444 --- /dev/null +++ b/texts/5fd68523-171c-4fe5-a9b9-b10a27d09b9e.txt @@ -0,0 +1 @@ +A devil orange cat and an angle gray cat having shower together \ No newline at end of file diff --git a/texts/5fd9630b-1500-43d6-9846-a6775d3bd0bc.txt b/texts/5fd9630b-1500-43d6-9846-a6775d3bd0bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae696d3ee15630e6572c035715952a63c9b098a9 --- /dev/null +++ b/texts/5fd9630b-1500-43d6-9846-a6775d3bd0bc.txt @@ -0,0 +1 @@ +It's snowing by the sea, the snow says ZBL, and there's a golden retriever next to it. \ No newline at end of file diff --git a/texts/5fe00f4e-96a2-4dfb-978e-5010ac707e96.txt b/texts/5fe00f4e-96a2-4dfb-978e-5010ac707e96.txt new file mode 100644 index 0000000000000000000000000000000000000000..23edb8b12bf3adc87216507adc878756fb499db3 --- /dev/null +++ b/texts/5fe00f4e-96a2-4dfb-978e-5010ac707e96.txt @@ -0,0 +1 @@ +On snowy nights, there are fireworks in the distance, hellokitty cats on the snow, next to the Christmas tree, and "Happy Birthday WYS" written on the snow \ No newline at end of file diff --git a/texts/5fe5d78e-059c-4ed8-9b47-a740fd10f1d8.txt b/texts/5fe5d78e-059c-4ed8-9b47-a740fd10f1d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c23e24a9e35b144cfbcc1242de45de65de974f43 --- /dev/null +++ b/texts/5fe5d78e-059c-4ed8-9b47-a740fd10f1d8.txt @@ -0,0 +1 @@ +A plush puppy is watching the sunset on a slide by the seaside. \ No newline at end of file diff --git a/texts/5fe9a097-3fd2-4c53-8775-2f6a77133ade.txt b/texts/5fe9a097-3fd2-4c53-8775-2f6a77133ade.txt new file mode 100644 index 0000000000000000000000000000000000000000..0979397d08e4bfa5ba79bad905e4cc9e88ee73a1 --- /dev/null +++ b/texts/5fe9a097-3fd2-4c53-8775-2f6a77133ade.txt @@ -0,0 +1 @@ +A hello kitty hanging herself with a rope in front of a computer. The scene is in an office, with people busy working in the background \ No newline at end of file diff --git a/texts/5fe9f779-e8b5-443b-a5be-862ea0170600.txt b/texts/5fe9f779-e8b5-443b-a5be-862ea0170600.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bb6aede2ad3e2e82525e2912c90b5d839a0945f --- /dev/null +++ b/texts/5fe9f779-e8b5-443b-a5be-862ea0170600.txt @@ -0,0 +1 @@ +A black cat and a snowman in snowy weather \ No newline at end of file diff --git a/texts/5ff21b45-6e7c-4f52-976e-16f74c233163.txt b/texts/5ff21b45-6e7c-4f52-976e-16f74c233163.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7d3279682a1041d69c1b9adab076de1d1010387 --- /dev/null +++ b/texts/5ff21b45-6e7c-4f52-976e-16f74c233163.txt @@ -0,0 +1 @@ +a lovely otter plays in the snow \ No newline at end of file diff --git a/texts/5ff52f34-76da-4569-bc88-cc578d9f2cfe.txt b/texts/5ff52f34-76da-4569-bc88-cc578d9f2cfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c9777a21e4975afa4d54b171030bc2026ab160f --- /dev/null +++ b/texts/5ff52f34-76da-4569-bc88-cc578d9f2cfe.txt @@ -0,0 +1 @@ +There is a Christmas tree painted on the bathroom mirror, and "Merry Christmas" written in lipstick \ No newline at end of file diff --git a/texts/5ffd228f-a07c-4d2a-861e-1856720ca2f8.txt b/texts/5ffd228f-a07c-4d2a-861e-1856720ca2f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..088e04de9e2716d4d8656c38c217fc60c3424a12 --- /dev/null +++ b/texts/5ffd228f-a07c-4d2a-861e-1856720ca2f8.txt @@ -0,0 +1 @@ +a garden in a bathtub \ No newline at end of file diff --git a/texts/60077f0c-ad80-4996-adfe-af7e40a7e613.txt b/texts/60077f0c-ad80-4996-adfe-af7e40a7e613.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee213bcd8c8cb8360cb7662872d75fa7326485d --- /dev/null +++ b/texts/60077f0c-ad80-4996-adfe-af7e40a7e613.txt @@ -0,0 +1 @@ +An apple lamp. b'lu's \ No newline at end of file diff --git a/texts/6012ba45-226e-4c42-9edb-a594cfdfff4e.txt b/texts/6012ba45-226e-4c42-9edb-a594cfdfff4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..044720f0ccc57c7d542d8c55392e435517d8e40b --- /dev/null +++ b/texts/6012ba45-226e-4c42-9edb-a594cfdfff4e.txt @@ -0,0 +1 @@ +The bear under the snowy mountain \ No newline at end of file diff --git a/texts/603173fc-1b3d-4952-b0a1-fa2915e2778d.txt b/texts/603173fc-1b3d-4952-b0a1-fa2915e2778d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4dd19b2669db2f29bdba3eb58075a2883db6699 --- /dev/null +++ b/texts/603173fc-1b3d-4952-b0a1-fa2915e2778d.txt @@ -0,0 +1 @@ +glass bottle in simple tree shape, transparent, with hands and legs, like a cute monster \ No newline at end of file diff --git a/texts/60351e67-9b95-4a5d-b328-46abf3f38111.txt b/texts/60351e67-9b95-4a5d-b328-46abf3f38111.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c84770aab0f8e4764ab787d44406c07258fcccd --- /dev/null +++ b/texts/60351e67-9b95-4a5d-b328-46abf3f38111.txt @@ -0,0 +1 @@ +a small cavalier king charles spaniel poodle mix wear Christmas hat and scarf, playing a ball, lightened Christmas tree in the back, fireworks in the blue sky \ No newline at end of file diff --git a/texts/6040e3a0-37b3-4dc8-a96b-cfca814b5b0d.txt b/texts/6040e3a0-37b3-4dc8-a96b-cfca814b5b0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c66ff463950a87037c1f3ac9e7f44a76dc961707 --- /dev/null +++ b/texts/6040e3a0-37b3-4dc8-a96b-cfca814b5b0d.txt @@ -0,0 +1 @@ +Christmas, snowy day, fat Silver Tabby American Shorthair is eating cake \ No newline at end of file diff --git a/texts/60461690-fa02-4fd2-9505-208881b382a9.txt b/texts/60461690-fa02-4fd2-9505-208881b382a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ebc05c6842dd222c9beaccd70ed335b3d3723dd --- /dev/null +++ b/texts/60461690-fa02-4fd2-9505-208881b382a9.txt @@ -0,0 +1 @@ +A little golden retriever and a white kitten are lying together in the fallen leaves basking in the sun A sunny day \ No newline at end of file diff --git a/texts/60512cc7-554b-43c1-8bed-b475ea9fc13f.txt b/texts/60512cc7-554b-43c1-8bed-b475ea9fc13f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e64584b6658bd0c8385ddfe7584530a8f31f62ed --- /dev/null +++ b/texts/60512cc7-554b-43c1-8bed-b475ea9fc13f.txt @@ -0,0 +1 @@ +There is a Christmas tree outside and it is snowing \ No newline at end of file diff --git a/texts/6081d5ed-47f2-400e-b946-d18eb00cff15.txt b/texts/6081d5ed-47f2-400e-b946-d18eb00cff15.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6b4aa7919d5a2d26eb87216ff6eceb1704d916f --- /dev/null +++ b/texts/6081d5ed-47f2-400e-b946-d18eb00cff15.txt @@ -0,0 +1 @@ +A golden retriever, sofa, apples, Christmas tree \ No newline at end of file diff --git a/texts/608422a7-817b-44e2-9923-199c48b5b802.txt b/texts/608422a7-817b-44e2-9923-199c48b5b802.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc4620c89ef03fc8639bae0c85d5cdeac52f315a --- /dev/null +++ b/texts/608422a7-817b-44e2-9923-199c48b5b802.txt @@ -0,0 +1 @@ +An irregular black and beige building in the forest, where someone is getting married \ No newline at end of file diff --git a/texts/60862789-4809-4159-b12d-063dbaf5e9e7.txt b/texts/60862789-4809-4159-b12d-063dbaf5e9e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..89492fe9b755546b9a143e60cbe5063e1773de19 --- /dev/null +++ b/texts/60862789-4809-4159-b12d-063dbaf5e9e7.txt @@ -0,0 +1 @@ +Deep in the ocean, a shipwreck, dark blue in the main \ No newline at end of file diff --git a/texts/608639c9-1507-4156-93da-0f375a4a09fd.txt b/texts/608639c9-1507-4156-93da-0f375a4a09fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..748dd7913eb12ec39a455dd966026aa573945c4d --- /dev/null +++ b/texts/608639c9-1507-4156-93da-0f375a4a09fd.txt @@ -0,0 +1 @@ +Goofy is mopping the floor in the bedroom while a bucket of water beside him has been spilled. \ No newline at end of file diff --git a/texts/6090083e-4b10-4c13-acfe-ce47d3b75b58.txt b/texts/6090083e-4b10-4c13-acfe-ce47d3b75b58.txt new file mode 100644 index 0000000000000000000000000000000000000000..a97a1dead63314444ecc3d7a7d62401daa953505 --- /dev/null +++ b/texts/6090083e-4b10-4c13-acfe-ce47d3b75b58.txt @@ -0,0 +1 @@ +Day, sunset, snow, Christmas tree, hellokitty, write CXY on the snow \ No newline at end of file diff --git a/texts/6096bf71-6b7e-42ba-878b-abb6413fec2d.txt b/texts/6096bf71-6b7e-42ba-878b-abb6413fec2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b372f31fafa309a0c831d2a4a93c00107b2ac69a --- /dev/null +++ b/texts/6096bf71-6b7e-42ba-878b-abb6413fec2d.txt @@ -0,0 +1 @@ +A close picture of a puppy wearing glasses \ No newline at end of file diff --git a/texts/609ed01d-1b78-4232-9c82-0d43aad540d4.txt b/texts/609ed01d-1b78-4232-9c82-0d43aad540d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3042c0b3818775331a4fa77591335daae3543dc5 --- /dev/null +++ b/texts/609ed01d-1b78-4232-9c82-0d43aad540d4.txt @@ -0,0 +1 @@ +In a yellow toned room, a cute HelloKitty doll wearing a dress and a pink bow is holding a gun and wearing sunglasses \ No newline at end of file diff --git a/texts/60a7af01-6d5d-41ac-ba5d-03217dc38673.txt b/texts/60a7af01-6d5d-41ac-ba5d-03217dc38673.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7c763368bbd95536513c501fbc501fa789d79b9 --- /dev/null +++ b/texts/60a7af01-6d5d-41ac-ba5d-03217dc38673.txt @@ -0,0 +1 @@ +Hello Kitty wrote "Jeremy" in the snow.There is an aurora behind \ No newline at end of file diff --git a/texts/60ae2d16-0561-48e4-82a5-2e38e78d6e65.txt b/texts/60ae2d16-0561-48e4-82a5-2e38e78d6e65.txt new file mode 100644 index 0000000000000000000000000000000000000000..1586bb04c52099b5e6c3539f2f0d94dd3cbc1f51 --- /dev/null +++ b/texts/60ae2d16-0561-48e4-82a5-2e38e78d6e65.txt @@ -0,0 +1 @@ +hello kitty,wings,cloud \ No newline at end of file diff --git a/texts/60b5d823-2a99-47ec-be4d-f667cc05c1b4.txt b/texts/60b5d823-2a99-47ec-be4d-f667cc05c1b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b22435b76144e6ae2305203351f92b7c7dda5d4f --- /dev/null +++ b/texts/60b5d823-2a99-47ec-be4d-f667cc05c1b4.txt @@ -0,0 +1 @@ +Hellokitty is playing in the swimming pool in the room, with flower petal, shinny \ No newline at end of file diff --git a/texts/60b64bff-15ba-4190-9e9e-461860e00391.txt b/texts/60b64bff-15ba-4190-9e9e-461860e00391.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9d9275dd3ff872ef21b17b152b99ff4956cec51 --- /dev/null +++ b/texts/60b64bff-15ba-4190-9e9e-461860e00391.txt @@ -0,0 +1 @@ +A couple wrote L&Q on the snow with wing \ No newline at end of file diff --git a/texts/60ba344b-f95f-4287-b6d8-950310d87f2e.txt b/texts/60ba344b-f95f-4287-b6d8-950310d87f2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c65353d262598a7e7e60443cc8fc4e7deaf8bb7 --- /dev/null +++ b/texts/60ba344b-f95f-4287-b6d8-950310d87f2e.txt @@ -0,0 +1 @@ +A puppy in a suit is watching TV in the cozy living room.There are empty wine bottles and cigarette butts around him.He is sitting on the sofa. He is a white Pomeranian.The room has a Christmas atmosphere.There is a fireplace in the room and rich decoration.He is watching TVHe is wearing a black suit.The TV in the room is playing. \ No newline at end of file diff --git a/texts/60c0a690-13b1-47f2-a550-7f3f0a7493d1.txt b/texts/60c0a690-13b1-47f2-a550-7f3f0a7493d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9373c727898bbc7564e10b0cd0cfd24ca0805528 --- /dev/null +++ b/texts/60c0a690-13b1-47f2-a550-7f3f0a7493d1.txt @@ -0,0 +1 @@ +I stood on a dark blue lake. The lake was endless, and the water and the sky were connected. I have short black hair, facing the starry sky, and the Milky Way shines above my head. I wear a yellow casual top, black casual pants and pure white sneakers. A short-footed blue cat is lying on my shoulder. There are meteors passing by in the sky. \ No newline at end of file diff --git a/texts/60cc1a25-87fa-45dc-baa7-ec1c41fad9cd.txt b/texts/60cc1a25-87fa-45dc-baa7-ec1c41fad9cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..56155a62a89b251c3566c4e81edb3a3f6ea5d83b --- /dev/null +++ b/texts/60cc1a25-87fa-45dc-baa7-ec1c41fad9cd.txt @@ -0,0 +1 @@ +On a snowy day, a gorgeous Christmas tree by the sea, a brown puppy, and fireworks in the sky. \ No newline at end of file diff --git a/texts/60d2c2cc-d5fa-4b89-a582-4742a3ded0b8.txt b/texts/60d2c2cc-d5fa-4b89-a582-4742a3ded0b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3e61abc1904f74d22e0b83f866003c01b9c1ae5 --- /dev/null +++ b/texts/60d2c2cc-d5fa-4b89-a582-4742a3ded0b8.txt @@ -0,0 +1 @@ +A white rabbit with black ears and a black cat are building a snowman in the snow \ No newline at end of file diff --git a/texts/60e06149-a6fb-4666-99fe-664de8e01398.txt b/texts/60e06149-a6fb-4666-99fe-664de8e01398.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a5d9324c9665db7044562c9c38464cd59291d9a --- /dev/null +++ b/texts/60e06149-a6fb-4666-99fe-664de8e01398.txt @@ -0,0 +1 @@ +1.In the dark snow and seaside there is a white cat with angle wings on its back 2.staring at the new moon and stars in the sky . 3.With snowflakes. \ No newline at end of file diff --git a/texts/60f681d0-3157-40ec-aa06-3b0c565b4d0a.txt b/texts/60f681d0-3157-40ec-aa06-3b0c565b4d0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..60446d5fee71073861b916cb89cfc2b5086b879c --- /dev/null +++ b/texts/60f681d0-3157-40ec-aa06-3b0c565b4d0a.txt @@ -0,0 +1 @@ +A black cat and a white cat, wearing blue butterfly wings, sat in the snow, with trees in the distance and glowing bubbles in the sky \ No newline at end of file diff --git a/texts/6114992b-3880-4364-9ef3-1289e3256671.txt b/texts/6114992b-3880-4364-9ef3-1289e3256671.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d764d5cd46215a3c7a4fa755e2ae80080be3b6a --- /dev/null +++ b/texts/6114992b-3880-4364-9ef3-1289e3256671.txt @@ -0,0 +1 @@ +Awvvw1 \ No newline at end of file diff --git a/texts/611be618-8576-418e-8422-d543d3ddda55.txt b/texts/611be618-8576-418e-8422-d543d3ddda55.txt new file mode 100644 index 0000000000000000000000000000000000000000..02d86cc96ccd57370ca258cec3af7e728e29b731 --- /dev/null +++ b/texts/611be618-8576-418e-8422-d543d3ddda55.txt @@ -0,0 +1 @@ +There is a Hello Kitty with cute clothes standing next to the words"Yao Yao"in the white snow,and many butterflies are stirring their wings \ No newline at end of file diff --git a/texts/611d2419-3c58-4b01-aa83-e43ffc52b80d.txt b/texts/611d2419-3c58-4b01-aa83-e43ffc52b80d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ecd6a1bbbf80646718a3bbb97eb12900820cbed --- /dev/null +++ b/texts/611d2419-3c58-4b01-aa83-e43ffc52b80d.txt @@ -0,0 +1 @@ +A small and cute spotted dog with wings watching aurora and stars in the blue sky. \ No newline at end of file diff --git a/texts/6129a139-1a3d-48f3-a0c1-b8e471448c66.txt b/texts/6129a139-1a3d-48f3-a0c1-b8e471448c66.txt new file mode 100644 index 0000000000000000000000000000000000000000..124f3cc01d914caf706192ff81a130578da0ffe0 --- /dev/null +++ b/texts/6129a139-1a3d-48f3-a0c1-b8e471448c66.txt @@ -0,0 +1 @@ +under a sparkling starry sky, a gigantic pineapple floats above the ocean \ No newline at end of file diff --git a/texts/61698d85-f5ae-44ce-bf04-4f4385f97a6e.txt b/texts/61698d85-f5ae-44ce-bf04-4f4385f97a6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad7b53ffb5a1e05d86600b3120086741c51ac145 --- /dev/null +++ b/texts/61698d85-f5ae-44ce-bf04-4f4385f97a6e.txt @@ -0,0 +1 @@ +Front close-up, a man wearing a three-dimensional cat head cover, the head cover covers the whole face, and the face is invisible. He sits and sews with needle and thread, and the background wall behind is painted with a big "Martin" \ No newline at end of file diff --git a/texts/61769a51-4d74-4178-9550-38fe767c0952.txt b/texts/61769a51-4d74-4178-9550-38fe767c0952.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5aaebc0b96a6cc91c8d63909dcc254693c5cfb7 --- /dev/null +++ b/texts/61769a51-4d74-4178-9550-38fe767c0952.txt @@ -0,0 +1 @@ +A photo of a civet and a long-haired cow cat play in the snow \ No newline at end of file diff --git a/texts/617d5922-5d63-4dea-a60a-1f1d57c2693b.txt b/texts/617d5922-5d63-4dea-a60a-1f1d57c2693b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f71338e76f1054fc4d5e6f5c13a5bd61062f09c --- /dev/null +++ b/texts/617d5922-5d63-4dea-a60a-1f1d57c2693b.txt @@ -0,0 +1 @@ +A cute little cat, wrapped in a blue scarf and wearing a birthday hat, is in a snowy forest with a lake and mountains in the background. In front of the cat is a birthday cake with the words 1210 written on it \ No newline at end of file diff --git a/texts/61846306-f936-4d14-9a99-9e55fa49e3f3.txt b/texts/61846306-f936-4d14-9a99-9e55fa49e3f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..fac31e1b06a10b1915b5ba69c12acc34a71b6ce9 --- /dev/null +++ b/texts/61846306-f936-4d14-9a99-9e55fa49e3f3.txt @@ -0,0 +1 @@ +A blue penguin holding a sign that reads 'eSchange'. \ No newline at end of file diff --git a/texts/618e4ccf-8d38-4612-90b9-d3ded66dd85c.txt b/texts/618e4ccf-8d38-4612-90b9-d3ded66dd85c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b10d7ed2339353e97b14bf772016a07a3f40921 --- /dev/null +++ b/texts/618e4ccf-8d38-4612-90b9-d3ded66dd85c.txt @@ -0,0 +1 @@ +a Singapore bar table with a bunch of cocktail glasses and other food \ No newline at end of file diff --git a/texts/61a2a417-4f38-4d58-af75-70c8df1e9bfb.txt b/texts/61a2a417-4f38-4d58-af75-70c8df1e9bfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a99264bfddc5f7640a1776263e71928339a239a9 --- /dev/null +++ b/texts/61a2a417-4f38-4d58-af75-70c8df1e9bfb.txt @@ -0,0 +1 @@ +Winter, snow, night, a short American silver tabby cat, a HelloKitty with a red scarf and black framed eyes, warming up around a campfire. \ No newline at end of file diff --git a/texts/61a877cd-ffba-486c-ad62-0b8d18646d54.txt b/texts/61a877cd-ffba-486c-ad62-0b8d18646d54.txt new file mode 100644 index 0000000000000000000000000000000000000000..eefef9610350d39413e44f4a837f2104232142a3 --- /dev/null +++ b/texts/61a877cd-ffba-486c-ad62-0b8d18646d54.txt @@ -0,0 +1 @@ +hello Kitty holds a cake with JLD written on it in the snow amid fireworks \ No newline at end of file diff --git a/texts/61b04716-230f-49ee-83a8-15782782cce0.txt b/texts/61b04716-230f-49ee-83a8-15782782cce0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f28cafba130fe5cefd97d80de5c2cc858a6a16da --- /dev/null +++ b/texts/61b04716-230f-49ee-83a8-15782782cce0.txt @@ -0,0 +1 @@ +The blue sky is the background color.Nearby is the green grass.There is a burning European castle at the end of the grass.There is a black Scottish Terrier nearby. \ No newline at end of file diff --git a/texts/61b15f40-d439-4278-b125-ba5c24ea829f.txt b/texts/61b15f40-d439-4278-b125-ba5c24ea829f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e37c8897049932c9be8445cfe028a7948b977a5 --- /dev/null +++ b/texts/61b15f40-d439-4278-b125-ba5c24ea829f.txt @@ -0,0 +1 @@ +apple \ No newline at end of file diff --git a/texts/61b522cb-45a2-42e5-8bb6-55f0eca74183.txt b/texts/61b522cb-45a2-42e5-8bb6-55f0eca74183.txt new file mode 100644 index 0000000000000000000000000000000000000000..150776055d123edb42f12c7dc6362265da276fef --- /dev/null +++ b/texts/61b522cb-45a2-42e5-8bb6-55f0eca74183.txt @@ -0,0 +1 @@ +a messy bed, stacks of books, cigarette, windows, sea side, a big polar bear \ No newline at end of file diff --git a/texts/61bd2356-6506-4209-a2f9-24b774de4465.txt b/texts/61bd2356-6506-4209-a2f9-24b774de4465.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d3590e8a68ec0429cb50833703afd3e03cd6bc5 --- /dev/null +++ b/texts/61bd2356-6506-4209-a2f9-24b774de4465.txt @@ -0,0 +1 @@ +a small cupcake paper container only with books inside, shaping like a cupcake \ No newline at end of file diff --git a/texts/61caf05c-14f9-4606-b361-c50bc764a8a1.txt b/texts/61caf05c-14f9-4606-b361-c50bc764a8a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0883e6026b2ade4f04d79968926ab140d8ba7f36 --- /dev/null +++ b/texts/61caf05c-14f9-4606-b361-c50bc764a8a1.txt @@ -0,0 +1 @@ +A cowboy style black Labrador dog with happy face in a ranch, snow mountain in the background, from far distance \ No newline at end of file diff --git a/texts/61cf82cb-2683-45a8-9ed2-b3fb7e9200af.txt b/texts/61cf82cb-2683-45a8-9ed2-b3fb7e9200af.txt new file mode 100644 index 0000000000000000000000000000000000000000..06bc9aa3d35343f2109cc5b41ea47eb44b4df6f3 --- /dev/null +++ b/texts/61cf82cb-2683-45a8-9ed2-b3fb7e9200af.txt @@ -0,0 +1 @@ +A hellokitty doll, the beach, handwritten "Coral" in the snow, fireworks, snow drifts. \ No newline at end of file diff --git a/texts/61d5658c-ade5-4a3f-a3c1-5ae118af6974.txt b/texts/61d5658c-ade5-4a3f-a3c1-5ae118af6974.txt new file mode 100644 index 0000000000000000000000000000000000000000..09906955b32a0bbcf7624e9147a652198018f129 --- /dev/null +++ b/texts/61d5658c-ade5-4a3f-a3c1-5ae118af6974.txt @@ -0,0 +1 @@ +Kittens playing discs in the snowy outdoors with snowflakes falling down \ No newline at end of file diff --git a/texts/61d9db7d-2281-4fe1-b4be-2ba255ac65a1.txt b/texts/61d9db7d-2281-4fe1-b4be-2ba255ac65a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5820144cfc33d75c649d7ab2e1f5a68f801c22ad --- /dev/null +++ b/texts/61d9db7d-2281-4fe1-b4be-2ba255ac65a1.txt @@ -0,0 +1 @@ +a cool white cute rabbit wear a fashion white rimmed sunglass and pink silk bow on the head was busy in coding with a cup of coff on the table \ No newline at end of file diff --git a/texts/61e7243e-0446-490c-981b-960647847daa.txt b/texts/61e7243e-0446-490c-981b-960647847daa.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e0880f70c4af5643e3ef390ceba6d785f32262d --- /dev/null +++ b/texts/61e7243e-0446-490c-981b-960647847daa.txt @@ -0,0 +1 @@ +Gery Schnauzer wearing white pearl necklace drinking Latte on snowy morning \ No newline at end of file diff --git a/texts/61e7a947-7cac-4a63-944b-cb2fc3fe7903.txt b/texts/61e7a947-7cac-4a63-944b-cb2fc3fe7903.txt new file mode 100644 index 0000000000000000000000000000000000000000..81fe961e45e5e33394bfd6af57675dfb7930211a --- /dev/null +++ b/texts/61e7a947-7cac-4a63-944b-cb2fc3fe7903.txt @@ -0,0 +1 @@ +In the foreground is snow, a Maltai dog,a snowman, in the middle is a string of paw prints and footprints, lgr sign, in the distant is a pine forest, fog, sunlight \ No newline at end of file diff --git a/texts/61efcde2-9dd8-4439-90c3-d13f56c0c1d3.txt b/texts/61efcde2-9dd8-4439-90c3-d13f56c0c1d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e4ff26d7266b48dcb48dfc5b0f45c4adf7fd20 --- /dev/null +++ b/texts/61efcde2-9dd8-4439-90c3-d13f56c0c1d3.txt @@ -0,0 +1 @@ +Stars, snow, night, houses \ No newline at end of file diff --git a/texts/6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2.txt b/texts/6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d8dd5ed4fd4d69cf7a973642de27f8827fd7bc1 --- /dev/null +++ b/texts/6201aa38-ce2a-4f86-97c0-ec3ad10ee2f2.txt @@ -0,0 +1 @@ +Film camera with cat and dog.pigon on the sky . \ No newline at end of file diff --git a/texts/620b6e0f-c62f-407b-936e-fdce65ee9cd7.txt b/texts/620b6e0f-c62f-407b-936e-fdce65ee9cd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..df008c8d82d52a7516e727a7fa18a7d95f50a009 --- /dev/null +++ b/texts/620b6e0f-c62f-407b-936e-fdce65ee9cd7.txt @@ -0,0 +1 @@ +Hello Kitty is planning tennis. \ No newline at end of file diff --git a/texts/620e8291-e0b9-4afb-95fd-6241f5d53560.txt b/texts/620e8291-e0b9-4afb-95fd-6241f5d53560.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1a0063c47f40a952e61d5c598ee32acddbd4c91 --- /dev/null +++ b/texts/620e8291-e0b9-4afb-95fd-6241f5d53560.txt @@ -0,0 +1 @@ +Hello Kitty writing tzz in the snow \ No newline at end of file diff --git a/texts/6220dae1-3f8a-43d6-97c5-851bc13c472f.txt b/texts/6220dae1-3f8a-43d6-97c5-851bc13c472f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd1de790705016882f7eb1ffdc3bd2df88aac715 --- /dev/null +++ b/texts/6220dae1-3f8a-43d6-97c5-851bc13c472f.txt @@ -0,0 +1 @@ +Penguins watch the pre-dawn light at the shoreline Penguins watch the pre-dawn light at the shoreline \ No newline at end of file diff --git a/texts/62257092-c9a7-4815-bb49-171a9c76bd4d.txt b/texts/62257092-c9a7-4815-bb49-171a9c76bd4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a62905aa10deecf05a6447a89fe9a0302e568ae --- /dev/null +++ b/texts/62257092-c9a7-4815-bb49-171a9c76bd4d.txt @@ -0,0 +1 @@ +Snow Vista Pink supreme hardshell Black sky floating snow skis \ No newline at end of file diff --git a/texts/6225a37e-47dd-4236-b790-51a047a8b49a.txt b/texts/6225a37e-47dd-4236-b790-51a047a8b49a.txt new file mode 100644 index 0000000000000000000000000000000000000000..30789f264cae7f2217ad9bdc1071f574e6db1f61 --- /dev/null +++ b/texts/6225a37e-47dd-4236-b790-51a047a8b49a.txt @@ -0,0 +1 @@ +In the evening there was a dirt field with two heaps of wheat on it. The shadows of the wheat heaps lay on the ground. Dark, warm and beautiful. \ No newline at end of file diff --git a/texts/622b2a63-0b14-45d7-9303-2c3c424b814c.txt b/texts/622b2a63-0b14-45d7-9303-2c3c424b814c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f212c94df84467693c27673818079c63b6e83075 --- /dev/null +++ b/texts/622b2a63-0b14-45d7-9303-2c3c424b814c.txt @@ -0,0 +1 @@ +A red hellokitty spends Christmas at the beach with a huge Christmas tree and fireworks \ No newline at end of file diff --git a/texts/622ca1a7-74eb-4b09-8142-e1bc6d967338.txt b/texts/622ca1a7-74eb-4b09-8142-e1bc6d967338.txt new file mode 100644 index 0000000000000000000000000000000000000000..deeabd594bb7183e07345afae91cb1b198afb808 --- /dev/null +++ b/texts/622ca1a7-74eb-4b09-8142-e1bc6d967338.txt @@ -0,0 +1 @@ +devil in a new dress \ No newline at end of file diff --git a/texts/6233a93b-a779-4e03-9b27-eeb6f83a264e.txt b/texts/6233a93b-a779-4e03-9b27-eeb6f83a264e.txt new file mode 100644 index 0000000000000000000000000000000000000000..73ef4c32095ea9034c7fc75e55d4c0bd840f88c8 --- /dev/null +++ b/texts/6233a93b-a779-4e03-9b27-eeb6f83a264e.txt @@ -0,0 +1 @@ +I closed my eyes and listened to the breath of the sea. \ No newline at end of file diff --git a/texts/62375578-739a-4a52-832f-2c3326fa4d76.txt b/texts/62375578-739a-4a52-832f-2c3326fa4d76.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c9afd8a593a5c32f2fcfc9ca8088ee66082ca80 --- /dev/null +++ b/texts/62375578-739a-4a52-832f-2c3326fa4d76.txt @@ -0,0 +1 @@ +snow,Christmas tree,white cat,pink sky,outdoors \ No newline at end of file diff --git a/texts/623b5a60-df19-42ca-9231-d4a8df841cde.txt b/texts/623b5a60-df19-42ca-9231-d4a8df841cde.txt new file mode 100644 index 0000000000000000000000000000000000000000..d320e71eee431d57e4a29f9cfe7ef5f49444fbd8 --- /dev/null +++ b/texts/623b5a60-df19-42ca-9231-d4a8df841cde.txt @@ -0,0 +1 @@ +Little golden retriever with wings, kitten, Mount Fuji, starry sky \ No newline at end of file diff --git a/texts/623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc.txt b/texts/623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..0705193018adb2f66ff28322f93d90d37f1a0abc --- /dev/null +++ b/texts/623d57ab-6ca4-4a8f-bdcd-0e92b5b130dc.txt @@ -0,0 +1 @@ +Two people are shaking hands through a crab, each holding one of the crab's legs. The crab is cooked. \ No newline at end of file diff --git a/texts/624dfcf5-f080-4b5b-b994-80cd15e5d170.txt b/texts/624dfcf5-f080-4b5b-b994-80cd15e5d170.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6d748ec47ed271ed886ac347c31fc080f86e97f --- /dev/null +++ b/texts/624dfcf5-f080-4b5b-b994-80cd15e5d170.txt @@ -0,0 +1 @@ +The hello kittyis watching the grand fireworks by the sea. \ No newline at end of file diff --git a/texts/624e942c-6439-4508-9b38-78c97e5a4d4e.txt b/texts/624e942c-6439-4508-9b38-78c97e5a4d4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b463ca925f3f0e3b0da17bfc84af66d0b0bffda8 --- /dev/null +++ b/texts/624e942c-6439-4508-9b38-78c97e5a4d4e.txt @@ -0,0 +1 @@ +The Kuromi doll sits on the snow. There are two words "Xiao Jing" on the snow.The background is a snowy seaside with snowflakes floating down. \ No newline at end of file diff --git a/texts/62504227-ec00-4c8d-9f92-7899eb10f8bf.txt b/texts/62504227-ec00-4c8d-9f92-7899eb10f8bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..84d438139c3836c18b6801608762b88cc875ee9b --- /dev/null +++ b/texts/62504227-ec00-4c8d-9f92-7899eb10f8bf.txt @@ -0,0 +1 @@ +A short-haired black puppy with a tail curled in a loop, one ear standing up, laughing happily \ No newline at end of file diff --git a/texts/62517465-cf7a-4648-95ab-cecd6cbe6227.txt b/texts/62517465-cf7a-4648-95ab-cecd6cbe6227.txt new file mode 100644 index 0000000000000000000000000000000000000000..03a862024601afbabe5814d772342b61ff65f7d4 --- /dev/null +++ b/texts/62517465-cf7a-4648-95ab-cecd6cbe6227.txt @@ -0,0 +1 @@ +A Tibetan man with his back to the camera, dressed in traditional Tibetan costume, stands on a grassland with snow and cattle and sheep \ No newline at end of file diff --git a/texts/6251d133-af8a-43ae-b69f-d7864e4816a8.txt b/texts/6251d133-af8a-43ae-b69f-d7864e4816a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..5eea51c263f7c6000c3e90bba8829f23d0074e59 --- /dev/null +++ b/texts/6251d133-af8a-43ae-b69f-d7864e4816a8.txt @@ -0,0 +1 @@ +Babies watch fireworks \ No newline at end of file diff --git a/texts/6253bd31-e1a1-4e25-9897-c2c89d751148.txt b/texts/6253bd31-e1a1-4e25-9897-c2c89d751148.txt new file mode 100644 index 0000000000000000000000000000000000000000..e98c0279558dde9430db28b1fb05f82005c53c5a --- /dev/null +++ b/texts/6253bd31-e1a1-4e25-9897-c2c89d751148.txt @@ -0,0 +1 @@ +A black cat playing under a christmas tree, it is snowing heavily out of the window \ No newline at end of file diff --git a/texts/62558790-ac4c-403e-a37a-e8f1c8c9f100.txt b/texts/62558790-ac4c-403e-a37a-e8f1c8c9f100.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a9bd41ac7ad997099dd47a95715090e0f692e47 --- /dev/null +++ b/texts/62558790-ac4c-403e-a37a-e8f1c8c9f100.txt @@ -0,0 +1 @@ +An orange cat and a round orange and white cat with yellow hair on the mouth and short legs, beautiful place, curious to observe \ No newline at end of file diff --git a/texts/6256e385-dc5f-4c14-909e-43ab1626a084.txt b/texts/6256e385-dc5f-4c14-909e-43ab1626a084.txt new file mode 100644 index 0000000000000000000000000000000000000000..29ce440515e1394f409911385a770669496984c2 --- /dev/null +++ b/texts/6256e385-dc5f-4c14-909e-43ab1626a084.txt @@ -0,0 +1 @@ +Bernese Mountain Puppy,with wings,light snow,footprints,running \ No newline at end of file diff --git a/texts/625a69d2-44a6-4922-9090-c8768aaea9b5.txt b/texts/625a69d2-44a6-4922-9090-c8768aaea9b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdfd8b6857edffa61cfc1ea3eeab2df800d075e7 --- /dev/null +++ b/texts/625a69d2-44a6-4922-9090-c8768aaea9b5.txt @@ -0,0 +1 @@ +Blue hydrangea,Cold cash, Divine,Cashmere, Cologne,And white sunshine,Red racing cars,Sunset and vine \ No newline at end of file diff --git a/texts/625af474-0c23-4847-9c7d-49d58f16d3b2.txt b/texts/625af474-0c23-4847-9c7d-49d58f16d3b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bcf6d7a5fb9d7436bfcb88047dff463544e4296 --- /dev/null +++ b/texts/625af474-0c23-4847-9c7d-49d58f16d3b2.txt @@ -0,0 +1 @@ +christmas tree \ No newline at end of file diff --git a/texts/6266ac66-3580-4378-9ef5-d16ba33775b4.txt b/texts/6266ac66-3580-4378-9ef5-d16ba33775b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f595c98f55c457194deee4670fdd2263e12cdd56 --- /dev/null +++ b/texts/6266ac66-3580-4378-9ef5-d16ba33775b4.txt @@ -0,0 +1 @@ +very very lovely cat and small dog( Corgi) stay together like couple on a ground with snow \ No newline at end of file diff --git a/texts/626f61af-7751-42fb-9853-c290093fddfe.txt b/texts/626f61af-7751-42fb-9853-c290093fddfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..352369f9b59bb9ea555de6318caa4c62ecea27ce --- /dev/null +++ b/texts/626f61af-7751-42fb-9853-c290093fddfe.txt @@ -0,0 +1 @@ +a dachshund watching fireworks under an apple orchard \ No newline at end of file diff --git a/texts/62882954-c1d8-40ed-a25f-163b7090bde1.txt b/texts/62882954-c1d8-40ed-a25f-163b7090bde1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cc1903d0a801bfbabcea03b01956aaccc586e89 --- /dev/null +++ b/texts/62882954-c1d8-40ed-a25f-163b7090bde1.txt @@ -0,0 +1 @@ +A small black teddy dog runs on the snow in front of Mount Fuji \ No newline at end of file diff --git a/texts/628aaa5c-d0d6-48d7-b60d-9edcf5e2033c.txt b/texts/628aaa5c-d0d6-48d7-b60d-9edcf5e2033c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3504744f017c152cb8d2edd08ee3099ad5b852ad --- /dev/null +++ b/texts/628aaa5c-d0d6-48d7-b60d-9edcf5e2033c.txt @@ -0,0 +1 @@ +An apple tree in the forest, bright red, surrounded by glowing stars. \ No newline at end of file diff --git a/texts/628bf1f6-8bc0-4dd6-8018-e8c650df6c9e.txt b/texts/628bf1f6-8bc0-4dd6-8018-e8c650df6c9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7093665f621cb49c27e9a565b2b4a10802c5a00f --- /dev/null +++ b/texts/628bf1f6-8bc0-4dd6-8018-e8c650df6c9e.txt @@ -0,0 +1 @@ +The cow cat wearing orange sunglasses is playing orange bass in winter \ No newline at end of file diff --git a/texts/628ed1b7-acc2-4154-95e1-2f50b1c3664a.txt b/texts/628ed1b7-acc2-4154-95e1-2f50b1c3664a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bfdee0a7811fa7f5bf85d09004befb39585ee0c --- /dev/null +++ b/texts/628ed1b7-acc2-4154-95e1-2f50b1c3664a.txt @@ -0,0 +1 @@ +Many high-rise buildings fell from the towering cliff, with orange sunshine in the sky, a car with wings floating in the air. \ No newline at end of file diff --git a/texts/628ff4b1-7cb7-46a0-8e80-26f0755913f2.txt b/texts/628ff4b1-7cb7-46a0-8e80-26f0755913f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..92b8e5f7b181ff40bf62cf78af24b3526939d88a --- /dev/null +++ b/texts/628ff4b1-7cb7-46a0-8e80-26f0755913f2.txt @@ -0,0 +1 @@ +The dense and fine green leaves, countless half-open white flowers and full flower bones are all soaked in the rain. \ No newline at end of file diff --git a/texts/62909445-20af-4eba-b60a-6c213852c531.txt b/texts/62909445-20af-4eba-b60a-6c213852c531.txt new file mode 100644 index 0000000000000000000000000000000000000000..be8595f84e023227f1291ed52ca12c8065ab7295 --- /dev/null +++ b/texts/62909445-20af-4eba-b60a-6c213852c531.txt @@ -0,0 +1 @@ +A small chubby white fox dog birthday balloon teddy bear doll with big chicken legs in the room \ No newline at end of file diff --git a/texts/629df70b-e020-40c9-a0ec-e01850a01b5b.txt b/texts/629df70b-e020-40c9-a0ec-e01850a01b5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4b8936b56e996bdc72088f70253ca297532479a --- /dev/null +++ b/texts/629df70b-e020-40c9-a0ec-e01850a01b5b.txt @@ -0,0 +1 @@ +The golden little rabbit sleeps in its warm little soft \ No newline at end of file diff --git a/texts/62aeffdb-cda8-405e-9044-25978f32d9df.txt b/texts/62aeffdb-cda8-405e-9044-25978f32d9df.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdd3be96da465cdca0da640de184ea423140ccb5 --- /dev/null +++ b/texts/62aeffdb-cda8-405e-9044-25978f32d9df.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters chen xilinprinted on the snow \ No newline at end of file diff --git a/texts/62b2abce-f7c6-4728-8b01-8073e8b3bff5.txt b/texts/62b2abce-f7c6-4728-8b01-8073e8b3bff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d9eed3b75e19619c9f7a61ce8c9bee6075cf4f8 --- /dev/null +++ b/texts/62b2abce-f7c6-4728-8b01-8073e8b3bff5.txt @@ -0,0 +1 @@ +On the snow by the sea in winter, Hello Kitty wrote MINGYU on the snow \ No newline at end of file diff --git a/texts/62ba6ad6-2490-480a-b37b-c362acdd37ac.txt b/texts/62ba6ad6-2490-480a-b37b-c362acdd37ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bc83a66189fd92baf421b2d0c116de3e86ecd66 --- /dev/null +++ b/texts/62ba6ad6-2490-480a-b37b-c362acdd37ac.txt @@ -0,0 +1 @@ +A Christmas tree, a Samoyed dog, and a man sitting on a chair indoors. \ No newline at end of file diff --git a/texts/62c68e1a-a715-48a7-aad0-a67b6fe74b67.txt b/texts/62c68e1a-a715-48a7-aad0-a67b6fe74b67.txt new file mode 100644 index 0000000000000000000000000000000000000000..31da8ef60902f4fa519373b8d2de0e6c1f8111f4 --- /dev/null +++ b/texts/62c68e1a-a715-48a7-aad0-a67b6fe74b67.txt @@ -0,0 +1 @@ +a cute Tuxedo Cat lying on the grass,and a huge rainbow behind her \ No newline at end of file diff --git a/texts/62cacb0d-b44d-4b07-add0-54e5b313ebae.txt b/texts/62cacb0d-b44d-4b07-add0-54e5b313ebae.txt new file mode 100644 index 0000000000000000000000000000000000000000..16b6401d02a02c76f66e69628dad362a9627575f --- /dev/null +++ b/texts/62cacb0d-b44d-4b07-add0-54e5b313ebae.txt @@ -0,0 +1 @@ +Two little cats wearing sunglasses, both chubby and adorable. One is a cute, plump white British Shorthair (the "chubby cat"), and the other is a fluffy, short-legged white kitten that looks like Hello Kitty. They are in a warm room, peacefully relaxing, while outside the window, the world is covered in a blanket of white snow. \ No newline at end of file diff --git a/texts/62d8ade4-20ca-43e6-a67d-937f8140a004.txt b/texts/62d8ade4-20ca-43e6-a67d-937f8140a004.txt new file mode 100644 index 0000000000000000000000000000000000000000..e597fe0ab622d6e21df3ea268ae3b720d893a34e --- /dev/null +++ b/texts/62d8ade4-20ca-43e6-a67d-937f8140a004.txt @@ -0,0 +1 @@ +Christmas, there are Christmas trees, hello kitty watch the aurora, write HY on the snow \ No newline at end of file diff --git a/texts/62dfc286-8d37-4bbc-898e-698e2a9f9914.txt b/texts/62dfc286-8d37-4bbc-898e-698e2a9f9914.txt new file mode 100644 index 0000000000000000000000000000000000000000..f06c2976549338e84f9c4e9d87635cd51f35e654 --- /dev/null +++ b/texts/62dfc286-8d37-4bbc-898e-698e2a9f9914.txt @@ -0,0 +1 @@ +Some day I ' ll , I wanna wear a starry crown(man) \ No newline at end of file diff --git a/texts/62e059c4-f00f-40dc-8f03-475db20828cb.txt b/texts/62e059c4-f00f-40dc-8f03-475db20828cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ba3272658f39f9337264250cf7c587983f7b6da --- /dev/null +++ b/texts/62e059c4-f00f-40dc-8f03-475db20828cb.txt @@ -0,0 +1 @@ +Snow under the stars \ No newline at end of file diff --git a/texts/62ec9c61-8641-4f6c-b1db-d21ffc35b911.txt b/texts/62ec9c61-8641-4f6c-b1db-d21ffc35b911.txt new file mode 100644 index 0000000000000000000000000000000000000000..9130c1d774eee91d6df2110e1567d5fc06bcf3dd --- /dev/null +++ b/texts/62ec9c61-8641-4f6c-b1db-d21ffc35b911.txt @@ -0,0 +1 @@ +On the snow at night, a little white lamb and a butterfly are under the pine tree, and there is a moon in the sky. \ No newline at end of file diff --git a/texts/62f3612e-5255-488c-a2dc-7396f59ecc47.txt b/texts/62f3612e-5255-488c-a2dc-7396f59ecc47.txt new file mode 100644 index 0000000000000000000000000000000000000000..6acf4982dcff50e3aa27601d00213938bf48372f --- /dev/null +++ b/texts/62f3612e-5255-488c-a2dc-7396f59ecc47.txt @@ -0,0 +1 @@ +A lovely penguin doll is lying on the floor and there is a pile of toys behind it. \ No newline at end of file diff --git a/texts/6308d017-2e67-460f-b728-eeb1ae5e0195.txt b/texts/6308d017-2e67-460f-b728-eeb1ae5e0195.txt new file mode 100644 index 0000000000000000000000000000000000000000..06aa13efb93c59240641e91cea78ad82acd1b409 --- /dev/null +++ b/texts/6308d017-2e67-460f-b728-eeb1ae5e0195.txt @@ -0,0 +1 @@ +At night, Koala and West Highland play computer in the room together. \ No newline at end of file diff --git a/texts/630d5928-2c31-434e-9fd0-64d0c8487a71.txt b/texts/630d5928-2c31-434e-9fd0-64d0c8487a71.txt new file mode 100644 index 0000000000000000000000000000000000000000..f26c0bad070ce516740c96294b5486a230168633 --- /dev/null +++ b/texts/630d5928-2c31-434e-9fd0-64d0c8487a71.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on forehead through nose wearing christmas hat on playing in the snow whith a young lady with vintage coate \ No newline at end of file diff --git a/texts/630f4bb9-8a03-470d-9f5e-91dc736e767c.txt b/texts/630f4bb9-8a03-470d-9f5e-91dc736e767c.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d001491ea90926a00e867ebefe3d809967112a --- /dev/null +++ b/texts/630f4bb9-8a03-470d-9f5e-91dc736e767c.txt @@ -0,0 +1 @@ +Editable Cheese Love's Day Social Media Graphic \ No newline at end of file diff --git a/texts/6310ae0e-f0a3-461e-980d-3bb6c44d2743.txt b/texts/6310ae0e-f0a3-461e-980d-3bb6c44d2743.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c4b096eeb1efad7539a292456c3fb7aaf5a6481 --- /dev/null +++ b/texts/6310ae0e-f0a3-461e-980d-3bb6c44d2743.txt @@ -0,0 +1 @@ +A cat with wings was walking in the snow on a snowy day \ No newline at end of file diff --git a/texts/632aa542-e7a1-41c1-870c-534a0ad43a56.txt b/texts/632aa542-e7a1-41c1-870c-534a0ad43a56.txt new file mode 100644 index 0000000000000000000000000000000000000000..dce128b83281ae79e7de8a20c9d0d5bb58c9c77d --- /dev/null +++ b/texts/632aa542-e7a1-41c1-870c-534a0ad43a56.txt @@ -0,0 +1 @@ +a jellycat bartholomew bear sitting in the christmas scene with a wine glass in its hand, the bear is in a pyajama suit. The scene is a cozy indoor scene \ No newline at end of file diff --git a/texts/633a7b87-7c34-4acd-b744-0889ea3bbcb3.txt b/texts/633a7b87-7c34-4acd-b744-0889ea3bbcb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bcbe64c2b94f2cd6d00e91f3877fec0fcacf95e --- /dev/null +++ b/texts/633a7b87-7c34-4acd-b744-0889ea3bbcb3.txt @@ -0,0 +1 @@ +Trump spent Halloween in the house with a puppy in the room \ No newline at end of file diff --git a/texts/63472c09-2973-4ea9-9f38-cd960973b565.txt b/texts/63472c09-2973-4ea9-9f38-cd960973b565.txt new file mode 100644 index 0000000000000000000000000000000000000000..7638cbc9fb62efc7ce1cbeac62bc7cadccbf5b4d --- /dev/null +++ b/texts/63472c09-2973-4ea9-9f38-cd960973b565.txt @@ -0,0 +1 @@ +There are five ocean balls loosely distributed on the solid color ground with a red traffic cone, the picture is completely overlooked \ No newline at end of file diff --git a/texts/63501c36-8e26-46cc-abd7-62c8511f7270.txt b/texts/63501c36-8e26-46cc-abd7-62c8511f7270.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccea7c92cc6da7388354292fb11be0f48bd7b0ff --- /dev/null +++ b/texts/63501c36-8e26-46cc-abd7-62c8511f7270.txt @@ -0,0 +1 @@ +Please make a "Happy Birthday echo" with rose petals at a hot spring in Hokkaido, Japan, where it is snowing \ No newline at end of file diff --git a/texts/6353f1e7-bb0e-4532-b988-e0dbacb5c823.txt b/texts/6353f1e7-bb0e-4532-b988-e0dbacb5c823.txt new file mode 100644 index 0000000000000000000000000000000000000000..36b1ddf06fc9df17e270f6247d9e4c5d4f4e88c1 --- /dev/null +++ b/texts/6353f1e7-bb0e-4532-b988-e0dbacb5c823.txt @@ -0,0 +1 @@ +A cute short-haired Birman cat celebrating his birthday, strawberry cake, cosy background \ No newline at end of file diff --git a/texts/6355c218-9a35-4b85-9463-394aad8215a0.txt b/texts/6355c218-9a35-4b85-9463-394aad8215a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..861585d3c28a899272fb1f62d36d795ae444fcc2 --- /dev/null +++ b/texts/6355c218-9a35-4b85-9463-394aad8215a0.txt @@ -0,0 +1 @@ +A border collie wearing a scarf is watching stars on a snowy beach \ No newline at end of file diff --git a/texts/635a4926-8e14-4a8d-bd88-76b19ee3dd1a.txt b/texts/635a4926-8e14-4a8d-bd88-76b19ee3dd1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..224bbbb681503fbecb5f7c5ac4b241146ddc5c4f --- /dev/null +++ b/texts/635a4926-8e14-4a8d-bd88-76b19ee3dd1a.txt @@ -0,0 +1 @@ +hello kitty in outsides mountains. rive and tree \ No newline at end of file diff --git a/texts/635fabf6-2d34-4a27-bc5b-24a11e74c608.txt b/texts/635fabf6-2d34-4a27-bc5b-24a11e74c608.txt new file mode 100644 index 0000000000000000000000000000000000000000..151e038a61e44bbac64e6fbe1f8660b853e13ee6 --- /dev/null +++ b/texts/635fabf6-2d34-4a27-bc5b-24a11e74c608.txt @@ -0,0 +1 @@ +It's a snowy evening with a tallChristmas tree side sea \ No newline at end of file diff --git a/texts/63614085-92b3-4daa-a885-fd1da31e5110.txt b/texts/63614085-92b3-4daa-a885-fd1da31e5110.txt new file mode 100644 index 0000000000000000000000000000000000000000..499ec3f4902ead5c3792863156251c3410ecf021 --- /dev/null +++ b/texts/63614085-92b3-4daa-a885-fd1da31e5110.txt @@ -0,0 +1 @@ +Pikachu is drinking on an inflatable sofa in the snow \ No newline at end of file diff --git a/texts/636419b5-1237-40e7-af02-ef05d9a41049.txt b/texts/636419b5-1237-40e7-af02-ef05d9a41049.txt new file mode 100644 index 0000000000000000000000000000000000000000..549655d37660fb4160ed4097033b9f8b15d1a730 --- /dev/null +++ b/texts/636419b5-1237-40e7-af02-ef05d9a41049.txt @@ -0,0 +1 @@ +Hello Kitty DJing in the middle of a vast, desolate Jeju Island landscape. The scene shows a barren, windswept beach with rugged, volcanic rocks and a pale sky. Despite the isolation and emptiness, Hello Kitty is energetically spinning records on a DJ turntable, creating an intense contrast with the surrounding desolation. She is slightly smaller in scale to emphasize the feeling of loneliness and isolation. The iconic Jeju Island volcanic landscape should be visible in the background, with its unique terrain and rugged features, adding a touch of authenticity to the scene. The overall vibe is surreal, with a strong sense of contrast between the lively, fun energy of Hello Kitty and the stark, empty surroundings \ No newline at end of file diff --git a/texts/63670b88-faaf-44ba-ac94-70f5ad5e90f7.txt b/texts/63670b88-faaf-44ba-ac94-70f5ad5e90f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..260ab05ec8064520697d9f7933eef5e59f7ec9c0 --- /dev/null +++ b/texts/63670b88-faaf-44ba-ac94-70f5ad5e90f7.txt @@ -0,0 +1 @@ +Bichon watching the sunset in the snow \ No newline at end of file diff --git a/texts/636832b3-155b-47b6-a2d2-a6176c4825ff.txt b/texts/636832b3-155b-47b6-a2d2-a6176c4825ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..174985cf9b926349027001cb11f82c7c44a4da2e --- /dev/null +++ b/texts/636832b3-155b-47b6-a2d2-a6176c4825ff.txt @@ -0,0 +1 @@ +There's a giant Christmas tree in the gym. \ No newline at end of file diff --git a/texts/636ff88d-9eeb-4c3b-ac6f-f45b78725bf2.txt b/texts/636ff88d-9eeb-4c3b-ac6f-f45b78725bf2.txt new file mode 100644 index 0000000000000000000000000000000000000000..136b9f2298b7bf65a50ccda6633fc183180d93d3 --- /dev/null +++ b/texts/636ff88d-9eeb-4c3b-ac6f-f45b78725bf2.txt @@ -0,0 +1 @@ +When the world explodes,the dog is sleeping \ No newline at end of file diff --git a/texts/637a3ba6-7438-4f69-81a4-8ae14310edfb.txt b/texts/637a3ba6-7438-4f69-81a4-8ae14310edfb.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7d2a75c6c2a50c4c1db0522dc5f42604a6f3c1c --- /dev/null +++ b/texts/637a3ba6-7438-4f69-81a4-8ae14310edfb.txt @@ -0,0 +1 @@ +a gray kitten with sunglasses, driving a convertible, bold colors, on the snow, retro vibe \ No newline at end of file diff --git a/texts/639fe62e-9f51-4671-a5bc-08ddcd35ffd6.txt b/texts/639fe62e-9f51-4671-a5bc-08ddcd35ffd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e71bd22c6c19715c86f4a3693280ffb8c585f485 --- /dev/null +++ b/texts/639fe62e-9f51-4671-a5bc-08ddcd35ffd6.txt @@ -0,0 +1 @@ +Lass plant,water and reflection,chinese screen,in a snow \ No newline at end of file diff --git a/texts/63a147da-0e90-4da8-81a9-08e762fbffd1.txt b/texts/63a147da-0e90-4da8-81a9-08e762fbffd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..25e2d68d01eb1faa8be033ae5b48716dd75e5899 --- /dev/null +++ b/texts/63a147da-0e90-4da8-81a9-08e762fbffd1.txt @@ -0,0 +1 @@ +A beautiful Ragdoll cat is looking up at the starry sky in the snow. There are auroras, snow and trees in the background, and half of a person holding the camera can be seen beside it. \ No newline at end of file diff --git a/texts/63aaba81-2ef5-43ca-9ee0-69de0509b9aa.txt b/texts/63aaba81-2ef5-43ca-9ee0-69de0509b9aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..455f5bf302273e39d7ed720a4443f0b5de112b6f --- /dev/null +++ b/texts/63aaba81-2ef5-43ca-9ee0-69de0509b9aa.txt @@ -0,0 +1 @@ +plushy HelloKitty wearing Burberry scarf in winter, snow background, Disneyland, like harry potter scene \ No newline at end of file diff --git a/texts/63b19f80-6850-472a-b581-f381f91ccf0c.txt b/texts/63b19f80-6850-472a-b581-f381f91ccf0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e2e9575935cf8e52afab1afdfafe7a6f8335ce3 --- /dev/null +++ b/texts/63b19f80-6850-472a-b581-f381f91ccf0c.txt @@ -0,0 +1 @@ +A Hello Kitty is also crying. He is facing the orange and looking at the fireworks outside. \ No newline at end of file diff --git a/texts/63b923fb-e244-4bab-97f8-25225d65fb10.txt b/texts/63b923fb-e244-4bab-97f8-25225d65fb10.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7be28e81d78aff626744ed07cd4d025001bb48e --- /dev/null +++ b/texts/63b923fb-e244-4bab-97f8-25225d65fb10.txt @@ -0,0 +1 @@ +The corgi is lying on a chair by the sea, wearing dark glasses, and next to it is a billboard that says, "kingsley is on vacation." \ No newline at end of file diff --git a/texts/63bf2586-e89c-4d4b-8bc6-87da146542dc.txt b/texts/63bf2586-e89c-4d4b-8bc6-87da146542dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..2107e66d5068157b65c7c5708375c775c860ab41 --- /dev/null +++ b/texts/63bf2586-e89c-4d4b-8bc6-87da146542dc.txt @@ -0,0 +1 @@ +A Schnauzer wearing glasses and a hat /Drinking / background is the rooftop \ No newline at end of file diff --git a/texts/63c113e2-fd2e-405c-a407-bfa63b50f817.txt b/texts/63c113e2-fd2e-405c-a407-bfa63b50f817.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2ee21e6db9a059ebf62d99c140eea9209d2c625 --- /dev/null +++ b/texts/63c113e2-fd2e-405c-a407-bfa63b50f817.txt @@ -0,0 +1 @@ +On a snowy night, fireworks,there is a sea in the distance, a white cat with white wings, next to it is a christmas tree , a melancholy blue night scene, with a dreamy effect of light particles, \ No newline at end of file diff --git a/texts/63cc4959-8e14-499f-9517-78aff20542ba.txt b/texts/63cc4959-8e14-499f-9517-78aff20542ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..da47f60e654a7e76de65a98019d5df5440e23474 --- /dev/null +++ b/texts/63cc4959-8e14-499f-9517-78aff20542ba.txt @@ -0,0 +1 @@ +A lovely penguin doll is skiing on a snowy mountain. \ No newline at end of file diff --git a/texts/63ce6661-4d2b-4252-ab13-b69a58146283.txt b/texts/63ce6661-4d2b-4252-ab13-b69a58146283.txt new file mode 100644 index 0000000000000000000000000000000000000000..96227c35b56711bd30163b03070a1ec2deaafa9c --- /dev/null +++ b/texts/63ce6661-4d2b-4252-ab13-b69a58146283.txt @@ -0,0 +1 @@ +An apple lamp. blues \ No newline at end of file diff --git a/texts/63d0d3ca-5dcd-4e7e-9f83-2a68b181475d.txt b/texts/63d0d3ca-5dcd-4e7e-9f83-2a68b181475d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3953308f71737792473e257f7df76308d4fee14 --- /dev/null +++ b/texts/63d0d3ca-5dcd-4e7e-9f83-2a68b181475d.txt @@ -0,0 +1 @@ +Snow is falling on the snow-capped mountain, leaving traces of "sonamdezom" written on the snow. The backdrop of the scene is a vast plateau meadow. \ No newline at end of file diff --git a/texts/63d17a2d-30fc-4a6f-9ba5-812381d63f70.txt b/texts/63d17a2d-30fc-4a6f-9ba5-812381d63f70.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc5ed058e1414d63e4b6c0d6dbd797aec0121713 --- /dev/null +++ b/texts/63d17a2d-30fc-4a6f-9ba5-812381d63f70.txt @@ -0,0 +1 @@ +There are grasslands and snowy mountains. There is a Samoyed with a bow tie and a cute grey British shorthair cat wearing a bow. Write the shape of JCT with clouds \ No newline at end of file diff --git a/texts/63ef8212-1724-481d-a679-65d71ee3bdd5.txt b/texts/63ef8212-1724-481d-a679-65d71ee3bdd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..53f1a0562c73a83dd7acc76468c09b92cdd1c35d --- /dev/null +++ b/texts/63ef8212-1724-481d-a679-65d71ee3bdd5.txt @@ -0,0 +1 @@ +A dachshund wearing a Christmas hat beside a real and lage r and decorated christmas tree in the snow, with some colorful Christmas gifts (with silk ribbon) beside it. \ No newline at end of file diff --git a/texts/63f27994-bad4-406c-a420-7de7deeed2fe.txt b/texts/63f27994-bad4-406c-a420-7de7deeed2fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b70102defa05630ea8c018173b026d4a4ebd7bb --- /dev/null +++ b/texts/63f27994-bad4-406c-a420-7de7deeed2fe.txt @@ -0,0 +1 @@ +A hello kitty doll and a pink pig doll sitting in the snow holding fireworks fairy sticks, with the letters Lynn &Ray printed on the snow \ No newline at end of file diff --git a/texts/63f5183a-0ac8-4570-8db1-846ae83e639a.txt b/texts/63f5183a-0ac8-4570-8db1-846ae83e639a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b62a27fcb2e58590a79c195648da2533dc3132e --- /dev/null +++ b/texts/63f5183a-0ac8-4570-8db1-846ae83e639a.txt @@ -0,0 +1 @@ +A yellow kitten and a black kitten snuggle up to each other in the red rose bushes under the sunset. \ No newline at end of file diff --git a/texts/63f8b705-679c-4337-802c-abba23e7f29b.txt b/texts/63f8b705-679c-4337-802c-abba23e7f29b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce784ce7ffaca1866badf27fbb4b5b689d61a0a6 --- /dev/null +++ b/texts/63f8b705-679c-4337-802c-abba23e7f29b.txt @@ -0,0 +1 @@ +A Hello Kitty is eating KFC chicken rack \ No newline at end of file diff --git a/texts/64041246-b9dd-4334-80c0-a251d944b722.txt b/texts/64041246-b9dd-4334-80c0-a251d944b722.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb53369c31bf240e88c6f18d9f944d21743190f5 --- /dev/null +++ b/texts/64041246-b9dd-4334-80c0-a251d944b722.txt @@ -0,0 +1 @@ +baby mini sized brown poodle wearing scarf under a christmas tree with snow. \ No newline at end of file diff --git a/texts/640d0701-eca3-424c-903d-8a9b4038a4ff.txt b/texts/640d0701-eca3-424c-903d-8a9b4038a4ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..82441a8afc1ed589939f48034e3247299ac279be --- /dev/null +++ b/texts/640d0701-eca3-424c-903d-8a9b4038a4ff.txt @@ -0,0 +1 @@ +A bitten green apple \ No newline at end of file diff --git a/texts/640e26a9-c4df-4271-a8d0-9a7318d527ea.txt b/texts/640e26a9-c4df-4271-a8d0-9a7318d527ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b1e020dfd13f7a1b982babcb78bfd2eff525e74 --- /dev/null +++ b/texts/640e26a9-c4df-4271-a8d0-9a7318d527ea.txt @@ -0,0 +1 @@ +The elevator is covered with coral, and there are colorful fish in the air \ No newline at end of file diff --git a/texts/641822d3-09cc-4536-9752-453adc5abc60.txt b/texts/641822d3-09cc-4536-9752-453adc5abc60.txt new file mode 100644 index 0000000000000000000000000000000000000000..e88721755ed7fbe97f707d9ea60d7ac5ada29bec --- /dev/null +++ b/texts/641822d3-09cc-4536-9752-453adc5abc60.txt @@ -0,0 +1 @@ +A pug and a fantasy pink unicorn riding a hot air balloon \ No newline at end of file diff --git a/texts/641ced0f-a843-486b-9a41-46f524d4cc0b.txt b/texts/641ced0f-a843-486b-9a41-46f524d4cc0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a20b8b9af4b932f88159eb22d30fb91a54758d3f --- /dev/null +++ b/texts/641ced0f-a843-486b-9a41-46f524d4cc0b.txt @@ -0,0 +1 @@ +A warm overall tone, at sunset. A Christmas tree stands in the white snow, adorned with string lights. The scene is quiet and clean, evoking a dreamlike atmosphere. There are orange auroras in the sky, and a black cat sits near the tree. There are no obstructions around, and in the distance, snow-capped mountains can be seen. The Christmas tree should be fully visible, with snow on its branches. \ No newline at end of file diff --git a/texts/641e7f99-b6d3-4fda-a2da-c087ad6ee086.txt b/texts/641e7f99-b6d3-4fda-a2da-c087ad6ee086.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9c4d3f3a3de267d5a9ecf43da170d86990a7b21 --- /dev/null +++ b/texts/641e7f99-b6d3-4fda-a2da-c087ad6ee086.txt @@ -0,0 +1 @@ +A golden retriever puppy is wearing a scarf, sitting in the snow with a bunch of flowers \ No newline at end of file diff --git a/texts/6420766e-1b25-4cf3-9915-9c42b5d0a391.txt b/texts/6420766e-1b25-4cf3-9915-9c42b5d0a391.txt new file mode 100644 index 0000000000000000000000000000000000000000..542954fff486bed1cf060053e659e0848bb58ca7 --- /dev/null +++ b/texts/6420766e-1b25-4cf3-9915-9c42b5d0a391.txt @@ -0,0 +1 @@ +a unicorn running in grands with mountains backgrounds , unicornsame as in game HoMM3 \ No newline at end of file diff --git a/texts/6422aa60-9c4b-4874-864b-dd325b9e259d.txt b/texts/6422aa60-9c4b-4874-864b-dd325b9e259d.txt new file mode 100644 index 0000000000000000000000000000000000000000..54ee22e284c0c7fd2ef1fddf8636bb9106971a85 --- /dev/null +++ b/texts/6422aa60-9c4b-4874-864b-dd325b9e259d.txt @@ -0,0 +1 @@ +There is a black cat in the snow with cat footprints next to it. There are three JSQ English letters in the snow \ No newline at end of file diff --git a/texts/64252d7b-300c-440c-a1e3-fb5adcc0326c.txt b/texts/64252d7b-300c-440c-a1e3-fb5adcc0326c.txt new file mode 100644 index 0000000000000000000000000000000000000000..52bfd423c0e8b69f2d5cefd44289c6865386d56e --- /dev/null +++ b/texts/64252d7b-300c-440c-a1e3-fb5adcc0326c.txt @@ -0,0 +1 @@ +A lovely cat wrote Happy Birthday yosh next to the birthday cake. \ No newline at end of file diff --git a/texts/642bd97f-c8da-45d5-a7a5-040478df2044.txt b/texts/642bd97f-c8da-45d5-a7a5-040478df2044.txt new file mode 100644 index 0000000000000000000000000000000000000000..1647f8c86241b6f798e2c99f73479d85e7ce4b54 --- /dev/null +++ b/texts/642bd97f-c8da-45d5-a7a5-040478df2044.txt @@ -0,0 +1 @@ +Hello kitty shoots a machine gun under Mount Fuji \ No newline at end of file diff --git a/texts/643179de-a65e-4c9c-9d60-d1d2819d4d91.txt b/texts/643179de-a65e-4c9c-9d60-d1d2819d4d91.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c089b0df9347c354c08e4021fce2ba136859a5c --- /dev/null +++ b/texts/643179de-a65e-4c9c-9d60-d1d2819d4d91.txt @@ -0,0 +1 @@ +An adorable panda wearing headphones and ski goggles, coffee in hand, skateboards on a snowy mountain. \ No newline at end of file diff --git a/texts/64354aa5-a2e1-4e12-a5dc-427ffe60f2b4.txt b/texts/64354aa5-a2e1-4e12-a5dc-427ffe60f2b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..50d56ba3b5022c38e9128e6a1b65609bacae63d8 --- /dev/null +++ b/texts/64354aa5-a2e1-4e12-a5dc-427ffe60f2b4.txt @@ -0,0 +1 @@ +A princess sits at a surreal Christmas dinner table in an infinite snowy field, looking at the camera. The scene is illuminated by birthday candles, with snow gently falling under a hazy pastel sky. \ No newline at end of file diff --git a/texts/64416f58-5a8f-4e3b-8eee-e8aae9e6bf24.txt b/texts/64416f58-5a8f-4e3b-8eee-e8aae9e6bf24.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f694b9e756161d3a203d5d902ed9e07a649d4f7 --- /dev/null +++ b/texts/64416f58-5a8f-4e3b-8eee-e8aae9e6bf24.txt @@ -0,0 +1 @@ +Wearing pearls and sunglasses, hello Kitty is standing in the snow with a chainsaw in her left hand and a book in her right \ No newline at end of file diff --git a/texts/64473ba6-2add-4b34-bfae-f19fa19d8661.txt b/texts/64473ba6-2add-4b34-bfae-f19fa19d8661.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a61a16b928f3984a803804a2c9eb8bd260c6f39 --- /dev/null +++ b/texts/64473ba6-2add-4b34-bfae-f19fa19d8661.txt @@ -0,0 +1 @@ +Hellokitty is purple. Playing the piano. \ No newline at end of file diff --git a/texts/644c2111-9e93-4e00-afa5-19adba158b95.txt b/texts/644c2111-9e93-4e00-afa5-19adba158b95.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aaba446cf1416b494f414e4a9b50962a1ce3e1c --- /dev/null +++ b/texts/644c2111-9e93-4e00-afa5-19adba158b95.txt @@ -0,0 +1 @@ +A close-up shot of a butterfly fluttering in the flowers, with blood flowing everywhere \ No newline at end of file diff --git a/texts/644f747b-2107-44df-ac37-7217369fde03.txt b/texts/644f747b-2107-44df-ac37-7217369fde03.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffb3df6bf70c0d861bd6a3fe797da85d0ec5a5b5 --- /dev/null +++ b/texts/644f747b-2107-44df-ac37-7217369fde03.txt @@ -0,0 +1 @@ +hello kitty with black suit and tie, in heavy snow, umbrella \ No newline at end of file diff --git a/texts/6457e3e4-e3f0-4295-a7cd-01abc762cedd.txt b/texts/6457e3e4-e3f0-4295-a7cd-01abc762cedd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1174876946f97825a644278a6db3cad96cf0d6c --- /dev/null +++ b/texts/6457e3e4-e3f0-4295-a7cd-01abc762cedd.txt @@ -0,0 +1 @@ +Kinkaku-ji Temple is on fire \ No newline at end of file diff --git a/texts/645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a.txt b/texts/645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..da18031a0097a3482896b6b93d67a12c1eeb70e4 --- /dev/null +++ b/texts/645c58ec-b0ac-4e7b-b823-f1aa01d8fb3a.txt @@ -0,0 +1 @@ +A Samoyed and a white-grey Silver Shaded cat are playing together. \ No newline at end of file diff --git a/texts/645ee040-e350-4cd0-b8e0-5a8aed0111db.txt b/texts/645ee040-e350-4cd0-b8e0-5a8aed0111db.txt new file mode 100644 index 0000000000000000000000000000000000000000..f77f7edbb30e2fa5afbf35331eb338e71b477253 --- /dev/null +++ b/texts/645ee040-e350-4cd0-b8e0-5a8aed0111db.txt @@ -0,0 +1 @@ +Night Iceland Snow Black Cat Snow Jerry \ No newline at end of file diff --git a/texts/645f6341-5328-4988-ba29-ab3ff823b9a2.txt b/texts/645f6341-5328-4988-ba29-ab3ff823b9a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf3beb4c86f911f6e48d717b9f5a3c9ddf9c1d4d --- /dev/null +++ b/texts/645f6341-5328-4988-ba29-ab3ff823b9a2.txt @@ -0,0 +1 @@ +The black puppy is taking photos in the snow, with the sunset and fireworks behind it. \ No newline at end of file diff --git a/texts/6464d11a-77c0-4bbb-ac78-72a2952913a6.txt b/texts/6464d11a-77c0-4bbb-ac78-72a2952913a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6617d7d94f8ef40a139f16f11ca2fe30a8cf491 --- /dev/null +++ b/texts/6464d11a-77c0-4bbb-ac78-72a2952913a6.txt @@ -0,0 +1 @@ +A long-haired dachshund took out a computer to work on the top of the snowy mountain. Its snowboard and snow goggles were placed next to it, and there were two big words OK on the snow \ No newline at end of file diff --git a/texts/6466bb2b-6903-4c9a-86b6-38ef99d1da43.txt b/texts/6466bb2b-6903-4c9a-86b6-38ef99d1da43.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b5a25c2cdbf1a4aef989791624296cf09013301 --- /dev/null +++ b/texts/6466bb2b-6903-4c9a-86b6-38ef99d1da43.txt @@ -0,0 +1 @@ +A Ragdoll cat, which is a Blue Mountain Bicolor Ragdoll cat, is wearing sunglasses and drinking a cocktail. pink sofa \ No newline at end of file diff --git a/texts/64756fb7-a71b-49e0-9b46-23c490ed53f9.txt b/texts/64756fb7-a71b-49e0-9b46-23c490ed53f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a4b4a9126f63cbe4a296ca0eef21e338ef2acb1 --- /dev/null +++ b/texts/64756fb7-a71b-49e0-9b46-23c490ed53f9.txt @@ -0,0 +1 @@ +Handwritten word "xqy" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/647a3d3b-4c48-4fe5-bb66-a253efe8c183.txt b/texts/647a3d3b-4c48-4fe5-bb66-a253efe8c183.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cdb799fd2a60d1d2b10cd967ad6f2c7aea37510 --- /dev/null +++ b/texts/647a3d3b-4c48-4fe5-bb66-a253efe8c183.txt @@ -0,0 +1 @@ +A relaxed bear in the snow with the words' Xiao Xin 'written on the ground. The sky is very blue and beautiful, with the sun shining \ No newline at end of file diff --git a/texts/647c90ee-f519-4880-b5e5-edc2f6a7afd5.txt b/texts/647c90ee-f519-4880-b5e5-edc2f6a7afd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2d30e0ce134ab2b37000640ec04590ff673471d --- /dev/null +++ b/texts/647c90ee-f519-4880-b5e5-edc2f6a7afd5.txt @@ -0,0 +1 @@ +golden puppy, night, snow beach,bonfire \ No newline at end of file diff --git a/texts/6483cf27-792f-4b6f-99d3-c4d36b193bcb.txt b/texts/6483cf27-792f-4b6f-99d3-c4d36b193bcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b98ec2790e559b163bdb779d787f58d181afb14 --- /dev/null +++ b/texts/6483cf27-792f-4b6f-99d3-c4d36b193bcb.txt @@ -0,0 +1 @@ +a vintage little Alien toy and ufo with gifts \ No newline at end of file diff --git a/texts/6484b155-3734-4059-be14-50647d1b9126.txt b/texts/6484b155-3734-4059-be14-50647d1b9126.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcba2655c74f1c962bac72b16843bc90bbed2cd0 --- /dev/null +++ b/texts/6484b155-3734-4059-be14-50647d1b9126.txt @@ -0,0 +1 @@ +Snowman in a ski resort \ No newline at end of file diff --git a/texts/648cd132-a26e-4a25-ba2e-48e0de8df2dc.txt b/texts/648cd132-a26e-4a25-ba2e-48e0de8df2dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6eb44e4d078ffc3ccb2adba55d3bf0fe597f75c4 --- /dev/null +++ b/texts/648cd132-a26e-4a25-ba2e-48e0de8df2dc.txt @@ -0,0 +1 @@ +little cute schauzer with christ cozy background \ No newline at end of file diff --git a/texts/6491835b-115e-4447-baeb-9ada4e2387ce.txt b/texts/6491835b-115e-4447-baeb-9ada4e2387ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..70a24207d013ae6c6ae62c8da74fd8a69cc967f1 --- /dev/null +++ b/texts/6491835b-115e-4447-baeb-9ada4e2387ce.txt @@ -0,0 +1 @@ +astronaut,Christmas,funfair,snowfall under neon lights \ No newline at end of file diff --git a/texts/64a9429d-b047-4471-98dc-047223d9a5eb.txt b/texts/64a9429d-b047-4471-98dc-047223d9a5eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..17d8974ae5537234dd016be9793668d583ea3c03 --- /dev/null +++ b/texts/64a9429d-b047-4471-98dc-047223d9a5eb.txt @@ -0,0 +1 @@ +A slim and elegant jazz lady is dancing a lively swing in a bustling jazz club, holding a drink in her hand. \ No newline at end of file diff --git a/texts/64aa1cdb-3e60-40a6-a545-8cb50641c237.txt b/texts/64aa1cdb-3e60-40a6-a545-8cb50641c237.txt new file mode 100644 index 0000000000000000000000000000000000000000..881a36456e079a049016904243a9edb7c718717b --- /dev/null +++ b/texts/64aa1cdb-3e60-40a6-a545-8cb50641c237.txt @@ -0,0 +1 @@ +guinea pig \ No newline at end of file diff --git a/texts/64b780ba-4879-4d0f-9575-bd0d13bb24b8.txt b/texts/64b780ba-4879-4d0f-9575-bd0d13bb24b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bf9e040aa7cf5dee883b7579a32e30f53499617 --- /dev/null +++ b/texts/64b780ba-4879-4d0f-9575-bd0d13bb24b8.txt @@ -0,0 +1 @@ +hello kitty looking at the christmas tree \ No newline at end of file diff --git a/texts/64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea.txt b/texts/64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..48254448823442ce8cffcd91e274a078a69e880b --- /dev/null +++ b/texts/64b82fff-e0d5-4c5c-ad1f-2ad11d30d4ea.txt @@ -0,0 +1 @@ +The white Samoyed is laughing and playing in the snow in the snowy field. \ No newline at end of file diff --git a/texts/64bfb04e-9dd2-4370-9087-c79f0a674eff.txt b/texts/64bfb04e-9dd2-4370-9087-c79f0a674eff.txt new file mode 100644 index 0000000000000000000000000000000000000000..204d77555a0faa60ff02ed833a4fc7553649468c --- /dev/null +++ b/texts/64bfb04e-9dd2-4370-9087-c79f0a674eff.txt @@ -0,0 +1 @@ +Donald Trump stands in front of a mirror that shows him as a child and his mother \ No newline at end of file diff --git a/texts/64c17a08-76e1-46e8-98a2-a397f4b9ff1c.txt b/texts/64c17a08-76e1-46e8-98a2-a397f4b9ff1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..03a0d542624e51e5568babb3478e1b08ac8e1ac9 --- /dev/null +++ b/texts/64c17a08-76e1-46e8-98a2-a397f4b9ff1c.txt @@ -0,0 +1 @@ +A Yorkshire puppy named Nomi is playing with hello Kitty in Disney. \ No newline at end of file diff --git a/texts/64d38e53-2f05-447f-83ac-a6d34e678b26.txt b/texts/64d38e53-2f05-447f-83ac-a6d34e678b26.txt new file mode 100644 index 0000000000000000000000000000000000000000..901f41c0f5e2a25c822bbe8202d8e5f9ef56568b --- /dev/null +++ b/texts/64d38e53-2f05-447f-83ac-a6d34e678b26.txt @@ -0,0 +1 @@ +the bag is stuffed with groceries from garden, the groceries are also sticking out of the bag \ No newline at end of file diff --git a/texts/64d9ef08-4866-4352-a1ef-7b7ef9c88c63.txt b/texts/64d9ef08-4866-4352-a1ef-7b7ef9c88c63.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c3b937f7eabfcb807a25c09336cfd1e8007fdac --- /dev/null +++ b/texts/64d9ef08-4866-4352-a1ef-7b7ef9c88c63.txt @@ -0,0 +1 @@ + Batman, who is dancing \ No newline at end of file diff --git a/texts/64deaf48-b97e-49fa-a4ac-a30003eadedf.txt b/texts/64deaf48-b97e-49fa-a4ac-a30003eadedf.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1b0ff415a8db88135af5ada8c2a9cd43113cc96 --- /dev/null +++ b/texts/64deaf48-b97e-49fa-a4ac-a30003eadedf.txt @@ -0,0 +1 @@ +A Hello Kitty Spinning in the snow \ No newline at end of file diff --git a/texts/64e56dc0-5f89-4b0c-bbfa-990e821190d1.txt b/texts/64e56dc0-5f89-4b0c-bbfa-990e821190d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d27c918a5d615dad236df62430623dfdd63584 --- /dev/null +++ b/texts/64e56dc0-5f89-4b0c-bbfa-990e821190d1.txt @@ -0,0 +1 @@ +Kittens and puppies are fighting. \ No newline at end of file diff --git a/texts/64ea25cf-cd32-4e1f-b5df-fe53a75b1f71.txt b/texts/64ea25cf-cd32-4e1f-b5df-fe53a75b1f71.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ca270cbb5c4f40cd1fc311a76371055e2521ed9 --- /dev/null +++ b/texts/64ea25cf-cd32-4e1f-b5df-fe53a75b1f71.txt @@ -0,0 +1 @@ +Black and white cat and white dog celebrate their birthday in the snow \ No newline at end of file diff --git a/texts/64f2524f-8252-45f9-81ad-3953e3fe1646.txt b/texts/64f2524f-8252-45f9-81ad-3953e3fe1646.txt new file mode 100644 index 0000000000000000000000000000000000000000..3acbad628b875dd7c299e8847ae3d4d76db3a7f7 --- /dev/null +++ b/texts/64f2524f-8252-45f9-81ad-3953e3fe1646.txt @@ -0,0 +1 @@ +hello Kitty, wearing pearls, is enjoying afternoon tea in the gorgeous castle \ No newline at end of file diff --git a/texts/64fee6a8-d9fb-42ff-b6d2-dff04bbc8083.txt b/texts/64fee6a8-d9fb-42ff-b6d2-dff04bbc8083.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4f41036262a946338a4fee743446ab28f6110e3 --- /dev/null +++ b/texts/64fee6a8-d9fb-42ff-b6d2-dff04bbc8083.txt @@ -0,0 +1 @@ +The overall decor of the cafe is minimalist and dark, with abstract works by artists hanging on the back wall, a wooden table with a latte with a nice pull and a slice of black forest cake, cinnamon rolls, and croissants. \ No newline at end of file diff --git a/texts/65014a86-8a8c-489e-a364-3599c03c9fab.txt b/texts/65014a86-8a8c-489e-a364-3599c03c9fab.txt new file mode 100644 index 0000000000000000000000000000000000000000..5579df581cf90f041ceb94cf87e0cdea9b9738a7 --- /dev/null +++ b/texts/65014a86-8a8c-489e-a364-3599c03c9fab.txt @@ -0,0 +1 @@ +Cat wearing sunglasses, smoking, snow, aurora, with GZHloveCHM written on the snow \ No newline at end of file diff --git a/texts/6501a007-5947-44b1-b42a-0cc7dcc2890e.txt b/texts/6501a007-5947-44b1-b42a-0cc7dcc2890e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0638f95d8da5ad91be2f5ddfed2291e4a2acf8c --- /dev/null +++ b/texts/6501a007-5947-44b1-b42a-0cc7dcc2890e.txt @@ -0,0 +1 @@ +The vast sea, emerald sea water, white beach, tall black Chinese wooden buildings in the sea \ No newline at end of file diff --git a/texts/6505c39a-d58f-4aba-a063-3dd7f5f17269.txt b/texts/6505c39a-d58f-4aba-a063-3dd7f5f17269.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7c25964f0ea117d6291726bc7eedcc3c3af0f3e --- /dev/null +++ b/texts/6505c39a-d58f-4aba-a063-3dd7f5f17269.txt @@ -0,0 +1 @@ +hello kitty with red training suits and red shoes playing basketball in the basketball court but with fire \ No newline at end of file diff --git a/texts/65088370-3ec4-4985-bce0-ff85ac9f90b6.txt b/texts/65088370-3ec4-4985-bce0-ff85ac9f90b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b48a800b9d373c70777773d7490ec07c307e24c2 --- /dev/null +++ b/texts/65088370-3ec4-4985-bce0-ff85ac9f90b6.txt @@ -0,0 +1 @@ +A little Maltese with a bow,sits on a yellow sofa eating its cupcake. \ No newline at end of file diff --git a/texts/6518ca1b-6baf-4276-9057-46b910bb0b82.txt b/texts/6518ca1b-6baf-4276-9057-46b910bb0b82.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb0b38bfdeafba833e791681b01c803fb14b66e5 --- /dev/null +++ b/texts/6518ca1b-6baf-4276-9057-46b910bb0b82.txt @@ -0,0 +1 @@ +At night, through the french window of the high-rise hotel, shoot the purple light of the Macao Tower \ No newline at end of file diff --git a/texts/65202504-1771-4011-8433-8cd556fbb547.txt b/texts/65202504-1771-4011-8433-8cd556fbb547.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ebc6c5a0ee0798916b5779840a70e2c5c04e29e --- /dev/null +++ b/texts/65202504-1771-4011-8433-8cd556fbb547.txt @@ -0,0 +1 @@ +A Western Highland white meme wearing overalls and holding a paintbrush is painting an oil painting \ No newline at end of file diff --git a/texts/65224ab3-163f-4366-9cf5-e582f3ebbf6a.txt b/texts/65224ab3-163f-4366-9cf5-e582f3ebbf6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..759208ec2c173f036d6ca7aeaeed69dea8b51c2e --- /dev/null +++ b/texts/65224ab3-163f-4366-9cf5-e582f3ebbf6a.txt @@ -0,0 +1 @@ +The orange cat in the snow \ No newline at end of file diff --git a/texts/652c267c-4a20-472b-ac5a-a5a24913b5a8.txt b/texts/652c267c-4a20-472b-ac5a-a5a24913b5a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd3bd5d2f83622ac4389e28b20f0fef69ec1a57d --- /dev/null +++ b/texts/652c267c-4a20-472b-ac5a-a5a24913b5a8.txt @@ -0,0 +1 @@ +A cute Labrador puppy is chasing a blue butterfly in the snow with light snow.Aurora, starry sky and distant forest are in the background. \ No newline at end of file diff --git a/texts/65313d85-471f-46d6-b857-ee5f6fe19854.txt b/texts/65313d85-471f-46d6-b857-ee5f6fe19854.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cdc059a03f831ca07343d5f1fb02bae27f1a387 --- /dev/null +++ b/texts/65313d85-471f-46d6-b857-ee5f6fe19854.txt @@ -0,0 +1 @@ +A dog play in snow \ No newline at end of file diff --git a/texts/654078e3-1598-4454-8835-43f40d35b867.txt b/texts/654078e3-1598-4454-8835-43f40d35b867.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb202e97bc8d3aaef358985a95c60e1a284b1ca3 --- /dev/null +++ b/texts/654078e3-1598-4454-8835-43f40d35b867.txt @@ -0,0 +1 @@ +A lush pine tree listening to music on Marshall headphones, pine cones, blue rain \ No newline at end of file diff --git a/texts/65434ad1-0286-476a-848c-53680073506a.txt b/texts/65434ad1-0286-476a-848c-53680073506a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1cab4d5076e856e7fe38db696481b984e158906 --- /dev/null +++ b/texts/65434ad1-0286-476a-848c-53680073506a.txt @@ -0,0 +1 @@ +a very green cat are working on in front of computer \ No newline at end of file diff --git a/texts/6559221c-682a-47e6-a923-eb9d1d4fddb7.txt b/texts/6559221c-682a-47e6-a923-eb9d1d4fddb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6d0ac2be77271719267f2d57481d3de0522979c --- /dev/null +++ b/texts/6559221c-682a-47e6-a923-eb9d1d4fddb7.txt @@ -0,0 +1 @@ +blackcat and whitecat christmas summer \ No newline at end of file diff --git a/texts/6559fb13-88a4-4f52-a62f-82748e343fa3.txt b/texts/6559fb13-88a4-4f52-a62f-82748e343fa3.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f09d911f8dce82dcef1666427d4dffd522c176c --- /dev/null +++ b/texts/6559fb13-88a4-4f52-a62f-82748e343fa3.txt @@ -0,0 +1 @@ +Snowy night, there is the sea in the distance, white kitty wearing a Santa hat, next to the Christmas tree, the snow is written "oyx", there are traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation. \ No newline at end of file diff --git a/texts/6561d245-5718-4b32-b18d-f6333a29d190.txt b/texts/6561d245-5718-4b32-b18d-f6333a29d190.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae15917099e0fa3eb3282858a393ab7f14d2b9e6 --- /dev/null +++ b/texts/6561d245-5718-4b32-b18d-f6333a29d190.txt @@ -0,0 +1 @@ +Hello Kitty doll is skiing \ No newline at end of file diff --git a/texts/6565ce33-e0cc-4f2b-9eae-6c930f016aa3.txt b/texts/6565ce33-e0cc-4f2b-9eae-6c930f016aa3.txt new file mode 100644 index 0000000000000000000000000000000000000000..8aa40ccc523561e92db4d953c0ff60ac6ef1bd07 --- /dev/null +++ b/texts/6565ce33-e0cc-4f2b-9eae-6c930f016aa3.txt @@ -0,0 +1 @@ +A deep blue night sky with snow falling a little white cat with wings \ No newline at end of file diff --git a/texts/656de9d0-4f4d-4b3d-9ee5-33ccced6429c.txt b/texts/656de9d0-4f4d-4b3d-9ee5-33ccced6429c.txt new file mode 100644 index 0000000000000000000000000000000000000000..266daee4df46a035563204dd596bcbdbc96f5269 --- /dev/null +++ b/texts/656de9d0-4f4d-4b3d-9ee5-33ccced6429c.txt @@ -0,0 +1 @@ +Abandon playground with furturistic slide and swing \ No newline at end of file diff --git a/texts/6571b14e-870d-4b08-af8f-b84e78c15663.txt b/texts/6571b14e-870d-4b08-af8f-b84e78c15663.txt new file mode 100644 index 0000000000000000000000000000000000000000..336da379b3edf0389c1a5bffe314074105789c8d --- /dev/null +++ b/texts/6571b14e-870d-4b08-af8f-b84e78c15663.txt @@ -0,0 +1 @@ +A Samoyed puppy with pink angel wings chases a small colorful butterfly through the snow with a Christmas tree in the distance \ No newline at end of file diff --git a/texts/65736993-e69b-4cdb-a820-9943a443e33a.txt b/texts/65736993-e69b-4cdb-a820-9943a443e33a.txt new file mode 100644 index 0000000000000000000000000000000000000000..12bc3892328603c7b0e05d0de0563145ac4f586c --- /dev/null +++ b/texts/65736993-e69b-4cdb-a820-9943a443e33a.txt @@ -0,0 +1 @@ +A cat looking at a crystal ball, under a Christmas tree \ No newline at end of file diff --git a/texts/6582cfd4-6e31-4e30-8270-70aa7bf2e196.txt b/texts/6582cfd4-6e31-4e30-8270-70aa7bf2e196.txt new file mode 100644 index 0000000000000000000000000000000000000000..a79512036ece696776417e8416673afb163e9b1e --- /dev/null +++ b/texts/6582cfd4-6e31-4e30-8270-70aa7bf2e196.txt @@ -0,0 +1 @@ +A white kitten is playing with a butterfly in the snow.The three letters Wan were written on the snow. There are beautiful fireworks in the distance. \ No newline at end of file diff --git a/texts/6586fa70-ba2d-4051-93ba-4bb1c7aa8da7.txt b/texts/6586fa70-ba2d-4051-93ba-4bb1c7aa8da7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee62f945177c60efcfde3eedcd5cc8bf514e7e70 --- /dev/null +++ b/texts/6586fa70-ba2d-4051-93ba-4bb1c7aa8da7.txt @@ -0,0 +1 @@ +A mechanical, metallic butterfly rests on a small piece of lace fabric at its base, placed against a black velvet surface. The butterfly is adorned with a ribbon tied into a bow, surrounded by scattered pearls. The overall aesthetic is a blend of vintage Baroque and dreamcore styles. \ No newline at end of file diff --git a/texts/6588e31c-2e82-4fbb-acde-df52286c4e27.txt b/texts/6588e31c-2e82-4fbb-acde-df52286c4e27.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa7d3ae403bab17f31f12ff453654ea743cd9b4b --- /dev/null +++ b/texts/6588e31c-2e82-4fbb-acde-df52286c4e27.txt @@ -0,0 +1 @@ +I want a Pikachu holding a birthday cake with 1227 written on it. \ No newline at end of file diff --git a/texts/65976219-09cb-46a1-b5ed-48d638c81d82.txt b/texts/65976219-09cb-46a1-b5ed-48d638c81d82.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c0308403efcd797d7da429548ebf2d3370b3a81 --- /dev/null +++ b/texts/65976219-09cb-46a1-b5ed-48d638c81d82.txt @@ -0,0 +1 @@ +Avant-garde fashion photography, person in oversized white puffer suit, massive wind turbine, deep teal sky, minimalist industrial backdrop, urban techwear aesthetic, desert setting, wheat-colored grass, dramatic low angle shot, modern editorial style, architectural composition \ No newline at end of file diff --git a/texts/659e9e14-5bdb-43e4-b74c-65609e82c98e.txt b/texts/659e9e14-5bdb-43e4-b74c-65609e82c98e.txt new file mode 100644 index 0000000000000000000000000000000000000000..98cc0dfafed0ddb62a063ab2f08da1dd7f00bad4 --- /dev/null +++ b/texts/659e9e14-5bdb-43e4-b74c-65609e82c98e.txt @@ -0,0 +1 @@ +HelloKitty and Trump are having tea on the balcony of the second floor of the Ryokan Hotel, with a view of Mount Fuji in the distance, red maple trees downstairs, a lake in front of Mount Fuji, the scene is bright, and the weather is fine during the day \ No newline at end of file diff --git a/texts/65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8.txt b/texts/65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed39fc8f32e687e1fa68c8ea2fda121c32128c72 --- /dev/null +++ b/texts/65a06eb8-cae3-4b8b-a3b8-fe3d34eff1d8.txt @@ -0,0 +1 @@ +Write leehan and riwoo's names by hand in the snow under a large Christmas tree and gift box, surrounded by feathers and bubbles, and write 1020 and 1022, no one appears, with a dreamy effect of light particles \ No newline at end of file diff --git a/texts/65a19998-c830-4b4c-ac6c-58ea3e0e0ee4.txt b/texts/65a19998-c830-4b4c-ac6c-58ea3e0e0ee4.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7cca99e948b03ea3407d3281f8e9e02e6d74cc6 --- /dev/null +++ b/texts/65a19998-c830-4b4c-ac6c-58ea3e0e0ee4.txt @@ -0,0 +1 @@ +A black cat and a white rabbit are on a snowy beach, with stars, a little fireworks, and butterfly wings \ No newline at end of file diff --git a/texts/65a3d500-3086-4a8a-bd3d-d898539de2f3.txt b/texts/65a3d500-3086-4a8a-bd3d-d898539de2f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..797c4d773174050abb93ff512013878397c6e7f8 --- /dev/null +++ b/texts/65a3d500-3086-4a8a-bd3d-d898539de2f3.txt @@ -0,0 +1 @@ +A brightly colored butterfly with snowy mountains, stars and curved moon in the background \ No newline at end of file diff --git a/texts/65c4f28d-4f31-4779-84a2-046b9e48cd53.txt b/texts/65c4f28d-4f31-4779-84a2-046b9e48cd53.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e7766a99a575f014eb8e8c7b1bfebd8ec5907f2 --- /dev/null +++ b/texts/65c4f28d-4f31-4779-84a2-046b9e48cd53.txt @@ -0,0 +1 @@ +Samoyed is playing on the grass, with small flowers and watering. The sunshine is bright and there are clouds with the word "LYW" written on them, creating an atmosphere of spring and clear details \ No newline at end of file diff --git a/texts/65ccf831-ae17-4864-9044-d1ce219f19c9.txt b/texts/65ccf831-ae17-4864-9044-d1ce219f19c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a09f4c62501041ccea373639728d7f975fb61a9 --- /dev/null +++ b/texts/65ccf831-ae17-4864-9044-d1ce219f19c9.txt @@ -0,0 +1 @@ +Cats watching grand fireworks at sunset by the seaside \ No newline at end of file diff --git a/texts/65d59409-c108-4833-bef4-f4019f997826.txt b/texts/65d59409-c108-4833-bef4-f4019f997826.txt new file mode 100644 index 0000000000000000000000000000000000000000..d717da9e1d768e6ac55e285708afb83ca84861de --- /dev/null +++ b/texts/65d59409-c108-4833-bef4-f4019f997826.txt @@ -0,0 +1 @@ +A gray white kitten with purple pupils watching colorful fireworks on a hot air balloon \ No newline at end of file diff --git a/texts/65d62365-9f80-4736-820c-d2ca3fe9baa6.txt b/texts/65d62365-9f80-4736-820c-d2ca3fe9baa6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc17bfaf78c222c18f4a1276f98450a47d080cfa --- /dev/null +++ b/texts/65d62365-9f80-4736-820c-d2ca3fe9baa6.txt @@ -0,0 +1 @@ +Two cats are dancing on a huge cloud \ No newline at end of file diff --git a/texts/65db0bae-ddf4-4fc6-a7e6-cae63d78ce41.txt b/texts/65db0bae-ddf4-4fc6-a7e6-cae63d78ce41.txt new file mode 100644 index 0000000000000000000000000000000000000000..5427eda02777ff636f5b43f5ffaee3b3ed3b5bc2 --- /dev/null +++ b/texts/65db0bae-ddf4-4fc6-a7e6-cae63d78ce41.txt @@ -0,0 +1 @@ +unkempt fat young man in a suit, serious facial expression \ No newline at end of file diff --git a/texts/65dfabc6-1018-4cd2-966c-a6e6f30ed126.txt b/texts/65dfabc6-1018-4cd2-966c-a6e6f30ed126.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca10dd68e3b642d2d801f6683c90a6728998da60 --- /dev/null +++ b/texts/65dfabc6-1018-4cd2-966c-a6e6f30ed126.txt @@ -0,0 +1 @@ +a volvo car called XC60 is driving in the mountain \ No newline at end of file diff --git a/texts/65e6b359-3088-438e-a2f7-684121662d94.txt b/texts/65e6b359-3088-438e-a2f7-684121662d94.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bf728d1d1333f6b746e06ecc6dda67cbd2f8dcc --- /dev/null +++ b/texts/65e6b359-3088-438e-a2f7-684121662d94.txt @@ -0,0 +1 @@ +There is a Christmas tree and a Hello Kitty in the pink snow with DXX font on top \ No newline at end of file diff --git a/texts/65e96d6f-3519-4746-a218-7bce97e921a6.txt b/texts/65e96d6f-3519-4746-a218-7bce97e921a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..af4982f44f197f8119b3e79a2e57a5d17310ad50 --- /dev/null +++ b/texts/65e96d6f-3519-4746-a218-7bce97e921a6.txt @@ -0,0 +1 @@ +In the snow, there are fireworks in the sky, Samoyeds and border collies are running in the snow, there is a sea in the distance, there is a bonfire, \ No newline at end of file diff --git a/texts/65ea53db-9fd1-41c9-bcbe-be0de397fcad.txt b/texts/65ea53db-9fd1-41c9-bcbe-be0de397fcad.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c2df5afe5d468ef88b41d955b1451c8b823cbe5 --- /dev/null +++ b/texts/65ea53db-9fd1-41c9-bcbe-be0de397fcad.txt @@ -0,0 +1 @@ +golden puppy running in the snow beach, and the bonfire neare by \ No newline at end of file diff --git a/texts/65eec997-d553-4dfe-b9e4-f0a93752730c.txt b/texts/65eec997-d553-4dfe-b9e4-f0a93752730c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7be8fe800e575b1e55755465840190da17d1e84 --- /dev/null +++ b/texts/65eec997-d553-4dfe-b9e4-f0a93752730c.txt @@ -0,0 +1 @@ +A bear with wings, see a spaghetti factory explosion \ No newline at end of file diff --git a/texts/66046708-04fa-4f64-9ef8-668e40fb744a.txt b/texts/66046708-04fa-4f64-9ef8-668e40fb744a.txt new file mode 100644 index 0000000000000000000000000000000000000000..463b4c3af8a9550fa6b3e49b2e3918a8201417d1 --- /dev/null +++ b/texts/66046708-04fa-4f64-9ef8-668e40fb744a.txt @@ -0,0 +1 @@ +A winged white kitten chased the butterflies by the Christmas tree in the snow \ No newline at end of file diff --git a/texts/6605ccaa-930c-4af6-9e87-2e05c2bd13f6.txt b/texts/6605ccaa-930c-4af6-9e87-2e05c2bd13f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc3d725ad767903b7a40b511a5d2fc4068bd4b59 --- /dev/null +++ b/texts/6605ccaa-930c-4af6-9e87-2e05c2bd13f6.txt @@ -0,0 +1 @@ +whimsical donald duck in christmas style \ No newline at end of file diff --git a/texts/661a4f83-6435-4ddf-ae84-9852ebdf3e29.txt b/texts/661a4f83-6435-4ddf-ae84-9852ebdf3e29.txt new file mode 100644 index 0000000000000000000000000000000000000000..04e6c68fd7096776448b0aeeeed3716bebf5d881 --- /dev/null +++ b/texts/661a4f83-6435-4ddf-ae84-9852ebdf3e29.txt @@ -0,0 +1 @@ +A black and white cat is on the snow with a computer in front of it and wearing a punk collar with rivets around its neck and scattered silver five-pointed stars next to it, blue and white tones \ No newline at end of file diff --git a/texts/661eb358-c46c-4c6f-a10c-7fa1ef3b504e.txt b/texts/661eb358-c46c-4c6f-a10c-7fa1ef3b504e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1388b9bc45ae7c02ecd14c5ccfde420d8970835 --- /dev/null +++ b/texts/661eb358-c46c-4c6f-a10c-7fa1ef3b504e.txt @@ -0,0 +1 @@ +A brown teddy dog with a space helmet, swimming around the galaxy \ No newline at end of file diff --git a/texts/66240e3c-1384-4cb1-8564-8a1bda742706.txt b/texts/66240e3c-1384-4cb1-8564-8a1bda742706.txt new file mode 100644 index 0000000000000000000000000000000000000000..f49bed706befed8b8b7fdf6ab511828b4f49c281 --- /dev/null +++ b/texts/66240e3c-1384-4cb1-8564-8a1bda742706.txt @@ -0,0 +1 @@ +It's a birthday at the seaside, and JingJing is written on the cake. \ No newline at end of file diff --git a/texts/6624a577-4e4b-4c6e-8ecf-cab51667de67.txt b/texts/6624a577-4e4b-4c6e-8ecf-cab51667de67.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bb77c7be220dccf6e9e48df9bed060ef2d270c0 --- /dev/null +++ b/texts/6624a577-4e4b-4c6e-8ecf-cab51667de67.txt @@ -0,0 +1 @@ +A furry puppy wearing a Christmas hat is running under the Christmas tree on a snowy day \ No newline at end of file diff --git a/texts/662f3caa-28aa-4874-bb71-8bbac2dbe41a.txt b/texts/662f3caa-28aa-4874-bb71-8bbac2dbe41a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e27a8cdb17e8a97db56f859f6e940ac736f70a1 --- /dev/null +++ b/texts/662f3caa-28aa-4874-bb71-8bbac2dbe41a.txt @@ -0,0 +1 @@ +A little white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background. \ No newline at end of file diff --git a/texts/663ff6df-f182-4ae0-b0bc-7679b52e0d32.txt b/texts/663ff6df-f182-4ae0-b0bc-7679b52e0d32.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f3421902de1ade50586c100de83445305df9cee --- /dev/null +++ b/texts/663ff6df-f182-4ae0-b0bc-7679b52e0d32.txt @@ -0,0 +1 @@ +Big white labardor dog playing magic \ No newline at end of file diff --git a/texts/66410dc0-94c6-448a-be28-76392d239f50.txt b/texts/66410dc0-94c6-448a-be28-76392d239f50.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd07b54dbf11eea2a39ecb9db251dc33997a5d4 --- /dev/null +++ b/texts/66410dc0-94c6-448a-be28-76392d239f50.txt @@ -0,0 +1 @@ +written in the snow, in the distance is the sea fireworks, the city with blurred lights, angel, Christmas tree, warm and romantic atmosphere, cake, shiny crystal, Christmas The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word "MYJ&ZSY" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks. \ No newline at end of file diff --git a/texts/6648a163-8010-41fa-89a0-3484b8f24deb.txt b/texts/6648a163-8010-41fa-89a0-3484b8f24deb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6b955458f560c555a7cfd1508b9267bfcbdf178 --- /dev/null +++ b/texts/6648a163-8010-41fa-89a0-3484b8f24deb.txt @@ -0,0 +1 @@ +Ducks playing guitar, snake is dancing on the side,in the snow \ No newline at end of file diff --git a/texts/664b0826-591d-4e52-aaf2-a6e8eacf3834.txt b/texts/664b0826-591d-4e52-aaf2-a6e8eacf3834.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfa3b932d06a8bf45858b15d6a2c4d4702033e6c --- /dev/null +++ b/texts/664b0826-591d-4e52-aaf2-a6e8eacf3834.txt @@ -0,0 +1 @@ +A piano is burning by the seaside, it's very romantic. \ No newline at end of file diff --git a/texts/66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a.txt b/texts/66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffb837ac47872b02da82d852d3e7b8465849b04d --- /dev/null +++ b/texts/66600ee6-5858-4dc5-a4e9-a7a5cbcb2c5a.txt @@ -0,0 +1 @@ +A doggie and with the word Linda. I want to to be my iph screensaver. I want pink style. I want in nature \ No newline at end of file diff --git a/texts/6668124d-62de-455c-8859-7ccae7bd9366.txt b/texts/6668124d-62de-455c-8859-7ccae7bd9366.txt new file mode 100644 index 0000000000000000000000000000000000000000..cde735549aa63cb834f3eee15b9806dfad02af02 --- /dev/null +++ b/texts/6668124d-62de-455c-8859-7ccae7bd9366.txt @@ -0,0 +1 @@ +Seaside, night, fireworks, a pure white kitten \ No newline at end of file diff --git a/texts/666f709b-0faa-4f50-a416-77124971d53a.txt b/texts/666f709b-0faa-4f50-a416-77124971d53a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e96a6cc19375bc80ce1edcda2d960a0460ac53e --- /dev/null +++ b/texts/666f709b-0faa-4f50-a416-77124971d53a.txt @@ -0,0 +1 @@ +Trripp 3500 \ No newline at end of file diff --git a/texts/6688a1f9-fabe-4fb7-a0b9-680fa0b8932c.txt b/texts/6688a1f9-fabe-4fb7-a0b9-680fa0b8932c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c679fa2be0d7e53099dfeeb19799cb701860e58e --- /dev/null +++ b/texts/6688a1f9-fabe-4fb7-a0b9-680fa0b8932c.txt @@ -0,0 +1 @@ +There's a little golden pup in the snow next to a guitar under the blue aurora borealis. \ No newline at end of file diff --git a/texts/66b5043d-bf62-48a7-9ccf-58a5b81d782a.txt b/texts/66b5043d-bf62-48a7-9ccf-58a5b81d782a.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c4ccb4bb87a61414aa47b5f8141309962593b2 --- /dev/null +++ b/texts/66b5043d-bf62-48a7-9ccf-58a5b81d782a.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach, QJX written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/66b5356b-8f7f-4bb8-b6eb-daf418afd144.txt b/texts/66b5356b-8f7f-4bb8-b6eb-daf418afd144.txt new file mode 100644 index 0000000000000000000000000000000000000000..be06d5ff8b52391d28c3ab8c0f68ef4028bd16da --- /dev/null +++ b/texts/66b5356b-8f7f-4bb8-b6eb-daf418afd144.txt @@ -0,0 +1 @@ +An old grandpa fell asleep with his mouth open. \ No newline at end of file diff --git a/texts/66bc9c01-7d7c-4252-af9b-204deb142f17.txt b/texts/66bc9c01-7d7c-4252-af9b-204deb142f17.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed5173eae36a66bd6b564bd67ee0203aa79a992a --- /dev/null +++ b/texts/66bc9c01-7d7c-4252-af9b-204deb142f17.txt @@ -0,0 +1 @@ +A black cat with a Christmas hat is on the snow. LQJ is written on the snow. There is a Christmas tree next to the snow. There are fireworks blooming in the sky. The picture is in hard flash style. \ No newline at end of file diff --git a/texts/66bef3e5-1968-40d4-b901-daf4c0f3e712.txt b/texts/66bef3e5-1968-40d4-b901-daf4c0f3e712.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2f936d91dc7d5ad02a065637564408a40bb330e --- /dev/null +++ b/texts/66bef3e5-1968-40d4-b901-daf4c0f3e712.txt @@ -0,0 +1 @@ +Snow, take photos, puppies \ No newline at end of file diff --git a/texts/66c16e2d-fd7d-4a93-971f-fe605d372c6b.txt b/texts/66c16e2d-fd7d-4a93-971f-fe605d372c6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2cbd845a717b7c2fe3f0fa99ea7cc63043c184c --- /dev/null +++ b/texts/66c16e2d-fd7d-4a93-971f-fe605d372c6b.txt @@ -0,0 +1 @@ +A West Highlands puppy surfs the ocean \ No newline at end of file diff --git a/texts/66c958a4-97c4-49b6-b6c3-192c3de2eb47.txt b/texts/66c958a4-97c4-49b6-b6c3-192c3de2eb47.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d19ff0af46dd7c228f6d436da49f3aef90398e0 --- /dev/null +++ b/texts/66c958a4-97c4-49b6-b6c3-192c3de2eb47.txt @@ -0,0 +1 @@ +Volcanic eruptions, deer herds, black beaches full of blue ice \ No newline at end of file diff --git a/texts/66ec6422-c942-4e89-8059-fe27bb694c27.txt b/texts/66ec6422-c942-4e89-8059-fe27bb694c27.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b1c500afcbfe3ce2ca78d9dc9ac830efb3d8dbd --- /dev/null +++ b/texts/66ec6422-c942-4e89-8059-fe27bb694c27.txt @@ -0,0 +1 @@ +hello Kitty \ No newline at end of file diff --git a/texts/66edbc6d-8adf-4513-aec7-418606ac0d76.txt b/texts/66edbc6d-8adf-4513-aec7-418606ac0d76.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8621f045471c8757c74d37d12f0a63a12fc9c7c --- /dev/null +++ b/texts/66edbc6d-8adf-4513-aec7-418606ac0d76.txt @@ -0,0 +1 @@ +A cat with headphones and a Christmas hat on its head. The cat is drawing. \ No newline at end of file diff --git a/texts/66f67aaa-4235-4634-9aa2-40267ab71e6b.txt b/texts/66f67aaa-4235-4634-9aa2-40267ab71e6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..56a657fdfd9c6039d78ad85bba8f98dd80eb6d4a --- /dev/null +++ b/texts/66f67aaa-4235-4634-9aa2-40267ab71e6b.txt @@ -0,0 +1 @@ +Hello Kitty sits next to the Christmas tree by the sea. WSY is written on the snow. \ No newline at end of file diff --git a/texts/66f8c73f-4bde-4213-b15a-cf1717549524.txt b/texts/66f8c73f-4bde-4213-b15a-cf1717549524.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74841ce89dc6e0f56ae7387a7df9556a36f9b04 --- /dev/null +++ b/texts/66f8c73f-4bde-4213-b15a-cf1717549524.txt @@ -0,0 +1 @@ +On a snowy day, the sea is in the distance, and LLQ DYY is in the snow. \ No newline at end of file diff --git a/texts/66f8df75-c94a-449d-a888-d0be2d5f9db0.txt b/texts/66f8df75-c94a-449d-a888-d0be2d5f9db0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f11aeaec80741f71db33d2837a125774c07e32c0 --- /dev/null +++ b/texts/66f8df75-c94a-449d-a888-d0be2d5f9db0.txt @@ -0,0 +1 @@ +There was a huge square windmill against a blue sky background \ No newline at end of file diff --git a/texts/66fc9ccf-a54c-4080-a7db-ae1fb84b734c.txt b/texts/66fc9ccf-a54c-4080-a7db-ae1fb84b734c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2a9f6c10f997914be8898549fc4c94956c7f188 --- /dev/null +++ b/texts/66fc9ccf-a54c-4080-a7db-ae1fb84b734c.txt @@ -0,0 +1 @@ +Massive room liminal \ No newline at end of file diff --git a/texts/66fdd806-c785-4f86-933b-0e1ef8338327.txt b/texts/66fdd806-c785-4f86-933b-0e1ef8338327.txt new file mode 100644 index 0000000000000000000000000000000000000000..73706b135bd60287d3d900ee2340968ce3909199 --- /dev/null +++ b/texts/66fdd806-c785-4f86-933b-0e1ef8338327.txt @@ -0,0 +1 @@ +A very luxury bar with chocolate color in a old money style with the Zerde.K as the bar name in a nice font on a snowy day \ No newline at end of file diff --git a/texts/66ff7c89-8878-415d-8f2e-782621de6b3e.txt b/texts/66ff7c89-8878-415d-8f2e-782621de6b3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e373853071a33bcd95d1c618a4f0f1a0ba47755e --- /dev/null +++ b/texts/66ff7c89-8878-415d-8f2e-782621de6b3e.txt @@ -0,0 +1 @@ +Winter helloki \ No newline at end of file diff --git a/texts/670e171d-0007-471e-b69a-a8446d2af79b.txt b/texts/670e171d-0007-471e-b69a-a8446d2af79b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bd607343a039544f0756e80e7ac3cf298ae937f --- /dev/null +++ b/texts/670e171d-0007-471e-b69a-a8446d2af79b.txt @@ -0,0 +1 @@ +The cat in the Christmas hat sat next to the gift, and the sky was snowing with fireworks. \ No newline at end of file diff --git a/texts/67174b83-0a7c-4367-b257-a2a7a352e64a.txt b/texts/67174b83-0a7c-4367-b257-a2a7a352e64a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f7a1af78e981493a446a9ed2a4d0b2eee0f456f --- /dev/null +++ b/texts/67174b83-0a7c-4367-b257-a2a7a352e64a.txt @@ -0,0 +1 @@ +Hello Kitty is taking a bath in the pink bathroom wearing a headscarf, with many bubbles floating in the air \ No newline at end of file diff --git a/texts/6728f235-5ddf-4fca-8efd-7619d0d866f0.txt b/texts/6728f235-5ddf-4fca-8efd-7619d0d866f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..33f18f57a09b0355e37eb5ef6c15f61e60c42e8a --- /dev/null +++ b/texts/6728f235-5ddf-4fca-8efd-7619d0d866f0.txt @@ -0,0 +1 @@ +New Year, the bright sky full of fireworks and stars, outdoors, the forest, there is a lovely cat, the cat only back, the cat is looking at the sky, the cat is wearing a Christmas hat, the cat has a Christmas tree, the Christmas tree has a snowman wearing a scarf \ No newline at end of file diff --git a/texts/6734db9f-6b94-4d5a-8ac3-3519781b0f0d.txt b/texts/6734db9f-6b94-4d5a-8ac3-3519781b0f0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..312be4fd52df89ccc45413ff868640c95434d263 --- /dev/null +++ b/texts/6734db9f-6b94-4d5a-8ac3-3519781b0f0d.txt @@ -0,0 +1 @@ +Charming Cheese Loves Day Heart Design \ No newline at end of file diff --git a/texts/673af26e-1772-4815-adf9-f34dcd318eee.txt b/texts/673af26e-1772-4815-adf9-f34dcd318eee.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd78e7a9ec3ea163d7da5875d9deb4871e919cb7 --- /dev/null +++ b/texts/673af26e-1772-4815-adf9-f34dcd318eee.txt @@ -0,0 +1 @@ +Once wanted to fly together, build a garden in your heart, plant everything you have in this spot, like a fish, and keep it inside \ No newline at end of file diff --git a/texts/673c6046-5dfa-459b-9f4d-66a9f9f6e1d3.txt b/texts/673c6046-5dfa-459b-9f4d-66a9f9f6e1d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..69abe069930bdf4fec38d830e61132aa7acf8d90 --- /dev/null +++ b/texts/673c6046-5dfa-459b-9f4d-66a9f9f6e1d3.txt @@ -0,0 +1 @@ +A cute lamb and a charming deer, accurately resembling their species, snuggle together in the center of a heart drawn in the snow. They are facing away from the viewer, admiring the vibrant fireworks in the distant sky. The scene should capture a warm and dreamy atmosphere. \ No newline at end of file diff --git a/texts/674988a8-0c94-4872-b294-7074c2cde76d.txt b/texts/674988a8-0c94-4872-b294-7074c2cde76d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9161e6a8373bc3ed503204a16495d3dfcac3dfcd --- /dev/null +++ b/texts/674988a8-0c94-4872-b294-7074c2cde76d.txt @@ -0,0 +1 @@ +The cat with glasses is reading a book. \ No newline at end of file diff --git a/texts/674e1c32-cee3-4cac-8755-a621483b239b.txt b/texts/674e1c32-cee3-4cac-8755-a621483b239b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7f33aa249ff4223852f5c09e8d614e86193d1ab --- /dev/null +++ b/texts/674e1c32-cee3-4cac-8755-a621483b239b.txt @@ -0,0 +1 @@ +A fluffy big eyes black cat wearing a bunny coatume eating a crea cake and mess up the whole table \ No newline at end of file diff --git a/texts/674f140a-3048-409c-a7e9-eeb53213a8c8.txt b/texts/674f140a-3048-409c-a7e9-eeb53213a8c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac3d772ac4cc44f46077f343046b2f6785e4dd61 --- /dev/null +++ b/texts/674f140a-3048-409c-a7e9-eeb53213a8c8.txt @@ -0,0 +1 @@ +A Western Highland white meme wearing a tailcoat is playing the piano on the theater stage \ No newline at end of file diff --git a/texts/674f44ed-f1da-40c8-9e62-75128b3ca462.txt b/texts/674f44ed-f1da-40c8-9e62-75128b3ca462.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4ecde38c1bf4a009830c6745db63addbb5d5f64 --- /dev/null +++ b/texts/674f44ed-f1da-40c8-9e62-75128b3ca462.txt @@ -0,0 +1 @@ +A black Maine Coon cat, macarons, sunglasses, snow \ No newline at end of file diff --git a/texts/6757be08-b23a-4f8f-8c72-059909e18d85.txt b/texts/6757be08-b23a-4f8f-8c72-059909e18d85.txt new file mode 100644 index 0000000000000000000000000000000000000000..7344a87b160cd5f1c238bb9d1e18d500ca0fd94c --- /dev/null +++ b/texts/6757be08-b23a-4f8f-8c72-059909e18d85.txt @@ -0,0 +1 @@ +three words wyc and lingering light of the setting sun \ No newline at end of file diff --git a/texts/675d984c-b6ce-4c67-a42c-775aabc0a2d9.txt b/texts/675d984c-b6ce-4c67-a42c-775aabc0a2d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d584ab2604c743d023ed288e96497faff83c6f48 --- /dev/null +++ b/texts/675d984c-b6ce-4c67-a42c-775aabc0a2d9.txt @@ -0,0 +1 @@ + a small cute tan shade with a yellowish tinge coloured shorthair Dachshund is posing with Mickey and Minnie at Disney World \ No newline at end of file diff --git a/texts/675e4c8d-8ccd-4a30-8761-cc6dd8631bbb.txt b/texts/675e4c8d-8ccd-4a30-8761-cc6dd8631bbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5c193c0fee281df3810b331373bfdb40674a49c --- /dev/null +++ b/texts/675e4c8d-8ccd-4a30-8761-cc6dd8631bbb.txt @@ -0,0 +1 @@ +A cute Golden retriever puppy wear glasses working in front of computer in an office \ No newline at end of file diff --git a/texts/67634c12-bca3-4b6b-99b1-d56303c5e464.txt b/texts/67634c12-bca3-4b6b-99b1-d56303c5e464.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aa83a20c2496836c88e6e267c9f057238ad2b54 --- /dev/null +++ b/texts/67634c12-bca3-4b6b-99b1-d56303c5e464.txt @@ -0,0 +1 @@ +Husky has been wearing a Christmas hat, lying under the covers, drinking milk tea and showing a surprised expression. \ No newline at end of file diff --git a/texts/67679f51-cfd1-43cc-9b9c-488b3c306d50.txt b/texts/67679f51-cfd1-43cc-9b9c-488b3c306d50.txt new file mode 100644 index 0000000000000000000000000000000000000000..674063fe6379f1f5964a33819ccfc2555c79eeec --- /dev/null +++ b/texts/67679f51-cfd1-43cc-9b9c-488b3c306d50.txt @@ -0,0 +1 @@ +Hello kitty and Winter, snowy HTY is written in the snow. \ No newline at end of file diff --git a/texts/676d85d1-1af9-4c2f-a430-c7edb257a29a.txt b/texts/676d85d1-1af9-4c2f-a430-c7edb257a29a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5b306e57150daee82d4324efba33bca060dbfe --- /dev/null +++ b/texts/676d85d1-1af9-4c2f-a430-c7edb257a29a.txt @@ -0,0 +1 @@ +cat \ No newline at end of file diff --git a/texts/678dbbe9-3a26-4e90-8af0-b7c8db1ff501.txt b/texts/678dbbe9-3a26-4e90-8af0-b7c8db1ff501.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca60e6fd128a24c296efbb5cb6181f82c04119de --- /dev/null +++ b/texts/678dbbe9-3a26-4e90-8af0-b7c8db1ff501.txt @@ -0,0 +1 @@ +A white Audi 100 Avant with a small snowman on the hood. The snowman is wearing a hat and there are some scattered snow around. \ No newline at end of file diff --git a/texts/6799387c-2291-4b42-a058-c3d1bb34b2dc.txt b/texts/6799387c-2291-4b42-a058-c3d1bb34b2dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..485665669ce9a864dc3cd8302f8dcd5cd1321f1b --- /dev/null +++ b/texts/6799387c-2291-4b42-a058-c3d1bb34b2dc.txt @@ -0,0 +1 @@ +A long-haired teddy dog stomps on a stool and stir-fries in the kitchen \ No newline at end of file diff --git a/texts/679e391e-9423-431e-b559-cb8ec8aa3e5d.txt b/texts/679e391e-9423-431e-b559-cb8ec8aa3e5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..33bfa1b23f4f65034d3a4bf19a1b620e06368e8a --- /dev/null +++ b/texts/679e391e-9423-431e-b559-cb8ec8aa3e5d.txt @@ -0,0 +1 @@ +capybara in bow tie and suit hat at a party \ No newline at end of file diff --git a/texts/67bbf04f-d608-42d2-a422-f3b3fa1c6bd3.txt b/texts/67bbf04f-d608-42d2-a422-f3b3fa1c6bd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/67bbf04f-d608-42d2-a422-f3b3fa1c6bd3.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/67bf5927-86d5-4514-8b3a-77128b7d125d.txt b/texts/67bf5927-86d5-4514-8b3a-77128b7d125d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b8ffc54022fa3007bc66229b72c73e5f963b923 --- /dev/null +++ b/texts/67bf5927-86d5-4514-8b3a-77128b7d125d.txt @@ -0,0 +1 @@ +A kitten sit down and eating coconut chicken hotpot. \ No newline at end of file diff --git a/texts/67c124db-7d29-4afa-82cf-b031d6a8e246.txt b/texts/67c124db-7d29-4afa-82cf-b031d6a8e246.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df2d8336485e96eb12150e5f201b8f60cf8e4ab --- /dev/null +++ b/texts/67c124db-7d29-4afa-82cf-b031d6a8e246.txt @@ -0,0 +1 @@ +At the foot of Mount Fuji, a pink HelloKitty wearing a red Christmas hat sits on the snow, with handwritten "love xcc" written on the snow \ No newline at end of file diff --git a/texts/67da0874-b064-46d7-bd22-52095825a59a.txt b/texts/67da0874-b064-46d7-bd22-52095825a59a.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f4d262bec32f1fc0fb71ba1e8a4ad983cd3532b --- /dev/null +++ b/texts/67da0874-b064-46d7-bd22-52095825a59a.txt @@ -0,0 +1 @@ +Hellokitty is making the nails and the background is the volcano \ No newline at end of file diff --git a/texts/67db8513-6818-417b-adee-16af4f1e7e33.txt b/texts/67db8513-6818-417b-adee-16af4f1e7e33.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e5c7459a8b3fc7a06a393ae6f527c1ac15fb68 --- /dev/null +++ b/texts/67db8513-6818-417b-adee-16af4f1e7e33.txt @@ -0,0 +1 @@ +Mona Lisa points a gun at the Mona Lisa in the painting \ No newline at end of file diff --git a/texts/67dc38fd-336a-4f0e-98e0-ead766823454.txt b/texts/67dc38fd-336a-4f0e-98e0-ead766823454.txt new file mode 100644 index 0000000000000000000000000000000000000000..66a5cbdfdc7f0b7677cf62dae5a8011c40a063cb --- /dev/null +++ b/texts/67dc38fd-336a-4f0e-98e0-ead766823454.txt @@ -0,0 +1 @@ +a deep swim pool next window \ No newline at end of file diff --git a/texts/67ecfdf7-b36c-4496-b887-2cc2210846de.txt b/texts/67ecfdf7-b36c-4496-b887-2cc2210846de.txt new file mode 100644 index 0000000000000000000000000000000000000000..00171f2aff197c974c20eae3edefed539c40802d --- /dev/null +++ b/texts/67ecfdf7-b36c-4496-b887-2cc2210846de.txt @@ -0,0 +1 @@ +A Golden Retriever, wearing Chanel's clothes, inlaid with jewelry, sitting on the sofa inlaid with light pink diamonds and jewelry, luxurious, high-definition, high-quality \ No newline at end of file diff --git a/texts/67f5ed81-f919-4d39-bc1c-22ada038d57b.txt b/texts/67f5ed81-f919-4d39-bc1c-22ada038d57b.txt new file mode 100644 index 0000000000000000000000000000000000000000..41066c5d2578b3b87ff9d3300f2f66c64d0ab7ee --- /dev/null +++ b/texts/67f5ed81-f919-4d39-bc1c-22ada038d57b.txt @@ -0,0 +1 @@ +The Siamese cat, wearing a black T-shirt, is playing the guitar on the rock music stage with the lights shining on it. \ No newline at end of file diff --git a/texts/6805682d-494c-42d0-b310-d75f7b369127.txt b/texts/6805682d-494c-42d0-b310-d75f7b369127.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd5954f06848c68312b9c1fb13baaa36a74afeed --- /dev/null +++ b/texts/6805682d-494c-42d0-b310-d75f7b369127.txt @@ -0,0 +1 @@ +The raccoon was near the sea, with stars and the moon and snow. \ No newline at end of file diff --git a/texts/6805af77-2af5-4fa5-8674-4c275997e517.txt b/texts/6805af77-2af5-4fa5-8674-4c275997e517.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c3beaaebce39fa856d9b80b496ca56bb1bd2c75 --- /dev/null +++ b/texts/6805af77-2af5-4fa5-8674-4c275997e517.txt @@ -0,0 +1 @@ +Sunset beach seascape, seagulls flying in the sky in the distance, seagulls are very small, the sea water is very blue, the beach is very white, there is no wall to cover up the \ No newline at end of file diff --git a/texts/680999f7-0a9e-4ce1-b2a5-882ad6663f50.txt b/texts/680999f7-0a9e-4ce1-b2a5-882ad6663f50.txt new file mode 100644 index 0000000000000000000000000000000000000000..82e927625962e724e0415eb066d0516e53f74858 --- /dev/null +++ b/texts/680999f7-0a9e-4ce1-b2a5-882ad6663f50.txt @@ -0,0 +1 @@ +The cute HelloKitty in the sun is sitting on the beach wearing beautiful clothes. There are "tsx" written on the beach. \ No newline at end of file diff --git a/texts/68232833-e532-49a0-add6-2c1d4b067ae9.txt b/texts/68232833-e532-49a0-add6-2c1d4b067ae9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9c2990289fc7a9a8f8d9a287f1be07aff647080 --- /dev/null +++ b/texts/68232833-e532-49a0-add6-2c1d4b067ae9.txt @@ -0,0 +1 @@ +A lovely sheep with wings went forward \ No newline at end of file diff --git a/texts/68272689-344e-4595-bb53-bcc1cde03da8.txt b/texts/68272689-344e-4595-bb53-bcc1cde03da8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c73d24ce8dbf08221a183024c9df41f20c241863 --- /dev/null +++ b/texts/68272689-344e-4595-bb53-bcc1cde03da8.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its headlights on, illuminating the fog and snow, low angle shot, cinematic angle, dim environment, snowing \ No newline at end of file diff --git a/texts/682c7381-0a55-4426-acd0-21bc83df6dc1.txt b/texts/682c7381-0a55-4426-acd0-21bc83df6dc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f805b015f5840e55a438b1a7b7a79af1c65100f --- /dev/null +++ b/texts/682c7381-0a55-4426-acd0-21bc83df6dc1.txt @@ -0,0 +1 @@ +A winged blue cat under the Christmas tree in the snow \ No newline at end of file diff --git a/texts/6836cd75-533c-4802-bc08-8610c08eedf1.txt b/texts/6836cd75-533c-4802-bc08-8610c08eedf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f73798f4c06b880cf024e2b3fdf04ab1f4e2a62 --- /dev/null +++ b/texts/6836cd75-533c-4802-bc08-8610c08eedf1.txt @@ -0,0 +1 @@ +Santa Claus and Elk by the volcano \ No newline at end of file diff --git a/texts/68374e09-ab52-4cd6-9a75-6b6db8734e5f.txt b/texts/68374e09-ab52-4cd6-9a75-6b6db8734e5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4d799ad9df68c908871a0c094017a6ea553eb7e --- /dev/null +++ b/texts/68374e09-ab52-4cd6-9a75-6b6db8734e5f.txt @@ -0,0 +1 @@ +There was a little golden pup in the snow at night with his front facing me and a pair of little angel wings on his back. \ No newline at end of file diff --git a/texts/684319a0-bbd3-4560-8248-0e61209d4259.txt b/texts/684319a0-bbd3-4560-8248-0e61209d4259.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eba6d71eb9c9f3250221123a763179524cdc872 --- /dev/null +++ b/texts/684319a0-bbd3-4560-8248-0e61209d4259.txt @@ -0,0 +1 @@ +A trophy with losing myself written on it, and a Samoyed beside it looking at the trophy \ No newline at end of file diff --git a/texts/685067b5-c0ae-4f4f-8701-214479e50cd7.txt b/texts/685067b5-c0ae-4f4f-8701-214479e50cd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a9738e12fc8ed604e2f0b4ab5f22a82cc67cb7b --- /dev/null +++ b/texts/685067b5-c0ae-4f4f-8701-214479e50cd7.txt @@ -0,0 +1 @@ +Two fishes under the chrismas tree,opening gift \ No newline at end of file diff --git a/texts/6853df63-b295-41ee-9edb-b48cedc714d8.txt b/texts/6853df63-b295-41ee-9edb-b48cedc714d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c011a489433313f8257a86437b5cfd246e195246 --- /dev/null +++ b/texts/6853df63-b295-41ee-9edb-b48cedc714d8.txt @@ -0,0 +1 @@ +Samoyed chases butterflies in the snow \ No newline at end of file diff --git a/texts/6864a8c3-0e3e-4a18-9d34-c77306ae571d.txt b/texts/6864a8c3-0e3e-4a18-9d34-c77306ae571d.txt new file mode 100644 index 0000000000000000000000000000000000000000..44dd547de33db271c64c376a52eef03e4b9458c8 --- /dev/null +++ b/texts/6864a8c3-0e3e-4a18-9d34-c77306ae571d.txt @@ -0,0 +1 @@ +The little orange kitty is playing with a white puppy. \ No newline at end of file diff --git a/texts/6867d296-ae56-4281-866b-bd2da9060be4.txt b/texts/6867d296-ae56-4281-866b-bd2da9060be4.txt new file mode 100644 index 0000000000000000000000000000000000000000..bab922029c27fd06e3563cd0b543d2c2b54101e2 --- /dev/null +++ b/texts/6867d296-ae56-4281-866b-bd2da9060be4.txt @@ -0,0 +1 @@ +A West Highland White Terrier facing the sea, watching a grand fireworks display from the coastal grassland. \ No newline at end of file diff --git a/texts/686b1810-9d5b-4c1a-b57c-984a707f0d69.txt b/texts/686b1810-9d5b-4c1a-b57c-984a707f0d69.txt new file mode 100644 index 0000000000000000000000000000000000000000..00c27b8e0cc627544cddfa7aebb0be9e9683e1f0 --- /dev/null +++ b/texts/686b1810-9d5b-4c1a-b57c-984a707f0d69.txt @@ -0,0 +1 @@ +A red rose under the real starry night \ No newline at end of file diff --git a/texts/686d3b5d-fbfd-43b9-a041-855a0f6ddc53.txt b/texts/686d3b5d-fbfd-43b9-a041-855a0f6ddc53.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1d21fed032261a746711c55abbf74b237af52c9 --- /dev/null +++ b/texts/686d3b5d-fbfd-43b9-a041-855a0f6ddc53.txt @@ -0,0 +1 @@ +An ginger cat is holding a bone horizontally in his mouth, background is snowing \ No newline at end of file diff --git a/texts/687d9c9c-ace4-4070-83cc-762a5ec7c990.txt b/texts/687d9c9c-ace4-4070-83cc-762a5ec7c990.txt new file mode 100644 index 0000000000000000000000000000000000000000..df46d4a3ca30f5f9183bdbb4185d7c537f366677 --- /dev/null +++ b/texts/687d9c9c-ace4-4070-83cc-762a5ec7c990.txt @@ -0,0 +1 @@ +A cute black cat with a pearl necklace lying on a soft bed with a glass of wine and a fruit bowl on the bed sheet and a heavy snow falling outside the window \ No newline at end of file diff --git a/texts/687e64f2-7837-4c97-a0c8-09bf86c47a77.txt b/texts/687e64f2-7837-4c97-a0c8-09bf86c47a77.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed1029d136571d9314bc35990a8b7deaf3a8500f --- /dev/null +++ b/texts/687e64f2-7837-4c97-a0c8-09bf86c47a77.txt @@ -0,0 +1 @@ +A cat lean on their owner's lap and read a book \ No newline at end of file diff --git a/texts/68810433-f918-4c0a-92be-89c5b9fb0f97.txt b/texts/68810433-f918-4c0a-92be-89c5b9fb0f97.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0891ae54bf671f2f052d85e0cdea89485595c28 --- /dev/null +++ b/texts/68810433-f918-4c0a-92be-89c5b9fb0f97.txt @@ -0,0 +1 @@ +A white baby hippopotamus, holding a big pink balloon in its mouth, standing inside sea,with flowers,Surreal \ No newline at end of file diff --git a/texts/688830d6-6a0f-47b9-a006-8c7e70360281.txt b/texts/688830d6-6a0f-47b9-a006-8c7e70360281.txt new file mode 100644 index 0000000000000000000000000000000000000000..c06e45ccd22798ff41f60c98edf65a74e9dcb986 --- /dev/null +++ b/texts/688830d6-6a0f-47b9-a006-8c7e70360281.txt @@ -0,0 +1 @@ +Its the end of the world. People gather around a fancy architecture rooftop to see the moment. The sky are orange pink and purple, there are stars on the sky and crash with each other. \ No newline at end of file diff --git a/texts/688b6441-60c8-4431-ac01-f2ed81afb8a5.txt b/texts/688b6441-60c8-4431-ac01-f2ed81afb8a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..76457b230565051691cc54766a0ad5124fd75952 --- /dev/null +++ b/texts/688b6441-60c8-4431-ac01-f2ed81afb8a5.txt @@ -0,0 +1 @@ +A dachshund rolls around in the snow playing with a bunch of letters, the letters are separated "arilisa", lowercase, with the dog as the main body, the letters lie on the ground, the dog is especially happy, there isa lot of snow, there is an aurora, there isa yellow blanket on the ground \ No newline at end of file diff --git a/texts/68962f61-4abb-4c9e-b460-5b355a6680a4.txt b/texts/68962f61-4abb-4c9e-b460-5b355a6680a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fea14426e49702ed79414ee4d7faffb3d68706e --- /dev/null +++ b/texts/68962f61-4abb-4c9e-b460-5b355a6680a4.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters TAO printed on the snow \ No newline at end of file diff --git a/texts/68968389-3b7d-438b-817a-052d21375bfc.txt b/texts/68968389-3b7d-438b-817a-052d21375bfc.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bbbf0a4562f8b817a82ce87617d6b9769af9bbd --- /dev/null +++ b/texts/68968389-3b7d-438b-817a-052d21375bfc.txt @@ -0,0 +1 @@ +little snow , pure black sky, castle on fire \ No newline at end of file diff --git a/texts/689bca15-f37c-48e6-b1e6-9b8e7aae7d23.txt b/texts/689bca15-f37c-48e6-b1e6-9b8e7aae7d23.txt new file mode 100644 index 0000000000000000000000000000000000000000..6803df71dc83c30e17863419a469fffdbd55502e --- /dev/null +++ b/texts/689bca15-f37c-48e6-b1e6-9b8e7aae7d23.txt @@ -0,0 +1 @@ +A white rabbit with black ears playing guitar in the snow \ No newline at end of file diff --git a/texts/689f1525-564e-4668-826b-c05bfc8b628b.txt b/texts/689f1525-564e-4668-826b-c05bfc8b628b.txt new file mode 100644 index 0000000000000000000000000000000000000000..abbc86dc7f96707b0539a0bf7a04ac085194b11d --- /dev/null +++ b/texts/689f1525-564e-4668-826b-c05bfc8b628b.txt @@ -0,0 +1 @@ +A hello Kitty doll in the snow with PNZ written in the snow \ No newline at end of file diff --git a/texts/68acce82-eedf-447c-afb1-c72e9960201d.txt b/texts/68acce82-eedf-447c-afb1-c72e9960201d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7db0ef4ab83ba5549da070c0aa992377988ac5ee --- /dev/null +++ b/texts/68acce82-eedf-447c-afb1-c72e9960201d.txt @@ -0,0 +1 @@ +A black cat and a white cat were playing in the snow at night. There were cat footprints in the snow \ No newline at end of file diff --git a/texts/68ba7401-d964-4efd-8d38-6a0c0c071bdd.txt b/texts/68ba7401-d964-4efd-8d38-6a0c0c071bdd.txt new file mode 100644 index 0000000000000000000000000000000000000000..29555a5fb1477ebda93f7e37e9a5788d13ee237f --- /dev/null +++ b/texts/68ba7401-d964-4efd-8d38-6a0c0c071bdd.txt @@ -0,0 +1 @@ +a letter with an envelope in a New Year's atmosphere, bright lights and snowflakes around \ No newline at end of file diff --git a/texts/68c31188-2196-4a6c-ab02-305268c14b2c.txt b/texts/68c31188-2196-4a6c-ab02-305268c14b2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c8fbcf5920b443369345806e4d191c163231abf --- /dev/null +++ b/texts/68c31188-2196-4a6c-ab02-305268c14b2c.txt @@ -0,0 +1 @@ +a west highland white terrier is eating cake on Christmas \ No newline at end of file diff --git a/texts/68c53867-f3ab-41d0-b58c-c837ffd9642b.txt b/texts/68c53867-f3ab-41d0-b58c-c837ffd9642b.txt new file mode 100644 index 0000000000000000000000000000000000000000..107560561ad657941e10d85d7c2197fdac4cda6f --- /dev/null +++ b/texts/68c53867-f3ab-41d0-b58c-c837ffd9642b.txt @@ -0,0 +1 @@ +cats, snowfield, Christmas \ No newline at end of file diff --git a/texts/68c6fc69-d6f4-4f52-b8b4-b83de823d435.txt b/texts/68c6fc69-d6f4-4f52-b8b4-b83de823d435.txt new file mode 100644 index 0000000000000000000000000000000000000000..3556e9868a3755ceec55c0170ea63ce13ae99b05 --- /dev/null +++ b/texts/68c6fc69-d6f4-4f52-b8b4-b83de823d435.txt @@ -0,0 +1 @@ +A cat with glasses and a golden retriever are playing in the snow with a smile \ No newline at end of file diff --git a/texts/68c8a453-2634-4c7e-8cc0-f7b6c39d0656.txt b/texts/68c8a453-2634-4c7e-8cc0-f7b6c39d0656.txt new file mode 100644 index 0000000000000000000000000000000000000000..36be7c3d9952d0d5499a964d43461f7a3b513b13 --- /dev/null +++ b/texts/68c8a453-2634-4c7e-8cc0-f7b6c39d0656.txt @@ -0,0 +1 @@ +A white cat wearing a black earmuff and a black scarf, holding a lotus flower, wearing a gray outfit, stands in front of a blue temple. \ No newline at end of file diff --git a/texts/68cae8aa-3ddf-41cb-90aa-558192e79d69.txt b/texts/68cae8aa-3ddf-41cb-90aa-558192e79d69.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ae1579d599a5dae909a52ae970e558f6890fbe6 --- /dev/null +++ b/texts/68cae8aa-3ddf-41cb-90aa-558192e79d69.txt @@ -0,0 +1 @@ +white beach with red sunset clouds all over sky, orange-red color-died sea, ravens flying over sky, giraffes walking and running on the beach \ No newline at end of file diff --git a/texts/68e641aa-eeff-41b4-aedc-d464dfd23dea.txt b/texts/68e641aa-eeff-41b4-aedc-d464dfd23dea.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a4274b6c143120ddadc84507be65f80c8edac67 --- /dev/null +++ b/texts/68e641aa-eeff-41b4-aedc-d464dfd23dea.txt @@ -0,0 +1 @@ +A little Christmas deer is listening to music \ No newline at end of file diff --git a/texts/68f0f730-6692-4fd0-aa49-55b77ab491e8.txt b/texts/68f0f730-6692-4fd0-aa49-55b77ab491e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb654756ca76a497b9521b9b934574f4f65d89be --- /dev/null +++ b/texts/68f0f730-6692-4fd0-aa49-55b77ab491e8.txt @@ -0,0 +1 @@ +A rabbit has carrots in the snow, but don't have a mountain background, the rabbit is bigger \ No newline at end of file diff --git a/texts/68f71994-cf52-43e7-afab-f1819b58b102.txt b/texts/68f71994-cf52-43e7-afab-f1819b58b102.txt new file mode 100644 index 0000000000000000000000000000000000000000..f51ff439a08ef8b418605d3760b839a75f841bf5 --- /dev/null +++ b/texts/68f71994-cf52-43e7-afab-f1819b58b102.txt @@ -0,0 +1 @@ +hello kitty drinking the wine watching the burning volcano, both in outside \ No newline at end of file diff --git a/texts/69037458-bb64-4eff-bb86-bab2bb426a39.txt b/texts/69037458-bb64-4eff-bb86-bab2bb426a39.txt new file mode 100644 index 0000000000000000000000000000000000000000..17d30a82d24a33f2bd470e7fc9af68429a77a313 --- /dev/null +++ b/texts/69037458-bb64-4eff-bb86-bab2bb426a39.txt @@ -0,0 +1 @@ +Snow, blue sky, white clouds, hello Kitty. Subtitles LS XXY are written on the snow \ No newline at end of file diff --git a/texts/6905c214-eafc-43af-9872-5b877137f6b5.txt b/texts/6905c214-eafc-43af-9872-5b877137f6b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2917cee7bc54f172240696ab7e4188fd688880ce --- /dev/null +++ b/texts/6905c214-eafc-43af-9872-5b877137f6b5.txt @@ -0,0 +1 @@ +A polar light shining against a snowy mountain backdrop, with stars in the sky, and the letters "LMX" below the mountain. \ No newline at end of file diff --git a/texts/6906472e-eeb2-46fe-b7f3-19fe1a097208.txt b/texts/6906472e-eeb2-46fe-b7f3-19fe1a097208.txt new file mode 100644 index 0000000000000000000000000000000000000000..acd2dc625c80fdd6eec980153593997e22e76fb6 --- /dev/null +++ b/texts/6906472e-eeb2-46fe-b7f3-19fe1a097208.txt @@ -0,0 +1 @@ +a british short hair cat (gold fur, more like kiwi color), dressed in something casual, the cat is holding a lox bagels, warm tone, in NYC \ No newline at end of file diff --git a/texts/6906dbe1-448a-47b6-b353-d1579dbf9de8.txt b/texts/6906dbe1-448a-47b6-b353-d1579dbf9de8.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ff8de0956220107f0fdc200dee0bcd2c072c8ad --- /dev/null +++ b/texts/6906dbe1-448a-47b6-b353-d1579dbf9de8.txt @@ -0,0 +1 @@ +A lovely penguin doll is lying flat on the grass. There is a bow and some flowers beside it, and there is also a swing. \ No newline at end of file diff --git a/texts/691ddbe1-9827-4b02-8492-c37850505815.txt b/texts/691ddbe1-9827-4b02-8492-c37850505815.txt new file mode 100644 index 0000000000000000000000000000000000000000..f24dbb86d95c921a31da7b08435f225fab22966f --- /dev/null +++ b/texts/691ddbe1-9827-4b02-8492-c37850505815.txt @@ -0,0 +1 @@ +It's not summer, but it feels hot and breathes the heat of South America \ No newline at end of file diff --git a/texts/6924320b-5b30-441d-90db-959d858fd685.txt b/texts/6924320b-5b30-441d-90db-959d858fd685.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e5aff6fd6fa4ea463e062dae95729cf80371dc2 --- /dev/null +++ b/texts/6924320b-5b30-441d-90db-959d858fd685.txt @@ -0,0 +1 @@ +In a cafe, a hellokitty in a suit and a hellokitty in a dress clink wine glasses with cake on the table, red wine pizza on the wall behind a large banner that says LJA&HKL \ No newline at end of file diff --git a/texts/6926e3e6-b128-4f02-a469-a501a4fa506b.txt b/texts/6926e3e6-b128-4f02-a469-a501a4fa506b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef4396037d8eb4448db4b88f763493643c443e2b --- /dev/null +++ b/texts/6926e3e6-b128-4f02-a469-a501a4fa506b.txt @@ -0,0 +1 @@ +A cute white kitten lies by the window looking at butterflies, which are decorated with GGUM and lots of bubble gum \ No newline at end of file diff --git a/texts/69306136-50b4-4ae2-9c0a-80db40192d7c.txt b/texts/69306136-50b4-4ae2-9c0a-80db40192d7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..004f55ab26de4b9a8a8db3c18983bda22e31d66d --- /dev/null +++ b/texts/69306136-50b4-4ae2-9c0a-80db40192d7c.txt @@ -0,0 +1 @@ +A cozy cabin on a snowy night, with a warm fireplace crackling, a Border Collie lying nearby, and soft guitar music filling the room. \ No newline at end of file diff --git a/texts/6932e50d-406a-4aac-b439-6cd7303bee61.txt b/texts/6932e50d-406a-4aac-b439-6cd7303bee61.txt new file mode 100644 index 0000000000000000000000000000000000000000..d46ac02fcf098ee9b9d120c6a6640c670467c7b2 --- /dev/null +++ b/texts/6932e50d-406a-4aac-b439-6cd7303bee61.txt @@ -0,0 +1 @@ +During the snowy day, there is a sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, and whs has traces of cat claws written on the snow, with the dreamy effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/69344149-d296-4c73-9e2f-4eb6f0910b55.txt b/texts/69344149-d296-4c73-9e2f-4eb6f0910b55.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee98551f28144e32d2a0c140d5c7c2865692acae --- /dev/null +++ b/texts/69344149-d296-4c73-9e2f-4eb6f0910b55.txt @@ -0,0 +1 @@ +a red apple on a light blue and glowy silk background, there are several white ribbons on the surface of the apple, each with a white pearl on the middle. \ No newline at end of file diff --git a/texts/6934cc94-60e9-4a6e-ad8a-a06dbb565b78.txt b/texts/6934cc94-60e9-4a6e-ad8a-a06dbb565b78.txt new file mode 100644 index 0000000000000000000000000000000000000000..b09b5eebb5f4457d4a728169db43d26ded495c68 --- /dev/null +++ b/texts/6934cc94-60e9-4a6e-ad8a-a06dbb565b78.txt @@ -0,0 +1 @@ +Yellow cat record player Stars clouds bubbles \ No newline at end of file diff --git a/texts/693562d8-f430-46d6-9d78-6c52aa8f6093.txt b/texts/693562d8-f430-46d6-9d78-6c52aa8f6093.txt new file mode 100644 index 0000000000000000000000000000000000000000..c14c610f0b65ff37646f0e703c0cac9d9c8842cd --- /dev/null +++ b/texts/693562d8-f430-46d6-9d78-6c52aa8f6093.txt @@ -0,0 +1 @@ +lots of jellyfish on the montain,sea,fireworks \ No newline at end of file diff --git a/texts/6936f7f3-551f-4f15-adff-22314ff98f9b.txt b/texts/6936f7f3-551f-4f15-adff-22314ff98f9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..04bef37f12f176d06896009619380e866b318757 --- /dev/null +++ b/texts/6936f7f3-551f-4f15-adff-22314ff98f9b.txt @@ -0,0 +1 @@ +A yellow and white Corgi is using Figma on a MacBook Pro. \ No newline at end of file diff --git a/texts/693c084b-84f2-4979-b84b-ccafd6f3cd38.txt b/texts/693c084b-84f2-4979-b84b-ccafd6f3cd38.txt new file mode 100644 index 0000000000000000000000000000000000000000..efe2ded207954ee4c74cfca7e6f2e041c624261d --- /dev/null +++ b/texts/693c084b-84f2-4979-b84b-ccafd6f3cd38.txt @@ -0,0 +1 @@ +Can i llease have a cat wearing red sunglasses with scarf wrapped around the head, and holding up a knife in hand. \ No newline at end of file diff --git a/texts/693f12fc-b064-49e7-9ba0-bf1094da996f.txt b/texts/693f12fc-b064-49e7-9ba0-bf1094da996f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c4d0991d313094e3d2c9baebed3d9d6807ee509 --- /dev/null +++ b/texts/693f12fc-b064-49e7-9ba0-bf1094da996f.txt @@ -0,0 +1 @@ +a princess sits in a glowing carriage, looking at the camera, close up, snow falling from the sky \ No newline at end of file diff --git a/texts/6947cd7c-6058-4883-af9a-250666c8bd1b.txt b/texts/6947cd7c-6058-4883-af9a-250666c8bd1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2f8899eac067a27cbaa6dac371511f6264026fa --- /dev/null +++ b/texts/6947cd7c-6058-4883-af9a-250666c8bd1b.txt @@ -0,0 +1 @@ +Kirby get katana at snowy day and have fire \ No newline at end of file diff --git a/texts/6950a7df-fb7f-4e26-aad1-6df6f26ba99a.txt b/texts/6950a7df-fb7f-4e26-aad1-6df6f26ba99a.txt new file mode 100644 index 0000000000000000000000000000000000000000..90466e07577d083bc9849f7e8b09448b21f7f0d8 --- /dev/null +++ b/texts/6950a7df-fb7f-4e26-aad1-6df6f26ba99a.txt @@ -0,0 +1 @@ +black maine coon celabrate christmas \ No newline at end of file diff --git a/texts/69549ea9-866e-4d33-916a-59f2c56e4011.txt b/texts/69549ea9-866e-4d33-916a-59f2c56e4011.txt new file mode 100644 index 0000000000000000000000000000000000000000..e70119d3a58d795bdec800169cd6e6cd02021813 --- /dev/null +++ b/texts/69549ea9-866e-4d33-916a-59f2c56e4011.txt @@ -0,0 +1 @@ +HelloKitty and astronaut ho l d \ No newline at end of file diff --git a/texts/695d10b5-d661-42f4-b4ab-af3848ce05b0.txt b/texts/695d10b5-d661-42f4-b4ab-af3848ce05b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3353a9f39a61a6421cd3eb940c9c607f8426067 --- /dev/null +++ b/texts/695d10b5-d661-42f4-b4ab-af3848ce05b0.txt @@ -0,0 +1 @@ +A Samoyed dog smiling and hold a Bernese Mountain Dog down in the forest, playing, snowing, blues time. Cute. \ No newline at end of file diff --git a/texts/696ec3aa-6a74-4cd8-b042-ca0d68722f20.txt b/texts/696ec3aa-6a74-4cd8-b042-ca0d68722f20.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c58903e3d8c5ae1927be2f9cfbdd7cb39038812 --- /dev/null +++ b/texts/696ec3aa-6a74-4cd8-b042-ca0d68722f20.txt @@ -0,0 +1 @@ +A penguin near an ocean \ No newline at end of file diff --git a/texts/6972449b-f005-4494-bd19-4e97f4e013f1.txt b/texts/6972449b-f005-4494-bd19-4e97f4e013f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a08f518ea6d446636b094ab4afe55893796b05d6 --- /dev/null +++ b/texts/6972449b-f005-4494-bd19-4e97f4e013f1.txt @@ -0,0 +1 @@ +In the distance is Mount Fuji in Japan, and in the foreground is a Hello Kitty mascot dressed in a kimono, holding a cake with the number "1017" written on it. \ No newline at end of file diff --git a/texts/699a9d61-9252-4f91-86cd-15b7d4024aed.txt b/texts/699a9d61-9252-4f91-86cd-15b7d4024aed.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a8eb5e517051f5a7ca5790a483364dc2b148832 --- /dev/null +++ b/texts/699a9d61-9252-4f91-86cd-15b7d4024aed.txt @@ -0,0 +1 @@ +Two adorable little pigs are dancing in the snow, one in a windbreaker and the other in a skirt. The snowy background is a pine forest, with winter sunshine. \ No newline at end of file diff --git a/texts/699bd8be-6754-4178-abe5-58d6d2aa1543.txt b/texts/699bd8be-6754-4178-abe5-58d6d2aa1543.txt new file mode 100644 index 0000000000000000000000000000000000000000..58c89e5079a25cc474231373ab2358a72b8772aa --- /dev/null +++ b/texts/699bd8be-6754-4178-abe5-58d6d2aa1543.txt @@ -0,0 +1 @@ +Elephant, strawberry, strawberry cake, ice cream, Mickey Mouse, doll, dream \ No newline at end of file diff --git a/texts/69a8c660-08cf-4dca-8ff9-25f27be55653.txt b/texts/69a8c660-08cf-4dca-8ff9-25f27be55653.txt new file mode 100644 index 0000000000000000000000000000000000000000..49a69f0a2f75fd30e5ee5d671642cc37dcd5e230 --- /dev/null +++ b/texts/69a8c660-08cf-4dca-8ff9-25f27be55653.txt @@ -0,0 +1 @@ +a red apple flowing on the blue ocean, no human ,sun ret \ No newline at end of file diff --git a/texts/69ae7234-1fba-4bfe-93c4-176e3a4c9562.txt b/texts/69ae7234-1fba-4bfe-93c4-176e3a4c9562.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db08823fd8cf715ea6889a67389a36681f7c0e5 --- /dev/null +++ b/texts/69ae7234-1fba-4bfe-93c4-176e3a4c9562.txt @@ -0,0 +1 @@ +Birthday Ceremony; alone; no people in picture ; cake on the grass; sunset; \ No newline at end of file diff --git a/texts/69b5f68f-89d1-4fbf-a69d-6a6d80b7c737.txt b/texts/69b5f68f-89d1-4fbf-a69d-6a6d80b7c737.txt new file mode 100644 index 0000000000000000000000000000000000000000..f19ecf41353bf3cafcb45a518901b813ac086b00 --- /dev/null +++ b/texts/69b5f68f-89d1-4fbf-a69d-6a6d80b7c737.txt @@ -0,0 +1 @@ +A small chubby white fox dog birthday balloon teddy bear figurine cake candle with small wings in the room \ No newline at end of file diff --git a/texts/69b72547-118d-4c7f-a6a2-b706bf87b07a.txt b/texts/69b72547-118d-4c7f-a6a2-b706bf87b07a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b4d65be4bfef22c2a315291204cd6fcb7f4871c --- /dev/null +++ b/texts/69b72547-118d-4c7f-a6a2-b706bf87b07a.txt @@ -0,0 +1 @@ +batman and joker \ No newline at end of file diff --git a/texts/69ba3469-30f4-4021-a0d6-d6cef32a2825.txt b/texts/69ba3469-30f4-4021-a0d6-d6cef32a2825.txt new file mode 100644 index 0000000000000000000000000000000000000000..282972fefff08a09f25f1f71917cf9a659777f9c --- /dev/null +++ b/texts/69ba3469-30f4-4021-a0d6-d6cef32a2825.txt @@ -0,0 +1 @@ +A lovely West Highland, wearing a scarf, sitting in front of a train window looking out at the spring scenery \ No newline at end of file diff --git a/texts/69d1f1c4-a8b2-4d0b-8239-0e961092e736.txt b/texts/69d1f1c4-a8b2-4d0b-8239-0e961092e736.txt new file mode 100644 index 0000000000000000000000000000000000000000..32171153aed01b6d5d5ad44922c56ece4a60dd7f --- /dev/null +++ b/texts/69d1f1c4-a8b2-4d0b-8239-0e961092e736.txt @@ -0,0 +1 @@ +numerous big white rabbit shape alarm \ No newline at end of file diff --git a/texts/69d94e82-fd34-4e22-a123-82e1fe84f44d.txt b/texts/69d94e82-fd34-4e22-a123-82e1fe84f44d.txt new file mode 100644 index 0000000000000000000000000000000000000000..261d5baa63817319fb3fa37cf0a104e9cd46b07c --- /dev/null +++ b/texts/69d94e82-fd34-4e22-a123-82e1fe84f44d.txt @@ -0,0 +1 @@ +Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.The performer on the stage had short black hair and was wearing a black T-shirt.short black hair \ No newline at end of file diff --git a/texts/69da4205-37e6-4b50-b921-43c42ffdf19c.txt b/texts/69da4205-37e6-4b50-b921-43c42ffdf19c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4836c7318eef84e85076518bd24f0856287b5f1 --- /dev/null +++ b/texts/69da4205-37e6-4b50-b921-43c42ffdf19c.txt @@ -0,0 +1 @@ +Hello Kitty is wearing a pink high-end dress and smoking while drawing at the fashion store. She draws until the paper is lit and smoke rises from her head \ No newline at end of file diff --git a/texts/69eeec7f-8210-423d-9e62-01be4f48d417.txt b/texts/69eeec7f-8210-423d-9e62-01be4f48d417.txt new file mode 100644 index 0000000000000000000000000000000000000000..417d20bee223b73f29e4a461e929a205422582ee --- /dev/null +++ b/texts/69eeec7f-8210-423d-9e62-01be4f48d417.txt @@ -0,0 +1 @@ +A leather Christmas tree \ No newline at end of file diff --git a/texts/69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0.txt b/texts/69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ad70437b633d95a6b3f41825fb03adf9a175e5f --- /dev/null +++ b/texts/69ef8d91-9f7f-4a2a-a374-1d4f11b92cc0.txt @@ -0,0 +1 @@ +Two little rabbits hug snow Christmas tree Santa hat stars bubble love \ No newline at end of file diff --git a/texts/69f3f3bf-acac-48cd-a348-7eebac98c8f4.txt b/texts/69f3f3bf-acac-48cd-a348-7eebac98c8f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e896d021ea346957a4084e8ea52b0b1f5afd2c5d --- /dev/null +++ b/texts/69f3f3bf-acac-48cd-a348-7eebac98c8f4.txt @@ -0,0 +1 @@ +A Bichon is having Christmas with snow outside the window \ No newline at end of file diff --git a/texts/69ff03a6-d6be-4788-bc2c-96f6aadb610f.txt b/texts/69ff03a6-d6be-4788-bc2c-96f6aadb610f.txt new file mode 100644 index 0000000000000000000000000000000000000000..39dbe1b86e756f96df04250644d40bda91118015 --- /dev/null +++ b/texts/69ff03a6-d6be-4788-bc2c-96f6aadb610f.txt @@ -0,0 +1 @@ +A Hello kitty doll sits on the snow with the words: CXX \ No newline at end of file diff --git a/texts/6a2940af-bf65-42eb-80ee-682918d749a3.txt b/texts/6a2940af-bf65-42eb-80ee-682918d749a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a787add6d08f3fb28388ce7c9bb9227a1df9476 --- /dev/null +++ b/texts/6a2940af-bf65-42eb-80ee-682918d749a3.txt @@ -0,0 +1 @@ +Bichon Frise driving with sunglasses, drinking beer \ No newline at end of file diff --git a/texts/6a2bf05a-397b-4b46-ad98-9379bfc42c1e.txt b/texts/6a2bf05a-397b-4b46-ad98-9379bfc42c1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f90a6a4f6c3385834871c5f9093c69d0b0df861b --- /dev/null +++ b/texts/6a2bf05a-397b-4b46-ad98-9379bfc42c1e.txt @@ -0,0 +1 @@ +Kittens and stars set off fireworks in the snow. \ No newline at end of file diff --git a/texts/6a2d8a6c-2eb9-4525-b21d-9b0241b5f832.txt b/texts/6a2d8a6c-2eb9-4525-b21d-9b0241b5f832.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebc3b5b81353ad5458b0d2101d3f03d17c0dbcee --- /dev/null +++ b/texts/6a2d8a6c-2eb9-4525-b21d-9b0241b5f832.txt @@ -0,0 +1 @@ +Hello kitty doll, winter, cute, christmas, gift, fireworks \ No newline at end of file diff --git a/texts/6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8.txt b/texts/6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..5eb12bd08cdeadf0ee55efd024b3b94177e081b4 --- /dev/null +++ b/texts/6a2fb996-ccbf-4fba-9f07-7bab3a41c1a8.txt @@ -0,0 +1 @@ +Women breaking pottery in a white room \ No newline at end of file diff --git a/texts/6a35137c-d461-4b09-b51c-a3b47d6145d1.txt b/texts/6a35137c-d461-4b09-b51c-a3b47d6145d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b842751c743a9f2e3c0a8624c211911a33a152d --- /dev/null +++ b/texts/6a35137c-d461-4b09-b51c-a3b47d6145d1.txt @@ -0,0 +1 @@ +There was a Christmas tree in the snow, decorated with glowing notes of YEONJUN, a fox with plush wings lying under the tree, and a guitar \ No newline at end of file diff --git a/texts/6a368ca4-a652-41de-818e-00fa502277bc.txt b/texts/6a368ca4-a652-41de-818e-00fa502277bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbf8924e030deafc06b058c014e566fdd6a748f9 --- /dev/null +++ b/texts/6a368ca4-a652-41de-818e-00fa502277bc.txt @@ -0,0 +1 @@ +A cute little pig builds a post office and receives little notes from all kinds of animals every day. Piggy can't leave the post office and has to ask his best friends to help him mail the replies. Some of his best friends are the owners of the notes, and some of them are little animals from another planet. \ No newline at end of file diff --git a/texts/6a3b4d9d-b72d-4de3-8ec4-7b09557afb87.txt b/texts/6a3b4d9d-b72d-4de3-8ec4-7b09557afb87.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfa3070636055882868d4c110b71b6f98b3d02c9 --- /dev/null +++ b/texts/6a3b4d9d-b72d-4de3-8ec4-7b09557afb87.txt @@ -0,0 +1 @@ +A magnificent sunset \ No newline at end of file diff --git a/texts/6a47837a-f759-41a2-8a9b-e240a0ba9cc4.txt b/texts/6a47837a-f759-41a2-8a9b-e240a0ba9cc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fa275d62a35a0e54dabc4e2a500966e3660fda9 --- /dev/null +++ b/texts/6a47837a-f759-41a2-8a9b-e240a0ba9cc4.txt @@ -0,0 +1 @@ +Do Androids Dream of Electric Sheep? \ No newline at end of file diff --git a/texts/6a4936d3-9c1d-4f9c-9d36-944e4048e606.txt b/texts/6a4936d3-9c1d-4f9c-9d36-944e4048e606.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a884f68c264deca9131b42f493f9db69ece7ded --- /dev/null +++ b/texts/6a4936d3-9c1d-4f9c-9d36-944e4048e606.txt @@ -0,0 +1 @@ +It snows and blues every day.A crocodile is in the snow.An orange kitten stood on the crocodile's back.There is a dog flying in the palace. \ No newline at end of file diff --git a/texts/6a56e92d-0c13-41ba-a9cb-ddec416e2bd1.txt b/texts/6a56e92d-0c13-41ba-a9cb-ddec416e2bd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7108e834b47ce852c607fa358d4a19e0f5c8f908 --- /dev/null +++ b/texts/6a56e92d-0c13-41ba-a9cb-ddec416e2bd1.txt @@ -0,0 +1 @@ +cute, angel cat with big eyes and hold a magic stick, in the snow outside, some butterflies flying around \ No newline at end of file diff --git a/texts/6a5ae943-eb5d-4176-8fb5-9efce5a5f807.txt b/texts/6a5ae943-eb5d-4176-8fb5-9efce5a5f807.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5efee0154742fa2d8971e77b90bf71745afe4d3 --- /dev/null +++ b/texts/6a5ae943-eb5d-4176-8fb5-9efce5a5f807.txt @@ -0,0 +1 @@ +A beautiful unicorn is walking in the swimming pool. The unicorn's horn is pink. There are Christmas decorations by the pool. Snow is falling outside the window, and the atmosphere is warm. \ No newline at end of file diff --git a/texts/6a81ef1c-5285-49f7-867a-3286cc32cbf7.txt b/texts/6a81ef1c-5285-49f7-867a-3286cc32cbf7.txt new file mode 100644 index 0000000000000000000000000000000000000000..93db842143ae70d376550d2f441e057d6f04caaa --- /dev/null +++ b/texts/6a81ef1c-5285-49f7-867a-3286cc32cbf7.txt @@ -0,0 +1 @@ +Dachshund shooting a laptop with ak47 \ No newline at end of file diff --git a/texts/6a932b1b-6cbc-409c-bcda-a42be9b418ac.txt b/texts/6a932b1b-6cbc-409c-bcda-a42be9b418ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9bf344947bc1023251870effeb26b2edd95627d --- /dev/null +++ b/texts/6a932b1b-6cbc-409c-bcda-a42be9b418ac.txt @@ -0,0 +1 @@ +From the perspective of looking out on the train, there is a grassland outside. In the evening, there is a beautiful sunset. There are bubbles and birds in the sky. \ No newline at end of file diff --git a/texts/6a95330f-8029-427e-b305-65886d0e6ac2.txt b/texts/6a95330f-8029-427e-b305-65886d0e6ac2.txt new file mode 100644 index 0000000000000000000000000000000000000000..efc7554c631d2ee101a16e90f62db6a146acf443 --- /dev/null +++ b/texts/6a95330f-8029-427e-b305-65886d0e6ac2.txt @@ -0,0 +1 @@ +A black cat is drinking a glass of wine with a bass in it. \ No newline at end of file diff --git a/texts/6a9674a2-4583-4929-923a-f83b4fc6a517.txt b/texts/6a9674a2-4583-4929-923a-f83b4fc6a517.txt new file mode 100644 index 0000000000000000000000000000000000000000..87e0c26ce1f1365a4f314bbd8ac4bd3d3a5ae7d3 --- /dev/null +++ b/texts/6a9674a2-4583-4929-923a-f83b4fc6a517.txt @@ -0,0 +1 @@ +a young and slim asian teen ,with slightly long and curly hair,standing on the snow ,looking at viewers,holding a camera \ No newline at end of file diff --git a/texts/6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd.txt b/texts/6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd930bae351d8e641ec41a226f802d401950db8 --- /dev/null +++ b/texts/6ab7e89e-9d2e-4d46-8f33-1e9007e15ebd.txt @@ -0,0 +1 @@ +A cat-headed person wearing a tutu is painting on a drawing board with an oil paintbrush in the snow \ No newline at end of file diff --git a/texts/6abaecad-6db7-420c-8696-f97430fdb902.txt b/texts/6abaecad-6db7-420c-8696-f97430fdb902.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9f2cf06b0f0b8bbe58a6e592e6363652a4a0e01 --- /dev/null +++ b/texts/6abaecad-6db7-420c-8696-f97430fdb902.txt @@ -0,0 +1 @@ +Donald Duck is piloting a water-flying craft, carrying Goofy and Minnie as they soar through a rainbow sky above an ocean full of bubbles. \ No newline at end of file diff --git a/texts/6ac6def5-1a5c-4b11-9237-3b8e7b819d3f.txt b/texts/6ac6def5-1a5c-4b11-9237-3b8e7b819d3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8178ffde5b2717c241c6a957cc9931e735e0e517 --- /dev/null +++ b/texts/6ac6def5-1a5c-4b11-9237-3b8e7b819d3f.txt @@ -0,0 +1 @@ +baby bernese mountain dog and baby samoy,at sea,fireworks blooming,fall in love \ No newline at end of file diff --git a/texts/6acab395-ec7e-4f3c-a7d1-af40f540d8cd.txt b/texts/6acab395-ec7e-4f3c-a7d1-af40f540d8cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb9832fb125f0688b2cf97662822de68e4d64942 --- /dev/null +++ b/texts/6acab395-ec7e-4f3c-a7d1-af40f540d8cd.txt @@ -0,0 +1 @@ +A kitten. \ No newline at end of file diff --git a/texts/6acacb62-f5fe-4613-b684-a02e8c6cbd02.txt b/texts/6acacb62-f5fe-4613-b684-a02e8c6cbd02.txt new file mode 100644 index 0000000000000000000000000000000000000000..07680fe4e439161871be46d128cd46926504c6c6 --- /dev/null +++ b/texts/6acacb62-f5fe-4613-b684-a02e8c6cbd02.txt @@ -0,0 +1 @@ +A white Samoyed and a black Border Collie are watching fireworks by the seaside, and they are very happy. \ No newline at end of file diff --git a/texts/6ad14b1a-c256-4a91-af6b-7b810e84847b.txt b/texts/6ad14b1a-c256-4a91-af6b-7b810e84847b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8965f2abd469439257ba6a8709b6cff71efd520f --- /dev/null +++ b/texts/6ad14b1a-c256-4a91-af6b-7b810e84847b.txt @@ -0,0 +1 @@ +a chocolate fondant cut in half, ominous vibe, dim light, weirdcore style \ No newline at end of file diff --git a/texts/6ae89dae-e183-4b33-898f-83af460b6d8f.txt b/texts/6ae89dae-e183-4b33-898f-83af460b6d8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b6a1beeb858354c30b6e7966f93e6920a57e40d --- /dev/null +++ b/texts/6ae89dae-e183-4b33-898f-83af460b6d8f.txt @@ -0,0 +1 @@ +At night, the light was dim, and there was a lot of snow on the ground in front of an abandoned and very dilapidated church. A man was drawing a very, very large image of Satan in blood, and there were a lot of dead bodies piled up around it, all mangled \ No newline at end of file diff --git a/texts/6aed8abb-cf17-4310-9990-7d34d3c5de05.txt b/texts/6aed8abb-cf17-4310-9990-7d34d3c5de05.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d942cec87ddf80976aeb709736499d3b19b4388 --- /dev/null +++ b/texts/6aed8abb-cf17-4310-9990-7d34d3c5de05.txt @@ -0,0 +1 @@ +Bernese Mountain Puppy, Samoyed Puppy, Golden Retriever Puppy, Bubbles, Butterflies, Snowflakes, Flowers, Grass, Sunny Day, Birthday, Sunset. \ No newline at end of file diff --git a/texts/6afb8e4b-d83d-4614-9f08-7033564f75ae.txt b/texts/6afb8e4b-d83d-4614-9f08-7033564f75ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..f626538234e37944f5794b45456755daefcc7e7d --- /dev/null +++ b/texts/6afb8e4b-d83d-4614-9f08-7033564f75ae.txt @@ -0,0 +1 @@ +A little rabbit holding a cherry in the sun \ No newline at end of file diff --git a/texts/6afccf8b-39f6-40e4-985b-8aeae35ba737.txt b/texts/6afccf8b-39f6-40e4-985b-8aeae35ba737.txt new file mode 100644 index 0000000000000000000000000000000000000000..b92132ad919082c86d68fd6346caa2ec388c6ef6 --- /dev/null +++ b/texts/6afccf8b-39f6-40e4-985b-8aeae35ba737.txt @@ -0,0 +1 @@ +Cat.camera.apple.flower \ No newline at end of file diff --git a/texts/6aff3b69-1f50-4471-ae87-fe55e370c401.txt b/texts/6aff3b69-1f50-4471-ae87-fe55e370c401.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6140635f3e6d50a3abe1ed49fc2fcfd121651b5 --- /dev/null +++ b/texts/6aff3b69-1f50-4471-ae87-fe55e370c401.txt @@ -0,0 +1 @@ +A small cat grows wings and he flies along the beach with bigger seagulls \ No newline at end of file diff --git a/texts/6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2.txt b/texts/6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..501c63f0807206eeaa86dc85edf52c3b43688a88 --- /dev/null +++ b/texts/6b06ebe5-14e4-4f4a-aedf-c2244b24b1d2.txt @@ -0,0 +1 @@ +A golden retriever puppy is drawing with its paws \ No newline at end of file diff --git a/texts/6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb.txt b/texts/6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..43e1665c7fbe8291c1c11dd453a182338e25c0ff --- /dev/null +++ b/texts/6b0c6fb5-89e8-427e-8108-9e7e26a6dfdb.txt @@ -0,0 +1 @@ +a little black cat and a tangerines tree in the snow \ No newline at end of file diff --git a/texts/6b0ef0bd-b546-47e0-8867-3e70aa00f2c9.txt b/texts/6b0ef0bd-b546-47e0-8867-3e70aa00f2c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3629631cf1bebf38ddd75b650503c5e141c73154 --- /dev/null +++ b/texts/6b0ef0bd-b546-47e0-8867-3e70aa00f2c9.txt @@ -0,0 +1 @@ +Jazz big band. Close up to the guitarist.Highly detailed and precise. Black culture. \ No newline at end of file diff --git a/texts/6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1.txt b/texts/6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d665c9823394b4f229a8f51b36dcd72760e8e1e0 --- /dev/null +++ b/texts/6b1bef55-8fad-4ab8-a1c4-c3a845c4c9e1.txt @@ -0,0 +1 @@ +a working burnout white cat human in office with cigarette, aesthetic \ No newline at end of file diff --git a/texts/6b1ea442-ad21-44b3-9f5e-3706de116c23.txt b/texts/6b1ea442-ad21-44b3-9f5e-3706de116c23.txt new file mode 100644 index 0000000000000000000000000000000000000000..2495b8d4d52bcc5fe25f731133391b20953db026 --- /dev/null +++ b/texts/6b1ea442-ad21-44b3-9f5e-3706de116c23.txt @@ -0,0 +1 @@ +Cat \ No newline at end of file diff --git a/texts/6b28a4b9-3006-49d7-90d3-efa97b395d4b.txt b/texts/6b28a4b9-3006-49d7-90d3-efa97b395d4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..56c6ac27c7679178b27a08c6decf7f5fdfa5fc80 --- /dev/null +++ b/texts/6b28a4b9-3006-49d7-90d3-efa97b395d4b.txt @@ -0,0 +1 @@ +Black and white West Highland on the beach, next to shells and telephones, background pink Christmas tree fireworks snow day letters m a s o o m a k e \ No newline at end of file diff --git a/texts/6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e.txt b/texts/6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff29de71a378b119428f384e922d39f03c7e228c --- /dev/null +++ b/texts/6b2b70e4-3c0d-4f97-a1ff-cbb7117c656e.txt @@ -0,0 +1 @@ +magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter \ No newline at end of file diff --git a/texts/6b306d32-a5f1-493f-a220-6786948a5f38.txt b/texts/6b306d32-a5f1-493f-a220-6786948a5f38.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9799bf187ce53840f74b61a28e5925822fdb493 --- /dev/null +++ b/texts/6b306d32-a5f1-493f-a220-6786948a5f38.txt @@ -0,0 +1 @@ +Capybara with guitar \ No newline at end of file diff --git a/texts/6b389b6f-2f4d-46dd-bbf6-d949eff57d0b.txt b/texts/6b389b6f-2f4d-46dd-bbf6-d949eff57d0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb79da2689842c81ba2cac146488b9f6724fc80 --- /dev/null +++ b/texts/6b389b6f-2f4d-46dd-bbf6-d949eff57d0b.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and there are traces of "LMY" and traces of cat claws in the snow. Melancholy blue night scene, with the dreamy effect of light particles, high color saturation \ No newline at end of file diff --git a/texts/6b3a6151-6673-449c-a914-4690bd8f159c.txt b/texts/6b3a6151-6673-449c-a914-4690bd8f159c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a31a63fff1e39e7f3a2f0523394b0cb629a23a89 --- /dev/null +++ b/texts/6b3a6151-6673-449c-a914-4690bd8f159c.txt @@ -0,0 +1 @@ +A little orange cat wearing a Christmas hat is chasing butterflies on a snowy lawn, with small fish floating in the sky. There is a burning house next to it, with Christmas installations and a starry Christmas tree \ No newline at end of file diff --git a/texts/6b3eac07-2d4d-43c5-839a-eb7f98319e16.txt b/texts/6b3eac07-2d4d-43c5-839a-eb7f98319e16.txt new file mode 100644 index 0000000000000000000000000000000000000000..af6d67c91e691d3857f14d0ae73de7d4914b8ad2 --- /dev/null +++ b/texts/6b3eac07-2d4d-43c5-839a-eb7f98319e16.txt @@ -0,0 +1 @@ +A sad man sitting beside the window in night,frontal face,looking at the camera,Surrealism,flying whales,sea,moon,star,rose \ No newline at end of file diff --git a/texts/6b4282fa-676b-4aea-9d5c-14661f44250f.txt b/texts/6b4282fa-676b-4aea-9d5c-14661f44250f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b4d2484ea29bda36e14be7d0e14ea65352650ca --- /dev/null +++ b/texts/6b4282fa-676b-4aea-9d5c-14661f44250f.txt @@ -0,0 +1 @@ +An old Hyundai avante 96" in the snow street \ No newline at end of file diff --git a/texts/6b42b0f2-921e-4676-9b03-264526d3b45a.txt b/texts/6b42b0f2-921e-4676-9b03-264526d3b45a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b5c6dcd4e0028fa914d844bf03f09c1c2b01f58 --- /dev/null +++ b/texts/6b42b0f2-921e-4676-9b03-264526d3b45a.txt @@ -0,0 +1 @@ +A couple on a snowy night.The historical background is the Showa era in Japan. \ No newline at end of file diff --git a/texts/6b46a237-0af4-44de-aad0-4fc0b7491f7e.txt b/texts/6b46a237-0af4-44de-aad0-4fc0b7491f7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0564ddcd8bcd6dec29c616a31cdc5062965e5750 --- /dev/null +++ b/texts/6b46a237-0af4-44de-aad0-4fc0b7491f7e.txt @@ -0,0 +1 @@ +a christmas tree with snowing day and aurora and sea and shining starlight \ No newline at end of file diff --git a/texts/6b4e5407-5f85-4977-b619-35f703275141.txt b/texts/6b4e5407-5f85-4977-b619-35f703275141.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a7e364fa8e6f5f3e712bb3ff74f4f0b3196096a --- /dev/null +++ b/texts/6b4e5407-5f85-4977-b619-35f703275141.txt @@ -0,0 +1 @@ +A lonely swing on a snowy day by the sea \ No newline at end of file diff --git a/texts/6b5d3c6c-7960-4807-a0a9-c3ece517417b.txt b/texts/6b5d3c6c-7960-4807-a0a9-c3ece517417b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c256dd520e23e74dd21aa34a62951a296e196b82 --- /dev/null +++ b/texts/6b5d3c6c-7960-4807-a0a9-c3ece517417b.txt @@ -0,0 +1 @@ +Two cats watching the winter sunset sitting side by side at the window. Christmas ornaments around them and fairy lights around the window frame \ No newline at end of file diff --git a/texts/6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf.txt b/texts/6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3c7240e4e245323884fe73140fbfa68c45ec7e8 --- /dev/null +++ b/texts/6b67efa3-f85e-4d3b-8bbc-7128ef5d8adf.txt @@ -0,0 +1 @@ +Me \ No newline at end of file diff --git a/texts/6b6de91d-ebc3-4578-8cbc-6042eecc7bf2.txt b/texts/6b6de91d-ebc3-4578-8cbc-6042eecc7bf2.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cc00cdfdf5934a4d1f8d805d0281538e1f8b452 --- /dev/null +++ b/texts/6b6de91d-ebc3-4578-8cbc-6042eecc7bf2.txt @@ -0,0 +1 @@ + A Christmas tree on the winter beach, snow around, blue hour, hard flash \ No newline at end of file diff --git a/texts/6b70af1b-26c4-4c57-956a-009012c0c622.txt b/texts/6b70af1b-26c4-4c57-956a-009012c0c622.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1e5ae91ad8476d125cac9fbc0a789bfb88968f2 --- /dev/null +++ b/texts/6b70af1b-26c4-4c57-956a-009012c0c622.txt @@ -0,0 +1 @@ +bule brid fly in the o \ No newline at end of file diff --git a/texts/6b735948-97ac-43f0-8b0a-9fb97f960b0a.txt b/texts/6b735948-97ac-43f0-8b0a-9fb97f960b0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..806e3a45a0d611f78fbe4a60df1abf4e7b1f46ef --- /dev/null +++ b/texts/6b735948-97ac-43f0-8b0a-9fb97f960b0a.txt @@ -0,0 +1 @@ +Unicorn, snow scene, Christmas tree, snow, starry sky, romantic atmosphere \ No newline at end of file diff --git a/texts/6b75571a-da1d-4217-b581-806fa0bbe64d.txt b/texts/6b75571a-da1d-4217-b581-806fa0bbe64d.txt new file mode 100644 index 0000000000000000000000000000000000000000..94b7bc1d3305e0246fc91ccfca74141500dfd998 --- /dev/null +++ b/texts/6b75571a-da1d-4217-b581-806fa0bbe64d.txt @@ -0,0 +1 @@ +sunset ocean \ No newline at end of file diff --git a/texts/6b7c8735-6aa4-4f1c-9daf-56ea12a18eff.txt b/texts/6b7c8735-6aa4-4f1c-9daf-56ea12a18eff.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ddbd51ae5756aa74d4a0ea7411a11c8cbebf6ce --- /dev/null +++ b/texts/6b7c8735-6aa4-4f1c-9daf-56ea12a18eff.txt @@ -0,0 +1 @@ +"A vintage typewriter with a prominent 'WKSY' logo on the side, producing a scroll of paper with 'To DO LIST' at the top and a densely packed, detail-oriented list of various Christmas wishes, all set against a festive and holiday-themed backdrop with a vintage aesthetic and a festive font that complements the season's ambiance." \ No newline at end of file diff --git a/texts/6b7d2951-485e-4c60-a982-ba1d61195b7e.txt b/texts/6b7d2951-485e-4c60-a982-ba1d61195b7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a62a8b77ef33e872a78b0dd625335b9e2016263 --- /dev/null +++ b/texts/6b7d2951-485e-4c60-a982-ba1d61195b7e.txt @@ -0,0 +1 @@ +a black-and white Tuxedo Cats with wizard hat, firework in the sky, seaside, sunset \ No newline at end of file diff --git a/texts/6b80498c-c8cd-4f2e-ae22-234af5e0dac7.txt b/texts/6b80498c-c8cd-4f2e-ae22-234af5e0dac7.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa087e2f2b544776795cd02dbfea6462ea010766 --- /dev/null +++ b/texts/6b80498c-c8cd-4f2e-ae22-234af5e0dac7.txt @@ -0,0 +1 @@ +A winged puppy is playing in the snow. \ No newline at end of file diff --git a/texts/6b90f004-3026-48d4-aa79-7eb6bf4418f5.txt b/texts/6b90f004-3026-48d4-aa79-7eb6bf4418f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b7109d07c6ed3dd98e27c6d416d7917c065cd6 --- /dev/null +++ b/texts/6b90f004-3026-48d4-aa79-7eb6bf4418f5.txt @@ -0,0 +1 @@ +a tiger play with a panda in a piazza ,and the panda enjoy the bamboos \ No newline at end of file diff --git a/texts/6b9116f6-bcce-4acb-aeed-3d4965858673.txt b/texts/6b9116f6-bcce-4acb-aeed-3d4965858673.txt new file mode 100644 index 0000000000000000000000000000000000000000..e23b479e4fe5e3bd9bc26fc438ed451591fd252a --- /dev/null +++ b/texts/6b9116f6-bcce-4acb-aeed-3d4965858673.txt @@ -0,0 +1 @@ +In a snowfield, the sky was pure black, revealing a ray of aurora. Black corgi was wearing a Christmas hat \ No newline at end of file diff --git a/texts/6b942120-db63-4f7e-8ea0-de853aa816cf.txt b/texts/6b942120-db63-4f7e-8ea0-de853aa816cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ea69d29daea8936a9fef649ea87d6f90a9bd85f --- /dev/null +++ b/texts/6b942120-db63-4f7e-8ea0-de853aa816cf.txt @@ -0,0 +1 @@ +Cat with wings flying to the moon riding a spoon with milky way in the back \ No newline at end of file diff --git a/texts/6ba0f964-8cdf-414a-aa52-4641cfa79c00.txt b/texts/6ba0f964-8cdf-414a-aa52-4641cfa79c00.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8158ab85c392ed09244a9af80d5c8705b3b3cd8 --- /dev/null +++ b/texts/6ba0f964-8cdf-414a-aa52-4641cfa79c00.txt @@ -0,0 +1 @@ +A photo of a black BMW 3 series driving at high speed \ No newline at end of file diff --git a/texts/6ba6a354-e934-4acf-a3b4-1f8f68e27d94.txt b/texts/6ba6a354-e934-4acf-a3b4-1f8f68e27d94.txt new file mode 100644 index 0000000000000000000000000000000000000000..0645dad186d65c7e22685662394ebbca4d1ba998 --- /dev/null +++ b/texts/6ba6a354-e934-4acf-a3b4-1f8f68e27d94.txt @@ -0,0 +1 @@ +Hello Kitty sat in the luxurious pink studio and stepped on the sewing machine to make clothes. The sewing machine is smoking because it is too busy. \ No newline at end of file diff --git a/texts/6ba9579b-0c93-419c-94fc-8ceda9bed6e2.txt b/texts/6ba9579b-0c93-419c-94fc-8ceda9bed6e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..78c337dcee46328c316b25cf6911ef75a746e30c --- /dev/null +++ b/texts/6ba9579b-0c93-419c-94fc-8ceda9bed6e2.txt @@ -0,0 +1 @@ +A Ragdoll cat with transparent wings ,wearing a christmas hat plays in the snow,next to a hut \ No newline at end of file diff --git a/texts/6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd.txt b/texts/6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..39265c3aeb0c46b524c0188601facbf1736fddc5 --- /dev/null +++ b/texts/6ba9922d-1f9e-4e95-96e6-4b3cee8b47cd.txt @@ -0,0 +1 @@ +A Chinese bride is looking at herself in a red wedding dress. \ No newline at end of file diff --git a/texts/6baf2f62-e7f7-44db-ab1c-67115e2277fe.txt b/texts/6baf2f62-e7f7-44db-ab1c-67115e2277fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..065ec28625f9e10dad4c4e1bc1f90a8e6efe99e0 --- /dev/null +++ b/texts/6baf2f62-e7f7-44db-ab1c-67115e2277fe.txt @@ -0,0 +1 @@ +A hamster smoking a cigarette \ No newline at end of file diff --git a/texts/6bb7cff7-53db-4f2a-9d3c-c27785385a6d.txt b/texts/6bb7cff7-53db-4f2a-9d3c-c27785385a6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd84345fd0c5f433bb0de0dbdd86b6d7c87b7a2f --- /dev/null +++ b/texts/6bb7cff7-53db-4f2a-9d3c-c27785385a6d.txt @@ -0,0 +1 @@ +phonluxe is logo with many coffee and cake \ No newline at end of file diff --git a/texts/6bb902ba-5ff2-433f-bf97-1005be089415.txt b/texts/6bb902ba-5ff2-433f-bf97-1005be089415.txt new file mode 100644 index 0000000000000000000000000000000000000000..d92ba772db350c1feda2722487ae8e0ecc135a49 --- /dev/null +++ b/texts/6bb902ba-5ff2-433f-bf97-1005be089415.txt @@ -0,0 +1 @@ +ascended to the throne \ No newline at end of file diff --git a/texts/6bb95581-0595-47f5-ae90-aebbc458c063.txt b/texts/6bb95581-0595-47f5-ae90-aebbc458c063.txt new file mode 100644 index 0000000000000000000000000000000000000000..386359b14cf1fda3b1d8fc0bdcae462ce71cc2b4 --- /dev/null +++ b/texts/6bb95581-0595-47f5-ae90-aebbc458c063.txt @@ -0,0 +1 @@ +A black cat and a white rabbit are on a snowy beach. There are stars, a little fireworks, butterfly wings. The rabbit and the cat are small and thin \ No newline at end of file diff --git a/texts/6bbc15ad-ad71-47c1-a842-c127d06f9cc6.txt b/texts/6bbc15ad-ad71-47c1-a842-c127d06f9cc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f21ce7c49a86671d150b984f4cf2c0de6b83bb66 --- /dev/null +++ b/texts/6bbc15ad-ad71-47c1-a842-c127d06f9cc6.txt @@ -0,0 +1 @@ +A golden Syrian hamster, wearing frameless glasses and a neat black work uniform, is diligently handling documents, sitting at a desk and focused on its tasks, almost as if it were an experienced civil servant. \ No newline at end of file diff --git a/texts/6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf.txt b/texts/6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf227afa9be0b8f52f49d46bbc43685596e0b09e --- /dev/null +++ b/texts/6bc5e353-fd34-4c2c-b3a0-1efb2ce7c7bf.txt @@ -0,0 +1 @@ +There was a huge cloud inside the church with a glowing cross inside nobody \ No newline at end of file diff --git a/texts/6bc8de59-feb5-47d5-adab-4671418360ae.txt b/texts/6bc8de59-feb5-47d5-adab-4671418360ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc57477ea67b201a2b459bca4a205254181c2a2a --- /dev/null +++ b/texts/6bc8de59-feb5-47d5-adab-4671418360ae.txt @@ -0,0 +1 @@ +A cute white kitten stands on the snow, with blues snow in the background, and the snow is still floating. The overall atmosphere is warm and romantic. "Y" is written on the snow. \ No newline at end of file diff --git a/texts/6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370.txt b/texts/6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370.txt new file mode 100644 index 0000000000000000000000000000000000000000..e090dc2e2753c3b8569b34ccf2bee551ffc14be4 --- /dev/null +++ b/texts/6bcbdd97-a42a-41cf-ad8e-7a7feb3c4370.txt @@ -0,0 +1 @@ +A long-haired and short-haired mix chocolate gold dachshund for Christmas. \ No newline at end of file diff --git a/texts/6be38b4c-2181-4506-9596-96029270b053.txt b/texts/6be38b4c-2181-4506-9596-96029270b053.txt new file mode 100644 index 0000000000000000000000000000000000000000..e316258090f736be0832a9542c3de62860ff2280 --- /dev/null +++ b/texts/6be38b4c-2181-4506-9596-96029270b053.txt @@ -0,0 +1 @@ +Kinkaku-ji in fire \ No newline at end of file diff --git a/texts/6be3df62-6eca-4fe5-8e82-679576c5b32b.txt b/texts/6be3df62-6eca-4fe5-8e82-679576c5b32b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aaecb80deeed0edfb8c3b77273876b3012489ad --- /dev/null +++ b/texts/6be3df62-6eca-4fe5-8e82-679576c5b32b.txt @@ -0,0 +1 @@ +Hello Kitty writes "LT" in the snowfield, with fireworks and Christmas trees in the background. \ No newline at end of file diff --git a/texts/6bea2602-47e4-45a1-991f-b6527c712094.txt b/texts/6bea2602-47e4-45a1-991f-b6527c712094.txt new file mode 100644 index 0000000000000000000000000000000000000000..689fdb5e357a31d308bfb441f64a37bdfe68fb53 --- /dev/null +++ b/texts/6bea2602-47e4-45a1-991f-b6527c712094.txt @@ -0,0 +1 @@ +Kitten roasting marshmallows in the moonlight snow \ No newline at end of file diff --git a/texts/6bef09e3-4cfe-45fc-8c53-4a28f43b0366.txt b/texts/6bef09e3-4cfe-45fc-8c53-4a28f43b0366.txt new file mode 100644 index 0000000000000000000000000000000000000000..07c30e15871c0112ee4bbd17fb2cd34c49e58c5d --- /dev/null +++ b/texts/6bef09e3-4cfe-45fc-8c53-4a28f43b0366.txt @@ -0,0 +1 @@ +A milky white French Bulldog in the office work, helpless \ No newline at end of file diff --git a/texts/6bf704be-77f9-4abf-b179-76318560164b.txt b/texts/6bf704be-77f9-4abf-b179-76318560164b.txt new file mode 100644 index 0000000000000000000000000000000000000000..61324fc58e838478070170753ec5da89aecd6e70 --- /dev/null +++ b/texts/6bf704be-77f9-4abf-b179-76318560164b.txt @@ -0,0 +1 @@ +Snowfield, Christmas tree,A running cream-colored West Highland Terrier, blue sky \ No newline at end of file diff --git a/texts/6c086d8e-ffb0-4171-a1dd-19286031fbf9.txt b/texts/6c086d8e-ffb0-4171-a1dd-19286031fbf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4362508a70cc02b13f8d2cb810762fd7749e08c2 --- /dev/null +++ b/texts/6c086d8e-ffb0-4171-a1dd-19286031fbf9.txt @@ -0,0 +1 @@ +Top view, distant view, snowman on the castle tower \ No newline at end of file diff --git a/texts/6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c.txt b/texts/6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b27ec16fc49ad7ff983cdf2391687041dc2469 --- /dev/null +++ b/texts/6c0d9ff6-0770-4ebf-9ea4-41c40844ad0c.txt @@ -0,0 +1 @@ +Hello Kitty sat on the snow with the words' xuan 'written on her fireworks stick in the evening. There was an aurora in the sky and a Christmas tree next to it \ No newline at end of file diff --git a/texts/6c13a70e-1d99-4c3d-8b8b-489619cf62e7.txt b/texts/6c13a70e-1d99-4c3d-8b8b-489619cf62e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a7db9942c921a5e686fc0baf0fc24d272150d41 --- /dev/null +++ b/texts/6c13a70e-1d99-4c3d-8b8b-489619cf62e7.txt @@ -0,0 +1 @@ +A cute long leg sheep is sleeping in a wild forest. \ No newline at end of file diff --git a/texts/6c14431f-24e3-47e2-9259-47ce615e5caf.txt b/texts/6c14431f-24e3-47e2-9259-47ce615e5caf.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa31f016470422173796fd977c614a2b721d0818 --- /dev/null +++ b/texts/6c14431f-24e3-47e2-9259-47ce615e5caf.txt @@ -0,0 +1 @@ +A lovely West Highland, wearing a scarf, sitting in the snow, fireworks in the sky \ No newline at end of file diff --git a/texts/6c1671cb-1abb-418d-a2ad-80cedbb46c8c.txt b/texts/6c1671cb-1abb-418d-a2ad-80cedbb46c8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..21f01a7fb5677e5a598b7f1654e7e17e18af3d0e --- /dev/null +++ b/texts/6c1671cb-1abb-418d-a2ad-80cedbb46c8c.txt @@ -0,0 +1 @@ +A little lovely rilakkuma sits next to the exquisitely decorated Christmas tree. There are warm lights in the house and the two letters "SY" in the background. \ No newline at end of file diff --git a/texts/6c196859-675b-480a-b739-4161821eced6.txt b/texts/6c196859-675b-480a-b739-4161821eced6.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb282b2b8404da33b351a0a28a386c0eaaa98006 --- /dev/null +++ b/texts/6c196859-675b-480a-b739-4161821eced6.txt @@ -0,0 +1 @@ +A very cute fluffy kitten is listening to music while writing a paper, seemingly very quiet, not a little upset. \ No newline at end of file diff --git a/texts/6c1b8158-5465-4373-84a6-e9dac46f1462.txt b/texts/6c1b8158-5465-4373-84a6-e9dac46f1462.txt new file mode 100644 index 0000000000000000000000000000000000000000..06baa9d3d380b76fc31a0896e92d9980b77a37bc --- /dev/null +++ b/texts/6c1b8158-5465-4373-84a6-e9dac46f1462.txt @@ -0,0 +1 @@ +A Ragdoll cat, butterflies, snow, cute snowmen, aurora \ No newline at end of file diff --git a/texts/6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6.txt b/texts/6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..03f0008110207fad9dad2532716566cd53dc0b31 --- /dev/null +++ b/texts/6c1cd65c-7d35-4dd9-b0bf-663c594ca4a6.txt @@ -0,0 +1 @@ +A rain frog in a transparent glass box \ No newline at end of file diff --git a/texts/6c226199-86d6-4716-a4f3-4d93c28418ea.txt b/texts/6c226199-86d6-4716-a4f3-4d93c28418ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5966775ceac4ef70c23676d177a0cd5b38d0977 --- /dev/null +++ b/texts/6c226199-86d6-4716-a4f3-4d93c28418ea.txt @@ -0,0 +1 @@ +Magnolia and the great Blue Morpho, glistening in the snow \ No newline at end of file diff --git a/texts/6c27dfad-6e55-4b49-9859-780658fc02e9.txt b/texts/6c27dfad-6e55-4b49-9859-780658fc02e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b0facfa3252d9e1627ff7a7ce80e2371620cc73 --- /dev/null +++ b/texts/6c27dfad-6e55-4b49-9859-780658fc02e9.txt @@ -0,0 +1 @@ +An uninspired little black dog playing switch in the bedroom \ No newline at end of file diff --git a/texts/6c2934fa-8916-4190-87fc-6d6257659a93.txt b/texts/6c2934fa-8916-4190-87fc-6d6257659a93.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e392b59a58fa62a500b2dc6bcb58a7169d97990 --- /dev/null +++ b/texts/6c2934fa-8916-4190-87fc-6d6257659a93.txt @@ -0,0 +1 @@ +A tree in the snow, full of gingerbread men as fruit \ No newline at end of file diff --git a/texts/6c2f7758-c6d7-4f03-88c8-89bf86804b04.txt b/texts/6c2f7758-c6d7-4f03-88c8-89bf86804b04.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d92580893d069229c8437e04b4aa3ccf860e229 --- /dev/null +++ b/texts/6c2f7758-c6d7-4f03-88c8-89bf86804b04.txt @@ -0,0 +1 @@ +Hello Kitty anthropomorphic as a subject, in the snow, sunlight, cinematic, ice castle, sunlight, clouds \ No newline at end of file diff --git a/texts/6c3d0996-c529-4b20-82c7-4a34971e4bff.txt b/texts/6c3d0996-c529-4b20-82c7-4a34971e4bff.txt new file mode 100644 index 0000000000000000000000000000000000000000..987d9251a42d8b2fe672c794ca7b52103f2b8229 --- /dev/null +++ b/texts/6c3d0996-c529-4b20-82c7-4a34971e4bff.txt @@ -0,0 +1 @@ +Letter:WUHAN BAOLUOwith Bedsheets \ No newline at end of file diff --git a/texts/6c41ccb1-9c6f-4352-9882-bada146c4e6b.txt b/texts/6c41ccb1-9c6f-4352-9882-bada146c4e6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e915ef3dd6b46002d8c593ec11f2b8b465e15a89 --- /dev/null +++ b/texts/6c41ccb1-9c6f-4352-9882-bada146c4e6b.txt @@ -0,0 +1 @@ +Godzilla-like black and white Schnauzer \ No newline at end of file diff --git a/texts/6c4daaf9-9e93-4b72-837a-398de462c858.txt b/texts/6c4daaf9-9e93-4b72-837a-398de462c858.txt new file mode 100644 index 0000000000000000000000000000000000000000..df6ca5a79760ab27da8e7bc024034bbf7a5020fa --- /dev/null +++ b/texts/6c4daaf9-9e93-4b72-837a-398de462c858.txt @@ -0,0 +1 @@ +The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow. \ No newline at end of file diff --git a/texts/6c4e2e0f-8820-4c0f-9541-e1003cf5aec2.txt b/texts/6c4e2e0f-8820-4c0f-9541-e1003cf5aec2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c5b77f04f0be24e7451239df975cac0942d2602 --- /dev/null +++ b/texts/6c4e2e0f-8820-4c0f-9541-e1003cf5aec2.txt @@ -0,0 +1 @@ +a three month years old corgi baby is having a birthday party on the snow \ No newline at end of file diff --git a/texts/6c4e4280-7487-4951-9019-a1538d606de5.txt b/texts/6c4e4280-7487-4951-9019-a1538d606de5.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e25881d691f28ba50db7a0905088cc45b399564 --- /dev/null +++ b/texts/6c4e4280-7487-4951-9019-a1538d606de5.txt @@ -0,0 +1 @@ +A winged rabbit swimming inside a room. The scene is tranquil, with soft lighting, and in the distance, pink mountains are visible. The overall tone of the image is bright. \ No newline at end of file diff --git a/texts/6c53f0a9-011f-4d89-98ed-86f630d3a743.txt b/texts/6c53f0a9-011f-4d89-98ed-86f630d3a743.txt new file mode 100644 index 0000000000000000000000000000000000000000..c368d76e37b35f6575412ce09dc52d0883457553 --- /dev/null +++ b/texts/6c53f0a9-011f-4d89-98ed-86f630d3a743.txt @@ -0,0 +1 @@ +a white cat, blue sky,snowy, fire work \ No newline at end of file diff --git a/texts/6c5af6b6-7d07-4dfa-9362-842334c6d0dd.txt b/texts/6c5af6b6-7d07-4dfa-9362-842334c6d0dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3aa3025a659f65c8ada7d6db0b1b321af46f1c9 --- /dev/null +++ b/texts/6c5af6b6-7d07-4dfa-9362-842334c6d0dd.txt @@ -0,0 +1 @@ +A goose is flying a plane, and outside is the starry sky. \ No newline at end of file diff --git a/texts/6c699351-fdf4-4e02-87ba-a0658fc9e726.txt b/texts/6c699351-fdf4-4e02-87ba-a0658fc9e726.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2e68f47783c26176944f8d5f2d523d938904caa --- /dev/null +++ b/texts/6c699351-fdf4-4e02-87ba-a0658fc9e726.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white kitty cat wearing a Christmas hat, next to a Christmas tree, "Sheila" is written on the snow, and there are traces of cat paws. Melancholy blue night scene, with a bit of light particles dream effect, a high degree of saturation. \ No newline at end of file diff --git a/texts/6c7c3627-bd23-4b71-b77a-382a6f57ad91.txt b/texts/6c7c3627-bd23-4b71-b77a-382a6f57ad91.txt new file mode 100644 index 0000000000000000000000000000000000000000..05b01dd09fe2fd78e5f58949004d2a8f18993806 --- /dev/null +++ b/texts/6c7c3627-bd23-4b71-b77a-382a6f57ad91.txt @@ -0,0 +1 @@ +A rabbit in a purple dress blows the sea breeze on the beach with beautiful sunshine. There is a a small wooden coffee brown table on the beach. On the coffee table are two passion fruits and a iced lemonade. \ No newline at end of file diff --git a/texts/6c81a4e4-0388-40bc-a35c-390dcea546b8.txt b/texts/6c81a4e4-0388-40bc-a35c-390dcea546b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..62112014d9097a5403c49ffdeb27800e798a63db --- /dev/null +++ b/texts/6c81a4e4-0388-40bc-a35c-390dcea546b8.txt @@ -0,0 +1 @@ +A blue-green cute octopus is working at office, facing the laptop, with a coffee cup in one hand \ No newline at end of file diff --git a/texts/6c913cf0-ccdf-4bdb-98e3-61bd8b85063b.txt b/texts/6c913cf0-ccdf-4bdb-98e3-61bd8b85063b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2aadc189028ad2d8f96e0bb5b1f9e026c622c3d --- /dev/null +++ b/texts/6c913cf0-ccdf-4bdb-98e3-61bd8b85063b.txt @@ -0,0 +1 @@ +Sunset, a samoyedy and a black cat, playing in the snow, building a snowman, surround by bubbles \ No newline at end of file diff --git a/texts/6c972045-0716-4af0-bb3f-6ea1e364ad81.txt b/texts/6c972045-0716-4af0-bb3f-6ea1e364ad81.txt new file mode 100644 index 0000000000000000000000000000000000000000..67f198c4ff14f66a628bdc29e6700c1241fa8ecb --- /dev/null +++ b/texts/6c972045-0716-4af0-bb3f-6ea1e364ad81.txt @@ -0,0 +1 @@ +An orange cat wearing a blue scarf stands in the snow with a Fuji camera, taking a photo of a panda wearing a pink woolen hat \ No newline at end of file diff --git a/texts/6cbf69c2-6e1c-461d-a723-bbd12425d90b.txt b/texts/6cbf69c2-6e1c-461d-a723-bbd12425d90b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c2150299d843db9cd66e2d190cb2b2c1815a6eb --- /dev/null +++ b/texts/6cbf69c2-6e1c-461d-a723-bbd12425d90b.txt @@ -0,0 +1 @@ +a beagle puppy is playing with a bunny and biting on its head \ No newline at end of file diff --git a/texts/6cc1a5e4-1d28-41eb-a3c5-30c966980599.txt b/texts/6cc1a5e4-1d28-41eb-a3c5-30c966980599.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef93a4a2cbfa33e9313248f763d6075df3d1a356 --- /dev/null +++ b/texts/6cc1a5e4-1d28-41eb-a3c5-30c966980599.txt @@ -0,0 +1 @@ +A dog fly on the ocean. \ No newline at end of file diff --git a/texts/6cd3a287-79dd-46e5-8142-8a43f4f4eb35.txt b/texts/6cd3a287-79dd-46e5-8142-8a43f4f4eb35.txt new file mode 100644 index 0000000000000000000000000000000000000000..888b0cdb953583f322f60a86cd9921a6747713bd --- /dev/null +++ b/texts/6cd3a287-79dd-46e5-8142-8a43f4f4eb35.txt @@ -0,0 +1 @@ +A Christmas bear with Sabrina(just letters) by its side \ No newline at end of file diff --git a/texts/6cd9d146-4357-471a-bef2-cbd0cf0c2faf.txt b/texts/6cd9d146-4357-471a-bef2-cbd0cf0c2faf.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c7b31a3a467bd159a1cda5dca0d0d92cad9d086 --- /dev/null +++ b/texts/6cd9d146-4357-471a-bef2-cbd0cf0c2faf.txt @@ -0,0 +1 @@ +westhighland white terrier which wears a black frame glasses designing an architecture with a labtop \ No newline at end of file diff --git a/texts/6cdbfa97-b721-443e-bf98-8b1de22fa7ac.txt b/texts/6cdbfa97-b721-443e-bf98-8b1de22fa7ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..b07b034e2bc7702edcfdd2bebd3c388d78793686 --- /dev/null +++ b/texts/6cdbfa97-b721-443e-bf98-8b1de22fa7ac.txt @@ -0,0 +1 @@ +A white kitten and a black kitten in the snow next to the letters WJ in the snow \ No newline at end of file diff --git a/texts/6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c.txt b/texts/6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..02fd52e5349173f3c12df33b17faed3436560e60 --- /dev/null +++ b/texts/6ced07fc-e87f-4ffa-ae78-f8eaeb997e8c.txt @@ -0,0 +1 @@ +"A handsome young man in a black kimono, gazing intensely at the camera, his left hand partially covering his face. The background features a traditional Japanese room with sliding doors, tatami mats, and soft lighting, creating a serene, cultural atmosphere." \ No newline at end of file diff --git a/texts/6cf2a7ec-ceea-4651-9e4d-71df7ee03572.txt b/texts/6cf2a7ec-ceea-4651-9e4d-71df7ee03572.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7d0854081d1b6ea1fe1db7178d61bd749cec07f --- /dev/null +++ b/texts/6cf2a7ec-ceea-4651-9e4d-71df7ee03572.txt @@ -0,0 +1 @@ +The cat is on the grassland. \ No newline at end of file diff --git a/texts/6cf67ced-1c0d-4b57-8788-be514fbc62ac.txt b/texts/6cf67ced-1c0d-4b57-8788-be514fbc62ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..de24db74c200de3613a72430ee80583dd38702b0 --- /dev/null +++ b/texts/6cf67ced-1c0d-4b57-8788-be514fbc62ac.txt @@ -0,0 +1 @@ +On a snowy Christmas night, a white French bulldog was wearing a magic robe and holding a magic wand in his hand \ No newline at end of file diff --git a/texts/6cf89c75-baa3-4287-b4b3-133ea9b9a14c.txt b/texts/6cf89c75-baa3-4287-b4b3-133ea9b9a14c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a99aad6e81c0cb4159f5591d12162289e1d09617 --- /dev/null +++ b/texts/6cf89c75-baa3-4287-b4b3-133ea9b9a14c.txt @@ -0,0 +1 @@ +Christmas, lion, red, poster \ No newline at end of file diff --git a/texts/6cfc138f-59cb-4de1-a0f8-6293b7b61036.txt b/texts/6cfc138f-59cb-4de1-a0f8-6293b7b61036.txt new file mode 100644 index 0000000000000000000000000000000000000000..839a984edd0f8b1ad60b6628d0eae7d4d2e61c12 --- /dev/null +++ b/texts/6cfc138f-59cb-4de1-a0f8-6293b7b61036.txt @@ -0,0 +1 @@ +A cute little clean white HelloKitty wearing a red-rimmed glasses watching ipad \ No newline at end of file diff --git a/texts/6cfdfa93-ea9a-47ef-9d44-2b7766c882d5.txt b/texts/6cfdfa93-ea9a-47ef-9d44-2b7766c882d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7dd264759ae95700ec344327712ca60118756ea5 --- /dev/null +++ b/texts/6cfdfa93-ea9a-47ef-9d44-2b7766c882d5.txt @@ -0,0 +1 @@ +a hollow knight diving in a lake, dim light, weirdcore style \ No newline at end of file diff --git a/texts/6d0294a2-d746-4170-b9f9-139c61e76c5d.txt b/texts/6d0294a2-d746-4170-b9f9-139c61e76c5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..272e49e63cc84a18c8acfb24420043bc9a998770 --- /dev/null +++ b/texts/6d0294a2-d746-4170-b9f9-139c61e76c5d.txt @@ -0,0 +1 @@ +A cute cat hates going to work and sits at her workstation with a glass of wine while the back is a mess with papers scattered everywhere \ No newline at end of file diff --git a/texts/6d10b7ee-e643-4c5b-bcd5-ceebea03099d.txt b/texts/6d10b7ee-e643-4c5b-bcd5-ceebea03099d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cb767989eddf9743a60fbdee0e768193c97e2f6 --- /dev/null +++ b/texts/6d10b7ee-e643-4c5b-bcd5-ceebea03099d.txt @@ -0,0 +1 @@ +Handwritten word "YTSY" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/6d174db5-a309-4c03-aa13-3d200917cb03.txt b/texts/6d174db5-a309-4c03-aa13-3d200917cb03.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4ba0700baf6c73a530ae4c185e704218d630e2a --- /dev/null +++ b/texts/6d174db5-a309-4c03-aa13-3d200917cb03.txt @@ -0,0 +1 @@ +The house behind a hellokitty smoking a cigarette is on fire \ No newline at end of file diff --git a/texts/6d181b5f-5d45-4bd9-beb7-8cc236d18432.txt b/texts/6d181b5f-5d45-4bd9-beb7-8cc236d18432.txt new file mode 100644 index 0000000000000000000000000000000000000000..93db96b0b3af379243b2bff54798ad598da82f5b --- /dev/null +++ b/texts/6d181b5f-5d45-4bd9-beb7-8cc236d18432.txt @@ -0,0 +1 @@ +A little golden retriever wearing a Santa hat in the snow \ No newline at end of file diff --git a/texts/6d1aed59-038b-457c-8a2e-ba2459a67933.txt b/texts/6d1aed59-038b-457c-8a2e-ba2459a67933.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f0af704509c51c1d98c7c64db69ec6ef451620b --- /dev/null +++ b/texts/6d1aed59-038b-457c-8a2e-ba2459a67933.txt @@ -0,0 +1 @@ +Yellow teddy bear puppy ,holding a camera and taking pictures, at the seaside with seagulls \ No newline at end of file diff --git a/texts/6d221e12-9412-4c45-95ed-677345319b35.txt b/texts/6d221e12-9412-4c45-95ed-677345319b35.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc869c4ac6f64e8bda2c8c7afb211a77ed83e910 --- /dev/null +++ b/texts/6d221e12-9412-4c45-95ed-677345319b35.txt @@ -0,0 +1 @@ +hello kitty on the beach, surround by bubbles. here is a pink cake in front of hello kitty \ No newline at end of file diff --git a/texts/6d2a83f7-993f-46ba-8d97-e37720c3a2a1.txt b/texts/6d2a83f7-993f-46ba-8d97-e37720c3a2a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd33dcef2a6669b6d9119db626d9c2fd3d738276 --- /dev/null +++ b/texts/6d2a83f7-993f-46ba-8d97-e37720c3a2a1.txt @@ -0,0 +1 @@ +Alpine Glacier Rose Aurora \ No newline at end of file diff --git a/texts/6d321505-8051-41d7-bf3f-b90a4a05cb4e.txt b/texts/6d321505-8051-41d7-bf3f-b90a4a05cb4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a21323cd93d46502526abefb96e7d31ce6612965 --- /dev/null +++ b/texts/6d321505-8051-41d7-bf3f-b90a4a05cb4e.txt @@ -0,0 +1 @@ +Baby beagle. Snow. Fire \ No newline at end of file diff --git a/texts/6d42c291-9997-4d13-b56e-4a9bb28cd366.txt b/texts/6d42c291-9997-4d13-b56e-4a9bb28cd366.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1401663953f9a0a709c73acc9fed260e81d2dfc --- /dev/null +++ b/texts/6d42c291-9997-4d13-b56e-4a9bb28cd366.txt @@ -0,0 +1 @@ +hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her \ No newline at end of file diff --git a/texts/6d4c2d46-aece-492d-acbd-d442e055015f.txt b/texts/6d4c2d46-aece-492d-acbd-d442e055015f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffae960abed9225c12c8ce3810d757eb64349315 --- /dev/null +++ b/texts/6d4c2d46-aece-492d-acbd-d442e055015f.txt @@ -0,0 +1 @@ +Snow, Christmas tree, fireworks, write "X&L" on the snow, the back of the black cat, the back of the white cat \ No newline at end of file diff --git a/texts/6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1.txt b/texts/6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d44a69be3f8044536d31fb07564f5c85368ebd7 --- /dev/null +++ b/texts/6d681e0f-d7c9-4fbe-b4f2-b2d62bcd3cb1.txt @@ -0,0 +1 @@ +There was a smiling little golden pup in the snow at night his front facing me his back with a pair of little glowing angel wings \ No newline at end of file diff --git a/texts/6d6d7458-0114-45ed-937c-84cfa143961b.txt b/texts/6d6d7458-0114-45ed-937c-84cfa143961b.txt new file mode 100644 index 0000000000000000000000000000000000000000..82844c927593c9f5e20dd56e0e7ded9503278aef --- /dev/null +++ b/texts/6d6d7458-0114-45ed-937c-84cfa143961b.txt @@ -0,0 +1 @@ +A black cat getting rich from Bitcoin sitting on a couch with champagne on the table and gold confetti and dollar bills everywhere. \ No newline at end of file diff --git a/texts/6d7494f8-9378-4271-8d4e-b4dbdf3fa86d.txt b/texts/6d7494f8-9378-4271-8d4e-b4dbdf3fa86d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae2b7cc97ecac41bd4f3d915c0b4f3cf9b498de4 --- /dev/null +++ b/texts/6d7494f8-9378-4271-8d4e-b4dbdf3fa86d.txt @@ -0,0 +1 @@ +Minya Konka in winter,Moonlight and the Milky Way arch bridge illuminate the snowy mountains \ No newline at end of file diff --git a/texts/6d74dfe3-4edd-431b-a7ff-2b8541759f2f.txt b/texts/6d74dfe3-4edd-431b-a7ff-2b8541759f2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..129ce3045e96a55224de43c244466af1f406b9d1 --- /dev/null +++ b/texts/6d74dfe3-4edd-431b-a7ff-2b8541759f2f.txt @@ -0,0 +1 @@ +Hello Kitty is in the snow \ No newline at end of file diff --git a/texts/6d767f56-494a-42dd-8bd7-be2106d91dcb.txt b/texts/6d767f56-494a-42dd-8bd7-be2106d91dcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..deadedff5b240b643b0ca7ec52912c128b10f4b3 --- /dev/null +++ b/texts/6d767f56-494a-42dd-8bd7-be2106d91dcb.txt @@ -0,0 +1 @@ +A very long metal slide from high mountain top to the mountain foot .Surroundings are beautiful colorful flowers ,palm trees and penguins .The sky is pink and purple . \ No newline at end of file diff --git a/texts/6d795082-c321-4a7c-ae28-817531e3b45c.txt b/texts/6d795082-c321-4a7c-ae28-817531e3b45c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f32f478aef132a50da28cb1468e6e9179e33dd09 --- /dev/null +++ b/texts/6d795082-c321-4a7c-ae28-817531e3b45c.txt @@ -0,0 +1 @@ +In the field, kittens, sunny, yellow \ No newline at end of file diff --git a/texts/6d8254d0-ab1d-4a20-b11f-930cdc8833b3.txt b/texts/6d8254d0-ab1d-4a20-b11f-930cdc8833b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..24097e21e81b517913ecf7c0adb1edc006126ad0 --- /dev/null +++ b/texts/6d8254d0-ab1d-4a20-b11f-930cdc8833b3.txt @@ -0,0 +1 @@ +child holding a magnifying glass to his eye \ No newline at end of file diff --git a/texts/6d894838-506a-4d71-9602-1ac33c8dbf47.txt b/texts/6d894838-506a-4d71-9602-1ac33c8dbf47.txt new file mode 100644 index 0000000000000000000000000000000000000000..8164d408360e5b62a30b5af70aa18a3c9ef777ce --- /dev/null +++ b/texts/6d894838-506a-4d71-9602-1ac33c8dbf47.txt @@ -0,0 +1 @@ +two cats are watching sunset and there is a line of words on the sky: "22, I love you." \ No newline at end of file diff --git a/texts/6d919b0b-44e9-4f28-bc48-9d757970e243.txt b/texts/6d919b0b-44e9-4f28-bc48-9d757970e243.txt new file mode 100644 index 0000000000000000000000000000000000000000..a65ef9e0560a8df6a1aaaa031735a81cd2fa1324 --- /dev/null +++ b/texts/6d919b0b-44e9-4f28-bc48-9d757970e243.txt @@ -0,0 +1 @@ +Hello Kitty plush toy sitting at a desk in a cozy home office, wearing yellow glasses and a knitted sweater, holding a coffee cup in one hand, red bow on the head, desktop with a computer, keyboard, and notebook, soft natural lighting, warm and relaxed atmosphere, blurred bedroom background, highly detailed and realistic photography style. \ No newline at end of file diff --git a/texts/6d97e696-bd24-4784-a8e9-1ab732df9724.txt b/texts/6d97e696-bd24-4784-a8e9-1ab732df9724.txt new file mode 100644 index 0000000000000000000000000000000000000000..a24bd8db204b556a1d4a40d30a5906fb5489cd24 --- /dev/null +++ b/texts/6d97e696-bd24-4784-a8e9-1ab732df9724.txt @@ -0,0 +1 @@ +A Little dog with red sweater ,wearing a christmas hat plays in the snow,next to a hut \ No newline at end of file diff --git a/texts/6d9bff1d-c613-447c-b37c-d83760d9387b.txt b/texts/6d9bff1d-c613-447c-b37c-d83760d9387b.txt new file mode 100644 index 0000000000000000000000000000000000000000..67d646b1c3c299e2648b0526546fe51491c37b42 --- /dev/null +++ b/texts/6d9bff1d-c613-447c-b37c-d83760d9387b.txt @@ -0,0 +1 @@ +Two black male learher shoe with word jeremy & su \ No newline at end of file diff --git a/texts/6d9c5412-0894-49c8-83fd-ed7bbe4ee640.txt b/texts/6d9c5412-0894-49c8-83fd-ed7bbe4ee640.txt new file mode 100644 index 0000000000000000000000000000000000000000..72029ab3b37b5b9f4fb1955a71800ceab849ec10 --- /dev/null +++ b/texts/6d9c5412-0894-49c8-83fd-ed7bbe4ee640.txt @@ -0,0 +1 @@ +Hello Kitty in the snow, with the letters B and X written on it \ No newline at end of file diff --git a/texts/6d9c6460-cc73-4bd3-976e-d1f79f468973.txt b/texts/6d9c6460-cc73-4bd3-976e-d1f79f468973.txt new file mode 100644 index 0000000000000000000000000000000000000000..936d63cd15fb610d1da38b07b36b7d4835ed6c66 --- /dev/null +++ b/texts/6d9c6460-cc73-4bd3-976e-d1f79f468973.txt @@ -0,0 +1 @@ + cup of coffee \ No newline at end of file diff --git a/texts/6db70e10-8510-4286-914a-23b3e1e6668a.txt b/texts/6db70e10-8510-4286-914a-23b3e1e6668a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b253a79ddc2c8a7136831db28d9ee746c284dc33 --- /dev/null +++ b/texts/6db70e10-8510-4286-914a-23b3e1e6668a.txt @@ -0,0 +1 @@ +a prince holds on a crystal shoe in a palace hall. \ No newline at end of file diff --git a/texts/6dc56d46-b2ec-4707-a647-8823b32f7548.txt b/texts/6dc56d46-b2ec-4707-a647-8823b32f7548.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aaeb1ec2747547b02d93c364485693f09ba8216 --- /dev/null +++ b/texts/6dc56d46-b2ec-4707-a647-8823b32f7548.txt @@ -0,0 +1 @@ +Lesser panda singing kara \ No newline at end of file diff --git a/texts/6ded561f-a802-4c65-b7ba-8e5617f15969.txt b/texts/6ded561f-a802-4c65-b7ba-8e5617f15969.txt new file mode 100644 index 0000000000000000000000000000000000000000..54a8846c080ccb49ce9a30976c0696e411f3e258 --- /dev/null +++ b/texts/6ded561f-a802-4c65-b7ba-8e5617f15969.txt @@ -0,0 +1 @@ +Polaroid photo of a (small frog in the corner of a room in a mansion playing the ukulele:1.2), Silhouette of people watching in the foreground, \ No newline at end of file diff --git a/texts/6df40437-6b4a-4777-8905-fadb427e67c5.txt b/texts/6df40437-6b4a-4777-8905-fadb427e67c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcf2686ed36f9779ebc868c33397c71787880178 --- /dev/null +++ b/texts/6df40437-6b4a-4777-8905-fadb427e67c5.txt @@ -0,0 +1 @@ +Two pink and white piglets strolling leisurely on a grassy field under the blue sky and white clouds, with lots of colorful pinwheels scattered across the grass.The back ground should be real \ No newline at end of file diff --git a/texts/6dfed813-2f09-49f1-a3f1-8436093299a4.txt b/texts/6dfed813-2f09-49f1-a3f1-8436093299a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..87d3f2803dc1b005c385d4f71e8708dc9404d9ac --- /dev/null +++ b/texts/6dfed813-2f09-49f1-a3f1-8436093299a4.txt @@ -0,0 +1 @@ +Night, snow, fireworks, moon \ No newline at end of file diff --git a/texts/6dfee531-7f07-4288-8fc9-01a60347768b.txt b/texts/6dfee531-7f07-4288-8fc9-01a60347768b.txt new file mode 100644 index 0000000000000000000000000000000000000000..100af7aa2dc7bd4adc302f568b0650c92be4c2b8 --- /dev/null +++ b/texts/6dfee531-7f07-4288-8fc9-01a60347768b.txt @@ -0,0 +1 @@ +hello kitty Build a snowman \ No newline at end of file diff --git a/texts/6e000bc7-b11e-4030-8393-88061bfe1feb.txt b/texts/6e000bc7-b11e-4030-8393-88061bfe1feb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c85ac122e63d51558d959825a6112b504fe4595 --- /dev/null +++ b/texts/6e000bc7-b11e-4030-8393-88061bfe1feb.txt @@ -0,0 +1 @@ +An elephant is walking in the sea, and the surroundings are empty and the twilight is getting darker. \ No newline at end of file diff --git a/texts/6e027ed1-d954-4c7a-9001-9c67e50a2444.txt b/texts/6e027ed1-d954-4c7a-9001-9c67e50a2444.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1d6ff08e0649351754bbff9a42a0772dbd43e3e --- /dev/null +++ b/texts/6e027ed1-d954-4c7a-9001-9c67e50a2444.txt @@ -0,0 +1 @@ +maltese puppies driving big truck on the road \ No newline at end of file diff --git a/texts/6e088742-ce9f-4591-98c3-4937c09c7a53.txt b/texts/6e088742-ce9f-4591-98c3-4937c09c7a53.txt new file mode 100644 index 0000000000000000000000000000000000000000..c917e7636a89154f3b390828ea5fab38fed301c4 --- /dev/null +++ b/texts/6e088742-ce9f-4591-98c3-4937c09c7a53.txt @@ -0,0 +1 @@ +Border Collie is playing on the swing \ No newline at end of file diff --git a/texts/6e24c483-a54c-4e3f-a835-b1e23b154bd3.txt b/texts/6e24c483-a54c-4e3f-a835-b1e23b154bd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b6ecec84d5ef7a19910c65a43c90ee253f2d9e1 --- /dev/null +++ b/texts/6e24c483-a54c-4e3f-a835-b1e23b154bd3.txt @@ -0,0 +1 @@ +tinsel with colourful light reflection on top. christmas tree monster with hands and legs hugging \ No newline at end of file diff --git a/texts/6e2fc280-6fe3-4d18-907f-2d16c0feed74.txt b/texts/6e2fc280-6fe3-4d18-907f-2d16c0feed74.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a65a055d78a9b40960664746c7ac9c732e6c113 --- /dev/null +++ b/texts/6e2fc280-6fe3-4d18-907f-2d16c0feed74.txt @@ -0,0 +1 @@ +A brown bear toy in a black suit with red tie is holding a bouquet of roses under the starry sky \ No newline at end of file diff --git a/texts/6e367327-6a1d-471b-b3da-dc857ea5310f.txt b/texts/6e367327-6a1d-471b-b3da-dc857ea5310f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fdf04447dee6d1a84aaab902d5d50ed237eb836 --- /dev/null +++ b/texts/6e367327-6a1d-471b-b3da-dc857ea5310f.txt @@ -0,0 +1 @@ +Hello kitty doll, seaside, Christmas, snow, fireworks, aurora, beach, WX and YHY written on the snow, sunset in the sky, snow, fireworks fairy stick, birthday cake, angel, warm and romantic atmosphere \ No newline at end of file diff --git a/texts/6e37f147-35ef-42fb-9a86-5cdc89bce19c.txt b/texts/6e37f147-35ef-42fb-9a86-5cdc89bce19c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a40f46faa4148dc1ad406f788449646031da8d4 --- /dev/null +++ b/texts/6e37f147-35ef-42fb-9a86-5cdc89bce19c.txt @@ -0,0 +1 @@ +A man stood by the door with his hands behind his back and a blanket covering his head, which completely covered his head. The blanket naturally drooped down to cover the rest of his body. \ No newline at end of file diff --git a/texts/6e38fa10-b782-4066-9922-f11c0749fa12.txt b/texts/6e38fa10-b782-4066-9922-f11c0749fa12.txt new file mode 100644 index 0000000000000000000000000000000000000000..840046082fff150056448870d096a2854b6ffd23 --- /dev/null +++ b/texts/6e38fa10-b782-4066-9922-f11c0749fa12.txt @@ -0,0 +1 @@ +A little witch with orange curly hair stood by the sea in the distance. She stood facing the sea with her back to her. There was a cake next to her, with 327 written on it. There was also a Christmas tree with colorful lights on the beach, and there was dusk in the sky. \ No newline at end of file diff --git a/texts/6e4bf296-5e9f-4006-9ea3-1a4c747facad.txt b/texts/6e4bf296-5e9f-4006-9ea3-1a4c747facad.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ee24a9d15c590fed888e37fd0a6e626a356226a --- /dev/null +++ b/texts/6e4bf296-5e9f-4006-9ea3-1a4c747facad.txt @@ -0,0 +1 @@ +You're in the wind I'm in the water . Nobody's son nobody's daughter. watching the chemtrials over the country club \ No newline at end of file diff --git a/texts/6e5097b1-1193-47bf-8221-22afee3d9bf1.txt b/texts/6e5097b1-1193-47bf-8221-22afee3d9bf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..220ff47f8bbe4536225c0d968ea248eac790ab2c --- /dev/null +++ b/texts/6e5097b1-1193-47bf-8221-22afee3d9bf1.txt @@ -0,0 +1 @@ +At the bus stop on the grassland highway, a mushroom vendor is waiting for the bus. \ No newline at end of file diff --git a/texts/6e5da814-2c74-45d4-8c83-c83a51999720.txt b/texts/6e5da814-2c74-45d4-8c83-c83a51999720.txt new file mode 100644 index 0000000000000000000000000000000000000000..b65cbfa2351d095315c5312c695e7e6a8d5c9078 --- /dev/null +++ b/texts/6e5da814-2c74-45d4-8c83-c83a51999720.txt @@ -0,0 +1 @@ +Hello Kitty working on a laptop by the beach, at night, with fireworks in the sky \ No newline at end of file diff --git a/texts/6e661315-cb57-4e6b-afcf-95a1e978b212.txt b/texts/6e661315-cb57-4e6b-afcf-95a1e978b212.txt new file mode 100644 index 0000000000000000000000000000000000000000..e134531051e8eede043f320ef9b1f917ab2b6354 --- /dev/null +++ b/texts/6e661315-cb57-4e6b-afcf-95a1e978b212.txt @@ -0,0 +1 @@ +At the foot of Mt. Gangrenpoqi after the snow many Tibetans are turning the mountain. \ No newline at end of file diff --git a/texts/6e76e6b4-7670-4f96-9685-374c70b5250e.txt b/texts/6e76e6b4-7670-4f96-9685-374c70b5250e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7f4928b27a2b0fa6692392d6e737bef7bab938b --- /dev/null +++ b/texts/6e76e6b4-7670-4f96-9685-374c70b5250e.txt @@ -0,0 +1 @@ +rhino \ No newline at end of file diff --git a/texts/6e892751-e4cb-4f55-aadc-3bd51c644c91.txt b/texts/6e892751-e4cb-4f55-aadc-3bd51c644c91.txt new file mode 100644 index 0000000000000000000000000000000000000000..29555a5fb1477ebda93f7e37e9a5788d13ee237f --- /dev/null +++ b/texts/6e892751-e4cb-4f55-aadc-3bd51c644c91.txt @@ -0,0 +1 @@ +a letter with an envelope in a New Year's atmosphere, bright lights and snowflakes around \ No newline at end of file diff --git a/texts/6e90f500-5bbf-447d-a08e-bdfcec8e721c.txt b/texts/6e90f500-5bbf-447d-a08e-bdfcec8e721c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed171efcd72815d456150e10586f437620d93ad1 --- /dev/null +++ b/texts/6e90f500-5bbf-447d-a08e-bdfcec8e721c.txt @@ -0,0 +1 @@ +Hello Kitty doll and Spider-Man doll take a flying car ride through the bustling and brightly lit city streets at night \ No newline at end of file diff --git a/texts/6e95e7e6-8485-4bc6-a5c3-6759e282b4dd.txt b/texts/6e95e7e6-8485-4bc6-a5c3-6759e282b4dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2a7e2d3d90fc6cba939f2b46fa854bfa7eb322d --- /dev/null +++ b/texts/6e95e7e6-8485-4bc6-a5c3-6759e282b4dd.txt @@ -0,0 +1 @@ +A West Highland wears a scarf, has wings on the back, plays in the snow, and bubbles \ No newline at end of file diff --git a/texts/6e981cb7-7789-4318-90e9-31e17e0e35eb.txt b/texts/6e981cb7-7789-4318-90e9-31e17e0e35eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..deee53bf621c8b6751c5835cef737d7b477f4ef7 --- /dev/null +++ b/texts/6e981cb7-7789-4318-90e9-31e17e0e35eb.txt @@ -0,0 +1 @@ +an orange border collie is running in the snowy night there is "DY" written on the ground which is covered with snow \ No newline at end of file diff --git a/texts/6ea7dd96-77b5-4299-acfa-ec5bc7ead862.txt b/texts/6ea7dd96-77b5-4299-acfa-ec5bc7ead862.txt new file mode 100644 index 0000000000000000000000000000000000000000..e06ff1f254cfad81f224069b86e4136828e14441 --- /dev/null +++ b/texts/6ea7dd96-77b5-4299-acfa-ec5bc7ead862.txt @@ -0,0 +1 @@ +There are fireworks outside the window, and there is a cake on the table at home for the birthday, and the word hyq is on the cake. \ No newline at end of file diff --git a/texts/6eb1e442-e8d2-4e71-8393-b54bc34282f7.txt b/texts/6eb1e442-e8d2-4e71-8393-b54bc34282f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..beef3d655b8af97fc5489e094316b80115cf3d56 --- /dev/null +++ b/texts/6eb1e442-e8d2-4e71-8393-b54bc34282f7.txt @@ -0,0 +1 @@ +One person is holding a tray of cookies \ No newline at end of file diff --git a/texts/6ec17e5e-4a42-482c-8939-b35ffb7eadd6.txt b/texts/6ec17e5e-4a42-482c-8939-b35ffb7eadd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..57472e253b45e2acb715ecdd5e2cfaa27c395942 --- /dev/null +++ b/texts/6ec17e5e-4a42-482c-8939-b35ffb7eadd6.txt @@ -0,0 +1 @@ +A black kitten with wings is in the snow in the wild. Next to it, there is a small cake with the letter VOS written on it. The shape in the air is star-shaped. \ No newline at end of file diff --git a/texts/6ec39806-bf5d-4e54-9894-ed095c4497a8.txt b/texts/6ec39806-bf5d-4e54-9894-ed095c4497a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..99abbab091005937f4bde4acc7acef0fe00cd5fe --- /dev/null +++ b/texts/6ec39806-bf5d-4e54-9894-ed095c4497a8.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "LS" engraved on the snow \ No newline at end of file diff --git a/texts/6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05.txt b/texts/6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b3984a6a705e8307959dcf0fdcf469b0107ac1e --- /dev/null +++ b/texts/6ec8ac35-18d9-4c9c-b557-b5b2b5eb0b05.txt @@ -0,0 +1 @@ +A steam punk machine in a dreamcore setting, surrounded by mysterious fog and strange lights, evoking the feeling of Midsommar. \ No newline at end of file diff --git a/texts/6ed1249a-b7a2-4f50-83a1-88d78cabe423.txt b/texts/6ed1249a-b7a2-4f50-83a1-88d78cabe423.txt new file mode 100644 index 0000000000000000000000000000000000000000..48332d193984131e3eeb0def8d1c158aead793e4 --- /dev/null +++ b/texts/6ed1249a-b7a2-4f50-83a1-88d78cabe423.txt @@ -0,0 +1 @@ +I wear a black kimono with accessories and a headdress. \ No newline at end of file diff --git a/texts/6ed257df-de37-423f-9f79-56b5f510d7ab.txt b/texts/6ed257df-de37-423f-9f79-56b5f510d7ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fd9d7dcf62e449931b48bbc2c41b880367cd68b --- /dev/null +++ b/texts/6ed257df-de37-423f-9f79-56b5f510d7ab.txt @@ -0,0 +1 @@ +In the vast universe, there is a little cat with a pair of butterfly wings on its back \ No newline at end of file diff --git a/texts/6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9.txt b/texts/6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..429ab6e790bab7be5b6a012e468bf69e7ac7adb4 --- /dev/null +++ b/texts/6ed55f14-91f1-4eb3-b3aa-ad9fe0c8e0a9.txt @@ -0,0 +1 @@ +Cartoon characters Hellokitty set off fireworks in the snow. The sky is full of stars, and WS is written on the snow. \ No newline at end of file diff --git a/texts/6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905.txt b/texts/6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905.txt new file mode 100644 index 0000000000000000000000000000000000000000..b25ec8dbdfb4567469a244b61db5c328caccbacc --- /dev/null +++ b/texts/6ee5a8d8-14f7-4225-8d1f-0c6ae5c87905.txt @@ -0,0 +1 @@ +A black cat is enjoying hot pot, while snow falls outside the window. "Vernon" is written in the snow outside. \ No newline at end of file diff --git a/texts/6ee90a77-0dd9-4582-af24-033c5fdc1537.txt b/texts/6ee90a77-0dd9-4582-af24-033c5fdc1537.txt new file mode 100644 index 0000000000000000000000000000000000000000..51546d522823695cd56d2de608befd257bb80495 --- /dev/null +++ b/texts/6ee90a77-0dd9-4582-af24-033c5fdc1537.txt @@ -0,0 +1 @@ +A mole and a mink play on a seesaw ,besides the river ,covered with green grass and lavenders ,red balloon on the ground \ No newline at end of file diff --git a/texts/6ef01f8f-8a13-4963-ad67-2e607d57cfbe.txt b/texts/6ef01f8f-8a13-4963-ad67-2e607d57cfbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea4d17d2b0e089c8a975118d18be0771dace7c10 --- /dev/null +++ b/texts/6ef01f8f-8a13-4963-ad67-2e607d57cfbe.txt @@ -0,0 +1 @@ +In a big room with rose pink velevet curtain ,two plastic mannequins sit face to face at two ends of the dining-table, watching each other .There are delicious cuisines and candles on the table. \ No newline at end of file diff --git a/texts/6ef766ae-8677-43e9-a35c-8eeaa69fd732.txt b/texts/6ef766ae-8677-43e9-a35c-8eeaa69fd732.txt new file mode 100644 index 0000000000000000000000000000000000000000..956b1be1154a11316455e8afe8b32ea2aee16129 --- /dev/null +++ b/texts/6ef766ae-8677-43e9-a35c-8eeaa69fd732.txt @@ -0,0 +1 @@ +Doraemon is watching fireworks. \ No newline at end of file diff --git a/texts/6f0b380d-abea-409c-82a3-7f84fa653b95.txt b/texts/6f0b380d-abea-409c-82a3-7f84fa653b95.txt new file mode 100644 index 0000000000000000000000000000000000000000..102bfd37001c39ef10244fe86f3e6827d791f021 --- /dev/null +++ b/texts/6f0b380d-abea-409c-82a3-7f84fa653b95.txt @@ -0,0 +1 @@ +Mickey mouse wrote xxw and a Christmas tree in the snow. \ No newline at end of file diff --git a/texts/6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42.txt b/texts/6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42.txt new file mode 100644 index 0000000000000000000000000000000000000000..92cdc0a9c9b7b75b61e3ac34ddcb43cd3139cd00 --- /dev/null +++ b/texts/6f0b8f3b-2b46-4d5d-adb5-f0b002ff6e42.txt @@ -0,0 +1 @@ +There is a record player floating in universe, and a white horse is running on the record,All around us are stars \ No newline at end of file diff --git a/texts/6f1131b0-5ea9-47e7-bf52-609e46072e36.txt b/texts/6f1131b0-5ea9-47e7-bf52-609e46072e36.txt new file mode 100644 index 0000000000000000000000000000000000000000..36d60ddb304525fd96740f57e8ab723580ef647c --- /dev/null +++ b/texts/6f1131b0-5ea9-47e7-bf52-609e46072e36.txt @@ -0,0 +1 @@ +Chinese Spring Festival,snowing,90s,vintage, \ No newline at end of file diff --git a/texts/6f121275-b37b-487a-a13c-ebbb77b0c8da.txt b/texts/6f121275-b37b-487a-a13c-ebbb77b0c8da.txt new file mode 100644 index 0000000000000000000000000000000000000000..06a80362c06f11e80cc420d2c8bedbdefa3a0d11 --- /dev/null +++ b/texts/6f121275-b37b-487a-a13c-ebbb77b0c8da.txt @@ -0,0 +1 @@ +Hello Kitty is basking in the sun on the beach. \ No newline at end of file diff --git a/texts/6f2337ac-bfef-4959-84ed-7f8001fb382e.txt b/texts/6f2337ac-bfef-4959-84ed-7f8001fb382e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eee996eeeee10e8ae2ab62150856b3d948e961f --- /dev/null +++ b/texts/6f2337ac-bfef-4959-84ed-7f8001fb382e.txt @@ -0,0 +1 @@ +A real hippopotamus playing golf on a bed with Christmas gifts next to him \ No newline at end of file diff --git a/texts/6f2bc905-b965-4111-87c1-8509617aa73f.txt b/texts/6f2bc905-b965-4111-87c1-8509617aa73f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a18a1ad333c5fd23589424590c9e6c377bd9493 --- /dev/null +++ b/texts/6f2bc905-b965-4111-87c1-8509617aa73f.txt @@ -0,0 +1 @@ +A sheep stands in the center of the shot with a white cat on its back and many weapons on its body, and the cat is wearing sunglasses \ No newline at end of file diff --git a/texts/6f35a136-1ee3-447b-b8de-0429ad2cf89f.txt b/texts/6f35a136-1ee3-447b-b8de-0429ad2cf89f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3811e40378b3cbe89eb0c3c52980f85679225ac --- /dev/null +++ b/texts/6f35a136-1ee3-447b-b8de-0429ad2cf89f.txt @@ -0,0 +1 @@ +puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/6f3a899b-e89c-4439-a9ff-ae5b2002c567.txt b/texts/6f3a899b-e89c-4439-a9ff-ae5b2002c567.txt new file mode 100644 index 0000000000000000000000000000000000000000..9df21de8defe7d8e9961809ac1ed4553ec737119 --- /dev/null +++ b/texts/6f3a899b-e89c-4439-a9ff-ae5b2002c567.txt @@ -0,0 +1 @@ +The cat looked into the distance in the snow, gazing at the pink sky \ No newline at end of file diff --git a/texts/6f3f8688-418c-4e68-a847-fb55e3d7eda8.txt b/texts/6f3f8688-418c-4e68-a847-fb55e3d7eda8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4234f36540b7e2a0c4d419fc5f793e6ab1d3300 --- /dev/null +++ b/texts/6f3f8688-418c-4e68-a847-fb55e3d7eda8.txt @@ -0,0 +1 @@ +a cute sleepy rabbit \ No newline at end of file diff --git a/texts/6f45b147-24a2-4572-840c-3edc523512d4.txt b/texts/6f45b147-24a2-4572-840c-3edc523512d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5aaebc0b96a6cc91c8d63909dcc254693c5cfb7 --- /dev/null +++ b/texts/6f45b147-24a2-4572-840c-3edc523512d4.txt @@ -0,0 +1 @@ +A photo of a civet and a long-haired cow cat play in the snow \ No newline at end of file diff --git a/texts/6f4a9043-636e-4f6e-a8a4-d6392be9d827.txt b/texts/6f4a9043-636e-4f6e-a8a4-d6392be9d827.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fefa42d79dae768541dc77f440da3c22d2a34d7 --- /dev/null +++ b/texts/6f4a9043-636e-4f6e-a8a4-d6392be9d827.txt @@ -0,0 +1 @@ +The strawberry bear is in front of the camera for his birthday in the winter snow fireworks. \ No newline at end of file diff --git a/texts/6f54778c-36a4-4c7e-bc47-7d21c921edbb.txt b/texts/6f54778c-36a4-4c7e-bc47-7d21c921edbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..045315bf5584abd57692e5e926f689c0ffa611d7 --- /dev/null +++ b/texts/6f54778c-36a4-4c7e-bc47-7d21c921edbb.txt @@ -0,0 +1 @@ +snowy day white crystal version of snowflake background and transparent candles black metal crosses \ No newline at end of file diff --git a/texts/6f5c80e5-c610-408d-8dea-3f7bbcd557ca.txt b/texts/6f5c80e5-c610-408d-8dea-3f7bbcd557ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..4087c4c065a5cf65e746ddf282e8a627f4a536d4 --- /dev/null +++ b/texts/6f5c80e5-c610-408d-8dea-3f7bbcd557ca.txt @@ -0,0 +1 @@ +A cute snow-white Samoyed puppy with no yellow in it and a little black cat sit together in the snow, their heads close together, looking at the camera \ No newline at end of file diff --git a/texts/6f5f328e-d413-4823-9d7f-9eb6232c8094.txt b/texts/6f5f328e-d413-4823-9d7f-9eb6232c8094.txt new file mode 100644 index 0000000000000000000000000000000000000000..d330bbe55320ad378930673d3e6b0be00524774a --- /dev/null +++ b/texts/6f5f328e-d413-4823-9d7f-9eb6232c8094.txt @@ -0,0 +1 @@ +A Rilakkuma, wearing a scarf, standing in the snow with the name "HAECHAN" written on it, in the peaceful forest \ No newline at end of file diff --git a/texts/6f6e1520-e386-469f-8c41-c11f07808bd1.txt b/texts/6f6e1520-e386-469f-8c41-c11f07808bd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e401989c62b762d0a5d0f51dd141b068890f1c48 --- /dev/null +++ b/texts/6f6e1520-e386-469f-8c41-c11f07808bd1.txt @@ -0,0 +1 @@ +Snow, a winter plum blossom, with a blue background, \ No newline at end of file diff --git a/texts/6f6f1111-52c6-4e3b-8c46-270bb817596f.txt b/texts/6f6f1111-52c6-4e3b-8c46-270bb817596f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7243b3ab1dd9b2d5c36a3abc2ef4dc899131632 --- /dev/null +++ b/texts/6f6f1111-52c6-4e3b-8c46-270bb817596f.txt @@ -0,0 +1 @@ +a cool white cute rabbit wear a fashion white rimmed sunglass and pink silk bow on the head was busy in coding with a cup of coffee on the table \ No newline at end of file diff --git a/texts/6f7ae0ef-a062-4515-8870-6ebf75ac152d.txt b/texts/6f7ae0ef-a062-4515-8870-6ebf75ac152d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eaa6e4e7b33ab389585f86df79eb16d3b267c2e --- /dev/null +++ b/texts/6f7ae0ef-a062-4515-8870-6ebf75ac152d.txt @@ -0,0 +1 @@ +A group of giant jellyfish flew in the sky, flying over the abandoned old-fashioned hotel. \ No newline at end of file diff --git a/texts/6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20.txt b/texts/6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20.txt new file mode 100644 index 0000000000000000000000000000000000000000..961fc0d1788c26be93f32ed469d49276e374ae81 --- /dev/null +++ b/texts/6f7d0ad1-9b91-48f9-bc3a-65dfe0205c20.txt @@ -0,0 +1 @@ +A man with a dog buring a forset in Finland \ No newline at end of file diff --git a/texts/6f80c245-fa61-40a9-ba0e-320af1d3a420.txt b/texts/6f80c245-fa61-40a9-ba0e-320af1d3a420.txt new file mode 100644 index 0000000000000000000000000000000000000000..8646629bd55ad8b323b6183038d1b07898bb9664 --- /dev/null +++ b/texts/6f80c245-fa61-40a9-ba0e-320af1d3a420.txt @@ -0,0 +1 @@ + cute, with transparent wings,little beagle, in the snow \ No newline at end of file diff --git a/texts/6f8608a3-c0f0-4c55-8083-2068b9a5d65f.txt b/texts/6f8608a3-c0f0-4c55-8083-2068b9a5d65f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d684506b091f0ae44b6ab5e9b7170b4d47db5aa9 --- /dev/null +++ b/texts/6f8608a3-c0f0-4c55-8083-2068b9a5d65f.txt @@ -0,0 +1 @@ +A green apple \ No newline at end of file diff --git a/texts/6f87411b-f07c-4eae-bf50-e939214a3cf7.txt b/texts/6f87411b-f07c-4eae-bf50-e939214a3cf7.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd08a0806bd4e79b15cf74185185155f694ec7ea --- /dev/null +++ b/texts/6f87411b-f07c-4eae-bf50-e939214a3cf7.txt @@ -0,0 +1 @@ +Three Samoyees circled the Christmas tree in the snow, with little stars \ No newline at end of file diff --git a/texts/6f88d40b-ec6e-484f-8e03-6045d993a68e.txt b/texts/6f88d40b-ec6e-484f-8e03-6045d993a68e.txt new file mode 100644 index 0000000000000000000000000000000000000000..073bd6cef7743cfb90b2b26d0911820cf8889584 --- /dev/null +++ b/texts/6f88d40b-ec6e-484f-8e03-6045d993a68e.txt @@ -0,0 +1 @@ +A beautiful picture of cats and butterflies living in harmony \ No newline at end of file diff --git a/texts/6f89ef60-1458-4f98-a4a7-29e5d3b8efd4.txt b/texts/6f89ef60-1458-4f98-a4a7-29e5d3b8efd4.txt new file mode 100644 index 0000000000000000000000000000000000000000..618a017af1f559c8d1477e4ac4315863fb9df920 --- /dev/null +++ b/texts/6f89ef60-1458-4f98-a4a7-29e5d3b8efd4.txt @@ -0,0 +1 @@ +A circus woven of white and red fabric, surrounded by dirt and rotten bushes. \ No newline at end of file diff --git a/texts/6f8b3f03-2d87-4732-8661-c1e9ef012c6e.txt b/texts/6f8b3f03-2d87-4732-8661-c1e9ef012c6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f21feb2b973307e1597fa12616b89eb3af542196 --- /dev/null +++ b/texts/6f8b3f03-2d87-4732-8661-c1e9ef012c6e.txt @@ -0,0 +1 @@ +A cute cat grew wings and flew with the seagulls on the beach \ No newline at end of file diff --git a/texts/6f8d7538-db5b-4bfe-bdb8-f60962fd4dec.txt b/texts/6f8d7538-db5b-4bfe-bdb8-f60962fd4dec.txt new file mode 100644 index 0000000000000000000000000000000000000000..0681136e07030c0dc4616c359dc41e4b32ca43bd --- /dev/null +++ b/texts/6f8d7538-db5b-4bfe-bdb8-f60962fd4dec.txt @@ -0,0 +1 @@ +There were fireworks in the sky on a snowy beach. \ No newline at end of file diff --git a/texts/6fa08cd8-fe59-473e-b984-da5b6d7f7934.txt b/texts/6fa08cd8-fe59-473e-b984-da5b6d7f7934.txt new file mode 100644 index 0000000000000000000000000000000000000000..87eea55f6a4954e6a2365d57f8abff3e086e1c40 --- /dev/null +++ b/texts/6fa08cd8-fe59-473e-b984-da5b6d7f7934.txt @@ -0,0 +1 @@ +There is a white cat chasing a blue butterfly on the snow, the sky behind it has stars and the moon, and the word chaser is written on the snow \ No newline at end of file diff --git a/texts/6fa53444-7d23-4841-8244-c7197a93da3f.txt b/texts/6fa53444-7d23-4841-8244-c7197a93da3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6513a98d6217be48de83b8898b1055d644094345 --- /dev/null +++ b/texts/6fa53444-7d23-4841-8244-c7197a93da3f.txt @@ -0,0 +1 @@ +A burger sits in front of a sewing machine \ No newline at end of file diff --git a/texts/6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c.txt b/texts/6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a449fa01600b3a917e3a03756d6257e358399c2a --- /dev/null +++ b/texts/6fb2fed7-f09a-41a5-9d3a-c0aa7d81e33c.txt @@ -0,0 +1 @@ +A birthday cake, a stove, a kitten and a golden retriever sitting at a table, it's snowing heavily outside \ No newline at end of file diff --git a/texts/6fb34658-cec3-4bd0-85f0-dd220065ec73.txt b/texts/6fb34658-cec3-4bd0-85f0-dd220065ec73.txt new file mode 100644 index 0000000000000000000000000000000000000000..388438bb5b95575c7408cfe42997adab510ebf08 --- /dev/null +++ b/texts/6fb34658-cec3-4bd0-85f0-dd220065ec73.txt @@ -0,0 +1 @@ +Men in Pikachu hoods is drinking a glass of red wine on an inflatable sofa in the snow \ No newline at end of file diff --git a/texts/6fc81020-030d-48e2-911a-aa988658ab79.txt b/texts/6fc81020-030d-48e2-911a-aa988658ab79.txt new file mode 100644 index 0000000000000000000000000000000000000000..6272fa392e0852975fd7700472fe60ffe77432bf --- /dev/null +++ b/texts/6fc81020-030d-48e2-911a-aa988658ab79.txt @@ -0,0 +1 @@ + lesbian couple, long black hair, short black hair, snowy field, wooden bench, deep blue night sky, snowflakes, small cat, both black down jackets, leaning and gazing into the distance, back view, peaceful, quiet, love \ No newline at end of file diff --git a/texts/6fd920d4-2f76-46ba-a512-728894962355.txt b/texts/6fd920d4-2f76-46ba-a512-728894962355.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5ea836060dcdb54918e2ab373047d77249f0b74 --- /dev/null +++ b/texts/6fd920d4-2f76-46ba-a512-728894962355.txt @@ -0,0 +1 @@ +white small Bichon,playing in the snow,wearing red Christmas hat \ No newline at end of file diff --git a/texts/6fde3481-2231-4b9f-9565-9a6fe1cedd3f.txt b/texts/6fde3481-2231-4b9f-9565-9a6fe1cedd3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..17e22387ac1527c1eba08380448f8a60cd229616 --- /dev/null +++ b/texts/6fde3481-2231-4b9f-9565-9a6fe1cedd3f.txt @@ -0,0 +1 @@ +setonix brachyurus turened white ferret-polecate down, and shows his love for a yellow little chicken with freckles \ No newline at end of file diff --git a/texts/6fe24637-943d-4976-8264-54bde2e6dfcc.txt b/texts/6fe24637-943d-4976-8264-54bde2e6dfcc.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f96f5a01cdc8fa3b5a5f5176dd9ff2e308f3334 --- /dev/null +++ b/texts/6fe24637-943d-4976-8264-54bde2e6dfcc.txt @@ -0,0 +1 @@ +Apple \ No newline at end of file diff --git a/texts/6ffc0ded-fee4-4ef3-abb1-23e1892c88fa.txt b/texts/6ffc0ded-fee4-4ef3-abb1-23e1892c88fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..54be706bb5d20483005780e3c27778cc2bd29c4a --- /dev/null +++ b/texts/6ffc0ded-fee4-4ef3-abb1-23e1892c88fa.txt @@ -0,0 +1 @@ +Vending machines, heavy snow, night, warm street lights, street scene,Christmas \ No newline at end of file diff --git a/texts/7002ddef-eff3-45a0-a320-b83694f3979f.txt b/texts/7002ddef-eff3-45a0-a320-b83694f3979f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3edb9f80ca8e1340ad15a0700970308dd4fad3c2 --- /dev/null +++ b/texts/7002ddef-eff3-45a0-a320-b83694f3979f.txt @@ -0,0 +1 @@ +A creamy French bulldog at the beach, with a Christmas atmosphere and small stars on the beach, writing the capital letter 'W'. Thank you \ No newline at end of file diff --git a/texts/700ad553-6c74-4379-bcf0-7e3ae247d8b4.txt b/texts/700ad553-6c74-4379-bcf0-7e3ae247d8b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..59f2649d14043e5f656c1a156407c1a5339cd77a --- /dev/null +++ b/texts/700ad553-6c74-4379-bcf0-7e3ae247d8b4.txt @@ -0,0 +1 @@ +A silver Highland cat is sleeping under a Christmas tree wearing a Santa hat, with a ray of sunlight shining through the floor-to-ceiling window onto the cat. \ No newline at end of file diff --git a/texts/700f9f2c-5122-4606-819c-c684035989e5.txt b/texts/700f9f2c-5122-4606-819c-c684035989e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b236ffb9ef62e68dd0d26cd99a76c9fb04990347 --- /dev/null +++ b/texts/700f9f2c-5122-4606-819c-c684035989e5.txt @@ -0,0 +1 @@ +looking at viewers,Girlsitting on the snow holdingred wine glass, next to the magic Christmas tree, gorgeous Christmas tree, with crystal, glass, black straight hair,close up, fireworks, celebrating Christmas, \ No newline at end of file diff --git a/texts/701205b2-283b-4001-bb08-2ea38c9d10bb.txt b/texts/701205b2-283b-4001-bb08-2ea38c9d10bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e511417545f1c0fda60ff94da1491cd7c47d577 --- /dev/null +++ b/texts/701205b2-283b-4001-bb08-2ea38c9d10bb.txt @@ -0,0 +1 @@ +A rabbit is far away in the snow \ No newline at end of file diff --git a/texts/701876eb-fccf-43df-8d47-3db33291cbfe.txt b/texts/701876eb-fccf-43df-8d47-3db33291cbfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..e89960c8b45a962ec106cfeb773dc037a949abe0 --- /dev/null +++ b/texts/701876eb-fccf-43df-8d47-3db33291cbfe.txt @@ -0,0 +1 @@ +Abandoned aquarium. The light is dim. An Asian man in a suit looks back to the huge fish tank in front of him. There is a fish bigger than a human in it. \ No newline at end of file diff --git a/texts/70241a9d-0230-414e-b54b-7e3abf6330fb.txt b/texts/70241a9d-0230-414e-b54b-7e3abf6330fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..11b091049a5efcb2fb001aa971834616f743b56d --- /dev/null +++ b/texts/70241a9d-0230-414e-b54b-7e3abf6330fb.txt @@ -0,0 +1 @@ +BigBang HelloKitty crown \ No newline at end of file diff --git a/texts/7025bfb1-a672-44cd-8ea5-b8cdf078bf75.txt b/texts/7025bfb1-a672-44cd-8ea5-b8cdf078bf75.txt new file mode 100644 index 0000000000000000000000000000000000000000..744231be520231ce07c0d0275655d156284a4801 --- /dev/null +++ b/texts/7025bfb1-a672-44cd-8ea5-b8cdf078bf75.txt @@ -0,0 +1 @@ +In winter, with the Bund in Shanghai in the background, there is a Santa Claus on the square holding a red apple in the palm of his hand. \ No newline at end of file diff --git a/texts/702abd84-f002-4b1a-9e47-b4ac07cdc5ed.txt b/texts/702abd84-f002-4b1a-9e47-b4ac07cdc5ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb500407096c2e7b06d7393d01db3f8721625ac8 --- /dev/null +++ b/texts/702abd84-f002-4b1a-9e47-b4ac07cdc5ed.txt @@ -0,0 +1 @@ +A Shetland Sheepdog driving a vintage convertible sports car \ No newline at end of file diff --git a/texts/702eb5ca-52d1-46bd-b518-c06948c45213.txt b/texts/702eb5ca-52d1-46bd-b518-c06948c45213.txt new file mode 100644 index 0000000000000000000000000000000000000000..715eb300250e5f9fb248bd44b13c060d504044a3 --- /dev/null +++ b/texts/702eb5ca-52d1-46bd-b518-c06948c45213.txt @@ -0,0 +1 @@ +A white Bichon Frise puppy plays with butterflies in the snow against a backdrop of snowy pine trees and auroras \ No newline at end of file diff --git a/texts/7031bcce-d587-49aa-8453-a6cd7eedf1ca.txt b/texts/7031bcce-d587-49aa-8453-a6cd7eedf1ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..d81b842ca67792290c87914d21e7105406b9c930 --- /dev/null +++ b/texts/7031bcce-d587-49aa-8453-a6cd7eedf1ca.txt @@ -0,0 +1 @@ +Little Samoyed points gun at an academic parper \ No newline at end of file diff --git a/texts/70414208-b45e-4c3c-b1f9-1b6f815cf129.txt b/texts/70414208-b45e-4c3c-b1f9-1b6f815cf129.txt new file mode 100644 index 0000000000000000000000000000000000000000..87a9d46e79c249f6dd93c0b54bda51c31e6e81f0 --- /dev/null +++ b/texts/70414208-b45e-4c3c-b1f9-1b6f815cf129.txt @@ -0,0 +1 @@ +Tokyo Tower, Tokyo Metropolitan, night, street, kimono \ No newline at end of file diff --git a/texts/704f67d8-b222-41eb-804e-fef78542906d.txt b/texts/704f67d8-b222-41eb-804e-fef78542906d.txt new file mode 100644 index 0000000000000000000000000000000000000000..689f81a14e8b18f580c64303af6751fda353d275 --- /dev/null +++ b/texts/704f67d8-b222-41eb-804e-fef78542906d.txt @@ -0,0 +1 @@ +A Penguin, with "gy" and "lhb" written on the snow, with Mount Fuji behind it \ No newline at end of file diff --git a/texts/705d5fa4-f5ca-4e77-961a-e17efd9da11e.txt b/texts/705d5fa4-f5ca-4e77-961a-e17efd9da11e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a6e37ac331eebcf7e6e955c435c0f49fdbf6d33 --- /dev/null +++ b/texts/705d5fa4-f5ca-4e77-961a-e17efd9da11e.txt @@ -0,0 +1 @@ +A sausage dog spent Christmas in the snow drinking red wine \ No newline at end of file diff --git a/texts/706b6ecf-51a2-4c8a-ba1e-3856c35c9cda.txt b/texts/706b6ecf-51a2-4c8a-ba1e-3856c35c9cda.txt new file mode 100644 index 0000000000000000000000000000000000000000..30099646fc4228841c045cdd8f54b2df2586d4a2 --- /dev/null +++ b/texts/706b6ecf-51a2-4c8a-ba1e-3856c35c9cda.txt @@ -0,0 +1 @@ +There is a shining Christmas tree, a Hello Kitty and a puppy in the snow \ No newline at end of file diff --git a/texts/706d88c0-d840-417c-a4df-314dff2556f9.txt b/texts/706d88c0-d840-417c-a4df-314dff2556f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ffbcbca2df6b90d4e38835b46670d09ded2cbc --- /dev/null +++ b/texts/706d88c0-d840-417c-a4df-314dff2556f9.txt @@ -0,0 +1 @@ +A painting included: Glass christmas tree, with shining star on the top. The tree huging someone. some party people at the back. With colorful light leak \ No newline at end of file diff --git a/texts/70717bd1-db2a-4497-920f-fa726724232c.txt b/texts/70717bd1-db2a-4497-920f-fa726724232c.txt new file mode 100644 index 0000000000000000000000000000000000000000..80cc7c279fc1fd59b242867b04d4b1a192f006e7 --- /dev/null +++ b/texts/70717bd1-db2a-4497-920f-fa726724232c.txt @@ -0,0 +1 @@ +Under the blue clouds, on the lawn near the sky, there was winnie the pooh rolling \ No newline at end of file diff --git a/texts/7076f37a-c467-4677-9adb-7822e1cf77ae.txt b/texts/7076f37a-c467-4677-9adb-7822e1cf77ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..079182a6bcc866167d760aea00ecd444b1c29bb3 --- /dev/null +++ b/texts/7076f37a-c467-4677-9adb-7822e1cf77ae.txt @@ -0,0 +1 @@ +A cat smoking on a table \ No newline at end of file diff --git a/texts/7078dd08-6c5d-48e9-99da-ef9bdba94907.txt b/texts/7078dd08-6c5d-48e9-99da-ef9bdba94907.txt new file mode 100644 index 0000000000000000000000000000000000000000..d72daa1a2ff8345f56e5ed37be4466854a801e1f --- /dev/null +++ b/texts/7078dd08-6c5d-48e9-99da-ef9bdba94907.txt @@ -0,0 +1 @@ +A bird sitting on a big flying cat. \ No newline at end of file diff --git a/texts/70ab3cec-2485-44c6-9b39-c8670e9d75d8.txt b/texts/70ab3cec-2485-44c6-9b39-c8670e9d75d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..9562a516e9a3b874c64e9c4bdd999387a1828eef --- /dev/null +++ b/texts/70ab3cec-2485-44c6-9b39-c8670e9d75d8.txt @@ -0,0 +1 @@ +The Kinkaku-ji Temple is burning fiercely in the fire, and not far away, two monks are gazing into the distance in the snow. \ No newline at end of file diff --git a/texts/70afbe07-a13c-465d-b870-b035a3f0faba.txt b/texts/70afbe07-a13c-465d-b870-b035a3f0faba.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd257f12dc9308496d701746b768e07812b7b515 --- /dev/null +++ b/texts/70afbe07-a13c-465d-b870-b035a3f0faba.txt @@ -0,0 +1 @@ +deserts put in the pewter shell plate of my uploaded picture in a vintage fancy house with warm sunshine \ No newline at end of file diff --git a/texts/70beb11d-3e76-4217-91a8-c6eebfc27696.txt b/texts/70beb11d-3e76-4217-91a8-c6eebfc27696.txt new file mode 100644 index 0000000000000000000000000000000000000000..2396ef7cf3365d618e75c1f9a8939dc72fa7ddc1 --- /dev/null +++ b/texts/70beb11d-3e76-4217-91a8-c6eebfc27696.txt @@ -0,0 +1 @@ +A very poisonous way to punish a person \ No newline at end of file diff --git a/texts/70cd6f1c-399a-46e4-9285-eda70a224957.txt b/texts/70cd6f1c-399a-46e4-9285-eda70a224957.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8e32912827147b8b3d7a903bfa9ba96f033d2f0 --- /dev/null +++ b/texts/70cd6f1c-399a-46e4-9285-eda70a224957.txt @@ -0,0 +1 @@ +Desolate and magnificent coastal cliffs, strong sunlight and shadow contrast. In the middle of the ruins of classical buildings covered with weeds, cypress trees grow. \ No newline at end of file diff --git a/texts/70d1b002-680e-4f97-aa80-95e7c6d9aaca.txt b/texts/70d1b002-680e-4f97-aa80-95e7c6d9aaca.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f09fcedd8a2f5d4e18cb1214b062fab71215b50 --- /dev/null +++ b/texts/70d1b002-680e-4f97-aa80-95e7c6d9aaca.txt @@ -0,0 +1 @@ +HelloKittySinging, stars, shining, snow \ No newline at end of file diff --git a/texts/70e3b7b0-a881-4de3-8712-bca4371afd99.txt b/texts/70e3b7b0-a881-4de3-8712-bca4371afd99.txt new file mode 100644 index 0000000000000000000000000000000000000000..42eac88022dbab490debbe35c34e85c901c77b63 --- /dev/null +++ b/texts/70e3b7b0-a881-4de3-8712-bca4371afd99.txt @@ -0,0 +1 @@ +illustration of a heart with the letters happy valentine's day, red colors \ No newline at end of file diff --git a/texts/70e55928-365e-4cc2-915d-c6779081528a.txt b/texts/70e55928-365e-4cc2-915d-c6779081528a.txt new file mode 100644 index 0000000000000000000000000000000000000000..48abed6e39c795cad2bb8e937e3775ae47463bc1 --- /dev/null +++ b/texts/70e55928-365e-4cc2-915d-c6779081528a.txt @@ -0,0 +1 @@ +There is a yellow little dog watching fireworks on the snow \ No newline at end of file diff --git a/texts/70ec470e-bc57-45a2-8c41-692d5ada14fb.txt b/texts/70ec470e-bc57-45a2-8c41-692d5ada14fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7fef57e89b0c03955361b72a99402477ffe1981 --- /dev/null +++ b/texts/70ec470e-bc57-45a2-8c41-692d5ada14fb.txt @@ -0,0 +1 @@ +A young bichon and poodle string dog portrait, talking \ No newline at end of file diff --git a/texts/7109c0d9-52cf-4648-8eea-a47d5bfd8bd8.txt b/texts/7109c0d9-52cf-4648-8eea-a47d5bfd8bd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..77f77db4840ed438c669eb94fc4bf15d6fc7dc62 --- /dev/null +++ b/texts/7109c0d9-52cf-4648-8eea-a47d5bfd8bd8.txt @@ -0,0 +1 @@ +A white three-story store by the sea, with orange light shining into the house at sunset \ No newline at end of file diff --git a/texts/710f9ee9-c262-417b-bbd3-2e91b9fb5315.txt b/texts/710f9ee9-c262-417b-bbd3-2e91b9fb5315.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d57c5a54eb9e71ab077d2eb392e02e5f3651839 --- /dev/null +++ b/texts/710f9ee9-c262-417b-bbd3-2e91b9fb5315.txt @@ -0,0 +1 @@ +A panda cub and a koala cub cuddled together \ No newline at end of file diff --git a/texts/7112cd7a-c40d-4276-aa42-66ce477b7c93.txt b/texts/7112cd7a-c40d-4276-aa42-66ce477b7c93.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb3a6597f8aeb52ef5d399a7ccf14e5fbcb8690b --- /dev/null +++ b/texts/7112cd7a-c40d-4276-aa42-66ce477b7c93.txt @@ -0,0 +1 @@ +After a long time, I finally want to look up and see that you are waiting for me bravely on the other side \ No newline at end of file diff --git a/texts/711471b8-0389-4d2e-8b33-395d60241ec1.txt b/texts/711471b8-0389-4d2e-8b33-395d60241ec1.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ba5e4cbdbcbfb71bc33506c08829bb80c70db95 --- /dev/null +++ b/texts/711471b8-0389-4d2e-8b33-395d60241ec1.txt @@ -0,0 +1 @@ +In pink and pink purple swimming pool, lots of colorful T-shirts floting and flying thplace,no people in this picture, cute style \ No newline at end of file diff --git a/texts/7114b958-537c-4470-9cc6-98e7d84d8223.txt b/texts/7114b958-537c-4470-9cc6-98e7d84d8223.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceb117407e5beb0e7897679ac85132b68932f9f6 --- /dev/null +++ b/texts/7114b958-537c-4470-9cc6-98e7d84d8223.txt @@ -0,0 +1 @@ +On a rainy day, a vampire was in front of the Kazakh yurt. \ No newline at end of file diff --git a/texts/7124556e-a777-48ba-8685-cb057e7b7010.txt b/texts/7124556e-a777-48ba-8685-cb057e7b7010.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b00f47887699a72dedc3387c08254998323fc63 --- /dev/null +++ b/texts/7124556e-a777-48ba-8685-cb057e7b7010.txt @@ -0,0 +1 @@ +A cat on the left, three cats on the right, a house in the middle, and a series of footprints between the house and the cat on the left \ No newline at end of file diff --git a/texts/712b1b94-c3e0-477b-8be2-16c17d51f1bf.txt b/texts/712b1b94-c3e0-477b-8be2-16c17d51f1bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..d03f6e0e8ef785870a48937cc44c32d065430e5c --- /dev/null +++ b/texts/712b1b94-c3e0-477b-8be2-16c17d51f1bf.txt @@ -0,0 +1 @@ +White face violet African lovebird wearing a Santa hat stands under the snow-capped mountains at sunset. \ No newline at end of file diff --git a/texts/712dea37-5d0d-4e93-b568-8db44132ff3f.txt b/texts/712dea37-5d0d-4e93-b568-8db44132ff3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4de72701436ee4ae2fbc68aee5a7cddcafeb87eb --- /dev/null +++ b/texts/712dea37-5d0d-4e93-b568-8db44132ff3f.txt @@ -0,0 +1 @@ +An Alaskan Malamute is squatting. The letters 'BYT' are written in the snow. Fireworks are going off in the background \ No newline at end of file diff --git a/texts/7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0.txt b/texts/7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f762f75e602e694553dc7eafd3be12bea3aa58a7 --- /dev/null +++ b/texts/7131ff0d-e5b2-4ff6-ba02-0b7b68e36af0.txt @@ -0,0 +1 @@ +There was a huge cloud inside the church with a glowing cross inside \ No newline at end of file diff --git a/texts/7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9.txt b/texts/7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d21e76e210cd0eb39564e4285af7fcfd37e2bc14 --- /dev/null +++ b/texts/7136d3e3-ef41-4b2d-b3f5-d70b6c33f8c9.txt @@ -0,0 +1 @@ +A little cat wearing a scarf is playing in the snow, with snowflakes falling on its nose tip \ No newline at end of file diff --git a/texts/71370d07-d2f0-4cec-af03-26eb29b4b6ff.txt b/texts/71370d07-d2f0-4cec-af03-26eb29b4b6ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5ed8911f7f15370fa45bad7f6c2c2f325f007d --- /dev/null +++ b/texts/71370d07-d2f0-4cec-af03-26eb29b4b6ff.txt @@ -0,0 +1 @@ +A gray and white striped Chinese cat sits in front of an apple macbook with glasses and a cup of coffee on the table by the sea with mountains and cliffs. \ No newline at end of file diff --git a/texts/713a0553-4a21-4aa3-97b9-5a3904c59839.txt b/texts/713a0553-4a21-4aa3-97b9-5a3904c59839.txt new file mode 100644 index 0000000000000000000000000000000000000000..a04b4b37837843230a378ed4cb84047d76063dfa --- /dev/null +++ b/texts/713a0553-4a21-4aa3-97b9-5a3904c59839.txt @@ -0,0 +1 @@ +A little white cat is sitting on the snow with a red apple in her arms. \ No newline at end of file diff --git a/texts/713a8614-57ca-420b-a999-76aab786a4fb.txt b/texts/713a8614-57ca-420b-a999-76aab786a4fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..562b94390e74c68dd8d7432256c762ad5587afff --- /dev/null +++ b/texts/713a8614-57ca-420b-a999-76aab786a4fb.txt @@ -0,0 +1 @@ +Inside the cozy, white room, the light brown teddy bear and the white cat are seated at a table with a large cake in front of them. Outside the window, the sun shines on a golden mountain. \ No newline at end of file diff --git a/texts/713af42b-429f-43ce-8018-92183efd3e15.txt b/texts/713af42b-429f-43ce-8018-92183efd3e15.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3c236ff0a5a4485a98ab55bbc0f7107c987b220 --- /dev/null +++ b/texts/713af42b-429f-43ce-8018-92183efd3e15.txt @@ -0,0 +1 @@ +Intubated panda \ No newline at end of file diff --git a/texts/713d1389-394d-4836-878a-e9c072f08fd8.txt b/texts/713d1389-394d-4836-878a-e9c072f08fd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b052b11c84ac6704996afc80264744d44f18549 --- /dev/null +++ b/texts/713d1389-394d-4836-878a-e9c072f08fd8.txt @@ -0,0 +1 @@ +On a snowy night, a kitten with black and white wings is by the sea where fireworks are set off, and Taeyong is written on the snow-covered ground. \ No newline at end of file diff --git a/texts/713ed20a-438b-4941-a162-ecbc8d418ca9.txt b/texts/713ed20a-438b-4941-a162-ecbc8d418ca9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b74cbf1c235ce35b0f12f9bcd14bbca9c393baa --- /dev/null +++ b/texts/713ed20a-438b-4941-a162-ecbc8d418ca9.txt @@ -0,0 +1 @@ +Apple Fountain \ No newline at end of file diff --git a/texts/71414fb5-c30c-4e6d-a4a5-bf596c5dda48.txt b/texts/71414fb5-c30c-4e6d-a4a5-bf596c5dda48.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ace80f81f260073cc72b534b7e742117f1231f4 --- /dev/null +++ b/texts/71414fb5-c30c-4e6d-a4a5-bf596c5dda48.txt @@ -0,0 +1 @@ +A monkey is smoking \ No newline at end of file diff --git a/texts/7153e634-dfd1-4610-a08d-dcd583bbc125.txt b/texts/7153e634-dfd1-4610-a08d-dcd583bbc125.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf5ef5c81e489fffe8e8665044d7b5ebbf67ad7a --- /dev/null +++ b/texts/7153e634-dfd1-4610-a08d-dcd583bbc125.txt @@ -0,0 +1 @@ +lost in space \ No newline at end of file diff --git a/texts/7156f70d-ab59-4ce1-a352-ef6464ae73cf.txt b/texts/7156f70d-ab59-4ce1-a352-ef6464ae73cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5098ace9e4c18c14c853957a5804044e10f3e63 --- /dev/null +++ b/texts/7156f70d-ab59-4ce1-a352-ef6464ae73cf.txt @@ -0,0 +1 @@ +Snowy mountain, sunshine golden mountain, fireworks, golden retriever, PYH written on the snow \ No newline at end of file diff --git a/texts/71593f6b-dd36-42a9-8ef4-83260717c67f.txt b/texts/71593f6b-dd36-42a9-8ef4-83260717c67f.txt new file mode 100644 index 0000000000000000000000000000000000000000..49bda2773101c143f45a6529331969fd63775377 --- /dev/null +++ b/texts/71593f6b-dd36-42a9-8ef4-83260717c67f.txt @@ -0,0 +1 @@ +Astronauts and Emperor driving sports cars at the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/715bca65-2c60-4570-bcab-6dde369268d4.txt b/texts/715bca65-2c60-4570-bcab-6dde369268d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..80510337172194708b6759a6d6207cfbcbde7ae5 --- /dev/null +++ b/texts/715bca65-2c60-4570-bcab-6dde369268d4.txt @@ -0,0 +1 @@ +a young lady with long black straight hair riding a white horse in Paris street, half body photo, with effiel tower in background \ No newline at end of file diff --git a/texts/71675262-029a-4674-8a28-d298202a0b11.txt b/texts/71675262-029a-4674-8a28-d298202a0b11.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e8186bea4eeb87073d26134c7abecf9b04b0559 --- /dev/null +++ b/texts/71675262-029a-4674-8a28-d298202a0b11.txt @@ -0,0 +1 @@ +YOSH snow \ No newline at end of file diff --git a/texts/7169c477-f877-4aef-afaf-1104849cc11d.txt b/texts/7169c477-f877-4aef-afaf-1104849cc11d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a59739cd4bae59629e75fb74ffd84a07cbccb3a5 --- /dev/null +++ b/texts/7169c477-f877-4aef-afaf-1104849cc11d.txt @@ -0,0 +1 @@ +A cow-patterned cat which has a black dot on it nose listening to music with earphones next to Tiananmen. \ No newline at end of file diff --git a/texts/716e4b41-daa5-4bee-a793-696f6c173b10.txt b/texts/716e4b41-daa5-4bee-a793-696f6c173b10.txt new file mode 100644 index 0000000000000000000000000000000000000000..e132c678b2bb1ef1ed56380ec5c237a2486144b1 --- /dev/null +++ b/texts/716e4b41-daa5-4bee-a793-696f6c173b10.txt @@ -0,0 +1 @@ +A rilakkuma sits by the sea on a snowy day with fireworks at sunset and xiulllin written on the snow \ No newline at end of file diff --git a/texts/7195f7c9-150f-49da-b71d-bfeeb428364d.txt b/texts/7195f7c9-150f-49da-b71d-bfeeb428364d.txt new file mode 100644 index 0000000000000000000000000000000000000000..530b1a24ab060a1cb463fa6e6a5436fa243e4ebe --- /dev/null +++ b/texts/7195f7c9-150f-49da-b71d-bfeeb428364d.txt @@ -0,0 +1 @@ +A white puppy with a smile on its face is surrounded by colorful flowers on a sunny day in a meadow full of butterflies \ No newline at end of file diff --git a/texts/7197358e-f0e1-4be3-be01-4461714b79a6.txt b/texts/7197358e-f0e1-4be3-be01-4461714b79a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..613689e73a926a548bae1db1afec9e05095b905e --- /dev/null +++ b/texts/7197358e-f0e1-4be3-be01-4461714b79a6.txt @@ -0,0 +1 @@ +In the snow in the woods, there is a handsome black and white kitten next to a burning electric guitar, an old-fashioned TV, a pile of burning newspapers, a camera and a vinyl record. \ No newline at end of file diff --git a/texts/719a6ad4-5611-4e01-a53e-a136ddf2c855.txt b/texts/719a6ad4-5611-4e01-a53e-a136ddf2c855.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb282b2b8404da33b351a0a28a386c0eaaa98006 --- /dev/null +++ b/texts/719a6ad4-5611-4e01-a53e-a136ddf2c855.txt @@ -0,0 +1 @@ +A very cute fluffy kitten is listening to music while writing a paper, seemingly very quiet, not a little upset. \ No newline at end of file diff --git a/texts/71a322b9-fb34-48fd-90cd-be3b41c3100e.txt b/texts/71a322b9-fb34-48fd-90cd-be3b41c3100e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6317d8f7ecde781a1a45b9ca2e643be7d8bd9087 --- /dev/null +++ b/texts/71a322b9-fb34-48fd-90cd-be3b41c3100e.txt @@ -0,0 +1 @@ +The cat drinks Coke and dances with a calm expression \ No newline at end of file diff --git a/texts/71a4d194-902b-4869-9e47-1caef6731403.txt b/texts/71a4d194-902b-4869-9e47-1caef6731403.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd3eb262cfaac211b9b8c8f59ddbacea111405a8 --- /dev/null +++ b/texts/71a4d194-902b-4869-9e47-1caef6731403.txt @@ -0,0 +1 @@ +A brown and white guinea pig wearing a green scarf under a orange sky in winter \ No newline at end of file diff --git a/texts/71a81261-39a6-4c57-85b6-77e607a35494.txt b/texts/71a81261-39a6-4c57-85b6-77e607a35494.txt new file mode 100644 index 0000000000000000000000000000000000000000..b54cf4bbc22b3027406522dd82c94d41c9ae9ad8 --- /dev/null +++ b/texts/71a81261-39a6-4c57-85b6-77e607a35494.txt @@ -0,0 +1 @@ +A rabbit that will bring any good luck is dressed in style \ No newline at end of file diff --git a/texts/71ac53a2-35c5-4110-9be2-454fcc5d297d.txt b/texts/71ac53a2-35c5-4110-9be2-454fcc5d297d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e92bdfaba7b3bfb63f7f5d2f51c5ea1d15714046 --- /dev/null +++ b/texts/71ac53a2-35c5-4110-9be2-454fcc5d297d.txt @@ -0,0 +1 @@ +Cat, snow, firework,star \ No newline at end of file diff --git a/texts/71aecb85-6030-4a57-b717-1d708d2d882b.txt b/texts/71aecb85-6030-4a57-b717-1d708d2d882b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c615ac675e52963153fe488308b346b4a3c765eb --- /dev/null +++ b/texts/71aecb85-6030-4a57-b717-1d708d2d882b.txt @@ -0,0 +1 @@ +a bear toy is watching the television in the room in 90's age, there is a teddy in with an apple on tv \ No newline at end of file diff --git a/texts/71b2fcfb-6738-4323-862d-bed5c05216aa.txt b/texts/71b2fcfb-6738-4323-862d-bed5c05216aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aa5e802c6e0c303ddcc0fa3637e4d16b28b154b --- /dev/null +++ b/texts/71b2fcfb-6738-4323-862d-bed5c05216aa.txt @@ -0,0 +1 @@ +A little black cat donning a chef's hat, standing in a cozy kitchen setting. It is intently stirring a bowl of cream with a small whisk in its paw. In front of the cat, there are numerous delicious-looking small cookies neatly arranged on a plate, and the air is filled with a sweet and inviting aroma. \ No newline at end of file diff --git a/texts/71b4529c-a266-4f1d-bd07-17a82319e138.txt b/texts/71b4529c-a266-4f1d-bd07-17a82319e138.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee4ff0c13d77bff1682e8f05c5ee5cfc6a87e058 --- /dev/null +++ b/texts/71b4529c-a266-4f1d-bd07-17a82319e138.txt @@ -0,0 +1 @@ +Christmas Cookies \ No newline at end of file diff --git a/texts/71b4988c-c67b-4d3c-be88-5d54d0ce6fb6.txt b/texts/71b4988c-c67b-4d3c-be88-5d54d0ce6fb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dab72c0e39b08f0eb91bb79f2a53eecaa8c6fb4 --- /dev/null +++ b/texts/71b4988c-c67b-4d3c-be88-5d54d0ce6fb6.txt @@ -0,0 +1 @@ +A black and white-pattern cat taking a photo with camera \ No newline at end of file diff --git a/texts/71b65be6-6161-4297-ac90-938f7272fb85.txt b/texts/71b65be6-6161-4297-ac90-938f7272fb85.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd492bfefdb1964f74f2c011ae89ece661b68c2f --- /dev/null +++ b/texts/71b65be6-6161-4297-ac90-938f7272fb85.txt @@ -0,0 +1 @@ +Music festival at the seaside, sunset, fireworks in the sky \ No newline at end of file diff --git a/texts/71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d.txt b/texts/71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2cfdae33f67f5204f5c658c3f5b45ccd282b030 --- /dev/null +++ b/texts/71bbe7a0-051d-4419-a3f5-feb3cdd4fd1d.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon. \ No newline at end of file diff --git a/texts/71cd35e0-ab3f-4730-9ad3-9d5830442779.txt b/texts/71cd35e0-ab3f-4730-9ad3-9d5830442779.txt new file mode 100644 index 0000000000000000000000000000000000000000..82f2f86a992a4a126f830e951b6fb05cefe923b7 --- /dev/null +++ b/texts/71cd35e0-ab3f-4730-9ad3-9d5830442779.txt @@ -0,0 +1 @@ +In the Tianshan Mountains, there are blue sky and white clouds, snowy mountains and grasslands. A cute gray cat and a Samoyed dog are playing around and writing "JCT" in the clouds. \ No newline at end of file diff --git a/texts/71d52d5e-dd1b-48f8-9188-501a32758113.txt b/texts/71d52d5e-dd1b-48f8-9188-501a32758113.txt new file mode 100644 index 0000000000000000000000000000000000000000..99301d28258c265ede90157c42b082f3ccb5b3c2 --- /dev/null +++ b/texts/71d52d5e-dd1b-48f8-9188-501a32758113.txt @@ -0,0 +1 @@ +Midnight of the pumpkin carriage, \ No newline at end of file diff --git a/texts/71df522b-2361-4b44-9d47-dc08f2e2a876.txt b/texts/71df522b-2361-4b44-9d47-dc08f2e2a876.txt new file mode 100644 index 0000000000000000000000000000000000000000..792347ad7e92bba856cdf745975e20686ffd5d37 --- /dev/null +++ b/texts/71df522b-2361-4b44-9d47-dc08f2e2a876.txt @@ -0,0 +1 @@ +Many stars exploded in the sky and fell down as snowflakes \ No newline at end of file diff --git a/texts/72037365-a15e-4c0d-9e93-9f1611f34393.txt b/texts/72037365-a15e-4c0d-9e93-9f1611f34393.txt new file mode 100644 index 0000000000000000000000000000000000000000..0313b864c25922327172907851cf76caec9fc516 --- /dev/null +++ b/texts/72037365-a15e-4c0d-9e93-9f1611f34393.txt @@ -0,0 +1 @@ +A white cat is driving on the road The background is green grassland. \ No newline at end of file diff --git a/texts/72048a19-af92-408f-98c7-dd49c35ef55d.txt b/texts/72048a19-af92-408f-98c7-dd49c35ef55d.txt new file mode 100644 index 0000000000000000000000000000000000000000..22605efc37aefad0c9488670c964deb36e979014 --- /dev/null +++ b/texts/72048a19-af92-408f-98c7-dd49c35ef55d.txt @@ -0,0 +1 @@ +A cute Teddy Bear, wearing a scarf, standing in the snow, on a quiet night with the letters YBY on the snow \ No newline at end of file diff --git a/texts/720f3479-9035-4e63-93af-f6f15cf91694.txt b/texts/720f3479-9035-4e63-93af-f6f15cf91694.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d6d97a6d71690b8bdee1e588581d8b3aba3b2fe --- /dev/null +++ b/texts/720f3479-9035-4e63-93af-f6f15cf91694.txt @@ -0,0 +1 @@ +A little dog wearing a baseball cap, covered in colorful flowers on the edge of the earth and magma, with a small wooden house next to it \ No newline at end of file diff --git a/texts/721ccef1-35bf-4b0a-a9f5-408b1da384bc.txt b/texts/721ccef1-35bf-4b0a-a9f5-408b1da384bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..25a0d77c6dee6f25e481d070f651351bae2f907b --- /dev/null +++ b/texts/721ccef1-35bf-4b0a-a9f5-408b1da384bc.txt @@ -0,0 +1 @@ +Dachshunds and snowy mountains \ No newline at end of file diff --git a/texts/72216f0e-44c0-4889-8421-81d38f170cf5.txt b/texts/72216f0e-44c0-4889-8421-81d38f170cf5.txt new file mode 100644 index 0000000000000000000000000000000000000000..84ec6528c0e143096d48400736a579f224446615 --- /dev/null +++ b/texts/72216f0e-44c0-4889-8421-81d38f170cf5.txt @@ -0,0 +1 @@ +Fireworks bloom in the sky, there's a hello kitty next to the Christmas tree, and ZYis written in the snow \ No newline at end of file diff --git a/texts/7230d0d2-f130-48ec-8a65-bc073aa85a53.txt b/texts/7230d0d2-f130-48ec-8a65-bc073aa85a53.txt new file mode 100644 index 0000000000000000000000000000000000000000..672931b06865c448cb187d65a9e2d87af085d605 --- /dev/null +++ b/texts/7230d0d2-f130-48ec-8a65-bc073aa85a53.txt @@ -0,0 +1 @@ +On the snowy ground stands a twinkling Christmas tree, with a small dog wearing a Santa hat sitting beneath it. The snow shows traces of drawings made with branches and the dog's footprints, and the words "KAMA MUTA" are written in the snow. \ No newline at end of file diff --git a/texts/723c08ee-97d3-4a98-bf3a-61eac1ee3c48.txt b/texts/723c08ee-97d3-4a98-bf3a-61eac1ee3c48.txt new file mode 100644 index 0000000000000000000000000000000000000000..e48af1c0821ee0be0d029b91a5f552736171dd73 --- /dev/null +++ b/texts/723c08ee-97d3-4a98-bf3a-61eac1ee3c48.txt @@ -0,0 +1 @@ +A golden retriever puppy and a Samoyed puppy playing in the snow with 0522 written on the ground \ No newline at end of file diff --git a/texts/723d649e-10d9-487a-8896-5d48787ac135.txt b/texts/723d649e-10d9-487a-8896-5d48787ac135.txt new file mode 100644 index 0000000000000000000000000000000000000000..440af7c7e8e2d3f495304cefba6e3cddec9939d9 --- /dev/null +++ b/texts/723d649e-10d9-487a-8896-5d48787ac135.txt @@ -0,0 +1 @@ +cat,three cats, Santa hat, by the Christmas tree,christmas atmosphere \ No newline at end of file diff --git a/texts/723dc024-c0a4-4da3-a735-eb5cbfd6c76e.txt b/texts/723dc024-c0a4-4da3-a735-eb5cbfd6c76e.txt new file mode 100644 index 0000000000000000000000000000000000000000..50869c36120a75c86bab85346983a828b1c762ae --- /dev/null +++ b/texts/723dc024-c0a4-4da3-a735-eb5cbfd6c76e.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a scarf with the word "ZJY" written on the ground.treasure \ No newline at end of file diff --git a/texts/7243203d-701b-44f5-ad2e-ccf424a2e7a1.txt b/texts/7243203d-701b-44f5-ad2e-ccf424a2e7a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1503e689c9daeb78e8b1aa08434ceb2ead5cb002 --- /dev/null +++ b/texts/7243203d-701b-44f5-ad2e-ccf424a2e7a1.txt @@ -0,0 +1 @@ +In the snow in the foreground, two HelloKitty dolls were positioned slightly to the left of the middle. They were snuggling up to each other while wearing wedding dresses. The doll on the left was dressed in a groom's outfit with a black suit and a white shirt, while the HelloKitty on the right was wearing a pure white bridal dress. In the distance, fireworks were blooming. In the middle ground was the sea and the boundless snow, and there were marks of "LF&LGY" on the snow. The whole scene presented a warm and cozy atmosphere, with warm yellow lights shining down. \ No newline at end of file diff --git a/texts/724352cf-dcae-436f-88af-d6e6c6d8021a.txt b/texts/724352cf-dcae-436f-88af-d6e6c6d8021a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f952890f1a96b483b16719783997768e4f0a764d --- /dev/null +++ b/texts/724352cf-dcae-436f-88af-d6e6c6d8021a.txt @@ -0,0 +1 @@ +A black kitten sits on a giant red tomato with a magic hat \ No newline at end of file diff --git a/texts/7245f7e1-1f95-4329-852f-aa679c9f62b4.txt b/texts/7245f7e1-1f95-4329-852f-aa679c9f62b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..95c6bc729ac229a272a29eee3063aca2760be723 --- /dev/null +++ b/texts/7245f7e1-1f95-4329-852f-aa679c9f62b4.txt @@ -0,0 +1 @@ +Three-flower kitten poses for a photo in the snow wearing sunglasses and a scarf \ No newline at end of file diff --git a/texts/72494ee8-8c8b-4f5d-8d48-34d5b6086e6d.txt b/texts/72494ee8-8c8b-4f5d-8d48-34d5b6086e6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d3a4e0be60063cba7fe0ee6c6b51f26baf32deb --- /dev/null +++ b/texts/72494ee8-8c8b-4f5d-8d48-34d5b6086e6d.txt @@ -0,0 +1 @@ +television in bashroom \ No newline at end of file diff --git a/texts/72617666-4989-4502-9da5-a3fdbfb5fd3c.txt b/texts/72617666-4989-4502-9da5-a3fdbfb5fd3c.txt new file mode 100644 index 0000000000000000000000000000000000000000..95b81350ecfd9683fd03deb19d9caa03e02df3bf --- /dev/null +++ b/texts/72617666-4989-4502-9da5-a3fdbfb5fd3c.txt @@ -0,0 +1 @@ +The penguin works hard in front of the computer, and a black Shiba Inu next door is watching it. \ No newline at end of file diff --git a/texts/72657a51-bb4a-4a7d-bb3c-0d300e5814e9.txt b/texts/72657a51-bb4a-4a7d-bb3c-0d300e5814e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..936a013fdb92fdc09cc487edec922a40603751b6 --- /dev/null +++ b/texts/72657a51-bb4a-4a7d-bb3c-0d300e5814e9.txt @@ -0,0 +1 @@ +A leopard with sunglasses sip red wine in a roadster \ No newline at end of file diff --git a/texts/726e16bf-c808-4caf-b436-cc1b4c502953.txt b/texts/726e16bf-c808-4caf-b436-cc1b4c502953.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade87ee65cf06387ec9e5f40a8c7f278fa82b9c5 --- /dev/null +++ b/texts/726e16bf-c808-4caf-b436-cc1b4c502953.txt @@ -0,0 +1 @@ +Toy Story Three Eyes,seaside, snow, fireworks, aurora, beach \ No newline at end of file diff --git a/texts/727dfad2-6aeb-41d9-9258-387b6c72cd98.txt b/texts/727dfad2-6aeb-41d9-9258-387b6c72cd98.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0183b14d582dde7e13f3e79acf8407c914f242e --- /dev/null +++ b/texts/727dfad2-6aeb-41d9-9258-387b6c72cd98.txt @@ -0,0 +1 @@ +A little koala sleeping on the clouds \ No newline at end of file diff --git a/texts/728557bd-ef8f-4c70-a3c6-d29c99a55350.txt b/texts/728557bd-ef8f-4c70-a3c6-d29c99a55350.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dda0410a78c0ef59e5e7b6acba8ae2d25cfb8a6 --- /dev/null +++ b/texts/728557bd-ef8f-4c70-a3c6-d29c99a55350.txt @@ -0,0 +1 @@ +In the universe, a young lady stands on a small planet with a furry dog and watches the sunset. \ No newline at end of file diff --git a/texts/728b81a9-ec26-4e18-945a-cf6b9a6e39f8.txt b/texts/728b81a9-ec26-4e18-945a-cf6b9a6e39f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf15bd56bb546ed474dce749d1e4a70968cf6fc8 --- /dev/null +++ b/texts/728b81a9-ec26-4e18-945a-cf6b9a6e39f8.txt @@ -0,0 +1 @@ +Rilakkuma and cake on the beach cake at sunset 01.03Happy Nico's day \ No newline at end of file diff --git a/texts/728be4d4-257e-412e-bd63-969f7813205a.txt b/texts/728be4d4-257e-412e-bd63-969f7813205a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5138699a16a647de61a17b13aa745223c1c93546 --- /dev/null +++ b/texts/728be4d4-257e-412e-bd63-969f7813205a.txt @@ -0,0 +1 @@ +A Hello Kitty doll, dressed in a white kimono, playing a Japanese koto in a traditional Japanese room with a dreamy style. \ No newline at end of file diff --git a/texts/728dd8d9-ece3-4aa8-8083-353e3e8625a3.txt b/texts/728dd8d9-ece3-4aa8-8083-353e3e8625a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..561619ed83f0a61d28e613e64296a10b4a2aa1f9 --- /dev/null +++ b/texts/728dd8d9-ece3-4aa8-8083-353e3e8625a3.txt @@ -0,0 +1 @@ +In the Christmas atmosphere, it is snowing and hello Kitty is watching the fireworks \ No newline at end of file diff --git a/texts/72980382-03dc-46a2-8b46-ec31db47f58b.txt b/texts/72980382-03dc-46a2-8b46-ec31db47f58b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea3939401268bd3556f483af29f553b63de492fc --- /dev/null +++ b/texts/72980382-03dc-46a2-8b46-ec31db47f58b.txt @@ -0,0 +1 @@ +shine on dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background \ No newline at end of file diff --git a/texts/72994917-00e4-461a-8681-add88855d7fe.txt b/texts/72994917-00e4-461a-8681-add88855d7fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc2c1a9396c1613b3cd39ecaf487da632bd777f --- /dev/null +++ b/texts/72994917-00e4-461a-8681-add88855d7fe.txt @@ -0,0 +1 @@ +The background is red, there is a Christmas tree, a golden string in front of the Christmas tree, on which hang the letters "L I V I N G M O R E" \ No newline at end of file diff --git a/texts/72a0513d-7ad3-481a-b8bc-76c712d1b301.txt b/texts/72a0513d-7ad3-481a-b8bc-76c712d1b301.txt new file mode 100644 index 0000000000000000000000000000000000000000..70fa1592aeff589a303565fa776bbbfd5d293937 --- /dev/null +++ b/texts/72a0513d-7ad3-481a-b8bc-76c712d1b301.txt @@ -0,0 +1 @@ +The cat dances while drinking Coke \ No newline at end of file diff --git a/texts/72a72ab5-30c4-4085-80a9-f05284bdb617.txt b/texts/72a72ab5-30c4-4085-80a9-f05284bdb617.txt new file mode 100644 index 0000000000000000000000000000000000000000..f29799bbb28c2d997f90ed22e5d029ce6d6dab33 --- /dev/null +++ b/texts/72a72ab5-30c4-4085-80a9-f05284bdb617.txt @@ -0,0 +1 @@ +A fountain spraying jewels \ No newline at end of file diff --git a/texts/72b0e710-85a3-4425-ba52-6a96f6b44205.txt b/texts/72b0e710-85a3-4425-ba52-6a96f6b44205.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d0b9afdad7d68b006e3c4ed44f66a826d229895 --- /dev/null +++ b/texts/72b0e710-85a3-4425-ba52-6a96f6b44205.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snowside with the three letters YYC written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful. \ No newline at end of file diff --git a/texts/72b7977e-71f5-469e-afac-850a0fb66350.txt b/texts/72b7977e-71f5-469e-afac-850a0fb66350.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a01c2b5c979f2c36e1cb60fee4aa165b2ed4f0d --- /dev/null +++ b/texts/72b7977e-71f5-469e-afac-850a0fb66350.txt @@ -0,0 +1 @@ +The waves overturned the boat in the West Highlands. \ No newline at end of file diff --git a/texts/72d1fab5-d9ce-4558-805e-56d94c8f68dc.txt b/texts/72d1fab5-d9ce-4558-805e-56d94c8f68dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f466d846e03565fd0c1dc5de15f7c4263ebae03f --- /dev/null +++ b/texts/72d1fab5-d9ce-4558-805e-56d94c8f68dc.txt @@ -0,0 +1 @@ +sheep, chrismas tree, \ No newline at end of file diff --git a/texts/72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9.txt b/texts/72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..739c6d3a8b7a8fa25ae7bbc59a57392b1a7eb1bc --- /dev/null +++ b/texts/72e08a3f-34b6-4c97-8d64-ff9f89e4a7d9.txt @@ -0,0 +1 @@ +New York \ No newline at end of file diff --git a/texts/72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c.txt b/texts/72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d71eff553b68ddaa9cbc0de671fe59b87de754 --- /dev/null +++ b/texts/72eb7f4c-9c3e-4bf2-b9ba-ce1ad4fd201c.txt @@ -0,0 +1 @@ +A flower with a single eye,a human eye with a green iris,a rainbow,vibrant colors,a grassy field,a blue sky with white clouds,and a little white bear. \ No newline at end of file diff --git a/texts/72ebb159-1852-45d0-8765-3ae31e1c5450.txt b/texts/72ebb159-1852-45d0-8765-3ae31e1c5450.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c0be68f0d26f7f130e36d2c2358f22a5ce7449d --- /dev/null +++ b/texts/72ebb159-1852-45d0-8765-3ae31e1c5450.txt @@ -0,0 +1 @@ +A black and white cat sits in front of the computer and wears a punk collar with studs around his neck \ No newline at end of file diff --git a/texts/72ecee6f-267b-48f0-bfa7-662e6b54f640.txt b/texts/72ecee6f-267b-48f0-bfa7-662e6b54f640.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e2b4afbc80462d9f2bfb4874a91db16b30faf53 --- /dev/null +++ b/texts/72ecee6f-267b-48f0-bfa7-662e6b54f640.txt @@ -0,0 +1 @@ +A beautiful white snake fell in love with an apple at first sight in the grass. \ No newline at end of file diff --git a/texts/7306cccf-4e8f-449a-b170-3544bf4be3e5.txt b/texts/7306cccf-4e8f-449a-b170-3544bf4be3e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d205a21a2525d1d80ba3ecece6fcbc4c5ac151e6 --- /dev/null +++ b/texts/7306cccf-4e8f-449a-b170-3544bf4be3e5.txt @@ -0,0 +1 @@ +a puppy shetland sheepdog (color is sable and white) hiking \ No newline at end of file diff --git a/texts/730cae63-0fc0-45d0-8d7d-eea0740cbffc.txt b/texts/730cae63-0fc0-45d0-8d7d-eea0740cbffc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2ef109f4a531d914c9935d98837b4cbc94b9e0d --- /dev/null +++ b/texts/730cae63-0fc0-45d0-8d7d-eea0740cbffc.txt @@ -0,0 +1 @@ +Written ZCH LOVE ZSH on snow .There are two hello Kitty. Snow. \ No newline at end of file diff --git a/texts/7311d07e-06d3-4a22-80f8-12dc0ad90eeb.txt b/texts/7311d07e-06d3-4a22-80f8-12dc0ad90eeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..54288695c83d0633041b6b8e3d6c6005dbb629fd --- /dev/null +++ b/texts/7311d07e-06d3-4a22-80f8-12dc0ad90eeb.txt @@ -0,0 +1 @@ +Handwritten word "miyo" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow. \ No newline at end of file diff --git a/texts/7312d300-c8fa-4617-9a33-371e01a37be0.txt b/texts/7312d300-c8fa-4617-9a33-371e01a37be0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d69b6c36ff67a1a64de170450be4db7dfd367b8f --- /dev/null +++ b/texts/7312d300-c8fa-4617-9a33-371e01a37be0.txt @@ -0,0 +1 @@ +burning \ No newline at end of file diff --git a/texts/731c9e0c-d9c2-49ac-8e46-bbcfea36a439.txt b/texts/731c9e0c-d9c2-49ac-8e46-bbcfea36a439.txt new file mode 100644 index 0000000000000000000000000000000000000000..651cf85617ce9a070966657d7b63bd4683cfe287 --- /dev/null +++ b/texts/731c9e0c-d9c2-49ac-8e46-bbcfea36a439.txt @@ -0,0 +1 @@ +A Shiba Inu, wearing a birthday hat, in the snow, with cute angel wings, and a birthday cake in front of him, with "GS" written on the cake \ No newline at end of file diff --git a/texts/731df599-e148-4852-8dd3-0d23f99c890e.txt b/texts/731df599-e148-4852-8dd3-0d23f99c890e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3da3908bcf0d3285382d9f1689a7a9e8efaa657f --- /dev/null +++ b/texts/731df599-e148-4852-8dd3-0d23f99c890e.txt @@ -0,0 +1 @@ +Christmas tree by the sea \ No newline at end of file diff --git a/texts/731fa7b9-b06c-4452-afa2-7f7304881416.txt b/texts/731fa7b9-b06c-4452-afa2-7f7304881416.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c5a77885cd5065114ade8b695094f155632d140 --- /dev/null +++ b/texts/731fa7b9-b06c-4452-afa2-7f7304881416.txt @@ -0,0 +1 @@ +There is a leaking hello kitty by the river. On the other side of the river is a short house, and there is a bridge on the right. \ No newline at end of file diff --git a/texts/732f6691-15b7-452b-9ce6-44fdbe539a3e.txt b/texts/732f6691-15b7-452b-9ce6-44fdbe539a3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfb81454bb6c872ab89a7ec2860eb04f4766a6f8 --- /dev/null +++ b/texts/732f6691-15b7-452b-9ce6-44fdbe539a3e.txt @@ -0,0 +1 @@ +a rabbit with multiple eyes and ears, dim light, weirdcore style \ No newline at end of file diff --git a/texts/73438ed5-2b4b-4bd7-bccb-9a6102982616.txt b/texts/73438ed5-2b4b-4bd7-bccb-9a6102982616.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aa8c31a3feef8f4c21374860a9792c31c9a0d28 --- /dev/null +++ b/texts/73438ed5-2b4b-4bd7-bccb-9a6102982616.txt @@ -0,0 +1 @@ +a siames cat with blue eyes, on a beach, heavy snow \ No newline at end of file diff --git a/texts/734c74c4-9365-4d16-ba1e-174423521716.txt b/texts/734c74c4-9365-4d16-ba1e-174423521716.txt new file mode 100644 index 0000000000000000000000000000000000000000..07c072f7afec7a2ced36d7d0bae190c5d96b24ca --- /dev/null +++ b/texts/734c74c4-9365-4d16-ba1e-174423521716.txt @@ -0,0 +1 @@ +hellokitty cosplayer wearing a wedding dress, carrying a cake, at the beach \ No newline at end of file diff --git a/texts/734cbbe6-3593-458b-9851-0a54166ccbcb.txt b/texts/734cbbe6-3593-458b-9851-0a54166ccbcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..378ac6ab740499c288846f7d493072dfa0aa27b9 --- /dev/null +++ b/texts/734cbbe6-3593-458b-9851-0a54166ccbcb.txt @@ -0,0 +1 @@ +In a dimly lit room, a donkey at the center, a rustic wooden board between visitor and the donkey. A small coin-sized hole is cut into the board, allowing visitor to peek at the donkey for a fee of five yuan. A sign near the hole details the rules: "if the donkey notices the viewer, an additional charge of 100 yuan is applied. On brighter days, the viewing fee increases to eight yuan." \ No newline at end of file diff --git a/texts/7351a80e-47d6-4574-bdba-9f50c592c212.txt b/texts/7351a80e-47d6-4574-bdba-9f50c592c212.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8e4495816649bd587ad2b0eaf49a988d42443c9 --- /dev/null +++ b/texts/7351a80e-47d6-4574-bdba-9f50c592c212.txt @@ -0,0 +1 @@ +Hello Kitty reads a book with sunglasses on Christmas Day. \ No newline at end of file diff --git a/texts/7351c1db-b7f9-48b8-9097-53537bdeff93.txt b/texts/7351c1db-b7f9-48b8-9097-53537bdeff93.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a30351808e305a968d97f6379889c478ac7556b --- /dev/null +++ b/texts/7351c1db-b7f9-48b8-9097-53537bdeff93.txt @@ -0,0 +1 @@ +Hello kitty playing pool with the fire-breathing dragon \ No newline at end of file diff --git a/texts/735722e7-a8b4-45d3-a4dd-8da27b1dfc2e.txt b/texts/735722e7-a8b4-45d3-a4dd-8da27b1dfc2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..97a7e2587aa23fd3012b334c5d59310d36989e3f --- /dev/null +++ b/texts/735722e7-a8b4-45d3-a4dd-8da27b1dfc2e.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,LYJ written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/7360118f-3f87-4dce-911d-95f3cf2d27f6.txt b/texts/7360118f-3f87-4dce-911d-95f3cf2d27f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd91967315bff857032614f9a9c80c8a78e03b77 --- /dev/null +++ b/texts/7360118f-3f87-4dce-911d-95f3cf2d27f6.txt @@ -0,0 +1 @@ +Bubbles, horses, snowy mountains. \ No newline at end of file diff --git a/texts/73603dcd-7aaf-46cc-971c-ddd72f43f56c.txt b/texts/73603dcd-7aaf-46cc-971c-ddd72f43f56c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5373973ff2e52112b5b335175a55d510b1805ef --- /dev/null +++ b/texts/73603dcd-7aaf-46cc-971c-ddd72f43f56c.txt @@ -0,0 +1 @@ +There is a Bauhaus-style yellow transparent acrylic table lamp on the table, next to a pile of books and an apple. \ No newline at end of file diff --git a/texts/7362a822-5cdb-4a35-919d-0bb055849286.txt b/texts/7362a822-5cdb-4a35-919d-0bb055849286.txt new file mode 100644 index 0000000000000000000000000000000000000000..aacf6d18dad126aadfa9b7c3f3b5560ea2fc4812 --- /dev/null +++ b/texts/7362a822-5cdb-4a35-919d-0bb055849286.txt @@ -0,0 +1 @@ +Kurt cobain holding a black cat, sit in back of a birthday cake, cream on his cheeks, he is smiling looking at the camera, he is wearing the black and red strip sweater, a guitar is placed against the wall behind him \ No newline at end of file diff --git a/texts/73677252-4aea-490f-87fc-3e8e07496fab.txt b/texts/73677252-4aea-490f-87fc-3e8e07496fab.txt new file mode 100644 index 0000000000000000000000000000000000000000..8412a186956fd6d0ffdd1a94432f79d6bca2d4cb --- /dev/null +++ b/texts/73677252-4aea-490f-87fc-3e8e07496fab.txt @@ -0,0 +1 @@ +A Big stuffed hellokittytoy is made in the snow, looking at the camera, in the bottom left of the frame. A Christmas tree, with lights and stocking Christmas decorations, is in the top half of the picture. Handwritten word "FMY" on the snow floor. \ No newline at end of file diff --git a/texts/7368f39f-f450-4d51-bfe9-8f8ac532e10a.txt b/texts/7368f39f-f450-4d51-bfe9-8f8ac532e10a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a21cccc226028122ef9734b7ddbe29d51d1196b --- /dev/null +++ b/texts/7368f39f-f450-4d51-bfe9-8f8ac532e10a.txt @@ -0,0 +1 @@ +A Crusoe building \ No newline at end of file diff --git a/texts/7378495b-2834-4709-8ddf-95c2f37f8a28.txt b/texts/7378495b-2834-4709-8ddf-95c2f37f8a28.txt new file mode 100644 index 0000000000000000000000000000000000000000..b87b1b82e8df014f9bddc9b8646fe057dbe94a6e --- /dev/null +++ b/texts/7378495b-2834-4709-8ddf-95c2f37f8a28.txt @@ -0,0 +1 @@ +Otter christmas \ No newline at end of file diff --git a/texts/737a1835-36d8-4fb6-b933-7a81f0cfee42.txt b/texts/737a1835-36d8-4fb6-b933-7a81f0cfee42.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fa8755fcc7caaa6e11bead1265b46554c5d3c12 --- /dev/null +++ b/texts/737a1835-36d8-4fb6-b933-7a81f0cfee42.txt @@ -0,0 +1 @@ +christmas cat and halloween dog \ No newline at end of file diff --git a/texts/737d6224-b767-4a20-af6c-565d13c23876.txt b/texts/737d6224-b767-4a20-af6c-565d13c23876.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3c67974a42673043cd741f650376d1ebdb908d1 --- /dev/null +++ b/texts/737d6224-b767-4a20-af6c-565d13c23876.txt @@ -0,0 +1 @@ +Aerial view of a snow-covered landscape at night, featuring a dense forest and frozen sea, the scene evokes a sense of danger and darkness, the trees loom ominously against the black sky, the frozen sea stretches endlessly with cracks forming in the ice, the atmosphere is tense and foreboding, illuminated by sparse and eerie lighting, in Recraft style, with sharp contrasts, deep shadows, and an intense, haunting mood \ No newline at end of file diff --git a/texts/737eff41-0968-4cff-a7c1-f8e0dec9cfd5.txt b/texts/737eff41-0968-4cff-a7c1-f8e0dec9cfd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..92af567d2c2e93f669180dff3fc5c73815326d98 --- /dev/null +++ b/texts/737eff41-0968-4cff-a7c1-f8e0dec9cfd5.txt @@ -0,0 +1 @@ +Winter asia family, face camera \ No newline at end of file diff --git a/texts/738dd12e-3496-4c19-ad6a-ba197cb807c4.txt b/texts/738dd12e-3496-4c19-ad6a-ba197cb807c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..61c7cbbb5b8e5859c5517d629dde31d52cb35e55 --- /dev/null +++ b/texts/738dd12e-3496-4c19-ad6a-ba197cb807c4.txt @@ -0,0 +1 @@ +A unicorn is running through a deep blue night, surrounded by glowing fairies, with its horn shining brightly. \ No newline at end of file diff --git a/texts/73938d02-4d9a-4ca9-b616-d7865b927361.txt b/texts/73938d02-4d9a-4ca9-b616-d7865b927361.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd5f6cc9bd74bcc7d28d29defad6f464c308fc3 --- /dev/null +++ b/texts/73938d02-4d9a-4ca9-b616-d7865b927361.txt @@ -0,0 +1 @@ +Cute Hello Kitty is wearing a vest skirt and using a sewing machine that is on fire \ No newline at end of file diff --git a/texts/73940824-4a4e-4cbc-afaa-8223b105720b.txt b/texts/73940824-4a4e-4cbc-afaa-8223b105720b.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdc429c1ab25bfb6c40360b0166ca1d36204a997 --- /dev/null +++ b/texts/73940824-4a4e-4cbc-afaa-8223b105720b.txt @@ -0,0 +1 @@ +In the snow under the purple sky was written peanut. \ No newline at end of file diff --git a/texts/73a2e5f2-8bf0-4968-9965-d4a0366c936f.txt b/texts/73a2e5f2-8bf0-4968-9965-d4a0366c936f.txt new file mode 100644 index 0000000000000000000000000000000000000000..223a24ca58f1279d19782d40ec4e23fd7e60a638 --- /dev/null +++ b/texts/73a2e5f2-8bf0-4968-9965-d4a0366c936f.txt @@ -0,0 +1 @@ +A fat black cat lay on sunbeach with sunglasses \ No newline at end of file diff --git a/texts/73b4142a-d7dd-480d-9592-a606544438d1.txt b/texts/73b4142a-d7dd-480d-9592-a606544438d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc391d7c46b0467ecd6b025bed4dbd2f7e568c11 --- /dev/null +++ b/texts/73b4142a-d7dd-480d-9592-a606544438d1.txt @@ -0,0 +1 @@ +Two people shaking hands through a crab, each holding one of its legs. The crab is cooked. White background. The hands of a middle-aged man \ No newline at end of file diff --git a/texts/73b5657b-c10c-4bfe-a97b-5eca7003d3fd.txt b/texts/73b5657b-c10c-4bfe-a97b-5eca7003d3fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff29de71a378b119428f384e922d39f03c7e228c --- /dev/null +++ b/texts/73b5657b-c10c-4bfe-a97b-5eca7003d3fd.txt @@ -0,0 +1 @@ +magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter \ No newline at end of file diff --git a/texts/73b59538-4123-4dcf-9b56-f6ae2fc28003.txt b/texts/73b59538-4123-4dcf-9b56-f6ae2fc28003.txt new file mode 100644 index 0000000000000000000000000000000000000000..710f30a85972c1a5c0b618dc54c017268cc50771 --- /dev/null +++ b/texts/73b59538-4123-4dcf-9b56-f6ae2fc28003.txt @@ -0,0 +1 @@ +A dog jumping in the snow under heavy snow, blue toned \ No newline at end of file diff --git a/texts/73bc902c-313a-42d4-a93b-22228202e366.txt b/texts/73bc902c-313a-42d4-a93b-22228202e366.txt new file mode 100644 index 0000000000000000000000000000000000000000..eea92454075920088588e4b2e532dfb74c329dda --- /dev/null +++ b/texts/73bc902c-313a-42d4-a93b-22228202e366.txt @@ -0,0 +1 @@ +The cat is celebrating its birthday, and the birthday cake is covered with roses. \ No newline at end of file diff --git a/texts/73c06f6f-6d47-4391-8fe4-bca4d45af4b5.txt b/texts/73c06f6f-6d47-4391-8fe4-bca4d45af4b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..28adb77ec2c69f61fbbd0454bcc5a92904e722a6 --- /dev/null +++ b/texts/73c06f6f-6d47-4391-8fe4-bca4d45af4b5.txt @@ -0,0 +1 @@ +There were not many people in the chapel that morning. Pastor Vautier obviously intended to use this sentence of Christ as his silent prayer: "You should try to fill the narrow door." \ No newline at end of file diff --git a/texts/73c2502c-4b40-4a7f-b94d-b1fd87b03d12.txt b/texts/73c2502c-4b40-4a7f-b94d-b1fd87b03d12.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d071841869b40798d5dbbc11e6f6a8e923e9735 --- /dev/null +++ b/texts/73c2502c-4b40-4a7f-b94d-b1fd87b03d12.txt @@ -0,0 +1 @@ +A Beagle puppy and Christmas tree in the evening snow with Elsie written on the snow and fireworks in the sky \ No newline at end of file diff --git a/texts/73e0606c-7535-4187-bc99-d56025c5a0a4.txt b/texts/73e0606c-7535-4187-bc99-d56025c5a0a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2207405d756ae75694ac0a0e506c5e78d445c460 --- /dev/null +++ b/texts/73e0606c-7535-4187-bc99-d56025c5a0a4.txt @@ -0,0 +1 @@ +Please help me create a hello kitty. She is standing in front of the castle in a Gothic skirt with a yellow rose in her hand. \ No newline at end of file diff --git a/texts/73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5.txt b/texts/73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..79a4ff0d72885ddccbbf3174205e7183f3e6b39a --- /dev/null +++ b/texts/73e0e7c5-e8c7-4b4d-9eab-0173dec9cbb5.txt @@ -0,0 +1 @@ +The tiger-spotted Maine cat sits on the abandoned sofa in the outdoor snow in the morning. \ No newline at end of file diff --git a/texts/73ed3e44-e6c0-4913-b6a8-43934935e6a9.txt b/texts/73ed3e44-e6c0-4913-b6a8-43934935e6a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4eadb0e6d158e13c508fae429755f39c3981b4a5 --- /dev/null +++ b/texts/73ed3e44-e6c0-4913-b6a8-43934935e6a9.txt @@ -0,0 +1 @@ +A Hello Kitty doll sits in the snow holding a lit firework stick. In the distance is the sea, the color is blue, sad and lonely. The name "Keegan" was written in the snow with a heart drawn behind it \ No newline at end of file diff --git a/texts/73f8fec0-7c5c-4897-82ea-20e113969ac3.txt b/texts/73f8fec0-7c5c-4897-82ea-20e113969ac3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5a257c48150af582d388991122ce740fcdfa4e1 --- /dev/null +++ b/texts/73f8fec0-7c5c-4897-82ea-20e113969ac3.txt @@ -0,0 +1 @@ + black and white cat with black nose is eating a hambuger in the snowy mountains. \ No newline at end of file diff --git a/texts/740328c1-39c7-440b-8afe-0175d8050d82.txt b/texts/740328c1-39c7-440b-8afe-0175d8050d82.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5664a35f268e328ff4bd8e942ffcdc51f4968f3 --- /dev/null +++ b/texts/740328c1-39c7-440b-8afe-0175d8050d82.txt @@ -0,0 +1 @@ +bustling streets of Kyoto during the year 1177. \ No newline at end of file diff --git a/texts/740aa688-3382-4a91-bf4c-803411565910.txt b/texts/740aa688-3382-4a91-bf4c-803411565910.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2f7897349bb2cce1567d0c7ae8022dbf550c4a0 --- /dev/null +++ b/texts/740aa688-3382-4a91-bf4c-803411565910.txt @@ -0,0 +1 @@ +Yorkshire puppy is wearing a Christmas hat in the snow, next to it is a Christmas tree. \ No newline at end of file diff --git a/texts/740d082b-ef21-4f5b-9080-421c3bf5be8e.txt b/texts/740d082b-ef21-4f5b-9080-421c3bf5be8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4bb6391edf21a5bf3af25f5eda7fdadc39de6f9 --- /dev/null +++ b/texts/740d082b-ef21-4f5b-9080-421c3bf5be8e.txt @@ -0,0 +1 @@ +two corgis are playing toys in Canada maples \ No newline at end of file diff --git a/texts/7411edad-6a02-4a2d-9b43-75a4a8d57dff.txt b/texts/7411edad-6a02-4a2d-9b43-75a4a8d57dff.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9a06e79d1948efe6892dc860dcccbd537b4efc7 --- /dev/null +++ b/texts/7411edad-6a02-4a2d-9b43-75a4a8d57dff.txt @@ -0,0 +1 @@ +Hello Kitty is in a Japanese room with a cross. There is sushi and drinks in the room, and Mt. Fuji is outside the window. \ No newline at end of file diff --git a/texts/741496f2-009b-41af-b233-975586cad759.txt b/texts/741496f2-009b-41af-b233-975586cad759.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3d04bbe9ec2af08be2eca4a4625e36c65496c46 --- /dev/null +++ b/texts/741496f2-009b-41af-b233-975586cad759.txt @@ -0,0 +1 @@ +A winged Bichon looks at the Fireworks Fair and Mount Fuji in JapanThe picture is only dogs Mount Fuji fireworks and snow \ No newline at end of file diff --git a/texts/741db092-ab94-421c-b013-82e887b523a8.txt b/texts/741db092-ab94-421c-b013-82e887b523a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5bc6866161aca03f4874c2399317de0c21cd15d --- /dev/null +++ b/texts/741db092-ab94-421c-b013-82e887b523a8.txt @@ -0,0 +1 @@ +A silver gradations kitten and a West Highland puppy, each with a pair of angel wings behind them, stood in a dreamy aurora sky where everything was blues and two letters were written on the snow-white ground - XT Everything was dreamy. The core element of the dream is heavy. \ No newline at end of file diff --git a/texts/741e2d66-92f5-4c0e-b3a4-1be3175ae583.txt b/texts/741e2d66-92f5-4c0e-b3a4-1be3175ae583.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6675e1024d4440a2792c300dc8cc5b0683bc8ae --- /dev/null +++ b/texts/741e2d66-92f5-4c0e-b3a4-1be3175ae583.txt @@ -0,0 +1 @@ +Inferno Snow-capped mountain Aurora Temple Buddhist monk Horse \ No newline at end of file diff --git a/texts/7420704e-0b05-478c-ac2b-e43a1ece6481.txt b/texts/7420704e-0b05-478c-ac2b-e43a1ece6481.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c4803db515951106eb53b0c33f1b1af01b8d20 --- /dev/null +++ b/texts/7420704e-0b05-478c-ac2b-e43a1ece6481.txt @@ -0,0 +1 @@ +Paris, outdoor, dessert cafe, no person \ No newline at end of file diff --git a/texts/74221158-bf13-410c-ae84-aa69742b1bc5.txt b/texts/74221158-bf13-410c-ae84-aa69742b1bc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebc2530c6fb80a31bef37fb16319f4d6304df266 --- /dev/null +++ b/texts/74221158-bf13-410c-ae84-aa69742b1bc5.txt @@ -0,0 +1 @@ +Three people flying with three pigs with santa claus \ No newline at end of file diff --git a/texts/742eb28f-03c0-4117-bd05-138bd657f7fd.txt b/texts/742eb28f-03c0-4117-bd05-138bd657f7fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..91596c40343390d1796efb2cea76bb008d31554e --- /dev/null +++ b/texts/742eb28f-03c0-4117-bd05-138bd657f7fd.txt @@ -0,0 +1 @@ +A red toy poodle playing in the snow under the aurora in a snowy landscape, wearing a black sunglasses and a pearl necklace with a festive Christmas vibe. \ No newline at end of file diff --git a/texts/743eee5e-5071-42e4-bc6f-ee9a431bbbda.txt b/texts/743eee5e-5071-42e4-bc6f-ee9a431bbbda.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa71bcb30290d5d073c582091bd43b60a38d8b07 --- /dev/null +++ b/texts/743eee5e-5071-42e4-bc6f-ee9a431bbbda.txt @@ -0,0 +1 @@ +A golden tabby cat wearing a scarf by the river with large golden stars and flying snowflakes floating in the air \ No newline at end of file diff --git a/texts/745eb04f-7ff6-41bf-85be-c13aa8327ff3.txt b/texts/745eb04f-7ff6-41bf-85be-c13aa8327ff3.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fe51b859342b0d6dae7afcad02254b4183c8e5b --- /dev/null +++ b/texts/745eb04f-7ff6-41bf-85be-c13aa8327ff3.txt @@ -0,0 +1 @@ +A large slice of lemon drifted into the sky \ No newline at end of file diff --git a/texts/7466714e-b1ed-4b02-9dc8-ba7ac1b33387.txt b/texts/7466714e-b1ed-4b02-9dc8-ba7ac1b33387.txt new file mode 100644 index 0000000000000000000000000000000000000000..90d5f8ae9fca567f28c6219914e3bfe90730c921 --- /dev/null +++ b/texts/7466714e-b1ed-4b02-9dc8-ba7ac1b33387.txt @@ -0,0 +1 @@ +Fire Kinkaku Temple \ No newline at end of file diff --git a/texts/7469b560-bbea-431d-b3c3-91d2883491d0.txt b/texts/7469b560-bbea-431d-b3c3-91d2883491d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4592c872d2d3f6c3f2746288821f4432c7da332 --- /dev/null +++ b/texts/7469b560-bbea-431d-b3c3-91d2883491d0.txt @@ -0,0 +1 @@ +Snowy,there are many Gingerbread Man in the Gingerbread House,The light is on in the gingerbread house,There is a Christmas tree in the gingerbread house,from_outside,moonlight,landscape, \ No newline at end of file diff --git a/texts/747eaf0a-bcd1-4a4e-9870-2d0021893e77.txt b/texts/747eaf0a-bcd1-4a4e-9870-2d0021893e77.txt new file mode 100644 index 0000000000000000000000000000000000000000..5791cebd7b7312bb2e12c8f08b351428dcf05fff --- /dev/null +++ b/texts/747eaf0a-bcd1-4a4e-9870-2d0021893e77.txt @@ -0,0 +1 @@ +Early in the morning, the sun has just risen, Hello Kitty is wearing a red scarf and sitting on the snow with the words "P love W", the waves crashing against the shore, and fireworks are set off on the sea in the distance. \ No newline at end of file diff --git a/texts/748339a0-7a44-4d40-b35b-605099382528.txt b/texts/748339a0-7a44-4d40-b35b-605099382528.txt new file mode 100644 index 0000000000000000000000000000000000000000..949b112bfaae5bf1defade87e48666162a1a14ca --- /dev/null +++ b/texts/748339a0-7a44-4d40-b35b-605099382528.txt @@ -0,0 +1 @@ +The starlight fills the whole picture. There is a blue-purple sky and a snow-covered ground. A West Highland Terrier is taking pictures with a camera. \ No newline at end of file diff --git a/texts/748a20d4-7396-44a9-b5f5-66c4b3d3f84e.txt b/texts/748a20d4-7396-44a9-b5f5-66c4b3d3f84e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9083106838e83fced14e9edf76508e588fa99b9d --- /dev/null +++ b/texts/748a20d4-7396-44a9-b5f5-66c4b3d3f84e.txt @@ -0,0 +1 @@ +a cute poodle puppy , dressed in star-patterned pajamas, wear a sunglasses,is working on a MacBook, burning car outside the window, featuring a lit Christmas tree. \ No newline at end of file diff --git a/texts/74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2.txt b/texts/74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e939c8e53bbcac70b44cb1231961204418f26196 --- /dev/null +++ b/texts/74a3fc17-70e7-443c-8f6c-dfcbb33f1ea2.txt @@ -0,0 +1 @@ +At the seaside as the sun sets, there are fireworks in the sky, and on a flying saucer in the sky there is a small white dog with a blue scarf. \ No newline at end of file diff --git a/texts/74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe.txt b/texts/74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..75c749caa64e14b3e710253b3f74e01d0ec654a0 --- /dev/null +++ b/texts/74b1dcc9-9dd0-4707-a0f3-d9b10b5e59fe.txt @@ -0,0 +1 @@ +A small meerkat sits alone at the computer desk, focused on using a MacBook. It wears black-framed glasses on its tiny face, looking both intelligent and cute. A cozy knit hat sits on its head, adding a touch of charm as if it is working on an important task. \ No newline at end of file diff --git a/texts/74c7c7ab-057b-454c-8d22-07c3b4168674.txt b/texts/74c7c7ab-057b-454c-8d22-07c3b4168674.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fdface4dcb3048d5b88e38e508921c50b71297 --- /dev/null +++ b/texts/74c7c7ab-057b-454c-8d22-07c3b4168674.txt @@ -0,0 +1 @@ +written Luv K on the snow, aurora,snow mountain,cute dog, \ No newline at end of file diff --git a/texts/74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070.txt b/texts/74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070.txt new file mode 100644 index 0000000000000000000000000000000000000000..84554e8f8cc2870b6b9240fb0edb81a3017d224d --- /dev/null +++ b/texts/74cc17b8-9e13-4ea5-8ce9-ec5e4faf4070.txt @@ -0,0 +1 @@ +The merry-go-round is flying in the sky, and people are setting off fireworks on the ground.The moon is shining \ No newline at end of file diff --git a/texts/74cfa815-fd99-45c2-892d-e81b82e786f6.txt b/texts/74cfa815-fd99-45c2-892d-e81b82e786f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a16a5937cdad17e3511ab1918bb8c337c483347 --- /dev/null +++ b/texts/74cfa815-fd99-45c2-892d-e81b82e786f6.txt @@ -0,0 +1 @@ +A small, chocolate-colored long-haired dachshund jumps for joy in the snow next to a glowing Christmas tree \ No newline at end of file diff --git a/texts/74d36a89-39e2-4dab-9a32-586d97233dc4.txt b/texts/74d36a89-39e2-4dab-9a32-586d97233dc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6e7ca15504b35aa89c6dd71bea8e97a1decb1ce --- /dev/null +++ b/texts/74d36a89-39e2-4dab-9a32-586d97233dc4.txt @@ -0,0 +1 @@ +cat wearing astronaut suit dancing outer space, stars shining, ballon, snow \ No newline at end of file diff --git a/texts/74dfc865-3f96-4cf9-a9c5-ac1d1482a359.txt b/texts/74dfc865-3f96-4cf9-a9c5-ac1d1482a359.txt new file mode 100644 index 0000000000000000000000000000000000000000..a635ee54055baa386752911b9e78f6ce6080b78f --- /dev/null +++ b/texts/74dfc865-3f96-4cf9-a9c5-ac1d1482a359.txt @@ -0,0 +1 @@ +There is two hello kitty in the snow by the sea. Fireworks are set off in the sky, and there is a Christmas tree on the shore. W&S is written on the snow. \ No newline at end of file diff --git a/texts/74e31253-4076-416d-8d8d-3c8a7137aa96.txt b/texts/74e31253-4076-416d-8d8d-3c8a7137aa96.txt new file mode 100644 index 0000000000000000000000000000000000000000..4eadb0e6d158e13c508fae429755f39c3981b4a5 --- /dev/null +++ b/texts/74e31253-4076-416d-8d8d-3c8a7137aa96.txt @@ -0,0 +1 @@ +A Hello Kitty doll sits in the snow holding a lit firework stick. In the distance is the sea, the color is blue, sad and lonely. The name "Keegan" was written in the snow with a heart drawn behind it \ No newline at end of file diff --git a/texts/74e764e9-0cea-4e63-9c90-6a4d1146244f.txt b/texts/74e764e9-0cea-4e63-9c90-6a4d1146244f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb96068c19409352e3381f6224a140e177d4493b --- /dev/null +++ b/texts/74e764e9-0cea-4e63-9c90-6a4d1146244f.txt @@ -0,0 +1 @@ +A white Pomeranian sits on a small brown couch.The dog is right in the middle.Dogs are pure white. \ No newline at end of file diff --git a/texts/74f18a3e-6019-488f-bf2f-1480caab3247.txt b/texts/74f18a3e-6019-488f-bf2f-1480caab3247.txt new file mode 100644 index 0000000000000000000000000000000000000000..990f473bc5c9cb24fd9ca073d47339558f3fff18 --- /dev/null +++ b/texts/74f18a3e-6019-488f-bf2f-1480caab3247.txt @@ -0,0 +1 @@ +A Christmas bear with Sabrina(just small letters) by its side \ No newline at end of file diff --git a/texts/74f3d138-f134-4a7e-b87a-97df4c1cd0db.txt b/texts/74f3d138-f134-4a7e-b87a-97df4c1cd0db.txt new file mode 100644 index 0000000000000000000000000000000000000000..741ac577bba9b7ff45086f354fff9e83ec3dba33 --- /dev/null +++ b/texts/74f3d138-f134-4a7e-b87a-97df4c1cd0db.txt @@ -0,0 +1 @@ +Two Hello Kitty dolls sitting in the snow, holding a fireworks stick with the words "syc xzy" printed on the snow. There is a sea, fireworks, and cat paw marks in the distance. The sky is aurora \ No newline at end of file diff --git a/texts/74fda841-fbac-4b8f-9f77-377beb671dd3.txt b/texts/74fda841-fbac-4b8f-9f77-377beb671dd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8d7a09e1363d3678ebf99e2acd2ed1dcc540a7b --- /dev/null +++ b/texts/74fda841-fbac-4b8f-9f77-377beb671dd3.txt @@ -0,0 +1 @@ +A light yellow Shiba Inu wearing pink clothes, holding hot coffee, working on a laptop under the spotlight \ No newline at end of file diff --git a/texts/7502a65b-8189-4d7d-aa20-697f9fd9409c.txt b/texts/7502a65b-8189-4d7d-aa20-697f9fd9409c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f59d0072728c92565732ac4cc5126c652d65343a --- /dev/null +++ b/texts/7502a65b-8189-4d7d-aa20-697f9fd9409c.txt @@ -0,0 +1 @@ +A golden retriever puppy is smelling flowers in the garden \ No newline at end of file diff --git a/texts/750908dd-a039-4646-a62b-60402046bf4b.txt b/texts/750908dd-a039-4646-a62b-60402046bf4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b2b82a3ec6768b222fd70035997f328cecd6eb8 --- /dev/null +++ b/texts/750908dd-a039-4646-a62b-60402046bf4b.txt @@ -0,0 +1 @@ +At the end of the world, the sky is filled with streaking meteorites, Wall Street is irrigated by sea water, and the American Statue of Liberty sculpture floats on the streets of Wall Street. \ No newline at end of file diff --git a/texts/750e146e-d6eb-46d2-9548-ef0322837588.txt b/texts/750e146e-d6eb-46d2-9548-ef0322837588.txt new file mode 100644 index 0000000000000000000000000000000000000000..b49591a78883687cbee440a4ad1b73c5e39e740a --- /dev/null +++ b/texts/750e146e-d6eb-46d2-9548-ef0322837588.txt @@ -0,0 +1 @@ +The puppy is sitting in the snow wearing clothes with the number 23on its back \ No newline at end of file diff --git a/texts/7515eb78-4cd8-4762-9ba6-d80ea0ee00c7.txt b/texts/7515eb78-4cd8-4762-9ba6-d80ea0ee00c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5ccc9f14e6e30494875764568f188803a63f43f --- /dev/null +++ b/texts/7515eb78-4cd8-4762-9ba6-d80ea0ee00c7.txt @@ -0,0 +1 @@ +a sika deer on the snow, forest, sunset, \ No newline at end of file diff --git a/texts/7517c42b-ee4c-45f6-b4f8-64be7cc151a4.txt b/texts/7517c42b-ee4c-45f6-b4f8-64be7cc151a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d92871e4dc9529d2531f8c65066853ee5d6b453 --- /dev/null +++ b/texts/7517c42b-ee4c-45f6-b4f8-64be7cc151a4.txt @@ -0,0 +1 @@ +A flying raven holds a shiny diamond ring in its beak, against a dark night background \ No newline at end of file diff --git a/texts/751d80fa-dcee-4c03-b6cc-f5bc0a816fd1.txt b/texts/751d80fa-dcee-4c03-b6cc-f5bc0a816fd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d23f455695781ee723a4553547348232a1e82d64 --- /dev/null +++ b/texts/751d80fa-dcee-4c03-b6cc-f5bc0a816fd1.txt @@ -0,0 +1 @@ +A orange cat wearing glasses and holding a cup of coffee, walking on two legs on the platform of a hk mtr station \ No newline at end of file diff --git a/texts/75254909-881c-4d91-9986-117129910fb1.txt b/texts/75254909-881c-4d91-9986-117129910fb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ca1270a9fd046ff6022cb6df973fac32fe34915 --- /dev/null +++ b/texts/75254909-881c-4d91-9986-117129910fb1.txt @@ -0,0 +1 @@ +In the dark night, the cute dachshund puppy has big eyes and its tail is spread out. It holds a Molotov cocktail in its hand. Behind it is the White House, which is engulfed in flames. \ No newline at end of file diff --git a/texts/7529171f-ee28-4206-be46-1060a32f16ea.txt b/texts/7529171f-ee28-4206-be46-1060a32f16ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4156cb5d5e83efe07971629ba199970f92143a8 --- /dev/null +++ b/texts/7529171f-ee28-4206-be46-1060a32f16ea.txt @@ -0,0 +1 @@ +A cute and chubby little cat, with half a pumpkin on its head and a cigarette in its mouth, playing computer games at the table, creating a cute and dreamy scene \ No newline at end of file diff --git a/texts/752afbd8-8038-464b-955d-01eae3ad9f12.txt b/texts/752afbd8-8038-464b-955d-01eae3ad9f12.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4950465066e99793ba300df7a6e86cd22d1caf4 --- /dev/null +++ b/texts/752afbd8-8038-464b-955d-01eae3ad9f12.txt @@ -0,0 +1 @@ +hallokitty and Kim Jong-un meet \ No newline at end of file diff --git a/texts/752afeba-704a-4aa6-b474-7de013de90aa.txt b/texts/752afeba-704a-4aa6-b474-7de013de90aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..a39ee30da2624343f6cb8e7f26945842aee1baea --- /dev/null +++ b/texts/752afeba-704a-4aa6-b474-7de013de90aa.txt @@ -0,0 +1 @@ +A 25 years old cake with bubble firework in the snow \ No newline at end of file diff --git a/texts/752d3c7b-4817-463b-8037-48e9e32a754e.txt b/texts/752d3c7b-4817-463b-8037-48e9e32a754e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d76c8c9588138af89d3ab6f72583db81b132d40 --- /dev/null +++ b/texts/752d3c7b-4817-463b-8037-48e9e32a754e.txt @@ -0,0 +1 @@ +Snow in Winter Hello Kitty holds a cake to wish CSY a happy birthday \ No newline at end of file diff --git a/texts/75396be1-8e01-4f03-8326-a4591fe68b82.txt b/texts/75396be1-8e01-4f03-8326-a4591fe68b82.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a6eafb0c9a7b9c448817e3b2f2908d443eae625 --- /dev/null +++ b/texts/75396be1-8e01-4f03-8326-a4591fe68b82.txt @@ -0,0 +1 @@ +Little Samoyed, sitting in front of the computer listening to music while writing a paper \ No newline at end of file diff --git a/texts/75429556-f9f3-46f0-bd44-16eb5e3f860d.txt b/texts/75429556-f9f3-46f0-bd44-16eb5e3f860d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8aba5c28f3aa4cba358d4b932f03982ed42ac02d --- /dev/null +++ b/texts/75429556-f9f3-46f0-bd44-16eb5e3f860d.txt @@ -0,0 +1 @@ +a real black horse running on road in dark night,and a vampire riding it. \ No newline at end of file diff --git a/texts/7543d27b-ae9b-4dad-b6db-41a1672cfb03.txt b/texts/7543d27b-ae9b-4dad-b6db-41a1672cfb03.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fb1f0d4182a43b05e413ba194097b7f3539c5c3 --- /dev/null +++ b/texts/7543d27b-ae9b-4dad-b6db-41a1672cfb03.txt @@ -0,0 +1 @@ +Hello kitty doll under Mount Fuji, holding a sign with wxy written on it, with pink cherry blossoms and high color saturation. \ No newline at end of file diff --git a/texts/75525bfa-b28f-4090-b222-ec1c66282f09.txt b/texts/75525bfa-b28f-4090-b222-ec1c66282f09.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da578554c9fd00aac883b49857694ecf66b3012 --- /dev/null +++ b/texts/75525bfa-b28f-4090-b222-ec1c66282f09.txt @@ -0,0 +1 @@ +joke bear and chritmas tree \ No newline at end of file diff --git a/texts/75540375-29e3-44ed-8199-520f869bde7d.txt b/texts/75540375-29e3-44ed-8199-520f869bde7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad38c571fff593cb3b1c0f8059306cd708855514 --- /dev/null +++ b/texts/75540375-29e3-44ed-8199-520f869bde7d.txt @@ -0,0 +1 @@ +A Samoyed dog sleeping, A Bernese Mountain Dog kiss her nose, at the seaside, snowing, blues time. Can cut into two icon. \ No newline at end of file diff --git a/texts/7569bbab-e49c-49ca-90b5-c8030ed6babe.txt b/texts/7569bbab-e49c-49ca-90b5-c8030ed6babe.txt new file mode 100644 index 0000000000000000000000000000000000000000..d884f6a021df3be1d8098dcdde9c4f58f9b053a6 --- /dev/null +++ b/texts/7569bbab-e49c-49ca-90b5-c8030ed6babe.txt @@ -0,0 +1 @@ +A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words "STT" engraved on the beach \ No newline at end of file diff --git a/texts/756d14d9-0641-49e3-9fb4-3bb596a43f07.txt b/texts/756d14d9-0641-49e3-9fb4-3bb596a43f07.txt new file mode 100644 index 0000000000000000000000000000000000000000..732bd0294353c1d7dca858e76630c3056092583c --- /dev/null +++ b/texts/756d14d9-0641-49e3-9fb4-3bb596a43f07.txt @@ -0,0 +1 @@ +Hellokitty shooting with AK47 like 007 in the movie \ No newline at end of file diff --git a/texts/7576caf7-ae8f-47ae-a369-4f7e175d01c7.txt b/texts/7576caf7-ae8f-47ae-a369-4f7e175d01c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b40e902cf05d511d2d9f962f954f1644f2b5a01f --- /dev/null +++ b/texts/7576caf7-ae8f-47ae-a369-4f7e175d01c7.txt @@ -0,0 +1 @@ +At night, a Japanese monk was silently watching the burning Kinkakuji Temple \ No newline at end of file diff --git a/texts/75870406-e867-47bc-b93c-f384513dbdd8.txt b/texts/75870406-e867-47bc-b93c-f384513dbdd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d61b32e8f4af555bea2a0c579f1172b45c5ea88 --- /dev/null +++ b/texts/75870406-e867-47bc-b93c-f384513dbdd8.txt @@ -0,0 +1 @@ +A golden cat and a small poodle are running in the snow with the aurora in the background. \ No newline at end of file diff --git a/texts/758f3d6f-9631-45af-9bab-e692f13b2046.txt b/texts/758f3d6f-9631-45af-9bab-e692f13b2046.txt new file mode 100644 index 0000000000000000000000000000000000000000..54b7eff6273a7e8f1dcc2badf856de57767bee71 --- /dev/null +++ b/texts/758f3d6f-9631-45af-9bab-e692f13b2046.txt @@ -0,0 +1 @@ +A man led a Samoyed to the snowy mountain in the distance. \ No newline at end of file diff --git a/texts/758f759c-655f-4bbe-b10d-270dba3e606d.txt b/texts/758f759c-655f-4bbe-b10d-270dba3e606d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2825d61c1a304070b04e5587db1ca79a12a7b8ff --- /dev/null +++ b/texts/758f759c-655f-4bbe-b10d-270dba3e606d.txt @@ -0,0 +1 @@ +A cute penguin named Pingu holds a red apple in his hand and writes "meimei" in the snow, leaning to the side to look at the camera. \ No newline at end of file diff --git a/texts/7596cfb1-312b-491d-b34a-54d6416f23f0.txt b/texts/7596cfb1-312b-491d-b34a-54d6416f23f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1bc386cf5b5f6fe1e043eda6043de62612efe06 --- /dev/null +++ b/texts/7596cfb1-312b-491d-b34a-54d6416f23f0.txt @@ -0,0 +1 @@ +Maine cat cooks pasta in the kitchen \ No newline at end of file diff --git a/texts/7597da7d-9062-42b0-af9b-a0e6b5f81e6e.txt b/texts/7597da7d-9062-42b0-af9b-a0e6b5f81e6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f1881e734361efdc23d52a6bf9053cf850d7201 --- /dev/null +++ b/texts/7597da7d-9062-42b0-af9b-a0e6b5f81e6e.txt @@ -0,0 +1 @@ +A fat black and white cat, sofa, TV, Christmas tree \ No newline at end of file diff --git a/texts/7598e03a-bb8a-46a3-b205-f85a74a7f5dc.txt b/texts/7598e03a-bb8a-46a3-b205-f85a74a7f5dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..432092100135367ab60de118b1a3d5e9f25721ad --- /dev/null +++ b/texts/7598e03a-bb8a-46a3-b205-f85a74a7f5dc.txt @@ -0,0 +1 @@ +Birds flying person watching \ No newline at end of file diff --git a/texts/759a2fb7-dc81-41cd-8788-1e7f93d8bbe4.txt b/texts/759a2fb7-dc81-41cd-8788-1e7f93d8bbe4.txt new file mode 100644 index 0000000000000000000000000000000000000000..640af36cb28d62432068f97a847c03546fb28980 --- /dev/null +++ b/texts/759a2fb7-dc81-41cd-8788-1e7f93d8bbe4.txt @@ -0,0 +1 @@ +A West Highland White Terrier with glasses is playing in the snow \ No newline at end of file diff --git a/texts/759bf362-8ddd-4b58-b4c1-10d809bf5534.txt b/texts/759bf362-8ddd-4b58-b4c1-10d809bf5534.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fab02235f2cff642d851c32a9a0633a868322c0 --- /dev/null +++ b/texts/759bf362-8ddd-4b58-b4c1-10d809bf5534.txt @@ -0,0 +1 @@ +A Border Collie playing the guitar in an enchanting forest, surrounded by glowing fireflies and a soft moonlit glow. \ No newline at end of file diff --git a/texts/759c122f-26c3-4984-ac7d-4e3c7dc0a78b.txt b/texts/759c122f-26c3-4984-ac7d-4e3c7dc0a78b.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc00404a0459c0ad7ab05d02706d9d080376e1ee --- /dev/null +++ b/texts/759c122f-26c3-4984-ac7d-4e3c7dc0a78b.txt @@ -0,0 +1 @@ +The rabbit doll and the piglet doll are watching a movie on the sofa. It is snowing outside the window and there is a big Christmas tree. \ No newline at end of file diff --git a/texts/75a531d6-1fbf-49f4-8585-416935f8f391.txt b/texts/75a531d6-1fbf-49f4-8585-416935f8f391.txt new file mode 100644 index 0000000000000000000000000000000000000000..51417f03996b1e9b9bea7b4494d3d49409b9eac5 --- /dev/null +++ b/texts/75a531d6-1fbf-49f4-8585-416935f8f391.txt @@ -0,0 +1 @@ +There are many blue butterflies under the sky. \ No newline at end of file diff --git a/texts/75a7d15b-f943-4ead-97f6-8cb51e8c36a3.txt b/texts/75a7d15b-f943-4ead-97f6-8cb51e8c36a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb284c9b49a527d29a71dac0c87a6b7d8aed3d51 --- /dev/null +++ b/texts/75a7d15b-f943-4ead-97f6-8cb51e8c36a3.txt @@ -0,0 +1 @@ + A pair of cute puppys watching grand fireworks at sunset by the esasude and there are handwritten "clf&yrx" on the beach.Overall presenting a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/75a9de21-e7de-4d02-b1b1-bdb8d3966d83.txt b/texts/75a9de21-e7de-4d02-b1b1-bdb8d3966d83.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7d9bf6eb40f8e690767e863c9ebeeb1320451ad --- /dev/null +++ b/texts/75a9de21-e7de-4d02-b1b1-bdb8d3966d83.txt @@ -0,0 +1 @@ +A cute golden retriever and a pink-eyed kitten are strolling through the Christmas streets, with a peaceful deep blue sky above and warm yellow lights glowing on the street \ No newline at end of file diff --git a/texts/75aac63b-fa33-4295-8e72-63ae6d0d5ab1.txt b/texts/75aac63b-fa33-4295-8e72-63ae6d0d5ab1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7d2a75c6c2a50c4c1db0522dc5f42604a6f3c1c --- /dev/null +++ b/texts/75aac63b-fa33-4295-8e72-63ae6d0d5ab1.txt @@ -0,0 +1 @@ +a gray kitten with sunglasses, driving a convertible, bold colors, on the snow, retro vibe \ No newline at end of file diff --git a/texts/75bbb01d-7fe4-493e-ae1c-13c9730e2920.txt b/texts/75bbb01d-7fe4-493e-ae1c-13c9730e2920.txt new file mode 100644 index 0000000000000000000000000000000000000000..14c681945b2f57f5f8386d967ef6f91f6d187f95 --- /dev/null +++ b/texts/75bbb01d-7fe4-493e-ae1c-13c9730e2920.txt @@ -0,0 +1 @@ +Christmas day, hello kitty, successful with crown on the head, in front of a christmas tree(outside place), snowflakes \ No newline at end of file diff --git a/texts/75c2793c-af0b-4f35-80f6-4883fe516d2f.txt b/texts/75c2793c-af0b-4f35-80f6-4883fe516d2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..17fb5b9de21c90e8318b02a6eb8c20970ddc4cd4 --- /dev/null +++ b/texts/75c2793c-af0b-4f35-80f6-4883fe516d2f.txt @@ -0,0 +1 @@ +The glacier melts, and in the center of the lake sticks a silver sword \ No newline at end of file diff --git a/texts/75c39b0b-4d94-4725-97a9-b820a9edd7da.txt b/texts/75c39b0b-4d94-4725-97a9-b820a9edd7da.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b81978de99fbc4956ad643e3a424893358fe80 --- /dev/null +++ b/texts/75c39b0b-4d94-4725-97a9-b820a9edd7da.txt @@ -0,0 +1 @@ +photo of a sheep, surrounded by wolf in circle, forest, camera flashligh, raw photo \ No newline at end of file diff --git a/texts/75e95930-6800-402a-80b7-51b9696ca8f0.txt b/texts/75e95930-6800-402a-80b7-51b9696ca8f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c57797041c20af87d9ea21fc00b1cbe28b691155 --- /dev/null +++ b/texts/75e95930-6800-402a-80b7-51b9696ca8f0.txt @@ -0,0 +1 @@ +Hello Kitty is standing in front of Huangpu River, facing us directly. Behind her is a far-view of Lujiazui scenery. \ No newline at end of file diff --git a/texts/75eb800a-3d67-429f-8ecc-9592fbdb76e3.txt b/texts/75eb800a-3d67-429f-8ecc-9592fbdb76e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..29ad00c88020ded17395695bec8e26ad8c2bee34 --- /dev/null +++ b/texts/75eb800a-3d67-429f-8ecc-9592fbdb76e3.txt @@ -0,0 +1 @@ +A black smiling Shiba Inu looks at small purple balloons in the snow amid fireworks \ No newline at end of file diff --git a/texts/75f5db69-72a7-47c9-ba4b-0f269ef8eb3f.txt b/texts/75f5db69-72a7-47c9-ba4b-0f269ef8eb3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a3b5c1f1c124aaef4007b959a137345a94efa92 --- /dev/null +++ b/texts/75f5db69-72a7-47c9-ba4b-0f269ef8eb3f.txt @@ -0,0 +1 @@ +A lady is in the snow, facing her face, looking at the camera happily. Behind her is the snow, and snowflakes are floating in the air. \ No newline at end of file diff --git a/texts/75f854aa-3aee-44ea-8fd6-394852b8af58.txt b/texts/75f854aa-3aee-44ea-8fd6-394852b8af58.txt new file mode 100644 index 0000000000000000000000000000000000000000..f152c758547ab341e717edf2d94177852fac4642 --- /dev/null +++ b/texts/75f854aa-3aee-44ea-8fd6-394852b8af58.txt @@ -0,0 +1 @@ +A white,fat,bid eyse rabbit doll with red ribbon on its neck,red and white stripe socks on its legs.Was celebrating birthday in a room full of lots of balloons.camera angles shou be wild angle.the photo vibe should be joy and a little lonely \ No newline at end of file diff --git a/texts/76056771-9ecd-4892-b174-dd58e4388847.txt b/texts/76056771-9ecd-4892-b174-dd58e4388847.txt new file mode 100644 index 0000000000000000000000000000000000000000..0353265aca24a0a978965089944aec8738900dcf --- /dev/null +++ b/texts/76056771-9ecd-4892-b174-dd58e4388847.txt @@ -0,0 +1 @@ +A yellow Teletubby is doing research before a computer \ No newline at end of file diff --git a/texts/760f1bfe-6c9f-4e8a-a8e0-787954197be9.txt b/texts/760f1bfe-6c9f-4e8a-a8e0-787954197be9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffdb55ba82c7e8babbb0fc531aad4226238b9726 --- /dev/null +++ b/texts/760f1bfe-6c9f-4e8a-a8e0-787954197be9.txt @@ -0,0 +1 @@ +The little dog is wearing blue clothes playing softball in the snow \ No newline at end of file diff --git a/texts/76163cdf-bc94-40ed-afa5-f88465eb2bd3.txt b/texts/76163cdf-bc94-40ed-afa5-f88465eb2bd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..da38972aa6245b1d42d5841df6df6a4e0cbd2416 --- /dev/null +++ b/texts/76163cdf-bc94-40ed-afa5-f88465eb2bd3.txt @@ -0,0 +1 @@ +A cute white kitten stands on the snow, with a night beach in the background, and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink, reflecting on the sea. There are footprints on the beach and some stars in the sky. The overall atmosphere is warm and romantic. "Y" is written on the snow. \ No newline at end of file diff --git a/texts/762b2668-09fc-4160-8fbe-2383fccea50e.txt b/texts/762b2668-09fc-4160-8fbe-2383fccea50e.txt new file mode 100644 index 0000000000000000000000000000000000000000..19459b52d511f79b50b048e0da18649b10970872 --- /dev/null +++ b/texts/762b2668-09fc-4160-8fbe-2383fccea50e.txt @@ -0,0 +1 @@ +An apple tree in the forest, its apples extraordinarily large and bright red, surrounded by glowing stars. \ No newline at end of file diff --git a/texts/762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5.txt b/texts/762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd45373576b1b4378cc292a4355acacfc074da10 --- /dev/null +++ b/texts/762ecdbf-466f-4aac-8a1a-a3d3ed9f5db5.txt @@ -0,0 +1 @@ +Cow wearing Santa hat smoking on the lawn \ No newline at end of file diff --git a/texts/7630af5a-a707-45d8-bec2-23b6fde35cf9.txt b/texts/7630af5a-a707-45d8-bec2-23b6fde35cf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..65fecca9fbf07d0a20da514313673f7d562547fa --- /dev/null +++ b/texts/7630af5a-a707-45d8-bec2-23b6fde35cf9.txt @@ -0,0 +1 @@ +A bunch of supplements on a hill, green tones \ No newline at end of file diff --git a/texts/763282de-7e05-4f2f-9422-91d50f971c97.txt b/texts/763282de-7e05-4f2f-9422-91d50f971c97.txt new file mode 100644 index 0000000000000000000000000000000000000000..4635a36922c56e6423c0f8b31b665704af8de928 --- /dev/null +++ b/texts/763282de-7e05-4f2f-9422-91d50f971c97.txt @@ -0,0 +1 @@ +At dusk, hello Kitty wears a red school uniform, drinks a box of apple juice, and sits on a park chair \ No newline at end of file diff --git a/texts/7636da5d-cd5b-401e-b464-f48b89e12a6d.txt b/texts/7636da5d-cd5b-401e-b464-f48b89e12a6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5283690f6b05475bd09606aa59d43a86fef992a --- /dev/null +++ b/texts/7636da5d-cd5b-401e-b464-f48b89e12a6d.txt @@ -0,0 +1 @@ +a beige colour toy poodle wearing a transperent bubble hoodie, licking a matcha cheese cake \ No newline at end of file diff --git a/texts/7643c45d-fdd2-48ac-ab78-c29b4afd0ac6.txt b/texts/7643c45d-fdd2-48ac-ab78-c29b4afd0ac6.txt new file mode 100644 index 0000000000000000000000000000000000000000..eecac36eefddc1645933959943a74307875ae4e4 --- /dev/null +++ b/texts/7643c45d-fdd2-48ac-ab78-c29b4afd0ac6.txt @@ -0,0 +1 @@ +There's a Cute cat listening to a song in the snow with headphones on the snow that says White Ferrari by frank ocean The sky is aurora \ No newline at end of file diff --git a/texts/764dfbdd-c39a-4459-8411-d86a4cac88ee.txt b/texts/764dfbdd-c39a-4459-8411-d86a4cac88ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..746fcc35a88302f830063d290019529fc3785d36 --- /dev/null +++ b/texts/764dfbdd-c39a-4459-8411-d86a4cac88ee.txt @@ -0,0 +1 @@ +The little white cat with blue eyes sat in a silver ufo in the night sky, dragging a rainbow tail, with stars coming out of the tail \ No newline at end of file diff --git a/texts/7651e4eb-78c6-4609-aa0f-33fe71df1e14.txt b/texts/7651e4eb-78c6-4609-aa0f-33fe71df1e14.txt new file mode 100644 index 0000000000000000000000000000000000000000..d35a410dd3257f8b20daaffbf273d6a94923ef80 --- /dev/null +++ b/texts/7651e4eb-78c6-4609-aa0f-33fe71df1e14.txt @@ -0,0 +1 @@ +A few doctors are che their patients and using the computer \ No newline at end of file diff --git a/texts/765c5704-44ce-4c07-9a3d-b4725c11d4d1.txt b/texts/765c5704-44ce-4c07-9a3d-b4725c11d4d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..79fe72172877a98d600c83451b31077a7354a706 --- /dev/null +++ b/texts/765c5704-44ce-4c07-9a3d-b4725c11d4d1.txt @@ -0,0 +1 @@ +A pink doll in the shape of a small pig's head, with large nostrils and a round head; A blue whale-shaped doll with a whale-shaped body; In the snow, bonfires, light snow in the sky, colorful aurora in the sky \ No newline at end of file diff --git a/texts/765ff07c-ca62-4f07-9234-fb2251d8a77a.txt b/texts/765ff07c-ca62-4f07-9234-fb2251d8a77a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cf6f35ecd39e72d0e661e2f79ec42ee0938f4f8 --- /dev/null +++ b/texts/765ff07c-ca62-4f07-9234-fb2251d8a77a.txt @@ -0,0 +1 @@ +Brown teddy dog, snowy night, butterfly, moon, stars, word "snow" \ No newline at end of file diff --git a/texts/766249ef-b79b-4fa6-893a-005d25bc0ef9.txt b/texts/766249ef-b79b-4fa6-893a-005d25bc0ef9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6ae214d881f682b994c5fd5b8682ab1de439a6 --- /dev/null +++ b/texts/766249ef-b79b-4fa6-893a-005d25bc0ef9.txt @@ -0,0 +1 @@ +A doll bear in Mongolian costume plays on a swing on a snowy night in the grassland \ No newline at end of file diff --git a/texts/766579fe-27dd-43de-88d9-b1d501803306.txt b/texts/766579fe-27dd-43de-88d9-b1d501803306.txt new file mode 100644 index 0000000000000000000000000000000000000000..85386cd46e80d0799dd83f7a805d4be74c85bd4d --- /dev/null +++ b/texts/766579fe-27dd-43de-88d9-b1d501803306.txt @@ -0,0 +1 @@ +A white flower on the beach and a touch of light in the sky. \ No newline at end of file diff --git a/texts/76710202-b21f-40b4-a8ea-8d484c516e09.txt b/texts/76710202-b21f-40b4-a8ea-8d484c516e09.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5237dcf2daa7912aab367a082d97e90d652fb73 --- /dev/null +++ b/texts/76710202-b21f-40b4-a8ea-8d484c516e09.txt @@ -0,0 +1 @@ +The boar man is in the forest with an axe \ No newline at end of file diff --git a/texts/76711a6c-1e62-46a0-9e97-645a586cb3c3.txt b/texts/76711a6c-1e62-46a0-9e97-645a586cb3c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e9d96ecc136e9865f3738cf275bc71c10521dd --- /dev/null +++ b/texts/76711a6c-1e62-46a0-9e97-645a586cb3c3.txt @@ -0,0 +1 @@ +AA horse stands on the snow, with a white Samoyed sticking out its tongue next to it. The snow is covered in the footprints of puppies, and the sky is blue with a Christmas atmosphere in the background \ No newline at end of file diff --git a/texts/7671efcc-e452-4f3f-a7aa-77746254ae6e.txt b/texts/7671efcc-e452-4f3f-a7aa-77746254ae6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..135b30d52d4d1517a84e64af1bf6e6661510d880 --- /dev/null +++ b/texts/7671efcc-e452-4f3f-a7aa-77746254ae6e.txt @@ -0,0 +1 @@ +Real white cute little otter wearing a party hat ,having a christmas party , with a cake full with candles, and stars everywhere \ No newline at end of file diff --git a/texts/7671fc39-ca7c-46ee-ae6c-e6ef43af6966.txt b/texts/7671fc39-ca7c-46ee-ae6c-e6ef43af6966.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb640bf4c3b6d8f0d8eefb1b203ae5ec5253b87b --- /dev/null +++ b/texts/7671fc39-ca7c-46ee-ae6c-e6ef43af6966.txt @@ -0,0 +1 @@ +There is a Hello Kitty in the office. The computer screen in front of it is on fire. Hello Kitty is smashing the keyboard. \ No newline at end of file diff --git a/texts/7679d9da-b9ec-439e-8b90-443be5d11596.txt b/texts/7679d9da-b9ec-439e-8b90-443be5d11596.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d1aef18fe1269e5a7e87952825c35e588e1bbae --- /dev/null +++ b/texts/7679d9da-b9ec-439e-8b90-443be5d11596.txt @@ -0,0 +1 @@ +Two Maltese, with beautiful wings, playing on a snowy beach \ No newline at end of file diff --git a/texts/767a3e1f-f4df-438b-a350-7d93c6685f96.txt b/texts/767a3e1f-f4df-438b-a350-7d93c6685f96.txt new file mode 100644 index 0000000000000000000000000000000000000000..550e15c46e0ea9b09010be99e321c128698ccaa3 --- /dev/null +++ b/texts/767a3e1f-f4df-438b-a350-7d93c6685f96.txt @@ -0,0 +1 @@ +two rabbits standing on a snowland and kiss each other with the name of Jeonghan and Ruige on the snow land \ No newline at end of file diff --git a/texts/7681df6f-c188-4584-8ef8-00f94e845f5d.txt b/texts/7681df6f-c188-4584-8ef8-00f94e845f5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ab8aa06010f2383a200981cf15d717a341fdd7f --- /dev/null +++ b/texts/7681df6f-c188-4584-8ef8-00f94e845f5d.txt @@ -0,0 +1 @@ +A golden retriever is running in the snow with dog footprints. Next to it is a big snowman, and there is a Christmas tree with fireworks blooming in the distance \ No newline at end of file diff --git a/texts/768fc2d9-5e81-4440-9d0d-fdbec93e8812.txt b/texts/768fc2d9-5e81-4440-9d0d-fdbec93e8812.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcdacea2efcb5c969fd07019285cd396b104be7c --- /dev/null +++ b/texts/768fc2d9-5e81-4440-9d0d-fdbec93e8812.txt @@ -0,0 +1 @@ +White West Highland dog chasing a school of flying fish in the snow \ No newline at end of file diff --git a/texts/7697c050-da12-4159-a3fb-3de9b1a8975d.txt b/texts/7697c050-da12-4159-a3fb-3de9b1a8975d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c91af764348120706ad08d9ab89d5c0ef6ba50b7 --- /dev/null +++ b/texts/7697c050-da12-4159-a3fb-3de9b1a8975d.txt @@ -0,0 +1 @@ +Traffic light and bicycle \ No newline at end of file diff --git a/texts/769ee852-986b-428f-ab37-a31ac356ea64.txt b/texts/769ee852-986b-428f-ab37-a31ac356ea64.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d72220f9532764d04d08474afd168cb049da75c --- /dev/null +++ b/texts/769ee852-986b-428f-ab37-a31ac356ea64.txt @@ -0,0 +1 @@ +the clouds in the shade on the horizon return to their backs and gather into a group \ No newline at end of file diff --git a/texts/769faf46-3666-4919-b683-2659a1f049aa.txt b/texts/769faf46-3666-4919-b683-2659a1f049aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..d05dac1f85c54b07d707ad7a249aeb260cd1c43e --- /dev/null +++ b/texts/769faf46-3666-4919-b683-2659a1f049aa.txt @@ -0,0 +1 @@ +The sky is littered with small stars with the word "JUN" written on them, and white kittens are next to hot air balloons \ No newline at end of file diff --git a/texts/76a11090-30cc-42a5-890e-89810ef65bd8.txt b/texts/76a11090-30cc-42a5-890e-89810ef65bd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6735fa62c9604c940c09e8776a33ce5cc8307bc --- /dev/null +++ b/texts/76a11090-30cc-42a5-890e-89810ef65bd8.txt @@ -0,0 +1 @@ +Snow on the beach at night, light snow in the sky, fireworks in the sky, a Christmas tree, behind is Mount Fuji, on the beach a lovely long-eared rabbit and a silver crescendo kitten, there are colored bubbles in the air, there are footprints of kittens and rabbits in the snow, they are very happy, sit together to play, increase some granularity and dream sense, with a point of light particles dream effect, \ No newline at end of file diff --git a/texts/76a35651-dec8-4518-b567-1f55f76ed20d.txt b/texts/76a35651-dec8-4518-b567-1f55f76ed20d.txt new file mode 100644 index 0000000000000000000000000000000000000000..679a4bf6f76363129d9007654a9103b880572d2c --- /dev/null +++ b/texts/76a35651-dec8-4518-b567-1f55f76ed20d.txt @@ -0,0 +1 @@ +In the distance, there is a very cute black cat rolling and laughing on the grass in the sun with a red woollen hat.The color saturation of the dreamy effect of a little light particles is high. \ No newline at end of file diff --git a/texts/76a6882f-e9ea-4fc6-b109-1cf2f9d60a54.txt b/texts/76a6882f-e9ea-4fc6-b109-1cf2f9d60a54.txt new file mode 100644 index 0000000000000000000000000000000000000000..c656c1c79064a4b7988bc3b1526a1d703f909ff4 --- /dev/null +++ b/texts/76a6882f-e9ea-4fc6-b109-1cf2f9d60a54.txt @@ -0,0 +1 @@ +"Double braids/horn braids, black robe/cloak, gold/silver ethnic patterns, silver/gemstone earrings, lace/embroidery decorations, majestic snow-capped mountains, winding river, vast meadow, snowflakes fluttering, frontal smile, warm gaze, natural and elegant posture, harmonious fusion of ethnic style and natural beauty." \ No newline at end of file diff --git a/texts/76aa31cf-3001-4531-a959-70bd29f67d3d.txt b/texts/76aa31cf-3001-4531-a959-70bd29f67d3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..47490055272cc6ba98c7ea973960dbfa2261a2e5 --- /dev/null +++ b/texts/76aa31cf-3001-4531-a959-70bd29f67d3d.txt @@ -0,0 +1 @@ +Artistic avatar with elements of the mystery novel created by Agatha - ABC Murders \ No newline at end of file diff --git a/texts/76acbf6a-5f35-4ec4-af93-e346d766b4a5.txt b/texts/76acbf6a-5f35-4ec4-af93-e346d766b4a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c2c844cae23b7399731f97d0eb4c0931aab079 --- /dev/null +++ b/texts/76acbf6a-5f35-4ec4-af93-e346d766b4a5.txt @@ -0,0 +1 @@ +A cute baby crocodile makes a wish in front of a colorful Christmas tree in the snow, behind a wooden house \ No newline at end of file diff --git a/texts/76ad344b-4635-481d-a5a5-2f77ebf2a934.txt b/texts/76ad344b-4635-481d-a5a5-2f77ebf2a934.txt new file mode 100644 index 0000000000000000000000000000000000000000..a83ed08c033cb2aa30b4780e9844e2d4ecdb950f --- /dev/null +++ b/texts/76ad344b-4635-481d-a5a5-2f77ebf2a934.txt @@ -0,0 +1 @@ +A little white cute rabbit with an angel's halo and wings in the snow and a Christmas tree nearby \ No newline at end of file diff --git a/texts/76b413f8-6b81-477e-9e07-da8acad77f72.txt b/texts/76b413f8-6b81-477e-9e07-da8acad77f72.txt new file mode 100644 index 0000000000000000000000000000000000000000..40cadce253a6691a1d63bb0d1b48d6edf27792d4 --- /dev/null +++ b/texts/76b413f8-6b81-477e-9e07-da8acad77f72.txt @@ -0,0 +1 @@ +The golden retriever wears butterfly wings and chases butterflies across the grass \ No newline at end of file diff --git a/texts/76c30b6e-603c-450a-8772-63228cadcebe.txt b/texts/76c30b6e-603c-450a-8772-63228cadcebe.txt new file mode 100644 index 0000000000000000000000000000000000000000..e61714d76beb0bda1f42ad7c0d3a6870cc28e345 --- /dev/null +++ b/texts/76c30b6e-603c-450a-8772-63228cadcebe.txt @@ -0,0 +1 @@ +West Highland puppy wearing Christmas hats in the aurora snow \ No newline at end of file diff --git a/texts/76c4ba59-ea9d-4d83-8dce-735675be924d.txt b/texts/76c4ba59-ea9d-4d83-8dce-735675be924d.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a59c42500593af3b606aaf6a1651151bb654b5e --- /dev/null +++ b/texts/76c4ba59-ea9d-4d83-8dce-735675be924d.txt @@ -0,0 +1 @@ +Chinese vegetable carving dragon phoenix peonies, chinese banquet, 80s style, dinning table, mint green table cloth, chinese plating, round table, chinese porcelain tableware \ No newline at end of file diff --git a/texts/76c7ee05-af8e-40a1-820f-bf7eda2d7cde.txt b/texts/76c7ee05-af8e-40a1-820f-bf7eda2d7cde.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f7873fe0e3886873e8a909b589fc10bb7759106 --- /dev/null +++ b/texts/76c7ee05-af8e-40a1-820f-bf7eda2d7cde.txt @@ -0,0 +1 @@ +hello kitty On the snow \ No newline at end of file diff --git a/texts/76d9d006-2633-4995-b38e-f10e0201e9f0.txt b/texts/76d9d006-2633-4995-b38e-f10e0201e9f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7373f91544c19dc49f9431933b1e5c6401e161e8 --- /dev/null +++ b/texts/76d9d006-2633-4995-b38e-f10e0201e9f0.txt @@ -0,0 +1 @@ +A Heterochromatic pupil and Border collie and black great dane (great dane's bodily form bigger than the border collie)wear a blue muffler together and stay in snow field in A gradually changing sky with sparkle stars \ No newline at end of file diff --git a/texts/76e3fca5-2878-410b-bd5f-9dfd51f83046.txt b/texts/76e3fca5-2878-410b-bd5f-9dfd51f83046.txt new file mode 100644 index 0000000000000000000000000000000000000000..eef6e488abcac88d382cb0c7377473995b143afa --- /dev/null +++ b/texts/76e3fca5-2878-410b-bd5f-9dfd51f83046.txt @@ -0,0 +1 @@ +an adorable white cat in an retro decorated living room with lots of presents \ No newline at end of file diff --git a/texts/76edd9bb-3c9d-4412-978b-4c826d9df17d.txt b/texts/76edd9bb-3c9d-4412-978b-4c826d9df17d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5915cdd57c8bd474a46403dafab637b992dad66 --- /dev/null +++ b/texts/76edd9bb-3c9d-4412-978b-4c826d9df17d.txt @@ -0,0 +1 @@ +birthday party \ No newline at end of file diff --git a/texts/76f14a70-93b4-48da-95f5-5d2d37a7cfac.txt b/texts/76f14a70-93b4-48da-95f5-5d2d37a7cfac.txt new file mode 100644 index 0000000000000000000000000000000000000000..04582147311c85a1de2b85b592ade1ac829b8b25 --- /dev/null +++ b/texts/76f14a70-93b4-48da-95f5-5d2d37a7cfac.txt @@ -0,0 +1 @@ +At night, in the snowflakes, there is an oil painting of a red apple and an oil painting pen scattered all over the ground. \ No newline at end of file diff --git a/texts/76f49e61-ce74-42c1-983a-3dc8eb7f9c58.txt b/texts/76f49e61-ce74-42c1-983a-3dc8eb7f9c58.txt new file mode 100644 index 0000000000000000000000000000000000000000..021974fb8900941432417d9314803210f1673980 --- /dev/null +++ b/texts/76f49e61-ce74-42c1-983a-3dc8eb7f9c58.txt @@ -0,0 +1 @@ +On a snowy day, bx is written on the snow. The sky is pure black. The golden puppy has a colorful transparent little wings on its back. Hellokitty doll, pink star. \ No newline at end of file diff --git a/texts/76fb3687-f17c-41ce-8fa0-c085e3146794.txt b/texts/76fb3687-f17c-41ce-8fa0-c085e3146794.txt new file mode 100644 index 0000000000000000000000000000000000000000..464718754c0efb4105859439c678e1432ff612e4 --- /dev/null +++ b/texts/76fb3687-f17c-41ce-8fa0-c085e3146794.txt @@ -0,0 +1 @@ +toothless with small wings in the snow at night \ No newline at end of file diff --git a/texts/770428a4-c6c6-4c98-af77-979be40a91c6.txt b/texts/770428a4-c6c6-4c98-af77-979be40a91c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d28a72a23039b877dda72169abdca30a7165ebc --- /dev/null +++ b/texts/770428a4-c6c6-4c98-af77-979be40a91c6.txt @@ -0,0 +1 @@ +Cow doll rides on the train, working while riding the train, outside the train is the forest, high contrast, high graininess, retro atmosphere, Fuji style \ No newline at end of file diff --git a/texts/7705bd4d-753c-47a4-9d03-3d5d4ec5d893.txt b/texts/7705bd4d-753c-47a4-9d03-3d5d4ec5d893.txt new file mode 100644 index 0000000000000000000000000000000000000000..1299914b1516bf4902e3e99634c87852e05e5c3e --- /dev/null +++ b/texts/7705bd4d-753c-47a4-9d03-3d5d4ec5d893.txt @@ -0,0 +1 @@ +In the snowy winter night, a reddish brown Abyssinian cat sits on a wooden stool playing the piano, with a blue screen behind it \ No newline at end of file diff --git a/texts/7706bef2-aa56-4724-9c07-a05d3be80a69.txt b/texts/7706bef2-aa56-4724-9c07-a05d3be80a69.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c9f83ee2c2a5034202cbd4a7b7c81dbd5edf64c --- /dev/null +++ b/texts/7706bef2-aa56-4724-9c07-a05d3be80a69.txt @@ -0,0 +1 @@ +Vertical image of Vega in the blue-black night sky \ No newline at end of file diff --git a/texts/7709e527-6f67-458f-ae2d-7d5546b69f37.txt b/texts/7709e527-6f67-458f-ae2d-7d5546b69f37.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4bf0f6e12fb89c42b9f7c6d3e989bc5bacfae0d --- /dev/null +++ b/texts/7709e527-6f67-458f-ae2d-7d5546b69f37.txt @@ -0,0 +1 @@ +a man stands in front of the clinic in street clothes. There is a bench next to him where no one is sitting \ No newline at end of file diff --git a/texts/770a03b1-f04b-4d17-b170-7431c1aa9c55.txt b/texts/770a03b1-f04b-4d17-b170-7431c1aa9c55.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ccc4241c1f8053d567f8730ba5881953e1656c7 --- /dev/null +++ b/texts/770a03b1-f04b-4d17-b170-7431c1aa9c55.txt @@ -0,0 +1 @@ +A cartoon cat become mad after working in a big cruel firm and want to kill the world using a gun,in a crazy mood \ No newline at end of file diff --git a/texts/7714b8dc-cdb6-4c3d-adf3-0b165b91b924.txt b/texts/7714b8dc-cdb6-4c3d-adf3-0b165b91b924.txt new file mode 100644 index 0000000000000000000000000000000000000000..b55931ddaa6efde89b3736e7264463ed8c19a7f2 --- /dev/null +++ b/texts/7714b8dc-cdb6-4c3d-adf3-0b165b91b924.txt @@ -0,0 +1 @@ +A little Bichon Bear and a little black cat are playing happily in the snow. The snow says happy every day \ No newline at end of file diff --git a/texts/771f9c80-f044-4560-8b22-2c04483e149f.txt b/texts/771f9c80-f044-4560-8b22-2c04483e149f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a05f917ec39885d034f33f2d6b03fb639ce71d9e --- /dev/null +++ b/texts/771f9c80-f044-4560-8b22-2c04483e149f.txt @@ -0,0 +1 @@ +The kitten sleeps on a giant star with a nightcap on \ No newline at end of file diff --git a/texts/7730545b-2d55-4d54-acf5-3d417484fc30.txt b/texts/7730545b-2d55-4d54-acf5-3d417484fc30.txt new file mode 100644 index 0000000000000000000000000000000000000000..2528ab72500e6d0c4ba74f28981c989e1c43d368 --- /dev/null +++ b/texts/7730545b-2d55-4d54-acf5-3d417484fc30.txt @@ -0,0 +1 @@ +two orange cats with hat,handing a blue balloon and a red balloon,flying on blue sky,the ground is green grass \ No newline at end of file diff --git a/texts/7733dfd2-3b80-4ef6-a349-53b33ded55aa.txt b/texts/7733dfd2-3b80-4ef6-a349-53b33ded55aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f48f5c55ec08248901d29b4a0771d9fc46f75a8 --- /dev/null +++ b/texts/7733dfd2-3b80-4ef6-a349-53b33ded55aa.txt @@ -0,0 +1 @@ +German shepherd.snow.Ragdoll.The original cabin.Seal two-colored puppet cat. \ No newline at end of file diff --git a/texts/7740a25d-3f02-4131-adb5-925be2172414.txt b/texts/7740a25d-3f02-4131-adb5-925be2172414.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1090b8d30fe1c5a752bc76e316ad8baf4fe8405 --- /dev/null +++ b/texts/7740a25d-3f02-4131-adb5-925be2172414.txt @@ -0,0 +1 @@ +Corgi, wearing a Christmas hat, plays in the snow of the Christmas tree on a starry night \ No newline at end of file diff --git a/texts/7745af8f-a057-4801-9ff1-f4920156d4c5.txt b/texts/7745af8f-a057-4801-9ff1-f4920156d4c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..07a947e610d7baaa4c757e8497bc956172ace56e --- /dev/null +++ b/texts/7745af8f-a057-4801-9ff1-f4920156d4c5.txt @@ -0,0 +1 @@ +smiling man with blonde hair on white background \ No newline at end of file diff --git a/texts/7748d846-133b-4600-b2fc-52c1aa62e6a8.txt b/texts/7748d846-133b-4600-b2fc-52c1aa62e6a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cab5f7f618d376565bac0cc918eff797716da3e --- /dev/null +++ b/texts/7748d846-133b-4600-b2fc-52c1aa62e6a8.txt @@ -0,0 +1 @@ +Californian \ No newline at end of file diff --git a/texts/774c7944-db9c-4854-a570-932825be9e4d.txt b/texts/774c7944-db9c-4854-a570-932825be9e4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7be18176ad42c3ed65d0cb67d6681042b74e648b --- /dev/null +++ b/texts/774c7944-db9c-4854-a570-932825be9e4d.txt @@ -0,0 +1 @@ +The black cheetah, his left eye in a green light, in the children's playground \ No newline at end of file diff --git a/texts/774e5231-6878-4021-8dd9-b86dba4a4cf8.txt b/texts/774e5231-6878-4021-8dd9-b86dba4a4cf8.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d1dc8561e033b478dc20fac26be97b392404f7 --- /dev/null +++ b/texts/774e5231-6878-4021-8dd9-b86dba4a4cf8.txt @@ -0,0 +1 @@ +A Hello Kitty rides a bike and also with a bottle of milk while unde hollywood sunset \ No newline at end of file diff --git a/texts/77796733-c31c-4d33-8ebd-60915f8ffe2b.txt b/texts/77796733-c31c-4d33-8ebd-60915f8ffe2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf06c070c1761bf956d254f8adb083479ac5eaa9 --- /dev/null +++ b/texts/77796733-c31c-4d33-8ebd-60915f8ffe2b.txt @@ -0,0 +1 @@ +Aussie hair \ No newline at end of file diff --git a/texts/778aeaf2-cfd0-47da-ba0e-efbe5d2d1316.txt b/texts/778aeaf2-cfd0-47da-ba0e-efbe5d2d1316.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ccd61068e24fa52f28ded21c1b28533321678ab --- /dev/null +++ b/texts/778aeaf2-cfd0-47da-ba0e-efbe5d2d1316.txt @@ -0,0 +1 @@ +One cat have blue golden shaded cat, other one cat is an British Shorthair blue cat, then a dog is a brown mini poodle \ No newline at end of file diff --git a/texts/7791f1d9-0621-4227-81a4-73e193260799.txt b/texts/7791f1d9-0621-4227-81a4-73e193260799.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffde26551253464165542360961faaf24d620b41 --- /dev/null +++ b/texts/7791f1d9-0621-4227-81a4-73e193260799.txt @@ -0,0 +1 @@ +Manicu shop logo \ No newline at end of file diff --git a/texts/77929d55-dba0-442f-ad70-584e69bbd370.txt b/texts/77929d55-dba0-442f-ad70-584e69bbd370.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4bf3f1e4440e41c2c29be28b1af5543d9f8369e --- /dev/null +++ b/texts/77929d55-dba0-442f-ad70-584e69bbd370.txt @@ -0,0 +1 @@ +A furry otter with a hammer smashing a computer \ No newline at end of file diff --git a/texts/779d73ba-766c-4df4-b8b7-ee9f1a413775.txt b/texts/779d73ba-766c-4df4-b8b7-ee9f1a413775.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c60730705281ac404aa958c17eee5534522e35a --- /dev/null +++ b/texts/779d73ba-766c-4df4-b8b7-ee9f1a413775.txt @@ -0,0 +1 @@ +During the blue time, a black bird perched on a power line. It feels alone, silent. \ No newline at end of file diff --git a/texts/77acae0e-e265-4ea4-87a6-14b9e5816a15.txt b/texts/77acae0e-e265-4ea4-87a6-14b9e5816a15.txt new file mode 100644 index 0000000000000000000000000000000000000000..67bdb47986524eac3332dc8dc32f72c40fcd0bb2 --- /dev/null +++ b/texts/77acae0e-e265-4ea4-87a6-14b9e5816a15.txt @@ -0,0 +1 @@ +On the empty California beach, there are whales flying in the sky. A pigeon passed my lens, its wings and head visible, but out of focus. \ No newline at end of file diff --git a/texts/77c2a228-2dbe-4650-803f-64abfe1c8f05.txt b/texts/77c2a228-2dbe-4650-803f-64abfe1c8f05.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c3ee201562babca686774ca7a455524a5953f7b --- /dev/null +++ b/texts/77c2a228-2dbe-4650-803f-64abfe1c8f05.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is a sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and "DSL" is written on the snow, with traces of cat's claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/77d37e56-c113-41b5-a760-b43fab46e515.txt b/texts/77d37e56-c113-41b5-a760-b43fab46e515.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe4503982fd568fae592ee818a5b5485495ac87c --- /dev/null +++ b/texts/77d37e56-c113-41b5-a760-b43fab46e515.txt @@ -0,0 +1 @@ +A golden retriever puppy is putting clothes into the washing machine \ No newline at end of file diff --git a/texts/77d6e36d-074a-4562-8bba-16eca9ef17c1.txt b/texts/77d6e36d-074a-4562-8bba-16eca9ef17c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..92a62b44f40f4d51a0a1db71f39efa899beb5d07 --- /dev/null +++ b/texts/77d6e36d-074a-4562-8bba-16eca9ef17c1.txt @@ -0,0 +1 @@ +Tired black cat with term papers \ No newline at end of file diff --git a/texts/77da5c55-155e-48e1-a1d6-fc6d4ce35f72.txt b/texts/77da5c55-155e-48e1-a1d6-fc6d4ce35f72.txt new file mode 100644 index 0000000000000000000000000000000000000000..4393b4def05e8d25f063f86ff19729273e0954d4 --- /dev/null +++ b/texts/77da5c55-155e-48e1-a1d6-fc6d4ce35f72.txt @@ -0,0 +1 @@ +In the snow, in the evening, in the deep blue sky, a Maltese with transparent wings \ No newline at end of file diff --git a/texts/77e6fd6e-5cd0-475d-b97b-1af65da83453.txt b/texts/77e6fd6e-5cd0-475d-b97b-1af65da83453.txt new file mode 100644 index 0000000000000000000000000000000000000000..6dcfda6a0783cacbf3402a7dcd4d3e45e8c43fbd --- /dev/null +++ b/texts/77e6fd6e-5cd0-475d-b97b-1af65da83453.txt @@ -0,0 +1 @@ +small cute puppy and candle \ No newline at end of file diff --git a/texts/77f57fb6-48ea-4d5b-910d-599e18a9e140.txt b/texts/77f57fb6-48ea-4d5b-910d-599e18a9e140.txt new file mode 100644 index 0000000000000000000000000000000000000000..c507ae50bf39f7c1131f2b3b5a122f5bd2aaa559 --- /dev/null +++ b/texts/77f57fb6-48ea-4d5b-910d-599e18a9e140.txt @@ -0,0 +1 @@ +Cat flying to the moon riding a spoon \ No newline at end of file diff --git a/texts/7802a5b4-a8e1-412f-8518-70c0a3acfb39.txt b/texts/7802a5b4-a8e1-412f-8518-70c0a3acfb39.txt new file mode 100644 index 0000000000000000000000000000000000000000..61005919462973fa09a4a0fd56fba44f6b7df0b0 --- /dev/null +++ b/texts/7802a5b4-a8e1-412f-8518-70c0a3acfb39.txt @@ -0,0 +1 @@ +In the snow, the sky glows with faint auroras, letters njvifcdrt are written on the snow, and there's a Christmas tree adorned with many gifts. \ No newline at end of file diff --git a/texts/780a7a5b-228d-4fe1-8a0c-a606e16269b0.txt b/texts/780a7a5b-228d-4fe1-8a0c-a606e16269b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1f778d4439096f98ca6f814e703c352c80356fe --- /dev/null +++ b/texts/780a7a5b-228d-4fe1-8a0c-a606e16269b0.txt @@ -0,0 +1 @@ +Chinese soldiers carry heavy loads in North Korea \ No newline at end of file diff --git a/texts/78298616-2042-4118-9096-1e6a898983cc.txt b/texts/78298616-2042-4118-9096-1e6a898983cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb63f74a8b5db113864d65dacb5fa92b84bee200 --- /dev/null +++ b/texts/78298616-2042-4118-9096-1e6a898983cc.txt @@ -0,0 +1 @@ +Hello Kitty, watch the snow and set off fireworks \ No newline at end of file diff --git a/texts/782ccce4-0cb0-447d-9c23-0b7645d528b5.txt b/texts/782ccce4-0cb0-447d-9c23-0b7645d528b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae81c77b17e232483ef74450865d1c0c3b1fef40 --- /dev/null +++ b/texts/782ccce4-0cb0-447d-9c23-0b7645d528b5.txt @@ -0,0 +1 @@ +Two West Highland terriers, dressed as the bride and groom, toasted, posed for photos, dreamy light \ No newline at end of file diff --git a/texts/782e42db-51b8-4c96-b12a-2799979ec951.txt b/texts/782e42db-51b8-4c96-b12a-2799979ec951.txt new file mode 100644 index 0000000000000000000000000000000000000000..9801e4cccbb57e2f984e3a6d4b96c9daf247b78a --- /dev/null +++ b/texts/782e42db-51b8-4c96-b12a-2799979ec951.txt @@ -0,0 +1 @@ +Beautiful sky, hello kitty doll with pink hat, lighted Christmas tree, snow, manyau written on snow, close-up \ No newline at end of file diff --git a/texts/783ccd51-023d-4cea-a803-96b78cf9e778.txt b/texts/783ccd51-023d-4cea-a803-96b78cf9e778.txt new file mode 100644 index 0000000000000000000000000000000000000000..54b3556891d7195341ecdb0faa96025f44046758 --- /dev/null +++ b/texts/783ccd51-023d-4cea-a803-96b78cf9e778.txt @@ -0,0 +1 @@ +tree house \ No newline at end of file diff --git a/texts/783d886a-783f-40b4-8424-07527dc02e18.txt b/texts/783d886a-783f-40b4-8424-07527dc02e18.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf0eeb765dcbdb8784a9ee470b4f52bea8a54849 --- /dev/null +++ b/texts/783d886a-783f-40b4-8424-07527dc02e18.txt @@ -0,0 +1 @@ +I'm lying in your closet. The closet is scattered. My winter has arrived. Your body followed me home, and I put it on my bedside. Cinematic sense \ No newline at end of file diff --git a/texts/783f7313-4354-4d39-a683-b2cf32ef85ac.txt b/texts/783f7313-4354-4d39-a683-b2cf32ef85ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..6491f8b6b445f24d231d2fc1952a7e5b30405231 --- /dev/null +++ b/texts/783f7313-4354-4d39-a683-b2cf32ef85ac.txt @@ -0,0 +1 @@ +a real white horse running on the cloud in a rainy day \ No newline at end of file diff --git a/texts/7841d896-c20c-444c-a30f-2f36277701d9.txt b/texts/7841d896-c20c-444c-a30f-2f36277701d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e0ec15d355669e698332752ea38163463be731f --- /dev/null +++ b/texts/7841d896-c20c-444c-a30f-2f36277701d9.txt @@ -0,0 +1 @@ +A fluffy kitten drives a green roadster in a city \ No newline at end of file diff --git a/texts/78508117-0176-443e-a01c-28109fac4f29.txt b/texts/78508117-0176-443e-a01c-28109fac4f29.txt new file mode 100644 index 0000000000000000000000000000000000000000..6acf4982dcff50e3aa27601d00213938bf48372f --- /dev/null +++ b/texts/78508117-0176-443e-a01c-28109fac4f29.txt @@ -0,0 +1 @@ +A lovely penguin doll is lying on the floor and there is a pile of toys behind it. \ No newline at end of file diff --git a/texts/78514466-b98d-4b00-8f02-f00df2fecf1a.txt b/texts/78514466-b98d-4b00-8f02-f00df2fecf1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..83b1e53e92701802693f9d92107ca842c1bf7dd5 --- /dev/null +++ b/texts/78514466-b98d-4b00-8f02-f00df2fecf1a.txt @@ -0,0 +1 @@ +A calico cat was rolling on the bed, its belly flipped up, and there were many books beside it \ No newline at end of file diff --git a/texts/7852a7cf-a531-4306-a738-4d19fac7b4be.txt b/texts/7852a7cf-a531-4306-a738-4d19fac7b4be.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dc1e42a1a15fa5c298835966790eaa39390e89d --- /dev/null +++ b/texts/7852a7cf-a531-4306-a738-4d19fac7b4be.txt @@ -0,0 +1 @@ +Christmas,rain,Writing wzy in the glass window \ No newline at end of file diff --git a/texts/7852bc5c-b722-4ae2-a60c-0eed72fc58f1.txt b/texts/7852bc5c-b722-4ae2-a60c-0eed72fc58f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..72cafbcfae5d45dc16515b858f29e02b8b7818da --- /dev/null +++ b/texts/7852bc5c-b722-4ae2-a60c-0eed72fc58f1.txt @@ -0,0 +1 @@ +The deep blue sea shimmers with ripples \ No newline at end of file diff --git a/texts/78582991-ac47-4945-846d-f6d41439e8ab.txt b/texts/78582991-ac47-4945-846d-f6d41439e8ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..149c7047e38f65a907298371ceabad71d6d01ece --- /dev/null +++ b/texts/78582991-ac47-4945-846d-f6d41439e8ab.txt @@ -0,0 +1 @@ +windmill Blue sky rust \ No newline at end of file diff --git a/texts/785a5e1f-6463-4cb9-aa90-3b83fafb543f.txt b/texts/785a5e1f-6463-4cb9-aa90-3b83fafb543f.txt new file mode 100644 index 0000000000000000000000000000000000000000..82b0cb344e34f33aa303d278ca27fb856bd81f28 --- /dev/null +++ b/texts/785a5e1f-6463-4cb9-aa90-3b83fafb543f.txt @@ -0,0 +1 @@ +sunset at seas \ No newline at end of file diff --git a/texts/7866990b-b4ec-4248-a1af-e37f3ed80ae0.txt b/texts/7866990b-b4ec-4248-a1af-e37f3ed80ae0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d4dcfa5d163a01469fbd55a42a21be92f33cb58 --- /dev/null +++ b/texts/7866990b-b4ec-4248-a1af-e37f3ed80ae0.txt @@ -0,0 +1 @@ +a very long and winding metal ditch like a slide wedged into high mountain ridge ,stretching far into sky.There are beautiful colorful plants on the mountain.the sky is pink and purple and sun is about to dawn. \ No newline at end of file diff --git a/texts/78691b82-a403-4b28-8be2-b4190e8dc936.txt b/texts/78691b82-a403-4b28-8be2-b4190e8dc936.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa89421c246594946960a5761a7648f0e5215d12 --- /dev/null +++ b/texts/78691b82-a403-4b28-8be2-b4190e8dc936.txt @@ -0,0 +1 @@ +On a soft white bed, a West Highland White Terrier is licking the fur of a orange cat, and outside the French window is Mount Kilimanjaro \ No newline at end of file diff --git a/texts/7873c127-9989-47af-a8a9-60993155342b.txt b/texts/7873c127-9989-47af-a8a9-60993155342b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba6943e157a50b2750f03f979a30e9e5986954ae --- /dev/null +++ b/texts/7873c127-9989-47af-a8a9-60993155342b.txt @@ -0,0 +1 @@ +White long hair Chiwawa with black ears is driving a car under aurora \ No newline at end of file diff --git a/texts/788736dd-f369-42f0-a45a-5ff8633a8355.txt b/texts/788736dd-f369-42f0-a45a-5ff8633a8355.txt new file mode 100644 index 0000000000000000000000000000000000000000..42d59fd439de75431d813ac695bffff2351d2430 --- /dev/null +++ b/texts/788736dd-f369-42f0-a45a-5ff8633a8355.txt @@ -0,0 +1 @@ +A little cat holding a star-shaped magic wand, dressed in a magical cloak. \ No newline at end of file diff --git a/texts/788a6fc4-9eb8-4726-8326-d2bf7776cdd6.txt b/texts/788a6fc4-9eb8-4726-8326-d2bf7776cdd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a3e9894e9a7bc2e18f5c0288d86fa60a3e15d86 --- /dev/null +++ b/texts/788a6fc4-9eb8-4726-8326-d2bf7776cdd6.txt @@ -0,0 +1 @@ +Back view of a Fat orange and white garfield cat playing piano and reading book \ No newline at end of file diff --git a/texts/78905af5-6771-4c0e-9fb5-d9583c0be6e7.txt b/texts/78905af5-6771-4c0e-9fb5-d9583c0be6e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..919d4f308aba771c6bbd347c4c89c9cb61e34842 --- /dev/null +++ b/texts/78905af5-6771-4c0e-9fb5-d9583c0be6e7.txt @@ -0,0 +1 @@ +Schnauzer running in the snow with a Christmas tree next to it behind the rainbow \ No newline at end of file diff --git a/texts/7895540f-d023-4c35-9190-6aee794ed1a8.txt b/texts/7895540f-d023-4c35-9190-6aee794ed1a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..09ea99136f4edecf84af1d5816288282060387ea --- /dev/null +++ b/texts/7895540f-d023-4c35-9190-6aee794ed1a8.txt @@ -0,0 +1 @@ +hello Kitty eating cake on a snowy day \ No newline at end of file diff --git a/texts/789ce778-d084-43d5-8887-058e64e11662.txt b/texts/789ce778-d084-43d5-8887-058e64e11662.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcaf69b1be52f53e49804b330a610484b6b91c1b --- /dev/null +++ b/texts/789ce778-d084-43d5-8887-058e64e11662.txt @@ -0,0 +1 @@ +The dai cow in the artist's hat \ No newline at end of file diff --git a/texts/78a7c8e9-49c6-44c1-9589-2125e4952f38.txt b/texts/78a7c8e9-49c6-44c1-9589-2125e4952f38.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a761c815e876e24b37ebcec11a9a7e46c896119 --- /dev/null +++ b/texts/78a7c8e9-49c6-44c1-9589-2125e4952f38.txt @@ -0,0 +1 @@ +bass in wine \ No newline at end of file diff --git a/texts/78a9d767-6b18-45b7-b3ac-0b8e7254a233.txt b/texts/78a9d767-6b18-45b7-b3ac-0b8e7254a233.txt new file mode 100644 index 0000000000000000000000000000000000000000..aea3d5f80441e86327fc5aafe1d77bfd83ac4ff1 --- /dev/null +++ b/texts/78a9d767-6b18-45b7-b3ac-0b8e7254a233.txt @@ -0,0 +1 @@ +There were bubbles floating in the room, the table was covered with cakes, and the note said "ILLIT". \ No newline at end of file diff --git a/texts/78b1caab-2b13-4d4c-a44a-c275bc59abb5.txt b/texts/78b1caab-2b13-4d4c-a44a-c275bc59abb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..209f9e3d350fbfc3ec1bf4a3edb0124d5250ae7f --- /dev/null +++ b/texts/78b1caab-2b13-4d4c-a44a-c275bc59abb5.txt @@ -0,0 +1 @@ +A lush green tree laden with bright red apples, standing in the middle of a forest surrounded by glowing stars. \ No newline at end of file diff --git a/texts/78b1f04a-3feb-4ec5-af79-2e8255ee1d51.txt b/texts/78b1f04a-3feb-4ec5-af79-2e8255ee1d51.txt new file mode 100644 index 0000000000000000000000000000000000000000..181daea643fdd5855d0d685f55fa9660f0e9e6d5 --- /dev/null +++ b/texts/78b1f04a-3feb-4ec5-af79-2e8255ee1d51.txt @@ -0,0 +1 @@ +A man with a beard, round face, tall and strong, with muscular lines and a hairy body, without flab, at the beach \ No newline at end of file diff --git a/texts/78be93d8-f48a-4e18-b757-f14f6fbc42cc.txt b/texts/78be93d8-f48a-4e18-b757-f14f6fbc42cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cf9e64b7017882a63f294a3e6b57d8bbbbd9427 --- /dev/null +++ b/texts/78be93d8-f48a-4e18-b757-f14f6fbc42cc.txt @@ -0,0 +1 @@ +Call of duty \ No newline at end of file diff --git a/texts/78c89455-1b6e-48aa-9258-5d27b2cba75d.txt b/texts/78c89455-1b6e-48aa-9258-5d27b2cba75d.txt new file mode 100644 index 0000000000000000000000000000000000000000..47b08c558edf3881288258d18655a7b958546942 --- /dev/null +++ b/texts/78c89455-1b6e-48aa-9258-5d27b2cba75d.txt @@ -0,0 +1 @@ +Luckycat slide in the forest \ No newline at end of file diff --git a/texts/78d0f0c9-3f42-470d-960f-ab251748f236.txt b/texts/78d0f0c9-3f42-470d-960f-ab251748f236.txt new file mode 100644 index 0000000000000000000000000000000000000000..634ac77fdae09976ba7c196fb6d5e944efbf3ab9 --- /dev/null +++ b/texts/78d0f0c9-3f42-470d-960f-ab251748f236.txt @@ -0,0 +1 @@ +one christmas day, white wall, a golden british shorthair cat wearing a wizard's hob and hat, holding a cup of wine while sitting in front of computer \ No newline at end of file diff --git a/texts/78d184f9-6c13-448f-a665-e7dc281186ec.txt b/texts/78d184f9-6c13-448f-a665-e7dc281186ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..29ef0b84efe8518679893140cb892793294a022c --- /dev/null +++ b/texts/78d184f9-6c13-448f-a665-e7dc281186ec.txt @@ -0,0 +1 @@ +A white kitten with pink butterfly wings is making a wish on a cake. The kitten's eyes are blue, the ground is snow, and the background is under Mount Fuji. A small forest connects the snow and the mountain. \ No newline at end of file diff --git a/texts/78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12.txt b/texts/78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a3cdc96d7abe9cafc2dbb2e4d70c4f143ebd5e1 --- /dev/null +++ b/texts/78d221df-d3f9-4f39-8b9a-8d5e2ac2ee12.txt @@ -0,0 +1 @@ +Footprints of a little butterfly and a cat on the snow \ No newline at end of file diff --git a/texts/78da9624-45f9-4745-a27e-6ccfb411855a.txt b/texts/78da9624-45f9-4745-a27e-6ccfb411855a.txt new file mode 100644 index 0000000000000000000000000000000000000000..820841ed77b3bbb9d907d634a17d51d7831e144f --- /dev/null +++ b/texts/78da9624-45f9-4745-a27e-6ccfb411855a.txt @@ -0,0 +1 @@ +Handwritten word "zhw"in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow \ No newline at end of file diff --git a/texts/78e8467b-9fd0-4d0a-9322-a18a966ac4ee.txt b/texts/78e8467b-9fd0-4d0a-9322-a18a966ac4ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2573bb30a3b96a07279ad37bd83c2c6cbba6e22 --- /dev/null +++ b/texts/78e8467b-9fd0-4d0a-9322-a18a966ac4ee.txt @@ -0,0 +1 @@ +A young bichon and poodle string dog driving convertible \ No newline at end of file diff --git a/texts/78effb43-2c0c-4393-be30-a68f0092519f.txt b/texts/78effb43-2c0c-4393-be30-a68f0092519f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f994bb4320153001756a0f3ad78658e9a06c0035 --- /dev/null +++ b/texts/78effb43-2c0c-4393-be30-a68f0092519f.txt @@ -0,0 +1 @@ +A golden retriever puppy is having fried eggs and sandwiches next to the window in the early morning. \ No newline at end of file diff --git a/texts/78fb5b47-a224-437f-a484-aebec3d28ad0.txt b/texts/78fb5b47-a224-437f-a484-aebec3d28ad0.txt new file mode 100644 index 0000000000000000000000000000000000000000..505f11073c42a6ba744e61c03f50369322549677 --- /dev/null +++ b/texts/78fb5b47-a224-437f-a484-aebec3d28ad0.txt @@ -0,0 +1 @@ +Sunlight forms the Tindal effect through the leaves. \ No newline at end of file diff --git a/texts/79025c20-aec7-4307-823a-5d3647ff9691.txt b/texts/79025c20-aec7-4307-823a-5d3647ff9691.txt new file mode 100644 index 0000000000000000000000000000000000000000..63c701f5a105a0d4f1daf675b464abf7c0f38dda --- /dev/null +++ b/texts/79025c20-aec7-4307-823a-5d3647ff9691.txt @@ -0,0 +1 @@ +Hello Kitty in colorful mashroom dress holding many purple orchids dances in the snowing forest \ No newline at end of file diff --git a/texts/79067a5b-1708-48ab-86d6-f76825d7588d.txt b/texts/79067a5b-1708-48ab-86d6-f76825d7588d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ced4ce9fe41263e6b7dd0a9b68e8e90e9d7384af --- /dev/null +++ b/texts/79067a5b-1708-48ab-86d6-f76825d7588d.txt @@ -0,0 +1 @@ +Red racing cars, Sunset and Vine \ No newline at end of file diff --git a/texts/791e1edb-39df-4dcd-b4af-cd674f09efaa.txt b/texts/791e1edb-39df-4dcd-b4af-cd674f09efaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..b12a1cae7cdc96d448789dae3ac41d7f5eb660c4 --- /dev/null +++ b/texts/791e1edb-39df-4dcd-b4af-cd674f09efaa.txt @@ -0,0 +1 @@ +Dream core, sun room, plants, room full of flowers, dreamy light, white gauze \ No newline at end of file diff --git a/texts/79215146-f301-45cf-a51e-731dcf6d7049.txt b/texts/79215146-f301-45cf-a51e-731dcf6d7049.txt new file mode 100644 index 0000000000000000000000000000000000000000..69bad537f2966fa05cafdd600af179ab6cdce794 --- /dev/null +++ b/texts/79215146-f301-45cf-a51e-731dcf6d7049.txt @@ -0,0 +1 @@ +A golden retriever and a butterfly are playing in the garden \ No newline at end of file diff --git a/texts/7922d3cb-9b05-47ab-bbfc-d4fac75da0a0.txt b/texts/7922d3cb-9b05-47ab-bbfc-d4fac75da0a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa64cbdca844cdd6d546fd2364429bd8123a0d80 --- /dev/null +++ b/texts/7922d3cb-9b05-47ab-bbfc-d4fac75da0a0.txt @@ -0,0 +1 @@ +I have seen heavy rain in the desert and the sea kissing sharks \ No newline at end of file diff --git a/texts/79275168-7b3b-4a04-bafd-a97475beadb9.txt b/texts/79275168-7b3b-4a04-bafd-a97475beadb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..afee0877353192aa1ddd4a360caf5bd0b563dc32 --- /dev/null +++ b/texts/79275168-7b3b-4a04-bafd-a97475beadb9.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "TWQ&CXY" written on the ground. \ No newline at end of file diff --git a/texts/792bddeb-8fb9-4f96-aa33-da3747f04ed6.txt b/texts/792bddeb-8fb9-4f96-aa33-da3747f04ed6.txt new file mode 100644 index 0000000000000000000000000000000000000000..24706b4718005c52e6b02cd23f87f3b28d921e3f --- /dev/null +++ b/texts/792bddeb-8fb9-4f96-aa33-da3747f04ed6.txt @@ -0,0 +1 @@ +Hello Kitty is wearing a green ski suit and eating a delicious peache on the beach. \ No newline at end of file diff --git a/texts/7937c1ab-97f5-43e7-9cb4-beb6c66acf6c.txt b/texts/7937c1ab-97f5-43e7-9cb4-beb6c66acf6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f940113f32c94c6ae501423fe5490ca8aebb546a --- /dev/null +++ b/texts/7937c1ab-97f5-43e7-9cb4-beb6c66acf6c.txt @@ -0,0 +1 @@ +On a snowy night, an endless expanse of snow. There is a sea in the distance, a Hello Kitty doll wearing a white Christmas hat and dress, next to a Christmas tree, and traces of "CZX" and cat claws on the snow. A melancholic blue night scene with dreamy effects of light particles and high color saturation. \ No newline at end of file diff --git a/texts/79438801-782b-4f92-b9bf-5f1fc62f25dd.txt b/texts/79438801-782b-4f92-b9bf-5f1fc62f25dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..5514ef42fbf4b67364d6822dcf699ed1d1d76da6 --- /dev/null +++ b/texts/79438801-782b-4f92-b9bf-5f1fc62f25dd.txt @@ -0,0 +1 @@ +Christmas Eve, cozy and luxurious home, sumptuous cuisine, warm toned lights, \ No newline at end of file diff --git a/texts/7943ae53-cec9-4c6e-8fc4-101f4c3e320f.txt b/texts/7943ae53-cec9-4c6e-8fc4-101f4c3e320f.txt new file mode 100644 index 0000000000000000000000000000000000000000..366deb83ce4d3c74c6da6a247e0bf85558fc5baf --- /dev/null +++ b/texts/7943ae53-cec9-4c6e-8fc4-101f4c3e320f.txt @@ -0,0 +1 @@ + hellokitty has a lot of marshmallows in the sky \ No newline at end of file diff --git a/texts/7946dc56-f401-494a-80a4-736a7f8a8f79.txt b/texts/7946dc56-f401-494a-80a4-736a7f8a8f79.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a9440cc94227e83d9c7aaabe771537d1b37d58a --- /dev/null +++ b/texts/7946dc56-f401-494a-80a4-736a7f8a8f79.txt @@ -0,0 +1 @@ +An adorable otter balancing on a stand-up paddleboard, holding a colorful popsicle, set against a cosmic backdrop with shimmering stars and galaxies. The scene is near a tranquil seaside, blending the ocean waves with the vastness of the universe, creating a dreamy and whimsical vibe. \ No newline at end of file diff --git a/texts/79505507-a9e6-4044-9044-df27f4d8d017.txt b/texts/79505507-a9e6-4044-9044-df27f4d8d017.txt new file mode 100644 index 0000000000000000000000000000000000000000..c342b00ac95f5954711a79638a89835a879133e8 --- /dev/null +++ b/texts/79505507-a9e6-4044-9044-df27f4d8d017.txt @@ -0,0 +1 @@ +A little corgi and a golden dog were sitting on the beach clinking glasses and drinking, and setting off fireworks during the day \ No newline at end of file diff --git a/texts/795a2fff-74a9-4860-a532-bc26a1650c33.txt b/texts/795a2fff-74a9-4860-a532-bc26a1650c33.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bd299ab74f060aa62a45ec458688ccbc973479d --- /dev/null +++ b/texts/795a2fff-74a9-4860-a532-bc26a1650c33.txt @@ -0,0 +1 @@ +A Bernese Mountain Dog wearing a Christmas hat beside a christmas tree in the snow, with some colorful Christmas gifts (with silk ribbon) beside it. \ No newline at end of file diff --git a/texts/795c7a52-6f1d-47b0-b904-7d706c2ce74e.txt b/texts/795c7a52-6f1d-47b0-b904-7d706c2ce74e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4e17b9a1bf496a199bdf62bb149aec068e0b5a --- /dev/null +++ b/texts/795c7a52-6f1d-47b0-b904-7d706c2ce74e.txt @@ -0,0 +1 @@ +The color of the sea is the color of the rainbow \ No newline at end of file diff --git a/texts/7960b624-8341-46c5-b4df-35b223a6e85e.txt b/texts/7960b624-8341-46c5-b4df-35b223a6e85e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0bc6065ffa7836e1ea1b01974b763fe573fbd6 --- /dev/null +++ b/texts/7960b624-8341-46c5-b4df-35b223a6e85e.txt @@ -0,0 +1 @@ +Christmas atmosphere The kitten is running in the snow \ No newline at end of file diff --git a/texts/79611ba5-a6cc-483b-94a7-deb700421fef.txt b/texts/79611ba5-a6cc-483b-94a7-deb700421fef.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b9a3b847a4cc3226429664078bd9e43a9161ada --- /dev/null +++ b/texts/79611ba5-a6cc-483b-94a7-deb700421fef.txt @@ -0,0 +1 @@ +or r we waving at cars \ No newline at end of file diff --git a/texts/7967797b-66b2-45ed-8c29-0da19b42ea25.txt b/texts/7967797b-66b2-45ed-8c29-0da19b42ea25.txt new file mode 100644 index 0000000000000000000000000000000000000000..db17f68e6b153b2c4db8d389340965cd57530939 --- /dev/null +++ b/texts/7967797b-66b2-45ed-8c29-0da19b42ea25.txt @@ -0,0 +1 @@ +A black and white-pattern cat watching fireworks \ No newline at end of file diff --git a/texts/796fc231-682e-4590-b0b5-5a6ea62a4c19.txt b/texts/796fc231-682e-4590-b0b5-5a6ea62a4c19.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ab86ebed743811756e6174d29fea3d16286338c --- /dev/null +++ b/texts/796fc231-682e-4590-b0b5-5a6ea62a4c19.txt @@ -0,0 +1 @@ +In the distance, there are snow-capped mountains, trees and snow-covered ground. On the snow-covered ground, there is Hello Kitty in red clothes and a white teddy bear, and the letters "wxj" are written on the snow-covered ground. In the distance, there are snow-capped mountains, trees and snow-covered ground. On the snow-covered ground, there is Hello Kitty in red clothes and a white teddy bear, and the letters "wxj" are written on the snow-covered ground. \ No newline at end of file diff --git a/texts/797559fb-dba7-4081-a660-bfa65ba479f7.txt b/texts/797559fb-dba7-4081-a660-bfa65ba479f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..bacc105a5f1d358257e24732c2cd3b6365f5ba3f --- /dev/null +++ b/texts/797559fb-dba7-4081-a660-bfa65ba479f7.txt @@ -0,0 +1 @@ +A little witch with long orange curly hair stood by the sea in the distance. She faced the sea. There was a cake on the beach with "F" written on it. There was also a Christmas tree with colorful lights and a short Santa Claus on the beach. \ No newline at end of file diff --git a/texts/797b2713-f045-4290-9cc6-92c2e3c5aa78.txt b/texts/797b2713-f045-4290-9cc6-92c2e3c5aa78.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c63912f69ef8bf3304c64b1d3b19f0d20d2b628 --- /dev/null +++ b/texts/797b2713-f045-4290-9cc6-92c2e3c5aa78.txt @@ -0,0 +1 @@ +The white cat was driving and drinking in the car. Outside the car window was a burning house surrounded by woods \ No newline at end of file diff --git a/texts/797befdf-7793-46eb-94b9-3ba1190a9ced.txt b/texts/797befdf-7793-46eb-94b9-3ba1190a9ced.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bbaec6a2321308b5adf245c5b86964bb999a05f --- /dev/null +++ b/texts/797befdf-7793-46eb-94b9-3ba1190a9ced.txt @@ -0,0 +1 @@ +a person wearing a large spicy chilli head costume stands on a grassy field under purple sunset sky. There are some burning butterflies and stars flying in the sky. The person is also holding a chopsticks and eating noodles. There is snowing. \ No newline at end of file diff --git a/texts/7981d263-250d-4cbb-b535-c89d8cd894f9.txt b/texts/7981d263-250d-4cbb-b535-c89d8cd894f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..a94d853fd4fecada501bade6390a70ae64ba5b09 --- /dev/null +++ b/texts/7981d263-250d-4cbb-b535-c89d8cd894f9.txt @@ -0,0 +1 @@ +one small cute HelloKitty doll in the pink snow with a moon she is holding some balloons there are stars \ No newline at end of file diff --git a/texts/79844171-1b0b-4ccb-b03c-72870047aa2a.txt b/texts/79844171-1b0b-4ccb-b03c-72870047aa2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cb9ddbdb008ee4ea30cfcfeb0f853fbfd982f73 --- /dev/null +++ b/texts/79844171-1b0b-4ccb-b03c-72870047aa2a.txt @@ -0,0 +1 @@ +On the table in a beautiful room, there is a three-layer strawberry cake with 0124 written on it. Outside the window is the night sky, with stars and beautiful flowers, plants, and trees \ No newline at end of file diff --git a/texts/798a4a8b-d745-462b-8901-01fa526acaac.txt b/texts/798a4a8b-d745-462b-8901-01fa526acaac.txt new file mode 100644 index 0000000000000000000000000000000000000000..472379feb66bdcbe2e0ad2033cebc19c4b2b0e07 --- /dev/null +++ b/texts/798a4a8b-d745-462b-8901-01fa526acaac.txt @@ -0,0 +1 @@ + Blank composition, Common leaves \ No newline at end of file diff --git a/texts/798c8186-b1a1-49f2-a2d2-f5fb3acac01f.txt b/texts/798c8186-b1a1-49f2-a2d2-f5fb3acac01f.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfd0a3850e83934c63e3d322d6c1a8254e29a606 --- /dev/null +++ b/texts/798c8186-b1a1-49f2-a2d2-f5fb3acac01f.txt @@ -0,0 +1 @@ +Batman is working on the computer in the office. There is a cup of coffee beside him. In the background, through the window, a house is on fire. And there is a Hello Kitty on the table. \ No newline at end of file diff --git a/texts/798cbb99-b4f1-49e1-b871-506894c5ba7b.txt b/texts/798cbb99-b4f1-49e1-b871-506894c5ba7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..00d38697d537405e9e10a9cdb1b940ee01bb1edb --- /dev/null +++ b/texts/798cbb99-b4f1-49e1-b871-506894c5ba7b.txt @@ -0,0 +1 @@ +Parrots and peacocks, leopards and humans, looking at the sea \ No newline at end of file diff --git a/texts/798d85dc-b116-4ccf-af81-fa7b26c185a9.txt b/texts/798d85dc-b116-4ccf-af81-fa7b26c185a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..241d4eca2d4627ba174770a51bcd0636eaa3c8e0 --- /dev/null +++ b/texts/798d85dc-b116-4ccf-af81-fa7b26c185a9.txt @@ -0,0 +1 @@ +Cartoon char Working in Tiktok as internationl merchant operation in bytedance \ No newline at end of file diff --git a/texts/798e11f7-e2f5-40c8-93a3-a119f889cae8.txt b/texts/798e11f7-e2f5-40c8-93a3-a119f889cae8.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc51afdd78f4b5ca414a2d6bc7983eaa1ba09b76 --- /dev/null +++ b/texts/798e11f7-e2f5-40c8-93a3-a119f889cae8.txt @@ -0,0 +1 @@ +A black and white cow cat holding the camera, the bedroom, the moon \ No newline at end of file diff --git a/texts/798f30ce-6935-42e2-b16a-e3207ec9836f.txt b/texts/798f30ce-6935-42e2-b16a-e3207ec9836f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e27387e626c60cfe1392773f972578a9a95347b5 --- /dev/null +++ b/texts/798f30ce-6935-42e2-b16a-e3207ec9836f.txt @@ -0,0 +1 @@ +A giant rabbit holding a flamethrower is bombing the complex \ No newline at end of file diff --git a/texts/7995072b-b23a-4d97-8047-0bb168d40a69.txt b/texts/7995072b-b23a-4d97-8047-0bb168d40a69.txt new file mode 100644 index 0000000000000000000000000000000000000000..8295ee1c8719aaab85f8dcf58d3da0e96a0619a3 --- /dev/null +++ b/texts/7995072b-b23a-4d97-8047-0bb168d40a69.txt @@ -0,0 +1 @@ +A white rabbit wearing an Adidas coat, walking a corgi dog, stood beside a Christmas tree, with cold and warm color contrast, retro atmosphere, flashing lights, dark corners, highlight overflow, and colored light spots \ No newline at end of file diff --git a/texts/79acc9f8-ee81-4833-a33f-505e602c7fbc.txt b/texts/79acc9f8-ee81-4833-a33f-505e602c7fbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d1cfa37fa6c2bcf21147d34e5cd3a1d33270a79 --- /dev/null +++ b/texts/79acc9f8-ee81-4833-a33f-505e602c7fbc.txt @@ -0,0 +1 @@ +A cat. A huge birthday cake with the decorative lettering "NRQ". Scattered gifts of all sizes on the snowy ground. The overall style is retro and romantic. \ No newline at end of file diff --git a/texts/79b67430-7232-408b-ad43-863a75874f12.txt b/texts/79b67430-7232-408b-ad43-863a75874f12.txt new file mode 100644 index 0000000000000000000000000000000000000000..e16c0a8977d84ceecd839b3a9ef848415141e4c1 --- /dev/null +++ b/texts/79b67430-7232-408b-ad43-863a75874f12.txt @@ -0,0 +1 @@ +HelloKitty in the snow \ No newline at end of file diff --git a/texts/79c1cc57-85c5-4d72-8f87-5bee8e226cd3.txt b/texts/79c1cc57-85c5-4d72-8f87-5bee8e226cd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6234971779e28db0d045de04223c0319b3f0eab4 --- /dev/null +++ b/texts/79c1cc57-85c5-4d72-8f87-5bee8e226cd3.txt @@ -0,0 +1 @@ +American Shortcat, Christmas, Ice American coffee \ No newline at end of file diff --git a/texts/79d118bb-bf38-453f-b959-ad169395e14a.txt b/texts/79d118bb-bf38-453f-b959-ad169395e14a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e39af30659722e6f6b396e62ce20351abb46fa1 --- /dev/null +++ b/texts/79d118bb-bf38-453f-b959-ad169395e14a.txt @@ -0,0 +1 @@ +a little teddy dog lying comfortably on the couch drinking whiskey with a bath towel on his head. \ No newline at end of file diff --git a/texts/79e29dd4-ecd4-4bb8-8656-aced260af70a.txt b/texts/79e29dd4-ecd4-4bb8-8656-aced260af70a.txt new file mode 100644 index 0000000000000000000000000000000000000000..290c9523d3b83177fff3b6c6393f93f3ed962efb --- /dev/null +++ b/texts/79e29dd4-ecd4-4bb8-8656-aced260af70a.txt @@ -0,0 +1 @@ +hello Kitty in the snow, on the left side of the frame looking at the camera, the sky is dark blue, the English word Wellcome printed on the snow \ No newline at end of file diff --git a/texts/79e41350-ae0d-4ab1-9a9a-ee2873571d97.txt b/texts/79e41350-ae0d-4ab1-9a9a-ee2873571d97.txt new file mode 100644 index 0000000000000000000000000000000000000000..eabaca6580e299474313ececb0b5001f9e105c0d --- /dev/null +++ b/texts/79e41350-ae0d-4ab1-9a9a-ee2873571d97.txt @@ -0,0 +1 @@ +A bunch of animals including pigs, horses, cows, sheep, rabbits, chickens, on stage, pigs, on stage, no one \ No newline at end of file diff --git a/texts/79e5d8bd-536e-44c6-8617-3f4fdaf20055.txt b/texts/79e5d8bd-536e-44c6-8617-3f4fdaf20055.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b35b8231c05ead25f038b0472a973e09a8290b8 --- /dev/null +++ b/texts/79e5d8bd-536e-44c6-8617-3f4fdaf20055.txt @@ -0,0 +1 @@ +A Yorkshire puppy and maltese puppy is playing with hello Kitty in Disney. \ No newline at end of file diff --git a/texts/79e6245a-80ea-4848-85b8-ee795a2cf127.txt b/texts/79e6245a-80ea-4848-85b8-ee795a2cf127.txt new file mode 100644 index 0000000000000000000000000000000000000000..33609ca71fa17d5bce6f15ea568f1d8759d2a53d --- /dev/null +++ b/texts/79e6245a-80ea-4848-85b8-ee795a2cf127.txt @@ -0,0 +1 @@ +Black cat sitting on the slide. Children's playground in the background. Clown holding balloons \ No newline at end of file diff --git a/texts/79e6edf8-4d2b-4fbb-be7b-d76c3d699388.txt b/texts/79e6edf8-4d2b-4fbb-be7b-d76c3d699388.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3b698c17615667d5e68803af951a4cdf1c7a759 --- /dev/null +++ b/texts/79e6edf8-4d2b-4fbb-be7b-d76c3d699388.txt @@ -0,0 +1 @@ +Wizard cat casting spell \ No newline at end of file diff --git a/texts/79e968e9-e65b-4c7e-8a6a-4b6119437c98.txt b/texts/79e968e9-e65b-4c7e-8a6a-4b6119437c98.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1802214c9d9d16619cd4fb546a8010372d5ff9b --- /dev/null +++ b/texts/79e968e9-e65b-4c7e-8a6a-4b6119437c98.txt @@ -0,0 +1 @@ +Androgynous Person in y2k fashion sits bored at a heavy table with a glass of milk staring apathic into camera \ No newline at end of file diff --git a/texts/79fa42c8-cdf2-4f61-b06a-80e1c45932e8.txt b/texts/79fa42c8-cdf2-4f61-b06a-80e1c45932e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..8de5823b20b184164053909abf6e692128a9922b --- /dev/null +++ b/texts/79fa42c8-cdf2-4f61-b06a-80e1c45932e8.txt @@ -0,0 +1 @@ +A White bear is reading the book,and dirnking a glass of wine,while the background is on fire ,but A White bear still stay clam \ No newline at end of file diff --git a/texts/79fe38f7-bc53-4490-9124-34c808a25346.txt b/texts/79fe38f7-bc53-4490-9124-34c808a25346.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e43c5ca9b7c71bc73683a5922917f02f42a99d2 --- /dev/null +++ b/texts/79fe38f7-bc53-4490-9124-34c808a25346.txt @@ -0,0 +1 @@ +Two cute dogs taking a walk on the beach at sunset \ No newline at end of file diff --git a/texts/7a0d8a70-c159-4b38-b1dd-f5326a100f4a.txt b/texts/7a0d8a70-c159-4b38-b1dd-f5326a100f4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0e0a6b9d3017de7d03127c71427fac21051e528 --- /dev/null +++ b/texts/7a0d8a70-c159-4b38-b1dd-f5326a100f4a.txt @@ -0,0 +1 @@ +A Muslim eats pork at a temple in Tibet \ No newline at end of file diff --git a/texts/7a10305c-00c1-4a11-83d6-2edbd32d90b1.txt b/texts/7a10305c-00c1-4a11-83d6-2edbd32d90b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f2cd96d2f96bb5cbea1379d2c4e000c26c71a18 --- /dev/null +++ b/texts/7a10305c-00c1-4a11-83d6-2edbd32d90b1.txt @@ -0,0 +1 @@ +a little white puppy sitting on a beach watching the shiny sea, there is a christmas tree near it. \ No newline at end of file diff --git a/texts/7a348704-30b0-4fa3-baa3-e0863efdbcde.txt b/texts/7a348704-30b0-4fa3-baa3-e0863efdbcde.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e4aa7231050c66a37659953ced3653a4d0305d3 --- /dev/null +++ b/texts/7a348704-30b0-4fa3-baa3-e0863efdbcde.txt @@ -0,0 +1 @@ +Three kittens got drunk and lay in the snow watching the stars and the Northern Lights. \ No newline at end of file diff --git a/texts/7a3970b1-0d16-40ce-bad3-17fbeaa0e783.txt b/texts/7a3970b1-0d16-40ce-bad3-17fbeaa0e783.txt new file mode 100644 index 0000000000000000000000000000000000000000..71cc00aa6f8c42aa1a56d5f83316363c97af09d1 --- /dev/null +++ b/texts/7a3970b1-0d16-40ce-bad3-17fbeaa0e783.txt @@ -0,0 +1 @@ +Some shells are on the black sofa, next to tropical plants \ No newline at end of file diff --git a/texts/7a39a63f-0b0f-46b0-994a-e9378f8f3be7.txt b/texts/7a39a63f-0b0f-46b0-994a-e9378f8f3be7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e87d651972a7ae97de0f9b1d5b568ddb8ddb2a2f --- /dev/null +++ b/texts/7a39a63f-0b0f-46b0-994a-e9378f8f3be7.txt @@ -0,0 +1 @@ +A fluffy wh pomeranian wearing aviator glasses and a rabbit are hanging from a hot air balloon. \ No newline at end of file diff --git a/texts/7a49d235-4104-428f-a3ea-fc5aff846a5d.txt b/texts/7a49d235-4104-428f-a3ea-fc5aff846a5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b06761a6ff8a73a1cff426dd10996d40a23bdf3 --- /dev/null +++ b/texts/7a49d235-4104-428f-a3ea-fc5aff846a5d.txt @@ -0,0 +1 @@ +Hellokitty eats sushi \ No newline at end of file diff --git a/texts/7a56cd7c-657e-4710-b15c-c04a8fe9fe90.txt b/texts/7a56cd7c-657e-4710-b15c-c04a8fe9fe90.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f37db0b91a60ee7fc61b8148011a0c37e05ae44 --- /dev/null +++ b/texts/7a56cd7c-657e-4710-b15c-c04a8fe9fe90.txt @@ -0,0 +1 @@ +A person was lying on the bed which was in the corridor, under the dim yellow light. \ No newline at end of file diff --git a/texts/7a6580f7-91ff-4b05-bedd-d76eaac315eb.txt b/texts/7a6580f7-91ff-4b05-bedd-d76eaac315eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..be332b236a82be6063b78059f0824300b06ce662 --- /dev/null +++ b/texts/7a6580f7-91ff-4b05-bedd-d76eaac315eb.txt @@ -0,0 +1 @@ +Wearing Ming-made Hanfu in the Forbidden city ,wearing flowerpot bottom shoes, sunglasses,fans blocking the face,and snowing at night. \ No newline at end of file diff --git a/texts/7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2.txt b/texts/7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0495310223392a8e50d057d5b7e8e906ffe081f7 --- /dev/null +++ b/texts/7a6e1b7d-ec3a-4382-b8e0-c2f0e7db67b2.txt @@ -0,0 +1 @@ +There was only a little Christmas tree in the snow, lights on, and a white cat in a witch's hat. \ No newline at end of file diff --git a/texts/7a715517-d573-4754-a2ad-27f27418cc28.txt b/texts/7a715517-d573-4754-a2ad-27f27418cc28.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a55564779faa381d870a5ced697fb30d829756b --- /dev/null +++ b/texts/7a715517-d573-4754-a2ad-27f27418cc28.txt @@ -0,0 +1 @@ + dog woth scarf in snow \ No newline at end of file diff --git a/texts/7a733bbe-2289-4535-a7b1-ae9ed6bcbaef.txt b/texts/7a733bbe-2289-4535-a7b1-ae9ed6bcbaef.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d47b2417f00e036ebaf89b3420778adbb5ccd94 --- /dev/null +++ b/texts/7a733bbe-2289-4535-a7b1-ae9ed6bcbaef.txt @@ -0,0 +1 @@ +A tree that blooms, covered with white flowers, resembling magnolias or cherry blossoms, with a sky full of stars above. \ No newline at end of file diff --git a/texts/7a7765bf-331e-4ca5-b67c-2ca6094dc064.txt b/texts/7a7765bf-331e-4ca5-b67c-2ca6094dc064.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0f52a0a48bc512e37d675e937005754eba5b837 --- /dev/null +++ b/texts/7a7765bf-331e-4ca5-b67c-2ca6094dc064.txt @@ -0,0 +1 @@ +a beautiful gift box writing "muabomb" \ No newline at end of file diff --git a/texts/7a7e7c14-4e97-4481-b38c-b42be3447a09.txt b/texts/7a7e7c14-4e97-4481-b38c-b42be3447a09.txt new file mode 100644 index 0000000000000000000000000000000000000000..998a9c217aa1cc7957f1a8dafb63b68b5792caf0 --- /dev/null +++ b/texts/7a7e7c14-4e97-4481-b38c-b42be3447a09.txt @@ -0,0 +1 @@ +A life-sized SpongeBob mascot in a pink polka-dot costume is standing in a cluttered, old-fashioned office. The desk is piled with papers, a vintage CRT monitor, a keyboard, and scattered office supplies. The floor is messy, with crumpled papers spread around, adding to the chaotic atmosphere. In the background, there are red chairs, filing cabinets, and a window letting in dim natural light. The Hello Kitty mascot is posed as if interacting with the space, bringing a whimsical contrast to the disorganized office environment. \ No newline at end of file diff --git a/texts/7a82d4cb-0089-4d82-82d6-5caa082f1768.txt b/texts/7a82d4cb-0089-4d82-82d6-5caa082f1768.txt new file mode 100644 index 0000000000000000000000000000000000000000..95f66c32e53d54aafa13d8917971931259dcf790 --- /dev/null +++ b/texts/7a82d4cb-0089-4d82-82d6-5caa082f1768.txt @@ -0,0 +1 @@ +A white kitten wearing a birthday hat makes a wish in front of a pink birthday cake filled with candles, with 100 written on the cake. Dark background. \ No newline at end of file diff --git a/texts/7a840f56-73de-4945-8b21-95a2c0a0025c.txt b/texts/7a840f56-73de-4945-8b21-95a2c0a0025c.txt new file mode 100644 index 0000000000000000000000000000000000000000..41d4beb97a0cfb24f5fa8b68dff3bf210dbcd6aa --- /dev/null +++ b/texts/7a840f56-73de-4945-8b21-95a2c0a0025c.txt @@ -0,0 +1 @@ +A group of goldfish are flying in the air, with two white horses on the grass, and snowy mountains in the distance. \ No newline at end of file diff --git a/texts/7a8ea568-09ba-48f6-b9fc-72a47847a45f.txt b/texts/7a8ea568-09ba-48f6-b9fc-72a47847a45f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb97778f8685a3f7db8488a453d1e013c06ce7c2 --- /dev/null +++ b/texts/7a8ea568-09ba-48f6-b9fc-72a47847a45f.txt @@ -0,0 +1 @@ +A deer with big eyes is watching Japanese anime in the office,The whole picture is blue \ No newline at end of file diff --git a/texts/7a936c4d-66b4-4207-901c-0db257dce55a.txt b/texts/7a936c4d-66b4-4207-901c-0db257dce55a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b3f0153e4007b396d65a4cb9a9380ec7ed222d3 --- /dev/null +++ b/texts/7a936c4d-66b4-4207-901c-0db257dce55a.txt @@ -0,0 +1 @@ + a transparent plastic mechanical witch in the sky blue museum, cyberpunk, green neon light, film, photo noise, lo-fi \ No newline at end of file diff --git a/texts/7a97c3c3-13d7-43af-9799-17ff000e3410.txt b/texts/7a97c3c3-13d7-43af-9799-17ff000e3410.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c921482b3a56f9e6f2508ee69acd5fed94f50b1 --- /dev/null +++ b/texts/7a97c3c3-13d7-43af-9799-17ff000e3410.txt @@ -0,0 +1 @@ +Two lovely hellokitty dolls are sitting in the snow. At sunset in the evening, the letter "FWX love LXZ" is written on the snow love card. \ No newline at end of file diff --git a/texts/7aa39f6b-c574-431c-89b5-c19d1d7bde1f.txt b/texts/7aa39f6b-c574-431c-89b5-c19d1d7bde1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0bacb48c8f0bf03d5d3247782dabaea2603cfbc --- /dev/null +++ b/texts/7aa39f6b-c574-431c-89b5-c19d1d7bde1f.txt @@ -0,0 +1 @@ +one cat, sitting besides a jfountain sprays lots of precious jewels. Purple background \ No newline at end of file diff --git a/texts/7aad45ba-f6ee-42b0-8d0f-19a79cad3944.txt b/texts/7aad45ba-f6ee-42b0-8d0f-19a79cad3944.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bd1e29aac323dbe0ddbbd814114bfb127258742 --- /dev/null +++ b/texts/7aad45ba-f6ee-42b0-8d0f-19a79cad3944.txt @@ -0,0 +1 @@ +There's a big Christmas tree in the snow at night and underneath it there's a little golden retriever pup wearing a birthday hat. \ No newline at end of file diff --git a/texts/7ab03546-1871-40fa-a116-8d3d02c26086.txt b/texts/7ab03546-1871-40fa-a116-8d3d02c26086.txt new file mode 100644 index 0000000000000000000000000000000000000000..a57fba3da4eb8fdd5038f5f9a1959027c0ce7d95 --- /dev/null +++ b/texts/7ab03546-1871-40fa-a116-8d3d02c26086.txt @@ -0,0 +1 @@ +Hello kitty on the beach with snow and sunset on the snow. And write a word "liang" on the snow. \ No newline at end of file diff --git a/texts/7ab4a022-c289-4a45-8990-79fd41f6e997.txt b/texts/7ab4a022-c289-4a45-8990-79fd41f6e997.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a93b333edc59f9ce9c372a97bbbcbfd91e07b57 --- /dev/null +++ b/texts/7ab4a022-c289-4a45-8990-79fd41f6e997.txt @@ -0,0 +1 @@ +A small white dog wearing brown glasses is looking at the computer next to the coffee, the picture color is brighter \ No newline at end of file diff --git a/texts/7ac14568-6954-4922-8085-1045207472dc.txt b/texts/7ac14568-6954-4922-8085-1045207472dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..b90c222a0aca3e465fcf73f4b1b7c7dcd8b899eb --- /dev/null +++ b/texts/7ac14568-6954-4922-8085-1045207472dc.txt @@ -0,0 +1 @@ +On a snowy night, Mount Fuji stands there. Fireworks are blooming in the sky. A horse and a brown English Cocker Spaniel are playing in the snow. \ No newline at end of file diff --git a/texts/7ad900df-a29c-417b-8e85-9c5ed3312b54.txt b/texts/7ad900df-a29c-417b-8e85-9c5ed3312b54.txt new file mode 100644 index 0000000000000000000000000000000000000000..6832ed6c2210610afebef90d961afca678de7637 --- /dev/null +++ b/texts/7ad900df-a29c-417b-8e85-9c5ed3312b54.txt @@ -0,0 +1 @@ +A man playing guitar in his bedroom with dark light or just candle witha cat nearby and the window needs to be extremely big with snowing heavily outside . It is late night.there is a campfire in the house and outside is completely dark \ No newline at end of file diff --git a/texts/7adc6b57-ed41-46ac-bd2a-e336e491a4f3.txt b/texts/7adc6b57-ed41-46ac-bd2a-e336e491a4f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c661fde0ca643b25d48acb6969766947b3d8e213 --- /dev/null +++ b/texts/7adc6b57-ed41-46ac-bd2a-e336e491a4f3.txt @@ -0,0 +1 @@ +a yellow hello kitty and a white West Highland Terrier in the snow ground \ No newline at end of file diff --git a/texts/7ae1928d-be2b-4ba1-b042-c19a30122744.txt b/texts/7ae1928d-be2b-4ba1-b042-c19a30122744.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5b306e57150daee82d4324efba33bca060dbfe --- /dev/null +++ b/texts/7ae1928d-be2b-4ba1-b042-c19a30122744.txt @@ -0,0 +1 @@ +cat \ No newline at end of file diff --git a/texts/7ae3f0f9-cbc3-4e41-864a-c468915ff3f3.txt b/texts/7ae3f0f9-cbc3-4e41-864a-c468915ff3f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b313783b8a6cbf66a4ed725e882ac859149fa3 --- /dev/null +++ b/texts/7ae3f0f9-cbc3-4e41-864a-c468915ff3f3.txt @@ -0,0 +1 @@ +imaginary globalization \ No newline at end of file diff --git a/texts/7aee9121-2b87-43ee-ad01-2d2c8f7caece.txt b/texts/7aee9121-2b87-43ee-ad01-2d2c8f7caece.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8345b2e184f9e1cecd08f83a6a92c68987c1352 --- /dev/null +++ b/texts/7aee9121-2b87-43ee-ad01-2d2c8f7caece.txt @@ -0,0 +1 @@ +A kitten wearing a pink winged ski suit skiing \ No newline at end of file diff --git a/texts/7af08a43-af3e-4a13-8da6-07ef0b55bdd8.txt b/texts/7af08a43-af3e-4a13-8da6-07ef0b55bdd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..174985cf9b926349027001cb11f82c7c44a4da2e --- /dev/null +++ b/texts/7af08a43-af3e-4a13-8da6-07ef0b55bdd8.txt @@ -0,0 +1 @@ +There's a giant Christmas tree in the gym. \ No newline at end of file diff --git a/texts/7af3a14e-6d7b-46cc-984a-ed59d663ef4b.txt b/texts/7af3a14e-6d7b-46cc-984a-ed59d663ef4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..827bc16146050b24fb8e5c792b851aa4a529c010 --- /dev/null +++ b/texts/7af3a14e-6d7b-46cc-984a-ed59d663ef4b.txt @@ -0,0 +1 @@ +Little white under the cherry trees \ No newline at end of file diff --git a/texts/7b038ace-1e9d-4820-adcf-f4977d74d794.txt b/texts/7b038ace-1e9d-4820-adcf-f4977d74d794.txt new file mode 100644 index 0000000000000000000000000000000000000000..e280ffcd20958f8e7178a0dc9dc98c306727d635 --- /dev/null +++ b/texts/7b038ace-1e9d-4820-adcf-f4977d74d794.txt @@ -0,0 +1 @@ +Little snow, pure black sky, cute cat with white wings \ No newline at end of file diff --git a/texts/7b0f8f36-e143-4135-ae55-658e3ddc0a01.txt b/texts/7b0f8f36-e143-4135-ae55-658e3ddc0a01.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff3cc1df1ecaccf21ce5fd3884f8df011874797a --- /dev/null +++ b/texts/7b0f8f36-e143-4135-ae55-658e3ddc0a01.txt @@ -0,0 +1 @@ +Orange tabby kitten wearing black frame glasses working on a laptop in a office like a human, drinking wine \ No newline at end of file diff --git a/texts/7b1611f6-0319-432a-b45e-6486279b4d8d.txt b/texts/7b1611f6-0319-432a-b45e-6486279b4d8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cf938ce1a1fbd59ac02b13a1795ae63c95923a4 --- /dev/null +++ b/texts/7b1611f6-0319-432a-b45e-6486279b4d8d.txt @@ -0,0 +1 @@ +Koi fishes \ No newline at end of file diff --git a/texts/7b1bd390-fef8-4b9e-aa1a-4c2945b14182.txt b/texts/7b1bd390-fef8-4b9e-aa1a-4c2945b14182.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ba5e4cbdbcbfb71bc33506c08829bb80c70db95 --- /dev/null +++ b/texts/7b1bd390-fef8-4b9e-aa1a-4c2945b14182.txt @@ -0,0 +1 @@ +In pink and pink purple swimming pool, lots of colorful T-shirts floting and flying thplace,no people in this picture, cute style \ No newline at end of file diff --git a/texts/7b1d11c8-4f34-4822-9353-cc30c11bb5f1.txt b/texts/7b1d11c8-4f34-4822-9353-cc30c11bb5f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe2cb5d391c014178d34bbaa0ff4e4b6cc2dba6a --- /dev/null +++ b/texts/7b1d11c8-4f34-4822-9353-cc30c11bb5f1.txt @@ -0,0 +1 @@ +Two cats in the snow, one lying on a slide. \ No newline at end of file diff --git a/texts/7b25878d-97f5-46b4-9114-2ececbf000fa.txt b/texts/7b25878d-97f5-46b4-9114-2ececbf000fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fd4923685767c4cd432b718830740d23a2cfec7 --- /dev/null +++ b/texts/7b25878d-97f5-46b4-9114-2ececbf000fa.txt @@ -0,0 +1 @@ +Underworld coins, sacrificial offerings \ No newline at end of file diff --git a/texts/7b30151b-2fdb-4cd1-a827-278a11cf66e4.txt b/texts/7b30151b-2fdb-4cd1-a827-278a11cf66e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e3be53da634147050ccbab7c55a833c0d29411a --- /dev/null +++ b/texts/7b30151b-2fdb-4cd1-a827-278a11cf66e4.txt @@ -0,0 +1 @@ +Endless corridors, snow, cats, dream core style, photography \ No newline at end of file diff --git a/texts/7b31fea1-5552-4db1-875e-5a5f4f3d99c0.txt b/texts/7b31fea1-5552-4db1-875e-5a5f4f3d99c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6019fab48ea84607ff2c09fd101a08cdf5392da3 --- /dev/null +++ b/texts/7b31fea1-5552-4db1-875e-5a5f4f3d99c0.txt @@ -0,0 +1 @@ +a man in modern architecture buildings \ No newline at end of file diff --git a/texts/7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1.txt b/texts/7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f3ef4fad09674eeb75199199c9acae94f285b94 --- /dev/null +++ b/texts/7b3235e7-d3a5-413d-8f4a-b4ba3b574cf1.txt @@ -0,0 +1 @@ +Back half body of man wearing black t-shirt on the streets of New York City, USA, looking at cars on the road \ No newline at end of file diff --git a/texts/7b36d161-c4f4-489e-afdb-8a307101be11.txt b/texts/7b36d161-c4f4-489e-afdb-8a307101be11.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4edb414168d95ae9045643477db5798a08c01d7 --- /dev/null +++ b/texts/7b36d161-c4f4-489e-afdb-8a307101be11.txt @@ -0,0 +1 @@ +Ten miles around, plants suddenly grow and gently surround us. It's very romantic \ No newline at end of file diff --git a/texts/7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7.txt b/texts/7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9ac3204b0798e03716fad07cd259e328efa473c --- /dev/null +++ b/texts/7b3c51d0-4b75-4a90-aff9-1e23b9a39dc7.txt @@ -0,0 +1 @@ +Hello kittyin seaside watch firewok in sunriese \ No newline at end of file diff --git a/texts/7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7.txt b/texts/7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d24b6140420af383827e616bb1881eb08b230d8 --- /dev/null +++ b/texts/7b3dc7d2-3c39-402d-9b4b-2a8a242dfaa7.txt @@ -0,0 +1 @@ +Snow, Christmas tree, puppy, Mount Fuji \ No newline at end of file diff --git a/texts/7b4a9187-0794-45c1-90dc-c2f0e3c7a27d.txt b/texts/7b4a9187-0794-45c1-90dc-c2f0e3c7a27d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d7ac85ad19981e0ee401061a3e88f3cf168a9d0 --- /dev/null +++ b/texts/7b4a9187-0794-45c1-90dc-c2f0e3c7a27d.txt @@ -0,0 +1 @@ +Toyanimation qctor Woody, a small brown and white cockpoo dog,have a west cowboy hat,Riding a brown and white cow,a half of pink background,creating a dreamy and whimsical vibe. \ No newline at end of file diff --git a/texts/7b4aee63-8a94-43f7-980a-81cce647b297.txt b/texts/7b4aee63-8a94-43f7-980a-81cce647b297.txt new file mode 100644 index 0000000000000000000000000000000000000000..207b5b6df7ddd809fe9fcfc4d67726bf9b059c9d --- /dev/null +++ b/texts/7b4aee63-8a94-43f7-980a-81cce647b297.txt @@ -0,0 +1 @@ +Cute Hello Kitty is wearing a vest skirt and using a big scissor cutting fabric \ No newline at end of file diff --git a/texts/7b4f1b2e-5a7d-4a2e-8c34-26af9e692856.txt b/texts/7b4f1b2e-5a7d-4a2e-8c34-26af9e692856.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d8e72ca2f94421f7c8bf292e47007bb9f5ec915 --- /dev/null +++ b/texts/7b4f1b2e-5a7d-4a2e-8c34-26af9e692856.txt @@ -0,0 +1 @@ +A puppy draws love in pink snow. \ No newline at end of file diff --git a/texts/7b4f85ab-4bac-44a8-b191-74cbd913cf75.txt b/texts/7b4f85ab-4bac-44a8-b191-74cbd913cf75.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1d9a314de9ec5544ba8bdbdec016aab8b4bdf73 --- /dev/null +++ b/texts/7b4f85ab-4bac-44a8-b191-74cbd913cf75.txt @@ -0,0 +1 @@ +Elves and butterflies \ No newline at end of file diff --git a/texts/7b5c33d5-f99e-44a8-beb9-fb404faeb2cc.txt b/texts/7b5c33d5-f99e-44a8-beb9-fb404faeb2cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..08afb6cfba5ab34651e4733f923e2b2866eddcf5 --- /dev/null +++ b/texts/7b5c33d5-f99e-44a8-beb9-fb404faeb2cc.txt @@ -0,0 +1 @@ +There's a butterfly on the beach where it's snowing \ No newline at end of file diff --git a/texts/7b67a567-9c90-452d-8362-52513668b62f.txt b/texts/7b67a567-9c90-452d-8362-52513668b62f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a33e722e469ea4f446259e008f03aa6deb8377fb --- /dev/null +++ b/texts/7b67a567-9c90-452d-8362-52513668b62f.txt @@ -0,0 +1 @@ +Russian Rococo-style drama stage with curtain surrounded by many orchids and roses \ No newline at end of file diff --git a/texts/7b763722-0f0c-4cc3-988c-84ce8fd63b47.txt b/texts/7b763722-0f0c-4cc3-988c-84ce8fd63b47.txt new file mode 100644 index 0000000000000000000000000000000000000000..856a2fe9bee0586032f99eb620fe3d3c95b0c499 --- /dev/null +++ b/texts/7b763722-0f0c-4cc3-988c-84ce8fd63b47.txt @@ -0,0 +1 @@ +A white British Shorthair wearing glasses is standing on a guitar in a coffee shop \ No newline at end of file diff --git a/texts/7b777521-4587-43e3-bb9b-56cce1f40718.txt b/texts/7b777521-4587-43e3-bb9b-56cce1f40718.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef2655bf3ae59c68a54d5e4024bf89ed1279b8dd --- /dev/null +++ b/texts/7b777521-4587-43e3-bb9b-56cce1f40718.txt @@ -0,0 +1 @@ +a white long-haired cat with blue eyes who is sitting in a sofa is drink a glass of red wine in a dimly lit room \ No newline at end of file diff --git a/texts/7b7bc7fa-e8df-4eea-9fc6-d447322ca500.txt b/texts/7b7bc7fa-e8df-4eea-9fc6-d447322ca500.txt new file mode 100644 index 0000000000000000000000000000000000000000..13891e715d4f18820f807a56b7b2b2aee362eb88 --- /dev/null +++ b/texts/7b7bc7fa-e8df-4eea-9fc6-d447322ca500.txt @@ -0,0 +1 @@ +A white Pesian cat holding a fish in mouth \ No newline at end of file diff --git a/texts/7b97351a-b41d-4c93-a10a-442c60477201.txt b/texts/7b97351a-b41d-4c93-a10a-442c60477201.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9f4e487965510fb0216196eae185c99f0ac1991 --- /dev/null +++ b/texts/7b97351a-b41d-4c93-a10a-442c60477201.txt @@ -0,0 +1 @@ +dark green grass \ No newline at end of file diff --git a/texts/7b9b3be8-586c-494b-adbf-273753c2f7a6.txt b/texts/7b9b3be8-586c-494b-adbf-273753c2f7a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebdf0bf75b27a0f19b39191df444289f2ebe6f6e --- /dev/null +++ b/texts/7b9b3be8-586c-494b-adbf-273753c2f7a6.txt @@ -0,0 +1 @@ +Two cats wearing party hats celebrating birthday on a couch. It's snowing outside and there's a strawberry cake with sparkler lit. One of the cat is a black tortoise shell cat while the other is a white cat with yellowish gray patches on her back \ No newline at end of file diff --git a/texts/7b9fca56-718d-4def-a319-3a0f01551185.txt b/texts/7b9fca56-718d-4def-a319-3a0f01551185.txt new file mode 100644 index 0000000000000000000000000000000000000000..f330c0fc0c2694e83d24603c36855727eaa6c658 --- /dev/null +++ b/texts/7b9fca56-718d-4def-a319-3a0f01551185.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere.snowing \ No newline at end of file diff --git a/texts/7baf9373-d532-4410-b5b5-0f4f4c360776.txt b/texts/7baf9373-d532-4410-b5b5-0f4f4c360776.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b656d99b17de1a222778bbada18204131e3b3cd --- /dev/null +++ b/texts/7baf9373-d532-4410-b5b5-0f4f4c360776.txt @@ -0,0 +1 @@ +THE SEASIDE, ISLANDS, ORANGE TREES, SANDY BEACHES WITH THE WORDS "SEUNGKWAN" WRITTEN ON THEM \ No newline at end of file diff --git a/texts/7bb56fa9-3a11-4f87-ab20-241720353c00.txt b/texts/7bb56fa9-3a11-4f87-ab20-241720353c00.txt new file mode 100644 index 0000000000000000000000000000000000000000..262c3199b1475e67ae348413b3d137b3b8a8ea90 --- /dev/null +++ b/texts/7bb56fa9-3a11-4f87-ab20-241720353c00.txt @@ -0,0 +1 @@ +A lot of white horses are watching a movie together \ No newline at end of file diff --git a/texts/7bb7fd85-90b5-472e-ac3b-a7967957905d.txt b/texts/7bb7fd85-90b5-472e-ac3b-a7967957905d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7482d43c4adb069f7b2e00ec1b2c0d603ccfdfa6 --- /dev/null +++ b/texts/7bb7fd85-90b5-472e-ac3b-a7967957905d.txt @@ -0,0 +1 @@ +On the snowing sea, from the eyes grew trees full of blue blossoms, and the glowing blue butterflies were hovering around. \ No newline at end of file diff --git a/texts/7bc1e924-fa98-4446-bd33-55a4e66cefb2.txt b/texts/7bc1e924-fa98-4446-bd33-55a4e66cefb2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fc816abd5bc7676ad1b5f6e6afb0a6e15ca670a --- /dev/null +++ b/texts/7bc1e924-fa98-4446-bd33-55a4e66cefb2.txt @@ -0,0 +1 @@ +The giant cartoon hedgehog in a bowler hat has come from the wilderness to go to the sea, the distant siren has sounded and life stands in her way.She gifted me with stories and I wrote poems for her. \ No newline at end of file diff --git a/texts/7bc7696b-077d-4e36-bcfc-6f444a485664.txt b/texts/7bc7696b-077d-4e36-bcfc-6f444a485664.txt new file mode 100644 index 0000000000000000000000000000000000000000..a734df36f5681e74401dfc02de67fab5519f674c --- /dev/null +++ b/texts/7bc7696b-077d-4e36-bcfc-6f444a485664.txt @@ -0,0 +1 @@ +The cat tiptoes across a river paved with stars. \ No newline at end of file diff --git a/texts/7bd8c58f-4008-415b-a242-dbd12af595e5.txt b/texts/7bd8c58f-4008-415b-a242-dbd12af595e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df1422eb78534276f32bb4e0d8b5d2ea8da9b87 --- /dev/null +++ b/texts/7bd8c58f-4008-415b-a242-dbd12af595e5.txt @@ -0,0 +1 @@ +American Shortcat, Christmas, Ice American \ No newline at end of file diff --git a/texts/7be0056d-bef7-49fa-a459-514600482554.txt b/texts/7be0056d-bef7-49fa-a459-514600482554.txt new file mode 100644 index 0000000000000000000000000000000000000000..b797e1799cfd2daeee8d19e39a99e329842411b2 --- /dev/null +++ b/texts/7be0056d-bef7-49fa-a459-514600482554.txt @@ -0,0 +1 @@ +A furry cute cow in snow \ No newline at end of file diff --git a/texts/7be00feb-002b-44e2-8ba1-6c48ba8032ed.txt b/texts/7be00feb-002b-44e2-8ba1-6c48ba8032ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..13959f855f39c3d06e586c549fb1d2df20b71840 --- /dev/null +++ b/texts/7be00feb-002b-44e2-8ba1-6c48ba8032ed.txt @@ -0,0 +1 @@ +There is a piece of avocado toast on the green table. \ No newline at end of file diff --git a/texts/7bed3299-8282-4935-85a1-77b0cd891712.txt b/texts/7bed3299-8282-4935-85a1-77b0cd891712.txt new file mode 100644 index 0000000000000000000000000000000000000000..54ad76ba599dbaef1bf3df1e4cdd2d5c4c438939 --- /dev/null +++ b/texts/7bed3299-8282-4935-85a1-77b0cd891712.txt @@ -0,0 +1 @@ +A black cat with white angel wings and a white cat with blue butterfly wings sat in the snow, with trees in the distance and glowing bubbles in the sky \ No newline at end of file diff --git a/texts/7bf13836-48c8-4474-8233-bb6c42fb26d2.txt b/texts/7bf13836-48c8-4474-8233-bb6c42fb26d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d82b3392297fcb315273d073fe79a4d7e00b471 --- /dev/null +++ b/texts/7bf13836-48c8-4474-8233-bb6c42fb26d2.txt @@ -0,0 +1 @@ +A white cat with wing,under stars, \ No newline at end of file diff --git a/texts/7bf55527-f20a-4a02-b5b3-b832595779f0.txt b/texts/7bf55527-f20a-4a02-b5b3-b832595779f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..40473f7052fe8b9219df0ca002e30723e54272ab --- /dev/null +++ b/texts/7bf55527-f20a-4a02-b5b3-b832595779f0.txt @@ -0,0 +1 @@ +Bichon Frise is on the snowfield,flowers,moon \ No newline at end of file diff --git a/texts/7bff355d-1b61-4dcb-9257-16d3cfe6b3ad.txt b/texts/7bff355d-1b61-4dcb-9257-16d3cfe6b3ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..30e21727c5d38db06e369e6eaa7fd05ce4457537 --- /dev/null +++ b/texts/7bff355d-1b61-4dcb-9257-16d3cfe6b3ad.txt @@ -0,0 +1 @@ +Hello Kitty is in a fairytale-like castle, holding a West Highland White Terrier while looking in the mirror. \ No newline at end of file diff --git a/texts/7c0d709f-e5b4-475e-88c5-415bc0948490.txt b/texts/7c0d709f-e5b4-475e-88c5-415bc0948490.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aa129389fe32d701181b2ccac6c935b92409a94 --- /dev/null +++ b/texts/7c0d709f-e5b4-475e-88c5-415bc0948490.txt @@ -0,0 +1 @@ +Kitty wearing a blue kimono is eating ice cream by the lake next to Mount Fuji \ No newline at end of file diff --git a/texts/7c0dbe8c-787c-464f-957f-a75897cf8c89.txt b/texts/7c0dbe8c-787c-464f-957f-a75897cf8c89.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2dddda660ef9a9deacab2889edf9c60e546aa86 --- /dev/null +++ b/texts/7c0dbe8c-787c-464f-957f-a75897cf8c89.txt @@ -0,0 +1 @@ +A worn-out window was blown open by the gentle breeze. The pure white gauze curtain fluttered gently. Outside the window were the tree shadows bathed in sunlight. The patches of light fell on the wooden floor through the gauze curtain, presenting a quiet and life-filled scene. \ No newline at end of file diff --git a/texts/7c2c0694-4840-46f9-8185-7f5d72021871.txt b/texts/7c2c0694-4840-46f9-8185-7f5d72021871.txt new file mode 100644 index 0000000000000000000000000000000000000000..339d960feaa8ee1a15e55f9305d656b13ecd16c8 --- /dev/null +++ b/texts/7c2c0694-4840-46f9-8185-7f5d72021871.txt @@ -0,0 +1 @@ +A orangutan sits on the sofa next to a Christmas tree \ No newline at end of file diff --git a/texts/7c38abb5-8223-435e-a8ec-6f5bec2d1cb3.txt b/texts/7c38abb5-8223-435e-a8ec-6f5bec2d1cb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..3938a69be8338a567b796053227125b863f8b7fe --- /dev/null +++ b/texts/7c38abb5-8223-435e-a8ec-6f5bec2d1cb3.txt @@ -0,0 +1 @@ +An Italian, with a Cornrows hairstyle, a blue headband, a blue sports suit, tattoos on his hands, diamond braces, and a diamond necklace; a Moroccan, with short hair, a black sports suit, a diamond watch and necklace; a Tunisian with side bangs, a mustache, and a sports suit; they are eating pizza together in the park, smiling at the camera, friendly \ No newline at end of file diff --git a/texts/7c3bda47-5f28-4d8d-b19e-2a56a61160d0.txt b/texts/7c3bda47-5f28-4d8d-b19e-2a56a61160d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9490c2afa967c3e141a9ff886e16f37f1435b9d --- /dev/null +++ b/texts/7c3bda47-5f28-4d8d-b19e-2a56a61160d0.txt @@ -0,0 +1 @@ +Golden Retriever and Samoyed puppies sitting around the house under the fireplace to keep warm. \ No newline at end of file diff --git a/texts/7c3efb11-27a0-44d5-bf7b-318cb0e84be5.txt b/texts/7c3efb11-27a0-44d5-bf7b-318cb0e84be5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b8bc799199ed71c6e2b17f6c84300a062783076 --- /dev/null +++ b/texts/7c3efb11-27a0-44d5-bf7b-318cb0e84be5.txt @@ -0,0 +1 @@ +Beautiful seaside, sunny \ No newline at end of file diff --git a/texts/7c3fec56-99bf-4cdb-9e63-55b1e08d17d5.txt b/texts/7c3fec56-99bf-4cdb-9e63-55b1e08d17d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f14c94455402c0fdae7277601dbdf8e1d370704 --- /dev/null +++ b/texts/7c3fec56-99bf-4cdb-9e63-55b1e08d17d5.txt @@ -0,0 +1 @@ +A cute little Samoya smiles and lies in the snow with a Christmas hat on his head. There are dog paw prints in the snow. There is a Christmas tree next to it. There are many Christmas decorations on the Christmas tree \ No newline at end of file diff --git a/texts/7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a.txt b/texts/7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a203676077e3f31fb37bc20103c176fdb984f83 --- /dev/null +++ b/texts/7c43f1fa-47ef-40ce-8aa6-8ccaa79b881a.txt @@ -0,0 +1 @@ +a dog and a cat celebrate their birthday on the beach \ No newline at end of file diff --git a/texts/7c44de86-9fe3-4c48-93b5-a8bd7fe237e5.txt b/texts/7c44de86-9fe3-4c48-93b5-a8bd7fe237e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..24b0df85573a107e61eff455378f16138b873d0c --- /dev/null +++ b/texts/7c44de86-9fe3-4c48-93b5-a8bd7fe237e5.txt @@ -0,0 +1 @@ +kitten wearing fluffy pajamas with fluffy clouds and pink sparkling elements and a fluffy cake. \ No newline at end of file diff --git a/texts/7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7.txt b/texts/7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4b349f081e135f7466bb096951dcfbb78d37ea --- /dev/null +++ b/texts/7c4a2cc8-61cc-4b2f-83f8-5fd98bd85ee7.txt @@ -0,0 +1 @@ +an elevator standing alone in the pale white sand desert \ No newline at end of file diff --git a/texts/7c4a605b-f05c-453c-bca3-2d8438769dc4.txt b/texts/7c4a605b-f05c-453c-bca3-2d8438769dc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9ec2f4d522e178f1770b3aa42f1d16629d5cb90 --- /dev/null +++ b/texts/7c4a605b-f05c-453c-bca3-2d8438769dc4.txt @@ -0,0 +1 @@ +Winnie the pooh in the light room \ No newline at end of file diff --git a/texts/7c5d39de-767d-49f8-acf7-f94a68d467d1.txt b/texts/7c5d39de-767d-49f8-acf7-f94a68d467d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e5cf22f08441ee5a604cb40a1ab2a8e6f2dd293 --- /dev/null +++ b/texts/7c5d39de-767d-49f8-acf7-f94a68d467d1.txt @@ -0,0 +1 @@ +A gray kitten is reading a book \ No newline at end of file diff --git a/texts/7c64f48a-4721-42a1-974b-34152ac47ea7.txt b/texts/7c64f48a-4721-42a1-974b-34152ac47ea7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c7ae231ca54adaadbfd9ca92cf01011c305a107 --- /dev/null +++ b/texts/7c64f48a-4721-42a1-974b-34152ac47ea7.txt @@ -0,0 +1 @@ +A Hello Kitty is watching a movie \ No newline at end of file diff --git a/texts/7c75b6f3-06fd-49f4-8877-287891a6ed93.txt b/texts/7c75b6f3-06fd-49f4-8877-287891a6ed93.txt new file mode 100644 index 0000000000000000000000000000000000000000..0644d894b3fc474053497a5fc2663916411d42f5 --- /dev/null +++ b/texts/7c75b6f3-06fd-49f4-8877-287891a6ed93.txt @@ -0,0 +1 @@ +frost gloom dark motocycle \ No newline at end of file diff --git a/texts/7c7a4b20-c075-4024-b511-9afd05a8afda.txt b/texts/7c7a4b20-c075-4024-b511-9afd05a8afda.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d2a4d16d0c1f2b166711bc4fecd42e9f2297cee --- /dev/null +++ b/texts/7c7a4b20-c075-4024-b511-9afd05a8afda.txt @@ -0,0 +1 @@ +Snow BAEKHYU Tree \ No newline at end of file diff --git a/texts/7c7e0c48-3e59-4498-b821-5a3c66948f3b.txt b/texts/7c7e0c48-3e59-4498-b821-5a3c66948f3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e3b58dc58f82d30937c6a3fce3ff96de6ed99fc --- /dev/null +++ b/texts/7c7e0c48-3e59-4498-b821-5a3c66948f3b.txt @@ -0,0 +1 @@ +Letter: SLOWFAST on a shopping bag when there is a shopping line up for sale \ No newline at end of file diff --git a/texts/7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16.txt b/texts/7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16.txt new file mode 100644 index 0000000000000000000000000000000000000000..f06dd7461d21b3aa6e4a17eb330adf1b03eb2d6c --- /dev/null +++ b/texts/7c7eb1fc-950e-4115-b8bd-bb9e5a1e3d16.txt @@ -0,0 +1 @@ +An office kitten sits in front of a MacBook with coffee and papers next to it \ No newline at end of file diff --git a/texts/7c8a6675-e23c-4eaa-a1ac-9dcd29c35589.txt b/texts/7c8a6675-e23c-4eaa-a1ac-9dcd29c35589.txt new file mode 100644 index 0000000000000000000000000000000000000000..40f1cff1a6d5ff0fc96b7b0ce29da12482e223c2 --- /dev/null +++ b/texts/7c8a6675-e23c-4eaa-a1ac-9dcd29c35589.txt @@ -0,0 +1 @@ +A stylized flash photography shot set on a dark, snowy night. The ground is covered in thick snow, with heavy snowfall illuminated by the harsh flash, making the snowflakes appear sharp and dynamic. The focal point is a person lying in the bottom-right corner of the frame, their body engulfed in bright, roaring flames. Their face is obscured, making it impossible to determine their identity or whether they are alive, creating an unsettling air of mystery. It is unclear whether this is a murder or a suicide. \ No newline at end of file diff --git a/texts/7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf.txt b/texts/7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..83df2cce2599498489079412543d883b37a2d028 --- /dev/null +++ b/texts/7c8de84d-26ac-42cb-9a85-5dbb6b3f50bf.txt @@ -0,0 +1 @@ +A cute English sheep dog which the fur on ears and body are grey, the feets and paws are white, the dog holding an AK47 in a snowing day. Look chill and relax. A cottage with smoke behind it \ No newline at end of file diff --git a/texts/7c974470-06d9-444f-b5b2-ab771f27ba2b.txt b/texts/7c974470-06d9-444f-b5b2-ab771f27ba2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dd919fc40f31f345e0e1b71b066e703bd2c5245 --- /dev/null +++ b/texts/7c974470-06d9-444f-b5b2-ab771f27ba2b.txt @@ -0,0 +1 @@ +An orange cat is doing chemistry experiments in the lab \ No newline at end of file diff --git a/texts/7c975c8c-ac81-42af-8b29-12452cddfa95.txt b/texts/7c975c8c-ac81-42af-8b29-12452cddfa95.txt new file mode 100644 index 0000000000000000000000000000000000000000..e68faa99d069e8c604fbe9a91925c755ca457c9e --- /dev/null +++ b/texts/7c975c8c-ac81-42af-8b29-12452cddfa95.txt @@ -0,0 +1 @@ +A cute dog flying on cloud \ No newline at end of file diff --git a/texts/7c9a6eba-9ecd-4171-b72e-46126618512e.txt b/texts/7c9a6eba-9ecd-4171-b72e-46126618512e.txt new file mode 100644 index 0000000000000000000000000000000000000000..af9e583474ee0071094fc26e17667ac2bea205cb --- /dev/null +++ b/texts/7c9a6eba-9ecd-4171-b72e-46126618512e.txt @@ -0,0 +1 @@ +A cat lean on the lap \ No newline at end of file diff --git a/texts/7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd.txt b/texts/7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..123a95225a3a7334357857e6f485add545020f68 --- /dev/null +++ b/texts/7c9ebb30-d208-4537-b1d9-c4e1a8fffdcd.txt @@ -0,0 +1 @@ +A polar bear walking the pedestrian crossing in Hong Kong \ No newline at end of file diff --git a/texts/7ca7271a-a9a6-4c7c-84af-b6fa0db579fb.txt b/texts/7ca7271a-a9a6-4c7c-84af-b6fa0db579fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..17243c64227b1266305665ffed2c8847b4eb2230 --- /dev/null +++ b/texts/7ca7271a-a9a6-4c7c-84af-b6fa0db579fb.txt @@ -0,0 +1 @@ +A cat sits next to the beach by the sea. Xiaoxue is written in the sky, and the letter QJ is written on the beach. \ No newline at end of file diff --git a/texts/7caae373-9d24-4aec-92d1-0f179a0ce196.txt b/texts/7caae373-9d24-4aec-92d1-0f179a0ce196.txt new file mode 100644 index 0000000000000000000000000000000000000000..331aa7171c3fdc5d5fff1702891c8af3f3838fa6 --- /dev/null +++ b/texts/7caae373-9d24-4aec-92d1-0f179a0ce196.txt @@ -0,0 +1 @@ +A black Corgi and an orange cat, snowy fields,flower,retro vibe \ No newline at end of file diff --git a/texts/7caf39ae-6f13-405c-8d70-e7e442237434.txt b/texts/7caf39ae-6f13-405c-8d70-e7e442237434.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7b5cb38d6a0443593a847d46fc551b78c73e6fc --- /dev/null +++ b/texts/7caf39ae-6f13-405c-8d70-e7e442237434.txt @@ -0,0 +1 @@ +A black cat and a white cat are chasing butterflies \ No newline at end of file diff --git a/texts/7cbb863d-d7e8-4121-a6c6-d9899bc031d5.txt b/texts/7cbb863d-d7e8-4121-a6c6-d9899bc031d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..95b5dd79b2d514aabfb4c69b806d9db41015246b --- /dev/null +++ b/texts/7cbb863d-d7e8-4121-a6c6-d9899bc031d5.txt @@ -0,0 +1 @@ +A cute little cat wearing a magic hat is sitting at a table doing a tarot reading. \ No newline at end of file diff --git a/texts/7cc62f98-6928-4447-9c09-97971388babf.txt b/texts/7cc62f98-6928-4447-9c09-97971388babf.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0927c347103f023a00f717dbe85cef2e41308bf --- /dev/null +++ b/texts/7cc62f98-6928-4447-9c09-97971388babf.txt @@ -0,0 +1 @@ +A rabbit in a kimono. \ No newline at end of file diff --git a/texts/7cd4b861-bf00-490a-a845-f9e282903ef7.txt b/texts/7cd4b861-bf00-490a-a845-f9e282903ef7.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f7ffc9b2aaa76e45251d05061769ea102d10f6c --- /dev/null +++ b/texts/7cd4b861-bf00-490a-a845-f9e282903ef7.txt @@ -0,0 +1 @@ +A steamed bun on a steamer, distant view, S-shaped composition, illustration,a style of Illustrator naralalana,masterpiece, \ No newline at end of file diff --git a/texts/7cde5fba-b5c7-4250-9f29-a6609933e5bd.txt b/texts/7cde5fba-b5c7-4250-9f29-a6609933e5bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..018be62a60ec3086a372c139526508cd6c1acb8e --- /dev/null +++ b/texts/7cde5fba-b5c7-4250-9f29-a6609933e5bd.txt @@ -0,0 +1 @@ +puppy cat drives a flight with glasses flying in the sky \ No newline at end of file diff --git a/texts/7ce39891-1999-4e2f-bdaf-aa27b9c8ba24.txt b/texts/7ce39891-1999-4e2f-bdaf-aa27b9c8ba24.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0c2e16de3377d40a6aa3cdbc1f0e2a7ab96d181 --- /dev/null +++ b/texts/7ce39891-1999-4e2f-bdaf-aa27b9c8ba24.txt @@ -0,0 +1 @@ +Baby fox drink champagne \ No newline at end of file diff --git a/texts/7ce41611-74ea-4919-a3ee-60bfc7aba514.txt b/texts/7ce41611-74ea-4919-a3ee-60bfc7aba514.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8b71e67906cd80d34b3e6fe709106db651d547e --- /dev/null +++ b/texts/7ce41611-74ea-4919-a3ee-60bfc7aba514.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a white chef's hat and a white lace apron, is baking eggs with a Christmas tree piled up with gifts in the background \ No newline at end of file diff --git a/texts/7ce84716-4ad5-4740-8805-8ebeb46f7fda.txt b/texts/7ce84716-4ad5-4740-8805-8ebeb46f7fda.txt new file mode 100644 index 0000000000000000000000000000000000000000..40ada3b7e516d352b0d1fe6f6554243ef187bd24 --- /dev/null +++ b/texts/7ce84716-4ad5-4740-8805-8ebeb46f7fda.txt @@ -0,0 +1 @@ +In the snow, a Chihuahua with white wings, its eyes reflecting the mysterious aurora. \ No newline at end of file diff --git a/texts/7cf538cb-14b1-412a-ac0c-607d0a364cc8.txt b/texts/7cf538cb-14b1-412a-ac0c-607d0a364cc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f7247bb3c2ab00f6d1cd6ded4cef9272d8c47b1 --- /dev/null +++ b/texts/7cf538cb-14b1-412a-ac0c-607d0a364cc8.txt @@ -0,0 +1 @@ +little chinese local puppy in gluten-yellow color running towards me on the cross road with sunshine and full golden fall leaves in dawn time \ No newline at end of file diff --git a/texts/7cf77457-23f0-49bb-b135-24b6a5159d7c.txt b/texts/7cf77457-23f0-49bb-b135-24b6a5159d7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c203047989b02725e0d4c5573cc423bd23576ae4 --- /dev/null +++ b/texts/7cf77457-23f0-49bb-b135-24b6a5159d7c.txt @@ -0,0 +1 @@ +In the blue night, Stitch holds the snowman in the white snow, and fireworks are set off in the sky \ No newline at end of file diff --git a/texts/7d0cd4e2-5a6b-4d86-b526-ab09fd070006.txt b/texts/7d0cd4e2-5a6b-4d86-b526-ab09fd070006.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6da68086da223e4b01dcbe11854281359c52450 --- /dev/null +++ b/texts/7d0cd4e2-5a6b-4d86-b526-ab09fd070006.txt @@ -0,0 +1 @@ +White cat wearing a big pink bow and sunglasses sitting in the garden drinking coffee \ No newline at end of file diff --git a/texts/7d156b09-03e6-4540-b798-63730adf4b15.txt b/texts/7d156b09-03e6-4540-b798-63730adf4b15.txt new file mode 100644 index 0000000000000000000000000000000000000000..207190159bc22bb5b813b07bd83f8c692ecdd571 --- /dev/null +++ b/texts/7d156b09-03e6-4540-b798-63730adf4b15.txt @@ -0,0 +1 @@ +A Maine cat sitting upright in the snow with a police officer's hat on its head,And it's got cool flying sunglasses. \ No newline at end of file diff --git a/texts/7d159ea9-7ae4-4d7e-a8ac-162db74ee48f.txt b/texts/7d159ea9-7ae4-4d7e-a8ac-162db74ee48f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bebe5f4beb243399c3e50051a79ca1a89439ac4 --- /dev/null +++ b/texts/7d159ea9-7ae4-4d7e-a8ac-162db74ee48f.txt @@ -0,0 +1 @@ +The black kitten and unicorn are having a picnic on a lake in the Arctic, and there are many stars on the picnic spot \ No newline at end of file diff --git a/texts/7d19ac22-1563-4952-86d9-afb4d29ab073.txt b/texts/7d19ac22-1563-4952-86d9-afb4d29ab073.txt new file mode 100644 index 0000000000000000000000000000000000000000..14927fbc314b68d068db26c167f4986dfa2272fe --- /dev/null +++ b/texts/7d19ac22-1563-4952-86d9-afb4d29ab073.txt @@ -0,0 +1 @@ +generated a set of image based on your prompt featuring a luxurious golden lipstick on a velvet red background. \ No newline at end of file diff --git a/texts/7d1c1672-2a9e-40cb-8a10-6628091ebd9a.txt b/texts/7d1c1672-2a9e-40cb-8a10-6628091ebd9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a382bd24dfdc22861ec2fc50fe1ed2fded8cd787 --- /dev/null +++ b/texts/7d1c1672-2a9e-40cb-8a10-6628091ebd9a.txt @@ -0,0 +1 @@ +A West Highland an'dbutterfly in the snow and balloons with Liie written on the snow \ No newline at end of file diff --git a/texts/7d1fedab-599f-45d9-afb4-82e09343f4d8.txt b/texts/7d1fedab-599f-45d9-afb4-82e09343f4d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9f4fe42bf556886a83fbe3f4471ab3df523d639 --- /dev/null +++ b/texts/7d1fedab-599f-45d9-afb4-82e09343f4d8.txt @@ -0,0 +1 @@ +a parrot standing upside down by its beak on a grass field \ No newline at end of file diff --git a/texts/7d225c48-5dee-4907-8b28-28ef7089b009.txt b/texts/7d225c48-5dee-4907-8b28-28ef7089b009.txt new file mode 100644 index 0000000000000000000000000000000000000000..07c2ecfe1f7df7349423d050bc0a6fe7852c1cec --- /dev/null +++ b/texts/7d225c48-5dee-4907-8b28-28ef7089b009.txt @@ -0,0 +1 @@ +Two little cats are sitting next to the Christmas tree \ No newline at end of file diff --git a/texts/7d2d4edd-e9ec-496d-bbba-57297fba2e50.txt b/texts/7d2d4edd-e9ec-496d-bbba-57297fba2e50.txt new file mode 100644 index 0000000000000000000000000000000000000000..34216c10aa597f4b3518167112b35602b749dc3b --- /dev/null +++ b/texts/7d2d4edd-e9ec-496d-bbba-57297fba2e50.txt @@ -0,0 +1 @@ + a cat has a pair of butterfly wings on its back \ No newline at end of file diff --git a/texts/7d325e47-006e-4240-a657-53e8b8e144ab.txt b/texts/7d325e47-006e-4240-a657-53e8b8e144ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..b50d96f0d9cc47a1933c560d9097ad41916bdd0e --- /dev/null +++ b/texts/7d325e47-006e-4240-a657-53e8b8e144ab.txt @@ -0,0 +1 @@ +White roses on the roof top,white walls,white vintage fire place,white vintage princess bed,forest scenes out side the window,white guaze curtains blowing by the wind \ No newline at end of file diff --git a/texts/7d3468bb-0533-4d3e-b435-0c7a2409a65d.txt b/texts/7d3468bb-0533-4d3e-b435-0c7a2409a65d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ebdff8bb00c8c7f1a973c72f7529e8d513d11cc --- /dev/null +++ b/texts/7d3468bb-0533-4d3e-b435-0c7a2409a65d.txt @@ -0,0 +1 @@ +Mr. Rabbit in a green scarf stands under the disco ball. \ No newline at end of file diff --git a/texts/7d3e3820-7c04-4b69-8e18-b27043f15022.txt b/texts/7d3e3820-7c04-4b69-8e18-b27043f15022.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd7535c161ff11e8cf6f1736f82fb58e0afc447b --- /dev/null +++ b/texts/7d3e3820-7c04-4b69-8e18-b27043f15022.txt @@ -0,0 +1 @@ +Walk in the cozy lanes of Japan at night and in the West Highlands \ No newline at end of file diff --git a/texts/7d5a403e-2953-4b66-b56e-f1fdc058b5e7.txt b/texts/7d5a403e-2953-4b66-b56e-f1fdc058b5e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7ab9ffca73607d534616807b5a3d279f356956e --- /dev/null +++ b/texts/7d5a403e-2953-4b66-b56e-f1fdc058b5e7.txt @@ -0,0 +1 @@ +A dog led a man through a dark night with the sun and stars, They passed two Mrs. Moles who had just milked the cows, and the dog took off his manners to greet them \ No newline at end of file diff --git a/texts/7d5d3326-31ad-4d75-aa60-332831fed3b7.txt b/texts/7d5d3326-31ad-4d75-aa60-332831fed3b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f80c40e82b8f9fd8d3c82cc1ea22760db286286 --- /dev/null +++ b/texts/7d5d3326-31ad-4d75-aa60-332831fed3b7.txt @@ -0,0 +1 @@ +a white horse in the white transparent silk on the snowland \ No newline at end of file diff --git a/texts/7d5d3628-16eb-4f28-a1a1-e345eb81102f.txt b/texts/7d5d3628-16eb-4f28-a1a1-e345eb81102f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a423f91196b113905d4f7a02c41bb86ae355f6d --- /dev/null +++ b/texts/7d5d3628-16eb-4f28-a1a1-e345eb81102f.txt @@ -0,0 +1 @@ +By the seaside, it is snowing slightly and the sky is completely dark. A little golden retriever with tiny transparent wings is playing. \ No newline at end of file diff --git a/texts/7d647302-46a8-4545-828e-9d6bb116cb1c.txt b/texts/7d647302-46a8-4545-828e-9d6bb116cb1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6e7e95fe75f8eba9c71481a2f07ea3d21353c99 --- /dev/null +++ b/texts/7d647302-46a8-4545-828e-9d6bb116cb1c.txt @@ -0,0 +1 @@ +a hello kitty and Pingu celebrate Christmas \ No newline at end of file diff --git a/texts/7d6a33c8-3457-425b-a158-3175d4c76050.txt b/texts/7d6a33c8-3457-425b-a158-3175d4c76050.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce3b10435084340e573a0a821dd46bb9cecee9ed --- /dev/null +++ b/texts/7d6a33c8-3457-425b-a158-3175d4c76050.txt @@ -0,0 +1 @@ +A vine that grows upwards has bubbles next to it \ No newline at end of file diff --git a/texts/7d6b2724-b911-47a4-9989-a0ea30d95b95.txt b/texts/7d6b2724-b911-47a4-9989-a0ea30d95b95.txt new file mode 100644 index 0000000000000000000000000000000000000000..90461d05887e83aeb51e2cd6b0fb5d255468efb5 --- /dev/null +++ b/texts/7d6b2724-b911-47a4-9989-a0ea30d95b95.txt @@ -0,0 +1 @@ +A monk is meditating in front of a fish tank where there is a strange piranha \ No newline at end of file diff --git a/texts/7d761684-906c-4964-8911-3d124a3ae0af.txt b/texts/7d761684-906c-4964-8911-3d124a3ae0af.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d85af0ea286d4f22efea1b0cbbdef326337525f --- /dev/null +++ b/texts/7d761684-906c-4964-8911-3d124a3ae0af.txt @@ -0,0 +1 @@ +A figure wearing black clothes and a hat smoking from behind \ No newline at end of file diff --git a/texts/7d781998-ab2a-47c0-8f95-2ab4aa913486.txt b/texts/7d781998-ab2a-47c0-8f95-2ab4aa913486.txt new file mode 100644 index 0000000000000000000000000000000000000000..575d1b3848c087a5fc378085522da8a32b3e4f80 --- /dev/null +++ b/texts/7d781998-ab2a-47c0-8f95-2ab4aa913486.txt @@ -0,0 +1 @@ +brown bear doll with white rabbit doll sat on the snow while fireworks went off.They snuggle together.Fantastic effect with light particles, high color saturation \ No newline at end of file diff --git a/texts/7d799099-5134-4c75-9c83-8b3b41233e9d.txt b/texts/7d799099-5134-4c75-9c83-8b3b41233e9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9014d39b73d659acaf6a8381ea39367279ac7c31 --- /dev/null +++ b/texts/7d799099-5134-4c75-9c83-8b3b41233e9d.txt @@ -0,0 +1 @@ +Jellyfish fly in the sky \ No newline at end of file diff --git a/texts/7d7fbf23-e8af-4b60-a3d0-95bab8593e04.txt b/texts/7d7fbf23-e8af-4b60-a3d0-95bab8593e04.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a5a0962a40e3894fb815827beeeed562a96f469 --- /dev/null +++ b/texts/7d7fbf23-e8af-4b60-a3d0-95bab8593e04.txt @@ -0,0 +1 @@ +A giant rabbit is setting off fireworks in a field of flowers, and the fireworks have dyed the sky with rainbow colors. \ No newline at end of file diff --git a/texts/7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8.txt b/texts/7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc7fb7dc06c78e97507e91dfbb311ed5802b43d2 --- /dev/null +++ b/texts/7d839ae4-5ea1-4bd0-ae2e-ed80a94d49e8.txt @@ -0,0 +1 @@ +A beautiful lady dressed in a gorgeous kimono,stood in front of a lot of fireworks , fireworks fill teh sky , behind her was a small lake ,fireworks festival,Abisama,buring temple,snowy day \ No newline at end of file diff --git a/texts/7d85d16f-0af2-4aef-955a-1a6d72ac2e26.txt b/texts/7d85d16f-0af2-4aef-955a-1a6d72ac2e26.txt new file mode 100644 index 0000000000000000000000000000000000000000..91829b4d68a6e24de0005896aee547523d2d71da --- /dev/null +++ b/texts/7d85d16f-0af2-4aef-955a-1a6d72ac2e26.txt @@ -0,0 +1 @@ +A yellow teddy puppy with transparent wings and a ragdoll cat are playing in the snow. There are butterflies flying in the sky and a small snowman in the snow \ No newline at end of file diff --git a/texts/7d95e914-3cc6-4eab-a80c-95a59c1379a6.txt b/texts/7d95e914-3cc6-4eab-a80c-95a59c1379a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..563fec8f6dad488d1da262d2b0969936053866b7 --- /dev/null +++ b/texts/7d95e914-3cc6-4eab-a80c-95a59c1379a6.txt @@ -0,0 +1 @@ +Five rabbits and a deer, winter \ No newline at end of file diff --git a/texts/7d99898a-dc15-4f25-9dea-c3eb7a794960.txt b/texts/7d99898a-dc15-4f25-9dea-c3eb7a794960.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0960640602acd0e1df6f9e6f08c506b69485168 --- /dev/null +++ b/texts/7d99898a-dc15-4f25-9dea-c3eb7a794960.txt @@ -0,0 +1 @@ +a cute little dear wearing a light soft brown cotton clothes with star pattern, standing in the night snow \ No newline at end of file diff --git a/texts/7da3108b-cbf3-4d34-8d53-0687bc22547e.txt b/texts/7da3108b-cbf3-4d34-8d53-0687bc22547e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b02b47890a9f1606fcb69a9efd4124dafd20e8e --- /dev/null +++ b/texts/7da3108b-cbf3-4d34-8d53-0687bc22547e.txt @@ -0,0 +1 @@ +vinyl record player \ No newline at end of file diff --git a/texts/7db04934-4123-488d-a13e-f8fcd6c89eff.txt b/texts/7db04934-4123-488d-a13e-f8fcd6c89eff.txt new file mode 100644 index 0000000000000000000000000000000000000000..a975db90f501de75140ba2bb59d53669fec42592 --- /dev/null +++ b/texts/7db04934-4123-488d-a13e-f8fcd6c89eff.txt @@ -0,0 +1 @@ +Melon Spice Drugs Alcohol Party \ No newline at end of file diff --git a/texts/7db1c0c4-7319-4175-bdf6-25bd3c416399.txt b/texts/7db1c0c4-7319-4175-bdf6-25bd3c416399.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e0a2b6856dc80e705e3fc6672a6312a8a2c039e --- /dev/null +++ b/texts/7db1c0c4-7319-4175-bdf6-25bd3c416399.txt @@ -0,0 +1 @@ +A gigan gray calla lily in metalic skin, with some doodling graphic in the stick standing in the middle of a gall venue \ No newline at end of file diff --git a/texts/7db35419-9c70-4bec-85f6-323e14dcb885.txt b/texts/7db35419-9c70-4bec-85f6-323e14dcb885.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1e453a8ece72b48f0f27d05afc7e13e7fdfa008 --- /dev/null +++ b/texts/7db35419-9c70-4bec-85f6-323e14dcb885.txt @@ -0,0 +1 @@ +bare feets running across some transparent balls \ No newline at end of file diff --git a/texts/7dbcc6b5-4569-4338-ade4-858a34dd87fa.txt b/texts/7dbcc6b5-4569-4338-ade4-858a34dd87fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f455f2eefc8dca2aa301d7e2aeb59e2c9aaa0c6f --- /dev/null +++ b/texts/7dbcc6b5-4569-4338-ade4-858a34dd87fa.txt @@ -0,0 +1 @@ +Hellokitty stood in the snow, smoking a cigarette, depressed and wanted to blow up the world \ No newline at end of file diff --git a/texts/7dbebb11-8ce8-4c3b-b55f-ed5f1c546150.txt b/texts/7dbebb11-8ce8-4c3b-b55f-ed5f1c546150.txt new file mode 100644 index 0000000000000000000000000000000000000000..625970abb86317a21d75ac7f9bf70841fb243491 --- /dev/null +++ b/texts/7dbebb11-8ce8-4c3b-b55f-ed5f1c546150.txt @@ -0,0 +1 @@ +The Happy Disneyland \ No newline at end of file diff --git a/texts/7dc16e7e-1a7d-4303-a943-88b67e2ff3d4.txt b/texts/7dc16e7e-1a7d-4303-a943-88b67e2ff3d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..37537e5290a5874a4ba470ee32d8721f6ec59e68 --- /dev/null +++ b/texts/7dc16e7e-1a7d-4303-a943-88b67e2ff3d4.txt @@ -0,0 +1 @@ +Fireworks in the snowfield, a snowman holding a cross, pine trees and the aurora. \ No newline at end of file diff --git a/texts/7dc2f263-3134-4a22-a832-c41aa3851adc.txt b/texts/7dc2f263-3134-4a22-a832-c41aa3851adc.txt new file mode 100644 index 0000000000000000000000000000000000000000..759f359675708a5c35c9679f89ef8ad85f1471e0 --- /dev/null +++ b/texts/7dc2f263-3134-4a22-a832-c41aa3851adc.txt @@ -0,0 +1 @@ +There is a huge five-pointed star drawn with red paint on the ground. The red paint is like blood: some people kneel around the circle to worship. \ No newline at end of file diff --git a/texts/7dc73f90-1bef-40da-80b2-8c79ba20e145.txt b/texts/7dc73f90-1bef-40da-80b2-8c79ba20e145.txt new file mode 100644 index 0000000000000000000000000000000000000000..d23109abeacdf40410ba77d1689880386a035f36 --- /dev/null +++ b/texts/7dc73f90-1bef-40da-80b2-8c79ba20e145.txt @@ -0,0 +1 @@ +A sleek black cat sits poised at a wooden table, its luminous green eyes intently focused on an array of tarot cards spread out before it. \ No newline at end of file diff --git a/texts/7dc75072-3408-4218-ae6c-43a722e8caf1.txt b/texts/7dc75072-3408-4218-ae6c-43a722e8caf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddd0eabce7e1a9f86109898d7994e181b45c9bba --- /dev/null +++ b/texts/7dc75072-3408-4218-ae6c-43a722e8caf1.txt @@ -0,0 +1 @@ +I ride a horse under the purple sunset \ No newline at end of file diff --git a/texts/7dc8ee5b-b4f7-4948-95c7-0603614c66a1.txt b/texts/7dc8ee5b-b4f7-4948-95c7-0603614c66a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a23ddfe41e219e1015f6432cad561eb222786ec9 --- /dev/null +++ b/texts/7dc8ee5b-b4f7-4948-95c7-0603614c66a1.txt @@ -0,0 +1 @@ +A Teddy puppy with a transparent little wing is standing under the aurora \ No newline at end of file diff --git a/texts/7dd71c3e-abbf-433e-a64f-1a7bb01875c1.txt b/texts/7dd71c3e-abbf-433e-a64f-1a7bb01875c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..669f71f4ae614dfe35922d83495e50410be3e6e2 --- /dev/null +++ b/texts/7dd71c3e-abbf-433e-a64f-1a7bb01875c1.txt @@ -0,0 +1 @@ +In the vast expanse of the snowfield, an American leopard is gracefully moving. The pure white snowflakes are falling gently, creating a serene and frigid backdrop. The leopard's sleek and powerful body, with its distinct spots, stands out vividly against the white snow. There are scattered flower petals on the snow, their bright colors in sharp contrast to the surrounding whiteness. The leopard seems to be intrigued by these petals. It crouches low, its muscles tensed, and then suddenly springs forward. With each powerful bound, it closes the distance to the petals. The snow is kicked up in small clouds beneath its paws as it chases after the petals that are being carried slightly by the faint wind. Its eyes are fixed intently on the target, and its tail swings from side to side, helping it maintain balance as it maneuvers through the snowy terrain. \ No newline at end of file diff --git a/texts/7dd84c0c-d39e-4fd4-8361-b6b14fafce5e.txt b/texts/7dd84c0c-d39e-4fd4-8361-b6b14fafce5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e129614e9ee3ef27efb1552899db7e815aaf04b8 --- /dev/null +++ b/texts/7dd84c0c-d39e-4fd4-8361-b6b14fafce5e.txt @@ -0,0 +1 @@ +A golden retriever puppy is digging in the garden \ No newline at end of file diff --git a/texts/7dde158b-be97-4e54-8d8f-eb906d2efb69.txt b/texts/7dde158b-be97-4e54-8d8f-eb906d2efb69.txt new file mode 100644 index 0000000000000000000000000000000000000000..508094a63ef4c5c07031a23151fa2b271219eba7 --- /dev/null +++ b/texts/7dde158b-be97-4e54-8d8f-eb906d2efb69.txt @@ -0,0 +1 @@ +Tibetan monasteries and Tibetan ascetic monks in white batches are located in the Himalayas and can be combined with flying Garuda \ No newline at end of file diff --git a/texts/7de0359b-0ebd-4756-a543-8cab6408cfa6.txt b/texts/7de0359b-0ebd-4756-a543-8cab6408cfa6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e413c0de584634570871396f52b8ae80f1b3a29e --- /dev/null +++ b/texts/7de0359b-0ebd-4756-a543-8cab6408cfa6.txt @@ -0,0 +1 @@ +Christmas fat siamese kitty with snow \ No newline at end of file diff --git a/texts/7de0d775-3c06-42f1-acc5-1509c3203a81.txt b/texts/7de0d775-3c06-42f1-acc5-1509c3203a81.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf3498ea6a9f38d462fce8995d678e775a196ec5 --- /dev/null +++ b/texts/7de0d775-3c06-42f1-acc5-1509c3203a81.txt @@ -0,0 +1 @@ +Cheese Love's Day Cartoon Illustration Design \ No newline at end of file diff --git a/texts/7dec67ba-896a-44bd-b1e2-1576e391201d.txt b/texts/7dec67ba-896a-44bd-b1e2-1576e391201d.txt new file mode 100644 index 0000000000000000000000000000000000000000..519db2811d4ac124f2db64257991c57828fc4979 --- /dev/null +++ b/texts/7dec67ba-896a-44bd-b1e2-1576e391201d.txt @@ -0,0 +1 @@ +helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background \ No newline at end of file diff --git a/texts/7df22e18-3d07-4f64-8238-03a6b4474d23.txt b/texts/7df22e18-3d07-4f64-8238-03a6b4474d23.txt new file mode 100644 index 0000000000000000000000000000000000000000..c093820ee5fea1299aa91e08db04682d041f2aea --- /dev/null +++ b/texts/7df22e18-3d07-4f64-8238-03a6b4474d23.txt @@ -0,0 +1 @@ +Ragdoll cat astronaut wearing high tech space suits walking on the moon, holding a camera taking photos. Landing craft near the cat, the sky is black and you can see cat face through helmet \ No newline at end of file diff --git a/texts/7df4033b-4bae-4b49-a0ed-3de6296d022c.txt b/texts/7df4033b-4bae-4b49-a0ed-3de6296d022c.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd1a06bb53cc51aa5a7cdc7a04e96e24b3b6b586 --- /dev/null +++ b/texts/7df4033b-4bae-4b49-a0ed-3de6296d022c.txt @@ -0,0 +1 @@ +mangling kim 2015, london, in the style of konstantin somov, vibrant pop surrealism, erik jones, religious subjects, ghostly forms, bo bartlett, apocalyptic collage \ No newline at end of file diff --git a/texts/7df82d84-8fa0-440f-98fa-ee949579146e.txt b/texts/7df82d84-8fa0-440f-98fa-ee949579146e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e1d451d48a63a4f0fd8da17c82ccf55802a8f08 --- /dev/null +++ b/texts/7df82d84-8fa0-440f-98fa-ee949579146e.txt @@ -0,0 +1 @@ +A lamb stands in front of a snowy autumn mountain outdoor \ No newline at end of file diff --git a/texts/7dfb60b4-eea1-4aaf-b888-fd6c91757876.txt b/texts/7dfb60b4-eea1-4aaf-b888-fd6c91757876.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb4b69699ed4fb71bfa68c368c0cfa15aad7991f --- /dev/null +++ b/texts/7dfb60b4-eea1-4aaf-b888-fd6c91757876.txt @@ -0,0 +1 @@ +A HelloKitty doll wearing a wedding dress and sunglasses and holding a glass of wine takes a bath in a gorgeous bathtub with lots of pearls and shells on the water \ No newline at end of file diff --git a/texts/7dfbe471-e601-4272-8379-b6724bdb5ef5.txt b/texts/7dfbe471-e601-4272-8379-b6724bdb5ef5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f6a4b096e045505ce9b26bec1530b5a543ce1b5 --- /dev/null +++ b/texts/7dfbe471-e601-4272-8379-b6724bdb5ef5.txt @@ -0,0 +1 @@ +A snowy night, the distant sea visible, a black cat wearing a Christmas hat and a coconut close to the camera, next to a Christmas tree, the snow inscribed with "LinkC," paw prints of a cat. A melancholic blue night scene, with a dreamy effect of light particles, high color saturation. \ No newline at end of file diff --git a/texts/7e10afa4-4677-43b9-8e07-6e629ef31a30.txt b/texts/7e10afa4-4677-43b9-8e07-6e629ef31a30.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd28f7565662e353e30f8dde40bc225024bdefae --- /dev/null +++ b/texts/7e10afa4-4677-43b9-8e07-6e629ef31a30.txt @@ -0,0 +1 @@ +The sunlight shines through the forest on the ground, and the teddy bear stands on the ground, playing the violin with high color saturation, dreamy \ No newline at end of file diff --git a/texts/7e34ef8c-6da5-41c5-9994-89d1557fdd2f.txt b/texts/7e34ef8c-6da5-41c5-9994-89d1557fdd2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cb34af262ae91b99e560dd6ac8bf66a248e4023 --- /dev/null +++ b/texts/7e34ef8c-6da5-41c5-9994-89d1557fdd2f.txt @@ -0,0 +1 @@ +A teddy dog is cooking in the kitchen \ No newline at end of file diff --git a/texts/7e376cae-9421-4c2b-9a4b-7ae8f08b9f74.txt b/texts/7e376cae-9421-4c2b-9a4b-7ae8f08b9f74.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb4a8ca2cc7a618772bf4bd6d77007fe124ee491 --- /dev/null +++ b/texts/7e376cae-9421-4c2b-9a4b-7ae8f08b9f74.txt @@ -0,0 +1 @@ +Three people celebrate their birthdays in the forest. \ No newline at end of file diff --git a/texts/7e3db461-0cd8-427a-b43b-fd84a8d7cf14.txt b/texts/7e3db461-0cd8-427a-b43b-fd84a8d7cf14.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaab2a4cc17993c98bccbd2eeef1e427fa5c08e3 --- /dev/null +++ b/texts/7e3db461-0cd8-427a-b43b-fd84a8d7cf14.txt @@ -0,0 +1 @@ +The black cat stands on the snow, with a Christmas tree and fireworks, pink sunset and snowflakes, and Hamu written on the snow \ No newline at end of file diff --git a/texts/7e51cabf-0385-4485-a1c8-79659761c068.txt b/texts/7e51cabf-0385-4485-a1c8-79659761c068.txt new file mode 100644 index 0000000000000000000000000000000000000000..1da0f616cb47cac394f72de2d90b7e1eb76e3a5a --- /dev/null +++ b/texts/7e51cabf-0385-4485-a1c8-79659761c068.txt @@ -0,0 +1 @@ +Hello kitty and the fox face each other for lunch ,with an apple,mushrooms,oranges and a tote bag on the table \ No newline at end of file diff --git a/texts/7e537c77-1745-40ea-afaa-fc09adb0ed24.txt b/texts/7e537c77-1745-40ea-afaa-fc09adb0ed24.txt new file mode 100644 index 0000000000000000000000000000000000000000..cba056b4f2df565cc789d2169da62d58456d2425 --- /dev/null +++ b/texts/7e537c77-1745-40ea-afaa-fc09adb0ed24.txt @@ -0,0 +1 @@ +A Schnauzer in a Santa hat with the letters PHB next to it \ No newline at end of file diff --git a/texts/7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4.txt b/texts/7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a29662e0217d59fae543e4516733ed38d2aa7ca8 --- /dev/null +++ b/texts/7e53f4bb-3de6-4f48-a12f-63dfa69cc1c4.txt @@ -0,0 +1 @@ +HelloKitty with fluffy wings fly around the moon under a tree holding some balloons and stars \ No newline at end of file diff --git a/texts/7e559506-636b-42f3-976e-5ccf20fedec6.txt b/texts/7e559506-636b-42f3-976e-5ccf20fedec6.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cfcb6f523acc03fd843a497a37c9c9d56585a71 --- /dev/null +++ b/texts/7e559506-636b-42f3-976e-5ccf20fedec6.txt @@ -0,0 +1 @@ +A golden retriever puppy with a birthday cake \ No newline at end of file diff --git a/texts/7e6eb237-4852-4fdd-bb59-e4ec180028f8.txt b/texts/7e6eb237-4852-4fdd-bb59-e4ec180028f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a1319de9d34ed33ddd2ed0a413d34629ac903ec --- /dev/null +++ b/texts/7e6eb237-4852-4fdd-bb59-e4ec180028f8.txt @@ -0,0 +1 @@ +A golden retriever puppy is a singer \ No newline at end of file diff --git a/texts/7e719d9c-439d-4643-a454-9d4480beb337.txt b/texts/7e719d9c-439d-4643-a454-9d4480beb337.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b8875314c996725dfe9251049f876658cfea3e7 --- /dev/null +++ b/texts/7e719d9c-439d-4643-a454-9d4480beb337.txt @@ -0,0 +1 @@ +Hello kitty is smoking \ No newline at end of file diff --git a/texts/7e769520-b9e7-4fdc-ab5a-0e4451acb097.txt b/texts/7e769520-b9e7-4fdc-ab5a-0e4451acb097.txt new file mode 100644 index 0000000000000000000000000000000000000000..95690923e65eb080dad3288bfba2de45324225fe --- /dev/null +++ b/texts/7e769520-b9e7-4fdc-ab5a-0e4451acb097.txt @@ -0,0 +1 @@ +the words "LJY&SZF" written on the snow \ No newline at end of file diff --git a/texts/7e784018-d0b4-49e6-8434-7da1e1849d93.txt b/texts/7e784018-d0b4-49e6-8434-7da1e1849d93.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0f061e2cb71dffff35ad33f5a448252edb80243 --- /dev/null +++ b/texts/7e784018-d0b4-49e6-8434-7da1e1849d93.txt @@ -0,0 +1 @@ +A person adorned with flowers all over their head is setting off fireworks in the snow, with auroras in the sky, and the fireworks burst into shapes of flowers. \ No newline at end of file diff --git a/texts/7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef.txt b/texts/7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfdacaf91f91828b1526c0737d74c5f69b529c65 --- /dev/null +++ b/texts/7e7eb7d2-6038-4ac1-b7ef-9dfd1b5449ef.txt @@ -0,0 +1 @@ +This is a stylish squirrel wearing a trendy black hoodie, paired with gold chains and sunglasses resting on its head. It stands confidently in a bamboo forest setting, surrounded by traditional decorative fans. The overall scene combines traditional and modern aesthetics, making it both fun and creative \ No newline at end of file diff --git a/texts/7e8099ab-c35d-40ce-951d-718762442a5b.txt b/texts/7e8099ab-c35d-40ce-951d-718762442a5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c89b2d410e0af9b32aeae16c3861dc736eec163 --- /dev/null +++ b/texts/7e8099ab-c35d-40ce-951d-718762442a5b.txt @@ -0,0 +1 @@ +On the beach in Byron Bay, the sun is blinding, there is a feeling of film photographs, like some kind of memory, some kind of dream. There's a cute golden retriever cub and a cute West Highland cub having fun \ No newline at end of file diff --git a/texts/7e87cf35-d684-4f95-8869-4c8d2cbb9423.txt b/texts/7e87cf35-d684-4f95-8869-4c8d2cbb9423.txt new file mode 100644 index 0000000000000000000000000000000000000000..f334b301333038bd0a7520369fe8122fa69f8a60 --- /dev/null +++ b/texts/7e87cf35-d684-4f95-8869-4c8d2cbb9423.txt @@ -0,0 +1 @@ +A silver white American Shorthair cat and a black cat are placed next to each other, both wearing black magic cloaks, with snow as the background \ No newline at end of file diff --git a/texts/7e888a4b-144a-4084-97fc-cff0aa41a891.txt b/texts/7e888a4b-144a-4084-97fc-cff0aa41a891.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7ac92c4a91158b42bb9f91ee6a26afa54ebe03c --- /dev/null +++ b/texts/7e888a4b-144a-4084-97fc-cff0aa41a891.txt @@ -0,0 +1 @@ +A mermaid sitting on the beach, looking at the camera, close up shot, pearls falling from the sky, sunset, golden hour \ No newline at end of file diff --git a/texts/7e925da4-399e-4444-862a-93012e3b4d0c.txt b/texts/7e925da4-399e-4444-862a-93012e3b4d0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee694bcfc87b475117b834c716bec8c693653a11 --- /dev/null +++ b/texts/7e925da4-399e-4444-862a-93012e3b4d0c.txt @@ -0,0 +1 @@ +coffee table formed by combining big triangles, squares and hexagons \ No newline at end of file diff --git a/texts/7e969a82-3bf6-4a38-b27c-82044444a477.txt b/texts/7e969a82-3bf6-4a38-b27c-82044444a477.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ca41aa2465caca013671a44d1e97323a8115331 --- /dev/null +++ b/texts/7e969a82-3bf6-4a38-b27c-82044444a477.txt @@ -0,0 +1 @@ +People form a circle in the cornfield with white background and paint on clothes \ No newline at end of file diff --git a/texts/7eaab262-49ef-4f9c-89ce-8e3df31b0851.txt b/texts/7eaab262-49ef-4f9c-89ce-8e3df31b0851.txt new file mode 100644 index 0000000000000000000000000000000000000000..990c54a3d0c4b098bd29cfbe08caa210c1aba0f0 --- /dev/null +++ b/texts/7eaab262-49ef-4f9c-89ce-8e3df31b0851.txt @@ -0,0 +1 @@ +Artsy Dachshund enjoying luxury lifestyle \ No newline at end of file diff --git a/texts/7eb1d43a-8bb7-44cb-a806-6d2e05c35ede.txt b/texts/7eb1d43a-8bb7-44cb-a806-6d2e05c35ede.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c82c5eb82b84c8d3573c1daedfac5a37cfd5fbf --- /dev/null +++ b/texts/7eb1d43a-8bb7-44cb-a806-6d2e05c35ede.txt @@ -0,0 +1 @@ +a white dog is on the beach by the sea. \ No newline at end of file diff --git a/texts/7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac.txt b/texts/7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac.txt new file mode 100644 index 0000000000000000000000000000000000000000..05ca80973b27e127158f87f10be3509fb82af598 --- /dev/null +++ b/texts/7eb8f4c7-7cbe-41b9-8f9d-dbb1d922fcac.txt @@ -0,0 +1 @@ +A black cat is surrounded by goldfish in the snow \ No newline at end of file diff --git a/texts/7ebd677f-1bac-49bb-ac77-2bd373e91cc5.txt b/texts/7ebd677f-1bac-49bb-ac77-2bd373e91cc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8eb5f94332e9b6f8ca2ce0e3f1d8970d97ce02f --- /dev/null +++ b/texts/7ebd677f-1bac-49bb-ac77-2bd373e91cc5.txt @@ -0,0 +1 @@ +China Guizhou \ No newline at end of file diff --git a/texts/7ec53a44-cda3-41c0-bee8-219bf07d61a0.txt b/texts/7ec53a44-cda3-41c0-bee8-219bf07d61a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0582e7332cea5e319bb94979ccf9db0737d53442 --- /dev/null +++ b/texts/7ec53a44-cda3-41c0-bee8-219bf07d61a0.txt @@ -0,0 +1 @@ +A princess sits by the ocean, looking at the camera, close up shot, sunset \ No newline at end of file diff --git a/texts/7ec5f007-1bdd-4da4-bcde-a538bf496e56.txt b/texts/7ec5f007-1bdd-4da4-bcde-a538bf496e56.txt new file mode 100644 index 0000000000000000000000000000000000000000..292b9dfc8f7ebf32b04e61900351b15ee391e1f1 --- /dev/null +++ b/texts/7ec5f007-1bdd-4da4-bcde-a538bf496e56.txt @@ -0,0 +1 @@ +A Kid in diapers playing cards \ No newline at end of file diff --git a/texts/7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b.txt b/texts/7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..51ef7689bbea3e0952728167cfc88e33ad99a70a --- /dev/null +++ b/texts/7ee4e1f5-0757-4071-8bf1-5cb0a0ac2c8b.txt @@ -0,0 +1 @@ +Business man with a panda head custom \ No newline at end of file diff --git a/texts/7ee95271-6ce2-4300-8b7a-9d56a26bde8c.txt b/texts/7ee95271-6ce2-4300-8b7a-9d56a26bde8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bce767b419123adc3f68133547206d3129f48f2 --- /dev/null +++ b/texts/7ee95271-6ce2-4300-8b7a-9d56a26bde8c.txt @@ -0,0 +1 @@ +English sheep dog(ears, feets and paws are grey, other part of body are white), playing hockey game, canada flag, audience cheers \ No newline at end of file diff --git a/texts/7ef040e4-2b02-4459-ba46-f569352ee1ab.txt b/texts/7ef040e4-2b02-4459-ba46-f569352ee1ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..0264c09e570e20e9a0dbeec09a2a83575e6d39b6 --- /dev/null +++ b/texts/7ef040e4-2b02-4459-ba46-f569352ee1ab.txt @@ -0,0 +1 @@ +Little snow, Christmas season, sky blue with some stars, golden-haired puppy has a small transparent wing \ No newline at end of file diff --git a/texts/7ef80d5a-653b-4d9c-8517-32abd33b7ad0.txt b/texts/7ef80d5a-653b-4d9c-8517-32abd33b7ad0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6a67b188ae4dc0a92fe5fd48ccd71bf0f85ae65 --- /dev/null +++ b/texts/7ef80d5a-653b-4d9c-8517-32abd33b7ad0.txt @@ -0,0 +1 @@ +Three dogs in clothes jumping in the snow during heavy snowfall, clean background, blue tones \ No newline at end of file diff --git a/texts/7ef8bd16-dc85-4f5e-a850-d076e185de8f.txt b/texts/7ef8bd16-dc85-4f5e-a850-d076e185de8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e52f20e037c6d71bad3afdbb334d985cfaee491 --- /dev/null +++ b/texts/7ef8bd16-dc85-4f5e-a850-d076e185de8f.txt @@ -0,0 +1 @@ +a basketball field, a gourd, a red hair zebera, a green pen, a wild open red sea, one floor \ No newline at end of file diff --git a/texts/7efd42d6-70ba-4c5e-8d3a-d49e78e86067.txt b/texts/7efd42d6-70ba-4c5e-8d3a-d49e78e86067.txt new file mode 100644 index 0000000000000000000000000000000000000000..2758dce219852f64a361d30653a16d943c3e89eb --- /dev/null +++ b/texts/7efd42d6-70ba-4c5e-8d3a-d49e78e86067.txt @@ -0,0 +1 @@ +a cute white cat,hairy,wearing sunglass,looking at a macbook ,busy,paws on the keyboard,a coffee on the desk,a plant,many books \ No newline at end of file diff --git a/texts/7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0.txt b/texts/7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c39a86a168e3702f1bb19d5d77c4ef3bd0e6ae38 --- /dev/null +++ b/texts/7f02f39d-3e6b-4ba4-9fe8-f572bd6015b0.txt @@ -0,0 +1 @@ +A puppy is driving a convertible by the seaside at sunset \ No newline at end of file diff --git a/texts/7f0918b8-6ba4-4b6d-b8db-ad35957ba4de.txt b/texts/7f0918b8-6ba4-4b6d-b8db-ad35957ba4de.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa8a77ef617f70ac10ede87c9fc32693bbc7c761 --- /dev/null +++ b/texts/7f0918b8-6ba4-4b6d-b8db-ad35957ba4de.txt @@ -0,0 +1 @@ +A dachshund is playing in the snow. \ No newline at end of file diff --git a/texts/7f262b40-9d21-429a-a419-b259d45b1ebb.txt b/texts/7f262b40-9d21-429a-a419-b259d45b1ebb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b536926031eb5ace92b7e1db53b3aa8a970fec2d --- /dev/null +++ b/texts/7f262b40-9d21-429a-a419-b259d45b1ebb.txt @@ -0,0 +1 @@ +In the distance, there is a very cute black cat rolling and laughing on the snow in the sun with a birthday hat. The color saturation of the dreamy effect of a little light particles is high. \ No newline at end of file diff --git a/texts/7f2a83ae-3d2c-4264-ba77-7fb2778f086d.txt b/texts/7f2a83ae-3d2c-4264-ba77-7fb2778f086d.txt new file mode 100644 index 0000000000000000000000000000000000000000..057554a2b2ff81fb4b5ac639920b9ae257493cf8 --- /dev/null +++ b/texts/7f2a83ae-3d2c-4264-ba77-7fb2778f086d.txt @@ -0,0 +1 @@ +There are artificial mountain ,velvet curtains,beautiful flowers ,palm trees ,hills ,lakes ,ancient pavilion ,penguins .The sky is pink and purple . \ No newline at end of file diff --git a/texts/7f2e71a8-1191-4dee-ac32-f9292fdf74dd.txt b/texts/7f2e71a8-1191-4dee-ac32-f9292fdf74dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..998863ade5d7198bd6da348729e0b3abf14772a0 --- /dev/null +++ b/texts/7f2e71a8-1191-4dee-ac32-f9292fdf74dd.txt @@ -0,0 +1 @@ +Kanye and Taylor Swift Come to Shanghai Concert \ No newline at end of file diff --git a/texts/7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb.txt b/texts/7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8365fd0bd45f51ec2e2477d64e6c61ebc1961b3e --- /dev/null +++ b/texts/7f2f961d-76dc-4411-98cb-9e7ab2e1c8eb.txt @@ -0,0 +1 @@ +A black baby goat wearing a sweater is running on the beach \ No newline at end of file diff --git a/texts/7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67.txt b/texts/7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67.txt new file mode 100644 index 0000000000000000000000000000000000000000..209a534ee77c3a05895c775f05a768ddf279c580 --- /dev/null +++ b/texts/7f3fff3b-ffcc-4d44-8e53-d51f9dc68f67.txt @@ -0,0 +1 @@ +A black and white kitten and a light khaki-colored cute puppy are playing in the snow, creating a dreamy and warm atmosphere. \ No newline at end of file diff --git a/texts/7f54d24d-4eea-4ccd-b99b-21da22291eb8.txt b/texts/7f54d24d-4eea-4ccd-b99b-21da22291eb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceda6cf59a33a7c6ea7403eff87f99aad8273ec4 --- /dev/null +++ b/texts/7f54d24d-4eea-4ccd-b99b-21da22291eb8.txt @@ -0,0 +1 @@ +On Christmas night, the Beagle and Border Collie snuggle together, sleeping by the hearth. \ No newline at end of file diff --git a/texts/7f868e8c-ba0f-4301-87ae-90dfcdf300f4.txt b/texts/7f868e8c-ba0f-4301-87ae-90dfcdf300f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c3893bca983c5370d7493f3172a9dd49ad14916 --- /dev/null +++ b/texts/7f868e8c-ba0f-4301-87ae-90dfcdf300f4.txt @@ -0,0 +1 @@ +A doll black hello Kitty wearing glasses at work on the computer, the computer is bang bang, modern style \ No newline at end of file diff --git a/texts/7f8d8e11-8d63-4eae-87bd-e8561c0ff8db.txt b/texts/7f8d8e11-8d63-4eae-87bd-e8561c0ff8db.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e27a8cdb17e8a97db56f859f6e940ac736f70a1 --- /dev/null +++ b/texts/7f8d8e11-8d63-4eae-87bd-e8561c0ff8db.txt @@ -0,0 +1 @@ +A little white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background. \ No newline at end of file diff --git a/texts/7f8f4680-250a-4ca4-af27-f6455366db4a.txt b/texts/7f8f4680-250a-4ca4-af27-f6455366db4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..df81ffd91be8859c1ca635fdbdca82a2ba1c9077 --- /dev/null +++ b/texts/7f8f4680-250a-4ca4-af27-f6455366db4a.txt @@ -0,0 +1 @@ +A black cat is in the snow and footprints in the snow spell out.There is a Christmas tree next to it. On the snow is written 'PAN' \ No newline at end of file diff --git a/texts/7f96695b-d1c8-4425-8c38-654d19b28e35.txt b/texts/7f96695b-d1c8-4425-8c38-654d19b28e35.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb759cb46e79840814e08240f1d89f3977ae3735 --- /dev/null +++ b/texts/7f96695b-d1c8-4425-8c38-654d19b28e35.txt @@ -0,0 +1 @@ +Tesla in 80s China with a panda driver \ No newline at end of file diff --git a/texts/7f9d44fa-1c45-4d53-9c48-9654fb6d7afb.txt b/texts/7f9d44fa-1c45-4d53-9c48-9654fb6d7afb.txt new file mode 100644 index 0000000000000000000000000000000000000000..d60bdb55b86a444169cb3ddce4ebac1d34e03d26 --- /dev/null +++ b/texts/7f9d44fa-1c45-4d53-9c48-9654fb6d7afb.txt @@ -0,0 +1 @@ +Hello kitty detective smoking cigarettees in front of fuji mountain. Hello kitty in the middle and facing the canera, looking very cool. Film camera style \ No newline at end of file diff --git a/texts/7f9fcafe-6c1d-4508-bdb0-6191d962783e.txt b/texts/7f9fcafe-6c1d-4508-bdb0-6191d962783e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dda362fdf57398a7ace537239c1c4194048a415 --- /dev/null +++ b/texts/7f9fcafe-6c1d-4508-bdb0-6191d962783e.txt @@ -0,0 +1 @@ +light snow with a small white happy dog wearing a scarf,running in the snow \ No newline at end of file diff --git a/texts/7fab61eb-7e31-4225-bf22-16a5d71c5357.txt b/texts/7fab61eb-7e31-4225-bf22-16a5d71c5357.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa12cad46e5655203e2e59d976e8d315e1b31201 --- /dev/null +++ b/texts/7fab61eb-7e31-4225-bf22-16a5d71c5357.txt @@ -0,0 +1 @@ +Vista Sun sea sailboat white clouds \ No newline at end of file diff --git a/texts/7fb1f74c-2b8a-4b36-a6ae-66396555d2be.txt b/texts/7fb1f74c-2b8a-4b36-a6ae-66396555d2be.txt new file mode 100644 index 0000000000000000000000000000000000000000..198574020f6ac687caa0c86666c161aca145c33a --- /dev/null +++ b/texts/7fb1f74c-2b8a-4b36-a6ae-66396555d2be.txt @@ -0,0 +1 @@ +a hello kitty with decent dressing, sitting in front of the burst volcano, she is drinking coffee \ No newline at end of file diff --git a/texts/7fc37695-7377-48c2-a310-9d5e0fa46d33.txt b/texts/7fc37695-7377-48c2-a310-9d5e0fa46d33.txt new file mode 100644 index 0000000000000000000000000000000000000000..83e6fd4a0e5f714a0605e04abd2714b1f4722d2c --- /dev/null +++ b/texts/7fc37695-7377-48c2-a310-9d5e0fa46d33.txt @@ -0,0 +1 @@ +a red mushroom \ No newline at end of file diff --git a/texts/7fd69f3c-0667-4860-8136-c1d43591845f.txt b/texts/7fd69f3c-0667-4860-8136-c1d43591845f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74e171d79845515cb764a73530afedae1a7fd49 --- /dev/null +++ b/texts/7fd69f3c-0667-4860-8136-c1d43591845f.txt @@ -0,0 +1 @@ +A cat lean on their owner's lap and read a book, one is orange, another is brown \ No newline at end of file diff --git a/texts/7fdb401e-1378-47cf-a5ca-7898e3031a57.txt b/texts/7fdb401e-1378-47cf-a5ca-7898e3031a57.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed7076713266fb5e2da485cbfcb2c701837b841d --- /dev/null +++ b/texts/7fdb401e-1378-47cf-a5ca-7898e3031a57.txt @@ -0,0 +1 @@ +In the snowy evening, you can see a trace of dusk. There is the sea in the distance. There is a white HelloKitty doll wearing a Christmas hat, next to it is a Christmas tree, and CXR is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/7fdcadbc-0fd4-48b0-b20c-df780c6c5df2.txt b/texts/7fdcadbc-0fd4-48b0-b20c-df780c6c5df2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c33991a8b2fae885c6ed525aa2bc460969c8823 --- /dev/null +++ b/texts/7fdcadbc-0fd4-48b0-b20c-df780c6c5df2.txt @@ -0,0 +1 @@ +The man in the picture is taking a photo in front of the burning Golden Pavilion Temple, with a Japanese style \ No newline at end of file diff --git a/texts/7fde27cb-a4f1-40a4-9aba-e72a36253afe.txt b/texts/7fde27cb-a4f1-40a4-9aba-e72a36253afe.txt new file mode 100644 index 0000000000000000000000000000000000000000..881ace661760903ae99aafd4719e9077f5999a9b --- /dev/null +++ b/texts/7fde27cb-a4f1-40a4-9aba-e72a36253afe.txt @@ -0,0 +1 @@ +The white Samoyed is running on the snow with a small yellow dog \ No newline at end of file diff --git a/texts/7fe7d848-631c-42bd-9617-b69006eda7d7.txt b/texts/7fe7d848-631c-42bd-9617-b69006eda7d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae5da4e058d77c23a9335232b03393a8f25ff09e --- /dev/null +++ b/texts/7fe7d848-631c-42bd-9617-b69006eda7d7.txt @@ -0,0 +1 @@ +The "happy single day" letters on the bag will be replaced by gold gold hardware, and the other parts will not be changed \ No newline at end of file diff --git a/texts/7feb695d-474f-4ba1-8da3-9037d116de8a.txt b/texts/7feb695d-474f-4ba1-8da3-9037d116de8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b12513852f6b2def8ec03bc4bc3bc7c4fcbf703d --- /dev/null +++ b/texts/7feb695d-474f-4ba1-8da3-9037d116de8a.txt @@ -0,0 +1 @@ +In the crystal palace with a mirror floor, Hello Kitty and Snoopy are dancing gracefully at the ball. \ No newline at end of file diff --git a/texts/7ff0f30c-f719-40a4-be39-1bef8502133c.txt b/texts/7ff0f30c-f719-40a4-be39-1bef8502133c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b99e00fdd64638aeb8d0e29301742212c94f4029 --- /dev/null +++ b/texts/7ff0f30c-f719-40a4-be39-1bef8502133c.txt @@ -0,0 +1 @@ +A west Highland watching fireworks on the beach \ No newline at end of file diff --git a/texts/800bd270-d586-4903-90a1-f92cc6105db5.txt b/texts/800bd270-d586-4903-90a1-f92cc6105db5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7fc334e5c50cc4b07bee820d077bab4f073de58 --- /dev/null +++ b/texts/800bd270-d586-4903-90a1-f92cc6105db5.txt @@ -0,0 +1 @@ +Colorful highlights in the air, aurora in the night, at a distancea couple standing side by side watching aurora. \ No newline at end of file diff --git a/texts/8019b476-2d48-4fc3-b14f-f03e42aa25e8.txt b/texts/8019b476-2d48-4fc3-b14f-f03e42aa25e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..d27eb8fe93abc47902a3d8eee6f7e0a4bd453630 --- /dev/null +++ b/texts/8019b476-2d48-4fc3-b14f-f03e42aa25e8.txt @@ -0,0 +1 @@ +An orange cat holding a black bass instrument \ No newline at end of file diff --git a/texts/802ed968-8a2b-44c9-976d-23573143e613.txt b/texts/802ed968-8a2b-44c9-976d-23573143e613.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9cfe16391639bdc66937adf33c11a9681d42006 --- /dev/null +++ b/texts/802ed968-8a2b-44c9-976d-23573143e613.txt @@ -0,0 +1 @@ +Back room, aurora, cat and puppy, with Christmas style, blue tone \ No newline at end of file diff --git a/texts/80324b65-7b9b-4223-928a-2f896d141618.txt b/texts/80324b65-7b9b-4223-928a-2f896d141618.txt new file mode 100644 index 0000000000000000000000000000000000000000..f80c37844e8111721eef4cbb65ce5d6f8ffd04e2 --- /dev/null +++ b/texts/80324b65-7b9b-4223-928a-2f896d141618.txt @@ -0,0 +1 @@ +a text shape "SKG HEALTH" snow sculpturre in the outdoor \ No newline at end of file diff --git a/texts/80334caf-47b0-41cf-9e75-af32b33f83b0.txt b/texts/80334caf-47b0-41cf-9e75-af32b33f83b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6df27b92fa3d759ea097087133ac178a5389645b --- /dev/null +++ b/texts/80334caf-47b0-41cf-9e75-af32b33f83b0.txt @@ -0,0 +1 @@ +A fat man in a down jacket dancing in the desert in front of a cactus \ No newline at end of file diff --git a/texts/803789dc-f1cb-455c-984b-519349290d0b.txt b/texts/803789dc-f1cb-455c-984b-519349290d0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f70ed3db7319c0e1e1da605c8f69480446540d9b --- /dev/null +++ b/texts/803789dc-f1cb-455c-984b-519349290d0b.txt @@ -0,0 +1 @@ +Young scholar in ancient China, lonely, mountain \ No newline at end of file diff --git a/texts/803ef18a-5e6c-4877-a4ee-95f64214885b.txt b/texts/803ef18a-5e6c-4877-a4ee-95f64214885b.txt new file mode 100644 index 0000000000000000000000000000000000000000..25374c5d886275d07a81b530fadd45d4a3e56401 --- /dev/null +++ b/texts/803ef18a-5e6c-4877-a4ee-95f64214885b.txt @@ -0,0 +1 @@ +She holds a transparent umbrella in her right hand, while her left hand lightly grazes the green netting of a snow-dusted suspension bridge. Snowflakes fall gently around her, blending seamlessly into the serene and tranquil winter forest backdrop. \ No newline at end of file diff --git a/texts/803fde26-0055-42b6-8f32-f4f8fc4d3ff5.txt b/texts/803fde26-0055-42b6-8f32-f4f8fc4d3ff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..928c2606944ae48611c678100fcfd81c21921277 --- /dev/null +++ b/texts/803fde26-0055-42b6-8f32-f4f8fc4d3ff5.txt @@ -0,0 +1 @@ +Black and white kitten, seaside, Christmas, snow, fireworks, aurora, vv15 written on snow, Snow falling, romantic atmosphere, vintage film, flash, dream core, romance \ No newline at end of file diff --git a/texts/80417576-6a2b-45c5-95ca-0aa24ef6ddc1.txt b/texts/80417576-6a2b-45c5-95ca-0aa24ef6ddc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f45a52ac6eb735cf54e00fb57941d438d824616 --- /dev/null +++ b/texts/80417576-6a2b-45c5-95ca-0aa24ef6ddc1.txt @@ -0,0 +1 @@ +Hello kitty is setting off fireworks in the snow by the sea. HTY is written on the snow. \ No newline at end of file diff --git a/texts/80441101-6f01-4109-9c3c-df129a2380af.txt b/texts/80441101-6f01-4109-9c3c-df129a2380af.txt new file mode 100644 index 0000000000000000000000000000000000000000..8aadb2236adb16d5ba2fa1c2efc68e8a93421acb --- /dev/null +++ b/texts/80441101-6f01-4109-9c3c-df129a2380af.txt @@ -0,0 +1 @@ +A monk burns Kinkaku Temple in the front background \ No newline at end of file diff --git a/texts/804ac3d5-ccd2-4c8b-8539-32dd6a18aab4.txt b/texts/804ac3d5-ccd2-4c8b-8539-32dd6a18aab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..edb6257436844447de520b260bc130bbd60d5ad9 --- /dev/null +++ b/texts/804ac3d5-ccd2-4c8b-8539-32dd6a18aab4.txt @@ -0,0 +1 @@ +Diamonds, hello kitty blue suit,Pink headscarf,carat,Butterflies \ No newline at end of file diff --git a/texts/804c2948-7e2d-44af-a8b6-a2aba7ac16fd.txt b/texts/804c2948-7e2d-44af-a8b6-a2aba7ac16fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d028fa472e69b4e1d6afd44e13b694f8194b657 --- /dev/null +++ b/texts/804c2948-7e2d-44af-a8b6-a2aba7ac16fd.txt @@ -0,0 +1 @@ +A cat is sitting on the snow land and has bubbles in the sky, The name Jun is written by snow on the snow land, pink background \ No newline at end of file diff --git a/texts/804dbd60-1914-4e58-bc88-867df429e7a4.txt b/texts/804dbd60-1914-4e58-bc88-867df429e7a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e0b2694beaaeb63d44629782de3f6a3df760d9f --- /dev/null +++ b/texts/804dbd60-1914-4e58-bc88-867df429e7a4.txt @@ -0,0 +1 @@ +tree house in the middle of a islet is surounded by water \ No newline at end of file diff --git a/texts/80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd.txt b/texts/80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fab39132c5056fa05ba4ea2e58fa134e033d6ea --- /dev/null +++ b/texts/80545e2b-63f8-45c9-8ea0-ff83cdd2c0fd.txt @@ -0,0 +1 @@ +The cartoon character Tweety Bird is busy at playing tennis on the tennis court. The cute little bird is looking at the camera. The picture looks cute. \ No newline at end of file diff --git a/texts/806d1db8-46cc-43c1-bdd0-6fd18f7567e3.txt b/texts/806d1db8-46cc-43c1-bdd0-6fd18f7567e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..df2b4788627dad725430031117baaeee41b5c42a --- /dev/null +++ b/texts/806d1db8-46cc-43c1-bdd0-6fd18f7567e3.txt @@ -0,0 +1 @@ +Game interface, 45 degrees 2.5D Angle of view, a cafeteria, there are many dishes, a one-body pug is getting a meal, American retro color \ No newline at end of file diff --git a/texts/806d687d-5a98-4741-81f2-092b765cc294.txt b/texts/806d687d-5a98-4741-81f2-092b765cc294.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfb09fb6cc70d380f1eaa6fecdd80ffd10a43b3b --- /dev/null +++ b/texts/806d687d-5a98-4741-81f2-092b765cc294.txt @@ -0,0 +1 @@ +Kitten wearing a santa hat writes wwwo3w in the snow on the beach \ No newline at end of file diff --git a/texts/8072af7c-7ce3-4166-9699-e79f14fdaa15.txt b/texts/8072af7c-7ce3-4166-9699-e79f14fdaa15.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bbe6c22a0f7249babeea6e1f40b748991eb6d0e --- /dev/null +++ b/texts/8072af7c-7ce3-4166-9699-e79f14fdaa15.txt @@ -0,0 +1 @@ +Grandma dancing with the doll \ No newline at end of file diff --git a/texts/8073ed49-3ee2-4f59-98e1-c7a591d59c86.txt b/texts/8073ed49-3ee2-4f59-98e1-c7a591d59c86.txt new file mode 100644 index 0000000000000000000000000000000000000000..edf175b3e92904d5f6dfa1e9adc747953f4ad877 --- /dev/null +++ b/texts/8073ed49-3ee2-4f59-98e1-c7a591d59c86.txt @@ -0,0 +1 @@ +Tulips, apples and glass candlesticks on the table \ No newline at end of file diff --git a/texts/80aa2d44-e6d8-4e9c-b1ce-61de48c92a80.txt b/texts/80aa2d44-e6d8-4e9c-b1ce-61de48c92a80.txt new file mode 100644 index 0000000000000000000000000000000000000000..590f5c8ebabb0be0267db058bbb724f0b39b7899 --- /dev/null +++ b/texts/80aa2d44-e6d8-4e9c-b1ce-61de48c92a80.txt @@ -0,0 +1 @@ +Deer with wings and bubbles in the woods,snowfield \ No newline at end of file diff --git a/texts/80b46cdc-85e9-4ef3-88b5-3f383c79368c.txt b/texts/80b46cdc-85e9-4ef3-88b5-3f383c79368c.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaae4b69ac27be4aa4389382586b2ef1197ef587 --- /dev/null +++ b/texts/80b46cdc-85e9-4ef3-88b5-3f383c79368c.txt @@ -0,0 +1 @@ +Inside the abandoned building, there's a super giant green dinosaur outside \ No newline at end of file diff --git a/texts/80b7c0b6-7c48-4a00-a7e3-0da62965ac7a.txt b/texts/80b7c0b6-7c48-4a00-a7e3-0da62965ac7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..444bf8a868e72eadcb5cff7f33da9f81048256fb --- /dev/null +++ b/texts/80b7c0b6-7c48-4a00-a7e3-0da62965ac7a.txt @@ -0,0 +1 @@ +A side-herd dog is fried rice in a hot pot restaurant \ No newline at end of file diff --git a/texts/80c1c2a0-bb12-461d-9456-b12018dc107d.txt b/texts/80c1c2a0-bb12-461d-9456-b12018dc107d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5efdcc13bdcc5a61a6d46341d5fde81f2c3ce1fc --- /dev/null +++ b/texts/80c1c2a0-bb12-461d-9456-b12018dc107d.txt @@ -0,0 +1 @@ +The small white rabbit with the star pattern jumps on the fountain, the background is starry, and the musical notes float in the air \ No newline at end of file diff --git a/texts/80c2221d-5f16-4a0a-81c7-9f23be4dd07f.txt b/texts/80c2221d-5f16-4a0a-81c7-9f23be4dd07f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d81b33685f2f3b4d3245587ebf6223aebbd29142 --- /dev/null +++ b/texts/80c2221d-5f16-4a0a-81c7-9f23be4dd07f.txt @@ -0,0 +1 @@ +Hello kitty airplane \ No newline at end of file diff --git a/texts/80c67c52-3ff7-4cb3-bf26-33384e74ed20.txt b/texts/80c67c52-3ff7-4cb3-bf26-33384e74ed20.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac137340e511f28829279e480b250bb1534fff2 --- /dev/null +++ b/texts/80c67c52-3ff7-4cb3-bf26-33384e74ed20.txt @@ -0,0 +1 @@ +A Pig running on the vast grassland under the snow capped mountains \ No newline at end of file diff --git a/texts/80d62e76-b1bf-4001-bae0-b74639f0414d.txt b/texts/80d62e76-b1bf-4001-bae0-b74639f0414d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d08c512c9de1491542b8ed864f8609efb1903a2a --- /dev/null +++ b/texts/80d62e76-b1bf-4001-bae0-b74639f0414d.txt @@ -0,0 +1 @@ +A person calmly blowing bubbles, with a scene of fire in the snow behind them. \ No newline at end of file diff --git a/texts/80dd0396-14ad-4b98-9dc7-8527e53f9e3f.txt b/texts/80dd0396-14ad-4b98-9dc7-8527e53f9e3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f208c5edce657e6bb8541769fc4e317021d47cdf --- /dev/null +++ b/texts/80dd0396-14ad-4b98-9dc7-8527e53f9e3f.txt @@ -0,0 +1 @@ +A cow cat is sniffing a blue-patterned butterfly, with a starry night sky in the background and volcanoes on the ground, capturing the essence of Dante' \ No newline at end of file diff --git a/texts/80e0ee10-f723-4b53-ab62-d861028fcf17.txt b/texts/80e0ee10-f723-4b53-ab62-d861028fcf17.txt new file mode 100644 index 0000000000000000000000000000000000000000..01b099cdf56289dbc3cf2f81f352398d7957f095 --- /dev/null +++ b/texts/80e0ee10-f723-4b53-ab62-d861028fcf17.txt @@ -0,0 +1 @@ +a capybara sits calmly in the office. behind is a volcanic eruption \ No newline at end of file diff --git a/texts/80e4dbc2-f59d-42d1-83d2-1125d3b4d952.txt b/texts/80e4dbc2-f59d-42d1-83d2-1125d3b4d952.txt new file mode 100644 index 0000000000000000000000000000000000000000..aee9af52466f8aead6fa16e912f6f0ed1819b4cf --- /dev/null +++ b/texts/80e4dbc2-f59d-42d1-83d2-1125d3b4d952.txt @@ -0,0 +1 @@ +A scene in a Hogwarts herbology classroom, where students are working with magical plants. The room is filled with potted plants, some of which are glowing or moving. A student in Hufflepuff robes carefully handles a venomous tentacula, while another student is taking notes on a mandrake plant. The classroom is bright with sunlight filtering in through large windows, and the professor, a kind but strict wizard, is teaching the students about potion ingredients derived from plants. \ No newline at end of file diff --git a/texts/80e7220c-eb7b-4e5f-a71e-cfac783a2d84.txt b/texts/80e7220c-eb7b-4e5f-a71e-cfac783a2d84.txt new file mode 100644 index 0000000000000000000000000000000000000000..823d6b8f7ece41b714e8579c9423dd25fc251af8 --- /dev/null +++ b/texts/80e7220c-eb7b-4e5f-a71e-cfac783a2d84.txt @@ -0,0 +1 @@ +Dan winters style photo, square picture: two cute little pigs are dancing together in sunny snow, with wooden house and pine forest in the background, and the side backlight hits the pig's face with red nose. \ No newline at end of file diff --git a/texts/80e878a1-90c3-4338-b36f-2c85cb0c77db.txt b/texts/80e878a1-90c3-4338-b36f-2c85cb0c77db.txt new file mode 100644 index 0000000000000000000000000000000000000000..97b521156adc981ea0144a997274e89de964b063 --- /dev/null +++ b/texts/80e878a1-90c3-4338-b36f-2c85cb0c77db.txt @@ -0,0 +1 @@ +Christmas tree in the snow \ No newline at end of file diff --git a/texts/80f86758-ecd0-41f0-900a-cab0ffe66e8e.txt b/texts/80f86758-ecd0-41f0-900a-cab0ffe66e8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d77c35220bd389bb1a1983d98c420941bd4846c --- /dev/null +++ b/texts/80f86758-ecd0-41f0-900a-cab0ffe66e8e.txt @@ -0,0 +1 @@ +Hellokitty is holding a pink cake. The cake says "Happy16 to Miny" \ No newline at end of file diff --git a/texts/810d849e-4bc5-488f-903f-55179a1b924f.txt b/texts/810d849e-4bc5-488f-903f-55179a1b924f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4de67e9133405004581612826c61f073c37623fd --- /dev/null +++ b/texts/810d849e-4bc5-488f-903f-55179a1b924f.txt @@ -0,0 +1 @@ +A little Maltese with a bow sits on a yellow sofa eating cupcake. \ No newline at end of file diff --git a/texts/8116337d-e8ad-445e-a55e-ada5f9aaf288.txt b/texts/8116337d-e8ad-445e-a55e-ada5f9aaf288.txt new file mode 100644 index 0000000000000000000000000000000000000000..53d5e6f6d0541adc0091b8529ec199f00a88708f --- /dev/null +++ b/texts/8116337d-e8ad-445e-a55e-ada5f9aaf288.txt @@ -0,0 +1 @@ +A little cat A little white dog Transparent wings Snowy day \ No newline at end of file diff --git a/texts/811a048e-da17-48a1-b9f3-9a059957465e.txt b/texts/811a048e-da17-48a1-b9f3-9a059957465e.txt new file mode 100644 index 0000000000000000000000000000000000000000..abd2de6c9aec9965a280e62fc14c13c7ebce6fa5 --- /dev/null +++ b/texts/811a048e-da17-48a1-b9f3-9a059957465e.txt @@ -0,0 +1 @@ +Handwritten word "selina " in the snow,a hellokitty doll with pink dress standing next to it, sun in the sky,chirtmas tree,gift \ No newline at end of file diff --git a/texts/811d43b4-f635-443e-96ad-585051b9f55a.txt b/texts/811d43b4-f635-443e-96ad-585051b9f55a.txt new file mode 100644 index 0000000000000000000000000000000000000000..210780e79352dd2f63735cf9199995e4f0212933 --- /dev/null +++ b/texts/811d43b4-f635-443e-96ad-585051b9f55a.txt @@ -0,0 +1 @@ +The white hello kitty stands in front of a small lifting table and works with a keyboard in front of a screen. In her small bedroom, in front of the lifting table is a bed covered with a quilt, and on the right side of the lifting table is a bookshelf full of things. \ No newline at end of file diff --git a/texts/81202bd2-459c-49dd-9700-4ba3d77c43da.txt b/texts/81202bd2-459c-49dd-9700-4ba3d77c43da.txt new file mode 100644 index 0000000000000000000000000000000000000000..af2591c35508cb1762079ed58a39ae8ab05c731a --- /dev/null +++ b/texts/81202bd2-459c-49dd-9700-4ba3d77c43da.txt @@ -0,0 +1 @@ +Hello kitty doll, winter, cute, christmas \ No newline at end of file diff --git a/texts/812487b2-7686-4f7e-b657-d29613a3fac0.txt b/texts/812487b2-7686-4f7e-b657-d29613a3fac0.txt new file mode 100644 index 0000000000000000000000000000000000000000..47b8f187659b763f0ecdc3a7635cc55601e03d67 --- /dev/null +++ b/texts/812487b2-7686-4f7e-b657-d29613a3fac0.txt @@ -0,0 +1 @@ +There is a rose-colored nebula in the sky, the ground is covered with snow, and a three-dimensional moon lamp is placed on the snow, emitting warm yellow light. \ No newline at end of file diff --git a/texts/81286c49-aec6-4589-b6be-a20e27204a32.txt b/texts/81286c49-aec6-4589-b6be-a20e27204a32.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4efc075c8256d4f5bf3d752947e3e6fa2c298d7 --- /dev/null +++ b/texts/81286c49-aec6-4589-b6be-a20e27204a32.txt @@ -0,0 +1 @@ +At night, a golden kitten in the snow, the sea, the fireworks, the sky is shining with raindrops, and there is a Christmas tree by the sea. \ No newline at end of file diff --git a/texts/814271d6-4a4d-451b-8440-b7243646b66f.txt b/texts/814271d6-4a4d-451b-8440-b7243646b66f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e739a82001b067b6b1959a73fab28e050d681a0 --- /dev/null +++ b/texts/814271d6-4a4d-451b-8440-b7243646b66f.txt @@ -0,0 +1 @@ +A orange kitten with fluffy fur, vintage film style. The kitten is surrounded by soft snowflakes, with a warm golden glow from the evening sun. The background features a soft blue sky at twilight, with a gentle fading light that gives the scene a peaceful and nostalgic atmosphere \ No newline at end of file diff --git a/texts/81510f84-294e-4a7c-bc52-e474d073a372.txt b/texts/81510f84-294e-4a7c-bc52-e474d073a372.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4b023c07df8d5f4373406d4559d0a2e0a2f3c25 --- /dev/null +++ b/texts/81510f84-294e-4a7c-bc52-e474d073a372.txt @@ -0,0 +1 @@ +Bright sky full of fireworks and stars, snow, forest, there are many cats, the cat only back, the cat in the snow, the cat is very lively, there is a snowman wearing a scarf in the picture, the picture is very warm and dreamy, there are many bright stars in the picture \ No newline at end of file diff --git a/texts/8163395a-6a19-404e-9f58-618dd53711cc.txt b/texts/8163395a-6a19-404e-9f58-618dd53711cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..d365c61e79dad5c6d366f8b52da0162007e03659 --- /dev/null +++ b/texts/8163395a-6a19-404e-9f58-618dd53711cc.txt @@ -0,0 +1 @@ +A BMW mini white is in the middle of the picture. \ No newline at end of file diff --git a/texts/816397eb-dc6e-4c03-a319-c97f65aa7d56.txt b/texts/816397eb-dc6e-4c03-a319-c97f65aa7d56.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ab085b6da9e1a7a99fc3eb98fd66e486e57ba2e --- /dev/null +++ b/texts/816397eb-dc6e-4c03-a319-c97f65aa7d56.txt @@ -0,0 +1 @@ +A young man leaning against a JDM car on the winding mountain roads of Akina, smoking a cigarette under the dim glow of streetlights, with the serene night sky and forested slopes surrounding him. \ No newline at end of file diff --git a/texts/81695610-6570-43c3-ae1d-1c1926de45be.txt b/texts/81695610-6570-43c3-ae1d-1c1926de45be.txt new file mode 100644 index 0000000000000000000000000000000000000000..3287ba8120813f9b832185c801751bc9f55451d7 --- /dev/null +++ b/texts/81695610-6570-43c3-ae1d-1c1926de45be.txt @@ -0,0 +1 @@ +A hamster is sitting \ No newline at end of file diff --git a/texts/816af3cc-73c9-4122-a8a6-3b31b9aa76ac.txt b/texts/816af3cc-73c9-4122-a8a6-3b31b9aa76ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea98b5d5a5438b4e893bce873de37444c9878ba6 --- /dev/null +++ b/texts/816af3cc-73c9-4122-a8a6-3b31b9aa76ac.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "KMY" written on the ground. \ No newline at end of file diff --git a/texts/816c7c51-9514-4a0b-ae04-33203ca07aac.txt b/texts/816c7c51-9514-4a0b-ae04-33203ca07aac.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5ea91e58cef870f3b7a344eb2f8bd8935be5522 --- /dev/null +++ b/texts/816c7c51-9514-4a0b-ae04-33203ca07aac.txt @@ -0,0 +1 @@ +a black and white Border collie on a beach with catwoman \ No newline at end of file diff --git a/texts/81713ef8-6eee-4d72-b99a-3f74aed1d14c.txt b/texts/81713ef8-6eee-4d72-b99a-3f74aed1d14c.txt new file mode 100644 index 0000000000000000000000000000000000000000..70800872198a95e2b7620a98a82f75944e98df63 --- /dev/null +++ b/texts/81713ef8-6eee-4d72-b99a-3f74aed1d14c.txt @@ -0,0 +1 @@ +A puppy has the three letters ljn on the snowy ground.There is a Christmas tree on the snow. \ No newline at end of file diff --git a/texts/817d1e87-59e7-4a22-aa94-8d51a784065d.txt b/texts/817d1e87-59e7-4a22-aa94-8d51a784065d.txt new file mode 100644 index 0000000000000000000000000000000000000000..447c4034554c4aab4c41581c1082255926780b2a --- /dev/null +++ b/texts/817d1e87-59e7-4a22-aa94-8d51a784065d.txt @@ -0,0 +1 @@ +books \ No newline at end of file diff --git a/texts/817f5b54-9c28-4d83-9cbf-1a21cf64a65e.txt b/texts/817f5b54-9c28-4d83-9cbf-1a21cf64a65e.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc221d06361cd20a3c74af3ce72071709cd5ff54 --- /dev/null +++ b/texts/817f5b54-9c28-4d83-9cbf-1a21cf64a65e.txt @@ -0,0 +1 @@ +On a snowy night, an endless expanse of snow. There is a sea in the distance, a brown teddy bear wearing a Christmas hat, a Christmas tree next to it, and "ZR&JW" written on the snow. The melancholic warm yellow night scene has a dreamy effect with light particles, snowfall, and high color saturation. \ No newline at end of file diff --git a/texts/818701af-6d32-40d0-931c-d19289bedd42.txt b/texts/818701af-6d32-40d0-931c-d19289bedd42.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c2e9b430e3b827b9088b583483ae2946441a1ca --- /dev/null +++ b/texts/818701af-6d32-40d0-931c-d19289bedd42.txt @@ -0,0 +1 @@ +Tibetan short-haired muscular man, wearing a red Tibetan robe, on the snow, stand in front of the camera. and there are clouds and stars in the sky at night. \ No newline at end of file diff --git a/texts/818dd33e-9c13-4d23-b86d-b0f1d59127d2.txt b/texts/818dd33e-9c13-4d23-b86d-b0f1d59127d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a981ea2e12dd4c9fbb63a9f8f15992f4cf98ddc --- /dev/null +++ b/texts/818dd33e-9c13-4d23-b86d-b0f1d59127d2.txt @@ -0,0 +1 @@ +A standing, clothed humanoid crow looks back into the camera, In the distance is a man with his back to the camera, In the field \ No newline at end of file diff --git a/texts/818e382d-9e48-41f6-9a18-c132c28cd4b8.txt b/texts/818e382d-9e48-41f6-9a18-c132c28cd4b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff29de71a378b119428f384e922d39f03c7e228c --- /dev/null +++ b/texts/818e382d-9e48-41f6-9a18-c132c28cd4b8.txt @@ -0,0 +1 @@ +magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter \ No newline at end of file diff --git a/texts/8198331d-07e0-4fbd-bf61-56e5ee283b99.txt b/texts/8198331d-07e0-4fbd-bf61-56e5ee283b99.txt new file mode 100644 index 0000000000000000000000000000000000000000..158312b52228a96fec91de170e1f0207965a1e0f --- /dev/null +++ b/texts/8198331d-07e0-4fbd-bf61-56e5ee283b99.txt @@ -0,0 +1 @@ +dream core, in scene of backroom, a teddy bear in middle, green wallpaper, green carpet, 1990s office backgroudn, backroom, empty, \ No newline at end of file diff --git a/texts/819b3f58-7249-48fb-9fa0-a4936243d115.txt b/texts/819b3f58-7249-48fb-9fa0-a4936243d115.txt new file mode 100644 index 0000000000000000000000000000000000000000..98b6c5d40d23edfa3513db96ee4c568162ddedec --- /dev/null +++ b/texts/819b3f58-7249-48fb-9fa0-a4936243d115.txt @@ -0,0 +1 @@ +Hellokitty's humanoid doll is holding a banner in its hand, on which it says let's play with yi tong mei xue . \ No newline at end of file diff --git a/texts/81a9085b-a5d2-4bef-baab-8daf65b1f38d.txt b/texts/81a9085b-a5d2-4bef-baab-8daf65b1f38d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4eb6d486e0a4a6b3d2377f7b628d54389068ac75 --- /dev/null +++ b/texts/81a9085b-a5d2-4bef-baab-8daf65b1f38d.txt @@ -0,0 +1 @@ +West Highland is flying a plane, wearing a captain's uniform \ No newline at end of file diff --git a/texts/81b6206b-cf23-4cb6-a7b2-5a06aed7846c.txt b/texts/81b6206b-cf23-4cb6-a7b2-5a06aed7846c.txt new file mode 100644 index 0000000000000000000000000000000000000000..61801f7e29ed4ea2566ebb0fe82a0717216cc3a9 --- /dev/null +++ b/texts/81b6206b-cf23-4cb6-a7b2-5a06aed7846c.txt @@ -0,0 +1 @@ +A cute Hello Kitty doll is sitting on the snow. Hello Kitty is dressed in red and white clothes with a red bow on her head. The background is a beach at night, and fireworks are blooming in the distance. The colors of the fireworks are mainly white and pink, reflecting on the sea. There are footprints on the beach and some stars in the sky. The overall atmosphere is warm and romantic. "ZXQ" is written on the snow. \ No newline at end of file diff --git a/texts/81c021a0-2e09-4417-bded-b5794dfca5a6.txt b/texts/81c021a0-2e09-4417-bded-b5794dfca5a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..557beaa2091ea7a6dbe29de096f11b9b08d4fac9 --- /dev/null +++ b/texts/81c021a0-2e09-4417-bded-b5794dfca5a6.txt @@ -0,0 +1 @@ +bubble floating,Water is being sprinkled on the lawn,The sun is very good. \ No newline at end of file diff --git a/texts/81c1fa51-6e1a-43ac-b745-b1eab5b52042.txt b/texts/81c1fa51-6e1a-43ac-b745-b1eab5b52042.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab101cf0d91500f21964fa606bc2d3ef00c4dce1 --- /dev/null +++ b/texts/81c1fa51-6e1a-43ac-b745-b1eab5b52042.txt @@ -0,0 +1 @@ +A Hello Kitty on the snow in a cherry themed clothing. \ No newline at end of file diff --git a/texts/81c344d1-b50e-4831-bdca-296456d87a2a.txt b/texts/81c344d1-b50e-4831-bdca-296456d87a2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..09255b53bb0790f5fe46b2ccc934766ff8488098 --- /dev/null +++ b/texts/81c344d1-b50e-4831-bdca-296456d87a2a.txt @@ -0,0 +1 @@ +On a snowy day at night, there is a little Pomeranian wearing a Christmas hat on the snowy ground with a campfire \ No newline at end of file diff --git a/texts/81cfd01d-4773-415f-a9d6-ea5880a57f1c.txt b/texts/81cfd01d-4773-415f-a9d6-ea5880a57f1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e9787f29abeb15f692a5426e190356d93b99249 --- /dev/null +++ b/texts/81cfd01d-4773-415f-a9d6-ea5880a57f1c.txt @@ -0,0 +1 @@ +A brown and white rabbit wearing a birthday hat, there is a birthday cake in front of the rabbit and there are balloons in the room. \ No newline at end of file diff --git a/texts/81d1d4c0-f3a0-49d9-8a98-888e22bdd41a.txt b/texts/81d1d4c0-f3a0-49d9-8a98-888e22bdd41a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea4f6bac013dc7b5c34ebc5873df6b128b7e906 --- /dev/null +++ b/texts/81d1d4c0-f3a0-49d9-8a98-888e22bdd41a.txt @@ -0,0 +1 @@ +On a rainy day, in the woods, there is an angel statue in the swamp, the angel statue is covered with moss, there are many birds hovering near the angel statue, and there is a man painting on the shore with his back to the camera \ No newline at end of file diff --git a/texts/81d4af21-6da7-4725-8a6a-42167dbf976b.txt b/texts/81d4af21-6da7-4725-8a6a-42167dbf976b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fadb69f8bd7ff2ce906e6c403abef81d9d9dd18 --- /dev/null +++ b/texts/81d4af21-6da7-4725-8a6a-42167dbf976b.txt @@ -0,0 +1 @@ +A Japanese couple stands side by side towards the camera on the beach at dusk, dressed in plain clothes, holding hands as fireworks explode in the sky, \ No newline at end of file diff --git a/texts/81e18c8e-e6ce-45b6-a153-2a9c8b7db735.txt b/texts/81e18c8e-e6ce-45b6-a153-2a9c8b7db735.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c28e244ea641822f0fc98ad7113f517a92aeb99 --- /dev/null +++ b/texts/81e18c8e-e6ce-45b6-a153-2a9c8b7db735.txt @@ -0,0 +1 @@ +a furry HelloKitty doll swims with a swimming ring \ No newline at end of file diff --git a/texts/81e35bc6-feb4-4330-ac62-95ed2f28d7d5.txt b/texts/81e35bc6-feb4-4330-ac62-95ed2f28d7d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..dde34be0e70ab99f020d3fe8db5bd61a5dd2171a --- /dev/null +++ b/texts/81e35bc6-feb4-4330-ac62-95ed2f28d7d5.txt @@ -0,0 +1 @@ +A little golden retriever and a little Bourne Mountain play in the snow on a blue evening in Xinjiang. \ No newline at end of file diff --git a/texts/81e3c15a-bafa-4b48-9e75-0e102c3c0742.txt b/texts/81e3c15a-bafa-4b48-9e75-0e102c3c0742.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bb0a61ee3177dbbeb345e7bfd1ab06968bd8b96 --- /dev/null +++ b/texts/81e3c15a-bafa-4b48-9e75-0e102c3c0742.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words "LINKJOINT" engraved on the snow \ No newline at end of file diff --git a/texts/81ef839d-8c10-4f10-acd5-925bc155e17d.txt b/texts/81ef839d-8c10-4f10-acd5-925bc155e17d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d9d44554b51b0edfbbbd986dcf88157f7802e6c --- /dev/null +++ b/texts/81ef839d-8c10-4f10-acd5-925bc155e17d.txt @@ -0,0 +1 @@ +Samoyed puppy, dreamland, snowy day, cute, warm, cool, free \ No newline at end of file diff --git a/texts/81f37c94-0795-4fb0-9c70-d523ec606c3f.txt b/texts/81f37c94-0795-4fb0-9c70-d523ec606c3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..518da260c42748a7b3627e6fe6046b5e15d3b04b --- /dev/null +++ b/texts/81f37c94-0795-4fb0-9c70-d523ec606c3f.txt @@ -0,0 +1 @@ +Batman is working on the MacBook in the office. There is a cup of coffee beside him. In the background, through the window, a house is on fire. And there is a Hello Kitty on the table. \ No newline at end of file diff --git a/texts/81f46c5a-3807-478e-bf75-eb88fa829cc2.txt b/texts/81f46c5a-3807-478e-bf75-eb88fa829cc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdd6ad1bd743eab852b45f09104d059610d46aed --- /dev/null +++ b/texts/81f46c5a-3807-478e-bf75-eb88fa829cc2.txt @@ -0,0 +1 @@ +A cute Shiba Inu smiling on the lawn \ No newline at end of file diff --git a/texts/8207562c-1308-4bf1-b258-1023f4edf591.txt b/texts/8207562c-1308-4bf1-b258-1023f4edf591.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d22f7d36550a5e2b829a8b4a8d118e692433b81 --- /dev/null +++ b/texts/8207562c-1308-4bf1-b258-1023f4edf591.txt @@ -0,0 +1 @@ +A tomato wearing sunglasses sitting in front of a jazz drum and playing the drums \ No newline at end of file diff --git a/texts/820a87f7-1073-43f6-a47e-58580e107c40.txt b/texts/820a87f7-1073-43f6-a47e-58580e107c40.txt new file mode 100644 index 0000000000000000000000000000000000000000..75216c244d047886b32f7a57fc150681b2f22749 --- /dev/null +++ b/texts/820a87f7-1073-43f6-a47e-58580e107c40.txt @@ -0,0 +1 @@ +wizard black dog casting spell \ No newline at end of file diff --git a/texts/8217f246-5ed8-465d-9e77-93c01d3a947e.txt b/texts/8217f246-5ed8-465d-9e77-93c01d3a947e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8ca345e8b9e6794eb1b1447bb15066d544d13e7 --- /dev/null +++ b/texts/8217f246-5ed8-465d-9e77-93c01d3a947e.txt @@ -0,0 +1 @@ +The 27th birthday cake is on November 30th \ No newline at end of file diff --git a/texts/8220e6df-e48b-4c9c-b678-f445d1afcb74.txt b/texts/8220e6df-e48b-4c9c-b678-f445d1afcb74.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0c4d70009b0695088e0086f9c64c65555bbe019 --- /dev/null +++ b/texts/8220e6df-e48b-4c9c-b678-f445d1afcb74.txt @@ -0,0 +1 @@ +shiba making burger \ No newline at end of file diff --git a/texts/82223b35-01c8-4c8f-bf36-5b9ca4645554.txt b/texts/82223b35-01c8-4c8f-bf36-5b9ca4645554.txt new file mode 100644 index 0000000000000000000000000000000000000000..89cebbed6427c3716940bbfe046f863172169813 --- /dev/null +++ b/texts/82223b35-01c8-4c8f-bf36-5b9ca4645554.txt @@ -0,0 +1 @@ +"In a 1990s Chinese guesthouse room, the scene captures a nostalgic and rustic atmosphere. The room features three single beds, two wooden chairs, and a simple washbasin stand. The walls are worn and peeling, showing the passage of time. A window overlooks the sea, framed by thick, gray-black clouds on an overcast day. At the end of the corridor lies a shared bathroom. Near the window, a small table holds a bright red thermos flask, adding a vivid pop of color to the subdued setting. \ No newline at end of file diff --git a/texts/822d956c-cbdd-4406-96e0-2b85631bac5f.txt b/texts/822d956c-cbdd-4406-96e0-2b85631bac5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eceb90aa22f0c42575a454dd1b41d51530aedac --- /dev/null +++ b/texts/822d956c-cbdd-4406-96e0-2b85631bac5f.txt @@ -0,0 +1 @@ +A vintage rabbit doll is blowing bubble, a vintage cat doll is taking picture by camera. Both subject are human size, they stand close to each outers. Many bubbles flowing in the background \ No newline at end of file diff --git a/texts/8233c4a8-5abd-4125-a5f3-a1b6965cdf80.txt b/texts/8233c4a8-5abd-4125-a5f3-a1b6965cdf80.txt new file mode 100644 index 0000000000000000000000000000000000000000..dffd5679e2e2424908135c18a90ebba4df214cbb --- /dev/null +++ b/texts/8233c4a8-5abd-4125-a5f3-a1b6965cdf80.txt @@ -0,0 +1 @@ +A flock of koi fish swim in the air around a Chinese pavilion in the middle of the water \ No newline at end of file diff --git a/texts/823b4791-7986-4c5b-99d0-be50448b0ee9.txt b/texts/823b4791-7986-4c5b-99d0-be50448b0ee9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fe7ab0abba2243022c313b1cd7c25f9bd269fa0 --- /dev/null +++ b/texts/823b4791-7986-4c5b-99d0-be50448b0ee9.txt @@ -0,0 +1 @@ +Mayday is singing on stage, and Axin is holding a sign with the Chinese word 'sanqian' written on it \ No newline at end of file diff --git a/texts/824ac3b9-d942-48eb-8ae5-c62856653bcf.txt b/texts/824ac3b9-d942-48eb-8ae5-c62856653bcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ad327e7e98b00b87f6d57db1b989abd6f4f327a --- /dev/null +++ b/texts/824ac3b9-d942-48eb-8ae5-c62856653bcf.txt @@ -0,0 +1 @@ +A horse stands in the snow, looking back at the camera, with many colorful jellyfish floating in the air in front of it, and behind it are vast forests. \ No newline at end of file diff --git a/texts/825d94f7-9398-4b62-99d7-907dfd1a6667.txt b/texts/825d94f7-9398-4b62-99d7-907dfd1a6667.txt new file mode 100644 index 0000000000000000000000000000000000000000..477e9738cccfe2460bcb49a3b140042abdf2df67 --- /dev/null +++ b/texts/825d94f7-9398-4b62-99d7-907dfd1a6667.txt @@ -0,0 +1 @@ +Black Cat Sunglasses Guitar Bow Tie \ No newline at end of file diff --git a/texts/825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7.txt b/texts/825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1cb1eb3fc0847c8ab6317d6787a0ea8d4c3134d --- /dev/null +++ b/texts/825e11b4-f2a7-46eb-b1b8-d5e2beaa2bb7.txt @@ -0,0 +1 @@ +At night, there is a small oil painting of a red apple in the snowy snow, and there are bokered pine leaves in the foreground. \ No newline at end of file diff --git a/texts/8269ca94-ec47-4ae1-be17-a7e72b82e402.txt b/texts/8269ca94-ec47-4ae1-be17-a7e72b82e402.txt new file mode 100644 index 0000000000000000000000000000000000000000..7de85beaca576bb6c04d55758fa9e665107e4cbc --- /dev/null +++ b/texts/8269ca94-ec47-4ae1-be17-a7e72b82e402.txt @@ -0,0 +1 @@ +Two adorable kittens in Santa hats, outside under the Christmas tree on a snowy night. \ No newline at end of file diff --git a/texts/8269ed52-5d07-4d2e-bf8c-5628d76155e9.txt b/texts/8269ed52-5d07-4d2e-bf8c-5628d76155e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd8fe775c77cb22ff23291fd470cb76d8abb7a38 --- /dev/null +++ b/texts/8269ed52-5d07-4d2e-bf8c-5628d76155e9.txt @@ -0,0 +1 @@ +snowy night, sea side, Shiba Inu dog with a hat, birthday cake,Christmas tree \ No newline at end of file diff --git a/texts/826bcf43-33cc-48b8-8491-0c90958cbb80.txt b/texts/826bcf43-33cc-48b8-8491-0c90958cbb80.txt new file mode 100644 index 0000000000000000000000000000000000000000..1222e093f6d79fe8615a91a012d673c6d717f5ac --- /dev/null +++ b/texts/826bcf43-33cc-48b8-8491-0c90958cbb80.txt @@ -0,0 +1 @@ +A Chinese man floats on a cosmic star next to an Audi TT \ No newline at end of file diff --git a/texts/82733f9b-a902-4ec2-ba7d-2724e83a4671.txt b/texts/82733f9b-a902-4ec2-ba7d-2724e83a4671.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd836165019d2c44ccb1b84850c72db81ed7b9ac --- /dev/null +++ b/texts/82733f9b-a902-4ec2-ba7d-2724e83a4671.txt @@ -0,0 +1 @@ +With Chinese knots and New Year couplets in the background, dumpling cakes and food are placed on the table \ No newline at end of file diff --git a/texts/828add4b-d856-4efc-b223-51f019f1d21f.txt b/texts/828add4b-d856-4efc-b223-51f019f1d21f.txt new file mode 100644 index 0000000000000000000000000000000000000000..209b3873e1375b3620d0e876790f21153d0b9e30 --- /dev/null +++ b/texts/828add4b-d856-4efc-b223-51f019f1d21f.txt @@ -0,0 +1 @@ +little white cat with wings sit in the snow background is Christmas merry go round butterfl \ No newline at end of file diff --git a/texts/8296d610-d7ad-4796-b104-0527f6d0d974.txt b/texts/8296d610-d7ad-4796-b104-0527f6d0d974.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e5c60f0baf08778966bbf47d543bd990efdd36 --- /dev/null +++ b/texts/8296d610-d7ad-4796-b104-0527f6d0d974.txt @@ -0,0 +1 @@ +Vivid Lunar New Year Social Media Story Template \ No newline at end of file diff --git a/texts/82992203-41bb-4e3e-8909-194d4ad74121.txt b/texts/82992203-41bb-4e3e-8909-194d4ad74121.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bce0b4e242a43d02446556e1ba88a6be8ef8739 --- /dev/null +++ b/texts/82992203-41bb-4e3e-8909-194d4ad74121.txt @@ -0,0 +1 @@ +Rainbow glare in Tokyo \ No newline at end of file diff --git a/texts/829e1309-4070-41c4-9cce-15e46707aee5.txt b/texts/829e1309-4070-41c4-9cce-15e46707aee5.txt new file mode 100644 index 0000000000000000000000000000000000000000..709f755580909232a3b384f086d03e4385c76a9a --- /dev/null +++ b/texts/829e1309-4070-41c4-9cce-15e46707aee5.txt @@ -0,0 +1 @@ +Hello Kitty, who works as a waitress in a restaurant \ No newline at end of file diff --git a/texts/82a0f367-f0d5-4452-abd6-78bb2d82c022.txt b/texts/82a0f367-f0d5-4452-abd6-78bb2d82c022.txt new file mode 100644 index 0000000000000000000000000000000000000000..70bc6c8b92c811904de8049ad95c569f810795da --- /dev/null +++ b/texts/82a0f367-f0d5-4452-abd6-78bb2d82c022.txt @@ -0,0 +1 @@ +The little rabbit and the little bear held hands on the snowy mountain, with the little rabbit's sweater labeled as Lk and the little bear's sweater labeled as QD \ No newline at end of file diff --git a/texts/82a418ac-a105-42bb-949f-6c269a705652.txt b/texts/82a418ac-a105-42bb-949f-6c269a705652.txt new file mode 100644 index 0000000000000000000000000000000000000000..1221230a711b84e779196862b697ee65bb584131 --- /dev/null +++ b/texts/82a418ac-a105-42bb-949f-6c269a705652.txt @@ -0,0 +1 @@ +lmg drh \ No newline at end of file diff --git a/texts/82b2307d-82dc-4b55-90ff-ca344a31a504.txt b/texts/82b2307d-82dc-4b55-90ff-ca344a31a504.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3b2ab830262f5615b021bfd443ff07c00db3ca5 --- /dev/null +++ b/texts/82b2307d-82dc-4b55-90ff-ca344a31a504.txt @@ -0,0 +1 @@ + Happy little dogs running in the snow, with butterflies around. \ No newline at end of file diff --git a/texts/82bd2ede-31a9-4c34-952b-733032bcea4c.txt b/texts/82bd2ede-31a9-4c34-952b-733032bcea4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e44e5aa6922fe2d67d8e361557a224789695da7a --- /dev/null +++ b/texts/82bd2ede-31a9-4c34-952b-733032bcea4c.txt @@ -0,0 +1 @@ +There was a couple standing on the grass, and the wind was blowing. The picture feels sad, but it is bright. \ No newline at end of file diff --git a/texts/82c013fe-1226-4d36-9da5-150b1f9d8931.txt b/texts/82c013fe-1226-4d36-9da5-150b1f9d8931.txt new file mode 100644 index 0000000000000000000000000000000000000000..126684f7453133fa3a8e6e7be18c06d44b42c979 --- /dev/null +++ b/texts/82c013fe-1226-4d36-9da5-150b1f9d8931.txt @@ -0,0 +1 @@ +A white rabbit is celebrating his birthday under a Chirstmas tree \ No newline at end of file diff --git a/texts/82dd2854-0980-4c47-8ac6-ae756bdee860.txt b/texts/82dd2854-0980-4c47-8ac6-ae756bdee860.txt new file mode 100644 index 0000000000000000000000000000000000000000..cafc06ef6232dfa66ca679a31dc512fed3751b01 --- /dev/null +++ b/texts/82dd2854-0980-4c47-8ac6-ae756bdee860.txt @@ -0,0 +1 @@ +The HelloKitty doll in a skirt drinks milk tea in the snow at sunset in the evening. There are many rose on the ground, and "LXH" is written on the ground. \ No newline at end of file diff --git a/texts/82decb88-7b34-4ab6-9487-ed22356bbb9c.txt b/texts/82decb88-7b34-4ab6-9487-ed22356bbb9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6935ec0324d95c30d4175c1495a5b0f4d7edf0c --- /dev/null +++ b/texts/82decb88-7b34-4ab6-9487-ed22356bbb9c.txt @@ -0,0 +1 @@ +A little white cat wearing a red scarf looked at the moon on the windowsill, with snow-covered mountains in the distance \ No newline at end of file diff --git a/texts/82e7f955-08d9-4758-87c3-0cd57a378dd7.txt b/texts/82e7f955-08d9-4758-87c3-0cd57a378dd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..880d92cd9e25cc5848cd01b8a8423e82c6d70777 --- /dev/null +++ b/texts/82e7f955-08d9-4758-87c3-0cd57a378dd7.txt @@ -0,0 +1 @@ +a black cat sitting in front the desk, working on a computer, glittering star falling around it, butterfly wings \ No newline at end of file diff --git a/texts/82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef.txt b/texts/82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ca7136a5fd8f4d615d6127fe7c021064f1c4749 --- /dev/null +++ b/texts/82ee8fd0-2ee8-4a0b-91ed-20c90abc72ef.txt @@ -0,0 +1 @@ +Border collie and dobermann jumped into the sea together from the boat. \ No newline at end of file diff --git a/texts/82f386b5-840a-44b5-b78d-084f92783b9a.txt b/texts/82f386b5-840a-44b5-b78d-084f92783b9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a50244e6f19df252ab444a92a3c1d326de188f03 --- /dev/null +++ b/texts/82f386b5-840a-44b5-b78d-084f92783b9a.txt @@ -0,0 +1 @@ +A black and white cat is playing the saxophone happily \ No newline at end of file diff --git a/texts/82f72234-9c04-4acf-95ed-501de7f7ef87.txt b/texts/82f72234-9c04-4acf-95ed-501de7f7ef87.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0638f95d8da5ad91be2f5ddfed2291e4a2acf8c --- /dev/null +++ b/texts/82f72234-9c04-4acf-95ed-501de7f7ef87.txt @@ -0,0 +1 @@ +The vast sea, emerald sea water, white beach, tall black Chinese wooden buildings in the sea \ No newline at end of file diff --git a/texts/82f81ea5-1c19-4f84-9800-dcd0606f2750.txt b/texts/82f81ea5-1c19-4f84-9800-dcd0606f2750.txt new file mode 100644 index 0000000000000000000000000000000000000000..c45f14701d7fe38535a2e9424c87952b81fb1a6e --- /dev/null +++ b/texts/82f81ea5-1c19-4f84-9800-dcd0606f2750.txt @@ -0,0 +1 @@ +A kitten with wings like large shimmering blue butterflies, lying on a grassy field under the warm afternoon sun. \ No newline at end of file diff --git a/texts/82fa6736-5771-4604-86d0-7b790c375564.txt b/texts/82fa6736-5771-4604-86d0-7b790c375564.txt new file mode 100644 index 0000000000000000000000000000000000000000..50e1fa832fd8c9d887068835600a99b578e1e3eb --- /dev/null +++ b/texts/82fa6736-5771-4604-86d0-7b790c375564.txt @@ -0,0 +1 @@ +The cat with the bag is watching the aurora \ No newline at end of file diff --git a/texts/830b7f18-befc-4454-92b7-fd58435fba7c.txt b/texts/830b7f18-befc-4454-92b7-fd58435fba7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8a6e360f2a17d7ab4c8dceb609c5834222abc78 --- /dev/null +++ b/texts/830b7f18-befc-4454-92b7-fd58435fba7c.txt @@ -0,0 +1 @@ +Snow on the beach. And a christmas tree is on the beach. \ No newline at end of file diff --git a/texts/8323f140-8b2b-4507-bd47-61d5258fb7f0.txt b/texts/8323f140-8b2b-4507-bd47-61d5258fb7f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..20a7a188e9a3476d9c8ffdb6479a7ab9483286a3 --- /dev/null +++ b/texts/8323f140-8b2b-4507-bd47-61d5258fb7f0.txt @@ -0,0 +1 @@ +A little cat is smoking in a spaceship \ No newline at end of file diff --git a/texts/8329398a-3169-444e-94da-272304ce6374.txt b/texts/8329398a-3169-444e-94da-272304ce6374.txt new file mode 100644 index 0000000000000000000000000000000000000000..1364dd6eb71788568ea91aed28d450b299127af1 --- /dev/null +++ b/texts/8329398a-3169-444e-94da-272304ce6374.txt @@ -0,0 +1 @@ +at night hello Kitty sat in the snow where SRT was written and fireworks were set off in the distance \ No newline at end of file diff --git a/texts/83336d7d-899e-4f59-9905-143a3faa6da1.txt b/texts/83336d7d-899e-4f59-9905-143a3faa6da1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b65fca446c89e9a4fedab8336fc03914bbc81182 --- /dev/null +++ b/texts/83336d7d-899e-4f59-9905-143a3faa6da1.txt @@ -0,0 +1 @@ +I'm not an asset to them. I can only keep going until the end of the road. Maybe I can kill my way out. \ No newline at end of file diff --git a/texts/834d4588-2de9-4b17-b011-25b421e67081.txt b/texts/834d4588-2de9-4b17-b011-25b421e67081.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45c26e09ab252602b8aa95a1bd1d509b8813f42 --- /dev/null +++ b/texts/834d4588-2de9-4b17-b011-25b421e67081.txt @@ -0,0 +1 @@ +A lovely penguin doll is lying on the snow and smiling. \ No newline at end of file diff --git a/texts/8352d813-de56-4183-95dd-f87215ac862c.txt b/texts/8352d813-de56-4183-95dd-f87215ac862c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e8d288c0c9b05fc402db6cecbbfd5521f51a0ab --- /dev/null +++ b/texts/8352d813-de56-4183-95dd-f87215ac862c.txt @@ -0,0 +1 @@ +3 orange cats with hat, 2 bigger of them tied by a blue and a red balloons,flying in the blue blue sky. Below was a green grassland, a small cute orange cat looking the two flying cats. \ No newline at end of file diff --git a/texts/83539d96-58cb-424e-951a-287bf81ed35d.txt b/texts/83539d96-58cb-424e-951a-287bf81ed35d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdcc19150c57320e7b5aca2466c603374a7b2b9e --- /dev/null +++ b/texts/83539d96-58cb-424e-951a-287bf81ed35d.txt @@ -0,0 +1 @@ +The luxurious white palace has chandeliers and stairs, snow is falling outside the French Windows, and there is a Christmas tree with colored lights \ No newline at end of file diff --git a/texts/8357272c-bed9-401f-8145-1cf7c271f84d.txt b/texts/8357272c-bed9-401f-8145-1cf7c271f84d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4fa8f210a8c66f27afaca87dd1e0f6e50c5d720 --- /dev/null +++ b/texts/8357272c-bed9-401f-8145-1cf7c271f84d.txt @@ -0,0 +1 @@ +Golden Retriever on the tree \ No newline at end of file diff --git a/texts/835bbdce-d6ac-471d-816f-d909455e2f29.txt b/texts/835bbdce-d6ac-471d-816f-d909455e2f29.txt new file mode 100644 index 0000000000000000000000000000000000000000..b78c111dc0add231b1537daf01a7de8680a2b115 --- /dev/null +++ b/texts/835bbdce-d6ac-471d-816f-d909455e2f29.txt @@ -0,0 +1 @@ +On a winter day, a black cat was on the snow-covered ground, celebrating its birthday. There was a birthday cake and a snowman. It was snowing. The whole scene was in a film-like style with a touch of Dreamcore and Instagram aesthetics. \ No newline at end of file diff --git a/texts/8374351c-737f-4605-88ce-a4b80a2f3ad3.txt b/texts/8374351c-737f-4605-88ce-a4b80a2f3ad3.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b930fdec39d413b4d2f153c0493c4e5904666f3 --- /dev/null +++ b/texts/8374351c-737f-4605-88ce-a4b80a2f3ad3.txt @@ -0,0 +1 @@ +By the sea on a sunny day, hellokitty dolls and snowman dolls look at the sea hand in hand. There are many shells on the beach. \ No newline at end of file diff --git a/texts/83808368-6e94-4ece-a171-0a1c7a26bd6a.txt b/texts/83808368-6e94-4ece-a171-0a1c7a26bd6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..85d03560222ca13d495c972b1f5ef65dbf513179 --- /dev/null +++ b/texts/83808368-6e94-4ece-a171-0a1c7a26bd6a.txt @@ -0,0 +1 @@ +superman at West Lake, holding a sign that says 'Happy New Year.' \ No newline at end of file diff --git a/texts/838bac9b-47fd-47ce-9266-20ddce4f465f.txt b/texts/838bac9b-47fd-47ce-9266-20ddce4f465f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc72cb790432e8d3266ccad78b562fb9289305e0 --- /dev/null +++ b/texts/838bac9b-47fd-47ce-9266-20ddce4f465f.txt @@ -0,0 +1 @@ +A tanned heelo kitty on the bea enjoy rhe beach \ No newline at end of file diff --git a/texts/83974394-2fae-46c9-a785-63e613faf28a.txt b/texts/83974394-2fae-46c9-a785-63e613faf28a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1888ef732867b94f1587a543b1bdecd8462d978 --- /dev/null +++ b/texts/83974394-2fae-46c9-a785-63e613faf28a.txt @@ -0,0 +1 @@ +A realistic young astronaut stands before a large, fogged glass window overlooking the Martian landscape, captured in a cinematic style. He has warm brown hair and subtly detailed features, with curious eyes reflecting the red dunes and soft pink sky. The explorer wears a comfortable, flexible suit designed for long-term use in a Martian colony. Its light beige fabric includes padded sections for protection and carefully placed seams that allow easy movement. The materials are insulated to handle shifting Martian temperatures, and discreet ventilation panels ensure proper airflow. Attached to his face is a sleek, minimalist nasal accessory made of transparent materials, connecting to a small filtration unit behind his head, its metallic details catching gentle highlights. Natural lighting enhances depth and realism, creating an immersive scene. \ No newline at end of file diff --git a/texts/8397f2c7-17f6-4222-ad54-8a886f523ddb.txt b/texts/8397f2c7-17f6-4222-ad54-8a886f523ddb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b906c239f7ae887d4068da1a2b3497efbc4e9284 --- /dev/null +++ b/texts/8397f2c7-17f6-4222-ad54-8a886f523ddb.txt @@ -0,0 +1 @@ +The classic image of becoming a pharmacist, Winnie the Pooh \ No newline at end of file diff --git a/texts/83a624ec-e565-4999-8543-2a6af129e396.txt b/texts/83a624ec-e565-4999-8543-2a6af129e396.txt new file mode 100644 index 0000000000000000000000000000000000000000..adb554a02293bb4ea60513c80d8013f8a025233c --- /dev/null +++ b/texts/83a624ec-e565-4999-8543-2a6af129e396.txt @@ -0,0 +1 @@ +A hamster writing diary \ No newline at end of file diff --git a/texts/83a8812a-4241-4263-8234-0d4c518105fd.txt b/texts/83a8812a-4241-4263-8234-0d4c518105fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..df55e49eea4dbb25ce248c716e26d5908380e442 --- /dev/null +++ b/texts/83a8812a-4241-4263-8234-0d4c518105fd.txt @@ -0,0 +1 @@ +South pole Antarctic Aurora \ No newline at end of file diff --git a/texts/83adde72-08af-43c4-b06e-60b1a82308b9.txt b/texts/83adde72-08af-43c4-b06e-60b1a82308b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1c749ec3a6a47ead42d3a4e9d2c9c546c0126b8 --- /dev/null +++ b/texts/83adde72-08af-43c4-b06e-60b1a82308b9.txt @@ -0,0 +1 @@ +Bubbles created during labor \ No newline at end of file diff --git a/texts/83b78e58-9511-4c6a-9d01-dd4414317c77.txt b/texts/83b78e58-9511-4c6a-9d01-dd4414317c77.txt new file mode 100644 index 0000000000000000000000000000000000000000..95ece97b79a73a05e57c670309a37586c9d007df --- /dev/null +++ b/texts/83b78e58-9511-4c6a-9d01-dd4414317c77.txt @@ -0,0 +1 @@ +The deer's antlers were covered with flowers and glowing colorful butterflies were all around it \ No newline at end of file diff --git a/texts/83d5bd05-a4da-4145-869a-72c41a740b0f.txt b/texts/83d5bd05-a4da-4145-869a-72c41a740b0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b14c99a7c526b97cdd0027ff5d751f98bd21c8ab --- /dev/null +++ b/texts/83d5bd05-a4da-4145-869a-72c41a740b0f.txt @@ -0,0 +1 @@ +A little witch with long orange hair stood far away by the sea. She stood with her back to the sea. There was a cake on the beach with 327 written on it, and there was also a Christmas tree with colorful lights on the beach. \ No newline at end of file diff --git a/texts/83e33b71-bcc8-492b-8fb6-43e40f595c3b.txt b/texts/83e33b71-bcc8-492b-8fb6-43e40f595c3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2539cec66df41fa3522bf898de5edd9b2eaf658 --- /dev/null +++ b/texts/83e33b71-bcc8-492b-8fb6-43e40f595c3b.txt @@ -0,0 +1 @@ +Snowy nights, endless fields of snow. In the distance there is the sea, a small cat and a small dog in a white Santa hat and Christmas dress, next to the Christmas tree, with "DDKT" written on the snow and traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation. \ No newline at end of file diff --git a/texts/83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b.txt b/texts/83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4faf84b7b0edefadbceacd5de642f361b452a48d --- /dev/null +++ b/texts/83e7ddbe-6e58-4baf-b5d8-1d6de6b1029b.txt @@ -0,0 +1 @@ + The penguin with a scarf is on the snowy seaside, next to it is a Christmas tree, the three letters ZXY are written on the snow, and there are sunsets and colorful fireworks in the sky. \ No newline at end of file diff --git a/texts/83e9c095-63f6-4b24-bffa-30068bbb21b0.txt b/texts/83e9c095-63f6-4b24-bffa-30068bbb21b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b99e00fdd64638aeb8d0e29301742212c94f4029 --- /dev/null +++ b/texts/83e9c095-63f6-4b24-bffa-30068bbb21b0.txt @@ -0,0 +1 @@ +A west Highland watching fireworks on the beach \ No newline at end of file diff --git a/texts/83f8f70e-43a1-49eb-8e14-c440f9024f36.txt b/texts/83f8f70e-43a1-49eb-8e14-c440f9024f36.txt new file mode 100644 index 0000000000000000000000000000000000000000..0001ffcfacd223a461bdd01737f057fa9f7e9241 --- /dev/null +++ b/texts/83f8f70e-43a1-49eb-8e14-c440f9024f36.txt @@ -0,0 +1 @@ +It's a snowy evening with a big tallChristmas tree side sea \ No newline at end of file diff --git a/texts/8401956e-0cba-4ea4-be4f-4f9a086fbe78.txt b/texts/8401956e-0cba-4ea4-be4f-4f9a086fbe78.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e78c1c1fafc6323b36878a720add0363a0be6e3 --- /dev/null +++ b/texts/8401956e-0cba-4ea4-be4f-4f9a086fbe78.txt @@ -0,0 +1 @@ +A cute monkey is reading the book,and dirnking a glass of wine, Although there was a big fire outside the house, but monkey remained calm \ No newline at end of file diff --git a/texts/8402683f-3bbd-484d-85fa-2bf6c15d68a1.txt b/texts/8402683f-3bbd-484d-85fa-2bf6c15d68a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1fa5bc7a56348f0749ee3d8443f938414df5ec4 --- /dev/null +++ b/texts/8402683f-3bbd-484d-85fa-2bf6c15d68a1.txt @@ -0,0 +1 @@ +fox, mirrors, stars, mist, blue flames, butterflies, lake, ghostly fish,black roses, ash \ No newline at end of file diff --git a/texts/8406459f-9c74-49cf-8100-9870e031ce70.txt b/texts/8406459f-9c74-49cf-8100-9870e031ce70.txt new file mode 100644 index 0000000000000000000000000000000000000000..d32ac6647f4e5f44d7d67269a1a695ba62f949fd --- /dev/null +++ b/texts/8406459f-9c74-49cf-8100-9870e031ce70.txt @@ -0,0 +1 @@ +Hello kitty is with a puppy in the snow. There is an exquisite Christmas tree next to it. There are gifts under the Christmas tree. There are fireworks blooming in the sky and the aurora flashing. \ No newline at end of file diff --git a/texts/840834f2-6039-46d4-8c38-db559d29e9cd.txt b/texts/840834f2-6039-46d4-8c38-db559d29e9cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0416fc636a0ee2a0164b5996ff36d7769f4af71 --- /dev/null +++ b/texts/840834f2-6039-46d4-8c38-db559d29e9cd.txt @@ -0,0 +1 @@ +Hello kitty doll Wearing a pink dress On the left side of the beach It says HYJ on the beach There are huge fireworks in the night sky The sea in the distance There are a lot of whitecaps on the sea It's warm and romantic. Clear picture \ No newline at end of file diff --git a/texts/840df5fd-93e0-4345-b4f0-38045f7ad364.txt b/texts/840df5fd-93e0-4345-b4f0-38045f7ad364.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5a49540ffc5ed286cd35f546d28e7a83ee4d092 --- /dev/null +++ b/texts/840df5fd-93e0-4345-b4f0-38045f7ad364.txt @@ -0,0 +1 @@ +The sunset slowly sets while still drifting with snow \ No newline at end of file diff --git a/texts/841e0fb1-0b9b-4841-940c-52458789f07f.txt b/texts/841e0fb1-0b9b-4841-940c-52458789f07f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9aae58c239ded06e985393b289134a7029fae4f8 --- /dev/null +++ b/texts/841e0fb1-0b9b-4841-940c-52458789f07f.txt @@ -0,0 +1 @@ +A middle-aged man wearing a dark blue suit and a white hat stood on a small wooden boat in the snow. The sky was filled with printing paper, and angels appeared in the sky. \ No newline at end of file diff --git a/texts/843154c5-2642-4b10-a78f-1c1ffb033971.txt b/texts/843154c5-2642-4b10-a78f-1c1ffb033971.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c4fe33ceabf788fd8b373a685324eb56f1a5873 --- /dev/null +++ b/texts/843154c5-2642-4b10-a78f-1c1ffb033971.txt @@ -0,0 +1 @@ +Blue Winter , Christmas tree, a fox sleeping by the fire, shining snow, \ No newline at end of file diff --git a/texts/8432df3d-58d8-41e6-9cf5-063306123b52.txt b/texts/8432df3d-58d8-41e6-9cf5-063306123b52.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4a7801da7d0f086937997fae1081f2523ceeef2 --- /dev/null +++ b/texts/8432df3d-58d8-41e6-9cf5-063306123b52.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a black cat, and a guitar next to it. There are traces of cat claws on the snow with the word 'wonbin' written on it. A melancholic blue night scene with a dreamy effect of light particles and a cool color saturation \ No newline at end of file diff --git a/texts/843e7fc8-baa1-4c01-95b5-804d5dca4f39.txt b/texts/843e7fc8-baa1-4c01-95b5-804d5dca4f39.txt new file mode 100644 index 0000000000000000000000000000000000000000..a511750b04839a977cf9d053bfd32b6a6abdde21 --- /dev/null +++ b/texts/843e7fc8-baa1-4c01-95b5-804d5dca4f39.txt @@ -0,0 +1 @@ +A white West Highland dog stands on the snow in the distance, with many bubbles floating around it. Several transparent butterflies are flying around the puppy, with the background of a night forest, a quiet volcano, and stars twinkling in the sky, and the whole scene is full of a dreamy atmosphere. \ No newline at end of file diff --git a/texts/844c574c-77be-4725-afef-2b0d986e5869.txt b/texts/844c574c-77be-4725-afef-2b0d986e5869.txt new file mode 100644 index 0000000000000000000000000000000000000000..126684f7453133fa3a8e6e7be18c06d44b42c979 --- /dev/null +++ b/texts/844c574c-77be-4725-afef-2b0d986e5869.txt @@ -0,0 +1 @@ +A white rabbit is celebrating his birthday under a Chirstmas tree \ No newline at end of file diff --git a/texts/8453d9e8-8215-4473-bc89-7ffd2db81a4d.txt b/texts/8453d9e8-8215-4473-bc89-7ffd2db81a4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..224fcd1b541fa8b4e83bd9f11dc3f148b4d9204e --- /dev/null +++ b/texts/8453d9e8-8215-4473-bc89-7ffd2db81a4d.txt @@ -0,0 +1 @@ +A black cat walks in the snow and snowflakes fall on it. \ No newline at end of file diff --git a/texts/845d5dc4-1c82-4266-b6a5-41a86aaca351.txt b/texts/845d5dc4-1c82-4266-b6a5-41a86aaca351.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc3ab7d81f0eff115485ae9ba92adc25fdd632f1 --- /dev/null +++ b/texts/845d5dc4-1c82-4266-b6a5-41a86aaca351.txt @@ -0,0 +1 @@ +a gray fat cat playing with a Christmas tree on the snow \ No newline at end of file diff --git a/texts/845db02e-c283-4761-968b-9234e213be77.txt b/texts/845db02e-c283-4761-968b-9234e213be77.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ca970194c7921ba57bd9a0ce40c1a866414e1d --- /dev/null +++ b/texts/845db02e-c283-4761-968b-9234e213be77.txt @@ -0,0 +1 @@ +The HelloKitty doll is leisurely eating, with a battlefield exploding in the background. HelloKitty occupies most of the frame. \ No newline at end of file diff --git a/texts/845e8b2f-ebd7-4c81-8592-c83664c0ac8a.txt b/texts/845e8b2f-ebd7-4c81-8592-c83664c0ac8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1136fa236961c1a1808a92081b266ef3170db875 --- /dev/null +++ b/texts/845e8b2f-ebd7-4c81-8592-c83664c0ac8a.txt @@ -0,0 +1 @@ +A Mazda MX-5 is parked by the seaside, with the sky glowing in the orange hues of a sunset. \ No newline at end of file diff --git a/texts/845fe30c-50d2-44ee-841a-3db3ec3aba89.txt b/texts/845fe30c-50d2-44ee-841a-3db3ec3aba89.txt new file mode 100644 index 0000000000000000000000000000000000000000..97f8c37183f8376e3df1a5fbaa5dd07354c826ad --- /dev/null +++ b/texts/845fe30c-50d2-44ee-841a-3db3ec3aba89.txt @@ -0,0 +1 @@ +An elf and a monster look at each other with shutting faces very obviously \ No newline at end of file diff --git a/texts/84626f16-add4-4b60-9faf-62292cc86420.txt b/texts/84626f16-add4-4b60-9faf-62292cc86420.txt new file mode 100644 index 0000000000000000000000000000000000000000..6adf145206bb7c14804733703a2ff137da253e7c --- /dev/null +++ b/texts/84626f16-add4-4b60-9faf-62292cc86420.txt @@ -0,0 +1 @@ +Happy Dog playing on grass in sunny day \ No newline at end of file diff --git a/texts/84674a66-d6ab-42a3-97ef-622883d3d828.txt b/texts/84674a66-d6ab-42a3-97ef-622883d3d828.txt new file mode 100644 index 0000000000000000000000000000000000000000..9af038a1c89da17a2dc029dc7e750daeac17c0f4 --- /dev/null +++ b/texts/84674a66-d6ab-42a3-97ef-622883d3d828.txt @@ -0,0 +1 @@ +A black cat sits in the snow with mountains and woods behind it, there is a cake with purple flowers in front of the black cat, the Ragdoll looks at the camera, there are bubbles everywhere, and the Ragdoll wears a pair of purple wings \ No newline at end of file diff --git a/texts/846f8be5-58e1-452a-8c30-1ecdb79396bc.txt b/texts/846f8be5-58e1-452a-8c30-1ecdb79396bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6201234703f1a2b8fc4b7e55a41ed0d6e0de881f --- /dev/null +++ b/texts/846f8be5-58e1-452a-8c30-1ecdb79396bc.txt @@ -0,0 +1 @@ +In the darkened room, the cat crouched next to the electric guitar \ No newline at end of file diff --git a/texts/8484855b-21a6-40db-9e0d-863ab5c9f8ea.txt b/texts/8484855b-21a6-40db-9e0d-863ab5c9f8ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba4864539c81fc5bb9997438fe2981028b9a085 --- /dev/null +++ b/texts/8484855b-21a6-40db-9e0d-863ab5c9f8ea.txt @@ -0,0 +1 @@ +an antique telephone with broken telephone line \ No newline at end of file diff --git a/texts/84bb5e32-860b-4152-9478-8399e69602e0.txt b/texts/84bb5e32-860b-4152-9478-8399e69602e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6809a164fc1efb144d01032b15de5cb889107162 --- /dev/null +++ b/texts/84bb5e32-860b-4152-9478-8399e69602e0.txt @@ -0,0 +1 @@ +"A shadowy figure surrounded by glowing fireflies in an enchanted swamp" \ No newline at end of file diff --git a/texts/84c47be1-184f-47a6-b0a5-19852bc275ef.txt b/texts/84c47be1-184f-47a6-b0a5-19852bc275ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0b3e97177960ed6059f23a755f1e99611644404 --- /dev/null +++ b/texts/84c47be1-184f-47a6-b0a5-19852bc275ef.txt @@ -0,0 +1 @@ +A orange cat, snows, fireworks, magic, stars, the cat is in the crystal ball, pink clouds \ No newline at end of file diff --git a/texts/84cb020d-15fa-4ff5-8cd7-05db56a761a6.txt b/texts/84cb020d-15fa-4ff5-8cd7-05db56a761a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8160a858ccb2fefc3b74851aad93855acb6ec4f --- /dev/null +++ b/texts/84cb020d-15fa-4ff5-8cd7-05db56a761a6.txt @@ -0,0 +1 @@ +a dog paragliding alone in Hawaii \ No newline at end of file diff --git a/texts/84cc25f8-4209-4d86-9ea9-e0e1163f858f.txt b/texts/84cc25f8-4209-4d86-9ea9-e0e1163f858f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9519fc30723e69016a600ce2b261f6160272db7e --- /dev/null +++ b/texts/84cc25f8-4209-4d86-9ea9-e0e1163f858f.txt @@ -0,0 +1 @@ +A green retro sofa.The curtains are lace, very retro.White carpet with black spots.Inside an open suitcase are some clothes stacked, and two clothes are scattered beside them.The floor is a wooden floor without black gaps.There is a small coffee table in front of the sofa with a vase on it.There are some lilies in it.There is a big Christmas tree in the left corner of the sofa, with colored lights and small lights. \ No newline at end of file diff --git a/texts/84ceae80-aeef-4680-9b95-f2d098d8ed4a.txt b/texts/84ceae80-aeef-4680-9b95-f2d098d8ed4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a782fde70eed5f5a13e36df2b1b7e0e8e880937a --- /dev/null +++ b/texts/84ceae80-aeef-4680-9b95-f2d098d8ed4a.txt @@ -0,0 +1 @@ +At Christmas, in a warm house, two little pigs opened presents in front of the Christmas tree. \ No newline at end of file diff --git a/texts/84cf8d34-2d9f-4b32-94ea-34d2dc591fce.txt b/texts/84cf8d34-2d9f-4b32-94ea-34d2dc591fce.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0315efd1d6c4cd9a692ecda7bc6a56c58887fdd --- /dev/null +++ b/texts/84cf8d34-2d9f-4b32-94ea-34d2dc591fce.txt @@ -0,0 +1 @@ +White tiles room, dark , indoor, grass, nostalgic, flowers growing crazily \ No newline at end of file diff --git a/texts/84db2883-715c-4781-b4ae-6f072d4b43c7.txt b/texts/84db2883-715c-4781-b4ae-6f072d4b43c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..63ef2202b20ad3dd465752a91ddc80cc17ddb1f0 --- /dev/null +++ b/texts/84db2883-715c-4781-b4ae-6f072d4b43c7.txt @@ -0,0 +1 @@ +Bluesky ,Night,flurry,white litt cat,Christmas \ No newline at end of file diff --git a/texts/84dfdf93-175f-47a3-81cc-0b0de444199e.txt b/texts/84dfdf93-175f-47a3-81cc-0b0de444199e.txt new file mode 100644 index 0000000000000000000000000000000000000000..416901efeb40374dd0ca09853dc6ce1e39185cd6 --- /dev/null +++ b/texts/84dfdf93-175f-47a3-81cc-0b0de444199e.txt @@ -0,0 +1 @@ +Under the Christmas tree, a fat black-face ragdoll cat in a Santa hat drinks a cup of coffee while working on a computer \ No newline at end of file diff --git a/texts/84ecb68e-3a21-454c-a501-dcc8bcdbb202.txt b/texts/84ecb68e-3a21-454c-a501-dcc8bcdbb202.txt new file mode 100644 index 0000000000000000000000000000000000000000..10335c63e7db3051bd2d589691e8dc13918c350d --- /dev/null +++ b/texts/84ecb68e-3a21-454c-a501-dcc8bcdbb202.txt @@ -0,0 +1 @@ +It is no longer blessed \ No newline at end of file diff --git a/texts/84f54f78-6541-4dd8-97b0-b3a58e893a59.txt b/texts/84f54f78-6541-4dd8-97b0-b3a58e893a59.txt new file mode 100644 index 0000000000000000000000000000000000000000..49782ea4114294b20c07d60a14791914f716e5e4 --- /dev/null +++ b/texts/84f54f78-6541-4dd8-97b0-b3a58e893a59.txt @@ -0,0 +1 @@ +Lesser Snow and the Green Tree afternoon \ No newline at end of file diff --git a/texts/850803ce-26e5-416f-805d-8b04e714476b.txt b/texts/850803ce-26e5-416f-805d-8b04e714476b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f27febebc2ba99782c65534bca6d76fa67c8012 --- /dev/null +++ b/texts/850803ce-26e5-416f-805d-8b04e714476b.txt @@ -0,0 +1 @@ +Black skinny kitten playing badminton \ No newline at end of file diff --git a/texts/850f2049-23bb-48f7-8f89-06aa1be925cd.txt b/texts/850f2049-23bb-48f7-8f89-06aa1be925cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..51ba4e1bbca64bb54865c8699e6074ee971e3e0c --- /dev/null +++ b/texts/850f2049-23bb-48f7-8f89-06aa1be925cd.txt @@ -0,0 +1 @@ +It was in the afternoon. The setting sun was shining on Mount Fuji and the clouds, looking really beautiful in an orange hue. In the middle was a lake with glistening waves under the sunlight of the setting sun. cherry blossom tree, \ No newline at end of file diff --git a/texts/85142859-3881-45b9-9226-cafefa38394a.txt b/texts/85142859-3881-45b9-9226-cafefa38394a.txt new file mode 100644 index 0000000000000000000000000000000000000000..005f40684917a7d9e07dcd5efee3acbebd0d8450 --- /dev/null +++ b/texts/85142859-3881-45b9-9226-cafefa38394a.txt @@ -0,0 +1 @@ +A six-year-old English shorthair's birthday party \ No newline at end of file diff --git a/texts/85181cef-7c49-4548-93e8-6388f8b4dde7.txt b/texts/85181cef-7c49-4548-93e8-6388f8b4dde7.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb33876ec90862974b7ddc561d23736fa7f25b81 --- /dev/null +++ b/texts/85181cef-7c49-4548-93e8-6388f8b4dde7.txt @@ -0,0 +1 @@ +a lot of gi hav th birt \ No newline at end of file diff --git a/texts/852ab837-a0ae-4499-bcc6-f0d0c501bee9.txt b/texts/852ab837-a0ae-4499-bcc6-f0d0c501bee9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f41fb0c07b06b2238dc287f2746c28d3faa8a365 --- /dev/null +++ b/texts/852ab837-a0ae-4499-bcc6-f0d0c501bee9.txt @@ -0,0 +1 @@ +Black knight dressed in broken European medieval armor shows eyes from a broken mask with a sword in his back to a lightning sky to a camera \ No newline at end of file diff --git a/texts/852d0fff-a8cf-41d4-ac0d-54ae0a2f535a.txt b/texts/852d0fff-a8cf-41d4-ac0d-54ae0a2f535a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3283d722f952d8c25f236a722708f0398379f407 --- /dev/null +++ b/texts/852d0fff-a8cf-41d4-ac0d-54ae0a2f535a.txt @@ -0,0 +1 @@ +At the foot of Mount Fuji, there is a cherry blossom-filled area where many women and children are playing and enjoying themselves. It is snowing, and in the lower right corner of the scene, there is a young, fashionably dressed photographer capturing the landscape. \ No newline at end of file diff --git a/texts/8533fdf3-3e77-41a9-80c6-55f4c407624c.txt b/texts/8533fdf3-3e77-41a9-80c6-55f4c407624c.txt new file mode 100644 index 0000000000000000000000000000000000000000..89c05055cbb6a72edf46c9843567836581dcfe47 --- /dev/null +++ b/texts/8533fdf3-3e77-41a9-80c6-55f4c407624c.txt @@ -0,0 +1 @@ +christmas cat, train, snow \ No newline at end of file diff --git a/texts/8538e963-2e33-4207-8192-f1dc16f1ca5b.txt b/texts/8538e963-2e33-4207-8192-f1dc16f1ca5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0607fe2fa0f072f950f16e63c24729308de29b3d --- /dev/null +++ b/texts/8538e963-2e33-4207-8192-f1dc16f1ca5b.txt @@ -0,0 +1 @@ +At night, a Shiba Inu wearing a Christmas hat stood on the snow, with a Christmas tree filled with gift boxes and brightly lit lights next to it. Snowflakes drifted in the sky, and there were aurora lights in the sky \ No newline at end of file diff --git a/texts/85411d6f-8cc0-4db6-9e91-d9ad259bb0e7.txt b/texts/85411d6f-8cc0-4db6-9e91-d9ad259bb0e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..aeb75ad7afceb1b4565c56ce7d31b240ae6f6f88 --- /dev/null +++ b/texts/85411d6f-8cc0-4db6-9e91-d9ad259bb0e7.txt @@ -0,0 +1 @@ +a young lady with long black straight hair (no hair ban)riding a white horse in Paris street, photo angle from far and front, with iconic Parisian buildings \ No newline at end of file diff --git a/texts/8559b718-1766-4e8d-83be-e703f8e8ea50.txt b/texts/8559b718-1766-4e8d-83be-e703f8e8ea50.txt new file mode 100644 index 0000000000000000000000000000000000000000..7648746526d6eb4fa829507d3051b288c73d7bee --- /dev/null +++ b/texts/8559b718-1766-4e8d-83be-e703f8e8ea50.txt @@ -0,0 +1 @@ +A lovely blue-eyed puppet cat is in the snow, the sky is aurora, there is snow in the air, and there is a Christmas tree next to it. \ No newline at end of file diff --git a/texts/856de072-3905-4393-98bf-86af2ef50870.txt b/texts/856de072-3905-4393-98bf-86af2ef50870.txt new file mode 100644 index 0000000000000000000000000000000000000000..2011b9b0b4d3cd4cac8802a1a68d3ac2f8a01c1d --- /dev/null +++ b/texts/856de072-3905-4393-98bf-86af2ef50870.txt @@ -0,0 +1 @@ +There's a little golden retriever pup on the beach at night watching fireworks in the snow. \ No newline at end of file diff --git a/texts/8583c474-4957-4718-a365-a85e86b146e2.txt b/texts/8583c474-4957-4718-a365-a85e86b146e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f3d332247b852736968524afe200fcaf01a7c6a --- /dev/null +++ b/texts/8583c474-4957-4718-a365-a85e86b146e2.txt @@ -0,0 +1 @@ +The orange cat is playing in the snowy forest, wearing a birthday hat on its head and carrying angel wings on its back \ No newline at end of file diff --git a/texts/859b9b5b-9093-469a-b858-127fdcf9925d.txt b/texts/859b9b5b-9093-469a-b858-127fdcf9925d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2140cc8db29a69094785292714813cb938b702a4 --- /dev/null +++ b/texts/859b9b5b-9093-469a-b858-127fdcf9925d.txt @@ -0,0 +1 @@ +a brown horse with a little white head\ autumn in Japan 's park \ sakura falling \ No newline at end of file diff --git a/texts/859e860d-e49c-40e4-8ecd-3f08315c5658.txt b/texts/859e860d-e49c-40e4-8ecd-3f08315c5658.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd0bcf6e524bd8214b27ad604c4e0a38992b7fc4 --- /dev/null +++ b/texts/859e860d-e49c-40e4-8ecd-3f08315c5658.txt @@ -0,0 +1 @@ +A briquette with two big eyes and four legs is looking at the dust burning in the boiler and trying to have company \ No newline at end of file diff --git a/texts/85a41426-3168-4f59-a5ab-b753de0f80b7.txt b/texts/85a41426-3168-4f59-a5ab-b753de0f80b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1eefd6fc608341154b0a03ee62b648d9df895d29 --- /dev/null +++ b/texts/85a41426-3168-4f59-a5ab-b753de0f80b7.txt @@ -0,0 +1 @@ +A cute Rilakkuma,wearing a scarf, standing in the snow with a melancholic blue background, stars all over the sky, a hint of snowflakes, a dreamy effect with light particles, high color saturation, a Christmas tree behind, and the letters YBY on the snow \ No newline at end of file diff --git a/texts/85b4da67-275f-496b-a122-8ad544bec5ce.txt b/texts/85b4da67-275f-496b-a122-8ad544bec5ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..d54cc50f28634985421eafbdc1cb9ffd2ca3f1f3 --- /dev/null +++ b/texts/85b4da67-275f-496b-a122-8ad544bec5ce.txt @@ -0,0 +1 @@ +A dark-haired beauty riding on the prairie looked back at the full face, with the whole body of a horse, under the background of heavy snow \ No newline at end of file diff --git a/texts/85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f.txt b/texts/85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0218f4e81323a80579d966f0082affdff2c78b9 --- /dev/null +++ b/texts/85b6c4c4-9d2f-49fe-a0a8-e8ab94d7704f.txt @@ -0,0 +1 @@ +snow \ No newline at end of file diff --git a/texts/85be35a9-4de0-4d72-8896-03c041f774b1.txt b/texts/85be35a9-4de0-4d72-8896-03c041f774b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..877cc03ba9ac907b3736a084454ba567a96e0de1 --- /dev/null +++ b/texts/85be35a9-4de0-4d72-8896-03c041f774b1.txt @@ -0,0 +1 @@ +You see I like my collars pressed.I wear big ol' hats and fancy ties.And I hang late with my friends \ No newline at end of file diff --git a/texts/85c0f85a-9de1-4ec8-88b2-234f9729c245.txt b/texts/85c0f85a-9de1-4ec8-88b2-234f9729c245.txt new file mode 100644 index 0000000000000000000000000000000000000000..f97753026214cb350c315b84aec8fd7b0dc73564 --- /dev/null +++ b/texts/85c0f85a-9de1-4ec8-88b2-234f9729c245.txt @@ -0,0 +1 @@ +There are sunny afternoons snow scenes and forests \ No newline at end of file diff --git a/texts/85c8e3c4-0d4a-4385-a7e0-284602e6fab4.txt b/texts/85c8e3c4-0d4a-4385-a7e0-284602e6fab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..6df0c03b8e967ee095c72c61a765f92a62c32841 --- /dev/null +++ b/texts/85c8e3c4-0d4a-4385-a7e0-284602e6fab4.txt @@ -0,0 +1 @@ +A cute small white and brown Prince Charles dog rests in the sun in a field of small flowers next to a mountain lake, \ No newline at end of file diff --git a/texts/85eee8b1-1553-4993-92a8-0afbec99b9dc.txt b/texts/85eee8b1-1553-4993-92a8-0afbec99b9dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..d88d21eb4abe0090bf3f2869e1a6ebec335aa371 --- /dev/null +++ b/texts/85eee8b1-1553-4993-92a8-0afbec99b9dc.txt @@ -0,0 +1 @@ +Black and white penguins on a light blue Antarctic glacier with blue huge ice cubes next to them and stars in the white sky \ No newline at end of file diff --git a/texts/85f06400-b32f-4250-9266-500c64c63afc.txt b/texts/85f06400-b32f-4250-9266-500c64c63afc.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae4a7f244984f11f44cdb784379f55f5195245b --- /dev/null +++ b/texts/85f06400-b32f-4250-9266-500c64c63afc.txt @@ -0,0 +1 @@ +A lovely bear dog and a slightly fat orange cat run in the snow. There are auroras in the sky. In the evening at the lake, there are cabins \ No newline at end of file diff --git a/texts/85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99.txt b/texts/85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bd40e13fc0615dab7c9ee74241f60acc6540e48 --- /dev/null +++ b/texts/85f3a6f3-fb7d-48ff-ab8e-2adcdba02c99.txt @@ -0,0 +1 @@ +There is a line in the sky at sea level that binds each letter in the shape of a birthday balloon, the letter: "BLACKPINK", the sparkling sea, the color saturation is low. \ No newline at end of file diff --git a/texts/8604ad00-6343-4df2-8eab-ff434f8fc4bf.txt b/texts/8604ad00-6343-4df2-8eab-ff434f8fc4bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc1bfba866782c1ee9b465d9bfd4c1f7aab62350 --- /dev/null +++ b/texts/8604ad00-6343-4df2-8eab-ff434f8fc4bf.txt @@ -0,0 +1 @@ +Yaks and sheep look at the Milky Way in the sky at the foot of Mt. Everest \ No newline at end of file diff --git a/texts/860f62d7-8d62-453e-b56c-07252b3ce8c5.txt b/texts/860f62d7-8d62-453e-b56c-07252b3ce8c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..63943621b11b16910c1aaf3706d909059f5f29c4 --- /dev/null +++ b/texts/860f62d7-8d62-453e-b56c-07252b3ce8c5.txt @@ -0,0 +1 @@ +Theraphosidae sp. with birthday cake \ No newline at end of file diff --git a/texts/86329f9f-f87f-47a3-ae44-bfd31dd83936.txt b/texts/86329f9f-f87f-47a3-ae44-bfd31dd83936.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed2287b8e25a7ce6f76ff69c533e6e70c130d98b --- /dev/null +++ b/texts/86329f9f-f87f-47a3-ae44-bfd31dd83936.txt @@ -0,0 +1 @@ +Chinese couples holding hands under the fjord terrain \ No newline at end of file diff --git a/texts/863a4bf8-13cd-4055-85f6-04223dd85b1c.txt b/texts/863a4bf8-13cd-4055-85f6-04223dd85b1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..544927515d3fb2f5af1c0ba012986802b13809e7 --- /dev/null +++ b/texts/863a4bf8-13cd-4055-85f6-04223dd85b1c.txt @@ -0,0 +1 @@ +A monkey in a suit sets the entire office on fire with a lighter \ No newline at end of file diff --git a/texts/865733fa-51cd-4eda-bf27-31a11e57afba.txt b/texts/865733fa-51cd-4eda-bf27-31a11e57afba.txt new file mode 100644 index 0000000000000000000000000000000000000000..55c8cd94319eba2431d45d4fda6340abd3a7027b --- /dev/null +++ b/texts/865733fa-51cd-4eda-bf27-31a11e57afba.txt @@ -0,0 +1 @@ +The house burned red \ No newline at end of file diff --git a/texts/866780cc-b4ae-4f82-b463-855677e9efef.txt b/texts/866780cc-b4ae-4f82-b463-855677e9efef.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec6ea2dda13a3f24ce305f1703533f798f774162 --- /dev/null +++ b/texts/866780cc-b4ae-4f82-b463-855677e9efef.txt @@ -0,0 +1 @@ +Korean handsome guy with clear facial features, snow capped mountains, snowboarding, snowy terrain, dog, black ski suit \ No newline at end of file diff --git a/texts/86692053-f2aa-4725-b427-9467c9b119d4.txt b/texts/86692053-f2aa-4725-b427-9467c9b119d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6b4f0c372b8953ff685ac910fbb812222abd2b3 --- /dev/null +++ b/texts/86692053-f2aa-4725-b427-9467c9b119d4.txt @@ -0,0 +1 @@ +A whimsical winter scene featuring a cheerful snowman next to a delightful rabbit-shaped cake, with the number '1205' written beside it. \ No newline at end of file diff --git a/texts/86760db2-66cf-43f1-8636-6e743c2b5ef6.txt b/texts/86760db2-66cf-43f1-8636-6e743c2b5ef6.txt new file mode 100644 index 0000000000000000000000000000000000000000..74222777b2adde4573e6f4bde208910d83288147 --- /dev/null +++ b/texts/86760db2-66cf-43f1-8636-6e743c2b5ef6.txt @@ -0,0 +1 @@ +A Mickey Mouse in the pure Black West Highlands in the Little Snow Skye \ No newline at end of file diff --git a/texts/867ab817-7560-4ed8-bcdd-973930c06981.txt b/texts/867ab817-7560-4ed8-bcdd-973930c06981.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fd321a10773dfcd7ec8b101589b4fbdf52cc1c3 --- /dev/null +++ b/texts/867ab817-7560-4ed8-bcdd-973930c06981.txt @@ -0,0 +1 @@ +a cut calico cat playing with a fish toy \ No newline at end of file diff --git a/texts/867d5e85-f463-4fca-a5fe-814a27d7e784.txt b/texts/867d5e85-f463-4fca-a5fe-814a27d7e784.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0a75c639567892913cee54dfb0fc7d78bb4d873 --- /dev/null +++ b/texts/867d5e85-f463-4fca-a5fe-814a27d7e784.txt @@ -0,0 +1 @@ +birthday party. There is a big birthday cake on the table with the number 1207 on the candle. The letters on the back are Happy Birthday ZJH \ No newline at end of file diff --git a/texts/867ea8ea-9d47-4f3b-aff9-463ebcd23f44.txt b/texts/867ea8ea-9d47-4f3b-aff9-463ebcd23f44.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6fc4c91ab111205207118e7a88b4a0e50b741c9 --- /dev/null +++ b/texts/867ea8ea-9d47-4f3b-aff9-463ebcd23f44.txt @@ -0,0 +1 @@ +snowy day, fat Silver Tabby American Shorthair wearing a scarf \ No newline at end of file diff --git a/texts/8686beb8-09f1-494d-99b6-19c857fe2d5d.txt b/texts/8686beb8-09f1-494d-99b6-19c857fe2d5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d57c019e5287621cefc85162fa808b47920b9d94 --- /dev/null +++ b/texts/8686beb8-09f1-494d-99b6-19c857fe2d5d.txt @@ -0,0 +1 @@ +The Golden Retriever poked its head out of the Christmas tree, with a Christmas tree on its head, and a balloon holding the Golden Retriever \ No newline at end of file diff --git a/texts/868cb623-0478-4657-a35b-2bc6722e4a91.txt b/texts/868cb623-0478-4657-a35b-2bc6722e4a91.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f04bbd794262273f42a06ca48dbca0300bf2acc --- /dev/null +++ b/texts/868cb623-0478-4657-a35b-2bc6722e4a91.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "happy" engraved on the snow \ No newline at end of file diff --git a/texts/868e94ce-fa28-43f9-a6b0-d9844da12287.txt b/texts/868e94ce-fa28-43f9-a6b0-d9844da12287.txt new file mode 100644 index 0000000000000000000000000000000000000000..08cbd5d120c072c6456c4c545fb70c5335993b32 --- /dev/null +++ b/texts/868e94ce-fa28-43f9-a6b0-d9844da12287.txt @@ -0,0 +1 @@ +Snowy night with sea in the distance, white Labrador in Christmas hat next to Christmas tree with dog paw prints.Melancholy blue night scene with a bit of light particles for a dreamy effect, color saturation is on the high side. \ No newline at end of file diff --git a/texts/8693e531-6464-444a-82df-4260a15491bd.txt b/texts/8693e531-6464-444a-82df-4260a15491bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7989ec9a87a6393123ea28cce81efe87df74958d --- /dev/null +++ b/texts/8693e531-6464-444a-82df-4260a15491bd.txt @@ -0,0 +1 @@ +Christmas fat siamese kitty \ No newline at end of file diff --git a/texts/8697607c-b559-4bda-8872-0a360c960683.txt b/texts/8697607c-b559-4bda-8872-0a360c960683.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2d32cc722676c4fac24b72201859f189338ff3d --- /dev/null +++ b/texts/8697607c-b559-4bda-8872-0a360c960683.txt @@ -0,0 +1 @@ +winnie the pooh is eating strawberry cake. \ No newline at end of file diff --git a/texts/8699fc40-3b49-4c53-b729-c3d19589a009.txt b/texts/8699fc40-3b49-4c53-b729-c3d19589a009.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a70ba9434f4b907f00fc76c4385048bb10079b2 --- /dev/null +++ b/texts/8699fc40-3b49-4c53-b729-c3d19589a009.txt @@ -0,0 +1 @@ +A flock of gold and red koi fish swim in the air around a Chinese pavilion in the middle of the water \ No newline at end of file diff --git a/texts/86a51153-8eeb-42b7-af76-61e230af5a40.txt b/texts/86a51153-8eeb-42b7-af76-61e230af5a40.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c512bf9115aeec55cdef1417f80ed1cada295b7 --- /dev/null +++ b/texts/86a51153-8eeb-42b7-af76-61e230af5a40.txt @@ -0,0 +1 @@ +a flying moth darts into the fire \ No newline at end of file diff --git a/texts/86ae0ad3-554f-463e-997d-b3d5e2b69a3e.txt b/texts/86ae0ad3-554f-463e-997d-b3d5e2b69a3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b9e564b0e5297d8ad6ee7f8e8c348d5902d2840 --- /dev/null +++ b/texts/86ae0ad3-554f-463e-997d-b3d5e2b69a3e.txt @@ -0,0 +1 @@ +A cute Hellow Kitty wearing a santa hat and princess dress, smiling, a cup of milk tea in hands, indoor, sitting front of computer, christmas tree behind chair, looking at viewer \ No newline at end of file diff --git a/texts/86b075a3-40fa-4dfb-af05-ce36820cbb15.txt b/texts/86b075a3-40fa-4dfb-af05-ce36820cbb15.txt new file mode 100644 index 0000000000000000000000000000000000000000..899e65534305ab64db8fa225927ae91e15bb475c --- /dev/null +++ b/texts/86b075a3-40fa-4dfb-af05-ce36820cbb15.txt @@ -0,0 +1 @@ +An red apple blocks the face. Against a pure white background, it's an imitation of Magritte. \ No newline at end of file diff --git a/texts/86b2b600-036a-404b-a3d8-784abfd08b6f.txt b/texts/86b2b600-036a-404b-a3d8-784abfd08b6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..41deb31d79ed60191b0f6353ae4748b13dc76fff --- /dev/null +++ b/texts/86b2b600-036a-404b-a3d8-784abfd08b6f.txt @@ -0,0 +1 @@ +magical \ No newline at end of file diff --git a/texts/86c331fe-9d48-4eea-a7db-76ff7b85cd79.txt b/texts/86c331fe-9d48-4eea-a7db-76ff7b85cd79.txt new file mode 100644 index 0000000000000000000000000000000000000000..c395fcef91054d3fc7065b1a6420b517af8126cf --- /dev/null +++ b/texts/86c331fe-9d48-4eea-a7db-76ff7b85cd79.txt @@ -0,0 +1 @@ +In a big medivial retro style room of a castle ,there are huge fancy rose pink velevet curtain and big window.There are two cats sit face to face at both ends of the dining-table, watching each other .There are candles and cuisines on the table. \ No newline at end of file diff --git a/texts/86ce5622-2731-4136-bd32-19fd816b1e07.txt b/texts/86ce5622-2731-4136-bd32-19fd816b1e07.txt new file mode 100644 index 0000000000000000000000000000000000000000..36079d6c2de6cdb123b2d340853f7ce1097ba5ec --- /dev/null +++ b/texts/86ce5622-2731-4136-bd32-19fd816b1e07.txt @@ -0,0 +1 @@ +In the center of the picture is a large mirror, which reflects the scenery of the park, including trees, grass and pedestrians. There are several people in front of the mirror. Some of them are taking photos and some of them are talking. This composition method creates a combination of virtual and real through the mirror, which increases the sense of hierarchy and interest of the picture. The brick wall as the background gives people a sense of stability and solidity, while the view of the park in the mirror brings a natural and open atmosphere. On the whole, this composition cleverly uses the mirror to expand the space, so that the picture has both realistic scenes and reflected illusory scenes, forming a unique visual effect. \ No newline at end of file diff --git a/texts/86d39b61-d4cc-45d6-9233-f552024a4d5a.txt b/texts/86d39b61-d4cc-45d6-9233-f552024a4d5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..33d8b1c8009060f7df2fd41257b2f38ab881007e --- /dev/null +++ b/texts/86d39b61-d4cc-45d6-9233-f552024a4d5a.txt @@ -0,0 +1 @@ +There's a hellokitty doll in the snow under Laid out in the snow with the letter XYM next to it and a Christmas tree behind it \ No newline at end of file diff --git a/texts/86d7c5aa-de15-45e0-8358-ac5a31018fa3.txt b/texts/86d7c5aa-de15-45e0-8358-ac5a31018fa3.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c3142739da4a499b4fffc97f741187294ab66f --- /dev/null +++ b/texts/86d7c5aa-de15-45e0-8358-ac5a31018fa3.txt @@ -0,0 +1 @@ +A Chinese man who believes in hypocritical religion is retribution. \ No newline at end of file diff --git a/texts/86e87aea-7eda-4b42-81e1-af76fb59a9fd.txt b/texts/86e87aea-7eda-4b42-81e1-af76fb59a9fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f982c1b3dbbbd6f0259bdd983e7dfd3afaa3b9fb --- /dev/null +++ b/texts/86e87aea-7eda-4b42-81e1-af76fb59a9fd.txt @@ -0,0 +1 @@ +An red apple lamp on the blue table \ No newline at end of file diff --git a/texts/86f3bf9e-7d68-474c-839f-27320afaab79.txt b/texts/86f3bf9e-7d68-474c-839f-27320afaab79.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5170aeca8e2f1b028ba4088bfa3a2d36e56cec8 --- /dev/null +++ b/texts/86f3bf9e-7d68-474c-839f-27320afaab79.txt @@ -0,0 +1 @@ +iceland aurora a bichon frise playing with it \ No newline at end of file diff --git a/texts/86f79bfb-7352-4fc9-83df-39353484cf36.txt b/texts/86f79bfb-7352-4fc9-83df-39353484cf36.txt new file mode 100644 index 0000000000000000000000000000000000000000..1900ed68141dc75c2fd76f42ce10d714d66055ac --- /dev/null +++ b/texts/86f79bfb-7352-4fc9-83df-39353484cf36.txt @@ -0,0 +1 @@ +The word "Sonam" is spelled with diamonds in the background, with hundreds of black roses. \ No newline at end of file diff --git a/texts/87006483-5ffc-4042-b758-a9a2976723a2.txt b/texts/87006483-5ffc-4042-b758-a9a2976723a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..eda7b579221508db8387843442b88f9a89e9139e --- /dev/null +++ b/texts/87006483-5ffc-4042-b758-a9a2976723a2.txt @@ -0,0 +1 @@ +A white stem from the western highlands watching the volcanic eruption from a distance \ No newline at end of file diff --git a/texts/87050955-9398-42bc-8f91-e1720279d11d.txt b/texts/87050955-9398-42bc-8f91-e1720279d11d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d2efcdf439c92a91c7bbb62ca8ef36c3f097f70 --- /dev/null +++ b/texts/87050955-9398-42bc-8f91-e1720279d11d.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a headband with the three letters MAY on it, in a warm white French room, next to a Christmas tree with a pink bow, green bushes outside the window, and pink balloons floating in the room \ No newline at end of file diff --git a/texts/8708fd52-749b-4048-9b08-fc6c991b797f.txt b/texts/8708fd52-749b-4048-9b08-fc6c991b797f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5313cd59e5c54793e0aa86c6daac3395795f6627 --- /dev/null +++ b/texts/8708fd52-749b-4048-9b08-fc6c991b797f.txt @@ -0,0 +1 @@ +a border collie dressed up like a Chrismas tree \ No newline at end of file diff --git a/texts/871106db-82d3-4f5a-8bd3-d480046bee79.txt b/texts/871106db-82d3-4f5a-8bd3-d480046bee79.txt new file mode 100644 index 0000000000000000000000000000000000000000..94124d8a01e85df6feddb37b7a112c9de6857656 --- /dev/null +++ b/texts/871106db-82d3-4f5a-8bd3-d480046bee79.txt @@ -0,0 +1 @@ +Killer Cat smoking Cigarette \ No newline at end of file diff --git a/texts/871604c4-2b77-4030-8ffb-e80478aab2d2.txt b/texts/871604c4-2b77-4030-8ffb-e80478aab2d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e2079b702b090b6bbcaa123f5edf0d82a329bfe --- /dev/null +++ b/texts/871604c4-2b77-4030-8ffb-e80478aab2d2.txt @@ -0,0 +1 @@ +Birds flying over city ruins,realitisc,dreamcore,glistening \ No newline at end of file diff --git a/texts/871dfcc9-6d36-457b-b9ae-50643f481db9.txt b/texts/871dfcc9-6d36-457b-b9ae-50643f481db9.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd2dfd14cc30dee7e6bb589da7a1815b5fa715a2 --- /dev/null +++ b/texts/871dfcc9-6d36-457b-b9ae-50643f481db9.txt @@ -0,0 +1 @@ +american vibe \ No newline at end of file diff --git a/texts/871e5f1a-caa0-4c8f-bfe0-3504d31474b5.txt b/texts/871e5f1a-caa0-4c8f-bfe0-3504d31474b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d1dc8561e033b478dc20fac26be97b392404f7 --- /dev/null +++ b/texts/871e5f1a-caa0-4c8f-bfe0-3504d31474b5.txt @@ -0,0 +1 @@ +A Hello Kitty rides a bike and also with a bottle of milk while unde hollywood sunset \ No newline at end of file diff --git a/texts/87216cb3-bce4-4aec-95cf-d6ae4a656a63.txt b/texts/87216cb3-bce4-4aec-95cf-d6ae4a656a63.txt new file mode 100644 index 0000000000000000000000000000000000000000..746d07cce5012d0df1bc31e4e28b0da495ba6173 --- /dev/null +++ b/texts/87216cb3-bce4-4aec-95cf-d6ae4a656a63.txt @@ -0,0 +1 @@ +A cicurlar mesh garbage can in a ruins office in a close up shot \ No newline at end of file diff --git a/texts/8722ae72-f316-44be-8a1b-293e07b9aaad.txt b/texts/8722ae72-f316-44be-8a1b-293e07b9aaad.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7803a942d2c72781f525f21d97672d746faf3db --- /dev/null +++ b/texts/8722ae72-f316-44be-8a1b-293e07b9aaad.txt @@ -0,0 +1 @@ +The little orange cat and the Samoyed are frolicking on the carpet, making a complete mess. \ No newline at end of file diff --git a/texts/872b3003-f417-43fe-b650-5cb4761d3f9f.txt b/texts/872b3003-f417-43fe-b650-5cb4761d3f9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f9f51aed5de5ac688ef8ed4dfc9273bd9572c64 --- /dev/null +++ b/texts/872b3003-f417-43fe-b650-5cb4761d3f9f.txt @@ -0,0 +1 @@ +The computer in front of the cute pink pig caught fire \ No newline at end of file diff --git a/texts/873eefc4-8603-4d82-bb3a-5dd8a336ddb3.txt b/texts/873eefc4-8603-4d82-bb3a-5dd8a336ddb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8b06063fc30066fd23e3ce0124cdd7c5c9c6ac1 --- /dev/null +++ b/texts/873eefc4-8603-4d82-bb3a-5dd8a336ddb3.txt @@ -0,0 +1 @@ +A hello Kitty running in the station at morning,wear a pink dress and red shoes,red handbag,take the macbook,another hans take a cup of coffe \ No newline at end of file diff --git a/texts/873f1132-3ba4-4096-8f16-d2953c760304.txt b/texts/873f1132-3ba4-4096-8f16-d2953c760304.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c6c2374f798b8f731895cf9dee1a8f2c4d20132 --- /dev/null +++ b/texts/873f1132-3ba4-4096-8f16-d2953c760304.txt @@ -0,0 +1 @@ + A little hamster dressed up as Christmas in front of a small wooden house in a heavy snowy forest \ No newline at end of file diff --git a/texts/87469a72-9b78-42d8-8f7d-484c3e2c6a35.txt b/texts/87469a72-9b78-42d8-8f7d-484c3e2c6a35.txt new file mode 100644 index 0000000000000000000000000000000000000000..32cc0123ee2e342dc2ac64df12fc4d5d8b5088a6 --- /dev/null +++ b/texts/87469a72-9b78-42d8-8f7d-484c3e2c6a35.txt @@ -0,0 +1 @@ +A living room where luggage is being packed.On the left is a sofa with a green sofa cover.The carpet is white with black spots.There are three suitcases, one black, one white and one green.Opposite the sofa is a projector, which playsTom and Jerry \ No newline at end of file diff --git a/texts/874f0db3-2958-4d85-a624-3263a6d4160f.txt b/texts/874f0db3-2958-4d85-a624-3263a6d4160f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8cc7c50eef16b2b7fdcd0a034b0ccee3941e7a6 --- /dev/null +++ b/texts/874f0db3-2958-4d85-a624-3263a6d4160f.txt @@ -0,0 +1 @@ +Coffee colored chubby Teddy Bear Poodle in the snow \ No newline at end of file diff --git a/texts/87563678-b281-4b93-aab7-877bf81c03a7.txt b/texts/87563678-b281-4b93-aab7-877bf81c03a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..6128ff5ab8feb0f21cbb3f9e59b3fa139d09b965 --- /dev/null +++ b/texts/87563678-b281-4b93-aab7-877bf81c03a7.txt @@ -0,0 +1 @@ +An old man smoking white hair long beard no left eye tears on check wearing green shirt. \ No newline at end of file diff --git a/texts/8769911c-90bd-4f45-bcc8-e76815ef15eb.txt b/texts/8769911c-90bd-4f45-bcc8-e76815ef15eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..05c13ab18dffa665cb9e48e1f8df4d6a618cd9a4 --- /dev/null +++ b/texts/8769911c-90bd-4f45-bcc8-e76815ef15eb.txt @@ -0,0 +1 @@ +A luxurious hair oil in a transparent glass bottle, filled with a very light yellow oil. The bottle has a sleek, minimalist design with subtle gold accents, including a golden cap and clean, elegant typography on the label. The overall aesthetic is modern and refined, emphasizing the purity and premium quality of the product. The setting includes soft, warm lighting and a neutral background, with a hint of natural elements like wooden textures or soft fabric to enhance the organic feel. \ No newline at end of file diff --git a/texts/876ea6fa-35d3-4c15-b245-0c711f5ed00e.txt b/texts/876ea6fa-35d3-4c15-b245-0c711f5ed00e.txt new file mode 100644 index 0000000000000000000000000000000000000000..41b9151450a44cbf3643777e37254c035ac53eca --- /dev/null +++ b/texts/876ea6fa-35d3-4c15-b245-0c711f5ed00e.txt @@ -0,0 +1 @@ +On one side of a table tennis billiard table sits a white Samoyed and a white kitten two ping pong bats and a ping pong ball The white Samoyed is wearing a collar that says hope the white kitten is also wearing a collar that says super sha \ No newline at end of file diff --git a/texts/8776ea2a-cbac-465d-8c53-d50b6bbe49de.txt b/texts/8776ea2a-cbac-465d-8c53-d50b6bbe49de.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe4b5a95b6b34b7652252f8f1aca2aadc68bab73 --- /dev/null +++ b/texts/8776ea2a-cbac-465d-8c53-d50b6bbe49de.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is standing on a big letter R on the snow-covered ground. It's snowing. \ No newline at end of file diff --git a/texts/877c7251-4c01-4782-8254-69fbf515b90e.txt b/texts/877c7251-4c01-4782-8254-69fbf515b90e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ad30a4bf969ff417b0a186239c7382bd26b88f9 --- /dev/null +++ b/texts/877c7251-4c01-4782-8254-69fbf515b90e.txt @@ -0,0 +1 @@ +A dark mermaid kneeling in a pond with her back to us \ No newline at end of file diff --git a/texts/877e9547-ccc2-461d-a2a2-28ba1ab5f1ce.txt b/texts/877e9547-ccc2-461d-a2a2-28ba1ab5f1ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..24097e21e81b517913ecf7c0adb1edc006126ad0 --- /dev/null +++ b/texts/877e9547-ccc2-461d-a2a2-28ba1ab5f1ce.txt @@ -0,0 +1 @@ +child holding a magnifying glass to his eye \ No newline at end of file diff --git a/texts/87808139-76e5-42cb-823e-42533eab2d0a.txt b/texts/87808139-76e5-42cb-823e-42533eab2d0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a8e268a13279b5a4bb9a3821cfb2ce648060bcc --- /dev/null +++ b/texts/87808139-76e5-42cb-823e-42533eab2d0a.txt @@ -0,0 +1 @@ +A tooth with a cracked tooth \ No newline at end of file diff --git a/texts/878401ef-2286-4ec1-ab28-62694812bc39.txt b/texts/878401ef-2286-4ec1-ab28-62694812bc39.txt new file mode 100644 index 0000000000000000000000000000000000000000..a447cfdcd97cac04b11bb6deebff2660ce68fe7e --- /dev/null +++ b/texts/878401ef-2286-4ec1-ab28-62694812bc39.txt @@ -0,0 +1 @@ +White shitzu dog with whit face and black ears act a human, sitting at a table and drinking coffee \ No newline at end of file diff --git a/texts/878c2da6-1a16-4e89-9990-481b6d0fd39b.txt b/texts/878c2da6-1a16-4e89-9990-481b6d0fd39b.txt new file mode 100644 index 0000000000000000000000000000000000000000..93db842143ae70d376550d2f441e057d6f04caaa --- /dev/null +++ b/texts/878c2da6-1a16-4e89-9990-481b6d0fd39b.txt @@ -0,0 +1 @@ +Dachshund shooting a laptop with ak47 \ No newline at end of file diff --git a/texts/8793e081-fe4f-4549-8b68-8a4077a2c2c0.txt b/texts/8793e081-fe4f-4549-8b68-8a4077a2c2c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3953308f71737792473e257f7df76308d4fee14 --- /dev/null +++ b/texts/8793e081-fe4f-4549-8b68-8a4077a2c2c0.txt @@ -0,0 +1 @@ +Snow is falling on the snow-capped mountain, leaving traces of "sonamdezom" written on the snow. The backdrop of the scene is a vast plateau meadow. \ No newline at end of file diff --git a/texts/87999ab5-296c-4654-b133-bd8b523765ec.txt b/texts/87999ab5-296c-4654-b133-bd8b523765ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a09d1ac4393b4ff1d19fe8c104a1a6d22d5367f --- /dev/null +++ b/texts/87999ab5-296c-4654-b133-bd8b523765ec.txt @@ -0,0 +1 @@ +Birthday for a handsome guy who wears half frame glasses, has a table in front of him with cake on the table, he brings a birthday hat, balloons in the room and a banner above his head that says "Happy Birthday wch" \ No newline at end of file diff --git a/texts/87a7b430-0354-4a70-a2c1-685bf6634e52.txt b/texts/87a7b430-0354-4a70-a2c1-685bf6634e52.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b5d314777d7833bd55030f1ad9eed9ed2db37d0 --- /dev/null +++ b/texts/87a7b430-0354-4a70-a2c1-685bf6634e52.txt @@ -0,0 +1 @@ +a 60 years old chinese man sitting in front of my lixurious house, looking at the sunset and the vast grassland with phonograph record playing \ No newline at end of file diff --git a/texts/87bdd34b-a0ad-46ec-b965-c43e6a2b34df.txt b/texts/87bdd34b-a0ad-46ec-b965-c43e6a2b34df.txt new file mode 100644 index 0000000000000000000000000000000000000000..227e8bdf82321e453c671201077b2f498679c4db --- /dev/null +++ b/texts/87bdd34b-a0ad-46ec-b965-c43e6a2b34df.txt @@ -0,0 +1 @@ +Snowy beach Christmas tree, two cats with wings playing \ No newline at end of file diff --git a/texts/87c79975-c326-4681-9cef-bad3f8567397.txt b/texts/87c79975-c326-4681-9cef-bad3f8567397.txt new file mode 100644 index 0000000000000000000000000000000000000000..3adfd0538df48e578aeaa7e84d454cedff836fbd --- /dev/null +++ b/texts/87c79975-c326-4681-9cef-bad3f8567397.txt @@ -0,0 +1 @@ +A cute hamster is wearing a scarf and a pair of cool sunglasses, and is holding a glass of whiskey in one hand while standing in the snow, with snowflakes falling and a background of sea waves and stars in the sky \ No newline at end of file diff --git a/texts/87cd14af-e1b1-48b1-b0da-cad22d399197.txt b/texts/87cd14af-e1b1-48b1-b0da-cad22d399197.txt new file mode 100644 index 0000000000000000000000000000000000000000..1739ee166800463613face0a54eb14e41a681a89 --- /dev/null +++ b/texts/87cd14af-e1b1-48b1-b0da-cad22d399197.txt @@ -0,0 +1 @@ +An apple lamp. \ No newline at end of file diff --git a/texts/87d4082f-3eef-4975-82a9-aea54d39c8d9.txt b/texts/87d4082f-3eef-4975-82a9-aea54d39c8d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f21feb2b973307e1597fa12616b89eb3af542196 --- /dev/null +++ b/texts/87d4082f-3eef-4975-82a9-aea54d39c8d9.txt @@ -0,0 +1 @@ +A cute cat grew wings and flew with the seagulls on the beach \ No newline at end of file diff --git a/texts/87e1c3b6-b978-4e0e-9319-f75e916d28c6.txt b/texts/87e1c3b6-b978-4e0e-9319-f75e916d28c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f39d38dc780f20626a1b3503ddb5a2ca5445f50b --- /dev/null +++ b/texts/87e1c3b6-b978-4e0e-9319-f75e916d28c6.txt @@ -0,0 +1 @@ +A hello kitty doll sitting in the snow holding a fireworks fairy stick, with the letters Angel 2 printed on the snow \ No newline at end of file diff --git a/texts/87e909bd-2e96-4e27-a343-3c7eeb84de82.txt b/texts/87e909bd-2e96-4e27-a343-3c7eeb84de82.txt new file mode 100644 index 0000000000000000000000000000000000000000..9acf0ec3cb5111dcf705bf1482406c6354f22ac7 --- /dev/null +++ b/texts/87e909bd-2e96-4e27-a343-3c7eeb84de82.txt @@ -0,0 +1 @@ +A puppy has the four letters bkpp on the snowy ground.There is a Christmas tree on the snow. \ No newline at end of file diff --git a/texts/87eae2c4-eef6-4518-a572-124a4bd0d49f.txt b/texts/87eae2c4-eef6-4518-a572-124a4bd0d49f.txt new file mode 100644 index 0000000000000000000000000000000000000000..37a81d457983a8d7ca2aa87a58166ff35e4790cb --- /dev/null +++ b/texts/87eae2c4-eef6-4518-a572-124a4bd0d49f.txt @@ -0,0 +1 @@ +A cute, chubby kitten is beside the bathtub. The bathtub is full of foam. Colorful foam floats in the air. It grabs foam with its claws \ No newline at end of file diff --git a/texts/87eae813-5c67-4322-acb5-eb121276f6b6.txt b/texts/87eae813-5c67-4322-acb5-eb121276f6b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d09fab5e8980a8495f5209a0c8c978501cc13d8 --- /dev/null +++ b/texts/87eae813-5c67-4322-acb5-eb121276f6b6.txt @@ -0,0 +1 @@ +Hello Kitty burns Notre Dame Cathedral \ No newline at end of file diff --git a/texts/87fd7841-e8f4-4b1b-a4d7-384c76173ecb.txt b/texts/87fd7841-e8f4-4b1b-a4d7-384c76173ecb.txt new file mode 100644 index 0000000000000000000000000000000000000000..60a18369e6614e46124ae0f1bae1ee5ceeedbcb1 --- /dev/null +++ b/texts/87fd7841-e8f4-4b1b-a4d7-384c76173ecb.txt @@ -0,0 +1 @@ +A cute dog with an angelic halo stands on white clouds, next to the name Yola, with the background of the ocean and seagulls. \ No newline at end of file diff --git a/texts/88112b76-9559-44d6-93da-bb3802a915ad.txt b/texts/88112b76-9559-44d6-93da-bb3802a915ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..51785fb4d8eec4c80aeb42527a71e1cebb6df0b5 --- /dev/null +++ b/texts/88112b76-9559-44d6-93da-bb3802a915ad.txt @@ -0,0 +1 @@ +A young Labrador Retriever wearing a Christmas hat sits on the snow, with a small Christmas tree on its left. It was taken at night from a top-down perspective, with flash on and vintage filters \ No newline at end of file diff --git a/texts/8817feb1-22e9-4514-8e84-de986201e905.txt b/texts/8817feb1-22e9-4514-8e84-de986201e905.txt new file mode 100644 index 0000000000000000000000000000000000000000..254fd8fd7d8919e0d0f96c2aa9fed08d17a52667 --- /dev/null +++ b/texts/8817feb1-22e9-4514-8e84-de986201e905.txt @@ -0,0 +1 @@ +A hazy flower. \ No newline at end of file diff --git a/texts/881ddfee-890f-474d-9948-6bfba4b54677.txt b/texts/881ddfee-890f-474d-9948-6bfba4b54677.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bf8ecec60758a79e5a1fea15edc5e57d5bfc995 --- /dev/null +++ b/texts/881ddfee-890f-474d-9948-6bfba4b54677.txt @@ -0,0 +1 @@ +kitten with white wings, cake, birthday hat, party, wings, blue background \ No newline at end of file diff --git a/texts/8820d722-8052-46e8-9c01-eb230a489ee4.txt b/texts/8820d722-8052-46e8-9c01-eb230a489ee4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f15bc3a279771be1e72ec12293e4ec977b9af4f9 --- /dev/null +++ b/texts/8820d722-8052-46e8-9c01-eb230a489ee4.txt @@ -0,0 +1 @@ +A Hello Kitty is riding a horse in Tibet, surrounded by bubbles \ No newline at end of file diff --git a/texts/882244c1-6804-404d-b343-7decb1a5fa83.txt b/texts/882244c1-6804-404d-b343-7decb1a5fa83.txt new file mode 100644 index 0000000000000000000000000000000000000000..4399bb56a3411a67a438294c38f774710fa90682 --- /dev/null +++ b/texts/882244c1-6804-404d-b343-7decb1a5fa83.txt @@ -0,0 +1 @@ +a black bird is standing on the icy river, with many pink and white wild roses beside the river. \ No newline at end of file diff --git a/texts/882e460e-61ce-4102-a691-7319ac0fdbbc.txt b/texts/882e460e-61ce-4102-a691-7319ac0fdbbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3124b5a26c3ce06382c5921bef3e42e905d8f4a5 --- /dev/null +++ b/texts/882e460e-61ce-4102-a691-7319ac0fdbbc.txt @@ -0,0 +1 @@ +Taking a photo of an old man wearing a red scarf through a misty rainy window \ No newline at end of file diff --git a/texts/883240a4-4310-4f41-93b2-ff52d1f9ce30.txt b/texts/883240a4-4310-4f41-93b2-ff52d1f9ce30.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4aecf4c42c5f9885fdced1c487d5cec3093f257 --- /dev/null +++ b/texts/883240a4-4310-4f41-93b2-ff52d1f9ce30.txt @@ -0,0 +1 @@ +Black cats in wizard hats playing in the snow \ No newline at end of file diff --git a/texts/88350128-a074-433a-acd0-abe1eafcc48e.txt b/texts/88350128-a074-433a-acd0-abe1eafcc48e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f5d5b32cd81e0070f45d501c19fa600dfa2d421 --- /dev/null +++ b/texts/88350128-a074-433a-acd0-abe1eafcc48e.txt @@ -0,0 +1 @@ +A cozy room with a large glass on which sinnyu is written \ No newline at end of file diff --git a/texts/883559b9-62e6-4ef9-a7d4-eb8d4dc50b11.txt b/texts/883559b9-62e6-4ef9-a7d4-eb8d4dc50b11.txt new file mode 100644 index 0000000000000000000000000000000000000000..82c59750d48aea28de79b6c5b060953e8d26e556 --- /dev/null +++ b/texts/883559b9-62e6-4ef9-a7d4-eb8d4dc50b11.txt @@ -0,0 +1 @@ + Monkeys deliver takeaways \ No newline at end of file diff --git a/texts/8838b1e1-cfaf-4c0e-b898-d547e053a7c4.txt b/texts/8838b1e1-cfaf-4c0e-b898-d547e053a7c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1eefd6fc608341154b0a03ee62b648d9df895d29 --- /dev/null +++ b/texts/8838b1e1-cfaf-4c0e-b898-d547e053a7c4.txt @@ -0,0 +1 @@ +A cute Rilakkuma,wearing a scarf, standing in the snow with a melancholic blue background, stars all over the sky, a hint of snowflakes, a dreamy effect with light particles, high color saturation, a Christmas tree behind, and the letters YBY on the snow \ No newline at end of file diff --git a/texts/883fc602-43f8-4022-ac78-93686c5ddf76.txt b/texts/883fc602-43f8-4022-ac78-93686c5ddf76.txt new file mode 100644 index 0000000000000000000000000000000000000000..0531eb7635f36a300f2b4345a7ec3214efd4f0c7 --- /dev/null +++ b/texts/883fc602-43f8-4022-ac78-93686c5ddf76.txt @@ -0,0 +1 @@ +A cute cat is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and YuXuan written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/88402c33-e8f1-48d2-8cd2-825e4cfeca1f.txt b/texts/88402c33-e8f1-48d2-8cd2-825e4cfeca1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..37f28d38b7de99303871754bf9fc4cd68893f940 --- /dev/null +++ b/texts/88402c33-e8f1-48d2-8cd2-825e4cfeca1f.txt @@ -0,0 +1 @@ +A pink Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters #2025printed on the snow \ No newline at end of file diff --git a/texts/8849876a-3595-4e07-99a3-dfa3088d0da6.txt b/texts/8849876a-3595-4e07-99a3-dfa3088d0da6.txt new file mode 100644 index 0000000000000000000000000000000000000000..62d772b4a8afefac2b714d9d3b86d5fa13c0a6be --- /dev/null +++ b/texts/8849876a-3595-4e07-99a3-dfa3088d0da6.txt @@ -0,0 +1 @@ + A bird is flie while reading a book over the city that is about to be destroyed by the tsunami \ No newline at end of file diff --git a/texts/8853349b-618e-4aeb-af9c-84aed06e42de.txt b/texts/8853349b-618e-4aeb-af9c-84aed06e42de.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dff1dfc74af3ecc0bd7cbd3f5415808a5245779 --- /dev/null +++ b/texts/8853349b-618e-4aeb-af9c-84aed06e42de.txt @@ -0,0 +1 @@ +Personified tropical fish playing hide and seek among corals \ No newline at end of file diff --git a/texts/885346ac-a028-4179-88fe-9640ad622b68.txt b/texts/885346ac-a028-4179-88fe-9640ad622b68.txt new file mode 100644 index 0000000000000000000000000000000000000000..6298354f2a20141888e509920705674d85b8d1b2 --- /dev/null +++ b/texts/885346ac-a028-4179-88fe-9640ad622b68.txt @@ -0,0 +1 @@ +Green bamboo,moon,sheep,blurry shinny river \ No newline at end of file diff --git a/texts/8853e4f9-a4c2-4b2f-be9a-491b81bbefaa.txt b/texts/8853e4f9-a4c2-4b2f-be9a-491b81bbefaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1b0b42a6fb1ea68cc8121f1d7aafc0b19491382 --- /dev/null +++ b/texts/8853e4f9-a4c2-4b2f-be9a-491b81bbefaa.txt @@ -0,0 +1 @@ +westhighland white terrier Watching Mount Fuji in winter \ No newline at end of file diff --git a/texts/8857945e-3d5e-4c6d-a732-135a1ef2d480.txt b/texts/8857945e-3d5e-4c6d-a732-135a1ef2d480.txt new file mode 100644 index 0000000000000000000000000000000000000000..bff8d771392940b1e49b6f4dbaa17cf99e50db87 --- /dev/null +++ b/texts/8857945e-3d5e-4c6d-a732-135a1ef2d480.txt @@ -0,0 +1 @@ +Cute kitten baby, in front of the snow covered grassland, wearing armor, holding a star stick in his hand, shining with beautiful Northern Lights, with little butterflies surrounding him \ No newline at end of file diff --git a/texts/886163a9-37ed-4716-b87e-f7a95b80ac47.txt b/texts/886163a9-37ed-4716-b87e-f7a95b80ac47.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fa8d5a6464e44fed0fc9733bf277e965d2825eb --- /dev/null +++ b/texts/886163a9-37ed-4716-b87e-f7a95b80ac47.txt @@ -0,0 +1 @@ +Two little golden retriever pups watching fireworks on the beach at night. \ No newline at end of file diff --git a/texts/88641b41-2f4f-45d0-a020-6e1bbf0dbf92.txt b/texts/88641b41-2f4f-45d0-a020-6e1bbf0dbf92.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d7ac06d4afd5b1a9c891e94c865cdffbc96a744 --- /dev/null +++ b/texts/88641b41-2f4f-45d0-a020-6e1bbf0dbf92.txt @@ -0,0 +1 @@ +a black cat is working on a computer, in the office, glittering falling around it, butterfly wings, medium shot \ No newline at end of file diff --git a/texts/887249ab-0459-4906-acd4-17391aff0a97.txt b/texts/887249ab-0459-4906-acd4-17391aff0a97.txt new file mode 100644 index 0000000000000000000000000000000000000000..59788629c97344e763f3281de75252463ac19f73 --- /dev/null +++ b/texts/887249ab-0459-4906-acd4-17391aff0a97.txt @@ -0,0 +1 @@ +A Leopard Cat is working in front of the company's computer Cat is working in front of the company's computer \ No newline at end of file diff --git a/texts/887722a8-eac3-454e-8447-d6ae0331eb38.txt b/texts/887722a8-eac3-454e-8447-d6ae0331eb38.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/887722a8-eac3-454e-8447-d6ae0331eb38.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/8891bee8-d68b-4b2f-87e2-6d72620eebda.txt b/texts/8891bee8-d68b-4b2f-87e2-6d72620eebda.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bc25164c152a2427bd4f5753889d4ab657139e6 --- /dev/null +++ b/texts/8891bee8-d68b-4b2f-87e2-6d72620eebda.txt @@ -0,0 +1 @@ +100,000 blue and white porcelain vases \ No newline at end of file diff --git a/texts/88974c92-2bd0-4d3e-82e1-00600e25af00.txt b/texts/88974c92-2bd0-4d3e-82e1-00600e25af00.txt new file mode 100644 index 0000000000000000000000000000000000000000..066080a8f642ab04c0726885d2f73609584365d8 --- /dev/null +++ b/texts/88974c92-2bd0-4d3e-82e1-00600e25af00.txt @@ -0,0 +1 @@ +Hello Kitty is sitting on the snow. There are fireworks in the distance. There is a name SJR on the snow \ No newline at end of file diff --git a/texts/88aa2536-8211-4ac8-a8d2-297fe2894bae.txt b/texts/88aa2536-8211-4ac8-a8d2-297fe2894bae.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9207f8154819aa84d0224d919eb3fb280c03b86 --- /dev/null +++ b/texts/88aa2536-8211-4ac8-a8d2-297fe2894bae.txt @@ -0,0 +1 @@ +A black eared white rabbit celebrating Christmas \ No newline at end of file diff --git a/texts/88ba3d03-c901-423c-a6f6-ba69931a2438.txt b/texts/88ba3d03-c901-423c-a6f6-ba69931a2438.txt new file mode 100644 index 0000000000000000000000000000000000000000..1108f44d1399d3ed422c2fb57b7538a5c594bc6f --- /dev/null +++ b/texts/88ba3d03-c901-423c-a6f6-ba69931a2438.txt @@ -0,0 +1 @@ +A little white rabbit is watching fireworks in the snow. \ No newline at end of file diff --git a/texts/88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b.txt b/texts/88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f88c7466846b182d4eb6b9da024b3d80aaecf5f --- /dev/null +++ b/texts/88cd72f3-c225-41d5-bcb1-6aa5a3ac2f8b.txt @@ -0,0 +1 @@ +An elegant Siamese cat lying on a soft blanket, with a book nearby \ No newline at end of file diff --git a/texts/88cfda64-26e7-4f3d-8ac0-a663748814cd.txt b/texts/88cfda64-26e7-4f3d-8ac0-a663748814cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c8f5cc4afa9e97aee9db1548c1ce4563ec9904d --- /dev/null +++ b/texts/88cfda64-26e7-4f3d-8ac0-a663748814cd.txt @@ -0,0 +1 @@ +a little golden retriever and a real snowman outside near a calm lake in a snowy winter night \ No newline at end of file diff --git a/texts/88d01e83-b7de-493a-85cf-dc658ee83630.txt b/texts/88d01e83-b7de-493a-85cf-dc658ee83630.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8696a4a54d56ec0a080d844c35f3258c3270ed6 --- /dev/null +++ b/texts/88d01e83-b7de-493a-85cf-dc658ee83630.txt @@ -0,0 +1 @@ +A yellow-billed pelican and a full-body pink rabbit besides Christmas party setting \ No newline at end of file diff --git a/texts/88d5e204-f533-42d7-b371-901edd1d4a72.txt b/texts/88d5e204-f533-42d7-b371-901edd1d4a72.txt new file mode 100644 index 0000000000000000000000000000000000000000..16f8f937380f2680fd8f7d3b00f6759d11531946 --- /dev/null +++ b/texts/88d5e204-f533-42d7-b371-901edd1d4a72.txt @@ -0,0 +1 @@ +cute dag headphones sunglasses christmas \ No newline at end of file diff --git a/texts/88ee9f86-0890-41ef-bcbb-5817da19494b.txt b/texts/88ee9f86-0890-41ef-bcbb-5817da19494b.txt new file mode 100644 index 0000000000000000000000000000000000000000..85cd4e20ec389d78c952d713ae794034fc05647c --- /dev/null +++ b/texts/88ee9f86-0890-41ef-bcbb-5817da19494b.txt @@ -0,0 +1 @@ +There is a sunrise by the sea and then there is a Christmas tree signed by hellokitty CSH \ No newline at end of file diff --git a/texts/88f7bb4a-a063-419a-be4e-28331f4e6a5b.txt b/texts/88f7bb4a-a063-419a-be4e-28331f4e6a5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1a2ed532155dc3b2114514f4b5cf68fb45b566b --- /dev/null +++ b/texts/88f7bb4a-a063-419a-be4e-28331f4e6a5b.txt @@ -0,0 +1 @@ +A Chinese couple wearing modern clothing, with white dragons flying in the sky \ No newline at end of file diff --git a/texts/88fcc44a-29c8-455a-b502-3b4a78dd56f2.txt b/texts/88fcc44a-29c8-455a-b502-3b4a78dd56f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c72063c591ee75b77ddc2aeceb183cb2c3a9c6e8 --- /dev/null +++ b/texts/88fcc44a-29c8-455a-b502-3b4a78dd56f2.txt @@ -0,0 +1 @@ +a Chinese Li hua cat in the snow \ No newline at end of file diff --git a/texts/8905552e-d2e4-465c-a22f-e1d9e3518bed.txt b/texts/8905552e-d2e4-465c-a22f-e1d9e3518bed.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4ca3544f287b0bab04670899342a8511424e50a --- /dev/null +++ b/texts/8905552e-d2e4-465c-a22f-e1d9e3518bed.txt @@ -0,0 +1 @@ +Lawyer lady happy on her way home from work in ice cream \ No newline at end of file diff --git a/texts/890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0.txt b/texts/890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..17d4dcb7ddf26a1fd89f3045c9860bc3009eb8ed --- /dev/null +++ b/texts/890ca661-fa6d-4b9d-9bc2-e4cc1e0a24f0.txt @@ -0,0 +1 @@ +snowing,knife with oblood ,biethday vibe ,heart ,white dress \ No newline at end of file diff --git a/texts/890fd313-819e-4d55-bd46-fc58239a6826.txt b/texts/890fd313-819e-4d55-bd46-fc58239a6826.txt new file mode 100644 index 0000000000000000000000000000000000000000..6436536971f70e2c4d3942808b7103747bc5bc81 --- /dev/null +++ b/texts/890fd313-819e-4d55-bd46-fc58239a6826.txt @@ -0,0 +1 @@ + A group of Buddha statues around the human piety to bow down, a person sitting under a high platform a group of Buddha statues worship, the temple, the sky under the crow. Chinese Buddha statue \ No newline at end of file diff --git a/texts/89102a66-0a2b-4845-a056-4040af0044fc.txt b/texts/89102a66-0a2b-4845-a056-4040af0044fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..40d0ed026b863b1660ce50be9a8fb9e0be692011 --- /dev/null +++ b/texts/89102a66-0a2b-4845-a056-4040af0044fc.txt @@ -0,0 +1 @@ +A puppy with a snow man star moon chrimas \ No newline at end of file diff --git a/texts/8911bd34-2733-4d04-8ba1-9ed9c21735e4.txt b/texts/8911bd34-2733-4d04-8ba1-9ed9c21735e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a7dac1211dc489b8471952660da6b8c5a327b11 --- /dev/null +++ b/texts/8911bd34-2733-4d04-8ba1-9ed9c21735e4.txt @@ -0,0 +1 @@ +A group of little golden retrievers are playing in the snow. There is snow. \ No newline at end of file diff --git a/texts/8919e28a-a245-4fbe-a902-768a831503a3.txt b/texts/8919e28a-a245-4fbe-a902-768a831503a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd5b634bc5e0c59d147a67430e2297ecfce7e6e8 --- /dev/null +++ b/texts/8919e28a-a245-4fbe-a902-768a831503a3.txt @@ -0,0 +1 @@ + Two Hello cats are standing under the Christmas tree. There are lots of presents around. It's snowing. Cat, there's snow \ No newline at end of file diff --git a/texts/89212281-fd2b-45a6-81a0-60585919a98e.txt b/texts/89212281-fd2b-45a6-81a0-60585919a98e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b69d6fe183582db882c7285242b2e44e17f47b8b --- /dev/null +++ b/texts/89212281-fd2b-45a6-81a0-60585919a98e.txt @@ -0,0 +1 @@ +black white pigs swim in a narrow river next to the valleys \ No newline at end of file diff --git a/texts/8922145c-2c4e-4585-86a4-8424ece044c8.txt b/texts/8922145c-2c4e-4585-86a4-8424ece044c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..cccf6a1ed0675cc8485941b0453e979bae5813cd --- /dev/null +++ b/texts/8922145c-2c4e-4585-86a4-8424ece044c8.txt @@ -0,0 +1 @@ +Snow, fireworks, hello Kitty, snow writing NuoBaby \ No newline at end of file diff --git a/texts/8924d660-c31d-4044-b981-d4f32dfab1bf.txt b/texts/8924d660-c31d-4044-b981-d4f32dfab1bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..e233b2f8996b6d6b2d701993a3dd5da88e4c799b --- /dev/null +++ b/texts/8924d660-c31d-4044-b981-d4f32dfab1bf.txt @@ -0,0 +1 @@ +It's snowing heavily in the forest. The sky is filled with pink aurora. On the snow-covered ground, "Lily & Eric" is written with snow imprints, and there is a glowing Christmas tree beside it. \ No newline at end of file diff --git a/texts/893346c9-c552-424f-9190-9e18068906e5.txt b/texts/893346c9-c552-424f-9190-9e18068906e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..308019fce75111306062514004e0f74935420b3f --- /dev/null +++ b/texts/893346c9-c552-424f-9190-9e18068906e5.txt @@ -0,0 +1 @@ +A cat next to the Christmas tree \ No newline at end of file diff --git a/texts/894bfbe1-5311-469c-8a77-dac7ae1a4603.txt b/texts/894bfbe1-5311-469c-8a77-dac7ae1a4603.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f05c8ca5a71e53dfc57988e3ac2ee8fa329a77b --- /dev/null +++ b/texts/894bfbe1-5311-469c-8a77-dac7ae1a4603.txt @@ -0,0 +1 @@ +a white cat playing snow \ No newline at end of file diff --git a/texts/894e9c69-0c1a-4961-b531-f02a57d2b406.txt b/texts/894e9c69-0c1a-4961-b531-f02a57d2b406.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5abd94ca121285b09eb9c2a1bb4347f44841d71 --- /dev/null +++ b/texts/894e9c69-0c1a-4961-b531-f02a57d2b406.txt @@ -0,0 +1 @@ +A Samoye and another Samoye in a birthday hat surround a cake in the snow \ No newline at end of file diff --git a/texts/896da453-b0a0-4154-904d-af1f1672200f.txt b/texts/896da453-b0a0-4154-904d-af1f1672200f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e49bb25de91b685352e0308f13abff4d44795918 --- /dev/null +++ b/texts/896da453-b0a0-4154-904d-af1f1672200f.txt @@ -0,0 +1 @@ +White roses on the roof top,white walls,white fire work,white vintage princess bed,forest scenes out side the window,white guaze curtains blowing by the wind \ No newline at end of file diff --git a/texts/896e5503-ec82-42b0-a88f-6bfadf53de56.txt b/texts/896e5503-ec82-42b0-a88f-6bfadf53de56.txt new file mode 100644 index 0000000000000000000000000000000000000000..de84709683db9c683952f386ff8b2a3b81fb7a0c --- /dev/null +++ b/texts/896e5503-ec82-42b0-a88f-6bfadf53de56.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out "YE & YU." The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/89707e3f-14ac-4e97-8a8b-e3d6c8b54a62.txt b/texts/89707e3f-14ac-4e97-8a8b-e3d6c8b54a62.txt new file mode 100644 index 0000000000000000000000000000000000000000..a781523db1c17ecadcfdbae93d7fa170718ca16a --- /dev/null +++ b/texts/89707e3f-14ac-4e97-8a8b-e3d6c8b54a62.txt @@ -0,0 +1 @@ +A HelloKitty cat doll is holding a knife in the office in the background. The desk caught fire, and the computer fell to the ground and broke. \ No newline at end of file diff --git a/texts/89765409-6772-4b20-b193-e2a687cbe439.txt b/texts/89765409-6772-4b20-b193-e2a687cbe439.txt new file mode 100644 index 0000000000000000000000000000000000000000..88711733dc172d47e75b7cb9616a2e0219299c0b --- /dev/null +++ b/texts/89765409-6772-4b20-b193-e2a687cbe439.txt @@ -0,0 +1 @@ +A fluffy gray-and-white kitten is sitting at a desk, focused on using a MacBook. It wears black-framed glasses, looking both smart and adorable. Its little paws gently touch the keyboard, as if it is working intently on the computer. The desk is scattered with some papers and stationery. \ No newline at end of file diff --git a/texts/89782580-7f85-4828-b7c4-a0bef3dae34a.txt b/texts/89782580-7f85-4828-b7c4-a0bef3dae34a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8858eadfd482469cdbcb06956bdaf03a04074abd --- /dev/null +++ b/texts/89782580-7f85-4828-b7c4-a0bef3dae34a.txt @@ -0,0 +1 @@ +A cute little Samoyed is playing in the snow while wearing a red Christmas scarf. \ No newline at end of file diff --git a/texts/8982a236-dee5-405f-93ca-73107a2c1aff.txt b/texts/8982a236-dee5-405f-93ca-73107a2c1aff.txt new file mode 100644 index 0000000000000000000000000000000000000000..1939568b9778e99b2b9a393bea1ed82890e3f2b0 --- /dev/null +++ b/texts/8982a236-dee5-405f-93ca-73107a2c1aff.txt @@ -0,0 +1 @@ +A Maltese dog under the Christmas tree \ No newline at end of file diff --git a/texts/89862a13-094d-4f1c-81e2-49f422dda218.txt b/texts/89862a13-094d-4f1c-81e2-49f422dda218.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c48ce598af142f4a9f511ff9a9f22a0391ac52 --- /dev/null +++ b/texts/89862a13-094d-4f1c-81e2-49f422dda218.txt @@ -0,0 +1 @@ +Stars and shells have grown from the snow \ No newline at end of file diff --git a/texts/898cee36-0f76-4663-b929-09f8bd738996.txt b/texts/898cee36-0f76-4663-b929-09f8bd738996.txt new file mode 100644 index 0000000000000000000000000000000000000000..22b709a18a39e65d9cb797db65a3fe4d18214cca --- /dev/null +++ b/texts/898cee36-0f76-4663-b929-09f8bd738996.txt @@ -0,0 +1 @@ +It's a snowy winter scene, with a cute Hello Kitty doll taking a picture with a camera, and next to it is a pink convertible sports car with a chiikawa doll sitting in it. There is a Christmas tree in the distance. \ No newline at end of file diff --git a/texts/898d0b8a-b837-439b-8e03-3ae52589e54a.txt b/texts/898d0b8a-b837-439b-8e03-3ae52589e54a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e1f410571194720addca647544dc3c2ed09f50d --- /dev/null +++ b/texts/898d0b8a-b837-439b-8e03-3ae52589e54a.txt @@ -0,0 +1 @@ +A yellow kitten with black-rimmed glasses was reading on the beach, with the blue sea in the distance \ No newline at end of file diff --git a/texts/898e8d66-ad20-4eb3-86dd-2eb829502c95.txt b/texts/898e8d66-ad20-4eb3-86dd-2eb829502c95.txt new file mode 100644 index 0000000000000000000000000000000000000000..283bd7c1449ee662f7a81d20a875d248d6aea8a4 --- /dev/null +++ b/texts/898e8d66-ad20-4eb3-86dd-2eb829502c95.txt @@ -0,0 +1 @@ +A cat works in the compeny \ No newline at end of file diff --git a/texts/899cceeb-c068-437c-83e9-4cecaeb9a804.txt b/texts/899cceeb-c068-437c-83e9-4cecaeb9a804.txt new file mode 100644 index 0000000000000000000000000000000000000000..4124d15affe99e6e392cec25b5e9daf8e90b96a8 --- /dev/null +++ b/texts/899cceeb-c068-437c-83e9-4cecaeb9a804.txt @@ -0,0 +1 @@ +A lovely penguin doll is watching the blooming fireworks in the snow. \ No newline at end of file diff --git a/texts/899ed0e5-f8b5-41ed-a6da-24ecd714c26f.txt b/texts/899ed0e5-f8b5-41ed-a6da-24ecd714c26f.txt new file mode 100644 index 0000000000000000000000000000000000000000..02f7fc4f01ae2165116eec62297e2dd0a7d1952b --- /dev/null +++ b/texts/899ed0e5-f8b5-41ed-a6da-24ecd714c26f.txt @@ -0,0 +1 @@ +I was riding on the whale, the whale was flying in the sky, and there were many small fish in the room \ No newline at end of file diff --git a/texts/89a17c22-2170-4fd7-b478-cd6ae2be6a22.txt b/texts/89a17c22-2170-4fd7-b478-cd6ae2be6a22.txt new file mode 100644 index 0000000000000000000000000000000000000000..8467b9d14a373c25a60729fa5a6e6d49e41e4e71 --- /dev/null +++ b/texts/89a17c22-2170-4fd7-b478-cd6ae2be6a22.txt @@ -0,0 +1 @@ +A catp'la'y in the snowfield, while fireworks burst above its head. \ No newline at end of file diff --git a/texts/89b0440f-b2bc-42f6-883b-6653b7628713.txt b/texts/89b0440f-b2bc-42f6-883b-6653b7628713.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8a06c066e7999f6a5ee136c5f3d75ccdf076c23 --- /dev/null +++ b/texts/89b0440f-b2bc-42f6-883b-6653b7628713.txt @@ -0,0 +1 @@ +A Tibetan monk sits on the moon stroking the bodies of countless small fish. \ No newline at end of file diff --git a/texts/89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8.txt b/texts/89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8.txt new file mode 100644 index 0000000000000000000000000000000000000000..93e8dc1dd0184f36223d34eb8da34a4ecb8f1f84 --- /dev/null +++ b/texts/89b3acd7-ae6e-4e2c-91e4-c2395a4cdde8.txt @@ -0,0 +1 @@ +It's a snowy day. The sky is pink with the sunset glow in the background and there's the sea in the distance. A dachshund wearing a Christmas hat and a ragdoll cat with a bow on its head are playing and running on the snow. There's a dreamy effect with some light particles, and the color saturation is relatively high. \ No newline at end of file diff --git a/texts/89c1643e-5cb6-4367-aab5-6d56f1e1af9d.txt b/texts/89c1643e-5cb6-4367-aab5-6d56f1e1af9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..61eb8acfe552d130250d283a762c540e47538e09 --- /dev/null +++ b/texts/89c1643e-5cb6-4367-aab5-6d56f1e1af9d.txt @@ -0,0 +1 @@ +This image portrays a warm and enchanting winter scene. The main subject is a Hello Kitty,dressed in a pink hat and scarf, standing on snow-covered ground. In the foreground, the word "yairfff"is written in the snow, accompanied by a small paw print.The midground features a snowy landscape with several trees and a distant hill or ridge.The background is dominated by a stunning display of the Northern Lights (Aurora Borealis) dancing across the night sky, with the faint lights of a far-off town or village visible beneath the starry expanse.The composition is well-balanced,with the Hello Kitty plush toy positioned to the left, drawing the viewer's attention to the foreground, while the Northern Lights in the background add depth and a sense of wonder. The overall atmosphere is serene and magical, capturing the charm of a winter wonderland and thelawe-inspiring beauty of natural phenomena. The style seamlessly blends the playful and adorable elements of the Hello Kitty toy with the breath \ No newline at end of file diff --git a/texts/89d162f4-d668-41b2-90c3-5c20e3dbec6b.txt b/texts/89d162f4-d668-41b2-90c3-5c20e3dbec6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..163b15e63a5ab47584c7dd903188451c06355944 --- /dev/null +++ b/texts/89d162f4-d668-41b2-90c3-5c20e3dbec6b.txt @@ -0,0 +1 @@ +A green retro sofa.The curtains are lace, very retro.White carpet with black spots.Inside an open suitcase are some clothes stacked, and two clothes are scattered beside them.The floor is a wooden floor without black gaps.There is a small coffee table in front of the sofa with a vase on it.There are some lilies in it.There is a big Christmas tree in the left corner of the sofa, with colored lights and small lights.Next to the scattered clothes is a big suitcase.There is a ipad screen playing Tom and Jerry. \ No newline at end of file diff --git a/texts/89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6.txt b/texts/89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8a8c26b1fe9a2beeef1ea18827f2e04d54b82a3 --- /dev/null +++ b/texts/89d51fa4-ae7a-40f8-b7ea-6a0a0b32e2a6.txt @@ -0,0 +1 @@ +Little rabbit, little cat, dreamy, candy, diamonds, bubbles, cute, ribbons, joy \ No newline at end of file diff --git a/texts/89d608b4-eef8-4b1a-b33f-edec5a4b27df.txt b/texts/89d608b4-eef8-4b1a-b33f-edec5a4b27df.txt new file mode 100644 index 0000000000000000000000000000000000000000..da476e052f6ba406fe2ef1d31465a2e18379151a --- /dev/null +++ b/texts/89d608b4-eef8-4b1a-b33f-edec5a4b27df.txt @@ -0,0 +1 @@ +a man drinks coffee at the table \ No newline at end of file diff --git a/texts/89e26d1b-8e68-4924-9bda-e074469a67fd.txt b/texts/89e26d1b-8e68-4924-9bda-e074469a67fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e95ac8f5b74e1d7d316c8aee976d007c134619a --- /dev/null +++ b/texts/89e26d1b-8e68-4924-9bda-e074469a67fd.txt @@ -0,0 +1 @@ +Cats watching grand fireworks at sunset by the seaside \ No newline at end of file diff --git a/texts/89eaaeb6-d757-46e3-8ce2-82ee71846b48.txt b/texts/89eaaeb6-d757-46e3-8ce2-82ee71846b48.txt new file mode 100644 index 0000000000000000000000000000000000000000..eff9b098c7abe441b92192225aa389788172f310 --- /dev/null +++ b/texts/89eaaeb6-d757-46e3-8ce2-82ee71846b48.txt @@ -0,0 +1 @@ +Handwritten word "TaZ"inthe snow, snow,the blue beach, and sky a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/89f37990-01fc-4c34-99ff-dc0fd0d6114b.txt b/texts/89f37990-01fc-4c34-99ff-dc0fd0d6114b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fa3615e0737ab653ec84968f8d4bc8c8dbd53ef --- /dev/null +++ b/texts/89f37990-01fc-4c34-99ff-dc0fd0d6114b.txt @@ -0,0 +1 @@ +In the snow on the beach in Japan The snow says wjn&njh with Hello Kitty doll next to it \ No newline at end of file diff --git a/texts/89fc8c7c-4463-4f64-90ec-2280c3072eff.txt b/texts/89fc8c7c-4463-4f64-90ec-2280c3072eff.txt new file mode 100644 index 0000000000000000000000000000000000000000..01b0447613bebb9b8eb4da854f138284dc41eee8 --- /dev/null +++ b/texts/89fc8c7c-4463-4f64-90ec-2280c3072eff.txt @@ -0,0 +1 @@ +A teddy dog and a border collie sitting together on a snowy field, looking up at the colorful aurora in the night sky. Snow is falling gently, creating a serene and peaceful atmosphere \ No newline at end of file diff --git a/texts/89fec947-5cb8-4032-a9a1-d629f1c8cd4e.txt b/texts/89fec947-5cb8-4032-a9a1-d629f1c8cd4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b54f3f5d275a6322847f5476296aec56bd7a840 --- /dev/null +++ b/texts/89fec947-5cb8-4032-a9a1-d629f1c8cd4e.txt @@ -0,0 +1 @@ +Hello Kitty sits on the snow with fireworks set off from behind, and on the ground, it says' Mu Mu ' \ No newline at end of file diff --git a/texts/8a02df44-f465-4045-9091-b6fa46b0c6f6.txt b/texts/8a02df44-f465-4045-9091-b6fa46b0c6f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..88114cb045bac8c5cbc60c657e52fd154d559c3e --- /dev/null +++ b/texts/8a02df44-f465-4045-9091-b6fa46b0c6f6.txt @@ -0,0 +1 @@ +a young lady with long black straight hair riding a white horse in Paris street, half body photo, with effiel tower in background, only white, beige and red is allowed \ No newline at end of file diff --git a/texts/8a079021-2f47-4ad5-8add-27305ea1a3b7.txt b/texts/8a079021-2f47-4ad5-8add-27305ea1a3b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2d8cd05e63878b5b267024a6442be5f79640514 --- /dev/null +++ b/texts/8a079021-2f47-4ad5-8add-27305ea1a3b7.txt @@ -0,0 +1 @@ +A white cat with a red apple and a black cat with a red scarf are sitting on the snow. \ No newline at end of file diff --git a/texts/8a0d4257-4954-4551-b7fa-bf18cd66d120.txt b/texts/8a0d4257-4954-4551-b7fa-bf18cd66d120.txt new file mode 100644 index 0000000000000000000000000000000000000000..484b673bbce1590c40268b230f4a094657d8a5d7 --- /dev/null +++ b/texts/8a0d4257-4954-4551-b7fa-bf18cd66d120.txt @@ -0,0 +1 @@ +Little snow, Christmas tree, kitten with aperture on its head and wings on its back, snowy mountains in the distance, and aurora in the sky. \ No newline at end of file diff --git a/texts/8a102890-98e9-4577-954e-6dff668bdeba.txt b/texts/8a102890-98e9-4577-954e-6dff668bdeba.txt new file mode 100644 index 0000000000000000000000000000000000000000..e82add5bd9425a9852854e988fb9e924ccf9a8bf --- /dev/null +++ b/texts/8a102890-98e9-4577-954e-6dff668bdeba.txt @@ -0,0 +1 @@ +Forest Butterfly Bubble Sunset \ No newline at end of file diff --git a/texts/8a14c19d-395a-409f-a35a-e6896f5f9800.txt b/texts/8a14c19d-395a-409f-a35a-e6896f5f9800.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cbebfc3081919107488ef380ce1fe85d0b0e764 --- /dev/null +++ b/texts/8a14c19d-395a-409f-a35a-e6896f5f9800.txt @@ -0,0 +1 @@ +Santa Claus carrying a reindeer on his back. \ No newline at end of file diff --git a/texts/8a1a19c7-30f6-4d84-9d54-c067f1b6103d.txt b/texts/8a1a19c7-30f6-4d84-9d54-c067f1b6103d.txt new file mode 100644 index 0000000000000000000000000000000000000000..741fd39be7fe749e0c5620112e8b48f267360dca --- /dev/null +++ b/texts/8a1a19c7-30f6-4d84-9d54-c067f1b6103d.txt @@ -0,0 +1 @@ +hello kitty in a black suit stands in a white forest with a red river behind her \ No newline at end of file diff --git a/texts/8a1bffc7-fd53-42f9-89cd-bfbc11eacf15.txt b/texts/8a1bffc7-fd53-42f9-89cd-bfbc11eacf15.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbd70bdf57c7b848aabda4132e58bee05eb37814 --- /dev/null +++ b/texts/8a1bffc7-fd53-42f9-89cd-bfbc11eacf15.txt @@ -0,0 +1 @@ +A fluffy dog and a butterfly watch a dazzling fireworks display in the snow on a charming island. The scene is captured from a distance, showcasing the expansive fireworks and falling snow. \ No newline at end of file diff --git a/texts/8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7.txt b/texts/8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b45f8da978529fb17b646dc31691379ca818bff9 --- /dev/null +++ b/texts/8a20c2d0-6b66-4e4b-94d4-3c2e38f663b7.txt @@ -0,0 +1 @@ +Snow, the sky is pure black, Teddy puppy has a transparent wing \ No newline at end of file diff --git a/texts/8a2e43f8-3642-4605-8e18-d28724a8f265.txt b/texts/8a2e43f8-3642-4605-8e18-d28724a8f265.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ba6e7b5ecfc7c9dbd93c169a69217760f137fb1 --- /dev/null +++ b/texts/8a2e43f8-3642-4605-8e18-d28724a8f265.txt @@ -0,0 +1 @@ +A monkey sitting on a chair and thinking while looking at the large beach vacation backdrop behind it. \ No newline at end of file diff --git a/texts/8a36d59b-b1ec-4074-8faa-2ccbc7129a7a.txt b/texts/8a36d59b-b1ec-4074-8faa-2ccbc7129a7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8c690352a6ce874bbfec44c1590f5534c7156db --- /dev/null +++ b/texts/8a36d59b-b1ec-4074-8faa-2ccbc7129a7a.txt @@ -0,0 +1 @@ +A little rabbit doll white, fat, big eyes with red ribbon on its neck, red and white stripe socks on its legs.In a room of a abandoned hotel.Sitting on the bed.the room grew a lot of plants \ No newline at end of file diff --git a/texts/8a4523b0-9dcc-4e60-9085-fad68f16556d.txt b/texts/8a4523b0-9dcc-4e60-9085-fad68f16556d.txt new file mode 100644 index 0000000000000000000000000000000000000000..88384fc1fc86ab65b9acb1d4d50643e953ca7e7e --- /dev/null +++ b/texts/8a4523b0-9dcc-4e60-9085-fad68f16556d.txt @@ -0,0 +1 @@ +Snowy day, white sky, dreamy, snowflakes, fireworks, Christmas trees, puppies in Christmas sweaters. \ No newline at end of file diff --git a/texts/8a462487-5fb2-44d6-ae2b-445a1b42d272.txt b/texts/8a462487-5fb2-44d6-ae2b-445a1b42d272.txt new file mode 100644 index 0000000000000000000000000000000000000000..1769db632a416f9d1f7ab37b8406324d19478d1d --- /dev/null +++ b/texts/8a462487-5fb2-44d6-ae2b-445a1b42d272.txt @@ -0,0 +1 @@ +West Highland played in the snow under the Christmas tree and left footprints \ No newline at end of file diff --git a/texts/8a4d7a2b-cb5d-4add-9930-ba0aadefca8c.txt b/texts/8a4d7a2b-cb5d-4add-9930-ba0aadefca8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9503aadeb014135a7a3796a0ee0650c513928d2 --- /dev/null +++ b/texts/8a4d7a2b-cb5d-4add-9930-ba0aadefca8c.txt @@ -0,0 +1 @@ +little cute furry pink piggie in the snow celebrating christmas \ No newline at end of file diff --git a/texts/8a5f3594-845b-4802-8e24-1272a5170796.txt b/texts/8a5f3594-845b-4802-8e24-1272a5170796.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ab057856117e584f62fec6aff464eca08d89ada --- /dev/null +++ b/texts/8a5f3594-845b-4802-8e24-1272a5170796.txt @@ -0,0 +1 @@ +a dachshund on a beach, waves near it. \ No newline at end of file diff --git a/texts/8a5f5360-403c-4998-846f-91c5d964ce9b.txt b/texts/8a5f5360-403c-4998-846f-91c5d964ce9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac411469136e63d3b577ad294182b1656816e90f --- /dev/null +++ b/texts/8a5f5360-403c-4998-846f-91c5d964ce9b.txt @@ -0,0 +1 @@ +A bear with an AK \ No newline at end of file diff --git a/texts/8a69d0c4-b79b-40c4-8ef7-a8226e23659a.txt b/texts/8a69d0c4-b79b-40c4-8ef7-a8226e23659a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa0bc7ef526c74b523eab10570514a3ce276148e --- /dev/null +++ b/texts/8a69d0c4-b79b-40c4-8ef7-a8226e23659a.txt @@ -0,0 +1 @@ +A gray furry kitten with a round head and eyes, walking towards its owner with a wagging tail, in a dreamcore style. \ No newline at end of file diff --git a/texts/8a71a653-be26-4d4b-9aaf-b3721ae72d5b.txt b/texts/8a71a653-be26-4d4b-9aaf-b3721ae72d5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d676a61831b621f0ff0764719b60b8dc3f6a704 --- /dev/null +++ b/texts/8a71a653-be26-4d4b-9aaf-b3721ae72d5b.txt @@ -0,0 +1 @@ +A little Pomeranian sat in the snow, with the aurora and the fireworks, looking dreamy and lonely \ No newline at end of file diff --git a/texts/8a775b5b-e5b0-44f2-8316-60a27c53ec34.txt b/texts/8a775b5b-e5b0-44f2-8316-60a27c53ec34.txt new file mode 100644 index 0000000000000000000000000000000000000000..2273bfa8970baf622d84b4b8860ebaabef86c027 --- /dev/null +++ b/texts/8a775b5b-e5b0-44f2-8316-60a27c53ec34.txt @@ -0,0 +1 @@ +A glass of red wine and a half-filled bottle \ No newline at end of file diff --git a/texts/8a85bd4c-0d5b-49e3-a919-da566443ec7b.txt b/texts/8a85bd4c-0d5b-49e3-a919-da566443ec7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d852e51484a11fadb0c1e5c3a0a7009a65c974b --- /dev/null +++ b/texts/8a85bd4c-0d5b-49e3-a919-da566443ec7b.txt @@ -0,0 +1 @@ +a small cupcake paper container with a lot of chaos stuff in it, looking like a cupcake with icing top \ No newline at end of file diff --git a/texts/8a8c7f78-0a0b-42ab-80c0-f84be79dcd89.txt b/texts/8a8c7f78-0a0b-42ab-80c0-f84be79dcd89.txt new file mode 100644 index 0000000000000000000000000000000000000000..3996c1cc063a0c11d8954a3ed72db6c66ff2c57a --- /dev/null +++ b/texts/8a8c7f78-0a0b-42ab-80c0-f84be79dcd89.txt @@ -0,0 +1 @@ +A man is standing on the blue sea. There are a flock of seagulls flying in the sky \ No newline at end of file diff --git a/texts/8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7.txt b/texts/8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..47d758f40919d41a52edcc3089eadfd888422f3b --- /dev/null +++ b/texts/8a9b163b-92ab-4281-a1c7-f02cd6f2a2c7.txt @@ -0,0 +1 @@ +At night, a gray-white kitten with a Christmas hat sits on the snow, and there is a Christmas tree with "Lin" written on it. \ No newline at end of file diff --git a/texts/8aa9b43c-d6ad-4818-b652-a35ce6f71dfc.txt b/texts/8aa9b43c-d6ad-4818-b652-a35ce6f71dfc.txt new file mode 100644 index 0000000000000000000000000000000000000000..e36dd640a8cd527560e1adb1d9e2a46211cd8d31 --- /dev/null +++ b/texts/8aa9b43c-d6ad-4818-b652-a35ce6f71dfc.txt @@ -0,0 +1 @@ +The knowledgeable and bespectacled Hello Kitty doll in the lush forest full of vitality \ No newline at end of file diff --git a/texts/8aaa9223-48a1-4902-9906-91d3ada838d7.txt b/texts/8aaa9223-48a1-4902-9906-91d3ada838d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b70f10b969c71cf93c1623661c3791652ff4abb3 --- /dev/null +++ b/texts/8aaa9223-48a1-4902-9906-91d3ada838d7.txt @@ -0,0 +1 @@ +One had his face covered by a blond wig. \ No newline at end of file diff --git a/texts/8aadf1ba-7867-4b9a-b755-7f3d9909aa6b.txt b/texts/8aadf1ba-7867-4b9a-b755-7f3d9909aa6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/8aadf1ba-7867-4b9a-b755-7f3d9909aa6b.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/8ab68a0e-76b7-4511-b2c4-b0bffe84f173.txt b/texts/8ab68a0e-76b7-4511-b2c4-b0bffe84f173.txt new file mode 100644 index 0000000000000000000000000000000000000000..0294fc6df3b1dd48e689bf168a5ccfc17015dd39 --- /dev/null +++ b/texts/8ab68a0e-76b7-4511-b2c4-b0bffe84f173.txt @@ -0,0 +1 @@ +A pair of hands holding a book, with delicate rings on their hands, and the book depicting the scenery, retro, large format \ No newline at end of file diff --git a/texts/8ab7991d-6a78-475a-bf6f-edf90480ebe6.txt b/texts/8ab7991d-6a78-475a-bf6f-edf90480ebe6.txt new file mode 100644 index 0000000000000000000000000000000000000000..faab92511e4540cf0a96a437c4c987c41755f276 --- /dev/null +++ b/texts/8ab7991d-6a78-475a-bf6f-edf90480ebe6.txt @@ -0,0 +1 @@ +a penguin in a desert with cactus \ No newline at end of file diff --git a/texts/8ac864ec-1836-40e2-bccb-3eddca8a1d04.txt b/texts/8ac864ec-1836-40e2-bccb-3eddca8a1d04.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cf0e9df048efde111cb8a87e75c6b2e24bdb756 --- /dev/null +++ b/texts/8ac864ec-1836-40e2-bccb-3eddca8a1d04.txt @@ -0,0 +1 @@ +Astronauts at the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/8ad89d01-31bb-4a55-a4b0-532fb4f28286.txt b/texts/8ad89d01-31bb-4a55-a4b0-532fb4f28286.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfca46920736db4a16b5971b00d4672e09297cbb --- /dev/null +++ b/texts/8ad89d01-31bb-4a55-a4b0-532fb4f28286.txt @@ -0,0 +1 @@ + Hellokitty eats strawberries and coffee in a warm winter house. \ No newline at end of file diff --git a/texts/8ad9ba97-b262-4180-9a90-c1f8886cc505.txt b/texts/8ad9ba97-b262-4180-9a90-c1f8886cc505.txt new file mode 100644 index 0000000000000000000000000000000000000000..47f067e385bab08ec52f35441bb6c4ae0a47b27e --- /dev/null +++ b/texts/8ad9ba97-b262-4180-9a90-c1f8886cc505.txt @@ -0,0 +1 @@ +The golden wheat fields stretch out, and in the distance are green woods. There is a 3D-shaped cloud in the light blue sky. \ No newline at end of file diff --git a/texts/8adcd3b1-a495-48b0-a03b-007028f41a0e.txt b/texts/8adcd3b1-a495-48b0-a03b-007028f41a0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..12ce360d8216391c2dbaf5faacccc1f58af5af7e --- /dev/null +++ b/texts/8adcd3b1-a495-48b0-a03b-007028f41a0e.txt @@ -0,0 +1 @@ +In the deserted city, the sky was slightly dark. A skateboarding teenager stood at the zebra crossing with a crowd shuttled back and forth. The teenager wanted to show his straight face. \ No newline at end of file diff --git a/texts/8adf0ace-dde8-4e7c-8cdf-74e9f9631af7.txt b/texts/8adf0ace-dde8-4e7c-8cdf-74e9f9631af7.txt new file mode 100644 index 0000000000000000000000000000000000000000..586b44dce2233f5ee449da62f4c9138a5d3b6008 --- /dev/null +++ b/texts/8adf0ace-dde8-4e7c-8cdf-74e9f9631af7.txt @@ -0,0 +1 @@ +A cat wearing a Santa hat and standing in the snow \ No newline at end of file diff --git a/texts/8ae0c03f-d215-488f-9b16-a16dbdc997a3.txt b/texts/8ae0c03f-d215-488f-9b16-a16dbdc997a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c96705fdf45f2feecec8141a7f236f4d7028815 --- /dev/null +++ b/texts/8ae0c03f-d215-488f-9b16-a16dbdc997a3.txt @@ -0,0 +1 @@ +A cute little sheep wearing a pink patterned scarf and headphones drinking a cup of coffee, with blue-green aurora borealis, tree shadows and the moon behind it, a real filtered scene.Take a bouquet of yellowflowers. \ No newline at end of file diff --git a/texts/8ae9ff8f-430e-462d-a80a-0f503092001f.txt b/texts/8ae9ff8f-430e-462d-a80a-0f503092001f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a4f75470328aeff297aaa95ebed7e35cca38a46 --- /dev/null +++ b/texts/8ae9ff8f-430e-462d-a80a-0f503092001f.txt @@ -0,0 +1 @@ +only a square table zoomed in and centered in the middle of the scene, with sunset that is blue behind thin windows with street light beside it, face forward, darker colors, table face directly forward, with more sunset in the whole frame, table face front, add a table in front, lowering the camera angle slightly \ No newline at end of file diff --git a/texts/8aea65d8-80d3-4b6c-b001-e209699c4f11.txt b/texts/8aea65d8-80d3-4b6c-b001-e209699c4f11.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b2151734b4c14e10fc43fd4ca14c695d54776ce --- /dev/null +++ b/texts/8aea65d8-80d3-4b6c-b001-e209699c4f11.txt @@ -0,0 +1 @@ +There's a Mickey and he's sitting gloomily in front of a computer with a Christmas theme in the background by the window and behind the window is the beautiful sea and the sun shining through the window \ No newline at end of file diff --git a/texts/8af1036d-beeb-405f-80ff-7feeb60923ba.txt b/texts/8af1036d-beeb-405f-80ff-7feeb60923ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..5092bfb16b71dfce28072fad9297432b2122301c --- /dev/null +++ b/texts/8af1036d-beeb-405f-80ff-7feeb60923ba.txt @@ -0,0 +1 @@ +Huge gold text "ARSEN" in the center on a dark background. \ No newline at end of file diff --git a/texts/8af6b1e6-b15d-403a-b179-6d0c8465eac8.txt b/texts/8af6b1e6-b15d-403a-b179-6d0c8465eac8.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d63566c3c37bb690b9d19dc873870855ed32308 --- /dev/null +++ b/texts/8af6b1e6-b15d-403a-b179-6d0c8465eac8.txt @@ -0,0 +1 @@ +Snow day, fireworks, "GZC" written in the snow, West Highland Puppy \ No newline at end of file diff --git a/texts/8b01819f-2fb2-4946-8a7e-872918707005.txt b/texts/8b01819f-2fb2-4946-8a7e-872918707005.txt new file mode 100644 index 0000000000000000000000000000000000000000..50b3c0ff331bba0154b037a3d5ceee14e66e8f5b --- /dev/null +++ b/texts/8b01819f-2fb2-4946-8a7e-872918707005.txt @@ -0,0 +1 @@ +Hello kitty, sandbeach, balloon, Christmas tree \ No newline at end of file diff --git a/texts/8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb.txt b/texts/8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..6201234703f1a2b8fc4b7e55a41ed0d6e0de881f --- /dev/null +++ b/texts/8b043fe7-21c6-4eff-bb05-bd77bbc8e5fb.txt @@ -0,0 +1 @@ +In the darkened room, the cat crouched next to the electric guitar \ No newline at end of file diff --git a/texts/8b0d1d73-accc-41a9-bbc0-9167bb98ff54.txt b/texts/8b0d1d73-accc-41a9-bbc0-9167bb98ff54.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bb94cb571b78f329a181f7994d3b4c64a204b7f --- /dev/null +++ b/texts/8b0d1d73-accc-41a9-bbc0-9167bb98ff54.txt @@ -0,0 +1 @@ +A little golden retriever and a white kitten are lying together in the snowfield \ No newline at end of file diff --git a/texts/8b11a933-4610-4fdd-9d1c-b0c007da9756.txt b/texts/8b11a933-4610-4fdd-9d1c-b0c007da9756.txt new file mode 100644 index 0000000000000000000000000000000000000000..f75158bf7d8988c3501696efc5bef349b309568d --- /dev/null +++ b/texts/8b11a933-4610-4fdd-9d1c-b0c007da9756.txt @@ -0,0 +1 @@ +a piano burning brightly in the snow, with a white cat opening its eyes, sitting on the piano bench. \ No newline at end of file diff --git a/texts/8b162482-4382-4174-ad14-faa2ef040493.txt b/texts/8b162482-4382-4174-ad14-faa2ef040493.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0ce10069bc03481929a858fd3a844489f1c41c3 --- /dev/null +++ b/texts/8b162482-4382-4174-ad14-faa2ef040493.txt @@ -0,0 +1 @@ +A gray Abyssinian cat standing on the beach. \ No newline at end of file diff --git a/texts/8b18b255-3c20-4952-aeaf-10d6e83af58a.txt b/texts/8b18b255-3c20-4952-aeaf-10d6e83af58a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1031f090ea6761fd1fc15487862702b7e7c23a33 --- /dev/null +++ b/texts/8b18b255-3c20-4952-aeaf-10d6e83af58a.txt @@ -0,0 +1 @@ +Charmander eats noodles while using the toilet \ No newline at end of file diff --git a/texts/8b19884d-2362-44ae-8881-0f86c4f08665.txt b/texts/8b19884d-2362-44ae-8881-0f86c4f08665.txt new file mode 100644 index 0000000000000000000000000000000000000000..59dadce1d15a4c767864974dacc945e4c879981f --- /dev/null +++ b/texts/8b19884d-2362-44ae-8881-0f86c4f08665.txt @@ -0,0 +1 @@ +A black Corgi wearing a red Christmas hat and a silver Persian with white wings, snowy fields, pink tulips, and a red heart-shaped cake with the number 1 written on it. \ No newline at end of file diff --git a/texts/8b19b242-0b26-4513-8d87-9138a4785fe6.txt b/texts/8b19b242-0b26-4513-8d87-9138a4785fe6.txt new file mode 100644 index 0000000000000000000000000000000000000000..75ab9b3999ad1180c30fa601d81fc5f71b4b7a1e --- /dev/null +++ b/texts/8b19b242-0b26-4513-8d87-9138a4785fe6.txt @@ -0,0 +1 @@ +Mickey Mouse trims Christmas tree with chainsaw, Mickey is looking at the camera \ No newline at end of file diff --git a/texts/8b231691-0591-4059-8717-a9ef27211b59.txt b/texts/8b231691-0591-4059-8717-a9ef27211b59.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b52a9e8f71416f6c080d5e9e3dd92e540a55717 --- /dev/null +++ b/texts/8b231691-0591-4059-8717-a9ef27211b59.txt @@ -0,0 +1 @@ +Short tail black and white fat cat standing watching me sun shine moring shine into the house \ No newline at end of file diff --git a/texts/8b396565-6995-439f-bdc8-86c05dde11c9.txt b/texts/8b396565-6995-439f-bdc8-86c05dde11c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e651282dead4cffc60d10a6cd5bee0ed784783d4 --- /dev/null +++ b/texts/8b396565-6995-439f-bdc8-86c05dde11c9.txt @@ -0,0 +1 @@ +A Mickey is holding a cake with the number 0618 on it under the Christmas tree and fireworks. \ No newline at end of file diff --git a/texts/8b3ca726-b96b-427b-8653-f47491b450fc.txt b/texts/8b3ca726-b96b-427b-8653-f47491b450fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..759f9a6f4f263d3b886fec063f27d70db0109014 --- /dev/null +++ b/texts/8b3ca726-b96b-427b-8653-f47491b450fc.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white hello Kitty doll wearing a Santa hat, next to a Christmas tree, and "Rachel" written on the snow, with traces of cat PAWS. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation. \ No newline at end of file diff --git a/texts/8b4788ba-0147-4ddf-bdfb-1c85646f74e7.txt b/texts/8b4788ba-0147-4ddf-bdfb-1c85646f74e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4033801eadaf88da4e909c71041690dcd2b68899 --- /dev/null +++ b/texts/8b4788ba-0147-4ddf-bdfb-1c85646f74e7.txt @@ -0,0 +1 @@ +The elephant in the deep sea \ No newline at end of file diff --git a/texts/8b4db1d3-4f08-45f9-8e87-236f65f0db1d.txt b/texts/8b4db1d3-4f08-45f9-8e87-236f65f0db1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ab8af64e470b7a1d8daca9cacffbacc14e49a49 --- /dev/null +++ b/texts/8b4db1d3-4f08-45f9-8e87-236f65f0db1d.txt @@ -0,0 +1 @@ +white goat in sunglasses standing in the middle of the office of a creative branding agency, many laptops lying on the floor near him, 45 degree view, respecting scale, photo by Rineke Dijkstra \ No newline at end of file diff --git a/texts/8b57a020-d9ba-40d9-b0d8-499ca4a22a1d.txt b/texts/8b57a020-d9ba-40d9-b0d8-499ca4a22a1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f41899023ce65b3241b07c98a699557f34c0047 --- /dev/null +++ b/texts/8b57a020-d9ba-40d9-b0d8-499ca4a22a1d.txt @@ -0,0 +1 @@ +A white dwarf hamster wearing a Santa hat is decorating a Christmas tree. \ No newline at end of file diff --git a/texts/8b5f718c-3ea2-48d4-b739-96f1b8baa79a.txt b/texts/8b5f718c-3ea2-48d4-b739-96f1b8baa79a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd836c4638b43c2e3fffc233baca016ccc26c86c --- /dev/null +++ b/texts/8b5f718c-3ea2-48d4-b739-96f1b8baa79a.txt @@ -0,0 +1 @@ +There is a pink sky in the background and a white birthday cake with the letters 'JOSHUA' and '30'written on it on the beach in the evening. \ No newline at end of file diff --git a/texts/8b6d090c-9ad9-426b-8096-382a10567a19.txt b/texts/8b6d090c-9ad9-426b-8096-382a10567a19.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff1c4470e59b1ce6968f855e98e125241a5f0149 --- /dev/null +++ b/texts/8b6d090c-9ad9-426b-8096-382a10567a19.txt @@ -0,0 +1 @@ +A small Shiba Inu joyfully running in the snow, with the aurora in the background and a range of snowy mountains in the distance. \ No newline at end of file diff --git a/texts/8b6d9acd-fc1c-4e28-a463-81cfce6c9b30.txt b/texts/8b6d9acd-fc1c-4e28-a463-81cfce6c9b30.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3995a646edb735a81907f39a92f1f7af6a90ea3 --- /dev/null +++ b/texts/8b6d9acd-fc1c-4e28-a463-81cfce6c9b30.txt @@ -0,0 +1 @@ +A cute cat with a Santa hat, surrounded by a Christmas tree, butterflies, and bubbles. \ No newline at end of file diff --git a/texts/8b775ac1-8765-4ff2-b884-4975d4beb59d.txt b/texts/8b775ac1-8765-4ff2-b884-4975d4beb59d.txt new file mode 100644 index 0000000000000000000000000000000000000000..07dc05007d7d78ba185b803f6aded1a5f39ea34d --- /dev/null +++ b/texts/8b775ac1-8765-4ff2-b884-4975d4beb59d.txt @@ -0,0 +1 @@ +A leather sofa placed in the waves \ No newline at end of file diff --git a/texts/8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e.txt b/texts/8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e.txt new file mode 100644 index 0000000000000000000000000000000000000000..af172d8e8e085ccdfd28fd237751f83f62f3827f --- /dev/null +++ b/texts/8b81d22c-1bb1-4d9a-9583-ad3f03c1a70e.txt @@ -0,0 +1 @@ +Two cats are playing in the snow, surrounded by a scarf, with a forest and fireworks in the background. \ No newline at end of file diff --git a/texts/8b899cc2-9434-4ed4-a357-7d6255e3227b.txt b/texts/8b899cc2-9434-4ed4-a357-7d6255e3227b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ce8279250619f538e3a61eea1a2b27e1888556c --- /dev/null +++ b/texts/8b899cc2-9434-4ed4-a357-7d6255e3227b.txt @@ -0,0 +1 @@ +A chocolate-colored long-haired dachshund sits in the pile of gifts from Santa Claus. \ No newline at end of file diff --git a/texts/8b89f82a-22de-4f41-8539-b3198758c4bc.txt b/texts/8b89f82a-22de-4f41-8539-b3198758c4bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8c69e57aa14446a38c2fb2971d78285c4aaf380 --- /dev/null +++ b/texts/8b89f82a-22de-4f41-8539-b3198758c4bc.txt @@ -0,0 +1 @@ +A brown curly guinea pig eating an apple \ No newline at end of file diff --git a/texts/8b92db38-170c-41c3-b2b4-aa1a4127962e.txt b/texts/8b92db38-170c-41c3-b2b4-aa1a4127962e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c129ca70b542e6a85c2c6686b55aa270cf3f69d3 --- /dev/null +++ b/texts/8b92db38-170c-41c3-b2b4-aa1a4127962e.txt @@ -0,0 +1 @@ +A black cat with a scarf is near the fire \ No newline at end of file diff --git a/texts/8b96d1df-96b8-4715-8d1a-12f17f3a3e74.txt b/texts/8b96d1df-96b8-4715-8d1a-12f17f3a3e74.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b24f873af96b4d5c82259517789dd5309b0fdd --- /dev/null +++ b/texts/8b96d1df-96b8-4715-8d1a-12f17f3a3e74.txt @@ -0,0 +1 @@ +hello Kitty drive in a vintage car with blood on the car at a starlight night \ No newline at end of file diff --git a/texts/8b9c7216-e752-46bc-9a4e-e9382dd94de2.txt b/texts/8b9c7216-e752-46bc-9a4e-e9382dd94de2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5767b8b10396c9b84ea31443a247de8097f2f7c9 --- /dev/null +++ b/texts/8b9c7216-e752-46bc-9a4e-e9382dd94de2.txt @@ -0,0 +1 @@ +Autumn leaves falling down like pieces into placeAnd I can picture it after all these days \ No newline at end of file diff --git a/texts/8bacf427-3abc-4197-a963-c28f4ba1590d.txt b/texts/8bacf427-3abc-4197-a963-c28f4ba1590d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f97e6ddf4590690a87ef97fe22d9e62abfa479f --- /dev/null +++ b/texts/8bacf427-3abc-4197-a963-c28f4ba1590d.txt @@ -0,0 +1 @@ +Tesla in 80s China \ No newline at end of file diff --git a/texts/8bad7690-62ce-409b-8625-449ccda2abd8.txt b/texts/8bad7690-62ce-409b-8625-449ccda2abd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..416601e095d36a8391083ec1fc4de252d6dc8b36 --- /dev/null +++ b/texts/8bad7690-62ce-409b-8625-449ccda2abd8.txt @@ -0,0 +1 @@ +In the boundless snow scene of Altay, a Chinese beauty , wearing a JK uniform in the snow, around many snow man \ No newline at end of file diff --git a/texts/8baea3af-3f4c-41b3-8462-b931afc03779.txt b/texts/8baea3af-3f4c-41b3-8462-b931afc03779.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7d2af6c9605aa152cc893fac8e6f2a6b28ca0d5 --- /dev/null +++ b/texts/8baea3af-3f4c-41b3-8462-b931afc03779.txt @@ -0,0 +1 @@ +A cute hellokitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Rilly&Ariel written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913.txt b/texts/8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2b6c54c22fa6edf79bebbf41bc690cebabf1d0a --- /dev/null +++ b/texts/8bb0ec22-a2bf-42c7-9e3a-3bf2c92d3913.txt @@ -0,0 +1 @@ +You stand beside me and watch me draw love and write I love you 3000 times in the snowy night full of stars. \ No newline at end of file diff --git a/texts/8bb3a973-5897-46a3-8612-f540a12c79f7.txt b/texts/8bb3a973-5897-46a3-8612-f540a12c79f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..dad647a0673341ba1719d4bb2db0577438a7ebb8 --- /dev/null +++ b/texts/8bb3a973-5897-46a3-8612-f540a12c79f7.txt @@ -0,0 +1 @@ +a working white cat human in office with cigarette, aesthetic \ No newline at end of file diff --git a/texts/8bb6879d-3c70-4578-81e0-1dca659a92f9.txt b/texts/8bb6879d-3c70-4578-81e0-1dca659a92f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f2b18c4a13eb5d81e813bfe2dcf4d0727694dd1 --- /dev/null +++ b/texts/8bb6879d-3c70-4578-81e0-1dca659a92f9.txt @@ -0,0 +1 @@ +Three cats \ No newline at end of file diff --git a/texts/8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61.txt b/texts/8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61.txt new file mode 100644 index 0000000000000000000000000000000000000000..88a7b127588c7b3c47d9b76374d6319a826636ce --- /dev/null +++ b/texts/8bd9b6a1-ceb7-46fa-9b60-796eb3ef9a61.txt @@ -0,0 +1 @@ +An emperor penguin chick, wearing cute clothes, sitting in the snow, eating a slice of cake \ No newline at end of file diff --git a/texts/8beb6b38-cb82-446a-b425-5d734ccda560.txt b/texts/8beb6b38-cb82-446a-b425-5d734ccda560.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d0973986b5b4704b63071a167c500f867a162a --- /dev/null +++ b/texts/8beb6b38-cb82-446a-b425-5d734ccda560.txt @@ -0,0 +1 @@ +It's snowing by the sea. The Christmas tree lights up. The Christmas tree is silver. \ No newline at end of file diff --git a/texts/8c021de8-3731-4ba0-98cd-1ca5cb946ba7.txt b/texts/8c021de8-3731-4ba0-98cd-1ca5cb946ba7.txt new file mode 100644 index 0000000000000000000000000000000000000000..270d87b6f0fd1b3cffb4b9d36e6a9057d141943d --- /dev/null +++ b/texts/8c021de8-3731-4ba0-98cd-1ca5cb946ba7.txt @@ -0,0 +1 @@ +A kid fighting with the aliens, Hong Kong \ No newline at end of file diff --git a/texts/8c066e07-cf5b-4917-a61d-70df897d14eb.txt b/texts/8c066e07-cf5b-4917-a61d-70df897d14eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc55e2903bc10319743d1b06ceb13d83b9844d2a --- /dev/null +++ b/texts/8c066e07-cf5b-4917-a61d-70df897d14eb.txt @@ -0,0 +1 @@ +A Maltese puppy and an orange cat look at the night stars in the snow \ No newline at end of file diff --git a/texts/8c08bf7a-84c5-4432-8698-667b7fcdb1ed.txt b/texts/8c08bf7a-84c5-4432-8698-667b7fcdb1ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..3595ce2192c5067b8f620df7dcc38b36987d21ed --- /dev/null +++ b/texts/8c08bf7a-84c5-4432-8698-667b7fcdb1ed.txt @@ -0,0 +1 @@ +Jordan, the flying man under Mount Fuji \ No newline at end of file diff --git a/texts/8c0b060f-8411-4357-adda-1ca966b64666.txt b/texts/8c0b060f-8411-4357-adda-1ca966b64666.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b5bc59999cc20fb48bc27974790b9d38205d57d --- /dev/null +++ b/texts/8c0b060f-8411-4357-adda-1ca966b64666.txt @@ -0,0 +1 @@ +In the back seat of a taxi, there is a cute crying cat, an empty bottle of wine next to it, and a devil's smiling face on the window. It's bizarre. \ No newline at end of file diff --git a/texts/8c10478c-6fca-41cb-8f97-0a6dea0be496.txt b/texts/8c10478c-6fca-41cb-8f97-0a6dea0be496.txt new file mode 100644 index 0000000000000000000000000000000000000000..874e16295e0c857d6640393f9bf6699c4ff57404 --- /dev/null +++ b/texts/8c10478c-6fca-41cb-8f97-0a6dea0be496.txt @@ -0,0 +1 @@ +An astronaut with a cuff hook looks at a mall sign \ No newline at end of file diff --git a/texts/8c1623bf-4dca-4437-9550-f65870d8a0f4.txt b/texts/8c1623bf-4dca-4437-9550-f65870d8a0f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2a87e39fcf5e70f940cd6223297c3bdf2042fa3 --- /dev/null +++ b/texts/8c1623bf-4dca-4437-9550-f65870d8a0f4.txt @@ -0,0 +1 @@ +On the snowy beach, there is a Hello Kitty toy holding a fairy wand. Behind it, there is a small red house with handwritten letters LX LQY in the snow \ No newline at end of file diff --git a/texts/8c1e6347-c5c5-45fd-bb72-ee5f5d893906.txt b/texts/8c1e6347-c5c5-45fd-bb72-ee5f5d893906.txt new file mode 100644 index 0000000000000000000000000000000000000000..75c32f6e56d6d0b62c3e91f408f0f6666fe8d5ba --- /dev/null +++ b/texts/8c1e6347-c5c5-45fd-bb72-ee5f5d893906.txt @@ -0,0 +1 @@ +"Sylvanian Families | Toy Poodle Driving a Sports Car by the Seaside": The Toy Poodle family is seated in a sleek sports car, wearing stylish sunglasses. They cruise along a scenic seaside road, with the sparkling ocean and a clear blue sky stretching out in the background. The playful atmosphere captures the essence of a carefree coastal adventure. \ No newline at end of file diff --git a/texts/8c1f3c00-f225-480c-b04f-a2c3fd6795b0.txt b/texts/8c1f3c00-f225-480c-b04f-a2c3fd6795b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..59b30c5e4214e95dbadde315e427db62a36b3e19 --- /dev/null +++ b/texts/8c1f3c00-f225-480c-b04f-a2c3fd6795b0.txt @@ -0,0 +1 @@ +Donald Trump stands in front of a mirror looking at his childhood self \ No newline at end of file diff --git a/texts/8c1ff505-f63a-490a-953b-ab08bce78ca6.txt b/texts/8c1ff505-f63a-490a-953b-ab08bce78ca6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8cc2ae8282cf9ded916a4d3ac96272532e64fbf --- /dev/null +++ b/texts/8c1ff505-f63a-490a-953b-ab08bce78ca6.txt @@ -0,0 +1 @@ +A unicorn running through the snow, with its horn emitting auroras that spread across the sky, turning the sky into a rainbow of colors. \ No newline at end of file diff --git a/texts/8c2354e6-0e01-412e-b6d8-883949803863.txt b/texts/8c2354e6-0e01-412e-b6d8-883949803863.txt new file mode 100644 index 0000000000000000000000000000000000000000..385dfe2eb089102187e53370c0cf16cf8594b962 --- /dev/null +++ b/texts/8c2354e6-0e01-412e-b6d8-883949803863.txt @@ -0,0 +1 @@ +Pareidolia feijoada misofobia \ No newline at end of file diff --git a/texts/8c28344f-038d-4859-8e0a-160202fe3aa6.txt b/texts/8c28344f-038d-4859-8e0a-160202fe3aa6.txt new file mode 100644 index 0000000000000000000000000000000000000000..c863bb8b1de3d2a2fbcdb33371b779fcf1a6c40a --- /dev/null +++ b/texts/8c28344f-038d-4859-8e0a-160202fe3aa6.txt @@ -0,0 +1 @@ +An Asian man is sitting in front of the window and looking at the camera. In the distance outside the window is the beautiful Mount Fuji. It is snowing outside the window.The Windows are Japanese style.Mt. Fuji is a little bigger, a little clearer \ No newline at end of file diff --git a/texts/8c2f4e11-25a0-4991-9515-d13f7dc3ca5b.txt b/texts/8c2f4e11-25a0-4991-9515-d13f7dc3ca5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e38d3cdde4c14558b10f6f0fb6940332955cfb8 --- /dev/null +++ b/texts/8c2f4e11-25a0-4991-9515-d13f7dc3ca5b.txt @@ -0,0 +1 @@ +There is a snow mountain in the distance, the golden retriever puppy lies in the snow, there is a Christmas tree next to it, the sky is floating light snow \ No newline at end of file diff --git a/texts/8c450d76-9ce4-4301-94eb-7bb8339df00c.txt b/texts/8c450d76-9ce4-4301-94eb-7bb8339df00c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b42920b47ef568e308319b65370600093e980d98 --- /dev/null +++ b/texts/8c450d76-9ce4-4301-94eb-7bb8339df00c.txt @@ -0,0 +1 @@ +A Border Collie Carefully Drawing Architectural Plans \ No newline at end of file diff --git a/texts/8c472977-3fc9-4e40-96f8-4b18678c1ced.txt b/texts/8c472977-3fc9-4e40-96f8-4b18678c1ced.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdab090b5d4bf0ff2425b8d72f17b958c3c549fc --- /dev/null +++ b/texts/8c472977-3fc9-4e40-96f8-4b18678c1ced.txt @@ -0,0 +1 @@ +A clear sunny day with a vibrant landscape featuring grassy fields, a sandy beach, and the seashore. Under a tree, a small dog has a yellow butterfly gracefully perched on its nose. The scene is illuminated by a soft, mist-like glow. \ No newline at end of file diff --git a/texts/8c487b52-f74a-4c32-9281-f23a096a2278.txt b/texts/8c487b52-f74a-4c32-9281-f23a096a2278.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4bcc44beec1b27c01e539b9dea9cee37a086dab --- /dev/null +++ b/texts/8c487b52-f74a-4c32-9281-f23a096a2278.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the sky. A Hello Kitty doll wearing a Christmas hat and a decorated Christmas tree on the snow.There is the word "HYX "written on the snow \ No newline at end of file diff --git a/texts/8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0.txt b/texts/8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b0fcb3bf98c991b72cac3fe75470a10675edee0 --- /dev/null +++ b/texts/8c63b75a-9a99-41d8-b3f9-b0b47f4cc9d0.txt @@ -0,0 +1 @@ +A fluffy otter wearing a nightcap smiles under the Christmas tree in the room \ No newline at end of file diff --git a/texts/8c69e7a6-1554-4a5e-9628-002479ebe238.txt b/texts/8c69e7a6-1554-4a5e-9628-002479ebe238.txt new file mode 100644 index 0000000000000000000000000000000000000000..00e422333909e1cac954fbdd89d83248a6c61a73 --- /dev/null +++ b/texts/8c69e7a6-1554-4a5e-9628-002479ebe238.txt @@ -0,0 +1 @@ +Black and white kitten wearing a beret holding up a coffee in the snow outside drinking coffee \ No newline at end of file diff --git a/texts/8c6c0463-e80d-4efa-83b6-b1d6a021886d.txt b/texts/8c6c0463-e80d-4efa-83b6-b1d6a021886d.txt new file mode 100644 index 0000000000000000000000000000000000000000..73a064b854de71475a0052691acda6b936b698f9 --- /dev/null +++ b/texts/8c6c0463-e80d-4efa-83b6-b1d6a021886d.txt @@ -0,0 +1 @@ +Music crawls over my body on the surface of the water \ No newline at end of file diff --git a/texts/8c6e120b-34f1-4580-afdf-5c928587f2fd.txt b/texts/8c6e120b-34f1-4580-afdf-5c928587f2fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b4bfa22a3a960687ed5f7f352edead940e90aa1 --- /dev/null +++ b/texts/8c6e120b-34f1-4580-afdf-5c928587f2fd.txt @@ -0,0 +1 @@ +snow-capped mountain,still lake,a lonely man \ No newline at end of file diff --git a/texts/8c704c19-0137-4d04-a3d8-ad65e6e5a4a5.txt b/texts/8c704c19-0137-4d04-a3d8-ad65e6e5a4a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ed56a7acac4657f6bb42ce4f073e0a89723ac50 --- /dev/null +++ b/texts/8c704c19-0137-4d04-a3d8-ad65e6e5a4a5.txt @@ -0,0 +1 @@ +A furry otter, floating in the deep blue, with a door in the lower right corner \ No newline at end of file diff --git a/texts/8c768fd5-8bd3-487b-aced-4ce6abf1ca7b.txt b/texts/8c768fd5-8bd3-487b-aced-4ce6abf1ca7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b36cc4e2fc1587f9347e8cd90ca8134bbf64931 --- /dev/null +++ b/texts/8c768fd5-8bd3-487b-aced-4ce6abf1ca7b.txt @@ -0,0 +1 @@ +A cute capybara eats a giant eggplant with a peach on the side \ No newline at end of file diff --git a/texts/8c7712af-be64-4fb5-8036-2e4734c668b6.txt b/texts/8c7712af-be64-4fb5-8036-2e4734c668b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b88315ff639df0e709e0b52bc59479558dda878d --- /dev/null +++ b/texts/8c7712af-be64-4fb5-8036-2e4734c668b6.txt @@ -0,0 +1 @@ +A bagel and toast cute toy are sitting on the snowy ground, holding red wine, watching aorora \ No newline at end of file diff --git a/texts/8c7c4596-17f0-424c-bc81-3a0862e10723.txt b/texts/8c7c4596-17f0-424c-bc81-3a0862e10723.txt new file mode 100644 index 0000000000000000000000000000000000000000..955a892d9dabbf26d9bc24a6b1bc54675c86a9cc --- /dev/null +++ b/texts/8c7c4596-17f0-424c-bc81-3a0862e10723.txt @@ -0,0 +1 @@ +A kitty with western style clothing. There should be cowboy hat and boots. \ No newline at end of file diff --git a/texts/8c7d9b34-a162-4b4f-a048-ced0a7ac152d.txt b/texts/8c7d9b34-a162-4b4f-a048-ced0a7ac152d.txt new file mode 100644 index 0000000000000000000000000000000000000000..29d3a9af8cb5928ffb0aa9a116f1af581de034a5 --- /dev/null +++ b/texts/8c7d9b34-a162-4b4f-a048-ced0a7ac152d.txt @@ -0,0 +1 @@ +A Siamese cat holding a gun and smoking \ No newline at end of file diff --git a/texts/8c899787-ac34-4407-bdb0-00becaab67cf.txt b/texts/8c899787-ac34-4407-bdb0-00becaab67cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..542870522a102c3ae2ac3da0fb8a2b48ac20f10b --- /dev/null +++ b/texts/8c899787-ac34-4407-bdb0-00becaab67cf.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out "ZYX&YYH." The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/8c926e66-0548-43e7-aaa6-2b298dbc4b07.txt b/texts/8c926e66-0548-43e7-aaa6-2b298dbc4b07.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5680b68d7cf7026a58b079ee91c62bf4c16ba77 --- /dev/null +++ b/texts/8c926e66-0548-43e7-aaa6-2b298dbc4b07.txt @@ -0,0 +1 @@ +The Three-Eyed Alien in Toy Story \ No newline at end of file diff --git a/texts/8ca0a5e4-a9d9-4373-872e-0f1e43c70e00.txt b/texts/8ca0a5e4-a9d9-4373-872e-0f1e43c70e00.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3a70a36cd1f3268b687e46e4a1cea86bb669757 --- /dev/null +++ b/texts/8ca0a5e4-a9d9-4373-872e-0f1e43c70e00.txt @@ -0,0 +1 @@ +A white cat stands on a wooden railing in the snow, with a backdrop of a silvery forest. A blue ribbon is tied around its neck, and snowflakes gently settle on its fur, creating a fairy-tale-like scene. \ No newline at end of file diff --git a/texts/8cad47e8-4837-4a45-a525-922e3901509a.txt b/texts/8cad47e8-4837-4a45-a525-922e3901509a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dd50a79d052fd801062489d91be1ac90299b263 --- /dev/null +++ b/texts/8cad47e8-4837-4a45-a525-922e3901509a.txt @@ -0,0 +1 @@ +A doll bear wearing a short sleeve with Ladorota text. \ No newline at end of file diff --git a/texts/8cbf11db-64b8-4eba-af4a-f149920034a0.txt b/texts/8cbf11db-64b8-4eba-af4a-f149920034a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0489750210feb13d9836a5878c0d6af896fb779d --- /dev/null +++ b/texts/8cbf11db-64b8-4eba-af4a-f149920034a0.txt @@ -0,0 +1 @@ +Batman is reading a book and determined to change the world \ No newline at end of file diff --git a/texts/8ccf723d-668d-43b8-b80a-5a42f584ba4f.txt b/texts/8ccf723d-668d-43b8-b80a-5a42f584ba4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..796afa919b50359059c5be09360a8e99b65ec882 --- /dev/null +++ b/texts/8ccf723d-668d-43b8-b80a-5a42f584ba4f.txt @@ -0,0 +1 @@ +The HelloKitty doll, wearing a pink princess dress, sits by the train window with a large green forest and snowy mountains behind it, sipping coffee with her legs crossed, books on the table and headphones \ No newline at end of file diff --git a/texts/8ccff1f9-10cb-4123-a21a-54369ae58737.txt b/texts/8ccff1f9-10cb-4123-a21a-54369ae58737.txt new file mode 100644 index 0000000000000000000000000000000000000000..93a536369dc7682ca19e63ae85d15d9d717e7b9a --- /dev/null +++ b/texts/8ccff1f9-10cb-4123-a21a-54369ae58737.txt @@ -0,0 +1 @@ +numerous spikes growing out of head, dim light, weirdcore style \ No newline at end of file diff --git a/texts/8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091.txt b/texts/8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091.txt new file mode 100644 index 0000000000000000000000000000000000000000..27dc51e4cc5d6f1d5c346d372c41665b711b5593 --- /dev/null +++ b/texts/8cd95ec2-dd71-4ea1-acc8-83e6dd4bd091.txt @@ -0,0 +1 @@ +Behind it is a big banyan tree on the horizon, a child and a West Highland Terrier running and laughing, facing the camera, and the sky is pink. \ No newline at end of file diff --git a/texts/8ce0c625-f927-475c-967d-3206328839c8.txt b/texts/8ce0c625-f927-475c-967d-3206328839c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d49ab61a7fb07573823e727e1477f2fb1fd8b24 --- /dev/null +++ b/texts/8ce0c625-f927-475c-967d-3206328839c8.txt @@ -0,0 +1 @@ +Cheese Love's Day Rustic Chalkboard Poster \ No newline at end of file diff --git a/texts/8ce87bbf-70d7-4038-89f2-074fac3aa4fc.txt b/texts/8ce87bbf-70d7-4038-89f2-074fac3aa4fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..7afb49bb6459f2238611f6c9e0783686eeebdbb3 --- /dev/null +++ b/texts/8ce87bbf-70d7-4038-89f2-074fac3aa4fc.txt @@ -0,0 +1 @@ +A light snow was falling in a dark sky, and a white Pomeranian was flapping its small transparent wings \ No newline at end of file diff --git a/texts/8cf51818-d58d-4495-821d-a6a596d52ceb.txt b/texts/8cf51818-d58d-4495-821d-a6a596d52ceb.txt new file mode 100644 index 0000000000000000000000000000000000000000..26eed6154ced881a25f3121a40c9f2e44cb89c7a --- /dev/null +++ b/texts/8cf51818-d58d-4495-821d-a6a596d52ceb.txt @@ -0,0 +1 @@ +Flowers Mount Fuji hello Kitty \ No newline at end of file diff --git a/texts/8cfa1699-58f5-45e8-9b69-6180b57807d0.txt b/texts/8cfa1699-58f5-45e8-9b69-6180b57807d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..02eb232f238222cd2d1fb3dce5061f3ee1b03f4c --- /dev/null +++ b/texts/8cfa1699-58f5-45e8-9b69-6180b57807d0.txt @@ -0,0 +1 @@ + cerebrating a cake with pinky candle call "muabomb" \ No newline at end of file diff --git a/texts/8cfd6eee-a0d3-467d-9089-f1e34cf5f73c.txt b/texts/8cfd6eee-a0d3-467d-9089-f1e34cf5f73c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d39efe42b2077a1a33ae09309609f1cc05b1fb9 --- /dev/null +++ b/texts/8cfd6eee-a0d3-467d-9089-f1e34cf5f73c.txt @@ -0,0 +1 @@ +a man is sitting in the waiting room and holding a test sheet \ No newline at end of file diff --git a/texts/8cfe2aed-afab-4804-afda-f06214a9ecc7.txt b/texts/8cfe2aed-afab-4804-afda-f06214a9ecc7.txt new file mode 100644 index 0000000000000000000000000000000000000000..abb4591263c640efd6f40cf629a961b3cf77020a --- /dev/null +++ b/texts/8cfe2aed-afab-4804-afda-f06214a9ecc7.txt @@ -0,0 +1 @@ +A Giraffe, lawns and castle \ No newline at end of file diff --git a/texts/8d058555-026e-44d6-9ab4-fbe2b47287d1.txt b/texts/8d058555-026e-44d6-9ab4-fbe2b47287d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..72ab1b2220a2758540a998870e89a6a8f4547474 --- /dev/null +++ b/texts/8d058555-026e-44d6-9ab4-fbe2b47287d1.txt @@ -0,0 +1 @@ +A snowy night, the aurora, and a brown English Cocker Spaniel. \ No newline at end of file diff --git a/texts/8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8.txt b/texts/8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cd8491eb5b642e463417e2c60df29ae4584b0a6 --- /dev/null +++ b/texts/8d0fc9ca-7116-415d-ab4a-4c3e72fc77b8.txt @@ -0,0 +1 @@ +A little rabbit doll white,fat, bid eyse with red ribbon on its neck,red and white stripe socks on its legs.celebrating birthday at a creepy abandon amusement park with lots of string lights.having balloons in its hand.The photo vibe should be warm but a little bit lonely. \ No newline at end of file diff --git a/texts/8d1099be-4b56-43c4-b0e4-6eff9b016ba6.txt b/texts/8d1099be-4b56-43c4-b0e4-6eff9b016ba6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d855a9d4bb5c2ac6cfb99b6f1f9878bbee4cbb94 --- /dev/null +++ b/texts/8d1099be-4b56-43c4-b0e4-6eff9b016ba6.txt @@ -0,0 +1 @@ +A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words "Hello Kitty" engraved on the beach \ No newline at end of file diff --git a/texts/8d1ffef1-3ca6-4b12-91dc-a6672295015e.txt b/texts/8d1ffef1-3ca6-4b12-91dc-a6672295015e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a627f7476fdfde67254e0d2c2ca1bc17fa1fe80c --- /dev/null +++ b/texts/8d1ffef1-3ca6-4b12-91dc-a6672295015e.txt @@ -0,0 +1 @@ +ski ing \ No newline at end of file diff --git a/texts/8d20a48c-5143-4688-9a73-90b85f10bc40.txt b/texts/8d20a48c-5143-4688-9a73-90b85f10bc40.txt new file mode 100644 index 0000000000000000000000000000000000000000..23a0e1f808697415f0be6cac72d9eb36c08d8526 --- /dev/null +++ b/texts/8d20a48c-5143-4688-9a73-90b85f10bc40.txt @@ -0,0 +1 @@ +A white gray kitten with small white wings, wearing a Christmas hat, with a Christmas tree, film, and flash behind it \ No newline at end of file diff --git a/texts/8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2.txt b/texts/8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7e0fd262c3ceddb198b4c20251f608b1f356a9c --- /dev/null +++ b/texts/8d28ca6f-c6c5-47b7-9f24-3f7f88c5bee2.txt @@ -0,0 +1 @@ +By the seaside at night, with fireworks as the backdrop, there is a Hello Kitty doll on the snowy beach. Next to it stands a Christmas tree. The snow bears traces of "LHK," and the whole scene has a dreamy effect with a hint of light particles. \ No newline at end of file diff --git a/texts/8d29c657-d805-4d35-bbdd-c74f489b0f2e.txt b/texts/8d29c657-d805-4d35-bbdd-c74f489b0f2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..811f91bb6da5dd8c1bbbc9e73262b8121f0279dc --- /dev/null +++ b/texts/8d29c657-d805-4d35-bbdd-c74f489b0f2e.txt @@ -0,0 +1 @@ +Kimono Shiba Inu Burning in the Golden Pavilion Temple \ No newline at end of file diff --git a/texts/8d336b7e-bb54-405f-adaf-37193dabf34a.txt b/texts/8d336b7e-bb54-405f-adaf-37193dabf34a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5833f3107a536b07e87aee7d45712df05f01f655 --- /dev/null +++ b/texts/8d336b7e-bb54-405f-adaf-37193dabf34a.txt @@ -0,0 +1 @@ +A white dinner table with silver forks and knifes and a white plate on it. In that plate is a pink waffle in the shape of heart and some fake diamond stickers. \ No newline at end of file diff --git a/texts/8d3823aa-1c04-419f-90e1-7c35d3367422.txt b/texts/8d3823aa-1c04-419f-90e1-7c35d3367422.txt new file mode 100644 index 0000000000000000000000000000000000000000..88ec7cf6ba929337e99037f7788d9052fb45f37c --- /dev/null +++ b/texts/8d3823aa-1c04-419f-90e1-7c35d3367422.txt @@ -0,0 +1 @@ +Niffler is standing under the maple leaves in Kyoto \ No newline at end of file diff --git a/texts/8d47ef33-9c80-4ba1-8ca8-94a93f80d4de.txt b/texts/8d47ef33-9c80-4ba1-8ca8-94a93f80d4de.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ca7cdefe80a55a0a04a0938c655122c20420495 --- /dev/null +++ b/texts/8d47ef33-9c80-4ba1-8ca8-94a93f80d4de.txt @@ -0,0 +1 @@ +EKKERT \ No newline at end of file diff --git a/texts/8d562535-7ac8-41b7-b564-25856f1dd315.txt b/texts/8d562535-7ac8-41b7-b564-25856f1dd315.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff0c2eddbd886226936e5f6920630d4305f32c8f --- /dev/null +++ b/texts/8d562535-7ac8-41b7-b564-25856f1dd315.txt @@ -0,0 +1 @@ +In the morning Hello Kitty sat on the sofa facing the window \ No newline at end of file diff --git a/texts/8d5be26a-a8c6-40a6-83aa-4982919eff71.txt b/texts/8d5be26a-a8c6-40a6-83aa-4982919eff71.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9521e741bd3299ad117786a15defdb4f92eda1a --- /dev/null +++ b/texts/8d5be26a-a8c6-40a6-83aa-4982919eff71.txt @@ -0,0 +1 @@ +A hello Kitty, sofa, TV, Christmas tree, outside \ No newline at end of file diff --git a/texts/8d6014ce-175a-454e-8c58-4bb4db88dae1.txt b/texts/8d6014ce-175a-454e-8c58-4bb4db88dae1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d14f3d851246446e763b79aee8c9b750d4096357 --- /dev/null +++ b/texts/8d6014ce-175a-454e-8c58-4bb4db88dae1.txt @@ -0,0 +1 @@ +A black kitten sits on a giant tomato with a cap \ No newline at end of file diff --git a/texts/8d602a2f-1607-4662-9115-8921e0316e05.txt b/texts/8d602a2f-1607-4662-9115-8921e0316e05.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fc816abd5bc7676ad1b5f6e6afb0a6e15ca670a --- /dev/null +++ b/texts/8d602a2f-1607-4662-9115-8921e0316e05.txt @@ -0,0 +1 @@ +The giant cartoon hedgehog in a bowler hat has come from the wilderness to go to the sea, the distant siren has sounded and life stands in her way.She gifted me with stories and I wrote poems for her. \ No newline at end of file diff --git a/texts/8d615504-2147-4177-a73e-a3321f78875b.txt b/texts/8d615504-2147-4177-a73e-a3321f78875b.txt new file mode 100644 index 0000000000000000000000000000000000000000..95202479d27bb7721f379ff810928c45fd58fb31 --- /dev/null +++ b/texts/8d615504-2147-4177-a73e-a3321f78875b.txt @@ -0,0 +1 @@ +Winter, snow, night, a cat with a golden magic wand, a HelloKitty with a red scarf and black glasses, warming up around a bonfire. \ No newline at end of file diff --git a/texts/8d63d6bd-1e1b-4064-b581-8d695dfb2b82.txt b/texts/8d63d6bd-1e1b-4064-b581-8d695dfb2b82.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dde5cb0e91f45180a4a06bd9f7d807a596fd1b4 --- /dev/null +++ b/texts/8d63d6bd-1e1b-4064-b581-8d695dfb2b82.txt @@ -0,0 +1 @@ +A mix of orange cat and white cat and black cat and lynx point cat \ No newline at end of file diff --git a/texts/8d7622b1-d553-48a7-8492-6ecbd015c35d.txt b/texts/8d7622b1-d553-48a7-8492-6ecbd015c35d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fed70fb4953cbc71c545e3685b7ebd49c677e07 --- /dev/null +++ b/texts/8d7622b1-d553-48a7-8492-6ecbd015c35d.txt @@ -0,0 +1 @@ +A cream-colored long-haired dachshund uses magic in the garden. \ No newline at end of file diff --git a/texts/8d8a8c96-4f79-4d96-b536-6b4467558159.txt b/texts/8d8a8c96-4f79-4d96-b536-6b4467558159.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a8f1e70ef8938991ce7a87cc39f7fd2b576f0a4 --- /dev/null +++ b/texts/8d8a8c96-4f79-4d96-b536-6b4467558159.txt @@ -0,0 +1 @@ +A close-up of an orange and white kitten's face in a blue atmosphere. The orange and white kitten is wearing stylish sunglasses and has a cool and rebellious expression, with a rock and roll style, showing a sense of wildness and freedom. \ No newline at end of file diff --git a/texts/8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561.txt b/texts/8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d001491ea90926a00e867ebefe3d809967112a --- /dev/null +++ b/texts/8d8b462f-e9d3-43dc-9c1b-a2ee5d5d3561.txt @@ -0,0 +1 @@ +Editable Cheese Love's Day Social Media Graphic \ No newline at end of file diff --git a/texts/8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6.txt b/texts/8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..532026522546337f8577793e38c839da05d7e8c2 --- /dev/null +++ b/texts/8d8ba4e4-5e7f-48b7-8e0d-bff48cb2eaf6.txt @@ -0,0 +1 @@ +Multiple people are gathered around a Christmas-themed table, each engrossed in their reading, with Christmas-styled drinks placed on the table. \ No newline at end of file diff --git a/texts/8d9a5d6d-c878-468a-be46-61536de65a78.txt b/texts/8d9a5d6d-c878-468a-be46-61536de65a78.txt new file mode 100644 index 0000000000000000000000000000000000000000..c45131904b6425bdb15e285035ffdda708e7b259 --- /dev/null +++ b/texts/8d9a5d6d-c878-468a-be46-61536de65a78.txt @@ -0,0 +1 @@ +A snowy day, snowy stars, the sea, the aurora borealis, fireworks, a little sheep taking pictures with a camera \ No newline at end of file diff --git a/texts/8da7757a-da94-4954-9106-a8f8758fee83.txt b/texts/8da7757a-da94-4954-9106-a8f8758fee83.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed641c8faa1e72fe4b7bd600a4aa39a431f1fab8 --- /dev/null +++ b/texts/8da7757a-da94-4954-9106-a8f8758fee83.txt @@ -0,0 +1 @@ +Siamese cat and a winged orange cat on the snow, surrounded by flowers, auroras \ No newline at end of file diff --git a/texts/8dacba69-64d2-4698-85a7-ab864594cc29.txt b/texts/8dacba69-64d2-4698-85a7-ab864594cc29.txt new file mode 100644 index 0000000000000000000000000000000000000000..d65d16ec2816a156cd8e3eac80b0bb4cf2842eb3 --- /dev/null +++ b/texts/8dacba69-64d2-4698-85a7-ab864594cc29.txt @@ -0,0 +1 @@ +A Hello Kitty doll is holding a knife in the laboratory. It smashes all the beakers in the laboratory to the ground. The computer behind it is on fire. \ No newline at end of file diff --git a/texts/8db3c0f2-b373-4e5b-b00f-9786aece2689.txt b/texts/8db3c0f2-b373-4e5b-b00f-9786aece2689.txt new file mode 100644 index 0000000000000000000000000000000000000000..e95b5e0b253db8280405f20eeaf3cf6d95dbc923 --- /dev/null +++ b/texts/8db3c0f2-b373-4e5b-b00f-9786aece2689.txt @@ -0,0 +1 @@ +Touch the stars \ No newline at end of file diff --git a/texts/8db54221-31f6-4a76-9c8d-8173cadac0a0.txt b/texts/8db54221-31f6-4a76-9c8d-8173cadac0a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c8c8e8380e0cc0d7de179cdbe72fa6a3333c1da --- /dev/null +++ b/texts/8db54221-31f6-4a76-9c8d-8173cadac0a0.txt @@ -0,0 +1 @@ +The baby is under the Christmas tree \ No newline at end of file diff --git a/texts/8db9d014-92aa-4a88-a684-f77c64459def.txt b/texts/8db9d014-92aa-4a88-a684-f77c64459def.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e762250818a0149d1b31466d3801d5f40efeeee --- /dev/null +++ b/texts/8db9d014-92aa-4a88-a684-f77c64459def.txt @@ -0,0 +1 @@ +A golden retriever puppy is a cook \ No newline at end of file diff --git a/texts/8dc4d0a1-2c20-47f8-9f13-9992495cefff.txt b/texts/8dc4d0a1-2c20-47f8-9f13-9992495cefff.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab5bc2c145d5abce10e6f3712fadf29f12831197 --- /dev/null +++ b/texts/8dc4d0a1-2c20-47f8-9f13-9992495cefff.txt @@ -0,0 +1 @@ +A meteorite Border Collie and a golden shaded cat are watching an outdoor movie in a cozy setting. \ No newline at end of file diff --git a/texts/8dd3e92a-6849-4068-a01b-fb69912ab088.txt b/texts/8dd3e92a-6849-4068-a01b-fb69912ab088.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cde5717927f53d63bf04757d28ee2b2c207c0f3 --- /dev/null +++ b/texts/8dd3e92a-6849-4068-a01b-fb69912ab088.txt @@ -0,0 +1 @@ +a human face, eyes replaced by petals, dim light, weirdcore style \ No newline at end of file diff --git a/texts/8dd4f954-2a0c-4b25-948a-106414ce1a11.txt b/texts/8dd4f954-2a0c-4b25-948a-106414ce1a11.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbf1d93653f5b503ff18a485c36b5ec3847649d9 --- /dev/null +++ b/texts/8dd4f954-2a0c-4b25-948a-106414ce1a11.txt @@ -0,0 +1 @@ + Hello Kitty is driving BRZ car on the fancy road, and the road sign is named Chrissy's Light Future. \ No newline at end of file diff --git a/texts/8ddad88f-161d-4caf-aada-54bfe687bc5c.txt b/texts/8ddad88f-161d-4caf-aada-54bfe687bc5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9546e2fc0212278e4b942eb5a0dc5ea9cd5a3e2 --- /dev/null +++ b/texts/8ddad88f-161d-4caf-aada-54bfe687bc5c.txt @@ -0,0 +1 @@ +A twenty-year-old schoolgirl with a basket was lifting apples from the ground one by one \ No newline at end of file diff --git a/texts/8de530e1-0d52-4365-a6c6-37e31c6dafe8.txt b/texts/8de530e1-0d52-4365-a6c6-37e31c6dafe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..84ac34de1eb82ace87332d042a77edba8e0677a9 --- /dev/null +++ b/texts/8de530e1-0d52-4365-a6c6-37e31c6dafe8.txt @@ -0,0 +1 @@ +Next to the cake is a lovely hellokitty doll with English yosh written next to it. \ No newline at end of file diff --git a/texts/8e080cc4-d9cf-42cc-82ca-ed3716a80015.txt b/texts/8e080cc4-d9cf-42cc-82ca-ed3716a80015.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc4ecfc6b90a1fb0b22b118e2bb946f5a387583a --- /dev/null +++ b/texts/8e080cc4-d9cf-42cc-82ca-ed3716a80015.txt @@ -0,0 +1 @@ +An expressionless man in a hoodie, holding a bottle in one hand, stands by the lake looking into the camera \ No newline at end of file diff --git a/texts/8e114aac-b9a5-4f6f-af16-11b4648fb3e7.txt b/texts/8e114aac-b9a5-4f6f-af16-11b4648fb3e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a811230f3428bfb26f45acd98fbcc2e91a7de6e --- /dev/null +++ b/texts/8e114aac-b9a5-4f6f-af16-11b4648fb3e7.txt @@ -0,0 +1 @@ +Write hzy on the snow, with a small hello Kitty placed next to it, and aurora in the sky \ No newline at end of file diff --git a/texts/8e11cd8b-3ad9-4c07-a238-9f27640c4c99.txt b/texts/8e11cd8b-3ad9-4c07-a238-9f27640c4c99.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf8184db6417ecb374528a0d9b05d242ed32507e --- /dev/null +++ b/texts/8e11cd8b-3ad9-4c07-a238-9f27640c4c99.txt @@ -0,0 +1 @@ +This is a photo of the seaside atmosphere. The water is turquoise and very nice. There are people surfing on the beach. A Hellokitty wearing headphones and holding juice is standing on the beach. Its the word"LHF" on the beach. \ No newline at end of file diff --git a/texts/8e12e870-5c6e-47d1-8582-01de7b96b87f.txt b/texts/8e12e870-5c6e-47d1-8582-01de7b96b87f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1311ef213d4f657c21287513179195db7a737561 --- /dev/null +++ b/texts/8e12e870-5c6e-47d1-8582-01de7b96b87f.txt @@ -0,0 +1 @@ +a hello kitty doll on a city street riding motorcycle \ No newline at end of file diff --git a/texts/8e1f09bb-90d3-4c4f-a010-59dae061ff1b.txt b/texts/8e1f09bb-90d3-4c4f-a010-59dae061ff1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd661248c872a06b35e0b04311a5d372bedc6573 --- /dev/null +++ b/texts/8e1f09bb-90d3-4c4f-a010-59dae061ff1b.txt @@ -0,0 +1 @@ +Front close-up, the cat man has a big cat head, sitting on the big sofa sewing, and the background wall behind is painted with "Martin" \ No newline at end of file diff --git a/texts/8e296dd9-c990-4a7c-bbe5-e55cd6223ce9.txt b/texts/8e296dd9-c990-4a7c-bbe5-e55cd6223ce9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b67e715ecc74ecec43753b8ce4d3515d8db0cfdc --- /dev/null +++ b/texts/8e296dd9-c990-4a7c-bbe5-e55cd6223ce9.txt @@ -0,0 +1 @@ +two cats in snow and there is a line of words on the snowy ground: "22, I love you." \ No newline at end of file diff --git a/texts/8e3ead27-9568-472e-8c62-641bb1240a54.txt b/texts/8e3ead27-9568-472e-8c62-641bb1240a54.txt new file mode 100644 index 0000000000000000000000000000000000000000..146235a8f338838991e13a087003a49867ab23d3 --- /dev/null +++ b/texts/8e3ead27-9568-472e-8c62-641bb1240a54.txt @@ -0,0 +1 @@ +Spiders tap-dance beside the bonfire. \ No newline at end of file diff --git a/texts/8e4487ac-a674-4edd-9734-7ea461f8d33e.txt b/texts/8e4487ac-a674-4edd-9734-7ea461f8d33e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c95037dc5e782d394a0df78f5bc9921b075e772 --- /dev/null +++ b/texts/8e4487ac-a674-4edd-9734-7ea461f8d33e.txt @@ -0,0 +1 @@ +hello kitty takes the cake and lights the candles in the room, the cake says 12.05 \ No newline at end of file diff --git a/texts/8e44c7f2-f5cf-4e6e-b64e-7250e6344578.txt b/texts/8e44c7f2-f5cf-4e6e-b64e-7250e6344578.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8de2ce97a7d2adaaa4a2c0ef0b57d4157c40133 --- /dev/null +++ b/texts/8e44c7f2-f5cf-4e6e-b64e-7250e6344578.txt @@ -0,0 +1 @@ +Two cats dating behind a shopping mall, a car parked on the roadside, a mall billboard with the words "August Sale" written on it, sentimental, dark tone, nostalgia \ No newline at end of file diff --git a/texts/8e4a7257-6a7c-44b3-9ea5-4df9b0959565.txt b/texts/8e4a7257-6a7c-44b3-9ea5-4df9b0959565.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bd401de4d057249202fedb8d4d2e25b20aa0a23 --- /dev/null +++ b/texts/8e4a7257-6a7c-44b3-9ea5-4df9b0959565.txt @@ -0,0 +1 @@ +a Chinese lady with hair curly naturally,warm fairy light halos, retro flim,movie,velvet textures, \ No newline at end of file diff --git a/texts/8e4aa3ed-1a09-4a26-8dda-53e04525e3e3.txt b/texts/8e4aa3ed-1a09-4a26-8dda-53e04525e3e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2cf7466fd782187317fda6996a36a185d9b9d65 --- /dev/null +++ b/texts/8e4aa3ed-1a09-4a26-8dda-53e04525e3e3.txt @@ -0,0 +1 @@ +A big Hello Kitty on a beach holding a cake with 1227 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/8e4cf678-87fa-4f82-a348-ea6d8d5506bb.txt b/texts/8e4cf678-87fa-4f82-a348-ea6d8d5506bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9ccd77eb686c8057abd9854f46088cdbf6dd0f5 --- /dev/null +++ b/texts/8e4cf678-87fa-4f82-a348-ea6d8d5506bb.txt @@ -0,0 +1 @@ +big koi jumping with a Santa hat \ No newline at end of file diff --git a/texts/8e51c7f6-15fc-4257-bec2-3f8aa7f3480e.txt b/texts/8e51c7f6-15fc-4257-bec2-3f8aa7f3480e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e90701595ec5fd339efbdc5d86825ff3b9a81d2 --- /dev/null +++ b/texts/8e51c7f6-15fc-4257-bec2-3f8aa7f3480e.txt @@ -0,0 +1 @@ +Two black man in pilot uniform sitting in the leather chairs with their feet wearing nike football boots on the operating deck looking back at the camera in pilot chamber, outside of the window is the city night view \ No newline at end of file diff --git a/texts/8e57faac-b387-47b7-be0f-e62f5f0b9573.txt b/texts/8e57faac-b387-47b7-be0f-e62f5f0b9573.txt new file mode 100644 index 0000000000000000000000000000000000000000..2baed4c1d69aa93914948dacfca241664bdaaa11 --- /dev/null +++ b/texts/8e57faac-b387-47b7-be0f-e62f5f0b9573.txt @@ -0,0 +1 @@ +A black kitten, Christmas tree, burning fireplace, fashion photography \ No newline at end of file diff --git a/texts/8e5f09c8-8bea-4df5-9acb-162179163865.txt b/texts/8e5f09c8-8bea-4df5-9acb-162179163865.txt new file mode 100644 index 0000000000000000000000000000000000000000..48950fc6de0f2e957147cfc3960abb075b4816e5 --- /dev/null +++ b/texts/8e5f09c8-8bea-4df5-9acb-162179163865.txt @@ -0,0 +1 @@ +The sunshine is bright, by the seaside, a little Golden Retriever and a little Maltese dog are running happily on the snow, with cheesecake next to them \ No newline at end of file diff --git a/texts/8e736a33-cd76-4fd4-a74c-82fe9e48afca.txt b/texts/8e736a33-cd76-4fd4-a74c-82fe9e48afca.txt new file mode 100644 index 0000000000000000000000000000000000000000..edead261bda5181d4402cb1e759f7049955d9a1a --- /dev/null +++ b/texts/8e736a33-cd76-4fd4-a74c-82fe9e48afca.txt @@ -0,0 +1 @@ +Mickey Mouse cosplayer with a chainsaw \ No newline at end of file diff --git a/texts/8e7c9d55-d93d-490f-9867-ee09dd355c24.txt b/texts/8e7c9d55-d93d-490f-9867-ee09dd355c24.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e4e62411afa46b552fcd45c7fa04fffc70da145 --- /dev/null +++ b/texts/8e7c9d55-d93d-490f-9867-ee09dd355c24.txt @@ -0,0 +1 @@ +A yellow star,Winnie the Pooh \ No newline at end of file diff --git a/texts/8e7d89ed-bb4f-4849-b87c-983cbb7cc02d.txt b/texts/8e7d89ed-bb4f-4849-b87c-983cbb7cc02d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fc2f8abc4f85d09c083d8aa58a6d26bf6c68d84 --- /dev/null +++ b/texts/8e7d89ed-bb4f-4849-b87c-983cbb7cc02d.txt @@ -0,0 +1 @@ +lonely astraunaut, helmet, reflection of Earth planet, dreamcore, milky way, stars, editorial \ No newline at end of file diff --git a/texts/8e8c29b1-f98e-4201-960e-4532dcf08eee.txt b/texts/8e8c29b1-f98e-4201-960e-4532dcf08eee.txt new file mode 100644 index 0000000000000000000000000000000000000000..523a7ed67a9b86b213c311634251c3e4008526a4 --- /dev/null +++ b/texts/8e8c29b1-f98e-4201-960e-4532dcf08eee.txt @@ -0,0 +1 @@ +Border Collie black-and-white color wear in a suit/ playing piano/ in the snow field/with a red-bordered sunglasses/ a glass of champagne on the piano \ No newline at end of file diff --git a/texts/8e97a86d-daf6-4ad5-b193-77cba60b40b7.txt b/texts/8e97a86d-daf6-4ad5-b193-77cba60b40b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d858a87790b497d626131c1c839b728bd20061e5 --- /dev/null +++ b/texts/8e97a86d-daf6-4ad5-b193-77cba60b40b7.txt @@ -0,0 +1 @@ +A indoor swimming pool full of white tiles, no human, dark , water, nostalgic \ No newline at end of file diff --git a/texts/8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9.txt b/texts/8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc565629b4278035694d376f681183396d27e318 --- /dev/null +++ b/texts/8e9888a9-57fe-4ca2-8a2e-a0156b1cf9f9.txt @@ -0,0 +1 @@ +Dolphins in the ocean wish Kathychau a happy birthday. There is a cream cake with the number candles 1206 on it. Sunflowers are around the cake. \ No newline at end of file diff --git a/texts/8e9bcb2d-c914-4d40-b166-7a913dfa5575.txt b/texts/8e9bcb2d-c914-4d40-b166-7a913dfa5575.txt new file mode 100644 index 0000000000000000000000000000000000000000..04d4a77ef750507e78cc8001448c5d897a028651 --- /dev/null +++ b/texts/8e9bcb2d-c914-4d40-b166-7a913dfa5575.txt @@ -0,0 +1 @@ +a Maltese dog with small wings on their backs play happily in the snow \ No newline at end of file diff --git a/texts/8ea1e593-69a6-4023-8492-41f5c7d685d3.txt b/texts/8ea1e593-69a6-4023-8492-41f5c7d685d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c76c0da826c52726ff9fa525d435caa9acf0b944 --- /dev/null +++ b/texts/8ea1e593-69a6-4023-8492-41f5c7d685d3.txt @@ -0,0 +1 @@ +The window by the snow is frosty, surrounded by bubbles and flashing lights. It's dark. Christmas is coming soon. \ No newline at end of file diff --git a/texts/8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7.txt b/texts/8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..76492f57082e7e53439f485a93cb5cb2e79c4e28 --- /dev/null +++ b/texts/8ea29b18-1677-4f4c-8efa-cd5b7b59c7f7.txt @@ -0,0 +1 @@ +Dreamcore theme: Goldfish swimming in the blue sky, REAL SKY \ No newline at end of file diff --git a/texts/8ea50462-ac52-4ab7-8a24-cc892ff02087.txt b/texts/8ea50462-ac52-4ab7-8a24-cc892ff02087.txt new file mode 100644 index 0000000000000000000000000000000000000000..9942f31d53c3b02cbf8faa543865d04e4cc52bf4 --- /dev/null +++ b/texts/8ea50462-ac52-4ab7-8a24-cc892ff02087.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white kitty cat wearing a Christmas hat, next to it is a Christmas tree, and "zxx" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77.txt b/texts/8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77.txt new file mode 100644 index 0000000000000000000000000000000000000000..186938b11d1bbfd19f1f56fdeb4c8930bcbb3bc4 --- /dev/null +++ b/texts/8ea83230-b0fb-4b6a-9b2e-2ca5a0ce7c77.txt @@ -0,0 +1 @@ +a Bichon and its baby bichon Running on the snowy grassland \ No newline at end of file diff --git a/texts/8eb92826-d637-4f82-9b4b-1852b6422aaa.txt b/texts/8eb92826-d637-4f82-9b4b-1852b6422aaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3d5a340912618650900f872a20df4dd1e817c6f --- /dev/null +++ b/texts/8eb92826-d637-4f82-9b4b-1852b6422aaa.txt @@ -0,0 +1 @@ +Two hello kitty dool, on the beach in summer. \ No newline at end of file diff --git a/texts/8ecc3257-1afd-4e15-88b6-1c463d830835.txt b/texts/8ecc3257-1afd-4e15-88b6-1c463d830835.txt new file mode 100644 index 0000000000000000000000000000000000000000..74e4a56a7e2fdb1d8f3863b826948b9032f49fac --- /dev/null +++ b/texts/8ecc3257-1afd-4e15-88b6-1c463d830835.txt @@ -0,0 +1 @@ +lesser panda knows magic \ No newline at end of file diff --git a/texts/8ecc7c66-00ce-49b5-9d0c-eaf73684abba.txt b/texts/8ecc7c66-00ce-49b5-9d0c-eaf73684abba.txt new file mode 100644 index 0000000000000000000000000000000000000000..215d1b7166bf2370b4f43a7f711a69347f501437 --- /dev/null +++ b/texts/8ecc7c66-00ce-49b5-9d0c-eaf73684abba.txt @@ -0,0 +1 @@ +In the snowy university campus, there are cats, dogs and college students \ No newline at end of file diff --git a/texts/8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d.txt b/texts/8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b6ecec84d5ef7a19910c65a43c90ee253f2d9e1 --- /dev/null +++ b/texts/8eccbbfe-ebfb-4378-b1ad-eec501ec9c8d.txt @@ -0,0 +1 @@ +tinsel with colourful light reflection on top. christmas tree monster with hands and legs hugging \ No newline at end of file diff --git a/texts/8ed10266-04d1-4a0c-8437-dd4b52ac7850.txt b/texts/8ed10266-04d1-4a0c-8437-dd4b52ac7850.txt new file mode 100644 index 0000000000000000000000000000000000000000..309b10c2bb46a785dde325269a4dc5f86ffe8cee --- /dev/null +++ b/texts/8ed10266-04d1-4a0c-8437-dd4b52ac7850.txt @@ -0,0 +1 @@ +A round-face brown poodle surrounds with a bunch of teddy \ No newline at end of file diff --git a/texts/8edf02a4-030b-44b9-b276-5ed6b47a4cec.txt b/texts/8edf02a4-030b-44b9-b276-5ed6b47a4cec.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c715c46210e024d921049c7c669970764a4bcc4 --- /dev/null +++ b/texts/8edf02a4-030b-44b9-b276-5ed6b47a4cec.txt @@ -0,0 +1 @@ +There is a white goose on the bed, next to the Christmas tree \ No newline at end of file diff --git a/texts/8ef88809-4051-435b-be23-546be6b96745.txt b/texts/8ef88809-4051-435b-be23-546be6b96745.txt new file mode 100644 index 0000000000000000000000000000000000000000..30cafa459411f9e876c4a083db94651a7b81e9a0 --- /dev/null +++ b/texts/8ef88809-4051-435b-be23-546be6b96745.txt @@ -0,0 +1 @@ +A West Highland white terrier and a long-winged golden retriever run through the snow against a backdrop of giant flowers \ No newline at end of file diff --git a/texts/8ef9cae9-a186-4332-abcb-ad939da8ab29.txt b/texts/8ef9cae9-a186-4332-abcb-ad939da8ab29.txt new file mode 100644 index 0000000000000000000000000000000000000000..82c9cd2cca5fef6c5fa7cdec41c2b1c1c78b4251 --- /dev/null +++ b/texts/8ef9cae9-a186-4332-abcb-ad939da8ab29.txt @@ -0,0 +1 @@ +Kyoong written in the snow, heavy snow, candy, blue sky, fireworks \ No newline at end of file diff --git a/texts/8f12db0c-2a87-42ef-a102-82b320cd06fe.txt b/texts/8f12db0c-2a87-42ef-a102-82b320cd06fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf6eda5f873cb4ec15b6ab45805a3f3330425f52 --- /dev/null +++ b/texts/8f12db0c-2a87-42ef-a102-82b320cd06fe.txt @@ -0,0 +1 @@ +In a quiet and dimly lit corner of the living room, Hello Kitty and the capybara are comfortably curled up on a large, cozy navy blue bean bag. \ No newline at end of file diff --git a/texts/8f18f6ff-6e34-411b-adb6-17468a6520c4.txt b/texts/8f18f6ff-6e34-411b-adb6-17468a6520c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..687e2d2b625aebfb725aab617ffbc12b17cdbfcf --- /dev/null +++ b/texts/8f18f6ff-6e34-411b-adb6-17468a6520c4.txt @@ -0,0 +1 @@ +A black and white border collie running in the snowing ground,a little far \ No newline at end of file diff --git a/texts/8f254135-48d2-4714-bea1-c4c8270b1723.txt b/texts/8f254135-48d2-4714-bea1-c4c8270b1723.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c8bd3202ad4f101dbabbd5500743a7f4025a7ea --- /dev/null +++ b/texts/8f254135-48d2-4714-bea1-c4c8270b1723.txt @@ -0,0 +1 @@ +a very long and narrow metal slide from high mountain top to the mountain foot .There are beautiful colorful plants and flowers on the mountain.The surroundings are sand and grass and rocks.the sky is pink and purple \ No newline at end of file diff --git a/texts/8f3e0b48-9181-4e86-a6ee-6a13fd2770df.txt b/texts/8f3e0b48-9181-4e86-a6ee-6a13fd2770df.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5d8b483ba4dd420b9fb8a879bcb300db4787631 --- /dev/null +++ b/texts/8f3e0b48-9181-4e86-a6ee-6a13fd2770df.txt @@ -0,0 +1 @@ +A Bichon looks out at the snow capped Mount Fuji in the distancein snowwing day the picture shoud bright \ No newline at end of file diff --git a/texts/8f425e72-16e4-4a97-8b4f-1d1597480fd9.txt b/texts/8f425e72-16e4-4a97-8b4f-1d1597480fd9.txt new file mode 100644 index 0000000000000000000000000000000000000000..a636cccd03d4933b0d1aa66be159e93b178f3c67 --- /dev/null +++ b/texts/8f425e72-16e4-4a97-8b4f-1d1597480fd9.txt @@ -0,0 +1 @@ +The ghost without legs was chasing me. \ No newline at end of file diff --git a/texts/8f426022-2b34-4326-9246-a70d59bbd467.txt b/texts/8f426022-2b34-4326-9246-a70d59bbd467.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d0cbb11beaf9bf121e8cf7c86d69f7746e108f5 --- /dev/null +++ b/texts/8f426022-2b34-4326-9246-a70d59bbd467.txt @@ -0,0 +1 @@ +There is a golden retriever and a corgi playing at the foot of Mount Fuji, and there is also a cherry blossom tree.And there are two names,Zack and Jeremy \ No newline at end of file diff --git a/texts/8f443058-8b4e-4fe5-9584-93b33dff3fa5.txt b/texts/8f443058-8b4e-4fe5-9584-93b33dff3fa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..56f36896e3054f84062904d871ad6bc88354de88 --- /dev/null +++ b/texts/8f443058-8b4e-4fe5-9584-93b33dff3fa5.txt @@ -0,0 +1 @@ +hellokitty played drums, with whiskey and feathers in the sky \ No newline at end of file diff --git a/texts/8f47f807-a38b-4c3d-9eda-fcbc92048c04.txt b/texts/8f47f807-a38b-4c3d-9eda-fcbc92048c04.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b83202e882f45178f51e265da452c224c8c6ab5 --- /dev/null +++ b/texts/8f47f807-a38b-4c3d-9eda-fcbc92048c04.txt @@ -0,0 +1 @@ +A group of tiny fairies flying in a swirl of sparkles, gathering leaves and flowers to create a magical wreath in a forest glade \ No newline at end of file diff --git a/texts/8f4b9742-3d6b-4b81-a37c-19d644f27880.txt b/texts/8f4b9742-3d6b-4b81-a37c-19d644f27880.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ddc1cbef5ded9264cfe854f56dba06dd04a9d26 --- /dev/null +++ b/texts/8f4b9742-3d6b-4b81-a37c-19d644f27880.txt @@ -0,0 +1 @@ +A standing sea otter dressed in a cowboy outfit \ No newline at end of file diff --git a/texts/8f67b811-b3c6-4061-b222-a14b1d8bc8ca.txt b/texts/8f67b811-b3c6-4061-b222-a14b1d8bc8ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..13958e4460cce2db743a60f7883b2e490be9c755 --- /dev/null +++ b/texts/8f67b811-b3c6-4061-b222-a14b1d8bc8ca.txt @@ -0,0 +1 @@ +Hello kitty doll in pure pink princess dress holding a black machine gun in white snow backg \ No newline at end of file diff --git a/texts/8f72c601-81cc-400d-9854-016461bf4e14.txt b/texts/8f72c601-81cc-400d-9854-016461bf4e14.txt new file mode 100644 index 0000000000000000000000000000000000000000..672557eabe08aaca8e7187b2305c5a20458a269e --- /dev/null +++ b/texts/8f72c601-81cc-400d-9854-016461bf4e14.txt @@ -0,0 +1 @@ +A Corgi dog wearing a blue shawl , read a book named "how to be a good cat" in a sofa \ No newline at end of file diff --git a/texts/8f7acf65-23a9-4a29-83f7-c8803a128642.txt b/texts/8f7acf65-23a9-4a29-83f7-c8803a128642.txt new file mode 100644 index 0000000000000000000000000000000000000000..5723db0403a128a6277256a28de5506eabb0f617 --- /dev/null +++ b/texts/8f7acf65-23a9-4a29-83f7-c8803a128642.txt @@ -0,0 +1 @@ +a black and white cat wear a cap,playing drum kit \ No newline at end of file diff --git a/texts/8f7c633a-1317-4a3d-9193-fb74b67d2cb7.txt b/texts/8f7c633a-1317-4a3d-9193-fb74b67d2cb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..717cbaf68e7c5666bf8af1ee001d1fcf39c27929 --- /dev/null +++ b/texts/8f7c633a-1317-4a3d-9193-fb74b67d2cb7.txt @@ -0,0 +1 @@ +The world explodes,and the dog sleeps \ No newline at end of file diff --git a/texts/8f8170c2-9065-4792-91d5-0d2acee4b7ba.txt b/texts/8f8170c2-9065-4792-91d5-0d2acee4b7ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3fe81aa73e475c552c46e164dcacc796e6e6006 --- /dev/null +++ b/texts/8f8170c2-9065-4792-91d5-0d2acee4b7ba.txt @@ -0,0 +1 @@ +the black Rover mini sprite is flying in beach ,all wheels are burning, \ No newline at end of file diff --git a/texts/8f88e768-233b-4e90-8720-ba3b281e953f.txt b/texts/8f88e768-233b-4e90-8720-ba3b281e953f.txt new file mode 100644 index 0000000000000000000000000000000000000000..35a0ce1220eeddbc7e01e7823b1d71a7fd2c1838 --- /dev/null +++ b/texts/8f88e768-233b-4e90-8720-ba3b281e953f.txt @@ -0,0 +1 @@ +A grand fireworks exploded in the sky, and it turned into a rain of stars and heavy snow. \ No newline at end of file diff --git a/texts/8f8b7971-22b1-48ed-b577-a109b773598a.txt b/texts/8f8b7971-22b1-48ed-b577-a109b773598a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e82d5fbeb3034ba822bb0e1d6a533009e127396 --- /dev/null +++ b/texts/8f8b7971-22b1-48ed-b577-a109b773598a.txt @@ -0,0 +1 @@ +A field of roses \ No newline at end of file diff --git a/texts/8f8f1872-144c-438c-aba5-b9f9d242b42c.txt b/texts/8f8f1872-144c-438c-aba5-b9f9d242b42c.txt new file mode 100644 index 0000000000000000000000000000000000000000..538b1d593fef1f5974632acf0f79178137a7ef88 --- /dev/null +++ b/texts/8f8f1872-144c-438c-aba5-b9f9d242b42c.txt @@ -0,0 +1 @@ +cat, Christmas tree hat, winter \ No newline at end of file diff --git a/texts/8f949148-8d31-4f59-97e4-ec38e6f8cab7.txt b/texts/8f949148-8d31-4f59-97e4-ec38e6f8cab7.txt new file mode 100644 index 0000000000000000000000000000000000000000..3de8cfecb9a2377c0656a5af84841eed07925c40 --- /dev/null +++ b/texts/8f949148-8d31-4f59-97e4-ec38e6f8cab7.txt @@ -0,0 +1 @@ +Maltese, butterfly, bubbles, snow, night, romance \ No newline at end of file diff --git a/texts/8fa044f8-4a50-462e-981f-8fa7b10abf9d.txt b/texts/8fa044f8-4a50-462e-981f-8fa7b10abf9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..02b9367374204500001de98a1e80848096fcb302 --- /dev/null +++ b/texts/8fa044f8-4a50-462e-981f-8fa7b10abf9d.txt @@ -0,0 +1 @@ +A very fashionable Hello Kitty is singing near a vintage coffee shop. \ No newline at end of file diff --git a/texts/8fa5c394-df0d-433c-b083-743e4ebb69cc.txt b/texts/8fa5c394-df0d-433c-b083-743e4ebb69cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..93dfcf1097b5713c35479deb56a925d50e95337d --- /dev/null +++ b/texts/8fa5c394-df0d-433c-b083-743e4ebb69cc.txt @@ -0,0 +1 @@ +A white rabbit is having her time in her room \ No newline at end of file diff --git a/texts/8fa7f75c-2640-4ec1-a68e-17368298adfa.txt b/texts/8fa7f75c-2640-4ec1-a68e-17368298adfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..95b4736d4d2c5cb48e36cc285133387200b061f8 --- /dev/null +++ b/texts/8fa7f75c-2640-4ec1-a68e-17368298adfa.txt @@ -0,0 +1 @@ +The adorable little orange cat is in the snow, and the sky is bright with stars, while butterflies are flying in the air. \ No newline at end of file diff --git a/texts/8fb4a950-621a-46d1-92b0-ba5d389d84e5.txt b/texts/8fb4a950-621a-46d1-92b0-ba5d389d84e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d0ebf19f4b166cc12c5e8bcdacdbe29dbc88c09 --- /dev/null +++ b/texts/8fb4a950-621a-46d1-92b0-ba5d389d84e5.txt @@ -0,0 +1 @@ +Winnie the Pooh and Jerry are on the snow, and "X&H" is written on the snow. \ No newline at end of file diff --git a/texts/8fb86767-f0fe-4e79-b315-f3d7c9e64082.txt b/texts/8fb86767-f0fe-4e79-b315-f3d7c9e64082.txt new file mode 100644 index 0000000000000000000000000000000000000000..346b0e554dcef6a9b05d0741e1159fe16bed270b --- /dev/null +++ b/texts/8fb86767-f0fe-4e79-b315-f3d7c9e64082.txt @@ -0,0 +1 @@ +hello Kitty is smoking a cigarette in her office seat while holding up a gun. \ No newline at end of file diff --git a/texts/8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91.txt b/texts/8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91.txt new file mode 100644 index 0000000000000000000000000000000000000000..65c075277b5f10ee2efb0ee8c25976fc40e1d651 --- /dev/null +++ b/texts/8fc6d4eb-bd32-4a3c-8a82-48f43d6d1c91.txt @@ -0,0 +1 @@ +Birthday party \ No newline at end of file diff --git a/texts/8fd4b413-1868-4119-9265-4273010504f3.txt b/texts/8fd4b413-1868-4119-9265-4273010504f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9f519e66d1f81975b1a70f3cac82cc6d237b573 --- /dev/null +++ b/texts/8fd4b413-1868-4119-9265-4273010504f3.txt @@ -0,0 +1 @@ +a painting of glass bottle in simple tree shape, transparent \ No newline at end of file diff --git a/texts/8fd99230-0acb-4fff-b7ea-cfedcf2e0598.txt b/texts/8fd99230-0acb-4fff-b7ea-cfedcf2e0598.txt new file mode 100644 index 0000000000000000000000000000000000000000..d29b5c94e14e3dd1fa32584d07aa5003f36eb01d --- /dev/null +++ b/texts/8fd99230-0acb-4fff-b7ea-cfedcf2e0598.txt @@ -0,0 +1 @@ +Still night, the full moon hangs in the sky. On the sea, shimmering in the moonlight, floated a wooden boat, the whole ship seemed so small in the sea. A small lamp hung from the bow, emitting a warm glow, and on the boat lay a fisherman with a hat and an invisible face, resting his arm and looking up into the night sky. The ship drifted further and further away. \ No newline at end of file diff --git a/texts/8fde9790-538e-41e2-a72c-495637e6f9a2.txt b/texts/8fde9790-538e-41e2-a72c-495637e6f9a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..55297fd01b4264656e1537978bb1ddc4b8556244 --- /dev/null +++ b/texts/8fde9790-538e-41e2-a72c-495637e6f9a2.txt @@ -0,0 +1 @@ +metal alarm a white background \ No newline at end of file diff --git a/texts/8feae06e-883f-4f8c-b25e-48f130a0ead1.txt b/texts/8feae06e-883f-4f8c-b25e-48f130a0ead1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fed4f56d867057168119d4d08a952c2d0c3ea528 --- /dev/null +++ b/texts/8feae06e-883f-4f8c-b25e-48f130a0ead1.txt @@ -0,0 +1 @@ +There was a beautiful sunset in the sky, and it was snowing. There was a warm bakery in the snow field. There was a big shiny Christmas tree in front of the bakery, and there were cats and dogs sleeping in the bakery. \ No newline at end of file diff --git a/texts/8febe0bf-ea97-4bf6-98f5-4a13fb2e210f.txt b/texts/8febe0bf-ea97-4bf6-98f5-4a13fb2e210f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d120d1370bf5e0ea99bf14cd87601f5380d2f89a --- /dev/null +++ b/texts/8febe0bf-ea97-4bf6-98f5-4a13fb2e210f.txt @@ -0,0 +1 @@ +A magical forest scene at night, where a man with black hair and dark eyes stands facing the camera. His body is inside the hollow of a massive tree, surrounded by glowing mushrooms and a gentle swarm of fireflies. The soft bioluminescent glow from the mushrooms and fireflies illuminates his calm expression and the intricate textures of the tree bark. The forest is dark yet filled with a dreamy, ethereal light, creating a surreal and enchanting atmosphere. \ No newline at end of file diff --git a/texts/8fed1699-af4f-472f-a36f-a7fb7927c5d3.txt b/texts/8fed1699-af4f-472f-a36f-a7fb7927c5d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4a91a5a0e02f27e914bfd6e668a17580f5216ab --- /dev/null +++ b/texts/8fed1699-af4f-472f-a36f-a7fb7927c5d3.txt @@ -0,0 +1 @@ +Volcanic eruption, grand piano, electric guitar, drum set, hellokitty singing with a microphone and drinking red wine with a goblet \ No newline at end of file diff --git a/texts/8feebe14-6ef9-436d-a5ba-b3fab9d26424.txt b/texts/8feebe14-6ef9-436d-a5ba-b3fab9d26424.txt new file mode 100644 index 0000000000000000000000000000000000000000..6de1aa8a0e313f01f79ff29bb29ffc1400c05555 --- /dev/null +++ b/texts/8feebe14-6ef9-436d-a5ba-b3fab9d26424.txt @@ -0,0 +1 @@ +White snow, a black cow cat, red sky \ No newline at end of file diff --git a/texts/8ff53474-c267-4d81-8728-dd44ea98d83f.txt b/texts/8ff53474-c267-4d81-8728-dd44ea98d83f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3457fce5949b2507ab6d4c65cb3ad2eec709e11b --- /dev/null +++ b/texts/8ff53474-c267-4d81-8728-dd44ea98d83f.txt @@ -0,0 +1 @@ +baby bernese mountain dog and baby samoy,at sea,fireworks blooming,fall in love,filmy feel,kiss \ No newline at end of file diff --git a/texts/8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f.txt b/texts/8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cafd0fad58c7bb7cda3fd47479e06954eb76c4d9 --- /dev/null +++ b/texts/8ffa761a-f7e0-4ff5-ba1f-0aabe32dae4f.txt @@ -0,0 +1 @@ +a mini hellokitty with a black cat are playing in the snow \ No newline at end of file diff --git a/texts/8ffc2b28-2261-49a8-9a38-38534f9373c9.txt b/texts/8ffc2b28-2261-49a8-9a38-38534f9373c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b946e7b0442faf31827624c196dfdfbf8531fef --- /dev/null +++ b/texts/8ffc2b28-2261-49a8-9a38-38534f9373c9.txt @@ -0,0 +1 @@ +blue sea ship dog \ No newline at end of file diff --git a/texts/90072888-318b-461c-8893-cfe8d95c4898.txt b/texts/90072888-318b-461c-8893-cfe8d95c4898.txt new file mode 100644 index 0000000000000000000000000000000000000000..a774e64324219299d437c82b41dca06421c018a8 --- /dev/null +++ b/texts/90072888-318b-461c-8893-cfe8d95c4898.txt @@ -0,0 +1 @@ +Pink snow falls in the sky and houses are made of ice cream and candy \ No newline at end of file diff --git a/texts/900ebeb7-c5dd-4240-9c89-98b75e2cfdcf.txt b/texts/900ebeb7-c5dd-4240-9c89-98b75e2cfdcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b0f2a8d04e855d4bc82b460ef328cc677844a0 --- /dev/null +++ b/texts/900ebeb7-c5dd-4240-9c89-98b75e2cfdcf.txt @@ -0,0 +1 @@ +A flock of birds on the chest, bypassing a hundred thousand suns. Many, many birds are flying in the sky, with someone looking up at the flock. The scene should be rich in color, bright, free, and full of vitality. The background should be colorful and bright sky \ No newline at end of file diff --git a/texts/900f0449-50c6-4f9e-bdbd-4cb9295e6f43.txt b/texts/900f0449-50c6-4f9e-bdbd-4cb9295e6f43.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e4a0db5cf881d33b4615ae26ed7b1a34bd521e4 --- /dev/null +++ b/texts/900f0449-50c6-4f9e-bdbd-4cb9295e6f43.txt @@ -0,0 +1 @@ +atomic bomb causes huge fire all around the world because of a book \ No newline at end of file diff --git a/texts/90118c66-cc97-42c5-b9ba-d0567c63efcb.txt b/texts/90118c66-cc97-42c5-b9ba-d0567c63efcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c1f23725e63b3f8de2ecc788c39a90202d1d57 --- /dev/null +++ b/texts/90118c66-cc97-42c5-b9ba-d0567c63efcb.txt @@ -0,0 +1 @@ +The image shows a cat sitting in a pothole on a street at night. The cat is orange and white and appears to be looking at something off to the side. The pothole is filled with gravel and the street is lit by a soft, reddish glow. \ No newline at end of file diff --git a/texts/9024af14-7860-43f1-8b1c-b97349c3b4c2.txt b/texts/9024af14-7860-43f1-8b1c-b97349c3b4c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..99433a7135a158a102a13c7d8f66882be7665345 --- /dev/null +++ b/texts/9024af14-7860-43f1-8b1c-b97349c3b4c2.txt @@ -0,0 +1 @@ +BA long-haired, blue-eyed, black-and-white symmetrical-faced tuxedo cat works at the computer until it smokes and catches fire. \ No newline at end of file diff --git a/texts/902bd632-7f53-4dd1-9abf-d77b7f0de9b6.txt b/texts/902bd632-7f53-4dd1-9abf-d77b7f0de9b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..221b0117521557a8c2274f6fc695338c48f6d284 --- /dev/null +++ b/texts/902bd632-7f53-4dd1-9abf-d77b7f0de9b6.txt @@ -0,0 +1 @@ +A cute little dog is playing in the snow, with stars shining in the sky and snow falling. The dog is wearing a red knitted scarf \ No newline at end of file diff --git a/texts/902c7320-3438-4218-b863-61d9db54597e.txt b/texts/902c7320-3438-4218-b863-61d9db54597e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c67677bdb91c126e9d6b385780d0aa7f4f6719c4 --- /dev/null +++ b/texts/902c7320-3438-4218-b863-61d9db54597e.txt @@ -0,0 +1 @@ +Teddy bear and peach \ No newline at end of file diff --git a/texts/9037f32c-c6d4-4112-b617-9217acad5147.txt b/texts/9037f32c-c6d4-4112-b617-9217acad5147.txt new file mode 100644 index 0000000000000000000000000000000000000000..9480e013fc0fd660b4254e7c5c43330588118417 --- /dev/null +++ b/texts/9037f32c-c6d4-4112-b617-9217acad5147.txt @@ -0,0 +1 @@ +bar counter wine glass The atmosphere is great. \ No newline at end of file diff --git a/texts/903c9104-ae44-4a52-bca2-54ca10577a60.txt b/texts/903c9104-ae44-4a52-bca2-54ca10577a60.txt new file mode 100644 index 0000000000000000000000000000000000000000..c419cbea9f264a25c95bb81869c39cff03474465 --- /dev/null +++ b/texts/903c9104-ae44-4a52-bca2-54ca10577a60.txt @@ -0,0 +1 @@ +A person was kneeling on the ground, his head resting on the sofa, and his face could not be seen clearly. \ No newline at end of file diff --git a/texts/904bf918-c8e9-434b-9067-ca484c9cb7ee.txt b/texts/904bf918-c8e9-434b-9067-ca484c9cb7ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..866ae03bf9446a2df9565d83fca5b305c63bb1f7 --- /dev/null +++ b/texts/904bf918-c8e9-434b-9067-ca484c9cb7ee.txt @@ -0,0 +1 @@ +There is a lovely hellokitty doll with English yosh written next to it in the snow. \ No newline at end of file diff --git a/texts/9054f749-00d9-4b01-9ba8-e0967aefe0c2.txt b/texts/9054f749-00d9-4b01-9ba8-e0967aefe0c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a21da86ab5821614c706ca4d3c9bca3492349ee6 --- /dev/null +++ b/texts/9054f749-00d9-4b01-9ba8-e0967aefe0c2.txt @@ -0,0 +1 @@ +"An overgrown, abandoned cemetery with weathered white headstones, marked by the passage of time, and a pair of men's shoes casually placed nearby." \ No newline at end of file diff --git a/texts/9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc.txt b/texts/9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a78ec0a717f8e0e8b099a04f19d988f348a5a584 --- /dev/null +++ b/texts/9078248d-d35b-42b7-b9e6-1a2c3e5ad7bc.txt @@ -0,0 +1 @@ +At night, there are auroras in the sky, and a Samoyed is playing with a toy ball on the snow with the words Michuxxx written on it. Snowflakes float in the sky \ No newline at end of file diff --git a/texts/908428a1-1157-4c38-b6d0-4fcd8149d51c.txt b/texts/908428a1-1157-4c38-b6d0-4fcd8149d51c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7754fa7100e931bfb5c7110ddaa7cc5016a439a --- /dev/null +++ b/texts/908428a1-1157-4c38-b6d0-4fcd8149d51c.txt @@ -0,0 +1 @@ +A calm-faced American Shorthair cat and a slightly chubby Silver British Shorthair cat are basking together in a sea of wealth. \ No newline at end of file diff --git a/texts/908b06ea-a317-4426-b76b-f2a62bd61029.txt b/texts/908b06ea-a317-4426-b76b-f2a62bd61029.txt new file mode 100644 index 0000000000000000000000000000000000000000..c574d02ee203c5c1263bc13d55948171f73aac11 --- /dev/null +++ b/texts/908b06ea-a317-4426-b76b-f2a62bd61029.txt @@ -0,0 +1 @@ +A West Highland White Terrier pilot is flying and turning on the aircraft \ No newline at end of file diff --git a/texts/909875a6-c3cc-45c4-94dd-7e5631238016.txt b/texts/909875a6-c3cc-45c4-94dd-7e5631238016.txt new file mode 100644 index 0000000000000000000000000000000000000000..29f32151551369ecef9711c0456b288afb18b003 --- /dev/null +++ b/texts/909875a6-c3cc-45c4-94dd-7e5631238016.txt @@ -0,0 +1 @@ +The robot and the dog are dancing in the snow \ No newline at end of file diff --git a/texts/909d00e3-20d7-4b4d-b9de-7654ab68b5bc.txt b/texts/909d00e3-20d7-4b4d-b9de-7654ab68b5bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..09d232e5fb5221182b1a563b9830fe334248b43c --- /dev/null +++ b/texts/909d00e3-20d7-4b4d-b9de-7654ab68b5bc.txt @@ -0,0 +1 @@ +A resort that is utopian, pretty swuare, mainly white, looks sus, used for keeping rich people with mental issues. \ No newline at end of file diff --git a/texts/90a39241-d203-4efa-800e-5b3726de8b75.txt b/texts/90a39241-d203-4efa-800e-5b3726de8b75.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce50b7e07c02fd904e9af11e454cc73625c31767 --- /dev/null +++ b/texts/90a39241-d203-4efa-800e-5b3726de8b75.txt @@ -0,0 +1 @@ +A knight in a black robe and veil stood with a black horse by a quiet lake \ No newline at end of file diff --git a/texts/90adfb62-9413-40be-882d-a8b193be0fc4.txt b/texts/90adfb62-9413-40be-882d-a8b193be0fc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..37e8b8021b14fbe73b8bf7d6a082ca4317cea888 --- /dev/null +++ b/texts/90adfb62-9413-40be-882d-a8b193be0fc4.txt @@ -0,0 +1 @@ +The tuxedo cat screamed with a torch and set the house on fire \ No newline at end of file diff --git a/texts/90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32.txt b/texts/90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f2d8caf6e464e6463d0057636a09c90fe32abad --- /dev/null +++ b/texts/90b5fa2e-ea13-4dd2-bd8e-04fbe9a1eb32.txt @@ -0,0 +1 @@ +A black French bulldog wearing red clothes and a littleblack cat are skiing in the snow together \ No newline at end of file diff --git a/texts/90bba675-9951-49e3-a66c-cc081ef172dd.txt b/texts/90bba675-9951-49e3-a66c-cc081ef172dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e756ce4330bf3e7fee8cc6ee87f40392254db89 --- /dev/null +++ b/texts/90bba675-9951-49e3-a66c-cc081ef172dd.txt @@ -0,0 +1 @@ +balcony, lights, s'mores \ No newline at end of file diff --git a/texts/90c09cff-b65c-4c92-b6d6-a970d25e4d2d.txt b/texts/90c09cff-b65c-4c92-b6d6-a970d25e4d2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9504b42102dcb75e41ed6ed8c911d38f3dcd8f15 --- /dev/null +++ b/texts/90c09cff-b65c-4c92-b6d6-a970d25e4d2d.txt @@ -0,0 +1 @@ +There is a computer on a mid century modern style Eames desk. There is a coffee mug full of espresso next to the computer on the desk. \ No newline at end of file diff --git a/texts/90c6c658-cd00-47f6-ad1c-91e1be105cea.txt b/texts/90c6c658-cd00-47f6-ad1c-91e1be105cea.txt new file mode 100644 index 0000000000000000000000000000000000000000..eacdcbcf1ad8c010e9ac57f9ca2a092656b728a8 --- /dev/null +++ b/texts/90c6c658-cd00-47f6-ad1c-91e1be105cea.txt @@ -0,0 +1 @@ +The back view of a black cat \ No newline at end of file diff --git a/texts/90d8aa93-0fee-43ab-8985-09a02164b2bc.txt b/texts/90d8aa93-0fee-43ab-8985-09a02164b2bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..23e8b97ae490d993181753fb5a9c9d04e8025d1f --- /dev/null +++ b/texts/90d8aa93-0fee-43ab-8985-09a02164b2bc.txt @@ -0,0 +1 @@ +a cute pure black cat with bow on the left ear \ No newline at end of file diff --git a/texts/90ebef8a-5985-427d-9183-6e1f0cf41ed7.txt b/texts/90ebef8a-5985-427d-9183-6e1f0cf41ed7.txt new file mode 100644 index 0000000000000000000000000000000000000000..551286c4cf688dd2c1a44ba19007071123ce7f62 --- /dev/null +++ b/texts/90ebef8a-5985-427d-9183-6e1f0cf41ed7.txt @@ -0,0 +1 @@ +two happy hellokitty wedding in the snow night \ No newline at end of file diff --git a/texts/90f8aff8-4bc2-4d57-b157-9a0a375f2ee0.txt b/texts/90f8aff8-4bc2-4d57-b157-9a0a375f2ee0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8e8cf2c970d1877b337a24b7a7c30b22c62444d --- /dev/null +++ b/texts/90f8aff8-4bc2-4d57-b157-9a0a375f2ee0.txt @@ -0,0 +1 @@ +On the couch a kitten with wings \ No newline at end of file diff --git a/texts/90fdf730-ce05-4bd9-8f32-ad39d59defea.txt b/texts/90fdf730-ce05-4bd9-8f32-ad39d59defea.txt new file mode 100644 index 0000000000000000000000000000000000000000..1773eeb56353e6c85467cd4ed9cc8f80592ea3c6 --- /dev/null +++ b/texts/90fdf730-ce05-4bd9-8f32-ad39d59defea.txt @@ -0,0 +1 @@ +two cats watching grand fireworks at sunset by the seaside, besides a green Christmas tree \ No newline at end of file diff --git a/texts/9106357c-d504-41af-be6c-86cccc758d77.txt b/texts/9106357c-d504-41af-be6c-86cccc758d77.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d14c359ab19175bc0c0cb2158be944337074a1e --- /dev/null +++ b/texts/9106357c-d504-41af-be6c-86cccc758d77.txt @@ -0,0 +1 @@ +Spend Christmas in California \ No newline at end of file diff --git a/texts/9110c1cd-7cfe-4fe7-99e9-af251a835769.txt b/texts/9110c1cd-7cfe-4fe7-99e9-af251a835769.txt new file mode 100644 index 0000000000000000000000000000000000000000..d505ecb3562d519273d74a871c421d0ebf5e5903 --- /dev/null +++ b/texts/9110c1cd-7cfe-4fe7-99e9-af251a835769.txt @@ -0,0 +1 @@ +It's snowing beside the sea. There is a hello kitty with headphones sitting. There are fireworks above the sea. The letter SZSQ is engraved in the snow. \ No newline at end of file diff --git a/texts/9111050a-060b-4613-bfd9-88a64178954e.txt b/texts/9111050a-060b-4613-bfd9-88a64178954e.txt new file mode 100644 index 0000000000000000000000000000000000000000..286060a03e7bc56b47923a29e839add3ff2310bc --- /dev/null +++ b/texts/9111050a-060b-4613-bfd9-88a64178954e.txt @@ -0,0 +1 @@ +Christmas is here, hello Kitty is drinking. The table is full of wine, and there is a Bengal leopard cat next to her \ No newline at end of file diff --git a/texts/911c1efd-4c3d-46eb-b87a-3da70cdb6280.txt b/texts/911c1efd-4c3d-46eb-b87a-3da70cdb6280.txt new file mode 100644 index 0000000000000000000000000000000000000000..11c9757b7665f428709f12be9fe057f7530e1f36 --- /dev/null +++ b/texts/911c1efd-4c3d-46eb-b87a-3da70cdb6280.txt @@ -0,0 +1 @@ +A handsome Chinese young man in a kimono meditating in a serene Japanese Zen temple, seated peacefully before a solemn Buddha statue. \ No newline at end of file diff --git a/texts/911e5618-acb8-4f3e-baed-6266af2a3987.txt b/texts/911e5618-acb8-4f3e-baed-6266af2a3987.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b8870b1eea573df976cfada54843ebcea938cfd --- /dev/null +++ b/texts/911e5618-acb8-4f3e-baed-6266af2a3987.txt @@ -0,0 +1 @@ +A little chicken ran around the fire, and a group of pigeons hovered in the sky. It was getting late \ No newline at end of file diff --git a/texts/911f5982-39f8-4593-8db3-e56c85cb1aa1.txt b/texts/911f5982-39f8-4593-8db3-e56c85cb1aa1.txt new file mode 100644 index 0000000000000000000000000000000000000000..82810d58017c7dfb9ebdf34ff107042b417473ed --- /dev/null +++ b/texts/911f5982-39f8-4593-8db3-e56c85cb1aa1.txt @@ -0,0 +1 @@ +baby is having facial \ No newline at end of file diff --git a/texts/91273f27-f864-49e0-9d03-bd3a97428712.txt b/texts/91273f27-f864-49e0-9d03-bd3a97428712.txt new file mode 100644 index 0000000000000000000000000000000000000000..656dd0c28b61f886a88fd1ef4e2e7eb258c85ba2 --- /dev/null +++ b/texts/91273f27-f864-49e0-9d03-bd3a97428712.txt @@ -0,0 +1 @@ +Hello kitty doll, seaside, Christmas, snow, fireworks, aurora, beach, snow with W&Z written in it, sunset sky, snow, fireworks fairy sticks, angels, warm romantic atmosphere \ No newline at end of file diff --git a/texts/912b6501-efc6-460f-b060-dec07fe3691f.txt b/texts/912b6501-efc6-460f-b060-dec07fe3691f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4225503579f2afd58f175210e6ff74b34d0d6c61 --- /dev/null +++ b/texts/912b6501-efc6-460f-b060-dec07fe3691f.txt @@ -0,0 +1 @@ +the hello kitty on the right wearing blue clothes,add two hello kitty sitting together,the words "LJY&SZF" written on the snow \ No newline at end of file diff --git a/texts/91401ccd-a7d3-4b50-be0f-b6712355582c.txt b/texts/91401ccd-a7d3-4b50-be0f-b6712355582c.txt new file mode 100644 index 0000000000000000000000000000000000000000..14fd79c2c235bb885d22bf892c22e2ede68f4024 --- /dev/null +++ b/texts/91401ccd-a7d3-4b50-be0f-b6712355582c.txt @@ -0,0 +1 @@ +The white bichon frise in the snow, with a snowman next to it, and there is a aurora in the sky behind it. \ No newline at end of file diff --git a/texts/91455442-c577-4949-8e17-7238d97d96af.txt b/texts/91455442-c577-4949-8e17-7238d97d96af.txt new file mode 100644 index 0000000000000000000000000000000000000000..43f443ac505ad19f691180487f9f4388f25176b5 --- /dev/null +++ b/texts/91455442-c577-4949-8e17-7238d97d96af.txt @@ -0,0 +1 @@ +HelloKitty from Sanrio is riding on the back of Eevee from Pokemon. the background is Christmas atmosphere, with Christmas trees and lights \ No newline at end of file diff --git a/texts/91459f29-3158-4a58-ae7e-11f1255173b4.txt b/texts/91459f29-3158-4a58-ae7e-11f1255173b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..249fced82c05313099522cd9751c41cefa5a8897 --- /dev/null +++ b/texts/91459f29-3158-4a58-ae7e-11f1255173b4.txt @@ -0,0 +1 @@ +A teddy dog rolls aro in snow \ No newline at end of file diff --git a/texts/914900a4-6382-4ae3-8adc-fbae2a4a4b88.txt b/texts/914900a4-6382-4ae3-8adc-fbae2a4a4b88.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae5da4e058d77c23a9335232b03393a8f25ff09e --- /dev/null +++ b/texts/914900a4-6382-4ae3-8adc-fbae2a4a4b88.txt @@ -0,0 +1 @@ +The "happy single day" letters on the bag will be replaced by gold gold hardware, and the other parts will not be changed \ No newline at end of file diff --git a/texts/91578ad1-b462-45a8-84e2-a3cb8cdee1e0.txt b/texts/91578ad1-b462-45a8-84e2-a3cb8cdee1e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccdb8b1f07c5b66dee840f09f52b4e1e87e6d818 --- /dev/null +++ b/texts/91578ad1-b462-45a8-84e2-a3cb8cdee1e0.txt @@ -0,0 +1 @@ +a smiling merle boarder collie with red scarf sitting by camp fire in snowland \ No newline at end of file diff --git a/texts/916726ab-15e3-4bee-b37e-0af48411c8d8.txt b/texts/916726ab-15e3-4bee-b37e-0af48411c8d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..9927086cce9576fdadc8509effea705a66a77ad9 --- /dev/null +++ b/texts/916726ab-15e3-4bee-b37e-0af48411c8d8.txt @@ -0,0 +1 @@ +the giel in a tibetan robe stood in the snow with a smile,with a snowy mountain behind her,dream core style. \ No newline at end of file diff --git a/texts/916d4c8b-f71d-4a3b-82b4-a338e2c48f52.txt b/texts/916d4c8b-f71d-4a3b-82b4-a338e2c48f52.txt new file mode 100644 index 0000000000000000000000000000000000000000..b22417d1a4d0e025fbe0b8167444fa24cace68b8 --- /dev/null +++ b/texts/916d4c8b-f71d-4a3b-82b4-a338e2c48f52.txt @@ -0,0 +1 @@ +Hello kitty On the snow, HTY is written on the snow. \ No newline at end of file diff --git a/texts/918b3e58-9bd7-42ec-8092-4c2202cd3266.txt b/texts/918b3e58-9bd7-42ec-8092-4c2202cd3266.txt new file mode 100644 index 0000000000000000000000000000000000000000..059815b80ec101581b7690b8fe169fea8dc20bf1 --- /dev/null +++ b/texts/918b3e58-9bd7-42ec-8092-4c2202cd3266.txt @@ -0,0 +1 @@ +A Yellow and white corgi playing magic in light snow falls from a pitch-black sky \ No newline at end of file diff --git a/texts/918d37fe-fa98-4e6d-806e-640d1a39d7f6.txt b/texts/918d37fe-fa98-4e6d-806e-640d1a39d7f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5baa29e9a622159508ec333971e9cb07b3991eb --- /dev/null +++ b/texts/918d37fe-fa98-4e6d-806e-640d1a39d7f6.txt @@ -0,0 +1 @@ +Xinjiang, horseback riding, \ No newline at end of file diff --git a/texts/9190d5ec-6172-4852-9b27-0fa1d47e5a67.txt b/texts/9190d5ec-6172-4852-9b27-0fa1d47e5a67.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ae823d2076323d262480d2a47415a6ef9886b1a --- /dev/null +++ b/texts/9190d5ec-6172-4852-9b27-0fa1d47e5a67.txt @@ -0,0 +1 @@ +A little black cat walking on the snow and see the aurora \ No newline at end of file diff --git a/texts/9193b856-d220-4f9f-b80f-b28f05c2e0c6.txt b/texts/9193b856-d220-4f9f-b80f-b28f05c2e0c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..8665449788a39e826b551e2b0d55158a6e83fb88 --- /dev/null +++ b/texts/9193b856-d220-4f9f-b80f-b28f05c2e0c6.txt @@ -0,0 +1 @@ +a cute hello kitty, wearing a rainbow sweater and glasses,head is on fire, is reading a book, the title is Biology, and there is coffee next to it, \ No newline at end of file diff --git a/texts/919a009d-7f8c-45fe-a1ce-21e93ba6397d.txt b/texts/919a009d-7f8c-45fe-a1ce-21e93ba6397d.txt new file mode 100644 index 0000000000000000000000000000000000000000..634ac77fdae09976ba7c196fb6d5e944efbf3ab9 --- /dev/null +++ b/texts/919a009d-7f8c-45fe-a1ce-21e93ba6397d.txt @@ -0,0 +1 @@ +one christmas day, white wall, a golden british shorthair cat wearing a wizard's hob and hat, holding a cup of wine while sitting in front of computer \ No newline at end of file diff --git a/texts/91acafb6-0e90-42a0-8b9f-90e8bf58bf0c.txt b/texts/91acafb6-0e90-42a0-8b9f-90e8bf58bf0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed5faacd7d4a572ca6f273360e7a62a1f272d8d9 --- /dev/null +++ b/texts/91acafb6-0e90-42a0-8b9f-90e8bf58bf0c.txt @@ -0,0 +1 @@ +A kitten wearing goggles and headphones enjoys a cup of coffee while skiing in the white snow. Some love. Some glitter \ No newline at end of file diff --git a/texts/91ad0a08-22b2-4350-bdeb-50a90589de6f.txt b/texts/91ad0a08-22b2-4350-bdeb-50a90589de6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..efc4f089d8dd7e5d59f46921877d75433fe3fea0 --- /dev/null +++ b/texts/91ad0a08-22b2-4350-bdeb-50a90589de6f.txt @@ -0,0 +1 @@ +A cat smoking and drinking at amusement park with a birthday hat \ No newline at end of file diff --git a/texts/91adb258-1d6e-4ef2-94b8-3b4ecf39311b.txt b/texts/91adb258-1d6e-4ef2-94b8-3b4ecf39311b.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa9c822602ceedf000eeba2c9e72eeaee50cd5cf --- /dev/null +++ b/texts/91adb258-1d6e-4ef2-94b8-3b4ecf39311b.txt @@ -0,0 +1 @@ +A man is covered with blood and walks in the blood mist. \ No newline at end of file diff --git a/texts/91b19985-9031-49b1-99c4-f25951bcd428.txt b/texts/91b19985-9031-49b1-99c4-f25951bcd428.txt new file mode 100644 index 0000000000000000000000000000000000000000..cff20ee772fa3b2677f8936bef46b3b1fad8e11c --- /dev/null +++ b/texts/91b19985-9031-49b1-99c4-f25951bcd428.txt @@ -0,0 +1 @@ +pearls in shape of letter "iAn" on a pine tree covered in snow \ No newline at end of file diff --git a/texts/91b6c82a-02e5-4883-b4c8-15b5124cf9c6.txt b/texts/91b6c82a-02e5-4883-b4c8-15b5124cf9c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..732087c138931589fefffa75cd10ea9fc00462f3 --- /dev/null +++ b/texts/91b6c82a-02e5-4883-b4c8-15b5124cf9c6.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Sariel jy written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/91b75ac5-e8a4-4229-978a-0cc4aa0cfecb.txt b/texts/91b75ac5-e8a4-4229-978a-0cc4aa0cfecb.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a2650099a407e9783242a00fbf9868ff6bfb2b0 --- /dev/null +++ b/texts/91b75ac5-e8a4-4229-978a-0cc4aa0cfecb.txt @@ -0,0 +1 @@ +Hello kitty and snow \ No newline at end of file diff --git a/texts/91be262b-c992-47a9-bba8-002b81b3ce2c.txt b/texts/91be262b-c992-47a9-bba8-002b81b3ce2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1fc1bb50a2c1888d1ad9357cacbe16d3b565ee7 --- /dev/null +++ b/texts/91be262b-c992-47a9-bba8-002b81b3ce2c.txt @@ -0,0 +1 @@ +Behind the young man of the Tibetan master, on the grassland, snow capped mountains, white horses, running \ No newline at end of file diff --git a/texts/91c086e3-f51c-43b2-ba08-4135ab00cd48.txt b/texts/91c086e3-f51c-43b2-ba08-4135ab00cd48.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbbbae298660ad7545a3cb53631829774793a89d --- /dev/null +++ b/texts/91c086e3-f51c-43b2-ba08-4135ab00cd48.txt @@ -0,0 +1 @@ +The square transparent water pool, with lots of water lilies inside, and the full moon reflecting on the water, projector.in a artificial forest \ No newline at end of file diff --git a/texts/91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3.txt b/texts/91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8adfa8e2fd7c8f1b9246f8b4d5d1dbb1777e7cc --- /dev/null +++ b/texts/91c0d6a1-78dd-4ab3-8d56-39a3577ecdf3.txt @@ -0,0 +1 @@ +koi jumping with a Santa hat \ No newline at end of file diff --git a/texts/91d6dd68-2c29-44b9-bf04-ae989419af2e.txt b/texts/91d6dd68-2c29-44b9-bf04-ae989419af2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e3e48dd267cffc7bb9d0dd320b8ee846ad025ac --- /dev/null +++ b/texts/91d6dd68-2c29-44b9-bf04-ae989419af2e.txt @@ -0,0 +1 @@ +The Christmas tree is filled with gifts, and the snow man is dancing beside the Christmas tree, and the snow is floating all over the sky \ No newline at end of file diff --git a/texts/91dc4117-0482-4d1d-9db5-ed43f159a986.txt b/texts/91dc4117-0482-4d1d-9db5-ed43f159a986.txt new file mode 100644 index 0000000000000000000000000000000000000000..ece6f3b5bbba2488b82aa49f0bb7d5e0218c3548 --- /dev/null +++ b/texts/91dc4117-0482-4d1d-9db5-ed43f159a986.txt @@ -0,0 +1 @@ +A brown teddy dog is playing with butterflies on the snow outside, the moon and stars are shining in the night sky, the snow is written "snow 1to7", and there are snow-capped mountains in the distance \ No newline at end of file diff --git a/texts/91edeff2-0123-4afd-ad1f-2ae1a634ec86.txt b/texts/91edeff2-0123-4afd-ad1f-2ae1a634ec86.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c0308403efcd797d7da429548ebf2d3370b3a81 --- /dev/null +++ b/texts/91edeff2-0123-4afd-ad1f-2ae1a634ec86.txt @@ -0,0 +1 @@ +Avant-garde fashion photography, person in oversized white puffer suit, massive wind turbine, deep teal sky, minimalist industrial backdrop, urban techwear aesthetic, desert setting, wheat-colored grass, dramatic low angle shot, modern editorial style, architectural composition \ No newline at end of file diff --git a/texts/91f33498-a7de-4794-88dc-60c14d86e7a6.txt b/texts/91f33498-a7de-4794-88dc-60c14d86e7a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..8279a3e790e5002acdf139017cb1e49c813fac93 --- /dev/null +++ b/texts/91f33498-a7de-4794-88dc-60c14d86e7a6.txt @@ -0,0 +1 @@ +In a picture, there are flowing water waves, rain and stars appear in the sky at the same time, and a long-haired dachshund is taking pictures with a camera. \ No newline at end of file diff --git a/texts/91f35b1c-002e-45c8-8427-639108263576.txt b/texts/91f35b1c-002e-45c8-8427-639108263576.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a48c7fdabd94824a4ba6f055f12e8bd9b4c94d1 --- /dev/null +++ b/texts/91f35b1c-002e-45c8-8427-639108263576.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and Chris written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/91f8f061-310e-4f67-a73e-6c4e4b4dea53.txt b/texts/91f8f061-310e-4f67-a73e-6c4e4b4dea53.txt new file mode 100644 index 0000000000000000000000000000000000000000..4db009099b9456975a8aa1e25aeb6ead93d1ab3c --- /dev/null +++ b/texts/91f8f061-310e-4f67-a73e-6c4e4b4dea53.txt @@ -0,0 +1 @@ +The West Highland Puppy, dressed for Christmas, rolling around in the snow. \ No newline at end of file diff --git a/texts/92065cfb-20cf-4425-b8b3-a12969e587aa.txt b/texts/92065cfb-20cf-4425-b8b3-a12969e587aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2561de8b08fdc1b6d2b3837d93b859ef0e35619 --- /dev/null +++ b/texts/92065cfb-20cf-4425-b8b3-a12969e587aa.txt @@ -0,0 +1 @@ +At sunset, a man with curly hair to his shoulders stays here, a scarf that covers half of his face, a lot of fish flying in the sky in the snow, and next to the man there is a very lovely West Highlands \ No newline at end of file diff --git a/texts/920a696f-63a0-4b13-897e-61083aeb2505.txt b/texts/920a696f-63a0-4b13-897e-61083aeb2505.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1f891526ff160e879aeba876c7111d7acdb6270 --- /dev/null +++ b/texts/920a696f-63a0-4b13-897e-61083aeb2505.txt @@ -0,0 +1 @@ +At dusk, there is light from street lamps. There are many green trees and a small fountain in the park. There are three cats, two black cats, and one orange cat. They are very close to the camera \ No newline at end of file diff --git a/texts/921c9339-3af1-4c40-bbb8-8fab50207f30.txt b/texts/921c9339-3af1-4c40-bbb8-8fab50207f30.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3f961d15d6cded421d0e68dd2d7068b33475caf --- /dev/null +++ b/texts/921c9339-3af1-4c40-bbb8-8fab50207f30.txt @@ -0,0 +1 @@ +At night, in the Sahara Desert, two people, one sitting and one standing on a sand dune in the distance, with their backs, the moon is bigger than them. Black windbreaker. \ No newline at end of file diff --git a/texts/92215dae-0ad8-4ed9-aba4-c28220ba8c93.txt b/texts/92215dae-0ad8-4ed9-aba4-c28220ba8c93.txt new file mode 100644 index 0000000000000000000000000000000000000000..889d109d411cdbf522200a4bbaad9f986bd7ed72 --- /dev/null +++ b/texts/92215dae-0ad8-4ed9-aba4-c28220ba8c93.txt @@ -0,0 +1 @@ +Fire,snow,birthday,silence,candle \ No newline at end of file diff --git a/texts/92227130-7bf3-492d-838c-edbd2b53dd8d.txt b/texts/92227130-7bf3-492d-838c-edbd2b53dd8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fecd27fbd246db305c09213600e37e095342547c --- /dev/null +++ b/texts/92227130-7bf3-492d-838c-edbd2b53dd8d.txt @@ -0,0 +1 @@ +Beagle is woring in a bak \ No newline at end of file diff --git a/texts/922405ab-8335-456b-acd7-84c10ec29b61.txt b/texts/922405ab-8335-456b-acd7-84c10ec29b61.txt new file mode 100644 index 0000000000000000000000000000000000000000..252a8648964a84507b024c65b0b3f090306faf4d --- /dev/null +++ b/texts/922405ab-8335-456b-acd7-84c10ec29b61.txt @@ -0,0 +1 @@ +a pure white cat with angle wing and christmas hat stand behind a table, holiday cupcakes and many gift boxes on the table, huge christmas tree by the side, background has many cat friends photo frames \ No newline at end of file diff --git a/texts/92252117-d565-4290-bb8c-11a7253c808b.txt b/texts/92252117-d565-4290-bb8c-11a7253c808b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fb22fcf43926c7326ff821bdea01306b2a82ef1 --- /dev/null +++ b/texts/92252117-d565-4290-bb8c-11a7253c808b.txt @@ -0,0 +1 @@ +two cute ghosts driving at night \ No newline at end of file diff --git a/texts/9257614f-49a0-41b4-a670-8e454cf3f44e.txt b/texts/9257614f-49a0-41b4-a670-8e454cf3f44e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9441e788a5b0c53d1059be026fa97573d943ae86 --- /dev/null +++ b/texts/9257614f-49a0-41b4-a670-8e454cf3f44e.txt @@ -0,0 +1 @@ +A jellycat penguin in a bikini watches a volcano erupt with an aurora in the sky \ No newline at end of file diff --git a/texts/925cf889-9d32-4da0-9abf-7b06275419fc.txt b/texts/925cf889-9d32-4da0-9abf-7b06275419fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d70f5d3da84a41fc0a86919478f489511c8dc8c --- /dev/null +++ b/texts/925cf889-9d32-4da0-9abf-7b06275419fc.txt @@ -0,0 +1 @@ +Mickey Mouse doll and Hello Kitty get married in the toilet. \ No newline at end of file diff --git a/texts/925e30ce-4b83-4ddd-b258-ba015616c4b9.txt b/texts/925e30ce-4b83-4ddd-b258-ba015616c4b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..39a8f7a4053decc9f5f4c55f4352023f0f3fbf76 --- /dev/null +++ b/texts/925e30ce-4b83-4ddd-b258-ba015616c4b9.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a bow and crown, sits in a bathtub filled with gold and money, holding a gun and shooting to the left, with a beach and sunshine outside the window. \ No newline at end of file diff --git a/texts/926208c1-2eca-4290-96cb-227f7489f45a.txt b/texts/926208c1-2eca-4290-96cb-227f7489f45a.txt new file mode 100644 index 0000000000000000000000000000000000000000..23fe8831220a9a778e373ebaff67b7dd1125599b --- /dev/null +++ b/texts/926208c1-2eca-4290-96cb-227f7489f45a.txt @@ -0,0 +1 @@ +A baby beagle wearing sweater and christmas hat and wearing a green scarf playing the piano . \ No newline at end of file diff --git a/texts/92647fef-ad4c-4997-bced-0f7d13ac7232.txt b/texts/92647fef-ad4c-4997-bced-0f7d13ac7232.txt new file mode 100644 index 0000000000000000000000000000000000000000..15fa07fe92420924a2fa362866c9e7f0f39a71d2 --- /dev/null +++ b/texts/92647fef-ad4c-4997-bced-0f7d13ac7232.txt @@ -0,0 +1 @@ +A dog and cake on the snow with Happy Birthday Feifei wriiten on it \ No newline at end of file diff --git a/texts/9264a8ec-9cbe-4826-b842-56597f91d4b3.txt b/texts/9264a8ec-9cbe-4826-b842-56597f91d4b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4168cefe6f7959278527540c37ac57fd95876d07 --- /dev/null +++ b/texts/9264a8ec-9cbe-4826-b842-56597f91d4b3.txt @@ -0,0 +1 @@ +Fireworks composed of stars explode like ribbons \ No newline at end of file diff --git a/texts/92667bd3-4511-48d2-b42d-68996f4c71c2.txt b/texts/92667bd3-4511-48d2-b42d-68996f4c71c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..241094ef98ffbfefa137d0f5cbd7e235b7373315 --- /dev/null +++ b/texts/92667bd3-4511-48d2-b42d-68996f4c71c2.txt @@ -0,0 +1 @@ +all thing bright and beautiful \ No newline at end of file diff --git a/texts/92743ab2-755b-4352-97cd-3fc8764d848c.txt b/texts/92743ab2-755b-4352-97cd-3fc8764d848c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4aaa472ce9c2b6904ec54572e183d22c7be0e67 --- /dev/null +++ b/texts/92743ab2-755b-4352-97cd-3fc8764d848c.txt @@ -0,0 +1 @@ +A golden retriever puppy wearing a cook hat, baking cakes \ No newline at end of file diff --git a/texts/928b2e58-f028-4441-85f2-0b22d6f79b2c.txt b/texts/928b2e58-f028-4441-85f2-0b22d6f79b2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9be0c41a9eff06641d5a37345cac9bdeb732f9a --- /dev/null +++ b/texts/928b2e58-f028-4441-85f2-0b22d6f79b2c.txt @@ -0,0 +1 @@ +Stitch Christmas \ No newline at end of file diff --git a/texts/92a17fd1-f95f-4eb4-bf20-03ccc6b11d36.txt b/texts/92a17fd1-f95f-4eb4-bf20-03ccc6b11d36.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e45973f1dd6962132b48badbd9e855a9f6edf42 --- /dev/null +++ b/texts/92a17fd1-f95f-4eb4-bf20-03ccc6b11d36.txt @@ -0,0 +1 @@ +a cute redpanda wearing a hat in mushroom shape,holding a basket with full of red mushrooms,walking in the forest \ No newline at end of file diff --git a/texts/92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f.txt b/texts/92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..79ea116435b53f2949f65fde5cd6974940e75893 --- /dev/null +++ b/texts/92ac3e09-2b5c-4db3-b6e3-47c2ca4fce4f.txt @@ -0,0 +1 @@ +snow flurries, the sky is pure black, and the West Highland puppy has one wing \ No newline at end of file diff --git a/texts/92b59aae-16d4-429e-a983-5d82c499bf17.txt b/texts/92b59aae-16d4-429e-a983-5d82c499bf17.txt new file mode 100644 index 0000000000000000000000000000000000000000..c65928bb59e2bdd2efbf11a386a9ea977effef07 --- /dev/null +++ b/texts/92b59aae-16d4-429e-a983-5d82c499bf17.txt @@ -0,0 +1 @@ +An adorable white West Highland and a white hellokitty sit in the snow with the sunset behind them \ No newline at end of file diff --git a/texts/92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4.txt b/texts/92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..9287c5dbd8f8b1a73b1956839ca7481c2706a25e --- /dev/null +++ b/texts/92bdb0ce-8ef0-4fe8-bdfb-fafd2868b8e4.txt @@ -0,0 +1 @@ +a lot of cats with wings dance and fly toward the beautiful moon \ No newline at end of file diff --git a/texts/92bf056b-f89a-4f19-a945-03d3019c82e9.txt b/texts/92bf056b-f89a-4f19-a945-03d3019c82e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d22f7d36550a5e2b829a8b4a8d118e692433b81 --- /dev/null +++ b/texts/92bf056b-f89a-4f19-a945-03d3019c82e9.txt @@ -0,0 +1 @@ +A tomato wearing sunglasses sitting in front of a jazz drum and playing the drums \ No newline at end of file diff --git a/texts/92ddf4ee-8112-4e24-b7ef-a7ac675e661b.txt b/texts/92ddf4ee-8112-4e24-b7ef-a7ac675e661b.txt new file mode 100644 index 0000000000000000000000000000000000000000..27ff5170281ac84341d4f0f3e55e8a340c5b12a6 --- /dev/null +++ b/texts/92ddf4ee-8112-4e24-b7ef-a7ac675e661b.txt @@ -0,0 +1 @@ +White Kittens, bubbles, snow, warm lights \ No newline at end of file diff --git a/texts/92dfc67e-b070-4e36-b3c9-2b108f9469e6.txt b/texts/92dfc67e-b070-4e36-b3c9-2b108f9469e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..074f4945f6b7a57c80e8de15fbc4ed10d2ffa5bc --- /dev/null +++ b/texts/92dfc67e-b070-4e36-b3c9-2b108f9469e6.txt @@ -0,0 +1 @@ +A cute little cat with a pink bow around its neck, facing the afterglow of the sunset on the beach \ No newline at end of file diff --git a/texts/92e79721-9540-4513-8fe8-ae212eb5277c.txt b/texts/92e79721-9540-4513-8fe8-ae212eb5277c.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc92f3cd41c31851e0524311f694fb8201df9f9c --- /dev/null +++ b/texts/92e79721-9540-4513-8fe8-ae212eb5277c.txt @@ -0,0 +1 @@ +black white cats in hotel room bed filled with feather \ No newline at end of file diff --git a/texts/92e8760c-a722-4aaa-9382-edcf9288f455.txt b/texts/92e8760c-a722-4aaa-9382-edcf9288f455.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e1be645c13fa42534a45caa6d825925cb4d585b --- /dev/null +++ b/texts/92e8760c-a722-4aaa-9382-edcf9288f455.txt @@ -0,0 +1 @@ +Hello Kitty stands in front of a burning house in a white wedding dress, holding a fish tank with goldfish in her hands and white lambs beside her \ No newline at end of file diff --git a/texts/92ef683e-74be-4137-8cda-a257235f8a60.txt b/texts/92ef683e-74be-4137-8cda-a257235f8a60.txt new file mode 100644 index 0000000000000000000000000000000000000000..262f10d620cc39345841ed3c54e08b167c0a3118 --- /dev/null +++ b/texts/92ef683e-74be-4137-8cda-a257235f8a60.txt @@ -0,0 +1 @@ +A dreamy environment with pink flowers, pink carpet, butterflies, bubbles, "YOSH" font, and a guitar \ No newline at end of file diff --git a/texts/92fe91d7-0e7a-4d87-b108-5da68a92d678.txt b/texts/92fe91d7-0e7a-4d87-b108-5da68a92d678.txt new file mode 100644 index 0000000000000000000000000000000000000000..c089e3565201644e2ab74a88d925a40faa6a3b07 --- /dev/null +++ b/texts/92fe91d7-0e7a-4d87-b108-5da68a92d678.txt @@ -0,0 +1 @@ +A black cat and a white dog sitting on the snow watching fireworks, Mingyu & Minghao is written on the snow \ No newline at end of file diff --git a/texts/9304292a-865c-4341-bf6d-3d13e3a3ece3.txt b/texts/9304292a-865c-4341-bf6d-3d13e3a3ece3.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca398a7173c1fcca67ad6626d81c6283744bb60a --- /dev/null +++ b/texts/9304292a-865c-4341-bf6d-3d13e3a3ece3.txt @@ -0,0 +1 @@ +You can see snow-covered fields and snow-laden pine trees outside the window, while inside there is a burning fireplace and a Christmas tree, accompanied by a stack of books and gifts, and colorful candles. \ No newline at end of file diff --git a/texts/9304666a-12eb-4b0e-8e64-28fafb65b3da.txt b/texts/9304666a-12eb-4b0e-8e64-28fafb65b3da.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6b9f3ba9991f0aebc672cb05cd7a80eae9914a4 --- /dev/null +++ b/texts/9304666a-12eb-4b0e-8e64-28fafb65b3da.txt @@ -0,0 +1 @@ +A teddy dog wearing a Christmas hat was standing on the snow-covered ground. The sky was tinted with the warm hues of dusk, casting a soft and gentle glow over everything around. \ No newline at end of file diff --git a/texts/9312ad80-1b7d-45cd-80e9-6d7b60b24616.txt b/texts/9312ad80-1b7d-45cd-80e9-6d7b60b24616.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a21a56a79afe76ee9967379810b9a83927d0065 --- /dev/null +++ b/texts/9312ad80-1b7d-45cd-80e9-6d7b60b24616.txt @@ -0,0 +1 @@ +In the snow, there are two kittens watching fireworks in the sky at night \ No newline at end of file diff --git a/texts/932e058d-7368-4665-a332-e5bd14c411c1.txt b/texts/932e058d-7368-4665-a332-e5bd14c411c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6a4e2a3b0d96eb5c568741b503f36ea158d53f6 --- /dev/null +++ b/texts/932e058d-7368-4665-a332-e5bd14c411c1.txt @@ -0,0 +1 @@ +a black horse runs in a foggy forest head to a castle in a far place. \ No newline at end of file diff --git a/texts/932e76b1-d91d-443b-a50f-f15cb4a6a2ff.txt b/texts/932e76b1-d91d-443b-a50f-f15cb4a6a2ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..63ab7198c6be8fcd7b08e979d74c65fc3d04e1c8 --- /dev/null +++ b/texts/932e76b1-d91d-443b-a50f-f15cb4a6a2ff.txt @@ -0,0 +1 @@ +The yellow parrot wore a birthday hat and sat in front of a cake filled with colorful candles. The walls of the house were creamy and flowing with the texture of frosting as if it would flow. The glowing candy balloons were floating around in warm tones \ No newline at end of file diff --git a/texts/933f2dfe-8802-438e-826e-13ec89846b96.txt b/texts/933f2dfe-8802-438e-826e-13ec89846b96.txt new file mode 100644 index 0000000000000000000000000000000000000000..b93eb17ba481884de93acee8b53c943d2b9271b5 --- /dev/null +++ b/texts/933f2dfe-8802-438e-826e-13ec89846b96.txt @@ -0,0 +1 @@ +night star shell The hawthorn is in the purple starry sky sandra Fireflies are everywhere \ No newline at end of file diff --git a/texts/93471166-be20-4678-9af7-245ba079ebda.txt b/texts/93471166-be20-4678-9af7-245ba079ebda.txt new file mode 100644 index 0000000000000000000000000000000000000000..eae104d42d8004f4bdcc27f49409fc0085ff20d2 --- /dev/null +++ b/texts/93471166-be20-4678-9af7-245ba079ebda.txt @@ -0,0 +1 @@ +In the snow there was a man in a sable skin standing on the snow and in the distance there was a white Wolf \ No newline at end of file diff --git a/texts/93489fa0-3dbe-44e6-9e57-32e974e29952.txt b/texts/93489fa0-3dbe-44e6-9e57-32e974e29952.txt new file mode 100644 index 0000000000000000000000000000000000000000..76212df35f13e26a9dc00b7035fc294fdb7cab72 --- /dev/null +++ b/texts/93489fa0-3dbe-44e6-9e57-32e974e29952.txt @@ -0,0 +1 @@ +light snow, dark blue sky, a samoyed, snow, Christmas tree \ No newline at end of file diff --git a/texts/934c0148-6102-4868-8855-60667d438b3a.txt b/texts/934c0148-6102-4868-8855-60667d438b3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..29f83e69c13d487e61d3b1889da8c236ba03c8bc --- /dev/null +++ b/texts/934c0148-6102-4868-8855-60667d438b3a.txt @@ -0,0 +1 @@ +In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and "CKX" written on the snow. \ No newline at end of file diff --git a/texts/9351256b-4d7e-4483-98a9-72c9552aab20.txt b/texts/9351256b-4d7e-4483-98a9-72c9552aab20.txt new file mode 100644 index 0000000000000000000000000000000000000000..4856ea1e1e9bf9db206c5aa8440cfd66c3778697 --- /dev/null +++ b/texts/9351256b-4d7e-4483-98a9-72c9552aab20.txt @@ -0,0 +1 @@ +A little rabbit is rolling in the snow \ No newline at end of file diff --git a/texts/9354e62a-3b17-4489-97a1-4ac5658458da.txt b/texts/9354e62a-3b17-4489-97a1-4ac5658458da.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd7a2bcbbc2c733ef6cf539546bfb4e1f0f77c97 --- /dev/null +++ b/texts/9354e62a-3b17-4489-97a1-4ac5658458da.txt @@ -0,0 +1 @@ +hello Kitty Working at a station with a fire overhead \ No newline at end of file diff --git a/texts/93667445-eb36-420c-9839-89642a2939c0.txt b/texts/93667445-eb36-420c-9839-89642a2939c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..194536503815ceae285e8d0314eb5ff34b21dbff --- /dev/null +++ b/texts/93667445-eb36-420c-9839-89642a2939c0.txt @@ -0,0 +1 @@ +back of two ginger cats standing aside with each other, in a snowy Christmas night,the cats are looking upon the stars, with a Christmas tree \ No newline at end of file diff --git a/texts/93670e3d-8486-4a37-8e0e-bd0b04ae49d4.txt b/texts/93670e3d-8486-4a37-8e0e-bd0b04ae49d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab8ce8c355666972f44ab6843fa2787ec9506c75 --- /dev/null +++ b/texts/93670e3d-8486-4a37-8e0e-bd0b04ae49d4.txt @@ -0,0 +1 @@ +A Western Highland White Terrier Watching Aurora in Iceland \ No newline at end of file diff --git a/texts/936784a3-c562-48d4-a338-b2286b19c91f.txt b/texts/936784a3-c562-48d4-a338-b2286b19c91f.txt new file mode 100644 index 0000000000000000000000000000000000000000..47ef2850355fbc5b49b8f7b057f8465921a77ae5 --- /dev/null +++ b/texts/936784a3-c562-48d4-a338-b2286b19c91f.txt @@ -0,0 +1 @@ +A small orange cat wearing a scarf sat in the snow with fireworks in the sky and the lettering "YX" on the snow \ No newline at end of file diff --git a/texts/936cd0ee-f508-481b-9d64-db9a8c5f18e9.txt b/texts/936cd0ee-f508-481b-9d64-db9a8c5f18e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af921cffe043ed2ec0a17196572aa66ab7215e9 --- /dev/null +++ b/texts/936cd0ee-f508-481b-9d64-db9a8c5f18e9.txt @@ -0,0 +1 @@ +Hellokitty doll in a snowy day holding a mobile phone in the film food wearing black clothes \ No newline at end of file diff --git a/texts/936eab2c-6c0b-447f-859a-75274038d73d.txt b/texts/936eab2c-6c0b-447f-859a-75274038d73d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aeba05dc236bc8d261f7ff08722b7d76d3043d7 --- /dev/null +++ b/texts/936eab2c-6c0b-447f-859a-75274038d73d.txt @@ -0,0 +1 @@ +A huge swimming pool without anyone, with a rubber duck in the middle, many colorful rubber balls around, and a water slide in the distance. The atmosphere particle effect creates a desolate atmosphere \ No newline at end of file diff --git a/texts/9375627c-d451-431e-8962-3f67a4940e95.txt b/texts/9375627c-d451-431e-8962-3f67a4940e95.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a5b65d4d1ff1d06ba6c2d7139721ad0e2471446 --- /dev/null +++ b/texts/9375627c-d451-431e-8962-3f67a4940e95.txt @@ -0,0 +1 @@ +Hello Kitty wears a kimono and catches goldfish at a fireworks festival. \ No newline at end of file diff --git a/texts/937e41a4-b57b-4339-ab8e-dfcfb210a049.txt b/texts/937e41a4-b57b-4339-ab8e-dfcfb210a049.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ac7904e6835ebd169e6e04c08ca6df879ddb105 --- /dev/null +++ b/texts/937e41a4-b57b-4339-ab8e-dfcfb210a049.txt @@ -0,0 +1 @@ +A little yellow dog, running with a little cat in the snow, wearing winged clothes, \ No newline at end of file diff --git a/texts/938bbac7-0d3e-443c-8bc6-7a02bb29945a.txt b/texts/938bbac7-0d3e-443c-8bc6-7a02bb29945a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a151fd002de59a344c4afa037f772012e72b905b --- /dev/null +++ b/texts/938bbac7-0d3e-443c-8bc6-7a02bb29945a.txt @@ -0,0 +1 @@ +Handwritten word "1Llin" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/93a87f33-8ac0-4c31-a427-7123babec4d5.txt b/texts/93a87f33-8ac0-4c31-a427-7123babec4d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7c7212f969003ff63bfc54c996b7f3786ef21e2 --- /dev/null +++ b/texts/93a87f33-8ac0-4c31-a427-7123babec4d5.txt @@ -0,0 +1 @@ +A corgi in a Santa hat sits on the couch for his birthday next to a Christmas tree with a name tag that says "Cookies" \ No newline at end of file diff --git a/texts/93b05ff9-0828-474a-b559-1220a81156a1.txt b/texts/93b05ff9-0828-474a-b559-1220a81156a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..88b51dc6d95dfdb0e9f765c9710e341e89a485a9 --- /dev/null +++ b/texts/93b05ff9-0828-474a-b559-1220a81156a1.txt @@ -0,0 +1 @@ +Little snow, Christmas tree, pure white sky, black Scottish terrier wearing a Christmas hat \ No newline at end of file diff --git a/texts/93cafda4-1763-4116-a60d-37364310d40e.txt b/texts/93cafda4-1763-4116-a60d-37364310d40e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3912bef97129fab857c95f1531dbdeb47a3333cf --- /dev/null +++ b/texts/93cafda4-1763-4116-a60d-37364310d40e.txt @@ -0,0 +1 @@ +Some high-rise buildings fell from the cliff. There was orange sunshine in the sky, and a car was suspended in the air. \ No newline at end of file diff --git a/texts/93cf89d6-ecb1-4398-9d23-aa814a148ce4.txt b/texts/93cf89d6-ecb1-4398-9d23-aa814a148ce4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f91f7ed22daecac29d4fc1078427894dba2fc6d9 --- /dev/null +++ b/texts/93cf89d6-ecb1-4398-9d23-aa814a148ce4.txt @@ -0,0 +1 @@ +a hello kitty dances in mountains. it is snowing. teddy bear is proposing. \ No newline at end of file diff --git a/texts/93d3e540-95a5-4371-b016-dc7603ad843b.txt b/texts/93d3e540-95a5-4371-b016-dc7603ad843b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7f4df947a016a23129a126be3f2bddad8544ca1 --- /dev/null +++ b/texts/93d3e540-95a5-4371-b016-dc7603ad843b.txt @@ -0,0 +1 @@ +Kitties driving WWII russian tanks \ No newline at end of file diff --git a/texts/93de60d2-1362-45ef-8bdc-d11263caccdd.txt b/texts/93de60d2-1362-45ef-8bdc-d11263caccdd.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e34371c59508ff9b0b8f0916ca239780619ef24 --- /dev/null +++ b/texts/93de60d2-1362-45ef-8bdc-d11263caccdd.txt @@ -0,0 +1 @@ +write PAIGE in snow by a christmas tree \ No newline at end of file diff --git a/texts/93f48cc8-2046-4022-86ab-31e8826be0d6.txt b/texts/93f48cc8-2046-4022-86ab-31e8826be0d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0ca41bb9604df2eddd2c3047c65f11c7427116c --- /dev/null +++ b/texts/93f48cc8-2046-4022-86ab-31e8826be0d6.txt @@ -0,0 +1 @@ +A young Tibetan man with his back to the camera, dressed in traditional Tibetan costume, stands on a grassland with snow, cattle and sheep \ No newline at end of file diff --git a/texts/93fb4209-13e2-4150-9de2-082153d57163.txt b/texts/93fb4209-13e2-4150-9de2-082153d57163.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfe083c867b80f88ec31f6dfc539762eff53cd0a --- /dev/null +++ b/texts/93fb4209-13e2-4150-9de2-082153d57163.txt @@ -0,0 +1 @@ +The weeknd after hours \ No newline at end of file diff --git a/texts/9400095a-7114-4e3e-94db-fd83c91de45c.txt b/texts/9400095a-7114-4e3e-94db-fd83c91de45c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c748acefe49df08bc1997347294d8217dd1d24d --- /dev/null +++ b/texts/9400095a-7114-4e3e-94db-fd83c91de45c.txt @@ -0,0 +1 @@ +Whimsical cartoon rabbit sat in front of the desktop computer drinking coffee, while the office behind it was burning \ No newline at end of file diff --git a/texts/940702b4-4bea-46e6-8fec-49da65140fac.txt b/texts/940702b4-4bea-46e6-8fec-49da65140fac.txt new file mode 100644 index 0000000000000000000000000000000000000000..1adaea8ad08f8d0afb9b11a9dbc2fd827fa18291 --- /dev/null +++ b/texts/940702b4-4bea-46e6-8fec-49da65140fac.txt @@ -0,0 +1 @@ +A faintly glowing unicorn stands outside a luxurious, classical room at night, peeking inside. It is close to the frame, gazing at us with a calm, sorrowful expression. \ No newline at end of file diff --git a/texts/940becf8-74da-4633-a0ff-fc6c0854bcdb.txt b/texts/940becf8-74da-4633-a0ff-fc6c0854bcdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e518c24308188077c3ed2792577d70f77835121f --- /dev/null +++ b/texts/940becf8-74da-4633-a0ff-fc6c0854bcdb.txt @@ -0,0 +1 @@ +It's snowing heavily, the sky is very dark, and there is a puppy with a bib. \ No newline at end of file diff --git a/texts/940ebae2-cb4f-4375-8771-957b23fc090d.txt b/texts/940ebae2-cb4f-4375-8771-957b23fc090d.txt new file mode 100644 index 0000000000000000000000000000000000000000..32a88be080954a7c2204367d9b3cb8b3ad354e36 --- /dev/null +++ b/texts/940ebae2-cb4f-4375-8771-957b23fc090d.txt @@ -0,0 +1 @@ +long haired punk knight in a metal dress with catface musk wielding sword in snow \ No newline at end of file diff --git a/texts/9411ef69-26f0-4911-89b3-b5041f715c20.txt b/texts/9411ef69-26f0-4911-89b3-b5041f715c20.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3e48951ce9090fde2e1760dd2c8305631cffa40 --- /dev/null +++ b/texts/9411ef69-26f0-4911-89b3-b5041f715c20.txt @@ -0,0 +1 @@ +Night, snow, sky, stars, Santa hat \ No newline at end of file diff --git a/texts/9415811a-89b1-4f93-b0dd-a1a1aee15b89.txt b/texts/9415811a-89b1-4f93-b0dd-a1a1aee15b89.txt new file mode 100644 index 0000000000000000000000000000000000000000..10671d27915d2c809d2354ba83fd417ad4fd4f09 --- /dev/null +++ b/texts/9415811a-89b1-4f93-b0dd-a1a1aee15b89.txt @@ -0,0 +1 @@ +Cheese Love's Day Template for Custom Greetings \ No newline at end of file diff --git a/texts/94193286-7d38-4960-a17d-e2c9f9d7e13e.txt b/texts/94193286-7d38-4960-a17d-e2c9f9d7e13e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee694bcfc87b475117b834c716bec8c693653a11 --- /dev/null +++ b/texts/94193286-7d38-4960-a17d-e2c9f9d7e13e.txt @@ -0,0 +1 @@ +coffee table formed by combining big triangles, squares and hexagons \ No newline at end of file diff --git a/texts/942d6346-58d7-4733-a0ba-fd0cace685bc.txt b/texts/942d6346-58d7-4733-a0ba-fd0cace685bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6611d3ec92d81f10b02546b1ba769b5b260ac780 --- /dev/null +++ b/texts/942d6346-58d7-4733-a0ba-fd0cace685bc.txt @@ -0,0 +1 @@ +At night, a cream-colored Garfield is setting off fairy wand fireworks in very thick snow, next to a Christmas tree and behind a snowman with a red and green striped scarf. \ No newline at end of file diff --git a/texts/943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d.txt b/texts/943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..73203296527707e604b5e799ec0a223dfc439173 --- /dev/null +++ b/texts/943c25dc-48e7-4ed6-b02b-b3ac84f1ac0d.txt @@ -0,0 +1 @@ +bluecat on work \ No newline at end of file diff --git a/texts/943deec4-e946-49d6-b617-988d7bfd3e07.txt b/texts/943deec4-e946-49d6-b617-988d7bfd3e07.txt new file mode 100644 index 0000000000000000000000000000000000000000..139a55a8921be6b2f5d507b0827f3a8a639a8fef --- /dev/null +++ b/texts/943deec4-e946-49d6-b617-988d7bfd3e07.txt @@ -0,0 +1 @@ +A golden retriever puppy is a photographer \ No newline at end of file diff --git a/texts/9440908d-f67f-4e5e-9aea-0015e13aa326.txt b/texts/9440908d-f67f-4e5e-9aea-0015e13aa326.txt new file mode 100644 index 0000000000000000000000000000000000000000..eddf01fa262434c59ee73dde027c93d27c59f9d2 --- /dev/null +++ b/texts/9440908d-f67f-4e5e-9aea-0015e13aa326.txt @@ -0,0 +1 @@ +At dusk, it was snowing heavily, and a bichon frise in Christmas clothes was warming the fire in the snow \ No newline at end of file diff --git a/texts/94413078-c371-4ce4-af0d-d61ed4125b9d.txt b/texts/94413078-c371-4ce4-af0d-d61ed4125b9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..36cdcc868a9b2d45a250d1cf87943dd9c49652f9 --- /dev/null +++ b/texts/94413078-c371-4ce4-af0d-d61ed4125b9d.txt @@ -0,0 +1 @@ +Tweety, the cartoon character, is sitting the couch in the dark living room, watching tv and drinking beer \ No newline at end of file diff --git a/texts/945d7560-107a-43eb-9e70-47b4edfd9637.txt b/texts/945d7560-107a-43eb-9e70-47b4edfd9637.txt new file mode 100644 index 0000000000000000000000000000000000000000..84e5ccdcae46afd53599cd7267fb887e642d5657 --- /dev/null +++ b/texts/945d7560-107a-43eb-9e70-47b4edfd9637.txt @@ -0,0 +1 @@ +the hello kitty take a cake for me in the 0302 \ No newline at end of file diff --git a/texts/9464f75b-187a-4503-ae21-fa5acbaceb80.txt b/texts/9464f75b-187a-4503-ae21-fa5acbaceb80.txt new file mode 100644 index 0000000000000000000000000000000000000000..792a3018c9d950f40b8fdd1ba5d5fdc8230c9a24 --- /dev/null +++ b/texts/9464f75b-187a-4503-ae21-fa5acbaceb80.txt @@ -0,0 +1 @@ +camera angles should be wide angle, a Santa Claus in red clothes and hat is decorating a huge Christmas Tree with many pretty decoration with a bright star at the top in the Party with a warm and vintage vibe \ No newline at end of file diff --git a/texts/9471e108-c555-418b-8fcd-17da860a9c3d.txt b/texts/9471e108-c555-418b-8fcd-17da860a9c3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b18be5847a7361337bb5270df52df24218c49db --- /dev/null +++ b/texts/9471e108-c555-418b-8fcd-17da860a9c3d.txt @@ -0,0 +1 @@ +a 18 year old gril with black hair wearing pink dress in a limousine distracted \ No newline at end of file diff --git a/texts/94767be5-7339-4dab-b01b-7b5ac6faca76.txt b/texts/94767be5-7339-4dab-b01b-7b5ac6faca76.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e16635f4abbca77a92c1fca110f4de6e401fa70 --- /dev/null +++ b/texts/94767be5-7339-4dab-b01b-7b5ac6faca76.txt @@ -0,0 +1 @@ +Hello Kitty stands at the foot of Mt. Fuji in a kimono and watched the fireworks \ No newline at end of file diff --git a/texts/947837c7-7953-4a07-8568-77618eea880d.txt b/texts/947837c7-7953-4a07-8568-77618eea880d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8693001790073537dc3c6d01c8d40bc4cbdc543e --- /dev/null +++ b/texts/947837c7-7953-4a07-8568-77618eea880d.txt @@ -0,0 +1 @@ +yellow wall \ No newline at end of file diff --git a/texts/9478ed82-21f0-4f15-a31e-b0ce9d2433a2.txt b/texts/9478ed82-21f0-4f15-a31e-b0ce9d2433a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..123ae2d0b2bec97c5cb8f5f1c19560cb4ab66da4 --- /dev/null +++ b/texts/9478ed82-21f0-4f15-a31e-b0ce9d2433a2.txt @@ -0,0 +1 @@ +A student sitting alone in the Hogwarts library, deeply focused on an ancient, large spellbook. The stone walls of the library are lined with towering bookshelves, and the room is softly illuminated by floating candles. The student is wearing Hogwarts robes, and there is a pile of books on the table beside them. One of the books appears to be glowing with faint magical symbols. The student looks intrigued, as if uncovering an important magical secret. The atmosphere is peaceful, with only the soft rustling of pages and the occasional sound of a book being placed on a shelf. \ No newline at end of file diff --git a/texts/94812677-8f59-4085-a7ec-080220c7ea03.txt b/texts/94812677-8f59-4085-a7ec-080220c7ea03.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/94812677-8f59-4085-a7ec-080220c7ea03.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/9482ce40-e7c9-43c4-ad05-2d9d739aa561.txt b/texts/9482ce40-e7c9-43c4-ad05-2d9d739aa561.txt new file mode 100644 index 0000000000000000000000000000000000000000..68493241d54e0d0fd14061113e9f6a32f4029880 --- /dev/null +++ b/texts/9482ce40-e7c9-43c4-ad05-2d9d739aa561.txt @@ -0,0 +1 @@ +A man riding a horse in front of Taipei 101 \ No newline at end of file diff --git a/texts/94859a1b-517d-44b6-a3c2-e7cc007196b5.txt b/texts/94859a1b-517d-44b6-a3c2-e7cc007196b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..213a9b8ea1bfda476fe12f34b89db7c63eba751e --- /dev/null +++ b/texts/94859a1b-517d-44b6-a3c2-e7cc007196b5.txt @@ -0,0 +1 @@ +Food and glass and wine on the ping pong table \ No newline at end of file diff --git a/texts/94a35fd8-f2ae-411d-91ac-805412be4ce4.txt b/texts/94a35fd8-f2ae-411d-91ac-805412be4ce4.txt new file mode 100644 index 0000000000000000000000000000000000000000..071a40b5540cc4c093ecea267690fe0031e092e4 --- /dev/null +++ b/texts/94a35fd8-f2ae-411d-91ac-805412be4ce4.txt @@ -0,0 +1 @@ +flora garden full of flowers \ No newline at end of file diff --git a/texts/94b3979b-583b-4de7-8858-515edf203312.txt b/texts/94b3979b-583b-4de7-8858-515edf203312.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbfa1eb0909a193361bb4971d04dd81c48b5d02b --- /dev/null +++ b/texts/94b3979b-583b-4de7-8858-515edf203312.txt @@ -0,0 +1 @@ +On a snowy day, a Samoyed puppy and its male owner took a train to play. The male owner celebrated the puppy's birthday. The male host should not show his face. Just show one hand holding the cake with the three-letter "Elk" candle. \ No newline at end of file diff --git a/texts/94b86117-264b-413d-875f-453eefbd2fbb.txt b/texts/94b86117-264b-413d-875f-453eefbd2fbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..40b43e0532460fb3511e3ec928a58f827dcd3a19 --- /dev/null +++ b/texts/94b86117-264b-413d-875f-453eefbd2fbb.txt @@ -0,0 +1 @@ +There is the imprint of "runaway" on the snow, surrounded by forests, and the sky is a green aurora. \ No newline at end of file diff --git a/texts/94bdd5ab-2642-4a66-ace0-bc31d23bb6a5.txt b/texts/94bdd5ab-2642-4a66-ace0-bc31d23bb6a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..13f9ef54b02ff38fc5e08ab2dfcec1bc45624d32 --- /dev/null +++ b/texts/94bdd5ab-2642-4a66-ace0-bc31d23bb6a5.txt @@ -0,0 +1 @@ +baby rabbit dance in lalaland \ No newline at end of file diff --git a/texts/94cb1bc6-e908-46ab-aaa9-649c96dc28a9.txt b/texts/94cb1bc6-e908-46ab-aaa9-649c96dc28a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..38d781e9aca0736b6abf695fe876a2404d157fcd --- /dev/null +++ b/texts/94cb1bc6-e908-46ab-aaa9-649c96dc28a9.txt @@ -0,0 +1 @@ +The cat who always wears a Christmas suit \ No newline at end of file diff --git a/texts/94d7ab51-2473-402b-a209-95004dbbac2b.txt b/texts/94d7ab51-2473-402b-a209-95004dbbac2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..83b882ea66e59267e5670d2b07a815969b852012 --- /dev/null +++ b/texts/94d7ab51-2473-402b-a209-95004dbbac2b.txt @@ -0,0 +1 @@ +inter-tidal shellstree \ No newline at end of file diff --git a/texts/94df2b96-3961-4c1a-ac30-5a8dfefbc4bf.txt b/texts/94df2b96-3961-4c1a-ac30-5a8dfefbc4bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0ab44157622bea7b8b92bf1e08268d9516fa194 --- /dev/null +++ b/texts/94df2b96-3961-4c1a-ac30-5a8dfefbc4bf.txt @@ -0,0 +1 @@ +A white French bulldog wearing a Santa hat with a pile of Christmas gifts next to it \ No newline at end of file diff --git a/texts/94ed7673-8921-4ae5-8ce4-cd88fa6e52ea.txt b/texts/94ed7673-8921-4ae5-8ce4-cd88fa6e52ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..c881ca816dafa35f2a4c19253ea767282b706b88 --- /dev/null +++ b/texts/94ed7673-8921-4ae5-8ce4-cd88fa6e52ea.txt @@ -0,0 +1 @@ +Fujifilm, with a warm overall tone, at dawn with the sunrise. A Christmas tree stands in the snow, adorned with string lights. The scene is quiet and clean, evoking a dreamlike atmosphere. \ No newline at end of file diff --git a/texts/94eec5bd-ee05-4a08-8f98-525fc69e697c.txt b/texts/94eec5bd-ee05-4a08-8f98-525fc69e697c.txt new file mode 100644 index 0000000000000000000000000000000000000000..53e85190b9ecd47dc2abb2ffd0e6b46b271e0c11 --- /dev/null +++ b/texts/94eec5bd-ee05-4a08-8f98-525fc69e697c.txt @@ -0,0 +1 @@ +In the snow of Hokkaido, it was snowing heavily. A corgi wearing a scarf \ No newline at end of file diff --git a/texts/94f0e552-f9a8-4844-a126-674a30294edf.txt b/texts/94f0e552-f9a8-4844-a126-674a30294edf.txt new file mode 100644 index 0000000000000000000000000000000000000000..866324c8082ccbba9a84c57e016e486acc506153 --- /dev/null +++ b/texts/94f0e552-f9a8-4844-a126-674a30294edf.txt @@ -0,0 +1 @@ +There is a shining flower in the snow on the shore \ No newline at end of file diff --git a/texts/94fcb79c-a889-4785-840e-1730fbf7bcd2.txt b/texts/94fcb79c-a889-4785-840e-1730fbf7bcd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ab881d286ddc181ac233acb54af25d7e7d85410 --- /dev/null +++ b/texts/94fcb79c-a889-4785-840e-1730fbf7bcd2.txt @@ -0,0 +1 @@ + A brown teddy puppy wearing a Santa hat watches the aurora lights from a cabin window in the North Pole \ No newline at end of file diff --git a/texts/95089a59-9377-41fc-aba7-ec074e258fc6.txt b/texts/95089a59-9377-41fc-aba7-ec074e258fc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d971c3de54784aefe84f28f74d5fc43e53987a29 --- /dev/null +++ b/texts/95089a59-9377-41fc-aba7-ec074e258fc6.txt @@ -0,0 +1 @@ +A white cat wears angel wings and a white cat wears a pink agate beaded necklace. The white cat and a black cat with demon wings were next to each other, and the black cat wore a red agate beaded necklace. \ No newline at end of file diff --git a/texts/95098eac-a5ef-4742-ae96-cb14fd68212f.txt b/texts/95098eac-a5ef-4742-ae96-cb14fd68212f.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ddbcb46336f52bba9db25142da31b4ccb03ad4 --- /dev/null +++ b/texts/95098eac-a5ef-4742-ae96-cb14fd68212f.txt @@ -0,0 +1 @@ +A tiger-striped cat with the letters 'JI.' and a ginger orange cat with the letters 'GOU.' Both cats are inside a room by the window. gazing at a distant snowy volcanic landscape outside. \ No newline at end of file diff --git a/texts/95159045-62ae-48f1-94e4-517e1ab9cd54.txt b/texts/95159045-62ae-48f1-94e4-517e1ab9cd54.txt new file mode 100644 index 0000000000000000000000000000000000000000..09d8d337b30c524a88144211c54f107003048d66 --- /dev/null +++ b/texts/95159045-62ae-48f1-94e4-517e1ab9cd54.txt @@ -0,0 +1 @@ +Snake-necked dragons in Loch Ness, flying saucers in the sky, \ No newline at end of file diff --git a/texts/951ac9b5-a2ba-41e8-8329-0f625f596f12.txt b/texts/951ac9b5-a2ba-41e8-8329-0f625f596f12.txt new file mode 100644 index 0000000000000000000000000000000000000000..a939598f5e7e7adb10d0c367894c24b7c87d5786 --- /dev/null +++ b/texts/951ac9b5-a2ba-41e8-8329-0f625f596f12.txt @@ -0,0 +1 @@ +There is a waiter wearing a huge animal mask standing at the front desk of the hotel \ No newline at end of file diff --git a/texts/951fe2a4-b3ab-4cf6-970c-d131143b24fb.txt b/texts/951fe2a4-b3ab-4cf6-970c-d131143b24fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d8ea8ee0ce62d4f307138ab87844bdff3e45626 --- /dev/null +++ b/texts/951fe2a4-b3ab-4cf6-970c-d131143b24fb.txt @@ -0,0 +1 @@ +At night, the dark football field, the back of a blue jersey, with "why always me?" written on the clothes, Retro vibe, Edgy andbold, Dramatic tension, Harsh shadows, Overexposure, Blown-out highlights, \ No newline at end of file diff --git a/texts/9536e7a1-0891-4a39-be23-05bc8c47bf30.txt b/texts/9536e7a1-0891-4a39-be23-05bc8c47bf30.txt new file mode 100644 index 0000000000000000000000000000000000000000..53a8f6959c8310e4333273a384895dc83f74bc60 --- /dev/null +++ b/texts/9536e7a1-0891-4a39-be23-05bc8c47bf30.txt @@ -0,0 +1 @@ +Black Teddy, kitten playing in the snow aurora \ No newline at end of file diff --git a/texts/953eb168-18c5-43e7-92d7-0b23d240020b.txt b/texts/953eb168-18c5-43e7-92d7-0b23d240020b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d08b631f0d6bd06211d9127605cf1bbb2b0e6a5 --- /dev/null +++ b/texts/953eb168-18c5-43e7-92d7-0b23d240020b.txt @@ -0,0 +1 @@ +A blackcat is sleeping on the windowsill, the window is outside the sea view, the room is graffiti rock style There are skateboards and posters next to the wall. \ No newline at end of file diff --git a/texts/95432e1a-3576-4285-bf7d-86a2caa3857c.txt b/texts/95432e1a-3576-4285-bf7d-86a2caa3857c.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcb82fa5b7d2a175bbbf25843c244aa6033e9e20 --- /dev/null +++ b/texts/95432e1a-3576-4285-bf7d-86a2caa3857c.txt @@ -0,0 +1 @@ +The center of the picture is a small very bright red single sofa, placed in the middle of the sea. In the background are the waves of the sea and fireworks in the night sky. The sea and the night sky account for a large proportion, which makes the sofa very small, and there is some snow on the sofa. The beach does not appear in the picture. \ No newline at end of file diff --git a/texts/9555b98d-786b-4987-b591-08185fbd1348.txt b/texts/9555b98d-786b-4987-b591-08185fbd1348.txt new file mode 100644 index 0000000000000000000000000000000000000000..99baf316dc07a28f333a3068b9da6bb8721d1153 --- /dev/null +++ b/texts/9555b98d-786b-4987-b591-08185fbd1348.txt @@ -0,0 +1 @@ +deep ocean,flying sheeps,Bubble \ No newline at end of file diff --git a/texts/9555bf2a-eb97-4698-a1ee-3084bf3ebc1c.txt b/texts/9555bf2a-eb97-4698-a1ee-3084bf3ebc1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4916a37ec89715e97a4599b5398cff1f3f1d940 --- /dev/null +++ b/texts/9555bf2a-eb97-4698-a1ee-3084bf3ebc1c.txt @@ -0,0 +1 @@ +I want snow with puppy The butterflies are flying xiang \ No newline at end of file diff --git a/texts/955bc944-a2f8-4c95-9aa5-454ca8cf37c4.txt b/texts/955bc944-a2f8-4c95-9aa5-454ca8cf37c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..fae94a822e1249cbdae7215a9e922728fd2f047b --- /dev/null +++ b/texts/955bc944-a2f8-4c95-9aa5-454ca8cf37c4.txt @@ -0,0 +1 @@ +In the year 1200, a Japanese monk stood atop a high mountain, gazing at the architecture of Kyoto engulfed in roaring flames. \ No newline at end of file diff --git a/texts/9570cf49-9e89-4c68-ad3a-f4a21d50a7b6.txt b/texts/9570cf49-9e89-4c68-ad3a-f4a21d50a7b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9c4e670063c4be897bbf611d50e9bd7c5965ac1 --- /dev/null +++ b/texts/9570cf49-9e89-4c68-ad3a-f4a21d50a7b6.txt @@ -0,0 +1 @@ +Behind the Japanese style hot spring private pool is a snowy mountain and \ No newline at end of file diff --git a/texts/9572f9a2-01b7-480c-8a29-3aaafc1ca05e.txt b/texts/9572f9a2-01b7-480c-8a29-3aaafc1ca05e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1982b8a1bfd198a4ff70e39d34230560dbf1c348 --- /dev/null +++ b/texts/9572f9a2-01b7-480c-8a29-3aaafc1ca05e.txt @@ -0,0 +1 @@ +A smoking man turned his back to the camera and faced a burning house. \ No newline at end of file diff --git a/texts/957d50d1-4efa-4256-b2fc-3c520ce320b2.txt b/texts/957d50d1-4efa-4256-b2fc-3c520ce320b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6930ed2f8b0c03cf95c45d9e3bc7487afb1193b3 --- /dev/null +++ b/texts/957d50d1-4efa-4256-b2fc-3c520ce320b2.txt @@ -0,0 +1 @@ +Wire FoxTerrier airplane sky Driver Flying a plane pilot dog \ No newline at end of file diff --git a/texts/957f972d-545e-4f7b-858a-ecc18f90611d.txt b/texts/957f972d-545e-4f7b-858a-ecc18f90611d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8ba3ebf8678598faadc2e0d1912670310ad978e --- /dev/null +++ b/texts/957f972d-545e-4f7b-858a-ecc18f90611d.txt @@ -0,0 +1 @@ +Art installation fountains, giant shells, pearls, \ No newline at end of file diff --git a/texts/9582bd29-5eee-4c21-9f52-576b507487e7.txt b/texts/9582bd29-5eee-4c21-9f52-576b507487e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c674bd446457a489f34fed91f12af1e7c7b58125 --- /dev/null +++ b/texts/9582bd29-5eee-4c21-9f52-576b507487e7.txt @@ -0,0 +1 @@ +helloKitty spending Christmas with Kim Jong-un \ No newline at end of file diff --git a/texts/95a9c1f9-ec0d-4eab-a750-145c2c919ed5.txt b/texts/95a9c1f9-ec0d-4eab-a750-145c2c919ed5.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcf7f4a4809a53d7a03646b34ac3733e9da94a5b --- /dev/null +++ b/texts/95a9c1f9-ec0d-4eab-a750-145c2c919ed5.txt @@ -0,0 +1 @@ +Baby Golden dog and west highland white terrier,go to the school,read a book \ No newline at end of file diff --git a/texts/95b0cfb8-4dcf-4b6f-b918-992a36f02a98.txt b/texts/95b0cfb8-4dcf-4b6f-b918-992a36f02a98.txt new file mode 100644 index 0000000000000000000000000000000000000000..c269cb8ff5dbac8728896dfdc7680e4195d22fa5 --- /dev/null +++ b/texts/95b0cfb8-4dcf-4b6f-b918-992a36f02a98.txt @@ -0,0 +1 @@ +A little yellow chicken doll sits on a chair with its back, holding a mini popcorn bucket \ No newline at end of file diff --git a/texts/95b7837c-0cc7-409e-9d7c-f4f40845738e.txt b/texts/95b7837c-0cc7-409e-9d7c-f4f40845738e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b407c7f407375f0b6981aa3df2bf4840a50d6c95 --- /dev/null +++ b/texts/95b7837c-0cc7-409e-9d7c-f4f40845738e.txt @@ -0,0 +1 @@ +a british short hair cat (gold fur, more like kiwi color), dressed in something casual, the cat is holding a lox bagels, warm tone, in NYC. No human in this picture \ No newline at end of file diff --git a/texts/95b9d17b-44bb-44c8-9f7b-fbfc6c042720.txt b/texts/95b9d17b-44bb-44c8-9f7b-fbfc6c042720.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea3939401268bd3556f483af29f553b63de492fc --- /dev/null +++ b/texts/95b9d17b-44bb-44c8-9f7b-fbfc6c042720.txt @@ -0,0 +1 @@ +shine on dark black berry composition in red background , professional realistic photo with liquid, view from top, pink sweet Syrop spred on background \ No newline at end of file diff --git a/texts/95c5c9ac-7c0e-46a9-b32d-a5925c526aec.txt b/texts/95c5c9ac-7c0e-46a9-b32d-a5925c526aec.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8f31f4748f494a0c3fd942c92f47581212652b1 --- /dev/null +++ b/texts/95c5c9ac-7c0e-46a9-b32d-a5925c526aec.txt @@ -0,0 +1 @@ +A golden dog and a beige bunny play on the beach at night against the stars and the moon in the background \ No newline at end of file diff --git a/texts/95c9e6f6-525b-44c9-b90e-cabba76ab592.txt b/texts/95c9e6f6-525b-44c9-b90e-cabba76ab592.txt new file mode 100644 index 0000000000000000000000000000000000000000..53b4bf5fee7e047ec5a831634527824c737aa480 --- /dev/null +++ b/texts/95c9e6f6-525b-44c9-b90e-cabba76ab592.txt @@ -0,0 +1 @@ +There is a whale floating in the sky, add rainbow and stars around it \ No newline at end of file diff --git a/texts/95ca309a-89d1-4077-b967-b21a49a0b999.txt b/texts/95ca309a-89d1-4077-b967-b21a49a0b999.txt new file mode 100644 index 0000000000000000000000000000000000000000..560be791da5a3a258e3d4b304399b375ce3ea3ae --- /dev/null +++ b/texts/95ca309a-89d1-4077-b967-b21a49a0b999.txt @@ -0,0 +1 @@ +Christmas snow, bunny, roses, presents \ No newline at end of file diff --git a/texts/95d24fc4-1331-4a7b-9e11-19b5280bc382.txt b/texts/95d24fc4-1331-4a7b-9e11-19b5280bc382.txt new file mode 100644 index 0000000000000000000000000000000000000000..04416fa8486646241362cc5d249542fdc617426f --- /dev/null +++ b/texts/95d24fc4-1331-4a7b-9e11-19b5280bc382.txt @@ -0,0 +1 @@ +Cute kitten Christmas tree log cabin bonfire \ No newline at end of file diff --git a/texts/95d2c2c8-abf8-4fe6-b50b-3427ab482a26.txt b/texts/95d2c2c8-abf8-4fe6-b50b-3427ab482a26.txt new file mode 100644 index 0000000000000000000000000000000000000000..657114c263f3d86f5a0a41b4f2aa8a5abd304373 --- /dev/null +++ b/texts/95d2c2c8-abf8-4fe6-b50b-3427ab482a26.txt @@ -0,0 +1 @@ +Baking vomit \ No newline at end of file diff --git a/texts/95d61112-9506-481b-8c40-e408333a4e54.txt b/texts/95d61112-9506-481b-8c40-e408333a4e54.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c4d0e370a68674f27bfb0e631b93c652c85dd97 --- /dev/null +++ b/texts/95d61112-9506-481b-8c40-e408333a4e54.txt @@ -0,0 +1 @@ +hello kitty is watching sunset \ No newline at end of file diff --git a/texts/95d746b3-9bad-4393-b730-43030fff78b4.txt b/texts/95d746b3-9bad-4393-b730-43030fff78b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3871f98a8f55a35536638e4c3b4b9a19f0fac2af --- /dev/null +++ b/texts/95d746b3-9bad-4393-b730-43030fff78b4.txt @@ -0,0 +1 @@ +hello kitty snowman \ No newline at end of file diff --git a/texts/95f8fd90-4052-4713-b5ca-9013f0a8e845.txt b/texts/95f8fd90-4052-4713-b5ca-9013f0a8e845.txt new file mode 100644 index 0000000000000000000000000000000000000000..441d1eb5d619826fdef8cf12e9b1a9079b0c2ae2 --- /dev/null +++ b/texts/95f8fd90-4052-4713-b5ca-9013f0a8e845.txt @@ -0,0 +1 @@ +A photo of Hello Kitty in an orange dress sitting on a table, with a wine glass, at night in the snow outside a house, posted to Snapchat in the winter of 2018. \ No newline at end of file diff --git a/texts/9615b771-1d8e-4280-bf5f-4e4045622399.txt b/texts/9615b771-1d8e-4280-bf5f-4e4045622399.txt new file mode 100644 index 0000000000000000000000000000000000000000..45fa95702ac19af3e099a8722e27235350f4d615 --- /dev/null +++ b/texts/9615b771-1d8e-4280-bf5f-4e4045622399.txt @@ -0,0 +1 @@ +There is a buzz lightyear toy in the snow. And there is a christmas hat and christmas tree besides it. \ No newline at end of file diff --git a/texts/96190736-efd7-4040-8ad3-814a36d90975.txt b/texts/96190736-efd7-4040-8ad3-814a36d90975.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b1cffa5abcc490a71737eefb65435137bfe10c1 --- /dev/null +++ b/texts/96190736-efd7-4040-8ad3-814a36d90975.txt @@ -0,0 +1 @@ +a cat works in the company \ No newline at end of file diff --git a/texts/961ba449-5fdf-465c-b65c-37e8ded1dbe3.txt b/texts/961ba449-5fdf-465c-b65c-37e8ded1dbe3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c110623eedb2b9b86a07e4b4df3dec98a762bbdb --- /dev/null +++ b/texts/961ba449-5fdf-465c-b65c-37e8ded1dbe3.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters "CYJ" printed on the snow \ No newline at end of file diff --git a/texts/961bdfea-1184-4e8e-b739-352ec030052f.txt b/texts/961bdfea-1184-4e8e-b739-352ec030052f.txt new file mode 100644 index 0000000000000000000000000000000000000000..568715aae857b68d391d78973cbf26aa21e994f5 --- /dev/null +++ b/texts/961bdfea-1184-4e8e-b739-352ec030052f.txt @@ -0,0 +1 @@ +On a snowy night, far away is the seaside, with warm houses and bonfires. Nearby is a Christmas tree adorned with colorful lights and traces of "hxx&qzx" on the snow. The melancholic blue night scene is accompanied by auroras in the sky, creating a dreamy effect with light particles and high color saturation \ No newline at end of file diff --git a/texts/9645a3c2-cc38-41a3-b96d-0a159e7a49b6.txt b/texts/9645a3c2-cc38-41a3-b96d-0a159e7a49b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e23d4b44e6ca43d3644c52714d063db77b3836c0 --- /dev/null +++ b/texts/9645a3c2-cc38-41a3-b96d-0a159e7a49b6.txt @@ -0,0 +1 @@ +Hellokitty is smoking \ No newline at end of file diff --git a/texts/964d807c-8797-445d-b570-6f9fe0980c1d.txt b/texts/964d807c-8797-445d-b570-6f9fe0980c1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fffe9a7dafda39d457027e43b6cda859e3e053f --- /dev/null +++ b/texts/964d807c-8797-445d-b570-6f9fe0980c1d.txt @@ -0,0 +1 @@ +A shiba in the snow, looking the firework \ No newline at end of file diff --git a/texts/964de264-3208-4370-88e5-fe587fcc9fcd.txt b/texts/964de264-3208-4370-88e5-fe587fcc9fcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..a58b99f095dab00ed41815ea8ad7107cf81a4346 --- /dev/null +++ b/texts/964de264-3208-4370-88e5-fe587fcc9fcd.txt @@ -0,0 +1 @@ +Night, street lights, heavy snow dog \ No newline at end of file diff --git a/texts/96525650-51f8-4709-b85f-0097be5ecc57.txt b/texts/96525650-51f8-4709-b85f-0097be5ecc57.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5d5ebfc690093a223b427793fa9a8bf4eaf2046 --- /dev/null +++ b/texts/96525650-51f8-4709-b85f-0097be5ecc57.txt @@ -0,0 +1 @@ +at the snowy winter seaside during the dusk, a hello kitty is taking a selfie beside a christmas tree. fireworks are blooming above the sea. Snowflakes are drifting in the air. \ No newline at end of file diff --git a/texts/96576812-57a0-49fb-b407-9d49262463eb.txt b/texts/96576812-57a0-49fb-b407-9d49262463eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffa7e01a3e14c81885f5ac6bbda7c6925356ee63 --- /dev/null +++ b/texts/96576812-57a0-49fb-b407-9d49262463eb.txt @@ -0,0 +1 @@ +A British Shorthair and Teddy Bear Poodle in the snow \ No newline at end of file diff --git a/texts/965ce1dd-6e21-4545-a6f3-838db4afaef8.txt b/texts/965ce1dd-6e21-4545-a6f3-838db4afaef8.txt new file mode 100644 index 0000000000000000000000000000000000000000..284948eff80db1767a6a72e44b810a1cdd1c27d6 --- /dev/null +++ b/texts/965ce1dd-6e21-4545-a6f3-838db4afaef8.txt @@ -0,0 +1 @@ +modern architecture building \ No newline at end of file diff --git a/texts/965d867b-ae9c-416d-b72a-710c32ac661e.txt b/texts/965d867b-ae9c-416d-b72a-710c32ac661e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cd93709414e625ed3d7a882e489632d20d44afc --- /dev/null +++ b/texts/965d867b-ae9c-416d-b72a-710c32ac661e.txt @@ -0,0 +1 @@ +A calm-faced American Shorthair cat and a slightly chubby Silver British Shorthair cat are basking together in a sea of money. \ No newline at end of file diff --git a/texts/965de5bf-68da-44f3-ab58-d76442bf5683.txt b/texts/965de5bf-68da-44f3-ab58-d76442bf5683.txt new file mode 100644 index 0000000000000000000000000000000000000000..adff47ef270097790b6a14bf225d40b6e3566ed9 --- /dev/null +++ b/texts/965de5bf-68da-44f3-ab58-d76442bf5683.txt @@ -0,0 +1 @@ +A man with a cat in his arms is on the moon \ No newline at end of file diff --git a/texts/96654392-c554-43f3-b2de-0d49c342ba84.txt b/texts/96654392-c554-43f3-b2de-0d49c342ba84.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e1a35515bc83b4dadabb20de160f177b70f8427 --- /dev/null +++ b/texts/96654392-c554-43f3-b2de-0d49c342ba84.txt @@ -0,0 +1 @@ +F-16C fly \ No newline at end of file diff --git a/texts/966a66c3-99d2-4efb-a98f-c4b194af53c8.txt b/texts/966a66c3-99d2-4efb-a98f-c4b194af53c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbc6c33cabad481c59f9b7e138f3d9689cd7616c --- /dev/null +++ b/texts/966a66c3-99d2-4efb-a98f-c4b194af53c8.txt @@ -0,0 +1 @@ +There is a shining Christmas tree in the snow, and a Hello Kitty is holding a puppy \ No newline at end of file diff --git a/texts/967fa8ff-b0f4-4981-8e56-9cfd87f01cd6.txt b/texts/967fa8ff-b0f4-4981-8e56-9cfd87f01cd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee62f945177c60efcfde3eedcd5cc8bf514e7e70 --- /dev/null +++ b/texts/967fa8ff-b0f4-4981-8e56-9cfd87f01cd6.txt @@ -0,0 +1 @@ +A mechanical, metallic butterfly rests on a small piece of lace fabric at its base, placed against a black velvet surface. The butterfly is adorned with a ribbon tied into a bow, surrounded by scattered pearls. The overall aesthetic is a blend of vintage Baroque and dreamcore styles. \ No newline at end of file diff --git a/texts/9680b70a-2873-4760-9b0a-60cab2b07b54.txt b/texts/9680b70a-2873-4760-9b0a-60cab2b07b54.txt new file mode 100644 index 0000000000000000000000000000000000000000..810478deecf0f3a968a6fa30b0bae78ef2c36c3e --- /dev/null +++ b/texts/9680b70a-2873-4760-9b0a-60cab2b07b54.txt @@ -0,0 +1 @@ +Old style Japanese trains pass through the snow \ No newline at end of file diff --git a/texts/9694b552-36c5-43b2-a4be-265f146ae05b.txt b/texts/9694b552-36c5-43b2-a4be-265f146ae05b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c3d8a5a8c919f59575ebb7dec86bc8b047a0555 --- /dev/null +++ b/texts/9694b552-36c5-43b2-a4be-265f146ae05b.txt @@ -0,0 +1 @@ +There's a big furry cat in the fridge wearing a woolly hat and a bib \ No newline at end of file diff --git a/texts/96952923-e6b7-4cdd-9516-d8bf29294fd1.txt b/texts/96952923-e6b7-4cdd-9516-d8bf29294fd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f95aa8b6ce927f4389b71df8384c3507cb49cf72 --- /dev/null +++ b/texts/96952923-e6b7-4cdd-9516-d8bf29294fd1.txt @@ -0,0 +1 @@ +There are Christmas trees, Hello Kitty dolls, and the letters L and Z next to them. \ No newline at end of file diff --git a/texts/969c4378-3aa3-4b3e-ae44-d60007f38b1e.txt b/texts/969c4378-3aa3-4b3e-ae44-d60007f38b1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..26698355ca7ad90b254ac27426e7b2cc490b94e8 --- /dev/null +++ b/texts/969c4378-3aa3-4b3e-ae44-d60007f38b1e.txt @@ -0,0 +1 @@ +beagle smoking at the window, watching the volcano erupting \ No newline at end of file diff --git a/texts/969f91a2-4d24-4644-96c0-285315c1c6ca.txt b/texts/969f91a2-4d24-4644-96c0-285315c1c6ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d8d7b5d1ae12468800c829447dd8ec9fba3d420 --- /dev/null +++ b/texts/969f91a2-4d24-4644-96c0-285315c1c6ca.txt @@ -0,0 +1 @@ +West Highland Dog and Maltese watch the aurora in the snow \ No newline at end of file diff --git a/texts/96a11ad1-2208-40b2-87f7-b1587069b023.txt b/texts/96a11ad1-2208-40b2-87f7-b1587069b023.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5e51d27aee582f169815faff2680069115256be --- /dev/null +++ b/texts/96a11ad1-2208-40b2-87f7-b1587069b023.txt @@ -0,0 +1 @@ +A grey-pink butterfly perched on half of bubble on the cloud, with the infinite and brilliant Milky Way behind it \ No newline at end of file diff --git a/texts/96a1d82b-871b-4e98-9588-1bb5eff45dee.txt b/texts/96a1d82b-871b-4e98-9588-1bb5eff45dee.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf92c13081e63606e50e80c60865559a6938984b --- /dev/null +++ b/texts/96a1d82b-871b-4e98-9588-1bb5eff45dee.txt @@ -0,0 +1 @@ +A gray and white striped cat sits in front of an apple macbook with glasses and a cup of coffee on the beach in Jeju Island. \ No newline at end of file diff --git a/texts/96a3ec2e-06e3-4494-98ce-a233b6384134.txt b/texts/96a3ec2e-06e3-4494-98ce-a233b6384134.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e35f32c93d067057121302ae6065aeaca35b690 --- /dev/null +++ b/texts/96a3ec2e-06e3-4494-98ce-a233b6384134.txt @@ -0,0 +1 @@ +A lovely cavoodle puppy with gold ears and gold eye parts, the rest is white with gold parts on the body. He is young, his face is round. He is wearing a Christmas hat and he is making a snowman in the snowy snow. \ No newline at end of file diff --git a/texts/96a92e9a-7745-4f7e-a374-de85c1189d66.txt b/texts/96a92e9a-7745-4f7e-a374-de85c1189d66.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ba7ddeeb583daba1c5a006ca5d3c4fe3bc340d3 --- /dev/null +++ b/texts/96a92e9a-7745-4f7e-a374-de85c1189d66.txt @@ -0,0 +1 @@ +a standing big tree in the middle of a park in the Netherlands at summer dawn, with some toxic mushrooms grow on the green grassland \ No newline at end of file diff --git a/texts/96b2271d-8d48-47fd-b9ea-48c6c9562b84.txt b/texts/96b2271d-8d48-47fd-b9ea-48c6c9562b84.txt new file mode 100644 index 0000000000000000000000000000000000000000..83b32c37134de79258b81bd9f47e1b7485bc36b8 --- /dev/null +++ b/texts/96b2271d-8d48-47fd-b9ea-48c6c9562b84.txt @@ -0,0 +1 @@ +Furniture is all pink bedroom, should have HelloKitty element \ No newline at end of file diff --git a/texts/96b4125f-3fae-45a6-b85e-db47575148f5.txt b/texts/96b4125f-3fae-45a6-b85e-db47575148f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d380a9c1eb72db62e35f0d729d793395cee2ffb --- /dev/null +++ b/texts/96b4125f-3fae-45a6-b85e-db47575148f5.txt @@ -0,0 +1 @@ +Seaside Fireworks Blues \ No newline at end of file diff --git a/texts/96b66cd2-c511-4d37-b3ec-270b0d19b822.txt b/texts/96b66cd2-c511-4d37-b3ec-270b0d19b822.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcd912cd65727e14e462026675730997b2e656b0 --- /dev/null +++ b/texts/96b66cd2-c511-4d37-b3ec-270b0d19b822.txt @@ -0,0 +1 @@ +Bunny rabbit smokes in the snow. \ No newline at end of file diff --git a/texts/96bcdb1c-71ac-42ec-b77d-647bbf5c2afb.txt b/texts/96bcdb1c-71ac-42ec-b77d-647bbf5c2afb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c417cfcd8709aabe927e65c2e9b20f1e494220d --- /dev/null +++ b/texts/96bcdb1c-71ac-42ec-b77d-647bbf5c2afb.txt @@ -0,0 +1 @@ +A dreamy vintage portrait of a young lady sitting by a window, her face bathed in soft, golden sunlight. She wears a delicate floral dress, holding a single rose in her hand. Her expression is thoughtful, gazing into the distance. The background features lace curtains and a weathered wooden windowsill, with light leaks and a faded sepia tone enhancing the nostalgic mood. \ No newline at end of file diff --git a/texts/96bcebd3-f9aa-4d7e-9717-61ff7eeea267.txt b/texts/96bcebd3-f9aa-4d7e-9717-61ff7eeea267.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ad1fc44d080ed96ba8e2ed3910332c324fe2670 --- /dev/null +++ b/texts/96bcebd3-f9aa-4d7e-9717-61ff7eeea267.txt @@ -0,0 +1 @@ +The seaside of Los Angeles Night Firework A cat \ No newline at end of file diff --git a/texts/96c435ef-1c0e-488b-8df6-a13eb98ca528.txt b/texts/96c435ef-1c0e-488b-8df6-a13eb98ca528.txt new file mode 100644 index 0000000000000000000000000000000000000000..93a9c99eb0b7ab5acc516794e1d04f1b87279567 --- /dev/null +++ b/texts/96c435ef-1c0e-488b-8df6-a13eb98ca528.txt @@ -0,0 +1 @@ +Many stars fell into the crater \ No newline at end of file diff --git a/texts/96cda4d4-e80c-4848-90f1-2970001497a8.txt b/texts/96cda4d4-e80c-4848-90f1-2970001497a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d37dad46d2594c3fc2bbda4280d2a3f5e0b9ba6 --- /dev/null +++ b/texts/96cda4d4-e80c-4848-90f1-2970001497a8.txt @@ -0,0 +1 @@ +Bichon thirteen birthday party \ No newline at end of file diff --git a/texts/96ce1191-8f7d-47ef-805e-a8ceba635218.txt b/texts/96ce1191-8f7d-47ef-805e-a8ceba635218.txt new file mode 100644 index 0000000000000000000000000000000000000000..24108ebddecb41615960971dd302529c5ddf2cb7 --- /dev/null +++ b/texts/96ce1191-8f7d-47ef-805e-a8ceba635218.txt @@ -0,0 +1 @@ +Hellokitty humanoid doll teaches a group of children to draw in the studio with a rifle. \ No newline at end of file diff --git a/texts/96d2dd58-1c97-4a00-9104-ff96b5e62085.txt b/texts/96d2dd58-1c97-4a00-9104-ff96b5e62085.txt new file mode 100644 index 0000000000000000000000000000000000000000..886da273e12d6860bdef43630707f763a5bf9fbf --- /dev/null +++ b/texts/96d2dd58-1c97-4a00-9104-ff96b5e62085.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white hellokitty cat in a Christmas hat, next to it is a Christmas tree, and "Astrid010" written on the snow, with traces of cat paws. The melancholy blue night scene, with a dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/96d55188-ed5a-4648-a156-407d9ec4745e.txt b/texts/96d55188-ed5a-4648-a156-407d9ec4745e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cb0acb447c17e3263179a31d630c78da25ba0fe --- /dev/null +++ b/texts/96d55188-ed5a-4648-a156-407d9ec4745e.txt @@ -0,0 +1 @@ +A snail crawls on the globe \ No newline at end of file diff --git a/texts/96e2ab1b-845d-4f3c-892b-487a5b47b797.txt b/texts/96e2ab1b-845d-4f3c-892b-487a5b47b797.txt new file mode 100644 index 0000000000000000000000000000000000000000..9740bbdcf2cd122ca2a03b64c4e991150948e917 --- /dev/null +++ b/texts/96e2ab1b-845d-4f3c-892b-487a5b47b797.txt @@ -0,0 +1 @@ +Hello Kitty is standing by the window, holding a cake with "10.11" written on it. \ No newline at end of file diff --git a/texts/96ec31ba-cc4f-4c48-b733-111dd64af50b.txt b/texts/96ec31ba-cc4f-4c48-b733-111dd64af50b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fc3f0aa9adb2958d12a6af087a8b7281f6f0f7d --- /dev/null +++ b/texts/96ec31ba-cc4f-4c48-b733-111dd64af50b.txt @@ -0,0 +1 @@ +A battery, wearing black-rimmed round glasses, sitting on an office chair with a desk in front of him, a computer and a mug on the table \ No newline at end of file diff --git a/texts/96f6eef3-f35e-4d8b-8717-94d5a2ecfc48.txt b/texts/96f6eef3-f35e-4d8b-8717-94d5a2ecfc48.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0b1c9e7b96bb02fe56d68654234ec6e50226656 --- /dev/null +++ b/texts/96f6eef3-f35e-4d8b-8717-94d5a2ecfc48.txt @@ -0,0 +1 @@ +Biden and a kitten are fighting for a toy \ No newline at end of file diff --git a/texts/9702977c-95f7-439d-90a9-07168bb03ed1.txt b/texts/9702977c-95f7-439d-90a9-07168bb03ed1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f60af24f2d2a9b5a39afcbf2e763854159c08d82 --- /dev/null +++ b/texts/9702977c-95f7-439d-90a9-07168bb03ed1.txt @@ -0,0 +1 @@ +A pig soak in hot springs at the foot of Mount Fuji \ No newline at end of file diff --git a/texts/9704faf4-eaf9-4137-bfa7-53389cd7df38.txt b/texts/9704faf4-eaf9-4137-bfa7-53389cd7df38.txt new file mode 100644 index 0000000000000000000000000000000000000000..389b2d275c48b7615fc8c3595596aa770663656e --- /dev/null +++ b/texts/9704faf4-eaf9-4137-bfa7-53389cd7df38.txt @@ -0,0 +1 @@ +The puppy is sitting on the snowy beach, and the small text "WY" is written on the snow. \ No newline at end of file diff --git a/texts/97068fbc-fa9e-4b42-a4c7-77b36e8ea964.txt b/texts/97068fbc-fa9e-4b42-a4c7-77b36e8ea964.txt new file mode 100644 index 0000000000000000000000000000000000000000..72653d0b6f5dc381acc59b6f738aae4ec83e4594 --- /dev/null +++ b/texts/97068fbc-fa9e-4b42-a4c7-77b36e8ea964.txt @@ -0,0 +1 @@ +A golden retriever and a fox are at the beach. The golden retriever is giving the fox a roseA golden retriever and a fox are at the beach. The golden retriever is giving the fox a rose \ No newline at end of file diff --git a/texts/970c2ecf-47f5-44b5-99a4-4f6970a50a96.txt b/texts/970c2ecf-47f5-44b5-99a4-4f6970a50a96.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cb754fd22050410daa04df9e730cddf35701bbc --- /dev/null +++ b/texts/970c2ecf-47f5-44b5-99a4-4f6970a50a96.txt @@ -0,0 +1 @@ +In the snow, a black and yellow tortoiseshell cat and a grey tortoiseshell cat snuggle together with the J written next to them \ No newline at end of file diff --git a/texts/970f274b-6440-4013-b3ee-dd0e925f3c7a.txt b/texts/970f274b-6440-4013-b3ee-dd0e925f3c7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e95ac8f5b74e1d7d316c8aee976d007c134619a --- /dev/null +++ b/texts/970f274b-6440-4013-b3ee-dd0e925f3c7a.txt @@ -0,0 +1 @@ +Cats watching grand fireworks at sunset by the seaside \ No newline at end of file diff --git a/texts/971226d6-57fa-40c8-816e-90ee96d3bc0e.txt b/texts/971226d6-57fa-40c8-816e-90ee96d3bc0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..586b44dce2233f5ee449da62f4c9138a5d3b6008 --- /dev/null +++ b/texts/971226d6-57fa-40c8-816e-90ee96d3bc0e.txt @@ -0,0 +1 @@ +A cat wearing a Santa hat and standing in the snow \ No newline at end of file diff --git a/texts/97270bd4-d343-4db5-ae8f-d1a834ed95e1.txt b/texts/97270bd4-d343-4db5-ae8f-d1a834ed95e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d5292d9b86878631e1f234c584b0fd6da569d7d --- /dev/null +++ b/texts/97270bd4-d343-4db5-ae8f-d1a834ed95e1.txt @@ -0,0 +1 @@ +Light purple, black cat, write letter \ No newline at end of file diff --git a/texts/972d0516-574b-4365-a501-90c25e610a98.txt b/texts/972d0516-574b-4365-a501-90c25e610a98.txt new file mode 100644 index 0000000000000000000000000000000000000000..e06d2acb4f47dfee733c02db4bd82ca14d572479 --- /dev/null +++ b/texts/972d0516-574b-4365-a501-90c25e610a98.txt @@ -0,0 +1 @@ +give a black male body builder, super jacked, with purple afro builder looking serious in the gym, staring into the camera, while lifting weights, the gym should be dark he should be wearing a suit, but modern look, and he should be in a business meeting \ No newline at end of file diff --git a/texts/9732ffb3-6880-4460-8636-c4c676df8f68.txt b/texts/9732ffb3-6880-4460-8636-c4c676df8f68.txt new file mode 100644 index 0000000000000000000000000000000000000000..66d7bbb5de5bef75362362c365054cb171024e72 --- /dev/null +++ b/texts/9732ffb3-6880-4460-8636-c4c676df8f68.txt @@ -0,0 +1 @@ +A Hello Kitty listens to music with headphones. He looks out of the window. It's snowing and there are some bright stars. \ No newline at end of file diff --git a/texts/9736b706-40e8-41cb-813c-a6cddcdbc208.txt b/texts/9736b706-40e8-41cb-813c-a6cddcdbc208.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a4284499aaca259509f56a6f6cc8cb4a3ad91aa --- /dev/null +++ b/texts/9736b706-40e8-41cb-813c-a6cddcdbc208.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "ZQL" engraved on the snow \ No newline at end of file diff --git a/texts/9737a36b-036a-4fc3-a30d-ace9a196d2d0.txt b/texts/9737a36b-036a-4fc3-a30d-ace9a196d2d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..db56b4780e33f532a0f674a195776a8d17339adf --- /dev/null +++ b/texts/9737a36b-036a-4fc3-a30d-ace9a196d2d0.txt @@ -0,0 +1 @@ +a prince standing in the center of a long hall holds on a crystal shoe. \ No newline at end of file diff --git a/texts/973cb1fe-aec7-45ea-902e-e7ddf9ef313c.txt b/texts/973cb1fe-aec7-45ea-902e-e7ddf9ef313c.txt new file mode 100644 index 0000000000000000000000000000000000000000..475841caa004870fc0014919a416da9354cae05f --- /dev/null +++ b/texts/973cb1fe-aec7-45ea-902e-e7ddf9ef313c.txt @@ -0,0 +1 @@ +A black and white cat, sofa, TV, Christmas tree \ No newline at end of file diff --git a/texts/973e45c2-57a7-4ead-b1f0-e1bdbc081ff3.txt b/texts/973e45c2-57a7-4ead-b1f0-e1bdbc081ff3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e12b12eccb042bd0dab27af1fa8b3f4f2918d70 --- /dev/null +++ b/texts/973e45c2-57a7-4ead-b1f0-e1bdbc081ff3.txt @@ -0,0 +1 @@ +3 cute young monkey, wearing white Astronaut clothing, with a name card hanging on their neck,standing seriously in front of a office building \ No newline at end of file diff --git a/texts/973ede43-b9c6-4003-8ea2-e93a7c8d76b1.txt b/texts/973ede43-b9c6-4003-8ea2-e93a7c8d76b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..929c93d5db61562518bb32028766b5248c564b2e --- /dev/null +++ b/texts/973ede43-b9c6-4003-8ea2-e93a7c8d76b1.txt @@ -0,0 +1 @@ +In the old church, blood flows on the pentagram, and police officers dance together \ No newline at end of file diff --git a/texts/9740fb2a-9daa-4a31-8b7d-3a82d4c6d991.txt b/texts/9740fb2a-9daa-4a31-8b7d-3a82d4c6d991.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0d0b532f2414c1e787da1821ed4adc1e828fe35 --- /dev/null +++ b/texts/9740fb2a-9daa-4a31-8b7d-3a82d4c6d991.txt @@ -0,0 +1 @@ +Two little white dogs are playing in the snow, and the little dogs is wearing white transparent wings. The snow shines brightly, and in the distance, there is a small volcano covered in heavy snow \ No newline at end of file diff --git a/texts/9752da9d-1fc2-412d-85a9-f886059c3a4a.txt b/texts/9752da9d-1fc2-412d-85a9-f886059c3a4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5e5b6b71877aa8304d977d3d6c0d884e08f6885 --- /dev/null +++ b/texts/9752da9d-1fc2-412d-85a9-f886059c3a4a.txt @@ -0,0 +1 @@ +A pure white Shiba inu with wings stands on a snowy beach \ No newline at end of file diff --git a/texts/975396f2-00e9-4b70-9b23-15d0152433df.txt b/texts/975396f2-00e9-4b70-9b23-15d0152433df.txt new file mode 100644 index 0000000000000000000000000000000000000000..4942cdc14406f6caa67f03a416ffb6b1a41df2c9 --- /dev/null +++ b/texts/975396f2-00e9-4b70-9b23-15d0152433df.txt @@ -0,0 +1 @@ +A West Highland White Terrier and Hellokitty are running together on the snowfield. \ No newline at end of file diff --git a/texts/97604e8a-785d-4473-b979-2b5c996e5c9e.txt b/texts/97604e8a-785d-4473-b979-2b5c996e5c9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..57545d22cb171c26d5a5660101131f6ac49f5c35 --- /dev/null +++ b/texts/97604e8a-785d-4473-b979-2b5c996e5c9e.txt @@ -0,0 +1 @@ +A cat go along with the sea at night and there is snowing \ No newline at end of file diff --git a/texts/976546d9-f07b-4ce9-924c-c925c66c236a.txt b/texts/976546d9-f07b-4ce9-924c-c925c66c236a.txt new file mode 100644 index 0000000000000000000000000000000000000000..28e70f4ca9dd4de676deedd2eaad57beedeb64d4 --- /dev/null +++ b/texts/976546d9-f07b-4ce9-924c-c925c66c236a.txt @@ -0,0 +1 @@ +A plush hello kitty is sad at work \ No newline at end of file diff --git a/texts/976b93a2-13c1-4b48-9950-8469ecfbc58f.txt b/texts/976b93a2-13c1-4b48-9950-8469ecfbc58f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e85c19939daedb134705891a7f277ba7436824f5 --- /dev/null +++ b/texts/976b93a2-13c1-4b48-9950-8469ecfbc58f.txt @@ -0,0 +1 @@ +cats watching granding fireworks at sunset by seaside \ No newline at end of file diff --git a/texts/978941b7-619f-4ba8-8cda-d161ecd0c3aa.txt b/texts/978941b7-619f-4ba8-8cda-d161ecd0c3aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..38ac3529dba1489e83c512712bd40cf4f7e90729 --- /dev/null +++ b/texts/978941b7-619f-4ba8-8cda-d161ecd0c3aa.txt @@ -0,0 +1 @@ +Thank you for showing me love \ No newline at end of file diff --git a/texts/978df00c-28db-4bc6-b7cc-b613a2bc0aef.txt b/texts/978df00c-28db-4bc6-b7cc-b613a2bc0aef.txt new file mode 100644 index 0000000000000000000000000000000000000000..db76dd88214f3610a68c9a93175efd39171950b8 --- /dev/null +++ b/texts/978df00c-28db-4bc6-b7cc-b613a2bc0aef.txt @@ -0,0 +1 @@ +Apples on snow background pink sunset, bubble Christmas tree fireworks Snow day \ No newline at end of file diff --git a/texts/9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a.txt b/texts/9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8356c3a04d42853a66b6f3dccd95054c442bf49 --- /dev/null +++ b/texts/9792a4e6-b6e2-4d39-acfd-ad07e55fdf3a.txt @@ -0,0 +1 @@ +The Statue of Liberty floats to Wall Street \ No newline at end of file diff --git a/texts/979cb359-6caf-424d-afae-4c53dfdcece8.txt b/texts/979cb359-6caf-424d-afae-4c53dfdcece8.txt new file mode 100644 index 0000000000000000000000000000000000000000..386cdca5116718aa87beb247062de7ec3c94bafd --- /dev/null +++ b/texts/979cb359-6caf-424d-afae-4c53dfdcece8.txt @@ -0,0 +1 @@ +a rainbow-colored teddy bear, draped in the vibrant hues of a rainbow, sits poised in a roller coaster car shaped like a pink birthday cake. The cake-car bears the words "Happy Birthday" in bold English letters. Beneath it, intricate gray metal tracks twist and loop in an elaborate network. The roller coaster is hurtling towards the entrance of a towering skyscraper that looms above. Surrounding the scene is a bustling skyline, reminiscent of New York City, filled with skyscrapers that pierce the sky, creating an awe-inspiring urban backdrop. \ No newline at end of file diff --git a/texts/979f1f5d-1daa-4e2f-9bca-721cfed51fcd.txt b/texts/979f1f5d-1daa-4e2f-9bca-721cfed51fcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a39342e1b483717126cbd933112c10942a64e67 --- /dev/null +++ b/texts/979f1f5d-1daa-4e2f-9bca-721cfed51fcd.txt @@ -0,0 +1 @@ +A white Bichon Frise dog wearing a Santa hat, playing outside in the snow, with flowers in the snow, a glowing Christmas tree in the distance, apples in the snow, colorful stars in the sky, and the aurora \ No newline at end of file diff --git a/texts/97a34243-7918-4f8a-a2a0-61df06562dde.txt b/texts/97a34243-7918-4f8a-a2a0-61df06562dde.txt new file mode 100644 index 0000000000000000000000000000000000000000..3499c16f7ec1a5c98163e17103d0645758ac2900 --- /dev/null +++ b/texts/97a34243-7918-4f8a-a2a0-61df06562dde.txt @@ -0,0 +1 @@ +A group of marmots hold a campfire party in the snowy forest \ No newline at end of file diff --git a/texts/97a55fe3-c7e6-4fba-b9ed-ee3101024e2f.txt b/texts/97a55fe3-c7e6-4fba-b9ed-ee3101024e2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b164c46ac2219ffbbc35d2384e652f87a0113ba2 --- /dev/null +++ b/texts/97a55fe3-c7e6-4fba-b9ed-ee3101024e2f.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,KMJwritten on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/97b1bab5-2729-4b98-b2d0-aa891dca1e3e.txt b/texts/97b1bab5-2729-4b98-b2d0-aa891dca1e3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..254a412d4be9b64f3efcda22ec214c662665324b --- /dev/null +++ b/texts/97b1bab5-2729-4b98-b2d0-aa891dca1e3e.txt @@ -0,0 +1 @@ +A golden retriever puppy is playing with a cute cat \ No newline at end of file diff --git a/texts/97b5c4ea-9257-40d6-9948-aecae5a6c6af.txt b/texts/97b5c4ea-9257-40d6-9948-aecae5a6c6af.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c51c8a61b87fefeddccb4e2642bdd889f4c7040 --- /dev/null +++ b/texts/97b5c4ea-9257-40d6-9948-aecae5a6c6af.txt @@ -0,0 +1 @@ +The yellow-green parrot is smoking \ No newline at end of file diff --git a/texts/97b8a03a-b6ac-462b-afd5-af098276ceb2.txt b/texts/97b8a03a-b6ac-462b-afd5-af098276ceb2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d058ca5d7444bf2aef7e7d1ae2bbcf335a980e75 --- /dev/null +++ b/texts/97b8a03a-b6ac-462b-afd5-af098276ceb2.txt @@ -0,0 +1 @@ +hellokitty black princess dress, Maltese, Bichon Frise, wihte rabbit, pink rabbit, strawberry cake, doughnuts, macrons, white table, pink room, birthday ballons \ No newline at end of file diff --git a/texts/97ba8529-a78b-437e-ad3b-a916a1f5d234.txt b/texts/97ba8529-a78b-437e-ad3b-a916a1f5d234.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc734a6a42eb191ea2bd70b53600ea2813abb8cd --- /dev/null +++ b/texts/97ba8529-a78b-437e-ad3b-a916a1f5d234.txt @@ -0,0 +1 @@ +Snow, pure black sky, Scottish Terrier wearing a Christmas hat \ No newline at end of file diff --git a/texts/97bbab76-d8a4-4ef9-abab-6b8161f2018d.txt b/texts/97bbab76-d8a4-4ef9-abab-6b8161f2018d.txt new file mode 100644 index 0000000000000000000000000000000000000000..3342cea9666f98d6d13ee2072b786efa776bcb18 --- /dev/null +++ b/texts/97bbab76-d8a4-4ef9-abab-6b8161f2018d.txt @@ -0,0 +1 @@ +A Western Highland white meme wearing a forward hat and holding a camera is filming a movie \ No newline at end of file diff --git a/texts/97cdfa87-f12b-42d8-adb4-c11e3a9663cd.txt b/texts/97cdfa87-f12b-42d8-adb4-c11e3a9663cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5f03842c5735f8389b0662da819683a79c89f34 --- /dev/null +++ b/texts/97cdfa87-f12b-42d8-adb4-c11e3a9663cd.txt @@ -0,0 +1 @@ +HalloKitty Burning Jinge Temple \ No newline at end of file diff --git a/texts/97e369a4-105b-4a33-8e2b-35d9096fd48b.txt b/texts/97e369a4-105b-4a33-8e2b-35d9096fd48b.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcd200c081b3778ac0c71dababfc84c6c86ba4c --- /dev/null +++ b/texts/97e369a4-105b-4a33-8e2b-35d9096fd48b.txt @@ -0,0 +1 @@ +A winged Bichon in a pile of roses \ No newline at end of file diff --git a/texts/97e4657e-ec97-4bb4-912a-bac5bce4d12e.txt b/texts/97e4657e-ec97-4bb4-912a-bac5bce4d12e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f485ac0b7e075f249622926c91f276a30b97b9f --- /dev/null +++ b/texts/97e4657e-ec97-4bb4-912a-bac5bce4d12e.txt @@ -0,0 +1 @@ +YELLOW retro tv in my room, front view, horizontal view, a deer video in the screen on the tv \ No newline at end of file diff --git a/texts/97e5b86f-01e2-4e88-a2bc-95559b5c5d06.txt b/texts/97e5b86f-01e2-4e88-a2bc-95559b5c5d06.txt new file mode 100644 index 0000000000000000000000000000000000000000..b59ace45b9019062cf8a76d749a2032935f2055f --- /dev/null +++ b/texts/97e5b86f-01e2-4e88-a2bc-95559b5c5d06.txt @@ -0,0 +1 @@ +A silver white American Shorthair cat and a black cat are sit next to each other, both wearing magic cloaks, with snow as the background, like Hogwarts \ No newline at end of file diff --git a/texts/97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb.txt b/texts/97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..09906955b32a0bbcf7624e9147a652198018f129 --- /dev/null +++ b/texts/97f24fbd-5d4c-4384-bfba-7ec14f8fa4fb.txt @@ -0,0 +1 @@ +Kittens playing discs in the snowy outdoors with snowflakes falling down \ No newline at end of file diff --git a/texts/97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b.txt b/texts/97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca621e7cb45df0d47cf70c788f758aea5bd66c37 --- /dev/null +++ b/texts/97f52d56-1e65-4fab-bb40-fcaf2d2f8d5b.txt @@ -0,0 +1 @@ +Hello Kitty sits at a surreal Christmas dinner table in an infinite snowy field. The scene is illuminated by floating candles, with snow gently falling under a hazy pastel sky. \ No newline at end of file diff --git a/texts/97f8f54c-842a-46e5-990c-4a9201258ebc.txt b/texts/97f8f54c-842a-46e5-990c-4a9201258ebc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdab090b5d4bf0ff2425b8d72f17b958c3c549fc --- /dev/null +++ b/texts/97f8f54c-842a-46e5-990c-4a9201258ebc.txt @@ -0,0 +1 @@ +A clear sunny day with a vibrant landscape featuring grassy fields, a sandy beach, and the seashore. Under a tree, a small dog has a yellow butterfly gracefully perched on its nose. The scene is illuminated by a soft, mist-like glow. \ No newline at end of file diff --git a/texts/97fbf77b-86a7-4a26-9c02-b5992a5af0de.txt b/texts/97fbf77b-86a7-4a26-9c02-b5992a5af0de.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c521ecae482dce7c4f48a7c0174b2748f64f9ff --- /dev/null +++ b/texts/97fbf77b-86a7-4a26-9c02-b5992a5af0de.txt @@ -0,0 +1 @@ +westhighland white terrier+taking photos \ No newline at end of file diff --git a/texts/98046807-8299-4d9f-a202-41578ba0e105.txt b/texts/98046807-8299-4d9f-a202-41578ba0e105.txt new file mode 100644 index 0000000000000000000000000000000000000000..dabee170a2f7be3e006cc157aa76715ee2d9a239 --- /dev/null +++ b/texts/98046807-8299-4d9f-a202-41578ba0e105.txt @@ -0,0 +1 @@ +A mermaid HelloKitty doll velvet pearl skull inside a giant shell \ No newline at end of file diff --git a/texts/980a8599-63ad-403b-9093-264b92df6910.txt b/texts/980a8599-63ad-403b-9093-264b92df6910.txt new file mode 100644 index 0000000000000000000000000000000000000000..02fa2d1154afdff874c4e4cc46091680618815ab --- /dev/null +++ b/texts/980a8599-63ad-403b-9093-264b92df6910.txt @@ -0,0 +1 @@ +A Hello Kitty with an AK-47 wildly strafing \ No newline at end of file diff --git a/texts/98122f0f-939c-43f8-9df2-887080180571.txt b/texts/98122f0f-939c-43f8-9df2-887080180571.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1285c5bf02b6a59117f80a20f44e6458b66152e --- /dev/null +++ b/texts/98122f0f-939c-43f8-9df2-887080180571.txt @@ -0,0 +1 @@ +Tote shopping bag \ No newline at end of file diff --git a/texts/98166708-9418-43b3-8b21-2f35cef2d8f8.txt b/texts/98166708-9418-43b3-8b21-2f35cef2d8f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b069ad6b71ef4cb134e8e8fd6740d6ecc7209a --- /dev/null +++ b/texts/98166708-9418-43b3-8b21-2f35cef2d8f8.txt @@ -0,0 +1 @@ +Hairless cat doing pole dancing, disco balls \ No newline at end of file diff --git a/texts/9834a83d-b457-41d6-a603-ebb2b720fddc.txt b/texts/9834a83d-b457-41d6-a603-ebb2b720fddc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a44396bba04916a4f169ecbc19b95742f12cdd8 --- /dev/null +++ b/texts/9834a83d-b457-41d6-a603-ebb2b720fddc.txt @@ -0,0 +1 @@ +blue butterfly crescent \ No newline at end of file diff --git a/texts/984d6f6d-4723-4433-95fe-146d23c088fd.txt b/texts/984d6f6d-4723-4433-95fe-146d23c088fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef2e7b0496e467a6107164aa77d2e1ca2d7b003a --- /dev/null +++ b/texts/984d6f6d-4723-4433-95fe-146d23c088fd.txt @@ -0,0 +1 @@ +A Christmas tree in the snow by the sea \ No newline at end of file diff --git a/texts/984de52d-017e-4448-af76-d771af8bb8ec.txt b/texts/984de52d-017e-4448-af76-d771af8bb8ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd546e9cf08ad2d97e774138a9cea394f61de428 --- /dev/null +++ b/texts/984de52d-017e-4448-af76-d771af8bb8ec.txt @@ -0,0 +1 @@ +Snow Cat \ No newline at end of file diff --git a/texts/984fb9b8-f548-4e09-88e1-16b1e5d64002.txt b/texts/984fb9b8-f548-4e09-88e1-16b1e5d64002.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccc3e60a5d212c91914756fa11bde5fc05e8a55c --- /dev/null +++ b/texts/984fb9b8-f548-4e09-88e1-16b1e5d64002.txt @@ -0,0 +1 @@ +Traditional Lunar New Year Flyer Template \ No newline at end of file diff --git a/texts/9853c673-b81c-414d-8451-d74957b25088.txt b/texts/9853c673-b81c-414d-8451-d74957b25088.txt new file mode 100644 index 0000000000000000000000000000000000000000..a74e2b8c2d890fb3ad9a3a0d650cce16cde0402e --- /dev/null +++ b/texts/9853c673-b81c-414d-8451-d74957b25088.txt @@ -0,0 +1 @@ + blue-and-white British Shorthair cat piloting a flying saucer, wearing goggles \ No newline at end of file diff --git a/texts/985ab91d-da46-49e7-b36e-109d03b4da03.txt b/texts/985ab91d-da46-49e7-b36e-109d03b4da03.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea9beefb90c271b9f70b020e71175b8c40928470 --- /dev/null +++ b/texts/985ab91d-da46-49e7-b36e-109d03b4da03.txt @@ -0,0 +1 @@ +A black cat is playing in the snow at night. \ No newline at end of file diff --git a/texts/985ce77b-cb10-422d-b1bc-875cf464f8eb.txt b/texts/985ce77b-cb10-422d-b1bc-875cf464f8eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..06db8853707894001bbb48506f614c68fc7ad35a --- /dev/null +++ b/texts/985ce77b-cb10-422d-b1bc-875cf464f8eb.txt @@ -0,0 +1 @@ +a little fox holding a camera \ No newline at end of file diff --git a/texts/985f9d21-5407-44b8-82a8-d0baefec6d0c.txt b/texts/985f9d21-5407-44b8-82a8-d0baefec6d0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..28932f45e0ff9c68d8acafecedfa7abee9eadb5b --- /dev/null +++ b/texts/985f9d21-5407-44b8-82a8-d0baefec6d0c.txt @@ -0,0 +1 @@ +A Yellow and white corgi playing magic with peoplein light snow falls from a pitch-black sky \ No newline at end of file diff --git a/texts/9860209b-4280-4076-adb2-f9ba1926a9f9.txt b/texts/9860209b-4280-4076-adb2-f9ba1926a9f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d31540d874f65464de6072a9707220787a8e0eef --- /dev/null +++ b/texts/9860209b-4280-4076-adb2-f9ba1926a9f9.txt @@ -0,0 +1 @@ +A group of Tibetan children run on the grasslandThere are cows, sheep and snow on the grasslandsThe scenery is beautiful from afar \ No newline at end of file diff --git a/texts/986567a7-1810-46eb-83e2-ee51524a610a.txt b/texts/986567a7-1810-46eb-83e2-ee51524a610a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d126d4e2eeae3a8615d6392b19fd22497f67bd22 --- /dev/null +++ b/texts/986567a7-1810-46eb-83e2-ee51524a610a.txt @@ -0,0 +1 @@ +Tokyo Tower, Tokyo Metropolis, night, street, cars \ No newline at end of file diff --git a/texts/9869584e-5e2f-4408-8e0d-05fec9dd3976.txt b/texts/9869584e-5e2f-4408-8e0d-05fec9dd3976.txt new file mode 100644 index 0000000000000000000000000000000000000000..05779ab074910c4caf3188a5436e12c6f5163f02 --- /dev/null +++ b/texts/9869584e-5e2f-4408-8e0d-05fec9dd3976.txt @@ -0,0 +1 @@ +Manhattan, snowy, giant christma tree with shining lights and beautiful decorations, fireworks \ No newline at end of file diff --git a/texts/9872e775-5b1f-445c-ab08-2e072cd48020.txt b/texts/9872e775-5b1f-445c-ab08-2e072cd48020.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9dbde887c7f3fa3bfba4702602510c1b52135ce --- /dev/null +++ b/texts/9872e775-5b1f-445c-ab08-2e072cd48020.txt @@ -0,0 +1 @@ +celebrate my hellokitty's birthday at christmas when many star shines outside \ No newline at end of file diff --git a/texts/987d97be-01e9-4ba1-bee4-dce1ed478aea.txt b/texts/987d97be-01e9-4ba1-bee4-dce1ed478aea.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dc1e42a1a15fa5c298835966790eaa39390e89d --- /dev/null +++ b/texts/987d97be-01e9-4ba1-bee4-dce1ed478aea.txt @@ -0,0 +1 @@ +Christmas,rain,Writing wzy in the glass window \ No newline at end of file diff --git a/texts/9881c00c-4e9f-45e3-9382-74167fa787e2.txt b/texts/9881c00c-4e9f-45e3-9382-74167fa787e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ffae473aa0c2a1309e49f8bcea145946b79f1df --- /dev/null +++ b/texts/9881c00c-4e9f-45e3-9382-74167fa787e2.txt @@ -0,0 +1 @@ +a fluffy white owl is watching macbook, with christmas hat \ No newline at end of file diff --git a/texts/9884a3d6-86b2-4f3a-9bea-ef2a5da33761.txt b/texts/9884a3d6-86b2-4f3a-9bea-ef2a5da33761.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1a29271de3a861170fff676edc1307aa4e96790 --- /dev/null +++ b/texts/9884a3d6-86b2-4f3a-9bea-ef2a5da33761.txt @@ -0,0 +1 @@ +Tote shopping bag Plastic pocket Bright \ No newline at end of file diff --git a/texts/988fc51e-c947-478d-a4e0-375cc1409496.txt b/texts/988fc51e-c947-478d-a4e0-375cc1409496.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2dae5391546e1977f4c766ca7bf97394c6e1ec5 --- /dev/null +++ b/texts/988fc51e-c947-478d-a4e0-375cc1409496.txt @@ -0,0 +1 @@ +cat making coffee behind a bar counter and a little white dog waiting \ No newline at end of file diff --git a/texts/9892d192-8a12-47ad-8af2-07b9142491f4.txt b/texts/9892d192-8a12-47ad-8af2-07b9142491f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f24395d40a1dcba334f0fd557c6c22e27d15a2b --- /dev/null +++ b/texts/9892d192-8a12-47ad-8af2-07b9142491f4.txt @@ -0,0 +1 @@ +At night, hello Kitty sat in the snow, and "ZRT" was written in the snow. Fireworks were set off in the night sky. \ No newline at end of file diff --git a/texts/98a32005-0c66-487e-a921-4aa2a73e8142.txt b/texts/98a32005-0c66-487e-a921-4aa2a73e8142.txt new file mode 100644 index 0000000000000000000000000000000000000000..450f0e5a3c112c985ee5c97d2e052e8379eb820a --- /dev/null +++ b/texts/98a32005-0c66-487e-a921-4aa2a73e8142.txt @@ -0,0 +1 @@ +A small snowman is piled on the front hood of a white Audi 100 Avant. The snowman is wearing a hat and there are some scattered snow around him. \ No newline at end of file diff --git a/texts/98a46ecf-2949-49a6-b76c-ddaad90550b4.txt b/texts/98a46ecf-2949-49a6-b76c-ddaad90550b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a7e800aed40c47fb733856f3fc3b57db8c0d7ed --- /dev/null +++ b/texts/98a46ecf-2949-49a6-b76c-ddaad90550b4.txt @@ -0,0 +1 @@ +A buzz lighteryear toy is holding a cute and swee layered bithday cake with date 0215 on it \ No newline at end of file diff --git a/texts/98a683c9-2e38-4d1a-b3f0-f97779aeacdd.txt b/texts/98a683c9-2e38-4d1a-b3f0-f97779aeacdd.txt new file mode 100644 index 0000000000000000000000000000000000000000..45427a2fc53342030aae79a1eea5623381544f23 --- /dev/null +++ b/texts/98a683c9-2e38-4d1a-b3f0-f97779aeacdd.txt @@ -0,0 +1 @@ +Handwritten word "YUNI" in the house a cat and dog eating Christmas meal \ No newline at end of file diff --git a/texts/98ae7990-26ed-40aa-9ede-8b10cb1a711f.txt b/texts/98ae7990-26ed-40aa-9ede-8b10cb1a711f.txt new file mode 100644 index 0000000000000000000000000000000000000000..150a2b2d6126fb0c177235a69f1a8c6debc91481 --- /dev/null +++ b/texts/98ae7990-26ed-40aa-9ede-8b10cb1a711f.txt @@ -0,0 +1 @@ +An owl standing on a carousel on a snowy day \ No newline at end of file diff --git a/texts/98bc41b3-7b5d-4430-95bd-7dd61d41727a.txt b/texts/98bc41b3-7b5d-4430-95bd-7dd61d41727a.txt new file mode 100644 index 0000000000000000000000000000000000000000..99eb965474c535607305ccdb5169b6ee4cceddf4 --- /dev/null +++ b/texts/98bc41b3-7b5d-4430-95bd-7dd61d41727a.txt @@ -0,0 +1 @@ +A West Highland wearing an ice cream hat and a black dachshund with an angel halo eating cake on a sheet \ No newline at end of file diff --git a/texts/98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab.txt b/texts/98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..46be607caa945d4229cb6fc6676cb06567d4a2c4 --- /dev/null +++ b/texts/98bf0ebc-3fb5-468c-a39d-0ca64c07f6ab.txt @@ -0,0 +1 @@ +A kitten is dancing in a dance classroom wearing dance shoes \ No newline at end of file diff --git a/texts/98cd5f6a-07af-47b8-829e-1c8a3cb27e65.txt b/texts/98cd5f6a-07af-47b8-829e-1c8a3cb27e65.txt new file mode 100644 index 0000000000000000000000000000000000000000..443e2fe43ddc33dd85ca0d3a42c9d442c1373114 --- /dev/null +++ b/texts/98cd5f6a-07af-47b8-829e-1c8a3cb27e65.txt @@ -0,0 +1 @@ +two little cats in scarves clink glasses in the snow \ No newline at end of file diff --git a/texts/98de5397-f2c5-4d6f-92e4-744b9ca60e9e.txt b/texts/98de5397-f2c5-4d6f-92e4-744b9ca60e9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfd0420cba32dfd3afc63877f99612acf11921c1 --- /dev/null +++ b/texts/98de5397-f2c5-4d6f-92e4-744b9ca60e9e.txt @@ -0,0 +1 @@ +Two elk in the pure black western highlands of the light snow sky \ No newline at end of file diff --git a/texts/98e911df-1a4a-4ded-b5d2-919078e2dcc3.txt b/texts/98e911df-1a4a-4ded-b5d2-919078e2dcc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f9d8fa837035b7e77f7f8fb9e98206951ff9251 --- /dev/null +++ b/texts/98e911df-1a4a-4ded-b5d2-919078e2dcc3.txt @@ -0,0 +1 @@ +starry sky,White Daisy Garden,hello kitty,GD,crown and a light pink suit,sunglasses,Rainbow,Pink Scarf \ No newline at end of file diff --git a/texts/98eeabde-cdd7-4efb-8e69-40394bdd9d8c.txt b/texts/98eeabde-cdd7-4efb-8e69-40394bdd9d8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..77f42750bc1760a787f24bfb60bef86ce3711066 --- /dev/null +++ b/texts/98eeabde-cdd7-4efb-8e69-40394bdd9d8c.txt @@ -0,0 +1 @@ +A Hello Kitty doll is standing on the beach, with many fireworks in the distance and the words "LJR" engraved on the beach \ No newline at end of file diff --git a/texts/98f1990d-fba7-4faa-a839-3736171dfd7b.txt b/texts/98f1990d-fba7-4faa-a839-3736171dfd7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c885f2ccd86ee064d9c2980e2986df7da140e905 --- /dev/null +++ b/texts/98f1990d-fba7-4faa-a839-3736171dfd7b.txt @@ -0,0 +1 @@ +Dogs run on Mount Fuji \ No newline at end of file diff --git a/texts/98f6e303-6399-4b15-996c-69b01fed7967.txt b/texts/98f6e303-6399-4b15-996c-69b01fed7967.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7247f91ced28b7af18b14d24d9791a378492dd1 --- /dev/null +++ b/texts/98f6e303-6399-4b15-996c-69b01fed7967.txt @@ -0,0 +1 @@ +A beagle dog with sunglasses is playing with mahjong sitting on a chair and the mahjongs are pling like Great Wall \ No newline at end of file diff --git a/texts/98fa09cf-11fc-422c-a76a-957a67fb1758.txt b/texts/98fa09cf-11fc-422c-a76a-957a67fb1758.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d071841869b40798d5dbbc11e6f6a8e923e9735 --- /dev/null +++ b/texts/98fa09cf-11fc-422c-a76a-957a67fb1758.txt @@ -0,0 +1 @@ +A Beagle puppy and Christmas tree in the evening snow with Elsie written on the snow and fireworks in the sky \ No newline at end of file diff --git a/texts/98fbfc84-bbfb-4175-be0d-24e07802eb36.txt b/texts/98fbfc84-bbfb-4175-be0d-24e07802eb36.txt new file mode 100644 index 0000000000000000000000000000000000000000..efc470080ebc8dbf1dceea61c8020d965db5a4f2 --- /dev/null +++ b/texts/98fbfc84-bbfb-4175-be0d-24e07802eb36.txt @@ -0,0 +1 @@ +In autumn, Kyoto ,at the Kiyomizu Temple covered in red leaves, a hand holds a piece of red leaves,Japan classical stlye \ No newline at end of file diff --git a/texts/98fe6525-f82c-430e-91e3-ad2263635e66.txt b/texts/98fe6525-f82c-430e-91e3-ad2263635e66.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa7b9a693b57e5006870c6eed5404a423d61be5a --- /dev/null +++ b/texts/98fe6525-f82c-430e-91e3-ad2263635e66.txt @@ -0,0 +1 @@ +a blue cat in the box \ No newline at end of file diff --git a/texts/990b46fb-c61d-4edf-bb5e-978256436a7a.txt b/texts/990b46fb-c61d-4edf-bb5e-978256436a7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..547168ce2bd9efa64adccdbd2ddda2487b64175f --- /dev/null +++ b/texts/990b46fb-c61d-4edf-bb5e-978256436a7a.txt @@ -0,0 +1 @@ +A bear typing angrily in a clinic \ No newline at end of file diff --git a/texts/99121edd-5da0-4393-95c2-ded26fbc8b42.txt b/texts/99121edd-5da0-4393-95c2-ded26fbc8b42.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa11294d559b7e94ecef120bacfa26778f5351f5 --- /dev/null +++ b/texts/99121edd-5da0-4393-95c2-ded26fbc8b42.txt @@ -0,0 +1 @@ +a dog \ No newline at end of file diff --git a/texts/991a6df3-406a-4c26-9b00-a3c060d358ed.txt b/texts/991a6df3-406a-4c26-9b00-a3c060d358ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ddbfc4d2dd8f9a4ec47337e7bd5a01f9400a2e2 --- /dev/null +++ b/texts/991a6df3-406a-4c26-9b00-a3c060d358ed.txt @@ -0,0 +1 @@ +Handwritten word "PXY" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/9923490b-1561-4280-998a-137335557822.txt b/texts/9923490b-1561-4280-998a-137335557822.txt new file mode 100644 index 0000000000000000000000000000000000000000..df7bb750b3436ac49bf5d7c079e09621e80d0fe3 --- /dev/null +++ b/texts/9923490b-1561-4280-998a-137335557822.txt @@ -0,0 +1 @@ +beautiful asian lady playing electric guitar wearing a kimono with a black cat \ No newline at end of file diff --git a/texts/9924ece6-e416-42b6-8d12-4cd10de2da14.txt b/texts/9924ece6-e416-42b6-8d12-4cd10de2da14.txt new file mode 100644 index 0000000000000000000000000000000000000000..13a9f704f26861aa33c39e4dd5123af25ac4779b --- /dev/null +++ b/texts/9924ece6-e416-42b6-8d12-4cd10de2da14.txt @@ -0,0 +1 @@ +A qute black cat is watching movie \ No newline at end of file diff --git a/texts/9944d572-d6d8-4da3-8b2e-324c0b9dd8b9.txt b/texts/9944d572-d6d8-4da3-8b2e-324c0b9dd8b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d65db87e2c96143a118a43e434bbc8fefe0f43 --- /dev/null +++ b/texts/9944d572-d6d8-4da3-8b2e-324c0b9dd8b9.txt @@ -0,0 +1 @@ +A well-dressed west highland white terrier works in front of an Apple computer \ No newline at end of file diff --git a/texts/9953db4b-eb34-46dc-a224-c40770324628.txt b/texts/9953db4b-eb34-46dc-a224-c40770324628.txt new file mode 100644 index 0000000000000000000000000000000000000000..6871baf0c9707392251ee22cd69489ccaa2ae0b5 --- /dev/null +++ b/texts/9953db4b-eb34-46dc-a224-c40770324628.txt @@ -0,0 +1 @@ +On a snowy day, there is a sea in the distance. Hello Kitty doll wearing a red Christmas hat is next to the Christmas tree. Z&Y is written on the snow, with traces of cat paws and a dreamy effect of light particles. The color saturation is high \ No newline at end of file diff --git a/texts/995d6732-2439-46c4-83c5-156b5d34bf3a.txt b/texts/995d6732-2439-46c4-83c5-156b5d34bf3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dd3a277e7846fdc63f57ecb3e41b5b655f7d9cd --- /dev/null +++ b/texts/995d6732-2439-46c4-83c5-156b5d34bf3a.txt @@ -0,0 +1 @@ +A Fat white and orange garfield cat playing piano and reading book next to sea \ No newline at end of file diff --git a/texts/99649702-5db3-4edc-b9c5-91781525f8f5.txt b/texts/99649702-5db3-4edc-b9c5-91781525f8f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7d1612ee789a2d0adb676c53ccbb6aa5c90e718 --- /dev/null +++ b/texts/99649702-5db3-4edc-b9c5-91781525f8f5.txt @@ -0,0 +1 @@ +A photorealistic image of a cheerful sponge, its pores filled with delight, as it listens to its favorite tune through a pair of noise-canceling headphones. Its facial expression is one of pure bliss. \ No newline at end of file diff --git a/texts/99657fe8-cfa2-4b85-9aba-096d995166a6.txt b/texts/99657fe8-cfa2-4b85-9aba-096d995166a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cb11e009c9ff52dd6dcc04c81953ba8a907d489 --- /dev/null +++ b/texts/99657fe8-cfa2-4b85-9aba-096d995166a6.txt @@ -0,0 +1 @@ +Volcanoes, ice, deer \ No newline at end of file diff --git a/texts/996959d9-d0a9-4848-85b4-a6ba8f1a53a1.txt b/texts/996959d9-d0a9-4848-85b4-a6ba8f1a53a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..df7dc1c08b52ddae7125d398cf5b6e31194e9b17 --- /dev/null +++ b/texts/996959d9-d0a9-4848-85b4-a6ba8f1a53a1.txt @@ -0,0 +1 @@ +A dinosaur standing next to a california freeway during sunset hours, palm tree on the side \ No newline at end of file diff --git a/texts/9971c5c4-c47f-44fe-bf9c-d26f2e4d5113.txt b/texts/9971c5c4-c47f-44fe-bf9c-d26f2e4d5113.txt new file mode 100644 index 0000000000000000000000000000000000000000..904d9205bc01d4dd62e04b3b6408b579fe4fb842 --- /dev/null +++ b/texts/9971c5c4-c47f-44fe-bf9c-d26f2e4d5113.txt @@ -0,0 +1 @@ +A carousel ablaze with ethereal blue flames spins silently in the vastness of night. The fiery glow dances across the frozen expanse, casting shifting light onto the endless, glacial stillness. Suspended in the solitude of an Icelandic frozen lake, this surreal vision melds fire and ice, an otherworldly contradiction against the infinite horizon. \ No newline at end of file diff --git a/texts/997529cd-90b8-499b-9dc0-a4b0221cfc54.txt b/texts/997529cd-90b8-499b-9dc0-a4b0221cfc54.txt new file mode 100644 index 0000000000000000000000000000000000000000..907763a79ea3dc1f00e5b58ff2565a999ad5d836 --- /dev/null +++ b/texts/997529cd-90b8-499b-9dc0-a4b0221cfc54.txt @@ -0,0 +1 @@ +a baby Christmas cat in a tree \ No newline at end of file diff --git a/texts/9979bd87-5f8d-4538-8b6b-881e51065d3a.txt b/texts/9979bd87-5f8d-4538-8b6b-881e51065d3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1092737b102c3cb4b94e230dc6155a3d55c7d7e8 --- /dev/null +++ b/texts/9979bd87-5f8d-4538-8b6b-881e51065d3a.txt @@ -0,0 +1 @@ +Chinese dream core living room, a sofa with wings, fine decoration \ No newline at end of file diff --git a/texts/997e3ad1-1414-4345-8939-387c37860414.txt b/texts/997e3ad1-1414-4345-8939-387c37860414.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa6c4d83476b1660e84c54377dec32008d75fbf4 --- /dev/null +++ b/texts/997e3ad1-1414-4345-8939-387c37860414.txt @@ -0,0 +1 @@ +An old BMW in the snow There are two balloons on the roof of the car \ No newline at end of file diff --git a/texts/997f0014-e6b1-49da-baa8-be0bcefb582c.txt b/texts/997f0014-e6b1-49da-baa8-be0bcefb582c.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd261c63e128a177d3038253e3233393eecf9764 --- /dev/null +++ b/texts/997f0014-e6b1-49da-baa8-be0bcefb582c.txt @@ -0,0 +1 @@ +shiba making pizza \ No newline at end of file diff --git a/texts/99828230-1337-4df2-a329-e865d5a82b7a.txt b/texts/99828230-1337-4df2-a329-e865d5a82b7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae15917099e0fa3eb3282858a393ab7f14d2b9e6 --- /dev/null +++ b/texts/99828230-1337-4df2-a329-e865d5a82b7a.txt @@ -0,0 +1 @@ +Hello Kitty doll is skiing \ No newline at end of file diff --git a/texts/9988f844-8fbd-4a1d-aa21-bebab6fb8ca9.txt b/texts/9988f844-8fbd-4a1d-aa21-bebab6fb8ca9.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a8b82e61371f87f88a3529d254e4dfddb6e0191 --- /dev/null +++ b/texts/9988f844-8fbd-4a1d-aa21-bebab6fb8ca9.txt @@ -0,0 +1 @@ +A person sitting by a serene lakeside under a vivid aurora-lit sky, holding a small lamb in their arms. The scene is depicted in a hardflash photography style. \ No newline at end of file diff --git a/texts/99b7edc1-2891-4d7e-ae0d-fcc18a65429b.txt b/texts/99b7edc1-2891-4d7e-ae0d-fcc18a65429b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f58d9b33d2f0e700c10b1a20e6b5678bd984049d --- /dev/null +++ b/texts/99b7edc1-2891-4d7e-ae0d-fcc18a65429b.txt @@ -0,0 +1 @@ +A jedi knight use his light saber to protect elegant princess \ No newline at end of file diff --git a/texts/99bbd243-3cdc-4652-b61d-be207b47070b.txt b/texts/99bbd243-3cdc-4652-b61d-be207b47070b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4060d30bb45d3cd9eaed1e1cc72afcaefeff828 --- /dev/null +++ b/texts/99bbd243-3cdc-4652-b61d-be207b47070b.txt @@ -0,0 +1 @@ +The canary is in a sea of purple flowers \ No newline at end of file diff --git a/texts/99bfabb4-a26c-405d-8e91-efcc77cba153.txt b/texts/99bfabb4-a26c-405d-8e91-efcc77cba153.txt new file mode 100644 index 0000000000000000000000000000000000000000..68e8cc5aef8861a214f972e42ec040491e2fb136 --- /dev/null +++ b/texts/99bfabb4-a26c-405d-8e91-efcc77cba153.txt @@ -0,0 +1 @@ +I'm eating breakfast alone on the terrace, grilled toast and oranges.coffee in a pretty mug \ No newline at end of file diff --git a/texts/99ca369b-78ac-4b97-8a34-515361118ecd.txt b/texts/99ca369b-78ac-4b97-8a34-515361118ecd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bccfb9ced2f864755f7858d58646ef81611f43d --- /dev/null +++ b/texts/99ca369b-78ac-4b97-8a34-515361118ecd.txt @@ -0,0 +1 @@ +The lighthouse shines on the melancholy ships of the bay \ No newline at end of file diff --git a/texts/99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff.txt b/texts/99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..240d32ef9e6badbaf5e7d84499350940ac2e2579 --- /dev/null +++ b/texts/99d444ce-c1d2-4e80-be9b-81ddc2f3c1ff.txt @@ -0,0 +1 @@ +Kitty Cat Typing Code \ No newline at end of file diff --git a/texts/99d80729-114f-4c8b-a055-ed877808e7b3.txt b/texts/99d80729-114f-4c8b-a055-ed877808e7b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9498c9656c0750567e10160bafecad61170141a --- /dev/null +++ b/texts/99d80729-114f-4c8b-a055-ed877808e7b3.txt @@ -0,0 +1 @@ +snowy day, on the seaside,yellow black and white little cat, colorful firework in sky, christmas tree with decoreation, "Alix"on the wall \ No newline at end of file diff --git a/texts/99da1656-c747-4a93-9f1a-28850b596a2a.txt b/texts/99da1656-c747-4a93-9f1a-28850b596a2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3196047871698f1ccea69a3dea7eb2aecdb35be6 --- /dev/null +++ b/texts/99da1656-c747-4a93-9f1a-28850b596a2a.txt @@ -0,0 +1 @@ +A Maltese dog basking in the sun in the snow \ No newline at end of file diff --git a/texts/99e4c0af-5006-4181-8e47-7be09f9011d7.txt b/texts/99e4c0af-5006-4181-8e47-7be09f9011d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf1b6f4596576127a96c98f695911dcdb4e3f74e --- /dev/null +++ b/texts/99e4c0af-5006-4181-8e47-7be09f9011d7.txt @@ -0,0 +1 @@ +A chritmas tree being carried down a spiral staircase by a pilgrim and a bikini supermodel \ No newline at end of file diff --git a/texts/99e8b353-74cb-446f-9a26-ee7f109536cc.txt b/texts/99e8b353-74cb-446f-9a26-ee7f109536cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdf747afe75c9bd4036e61fcef4a2f17babffcf0 --- /dev/null +++ b/texts/99e8b353-74cb-446f-9a26-ee7f109536cc.txt @@ -0,0 +1 @@ +Black and white cow cat, playing with computer, with glasses, serious \ No newline at end of file diff --git a/texts/99ebd6ed-b53b-4444-b13f-ea326141a3f3.txt b/texts/99ebd6ed-b53b-4444-b13f-ea326141a3f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..723e7e025508711926744f16ce7bb3356704b247 --- /dev/null +++ b/texts/99ebd6ed-b53b-4444-b13f-ea326141a3f3.txt @@ -0,0 +1 @@ + An octopus playing in the drum \ No newline at end of file diff --git a/texts/99f129e9-221a-47b1-843b-900672994413.txt b/texts/99f129e9-221a-47b1-843b-900672994413.txt new file mode 100644 index 0000000000000000000000000000000000000000..3db808eece4a635cfee6e9c92d4b37ba721005ed --- /dev/null +++ b/texts/99f129e9-221a-47b1-843b-900672994413.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes, on the snow-covered ground, with snow falling. a big letter R. \ No newline at end of file diff --git a/texts/99f15a51-380f-433c-b242-b2b2b797fbe4.txt b/texts/99f15a51-380f-433c-b242-b2b2b797fbe4.txt new file mode 100644 index 0000000000000000000000000000000000000000..094b8c6bdaf003248374806dadc8d2c1fdcfef56 --- /dev/null +++ b/texts/99f15a51-380f-433c-b242-b2b2b797fbe4.txt @@ -0,0 +1 @@ +a white rabbit,Psychological condition,dream nucleus,film,work \ No newline at end of file diff --git a/texts/9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee.txt b/texts/9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c8f78cf06695b509215d13d5456b9b625fe9abf --- /dev/null +++ b/texts/9a08f8a2-f8ae-4eae-99d5-6bc35811c7ee.txt @@ -0,0 +1 @@ +Little cat holding a cup of coffee in Iceland aurora \ No newline at end of file diff --git a/texts/9a19e620-4c3e-4f19-ac29-f38b7b367dcb.txt b/texts/9a19e620-4c3e-4f19-ac29-f38b7b367dcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..3da61abc767a753b39b89f970ba73dab2f8ce8a4 --- /dev/null +++ b/texts/9a19e620-4c3e-4f19-ac29-f38b7b367dcb.txt @@ -0,0 +1 @@ +A chocolate brown poodle sitting in the snow \ No newline at end of file diff --git a/texts/9a2ee28c-ab77-40ed-8fed-a06f209b0260.txt b/texts/9a2ee28c-ab77-40ed-8fed-a06f209b0260.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0b05be8948c9d65b3cc43f48e45a6a6b6bd2f4e --- /dev/null +++ b/texts/9a2ee28c-ab77-40ed-8fed-a06f209b0260.txt @@ -0,0 +1 @@ +a cupcake container but with all chaos trash stuff in it, and scattering books open on top as icing \ No newline at end of file diff --git a/texts/9a2f8f59-4073-4b2e-aa6d-257a17ebd738.txt b/texts/9a2f8f59-4073-4b2e-aa6d-257a17ebd738.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbd5a7138f7b4c11b9d5fe17dd48cc9d7e9c15ca --- /dev/null +++ b/texts/9a2f8f59-4073-4b2e-aa6d-257a17ebd738.txt @@ -0,0 +1 @@ +fluffy white clean West Highland Terrier on a parachute, wearing a helmet and skydiving gear \ No newline at end of file diff --git a/texts/9a5ddee3-7959-4528-9cf2-112f7d13a4c6.txt b/texts/9a5ddee3-7959-4528-9cf2-112f7d13a4c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..42952ffb8050bd918dbdf2af98b931639aedeaa7 --- /dev/null +++ b/texts/9a5ddee3-7959-4528-9cf2-112f7d13a4c6.txt @@ -0,0 +1 @@ +Starry sky, hello kitty in a pink hat, lighted Christmas tree, snow, manyau written on snow, close-up. \ No newline at end of file diff --git a/texts/9a652ca3-279d-4151-9aff-dc84ecbde1ca.txt b/texts/9a652ca3-279d-4151-9aff-dc84ecbde1ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..40aee2036654cda8e48af8b09d9329dc51945a43 --- /dev/null +++ b/texts/9a652ca3-279d-4151-9aff-dc84ecbde1ca.txt @@ -0,0 +1 @@ +Pingu, dressed in yellow in the snow, looks at the sea with headphones \ No newline at end of file diff --git a/texts/9a70b96b-fbd6-4bfc-be52-2032c2734986.txt b/texts/9a70b96b-fbd6-4bfc-be52-2032c2734986.txt new file mode 100644 index 0000000000000000000000000000000000000000..2209fe9366ddaf37ef5c8a952aa695a6bef95b8a --- /dev/null +++ b/texts/9a70b96b-fbd6-4bfc-be52-2032c2734986.txt @@ -0,0 +1 @@ +Hello Kitty enjoys European afternoon tea. birthday cake. Happy 24th birthday. Rainbow Flag.ZTF \ No newline at end of file diff --git a/texts/9a70f6bc-235f-4cb3-94dc-abcb44bd54f9.txt b/texts/9a70f6bc-235f-4cb3-94dc-abcb44bd54f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..2502f1b1a62d68ceb99e1f62f97c0cf2bdefc404 --- /dev/null +++ b/texts/9a70f6bc-235f-4cb3-94dc-abcb44bd54f9.txt @@ -0,0 +1 @@ +Wearing Mongolian clothing in the snow \ No newline at end of file diff --git a/texts/9a76bbeb-69d6-43dc-9d4f-7adecaffbda7.txt b/texts/9a76bbeb-69d6-43dc-9d4f-7adecaffbda7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ecfec8ddfa3c268ca89acf9c2dc595a2b28fb83 --- /dev/null +++ b/texts/9a76bbeb-69d6-43dc-9d4f-7adecaffbda7.txt @@ -0,0 +1 @@ +A snowman stands in the snow, with a Christmas tree behind it and flashing lights and gifts hanging from it. The sky is blue, the sunshine is good, the picture is bright and clean, and the contrast is weak \ No newline at end of file diff --git a/texts/9a7a398d-3259-4f58-b9b9-ee75e61a4317.txt b/texts/9a7a398d-3259-4f58-b9b9-ee75e61a4317.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3d2ef270d379a5f43d0cfb7f3eda2baa9df3f6b --- /dev/null +++ b/texts/9a7a398d-3259-4f58-b9b9-ee75e61a4317.txt @@ -0,0 +1 @@ +In exchange, jellyfish go up the mountain and cover the flowing windows \ No newline at end of file diff --git a/texts/9a82b899-9290-40e0-a6fb-9d4180867003.txt b/texts/9a82b899-9290-40e0-a6fb-9d4180867003.txt new file mode 100644 index 0000000000000000000000000000000000000000..082d9a1d08855e5fb2261ecf1f3c3d4ca4666d65 --- /dev/null +++ b/texts/9a82b899-9290-40e0-a6fb-9d4180867003.txt @@ -0,0 +1 @@ +In a yellow toned room, a HelloKitty doll is holding a gun and wearing sunglasses \ No newline at end of file diff --git a/texts/9a8d0714-5fe5-47b3-9f20-433d939f1331.txt b/texts/9a8d0714-5fe5-47b3-9f20-433d939f1331.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a40c3eedcd6e1108f3656e529ff4c92a6a712aa --- /dev/null +++ b/texts/9a8d0714-5fe5-47b3-9f20-433d939f1331.txt @@ -0,0 +1 @@ +Hello Kitty Bubble \ No newline at end of file diff --git a/texts/9a93e0f8-5abe-47b7-bf3d-bf97930829f9.txt b/texts/9a93e0f8-5abe-47b7-bf3d-bf97930829f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9caca01a2ca58125ed8ecd901907ac2a7170dec --- /dev/null +++ b/texts/9a93e0f8-5abe-47b7-bf3d-bf97930829f9.txt @@ -0,0 +1 @@ +Two people are skiing together in the snow in Switzerland, showing difficult moves. \ No newline at end of file diff --git a/texts/9a966496-9a8d-41fc-9925-0641e79044c6.txt b/texts/9a966496-9a8d-41fc-9925-0641e79044c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..125ba3bf0d9f7584fcd5c3b256becc19dbe44165 --- /dev/null +++ b/texts/9a966496-9a8d-41fc-9925-0641e79044c6.txt @@ -0,0 +1 @@ +A Yorkshire puppy, not only wearing a Christmas hat on its head, but also wearing cute little cloth. He sits in the snow. The snow scene is beautiful, and there is a pink atmosphere. There is also a small heart shape on the ground, which says kimkim. \ No newline at end of file diff --git a/texts/9a9a13a5-8674-44b8-a35a-81733ef916c4.txt b/texts/9a9a13a5-8674-44b8-a35a-81733ef916c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9018f0243fd82afb78ac4fd5ab01c78b5130e4 --- /dev/null +++ b/texts/9a9a13a5-8674-44b8-a35a-81733ef916c4.txt @@ -0,0 +1 @@ +A lonely whale \ No newline at end of file diff --git a/texts/9aa446e8-7380-4376-9936-fb17ccc01b72.txt b/texts/9aa446e8-7380-4376-9936-fb17ccc01b72.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ab9af0530885443061cd604eb9d48bcae39789 --- /dev/null +++ b/texts/9aa446e8-7380-4376-9936-fb17ccc01b72.txt @@ -0,0 +1 @@ +one cute HelloKitty a real cat sitting under a lot of maple trees the tree has many many beautiful red leaves that cover the sky and the moon \ No newline at end of file diff --git a/texts/9aa84222-de96-4028-8cd2-91b5f7f35f2e.txt b/texts/9aa84222-de96-4028-8cd2-91b5f7f35f2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..be37e30e5bf2cf494318fc90c66d4b63cacddb89 --- /dev/null +++ b/texts/9aa84222-de96-4028-8cd2-91b5f7f35f2e.txt @@ -0,0 +1 @@ +lamb kimono star firework sea \ No newline at end of file diff --git a/texts/9aa86881-5b76-4bfa-adcd-713d9683625a.txt b/texts/9aa86881-5b76-4bfa-adcd-713d9683625a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7734d898a7b372987ff143d9b157a29d6ef42d17 --- /dev/null +++ b/texts/9aa86881-5b76-4bfa-adcd-713d9683625a.txt @@ -0,0 +1 @@ +Snowy days, aurora.With butterfly wingsWest highland dog \ No newline at end of file diff --git a/texts/9ab30505-d478-4257-820e-f5f9e927d2e9.txt b/texts/9ab30505-d478-4257-820e-f5f9e927d2e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..a501abe800f3245039d02878c0fc0a681f36eb82 --- /dev/null +++ b/texts/9ab30505-d478-4257-820e-f5f9e927d2e9.txt @@ -0,0 +1 @@ +The dog is running on the grass \ No newline at end of file diff --git a/texts/9ab3dadf-25be-4616-bd19-6e1fb5906dda.txt b/texts/9ab3dadf-25be-4616-bd19-6e1fb5906dda.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1de6d83d859cc5dae5df3b735f0aa194c33fbaa --- /dev/null +++ b/texts/9ab3dadf-25be-4616-bd19-6e1fb5906dda.txt @@ -0,0 +1 @@ +3 tiered jelly with diamonds, rococo style room, oil painting on the wall \ No newline at end of file diff --git a/texts/9ab503e1-0eeb-4324-bf3a-95b38d85ff62.txt b/texts/9ab503e1-0eeb-4324-bf3a-95b38d85ff62.txt new file mode 100644 index 0000000000000000000000000000000000000000..aac1f09f74a89c681a61a6e43598bd4bbf320db7 --- /dev/null +++ b/texts/9ab503e1-0eeb-4324-bf3a-95b38d85ff62.txt @@ -0,0 +1 @@ +A pile of supplements sitting in a room, pink tones \ No newline at end of file diff --git a/texts/9ac47cd0-6286-4b20-b194-bbc20454ea58.txt b/texts/9ac47cd0-6286-4b20-b194-bbc20454ea58.txt new file mode 100644 index 0000000000000000000000000000000000000000..705d6dac2b2dd6356c7cabe03e3e0d0fafb1a030 --- /dev/null +++ b/texts/9ac47cd0-6286-4b20-b194-bbc20454ea58.txt @@ -0,0 +1 @@ +a cat is taking photo's with a camera,everything is in a mess \ No newline at end of file diff --git a/texts/9ac590a3-529b-485d-ae5a-f8dba9c596a9.txt b/texts/9ac590a3-529b-485d-ae5a-f8dba9c596a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..137d9cc05c9405c415a00a66a3aa24f1c64323ef --- /dev/null +++ b/texts/9ac590a3-529b-485d-ae5a-f8dba9c596a9.txt @@ -0,0 +1 @@ +A chubby cat with a golden gradient and a beautiful short cat with tiger stripes are playing on the snow, with scattered fireworks behind them \ No newline at end of file diff --git a/texts/9ac98aa8-d652-40d0-8a11-c5abd875ed7b.txt b/texts/9ac98aa8-d652-40d0-8a11-c5abd875ed7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf6f2847991b2343a86b03738ef1f614d306904b --- /dev/null +++ b/texts/9ac98aa8-d652-40d0-8a11-c5abd875ed7b.txt @@ -0,0 +1 @@ + a snow day ,a day lily flower planted in the snow,a cute dog near it, \ No newline at end of file diff --git a/texts/9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d.txt b/texts/9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..3369057438c8155b2c524e46dc6dab5f65f99448 --- /dev/null +++ b/texts/9ad4d596-59fe-4fd1-84cd-c1ffdbbd8e1d.txt @@ -0,0 +1 @@ +A black and white dog dressed with a sweater priened barry and work in fornt of a firing computer \ No newline at end of file diff --git a/texts/9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50.txt b/texts/9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f5d3e010b1c4f6b435e5a7f53f6439dcaec0986 --- /dev/null +++ b/texts/9ad758e9-c2dd-4cd9-a07b-2294cc1a3f50.txt @@ -0,0 +1 @@ +A blank white wall, with a screen occupying the wall, the screen is all line drawing, with no content inside, blank, desolate, moonlight, movie texture, dream \ No newline at end of file diff --git a/texts/9ae8b64d-8e3a-4efd-8429-c7424149f202.txt b/texts/9ae8b64d-8e3a-4efd-8429-c7424149f202.txt new file mode 100644 index 0000000000000000000000000000000000000000..c666a105c8ba13c752df04f137f72641870c058b --- /dev/null +++ b/texts/9ae8b64d-8e3a-4efd-8429-c7424149f202.txt @@ -0,0 +1 @@ +Writing 'hzy' on the beach, fireworks in the sky \ No newline at end of file diff --git a/texts/9ae9e071-33af-434d-8fdd-49a3ae5632b8.txt b/texts/9ae9e071-33af-434d-8fdd-49a3ae5632b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c790c45bde192dd7d1296ab1d868693d192ad36 --- /dev/null +++ b/texts/9ae9e071-33af-434d-8fdd-49a3ae5632b8.txt @@ -0,0 +1 @@ +A gray furry teddy dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.See the picture on the right for the appearance of the dog \ No newline at end of file diff --git a/texts/9aeb3131-8eb2-4f06-a70a-0b43018bb35c.txt b/texts/9aeb3131-8eb2-4f06-a70a-0b43018bb35c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee648ea6e7ca665104d469d5097e8a4fd28c8cb --- /dev/null +++ b/texts/9aeb3131-8eb2-4f06-a70a-0b43018bb35c.txt @@ -0,0 +1 @@ +Intricate Lunar New Year Poster with Zodiac Symbols \ No newline at end of file diff --git a/texts/9af404b4-eb86-42ed-a198-9875dcc97893.txt b/texts/9af404b4-eb86-42ed-a198-9875dcc97893.txt new file mode 100644 index 0000000000000000000000000000000000000000..746a4e44b4709497aa5262dd412674dab0034c4a --- /dev/null +++ b/texts/9af404b4-eb86-42ed-a198-9875dcc97893.txt @@ -0,0 +1 @@ +A chinese man facing the desert behind a night \ No newline at end of file diff --git a/texts/9af65f3f-8d6a-418b-81d0-18c1b68d5f05.txt b/texts/9af65f3f-8d6a-418b-81d0-18c1b68d5f05.txt new file mode 100644 index 0000000000000000000000000000000000000000..081f8ce3cf36990282ae8f9ac34aab3488b37842 --- /dev/null +++ b/texts/9af65f3f-8d6a-418b-81d0-18c1b68d5f05.txt @@ -0,0 +1 @@ +a puppy playing guitar with a burger and a sewing machine on the side \ No newline at end of file diff --git a/texts/9b044159-8d31-4b8b-8093-392c52cf33c4.txt b/texts/9b044159-8d31-4b8b-8093-392c52cf33c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8de9a175987509bafb54c7e30d3bafd35e28e07 --- /dev/null +++ b/texts/9b044159-8d31-4b8b-8093-392c52cf33c4.txt @@ -0,0 +1 @@ +walking on the Saturn, holding a glass of champagne. small fireworks on the champagne. \ No newline at end of file diff --git a/texts/9b122273-3e85-4616-9295-0750de3b00fd.txt b/texts/9b122273-3e85-4616-9295-0750de3b00fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e573efa455707293dad092496e216121a96730c --- /dev/null +++ b/texts/9b122273-3e85-4616-9295-0750de3b00fd.txt @@ -0,0 +1 @@ +Hello Kitty volcano rich \ No newline at end of file diff --git a/texts/9b1628f0-5702-4dc0-a669-8a002dde3ce7.txt b/texts/9b1628f0-5702-4dc0-a669-8a002dde3ce7.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a09cd58ff97c1a8c4689b156a9f48aff04eb4dc --- /dev/null +++ b/texts/9b1628f0-5702-4dc0-a669-8a002dde3ce7.txt @@ -0,0 +1 @@ +two cats are hugging and there is a Christmas tree aside \ No newline at end of file diff --git a/texts/9b164ff7-d1d0-4108-b670-fc34b4a52fb4.txt b/texts/9b164ff7-d1d0-4108-b670-fc34b4a52fb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..832c5b239529d9637bf6edaa8270290b1f03f35a --- /dev/null +++ b/texts/9b164ff7-d1d0-4108-b670-fc34b4a52fb4.txt @@ -0,0 +1 @@ +There is a Hello Kitty in the snow, and the words "LXH & GZH" are written on the snow. The background is green aurora and a Christmas cottage. \ No newline at end of file diff --git a/texts/9b1769d1-67de-4927-96a3-78f828d40972.txt b/texts/9b1769d1-67de-4927-96a3-78f828d40972.txt new file mode 100644 index 0000000000000000000000000000000000000000..258ebdad6c9c1421d71cf7667ae46350b9a13725 --- /dev/null +++ b/texts/9b1769d1-67de-4927-96a3-78f828d40972.txt @@ -0,0 +1 @@ +A backview of maltease in beautiful and empty landscape \ No newline at end of file diff --git a/texts/9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c.txt b/texts/9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0c67b027f8d1c4463e69d890b4438e0ec04e2d --- /dev/null +++ b/texts/9b1bf0e4-ff88-4a30-bcb6-165e2b5bd08c.txt @@ -0,0 +1 @@ +two plush bears in white snow enjoy fireworks in sky; beside is a red Christmas tree and gifts \ No newline at end of file diff --git a/texts/9b1ffb42-f457-407f-a728-69e761b388b1.txt b/texts/9b1ffb42-f457-407f-a728-69e761b388b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc91186f51c2f20960bc04652e24679527152ee3 --- /dev/null +++ b/texts/9b1ffb42-f457-407f-a728-69e761b388b1.txt @@ -0,0 +1 @@ +a cat sitting in the classroom of SJTU studies the MATHS \ No newline at end of file diff --git a/texts/9b2025ef-99f2-43e4-9894-fa46ea7684a0.txt b/texts/9b2025ef-99f2-43e4-9894-fa46ea7684a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc03bd007b525975b2d934b1bfc6b1980ac6434 --- /dev/null +++ b/texts/9b2025ef-99f2-43e4-9894-fa46ea7684a0.txt @@ -0,0 +1 @@ +Driving a unique 911RWB in Chinatown \ No newline at end of file diff --git a/texts/9b317aca-8e98-43e9-b9eb-033c5663142f.txt b/texts/9b317aca-8e98-43e9-b9eb-033c5663142f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fe79df7bdf0d9b47fbc05921ebd422384c5ceb2 --- /dev/null +++ b/texts/9b317aca-8e98-43e9-b9eb-033c5663142f.txt @@ -0,0 +1 @@ +100,000 blue and white porcelain vasesThere was a man sitting in the middle, leaking his back and not looking. \ No newline at end of file diff --git a/texts/9b3561a4-b55b-4671-960d-17cc16c0ebca.txt b/texts/9b3561a4-b55b-4671-960d-17cc16c0ebca.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c94c67ba49248f0ce5863c4f3642c875162b56d --- /dev/null +++ b/texts/9b3561a4-b55b-4671-960d-17cc16c0ebca.txt @@ -0,0 +1 @@ +On a snowy night, there are kittens by the sea with fireworks, and YZJ is written on the snow-covered ground. \ No newline at end of file diff --git a/texts/9b536d00-4d3f-4b99-8923-85c1c738571c.txt b/texts/9b536d00-4d3f-4b99-8923-85c1c738571c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9561856f3c98564e02bfa73730ab2edbbb92674 --- /dev/null +++ b/texts/9b536d00-4d3f-4b99-8923-85c1c738571c.txt @@ -0,0 +1 @@ +a puppy sheltie (with color sable) playing \ No newline at end of file diff --git a/texts/9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8.txt b/texts/9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a1138784f4476bacd4617c0d7162cdca1dac12e --- /dev/null +++ b/texts/9b55bfe8-0ebd-4da5-b93c-c4cd68a300a8.txt @@ -0,0 +1 @@ +hello Kitty doll,handwriting 77,lanterns,snow,Christmas, \ No newline at end of file diff --git a/texts/9b5fdd48-81ac-48db-94f1-f7c82f1716cd.txt b/texts/9b5fdd48-81ac-48db-94f1-f7c82f1716cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ce8948191de0b2b3cc4ec81c2d29d8283d103e --- /dev/null +++ b/texts/9b5fdd48-81ac-48db-94f1-f7c82f1716cd.txt @@ -0,0 +1 @@ +a small cupcake paper container with many books inside, but still looking like a cupcake with icing top \ No newline at end of file diff --git a/texts/9b652756-1104-46dc-ac50-c4e259f8f52a.txt b/texts/9b652756-1104-46dc-ac50-c4e259f8f52a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d2d7bc25d453b847bff82ae39fad6a58cd9f264 --- /dev/null +++ b/texts/9b652756-1104-46dc-ac50-c4e259f8f52a.txt @@ -0,0 +1 @@ +Early snow, black skies, evil Beagle \ No newline at end of file diff --git a/texts/9b703550-b83b-425c-8f08-68ac97d4a040.txt b/texts/9b703550-b83b-425c-8f08-68ac97d4a040.txt new file mode 100644 index 0000000000000000000000000000000000000000..415700bf8f0e976cfb86b20b3678b6910d846aa8 --- /dev/null +++ b/texts/9b703550-b83b-425c-8f08-68ac97d4a040.txt @@ -0,0 +1 @@ +snow ground with running puppy in white \ No newline at end of file diff --git a/texts/9b7ec04d-2e53-4a8b-b105-e15f294c9172.txt b/texts/9b7ec04d-2e53-4a8b-b105-e15f294c9172.txt new file mode 100644 index 0000000000000000000000000000000000000000..6edcb131d21860d33a36e5087350adcf272b98de --- /dev/null +++ b/texts/9b7ec04d-2e53-4a8b-b105-e15f294c9172.txt @@ -0,0 +1 @@ +In the background was a red ornate room with a beautiful Christmas tree full of decorations, and put the letter row "LIVINGMORE" on the tree by hand \ No newline at end of file diff --git a/texts/9b87a9fc-62aa-4e74-aa62-050b11f939f3.txt b/texts/9b87a9fc-62aa-4e74-aa62-050b11f939f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfc5529313c4e97cab8bb34874ed98d40ec4d745 --- /dev/null +++ b/texts/9b87a9fc-62aa-4e74-aa62-050b11f939f3.txt @@ -0,0 +1 @@ +"A twisted bonsai tree with knotted branches and sparse leaves, placed in a ceramic pot on a plain white surface, illuminated by a harsh flash that casts dramatic shadows on the wall behind." \ No newline at end of file diff --git a/texts/9b88660f-1ede-45ee-9c74-6291a8a19b8d.txt b/texts/9b88660f-1ede-45ee-9c74-6291a8a19b8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..101ddde28d9f1395d3122ada967d2b26b711ff4d --- /dev/null +++ b/texts/9b88660f-1ede-45ee-9c74-6291a8a19b8d.txt @@ -0,0 +1 @@ +Hello kitty doll sits on the beach by the sea. LRH is written on the beach. He holds a fireworks stick in his hand. There are fireworks behind him. The weather is sunny and sunset. \ No newline at end of file diff --git a/texts/9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d.txt b/texts/9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9cbc9aea207743504a375df2e0a3fa6a9103306 --- /dev/null +++ b/texts/9b8e954e-6edc-4ebb-b29c-f56a3fd1ff4d.txt @@ -0,0 +1 @@ +Tent camping on the moon \ No newline at end of file diff --git a/texts/9b9ce971-b55a-4cfd-974a-5f3cc25fbddf.txt b/texts/9b9ce971-b55a-4cfd-974a-5f3cc25fbddf.txt new file mode 100644 index 0000000000000000000000000000000000000000..a04a983ee9d1d1dd0db519a845a920eef3aded3d --- /dev/null +++ b/texts/9b9ce971-b55a-4cfd-974a-5f3cc25fbddf.txt @@ -0,0 +1 @@ +A white puppy wearing Christmas clothes is running on the grass with snow capped mountains behind it \ No newline at end of file diff --git a/texts/9ba0d26e-e502-442e-8afc-9fccc3a37f20.txt b/texts/9ba0d26e-e502-442e-8afc-9fccc3a37f20.txt new file mode 100644 index 0000000000000000000000000000000000000000..a31a63fff1e39e7f3a2f0523394b0cb629a23a89 --- /dev/null +++ b/texts/9ba0d26e-e502-442e-8afc-9fccc3a37f20.txt @@ -0,0 +1 @@ +A little orange cat wearing a Christmas hat is chasing butterflies on a snowy lawn, with small fish floating in the sky. There is a burning house next to it, with Christmas installations and a starry Christmas tree \ No newline at end of file diff --git a/texts/9ba25c80-9572-4ee0-8df6-cf4694eabcfe.txt b/texts/9ba25c80-9572-4ee0-8df6-cf4694eabcfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe2eeb9b85c44c8d14b93986e7e7f2be40d7bcd --- /dev/null +++ b/texts/9ba25c80-9572-4ee0-8df6-cf4694eabcfe.txt @@ -0,0 +1 @@ +The light brown guinea pig is russian smoked guinea pig.It wears glasses and taps the keyboard.There's a Starbucks next to the computer.It looks tired and there are a lot of articles scattered around the computer. \ No newline at end of file diff --git a/texts/9bb77fa1-37ad-4849-b823-52263a91b0a2.txt b/texts/9bb77fa1-37ad-4849-b823-52263a91b0a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f2973e141dfbf4be36164e1902edf0a96d76c88 --- /dev/null +++ b/texts/9bb77fa1-37ad-4849-b823-52263a91b0a2.txt @@ -0,0 +1 @@ +A meteorite border herd and a small golden retriever with a hat with 0927 written on the snow with stars in the sky and a huge Ferris wheel in the background \ No newline at end of file diff --git a/texts/9bc2c299-fe2f-44ff-8adc-23bd03a14691.txt b/texts/9bc2c299-fe2f-44ff-8adc-23bd03a14691.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bc2836e32173d78af0d950a713d9256cd2d1278 --- /dev/null +++ b/texts/9bc2c299-fe2f-44ff-8adc-23bd03a14691.txt @@ -0,0 +1 @@ +A lamb in the snow surrounded by flowers and a starry sky \ No newline at end of file diff --git a/texts/9bc7468c-cc38-4c81-95e1-ca9bae555844.txt b/texts/9bc7468c-cc38-4c81-95e1-ca9bae555844.txt new file mode 100644 index 0000000000000000000000000000000000000000..21a9e6447fb3ed9b274baa8797474ca17b82122e --- /dev/null +++ b/texts/9bc7468c-cc38-4c81-95e1-ca9bae555844.txt @@ -0,0 +1 @@ +On a dark night, snowy, falling snow, a white horse, horseback, horsehair, galloping toward a deep trail, woods on fire \ No newline at end of file diff --git a/texts/9bd160ed-0a33-49c8-90fc-1258799ec8cd.txt b/texts/9bd160ed-0a33-49c8-90fc-1258799ec8cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7936643324933d16062a2407d0702767ccd8e8f5 --- /dev/null +++ b/texts/9bd160ed-0a33-49c8-90fc-1258799ec8cd.txt @@ -0,0 +1 @@ +A puppy with transparent purple and blue butterfly wings drinking wine \ No newline at end of file diff --git a/texts/9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252.txt b/texts/9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252.txt new file mode 100644 index 0000000000000000000000000000000000000000..74e4f1f056c618f29e3dfb2ff94dee7db88a5d59 --- /dev/null +++ b/texts/9bdb2c78-b36c-4d05-9b6d-b0d8b24d1252.txt @@ -0,0 +1 @@ +A green traditional Christmas tree is decorated with star lights. There is a little black cat at the top where the star used to be, and there are gifts wrapped in red in front of the Christmas tree. There is thick snow on the ground. This Christmas tree is by the sea, and the time is at sunset. \ No newline at end of file diff --git a/texts/9be596fd-0f72-4d15-96a6-d02514d5810a.txt b/texts/9be596fd-0f72-4d15-96a6-d02514d5810a.txt new file mode 100644 index 0000000000000000000000000000000000000000..75ff82b3187f4eadff5600819db6b062d024ee93 --- /dev/null +++ b/texts/9be596fd-0f72-4d15-96a6-d02514d5810a.txt @@ -0,0 +1 @@ +The Christmas tree on the roadside of Hokkaido \ No newline at end of file diff --git a/texts/9bea12cd-aa9f-425f-ad2b-b951c992c9de.txt b/texts/9bea12cd-aa9f-425f-ad2b-b951c992c9de.txt new file mode 100644 index 0000000000000000000000000000000000000000..1354adc065c1874f45881f3841b1bcc2af7ab069 --- /dev/null +++ b/texts/9bea12cd-aa9f-425f-ad2b-b951c992c9de.txt @@ -0,0 +1 @@ +There is a whale floating in the real light blue sky, let its pair of pectoral fins be exposed.,add real rainbow and real stars around it \ No newline at end of file diff --git a/texts/9beef50e-43a1-4a82-a2ab-41e7fc488d7a.txt b/texts/9beef50e-43a1-4a82-a2ab-41e7fc488d7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd5f6cc9bd74bcc7d28d29defad6f464c308fc3 --- /dev/null +++ b/texts/9beef50e-43a1-4a82-a2ab-41e7fc488d7a.txt @@ -0,0 +1 @@ +Cute Hello Kitty is wearing a vest skirt and using a sewing machine that is on fire \ No newline at end of file diff --git a/texts/9bf03aa9-ef93-499d-bad1-1f96b684716a.txt b/texts/9bf03aa9-ef93-499d-bad1-1f96b684716a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4292a34c612ba29e551188984775ace90328233f --- /dev/null +++ b/texts/9bf03aa9-ef93-499d-bad1-1f96b684716a.txt @@ -0,0 +1 @@ +A cute cream-colored Munchkin cat with short legs \ No newline at end of file diff --git a/texts/9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25.txt b/texts/9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25.txt new file mode 100644 index 0000000000000000000000000000000000000000..b995f7c4edcf529735e9089927e184d5905f8656 --- /dev/null +++ b/texts/9c1a7bf6-f5b4-49e5-ac79-2528cfd6fd25.txt @@ -0,0 +1 @@ +Curious fish swam into the house \ No newline at end of file diff --git a/texts/9c2b7f3a-f0f0-4616-804d-998066c9ba35.txt b/texts/9c2b7f3a-f0f0-4616-804d-998066c9ba35.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b9f8fb1fcf2aa65ec6b3b1e8eae7da6eb728991 --- /dev/null +++ b/texts/9c2b7f3a-f0f0-4616-804d-998066c9ba35.txt @@ -0,0 +1 @@ +A hello kitty is doing freestyle snowboarding with its goggles covered on its eyes. It is doing an ollie on the snow mountain. \ No newline at end of file diff --git a/texts/9c2e15b5-e166-4c7c-bda0-132ed307a55f.txt b/texts/9c2e15b5-e166-4c7c-bda0-132ed307a55f.txt new file mode 100644 index 0000000000000000000000000000000000000000..19de711f8cd21fd902b288219b24c91417f84d29 --- /dev/null +++ b/texts/9c2e15b5-e166-4c7c-bda0-132ed307a55f.txt @@ -0,0 +1 @@ +a cat and a dog eat cakes with a hello kitty \ No newline at end of file diff --git a/texts/9c3148f9-d5b8-445e-a837-363b55823664.txt b/texts/9c3148f9-d5b8-445e-a837-363b55823664.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9018f0243fd82afb78ac4fd5ab01c78b5130e4 --- /dev/null +++ b/texts/9c3148f9-d5b8-445e-a837-363b55823664.txt @@ -0,0 +1 @@ +A lonely whale \ No newline at end of file diff --git a/texts/9c33a585-4c91-4977-a8bb-8b3eaa8ec317.txt b/texts/9c33a585-4c91-4977-a8bb-8b3eaa8ec317.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7845b283da7f5955655ca46f308f90043b46804 --- /dev/null +++ b/texts/9c33a585-4c91-4977-a8bb-8b3eaa8ec317.txt @@ -0,0 +1 @@ +The CozyPark brand Christmas poster \ No newline at end of file diff --git a/texts/9c34a67d-8a05-41f5-b576-1f16c0a13393.txt b/texts/9c34a67d-8a05-41f5-b576-1f16c0a13393.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a2524afacbda3a9158f0b64526cf6d74db88db8 --- /dev/null +++ b/texts/9c34a67d-8a05-41f5-b576-1f16c0a13393.txt @@ -0,0 +1 @@ +Christmasized hellokitty \ No newline at end of file diff --git a/texts/9c3c3db8-30f9-4566-9b62-c47fe50ab5a0.txt b/texts/9c3c3db8-30f9-4566-9b62-c47fe50ab5a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c4a655088127a9e3c0581c74b70cc964d13a34f --- /dev/null +++ b/texts/9c3c3db8-30f9-4566-9b62-c47fe50ab5a0.txt @@ -0,0 +1 @@ +A snoopy doll attends a show in space, dressed fashionably \ No newline at end of file diff --git a/texts/9c3e6bc6-a71f-45cb-9383-327e97a285f7.txt b/texts/9c3e6bc6-a71f-45cb-9383-327e97a285f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c270c5c1b6f202b7bc5bbd5d09a42692eeabdda4 --- /dev/null +++ b/texts/9c3e6bc6-a71f-45cb-9383-327e97a285f7.txt @@ -0,0 +1 @@ +A man is holding a vintage film camera, aimed straight at the lens. Behind him, a minimalist white wall serves as a clean backdrop. The camera's flash is captured mid-action, illuminating the scene. \ No newline at end of file diff --git a/texts/9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1.txt b/texts/9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e9c2047b991a2f8bdd4ba30c5a624a76906eb07 --- /dev/null +++ b/texts/9c3ebb9c-fe6f-4d2f-888d-8a9a7b16a0c1.txt @@ -0,0 +1 @@ +in the evening, a cream scottish short cat with a scarf is taking pictures of the Mount Fuji with camera, standing besides Lake. It is winter and is snowing. \ No newline at end of file diff --git a/texts/9c40cd94-2e0b-449d-b2b3-479f0680d23c.txt b/texts/9c40cd94-2e0b-449d-b2b3-479f0680d23c.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc0254e16d7ddfe89a3bb57c4ddfdb023c5708fe --- /dev/null +++ b/texts/9c40cd94-2e0b-449d-b2b3-479f0680d23c.txt @@ -0,0 +1 @@ +In blue , christmas tree monster with white puppy, eating popcorn, watching tv ,outdoor, lonely but feeling warm, Monstera deliciosa beside. Light leak \ No newline at end of file diff --git a/texts/9c411f01-47f9-42a0-a565-75de204dc858.txt b/texts/9c411f01-47f9-42a0-a565-75de204dc858.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac244a63021b9097c1a14b4d7ecd204f30b070dc --- /dev/null +++ b/texts/9c411f01-47f9-42a0-a565-75de204dc858.txt @@ -0,0 +1 @@ +christmas hat,christmas movie texture,dog,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,booth,bazaar, pink and green,There's a drawing board in front of the dog, \ No newline at end of file diff --git a/texts/9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd.txt b/texts/9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..41ac9bff47f161b345568fa7e7f662115ff9b8b2 --- /dev/null +++ b/texts/9c43fa44-4b4e-424a-ae23-b0f9b7bc90cd.txt @@ -0,0 +1 @@ +A green apple in a Christmas hat turns on a computer to work in the snow, the apple doesn't look like a human and the hat fits the apple, the computer screen is figma \ No newline at end of file diff --git a/texts/9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55.txt b/texts/9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55.txt new file mode 100644 index 0000000000000000000000000000000000000000..3feacf51412b3e52ac915a875e69cb2f21d0f05b --- /dev/null +++ b/texts/9c44a5fd-a5e2-4a99-ab3a-6cb99bdeab55.txt @@ -0,0 +1 @@ +if the sky is pink and white,if the ground is black and yellow,driving acura halfway on a slow move \ No newline at end of file diff --git a/texts/9c4ea1a6-2f96-4162-9821-514ecfdbcb20.txt b/texts/9c4ea1a6-2f96-4162-9821-514ecfdbcb20.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb500407096c2e7b06d7393d01db3f8721625ac8 --- /dev/null +++ b/texts/9c4ea1a6-2f96-4162-9821-514ecfdbcb20.txt @@ -0,0 +1 @@ +A Shetland Sheepdog driving a vintage convertible sports car \ No newline at end of file diff --git a/texts/9c527152-564d-40f4-8dae-21ddc41ea51e.txt b/texts/9c527152-564d-40f4-8dae-21ddc41ea51e.txt new file mode 100644 index 0000000000000000000000000000000000000000..00e637afa31d03723c6bee34433bc1fed65572ce --- /dev/null +++ b/texts/9c527152-564d-40f4-8dae-21ddc41ea51e.txt @@ -0,0 +1 @@ +A Border Collie under a starlit sky, playing a guitar on a peaceful meadow with magical floating lights around. \ No newline at end of file diff --git a/texts/9c5553fd-7047-4d8d-9773-0a27e9ef1dec.txt b/texts/9c5553fd-7047-4d8d-9773-0a27e9ef1dec.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8837ea0e068b268713c2f6cc7581639854fcd0f --- /dev/null +++ b/texts/9c5553fd-7047-4d8d-9773-0a27e9ef1dec.txt @@ -0,0 +1 @@ +A small kitten is lying lazily on its back with its eyes half-closed on a soft bed, and at this moment, a beam of sunlight is shining right on the kitten's face. \ No newline at end of file diff --git a/texts/9c5db605-5fe9-4c4d-904b-dd0fdce8845f.txt b/texts/9c5db605-5fe9-4c4d-904b-dd0fdce8845f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a7061fca73cd220702c75905c6b07e8384c2dc1 --- /dev/null +++ b/texts/9c5db605-5fe9-4c4d-904b-dd0fdce8845f.txt @@ -0,0 +1 @@ +Snow by the sea, at sunset, it's snowing, and in the blues of the evening, a little dog is running \ No newline at end of file diff --git a/texts/9c62e111-c1ea-4f7d-a652-25827d1d282d.txt b/texts/9c62e111-c1ea-4f7d-a652-25827d1d282d.txt new file mode 100644 index 0000000000000000000000000000000000000000..96a752479a096c6831ad650e57818d795414e1fc --- /dev/null +++ b/texts/9c62e111-c1ea-4f7d-a652-25827d1d282d.txt @@ -0,0 +1 @@ +Whimsical cartoon rabbitFloating Christmas ornaments \ No newline at end of file diff --git a/texts/9c76b9c4-73c0-4ebf-89b6-36c50f84e499.txt b/texts/9c76b9c4-73c0-4ebf-89b6-36c50f84e499.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c0b41c4339af0b8521019b978233bd781156851 --- /dev/null +++ b/texts/9c76b9c4-73c0-4ebf-89b6-36c50f84e499.txt @@ -0,0 +1 @@ +A black Shiba Inu with sunglasses soaks in a hot spring in the snow with red wine in his hand. \ No newline at end of file diff --git a/texts/9c8650cb-2b49-4ba6-86da-4e66215486c8.txt b/texts/9c8650cb-2b49-4ba6-86da-4e66215486c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..845416d5a34007e86f3c85163cf62baba516c366 --- /dev/null +++ b/texts/9c8650cb-2b49-4ba6-86da-4e66215486c8.txt @@ -0,0 +1 @@ +A black long haired cat wrapped in a headscarf, holding coffee in both hands and smiling happily with its mouth open, against the backdrop of an explosive environment \ No newline at end of file diff --git a/texts/9c8c8bfd-9053-4914-ade2-961900dfba7c.txt b/texts/9c8c8bfd-9053-4914-ade2-961900dfba7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1e71d331139b1daaf0634ae89df0f85cc4142b6 --- /dev/null +++ b/texts/9c8c8bfd-9053-4914-ade2-961900dfba7c.txt @@ -0,0 +1 @@ +A black snake surrounded by butterflies \ No newline at end of file diff --git a/texts/9c92d5bf-bc4e-461b-a767-88d7f708839a.txt b/texts/9c92d5bf-bc4e-461b-a767-88d7f708839a.txt new file mode 100644 index 0000000000000000000000000000000000000000..24452ee5bd528d4ee8834d6ace42828dd332dc2f --- /dev/null +++ b/texts/9c92d5bf-bc4e-461b-a767-88d7f708839a.txt @@ -0,0 +1 @@ +An ginger cat have a bone in his mouth \ No newline at end of file diff --git a/texts/9c9f62d2-2aec-4c7b-a4a7-97138095b5a1.txt b/texts/9c9f62d2-2aec-4c7b-a4a7-97138095b5a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..19980bc00dc97a39bc47cab6d48462c3818cd3db --- /dev/null +++ b/texts/9c9f62d2-2aec-4c7b-a4a7-97138095b5a1.txt @@ -0,0 +1 @@ +Mickey Mouse and Santa Claus drinking \ No newline at end of file diff --git a/texts/9ca223d6-6036-4df9-9572-b92bd993ff13.txt b/texts/9ca223d6-6036-4df9-9572-b92bd993ff13.txt new file mode 100644 index 0000000000000000000000000000000000000000..89de4b451aa2fe7484253de74e0881722fecac7d --- /dev/null +++ b/texts/9ca223d6-6036-4df9-9572-b92bd993ff13.txt @@ -0,0 +1 @@ +Burning portrait \ No newline at end of file diff --git a/texts/9ca94c88-4d3c-47d9-9baf-771d640f7f70.txt b/texts/9ca94c88-4d3c-47d9-9baf-771d640f7f70.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b3b3bcc981961bcb17c876b17c91c7baedf7c08 --- /dev/null +++ b/texts/9ca94c88-4d3c-47d9-9baf-771d640f7f70.txt @@ -0,0 +1 @@ +At sunset the cat and the dog chase in the snow, very free \ No newline at end of file diff --git a/texts/9cb0e42e-2d16-4023-b77a-d62c85dd305b.txt b/texts/9cb0e42e-2d16-4023-b77a-d62c85dd305b.txt new file mode 100644 index 0000000000000000000000000000000000000000..450f0c1e7031a6c15965f754d5e9645395f5e27f --- /dev/null +++ b/texts/9cb0e42e-2d16-4023-b77a-d62c85dd305b.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words "XYQ" engraved on the snow \ No newline at end of file diff --git a/texts/9cb6479e-65bd-4a7a-bf58-ca2e59dc5748.txt b/texts/9cb6479e-65bd-4a7a-bf58-ca2e59dc5748.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfa91dc14d8842774a43da3644938cf6e684e6a9 --- /dev/null +++ b/texts/9cb6479e-65bd-4a7a-bf58-ca2e59dc5748.txt @@ -0,0 +1 @@ +a big horse mask \ No newline at end of file diff --git a/texts/9cbf4918-8a97-4c44-869f-182d31e9660d.txt b/texts/9cbf4918-8a97-4c44-869f-182d31e9660d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e998c89124fa3a04a20d8e07336deda8fdb3ed98 --- /dev/null +++ b/texts/9cbf4918-8a97-4c44-869f-182d31e9660d.txt @@ -0,0 +1 @@ +White Bichon Frise puppies play with butterflies in the snow, with snowy pine trees and auroras in the background \ No newline at end of file diff --git a/texts/9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305.txt b/texts/9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305.txt new file mode 100644 index 0000000000000000000000000000000000000000..099bde8d1983591f55f9de8836209e6e0a54874b --- /dev/null +++ b/texts/9cc0e9a6-76fd-4f84-aa39-4faa4f3a5305.txt @@ -0,0 +1 @@ +A red fox and a Doberman live in harmony \ No newline at end of file diff --git a/texts/9cc38806-51ec-409b-8692-6847b52ce2cb.txt b/texts/9cc38806-51ec-409b-8692-6847b52ce2cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c2b0526a58f2cb98115a5f60115f4d9d2dd57b5 --- /dev/null +++ b/texts/9cc38806-51ec-409b-8692-6847b52ce2cb.txt @@ -0,0 +1 @@ +In the empty corridor there were many identical white doors, walls and floors white, and in the dim light a young sheep in a green scarf stood in the middle, strewn with so many red apples \ No newline at end of file diff --git a/texts/9cc74e71-89aa-45b0-84dd-86cd71649bf0.txt b/texts/9cc74e71-89aa-45b0-84dd-86cd71649bf0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7271839fd3ce7409390e587ff2ab465d34446e24 --- /dev/null +++ b/texts/9cc74e71-89aa-45b0-84dd-86cd71649bf0.txt @@ -0,0 +1 @@ +"Runaway" is printed on the snow, surrounded by forests, and the sky is aurora. \ No newline at end of file diff --git a/texts/9ccc05be-d9be-44ad-9620-f005e6925448.txt b/texts/9ccc05be-d9be-44ad-9620-f005e6925448.txt new file mode 100644 index 0000000000000000000000000000000000000000..7776618841c049e2251a9a424301b83021bbb1c6 --- /dev/null +++ b/texts/9ccc05be-d9be-44ad-9620-f005e6925448.txt @@ -0,0 +1 @@ +A two-color hairy fox terrier with pilot glasses chasing stars \ No newline at end of file diff --git a/texts/9ccc3d2c-71eb-40ab-9860-a28746a4428a.txt b/texts/9ccc3d2c-71eb-40ab-9860-a28746a4428a.txt new file mode 100644 index 0000000000000000000000000000000000000000..79f99f1962c9d8681213965a69afa3c5f63bdfb8 --- /dev/null +++ b/texts/9ccc3d2c-71eb-40ab-9860-a28746a4428a.txt @@ -0,0 +1 @@ +There were many people in the street and the sun was shining on them \ No newline at end of file diff --git a/texts/9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf.txt b/texts/9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..a82f1986feaf3d281a5fe8de27fb776021cabcd8 --- /dev/null +++ b/texts/9cdb44a7-fe30-4c2a-b42c-fd087e4a30cf.txt @@ -0,0 +1 @@ +Characteristic snake at the gate of shopping center called COCO Park in Xinghe, GALAXY \ No newline at end of file diff --git a/texts/9cdb54f8-8c6e-46be-aaac-7ea71c920d9e.txt b/texts/9cdb54f8-8c6e-46be-aaac-7ea71c920d9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e26deb9821bf384fe4cfc1c9b8fe4bd6754e30e6 --- /dev/null +++ b/texts/9cdb54f8-8c6e-46be-aaac-7ea71c920d9e.txt @@ -0,0 +1 @@ +During the snowy day, there is the sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, and Z WW is written on the snow. There are traces of cat's claws, with a dreamy effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0.txt b/texts/9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d4e81836ea60bb8d7a13f05697e39a47e7a86f2 --- /dev/null +++ b/texts/9ce0cbd4-e1d8-47e0-bfc3-533c2da28da0.txt @@ -0,0 +1 @@ +Snowfield, dead wood, fire, clock, fox whispering halfway up the hill \ No newline at end of file diff --git a/texts/9ce7bb49-4380-48f1-8c65-32e67bdfbb10.txt b/texts/9ce7bb49-4380-48f1-8c65-32e67bdfbb10.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ac7d563e958328cc17d65d4bb0666b5fb85eaaf --- /dev/null +++ b/texts/9ce7bb49-4380-48f1-8c65-32e67bdfbb10.txt @@ -0,0 +1 @@ +A snowy beach side with an orange sunset in the distance, a snowman with a red hat and a black cat with green eyes in the near distance, a dreamy effect \ No newline at end of file diff --git a/texts/9cead85b-c2ad-4e27-8425-08cb287d70f7.txt b/texts/9cead85b-c2ad-4e27-8425-08cb287d70f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b76a5189de98de97ae34f191d755bb1fe61cf747 --- /dev/null +++ b/texts/9cead85b-c2ad-4e27-8425-08cb287d70f7.txt @@ -0,0 +1 @@ +Hello kitty detective smoking cigarettees, fuji mountain. Fireworks, marshmallows \ No newline at end of file diff --git a/texts/9cf25d99-d19c-4bf5-9b1e-87782a2eb862.txt b/texts/9cf25d99-d19c-4bf5-9b1e-87782a2eb862.txt new file mode 100644 index 0000000000000000000000000000000000000000..96d97dc69bae3e3e6819bd3a238dc9a05b56f956 --- /dev/null +++ b/texts/9cf25d99-d19c-4bf5-9b1e-87782a2eb862.txt @@ -0,0 +1 @@ +A black cat and a white cat stepped on the snow in the snow, and there was a string of cat footprints in the snow. \ No newline at end of file diff --git a/texts/9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2.txt b/texts/9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b302e003b0e9d3fb331f701499397cdeedfc9a4e --- /dev/null +++ b/texts/9cf4f1d4-c7c9-4afb-95c7-f77dafae64c2.txt @@ -0,0 +1 @@ +red panda drinks beer, grassland, sky, stars \ No newline at end of file diff --git a/texts/9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c.txt b/texts/9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc8dcc4beded218b180eb295830246029ca28f21 --- /dev/null +++ b/texts/9cf7428e-b708-4ed9-bf62-3fa80ed8aa9c.txt @@ -0,0 +1 @@ +There is an apartment on the sea surface \ No newline at end of file diff --git a/texts/9d03353a-13bb-414e-aadc-f40741972b01.txt b/texts/9d03353a-13bb-414e-aadc-f40741972b01.txt new file mode 100644 index 0000000000000000000000000000000000000000..21bab7b40b05f821d851a470e2ff963b56f0ca4c --- /dev/null +++ b/texts/9d03353a-13bb-414e-aadc-f40741972b01.txt @@ -0,0 +1 @@ +A small tortoiseshell cat and a bigger black cat with red ribbon acting intimately in a dream core birth party \ No newline at end of file diff --git a/texts/9d0a26d1-c44f-4cc8-a9a7-e885cc967352.txt b/texts/9d0a26d1-c44f-4cc8-a9a7-e885cc967352.txt new file mode 100644 index 0000000000000000000000000000000000000000..30bdd347eedcd7d022d415f5e0b1d1400e90ec85 --- /dev/null +++ b/texts/9d0a26d1-c44f-4cc8-a9a7-e885cc967352.txt @@ -0,0 +1 @@ +A kitten wearing a Christmas hat in the snow saw the rainbow. \ No newline at end of file diff --git a/texts/9d114c58-a5e5-41a3-b561-6841c9c12ce5.txt b/texts/9d114c58-a5e5-41a3-b561-6841c9c12ce5.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f4f17bf4eb6eaee565bbd304c370c89d62f6df6 --- /dev/null +++ b/texts/9d114c58-a5e5-41a3-b561-6841c9c12ce5.txt @@ -0,0 +1 @@ +Hello kitty plays the piano in front of the snow wooden house \ No newline at end of file diff --git a/texts/9d236dc2-a13f-4580-964c-8b2e7d2f1671.txt b/texts/9d236dc2-a13f-4580-964c-8b2e7d2f1671.txt new file mode 100644 index 0000000000000000000000000000000000000000..8447c824125d24786343e99caaf7eaecdbffaeae --- /dev/null +++ b/texts/9d236dc2-a13f-4580-964c-8b2e7d2f1671.txt @@ -0,0 +1 @@ +Hello kitty Spend Christmas outside a log cabin at the foot of a snowy mountain \ No newline at end of file diff --git a/texts/9d272f05-5231-497c-91ff-900a1587f4cc.txt b/texts/9d272f05-5231-497c-91ff-900a1587f4cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecdd78282f33c7e3e4d60e8b74f7d3e1fda0a27b --- /dev/null +++ b/texts/9d272f05-5231-497c-91ff-900a1587f4cc.txt @@ -0,0 +1 @@ +magical wooden elephant slides, many burning butterflies, a birthday cake, a Hello Kitty doll wearing a purple dress playing with the slides, sunset in winter, firework \ No newline at end of file diff --git a/texts/9d294f76-b9f4-47ef-b55d-bcff32443be7.txt b/texts/9d294f76-b9f4-47ef-b55d-bcff32443be7.txt new file mode 100644 index 0000000000000000000000000000000000000000..047c2ad787a92b82b0e139467df8a9f56601efa8 --- /dev/null +++ b/texts/9d294f76-b9f4-47ef-b55d-bcff32443be7.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on face wearing glasses wrapped in a green blanket works with a laptop \ No newline at end of file diff --git a/texts/9d3c14f6-f27e-425d-a334-2bfabd2ec88e.txt b/texts/9d3c14f6-f27e-425d-a334-2bfabd2ec88e.txt new file mode 100644 index 0000000000000000000000000000000000000000..871814d14268b950d35cf133c9330eee3efc8cbe --- /dev/null +++ b/texts/9d3c14f6-f27e-425d-a334-2bfabd2ec88e.txt @@ -0,0 +1 @@ +Hello Kitty makes "YMY" and hearts out of snow by the Christmas tree \ No newline at end of file diff --git a/texts/9d47b8ea-19a8-436f-923a-275a9559f6ff.txt b/texts/9d47b8ea-19a8-436f-923a-275a9559f6ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..370f0ed22295131c7094c36cae8b48d232b3035e --- /dev/null +++ b/texts/9d47b8ea-19a8-436f-923a-275a9559f6ff.txt @@ -0,0 +1 @@ +Virtual worlds, made of code \ No newline at end of file diff --git a/texts/9d507ddc-427c-42b2-a8e9-c2ff49fc280f.txt b/texts/9d507ddc-427c-42b2-a8e9-c2ff49fc280f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2925bdc0a7b3be720a041da2745cb61f082274a0 --- /dev/null +++ b/texts/9d507ddc-427c-42b2-a8e9-c2ff49fc280f.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white cat with wings, next to it is a bubble, a melancholy blue night scene, with a dreamy effect of light particles, and a high color saturation. \ No newline at end of file diff --git a/texts/9d62163d-8a00-4483-8fcc-26b3f0dad12e.txt b/texts/9d62163d-8a00-4483-8fcc-26b3f0dad12e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6533ad3b8d85336eec2aa8ba795c17e8bf4e06f --- /dev/null +++ b/texts/9d62163d-8a00-4483-8fcc-26b3f0dad12e.txt @@ -0,0 +1 @@ +hellokitty,china \ No newline at end of file diff --git a/texts/9d6698b1-2d0c-4d5e-a4b1-418b63f8889c.txt b/texts/9d6698b1-2d0c-4d5e-a4b1-418b63f8889c.txt new file mode 100644 index 0000000000000000000000000000000000000000..864770f174b0238cb68a2616a49c9de7f7dbfe99 --- /dev/null +++ b/texts/9d6698b1-2d0c-4d5e-a4b1-418b63f8889c.txt @@ -0,0 +1 @@ +The Christmas tree is on a checkered carpet with lots of butterflies around it . Don't have a character just show hands \ No newline at end of file diff --git a/texts/9d7b3f1a-598d-489c-bc72-11a90acfbb1b.txt b/texts/9d7b3f1a-598d-489c-bc72-11a90acfbb1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc92dff3145e2e5537c869b08f74a6eeba3e21b0 --- /dev/null +++ b/texts/9d7b3f1a-598d-489c-bc72-11a90acfbb1b.txt @@ -0,0 +1 @@ +On a snowy night, in the distance, there is the sea. A black-and-white kitten is lying on thick white snow, with part of its body in the snow. The letters "ZC" are written on the snow, with paw prints scattered around. The scene features a melancholic blue night sky, with a dreamy effect and floating particles. The colors are highly saturated. \ No newline at end of file diff --git a/texts/9d7b8f68-038b-4301-9e90-853616832887.txt b/texts/9d7b8f68-038b-4301-9e90-853616832887.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74d73556fbc2b5d782ff596bb4a71bfb91f9686 --- /dev/null +++ b/texts/9d7b8f68-038b-4301-9e90-853616832887.txt @@ -0,0 +1 @@ +A small white French Bulldog is running in the snow, with auroras, mountains, and a fluttering butterfly behind it \ No newline at end of file diff --git a/texts/9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36.txt b/texts/9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36.txt new file mode 100644 index 0000000000000000000000000000000000000000..926e38bbc5781eb253e4847a75e081a6b0520509 --- /dev/null +++ b/texts/9d8ddc58-49e2-4b83-99c5-f3e38d2d1a36.txt @@ -0,0 +1 @@ +Two cats walking by the beach during sunset. \ No newline at end of file diff --git a/texts/9d9d241e-1b5b-4087-ac01-0638b97e1090.txt b/texts/9d9d241e-1b5b-4087-ac01-0638b97e1090.txt new file mode 100644 index 0000000000000000000000000000000000000000..cadc04406233a3d91c5b1ab17fb0f23e7ac8249e --- /dev/null +++ b/texts/9d9d241e-1b5b-4087-ac01-0638b97e1090.txt @@ -0,0 +1 @@ +Kittens and stars and snowing \ No newline at end of file diff --git a/texts/9db57c87-370c-414e-9823-ed276cd08a32.txt b/texts/9db57c87-370c-414e-9823-ed276cd08a32.txt new file mode 100644 index 0000000000000000000000000000000000000000..eba42aeee2b8192da34cd39e6ed4b264117cbed2 --- /dev/null +++ b/texts/9db57c87-370c-414e-9823-ed276cd08a32.txt @@ -0,0 +1 @@ +A puppy is playing in the snow with heavy snowfall \ No newline at end of file diff --git a/texts/9dca3d2a-f0c2-458d-b29e-b8bed888bf12.txt b/texts/9dca3d2a-f0c2-458d-b29e-b8bed888bf12.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac39a239d55df05f38dc7999f6a869ea524233fa --- /dev/null +++ b/texts/9dca3d2a-f0c2-458d-b29e-b8bed888bf12.txt @@ -0,0 +1 @@ +Tinnes,hellokitty \ No newline at end of file diff --git a/texts/9dca5aad-a0b3-481e-a287-6ab6c959823d.txt b/texts/9dca5aad-a0b3-481e-a287-6ab6c959823d.txt new file mode 100644 index 0000000000000000000000000000000000000000..949ccb4bf754b00483e18efd677470f3a143af1a --- /dev/null +++ b/texts/9dca5aad-a0b3-481e-a287-6ab6c959823d.txt @@ -0,0 +1 @@ +A beautiful ocean with tsangka2 Happy Birthday written in the snow, be healthy and happy, not too big of a font. Next to it is a hello Kitty holding a birthday cake. It needs to be a film feel. \ No newline at end of file diff --git a/texts/9de216c6-867b-467c-8eed-061f82918c38.txt b/texts/9de216c6-867b-467c-8eed-061f82918c38.txt new file mode 100644 index 0000000000000000000000000000000000000000..e671b2e5ec9651d188e8520ec64baab337190ad5 --- /dev/null +++ b/texts/9de216c6-867b-467c-8eed-061f82918c38.txt @@ -0,0 +1 @@ +A cute chick wearing a Santa hat lies under a Christmas tree in the snow \ No newline at end of file diff --git a/texts/9dec03eb-6ba9-4989-96e0-960a666d1dee.txt b/texts/9dec03eb-6ba9-4989-96e0-960a666d1dee.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddd559f386127513ae8caad3a8a32bdb3ab4b7fd --- /dev/null +++ b/texts/9dec03eb-6ba9-4989-96e0-960a666d1dee.txt @@ -0,0 +1 @@ +a side view, a white cute cat wearing sunglasses, driving the car, snowy,close shot \ No newline at end of file diff --git a/texts/9dede5ed-4f2b-44f2-b889-c5fe9bc87874.txt b/texts/9dede5ed-4f2b-44f2-b889-c5fe9bc87874.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a8ddf05f8726160bb5dca7148c3d6b58108e329 --- /dev/null +++ b/texts/9dede5ed-4f2b-44f2-b889-c5fe9bc87874.txt @@ -0,0 +1 @@ +A cute kitten wears a Christmas hat/ There are letters written in the snow that spell out "Miki". \ No newline at end of file diff --git a/texts/9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5.txt b/texts/9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9ec1ca079995748e614d6db02b5d45212756a37 --- /dev/null +++ b/texts/9dedeaf2-9940-45b7-89ef-cd3f3f7c2ff5.txt @@ -0,0 +1 @@ +Cat flying to the moon riding a spoon with milky way in the back \ No newline at end of file diff --git a/texts/9e03b482-2e61-47a4-b7e9-ee9d8420661b.txt b/texts/9e03b482-2e61-47a4-b7e9-ee9d8420661b.txt new file mode 100644 index 0000000000000000000000000000000000000000..86e55c0fde90392748b841110a224de4229f2718 --- /dev/null +++ b/texts/9e03b482-2e61-47a4-b7e9-ee9d8420661b.txt @@ -0,0 +1 @@ +A cute hello kitty doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors, with footprints on the beach and lyy written on the sand. There are some stars in the sky, creating a warm and romantic atmosphere \ No newline at end of file diff --git a/texts/9e057f25-c8c5-4cb5-9815-d5fad1389709.txt b/texts/9e057f25-c8c5-4cb5-9815-d5fad1389709.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6959969610f007350fd1ff7e8d010c4d749f316 --- /dev/null +++ b/texts/9e057f25-c8c5-4cb5-9815-d5fad1389709.txt @@ -0,0 +1 @@ +The HelloKitty doll is placed in the snow, and then there is Mt. Fuji in the background, and fireworks are placed in the sky. WWQ is written on the snow. The blue night scene has the saturation effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/9e112b37-9d6d-4c22-b75f-5a4d839a8bf4.txt b/texts/9e112b37-9d6d-4c22-b75f-5a4d839a8bf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..f35e4276adb8b7afffb36222fa0a2784e2d2cc0e --- /dev/null +++ b/texts/9e112b37-9d6d-4c22-b75f-5a4d839a8bf4.txt @@ -0,0 +1 @@ +There was a light pink Christmas tree on the snow by the sea, and fireworks in the sky \ No newline at end of file diff --git a/texts/9e21dc7d-8908-4896-afea-30cc030c8614.txt b/texts/9e21dc7d-8908-4896-afea-30cc030c8614.txt new file mode 100644 index 0000000000000000000000000000000000000000..87dc2a21aad65b13f84d655c4fa0b1b769ee3b6a --- /dev/null +++ b/texts/9e21dc7d-8908-4896-afea-30cc030c8614.txt @@ -0,0 +1 @@ +At night, hello Kitty sat in the snow with GXJwritten on it, and there were fireworks in the distance \ No newline at end of file diff --git a/texts/9e21de30-9b9b-44bc-8f1b-b3be1bd88692.txt b/texts/9e21de30-9b9b-44bc-8f1b-b3be1bd88692.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfcbf764995c5ff3287fcd2765ffd35d064c963f --- /dev/null +++ b/texts/9e21de30-9b9b-44bc-8f1b-b3be1bd88692.txt @@ -0,0 +1 @@ +Turtle wearing a cowboy hat on the back of a cow in the grass \ No newline at end of file diff --git a/texts/9e3354c8-ef86-49e6-a98d-d0c70ec088cc.txt b/texts/9e3354c8-ef86-49e6-a98d-d0c70ec088cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..9301ec8e36c0cca84f779d4050331dbb41f2cb37 --- /dev/null +++ b/texts/9e3354c8-ef86-49e6-a98d-d0c70ec088cc.txt @@ -0,0 +1 @@ +a fluffy blue rhino doll working in an office, typing on its laptop, wearing headphone listening to music. \ No newline at end of file diff --git a/texts/9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d.txt b/texts/9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7838d0820a9ac1c4e06ca67da88193a6b4936737 --- /dev/null +++ b/texts/9e3690ac-95ff-4cd7-aad3-0aabfd5ba38d.txt @@ -0,0 +1 @@ +The orange cat sits on the sofa surrounded by stars \ No newline at end of file diff --git a/texts/9e44b977-6006-43f5-997c-d02838b458e7.txt b/texts/9e44b977-6006-43f5-997c-d02838b458e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ffe37c3bec2b7a5bb586cce836fcee5088d5f9a --- /dev/null +++ b/texts/9e44b977-6006-43f5-997c-d02838b458e7.txt @@ -0,0 +1 @@ +The husky weAR ARMY SUIT WITH SUN glasses \ No newline at end of file diff --git a/texts/9e47b474-ae35-443b-b836-914cd94ecf10.txt b/texts/9e47b474-ae35-443b-b836-914cd94ecf10.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc99cee558bbefd2e6ecca6217f0e4402c415c2e --- /dev/null +++ b/texts/9e47b474-ae35-443b-b836-914cd94ecf10.txt @@ -0,0 +1 @@ +Handwritten "QwQian" word in the snow, snow, blue beach, and sky A lovely hellokitty figurine in a dress with angel wings standing beside it, floating snow, on a snowy night with aurora, a gorgeous and big Christmas tree is located beside hellokitty figurine, full of Christmas romantic warm atmosphere,retro vibe \ No newline at end of file diff --git a/texts/9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4.txt b/texts/9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..52b4ae0432bcb9ffd1922c73010d9f9eca603326 --- /dev/null +++ b/texts/9e4df5c6-2d27-4fa4-a6e1-8c31c9abc1c4.txt @@ -0,0 +1 @@ +In the middle of a field of snow there is a hellokitty wearing a scarf with lvy written on the ground \ No newline at end of file diff --git a/texts/9e5cffa3-7977-4acb-9545-1df196fbed52.txt b/texts/9e5cffa3-7977-4acb-9545-1df196fbed52.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b585c316b376160eaa07d4937f328f25c088762 --- /dev/null +++ b/texts/9e5cffa3-7977-4acb-9545-1df196fbed52.txt @@ -0,0 +1 @@ +A fountain sprays lots of precious jewels. White background \ No newline at end of file diff --git a/texts/9e68c540-3c85-46e2-879e-a9cd9e783077.txt b/texts/9e68c540-3c85-46e2-879e-a9cd9e783077.txt new file mode 100644 index 0000000000000000000000000000000000000000..7035a0512e6637310f77238300bf3cb0bc5e44a9 --- /dev/null +++ b/texts/9e68c540-3c85-46e2-879e-a9cd9e783077.txt @@ -0,0 +1 @@ +On a snowy night, an endless expanse of snow. In the distance, there is a sea, with a white Hello Kitty doll wearing a Christmas hat and a Christmas dress. Next to it is a Christmas tree, and the snow is marked with "ZR&JW" with cat paw marks. A melancholic blue night scene with dreamy effects of light particles and high color saturation. \ No newline at end of file diff --git a/texts/9e6a22a5-6f85-4431-b179-7f95442967e6.txt b/texts/9e6a22a5-6f85-4431-b179-7f95442967e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..21e34c8a4170bac8dbbff2cac41f37d8e1075f02 --- /dev/null +++ b/texts/9e6a22a5-6f85-4431-b179-7f95442967e6.txt @@ -0,0 +1 @@ +Chikawa driving limo;snow;fireworks \ No newline at end of file diff --git a/texts/9e6bbcc0-eec8-4851-917f-68e1f78a35ff.txt b/texts/9e6bbcc0-eec8-4851-917f-68e1f78a35ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..944244d89b9f4f111ced5ff522f9002a87c93001 --- /dev/null +++ b/texts/9e6bbcc0-eec8-4851-917f-68e1f78a35ff.txt @@ -0,0 +1 @@ +A light golden golden retriever is sitting in front of the fireplace in the room. It's snowing outside the window at night.There are still purple northern lights flashing in the sky.Behind him are angel wings and he wears a red scarf around his neck. \ No newline at end of file diff --git a/texts/9e71a101-5639-497c-a999-8459e5c8e053.txt b/texts/9e71a101-5639-497c-a999-8459e5c8e053.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f36b2d4df5c9e788160437eb1926c60053c4b2a --- /dev/null +++ b/texts/9e71a101-5639-497c-a999-8459e5c8e053.txt @@ -0,0 +1 @@ +a flying calabash gourd with wings, smiling face, colorful, big"welcome" \ No newline at end of file diff --git a/texts/9e741c82-4246-4bbd-847d-9ec08d80df1a.txt b/texts/9e741c82-4246-4bbd-847d-9ec08d80df1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb54599f9e0c0f23c55725c0df8a69594fc2802 --- /dev/null +++ b/texts/9e741c82-4246-4bbd-847d-9ec08d80df1a.txt @@ -0,0 +1 @@ +A white Bichon Frise puppy sits in an pink sports car, wear sunglasses, sunset, golden hour \ No newline at end of file diff --git a/texts/9e7b0828-c1ae-48a7-8f1b-9744231673cf.txt b/texts/9e7b0828-c1ae-48a7-8f1b-9744231673cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9f7566b0ccf4b443e347e3b22cd591aa252f0b0 --- /dev/null +++ b/texts/9e7b0828-c1ae-48a7-8f1b-9744231673cf.txt @@ -0,0 +1 @@ +Half year old baby hiding in Christmas stockings, a white goose watching him \ No newline at end of file diff --git a/texts/9e8823a4-8a42-46eb-873d-1f214f3a5577.txt b/texts/9e8823a4-8a42-46eb-873d-1f214f3a5577.txt new file mode 100644 index 0000000000000000000000000000000000000000..696591637611c22e4b966862e75d3694a8053f4e --- /dev/null +++ b/texts/9e8823a4-8a42-46eb-873d-1f214f3a5577.txt @@ -0,0 +1 @@ +A volcano is erupting and a Chihuahua with angel wings is drinking champagne in the snow \ No newline at end of file diff --git a/texts/9e88968c-2176-4c3d-9064-75948569e28d.txt b/texts/9e88968c-2176-4c3d-9064-75948569e28d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9ccd77eb686c8057abd9854f46088cdbf6dd0f5 --- /dev/null +++ b/texts/9e88968c-2176-4c3d-9064-75948569e28d.txt @@ -0,0 +1 @@ +big koi jumping with a Santa hat \ No newline at end of file diff --git a/texts/9e94ab97-9174-404c-9c67-b9e7744b3e80.txt b/texts/9e94ab97-9174-404c-9c67-b9e7744b3e80.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eae126c4e046248023637f3d079532246d31698 --- /dev/null +++ b/texts/9e94ab97-9174-404c-9c67-b9e7744b3e80.txt @@ -0,0 +1 @@ +A Hello Kitty wearing airpods max headphones works in front of a micbook pro with a raging fire burning in the back \ No newline at end of file diff --git a/texts/9e99098a-204b-4bf7-95ba-f3ccada7589a.txt b/texts/9e99098a-204b-4bf7-95ba-f3ccada7589a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee62f945177c60efcfde3eedcd5cc8bf514e7e70 --- /dev/null +++ b/texts/9e99098a-204b-4bf7-95ba-f3ccada7589a.txt @@ -0,0 +1 @@ +A mechanical, metallic butterfly rests on a small piece of lace fabric at its base, placed against a black velvet surface. The butterfly is adorned with a ribbon tied into a bow, surrounded by scattered pearls. The overall aesthetic is a blend of vintage Baroque and dreamcore styles. \ No newline at end of file diff --git a/texts/9ea01cbd-ce18-436a-8562-68df94c30ac8.txt b/texts/9ea01cbd-ce18-436a-8562-68df94c30ac8.txt new file mode 100644 index 0000000000000000000000000000000000000000..24097e21e81b517913ecf7c0adb1edc006126ad0 --- /dev/null +++ b/texts/9ea01cbd-ce18-436a-8562-68df94c30ac8.txt @@ -0,0 +1 @@ +child holding a magnifying glass to his eye \ No newline at end of file diff --git a/texts/9ea95732-7c70-4131-ba48-9309425a6e8c.txt b/texts/9ea95732-7c70-4131-ba48-9309425a6e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b5d299d160db439fcf1d283f86c352256cd9cf3 --- /dev/null +++ b/texts/9ea95732-7c70-4131-ba48-9309425a6e8c.txt @@ -0,0 +1 @@ +Kanye and Kim Kardashian are taking a photo with the entrance gate of Nanjing University. \ No newline at end of file diff --git a/texts/9eaa5f28-39e1-47d6-9772-c7f2d7b717fb.txt b/texts/9eaa5f28-39e1-47d6-9772-c7f2d7b717fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea2c9b08ad2b3e618927d9518f29b91a809663a8 --- /dev/null +++ b/texts/9eaa5f28-39e1-47d6-9772-c7f2d7b717fb.txt @@ -0,0 +1 @@ +Light snow, carousels like Christmas trees, yellow lights, stars on \ No newline at end of file diff --git a/texts/9ead8366-e82b-40ef-adf3-b21a65e912bf.txt b/texts/9ead8366-e82b-40ef-adf3-b21a65e912bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4191dbc1c9bcf8eecfd402c0658422022b15f52 --- /dev/null +++ b/texts/9ead8366-e82b-40ef-adf3-b21a65e912bf.txt @@ -0,0 +1 @@ +The little white cat is wearing a red fluffy gauze skirt, adorned with a flower wreath, and playing the accordion \ No newline at end of file diff --git a/texts/9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83.txt b/texts/9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/9eba0ac0-ebaf-4a3c-8a82-6a25ed608d83.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/9ebbd483-4f71-41e2-95bd-a940cc497a0b.txt b/texts/9ebbd483-4f71-41e2-95bd-a940cc497a0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c79e8fb3f18f711c57476c26de6b96e32bf342b --- /dev/null +++ b/texts/9ebbd483-4f71-41e2-95bd-a940cc497a0b.txt @@ -0,0 +1 @@ +a kangaroo wearing santa hat doing a barrel in a huge wave \ No newline at end of file diff --git a/texts/9ec60bcb-8430-4f05-aa05-edeceb606fe4.txt b/texts/9ec60bcb-8430-4f05-aa05-edeceb606fe4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1fdc26a187e7fc0eb68369e8e8d898817d4875d --- /dev/null +++ b/texts/9ec60bcb-8430-4f05-aa05-edeceb606fe4.txt @@ -0,0 +1 @@ +The blue sky was full of yellow stars, and on the snow was an adorable white, slightly fat kitten with blush on her face, a purple scarf around her neck, and a beef burger on her head \ No newline at end of file diff --git a/texts/9ecf2939-09a6-4490-813e-a3f1f0e212c8.txt b/texts/9ecf2939-09a6-4490-813e-a3f1f0e212c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..21d495f021bf6a4957d10d0cca222126de1349eb --- /dev/null +++ b/texts/9ecf2939-09a6-4490-813e-a3f1f0e212c8.txt @@ -0,0 +1 @@ +A long-haired black big Maine Coon cat with white chest ,with little white wings .In the snow.Retro vibe. \ No newline at end of file diff --git a/texts/9f01c023-3fd0-4989-828b-71418210b13c.txt b/texts/9f01c023-3fd0-4989-828b-71418210b13c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a56fd83027a5a838a77d5a436adc84c0d0fcd505 --- /dev/null +++ b/texts/9f01c023-3fd0-4989-828b-71418210b13c.txt @@ -0,0 +1 @@ +a little cat seating in front of a christmas tree, wearing a christmas hat and a red scarf, with its head towards up to see the star on the tree, and its eyes closed \ No newline at end of file diff --git a/texts/9f09cc26-e95c-4a85-8169-0b6ec9a1ad44.txt b/texts/9f09cc26-e95c-4a85-8169-0b6ec9a1ad44.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaa9c8dba6f868cfaa3866fdc9e99d6730d5ead8 --- /dev/null +++ b/texts/9f09cc26-e95c-4a85-8169-0b6ec9a1ad44.txt @@ -0,0 +1 @@ +2 CATS HAPPY TOGETHER ONE IS BLACK WITH GREEN EYES, ONE IS BLACK AND WHITE; BLACK CAT CARRY A RIFLE THE OTHER WEAR PURPLE SWIMMING SHORTS \ No newline at end of file diff --git a/texts/9f221e96-92f5-4d76-ad13-6c114ba582f3.txt b/texts/9f221e96-92f5-4d76-ad13-6c114ba582f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bac9fd4dada1a6b992e4e874d850bb874ef5156 --- /dev/null +++ b/texts/9f221e96-92f5-4d76-ad13-6c114ba582f3.txt @@ -0,0 +1 @@ +2-bit pixel art,morden,industrial urban scenes, densely patterned imagery, countryside and big buildings , industrial angles,lignt grey,pokemon,Owlboy,no birds --ar 2:1 \ No newline at end of file diff --git a/texts/9f24e67b-6ceb-4b86-be2a-0cdb63acea93.txt b/texts/9f24e67b-6ceb-4b86-be2a-0cdb63acea93.txt new file mode 100644 index 0000000000000000000000000000000000000000..c557f210af6dc5698c3e716273163fd8b97f8e8f --- /dev/null +++ b/texts/9f24e67b-6ceb-4b86-be2a-0cdb63acea93.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out "ya& dong"The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/9f27478c-619c-4f7a-8134-2838bbd8d4db.txt b/texts/9f27478c-619c-4f7a-8134-2838bbd8d4db.txt new file mode 100644 index 0000000000000000000000000000000000000000..d759b20359d997f52b8934718e8e5309fa0047ab --- /dev/null +++ b/texts/9f27478c-619c-4f7a-8134-2838bbd8d4db.txt @@ -0,0 +1 @@ +black little dog, snow, winter, Christmas tree, fireworks \ No newline at end of file diff --git a/texts/9f3173b8-b220-4534-9b56-81f21884457e.txt b/texts/9f3173b8-b220-4534-9b56-81f21884457e.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbaa10a9448240d8532c26921c1e0c5025cc2509 --- /dev/null +++ b/texts/9f3173b8-b220-4534-9b56-81f21884457e.txt @@ -0,0 +1 @@ +At dusk, the sky is blue, with snowflakes, and there is a thick snow on the ground. A black cat wearing a Christmas hat with transparent wings is next to the Christmas tree covered with light strips, and fireworks are set off in the snow. \ No newline at end of file diff --git a/texts/9f31840b-7eca-43d0-b0f4-47524a4e8ae4.txt b/texts/9f31840b-7eca-43d0-b0f4-47524a4e8ae4.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa0b1892394a08aa3d2961536bc50a2f009ee9c9 --- /dev/null +++ b/texts/9f31840b-7eca-43d0-b0f4-47524a4e8ae4.txt @@ -0,0 +1 @@ +A white cat is driving on the road \ No newline at end of file diff --git a/texts/9f3622ad-2231-4603-8981-ad3a73d407f0.txt b/texts/9f3622ad-2231-4603-8981-ad3a73d407f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b650820ffdf67cf08e316cd6951b5448602654e4 --- /dev/null +++ b/texts/9f3622ad-2231-4603-8981-ad3a73d407f0.txt @@ -0,0 +1 @@ +Pink pig, holding a Mac and writing code in the snow \ No newline at end of file diff --git a/texts/9f386e4a-818f-4cbd-9332-c12d046b9993.txt b/texts/9f386e4a-818f-4cbd-9332-c12d046b9993.txt new file mode 100644 index 0000000000000000000000000000000000000000..33729c856bce2e4be74e79157853e0254f982091 --- /dev/null +++ b/texts/9f386e4a-818f-4cbd-9332-c12d046b9993.txt @@ -0,0 +1 @@ +the backrooms liminal space \ No newline at end of file diff --git a/texts/9f411a8c-94dc-4fcb-9c3d-caaff58f72c2.txt b/texts/9f411a8c-94dc-4fcb-9c3d-caaff58f72c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b2e1e6f51281723031c0807bde119374de5aa9c --- /dev/null +++ b/texts/9f411a8c-94dc-4fcb-9c3d-caaff58f72c2.txt @@ -0,0 +1 @@ +Surrounded by a multitude of colorful butterflies, next to the Christmas tree are windows with foggy breath, on which is written THE8. There is a very cute, pure black kitten playing with a butterfly \ No newline at end of file diff --git a/texts/9f4a329c-c45b-4b6e-9591-8d176a3c9614.txt b/texts/9f4a329c-c45b-4b6e-9591-8d176a3c9614.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c10429afa950c8cbbab57d5fc506256b344b86f --- /dev/null +++ b/texts/9f4a329c-c45b-4b6e-9591-8d176a3c9614.txt @@ -0,0 +1 @@ +images of a smurf with a cat's face (but blue) and a mushroom hat. smurf walks in the forest \ No newline at end of file diff --git a/texts/9f5388eb-e811-4264-8756-da5d108ebb6b.txt b/texts/9f5388eb-e811-4264-8756-da5d108ebb6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b0e0ab19634b7b5bd1885c937160179755bf4a0 --- /dev/null +++ b/texts/9f5388eb-e811-4264-8756-da5d108ebb6b.txt @@ -0,0 +1 @@ +Create a snowman built with traditional features like three snowballs, but its head resembles a white cat with pointed ears, delicate whiskers, and expressive feline eyes. The snowman should have a soft, snowy texture, and the head should blend seamlessly with the body. Place the snowman in a snowy winter landscape, surrounded by trees and soft snow on the ground, with a playful and magical atmosphere. \ No newline at end of file diff --git a/texts/9f57ef8b-8e9a-425e-b5ec-1654c5cadc72.txt b/texts/9f57ef8b-8e9a-425e-b5ec-1654c5cadc72.txt new file mode 100644 index 0000000000000000000000000000000000000000..506cbac13b07b845ada58f62a91b1fcb21133205 --- /dev/null +++ b/texts/9f57ef8b-8e9a-425e-b5ec-1654c5cadc72.txt @@ -0,0 +1 @@ +There's a little golden retriever pup on the beach at night watching the fireworks from close range. \ No newline at end of file diff --git a/texts/9f59706e-ae5e-4b43-b3e0-d8e29bd88f75.txt b/texts/9f59706e-ae5e-4b43-b3e0-d8e29bd88f75.txt new file mode 100644 index 0000000000000000000000000000000000000000..a28e67b2755c2003d709be680dcf6e408d93dc8d --- /dev/null +++ b/texts/9f59706e-ae5e-4b43-b3e0-d8e29bd88f75.txt @@ -0,0 +1 @@ +A yellow dog with disheveled fur stands on a hillside watching an owl \ No newline at end of file diff --git a/texts/9f746298-f639-4d51-88c0-82cb210cc4b9.txt b/texts/9f746298-f639-4d51-88c0-82cb210cc4b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f62cb72071796f31b49c810fef7756ea00ca362 --- /dev/null +++ b/texts/9f746298-f639-4d51-88c0-82cb210cc4b9.txt @@ -0,0 +1 @@ +A fairy on a unicorn flies before the moon. \ No newline at end of file diff --git a/texts/9f78e64c-3fcf-48f5-b7fe-4b6968bf9488.txt b/texts/9f78e64c-3fcf-48f5-b7fe-4b6968bf9488.txt new file mode 100644 index 0000000000000000000000000000000000000000..17f0de68578ce84d66453dd070c26596dfb579e4 --- /dev/null +++ b/texts/9f78e64c-3fcf-48f5-b7fe-4b6968bf9488.txt @@ -0,0 +1 @@ +nowhere just sky its so serene. and the cars they burn below me.aisan man face to me \ No newline at end of file diff --git a/texts/9f7922dd-b342-463b-b117-ab7db3418b87.txt b/texts/9f7922dd-b342-463b-b117-ab7db3418b87.txt new file mode 100644 index 0000000000000000000000000000000000000000..87aaf8706b2491e2ca1c79b85b0c27ab73d93b19 --- /dev/null +++ b/texts/9f7922dd-b342-463b-b117-ab7db3418b87.txt @@ -0,0 +1 @@ +A cute orange kitten playing the guitar. \ No newline at end of file diff --git a/texts/9f7fe636-5ea2-4f37-9ff5-3f6205a8198d.txt b/texts/9f7fe636-5ea2-4f37-9ff5-3f6205a8198d.txt new file mode 100644 index 0000000000000000000000000000000000000000..995c13924f3c1fa40ba6e993e97213329214756e --- /dev/null +++ b/texts/9f7fe636-5ea2-4f37-9ff5-3f6205a8198d.txt @@ -0,0 +1 @@ +A black leopard sits in the snow and looks at you. There are fireworks in the sky. \ No newline at end of file diff --git a/texts/9f8038e7-74df-48be-b65c-73352f0dbb7c.txt b/texts/9f8038e7-74df-48be-b65c-73352f0dbb7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..da3124840bf11fd5a37c921a34982d8aadf4e716 --- /dev/null +++ b/texts/9f8038e7-74df-48be-b65c-73352f0dbb7c.txt @@ -0,0 +1 @@ +an escalator standing alone in the pale white sand desert \ No newline at end of file diff --git a/texts/9f8051df-d7a1-469b-a213-4ec4c1943dc1.txt b/texts/9f8051df-d7a1-469b-a213-4ec4c1943dc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b2473be37aa57f2ffac2f408f5c87526e38127 --- /dev/null +++ b/texts/9f8051df-d7a1-469b-a213-4ec4c1943dc1.txt @@ -0,0 +1 @@ +A small white chubby fox dog wearing a new Chinese dress, balloons, candles, a cake on the table, bubbles, happiness, fireworks outside the window Wangzai butterfly \ No newline at end of file diff --git a/texts/9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc.txt b/texts/9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0486a817ddecce668690a74e51f0ac8402725da --- /dev/null +++ b/texts/9f82ce3a-d2d8-4e95-9d4d-fd2e363aa1fc.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white Hello Kitty wearing a Christmas hat, next to a Christmas tree, with "DSY" written on the snow and traces of cat claws. Melancholic blue night scene, dreamy effect with light particles, high color saturation \ No newline at end of file diff --git a/texts/9f8424df-1db0-4ee0-a447-3b5f64e0efd4.txt b/texts/9f8424df-1db0-4ee0-a447-3b5f64e0efd4.txt new file mode 100644 index 0000000000000000000000000000000000000000..16b85e76ca8c3e668c3304a4b08ce422bfe49701 --- /dev/null +++ b/texts/9f8424df-1db0-4ee0-a447-3b5f64e0efd4.txt @@ -0,0 +1 @@ +There is a puppy typing on the computer in front of the erupting volcano \ No newline at end of file diff --git a/texts/9f86ad1c-f367-4ef9-be04-a17955523502.txt b/texts/9f86ad1c-f367-4ef9-be04-a17955523502.txt new file mode 100644 index 0000000000000000000000000000000000000000..b631a4e7ce1da2d26e564f6bdd625fb9e8be25da --- /dev/null +++ b/texts/9f86ad1c-f367-4ef9-be04-a17955523502.txt @@ -0,0 +1 @@ +A Western breakfast with croissants and coffee \ No newline at end of file diff --git a/texts/9f8992b1-9e52-4716-9d60-43e2edea7d3c.txt b/texts/9f8992b1-9e52-4716-9d60-43e2edea7d3c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d94a2f1d7f862e5dc8578fc8b980dd74d94ac09a --- /dev/null +++ b/texts/9f8992b1-9e52-4716-9d60-43e2edea7d3c.txt @@ -0,0 +1 @@ +A cool Samoyed playing the drums \ No newline at end of file diff --git a/texts/9f8fbc0e-3cb5-40ae-a17b-794c96d386c3.txt b/texts/9f8fbc0e-3cb5-40ae-a17b-794c96d386c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..8133930c1379f7b75ca672ec20b70ebd7f798d30 --- /dev/null +++ b/texts/9f8fbc0e-3cb5-40ae-a17b-794c96d386c3.txt @@ -0,0 +1 @@ +Oranges and puppies full of hope,Watching fireworks by the sea \ No newline at end of file diff --git a/texts/9f9198a1-77c6-4960-b1b1-6259639e262a.txt b/texts/9f9198a1-77c6-4960-b1b1-6259639e262a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9b76ef76335eece3fde0a253f8b0baf843b222b --- /dev/null +++ b/texts/9f9198a1-77c6-4960-b1b1-6259639e262a.txt @@ -0,0 +1 @@ +Hello kitty is bleeding, standing in the snow, holding a birthday cake. \ No newline at end of file diff --git a/texts/9f987c5d-5b11-4ea9-80cf-6bb4865bd57d.txt b/texts/9f987c5d-5b11-4ea9-80cf-6bb4865bd57d.txt new file mode 100644 index 0000000000000000000000000000000000000000..29555a5fb1477ebda93f7e37e9a5788d13ee237f --- /dev/null +++ b/texts/9f987c5d-5b11-4ea9-80cf-6bb4865bd57d.txt @@ -0,0 +1 @@ +a letter with an envelope in a New Year's atmosphere, bright lights and snowflakes around \ No newline at end of file diff --git a/texts/9fa071fb-9b8c-4f04-8705-e9c8c2db8014.txt b/texts/9fa071fb-9b8c-4f04-8705-e9c8c2db8014.txt new file mode 100644 index 0000000000000000000000000000000000000000..34f597cbb2cbcba52a76d8f752cde162bc1276ce --- /dev/null +++ b/texts/9fa071fb-9b8c-4f04-8705-e9c8c2db8014.txt @@ -0,0 +1 @@ +A Bourne mountain dog sleeps by the fountain in the snow. There are things like stars in the snow. \ No newline at end of file diff --git a/texts/9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36.txt b/texts/9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2150553f8a0693005fa56daddc8aff9b41ffbeb --- /dev/null +++ b/texts/9fb196eb-1b8f-4bd2-b6ed-a3d261cd8a36.txt @@ -0,0 +1 @@ +A little cat by the seaside, watching shooting stars. \ No newline at end of file diff --git a/texts/9fbd1984-27c1-4543-b6f2-483bc49eb69d.txt b/texts/9fbd1984-27c1-4543-b6f2-483bc49eb69d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9922afa4cffff68d083933cfda8365f30b2f20e9 --- /dev/null +++ b/texts/9fbd1984-27c1-4543-b6f2-483bc49eb69d.txt @@ -0,0 +1 @@ +A medieval young witch working in a bright modern office facing computer and files, Smoke was on the top of her head, she wears velvet dress and huge balck hat \ No newline at end of file diff --git a/texts/9fbec4fe-d7d4-4842-9186-84ffc6fba175.txt b/texts/9fbec4fe-d7d4-4842-9186-84ffc6fba175.txt new file mode 100644 index 0000000000000000000000000000000000000000..f690c6016e2433ac6f6e8424d48828aa71b70c8d --- /dev/null +++ b/texts/9fbec4fe-d7d4-4842-9186-84ffc6fba175.txt @@ -0,0 +1 @@ +Little snow, there are some stars in the blue sky. The golden puppy has a small transparent wing on its back. \ No newline at end of file diff --git a/texts/9fbf8fc8-2f4c-4624-8078-88d6fea62533.txt b/texts/9fbf8fc8-2f4c-4624-8078-88d6fea62533.txt new file mode 100644 index 0000000000000000000000000000000000000000..da0cc460f332362208069021091ad52f26b99fcc --- /dev/null +++ b/texts/9fbf8fc8-2f4c-4624-8078-88d6fea62533.txt @@ -0,0 +1 @@ +a frog was holding a umbrella and it was very small,standing on a street which was planning lots of ginkgo trees,they were yellow and falling \ No newline at end of file diff --git a/texts/9fc1650e-540d-4007-8a73-b6a174202dd9.txt b/texts/9fc1650e-540d-4007-8a73-b6a174202dd9.txt new file mode 100644 index 0000000000000000000000000000000000000000..efe83a111f2f0d23f8f18814fb4f3a8b56858808 --- /dev/null +++ b/texts/9fc1650e-540d-4007-8a73-b6a174202dd9.txt @@ -0,0 +1 @@ +a little cat with superman outfit playing rock and roll \ No newline at end of file diff --git a/texts/9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9.txt b/texts/9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b225eeb6a16af5dd04861289cde03a6161a2f7aa --- /dev/null +++ b/texts/9fc21aea-d3db-41a4-ad3a-dfbe1c1cb2b9.txt @@ -0,0 +1 @@ +Christmas, snowman, night \ No newline at end of file diff --git a/texts/9fd4c543-d2f4-4f98-857d-7e3f228f9671.txt b/texts/9fd4c543-d2f4-4f98-857d-7e3f228f9671.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d3145749b82c486d7aadb913273bd990d79c777 --- /dev/null +++ b/texts/9fd4c543-d2f4-4f98-857d-7e3f228f9671.txt @@ -0,0 +1 @@ +Front view, a sheep wearing a granny's sweater and reading glasses, knitting on the sofa, with a warm fire burning in the fireplace behind her \ No newline at end of file diff --git a/texts/9fd738c4-edca-43b1-8b24-7236f0e9219e.txt b/texts/9fd738c4-edca-43b1-8b24-7236f0e9219e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4df8598075230d91f5aff36652f5c596ae4acfe1 --- /dev/null +++ b/texts/9fd738c4-edca-43b1-8b24-7236f0e9219e.txt @@ -0,0 +1 @@ +blonde in a blue medical intern uniform. holding a medical tablet with the inscription "Scrubs". absolutely white background \ No newline at end of file diff --git a/texts/9fde241c-a8d2-47c0-9c2c-8585cc430b85.txt b/texts/9fde241c-a8d2-47c0-9c2c-8585cc430b85.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e44c9e4b760c60d9f3b08b874737d506f7cf4e7 --- /dev/null +++ b/texts/9fde241c-a8d2-47c0-9c2c-8585cc430b85.txt @@ -0,0 +1 @@ +Big theater, no audience, one man standing on stage doing standup comedy \ No newline at end of file diff --git a/texts/9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f.txt b/texts/9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1626812f7980b8de97f351e0434fd33e20389e59 --- /dev/null +++ b/texts/9fe5fdd2-84b6-478a-90da-4a7f09e7dc3f.txt @@ -0,0 +1 @@ +A photo of a cat on a windowsill looking out at the night sky from inside the house, with its head tilted to one side, looking up through the window at the stars and constellations. \ No newline at end of file diff --git a/texts/9fee8f41-f816-4089-8904-5067188b254c.txt b/texts/9fee8f41-f816-4089-8904-5067188b254c.txt new file mode 100644 index 0000000000000000000000000000000000000000..64cb1611502c67b0d85f794354177fb5f1469ce4 --- /dev/null +++ b/texts/9fee8f41-f816-4089-8904-5067188b254c.txt @@ -0,0 +1 @@ +Bear like Jane Austin on a beach ,fire works ,flower ,sushi ,salad \ No newline at end of file diff --git a/texts/9ff2ea79-9025-49d3-9f17-9b4c21f76033.txt b/texts/9ff2ea79-9025-49d3-9f17-9b4c21f76033.txt new file mode 100644 index 0000000000000000000000000000000000000000..a80795c400e8df56c25a9c39f20ef31a99b9d7cc --- /dev/null +++ b/texts/9ff2ea79-9025-49d3-9f17-9b4c21f76033.txt @@ -0,0 +1 @@ +hellokitty, sailor uniform, Bichon Frise puppy, Maltese puppy, snow, school, playground \ No newline at end of file diff --git a/texts/9ff55fc8-c1df-40cd-a475-5695f06bfbf7.txt b/texts/9ff55fc8-c1df-40cd-a475-5695f06bfbf7.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb531386b62c2f08f12c2442743b8175c5027cf --- /dev/null +++ b/texts/9ff55fc8-c1df-40cd-a475-5695f06bfbf7.txt @@ -0,0 +1 @@ +A white Bichon stands next to a Christmas tree in the warm living room, with a guitar beside it \ No newline at end of file diff --git a/texts/9ff7e005-c9de-47b9-8e86-eca61527ac6f.txt b/texts/9ff7e005-c9de-47b9-8e86-eca61527ac6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cda8838416c76f3af73ea9daa9642fd6a1b124bc --- /dev/null +++ b/texts/9ff7e005-c9de-47b9-8e86-eca61527ac6f.txt @@ -0,0 +1 @@ +Melancholy male bassist, jacket, curly hair, immersion \ No newline at end of file diff --git a/texts/9ffc5836-1e99-4a7b-bcb6-9f1525557b04.txt b/texts/9ffc5836-1e99-4a7b-bcb6-9f1525557b04.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e60bd185f938345a7dcf26752134be662474ede --- /dev/null +++ b/texts/9ffc5836-1e99-4a7b-bcb6-9f1525557b04.txt @@ -0,0 +1 @@ +The hamster holds a fireworks stick in the moonlight, and the fireworks draw the three letters "WSY" in the air \ No newline at end of file diff --git a/texts/a0013a47-9be3-4ac0-9a10-ca7c797cc8a1.txt b/texts/a0013a47-9be3-4ac0-9a10-ca7c797cc8a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e099b2e8d3a27239d098454e89f81cdd5f1ddcef --- /dev/null +++ b/texts/a0013a47-9be3-4ac0-9a10-ca7c797cc8a1.txt @@ -0,0 +1 @@ +Asian New Year \ No newline at end of file diff --git a/texts/a008ea6d-566d-4722-bc77-39523394401d.txt b/texts/a008ea6d-566d-4722-bc77-39523394401d.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d05e6b1c5c06186b9e3b6fa283894c6187136e --- /dev/null +++ b/texts/a008ea6d-566d-4722-bc77-39523394401d.txt @@ -0,0 +1 @@ +A white Pomeranian with a red hat and a red scarf stood in the white snow with pine trees as fireworks exploded in the sky \ No newline at end of file diff --git a/texts/a0262653-528e-4a31-9cca-083b86d08fb4.txt b/texts/a0262653-528e-4a31-9cca-083b86d08fb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b7cd6429dbc241ce2be5257ce5a95dca001fe6a --- /dev/null +++ b/texts/a0262653-528e-4a31-9cca-083b86d08fb4.txt @@ -0,0 +1 @@ +A Hello Kitty doll, dressed in a white kimono, playing a Japanese koto in a traditional Japanese room. \ No newline at end of file diff --git a/texts/a02d3058-005b-4195-9e86-ecb657a01302.txt b/texts/a02d3058-005b-4195-9e86-ecb657a01302.txt new file mode 100644 index 0000000000000000000000000000000000000000..64afae263957474fc421f7811fab9d8945e06ea6 --- /dev/null +++ b/texts/a02d3058-005b-4195-9e86-ecb657a01302.txt @@ -0,0 +1 @@ +Handwritten word "sinnyu" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9.txt b/texts/a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b3984a6a705e8307959dcf0fdcf469b0107ac1e --- /dev/null +++ b/texts/a02e17d4-5ad7-4fd5-ba10-2c4fdf6a66e9.txt @@ -0,0 +1 @@ +A steam punk machine in a dreamcore setting, surrounded by mysterious fog and strange lights, evoking the feeling of Midsommar. \ No newline at end of file diff --git a/texts/a0342770-f722-4c0d-9b3e-12fe112f4083.txt b/texts/a0342770-f722-4c0d-9b3e-12fe112f4083.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4595a44af47af55994dae601fe6775285e5094b --- /dev/null +++ b/texts/a0342770-f722-4c0d-9b3e-12fe112f4083.txt @@ -0,0 +1 @@ +A Samoyed play in home. \ No newline at end of file diff --git a/texts/a037f885-80c1-43aa-8180-f2649c831da1.txt b/texts/a037f885-80c1-43aa-8180-f2649c831da1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddd56116a147bd403b02f43f46a51ed7c55a90ce --- /dev/null +++ b/texts/a037f885-80c1-43aa-8180-f2649c831da1.txt @@ -0,0 +1 @@ +On the coast, blue waves wash against the shore, and small Buddha statues have been washed up on the shore. \ No newline at end of file diff --git a/texts/a0387ce5-2e76-42bc-a05f-c702789ffcbe.txt b/texts/a0387ce5-2e76-42bc-a05f-c702789ffcbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..08cfd32985284321dfa4cfd016839911d4896b1a --- /dev/null +++ b/texts/a0387ce5-2e76-42bc-a05f-c702789ffcbe.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. There are traces of ZYY in the snow and traces of cat claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/a0430b6c-3748-47e9-9921-b37778832577.txt b/texts/a0430b6c-3748-47e9-9921-b37778832577.txt new file mode 100644 index 0000000000000000000000000000000000000000..2496a39f2b169bd11e106409c1dfaac585a800a6 --- /dev/null +++ b/texts/a0430b6c-3748-47e9-9921-b37778832577.txt @@ -0,0 +1 @@ +Daytime atmosphere, a cute little bear sitting on a furry sofa at home, with a white carpet on the floor, looking at the outdoors, warm atmosphere, snowflakes floating outside the window, Christmas atmosphere, Christmas tree and colored lights at home, photo frames on the wall, warm ambient light, fresh, warm colors, fireplace, hot tea, cake, Christmas decorations \ No newline at end of file diff --git a/texts/a044d9e5-c43c-4196-8d97-eb6a40ed597b.txt b/texts/a044d9e5-c43c-4196-8d97-eb6a40ed597b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d16506ece3d377d1d73936788bb1ea9aaf741fe --- /dev/null +++ b/texts/a044d9e5-c43c-4196-8d97-eb6a40ed597b.txt @@ -0,0 +1 @@ +Only a flock of colorful parrots (in different color and position) reading together by the fireplace in winter \ No newline at end of file diff --git a/texts/a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c.txt b/texts/a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a39e199f94b6768b33a908cde8b4b11c60cd7072 --- /dev/null +++ b/texts/a04e7f5b-66e8-4f2a-be3e-c8e910f3a53c.txt @@ -0,0 +1 @@ +Behind the red door are pink flowers growing on the ground \ No newline at end of file diff --git a/texts/a06e30e5-d3dc-44a8-a656-6d71c31ba68a.txt b/texts/a06e30e5-d3dc-44a8-a656-6d71c31ba68a.txt new file mode 100644 index 0000000000000000000000000000000000000000..750ae50963669edf46f40dae4c142764214241fe --- /dev/null +++ b/texts/a06e30e5-d3dc-44a8-a656-6d71c31ba68a.txt @@ -0,0 +1 @@ +in the house have ballon a cat and dog eating Christmas meal Handwritten word "YUNI" \ No newline at end of file diff --git a/texts/a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0.txt b/texts/a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0.txt new file mode 100644 index 0000000000000000000000000000000000000000..79a400bf60c3777c1df757a30e102767ea89e37c --- /dev/null +++ b/texts/a0700b2c-43f5-4bbe-b0b4-b669e42b0ac0.txt @@ -0,0 +1 @@ +gift boxes \ No newline at end of file diff --git a/texts/a078409a-34a7-4ac2-8bf2-7f7aa702fbd2.txt b/texts/a078409a-34a7-4ac2-8bf2-7f7aa702fbd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5afb76a5fa9911cd75aa641a5143319f0b5b5724 --- /dev/null +++ b/texts/a078409a-34a7-4ac2-8bf2-7f7aa702fbd2.txt @@ -0,0 +1 @@ +The women with a horse's head cover and a pink hoodie is typing with a burning iMac laptop, surrounded by several iced American coffees. \ No newline at end of file diff --git a/texts/a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4.txt b/texts/a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..18fc752d28314851754fc634930ccbad5a751c42 --- /dev/null +++ b/texts/a07ec6d7-9cc8-4d1c-9fed-f24ce3a3ccc4.txt @@ -0,0 +1 @@ +A Border Collie is sitting at a desk in an astronaut suit using an Apple laptop. \ No newline at end of file diff --git a/texts/a08399c8-cbbb-4de7-b1f9-ce757f4a9e52.txt b/texts/a08399c8-cbbb-4de7-b1f9-ce757f4a9e52.txt new file mode 100644 index 0000000000000000000000000000000000000000..93f0216e29182a7c6679f01f0b191dad8672b2ad --- /dev/null +++ b/texts/a08399c8-cbbb-4de7-b1f9-ce757f4a9e52.txt @@ -0,0 +1 @@ +A large French window, outside the window is the sea, no one, from the window inside to look outside the sea, the house is dark inside, outside the sea can see the sunset \ No newline at end of file diff --git a/texts/a09e5c69-237f-4533-a5b3-a2a4154b6d34.txt b/texts/a09e5c69-237f-4533-a5b3-a2a4154b6d34.txt new file mode 100644 index 0000000000000000000000000000000000000000..35d82456283ee358f15c27daf0287328db3e334c --- /dev/null +++ b/texts/a09e5c69-237f-4533-a5b3-a2a4154b6d34.txt @@ -0,0 +1 @@ +a sponge and a prawn land in the pluto \ No newline at end of file diff --git a/texts/a0ac75c7-1d6c-46f3-99a8-e2ac305abc82.txt b/texts/a0ac75c7-1d6c-46f3-99a8-e2ac305abc82.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea2fb7baa6549883df1e93a283fe3ef04b9dd923 --- /dev/null +++ b/texts/a0ac75c7-1d6c-46f3-99a8-e2ac305abc82.txt @@ -0,0 +1 @@ +A Hilti Shepherd Driving a Retro Convertible Sports Car \ No newline at end of file diff --git a/texts/a0b401de-483f-4804-9f05-c5ec840f97fe.txt b/texts/a0b401de-483f-4804-9f05-c5ec840f97fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..39e642dc4b7426c1a1944775acc437747f45f5a8 --- /dev/null +++ b/texts/a0b401de-483f-4804-9f05-c5ec840f97fe.txt @@ -0,0 +1 @@ +a hello kitty rides electric bicycle on the city street. Stopped by a traffic police. \ No newline at end of file diff --git a/texts/a0b4bb83-3515-4c34-9d2b-c15ed1de5896.txt b/texts/a0b4bb83-3515-4c34-9d2b-c15ed1de5896.txt new file mode 100644 index 0000000000000000000000000000000000000000..33729c856bce2e4be74e79157853e0254f982091 --- /dev/null +++ b/texts/a0b4bb83-3515-4c34-9d2b-c15ed1de5896.txt @@ -0,0 +1 @@ +the backrooms liminal space \ No newline at end of file diff --git a/texts/a0bfccc2-9089-4142-a5bf-8158082aaaef.txt b/texts/a0bfccc2-9089-4142-a5bf-8158082aaaef.txt new file mode 100644 index 0000000000000000000000000000000000000000..b84855f3749c748ed7462acabb0dc84942d3d869 --- /dev/null +++ b/texts/a0bfccc2-9089-4142-a5bf-8158082aaaef.txt @@ -0,0 +1 @@ +There is a hello kitty doll and birthday cake in the snow, and the letters LYK and 21 are written in the snow \ No newline at end of file diff --git a/texts/a0caa6fb-1b1c-4699-809b-0dcffd77294e.txt b/texts/a0caa6fb-1b1c-4699-809b-0dcffd77294e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d471c176beb8030566d4b04d91e4e109a483f22 --- /dev/null +++ b/texts/a0caa6fb-1b1c-4699-809b-0dcffd77294e.txt @@ -0,0 +1 @@ + Vista Sun sea sailing man \ No newline at end of file diff --git a/texts/a0e5ee8d-2733-4e15-b383-2a375230dfd8.txt b/texts/a0e5ee8d-2733-4e15-b383-2a375230dfd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e22ac459befce3fa3aa9819e060b0c71524eb36 --- /dev/null +++ b/texts/a0e5ee8d-2733-4e15-b383-2a375230dfd8.txt @@ -0,0 +1 @@ +Hello Kitty is standing by the window, holding a cake with "10.11" written on it, and snow-capped mountains are visible outside the window. \ No newline at end of file diff --git a/texts/a0e63868-e68b-4e73-ac87-535b4482b7c8.txt b/texts/a0e63868-e68b-4e73-ac87-535b4482b7c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..83e38d7b717392961d686377bb5332d750e9f035 --- /dev/null +++ b/texts/a0e63868-e68b-4e73-ac87-535b4482b7c8.txt @@ -0,0 +1 @@ +During the day, under a blue sky, a Samoyed is playing with a toy ball on the beach, with the sea beside it. There is the words "Michuxxx" written on the beach \ No newline at end of file diff --git a/texts/a0fc0490-6041-413f-ab71-04861d01adad.txt b/texts/a0fc0490-6041-413f-ab71-04861d01adad.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d82a4766c159119ef32ff553124f7c6f42d3048 --- /dev/null +++ b/texts/a0fc0490-6041-413f-ab71-04861d01adad.txt @@ -0,0 +1 @@ +Traditional Chinese painting depicts peaceful and auspicious scenes, symbolizing longevity and harmony. In the foreground, an ancient pine tree with intricate and twisted branches stretches out, and its evergreen needles are abundant and full of vitality. Standing near the squirrel is a red crowned crane spreading its wings. It has elegant white feathers, a slender neck, and a touch of bright red on its head. The crane stands in a naturalistic environment, surrounded by soft clouds or distant mist, creating a peaceful and eternal atmosphere. The background is characterized by rolling hills or peaceful rivers, which are coordinated with the theme of nature. No calligraphy or seal, only one red crowned crane \ No newline at end of file diff --git a/texts/a1192541-c55f-4b7e-8e58-6f6a4bb11d83.txt b/texts/a1192541-c55f-4b7e-8e58-6f6a4bb11d83.txt new file mode 100644 index 0000000000000000000000000000000000000000..5308cf77cd0fbaeba196dc6f6dc98fa09559d362 --- /dev/null +++ b/texts/a1192541-c55f-4b7e-8e58-6f6a4bb11d83.txt @@ -0,0 +1 @@ +dog eating banana with blue wings and headphones \ No newline at end of file diff --git a/texts/a1287864-0d0c-45a6-8385-a3b3b0ef2ca5.txt b/texts/a1287864-0d0c-45a6-8385-a3b3b0ef2ca5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55aa140c73ba3640d7d2fb8fbdfeb1ad9c7ca8f --- /dev/null +++ b/texts/a1287864-0d0c-45a6-8385-a3b3b0ef2ca5.txt @@ -0,0 +1 @@ +A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a portal for medical waste, and embedded medical monitors displaying vital signs. EVERY edge of the room is round. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall \ No newline at end of file diff --git a/texts/a12a8a92-7a46-40de-a45f-bbcb5d442077.txt b/texts/a12a8a92-7a46-40de-a45f-bbcb5d442077.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc60d9b1318a98598a01dfc96f5c2d854fcd09bb --- /dev/null +++ b/texts/a12a8a92-7a46-40de-a45f-bbcb5d442077.txt @@ -0,0 +1 @@ +a yellow cat sitting at a swing near sea,the sky is grey,cloudy,wind blowing \ No newline at end of file diff --git a/texts/a136c351-d05e-4946-a4e9-789863458b61.txt b/texts/a136c351-d05e-4946-a4e9-789863458b61.txt new file mode 100644 index 0000000000000000000000000000000000000000..24a35e8cdd09b2ae477e430ca603823053721d42 --- /dev/null +++ b/texts/a136c351-d05e-4946-a4e9-789863458b61.txt @@ -0,0 +1 @@ +The otter is holding a kitchen knife, and the frog is dead. \ No newline at end of file diff --git a/texts/a148122b-3b76-4705-9a43-9ec6d67ddb3b.txt b/texts/a148122b-3b76-4705-9a43-9ec6d67ddb3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c943c4674e264ce4ef5eee09ad2b319bff8661c5 --- /dev/null +++ b/texts/a148122b-3b76-4705-9a43-9ec6d67ddb3b.txt @@ -0,0 +1 @@ +A white puppy with a scarf and a black Shiba Inu with a scarf snuggle up to each other in the snow \ No newline at end of file diff --git a/texts/a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8.txt b/texts/a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a782fde70eed5f5a13e36df2b1b7e0e8e880937a --- /dev/null +++ b/texts/a160bd1c-4c1b-4dc8-b527-6dbc106cf3f8.txt @@ -0,0 +1 @@ +At Christmas, in a warm house, two little pigs opened presents in front of the Christmas tree. \ No newline at end of file diff --git a/texts/a164fc81-7c03-4e81-9163-040223ac4ee8.txt b/texts/a164fc81-7c03-4e81-9163-040223ac4ee8.txt new file mode 100644 index 0000000000000000000000000000000000000000..09b879e673ace8f4167acd48af35652191715551 --- /dev/null +++ b/texts/a164fc81-7c03-4e81-9163-040223ac4ee8.txt @@ -0,0 +1 @@ +Handwritten word "Ellie Jiang" in the snow, a hellokitty doll standing next to "Ellie Jiang", drifting snow. Notice the words is written on the snow \ No newline at end of file diff --git a/texts/a1650d43-0327-4a67-a626-f4f559007a0a.txt b/texts/a1650d43-0327-4a67-a626-f4f559007a0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..09e1e24adca5d43ab20d16f992d88337556a017a --- /dev/null +++ b/texts/a1650d43-0327-4a67-a626-f4f559007a0a.txt @@ -0,0 +1 @@ +Late at night, there is a tired a pure white small dog drinking coffee while facing a laptop, in a film style and absurd. The dog is wearing a pink small cute cat head hat, the laptop is burning. \ No newline at end of file diff --git a/texts/a166ae67-2ceb-40e7-8e9b-844d5522bd68.txt b/texts/a166ae67-2ceb-40e7-8e9b-844d5522bd68.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c40d9de03b97cbd91a0efc77aec4605aa18b3be --- /dev/null +++ b/texts/a166ae67-2ceb-40e7-8e9b-844d5522bd68.txt @@ -0,0 +1 @@ +Hello kitty is sitting in the beach watching the sea, and there is blue butterflies in the sky \ No newline at end of file diff --git a/texts/a1790433-50b2-459f-b807-17546bb0be88.txt b/texts/a1790433-50b2-459f-b807-17546bb0be88.txt new file mode 100644 index 0000000000000000000000000000000000000000..59238325004a74cb4e98843e65cc8a7e39e4a087 --- /dev/null +++ b/texts/a1790433-50b2-459f-b807-17546bb0be88.txt @@ -0,0 +1 @@ +A doll penguin wearing a red scarf is in the snow. It's dark and snowing heavily.the sky is dark and blue There is only snow around. \ No newline at end of file diff --git a/texts/a17e1044-d57f-49d9-b659-bdbdab962e7b.txt b/texts/a17e1044-d57f-49d9-b659-bdbdab962e7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b8a78725f01aec2cf01faea3e4b863de254d01f --- /dev/null +++ b/texts/a17e1044-d57f-49d9-b659-bdbdab962e7b.txt @@ -0,0 +1 @@ +A West Highland white terrier runs and plays in the snow at the foot of Mount Fuji as snow falls in the sky \ No newline at end of file diff --git a/texts/a1876947-8fe4-465b-acf3-d6611d0173b5.txt b/texts/a1876947-8fe4-465b-acf3-d6611d0173b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..25ad71c4a1c9c73126afde31e47f706c73d89162 --- /dev/null +++ b/texts/a1876947-8fe4-465b-acf3-d6611d0173b5.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "MJQ" engraved on the snow \ No newline at end of file diff --git a/texts/a1940d71-84b1-4968-b43e-6f1c9122ba17.txt b/texts/a1940d71-84b1-4968-b43e-6f1c9122ba17.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5977e202e4b1d77f7f0669299e45b42d9075087 --- /dev/null +++ b/texts/a1940d71-84b1-4968-b43e-6f1c9122ba17.txt @@ -0,0 +1 @@ +A blue cookie monster big doll ,drinking a cup of hot coffee under the volcanic eruption \ No newline at end of file diff --git a/texts/a194e19f-3853-420b-9192-84dbb5d03275.txt b/texts/a194e19f-3853-420b-9192-84dbb5d03275.txt new file mode 100644 index 0000000000000000000000000000000000000000..7890556c60006bf0ef76e3fd8a52f97bdd02f6c3 --- /dev/null +++ b/texts/a194e19f-3853-420b-9192-84dbb5d03275.txt @@ -0,0 +1 @@ +A rabbit wearing a hat on the grass, with a bundle of balloons and many stars behind it, and the words "haechan" on the balloons \ No newline at end of file diff --git a/texts/a19586b9-3946-4cf0-98b9-5e3414c5f93b.txt b/texts/a19586b9-3946-4cf0-98b9-5e3414c5f93b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f079892df9a0e510eb04db81213aae88b82edd1a --- /dev/null +++ b/texts/a19586b9-3946-4cf0-98b9-5e3414c5f93b.txt @@ -0,0 +1 @@ +Miffy sit in Olive green isometric cozy cube messy room \ No newline at end of file diff --git a/texts/a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9.txt b/texts/a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8cc7c50eef16b2b7fdcd0a034b0ccee3941e7a6 --- /dev/null +++ b/texts/a19e1127-35b6-4714-8dc7-7ae5e7e4b2d9.txt @@ -0,0 +1 @@ +Coffee colored chubby Teddy Bear Poodle in the snow \ No newline at end of file diff --git a/texts/a1a59117-b5e8-4723-9ea3-bb4314d5df7c.txt b/texts/a1a59117-b5e8-4723-9ea3-bb4314d5df7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8bf6732f1a0a590305fdbd6fb47ee34e8ff888c --- /dev/null +++ b/texts/a1a59117-b5e8-4723-9ea3-bb4314d5df7c.txt @@ -0,0 +1 @@ +A small cat wearing a cowboy hat is reading a book by the window \ No newline at end of file diff --git a/texts/a1a5c9ee-599a-4e11-9706-8b0ae31e10ed.txt b/texts/a1a5c9ee-599a-4e11-9706-8b0ae31e10ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab8a39e94de0798ddc4242bd1d0ed08af42cd341 --- /dev/null +++ b/texts/a1a5c9ee-599a-4e11-9706-8b0ae31e10ed.txt @@ -0,0 +1 @@ +A white small chubby fox dog wearing dress, balloons, candles, a cake on the table, happy \ No newline at end of file diff --git a/texts/a1ad7cab-ccbb-48da-8a55-569c1597c720.txt b/texts/a1ad7cab-ccbb-48da-8a55-569c1597c720.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b3636659ff0b7e4bb140951579c42b5cddfd983 --- /dev/null +++ b/texts/a1ad7cab-ccbb-48da-8a55-569c1597c720.txt @@ -0,0 +1 @@ +White tiles high apartment center, dark , indoor, grass, nostalgic, flowers growing crazily \ No newline at end of file diff --git a/texts/a1b0203b-4743-47ca-902e-8a46a8f1dbd3.txt b/texts/a1b0203b-4743-47ca-902e-8a46a8f1dbd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0906154b3196d12049828b0ebf63f68e60895c3 --- /dev/null +++ b/texts/a1b0203b-4743-47ca-902e-8a46a8f1dbd3.txt @@ -0,0 +1 @@ +A group of Hello Kitty surrounded the burning Christmas tree in the snow \ No newline at end of file diff --git a/texts/a1b61b11-9b40-4fb0-9173-b023479ec8fc.txt b/texts/a1b61b11-9b40-4fb0-9173-b023479ec8fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bfe116a88a681a5aff54c36f45ce3707dcfae14 --- /dev/null +++ b/texts/a1b61b11-9b40-4fb0-9173-b023479ec8fc.txt @@ -0,0 +1 @@ + A ragdoll cat, by the sea, writing yumi on the beach. \ No newline at end of file diff --git a/texts/a1c09e7a-0156-4d9a-943c-129180374c86.txt b/texts/a1c09e7a-0156-4d9a-943c-129180374c86.txt new file mode 100644 index 0000000000000000000000000000000000000000..1363591fa7ba213edb4b8e188ed0eb206cd71e54 --- /dev/null +++ b/texts/a1c09e7a-0156-4d9a-943c-129180374c86.txt @@ -0,0 +1 @@ +Woody of toy story who is making coffee in the company break room \ No newline at end of file diff --git a/texts/a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a.txt b/texts/a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0481529f280c0118c16d23adbd621f287f5c2037 --- /dev/null +++ b/texts/a1ca03b5-f7cc-49f0-8f68-9b0f128fe16a.txt @@ -0,0 +1 @@ +A chocolate dachshund with a pair of glasses is playing computer. Another dachshunkd is drinking cocktail. \ No newline at end of file diff --git a/texts/a1d179d2-2939-455b-afc2-38c85f7f7795.txt b/texts/a1d179d2-2939-455b-afc2-38c85f7f7795.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7a7884d94dd612418a7b75082198093c7302ded --- /dev/null +++ b/texts/a1d179d2-2939-455b-afc2-38c85f7f7795.txt @@ -0,0 +1 @@ +A very fat English blue short-haired cat with big yellow eyes,bagged potato chips, villa yard, green grass, yellow picnic cloth, picnic basket,big cake,blue sky and white cloud \ No newline at end of file diff --git a/texts/a1d4068a-b4f5-4a0d-9023-dabff5e35d36.txt b/texts/a1d4068a-b4f5-4a0d-9023-dabff5e35d36.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9c54046d770a39d3dcd098d38376bc6a0c30343 --- /dev/null +++ b/texts/a1d4068a-b4f5-4a0d-9023-dabff5e35d36.txt @@ -0,0 +1 @@ +a polar bear with ice cream \ No newline at end of file diff --git a/texts/a1d82636-82d1-4a99-83e6-88f8f3eedea2.txt b/texts/a1d82636-82d1-4a99-83e6-88f8f3eedea2.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcda08a61c3566be4f0bcab753d73f1bb38ae66 --- /dev/null +++ b/texts/a1d82636-82d1-4a99-83e6-88f8f3eedea2.txt @@ -0,0 +1 @@ +An Asian man is at the foot of Mount Fuji, wearing a black ski suit outdoors, with a snowboard next to him and a bird flying in the sky. The man's face is facing the camera, and it's snowing \ No newline at end of file diff --git a/texts/a1d83d24-699a-4f27-a250-6fb2a508ad3b.txt b/texts/a1d83d24-699a-4f27-a250-6fb2a508ad3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..84f1b31f069961998ebeda03511884e916661765 --- /dev/null +++ b/texts/a1d83d24-699a-4f27-a250-6fb2a508ad3b.txt @@ -0,0 +1 @@ + cactus grow on the moon \ No newline at end of file diff --git a/texts/a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291.txt b/texts/a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291.txt new file mode 100644 index 0000000000000000000000000000000000000000..6428b3dfa6faeb7389c879f5c7efc0a25004fc22 --- /dev/null +++ b/texts/a1e0a2fa-ce79-4821-9d7c-79fe8f3f8291.txt @@ -0,0 +1 @@ +A gray cat with red hat and scaff in the snow ground in the night \ No newline at end of file diff --git a/texts/a1ef05bd-0400-45ff-9c63-b0319460c32c.txt b/texts/a1ef05bd-0400-45ff-9c63-b0319460c32c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c6eaf51c3ded5a9b3633039b29f2fa1cedc9e3d --- /dev/null +++ b/texts/a1ef05bd-0400-45ff-9c63-b0319460c32c.txt @@ -0,0 +1 @@ +A lion wearing a suit and tie, hand with ak gun, shoot all the audien, the bride is calm \ No newline at end of file diff --git a/texts/a1ef7075-f4b0-4003-8c08-caa437c1ed16.txt b/texts/a1ef7075-f4b0-4003-8c08-caa437c1ed16.txt new file mode 100644 index 0000000000000000000000000000000000000000..08a17246e6b3183fbae2f0e86d90eebca0c56f0d --- /dev/null +++ b/texts/a1ef7075-f4b0-4003-8c08-caa437c1ed16.txt @@ -0,0 +1 @@ +Mickey is working at his desk in a suit and his computer is on fire \ No newline at end of file diff --git a/texts/a1fb8518-c00b-4bf3-ab25-cc6ad95dc006.txt b/texts/a1fb8518-c00b-4bf3-ab25-cc6ad95dc006.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bcbe64c2b94f2cd6d00e91f3877fec0fcacf95e --- /dev/null +++ b/texts/a1fb8518-c00b-4bf3-ab25-cc6ad95dc006.txt @@ -0,0 +1 @@ +Trump spent Halloween in the house with a puppy in the room \ No newline at end of file diff --git a/texts/a2030ab4-3fe7-4905-bcf0-6808bdb83584.txt b/texts/a2030ab4-3fe7-4905-bcf0-6808bdb83584.txt new file mode 100644 index 0000000000000000000000000000000000000000..e147ebe25115cad58c676dcada6345c9b983e97a --- /dev/null +++ b/texts/a2030ab4-3fe7-4905-bcf0-6808bdb83584.txt @@ -0,0 +1 @@ +Santa Claus is practicing Tai Chi in a clown suit \ No newline at end of file diff --git a/texts/a21819f9-5eef-40ea-994a-6de20e95dc21.txt b/texts/a21819f9-5eef-40ea-994a-6de20e95dc21.txt new file mode 100644 index 0000000000000000000000000000000000000000..861b5679d2da55c70c392a1b00d2c4a3945f5728 --- /dev/null +++ b/texts/a21819f9-5eef-40ea-994a-6de20e95dc21.txt @@ -0,0 +1 @@ +little yellow cat,hard working,computer,collapse \ No newline at end of file diff --git a/texts/a21b2380-593f-44fd-a981-3bc61b05f7a9.txt b/texts/a21b2380-593f-44fd-a981-3bc61b05f7a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..7917b4d933a6d9d8cad517ed54461421423f7c5a --- /dev/null +++ b/texts/a21b2380-593f-44fd-a981-3bc61b05f7a9.txt @@ -0,0 +1 @@ +In winter, Hello Kitty is carrying a red backpack to school \ No newline at end of file diff --git a/texts/a21c3a47-1235-4ae1-b795-220851793f82.txt b/texts/a21c3a47-1235-4ae1-b795-220851793f82.txt new file mode 100644 index 0000000000000000000000000000000000000000..c15948ce36ae7b9bd98cff26591f976503d23c92 --- /dev/null +++ b/texts/a21c3a47-1235-4ae1-b795-220851793f82.txt @@ -0,0 +1 @@ +Sea of flowers, white dog with wings \ No newline at end of file diff --git a/texts/a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971.txt b/texts/a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e25cd2a66cec133d50f684a8dfe6b4491da988b --- /dev/null +++ b/texts/a21f2cfc-89e5-4cb0-aaf6-36a9a99dd971.txt @@ -0,0 +1 @@ +A little cute Hello Kitty doll on a beach by sea holding a cake with 0228 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/a221cae4-b057-454f-bac1-23c3d631eb98.txt b/texts/a221cae4-b057-454f-bac1-23c3d631eb98.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7734150df0443739720b62b73f7786889bae8f4 --- /dev/null +++ b/texts/a221cae4-b057-454f-bac1-23c3d631eb98.txt @@ -0,0 +1 @@ +Shells, starfish, on the sofa, the sofa in the sea \ No newline at end of file diff --git a/texts/a2247461-f2bc-4de2-9093-49657157a157.txt b/texts/a2247461-f2bc-4de2-9093-49657157a157.txt new file mode 100644 index 0000000000000000000000000000000000000000..5192783478f30134f855d94f53d4a032c5ab40be --- /dev/null +++ b/texts/a2247461-f2bc-4de2-9093-49657157a157.txt @@ -0,0 +1 @@ +3 orange cats with hats, 2 of them tied by a blue and a red balloons,flying in the blue sky. Below was a green grassland, a small cute orange cat looking the two flying cats. \ No newline at end of file diff --git a/texts/a225aa40-12cc-4f1a-8011-19ded805a42d.txt b/texts/a225aa40-12cc-4f1a-8011-19ded805a42d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4317b25badb24b1199301788ba57cd560f6c5011 --- /dev/null +++ b/texts/a225aa40-12cc-4f1a-8011-19ded805a42d.txt @@ -0,0 +1 @@ +A black cat sitt in fron of a laptop like a working person, \ No newline at end of file diff --git a/texts/a2408999-190e-4ebf-bb0a-511f0eef19f8.txt b/texts/a2408999-190e-4ebf-bb0a-511f0eef19f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea48685dc1bf60a89a625dab1f7958e79c0f1415 --- /dev/null +++ b/texts/a2408999-190e-4ebf-bb0a-511f0eef19f8.txt @@ -0,0 +1 @@ +Watching dazzling fireworks at night on the top of snowy mountain, and the residential houses below. Two Hello Kitty dolls are standing together on the snow: one wearing a suit and the other wearing a wedding dress. The letter "HY" stands on the snow to the left of Hello Kitty wearing a suit, and the letter "MC" stands on the snow to the right of Hello Kitty wearing a wedding dress. \ No newline at end of file diff --git a/texts/a24b7bd8-8934-4b2f-835e-d59f792551a6.txt b/texts/a24b7bd8-8934-4b2f-835e-d59f792551a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd17b38e181d896efd6699546ec2d1346fdee2ad --- /dev/null +++ b/texts/a24b7bd8-8934-4b2f-835e-d59f792551a6.txt @@ -0,0 +1 @@ +the streets of japan during day time near mt fuji in the background with the back side of a couple holding hands \ No newline at end of file diff --git a/texts/a256829a-ce01-467a-9941-d3a7a098b005.txt b/texts/a256829a-ce01-467a-9941-d3a7a098b005.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9637e81e86e6184b3cc98e4ebdf6caf4799e548 --- /dev/null +++ b/texts/a256829a-ce01-467a-9941-d3a7a098b005.txt @@ -0,0 +1 @@ +A lone passenger on a ferry \ No newline at end of file diff --git a/texts/a25b8ada-be57-4751-92dc-2224f859e064.txt b/texts/a25b8ada-be57-4751-92dc-2224f859e064.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9d8864d46c999b231ba6086dec9de0b5cceaca8 --- /dev/null +++ b/texts/a25b8ada-be57-4751-92dc-2224f859e064.txt @@ -0,0 +1 @@ +A tuxedo cat with a spray paint bottle graffiti the balcony of a brick house on a hill \ No newline at end of file diff --git a/texts/a2608692-44e4-4ff4-b9c0-346562439bb7.txt b/texts/a2608692-44e4-4ff4-b9c0-346562439bb7.txt new file mode 100644 index 0000000000000000000000000000000000000000..86f5a6be03bd0295c84454877af7f704c235e1df --- /dev/null +++ b/texts/a2608692-44e4-4ff4-b9c0-346562439bb7.txt @@ -0,0 +1 @@ +A black and white cat wrapped in a bandage sits in the classroom ,review the maths. It held a textbook and a computer, a cup of coffee to drink. \ No newline at end of file diff --git a/texts/a26b5b64-f793-4447-87b2-15ef4a10de6d.txt b/texts/a26b5b64-f793-4447-87b2-15ef4a10de6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..548e80114e6fd973b8a9786752bd1e47e802f096 --- /dev/null +++ b/texts/a26b5b64-f793-4447-87b2-15ef4a10de6d.txt @@ -0,0 +1 @@ +a black bird is staring at a buring butterfly. The background is a forest and a river, with many flowers beside the river. \ No newline at end of file diff --git a/texts/a273dc3f-190f-445d-9d3e-273ea18c0637.txt b/texts/a273dc3f-190f-445d-9d3e-273ea18c0637.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff176f3f02a221a5782f97670e9c6f942937394e --- /dev/null +++ b/texts/a273dc3f-190f-445d-9d3e-273ea18c0637.txt @@ -0,0 +1 @@ +Hello Kitty and the bear are walking by the sea. \ No newline at end of file diff --git a/texts/a27b120b-060f-4849-a93f-053f5d3b4177.txt b/texts/a27b120b-060f-4849-a93f-053f5d3b4177.txt new file mode 100644 index 0000000000000000000000000000000000000000..a58031ccd4b4573142fa031fd697aeca7f0f9649 --- /dev/null +++ b/texts/a27b120b-060f-4849-a93f-053f5d3b4177.txt @@ -0,0 +1 @@ +A surreal, weirdcore-style cat with a Saturn-like ring orbiting around its body. The cat has glowing, otherworldly eyes, with a dreamy, colorful, and slightly eerie atmosphere in the background. \ No newline at end of file diff --git a/texts/a28491fc-92f4-4907-8f14-904a03caac34.txt b/texts/a28491fc-92f4-4907-8f14-904a03caac34.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9dc04620d0b66918edbd7cda892a25ccb77449f --- /dev/null +++ b/texts/a28491fc-92f4-4907-8f14-904a03caac34.txt @@ -0,0 +1 @@ +a grey and white british short hair cat, drinking water \ No newline at end of file diff --git a/texts/a28acb95-dcba-4cc7-b67d-bb4ca437f212.txt b/texts/a28acb95-dcba-4cc7-b67d-bb4ca437f212.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b3a02fcc94c926e450df90b26939bbbc583fd5d --- /dev/null +++ b/texts/a28acb95-dcba-4cc7-b67d-bb4ca437f212.txt @@ -0,0 +1 @@ +A hare with a big paw(foot) \ No newline at end of file diff --git a/texts/a2978911-abbc-4988-9764-66cd9acb5678.txt b/texts/a2978911-abbc-4988-9764-66cd9acb5678.txt new file mode 100644 index 0000000000000000000000000000000000000000..7261154d776a734181be4e7753c11ab9289dea7c --- /dev/null +++ b/texts/a2978911-abbc-4988-9764-66cd9acb5678.txt @@ -0,0 +1 @@ +In winter, Hello Kitty in school uniform is in the big white snow \ No newline at end of file diff --git a/texts/a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb.txt b/texts/a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9252cd54009ca38a53e81a63f78af8bc4bb10d59 --- /dev/null +++ b/texts/a29d7dfe-24ac-42e1-bab4-24ecaa93ddcb.txt @@ -0,0 +1 @@ +Fishes jump from the sea surface, seabirds ,boats \ No newline at end of file diff --git a/texts/a2ab416c-52fb-4a73-8604-54d2bf08b32a.txt b/texts/a2ab416c-52fb-4a73-8604-54d2bf08b32a.txt new file mode 100644 index 0000000000000000000000000000000000000000..89a8d847e8bd11f1682a4cb042ca91b8fd3ba023 --- /dev/null +++ b/texts/a2ab416c-52fb-4a73-8604-54d2bf08b32a.txt @@ -0,0 +1 @@ +Waves and candy bar and a term written heeseung and time is closed to midnight \ No newline at end of file diff --git a/texts/a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888.txt b/texts/a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b4a256f4b0b675f32b140b0ee97560cb8b0950c --- /dev/null +++ b/texts/a2b19a6b-4ec5-4ead-982d-cb1c9f6d9888.txt @@ -0,0 +1 @@ +A white kitten with transparent butterfly wings and an angelic halo on its head sits in a sky of white clouds \ No newline at end of file diff --git a/texts/a2b37de5-e370-42a4-968e-f36e2cd81539.txt b/texts/a2b37de5-e370-42a4-968e-f36e2cd81539.txt new file mode 100644 index 0000000000000000000000000000000000000000..5161fb2a58595bbe60e3824abe6705f47adc5b96 --- /dev/null +++ b/texts/a2b37de5-e370-42a4-968e-f36e2cd81539.txt @@ -0,0 +1 @@ +A glowing Christmas tree adorned with bell shaped gifts \ No newline at end of file diff --git a/texts/a2b7b0fb-2caa-4919-ac8e-542a37c36c3d.txt b/texts/a2b7b0fb-2caa-4919-ac8e-542a37c36c3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..55fd75a4aa28ded8f9d16a1247798a61f28cec26 --- /dev/null +++ b/texts/a2b7b0fb-2caa-4919-ac8e-542a37c36c3d.txt @@ -0,0 +1 @@ +A gray dolphin in the shimmering water occupies a smaller position in the middle of the image \ No newline at end of file diff --git a/texts/a2bbd22b-49c0-479e-bbcc-624240e37024.txt b/texts/a2bbd22b-49c0-479e-bbcc-624240e37024.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a9a75815c7eb095843ce5b2057eed8991bd8a0d --- /dev/null +++ b/texts/a2bbd22b-49c0-479e-bbcc-624240e37024.txt @@ -0,0 +1 @@ +The Goth-style table was covered with a red tablecloth, the delicate silver tableware was set with pale purple fruit, and the table was set with wilted roses \ No newline at end of file diff --git a/texts/a2bbee35-aed5-4ab7-933b-12b961ba9d67.txt b/texts/a2bbee35-aed5-4ab7-933b-12b961ba9d67.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7fb8c4c3e1c69f1eec90b820652d233e3d0ffd6 --- /dev/null +++ b/texts/a2bbee35-aed5-4ab7-933b-12b961ba9d67.txt @@ -0,0 +1 @@ +hello kitty snowing house hyq \ No newline at end of file diff --git a/texts/a2c592d8-278d-4a25-ae74-ef184d500281.txt b/texts/a2c592d8-278d-4a25-ae74-ef184d500281.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a73de59136358ecbc0812998b7e350c7a8c2214 --- /dev/null +++ b/texts/a2c592d8-278d-4a25-ae74-ef184d500281.txt @@ -0,0 +1 @@ +A cute white kitten sitting in front of the computer \ No newline at end of file diff --git a/texts/a2f6bb16-3350-4954-8fcf-05cedcbf675b.txt b/texts/a2f6bb16-3350-4954-8fcf-05cedcbf675b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c15cffc1f6f19a6a26e25b0423976887f04f3b57 --- /dev/null +++ b/texts/a2f6bb16-3350-4954-8fcf-05cedcbf675b.txt @@ -0,0 +1 @@ +asnoopy \ No newline at end of file diff --git a/texts/a2fd5986-c0d2-4afd-aee4-11d2ccebde6b.txt b/texts/a2fd5986-c0d2-4afd-aee4-11d2ccebde6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b2151734b4c14e10fc43fd4ca14c695d54776ce --- /dev/null +++ b/texts/a2fd5986-c0d2-4afd-aee4-11d2ccebde6b.txt @@ -0,0 +1 @@ +There's a Mickey and he's sitting gloomily in front of a computer with a Christmas theme in the background by the window and behind the window is the beautiful sea and the sun shining through the window \ No newline at end of file diff --git a/texts/a3026808-da23-4e6e-854e-678f4a505abe.txt b/texts/a3026808-da23-4e6e-854e-678f4a505abe.txt new file mode 100644 index 0000000000000000000000000000000000000000..5453f818076d2dbd2d7887c3ee6cd553555bf906 --- /dev/null +++ b/texts/a3026808-da23-4e6e-854e-678f4a505abe.txt @@ -0,0 +1 @@ +The short hair lady in a black dress was sat in front of a big pink cake with floating shells, a red elephant slide and a dreamlike donald duck were nearby with the man, in a warm fairy light house \ No newline at end of file diff --git a/texts/a30b9ae5-062b-4226-a417-5fb017fe9e80.txt b/texts/a30b9ae5-062b-4226-a417-5fb017fe9e80.txt new file mode 100644 index 0000000000000000000000000000000000000000..e889e7ac0b9ca13453f66301007a849a6ebf6ff8 --- /dev/null +++ b/texts/a30b9ae5-062b-4226-a417-5fb017fe9e80.txt @@ -0,0 +1 @@ +A Mafia Golden Retriever, wearing sunglasses,Holding a glass of beer in his hand, vintage color scheme,Colorful lights illuminated it \ No newline at end of file diff --git a/texts/a30d1a70-a157-4588-b3fc-9e6fecf80fc5.txt b/texts/a30d1a70-a157-4588-b3fc-9e6fecf80fc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c68565b0b63be2bb04c9d15e69139e911b6c2d83 --- /dev/null +++ b/texts/a30d1a70-a157-4588-b3fc-9e6fecf80fc5.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow,at dusk, fireworks.and the word "GQL" engraved on the snow \ No newline at end of file diff --git a/texts/a31acced-329b-41e8-884b-0a72be84b8ce.txt b/texts/a31acced-329b-41e8-884b-0a72be84b8ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a4ea6bd45c1b7967fcbd85cb9f06a614bc98646 --- /dev/null +++ b/texts/a31acced-329b-41e8-884b-0a72be84b8ce.txt @@ -0,0 +1 @@ +Xiao Xue, the sky is pure black, the West Highland puppy has a transparent little wing. \ No newline at end of file diff --git a/texts/a32052be-821e-4e2f-963e-4b50632cd89b.txt b/texts/a32052be-821e-4e2f-963e-4b50632cd89b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c364cf5db360bd980a07b34cfe178856aea4d39 --- /dev/null +++ b/texts/a32052be-821e-4e2f-963e-4b50632cd89b.txt @@ -0,0 +1 @@ +Letter:WUHAN BAOLUOwithQuilts \ No newline at end of file diff --git a/texts/a3219c98-e76e-495f-be0c-fc98526304e8.txt b/texts/a3219c98-e76e-495f-be0c-fc98526304e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4362f6e3443fb3772bebb7ffc3bec9b3a30bd074 --- /dev/null +++ b/texts/a3219c98-e76e-495f-be0c-fc98526304e8.txt @@ -0,0 +1 @@ +In a forest filled with tall, straight pine trees, there is snow on the ground along with pinecones. There is a bonfire and a sound system, as well as a glowing carousel like the ones found in amusement parks. A large white rabbit and a small raccoon, both wearing Christmas-themed red hats, are dancing hand in hand. \ No newline at end of file diff --git a/texts/a32355fc-ed83-473c-be0d-8aeccf79f9a9.txt b/texts/a32355fc-ed83-473c-be0d-8aeccf79f9a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b46b9fd4ad7cd278a1b29f4d71e2b5aa31480f4 --- /dev/null +++ b/texts/a32355fc-ed83-473c-be0d-8aeccf79f9a9.txt @@ -0,0 +1 @@ +In a Japanese style house, there is a square fish tank with many fish inside \ No newline at end of file diff --git a/texts/a32567f0-d844-442d-b3e3-cbbe1de7e24a.txt b/texts/a32567f0-d844-442d-b3e3-cbbe1de7e24a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5be770b52fc3808517978e61bd5213b2418ef0c9 --- /dev/null +++ b/texts/a32567f0-d844-442d-b3e3-cbbe1de7e24a.txt @@ -0,0 +1 @@ +long haired punk knight in a dress with cat musk wielding sword in a flower field \ No newline at end of file diff --git a/texts/a33f0365-f39b-410a-88db-6f16135697af.txt b/texts/a33f0365-f39b-410a-88db-6f16135697af.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f980d61dbe6b1c96ddc55eca919af06f1dedd25 --- /dev/null +++ b/texts/a33f0365-f39b-410a-88db-6f16135697af.txt @@ -0,0 +1 @@ +There are broken ice blocks floating in the blue sky with a horse inside \ No newline at end of file diff --git a/texts/a347dcb0-369b-4df5-9a04-f19416cdc6d8.txt b/texts/a347dcb0-369b-4df5-9a04-f19416cdc6d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..0432d274e1a0dd3ef770f64286fc2b0cfeb304a6 --- /dev/null +++ b/texts/a347dcb0-369b-4df5-9a04-f19416cdc6d8.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance. The white kitten wearing a Christmas hat is next to it is a Christmas tree. There are traces of cat claws written "cnt" on the snow. Melancholy blue night scene, the sky has a dreamy effect of fireworks with light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/a34cd050-6911-4863-8124-7085fcc9eb07.txt b/texts/a34cd050-6911-4863-8124-7085fcc9eb07.txt new file mode 100644 index 0000000000000000000000000000000000000000..032294b3fc2f6fc6d45aab21b3d9dd9ec9dae41b --- /dev/null +++ b/texts/a34cd050-6911-4863-8124-7085fcc9eb07.txt @@ -0,0 +1 @@ +Hello Kitty, drinking milk tea in the snow, with some flowers planted in the snow \ No newline at end of file diff --git a/texts/a3528207-ce80-4a73-9524-ab76b3b7cc08.txt b/texts/a3528207-ce80-4a73-9524-ab76b3b7cc08.txt new file mode 100644 index 0000000000000000000000000000000000000000..22ed172509bc1e53060fa4c4d10720bb056c5028 --- /dev/null +++ b/texts/a3528207-ce80-4a73-9524-ab76b3b7cc08.txt @@ -0,0 +1 @@ +A cute little dog jumping around in a small forest, with an adorable child wearing a short-sleeved shirt nearby. Sunlight filters through the gaps in the leaves. \ No newline at end of file diff --git a/texts/a35b8c83-c545-4271-821c-39a23b104f81.txt b/texts/a35b8c83-c545-4271-821c-39a23b104f81.txt new file mode 100644 index 0000000000000000000000000000000000000000..89282816ecbbb225476380c3a2b949852baddfc0 --- /dev/null +++ b/texts/a35b8c83-c545-4271-821c-39a23b104f81.txt @@ -0,0 +1 @@ +Ginger cat wearing sunglasses pointing the gun to stitch \ No newline at end of file diff --git a/texts/a38366e6-d754-439c-ab22-ed939058c46b.txt b/texts/a38366e6-d754-439c-ab22-ed939058c46b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a253cf903dfb4fe2c52557794e93998e8bddacad --- /dev/null +++ b/texts/a38366e6-d754-439c-ab22-ed939058c46b.txt @@ -0,0 +1 @@ +Mickey Mouse sitting on the windowsill and playing the guitar at night \ No newline at end of file diff --git a/texts/a3843103-948b-4937-b45e-4a688d7b9d68.txt b/texts/a3843103-948b-4937-b45e-4a688d7b9d68.txt new file mode 100644 index 0000000000000000000000000000000000000000..91efd7cf99cf3ba9ac61657769b0eae0d119e9da --- /dev/null +++ b/texts/a3843103-948b-4937-b45e-4a688d7b9d68.txt @@ -0,0 +1 @@ +hellokitty in the snow, next to a birthday cake, birthday cake candles on the letters pepper \ No newline at end of file diff --git a/texts/a387f893-8c40-43e1-b8e8-1f2c2ffa7a41.txt b/texts/a387f893-8c40-43e1-b8e8-1f2c2ffa7a41.txt new file mode 100644 index 0000000000000000000000000000000000000000..2215d8341cddd0cdbf44f0abaa5f7892b6bfd14b --- /dev/null +++ b/texts/a387f893-8c40-43e1-b8e8-1f2c2ffa7a41.txt @@ -0,0 +1 @@ +A panda watches as the Golden Pavilion Temple burns fiercely. \ No newline at end of file diff --git a/texts/a3890563-724f-49cb-903c-48c978f3e685.txt b/texts/a3890563-724f-49cb-903c-48c978f3e685.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d78f8093a8d6cbf01c322ddde53e56d7d16acf --- /dev/null +++ b/texts/a3890563-724f-49cb-903c-48c978f3e685.txt @@ -0,0 +1 @@ +Hello Kitty in prison uniform in class computer on fire \ No newline at end of file diff --git a/texts/a399fc25-9bf5-4c47-89de-3a5856e9a791.txt b/texts/a399fc25-9bf5-4c47-89de-3a5856e9a791.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddcc1a1951ec0fdacb5e658a876946ef8778e25d --- /dev/null +++ b/texts/a399fc25-9bf5-4c47-89de-3a5856e9a791.txt @@ -0,0 +1 @@ +A pile of supplements in the library, yellow tinted \ No newline at end of file diff --git a/texts/a3a7164a-29cc-4ca4-b5f9-b4225f99da10.txt b/texts/a3a7164a-29cc-4ca4-b5f9-b4225f99da10.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1970349f56aca498ea15bc4aeb3dda710873544 --- /dev/null +++ b/texts/a3a7164a-29cc-4ca4-b5f9-b4225f99da10.txt @@ -0,0 +1 @@ +A small British Longhair kitten playing in the snow, with a pair of butterfly wings on its back. \ No newline at end of file diff --git a/texts/a3ad225c-2aea-4ddf-ba56-5595283e8d26.txt b/texts/a3ad225c-2aea-4ddf-ba56-5595283e8d26.txt new file mode 100644 index 0000000000000000000000000000000000000000..21068783fe32f5b3e2d7e080c65ca549c7b882ea --- /dev/null +++ b/texts/a3ad225c-2aea-4ddf-ba56-5595283e8d26.txt @@ -0,0 +1 @@ +Cheese Love's Day Event Template for Designers \ No newline at end of file diff --git a/texts/a3b1fd00-8a5c-47b9-981c-584940ac2ef0.txt b/texts/a3b1fd00-8a5c-47b9-981c-584940ac2ef0.txt new file mode 100644 index 0000000000000000000000000000000000000000..4308475de13c6b32a93ad913abe0a716db4fdfdd --- /dev/null +++ b/texts/a3b1fd00-8a5c-47b9-981c-584940ac2ef0.txt @@ -0,0 +1 @@ +I want to describe a cat in the snow with the English letters "Moon_changann" on the snow and a moon in the background of the night, hoping to express a surreal dream-film style \ No newline at end of file diff --git a/texts/a3bbd490-30fd-4527-8314-888beeb1d3d4.txt b/texts/a3bbd490-30fd-4527-8314-888beeb1d3d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e529aa2e3ba039d91d6fd08a532fda06fce3b3ea --- /dev/null +++ b/texts/a3bbd490-30fd-4527-8314-888beeb1d3d4.txt @@ -0,0 +1 @@ +An ocelot is lying on the grass watching fireworks \ No newline at end of file diff --git a/texts/a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49.txt b/texts/a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ed76d57680a133635df465d627a7b8fa68a1529 --- /dev/null +++ b/texts/a3bd40fd-9dc4-4953-b0b2-eaaa286bdc49.txt @@ -0,0 +1 @@ +A forest background with small orange-red goldfish as the main characters. Due to the angle, the edges of the fishbowl are invisible, making it look like the goldfish are swimming in the forest. \ No newline at end of file diff --git a/texts/a3bee814-9c7d-4c74-bf37-0f2e8db5ff31.txt b/texts/a3bee814-9c7d-4c74-bf37-0f2e8db5ff31.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfe1d44f5c45a9001d64279c05cb358ecaa695e3 --- /dev/null +++ b/texts/a3bee814-9c7d-4c74-bf37-0f2e8db5ff31.txt @@ -0,0 +1 @@ +a Doberman \ No newline at end of file diff --git a/texts/a3cd7d05-c221-4dc3-ac37-3c397ef9eb56.txt b/texts/a3cd7d05-c221-4dc3-ac37-3c397ef9eb56.txt new file mode 100644 index 0000000000000000000000000000000000000000..35d1f6767aaa486ca580e08544af2e8b8b97313c --- /dev/null +++ b/texts/a3cd7d05-c221-4dc3-ac37-3c397ef9eb56.txt @@ -0,0 +1 @@ +A ragdoll cat wearing sunglasses drinks red wine in front of an erupting volcano \ No newline at end of file diff --git a/texts/a3dde869-c3c1-4236-b035-6b9f7956ab02.txt b/texts/a3dde869-c3c1-4236-b035-6b9f7956ab02.txt new file mode 100644 index 0000000000000000000000000000000000000000..01df76621de1bf76c017f5fbe5f0f988b73ec60f --- /dev/null +++ b/texts/a3dde869-c3c1-4236-b035-6b9f7956ab02.txt @@ -0,0 +1 @@ +rabbit on the desk,singing with me \ No newline at end of file diff --git a/texts/a3f53376-bc2d-4b05-a288-2330a54020df.txt b/texts/a3f53376-bc2d-4b05-a288-2330a54020df.txt new file mode 100644 index 0000000000000000000000000000000000000000..912c881321119384a8336b5407924a56c11b8035 --- /dev/null +++ b/texts/a3f53376-bc2d-4b05-a288-2330a54020df.txt @@ -0,0 +1 @@ +a rabbit that is eating MacDonald \ No newline at end of file diff --git a/texts/a3f612f1-87ea-47fe-826f-afcda059d74c.txt b/texts/a3f612f1-87ea-47fe-826f-afcda059d74c.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf3e3b28eb0cc20c53b3b44642f8f17153bac99b --- /dev/null +++ b/texts/a3f612f1-87ea-47fe-826f-afcda059d74c.txt @@ -0,0 +1 @@ +Viewed from a distance, there was a big stage. On the stage, a man with short black hair, dressed in black all over, was holding a microphone. There were numerous laser lights on the stage. Down below the stage, a large number of people were reveling. Many people were also taking pictures with their mobile phones. Half of the picture showed the stage and the other half showed the audience. The overall color tone was dark purple.,Wearing a shiny diamond-studded necklace.The performer on the stage had short black hair and was wearing a black T-shirt \ No newline at end of file diff --git a/texts/a3fca725-fac8-44f7-9f9b-62076fab24ca.txt b/texts/a3fca725-fac8-44f7-9f9b-62076fab24ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1b33ded16104f83c341ac620a029fd38a361d58 --- /dev/null +++ b/texts/a3fca725-fac8-44f7-9f9b-62076fab24ca.txt @@ -0,0 +1 @@ +A panda is working on SEO in front of a computer \ No newline at end of file diff --git a/texts/a40e8811-7657-4526-9081-02a275c6242f.txt b/texts/a40e8811-7657-4526-9081-02a275c6242f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0aa3186dc5b8c0125883fb82642310b839d1f19 --- /dev/null +++ b/texts/a40e8811-7657-4526-9081-02a275c6242f.txt @@ -0,0 +1 @@ +The blue sky, the blue sea with white waves, the sun rises and shines on the snow on the beach, a furry Hello Kitty leans on the snow, and the snow is written with Qing \ No newline at end of file diff --git a/texts/a41f9763-82ce-4133-a438-33df16bcf061.txt b/texts/a41f9763-82ce-4133-a438-33df16bcf061.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0bd73a152fc8d7deddd480389ff420bfae7a7e0 --- /dev/null +++ b/texts/a41f9763-82ce-4133-a438-33df16bcf061.txt @@ -0,0 +1 @@ +Cute Penguin white polar bear kissing \ No newline at end of file diff --git a/texts/a420782b-26af-495c-970f-2d12410f7136.txt b/texts/a420782b-26af-495c-970f-2d12410f7136.txt new file mode 100644 index 0000000000000000000000000000000000000000..b63e7fb2af2966357f2aaa8f2e23541c311d875a --- /dev/null +++ b/texts/a420782b-26af-495c-970f-2d12410f7136.txt @@ -0,0 +1 @@ +a red buzzcut man,front camera, in a white T-shirt print California, a burning Jinkaku Temple \ No newline at end of file diff --git a/texts/a4249937-fdaf-4646-8c16-3677469cec90.txt b/texts/a4249937-fdaf-4646-8c16-3677469cec90.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a8b79f8b102728421f1c056b19d93f642d5dcab --- /dev/null +++ b/texts/a4249937-fdaf-4646-8c16-3677469cec90.txt @@ -0,0 +1 @@ +hellokitty sea coffee sunset \ No newline at end of file diff --git a/texts/a42a2473-096c-438a-bc2a-b81024ad9d33.txt b/texts/a42a2473-096c-438a-bc2a-b81024ad9d33.txt new file mode 100644 index 0000000000000000000000000000000000000000..d672bf37baa20dbdb777fcbac83938e5f548b992 --- /dev/null +++ b/texts/a42a2473-096c-438a-bc2a-b81024ad9d33.txt @@ -0,0 +1 @@ +Tomatoes being cleaned in the kitchen sink \ No newline at end of file diff --git a/texts/a42b6325-fce9-4d3b-a57c-1191ed3d9ee3.txt b/texts/a42b6325-fce9-4d3b-a57c-1191ed3d9ee3.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfe8391cff6ff16a9b29c8533cfb179a6108438b --- /dev/null +++ b/texts/a42b6325-fce9-4d3b-a57c-1191ed3d9ee3.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white hallo kitty wearing a Christmas hat, next to a Christmas tree, and writing "kenken" on the snow, there are traces of cat claws. Melancholy blue night scene, with a bit of light particles dream effect, a high degree of saturation. \ No newline at end of file diff --git a/texts/a4374f7a-3349-456b-bbf4-bb2dea800b00.txt b/texts/a4374f7a-3349-456b-bbf4-bb2dea800b00.txt new file mode 100644 index 0000000000000000000000000000000000000000..db56b4780e33f532a0f674a195776a8d17339adf --- /dev/null +++ b/texts/a4374f7a-3349-456b-bbf4-bb2dea800b00.txt @@ -0,0 +1 @@ +a prince standing in the center of a long hall holds on a crystal shoe. \ No newline at end of file diff --git a/texts/a439e249-5e15-421d-bbff-ae731690362a.txt b/texts/a439e249-5e15-421d-bbff-ae731690362a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a6430eecb52c3ba79e6bbf6960316dfb0b9e41e --- /dev/null +++ b/texts/a439e249-5e15-421d-bbff-ae731690362a.txt @@ -0,0 +1 @@ +The setting sun holds flames in both hands, burning with Min text in red tone \ No newline at end of file diff --git a/texts/a439ecc6-1e56-4c5c-b0f3-939e11425a0b.txt b/texts/a439ecc6-1e56-4c5c-b0f3-939e11425a0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0403d997b27da07923a5d3b1a5936a2d1d73f3d --- /dev/null +++ b/texts/a439ecc6-1e56-4c5c-b0f3-939e11425a0b.txt @@ -0,0 +1 @@ +A yellow and white kitten, adorned with angel wings, is gazing at the scenery on the mountain with grass and flowers, behind it are mountains and the morning glow. There are small butterflies flying in the sky, one of which landed on the kitten's body. It is very happy, and the overall atmosphere is warm. \ No newline at end of file diff --git a/texts/a43e256c-96eb-4f9e-8377-bdbd664a9515.txt b/texts/a43e256c-96eb-4f9e-8377-bdbd664a9515.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e44cac5fb658c9aee0f9e389522521f716d74cb --- /dev/null +++ b/texts/a43e256c-96eb-4f9e-8377-bdbd664a9515.txt @@ -0,0 +1 @@ +A Christmas brown bear in snow with Sabrina Xiong(small letters on the wall) by its side. No real people \ No newline at end of file diff --git a/texts/a443cfdb-8007-4500-b890-320597ee366c.txt b/texts/a443cfdb-8007-4500-b890-320597ee366c.txt new file mode 100644 index 0000000000000000000000000000000000000000..897d6149901772d2b5fd884151299b729714735d --- /dev/null +++ b/texts/a443cfdb-8007-4500-b890-320597ee366c.txt @@ -0,0 +1 @@ +The typewriter had a 'nat' sign on the side, and the typed paper read 'Dove & wangZai' \ No newline at end of file diff --git a/texts/a452c9c0-9688-4541-8fc5-bf634dd0bfb4.txt b/texts/a452c9c0-9688-4541-8fc5-bf634dd0bfb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3321de973c6e8d7a9a4eac49acb821cb49989ed8 --- /dev/null +++ b/texts/a452c9c0-9688-4541-8fc5-bf634dd0bfb4.txt @@ -0,0 +1 @@ +Abandoned giant elephant slides in children's parks, as well as moon arches, stone-carved astronauts \ No newline at end of file diff --git a/texts/a458b15a-683a-40cc-9c59-7f2805fdb484.txt b/texts/a458b15a-683a-40cc-9c59-7f2805fdb484.txt new file mode 100644 index 0000000000000000000000000000000000000000..825996aea88c2272d9e72932f1ca0b8212bd39a1 --- /dev/null +++ b/texts/a458b15a-683a-40cc-9c59-7f2805fdb484.txt @@ -0,0 +1 @@ +Snow is pouring outside.A beautiful sunset in the sky.A black cat is standing by the window and looking outside.the cat is wearing a red scarf.A vintage camera is around the cat's neck. \ No newline at end of file diff --git a/texts/a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4.txt b/texts/a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7c2896f4bf6909a828b7e4a831f8a91f7cbb916 --- /dev/null +++ b/texts/a45cca8e-2f1f-4b4a-9c33-b2d1ec16e2e4.txt @@ -0,0 +1 @@ +REDApples, small pieces of caramel, and cream are placed in the middle of the picture \ No newline at end of file diff --git a/texts/a46371ef-25d9-4329-a19c-10d75c09fefb.txt b/texts/a46371ef-25d9-4329-a19c-10d75c09fefb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca0d8132298dfbb8ae61ec4efcd60f3d12626e68 --- /dev/null +++ b/texts/a46371ef-25d9-4329-a19c-10d75c09fefb.txt @@ -0,0 +1 @@ +hello kitty stands on an Arctic glacier with the sunset behind her and a passing ship with 816N written in the snow \ No newline at end of file diff --git a/texts/a47311c2-4501-48e9-a8d3-abf68963a8e8.txt b/texts/a47311c2-4501-48e9-a8d3-abf68963a8e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..62369175b48d44e9809e2ff4172a567c2057fb58 --- /dev/null +++ b/texts/a47311c2-4501-48e9-a8d3-abf68963a8e8.txt @@ -0,0 +1 @@ +Trump dances in pink dress \ No newline at end of file diff --git a/texts/a4748ee5-91a7-488a-8612-32e0760ea4b0.txt b/texts/a4748ee5-91a7-488a-8612-32e0760ea4b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..37a3f9a819dbc706462d6d168cfb6b4654745ffe --- /dev/null +++ b/texts/a4748ee5-91a7-488a-8612-32e0760ea4b0.txt @@ -0,0 +1 @@ + an angel in armor rides a unicorn in a church \ No newline at end of file diff --git a/texts/a474fff3-83bd-4e04-a1e2-327a81bf7537.txt b/texts/a474fff3-83bd-4e04-a1e2-327a81bf7537.txt new file mode 100644 index 0000000000000000000000000000000000000000..efebe6da3eb3877324858216a0c8d472a11266e2 --- /dev/null +++ b/texts/a474fff3-83bd-4e04-a1e2-327a81bf7537.txt @@ -0,0 +1 @@ +There is a small Christmas tree between the two Snoopy , and Xavier's name is written in the snow \ No newline at end of file diff --git a/texts/a48032e4-cf4b-4cee-a63e-20f257266496.txt b/texts/a48032e4-cf4b-4cee-a63e-20f257266496.txt new file mode 100644 index 0000000000000000000000000000000000000000..9aa4e666f0f29098eddbd1983e3ebbf078f9e720 --- /dev/null +++ b/texts/a48032e4-cf4b-4cee-a63e-20f257266496.txt @@ -0,0 +1 @@ +Hello kitty in the crowd in the street waving to me \ No newline at end of file diff --git a/texts/a4891c3a-b4af-42bb-9472-b5048336819b.txt b/texts/a4891c3a-b4af-42bb-9472-b5048336819b.txt new file mode 100644 index 0000000000000000000000000000000000000000..500bc169bffe28b68e1f084f87260c7c5bf7e283 --- /dev/null +++ b/texts/a4891c3a-b4af-42bb-9472-b5048336819b.txt @@ -0,0 +1 @@ +I took a photo with Shiba Inu at the Christmas party \ No newline at end of file diff --git a/texts/a48b91fe-8fbe-4849-bb57-087cd7284896.txt b/texts/a48b91fe-8fbe-4849-bb57-087cd7284896.txt new file mode 100644 index 0000000000000000000000000000000000000000..72265d3ecf87667e9e5c02fdc0ea4cadca003fdd --- /dev/null +++ b/texts/a48b91fe-8fbe-4849-bb57-087cd7284896.txt @@ -0,0 +1 @@ +Hello Kitty is standing by the window, holding a cake with candles, featuring a "10.11" numerical design on top, and snow-capped mountains are visible outside the window. \ No newline at end of file diff --git a/texts/a4980309-64ca-42c9-b067-7a1f5711a075.txt b/texts/a4980309-64ca-42c9-b067-7a1f5711a075.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cc39cce1cb6a20767d7737aa2566aa730d13e3b --- /dev/null +++ b/texts/a4980309-64ca-42c9-b067-7a1f5711a075.txt @@ -0,0 +1 @@ +A long-haired chocolate-cream dachshund wearing a red scarf and a Christmas hat is surrounded by presents under the Christmas tree. \ No newline at end of file diff --git a/texts/a49afef4-b893-4925-995f-6fbb8f5078b3.txt b/texts/a49afef4-b893-4925-995f-6fbb8f5078b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b442fe21b0570f8437e7de005a52f09f7bf7b29f --- /dev/null +++ b/texts/a49afef4-b893-4925-995f-6fbb8f5078b3.txt @@ -0,0 +1 @@ +tabbycat computer \ No newline at end of file diff --git a/texts/a49b14b5-fe84-4d59-b333-31d4ac43c6e7.txt b/texts/a49b14b5-fe84-4d59-b333-31d4ac43c6e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c34d8827ee9de3b452cd52801b226de07da1966 --- /dev/null +++ b/texts/a49b14b5-fe84-4d59-b333-31d4ac43c6e7.txt @@ -0,0 +1 @@ +Vintage coffee shop \ No newline at end of file diff --git a/texts/a4b0e655-965c-4039-b889-1ef574776573.txt b/texts/a4b0e655-965c-4039-b889-1ef574776573.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c8033a265abe853dfcf0d101271ef994129d700 --- /dev/null +++ b/texts/a4b0e655-965c-4039-b889-1ef574776573.txt @@ -0,0 +1 @@ +Winnie the Pooh sits on a king's chair in front of Forbidden City, China \ No newline at end of file diff --git a/texts/a4b55b94-70ca-4419-8c1a-5d174301611f.txt b/texts/a4b55b94-70ca-4419-8c1a-5d174301611f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fc680c328f97cd84e509cb74651153f66ada79d --- /dev/null +++ b/texts/a4b55b94-70ca-4419-8c1a-5d174301611f.txt @@ -0,0 +1 @@ +A golden retriever puppy is celebrating his birthday with sheltie \ No newline at end of file diff --git a/texts/a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a.txt b/texts/a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..30e61905351ce94f5d1d73941032d388a8a402f6 --- /dev/null +++ b/texts/a4c1b3a2-ff7a-4fdb-a317-f85e7e2eba7a.txt @@ -0,0 +1 @@ +In the snow, two Shiba inuses (one black and one yellow) are taking pictures of the yellow with a camera \ No newline at end of file diff --git a/texts/a4c20a17-a516-4607-ad7d-34c260243af2.txt b/texts/a4c20a17-a516-4607-ad7d-34c260243af2.txt new file mode 100644 index 0000000000000000000000000000000000000000..27eb70093ff0ebcf42bc0acb9a74e79b1adb82d3 --- /dev/null +++ b/texts/a4c20a17-a516-4607-ad7d-34c260243af2.txt @@ -0,0 +1 @@ +Christmas night, in the snow, west highland white terrier, close to the sea, stars in the sky \ No newline at end of file diff --git a/texts/a4c3bad0-8291-451a-a548-5af4f47590b3.txt b/texts/a4c3bad0-8291-451a-a548-5af4f47590b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..faa4fcc17dfb24b2f3a0a6cff1dc7616a8fa475f --- /dev/null +++ b/texts/a4c3bad0-8291-451a-a548-5af4f47590b3.txt @@ -0,0 +1 @@ +A Japanese white Shiba Inu baby in front of a snowy meadow, a delicate Santa hat with a star stick, beautiful northern lights, and small butterflies surrounding him \ No newline at end of file diff --git a/texts/a4c45194-aae6-41b8-873a-0633fe8b313d.txt b/texts/a4c45194-aae6-41b8-873a-0633fe8b313d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d411775235bd17b94e72ab37b352d2f9e8f0e5e --- /dev/null +++ b/texts/a4c45194-aae6-41b8-873a-0633fe8b313d.txt @@ -0,0 +1 @@ +A vibrant rainforest full of vitality \ No newline at end of file diff --git a/texts/a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97.txt b/texts/a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97.txt new file mode 100644 index 0000000000000000000000000000000000000000..362fdde20288dd3536f65f68ec9dcdb28ee02337 --- /dev/null +++ b/texts/a4c6a2c1-c3d5-4bf1-b8b0-fd8047a20f97.txt @@ -0,0 +1 @@ +a beauty wearing white sunglasses looking to a mirror and full of herats \ No newline at end of file diff --git a/texts/a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0.txt b/texts/a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..af355686a67e4d9eb6573233377c6c0dad6f6581 --- /dev/null +++ b/texts/a4ccc0f5-67a5-4b14-93a0-21f21fd2b3a0.txt @@ -0,0 +1 @@ +A hello kitty in blue and a hello kitty in pink look at flowers in the snow on a winter morning \ No newline at end of file diff --git a/texts/a4deaf91-1be9-4690-9248-ae716122ff5f.txt b/texts/a4deaf91-1be9-4690-9248-ae716122ff5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..16bd5ca337b2d0a375c12855b54e059636984790 --- /dev/null +++ b/texts/a4deaf91-1be9-4690-9248-ae716122ff5f.txt @@ -0,0 +1 @@ +A cute little Hello Kitty doll sitting on the snow,There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, ZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/a4e2e560-7535-4517-aee7-044c9141a8c8.txt b/texts/a4e2e560-7535-4517-aee7-044c9141a8c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..85baa1776252825b6dc142b1d1761f13e2958fd7 --- /dev/null +++ b/texts/a4e2e560-7535-4517-aee7-044c9141a8c8.txt @@ -0,0 +1 @@ +In the snowfield, there is a couple. There are also two white puppies and a silver kitten. Fireworks are going off in the sky, and there is a Hello Kitty as well. \ No newline at end of file diff --git a/texts/a4e86ee4-4101-4893-a3b5-61fc6bbb22cf.txt b/texts/a4e86ee4-4101-4893-a3b5-61fc6bbb22cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..e30de058f8901bb6e29282909ddc6bcbcd96a1ed --- /dev/null +++ b/texts/a4e86ee4-4101-4893-a3b5-61fc6bbb22cf.txt @@ -0,0 +1 @@ +A glass of Christmas-inspired mulled wine \ No newline at end of file diff --git a/texts/a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c.txt b/texts/a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..86a9896ed8ba3d2a8bb69a20403a22a3a75caab2 --- /dev/null +++ b/texts/a4eb2ec9-7ce9-45e5-83aa-a1cffb352f1c.txt @@ -0,0 +1 @@ +use photorealism type and generate a image with: a white horse running in a snowfield and now is blue hour(in winter, very blue), there are shiny starlight. \ No newline at end of file diff --git a/texts/a4ed77e6-6f30-44fc-ba5c-f1042176dc27.txt b/texts/a4ed77e6-6f30-44fc-ba5c-f1042176dc27.txt new file mode 100644 index 0000000000000000000000000000000000000000..2da73e68749ccc2074f55b8775ded834a88215ad --- /dev/null +++ b/texts/a4ed77e6-6f30-44fc-ba5c-f1042176dc27.txt @@ -0,0 +1 @@ +A hand between the fingers points to the gorge. \ No newline at end of file diff --git a/texts/a4ff02ea-b723-4bc5-be11-bb7ef9499a6a.txt b/texts/a4ff02ea-b723-4bc5-be11-bb7ef9499a6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..62e7b9d218dafb1cf7071c972059ac083c292624 --- /dev/null +++ b/texts/a4ff02ea-b723-4bc5-be11-bb7ef9499a6a.txt @@ -0,0 +1 @@ +pet dog, piano,winter night \ No newline at end of file diff --git a/texts/a5078cb1-fbe6-4e74-8c4a-612168623958.txt b/texts/a5078cb1-fbe6-4e74-8c4a-612168623958.txt new file mode 100644 index 0000000000000000000000000000000000000000..730dbde10a6574e71c5a05ef8b1c80e6552d0858 --- /dev/null +++ b/texts/a5078cb1-fbe6-4e74-8c4a-612168623958.txt @@ -0,0 +1 @@ +Czech wolfdogWith sunglassesTake the flowers \ No newline at end of file diff --git a/texts/a51d42f1-cc1e-41ee-9738-bcfa6b390eae.txt b/texts/a51d42f1-cc1e-41ee-9738-bcfa6b390eae.txt new file mode 100644 index 0000000000000000000000000000000000000000..5127479bfac099d7f16d272b4a39ff1ac39e4b4c --- /dev/null +++ b/texts/a51d42f1-cc1e-41ee-9738-bcfa6b390eae.txt @@ -0,0 +1 @@ +tiled bathroom floor \ No newline at end of file diff --git a/texts/a51ec2b2-1ae3-49b2-860f-e99feca46b88.txt b/texts/a51ec2b2-1ae3-49b2-860f-e99feca46b88.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e3b58dc58f82d30937c6a3fce3ff96de6ed99fc --- /dev/null +++ b/texts/a51ec2b2-1ae3-49b2-860f-e99feca46b88.txt @@ -0,0 +1 @@ +Letter: SLOWFAST on a shopping bag when there is a shopping line up for sale \ No newline at end of file diff --git a/texts/a52579d4-c030-46e5-9f4f-166cdaacabf6.txt b/texts/a52579d4-c030-46e5-9f4f-166cdaacabf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a29a7dcd9ec64d8298c5002b48063aafe84fb75 --- /dev/null +++ b/texts/a52579d4-c030-46e5-9f4f-166cdaacabf6.txt @@ -0,0 +1 @@ +A Christmas tree adorned with gifts, a snowman wearing a scarf, a kitten holding a guitar, a puppy wearing a Christmas hat, and a panda wearing headphones \ No newline at end of file diff --git a/texts/a53d7716-ca95-4edf-98f0-ba57b3fc7aea.txt b/texts/a53d7716-ca95-4edf-98f0-ba57b3fc7aea.txt new file mode 100644 index 0000000000000000000000000000000000000000..d80cc20edde47448197991911305a2deba33753f --- /dev/null +++ b/texts/a53d7716-ca95-4edf-98f0-ba57b3fc7aea.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is the sea in the distance, white Hllelokitty dolls wearing Christmas hats and Christmas skirts, fireworks in the sky, traces of "zly" in the snow, and traces of cat claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/a54c21f6-b249-4461-aabc-a318601266bc.txt b/texts/a54c21f6-b249-4461-aabc-a318601266bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5d45dd83719c4dec60286f9cd31a827464e4bb6 --- /dev/null +++ b/texts/a54c21f6-b249-4461-aabc-a318601266bc.txt @@ -0,0 +1 @@ +We could leave the Christmas lights up til January \ No newline at end of file diff --git a/texts/a551e17a-72e9-4c1c-82d2-b805929d5012.txt b/texts/a551e17a-72e9-4c1c-82d2-b805929d5012.txt new file mode 100644 index 0000000000000000000000000000000000000000..15884b93fd4f8d724d65b56f17985ff73d38460f --- /dev/null +++ b/texts/a551e17a-72e9-4c1c-82d2-b805929d5012.txt @@ -0,0 +1 @@ +Border Sheepdog Puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/a557a85a-e692-4d9e-9b73-bd0429085b8e.txt b/texts/a557a85a-e692-4d9e-9b73-bd0429085b8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8e4b9bdde64ea994cc95774a96949aad0624f6e --- /dev/null +++ b/texts/a557a85a-e692-4d9e-9b73-bd0429085b8e.txt @@ -0,0 +1 @@ +A yellow and a white Maltese puppy playing by a tranquil lake. There is a sunset and evening glow. In the snow. \ No newline at end of file diff --git a/texts/a56184e2-96e9-453f-b3c0-d4074777bd51.txt b/texts/a56184e2-96e9-453f-b3c0-d4074777bd51.txt new file mode 100644 index 0000000000000000000000000000000000000000..4df71ad15c11a8c96577f6d1afdca8f72c672a6c --- /dev/null +++ b/texts/a56184e2-96e9-453f-b3c0-d4074777bd51.txt @@ -0,0 +1 @@ +A small cat with western cowboy style clothing and it is play instrument in music festival. The cat should wear a cowboy hat. The clothing should have western style elements such as fringes, jeans, leather, beadings, embroidery, etc. \ No newline at end of file diff --git a/texts/a56ad000-7a80-4916-bbcf-57e64a0e6e7b.txt b/texts/a56ad000-7a80-4916-bbcf-57e64a0e6e7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1074f3d4a824e119eab5e850c118600b32c05e5 --- /dev/null +++ b/texts/a56ad000-7a80-4916-bbcf-57e64a0e6e7b.txt @@ -0,0 +1 @@ +Three teddy bears sat on a merry-go-round. The merry-go-round was moving and lightning was flashing in the sky \ No newline at end of file diff --git a/texts/a56bb7de-168a-4055-b88c-78da0a952c2e.txt b/texts/a56bb7de-168a-4055-b88c-78da0a952c2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f378242cf4f58b92b7eac4c284fed81010a9b69 --- /dev/null +++ b/texts/a56bb7de-168a-4055-b88c-78da0a952c2e.txt @@ -0,0 +1 @@ +A dark gray tiger striped American short cat kitten sitting in the snow under a starry sky covered with blue galaxies, happy and smiling with a wishing feeling, wearing a birthday hat, with a cake in front of it that is a burger and fries, and candles that are fries fireworks effect \ No newline at end of file diff --git a/texts/a579eb57-40d4-4ae1-bce5-8930ef6d09bf.txt b/texts/a579eb57-40d4-4ae1-bce5-8930ef6d09bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a8e59f04091a342323803c23bf65e30e55d2a74 --- /dev/null +++ b/texts/a579eb57-40d4-4ae1-bce5-8930ef6d09bf.txt @@ -0,0 +1 @@ +At night there was a sign on the wall of a street corner. The sign was yellow and said 'roll her tall'. \ No newline at end of file diff --git a/texts/a57b9861-1830-412f-bfc8-c8e4a4dd8ce9.txt b/texts/a57b9861-1830-412f-bfc8-c8e4a4dd8ce9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4df644b1350a04e3b22c92fa975f008201e671cd --- /dev/null +++ b/texts/a57b9861-1830-412f-bfc8-c8e4a4dd8ce9.txt @@ -0,0 +1 @@ +Lunar New Year Card with Floral and Lantern Elements \ No newline at end of file diff --git a/texts/a5807e31-5397-4473-bc4f-892766b958ca.txt b/texts/a5807e31-5397-4473-bc4f-892766b958ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..009bb446434d73565e77d91e89284a0eb188c42c --- /dev/null +++ b/texts/a5807e31-5397-4473-bc4f-892766b958ca.txt @@ -0,0 +1 @@ +The otter fell asleep on the sofa. \ No newline at end of file diff --git a/texts/a580be8d-250b-4355-aab1-d4010d359dbb.txt b/texts/a580be8d-250b-4355-aab1-d4010d359dbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..84930fb35abdf8b416e1a9663aea59510265093a --- /dev/null +++ b/texts/a580be8d-250b-4355-aab1-d4010d359dbb.txt @@ -0,0 +1 @@ +The stuffed animal is at work, sitting at his workstation with a glass of wine, while the back is a mess, with papers strewn everywhere \ No newline at end of file diff --git a/texts/a581aad9-23c4-448a-befa-21521ef9c437.txt b/texts/a581aad9-23c4-448a-befa-21521ef9c437.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9eae2a9887661d08c5697dbc7a0c33d804a2329 --- /dev/null +++ b/texts/a581aad9-23c4-448a-befa-21521ef9c437.txt @@ -0,0 +1 @@ +It was snowing, and a person wearing a brown woolen coat was watching the snowflakes fall on the snowy ground, with their front face visible \ No newline at end of file diff --git a/texts/a58a6ddc-7383-4e38-8303-d8001a51399f.txt b/texts/a58a6ddc-7383-4e38-8303-d8001a51399f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5001d44e283395c28ffee028b36e581cb7c4adf --- /dev/null +++ b/texts/a58a6ddc-7383-4e38-8303-d8001a51399f.txt @@ -0,0 +1 @@ +A cat walking on the black and white keys of piano, the door left ajar far \ No newline at end of file diff --git a/texts/a5abad34-d206-4f5f-8624-58ba03fcb6d4.txt b/texts/a5abad34-d206-4f5f-8624-58ba03fcb6d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2086edc7e2ca7641e2691631272a2659fb546171 --- /dev/null +++ b/texts/a5abad34-d206-4f5f-8624-58ba03fcb6d4.txt @@ -0,0 +1 @@ +A black cat with wings is chasing butterflies in the snowy night. \ No newline at end of file diff --git a/texts/a5af52fb-c1c6-4669-975c-5f61647115d6.txt b/texts/a5af52fb-c1c6-4669-975c-5f61647115d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..31e9c9118318e3571379c655650a073368fbb3d9 --- /dev/null +++ b/texts/a5af52fb-c1c6-4669-975c-5f61647115d6.txt @@ -0,0 +1 @@ +gold fish \ No newline at end of file diff --git a/texts/a5b2468f-5980-43e4-80c1-4362ae8d537c.txt b/texts/a5b2468f-5980-43e4-80c1-4362ae8d537c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3ad1279791647667377beb593e9a009bd44dc21 --- /dev/null +++ b/texts/a5b2468f-5980-43e4-80c1-4362ae8d537c.txt @@ -0,0 +1 @@ +An adorable cat with a burger and the background was sand and sea \ No newline at end of file diff --git a/texts/a5c2b888-ef47-4814-a6d5-8c5a6023bd3b.txt b/texts/a5c2b888-ef47-4814-a6d5-8c5a6023bd3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d09b3c08ef90ae832ca6d89903f2441dfbbd3a4 --- /dev/null +++ b/texts/a5c2b888-ef47-4814-a6d5-8c5a6023bd3b.txt @@ -0,0 +1 @@ +A fluffy white cat with a pair of pink wings on the back Seems to have come out of a dream The sky is the Milky Way and the aurora Lesser Snow is very dreamy The feeling of the dream core is very heavy blues \ No newline at end of file diff --git a/texts/a5cf4086-94e9-4b14-b3f8-7d812d2e01ce.txt b/texts/a5cf4086-94e9-4b14-b3f8-7d812d2e01ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..532db64a18e1f520b2f360d36f67b39ac322ebbe --- /dev/null +++ b/texts/a5cf4086-94e9-4b14-b3f8-7d812d2e01ce.txt @@ -0,0 +1 @@ +A indoor swimming pool full of white tiles, no human, dark , water, \ No newline at end of file diff --git a/texts/a5cfa001-8429-4dda-8715-c2a0e5bc31a3.txt b/texts/a5cfa001-8429-4dda-8715-c2a0e5bc31a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..20e33b442a5c94bbd4200a8326c49f04c626b920 --- /dev/null +++ b/texts/a5cfa001-8429-4dda-8715-c2a0e5bc31a3.txt @@ -0,0 +1 @@ +Rabbit Bride Paragliding \ No newline at end of file diff --git a/texts/a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0.txt b/texts/a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0.txt new file mode 100644 index 0000000000000000000000000000000000000000..748fcab236138148548a05f049bd0f65c25d1ae5 --- /dev/null +++ b/texts/a5d3dbf8-7f2f-4a0a-b1c2-536dfa2e7da0.txt @@ -0,0 +1 @@ +in the forest with the blue sky.little wolf with white wings is playing guitar in the snow.little wolf wearing a red scarf. dotted with yellow stars. White snow falls on the little wolf. There are notes floating. Evening. \ No newline at end of file diff --git a/texts/a5d6f8cc-1eb1-4525-815e-1292fe14780c.txt b/texts/a5d6f8cc-1eb1-4525-815e-1292fe14780c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4d55ad1cfdd034526eba8240cc630eef71b2862 --- /dev/null +++ b/texts/a5d6f8cc-1eb1-4525-815e-1292fe14780c.txt @@ -0,0 +1 @@ +Back half body of man wearing black t-shirt standing in front of sports car on street in New York \ No newline at end of file diff --git a/texts/a5dce94c-55d3-433c-b3b5-eee22c482d71.txt b/texts/a5dce94c-55d3-433c-b3b5-eee22c482d71.txt new file mode 100644 index 0000000000000000000000000000000000000000..97d69c087ffd778a8823b6b7acc272cc4a5261f5 --- /dev/null +++ b/texts/a5dce94c-55d3-433c-b3b5-eee22c482d71.txt @@ -0,0 +1 @@ +A pug sitting on a colorful hot air balloon \ No newline at end of file diff --git a/texts/a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588.txt b/texts/a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588.txt new file mode 100644 index 0000000000000000000000000000000000000000..7389dd7af19619082405842d2d4d58920ca0f198 --- /dev/null +++ b/texts/a5ee4c4f-8d17-403e-bdbb-c29b7f6b0588.txt @@ -0,0 +1 @@ +A cute snow-white Samoyed puppy with no yellow in it sits next to a small black cat in the snow, they look very happy \ No newline at end of file diff --git a/texts/a60134c9-580c-45eb-9618-7fa1f67e2563.txt b/texts/a60134c9-580c-45eb-9618-7fa1f67e2563.txt new file mode 100644 index 0000000000000000000000000000000000000000..b827a16be1336ecb9bc828d1e41a0793c0621807 --- /dev/null +++ b/texts/a60134c9-580c-45eb-9618-7fa1f67e2563.txt @@ -0,0 +1 @@ +Apples on snow background pink sunset, bubble Christmas tree fireworks snow day letters m a s o o m a k e \ No newline at end of file diff --git a/texts/a606c7f7-f73d-480b-a3f8-8b0ae98f5005.txt b/texts/a606c7f7-f73d-480b-a3f8-8b0ae98f5005.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f047e5b902a91c22df302332cc78db7866ceb00 --- /dev/null +++ b/texts/a606c7f7-f73d-480b-a3f8-8b0ae98f5005.txt @@ -0,0 +1 @@ +Snow mountains, snow, stars, roses. A white kitten in a hat, a white Bichon Frise with pink wings, YSHandZH written in the snow, and a love heart next to it \ No newline at end of file diff --git a/texts/a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0.txt b/texts/a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b377f581ae35086a7c3420024ef77f919cbc49d1 --- /dev/null +++ b/texts/a60c7e20-8da1-4f09-a7fd-aa68b7f58bf0.txt @@ -0,0 +1 @@ +A quiet train station at dusk, washed in hues of deep orange and soft lavender. The tracks glisten faintly with the remnants of a passing rain, reflecting the glow of dim, flickering lamps. A solitary bench sits beneath a weathered clock, its hands frozen as if unwilling to mark the next hour. Nearby, an old suitcase rests, its leather cracked and corners frayed, telling silent stories of distant travels. In the distance, the faint whistle of a departing train fades into the stillness, leaving behind only the rhythmic dripping of water from the station roof. The scene feels timeless, like a memory caught between arrival and departure. \ No newline at end of file diff --git a/texts/a60f850c-0486-4b63-931b-5fa8ca41bff5.txt b/texts/a60f850c-0486-4b63-931b-5fa8ca41bff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..95338868e9635d3aeeca79fed0a153b566ff5d40 --- /dev/null +++ b/texts/a60f850c-0486-4b63-931b-5fa8ca41bff5.txt @@ -0,0 +1 @@ +Boston Ivy logo \ No newline at end of file diff --git a/texts/a61332a8-527d-4053-8a68-04a2a182e52b.txt b/texts/a61332a8-527d-4053-8a68-04a2a182e52b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7230ed1b925bec897e4395084dd359ac984f732 --- /dev/null +++ b/texts/a61332a8-527d-4053-8a68-04a2a182e52b.txt @@ -0,0 +1 @@ +,On Christmas Day, An Abyssinian kitten wearing a wizard's robe is holding a wand and casting a spell. \ No newline at end of file diff --git a/texts/a61cee9e-2034-4443-981e-819c00b5fb52.txt b/texts/a61cee9e-2034-4443-981e-819c00b5fb52.txt new file mode 100644 index 0000000000000000000000000000000000000000..47d1251e60674cf8f89587a0766b69685c75f72c --- /dev/null +++ b/texts/a61cee9e-2034-4443-981e-819c00b5fb52.txt @@ -0,0 +1 @@ +There is a whale floating in the sky, and its tail is surrounded by stars and rainbows. \ No newline at end of file diff --git a/texts/a63bb738-62d7-4f7f-97d9-89e08b81ce2a.txt b/texts/a63bb738-62d7-4f7f-97d9-89e08b81ce2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0be211a40e82cdd0151b82499d45c63b2c5c7da --- /dev/null +++ b/texts/a63bb738-62d7-4f7f-97d9-89e08b81ce2a.txt @@ -0,0 +1 @@ +The yellow curly-haired dog is looking at the sea on the beach and drinking with a glass of red wine in his hand. \ No newline at end of file diff --git a/texts/a6451308-dcbc-41b6-b9d4-efe7e7db6d3b.txt b/texts/a6451308-dcbc-41b6-b9d4-efe7e7db6d3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..29fe4bbcbae03d8420ee84df79820a1681d64c41 --- /dev/null +++ b/texts/a6451308-dcbc-41b6-b9d4-efe7e7db6d3b.txt @@ -0,0 +1 @@ +A black cat is chasing a white cat in the snow. The sky is blue, A circular star orbit. \ No newline at end of file diff --git a/texts/a653f25d-c5b7-4b47-bf13-242ca8aea65c.txt b/texts/a653f25d-c5b7-4b47-bf13-242ca8aea65c.txt new file mode 100644 index 0000000000000000000000000000000000000000..53283b2dd45264e1da4ad26f50174429a5d6462e --- /dev/null +++ b/texts/a653f25d-c5b7-4b47-bf13-242ca8aea65c.txt @@ -0,0 +1 @@ +We needed a snowy scene with fireworks and a Christmas vibe. No people. \ No newline at end of file diff --git a/texts/a66221de-0361-4e0a-9af2-68264426586a.txt b/texts/a66221de-0361-4e0a-9af2-68264426586a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b172e40aeab37cd99798ddec2a65cd3079bfcadd --- /dev/null +++ b/texts/a66221de-0361-4e0a-9af2-68264426586a.txt @@ -0,0 +1 @@ +A kitten with a scarf is setting off fireworks in the snow. \ No newline at end of file diff --git a/texts/a6699ac8-e634-4609-8426-7e068f35bade.txt b/texts/a6699ac8-e634-4609-8426-7e068f35bade.txt new file mode 100644 index 0000000000000000000000000000000000000000..1533bf8f4443cebfb9d4abe4f6b6322a6d2f20ac --- /dev/null +++ b/texts/a6699ac8-e634-4609-8426-7e068f35bade.txt @@ -0,0 +1 @@ +Many high-rise buildings fell from the towering cliff, with orange sunshine in the sky, a car with clouds around floating in the air. \ No newline at end of file diff --git a/texts/a66f9d6f-1746-4cbe-868e-24172793787b.txt b/texts/a66f9d6f-1746-4cbe-868e-24172793787b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a955f2a3725e293f993d6222e8eb432068578f9 --- /dev/null +++ b/texts/a66f9d6f-1746-4cbe-868e-24172793787b.txt @@ -0,0 +1 @@ +Two dachshunds, three side herders and a Czech Wolf dog frolic in the snow beneath a snowy mountain \ No newline at end of file diff --git a/texts/a67a58d2-9875-452b-85d3-db0a31772491.txt b/texts/a67a58d2-9875-452b-85d3-db0a31772491.txt new file mode 100644 index 0000000000000000000000000000000000000000..161d282e8a2f252ea6b91ecfbef283fab4d8e47e --- /dev/null +++ b/texts/a67a58d2-9875-452b-85d3-db0a31772491.txt @@ -0,0 +1 @@ +A cute doll frog in the snowThere is a sign on the snow that reads' the8 ' \ No newline at end of file diff --git a/texts/a6802119-7fba-4d49-b227-53aeedc91344.txt b/texts/a6802119-7fba-4d49-b227-53aeedc91344.txt new file mode 100644 index 0000000000000000000000000000000000000000..c64bd5ec6e1acf8f4d6f1bc128e34ec330cd2cef --- /dev/null +++ b/texts/a6802119-7fba-4d49-b227-53aeedc91344.txt @@ -0,0 +1 @@ +Little Golden Retriever chasing butterflies and flowers in the snow \ No newline at end of file diff --git a/texts/a6850581-5d4d-406c-b937-8c631604ed34.txt b/texts/a6850581-5d4d-406c-b937-8c631604ed34.txt new file mode 100644 index 0000000000000000000000000000000000000000..289f4b840db468588d855e1b22f16f2484bd563c --- /dev/null +++ b/texts/a6850581-5d4d-406c-b937-8c631604ed34.txt @@ -0,0 +1 @@ +On the snowy beach, there is a teddy bear belonging to Mr. Bean. The teddy bear is wearing clothes with Liic printed on it \ No newline at end of file diff --git a/texts/a68c7f51-7f48-4cc1-b37f-295c25c908ad.txt b/texts/a68c7f51-7f48-4cc1-b37f-295c25c908ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d627f298bd1aea15d3e5336a8466e96f3b9e8e4 --- /dev/null +++ b/texts/a68c7f51-7f48-4cc1-b37f-295c25c908ad.txt @@ -0,0 +1 @@ +An elegant studio photograph with a deep red background and soft depth of field. In the foreground, there is a minimalist table with a cup of matcha. The lighting is warm, creating a refined and inviting atmosphere. No additional objects are present, keeping the focus solely on the matcha cup and its serene presentation \ No newline at end of file diff --git a/texts/a68d2216-20d6-4a80-84e8-81b7d0666493.txt b/texts/a68d2216-20d6-4a80-84e8-81b7d0666493.txt new file mode 100644 index 0000000000000000000000000000000000000000..76cad2ed45979bd70408c8fcf65ecbe1089158f2 --- /dev/null +++ b/texts/a68d2216-20d6-4a80-84e8-81b7d0666493.txt @@ -0,0 +1 @@ +There is a goldfish tank with two goldfish . Beside it, there is a bunch of pink balloons, and there are also the numbers 0203&0430. \ No newline at end of file diff --git a/texts/a68e069d-57ca-4e7d-964d-8943e00cfe60.txt b/texts/a68e069d-57ca-4e7d-964d-8943e00cfe60.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d2b947ad375b86b640a3e74408c8ec5de949975 --- /dev/null +++ b/texts/a68e069d-57ca-4e7d-964d-8943e00cfe60.txt @@ -0,0 +1 @@ +A tiny, recently weaned yellow Shiba Inu joyfully running in the snow, with the aurora in the background and a range of snowy mountains behind it. \ No newline at end of file diff --git a/texts/a6940d3d-e675-4c14-8983-0329b85b79c1.txt b/texts/a6940d3d-e675-4c14-8983-0329b85b79c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..362bc2a75ac1cd8d85795df68736024259750b23 --- /dev/null +++ b/texts/a6940d3d-e675-4c14-8983-0329b85b79c1.txt @@ -0,0 +1 @@ +On Christmas night, a Pomeranian dog is in the auditorium at Hogwarts, wearing a blue scarf, watching snowflakes slowly fall from the auditorium, with a fine and tall Christmas tree in the distance \ No newline at end of file diff --git a/texts/a6a997d9-40dd-43fc-8f39-232733ab976b.txt b/texts/a6a997d9-40dd-43fc-8f39-232733ab976b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c5afda050698fb60ad2384b6f5fb15016717419 --- /dev/null +++ b/texts/a6a997d9-40dd-43fc-8f39-232733ab976b.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on forehead wearing a pilot glasses, playing in the snow whith a young asian lady with swimming suite and swimming glasses \ No newline at end of file diff --git a/texts/a6af7be5-3eaa-41cc-ba2a-20c7698e4641.txt b/texts/a6af7be5-3eaa-41cc-ba2a-20c7698e4641.txt new file mode 100644 index 0000000000000000000000000000000000000000..10bf4dc02407d68d03c69683427bc3e26e1002a5 --- /dev/null +++ b/texts/a6af7be5-3eaa-41cc-ba2a-20c7698e4641.txt @@ -0,0 +1 @@ +a technician monitoring a high-tech coffee roaster with a digital control panel \ No newline at end of file diff --git a/texts/a6b323c8-ce90-4b2c-aa0b-a8f2697a0066.txt b/texts/a6b323c8-ce90-4b2c-aa0b-a8f2697a0066.txt new file mode 100644 index 0000000000000000000000000000000000000000..202aad408ccc02cbb6553dab01853e21288c99be --- /dev/null +++ b/texts/a6b323c8-ce90-4b2c-aa0b-a8f2697a0066.txt @@ -0,0 +1 @@ +Two people are running freely in the snowy snow \ No newline at end of file diff --git a/texts/a6c68c12-078d-44fd-95fd-4040cf919775.txt b/texts/a6c68c12-078d-44fd-95fd-4040cf919775.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f77bc6a53e902f636ccd15b53daba88eb86403a --- /dev/null +++ b/texts/a6c68c12-078d-44fd-95fd-4040cf919775.txt @@ -0,0 +1 @@ +A kitty looking at the mirror that put in the snow \ No newline at end of file diff --git a/texts/a6c69fa0-6f5f-4a23-bddb-761bafd3b97a.txt b/texts/a6c69fa0-6f5f-4a23-bddb-761bafd3b97a.txt new file mode 100644 index 0000000000000000000000000000000000000000..41330f4a10633647b210b7f5841fe9893afb75e8 --- /dev/null +++ b/texts/a6c69fa0-6f5f-4a23-bddb-761bafd3b97a.txt @@ -0,0 +1 @@ +Cats watching grand fireworks at sunset by the beach \ No newline at end of file diff --git a/texts/a6d8b2af-4c92-4e21-961c-005deb1eed67.txt b/texts/a6d8b2af-4c92-4e21-961c-005deb1eed67.txt new file mode 100644 index 0000000000000000000000000000000000000000..575d1d0df79dc93f0d3ee436d449af12546b55f4 --- /dev/null +++ b/texts/a6d8b2af-4c92-4e21-961c-005deb1eed67.txt @@ -0,0 +1 @@ +Asian women wearing a hoodie sitting on savannah with a border collie, take a picture from their back with a far distance so they look small \ No newline at end of file diff --git a/texts/a6ddd40b-1f79-492d-9e49-fe2919cd9d4b.txt b/texts/a6ddd40b-1f79-492d-9e49-fe2919cd9d4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ec72c2af892b262eefdf91bfb1e59f987cb500 --- /dev/null +++ b/texts/a6ddd40b-1f79-492d-9e49-fe2919cd9d4b.txt @@ -0,0 +1 @@ +Two Bern Mountain puppies are soaking in a hot spring in the snow, surrounded by several sparkling Christmas trees \ No newline at end of file diff --git a/texts/a6e15f1a-79ea-4aff-b669-ff70fad9e0df.txt b/texts/a6e15f1a-79ea-4aff-b669-ff70fad9e0df.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8c35f354338323aec2a31dc20302f075ee82078 --- /dev/null +++ b/texts/a6e15f1a-79ea-4aff-b669-ff70fad9e0df.txt @@ -0,0 +1 @@ +A butterfly in the snow at night \ No newline at end of file diff --git a/texts/a6e41a06-97e2-4b12-a531-7eddf28928d0.txt b/texts/a6e41a06-97e2-4b12-a531-7eddf28928d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f5458fb223cdf79132eaa65535f8662794cc56f --- /dev/null +++ b/texts/a6e41a06-97e2-4b12-a531-7eddf28928d0.txt @@ -0,0 +1 @@ +red maples, sea, galaxy, shooting star \ No newline at end of file diff --git a/texts/a6e57624-20e9-4431-a0c7-f6ce28d1d077.txt b/texts/a6e57624-20e9-4431-a0c7-f6ce28d1d077.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdd8bfeedc795ee8f7dda4baa2aad29b872ff124 --- /dev/null +++ b/texts/a6e57624-20e9-4431-a0c7-f6ce28d1d077.txt @@ -0,0 +1 @@ +The teenager is sitting on the sofa smoking. There is a floor lamp and green plants beside the sofa. There are pictures hanging on the wall \ No newline at end of file diff --git a/texts/a6e5aa04-4978-4e86-848a-a13854a57ad6.txt b/texts/a6e5aa04-4978-4e86-848a-a13854a57ad6.txt new file mode 100644 index 0000000000000000000000000000000000000000..20f4fe112627c3c67bd90b0f71b220205fa997b2 --- /dev/null +++ b/texts/a6e5aa04-4978-4e86-848a-a13854a57ad6.txt @@ -0,0 +1 @@ +firing Golden Pavilion \ No newline at end of file diff --git a/texts/a6ee4da7-4467-4c3f-869b-7f9ab32940c2.txt b/texts/a6ee4da7-4467-4c3f-869b-7f9ab32940c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..843babfeb58e30d96c6cb5dc8d702acd9a196239 --- /dev/null +++ b/texts/a6ee4da7-4467-4c3f-869b-7f9ab32940c2.txt @@ -0,0 +1 @@ +A lamb working at a computer. \ No newline at end of file diff --git a/texts/a6f68d97-1788-4b26-b67a-a5b30bb18138.txt b/texts/a6f68d97-1788-4b26-b67a-a5b30bb18138.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fca2a641338084a9b7b7895910fe41953d12e67 --- /dev/null +++ b/texts/a6f68d97-1788-4b26-b67a-a5b30bb18138.txt @@ -0,0 +1 @@ +hellokitty in the office, sit and look at laptop, wearing glasses, drinking coffee, and fire on the other side \ No newline at end of file diff --git a/texts/a7082472-7d3e-4340-b1e1-d702e2310aef.txt b/texts/a7082472-7d3e-4340-b1e1-d702e2310aef.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bb5443dac43f29aeebee63d7e6e8599457f6e16 --- /dev/null +++ b/texts/a7082472-7d3e-4340-b1e1-d702e2310aef.txt @@ -0,0 +1 @@ +The merry-go-round is flying in the sky, and people are setting off fireworks on the ground. \ No newline at end of file diff --git a/texts/a70a7b68-5892-47d7-a700-56fc1702d659.txt b/texts/a70a7b68-5892-47d7-a700-56fc1702d659.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d147f6269201fea9b6628f9613bbe3310b6c831 --- /dev/null +++ b/texts/a70a7b68-5892-47d7-a700-56fc1702d659.txt @@ -0,0 +1 @@ +A beautiful jellyfish was floating in the air. Next to the jellyfish is a telephone pole. There was a star on the pole. \ No newline at end of file diff --git a/texts/a70b694e-4727-4272-bc29-5ac5f0e3f540.txt b/texts/a70b694e-4727-4272-bc29-5ac5f0e3f540.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccb9b3aeae9d99927c401ddd048884827bbc16a8 --- /dev/null +++ b/texts/a70b694e-4727-4272-bc29-5ac5f0e3f540.txt @@ -0,0 +1 @@ +Pugs and Santa Claus \ No newline at end of file diff --git a/texts/a710a11d-ba8f-4cfb-b37e-c15c416bf8da.txt b/texts/a710a11d-ba8f-4cfb-b37e-c15c416bf8da.txt new file mode 100644 index 0000000000000000000000000000000000000000..007ff5628cdc6d8d54a05c140ec5285d826a9d91 --- /dev/null +++ b/texts/a710a11d-ba8f-4cfb-b37e-c15c416bf8da.txt @@ -0,0 +1 @@ +A large bonfire was blazing in the snow \ No newline at end of file diff --git a/texts/a717f1b8-06e8-4c0a-b450-e07f30f6321d.txt b/texts/a717f1b8-06e8-4c0a-b450-e07f30f6321d.txt new file mode 100644 index 0000000000000000000000000000000000000000..70922e3ef4125f2f9e94681c46b3921cd5748fe5 --- /dev/null +++ b/texts/a717f1b8-06e8-4c0a-b450-e07f30f6321d.txt @@ -0,0 +1 @@ +A small Hello Kitty doll size on the snow in a cherry themed clothing. \ No newline at end of file diff --git a/texts/a727eb51-2f0e-46d6-aff9-10fa4478de73.txt b/texts/a727eb51-2f0e-46d6-aff9-10fa4478de73.txt new file mode 100644 index 0000000000000000000000000000000000000000..0171e634dd83d9aebae06929e5f885138f3742c2 --- /dev/null +++ b/texts/a727eb51-2f0e-46d6-aff9-10fa4478de73.txt @@ -0,0 +1 @@ +A small Hello Kitty on a beach holding a cake with 1227written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/a7297e3c-5343-49a4-8514-4789115e04a8.txt b/texts/a7297e3c-5343-49a4-8514-4789115e04a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..179427b7962dcaa7fb603ff354a1551d621cd3c4 --- /dev/null +++ b/texts/a7297e3c-5343-49a4-8514-4789115e04a8.txt @@ -0,0 +1 @@ +An orange cat wearing a blue scarf and a Fuji camera stands in the snow, taking pictures of a cute panda wearing pink earmuffs \ No newline at end of file diff --git a/texts/a737cda8-3bef-49d6-ab7a-9a6408f063d5.txt b/texts/a737cda8-3bef-49d6-ab7a-9a6408f063d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b71562473c4a249908fa93de5b99bc853c3a1f70 --- /dev/null +++ b/texts/a737cda8-3bef-49d6-ab7a-9a6408f063d5.txt @@ -0,0 +1 @@ +Hellokitty on the beach with snow and sunset on the snow. And write a word "liang" on the snow. \ No newline at end of file diff --git a/texts/a746abe9-bb3a-47da-8bd4-441d6a2009a0.txt b/texts/a746abe9-bb3a-47da-8bd4-441d6a2009a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3056beb207e0ad24a64b116c6470d1bd0608c33 --- /dev/null +++ b/texts/a746abe9-bb3a-47da-8bd4-441d6a2009a0.txt @@ -0,0 +1 @@ +build city sky \ No newline at end of file diff --git a/texts/a74fe2e5-6c01-473e-972a-c9d4ffb213b7.txt b/texts/a74fe2e5-6c01-473e-972a-c9d4ffb213b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a2bb23cc0bd1dcc2785da1c4acbf5293f2bf09d --- /dev/null +++ b/texts/a74fe2e5-6c01-473e-972a-c9d4ffb213b7.txt @@ -0,0 +1 @@ +a little cat standing next to the Distorted Mickey Mouse in the seaside \ No newline at end of file diff --git a/texts/a75706e8-2412-437d-a701-c304d07163a1.txt b/texts/a75706e8-2412-437d-a701-c304d07163a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d28e6ff695efd246569b7075c771a11fa23197c1 --- /dev/null +++ b/texts/a75706e8-2412-437d-a701-c304d07163a1.txt @@ -0,0 +1 @@ +White tiles room, dark , indoor, nostalgic, flowers growing crazily \ No newline at end of file diff --git a/texts/a75beef2-cae3-4c94-880b-9dac9e4a6170.txt b/texts/a75beef2-cae3-4c94-880b-9dac9e4a6170.txt new file mode 100644 index 0000000000000000000000000000000000000000..145462bea3205e7be595b36c59f3e4c49ae1a1aa --- /dev/null +++ b/texts/a75beef2-cae3-4c94-880b-9dac9e4a6170.txt @@ -0,0 +1 @@ +The cow cat takes photos and plays in front of the snow. There are many butterflies and heavy snow beside it. Next to it is the sea. \ No newline at end of file diff --git a/texts/a75f0243-34aa-4cbb-bd0b-4dec5b0a4113.txt b/texts/a75f0243-34aa-4cbb-bd0b-4dec5b0a4113.txt new file mode 100644 index 0000000000000000000000000000000000000000..1939c21e1b0bb646c1f2052b052a216bd7070a3b --- /dev/null +++ b/texts/a75f0243-34aa-4cbb-bd0b-4dec5b0a4113.txt @@ -0,0 +1 @@ +white color shiba-inu, wear glass, \ No newline at end of file diff --git a/texts/a77c52a3-2740-4270-97e4-fa304d38c43f.txt b/texts/a77c52a3-2740-4270-97e4-fa304d38c43f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5ecfd79ab52cec37badfe562356caae251a0c34 --- /dev/null +++ b/texts/a77c52a3-2740-4270-97e4-fa304d38c43f.txt @@ -0,0 +1 @@ +a sparrowin stanging in front of the mirror and looked at herself like a princess. \ No newline at end of file diff --git a/texts/a77d460f-562f-4793-b819-2852587b4279.txt b/texts/a77d460f-562f-4793-b819-2852587b4279.txt new file mode 100644 index 0000000000000000000000000000000000000000..10d889df5419d0979d43902ce29cd8370a377e78 --- /dev/null +++ b/texts/a77d460f-562f-4793-b819-2852587b4279.txt @@ -0,0 +1 @@ +On the coast, blue waves wash against the shore, and there are small, golden Buddha statues that have been washed up from the shore. \ No newline at end of file diff --git a/texts/a7801eec-93ac-4a8f-8ecf-9482dd8376d8.txt b/texts/a7801eec-93ac-4a8f-8ecf-9482dd8376d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb4e91d929cd066a190d97aff22e48bd6630a498 --- /dev/null +++ b/texts/a7801eec-93ac-4a8f-8ecf-9482dd8376d8.txt @@ -0,0 +1 @@ +A black cat with green eyes lies on a sunny balcony. \ No newline at end of file diff --git a/texts/a7811069-3648-4f89-8c7c-7a14916c4a6a.txt b/texts/a7811069-3648-4f89-8c7c-7a14916c4a6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee8fa391fedcc3a93f3b8de062675ea098c36a24 --- /dev/null +++ b/texts/a7811069-3648-4f89-8c7c-7a14916c4a6a.txt @@ -0,0 +1 @@ +A stylish pair of beige-tone sustainable womens boots placed on a soft gradient beige backdrop, complemented by minimalistic lifestyle elements such as a cozy coffee mug, an open book, and a plant, showcasing eco-luxury and modern living." \ No newline at end of file diff --git a/texts/a78e5981-b4ba-4d74-8881-f89d8231f4cb.txt b/texts/a78e5981-b4ba-4d74-8881-f89d8231f4cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..43fe69dcb3dc5390fb03196bbe4f345a6c687c59 --- /dev/null +++ b/texts/a78e5981-b4ba-4d74-8881-f89d8231f4cb.txt @@ -0,0 +1 @@ +The dark-haired teenager in a gray hoodie and sweatpants is falling out of the sky, with snow and a burning car in the background \ No newline at end of file diff --git a/texts/a78edb27-ce64-4772-90aa-96d142593c00.txt b/texts/a78edb27-ce64-4772-90aa-96d142593c00.txt new file mode 100644 index 0000000000000000000000000000000000000000..4362f6e3443fb3772bebb7ffc3bec9b3a30bd074 --- /dev/null +++ b/texts/a78edb27-ce64-4772-90aa-96d142593c00.txt @@ -0,0 +1 @@ +In a forest filled with tall, straight pine trees, there is snow on the ground along with pinecones. There is a bonfire and a sound system, as well as a glowing carousel like the ones found in amusement parks. A large white rabbit and a small raccoon, both wearing Christmas-themed red hats, are dancing hand in hand. \ No newline at end of file diff --git a/texts/a79dc67d-f547-4630-ad60-4661ed13dbbb.txt b/texts/a79dc67d-f547-4630-ad60-4661ed13dbbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9449d6374dc6b4be6e12ca757bdbd321da2f8c2b --- /dev/null +++ b/texts/a79dc67d-f547-4630-ad60-4661ed13dbbb.txt @@ -0,0 +1 @@ +A child is taking a walk on the playground \ No newline at end of file diff --git a/texts/a7a49f1d-956e-45f0-a906-0b76c7a2d79a.txt b/texts/a7a49f1d-956e-45f0-a906-0b76c7a2d79a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f79a0f1e0c9caf6d23bbd1a87c7ec38b6f5077c2 --- /dev/null +++ b/texts/a7a49f1d-956e-45f0-a906-0b76c7a2d79a.txt @@ -0,0 +1 @@ +Lonely dog \ No newline at end of file diff --git a/texts/a7a76f69-9e67-4406-9325-26c6c458fefc.txt b/texts/a7a76f69-9e67-4406-9325-26c6c458fefc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b09129609083034057af0b0ed81a016174b2e2b --- /dev/null +++ b/texts/a7a76f69-9e67-4406-9325-26c6c458fefc.txt @@ -0,0 +1 @@ +In the distance there were beautiful fireworks in the blue sky of the forest, a Christmas tree and some gift boxin the snow \ No newline at end of file diff --git a/texts/a7af6f29-8342-492b-99d2-483e72ac94fb.txt b/texts/a7af6f29-8342-492b-99d2-483e72ac94fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc0ca6a9a644c69578db7e3aee82f11e7a719d78 --- /dev/null +++ b/texts/a7af6f29-8342-492b-99d2-483e72ac94fb.txt @@ -0,0 +1 @@ +On the snow in winter, the butterfly landed on the tip of the cat's nose. The cat looked at the butterfly \ No newline at end of file diff --git a/texts/a7ba86c8-1151-466b-b7d0-d5426a094c9b.txt b/texts/a7ba86c8-1151-466b-b7d0-d5426a094c9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ccf8227602be4a6530a6a5b9c47da944a1c15fa --- /dev/null +++ b/texts/a7ba86c8-1151-466b-b7d0-d5426a094c9b.txt @@ -0,0 +1 @@ +A golden retriever puppy is cooking steaks in the kitchen \ No newline at end of file diff --git a/texts/a7beb671-dc09-496e-bb9f-56e1c53df79f.txt b/texts/a7beb671-dc09-496e-bb9f-56e1c53df79f.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d8f5e822519696e035361bde4c67bd9bf7da66 --- /dev/null +++ b/texts/a7beb671-dc09-496e-bb9f-56e1c53df79f.txt @@ -0,0 +1 @@ +A cute blue kitchen sponge with clearly defined eyes, nose, and an expressive mouth that appears to be singing along to the music. It's wearing a pair of modern headphones and seems deeply immersed in the song. \ No newline at end of file diff --git a/texts/a7cab87c-cd77-40e7-9263-00c9e79dd7c3.txt b/texts/a7cab87c-cd77-40e7-9263-00c9e79dd7c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e08794c067f64ce1243d3e2f47a741c9b60a7c1 --- /dev/null +++ b/texts/a7cab87c-cd77-40e7-9263-00c9e79dd7c3.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white kitten in a Christmas hat, next to it is a Christmas tree, and "NYX" is written on the snow, with traces of cat's claws. Melancholy blue night scene, with the dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3.txt b/texts/a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..48ad64dba82820321c315e95897aea0c2d0ecd2d --- /dev/null +++ b/texts/a7d0f2cb-b7b0-4114-bf84-5818e03fe7a3.txt @@ -0,0 +1 @@ +One hand holds Merry chrismans tree, and then there has one sentence: i miss you, cecilia \ No newline at end of file diff --git a/texts/a7d4c685-f495-48b5-9c75-82b1a7d6dd31.txt b/texts/a7d4c685-f495-48b5-9c75-82b1a7d6dd31.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a40332b94faf649424b10ad40fe0e2d5a88bde0 --- /dev/null +++ b/texts/a7d4c685-f495-48b5-9c75-82b1a7d6dd31.txt @@ -0,0 +1 @@ +Hello Kitty Riding a shared bike on road \ No newline at end of file diff --git a/texts/a7d577a8-4e27-4c1a-9d9f-840d4ed79592.txt b/texts/a7d577a8-4e27-4c1a-9d9f-840d4ed79592.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f7b06f77a5e50430b1099bcab2ba1503b3775a2 --- /dev/null +++ b/texts/a7d577a8-4e27-4c1a-9d9f-840d4ed79592.txt @@ -0,0 +1 @@ +West Highland Terrier with butterfly wings, floating in the air, inside the living room \ No newline at end of file diff --git a/texts/a7e37318-701b-4532-bef2-ba5ad60e517d.txt b/texts/a7e37318-701b-4532-bef2-ba5ad60e517d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbe6c4ec15a10ebfb93ce5adfc11417a54b72e7f --- /dev/null +++ b/texts/a7e37318-701b-4532-bef2-ba5ad60e517d.txt @@ -0,0 +1 @@ +A long hair dachshund dog celebrating christmas with a red christmas outfit, some ribbons, a cream cake, centre composition \ No newline at end of file diff --git a/texts/a7f7549a-e93e-4e5a-9efd-b7c29af3c521.txt b/texts/a7f7549a-e93e-4e5a-9efd-b7c29af3c521.txt new file mode 100644 index 0000000000000000000000000000000000000000..54e43e281c2d15908f53ac9b454eaa91b5aaf7f2 --- /dev/null +++ b/texts/a7f7549a-e93e-4e5a-9efd-b7c29af3c521.txt @@ -0,0 +1 @@ +Disney Castle, Pegasus, Fireworks \ No newline at end of file diff --git a/texts/a7ff48ab-b88c-4a1b-857a-548b118110c8.txt b/texts/a7ff48ab-b88c-4a1b-857a-548b118110c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..0469cdbbe489d4aec2a4d22ad6e2b347e7cbe997 --- /dev/null +++ b/texts/a7ff48ab-b88c-4a1b-857a-548b118110c8.txt @@ -0,0 +1 @@ +Snowy ground, a big Hello Kitty doll, Crayon Shin-chan, handwritten words "Happy 19th Birthday, Xie Ximin", a birthday cake, an angel, warm and romantic, fireworks. \ No newline at end of file diff --git a/texts/a8053330-3021-4a19-ab56-a0c613d5dff2.txt b/texts/a8053330-3021-4a19-ab56-a0c613d5dff2.txt new file mode 100644 index 0000000000000000000000000000000000000000..373a24b76be5c2eab86072ca5d5bbe081cb69671 --- /dev/null +++ b/texts/a8053330-3021-4a19-ab56-a0c613d5dff2.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "LLL" engraved on the snow \ No newline at end of file diff --git a/texts/a81a158b-c00c-45f5-ac35-e9f4cf23ff93.txt b/texts/a81a158b-c00c-45f5-ac35-e9f4cf23ff93.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9b472dcfefca2663948f61399a4b7cb37e1a69f --- /dev/null +++ b/texts/a81a158b-c00c-45f5-ac35-e9f4cf23ff93.txt @@ -0,0 +1 @@ +Happy couple \ No newline at end of file diff --git a/texts/a8207b9f-b163-4d8f-8063-5b46509dd829.txt b/texts/a8207b9f-b163-4d8f-8063-5b46509dd829.txt new file mode 100644 index 0000000000000000000000000000000000000000..0492c3da534c6773044bf4f14cef62823c93a5d9 --- /dev/null +++ b/texts/a8207b9f-b163-4d8f-8063-5b46509dd829.txt @@ -0,0 +1 @@ +hello Kitty faces an exploding volcano scene with an gun in her hand. \ No newline at end of file diff --git a/texts/a821cca0-66c7-405b-a5c4-00a65578c534.txt b/texts/a821cca0-66c7-405b-a5c4-00a65578c534.txt new file mode 100644 index 0000000000000000000000000000000000000000..784d9c23e3c30825663b5858541c87cb6e5903e9 --- /dev/null +++ b/texts/a821cca0-66c7-405b-a5c4-00a65578c534.txt @@ -0,0 +1 @@ +snow,fox,huge Buddha statue,firework \ No newline at end of file diff --git a/texts/a8250d6f-84a7-43b8-9196-a10e3e59bf8a.txt b/texts/a8250d6f-84a7-43b8-9196-a10e3e59bf8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad3d571419b3703b64238f81bef9f5f1a8daa4b8 --- /dev/null +++ b/texts/a8250d6f-84a7-43b8-9196-a10e3e59bf8a.txt @@ -0,0 +1 @@ +An island of ripples on a deep blue ocean \ No newline at end of file diff --git a/texts/a82c0835-5d02-4f21-8263-d71713627d37.txt b/texts/a82c0835-5d02-4f21-8263-d71713627d37.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0ed00c5f05df0ddc5ad0db0eb8bc0f84b819297 --- /dev/null +++ b/texts/a82c0835-5d02-4f21-8263-d71713627d37.txt @@ -0,0 +1 @@ +Mount Fuji erupted, hello kitty drank red wine and held a cigarette in her hand \ No newline at end of file diff --git a/texts/a82de684-44d2-4a65-b4aa-32e16573eac2.txt b/texts/a82de684-44d2-4a65-b4aa-32e16573eac2.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d8d4325c882bf45993a8857dca0aac3fa61d7f --- /dev/null +++ b/texts/a82de684-44d2-4a65-b4aa-32e16573eac2.txt @@ -0,0 +1 @@ +A man in a blue suit with a samurai sword in his hand is running on the vast and flat grassland. The sky is dark blue, and the sunset is hanging into the horizon. \ No newline at end of file diff --git a/texts/a83306f4-9c27-4e6f-8249-a1eeb93a0c17.txt b/texts/a83306f4-9c27-4e6f-8249-a1eeb93a0c17.txt new file mode 100644 index 0000000000000000000000000000000000000000..5658600027ac17e0d91afd239a4db2b6eff69958 --- /dev/null +++ b/texts/a83306f4-9c27-4e6f-8249-a1eeb93a0c17.txt @@ -0,0 +1 @@ +There is a sea with "SEVENTEEN" in water ripple font, the sea is covered with diamonds, and the sky is snowing lightly \ No newline at end of file diff --git a/texts/a834300b-9a28-4685-a58e-3c6774d47d65.txt b/texts/a834300b-9a28-4685-a58e-3c6774d47d65.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad6f06d3398fd2c0104ff1524cebea74a548a865 --- /dev/null +++ b/texts/a834300b-9a28-4685-a58e-3c6774d47d65.txt @@ -0,0 +1 @@ +A thousand fountains in a small town \ No newline at end of file diff --git a/texts/a83581cd-4ca9-448f-b29d-286e354021fa.txt b/texts/a83581cd-4ca9-448f-b29d-286e354021fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fbca446907616eb0ce02c56434c5044ec82843a --- /dev/null +++ b/texts/a83581cd-4ca9-448f-b29d-286e354021fa.txt @@ -0,0 +1 @@ +snake \ No newline at end of file diff --git a/texts/a83942bd-1812-4220-9cea-312fe89e8cc7.txt b/texts/a83942bd-1812-4220-9cea-312fe89e8cc7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cbd435cfa06d285be846ae30a2e949cb2c69ea7 --- /dev/null +++ b/texts/a83942bd-1812-4220-9cea-312fe89e8cc7.txt @@ -0,0 +1 @@ +Hellokitty sit at home, showing a few bunch of US dollars, with cigarette \ No newline at end of file diff --git a/texts/a847a551-97e2-4ce3-ae0e-71dae1ec6a4e.txt b/texts/a847a551-97e2-4ce3-ae0e-71dae1ec6a4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..703228e61dde314ca2f96c68bd7ce3c23dd9c4e6 --- /dev/null +++ b/texts/a847a551-97e2-4ce3-ae0e-71dae1ec6a4e.txt @@ -0,0 +1 @@ +We had a birthday for the Golden Retriever, and the room was beautifully decorated, and the dog wore a birthday hat, and the cake said his name "bubble." \ No newline at end of file diff --git a/texts/a853c322-93cb-49af-8478-68559727118e.txt b/texts/a853c322-93cb-49af-8478-68559727118e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8486b6ebb848f29c32097243ee9f6d53b15b74c4 --- /dev/null +++ b/texts/a853c322-93cb-49af-8478-68559727118e.txt @@ -0,0 +1 @@ +A black and white cow-colored kitten in a wizard's hat and magic cloak plays a grand piano, the keys of which burst into blue-purple flames. \ No newline at end of file diff --git a/texts/a854ac89-d3d2-4394-a134-8e482766d6bd.txt b/texts/a854ac89-d3d2-4394-a134-8e482766d6bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..927b00844453ffa31b62a06ea3cd061fb443a2bc --- /dev/null +++ b/texts/a854ac89-d3d2-4394-a134-8e482766d6bd.txt @@ -0,0 +1 @@ +westhighland white terrior,eyes with black framed glasses,doing architecture design,computer,coffee,pencil,Bauhaus style furniture \ No newline at end of file diff --git a/texts/a87287eb-5687-46f5-8e66-4829508d404c.txt b/texts/a87287eb-5687-46f5-8e66-4829508d404c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a43428d29e62b2eb5b2470412f7de98ce073244 --- /dev/null +++ b/texts/a87287eb-5687-46f5-8e66-4829508d404c.txt @@ -0,0 +1 @@ +Four cats surround a monkey and a human \ No newline at end of file diff --git a/texts/a8828739-512a-4e4c-9bc3-d52899bc6a79.txt b/texts/a8828739-512a-4e4c-9bc3-d52899bc6a79.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebb3fd6c0f0895f03d416a3f8004eefe4e53a500 --- /dev/null +++ b/texts/a8828739-512a-4e4c-9bc3-d52899bc6a79.txt @@ -0,0 +1 @@ +Little golden retriever with wings, kitten, Mount Fuji, bluestarry sky \ No newline at end of file diff --git a/texts/a883e72a-6720-45b4-ba6a-a6130c64bc60.txt b/texts/a883e72a-6720-45b4-ba6a-a6130c64bc60.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4eebf0348548f27efa13708709a3fd935333ebd --- /dev/null +++ b/texts/a883e72a-6720-45b4-ba6a-a6130c64bc60.txt @@ -0,0 +1 @@ +Hello kitty watches fireworks at the beach by the sea \ No newline at end of file diff --git a/texts/a88b7ceb-805e-412e-b883-8288bda5c22e.txt b/texts/a88b7ceb-805e-412e-b883-8288bda5c22e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee10437e38e4c7da1207c422ec40d11f43db9ce --- /dev/null +++ b/texts/a88b7ceb-805e-412e-b883-8288bda5c22e.txt @@ -0,0 +1 @@ +West Highland Terriers, two of them, newlyweds dressed up, cheers, Fantasy Lights \ No newline at end of file diff --git a/texts/a895cc4a-be81-4d17-851e-42a3adf75b0f.txt b/texts/a895cc4a-be81-4d17-851e-42a3adf75b0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3423a7a66db2b1dcea486146b23b0a2b501c7981 --- /dev/null +++ b/texts/a895cc4a-be81-4d17-851e-42a3adf75b0f.txt @@ -0,0 +1 @@ +A long-haired golden crested cat and teddy dog spend Christmas together, with fireworks and snow \ No newline at end of file diff --git a/texts/a89e2273-fac3-4e09-93fb-8e26544f0a55.txt b/texts/a89e2273-fac3-4e09-93fb-8e26544f0a55.txt new file mode 100644 index 0000000000000000000000000000000000000000..c58ec067607461d1e301ae27dae454c03e122456 --- /dev/null +++ b/texts/a89e2273-fac3-4e09-93fb-8e26544f0a55.txt @@ -0,0 +1 @@ +A person with wings goes to the sky and flies a bit crazy \ No newline at end of file diff --git a/texts/a8a0cde5-1ccb-4842-a8ca-258e4811666d.txt b/texts/a8a0cde5-1ccb-4842-a8ca-258e4811666d.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bf1e47ee53f982a1d18a48fa3aa7b65a4d09749 --- /dev/null +++ b/texts/a8a0cde5-1ccb-4842-a8ca-258e4811666d.txt @@ -0,0 +1 @@ +An angel is hanging \ No newline at end of file diff --git a/texts/a8a11514-fa98-4733-9db2-eb0af4a342a8.txt b/texts/a8a11514-fa98-4733-9db2-eb0af4a342a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..43516970aa2a091535be558b91bb0b80326a3ffe --- /dev/null +++ b/texts/a8a11514-fa98-4733-9db2-eb0af4a342a8.txt @@ -0,0 +1 @@ +Draw a christmas invitation card with a real green christmas tree in the middle \ No newline at end of file diff --git a/texts/a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba.txt b/texts/a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba.txt new file mode 100644 index 0000000000000000000000000000000000000000..f85d1044161809148abddd03809f9d19005e028f --- /dev/null +++ b/texts/a8a41bcc-4d72-46db-ba9b-2ecf3ee3ceba.txt @@ -0,0 +1 @@ +a small cupcake paper container with chaos stuff in it, looking like a creepy goofy cupcake with icing top \ No newline at end of file diff --git a/texts/a8a61eaa-308f-4457-b884-03763ef13b62.txt b/texts/a8a61eaa-308f-4457-b884-03763ef13b62.txt new file mode 100644 index 0000000000000000000000000000000000000000..9494b2e98604a78fdc8e592ea3092b9f03206ccb --- /dev/null +++ b/texts/a8a61eaa-308f-4457-b884-03763ef13b62.txt @@ -0,0 +1 @@ +The name of riwoo and leehan was written in the snow under a night sky with many stars, next to a big Christmas tree and many gift boxes \ No newline at end of file diff --git a/texts/a8a6523e-29d2-43de-97f9-21cd5547a65f.txt b/texts/a8a6523e-29d2-43de-97f9-21cd5547a65f.txt new file mode 100644 index 0000000000000000000000000000000000000000..df4ce9e49ff1d5e76a4844bfc109d6d25026b710 --- /dev/null +++ b/texts/a8a6523e-29d2-43de-97f9-21cd5547a65f.txt @@ -0,0 +1 @@ +A flamingo at the seaside \ No newline at end of file diff --git a/texts/a8a73673-8f02-4d91-a064-aef4546928e5.txt b/texts/a8a73673-8f02-4d91-a064-aef4546928e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2b6edc93a448b95e769cef6acb96b18969f310e --- /dev/null +++ b/texts/a8a73673-8f02-4d91-a064-aef4546928e5.txt @@ -0,0 +1 @@ +The green teddy bear toy is in the snowy field, looking at the burning house in the distance on a dusk evening. \ No newline at end of file diff --git a/texts/a8a9a330-a348-4783-8508-4b515b7b3e4d.txt b/texts/a8a9a330-a348-4783-8508-4b515b7b3e4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc469a69821001d0a99d50eeef7278bd41352168 --- /dev/null +++ b/texts/a8a9a330-a348-4783-8508-4b515b7b3e4d.txt @@ -0,0 +1 @@ +tree house in snowing night \ No newline at end of file diff --git a/texts/a8a9b1eb-f148-49f4-841c-3c65a82a34d2.txt b/texts/a8a9b1eb-f148-49f4-841c-3c65a82a34d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..56155a62a89b251c3566c4e81edb3a3f6ea5d83b --- /dev/null +++ b/texts/a8a9b1eb-f148-49f4-841c-3c65a82a34d2.txt @@ -0,0 +1 @@ +On a snowy day, a gorgeous Christmas tree by the sea, a brown puppy, and fireworks in the sky. \ No newline at end of file diff --git a/texts/a8b75570-2303-4d5c-b5e7-f91cfdc25f91.txt b/texts/a8b75570-2303-4d5c-b5e7-f91cfdc25f91.txt new file mode 100644 index 0000000000000000000000000000000000000000..c87ef676bc0d856f44d8e8f6ba7ec1872d66954d --- /dev/null +++ b/texts/a8b75570-2303-4d5c-b5e7-f91cfdc25f91.txt @@ -0,0 +1 @@ +A hamster lil brother celebrating his birthday with many cars as gifts \ No newline at end of file diff --git a/texts/a8b9962c-d342-4989-a73e-d7181543a80b.txt b/texts/a8b9962c-d342-4989-a73e-d7181543a80b.txt new file mode 100644 index 0000000000000000000000000000000000000000..69d02f60bd8746460fe45cc27d6d0a9b19d90237 --- /dev/null +++ b/texts/a8b9962c-d342-4989-a73e-d7181543a80b.txt @@ -0,0 +1 @@ +a puppy fall asleep in a tent outside is grass and red bluesky \ No newline at end of file diff --git a/texts/a8ba3fb7-e248-4ba8-8f91-02cb0a81881d.txt b/texts/a8ba3fb7-e248-4ba8-8f91-02cb0a81881d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f7ade1d0ca2d7368766f755b28c3cfec2a85638 --- /dev/null +++ b/texts/a8ba3fb7-e248-4ba8-8f91-02cb0a81881d.txt @@ -0,0 +1 @@ +White radish wearing a red scarf travels in Universe Milky Way on a colorful hot air balloon \ No newline at end of file diff --git a/texts/a8be8853-cfbb-4969-a596-db64932c6d85.txt b/texts/a8be8853-cfbb-4969-a596-db64932c6d85.txt new file mode 100644 index 0000000000000000000000000000000000000000..03e2f8dd004bf6107dfc15a3f87166182ee66165 --- /dev/null +++ b/texts/a8be8853-cfbb-4969-a596-db64932c6d85.txt @@ -0,0 +1 @@ +A small Samoyed and a little golden hair sit next to him in the blue-green aurora snow, with a Christmas tree behind him and fireworks. \ No newline at end of file diff --git a/texts/a8c1c136-5de2-4bfe-bc03-25c19618b50f.txt b/texts/a8c1c136-5de2-4bfe-bc03-25c19618b50f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ee1bc2bc81e2f5e6a2bc86b199ee57ebb9873e0 --- /dev/null +++ b/texts/a8c1c136-5de2-4bfe-bc03-25c19618b50f.txt @@ -0,0 +1 @@ +Little Eggplant and Little Snowman are holding hands in front of the window. \ No newline at end of file diff --git a/texts/a8c425f5-fcbc-4834-a5f3-4cf7d935721e.txt b/texts/a8c425f5-fcbc-4834-a5f3-4cf7d935721e.txt new file mode 100644 index 0000000000000000000000000000000000000000..321469cee1265f064b16d6cffc172aa235423996 --- /dev/null +++ b/texts/a8c425f5-fcbc-4834-a5f3-4cf7d935721e.txt @@ -0,0 +1 @@ +seat formed by combining big triangles, squares and hexagons \ No newline at end of file diff --git a/texts/a8cb096b-d2ed-41c7-a3fa-4b3637071d9c.txt b/texts/a8cb096b-d2ed-41c7-a3fa-4b3637071d9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..94fab6c7be49f571dd68c3bd2ea67af7381d247e --- /dev/null +++ b/texts/a8cb096b-d2ed-41c7-a3fa-4b3637071d9c.txt @@ -0,0 +1 @@ +The cat and the rabbit celebrate their birthday on the snow-covered beach with fireworks, and the cake has the number 0112 written on it. \ No newline at end of file diff --git a/texts/a8cd2cbb-9331-4a61-9456-61e7f94f2284.txt b/texts/a8cd2cbb-9331-4a61-9456-61e7f94f2284.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3524aad8b3fe4d1b2b90c0ddfa3ed97c33800bb --- /dev/null +++ b/texts/a8cd2cbb-9331-4a61-9456-61e7f94f2284.txt @@ -0,0 +1 @@ +A golden/brown and white Cavoodle dog. And he is brushing his teeth \ No newline at end of file diff --git a/texts/a8d0eb41-dcf1-4b2b-8e33-a831596c774c.txt b/texts/a8d0eb41-dcf1-4b2b-8e33-a831596c774c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2897aa5104932254d63a004f17e0776b58c5ca59 --- /dev/null +++ b/texts/a8d0eb41-dcf1-4b2b-8e33-a831596c774c.txt @@ -0,0 +1 @@ +Snow HelloKitty outdoor blues Christmas tree is a little snowy. WAY is written in the snow. \ No newline at end of file diff --git a/texts/a8d9d991-8811-4343-b439-d29566861b1a.txt b/texts/a8d9d991-8811-4343-b439-d29566861b1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8f6d9f723c60ca23aa428d05fb262520a5f15a0 --- /dev/null +++ b/texts/a8d9d991-8811-4343-b439-d29566861b1a.txt @@ -0,0 +1 @@ +a hedgehog is walking on the snow, leaving a trail. it wears a cute christmas hat. at the back, there is a corner of a Christmas tree with snow and lights on it. \ No newline at end of file diff --git a/texts/a8e55828-3992-4a14-b733-b422cf1a2e76.txt b/texts/a8e55828-3992-4a14-b733-b422cf1a2e76.txt new file mode 100644 index 0000000000000000000000000000000000000000..96b8d278e934ac894179cd3cf9eca806c5f06fef --- /dev/null +++ b/texts/a8e55828-3992-4a14-b733-b422cf1a2e76.txt @@ -0,0 +1 @@ +cute dog with christmas tree decor apples \ No newline at end of file diff --git a/texts/a8e86b6a-31c3-4315-9fcf-502adae1fb3a.txt b/texts/a8e86b6a-31c3-4315-9fcf-502adae1fb3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fd25202ccf9e6606f0b8636dff5c6f55a9c329e --- /dev/null +++ b/texts/a8e86b6a-31c3-4315-9fcf-502adae1fb3a.txt @@ -0,0 +1 @@ +At night, in the snowy snow, there is a small oil painting of a red apple and a scattered oil painting brush. \ No newline at end of file diff --git a/texts/a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169.txt b/texts/a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd8dec70c689cb65b4b1f7d767104d4ba7f46e5d --- /dev/null +++ b/texts/a8ed34ad-2ff1-4c5f-b888-a0b4e6aff169.txt @@ -0,0 +1 @@ +A man, a vintage car, a snow-covered ground and a sunset glow. \ No newline at end of file diff --git a/texts/a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0.txt b/texts/a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e5839a7bdb9769cc4f6d3d1e3e70702d0e1df48 --- /dev/null +++ b/texts/a8f1b39e-70f3-4163-8cd5-b7e3f3c19db0.txt @@ -0,0 +1 @@ +With stars in her eyes and veils in her hair, with cyclamen and wild violets \ No newline at end of file diff --git a/texts/a906d7c0-e4f5-4171-8825-a4495ece8dde.txt b/texts/a906d7c0-e4f5-4171-8825-a4495ece8dde.txt new file mode 100644 index 0000000000000000000000000000000000000000..641d0ddea818314169640abc6de1657f0d2df8f7 --- /dev/null +++ b/texts/a906d7c0-e4f5-4171-8825-a4495ece8dde.txt @@ -0,0 +1 @@ +HelloKitty is at the beach with snow and fireworks and Qian is written on the snow-covered sand \ No newline at end of file diff --git a/texts/a9120e33-f96d-4f23-a31c-dddd5f38ab92.txt b/texts/a9120e33-f96d-4f23-a31c-dddd5f38ab92.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6fb4a46982270c9e8583b3572de6add333489be --- /dev/null +++ b/texts/a9120e33-f96d-4f23-a31c-dddd5f38ab92.txt @@ -0,0 +1 @@ +A baroque portrait painting, wearing sunglasses, bright yellow graffiti over it, tagging-like marks, pink graffiti text, dark academia, visible paintbrush. Minimalist, surreal, concept, inspired by Hi-Fructose Magazine art and Beautifully Bizarre Magazine art. \ No newline at end of file diff --git a/texts/a9143a32-4db0-4c98-9fd6-fe4584a23b94.txt b/texts/a9143a32-4db0-4c98-9fd6-fe4584a23b94.txt new file mode 100644 index 0000000000000000000000000000000000000000..878a71741b3565801b05f2e73b58b27785c946d4 --- /dev/null +++ b/texts/a9143a32-4db0-4c98-9fd6-fe4584a23b94.txt @@ -0,0 +1 @@ + christmas vibe, see-through glass christmas tree, light leak, \ No newline at end of file diff --git a/texts/a9146968-7d7d-4491-b96e-4c5b5dd981b6.txt b/texts/a9146968-7d7d-4491-b96e-4c5b5dd981b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f8c274c59d9680a259833d5c7d0a855b0e0f032 --- /dev/null +++ b/texts/a9146968-7d7d-4491-b96e-4c5b5dd981b6.txt @@ -0,0 +1 @@ +A rabbit with wild pink eyes wears a floral pink dress, while a beautiful Emerald eyed Persian cat blow bubbles besides \ No newline at end of file diff --git a/texts/a914ebff-e265-4fca-8fa1-678877702070.txt b/texts/a914ebff-e265-4fca-8fa1-678877702070.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f1cdc579388a58509e380faed469ae4a9b54207 --- /dev/null +++ b/texts/a914ebff-e265-4fca-8fa1-678877702070.txt @@ -0,0 +1 @@ +A black butterfly wearing a Christmas hat flies in the snow, with a pink sunset beside it \ No newline at end of file diff --git a/texts/a92d0485-4cd9-4901-b724-87b74369666c.txt b/texts/a92d0485-4cd9-4901-b724-87b74369666c.txt new file mode 100644 index 0000000000000000000000000000000000000000..53df1e9b99bd68eecea21cc7f304cc9583956e16 --- /dev/null +++ b/texts/a92d0485-4cd9-4901-b724-87b74369666c.txt @@ -0,0 +1 @@ +Behind it is a big banyan tree on the horizon, a child is hugging a West Highland Terrier and laughing, facing the camera, and the sky is pink. The banyan tree should be fully visible on the horizon. \ No newline at end of file diff --git a/texts/a9337076-2adf-447f-b94e-b0827be4954e.txt b/texts/a9337076-2adf-447f-b94e-b0827be4954e.txt new file mode 100644 index 0000000000000000000000000000000000000000..319fe3f730874fd9d121a84291e474037055327e --- /dev/null +++ b/texts/a9337076-2adf-447f-b94e-b0827be4954e.txt @@ -0,0 +1 @@ +aurora,iceberg,fireworks,an array of stars \ No newline at end of file diff --git a/texts/a9493e2c-adbe-4582-9f06-f17c29618e12.txt b/texts/a9493e2c-adbe-4582-9f06-f17c29618e12.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8f82cb3f37f3a3bba20ec376cb42f2fc62e5c3e --- /dev/null +++ b/texts/a9493e2c-adbe-4582-9f06-f17c29618e12.txt @@ -0,0 +1 @@ +Behold the adorable panda cub with one larger and one smaller black eye patch, playfully frolicking in a pristine white snowscape. Behind it stands a small Christmas tree, while the cub takes center stage in the image, engaging in a joyful snow play \ No newline at end of file diff --git a/texts/a94b2f58-d749-476e-bbab-936dc82e5f23.txt b/texts/a94b2f58-d749-476e-bbab-936dc82e5f23.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfed3a483c017b94e1da7961ccfd32fce37d7bff --- /dev/null +++ b/texts/a94b2f58-d749-476e-bbab-936dc82e5f23.txt @@ -0,0 +1 @@ +A dog that can drive. \ No newline at end of file diff --git a/texts/a95c21b3-1cbe-46b9-8bfc-62a72d672d27.txt b/texts/a95c21b3-1cbe-46b9-8bfc-62a72d672d27.txt new file mode 100644 index 0000000000000000000000000000000000000000..03aec423f17da0d1f5be8a63ff68489e9262ab90 --- /dev/null +++ b/texts/a95c21b3-1cbe-46b9-8bfc-62a72d672d27.txt @@ -0,0 +1 @@ +A whit dog, a whit rabbit, sea, champagne \ No newline at end of file diff --git a/texts/a95cf5cd-9b51-40b5-9032-f205f34a6173.txt b/texts/a95cf5cd-9b51-40b5-9032-f205f34a6173.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c58cbb44ce62f63f4ec538967b55fcd9c75d46d --- /dev/null +++ b/texts/a95cf5cd-9b51-40b5-9032-f205f34a6173.txt @@ -0,0 +1 @@ +Hello Kitty with a collar flower at the entrance of the International Chemistry School \ No newline at end of file diff --git a/texts/a960086c-bdc8-4cde-a92c-605e837bc288.txt b/texts/a960086c-bdc8-4cde-a92c-605e837bc288.txt new file mode 100644 index 0000000000000000000000000000000000000000..956283187e83392e2ee688f3dca711b84f6a41e0 --- /dev/null +++ b/texts/a960086c-bdc8-4cde-a92c-605e837bc288.txt @@ -0,0 +1 @@ +Cute kitten with small wings \ No newline at end of file diff --git a/texts/a96782ae-a8a4-4377-9b53-807be9717333.txt b/texts/a96782ae-a8a4-4377-9b53-807be9717333.txt new file mode 100644 index 0000000000000000000000000000000000000000..c607ecad7941bb27e87112ebca87cc6c706deec5 --- /dev/null +++ b/texts/a96782ae-a8a4-4377-9b53-807be9717333.txt @@ -0,0 +1 @@ +A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a toilet, a sink, a showerhead, and cleanroom ventilation nozzles. Every edge and corner of the room is rounded, giving a seamless and hygienic appearance. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall, showcasing the integrated functional elements with a futuristic aesthetic. \ No newline at end of file diff --git a/texts/a9685307-cbd3-4a36-afe0-e187ac829cd7.txt b/texts/a9685307-cbd3-4a36-afe0-e187ac829cd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..da9bfbb240b3919bc3f130c1e243f5914f286cc5 --- /dev/null +++ b/texts/a9685307-cbd3-4a36-afe0-e187ac829cd7.txt @@ -0,0 +1 @@ +a cat is writing with chalks on the blackboard \ No newline at end of file diff --git a/texts/a96e468a-df76-4e51-a05b-581c6162c421.txt b/texts/a96e468a-df76-4e51-a05b-581c6162c421.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebbe35950dba0e135de7b9056ac08992b443e562 --- /dev/null +++ b/texts/a96e468a-df76-4e51-a05b-581c6162c421.txt @@ -0,0 +1 @@ +a ragdoll cat meets a unicorn in the snow \ No newline at end of file diff --git a/texts/a97397b2-526a-4fda-8a02-a17bc10b55b7.txt b/texts/a97397b2-526a-4fda-8a02-a17bc10b55b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..897cb5d6974d3a1ee574bfc5fbf6f5a360325464 --- /dev/null +++ b/texts/a97397b2-526a-4fda-8a02-a17bc10b55b7.txt @@ -0,0 +1 @@ +word lry Fireworks Sunset Christmas tree \ No newline at end of file diff --git a/texts/a973f746-524c-46a7-923e-1b7bbfa5d564.txt b/texts/a973f746-524c-46a7-923e-1b7bbfa5d564.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fcc34070259a35a86c3137ca0cccd70e6403a45 --- /dev/null +++ b/texts/a973f746-524c-46a7-923e-1b7bbfa5d564.txt @@ -0,0 +1 @@ +There is a white dog standing on the snow at night and there is an aurora in the sky \ No newline at end of file diff --git a/texts/a97bf2eb-8e49-40a4-8d62-b9d9f791d731.txt b/texts/a97bf2eb-8e49-40a4-8d62-b9d9f791d731.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4247cfc3d0ec727594f7bbad9d440f793740749 --- /dev/null +++ b/texts/a97bf2eb-8e49-40a4-8d62-b9d9f791d731.txt @@ -0,0 +1 @@ +A Yorkshire terrier is looking at the stars in the snow, wearing a Christmas hat and wants to fly to the universe \ No newline at end of file diff --git a/texts/a9851b8b-c57d-4098-bd90-689dca249ce5.txt b/texts/a9851b8b-c57d-4098-bd90-689dca249ce5.txt new file mode 100644 index 0000000000000000000000000000000000000000..056a20e41cb279eb9470ab4762870a0aa436703f --- /dev/null +++ b/texts/a9851b8b-c57d-4098-bd90-689dca249ce5.txt @@ -0,0 +1 @@ +A vibrant street scene featuring kids skateboarding with colorful graffiti on the walls, reminiscent of the early 2000s. \ No newline at end of file diff --git a/texts/a985f21d-bf32-4f53-8408-dd71bb5906ea.txt b/texts/a985f21d-bf32-4f53-8408-dd71bb5906ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d3e2f3298e965596443b958884b958ef47628f1 --- /dev/null +++ b/texts/a985f21d-bf32-4f53-8408-dd71bb5906ea.txt @@ -0,0 +1 @@ +Grandpa Niu is at the seaside \ No newline at end of file diff --git a/texts/a990488b-7341-471b-9238-dd007d906f57.txt b/texts/a990488b-7341-471b-9238-dd007d906f57.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a345d01c90c9895d484a0f8193d933fcea459e3 --- /dev/null +++ b/texts/a990488b-7341-471b-9238-dd007d906f57.txt @@ -0,0 +1 @@ +A pink-blue sky, light snow, a cozy wooden house, a cat wearing a knitted neck and playing with a cat-teasing stick \ No newline at end of file diff --git a/texts/a9971df4-00c4-46ed-b69e-dca2d10a4de0.txt b/texts/a9971df4-00c4-46ed-b69e-dca2d10a4de0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e431cb4759a6678621626e9dbc1b2c878c1f52f8 --- /dev/null +++ b/texts/a9971df4-00c4-46ed-b69e-dca2d10a4de0.txt @@ -0,0 +1 @@ +I have got feathers in my hair, draw in my jazz collection rare. \ No newline at end of file diff --git a/texts/a9a7761d-6059-4888-b5e2-557c54fcb08e.txt b/texts/a9a7761d-6059-4888-b5e2-557c54fcb08e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b199aec62dc0e09aabbc084f727bd287adde5817 --- /dev/null +++ b/texts/a9a7761d-6059-4888-b5e2-557c54fcb08e.txt @@ -0,0 +1 @@ +There is a cute Hello Kitty wearing purple clothes on the snow. In the bottom right of the picture, there are three letters ZYX on the white snow on the left \ No newline at end of file diff --git a/texts/a9ae83f2-6281-48a1-935c-3a974c032c5e.txt b/texts/a9ae83f2-6281-48a1-935c-3a974c032c5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..238315c5004b0053d5a5d808ca4e12d42e0b8dbf --- /dev/null +++ b/texts/a9ae83f2-6281-48a1-935c-3a974c032c5e.txt @@ -0,0 +1 @@ +The puppy and the Chinese owner are on the sunny white beach. The puppy's name is chole written on the beach. Bright beach.The owner wears a blue t-shirt and a trousers. \ No newline at end of file diff --git a/texts/a9cac9d8-69de-499f-b980-74fdc0cb4d94.txt b/texts/a9cac9d8-69de-499f-b980-74fdc0cb4d94.txt new file mode 100644 index 0000000000000000000000000000000000000000..022a5590472994e410986fa7947768fb669f1b70 --- /dev/null +++ b/texts/a9cac9d8-69de-499f-b980-74fdc0cb4d94.txt @@ -0,0 +1 @@ +A pug dog with yellow wings playing in the snow with a snowman beside it and roses on the ground and auroras and stars in the sky \ No newline at end of file diff --git a/texts/a9cd1ba0-8385-4638-82ff-33c73cda389e.txt b/texts/a9cd1ba0-8385-4638-82ff-33c73cda389e.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e60f582f30cbada0de1569d799a8241f9f79c8 --- /dev/null +++ b/texts/a9cd1ba0-8385-4638-82ff-33c73cda389e.txt @@ -0,0 +1 @@ +Mini brown poodle wit very round head. Working in front of laptop with christmas hats and coffee. \ No newline at end of file diff --git a/texts/a9cd6789-6261-4675-a7bc-636dd4c7b582.txt b/texts/a9cd6789-6261-4675-a7bc-636dd4c7b582.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6d40a9564432bac737a5485d2e4ac9ac16375c9 --- /dev/null +++ b/texts/a9cd6789-6261-4675-a7bc-636dd4c7b582.txt @@ -0,0 +1 @@ +All lights out for me. Lightning strikes the beach \ No newline at end of file diff --git a/texts/a9d19902-87fa-4fec-bb7c-d65b3de3162f.txt b/texts/a9d19902-87fa-4fec-bb7c-d65b3de3162f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee28bd407e0e8d72d055d03ce1c818f2b9376ec --- /dev/null +++ b/texts/a9d19902-87fa-4fec-bb7c-d65b3de3162f.txt @@ -0,0 +1 @@ +Glacier spaceship blue tone \ No newline at end of file diff --git a/texts/a9e1d835-4fcd-44ea-9bd7-0b8457e36e33.txt b/texts/a9e1d835-4fcd-44ea-9bd7-0b8457e36e33.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b72779c8168b1093a152792f5549ab99e713799 --- /dev/null +++ b/texts/a9e1d835-4fcd-44ea-9bd7-0b8457e36e33.txt @@ -0,0 +1 @@ +A puppy making bread by the seaside \ No newline at end of file diff --git a/texts/a9e43aec-4619-4804-b218-0ee6d151cae5.txt b/texts/a9e43aec-4619-4804-b218-0ee6d151cae5.txt new file mode 100644 index 0000000000000000000000000000000000000000..6efcc11fcac7d8498c983129f97e63ef96cd3ba3 --- /dev/null +++ b/texts/a9e43aec-4619-4804-b218-0ee6d151cae5.txt @@ -0,0 +1 @@ +In the foreground of the snowy ground, two HelloKitty dolls are positioned slightly to the left of the middle, cuddling up to each other while wearing wedding dresses. The HelloKitty doll on the left is dressed in a groom's suit with a black suit and a white shirt, while the HelloKitty doll on the right is wearing a pure white bridal gown. In the distance, there are blooming fireworks. In the middle ground is the sea and the vast expanse of snow, and there are marks of "YTB&XXQ" on the snow. The whole scene presents a warm and cozy atmosphere, with warm yellow light shining down. \ No newline at end of file diff --git a/texts/a9e56fb1-29d6-48a5-9424-97addb88b643.txt b/texts/a9e56fb1-29d6-48a5-9424-97addb88b643.txt new file mode 100644 index 0000000000000000000000000000000000000000..89e146edae4a8a86f6c029389db84c8876df6546 --- /dev/null +++ b/texts/a9e56fb1-29d6-48a5-9424-97addb88b643.txt @@ -0,0 +1 @@ +The cats are in the bubble tea cup \ No newline at end of file diff --git a/texts/a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843.txt b/texts/a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd2417714518749442c6302ee5defdddba1abf5 --- /dev/null +++ b/texts/a9e9aa5a-94f1-4e58-a0fc-a6ada6bca843.txt @@ -0,0 +1 @@ + Velvet, ballet, pearl, bathtub, raspberry, indoor \ No newline at end of file diff --git a/texts/a9eec8c1-d1dd-49e2-90cb-13177e90efb3.txt b/texts/a9eec8c1-d1dd-49e2-90cb-13177e90efb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..342a7bee43b37ca5bd56f296e200f45624a45758 --- /dev/null +++ b/texts/a9eec8c1-d1dd-49e2-90cb-13177e90efb3.txt @@ -0,0 +1 @@ +hello kitty is next to the Christmas tree with TENNIE on the snow \ No newline at end of file diff --git a/texts/a9f222bb-6b53-475b-99c3-c036d553c15f.txt b/texts/a9f222bb-6b53-475b-99c3-c036d553c15f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d001c3258d4f9bf28e0a28dc493c784070b3baa3 --- /dev/null +++ b/texts/a9f222bb-6b53-475b-99c3-c036d553c15f.txt @@ -0,0 +1 @@ +A diamond skeleton sleeps in a pink gothic coffin, surrounded by black rivet roses. The strong light shines on the coffin, reflecting a dazzling glare. \ No newline at end of file diff --git a/texts/a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b.txt b/texts/a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aae0c7c476b60a87a50477d626a3530e98bdff9 --- /dev/null +++ b/texts/a9f2d62b-d59f-4a0e-9f9a-2c3cef3a4a6b.txt @@ -0,0 +1 @@ +two cats are eating hamburger and there is a line of words on the plate "22, I need u." \ No newline at end of file diff --git a/texts/a9fecc79-98a3-4167-9a6e-aa089fe1b578.txt b/texts/a9fecc79-98a3-4167-9a6e-aa089fe1b578.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c01afef0507079f9f0c1f44d2e848cc17f43f62 --- /dev/null +++ b/texts/a9fecc79-98a3-4167-9a6e-aa089fe1b578.txt @@ -0,0 +1 @@ +a corgi puppy snowboarding, snowing \ No newline at end of file diff --git a/texts/aa059ec8-f256-419e-8778-bdefe67d1ef7.txt b/texts/aa059ec8-f256-419e-8778-bdefe67d1ef7.txt new file mode 100644 index 0000000000000000000000000000000000000000..97b521156adc981ea0144a997274e89de964b063 --- /dev/null +++ b/texts/aa059ec8-f256-419e-8778-bdefe67d1ef7.txt @@ -0,0 +1 @@ +Christmas tree in the snow \ No newline at end of file diff --git a/texts/aa0628c7-b841-4f7c-91c5-ccf1428c2c90.txt b/texts/aa0628c7-b841-4f7c-91c5-ccf1428c2c90.txt new file mode 100644 index 0000000000000000000000000000000000000000..0499705dc19565dc9d93f11189a780a152b385c6 --- /dev/null +++ b/texts/aa0628c7-b841-4f7c-91c5-ccf1428c2c90.txt @@ -0,0 +1 @@ +A silver kitten and a golden retriever cub play in the snow, next to a Christmas tree, an aurora in the distance, a melancholy pink night scene, with a dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/aa0aeb1b-a0ae-4d5d-b989-f0701c61c964.txt b/texts/aa0aeb1b-a0ae-4d5d-b989-f0701c61c964.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7eec3eb0cdb0f9f7defbb92cb6485564efb814 --- /dev/null +++ b/texts/aa0aeb1b-a0ae-4d5d-b989-f0701c61c964.txt @@ -0,0 +1 @@ +a programmer is eating his lunch \ No newline at end of file diff --git a/texts/aa18ad0f-dd53-4834-aa52-5dc50b26a175.txt b/texts/aa18ad0f-dd53-4834-aa52-5dc50b26a175.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e2300797bd8e345a13f84ed39b15fa5f90e91b8 --- /dev/null +++ b/texts/aa18ad0f-dd53-4834-aa52-5dc50b26a175.txt @@ -0,0 +1 @@ +a dear wearing a light soft brown cotton clothes with star pattern, standing in the snow \ No newline at end of file diff --git a/texts/aa3416fc-7d09-4b00-9cd8-5ab0c5fec352.txt b/texts/aa3416fc-7d09-4b00-9cd8-5ab0c5fec352.txt new file mode 100644 index 0000000000000000000000000000000000000000..b14b5679ab257d42b4520ea1c6c3dbdd5b381f01 --- /dev/null +++ b/texts/aa3416fc-7d09-4b00-9cd8-5ab0c5fec352.txt @@ -0,0 +1 @@ +Cat's Christmas Party \ No newline at end of file diff --git a/texts/aa3a3619-1e82-4a26-9d7a-d3f19dab0424.txt b/texts/aa3a3619-1e82-4a26-9d7a-d3f19dab0424.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ebdb3066d451322de2a01c803d06139827655fb --- /dev/null +++ b/texts/aa3a3619-1e82-4a26-9d7a-d3f19dab0424.txt @@ -0,0 +1 @@ +A cute white dog playing in the snow \ No newline at end of file diff --git a/texts/aa4236c7-cbea-4a5a-86a4-55f82eb7edde.txt b/texts/aa4236c7-cbea-4a5a-86a4-55f82eb7edde.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bb6e7259bf3b276eac37323f039a85146535e4b --- /dev/null +++ b/texts/aa4236c7-cbea-4a5a-86a4-55f82eb7edde.txt @@ -0,0 +1 @@ +A Rolls-Royce is parked in front of a church in Iceland. \ No newline at end of file diff --git a/texts/aa485165-b4ef-4881-80d7-8aab2cf0e244.txt b/texts/aa485165-b4ef-4881-80d7-8aab2cf0e244.txt new file mode 100644 index 0000000000000000000000000000000000000000..91f8baed17c253516b396cc0e8ba8145f118ea6a --- /dev/null +++ b/texts/aa485165-b4ef-4881-80d7-8aab2cf0e244.txt @@ -0,0 +1 @@ +glass bottle in tree shape, in white colour \ No newline at end of file diff --git a/texts/aa54c49e-e85e-4324-87f4-59fe91e1c88d.txt b/texts/aa54c49e-e85e-4324-87f4-59fe91e1c88d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcea47c0d953c265fdf3cfc06dca0a29faec28cc --- /dev/null +++ b/texts/aa54c49e-e85e-4324-87f4-59fe91e1c88d.txt @@ -0,0 +1 @@ +A gray-black cat, a tricolored cat with a Santa hat for Christmas in the snow with a glowing Christmas tree next to it \ No newline at end of file diff --git a/texts/aa54d9a1-698c-4711-a60c-8e2a4a332771.txt b/texts/aa54d9a1-698c-4711-a60c-8e2a4a332771.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6ea55305d5a291f75a3816f3d8918b21bcbff71 --- /dev/null +++ b/texts/aa54d9a1-698c-4711-a60c-8e2a4a332771.txt @@ -0,0 +1 @@ +First-person perspective: A car driving through a vast, endless deep blue ocean. The ocean is filled with towering, massive waves. The sky is a dark, stormy blue, and directly ahead of the car is a gigantic, deep blue vortex resembling a cyclone eye. The car is driving on water, its tires leaving ripples as it moves. The atmosphere is eerie and unsettling, with a sense of danger as the weather feels increasingly ominous. The air is thick with tension, and the scene feels surreal, chaotic, and unpredictable. The horizon seems distant, and the feeling of uncertainty is palpable. \ No newline at end of file diff --git a/texts/aa58058a-42f1-4de2-9b86-10eeef2d5711.txt b/texts/aa58058a-42f1-4de2-9b86-10eeef2d5711.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad6f290e522cde4d060a072c0a47f77758780301 --- /dev/null +++ b/texts/aa58058a-42f1-4de2-9b86-10eeef2d5711.txt @@ -0,0 +1 @@ +At a beach, the sky is pink. Somebody wrote "Kianna" in the sand but there is no human in the frame. There are cats with pink wings on the beach. There are pink and white ballons and candles on the beach. There is beautiful fireworks in the sky. There are creamy cakes and pink on the beach as well. \ No newline at end of file diff --git a/texts/aa59fc92-987b-417f-9a41-8d6308989676.txt b/texts/aa59fc92-987b-417f-9a41-8d6308989676.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e2359fa98a1358d855bfbe6bc60e11e1ea14003 --- /dev/null +++ b/texts/aa59fc92-987b-417f-9a41-8d6308989676.txt @@ -0,0 +1 @@ +Two brown dachshund dogs, one in a yellow sweater and one in a white sweater, making gingerbread man cookies together \ No newline at end of file diff --git a/texts/aa70167b-e396-4cec-b2cb-fa08f28cf367.txt b/texts/aa70167b-e396-4cec-b2cb-fa08f28cf367.txt new file mode 100644 index 0000000000000000000000000000000000000000..7108e834b47ce852c607fa358d4a19e0f5c8f908 --- /dev/null +++ b/texts/aa70167b-e396-4cec-b2cb-fa08f28cf367.txt @@ -0,0 +1 @@ +cute, angel cat with big eyes and hold a magic stick, in the snow outside, some butterflies flying around \ No newline at end of file diff --git a/texts/aa72507f-8a48-4bbf-8560-565dab5e5aae.txt b/texts/aa72507f-8a48-4bbf-8560-565dab5e5aae.txt new file mode 100644 index 0000000000000000000000000000000000000000..76d6624cd3d408d48bdbafd781f094834b853db5 --- /dev/null +++ b/texts/aa72507f-8a48-4bbf-8560-565dab5e5aae.txt @@ -0,0 +1 @@ +a cute studying rabbit fall asleep into ice-cream sea with a cute hat and friend rabbits \ No newline at end of file diff --git a/texts/aa757a04-6c54-4a8b-87d4-eadd8d322825.txt b/texts/aa757a04-6c54-4a8b-87d4-eadd8d322825.txt new file mode 100644 index 0000000000000000000000000000000000000000..5136662163064ee8f41ab251212a4bd9c65434fc --- /dev/null +++ b/texts/aa757a04-6c54-4a8b-87d4-eadd8d322825.txt @@ -0,0 +1 @@ +Hello Kitty holding a green apple in the snow with R written on her clothes \ No newline at end of file diff --git a/texts/aa86e862-a4a1-48b2-9a57-3928276f0604.txt b/texts/aa86e862-a4a1-48b2-9a57-3928276f0604.txt new file mode 100644 index 0000000000000000000000000000000000000000..295576b4d677eb4a11b53bf798ce832d24d3a9ef --- /dev/null +++ b/texts/aa86e862-a4a1-48b2-9a57-3928276f0604.txt @@ -0,0 +1 @@ +Little rabbit makes a wish under the Christmas tree \ No newline at end of file diff --git a/texts/aa8c9718-99ad-48f2-acbf-1e7a69d16125.txt b/texts/aa8c9718-99ad-48f2-acbf-1e7a69d16125.txt new file mode 100644 index 0000000000000000000000000000000000000000..dee58518f4d30f0399d8a21a12bbb57865195ff7 --- /dev/null +++ b/texts/aa8c9718-99ad-48f2-acbf-1e7a69d16125.txt @@ -0,0 +1 @@ +fluffy owl with christ hat chasing phd christmas tree behind \ No newline at end of file diff --git a/texts/aa926e7c-1a99-41fa-a49d-ee9cd862343a.txt b/texts/aa926e7c-1a99-41fa-a49d-ee9cd862343a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f076a627f4db8df186e30637037a202835a3ea85 --- /dev/null +++ b/texts/aa926e7c-1a99-41fa-a49d-ee9cd862343a.txt @@ -0,0 +1 @@ +As the sun sets, a 60 years old chinese man sitting in front of my own small villa, listening to the songs and looking at the sunset and the vast grassland. \ No newline at end of file diff --git a/texts/aaa0fa99-8495-4c34-8121-6b118bd34321.txt b/texts/aaa0fa99-8495-4c34-8121-6b118bd34321.txt new file mode 100644 index 0000000000000000000000000000000000000000..9234c2a8218c2d0161f0e8b5baa805c12b87aa59 --- /dev/null +++ b/texts/aaa0fa99-8495-4c34-8121-6b118bd34321.txt @@ -0,0 +1 @@ +snow-white clean young cat wearing a red santa hat \ No newline at end of file diff --git a/texts/aaa863de-61d4-443c-ab31-c8a052ef45d5.txt b/texts/aaa863de-61d4-443c-ab31-c8a052ef45d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb88e483ab2dc4ba0253817e92c9713f1cd4cd76 --- /dev/null +++ b/texts/aaa863de-61d4-443c-ab31-c8a052ef45d5.txt @@ -0,0 +1 @@ +HelloKitty wearing Burberry scarf standing next to a christmas tree holding an icecream in winter outdoor, snowing outdoor background, Disneyland with fireworks \ No newline at end of file diff --git a/texts/aaaecc65-5e7b-47e4-8687-66808d5482ee.txt b/texts/aaaecc65-5e7b-47e4-8687-66808d5482ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3bc8e9ddf7e59ce28d667962cbae5ea8a459a18 --- /dev/null +++ b/texts/aaaecc65-5e7b-47e4-8687-66808d5482ee.txt @@ -0,0 +1 @@ +Two little cats slumped on the sofa playing Switch, with snacks and drinks next to them \ No newline at end of file diff --git a/texts/aabb3e0a-a635-4e96-9bda-e761a13d5cf5.txt b/texts/aabb3e0a-a635-4e96-9bda-e761a13d5cf5.txt new file mode 100644 index 0000000000000000000000000000000000000000..354234b8653cff99eaa8f60ba3c6783ab7953a0b --- /dev/null +++ b/texts/aabb3e0a-a635-4e96-9bda-e761a13d5cf5.txt @@ -0,0 +1 @@ +The main subject of the shot is the sea. \ No newline at end of file diff --git a/texts/aabd543e-9b25-4f18-b014-b6175ae7b472.txt b/texts/aabd543e-9b25-4f18-b014-b6175ae7b472.txt new file mode 100644 index 0000000000000000000000000000000000000000..b574333f6d64710c0b4a2ef01024b1c1547f5bdc --- /dev/null +++ b/texts/aabd543e-9b25-4f18-b014-b6175ae7b472.txt @@ -0,0 +1 @@ +Balcony, marijuana plants and a cat \ No newline at end of file diff --git a/texts/aabfedd1-f8b2-40fe-a36e-2d9289226960.txt b/texts/aabfedd1-f8b2-40fe-a36e-2d9289226960.txt new file mode 100644 index 0000000000000000000000000000000000000000..e749652dad6a1796d9f1435bd551cb529c6b9b81 --- /dev/null +++ b/texts/aabfedd1-f8b2-40fe-a36e-2d9289226960.txt @@ -0,0 +1 @@ +A Doraemon wearing a scarf and a Winnie the Pooh wearing a hat sit at the dining table drinking coffee \ No newline at end of file diff --git a/texts/aac27820-a6b7-4589-8487-1ed39462b419.txt b/texts/aac27820-a6b7-4589-8487-1ed39462b419.txt new file mode 100644 index 0000000000000000000000000000000000000000..feaa7d4767bfe7d7884c300fac283e1ca4b50241 --- /dev/null +++ b/texts/aac27820-a6b7-4589-8487-1ed39462b419.txt @@ -0,0 +1 @@ +A gray teddy dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow.See the picture on the right for the appearance of the dog \ No newline at end of file diff --git a/texts/aac27ad5-cbef-44f1-b1e1-10aa6965d003.txt b/texts/aac27ad5-cbef-44f1-b1e1-10aa6965d003.txt new file mode 100644 index 0000000000000000000000000000000000000000..191fc53c5a2634d9ef4d077bf226f99757e0edbb --- /dev/null +++ b/texts/aac27ad5-cbef-44f1-b1e1-10aa6965d003.txt @@ -0,0 +1 @@ +A wallaby eats cake in court \ No newline at end of file diff --git a/texts/aac35a90-a905-4972-8399-549a64b8051f.txt b/texts/aac35a90-a905-4972-8399-549a64b8051f.txt new file mode 100644 index 0000000000000000000000000000000000000000..26a0215b97ec0319f1f4c17f474dfa401b24e83c --- /dev/null +++ b/texts/aac35a90-a905-4972-8399-549a64b8051f.txt @@ -0,0 +1 @@ +A flying-ear furry yellow Teddy dog, soaring freely in the universe and eating McDonald french fries \ No newline at end of file diff --git a/texts/aad1f15e-f38f-47bc-b8a2-a620ea0a6781.txt b/texts/aad1f15e-f38f-47bc-b8a2-a620ea0a6781.txt new file mode 100644 index 0000000000000000000000000000000000000000..36c0d76b6a4972985ff438952a3b94cc9ae3223e --- /dev/null +++ b/texts/aad1f15e-f38f-47bc-b8a2-a620ea0a6781.txt @@ -0,0 +1 @@ +A young man wearing a black Tibetan outfit with accessories, riding a horse under a snowy mountain, facing the camera in mid to close range \ No newline at end of file diff --git a/texts/aad881c2-235b-457c-a19c-84e51f60357f.txt b/texts/aad881c2-235b-457c-a19c-84e51f60357f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5593ed7ea5e3fa0575b49bd158ecfe02bb9fdf5a --- /dev/null +++ b/texts/aad881c2-235b-457c-a19c-84e51f60357f.txt @@ -0,0 +1 @@ +A black cat and a white cat are on the snow. The black cat has yellow eyes \ No newline at end of file diff --git a/texts/aae79125-6385-42a0-b5b2-d991194861df.txt b/texts/aae79125-6385-42a0-b5b2-d991194861df.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bba401384ac67a95810a536e96d10302dde242b --- /dev/null +++ b/texts/aae79125-6385-42a0-b5b2-d991194861df.txt @@ -0,0 +1 @@ +plus size young man with piercing on white background \ No newline at end of file diff --git a/texts/aaeb0c1f-b7a4-4464-9086-d85a4820034e.txt b/texts/aaeb0c1f-b7a4-4464-9086-d85a4820034e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f08a9687b29581de04b8458f3c59afcedb782818 --- /dev/null +++ b/texts/aaeb0c1f-b7a4-4464-9086-d85a4820034e.txt @@ -0,0 +1 @@ +a three color corgi and a two color corgi are playing on the snow \ No newline at end of file diff --git a/texts/aaf2d7fe-7eff-4044-bf28-d09f9cc60b43.txt b/texts/aaf2d7fe-7eff-4044-bf28-d09f9cc60b43.txt new file mode 100644 index 0000000000000000000000000000000000000000..5efdcc13bdcc5a61a6d46341d5fde81f2c3ce1fc --- /dev/null +++ b/texts/aaf2d7fe-7eff-4044-bf28-d09f9cc60b43.txt @@ -0,0 +1 @@ +The small white rabbit with the star pattern jumps on the fountain, the background is starry, and the musical notes float in the air \ No newline at end of file diff --git a/texts/ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3.txt b/texts/ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9d8fb3aaa47ec01762f46b4e881fe1bc562c355 --- /dev/null +++ b/texts/ab00cc1a-ff04-4f6d-a7a2-9e36b9171ac3.txt @@ -0,0 +1 @@ +A princess celebrates birthday with a huge Mickey mouse in front of a Disney castle, looking at the camera, close up \ No newline at end of file diff --git a/texts/ab0babc3-109f-4812-99db-a764a382a2f0.txt b/texts/ab0babc3-109f-4812-99db-a764a382a2f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b6e718f20e083792d4814bfe32a2a7a1746af28 --- /dev/null +++ b/texts/ab0babc3-109f-4812-99db-a764a382a2f0.txt @@ -0,0 +1 @@ +Flat-style illustration, featuring the combination of gene chains and plants. \ No newline at end of file diff --git a/texts/ab0f3aa2-da4b-4f49-80f1-3459ecd335d6.txt b/texts/ab0f3aa2-da4b-4f49-80f1-3459ecd335d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bdadce4f465554a63daec606dfdce0c62cf6ad2 --- /dev/null +++ b/texts/ab0f3aa2-da4b-4f49-80f1-3459ecd335d6.txt @@ -0,0 +1 @@ +Beach, yellow sofa, black horse, white horse \ No newline at end of file diff --git a/texts/ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c.txt b/texts/ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c.txt new file mode 100644 index 0000000000000000000000000000000000000000..46839315e4fbfb9e4b05edc95db7ec3094031a46 --- /dev/null +++ b/texts/ab1782cc-4a9c-4ef1-bd9c-dc123a3d353c.txt @@ -0,0 +1 @@ +In the evening, there was a beautiful sunset glow in the sky and light snow was falling. On the snow-covered ground, there was a lovely Burmese cat wearing a red scarf. \ No newline at end of file diff --git a/texts/ab2abae4-2c47-40e3-ac87-7a993e5b6d27.txt b/texts/ab2abae4-2c47-40e3-ac87-7a993e5b6d27.txt new file mode 100644 index 0000000000000000000000000000000000000000..4875030d6096bd59c4394273ba086118b656c0de --- /dev/null +++ b/texts/ab2abae4-2c47-40e3-ac87-7a993e5b6d27.txt @@ -0,0 +1 @@ +A black cat with green eyes and wings, a crow, flames, \ No newline at end of file diff --git a/texts/ab2d26f9-18c6-4657-bf34-c61f190911cc.txt b/texts/ab2d26f9-18c6-4657-bf34-c61f190911cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..c58efbebbb46ab727aa71c110d177d8e74cea9ec --- /dev/null +++ b/texts/ab2d26f9-18c6-4657-bf34-c61f190911cc.txt @@ -0,0 +1 @@ +A midsummer night scene with a Border Collie sitting on a wooden deck, playing a guitar as fireflies dance and a gentle breeze flows. \ No newline at end of file diff --git a/texts/ab411e57-ce04-4ece-83e1-35c700ea5698.txt b/texts/ab411e57-ce04-4ece-83e1-35c700ea5698.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2f20aaba194616a9001d8eca613243140182004 --- /dev/null +++ b/texts/ab411e57-ce04-4ece-83e1-35c700ea5698.txt @@ -0,0 +1 @@ +A clown with a chainsaw in the subway \ No newline at end of file diff --git a/texts/ab426edb-6682-42d0-9eef-d045ff93bd82.txt b/texts/ab426edb-6682-42d0-9eef-d045ff93bd82.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd8783a1ff1ff0445f767c4590a83d114d870454 --- /dev/null +++ b/texts/ab426edb-6682-42d0-9eef-d045ff93bd82.txt @@ -0,0 +1 @@ +hellokitty wearing pink dress in front of a xmax tree, and some firework in the background \ No newline at end of file diff --git a/texts/ab43b0a1-c279-47c6-9b40-37b02665032b.txt b/texts/ab43b0a1-c279-47c6-9b40-37b02665032b.txt new file mode 100644 index 0000000000000000000000000000000000000000..13317b8c5516e135a538d8b6ab171db9efc058a3 --- /dev/null +++ b/texts/ab43b0a1-c279-47c6-9b40-37b02665032b.txt @@ -0,0 +1 @@ +Icebergs, sea, rain, birds \ No newline at end of file diff --git a/texts/ab4727a2-caeb-40ae-aa94-8fe94678cc2d.txt b/texts/ab4727a2-caeb-40ae-aa94-8fe94678cc2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..384bb905f3c43f9823ab98c515988c32d7c88d25 --- /dev/null +++ b/texts/ab4727a2-caeb-40ae-aa94-8fe94678cc2d.txt @@ -0,0 +1 @@ +a big head Hello Kitty Cat is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a pole. big head shot. \ No newline at end of file diff --git a/texts/ab4c0558-1f93-4edc-ad0e-931900f47615.txt b/texts/ab4c0558-1f93-4edc-ad0e-931900f47615.txt new file mode 100644 index 0000000000000000000000000000000000000000..3790dd3c73045fb7b0c66556b1a4e2159ce1254e --- /dev/null +++ b/texts/ab4c0558-1f93-4edc-ad0e-931900f47615.txt @@ -0,0 +1 @@ +Dark night, Christmas, snowy scenery, little black cat wearing a Christmas hat, facing the camera in the center, with a blurry background, illuminating the little black cat \ No newline at end of file diff --git a/texts/ab4d7c18-b827-42e2-ad43-4a660785edd5.txt b/texts/ab4d7c18-b827-42e2-ad43-4a660785edd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3378ad4333e94e3b35c8675a74fa3befb87892a --- /dev/null +++ b/texts/ab4d7c18-b827-42e2-ad43-4a660785edd5.txt @@ -0,0 +1 @@ +A pink buttercream cake with a Gemini motif and mountains on it.The whole cake is covered in white chocolate.The mountains are in the shape of islands, surrounded by turquoise water, green grass and icebergs.Each mountain has snow at one end and delicate details such as rocks, trees or flowers scattered around it. \ No newline at end of file diff --git a/texts/ab4e0316-21f9-4adc-83f3-1909095c0417.txt b/texts/ab4e0316-21f9-4adc-83f3-1909095c0417.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdab44cb0bc13d4f4c3eadf29b9b3cce7ce6e91f --- /dev/null +++ b/texts/ab4e0316-21f9-4adc-83f3-1909095c0417.txt @@ -0,0 +1 @@ +Swan in the lake \ No newline at end of file diff --git a/texts/ab6d6238-b881-4f78-ad7e-630a1c5d0941.txt b/texts/ab6d6238-b881-4f78-ad7e-630a1c5d0941.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d4c281e3d38c4718cac9dd53f4c58cb0d418937 --- /dev/null +++ b/texts/ab6d6238-b881-4f78-ad7e-630a1c5d0941.txt @@ -0,0 +1 @@ +Santa Claus sitting on a Christmas sleigh with a Hello Kitty head cover, the background is the snow outside at night \ No newline at end of file diff --git a/texts/ab7abd4c-1e82-4961-920a-d81cfa2e2352.txt b/texts/ab7abd4c-1e82-4961-920a-d81cfa2e2352.txt new file mode 100644 index 0000000000000000000000000000000000000000..568e7c0f41593a489fc838af10eeea7d9f92e7b6 --- /dev/null +++ b/texts/ab7abd4c-1e82-4961-920a-d81cfa2e2352.txt @@ -0,0 +1 @@ +The laughing cat is playing mahjong \ No newline at end of file diff --git a/texts/ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe.txt b/texts/ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..89d5eb5844f9a556ca2ee536852f8793e69e7e33 --- /dev/null +++ b/texts/ab8bd2c4-c97e-46bb-bb17-4a3302b22bbe.txt @@ -0,0 +1 @@ +Shot on 35mm, a 24 year old black man wearing a open rain jacket and a white t shirt in a city park in the morning, the tshirt is the main focus of the photo \ No newline at end of file diff --git a/texts/ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b.txt b/texts/ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4904af8212cc75fa8a2ba23001943aca1db7cb92 --- /dev/null +++ b/texts/ab8de7c4-9bdc-4d53-ba48-5abbdc0f180b.txt @@ -0,0 +1 @@ +silly black cat with headphones on playing in the snow \ No newline at end of file diff --git a/texts/ab97fa46-e385-4d82-b5c9-50d190bb50ec.txt b/texts/ab97fa46-e385-4d82-b5c9-50d190bb50ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed81e9161a884163ef5db39b433b94a954c43b39 --- /dev/null +++ b/texts/ab97fa46-e385-4d82-b5c9-50d190bb50ec.txt @@ -0,0 +1 @@ +A pink rabbit doll stands on the grass. There is a big cute mushroom growing on the grass, a banana doll and a sun doll. \ No newline at end of file diff --git a/texts/aba06919-d72b-436c-af84-7c8769470565.txt b/texts/aba06919-d72b-436c-af84-7c8769470565.txt new file mode 100644 index 0000000000000000000000000000000000000000..d639937bb5e39f29b88f8568a0c7e647595c1b32 --- /dev/null +++ b/texts/aba06919-d72b-436c-af84-7c8769470565.txt @@ -0,0 +1 @@ +A Samoyed faces snowy Mount Fuji next to fireworks and cake \ No newline at end of file diff --git a/texts/aba69173-e58f-4a3c-a2a4-04993ac0e273.txt b/texts/aba69173-e58f-4a3c-a2a4-04993ac0e273.txt new file mode 100644 index 0000000000000000000000000000000000000000..461dcca649ab76692bd47870d60d5e5b72d11a93 --- /dev/null +++ b/texts/aba69173-e58f-4a3c-a2a4-04993ac0e273.txt @@ -0,0 +1 @@ +bubbles, white fountain, apple, cheese cake writing "423", red wine glass, green christmas tree, shining snow, light brown teddy bear, headphone. \ No newline at end of file diff --git a/texts/aba73ebc-4159-460f-8287-12faca21fd33.txt b/texts/aba73ebc-4159-460f-8287-12faca21fd33.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2193d25b73049f653b90f7555d77a376964de3c --- /dev/null +++ b/texts/aba73ebc-4159-460f-8287-12faca21fd33.txt @@ -0,0 +1 @@ +A purple cocktail, filled with ice, served in a whiskey glass, garnished with lime slices, added purple fruit, and held together with a silver needle \ No newline at end of file diff --git a/texts/aba80a94-b18d-4caf-a35c-1d2ce64d6758.txt b/texts/aba80a94-b18d-4caf-a35c-1d2ce64d6758.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e52b4adb3e7e76d2fd3544fd9dc65b5867790d4 --- /dev/null +++ b/texts/aba80a94-b18d-4caf-a35c-1d2ce64d6758.txt @@ -0,0 +1 @@ +snow flurries,pure black sky,Three little Samoyeds are playing in the snow,Playing in the snow,aurora,A sky full of stars,With small wings, \ No newline at end of file diff --git a/texts/abb5d365-4bc2-4ca4-be51-a67d5618d146.txt b/texts/abb5d365-4bc2-4ca4-be51-a67d5618d146.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9bdb3c34d3feb17ea60df9abbcca764625cc827 --- /dev/null +++ b/texts/abb5d365-4bc2-4ca4-be51-a67d5618d146.txt @@ -0,0 +1 @@ +teddy bear with tie \ No newline at end of file diff --git a/texts/abbbe6ce-6aa6-48fb-aa54-98e695b5633b.txt b/texts/abbbe6ce-6aa6-48fb-aa54-98e695b5633b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b00a99f6ef02c26abaa39cff02ed4a6bca3347e --- /dev/null +++ b/texts/abbbe6ce-6aa6-48fb-aa54-98e695b5633b.txt @@ -0,0 +1 @@ +A tiger stuffed in a yellow fridge \ No newline at end of file diff --git a/texts/abbc3b33-b786-4db6-ace3-23444b9a61a9.txt b/texts/abbc3b33-b786-4db6-ace3-23444b9a61a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ceb95d72b41d9db06564db1b0f21310b2670ba4 --- /dev/null +++ b/texts/abbc3b33-b786-4db6-ace3-23444b9a61a9.txt @@ -0,0 +1 @@ +The lamb celebrates his birthday, and the birthday cake says 3.24 \ No newline at end of file diff --git a/texts/abc13436-0a24-4ac4-a0b0-d22e84d1b868.txt b/texts/abc13436-0a24-4ac4-a0b0-d22e84d1b868.txt new file mode 100644 index 0000000000000000000000000000000000000000..416bb60d09fa3896defd1a2c40e295f1cd8aa4c6 --- /dev/null +++ b/texts/abc13436-0a24-4ac4-a0b0-d22e84d1b868.txt @@ -0,0 +1 @@ +At night, the puppy is burning fire in the fireplace. It is surrounded by a mountain. The mountain is full of snow and there are meteors in the sky. \ No newline at end of file diff --git a/texts/abc16b8c-c50b-47bc-bc26-00f6bc323e00.txt b/texts/abc16b8c-c50b-47bc-bc26-00f6bc323e00.txt new file mode 100644 index 0000000000000000000000000000000000000000..75836ea5fcb5ddb52c170ad668db8b1d5dae79c9 --- /dev/null +++ b/texts/abc16b8c-c50b-47bc-bc26-00f6bc323e00.txt @@ -0,0 +1 @@ +a big head Hello Kitty is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a dancing pole. big head shot. \ No newline at end of file diff --git a/texts/abc3aa03-1359-49a0-87ef-65a2fe7d044e.txt b/texts/abc3aa03-1359-49a0-87ef-65a2fe7d044e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e83fbbfd611bc206c02caa547bd207fb38e42636 --- /dev/null +++ b/texts/abc3aa03-1359-49a0-87ef-65a2fe7d044e.txt @@ -0,0 +1 @@ +The floral butterfly swing says Fiona on the pink snow \ No newline at end of file diff --git a/texts/abcda64e-f8a7-4d72-a3c2-65e28352a464.txt b/texts/abcda64e-f8a7-4d72-a3c2-65e28352a464.txt new file mode 100644 index 0000000000000000000000000000000000000000..03c8ee7a143aad9bc6c0a49d7b462cbd59583b0a --- /dev/null +++ b/texts/abcda64e-f8a7-4d72-a3c2-65e28352a464.txt @@ -0,0 +1 @@ +A cat has soft and white fur.It is between the a chair and table and sides the grandma.The house looks very older. \ No newline at end of file diff --git a/texts/abdde1e6-4557-465f-8a6d-84ffd682989b.txt b/texts/abdde1e6-4557-465f-8a6d-84ffd682989b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9900caf29d43d0f22f21812f12fddd3ad491007 --- /dev/null +++ b/texts/abdde1e6-4557-465f-8a6d-84ffd682989b.txt @@ -0,0 +1 @@ +Animal Aries, by the sea, a TV \ No newline at end of file diff --git a/texts/abe21626-191a-4ee8-b386-9b968bfaab1a.txt b/texts/abe21626-191a-4ee8-b386-9b968bfaab1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb667ea55576642a8ceb2491f606514f45ab373d --- /dev/null +++ b/texts/abe21626-191a-4ee8-b386-9b968bfaab1a.txt @@ -0,0 +1 @@ +The streets of Hong Kong are neon, cyberpunk, and the sky is full of steam boats. \ No newline at end of file diff --git a/texts/abe3c22a-8302-4a0e-8325-ebf47a17ef37.txt b/texts/abe3c22a-8302-4a0e-8325-ebf47a17ef37.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d792d1c33e3f6c5c53c61dcb7aed4bfd679939a --- /dev/null +++ b/texts/abe3c22a-8302-4a0e-8325-ebf47a17ef37.txt @@ -0,0 +1 @@ +Fat, cute Samoyed \ No newline at end of file diff --git a/texts/abe4354a-3465-4d2f-ad04-760c87b78a17.txt b/texts/abe4354a-3465-4d2f-ad04-760c87b78a17.txt new file mode 100644 index 0000000000000000000000000000000000000000..a740240818aff814090cbc8096bda0e4a65b62f6 --- /dev/null +++ b/texts/abe4354a-3465-4d2f-ad04-760c87b78a17.txt @@ -0,0 +1 @@ +There is a sports car on the highway with the word "MINGYU" engraved on the body \ No newline at end of file diff --git a/texts/abe43b17-fca7-4f3d-886a-5700161764c6.txt b/texts/abe43b17-fca7-4f3d-886a-5700161764c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9ae203c970c1349ab07a3981b6082fdb3d51c2c --- /dev/null +++ b/texts/abe43b17-fca7-4f3d-886a-5700161764c6.txt @@ -0,0 +1 @@ +A young,cute Shiba play the electornic guitar \ No newline at end of file diff --git a/texts/abe73449-e6f3-4926-88d3-e706093014d3.txt b/texts/abe73449-e6f3-4926-88d3-e706093014d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..170a89a29a4cfdff6623339b74ad4965a88bb6f1 --- /dev/null +++ b/texts/abe73449-e6f3-4926-88d3-e706093014d3.txt @@ -0,0 +1 @@ +red rooftop small house in the grassland \ No newline at end of file diff --git a/texts/abe7824b-8dc6-43be-b85e-803a015050a1.txt b/texts/abe7824b-8dc6-43be-b85e-803a015050a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fc084f4006ddb4078d46e2282a38dfbea8fa6b3 --- /dev/null +++ b/texts/abe7824b-8dc6-43be-b85e-803a015050a1.txt @@ -0,0 +1 @@ +Handwritten word "Ellie Jiang" on the snow ground, a hellokitty doll standing next to "Ellie Jiang", drifting snow. There is a Christmas tree. \ No newline at end of file diff --git a/texts/ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6.txt b/texts/ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb420d47ee45582d102b6a3c13c6ba52b886651 --- /dev/null +++ b/texts/ac0714de-c0b4-4f5e-aca2-ff77c8f4dfc6.txt @@ -0,0 +1 @@ +Hello Kitty with cigarette in front of firing home \ No newline at end of file diff --git a/texts/ac07584f-0594-41d1-ba72-86edf8f71bf3.txt b/texts/ac07584f-0594-41d1-ba72-86edf8f71bf3.txt new file mode 100644 index 0000000000000000000000000000000000000000..56e1e7453d4a3555337eb0bcbd9aa9f8d76ab25a --- /dev/null +++ b/texts/ac07584f-0594-41d1-ba72-86edf8f71bf3.txt @@ -0,0 +1 @@ +cat with wings,sunshine,snow \ No newline at end of file diff --git a/texts/ac07732e-e825-4eec-ac2a-2b09fdaf0699.txt b/texts/ac07732e-e825-4eec-ac2a-2b09fdaf0699.txt new file mode 100644 index 0000000000000000000000000000000000000000..beeed4c21520d87008d969ed078858ef0fa8c4b8 --- /dev/null +++ b/texts/ac07732e-e825-4eec-ac2a-2b09fdaf0699.txt @@ -0,0 +1 @@ +hello Kitty doll fireworks birthday cake in the snow that says Chen Cai Yun 0109 \ No newline at end of file diff --git a/texts/ac0b868c-e409-4656-9af0-0afb01e87eb1.txt b/texts/ac0b868c-e409-4656-9af0-0afb01e87eb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..707f1fb330f04eed54fe4409a89df9c6502dc56a --- /dev/null +++ b/texts/ac0b868c-e409-4656-9af0-0afb01e87eb1.txt @@ -0,0 +1 @@ +Seaside Fireworks Scenery Blues \ No newline at end of file diff --git a/texts/ac1b9620-a9b2-4316-abfb-38b0797c47df.txt b/texts/ac1b9620-a9b2-4316-abfb-38b0797c47df.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b87fb2e075b9b7ad3f9875897ff5da9673aae2 --- /dev/null +++ b/texts/ac1b9620-a9b2-4316-abfb-38b0797c47df.txt @@ -0,0 +1 @@ +In a room filled with various molecular biology instruments in a spectrum of colors, a person stands amidst the equipment, visibly distracted. Their eyes wander off, unfocused, as though lost in thought, contrasting with the precise, methodical environment surrounding them. \ No newline at end of file diff --git a/texts/ac2100d8-2a7a-4445-974a-4d6f384d75bf.txt b/texts/ac2100d8-2a7a-4445-974a-4d6f384d75bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe2a35c14c8ae6d89a51a000d016a941cda2609d --- /dev/null +++ b/texts/ac2100d8-2a7a-4445-974a-4d6f384d75bf.txt @@ -0,0 +1 @@ +A white puppy is wearing a scarf and eating an ice cream in the snowy field, while fireworks are being set off in the sky. \ No newline at end of file diff --git a/texts/ac60aa28-bed2-44e2-9e26-52ffedb4d983.txt b/texts/ac60aa28-bed2-44e2-9e26-52ffedb4d983.txt new file mode 100644 index 0000000000000000000000000000000000000000..571737caabcda287189286485e309ab4c7e1c06d --- /dev/null +++ b/texts/ac60aa28-bed2-44e2-9e26-52ffedb4d983.txt @@ -0,0 +1 @@ +Cosmic Background, 50's sifi-theme Amusement Park, Nebulae, Small Child, Grotesque Aesthetics, Retroism, Dreamcore \ No newline at end of file diff --git a/texts/ac632aeb-8406-4bdc-b264-356b0582d7d7.txt b/texts/ac632aeb-8406-4bdc-b264-356b0582d7d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b29004d00ea44dca1ecc6b2f9f48a496dfc191c --- /dev/null +++ b/texts/ac632aeb-8406-4bdc-b264-356b0582d7d7.txt @@ -0,0 +1 @@ +Samoyed celebrating birthday in a house with Christmas decorations, wearing cute birthday hat, chocolate cake on the table, \ No newline at end of file diff --git a/texts/ac64bd05-b85a-47a7-b274-2712b9badc0c.txt b/texts/ac64bd05-b85a-47a7-b274-2712b9badc0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b714cd061d580be210292374ec42d1220636886b --- /dev/null +++ b/texts/ac64bd05-b85a-47a7-b274-2712b9badc0c.txt @@ -0,0 +1 @@ +Snoopy doll is holding astrawberry cake. \ No newline at end of file diff --git a/texts/ac78b344-7d00-4d3e-a93c-7bda7c8a76f7.txt b/texts/ac78b344-7d00-4d3e-a93c-7bda7c8a76f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2cfdae33f67f5204f5c658c3f5b45ccd282b030 --- /dev/null +++ b/texts/ac78b344-7d00-4d3e-a93c-7bda7c8a76f7.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon. \ No newline at end of file diff --git a/texts/ac795acb-a3f6-4a97-ae89-aeca6cb4c147.txt b/texts/ac795acb-a3f6-4a97-ae89-aeca6cb4c147.txt new file mode 100644 index 0000000000000000000000000000000000000000..e840a0c9c1cb1488c56c31d0cd96e68395e6dc2a --- /dev/null +++ b/texts/ac795acb-a3f6-4a97-ae89-aeca6cb4c147.txt @@ -0,0 +1 @@ +A man in a Mongolian robe surrounded by a fire, a fantastic night sky, a unicorn, a long picture \ No newline at end of file diff --git a/texts/ac8a5fbf-0bd1-49ed-831c-16c0565212d8.txt b/texts/ac8a5fbf-0bd1-49ed-831c-16c0565212d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd21b39fde002d611eb5d4f55895a36eb48daf5 --- /dev/null +++ b/texts/ac8a5fbf-0bd1-49ed-831c-16c0565212d8.txt @@ -0,0 +1 @@ +At night, a kitten drew a love shape printed on it in the snow with its own claws \ No newline at end of file diff --git a/texts/ac9705e6-7bac-43c6-bcaa-21cd81ed8813.txt b/texts/ac9705e6-7bac-43c6-bcaa-21cd81ed8813.txt new file mode 100644 index 0000000000000000000000000000000000000000..8102649105896b489c7f80a75de8a5e764ae9e1f --- /dev/null +++ b/texts/ac9705e6-7bac-43c6-bcaa-21cd81ed8813.txt @@ -0,0 +1 @@ +HelloKitty, wearing a pink skirt, sitting next to the volcano about to erupt, calmly drinking red wine \ No newline at end of file diff --git a/texts/ac99da71-9dbc-4902-af49-e9e8542d2218.txt b/texts/ac99da71-9dbc-4902-af49-e9e8542d2218.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eb584113d95328c506beab074eddb63272547ec --- /dev/null +++ b/texts/ac99da71-9dbc-4902-af49-e9e8542d2218.txt @@ -0,0 +1 @@ +Clean neighborhood, there's a Christmas tree on the street, snow and bows on the tree, snow on the street \ No newline at end of file diff --git a/texts/ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6.txt b/texts/ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..39f2e965465da073c9e0eb5b0bb5446bf964607e --- /dev/null +++ b/texts/ac9ce5a8-eefb-4c68-a07b-e4e8474db9d6.txt @@ -0,0 +1 @@ +A golden retriever puppy is smelling a flower \ No newline at end of file diff --git a/texts/acba9928-5b9a-4d70-98b0-91811cde4e8c.txt b/texts/acba9928-5b9a-4d70-98b0-91811cde4e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4e22089a7853e1252407c25a89f7fed3a2c652d --- /dev/null +++ b/texts/acba9928-5b9a-4d70-98b0-91811cde4e8c.txt @@ -0,0 +1 @@ +A cat grew wings and flew with the big seagulls on the beach \ No newline at end of file diff --git a/texts/acbf34c8-98f9-4ca9-a902-8ef08107422a.txt b/texts/acbf34c8-98f9-4ca9-a902-8ef08107422a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab6cf9720423682ac868c89096a9cae006f5bac1 --- /dev/null +++ b/texts/acbf34c8-98f9-4ca9-a902-8ef08107422a.txt @@ -0,0 +1 @@ +A pota siting on the sofa pl phone games \ No newline at end of file diff --git a/texts/acc01419-731b-4953-9f75-9360a01917ed.txt b/texts/acc01419-731b-4953-9f75-9360a01917ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..34945ff166ab7ca99673cb0116d755e196a5d514 --- /dev/null +++ b/texts/acc01419-731b-4953-9f75-9360a01917ed.txt @@ -0,0 +1 @@ +green sky a little cat play the guitar \ No newline at end of file diff --git a/texts/acc60c50-4b94-4894-b5da-5aa9dada9f72.txt b/texts/acc60c50-4b94-4894-b5da-5aa9dada9f72.txt new file mode 100644 index 0000000000000000000000000000000000000000..1510ad658ad9de540ee860ba26a46fe3f3be770d --- /dev/null +++ b/texts/acc60c50-4b94-4894-b5da-5aa9dada9f72.txt @@ -0,0 +1 @@ +Hello kitty is playing the guitar in the snow. \ No newline at end of file diff --git a/texts/acc8e647-bcd2-4a48-9d75-7b4cfb43dba3.txt b/texts/acc8e647-bcd2-4a48-9d75-7b4cfb43dba3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e83e14f21354a2b07cab80729894f01d5e5821b --- /dev/null +++ b/texts/acc8e647-bcd2-4a48-9d75-7b4cfb43dba3.txt @@ -0,0 +1 @@ +Mount Kailash \ No newline at end of file diff --git a/texts/acccc1b2-9f1c-477d-9990-345c99ae4038.txt b/texts/acccc1b2-9f1c-477d-9990-345c99ae4038.txt new file mode 100644 index 0000000000000000000000000000000000000000..072120ff4dc5cb2c0037b8920a22183d55a27a82 --- /dev/null +++ b/texts/acccc1b2-9f1c-477d-9990-345c99ae4038.txt @@ -0,0 +1 @@ +kencarson with kanye in China \ No newline at end of file diff --git a/texts/acd06948-7ce0-4592-81ed-28bb470b6373.txt b/texts/acd06948-7ce0-4592-81ed-28bb470b6373.txt new file mode 100644 index 0000000000000000000000000000000000000000..87f00cb861ecebd2962251801351413101fd70af --- /dev/null +++ b/texts/acd06948-7ce0-4592-81ed-28bb470b6373.txt @@ -0,0 +1 @@ +On a snowy night, there is a Christmas tree and burning candles \ No newline at end of file diff --git a/texts/acd150f8-4fd4-42eb-abd7-ba191c3d8d94.txt b/texts/acd150f8-4fd4-42eb-abd7-ba191c3d8d94.txt new file mode 100644 index 0000000000000000000000000000000000000000..06140aba5ff63af15ca244b7ce8aecb657bf7345 --- /dev/null +++ b/texts/acd150f8-4fd4-42eb-abd7-ba191c3d8d94.txt @@ -0,0 +1 @@ +At night, blues, and there is a little teddy bear next to it. The teddy bear is the main body. It is snowing in the sky. Next to it is a Christmas tree, fireworks in the sky, and the seaside \ No newline at end of file diff --git a/texts/acda5ce6-4e78-45e8-8c55-a7f834ffeccc.txt b/texts/acda5ce6-4e78-45e8-8c55-a7f834ffeccc.txt new file mode 100644 index 0000000000000000000000000000000000000000..37d1cb4f170e8690cf8d95d25acac964410eb395 --- /dev/null +++ b/texts/acda5ce6-4e78-45e8-8c55-a7f834ffeccc.txt @@ -0,0 +1 @@ +In ancient times, two people sat on chairs watching volcanic eruptions \ No newline at end of file diff --git a/texts/acdfaf7c-f8ad-4cc4-a992-f81b718207e9.txt b/texts/acdfaf7c-f8ad-4cc4-a992-f81b718207e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f6ca9b46d773c441e94ed10e1a5dcf676571460 --- /dev/null +++ b/texts/acdfaf7c-f8ad-4cc4-a992-f81b718207e9.txt @@ -0,0 +1 @@ +Pink Hello Kitty Christmas tree with colorful lights Warm night scene Snowy ground Orange written on the snow Bright colors \ No newline at end of file diff --git a/texts/ace05692-7512-4994-9851-33f0139b2b02.txt b/texts/ace05692-7512-4994-9851-33f0139b2b02.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1363998d4f81b744ff8d898809b8d2180091763 --- /dev/null +++ b/texts/ace05692-7512-4994-9851-33f0139b2b02.txt @@ -0,0 +1 @@ +Two kittens snuggled together, both cats facing their backs forward. The cat was black and white, and the white cat had butterfly wings on its back. The cat was sitting in the white snow, with many golden stars on it. The snow is white and the sky is blue. There were faint fireworks in the sky and a very small plane. There are butterflies flying around the cat. \ No newline at end of file diff --git a/texts/ace459b9-f925-47c0-81bb-e1299c7c867a.txt b/texts/ace459b9-f925-47c0-81bb-e1299c7c867a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd8ae1adbb206006eea03a3678ace06e23816cc --- /dev/null +++ b/texts/ace459b9-f925-47c0-81bb-e1299c7c867a.txt @@ -0,0 +1 @@ +Celebrate birthday for toys; alone atmosphere; no people in picture ; cake on the grass; sunset; \ No newline at end of file diff --git a/texts/ace4fc50-425f-40fa-8878-d8d6b47296b9.txt b/texts/ace4fc50-425f-40fa-8878-d8d6b47296b9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c0551cf8e00b8042a5b1e6c9e1ab02bb3a929a7 --- /dev/null +++ b/texts/ace4fc50-425f-40fa-8878-d8d6b47296b9.txt @@ -0,0 +1 @@ +bluecat \ No newline at end of file diff --git a/texts/acf0c552-ba8d-4a53-a2f0-8c6c430129ad.txt b/texts/acf0c552-ba8d-4a53-a2f0-8c6c430129ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..30046b520cdbd3b0198867f430da8a24b1a0bca4 --- /dev/null +++ b/texts/acf0c552-ba8d-4a53-a2f0-8c6c430129ad.txt @@ -0,0 +1 @@ +Hello Kitty sitting in a sports car wearing a wedding dress \ No newline at end of file diff --git a/texts/acf84367-afcd-400c-b38c-782520285607.txt b/texts/acf84367-afcd-400c-b38c-782520285607.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b6ef99743f6c6379510b713f9bd428b204157a4 --- /dev/null +++ b/texts/acf84367-afcd-400c-b38c-782520285607.txt @@ -0,0 +1 @@ +I am across from Terminal 3 of Haneda Airport and see it with Mount Fuji in the background \ No newline at end of file diff --git a/texts/ad08b63f-be2e-4c2a-a181-7a20372a74f8.txt b/texts/ad08b63f-be2e-4c2a-a181-7a20372a74f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea3f2117c216c45fed53798f743a2a3cf3124c61 --- /dev/null +++ b/texts/ad08b63f-be2e-4c2a-a181-7a20372a74f8.txt @@ -0,0 +1 @@ +Fawn Abyssinian cat ,drink coffee while working in front a laptop \ No newline at end of file diff --git a/texts/ad0cb6b9-3899-45b5-852f-fad25dd02f64.txt b/texts/ad0cb6b9-3899-45b5-852f-fad25dd02f64.txt new file mode 100644 index 0000000000000000000000000000000000000000..86a88b67865698258aee127a00c66d64ba681924 --- /dev/null +++ b/texts/ad0cb6b9-3899-45b5-852f-fad25dd02f64.txt @@ -0,0 +1 @@ +Strawberries and cigarettes always taste like you. \ No newline at end of file diff --git a/texts/ad11ebff-bfb9-43b8-8782-1b8a5768e395.txt b/texts/ad11ebff-bfb9-43b8-8782-1b8a5768e395.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b6e673b32da3658ae8e61ba27cd6640c6e223b3 --- /dev/null +++ b/texts/ad11ebff-bfb9-43b8-8782-1b8a5768e395.txt @@ -0,0 +1 @@ +Hooded unkwnown graffiti artist painting a canva \ No newline at end of file diff --git a/texts/ad19fb53-ff72-42cb-9f77-a45e46f7eb49.txt b/texts/ad19fb53-ff72-42cb-9f77-a45e46f7eb49.txt new file mode 100644 index 0000000000000000000000000000000000000000..900728eb789b4a3fc7cd30f864feaa0157a57a73 --- /dev/null +++ b/texts/ad19fb53-ff72-42cb-9f77-a45e46f7eb49.txt @@ -0,0 +1 @@ +The Christmas tree under the sunshine, with snowflakes floating on it and candy hanging on it \ No newline at end of file diff --git a/texts/ad389a8f-7aae-48b3-89ff-9016c00be386.txt b/texts/ad389a8f-7aae-48b3-89ff-9016c00be386.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4f3265f76b96001200251162f36c1d4c5ff6b79 --- /dev/null +++ b/texts/ad389a8f-7aae-48b3-89ff-9016c00be386.txt @@ -0,0 +1 @@ +Flower in the snow \ No newline at end of file diff --git a/texts/ad436a1f-22c1-4896-aa25-deeaee1f138e.txt b/texts/ad436a1f-22c1-4896-aa25-deeaee1f138e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0962cec8ac17bdff510e26d5f35abf46ef61993a --- /dev/null +++ b/texts/ad436a1f-22c1-4896-aa25-deeaee1f138e.txt @@ -0,0 +1 @@ +In snowy weather, the ground is covered with snow, and on the snow next to a big golden retriever, ZBL is printed. \ No newline at end of file diff --git a/texts/ad64fc63-a4d3-4e42-93cd-430704e1ea27.txt b/texts/ad64fc63-a4d3-4e42-93cd-430704e1ea27.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c1c8ddc91772b83f3bfcdf6cfaace4c387cf870 --- /dev/null +++ b/texts/ad64fc63-a4d3-4e42-93cd-430704e1ea27.txt @@ -0,0 +1 @@ +Cute little dog watching fireworks \ No newline at end of file diff --git a/texts/ad6df5c0-5d64-419b-8fe8-794acd425d51.txt b/texts/ad6df5c0-5d64-419b-8fe8-794acd425d51.txt new file mode 100644 index 0000000000000000000000000000000000000000..8114d4a4ff466776e5f54eb529e27bf257d8a212 --- /dev/null +++ b/texts/ad6df5c0-5d64-419b-8fe8-794acd425d51.txt @@ -0,0 +1 @@ +A surreal Christmas scene where the sky is a swirling tapestry of twinkling stars and vibrant auroras. In the foreground, a colossal Christmas tree made of twisted, otherworldly branches stretches towards an infinite, star-filled ceiling. A curious puppy with a festive Santa hat perches precariously on one of its higher branches, peering into the cosmic depths. \ No newline at end of file diff --git a/texts/ad740ba9-ab87-4ff1-a6ad-058ff225ee79.txt b/texts/ad740ba9-ab87-4ff1-a6ad-058ff225ee79.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a975e6b6ca2755976c51408049f15fda26f031 --- /dev/null +++ b/texts/ad740ba9-ab87-4ff1-a6ad-058ff225ee79.txt @@ -0,0 +1 @@ +A handsome asian guy holding a Polaroid photo covered in smiley face stickers and looking at the camera \ No newline at end of file diff --git a/texts/ad88fff4-dd2c-4932-b504-6fe04fa09977.txt b/texts/ad88fff4-dd2c-4932-b504-6fe04fa09977.txt new file mode 100644 index 0000000000000000000000000000000000000000..352c3c02f940ebd78333f5283f6c917097681acb --- /dev/null +++ b/texts/ad88fff4-dd2c-4932-b504-6fe04fa09977.txt @@ -0,0 +1 @@ +lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing \ No newline at end of file diff --git a/texts/ad8dcb2e-159e-4017-9f5c-762f9d1a30ac.txt b/texts/ad8dcb2e-159e-4017-9f5c-762f9d1a30ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a97e9460b86486cf738be9e67be04be1306474b --- /dev/null +++ b/texts/ad8dcb2e-159e-4017-9f5c-762f9d1a30ac.txt @@ -0,0 +1 @@ +Beagle butterflies \ No newline at end of file diff --git a/texts/ad9d006e-fb80-4ef8-bdeb-1adc281e3908.txt b/texts/ad9d006e-fb80-4ef8-bdeb-1adc281e3908.txt new file mode 100644 index 0000000000000000000000000000000000000000..69210f8c4b3f23e6ccded6e27d404207d2b7daba --- /dev/null +++ b/texts/ad9d006e-fb80-4ef8-bdeb-1adc281e3908.txt @@ -0,0 +1 @@ +A man in Tibetan clothes on a snowy mountain meadow. \ No newline at end of file diff --git a/texts/ad9fa42e-1139-45bf-ad6c-ae709d7c31c5.txt b/texts/ad9fa42e-1139-45bf-ad6c-ae709d7c31c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..87b21929544ab1a4bb92501cdd49bbf34fc6bd9c --- /dev/null +++ b/texts/ad9fa42e-1139-45bf-ad6c-ae709d7c31c5.txt @@ -0,0 +1 @@ +The little black cat is playing in the pool, with its fur covered \ No newline at end of file diff --git a/texts/ada5861c-1d01-49c5-99e6-5022c0694897.txt b/texts/ada5861c-1d01-49c5-99e6-5022c0694897.txt new file mode 100644 index 0000000000000000000000000000000000000000..12127629e7c000ab845afd16754cd460e00cc9fe --- /dev/null +++ b/texts/ada5861c-1d01-49c5-99e6-5022c0694897.txt @@ -0,0 +1 @@ +hello kitty goes hiking in outsides mountains. rive and tree. the season is autumn. the ground is full of leaves. \ No newline at end of file diff --git a/texts/ada63efc-4935-402b-ac0b-93ce3dc5e6c4.txt b/texts/ada63efc-4935-402b-ac0b-93ce3dc5e6c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..13cd8d8787a7a04281b8dd4612ef2b2cd05c744b --- /dev/null +++ b/texts/ada63efc-4935-402b-ac0b-93ce3dc5e6c4.txt @@ -0,0 +1 @@ +White bichon frises and a cats are running in the snow, and there is a volcanic eruption behind it. \ No newline at end of file diff --git a/texts/ada6fb1e-a447-40e7-8326-13c77882ffe8.txt b/texts/ada6fb1e-a447-40e7-8326-13c77882ffe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..44d986917b495bdfc6cba60fb33181afc6f5a1cf --- /dev/null +++ b/texts/ada6fb1e-a447-40e7-8326-13c77882ffe8.txt @@ -0,0 +1 @@ +Aurora snow day outdoors thick snow orange dusk \ No newline at end of file diff --git a/texts/ada7287d-cc44-47eb-bffc-90e5d870d22e.txt b/texts/ada7287d-cc44-47eb-bffc-90e5d870d22e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab2ed1cacf15261b4925f31eb8098c00f5ce50e8 --- /dev/null +++ b/texts/ada7287d-cc44-47eb-bffc-90e5d870d22e.txt @@ -0,0 +1 @@ +cat with fish tank \ No newline at end of file diff --git a/texts/ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b.txt b/texts/ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dafeae66641f2480f9e956700befc1174691ef2 --- /dev/null +++ b/texts/ada7ba5e-f40a-4efa-b0c8-c6ab6bfe801b.txt @@ -0,0 +1 @@ +Talent Acquisition Specialist \ No newline at end of file diff --git a/texts/ada7c5e0-633d-4ef7-b9ce-67fa15a79f44.txt b/texts/ada7c5e0-633d-4ef7-b9ce-67fa15a79f44.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a918780399a8ee8ec01bcf2d7f0d826e7a2d86c --- /dev/null +++ b/texts/ada7c5e0-633d-4ef7-b9ce-67fa15a79f44.txt @@ -0,0 +1 @@ +The picture of hellokitty drinking together \ No newline at end of file diff --git a/texts/adadc1ff-b4da-4951-bfa9-d92f569ffc14.txt b/texts/adadc1ff-b4da-4951-bfa9-d92f569ffc14.txt new file mode 100644 index 0000000000000000000000000000000000000000..79149a623d189e392cf9ddb24274728b5afba65c --- /dev/null +++ b/texts/adadc1ff-b4da-4951-bfa9-d92f569ffc14.txt @@ -0,0 +1 @@ +Cartoon Hello Kitty \ No newline at end of file diff --git a/texts/adaff9fc-e06b-4370-a79e-980b46240477.txt b/texts/adaff9fc-e06b-4370-a79e-980b46240477.txt new file mode 100644 index 0000000000000000000000000000000000000000..a30fcc7ff20b42caae671532474785cadd14cdd6 --- /dev/null +++ b/texts/adaff9fc-e06b-4370-a79e-980b46240477.txt @@ -0,0 +1 @@ +Ryuichi Sakamoto is playing the piano by the sea, and the piano is on fire and smoking. \ No newline at end of file diff --git a/texts/adb26558-9e05-4e0d-9a9e-f1d55d19bbee.txt b/texts/adb26558-9e05-4e0d-9a9e-f1d55d19bbee.txt new file mode 100644 index 0000000000000000000000000000000000000000..dccdf1a202982ac8ce362dbb901b440b6669ef5b --- /dev/null +++ b/texts/adb26558-9e05-4e0d-9a9e-f1d55d19bbee.txt @@ -0,0 +1 @@ +Generate a background of the Internet online repair platform, rectangular, preferably blue \ No newline at end of file diff --git a/texts/adb2d369-968f-4644-be86-b54285104635.txt b/texts/adb2d369-968f-4644-be86-b54285104635.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab5bc2c145d5abce10e6f3712fadf29f12831197 --- /dev/null +++ b/texts/adb2d369-968f-4644-be86-b54285104635.txt @@ -0,0 +1 @@ +A meteorite Border Collie and a golden shaded cat are watching an outdoor movie in a cozy setting. \ No newline at end of file diff --git a/texts/adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7.txt b/texts/adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b1a328c61d89bd1022ad3bbe0bd66e38ee8706f --- /dev/null +++ b/texts/adb3d897-b9aa-41c4-bc0f-7998b3d8d0e7.txt @@ -0,0 +1 @@ +two orange cats with hat,sitting on a hot air balloons which made of a blue balloon and a red balloon \ No newline at end of file diff --git a/texts/adba5207-dc75-49ab-a450-024e127c4fb8.txt b/texts/adba5207-dc75-49ab-a450-024e127c4fb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac32037c2ffba8c03ff32d4a0d46d2f92c921436 --- /dev/null +++ b/texts/adba5207-dc75-49ab-a450-024e127c4fb8.txt @@ -0,0 +1 @@ +The chameleon is lying by the window wearing sunglasses, there is a Christmas tree next to it, and there is a snowy scene outside the window. \ No newline at end of file diff --git a/texts/adc27531-0ab0-4915-8c12-49440207b9ce.txt b/texts/adc27531-0ab0-4915-8c12-49440207b9ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..5115ea85245ca388ebc018f4608d3bf3f1d2bc19 --- /dev/null +++ b/texts/adc27531-0ab0-4915-8c12-49440207b9ce.txt @@ -0,0 +1 @@ +Christmas Vinnie the pooh guitar \ No newline at end of file diff --git a/texts/ade8d0df-8c7f-4209-b059-ad0428c00dd6.txt b/texts/ade8d0df-8c7f-4209-b059-ad0428c00dd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..c18415ba090242b96ec088399855e207f0469003 --- /dev/null +++ b/texts/ade8d0df-8c7f-4209-b059-ad0428c00dd6.txt @@ -0,0 +1 @@ +A West Highland puppy, with fireworks in the background \ No newline at end of file diff --git a/texts/adf8c052-974f-4032-96b1-91ee7d8f2af3.txt b/texts/adf8c052-974f-4032-96b1-91ee7d8f2af3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1a4245b6e1adadd6817a01aeaadb9a2028eabcf --- /dev/null +++ b/texts/adf8c052-974f-4032-96b1-91ee7d8f2af3.txt @@ -0,0 +1 @@ +(2) a shot of a worker in uniform inspecting roasted beans cooling on a large circular tray, with steam rising; \ No newline at end of file diff --git a/texts/ae00aa25-7ace-4395-b668-814a9d5f99fb.txt b/texts/ae00aa25-7ace-4395-b668-814a9d5f99fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..02e952875281e4c3f7e59e277f2eb374c8d3effa --- /dev/null +++ b/texts/ae00aa25-7ace-4395-b668-814a9d5f99fb.txt @@ -0,0 +1 @@ +From the eyes grew trees covered with blue blossoms, and blue glowing butterflies flitted by the side. \ No newline at end of file diff --git a/texts/ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7.txt b/texts/ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..45ec46f1de262ff6442a3da832d692e37ac4b83b --- /dev/null +++ b/texts/ae01e25a-5270-46d9-ab2c-1ea6a0ece9e7.txt @@ -0,0 +1 @@ +The scene is neat and calm; it's a warm day; high above the clouds, the sea of clouds is yellowish; there's a ship floating in the sky \ No newline at end of file diff --git a/texts/ae04c4bb-849b-47d5-823f-11b5f8491e41.txt b/texts/ae04c4bb-849b-47d5-823f-11b5f8491e41.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f4f60ad7880cda85fce7c5f3374f277f8ca9ab4 --- /dev/null +++ b/texts/ae04c4bb-849b-47d5-823f-11b5f8491e41.txt @@ -0,0 +1 @@ +mulled wine, tom yum soup,Living room. \ No newline at end of file diff --git a/texts/ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc.txt b/texts/ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c6c25c8860c4961becdc5b9934f7009d18c0d34 --- /dev/null +++ b/texts/ae0ac1ff-62e2-4e5b-a672-8f4991dbccdc.txt @@ -0,0 +1 @@ +An endless expanse of snow. hellokitty dolls and Merry Kitty dolls in white wearing little pink dresses, there are traces of "TYY" in the snow, there are traces of cat PAWS. Light pink background with a dreamy effect. \ No newline at end of file diff --git a/texts/ae198f7b-f843-4ec1-a775-e08dcb9feff2.txt b/texts/ae198f7b-f843-4ec1-a775-e08dcb9feff2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3271462667391ee9a8b57a4234f75dbc8fa4319 --- /dev/null +++ b/texts/ae198f7b-f843-4ec1-a775-e08dcb9feff2.txt @@ -0,0 +1 @@ + taidibear snowfield Fireworks \ No newline at end of file diff --git a/texts/ae1a96d1-9f68-4409-993b-6a02098f8d70.txt b/texts/ae1a96d1-9f68-4409-993b-6a02098f8d70.txt new file mode 100644 index 0000000000000000000000000000000000000000..614bce443d2a677b77035ed4d29674e9d5bb11dd --- /dev/null +++ b/texts/ae1a96d1-9f68-4409-993b-6a02098f8d70.txt @@ -0,0 +1 @@ +A little rabbit doll.white, fat, bid eyse with red ribbon on its neck, red and white stripe socks on its legs.selling tickets in a beautiful theater ticket booth at a creepy abandon amusement park with lots of string lights.The photo vibe should be warm but a little bit lonely. \ No newline at end of file diff --git a/texts/ae2fec48-b266-4f44-9c64-e80e85695a43.txt b/texts/ae2fec48-b266-4f44-9c64-e80e85695a43.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9c8634d02ace69ba3b0ec37bb5bd84f2f4b007d --- /dev/null +++ b/texts/ae2fec48-b266-4f44-9c64-e80e85695a43.txt @@ -0,0 +1 @@ +zoom in photo of craft and mending workshop images, photorealistic photos and a hand repair knitwear \ No newline at end of file diff --git a/texts/ae311036-d44a-4b12-b36a-4165c5391f39.txt b/texts/ae311036-d44a-4b12-b36a-4165c5391f39.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d36344921354088e06722d48800906c61f269d8 --- /dev/null +++ b/texts/ae311036-d44a-4b12-b36a-4165c5391f39.txt @@ -0,0 +1 @@ +Snow, night, a kitten with wings \ No newline at end of file diff --git a/texts/ae36bccd-b65e-4fb2-8da9-72dde0971986.txt b/texts/ae36bccd-b65e-4fb2-8da9-72dde0971986.txt new file mode 100644 index 0000000000000000000000000000000000000000..03632c5f1960eb33a0d78d853e43561135266c22 --- /dev/null +++ b/texts/ae36bccd-b65e-4fb2-8da9-72dde0971986.txt @@ -0,0 +1 @@ + A bear doll is next to the Christmas tree. There are red balls and star lights on the Christmas tree. Next to the sea on a snowy day, there are fireworks in the sky. The three letters LBH are written on the snow. The overall picture is blue. \ No newline at end of file diff --git a/texts/ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451.txt b/texts/ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd8644cd2451055fd4110c7f50ca04a114912f58 --- /dev/null +++ b/texts/ae3ef6bc-ec04-48ce-afd1-6c0dc5ae4451.txt @@ -0,0 +1 @@ +Hello kitty in a pink sofa, and holding a light blue flower \ No newline at end of file diff --git a/texts/ae3f3469-7a48-48e6-b735-a3656dbdc2c1.txt b/texts/ae3f3469-7a48-48e6-b735-a3656dbdc2c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..40b251758cc3d3e1cc7a99abf1241c94d03a0f2c --- /dev/null +++ b/texts/ae3f3469-7a48-48e6-b735-a3656dbdc2c1.txt @@ -0,0 +1 @@ +Barbie bikini sunglass cigarette cocktail, bath, snowing \ No newline at end of file diff --git a/texts/ae3ffb6c-7255-43b0-9125-8239341edfa2.txt b/texts/ae3ffb6c-7255-43b0-9125-8239341edfa2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aa5b29b170c96e079ceb69f7b9248ec50bcf3b7 --- /dev/null +++ b/texts/ae3ffb6c-7255-43b0-9125-8239341edfa2.txt @@ -0,0 +1 @@ + The little black dog with yellow eyebrows is playing with the little orange cat at Christmas. \ No newline at end of file diff --git a/texts/ae5309c5-5da8-4975-8732-fd9a22054852.txt b/texts/ae5309c5-5da8-4975-8732-fd9a22054852.txt new file mode 100644 index 0000000000000000000000000000000000000000..03e910cb5b9847948eda513461400e7cc72cd6a4 --- /dev/null +++ b/texts/ae5309c5-5da8-4975-8732-fd9a22054852.txt @@ -0,0 +1 @@ +a beauty wearing white sunglasses sitting in a red convertible car \ No newline at end of file diff --git a/texts/ae589690-91a1-40c7-a91c-14875136eb41.txt b/texts/ae589690-91a1-40c7-a91c-14875136eb41.txt new file mode 100644 index 0000000000000000000000000000000000000000..615cdf04b695b5d17c78ed821b6faff6f2a37c08 --- /dev/null +++ b/texts/ae589690-91a1-40c7-a91c-14875136eb41.txt @@ -0,0 +1 @@ +hellokitty dog christmas cake birthday cat star \ No newline at end of file diff --git a/texts/ae589ec2-cfc3-4042-afa9-6e9715366325.txt b/texts/ae589ec2-cfc3-4042-afa9-6e9715366325.txt new file mode 100644 index 0000000000000000000000000000000000000000..762cf8b7b3cda2f6a88a4746c4848fda3c4108f5 --- /dev/null +++ b/texts/ae589ec2-cfc3-4042-afa9-6e9715366325.txt @@ -0,0 +1 @@ +There are mountains ,hills ,beautiful flowers ,palm trees grow on rocks,plastic penguins .The sky is pink and purple . \ No newline at end of file diff --git a/texts/ae6af50f-7403-4ac3-b139-282ec422339c.txt b/texts/ae6af50f-7403-4ac3-b139-282ec422339c.txt new file mode 100644 index 0000000000000000000000000000000000000000..436393a68506274254382e007247cef8f30ecc30 --- /dev/null +++ b/texts/ae6af50f-7403-4ac3-b139-282ec422339c.txt @@ -0,0 +1 @@ +The Schnauzer is watching the aurora. \ No newline at end of file diff --git a/texts/ae82fd8b-1f74-41fc-b52d-fcaa3cee1819.txt b/texts/ae82fd8b-1f74-41fc-b52d-fcaa3cee1819.txt new file mode 100644 index 0000000000000000000000000000000000000000..27ccac97e3b53b51742eef2296a57ec3842bd94b --- /dev/null +++ b/texts/ae82fd8b-1f74-41fc-b52d-fcaa3cee1819.txt @@ -0,0 +1 @@ +Mickey Mouse holding a kitchen knife in the hospital hallway \ No newline at end of file diff --git a/texts/ae83a591-a59e-4f4c-b0a0-1210736d9c8c.txt b/texts/ae83a591-a59e-4f4c-b0a0-1210736d9c8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a86f760475996187bab2e02410987494a4047a45 --- /dev/null +++ b/texts/ae83a591-a59e-4f4c-b0a0-1210736d9c8c.txt @@ -0,0 +1 @@ +Handwritten word "zjy" in the snow, Day, sunset, snow, Christmas tree, a hellokitty doll standing next to "zjy" \ No newline at end of file diff --git a/texts/ae83ef2a-de51-4c2e-984a-8f36a56cfe45.txt b/texts/ae83ef2a-de51-4c2e-984a-8f36a56cfe45.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a5e65301aebe93136256475ce6eab15864f0991 --- /dev/null +++ b/texts/ae83ef2a-de51-4c2e-984a-8f36a56cfe45.txt @@ -0,0 +1 @@ +A white rabbit with sunglasses is smoking a cigarette while a volcano erupts behind it. \ No newline at end of file diff --git a/texts/ae84b867-78e0-4ec5-8f4a-8c15602c2f70.txt b/texts/ae84b867-78e0-4ec5-8f4a-8c15602c2f70.txt new file mode 100644 index 0000000000000000000000000000000000000000..760b8814bfd8fa2761240896968dac9731af042d --- /dev/null +++ b/texts/ae84b867-78e0-4ec5-8f4a-8c15602c2f70.txt @@ -0,0 +1 @@ +Some day I ' ll , I wanna wear a starry crown \ No newline at end of file diff --git a/texts/ae85c89f-e883-4ba7-b610-ebb61b333bc0.txt b/texts/ae85c89f-e883-4ba7-b610-ebb61b333bc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d942e0b83bab62461752fec401b9e9f85c61734 --- /dev/null +++ b/texts/ae85c89f-e883-4ba7-b610-ebb61b333bc0.txt @@ -0,0 +1 @@ +A happy little Labrador wearing a birthday hat, with a Fuji camera around its neck, sitting in front of flowers and a birthday cake. \ No newline at end of file diff --git a/texts/ae9299e6-cc07-4d37-9c5e-3365e8f193ab.txt b/texts/ae9299e6-cc07-4d37-9c5e-3365e8f193ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7342af2a36a0cb89b3a0087e764e8e57a6be7fe --- /dev/null +++ b/texts/ae9299e6-cc07-4d37-9c5e-3365e8f193ab.txt @@ -0,0 +1 @@ +A monk stands in front of a burning Japan temple, facing away from the camera \ No newline at end of file diff --git a/texts/ae97b9eb-8d75-4b57-bf66-7e8bc009d22a.txt b/texts/ae97b9eb-8d75-4b57-bf66-7e8bc009d22a.txt new file mode 100644 index 0000000000000000000000000000000000000000..6346aeabdd66c15c80e0b96c43674b4fcd0115fb --- /dev/null +++ b/texts/ae97b9eb-8d75-4b57-bf66-7e8bc009d22a.txt @@ -0,0 +1 @@ +White Rabbit Grey Rabbit Reading \ No newline at end of file diff --git a/texts/ae99f1a0-e66b-4371-bb97-84f3c64bd05b.txt b/texts/ae99f1a0-e66b-4371-bb97-84f3c64bd05b.txt new file mode 100644 index 0000000000000000000000000000000000000000..abb4f1ebdf1e5717477746701786c468b1553661 --- /dev/null +++ b/texts/ae99f1a0-e66b-4371-bb97-84f3c64bd05b.txt @@ -0,0 +1 @@ +A golden retriever puppy eating fruit bowl \ No newline at end of file diff --git a/texts/aeae2ce2-008e-4516-8b56-61380c683983.txt b/texts/aeae2ce2-008e-4516-8b56-61380c683983.txt new file mode 100644 index 0000000000000000000000000000000000000000..b76c3e729a0b12e8a880df8382c5ec9e0986c961 --- /dev/null +++ b/texts/aeae2ce2-008e-4516-8b56-61380c683983.txt @@ -0,0 +1 @@ +In the snow, two HelloKitty dolls are on the left of center, snuggling together in wedding dresses. The doll on the left is dressed in a black suit and white shirt for the groom, while HelloKitty on the right is dressed in the bride's white wedding dress. The distance is blooming fireworks, the middle is the sea, the endless snow, the snow has the traces of "XWQ". The whole presents a warm atmosphere. There was a warm yellow light coming down. \ No newline at end of file diff --git a/texts/aebf8d89-9da5-428a-9b45-81ccaffe67ee.txt b/texts/aebf8d89-9da5-428a-9b45-81ccaffe67ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7032fdfa77592789b773aac6497b614747a2677 --- /dev/null +++ b/texts/aebf8d89-9da5-428a-9b45-81ccaffe67ee.txt @@ -0,0 +1 @@ +Black teddy puppy in the snow \ No newline at end of file diff --git a/texts/aec0a4ce-c65c-496e-826c-ba736b47fa2c.txt b/texts/aec0a4ce-c65c-496e-826c-ba736b47fa2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a251ba8963e8c79f521f193bc5d345279acb1f9 --- /dev/null +++ b/texts/aec0a4ce-c65c-496e-826c-ba736b47fa2c.txt @@ -0,0 +1 @@ +open up a door finding a people with 2head is greeting you \ No newline at end of file diff --git a/texts/aecd6920-3504-4f43-a7a9-320a94964d7d.txt b/texts/aecd6920-3504-4f43-a7a9-320a94964d7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d31a85798dd3f64e70e185ccde33db45f75090c --- /dev/null +++ b/texts/aecd6920-3504-4f43-a7a9-320a94964d7d.txt @@ -0,0 +1 @@ +In the snow at night, a black kitten with a halo on his head and a white scarf around his neck looks at the camera \ No newline at end of file diff --git a/texts/aecfc287-1cf5-475a-8733-6b7e02cccea5.txt b/texts/aecfc287-1cf5-475a-8733-6b7e02cccea5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d48f7af9de91f1bcd504f814c2afae31e4d0f3e --- /dev/null +++ b/texts/aecfc287-1cf5-475a-8733-6b7e02cccea5.txt @@ -0,0 +1 @@ +I'm sure we're taller in another dimension. \ No newline at end of file diff --git a/texts/aedb0fcf-cd41-476e-a222-e573a00ff863.txt b/texts/aedb0fcf-cd41-476e-a222-e573a00ff863.txt new file mode 100644 index 0000000000000000000000000000000000000000..49bda2773101c143f45a6529331969fd63775377 --- /dev/null +++ b/texts/aedb0fcf-cd41-476e-a222-e573a00ff863.txt @@ -0,0 +1 @@ +Astronauts and Emperor driving sports cars at the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f.txt b/texts/aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d6a0d744126495a2c0c461b0a5e4b9a09efea73 --- /dev/null +++ b/texts/aedbbc6f-b97d-40d4-8359-6a94b9e3bb8f.txt @@ -0,0 +1 @@ +a beauty wearing white sunglasses dancing under the moonlight and sky full of stars \ No newline at end of file diff --git a/texts/aedcef34-3ac1-41f3-846f-d5c31b5d1093.txt b/texts/aedcef34-3ac1-41f3-846f-d5c31b5d1093.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7e7e38c516ede545cb202dec7c1d53bce5391d0 --- /dev/null +++ b/texts/aedcef34-3ac1-41f3-846f-d5c31b5d1093.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, and there are beautiful fireworks. The close-up is a hello kitty doll wearing a Christmas hat, and next to it is a Christmas tree full of lights. Lyh is written in the snow, the dark blue night sky, with a little light particles. The saturation is high. \ No newline at end of file diff --git a/texts/aee2fbbb-a705-49ab-9594-36fa8975ddec.txt b/texts/aee2fbbb-a705-49ab-9594-36fa8975ddec.txt new file mode 100644 index 0000000000000000000000000000000000000000..496d2e3a18ad3dc6ea6a74257be23c92d75a078a --- /dev/null +++ b/texts/aee2fbbb-a705-49ab-9594-36fa8975ddec.txt @@ -0,0 +1 @@ +Christmas Scene, Toy Bear, Stunning Christmas Tree, Christmas Gifts, Dining Table, Short-haired Asian Male in Red Sweater (Front View), Frontal Image \ No newline at end of file diff --git a/texts/aee39380-77b2-4bde-99c1-cb9dd2807d69.txt b/texts/aee39380-77b2-4bde-99c1-cb9dd2807d69.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3227bd6baffca0df7f93ef765956309854605fb --- /dev/null +++ b/texts/aee39380-77b2-4bde-99c1-cb9dd2807d69.txt @@ -0,0 +1 @@ +An orange cat wearing a Santa hat is sittingon a Christmas tree next to a fireplace as a Christmas decoration \ No newline at end of file diff --git a/texts/aee67b0c-c384-40a2-b9d6-e47c8a77f56f.txt b/texts/aee67b0c-c384-40a2-b9d6-e47c8a77f56f.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d13cb0d40f89b6e00927562b2bfa8e2eefb820 --- /dev/null +++ b/texts/aee67b0c-c384-40a2-b9d6-e47c8a77f56f.txt @@ -0,0 +1 @@ +A milky-white long-haired kitten with yellow butterfly wings stood on a window sill Looking at some yellow butterflies and white snow and trees outside the windowite snow \ No newline at end of file diff --git a/texts/aee6c4a2-8367-4ebe-bae5-4c54c344b7e6.txt b/texts/aee6c4a2-8367-4ebe-bae5-4c54c344b7e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a91864193c58179925ba79d0eec0e28b7f6e281 --- /dev/null +++ b/texts/aee6c4a2-8367-4ebe-bae5-4c54c344b7e6.txt @@ -0,0 +1 @@ +Luxurious Lunar New Year Poster in Gold and Red \ No newline at end of file diff --git a/texts/aef29fd2-216f-41b3-aca9-16dbf5b1eee9.txt b/texts/aef29fd2-216f-41b3-aca9-16dbf5b1eee9.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eda5690b2be8e93fff69419d78a0f02d9c1b624 --- /dev/null +++ b/texts/aef29fd2-216f-41b3-aca9-16dbf5b1eee9.txt @@ -0,0 +1 @@ +a kitten boxing with a tiny pair of gloves in a boxing ring. Details: The kitten could be wearing boxing gloves and standing in a boxing stance. add a trainer in the background to give the image a more dynamic feel. \ No newline at end of file diff --git a/texts/aef41908-4022-490f-9529-9df771ac9497.txt b/texts/aef41908-4022-490f-9529-9df771ac9497.txt new file mode 100644 index 0000000000000000000000000000000000000000..71edbdff2c727e8f8cf0a8604b9d5dee97ef192d --- /dev/null +++ b/texts/aef41908-4022-490f-9529-9df771ac9497.txt @@ -0,0 +1 @@ +tree, disco ball, karaoke room, stage, big elephant \ No newline at end of file diff --git a/texts/af019881-28b6-4bf8-9efa-c2910209f326.txt b/texts/af019881-28b6-4bf8-9efa-c2910209f326.txt new file mode 100644 index 0000000000000000000000000000000000000000..00941b8b815ae5b905a9bdfd6a7e6e8488696499 --- /dev/null +++ b/texts/af019881-28b6-4bf8-9efa-c2910209f326.txt @@ -0,0 +1 @@ +West Highlands runs through the air, surrounded by his favorite toys floatingThe dog's expression is even cuter, running in the air in the real sky grass \ No newline at end of file diff --git a/texts/af043b73-24b7-4ccd-ac03-4efd2e57dca9.txt b/texts/af043b73-24b7-4ccd-ac03-4efd2e57dca9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6d704f76898dd01b2bc5cccc30b20334eec5e71 --- /dev/null +++ b/texts/af043b73-24b7-4ccd-ac03-4efd2e57dca9.txt @@ -0,0 +1 @@ +Bugs Bunny stands on the street without pedestrians. \ No newline at end of file diff --git a/texts/af06e2d7-c447-4fa8-8f8d-0cd76ace2726.txt b/texts/af06e2d7-c447-4fa8-8f8d-0cd76ace2726.txt new file mode 100644 index 0000000000000000000000000000000000000000..c39131dbcac29f549cf60d4a43b47f73ed295bfd --- /dev/null +++ b/texts/af06e2d7-c447-4fa8-8f8d-0cd76ace2726.txt @@ -0,0 +1 @@ +Cute Cheese Love's Day Character Illustration \ No newline at end of file diff --git a/texts/af1566a3-8fc7-494f-a1aa-caa66507ff11.txt b/texts/af1566a3-8fc7-494f-a1aa-caa66507ff11.txt new file mode 100644 index 0000000000000000000000000000000000000000..56f9056ae3bdbd7c2870def4c3c9a03f06f968b9 --- /dev/null +++ b/texts/af1566a3-8fc7-494f-a1aa-caa66507ff11.txt @@ -0,0 +1 @@ +Red brown sausage dog soaking in hot springs \ No newline at end of file diff --git a/texts/af1a6c58-d9f9-4b66-949b-38ce0f762d0e.txt b/texts/af1a6c58-d9f9-4b66-949b-38ce0f762d0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..76b1f19795cc87729022d1492f327e3bdae7da4e --- /dev/null +++ b/texts/af1a6c58-d9f9-4b66-949b-38ce0f762d0e.txt @@ -0,0 +1 @@ +Two seabirds are watching grand fireworks by the seaside. \ No newline at end of file diff --git a/texts/af23a0ea-8c4e-4f11-b04b-f92076458d4e.txt b/texts/af23a0ea-8c4e-4f11-b04b-f92076458d4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..37c6f21e8cb84997960e07ae2ec2b5cacdc78d6e --- /dev/null +++ b/texts/af23a0ea-8c4e-4f11-b04b-f92076458d4e.txt @@ -0,0 +1 @@ +hellokitty dancing in the blue glacier snow \ No newline at end of file diff --git a/texts/af37f622-6563-4d19-bf15-432583ded94a.txt b/texts/af37f622-6563-4d19-bf15-432583ded94a.txt new file mode 100644 index 0000000000000000000000000000000000000000..86be587fcdc417c2b883dbf1b43c2926b4b15521 --- /dev/null +++ b/texts/af37f622-6563-4d19-bf15-432583ded94a.txt @@ -0,0 +1 @@ +A beagle, a couch, apples, a Christmas tree \ No newline at end of file diff --git a/texts/af3b9d1c-7b95-4928-bdc8-bb2b4300dac4.txt b/texts/af3b9d1c-7b95-4928-bdc8-bb2b4300dac4.txt new file mode 100644 index 0000000000000000000000000000000000000000..067270512e12a764a61997e509050c1d80b899f4 --- /dev/null +++ b/texts/af3b9d1c-7b95-4928-bdc8-bb2b4300dac4.txt @@ -0,0 +1 @@ +A kitten is wearing a birthday hat on its head. There is a birthday cake next to the kitten. It is sitting on the coastal beach by the sea. 77 is written on the beach. \ No newline at end of file diff --git a/texts/af5f19bc-1311-4425-8d69-e046fa30a85c.txt b/texts/af5f19bc-1311-4425-8d69-e046fa30a85c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e978ed12de9d5ecf81e366163b05f37f5037fc9b --- /dev/null +++ b/texts/af5f19bc-1311-4425-8d69-e046fa30a85c.txt @@ -0,0 +1 @@ +hellokitty,gun,apron,snow \ No newline at end of file diff --git a/texts/af723e20-2715-47c5-95fb-a8bfe30da20c.txt b/texts/af723e20-2715-47c5-95fb-a8bfe30da20c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6691e0fb78990aa90d63d765bea5940f53de7971 --- /dev/null +++ b/texts/af723e20-2715-47c5-95fb-a8bfe30da20c.txt @@ -0,0 +1 @@ +Hello Kitty wearing a Santa hat and holding a gun on the edge of a volcano \ No newline at end of file diff --git a/texts/af7420af-902f-4042-8a43-bb5607e1cf6c.txt b/texts/af7420af-902f-4042-8a43-bb5607e1cf6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c943c4674e264ce4ef5eee09ad2b319bff8661c5 --- /dev/null +++ b/texts/af7420af-902f-4042-8a43-bb5607e1cf6c.txt @@ -0,0 +1 @@ +A white puppy with a scarf and a black Shiba Inu with a scarf snuggle up to each other in the snow \ No newline at end of file diff --git a/texts/af7c7dc9-3a60-400d-a9de-5d2f09c32e39.txt b/texts/af7c7dc9-3a60-400d-a9de-5d2f09c32e39.txt new file mode 100644 index 0000000000000000000000000000000000000000..8447c824125d24786343e99caaf7eaecdbffaeae --- /dev/null +++ b/texts/af7c7dc9-3a60-400d-a9de-5d2f09c32e39.txt @@ -0,0 +1 @@ +Hello kitty Spend Christmas outside a log cabin at the foot of a snowy mountain \ No newline at end of file diff --git a/texts/af8019ba-630b-47bc-a838-1af93f6f116c.txt b/texts/af8019ba-630b-47bc-a838-1af93f6f116c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0685a4a796ddd7a4679f580b3c6ecd42679aaeb1 --- /dev/null +++ b/texts/af8019ba-630b-47bc-a838-1af93f6f116c.txt @@ -0,0 +1 @@ +A Hello Kitty wearing a Santa hat with little white wings, an apple shaped cake in front of her, a big Christmas tree behind her and a window with a snowy landscape outside. \ No newline at end of file diff --git a/texts/af8b5865-4882-4de8-a332-f21ed1960a04.txt b/texts/af8b5865-4882-4de8-a332-f21ed1960a04.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed1959cf734e6075dbf19cef1a440aa8843fe5df --- /dev/null +++ b/texts/af8b5865-4882-4de8-a332-f21ed1960a04.txt @@ -0,0 +1 @@ +The deer outside the window There's a bunch of flowers in the deer's mouth. \ No newline at end of file diff --git a/texts/af8b689d-3073-42b2-98f8-8f6144572797.txt b/texts/af8b689d-3073-42b2-98f8-8f6144572797.txt new file mode 100644 index 0000000000000000000000000000000000000000..0def5d53c48b9165092ae2e797e9a400a6d5bf83 --- /dev/null +++ b/texts/af8b689d-3073-42b2-98f8-8f6144572797.txt @@ -0,0 +1 @@ +Cartoon character Peppa Pig holding a camera on the street \ No newline at end of file diff --git a/texts/af8ba60b-0efd-40f6-b8d1-f97f20eb219d.txt b/texts/af8ba60b-0efd-40f6-b8d1-f97f20eb219d.txt new file mode 100644 index 0000000000000000000000000000000000000000..34e80f9db0924ec6b8c2936ed15d158394aaed72 --- /dev/null +++ b/texts/af8ba60b-0efd-40f6-b8d1-f97f20eb219d.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "FLT&LARS" engraved on the snow \ No newline at end of file diff --git a/texts/af8c4fa7-086b-4e47-b9fe-60dc344c903a.txt b/texts/af8c4fa7-086b-4e47-b9fe-60dc344c903a.txt new file mode 100644 index 0000000000000000000000000000000000000000..bef413a2c37aea35abc0d547dc01e486f6149e83 --- /dev/null +++ b/texts/af8c4fa7-086b-4e47-b9fe-60dc344c903a.txt @@ -0,0 +1 @@ +A dog chews on a pencil to sketch a car, and this car sketch is streamlined style \ No newline at end of file diff --git a/texts/af8ca3dc-a492-4a40-903e-244c7fd31022.txt b/texts/af8ca3dc-a492-4a40-903e-244c7fd31022.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a8363bb05a39b732149141d8d5d669b59ce8b61 --- /dev/null +++ b/texts/af8ca3dc-a492-4a40-903e-244c7fd31022.txt @@ -0,0 +1 @@ +bunnies teaching carrot on blackboard in sun \ No newline at end of file diff --git a/texts/af914690-d970-4237-9dbc-baaf986865c1.txt b/texts/af914690-d970-4237-9dbc-baaf986865c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4433319deea67965a0523d8ed8f8d4f45f6159a2 --- /dev/null +++ b/texts/af914690-d970-4237-9dbc-baaf986865c1.txt @@ -0,0 +1 @@ +a rainbow-colored teddy bear, draped in the vibrant hues of a rainbow, sits poised in a roller coaster car shaped like a pink birthday cake. The cake-car bears the words "Happy Birthday" in bold English letters. Beneath it, intricate gray metal tracks twist and loop in an elaborate network. The roller coaster is hurtling towards the entrance of a towering skyscraper that looms above. Surrounding the scene is a bustling skyline, reminiscent of New York City, filled with skyscrapers that pierce the sky, creating an awe-inspiring urban backdrop.A rainbow-colored teddy bear with vertical stripes takes center stage, sitting in a roller coaster car shaped like a pink birthday cake. The cake-car features the words "Happy Birthday" written in matching pink letters. The coaster, gliding on intricate gray metal tracks, is heading toward a towering skyscraper on the right side of the scene. The background is filled with a dazzling array of skyscrapers, evoking the bustling energy of New York City \ No newline at end of file diff --git a/texts/af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be.txt b/texts/af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be.txt new file mode 100644 index 0000000000000000000000000000000000000000..89893314033c5f4ff380b35b1a156e72647a8421 --- /dev/null +++ b/texts/af91a63d-70a6-4e6e-bbdb-5a2e21a7e8be.txt @@ -0,0 +1 @@ +Hello Kitty and the My Sweet Piano are dancing in the snow \ No newline at end of file diff --git a/texts/af94fc01-e882-44eb-b1c7-2635f17bb370.txt b/texts/af94fc01-e882-44eb-b1c7-2635f17bb370.txt new file mode 100644 index 0000000000000000000000000000000000000000..817f8247c9635290c1fbffba949a4c375b93ae5d --- /dev/null +++ b/texts/af94fc01-e882-44eb-b1c7-2635f17bb370.txt @@ -0,0 +1 @@ +2 HelloKittys sit next to the snow by the sea with a small fireworks nearby, and the letters DDZZ Foever written on the snow.and fireworks \ No newline at end of file diff --git a/texts/af9cfb5d-e995-4668-a124-968b1077d75f.txt b/texts/af9cfb5d-e995-4668-a124-968b1077d75f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ab4c6abb4a7e415833ff9f5c928ffa1699e8d2a --- /dev/null +++ b/texts/af9cfb5d-e995-4668-a124-968b1077d75f.txt @@ -0,0 +1 @@ +a bird whose color is orange and blue ,wearing a pair of yellow glasses ,stands on an apple \ No newline at end of file diff --git a/texts/afa33c68-f359-413c-8bcc-45d9499ba75c.txt b/texts/afa33c68-f359-413c-8bcc-45d9499ba75c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a61d932e683caa4ef984197f7398e3a9a93046a1 --- /dev/null +++ b/texts/afa33c68-f359-413c-8bcc-45d9499ba75c.txt @@ -0,0 +1 @@ +Hello Kitty with cigarette in hand smoking in front of firing home \ No newline at end of file diff --git a/texts/afbf992f-e67a-4658-8892-38f3aa3e8a71.txt b/texts/afbf992f-e67a-4658-8892-38f3aa3e8a71.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cbfaf08713e4a64a08ce4302238e8cb3e3fa0c0 --- /dev/null +++ b/texts/afbf992f-e67a-4658-8892-38f3aa3e8a71.txt @@ -0,0 +1 @@ +A small goldfish and a black kitten swim in the Milky Way of space, surrounded by shining stars, dreams \ No newline at end of file diff --git a/texts/afc3a0ed-37d3-43c2-8025-fd3352dae07e.txt b/texts/afc3a0ed-37d3-43c2-8025-fd3352dae07e.txt new file mode 100644 index 0000000000000000000000000000000000000000..283f84ba3b0722955157aa1851a1653ff0a6de0b --- /dev/null +++ b/texts/afc3a0ed-37d3-43c2-8025-fd3352dae07e.txt @@ -0,0 +1 @@ + Beyond the Horizon \ No newline at end of file diff --git a/texts/afe54dbb-245b-4b8f-ba5c-0834ad4c11d3.txt b/texts/afe54dbb-245b-4b8f-ba5c-0834ad4c11d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96563acc5a188e2a6a7822ad203006112f9fe16 --- /dev/null +++ b/texts/afe54dbb-245b-4b8f-ba5c-0834ad4c11d3.txt @@ -0,0 +1 @@ +In the valley there was a tree with purple leaves and light purple fruit \ No newline at end of file diff --git a/texts/aff65b45-656c-4233-abe2-660de3d6421c.txt b/texts/aff65b45-656c-4233-abe2-660de3d6421c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f81fec1036bd87fd7320aa40f62d2235f4ce826 --- /dev/null +++ b/texts/aff65b45-656c-4233-abe2-660de3d6421c.txt @@ -0,0 +1 @@ +a sad teddy dog, drinking wine in pool \ No newline at end of file diff --git a/texts/aff8c175-b2e5-40e9-b97b-6d85f89eba08.txt b/texts/aff8c175-b2e5-40e9-b97b-6d85f89eba08.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b0dc6c556fac3903f79103754410f88f93e03d8 --- /dev/null +++ b/texts/aff8c175-b2e5-40e9-b97b-6d85f89eba08.txt @@ -0,0 +1 @@ +There is a white cat chasing a blue butterfly on the snow, behind the sky with stars and the moon, the white snow with snow written chaser \ No newline at end of file diff --git a/texts/affe007a-5a07-4d11-bcf6-b5a5cf2d9658.txt b/texts/affe007a-5a07-4d11-bcf6-b5a5cf2d9658.txt new file mode 100644 index 0000000000000000000000000000000000000000..f38f32231874e4c7ead7d6d7fa1c0cac922dde4e --- /dev/null +++ b/texts/affe007a-5a07-4d11-bcf6-b5a5cf2d9658.txt @@ -0,0 +1 @@ +Make me a picture of a child watching a house catch fire, the child overlooks the valley, the small house catches fire in the field. Make a realistic style, i want a perfect details \ No newline at end of file diff --git a/texts/b000044e-c5fb-48ce-8746-2dee370310d7.txt b/texts/b000044e-c5fb-48ce-8746-2dee370310d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..12fea58813972ee5f992916daff36a7ca34e4d73 --- /dev/null +++ b/texts/b000044e-c5fb-48ce-8746-2dee370310d7.txt @@ -0,0 +1 @@ +Black cat,lightning \ No newline at end of file diff --git a/texts/b0171b9a-32f0-4e13-b9d4-e02d25d605f8.txt b/texts/b0171b9a-32f0-4e13-b9d4-e02d25d605f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..00c7761c773c894b8c9ec3ce8c16d33a3cdca0ef --- /dev/null +++ b/texts/b0171b9a-32f0-4e13-b9d4-e02d25d605f8.txt @@ -0,0 +1 @@ +Yorkshiredog and white dog ,snow, smile \ No newline at end of file diff --git a/texts/b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6.txt b/texts/b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4972bf92273c876ef424f0f68e521d3f4c33c1e2 --- /dev/null +++ b/texts/b01bfaef-83ef-47fd-ae7b-1c1ee2c7e5a6.txt @@ -0,0 +1 @@ +a black cat is working on a computer, glittering star falling around it, butterfly wings, medium shot \ No newline at end of file diff --git a/texts/b024816f-92d5-4328-a9eb-428488bf6443.txt b/texts/b024816f-92d5-4328-a9eb-428488bf6443.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d0a375ac3b9500328e0bc6091fc16a659b26a03 --- /dev/null +++ b/texts/b024816f-92d5-4328-a9eb-428488bf6443.txt @@ -0,0 +1 @@ +Hello Kitty sell icecream \ No newline at end of file diff --git a/texts/b045ad85-7a96-4c04-838b-69f39fa0ac60.txt b/texts/b045ad85-7a96-4c04-838b-69f39fa0ac60.txt new file mode 100644 index 0000000000000000000000000000000000000000..db87c7603dbf799e3c8739b5be8bd741196e045b --- /dev/null +++ b/texts/b045ad85-7a96-4c04-838b-69f39fa0ac60.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on forehead through nose wearing christmas hat on , playing in the snow whith a young asian lady with swimming suite and glasses \ No newline at end of file diff --git a/texts/b049005a-d849-40a4-afe6-ef79ce11ce2b.txt b/texts/b049005a-d849-40a4-afe6-ef79ce11ce2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..09c6d54885a5e7e3868f2055bdaef9cc885d3ef6 --- /dev/null +++ b/texts/b049005a-d849-40a4-afe6-ef79ce11ce2b.txt @@ -0,0 +1 @@ +small pink smoke, green grass, night sky \ No newline at end of file diff --git a/texts/b04a6a8c-b127-4638-890b-ee252ebe9e03.txt b/texts/b04a6a8c-b127-4638-890b-ee252ebe9e03.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccc4755b1670f4f486532ab0bb1e902cc08e7997 --- /dev/null +++ b/texts/b04a6a8c-b127-4638-890b-ee252ebe9e03.txt @@ -0,0 +1 @@ +A little West Highland dog with the wind blowing in his face and his tongue out happily \ No newline at end of file diff --git a/texts/b04ddc5f-c789-454f-9d9f-0df9538b4868.txt b/texts/b04ddc5f-c789-454f-9d9f-0df9538b4868.txt new file mode 100644 index 0000000000000000000000000000000000000000..af78a67737b6d2593e9c67294452b2a4f4589f5e --- /dev/null +++ b/texts/b04ddc5f-c789-454f-9d9f-0df9538b4868.txt @@ -0,0 +1 @@ +Hello kitty hold an Australian passport standing under Tokyo Tower \ No newline at end of file diff --git a/texts/b058ccde-c661-4468-b786-837b14a1a4bd.txt b/texts/b058ccde-c661-4468-b786-837b14a1a4bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..d95500d07ea3a4496b5f54fcb3f44e549a29ef3f --- /dev/null +++ b/texts/b058ccde-c661-4468-b786-837b14a1a4bd.txt @@ -0,0 +1 @@ +A Dragon Licat wears a white pearl necklace. The front is sitting on a red sofa with a snowy backdrop of pine trees. \ No newline at end of file diff --git a/texts/b05919a6-4bfa-45f4-adcf-22c0c09085d5.txt b/texts/b05919a6-4bfa-45f4-adcf-22c0c09085d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a2fd69e891c84b1746d4b13f607e262575dc865 --- /dev/null +++ b/texts/b05919a6-4bfa-45f4-adcf-22c0c09085d5.txt @@ -0,0 +1 @@ +A group of people performing on the beach on a blue-pink day surrounded by red roses \ No newline at end of file diff --git a/texts/b0614e83-b8f6-4b91-ae06-9ad1beb8cab4.txt b/texts/b0614e83-b8f6-4b91-ae06-9ad1beb8cab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb144e3e62467a63c44602275239b1facd779e29 --- /dev/null +++ b/texts/b0614e83-b8f6-4b91-ae06-9ad1beb8cab4.txt @@ -0,0 +1 @@ +Outdoors, then on a snowy day, there are Christmas trees and kitty cat dolls, fireworks blooming in the sky, and the letters whs on the snow. \ No newline at end of file diff --git a/texts/b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf.txt b/texts/b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf.txt new file mode 100644 index 0000000000000000000000000000000000000000..22f4c457bd5b8b35bfa680538560c2a6fa461778 --- /dev/null +++ b/texts/b0650fc4-6e9d-47ac-9d88-44e4b4f56ecf.txt @@ -0,0 +1 @@ +A Bernese Mountain Dog and a Samoyed dog playing at the seaside, snowing, blues time. Can cut into two icon. \ No newline at end of file diff --git a/texts/b065ca9a-f25e-4fd4-bff8-74f5df855e8b.txt b/texts/b065ca9a-f25e-4fd4-bff8-74f5df855e8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0912041d53a32afca605098a6fda62e0c0b14ca --- /dev/null +++ b/texts/b065ca9a-f25e-4fd4-bff8-74f5df855e8b.txt @@ -0,0 +1 @@ +Snow, cute bear, cake \ No newline at end of file diff --git a/texts/b06b84d7-4d01-4e5d-8322-6c5b613dc235.txt b/texts/b06b84d7-4d01-4e5d-8322-6c5b613dc235.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c8cf6e49e1c6f5f904cbf66d618ed74e644cca --- /dev/null +++ b/texts/b06b84d7-4d01-4e5d-8322-6c5b613dc235.txt @@ -0,0 +1 @@ +British Shorthair Cat, American Maine Orange Cat, and Chinese calico Cat Playing in the Christmas Snow \ No newline at end of file diff --git a/texts/b06f03ab-d0cf-4953-8c5a-9553305af257.txt b/texts/b06f03ab-d0cf-4953-8c5a-9553305af257.txt new file mode 100644 index 0000000000000000000000000000000000000000..6984a0a63dde8cf4a3460a7e33c17e1f2209195d --- /dev/null +++ b/texts/b06f03ab-d0cf-4953-8c5a-9553305af257.txt @@ -0,0 +1 @@ +Dreams are burning, clouds are trees, I return to heaven \ No newline at end of file diff --git a/texts/b0701572-fd1d-4473-aa8e-3ceba14f9e2d.txt b/texts/b0701572-fd1d-4473-aa8e-3ceba14f9e2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..901715db4d84f02da735472d989a41c64fc337fb --- /dev/null +++ b/texts/b0701572-fd1d-4473-aa8e-3ceba14f9e2d.txt @@ -0,0 +1 @@ +A mame shiba lnu wearing a Santa hat sleeps by the sunny window \ No newline at end of file diff --git a/texts/b072ac43-d724-46c2-9bfb-0af9511205da.txt b/texts/b072ac43-d724-46c2-9bfb-0af9511205da.txt new file mode 100644 index 0000000000000000000000000000000000000000..2895f5c8c2136a151e59d570d4d81a68dc8ba07f --- /dev/null +++ b/texts/b072ac43-d724-46c2-9bfb-0af9511205da.txt @@ -0,0 +1 @@ +On the table in a beautiful room, there is a three-layer strawberry cake with 1208 written on it. Outside the window is the night sky, with stars and beautiful flowers, plants, and trees \ No newline at end of file diff --git a/texts/b079ebe2-91c2-4961-880a-1db06ec7e771.txt b/texts/b079ebe2-91c2-4961-880a-1db06ec7e771.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d50d13842d789a9da6eb248d127ec622e836bd6 --- /dev/null +++ b/texts/b079ebe2-91c2-4961-880a-1db06ec7e771.txt @@ -0,0 +1 @@ +The Ragdoll cat wears a hat and plays stars with the snowman \ No newline at end of file diff --git a/texts/b082165d-e713-40fc-bb0b-dc2050733159.txt b/texts/b082165d-e713-40fc-bb0b-dc2050733159.txt new file mode 100644 index 0000000000000000000000000000000000000000..1963070163aa635e0732f7d8b393dcadc7078487 --- /dev/null +++ b/texts/b082165d-e713-40fc-bb0b-dc2050733159.txt @@ -0,0 +1 @@ +A cat with white and orange fur color working in the snow \ No newline at end of file diff --git a/texts/b0835565-2a76-472a-8d75-c4c0993deb61.txt b/texts/b0835565-2a76-472a-8d75-c4c0993deb61.txt new file mode 100644 index 0000000000000000000000000000000000000000..35b2a87e51e452da5d140d3291b59774487ca74f --- /dev/null +++ b/texts/b0835565-2a76-472a-8d75-c4c0993deb61.txt @@ -0,0 +1 @@ +a frog with big eyes and small legs having a lots of candt \ No newline at end of file diff --git a/texts/b08a8d6d-8a8d-448d-8f46-984494f92406.txt b/texts/b08a8d6d-8a8d-448d-8f46-984494f92406.txt new file mode 100644 index 0000000000000000000000000000000000000000..c94fd8630473dc75214b8cb17c7511564a479a9b --- /dev/null +++ b/texts/b08a8d6d-8a8d-448d-8f46-984494f92406.txt @@ -0,0 +1 @@ +Two white seagulls eating fries on the beach.the seagulls should be on the beach \ No newline at end of file diff --git a/texts/b08ed88b-ca46-44be-b576-2b6f0d2c0287.txt b/texts/b08ed88b-ca46-44be-b576-2b6f0d2c0287.txt new file mode 100644 index 0000000000000000000000000000000000000000..347448e0815c178e8a4ca2971f7b9bbf5b2e491a --- /dev/null +++ b/texts/b08ed88b-ca46-44be-b576-2b6f0d2c0287.txt @@ -0,0 +1 @@ +camera angles should be wide angle, framing on leading lines, observing stars in snow outdoor forest \ No newline at end of file diff --git a/texts/b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071.txt b/texts/b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071.txt new file mode 100644 index 0000000000000000000000000000000000000000..2874a83e70cc7c32c3b042d5ffcc4c92c523cb6a --- /dev/null +++ b/texts/b09b7b78-ce11-4aa7-bdc3-3c69c9c3f071.txt @@ -0,0 +1 @@ +Hello kitty in pink playing pool \ No newline at end of file diff --git a/texts/b0a698b6-fbd5-44cf-ba7b-506dffed49a1.txt b/texts/b0a698b6-fbd5-44cf-ba7b-506dffed49a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9de460fa42b488a3d79b77014555b7690d8d42d --- /dev/null +++ b/texts/b0a698b6-fbd5-44cf-ba7b-506dffed49a1.txt @@ -0,0 +1 @@ +hello kitty is rapping \ No newline at end of file diff --git a/texts/b0a910f9-5982-4967-b533-b76dbd47fbc2.txt b/texts/b0a910f9-5982-4967-b533-b76dbd47fbc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b7ea3fc0d4c79ea99178be1d1454844006272e3 --- /dev/null +++ b/texts/b0a910f9-5982-4967-b533-b76dbd47fbc2.txt @@ -0,0 +1 @@ +Christmas in English Remedial Classes \ No newline at end of file diff --git a/texts/b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4.txt b/texts/b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d35f2312e5f1dc9a329623103fe6e02dc1f7154 --- /dev/null +++ b/texts/b0bb0f6c-9609-49b8-9ff2-eec010ccbfe4.txt @@ -0,0 +1 @@ +A West Highland White Terrier, its back adorned with beautiful pink wings, joyfully playing in a snowdrift against a breathtaking sky of blue and pink hues. Snow falls heavily. \ No newline at end of file diff --git a/texts/b0c988c8-8523-4cfb-8a17-caf19f40efe6.txt b/texts/b0c988c8-8523-4cfb-8a17-caf19f40efe6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8d2a89855dc5bdeb3f213192b9dd7c5f45fec23 --- /dev/null +++ b/texts/b0c988c8-8523-4cfb-8a17-caf19f40efe6.txt @@ -0,0 +1 @@ +A killer whale leaping out of the surface of the magma \ No newline at end of file diff --git a/texts/b0cde71c-63fb-4f01-89f3-e627033dc20d.txt b/texts/b0cde71c-63fb-4f01-89f3-e627033dc20d.txt new file mode 100644 index 0000000000000000000000000000000000000000..52825b30634a5e02f51511a883e06e71172ea376 --- /dev/null +++ b/texts/b0cde71c-63fb-4f01-89f3-e627033dc20d.txt @@ -0,0 +1 @@ +The sea, the Christmas tree \ No newline at end of file diff --git a/texts/b0cfea09-7b7c-447f-ad57-d994a797ea87.txt b/texts/b0cfea09-7b7c-447f-ad57-d994a797ea87.txt new file mode 100644 index 0000000000000000000000000000000000000000..31ffd42a8a216279e4be764f3bfa2125614f7ae1 --- /dev/null +++ b/texts/b0cfea09-7b7c-447f-ad57-d994a797ea87.txt @@ -0,0 +1 @@ +Lotus Pond under Sunset \ No newline at end of file diff --git a/texts/b0d298ca-fde5-48c2-b9c0-f7922c6c573c.txt b/texts/b0d298ca-fde5-48c2-b9c0-f7922c6c573c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d191fb00e23c3e66e711ed70fe629c666b8f1c0 --- /dev/null +++ b/texts/b0d298ca-fde5-48c2-b9c0-f7922c6c573c.txt @@ -0,0 +1 @@ +A winter scene with snow-covered ground at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In front of them is a decorative lettering spelling out "DAY & ZY." The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/b0d53993-9be0-48a3-8e33-b70d2d5e4843.txt b/texts/b0d53993-9be0-48a3-8e33-b70d2d5e4843.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c483d0524fae5b3b2c4e46da1f5d8fc9d6c159f --- /dev/null +++ b/texts/b0d53993-9be0-48a3-8e33-b70d2d5e4843.txt @@ -0,0 +1 @@ +small young cute bear small face \ No newline at end of file diff --git a/texts/b0fff8e0-8bd6-49f0-b972-f29e1defb871.txt b/texts/b0fff8e0-8bd6-49f0-b972-f29e1defb871.txt new file mode 100644 index 0000000000000000000000000000000000000000..324f94e8b705902a4b8bb28caef08663a493227b --- /dev/null +++ b/texts/b0fff8e0-8bd6-49f0-b972-f29e1defb871.txt @@ -0,0 +1 @@ +A monk wears a hat and holds a bouquet of red flowers, and behind him is a temple with a fire and snow \ No newline at end of file diff --git a/texts/b12945c6-9745-434a-b6c8-fb3c95007109.txt b/texts/b12945c6-9745-434a-b6c8-fb3c95007109.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fb89f7d7d562916beda6f2ebc037dee834a65b0 --- /dev/null +++ b/texts/b12945c6-9745-434a-b6c8-fb3c95007109.txt @@ -0,0 +1 @@ +A light yellow and white short-footed Mankicon cat wearing a cute pink piglet hat is in the snow. \ No newline at end of file diff --git a/texts/b139fefb-9265-48a2-ad09-64d60d807095.txt b/texts/b139fefb-9265-48a2-ad09-64d60d807095.txt new file mode 100644 index 0000000000000000000000000000000000000000..721642e816bc33bb0123bbceaac2ddf1e0daea98 --- /dev/null +++ b/texts/b139fefb-9265-48a2-ad09-64d60d807095.txt @@ -0,0 +1 @@ +a fluffycat lying down peacefully on the snow \ No newline at end of file diff --git a/texts/b145c230-3856-4516-b7fc-4e278b1b92c6.txt b/texts/b145c230-3856-4516-b7fc-4e278b1b92c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b33872260fda49ed486d36f3b6b4978bed12ce02 --- /dev/null +++ b/texts/b145c230-3856-4516-b7fc-4e278b1b92c6.txt @@ -0,0 +1 @@ +The garden of a villa is full of white camellias, and on a sunny noon, there's a hammock in the garden, and there's a ragdoll cat on the hammock. \ No newline at end of file diff --git a/texts/b14a447b-184b-4d88-9dc5-8d9c1ec18201.txt b/texts/b14a447b-184b-4d88-9dc5-8d9c1ec18201.txt new file mode 100644 index 0000000000000000000000000000000000000000..246b65b37d707cfd698d35def294a326eb2ad889 --- /dev/null +++ b/texts/b14a447b-184b-4d88-9dc5-8d9c1ec18201.txt @@ -0,0 +1 @@ +A little white cat with a red scarf is sitting on the snow. \ No newline at end of file diff --git a/texts/b14c93f7-5ac2-4123-9bd3-28ceac85db1b.txt b/texts/b14c93f7-5ac2-4123-9bd3-28ceac85db1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..78f332dbed080971b24032843730d6168ca011be --- /dev/null +++ b/texts/b14c93f7-5ac2-4123-9bd3-28ceac85db1b.txt @@ -0,0 +1 @@ +In the snowy night, a yellow Corgi has a birthday cake in front of it, with a cute snowman beside it. \ No newline at end of file diff --git a/texts/b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7.txt b/texts/b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7.txt new file mode 100644 index 0000000000000000000000000000000000000000..93a836a1fb2c163d08ee126e8a2eda1ef2882233 --- /dev/null +++ b/texts/b14d0c21-fbdb-4f75-93b8-70f8c88c9ca7.txt @@ -0,0 +1 @@ +The sun shines on the heart-shaped snow \ No newline at end of file diff --git a/texts/b1559988-81a3-43a9-a8a3-d4a212dd7bc2.txt b/texts/b1559988-81a3-43a9-a8a3-d4a212dd7bc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e128d628691960ce10c41eab3c43fc54bce6ca7 --- /dev/null +++ b/texts/b1559988-81a3-43a9-a8a3-d4a212dd7bc2.txt @@ -0,0 +1 @@ +Man, Face the camera,dark green pilot jacket, Loose black jeans, Asian face, looking at the camera, grassland, horse \ No newline at end of file diff --git a/texts/b15cb947-5701-4c17-a871-82a527d27d3b.txt b/texts/b15cb947-5701-4c17-a871-82a527d27d3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..eebf3a76ae006fd51d07284a94220821e845ae07 --- /dev/null +++ b/texts/b15cb947-5701-4c17-a871-82a527d27d3b.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "XYQ" engraved on the snow \ No newline at end of file diff --git a/texts/b1620c1e-65b0-4eb1-ab7a-44c00412757d.txt b/texts/b1620c1e-65b0-4eb1-ab7a-44c00412757d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2e38af9c24ca8126c81f8353ae48b8ed7992c0b --- /dev/null +++ b/texts/b1620c1e-65b0-4eb1-ab7a-44c00412757d.txt @@ -0,0 +1 @@ +Blood-red rivers meander through snow-covered forests, and the sky is glittering with stars \ No newline at end of file diff --git a/texts/b163138f-0f1d-4181-a21f-0991aa74e584.txt b/texts/b163138f-0f1d-4181-a21f-0991aa74e584.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc9346f59c32e6450b1e291d3829b92b39704df --- /dev/null +++ b/texts/b163138f-0f1d-4181-a21f-0991aa74e584.txt @@ -0,0 +1 @@ +A little pig sits in an architecture classroom at night, drawing architectural drawings on a computer surrounded by lit candles. \ No newline at end of file diff --git a/texts/b16fdd28-a223-41e9-bd55-b238dc421b01.txt b/texts/b16fdd28-a223-41e9-bd55-b238dc421b01.txt new file mode 100644 index 0000000000000000000000000000000000000000..e82c09cea00845b8c0196cf342bb3107c71157fb --- /dev/null +++ b/texts/b16fdd28-a223-41e9-bd55-b238dc421b01.txt @@ -0,0 +1 @@ +a angry cat sitting in the cafe and watching laptop who dont want to work,but it have to \ No newline at end of file diff --git a/texts/b1704070-a242-4bed-8327-289b3229f134.txt b/texts/b1704070-a242-4bed-8327-289b3229f134.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d9089e1ef918284d9db26efc28ea51a28cbc42f --- /dev/null +++ b/texts/b1704070-a242-4bed-8327-289b3229f134.txt @@ -0,0 +1 @@ +a yellow dog with wings a pink sky full of stars \ No newline at end of file diff --git a/texts/b173c7ef-3c5f-4fdd-8475-8f109e2d1d20.txt b/texts/b173c7ef-3c5f-4fdd-8475-8f109e2d1d20.txt new file mode 100644 index 0000000000000000000000000000000000000000..546fcacf6c1051726534623dbdf22994f49737bd --- /dev/null +++ b/texts/b173c7ef-3c5f-4fdd-8475-8f109e2d1d20.txt @@ -0,0 +1 @@ +A western highland white stem surfing on the sea \ No newline at end of file diff --git a/texts/b17a5345-6321-483e-9764-1ed947a09d7a.txt b/texts/b17a5345-6321-483e-9764-1ed947a09d7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4910556ed43b4a5eaf10fe10c96f07373317bcd1 --- /dev/null +++ b/texts/b17a5345-6321-483e-9764-1ed947a09d7a.txt @@ -0,0 +1 @@ +An abandoned one at night. A general view of the amusement park with slides \ No newline at end of file diff --git a/texts/b18096ce-9236-4ba2-9ddd-62d87f678127.txt b/texts/b18096ce-9236-4ba2-9ddd-62d87f678127.txt new file mode 100644 index 0000000000000000000000000000000000000000..a98d69b8725f8ea8249c8fb96531a82752e45dbb --- /dev/null +++ b/texts/b18096ce-9236-4ba2-9ddd-62d87f678127.txt @@ -0,0 +1 @@ +Some dead whales shed tears by the beach \ No newline at end of file diff --git a/texts/b18bbc17-1857-4ce2-8933-a4e4c53ff4bc.txt b/texts/b18bbc17-1857-4ce2-8933-a4e4c53ff4bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3ed1983310408839de46058efa9bfa39d214657 --- /dev/null +++ b/texts/b18bbc17-1857-4ce2-8933-a4e4c53ff4bc.txt @@ -0,0 +1 @@ +There is a black cat and a golden dog in the snow. \ No newline at end of file diff --git a/texts/b193c081-d57e-42ff-9e96-a3764b369d62.txt b/texts/b193c081-d57e-42ff-9e96-a3764b369d62.txt new file mode 100644 index 0000000000000000000000000000000000000000..896770006d47a1bcf470ae77848fe0b50dec8d50 --- /dev/null +++ b/texts/b193c081-d57e-42ff-9e96-a3764b369d62.txt @@ -0,0 +1 @@ +Beautiful women, Tibetans, horseback riding, snowy meadows. \ No newline at end of file diff --git a/texts/b1a17ee7-1f1e-49fe-adc7-5a435d3713b4.txt b/texts/b1a17ee7-1f1e-49fe-adc7-5a435d3713b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf005a7d340e6f3cb3aa113826a53ed61fc3e949 --- /dev/null +++ b/texts/b1a17ee7-1f1e-49fe-adc7-5a435d3713b4.txt @@ -0,0 +1 @@ +A handsome Chinese young man dressed in a kimono, standing gracefully in the snowy landscape with a beautifully decorated Christmas tree glowing softly behind him, blending tradition and festivity in a serene winter scene. \ No newline at end of file diff --git a/texts/b1a58a9b-47c4-4e87-a555-afe9569a3adb.txt b/texts/b1a58a9b-47c4-4e87-a555-afe9569a3adb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a212f42803c425ea807589f5c32f49b883302f82 --- /dev/null +++ b/texts/b1a58a9b-47c4-4e87-a555-afe9569a3adb.txt @@ -0,0 +1 @@ +A black cat is sitting next to a convenience store in Japan. \ No newline at end of file diff --git a/texts/b1a698ed-24bc-4f7d-b061-f148c786f682.txt b/texts/b1a698ed-24bc-4f7d-b061-f148c786f682.txt new file mode 100644 index 0000000000000000000000000000000000000000..511661bb57f02d5fa360d34e93168609d6450974 --- /dev/null +++ b/texts/b1a698ed-24bc-4f7d-b061-f148c786f682.txt @@ -0,0 +1 @@ +a british short hair cat (gold fur, more like kiwi color), green eyes, useing juki sewing machine to sew garments (maybe dresses). And she's sewing in a fashion studio, fitting dressform are in the background. warm tone \ No newline at end of file diff --git a/texts/b1add13d-b2e4-420c-a294-b371014d01da.txt b/texts/b1add13d-b2e4-420c-a294-b371014d01da.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8b60176f7ba4502c257ad3231724eaa866d9a01 --- /dev/null +++ b/texts/b1add13d-b2e4-420c-a294-b371014d01da.txt @@ -0,0 +1 @@ +Evening Snowy Night Bubble Fireworks Christmas Flavor Abyssinian Kitten \ No newline at end of file diff --git a/texts/b1b0e9a2-0198-4a73-8921-f7cc54b458dd.txt b/texts/b1b0e9a2-0198-4a73-8921-f7cc54b458dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e159a911e869afe3aa35bd5dc4ca05de33f5ac27 --- /dev/null +++ b/texts/b1b0e9a2-0198-4a73-8921-f7cc54b458dd.txt @@ -0,0 +1 @@ +Deep Universe Vodka Count Death fireworks \ No newline at end of file diff --git a/texts/b1bd76b1-a0fd-4352-a17a-b97deed3496e.txt b/texts/b1bd76b1-a0fd-4352-a17a-b97deed3496e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a24c54f119d5b607586f5b57ef1098c698f950fe --- /dev/null +++ b/texts/b1bd76b1-a0fd-4352-a17a-b97deed3496e.txt @@ -0,0 +1 @@ +A multi-layered hello-Kitty colorful fountain pool \ No newline at end of file diff --git a/texts/b1c039ef-4887-4e30-87cf-b6d8afbcc5c5.txt b/texts/b1c039ef-4887-4e30-87cf-b6d8afbcc5c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..615cdf04b695b5d17c78ed821b6faff6f2a37c08 --- /dev/null +++ b/texts/b1c039ef-4887-4e30-87cf-b6d8afbcc5c5.txt @@ -0,0 +1 @@ +hellokitty dog christmas cake birthday cat star \ No newline at end of file diff --git a/texts/b1c2134b-629e-49f3-827b-3b76c58c7ba1.txt b/texts/b1c2134b-629e-49f3-827b-3b76c58c7ba1.txt new file mode 100644 index 0000000000000000000000000000000000000000..17c6e545a11091ee97e5d6eb6c4e6002aad36869 --- /dev/null +++ b/texts/b1c2134b-629e-49f3-827b-3b76c58c7ba1.txt @@ -0,0 +1 @@ +The first view of Hello Kitty wishing me a happy birthday, with fireworks in the sky, a Disney castle in the background, and Hello Kitty holding a cake with the words "Happy Birthday Tsangka2" on it. \ No newline at end of file diff --git a/texts/b1db9ad2-0405-40e7-a74a-664011a2e661.txt b/texts/b1db9ad2-0405-40e7-a74a-664011a2e661.txt new file mode 100644 index 0000000000000000000000000000000000000000..843babfeb58e30d96c6cb5dc8d702acd9a196239 --- /dev/null +++ b/texts/b1db9ad2-0405-40e7-a74a-664011a2e661.txt @@ -0,0 +1 @@ +A lamb working at a computer. \ No newline at end of file diff --git a/texts/b1e44f76-6399-46b4-b669-02be8f818674.txt b/texts/b1e44f76-6399-46b4-b669-02be8f818674.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc799202727f4717c687be056f29040388c8ab5d --- /dev/null +++ b/texts/b1e44f76-6399-46b4-b669-02be8f818674.txt @@ -0,0 +1 @@ +many huge mushroom with hello kitty \ No newline at end of file diff --git a/texts/b1e84188-e5d9-4f66-a4b4-0d99fe471a3c.txt b/texts/b1e84188-e5d9-4f66-a4b4-0d99fe471a3c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c55781f2a2e87a6df5ea57d48acbf8c9f5544a82 --- /dev/null +++ b/texts/b1e84188-e5d9-4f66-a4b4-0d99fe471a3c.txt @@ -0,0 +1 @@ +Bichon Frise,Cherry blossom tree, snowy day, aurora \ No newline at end of file diff --git a/texts/b1f394c9-085f-4faa-a15a-f8075bbf898e.txt b/texts/b1f394c9-085f-4faa-a15a-f8075bbf898e.txt new file mode 100644 index 0000000000000000000000000000000000000000..23fd4c453f5a9e1d85b7bd99829ba13651cc5e95 --- /dev/null +++ b/texts/b1f394c9-085f-4faa-a15a-f8075bbf898e.txt @@ -0,0 +1 @@ +Bamboo dragonflies sit on the eaves, bottles of soda sit on the table, teddy bears swing on the swings, and together we return to a childhood without end \ No newline at end of file diff --git a/texts/b20341a5-25f2-45b2-82b9-66987e108867.txt b/texts/b20341a5-25f2-45b2-82b9-66987e108867.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec04445e403ac9b1743346dce1cad20c3ccf52e3 --- /dev/null +++ b/texts/b20341a5-25f2-45b2-82b9-66987e108867.txt @@ -0,0 +1 @@ +A little Samoyed puppy dressed up as a snowman, complete with a cozy scarf \ No newline at end of file diff --git a/texts/b206ea0e-8a4a-47bf-bc26-062f0c8cfc90.txt b/texts/b206ea0e-8a4a-47bf-bc26-062f0c8cfc90.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e02801ea451094cc6bbd8ec2cfbf320ded4fb6d --- /dev/null +++ b/texts/b206ea0e-8a4a-47bf-bc26-062f0c8cfc90.txt @@ -0,0 +1 @@ +two orange cats with hat,sitting on a flying hot air balloons which made of a blue little balloon and a red little fragile balloon \ No newline at end of file diff --git a/texts/b2153e91-4f52-498b-98b4-3ca2511f550a.txt b/texts/b2153e91-4f52-498b-98b4-3ca2511f550a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c89132175debc97c84af5b5e9d7c09143995d2f3 --- /dev/null +++ b/texts/b2153e91-4f52-498b-98b4-3ca2511f550a.txt @@ -0,0 +1 @@ +Snow was falling, and in the clover there was a little rabbit, shining in the sun \ No newline at end of file diff --git a/texts/b2164b43-46e4-483d-bf05-b6d77797444b.txt b/texts/b2164b43-46e4-483d-bf05-b6d77797444b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb01b7890dbe4a5c3a28df646b088a0c0a73b1db --- /dev/null +++ b/texts/b2164b43-46e4-483d-bf05-b6d77797444b.txt @@ -0,0 +1 @@ +The scene is snow with the word "Brian" written in snow. there is no other guy \ No newline at end of file diff --git a/texts/b219a234-0580-4c7b-be12-65aaaacaba84.txt b/texts/b219a234-0580-4c7b-be12-65aaaacaba84.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8887b505426b28ef8920c4b5df3e926d0f466b9 --- /dev/null +++ b/texts/b219a234-0580-4c7b-be12-65aaaacaba84.txt @@ -0,0 +1 @@ +a lemon with white feathered wings \ No newline at end of file diff --git a/texts/b224a438-cd1b-450a-ae4d-8159701fbe80.txt b/texts/b224a438-cd1b-450a-ae4d-8159701fbe80.txt new file mode 100644 index 0000000000000000000000000000000000000000..053672eebb924e3cd3053c8526a1166dd0e8fd2b --- /dev/null +++ b/texts/b224a438-cd1b-450a-ae4d-8159701fbe80.txt @@ -0,0 +1 @@ +At night in the snow, a hello Kittyis reading a book on a rocking chair, wearing headphones. The Christmas tree next to it is lit with colorful lights, and gifts and books are piled up under the tree. The sky is filled with dreamy Arctic aurora \ No newline at end of file diff --git a/texts/b224f7a5-1ec5-438e-929e-53fde527d6a4.txt b/texts/b224f7a5-1ec5-438e-929e-53fde527d6a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..26ab88f6440194c0985f6945bba6512fc4e21355 --- /dev/null +++ b/texts/b224f7a5-1ec5-438e-929e-53fde527d6a4.txt @@ -0,0 +1 @@ +Backpack \ No newline at end of file diff --git a/texts/b235c1d4-f9a3-4129-bbfa-537c56232af6.txt b/texts/b235c1d4-f9a3-4129-bbfa-537c56232af6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a6e56e3c64511e2205a20e0a1f0acc5198716d4 --- /dev/null +++ b/texts/b235c1d4-f9a3-4129-bbfa-537c56232af6.txt @@ -0,0 +1 @@ +In the snow, a fluffy goose is running around in a Santa hat surrounded by Christmas decorations \ No newline at end of file diff --git a/texts/b23a849f-e747-4d74-b69d-0bf8d0a0a000.txt b/texts/b23a849f-e747-4d74-b69d-0bf8d0a0a000.txt new file mode 100644 index 0000000000000000000000000000000000000000..1be513404b2961f4e3e1d01c349f9beb08d1ff9a --- /dev/null +++ b/texts/b23a849f-e747-4d74-b69d-0bf8d0a0a000.txt @@ -0,0 +1 @@ +A cat stands on Trump's head, and Trump stands next to the Christmas tree with a cake \ No newline at end of file diff --git a/texts/b24b1770-a280-43e5-8c5f-9a678024c30b.txt b/texts/b24b1770-a280-43e5-8c5f-9a678024c30b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9212cffd8c48aaf9813c836c49d9d874b235454e --- /dev/null +++ b/texts/b24b1770-a280-43e5-8c5f-9a678024c30b.txt @@ -0,0 +1 @@ +A long-haired tabby chinchilla cat, wearing a white robe trimmed with gold, with a light behind it. The upper part of the light is golden yellow and the lower part is dark blue. He is on a mission to perform a healing ritual. \ No newline at end of file diff --git a/texts/b24fe6f4-d5c7-407f-82ce-636afbb701a0.txt b/texts/b24fe6f4-d5c7-407f-82ce-636afbb701a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe52d5afaa1412b0651dabb4c76070161a0df4d2 --- /dev/null +++ b/texts/b24fe6f4-d5c7-407f-82ce-636afbb701a0.txt @@ -0,0 +1 @@ +The dog looks sleepy in the snow \ No newline at end of file diff --git a/texts/b2568959-54b3-4c89-8a6b-40172866ecf4.txt b/texts/b2568959-54b3-4c89-8a6b-40172866ecf4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d40c574f7b21f0469a41ce936da0317425ed946 --- /dev/null +++ b/texts/b2568959-54b3-4c89-8a6b-40172866ecf4.txt @@ -0,0 +1 @@ +A black cat and a white cat with blue butterfly wings sat in the snow, with trees in the distance and glowing bubbles in the sky \ No newline at end of file diff --git a/texts/b25d647f-fc27-4d99-8463-ccf91a9f133a.txt b/texts/b25d647f-fc27-4d99-8463-ccf91a9f133a.txt new file mode 100644 index 0000000000000000000000000000000000000000..474dbe9b08edd41aa97f8eafdc67862ff2927447 --- /dev/null +++ b/texts/b25d647f-fc27-4d99-8463-ccf91a9f133a.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white kitty cat wearing a Christmas hat, next to it is a Christmas tree, and "Astrid 010" written on the snow, with traces of cat paws. The melancholy blue night scene, with a dreamy effect of light particles, and high color saturation. \ No newline at end of file diff --git a/texts/b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0.txt b/texts/b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1cb1eb3fc0847c8ab6317d6787a0ea8d4c3134d --- /dev/null +++ b/texts/b2748fd0-5a3a-4d3c-85d3-ea3acfdeafb0.txt @@ -0,0 +1 @@ +At night, there is a small oil painting of a red apple in the snowy snow, and there are bokered pine leaves in the foreground. \ No newline at end of file diff --git a/texts/b292aed4-d28d-49b7-b080-90816d2a1640.txt b/texts/b292aed4-d28d-49b7-b080-90816d2a1640.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d8b14002b01677d78e3e8b415f5bdd6e651c464 --- /dev/null +++ b/texts/b292aed4-d28d-49b7-b080-90816d2a1640.txt @@ -0,0 +1 @@ +American Coca Cola /snow/christmas/Playing ball \ No newline at end of file diff --git a/texts/b295ad4e-b487-4f3f-83e9-273046144c76.txt b/texts/b295ad4e-b487-4f3f-83e9-273046144c76.txt new file mode 100644 index 0000000000000000000000000000000000000000..52107bb64de75cc84c539c615cade68efbe434b9 --- /dev/null +++ b/texts/b295ad4e-b487-4f3f-83e9-273046144c76.txt @@ -0,0 +1 @@ +Stitch is making trouble \ No newline at end of file diff --git a/texts/b298072a-5b29-4730-99dc-e8c091a04eaf.txt b/texts/b298072a-5b29-4730-99dc-e8c091a04eaf.txt new file mode 100644 index 0000000000000000000000000000000000000000..49e1090150100c5ded9fba2ca8741c23ca646dc8 --- /dev/null +++ b/texts/b298072a-5b29-4730-99dc-e8c091a04eaf.txt @@ -0,0 +1 @@ +Guinea pig wearing green alien glasses \ No newline at end of file diff --git a/texts/b2992096-debd-4d0c-8b6a-cefaece7576b.txt b/texts/b2992096-debd-4d0c-8b6a-cefaece7576b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d720cb608c3e2949e9b96d23d92246391584df8 --- /dev/null +++ b/texts/b2992096-debd-4d0c-8b6a-cefaece7576b.txt @@ -0,0 +1 @@ +cute piggy wearing suits \ No newline at end of file diff --git a/texts/b2abb996-a9ed-4ce7-b3e4-503dd618aad7.txt b/texts/b2abb996-a9ed-4ce7-b3e4-503dd618aad7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bf11c82f68201f54955c9382e0f5efc36d763e2 --- /dev/null +++ b/texts/b2abb996-a9ed-4ce7-b3e4-503dd618aad7.txt @@ -0,0 +1 @@ +christmas hat,christmas movie texture,kitty,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation, \ No newline at end of file diff --git a/texts/b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5.txt b/texts/b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c1e7b18eddf9a1096e52aaadf24516f0da98cca --- /dev/null +++ b/texts/b2ac3711-36fb-4f0c-bbc1-5466b93ea7c5.txt @@ -0,0 +1 @@ +Schnauzer run \ No newline at end of file diff --git a/texts/b2ac8665-4094-49f0-bef4-e3aeb72f474a.txt b/texts/b2ac8665-4094-49f0-bef4-e3aeb72f474a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8512a24c184fd79156a1368a59699f9557082612 --- /dev/null +++ b/texts/b2ac8665-4094-49f0-bef4-e3aeb72f474a.txt @@ -0,0 +1 @@ +A Hello Kitty sitting on a sled holding milk tea sits on a green grassland with snow capped mountains in the distance \ No newline at end of file diff --git a/texts/b2ad9a07-8303-4a96-a368-ea82e342b375.txt b/texts/b2ad9a07-8303-4a96-a368-ea82e342b375.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dd8a8aa53541bd2ccd54c69a28e24fd923f1733 --- /dev/null +++ b/texts/b2ad9a07-8303-4a96-a368-ea82e342b375.txt @@ -0,0 +1 @@ +A Hello Kitty sitting in classroom and holding a book, flash, film style \ No newline at end of file diff --git a/texts/b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07.txt b/texts/b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07.txt new file mode 100644 index 0000000000000000000000000000000000000000..3eeecdb9381d09e654a3b604872f635987d932c8 --- /dev/null +++ b/texts/b2ae5ed2-e5a2-49e1-bf2a-a48775dcae07.txt @@ -0,0 +1 @@ +A Samoye kicks the ball on the grass with the word JENO in the sky \ No newline at end of file diff --git a/texts/b2af5ec7-b463-4c5a-809f-7bc7b504bc3b.txt b/texts/b2af5ec7-b463-4c5a-809f-7bc7b504bc3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcf11909bbb9f92cdfb6fc0fbede7bba2ad02cac --- /dev/null +++ b/texts/b2af5ec7-b463-4c5a-809f-7bc7b504bc3b.txt @@ -0,0 +1 @@ + Write "Happy every day shermain " on the snow, and there should be a house behind it, and a border collie \ No newline at end of file diff --git a/texts/b2d35749-943b-4df7-b79f-dd86786c0509.txt b/texts/b2d35749-943b-4df7-b79f-dd86786c0509.txt new file mode 100644 index 0000000000000000000000000000000000000000..735fad16c8b668d412cacf9f5fc3940707e7133b --- /dev/null +++ b/texts/b2d35749-943b-4df7-b79f-dd86786c0509.txt @@ -0,0 +1 @@ +The volcano erupted, spewing out many glowing stars. \ No newline at end of file diff --git a/texts/b2def903-df93-4dd9-947d-c0418b0d7c5e.txt b/texts/b2def903-df93-4dd9-947d-c0418b0d7c5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..814f32c785b676baa23416efe6ab05967b5bcd97 --- /dev/null +++ b/texts/b2def903-df93-4dd9-947d-c0418b0d7c5e.txt @@ -0,0 +1 @@ +There is a black matte tablecloth on the table. There are black cards on the left and right sides of the table. Colorful Chanel high-end ready-to-wear clothes are hung on the shelf. The right one is printed with Chanel's most iconic "C" pattern and his trademark. A white invitation letter with"CHANEL" in bold black font, and there is a Chanel jewelry necklace and a Luxurious diamond ring next to it. \ No newline at end of file diff --git a/texts/b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b.txt b/texts/b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f06c9ae0cb57e48ddb013590a891bcb9143529a --- /dev/null +++ b/texts/b2f6bfaa-9556-4d8d-a7fe-ac908e6a9a6b.txt @@ -0,0 +1 @@ +The dizzying stars spin like a top, like Van Gogh's starry sky, and slowly disappear, and the feeling of happiness slowly fades away. \ No newline at end of file diff --git a/texts/b2f7d355-94c7-4d8a-8b43-d30cfdc6f243.txt b/texts/b2f7d355-94c7-4d8a-8b43-d30cfdc6f243.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab04e7e5b535dfc754d3e8ad7551eba8c612b6e7 --- /dev/null +++ b/texts/b2f7d355-94c7-4d8a-8b43-d30cfdc6f243.txt @@ -0,0 +1 @@ +A black cat with purple-eyed eyes, wearing a bow tie, sprawled in the snow with the words Lizeyan painted in cursive English \ No newline at end of file diff --git a/texts/b302c815-fc3c-42cd-b270-22bb99ae12ce.txt b/texts/b302c815-fc3c-42cd-b270-22bb99ae12ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f2d555f9bf6439dbd1570855db954f5f63739f6 --- /dev/null +++ b/texts/b302c815-fc3c-42cd-b270-22bb99ae12ce.txt @@ -0,0 +1 @@ +a black cat working in front the desk, working on a computer, glittering star falling around it, butterfly wings \ No newline at end of file diff --git a/texts/b30d5239-af94-41d5-91ac-9f5a83b00181.txt b/texts/b30d5239-af94-41d5-91ac-9f5a83b00181.txt new file mode 100644 index 0000000000000000000000000000000000000000..88cc7e4a31aca3a782e92a880f0e1a82b439324a --- /dev/null +++ b/texts/b30d5239-af94-41d5-91ac-9f5a83b00181.txt @@ -0,0 +1 @@ +hello Kitty smoking closed window \ No newline at end of file diff --git a/texts/b30ea642-58c1-4950-b41c-e588f449151b.txt b/texts/b30ea642-58c1-4950-b41c-e588f449151b.txt new file mode 100644 index 0000000000000000000000000000000000000000..de29b065e02f6638d61843b8d8d8d4e5d0298a37 --- /dev/null +++ b/texts/b30ea642-58c1-4950-b41c-e588f449151b.txt @@ -0,0 +1 @@ +A man in a sportswear with expressionless curly hair, holding a bouquet of flowers in his left hand, stands by the lake looking into the camera \ No newline at end of file diff --git a/texts/b3126b9c-e653-40c6-af7b-876ed58fdd58.txt b/texts/b3126b9c-e653-40c6-af7b-876ed58fdd58.txt new file mode 100644 index 0000000000000000000000000000000000000000..90641dbf4d5bc14af873729ef98f7a34422e8b80 --- /dev/null +++ b/texts/b3126b9c-e653-40c6-af7b-876ed58fdd58.txt @@ -0,0 +1 @@ +Santa Claus and an asian man are having a christmas party indoor , with a beautiful christmas tree in the background , desserts and cakes \ No newline at end of file diff --git a/texts/b313ae1d-6fc0-4b76-9de1-cb7de372293f.txt b/texts/b313ae1d-6fc0-4b76-9de1-cb7de372293f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9d03cfd0f3a26c47770af988a194c47fba628e --- /dev/null +++ b/texts/b313ae1d-6fc0-4b76-9de1-cb7de372293f.txt @@ -0,0 +1 @@ +The little lion is playing the guitar. \ No newline at end of file diff --git a/texts/b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5.txt b/texts/b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0a3804faf7a68e2fdb23f9062240da7b6572dd0 --- /dev/null +++ b/texts/b31c52a3-5fbe-4ca7-be8c-4c07a89cf4e5.txt @@ -0,0 +1 @@ +A fox with flowers and a rabbit with sunglasses \ No newline at end of file diff --git a/texts/b3203fb9-ac0e-4138-a84c-a022e4e70a39.txt b/texts/b3203fb9-ac0e-4138-a84c-a022e4e70a39.txt new file mode 100644 index 0000000000000000000000000000000000000000..03f898e44af7968bd673a2f6a45ff09ee21f510b --- /dev/null +++ b/texts/b3203fb9-ac0e-4138-a84c-a022e4e70a39.txt @@ -0,0 +1 @@ +A hamster is working on a computer in the office, wearing a work badge around its neck and looking worried \ No newline at end of file diff --git a/texts/b3227974-af6e-4960-b36a-7967b09c3158.txt b/texts/b3227974-af6e-4960-b36a-7967b09c3158.txt new file mode 100644 index 0000000000000000000000000000000000000000..efdfac6d8b28f1d05261dd5c49dbf9a0c9df7092 --- /dev/null +++ b/texts/b3227974-af6e-4960-b36a-7967b09c3158.txt @@ -0,0 +1 @@ +The scene features a sunset, with the warm glow of the setting sun casting a soft light over the landscape. In the snow, the word "yera" is written, while large snowflakes gently fall from the sky, creating a peaceful, wintery atmosphere. \ No newline at end of file diff --git a/texts/b32304a5-9ac2-4d2a-9d54-a59c24ff133b.txt b/texts/b32304a5-9ac2-4d2a-9d54-a59c24ff133b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdd63ff5931536173e76b191bd03a1e3ae0a8c74 --- /dev/null +++ b/texts/b32304a5-9ac2-4d2a-9d54-a59c24ff133b.txt @@ -0,0 +1 @@ +When Agassiz began to build a summer camp on the island, David Starr Jordan was still reading newspapers in Gailsburg, Illinois, half of the United States. He eventually found a job teaching science in a Christian school called Lombardy College. But in fact, he had a miserable life: not only was he in a foreign country, but his thoughts were also out of place. Colleagues criticized him for spreading God's blasphemous ice theory, and what's more, he let students come into contact with experimental equipment, which is a "waste of experimental materials". Illinois is very cold, but here, the earth is still flat. David missed the valley full of wild flowers in his hometown very much. Fortunately, on a dark early spring morning, he read an advertisement from the newspaper - "Introduction to Natural History by the Sea" taught by Agassiz himself. \ No newline at end of file diff --git a/texts/b327941d-9623-4945-9dc0-720c96d2fda0.txt b/texts/b327941d-9623-4945-9dc0-720c96d2fda0.txt new file mode 100644 index 0000000000000000000000000000000000000000..20e491df9dc670c9a824e998ae1575e33142d0fa --- /dev/null +++ b/texts/b327941d-9623-4945-9dc0-720c96d2fda0.txt @@ -0,0 +1 @@ +The white bichon frise in the snow, with a snowman next to it, and there is a aurora in the sky . \ No newline at end of file diff --git a/texts/b32a4aa2-b78c-486b-933d-65f385f76234.txt b/texts/b32a4aa2-b78c-486b-933d-65f385f76234.txt new file mode 100644 index 0000000000000000000000000000000000000000..6db0f363877bb1addd7dcee947d02cba6e4ee136 --- /dev/null +++ b/texts/b32a4aa2-b78c-486b-933d-65f385f76234.txt @@ -0,0 +1 @@ +Tan skinned Hello kitty is having her Friday in the outer space with cocktails.The Hello Kitty is also listening Brat by Charli xcx. \ No newline at end of file diff --git a/texts/b32ea537-ab1b-4aaa-b6a1-51f63ee0092c.txt b/texts/b32ea537-ab1b-4aaa-b6a1-51f63ee0092c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4912ecccaafa1a065688b44ed3299dd3107a3875 --- /dev/null +++ b/texts/b32ea537-ab1b-4aaa-b6a1-51f63ee0092c.txt @@ -0,0 +1 @@ +Paris \ No newline at end of file diff --git a/texts/b331c3dc-a1d1-43e3-82b0-936d454ed231.txt b/texts/b331c3dc-a1d1-43e3-82b0-936d454ed231.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea07c15a105ee5530b626e5b260d080fc4deff6c --- /dev/null +++ b/texts/b331c3dc-a1d1-43e3-82b0-936d454ed231.txt @@ -0,0 +1 @@ +best friend get the best gift from Sunsestvanilla \ No newline at end of file diff --git a/texts/b3356882-ab61-4a2f-b203-f01caf78428c.txt b/texts/b3356882-ab61-4a2f-b203-f01caf78428c.txt new file mode 100644 index 0000000000000000000000000000000000000000..58b1462a77745cc5cf1e734516ba9351f41a342e --- /dev/null +++ b/texts/b3356882-ab61-4a2f-b203-f01caf78428c.txt @@ -0,0 +1 @@ +A west highland dog eating a bagel in the swimming pool,a cup of coffee,a carton box with handwritten small 929 numbers,inside the box is full of bagel,sunshine \ No newline at end of file diff --git a/texts/b33f5b36-55db-4ce5-b720-eca6661be029.txt b/texts/b33f5b36-55db-4ce5-b720-eca6661be029.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab8a39e94de0798ddc4242bd1d0ed08af42cd341 --- /dev/null +++ b/texts/b33f5b36-55db-4ce5-b720-eca6661be029.txt @@ -0,0 +1 @@ +A white small chubby fox dog wearing dress, balloons, candles, a cake on the table, happy \ No newline at end of file diff --git a/texts/b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7.txt b/texts/b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f21feb2b973307e1597fa12616b89eb3af542196 --- /dev/null +++ b/texts/b3408768-a7b4-4b7b-a2f9-f6960e4fb6a7.txt @@ -0,0 +1 @@ +A cute cat grew wings and flew with the seagulls on the beach \ No newline at end of file diff --git a/texts/b34465cb-af88-44ce-b266-9a326e60316b.txt b/texts/b34465cb-af88-44ce-b266-9a326e60316b.txt new file mode 100644 index 0000000000000000000000000000000000000000..97e570c2592fa0deaf6780b8b08c84b3703d6e8b --- /dev/null +++ b/texts/b34465cb-af88-44ce-b266-9a326e60316b.txt @@ -0,0 +1 @@ +A white calf in a pine forest on a snowy night. \ No newline at end of file diff --git a/texts/b348be8e-f4ba-479d-9d46-cba7e7669bc8.txt b/texts/b348be8e-f4ba-479d-9d46-cba7e7669bc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..925862cc4e5abcbc0b80507fb992a06606008109 --- /dev/null +++ b/texts/b348be8e-f4ba-479d-9d46-cba7e7669bc8.txt @@ -0,0 +1 @@ +On a snowy day, Hello kitty wears a scarf and sits in a Christmas cafe reading a book with the name "jaehyun.Foggy snow landscapes and Snowfall under neon lights \ No newline at end of file diff --git a/texts/b34ddad1-4cd5-4f27-9f15-fcee366771f0.txt b/texts/b34ddad1-4cd5-4f27-9f15-fcee366771f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a4dd3b7f86e249212fd2e1f7495dc438b995408 --- /dev/null +++ b/texts/b34ddad1-4cd5-4f27-9f15-fcee366771f0.txt @@ -0,0 +1 @@ +A West Highland White Terrier facing the sea, watching a grand fireworks display from the coastal grassland, with fireworks filling the sky. \ No newline at end of file diff --git a/texts/b35cc5b6-4cd1-45ff-89bb-2e834d609356.txt b/texts/b35cc5b6-4cd1-45ff-89bb-2e834d609356.txt new file mode 100644 index 0000000000000000000000000000000000000000..25bcbde10bbbc56346734f12eb6d686d7ad8218e --- /dev/null +++ b/texts/b35cc5b6-4cd1-45ff-89bb-2e834d609356.txt @@ -0,0 +1 @@ +There are auroras and stars in the sky on a snowy night Two European young men running back wearing brown jackets and jeans take a little space in the picture playing in the snow There are small colorful butterflies flying in the sky there are a few trees in the open snow there are many colorful butterflies and fireworks in the sky Snow night, aurora, Christmas tree, guitar, Butterfly beach white snow \ No newline at end of file diff --git a/texts/b369a9b4-dbde-40de-898a-1d5d8166fce3.txt b/texts/b369a9b4-dbde-40de-898a-1d5d8166fce3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6dfcc2123e472ccad6639622c4e5d07176e0fa9 --- /dev/null +++ b/texts/b369a9b4-dbde-40de-898a-1d5d8166fce3.txt @@ -0,0 +1 @@ +In the close view of the snow, there are the sea and blooming fireworks in the distance, the small white dachsund wearing a Christmas hat and wearing a Christmas dress is wearing a Christmas hat, next to the Christmas tree, the snow has the handwritten traces of "TSR", the melancholy blue night scene, with the dreamlike effect of light particles, the color saturation is high. \ No newline at end of file diff --git a/texts/b36ec1bb-3591-49e7-a555-b1312bee8717.txt b/texts/b36ec1bb-3591-49e7-a555-b1312bee8717.txt new file mode 100644 index 0000000000000000000000000000000000000000..f958aff3ec48f6ef80dfd9ab5f95266af6723963 --- /dev/null +++ b/texts/b36ec1bb-3591-49e7-a555-b1312bee8717.txt @@ -0,0 +1 @@ +A gray little dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow. \ No newline at end of file diff --git a/texts/b37608ac-b2bf-493a-bf2a-1fbe6dbedef9.txt b/texts/b37608ac-b2bf-493a-bf2a-1fbe6dbedef9.txt new file mode 100644 index 0000000000000000000000000000000000000000..6701512c4c42ec09df55d88bf6fad9a3e2eca9f9 --- /dev/null +++ b/texts/b37608ac-b2bf-493a-bf2a-1fbe6dbedef9.txt @@ -0,0 +1 @@ +a cute pig in the sunlight \ No newline at end of file diff --git a/texts/b377cb31-826f-4f1d-b4ff-0f41cf18ec00.txt b/texts/b377cb31-826f-4f1d-b4ff-0f41cf18ec00.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d865c73aeba60d12bad1e60044acd06dc24fd27 --- /dev/null +++ b/texts/b377cb31-826f-4f1d-b4ff-0f41cf18ec00.txt @@ -0,0 +1 @@ +The puppy is sitting on the snowy beach, and the text "WY" is written on the snow in front of it. \ No newline at end of file diff --git a/texts/b3787314-b243-4bb5-a039-96150eae0a97.txt b/texts/b3787314-b243-4bb5-a039-96150eae0a97.txt new file mode 100644 index 0000000000000000000000000000000000000000..78e91a61aead62e5a7dfaec3aa1c736083ded72d --- /dev/null +++ b/texts/b3787314-b243-4bb5-a039-96150eae0a97.txt @@ -0,0 +1 @@ +Hello Kitty crying in the snow, the sky is deep blue \ No newline at end of file diff --git a/texts/b37bd1ce-9d69-417a-96d3-080a0e4efd24.txt b/texts/b37bd1ce-9d69-417a-96d3-080a0e4efd24.txt new file mode 100644 index 0000000000000000000000000000000000000000..44c048ef76a12cf1eafcc02bc1c4f2c5b6315ead --- /dev/null +++ b/texts/b37bd1ce-9d69-417a-96d3-080a0e4efd24.txt @@ -0,0 +1 @@ +90s aesthetic, christmas vibe, red background setting, christmas tree, old style TV, game cards everywhere, party vibe,cozy atmosphere, entire red backdrop background, exclude human \ No newline at end of file diff --git a/texts/b37c7ae0-d819-4fc6-b2a4-841c8b3c4913.txt b/texts/b37c7ae0-d819-4fc6-b2a4-841c8b3c4913.txt new file mode 100644 index 0000000000000000000000000000000000000000..45782873767c694c29205c1e4949bbb575a3d2b5 --- /dev/null +++ b/texts/b37c7ae0-d819-4fc6-b2a4-841c8b3c4913.txt @@ -0,0 +1 @@ +A golden retriever is holding a bottle of Japanese green tea on the snow in front of Mount Fuji. \ No newline at end of file diff --git a/texts/b380a6bb-6a4b-41f7-b29b-69ca9767174e.txt b/texts/b380a6bb-6a4b-41f7-b29b-69ca9767174e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f750ec42eb2a964b8faa8babe32e2bc7b1d04cf --- /dev/null +++ b/texts/b380a6bb-6a4b-41f7-b29b-69ca9767174e.txt @@ -0,0 +1 @@ +Hello Kitty is holding a birthday cake with 0908 digital candles on it \ No newline at end of file diff --git a/texts/b384fcf0-513d-49de-98d5-8048563c0efd.txt b/texts/b384fcf0-513d-49de-98d5-8048563c0efd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7131bb14ff909e528a62987a74552bea3804ca8 --- /dev/null +++ b/texts/b384fcf0-513d-49de-98d5-8048563c0efd.txt @@ -0,0 +1 @@ +A brown teddy dog in a space suit, swimming around the galaxy \ No newline at end of file diff --git a/texts/b38c8b77-253b-41cd-b78a-f26fb97468c4.txt b/texts/b38c8b77-253b-41cd-b78a-f26fb97468c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bb4a3703d61506a18c5a199b49aad698ea3e782 --- /dev/null +++ b/texts/b38c8b77-253b-41cd-b78a-f26fb97468c4.txt @@ -0,0 +1 @@ +Snowy night, blue sky (usually described in contrast or imagination), a white long-haired cat wearing a red hat, Christmas \ No newline at end of file diff --git a/texts/b3a51af5-4a9c-488b-8824-5544c7ea290d.txt b/texts/b3a51af5-4a9c-488b-8824-5544c7ea290d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e438a8179b2fcba2b9b3f0c1dfa8b46f95943d19 --- /dev/null +++ b/texts/b3a51af5-4a9c-488b-8824-5544c7ea290d.txt @@ -0,0 +1 @@ +Donald duck is enjoying christmas day. There is a christmas tree besides him. The picture should be very funny and cute. With green and orange color the most?! \ No newline at end of file diff --git a/texts/b3adaf78-e878-4ac0-90a6-142c2e48b48c.txt b/texts/b3adaf78-e878-4ac0-90a6-142c2e48b48c.txt new file mode 100644 index 0000000000000000000000000000000000000000..35ed4a385cd5b643bda243d2a6c193ab73c07ea8 --- /dev/null +++ b/texts/b3adaf78-e878-4ac0-90a6-142c2e48b48c.txt @@ -0,0 +1 @@ +a coordinated looking white and gold baby cocker spaniel wearing santa hat sits in frount of a chistmas tree in the home \ No newline at end of file diff --git a/texts/b3bb884f-de46-48b9-93a6-a3a64e699660.txt b/texts/b3bb884f-de46-48b9-93a6-a3a64e699660.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a7d6a9bd1904011a277efaf6a54d3331fe1d7a8 --- /dev/null +++ b/texts/b3bb884f-de46-48b9-93a6-a3a64e699660.txt @@ -0,0 +1 @@ +computer bluetabbycat \ No newline at end of file diff --git a/texts/b3bcb155-393b-4242-a5d0-d4ee5645354d.txt b/texts/b3bcb155-393b-4242-a5d0-d4ee5645354d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d7fe520843c1fc0fdec1a026650fd1a452e5307 --- /dev/null +++ b/texts/b3bcb155-393b-4242-a5d0-d4ee5645354d.txt @@ -0,0 +1 @@ +In the night, a huge Hello Kitty stood in front of the burning sea, revealing a strange smile. There was a row of old computers on the beach, and heavy snow fell from the sky. \ No newline at end of file diff --git a/texts/b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae.txt b/texts/b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e0e7647a479b45ba9292e46e2680a2db3514284 --- /dev/null +++ b/texts/b3c2a1f1-0b7f-4fa5-9fd2-e9a5b65cffae.txt @@ -0,0 +1 @@ +A strange looking animal with a carrot shaped mouth and nose, cow horns on its head, and pigeon wings on its back \ No newline at end of file diff --git a/texts/b3dfa614-e42b-4381-9942-a21ef48c9f90.txt b/texts/b3dfa614-e42b-4381-9942-a21ef48c9f90.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe754d120736d2f225160ff1c75d47e9fb4ed619 --- /dev/null +++ b/texts/b3dfa614-e42b-4381-9942-a21ef48c9f90.txt @@ -0,0 +1 @@ +Happy baby west highland dog chewing ball and running in the snow \ No newline at end of file diff --git a/texts/b3e5a900-6365-4899-844f-393050ca0025.txt b/texts/b3e5a900-6365-4899-844f-393050ca0025.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cc7775cb5b18cdc32df67850d187bccf2b023f0 --- /dev/null +++ b/texts/b3e5a900-6365-4899-844f-393050ca0025.txt @@ -0,0 +1 @@ +dog and tree \ No newline at end of file diff --git a/texts/b3e6057c-c931-4cc2-ab7e-39e890fff417.txt b/texts/b3e6057c-c931-4cc2-ab7e-39e890fff417.txt new file mode 100644 index 0000000000000000000000000000000000000000..939c5a485a66498a17cdaeb0ab4d58c9271aefa6 --- /dev/null +++ b/texts/b3e6057c-c931-4cc2-ab7e-39e890fff417.txt @@ -0,0 +1 @@ +Little snow, pure black sky, cute ragdoll cat with butterfly wings \ No newline at end of file diff --git a/texts/b3e9a678-6366-4f01-b21c-a991330ff6ef.txt b/texts/b3e9a678-6366-4f01-b21c-a991330ff6ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bb0a61ee3177dbbeb345e7bfd1ab06968bd8b96 --- /dev/null +++ b/texts/b3e9a678-6366-4f01-b21c-a991330ff6ef.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words "LINKJOINT" engraved on the snow \ No newline at end of file diff --git a/texts/b40b892b-bcf3-4730-8387-e988ca311025.txt b/texts/b40b892b-bcf3-4730-8387-e988ca311025.txt new file mode 100644 index 0000000000000000000000000000000000000000..93a30a97d4c97088367d1a32eb572e223ac42e8c --- /dev/null +++ b/texts/b40b892b-bcf3-4730-8387-e988ca311025.txt @@ -0,0 +1 @@ +Trump undergoes nucleic acid testing \ No newline at end of file diff --git a/texts/b4102539-eb02-4137-84eb-7fe2607a7a46.txt b/texts/b4102539-eb02-4137-84eb-7fe2607a7a46.txt new file mode 100644 index 0000000000000000000000000000000000000000..a77a800f5c659f2e3f5daccd27760a34dc7162e1 --- /dev/null +++ b/texts/b4102539-eb02-4137-84eb-7fe2607a7a46.txt @@ -0,0 +1 @@ +Abyssinian cat skiing in the snow surrounded by Christmas trees and elves \ No newline at end of file diff --git a/texts/b412792f-e46a-4208-9d57-69a1aab43038.txt b/texts/b412792f-e46a-4208-9d57-69a1aab43038.txt new file mode 100644 index 0000000000000000000000000000000000000000..12f3060da1ca252821b1be122c7f62b02a47d8bf --- /dev/null +++ b/texts/b412792f-e46a-4208-9d57-69a1aab43038.txt @@ -0,0 +1 @@ +A fluffy cat in a hot tub which is in the snow and there are Christmas trees \ No newline at end of file diff --git a/texts/b41aeda9-01d0-4484-9050-1e9ea68a281c.txt b/texts/b41aeda9-01d0-4484-9050-1e9ea68a281c.txt new file mode 100644 index 0000000000000000000000000000000000000000..79751e4768434e752212cf2bf8c039cda81a8699 --- /dev/null +++ b/texts/b41aeda9-01d0-4484-9050-1e9ea68a281c.txt @@ -0,0 +1 @@ +austrount is climbing the rainbow \ No newline at end of file diff --git a/texts/b41b3aa9-2fa8-4555-8a8f-7a46c293493c.txt b/texts/b41b3aa9-2fa8-4555-8a8f-7a46c293493c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0f6c0b0a174508d5b9c5a1d2426363fe3a1ad6c --- /dev/null +++ b/texts/b41b3aa9-2fa8-4555-8a8f-7a46c293493c.txt @@ -0,0 +1 @@ +Kanye West is eating a popsicle in the snow. \ No newline at end of file diff --git a/texts/b41c44b2-9153-487d-89d1-94bc5f3a3e61.txt b/texts/b41c44b2-9153-487d-89d1-94bc5f3a3e61.txt new file mode 100644 index 0000000000000000000000000000000000000000..03952a6d39f4aa869978d32e567a6c2dd2f62e71 --- /dev/null +++ b/texts/b41c44b2-9153-487d-89d1-94bc5f3a3e61.txt @@ -0,0 +1 @@ +Winged leaves fly in the snow during the day \ No newline at end of file diff --git a/texts/b42b708e-4cbf-429e-b392-b7e6568a4530.txt b/texts/b42b708e-4cbf-429e-b392-b7e6568a4530.txt new file mode 100644 index 0000000000000000000000000000000000000000..852ea4e5d3f556701726c16bc59e06ef9ea849b6 --- /dev/null +++ b/texts/b42b708e-4cbf-429e-b392-b7e6568a4530.txt @@ -0,0 +1 @@ +"A bald monk gazes into the distance in the snow, with the background of the burning Kinkaku-ji (Golden Pavilion) engulfed in flames, with fire spreading wildly from the temple, all set in a dimly lit environment during snowy weather." \ No newline at end of file diff --git a/texts/b4416450-3ccc-4c63-88ea-990b79ab7637.txt b/texts/b4416450-3ccc-4c63-88ea-990b79ab7637.txt new file mode 100644 index 0000000000000000000000000000000000000000..e962c3bd60aefb7cbb990c59895b39dcd6c72bab --- /dev/null +++ b/texts/b4416450-3ccc-4c63-88ea-990b79ab7637.txt @@ -0,0 +1 @@ +snoopy wears a glasses as a lawyer in front of a computer \ No newline at end of file diff --git a/texts/b4419c2c-77c8-4d35-a2ac-92220db18952.txt b/texts/b4419c2c-77c8-4d35-a2ac-92220db18952.txt new file mode 100644 index 0000000000000000000000000000000000000000..481df9e84091927e0cdd79855476ca5702553cc5 --- /dev/null +++ b/texts/b4419c2c-77c8-4d35-a2ac-92220db18952.txt @@ -0,0 +1 @@ +Generate a hellokitty doll who wears a Little Red Riding Hood style outfit, has a cute ball python in her arms, and has doll style hands. \ No newline at end of file diff --git a/texts/b45253ba-164c-445c-8cce-7af6800f2f8c.txt b/texts/b45253ba-164c-445c-8cce-7af6800f2f8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8beb9102c61d82e37da9cd85380fdbe1e58e1a47 --- /dev/null +++ b/texts/b45253ba-164c-445c-8cce-7af6800f2f8c.txt @@ -0,0 +1 @@ +A man in a godfather's hat stood beside the lake, holding a tulip that completely blocked his face \ No newline at end of file diff --git a/texts/b453f9b0-7845-4e7a-9b94-27be7b9884f6.txt b/texts/b453f9b0-7845-4e7a-9b94-27be7b9884f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3f6e6b42eee9dc83f3e5819948ee9fa503408bd --- /dev/null +++ b/texts/b453f9b0-7845-4e7a-9b94-27be7b9884f6.txt @@ -0,0 +1 @@ +There is a puppet cat next to the indoor Christmas tree.The letters sheep are written on the cake. \ No newline at end of file diff --git a/texts/b45a2233-1c5c-48ab-a76c-fca74ed7750e.txt b/texts/b45a2233-1c5c-48ab-a76c-fca74ed7750e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7876d2bc4a66025a2fe8d44b6f6c4733ec4151b2 --- /dev/null +++ b/texts/b45a2233-1c5c-48ab-a76c-fca74ed7750e.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "HEZHAO" engraved on the snow \ No newline at end of file diff --git a/texts/b45f60a9-da9d-4c17-98ba-71ce4265103c.txt b/texts/b45f60a9-da9d-4c17-98ba-71ce4265103c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f61bf264a09d5345d91a9abb1b716b5a3e6bbb0e --- /dev/null +++ b/texts/b45f60a9-da9d-4c17-98ba-71ce4265103c.txt @@ -0,0 +1 @@ +A Christmas tree in the snow with Pomeranians and foxes on it \ No newline at end of file diff --git a/texts/b461f9fb-844a-4a48-9a9f-7893577df1f5.txt b/texts/b461f9fb-844a-4a48-9a9f-7893577df1f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..44c187bac25831cb0083455d5fd8c71d1ae6c7c6 --- /dev/null +++ b/texts/b461f9fb-844a-4a48-9a9f-7893577df1f5.txt @@ -0,0 +1 @@ +LinaBell watches a volcanic eruption beneath Mount Fuji. \ No newline at end of file diff --git a/texts/b47b4976-f8fd-461c-934e-d1da0ea0fc52.txt b/texts/b47b4976-f8fd-461c-934e-d1da0ea0fc52.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f85d17446e7b8ab32504b0a90d60b6c5c4844c2 --- /dev/null +++ b/texts/b47b4976-f8fd-461c-934e-d1da0ea0fc52.txt @@ -0,0 +1 @@ +a cool white cute rabbit wear a fashion white rimmed sunglass and pink bow tie was coding in a green sofa \ No newline at end of file diff --git a/texts/b4812b14-06e8-4329-88cc-af39986f5fe9.txt b/texts/b4812b14-06e8-4329-88cc-af39986f5fe9.txt new file mode 100644 index 0000000000000000000000000000000000000000..11bebd59548d6ea38de6420edba7a3aeaf2a7e12 --- /dev/null +++ b/texts/b4812b14-06e8-4329-88cc-af39986f5fe9.txt @@ -0,0 +1 @@ +Night, snow, Christmas tree, happy little dog, cozy villa \ No newline at end of file diff --git a/texts/b4879600-3ce8-4b53-bac9-229b6331bdcd.txt b/texts/b4879600-3ce8-4b53-bac9-229b6331bdcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..6321edc60957de71db54f1b0db2016f70e13f126 --- /dev/null +++ b/texts/b4879600-3ce8-4b53-bac9-229b6331bdcd.txt @@ -0,0 +1 @@ +In every corner of the big sun-drenched snow-covered mountains, there was an Abyssinian cat and a man with long hair. \ No newline at end of file diff --git a/texts/b491aae8-92ea-44f6-a76a-bba9194ec527.txt b/texts/b491aae8-92ea-44f6-a76a-bba9194ec527.txt new file mode 100644 index 0000000000000000000000000000000000000000..16cbe92d2df71bd1a7628de0a812fcd23986274e --- /dev/null +++ b/texts/b491aae8-92ea-44f6-a76a-bba9194ec527.txt @@ -0,0 +1 @@ +There is a small Christmas tree between the two Snoopy trees, and Xavier's name is written in the snow \ No newline at end of file diff --git a/texts/b4952864-4623-43c4-a417-410d4d52c5ac.txt b/texts/b4952864-4623-43c4-a417-410d4d52c5ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..6320d757ac3cbe98fddb9f27382b1f7537172c64 --- /dev/null +++ b/texts/b4952864-4623-43c4-a417-410d4d52c5ac.txt @@ -0,0 +1 @@ +A cat fur keyring, white long plush, pink thread yarn nose, hands open, 8cm high, wearing a lace bib around the neck, cute, soft \ No newline at end of file diff --git a/texts/b497a0e2-c9c0-428b-911c-c08186e37105.txt b/texts/b497a0e2-c9c0-428b-911c-c08186e37105.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b515014e98f3cb7f27bf3f6b09a73ce9abfa80e --- /dev/null +++ b/texts/b497a0e2-c9c0-428b-911c-c08186e37105.txt @@ -0,0 +1 @@ +held a red circular plate with a large cake in the shape of a Christmas tree, half angled \ No newline at end of file diff --git a/texts/b4a36b36-a3e0-4736-9f87-5595c646ec13.txt b/texts/b4a36b36-a3e0-4736-9f87-5595c646ec13.txt new file mode 100644 index 0000000000000000000000000000000000000000..75e3b7039311297761def7fccee161e1b393f2d7 --- /dev/null +++ b/texts/b4a36b36-a3e0-4736-9f87-5595c646ec13.txt @@ -0,0 +1 @@ +Oh, in the quaint little corner of the northwest, there lies a town so tiny it would make a microbe feel like a skyscraper. And guess what? They've got a church there that's more dedicated to daily meals than the average foodie is to their calorie counting app. These folks actually believe that food is the divine elixir of happiness, and they've built their own culinary cathedral to worship at the altar of the all-mighty sandwich. Amen! \ No newline at end of file diff --git a/texts/b4a7efb9-caab-44f3-b888-0513c8d0144f.txt b/texts/b4a7efb9-caab-44f3-b888-0513c8d0144f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b92b0b2d34ca990ee5e98567699c38330e94b86b --- /dev/null +++ b/texts/b4a7efb9-caab-44f3-b888-0513c8d0144f.txt @@ -0,0 +1 @@ +A cute yellow and white toy dog is eating a hamburger in the living room \ No newline at end of file diff --git a/texts/b4ab7a74-805d-43ab-8bd6-f499885c000a.txt b/texts/b4ab7a74-805d-43ab-8bd6-f499885c000a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1071b781e77497d31286a278ffa24496a59fc27a --- /dev/null +++ b/texts/b4ab7a74-805d-43ab-8bd6-f499885c000a.txt @@ -0,0 +1 @@ +a hello kitty and a Pingu stand in front of a big Christmas tree \ No newline at end of file diff --git a/texts/b4ad3fb1-23e7-4036-890e-68d85db8ba5c.txt b/texts/b4ad3fb1-23e7-4036-890e-68d85db8ba5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..609c3d019e90f7c54676be9c101dee6b692cfd24 --- /dev/null +++ b/texts/b4ad3fb1-23e7-4036-890e-68d85db8ba5c.txt @@ -0,0 +1 @@ +Hello Kitty is leaning against a Christmas tree by the seaside at night, and in front of her is a snowy field. \ No newline at end of file diff --git a/texts/b4b5e779-f4e7-481d-a8c0-0be43f1f9938.txt b/texts/b4b5e779-f4e7-481d-a8c0-0be43f1f9938.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cebfebd9081c4098a328a589a6310f79a54c0ed --- /dev/null +++ b/texts/b4b5e779-f4e7-481d-a8c0-0be43f1f9938.txt @@ -0,0 +1 @@ +A unicorn, standing in the snow, the sky is green Aurora \ No newline at end of file diff --git a/texts/b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05.txt b/texts/b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d658d96cbfe83946016f95d0e0ff46cd3aae3c4 --- /dev/null +++ b/texts/b4b6f579-b4d3-44e6-bbd0-8d06d65d1e05.txt @@ -0,0 +1 @@ +A fat white hedgehog wearing a hat plays the red bass, on grassland with white flowers interspersed, in Xinjiang China in spring \ No newline at end of file diff --git a/texts/b4bdba0f-478c-42b8-8e16-125e9fa0fea5.txt b/texts/b4bdba0f-478c-42b8-8e16-125e9fa0fea5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e845252d66ec1f8a6bab7be0ac804923e3db8d2 --- /dev/null +++ b/texts/b4bdba0f-478c-42b8-8e16-125e9fa0fea5.txt @@ -0,0 +1 @@ +A cat in yellow clothes is taking pictures by the sea with a camera. \ No newline at end of file diff --git a/texts/b4c584cc-5cb8-4484-bc2e-5a012efed375.txt b/texts/b4c584cc-5cb8-4484-bc2e-5a012efed375.txt new file mode 100644 index 0000000000000000000000000000000000000000..34815eaca2af9b040123a7308ac3360c2bfa27ad --- /dev/null +++ b/texts/b4c584cc-5cb8-4484-bc2e-5a012efed375.txt @@ -0,0 +1 @@ +little snow , pure white sky, Scottish Terrier wearing a Christmas hat \ No newline at end of file diff --git a/texts/b4d83abc-a4bf-473c-a693-3a9332173f8b.txt b/texts/b4d83abc-a4bf-473c-a693-3a9332173f8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c8cf6e49e1c6f5f904cbf66d618ed74e644cca --- /dev/null +++ b/texts/b4d83abc-a4bf-473c-a693-3a9332173f8b.txt @@ -0,0 +1 @@ +British Shorthair Cat, American Maine Orange Cat, and Chinese calico Cat Playing in the Christmas Snow \ No newline at end of file diff --git a/texts/b4d95f1a-bc79-46de-9bc4-0a47059a8859.txt b/texts/b4d95f1a-bc79-46de-9bc4-0a47059a8859.txt new file mode 100644 index 0000000000000000000000000000000000000000..8114d4a4ff466776e5f54eb529e27bf257d8a212 --- /dev/null +++ b/texts/b4d95f1a-bc79-46de-9bc4-0a47059a8859.txt @@ -0,0 +1 @@ +A surreal Christmas scene where the sky is a swirling tapestry of twinkling stars and vibrant auroras. In the foreground, a colossal Christmas tree made of twisted, otherworldly branches stretches towards an infinite, star-filled ceiling. A curious puppy with a festive Santa hat perches precariously on one of its higher branches, peering into the cosmic depths. \ No newline at end of file diff --git a/texts/b4e849d7-8989-4e20-a24d-74ce8b20e4bc.txt b/texts/b4e849d7-8989-4e20-a24d-74ce8b20e4bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1caef4ca933b2c74036d7490a2074a7522456011 --- /dev/null +++ b/texts/b4e849d7-8989-4e20-a24d-74ce8b20e4bc.txt @@ -0,0 +1 @@ +A scruffy white dog sitting on a chair working.On the office computer desk \ No newline at end of file diff --git a/texts/b4eb60fb-bba7-4504-993e-bcc286c5090f.txt b/texts/b4eb60fb-bba7-4504-993e-bcc286c5090f.txt new file mode 100644 index 0000000000000000000000000000000000000000..01cf1852c412a40de33b7d4fc635fc97d43f3682 --- /dev/null +++ b/texts/b4eb60fb-bba7-4504-993e-bcc286c5090f.txt @@ -0,0 +1 @@ +Happy realistic very short man with a gnome hat waving dressed as a gnome handsome young with a mischievous smile full body fat \ No newline at end of file diff --git a/texts/b4ecfc16-3323-4ad8-b9d7-5b3f852919b1.txt b/texts/b4ecfc16-3323-4ad8-b9d7-5b3f852919b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..754441a2319594ffaa2fadea2316bbbd695e934c --- /dev/null +++ b/texts/b4ecfc16-3323-4ad8-b9d7-5b3f852919b1.txt @@ -0,0 +1 @@ +Arisdom \ No newline at end of file diff --git a/texts/b4ee7063-d29a-4bca-bd47-90d8120672b6.txt b/texts/b4ee7063-d29a-4bca-bd47-90d8120672b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..885dd364c8403cb6e242f34f8f8e75dcad605867 --- /dev/null +++ b/texts/b4ee7063-d29a-4bca-bd47-90d8120672b6.txt @@ -0,0 +1 @@ +Gold and Red Lunar New Year Banner Design \ No newline at end of file diff --git a/texts/b4f247d5-6726-4b4b-b847-89f14df619d4.txt b/texts/b4f247d5-6726-4b4b-b847-89f14df619d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..62d5b7da35e7395e197f125ae41f4ada28fb6101 --- /dev/null +++ b/texts/b4f247d5-6726-4b4b-b847-89f14df619d4.txt @@ -0,0 +1 @@ + A cute dog with wings watching blue aurora and stars in the snow \ No newline at end of file diff --git a/texts/b4fee8fa-5be4-46fb-900e-37bd19009dca.txt b/texts/b4fee8fa-5be4-46fb-900e-37bd19009dca.txt new file mode 100644 index 0000000000000000000000000000000000000000..daef7936629faa742a20ac9b70b030bd2734b0ae --- /dev/null +++ b/texts/b4fee8fa-5be4-46fb-900e-37bd19009dca.txt @@ -0,0 +1 @@ +A Meteorite border collie dog is fried rice in a hot pot restaurant \ No newline at end of file diff --git a/texts/b5090a7a-67a7-4130-bbaf-2f1187e7f20a.txt b/texts/b5090a7a-67a7-4130-bbaf-2f1187e7f20a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff4ee963ae678e507a7ac078bd29a0632d50a758 --- /dev/null +++ b/texts/b5090a7a-67a7-4130-bbaf-2f1187e7f20a.txt @@ -0,0 +1 @@ +A wizard dog uses a magic wand and wears black magic robes on a snowy winter night. \ No newline at end of file diff --git a/texts/b50e1cf8-527d-477b-b44b-8d4e9a01f491.txt b/texts/b50e1cf8-527d-477b-b44b-8d4e9a01f491.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a1735aded8167e9b5f86c077b293a2abcf398b5 --- /dev/null +++ b/texts/b50e1cf8-527d-477b-b44b-8d4e9a01f491.txt @@ -0,0 +1 @@ +Red Panda wearing 3d glasses watching a movie on an old yellow sofa. Behind the sofa is an old vase with a lily in it. An apple is under the red panda's paw. \ No newline at end of file diff --git a/texts/b512139d-69e9-4560-91fc-1be1c4566824.txt b/texts/b512139d-69e9-4560-91fc-1be1c4566824.txt new file mode 100644 index 0000000000000000000000000000000000000000..6dbceddbf44e58af960405ead5b5e32b87c6941d --- /dev/null +++ b/texts/b512139d-69e9-4560-91fc-1be1c4566824.txt @@ -0,0 +1 @@ +hellokitty and an asign young lady eat cake at the Christmas party, next to the Christmas tree, a Samoyed, outside the window blues, snow \ No newline at end of file diff --git a/texts/b5184f24-4196-40d3-ae66-b5678f558e54.txt b/texts/b5184f24-4196-40d3-ae66-b5678f558e54.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a0f1a8078c4d0b486487ca36cdb7cbafd5e50f7 --- /dev/null +++ b/texts/b5184f24-4196-40d3-ae66-b5678f558e54.txt @@ -0,0 +1 @@ +long haired tuxedo cat with gree golden eyes and sliver glasses. Background has snowflakes and starry sky. Snow on the ground, a snow man standing with the cat. \ No newline at end of file diff --git a/texts/b51f141a-5c44-4124-b78e-fab0b9e36218.txt b/texts/b51f141a-5c44-4124-b78e-fab0b9e36218.txt new file mode 100644 index 0000000000000000000000000000000000000000..777e27a16814d3e875a78a63f95031d3cf5b6d8a --- /dev/null +++ b/texts/b51f141a-5c44-4124-b78e-fab0b9e36218.txt @@ -0,0 +1 @@ +Back view of man, black t-shirt, a sports car, car repair shop \ No newline at end of file diff --git a/texts/b538888c-2733-4889-92b8-dcd389bf63e6.txt b/texts/b538888c-2733-4889-92b8-dcd389bf63e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..304a3bbac030dfc41ecff291c806e69047d3a381 --- /dev/null +++ b/texts/b538888c-2733-4889-92b8-dcd389bf63e6.txt @@ -0,0 +1 @@ +Rilakkuma is smoking and drinking coffee next to Mount Fuji \ No newline at end of file diff --git a/texts/b55d0e7d-4c16-4343-872b-2dc18bc23417.txt b/texts/b55d0e7d-4c16-4343-872b-2dc18bc23417.txt new file mode 100644 index 0000000000000000000000000000000000000000..55445cc614f1952f7b4d364df33c943c8f988413 --- /dev/null +++ b/texts/b55d0e7d-4c16-4343-872b-2dc18bc23417.txt @@ -0,0 +1 @@ +A fountain sprays lots of precious jewels. White background,in the garden full of flowers. \ No newline at end of file diff --git a/texts/b56caec0-c4f2-418a-994a-75c2d448cb48.txt b/texts/b56caec0-c4f2-418a-994a-75c2d448cb48.txt new file mode 100644 index 0000000000000000000000000000000000000000..27d1bc0133e0ced51f2f78f8004d5bf72175a01f --- /dev/null +++ b/texts/b56caec0-c4f2-418a-994a-75c2d448cb48.txt @@ -0,0 +1 @@ +A white kitten with wings and a yellow kitten with a birthday hat are playing together, with a blue sky, white clouds, and stars in the background \ No newline at end of file diff --git a/texts/b5724bf9-01ce-4b66-a667-b1281cdb2ac3.txt b/texts/b5724bf9-01ce-4b66-a667-b1281cdb2ac3.txt new file mode 100644 index 0000000000000000000000000000000000000000..aba61726d5c7d6c1f0c646add20474d49bfc9477 --- /dev/null +++ b/texts/b5724bf9-01ce-4b66-a667-b1281cdb2ac3.txt @@ -0,0 +1 @@ +A golden retriever puppy is swimming with a seltie \ No newline at end of file diff --git a/texts/b579243d-55e0-4f12-a58e-c648bd3a846b.txt b/texts/b579243d-55e0-4f12-a58e-c648bd3a846b.txt new file mode 100644 index 0000000000000000000000000000000000000000..93ff0902a67ab4dbb029b5219a964cb03ae42fa1 --- /dev/null +++ b/texts/b579243d-55e0-4f12-a58e-c648bd3a846b.txt @@ -0,0 +1 @@ +Cadiz loves US dollars \ No newline at end of file diff --git a/texts/b58f3300-d523-46c2-b673-9137eb7f63ae.txt b/texts/b58f3300-d523-46c2-b673-9137eb7f63ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab0b36eec27ee98fd3cf6b0e959390b35eb77772 --- /dev/null +++ b/texts/b58f3300-d523-46c2-b673-9137eb7f63ae.txt @@ -0,0 +1 @@ +cat,smoke,house one fire,blue sky \ No newline at end of file diff --git a/texts/b5995551-6d68-4699-8cfb-8b3cd225cd36.txt b/texts/b5995551-6d68-4699-8cfb-8b3cd225cd36.txt new file mode 100644 index 0000000000000000000000000000000000000000..c81cefafd67a18033cb26fb40387e8b751d628fd --- /dev/null +++ b/texts/b5995551-6d68-4699-8cfb-8b3cd225cd36.txt @@ -0,0 +1 @@ +snow,apple,snowboarding \ No newline at end of file diff --git a/texts/b59c4835-3a86-47e4-ba06-af3554cec8fa.txt b/texts/b59c4835-3a86-47e4-ba06-af3554cec8fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..c203e1e1be4d951d2bb45d258f6c2f219572d409 --- /dev/null +++ b/texts/b59c4835-3a86-47e4-ba06-af3554cec8fa.txt @@ -0,0 +1 @@ +a West Heights Terrier is driving a classic Ferrari \ No newline at end of file diff --git a/texts/b5a3f99e-9eaf-4d95-8557-1f33554466e9.txt b/texts/b5a3f99e-9eaf-4d95-8557-1f33554466e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..19f8f38fad1af6ce3dfb633c664ccc2c9b09530e --- /dev/null +++ b/texts/b5a3f99e-9eaf-4d95-8557-1f33554466e9.txt @@ -0,0 +1 @@ +Seaside, sunset, sun, blues, shell, pearl, dolphin \ No newline at end of file diff --git a/texts/b5ab92bf-8e0f-4140-a236-a7ee4e70f831.txt b/texts/b5ab92bf-8e0f-4140-a236-a7ee4e70f831.txt new file mode 100644 index 0000000000000000000000000000000000000000..39469ddb60c5488c9f179752344209b90ee95647 --- /dev/null +++ b/texts/b5ab92bf-8e0f-4140-a236-a7ee4e70f831.txt @@ -0,0 +1 @@ +A Yellow and white corgi playing magic with people in light snow falls from a pitch-black sky \ No newline at end of file diff --git a/texts/b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99.txt b/texts/b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99.txt new file mode 100644 index 0000000000000000000000000000000000000000..39060678df44209fb813f3708a4aa9fd9c3ad6e4 --- /dev/null +++ b/texts/b5b7863b-3a21-4ce4-94c3-8c1aa14a1a99.txt @@ -0,0 +1 @@ +A yellow-billed pelican and a white mouse full-body pink rabbit besides Christmas party setting \ No newline at end of file diff --git a/texts/b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0.txt b/texts/b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..9799a312c63b8e573b2cd35987cec7486d1e54c6 --- /dev/null +++ b/texts/b5c6342f-e4b5-44e5-a0b5-7978c74fb2c0.txt @@ -0,0 +1 @@ +a white bichon mixed-breed dog is pouring hot water on the laptop keyboard, looks hate the work, in front of its office table. The dog is big and cute ,wearing a shirt \ No newline at end of file diff --git a/texts/b5c9a103-756e-438f-935c-532f790c92c1.txt b/texts/b5c9a103-756e-438f-935c-532f790c92c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b5de59617b6656188019940c46e00c0e90fb51b --- /dev/null +++ b/texts/b5c9a103-756e-438f-935c-532f790c92c1.txt @@ -0,0 +1 @@ +At night, the cartoon character Hello Kitty rides a motorcycle on an empty road. She is cool and wears punk style clothes \ No newline at end of file diff --git a/texts/b5cbed4d-c85e-4d13-ac03-a4cf75e9f336.txt b/texts/b5cbed4d-c85e-4d13-ac03-a4cf75e9f336.txt new file mode 100644 index 0000000000000000000000000000000000000000..6edcf24adaf6bb5ee2ef8b8af3e1d62cf15dac38 --- /dev/null +++ b/texts/b5cbed4d-c85e-4d13-ac03-a4cf75e9f336.txt @@ -0,0 +1 @@ +a white cat dress Christmas clothing in the living room \ No newline at end of file diff --git a/texts/b5ce9022-a332-4daa-9aa7-e23e6c955846.txt b/texts/b5ce9022-a332-4daa-9aa7-e23e6c955846.txt new file mode 100644 index 0000000000000000000000000000000000000000..420cd8ae55a79844c329cf63d1a487c1eff16bba --- /dev/null +++ b/texts/b5ce9022-a332-4daa-9aa7-e23e6c955846.txt @@ -0,0 +1 @@ + A cute little puppy, brown, and white is singing with a microphone in his hand \ No newline at end of file diff --git a/texts/b5db11c7-8d97-465c-83b3-98517e8767c6.txt b/texts/b5db11c7-8d97-465c-83b3-98517e8767c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f5678db305c35b44214aa9aded71d4e1de9af08 --- /dev/null +++ b/texts/b5db11c7-8d97-465c-83b3-98517e8767c6.txt @@ -0,0 +1 @@ +a fairy stands \ No newline at end of file diff --git a/texts/b5deaee5-a776-4db2-be19-9cf55362943c.txt b/texts/b5deaee5-a776-4db2-be19-9cf55362943c.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd9309b0fc0f528173342ed4bd5996e8a83789d1 --- /dev/null +++ b/texts/b5deaee5-a776-4db2-be19-9cf55362943c.txt @@ -0,0 +1 @@ +A West Highland White Terrier walks along a path lined with blooming cherry blossom trees, with pink petals scattered across the ground in a serene, sunny setting. \ No newline at end of file diff --git a/texts/b5e0654e-76e1-462f-8f4f-fd0f0742e362.txt b/texts/b5e0654e-76e1-462f-8f4f-fd0f0742e362.txt new file mode 100644 index 0000000000000000000000000000000000000000..930b66b870e2c7af56a49529cbb3deaedbaa2878 --- /dev/null +++ b/texts/b5e0654e-76e1-462f-8f4f-fd0f0742e362.txt @@ -0,0 +1 @@ +A black cat wearing a red scarf is on the table of the cabin, next to a lamp. \ No newline at end of file diff --git a/texts/b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5.txt b/texts/b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5688c4937e0e89b504570123115d9866cd5dc407 --- /dev/null +++ b/texts/b5eb8c04-98e8-4c7e-aa9f-8a1075784ac5.txt @@ -0,0 +1 @@ +A man in a suit, holding a cane, with human hands and an owl-like head, stands in a vintage hotel lobby \ No newline at end of file diff --git a/texts/b5f1df38-f644-457a-a453-ff5988506b0b.txt b/texts/b5f1df38-f644-457a-a453-ff5988506b0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..76633c2481937efbb3b296207331eecca16cf1b1 --- /dev/null +++ b/texts/b5f1df38-f644-457a-a453-ff5988506b0b.txt @@ -0,0 +1 @@ +hello kitty smiling by the sea.1207 on the cake \ No newline at end of file diff --git a/texts/b5faeb01-4d24-4bc9-adef-2e9eb82b8e52.txt b/texts/b5faeb01-4d24-4bc9-adef-2e9eb82b8e52.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ebd050711a7040226f5167c79d6221f909a3117 --- /dev/null +++ b/texts/b5faeb01-4d24-4bc9-adef-2e9eb82b8e52.txt @@ -0,0 +1 @@ +Santa Claus with a flaming beard ran out of the burning Kinkaku Temple and into the snow \ No newline at end of file diff --git a/texts/b60bbd95-584b-4f95-8146-40f486adc002.txt b/texts/b60bbd95-584b-4f95-8146-40f486adc002.txt new file mode 100644 index 0000000000000000000000000000000000000000..b653bc90d8ab9f56279047f914c6c5e205ff6780 --- /dev/null +++ b/texts/b60bbd95-584b-4f95-8146-40f486adc002.txt @@ -0,0 +1 @@ +A white Pomeranian sits on a small brown couch.The dog is right in the middle \ No newline at end of file diff --git a/texts/b611505a-9af4-43b9-97bb-d3c76fad16dd.txt b/texts/b611505a-9af4-43b9-97bb-d3c76fad16dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..315919edb406ce509842b63bb9c9a5a8a600a859 --- /dev/null +++ b/texts/b611505a-9af4-43b9-97bb-d3c76fad16dd.txt @@ -0,0 +1 @@ +Two burning metal wires in the forest at the blues moment are black smoke. The wire is in the shape of the letter DH. \ No newline at end of file diff --git a/texts/b6133043-fce8-4a56-a00e-1acac9c57e32.txt b/texts/b6133043-fce8-4a56-a00e-1acac9c57e32.txt new file mode 100644 index 0000000000000000000000000000000000000000..54ffa816036660e54693af8308aab99904b47507 --- /dev/null +++ b/texts/b6133043-fce8-4a56-a00e-1acac9c57e32.txt @@ -0,0 +1 @@ +In the distance is Mount Fuji in Japan, and in the foreground is a Hello Kitty mascot dressed in a kimono, holding a cake with the editable number "1128" written on it. \ No newline at end of file diff --git a/texts/b613d11e-0642-43eb-8c23-e1d1023c5ca2.txt b/texts/b613d11e-0642-43eb-8c23-e1d1023c5ca2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c1c7c42194eeaaf22acd3edf6d14ec75ca398e5 --- /dev/null +++ b/texts/b613d11e-0642-43eb-8c23-e1d1023c5ca2.txt @@ -0,0 +1 @@ +A puppy sit under Christmas tree and it is surrounded by a lot of gifts.it look to the front. there are butterflies in the picture \ No newline at end of file diff --git a/texts/b618b79f-1310-4986-9ceb-92cd6349779b.txt b/texts/b618b79f-1310-4986-9ceb-92cd6349779b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba885b07ff66eb72483029adaaaea4017d01a84c --- /dev/null +++ b/texts/b618b79f-1310-4986-9ceb-92cd6349779b.txt @@ -0,0 +1 @@ +A yellow cat make wish to a snowman dring Christmas. The background is outside and in the newyork city. Cat wearing a scarf. \ No newline at end of file diff --git a/texts/b64338a4-f8dc-4ab1-862c-2deefb553092.txt b/texts/b64338a4-f8dc-4ab1-862c-2deefb553092.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce954f9706804e0d15153415d3ede19b68c3040f --- /dev/null +++ b/texts/b64338a4-f8dc-4ab1-862c-2deefb553092.txt @@ -0,0 +1 @@ +At sunrise, there is a Christmas tree hung with colorful lights on the sea. Otters, kittens and hedgehogs are holding hands and dancing happily around the Christmas tree \ No newline at end of file diff --git a/texts/b64572cd-00a6-4e62-92ea-902175c5e7fb.txt b/texts/b64572cd-00a6-4e62-92ea-902175c5e7fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8638d505a8e99cfdbb708dcaccc0470ce5ef630 --- /dev/null +++ b/texts/b64572cd-00a6-4e62-92ea-902175c5e7fb.txt @@ -0,0 +1 @@ +As the sun sets, there is a cute panda in a book under a huge sunset \ No newline at end of file diff --git a/texts/b6505e26-dd6b-466f-93ca-5f9043dc9530.txt b/texts/b6505e26-dd6b-466f-93ca-5f9043dc9530.txt new file mode 100644 index 0000000000000000000000000000000000000000..dde1655930fb0c98dece9a99d596bde17f74ad1c --- /dev/null +++ b/texts/b6505e26-dd6b-466f-93ca-5f9043dc9530.txt @@ -0,0 +1 @@ +A golden retriever puppy is playing with a German Shepherd dog \ No newline at end of file diff --git a/texts/b656680d-e1be-47e1-a11c-15b240719005.txt b/texts/b656680d-e1be-47e1-a11c-15b240719005.txt new file mode 100644 index 0000000000000000000000000000000000000000..068958c18b6e4fc6f7f416a5408db41cd22bbe10 --- /dev/null +++ b/texts/b656680d-e1be-47e1-a11c-15b240719005.txt @@ -0,0 +1 @@ +Two cats sitting around a table, christmas tree shape cake on the table, cats wearing christmas hats,on a boat, in the sea, close-up of the cats \ No newline at end of file diff --git a/texts/b6680ed3-4389-49ec-88aa-e8883d072ae7.txt b/texts/b6680ed3-4389-49ec-88aa-e8883d072ae7.txt new file mode 100644 index 0000000000000000000000000000000000000000..010bd2e922e0e05b289cbcaa5b1e98e4dca589f6 --- /dev/null +++ b/texts/b6680ed3-4389-49ec-88aa-e8883d072ae7.txt @@ -0,0 +1 @@ +Cat drink coffee when building on fire \ No newline at end of file diff --git a/texts/b66e9873-c34d-4976-8e57-cab604ef02b2.txt b/texts/b66e9873-c34d-4976-8e57-cab604ef02b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd72ee403a9193ba22e33a6477db5608ae5960c5 --- /dev/null +++ b/texts/b66e9873-c34d-4976-8e57-cab604ef02b2.txt @@ -0,0 +1 @@ +A dachshund wearing a Christmas hat beside a prosperous and decorated christmas tree that filled half of the background in the snow, with some colorful Christmas gifts (with silk ribbon) beside it, and snowman with button eyes and a carrot nose beside the tree. \ No newline at end of file diff --git a/texts/b67cefdc-95c3-4574-a98d-193ed1d142ad.txt b/texts/b67cefdc-95c3-4574-a98d-193ed1d142ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cb36f2733f1a210ea5ba81aa113f1ec76f45c61 --- /dev/null +++ b/texts/b67cefdc-95c3-4574-a98d-193ed1d142ad.txt @@ -0,0 +1 @@ +A cute red panda outdoors, holding a camera and capturing the perfect shot. \ No newline at end of file diff --git a/texts/b67ddcba-b416-4c97-96b2-9e71ea1eb237.txt b/texts/b67ddcba-b416-4c97-96b2-9e71ea1eb237.txt new file mode 100644 index 0000000000000000000000000000000000000000..41b3cf8024c1d49d98b7d0223fa48908b2c3f63f --- /dev/null +++ b/texts/b67ddcba-b416-4c97-96b2-9e71ea1eb237.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word"ZYJ&ZXW"engraved on the snow \ No newline at end of file diff --git a/texts/b6804ba2-c90f-4fe9-89cd-708c9057cd78.txt b/texts/b6804ba2-c90f-4fe9-89cd-708c9057cd78.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b2d1562ba1e52dc0949eed7324d0b8b476cd43b --- /dev/null +++ b/texts/b6804ba2-c90f-4fe9-89cd-708c9057cd78.txt @@ -0,0 +1 @@ +A dachshund wearing a Santa hat playing guitar in the snow and watching fireworks \ No newline at end of file diff --git a/texts/b6891544-5aae-4ed0-8d24-47769af5bcb1.txt b/texts/b6891544-5aae-4ed0-8d24-47769af5bcb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c25ef27133dead844a1240a406e62999c1f4aaa --- /dev/null +++ b/texts/b6891544-5aae-4ed0-8d24-47769af5bcb1.txt @@ -0,0 +1 @@ +it is snowing, and there is an orange cat wearing a red scarf. \ No newline at end of file diff --git a/texts/b6997b46-454e-41cf-b66e-1604a3c62df8.txt b/texts/b6997b46-454e-41cf-b66e-1604a3c62df8.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e5a1c67b89c16ffb491809a3205bd75b669aab9 --- /dev/null +++ b/texts/b6997b46-454e-41cf-b66e-1604a3c62df8.txt @@ -0,0 +1 @@ +A black cat stands by a window looking outside.a beautiful sunset outside and the ground is covered by snow.the cat is wearing a red scarf.A vintage camera is hanging around the cat's neck.'ASAHI' written on the ground outside. \ No newline at end of file diff --git a/texts/b69a5529-fd50-491b-a666-aa07175a054f.txt b/texts/b69a5529-fd50-491b-a666-aa07175a054f.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfbabebb25c40dda47f4a51912235961f10f7572 --- /dev/null +++ b/texts/b69a5529-fd50-491b-a666-aa07175a054f.txt @@ -0,0 +1 @@ +Chinese Lunar New Year \ No newline at end of file diff --git a/texts/b6a66374-81a5-414d-940a-6db4da635ce7.txt b/texts/b6a66374-81a5-414d-940a-6db4da635ce7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0b6615225d93791373ef2d39f15a1478e7d5b59 --- /dev/null +++ b/texts/b6a66374-81a5-414d-940a-6db4da635ce7.txt @@ -0,0 +1 @@ +In the burning server room, the uncle in Mario's clothes is operating the computer on the table. \ No newline at end of file diff --git a/texts/b6a8705a-f445-46e4-bcc4-a9fd53447622.txt b/texts/b6a8705a-f445-46e4-bcc4-a9fd53447622.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a2404b5582ac10aa6306b8e776041510af5fd3 --- /dev/null +++ b/texts/b6a8705a-f445-46e4-bcc4-a9fd53447622.txt @@ -0,0 +1 @@ +A teddy brown dog wearing a red scarf watches fireworks on the snowy beach in winter, with CHZ written on the floor. \ No newline at end of file diff --git a/texts/b6b540ee-7fb5-48cf-8554-e1b8ba536ea3.txt b/texts/b6b540ee-7fb5-48cf-8554-e1b8ba536ea3.txt new file mode 100644 index 0000000000000000000000000000000000000000..931dec3f5467c587b4b68966e39d1288bdef0211 --- /dev/null +++ b/texts/b6b540ee-7fb5-48cf-8554-e1b8ba536ea3.txt @@ -0,0 +1 @@ +A long-haired black and white cat wearing a red Santa hat, a tabby cat and a yellow terrier are playing in the snow, with a white fountain next to them. \ No newline at end of file diff --git a/texts/b6baaf90-2322-4603-bd50-04b4ff69482b.txt b/texts/b6baaf90-2322-4603-bd50-04b4ff69482b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e460c3c00729b7cdba829389c7a5ad4a9436e4d --- /dev/null +++ b/texts/b6baaf90-2322-4603-bd50-04b4ff69482b.txt @@ -0,0 +1 @@ +A Jinjira kitten with headphones and a puppy who has been wearing smiling clothes are roasting a fire in front of the fireplace. Outside the window are snowy mountains and forests. \ No newline at end of file diff --git a/texts/b6cd5a54-e0c2-41e1-a131-6fa97ce6775a.txt b/texts/b6cd5a54-e0c2-41e1-a131-6fa97ce6775a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2d58431d037a833e2ccd4b9f627c8183b5b8fd6 --- /dev/null +++ b/texts/b6cd5a54-e0c2-41e1-a131-6fa97ce6775a.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "H&Z" engraved on the snow \ No newline at end of file diff --git a/texts/b6d1b268-dfd0-42ca-9cc3-49676b527062.txt b/texts/b6d1b268-dfd0-42ca-9cc3-49676b527062.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d927e85641dd281f56d84b77f0ec29611410104 --- /dev/null +++ b/texts/b6d1b268-dfd0-42ca-9cc3-49676b527062.txt @@ -0,0 +1 @@ +There is half a corn lying horizontally in the middle of the flowers and butterflies \ No newline at end of file diff --git a/texts/b6d76e7e-0de6-470e-a974-bb0485ce4b75.txt b/texts/b6d76e7e-0de6-470e-a974-bb0485ce4b75.txt new file mode 100644 index 0000000000000000000000000000000000000000..33f98cce1092a55cac36b6e2c7a868515c1287c1 --- /dev/null +++ b/texts/b6d76e7e-0de6-470e-a974-bb0485ce4b75.txt @@ -0,0 +1 @@ +a standing big tree in the middle of a park in the Netherlands at summer dawn, with some toxic mushrooms grow on the grassland, in a long distant view. \ No newline at end of file diff --git a/texts/b6dfaea2-ce07-40c5-9316-3e857f032b9d.txt b/texts/b6dfaea2-ce07-40c5-9316-3e857f032b9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e82d3174d54e76488c8386d78094f8950490f9e --- /dev/null +++ b/texts/b6dfaea2-ce07-40c5-9316-3e857f032b9d.txt @@ -0,0 +1 @@ +The evil Ginger cat and Russian blue cat set fire to the lab, and the lab professor kneeling down to beg for mercy. \ No newline at end of file diff --git a/texts/b6e7f444-8f25-495e-a094-b6f072229d9c.txt b/texts/b6e7f444-8f25-495e-a094-b6f072229d9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..681b7e332940ba8e988a0d6578542d68f32ec5e5 --- /dev/null +++ b/texts/b6e7f444-8f25-495e-a094-b6f072229d9c.txt @@ -0,0 +1 @@ +A little cat Transparent wings Snowy day \ No newline at end of file diff --git a/texts/b6ed1ce5-e551-43a7-b49d-a76d392c7d81.txt b/texts/b6ed1ce5-e551-43a7-b49d-a76d392c7d81.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9938928f58beb588f21fe693a52bdfd3c02add7 --- /dev/null +++ b/texts/b6ed1ce5-e551-43a7-b49d-a76d392c7d81.txt @@ -0,0 +1 @@ +White puppy chasing black kitten in the snow with aurora in the night sky \ No newline at end of file diff --git a/texts/b6f39a3c-41c8-478d-b0c1-33addf31bcfe.txt b/texts/b6f39a3c-41c8-478d-b0c1-33addf31bcfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..e314d8e99c06dd8ef86e4c1900b3009af865684a --- /dev/null +++ b/texts/b6f39a3c-41c8-478d-b0c1-33addf31bcfe.txt @@ -0,0 +1 @@ +A group of porcelain red koi fish swim around a large Chinese pavilion in the middle of the water \ No newline at end of file diff --git a/texts/b6fa955f-2ad6-43d1-b074-c9235c4c42c4.txt b/texts/b6fa955f-2ad6-43d1-b074-c9235c4c42c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bc0fbeddac4dee5301b695031c9479cb06844b6 --- /dev/null +++ b/texts/b6fa955f-2ad6-43d1-b074-c9235c4c42c4.txt @@ -0,0 +1 @@ +Huangpu River lights shine on the melancholy boats in Daya Bay \ No newline at end of file diff --git a/texts/b6fff986-80c5-4bef-97c0-944d9aca40e0.txt b/texts/b6fff986-80c5-4bef-97c0-944d9aca40e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5c58db92e37ff889cb0396770556328fb14257c --- /dev/null +++ b/texts/b6fff986-80c5-4bef-97c0-944d9aca40e0.txt @@ -0,0 +1 @@ +A happy brown cavapoo puppy sit surrounded by a mountain od alcohol bottles with flowers in all bottles. \ No newline at end of file diff --git a/texts/b700ac5b-6e5a-421a-a298-4adb773def4e.txt b/texts/b700ac5b-6e5a-421a-a298-4adb773def4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b0c61960d82a46e208ae6b15c7f82bd3dda44ca --- /dev/null +++ b/texts/b700ac5b-6e5a-421a-a298-4adb773def4e.txt @@ -0,0 +1 @@ +A raccoon in a Christmas hat was happily lying in bed, Enjoy eating cookies \ No newline at end of file diff --git a/texts/b70199e4-0eec-4e30-aed1-409b72dda451.txt b/texts/b70199e4-0eec-4e30-aed1-409b72dda451.txt new file mode 100644 index 0000000000000000000000000000000000000000..63df1660a73938236d72e01f546eac326bc33915 --- /dev/null +++ b/texts/b70199e4-0eec-4e30-aed1-409b72dda451.txt @@ -0,0 +1 @@ +A twenty-year-old Eastern beauty, dressed in a traditional blue Hanfu, is sitting by the West Lake in a boat, enjoying tea with a chivalrous warrior around forty years old. The beauty is wearing a red string on her wrist. \ No newline at end of file diff --git a/texts/b70567b0-d825-43db-9d82-244d3760a317.txt b/texts/b70567b0-d825-43db-9d82-244d3760a317.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d7f337d85c3497299a3b14eb1526142c8d04ebd --- /dev/null +++ b/texts/b70567b0-d825-43db-9d82-244d3760a317.txt @@ -0,0 +1 @@ +A Chinese is building a huge Chinese ancient wooden sailboat. \ No newline at end of file diff --git a/texts/b70b099a-7d8b-49e0-ab15-b44de19c0453.txt b/texts/b70b099a-7d8b-49e0-ab15-b44de19c0453.txt new file mode 100644 index 0000000000000000000000000000000000000000..b51e64513daeaa7af5309084bc3a7da376e35543 --- /dev/null +++ b/texts/b70b099a-7d8b-49e0-ab15-b44de19c0453.txt @@ -0,0 +1 @@ +a man with a dog's head is walking a cat, with some trees in the background \ No newline at end of file diff --git a/texts/b70d8372-6204-4f01-b7dc-60147da7a711.txt b/texts/b70d8372-6204-4f01-b7dc-60147da7a711.txt new file mode 100644 index 0000000000000000000000000000000000000000..de3cb3d4c0bee751b23fe896ba57ac38244c4e82 --- /dev/null +++ b/texts/b70d8372-6204-4f01-b7dc-60147da7a711.txt @@ -0,0 +1 @@ +A frustrated lion working in front of a computer \ No newline at end of file diff --git a/texts/b7129efe-5b60-46cc-bac3-3583484ec69a.txt b/texts/b7129efe-5b60-46cc-bac3-3583484ec69a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d99cb31747bd46d28b63f6a7b3079d50e3a66626 --- /dev/null +++ b/texts/b7129efe-5b60-46cc-bac3-3583484ec69a.txt @@ -0,0 +1 @@ +In the dark of the stadium, a large black bear doll hugged a small bear doll wearing a fur hat \ No newline at end of file diff --git a/texts/b723fa3f-b0c2-4416-bb51-9bc3d1b0c691.txt b/texts/b723fa3f-b0c2-4416-bb51-9bc3d1b0c691.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab7e1d02781afb07e0c150c28751291d74ae53c8 --- /dev/null +++ b/texts/b723fa3f-b0c2-4416-bb51-9bc3d1b0c691.txt @@ -0,0 +1 @@ +a small cute cat is holding a guitar in the snow \ No newline at end of file diff --git a/texts/b7278642-406a-4846-b6bd-c6e7e62af2c1.txt b/texts/b7278642-406a-4846-b6bd-c6e7e62af2c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6e6e5bc6991ce7b1fcca6cd252d59400c1199c6 --- /dev/null +++ b/texts/b7278642-406a-4846-b6bd-c6e7e62af2c1.txt @@ -0,0 +1 @@ +Bears, Snow, Snowman, Aurora \ No newline at end of file diff --git a/texts/b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8.txt b/texts/b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8.txt new file mode 100644 index 0000000000000000000000000000000000000000..8780644ff6dfb546a7393031a82fd5d10781fb94 --- /dev/null +++ b/texts/b72c3dde-f9f9-4b8d-9b57-f9eb99c88bf8.txt @@ -0,0 +1 @@ +Snow is falling on the snow-capped mountain, with the word "Sonam" written on the snowy ground. In the background, there is a plateau meadow. \ No newline at end of file diff --git a/texts/b72f788b-dd4f-452b-9bc8-5958f4720849.txt b/texts/b72f788b-dd4f-452b-9bc8-5958f4720849.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ddc94c594906c6567a466055f5b5ab47332186e --- /dev/null +++ b/texts/b72f788b-dd4f-452b-9bc8-5958f4720849.txt @@ -0,0 +1 @@ +Plant a rose on a barren planet \ No newline at end of file diff --git a/texts/b7345b64-b513-4ef5-bcef-3dce02800df7.txt b/texts/b7345b64-b513-4ef5-bcef-3dce02800df7.txt new file mode 100644 index 0000000000000000000000000000000000000000..738dd101fd470e9f28b95947508c27e5c96aaea3 --- /dev/null +++ b/texts/b7345b64-b513-4ef5-bcef-3dce02800df7.txt @@ -0,0 +1 @@ +Newborn polar bear baby, Christmas atmosphere, watching TV with headphones \ No newline at end of file diff --git a/texts/b73c6c02-d610-457b-b763-e186ebc39b80.txt b/texts/b73c6c02-d610-457b-b763-e186ebc39b80.txt new file mode 100644 index 0000000000000000000000000000000000000000..7824c6054b62dd7094c6f69da1fd92f675be90f7 --- /dev/null +++ b/texts/b73c6c02-d610-457b-b763-e186ebc39b80.txt @@ -0,0 +1 @@ +A capybara on a red chair like a therapist with glasses on holding a cup of coffee \ No newline at end of file diff --git a/texts/b7491a59-3627-4db1-bfa6-905366c25954.txt b/texts/b7491a59-3627-4db1-bfa6-905366c25954.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0e80dcfb737bb5ba6a471a680249527b343aade --- /dev/null +++ b/texts/b7491a59-3627-4db1-bfa6-905366c25954.txt @@ -0,0 +1 @@ +The five letters HOSHI appear in any natural landscape scene. \ No newline at end of file diff --git a/texts/b7519db6-6746-4652-bd97-a5a0bbcdb551.txt b/texts/b7519db6-6746-4652-bd97-a5a0bbcdb551.txt new file mode 100644 index 0000000000000000000000000000000000000000..01ae1a9e8694f821808458e7e8d02f209aa73816 --- /dev/null +++ b/texts/b7519db6-6746-4652-bd97-a5a0bbcdb551.txt @@ -0,0 +1 @@ +On a snowy night, there is a sea in the distance, a white Kitty cat in a Christmas hat, beside a Christmas tree, written "SLL & FZX" on the snow, with traces of cat claws. Blue blue night scene, with a point of light particles dream effect, color saturation is high. \ No newline at end of file diff --git a/texts/b7590034-1b43-4842-bd36-683dcd2b8429.txt b/texts/b7590034-1b43-4842-bd36-683dcd2b8429.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4dd32ab268e0cc086f7a6cfb9aafcef60e2558f --- /dev/null +++ b/texts/b7590034-1b43-4842-bd36-683dcd2b8429.txt @@ -0,0 +1 @@ +A cute brown bear toy in a black suit with red tie is holding a bouquet of roses under a blue starry sky outside \ No newline at end of file diff --git a/texts/b75abd5b-5427-4a97-9bd8-042cdb2c3e0a.txt b/texts/b75abd5b-5427-4a97-9bd8-042cdb2c3e0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..206ab44d181ee780f27b4ae2895c88da72d5747b --- /dev/null +++ b/texts/b75abd5b-5427-4a97-9bd8-042cdb2c3e0a.txt @@ -0,0 +1 @@ +Chris eve \ No newline at end of file diff --git a/texts/b763e9fb-1c7b-413c-a245-837580e9253d.txt b/texts/b763e9fb-1c7b-413c-a245-837580e9253d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a4d6d847f8e869b6760defee82c899b049fab4b --- /dev/null +++ b/texts/b763e9fb-1c7b-413c-a245-837580e9253d.txt @@ -0,0 +1 @@ +Hello Kitty in the snow, holding a blue balloon and a red balloon with pink fireworks behind them \ No newline at end of file diff --git a/texts/b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b.txt b/texts/b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd62bc5afdacc3b16aa8930618e65d9e14994e52 --- /dev/null +++ b/texts/b76c0ace-5f8c-435a-9e9d-5b6c3482dc7b.txt @@ -0,0 +1 @@ +a teapot is using mac \ No newline at end of file diff --git a/texts/b76c8d5d-4318-43b5-9ca5-587221209740.txt b/texts/b76c8d5d-4318-43b5-9ca5-587221209740.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8b0c2b1ada690a1ec3d75f60f0f6ffb9a43321d --- /dev/null +++ b/texts/b76c8d5d-4318-43b5-9ca5-587221209740.txt @@ -0,0 +1 @@ +Hello Kitty Snowman doll is sitting on the snowy ground, under the moonlight, with the sea behind her. Kitty doll has angel wings and writes "WYH" on the snowy ground. \ No newline at end of file diff --git a/texts/b7715bd0-ee39-4d59-9709-51919ee0f8f0.txt b/texts/b7715bd0-ee39-4d59-9709-51919ee0f8f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ffd4717d7ae9b623f0616ebe1d19fce510d5bf2 --- /dev/null +++ b/texts/b7715bd0-ee39-4d59-9709-51919ee0f8f0.txt @@ -0,0 +1 @@ +need to more lovely kitten, I like the original cat \ No newline at end of file diff --git a/texts/b772d393-4b81-4b75-a23e-43cf6b552c7f.txt b/texts/b772d393-4b81-4b75-a23e-43cf6b552c7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c45457c5330f80125ffc42a0ce9fcde35930603 --- /dev/null +++ b/texts/b772d393-4b81-4b75-a23e-43cf6b552c7f.txt @@ -0,0 +1 @@ +A Hello Kitty doll is sitting besides a Christmas tree. letters wzs printed on the snow \ No newline at end of file diff --git a/texts/b77487db-e5f2-46af-aef3-2e859c701340.txt b/texts/b77487db-e5f2-46af-aef3-2e859c701340.txt new file mode 100644 index 0000000000000000000000000000000000000000..07feb7603b584fa5fbd54e92c4a3e9845c61815a --- /dev/null +++ b/texts/b77487db-e5f2-46af-aef3-2e859c701340.txt @@ -0,0 +1 @@ +A White Chihuahua covered with a thick quilt sleep comfortably in their beds in the dark of winter. \ No newline at end of file diff --git a/texts/b78359eb-63d3-43c3-9648-1a4bd2c4d462.txt b/texts/b78359eb-63d3-43c3-9648-1a4bd2c4d462.txt new file mode 100644 index 0000000000000000000000000000000000000000..d767c7274e91d242ca63f708a4da0bd11edb428d --- /dev/null +++ b/texts/b78359eb-63d3-43c3-9648-1a4bd2c4d462.txt @@ -0,0 +1 @@ +Two lovely pure white Maltese dogs on the green lawn holding a computer wearing sunglasses and headphones leaning together to listen to music \ No newline at end of file diff --git a/texts/b7839943-902c-40fc-b220-43b1d15fd1fa.txt b/texts/b7839943-902c-40fc-b220-43b1d15fd1fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb56bfcd92a57936a278899a4f932846529dfca9 --- /dev/null +++ b/texts/b7839943-902c-40fc-b220-43b1d15fd1fa.txt @@ -0,0 +1 @@ +All I do is run back to you \ No newline at end of file diff --git a/texts/b786b8f8-817f-466a-a8bd-99c9f941f0ff.txt b/texts/b786b8f8-817f-466a-a8bd-99c9f941f0ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f7b8f7d0bc857ff20daeffa11c5a6c54e842449 --- /dev/null +++ b/texts/b786b8f8-817f-466a-a8bd-99c9f941f0ff.txt @@ -0,0 +1 @@ +During the day it snows a black cat in the snow The letters riku are drawn in the snow \ No newline at end of file diff --git a/texts/b793c597-e819-47cc-ba61-908518c671f3.txt b/texts/b793c597-e819-47cc-ba61-908518c671f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..07f1fa06219ca45a25e390430f20aa7039962ac3 --- /dev/null +++ b/texts/b793c597-e819-47cc-ba61-908518c671f3.txt @@ -0,0 +1 @@ +Siamese cat \ No newline at end of file diff --git a/texts/b797eebe-e574-4a14-91cd-5c423c1dfa30.txt b/texts/b797eebe-e574-4a14-91cd-5c423c1dfa30.txt new file mode 100644 index 0000000000000000000000000000000000000000..f17f8f1b16a32c916729f78d0181d1465331521b --- /dev/null +++ b/texts/b797eebe-e574-4a14-91cd-5c423c1dfa30.txt @@ -0,0 +1 @@ +24years old,birthday cake,a cute little cat, on the glass \ No newline at end of file diff --git a/texts/b7a35df1-dea7-4450-a697-49b231454f5d.txt b/texts/b7a35df1-dea7-4450-a697-49b231454f5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bced5ebfcf45188056ce50e204d37bb45694548b --- /dev/null +++ b/texts/b7a35df1-dea7-4450-a697-49b231454f5d.txt @@ -0,0 +1 @@ +a beautiful pink creamy birthday cake with colorful alphabet candles showing MOE,the whole environment is vintage and sparkling,violet red curtain and irises included \ No newline at end of file diff --git a/texts/b7aa7d10-2a79-4afe-a175-850e2d97c701.txt b/texts/b7aa7d10-2a79-4afe-a175-850e2d97c701.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d96d87504e7f6e91da64a289f55ed7b6849b053 --- /dev/null +++ b/texts/b7aa7d10-2a79-4afe-a175-850e2d97c701.txt @@ -0,0 +1 @@ +I'm watching the sea by Mount Fuji \ No newline at end of file diff --git a/texts/b7ab13cb-e7fd-4257-9b3e-59473082cf08.txt b/texts/b7ab13cb-e7fd-4257-9b3e-59473082cf08.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c9a2b88267f11163c43fe2d8f67033cd28f622a --- /dev/null +++ b/texts/b7ab13cb-e7fd-4257-9b3e-59473082cf08.txt @@ -0,0 +1 @@ +black hello kitty playing badminton in singapore \ No newline at end of file diff --git a/texts/b7afea51-e102-4f24-87f0-021d4349b31a.txt b/texts/b7afea51-e102-4f24-87f0-021d4349b31a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d59887f2eeb018047e7ee9cf15ae5643b93c2c9 --- /dev/null +++ b/texts/b7afea51-e102-4f24-87f0-021d4349b31a.txt @@ -0,0 +1 @@ +Cat litter packaging design incorporating elements of snowy mountains \ No newline at end of file diff --git a/texts/b7b14fd0-dbca-46eb-bd5a-240219a2dce6.txt b/texts/b7b14fd0-dbca-46eb-bd5a-240219a2dce6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fa71c8d5dfac2c28b879602bde1a5362c6c9c0 --- /dev/null +++ b/texts/b7b14fd0-dbca-46eb-bd5a-240219a2dce6.txt @@ -0,0 +1 @@ +A rabbit doll + star + blue background \ No newline at end of file diff --git a/texts/b7c0b8c9-db24-42ca-80a3-a550d1a9037f.txt b/texts/b7c0b8c9-db24-42ca-80a3-a550d1a9037f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9a822ee5ca98b1dc67e7e421c263a5872658f8b --- /dev/null +++ b/texts/b7c0b8c9-db24-42ca-80a3-a550d1a9037f.txt @@ -0,0 +1 @@ +a cat in the room sellp \ No newline at end of file diff --git a/texts/b7c3de08-d88c-413f-a600-d5473bf1e8cd.txt b/texts/b7c3de08-d88c-413f-a600-d5473bf1e8cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cca3d64a90ccd531ab375dd44096dfbb6b40693 --- /dev/null +++ b/texts/b7c3de08-d88c-413f-a600-d5473bf1e8cd.txt @@ -0,0 +1 @@ +Standing in a sea of flowers with a rabbit mask and a chainsaw in his hand \ No newline at end of file diff --git a/texts/b7c40baa-7dc7-4031-a839-872d57151e2b.txt b/texts/b7c40baa-7dc7-4031-a839-872d57151e2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ff769a8b089ce2d2fea5c55991657f20e9c49b2 --- /dev/null +++ b/texts/b7c40baa-7dc7-4031-a839-872d57151e2b.txt @@ -0,0 +1 @@ +a lego house floating in the sea, ominous vibe, dim light, weirdcore style \ No newline at end of file diff --git a/texts/b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad.txt b/texts/b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad.txt new file mode 100644 index 0000000000000000000000000000000000000000..c765759bee8a73002ef4c1be357329e595285e39 --- /dev/null +++ b/texts/b7c99250-dbf8-4a4f-bb99-c62e8c9a1bad.txt @@ -0,0 +1 @@ +A Barcelo bear doll is by the sea. \ No newline at end of file diff --git a/texts/b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a.txt b/texts/b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5988d0f3ec38dc45659d46539b70cdf4ba7ad341 --- /dev/null +++ b/texts/b7ca8bb6-61f1-40d0-8f6e-8c23a438c09a.txt @@ -0,0 +1 @@ +A black cat is lying on the keyboard, typing on the computer screen, wearing a frog headband, accompanied by a white little dog. \ No newline at end of file diff --git a/texts/b7dec87a-4d5e-456a-95fd-fec9b0e3900e.txt b/texts/b7dec87a-4d5e-456a-95fd-fec9b0e3900e.txt new file mode 100644 index 0000000000000000000000000000000000000000..873f6328819695fe141e88e0f50805cd59a4bb00 --- /dev/null +++ b/texts/b7dec87a-4d5e-456a-95fd-fec9b0e3900e.txt @@ -0,0 +1 @@ +Hello Kitty, dressed in Egyptian queen clothing, standing in front of the Sphinx \ No newline at end of file diff --git a/texts/b7fc8153-2034-4f4a-b5e1-04489b2fa2f1.txt b/texts/b7fc8153-2034-4f4a-b5e1-04489b2fa2f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6dd5a6bc8a14f7974ca2ca5d9c636c65f4f7200 --- /dev/null +++ b/texts/b7fc8153-2034-4f4a-b5e1-04489b2fa2f1.txt @@ -0,0 +1 @@ +In the snow, there was a white house with a red roof behind it, and the doors were mint-green. A Japanese schoolgirl in a school uniform with a scarf squatting next to a black cat on the snowfield in front of her. \ No newline at end of file diff --git a/texts/b7fdd708-6b00-4621-8f96-8f66ad22b40d.txt b/texts/b7fdd708-6b00-4621-8f96-8f66ad22b40d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c3a6f6fa3e31cd930ddf617648b0c90dff6e023 --- /dev/null +++ b/texts/b7fdd708-6b00-4621-8f96-8f66ad22b40d.txt @@ -0,0 +1 @@ +A golden retriever puppy is reading happily book on its bed \ No newline at end of file diff --git a/texts/b80cd9b8-09d8-4e20-9899-7c711b87811a.txt b/texts/b80cd9b8-09d8-4e20-9899-7c711b87811a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f34501c19fe70e2e737fd0a06d9c8e67fa942503 --- /dev/null +++ b/texts/b80cd9b8-09d8-4e20-9899-7c711b87811a.txt @@ -0,0 +1 @@ +Little daisies in the snow. \ No newline at end of file diff --git a/texts/b8144eec-da9e-4f3c-b73e-c6a9343870a5.txt b/texts/b8144eec-da9e-4f3c-b73e-c6a9343870a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d0b9afdad7d68b006e3c4ed44f66a826d229895 --- /dev/null +++ b/texts/b8144eec-da9e-4f3c-b73e-c6a9343870a5.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snowside with the three letters YYC written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful. \ No newline at end of file diff --git a/texts/b82995e5-f23b-4822-a8b1-c37eb9741f62.txt b/texts/b82995e5-f23b-4822-a8b1-c37eb9741f62.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2c362eba645a491d7e23a46b402eab8a79c61d1 --- /dev/null +++ b/texts/b82995e5-f23b-4822-a8b1-c37eb9741f62.txt @@ -0,0 +1 @@ +a white rabbit wearing glass frames working in the office \ No newline at end of file diff --git a/texts/b82bebf9-4096-4f48-9c87-da053d82aabe.txt b/texts/b82bebf9-4096-4f48-9c87-da053d82aabe.txt new file mode 100644 index 0000000000000000000000000000000000000000..c510d6c87a7211ea2e82e8aa292196c913223f48 --- /dev/null +++ b/texts/b82bebf9-4096-4f48-9c87-da053d82aabe.txt @@ -0,0 +1 @@ +A pink hello kitty doll snowman outdoor, with a Samoyed digging in the snow next to the snowman \ No newline at end of file diff --git a/texts/b830a608-9dbb-415e-a5ca-f0eeb6b87296.txt b/texts/b830a608-9dbb-415e-a5ca-f0eeb6b87296.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a5bf3d7b2f7ac3ac9de6d4a49636899369b8c52 --- /dev/null +++ b/texts/b830a608-9dbb-415e-a5ca-f0eeb6b87296.txt @@ -0,0 +1 @@ +A cat and a christmas tree in a snowy evening \ No newline at end of file diff --git a/texts/b83137a1-c292-4952-aeac-ae71dd2c5753.txt b/texts/b83137a1-c292-4952-aeac-ae71dd2c5753.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b89396a6f11c552e891e1303b88b006a2894b2b --- /dev/null +++ b/texts/b83137a1-c292-4952-aeac-ae71dd2c5753.txt @@ -0,0 +1 @@ + A group of goldfish are swimming in the fish tank, flying as if they had grown wings. \ No newline at end of file diff --git a/texts/b83e5750-695f-4624-bd46-b708864bfd0e.txt b/texts/b83e5750-695f-4624-bd46-b708864bfd0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e128d628691960ce10c41eab3c43fc54bce6ca7 --- /dev/null +++ b/texts/b83e5750-695f-4624-bd46-b708864bfd0e.txt @@ -0,0 +1 @@ +Man, Face the camera,dark green pilot jacket, Loose black jeans, Asian face, looking at the camera, grassland, horse \ No newline at end of file diff --git a/texts/b8403bab-0575-4a66-8a14-bf189d873406.txt b/texts/b8403bab-0575-4a66-8a14-bf189d873406.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1a7c632aa377636512f137c59dfb533884ba224 --- /dev/null +++ b/texts/b8403bab-0575-4a66-8a14-bf189d873406.txt @@ -0,0 +1 @@ +The lovely hellokitty doll is sitting on the beach, with fireworks in the air at night and the letter "Harry" written on the snow. \ No newline at end of file diff --git a/texts/b84d2225-81b1-41d4-af2b-3c68b92ce16d.txt b/texts/b84d2225-81b1-41d4-af2b-3c68b92ce16d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0ad8202303469d68678607b84ddb63bbb28b912 --- /dev/null +++ b/texts/b84d2225-81b1-41d4-af2b-3c68b92ce16d.txt @@ -0,0 +1 @@ +Garfield Snow \ No newline at end of file diff --git a/texts/b84e7d0c-ba4b-40e7-b6fc-3112a332ca57.txt b/texts/b84e7d0c-ba4b-40e7-b6fc-3112a332ca57.txt new file mode 100644 index 0000000000000000000000000000000000000000..b582dc0cbb3d64c1b191b9303aeb7f7e97150516 --- /dev/null +++ b/texts/b84e7d0c-ba4b-40e7-b6fc-3112a332ca57.txt @@ -0,0 +1 @@ +A 3-year-old brother and sister sitting together, sharing a bottle of Coca-Cola. The brother is smiling happily, while the sister is sipping from a straw. They are in a cozy living room with soft lighting and playful toys around them \ No newline at end of file diff --git a/texts/b85b2683-c523-46a8-8301-043c3039813f.txt b/texts/b85b2683-c523-46a8-8301-043c3039813f.txt new file mode 100644 index 0000000000000000000000000000000000000000..988d7346ea9301fdd88918c5f991a5053a5e4dae --- /dev/null +++ b/texts/b85b2683-c523-46a8-8301-043c3039813f.txt @@ -0,0 +1 @@ +A cat with flowers in the snow \ No newline at end of file diff --git a/texts/b85fbe4d-d278-40c8-8654-79f6f1dc4975.txt b/texts/b85fbe4d-d278-40c8-8654-79f6f1dc4975.txt new file mode 100644 index 0000000000000000000000000000000000000000..618cfe9715877305187241d30fb8111277bb0a14 --- /dev/null +++ b/texts/b85fbe4d-d278-40c8-8654-79f6f1dc4975.txt @@ -0,0 +1 @@ +A brown teddy dog is watching the sea on the snow, with CHZ written on it. \ No newline at end of file diff --git a/texts/b865936a-4567-47e2-a56f-2b92ec052190.txt b/texts/b865936a-4567-47e2-a56f-2b92ec052190.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c6e89d7b48864be02ff3d17ce8803f95e3614b3 --- /dev/null +++ b/texts/b865936a-4567-47e2-a56f-2b92ec052190.txt @@ -0,0 +1 @@ +Hello Kitty's office desk with incense sticks \ No newline at end of file diff --git a/texts/b882fcc2-586d-4411-a417-a5c40c346cda.txt b/texts/b882fcc2-586d-4411-a417-a5c40c346cda.txt new file mode 100644 index 0000000000000000000000000000000000000000..c838882d783c2c2ded4d218eaf94003bc135d39b --- /dev/null +++ b/texts/b882fcc2-586d-4411-a417-a5c40c346cda.txt @@ -0,0 +1 @@ +hello kitty doll, work in front of a laptop, holding a tea cup, designing poster \ No newline at end of file diff --git a/texts/b88581ba-31ad-4003-948d-5f369cbc411e.txt b/texts/b88581ba-31ad-4003-948d-5f369cbc411e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dfbefc33ed2f020b038b11b5af1ae5cec1fb313 --- /dev/null +++ b/texts/b88581ba-31ad-4003-948d-5f369cbc411e.txt @@ -0,0 +1 @@ +A little fat pig is eating hot pot \ No newline at end of file diff --git a/texts/b88b0929-2627-44ca-aa53-0cc8b816c228.txt b/texts/b88b0929-2627-44ca-aa53-0cc8b816c228.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5eb14e4a0b1a6e052966ec334692ea3f0a2279f --- /dev/null +++ b/texts/b88b0929-2627-44ca-aa53-0cc8b816c228.txt @@ -0,0 +1 @@ +On Christmas, a long haired calico cat and a white bellied Chinese Tabby Cat were playing in a room filled with gifts \ No newline at end of file diff --git a/texts/b88d29b4-dc04-4cc9-b659-c4d70cb49809.txt b/texts/b88d29b4-dc04-4cc9-b659-c4d70cb49809.txt new file mode 100644 index 0000000000000000000000000000000000000000..06960a65871af4129bf204bdbc6b6f0885aaaf09 --- /dev/null +++ b/texts/b88d29b4-dc04-4cc9-b659-c4d70cb49809.txt @@ -0,0 +1 @@ +Westie wearing necklace sitting in front of office work desk typing on computer. \ No newline at end of file diff --git a/texts/b8988162-b4da-4ad0-9d47-9995d2d26777.txt b/texts/b8988162-b4da-4ad0-9d47-9995d2d26777.txt new file mode 100644 index 0000000000000000000000000000000000000000..8af8a9223d159ee328400366490501879fde175d --- /dev/null +++ b/texts/b8988162-b4da-4ad0-9d47-9995d2d26777.txt @@ -0,0 +1 @@ +magical wooden elephant slides, burning butterflies, birthday cake, a Hello Kitty doll wearing a purple dress, sunset in winter \ No newline at end of file diff --git a/texts/b89f85c6-d8f0-4e1c-a406-9775b3d8160e.txt b/texts/b89f85c6-d8f0-4e1c-a406-9775b3d8160e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1b396a2b4e2a6e993fcd0ceb552a0afc0a5b354 --- /dev/null +++ b/texts/b89f85c6-d8f0-4e1c-a406-9775b3d8160e.txt @@ -0,0 +1 @@ +under the Eiffel Tower, a Stitch holds a red balloon and holds up a birthday cake with number 2 on it. \ No newline at end of file diff --git a/texts/b8a3d63c-5981-4fe9-87c6-cec1eba08d6e.txt b/texts/b8a3d63c-5981-4fe9-87c6-cec1eba08d6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..eacd7386745a47a95dfcbe5b68d8d2baa186755a --- /dev/null +++ b/texts/b8a3d63c-5981-4fe9-87c6-cec1eba08d6e.txt @@ -0,0 +1 @@ +90s,street in Suzhou city,snowing,pink sky,burning fire,vintage \ No newline at end of file diff --git a/texts/b8b7ff54-e52c-4f75-a4ad-5031d709b291.txt b/texts/b8b7ff54-e52c-4f75-a4ad-5031d709b291.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c98271707c1430d728f46ebbdb62bde995cd493 --- /dev/null +++ b/texts/b8b7ff54-e52c-4f75-a4ad-5031d709b291.txt @@ -0,0 +1 @@ +a sausage dog with fairy wings drinking tea with a cat in japan \ No newline at end of file diff --git a/texts/b8bdc01b-34b9-4c85-82af-bf9afe0f768d.txt b/texts/b8bdc01b-34b9-4c85-82af-bf9afe0f768d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5ab9c56f0486f016e939a9eefe0ba90b84f73b1 --- /dev/null +++ b/texts/b8bdc01b-34b9-4c85-82af-bf9afe0f768d.txt @@ -0,0 +1 @@ +Write leehan and riwoo's names in the snow under a starry night sky, next to a big Christmas tree and lots of gift boxes, feathers and bubbles, and write 1020 and 1022 \ No newline at end of file diff --git a/texts/b8c8e861-1951-4993-861f-aa24980315f1.txt b/texts/b8c8e861-1951-4993-861f-aa24980315f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fce087567a666a6856f9abc8a3758000ef5c66a0 --- /dev/null +++ b/texts/b8c8e861-1951-4993-861f-aa24980315f1.txt @@ -0,0 +1 @@ +a cute teddy dog, work hard, typing, volcano exploring background \ No newline at end of file diff --git a/texts/b8d0c51f-812e-44ba-973a-8a27f92af634.txt b/texts/b8d0c51f-812e-44ba-973a-8a27f92af634.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f5e60947cb2362748ecfb62ff74125304d76cf8 --- /dev/null +++ b/texts/b8d0c51f-812e-44ba-973a-8a27f92af634.txt @@ -0,0 +1 @@ +hand needle repairing \ No newline at end of file diff --git a/texts/b8d5f145-9103-430d-befb-46e1663e021b.txt b/texts/b8d5f145-9103-430d-befb-46e1663e021b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebf10ebae7de39c449f163fb3230960192bb3afa --- /dev/null +++ b/texts/b8d5f145-9103-430d-befb-46e1663e021b.txt @@ -0,0 +1 @@ +a black-and white Tuxedo Cats with wizard hat, grand firework in the sky, seaside, sunset, \ No newline at end of file diff --git a/texts/b8dc5d33-ea31-41d9-99fe-cfea51c2070f.txt b/texts/b8dc5d33-ea31-41d9-99fe-cfea51c2070f.txt new file mode 100644 index 0000000000000000000000000000000000000000..573cb0cf509a37d6a221418c0ce3f5035256a714 --- /dev/null +++ b/texts/b8dc5d33-ea31-41d9-99fe-cfea51c2070f.txt @@ -0,0 +1 @@ +Autumn afternoon in Quebec, Canada, with vibrant red maple trees lining the cobblestone streets. Fallen leaves scatter across the ground, and sunlight filters through the branches, creating soft shadows. The scene is captured with a Fujifilm camera filter, giving a warm, nostalgic glow with a slight grainy texture. \ No newline at end of file diff --git a/texts/b8e62d33-0c5a-4027-bcfe-5d59f469a06e.txt b/texts/b8e62d33-0c5a-4027-bcfe-5d59f469a06e.txt new file mode 100644 index 0000000000000000000000000000000000000000..65af2e9ded32d6e881cddf1dc3e0102d877d73b4 --- /dev/null +++ b/texts/b8e62d33-0c5a-4027-bcfe-5d59f469a06e.txt @@ -0,0 +1 @@ +A rabbit holding a camera is taking a picture of a goat in the sky \ No newline at end of file diff --git a/texts/b8f9a2e5-0d93-4337-83e5-13638a3be566.txt b/texts/b8f9a2e5-0d93-4337-83e5-13638a3be566.txt new file mode 100644 index 0000000000000000000000000000000000000000..34e0a37b51b2c45c74db3b49b78122ab14f779c5 --- /dev/null +++ b/texts/b8f9a2e5-0d93-4337-83e5-13638a3be566.txt @@ -0,0 +1 @@ +A brown teddy dog is playing with butterflies on the snow outside, the moon and stars are shining in the night sky, with the word "snow" written in the snow , and there are snow-capped mountains in the distance \ No newline at end of file diff --git a/texts/b8faf8bf-8065-45b0-9f0f-d861070a384b.txt b/texts/b8faf8bf-8065-45b0-9f0f-d861070a384b.txt new file mode 100644 index 0000000000000000000000000000000000000000..777d0da9c4d8d4a347679d3ad564d3169d7223c8 --- /dev/null +++ b/texts/b8faf8bf-8065-45b0-9f0f-d861070a384b.txt @@ -0,0 +1 @@ +snowing piano hellokitty wing white \ No newline at end of file diff --git a/texts/b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70.txt b/texts/b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b5fca2e8475dfbc7d978d1d70fb31e6dd50cdfc --- /dev/null +++ b/texts/b9082a4f-8fd4-4049-b2d9-8bf9e2a6bd70.txt @@ -0,0 +1 @@ +A bear floating on the ocean, fireworks in the sky \ No newline at end of file diff --git a/texts/b9090124-da1b-4833-8195-ef0aab7e860b.txt b/texts/b9090124-da1b-4833-8195-ef0aab7e860b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c103cd6e5bb942ec112d6fac921e93392788c495 --- /dev/null +++ b/texts/b9090124-da1b-4833-8195-ef0aab7e860b.txt @@ -0,0 +1 @@ +a capybara eating an ice cream crepe wrapped with a red checked paper in tokyo \ No newline at end of file diff --git a/texts/b90d65a8-ef6c-4b59-a05e-909d6eda4408.txt b/texts/b90d65a8-ef6c-4b59-a05e-909d6eda4408.txt new file mode 100644 index 0000000000000000000000000000000000000000..1803759cc36153655a64afa4eea6fcd8a0abfae4 --- /dev/null +++ b/texts/b90d65a8-ef6c-4b59-a05e-909d6eda4408.txt @@ -0,0 +1 @@ +Hong Kong 1999 on Victoria Harbour, with the Central Ferris Wheel in the background \ No newline at end of file diff --git a/texts/b910d6bb-a10a-42f8-b2f3-6207f344889c.txt b/texts/b910d6bb-a10a-42f8-b2f3-6207f344889c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d439ae414ef744497bfab7725177da996bd5c03 --- /dev/null +++ b/texts/b910d6bb-a10a-42f8-b2f3-6207f344889c.txt @@ -0,0 +1 @@ +A snowy day with lots of snow falling from the sky, a separate swing, a Christmas tree. \ No newline at end of file diff --git a/texts/b9270693-996b-410f-b189-e75f44b49258.txt b/texts/b9270693-996b-410f-b189-e75f44b49258.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5fb60f7fbfd1d138f95553c9f116cd6862db623 --- /dev/null +++ b/texts/b9270693-996b-410f-b189-e75f44b49258.txt @@ -0,0 +1 @@ +cute purple freak cat \ No newline at end of file diff --git a/texts/b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d.txt b/texts/b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1261d80eb36fe141eb2d0c9ad977ea277419ca0e --- /dev/null +++ b/texts/b92a50c2-b5d5-4566-8e6f-98e1f3a0e58d.txt @@ -0,0 +1 @@ +A white rabbit is celebrating his birthday with a hat and enjoying his cake \ No newline at end of file diff --git a/texts/b92f8053-2dad-4119-bcf3-4d6dffc7f459.txt b/texts/b92f8053-2dad-4119-bcf3-4d6dffc7f459.txt new file mode 100644 index 0000000000000000000000000000000000000000..79756a93e34707efac7bb9a65cc3c58772c88bd7 --- /dev/null +++ b/texts/b92f8053-2dad-4119-bcf3-4d6dffc7f459.txt @@ -0,0 +1 @@ +Sea otter wearing sunglasses and western cowboy clothes \ No newline at end of file diff --git a/texts/b9469223-0763-47a2-8467-708991df854d.txt b/texts/b9469223-0763-47a2-8467-708991df854d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f5ec2a10e4055ec0a5d53023f3cec246b02ad19 --- /dev/null +++ b/texts/b9469223-0763-47a2-8467-708991df854d.txt @@ -0,0 +1 @@ +Under Mount Fuji, a West Highland puppy is eating pizza on a Harley motorcycle. \ No newline at end of file diff --git a/texts/b94f9859-9dab-4bbe-b795-483a828453f0.txt b/texts/b94f9859-9dab-4bbe-b795-483a828453f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..289d642e5083070364f9f4057bf17b8ae56f2a60 --- /dev/null +++ b/texts/b94f9859-9dab-4bbe-b795-483a828453f0.txt @@ -0,0 +1 @@ +A little Pomeranian and a golden retriever snuggled together by the sea in the distance and watched fireworks together. "333" was printed on the beach. \ No newline at end of file diff --git a/texts/b9544ef7-ef2f-40ff-a86a-d714eea257cb.txt b/texts/b9544ef7-ef2f-40ff-a86a-d714eea257cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..060a3c89e765716a84203ee4f724f82e199d47fc --- /dev/null +++ b/texts/b9544ef7-ef2f-40ff-a86a-d714eea257cb.txt @@ -0,0 +1 @@ +A white rabbit with black ears is writing words at the workstation \ No newline at end of file diff --git a/texts/b971c49f-7fa7-43eb-8b3d-a851d0bc72da.txt b/texts/b971c49f-7fa7-43eb-8b3d-a851d0bc72da.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e5ba8910febfc966bba7a8115e21ac4e6d6f3b1 --- /dev/null +++ b/texts/b971c49f-7fa7-43eb-8b3d-a851d0bc72da.txt @@ -0,0 +1 @@ +use photorealism type and generate a image with: a light white horse(with gold horsehair) running in a snowfield and now is blue hour, there are shiny starlight. the horse should be a adult horse with long legs \ No newline at end of file diff --git a/texts/b977b809-e5ea-45fc-ac63-bf4710dbcb85.txt b/texts/b977b809-e5ea-45fc-ac63-bf4710dbcb85.txt new file mode 100644 index 0000000000000000000000000000000000000000..56f16dbe01e1a57a4a7cc6ccef284b720af8545e --- /dev/null +++ b/texts/b977b809-e5ea-45fc-ac63-bf4710dbcb85.txt @@ -0,0 +1 @@ +A orange cat celebrates his birthday on the table at home. The orange cat is looking up at bubbles. There is a birthday cake on the table. Warm lighting atmosphere. Flash photography. HD \ No newline at end of file diff --git a/texts/b97f6527-43a0-4289-b5f7-61d36669dd80.txt b/texts/b97f6527-43a0-4289-b5f7-61d36669dd80.txt new file mode 100644 index 0000000000000000000000000000000000000000..39e53f6ef3457e9d6964d67c2de6b3c09fc2f7ce --- /dev/null +++ b/texts/b97f6527-43a0-4289-b5f7-61d36669dd80.txt @@ -0,0 +1 @@ +Pale yellow pygmy hamster fishing at the pond. \ No newline at end of file diff --git a/texts/b9850f01-51f6-478c-8269-1fe0a3067284.txt b/texts/b9850f01-51f6-478c-8269-1fe0a3067284.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac1d816dd1f587a9c470505f218e6390981ed405 --- /dev/null +++ b/texts/b9850f01-51f6-478c-8269-1fe0a3067284.txt @@ -0,0 +1 @@ +There is a whale floating in the real light blue sky, let its pair of pectoral fins be exposed.,add real rainbow and real stars around it,make the image light \ No newline at end of file diff --git a/texts/b99186a1-9dd0-4aab-bd1f-de734064f3a5.txt b/texts/b99186a1-9dd0-4aab-bd1f-de734064f3a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..05d3dad46cb3ac7ab641e6271900d9534d14cabe --- /dev/null +++ b/texts/b99186a1-9dd0-4aab-bd1f-de734064f3a5.txt @@ -0,0 +1 @@ +Witch Kuira and her spotted dog, indoors, warm fireplace \ No newline at end of file diff --git a/texts/b99b83db-8048-43b1-9ed7-c39960090f28.txt b/texts/b99b83db-8048-43b1-9ed7-c39960090f28.txt new file mode 100644 index 0000000000000000000000000000000000000000..7315ad09ffa8ab2ea21d3c95601e19138ef56e34 --- /dev/null +++ b/texts/b99b83db-8048-43b1-9ed7-c39960090f28.txt @@ -0,0 +1 @@ +Lovers walk hand in hand with each other running inthe snow frost \ No newline at end of file diff --git a/texts/b99bcb60-2e05-466a-bd40-d832d1eaa82d.txt b/texts/b99bcb60-2e05-466a-bd40-d832d1eaa82d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9183b884f8e5e62b10780b9eef35d1ab7d568fa1 --- /dev/null +++ b/texts/b99bcb60-2e05-466a-bd40-d832d1eaa82d.txt @@ -0,0 +1 @@ +Christmas dress up two pure white west highland, snow, stars, Christmas tree \ No newline at end of file diff --git a/texts/b9a0daab-59ec-4373-a987-f28fa449793a.txt b/texts/b9a0daab-59ec-4373-a987-f28fa449793a.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd8bb8b20eeba5416e3d85e3034efc3d41f641ea --- /dev/null +++ b/texts/b9a0daab-59ec-4373-a987-f28fa449793a.txt @@ -0,0 +1 @@ +A cute hello kitty wears a cool suit and black-rimmed glasses and carries a bloody knife \ No newline at end of file diff --git a/texts/b9a42a9e-9756-4190-af8f-b2a335a7deb3.txt b/texts/b9a42a9e-9756-4190-af8f-b2a335a7deb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4b2b1f54b107011e7670542b65b73c37003e354 --- /dev/null +++ b/texts/b9a42a9e-9756-4190-af8f-b2a335a7deb3.txt @@ -0,0 +1 @@ +A Hello Kitty sits on the beach with ZYY written on it. There is a coconut tree in the distance. The sea is reflected in the sunset and clouds. The whole is pink. \ No newline at end of file diff --git a/texts/b9aed5bf-6963-4a2d-b042-8558d437b467.txt b/texts/b9aed5bf-6963-4a2d-b042-8558d437b467.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a8047062920b3feab3e6b22949f000e910734e3 --- /dev/null +++ b/texts/b9aed5bf-6963-4a2d-b042-8558d437b467.txt @@ -0,0 +1 @@ +In the snowy in winter, a cute little golden dog wears a Christmas hat on his head, the blues sky, snowflakes falling \ No newline at end of file diff --git a/texts/b9b911f5-a130-47b1-bdf5-7b607c1aa2c7.txt b/texts/b9b911f5-a130-47b1-bdf5-7b607c1aa2c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..71d5fa6248a491ba39764e5e4914877b15346749 --- /dev/null +++ b/texts/b9b911f5-a130-47b1-bdf5-7b607c1aa2c7.txt @@ -0,0 +1 @@ +In the wooden house, bonfire, light snow, pure black sky, orange cat wearing a hat \ No newline at end of file diff --git a/texts/b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e.txt b/texts/b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e.txt new file mode 100644 index 0000000000000000000000000000000000000000..79bd85d60340282b6bbc3917ef70104bd7986906 --- /dev/null +++ b/texts/b9bb9c42-ab6c-4f5b-a433-e2aef8c2e87e.txt @@ -0,0 +1 @@ +At the foot of the erupting volcano in the distance, a Hello Kitty doll wearing a white wedding dress is holding a glass of wine to toast freedom, with red as the main color tone \ No newline at end of file diff --git a/texts/b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1.txt b/texts/b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ac333b1fda025c27f1f2d8a3d3707a95c8375a4 --- /dev/null +++ b/texts/b9c84cc5-c797-4d43-ba9b-66cd9a51e3d1.txt @@ -0,0 +1 @@ +West Highland Puppy; A Christmas tree; Snow; Luminous butterfly \ No newline at end of file diff --git a/texts/b9d35f3e-8b59-45ff-b4b0-49f10af73dff.txt b/texts/b9d35f3e-8b59-45ff-b4b0-49f10af73dff.txt new file mode 100644 index 0000000000000000000000000000000000000000..093a17c3cb94dd72cb11b5570049092e2dd948da --- /dev/null +++ b/texts/b9d35f3e-8b59-45ff-b4b0-49f10af73dff.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "FLT&Lars" engraved on the snow \ No newline at end of file diff --git a/texts/b9d9f181-3833-4fd4-926d-73735613df04.txt b/texts/b9d9f181-3833-4fd4-926d-73735613df04.txt new file mode 100644 index 0000000000000000000000000000000000000000..bebdbbcb5eb5f0167f6fe9aab393d7f935ce43ac --- /dev/null +++ b/texts/b9d9f181-3833-4fd4-926d-73735613df04.txt @@ -0,0 +1 @@ +A dainty and endearing pink Kirby, a beloved anime character, stands in the snow-covered expanse of the night, clutching a keen-edged kitchen knife. \ No newline at end of file diff --git a/texts/b9e48232-ee94-463b-a7e9-9fcfbaab32ce.txt b/texts/b9e48232-ee94-463b-a7e9-9fcfbaab32ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..278c9c188217e20caa34afc6036fce04ae2c79f1 --- /dev/null +++ b/texts/b9e48232-ee94-463b-a7e9-9fcfbaab32ce.txt @@ -0,0 +1 @@ +A cute West Highland dog with wings and bubbles on its head,wings \ No newline at end of file diff --git a/texts/ba08a50d-fd92-4550-a4a5-77a5fee14b34.txt b/texts/ba08a50d-fd92-4550-a4a5-77a5fee14b34.txt new file mode 100644 index 0000000000000000000000000000000000000000..b19e0e211cc5fe26a6337a996d716aaea4f238a7 --- /dev/null +++ b/texts/ba08a50d-fd92-4550-a4a5-77a5fee14b34.txt @@ -0,0 +1 @@ +a small crystal shoe was left in a center of a dancing hall, there is no people there. \ No newline at end of file diff --git a/texts/ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90.txt b/texts/ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90.txt new file mode 100644 index 0000000000000000000000000000000000000000..6767ef4a8815bc53c4e9c4858abdf8137e16dd6e --- /dev/null +++ b/texts/ba0cdbd5-9c09-4d09-81a3-741dbb6a7c90.txt @@ -0,0 +1 @@ +A cute Hello Kitty - shaped snowman with a red bow, scarf, and heart stands on the snowy ground at night. The snowman is beside footprints spelling "LOVE". In the background, there are mountains, city lights, a vintage street lamp, and beautiful fireworks lighting up the sky. \ No newline at end of file diff --git a/texts/ba0d161f-e418-453a-80dd-25b7613bbe92.txt b/texts/ba0d161f-e418-453a-80dd-25b7613bbe92.txt new file mode 100644 index 0000000000000000000000000000000000000000..44e70e0b45fc27779043a3b64b37bd6c87fb4bb8 --- /dev/null +++ b/texts/ba0d161f-e418-453a-80dd-25b7613bbe92.txt @@ -0,0 +1 @@ +A rabbit is working Christmas with an Apple computer \ No newline at end of file diff --git a/texts/ba0e9c1e-1380-409b-81af-e03fb6372851.txt b/texts/ba0e9c1e-1380-409b-81af-e03fb6372851.txt new file mode 100644 index 0000000000000000000000000000000000000000..867d7c4b9aeba5be6dd8472d853ab745cde96758 --- /dev/null +++ b/texts/ba0e9c1e-1380-409b-81af-e03fb6372851.txt @@ -0,0 +1 @@ +A dog and a fox are on a fir tree in the snow \ No newline at end of file diff --git a/texts/ba11dae4-c0f7-4649-81f5-8f4d7e08f58c.txt b/texts/ba11dae4-c0f7-4649-81f5-8f4d7e08f58c.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d46095574a2fb5ab01259930f3392e3112c232 --- /dev/null +++ b/texts/ba11dae4-c0f7-4649-81f5-8f4d7e08f58c.txt @@ -0,0 +1 @@ +In the snow under the stars, hello kitty holds fireworks next to the Christmas tree, and the snow under hello kitty says QJY \ No newline at end of file diff --git a/texts/ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe.txt b/texts/ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4acab512e065a4f5f0c88571690ffb8a8ae25d5 --- /dev/null +++ b/texts/ba1348e2-3497-4b6b-b9ce-3c5a420dc2fe.txt @@ -0,0 +1 @@ +A black Felinae cat sleeps on a blue swimming ring \ No newline at end of file diff --git a/texts/ba1f12b4-d915-422d-b77d-8254ea661d5f.txt b/texts/ba1f12b4-d915-422d-b77d-8254ea661d5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..63c8a88255bb921c71fcfe732d57c2d88c6c7c79 --- /dev/null +++ b/texts/ba1f12b4-d915-422d-b77d-8254ea661d5f.txt @@ -0,0 +1 @@ +Cats under the moon, snow mountains \ No newline at end of file diff --git a/texts/ba313bf8-cf7d-48ed-865f-a4a94758ff80.txt b/texts/ba313bf8-cf7d-48ed-865f-a4a94758ff80.txt new file mode 100644 index 0000000000000000000000000000000000000000..30e03bf3328f61cae6f7869a61be15893dc2517e --- /dev/null +++ b/texts/ba313bf8-cf7d-48ed-865f-a4a94758ff80.txt @@ -0,0 +1 @@ +Black and white kitten wearing sunglasses drinking coffee by a cafe window with a snowy landscape and a forest outside \ No newline at end of file diff --git a/texts/ba4d45c1-7c04-47bc-894e-71b56d3adc8e.txt b/texts/ba4d45c1-7c04-47bc-894e-71b56d3adc8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c48ea0c1a3e2a98fc4ec02f13903f170bb9d448 --- /dev/null +++ b/texts/ba4d45c1-7c04-47bc-894e-71b56d3adc8e.txt @@ -0,0 +1 @@ +White rabbits and champagne-colored teddy dogs listening to music in the snow \ No newline at end of file diff --git a/texts/ba4da3bc-0689-488a-9317-6f056b4b4504.txt b/texts/ba4da3bc-0689-488a-9317-6f056b4b4504.txt new file mode 100644 index 0000000000000000000000000000000000000000..819b1ed2929fb663d2f5a75fa00b233253e3d8cb --- /dev/null +++ b/texts/ba4da3bc-0689-488a-9317-6f056b4b4504.txt @@ -0,0 +1 @@ +There is a Christmas tree in the snow, and a cat is making a cake next to it \ No newline at end of file diff --git a/texts/ba52a5e4-3bcc-484f-96c4-b5170b08fbab.txt b/texts/ba52a5e4-3bcc-484f-96c4-b5170b08fbab.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9f519e66d1f81975b1a70f3cac82cc6d237b573 --- /dev/null +++ b/texts/ba52a5e4-3bcc-484f-96c4-b5170b08fbab.txt @@ -0,0 +1 @@ +a painting of glass bottle in simple tree shape, transparent \ No newline at end of file diff --git a/texts/ba56acc2-605e-40ae-96f6-448280e2ad88.txt b/texts/ba56acc2-605e-40ae-96f6-448280e2ad88.txt new file mode 100644 index 0000000000000000000000000000000000000000..e41cb42fa5f3684704fe50a9974e1ff00fd9ac6e --- /dev/null +++ b/texts/ba56acc2-605e-40ae-96f6-448280e2ad88.txt @@ -0,0 +1 @@ +The birthday cake has candles with "nrq" written on them and two kittens. \ No newline at end of file diff --git a/texts/ba5c1eb8-4856-45a8-8d57-c79aa28c7b06.txt b/texts/ba5c1eb8-4856-45a8-8d57-c79aa28c7b06.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eb68a48a7447fab763193798160d92874e38b66 --- /dev/null +++ b/texts/ba5c1eb8-4856-45a8-8d57-c79aa28c7b06.txt @@ -0,0 +1 @@ +The smallHello Kitty doll is sitting by the seaside watching the fireworks, and there is a camera beside her. \ No newline at end of file diff --git a/texts/ba6127ec-19e1-4749-9013-9225c5a21005.txt b/texts/ba6127ec-19e1-4749-9013-9225c5a21005.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b528920ec6c6da4ce3ee26ee7b05d6c86a30b1f --- /dev/null +++ b/texts/ba6127ec-19e1-4749-9013-9225c5a21005.txt @@ -0,0 +1 @@ +Australian cockatiel wearing Christmas hat and in the snow, in Norway, Aurora \ No newline at end of file diff --git a/texts/ba6761d0-0dbf-4060-b48e-032042978e9e.txt b/texts/ba6761d0-0dbf-4060-b48e-032042978e9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c844fcd3f95091ba3cee9a193c7ac7facb74926 --- /dev/null +++ b/texts/ba6761d0-0dbf-4060-b48e-032042978e9e.txt @@ -0,0 +1 @@ +two two-color corgis are playing on the snow english countryside and aurora \ No newline at end of file diff --git a/texts/ba6ac911-268a-46ec-9266-222f3ac4d1aa.txt b/texts/ba6ac911-268a-46ec-9266-222f3ac4d1aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..77d771c5895ec3df6db356ed0e54311298985fb3 --- /dev/null +++ b/texts/ba6ac911-268a-46ec-9266-222f3ac4d1aa.txt @@ -0,0 +1 @@ +Hellokitty is eating bread on the windowsill while painting. It's snowing outside the window, and the volcano is erupting.pink \ No newline at end of file diff --git a/texts/ba6f86fc-b49c-49a5-92e9-4b4182be1bad.txt b/texts/ba6f86fc-b49c-49a5-92e9-4b4182be1bad.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbf4912c0f18c6148840137a797290cd6c041d39 --- /dev/null +++ b/texts/ba6f86fc-b49c-49a5-92e9-4b4182be1bad.txt @@ -0,0 +1 @@ +a black cat character is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, close up \ No newline at end of file diff --git a/texts/ba7f1236-b18e-41be-9155-3f24deef1de8.txt b/texts/ba7f1236-b18e-41be-9155-3f24deef1de8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae0904419f4cd7046cf8b2afa6893c3423fe672c --- /dev/null +++ b/texts/ba7f1236-b18e-41be-9155-3f24deef1de8.txt @@ -0,0 +1 @@ +A little sheep was standing on a large field of grass with an angel halo on its head \ No newline at end of file diff --git a/texts/ba835997-6f06-4750-ac59-22bcf963b218.txt b/texts/ba835997-6f06-4750-ac59-22bcf963b218.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c9a41fa77c76343bb13775eec15a94d1e0c4910 --- /dev/null +++ b/texts/ba835997-6f06-4750-ac59-22bcf963b218.txt @@ -0,0 +1 @@ +Lost In space \ No newline at end of file diff --git a/texts/bab7b3b3-557d-4eb0-84c4-17f0295b721e.txt b/texts/bab7b3b3-557d-4eb0-84c4-17f0295b721e.txt new file mode 100644 index 0000000000000000000000000000000000000000..12dbb6bef523f06641455568e3cce0577eaa8b15 --- /dev/null +++ b/texts/bab7b3b3-557d-4eb0-84c4-17f0295b721e.txt @@ -0,0 +1 @@ +at night hello Kitty sat in the snow where XC was written and fireworks were set off in the distance \ No newline at end of file diff --git a/texts/babfe7d9-7988-4e8c-b756-f5f1fc8afbc1.txt b/texts/babfe7d9-7988-4e8c-b756-f5f1fc8afbc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2a956aeafcace39797cdc4752ae348eb44756a7 --- /dev/null +++ b/texts/babfe7d9-7988-4e8c-b756-f5f1fc8afbc1.txt @@ -0,0 +1 @@ +a panda sits on the beach singing and watching the fireworks at night.with trees surrounded. \ No newline at end of file diff --git a/texts/bac44f79-2a1a-407f-b573-712b2bd63679.txt b/texts/bac44f79-2a1a-407f-b573-712b2bd63679.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d39fe54147919c8eb7c5956fdada005a93ac635 --- /dev/null +++ b/texts/bac44f79-2a1a-407f-b573-712b2bd63679.txt @@ -0,0 +1 @@ +A white Maltese dog and a Siamese cat snuggle in the loft of a small cottage, where there is a campfire and the loft window offers a view of the night sky. \ No newline at end of file diff --git a/texts/bad24e31-d262-4b34-bd6d-f8ccd1b27e44.txt b/texts/bad24e31-d262-4b34-bd6d-f8ccd1b27e44.txt new file mode 100644 index 0000000000000000000000000000000000000000..36edbdcfb1f91e1996782a2ff76d52c4ddc0d8b7 --- /dev/null +++ b/texts/bad24e31-d262-4b34-bd6d-f8ccd1b27e44.txt @@ -0,0 +1 @@ +Modern World Cancer Day Editable Banner Template \ No newline at end of file diff --git a/texts/bae23d2b-f2c9-48c1-9644-6ecea3536db9.txt b/texts/bae23d2b-f2c9-48c1-9644-6ecea3536db9.txt new file mode 100644 index 0000000000000000000000000000000000000000..22e20f5eedafd24e6dfaff0f37047b5630de8774 --- /dev/null +++ b/texts/bae23d2b-f2c9-48c1-9644-6ecea3536db9.txt @@ -0,0 +1 @@ +blossom flower in winter or maybe in the snow to show the miss of the passed one \ No newline at end of file diff --git a/texts/baea96fc-e7c7-4659-8bf3-41b1a79bcd9a.txt b/texts/baea96fc-e7c7-4659-8bf3-41b1a79bcd9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..97295c452312b51c9ce6f6e5483ffab5b8a71691 --- /dev/null +++ b/texts/baea96fc-e7c7-4659-8bf3-41b1a79bcd9a.txt @@ -0,0 +1 @@ +sea \ No newline at end of file diff --git a/texts/baec6056-7822-4fe7-8056-3328598de80c.txt b/texts/baec6056-7822-4fe7-8056-3328598de80c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc3701a4beada67395c724925515e96eac2a24f --- /dev/null +++ b/texts/baec6056-7822-4fe7-8056-3328598de80c.txt @@ -0,0 +1 @@ +A fluffy little lamb in the snow with a butter \ No newline at end of file diff --git a/texts/baf2e381-b645-4916-a72c-ed929e535136.txt b/texts/baf2e381-b645-4916-a72c-ed929e535136.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb52d44f1115a8f011d0f14438414c8684fb47f7 --- /dev/null +++ b/texts/baf2e381-b645-4916-a72c-ed929e535136.txt @@ -0,0 +1 @@ +A little Unicon wear a clothe and sing in a alchol bar \ No newline at end of file diff --git a/texts/bb074f02-6641-45ba-b80c-37510249b492.txt b/texts/bb074f02-6641-45ba-b80c-37510249b492.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fb1cfa464ccd5013dede1ecbba912894cb6fe94 --- /dev/null +++ b/texts/bb074f02-6641-45ba-b80c-37510249b492.txt @@ -0,0 +1 @@ +A black and white Devon Rex cat holding a microphone and wearing sunglasses \ No newline at end of file diff --git a/texts/bb0e145b-9141-4046-b787-1c7cee0a3ba2.txt b/texts/bb0e145b-9141-4046-b787-1c7cee0a3ba2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f19b7fc7694e622f0f71ec6935811b1a6144b2e1 --- /dev/null +++ b/texts/bb0e145b-9141-4046-b787-1c7cee0a3ba2.txt @@ -0,0 +1 @@ +an antique key chain \ No newline at end of file diff --git a/texts/bb16e737-1c60-4c43-b3e5-cfe654667c57.txt b/texts/bb16e737-1c60-4c43-b3e5-cfe654667c57.txt new file mode 100644 index 0000000000000000000000000000000000000000..d924d183c70154bcaec88d4f22230ae0859bf63a --- /dev/null +++ b/texts/bb16e737-1c60-4c43-b3e5-cfe654667c57.txt @@ -0,0 +1 @@ +the packaging line where bags of coffee are sealed and labeled \ No newline at end of file diff --git a/texts/bb17c62a-8ae1-4ef8-9814-d2215f5f637e.txt b/texts/bb17c62a-8ae1-4ef8-9814-d2215f5f637e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae01621e6b86e0a9238a842ccb5e9efdd8b8055d --- /dev/null +++ b/texts/bb17c62a-8ae1-4ef8-9814-d2215f5f637e.txt @@ -0,0 +1 @@ +Blue jellyfish are swimming in the forest. \ No newline at end of file diff --git a/texts/bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796.txt b/texts/bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796.txt new file mode 100644 index 0000000000000000000000000000000000000000..25ed22f52af926c364615edcbbaa39d8e00b57c9 --- /dev/null +++ b/texts/bb1e3816-209d-4dd8-8fa4-2e2bb7c0d796.txt @@ -0,0 +1 @@ +A black cat is playing on a slide in the snow.And the snowman. \ No newline at end of file diff --git a/texts/bb25946e-3934-4974-a415-4f6872685d96.txt b/texts/bb25946e-3934-4974-a415-4f6872685d96.txt new file mode 100644 index 0000000000000000000000000000000000000000..f166a97d881485f9caf181771cd5e58f0de4c46b --- /dev/null +++ b/texts/bb25946e-3934-4974-a415-4f6872685d96.txt @@ -0,0 +1 @@ +A calico cat in Iceland watching the aurora, on a snowy Christmas day. \ No newline at end of file diff --git a/texts/bb26b959-90d9-434e-8db6-87d65a24106d.txt b/texts/bb26b959-90d9-434e-8db6-87d65a24106d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6be29df09a469732614a754f37778e5c2b73cc6d --- /dev/null +++ b/texts/bb26b959-90d9-434e-8db6-87d65a24106d.txt @@ -0,0 +1 @@ +Generate a few kittens around a cake with the words VOS 2025 written on it. \ No newline at end of file diff --git a/texts/bb2d09db-8269-4008-bf70-c0e69a998a9e.txt b/texts/bb2d09db-8269-4008-bf70-c0e69a998a9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6309e52066f580d9977eaa9d7c30596aad8bc2aa --- /dev/null +++ b/texts/bb2d09db-8269-4008-bf70-c0e69a998a9e.txt @@ -0,0 +1 @@ +A lovely elf is on the snowy ground on a snowy day. There is a cottage beside it and the elf is making cute movements. \ No newline at end of file diff --git a/texts/bb30e69e-200a-4370-9667-749fbeceb46e.txt b/texts/bb30e69e-200a-4370-9667-749fbeceb46e.txt new file mode 100644 index 0000000000000000000000000000000000000000..60c0c001d2c6712b4b10b1f4b5f5453614feb042 --- /dev/null +++ b/texts/bb30e69e-200a-4370-9667-749fbeceb46e.txt @@ -0,0 +1 @@ +A shiba inu PhD is working but she is tired, in pink vibe office \ No newline at end of file diff --git a/texts/bb3160b2-2d6c-4f64-8105-fc35f3b37332.txt b/texts/bb3160b2-2d6c-4f64-8105-fc35f3b37332.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cf185a87761e78911656c7252554d9a85249394 --- /dev/null +++ b/texts/bb3160b2-2d6c-4f64-8105-fc35f3b37332.txt @@ -0,0 +1 @@ +a puppy sheltie (with color sable, no black) playing \ No newline at end of file diff --git a/texts/bb3b8788-c2ea-4505-996c-0c2ce49d9770.txt b/texts/bb3b8788-c2ea-4505-996c-0c2ce49d9770.txt new file mode 100644 index 0000000000000000000000000000000000000000..e36bf50f8006053546a29f3caa66bcadd318e6d9 --- /dev/null +++ b/texts/bb3b8788-c2ea-4505-996c-0c2ce49d9770.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, front and side view, dim environment, snowing \ No newline at end of file diff --git a/texts/bb47ad73-855f-43f9-8b9c-6eff484f1013.txt b/texts/bb47ad73-855f-43f9-8b9c-6eff484f1013.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc072578ff44b2cf9a03159f84271a2c6b0382e --- /dev/null +++ b/texts/bb47ad73-855f-43f9-8b9c-6eff484f1013.txt @@ -0,0 +1 @@ +A fluffy cat is flying in the sky. It has a pair of wings and wears a cute denim coat \ No newline at end of file diff --git a/texts/bb48c40c-7eef-4a08-8a0b-1dc007fd334d.txt b/texts/bb48c40c-7eef-4a08-8a0b-1dc007fd334d.txt new file mode 100644 index 0000000000000000000000000000000000000000..928f45fe8b37c3330034a9286d2de629a2554fe8 --- /dev/null +++ b/texts/bb48c40c-7eef-4a08-8a0b-1dc007fd334d.txt @@ -0,0 +1 @@ +A seal point mitted ragdoll with a red scarf sit in s snow field, with bubbles aorund \ No newline at end of file diff --git a/texts/bb4ec09d-5ce6-43e8-937c-d0b2eab12395.txt b/texts/bb4ec09d-5ce6-43e8-937c-d0b2eab12395.txt new file mode 100644 index 0000000000000000000000000000000000000000..932a2cf0073e88baea62ad6a0cd78d58032801a7 --- /dev/null +++ b/texts/bb4ec09d-5ce6-43e8-937c-d0b2eab12395.txt @@ -0,0 +1 @@ + jellyfish floats around the windows up its way to my eyes \ No newline at end of file diff --git a/texts/bb55dfc1-8ee6-4c16-89a6-fb9965642d55.txt b/texts/bb55dfc1-8ee6-4c16-89a6-fb9965642d55.txt new file mode 100644 index 0000000000000000000000000000000000000000..d47cf71ea170ea7c677ff13ec329a118ce390e1b --- /dev/null +++ b/texts/bb55dfc1-8ee6-4c16-89a6-fb9965642d55.txt @@ -0,0 +1 @@ +A Mametchi who is happy in winter with wired headphones and cute red earmuffs \ No newline at end of file diff --git a/texts/bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54.txt b/texts/bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f870f16589fb83b6ee1f1902e49f4eaaf448a21 --- /dev/null +++ b/texts/bb5e26e7-0cf3-4e9c-94c3-5a5bedd06f54.txt @@ -0,0 +1 @@ +A teddy bear working on a laptop on a yacht, drinking coffee, at noon with sunshine \ No newline at end of file diff --git a/texts/bb760bf8-c2c5-4ef6-8675-0abef0035442.txt b/texts/bb760bf8-c2c5-4ef6-8675-0abef0035442.txt new file mode 100644 index 0000000000000000000000000000000000000000..764c6a2b5508001dfc2a4dd8bb65c66e49da41ac --- /dev/null +++ b/texts/bb760bf8-c2c5-4ef6-8675-0abef0035442.txt @@ -0,0 +1 @@ +White puppy with yellow helmet riding a bike with a camel-colored pet rabbit in the basket and stars in the sky \ No newline at end of file diff --git a/texts/bb765c94-acec-4aa5-8279-316246846e5c.txt b/texts/bb765c94-acec-4aa5-8279-316246846e5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe3da2c70ec54fe838ad0c58cc7317b8f2166389 --- /dev/null +++ b/texts/bb765c94-acec-4aa5-8279-316246846e5c.txt @@ -0,0 +1 @@ +A little white cat wearing a Christmas scarf is playing in the snow. \ No newline at end of file diff --git a/texts/bb778b2d-db75-4d99-adb1-aeeb77dd341c.txt b/texts/bb778b2d-db75-4d99-adb1-aeeb77dd341c.txt new file mode 100644 index 0000000000000000000000000000000000000000..495413eac90aa42d5028d1edef0673d9c16c8efb --- /dev/null +++ b/texts/bb778b2d-db75-4d99-adb1-aeeb77dd341c.txt @@ -0,0 +1 @@ +A little white dog was holding a cigarette in front of the snow in the castle \ No newline at end of file diff --git a/texts/bb899267-6b98-40ac-9a59-5bd0e1cadc4b.txt b/texts/bb899267-6b98-40ac-9a59-5bd0e1cadc4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c34f042bfe646a8664fc4b1130170cfc318f0330 --- /dev/null +++ b/texts/bb899267-6b98-40ac-9a59-5bd0e1cadc4b.txt @@ -0,0 +1 @@ +A chubby red panda is surfing at sea. \ No newline at end of file diff --git a/texts/bb9ba910-6dfd-4cdf-825c-420dc3f16dbd.txt b/texts/bb9ba910-6dfd-4cdf-825c-420dc3f16dbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..bff3918fb0d752c41c7fda3c77f13eb9d436b4a7 --- /dev/null +++ b/texts/bb9ba910-6dfd-4cdf-825c-420dc3f16dbd.txt @@ -0,0 +1 @@ +A little tiger dressed in a grey jumper and sweatpants beside a Canon camera \ No newline at end of file diff --git a/texts/bba222f7-93f8-4177-b168-2cb782fb9313.txt b/texts/bba222f7-93f8-4177-b168-2cb782fb9313.txt new file mode 100644 index 0000000000000000000000000000000000000000..189464bd24caa6d5214f0d1808f76d8fe9c4f94d --- /dev/null +++ b/texts/bba222f7-93f8-4177-b168-2cb782fb9313.txt @@ -0,0 +1 @@ +At the seaside, there are fireworks. It's a lovely dusk and night. There is a cute Hello Kitty doll, and the handwritten letters "WCZ" are on the snow. \ No newline at end of file diff --git a/texts/bbb35192-7181-4447-af18-7d1f92cd72a3.txt b/texts/bbb35192-7181-4447-af18-7d1f92cd72a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c81cefafd67a18033cb26fb40387e8b751d628fd --- /dev/null +++ b/texts/bbb35192-7181-4447-af18-7d1f92cd72a3.txt @@ -0,0 +1 @@ +snow,apple,snowboarding \ No newline at end of file diff --git a/texts/bbbbc306-bb34-417a-8fcc-3b8aef969ec1.txt b/texts/bbbbc306-bb34-417a-8fcc-3b8aef969ec1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8e019453193b3f6da86dbbdd287918eb1c2c1c1 --- /dev/null +++ b/texts/bbbbc306-bb34-417a-8fcc-3b8aef969ec1.txt @@ -0,0 +1 @@ +A cat is in the snowy day, bloody moon and night. \ No newline at end of file diff --git a/texts/bbc73715-c209-4ac5-af13-566e095b4352.txt b/texts/bbc73715-c209-4ac5-af13-566e095b4352.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea3b7c593972709fe50c807ee962c4e4340ae10f --- /dev/null +++ b/texts/bbc73715-c209-4ac5-af13-566e095b4352.txt @@ -0,0 +1 @@ +At a birthdayparty, a cartoon hello kitty doll wearing a long dress and a Santa hat on her head holds a birthday cake with the date skye1224 (not a person). \ No newline at end of file diff --git a/texts/bbc9feed-aa8b-4c59-9300-3524f27d1539.txt b/texts/bbc9feed-aa8b-4c59-9300-3524f27d1539.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3353a9f39a61a6421cd3eb940c9c607f8426067 --- /dev/null +++ b/texts/bbc9feed-aa8b-4c59-9300-3524f27d1539.txt @@ -0,0 +1 @@ +A Samoyed dog smiling and hold a Bernese Mountain Dog down in the forest, playing, snowing, blues time. Cute. \ No newline at end of file diff --git a/texts/bbdcc480-f734-43af-86ae-8a18fb9b040c.txt b/texts/bbdcc480-f734-43af-86ae-8a18fb9b040c.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a298373e73ef0c35e60d70aae0ba8b7efc28a14 --- /dev/null +++ b/texts/bbdcc480-f734-43af-86ae-8a18fb9b040c.txt @@ -0,0 +1 @@ +howmanyjajajaja,cute,angel \ No newline at end of file diff --git a/texts/bbe4ec81-0c14-45bf-8305-f5b88148088c.txt b/texts/bbe4ec81-0c14-45bf-8305-f5b88148088c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e4a30c4e0da4fba232e6fd074ea6a205eb71c29 --- /dev/null +++ b/texts/bbe4ec81-0c14-45bf-8305-f5b88148088c.txt @@ -0,0 +1 @@ +iceland aurora \ No newline at end of file diff --git a/texts/bbed0070-2410-475a-bc0e-52b1c1589da5.txt b/texts/bbed0070-2410-475a-bc0e-52b1c1589da5.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dfe53dc2ff7823f516182d8f03c49869c42c1f6 --- /dev/null +++ b/texts/bbed0070-2410-475a-bc0e-52b1c1589da5.txt @@ -0,0 +1 @@ +Cat bride, champagne, train, ring \ No newline at end of file diff --git a/texts/bbf8bb17-5a2a-4431-a2df-93843f577a44.txt b/texts/bbf8bb17-5a2a-4431-a2df-93843f577a44.txt new file mode 100644 index 0000000000000000000000000000000000000000..b755be37ec311ce07985831b75389dfa1ecb3355 --- /dev/null +++ b/texts/bbf8bb17-5a2a-4431-a2df-93843f577a44.txt @@ -0,0 +1 @@ +Egg tarts, a white rabbit, stars \ No newline at end of file diff --git a/texts/bbf9e702-63cf-4438-a717-9a54d4fc3efb.txt b/texts/bbf9e702-63cf-4438-a717-9a54d4fc3efb.txt new file mode 100644 index 0000000000000000000000000000000000000000..32aba000e9adc7d709443f61496ca01539c73b9f --- /dev/null +++ b/texts/bbf9e702-63cf-4438-a717-9a54d4fc3efb.txt @@ -0,0 +1 @@ +Hello Kitty is strolling in a white princess dress under the snowy mountain, holding a sparkler in her hand. \ No newline at end of file diff --git a/texts/bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93.txt b/texts/bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93.txt new file mode 100644 index 0000000000000000000000000000000000000000..13bb67889fc80fb8ac079f3f436025578a47c8d5 --- /dev/null +++ b/texts/bc0b6dbb-a60a-49f4-80ad-0a056d7fbe93.txt @@ -0,0 +1 @@ +Snowy day, sunny seaside, zzl \ No newline at end of file diff --git a/texts/bc1dccc4-a42e-4c40-9344-7572c66af7bc.txt b/texts/bc1dccc4-a42e-4c40-9344-7572c66af7bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..67db763715eb2cec0a271d545f75173bebd5b8d2 --- /dev/null +++ b/texts/bc1dccc4-a42e-4c40-9344-7572c66af7bc.txt @@ -0,0 +1 @@ +A black dragon with red eyes is hugging a cat, they're in a mountain \ No newline at end of file diff --git a/texts/bc27dfff-5b32-41fc-94e8-2b07408456f7.txt b/texts/bc27dfff-5b32-41fc-94e8-2b07408456f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dd2ff2bd5ded1d2a0e1e7c5d3ed036074642856 --- /dev/null +++ b/texts/bc27dfff-5b32-41fc-94e8-2b07408456f7.txt @@ -0,0 +1 @@ +Cute hello Kitty wearing Apple headphones and a white dress, flying a plane in a blue sky. The scale should match one to three. \ No newline at end of file diff --git a/texts/bc2b9679-8886-4887-a5ae-200cde1f18e4.txt b/texts/bc2b9679-8886-4887-a5ae-200cde1f18e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd8b1f087ae0361e95182daec1611c53c2df96a1 --- /dev/null +++ b/texts/bc2b9679-8886-4887-a5ae-200cde1f18e4.txt @@ -0,0 +1 @@ +A colorful angel with a big pair of wing in a light. Face blurry. Snow. Dark night. Firework. The angel could be just a shape of light instead of a real human or anything \ No newline at end of file diff --git a/texts/bc32e6b9-3820-442e-8099-ed1285882c0e.txt b/texts/bc32e6b9-3820-442e-8099-ed1285882c0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c64da970e60d60cff25aa1c083988ebd333c2473 --- /dev/null +++ b/texts/bc32e6b9-3820-442e-8099-ed1285882c0e.txt @@ -0,0 +1 @@ +Hello Kitty, there are trees and fireworks in the snow. On the snow, I write ovoJia. \ No newline at end of file diff --git a/texts/bc334c69-35d3-40b2-bfba-d6376820e529.txt b/texts/bc334c69-35d3-40b2-bfba-d6376820e529.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b4239201badf801508df2401e5d1625cfdb3ca --- /dev/null +++ b/texts/bc334c69-35d3-40b2-bfba-d6376820e529.txt @@ -0,0 +1 @@ +A West Highland White Terrier is playing the piano. It's snowing and there is a letter R. \ No newline at end of file diff --git a/texts/bc372619-76ec-4355-bf14-107c4cfebde6.txt b/texts/bc372619-76ec-4355-bf14-107c4cfebde6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3a625963a9daf6ae881d2f7d061c3609be81aa9 --- /dev/null +++ b/texts/bc372619-76ec-4355-bf14-107c4cfebde6.txt @@ -0,0 +1 @@ +black cat with a retriever \ No newline at end of file diff --git a/texts/bc3913f0-1553-4479-9fe8-66340703371a.txt b/texts/bc3913f0-1553-4479-9fe8-66340703371a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a22709babe6fd3c9964b0c6c049f8ad87f20b00 --- /dev/null +++ b/texts/bc3913f0-1553-4479-9fe8-66340703371a.txt @@ -0,0 +1 @@ +A vibrant birthday scene featuring a beautifully decorated cake with lit candles, inscribed with 'Happy Birthday 1112', while colorful fireworks explode in the night sky." \ No newline at end of file diff --git a/texts/bc40029e-8dc8-4399-abaa-93b4f128e503.txt b/texts/bc40029e-8dc8-4399-abaa-93b4f128e503.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9015b7ca727bc3ea0fad04b377a4809373d0438 --- /dev/null +++ b/texts/bc40029e-8dc8-4399-abaa-93b4f128e503.txt @@ -0,0 +1 @@ +A baby in a Christmas hat sits on a gift box to celebrate his birthday on December 5th \ No newline at end of file diff --git a/texts/bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d.txt b/texts/bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4c1fc6ff1ce50b431f80a68a6922db5ee335cfc --- /dev/null +++ b/texts/bc41c14c-cbb4-430d-bf7f-6acc9cb3c66d.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its lights on. Fog can be seen in the area illuminated by the lights. It is driving in the snow. The whole car is shot from a low angle. It is a movie angle. It is dark and snowing. \ No newline at end of file diff --git a/texts/bc4d0157-6e13-45f9-9d54-c1e67f6cf391.txt b/texts/bc4d0157-6e13-45f9-9d54-c1e67f6cf391.txt new file mode 100644 index 0000000000000000000000000000000000000000..77e5b81117deadfafc9820aaa398dcab73394bf1 --- /dev/null +++ b/texts/bc4d0157-6e13-45f9-9d54-c1e67f6cf391.txt @@ -0,0 +1 @@ +The snow sky in the western highlands, with subtitles LS XXY written on the snow, is a small dog \ No newline at end of file diff --git a/texts/bc5f4d57-2acf-42df-91d5-00bcaa4e87df.txt b/texts/bc5f4d57-2acf-42df-91d5-00bcaa4e87df.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eb888ea0e1cc572a54e81f16fcd9d44353db586 --- /dev/null +++ b/texts/bc5f4d57-2acf-42df-91d5-00bcaa4e87df.txt @@ -0,0 +1 @@ +Hello Kitty writing 'zy&gw' in the snow \ No newline at end of file diff --git a/texts/bc73768c-5061-4536-99ff-fae14567fc7f.txt b/texts/bc73768c-5061-4536-99ff-fae14567fc7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9acf0ec3cb5111dcf705bf1482406c6354f22ac7 --- /dev/null +++ b/texts/bc73768c-5061-4536-99ff-fae14567fc7f.txt @@ -0,0 +1 @@ +A puppy has the four letters bkpp on the snowy ground.There is a Christmas tree on the snow. \ No newline at end of file diff --git a/texts/bc7461db-bfc5-44a8-9d79-e4efd235c3bc.txt b/texts/bc7461db-bfc5-44a8-9d79-e4efd235c3bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb6090e247304b4e058e4a0ef3bc5522f5210471 --- /dev/null +++ b/texts/bc7461db-bfc5-44a8-9d79-e4efd235c3bc.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a scarf, stands in the snow with a corgi and a British Shorthair blue cat. Snowy mountains are visible in the distance, creating a calm winter landscape. \ No newline at end of file diff --git a/texts/bc7671dc-a214-47ab-9e02-8d0b8d5995e2.txt b/texts/bc7671dc-a214-47ab-9e02-8d0b8d5995e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..462042385160005c3984ac08815c01d2e8824a68 --- /dev/null +++ b/texts/bc7671dc-a214-47ab-9e02-8d0b8d5995e2.txt @@ -0,0 +1 @@ +Santa Claus gives gifts \ No newline at end of file diff --git a/texts/bc77a873-f898-4edf-ae99-07b422b625ec.txt b/texts/bc77a873-f898-4edf-ae99-07b422b625ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..45386a54a18c18b426bf0012c0e3a49a6162c78d --- /dev/null +++ b/texts/bc77a873-f898-4edf-ae99-07b422b625ec.txt @@ -0,0 +1 @@ +The dog is sitting on the chair \ No newline at end of file diff --git a/texts/bc8393da-8820-478f-959b-ee2e8b613ef8.txt b/texts/bc8393da-8820-478f-959b-ee2e8b613ef8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5b3957eac2bc097c765619907a909be72863f1c --- /dev/null +++ b/texts/bc8393da-8820-478f-959b-ee2e8b613ef8.txt @@ -0,0 +1 @@ +Mickey and I celebrate Christmas together \ No newline at end of file diff --git a/texts/bc89b1e9-c486-4623-ade3-ce2477b3eba3.txt b/texts/bc89b1e9-c486-4623-ade3-ce2477b3eba3.txt new file mode 100644 index 0000000000000000000000000000000000000000..99e0ff723dacbe26d65f992d835559c1f4c2404a --- /dev/null +++ b/texts/bc89b1e9-c486-4623-ade3-ce2477b3eba3.txt @@ -0,0 +1 @@ +Some bubbles and jellyfish in air of a dark room, a Siamese cat is playing with them. \ No newline at end of file diff --git a/texts/bc8ee149-3ddb-40df-8512-356e3f81fefa.txt b/texts/bc8ee149-3ddb-40df-8512-356e3f81fefa.txt new file mode 100644 index 0000000000000000000000000000000000000000..88b3224ef3ac571b07d4db4aec11c3c06a95ba0c --- /dev/null +++ b/texts/bc8ee149-3ddb-40df-8512-356e3f81fefa.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a wedding dress, riding a horse with a cigarette in the garden \ No newline at end of file diff --git a/texts/bc8fdc0b-964f-47c1-a3df-3512dd015e03.txt b/texts/bc8fdc0b-964f-47c1-a3df-3512dd015e03.txt new file mode 100644 index 0000000000000000000000000000000000000000..7628cfce8c00a59df642b56d6a78922f22d8df5d --- /dev/null +++ b/texts/bc8fdc0b-964f-47c1-a3df-3512dd015e03.txt @@ -0,0 +1 @@ +A pink hello kitty and a blue hello kitty are dating on the grass \ No newline at end of file diff --git a/texts/bc9366eb-fec6-4e12-a9d4-26d0e9a63709.txt b/texts/bc9366eb-fec6-4e12-a9d4-26d0e9a63709.txt new file mode 100644 index 0000000000000000000000000000000000000000..d040c3d1cb002abb8aeae8a2f21917fed3f059ed --- /dev/null +++ b/texts/bc9366eb-fec6-4e12-a9d4-26d0e9a63709.txt @@ -0,0 +1 @@ +A grey and white devon cat playing with a ball of yarn on a chrismas vibe carpet. There is also a chrismas tree \ No newline at end of file diff --git a/texts/bca569e8-be01-4d26-91b8-bc59d252bc1c.txt b/texts/bca569e8-be01-4d26-91b8-bc59d252bc1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a722f0ac74d9212dfc55f4bfe6e04c8e7d601e9c --- /dev/null +++ b/texts/bca569e8-be01-4d26-91b8-bc59d252bc1c.txt @@ -0,0 +1 @@ +Cherry blossoms are falling outside the car window, shining brightly in the sunlight \ No newline at end of file diff --git a/texts/bcb8fcf5-495c-4a4f-a482-07d6dd1641f8.txt b/texts/bcb8fcf5-495c-4a4f-a482-07d6dd1641f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4a4da60333638569646d3201f14bc460e8a81a9 --- /dev/null +++ b/texts/bcb8fcf5-495c-4a4f-a482-07d6dd1641f8.txt @@ -0,0 +1 @@ +A cute little West Highland dog wearing a scarf and Harry Potter black-rimmed glasses, nestled on a green sofa reading a newspaper, with a small colourful birthday cake on the table, vintage real filter \ No newline at end of file diff --git a/texts/bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5.txt b/texts/bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5.txt new file mode 100644 index 0000000000000000000000000000000000000000..893e08207ee148d61d2d0ca5fd230565a1d42cc9 --- /dev/null +++ b/texts/bcbae9c9-a6ba-4d27-87ac-7c9b5aefeec5.txt @@ -0,0 +1 @@ +on the sparkling space, a black and white cat with apple on its head. with glitters, cakes \ No newline at end of file diff --git a/texts/bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4.txt b/texts/bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d940ce516cd48b16df9ba7a29a9632922145c697 --- /dev/null +++ b/texts/bcc33f3c-92b2-4f2f-b0a5-6ed70e81f6c4.txt @@ -0,0 +1 @@ +A Hello Kitty stands under the aurora, with the words' vikiy 'written on the snow behind it \ No newline at end of file diff --git a/texts/bcd49b33-f13b-4d53-a35b-fb73569449c7.txt b/texts/bcd49b33-f13b-4d53-a35b-fb73569449c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc07a157c91636a6b35713e7de2f792fb615c55f --- /dev/null +++ b/texts/bcd49b33-f13b-4d53-a35b-fb73569449c7.txt @@ -0,0 +1 @@ +A carrot watching a volcano erupt. \ No newline at end of file diff --git a/texts/bce5b625-5f7c-4690-a2b5-42abd498c490.txt b/texts/bce5b625-5f7c-4690-a2b5-42abd498c490.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e6a0e72e12f1b9b9d726ae6bc2af4cce44882bc --- /dev/null +++ b/texts/bce5b625-5f7c-4690-a2b5-42abd498c490.txt @@ -0,0 +1 @@ +fat Chihuahua wearing pearl necklace drinking whisky \ No newline at end of file diff --git a/texts/bce73fdd-bb8e-4083-9fbe-2e898b4959a2.txt b/texts/bce73fdd-bb8e-4083-9fbe-2e898b4959a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b589952fc1957d46ff5221f9d72ff945b6fa733 --- /dev/null +++ b/texts/bce73fdd-bb8e-4083-9fbe-2e898b4959a2.txt @@ -0,0 +1 @@ +A black haired beauty wearing a pink Chanel suit and green sunglasses sits in a yellow vintage convertible, facing the camera with a cactus jungle behind her \ No newline at end of file diff --git a/texts/bcf08e7e-5e10-4a80-b27b-b13f989def20.txt b/texts/bcf08e7e-5e10-4a80-b27b-b13f989def20.txt new file mode 100644 index 0000000000000000000000000000000000000000..afee0877353192aa1ddd4a360caf5bd0b563dc32 --- /dev/null +++ b/texts/bcf08e7e-5e10-4a80-b27b-b13f989def20.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "TWQ&CXY" written on the ground. \ No newline at end of file diff --git a/texts/bcf5e37a-4bdb-4bfc-aa18-c1865dc78796.txt b/texts/bcf5e37a-4bdb-4bfc-aa18-c1865dc78796.txt new file mode 100644 index 0000000000000000000000000000000000000000..249bb6cdd0f73adccf8122f4d65345314e03a8e2 --- /dev/null +++ b/texts/bcf5e37a-4bdb-4bfc-aa18-c1865dc78796.txt @@ -0,0 +1 @@ +A Winnie the Pooh vinyl figure holding a gun and a pipe with a volcano erupting behind it \ No newline at end of file diff --git a/texts/bd031381-56c7-4f08-b859-c7292ec38ac2.txt b/texts/bd031381-56c7-4f08-b859-c7292ec38ac2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c2d9f205fd8a7c97423395554dfa897b16ebee9 --- /dev/null +++ b/texts/bd031381-56c7-4f08-b859-c7292ec38ac2.txt @@ -0,0 +1 @@ +The Shetland Sheepdog with erect ears and a slightly slanted white fur stripe in the middle of its face, with yellow and white fur on its body, is sitting on a chair, blowing out the birthday cake. \ No newline at end of file diff --git a/texts/bd05c6d1-34a6-4583-a198-09963ad3f3bb.txt b/texts/bd05c6d1-34a6-4583-a198-09963ad3f3bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f91b03a0d86bb5c379f7da262826398f8c88389 --- /dev/null +++ b/texts/bd05c6d1-34a6-4583-a198-09963ad3f3bb.txt @@ -0,0 +1 @@ +Beagle is reading a book on the gressland \ No newline at end of file diff --git a/texts/bd081148-c314-44e8-836f-26cd4b56fdb1.txt b/texts/bd081148-c314-44e8-836f-26cd4b56fdb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f85003d3733cb208b1d8a6b29437140d608ac9c7 --- /dev/null +++ b/texts/bd081148-c314-44e8-836f-26cd4b56fdb1.txt @@ -0,0 +1 @@ +On a snowy night, in the snow, there are many fireworks of different colors in the distant sky. The white HelloKitty doll is wearing a skirt and a pink bow on her head. It is in the middle right position, next to the Christmas tree full of lights, surrounded by gifts. Melancholy blue night scene, romantic atmosphere, high color saturation, plus the dreamy effect of some light particles. \ No newline at end of file diff --git a/texts/bd0ac030-2a9d-4557-ba69-3b4febcd514e.txt b/texts/bd0ac030-2a9d-4557-ba69-3b4febcd514e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e643afa6146ca91aacbf52086c0626fa5f93438 --- /dev/null +++ b/texts/bd0ac030-2a9d-4557-ba69-3b4febcd514e.txt @@ -0,0 +1 @@ +The silhouette of the young man in Tibet, running on grass, snow capped mountains, white horses \ No newline at end of file diff --git a/texts/bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3.txt b/texts/bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..06967a0420771385224608b58ed6282e0a0dd9ce --- /dev/null +++ b/texts/bd0fb7b7-3d20-4c6d-9cdd-d90a02901dd3.txt @@ -0,0 +1 @@ +A clown with a big smile \ No newline at end of file diff --git a/texts/bd111d3f-2e20-4673-9b69-7c05b598528e.txt b/texts/bd111d3f-2e20-4673-9b69-7c05b598528e.txt new file mode 100644 index 0000000000000000000000000000000000000000..140262b85dc3476b41848496cdff80d86bea78e2 --- /dev/null +++ b/texts/bd111d3f-2e20-4673-9b69-7c05b598528e.txt @@ -0,0 +1 @@ +hello kitty is bleeding and standing in the slow alone. \ No newline at end of file diff --git a/texts/bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4.txt b/texts/bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4.txt new file mode 100644 index 0000000000000000000000000000000000000000..326a6d4e7921f133f6ce4451f3e28f75fac107fe --- /dev/null +++ b/texts/bd16f4f4-b920-4a10-b9ae-a5d5a8567bd4.txt @@ -0,0 +1 @@ +All the time the Maine Cat was in the snow, sitting in front of the computer working \ No newline at end of file diff --git a/texts/bd181bf6-04cf-4776-95fb-81e5b9aa635e.txt b/texts/bd181bf6-04cf-4776-95fb-81e5b9aa635e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1f70dbba93964fa5759f376fc85e915ee267f46 --- /dev/null +++ b/texts/bd181bf6-04cf-4776-95fb-81e5b9aa635e.txt @@ -0,0 +1 @@ +HelloKitty works with her laptop in a disco \ No newline at end of file diff --git a/texts/bd1d0d7d-4a39-46e3-9797-7c1fffc63e65.txt b/texts/bd1d0d7d-4a39-46e3-9797-7c1fffc63e65.txt new file mode 100644 index 0000000000000000000000000000000000000000..27daa1377ffa57952241bfda0f39c344c7e95df3 --- /dev/null +++ b/texts/bd1d0d7d-4a39-46e3-9797-7c1fffc63e65.txt @@ -0,0 +1 @@ +The kitten wore a birthday hat and sat in front of a Christmas tree decorated with gifts and lights. The walls of the house were creamy and flowing with the texture of frosting as if it would flow. \ No newline at end of file diff --git a/texts/bd1e95d0-fd4e-4095-ae60-69bcb0143980.txt b/texts/bd1e95d0-fd4e-4095-ae60-69bcb0143980.txt new file mode 100644 index 0000000000000000000000000000000000000000..aad4a79b64827d3ee0190015a99af5614835016f --- /dev/null +++ b/texts/bd1e95d0-fd4e-4095-ae60-69bcb0143980.txt @@ -0,0 +1 @@ +A Chinese women around fifty wearing Hanfu in the Forbidden City \ No newline at end of file diff --git a/texts/bd1eb7dc-8267-4afe-af40-eb3cd20840f4.txt b/texts/bd1eb7dc-8267-4afe-af40-eb3cd20840f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..72374f78f6c69726c1b8b02a430c7ddfc71e9bf5 --- /dev/null +++ b/texts/bd1eb7dc-8267-4afe-af40-eb3cd20840f4.txt @@ -0,0 +1 @@ +a snowfeild ,a small white bear are opening a gift underneath the chrismas tree \ No newline at end of file diff --git a/texts/bd2909b1-0b0d-43ae-960a-dc4d13764745.txt b/texts/bd2909b1-0b0d-43ae-960a-dc4d13764745.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f3f5dad78c8330bec835689d0b8c0070a9e89b5 --- /dev/null +++ b/texts/bd2909b1-0b0d-43ae-960a-dc4d13764745.txt @@ -0,0 +1 @@ +breeze \ No newline at end of file diff --git a/texts/bd34079a-c774-4338-97bb-11ca47bbb90f.txt b/texts/bd34079a-c774-4338-97bb-11ca47bbb90f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8624fca84a1f93f754881c2ea84bd5e3ccf1703c --- /dev/null +++ b/texts/bd34079a-c774-4338-97bb-11ca47bbb90f.txt @@ -0,0 +1 @@ +a hello kitty doll playing with dog and cat in a living room \ No newline at end of file diff --git a/texts/bd38968d-acd5-4084-b26e-44eb4b6dc114.txt b/texts/bd38968d-acd5-4084-b26e-44eb4b6dc114.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6cb66dbdb5b42239a2105f5a673f09611ae8a7c --- /dev/null +++ b/texts/bd38968d-acd5-4084-b26e-44eb4b6dc114.txt @@ -0,0 +1 @@ +Snow, snow, auroras, a cute Pomeranian with wings \ No newline at end of file diff --git a/texts/bd39f53f-4699-4686-bb4c-83993fe5fa4e.txt b/texts/bd39f53f-4699-4686-bb4c-83993fe5fa4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..da5195cb8dc6c68725f64ac3cd1cfd25526705f7 --- /dev/null +++ b/texts/bd39f53f-4699-4686-bb4c-83993fe5fa4e.txt @@ -0,0 +1 @@ +Two teddy dogs, one black and one brown, wearing sunglasses, Wizard dog casting spell \ No newline at end of file diff --git a/texts/bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66.txt b/texts/bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66.txt new file mode 100644 index 0000000000000000000000000000000000000000..08cfd32985284321dfa4cfd016839911d4896b1a --- /dev/null +++ b/texts/bd40e5bc-b9d8-4dc7-802c-b6652e1f4d66.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt. Next to it is a Christmas tree. There are traces of ZYY in the snow and traces of cat claws. The melancholy blue night scene, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/bd69e80a-9e4c-456a-960b-8b72db69e82b.txt b/texts/bd69e80a-9e4c-456a-960b-8b72db69e82b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c363a2c5b1a533ad9b293a3815069afe3c74169 --- /dev/null +++ b/texts/bd69e80a-9e4c-456a-960b-8b72db69e82b.txt @@ -0,0 +1 @@ +a cute small pink rabbit cuddly toy with long mess fluff is sitting before a macbook, in an office, close-up photo, ultra detailed. \ No newline at end of file diff --git a/texts/bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1.txt b/texts/bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e31bc2c1e20fc585cedde033ee6e19923b6ff946 --- /dev/null +++ b/texts/bd6b4116-db0a-4c4b-9f4c-4cb8f19389c1.txt @@ -0,0 +1 @@ +Inside a church, light shines through the glazed glass above the church, and a man is bathed in sunlight \ No newline at end of file diff --git a/texts/bd6bd047-385b-4464-ac7b-1401b6a98bc1.txt b/texts/bd6bd047-385b-4464-ac7b-1401b6a98bc1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd8115fe2cf5bae534589d04544639061e53c613 --- /dev/null +++ b/texts/bd6bd047-385b-4464-ac7b-1401b6a98bc1.txt @@ -0,0 +1 @@ +Hello Kitty writing papers beside on fire company. \ No newline at end of file diff --git a/texts/bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a.txt b/texts/bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9b5d19df9d98488420fee99ec15d7200c8e1eda --- /dev/null +++ b/texts/bd74abc8-bf4f-4bb3-8b15-fa0d20a5c62a.txt @@ -0,0 +1 @@ +A Shih Tzu puppy drinks red wine in the snow and ice, which is full of flowers and Christmas trees \ No newline at end of file diff --git a/texts/bd7d3084-3e09-48a4-845a-fb4927136a4d.txt b/texts/bd7d3084-3e09-48a4-845a-fb4927136a4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..65d2b4faccff75bbe8ab7706f5e1847964151571 --- /dev/null +++ b/texts/bd7d3084-3e09-48a4-845a-fb4927136a4d.txt @@ -0,0 +1 @@ +Shiny snow \ No newline at end of file diff --git a/texts/bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4.txt b/texts/bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..132f53f78335ccc7678884e78cf48b9d8eca8f0d --- /dev/null +++ b/texts/bd7f03cf-791f-4279-b1d1-9dcd0d5b25f4.txt @@ -0,0 +1 @@ +Autumn leaf-colored golden retriever, Kyoto, cherry blossoms \ No newline at end of file diff --git a/texts/bd812f3e-dee9-40e6-aa35-6e1a8e178166.txt b/texts/bd812f3e-dee9-40e6-aa35-6e1a8e178166.txt new file mode 100644 index 0000000000000000000000000000000000000000..a37419745f8c6d2b42b59cbe2a69c07bd088168d --- /dev/null +++ b/texts/bd812f3e-dee9-40e6-aa35-6e1a8e178166.txt @@ -0,0 +1 @@ +One of the three white West Highland puppies wore a red scarf and ran forward in the snow. \ No newline at end of file diff --git a/texts/bd85e19f-06c6-4b55-8747-96a83520482a.txt b/texts/bd85e19f-06c6-4b55-8747-96a83520482a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7c3c5da46ed9c5385f0e7ac0e61695209dee7ff --- /dev/null +++ b/texts/bd85e19f-06c6-4b55-8747-96a83520482a.txt @@ -0,0 +1 @@ +free.snowberg.lonely.unicorn.blue \ No newline at end of file diff --git a/texts/bd8a014a-e2fa-46ee-99b0-6ca2a91f4795.txt b/texts/bd8a014a-e2fa-46ee-99b0-6ca2a91f4795.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfd86fcc2488b965d01039b6c2abfe7f3c3a7d9d --- /dev/null +++ b/texts/bd8a014a-e2fa-46ee-99b0-6ca2a91f4795.txt @@ -0,0 +1 @@ +There was a plastic bag on the kitchen floor with some tomatoes in it and some scattered around. \ No newline at end of file diff --git a/texts/bd93a7d1-5c2b-48bf-b7ef-80dc128366c4.txt b/texts/bd93a7d1-5c2b-48bf-b7ef-80dc128366c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..535cb55fdc1ce0da783671e7db5358cc7de2a24f --- /dev/null +++ b/texts/bd93a7d1-5c2b-48bf-b7ef-80dc128366c4.txt @@ -0,0 +1 @@ +A Winnie the Pooh doll is decorating a Christmas tree with Mickey and Donald duck. \ No newline at end of file diff --git a/texts/bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf.txt b/texts/bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf.txt new file mode 100644 index 0000000000000000000000000000000000000000..199d388a453077bf5f87f389bf0e6235fe042bbe --- /dev/null +++ b/texts/bd9892d6-53f1-4d83-b4cb-9b2b5aecfccf.txt @@ -0,0 +1 @@ +Two lovely, small cats, in the snow, wearing magician's hats \ No newline at end of file diff --git a/texts/bda618e3-eb9b-42e4-97a0-87f84715b6f7.txt b/texts/bda618e3-eb9b-42e4-97a0-87f84715b6f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a96656ccc348d53d48ba2407f2a3323802a93b3d --- /dev/null +++ b/texts/bda618e3-eb9b-42e4-97a0-87f84715b6f7.txt @@ -0,0 +1 @@ +Hello Kitty Doll is smoking cigarette in pink dress, cigarette is lit and with smoke out, cigarette in her mouth right now, she is riding on a dancing pole, big head shot. \ No newline at end of file diff --git a/texts/bdc0664c-f60a-47de-840f-d089a067e20f.txt b/texts/bdc0664c-f60a-47de-840f-d089a067e20f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec93c92a90d9be3abe79233ddc43f3d4ecb7eada --- /dev/null +++ b/texts/bdc0664c-f60a-47de-840f-d089a067e20f.txt @@ -0,0 +1 @@ +A sailboat on the sea, on the snowy winter beach. There is a little golden retriever. There are brilliant fireworks blooming in the sky \ No newline at end of file diff --git a/texts/bdc0b926-dba7-4867-add4-f1965c19fed9.txt b/texts/bdc0b926-dba7-4867-add4-f1965c19fed9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f799558705be37d72e0b21df31f6ce1fb0f90881 --- /dev/null +++ b/texts/bdc0b926-dba7-4867-add4-f1965c19fed9.txt @@ -0,0 +1 @@ +A large, strong chocolate Labrador was walking in the desert wearing dark glasses and a cowboy hat \ No newline at end of file diff --git a/texts/bdc10e5c-b6fa-4255-bd58-326f0b6db23e.txt b/texts/bdc10e5c-b6fa-4255-bd58-326f0b6db23e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5674f8f7180d912fcb4295ffbb35b0b9969042b2 --- /dev/null +++ b/texts/bdc10e5c-b6fa-4255-bd58-326f0b6db23e.txt @@ -0,0 +1 @@ +need to more lovely kitten \ No newline at end of file diff --git a/texts/bdc6f415-e951-4903-8c01-81651a29f9a5.txt b/texts/bdc6f415-e951-4903-8c01-81651a29f9a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..6209d3202ca060f7a90d0b52003925dc3479e50a --- /dev/null +++ b/texts/bdc6f415-e951-4903-8c01-81651a29f9a5.txt @@ -0,0 +1 @@ +A golden-headed and silver-backed Yorkshire sitting, next to it is a pink helloKitty, with a Christmas tree and a small cake. There are snowy mountains in the distance, beautiful clouds and sunrises, and MONEY is written on the snow. \ No newline at end of file diff --git a/texts/bdc8b454-bb19-45eb-af17-e528364fb338.txt b/texts/bdc8b454-bb19-45eb-af17-e528364fb338.txt new file mode 100644 index 0000000000000000000000000000000000000000..88f83d1c21247a5f0c36215cb4a4018a87de3da2 --- /dev/null +++ b/texts/bdc8b454-bb19-45eb-af17-e528364fb338.txt @@ -0,0 +1 @@ +Hello Kitty \ No newline at end of file diff --git a/texts/bdca7189-403c-443e-a979-a8d1d5df82bd.txt b/texts/bdca7189-403c-443e-a979-a8d1d5df82bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e747b0b8a31c59a72456edcd48d64b3bf4cc994e --- /dev/null +++ b/texts/bdca7189-403c-443e-a979-a8d1d5df82bd.txt @@ -0,0 +1 @@ +A golden retriever puppy is watching cartoon \ No newline at end of file diff --git a/texts/bddf42ef-cec4-4573-9518-173d7eca33a0.txt b/texts/bddf42ef-cec4-4573-9518-173d7eca33a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e40f5401df111437e45fad83617f54d9fb458de --- /dev/null +++ b/texts/bddf42ef-cec4-4573-9518-173d7eca33a0.txt @@ -0,0 +1 @@ +I wanna a brown bear in front of a christmas tree,and the bear wear a sungla \ No newline at end of file diff --git a/texts/bde26e75-82b9-408b-bf11-0de1f16cac2b.txt b/texts/bde26e75-82b9-408b-bf11-0de1f16cac2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc24110f081228e26daf5cc1b735785f4f0809a1 --- /dev/null +++ b/texts/bde26e75-82b9-408b-bf11-0de1f16cac2b.txt @@ -0,0 +1 @@ +A busily working cat with glasses and a computer in front of it \ No newline at end of file diff --git a/texts/bde88c9f-ac82-4a0a-b914-c6b8e376a23b.txt b/texts/bde88c9f-ac82-4a0a-b914-c6b8e376a23b.txt new file mode 100644 index 0000000000000000000000000000000000000000..73f794ef57958eb77e480b7933dc7b6e291bc289 --- /dev/null +++ b/texts/bde88c9f-ac82-4a0a-b914-c6b8e376a23b.txt @@ -0,0 +1 @@ +A hellokitty sits on a pink beach with a cup of bubble tea next to her, looking at the ocean but not very happy and holding a cigarette \ No newline at end of file diff --git a/texts/bdf74743-b801-47a7-8347-0ca8d72f845e.txt b/texts/bdf74743-b801-47a7-8347-0ca8d72f845e.txt new file mode 100644 index 0000000000000000000000000000000000000000..152aa8754fc666056ec1ab620f1bab85094dee2c --- /dev/null +++ b/texts/bdf74743-b801-47a7-8347-0ca8d72f845e.txt @@ -0,0 +1 @@ +A little tiger in a grey jumper and sweatpants beside a Canon camera \ No newline at end of file diff --git a/texts/bdfa7a88-59eb-4404-a3f2-0526aae30e8e.txt b/texts/bdfa7a88-59eb-4404-a3f2-0526aae30e8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..49c02500348508e050e46993a7fb56a22416dd6b --- /dev/null +++ b/texts/bdfa7a88-59eb-4404-a3f2-0526aae30e8e.txt @@ -0,0 +1 @@ +There is a little black cat standing by the window with a camera in the house, a small orange cat snuggled next to it, and the snow is drifting outside the window, there are meteors streaking, and the whole is warm colors \ No newline at end of file diff --git a/texts/be067103-86e8-4db7-bf3e-52f6883a024c.txt b/texts/be067103-86e8-4db7-bf3e-52f6883a024c.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d49cf65061ba4c01cc6b6ef0a5fdd2dcb71a29f --- /dev/null +++ b/texts/be067103-86e8-4db7-bf3e-52f6883a024c.txt @@ -0,0 +1 @@ +A HelloKitty doll with a glass of red wine in her hand takes a bath in a gorgeous tub on snow with scattered flower petals \ No newline at end of file diff --git a/texts/be1819a8-d192-47c0-8bd5-9f3d0ebc3183.txt b/texts/be1819a8-d192-47c0-8bd5-9f3d0ebc3183.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ab69080cdea06502e71e78656361cff51a4044d --- /dev/null +++ b/texts/be1819a8-d192-47c0-8bd5-9f3d0ebc3183.txt @@ -0,0 +1 @@ +Snowy scenery under the sunset \ No newline at end of file diff --git a/texts/be1aa6f0-01c2-4ed8-a4b5-28382b575228.txt b/texts/be1aa6f0-01c2-4ed8-a4b5-28382b575228.txt new file mode 100644 index 0000000000000000000000000000000000000000..530b1a24ab060a1cb463fa6e6a5436fa243e4ebe --- /dev/null +++ b/texts/be1aa6f0-01c2-4ed8-a4b5-28382b575228.txt @@ -0,0 +1 @@ +A white puppy with a smile on its face is surrounded by colorful flowers on a sunny day in a meadow full of butterflies \ No newline at end of file diff --git a/texts/be2d15eb-b867-4282-adcd-2a1ae74a025b.txt b/texts/be2d15eb-b867-4282-adcd-2a1ae74a025b.txt new file mode 100644 index 0000000000000000000000000000000000000000..05b8bca8d63a6858477239053293de337fcb3e89 --- /dev/null +++ b/texts/be2d15eb-b867-4282-adcd-2a1ae74a025b.txt @@ -0,0 +1 @@ +I want a winter snowy land with the brand name "islet bean". I hope the atmosphere will be warmer. There are puppies running outside next to it, and the style is more childish and natural. \ No newline at end of file diff --git a/texts/be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e.txt b/texts/be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c75622af65f1b528d9d2d19058a67e422821809 --- /dev/null +++ b/texts/be33a2c8-120a-4c6b-95b5-09c7e6dc8c5e.txt @@ -0,0 +1 @@ +A stone wearing a Christmas hat is in the snow. \ No newline at end of file diff --git a/texts/be463268-0a9e-4f89-b045-d42383fad034.txt b/texts/be463268-0a9e-4f89-b045-d42383fad034.txt new file mode 100644 index 0000000000000000000000000000000000000000..3274a5f392a0c48834a8a877f3d161bc45fb7ccb --- /dev/null +++ b/texts/be463268-0a9e-4f89-b045-d42383fad034.txt @@ -0,0 +1 @@ +A red cottage located at the foot of a snowy mountain, with green pine trees nearby and snow falling on top \ No newline at end of file diff --git a/texts/be539178-4a52-4cf9-80d2-ba85faf1add6.txt b/texts/be539178-4a52-4cf9-80d2-ba85faf1add6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4999e896fe6f9908bf3e9c2686d6458cef6d44f --- /dev/null +++ b/texts/be539178-4a52-4cf9-80d2-ba85faf1add6.txt @@ -0,0 +1 @@ +Doraemon interacts with people in Mongolian robes, pink stars, purple and blue night sky, \ No newline at end of file diff --git a/texts/be5ad095-c594-4a08-96d0-1d818b27eb7c.txt b/texts/be5ad095-c594-4a08-96d0-1d818b27eb7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cf866407f4d57e4a7d97e04c400b3904a55c5dc --- /dev/null +++ b/texts/be5ad095-c594-4a08-96d0-1d818b27eb7c.txt @@ -0,0 +1 @@ +An astronaut is in front of a Kazakh yurt \ No newline at end of file diff --git a/texts/be5e23ab-04f1-4a6d-a2c4-a22792ca859b.txt b/texts/be5e23ab-04f1-4a6d-a2c4-a22792ca859b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f32117ca29079ccfafb74fd7b8cf6e1ba6e79cd9 --- /dev/null +++ b/texts/be5e23ab-04f1-4a6d-a2c4-a22792ca859b.txt @@ -0,0 +1 @@ +A teddy bear using a laptop in the office drinking coffee \ No newline at end of file diff --git a/texts/be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa.txt b/texts/be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf4380c015c3db31797dc948fb6555340371e30 --- /dev/null +++ b/texts/be6e0b4b-888d-4eac-9c0f-032c9c4c7ffa.txt @@ -0,0 +1 @@ + a snow day ,a day lily flower planted in the snow,a cute dog near it \ No newline at end of file diff --git a/texts/be81e4ad-d755-4983-86bb-643f28fdad2f.txt b/texts/be81e4ad-d755-4983-86bb-643f28fdad2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..579b6fd5d72cf763bffedeead2a35c885aff7283 --- /dev/null +++ b/texts/be81e4ad-d755-4983-86bb-643f28fdad2f.txt @@ -0,0 +1 @@ +Two adorable white Maltese dogs are on the green lawn with computers in their sunglasses and headphones listening to a song \ No newline at end of file diff --git a/texts/be8d65de-f609-45b2-8f8c-ad23cb4b591d.txt b/texts/be8d65de-f609-45b2-8f8c-ad23cb4b591d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8afb00e9d71b18064511b1d41276178f2b84d3ac --- /dev/null +++ b/texts/be8d65de-f609-45b2-8f8c-ad23cb4b591d.txt @@ -0,0 +1 @@ +Shirt \ No newline at end of file diff --git a/texts/be96a0e8-1b64-4137-af95-5c3f408e3749.txt b/texts/be96a0e8-1b64-4137-af95-5c3f408e3749.txt new file mode 100644 index 0000000000000000000000000000000000000000..35880a22961c92b5f1051339e541612736890a0d --- /dev/null +++ b/texts/be96a0e8-1b64-4137-af95-5c3f408e3749.txt @@ -0,0 +1 @@ +ip hello kitty Mall dressing room for a beautiful dress \ No newline at end of file diff --git a/texts/be99b900-88f1-4ef8-9db8-702d605bf9da.txt b/texts/be99b900-88f1-4ef8-9db8-702d605bf9da.txt new file mode 100644 index 0000000000000000000000000000000000000000..89bae6b7d9f4c2b9230170795135935adb7e7545 --- /dev/null +++ b/texts/be99b900-88f1-4ef8-9db8-702d605bf9da.txt @@ -0,0 +1 @@ +There is a little cat wearing a Santa hat under a Christmas tree \ No newline at end of file diff --git a/texts/bea8fb47-0769-4e71-af6f-c9b5055d2fac.txt b/texts/bea8fb47-0769-4e71-af6f-c9b5055d2fac.txt new file mode 100644 index 0000000000000000000000000000000000000000..2429c711bcaaac8e2a89c2ae8e33c1d406c98c21 --- /dev/null +++ b/texts/bea8fb47-0769-4e71-af6f-c9b5055d2fac.txt @@ -0,0 +1 @@ +white Rabbit wearing hat, balloons, stars, snow \ No newline at end of file diff --git a/texts/bebc1f78-7993-49ac-8009-a88075eaa1ae.txt b/texts/bebc1f78-7993-49ac-8009-a88075eaa1ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..f01aa0e4d0b20d5956bd1dc55c77408ff2206af7 --- /dev/null +++ b/texts/bebc1f78-7993-49ac-8009-a88075eaa1ae.txt @@ -0,0 +1 @@ +a car \ No newline at end of file diff --git a/texts/bec33089-c4e7-4798-bd3e-b0e318f1e45e.txt b/texts/bec33089-c4e7-4798-bd3e-b0e318f1e45e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3973b9e48d3a7f5b1052fb3f79e1e6e11de3d440 --- /dev/null +++ b/texts/bec33089-c4e7-4798-bd3e-b0e318f1e45e.txt @@ -0,0 +1 @@ +A West Highland puppy and a ragdoll cat are in the middle of the snow. They are eating cake. The sky is black and there is an aurora \ No newline at end of file diff --git a/texts/beca4c95-90a8-40a3-9cb8-9e1ac773f9b0.txt b/texts/beca4c95-90a8-40a3-9cb8-9e1ac773f9b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fcf1c012fbf74df5d59bd31b0dbd590919549b8 --- /dev/null +++ b/texts/beca4c95-90a8-40a3-9cb8-9e1ac773f9b0.txt @@ -0,0 +1 @@ +black cat with green eyes, handwrite ZAYNE in the heavy snow ground and drew a heart; snowman, sea, firework, snowflakes \ No newline at end of file diff --git a/texts/beca6c86-539f-44cc-9cde-1f098b6a8bfd.txt b/texts/beca6c86-539f-44cc-9cde-1f098b6a8bfd.txt new file mode 100644 index 0000000000000000000000000000000000000000..099dafda0218556ac649a07bfbd1e45fdaaae852 --- /dev/null +++ b/texts/beca6c86-539f-44cc-9cde-1f098b6a8bfd.txt @@ -0,0 +1 @@ +Snows, fireworks, a cute and orange cat, pink clouds, birthday cake, Christmas, a dog \ No newline at end of file diff --git a/texts/bedf87dd-ed48-41ab-b714-90f6563a1929.txt b/texts/bedf87dd-ed48-41ab-b714-90f6563a1929.txt new file mode 100644 index 0000000000000000000000000000000000000000..19bb327ddb6dd4ff4e0578fe661e22bdd54d4a67 --- /dev/null +++ b/texts/bedf87dd-ed48-41ab-b714-90f6563a1929.txt @@ -0,0 +1 @@ +Cute frogs afternoon tea party \ No newline at end of file diff --git a/texts/bf1bc422-f083-446f-a1a0-61f26c6c53b7.txt b/texts/bf1bc422-f083-446f-a1a0-61f26c6c53b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1cd5397839d9db3cd3db54c7af722bfabc39768 --- /dev/null +++ b/texts/bf1bc422-f083-446f-a1a0-61f26c6c53b7.txt @@ -0,0 +1 @@ +Hello kitty is making a snowman \ No newline at end of file diff --git a/texts/bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43.txt b/texts/bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a817e593e38d92e5dca5501769baf4d2fe592cd --- /dev/null +++ b/texts/bf1de8fc-4edc-4ec5-ac8a-a3ee828d3b43.txt @@ -0,0 +1 @@ +There was a sparkling fountain with phoenixes and dragons, musical notes floating in the air, swirls of plants growing on the ground, and everything was made of crystal \ No newline at end of file diff --git a/texts/bf293445-b037-495f-984d-5ecd31f09ded.txt b/texts/bf293445-b037-495f-984d-5ecd31f09ded.txt new file mode 100644 index 0000000000000000000000000000000000000000..a49764a29cbb911cbea257f0cb35dd83fcbbc0db --- /dev/null +++ b/texts/bf293445-b037-495f-984d-5ecd31f09ded.txt @@ -0,0 +1 @@ +create a image with this dog. The background is snow with polar light. The dog is creamy gold and white boader collie. The dog is running \ No newline at end of file diff --git a/texts/bf2b5925-2ecb-47bd-9846-7e469068eab2.txt b/texts/bf2b5925-2ecb-47bd-9846-7e469068eab2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1a438d59d0b9d6d5010476d88d5de07cebbeba9 --- /dev/null +++ b/texts/bf2b5925-2ecb-47bd-9846-7e469068eab2.txt @@ -0,0 +1 @@ +A white and gray long-haired kitten sits alone at a computer desk, focused on using a MacBook with the screen emitting a soft glow. The kitten wears a pair of black-framed glasses, looking both intelligent and adorable. Its fur glistens slightly in the warm light, making it seem like a tiny programmer at work. \ No newline at end of file diff --git a/texts/bf2c3f37-4b65-4d71-b1a3-3737fe4c3406.txt b/texts/bf2c3f37-4b65-4d71-b1a3-3737fe4c3406.txt new file mode 100644 index 0000000000000000000000000000000000000000..4febb7d889b2064435ab9fe6cb7e1f9795178817 --- /dev/null +++ b/texts/bf2c3f37-4b65-4d71-b1a3-3737fe4c3406.txt @@ -0,0 +1 @@ +Hello Kitty is holding fireworks in the snow, with words written on the snow beside her \ No newline at end of file diff --git a/texts/bf458e28-d0df-4fcd-849f-102911823f11.txt b/texts/bf458e28-d0df-4fcd-849f-102911823f11.txt new file mode 100644 index 0000000000000000000000000000000000000000..9102331e44537fa3cd5c2f8fd32b9d3713f955e7 --- /dev/null +++ b/texts/bf458e28-d0df-4fcd-849f-102911823f11.txt @@ -0,0 +1 @@ +On a snowy night, a house in the distance is on fire. \ No newline at end of file diff --git a/texts/bf4b21c8-b207-49dd-8fd2-e296f382c67d.txt b/texts/bf4b21c8-b207-49dd-8fd2-e296f382c67d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7d146a12e3ae86c2383882a3f1096b738b8767b --- /dev/null +++ b/texts/bf4b21c8-b207-49dd-8fd2-e296f382c67d.txt @@ -0,0 +1 @@ + White Pegasus with wings stood on the snow, and a young man in a black robe was falling from the sky and hanging in mid-air, behind the blue lake and the burning Jinkaku Temple \ No newline at end of file diff --git a/texts/bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8.txt b/texts/bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5ac54f277735b5e4cac57b412eb366d68e20c08 --- /dev/null +++ b/texts/bf4c8f6e-0e1a-4eea-9f38-cc123b8fe9a8.txt @@ -0,0 +1 @@ +snowfield aurora cake christmasbunny stars \ No newline at end of file diff --git a/texts/bf619837-258a-4787-9cac-db498de99f7d.txt b/texts/bf619837-258a-4787-9cac-db498de99f7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..519db2811d4ac124f2db64257991c57828fc4979 --- /dev/null +++ b/texts/bf619837-258a-4787-9cac-db498de99f7d.txt @@ -0,0 +1 @@ +helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background \ No newline at end of file diff --git a/texts/bf6558f5-92af-4711-a086-0e8eda326ce1.txt b/texts/bf6558f5-92af-4711-a086-0e8eda326ce1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d500cd8e73da8dd92bdefe979bc12b8ab4c742d1 --- /dev/null +++ b/texts/bf6558f5-92af-4711-a086-0e8eda326ce1.txt @@ -0,0 +1 @@ +Mongolians \ No newline at end of file diff --git a/texts/bf65f893-7c45-4ca2-b2ab-2e42ee8e6671.txt b/texts/bf65f893-7c45-4ca2-b2ab-2e42ee8e6671.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c0f051a105ea6f537d1fb2e5c9ee8ce5e5f8f3e --- /dev/null +++ b/texts/bf65f893-7c45-4ca2-b2ab-2e42ee8e6671.txt @@ -0,0 +1 @@ +Mt. Fuji Cherry Blossoms \ No newline at end of file diff --git a/texts/bf6a8542-907f-4624-8e00-7629dda8d079.txt b/texts/bf6a8542-907f-4624-8e00-7629dda8d079.txt new file mode 100644 index 0000000000000000000000000000000000000000..93c26413eadc26c262d6553104cbf5f702f47d60 --- /dev/null +++ b/texts/bf6a8542-907f-4624-8e00-7629dda8d079.txt @@ -0,0 +1 @@ +a car is passing by her \ No newline at end of file diff --git a/texts/bf6ec333-67d3-4561-a300-5bd6a920bd97.txt b/texts/bf6ec333-67d3-4561-a300-5bd6a920bd97.txt new file mode 100644 index 0000000000000000000000000000000000000000..635e40e5ec142b6664819fbb44d082961239d1de --- /dev/null +++ b/texts/bf6ec333-67d3-4561-a300-5bd6a920bd97.txt @@ -0,0 +1 @@ +Two couples hellokitty are sitting in the snow. Behind them are fireworks and a lit Christmas tree. W&m is written on the snow. \ No newline at end of file diff --git a/texts/bf7079f7-47e3-4b8c-96b0-62c164aa2325.txt b/texts/bf7079f7-47e3-4b8c-96b0-62c164aa2325.txt new file mode 100644 index 0000000000000000000000000000000000000000..6355e7d3e584ab5d074de44ae94a00fd78a54351 --- /dev/null +++ b/texts/bf7079f7-47e3-4b8c-96b0-62c164aa2325.txt @@ -0,0 +1 @@ +a lot of Christmas gift beside a fireplace and a Christmas tree \ No newline at end of file diff --git a/texts/bf7e376c-45a2-46c5-8d60-909247d31fd2.txt b/texts/bf7e376c-45a2-46c5-8d60-909247d31fd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcdacea2efcb5c969fd07019285cd396b104be7c --- /dev/null +++ b/texts/bf7e376c-45a2-46c5-8d60-909247d31fd2.txt @@ -0,0 +1 @@ +White West Highland dog chasing a school of flying fish in the snow \ No newline at end of file diff --git a/texts/bf85d202-550a-40ed-b08d-d0d6d7bae173.txt b/texts/bf85d202-550a-40ed-b08d-d0d6d7bae173.txt new file mode 100644 index 0000000000000000000000000000000000000000..4050e2767c26653fe1230f25645b2290ce4978ad --- /dev/null +++ b/texts/bf85d202-550a-40ed-b08d-d0d6d7bae173.txt @@ -0,0 +1 @@ +A hello Kitty doll stood in the snow, wearing a black and white scarf, with a cigarette in its mouth, and wrote "Jade Koo" on the snow. \ No newline at end of file diff --git a/texts/bf867392-43fc-471f-82e0-a9c4d0fb88d7.txt b/texts/bf867392-43fc-471f-82e0-a9c4d0fb88d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..64cded1f727993f71e8452b1655ae5618c7a3e6a --- /dev/null +++ b/texts/bf867392-43fc-471f-82e0-a9c4d0fb88d7.txt @@ -0,0 +1 @@ +A Hello Kitty that is working at a desk, it is wearing a pink dress. It's typing on a Macbook, and it looks very angry, its head on fire. It has an iced latte on its watch table. \ No newline at end of file diff --git a/texts/bf94d5b6-fc8f-4717-8b40-9142f1d73625.txt b/texts/bf94d5b6-fc8f-4717-8b40-9142f1d73625.txt new file mode 100644 index 0000000000000000000000000000000000000000..370f0ed22295131c7094c36cae8b48d232b3035e --- /dev/null +++ b/texts/bf94d5b6-fc8f-4717-8b40-9142f1d73625.txt @@ -0,0 +1 @@ +Virtual worlds, made of code \ No newline at end of file diff --git a/texts/bf98e9a6-9689-4ef5-9cca-410bb100ea5e.txt b/texts/bf98e9a6-9689-4ef5-9cca-410bb100ea5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4720978f925b54a291ef3d2f36bb813d0ae67ab5 --- /dev/null +++ b/texts/bf98e9a6-9689-4ef5-9cca-410bb100ea5e.txt @@ -0,0 +1 @@ +Underwater Swimming. shadow contrast. minimal and dinamic. blue nostalgic dream \ No newline at end of file diff --git a/texts/bf9b1c9e-f10e-4f09-8a2a-418a5d920043.txt b/texts/bf9b1c9e-f10e-4f09-8a2a-418a5d920043.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b545cf77971e51f9aa2b95a413f9d5e22946ee0 --- /dev/null +++ b/texts/bf9b1c9e-f10e-4f09-8a2a-418a5d920043.txt @@ -0,0 +1 @@ +The background of two Maltese dogs is looking at the view of Mount Fuji. \ No newline at end of file diff --git a/texts/bf9f17ab-ab67-4248-b327-8b726d8b3895.txt b/texts/bf9f17ab-ab67-4248-b327-8b726d8b3895.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c29643ef700ce4266dd0ebc11f2874bc60fce7f --- /dev/null +++ b/texts/bf9f17ab-ab67-4248-b327-8b726d8b3895.txt @@ -0,0 +1 @@ +In the city of Guangzhou in the year 2000, 3 cartoon pandas are joyfully drinking Coca-Cola, with bright smiles. The scene is captured with a fisheye lens, featuring contrasting colors. \ No newline at end of file diff --git a/texts/bfa5ba27-909f-4947-bb96-b35a6d160be9.txt b/texts/bfa5ba27-909f-4947-bb96-b35a6d160be9.txt new file mode 100644 index 0000000000000000000000000000000000000000..10410779262ce9416e67deaefa9df0be5dc0c396 --- /dev/null +++ b/texts/bfa5ba27-909f-4947-bb96-b35a6d160be9.txt @@ -0,0 +1 @@ +On a snowy night with aurora, a cute Yorkshire with transparent wings runs in the snow \ No newline at end of file diff --git a/texts/bfae6da0-fba1-4ac2-b281-6dd47f5991c8.txt b/texts/bfae6da0-fba1-4ac2-b281-6dd47f5991c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..00f1557a3b3313dbc16fa1cb1ec35fb987bae83a --- /dev/null +++ b/texts/bfae6da0-fba1-4ac2-b281-6dd47f5991c8.txt @@ -0,0 +1 @@ +A cute white Samoyed dog sitting next to the word 'Tiawwny' written clearly on the snow, with a vibrant aurora borealis illuminating the night sky in the background. \ No newline at end of file diff --git a/texts/bfbf0728-fda6-4fb7-b9a3-73d80bc15df2.txt b/texts/bfbf0728-fda6-4fb7-b9a3-73d80bc15df2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dcc11a9a9c057a37e84ba213eb55e60d63c95e2 --- /dev/null +++ b/texts/bfbf0728-fda6-4fb7-b9a3-73d80bc15df2.txt @@ -0,0 +1 @@ +A blue tree with hello kitty playing under it. \ No newline at end of file diff --git a/texts/bfc40835-3e5d-4051-a70a-74be5358790b.txt b/texts/bfc40835-3e5d-4051-a70a-74be5358790b.txt new file mode 100644 index 0000000000000000000000000000000000000000..762273db4aeeb8cc4614189d0862a362002281ef --- /dev/null +++ b/texts/bfc40835-3e5d-4051-a70a-74be5358790b.txt @@ -0,0 +1 @@ +Beach by the sea, a black cat, a white cat, bubbles \ No newline at end of file diff --git a/texts/bfd09bd2-70fe-419b-aacb-5c36311c204e.txt b/texts/bfd09bd2-70fe-419b-aacb-5c36311c204e.txt new file mode 100644 index 0000000000000000000000000000000000000000..c027272933cd8e5551f63335d7e61df3df927074 --- /dev/null +++ b/texts/bfd09bd2-70fe-419b-aacb-5c36311c204e.txt @@ -0,0 +1 @@ +A dachshund is chasing butterflies on a dreamy meadow, with less yellow on its face and bubbles adorning the entire sky \ No newline at end of file diff --git a/texts/bfd331cf-302f-431c-a4dc-b81c0c071ef9.txt b/texts/bfd331cf-302f-431c-a4dc-b81c0c071ef9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1db6db6dc49b8f727a9ceb0d677e187ff44377a9 --- /dev/null +++ b/texts/bfd331cf-302f-431c-a4dc-b81c0c071ef9.txt @@ -0,0 +1 @@ +American shorthair cat wearing a black earmuff and a scarf, holding a lotus flower, wearing a gray outfit, stands in front of a blue temple. \ No newline at end of file diff --git a/texts/bfdfc7b7-9634-4459-96ec-c4e33118cfeb.txt b/texts/bfdfc7b7-9634-4459-96ec-c4e33118cfeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..145b8adbbf25b78a7b3f508119e7d0d61c58703c --- /dev/null +++ b/texts/bfdfc7b7-9634-4459-96ec-c4e33118cfeb.txt @@ -0,0 +1 @@ +Quokka and Gecko celebrate xmas together. \ No newline at end of file diff --git a/texts/bfe4474d-17c9-486c-b5cb-ac3d503effc3.txt b/texts/bfe4474d-17c9-486c-b5cb-ac3d503effc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee94d39d97e6737dc90d764af4964347692faf79 --- /dev/null +++ b/texts/bfe4474d-17c9-486c-b5cb-ac3d503effc3.txt @@ -0,0 +1 @@ +two westhighland white terrier playing magic in the snow land in front of beach and mountains at night \ No newline at end of file diff --git a/texts/bfe774c6-9edb-41ab-8150-c94bb4c04825.txt b/texts/bfe774c6-9edb-41ab-8150-c94bb4c04825.txt new file mode 100644 index 0000000000000000000000000000000000000000..f02106b66bf61d3873d1d0f40ef06005b69f5579 --- /dev/null +++ b/texts/bfe774c6-9edb-41ab-8150-c94bb4c04825.txt @@ -0,0 +1 @@ +A birthday cake with birthday candle shaped as "Christmas Cat" on it. A cat stand near the cake. \ No newline at end of file diff --git a/texts/bff08a2c-a3e8-4491-8b1f-8ea6917b045a.txt b/texts/bff08a2c-a3e8-4491-8b1f-8ea6917b045a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d22d1284eabc7452908b679555247a63b0e5c0ae --- /dev/null +++ b/texts/bff08a2c-a3e8-4491-8b1f-8ea6917b045a.txt @@ -0,0 +1 @@ +Stitch is using a computer in the office \ No newline at end of file diff --git a/texts/bff910ca-df3f-450e-b833-31f61f1d8a84.txt b/texts/bff910ca-df3f-450e-b833-31f61f1d8a84.txt new file mode 100644 index 0000000000000000000000000000000000000000..050eefe3b196b5356184a8830dcb06cd4c3ceefa --- /dev/null +++ b/texts/bff910ca-df3f-450e-b833-31f61f1d8a84.txt @@ -0,0 +1 @@ +There were many people in a room.We had a birthday for the Golden Retriever, and the room was beautifully decorated, and the dog wore a birthday hat, and the cake said his name "bubble." \ No newline at end of file diff --git a/texts/c017227d-e875-4e94-ba57-3caf4574f05a.txt b/texts/c017227d-e875-4e94-ba57-3caf4574f05a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfdc20a7ca58f0941f5d42804526e82c8624458a --- /dev/null +++ b/texts/c017227d-e875-4e94-ba57-3caf4574f05a.txt @@ -0,0 +1 @@ +Snow night, vision has the sea, close up is hello kitty doll wearing a Christmas hat, next to the Christmas tree hung with lights, snow written "CWY", put a Christmas atmosphere birthday cake, lit candles on the cake, dark blue night sky, with a point of light particles \ No newline at end of file diff --git a/texts/c022e447-0117-41be-b2da-3dea6548060a.txt b/texts/c022e447-0117-41be-b2da-3dea6548060a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a36352b99b7bc236145c579d7578750445b669ee --- /dev/null +++ b/texts/c022e447-0117-41be-b2da-3dea6548060a.txt @@ -0,0 +1 @@ +hello Kitty paints in front of a volcano \ No newline at end of file diff --git a/texts/c029ddb3-57ff-4c5f-bde8-80a2fdc89b24.txt b/texts/c029ddb3-57ff-4c5f-bde8-80a2fdc89b24.txt new file mode 100644 index 0000000000000000000000000000000000000000..e43a229ea3a83e764ef660d125ce4f6761ffc827 --- /dev/null +++ b/texts/c029ddb3-57ff-4c5f-bde8-80a2fdc89b24.txt @@ -0,0 +1 @@ +A black French bulldog wearing red clothes with a black cat are skiing in the snow together \ No newline at end of file diff --git a/texts/c032d207-f4e0-4f1b-91a6-9a4031440740.txt b/texts/c032d207-f4e0-4f1b-91a6-9a4031440740.txt new file mode 100644 index 0000000000000000000000000000000000000000..c873811553a138f39159643220b1c430faae33fb --- /dev/null +++ b/texts/c032d207-f4e0-4f1b-91a6-9a4031440740.txt @@ -0,0 +1 @@ +Cat playing guitar and writing wei wen wen in the snow on the beach \ No newline at end of file diff --git a/texts/c04979c9-f24b-4859-90c5-f6f9eacde309.txt b/texts/c04979c9-f24b-4859-90c5-f6f9eacde309.txt new file mode 100644 index 0000000000000000000000000000000000000000..f503e125a655d3f7007708411ef0737a1dcfacb5 --- /dev/null +++ b/texts/c04979c9-f24b-4859-90c5-f6f9eacde309.txt @@ -0,0 +1 @@ +Beautiful asian women with three eyes \ No newline at end of file diff --git a/texts/c04aa5cb-d1e9-4b55-ad7c-c269efc38c20.txt b/texts/c04aa5cb-d1e9-4b55-ad7c-c269efc38c20.txt new file mode 100644 index 0000000000000000000000000000000000000000..4967e2ab3e9e51b7625ff6bc6932d65d8143d0ed --- /dev/null +++ b/texts/c04aa5cb-d1e9-4b55-ad7c-c269efc38c20.txt @@ -0,0 +1 @@ +Christmas tree by the sea, snow day \ No newline at end of file diff --git a/texts/c04c353e-5e1e-4e23-97c2-d11b56326d8e.txt b/texts/c04c353e-5e1e-4e23-97c2-d11b56326d8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a78e2dbb80d2efb1172935a52417c830acb09bf2 --- /dev/null +++ b/texts/c04c353e-5e1e-4e23-97c2-d11b56326d8e.txt @@ -0,0 +1 @@ +During the snowy day, there is the sea in the distance, a hello Kitty doll wearing a red Christmas hat, next to it is a Christmas tree, ZJY is written on the snow, and there are traces of cat claws next to it, with a dreamy effect of light particles, and the colour saturation is high. \ No newline at end of file diff --git a/texts/c0506f30-99e8-4916-888b-516721d46534.txt b/texts/c0506f30-99e8-4916-888b-516721d46534.txt new file mode 100644 index 0000000000000000000000000000000000000000..be23ab2745fcca4b019037315b9db6208a42eb64 --- /dev/null +++ b/texts/c0506f30-99e8-4916-888b-516721d46534.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "YiRan" engraved on the snow \ No newline at end of file diff --git a/texts/c05b6614-802f-4b59-add8-6e1a5c3f1ddb.txt b/texts/c05b6614-802f-4b59-add8-6e1a5c3f1ddb.txt new file mode 100644 index 0000000000000000000000000000000000000000..919661c7359a1d8369eb22fe1071d4a3dcceb084 --- /dev/null +++ b/texts/c05b6614-802f-4b59-add8-6e1a5c3f1ddb.txt @@ -0,0 +1 @@ +A cat reads a book in the sun. The book is called How to Be a Bad Cat \ No newline at end of file diff --git a/texts/c063dec8-625b-437d-b07d-f2644bbb5255.txt b/texts/c063dec8-625b-437d-b07d-f2644bbb5255.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e5dee17a221633d24ce86ac3133c2b21e5eab94 --- /dev/null +++ b/texts/c063dec8-625b-437d-b07d-f2644bbb5255.txt @@ -0,0 +1 @@ +A Christmas-inspired cocktail by the glass features a green \ No newline at end of file diff --git a/texts/c06aeb71-a718-407a-9289-cb6bf030a767.txt b/texts/c06aeb71-a718-407a-9289-cb6bf030a767.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae06ea440d35922367abe8e3573c58c94ddc478b --- /dev/null +++ b/texts/c06aeb71-a718-407a-9289-cb6bf030a767.txt @@ -0,0 +1 @@ +A winter scene covered with snow at night. The huge Christmas tree is piled with gifts and shining. There are two Asians in the foreground. One is wearing a suit and the other is wearing a dress. In front of them, there is a decorative lettering spelling "NRQ&GX". \ No newline at end of file diff --git a/texts/c06b91ed-9dfa-462c-94a1-dd8c010993d1.txt b/texts/c06b91ed-9dfa-462c-94a1-dd8c010993d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4e7b213c5ef9ae02bf00356b36a421ac33f4161 --- /dev/null +++ b/texts/c06b91ed-9dfa-462c-94a1-dd8c010993d1.txt @@ -0,0 +1 @@ +Dark room, TV on, half-empty bottle and glass, leftover pizza, woven rug, burning cigarette \ No newline at end of file diff --git a/texts/c071b8e3-dab8-4949-8a60-5542b2668151.txt b/texts/c071b8e3-dab8-4949-8a60-5542b2668151.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0cfcffcaa1fd0e1e6d35b85290b846d74d4f011 --- /dev/null +++ b/texts/c071b8e3-dab8-4949-8a60-5542b2668151.txt @@ -0,0 +1 @@ +A hellokitty stood opposite the volcano, holding a tall red wine glass in his hand. \ No newline at end of file diff --git a/texts/c08efa4b-c366-4e07-b94f-d7a245b15811.txt b/texts/c08efa4b-c366-4e07-b94f-d7a245b15811.txt new file mode 100644 index 0000000000000000000000000000000000000000..248e12584683a181911e22de5c9b3e698f8dfe8d --- /dev/null +++ b/texts/c08efa4b-c366-4e07-b94f-d7a245b15811.txt @@ -0,0 +1 @@ +bigger hello kitty \ No newline at end of file diff --git a/texts/c093bb3c-ac4d-4e22-b745-fb7b7871ffae.txt b/texts/c093bb3c-ac4d-4e22-b745-fb7b7871ffae.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d9e113cbad268fbd87a30e1e575e7a517d85ba8 --- /dev/null +++ b/texts/c093bb3c-ac4d-4e22-b745-fb7b7871ffae.txt @@ -0,0 +1 @@ +A backview of long ear hair pure white maltease in yellow and dark beach \ No newline at end of file diff --git a/texts/c09c3dd6-7ebe-4a4c-af3c-76a4f7994281.txt b/texts/c09c3dd6-7ebe-4a4c-af3c-76a4f7994281.txt new file mode 100644 index 0000000000000000000000000000000000000000..f743f03bc8caa22697925890a072cdf2ec61bf81 --- /dev/null +++ b/texts/c09c3dd6-7ebe-4a4c-af3c-76a4f7994281.txt @@ -0,0 +1 @@ +Donald Duck is smoking and playing cards at the mahjong table. The table is very smoky. He looked indifferent \ No newline at end of file diff --git a/texts/c0a217cf-c4f8-43b9-ade8-b9c707348fb1.txt b/texts/c0a217cf-c4f8-43b9-ade8-b9c707348fb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..55bd73eb7e410c2404cc3cb9f0c9d59d8b0e8543 --- /dev/null +++ b/texts/c0a217cf-c4f8-43b9-ade8-b9c707348fb1.txt @@ -0,0 +1 @@ +Under the pink sky, there is a happy kitten in the snow, many paw prints on the ground, colorful bubbles and beautiful butterflies in the sky. \ No newline at end of file diff --git a/texts/c0a4aed1-f0f2-4b98-a71a-42e826a99e0d.txt b/texts/c0a4aed1-f0f2-4b98-a71a-42e826a99e0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ca111c2e0c23dd18da2ddccda898c64da403459 --- /dev/null +++ b/texts/c0a4aed1-f0f2-4b98-a71a-42e826a99e0d.txt @@ -0,0 +1 @@ +It was you who gave me an umbrella to support the pouring loneliness, so I really want to send you a bend on the bank of the river, wash away the regrets that corrode my heart, give you all my warmth, take off the only wind-blocking clothes, miss the back and tremble, and my eyes are still lit for you. I have been chasing the footprints of your mood. I am misunderstood by all people to understand you. I am ready to be a floating cloud that polishes your sky, but you are waiting for me at the end. There are raindrops in my smile. I am willing to fulfil your treasured past. I just want you to find the passion that makes you look like you, and then drag yourself to the mountain city to seclude, but you wait for me at the end and live in your heart. Without you, the place is a foreign country, and the travel without you is wandering. Those twists and turns and sentimentality are all wings to fly on your shoulders. \ No newline at end of file diff --git a/texts/c0adf70c-8d8d-40bc-8b15-8e7288e7d547.txt b/texts/c0adf70c-8d8d-40bc-8b15-8e7288e7d547.txt new file mode 100644 index 0000000000000000000000000000000000000000..7dd8bb5c2b6ac3b4c455b151f884d3746b7cd15d --- /dev/null +++ b/texts/c0adf70c-8d8d-40bc-8b15-8e7288e7d547.txt @@ -0,0 +1 @@ +There is a little black cat in the snow with big eyes.Warm picture \ No newline at end of file diff --git a/texts/c0b85413-647e-4814-b0e1-ebc8da6db485.txt b/texts/c0b85413-647e-4814-b0e1-ebc8da6db485.txt new file mode 100644 index 0000000000000000000000000000000000000000..8db7aa7f084efaa4d3fb33971b690ce666dff1be --- /dev/null +++ b/texts/c0b85413-647e-4814-b0e1-ebc8da6db485.txt @@ -0,0 +1 @@ +A very plump cat is flying a kite in a field of flowers, with the kite soaring towards the sky where colorful balloons are floating. \ No newline at end of file diff --git a/texts/c0b9f00b-b6e3-4268-bd62-51a711b50ee9.txt b/texts/c0b9f00b-b6e3-4268-bd62-51a711b50ee9.txt new file mode 100644 index 0000000000000000000000000000000000000000..77921f5c32813b546d3125d8bdd3e4b0a13b233a --- /dev/null +++ b/texts/c0b9f00b-b6e3-4268-bd62-51a711b50ee9.txt @@ -0,0 +1 @@ +A mini-size white poodle who weighs only 1.5 kilograms is running in the snow,happily. \ No newline at end of file diff --git a/texts/c0c56948-3974-4ea9-9dbb-03b3e7848f4b.txt b/texts/c0c56948-3974-4ea9-9dbb-03b3e7848f4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7136a285320620cfb7ab58f95344c470fdedd84 --- /dev/null +++ b/texts/c0c56948-3974-4ea9-9dbb-03b3e7848f4b.txt @@ -0,0 +1 @@ +A black cat sits in the snow with a volcano in the background, beneath which are forests. In front of the cat is a white cake with a violet, surrounded by bubbles. A ragdoll cat wears a pair of purple wings. \ No newline at end of file diff --git a/texts/c0d10ffd-312b-439c-8c4a-c5b55e28a980.txt b/texts/c0d10ffd-312b-439c-8c4a-c5b55e28a980.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbc77e7a245177e0065b251075a51664d3f31e00 --- /dev/null +++ b/texts/c0d10ffd-312b-439c-8c4a-c5b55e28a980.txt @@ -0,0 +1 @@ +Hello kitty plays the guitar in the snow \ No newline at end of file diff --git a/texts/c0d3cf89-b69a-495b-9174-10e0a1cd4c80.txt b/texts/c0d3cf89-b69a-495b-9174-10e0a1cd4c80.txt new file mode 100644 index 0000000000000000000000000000000000000000..da90f51deda1b63de94ffd928ac2d2b13e5d5d1a --- /dev/null +++ b/texts/c0d3cf89-b69a-495b-9174-10e0a1cd4c80.txt @@ -0,0 +1 @@ +Tibetan children freely laugh and run on the snowy mountains and grasslands \ No newline at end of file diff --git a/texts/c0da8b14-bd04-4c87-a098-dff9058a0ad4.txt b/texts/c0da8b14-bd04-4c87-a098-dff9058a0ad4.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdb5d32b56c2fa43907a4ac924ac55e798d42c29 --- /dev/null +++ b/texts/c0da8b14-bd04-4c87-a098-dff9058a0ad4.txt @@ -0,0 +1 @@ +a leave fall down from the christmas tree in a warm afternoon \ No newline at end of file diff --git a/texts/c0e089bd-a584-4719-9bc1-4b1ffd5d0bda.txt b/texts/c0e089bd-a584-4719-9bc1-4b1ffd5d0bda.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bfcadb461c2a84db88eda9172c08e159748285e --- /dev/null +++ b/texts/c0e089bd-a584-4719-9bc1-4b1ffd5d0bda.txt @@ -0,0 +1 @@ +A kitten sits on the edge of a frozen lake, staring curiously at the snowflakes reflected on the ice, surrounded by a silver winter world. \ No newline at end of file diff --git a/texts/c0ecdb75-4cee-44a3-a71e-5a258e661514.txt b/texts/c0ecdb75-4cee-44a3-a71e-5a258e661514.txt new file mode 100644 index 0000000000000000000000000000000000000000..61d2eb9c0695c80eb266a8f0acaa8c5006f13c20 --- /dev/null +++ b/texts/c0ecdb75-4cee-44a3-a71e-5a258e661514.txt @@ -0,0 +1 @@ +A black cat relies on a white cat on the windowsill in summer. \ No newline at end of file diff --git a/texts/c0ef570d-37f0-4fbf-aa90-459132a85669.txt b/texts/c0ef570d-37f0-4fbf-aa90-459132a85669.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a4a02481e7f23f7c7a236a71563e27ea9ad893f --- /dev/null +++ b/texts/c0ef570d-37f0-4fbf-aa90-459132a85669.txt @@ -0,0 +1 @@ +A winter scene with snow-covered round at night, featuring two adorable Hello Kitty figurines in the foreground. One is dressed in a suit and the other in a dress, symbolizing a romantic couple. In the front of them is a decorative lettering spelling out "Celsius & Selina". The background showcases a stunning night view with blurred city lights and colorful fireworks lighting up the sky, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/c0fb090c-0f68-406f-b973-eaa95f4ceb7a.txt b/texts/c0fb090c-0f68-406f-b973-eaa95f4ceb7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0da6aa4b14e2413030c8fa8491be041b48d31a6 --- /dev/null +++ b/texts/c0fb090c-0f68-406f-b973-eaa95f4ceb7a.txt @@ -0,0 +1 @@ +A West Highland white terrier puppy wearing a vintage suit and vintage glasses happily drives a vintage convertible car \ No newline at end of file diff --git a/texts/c1138e71-7d97-4271-8f6a-90a2fd4b24d4.txt b/texts/c1138e71-7d97-4271-8f6a-90a2fd4b24d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..149c7047e38f65a907298371ceabad71d6d01ece --- /dev/null +++ b/texts/c1138e71-7d97-4271-8f6a-90a2fd4b24d4.txt @@ -0,0 +1 @@ +windmill Blue sky rust \ No newline at end of file diff --git a/texts/c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52.txt b/texts/c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52.txt new file mode 100644 index 0000000000000000000000000000000000000000..1afc4f91555ac9e7fa3ffbc18ea9e3fe762e6447 --- /dev/null +++ b/texts/c11bfb9c-1a76-4bc5-b47d-2a9fc381bc52.txt @@ -0,0 +1 @@ +Aries, by the sea, a television \ No newline at end of file diff --git a/texts/c11fdfb1-d15f-4bd4-81fa-c92ad593593e.txt b/texts/c11fdfb1-d15f-4bd4-81fa-c92ad593593e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f009ce287de2cd587075bd0ef3da06de84ad8fc --- /dev/null +++ b/texts/c11fdfb1-d15f-4bd4-81fa-c92ad593593e.txt @@ -0,0 +1 @@ +A creamy gold and white color boarder collie with a white and black cat, wathing beautiful view together. The cat has more black(80%) than white \ No newline at end of file diff --git a/texts/c12511eb-700c-40a4-bc7a-c29caa96a4fe.txt b/texts/c12511eb-700c-40a4-bc7a-c29caa96a4fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..77a2f5cd48e6c54f242ed9449696b79aab8e84a0 --- /dev/null +++ b/texts/c12511eb-700c-40a4-bc7a-c29caa96a4fe.txt @@ -0,0 +1 @@ +two cute little pigs are dancing together in sunny snow \ No newline at end of file diff --git a/texts/c12ed650-cf5d-428d-ae2e-6fabfe3d9665.txt b/texts/c12ed650-cf5d-428d-ae2e-6fabfe3d9665.txt new file mode 100644 index 0000000000000000000000000000000000000000..da9ac3b6bb234211a8e2439250def90062524f15 --- /dev/null +++ b/texts/c12ed650-cf5d-428d-ae2e-6fabfe3d9665.txt @@ -0,0 +1 @@ +A Hellokitty is wearing a Santa hat and red-framed sunglasses, dressed in a cute red skirt with a lace collar, sitting in front of a MacBook. On her shoulder, there's a pure white long-haired cat with blue eyes. \ No newline at end of file diff --git a/texts/c13a56bc-c3ad-4f93-b868-b453c2ce06f0.txt b/texts/c13a56bc-c3ad-4f93-b868-b453c2ce06f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..07811703edf9c6bcf2050767fa2e51a89df506a4 --- /dev/null +++ b/texts/c13a56bc-c3ad-4f93-b868-b453c2ce06f0.txt @@ -0,0 +1 @@ +Sunset, Japanese garden, Sonic the Hedgehog. \ No newline at end of file diff --git a/texts/c13bd662-a267-471f-a920-6bc965d69da2.txt b/texts/c13bd662-a267-471f-a920-6bc965d69da2.txt new file mode 100644 index 0000000000000000000000000000000000000000..576076bdbd04419ff10efa7837193453cc201c7d --- /dev/null +++ b/texts/c13bd662-a267-471f-a920-6bc965d69da2.txt @@ -0,0 +1 @@ +A white round-faced lop-eared rabbit wearing a Christmas hat is running in the snow.The rabbit's ears are a very light gray, and there are snow traces spelling "DUN" on the ground, with the aurora visible in the sky. \ No newline at end of file diff --git a/texts/c1421224-e10f-4195-8236-d3c099b414ca.txt b/texts/c1421224-e10f-4195-8236-d3c099b414ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a05ba1472caa4cfb5bfd91ba2bc1027cb9e2020 --- /dev/null +++ b/texts/c1421224-e10f-4195-8236-d3c099b414ca.txt @@ -0,0 +1 @@ +Hello Kitty watching the sunrise \ No newline at end of file diff --git a/texts/c150f68a-b9bb-4557-8822-c165c066d19a.txt b/texts/c150f68a-b9bb-4557-8822-c165c066d19a.txt new file mode 100644 index 0000000000000000000000000000000000000000..70ab2933e30bde637f7d18fa3d5e3274f6f153c8 --- /dev/null +++ b/texts/c150f68a-b9bb-4557-8822-c165c066d19a.txt @@ -0,0 +1 @@ +Pink cherry blossoms are scattered all over the bedroom, and a white hamster is lying on a cot reading like a human \ No newline at end of file diff --git a/texts/c15559aa-7375-42e0-89d5-90f8777b1287.txt b/texts/c15559aa-7375-42e0-89d5-90f8777b1287.txt new file mode 100644 index 0000000000000000000000000000000000000000..f79f79f025bf5bedb53fcc9e90148474c900b81f --- /dev/null +++ b/texts/c15559aa-7375-42e0-89d5-90f8777b1287.txt @@ -0,0 +1 @@ +A young handsome guy with short hair, looking at camera, blue deep sea, snow capped mountains, blue sunset \ No newline at end of file diff --git a/texts/c157a247-e592-4448-833a-6840dc243b94.txt b/texts/c157a247-e592-4448-833a-6840dc243b94.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b74754d3cfed0facf26d811b2a0722d8ba7647e --- /dev/null +++ b/texts/c157a247-e592-4448-833a-6840dc243b94.txt @@ -0,0 +1 @@ +a border collie chasing a frisbee at the beach in a summer day \ No newline at end of file diff --git a/texts/c1591c7b-48fc-4b28-b6ad-3dc131d359ee.txt b/texts/c1591c7b-48fc-4b28-b6ad-3dc131d359ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..b179ea0656251e5b23945f170c352e0fa33d39fc --- /dev/null +++ b/texts/c1591c7b-48fc-4b28-b6ad-3dc131d359ee.txt @@ -0,0 +1 @@ +In the coffee shop, there is a 25-inch matcha cake with "lkw" written on it, two cups of coffee next to it, and an unopened iPhone15. \ No newline at end of file diff --git a/texts/c16097ca-06d5-4240-b9ea-1023202b9250.txt b/texts/c16097ca-06d5-4240-b9ea-1023202b9250.txt new file mode 100644 index 0000000000000000000000000000000000000000..362eeb4374ea7f79da5ca672af7742f83e496000 --- /dev/null +++ b/texts/c16097ca-06d5-4240-b9ea-1023202b9250.txt @@ -0,0 +1 @@ +White Plush long legged rabbit Sit in an office \ No newline at end of file diff --git a/texts/c16451d9-b123-4122-a8ab-0aa51885e07d.txt b/texts/c16451d9-b123-4122-a8ab-0aa51885e07d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e89ab4eecf263b7facdf2015844c64867895376e --- /dev/null +++ b/texts/c16451d9-b123-4122-a8ab-0aa51885e07d.txt @@ -0,0 +1 @@ +There was "ele Yan" written in the snow, there was a kitten singing with a guitar, there was a Christmas tree with bells. \ No newline at end of file diff --git a/texts/c165d946-ea16-443d-916a-156f95f879a7.txt b/texts/c165d946-ea16-443d-916a-156f95f879a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eab355476a6a576a02dc1418d5766f096a39ac6 --- /dev/null +++ b/texts/c165d946-ea16-443d-916a-156f95f879a7.txt @@ -0,0 +1 @@ +A Birman cat in a suit hates going to work and sits at his workstation with a glass of wine while the back of the room is a mess that feels like it's going to explode \ No newline at end of file diff --git a/texts/c16647ec-23f1-4e76-a765-fb0b506c2677.txt b/texts/c16647ec-23f1-4e76-a765-fb0b506c2677.txt new file mode 100644 index 0000000000000000000000000000000000000000..be05a49fb491281ac8dcf9be37ac23cd1d73c397 --- /dev/null +++ b/texts/c16647ec-23f1-4e76-a765-fb0b506c2677.txt @@ -0,0 +1 @@ +snow winter christmas star kitty cat \ No newline at end of file diff --git a/texts/c172a36c-c958-4b77-805f-bf6ebe96027e.txt b/texts/c172a36c-c958-4b77-805f-bf6ebe96027e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2acb663196c74abba871166c9166adde720112fa --- /dev/null +++ b/texts/c172a36c-c958-4b77-805f-bf6ebe96027e.txt @@ -0,0 +1 @@ +A black French bulldog wearing pink clothes is skiing on a snowboard in the snow \ No newline at end of file diff --git a/texts/c173e673-ebe8-405f-bd93-e2ed9f4bf66b.txt b/texts/c173e673-ebe8-405f-bd93-e2ed9f4bf66b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e784184b883e58731731b6d199bc5a61ccba1d0 --- /dev/null +++ b/texts/c173e673-ebe8-405f-bd93-e2ed9f4bf66b.txt @@ -0,0 +1 @@ +Hello kitty sitting in an office, reading magazine. There is a cup of coffee and documents on the table. The office is burning \ No newline at end of file diff --git a/texts/c176e6ea-c8b9-4988-8d6d-361a026cb11a.txt b/texts/c176e6ea-c8b9-4988-8d6d-361a026cb11a.txt new file mode 100644 index 0000000000000000000000000000000000000000..558873b13d71d6d3632d6efaf534cadeb9800a4e --- /dev/null +++ b/texts/c176e6ea-c8b9-4988-8d6d-361a026cb11a.txt @@ -0,0 +1 @@ +Hello Kitty sitting on the snow with bv written on it \ No newline at end of file diff --git a/texts/c1795f5f-f288-4059-8509-b1dd3ba90bb6.txt b/texts/c1795f5f-f288-4059-8509-b1dd3ba90bb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b8f670d4d93d24cf04f2a72b17ece5f975f6fec --- /dev/null +++ b/texts/c1795f5f-f288-4059-8509-b1dd3ba90bb6.txt @@ -0,0 +1 @@ +A West Highland and a black dachshund wearing Disneyland ice cream hats at the amusement park \ No newline at end of file diff --git a/texts/c17acd9a-3914-4b25-8c33-e29d949fee8e.txt b/texts/c17acd9a-3914-4b25-8c33-e29d949fee8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..aee7860ee19d4233de9075948231d7dc2dcd48d9 --- /dev/null +++ b/texts/c17acd9a-3914-4b25-8c33-e29d949fee8e.txt @@ -0,0 +1 @@ +Asian man with swept back hair watching sunset \ No newline at end of file diff --git a/texts/c17b8093-c089-472e-9e96-4e5ae14e4a52.txt b/texts/c17b8093-c089-472e-9e96-4e5ae14e4a52.txt new file mode 100644 index 0000000000000000000000000000000000000000..22eebfb74a0927eef0cef5be5dc0fce4f968c0c9 --- /dev/null +++ b/texts/c17b8093-c089-472e-9e96-4e5ae14e4a52.txt @@ -0,0 +1 @@ +Little Golden Retriever sitting on the green train, outside the ocean and the sun shines in, Golden Retriever smiles happily, Golden Retriever is wearing yellow clothes \ No newline at end of file diff --git a/texts/c188fa25-32af-4f29-b1c2-3e4a461a05c6.txt b/texts/c188fa25-32af-4f29-b1c2-3e4a461a05c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ea9c473ad3afa622fa991fb6461f046ca77ef2b --- /dev/null +++ b/texts/c188fa25-32af-4f29-b1c2-3e4a461a05c6.txt @@ -0,0 +1 @@ +A fountain sprays lots of jewels, a scarf \ No newline at end of file diff --git a/texts/c1905499-a59b-4369-ab9a-2a756476a2fa.txt b/texts/c1905499-a59b-4369-ab9a-2a756476a2fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..a96ff6d91dc9830ee8a85b500613da77fd82504d --- /dev/null +++ b/texts/c1905499-a59b-4369-ab9a-2a756476a2fa.txt @@ -0,0 +1 @@ +A Dog and a Sheep Eat Cake and Drink Hot Wine on Christmas Eve Ping An Snowy Day \ No newline at end of file diff --git a/texts/c1a1a71f-1295-4d60-b967-65fb0396882c.txt b/texts/c1a1a71f-1295-4d60-b967-65fb0396882c.txt new file mode 100644 index 0000000000000000000000000000000000000000..90c5b752148b05e147cb42481ce31beeb7593a63 --- /dev/null +++ b/texts/c1a1a71f-1295-4d60-b967-65fb0396882c.txt @@ -0,0 +1 @@ +In the heart of a lush green forest, a solitary stool stands right in the middle, as if a silent sentinel. Upon it rests a flowing wedding dress, its delicate fabric billowing gracefully in the gentle caress of the wind. All around, nature reigns supreme, with not a soul in sight. The air is thick with stillness, a hushed serenity that whispers of secrets untold, filling the scene with an air of captivating mystery. \ No newline at end of file diff --git a/texts/c1ac4920-a7f5-4b60-84ba-a552aebabaa7.txt b/texts/c1ac4920-a7f5-4b60-84ba-a552aebabaa7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5ec43dc9c9287ad20359183fc93ba9d278eb4e5 --- /dev/null +++ b/texts/c1ac4920-a7f5-4b60-84ba-a552aebabaa7.txt @@ -0,0 +1 @@ +An apple with the letters "hugs" written in chocolate sauce, candles stuck in the apple, in the grass, in the pink sky \ No newline at end of file diff --git a/texts/c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2.txt b/texts/c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f759389b68a3496b8b8acaac0564ae7f38cfc06 --- /dev/null +++ b/texts/c1b67cb9-f5a1-4d1f-9077-3c83cf3ce5f2.txt @@ -0,0 +1 @@ +At night, the hotel lobby is warm and bright, with a huge Christmas tree in the middle, several Christmas gift boxes around, and a bottle of red wine and two tall glasses placed on the snow below. \ No newline at end of file diff --git a/texts/c1b6bf4b-38fd-467a-8286-76659ea0ca3e.txt b/texts/c1b6bf4b-38fd-467a-8286-76659ea0ca3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..533f12fcbe8748e619e8ad7a6c7a588920583d64 --- /dev/null +++ b/texts/c1b6bf4b-38fd-467a-8286-76659ea0ca3e.txt @@ -0,0 +1 @@ +a cute little redpanda wearing mushroom hat,holding a basket with full of mushrooms,walking in the forest \ No newline at end of file diff --git a/texts/c1baadde-c125-4346-ab44-b657a69a1269.txt b/texts/c1baadde-c125-4346-ab44-b657a69a1269.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbf862e0d91130b7dc4198ac9be218ccbd8952e0 --- /dev/null +++ b/texts/c1baadde-c125-4346-ab44-b657a69a1269.txt @@ -0,0 +1 @@ +merry-go-round with diamonds and gems, Art Nouveau style room \ No newline at end of file diff --git a/texts/c1ca1132-10d4-440f-9462-ef32887663ce.txt b/texts/c1ca1132-10d4-440f-9462-ef32887663ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5eda72672666a1f79af41dcefe089e707ba4683 --- /dev/null +++ b/texts/c1ca1132-10d4-440f-9462-ef32887663ce.txt @@ -0,0 +1 @@ +A kitty is a birthday cake in the warm room. \ No newline at end of file diff --git a/texts/c1ced0a4-4f32-4be7-8251-c3992031f7ab.txt b/texts/c1ced0a4-4f32-4be7-8251-c3992031f7ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aca7a2942298620216d21c3b48a958cdeda1e7e --- /dev/null +++ b/texts/c1ced0a4-4f32-4be7-8251-c3992031f7ab.txt @@ -0,0 +1 @@ +Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/c1de6eb0-14d5-482f-bcde-ece51c980ca9.txt b/texts/c1de6eb0-14d5-482f-bcde-ece51c980ca9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae6f373a73da15a6e036836f01ebce89b76e32f5 --- /dev/null +++ b/texts/c1de6eb0-14d5-482f-bcde-ece51c980ca9.txt @@ -0,0 +1 @@ +Unicorn, snow scene, Christmas tree, snow, fireworks, starry sky, romantic atmosphere \ No newline at end of file diff --git a/texts/c1e492e4-6576-4823-b4c4-2270f85be252.txt b/texts/c1e492e4-6576-4823-b4c4-2270f85be252.txt new file mode 100644 index 0000000000000000000000000000000000000000..26355d291dbad96afbe7467a978b9625e1bb8e50 --- /dev/null +++ b/texts/c1e492e4-6576-4823-b4c4-2270f85be252.txt @@ -0,0 +1 @@ +West Highland, Christmas Party, Big Star, Drinking Beer, Floating Christmas Elements \ No newline at end of file diff --git a/texts/c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59.txt b/texts/c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59.txt new file mode 100644 index 0000000000000000000000000000000000000000..37be671b9b54bf3fd2d01c42b3ad45467bbd36da --- /dev/null +++ b/texts/c1f1c1fa-fb43-48ca-9ad4-20b3fea7ca59.txt @@ -0,0 +1 @@ +A man in a cotton jacket jumped into the snow from the cabin with his back to the camera. \ No newline at end of file diff --git a/texts/c1f4335b-f1fd-42af-9b63-4e404fd78fd5.txt b/texts/c1f4335b-f1fd-42af-9b63-4e404fd78fd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..beeed4c21520d87008d969ed078858ef0fa8c4b8 --- /dev/null +++ b/texts/c1f4335b-f1fd-42af-9b63-4e404fd78fd5.txt @@ -0,0 +1 @@ +hello Kitty doll fireworks birthday cake in the snow that says Chen Cai Yun 0109 \ No newline at end of file diff --git a/texts/c1fea860-481b-44fc-8ff5-039183f8d9ac.txt b/texts/c1fea860-481b-44fc-8ff5-039183f8d9ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..2815fbb2d4dd92554662ef6c4a564f7c7f611576 --- /dev/null +++ b/texts/c1fea860-481b-44fc-8ff5-039183f8d9ac.txt @@ -0,0 +1 @@ +A panda watches as the Golden Pavilion Temple burns fiercely \ No newline at end of file diff --git a/texts/c204b097-cbfb-440f-92b0-a697a73a94e5.txt b/texts/c204b097-cbfb-440f-92b0-a697a73a94e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d76e56671f946b2a800f1f6b14bcdb55889756 --- /dev/null +++ b/texts/c204b097-cbfb-440f-92b0-a697a73a94e5.txt @@ -0,0 +1 @@ +Hello KittyWear traditional Chinese clothing and travel to places with ancient Chinese architecture \ No newline at end of file diff --git a/texts/c2092dfe-3d44-4c1b-9540-e7453026c1e0.txt b/texts/c2092dfe-3d44-4c1b-9540-e7453026c1e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1af9f4a8df04fbdbd01a94540e7241384d67fdf8 --- /dev/null +++ b/texts/c2092dfe-3d44-4c1b-9540-e7453026c1e0.txt @@ -0,0 +1 @@ +I would like a photo with a film-like texture, featuring a chubby and adorable calico cat and a tall, robust orange cat sitting under a Christmas tree laden with gifts, toasting with mulled wine, creating a warm and cozy atmosphere. \ No newline at end of file diff --git a/texts/c20f5e23-6097-4955-8357-29b6e8557647.txt b/texts/c20f5e23-6097-4955-8357-29b6e8557647.txt new file mode 100644 index 0000000000000000000000000000000000000000..34ed120792c057f853201489f656b87b82095d6c --- /dev/null +++ b/texts/c20f5e23-6097-4955-8357-29b6e8557647.txt @@ -0,0 +1 @@ +Avalokitesvara, fox, lotus flower, offering table, burning incense and praying people \ No newline at end of file diff --git a/texts/c2155650-6089-4840-b497-8b5e491d408d.txt b/texts/c2155650-6089-4840-b497-8b5e491d408d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f41f352fa0b85f496eeec7dcde1af274f4a23975 --- /dev/null +++ b/texts/c2155650-6089-4840-b497-8b5e491d408d.txt @@ -0,0 +1 @@ +A hippopotamus dressed in a yellow striped outfit and wearing a crown stands in a gem mine, which is glittering with gold and piled high with various treasures. \ No newline at end of file diff --git a/texts/c21b24ab-0cf2-4e65-b77d-27038b689079.txt b/texts/c21b24ab-0cf2-4e65-b77d-27038b689079.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a7b22d2e11bc038202980a3b58c96380d58b10f --- /dev/null +++ b/texts/c21b24ab-0cf2-4e65-b77d-27038b689079.txt @@ -0,0 +1 @@ +A monkey in a suit all the time is burning a computer in the office \ No newline at end of file diff --git a/texts/c21ca8dd-0635-4fae-97a5-c9ba41a049f7.txt b/texts/c21ca8dd-0635-4fae-97a5-c9ba41a049f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..164f834d5114113ae80c5101fefd96e8d14c1fad --- /dev/null +++ b/texts/c21ca8dd-0635-4fae-97a5-c9ba41a049f7.txt @@ -0,0 +1 @@ +A little Samoyed with wings and a big border collie are playing in the snow, with a few butterflies flying nearby. It's a snowy day in the forest. \ No newline at end of file diff --git a/texts/c21dae1a-f2b8-4765-87bf-bf626d7f001a.txt b/texts/c21dae1a-f2b8-4765-87bf-bf626d7f001a.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ebacf5e6497118ece517bacc6a36bee29f3bcf0 --- /dev/null +++ b/texts/c21dae1a-f2b8-4765-87bf-bf626d7f001a.txt @@ -0,0 +1 @@ +Asian women wearing a hoodie sitting on savannah with a border collie, take a picture from their back with a far distance so they look small cant see the women face , put the human smaller the view bigger \ No newline at end of file diff --git a/texts/c2248988-b187-4e80-8c22-59c874907b9a.txt b/texts/c2248988-b187-4e80-8c22-59c874907b9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e15539eab9eded52c9a462645dd89b749ce0598f --- /dev/null +++ b/texts/c2248988-b187-4e80-8c22-59c874907b9a.txt @@ -0,0 +1 @@ +a ragdoll cat is playing magic in the snow.There a snow mountain behind it \ No newline at end of file diff --git a/texts/c224bc6c-5050-440b-8f9d-839b1035d840.txt b/texts/c224bc6c-5050-440b-8f9d-839b1035d840.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb96fb7476e58da0a2de937f461c0e934241090b --- /dev/null +++ b/texts/c224bc6c-5050-440b-8f9d-839b1035d840.txt @@ -0,0 +1 @@ +Massive room liminal backrooms \ No newline at end of file diff --git a/texts/c2295a65-d109-48a3-8738-36087969aa2f.txt b/texts/c2295a65-d109-48a3-8738-36087969aa2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2c6793a4e745ed0477c04cdd29cc0970f426b3f --- /dev/null +++ b/texts/c2295a65-d109-48a3-8738-36087969aa2f.txt @@ -0,0 +1 @@ +A fluffy whi pomeranian wearing a Christmas hat with are hanging from a hot air balloon. \ No newline at end of file diff --git a/texts/c248716d-b6ac-4b71-a748-159d063352df.txt b/texts/c248716d-b6ac-4b71-a748-159d063352df.txt new file mode 100644 index 0000000000000000000000000000000000000000..517413d594a6baca84812954225829c4c171a19e --- /dev/null +++ b/texts/c248716d-b6ac-4b71-a748-159d063352df.txt @@ -0,0 +1 @@ +A golden monkey wearing a birthday hat on his head. There is a birthday cake next to the golden monkey sitting in the aurora snow. Reesie is written on the snow. \ No newline at end of file diff --git a/texts/c24e790e-169d-477d-81f4-35a8cec7c445.txt b/texts/c24e790e-169d-477d-81f4-35a8cec7c445.txt new file mode 100644 index 0000000000000000000000000000000000000000..668c1f2ccd06e8a45af54ba9058da1e67d81351b --- /dev/null +++ b/texts/c24e790e-169d-477d-81f4-35a8cec7c445.txt @@ -0,0 +1 @@ +In the close-up snow, two Hello Kitty dolls are located on the left of the center, snuggling together in wedding dresses. The doll on the left is wearing a black suit and a white shirt, and Hello Kitty on the right is wearing the bride's white wedding dress. In the distance are blooming fireworks, in the middle view is the sea, and there is endless snow, with traces of LYJ GQL on the snow. The overall atmosphere is warm. There was a warm yellow light coming down. \ No newline at end of file diff --git a/texts/c2557fe1-494c-4f73-a670-d4295d8ddd75.txt b/texts/c2557fe1-494c-4f73-a670-d4295d8ddd75.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80086933753d3e2ef59a046313a75a9a64fc337 --- /dev/null +++ b/texts/c2557fe1-494c-4f73-a670-d4295d8ddd75.txt @@ -0,0 +1 @@ +Samoyed and the cat were wearing scarves on a small boat in the salt lake, with an eggplant doll on board. The sunlight shone brightly on the salt lake, and there were snowflakes falling in the air \ No newline at end of file diff --git a/texts/c2623b23-c92a-419e-8c55-b0b55ee152de.txt b/texts/c2623b23-c92a-419e-8c55-b0b55ee152de.txt new file mode 100644 index 0000000000000000000000000000000000000000..9de94189f1a4d4888f1d02df5a49a1b91522f049 --- /dev/null +++ b/texts/c2623b23-c92a-419e-8c55-b0b55ee152de.txt @@ -0,0 +1 @@ +A golden haired puppy with colorful wings running on a sunny grassland \ No newline at end of file diff --git a/texts/c266e688-b7d1-4dc2-be9e-9a32b3c3612f.txt b/texts/c266e688-b7d1-4dc2-be9e-9a32b3c3612f.txt new file mode 100644 index 0000000000000000000000000000000000000000..67d2af6267f09762bfa6966a17a7a363343315ac --- /dev/null +++ b/texts/c266e688-b7d1-4dc2-be9e-9a32b3c3612f.txt @@ -0,0 +1 @@ +A rabbit with sunglasses and a hair bow and a burning laptop \ No newline at end of file diff --git a/texts/c26a44c7-1db1-435c-bb6f-48889cdbb0ab.txt b/texts/c26a44c7-1db1-435c-bb6f-48889cdbb0ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..78f72f040cc6aec5c89ab9ee1292f27bd63a48e1 --- /dev/null +++ b/texts/c26a44c7-1db1-435c-bb6f-48889cdbb0ab.txt @@ -0,0 +1 @@ +A cute white duck with yellow mouth haning out with a cute highland cattle; in a snowy night. \ No newline at end of file diff --git a/texts/c26e15fd-1550-4cfc-83ee-bdfa79a78f18.txt b/texts/c26e15fd-1550-4cfc-83ee-bdfa79a78f18.txt new file mode 100644 index 0000000000000000000000000000000000000000..36f66762357279d6914e458fba62ccc8ef7f7f11 --- /dev/null +++ b/texts/c26e15fd-1550-4cfc-83ee-bdfa79a78f18.txt @@ -0,0 +1 @@ +Tote shopping bag Plastic pocket Bright light \ No newline at end of file diff --git a/texts/c279359e-dade-4fdd-8605-3c6cce51ad14.txt b/texts/c279359e-dade-4fdd-8605-3c6cce51ad14.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f228e7c2d06b41ee8c3f6f93a437d8bbb850ade --- /dev/null +++ b/texts/c279359e-dade-4fdd-8605-3c6cce51ad14.txt @@ -0,0 +1 @@ +The moon, the sky, the black-haired princess, the cake, and the candle are the letters mylulu \ No newline at end of file diff --git a/texts/c2808093-80c4-4cc2-8d17-f2c08c4fa8f5.txt b/texts/c2808093-80c4-4cc2-8d17-f2c08c4fa8f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e688cc93283acd847390fb9cbbc488ba586237f6 --- /dev/null +++ b/texts/c2808093-80c4-4cc2-8d17-f2c08c4fa8f5.txt @@ -0,0 +1 @@ +Winter, Tibetan area, grassland, snow, snow \ No newline at end of file diff --git a/texts/c280ac26-c073-4f52-b8e9-428f60bac994.txt b/texts/c280ac26-c073-4f52-b8e9-428f60bac994.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e02a3cc0d71b032d57b1b54393e13523c530ef3 --- /dev/null +++ b/texts/c280ac26-c073-4f52-b8e9-428f60bac994.txt @@ -0,0 +1 @@ +Snow falls from a pitch black sky, Snowing, christmas tree, a british shorthair cat which is in yellow and cream-white bicolor is wearing a christmas hat and playing snow \ No newline at end of file diff --git a/texts/c283c6a1-f940-4962-ac9b-06da0a166494.txt b/texts/c283c6a1-f940-4962-ac9b-06da0a166494.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e855e32be0de5a8c7d1a02e8249aac0203c9f6e --- /dev/null +++ b/texts/c283c6a1-f940-4962-ac9b-06da0a166494.txt @@ -0,0 +1 @@ +A puppy with transparent wings of purple and blue butterflies drinking in the winter snow. \ No newline at end of file diff --git a/texts/c2879937-fd62-484a-a8fc-8ddf9e83281b.txt b/texts/c2879937-fd62-484a-a8fc-8ddf9e83281b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d274148df8fac7d4cabf6dceebced60ce807f9a --- /dev/null +++ b/texts/c2879937-fd62-484a-a8fc-8ddf9e83281b.txt @@ -0,0 +1 @@ +A lovely little Samoyed wearing a red Christmas scarf is playing near a Christmas tree in the snow. \ No newline at end of file diff --git a/texts/c2936f08-fa99-4ba4-8b25-31b8386166d6.txt b/texts/c2936f08-fa99-4ba4-8b25-31b8386166d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb70f1f84a2abf0e76cf54f1caaca01931d278fa --- /dev/null +++ b/texts/c2936f08-fa99-4ba4-8b25-31b8386166d6.txt @@ -0,0 +1 @@ +A half-glass goldfish tank is built on the wall \ No newline at end of file diff --git a/texts/c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3.txt b/texts/c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..db1a570052f94a0b02d711ee80f24a09490cf434 --- /dev/null +++ b/texts/c2a2acca-6bbf-4d72-a9d6-7a6b680a04a3.txt @@ -0,0 +1 @@ +Hello Kitty stuffed animal is working at a computer in the office, with many files on her desk. \ No newline at end of file diff --git a/texts/c2a396e7-e671-4dee-bf26-0a74d710f093.txt b/texts/c2a396e7-e671-4dee-bf26-0a74d710f093.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cc8ffbef0d60101fd993002aba991509cce03db --- /dev/null +++ b/texts/c2a396e7-e671-4dee-bf26-0a74d710f093.txt @@ -0,0 +1 @@ +cat eiditor \ No newline at end of file diff --git a/texts/c2a63489-7197-45fd-a8f7-87394c92029f.txt b/texts/c2a63489-7197-45fd-a8f7-87394c92029f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee04e7ae129498c994e231d2cc4f9a5ccda53494 --- /dev/null +++ b/texts/c2a63489-7197-45fd-a8f7-87394c92029f.txt @@ -0,0 +1 @@ +Two Hello Kitty doll is playing on the snow by the seaside, with fireworks in the sky and LZX written on the snow \ No newline at end of file diff --git a/texts/c2df3e41-07d7-41f4-8653-68c14428d9cd.txt b/texts/c2df3e41-07d7-41f4-8653-68c14428d9cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..44d9b6ebe75d09061e2e39969a3774b46d3f7931 --- /dev/null +++ b/texts/c2df3e41-07d7-41f4-8653-68c14428d9cd.txt @@ -0,0 +1 @@ +On the green grass there are five letters of 'JOSHUA' next to a cartoon white long-eared dog doll wearing a small cape, and on the ground there are small white pearls. \ No newline at end of file diff --git a/texts/c2e483c3-a5ad-41a3-996a-071163600c55.txt b/texts/c2e483c3-a5ad-41a3-996a-071163600c55.txt new file mode 100644 index 0000000000000000000000000000000000000000..d897d70e00184f2003e6411af2506a8e81dc4aad --- /dev/null +++ b/texts/c2e483c3-a5ad-41a3-996a-071163600c55.txt @@ -0,0 +1 @@ +Red fish swiming in the sky \ No newline at end of file diff --git a/texts/c2e6b314-59dd-4e81-846c-0c691c081780.txt b/texts/c2e6b314-59dd-4e81-846c-0c691c081780.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9bf05eb1c7acb54293cb94b72ead4251405bc5d --- /dev/null +++ b/texts/c2e6b314-59dd-4e81-846c-0c691c081780.txt @@ -0,0 +1 @@ +Black and white cat playing by itself in the snow, light snow falling, outdoors, at night, in the snow \ No newline at end of file diff --git a/texts/c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958.txt b/texts/c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce632788bd133e5385fbe80fdb44ddd6066c72e7 --- /dev/null +++ b/texts/c2eeb3ee-ac5e-45ad-81a7-f0a1bc518958.txt @@ -0,0 +1 @@ +A golden retriever wearing a Santa hat, eating Western food with a knife and fork, and wine, with candles on the table and a Christmas tree in the background \ No newline at end of file diff --git a/texts/c2f21723-3343-4b66-8715-c6363ddd2457.txt b/texts/c2f21723-3343-4b66-8715-c6363ddd2457.txt new file mode 100644 index 0000000000000000000000000000000000000000..8daad9286a5630241d947b6869033ea0b4290b37 --- /dev/null +++ b/texts/c2f21723-3343-4b66-8715-c6363ddd2457.txt @@ -0,0 +1 @@ +cute cat \ No newline at end of file diff --git a/texts/c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f.txt b/texts/c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..107817b045d4dde49c3d5601d98a406910c0a1ea --- /dev/null +++ b/texts/c304ffe3-b5cd-4a40-b2ee-94beb75e6a3f.txt @@ -0,0 +1 @@ +A cake adorned with stars, with candles "BOLI" inserted, accompanied by a snowy scene \ No newline at end of file diff --git a/texts/c307d486-9082-48ca-a447-e2b98afee6f6.txt b/texts/c307d486-9082-48ca-a447-e2b98afee6f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb0e986feb68626d0b15728d6365c2f68f1e3046 --- /dev/null +++ b/texts/c307d486-9082-48ca-a447-e2b98afee6f6.txt @@ -0,0 +1 @@ +a green apple \ No newline at end of file diff --git a/texts/c309ab53-60f6-4911-9081-b4ce91a2984a.txt b/texts/c309ab53-60f6-4911-9081-b4ce91a2984a.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbcb4b76eedbe352acf35ad30ebd298e4b93b8c0 --- /dev/null +++ b/texts/c309ab53-60f6-4911-9081-b4ce91a2984a.txt @@ -0,0 +1 @@ +A couple lay side by side in the prairie looking up at the sky, dark and about to be covered by night \ No newline at end of file diff --git a/texts/c30fb532-4e6a-41ca-a393-cd3d0472918e.txt b/texts/c30fb532-4e6a-41ca-a393-cd3d0472918e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f04d28e5f51569e3a3d981ce5e73df95516e8a0a --- /dev/null +++ b/texts/c30fb532-4e6a-41ca-a393-cd3d0472918e.txt @@ -0,0 +1 @@ +a white dog sleep on the green ground and paly with a cat \ No newline at end of file diff --git a/texts/c31cea0f-656d-4958-ad8b-038968383fe5.txt b/texts/c31cea0f-656d-4958-ad8b-038968383fe5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e72eb2cd01325638e1df18d1d408bddf32e09048 --- /dev/null +++ b/texts/c31cea0f-656d-4958-ad8b-038968383fe5.txt @@ -0,0 +1 @@ +Hellokitty fire office \ No newline at end of file diff --git a/texts/c31e9008-345a-4eae-9106-9feb170de6f7.txt b/texts/c31e9008-345a-4eae-9106-9feb170de6f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..576f7a3c2e472585707532a2ddbe866f7b9b1064 --- /dev/null +++ b/texts/c31e9008-345a-4eae-9106-9feb170de6f7.txt @@ -0,0 +1 @@ +lots of diffre huge Purple, red and green orchids in the Misty bamboo forest, and one red chinese dragon inside \ No newline at end of file diff --git a/texts/c32f8f20-d4bb-4157-9e49-89dab817b270.txt b/texts/c32f8f20-d4bb-4157-9e49-89dab817b270.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bf4e9da496e94e039b8a86829d07095b1ce41a1 --- /dev/null +++ b/texts/c32f8f20-d4bb-4157-9e49-89dab817b270.txt @@ -0,0 +1 @@ +A small tortoiseshell cat and a bigger black cat with red ribbon acting intimately in a dream core birthday party \ No newline at end of file diff --git a/texts/c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40.txt b/texts/c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2cfdae33f67f5204f5c658c3f5b45ccd282b030 --- /dev/null +++ b/texts/c3326ba7-ba7a-4441-b9b7-c2e7f50d9c40.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon. \ No newline at end of file diff --git a/texts/c3337fd6-306e-440f-a254-dc292bab610a.txt b/texts/c3337fd6-306e-440f-a254-dc292bab610a.txt new file mode 100644 index 0000000000000000000000000000000000000000..615cdf04b695b5d17c78ed821b6faff6f2a37c08 --- /dev/null +++ b/texts/c3337fd6-306e-440f-a254-dc292bab610a.txt @@ -0,0 +1 @@ +hellokitty dog christmas cake birthday cat star \ No newline at end of file diff --git a/texts/c33d2603-80e4-49b9-8917-6dd42fe86c25.txt b/texts/c33d2603-80e4-49b9-8917-6dd42fe86c25.txt new file mode 100644 index 0000000000000000000000000000000000000000..28eddef264619b93726fb9b15c432eec350ee58b --- /dev/null +++ b/texts/c33d2603-80e4-49b9-8917-6dd42fe86c25.txt @@ -0,0 +1 @@ +Christmas gift, package, gift bag \ No newline at end of file diff --git a/texts/c33f410d-ed23-4c5c-93ff-06175472e3a6.txt b/texts/c33f410d-ed23-4c5c-93ff-06175472e3a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..971de12e8458118bea7a2c51c6c1d41ab19ec082 --- /dev/null +++ b/texts/c33f410d-ed23-4c5c-93ff-06175472e3a6.txt @@ -0,0 +1 @@ +On rainy days, there are many water droplets on the car window, with a cool color tone. There are street lights outside the window, and there is fog on the car window, so I wrote "XAVIER" \ No newline at end of file diff --git a/texts/c341374e-4f8a-46d0-933a-56c15cd8b4f4.txt b/texts/c341374e-4f8a-46d0-933a-56c15cd8b4f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..003f1988f2c862babb90412c18ad0fd0a144a7a2 --- /dev/null +++ b/texts/c341374e-4f8a-46d0-933a-56c15cd8b4f4.txt @@ -0,0 +1 @@ +a white rabbit doll is working on his laptop in the office. while drinking a cup of coffee \ No newline at end of file diff --git a/texts/c3421397-acef-498c-af13-8bafa5e54743.txt b/texts/c3421397-acef-498c-af13-8bafa5e54743.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6b92430cf0219fd6b2f5a78e065ab79ab360663 --- /dev/null +++ b/texts/c3421397-acef-498c-af13-8bafa5e54743.txt @@ -0,0 +1 @@ +Baby lio ,Night, Starry Sky, The Word "Sonam" Is Spelled With Diamonds, Red Rose, \ No newline at end of file diff --git a/texts/c3447e7c-28bd-4e6d-8446-43e78d4d85a1.txt b/texts/c3447e7c-28bd-4e6d-8446-43e78d4d85a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..186d6eb52f37de38ceb9a4ecb8af31ae233fc93b --- /dev/null +++ b/texts/c3447e7c-28bd-4e6d-8446-43e78d4d85a1.txt @@ -0,0 +1 @@ +Two beautiful children, followed by a gingerbread man with a candy bar, on a snowy night, against a glass with a warm light \ No newline at end of file diff --git a/texts/c34939ff-c3ea-4dc6-bc06-3e97ddf482cd.txt b/texts/c34939ff-c3ea-4dc6-bc06-3e97ddf482cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f35fac9b4342aef65abd3d04a0e083328c1dbe61 --- /dev/null +++ b/texts/c34939ff-c3ea-4dc6-bc06-3e97ddf482cd.txt @@ -0,0 +1 @@ +A science fiction scene with green and orange dark light, including high-tech equipment emitting gorgeous lasers, no portraits. \ No newline at end of file diff --git a/texts/c3566fd2-8245-4c2c-8965-15a0000830c0.txt b/texts/c3566fd2-8245-4c2c-8965-15a0000830c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..680099c3ea1636c46b3107a48b84ba50064ffab9 --- /dev/null +++ b/texts/c3566fd2-8245-4c2c-8965-15a0000830c0.txt @@ -0,0 +1 @@ +Stylish Lunar New Year Social Media Template \ No newline at end of file diff --git a/texts/c357f7ba-7463-4d05-9d58-c07f29c9e806.txt b/texts/c357f7ba-7463-4d05-9d58-c07f29c9e806.txt new file mode 100644 index 0000000000000000000000000000000000000000..2da272440a2df72d9ec82b4fbdd918e0ee6457e7 --- /dev/null +++ b/texts/c357f7ba-7463-4d05-9d58-c07f29c9e806.txt @@ -0,0 +1 @@ +With light snow falling and the setting sun, twoRagdoll cats meet \ No newline at end of file diff --git a/texts/c35931be-1bf2-4d12-80a3-4c8e132437b3.txt b/texts/c35931be-1bf2-4d12-80a3-4c8e132437b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1430384c2bffd18fe9cb064840a1300c4c8a3fcf --- /dev/null +++ b/texts/c35931be-1bf2-4d12-80a3-4c8e132437b3.txt @@ -0,0 +1 @@ +Black Shiba Inu and cow cat, one wearing a red scarf and the other wearing a Christmas hat, the ground is thick snow, and there is a Christmas tree on the snow. The background in the sky is fireworks and aurora. \ No newline at end of file diff --git a/texts/c35c477b-bda3-49cd-bfd9-80a254e67815.txt b/texts/c35c477b-bda3-49cd-bfd9-80a254e67815.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ddc5f00267bc944f763bc0a5f5a99a5826518ac --- /dev/null +++ b/texts/c35c477b-bda3-49cd-bfd9-80a254e67815.txt @@ -0,0 +1 @@ +A yellow, hard robot lying inside a creek, with a giant ring-shaped moon in the sky and the distant night view of Chongqing. \ No newline at end of file diff --git a/texts/c3683bc0-65a9-4535-b24c-7ed8f6771a8d.txt b/texts/c3683bc0-65a9-4535-b24c-7ed8f6771a8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..352c3c02f940ebd78333f5283f6c917097681acb --- /dev/null +++ b/texts/c3683bc0-65a9-4535-b24c-7ed8f6771a8d.txt @@ -0,0 +1 @@ +lonely astraunaut, helmet, reflection, Earth, nostalgic, alone, dreamcore, milky way, stars, editorial, snowing \ No newline at end of file diff --git a/texts/c370bee7-c2a6-41ed-a03a-3f82cfe5afe5.txt b/texts/c370bee7-c2a6-41ed-a03a-3f82cfe5afe5.txt new file mode 100644 index 0000000000000000000000000000000000000000..732454350494783d0c6c1675bb99e058f36f8a68 --- /dev/null +++ b/texts/c370bee7-c2a6-41ed-a03a-3f82cfe5afe5.txt @@ -0,0 +1 @@ +LJL \ No newline at end of file diff --git a/texts/c3713801-d7d0-43c3-a188-97aed7ce0967.txt b/texts/c3713801-d7d0-43c3-a188-97aed7ce0967.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fd526409b39dacce7421bdb90757dbdb72b1746 --- /dev/null +++ b/texts/c3713801-d7d0-43c3-a188-97aed7ce0967.txt @@ -0,0 +1 @@ +a cute little dear with stars replace his dots pattern on his body, standing in the snow, side face, night \ No newline at end of file diff --git a/texts/c3800d65-6d3a-4a45-8be8-fd298972f08e.txt b/texts/c3800d65-6d3a-4a45-8be8-fd298972f08e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad2ad47483356ca6dd2fbcb606f203303683dc33 --- /dev/null +++ b/texts/c3800d65-6d3a-4a45-8be8-fd298972f08e.txt @@ -0,0 +1 @@ +On christmas day,a British shorthair blue and white cat,wearing a wizad's robe,holding a wand and casting a spell \ No newline at end of file diff --git a/texts/c381d18d-7100-4c8c-9e81-e0d499b72ebe.txt b/texts/c381d18d-7100-4c8c-9e81-e0d499b72ebe.txt new file mode 100644 index 0000000000000000000000000000000000000000..85c06eca448567ec6279d4d4ca8ddfaed9cdde02 --- /dev/null +++ b/texts/c381d18d-7100-4c8c-9e81-e0d499b72ebe.txt @@ -0,0 +1 @@ +back room \ No newline at end of file diff --git a/texts/c3826690-962f-4711-a0a5-7a413854ee9a.txt b/texts/c3826690-962f-4711-a0a5-7a413854ee9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2cbd845a717b7c2fe3f0fa99ea7cc63043c184c --- /dev/null +++ b/texts/c3826690-962f-4711-a0a5-7a413854ee9a.txt @@ -0,0 +1 @@ +A West Highlands puppy surfs the ocean \ No newline at end of file diff --git a/texts/c39a1b93-01bc-4ace-831c-6c9e93d00c64.txt b/texts/c39a1b93-01bc-4ace-831c-6c9e93d00c64.txt new file mode 100644 index 0000000000000000000000000000000000000000..598a5967d961df6009f714e0f767941d59e0ec3b --- /dev/null +++ b/texts/c39a1b93-01bc-4ace-831c-6c9e93d00c64.txt @@ -0,0 +1 @@ +Hello kitty is watering a flower with a green kettle in her hand, with butterfly wings on her back, standing in the amusement park. \ No newline at end of file diff --git a/texts/c39a7a9d-5518-4e04-a035-7c423484fdca.txt b/texts/c39a7a9d-5518-4e04-a035-7c423484fdca.txt new file mode 100644 index 0000000000000000000000000000000000000000..c756a7ca929d8fb3d37bf3a11abc41be33e32f7b --- /dev/null +++ b/texts/c39a7a9d-5518-4e04-a035-7c423484fdca.txt @@ -0,0 +1 @@ +snowman in the park \ No newline at end of file diff --git a/texts/c39db128-98f9-4969-8a5f-e603b0eae388.txt b/texts/c39db128-98f9-4969-8a5f-e603b0eae388.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf15bd56bb546ed474dce749d1e4a70968cf6fc8 --- /dev/null +++ b/texts/c39db128-98f9-4969-8a5f-e603b0eae388.txt @@ -0,0 +1 @@ +Rilakkuma and cake on the beach cake at sunset 01.03Happy Nico's day \ No newline at end of file diff --git a/texts/c39df6f7-4355-43ca-8911-ebfc58852ee7.txt b/texts/c39df6f7-4355-43ca-8911-ebfc58852ee7.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a572943c882add89b72e9017b4a71e7ce4440a3 --- /dev/null +++ b/texts/c39df6f7-4355-43ca-8911-ebfc58852ee7.txt @@ -0,0 +1 @@ +A little cat basking in the sun, with white fur and sapphire like eyes, very comfortable and enjoyable \ No newline at end of file diff --git a/texts/c3a85257-653f-44f4-819d-fb5980d92554.txt b/texts/c3a85257-653f-44f4-819d-fb5980d92554.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b930fdec39d413b4d2f153c0493c4e5904666f3 --- /dev/null +++ b/texts/c3a85257-653f-44f4-819d-fb5980d92554.txt @@ -0,0 +1 @@ +By the sea on a sunny day, hellokitty dolls and snowman dolls look at the sea hand in hand. There are many shells on the beach. \ No newline at end of file diff --git a/texts/c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6.txt b/texts/c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9900caf29d43d0f22f21812f12fddd3ad491007 --- /dev/null +++ b/texts/c3aae7b6-81cf-4e59-9f6d-0b69a883c9c6.txt @@ -0,0 +1 @@ +Animal Aries, by the sea, a TV \ No newline at end of file diff --git a/texts/c3afcb86-cd01-4124-89d4-9d3445d204f9.txt b/texts/c3afcb86-cd01-4124-89d4-9d3445d204f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..35a6505a74bb0cbd247cb262d40db63294cf20fc --- /dev/null +++ b/texts/c3afcb86-cd01-4124-89d4-9d3445d204f9.txt @@ -0,0 +1 @@ +The capyba is working on a computer in the office, and both the building behind it and the computer it is currently using are on fire. \ No newline at end of file diff --git a/texts/c3b5e083-4c51-47eb-ad8d-c0447cb8c556.txt b/texts/c3b5e083-4c51-47eb-ad8d-c0447cb8c556.txt new file mode 100644 index 0000000000000000000000000000000000000000..41c8f46f0897b494b6a0598fc666e3256a77e6e0 --- /dev/null +++ b/texts/c3b5e083-4c51-47eb-ad8d-c0447cb8c556.txt @@ -0,0 +1 @@ +refine the area \ No newline at end of file diff --git a/texts/c3b8eae7-cd31-4d26-b449-d0b1f044a695.txt b/texts/c3b8eae7-cd31-4d26-b449-d0b1f044a695.txt new file mode 100644 index 0000000000000000000000000000000000000000..696d6be17ac3f72d0375139ebd90ba115143cfec --- /dev/null +++ b/texts/c3b8eae7-cd31-4d26-b449-d0b1f044a695.txt @@ -0,0 +1 @@ +A pale orange cat with a light pattern was sitting at a table eating a birthday cake. There was a disco ball at the back of the room \ No newline at end of file diff --git a/texts/c3bcfd14-f46b-4384-aed4-1a7015503b7f.txt b/texts/c3bcfd14-f46b-4384-aed4-1a7015503b7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa417cdce0172d67d7ab0f93775f53a132633c01 --- /dev/null +++ b/texts/c3bcfd14-f46b-4384-aed4-1a7015503b7f.txt @@ -0,0 +1 @@ +In the snow, a sheep is wearing a Santa hat and there is a TV next to it \ No newline at end of file diff --git a/texts/c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f.txt b/texts/c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c1d210edd99b297928f66dcb32bf47122463d1c --- /dev/null +++ b/texts/c3c0dffc-3c6c-4701-85f3-ad7d4c4a7c9f.txt @@ -0,0 +1 @@ +At sunset by the sea, there is a Ferris wheel, surrounded by bubbles \ No newline at end of file diff --git a/texts/c3c1705e-32e2-4c80-bcb3-eb47acb55a12.txt b/texts/c3c1705e-32e2-4c80-bcb3-eb47acb55a12.txt new file mode 100644 index 0000000000000000000000000000000000000000..60464df332f99d45cbf49ffab0bb0de59c4f7407 --- /dev/null +++ b/texts/c3c1705e-32e2-4c80-bcb3-eb47acb55a12.txt @@ -0,0 +1 @@ +And so I drifted away from the world. \ No newline at end of file diff --git a/texts/c3c2f260-5f6f-4b0f-953b-c680959896c6.txt b/texts/c3c2f260-5f6f-4b0f-953b-c680959896c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc90f423762b772e0f22726efa586128fa70331f --- /dev/null +++ b/texts/c3c2f260-5f6f-4b0f-953b-c680959896c6.txt @@ -0,0 +1 @@ +A kitten with wings was sleeping on the table next to a glass of water \ No newline at end of file diff --git a/texts/c3c6ecbf-7d6e-414b-83c5-128953f1c015.txt b/texts/c3c6ecbf-7d6e-414b-83c5-128953f1c015.txt new file mode 100644 index 0000000000000000000000000000000000000000..18aefe98654826cb52a1ba16754661a816d9090e --- /dev/null +++ b/texts/c3c6ecbf-7d6e-414b-83c5-128953f1c015.txt @@ -0,0 +1 @@ +A fish tank dressed in a Sailor Moon costume is running in the snow with a pig in tow \ No newline at end of file diff --git a/texts/c3e191d3-65db-4f33-9a99-d9120434b471.txt b/texts/c3e191d3-65db-4f33-9a99-d9120434b471.txt new file mode 100644 index 0000000000000000000000000000000000000000..470ce7f9b4da1bf0f5cab048c6e843e299d1eb79 --- /dev/null +++ b/texts/c3e191d3-65db-4f33-9a99-d9120434b471.txt @@ -0,0 +1 @@ +A pink jellycat bunny rabbit sits adorably on a snow-covered beach with VIVI's name in the snow \ No newline at end of file diff --git a/texts/c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9.txt b/texts/c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b1d4cf0b9360da7b44efd83d11c78c806a56875 --- /dev/null +++ b/texts/c3e546ed-e5b0-4b93-b449-8ec8a6ac78f9.txt @@ -0,0 +1 @@ +A hello kitty dressed like prince skiing on a snowboard \ No newline at end of file diff --git a/texts/c3e860a9-2425-478a-be95-94d940a7c491.txt b/texts/c3e860a9-2425-478a-be95-94d940a7c491.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f460204857d04c4a9c632482fc1fe02d83f057b --- /dev/null +++ b/texts/c3e860a9-2425-478a-be95-94d940a7c491.txt @@ -0,0 +1 @@ +A clear sunny day with a vibrant landscape featuring grassy fields, a sandy beach, and the seashore. Under a tree, a small dog is sitting peacefully while a yellow butterfly flutters nearby. The scene is illuminated by a soft, mist-like glow. \ No newline at end of file diff --git a/texts/c3f5d199-2872-445d-83a0-370a4aac548c.txt b/texts/c3f5d199-2872-445d-83a0-370a4aac548c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e675cfb0d9c30af9aa8cb3fe821e240ba8e7a64 --- /dev/null +++ b/texts/c3f5d199-2872-445d-83a0-370a4aac548c.txt @@ -0,0 +1 @@ +A Starbucks coffee cup in a bench park. \ No newline at end of file diff --git a/texts/c3f7d84f-2bab-45b6-b1f2-9e6f8119658d.txt b/texts/c3f7d84f-2bab-45b6-b1f2-9e6f8119658d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a05f0f07659133734f39f81f61ac47d909c87aff --- /dev/null +++ b/texts/c3f7d84f-2bab-45b6-b1f2-9e6f8119658d.txt @@ -0,0 +1 @@ +A balloon traps the wind \ No newline at end of file diff --git a/texts/c3fb21a9-dc1d-4292-bd46-2e7f16c46565.txt b/texts/c3fb21a9-dc1d-4292-bd46-2e7f16c46565.txt new file mode 100644 index 0000000000000000000000000000000000000000..3591ba33442ba2f40a93ae78cc79df29047f5f7f --- /dev/null +++ b/texts/c3fb21a9-dc1d-4292-bd46-2e7f16c46565.txt @@ -0,0 +1 @@ +A small brown baby teddy dog wearing a blue scarf sits in the snow, with a cute snowman next to it, and a beautiful aurora in the sky. \ No newline at end of file diff --git a/texts/c3fb7a72-48fb-48a1-a551-3b2c6924adfc.txt b/texts/c3fb7a72-48fb-48a1-a551-3b2c6924adfc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8197348cd141642f0b62efc19f38e06f632ae67a --- /dev/null +++ b/texts/c3fb7a72-48fb-48a1-a551-3b2c6924adfc.txt @@ -0,0 +1 @@ +A couple wearing Mongolian robes riding horses on the grassland \ No newline at end of file diff --git a/texts/c4005700-cec8-4820-bcdc-41f28aadd346.txt b/texts/c4005700-cec8-4820-bcdc-41f28aadd346.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e5122e32cba20338973dbc40627182c5422f7ec --- /dev/null +++ b/texts/c4005700-cec8-4820-bcdc-41f28aadd346.txt @@ -0,0 +1 @@ +A Samoyed puppy sits next to a Christmas tree in the snow, under the aurora borealis, wearing a Santa hat \ No newline at end of file diff --git a/texts/c4007b5a-bbae-465c-8fbd-fdb5047f5420.txt b/texts/c4007b5a-bbae-465c-8fbd-fdb5047f5420.txt new file mode 100644 index 0000000000000000000000000000000000000000..53bf5f59bea9b66af034474d0f02d46d63a05def --- /dev/null +++ b/texts/c4007b5a-bbae-465c-8fbd-fdb5047f5420.txt @@ -0,0 +1 @@ +On the snowy beach, there is a little bear wearing clothes with Liic printed on them. There are fireworks in the sky \ No newline at end of file diff --git a/texts/c40dcf0c-d178-44d0-9a06-50361c0a66aa.txt b/texts/c40dcf0c-d178-44d0-9a06-50361c0a66aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..c058202c28ca8f88600333b3349d1a177ce52a3f --- /dev/null +++ b/texts/c40dcf0c-d178-44d0-9a06-50361c0a66aa.txt @@ -0,0 +1 @@ +In the snow White crystal version of snowflakes and transparent candles Black metal crosses \ No newline at end of file diff --git a/texts/c40fcb54-5755-4eea-81da-154a457b6d78.txt b/texts/c40fcb54-5755-4eea-81da-154a457b6d78.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee8c93e6c6d3909a2d638404973aec2fc7005aa --- /dev/null +++ b/texts/c40fcb54-5755-4eea-81da-154a457b6d78.txt @@ -0,0 +1 @@ +A surrealistic landscape with a sheep in the middle, surrounded by dreamcore elements, like in Midsommar. \ No newline at end of file diff --git a/texts/c421ec67-63bb-4054-bc15-7106e79613df.txt b/texts/c421ec67-63bb-4054-bc15-7106e79613df.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce3bea11144216c28f7a64101f9ec71774ad26b1 --- /dev/null +++ b/texts/c421ec67-63bb-4054-bc15-7106e79613df.txt @@ -0,0 +1 @@ +A rabbit with a white nose, a pale yellow back and a white belly lies next to a Christmas tree under the northern Lights \ No newline at end of file diff --git a/texts/c423a10f-eaa2-46f3-92e9-afa8fd162594.txt b/texts/c423a10f-eaa2-46f3-92e9-afa8fd162594.txt new file mode 100644 index 0000000000000000000000000000000000000000..f028334e89f02223775095c81625f46491aa7980 --- /dev/null +++ b/texts/c423a10f-eaa2-46f3-92e9-afa8fd162594.txt @@ -0,0 +1 @@ + Four hello kitties standing on the green with pink flowers holding a sign saying " Happy Birthday, David!!" \ No newline at end of file diff --git a/texts/c434e638-50b8-44b4-9888-70a82944d9f7.txt b/texts/c434e638-50b8-44b4-9888-70a82944d9f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7757af4af7c4ce554413e7c02fd882075cc2643 --- /dev/null +++ b/texts/c434e638-50b8-44b4-9888-70a82944d9f7.txt @@ -0,0 +1 @@ +Hello kitty on the snow \ No newline at end of file diff --git a/texts/c43675ab-d970-41a8-9f1f-cd49d0868b43.txt b/texts/c43675ab-d970-41a8-9f1f-cd49d0868b43.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d2f76186d830837ba487ddae5fd0693df6c4f6a --- /dev/null +++ b/texts/c43675ab-d970-41a8-9f1f-cd49d0868b43.txt @@ -0,0 +1 @@ +A few kittens playing in the snow. \ No newline at end of file diff --git a/texts/c43a3531-c96c-48be-9318-85ba9e264fba.txt b/texts/c43a3531-c96c-48be-9318-85ba9e264fba.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dc4e402b92dd0294969ceb9eb16fde73b8153df --- /dev/null +++ b/texts/c43a3531-c96c-48be-9318-85ba9e264fba.txt @@ -0,0 +1 @@ +Hello Kitty, drinking tea, chilling, watching a volcano erupt. \ No newline at end of file diff --git a/texts/c43b9fb4-6adf-494e-9a0c-564bb05057cf.txt b/texts/c43b9fb4-6adf-494e-9a0c-564bb05057cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..d53ed276cda79bf4abfa6ee82abc10c6b4968c93 --- /dev/null +++ b/texts/c43b9fb4-6adf-494e-9a0c-564bb05057cf.txt @@ -0,0 +1 @@ +Christmas tree with presents, snow, real bunny, pink roses in snow, blue sky \ No newline at end of file diff --git a/texts/c43d1e2b-a6bd-4fd7-9e46-c07df48569e5.txt b/texts/c43d1e2b-a6bd-4fd7-9e46-c07df48569e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae984fcd6dcc8f341708611346637775cd47319 --- /dev/null +++ b/texts/c43d1e2b-a6bd-4fd7-9e46-c07df48569e5.txt @@ -0,0 +1 @@ +At night, there is an oil painting of red apples in the snowy snow. \ No newline at end of file diff --git a/texts/c43f8b3b-3539-4987-ab7f-29c205fa0589.txt b/texts/c43f8b3b-3539-4987-ab7f-29c205fa0589.txt new file mode 100644 index 0000000000000000000000000000000000000000..875c9aa59195502144da98de3142894f7d7c9eb0 --- /dev/null +++ b/texts/c43f8b3b-3539-4987-ab7f-29c205fa0589.txt @@ -0,0 +1 @@ +A brown bear dressed as Hello Kitty appeared on the dark and windy grassland for a month. \ No newline at end of file diff --git a/texts/c441ebc6-a42d-4a1f-8446-517a90d8dc8b.txt b/texts/c441ebc6-a42d-4a1f-8446-517a90d8dc8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..27cbe1cb9dac9280ffac00bdfa459dbff937efa5 --- /dev/null +++ b/texts/c441ebc6-a42d-4a1f-8446-517a90d8dc8b.txt @@ -0,0 +1 @@ +In the snow, there's fireworks in the back, and there's a lot of rings on the table, big rings, close up. \ No newline at end of file diff --git a/texts/c443cfa0-2c51-44f1-abd1-898d689db5db.txt b/texts/c443cfa0-2c51-44f1-abd1-898d689db5db.txt new file mode 100644 index 0000000000000000000000000000000000000000..76b89e364c3192079eefded9bfd6bf4402860bf9 --- /dev/null +++ b/texts/c443cfa0-2c51-44f1-abd1-898d689db5db.txt @@ -0,0 +1 @@ +outdoor at dessert, I hold a DV, first-person view, \ No newline at end of file diff --git a/texts/c448cb92-7c1f-4855-8db7-9005a4eaa3d1.txt b/texts/c448cb92-7c1f-4855-8db7-9005a4eaa3d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e90f107cad40e02fb2df9d0f19596d8760b3eb46 --- /dev/null +++ b/texts/c448cb92-7c1f-4855-8db7-9005a4eaa3d1.txt @@ -0,0 +1 @@ +White angel kitten snuggles next to cake, snow, Christmas \ No newline at end of file diff --git a/texts/c45ed8e9-42da-4577-bd79-0914eda74f0b.txt b/texts/c45ed8e9-42da-4577-bd79-0914eda74f0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7b14ad7826883b9c6d7b40b6f27cc55f9f598cb --- /dev/null +++ b/texts/c45ed8e9-42da-4577-bd79-0914eda74f0b.txt @@ -0,0 +1 @@ +Charlie's Little Hound, Ragdoll Cat, Aurora, Snow, \ No newline at end of file diff --git a/texts/c4626d51-4883-4870-ac99-4a218a496423.txt b/texts/c4626d51-4883-4870-ac99-4a218a496423.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ac4669d899c276617c6b435e3e6e745142da619 --- /dev/null +++ b/texts/c4626d51-4883-4870-ac99-4a218a496423.txt @@ -0,0 +1 @@ +a bear doll with a cap floating in galaxy \ No newline at end of file diff --git a/texts/c46330b3-e9ec-466e-91e3-cc7647a0aec0.txt b/texts/c46330b3-e9ec-466e-91e3-cc7647a0aec0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c23688e70fdc0a87eda635f04ca599e02f35002f --- /dev/null +++ b/texts/c46330b3-e9ec-466e-91e3-cc7647a0aec0.txt @@ -0,0 +1 @@ +On a snowy day, a Ragdoll Cat Celebrate sb's birthday, the sea in the distance, polar lights \ No newline at end of file diff --git a/texts/c467debc-6bc5-40d9-86ee-e34ca8a00bc0.txt b/texts/c467debc-6bc5-40d9-86ee-e34ca8a00bc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4d7194af4d74be44e9bc5861a8f33a9ec264f30 --- /dev/null +++ b/texts/c467debc-6bc5-40d9-86ee-e34ca8a00bc0.txt @@ -0,0 +1 @@ +In the night, a huge smiling Hello Kitty stood in front of a burning document. Next to the document was a shabby old-fashioned computer. Heavy snow fell from the sky. \ No newline at end of file diff --git a/texts/c468dba7-e6d9-4f31-ab10-ad00839a9a32.txt b/texts/c468dba7-e6d9-4f31-ab10-ad00839a9a32.txt new file mode 100644 index 0000000000000000000000000000000000000000..17807d99ba0afd4c29f2fbc498940d3354134873 --- /dev/null +++ b/texts/c468dba7-e6d9-4f31-ab10-ad00839a9a32.txt @@ -0,0 +1 @@ +A white British Shorthair wearing glasses is standing on a guitar at a birthday party \ No newline at end of file diff --git a/texts/c46f295f-bfb6-4616-a188-c7824f364ac6.txt b/texts/c46f295f-bfb6-4616-a188-c7824f364ac6.txt new file mode 100644 index 0000000000000000000000000000000000000000..10a13efa1365cfe94f38cc5aa3d44287b2babd85 --- /dev/null +++ b/texts/c46f295f-bfb6-4616-a188-c7824f364ac6.txt @@ -0,0 +1 @@ +A cat with black-rimmed glasses was reading on the beach, with the blue sea in the distance \ No newline at end of file diff --git a/texts/c4978618-5415-4b59-88df-9f1b35bbf818.txt b/texts/c4978618-5415-4b59-88df-9f1b35bbf818.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac91eb0b92037c5d979f3d2da3f5951789e6fb77 --- /dev/null +++ b/texts/c4978618-5415-4b59-88df-9f1b35bbf818.txt @@ -0,0 +1 @@ +A bird wearing cool sunglasses, with a speechless expression and a keyboard behind it \ No newline at end of file diff --git a/texts/c4ad3e0c-ddab-4eba-b7ff-f87211afb42a.txt b/texts/c4ad3e0c-ddab-4eba-b7ff-f87211afb42a.txt new file mode 100644 index 0000000000000000000000000000000000000000..579b6fd5d72cf763bffedeead2a35c885aff7283 --- /dev/null +++ b/texts/c4ad3e0c-ddab-4eba-b7ff-f87211afb42a.txt @@ -0,0 +1 @@ +Two adorable white Maltese dogs are on the green lawn with computers in their sunglasses and headphones listening to a song \ No newline at end of file diff --git a/texts/c4b79ee0-d0c9-49f1-983e-367ec8ea3be9.txt b/texts/c4b79ee0-d0c9-49f1-983e-367ec8ea3be9.txt new file mode 100644 index 0000000000000000000000000000000000000000..425080dfc76de401337bad91d46b7fb2925e7408 --- /dev/null +++ b/texts/c4b79ee0-d0c9-49f1-983e-367ec8ea3be9.txt @@ -0,0 +1 @@ +The mouse is wearing a prison uniform, holding an AK47 and a microphone on stage \ No newline at end of file diff --git a/texts/c4b81a16-555c-4d35-9630-fc9dd8b28ed1.txt b/texts/c4b81a16-555c-4d35-9630-fc9dd8b28ed1.txt new file mode 100644 index 0000000000000000000000000000000000000000..272354b1f99d4d7bde96d42d99d51988e73538d6 --- /dev/null +++ b/texts/c4b81a16-555c-4d35-9630-fc9dd8b28ed1.txt @@ -0,0 +1 @@ +A cat learning architecture is drafting and designing in a room with a laptop on the desk \ No newline at end of file diff --git a/texts/c4b8b486-188d-44bb-9c18-f345c18832f0.txt b/texts/c4b8b486-188d-44bb-9c18-f345c18832f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1b842d932608d7e2b804597c1f5eb3d56e9552b --- /dev/null +++ b/texts/c4b8b486-188d-44bb-9c18-f345c18832f0.txt @@ -0,0 +1 @@ +A lonely figure looked at the birds far away taking away the purple dazzling lightning \ No newline at end of file diff --git a/texts/c4bb785d-0576-46b1-992e-9169aba24004.txt b/texts/c4bb785d-0576-46b1-992e-9169aba24004.txt new file mode 100644 index 0000000000000000000000000000000000000000..82b2a4e7eb4ef1838b37da3f99e71bdaf851f50b --- /dev/null +++ b/texts/c4bb785d-0576-46b1-992e-9169aba24004.txt @@ -0,0 +1 @@ +baby penguin on vacation \ No newline at end of file diff --git a/texts/c4be3d11-a77e-4974-8070-6b28867f86b1.txt b/texts/c4be3d11-a77e-4974-8070-6b28867f86b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4111ae8165f5f165d4352fa7f99f5e45cb53153 --- /dev/null +++ b/texts/c4be3d11-a77e-4974-8070-6b28867f86b1.txt @@ -0,0 +1 @@ +hello kitty with gun in a solid color background \ No newline at end of file diff --git a/texts/c4bf9b53-dc69-4006-b8a4-90a5e2f493c4.txt b/texts/c4bf9b53-dc69-4006-b8a4-90a5e2f493c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..8679b754154ebc0675f13f582646f5b2fd7c0389 --- /dev/null +++ b/texts/c4bf9b53-dc69-4006-b8a4-90a5e2f493c4.txt @@ -0,0 +1 @@ +Above the lamb hangs a golden scale, one side holding a crown of thorns and the other a golden scepter, symbolizing the balance of sacrifice and glory. Dramatic, thought-provoking, rich in symbolism. \ No newline at end of file diff --git a/texts/c4c2f5cc-a628-412f-a593-1c43bdc1e2f8.txt b/texts/c4c2f5cc-a628-412f-a593-1c43bdc1e2f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dbaa813fa5502e7a8e7644cc4bd75d343fad177 --- /dev/null +++ b/texts/c4c2f5cc-a628-412f-a593-1c43bdc1e2f8.txt @@ -0,0 +1 @@ +Two cats holding hands under fireworks. \ No newline at end of file diff --git a/texts/c4d51690-cff5-4175-beab-8a90d6704e0d.txt b/texts/c4d51690-cff5-4175-beab-8a90d6704e0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..745b45de3fd6e3b255925e4970a6141d8d58d2a6 --- /dev/null +++ b/texts/c4d51690-cff5-4175-beab-8a90d6704e0d.txt @@ -0,0 +1 @@ +Flower bouquet that explodes like firework \ No newline at end of file diff --git a/texts/c4e28ef1-f85c-419f-a2dc-55b9ee5265fe.txt b/texts/c4e28ef1-f85c-419f-a2dc-55b9ee5265fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..8585ea6cbb0e1732af80f31d51f5800bfbe87fd5 --- /dev/null +++ b/texts/c4e28ef1-f85c-419f-a2dc-55b9ee5265fe.txt @@ -0,0 +1 @@ +At night, there was a pure white kitten in the snow, a lollipop stuck in the snow, and colored glitter in the air \ No newline at end of file diff --git a/texts/c4e307de-4596-4540-8f5e-01681b3e55f9.txt b/texts/c4e307de-4596-4540-8f5e-01681b3e55f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa595a3e41454d563daa222d1db2f95c196f8d7b --- /dev/null +++ b/texts/c4e307de-4596-4540-8f5e-01681b3e55f9.txt @@ -0,0 +1 @@ +The cute and lovely little otter is wearing a gentleman's hat and gold-rimmed sunglasses, raising a red wine glass, and there is money all over the floor. \ No newline at end of file diff --git a/texts/c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83.txt b/texts/c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83.txt new file mode 100644 index 0000000000000000000000000000000000000000..b83f1a17497c68857cc6b48bcf9193d32fd617a1 --- /dev/null +++ b/texts/c4f15bff-4a9d-43d2-bce2-37d3b5ba6d83.txt @@ -0,0 +1 @@ +Two hello kitty wave magic sticks on the snow, which is reflected in the green aurora \ No newline at end of file diff --git a/texts/c4fa2d0b-deba-4f59-810d-9b6fa3fa837f.txt b/texts/c4fa2d0b-deba-4f59-810d-9b6fa3fa837f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c9d5748717b737a8325eef39643798dd0b3dde1 --- /dev/null +++ b/texts/c4fa2d0b-deba-4f59-810d-9b6fa3fa837f.txt @@ -0,0 +1 @@ +Bagpipers in traditional kilts performing on a sunny Royal Mile, with happy onlookers clapping and cheering. \ No newline at end of file diff --git a/texts/c4fd1b68-e98e-484a-9847-c044f135e533.txt b/texts/c4fd1b68-e98e-484a-9847-c044f135e533.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e6f19319d36f719a39b058a8cc2498e1e59bb26 --- /dev/null +++ b/texts/c4fd1b68-e98e-484a-9847-c044f135e533.txt @@ -0,0 +1 @@ +Write a YEONJUN in the snow, and have pictures of the Christmas atmosphere \ No newline at end of file diff --git a/texts/c4fda46b-7565-4ada-bf6e-bbd079e70c38.txt b/texts/c4fda46b-7565-4ada-bf6e-bbd079e70c38.txt new file mode 100644 index 0000000000000000000000000000000000000000..14fa502f8d443c384a8accb43dfb37b1cea18e0f --- /dev/null +++ b/texts/c4fda46b-7565-4ada-bf6e-bbd079e70c38.txt @@ -0,0 +1 @@ +A Kitty cat sits in front of a computer with a camera and a keyboard on fire \ No newline at end of file diff --git a/texts/c4fee7a1-23a5-49ff-8c13-93ebd8adbb39.txt b/texts/c4fee7a1-23a5-49ff-8c13-93ebd8adbb39.txt new file mode 100644 index 0000000000000000000000000000000000000000..2be4993ec1f1bcd7f12f4758a5d74f3d3ad1734f --- /dev/null +++ b/texts/c4fee7a1-23a5-49ff-8c13-93ebd8adbb39.txt @@ -0,0 +1 @@ +The orange cat looked out of the window and the sky gradually darkened with the evening snow. \ No newline at end of file diff --git a/texts/c500bd91-06eb-4983-9e9f-c242ee0ce07b.txt b/texts/c500bd91-06eb-4983-9e9f-c242ee0ce07b.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa7e351e45000365fe467017fb0b83fb3bc7dbed --- /dev/null +++ b/texts/c500bd91-06eb-4983-9e9f-c242ee0ce07b.txt @@ -0,0 +1 @@ +Chinese dream core sense of the living room, a sofa with wings, rich furniture, ancient style \ No newline at end of file diff --git a/texts/c50f3882-67cc-4a33-8d6d-21e1a2403627.txt b/texts/c50f3882-67cc-4a33-8d6d-21e1a2403627.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d58078deaa19ae2ef5a3fbf1dd165d42eeae326 --- /dev/null +++ b/texts/c50f3882-67cc-4a33-8d6d-21e1a2403627.txt @@ -0,0 +1 @@ +Ocean jellyfish, tropical flowers, waves, snowflakes \ No newline at end of file diff --git a/texts/c51009c5-9605-48a8-997d-3766a0ed1995.txt b/texts/c51009c5-9605-48a8-997d-3766a0ed1995.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d92e03dae1246fb60e79447a8a5d157ae08ec1b --- /dev/null +++ b/texts/c51009c5-9605-48a8-997d-3766a0ed1995.txt @@ -0,0 +1 @@ +A little Siamese cat who's been wearing a Christmas suit \ No newline at end of file diff --git a/texts/c51db137-8627-4b24-9236-0e0e4260e796.txt b/texts/c51db137-8627-4b24-9236-0e0e4260e796.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e4eaa500ad45366a09fc6e4e36c07b6cadb409c --- /dev/null +++ b/texts/c51db137-8627-4b24-9236-0e0e4260e796.txt @@ -0,0 +1 @@ +Outside the window, the snow was white, and inside the window, two dragonli cats snuggled up to each other, lying in a large soft quilt printed with forest, and the big fireplace was burning in the room \ No newline at end of file diff --git a/texts/c525517d-c3c2-4273-9497-8842b57cf4a4.txt b/texts/c525517d-c3c2-4273-9497-8842b57cf4a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2463e4eb559df2a7093d49867b928ca3765223f9 --- /dev/null +++ b/texts/c525517d-c3c2-4273-9497-8842b57cf4a4.txt @@ -0,0 +1 @@ +extrotic short hair cat got drunk \ No newline at end of file diff --git a/texts/c53d2d52-2b43-4f1e-be39-aacd77fb47e7.txt b/texts/c53d2d52-2b43-4f1e-be39-aacd77fb47e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b5bc0da9ff3f260b96cd67efd3f4b97521b8468 --- /dev/null +++ b/texts/c53d2d52-2b43-4f1e-be39-aacd77fb47e7.txt @@ -0,0 +1 @@ +A little white dog is running in the snow \ No newline at end of file diff --git a/texts/c5410691-f29d-4a0e-8b55-2c6a7604af38.txt b/texts/c5410691-f29d-4a0e-8b55-2c6a7604af38.txt new file mode 100644 index 0000000000000000000000000000000000000000..d00ab7bd98bb4955a207bb38a14d5cae59576996 --- /dev/null +++ b/texts/c5410691-f29d-4a0e-8b55-2c6a7604af38.txt @@ -0,0 +1 @@ +In the gym, hello Kitty is lifting a barbell with a cigarette in her mouth, and the house is on fire and she doesn't care! \ No newline at end of file diff --git a/texts/c5482d71-f78e-45ff-8750-27e6ce495dac.txt b/texts/c5482d71-f78e-45ff-8750-27e6ce495dac.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c77e3cc4d64bfdfc3602ceb8d522980261ae96e --- /dev/null +++ b/texts/c5482d71-f78e-45ff-8750-27e6ce495dac.txt @@ -0,0 +1 @@ +At the seaside, sunset, beach, palm trees with the words 777woes \ No newline at end of file diff --git a/texts/c54dab57-028a-4c2b-81b0-4dcc0630c56c.txt b/texts/c54dab57-028a-4c2b-81b0-4dcc0630c56c.txt new file mode 100644 index 0000000000000000000000000000000000000000..47dfd8700368e5d904e48fb0080cec4626ded18e --- /dev/null +++ b/texts/c54dab57-028a-4c2b-81b0-4dcc0630c56c.txt @@ -0,0 +1 @@ +elephant doll with an apple and weara glasses \ No newline at end of file diff --git a/texts/c54f420a-d01d-484a-903f-8d87b38c16c5.txt b/texts/c54f420a-d01d-484a-903f-8d87b38c16c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d9044731f82f330bd3aa4d6a09e4bd26414d4bc --- /dev/null +++ b/texts/c54f420a-d01d-484a-903f-8d87b38c16c5.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snow, with the letters C99 written in the snow. \ No newline at end of file diff --git a/texts/c5512dd9-55cc-4b91-b7da-a1a6dc537b5e.txt b/texts/c5512dd9-55cc-4b91-b7da-a1a6dc537b5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..067c77273fa552be5c72ce21f53e1d8ed902f046 --- /dev/null +++ b/texts/c5512dd9-55cc-4b91-b7da-a1a6dc537b5e.txt @@ -0,0 +1 @@ +CITY OF THE GOD \ No newline at end of file diff --git a/texts/c562150c-36e4-4283-9536-60abb0b28b01.txt b/texts/c562150c-36e4-4283-9536-60abb0b28b01.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fa6ee94a3fc3372cc9e7a745323ac967ce88df2 --- /dev/null +++ b/texts/c562150c-36e4-4283-9536-60abb0b28b01.txt @@ -0,0 +1 @@ +a white furry sweater \ No newline at end of file diff --git a/texts/c56af966-557b-4bc2-a404-4bfadb2a9887.txt b/texts/c56af966-557b-4bc2-a404-4bfadb2a9887.txt new file mode 100644 index 0000000000000000000000000000000000000000..62110ba13c0ecd5d69a62c3195a84e873e750bab --- /dev/null +++ b/texts/c56af966-557b-4bc2-a404-4bfadb2a9887.txt @@ -0,0 +1 @@ +A black and white cow cat on the seashore at sunset, winter, snowy day \ No newline at end of file diff --git a/texts/c56e7a57-c172-4055-a47a-1ecb401b5377.txt b/texts/c56e7a57-c172-4055-a47a-1ecb401b5377.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c15b31717fed94d975e3b5d08d2e32349d7a662 --- /dev/null +++ b/texts/c56e7a57-c172-4055-a47a-1ecb401b5377.txt @@ -0,0 +1 @@ +A golden retriever puppy is drawing with a sheltie puppy \ No newline at end of file diff --git a/texts/c57453af-387b-4ac0-a370-317d7b769f9c.txt b/texts/c57453af-387b-4ac0-a370-317d7b769f9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..999834765a213a0addbea8159db920876199969d --- /dev/null +++ b/texts/c57453af-387b-4ac0-a370-317d7b769f9c.txt @@ -0,0 +1 @@ +siamese cat, beach , yellow scarf, pearl necklace, dreamy \ No newline at end of file diff --git a/texts/c5791d08-7383-48f1-8015-194d7a790ff6.txt b/texts/c5791d08-7383-48f1-8015-194d7a790ff6.txt new file mode 100644 index 0000000000000000000000000000000000000000..126bd8a37c6f3ccf4b238da0510648d23b770b34 --- /dev/null +++ b/texts/c5791d08-7383-48f1-8015-194d7a790ff6.txt @@ -0,0 +1 @@ +A West Highland dog watches the aurora and sits on the snow. There are snow traces of "Happy 2025" in the snow. Large areas of aurora scenery. It is surrounded by large pine forests. \ No newline at end of file diff --git a/texts/c599af04-92a1-4e1e-a404-a2d8eeb008f9.txt b/texts/c599af04-92a1-4e1e-a404-a2d8eeb008f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbbd794e2502dddfa3936dde1679369dab260ab6 --- /dev/null +++ b/texts/c599af04-92a1-4e1e-a404-a2d8eeb008f9.txt @@ -0,0 +1 @@ +news control room,cats are using the computer to give out instructions, local weather report is shown on the computer screen , no human hands, news control room environment,no shirts \ No newline at end of file diff --git a/texts/c5a081b1-35f0-479f-b64e-8264f51a7cd6.txt b/texts/c5a081b1-35f0-479f-b64e-8264f51a7cd6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bfed0c5c216300d2d584422b25fc149bd6f9cbc --- /dev/null +++ b/texts/c5a081b1-35f0-479f-b64e-8264f51a7cd6.txt @@ -0,0 +1 @@ +Birthday cake \ No newline at end of file diff --git a/texts/c5a70494-1648-4cdb-97d3-98fa7be6d037.txt b/texts/c5a70494-1648-4cdb-97d3-98fa7be6d037.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf1ce9f8d90784d992958067f265aa7fa92b6cc0 --- /dev/null +++ b/texts/c5a70494-1648-4cdb-97d3-98fa7be6d037.txt @@ -0,0 +1 @@ +Christmas Day, the bright sky full of fireworks and stars, outdoor, forest, there is a cat wearing a Santa hat, the cat only back, the cat is looking at the sky, there is a Christmas tree next to the cat, there is a snowman wearing a scarf next to the Christmas tree, the picture is very bright and warm \ No newline at end of file diff --git a/texts/c5ab285a-4c28-4964-9319-2d2a6868309a.txt b/texts/c5ab285a-4c28-4964-9319-2d2a6868309a.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc8f76f988fd79b08f1ed4d21fc5658b9c5e49fe --- /dev/null +++ b/texts/c5ab285a-4c28-4964-9319-2d2a6868309a.txt @@ -0,0 +1 @@ +Donald Duck, bleeding, holding knife, Disneyland \ No newline at end of file diff --git a/texts/c5bedffb-0662-45b8-a37c-a11d22ce2f47.txt b/texts/c5bedffb-0662-45b8-a37c-a11d22ce2f47.txt new file mode 100644 index 0000000000000000000000000000000000000000..17479331812b13323b1225e6eec325ccf1387296 --- /dev/null +++ b/texts/c5bedffb-0662-45b8-a37c-a11d22ce2f47.txt @@ -0,0 +1 @@ + Witchcraft wearing a black wedding dress, holding a fairy stick ,in a gothic pinky castle \ No newline at end of file diff --git a/texts/c5c25ec0-ad28-4a73-887e-74c53e520225.txt b/texts/c5c25ec0-ad28-4a73-887e-74c53e520225.txt new file mode 100644 index 0000000000000000000000000000000000000000..32702f9efdc20c2536b2983cfbf989781764153d --- /dev/null +++ b/texts/c5c25ec0-ad28-4a73-887e-74c53e520225.txt @@ -0,0 +1 @@ +Ducks swimming in the universe \ No newline at end of file diff --git a/texts/c5c77158-54d8-4f0b-b412-a40febb7c1be.txt b/texts/c5c77158-54d8-4f0b-b412-a40febb7c1be.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b3d5f2e271d700289d5c5be7950f29e643368d6 --- /dev/null +++ b/texts/c5c77158-54d8-4f0b-b412-a40febb7c1be.txt @@ -0,0 +1 @@ +Waves and a term written heeseung midnight \ No newline at end of file diff --git a/texts/c5c7ac41-a54f-4c55-a83b-c66b7a659c50.txt b/texts/c5c7ac41-a54f-4c55-a83b-c66b7a659c50.txt new file mode 100644 index 0000000000000000000000000000000000000000..7dd8553895c2fb13a9e00477599f8b7725c78e2d --- /dev/null +++ b/texts/c5c7ac41-a54f-4c55-a83b-c66b7a659c50.txt @@ -0,0 +1 @@ +in the forest with the blue sky.little wolf with wings is playing guitar in the snow.little wolf wearing a Christmas hat. The background is dotted with yellow stars. White snow falls on the little wolf. There are notes floating. day \ No newline at end of file diff --git a/texts/c5ca52fa-03b6-4b80-b242-89d2d345a080.txt b/texts/c5ca52fa-03b6-4b80-b242-89d2d345a080.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d3458467a8467ad06920e546c1bf4b976faf698 --- /dev/null +++ b/texts/c5ca52fa-03b6-4b80-b242-89d2d345a080.txt @@ -0,0 +1 @@ +A toy shiba inu is under Mount Fuji at night. \ No newline at end of file diff --git a/texts/c5d8933a-2ba9-441f-a757-36282444969d.txt b/texts/c5d8933a-2ba9-441f-a757-36282444969d.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c4bc0ae7f51fc250080f079ef7e067e403d2aae --- /dev/null +++ b/texts/c5d8933a-2ba9-441f-a757-36282444969d.txt @@ -0,0 +1 @@ +The dog with a schoolbag celebrates Christmas by the sea. \ No newline at end of file diff --git a/texts/c5dad250-55eb-4cf6-84db-444b924472c1.txt b/texts/c5dad250-55eb-4cf6-84db-444b924472c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f43882ef791f5dcdc28644492485b301f17c04ac --- /dev/null +++ b/texts/c5dad250-55eb-4cf6-84db-444b924472c1.txt @@ -0,0 +1 @@ +a Pom Pom Purin wear a christmas hat and work in company with computer \ No newline at end of file diff --git a/texts/c5e4ff7a-c3c6-4833-89e6-5257c680f649.txt b/texts/c5e4ff7a-c3c6-4833-89e6-5257c680f649.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0960d7106a7215bc0aa2e7c13140746116cde17 --- /dev/null +++ b/texts/c5e4ff7a-c3c6-4833-89e6-5257c680f649.txt @@ -0,0 +1 @@ +Dachshund puppy and a little orange kitten, fireworks,bubble \ No newline at end of file diff --git a/texts/c5ed8c38-fe72-40a0-ae0a-618cc6017d78.txt b/texts/c5ed8c38-fe72-40a0-ae0a-618cc6017d78.txt new file mode 100644 index 0000000000000000000000000000000000000000..2466cce6f08d858609a5f40a7333f47888933ae5 --- /dev/null +++ b/texts/c5ed8c38-fe72-40a0-ae0a-618cc6017d78.txt @@ -0,0 +1 @@ +fish dishes \ No newline at end of file diff --git a/texts/c5f54419-41fc-4cad-88dd-d85337794987.txt b/texts/c5f54419-41fc-4cad-88dd-d85337794987.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5043e5c8514e1313bb6a49f333718a1e51ad14d --- /dev/null +++ b/texts/c5f54419-41fc-4cad-88dd-d85337794987.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "ZJY" written on the ground. \ No newline at end of file diff --git a/texts/c60f05f5-188b-4636-bce8-a285073cf736.txt b/texts/c60f05f5-188b-4636-bce8-a285073cf736.txt new file mode 100644 index 0000000000000000000000000000000000000000..136daa51315471545617959d3dc45393a31ecdb8 --- /dev/null +++ b/texts/c60f05f5-188b-4636-bce8-a285073cf736.txt @@ -0,0 +1 @@ +Cinderella was crowned in the spire Gothic castle, and the sun was high and clear \ No newline at end of file diff --git a/texts/c6289211-98f4-449d-a3b1-5853fcdec89e.txt b/texts/c6289211-98f4-449d-a3b1-5853fcdec89e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2b7971ec4c83d77bd52b4da4706bbe617683b59 --- /dev/null +++ b/texts/c6289211-98f4-449d-a3b1-5853fcdec89e.txt @@ -0,0 +1 @@ +A black cat sleeps on a swimming ring \ No newline at end of file diff --git a/texts/c639a0b6-64c6-4993-993e-429de3ef398a.txt b/texts/c639a0b6-64c6-4993-993e-429de3ef398a.txt new file mode 100644 index 0000000000000000000000000000000000000000..128f876f6f6aa333fee2a68fd17003c67eaef558 --- /dev/null +++ b/texts/c639a0b6-64c6-4993-993e-429de3ef398a.txt @@ -0,0 +1 @@ +A man is snowboarding in the snow, and both people and skis fly into the air, and the posture is very handsome. The man wears an Arc'teryx brand top, which is earthy yellow. The pants are black AK brand ski pants, wearing black ski goggles and helmets, and the skis are black snowboards \ No newline at end of file diff --git a/texts/c64189e5-5ff6-443a-8b23-dbff6939e11d.txt b/texts/c64189e5-5ff6-443a-8b23-dbff6939e11d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a912acf4f314e9bd2215d0e3a2e5c75de0a9a70c --- /dev/null +++ b/texts/c64189e5-5ff6-443a-8b23-dbff6939e11d.txt @@ -0,0 +1 @@ +A pomeranian wearing shoes by the Christmas tree \ No newline at end of file diff --git a/texts/c6460b81-398d-4bd5-ac16-ace773d08ed2.txt b/texts/c6460b81-398d-4bd5-ac16-ace773d08ed2.txt new file mode 100644 index 0000000000000000000000000000000000000000..400d126178e5c04b40107a65449aa376df7e6bad --- /dev/null +++ b/texts/c6460b81-398d-4bd5-ac16-ace773d08ed2.txt @@ -0,0 +1 @@ +The sculpture of Pieta, but in a more miserable way \ No newline at end of file diff --git a/texts/c6596d42-37b9-487e-9913-dad890c7e80d.txt b/texts/c6596d42-37b9-487e-9913-dad890c7e80d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3552bdfc747b9a3c6a4d2ade19aa3fbef26cf8d --- /dev/null +++ b/texts/c6596d42-37b9-487e-9913-dad890c7e80d.txt @@ -0,0 +1 @@ +A Border Collie lying by a warm fireplace, strumming a guitar while an open storybook emits magical glowing images into the air. \ No newline at end of file diff --git a/texts/c65b052a-d6e5-4fa0-8dd0-695a446d256d.txt b/texts/c65b052a-d6e5-4fa0-8dd0-695a446d256d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2d0bd2972c5cfd2dd66e9eb6d21c5716006591c --- /dev/null +++ b/texts/c65b052a-d6e5-4fa0-8dd0-695a446d256d.txt @@ -0,0 +1 @@ +In the background is Regent Street, there is a red bus passing behind, it is snowing heavily, the windows are all Christmas colors, the warm yellow lights are shining with snowflakes, and Disney's Ke Qi'an is standing in the snow, a small one, and the snow is written "pineapple" \ No newline at end of file diff --git a/texts/c65e1380-a452-4fb4-a7f6-8c5e7222e655.txt b/texts/c65e1380-a452-4fb4-a7f6-8c5e7222e655.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa7cb3d3856471e7cae8586d9f775c33b9282e94 --- /dev/null +++ b/texts/c65e1380-a452-4fb4-a7f6-8c5e7222e655.txt @@ -0,0 +1 @@ +a spider amber on the snow \ No newline at end of file diff --git a/texts/c660e8d6-2cf9-4b34-91e6-0a8876609557.txt b/texts/c660e8d6-2cf9-4b34-91e6-0a8876609557.txt new file mode 100644 index 0000000000000000000000000000000000000000..b89e2bfb083bda09f8731dca2e58ce640c0afa24 --- /dev/null +++ b/texts/c660e8d6-2cf9-4b34-91e6-0a8876609557.txt @@ -0,0 +1 @@ +Four cats sitting next to each other in a cozy warm bedroom with wood furniture. The four are one orange and white cat, one black and white cat, one American domestic short-hair with grey fur, and one red point Siamese cat. \ No newline at end of file diff --git a/texts/c66328ab-f0fc-44f1-9aca-fadabdb00a34.txt b/texts/c66328ab-f0fc-44f1-9aca-fadabdb00a34.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dadbedf6e009a68b4c36175827638b0dd6b2276 --- /dev/null +++ b/texts/c66328ab-f0fc-44f1-9aca-fadabdb00a34.txt @@ -0,0 +1 @@ +A white cat is surfing. There is a cake on the beach. The candle on the cake says HAERIN \ No newline at end of file diff --git a/texts/c666a842-b63b-411d-a67a-fd33ef64c2f6.txt b/texts/c666a842-b63b-411d-a67a-fd33ef64c2f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bea4d7f2f773e8a5a00c986ac6049faea420171 --- /dev/null +++ b/texts/c666a842-b63b-411d-a67a-fd33ef64c2f6.txt @@ -0,0 +1 @@ +HelloKitty is playing with a fairy wand in the snow, with stars scattered by her side and fireworks blooming in the distance. In the snow, 'xuan' is written \ No newline at end of file diff --git a/texts/c66ef442-08d5-436c-aaff-9c9d711d7c72.txt b/texts/c66ef442-08d5-436c-aaff-9c9d711d7c72.txt new file mode 100644 index 0000000000000000000000000000000000000000..651830357a3e124b8a3236ef87300ac1890d986d --- /dev/null +++ b/texts/c66ef442-08d5-436c-aaff-9c9d711d7c72.txt @@ -0,0 +1 @@ +hellokitty named CUI doing design job \ No newline at end of file diff --git a/texts/c670c33e-a6ae-4cd4-8398-00acdb0c0a65.txt b/texts/c670c33e-a6ae-4cd4-8398-00acdb0c0a65.txt new file mode 100644 index 0000000000000000000000000000000000000000..acd8fa012daa528712bcc756a9499014c854d8fc --- /dev/null +++ b/texts/c670c33e-a6ae-4cd4-8398-00acdb0c0a65.txt @@ -0,0 +1 @@ +A big hellokitty cat wearing headphones holds a birthday cake with candles with the letters 'BETTY' on it. \ No newline at end of file diff --git a/texts/c67480f3-9be2-4c63-99f4-bec08c778e9c.txt b/texts/c67480f3-9be2-4c63-99f4-bec08c778e9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..95262e9e877978dec7eaf5a7b3bec7169d6fd672 --- /dev/null +++ b/texts/c67480f3-9be2-4c63-99f4-bec08c778e9c.txt @@ -0,0 +1 @@ +Two Kirbys are standing hand in hand in the snowy ground. One is wearing red earmuffs, and the other is wearing a red woolen hat and holding a magic wand. In the distance, there are pine trees covered with snow. It's nighttime. \ No newline at end of file diff --git a/texts/c68f32c5-f7e2-402f-a766-92e87d532f7c.txt b/texts/c68f32c5-f7e2-402f-a766-92e87d532f7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6218deda4df8aa110876c8194426e58ad1206a9 --- /dev/null +++ b/texts/c68f32c5-f7e2-402f-a766-92e87d532f7c.txt @@ -0,0 +1 @@ +I was supppsed to be sent away but they forgot to come and get me ,i am a white cat ,snow on the beach \ No newline at end of file diff --git a/texts/c68fbbef-3b8b-4717-b43e-a042f1e4d10f.txt b/texts/c68fbbef-3b8b-4717-b43e-a042f1e4d10f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d60b23b6248861916bf91b48d82022c75ccee23 --- /dev/null +++ b/texts/c68fbbef-3b8b-4717-b43e-a042f1e4d10f.txt @@ -0,0 +1 @@ +a lovely otter celebrating chistmas happily \ No newline at end of file diff --git a/texts/c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638.txt b/texts/c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638.txt new file mode 100644 index 0000000000000000000000000000000000000000..e54614e978486f3b6c0f69e0f4cd250d320657f2 --- /dev/null +++ b/texts/c69cf4e9-900b-4b0a-a4fb-a75f0c8ee638.txt @@ -0,0 +1 @@ +A black cat and a white cat were kissing, the starry night was overhead, and the weekend was foam of color \ No newline at end of file diff --git a/texts/c6a2b390-8053-4ee8-9cb6-42543a1ffdc5.txt b/texts/c6a2b390-8053-4ee8-9cb6-42543a1ffdc5.txt new file mode 100644 index 0000000000000000000000000000000000000000..238cc21ccb9765f22b7e711731b4ac71975fe243 --- /dev/null +++ b/texts/c6a2b390-8053-4ee8-9cb6-42543a1ffdc5.txt @@ -0,0 +1 @@ +Two cats playing in the snow,a chinese building,some trees,fireworks in the sky \ No newline at end of file diff --git a/texts/c6a89e1b-e71a-4d65-a1fa-4911d162a9e8.txt b/texts/c6a89e1b-e71a-4d65-a1fa-4911d162a9e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff0f7edb58f534d91d6f480942e77f3ddc5592ce --- /dev/null +++ b/texts/c6a89e1b-e71a-4d65-a1fa-4911d162a9e8.txt @@ -0,0 +1 @@ +Buzz Lightyear and Woody are celebrating Christmas. It's daytime and it's snowing. \ No newline at end of file diff --git a/texts/c6adf725-2c1b-45b8-9128-ea3f58b27514.txt b/texts/c6adf725-2c1b-45b8-9128-ea3f58b27514.txt new file mode 100644 index 0000000000000000000000000000000000000000..20bfce34ef4cce873933953e3f0317cc429c347a --- /dev/null +++ b/texts/c6adf725-2c1b-45b8-9128-ea3f58b27514.txt @@ -0,0 +1 @@ +Yurts on the grassland, sunrise \ No newline at end of file diff --git a/texts/c6af46d1-31ee-4b65-aa03-84c2245b50f3.txt b/texts/c6af46d1-31ee-4b65-aa03-84c2245b50f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..f077803f369f4461d463c5a66443b057824438bc --- /dev/null +++ b/texts/c6af46d1-31ee-4b65-aa03-84c2245b50f3.txt @@ -0,0 +1 @@ +using deep blue to paint an octopus in the backgroud, and than draw a white fluffy hellokitty in front of it with golden glitters to decorate. on the bottom of the picture write"2005" \ No newline at end of file diff --git a/texts/c6b73066-7508-4854-ad21-2d62a8c63917.txt b/texts/c6b73066-7508-4854-ad21-2d62a8c63917.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b36cc4e2fc1587f9347e8cd90ca8134bbf64931 --- /dev/null +++ b/texts/c6b73066-7508-4854-ad21-2d62a8c63917.txt @@ -0,0 +1 @@ +A cute capybara eats a giant eggplant with a peach on the side \ No newline at end of file diff --git a/texts/c6bdf7e2-6a10-4b5a-8146-55fcf057ae29.txt b/texts/c6bdf7e2-6a10-4b5a-8146-55fcf057ae29.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea019d4a9b3e579c0d5296dd10bf092de442185e --- /dev/null +++ b/texts/c6bdf7e2-6a10-4b5a-8146-55fcf057ae29.txt @@ -0,0 +1 @@ +A lonely tree \ No newline at end of file diff --git a/texts/c6bf5875-abd1-4b32-ac15-93ead9dd8247.txt b/texts/c6bf5875-abd1-4b32-ac15-93ead9dd8247.txt new file mode 100644 index 0000000000000000000000000000000000000000..bac3f21224ef461293abfca15a82bf32cca9c1cb --- /dev/null +++ b/texts/c6bf5875-abd1-4b32-ac15-93ead9dd8247.txt @@ -0,0 +1 @@ +On a snowy day, there was a white horse in the black sky. \ No newline at end of file diff --git a/texts/c6c377ef-802d-44bd-bbfa-ed33e6f3eb84.txt b/texts/c6c377ef-802d-44bd-bbfa-ed33e6f3eb84.txt new file mode 100644 index 0000000000000000000000000000000000000000..549da696affaa86f987dd8e7156db8849f47a85f --- /dev/null +++ b/texts/c6c377ef-802d-44bd-bbfa-ed33e6f3eb84.txt @@ -0,0 +1 @@ + Plastic bag dropped some apples near the grass \ No newline at end of file diff --git a/texts/c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d.txt b/texts/c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b16ae394d98aaa73512fe4fe5fdcdaf7ddecbeb --- /dev/null +++ b/texts/c6c4cf33-4b3f-418d-93cd-71f7c72b1c5d.txt @@ -0,0 +1 @@ +A 25-year-old Asian man in a suit in an office with a Christmas tree \ No newline at end of file diff --git a/texts/c6c6466b-48de-4c84-8c16-bb4477cd89e4.txt b/texts/c6c6466b-48de-4c84-8c16-bb4477cd89e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a16dd33ff3af17d3bbc36c5538c03f7801534cc4 --- /dev/null +++ b/texts/c6c6466b-48de-4c84-8c16-bb4477cd89e4.txt @@ -0,0 +1 @@ +a happy dog walks alone in a street \ No newline at end of file diff --git a/texts/c6dc9aea-e48e-41ea-a391-444bd43ab72d.txt b/texts/c6dc9aea-e48e-41ea-a391-444bd43ab72d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7127c1b09ad7e7f5f6f49bfaf05d4a101e456a4a --- /dev/null +++ b/texts/c6dc9aea-e48e-41ea-a391-444bd43ab72d.txt @@ -0,0 +1 @@ +A Hello Kitty doll in the snow Christmas \ No newline at end of file diff --git a/texts/c6e2956d-55dc-400e-bba3-a39565971eda.txt b/texts/c6e2956d-55dc-400e-bba3-a39565971eda.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a8b82e61371f87f88a3529d254e4dfddb6e0191 --- /dev/null +++ b/texts/c6e2956d-55dc-400e-bba3-a39565971eda.txt @@ -0,0 +1 @@ +A person sitting by a serene lakeside under a vivid aurora-lit sky, holding a small lamb in their arms. The scene is depicted in a hardflash photography style. \ No newline at end of file diff --git a/texts/c6e34b47-ff24-40bc-91b2-f593c14899dc.txt b/texts/c6e34b47-ff24-40bc-91b2-f593c14899dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..55bb6afee29a25d749f14a996b4535ba9a866ec3 --- /dev/null +++ b/texts/c6e34b47-ff24-40bc-91b2-f593c14899dc.txt @@ -0,0 +1 @@ +Fish's right eye \ No newline at end of file diff --git a/texts/c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca.txt b/texts/c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d3ffa7b77f7c379181756640ec3821f4b07a245 --- /dev/null +++ b/texts/c6e5ab2f-f548-404d-a1b6-d99ef9dd15ca.txt @@ -0,0 +1 @@ +Snow, Mt. Fuji, cherry blossoms, aurora \ No newline at end of file diff --git a/texts/c6e5f14c-8751-4a94-86aa-28ee88eb590c.txt b/texts/c6e5f14c-8751-4a94-86aa-28ee88eb590c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1f64bd070783cf58608d4b8c5d155b5ec2697df --- /dev/null +++ b/texts/c6e5f14c-8751-4a94-86aa-28ee88eb590c.txt @@ -0,0 +1 @@ +transparent bulbs randomly scattered on a green carpet, top view , photo by Rineke Dijkstra, \ No newline at end of file diff --git a/texts/c6e7e71e-db1f-4c6b-b103-9b4be8a64e96.txt b/texts/c6e7e71e-db1f-4c6b-b103-9b4be8a64e96.txt new file mode 100644 index 0000000000000000000000000000000000000000..bffc1c2ce48df28709ce545f083fb194295482c0 --- /dev/null +++ b/texts/c6e7e71e-db1f-4c6b-b103-9b4be8a64e96.txt @@ -0,0 +1 @@ +Yellow Shiba Inu wearing blue scarf watching aurora at the beach \ No newline at end of file diff --git a/texts/c6e89b43-d906-4b45-bfac-7a94626907f6.txt b/texts/c6e89b43-d906-4b45-bfac-7a94626907f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aabec9d669bf5064dd10fceb42d7cdcd7280982 --- /dev/null +++ b/texts/c6e89b43-d906-4b45-bfac-7a94626907f6.txt @@ -0,0 +1 @@ +Doraemon breaking door of the office \ No newline at end of file diff --git a/texts/c6ecae73-ae40-4c66-ba2c-8feeedb126d2.txt b/texts/c6ecae73-ae40-4c66-ba2c-8feeedb126d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a6d85b450a7f514402cc53e4f39f42d4aa80c18 --- /dev/null +++ b/texts/c6ecae73-ae40-4c66-ba2c-8feeedb126d2.txt @@ -0,0 +1 @@ +There is a Christmas tree in the room, and next to it is a single sofa with a Christmas red and green striped blanket on it.without a snowman \ No newline at end of file diff --git a/texts/c701386b-0f9d-4d2a-ba4c-9541a5b34050.txt b/texts/c701386b-0f9d-4d2a-ba4c-9541a5b34050.txt new file mode 100644 index 0000000000000000000000000000000000000000..79fe72172877a98d600c83451b31077a7354a706 --- /dev/null +++ b/texts/c701386b-0f9d-4d2a-ba4c-9541a5b34050.txt @@ -0,0 +1 @@ +A pink doll in the shape of a small pig's head, with large nostrils and a round head; A blue whale-shaped doll with a whale-shaped body; In the snow, bonfires, light snow in the sky, colorful aurora in the sky \ No newline at end of file diff --git a/texts/c7055cbb-7e69-48ed-bed2-e1560277eeca.txt b/texts/c7055cbb-7e69-48ed-bed2-e1560277eeca.txt new file mode 100644 index 0000000000000000000000000000000000000000..7297f2d81d7c8f9b43830130eb13f34c264ef7f3 --- /dev/null +++ b/texts/c7055cbb-7e69-48ed-bed2-e1560277eeca.txt @@ -0,0 +1 @@ +The cute HelloKitty in the sun is sitting on the beach wearing beautiful clothes. There are "dll" written on the beach. \ No newline at end of file diff --git a/texts/c708536f-5151-4c7e-94ce-4be357f47a27.txt b/texts/c708536f-5151-4c7e-94ce-4be357f47a27.txt new file mode 100644 index 0000000000000000000000000000000000000000..833ad8ef2741c0d11bfbea3f3750070df3da3924 --- /dev/null +++ b/texts/c708536f-5151-4c7e-94ce-4be357f47a27.txt @@ -0,0 +1 @@ +A birthday cake with burning candles near the sea, and pink roses inserted on the sand \ No newline at end of file diff --git a/texts/c70bde13-7f6d-4312-aa31-31fc9faa4522.txt b/texts/c70bde13-7f6d-4312-aa31-31fc9faa4522.txt new file mode 100644 index 0000000000000000000000000000000000000000..4feb9ee685dd65993a803eaa0e87facb72e9acad --- /dev/null +++ b/texts/c70bde13-7f6d-4312-aa31-31fc9faa4522.txt @@ -0,0 +1 @@ +Hello Kitty is in a studio, holding a monitor and wearing headphones, surrounded by various photography equipment. \ No newline at end of file diff --git a/texts/c718565b-8d4c-4e81-8bb7-72fb2267f947.txt b/texts/c718565b-8d4c-4e81-8bb7-72fb2267f947.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff0119f517b791271dc6850c693be2568863653e --- /dev/null +++ b/texts/c718565b-8d4c-4e81-8bb7-72fb2267f947.txt @@ -0,0 +1 @@ +A Siamese cat is hugged by a red woolen octopus \ No newline at end of file diff --git a/texts/c72e890b-f11b-4018-b6a4-fe7390e9191c.txt b/texts/c72e890b-f11b-4018-b6a4-fe7390e9191c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5859415c264e86446cce25305af0e79f59d01db4 --- /dev/null +++ b/texts/c72e890b-f11b-4018-b6a4-fe7390e9191c.txt @@ -0,0 +1 @@ +A suit cat sits in front of the birthday cake with a fireworks stick. The birthday cake says "HBD, FYN" \ No newline at end of file diff --git a/texts/c7334a87-8559-4416-a02e-070c90d261ce.txt b/texts/c7334a87-8559-4416-a02e-070c90d261ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..771e03a9bfa8321210b61f654b34609bf354fbcf --- /dev/null +++ b/texts/c7334a87-8559-4416-a02e-070c90d261ce.txt @@ -0,0 +1 @@ +Cute helloKitty doll sitting in the snow holding a firework, inside the snow written TaoTaoMe, behind the background of the seaside Smoking \ No newline at end of file diff --git a/texts/c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6.txt b/texts/c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6.txt new file mode 100644 index 0000000000000000000000000000000000000000..f82e0894121bcaa2a7120e2f89b2ca18a72cd818 --- /dev/null +++ b/texts/c73ea9ea-faa8-4cc2-b5b3-064dcd2aafa6.txt @@ -0,0 +1 @@ +A little panda is celebrating his birthday at the seaside, with ribbons floating around him. It's dusk at the seaside. \ No newline at end of file diff --git a/texts/c73f1ac6-57cf-4933-9c89-7b8763111080.txt b/texts/c73f1ac6-57cf-4933-9c89-7b8763111080.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1b842d932608d7e2b804597c1f5eb3d56e9552b --- /dev/null +++ b/texts/c73f1ac6-57cf-4933-9c89-7b8763111080.txt @@ -0,0 +1 @@ +A lonely figure looked at the birds far away taking away the purple dazzling lightning \ No newline at end of file diff --git a/texts/c74f29e9-c416-4f43-81f2-6458b78eb60b.txt b/texts/c74f29e9-c416-4f43-81f2-6458b78eb60b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba4cd638a2f95e49dd3f474355ed575884a6618 --- /dev/null +++ b/texts/c74f29e9-c416-4f43-81f2-6458b78eb60b.txt @@ -0,0 +1 @@ +An adorable wombat in the snow, dressed up as Santa Claus with a Santa hat and fake beard, next to a Christmas tree decorated with lights and decorations \ No newline at end of file diff --git a/texts/c750d728-9c63-4c62-a7ed-6f380e215b4d.txt b/texts/c750d728-9c63-4c62-a7ed-6f380e215b4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9ffcc3e05e11e7344df8ed1107d957d8b92b428 --- /dev/null +++ b/texts/c750d728-9c63-4c62-a7ed-6f380e215b4d.txt @@ -0,0 +1 @@ +A dream core about driving in a red subaru in foggy night, a neon signboard by roadside \ No newline at end of file diff --git a/texts/c751316b-8132-49ef-954b-a5d7b0791f10.txt b/texts/c751316b-8132-49ef-954b-a5d7b0791f10.txt new file mode 100644 index 0000000000000000000000000000000000000000..490a64a7f9d7a7d8bf515e489fa1a2a31e1d2f04 --- /dev/null +++ b/texts/c751316b-8132-49ef-954b-a5d7b0791f10.txt @@ -0,0 +1 @@ +black cat next to bottle and ash tray \ No newline at end of file diff --git a/texts/c76ac388-bcc4-4253-8ec8-954f0cb36429.txt b/texts/c76ac388-bcc4-4253-8ec8-954f0cb36429.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b5dd7bde000e9f3c6d769b36e25034e8e96675b --- /dev/null +++ b/texts/c76ac388-bcc4-4253-8ec8-954f0cb36429.txt @@ -0,0 +1 @@ +Snowfield, snow falls from a pitch-black sky, a glowing christmas tree, snow mountain, a light-yellow and white bicolor shorthair cat wearing a christmas hat is playing with the snow \ No newline at end of file diff --git a/texts/c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5.txt b/texts/c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d31978d42ee337f0b07e269e105b2c5401a9dde --- /dev/null +++ b/texts/c76f2d2a-e3dc-4464-8fc8-46bca2f6bee5.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "LXY" engraved on the snow \ No newline at end of file diff --git a/texts/c7852341-5095-4fbc-8733-e7838d469d92.txt b/texts/c7852341-5095-4fbc-8733-e7838d469d92.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1995bbb953043e144d4ad347cba0bd908409077 --- /dev/null +++ b/texts/c7852341-5095-4fbc-8733-e7838d469d92.txt @@ -0,0 +1 @@ +student standing in the hallway of the apartment \ No newline at end of file diff --git a/texts/c795e72b-638d-4692-8137-94af41da1d66.txt b/texts/c795e72b-638d-4692-8137-94af41da1d66.txt new file mode 100644 index 0000000000000000000000000000000000000000..3581f1e0f2bcc2e7ea1ea9e47a0f3aaf3e2da68c --- /dev/null +++ b/texts/c795e72b-638d-4692-8137-94af41da1d66.txt @@ -0,0 +1 @@ +On the snowy ski slope, the Hello Kitty doll stuffed animal cutely makes an appearance. It is fluffy and covered in white fur that matches the snow, with a bright pink bow that stands out. With miniature ski boards under its feet, it glides lightly across the snow, spraying tiny snowflakes. Its round eyes curiously look around, its small nose lightly sniffing the cold air, and its adorable appearance adds a sweet touch of childlike fun to the ski slope. \ No newline at end of file diff --git a/texts/c79bce6f-b658-43b3-9d8d-15baeb368502.txt b/texts/c79bce6f-b658-43b3-9d8d-15baeb368502.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3ded89d78ea808116f3967e23d461da5b144aad --- /dev/null +++ b/texts/c79bce6f-b658-43b3-9d8d-15baeb368502.txt @@ -0,0 +1 @@ +The calico cat and the puppet cat are watching fireworks in the snow, and there is also a Christmas tree in the snow \ No newline at end of file diff --git a/texts/c7a5a185-ccfc-4ff1-ad43-93b1aca058b5.txt b/texts/c7a5a185-ccfc-4ff1-ad43-93b1aca058b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aa5e802c6e0c303ddcc0fa3637e4d16b28b154b --- /dev/null +++ b/texts/c7a5a185-ccfc-4ff1-ad43-93b1aca058b5.txt @@ -0,0 +1 @@ +A little black cat donning a chef's hat, standing in a cozy kitchen setting. It is intently stirring a bowl of cream with a small whisk in its paw. In front of the cat, there are numerous delicious-looking small cookies neatly arranged on a plate, and the air is filled with a sweet and inviting aroma. \ No newline at end of file diff --git a/texts/c7a5a4e8-bf46-41f1-b05a-1670b0e21334.txt b/texts/c7a5a4e8-bf46-41f1-b05a-1670b0e21334.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f796237a3c17d29f5c32659d2b07005834a6162 --- /dev/null +++ b/texts/c7a5a4e8-bf46-41f1-b05a-1670b0e21334.txt @@ -0,0 +1 @@ +Handwritten word "una" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/c7a830df-5e10-4405-b7ab-e0301cba89e1.txt b/texts/c7a830df-5e10-4405-b7ab-e0301cba89e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..03b06b0f64f64ffe5ceb9e93e40478f5e8e46920 --- /dev/null +++ b/texts/c7a830df-5e10-4405-b7ab-e0301cba89e1.txt @@ -0,0 +1 @@ +A puffer fish in a down jacket is fighting drums. \ No newline at end of file diff --git a/texts/c7af96e0-7bb0-4938-a042-bfc1d16489fc.txt b/texts/c7af96e0-7bb0-4938-a042-bfc1d16489fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..96487aad6b62ec1dd19f758086f98b0b1966cef7 --- /dev/null +++ b/texts/c7af96e0-7bb0-4938-a042-bfc1d16489fc.txt @@ -0,0 +1 @@ +Garden pool fountain butterflysomany \ No newline at end of file diff --git a/texts/c7b5f003-db78-498d-aa90-2fd43ca9587c.txt b/texts/c7b5f003-db78-498d-aa90-2fd43ca9587c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d25ca59cd5aa7a29e7cd85409dd37cf6c0e74f04 --- /dev/null +++ b/texts/c7b5f003-db78-498d-aa90-2fd43ca9587c.txt @@ -0,0 +1 @@ +The cross stands on the volcano. The volcano erupts with lava. The sky is like the aurora and it's snowing. \ No newline at end of file diff --git a/texts/c7b921cb-7b86-496a-a6a5-066aeffbabc2.txt b/texts/c7b921cb-7b86-496a-a6a5-066aeffbabc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..c64c9cf7215abfb74f4405d4baa5b989f0ac1fe2 --- /dev/null +++ b/texts/c7b921cb-7b86-496a-a6a5-066aeffbabc2.txt @@ -0,0 +1 @@ + There is a HelloKitty standing in the snow, It says next to this toy"MiSong". \ No newline at end of file diff --git a/texts/c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174.txt b/texts/c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d72d0d70ab77d051e0626d0a8463826a2fc1678 --- /dev/null +++ b/texts/c7bb0cf0-a3ff-4c3a-a6d4-2538f0f56174.txt @@ -0,0 +1 @@ +A first-person POV shot of a chill guy watching a YouTube video about Provideo Coalition. Natural studio lighting setup, a professional desktop setup with an ultrawide monitor displaying the ProVideo website. Relaxed atmosphere, warm and cozy home office environment. Cinematic colors, photorealistic style, high detail. \ No newline at end of file diff --git a/texts/c7ccddba-e6f1-43af-a90c-46adeff3a8f1.txt b/texts/c7ccddba-e6f1-43af-a90c-46adeff3a8f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed3e03cd54de3fab8c5cb260bc2514ba82fffee9 --- /dev/null +++ b/texts/c7ccddba-e6f1-43af-a90c-46adeff3a8f1.txt @@ -0,0 +1 @@ + a wide grassland and blue sky \ No newline at end of file diff --git a/texts/c7ce5797-267e-4dbf-848f-bff26daa90a3.txt b/texts/c7ce5797-267e-4dbf-848f-bff26daa90a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..521f472f88b7b8c93e5324d42b411819309df63c --- /dev/null +++ b/texts/c7ce5797-267e-4dbf-848f-bff26daa90a3.txt @@ -0,0 +1 @@ +Australian cockatiel wearing Christmas hat and in the snow \ No newline at end of file diff --git a/texts/c7d4e3b8-588b-4772-bc4f-9da3b6ed655a.txt b/texts/c7d4e3b8-588b-4772-bc4f-9da3b6ed655a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bb481e73d200d560a4fc275c42a7d4cc435f39e --- /dev/null +++ b/texts/c7d4e3b8-588b-4772-bc4f-9da3b6ed655a.txt @@ -0,0 +1 @@ +Snow is falling on the snow-capped mountain, and the snow-covered ground bears the letters "sonamdezom". The scene is set against a backdrop of a vast plateau meadow. \ No newline at end of file diff --git a/texts/c7d5264a-6754-4eaf-9ffe-f95db7c15dad.txt b/texts/c7d5264a-6754-4eaf-9ffe-f95db7c15dad.txt new file mode 100644 index 0000000000000000000000000000000000000000..73f864bee1daa43ef1e395b7b25840d48e7ee2a6 --- /dev/null +++ b/texts/c7d5264a-6754-4eaf-9ffe-f95db7c15dad.txt @@ -0,0 +1 @@ +a tired cat wearing a shirt setting infront of computer with cup of coffee at office \ No newline at end of file diff --git a/texts/c7e112f1-7e8a-4295-8505-1936ebff44d0.txt b/texts/c7e112f1-7e8a-4295-8505-1936ebff44d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd5b491925ff450fd8485ad8dda26d6e3442f3fb --- /dev/null +++ b/texts/c7e112f1-7e8a-4295-8505-1936ebff44d0.txt @@ -0,0 +1 @@ +Hello kitty,smoke,White daisy \ No newline at end of file diff --git a/texts/c7e3ca2e-ff81-409d-821a-8f7a984c03e3.txt b/texts/c7e3ca2e-ff81-409d-821a-8f7a984c03e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..811372369ba72c209bb4fda606a53ddd09343753 --- /dev/null +++ b/texts/c7e3ca2e-ff81-409d-821a-8f7a984c03e3.txt @@ -0,0 +1 @@ +In the snow, a goose wears a Santa hat surrounded by Christmas decorations \ No newline at end of file diff --git a/texts/c7ee3f85-b6a8-4011-9c64-424514cf65b1.txt b/texts/c7ee3f85-b6a8-4011-9c64-424514cf65b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..13744606bf8e0b04e6fdcdaaa2485f2fcc6be0a2 --- /dev/null +++ b/texts/c7ee3f85-b6a8-4011-9c64-424514cf65b1.txt @@ -0,0 +1 @@ +The stones after the earthquake crushed me under the ruins. \ No newline at end of file diff --git a/texts/c7eee564-1baf-47aa-8c91-a587531dfbc8.txt b/texts/c7eee564-1baf-47aa-8c91-a587531dfbc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a0306b73b9c15b3954cacac24bd2bd2f6d1d172 --- /dev/null +++ b/texts/c7eee564-1baf-47aa-8c91-a587531dfbc8.txt @@ -0,0 +1 @@ +A cute pure white long-haired cat sitting in a sleigh with Christmas gifts on the ground \ No newline at end of file diff --git a/texts/c7f158c2-401b-4b7c-b371-49d14293007e.txt b/texts/c7f158c2-401b-4b7c-b371-49d14293007e.txt new file mode 100644 index 0000000000000000000000000000000000000000..a84723de8328a9e6a72b8aa563f201b089eaccc0 --- /dev/null +++ b/texts/c7f158c2-401b-4b7c-b371-49d14293007e.txt @@ -0,0 +1 @@ +A snowy night, two cats drink wine and cheers, watch wonderful fireworks \ No newline at end of file diff --git a/texts/c7f5e452-b22a-456c-a288-cbcb0b490a32.txt b/texts/c7f5e452-b22a-456c-a288-cbcb0b490a32.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cb46334feefce9cd9f872f2af6c9dc4961d75b3 --- /dev/null +++ b/texts/c7f5e452-b22a-456c-a288-cbcb0b490a32.txt @@ -0,0 +1 @@ +Beer cans \ No newline at end of file diff --git a/texts/c8038c9c-eb66-4b86-9662-264a35ec4ece.txt b/texts/c8038c9c-eb66-4b86-9662-264a35ec4ece.txt new file mode 100644 index 0000000000000000000000000000000000000000..111031ed17423c086743a76792d72b4e25e561b4 --- /dev/null +++ b/texts/c8038c9c-eb66-4b86-9662-264a35ec4ece.txt @@ -0,0 +1 @@ +A silver crested kitten making scrambled eggs with tomatoes \ No newline at end of file diff --git a/texts/c80766cf-298b-4553-8ddf-85d9f2de8d2f.txt b/texts/c80766cf-298b-4553-8ddf-85d9f2de8d2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0681136e07030c0dc4616c359dc41e4b32ca43bd --- /dev/null +++ b/texts/c80766cf-298b-4553-8ddf-85d9f2de8d2f.txt @@ -0,0 +1 @@ +There were fireworks in the sky on a snowy beach. \ No newline at end of file diff --git a/texts/c82c133a-d292-443e-8898-a42d1ff10161.txt b/texts/c82c133a-d292-443e-8898-a42d1ff10161.txt new file mode 100644 index 0000000000000000000000000000000000000000..25b90764203faebbacddd51139db953c21a4f21e --- /dev/null +++ b/texts/c82c133a-d292-443e-8898-a42d1ff10161.txt @@ -0,0 +1 @@ +A fluffy little lamb is half facing the picture, it is standing on the grass with a delicious cake on its head, eating grass in its mouth, surrounded by flowers and butterflies, with bubbles in the air, it also has a pair of small wings, and in the distance are the Alps. \ No newline at end of file diff --git a/texts/c82e7a49-f349-4191-aa55-8ce6256de164.txt b/texts/c82e7a49-f349-4191-aa55-8ce6256de164.txt new file mode 100644 index 0000000000000000000000000000000000000000..114408aef0a1fce626f433c8176f8ffe38609420 --- /dev/null +++ b/texts/c82e7a49-f349-4191-aa55-8ce6256de164.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters i love xiin printed on the snow \ No newline at end of file diff --git a/texts/c8376772-9696-4e19-b9a2-b312f62ed0ad.txt b/texts/c8376772-9696-4e19-b9a2-b312f62ed0ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7620568cc5e39a99f7e552ebadd4eec03b2944e --- /dev/null +++ b/texts/c8376772-9696-4e19-b9a2-b312f62ed0ad.txt @@ -0,0 +1 @@ +A cute Shiba wearing a red sweater and a white Santa hat, with a happy expression, in a Christmas atmosphere, art painting in the style of Christmas, a close-up portrait, with a snowy background, art painting style \ No newline at end of file diff --git a/texts/c850ea76-a80c-435b-a155-dfde012e0661.txt b/texts/c850ea76-a80c-435b-a155-dfde012e0661.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e1b54a220e8a48a469aaf2f7943139c53f97d7e --- /dev/null +++ b/texts/c850ea76-a80c-435b-a155-dfde012e0661.txt @@ -0,0 +1 @@ +The Maltese puppy's body is white and the Yorkshire puppy's head is golden and gray, playing and running in the snow, with stars and pine trees ,Nomi snoopy is written on the ground. \ No newline at end of file diff --git a/texts/c856e827-9e21-4294-bdc1-f4e13531de4a.txt b/texts/c856e827-9e21-4294-bdc1-f4e13531de4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55ebb08d0f2900f254ed2574335123198904ff8 --- /dev/null +++ b/texts/c856e827-9e21-4294-bdc1-f4e13531de4a.txt @@ -0,0 +1 @@ +A dog in a Christmas hat \ No newline at end of file diff --git a/texts/c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9.txt b/texts/c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5694cc3b33e7743cb675f7d6ab4aab995e32daa --- /dev/null +++ b/texts/c8605fbb-e782-4e62-88a1-8c4cfe6f0cf9.txt @@ -0,0 +1 @@ +The kitten looks at the butterfly and there are bubbles next to it. \ No newline at end of file diff --git a/texts/c87fb498-c5f9-4b20-976b-bf83c8fce810.txt b/texts/c87fb498-c5f9-4b20-976b-bf83c8fce810.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0f678636167d558f5ee622505d8ff777b8acce1 --- /dev/null +++ b/texts/c87fb498-c5f9-4b20-976b-bf83c8fce810.txt @@ -0,0 +1 @@ + A man with his back to me playing a huge tuba in a burning forest with a cat nearby him in the night the weather is heavily snowy \ No newline at end of file diff --git a/texts/c880a881-6315-4aa6-9870-0df672d46046.txt b/texts/c880a881-6315-4aa6-9870-0df672d46046.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cb7dfe85b5c5d12322407c2cb496ae3110aebd5 --- /dev/null +++ b/texts/c880a881-6315-4aa6-9870-0df672d46046.txt @@ -0,0 +1 @@ +The ever-evolving coastline has produced the saddest of daffodils \ No newline at end of file diff --git a/texts/c88190df-7cb6-46d1-bdc8-c42c94e43b86.txt b/texts/c88190df-7cb6-46d1-bdc8-c42c94e43b86.txt new file mode 100644 index 0000000000000000000000000000000000000000..afb61223d6200ad85414b7856e62113492aae338 --- /dev/null +++ b/texts/c88190df-7cb6-46d1-bdc8-c42c94e43b86.txt @@ -0,0 +1 @@ +baby bernese mountain dog and baby Samoye,play at sea,fireworks blooming,fall in love,filmy feel,blue \ No newline at end of file diff --git a/texts/c883819c-557a-4b50-b950-5a7e8c21ee39.txt b/texts/c883819c-557a-4b50-b950-5a7e8c21ee39.txt new file mode 100644 index 0000000000000000000000000000000000000000..219b8b04bb2a89c4fc6f639a21af2d8aafc8cd4a --- /dev/null +++ b/texts/c883819c-557a-4b50-b950-5a7e8c21ee39.txt @@ -0,0 +1 @@ +There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/c884e57a-9e03-4b40-a525-7d7158f3bf55.txt b/texts/c884e57a-9e03-4b40-a525-7d7158f3bf55.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a632600f11451ade2e38a6f0d536bab67be980a --- /dev/null +++ b/texts/c884e57a-9e03-4b40-a525-7d7158f3bf55.txt @@ -0,0 +1 @@ +The orange cat with a red hat brewed light green rice wine and sat in front of the burning small stove. \ No newline at end of file diff --git a/texts/c88f545f-7c9e-445f-9e55-2d1d5829a00c.txt b/texts/c88f545f-7c9e-445f-9e55-2d1d5829a00c.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb3bcecc95a1fe53c67b7dd81ade005dcadcf3d3 --- /dev/null +++ b/texts/c88f545f-7c9e-445f-9e55-2d1d5829a00c.txt @@ -0,0 +1 @@ +A public telephone booth is full of blue water and goldfish. \ No newline at end of file diff --git a/texts/c894a651-9a54-442e-9cec-a7671a65ab65.txt b/texts/c894a651-9a54-442e-9cec-a7671a65ab65.txt new file mode 100644 index 0000000000000000000000000000000000000000..acf01f717b73b635a052fb7f90063423e3c95bb1 --- /dev/null +++ b/texts/c894a651-9a54-442e-9cec-a7671a65ab65.txt @@ -0,0 +1 @@ +A gray koala wearing glasses, clutching a Leica camera, poised in the act of capturing a shot, standing against the stark contrast of a snowy outdoor expanse. \ No newline at end of file diff --git a/texts/c89cd57d-f61f-4110-8911-46fd83b9d67a.txt b/texts/c89cd57d-f61f-4110-8911-46fd83b9d67a.txt new file mode 100644 index 0000000000000000000000000000000000000000..89dd1a48e77b910e144f301781e5a8af5838c2ea --- /dev/null +++ b/texts/c89cd57d-f61f-4110-8911-46fd83b9d67a.txt @@ -0,0 +1 @@ +In the snow, blue-green fish swim under the starlight \ No newline at end of file diff --git a/texts/c8a6a590-55d6-496e-a269-f2ff482c63b8.txt b/texts/c8a6a590-55d6-496e-a269-f2ff482c63b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a96811ea96ddf24e8e0473756f4623213e1ad04b --- /dev/null +++ b/texts/c8a6a590-55d6-496e-a269-f2ff482c63b8.txt @@ -0,0 +1 @@ +little deer pink roses snow land \ No newline at end of file diff --git a/texts/c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e.txt b/texts/c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee7e10fb329a09ea40e25ee7193f8bbf4a73acc3 --- /dev/null +++ b/texts/c8a8cf35-59f7-464c-8d3d-b9d3e74c6b4e.txt @@ -0,0 +1 @@ +A dreamy environment of pink flowers, pink butterflies, colorful bubbles, the word "YOSH", a guitar, and some tomatoes \ No newline at end of file diff --git a/texts/c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2.txt b/texts/c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ce6e9f6d29c55d5804d7963147f1d1e039fc71c --- /dev/null +++ b/texts/c8a9e1fb-b4ae-4045-839f-a4506e1dc6f2.txt @@ -0,0 +1 @@ +Trump is taking a nucleic acid test, the background is a Chinese street, close-up. \ No newline at end of file diff --git a/texts/c8aa3aea-3a84-4115-97ae-982e51e99457.txt b/texts/c8aa3aea-3a84-4115-97ae-982e51e99457.txt new file mode 100644 index 0000000000000000000000000000000000000000..2840c8c917521d78767d190cc43f670bd119d3eb --- /dev/null +++ b/texts/c8aa3aea-3a84-4115-97ae-982e51e99457.txt @@ -0,0 +1 @@ +A white fox and a white bird are watching fireworks under a luxuriant Christmas tree. The fox is skinny. The bird is spherical and very tiny.They snuggle together. \ No newline at end of file diff --git a/texts/c8b4c56f-810d-4878-a93f-3b3d9c81223c.txt b/texts/c8b4c56f-810d-4878-a93f-3b3d9c81223c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b08b0873ce47baad4e6e4c87931a0b3d175f9fdd --- /dev/null +++ b/texts/c8b4c56f-810d-4878-a93f-3b3d9c81223c.txt @@ -0,0 +1 @@ +two cats kiss, snow field, stars, christmas tree \ No newline at end of file diff --git a/texts/c8c38983-be82-41a5-83dc-c4c80ef2d956.txt b/texts/c8c38983-be82-41a5-83dc-c4c80ef2d956.txt new file mode 100644 index 0000000000000000000000000000000000000000..98d658db22f8e640f13341a0bcd56e0cdfebb13c --- /dev/null +++ b/texts/c8c38983-be82-41a5-83dc-c4c80ef2d956.txt @@ -0,0 +1 @@ +The cat looked out the window at the scenery \ No newline at end of file diff --git a/texts/c8e3d1e4-105b-491e-9d50-152f994619eb.txt b/texts/c8e3d1e4-105b-491e-9d50-152f994619eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8276ddd8ffd91e29f2ceda2f53f9acb6176a5f4a --- /dev/null +++ b/texts/c8e3d1e4-105b-491e-9d50-152f994619eb.txt @@ -0,0 +1 @@ +A lovely brown teddy dog is smile in front of a snow-covered Christmas tree under the starry sky. \ No newline at end of file diff --git a/texts/c8e4f3a8-0f67-4797-8e59-fe18db5937fb.txt b/texts/c8e4f3a8-0f67-4797-8e59-fe18db5937fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5df2633c97482a2f3d38633c3f04f47ac3d972c2 --- /dev/null +++ b/texts/c8e4f3a8-0f67-4797-8e59-fe18db5937fb.txt @@ -0,0 +1 @@ +A solitary dog stands at the base of a towering, rugged mountain peak, surrounded by icy streams that weave through jagged rocks, with chunks of shimmering ice floating in the water. The atmosphere is steeped in an intense sense of foreboding, as if an unknown danger lurks nearby. The scene is painted in a moody blue color palette, evoking the cold and distant beauty of the landscape. The setting is illuminated by the soft, fading light of a sunset, casting long shadows and adding to the mysterious and perilous mood of the environment \ No newline at end of file diff --git a/texts/c8e946f4-ea4f-43c5-9195-ae14f0467fe6.txt b/texts/c8e946f4-ea4f-43c5-9195-ae14f0467fe6.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0666ba9f0c476f882d0c379079ff2b1a92dbb3 --- /dev/null +++ b/texts/c8e946f4-ea4f-43c5-9195-ae14f0467fe6.txt @@ -0,0 +1 @@ +angry winnie the pooh working on a crazy Monday morning in the office \ No newline at end of file diff --git a/texts/c900d881-3bf7-4af9-8352-0a74e6cd6127.txt b/texts/c900d881-3bf7-4af9-8352-0a74e6cd6127.txt new file mode 100644 index 0000000000000000000000000000000000000000..f591eae2c639639376b52e11a8fc6d64783b71cc --- /dev/null +++ b/texts/c900d881-3bf7-4af9-8352-0a74e6cd6127.txt @@ -0,0 +1 @@ +A cartoon fish in the snow next to the number 78 \ No newline at end of file diff --git a/texts/c9017c91-7b08-4edb-b502-a006613ee23b.txt b/texts/c9017c91-7b08-4edb-b502-a006613ee23b.txt new file mode 100644 index 0000000000000000000000000000000000000000..9643904f16da808cc1fc232e2e6c9a8191e1eb14 --- /dev/null +++ b/texts/c9017c91-7b08-4edb-b502-a006613ee23b.txt @@ -0,0 +1 @@ +A lying lizard fell from the sky \ No newline at end of file diff --git a/texts/c90fd661-2164-4456-a4fc-04a3e5270bbf.txt b/texts/c90fd661-2164-4456-a4fc-04a3e5270bbf.txt new file mode 100644 index 0000000000000000000000000000000000000000..232f03272c22033631136e05519c9b465bd56de7 --- /dev/null +++ b/texts/c90fd661-2164-4456-a4fc-04a3e5270bbf.txt @@ -0,0 +1 @@ +Wearing black Tibetan clothing on the grassland covered with dense grass, without a hat, facing the camera side, the figure as a whole accounts for one third of the entire picture, and the camera is shot from the top down \ No newline at end of file diff --git a/texts/c9150215-de1e-419c-9c20-1c5961b8f6f5.txt b/texts/c9150215-de1e-419c-9c20-1c5961b8f6f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..a91e2e2486eeefea1c100ebd47973a18ea9cb072 --- /dev/null +++ b/texts/c9150215-de1e-419c-9c20-1c5961b8f6f5.txt @@ -0,0 +1 @@ +a realistic Doraemon sitting on a sofa, with laptop in front of it. Sofa burning dramatically with flames \ No newline at end of file diff --git a/texts/c9273dbe-eb2b-48ac-a708-fe8955018097.txt b/texts/c9273dbe-eb2b-48ac-a708-fe8955018097.txt new file mode 100644 index 0000000000000000000000000000000000000000..82f56064d0f9b4d068f2fe67d787132390ac2fe3 --- /dev/null +++ b/texts/c9273dbe-eb2b-48ac-a708-fe8955018097.txt @@ -0,0 +1 @@ +The scene is neat and calm; it's a warm day; high above the clouds, the sea of clouds is yellowish; there's a boat floating in the sky, the boat is red. \ No newline at end of file diff --git a/texts/c92c63b7-44fc-4575-bae0-063800fc7323.txt b/texts/c92c63b7-44fc-4575-bae0-063800fc7323.txt new file mode 100644 index 0000000000000000000000000000000000000000..f96e9e1b5cfa8253b0015a710f5cc9a933b06e25 --- /dev/null +++ b/texts/c92c63b7-44fc-4575-bae0-063800fc7323.txt @@ -0,0 +1 @@ +The faceless man rode a horse and ran in the snow. \ No newline at end of file diff --git a/texts/c9378b6e-3a12-4f92-84c4-441a04a9ecd2.txt b/texts/c9378b6e-3a12-4f92-84c4-441a04a9ecd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b7cacd7c0db8bd3e19513726e1485846dbed51 --- /dev/null +++ b/texts/c9378b6e-3a12-4f92-84c4-441a04a9ecd2.txt @@ -0,0 +1 @@ +modern or futuristic computers with coding on the screens \ No newline at end of file diff --git a/texts/c93801eb-9e0d-47d7-b306-b13efea1a8e4.txt b/texts/c93801eb-9e0d-47d7-b306-b13efea1a8e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce88fdc7fbed74b859ecf94b8d34b9283ebddd92 --- /dev/null +++ b/texts/c93801eb-9e0d-47d7-b306-b13efea1a8e4.txt @@ -0,0 +1 @@ +A white kitten with pink butterfly wings is making a wish on a cake, with the background at the foot of Mount Fuji.. \ No newline at end of file diff --git a/texts/c93f7126-7139-466e-a444-5d0fe52e6949.txt b/texts/c93f7126-7139-466e-a444-5d0fe52e6949.txt new file mode 100644 index 0000000000000000000000000000000000000000..86ff2ba0118511516fcf9827acf31f4922b53fae --- /dev/null +++ b/texts/c93f7126-7139-466e-a444-5d0fe52e6949.txt @@ -0,0 +1 @@ +A white cat wearing sunglasses is driving on the road The background is green grassland. \ No newline at end of file diff --git a/texts/c9428514-b568-494f-a002-37aa7b4d9177.txt b/texts/c9428514-b568-494f-a002-37aa7b4d9177.txt new file mode 100644 index 0000000000000000000000000000000000000000..62bcc2840470a432eb610ad471a06a24b851b2b3 --- /dev/null +++ b/texts/c9428514-b568-494f-a002-37aa7b4d9177.txt @@ -0,0 +1 @@ +The cat eats apples in the tree. \ No newline at end of file diff --git a/texts/c945d3b5-fb6e-45fe-85e0-a6134d0eed1e.txt b/texts/c945d3b5-fb6e-45fe-85e0-a6134d0eed1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ad71d06ff25d31f540256881d75f181188a699e --- /dev/null +++ b/texts/c945d3b5-fb6e-45fe-85e0-a6134d0eed1e.txt @@ -0,0 +1 @@ +Snowy sky at night, sky takes up most of the sky, pure scenery, no animals no characters \ No newline at end of file diff --git a/texts/c94a871c-425b-40a4-908a-69d8aad34de8.txt b/texts/c94a871c-425b-40a4-908a-69d8aad34de8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f7834d94293c3acee8aa1333e3fb51999c0422a --- /dev/null +++ b/texts/c94a871c-425b-40a4-908a-69d8aad34de8.txt @@ -0,0 +1 @@ +Border Collie with a Christmas hat lying in the snow, the ground with balloons XDM \ No newline at end of file diff --git a/texts/c96a91d0-444f-489e-ad23-6580d3b44d55.txt b/texts/c96a91d0-444f-489e-ad23-6580d3b44d55.txt new file mode 100644 index 0000000000000000000000000000000000000000..84212c8e3c57bbd1db102cddc46c926adc0340de --- /dev/null +++ b/texts/c96a91d0-444f-489e-ad23-6580d3b44d55.txt @@ -0,0 +1 @@ +money \ No newline at end of file diff --git a/texts/c9770d63-ffd1-420f-9f7b-a9a4d1d131ab.txt b/texts/c9770d63-ffd1-420f-9f7b-a9a4d1d131ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfa8c45c191fa9a3e69eb27fc7431e2c9b3f1c3f --- /dev/null +++ b/texts/c9770d63-ffd1-420f-9f7b-a9a4d1d131ab.txt @@ -0,0 +1 @@ +shiba dog wear xmas tree cloth \ No newline at end of file diff --git a/texts/c97f4864-65ae-419a-9505-e900a04486f8.txt b/texts/c97f4864-65ae-419a-9505-e900a04486f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e39440028a197a7ad14a095272077444ba2d4f52 --- /dev/null +++ b/texts/c97f4864-65ae-419a-9505-e900a04486f8.txt @@ -0,0 +1 @@ +A hillside, big green lawn, double cake shaped pink house, bubbles \ No newline at end of file diff --git a/texts/c98a2853-b9cf-467d-b06e-9345b2769511.txt b/texts/c98a2853-b9cf-467d-b06e-9345b2769511.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d67ec0cbb2ebebbc22fa9593ec2529f9510c2f7 --- /dev/null +++ b/texts/c98a2853-b9cf-467d-b06e-9345b2769511.txt @@ -0,0 +1 @@ +A golden retriever puppy is playing in the garden \ No newline at end of file diff --git a/texts/c99efdae-70fb-4503-af60-962a3755a91f.txt b/texts/c99efdae-70fb-4503-af60-962a3755a91f.txt new file mode 100644 index 0000000000000000000000000000000000000000..42a79ad503426d833dcfd403b4663aad663c4c38 --- /dev/null +++ b/texts/c99efdae-70fb-4503-af60-962a3755a91f.txt @@ -0,0 +1 @@ +colse-up photos of the cute 1-year-old baby celebrating his chrismas ,making panke \ No newline at end of file diff --git a/texts/c9a0a547-5fce-4d6f-ac22-53f06570ae66.txt b/texts/c9a0a547-5fce-4d6f-ac22-53f06570ae66.txt new file mode 100644 index 0000000000000000000000000000000000000000..9246f9fd6a13a0232ebbd3ebce1866e6c8d11926 --- /dev/null +++ b/texts/c9a0a547-5fce-4d6f-ac22-53f06570ae66.txt @@ -0,0 +1 @@ +A man goes to the moon with a puppy \ No newline at end of file diff --git a/texts/c9a88f7a-dac8-4c66-bc2a-b03e269bbed4.txt b/texts/c9a88f7a-dac8-4c66-bc2a-b03e269bbed4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d38bb0dcfe88143854e8be289846420fa6f3540 --- /dev/null +++ b/texts/c9a88f7a-dac8-4c66-bc2a-b03e269bbed4.txt @@ -0,0 +1 @@ +a buzz cut muscle man stand beside a burning car \ No newline at end of file diff --git a/texts/c9b1cbfd-f213-4187-abd6-b834e0acfb48.txt b/texts/c9b1cbfd-f213-4187-abd6-b834e0acfb48.txt new file mode 100644 index 0000000000000000000000000000000000000000..a45a5e45df050e8f747fbcdfcf76c08dacb8c867 --- /dev/null +++ b/texts/c9b1cbfd-f213-4187-abd6-b834e0acfb48.txt @@ -0,0 +1 @@ +A lovely hellokitty doll wrote Happy Birthday to yosh in English next to her birthday. \ No newline at end of file diff --git a/texts/c9cd768e-816f-4004-b22b-8f4459e62e5b.txt b/texts/c9cd768e-816f-4004-b22b-8f4459e62e5b.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bc5ed62c1df505fbb29a2fa54a4b6079277bd10 --- /dev/null +++ b/texts/c9cd768e-816f-4004-b22b-8f4459e62e5b.txt @@ -0,0 +1 @@ +On a snowy night, there are two kitty cats wearing Christmas hats in the distance. Next to it is a Christmas tree. "BMY&SES" is written on the snow, and there are traces of cat's claws. There is an aurora in the sky, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/c9ce824c-cfaa-492c-9b67-04ff9bc10a89.txt b/texts/c9ce824c-cfaa-492c-9b67-04ff9bc10a89.txt new file mode 100644 index 0000000000000000000000000000000000000000..76a8dbc110121a50058aa82eef09961ffee1d007 --- /dev/null +++ b/texts/c9ce824c-cfaa-492c-9b67-04ff9bc10a89.txt @@ -0,0 +1 @@ +There are many stalls in the bustling Christmas market. One of them is a cafe with many french window, and there is a huge Christmas tree in the middle \ No newline at end of file diff --git a/texts/c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f.txt b/texts/c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a98b27b77049c89ec3c6b58230db0c682273a14a --- /dev/null +++ b/texts/c9ded45d-8d1a-4ceb-bd43-73de84c5ec9f.txt @@ -0,0 +1 @@ +Two black teddy dogs walking on the bridge, sunshine, snow \ No newline at end of file diff --git a/texts/c9e08e34-1772-4a81-9e5c-6bb9d4abb279.txt b/texts/c9e08e34-1772-4a81-9e5c-6bb9d4abb279.txt new file mode 100644 index 0000000000000000000000000000000000000000..061ab5e022fb1c62f6bbb187fb7c9dd34718c48f --- /dev/null +++ b/texts/c9e08e34-1772-4a81-9e5c-6bb9d4abb279.txt @@ -0,0 +1 @@ +A black cat is playing on a slide in the snow. \ No newline at end of file diff --git a/texts/c9e10d38-de06-4033-90e7-09d819ce1600.txt b/texts/c9e10d38-de06-4033-90e7-09d819ce1600.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4c0441dcfe212b66e23208d54fc96128c75754 --- /dev/null +++ b/texts/c9e10d38-de06-4033-90e7-09d819ce1600.txt @@ -0,0 +1 @@ +On a snowy night, an endless expanse of snow. In the distance, there is a sea, with a white Hello Kitty doll wearing a Christmas hat and a Christmas dress. Next to it is a Christmas tree, and the snow is marked with "ZZR&ZJW" with cat paw marks. A melancholic blue night scene with dreamy effects of light particles and high color saturation. \ No newline at end of file diff --git a/texts/c9e24d09-2bcc-44b7-8515-47b60ca4195c.txt b/texts/c9e24d09-2bcc-44b7-8515-47b60ca4195c.txt new file mode 100644 index 0000000000000000000000000000000000000000..51e46d259b26ae46dddc996582ffefb4dade6609 --- /dev/null +++ b/texts/c9e24d09-2bcc-44b7-8515-47b60ca4195c.txt @@ -0,0 +1 @@ +Black and white cat with santa hat by the furnace , a christmas tree in the background. \ No newline at end of file diff --git a/texts/c9f3a18d-36bc-45e0-8927-76b76763ccb1.txt b/texts/c9f3a18d-36bc-45e0-8927-76b76763ccb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff64a647474e1796f437ba488dc9070a99cbc0d0 --- /dev/null +++ b/texts/c9f3a18d-36bc-45e0-8927-76b76763ccb1.txt @@ -0,0 +1 @@ +A very cute fluffy kitten was writing a paper while listening to music. She seemed quiet and not upset, but she was asleep. \ No newline at end of file diff --git a/texts/ca117645-da4c-46c3-8ccc-828ee8264b9c.txt b/texts/ca117645-da4c-46c3-8ccc-828ee8264b9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..21629356505eb5b75f610caf782086f2392b31e5 --- /dev/null +++ b/texts/ca117645-da4c-46c3-8ccc-828ee8264b9c.txt @@ -0,0 +1 @@ +a beautiful ragdoll cat wearing a magic hat and learning a book or play the piano \ No newline at end of file diff --git a/texts/ca11ee54-e935-475b-beda-1b267d65a5d6.txt b/texts/ca11ee54-e935-475b-beda-1b267d65a5d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..994bde63b5ad8b6bc7b024b54ac429a2b6db65e9 --- /dev/null +++ b/texts/ca11ee54-e935-475b-beda-1b267d65a5d6.txt @@ -0,0 +1 @@ +a lightning striking a ducati motorcycle in flames in the middle of dried grassfield with a blue storm \ No newline at end of file diff --git a/texts/ca16bef9-4320-4858-b7c6-c017f0b1283f.txt b/texts/ca16bef9-4320-4858-b7c6-c017f0b1283f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade5b255802039912c682e3beee38e61a128f78f --- /dev/null +++ b/texts/ca16bef9-4320-4858-b7c6-c017f0b1283f.txt @@ -0,0 +1 @@ +The whales and fishes were flying in the deep blue sky \ No newline at end of file diff --git a/texts/ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1.txt b/texts/ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4f99f1aa562d7b11f23e532a0fd960ac1404f9a --- /dev/null +++ b/texts/ca17f20b-b3a2-4a6a-b8b5-00d4c3120ba1.txt @@ -0,0 +1 @@ +A raccoon in a Christmas hat was happily lying under the bed covers, Enjoy eating cookies \ No newline at end of file diff --git a/texts/ca1b82cb-f087-439b-b94f-8f5dceab8f4b.txt b/texts/ca1b82cb-f087-439b-b94f-8f5dceab8f4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f330c0fc0c2694e83d24603c36855727eaa6c658 --- /dev/null +++ b/texts/ca1b82cb-f087-439b-b94f-8f5dceab8f4b.txt @@ -0,0 +1 @@ +A West Highland White Terrier in pink clothes is standing on a big letter R, and there is snow everywhere.snowing \ No newline at end of file diff --git a/texts/ca23315a-ed09-4f03-98c3-f873274bedf6.txt b/texts/ca23315a-ed09-4f03-98c3-f873274bedf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a489fcb77f0b9af21d50444e6d11c2495cb07a56 --- /dev/null +++ b/texts/ca23315a-ed09-4f03-98c3-f873274bedf6.txt @@ -0,0 +1 @@ +Hello Kitty set the school on fire \ No newline at end of file diff --git a/texts/ca2b0295-cb95-4995-8f6c-d99ab0fbace2.txt b/texts/ca2b0295-cb95-4995-8f6c-d99ab0fbace2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e02bbb52956d9a9fc038f548dbefc7f507a2f9c2 --- /dev/null +++ b/texts/ca2b0295-cb95-4995-8f6c-d99ab0fbace2.txt @@ -0,0 +1 @@ +Night, snow, motorcycle, back \ No newline at end of file diff --git a/texts/ca389b00-d880-445d-80e1-0498f05b2bf0.txt b/texts/ca389b00-d880-445d-80e1-0498f05b2bf0.txt new file mode 100644 index 0000000000000000000000000000000000000000..63c1d2bb9c646c8b1f7bb5ab516aef0d665b5b77 --- /dev/null +++ b/texts/ca389b00-d880-445d-80e1-0498f05b2bf0.txt @@ -0,0 +1 @@ +a slice of apple in the fridge \ No newline at end of file diff --git a/texts/ca4a721e-e722-4750-8ff5-6a4eafa13e8d.txt b/texts/ca4a721e-e722-4750-8ff5-6a4eafa13e8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6691737350d36771d06ad35bc379b8859976a6b --- /dev/null +++ b/texts/ca4a721e-e722-4750-8ff5-6a4eafa13e8d.txt @@ -0,0 +1 @@ +Seaside ,Cute Hello KittyDoll,Handwritten LitchiXin on the Snow \ No newline at end of file diff --git a/texts/ca4d7d9c-2970-4984-a593-21fc91e169f7.txt b/texts/ca4d7d9c-2970-4984-a593-21fc91e169f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca4085c3d1ab0ab4c43e6d1a8b7cefb78448bca0 --- /dev/null +++ b/texts/ca4d7d9c-2970-4984-a593-21fc91e169f7.txt @@ -0,0 +1 @@ +there are the hellokitty and pingu in front of a big Christmas tree \ No newline at end of file diff --git a/texts/ca51c5e7-bfa4-4367-b49a-b0026d9057d4.txt b/texts/ca51c5e7-bfa4-4367-b49a-b0026d9057d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..40ebb1b8d75e768486a79fcf7ed3fd1c2e18d39e --- /dev/null +++ b/texts/ca51c5e7-bfa4-4367-b49a-b0026d9057d4.txt @@ -0,0 +1 @@ +abandon forest \ No newline at end of file diff --git a/texts/ca5afbf4-60a5-4e36-9187-e6c5275d35f8.txt b/texts/ca5afbf4-60a5-4e36-9187-e6c5275d35f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..67e0f32c4696b3284684438e97d9a0eab22dd041 --- /dev/null +++ b/texts/ca5afbf4-60a5-4e36-9187-e6c5275d35f8.txt @@ -0,0 +1 @@ +Gold and Elegant Cheese Love's Day Card Template \ No newline at end of file diff --git a/texts/ca5c2fa6-aad2-4d63-a13c-776dbd484401.txt b/texts/ca5c2fa6-aad2-4d63-a13c-776dbd484401.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cecb6a06d6a99649051605a21a1f6564025e233 --- /dev/null +++ b/texts/ca5c2fa6-aad2-4d63-a13c-776dbd484401.txt @@ -0,0 +1 @@ +The little dog retriever ran on the green grass with pink wings Vertical view \ No newline at end of file diff --git a/texts/ca5d07c5-4598-4a38-ab41-3d274e681a88.txt b/texts/ca5d07c5-4598-4a38-ab41-3d274e681a88.txt new file mode 100644 index 0000000000000000000000000000000000000000..fda25c422bf5a32e66d27994534e61be8a77b229 --- /dev/null +++ b/texts/ca5d07c5-4598-4a38-ab41-3d274e681a88.txt @@ -0,0 +1 @@ +An adult polar bear and two young polar bears are walking in the snow, with a deep blue sky and snowflakes drifting. \ No newline at end of file diff --git a/texts/ca5ff7c5-5bc7-461c-a458-cdb359cdb303.txt b/texts/ca5ff7c5-5bc7-461c-a458-cdb359cdb303.txt new file mode 100644 index 0000000000000000000000000000000000000000..621a79a5784ff1e0443abf73bad74b6438e0f718 --- /dev/null +++ b/texts/ca5ff7c5-5bc7-461c-a458-cdb359cdb303.txt @@ -0,0 +1 @@ +winnie the pooh toy drinks coffee by the side of West Lake in Hangzhou \ No newline at end of file diff --git a/texts/ca68d927-3997-4992-b692-d7ddef4e96d7.txt b/texts/ca68d927-3997-4992-b692-d7ddef4e96d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..17aff95aeaf9ee740a24ec6578f9711b0bd570dc --- /dev/null +++ b/texts/ca68d927-3997-4992-b692-d7ddef4e96d7.txt @@ -0,0 +1 @@ +There are cat paw prints on the snow, and Yan is written on the snow \ No newline at end of file diff --git a/texts/ca803e45-b7d2-4437-a981-2e0a6ac34b61.txt b/texts/ca803e45-b7d2-4437-a981-2e0a6ac34b61.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74f7b898cb27b30d960fab5acbcc4c6d881a448 --- /dev/null +++ b/texts/ca803e45-b7d2-4437-a981-2e0a6ac34b61.txt @@ -0,0 +1 @@ +Donald duck is cooking in the snow. \ No newline at end of file diff --git a/texts/ca876c78-9df7-4e70-a755-e37b58ad880e.txt b/texts/ca876c78-9df7-4e70-a755-e37b58ad880e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a5a5fd25a10a30d99b0dc25c57a4f8dc507f7b5 --- /dev/null +++ b/texts/ca876c78-9df7-4e70-a755-e37b58ad880e.txt @@ -0,0 +1 @@ +A cute and chubby little cat is catching butterflies on the beach, with many white butterflies flying in the air, \ No newline at end of file diff --git a/texts/ca8f688e-30bd-41db-91d7-e5cad6db1c94.txt b/texts/ca8f688e-30bd-41db-91d7-e5cad6db1c94.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbe2a5f71f81e14a253a6937c26cbe45c22ca4b0 --- /dev/null +++ b/texts/ca8f688e-30bd-41db-91d7-e5cad6db1c94.txt @@ -0,0 +1 @@ +A swing was burning, By the sea \ No newline at end of file diff --git a/texts/ca9de041-4bcd-4759-aba4-0f6409d5e7a4.txt b/texts/ca9de041-4bcd-4759-aba4-0f6409d5e7a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..089de380f447aa1a85d3ccb6379169c92f66913a --- /dev/null +++ b/texts/ca9de041-4bcd-4759-aba4-0f6409d5e7a4.txt @@ -0,0 +1 @@ +Portrait professionell linkedin de Thomas, 38 ans, manager en entreprise \ No newline at end of file diff --git a/texts/caa3da2b-dfee-443f-b40d-fba548e8dc28.txt b/texts/caa3da2b-dfee-443f-b40d-fba548e8dc28.txt new file mode 100644 index 0000000000000000000000000000000000000000..f306b2c2f26bacbb9d06493c6bc63394921c8f37 --- /dev/null +++ b/texts/caa3da2b-dfee-443f-b40d-fba548e8dc28.txt @@ -0,0 +1 @@ +more fireworks, aurora, starts \ No newline at end of file diff --git a/texts/cac0ddba-5168-4b7b-a6e8-cc354888f16f.txt b/texts/cac0ddba-5168-4b7b-a6e8-cc354888f16f.txt new file mode 100644 index 0000000000000000000000000000000000000000..da3e3f832a2ea4c589d3b45ab49113ceaea55429 --- /dev/null +++ b/texts/cac0ddba-5168-4b7b-a6e8-cc354888f16f.txt @@ -0,0 +1 @@ +Bichon puppy pilot, tongue out on a glider flying in the sky with the sky in the background and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/cac17d4d-b8c3-40a8-9a27-98a2000a0131.txt b/texts/cac17d4d-b8c3-40a8-9a27-98a2000a0131.txt new file mode 100644 index 0000000000000000000000000000000000000000..513492b1f5cb9d973826f9021b5a7c1a4c2e694d --- /dev/null +++ b/texts/cac17d4d-b8c3-40a8-9a27-98a2000a0131.txt @@ -0,0 +1 @@ +ufo, universe, rocket, bunnies \ No newline at end of file diff --git a/texts/cacffd43-5fdd-4b34-ba19-d8171fbfae46.txt b/texts/cacffd43-5fdd-4b34-ba19-d8171fbfae46.txt new file mode 100644 index 0000000000000000000000000000000000000000..7734d898a7b372987ff143d9b157a29d6ef42d17 --- /dev/null +++ b/texts/cacffd43-5fdd-4b34-ba19-d8171fbfae46.txt @@ -0,0 +1 @@ +Snowy days, aurora.With butterfly wingsWest highland dog \ No newline at end of file diff --git a/texts/cad640b7-7349-420c-83d6-1926fc05838a.txt b/texts/cad640b7-7349-420c-83d6-1926fc05838a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ac4f00024babfbfac9495a7947caad06a1114b4 --- /dev/null +++ b/texts/cad640b7-7349-420c-83d6-1926fc05838a.txt @@ -0,0 +1 @@ +Cherry blossoms, Times Square in New York, pink and purple sunset \ No newline at end of file diff --git a/texts/cadde863-6e7b-47a0-8c46-9c1db9321bdb.txt b/texts/cadde863-6e7b-47a0-8c46-9c1db9321bdb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3571d7aa1c8b7a626ed55faac22466fa2818c38 --- /dev/null +++ b/texts/cadde863-6e7b-47a0-8c46-9c1db9321bdb.txt @@ -0,0 +1 @@ +a cat sitting in the office and watching laptop who dont want to work,but it have to \ No newline at end of file diff --git a/texts/cae7517a-9e57-4702-83e4-bb3477320daf.txt b/texts/cae7517a-9e57-4702-83e4-bb3477320daf.txt new file mode 100644 index 0000000000000000000000000000000000000000..d31b21207a69f800270360e7a515bb726c6a06b8 --- /dev/null +++ b/texts/cae7517a-9e57-4702-83e4-bb3477320daf.txt @@ -0,0 +1 @@ +At night, the foliage is all around, and there is only a curved moon and a star in the sky \ No newline at end of file diff --git a/texts/caed245e-c1c8-4829-90e2-2ff5f568cb90.txt b/texts/caed245e-c1c8-4829-90e2-2ff5f568cb90.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ff5609e0584e451d6a8ae9d58fb856a0bffcd43 --- /dev/null +++ b/texts/caed245e-c1c8-4829-90e2-2ff5f568cb90.txt @@ -0,0 +1 @@ +Handwritten word "zhengle" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/caf02615-8e36-4525-b929-c32061139903.txt b/texts/caf02615-8e36-4525-b929-c32061139903.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dda3b0b4fce460ac9b6643bbcbb78e96244f0bb --- /dev/null +++ b/texts/caf02615-8e36-4525-b929-c32061139903.txt @@ -0,0 +1 @@ +A little white rabbit vacations by the sea on a sunny day \ No newline at end of file diff --git a/texts/cb03df0c-dae7-4b45-9117-922895c59d0e.txt b/texts/cb03df0c-dae7-4b45-9117-922895c59d0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..92987369c7552263df2846b3fa7a88d38a4b1e91 --- /dev/null +++ b/texts/cb03df0c-dae7-4b45-9117-922895c59d0e.txt @@ -0,0 +1 @@ +Your eyes don't lie, you're much too good to be true. \ No newline at end of file diff --git a/texts/cb099e2d-9e69-4213-9dd3-419b5aa8a32b.txt b/texts/cb099e2d-9e69-4213-9dd3-419b5aa8a32b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac43efb766e23113cb86f66174209b22f3f44ba9 --- /dev/null +++ b/texts/cb099e2d-9e69-4213-9dd3-419b5aa8a32b.txt @@ -0,0 +1 @@ +Border Collie black-and-white color / meet unicore/ in the snow field \ No newline at end of file diff --git a/texts/cb12462d-20e6-446c-875b-70dc263364a0.txt b/texts/cb12462d-20e6-446c-875b-70dc263364a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b68895ec20d234db34d007aaa90f664e0cf7586 --- /dev/null +++ b/texts/cb12462d-20e6-446c-875b-70dc263364a0.txt @@ -0,0 +1 @@ +Christmas tree ,Many Mickey mouse ,snowwhite land \ No newline at end of file diff --git a/texts/cb153fe4-e41b-45d0-9953-2cbd17d56c9f.txt b/texts/cb153fe4-e41b-45d0-9953-2cbd17d56c9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e73a5b4b2020dd197d8f6dc605aa38f102e7af1e --- /dev/null +++ b/texts/cb153fe4-e41b-45d0-9953-2cbd17d56c9f.txt @@ -0,0 +1 @@ +Snow, Sunset,The tiny Siamese cat has transparent wing, Christmas tree, small wood house, fireplace \ No newline at end of file diff --git a/texts/cb1d9e4d-7e87-4615-9311-082d3465e650.txt b/texts/cb1d9e4d-7e87-4615-9311-082d3465e650.txt new file mode 100644 index 0000000000000000000000000000000000000000..8614fe76946315f8250ccea13946ab9531a98994 --- /dev/null +++ b/texts/cb1d9e4d-7e87-4615-9311-082d3465e650.txt @@ -0,0 +1 @@ +A white rabbit is learning how to play tennis \ No newline at end of file diff --git a/texts/cb1e4bd3-2859-4a6f-a591-9897cce6722b.txt b/texts/cb1e4bd3-2859-4a6f-a591-9897cce6722b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a0c3915104f5e88046609514a3c455491964df2 --- /dev/null +++ b/texts/cb1e4bd3-2859-4a6f-a591-9897cce6722b.txt @@ -0,0 +1 @@ +Chihuahua, in the grass, in the summer, in the morning, the lawn with flowers, with the sun. \ No newline at end of file diff --git a/texts/cb209ce7-0c05-4e4c-801f-b5cdd0190d1e.txt b/texts/cb209ce7-0c05-4e4c-801f-b5cdd0190d1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f86247f4999fa692461dc05e0cc3b30636487ac9 --- /dev/null +++ b/texts/cb209ce7-0c05-4e4c-801f-b5cdd0190d1e.txt @@ -0,0 +1 @@ +Rabbit, fruit, flower in aurora snow, winter, cheer, snow man \ No newline at end of file diff --git a/texts/cb267aba-bc52-4bad-ac35-33be020241e1.txt b/texts/cb267aba-bc52-4bad-ac35-33be020241e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ab0479469992bdf746af3f47157907ed566f18d --- /dev/null +++ b/texts/cb267aba-bc52-4bad-ac35-33be020241e1.txt @@ -0,0 +1 @@ +aWinged Maine Coon cats play happily in snowy weather \ No newline at end of file diff --git a/texts/cb32813a-b8ee-4a11-b173-0d74478fd627.txt b/texts/cb32813a-b8ee-4a11-b173-0d74478fd627.txt new file mode 100644 index 0000000000000000000000000000000000000000..e30fe90396cda975c2773bd8d3904ae8566f01ac --- /dev/null +++ b/texts/cb32813a-b8ee-4a11-b173-0d74478fd627.txt @@ -0,0 +1 @@ +Waves and candy bar decorated and a term written heeseung and time is closed to midnight \ No newline at end of file diff --git a/texts/cb40a5d4-c578-4178-bab6-e13daaa657af.txt b/texts/cb40a5d4-c578-4178-bab6-e13daaa657af.txt new file mode 100644 index 0000000000000000000000000000000000000000..50a67818b0d80f72eaa8de208af90b1707d8ec7a --- /dev/null +++ b/texts/cb40a5d4-c578-4178-bab6-e13daaa657af.txt @@ -0,0 +1 @@ +At night, a cat stands on the snowman's head \ No newline at end of file diff --git a/texts/cb512769-de85-4559-872d-30dd98fb5e62.txt b/texts/cb512769-de85-4559-872d-30dd98fb5e62.txt new file mode 100644 index 0000000000000000000000000000000000000000..90dbbedb4f8861d6c9e5ef7514c54aace92a6a05 --- /dev/null +++ b/texts/cb512769-de85-4559-872d-30dd98fb5e62.txt @@ -0,0 +1 @@ +Puppie, wings, aurora, bubbles, dreams \ No newline at end of file diff --git a/texts/cb530079-2c5d-47bd-afd2-a15fcdee67f2.txt b/texts/cb530079-2c5d-47bd-afd2-a15fcdee67f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f17e79794aae5698c141fd8d9e5bf662d95fc4b9 --- /dev/null +++ b/texts/cb530079-2c5d-47bd-afd2-a15fcdee67f2.txt @@ -0,0 +1 @@ + A little hamster dressed up as Christmas in front of a wooden house in a snowy forest \ No newline at end of file diff --git a/texts/cb5d8068-f09e-4d31-9d94-68c83158616e.txt b/texts/cb5d8068-f09e-4d31-9d94-68c83158616e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a352a7081621f197a1d2784ceac940c3b51063d --- /dev/null +++ b/texts/cb5d8068-f09e-4d31-9d94-68c83158616e.txt @@ -0,0 +1 @@ +Aliens stand in front of the Eiffel Tower and eat hamburgers. \ No newline at end of file diff --git a/texts/cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0.txt b/texts/cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..9af75640e65863066e739802ce02602d69cdccb5 --- /dev/null +++ b/texts/cb5d90ed-c55d-4317-8ff6-f2b3fae9d5e0.txt @@ -0,0 +1 @@ +A Hello Kitty setting off fireworks in the snow \ No newline at end of file diff --git a/texts/cb6159b6-a5ad-42af-945e-e5444103d046.txt b/texts/cb6159b6-a5ad-42af-945e-e5444103d046.txt new file mode 100644 index 0000000000000000000000000000000000000000..963e09fd23b98feeb21a82bb1d23505e972c40cf --- /dev/null +++ b/texts/cb6159b6-a5ad-42af-945e-e5444103d046.txt @@ -0,0 +1 @@ +A black kitten with wings and a white kitten on the snow \ No newline at end of file diff --git a/texts/cb625853-2664-4111-bc73-49a1193cfdc3.txt b/texts/cb625853-2664-4111-bc73-49a1193cfdc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ecf3cdc36971b74e1eb33e1f8191e4aee7464d7 --- /dev/null +++ b/texts/cb625853-2664-4111-bc73-49a1193cfdc3.txt @@ -0,0 +1 @@ +Hellokitty cry under an green alpple tree,with bufferfly \ No newline at end of file diff --git a/texts/cb7e3db0-e39e-4374-ba4b-e074210a66a0.txt b/texts/cb7e3db0-e39e-4374-ba4b-e074210a66a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..44a3760e890df1a416fac878c3bd740f8cf2ee56 --- /dev/null +++ b/texts/cb7e3db0-e39e-4374-ba4b-e074210a66a0.txt @@ -0,0 +1 @@ +A handsome young monk in the front with the lake Kinkaku Temple on fire in the background \ No newline at end of file diff --git a/texts/cb8c521e-e34a-46f8-adb5-7aa560cccf8f.txt b/texts/cb8c521e-e34a-46f8-adb5-7aa560cccf8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b14f2026362483b5cf7fe1e7a38d8b12a504280 --- /dev/null +++ b/texts/cb8c521e-e34a-46f8-adb5-7aa560cccf8f.txt @@ -0,0 +1 @@ +And nothing hurts anymore, I feel kinda free \ No newline at end of file diff --git a/texts/cb9048f1-d167-4a05-b7cc-e776bdc8b07b.txt b/texts/cb9048f1-d167-4a05-b7cc-e776bdc8b07b.txt new file mode 100644 index 0000000000000000000000000000000000000000..54008ac4a8ff9731f0b8826117388a56ea624275 --- /dev/null +++ b/texts/cb9048f1-d167-4a05-b7cc-e776bdc8b07b.txt @@ -0,0 +1 @@ +Through an ornate baroque-style green glass window, a cow is seen grazing peacefully in the golden glow of the sunset. Behind the cow, snow-capped mountains are bathed in sunlight. \ No newline at end of file diff --git a/texts/cb9347e9-e706-4e8c-82c5-3c02d858ad4d.txt b/texts/cb9347e9-e706-4e8c-82c5-3c02d858ad4d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f03eed5299d224d4ec102798efca3498b1eb1d55 --- /dev/null +++ b/texts/cb9347e9-e706-4e8c-82c5-3c02d858ad4d.txt @@ -0,0 +1 @@ +The silver gradient kitten is wearing a pink scarf and drinking coffee watching the fireworks \ No newline at end of file diff --git a/texts/cb977d52-1cbf-499a-a014-e98e7b7a31ba.txt b/texts/cb977d52-1cbf-499a-a014-e98e7b7a31ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3daad5adbe13c47d412145165122b9809d1db23 --- /dev/null +++ b/texts/cb977d52-1cbf-499a-a014-e98e7b7a31ba.txt @@ -0,0 +1 @@ +A Shiba Dog Watching Fireworks in the Snow. \ No newline at end of file diff --git a/texts/cb99c4ea-3550-4639-a76e-1f41548af0b6.txt b/texts/cb99c4ea-3550-4639-a76e-1f41548af0b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..1448074f1da49993076ffee4f6c49ca2aef36da9 --- /dev/null +++ b/texts/cb99c4ea-3550-4639-a76e-1f41548af0b6.txt @@ -0,0 +1 @@ +In the center of the screen is a long corridor of the school, with a green lawn and purple flowers growing on the floor. On either side of the corridor are white walls, with a few doors and large windows. The first door on the left side is marked with the numbers "2-4". At the end of the corridor, there is a bright light, and the white curtains hanging on the right window are blown by the wind. \ No newline at end of file diff --git a/texts/cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4.txt b/texts/cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2f02754ba91bacf0e330036a25f3fff6d5daf0c --- /dev/null +++ b/texts/cb9bc3c6-ea4d-4ab5-a0ab-80ba4b94a9b4.txt @@ -0,0 +1 @@ +Dreamland, Shiba Inu, lover, seaside \ No newline at end of file diff --git a/texts/cb9ea8a0-27dd-4726-8ae3-99e114a85d20.txt b/texts/cb9ea8a0-27dd-4726-8ae3-99e114a85d20.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3a82b8f3ba75fdf6e26eb2fdd49f5dc0bcb35c3 --- /dev/null +++ b/texts/cb9ea8a0-27dd-4726-8ae3-99e114a85d20.txt @@ -0,0 +1 @@ +This is a digital artwork featuring a whimsical and endearing image of a tabby cat dressed as a wizard. The cat, with its light orange and brown fur, is centered in the image. It is wearing a large, dark grey wizard hat adorned with a golden band and a small, round brooch at the front. The hat has a slightly pointed tip and a soft, slightly wrinkled texture. The cat's large, expressive eyes are wide open, giving it a curious and thoughtful expression. It is holding a small, open book in its paws, which it seems to be reading intently. The background is dark, with hints of indistinct shapes and shadows, which creates a mysterious and magical atmosphere. The overall style of the artwork is realistic with a slight touch of digital enhancement, giving the cat a slightly cartoonish yet lifelike appearance. The texture of the fur and the hat are meticulously detailed, enhancing the overall charm and humor of the scene. The image evokes a sense of playful fantasy and enchantment, making it a \ No newline at end of file diff --git a/texts/cba40eb2-83d2-4026-bb30-04897bad1d05.txt b/texts/cba40eb2-83d2-4026-bb30-04897bad1d05.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d65db87e2c96143a118a43e434bbc8fefe0f43 --- /dev/null +++ b/texts/cba40eb2-83d2-4026-bb30-04897bad1d05.txt @@ -0,0 +1 @@ +A well-dressed west highland white terrier works in front of an Apple computer \ No newline at end of file diff --git a/texts/cba5bd0f-843b-4d20-b861-0efaeaf51318.txt b/texts/cba5bd0f-843b-4d20-b861-0efaeaf51318.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9e9a3a52160b6b03b0a114a458d0086eb047c1c --- /dev/null +++ b/texts/cba5bd0f-843b-4d20-b861-0efaeaf51318.txt @@ -0,0 +1 @@ +Samoyed and Kitty wrote 5114 on the ground in the snow \ No newline at end of file diff --git a/texts/cbaa2646-85d0-4a06-8738-1aa95b31b7a8.txt b/texts/cbaa2646-85d0-4a06-8738-1aa95b31b7a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..920f87561cd534d0c8eda9e0a13caf7e9b0116e4 --- /dev/null +++ b/texts/cbaa2646-85d0-4a06-8738-1aa95b31b7a8.txt @@ -0,0 +1 @@ +Under the blue aurora borealis there's a little golden pup playing the piano \ No newline at end of file diff --git a/texts/cbad22ee-1ff2-4204-b0d4-0f13d9ef4059.txt b/texts/cbad22ee-1ff2-4204-b0d4-0f13d9ef4059.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc60489bc360a109ad8e21899915d114547cdd90 --- /dev/null +++ b/texts/cbad22ee-1ff2-4204-b0d4-0f13d9ef4059.txt @@ -0,0 +1 @@ +Mickey Mouse in,Aurora Borealis,Whimsical,Fantasy,Adventure \ No newline at end of file diff --git a/texts/cbb28ee3-1b1d-401b-a5a4-fa8142c26073.txt b/texts/cbb28ee3-1b1d-401b-a5a4-fa8142c26073.txt new file mode 100644 index 0000000000000000000000000000000000000000..064421c884b9111b05de1afe77d4ca9a67ab924a --- /dev/null +++ b/texts/cbb28ee3-1b1d-401b-a5a4-fa8142c26073.txt @@ -0,0 +1 @@ +Wire FoxTerrier snow happy run \ No newline at end of file diff --git a/texts/cbbae468-281f-4764-84a4-81c91238ff15.txt b/texts/cbbae468-281f-4764-84a4-81c91238ff15.txt new file mode 100644 index 0000000000000000000000000000000000000000..c656c1c79064a4b7988bc3b1526a1d703f909ff4 --- /dev/null +++ b/texts/cbbae468-281f-4764-84a4-81c91238ff15.txt @@ -0,0 +1 @@ +"Double braids/horn braids, black robe/cloak, gold/silver ethnic patterns, silver/gemstone earrings, lace/embroidery decorations, majestic snow-capped mountains, winding river, vast meadow, snowflakes fluttering, frontal smile, warm gaze, natural and elegant posture, harmonious fusion of ethnic style and natural beauty." \ No newline at end of file diff --git a/texts/cbbd1f99-fcbc-4813-be19-cd76b05315ad.txt b/texts/cbbd1f99-fcbc-4813-be19-cd76b05315ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..43c9203f31023274b527003cae0bb925336345b8 --- /dev/null +++ b/texts/cbbd1f99-fcbc-4813-be19-cd76b05315ad.txt @@ -0,0 +1 @@ +Flowers are blooming on the antlers \ No newline at end of file diff --git a/texts/cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b.txt b/texts/cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9c50e371d3420181dbfc44dc44b9bd6dd3d572f --- /dev/null +++ b/texts/cbc3e6d1-7027-4a1f-bedf-ea7dc271bb3b.txt @@ -0,0 +1 @@ +Eye level camera angle, a slice of red velvet cake in square shape, lays on a vintage green table, with a light green wall on the back \ No newline at end of file diff --git a/texts/cbc7194d-b01a-4efc-80da-dd48c091fbe8.txt b/texts/cbc7194d-b01a-4efc-80da-dd48c091fbe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b97427d691391d89cf64076a0b3f60abbeb9ca8 --- /dev/null +++ b/texts/cbc7194d-b01a-4efc-80da-dd48c091fbe8.txt @@ -0,0 +1 @@ +A sea otter and a butterfly travel around the world together. \ No newline at end of file diff --git a/texts/cbd9f75d-b6ee-4633-bb9b-2d8401f61a23.txt b/texts/cbd9f75d-b6ee-4633-bb9b-2d8401f61a23.txt new file mode 100644 index 0000000000000000000000000000000000000000..93cdbfe9c0107c063c552804630c9d2f7908baae --- /dev/null +++ b/texts/cbd9f75d-b6ee-4633-bb9b-2d8401f61a23.txt @@ -0,0 +1 @@ +Hello kitty, sleeping under Mount Fuji. The name JiuJiu is on the snow. \ No newline at end of file diff --git a/texts/cbdb14c2-cf27-4f59-a804-80726e82cad6.txt b/texts/cbdb14c2-cf27-4f59-a804-80726e82cad6.txt new file mode 100644 index 0000000000000000000000000000000000000000..996c9f68540a11c1ee60fc27000aa2105bc2b75f --- /dev/null +++ b/texts/cbdb14c2-cf27-4f59-a804-80726e82cad6.txt @@ -0,0 +1 @@ +white ferret-polecate turned pink piggy rabit down, and shows his love for setonix brachyurus \ No newline at end of file diff --git a/texts/cbe7419f-e3cc-4122-b992-d3e47c18b79c.txt b/texts/cbe7419f-e3cc-4122-b992-d3e47c18b79c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a29df7737fea55cf5922b620815a31099542327 --- /dev/null +++ b/texts/cbe7419f-e3cc-4122-b992-d3e47c18b79c.txt @@ -0,0 +1 @@ +A dreamy vintage portrait of a young asian lady sitting by a window, her face bathed in soft, golden sunlight. She wears a delicate floral dress, holding a single rose in her hand. Her expression is thoughtful, gazing into the distance. The background features lace curtains and a weathered wooden windowsill, with light leaks and a faded sepia tone enhancing the nostalgic mood. \ No newline at end of file diff --git a/texts/cbe8eb7f-1925-4ba1-9aec-4e8d897c5487.txt b/texts/cbe8eb7f-1925-4ba1-9aec-4e8d897c5487.txt new file mode 100644 index 0000000000000000000000000000000000000000..12985c5cab7812196ffc8c7e5e01d806e7381ee8 --- /dev/null +++ b/texts/cbe8eb7f-1925-4ba1-9aec-4e8d897c5487.txt @@ -0,0 +1 @@ +Plant a rose on a deserted and smoky planet \ No newline at end of file diff --git a/texts/cbecda5f-ce01-4130-a4e5-29d4e8b8b137.txt b/texts/cbecda5f-ce01-4130-a4e5-29d4e8b8b137.txt new file mode 100644 index 0000000000000000000000000000000000000000..53e77121b18dc93cb75dc087c2faf7915abe5945 --- /dev/null +++ b/texts/cbecda5f-ce01-4130-a4e5-29d4e8b8b137.txt @@ -0,0 +1 @@ +A red apple in the water. Goldfish,sunny,glistening,dreamland, \ No newline at end of file diff --git a/texts/cbee40f1-4e3a-4771-8e76-d76186e96cda.txt b/texts/cbee40f1-4e3a-4771-8e76-d76186e96cda.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a93e71c457a46c6b2950de36370e4a445e4a374 --- /dev/null +++ b/texts/cbee40f1-4e3a-4771-8e76-d76186e96cda.txt @@ -0,0 +1 @@ +white westiehighland terrier + hello kitty + christmas + working \ No newline at end of file diff --git a/texts/cbfba1e5-1f6f-4406-8a32-d09289ff8afa.txt b/texts/cbfba1e5-1f6f-4406-8a32-d09289ff8afa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7a5444c5ddc5e6404d1c04fed0ff70c154500ff --- /dev/null +++ b/texts/cbfba1e5-1f6f-4406-8a32-d09289ff8afa.txt @@ -0,0 +1 @@ +An orange cat, sitting on a chair with bigger table in the classroom, listening to the teacher in front of the desk. Only the cat's back could be seen. "Cat in class" is written in chalk on the blackboard. \ No newline at end of file diff --git a/texts/cc00429b-0116-40f4-8b23-45c428dc6944.txt b/texts/cc00429b-0116-40f4-8b23-45c428dc6944.txt new file mode 100644 index 0000000000000000000000000000000000000000..db44f9fc76096468a12fe81e241ff2ca1954e9f0 --- /dev/null +++ b/texts/cc00429b-0116-40f4-8b23-45c428dc6944.txt @@ -0,0 +1 @@ +Floating in space, the white kitten is surrounded by a cake shaped like a planet with candles shining like stars, and is surrounded by friends who look like extraterrestrials and congratulate them with glowing gifts. \ No newline at end of file diff --git a/texts/cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9.txt b/texts/cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ea7306a93be48bc29986b1a09af7597cb5efdd8 --- /dev/null +++ b/texts/cc0ae7b5-ecc0-4deb-be5d-1029a4ebd1e9.txt @@ -0,0 +1 @@ +snowy , fireworks outside the window, hand writting Dreamcc at the foggy window \ No newline at end of file diff --git a/texts/cc0e8123-1d77-4f47-816c-2c8ee8887f83.txt b/texts/cc0e8123-1d77-4f47-816c-2c8ee8887f83.txt new file mode 100644 index 0000000000000000000000000000000000000000..211befa5b1b506b95db90f461f52eb1f7d374749 --- /dev/null +++ b/texts/cc0e8123-1d77-4f47-816c-2c8ee8887f83.txt @@ -0,0 +1 @@ +Hedehog having christmas dinner \ No newline at end of file diff --git a/texts/cc1a9bc4-947c-473a-b35e-51a5586f8e4f.txt b/texts/cc1a9bc4-947c-473a-b35e-51a5586f8e4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c43348f523f4dcd0c1e9252e324e432958c04dfe --- /dev/null +++ b/texts/cc1a9bc4-947c-473a-b35e-51a5586f8e4f.txt @@ -0,0 +1 @@ +In the background is Mount Fuji, the sky is falling light snow, and behind the fireworks, a Nishiko plays in the snow \ No newline at end of file diff --git a/texts/cc2f0178-84ef-48de-adcc-94810e759193.txt b/texts/cc2f0178-84ef-48de-adcc-94810e759193.txt new file mode 100644 index 0000000000000000000000000000000000000000..71edbdff2c727e8f8cf0a8604b9d5dee97ef192d --- /dev/null +++ b/texts/cc2f0178-84ef-48de-adcc-94810e759193.txt @@ -0,0 +1 @@ +tree, disco ball, karaoke room, stage, big elephant \ No newline at end of file diff --git a/texts/cc31e5e4-2533-4729-bd4a-5fec0bc6e260.txt b/texts/cc31e5e4-2533-4729-bd4a-5fec0bc6e260.txt new file mode 100644 index 0000000000000000000000000000000000000000..312492c4b0fc696b5c9165fa830a090b4ce1b67a --- /dev/null +++ b/texts/cc31e5e4-2533-4729-bd4a-5fec0bc6e260.txt @@ -0,0 +1 @@ +A cute cat, wearing sunglasses, races wildly down the city road on a motorcycle, exuding fearless energy. \ No newline at end of file diff --git a/texts/cc3cb39b-05e5-4046-80f4-237b022e6198.txt b/texts/cc3cb39b-05e5-4046-80f4-237b022e6198.txt new file mode 100644 index 0000000000000000000000000000000000000000..8759f136647b2fcf3b26c1b295916196165275ca --- /dev/null +++ b/texts/cc3cb39b-05e5-4046-80f4-237b022e6198.txt @@ -0,0 +1 @@ +They have seen your umbrella, and I went back with it, so it's the same. \ No newline at end of file diff --git a/texts/cc519141-c89a-44d8-ab65-530619064fe0.txt b/texts/cc519141-c89a-44d8-ab65-530619064fe0.txt new file mode 100644 index 0000000000000000000000000000000000000000..abfab75c91bcbdec62482803f3dc7f5b426c5d8b --- /dev/null +++ b/texts/cc519141-c89a-44d8-ab65-530619064fe0.txt @@ -0,0 +1 @@ +In the evening, two Hello Kitties, resembling the texture of snow, sit in a snowfield with the letters "oyjh" written on it. Behind them, there lies a sea. The name is written on the ground between the two Hello Kitties. In the distance, fireworks are displayed, creating a cozy ambiance. The Hello Kitties are positioned at the bottom right corner of the scene, adorned with pink and blue scarves respectively. Next to them stands a Christmas tree, adding to the festive atmosphere. \ No newline at end of file diff --git a/texts/cc5aee14-3a6c-4c6d-8025-ee954662836a.txt b/texts/cc5aee14-3a6c-4c6d-8025-ee954662836a.txt new file mode 100644 index 0000000000000000000000000000000000000000..37e0060ddaecf9876f20718a992512a42b9b05e1 --- /dev/null +++ b/texts/cc5aee14-3a6c-4c6d-8025-ee954662836a.txt @@ -0,0 +1 @@ +a shibainu dog laughing with a Christmas hat in the snow \ No newline at end of file diff --git a/texts/cc5fa24f-73f2-4e7e-9112-8321b1c3868c.txt b/texts/cc5fa24f-73f2-4e7e-9112-8321b1c3868c.txt new file mode 100644 index 0000000000000000000000000000000000000000..94aab07604e8cf9d21b7cb70bd3713ea69cb2e00 --- /dev/null +++ b/texts/cc5fa24f-73f2-4e7e-9112-8321b1c3868c.txt @@ -0,0 +1 @@ +a british short hair cat (gold fur, more like kiwi color), green eyes, useing juki sewing machine to sew garments (maybe dresses). And she's sewing in a fashion studio, fitting dressform are in the background \ No newline at end of file diff --git a/texts/cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04.txt b/texts/cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04.txt new file mode 100644 index 0000000000000000000000000000000000000000..b821dda3019af29561a155467079772e33f7ca64 --- /dev/null +++ b/texts/cc7d2a1e-74b8-4a1c-96ff-0cd18ce75e04.txt @@ -0,0 +1 @@ +A monk burning a tample japan a huge fire he is sitting in front of a big puda \ No newline at end of file diff --git a/texts/cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d.txt b/texts/cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce0ccb029bc92bbd0c75cf06be6f29888a4a0861 --- /dev/null +++ b/texts/cc9730fb-c0f8-4179-9db9-02bc3fa2bd7d.txt @@ -0,0 +1 @@ +A few sheep grazed on the endless prairie, and a steam train slowly passed behind. In the distance was Mount Fuji \ No newline at end of file diff --git a/texts/cca941c4-6361-4a0d-b9c8-96e0daade426.txt b/texts/cca941c4-6361-4a0d-b9c8-96e0daade426.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e0b2694beaaeb63d44629782de3f6a3df760d9f --- /dev/null +++ b/texts/cca941c4-6361-4a0d-b9c8-96e0daade426.txt @@ -0,0 +1 @@ +tree house in the middle of a islet is surounded by water \ No newline at end of file diff --git a/texts/ccaa3142-061b-4297-807a-e563760b118d.txt b/texts/ccaa3142-061b-4297-807a-e563760b118d.txt new file mode 100644 index 0000000000000000000000000000000000000000..200d947d4689b0af600cc6cae9f99d8fc3901460 --- /dev/null +++ b/texts/ccaa3142-061b-4297-807a-e563760b118d.txt @@ -0,0 +1 @@ +Young, trendy women in jackets wear barricades over their heads in the night room, where small daisies grow on the floor and walls \ No newline at end of file diff --git a/texts/ccab6c56-52f7-4a51-a150-ed997ec5004a.txt b/texts/ccab6c56-52f7-4a51-a150-ed997ec5004a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aac465f89b5f673bee4295a6899c894e3722edf --- /dev/null +++ b/texts/ccab6c56-52f7-4a51-a150-ed997ec5004a.txt @@ -0,0 +1 @@ +A Yorkshire puppy with a round face is wearing lovely clothes, and there is a lovely toy sitting next to it. In a warm room. There is a decoration on the floor of the room, which says kimkim. \ No newline at end of file diff --git a/texts/ccad7560-4635-4f9c-93c1-299de95cf7a1.txt b/texts/ccad7560-4635-4f9c-93c1-299de95cf7a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d5ddd67d2fcef6730938db8917611f6a2ec3604 --- /dev/null +++ b/texts/ccad7560-4635-4f9c-93c1-299de95cf7a1.txt @@ -0,0 +1 @@ +a Samoyed is about to shower while drinking wine \ No newline at end of file diff --git a/texts/ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11.txt b/texts/ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11.txt new file mode 100644 index 0000000000000000000000000000000000000000..d06dbfde0dc4c3aa6e49a3733c89c842c991c252 --- /dev/null +++ b/texts/ccb1bd89-3499-4ccf-8d33-d5dcf5c0ee11.txt @@ -0,0 +1 @@ +A black-and-gray Schnauzer dog happily running in the snow, with a peanut-shaped toy in the snowy field. \ No newline at end of file diff --git a/texts/ccbc0d68-ee88-4b21-a681-fb61d8be931a.txt b/texts/ccbc0d68-ee88-4b21-a681-fb61d8be931a.txt new file mode 100644 index 0000000000000000000000000000000000000000..add44443f2d56801e071e0b9a99cb4adbb2fe041 --- /dev/null +++ b/texts/ccbc0d68-ee88-4b21-a681-fb61d8be931a.txt @@ -0,0 +1 @@ +There are four petal-shaped patterns arranged like a windmill with some space between them. Each petal features a different landscape: the first petal is a beach by the sea, the second petal is a snow-capped mountain with the Northern Lights, the third petal is covered with colorful flowers across the mountains, and the fourth petal illustrates an autumn scene with an abundance of fruits. \ No newline at end of file diff --git a/texts/ccbd5c94-69f0-4ae7-946b-2c801ceeee15.txt b/texts/ccbd5c94-69f0-4ae7-946b-2c801ceeee15.txt new file mode 100644 index 0000000000000000000000000000000000000000..555698cde5afdfa58a8cebbae12bec70531a2958 --- /dev/null +++ b/texts/ccbd5c94-69f0-4ae7-946b-2c801ceeee15.txt @@ -0,0 +1 @@ +Adorable Hello Kitty figurine is named Chrissy and is working in front of the desktop \ No newline at end of file diff --git a/texts/ccc476c8-14dd-4d93-ae92-f9ed06200a94.txt b/texts/ccc476c8-14dd-4d93-ae92-f9ed06200a94.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c39cb7d4995ab4251a16a1a990af32a631a6bce --- /dev/null +++ b/texts/ccc476c8-14dd-4d93-ae92-f9ed06200a94.txt @@ -0,0 +1 @@ +hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her in a blue, cold picture \ No newline at end of file diff --git a/texts/ccc6f9a8-18a0-4d25-9cef-53a826f83933.txt b/texts/ccc6f9a8-18a0-4d25-9cef-53a826f83933.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b1d9daf6bf5cc49f7d94ca3a9068e3f18a19d4 --- /dev/null +++ b/texts/ccc6f9a8-18a0-4d25-9cef-53a826f83933.txt @@ -0,0 +1 @@ +The happy puppy skied on the white snow with a pink bow on his head \ No newline at end of file diff --git a/texts/ccc98dca-74d0-4608-be27-872abba6699b.txt b/texts/ccc98dca-74d0-4608-be27-872abba6699b.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b9af797dae8086c90005093227a435f99b3d33e --- /dev/null +++ b/texts/ccc98dca-74d0-4608-be27-872abba6699b.txt @@ -0,0 +1 @@ +applecomputer bluetabbycat \ No newline at end of file diff --git a/texts/ccca296c-95ca-494c-827e-3d0af293acdf.txt b/texts/ccca296c-95ca-494c-827e-3d0af293acdf.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7fc334e5c50cc4b07bee820d077bab4f073de58 --- /dev/null +++ b/texts/ccca296c-95ca-494c-827e-3d0af293acdf.txt @@ -0,0 +1 @@ +Colorful highlights in the air, aurora in the night, at a distancea couple standing side by side watching aurora. \ No newline at end of file diff --git a/texts/ccd81f7d-d009-43d4-9495-5815c2f6c243.txt b/texts/ccd81f7d-d009-43d4-9495-5815c2f6c243.txt new file mode 100644 index 0000000000000000000000000000000000000000..95b301c01fd61e20d11d12ee3218a5ee484b6f41 --- /dev/null +++ b/texts/ccd81f7d-d009-43d4-9495-5815c2f6c243.txt @@ -0,0 +1 @@ +Dreamcore theme: Goldfish swimming in the blue sky, REAL Sky \ No newline at end of file diff --git a/texts/ccf4403f-afdd-49be-a6e1-760a87cf3d8d.txt b/texts/ccf4403f-afdd-49be-a6e1-760a87cf3d8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..77152f2603e7f10ed60ec657f123480a41a72938 --- /dev/null +++ b/texts/ccf4403f-afdd-49be-a6e1-760a87cf3d8d.txt @@ -0,0 +1 @@ +Handwritten wc on the pink sand \ No newline at end of file diff --git a/texts/ccf5fe7a-9c5e-48b7-8764-c599be99152b.txt b/texts/ccf5fe7a-9c5e-48b7-8764-c599be99152b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e4a30c4e0da4fba232e6fd074ea6a205eb71c29 --- /dev/null +++ b/texts/ccf5fe7a-9c5e-48b7-8764-c599be99152b.txt @@ -0,0 +1 @@ +iceland aurora \ No newline at end of file diff --git a/texts/cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a.txt b/texts/cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c9715c632a078f97bbca5228c4e6a3c164fb962 --- /dev/null +++ b/texts/cd11dea8-0a4f-4a8d-baf3-5363c43c8e2a.txt @@ -0,0 +1 @@ +a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu aside in the tall grass countryside. long distant view. \ No newline at end of file diff --git a/texts/cd176748-4079-4c05-ba8f-fc8c5a12fdcf.txt b/texts/cd176748-4079-4c05-ba8f-fc8c5a12fdcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..35068e0e9085a545a80e18be4967ec225345eae5 --- /dev/null +++ b/texts/cd176748-4079-4c05-ba8f-fc8c5a12fdcf.txt @@ -0,0 +1 @@ +A cute rabbit with a purple scarf, watching fireworks \ No newline at end of file diff --git a/texts/cd17a101-6ddb-498d-8ad6-4c99cf1bae2f.txt b/texts/cd17a101-6ddb-498d-8ad6-4c99cf1bae2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc88355c17c63970b5c8db001292b38901aae164 --- /dev/null +++ b/texts/cd17a101-6ddb-498d-8ad6-4c99cf1bae2f.txt @@ -0,0 +1 @@ +A pure white puppy in the snow under a colored aurora leaves footprints after chasing the bubble \ No newline at end of file diff --git a/texts/cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5.txt b/texts/cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9cb9f7cffadd8362f3ea2b26a0621654615217a --- /dev/null +++ b/texts/cd1d8e0b-90ca-4941-92dd-09ab1b0ec0b5.txt @@ -0,0 +1 @@ +Upon the tranquil seashore, bathed in the golden glow of the setting sun, a majestic Christmas tree rises majestically, its grandeur complemented by the serene presence of a tiny kitten standing gracefully at its side. \ No newline at end of file diff --git a/texts/cd3195f8-743c-4bf5-8460-53cf655e130f.txt b/texts/cd3195f8-743c-4bf5-8460-53cf655e130f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1a779628c0cee4f3236476e46c992ea998410a5 --- /dev/null +++ b/texts/cd3195f8-743c-4bf5-8460-53cf655e130f.txt @@ -0,0 +1 @@ +A giant monster chasing me behind, my whole face is show in thr pic \ No newline at end of file diff --git a/texts/cd5897d0-251c-4a4e-80ca-90bda38bf611.txt b/texts/cd5897d0-251c-4a4e-80ca-90bda38bf611.txt new file mode 100644 index 0000000000000000000000000000000000000000..b25ec8dbdfb4567469a244b61db5c328caccbacc --- /dev/null +++ b/texts/cd5897d0-251c-4a4e-80ca-90bda38bf611.txt @@ -0,0 +1 @@ +A black cat is enjoying hot pot, while snow falls outside the window. "Vernon" is written in the snow outside. \ No newline at end of file diff --git a/texts/cd5e465b-9987-4dc1-a611-8d020781227e.txt b/texts/cd5e465b-9987-4dc1-a611-8d020781227e.txt new file mode 100644 index 0000000000000000000000000000000000000000..340bf2404954940c531ff042a3560872284f4831 --- /dev/null +++ b/texts/cd5e465b-9987-4dc1-a611-8d020781227e.txt @@ -0,0 +1 @@ +Butterfly \ No newline at end of file diff --git a/texts/cd7023cf-9fde-45fb-9983-8b4ccf8f7374.txt b/texts/cd7023cf-9fde-45fb-9983-8b4ccf8f7374.txt new file mode 100644 index 0000000000000000000000000000000000000000..24affd89b6bb85b3cb386b0f03d5e57096d08325 --- /dev/null +++ b/texts/cd7023cf-9fde-45fb-9983-8b4ccf8f7374.txt @@ -0,0 +1 @@ +Winter sale 2024 logo \ No newline at end of file diff --git a/texts/cd7deaf1-218d-43ab-b95d-53ee56fdfb5f.txt b/texts/cd7deaf1-218d-43ab-b95d-53ee56fdfb5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b09c82ea0f40fb2b52a22724d9815a1454a2e1db --- /dev/null +++ b/texts/cd7deaf1-218d-43ab-b95d-53ee56fdfb5f.txt @@ -0,0 +1 @@ +pearls in shape of letter "iAn" in the snow \ No newline at end of file diff --git a/texts/cd8b1213-77a8-402f-a87c-a2aa0bc7baa8.txt b/texts/cd8b1213-77a8-402f-a87c-a2aa0bc7baa8.txt new file mode 100644 index 0000000000000000000000000000000000000000..183caad36f3d4563fce898d4bc7c530c62eed2a0 --- /dev/null +++ b/texts/cd8b1213-77a8-402f-a87c-a2aa0bc7baa8.txt @@ -0,0 +1 @@ +Snow blocks the mountains, pigeons get lost, and the old Taoist priest talks incessantly \ No newline at end of file diff --git a/texts/cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f.txt b/texts/cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6ecb9bed929d7f762d4809d484410b0c8a0c60a --- /dev/null +++ b/texts/cd9584bb-9aed-47c5-8ae8-6ba5182a7d6f.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is a sea in the distance, a white #HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and "JYR" written on the snow, with traces of cat's claws. Melancholy blue night view \ No newline at end of file diff --git a/texts/cd963f50-364a-45fb-a789-4117c99d395e.txt b/texts/cd963f50-364a-45fb-a789-4117c99d395e.txt new file mode 100644 index 0000000000000000000000000000000000000000..2924b3496868b3f275900ece2755c08ca971d2a4 --- /dev/null +++ b/texts/cd963f50-364a-45fb-a789-4117c99d395e.txt @@ -0,0 +1 @@ +A colorful emotional trash can \ No newline at end of file diff --git a/texts/cd9a72db-896b-4a33-aaef-64a645894c6c.txt b/texts/cd9a72db-896b-4a33-aaef-64a645894c6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3e63b48ce292fd48f0f2331de55f359718ef193 --- /dev/null +++ b/texts/cd9a72db-896b-4a33-aaef-64a645894c6c.txt @@ -0,0 +1 @@ +On a snowy night, with Mount Fuji in the distance, a white Hello Kitty doll with a scarf holding fireworks and a book next to it. "CYF" is written on the snow, with traces of cat paws. The sky is sunset, with a dreamy effect of light particles and high color saturation. \ No newline at end of file diff --git a/texts/cdb43a2f-0aad-46fa-bf78-34cf3dc9e056.txt b/texts/cdb43a2f-0aad-46fa-bf78-34cf3dc9e056.txt new file mode 100644 index 0000000000000000000000000000000000000000..96b5bb2b818be92171927cc5ff269cc4814a54c1 --- /dev/null +++ b/texts/cdb43a2f-0aad-46fa-bf78-34cf3dc9e056.txt @@ -0,0 +1 @@ +distance Blue vending machine during the day \ No newline at end of file diff --git a/texts/cdb81e50-063a-4362-937f-4c8996c27018.txt b/texts/cdb81e50-063a-4362-937f-4c8996c27018.txt new file mode 100644 index 0000000000000000000000000000000000000000..288230e7119d0cec080c94c20f99eb8a325bd268 --- /dev/null +++ b/texts/cdb81e50-063a-4362-937f-4c8996c27018.txt @@ -0,0 +1 @@ +Hello Kitty smoking in front of firing home \ No newline at end of file diff --git a/texts/cdbf1bea-be8d-42a5-9af7-9fadf6f9b416.txt b/texts/cdbf1bea-be8d-42a5-9af7-9fadf6f9b416.txt new file mode 100644 index 0000000000000000000000000000000000000000..919e42198ef116a4c4b3d66ef16b8b8285cfbdb1 --- /dev/null +++ b/texts/cdbf1bea-be8d-42a5-9af7-9fadf6f9b416.txt @@ -0,0 +1 @@ +red eye birds flying out of dark bedroom, with motion blur \ No newline at end of file diff --git a/texts/cdc1cd90-2131-4b30-9969-4b27195d06ee.txt b/texts/cdc1cd90-2131-4b30-9969-4b27195d06ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..710dde1d1ea8dd8ea82f40036af20cb2be3115d9 --- /dev/null +++ b/texts/cdc1cd90-2131-4b30-9969-4b27195d06ee.txt @@ -0,0 +1 @@ +Hamster a baby chicken sharing food \ No newline at end of file diff --git a/texts/cdc82a4f-4bb9-4337-b8bb-429539375ed1.txt b/texts/cdc82a4f-4bb9-4337-b8bb-429539375ed1.txt new file mode 100644 index 0000000000000000000000000000000000000000..49b9f04fd8a58768431ba9f66c91058d7d85deac --- /dev/null +++ b/texts/cdc82a4f-4bb9-4337-b8bb-429539375ed1.txt @@ -0,0 +1 @@ +A dropout bear and hellokitty in the snow together, film texture, the bleak and distant mood of winter \ No newline at end of file diff --git a/texts/cdcc162b-1dc3-4fc2-82bf-da83c19da543.txt b/texts/cdcc162b-1dc3-4fc2-82bf-da83c19da543.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cd89c12d29a287d246dfaee5199454417f97af1 --- /dev/null +++ b/texts/cdcc162b-1dc3-4fc2-82bf-da83c19da543.txt @@ -0,0 +1 @@ +A bunch of butterflies is under the sea \ No newline at end of file diff --git a/texts/cdd16910-2153-42b2-aa75-2173bd888d9a.txt b/texts/cdd16910-2153-42b2-aa75-2173bd888d9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..07f9111ec00571478cda8c93695072615d80b4c7 --- /dev/null +++ b/texts/cdd16910-2153-42b2-aa75-2173bd888d9a.txt @@ -0,0 +1 @@ +hellokitty, Bichon Frise puppy, Maltese puppy, snow, playground \ No newline at end of file diff --git a/texts/cdd48ae6-58ed-456a-b6b9-412ed2285747.txt b/texts/cdd48ae6-58ed-456a-b6b9-412ed2285747.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b94fb48c3b20503f501f20184ed0de2ba89c93c --- /dev/null +++ b/texts/cdd48ae6-58ed-456a-b6b9-412ed2285747.txt @@ -0,0 +1 @@ +There is half a corn in the middle of the flowers and butterflies \ No newline at end of file diff --git a/texts/cdd64c2c-725b-4177-86e8-2a3cb7bebfe9.txt b/texts/cdd64c2c-725b-4177-86e8-2a3cb7bebfe9.txt new file mode 100644 index 0000000000000000000000000000000000000000..90b56f88ba2ba40f3160ce862b3573e39796e2e1 --- /dev/null +++ b/texts/cdd64c2c-725b-4177-86e8-2a3cb7bebfe9.txt @@ -0,0 +1 @@ +At night the sheep lit a fire on the snowy mountains \ No newline at end of file diff --git a/texts/cddaf31c-f922-4ec8-b97b-bef114b4fd60.txt b/texts/cddaf31c-f922-4ec8-b97b-bef114b4fd60.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6f2c8f7021cc49367357e2d456b6c4e3427899e --- /dev/null +++ b/texts/cddaf31c-f922-4ec8-b97b-bef114b4fd60.txt @@ -0,0 +1 @@ +A butterfly flying across a pile of burning books \ No newline at end of file diff --git a/texts/cde323cf-c023-4f7c-8ee5-d6d5a38bc85f.txt b/texts/cde323cf-c023-4f7c-8ee5-d6d5a38bc85f.txt new file mode 100644 index 0000000000000000000000000000000000000000..43b3c91ac6be201b11abb33a4b669c4345f81665 --- /dev/null +++ b/texts/cde323cf-c023-4f7c-8ee5-d6d5a38bc85f.txt @@ -0,0 +1 @@ +A simple study room from the Warring States period. With a meadow and mountains in the distance in the background, the air is filled with the smell of antiquity. The table was covered with bamboo slips and pen and ink, and war maps hung on the walls. \ No newline at end of file diff --git a/texts/cdefd595-b0f1-496b-b64e-4b77686d697c.txt b/texts/cdefd595-b0f1-496b-b64e-4b77686d697c.txt new file mode 100644 index 0000000000000000000000000000000000000000..417df0dd6c8deaffa7ca3a4c9eafa6d081dd22ed --- /dev/null +++ b/texts/cdefd595-b0f1-496b-b64e-4b77686d697c.txt @@ -0,0 +1 @@ +toydog and toybear in christmas in sunshine \ No newline at end of file diff --git a/texts/cdf162fa-3cc0-48bf-958a-aa461f7be6f5.txt b/texts/cdf162fa-3cc0-48bf-958a-aa461f7be6f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..51ebd8c971f89d118b85bba90262e3f9d1efdaa9 --- /dev/null +++ b/texts/cdf162fa-3cc0-48bf-958a-aa461f7be6f5.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters "LXY" printed on the snow \ No newline at end of file diff --git a/texts/cdf45b34-2485-42d4-a19c-40d2e69c3565.txt b/texts/cdf45b34-2485-42d4-a19c-40d2e69c3565.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bd2c2960ffda7e7f93c5c2323987323d3fd164a --- /dev/null +++ b/texts/cdf45b34-2485-42d4-a19c-40d2e69c3565.txt @@ -0,0 +1 @@ +lesser panda eat apple and cakes \ No newline at end of file diff --git a/texts/cdf59c7b-9d83-4ec2-81cf-5503d04a53cb.txt b/texts/cdf59c7b-9d83-4ec2-81cf-5503d04a53cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..debb56562f3965f5c5e8424b015dd702a00c537b --- /dev/null +++ b/texts/cdf59c7b-9d83-4ec2-81cf-5503d04a53cb.txt @@ -0,0 +1 @@ +A little black cat and a big white cat snuggled together on a soft pink mat \ No newline at end of file diff --git a/texts/cdf89a71-4aa3-423f-b80a-d8a828b06a37.txt b/texts/cdf89a71-4aa3-423f-b80a-d8a828b06a37.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0accd517e10894f2ccf624baac75e243622cc98 --- /dev/null +++ b/texts/cdf89a71-4aa3-423f-b80a-d8a828b06a37.txt @@ -0,0 +1 @@ +A group of handsome guys running on a snowy day \ No newline at end of file diff --git a/texts/cdfa6159-3c79-496f-8741-f68aecd5f1da.txt b/texts/cdfa6159-3c79-496f-8741-f68aecd5f1da.txt new file mode 100644 index 0000000000000000000000000000000000000000..89017c25c7606261665bf44c17f38e76d6c396e0 --- /dev/null +++ b/texts/cdfa6159-3c79-496f-8741-f68aecd5f1da.txt @@ -0,0 +1 @@ +Giant apple in the deep sea, surrounded by fish, deep blue background as the main \ No newline at end of file diff --git a/texts/cdfde2e2-1774-4803-b8c0-9aa361ce22d1.txt b/texts/cdfde2e2-1774-4803-b8c0-9aa361ce22d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f44b820e0261ad45e2d947ffc8ba5b75996818ef --- /dev/null +++ b/texts/cdfde2e2-1774-4803-b8c0-9aa361ce22d1.txt @@ -0,0 +1 @@ +A black cat with long pink wings walks through the glowing snow. \ No newline at end of file diff --git a/texts/cdfef12a-02be-4fa2-9368-23d12ebab28e.txt b/texts/cdfef12a-02be-4fa2-9368-23d12ebab28e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3831a9093a120e9314abc20a3c3d86d79db32ca5 --- /dev/null +++ b/texts/cdfef12a-02be-4fa2-9368-23d12ebab28e.txt @@ -0,0 +1 @@ +A young Akita Inu is wearing sunglasses in the shape of cat's eyes and painting. There is snow on the ground, a wooden cabin and a warm bonfire around, presenting a surrealist scene. \ No newline at end of file diff --git a/texts/ce0c2631-d168-49f1-9fea-40c48d3904a1.txt b/texts/ce0c2631-d168-49f1-9fea-40c48d3904a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f31b39251e4405d1b404c58367a1f616ba4c1fbb --- /dev/null +++ b/texts/ce0c2631-d168-49f1-9fea-40c48d3904a1.txt @@ -0,0 +1 @@ +Hellokitty and the lion are looking at the purple sky \ No newline at end of file diff --git a/texts/ce0cc1b0-8b7a-4f50-84c1-afb677883f76.txt b/texts/ce0cc1b0-8b7a-4f50-84c1-afb677883f76.txt new file mode 100644 index 0000000000000000000000000000000000000000..68198717c731c49bad50cc3703ea887e97e33662 --- /dev/null +++ b/texts/ce0cc1b0-8b7a-4f50-84c1-afb677883f76.txt @@ -0,0 +1 @@ +A lovely hello kitty sits next to the exquisitely decorated Christmas tree. There are warm lights in the house and the two letters "SY" in the background. \ No newline at end of file diff --git a/texts/ce166df8-c7e4-4f92-a055-d03a439ae212.txt b/texts/ce166df8-c7e4-4f92-a055-d03a439ae212.txt new file mode 100644 index 0000000000000000000000000000000000000000..f77dbbd85a5d09f735355589548af1737591c41a --- /dev/null +++ b/texts/ce166df8-c7e4-4f92-a055-d03a439ae212.txt @@ -0,0 +1 @@ +A raven wearing a birthday hat with Yih printed on it, close-up \ No newline at end of file diff --git a/texts/ce19940d-3b87-49e5-b282-f8f46632e08f.txt b/texts/ce19940d-3b87-49e5-b282-f8f46632e08f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b300721b3336b78d9b93d3e5cec56ce2372900b4 --- /dev/null +++ b/texts/ce19940d-3b87-49e5-b282-f8f46632e08f.txt @@ -0,0 +1 @@ +A cute black cat wearing sunglass flying in the snow \ No newline at end of file diff --git a/texts/ce2ff634-4cdd-4298-b685-47a7b6dcfadb.txt b/texts/ce2ff634-4cdd-4298-b685-47a7b6dcfadb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b6503b0cb3a700d19677039814bbd21b985b05e --- /dev/null +++ b/texts/ce2ff634-4cdd-4298-b685-47a7b6dcfadb.txt @@ -0,0 +1 @@ +It says happy birthday tsangka2 in the snow of a beautiful sea. There's a hello Kitty holding a birthday cake next to her, this photo is going to be warm and fuzzy. \ No newline at end of file diff --git a/texts/ce3e81f5-5494-44be-9baa-4173e675e8bc.txt b/texts/ce3e81f5-5494-44be-9baa-4173e675e8bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..e74c97a5264761f28f0080c50db8fdcfc5929620 --- /dev/null +++ b/texts/ce3e81f5-5494-44be-9baa-4173e675e8bc.txt @@ -0,0 +1 @@ +On a snowy day, two little cats are making wishes on a cake by the beach \ No newline at end of file diff --git a/texts/ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f.txt b/texts/ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed3e03cd54de3fab8c5cb260bc2514ba82fffee9 --- /dev/null +++ b/texts/ce43cd4c-eb51-40a3-b09e-21ac69ed0a5f.txt @@ -0,0 +1 @@ + a wide grassland and blue sky \ No newline at end of file diff --git a/texts/ce442e99-3320-445f-8a65-a2fcc0600214.txt b/texts/ce442e99-3320-445f-8a65-a2fcc0600214.txt new file mode 100644 index 0000000000000000000000000000000000000000..99f038c844a6b9497aa09e8d5e0bb49ed960f4bc --- /dev/null +++ b/texts/ce442e99-3320-445f-8a65-a2fcc0600214.txt @@ -0,0 +1 @@ +a cat and a Distorted Mickey Mouse standing on the beach next to the blue sea with tangled fairy lights around \ No newline at end of file diff --git a/texts/ce4f43b0-0272-4f12-a38b-9113cbe31a86.txt b/texts/ce4f43b0-0272-4f12-a38b-9113cbe31a86.txt new file mode 100644 index 0000000000000000000000000000000000000000..311dc4aa02ba76b61db839ee459563ce6ac13744 --- /dev/null +++ b/texts/ce4f43b0-0272-4f12-a38b-9113cbe31a86.txt @@ -0,0 +1 @@ +a cute small light pink rabbit cuddly toy with long mess fluff is sitting before a macbook, in an office, close-up photo, ultra detailed. \ No newline at end of file diff --git a/texts/ce589bd2-d8a3-45b2-9dc8-a0350d76b21e.txt b/texts/ce589bd2-d8a3-45b2-9dc8-a0350d76b21e.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c5be6f2012650cef9a1e3175b1796dcc03a205 --- /dev/null +++ b/texts/ce589bd2-d8a3-45b2-9dc8-a0350d76b21e.txt @@ -0,0 +1 @@ +Happy new year sneak cute \ No newline at end of file diff --git a/texts/ce5912b8-d159-4592-a698-796fb313a83a.txt b/texts/ce5912b8-d159-4592-a698-796fb313a83a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5e6d442b75ac4129ec37e1ca13093d8822e7d9e --- /dev/null +++ b/texts/ce5912b8-d159-4592-a698-796fb313a83a.txt @@ -0,0 +1 @@ +Spring,butterfly,fireworks,river \ No newline at end of file diff --git a/texts/ce59e6d1-b717-42ae-b827-f7b41947f90f.txt b/texts/ce59e6d1-b717-42ae-b827-f7b41947f90f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8b715e95b9c3a0c29dcb3ef96e4a85219c596c9 --- /dev/null +++ b/texts/ce59e6d1-b717-42ae-b827-f7b41947f90f.txt @@ -0,0 +1 @@ + snow there is a small dog with transparent wings on the western highland after dark \ No newline at end of file diff --git a/texts/ce5ac71f-9a1f-4daa-9297-01ace79ea6e3.txt b/texts/ce5ac71f-9a1f-4daa-9297-01ace79ea6e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..60f0593f9c245d9fd814740405620355612568bf --- /dev/null +++ b/texts/ce5ac71f-9a1f-4daa-9297-01ace79ea6e3.txt @@ -0,0 +1 @@ +snowy day, on the seaside,yellow black and white little cat, colorful firework in sky, christmas tree with decoreation, \ No newline at end of file diff --git a/texts/ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba.txt b/texts/ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..658e96e3b21c3333e2fd5aa48ce5e04f8a2191b7 --- /dev/null +++ b/texts/ce5d2707-e7d3-4161-b5a5-42fc6fdc72ba.txt @@ -0,0 +1 @@ +Fireworks, snow, aurora, snowy mountains, little golden retriever, snow, night. \ No newline at end of file diff --git a/texts/ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231.txt b/texts/ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231.txt new file mode 100644 index 0000000000000000000000000000000000000000..28fb786409b30ad3c223be3414c6b9c25c19b599 --- /dev/null +++ b/texts/ce65bf0d-ba1e-4ff2-ae6a-cf72ece28231.txt @@ -0,0 +1 @@ +macbook \ No newline at end of file diff --git a/texts/ce760ea3-37a5-4c47-b887-c65aa3179a74.txt b/texts/ce760ea3-37a5-4c47-b887-c65aa3179a74.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74f7eb73a86ee79342dc9dfd43cf2cc2016d8a2 --- /dev/null +++ b/texts/ce760ea3-37a5-4c47-b887-c65aa3179a74.txt @@ -0,0 +1 @@ +a small cupcake paper container with chaos stuff in it, still looking like a cupcake with icing top \ No newline at end of file diff --git a/texts/ce7870c7-25b2-4ade-88aa-262babd7fce1.txt b/texts/ce7870c7-25b2-4ade-88aa-262babd7fce1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f4cdc769abd177759332d95c1841a115d4fc9cd --- /dev/null +++ b/texts/ce7870c7-25b2-4ade-88aa-262babd7fce1.txt @@ -0,0 +1 @@ +The dark night sky is dotted with a few stars, the snow-white earth, snow falling, there are two teddy poodles on the snow, a brown, has been white, brown is bigger than white, they are playing. \ No newline at end of file diff --git a/texts/ce822eb4-dd34-4f7f-9206-b9ba8444f51a.txt b/texts/ce822eb4-dd34-4f7f-9206-b9ba8444f51a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2469c4365185f169f74bffc11a6587c4e91451de --- /dev/null +++ b/texts/ce822eb4-dd34-4f7f-9206-b9ba8444f51a.txt @@ -0,0 +1 @@ +two cats, snow field, stars \ No newline at end of file diff --git a/texts/ce8595fb-3b72-42ab-93e6-c33a905e705b.txt b/texts/ce8595fb-3b72-42ab-93e6-c33a905e705b.txt new file mode 100644 index 0000000000000000000000000000000000000000..169954fb6b771ffa73e227aead682ca4da759461 --- /dev/null +++ b/texts/ce8595fb-3b72-42ab-93e6-c33a905e705b.txt @@ -0,0 +1 @@ +a brown horse with a little white head\nature light\in Japan's garden outside \ sakura falling \ \ No newline at end of file diff --git a/texts/ce8905b1-b368-4a10-98dc-bf9f8d43331a.txt b/texts/ce8905b1-b368-4a10-98dc-bf9f8d43331a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7470f8152f37cd762871b6b77bcaaf21edb70ea0 --- /dev/null +++ b/texts/ce8905b1-b368-4a10-98dc-bf9f8d43331a.txt @@ -0,0 +1 @@ +The horseman is working with a burning imac notebook. At the table, the cowman stands behind it and waters the notebook with a lot of iced American coffee. \ No newline at end of file diff --git a/texts/ce94b7e1-7c88-47b0-ab65-980def065d25.txt b/texts/ce94b7e1-7c88-47b0-ab65-980def065d25.txt new file mode 100644 index 0000000000000000000000000000000000000000..b827a16be1336ecb9bc828d1e41a0793c0621807 --- /dev/null +++ b/texts/ce94b7e1-7c88-47b0-ab65-980def065d25.txt @@ -0,0 +1 @@ +Apples on snow background pink sunset, bubble Christmas tree fireworks snow day letters m a s o o m a k e \ No newline at end of file diff --git a/texts/ce9a7a1c-ea97-4744-baaa-574c115af4d3.txt b/texts/ce9a7a1c-ea97-4744-baaa-574c115af4d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..51530c89543b9101a24ceb27d70db9026cac1ddd --- /dev/null +++ b/texts/ce9a7a1c-ea97-4744-baaa-574c115af4d3.txt @@ -0,0 +1 @@ +A flying blue cat with glasses and cute clothes is standing on the roof of the car \ No newline at end of file diff --git a/texts/cea62945-2929-4357-aa52-f9eac862cb28.txt b/texts/cea62945-2929-4357-aa52-f9eac862cb28.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a8142963b59f687d3cb4132ab41b5f482eb4927 --- /dev/null +++ b/texts/cea62945-2929-4357-aa52-f9eac862cb28.txt @@ -0,0 +1 @@ +Samoyed kisses an ancient sheepdog in the sunset. \ No newline at end of file diff --git a/texts/cebc122d-6f39-4e0a-acee-2c19cab3ec15.txt b/texts/cebc122d-6f39-4e0a-acee-2c19cab3ec15.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b40735a9b6bc4e00b0ff28202ac58fbc1b48445 --- /dev/null +++ b/texts/cebc122d-6f39-4e0a-acee-2c19cab3ec15.txt @@ -0,0 +1 @@ +On a beautiful mountaintop with a beautiful orange sunset in the background.There is a grassy slope on the ground.A cute Hellowkitty sits on the ground,only occupy less than a quarter of the photo frame.A pure black mountain bike, placed on the ground on the right side of the photo. Hellowkitty is facing the camera,wearing a Nike's pure black hat,and a black sports suit ,with his big eyes Opening. \ No newline at end of file diff --git a/texts/cebcd1c6-444a-44d7-b6a6-0994876750b7.txt b/texts/cebcd1c6-444a-44d7-b6a6-0994876750b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fbe3df44d7e0125e8a94f6fddc9c089cfc2073f --- /dev/null +++ b/texts/cebcd1c6-444a-44d7-b6a6-0994876750b7.txt @@ -0,0 +1 @@ +A clue card with a THE NEW ALL-ELECTRIC MACAN solution to the puzzle \ No newline at end of file diff --git a/texts/cee09219-57df-4bb0-9307-3a3afda5b66b.txt b/texts/cee09219-57df-4bb0-9307-3a3afda5b66b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2e2ca1eca808a2f89d51b29c2d742c12a11452e --- /dev/null +++ b/texts/cee09219-57df-4bb0-9307-3a3afda5b66b.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll wearing pink clothes sitting on the snow. The words "Z X X" and heart - shaped patterns are written on the snow. In the background, there is a Christmas tree decorated with colorful lights, surrounded by snow and illuminated by the lights of the night. \ No newline at end of file diff --git a/texts/cee0ef47-030f-454c-b7bb-bb98674fd0a5.txt b/texts/cee0ef47-030f-454c-b7bb-bb98674fd0a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..abd54bb12594fa10918d4bff282056187d13269e --- /dev/null +++ b/texts/cee0ef47-030f-454c-b7bb-bb98674fd0a5.txt @@ -0,0 +1 @@ +A man walking two dogs. But the dogs are actually two old men, in hello kitty pajamas pants. \ No newline at end of file diff --git a/texts/cee4694d-2169-4921-a645-ec027ae81e78.txt b/texts/cee4694d-2169-4921-a645-ec027ae81e78.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c701c1cf6edd46b469514c4cb77fd56ed3946d0 --- /dev/null +++ b/texts/cee4694d-2169-4921-a645-ec027ae81e78.txt @@ -0,0 +1 @@ +A border collie with creamy gold and white color. Studying, with a pair of glass. One eye is blue and one is brown \ No newline at end of file diff --git a/texts/cee54de8-2fab-41b6-892e-e5d34cb39dae.txt b/texts/cee54de8-2fab-41b6-892e-e5d34cb39dae.txt new file mode 100644 index 0000000000000000000000000000000000000000..e210ae0711a2c87f343a8c13f9dd5a3df4d02037 --- /dev/null +++ b/texts/cee54de8-2fab-41b6-892e-e5d34cb39dae.txt @@ -0,0 +1 @@ +cheers coffee \ No newline at end of file diff --git a/texts/ceeca769-26d4-48b2-a322-e8874372c918.txt b/texts/ceeca769-26d4-48b2-a322-e8874372c918.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4bfaa5ec759123ea369d57dc1ddad325e190330 --- /dev/null +++ b/texts/ceeca769-26d4-48b2-a322-e8874372c918.txt @@ -0,0 +1 @@ +Strawberry cream scone \ No newline at end of file diff --git a/texts/ceede6ce-6ba7-4361-b374-1142ddbfcaa7.txt b/texts/ceede6ce-6ba7-4361-b374-1142ddbfcaa7.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cb7eb2d62b9757ba3300a189164fec17a961154 --- /dev/null +++ b/texts/ceede6ce-6ba7-4361-b374-1142ddbfcaa7.txt @@ -0,0 +1 @@ +A Mazda MX-5 is parked by the seaside under an orange sunset, with Buzz Lightyear standing beside it. \ No newline at end of file diff --git a/texts/cef6be7c-a91c-4177-af76-0dc277f201bf.txt b/texts/cef6be7c-a91c-4177-af76-0dc277f201bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5b306e57150daee82d4324efba33bca060dbfe --- /dev/null +++ b/texts/cef6be7c-a91c-4177-af76-0dc277f201bf.txt @@ -0,0 +1 @@ +cat \ No newline at end of file diff --git a/texts/cefa9ea2-d412-496e-9947-c6b03e03efd2.txt b/texts/cefa9ea2-d412-496e-9947-c6b03e03efd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..17fa41b5112c7898facd7d222ee2b4fe67266dc2 --- /dev/null +++ b/texts/cefa9ea2-d412-496e-9947-c6b03e03efd2.txt @@ -0,0 +1 @@ +Hello Kitty and an Asian young lady with slightly wavy long hair are enjoying a cozy Christmas party indoors. In the background stands a beautifully decorated Christmas tree, adding a touch of festive color to the holiday atmosphere \ No newline at end of file diff --git a/texts/cefdd344-81e6-40d6-8575-0c816dcb64aa.txt b/texts/cefdd344-81e6-40d6-8575-0c816dcb64aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..caf6afe1a20ded9d92ded7ea7fb808776fceb107 --- /dev/null +++ b/texts/cefdd344-81e6-40d6-8575-0c816dcb64aa.txt @@ -0,0 +1 @@ +There is a Bichon Frise and a kitten in the snow. There are fireworks in the sky, presenting a warm scene. \ No newline at end of file diff --git a/texts/ceff8cc0-e240-42bd-9064-b9c99bcf13e9.txt b/texts/ceff8cc0-e240-42bd-9064-b9c99bcf13e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..091f885a127f28d7d7ab818eb234c7636487196b --- /dev/null +++ b/texts/ceff8cc0-e240-42bd-9064-b9c99bcf13e9.txt @@ -0,0 +1 @@ +light snow, dark blue sky, a samoyed and a corgi puppy, snow, Christmas tree \ No newline at end of file diff --git a/texts/cf061b9e-a2b6-44f5-b267-e266fd395769.txt b/texts/cf061b9e-a2b6-44f5-b267-e266fd395769.txt new file mode 100644 index 0000000000000000000000000000000000000000..bba49536850e790e5c212e94368867dc805a1bdb --- /dev/null +++ b/texts/cf061b9e-a2b6-44f5-b267-e266fd395769.txt @@ -0,0 +1 @@ +A sheep and a fox play in the snow with YEONJUN written in the snow \ No newline at end of file diff --git a/texts/cf0ae65f-3b9b-433c-9dcd-611c0cdce15d.txt b/texts/cf0ae65f-3b9b-433c-9dcd-611c0cdce15d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ad8be72ea4840151947ab0a4c6a24488f05a3b9 --- /dev/null +++ b/texts/cf0ae65f-3b9b-433c-9dcd-611c0cdce15d.txt @@ -0,0 +1 @@ +A Maltai dog watches the sunset and drinks coffee by the sea in the evening. \ No newline at end of file diff --git a/texts/cf0bb703-f879-416f-a224-50593cd94a3f.txt b/texts/cf0bb703-f879-416f-a224-50593cd94a3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6218deda4df8aa110876c8194426e58ad1206a9 --- /dev/null +++ b/texts/cf0bb703-f879-416f-a224-50593cd94a3f.txt @@ -0,0 +1 @@ +I was supppsed to be sent away but they forgot to come and get me ,i am a white cat ,snow on the beach \ No newline at end of file diff --git a/texts/cf100166-5037-47f9-b3a1-07ccf4587c9a.txt b/texts/cf100166-5037-47f9-b3a1-07ccf4587c9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ae0651385d898af32059e8ea65fb61ea39e19c3 --- /dev/null +++ b/texts/cf100166-5037-47f9-b3a1-07ccf4587c9a.txt @@ -0,0 +1 @@ +tiger, lion, dog, tibet, snow ground, firework, small river \ No newline at end of file diff --git a/texts/cf1404fe-a392-4eb8-ac3b-d682200ae57e.txt b/texts/cf1404fe-a392-4eb8-ac3b-d682200ae57e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bebbb37240d9cb5a2094af148fd57ebee404d8b8 --- /dev/null +++ b/texts/cf1404fe-a392-4eb8-ac3b-d682200ae57e.txt @@ -0,0 +1 @@ + yosh horse tomato fish \ No newline at end of file diff --git a/texts/cf249d18-a13f-4565-8d9f-f95fb34fca8e.txt b/texts/cf249d18-a13f-4565-8d9f-f95fb34fca8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..13894c0307009f6040864a854a004b6227826add --- /dev/null +++ b/texts/cf249d18-a13f-4565-8d9f-f95fb34fca8e.txt @@ -0,0 +1 @@ +a hand crushing an egg, its egg yolk and white spiting all over, ominous vibe, dim light, weirdcore style \ No newline at end of file diff --git a/texts/cf2e8eb1-dc8e-4c52-b048-ce4752024a96.txt b/texts/cf2e8eb1-dc8e-4c52-b048-ce4752024a96.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5e4ecfa22f826b2dc4a8519d985cebc0982e60c --- /dev/null +++ b/texts/cf2e8eb1-dc8e-4c52-b048-ce4752024a96.txt @@ -0,0 +1 @@ +Cute cat ,penguin ,tree,sea,merry Christmas \ No newline at end of file diff --git a/texts/cf36aada-2c17-4bd3-8ca0-37025a102a41.txt b/texts/cf36aada-2c17-4bd3-8ca0-37025a102a41.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9546e2fc0212278e4b942eb5a0dc5ea9cd5a3e2 --- /dev/null +++ b/texts/cf36aada-2c17-4bd3-8ca0-37025a102a41.txt @@ -0,0 +1 @@ +A twenty-year-old schoolgirl with a basket was lifting apples from the ground one by one \ No newline at end of file diff --git a/texts/cf3bb166-4af9-4c65-87ec-f19d0ccb61a2.txt b/texts/cf3bb166-4af9-4c65-87ec-f19d0ccb61a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba9f3e8a5569482f663b24bb378e4f55f801193a --- /dev/null +++ b/texts/cf3bb166-4af9-4c65-87ec-f19d0ccb61a2.txt @@ -0,0 +1 @@ +Winter,Baby fluffy Cat,christmas vibe,snow,firework,bubbles,sunset \ No newline at end of file diff --git a/texts/cf3c54a5-2b2c-42bd-a79b-8b4495895df8.txt b/texts/cf3c54a5-2b2c-42bd-a79b-8b4495895df8.txt new file mode 100644 index 0000000000000000000000000000000000000000..57360b387d22672e215032f6955415ad048e9643 --- /dev/null +++ b/texts/cf3c54a5-2b2c-42bd-a79b-8b4495895df8.txt @@ -0,0 +1 @@ +A German shepherd and a black cat sit next to each other watching the snow falls outdoor. \ No newline at end of file diff --git a/texts/cf45e684-afce-400e-8214-30693701afd7.txt b/texts/cf45e684-afce-400e-8214-30693701afd7.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bccfb9ced2f864755f7858d58646ef81611f43d --- /dev/null +++ b/texts/cf45e684-afce-400e-8214-30693701afd7.txt @@ -0,0 +1 @@ +The lighthouse shines on the melancholy ships of the bay \ No newline at end of file diff --git a/texts/cf5365fa-8846-417f-b14a-c9b4ff59e5e2.txt b/texts/cf5365fa-8846-417f-b14a-c9b4ff59e5e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..291ed50bd1c7b3725fcb6e452375a9806fdf4e57 --- /dev/null +++ b/texts/cf5365fa-8846-417f-b14a-c9b4ff59e5e2.txt @@ -0,0 +1 @@ +There is a brown bear doll and a white rabbit doll sitting shoulder to shoulder on the winter snow. The bear is bigger than the rabbit, and the two dolls are wrapped around the same deep red scarf. Both dolls have a very furry and soft texture, with the bear doll wearing gold rimmed glasses and the rabbit doll having a light pink bow on its ear. In front of them was a bouquet of red roses, a little bear holding a cello, and two dolls smiling happily and looking at each other. The deep blue night sky behind me was filled with fireworks and scattered trees. \ No newline at end of file diff --git a/texts/cf560def-8fef-467a-af7e-469d8670a0de.txt b/texts/cf560def-8fef-467a-af7e-469d8670a0de.txt new file mode 100644 index 0000000000000000000000000000000000000000..21550c3a8529adb122eca3e9e33d62a6f9f41713 --- /dev/null +++ b/texts/cf560def-8fef-467a-af7e-469d8670a0de.txt @@ -0,0 +1 @@ +Antarctic Aurora \ No newline at end of file diff --git a/texts/cf5722e9-4644-4414-a63c-1e5e2779d841.txt b/texts/cf5722e9-4644-4414-a63c-1e5e2779d841.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8056210f15351ec0a38a7ab0df2d2470db7b250 --- /dev/null +++ b/texts/cf5722e9-4644-4414-a63c-1e5e2779d841.txt @@ -0,0 +1 @@ +A hello kitty hold a christmas trss and a gift \ No newline at end of file diff --git a/texts/cf5b3190-9de5-4d56-a677-a5d1578173a7.txt b/texts/cf5b3190-9de5-4d56-a677-a5d1578173a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d80ee876a18e8c10d96a236ff2ef6f43d254c13 --- /dev/null +++ b/texts/cf5b3190-9de5-4d56-a677-a5d1578173a7.txt @@ -0,0 +1 @@ +Lotus flowers are blooming in West Lake, when suddenly a submarine emerges from the water. \ No newline at end of file diff --git a/texts/cf621db3-ff13-4ca0-aca4-13ba0fe2de47.txt b/texts/cf621db3-ff13-4ca0-aca4-13ba0fe2de47.txt new file mode 100644 index 0000000000000000000000000000000000000000..cda89aa5acbb282e85b19b75a0f21a3931f26a8e --- /dev/null +++ b/texts/cf621db3-ff13-4ca0-aca4-13ba0fe2de47.txt @@ -0,0 +1 @@ +A white small chubby fox dog wearing wings, balloons, candles, a cake on the table, happy \ No newline at end of file diff --git a/texts/cf6bca4b-5f12-4fcf-a69e-801609b586db.txt b/texts/cf6bca4b-5f12-4fcf-a69e-801609b586db.txt new file mode 100644 index 0000000000000000000000000000000000000000..42854859ebc321b457463088c8263fb643425370 --- /dev/null +++ b/texts/cf6bca4b-5f12-4fcf-a69e-801609b586db.txt @@ -0,0 +1 @@ +a flying calabash gourd with wings, smiling face, colorful, "welcome" \ No newline at end of file diff --git a/texts/cf6c1705-fb24-4a3e-bb55-80270a3df33b.txt b/texts/cf6c1705-fb24-4a3e-bb55-80270a3df33b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1a29271de3a861170fff676edc1307aa4e96790 --- /dev/null +++ b/texts/cf6c1705-fb24-4a3e-bb55-80270a3df33b.txt @@ -0,0 +1 @@ +Tote shopping bag Plastic pocket Bright \ No newline at end of file diff --git a/texts/cf75664a-d92d-4f6c-b907-e120216bb77b.txt b/texts/cf75664a-d92d-4f6c-b907-e120216bb77b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6f60861f26e0d8542bd7b133fdc18c78594bc9c --- /dev/null +++ b/texts/cf75664a-d92d-4f6c-b907-e120216bb77b.txt @@ -0,0 +1 @@ +Sea, sunset, seagull \ No newline at end of file diff --git a/texts/cf7651dd-5eea-42d3-b90a-3784617d4178.txt b/texts/cf7651dd-5eea-42d3-b90a-3784617d4178.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccf78c307cb2b0970a0b1db46e8a13529b1a9291 --- /dev/null +++ b/texts/cf7651dd-5eea-42d3-b90a-3784617d4178.txt @@ -0,0 +1 @@ +The scene depicts sunlight shining on a meadow, with a cute little sheep with wings flying in the air. The clouds in the sky spell out the decorative letters "YMY". \ No newline at end of file diff --git a/texts/cf8c4a2c-203b-44de-b5e8-7ec13cb84449.txt b/texts/cf8c4a2c-203b-44de-b5e8-7ec13cb84449.txt new file mode 100644 index 0000000000000000000000000000000000000000..1100ad4dad5e1efb1ffe7f930923a564cc245d88 --- /dev/null +++ b/texts/cf8c4a2c-203b-44de-b5e8-7ec13cb84449.txt @@ -0,0 +1 @@ +a white owl \ No newline at end of file diff --git a/texts/cf8fa74f-308c-45e6-a3ea-4139d3945917.txt b/texts/cf8fa74f-308c-45e6-a3ea-4139d3945917.txt new file mode 100644 index 0000000000000000000000000000000000000000..064656ca51b5dd9b5fb4c3c1b732333f5333bb6f --- /dev/null +++ b/texts/cf8fa74f-308c-45e6-a3ea-4139d3945917.txt @@ -0,0 +1 @@ +A top view of a white Audi 100 Avant with a small snowman on the hood. The snowman is wearing a hat and there are some scattered snow around. \ No newline at end of file diff --git a/texts/cf910090-56b8-4f8c-a8ee-baf9840e907d.txt b/texts/cf910090-56b8-4f8c-a8ee-baf9840e907d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8596e960f0bc82042b20b1fb84e02b7acab56785 --- /dev/null +++ b/texts/cf910090-56b8-4f8c-a8ee-baf9840e907d.txt @@ -0,0 +1 @@ +The sky is dark blue. The monk is looking at the temple burned by the big fire and the snowy land. \ No newline at end of file diff --git a/texts/cf959261-cc22-4c50-8965-1b2a0a529d24.txt b/texts/cf959261-cc22-4c50-8965-1b2a0a529d24.txt new file mode 100644 index 0000000000000000000000000000000000000000..50de55c373529ebe447a619c51db783d1386fd77 --- /dev/null +++ b/texts/cf959261-cc22-4c50-8965-1b2a0a529d24.txt @@ -0,0 +1 @@ +Small golden retriever and samll gray giant poodl go karting in the snow together \ No newline at end of file diff --git a/texts/cf97105c-bf6d-4267-901c-d6bb6df4e295.txt b/texts/cf97105c-bf6d-4267-901c-d6bb6df4e295.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ae24e406b9b3cef0b6f9f318bc8bf713b28b28e --- /dev/null +++ b/texts/cf97105c-bf6d-4267-901c-d6bb6df4e295.txt @@ -0,0 +1 @@ +Golden British Shorthair cat is smoking in the snow and there are beautiful fireworks in the sky \ No newline at end of file diff --git a/texts/cf9c8d4e-5e82-4970-920c-19a1bf0b8e46.txt b/texts/cf9c8d4e-5e82-4970-920c-19a1bf0b8e46.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d19d8bfef7d6c300015befef8cd1b04aca5157f --- /dev/null +++ b/texts/cf9c8d4e-5e82-4970-920c-19a1bf0b8e46.txt @@ -0,0 +1 @@ +a black horse running in a foggy forest, high quality, 4k. \ No newline at end of file diff --git a/texts/cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9.txt b/texts/cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..191fc53c5a2634d9ef4d077bf226f99757e0edbb --- /dev/null +++ b/texts/cfab9a04-e0d7-4c26-82f2-31a4fa93b7a9.txt @@ -0,0 +1 @@ +A wallaby eats cake in court \ No newline at end of file diff --git a/texts/cfaf3799-4da2-4d24-9729-c72cfd09bfb5.txt b/texts/cfaf3799-4da2-4d24-9729-c72cfd09bfb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e21dde63ee18be452c096dfe3b2d044af45a9b14 --- /dev/null +++ b/texts/cfaf3799-4da2-4d24-9729-c72cfd09bfb5.txt @@ -0,0 +1 @@ +Jia candles are inserted on an exquisite cake. \ No newline at end of file diff --git a/texts/cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c.txt b/texts/cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..f78675fb0dd0f80029d9f3452d180b8c6b477254 --- /dev/null +++ b/texts/cfafce31-f46a-42ec-b68a-cdd7d5ad3d0c.txt @@ -0,0 +1 @@ +In the evening, two hello Kitty sat in the snow with lsm and wxk written on it, and their names should be written on the ground in the middle of the two hellokitty. There are fireworks in the distance, and the environment is warm. Hellokitty is at the bottom right of the picture. Hellokitty is wearing a pink and blue scarf. Hellokitty imitates the texture of snow, and the name also imitates the way it is written by hand in the snow. \ No newline at end of file diff --git a/texts/cfb5984a-1a31-4289-8048-a46f1db0d88f.txt b/texts/cfb5984a-1a31-4289-8048-a46f1db0d88f.txt new file mode 100644 index 0000000000000000000000000000000000000000..50be07eebf391cdae52dffb4e6d0184ded2a251e --- /dev/null +++ b/texts/cfb5984a-1a31-4289-8048-a46f1db0d88f.txt @@ -0,0 +1 @@ +A double layered strawberry cake with candles in the shape of "22" and the words "QOSHTOO" written on it The cake is placed on the snow with a forest background \ No newline at end of file diff --git a/texts/cfc3200f-7cec-4bf8-b8aa-cec8d30d9367.txt b/texts/cfc3200f-7cec-4bf8-b8aa-cec8d30d9367.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b3640c42f73ffe207c2d8f9f8da9d34be169d52 --- /dev/null +++ b/texts/cfc3200f-7cec-4bf8-b8aa-cec8d30d9367.txt @@ -0,0 +1 @@ +A very Gothic person holds a banner in his hand and says MOUNTER. \ No newline at end of file diff --git a/texts/cfcacd4d-c8f7-4713-9d24-6f76756adc22.txt b/texts/cfcacd4d-c8f7-4713-9d24-6f76756adc22.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac735e10981c677e0e106e845bef73578b6bb07a --- /dev/null +++ b/texts/cfcacd4d-c8f7-4713-9d24-6f76756adc22.txt @@ -0,0 +1 @@ +A big Pikachu is standing by a French fountain with drinking a big glass of wine \ No newline at end of file diff --git a/texts/cfd2990a-756d-43ff-a5b2-55459f855ad6.txt b/texts/cfd2990a-756d-43ff-a5b2-55459f855ad6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3571d7aa1c8b7a626ed55faac22466fa2818c38 --- /dev/null +++ b/texts/cfd2990a-756d-43ff-a5b2-55459f855ad6.txt @@ -0,0 +1 @@ +a cat sitting in the office and watching laptop who dont want to work,but it have to \ No newline at end of file diff --git a/texts/cfdc80a8-44e0-47b3-8019-136dccca6c34.txt b/texts/cfdc80a8-44e0-47b3-8019-136dccca6c34.txt new file mode 100644 index 0000000000000000000000000000000000000000..30eb00028fae0bc3fda3df326cff729df74d304c --- /dev/null +++ b/texts/cfdc80a8-44e0-47b3-8019-136dccca6c34.txt @@ -0,0 +1 @@ +A Japanese young man watches the burning Kinko ji Temple at night \ No newline at end of file diff --git a/texts/cfe94cf7-c11c-4caf-8f32-870682750968.txt b/texts/cfe94cf7-c11c-4caf-8f32-870682750968.txt new file mode 100644 index 0000000000000000000000000000000000000000..32e2827c01f5113b0de9460a0e17945d2805f1a7 --- /dev/null +++ b/texts/cfe94cf7-c11c-4caf-8f32-870682750968.txt @@ -0,0 +1 @@ +Three minimalist hand cream tubes, each in a distinct modern color: "navy blue, pastel pink, and mustard yellow." The tubes are sleek and matte-finished, with white typography indicating their functions (Defensing, Repairing, Nourishing). The design is clean and contemporary, with no additional patterns or illustrations. The scene features a neutral beige background and soft lighting, emphasizing the smooth textures and premium feel of the products. \ No newline at end of file diff --git a/texts/cfed97c5-953c-4877-b5dd-2e2761c1fd3a.txt b/texts/cfed97c5-953c-4877-b5dd-2e2761c1fd3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e9731617c1e59fc0d23e68b0480e13ba7285de --- /dev/null +++ b/texts/cfed97c5-953c-4877-b5dd-2e2761c1fd3a.txt @@ -0,0 +1 @@ +a working cat human in office with cigarette, aesthetic \ No newline at end of file diff --git a/texts/cff06194-2747-4881-8383-598a0c5e2e1a.txt b/texts/cff06194-2747-4881-8383-598a0c5e2e1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..be9372a5ab0f3dffac39c2980953e7a582023bcf --- /dev/null +++ b/texts/cff06194-2747-4881-8383-598a0c5e2e1a.txt @@ -0,0 +1 @@ +White puppy and a tall, handsome big muscle man lifting dumbbells to exercise \ No newline at end of file diff --git a/texts/cffcfbed-b91c-4856-ac88-097946b5a757.txt b/texts/cffcfbed-b91c-4856-ac88-097946b5a757.txt new file mode 100644 index 0000000000000000000000000000000000000000..968a4fbcb4448dd9807fcd04a18be6d800f48b6a --- /dev/null +++ b/texts/cffcfbed-b91c-4856-ac88-097946b5a757.txt @@ -0,0 +1 @@ +A panda cub and a koala are eating popcorn on the sofa \ No newline at end of file diff --git a/texts/d002d681-eb38-4500-b1b0-066d3b9b1220.txt b/texts/d002d681-eb38-4500-b1b0-066d3b9b1220.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eac6f8bea371ccbe98e6531fca8d5c06d267824 --- /dev/null +++ b/texts/d002d681-eb38-4500-b1b0-066d3b9b1220.txt @@ -0,0 +1 @@ +There are flowing water waves in a picture, rain and stars appear in the sky at the same time, and a long-haired dachshund is smiling. \ No newline at end of file diff --git a/texts/d0081921-abfb-4645-82a3-dc31da46650f.txt b/texts/d0081921-abfb-4645-82a3-dc31da46650f.txt new file mode 100644 index 0000000000000000000000000000000000000000..45aedbcf719e0f4a01f1dbe3440af84a8b78b161 --- /dev/null +++ b/texts/d0081921-abfb-4645-82a3-dc31da46650f.txt @@ -0,0 +1 @@ +Hello kitty with sunglass drink wine under christmas tree in snow \ No newline at end of file diff --git a/texts/d00dcafa-d9c4-4d7e-8fe5-872097c4e832.txt b/texts/d00dcafa-d9c4-4d7e-8fe5-872097c4e832.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ccb423eb04f1a87df23f5e6d33ea707b0b595e7 --- /dev/null +++ b/texts/d00dcafa-d9c4-4d7e-8fe5-872097c4e832.txt @@ -0,0 +1 @@ +Two cute little Hello Kitty dolls sitting on the snow,There is a Christmas tree behind it, with a beach in the background and fireworks blooming in the distance. The colors of the fireworks are mainly white and pink. There are footprints on the beach, YZY SY written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/d019aa09-f057-49d6-a193-788d690736ce.txt b/texts/d019aa09-f057-49d6-a193-788d690736ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..14b2c99525ee4c2f06bd084eaa87ed652c48a8ec --- /dev/null +++ b/texts/d019aa09-f057-49d6-a193-788d690736ce.txt @@ -0,0 +1 @@ +home internet \ No newline at end of file diff --git a/texts/d019e7e6-a831-45a2-8550-211bbdcbc301.txt b/texts/d019e7e6-a831-45a2-8550-211bbdcbc301.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcca83e00d42fd02c4595ded7ca688dd72cef593 --- /dev/null +++ b/texts/d019e7e6-a831-45a2-8550-211bbdcbc301.txt @@ -0,0 +1 @@ +A light brown puppy with straight fur, wearing a traffic police hat, standing on the roof of a green car, commanding the direction \ No newline at end of file diff --git a/texts/d03395fe-fe8c-4ac3-8780-9a3d1596d39d.txt b/texts/d03395fe-fe8c-4ac3-8780-9a3d1596d39d.txt new file mode 100644 index 0000000000000000000000000000000000000000..df0216fc105a78e507e90240b6999cbca9a05946 --- /dev/null +++ b/texts/d03395fe-fe8c-4ac3-8780-9a3d1596d39d.txt @@ -0,0 +1 @@ +Orange Cat Celebrates Jiang Yajing's Birthday on December 6th in the Snow by the Sea \ No newline at end of file diff --git a/texts/d03cc709-1b1d-43ce-a5d9-cde9dcac2bac.txt b/texts/d03cc709-1b1d-43ce-a5d9-cde9dcac2bac.txt new file mode 100644 index 0000000000000000000000000000000000000000..64ad34363e898181e73f0b85dad6a9d2feb26241 --- /dev/null +++ b/texts/d03cc709-1b1d-43ce-a5d9-cde9dcac2bac.txt @@ -0,0 +1 @@ +overexposure \ No newline at end of file diff --git a/texts/d044e79a-f7a5-4686-93b6-59d42643d50c.txt b/texts/d044e79a-f7a5-4686-93b6-59d42643d50c.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb37a44f69a86b2592d689e99e45af1bd5300a17 --- /dev/null +++ b/texts/d044e79a-f7a5-4686-93b6-59d42643d50c.txt @@ -0,0 +1 @@ +An cute penguin beside a christmas tree with a christmas hat on \ No newline at end of file diff --git a/texts/d04f9deb-fc47-4c2c-bc45-b583b48a8f00.txt b/texts/d04f9deb-fc47-4c2c-bc45-b583b48a8f00.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4389c7e49d230012efab32aca20fb9b25c93286 --- /dev/null +++ b/texts/d04f9deb-fc47-4c2c-bc45-b583b48a8f00.txt @@ -0,0 +1 @@ +Seaside, sunset, Christmas tree, bonfire, snowy day, orange cat and puppy wearing a scarf! \ No newline at end of file diff --git a/texts/d051ce90-b349-4b92-a33d-2cab5a20067b.txt b/texts/d051ce90-b349-4b92-a33d-2cab5a20067b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2c5fec8793211092955179487bb66b26bef9064 --- /dev/null +++ b/texts/d051ce90-b349-4b92-a33d-2cab5a20067b.txt @@ -0,0 +1 @@ +A pink hello kitty with wedding dress draws an architecture drawing.foggy snow landscapes \ No newline at end of file diff --git a/texts/d058d98d-57ed-4450-87e9-0af6c3d4ebf0.txt b/texts/d058d98d-57ed-4450-87e9-0af6c3d4ebf0.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ae9dabf162649b7400eec0fbc60e18b9c4f0160 --- /dev/null +++ b/texts/d058d98d-57ed-4450-87e9-0af6c3d4ebf0.txt @@ -0,0 +1 @@ +Two young Japanese men in kimonos kissed beside the tall flames \ No newline at end of file diff --git a/texts/d05924aa-1837-4691-8210-80d8157e7999.txt b/texts/d05924aa-1837-4691-8210-80d8157e7999.txt new file mode 100644 index 0000000000000000000000000000000000000000..3590309fe25a92c39dbfb5de7dc0ec9226096d96 --- /dev/null +++ b/texts/d05924aa-1837-4691-8210-80d8157e7999.txt @@ -0,0 +1 @@ +A red apple \ No newline at end of file diff --git a/texts/d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9.txt b/texts/d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..272bf4fe520754e08afd1b4f7b548c20071fa18b --- /dev/null +++ b/texts/d05b6fb5-3c8c-4633-b6d7-ca8985dfdbf9.txt @@ -0,0 +1 @@ +A dog in sunglasses rides in a hot air balloon. \ No newline at end of file diff --git a/texts/d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9.txt b/texts/d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fd58a25363451ecd23ff7909be72d13b4be8657 --- /dev/null +++ b/texts/d07bc3c1-9fac-4cd6-89fb-3c1d02d1cce9.txt @@ -0,0 +1 @@ +Long-haired Corgi puppy ,black ears, one ear drooping driving a spaceship with sunglasses. \ No newline at end of file diff --git a/texts/d087022b-94a0-4577-9202-607052ddc85b.txt b/texts/d087022b-94a0-4577-9202-607052ddc85b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc7ccc88469cf7b731191897ad9960d614b458c --- /dev/null +++ b/texts/d087022b-94a0-4577-9202-607052ddc85b.txt @@ -0,0 +1 @@ +a skeleton holding a bleeding heart, dim light, weirdcore style \ No newline at end of file diff --git a/texts/d08788fd-5a3c-4fa0-82d6-f6549d67e2cd.txt b/texts/d08788fd-5a3c-4fa0-82d6-f6549d67e2cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..a37270201a7aa8f0d3b4b52fdab571962c1a6c20 --- /dev/null +++ b/texts/d08788fd-5a3c-4fa0-82d6-f6549d67e2cd.txt @@ -0,0 +1 @@ +A small, beautiful Hello Kitty on the beach where it's snowing, the sky is pink, and zc&yhz is written on the snow. \ No newline at end of file diff --git a/texts/d09b7b4b-687a-4e68-b1d1-95c737a688b4.txt b/texts/d09b7b4b-687a-4e68-b1d1-95c737a688b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f9726d84cac6376ceffbcc8f38377c9d545840e --- /dev/null +++ b/texts/d09b7b4b-687a-4e68-b1d1-95c737a688b4.txt @@ -0,0 +1 @@ +A Sherry beats the drums on the lawn. \ No newline at end of file diff --git a/texts/d0a2b309-b62e-451f-9874-522c87b40d89.txt b/texts/d0a2b309-b62e-451f-9874-522c87b40d89.txt new file mode 100644 index 0000000000000000000000000000000000000000..88698c7092d2031e01fe9e321572105918e1b895 --- /dev/null +++ b/texts/d0a2b309-b62e-451f-9874-522c87b40d89.txt @@ -0,0 +1 @@ +beetles climbing the walls of the living room of a house, surreal dreamlike environment, DVD. \ No newline at end of file diff --git a/texts/d0af34d9-c78a-4e3a-bff4-eb6871d66441.txt b/texts/d0af34d9-c78a-4e3a-bff4-eb6871d66441.txt new file mode 100644 index 0000000000000000000000000000000000000000..38f38515cc91fbf2ab9bccd057c8b10fe244b517 --- /dev/null +++ b/texts/d0af34d9-c78a-4e3a-bff4-eb6871d66441.txt @@ -0,0 +1 @@ +asian young man in suit standing in front of blossom on a snowy winter day \ No newline at end of file diff --git a/texts/d0aff86f-1f2d-4de3-bee0-6abccd161ee8.txt b/texts/d0aff86f-1f2d-4de3-bee0-6abccd161ee8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b90dfe66cf13aa62539bd9bced734d7f5f9c9fa3 --- /dev/null +++ b/texts/d0aff86f-1f2d-4de3-bee0-6abccd161ee8.txt @@ -0,0 +1 @@ +A kitty and a white dog wearing a red birthday hat sitting on the beach with the ocean in the back. a mini birthday cake and wine are in the front of them. Dazzling fireworks lights up the sky. \ No newline at end of file diff --git a/texts/d0b28655-cb3f-4baa-830d-6864c6a00afa.txt b/texts/d0b28655-cb3f-4baa-830d-6864c6a00afa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8c7df7c8dc0b422a180444e6aa5c5b39582c2c6 --- /dev/null +++ b/texts/d0b28655-cb3f-4baa-830d-6864c6a00afa.txt @@ -0,0 +1 @@ +A furry cat and a plush bear are walking in the snow at Christmas. \ No newline at end of file diff --git a/texts/d0b65e10-2421-4154-8e93-6d30bb526f80.txt b/texts/d0b65e10-2421-4154-8e93-6d30bb526f80.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e945a48d937d61118da8b297cb91ff576a97b31 --- /dev/null +++ b/texts/d0b65e10-2421-4154-8e93-6d30bb526f80.txt @@ -0,0 +1 @@ +Thousands of yaks occupy the Potala Palace. \ No newline at end of file diff --git a/texts/d0ba345b-c2bd-4373-aaa7-c558102c9b47.txt b/texts/d0ba345b-c2bd-4373-aaa7-c558102c9b47.txt new file mode 100644 index 0000000000000000000000000000000000000000..6244d5203f1d938ed29751edba3b1082753e7203 --- /dev/null +++ b/texts/d0ba345b-c2bd-4373-aaa7-c558102c9b47.txt @@ -0,0 +1 @@ +barbershop barber americanstylehairsalon basketball basketball clothes game console nba \ No newline at end of file diff --git a/texts/d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b.txt b/texts/d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4bcc44beec1b27c01e539b9dea9cee37a086dab --- /dev/null +++ b/texts/d0c01f89-0d0a-462c-9e5f-9dd3cb173b3b.txt @@ -0,0 +1 @@ +On a snowy night, there are fireworks in the sky. A Hello Kitty doll wearing a Christmas hat and a decorated Christmas tree on the snow.There is the word "HYX "written on the snow \ No newline at end of file diff --git a/texts/d0d08325-4808-4718-9652-5dde806dd05c.txt b/texts/d0d08325-4808-4718-9652-5dde806dd05c.txt new file mode 100644 index 0000000000000000000000000000000000000000..611b173fa3a2da83a8d83ce8b8bc3491bc4f715a --- /dev/null +++ b/texts/d0d08325-4808-4718-9652-5dde806dd05c.txt @@ -0,0 +1 @@ +HelloKitty is dancing in the snow writing LSL. \ No newline at end of file diff --git a/texts/d0d4a33c-bcae-4949-9759-cefb3a5f6754.txt b/texts/d0d4a33c-bcae-4949-9759-cefb3a5f6754.txt new file mode 100644 index 0000000000000000000000000000000000000000..83fba5a97e55a60d394461a8b0d742e82ad81353 --- /dev/null +++ b/texts/d0d4a33c-bcae-4949-9759-cefb3a5f6754.txt @@ -0,0 +1 @@ +On a snowy winter day, a warm laundromat has many all-white washing machines, and fashion bloggers are shooting \ No newline at end of file diff --git a/texts/d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8.txt b/texts/d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8bcfcf926bfc7bda0610c01d606bc737128522e --- /dev/null +++ b/texts/d0d8819e-4e1a-4a93-9a7b-1af0ef1941c8.txt @@ -0,0 +1 @@ +A women is picking up chips snack in Supermarket, close up \ No newline at end of file diff --git a/texts/d0deea4b-8e35-43a5-ad89-78123a8beb91.txt b/texts/d0deea4b-8e35-43a5-ad89-78123a8beb91.txt new file mode 100644 index 0000000000000000000000000000000000000000..91fa24d8efb08724ae544bbd5a05ea9673db78ad --- /dev/null +++ b/texts/d0deea4b-8e35-43a5-ad89-78123a8beb91.txt @@ -0,0 +1 @@ +Two cute little cats with wands in their hands and a pink castle behind them \ No newline at end of file diff --git a/texts/d0e635a1-074c-4e3b-8a72-61b0a0bbf10a.txt b/texts/d0e635a1-074c-4e3b-8a72-61b0a0bbf10a.txt new file mode 100644 index 0000000000000000000000000000000000000000..db3d22802be7fb0b252d129f334a980db129b537 --- /dev/null +++ b/texts/d0e635a1-074c-4e3b-8a72-61b0a0bbf10a.txt @@ -0,0 +1 @@ +The goldfish in the fish tank. \ No newline at end of file diff --git a/texts/d0e7ef5a-492c-4f65-a465-a0df61f8dda0.txt b/texts/d0e7ef5a-492c-4f65-a465-a0df61f8dda0.txt new file mode 100644 index 0000000000000000000000000000000000000000..81cf95cf9119b56896f1e2b0214ad7d23947f7d6 --- /dev/null +++ b/texts/d0e7ef5a-492c-4f65-a465-a0df61f8dda0.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its headlights on, illuminating the fog and driving through the snow, front and side view at 20 degrees, dim environment, snowing \ No newline at end of file diff --git a/texts/d0e9a5ba-ca23-4160-875b-adc5582be34e.txt b/texts/d0e9a5ba-ca23-4160-875b-adc5582be34e.txt new file mode 100644 index 0000000000000000000000000000000000000000..aad412bbe4bc17eae7b3644bdb91d652d14e181d --- /dev/null +++ b/texts/d0e9a5ba-ca23-4160-875b-adc5582be34e.txt @@ -0,0 +1 @@ +A metallic hummingbird is sipping nectar from white lilies, which are arranged in a classical golden vase, with the backdrop of the Milky Way galaxy. \ No newline at end of file diff --git a/texts/d0ea81e8-e991-461c-bc37-cd5f782141c8.txt b/texts/d0ea81e8-e991-461c-bc37-cd5f782141c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6d150265f71e7b19d750d3eb6d661487490d291 --- /dev/null +++ b/texts/d0ea81e8-e991-461c-bc37-cd5f782141c8.txt @@ -0,0 +1 @@ +A fawn stands in the snow and turns its head to look into the camera. Night shot, the surrounding landscape is desolate, ice water, dense forest and endless darkness. The atmosphere is dangerous, oppressive and disturbing. The style is Recraft, emphasizing strong contrast, dramatic light, and a dark, mysterious atmosphere. \ No newline at end of file diff --git a/texts/d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b.txt b/texts/d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c11d6915277e95dcacb3334f09e9be6d395705db --- /dev/null +++ b/texts/d0f9a9ae-abe1-4209-90b7-3e61bd8a7c1b.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "LYL" engraved on the snow \ No newline at end of file diff --git a/texts/d0fad7bb-1168-4784-a2ed-9e4f13810b93.txt b/texts/d0fad7bb-1168-4784-a2ed-9e4f13810b93.txt new file mode 100644 index 0000000000000000000000000000000000000000..66e38a985a4ea5eefd0c53acd837d3d8bff5aaf9 --- /dev/null +++ b/texts/d0fad7bb-1168-4784-a2ed-9e4f13810b93.txt @@ -0,0 +1 @@ +Light snow falls, the sky is dark blue, and a Samoyed plays with a golden British Shorthair. \ No newline at end of file diff --git a/texts/d10b2ad2-a032-4fb8-9968-7637e65e5b34.txt b/texts/d10b2ad2-a032-4fb8-9968-7637e65e5b34.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b9fa3667190ca404c6e01199814f53bd3a9d11 --- /dev/null +++ b/texts/d10b2ad2-a032-4fb8-9968-7637e65e5b34.txt @@ -0,0 +1 @@ +The wooden square table has an empty bowl in the center \ No newline at end of file diff --git a/texts/d1135286-fbaf-4b84-ade5-d7a62fd39b56.txt b/texts/d1135286-fbaf-4b84-ade5-d7a62fd39b56.txt new file mode 100644 index 0000000000000000000000000000000000000000..54df07026e74d051cfa392a56df542c6367772ec --- /dev/null +++ b/texts/d1135286-fbaf-4b84-ade5-d7a62fd39b56.txt @@ -0,0 +1 @@ +A man is on the beach by the sea, surrounded by coconut trees, and the sun is setting \ No newline at end of file diff --git a/texts/d11592a4-2221-4016-9e46-b628a778fcd1.txt b/texts/d11592a4-2221-4016-9e46-b628a778fcd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d965e812cdaca47f236a41e045858ae41bffc7b1 --- /dev/null +++ b/texts/d11592a4-2221-4016-9e46-b628a778fcd1.txt @@ -0,0 +1 @@ +A cute origanal hellokitty toy which in blue shirt is studying \ No newline at end of file diff --git a/texts/d118b4c3-231c-4c96-9816-54dfeeb835e8.txt b/texts/d118b4c3-231c-4c96-9816-54dfeeb835e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bf8ecec60758a79e5a1fea15edc5e57d5bfc995 --- /dev/null +++ b/texts/d118b4c3-231c-4c96-9816-54dfeeb835e8.txt @@ -0,0 +1 @@ +kitten with white wings, cake, birthday hat, party, wings, blue background \ No newline at end of file diff --git a/texts/d11b982c-61e0-46ca-9600-bc5cb8b01fae.txt b/texts/d11b982c-61e0-46ca-9600-bc5cb8b01fae.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9f0161560fbe2aa00e5c4bfede120a209cddcc6 --- /dev/null +++ b/texts/d11b982c-61e0-46ca-9600-bc5cb8b01fae.txt @@ -0,0 +1 @@ +The last fireworks of a summer night in taipei \ No newline at end of file diff --git a/texts/d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb.txt b/texts/d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2525356131dc85cb8bf6550db422ce40ddce540 --- /dev/null +++ b/texts/d1206b9a-33e0-4eea-98a2-f7df3a2ad6fb.txt @@ -0,0 +1 @@ +Fire alligator \ No newline at end of file diff --git a/texts/d1215317-f529-483c-90a0-a5f13e1c19d4.txt b/texts/d1215317-f529-483c-90a0-a5f13e1c19d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3025da3371ec6a3922a71de96c3b4f4ab13d3379 --- /dev/null +++ b/texts/d1215317-f529-483c-90a0-a5f13e1c19d4.txt @@ -0,0 +1 @@ +Hello kitty sitting in an office, waring ear phone and reading magazine. The office is on fire \ No newline at end of file diff --git a/texts/d123cee0-5c2c-4e95-a858-710613615546.txt b/texts/d123cee0-5c2c-4e95-a858-710613615546.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f056178dbcb5fc07e1ffdd5b17f8d1fee72d3d6 --- /dev/null +++ b/texts/d123cee0-5c2c-4e95-a858-710613615546.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snow, next to fireworks. In the snow, xlt is written \ No newline at end of file diff --git a/texts/d1348e4e-0555-4544-ab8c-17654158b9f1.txt b/texts/d1348e4e-0555-4544-ab8c-17654158b9f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..cff37b0e4c6a7d75d3a70ec65d46f665e112c944 --- /dev/null +++ b/texts/d1348e4e-0555-4544-ab8c-17654158b9f1.txt @@ -0,0 +1 @@ +The detective took a camera of the sunflower garden in the snow \ No newline at end of file diff --git a/texts/d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2.txt b/texts/d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a3149d4edd45a153de6fef4998ca1b2ff9f43c7 --- /dev/null +++ b/texts/d13bb2d8-f22c-49b2-ad2e-ea0db3096fd2.txt @@ -0,0 +1 @@ +Many books \ No newline at end of file diff --git a/texts/d147a954-8911-438d-a9d2-6c1041077f7c.txt b/texts/d147a954-8911-438d-a9d2-6c1041077f7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b66b8ff45d27c5ec4fd7fbfcc6e0b09bdd604774 --- /dev/null +++ b/texts/d147a954-8911-438d-a9d2-6c1041077f7c.txt @@ -0,0 +1 @@ +a transparent cube reflects in a standing mirror \ No newline at end of file diff --git a/texts/d148b12b-59e7-4e41-9fe6-90dbe408b726.txt b/texts/d148b12b-59e7-4e41-9fe6-90dbe408b726.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e3868e03fe0ae2fae5297b9f14031ff04f89c4d --- /dev/null +++ b/texts/d148b12b-59e7-4e41-9fe6-90dbe408b726.txt @@ -0,0 +1 @@ +a child watching a bold text "Yb19a" on fire, the child overlooks the valley, bold text "Yb19a" fire in the field and also have red smoke. \ No newline at end of file diff --git a/texts/d15633d4-ec9b-4c99-9509-585b551e2499.txt b/texts/d15633d4-ec9b-4c99-9509-585b551e2499.txt new file mode 100644 index 0000000000000000000000000000000000000000..74142a8372d4f604184645a6ea68527e51ae37a2 --- /dev/null +++ b/texts/d15633d4-ec9b-4c99-9509-585b551e2499.txt @@ -0,0 +1 @@ +A white puppy is running in the snow. There are fireworks in the distance. There are forests. There are lakes. It is snowing in the sky. \ No newline at end of file diff --git a/texts/d1605cea-fef8-4532-927a-bada4585f62f.txt b/texts/d1605cea-fef8-4532-927a-bada4585f62f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dd91daa76e34e7611c5bba5a4c1e6cfcb975f8c --- /dev/null +++ b/texts/d1605cea-fef8-4532-927a-bada4585f62f.txt @@ -0,0 +1 @@ +bat man riding a pink electric motorcycle on the road \ No newline at end of file diff --git a/texts/d16242af-c863-4094-8a6e-4a4fcbe8924e.txt b/texts/d16242af-c863-4094-8a6e-4a4fcbe8924e.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b0b97cc17a8bd2d30e1dbe81b3ce6caff43bf74 --- /dev/null +++ b/texts/d16242af-c863-4094-8a6e-4a4fcbe8924e.txt @@ -0,0 +1 @@ +black little dog with short legs and beard, snow, winter, Christmas tree, fireworks \ No newline at end of file diff --git a/texts/d169ddc9-aeb5-485b-befe-6e3bde4e983a.txt b/texts/d169ddc9-aeb5-485b-befe-6e3bde4e983a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c89933ca9e9e8c0ba6a4a6112f438b0d66fd1de2 --- /dev/null +++ b/texts/d169ddc9-aeb5-485b-befe-6e3bde4e983a.txt @@ -0,0 +1 @@ +An otter and a butterfly travel around the world together. \ No newline at end of file diff --git a/texts/d174622a-25af-418f-986a-70c3c4373865.txt b/texts/d174622a-25af-418f-986a-70c3c4373865.txt new file mode 100644 index 0000000000000000000000000000000000000000..a649a1ecc45a2d1d56b7318d8f3fcb94197a1609 --- /dev/null +++ b/texts/d174622a-25af-418f-986a-70c3c4373865.txt @@ -0,0 +1 @@ +A penguin and a polar bear under the aurora \ No newline at end of file diff --git a/texts/d175609c-f64d-44cc-bf80-559c80a4e713.txt b/texts/d175609c-f64d-44cc-bf80-559c80a4e713.txt new file mode 100644 index 0000000000000000000000000000000000000000..c76c0da826c52726ff9fa525d435caa9acf0b944 --- /dev/null +++ b/texts/d175609c-f64d-44cc-bf80-559c80a4e713.txt @@ -0,0 +1 @@ +The window by the snow is frosty, surrounded by bubbles and flashing lights. It's dark. Christmas is coming soon. \ No newline at end of file diff --git a/texts/d1777a63-a0e2-43f6-a064-e0ae1be8e8d8.txt b/texts/d1777a63-a0e2-43f6-a064-e0ae1be8e8d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f24220582753b5f839f789f78b8283777a553911 --- /dev/null +++ b/texts/d1777a63-a0e2-43f6-a064-e0ae1be8e8d8.txt @@ -0,0 +1 @@ +Five cars were arranged in the shape of snakes on the mountain road \ No newline at end of file diff --git a/texts/d185886c-708f-436b-9d6b-96c4870554ea.txt b/texts/d185886c-708f-436b-9d6b-96c4870554ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..b14c5a7486db8fa796ca2bc56a8907bf7089593d --- /dev/null +++ b/texts/d185886c-708f-436b-9d6b-96c4870554ea.txt @@ -0,0 +1 @@ +hello kitty with red ribbon on the ear and red training suits and red shoes playing basketball in the basketball court but with firing \ No newline at end of file diff --git a/texts/d18883c3-143c-431f-a29e-10c8a54391eb.txt b/texts/d18883c3-143c-431f-a29e-10c8a54391eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..d52c6870a6808cd0827dfb57f5bb2ff1880437fa --- /dev/null +++ b/texts/d18883c3-143c-431f-a29e-10c8a54391eb.txt @@ -0,0 +1 @@ +There is a burning house \ No newline at end of file diff --git a/texts/d19574eb-17f9-4372-a12e-0263b0062f9b.txt b/texts/d19574eb-17f9-4372-a12e-0263b0062f9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..5973c3c3096d399a4564c6b26a0083a524c5e7b6 --- /dev/null +++ b/texts/d19574eb-17f9-4372-a12e-0263b0062f9b.txt @@ -0,0 +1 @@ +On a night of driving rain and wind,two people cling to each other tightly.Although the outside world is full of challenges,their hearts feel warm and safe because of each other's presence.Their eyes are filled with determination and trust;even in the face of difficulties,they believe that as long as they hold hands,nothing is impossible. \ No newline at end of file diff --git a/texts/d1971dbb-6e89-4241-80cd-db8fb3fe161c.txt b/texts/d1971dbb-6e89-4241-80cd-db8fb3fe161c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce954f9706804e0d15153415d3ede19b68c3040f --- /dev/null +++ b/texts/d1971dbb-6e89-4241-80cd-db8fb3fe161c.txt @@ -0,0 +1 @@ +At sunrise, there is a Christmas tree hung with colorful lights on the sea. Otters, kittens and hedgehogs are holding hands and dancing happily around the Christmas tree \ No newline at end of file diff --git a/texts/d19af722-2d13-4108-b800-c9c9e8e05220.txt b/texts/d19af722-2d13-4108-b800-c9c9e8e05220.txt new file mode 100644 index 0000000000000000000000000000000000000000..8da34d37f99fe63575e460df47efb630fdba1ecb --- /dev/null +++ b/texts/d19af722-2d13-4108-b800-c9c9e8e05220.txt @@ -0,0 +1 @@ +Butterflies, bonfires, snow, night \ No newline at end of file diff --git a/texts/d19ca027-cd6d-45fb-8848-1e1e22285ce4.txt b/texts/d19ca027-cd6d-45fb-8848-1e1e22285ce4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1b23a5e06b90a9896506d5f2d2145405199a5f6 --- /dev/null +++ b/texts/d19ca027-cd6d-45fb-8848-1e1e22285ce4.txt @@ -0,0 +1 @@ +A cool guy in black kimono with the background a temple is on fire. \ No newline at end of file diff --git a/texts/d1a9d190-bbc3-4b20-8a92-cd5bb2688f21.txt b/texts/d1a9d190-bbc3-4b20-8a92-cd5bb2688f21.txt new file mode 100644 index 0000000000000000000000000000000000000000..e95a7eaa9a4574390cc105c28e40d0f6625660dc --- /dev/null +++ b/texts/d1a9d190-bbc3-4b20-8a92-cd5bb2688f21.txt @@ -0,0 +1 @@ +There was a cute lamb eating noodles in the bar, and a thin man stood next to him. He liked the sheep. \ No newline at end of file diff --git a/texts/d1b09d15-26ff-4bdc-b3ae-cd56891b2641.txt b/texts/d1b09d15-26ff-4bdc-b3ae-cd56891b2641.txt new file mode 100644 index 0000000000000000000000000000000000000000..65d8408de717a77e84d6f38d5a4789d9869a1220 --- /dev/null +++ b/texts/d1b09d15-26ff-4bdc-b3ae-cd56891b2641.txt @@ -0,0 +1 @@ +A Samoyed eating a bagel, another Samoyed with little wings on his back playing with the tail of the Samoyed eating the bagel, they're on a pink beach with snow in the sky \ No newline at end of file diff --git a/texts/d1b11054-6865-43dd-8daf-bedeb51955df.txt b/texts/d1b11054-6865-43dd-8daf-bedeb51955df.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f31f3da8c9384959b05494025ee32bc59f511e2 --- /dev/null +++ b/texts/d1b11054-6865-43dd-8daf-bedeb51955df.txt @@ -0,0 +1 @@ +A cat wearing glasses is working in the company \ No newline at end of file diff --git a/texts/d1b20b62-65d0-4bb3-8c55-320eceb1cf8e.txt b/texts/d1b20b62-65d0-4bb3-8c55-320eceb1cf8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f6ff659713b8640a60862bca4c3813b9f877088 --- /dev/null +++ b/texts/d1b20b62-65d0-4bb3-8c55-320eceb1cf8e.txt @@ -0,0 +1 @@ +On a snowy night, under a dark blue night sky, a white long-haired cat and its owner are watching the starry sky in the wilderness. Both the cat and the human are wearing Christmas hats, celebrating the magical night of Christmas. \ No newline at end of file diff --git a/texts/d1b34212-3be5-40cc-8a29-7d7853a666fa.txt b/texts/d1b34212-3be5-40cc-8a29-7d7853a666fa.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4282b218a96bbdbc01399d05b6aa6f19fea765 --- /dev/null +++ b/texts/d1b34212-3be5-40cc-8a29-7d7853a666fa.txt @@ -0,0 +1 @@ +A fat cat, the king of cats, pointing forward with a golden rod, looking arrogant \ No newline at end of file diff --git a/texts/d1b37541-cc80-46b7-a0ca-3aeb3c74321d.txt b/texts/d1b37541-cc80-46b7-a0ca-3aeb3c74321d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd498b00dd813e6b5d35bcad40c1536e5df08ee6 --- /dev/null +++ b/texts/d1b37541-cc80-46b7-a0ca-3aeb3c74321d.txt @@ -0,0 +1 @@ +There's a little Golden Cub in the snow at night with a birthday hat on his head next to a candle-lit bear's birthday cake. \ No newline at end of file diff --git a/texts/d1b7ba79-437c-4180-bf55-378d8cb83efd.txt b/texts/d1b7ba79-437c-4180-bf55-378d8cb83efd.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a021acc70ccd33812ab11bc9e4bb21e8ae117a9 --- /dev/null +++ b/texts/d1b7ba79-437c-4180-bf55-378d8cb83efd.txt @@ -0,0 +1 @@ +A white fluffy rabbit puppet, wearing green sunglasses, is rowing a pink kayak on the green lake. \ No newline at end of file diff --git a/texts/d1bd48df-63e1-48be-86f3-0c34cbf02282.txt b/texts/d1bd48df-63e1-48be-86f3-0c34cbf02282.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dee9d4b1374c14c36924b6255b0d27d726c689f --- /dev/null +++ b/texts/d1bd48df-63e1-48be-86f3-0c34cbf02282.txt @@ -0,0 +1 @@ +Hermione Granger \ No newline at end of file diff --git a/texts/d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98.txt b/texts/d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f70695372eb6fce1d65b07965cd8497372ee479 --- /dev/null +++ b/texts/d1dd8174-e0e0-41b6-ba87-8ffc2e3ced98.txt @@ -0,0 +1 @@ +Bichon Frise, poodle, British Shorthair \ No newline at end of file diff --git a/texts/d1e2005f-7513-497e-9a77-0edf83f8baf5.txt b/texts/d1e2005f-7513-497e-9a77-0edf83f8baf5.txt new file mode 100644 index 0000000000000000000000000000000000000000..f70329128d0173d15f90896acf74d22058c0a996 --- /dev/null +++ b/texts/d1e2005f-7513-497e-9a77-0edf83f8baf5.txt @@ -0,0 +1 @@ +At the seaside, a black cat with green eyes and a crow, \ No newline at end of file diff --git a/texts/d1e3112d-abc1-4366-8125-d7ee2f8d9e4f.txt b/texts/d1e3112d-abc1-4366-8125-d7ee2f8d9e4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..905ba4ae466129879e8feacb9988533194da3669 --- /dev/null +++ b/texts/d1e3112d-abc1-4366-8125-d7ee2f8d9e4f.txt @@ -0,0 +1 @@ +an orchid beside a pool \ No newline at end of file diff --git a/texts/d1ec9180-8316-4e1c-ad95-4c8743ef47d6.txt b/texts/d1ec9180-8316-4e1c-ad95-4c8743ef47d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b45a0c518aadbccca4130f983d975dd6969b2ce8 --- /dev/null +++ b/texts/d1ec9180-8316-4e1c-ad95-4c8743ef47d6.txt @@ -0,0 +1 @@ +A calico cat wearing a birthday hat is lying on the dining table. There is a pink cake on the table with the words HAPPY BIRTHDAY TO SEVEN written on it. There is a candle inserted, and the light of the candle is seven colors. There are green plants around the dining table, a refrigerator, and a sunset window. There are refrigerator stickers from Barcelona and the Sagrada Familia Church on the refrigerator \ No newline at end of file diff --git a/texts/d1ef8121-24da-40d4-9dba-a1e813d30ddf.txt b/texts/d1ef8121-24da-40d4-9dba-a1e813d30ddf.txt new file mode 100644 index 0000000000000000000000000000000000000000..034abcf3e23cbaedd0675d25baae732586c20260 --- /dev/null +++ b/texts/d1ef8121-24da-40d4-9dba-a1e813d30ddf.txt @@ -0,0 +1 @@ +The streets of the north at dusk, the streets are empty, and the sunset and sunset end in it. \ No newline at end of file diff --git a/texts/d1f426dd-41a3-4e94-acc9-82f6bf707c05.txt b/texts/d1f426dd-41a3-4e94-acc9-82f6bf707c05.txt new file mode 100644 index 0000000000000000000000000000000000000000..428b955b6e5047adeb5c76dc53fe95d44d2af607 --- /dev/null +++ b/texts/d1f426dd-41a3-4e94-acc9-82f6bf707c05.txt @@ -0,0 +1 @@ +An orange and white cat sitting in front of the desk and typing on a computer \ No newline at end of file diff --git a/texts/d1f88e04-4d9e-4ad4-94bb-df644c1c64d0.txt b/texts/d1f88e04-4d9e-4ad4-94bb-df644c1c64d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c8619b033cf180979d19cf5df853dc34ed0ad35 --- /dev/null +++ b/texts/d1f88e04-4d9e-4ad4-94bb-df644c1c64d0.txt @@ -0,0 +1 @@ +Two dachshunds are celebrating Christmas, and the candles on the Christmas cake spell out the words 'KAMA MUTA'. \ No newline at end of file diff --git a/texts/d21d92de-6bf3-4301-b389-aced0bdb7c76.txt b/texts/d21d92de-6bf3-4301-b389-aced0bdb7c76.txt new file mode 100644 index 0000000000000000000000000000000000000000..80d039c4a4e786ccb161d80ac0f85f6dd49d9e9c --- /dev/null +++ b/texts/d21d92de-6bf3-4301-b389-aced0bdb7c76.txt @@ -0,0 +1 @@ +outside in the snow a hedgehog is walking on the snow, leaving a trail. it wears a cute christmas hat \ No newline at end of file diff --git a/texts/d21db43c-2520-4267-8a8d-aba4cdbfeefc.txt b/texts/d21db43c-2520-4267-8a8d-aba4cdbfeefc.txt new file mode 100644 index 0000000000000000000000000000000000000000..352a570b0b0678b50e89f7e082d9e034265a5168 --- /dev/null +++ b/texts/d21db43c-2520-4267-8a8d-aba4cdbfeefc.txt @@ -0,0 +1 @@ +a standing big tree in the middle of a park in the Netherlands at dawn, with some mushrooms grows on the grassland, in a long distant view \ No newline at end of file diff --git a/texts/d21debcc-031d-48c8-97a2-f657207cf04c.txt b/texts/d21debcc-031d-48c8-97a2-f657207cf04c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d92342b6966712b302ebede0db4828d780ebbc0f --- /dev/null +++ b/texts/d21debcc-031d-48c8-97a2-f657207cf04c.txt @@ -0,0 +1 @@ +A white West Highland is wearing red clothes on the beach. \ No newline at end of file diff --git a/texts/d220540c-cc85-4c37-ad40-31f24dd0faa9.txt b/texts/d220540c-cc85-4c37-ad40-31f24dd0faa9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d0dae537812dd63495c97ece1122db3b2aa7f5f --- /dev/null +++ b/texts/d220540c-cc85-4c37-ad40-31f24dd0faa9.txt @@ -0,0 +1 @@ +Hello Kitty wearing a bikini, eating ice cream on the beach in Hawaii, with "LU&NIU" written on the sand, \ No newline at end of file diff --git a/texts/d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0.txt b/texts/d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0.txt new file mode 100644 index 0000000000000000000000000000000000000000..27602dd04c6a5ade73ad1c372f7366d2d806f26c --- /dev/null +++ b/texts/d22d1d7e-3d4d-4a0b-ae85-9cc07b21a1c0.txt @@ -0,0 +1 @@ +Black goat, dream core, butterfly, snow, blood moon \ No newline at end of file diff --git a/texts/d23ac9a3-1a95-4ae9-b893-702e51516ae9.txt b/texts/d23ac9a3-1a95-4ae9-b893-702e51516ae9.txt new file mode 100644 index 0000000000000000000000000000000000000000..567a2b0d37d614e46fd3f41458d51c02ecbec57b --- /dev/null +++ b/texts/d23ac9a3-1a95-4ae9-b893-702e51516ae9.txt @@ -0,0 +1 @@ +Little Golden Retriever and West Highland chase butterflies in the flower-filled grass under the snowy mountains \ No newline at end of file diff --git a/texts/d2434e66-b817-4b13-ba03-b870924d3c69.txt b/texts/d2434e66-b817-4b13-ba03-b870924d3c69.txt new file mode 100644 index 0000000000000000000000000000000000000000..65fa296927794383af030bf615ec200d392815a1 --- /dev/null +++ b/texts/d2434e66-b817-4b13-ba03-b870924d3c69.txt @@ -0,0 +1 @@ +Vintage tiled bathroom floor \ No newline at end of file diff --git a/texts/d248f92a-ca70-4d2f-8037-9cb90ee186c1.txt b/texts/d248f92a-ca70-4d2f-8037-9cb90ee186c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1817c8fed37444a19fedf829bd6791a2dd5b00f7 --- /dev/null +++ b/texts/d248f92a-ca70-4d2f-8037-9cb90ee186c1.txt @@ -0,0 +1 @@ +A fluffy puppy lying on a grass land \ No newline at end of file diff --git a/texts/d25486bf-5c95-41eb-9592-d07181db3cb6.txt b/texts/d25486bf-5c95-41eb-9592-d07181db3cb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..8051171a1bdc15b28945c0598b3dc51543c11acf --- /dev/null +++ b/texts/d25486bf-5c95-41eb-9592-d07181db3cb6.txt @@ -0,0 +1 @@ +A A Midsummer Night's Dream style birthday cake \ No newline at end of file diff --git a/texts/d25840c8-750b-4ce2-a6c4-c7807ed94a5d.txt b/texts/d25840c8-750b-4ce2-a6c4-c7807ed94a5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1334eb6742e2527cc1319460b2947dacd0b28869 --- /dev/null +++ b/texts/d25840c8-750b-4ce2-a6c4-c7807ed94a5d.txt @@ -0,0 +1 @@ +Hello Kitty doll is snowing on Christmas. There is an aurora on the beach and "czl" is written in the snow. \ No newline at end of file diff --git a/texts/d2599362-9fec-4fe8-8c0c-b53f750f3061.txt b/texts/d2599362-9fec-4fe8-8c0c-b53f750f3061.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed45d4f43383c6af2cc3b094944061cd00ceaf7b --- /dev/null +++ b/texts/d2599362-9fec-4fe8-8c0c-b53f750f3061.txt @@ -0,0 +1 @@ +a fluffy dog and cat wearing sunglasses are playing snowboard \ No newline at end of file diff --git a/texts/d25a000e-a1a9-4f69-bd8e-6ae85689a7ca.txt b/texts/d25a000e-a1a9-4f69-bd8e-6ae85689a7ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..43186060c5b994b964e536b231b54bc4ee3d1e91 --- /dev/null +++ b/texts/d25a000e-a1a9-4f69-bd8e-6ae85689a7ca.txt @@ -0,0 +1 @@ +The Bengal leopard cat is taking a bath in the bathtub with a small yellow duck on its head \ No newline at end of file diff --git a/texts/d270e16d-f8ff-434c-b29b-9c22c970d37c.txt b/texts/d270e16d-f8ff-434c-b29b-9c22c970d37c.txt new file mode 100644 index 0000000000000000000000000000000000000000..9aef98ea9a207bd67a4f111290ac8ac8630277cb --- /dev/null +++ b/texts/d270e16d-f8ff-434c-b29b-9c22c970d37c.txt @@ -0,0 +1 @@ +A big golden retriever with false eyelashes doing cad on an old desktop computer in a cactus-covered garden \ No newline at end of file diff --git a/texts/d272a3b2-4ace-45d7-8b50-bd67e4731231.txt b/texts/d272a3b2-4ace-45d7-8b50-bd67e4731231.txt new file mode 100644 index 0000000000000000000000000000000000000000..10b10c8203dc769959b2a2894216bd0fcb8d3fbb --- /dev/null +++ b/texts/d272a3b2-4ace-45d7-8b50-bd67e4731231.txt @@ -0,0 +1 @@ +A Christmas tree made of books and wine glasses on the top, background is snow. \ No newline at end of file diff --git a/texts/d2757c32-265d-4080-acb7-591c5bf95fc7.txt b/texts/d2757c32-265d-4080-acb7-591c5bf95fc7.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfaa9b743c8a683755667b5877b56ffb6ed236eb --- /dev/null +++ b/texts/d2757c32-265d-4080-acb7-591c5bf95fc7.txt @@ -0,0 +1 @@ +A furry cat, a couch, a TV, a Christmas tree \ No newline at end of file diff --git a/texts/d2761774-1812-431d-ade4-8adaa45644bc.txt b/texts/d2761774-1812-431d-ade4-8adaa45644bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..00102ac7888ad482baa96b62b3e62b00098ab274 --- /dev/null +++ b/texts/d2761774-1812-431d-ade4-8adaa45644bc.txt @@ -0,0 +1 @@ +Your heart was glass, I dropped it \ No newline at end of file diff --git a/texts/d2775eb2-e527-4593-ae95-3b62858f98c4.txt b/texts/d2775eb2-e527-4593-ae95-3b62858f98c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e122026de59e5251247bc0102c3a6bcdc6ccc9de --- /dev/null +++ b/texts/d2775eb2-e527-4593-ae95-3b62858f98c4.txt @@ -0,0 +1 @@ +A red panda wearing sunglasses plays the electronic organ in the sea \ No newline at end of file diff --git a/texts/d277b2b0-f681-41ab-ad9a-103958ea49b0.txt b/texts/d277b2b0-f681-41ab-ad9a-103958ea49b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..228c6bb3ad34a713e2f470d5f08304c3e552ef1b --- /dev/null +++ b/texts/d277b2b0-f681-41ab-ad9a-103958ea49b0.txt @@ -0,0 +1 @@ +A doll penguin wearing a red scarf is in the snow. It's dark and blue andsnowing heavily. \ No newline at end of file diff --git a/texts/d280ca5d-3b10-41e8-8e38-ec07dfcd976f.txt b/texts/d280ca5d-3b10-41e8-8e38-ec07dfcd976f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ccd3d4b6cc98c9f696748727e8069bddf4d6267 --- /dev/null +++ b/texts/d280ca5d-3b10-41e8-8e38-ec07dfcd976f.txt @@ -0,0 +1 @@ +The left side of the cat's face is white, the right side is black, and the nose has black spots \ No newline at end of file diff --git a/texts/d28a2e68-6fe2-4061-9374-b7eff4094b5a.txt b/texts/d28a2e68-6fe2-4061-9374-b7eff4094b5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..acdf9be8a0801c309427ff13e2d6934d455b4ae2 --- /dev/null +++ b/texts/d28a2e68-6fe2-4061-9374-b7eff4094b5a.txt @@ -0,0 +1 @@ +In the dark snow, there are fireworks blooming in the distance, and there are two cute kittens nearby. \ No newline at end of file diff --git a/texts/d28bece2-8a70-4d47-97dc-c5949a9d22c4.txt b/texts/d28bece2-8a70-4d47-97dc-c5949a9d22c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ea7b9f08c432912cb7fdb5c0aff436121fec869 --- /dev/null +++ b/texts/d28bece2-8a70-4d47-97dc-c5949a9d22c4.txt @@ -0,0 +1 @@ +A cartoon yellow eyed black cat wearing a white coat and holding a gun in the hospital's CT examination room \ No newline at end of file diff --git a/texts/d28f0327-71e2-4aa3-85da-896166e3293f.txt b/texts/d28f0327-71e2-4aa3-85da-896166e3293f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9678027cf34a5db39533b25ad18c2c8f0a0bf77c --- /dev/null +++ b/texts/d28f0327-71e2-4aa3-85da-896166e3293f.txt @@ -0,0 +1 @@ +Dog with scraf in snow \ No newline at end of file diff --git a/texts/d29758d1-cc0e-4fd3-b964-582847f5f737.txt b/texts/d29758d1-cc0e-4fd3-b964-582847f5f737.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ce8fe9247f34afd102e3d2179e3f9eccd081ca7 --- /dev/null +++ b/texts/d29758d1-cc0e-4fd3-b964-582847f5f737.txt @@ -0,0 +1 @@ +Cat watching grand fireworks at sunset by the seaside with snow and wings pink sky \ No newline at end of file diff --git a/texts/d29c5327-abf5-4fac-84ef-721043dcead5.txt b/texts/d29c5327-abf5-4fac-84ef-721043dcead5.txt new file mode 100644 index 0000000000000000000000000000000000000000..db0a08d9a744ac32afb105e681dbd64111cad628 --- /dev/null +++ b/texts/d29c5327-abf5-4fac-84ef-721043dcead5.txt @@ -0,0 +1 @@ +A FOREST background with small orange-red goldfish as the main characters. The sunlight shines on the goldfish, making their colors vibrant. The edges of the fishbowl are invisible, creating the illusion that the goldfish are swimming freely in the FOREST. \ No newline at end of file diff --git a/texts/d2b0837a-1d69-4a8d-8b93-9c3c587a11ca.txt b/texts/d2b0837a-1d69-4a8d-8b93-9c3c587a11ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..730aba4184b37b1c80852cf3622f41f65a08bd52 --- /dev/null +++ b/texts/d2b0837a-1d69-4a8d-8b93-9c3c587a11ca.txt @@ -0,0 +1 @@ +The background is red, there is a Christmas tree, a gold lanyard in front of the Christmas tree, with the letters "LIVINGMORE" on it. \ No newline at end of file diff --git a/texts/d2b290ca-389d-4a85-aa61-6e6fe8a895ae.txt b/texts/d2b290ca-389d-4a85-aa61-6e6fe8a895ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6b57a95fdf5856d6a355920db81233faf35d64a --- /dev/null +++ b/texts/d2b290ca-389d-4a85-aa61-6e6fe8a895ae.txt @@ -0,0 +1 @@ +The scene features a sunset, with the warm glow of the setting sun illuminating the landscape. The word "yera" is elegantly written in cursive script on the snow. Large snowflakes gently fall from the sky, adding to the serene atmosphere. \ No newline at end of file diff --git a/texts/d2ccd513-cc06-4d9b-bb59-efa75dba304e.txt b/texts/d2ccd513-cc06-4d9b-bb59-efa75dba304e.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c1519f16ceac551929a083455f7b9c6ff07159 --- /dev/null +++ b/texts/d2ccd513-cc06-4d9b-bb59-efa75dba304e.txt @@ -0,0 +1 @@ +Purple butterflies ,Black cats with glasses ,Sunflowers ,Snowflakes \ No newline at end of file diff --git a/texts/d2cf2636-1c94-42f0-abfa-4090b05789a3.txt b/texts/d2cf2636-1c94-42f0-abfa-4090b05789a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..821e2fd3e42ced779bb84082c2b12b3fc3f74395 --- /dev/null +++ b/texts/d2cf2636-1c94-42f0-abfa-4090b05789a3.txt @@ -0,0 +1 @@ +A sfat white hedgehog plays the red bass like a rocker in the bar on Chritsmas \ No newline at end of file diff --git a/texts/d2d5dec6-7af3-4a83-8997-e8416a2a2535.txt b/texts/d2d5dec6-7af3-4a83-8997-e8416a2a2535.txt new file mode 100644 index 0000000000000000000000000000000000000000..976638227997b04b205369f4fb1e9c219d4db975 --- /dev/null +++ b/texts/d2d5dec6-7af3-4a83-8997-e8416a2a2535.txt @@ -0,0 +1 @@ +little all-white kitty with butterfly wings in a princess room \ No newline at end of file diff --git a/texts/d2db38b7-7ffd-4118-bb7b-0da4a3e54e35.txt b/texts/d2db38b7-7ffd-4118-bb7b-0da4a3e54e35.txt new file mode 100644 index 0000000000000000000000000000000000000000..c57b15469c416266a2ec62fb78f372ade2ae8f6b --- /dev/null +++ b/texts/d2db38b7-7ffd-4118-bb7b-0da4a3e54e35.txt @@ -0,0 +1 @@ +Shooting the Eiffel Tower emitting purple light through high-rise glass at night \ No newline at end of file diff --git a/texts/d2e49994-2343-4335-8cc3-1d0f2c88fa41.txt b/texts/d2e49994-2343-4335-8cc3-1d0f2c88fa41.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f90b59571687d3d55c7604227d977ae54bf5edd --- /dev/null +++ b/texts/d2e49994-2343-4335-8cc3-1d0f2c88fa41.txt @@ -0,0 +1 @@ +A cat lie with flowers and old computer and ballons in the snow, clounds in the ground \ No newline at end of file diff --git a/texts/d2f05513-4e62-4384-97af-92a062a80dbd.txt b/texts/d2f05513-4e62-4384-97af-92a062a80dbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7bb53746c79992a6462d0a935bf0431cf127a4b --- /dev/null +++ b/texts/d2f05513-4e62-4384-97af-92a062a80dbd.txt @@ -0,0 +1 @@ +A hellokitty swings in the snow, with fireworks in the sky. There is a stove table on the snow with a pink cake with HBD CZ 1204 on it. \ No newline at end of file diff --git a/texts/d2f47243-0052-45a3-a90b-e8ad05a2050c.txt b/texts/d2f47243-0052-45a3-a90b-e8ad05a2050c.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f5c3193bfd48c239094faebfd57c9f0e0214f1a --- /dev/null +++ b/texts/d2f47243-0052-45a3-a90b-e8ad05a2050c.txt @@ -0,0 +1 @@ +A pig is taking a picture \ No newline at end of file diff --git a/texts/d2fed8f5-65b3-4a8a-b7b0-561795cc57fe.txt b/texts/d2fed8f5-65b3-4a8a-b7b0-561795cc57fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..9efa60508f361cb19c517e24e92d31372cb145e5 --- /dev/null +++ b/texts/d2fed8f5-65b3-4a8a-b7b0-561795cc57fe.txt @@ -0,0 +1 @@ +Thousands of birds fly away and thousands of people disappear. \ No newline at end of file diff --git a/texts/d30bc651-b20c-4602-b1ea-d422e23d0785.txt b/texts/d30bc651-b20c-4602-b1ea-d422e23d0785.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa9519b74e0ae90ddde9ebfc400cd03293bed014 --- /dev/null +++ b/texts/d30bc651-b20c-4602-b1ea-d422e23d0785.txt @@ -0,0 +1 @@ +A blue fluffy persian cat wearing cloak is holding a camera in a snowy land \ No newline at end of file diff --git a/texts/d30d69e8-990d-4534-8c99-4436ba2487fd.txt b/texts/d30d69e8-990d-4534-8c99-4436ba2487fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..82763d377507b97c06cfa1fe190339697c8087b3 --- /dev/null +++ b/texts/d30d69e8-990d-4534-8c99-4436ba2487fd.txt @@ -0,0 +1 @@ +A red cottage located at the foot of a snowy mountain, with green pine trees nearby and snow falling on top. The weather is nice, the sky is blue, and there is sunshine \ No newline at end of file diff --git a/texts/d30f1b05-f567-42c4-9ae9-affd32a3795a.txt b/texts/d30f1b05-f567-42c4-9ae9-affd32a3795a.txt new file mode 100644 index 0000000000000000000000000000000000000000..eff10a8212c69e81322a84be2be8a6a56b5be2fc --- /dev/null +++ b/texts/d30f1b05-f567-42c4-9ae9-affd32a3795a.txt @@ -0,0 +1 @@ +The blue sea is patting the waves, and there is a hand-written wc on the sand \ No newline at end of file diff --git a/texts/d313781a-3eaf-4d40-9698-324a1a6e78aa.txt b/texts/d313781a-3eaf-4d40-9698-324a1a6e78aa.txt new file mode 100644 index 0000000000000000000000000000000000000000..3349b27722d8edc22ae93d9de7e72c94762e164e --- /dev/null +++ b/texts/d313781a-3eaf-4d40-9698-324a1a6e78aa.txt @@ -0,0 +1 @@ +A hamster wearing sunglasses, sitting in front of a computer, holding a pistol \ No newline at end of file diff --git a/texts/d3189532-98a2-4bfd-bf81-a8f94d06d690.txt b/texts/d3189532-98a2-4bfd-bf81-a8f94d06d690.txt new file mode 100644 index 0000000000000000000000000000000000000000..298e277e1d6e63df281d9737e91e605921f80154 --- /dev/null +++ b/texts/d3189532-98a2-4bfd-bf81-a8f94d06d690.txt @@ -0,0 +1 @@ +Hello Kitty is playing with a fairy wand in the snow, wearing a scarf, with fireworks in the background, and the letters C99 written on the snow. \ No newline at end of file diff --git a/texts/d31a9c0f-56ee-4999-88a8-b812d0696091.txt b/texts/d31a9c0f-56ee-4999-88a8-b812d0696091.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a61da9018ebc5ed560d83e758b8d8373acc33c5 --- /dev/null +++ b/texts/d31a9c0f-56ee-4999-88a8-b812d0696091.txt @@ -0,0 +1 @@ +Hello Kitty cat and an asian young lady are having a christmas afternoon tea party, looking at the camera happily, with a beautiful christmas tree with string lights in the background, a lot of desserts and cakes \ No newline at end of file diff --git a/texts/d3264f32-2283-407e-b669-21fa55c0d99f.txt b/texts/d3264f32-2283-407e-b669-21fa55c0d99f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a1ecb4b94b56efc087a17f45d5290746909a592 --- /dev/null +++ b/texts/d3264f32-2283-407e-b669-21fa55c0d99f.txt @@ -0,0 +1 @@ +hellokitty \ No newline at end of file diff --git a/texts/d32c31e9-e601-4d46-98fa-b2f0c0176dbd.txt b/texts/d32c31e9-e601-4d46-98fa-b2f0c0176dbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0218f4e81323a80579d966f0082affdff2c78b9 --- /dev/null +++ b/texts/d32c31e9-e601-4d46-98fa-b2f0c0176dbd.txt @@ -0,0 +1 @@ +snow \ No newline at end of file diff --git a/texts/d339be6b-e0d2-4ffa-8f44-cd34ad1642cd.txt b/texts/d339be6b-e0d2-4ffa-8f44-cd34ad1642cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..833e53067b28ffcb9bab414d98fa957250eb6d51 --- /dev/null +++ b/texts/d339be6b-e0d2-4ffa-8f44-cd34ad1642cd.txt @@ -0,0 +1 @@ +Big Lucky cat is in the old-growth forest,lucky cat is made by plastics \ No newline at end of file diff --git a/texts/d344bb6d-1bd5-48c3-b124-5b11a03ba211.txt b/texts/d344bb6d-1bd5-48c3-b124-5b11a03ba211.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a15e613607ff34196b4be25b69594522daa65bd --- /dev/null +++ b/texts/d344bb6d-1bd5-48c3-b124-5b11a03ba211.txt @@ -0,0 +1 @@ +A red hellokitty is spending Christmas at the beach with an ax in her hand, with a huge Christmas tree and fireworks behind her, and the ground is full of wine \ No newline at end of file diff --git a/texts/d3590228-d359-449e-85a4-a2cd26c47881.txt b/texts/d3590228-d359-449e-85a4-a2cd26c47881.txt new file mode 100644 index 0000000000000000000000000000000000000000..56a657fdfd9c6039d78ad85bba8f98dd80eb6d4a --- /dev/null +++ b/texts/d3590228-d359-449e-85a4-a2cd26c47881.txt @@ -0,0 +1 @@ +Hello Kitty sits next to the Christmas tree by the sea. WSY is written on the snow. \ No newline at end of file diff --git a/texts/d3667fba-e47c-4953-9577-309905daf4d0.txt b/texts/d3667fba-e47c-4953-9577-309905daf4d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..beef3d655b8af97fc5489e094316b80115cf3d56 --- /dev/null +++ b/texts/d3667fba-e47c-4953-9577-309905daf4d0.txt @@ -0,0 +1 @@ +One person is holding a tray of cookies \ No newline at end of file diff --git a/texts/d367b08a-3cbf-4042-b699-59acafe0a755.txt b/texts/d367b08a-3cbf-4042-b699-59acafe0a755.txt new file mode 100644 index 0000000000000000000000000000000000000000..8598703edcccf6ff5c64d11168abdc55f8aed208 --- /dev/null +++ b/texts/d367b08a-3cbf-4042-b699-59acafe0a755.txt @@ -0,0 +1 @@ +Fireworks are set off on the beach There are names zlyx and fjy on the beach \ No newline at end of file diff --git a/texts/d36c9531-dcb3-46d9-8460-704123af9a61.txt b/texts/d36c9531-dcb3-46d9-8460-704123af9a61.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d85f059f8e1c2b6314be6c9ad0f9bb439fbefc --- /dev/null +++ b/texts/d36c9531-dcb3-46d9-8460-704123af9a61.txt @@ -0,0 +1 @@ +A okapia with a birthday cake \ No newline at end of file diff --git a/texts/d3743b18-091c-45c4-a441-f97fb47a52f5.txt b/texts/d3743b18-091c-45c4-a441-f97fb47a52f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd7e95bd888ac02c8219199576440062fb04e4c4 --- /dev/null +++ b/texts/d3743b18-091c-45c4-a441-f97fb47a52f5.txt @@ -0,0 +1 @@ +A Orange cat is on the snowy ground in winter, with pen written TaoHua on the snow and snowflakes floating beside it. There is a small Christmas tree. \ No newline at end of file diff --git a/texts/d37ae89b-a2c2-419a-9162-78c61939756d.txt b/texts/d37ae89b-a2c2-419a-9162-78c61939756d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d19edff75c8a0906dc1f13225c4e110d6ef234b7 --- /dev/null +++ b/texts/d37ae89b-a2c2-419a-9162-78c61939756d.txt @@ -0,0 +1 @@ +dog with cow is dancing \ No newline at end of file diff --git a/texts/d3858237-a858-4ff1-99a4-7d637a61a604.txt b/texts/d3858237-a858-4ff1-99a4-7d637a61a604.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8e32912827147b8b3d7a903bfa9ba96f033d2f0 --- /dev/null +++ b/texts/d3858237-a858-4ff1-99a4-7d637a61a604.txt @@ -0,0 +1 @@ +Desolate and magnificent coastal cliffs, strong sunlight and shadow contrast. In the middle of the ruins of classical buildings covered with weeds, cypress trees grow. \ No newline at end of file diff --git a/texts/d3af7823-edb3-42f9-a4b2-39dae32bd1d3.txt b/texts/d3af7823-edb3-42f9-a4b2-39dae32bd1d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e86c786c5f70e8ea792b18ff84683aa6fec1dd3 --- /dev/null +++ b/texts/d3af7823-edb3-42f9-a4b2-39dae32bd1d3.txt @@ -0,0 +1 @@ +Lovers declare their love under the pink Sakura trees in winter Distant view \ No newline at end of file diff --git a/texts/d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef.txt b/texts/d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f31f3da8c9384959b05494025ee32bc59f511e2 --- /dev/null +++ b/texts/d3c2b5ae-41c3-4809-9596-e0c75ca3a8ef.txt @@ -0,0 +1 @@ +A cat wearing glasses is working in the company \ No newline at end of file diff --git a/texts/d3c7d746-784d-448c-b8ba-45df246bd231.txt b/texts/d3c7d746-784d-448c-b8ba-45df246bd231.txt new file mode 100644 index 0000000000000000000000000000000000000000..08d7a161d60911f9437ed9ddfa8bdfcf89be5c2b --- /dev/null +++ b/texts/d3c7d746-784d-448c-b8ba-45df246bd231.txt @@ -0,0 +1 @@ +Benjamin Netanyahu smiling while holding the Palestinian flag \ No newline at end of file diff --git a/texts/d3cbab27-2746-42cb-87fa-3f1d09bd32f6.txt b/texts/d3cbab27-2746-42cb-87fa-3f1d09bd32f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..089566092193ec1a47400966e5b5a75e2f8e377e --- /dev/null +++ b/texts/d3cbab27-2746-42cb-87fa-3f1d09bd32f6.txt @@ -0,0 +1 @@ +a back view of two ginger cats standing beside each other, in a snowy Christmas night,the cats are looking upon the stars in the dark blue sky, with a Christmas tree far away from them \ No newline at end of file diff --git a/texts/d3f0646d-3db2-48bb-ade9-c68e046090df.txt b/texts/d3f0646d-3db2-48bb-ade9-c68e046090df.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbd5e6e23f1177a052f33a3ee250217801d9e956 --- /dev/null +++ b/texts/d3f0646d-3db2-48bb-ade9-c68e046090df.txt @@ -0,0 +1 @@ +In the snowy snow, there is a lovely little snow man behind the blooming fireworks and stars. Next to the snowman, there is a lovely little cat \ No newline at end of file diff --git a/texts/d3fc3dfd-6fd7-4c02-aa57-131bdce1a715.txt b/texts/d3fc3dfd-6fd7-4c02-aa57-131bdce1a715.txt new file mode 100644 index 0000000000000000000000000000000000000000..0682ef1ae56b37b1784e39f1befdbb7da2dd1541 --- /dev/null +++ b/texts/d3fc3dfd-6fd7-4c02-aa57-131bdce1a715.txt @@ -0,0 +1 @@ +2 HelloKittys sit next to the snow by the sea with a small fireworks nearby, and the letters happy birthday written on the snow. \ No newline at end of file diff --git a/texts/d3fc7838-0fab-4e92-813b-1682e386d434.txt b/texts/d3fc7838-0fab-4e92-813b-1682e386d434.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca326a0e1958757534055df35787a2ccc6b53c26 --- /dev/null +++ b/texts/d3fc7838-0fab-4e92-813b-1682e386d434.txt @@ -0,0 +1 @@ +There's a mountain of takeaway packaging. The kitchen's clean. \ No newline at end of file diff --git a/texts/d40fd9d2-9c0d-4271-bdc2-76f4248f5324.txt b/texts/d40fd9d2-9c0d-4271-bdc2-76f4248f5324.txt new file mode 100644 index 0000000000000000000000000000000000000000..5120aa1465fa33ce54a17f8f80ea24a143ecda17 --- /dev/null +++ b/texts/d40fd9d2-9c0d-4271-bdc2-76f4248f5324.txt @@ -0,0 +1 @@ +A West Highland White Terrier playing happily , a Christmas tree decorated with red ribbons and bells, in a snowy scene with snow falling, and warm lights glowing.heavy snow floating in the air \ No newline at end of file diff --git a/texts/d412096a-2ce1-48e8-85fe-59cbd851da59.txt b/texts/d412096a-2ce1-48e8-85fe-59cbd851da59.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b99651322d2bff5e886214f49faeff1cf074f32 --- /dev/null +++ b/texts/d412096a-2ce1-48e8-85fe-59cbd851da59.txt @@ -0,0 +1 @@ +There's an aurora behind it, a black cat, a rabbit blowing bubbles on snowy grass, and an electric guitar next to it. \ No newline at end of file diff --git a/texts/d421a28f-0215-414b-891c-e1a1341f48b5.txt b/texts/d421a28f-0215-414b-891c-e1a1341f48b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd5c7867d47cb4627598a5254c5cf421642291ba --- /dev/null +++ b/texts/d421a28f-0215-414b-891c-e1a1341f48b5.txt @@ -0,0 +1 @@ +hellokitty is holding a boom operator on set \ No newline at end of file diff --git a/texts/d4234390-28bf-4a72-81ad-b981bf94050b.txt b/texts/d4234390-28bf-4a72-81ad-b981bf94050b.txt new file mode 100644 index 0000000000000000000000000000000000000000..595f4f8b4bc5f96a17da377edef2e867a43b0697 --- /dev/null +++ b/texts/d4234390-28bf-4a72-81ad-b981bf94050b.txt @@ -0,0 +1 @@ +The safety flare of the petrochemical plant on the coast lit up the night sky. In the background were the silhouette and lights of the metropolis. \ No newline at end of file diff --git a/texts/d42c84d6-773d-4f37-9d2c-7088e201ce62.txt b/texts/d42c84d6-773d-4f37-9d2c-7088e201ce62.txt new file mode 100644 index 0000000000000000000000000000000000000000..575ca1997c866cd80f92f7d6d86596d55882c206 --- /dev/null +++ b/texts/d42c84d6-773d-4f37-9d2c-7088e201ce62.txt @@ -0,0 +1 @@ +little snow , pure black sky, castle on fire,Japanese monk \ No newline at end of file diff --git a/texts/d443542a-7e5f-4ea1-85c3-4d000cb9102e.txt b/texts/d443542a-7e5f-4ea1-85c3-4d000cb9102e.txt new file mode 100644 index 0000000000000000000000000000000000000000..71d9b3fa8d48610db82d0a7ca9bc6c2a1d06ee8e --- /dev/null +++ b/texts/d443542a-7e5f-4ea1-85c3-4d000cb9102e.txt @@ -0,0 +1 @@ +men and women white dog blackwhite dog sea play \ No newline at end of file diff --git a/texts/d445b37f-c79c-4325-a7f6-38447f84aa79.txt b/texts/d445b37f-c79c-4325-a7f6-38447f84aa79.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f72a3666642eed18f0bf9664593b3aa8497e202 --- /dev/null +++ b/texts/d445b37f-c79c-4325-a7f6-38447f84aa79.txt @@ -0,0 +1 @@ +a brown-and-white Beagle wearing a bunny ear headband besides christmas settings \ No newline at end of file diff --git a/texts/d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff.txt b/texts/d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..93142a0b9f3a006c65a22b5081c14975fa4b3e64 --- /dev/null +++ b/texts/d46180d2-ce19-49c3-a1f0-32d5fe0aa9ff.txt @@ -0,0 +1 @@ +A puppy is having fun in the snow. \ No newline at end of file diff --git a/texts/d4631b90-ad47-481e-9908-3be745ad675d.txt b/texts/d4631b90-ad47-481e-9908-3be745ad675d.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf00fbf4735378d948741e376d70bfafc6736c2b --- /dev/null +++ b/texts/d4631b90-ad47-481e-9908-3be745ad675d.txt @@ -0,0 +1 @@ +Handwritten word "cxy" in the snow, sunset , beach, a hellokitty doll standing next to "cxy", drifting snow \ No newline at end of file diff --git a/texts/d4646358-afe4-45c5-b51a-14bda2556669.txt b/texts/d4646358-afe4-45c5-b51a-14bda2556669.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebb2dca91fedc9043efcd82c58dbaa909ffdefcc --- /dev/null +++ b/texts/d4646358-afe4-45c5-b51a-14bda2556669.txt @@ -0,0 +1 @@ +A five year old fluffy yellow golden retriever with a pair of white wings is standing in the snow chasing a beautiful blue butterfly, it's the blues time, \ No newline at end of file diff --git a/texts/d4677069-62d4-4512-b380-45ed8010b4d7.txt b/texts/d4677069-62d4-4512-b380-45ed8010b4d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2116ee47e31a6984cb047709f6dcff5c9268d5e --- /dev/null +++ b/texts/d4677069-62d4-4512-b380-45ed8010b4d7.txt @@ -0,0 +1 @@ +A little horse with sword and shield ,drinking water in the cemetery \ No newline at end of file diff --git a/texts/d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9.txt b/texts/d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ffe301819039a527388459def45b57d4a133966 --- /dev/null +++ b/texts/d46a0ea7-190c-4cfa-a2fc-e789fbe60ce9.txt @@ -0,0 +1 @@ +A hellokitty with a red scarf sitting in front of the desk facing the window/There is a sunrise outside the window \ No newline at end of file diff --git a/texts/d46a9558-e72e-48b0-8e8f-bf026b1d5ff9.txt b/texts/d46a9558-e72e-48b0-8e8f-bf026b1d5ff9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2d6befb8158d2980494c4af62ec732879960131 --- /dev/null +++ b/texts/d46a9558-e72e-48b0-8e8f-bf026b1d5ff9.txt @@ -0,0 +1 @@ +What if? \ No newline at end of file diff --git a/texts/d46bc2c9-8e4f-40aa-83d6-67eba30af32c.txt b/texts/d46bc2c9-8e4f-40aa-83d6-67eba30af32c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a4c0da7c0a406e2a0064a41abfb8c3cb6683485 --- /dev/null +++ b/texts/d46bc2c9-8e4f-40aa-83d6-67eba30af32c.txt @@ -0,0 +1 @@ +On winter nights, groups of people watch the grand fireworks display \ No newline at end of file diff --git a/texts/d46ff945-fd6c-4f01-8b83-f1ee61590e09.txt b/texts/d46ff945-fd6c-4f01-8b83-f1ee61590e09.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef76f908ce7d350346d76780a6749a1c98853b07 --- /dev/null +++ b/texts/d46ff945-fd6c-4f01-8b83-f1ee61590e09.txt @@ -0,0 +1 @@ +fire sea beatch goldfish \ No newline at end of file diff --git a/texts/d479120c-b7d8-4c2b-92f7-3d3414392e91.txt b/texts/d479120c-b7d8-4c2b-92f7-3d3414392e91.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b90bb89d758af7124d4433d6ee52a6d4ea9ef22 --- /dev/null +++ b/texts/d479120c-b7d8-4c2b-92f7-3d3414392e91.txt @@ -0,0 +1 @@ +a puppy and a cat ,watching grand fireworks by the seaside \ No newline at end of file diff --git a/texts/d481416f-6c6b-47a2-bc33-ec83e5a203f6.txt b/texts/d481416f-6c6b-47a2-bc33-ec83e5a203f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbe311e1b3fafa7310edc73c1983bb9caf3c421e --- /dev/null +++ b/texts/d481416f-6c6b-47a2-bc33-ec83e5a203f6.txt @@ -0,0 +1 @@ +yellow cat having christmas cake in snow \ No newline at end of file diff --git a/texts/d4869efd-bb56-407f-82be-76dfa91dbfc3.txt b/texts/d4869efd-bb56-407f-82be-76dfa91dbfc3.txt new file mode 100644 index 0000000000000000000000000000000000000000..356128b45bddad2cf66f32fad7b241b1507177c5 --- /dev/null +++ b/texts/d4869efd-bb56-407f-82be-76dfa91dbfc3.txt @@ -0,0 +1 @@ +when the full moon rises \ No newline at end of file diff --git a/texts/d488006f-a71d-4fe7-8c96-66d95b20b8b0.txt b/texts/d488006f-a71d-4fe7-8c96-66d95b20b8b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..015b7e09f5e44da306843b3a88a5cfcfb5d57de6 --- /dev/null +++ b/texts/d488006f-a71d-4fe7-8c96-66d95b20b8b0.txt @@ -0,0 +1 @@ +A Schnauzer wearing glasses and a hat was watching TV with Harry Potter on a snowy lake \ No newline at end of file diff --git a/texts/d4887417-3f16-4c08-821d-19a58e4390d7.txt b/texts/d4887417-3f16-4c08-821d-19a58e4390d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee92c8ea3146a443e96de4d3e1a34fafdd324578 --- /dev/null +++ b/texts/d4887417-3f16-4c08-821d-19a58e4390d7.txt @@ -0,0 +1 @@ +A cute chubby Siamese cat celebrates his birthday with strawberry cake and snow outside the window \ No newline at end of file diff --git a/texts/d48fc5be-87c7-4608-baab-9c7fc9aa1f85.txt b/texts/d48fc5be-87c7-4608-baab-9c7fc9aa1f85.txt new file mode 100644 index 0000000000000000000000000000000000000000..c838882d783c2c2ded4d218eaf94003bc135d39b --- /dev/null +++ b/texts/d48fc5be-87c7-4608-baab-9c7fc9aa1f85.txt @@ -0,0 +1 @@ +hello kitty doll, work in front of a laptop, holding a tea cup, designing poster \ No newline at end of file diff --git a/texts/d4941ecf-fee7-4721-965d-841aac778837.txt b/texts/d4941ecf-fee7-4721-965d-841aac778837.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c31f149949809dfcdd5c77af6dc9d2decf7aeb4 --- /dev/null +++ b/texts/d4941ecf-fee7-4721-965d-841aac778837.txt @@ -0,0 +1 @@ +A front shot of the upper body of a Chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy atmosphere. \ No newline at end of file diff --git a/texts/d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191.txt b/texts/d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191.txt new file mode 100644 index 0000000000000000000000000000000000000000..c61cb62ccf95a3188d91c97c843caf94a6f565b4 --- /dev/null +++ b/texts/d4a3c5ce-1cfb-4c55-bcc4-a08aed4a3191.txt @@ -0,0 +1 @@ +A cat with creamy color stand in the metro full of people around, no expression, holding her phone. \ No newline at end of file diff --git a/texts/d4ac855e-6ab2-478e-8365-d202c71ea375.txt b/texts/d4ac855e-6ab2-478e-8365-d202c71ea375.txt new file mode 100644 index 0000000000000000000000000000000000000000..506aa5cefaec37338e58dd7b0bd90a5c0bb100a3 --- /dev/null +++ b/texts/d4ac855e-6ab2-478e-8365-d202c71ea375.txt @@ -0,0 +1 @@ +Hello Kitty put her laptop on fire in the office and light up a cigarette \ No newline at end of file diff --git a/texts/d4c0d98b-de56-4031-af5b-5ea9a86b1f1c.txt b/texts/d4c0d98b-de56-4031-af5b-5ea9a86b1f1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..26af1a3d51eff99738863c3a5f06c2ae16df1d77 --- /dev/null +++ b/texts/d4c0d98b-de56-4031-af5b-5ea9a86b1f1c.txt @@ -0,0 +1 @@ +suit and tie, pink, in heavy snow, umbrella \ No newline at end of file diff --git a/texts/d4df481a-c0ea-4573-8e9c-fe1fab0db2ae.txt b/texts/d4df481a-c0ea-4573-8e9c-fe1fab0db2ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..12d4eb148c227fa434410df98a59a19927a9c2c4 --- /dev/null +++ b/texts/d4df481a-c0ea-4573-8e9c-fe1fab0db2ae.txt @@ -0,0 +1 @@ +A little black cat with wings all the time looking at the stars in the snow \ No newline at end of file diff --git a/texts/d4eb641c-07da-4573-8c26-3737e8ed8df6.txt b/texts/d4eb641c-07da-4573-8c26-3737e8ed8df6.txt new file mode 100644 index 0000000000000000000000000000000000000000..abbfc165465820077c701d245dfeec5cdecd965a --- /dev/null +++ b/texts/d4eb641c-07da-4573-8c26-3737e8ed8df6.txt @@ -0,0 +1 @@ +A furry sea otter, working at an Apple computer \ No newline at end of file diff --git a/texts/d4ee4fc8-0039-42b2-ae8d-0518a67edbe4.txt b/texts/d4ee4fc8-0039-42b2-ae8d-0518a67edbe4.txt new file mode 100644 index 0000000000000000000000000000000000000000..3760fdc1ce930288606957007d1ce759a219fad2 --- /dev/null +++ b/texts/d4ee4fc8-0039-42b2-ae8d-0518a67edbe4.txt @@ -0,0 +1 @@ +kind wolf showing love for an white evil rabit \ No newline at end of file diff --git a/texts/d4f89e5b-5c7e-4acd-b965-b48277468fd8.txt b/texts/d4f89e5b-5c7e-4acd-b965-b48277468fd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..477e7335177ac806a710a8bfb80e183ef5555af1 --- /dev/null +++ b/texts/d4f89e5b-5c7e-4acd-b965-b48277468fd8.txt @@ -0,0 +1 @@ +Blue sky, a teenager in Tibetan clothes on the grassland took a photo with a yak \ No newline at end of file diff --git a/texts/d500ee59-1b01-4781-9b93-d68825448f29.txt b/texts/d500ee59-1b01-4781-9b93-d68825448f29.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ded8aa9ce51a26fe23465bf734505212536e470 --- /dev/null +++ b/texts/d500ee59-1b01-4781-9b93-d68825448f29.txt @@ -0,0 +1 @@ +High camera angle, a blue tabby patterned gelatin puddling, served on a small elegant vintage glass cup is inside the middle of a blue room, light source on the right \ No newline at end of file diff --git a/texts/d50c1526-8adf-4267-808e-41786e1c762b.txt b/texts/d50c1526-8adf-4267-808e-41786e1c762b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6361db025a3cd1d7e9c596f0e0a3f0b508f349d --- /dev/null +++ b/texts/d50c1526-8adf-4267-808e-41786e1c762b.txt @@ -0,0 +1 @@ +An empty Japanese-style classroom with wooden desks and chairs, sunlight streaming in. Outside the windows, a lush green forest and a small tranquil lake are visible. The wind gently lifts the white curtains, creating a serene and peaceful atmosphere. \ No newline at end of file diff --git a/texts/d50e3ed8-54ec-4c83-bbb8-fdf513096667.txt b/texts/d50e3ed8-54ec-4c83-bbb8-fdf513096667.txt new file mode 100644 index 0000000000000000000000000000000000000000..676647e40440fc6271ec72992ba2ca37a2a9100e --- /dev/null +++ b/texts/d50e3ed8-54ec-4c83-bbb8-fdf513096667.txt @@ -0,0 +1 @@ +a beautiful cat chasing a bunch of fish in the sky \ No newline at end of file diff --git a/texts/d510c9e1-cecc-4511-bf39-911ab5f4c598.txt b/texts/d510c9e1-cecc-4511-bf39-911ab5f4c598.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad898c4a34d55fed845d049a8969d218f05b79d6 --- /dev/null +++ b/texts/d510c9e1-cecc-4511-bf39-911ab5f4c598.txt @@ -0,0 +1 @@ +West Highland White Terrier and butterfly \ No newline at end of file diff --git a/texts/d51268d8-672d-4c08-8237-3e78071957e4.txt b/texts/d51268d8-672d-4c08-8237-3e78071957e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cc21d11dd8d9d27a3239e9db56ee7c80725b370 --- /dev/null +++ b/texts/d51268d8-672d-4c08-8237-3e78071957e4.txt @@ -0,0 +1 @@ +Christmas hello kitty snowfield candle \ No newline at end of file diff --git a/texts/d524ce36-aa49-49ad-ad99-e022c5c90ab2.txt b/texts/d524ce36-aa49-49ad-ad99-e022c5c90ab2.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a502a138d1ae6eb4b92886c8e6ce19ec2fea916 --- /dev/null +++ b/texts/d524ce36-aa49-49ad-ad99-e022c5c90ab2.txt @@ -0,0 +1 @@ +Fish flying in the sky, because they are hanged by red balloons \ No newline at end of file diff --git a/texts/d5254b8e-58ba-46d0-99ee-2697dbb587a5.txt b/texts/d5254b8e-58ba-46d0-99ee-2697dbb587a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d963f1c8ebca2e43fede52bea995833f7226b8 --- /dev/null +++ b/texts/d5254b8e-58ba-46d0-99ee-2697dbb587a5.txt @@ -0,0 +1 @@ +Hello Kitty is watching TV, and there is a cocktail on the table. \ No newline at end of file diff --git a/texts/d5266a0b-225c-4dd2-a608-43409a033afa.txt b/texts/d5266a0b-225c-4dd2-a608-43409a033afa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5169aa2030e497a586f537a45d899aaa7ebc11b --- /dev/null +++ b/texts/d5266a0b-225c-4dd2-a608-43409a033afa.txt @@ -0,0 +1 @@ +On the beach of a tropical seaside resort, there is a white cat like the little cat Mary, very elegant and girlish \ No newline at end of file diff --git a/texts/d5303229-6085-47ab-a821-6022e8551085.txt b/texts/d5303229-6085-47ab-a821-6022e8551085.txt new file mode 100644 index 0000000000000000000000000000000000000000..c92f474894a4ec44404356e1cced27b425806fe1 --- /dev/null +++ b/texts/d5303229-6085-47ab-a821-6022e8551085.txt @@ -0,0 +1 @@ +Two little rabbits kiss snow Christmas tree Santa hat stars bubble love \ No newline at end of file diff --git a/texts/d53734c4-5448-4992-b05e-a8df154eee76.txt b/texts/d53734c4-5448-4992-b05e-a8df154eee76.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a2f605e52646be77378cdba0ee72b114d5068ae --- /dev/null +++ b/texts/d53734c4-5448-4992-b05e-a8df154eee76.txt @@ -0,0 +1 @@ +A golden retriever sings at a microphone \ No newline at end of file diff --git a/texts/d53e9e6e-55b6-431d-8b4a-e141fc6e9543.txt b/texts/d53e9e6e-55b6-431d-8b4a-e141fc6e9543.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1401663953f9a0a709c73acc9fed260e81d2dfc --- /dev/null +++ b/texts/d53e9e6e-55b6-431d-8b4a-e141fc6e9543.txt @@ -0,0 +1 @@ +hellokitty stands in front of a glacier with the sunset behind her and a baby polar bear next to her \ No newline at end of file diff --git a/texts/d5422aed-8987-448c-a9e5-ed1ce5232d67.txt b/texts/d5422aed-8987-448c-a9e5-ed1ce5232d67.txt new file mode 100644 index 0000000000000000000000000000000000000000..09be54866ab01f1b304e7a6134ceca5d5fb906db --- /dev/null +++ b/texts/d5422aed-8987-448c-a9e5-ed1ce5232d67.txt @@ -0,0 +1 @@ +An asian young teen,slightly long hair but not too long,riding horse in the snow,looking at viewers \ No newline at end of file diff --git a/texts/d545d1da-92f1-41b1-8477-96d79bdfdadc.txt b/texts/d545d1da-92f1-41b1-8477-96d79bdfdadc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ebbbcd14228625da1180f31468c28d0a4d9c0e2 --- /dev/null +++ b/texts/d545d1da-92f1-41b1-8477-96d79bdfdadc.txt @@ -0,0 +1 @@ +A black Labrador wearing glasses is playing on the computer in a warm bedroom. \ No newline at end of file diff --git a/texts/d550248a-86df-42fb-8668-6e2d22828f06.txt b/texts/d550248a-86df-42fb-8668-6e2d22828f06.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b03e90c0fd3318ffbe1c5735d46c9e49a315386 --- /dev/null +++ b/texts/d550248a-86df-42fb-8668-6e2d22828f06.txt @@ -0,0 +1 @@ +In the evening, the sky is blue and there is a heavy snow. Fireworks burst in the distance and the letters wys were written in the snow. \ No newline at end of file diff --git a/texts/d5541344-ced7-4455-bfa5-680a2455f822.txt b/texts/d5541344-ced7-4455-bfa5-680a2455f822.txt new file mode 100644 index 0000000000000000000000000000000000000000..3470355e48408500269dcc88d4b8a2ff377ec714 --- /dev/null +++ b/texts/d5541344-ced7-4455-bfa5-680a2455f822.txt @@ -0,0 +1 @@ +Two Mickeys are fencing in the gym \ No newline at end of file diff --git a/texts/d558eea0-ef2a-41f9-885a-5c7ea02bd8c2.txt b/texts/d558eea0-ef2a-41f9-885a-5c7ea02bd8c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4b1ee54dee241b1282e48237f740133393bcb1d --- /dev/null +++ b/texts/d558eea0-ef2a-41f9-885a-5c7ea02bd8c2.txt @@ -0,0 +1 @@ +A group of people gathered around colorful emotional trash cans. \ No newline at end of file diff --git a/texts/d55d8aec-2901-40f8-a900-7f7cf0f6652a.txt b/texts/d55d8aec-2901-40f8-a900-7f7cf0f6652a.txt new file mode 100644 index 0000000000000000000000000000000000000000..662cf49c862aa7a9cce45b18f58267099756af41 --- /dev/null +++ b/texts/d55d8aec-2901-40f8-a900-7f7cf0f6652a.txt @@ -0,0 +1 @@ +A man is snowboarding in the snow, and both people and skis fly into the air, and the posture is very handsome. The man wears an Arc'teryx brand top, which is earthy yellow. The pants are black AK brand ski pants and the snowboard is black snowboard \ No newline at end of file diff --git a/texts/d5610ab7-ed40-4992-a6d1-dfcea4c43978.txt b/texts/d5610ab7-ed40-4992-a6d1-dfcea4c43978.txt new file mode 100644 index 0000000000000000000000000000000000000000..881aea8c55f98f8ad3c44c75979d9989d2352498 --- /dev/null +++ b/texts/d5610ab7-ed40-4992-a6d1-dfcea4c43978.txt @@ -0,0 +1 @@ +black cat in snow \ No newline at end of file diff --git a/texts/d56b9747-7555-4489-a5cf-a255d9badfd3.txt b/texts/d56b9747-7555-4489-a5cf-a255d9badfd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f004f1e68df969193dfd3b441fdcc6ecb28857c --- /dev/null +++ b/texts/d56b9747-7555-4489-a5cf-a255d9badfd3.txt @@ -0,0 +1 @@ +White-brown West Highland White Terrier lying on the snow with white headphones under the night sky \ No newline at end of file diff --git a/texts/d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f.txt b/texts/d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5328de1f81958916fe0f1b080a1c0bf5792b4d71 --- /dev/null +++ b/texts/d57b76e3-ad31-42a4-ba7c-33a7ab6f2a9f.txt @@ -0,0 +1 @@ +A silver haired man wearing a black vest is watching the back of the aurora with a black cat in the snow, with a blue background \ No newline at end of file diff --git a/texts/d57d82c7-7513-4d34-943d-0396c0a0b866.txt b/texts/d57d82c7-7513-4d34-943d-0396c0a0b866.txt new file mode 100644 index 0000000000000000000000000000000000000000..30144865d65ec2476275e026bafaa0121b9831d4 --- /dev/null +++ b/texts/d57d82c7-7513-4d34-943d-0396c0a0b866.txt @@ -0,0 +1 @@ +A Samoyed doll is placed on the beach by the sea. It's snowing, and XJY is written on the beach. \ No newline at end of file diff --git a/texts/d57e964f-60fe-47a4-bc5b-dab5751cca76.txt b/texts/d57e964f-60fe-47a4-bc5b-dab5751cca76.txt new file mode 100644 index 0000000000000000000000000000000000000000..853c5ee924dc800d75995dc2358bba118a60552b --- /dev/null +++ b/texts/d57e964f-60fe-47a4-bc5b-dab5751cca76.txt @@ -0,0 +1 @@ +an invisible man on the street in Shinjuku, Tokyo at night, he is standing in front of a text "INVISIBLE" shining \ No newline at end of file diff --git a/texts/d58d060d-da90-4863-853b-4aaa0aaeb229.txt b/texts/d58d060d-da90-4863-853b-4aaa0aaeb229.txt new file mode 100644 index 0000000000000000000000000000000000000000..6999db7efff99f0f9cbd72580c3b582d155fb6dd --- /dev/null +++ b/texts/d58d060d-da90-4863-853b-4aaa0aaeb229.txt @@ -0,0 +1 @@ +Cats watching fireworks at midnight snowing heavily \ No newline at end of file diff --git a/texts/d5920580-aaf9-49be-b21e-a68ece7197ad.txt b/texts/d5920580-aaf9-49be-b21e-a68ece7197ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5839f9863c1af9c6c6ef03b0974e1f474e836ec --- /dev/null +++ b/texts/d5920580-aaf9-49be-b21e-a68ece7197ad.txt @@ -0,0 +1 @@ +A Chinese beauty wearing white flat boots holding a ragdoll cat standing next to the sea, can only see her back, the time is in the evening, there are blues moments, there are fireworks in the distant sky, the picture does not need to appear her face, including the side face does not need to only need the back, next to a Cadillac ct5 \ No newline at end of file diff --git a/texts/d593c0e2-69e6-4f05-9e73-2848be17d9a8.txt b/texts/d593c0e2-69e6-4f05-9e73-2848be17d9a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b31fad9d76b15e87029d80723d8d119abe3a38cf --- /dev/null +++ b/texts/d593c0e2-69e6-4f05-9e73-2848be17d9a8.txt @@ -0,0 +1 @@ +Handwritten "QwQian" word in the snow, snow, blue beach, and sky A lovely hellokitty doll in a dress with angel wings standing beside it, floating snow, on a snowy night with aurora, a gorgeous Christmas tree is located beside hellokitty doll, full of Christmas romantic warm atmosphere \ No newline at end of file diff --git a/texts/d5ae089d-785d-4ebf-9e8c-de13343a6958.txt b/texts/d5ae089d-785d-4ebf-9e8c-de13343a6958.txt new file mode 100644 index 0000000000000000000000000000000000000000..118af672dc53e5497dbd67a3c4046cf023c6038a --- /dev/null +++ b/texts/d5ae089d-785d-4ebf-9e8c-de13343a6958.txt @@ -0,0 +1 @@ +There is a Christmas tree, thick snow, and by the seaside, Winnie the Poodle is taking a picture of a Schnauzer dog with a camera \ No newline at end of file diff --git a/texts/d5b5e826-07b4-44de-844a-6f84f9340fb4.txt b/texts/d5b5e826-07b4-44de-844a-6f84f9340fb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..bef48d56b785f32d748e4d40c059436c09756cc8 --- /dev/null +++ b/texts/d5b5e826-07b4-44de-844a-6f84f9340fb4.txt @@ -0,0 +1 @@ +There's a corn in my pocket. \ No newline at end of file diff --git a/texts/d5ce5883-a103-46ef-8958-8bdbf954d6fb.txt b/texts/d5ce5883-a103-46ef-8958-8bdbf954d6fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..27582f6da82b8a8122ce39eb409f295a42d390b9 --- /dev/null +++ b/texts/d5ce5883-a103-46ef-8958-8bdbf954d6fb.txt @@ -0,0 +1 @@ +The milky-white adult Labrador celebrates its birthday in the snow and eats cake with his friends. \ No newline at end of file diff --git a/texts/d5d2f62b-5b01-477e-a7d0-889d0e593d18.txt b/texts/d5d2f62b-5b01-477e-a7d0-889d0e593d18.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fe4e6b45518690b70c0a1c036388d5490f7ee9a --- /dev/null +++ b/texts/d5d2f62b-5b01-477e-a7d0-889d0e593d18.txt @@ -0,0 +1 @@ +A black cat flying over a burning piano on ice. \ No newline at end of file diff --git a/texts/d5d510a9-5079-412f-8fff-615acbefa899.txt b/texts/d5d510a9-5079-412f-8fff-615acbefa899.txt new file mode 100644 index 0000000000000000000000000000000000000000..90814d9fb0c9135f7c3652ae966727620645f231 --- /dev/null +++ b/texts/d5d510a9-5079-412f-8fff-615acbefa899.txt @@ -0,0 +1 @@ +a cute calico cat playing with a fish toy \ No newline at end of file diff --git a/texts/d5d579d7-fbe1-49c3-b07a-7836234ab1d7.txt b/texts/d5d579d7-fbe1-49c3-b07a-7836234ab1d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..729bcf45e6f56ae6f0ed12c2f468224a27b2a3ee --- /dev/null +++ b/texts/d5d579d7-fbe1-49c3-b07a-7836234ab1d7.txt @@ -0,0 +1 @@ +"A small yellow and white kitten is playing in the snow, with white angel wings on its back. Next to it stands a pink Hello Kitty. The sky is a shade of blue, snow is falling, and there are Christmas trees in the snowy landscape." \ No newline at end of file diff --git a/texts/d5ebb5cb-ccc2-4e2f-948a-f335d736e012.txt b/texts/d5ebb5cb-ccc2-4e2f-948a-f335d736e012.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c8c067b23550fa8c145c4f72132733a841da3f9 --- /dev/null +++ b/texts/d5ebb5cb-ccc2-4e2f-948a-f335d736e012.txt @@ -0,0 +1 @@ +A very grumpy black cat wearing a pink lab coat, sitting at a desk and typing on a computer. \ No newline at end of file diff --git a/texts/d5ff6c64-7fd8-408b-961f-dc08eb647f62.txt b/texts/d5ff6c64-7fd8-408b-961f-dc08eb647f62.txt new file mode 100644 index 0000000000000000000000000000000000000000..1eb50e806a2d5e8a2fc4ac3bcd5701b21b425852 --- /dev/null +++ b/texts/d5ff6c64-7fd8-408b-961f-dc08eb647f62.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow,with aurora behind it and the word "JWH LXB"engraved on the snow \ No newline at end of file diff --git a/texts/d6063f2b-4a05-4b2b-b834-53ffc76072d9.txt b/texts/d6063f2b-4a05-4b2b-b834-53ffc76072d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b775e7fb70f028290da27c51521f8af539708964 --- /dev/null +++ b/texts/d6063f2b-4a05-4b2b-b834-53ffc76072d9.txt @@ -0,0 +1 @@ +Spend Christmas on the grassland \ No newline at end of file diff --git a/texts/d6094eae-2cbc-4aff-a39d-5ebf7844caaa.txt b/texts/d6094eae-2cbc-4aff-a39d-5ebf7844caaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6600caa4b1a29f78b0cdf397daf28ed57ef37f97 --- /dev/null +++ b/texts/d6094eae-2cbc-4aff-a39d-5ebf7844caaa.txt @@ -0,0 +1 @@ +A silver gradient cat, an apple, Christmas tree, fireworks \ No newline at end of file diff --git a/texts/d60b9a59-b33a-4097-a19d-08cd08adcfe9.txt b/texts/d60b9a59-b33a-4097-a19d-08cd08adcfe9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4082473703cfd852c98e78be3f6b00def23417e8 --- /dev/null +++ b/texts/d60b9a59-b33a-4097-a19d-08cd08adcfe9.txt @@ -0,0 +1 @@ +west highland white terrier,Yellow dog working overtime in the office, frustrated, vintage tone, heavy shadows, high contrast, flash, exposure, high saturation, high grain, polaroid camera effect \ No newline at end of file diff --git a/texts/d60dc6eb-9be1-4979-a85c-d87f2cf58500.txt b/texts/d60dc6eb-9be1-4979-a85c-d87f2cf58500.txt new file mode 100644 index 0000000000000000000000000000000000000000..264396613787bd039c527dbf113a53376a55040e --- /dev/null +++ b/texts/d60dc6eb-9be1-4979-a85c-d87f2cf58500.txt @@ -0,0 +1 @@ +Two Bernese Mountain Dogs running in the snow \ No newline at end of file diff --git a/texts/d615febf-d8c5-47f9-9596-7592f310d063.txt b/texts/d615febf-d8c5-47f9-9596-7592f310d063.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7e5e66b832de3cf9bcd33d8d3f548d153fb68f0 --- /dev/null +++ b/texts/d615febf-d8c5-47f9-9596-7592f310d063.txt @@ -0,0 +1 @@ +The composition is wide angle, the color is soft focus, the picture is like being in a dream with no one, and the venue is a playground or a swimming pool or a station,indoor \ No newline at end of file diff --git a/texts/d6190e63-c776-4a96-b787-0c1e206d94f2.txt b/texts/d6190e63-c776-4a96-b787-0c1e206d94f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f98d369f91e03794f75fea85b6d0f5dafa71b2b1 --- /dev/null +++ b/texts/d6190e63-c776-4a96-b787-0c1e206d94f2.txt @@ -0,0 +1 @@ +A wind-blown gauze curtain, a fawn outside the window handed a flower to an otter inside the house \ No newline at end of file diff --git a/texts/d61d0169-881f-4e1c-add8-6facb01c675c.txt b/texts/d61d0169-881f-4e1c-add8-6facb01c675c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4be4fb2471ffc695a563d644b171feb8c49c727 --- /dev/null +++ b/texts/d61d0169-881f-4e1c-add8-6facb01c675c.txt @@ -0,0 +1 @@ +In Japan, with a volcano in the background, a cute little dog is running on a snowy night. \ No newline at end of file diff --git a/texts/d61f5d1c-df30-464e-a4a0-69063f9995a6.txt b/texts/d61f5d1c-df30-464e-a4a0-69063f9995a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a03e3f9de07783694784a381a8fcfb2c6f731e46 --- /dev/null +++ b/texts/d61f5d1c-df30-464e-a4a0-69063f9995a6.txt @@ -0,0 +1 @@ +On the blue lake, there is a small boat, and in the distance, there are golden mountains \ No newline at end of file diff --git a/texts/d6344c1c-6ada-4e2d-8b6f-ff91ac143109.txt b/texts/d6344c1c-6ada-4e2d-8b6f-ff91ac143109.txt new file mode 100644 index 0000000000000000000000000000000000000000..a78ec0a717f8e0e8b099a04f19d988f348a5a584 --- /dev/null +++ b/texts/d6344c1c-6ada-4e2d-8b6f-ff91ac143109.txt @@ -0,0 +1 @@ +At night, there are auroras in the sky, and a Samoyed is playing with a toy ball on the snow with the words Michuxxx written on it. Snowflakes float in the sky \ No newline at end of file diff --git a/texts/d63b8692-9766-4602-8cf1-8a235d14e0a9.txt b/texts/d63b8692-9766-4602-8cf1-8a235d14e0a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c9e7a8680cd94a9dddfd53747eac521366badcd --- /dev/null +++ b/texts/d63b8692-9766-4602-8cf1-8a235d14e0a9.txt @@ -0,0 +1 @@ +The winter scene, the ground covered with snow at night. In the distance there is a Christmas tree with two cute Hello Kitty figurines in the foreground. One wore a suit and the other a skirt, symbolizing a romantic couple. In front of them was a decorative letter spelling out "wlh" and "xzy" \ No newline at end of file diff --git a/texts/d644e43e-1b39-4000-a5b0-70380d0feb6b.txt b/texts/d644e43e-1b39-4000-a5b0-70380d0feb6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b02f9946326bf9a34667cd167de477f1f358e80 --- /dev/null +++ b/texts/d644e43e-1b39-4000-a5b0-70380d0feb6b.txt @@ -0,0 +1 @@ +There's a little golden pup in the snow at night with a pair of glowing wings on its back. \ No newline at end of file diff --git a/texts/d649dff1-2886-4bf9-89dc-b16170b6cf5f.txt b/texts/d649dff1-2886-4bf9-89dc-b16170b6cf5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b35b8231c05ead25f038b0472a973e09a8290b8 --- /dev/null +++ b/texts/d649dff1-2886-4bf9-89dc-b16170b6cf5f.txt @@ -0,0 +1 @@ +A Yorkshire puppy and maltese puppy is playing with hello Kitty in Disney. \ No newline at end of file diff --git a/texts/d64c8f5b-8b3c-448e-b9f5-96d1a72ab987.txt b/texts/d64c8f5b-8b3c-448e-b9f5-96d1a72ab987.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f95dc5d15603651e1a6d11d5d495bc1c30d2910 --- /dev/null +++ b/texts/d64c8f5b-8b3c-448e-b9f5-96d1a72ab987.txt @@ -0,0 +1 @@ +On a sunny afternoon, bamboo groves and streams are far away, and a delicate set of Chinese tea utensils is placed on wooden boards \ No newline at end of file diff --git a/texts/d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b.txt b/texts/d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f696e6694bd19269c3632db326d5192e91425f0 --- /dev/null +++ b/texts/d64cb8b6-4f9b-4b1c-a1fc-dbdaa1a7ed8b.txt @@ -0,0 +1 @@ +The ringed hand is placed on a plate filled with red caviar, macro close-up \ No newline at end of file diff --git a/texts/d6539105-17a3-4834-a75e-68a6f7b6697a.txt b/texts/d6539105-17a3-4834-a75e-68a6f7b6697a.txt new file mode 100644 index 0000000000000000000000000000000000000000..62d2bf125a51123405a94ddc306852f9f16eb3dd --- /dev/null +++ b/texts/d6539105-17a3-4834-a75e-68a6f7b6697a.txt @@ -0,0 +1 @@ +a Hello Kitty with glasses sits at the desk and the book is on fire. \ No newline at end of file diff --git a/texts/d65d0486-ad13-47eb-a3c4-8da1fc1b257d.txt b/texts/d65d0486-ad13-47eb-a3c4-8da1fc1b257d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9606d76335ec136f01943dcade8f6f8391b5955b --- /dev/null +++ b/texts/d65d0486-ad13-47eb-a3c4-8da1fc1b257d.txt @@ -0,0 +1 @@ +A doll, Stitch watch the fireworks on the beach in night \ No newline at end of file diff --git a/texts/d6620964-463f-4ff2-81d7-e6c6e3a40783.txt b/texts/d6620964-463f-4ff2-81d7-e6c6e3a40783.txt new file mode 100644 index 0000000000000000000000000000000000000000..26b5e16ec1caa99ae904c5e8e2137709b4dca2c4 --- /dev/null +++ b/texts/d6620964-463f-4ff2-81d7-e6c6e3a40783.txt @@ -0,0 +1 @@ +The scene is a cross-section of an Antarctic ice cave, which appears symmetrical in both upper and lower directions, abstract, visually intense, imaginative, and highly realistic \ No newline at end of file diff --git a/texts/d66da680-0c17-4847-ae90-2fbbb480d03d.txt b/texts/d66da680-0c17-4847-ae90-2fbbb480d03d.txt new file mode 100644 index 0000000000000000000000000000000000000000..111c8096ca0d012d42092612f942ba6a464952ae --- /dev/null +++ b/texts/d66da680-0c17-4847-ae90-2fbbb480d03d.txt @@ -0,0 +1 @@ +A fish walking in the kindergarden \ No newline at end of file diff --git a/texts/d678bf4a-63b0-4742-a619-1eadfec8a3ec.txt b/texts/d678bf4a-63b0-4742-a619-1eadfec8a3ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..455d511ec8cc5ae4816e53ee4c74b1c20407b3c2 --- /dev/null +++ b/texts/d678bf4a-63b0-4742-a619-1eadfec8a3ec.txt @@ -0,0 +1 @@ +Crayon Shin face \ No newline at end of file diff --git a/texts/d683ed6e-8b64-4912-8684-979ed5fae67c.txt b/texts/d683ed6e-8b64-4912-8684-979ed5fae67c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c18df0cc45d6dafc0212ebac17ec699191607103 --- /dev/null +++ b/texts/d683ed6e-8b64-4912-8684-979ed5fae67c.txt @@ -0,0 +1 @@ +A gu'y is playing with a cute kitten \ No newline at end of file diff --git a/texts/d68b0647-6f0a-42fa-aa3a-a487a9f49664.txt b/texts/d68b0647-6f0a-42fa-aa3a-a487a9f49664.txt new file mode 100644 index 0000000000000000000000000000000000000000..20c72e132629f4160687a0c7da01a7abe521f7ab --- /dev/null +++ b/texts/d68b0647-6f0a-42fa-aa3a-a487a9f49664.txt @@ -0,0 +1 @@ +A cat sits obediently and looks at the snow outside the window. \ No newline at end of file diff --git a/texts/d6925236-ea0c-4caf-9c01-b5d587136a65.txt b/texts/d6925236-ea0c-4caf-9c01-b5d587136a65.txt new file mode 100644 index 0000000000000000000000000000000000000000..09108c067aa436bbf913f519d667ef16ab173034 --- /dev/null +++ b/texts/d6925236-ea0c-4caf-9c01-b5d587136a65.txt @@ -0,0 +1 @@ +Chubby yellow corgi eating tarts on the couch \ No newline at end of file diff --git a/texts/d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed.txt b/texts/d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..efd768f233499e94caf39da0cd11b34ee9f33545 --- /dev/null +++ b/texts/d6aa08fe-eabc-4b1e-aa23-2dc1db74b5ed.txt @@ -0,0 +1 @@ +A Hello Kitty with curly wig wearing colorful hot clothes is dancing street dance in the office. \ No newline at end of file diff --git a/texts/d6abf47a-9c12-49c7-a091-f321189bb445.txt b/texts/d6abf47a-9c12-49c7-a091-f321189bb445.txt new file mode 100644 index 0000000000000000000000000000000000000000..41c155a5022fa763e840f1bdfcb09af9186f1a09 --- /dev/null +++ b/texts/d6abf47a-9c12-49c7-a091-f321189bb445.txt @@ -0,0 +1 @@ +greytabbycat in the room cuddle with dog \ No newline at end of file diff --git a/texts/d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb.txt b/texts/d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f65cdb45f05e10fcb3a254aa5e7870a1b0bcb5b --- /dev/null +++ b/texts/d6b0c80c-0193-4f1d-a5dd-a4ebbc528ceb.txt @@ -0,0 +1 @@ +Fashion simple background, blue sky and white clouds, film wind \ No newline at end of file diff --git a/texts/d6b73661-49fd-4d65-abc3-7073b895c5a4.txt b/texts/d6b73661-49fd-4d65-abc3-7073b895c5a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e58125983e350be2efa7b0e54f615b7369864a77 --- /dev/null +++ b/texts/d6b73661-49fd-4d65-abc3-7073b895c5a4.txt @@ -0,0 +1 @@ +Christmas \ No newline at end of file diff --git a/texts/d6c47944-64e6-419c-8c9f-5d52db07b946.txt b/texts/d6c47944-64e6-419c-8c9f-5d52db07b946.txt new file mode 100644 index 0000000000000000000000000000000000000000..41d22934dbf28e8cbd4050e38e039c395df9af7b --- /dev/null +++ b/texts/d6c47944-64e6-419c-8c9f-5d52db07b946.txt @@ -0,0 +1 @@ +A dog sketching a car in pencil \ No newline at end of file diff --git a/texts/d6cab8b7-4916-4209-ae9f-602a91497767.txt b/texts/d6cab8b7-4916-4209-ae9f-602a91497767.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbf17ce1f8997e8f1f161319ef041dabc341f027 --- /dev/null +++ b/texts/d6cab8b7-4916-4209-ae9f-602a91497767.txt @@ -0,0 +1 @@ +The subway was full of pink and white flowers, and a rabbit took the watering can in the middle. \ No newline at end of file diff --git a/texts/d6e2edf7-4dae-4f45-ab86-2e9e154d64f5.txt b/texts/d6e2edf7-4dae-4f45-ab86-2e9e154d64f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b14a29bcd8100df15117971f75e941c047376d4a --- /dev/null +++ b/texts/d6e2edf7-4dae-4f45-ab86-2e9e154d64f5.txt @@ -0,0 +1 @@ +Stitch reading in the snow \ No newline at end of file diff --git a/texts/d6e33a37-363c-49d8-a4f0-d32e154daef0.txt b/texts/d6e33a37-363c-49d8-a4f0-d32e154daef0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d72daa1a2ff8345f56e5ed37be4466854a801e1f --- /dev/null +++ b/texts/d6e33a37-363c-49d8-a4f0-d32e154daef0.txt @@ -0,0 +1 @@ +A bird sitting on a big flying cat. \ No newline at end of file diff --git a/texts/d6e700c1-a6da-420f-87da-231fe34cd4ba.txt b/texts/d6e700c1-a6da-420f-87da-231fe34cd4ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f54f31a606e90ce84a584d574eb17ea05e3bbc --- /dev/null +++ b/texts/d6e700c1-a6da-420f-87da-231fe34cd4ba.txt @@ -0,0 +1 @@ +colse-up photos of the cute 1-year-old baby celebrating his chrismas ,making pan ke \ No newline at end of file diff --git a/texts/d6f23c1e-ae07-4f98-82c7-ad66be9b780b.txt b/texts/d6f23c1e-ae07-4f98-82c7-ad66be9b780b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cbc2ab1e4a1d61211903dfacb515eaf3eddca1e --- /dev/null +++ b/texts/d6f23c1e-ae07-4f98-82c7-ad66be9b780b.txt @@ -0,0 +1 @@ +rilakkuma doll, seaside, Christmas, snow, xiulllin written in the snow \ No newline at end of file diff --git a/texts/d6ff503b-695f-4497-b627-feb890b14974.txt b/texts/d6ff503b-695f-4497-b627-feb890b14974.txt new file mode 100644 index 0000000000000000000000000000000000000000..e899269d5837cc75fad3d6b3d5fb853827fc6f5f --- /dev/null +++ b/texts/d6ff503b-695f-4497-b627-feb890b14974.txt @@ -0,0 +1 @@ +tweety bird sit at his desk and typed on the keyboard.and his computer is in fire. Tweety bird is very tierd.and a buuny stand by the desk \ No newline at end of file diff --git a/texts/d704d29a-e9fb-48bd-825b-0e1f269b8ca3.txt b/texts/d704d29a-e9fb-48bd-825b-0e1f269b8ca3.txt new file mode 100644 index 0000000000000000000000000000000000000000..db92bd5e30e11630e7323831e4e191ec7a296668 --- /dev/null +++ b/texts/d704d29a-e9fb-48bd-825b-0e1f269b8ca3.txt @@ -0,0 +1 @@ +A black and white-pattern cat playing in the snow \ No newline at end of file diff --git a/texts/d70a2eea-020f-42da-86e4-c329d7c25d67.txt b/texts/d70a2eea-020f-42da-86e4-c329d7c25d67.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8d990e95e85751b57ea13e83a97c6d6a390918e --- /dev/null +++ b/texts/d70a2eea-020f-42da-86e4-c329d7c25d67.txt @@ -0,0 +1 @@ +fluffy cat with wings ,birthday cake,snow,trees \ No newline at end of file diff --git a/texts/d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48.txt b/texts/d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48.txt new file mode 100644 index 0000000000000000000000000000000000000000..b91dc058064cb901d80ac8e6756225f422ada56e --- /dev/null +++ b/texts/d70df1b1-77a1-4bd4-a64e-f0b1af1a6e48.txt @@ -0,0 +1 @@ +A blue-haired French bulldog and Mickey Mouse are standing in the garden \ No newline at end of file diff --git a/texts/d723dc7f-4611-4ce0-8c4d-e01ae787499c.txt b/texts/d723dc7f-4611-4ce0-8c4d-e01ae787499c.txt new file mode 100644 index 0000000000000000000000000000000000000000..aede8164031290ca0ace9edb3ef87a7c043d7ce6 --- /dev/null +++ b/texts/d723dc7f-4611-4ce0-8c4d-e01ae787499c.txt @@ -0,0 +1 @@ +The walls in the room are pink, and the decorations are also pink, with butterflies, bubbles, the word "YOSH" in the room, and a guitar. \ No newline at end of file diff --git a/texts/d72a50ae-e3dd-4461-a89b-6814bcd5a4d6.txt b/texts/d72a50ae-e3dd-4461-a89b-6814bcd5a4d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d150c652455266f2d9e67ec79769c0a5c40b837d --- /dev/null +++ b/texts/d72a50ae-e3dd-4461-a89b-6814bcd5a4d6.txt @@ -0,0 +1 @@ +A Hello Kitty driving a police car,flash, film style \ No newline at end of file diff --git a/texts/d734e933-459d-40c1-a5e2-d528bba3fcae.txt b/texts/d734e933-459d-40c1-a5e2-d528bba3fcae.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc4fe74375b472411796887da0ec07d39d5041d4 --- /dev/null +++ b/texts/d734e933-459d-40c1-a5e2-d528bba3fcae.txt @@ -0,0 +1 @@ +silouhette of barking black doberman \ No newline at end of file diff --git a/texts/d737680f-7916-458c-ba57-5c13662a6d64.txt b/texts/d737680f-7916-458c-ba57-5c13662a6d64.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e82e07235c68b906c743aa77d070a09e7266543 --- /dev/null +++ b/texts/d737680f-7916-458c-ba57-5c13662a6d64.txt @@ -0,0 +1 @@ +A big Hello Kitty on a pink beach holding a cake with 0320 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/d74299f5-84c2-40b0-9d91-bb3e7427583e.txt b/texts/d74299f5-84c2-40b0-9d91-bb3e7427583e.txt new file mode 100644 index 0000000000000000000000000000000000000000..400e022043468a0c38e3a611086d087a7809b1a4 --- /dev/null +++ b/texts/d74299f5-84c2-40b0-9d91-bb3e7427583e.txt @@ -0,0 +1 @@ +A round-faced lady making a wish in front of a birthday cake with lots of decorations next to it \ No newline at end of file diff --git a/texts/d747d007-9aa1-4965-9237-08612de1d1bf.txt b/texts/d747d007-9aa1-4965-9237-08612de1d1bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e81b122c27c500abbd446f92e4c108f5d55f48d --- /dev/null +++ b/texts/d747d007-9aa1-4965-9237-08612de1d1bf.txt @@ -0,0 +1 @@ +big Christmas tree and cat in the snow \ No newline at end of file diff --git a/texts/d74a76eb-91f1-4e59-919c-1d6880f20743.txt b/texts/d74a76eb-91f1-4e59-919c-1d6880f20743.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bd394866aa5ad88d602e6bd1a6e49c20922752c --- /dev/null +++ b/texts/d74a76eb-91f1-4e59-919c-1d6880f20743.txt @@ -0,0 +1 @@ +Whimsical Lunar New Year Card with Zodiac Animals \ No newline at end of file diff --git a/texts/d74fbf5c-5b94-4823-9fa6-d2037227da5e.txt b/texts/d74fbf5c-5b94-4823-9fa6-d2037227da5e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e63eebc153e699a550ef3e2a5b7b631343c6613 --- /dev/null +++ b/texts/d74fbf5c-5b94-4823-9fa6-d2037227da5e.txt @@ -0,0 +1 @@ +In a snowy sunset, with a sea in the distance, Ch ristmas trees and fireworks next to it, a penguin doll sits on the ground, wearing a red scarf and writing "zxt" on the ground. \ No newline at end of file diff --git a/texts/d752c5dc-c290-421b-b2b4-b089e9935a42.txt b/texts/d752c5dc-c290-421b-b2b4-b089e9935a42.txt new file mode 100644 index 0000000000000000000000000000000000000000..09f56cf79da7bbf9fe3cf40105521a26d998e5c7 --- /dev/null +++ b/texts/d752c5dc-c290-421b-b2b4-b089e9935a42.txt @@ -0,0 +1 @@ +a mini hellokitty and a black cat are playing in the snow \ No newline at end of file diff --git a/texts/d75c5694-09c0-4290-8d55-f1cc4e64699a.txt b/texts/d75c5694-09c0-4290-8d55-f1cc4e64699a.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d0a3e894de990a956ff61ae75191a318eea3b21 --- /dev/null +++ b/texts/d75c5694-09c0-4290-8d55-f1cc4e64699a.txt @@ -0,0 +1 @@ +On a snowy night, a big white hellokitty wearing a doctorate hat, with the sea in the distance, standing under the Christmas tree, only "yultuz" is written on the snow. Hellokitty and the Christmas tree are bigger, and "yultuz" is as small as possible. \ No newline at end of file diff --git a/texts/d7618b81-3c62-4cdf-a031-da686953f9e3.txt b/texts/d7618b81-3c62-4cdf-a031-da686953f9e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..7afd4af7a605d35b63037871f9cf32fcf1cd5157 --- /dev/null +++ b/texts/d7618b81-3c62-4cdf-a031-da686953f9e3.txt @@ -0,0 +1 @@ +Midnight Christmas on a snowy day \ No newline at end of file diff --git a/texts/d76651bf-02ec-451e-bf4a-122682ddaa86.txt b/texts/d76651bf-02ec-451e-bf4a-122682ddaa86.txt new file mode 100644 index 0000000000000000000000000000000000000000..3213a9264b37e4bb08e98c64b3352cba766ff692 --- /dev/null +++ b/texts/d76651bf-02ec-451e-bf4a-122682ddaa86.txt @@ -0,0 +1 @@ +Snow covered in bubbles \ No newline at end of file diff --git a/texts/d77e26fe-ebd1-4f89-9192-ba13efb3dc23.txt b/texts/d77e26fe-ebd1-4f89-9192-ba13efb3dc23.txt new file mode 100644 index 0000000000000000000000000000000000000000..c72b7799355790c01c58e8af641a2bab0050cfd8 --- /dev/null +++ b/texts/d77e26fe-ebd1-4f89-9192-ba13efb3dc23.txt @@ -0,0 +1 @@ +Rilakkuma doll is holding a cute birthday cake with 0915 written on it and a candle on it in the amusement park. \ No newline at end of file diff --git a/texts/d7806129-2912-4454-953a-cd17facc89ca.txt b/texts/d7806129-2912-4454-953a-cd17facc89ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..04031463f9e934b77a6d465b6c8ab3c7f6a5815a --- /dev/null +++ b/texts/d7806129-2912-4454-953a-cd17facc89ca.txt @@ -0,0 +1 @@ +A closed space illuminated by a dim, warm yellow light. The walls are entirely covered in leather upholstery, creating a soft, textured appearance. Both the front and back walls feature large mirrors, and within the reflections, an infinite cascade of mirrors stretches into the distance. \ No newline at end of file diff --git a/texts/d7827308-31a7-42bd-962f-d0117438a4e1.txt b/texts/d7827308-31a7-42bd-962f-d0117438a4e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d27d6a2057402ce1bc27a942289ff43dc2b250d --- /dev/null +++ b/texts/d7827308-31a7-42bd-962f-d0117438a4e1.txt @@ -0,0 +1 @@ +Trump holding the Chinese flag in Shanghai \ No newline at end of file diff --git a/texts/d7847580-2cab-4704-a84e-1f4779c2c929.txt b/texts/d7847580-2cab-4704-a84e-1f4779c2c929.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d997ae3c0a05a05ddaa23663dc56a50691b8ab7 --- /dev/null +++ b/texts/d7847580-2cab-4704-a84e-1f4779c2c929.txt @@ -0,0 +1 @@ +a cute Corgi wearing suit is playing piano \ No newline at end of file diff --git a/texts/d78bc35b-ac22-4d7b-9ad8-021f6692a30a.txt b/texts/d78bc35b-ac22-4d7b-9ad8-021f6692a30a.txt new file mode 100644 index 0000000000000000000000000000000000000000..88db81cbb7bfa8c9e071bde902ffd1999a99ca0f --- /dev/null +++ b/texts/d78bc35b-ac22-4d7b-9ad8-021f6692a30a.txt @@ -0,0 +1 @@ +Hello Kitty, wearing a light yellow dress and Apple headphones, sat by the window facing the sea and turned to look out at the vast ocean outside \ No newline at end of file diff --git a/texts/d78ff099-6cb3-48c4-8e8b-99708620178b.txt b/texts/d78ff099-6cb3-48c4-8e8b-99708620178b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3a690304a9836b6df2d590a174017eced14226d --- /dev/null +++ b/texts/d78ff099-6cb3-48c4-8e8b-99708620178b.txt @@ -0,0 +1 @@ +A male with must Drink mojito in a bar in Havana in Cuba \ No newline at end of file diff --git a/texts/d7903593-6176-4083-91dd-1ee8adc15fd8.txt b/texts/d7903593-6176-4083-91dd-1ee8adc15fd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f646209f55c536f1b99b9b6ab0e71c53590b1419 --- /dev/null +++ b/texts/d7903593-6176-4083-91dd-1ee8adc15fd8.txt @@ -0,0 +1 @@ +The little fox and the little bear watched the stars under the lush fireworks \ No newline at end of file diff --git a/texts/d795ab3b-dcb3-4c30-947e-7f3d20e70593.txt b/texts/d795ab3b-dcb3-4c30-947e-7f3d20e70593.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebff080e44d66f7430af7bae93382cdfab230701 --- /dev/null +++ b/texts/d795ab3b-dcb3-4c30-947e-7f3d20e70593.txt @@ -0,0 +1 @@ +A cutehellokitty with pink dress and sweet smile standing under a Christmas tree in the snow on a sunny day \ No newline at end of file diff --git a/texts/d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46.txt b/texts/d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46.txt new file mode 100644 index 0000000000000000000000000000000000000000..9722c89684ec512d200ffa8f40fa29844df1fa53 --- /dev/null +++ b/texts/d7a4277c-8807-4c35-b4d1-7f9a4fc2fd46.txt @@ -0,0 +1 @@ +A rabbit in a pink dress is holding a bouquet of roses under the starry sky \ No newline at end of file diff --git a/texts/d7b0e3c4-e7c8-452e-827e-956278fe4c6b.txt b/texts/d7b0e3c4-e7c8-452e-827e-956278fe4c6b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd91967315bff857032614f9a9c80c8a78e03b77 --- /dev/null +++ b/texts/d7b0e3c4-e7c8-452e-827e-956278fe4c6b.txt @@ -0,0 +1 @@ +Bubbles, horses, snowy mountains. \ No newline at end of file diff --git a/texts/d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9.txt b/texts/d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a4ad4453d643366c77b96aa90d2081130d40a23 --- /dev/null +++ b/texts/d7bd6f5a-c8f1-4c3f-9d61-51f4cfd3dca9.txt @@ -0,0 +1 @@ +a small redpanda wearing a hat in red mushroom shape,holding a basket with full of mushrooms,standing in the forest, \ No newline at end of file diff --git a/texts/d7c04e12-927e-45ac-97cc-a332376466cc.txt b/texts/d7c04e12-927e-45ac-97cc-a332376466cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a1dcbcf8d6594afb9b14d2a6524e4e8b8a11e10 --- /dev/null +++ b/texts/d7c04e12-927e-45ac-97cc-a332376466cc.txt @@ -0,0 +1 @@ +A black and white border herder was wearing a Christmas hat in the snow to celebrate Christmas, with a red electric guitar in front of him and many stars in the background. \ No newline at end of file diff --git a/texts/d7c05dc5-e090-4658-a5a6-c384550dd683.txt b/texts/d7c05dc5-e090-4658-a5a6-c384550dd683.txt new file mode 100644 index 0000000000000000000000000000000000000000..23ca3077a288859ab882498670734488b497de72 --- /dev/null +++ b/texts/d7c05dc5-e090-4658-a5a6-c384550dd683.txt @@ -0,0 +1 @@ +a black horse running in a forest \ No newline at end of file diff --git a/texts/d7c1510f-7c05-4639-84b2-77311906da9c.txt b/texts/d7c1510f-7c05-4639-84b2-77311906da9c.txt new file mode 100644 index 0000000000000000000000000000000000000000..06f194ce39a84fe998730d5e07673a78c6dcee1f --- /dev/null +++ b/texts/d7c1510f-7c05-4639-84b2-77311906da9c.txt @@ -0,0 +1 @@ +Thewardrobe is open and full of flowers.the wall is baby blue \ No newline at end of file diff --git a/texts/d7c565b8-f174-4682-9f4f-c25ca8986288.txt b/texts/d7c565b8-f174-4682-9f4f-c25ca8986288.txt new file mode 100644 index 0000000000000000000000000000000000000000..52b92f183bcfd031ba801b293d05d44937dae61b --- /dev/null +++ b/texts/d7c565b8-f174-4682-9f4f-c25ca8986288.txt @@ -0,0 +1 @@ +A pool filled with colorful chocolate beans, a chubby panda wearing sunglasses and a swimming ring is soaking in the pool. \ No newline at end of file diff --git a/texts/d7deb3cf-850a-4d92-95c1-c4168345165b.txt b/texts/d7deb3cf-850a-4d92-95c1-c4168345165b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0afd49362446fa5f003818a4e0a971d42cb360e9 --- /dev/null +++ b/texts/d7deb3cf-850a-4d92-95c1-c4168345165b.txt @@ -0,0 +1 @@ +The 50th anniversary image of Hello Kitty wearing a Santa hat on a green grass in the snow. \ No newline at end of file diff --git a/texts/d7edb98c-4f5a-4375-9e76-a746da30db42.txt b/texts/d7edb98c-4f5a-4375-9e76-a746da30db42.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee1ba3286682a03d092c2beec46464be999a58b --- /dev/null +++ b/texts/d7edb98c-4f5a-4375-9e76-a746da30db42.txt @@ -0,0 +1 @@ +A white kitten with transparent angel wings, flying by the seaside, blue sea, pink sky, stars, film effect, flash, dream core \ No newline at end of file diff --git a/texts/d7fd192f-d179-41b3-a342-b0de57e3eb9a.txt b/texts/d7fd192f-d179-41b3-a342-b0de57e3eb9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec5b2af4f1006eb98b6604a97a39a22a7c294576 --- /dev/null +++ b/texts/d7fd192f-d179-41b3-a342-b0de57e3eb9a.txt @@ -0,0 +1 @@ +Scene of Chinese people and crabs holding each other's claws \ No newline at end of file diff --git a/texts/d7fe7780-7696-4e3d-b0ba-c4fdac075fb3.txt b/texts/d7fe7780-7696-4e3d-b0ba-c4fdac075fb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dd6930cd67204fb2264a5ea64dcdf26cd0bf31e --- /dev/null +++ b/texts/d7fe7780-7696-4e3d-b0ba-c4fdac075fb3.txt @@ -0,0 +1 @@ +Pink little Hello Kitty doll, sitting by the seaside with WY letters on the beach, snowy days, sunshine \ No newline at end of file diff --git a/texts/d7ffb2d1-a624-4f7d-a832-db24d976c810.txt b/texts/d7ffb2d1-a624-4f7d-a832-db24d976c810.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a744a160e06807c19642702e4bcec7eb0700322 --- /dev/null +++ b/texts/d7ffb2d1-a624-4f7d-a832-db24d976c810.txt @@ -0,0 +1 @@ +The sunglasses were placed next to the pillow \ No newline at end of file diff --git a/texts/d813f058-cb06-4283-bbf6-dcec3e473664.txt b/texts/d813f058-cb06-4283-bbf6-dcec3e473664.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7dc5ffbe602b6daa458b92f72d739ee90f6d1f2 --- /dev/null +++ b/texts/d813f058-cb06-4283-bbf6-dcec3e473664.txt @@ -0,0 +1 @@ +Handwritten word "Damon luv selina" in the snow, a hellokitty doll next to it, Christmas tree,sun \ No newline at end of file diff --git a/texts/d8166fc9-142b-4cb6-86ae-93ca9c334ae7.txt b/texts/d8166fc9-142b-4cb6-86ae-93ca9c334ae7.txt new file mode 100644 index 0000000000000000000000000000000000000000..47f067e385bab08ec52f35441bb6c4ae0a47b27e --- /dev/null +++ b/texts/d8166fc9-142b-4cb6-86ae-93ca9c334ae7.txt @@ -0,0 +1 @@ +The golden wheat fields stretch out, and in the distance are green woods. There is a 3D-shaped cloud in the light blue sky. \ No newline at end of file diff --git a/texts/d828c773-386c-412e-878a-c92b4dba2020.txt b/texts/d828c773-386c-412e-878a-c92b4dba2020.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c0d8bf32b8d4e821a17655bead43b31984b6a9f --- /dev/null +++ b/texts/d828c773-386c-412e-878a-c92b4dba2020.txt @@ -0,0 +1 @@ +Black cats and white dogs build ducks and snowmen in the snow \ No newline at end of file diff --git a/texts/d83102a6-6e82-4578-8fb7-31f25ee26718.txt b/texts/d83102a6-6e82-4578-8fb7-31f25ee26718.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2b2cc71780eb811b392759db44cf16fc40be8c2 --- /dev/null +++ b/texts/d83102a6-6e82-4578-8fb7-31f25ee26718.txt @@ -0,0 +1 @@ +a "hello kitty doll" sits in a chair in the office, holding a cup of coffee. there is a laptop on the desk, on huge fire. \ No newline at end of file diff --git a/texts/d83c4e6e-a35d-47a0-a30e-48d6af02d308.txt b/texts/d83c4e6e-a35d-47a0-a30e-48d6af02d308.txt new file mode 100644 index 0000000000000000000000000000000000000000..24c8ffcdc57887bc457355634378be01bbc0c93a --- /dev/null +++ b/texts/d83c4e6e-a35d-47a0-a30e-48d6af02d308.txt @@ -0,0 +1 @@ +christmas tree, santa hat, christmas decoration, blue sky,baby sheep \ No newline at end of file diff --git a/texts/d83e769b-0f2e-45c3-97a8-bb6df6f05560.txt b/texts/d83e769b-0f2e-45c3-97a8-bb6df6f05560.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f62564520b4d2ad94c851940b828ed2fc74a9bd --- /dev/null +++ b/texts/d83e769b-0f2e-45c3-97a8-bb6df6f05560.txt @@ -0,0 +1 @@ +shark Sky \ No newline at end of file diff --git a/texts/d83e99a7-e528-46f8-b7bd-264da0030756.txt b/texts/d83e99a7-e528-46f8-b7bd-264da0030756.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdc26916bb2b03b2433e81788a29836f01404cd9 --- /dev/null +++ b/texts/d83e99a7-e528-46f8-b7bd-264da0030756.txt @@ -0,0 +1 @@ +Hello Kitty Plush toys, Christmas Day, star ball,Christmas tree \ No newline at end of file diff --git a/texts/d847a01a-bbb9-4072-8754-fd512c673c03.txt b/texts/d847a01a-bbb9-4072-8754-fd512c673c03.txt new file mode 100644 index 0000000000000000000000000000000000000000..da20dcb5f11742960524aa02bf148f911741ac35 --- /dev/null +++ b/texts/d847a01a-bbb9-4072-8754-fd512c673c03.txt @@ -0,0 +1 @@ +Two koalas get married on the beach, one in a suit and the other in a wedding dress \ No newline at end of file diff --git a/texts/d8506bef-e909-490b-af77-0563fe9f7704.txt b/texts/d8506bef-e909-490b-af77-0563fe9f7704.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bd7e5d64771487fd57a02c298f146212ac4cd01 --- /dev/null +++ b/texts/d8506bef-e909-490b-af77-0563fe9f7704.txt @@ -0,0 +1 @@ +Handwritten word "YING&QI" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/d85e6c83-eff4-4494-9d05-74263a479256.txt b/texts/d85e6c83-eff4-4494-9d05-74263a479256.txt new file mode 100644 index 0000000000000000000000000000000000000000..0443fbb913b0212fcc5cab0ee6c92cc74a1863cb --- /dev/null +++ b/texts/d85e6c83-eff4-4494-9d05-74263a479256.txt @@ -0,0 +1 @@ +Dachshunds like to eat sausages \ No newline at end of file diff --git a/texts/d85fd2d2-b9ba-4924-b330-cb1ec05232da.txt b/texts/d85fd2d2-b9ba-4924-b330-cb1ec05232da.txt new file mode 100644 index 0000000000000000000000000000000000000000..0342586a65df2b2894ee99b6e8301b5d465a65b3 --- /dev/null +++ b/texts/d85fd2d2-b9ba-4924-b330-cb1ec05232da.txt @@ -0,0 +1 @@ +Hello Kitty playing rock and roll \ No newline at end of file diff --git a/texts/d8660a0d-ed1f-469a-aa34-ad5e521da4ae.txt b/texts/d8660a0d-ed1f-469a-aa34-ad5e521da4ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdc910e543fd7ac6336b55d79fe821d115884c3b --- /dev/null +++ b/texts/d8660a0d-ed1f-469a-aa34-ad5e521da4ae.txt @@ -0,0 +1 @@ +Can Maine Coon, the friend of Orange Cat, share a warm glass of wine with his humble abode? \ No newline at end of file diff --git a/texts/d86791d4-030b-4656-9bf8-ee034606b00c.txt b/texts/d86791d4-030b-4656-9bf8-ee034606b00c.txt new file mode 100644 index 0000000000000000000000000000000000000000..009becd7942827320f497e68e040ebe55e16144a --- /dev/null +++ b/texts/d86791d4-030b-4656-9bf8-ee034606b00c.txt @@ -0,0 +1 @@ +A white cat with its back to the camera, with angel wings sprouting from its back, shimmering in the sunlight \ No newline at end of file diff --git a/texts/d86a9fb6-e746-4891-874a-f52cb0d67e9a.txt b/texts/d86a9fb6-e746-4891-874a-f52cb0d67e9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd3c0e0ee6bfa05e12be13c2bf47dcb8269bda14 --- /dev/null +++ b/texts/d86a9fb6-e746-4891-874a-f52cb0d67e9a.txt @@ -0,0 +1 @@ +A cute fat raccoon wearing cool sunglasses, DJing in front of a huge Christmas tree in his living room. \ No newline at end of file diff --git a/texts/d879aac3-2456-41dd-b540-79f3ccdc8a8b.txt b/texts/d879aac3-2456-41dd-b540-79f3ccdc8a8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b67e715ecc74ecec43753b8ce4d3515d8db0cfdc --- /dev/null +++ b/texts/d879aac3-2456-41dd-b540-79f3ccdc8a8b.txt @@ -0,0 +1 @@ +two cats in snow and there is a line of words on the snowy ground: "22, I love you." \ No newline at end of file diff --git a/texts/d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968.txt b/texts/d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5c70af52daa60c7bdfdf9077b6d674a36b6d6a5 --- /dev/null +++ b/texts/d87bbc41-fd3a-4413-9e2a-5ec1ddaa9968.txt @@ -0,0 +1 @@ +a puppy shetland sheepdog (color is sable and white) in snow \ No newline at end of file diff --git a/texts/d88aade7-7d0b-4f06-be1d-cbac16b64a57.txt b/texts/d88aade7-7d0b-4f06-be1d-cbac16b64a57.txt new file mode 100644 index 0000000000000000000000000000000000000000..32a1aa3acbef0dee79ad70518f36b9de6c856d06 --- /dev/null +++ b/texts/d88aade7-7d0b-4f06-be1d-cbac16b64a57.txt @@ -0,0 +1 @@ +Bichon in the snow \ No newline at end of file diff --git a/texts/d88f7be2-2b3e-44c6-ac10-49bcaeccb460.txt b/texts/d88f7be2-2b3e-44c6-ac10-49bcaeccb460.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cf3ad75e37d1cf31800cde06fce5d0eaaee282a --- /dev/null +++ b/texts/d88f7be2-2b3e-44c6-ac10-49bcaeccb460.txt @@ -0,0 +1 @@ +A jelly cat piglet playing drums in the snow \ No newline at end of file diff --git a/texts/d8b97fa7-3a3f-418d-b681-f25ca3708e56.txt b/texts/d8b97fa7-3a3f-418d-b681-f25ca3708e56.txt new file mode 100644 index 0000000000000000000000000000000000000000..27e020cac73980e4b4a6253d2216ec8eed033f32 --- /dev/null +++ b/texts/d8b97fa7-3a3f-418d-b681-f25ca3708e56.txt @@ -0,0 +1 @@ +There is a Hello Kitty doll in the snow, with aurora behind it and the word "ESTHER" engraved on the snow \ No newline at end of file diff --git a/texts/d8ba5908-2d1e-482c-8018-0f81babc25dc.txt b/texts/d8ba5908-2d1e-482c-8018-0f81babc25dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..23f17c8aa710c603416daea71413c7f2b3176d4d --- /dev/null +++ b/texts/d8ba5908-2d1e-482c-8018-0f81babc25dc.txt @@ -0,0 +1 @@ +It's snowing lightly, the sky is pitch black, and there's a little cat looking at the camera. \ No newline at end of file diff --git a/texts/d8bc0318-852c-4624-b41e-fd63924af55e.txt b/texts/d8bc0318-852c-4624-b41e-fd63924af55e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae187cc5036ad8d5e58e7e057072f12a32195edb --- /dev/null +++ b/texts/d8bc0318-852c-4624-b41e-fd63924af55e.txt @@ -0,0 +1 @@ +A raccoon was eating popcorn and watching TV \ No newline at end of file diff --git a/texts/d8cd7234-3fdf-415f-a024-1573385e21a0.txt b/texts/d8cd7234-3fdf-415f-a024-1573385e21a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d0cd0aa6a5133470a81b88230da97049ef09e3a --- /dev/null +++ b/texts/d8cd7234-3fdf-415f-a024-1573385e21a0.txt @@ -0,0 +1 @@ +In the snow, a smiling brown American Shorthair cat is playing by the Christmas tree \ No newline at end of file diff --git a/texts/d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0.txt b/texts/d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d9436e13af4a1f008c5f9c9f0069a462aac2b9f --- /dev/null +++ b/texts/d8cdbfa6-7ff8-4415-a482-5c5c917e1fd0.txt @@ -0,0 +1 @@ +A milky white long-haired kitten with yellow wings stood on a window sill Looking at some yellow butterflies and white snow and trees outside the windowite snow \ No newline at end of file diff --git a/texts/d8da80a3-475c-4256-8e19-b67335d02e8d.txt b/texts/d8da80a3-475c-4256-8e19-b67335d02e8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bcc0d853d9a8be972a5426cf1132101ffe7fb27 --- /dev/null +++ b/texts/d8da80a3-475c-4256-8e19-b67335d02e8d.txt @@ -0,0 +1 @@ +lion, new year day \ No newline at end of file diff --git a/texts/d8e28a8a-3e42-47a3-ba3c-064ef8930b5c.txt b/texts/d8e28a8a-3e42-47a3-ba3c-064ef8930b5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad2a58696b0f85c4dae20f17ffa2861177716e6d --- /dev/null +++ b/texts/d8e28a8a-3e42-47a3-ba3c-064ef8930b5c.txt @@ -0,0 +1 @@ +A HelloKitty wearing a pink wedding dress, sit on the beach in Maldives. On the sand, she wrote "I love u,cui hu". She was very beautiful and lovely. \ No newline at end of file diff --git a/texts/d8e3a69a-8428-447e-8350-be7e72a6bb0d.txt b/texts/d8e3a69a-8428-447e-8350-be7e72a6bb0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..36bcd4f8da081c6a8b1c9574bb9e9cf1af529474 --- /dev/null +++ b/texts/d8e3a69a-8428-447e-8350-be7e72a6bb0d.txt @@ -0,0 +1 @@ +In the snow, in a snowy field, there are many stars in the sky, a silver kitten with transparent wings, and the three letters cxx \ No newline at end of file diff --git a/texts/d8e6254d-94eb-41f6-bbf7-57d9c9d2df54.txt b/texts/d8e6254d-94eb-41f6-bbf7-57d9c9d2df54.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5101e20a71a1c98ac41b644e1ecf2ed9c5cf529 --- /dev/null +++ b/texts/d8e6254d-94eb-41f6-bbf7-57d9c9d2df54.txt @@ -0,0 +1 @@ +Hello Kitty doll set on the snow in frorest .The letter xuyao is printed on the snow.Fireworks, aurora, seaside, Christmas \ No newline at end of file diff --git a/texts/d8ea2218-2e13-4820-8d82-79ba4adf7127.txt b/texts/d8ea2218-2e13-4820-8d82-79ba4adf7127.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6ae8fa61ef8ef7f3941b11057580d7ae63fe328 --- /dev/null +++ b/texts/d8ea2218-2e13-4820-8d82-79ba4adf7127.txt @@ -0,0 +1 @@ +If you want to learn from the immortals, the crane will fly in the sky, and the stone will become gold. \ No newline at end of file diff --git a/texts/d8eb1637-0a50-4607-908a-3a696d3062cb.txt b/texts/d8eb1637-0a50-4607-908a-3a696d3062cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..05dececa82a29cfc57cde7b3e76e392ea8698cad --- /dev/null +++ b/texts/d8eb1637-0a50-4607-908a-3a696d3062cb.txt @@ -0,0 +1 @@ +The British Shorthair and the Ragdoll Cat holding a pineapple, wearing wings and flying in the sky, with a sunset and a beautiful sunset in the background. \ No newline at end of file diff --git a/texts/d8f7a22c-5359-4fd1-a0ce-f752340f99cf.txt b/texts/d8f7a22c-5359-4fd1-a0ce-f752340f99cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdc4b748360a910c48e1d5103b5d8806dcf2c5a9 --- /dev/null +++ b/texts/d8f7a22c-5359-4fd1-a0ce-f752340f99cf.txt @@ -0,0 +1 @@ +long haired punk non-binary gender-neutral knight wielding sword against minster \ No newline at end of file diff --git a/texts/d8fc5a2f-168e-4819-a69e-4096b5cd60b8.txt b/texts/d8fc5a2f-168e-4819-a69e-4096b5cd60b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b2ed261bfbd09ad23b32081dd296e9ca686226d --- /dev/null +++ b/texts/d8fc5a2f-168e-4819-a69e-4096b5cd60b8.txt @@ -0,0 +1 @@ +smartphone with message \ No newline at end of file diff --git a/texts/d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0.txt b/texts/d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c1a9b3824a12ad1512f9832099b5ef0012b7a05 --- /dev/null +++ b/texts/d8fd2b07-1094-4b79-bae0-e1d9ea9ccbb0.txt @@ -0,0 +1 @@ +A brown toy poodle wearing sunglasses and a pearl necklace is driving a vintage convertible, near the beach \ No newline at end of file diff --git a/texts/d90d8654-51d8-4a9b-93c2-48662fcbc26d.txt b/texts/d90d8654-51d8-4a9b-93c2-48662fcbc26d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f395ef306005d8cb33fa074b4971e23fe664b2ca --- /dev/null +++ b/texts/d90d8654-51d8-4a9b-93c2-48662fcbc26d.txt @@ -0,0 +1 @@ +A hello kitty sits in the snow and it says hzd on the snow. \ No newline at end of file diff --git a/texts/d913e2b6-3da7-4036-8d7d-662f6c4a36a4.txt b/texts/d913e2b6-3da7-4036-8d7d-662f6c4a36a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b33a956f4d129bbdc067ce991b268470e0ed62d --- /dev/null +++ b/texts/d913e2b6-3da7-4036-8d7d-662f6c4a36a4.txt @@ -0,0 +1 @@ +The Hello Kitty doll is wearing pink clothes, a pink bow, and black headphones. It is holding a burning sparkler and sitting on the snow. Beside it, on the snow, it says "WYY YXD", creating a romantic and warm atmosphere. The background is a seaside at night, with some lights on the sea surface, adding a sense of tranquility. \ No newline at end of file diff --git a/texts/d918b580-6a3f-47c7-b043-ca9b37954c1d.txt b/texts/d918b580-6a3f-47c7-b043-ca9b37954c1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb13ab1f8fb107859d69119c028cdebce2d64b19 --- /dev/null +++ b/texts/d918b580-6a3f-47c7-b043-ca9b37954c1d.txt @@ -0,0 +1 @@ +snow night, a golden retriever puppy, a big chistmas tree, fireworks in the sky sea.three letters HZT is printing on the snowfield.they are outside, near the sea. the dog is wearing chistmas hat \ No newline at end of file diff --git a/texts/d918f6a1-94fd-4b09-92fd-7dae3f7355a2.txt b/texts/d918f6a1-94fd-4b09-92fd-7dae3f7355a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..31985e9074b151d076202dd12518c053320c18d0 --- /dev/null +++ b/texts/d918f6a1-94fd-4b09-92fd-7dae3f7355a2.txt @@ -0,0 +1 @@ +A surreal meadow bathed in golden twilight, surrounded by impossibly tall, glowing wildflowers. A small black cat with piercing golden eyes sits atop a moss-covered stone, watching as the flowers bend unnaturally toward it. The sky is fragmented with floating shards of light, and distant chanting echoes faintly. \ No newline at end of file diff --git a/texts/d91cff87-1607-4682-bca4-ac667a40438f.txt b/texts/d91cff87-1607-4682-bca4-ac667a40438f.txt new file mode 100644 index 0000000000000000000000000000000000000000..403cd373c2df2aff49ee0beb07e52153ae09d1a6 --- /dev/null +++ b/texts/d91cff87-1607-4682-bca4-ac667a40438f.txt @@ -0,0 +1 @@ +A adorable and happy West Highland dog wearing a Christmas hat sits in front of a Christmas tree in the snow. \ No newline at end of file diff --git a/texts/d9228d19-1833-4c32-ac0c-b99ea769f3d6.txt b/texts/d9228d19-1833-4c32-ac0c-b99ea769f3d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..222636c29412abd545019c7d138ceaf247970587 --- /dev/null +++ b/texts/d9228d19-1833-4c32-ac0c-b99ea769f3d6.txt @@ -0,0 +1 @@ +A dog is singing in Atlantic \ No newline at end of file diff --git a/texts/d9231e7f-b9aa-4353-ab73-0ec3ac25f698.txt b/texts/d9231e7f-b9aa-4353-ab73-0ec3ac25f698.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e696eb9bb6b97ddb34ab13e009b7e4405b24c21 --- /dev/null +++ b/texts/d9231e7f-b9aa-4353-ab73-0ec3ac25f698.txt @@ -0,0 +1 @@ +Totoro bus on fighter with sun glasses in cool style \ No newline at end of file diff --git a/texts/d92ae3cc-e6df-4c63-b535-17649fcf0b18.txt b/texts/d92ae3cc-e6df-4c63-b535-17649fcf0b18.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf7503b6a7d3a469459699a604234e6c6fe22512 --- /dev/null +++ b/texts/d92ae3cc-e6df-4c63-b535-17649fcf0b18.txt @@ -0,0 +1 @@ +"Sonam" with black rosy and Diamond \ No newline at end of file diff --git a/texts/d934a660-8d85-469f-b6ba-b53b4da49425.txt b/texts/d934a660-8d85-469f-b6ba-b53b4da49425.txt new file mode 100644 index 0000000000000000000000000000000000000000..b99b96fdae14776d5e14e525dd742b33d608b850 --- /dev/null +++ b/texts/d934a660-8d85-469f-b6ba-b53b4da49425.txt @@ -0,0 +1 @@ +A cat dressed like Taylor Swift \ No newline at end of file diff --git a/texts/d93b2b93-3a99-4d3a-afaa-f83ea73f45dc.txt b/texts/d93b2b93-3a99-4d3a-afaa-f83ea73f45dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f7d9cb7b1844565c36eb0c087ec6b7e68c6a54c --- /dev/null +++ b/texts/d93b2b93-3a99-4d3a-afaa-f83ea73f45dc.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon \ No newline at end of file diff --git a/texts/d93c87a3-e191-48d7-8544-ad5e01c09aea.txt b/texts/d93c87a3-e191-48d7-8544-ad5e01c09aea.txt new file mode 100644 index 0000000000000000000000000000000000000000..817ea27ecb715bc6de3ffdcbb30afa10aef4b008 --- /dev/null +++ b/texts/d93c87a3-e191-48d7-8544-ad5e01c09aea.txt @@ -0,0 +1 @@ +Hello kitty is skatebording on the way to the company \ No newline at end of file diff --git a/texts/d95376d9-9166-4da3-beb1-58b8b7abd3da.txt b/texts/d95376d9-9166-4da3-beb1-58b8b7abd3da.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f87e35dcd6c7602a3ccadf916ccb6c9cd179c54 --- /dev/null +++ b/texts/d95376d9-9166-4da3-beb1-58b8b7abd3da.txt @@ -0,0 +1 @@ +The puppy is sitting on the snowy beach, and the text "WY" is written on the snow. \ No newline at end of file diff --git a/texts/d95b7292-dc37-4397-8847-66d62dd76184.txt b/texts/d95b7292-dc37-4397-8847-66d62dd76184.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f59269bb7b53618a13cff922f86ddc05a43947f --- /dev/null +++ b/texts/d95b7292-dc37-4397-8847-66d62dd76184.txt @@ -0,0 +1 @@ +The sunset, the beach, a hello Kitty doll sitting on the beach, and "luvzz" is written on the beach. \ No newline at end of file diff --git a/texts/d95f2b69-5844-40b7-a59a-b91c78c8931f.txt b/texts/d95f2b69-5844-40b7-a59a-b91c78c8931f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a8ef6e5025a60f3d276ffa743998f4e68cb602d --- /dev/null +++ b/texts/d95f2b69-5844-40b7-a59a-b91c78c8931f.txt @@ -0,0 +1 @@ +There are Artificial rockery ,velvet curtains,beautiful flowers ,palm trees ,lake ,ancient pavilion ,penguins .The sky is pink and purple . \ No newline at end of file diff --git a/texts/d9658b96-4bca-4858-a432-864046146f31.txt b/texts/d9658b96-4bca-4858-a432-864046146f31.txt new file mode 100644 index 0000000000000000000000000000000000000000..d675dcd04e4e9771ab7dc0b571547c06f61170cb --- /dev/null +++ b/texts/d9658b96-4bca-4858-a432-864046146f31.txt @@ -0,0 +1 @@ +Bear sits at a surreal Christmas dinner table in an infinite snowy field. The scene is illuminated by floating candles, with snow gently falling under a pastel and neon sky. \ No newline at end of file diff --git a/texts/d967ba8a-6afb-46ff-8974-ff84224f9f40.txt b/texts/d967ba8a-6afb-46ff-8974-ff84224f9f40.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d875fcdb39c3b9690bd50bcb25cb44cf7475e3a --- /dev/null +++ b/texts/d967ba8a-6afb-46ff-8974-ff84224f9f40.txt @@ -0,0 +1 @@ +Six different breeds of dogs are attending classes in the classroom, with each dog sitting at their own desk and various cute decorations on the back blackboard \ No newline at end of file diff --git a/texts/d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98.txt b/texts/d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98.txt new file mode 100644 index 0000000000000000000000000000000000000000..55b4e2df4a99ea017344ec52fa0066fca4710c5f --- /dev/null +++ b/texts/d9762ddc-8fe6-4f89-adb1-f5b7f0ebfc98.txt @@ -0,0 +1 @@ +There was a sparkling fountain, with phoenixes and dragons, and musical notes floating in the air \ No newline at end of file diff --git a/texts/d9792882-eea3-4f52-a605-c13b3e15d041.txt b/texts/d9792882-eea3-4f52-a605-c13b3e15d041.txt new file mode 100644 index 0000000000000000000000000000000000000000..06c99006eed66b2c759f3e241e9d56784d5d941b --- /dev/null +++ b/texts/d9792882-eea3-4f52-a605-c13b3e15d041.txt @@ -0,0 +1 @@ +Release the text version of P1: On a snowy night, there is a sea in the distance, a white Kitty cat wearing a Christmas hat, next to a Christmas tree, with "WY" written on the snow and traces of cat claws. A melancholic blue night scene with dreamy effects of light particles and high color saturation. \ No newline at end of file diff --git a/texts/d979afc7-f14a-4b8e-9db3-d37219e8695f.txt b/texts/d979afc7-f14a-4b8e-9db3-d37219e8695f.txt new file mode 100644 index 0000000000000000000000000000000000000000..72116263edb9ec322b71fb11bd064e4857a3906a --- /dev/null +++ b/texts/d979afc7-f14a-4b8e-9db3-d37219e8695f.txt @@ -0,0 +1 @@ +A cat works in the company \ No newline at end of file diff --git a/texts/d97ec654-2536-4770-bf96-62ae88b7b60f.txt b/texts/d97ec654-2536-4770-bf96-62ae88b7b60f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b52063e5dc7f940d3c55d475a6c06afe23b52338 --- /dev/null +++ b/texts/d97ec654-2536-4770-bf96-62ae88b7b60f.txt @@ -0,0 +1 @@ + white Old English Sheepdog , wearing sunglasses, having a cocktale, by the beach in spain \ No newline at end of file diff --git a/texts/d9854c83-cf82-4cf7-922f-efcb09702598.txt b/texts/d9854c83-cf82-4cf7-922f-efcb09702598.txt new file mode 100644 index 0000000000000000000000000000000000000000..8640719a72f3b5895850e051830b78909472d095 --- /dev/null +++ b/texts/d9854c83-cf82-4cf7-922f-efcb09702598.txt @@ -0,0 +1 @@ +A rifle made of bones \ No newline at end of file diff --git a/texts/d98879e6-0c91-4d52-88a9-0dd72b236a0d.txt b/texts/d98879e6-0c91-4d52-88a9-0dd72b236a0d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6fb7bc2874f7c7859a2e50b525d129dc31c7157 --- /dev/null +++ b/texts/d98879e6-0c91-4d52-88a9-0dd72b236a0d.txt @@ -0,0 +1 @@ +On a snowy night, the vast snow. There is the sea in the distance, a white HelloKitty doll wearing a Christmas hat and a Christmas skirt, next to it is a Christmas tree, and there are traces of "zxc" and traces of cat claws in the snow. Melancholy blue night scene, with the dreamy effect of light particles, high color saturation \ No newline at end of file diff --git a/texts/d98f8c16-0809-4849-8fb9-749db3e8366d.txt b/texts/d98f8c16-0809-4849-8fb9-749db3e8366d.txt new file mode 100644 index 0000000000000000000000000000000000000000..86d061b1747916cd1909dc9bc204f048958a50e7 --- /dev/null +++ b/texts/d98f8c16-0809-4849-8fb9-749db3e8366d.txt @@ -0,0 +1 @@ +Make a big open eye looking down hostilely onto Moscow city from the sky. The city of Moscow is in dystopian style \ No newline at end of file diff --git a/texts/d993077a-87db-42f3-b475-d26e60ac5dae.txt b/texts/d993077a-87db-42f3-b475-d26e60ac5dae.txt new file mode 100644 index 0000000000000000000000000000000000000000..7966f43b4318703d1c04aac92fe020cde1af644b --- /dev/null +++ b/texts/d993077a-87db-42f3-b475-d26e60ac5dae.txt @@ -0,0 +1 @@ +Create an image featuring a small kitten adorned with a Ribbon, sitting on a snowy landscape. The snow should have the words 'Welcome to the Salty World' written on it. Surround the kitten with an array of wrapped gifts. Above, the sky should be filled with falling glitter, adding a magical touch to the scene. \ No newline at end of file diff --git a/texts/d99a54dc-424a-4bcb-8bb0-39b8b219a0e2.txt b/texts/d99a54dc-424a-4bcb-8bb0-39b8b219a0e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f43ae1c33182fedd2cdd09ee1791f9105e44aee3 --- /dev/null +++ b/texts/d99a54dc-424a-4bcb-8bb0-39b8b219a0e2.txt @@ -0,0 +1 @@ +A cute little pig and a cute little blue whale watch fireworks together in the snow. \ No newline at end of file diff --git a/texts/d9a1d70d-e672-44a5-b430-79d00e32fcf1.txt b/texts/d9a1d70d-e672-44a5-b430-79d00e32fcf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa390430bac16db623d8c828c8527798b75607c5 --- /dev/null +++ b/texts/d9a1d70d-e672-44a5-b430-79d00e32fcf1.txt @@ -0,0 +1 @@ +A real crocodile wearing sunglasses is sitting on the bed playing computer games with Christmas gifts next to him \ No newline at end of file diff --git a/texts/d9a29c12-03a2-4267-9867-0a90588eff32.txt b/texts/d9a29c12-03a2-4267-9867-0a90588eff32.txt new file mode 100644 index 0000000000000000000000000000000000000000..3969e9cd0d196110378918bbc9860795caa622b4 --- /dev/null +++ b/texts/d9a29c12-03a2-4267-9867-0a90588eff32.txt @@ -0,0 +1 @@ +hallo kitty swimingin the kitchen with vegetable \ No newline at end of file diff --git a/texts/d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec.txt b/texts/d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..76c6e0958e7111a97788bfa9676f3592ead6e6a0 --- /dev/null +++ b/texts/d9a2c02e-8b8c-432e-b37d-bc8fd6da98ec.txt @@ -0,0 +1 @@ +A large grey fluffy cashmere scarf with light reflection \ No newline at end of file diff --git a/texts/d9aa6fd0-5ffa-4760-89d8-e45aec635b34.txt b/texts/d9aa6fd0-5ffa-4760-89d8-e45aec635b34.txt new file mode 100644 index 0000000000000000000000000000000000000000..77e2d1d4acb28888eb4cc2cf2daef18f3c60018c --- /dev/null +++ b/texts/d9aa6fd0-5ffa-4760-89d8-e45aec635b34.txt @@ -0,0 +1 @@ +A humanoid teddy bear with sunglasses sat in front of the Macbook and drank coffee leisurely. \ No newline at end of file diff --git a/texts/d9ad317d-966f-4d9e-86cc-024829033823.txt b/texts/d9ad317d-966f-4d9e-86cc-024829033823.txt new file mode 100644 index 0000000000000000000000000000000000000000..519d59d06ffae2ee21481bafbfaba4de215361f5 --- /dev/null +++ b/texts/d9ad317d-966f-4d9e-86cc-024829033823.txt @@ -0,0 +1 @@ +butterfly \ No newline at end of file diff --git a/texts/d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b.txt b/texts/d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b.txt new file mode 100644 index 0000000000000000000000000000000000000000..95a37f9561a5c4bbefadd04b29040e1b8b47e13b --- /dev/null +++ b/texts/d9b11f66-0b2b-4cab-8bf0-b0b86b9d452b.txt @@ -0,0 +1 @@ +A kitten is holding a huge birthday cake with the decorative lettering "NRQ". There are scattered gifts of all sizes on the snowy ground. The overall style is retro and romantic. \ No newline at end of file diff --git a/texts/d9b82ecd-0a05-41bb-8b66-ec1bb688dd58.txt b/texts/d9b82ecd-0a05-41bb-8b66-ec1bb688dd58.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec4ce35f6610903efe7a4817690a1c4f329428b2 --- /dev/null +++ b/texts/d9b82ecd-0a05-41bb-8b66-ec1bb688dd58.txt @@ -0,0 +1 @@ +A dog is eating pizza \ No newline at end of file diff --git a/texts/d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e.txt b/texts/d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9eed261c4b523ac722456ac5890a475e58a8a06d --- /dev/null +++ b/texts/d9bb88bd-d076-4b6d-aa6b-19a6fe68d14e.txt @@ -0,0 +1 @@ +A hello kitty with a black bow is getting whipped like crazy. \ No newline at end of file diff --git a/texts/d9bea9e8-15d0-4970-8266-bc24849ff057.txt b/texts/d9bea9e8-15d0-4970-8266-bc24849ff057.txt new file mode 100644 index 0000000000000000000000000000000000000000..765a591ddf48f2aa1f618dac4ed27e7761d65528 --- /dev/null +++ b/texts/d9bea9e8-15d0-4970-8266-bc24849ff057.txt @@ -0,0 +1 @@ +A cute fluffy pug puppy wearing a nightcap is woken up by the alarm clock \ No newline at end of file diff --git a/texts/d9c12bb3-5689-4912-8a89-6f80e5396a27.txt b/texts/d9c12bb3-5689-4912-8a89-6f80e5396a27.txt new file mode 100644 index 0000000000000000000000000000000000000000..e98c2de3ef10aed48fb7fa0f4e47d9694aa227eb --- /dev/null +++ b/texts/d9c12bb3-5689-4912-8a89-6f80e5396a27.txt @@ -0,0 +1 @@ +Under the aurora stood a dog \ No newline at end of file diff --git a/texts/d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79.txt b/texts/d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b608f74167eb2ce9e076945f8c05107a23b4dd6 --- /dev/null +++ b/texts/d9c5d6e0-ea67-43e8-a35e-cbbff39c8e79.txt @@ -0,0 +1 @@ +A picture of a little cat looking up at the sky under the Christmas tree. On a snowy day, there are many stars in the sky \ No newline at end of file diff --git a/texts/d9cbeefb-ec7e-4383-ab34-44b61bb406d1.txt b/texts/d9cbeefb-ec7e-4383-ab34-44b61bb406d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..274beb5033afbbf441864361f0f9b634cdf8d8cc --- /dev/null +++ b/texts/d9cbeefb-ec7e-4383-ab34-44b61bb406d1.txt @@ -0,0 +1 @@ +The red panda wearing a Santa hat under the Christmas tree, holding a present \ No newline at end of file diff --git a/texts/d9cc4730-8fc8-4046-8143-14cc995e0ee9.txt b/texts/d9cc4730-8fc8-4046-8143-14cc995e0ee9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2889d85b11d16aa4cf4081e5f6c41c573f5b73c --- /dev/null +++ b/texts/d9cc4730-8fc8-4046-8143-14cc995e0ee9.txt @@ -0,0 +1 @@ +Happy birthday! \ No newline at end of file diff --git a/texts/d9cd956f-aeac-4e47-86cd-eb0245cb123c.txt b/texts/d9cd956f-aeac-4e47-86cd-eb0245cb123c.txt new file mode 100644 index 0000000000000000000000000000000000000000..48254448823442ce8cffcd91e274a078a69e880b --- /dev/null +++ b/texts/d9cd956f-aeac-4e47-86cd-eb0245cb123c.txt @@ -0,0 +1 @@ +The white Samoyed is laughing and playing in the snow in the snowy field. \ No newline at end of file diff --git a/texts/d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3.txt b/texts/d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f9b7f76dbcf56e580f12f47c5443c1ae8496e1 --- /dev/null +++ b/texts/d9d2f1ce-6440-4ad9-9760-ce2cf49fc6f3.txt @@ -0,0 +1 @@ +A West Highland puppy and a ragdoll cat sit in the middle of the snow, the sky is black and there is an aurora \ No newline at end of file diff --git a/texts/d9dc00dc-2829-4ef7-9800-29e113311b0b.txt b/texts/d9dc00dc-2829-4ef7-9800-29e113311b0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..280966822eaa79dc3f38928691e646a6c2a9402f --- /dev/null +++ b/texts/d9dc00dc-2829-4ef7-9800-29e113311b0b.txt @@ -0,0 +1 @@ +man in glasses on white background \ No newline at end of file diff --git a/texts/d9ddfcfc-7692-4953-8a9a-fc1497ddecef.txt b/texts/d9ddfcfc-7692-4953-8a9a-fc1497ddecef.txt new file mode 100644 index 0000000000000000000000000000000000000000..70a1e0619a6a20ea62b87a0e8981e5bf1ee07261 --- /dev/null +++ b/texts/d9ddfcfc-7692-4953-8a9a-fc1497ddecef.txt @@ -0,0 +1 @@ + Hello Kitty wearing red clothes watching volcanic eruption \ No newline at end of file diff --git a/texts/d9e500d4-b711-4eea-8ba4-8abaa31a9f18.txt b/texts/d9e500d4-b711-4eea-8ba4-8abaa31a9f18.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee0ad73adb5c651ac1f77d2c38754166cc273af6 --- /dev/null +++ b/texts/d9e500d4-b711-4eea-8ba4-8abaa31a9f18.txt @@ -0,0 +1 @@ +Seaside Starry Sky Fireworks Snow, Write Sevenseventeen \ No newline at end of file diff --git a/texts/d9ea60f6-e2b3-4a9d-a454-a3da2842a965.txt b/texts/d9ea60f6-e2b3-4a9d-a454-a3da2842a965.txt new file mode 100644 index 0000000000000000000000000000000000000000..965fd257a4b9f91fc7b70b17495e357f42764f0a --- /dev/null +++ b/texts/d9ea60f6-e2b3-4a9d-a454-a3da2842a965.txt @@ -0,0 +1 @@ +A lovely penguin is being lifted up for a photo in front of the Forbidden City. \ No newline at end of file diff --git a/texts/d9ea6d7c-d8f7-462b-9758-dcba4340f964.txt b/texts/d9ea6d7c-d8f7-462b-9758-dcba4340f964.txt new file mode 100644 index 0000000000000000000000000000000000000000..61a1fe15848ee67712caa67d4f547e2d04d93776 --- /dev/null +++ b/texts/d9ea6d7c-d8f7-462b-9758-dcba4340f964.txt @@ -0,0 +1 @@ +In the winter cabin, a black-and-white cat is using a laptop on a sofa covered with a blanket, with a bright, snowy Christmas tree outside the window. Inside, there are Christmas decorations. \ No newline at end of file diff --git a/texts/d9eab735-48dd-4871-9e52-6c09f2fe6329.txt b/texts/d9eab735-48dd-4871-9e52-6c09f2fe6329.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb8d8b0176e1156d357bfe7253c7aaf9fc2aa620 --- /dev/null +++ b/texts/d9eab735-48dd-4871-9e52-6c09f2fe6329.txt @@ -0,0 +1 @@ +A golden tabby is facing me, sitting on the tip of a Christmas tree \ No newline at end of file diff --git a/texts/d9f1fd7f-2417-4298-a8db-1e51361d1337.txt b/texts/d9f1fd7f-2417-4298-a8db-1e51361d1337.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9144e7b073adb1683aa52a966fd5ebaf06007e4 --- /dev/null +++ b/texts/d9f1fd7f-2417-4298-a8db-1e51361d1337.txt @@ -0,0 +1 @@ +A Chinese man wearing a black robe, a golden crown, and a jade pendant at his waist, holding a folding fan in his hand, stands on a high platform overlooking the entire Chinese style hall, his gaze electric and chilling. \ No newline at end of file diff --git a/texts/d9f4c32c-a3e2-4141-9adb-9928de30e7d9.txt b/texts/d9f4c32c-a3e2-4141-9adb-9928de30e7d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac7c0dd6d643501c8dea283e28adb5978e157a0c --- /dev/null +++ b/texts/d9f4c32c-a3e2-4141-9adb-9928de30e7d9.txt @@ -0,0 +1 @@ +A black cat with white limbs sits on the beach facing the sea, looking up at the starry sky at night. 17 is written on the beach behind it. The picture is in a cold tone. \ No newline at end of file diff --git a/texts/d9fb0b50-4730-4ec0-ad44-0d0047638293.txt b/texts/d9fb0b50-4730-4ec0-ad44-0d0047638293.txt new file mode 100644 index 0000000000000000000000000000000000000000..56c727e96d73e78ae4a73dbfa34760b2aa2dcf0b --- /dev/null +++ b/texts/d9fb0b50-4730-4ec0-ad44-0d0047638293.txt @@ -0,0 +1 @@ +A small Hello Kitty on a beach by sea holding a cake with 0228 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/da01fa2b-e350-4a33-a7a9-08bee7d29cb6.txt b/texts/da01fa2b-e350-4a33-a7a9-08bee7d29cb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd08c1ba3762dafb49528387e87d807a7076bc73 --- /dev/null +++ b/texts/da01fa2b-e350-4a33-a7a9-08bee7d29cb6.txt @@ -0,0 +1 @@ +Nights with auroras, forests, snow, puppies in pretty little dresses \ No newline at end of file diff --git a/texts/da1e4305-a971-4619-be0e-8a9bce7878ce.txt b/texts/da1e4305-a971-4619-be0e-8a9bce7878ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..b20fffd4df16a93709e21e36161f7ace5aa9bc7a --- /dev/null +++ b/texts/da1e4305-a971-4619-be0e-8a9bce7878ce.txt @@ -0,0 +1 @@ +Little snow, pure sky, black Scottish terrier wearing a Christmas hat \ No newline at end of file diff --git a/texts/da27154e-c1cc-4317-859d-cbaa92ee6996.txt b/texts/da27154e-c1cc-4317-859d-cbaa92ee6996.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f26b9ed7f78ae554e0efda33bb04d7989a2269e --- /dev/null +++ b/texts/da27154e-c1cc-4317-859d-cbaa92ee6996.txt @@ -0,0 +1 @@ +A little dog was standing by the window, looking out. The deep blue sky outside was snowing lightly \ No newline at end of file diff --git a/texts/da349f1e-f18d-416c-a0be-e061f4bbe786.txt b/texts/da349f1e-f18d-416c-a0be-e061f4bbe786.txt new file mode 100644 index 0000000000000000000000000000000000000000..e23095852d5b2ba34e565bcd75d7e4acc57e0668 --- /dev/null +++ b/texts/da349f1e-f18d-416c-a0be-e061f4bbe786.txt @@ -0,0 +1 @@ +A Pomeranian is drawing with a pen \ No newline at end of file diff --git a/texts/da3a12a0-144f-4596-b71a-637f2fabf00e.txt b/texts/da3a12a0-144f-4596-b71a-637f2fabf00e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0aee93d46f9d9f30f82d0cc39c41526098b36a75 --- /dev/null +++ b/texts/da3a12a0-144f-4596-b71a-637f2fabf00e.txt @@ -0,0 +1 @@ +Fireworks in the snow at night, starry night sky \ No newline at end of file diff --git a/texts/da4cd79b-abe3-44bd-a71f-a74023d97954.txt b/texts/da4cd79b-abe3-44bd-a71f-a74023d97954.txt new file mode 100644 index 0000000000000000000000000000000000000000..342dc6045418be7a06b7567ced7d03d11addc80d --- /dev/null +++ b/texts/da4cd79b-abe3-44bd-a71f-a74023d97954.txt @@ -0,0 +1 @@ +Border Collie with a Christmas hat lying in the snow. it writes XDM on the snow \ No newline at end of file diff --git a/texts/da525b3c-f787-4f51-849d-107e105f1907.txt b/texts/da525b3c-f787-4f51-849d-107e105f1907.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bf564a0eb196cb607f8408c3fa3c1e6dd5abf20 --- /dev/null +++ b/texts/da525b3c-f787-4f51-849d-107e105f1907.txt @@ -0,0 +1 @@ +Light gery Schnauzer drinking coffee in Disney on a snowy night \ No newline at end of file diff --git a/texts/da749db3-e948-4dc0-9162-4a3f74e1897b.txt b/texts/da749db3-e948-4dc0-9162-4a3f74e1897b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f185c22988effb4cfc8a1281c4c126129a963dcc --- /dev/null +++ b/texts/da749db3-e948-4dc0-9162-4a3f74e1897b.txt @@ -0,0 +1 @@ +A white kitten with blue eyes, adorned with a pink butterfly on its back, is sideways to a white cake, with a joyful expression as if making a wish. The background features the base of Mount Fuji, with the ground covered in pristine snow, on which the phrase 'are u ok' is written. At the foot of the mountain, there is a dense forest where the land meets the snow. The scene is devoid of any human presence. \ No newline at end of file diff --git a/texts/da76213c-0dda-4774-9e33-1f994c99c83c.txt b/texts/da76213c-0dda-4774-9e33-1f994c99c83c.txt new file mode 100644 index 0000000000000000000000000000000000000000..53b0593c94961b3459790cebacb7eeb70653e883 --- /dev/null +++ b/texts/da76213c-0dda-4774-9e33-1f994c99c83c.txt @@ -0,0 +1 @@ +a kuromi holds a cigarette and watches firework in snow \ No newline at end of file diff --git a/texts/da77e37f-b6e7-44ae-a4da-aae36c1e84d5.txt b/texts/da77e37f-b6e7-44ae-a4da-aae36c1e84d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aca7a2942298620216d21c3b48a958cdeda1e7e --- /dev/null +++ b/texts/da77e37f-b6e7-44ae-a4da-aae36c1e84d5.txt @@ -0,0 +1 @@ +Monsters in Ultraman are destroying tokyo in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/da7fe771-b399-4ed9-975e-fceceafdb651.txt b/texts/da7fe771-b399-4ed9-975e-fceceafdb651.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb6fe37bca8fd44a682bec1883700b93e4d7b483 --- /dev/null +++ b/texts/da7fe771-b399-4ed9-975e-fceceafdb651.txt @@ -0,0 +1 @@ +Miffy under Christmas tree with blue wallpaper \ No newline at end of file diff --git a/texts/da8105ff-8ba4-4b7c-a94e-e8c757d10c9f.txt b/texts/da8105ff-8ba4-4b7c-a94e-e8c757d10c9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..787f29cafabb996c383d2623b8acdde486ddfa28 --- /dev/null +++ b/texts/da8105ff-8ba4-4b7c-a94e-e8c757d10c9f.txt @@ -0,0 +1 @@ +It was snowing heavily outside and gh was written on the window \ No newline at end of file diff --git a/texts/da82d145-e978-4ac2-9429-ba424af487dc.txt b/texts/da82d145-e978-4ac2-9429-ba424af487dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0d5c465ed627216c2b2c917bcbd93df19342a0a --- /dev/null +++ b/texts/da82d145-e978-4ac2-9429-ba424af487dc.txt @@ -0,0 +1 @@ +Hello kitty detective, cigarettees, fuji mountain. Fireworks, marshmallows \ No newline at end of file diff --git a/texts/da99ebfa-05bc-403d-a137-717fea2166bd.txt b/texts/da99ebfa-05bc-403d-a137-717fea2166bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..b62503fea91dd511bb2fff272efb8b22a6469eee --- /dev/null +++ b/texts/da99ebfa-05bc-403d-a137-717fea2166bd.txt @@ -0,0 +1 @@ +Relistic Bunny with chrismas cake, and candles \ No newline at end of file diff --git a/texts/da9dc5bf-067d-4815-a6ff-dc1bb7bb090e.txt b/texts/da9dc5bf-067d-4815-a6ff-dc1bb7bb090e.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d6eddfed28579a611995a035d5cdc4a43038495 --- /dev/null +++ b/texts/da9dc5bf-067d-4815-a6ff-dc1bb7bb090e.txt @@ -0,0 +1 @@ +Light snow Christmas tree Miffy rabbit transparent wings in the snow \ No newline at end of file diff --git a/texts/daa14df0-75f7-497d-85b5-f406ac602c2f.txt b/texts/daa14df0-75f7-497d-85b5-f406ac602c2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a83bbb2c421d029673796209dd572ee933262634 --- /dev/null +++ b/texts/daa14df0-75f7-497d-85b5-f406ac602c2f.txt @@ -0,0 +1 @@ +Pom Pom Purin lay in the snow.Wearing a knitted hat \ No newline at end of file diff --git a/texts/dab55364-a7e7-434b-8401-d3ad34df3da1.txt b/texts/dab55364-a7e7-434b-8401-d3ad34df3da1.txt new file mode 100644 index 0000000000000000000000000000000000000000..018aab0f427473d24fbe63d9ca958cdea11cb039 --- /dev/null +++ b/texts/dab55364-a7e7-434b-8401-d3ad34df3da1.txt @@ -0,0 +1 @@ +Hello Kitty, Eiffel Tower, Lights and Wine, Scarf, Snow \ No newline at end of file diff --git a/texts/dab8caf8-bf95-401f-8964-7eee310fc745.txt b/texts/dab8caf8-bf95-401f-8964-7eee310fc745.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ab17d7ef354f0ccf7da3fa05f16d05268c181e9 --- /dev/null +++ b/texts/dab8caf8-bf95-401f-8964-7eee310fc745.txt @@ -0,0 +1 @@ +My love is like a cigarette I smoke, when I smoked the last one she will go, but I want to quit smoking has been attached to the last one regret to buy a packet of cigarettes. \ No newline at end of file diff --git a/texts/dabbc8c3-546d-4ee5-bda3-79e0c1b486ce.txt b/texts/dabbc8c3-546d-4ee5-bda3-79e0c1b486ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..1af6cecd10c9c307388c18b229d999d883d170b3 --- /dev/null +++ b/texts/dabbc8c3-546d-4ee5-bda3-79e0c1b486ce.txt @@ -0,0 +1 @@ +winnie the pooh toy drinking coffee by the side of west lake in hangzhou \ No newline at end of file diff --git a/texts/dabff1e4-b612-4cab-a0c5-647d81211891.txt b/texts/dabff1e4-b612-4cab-a0c5-647d81211891.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5055bc64cda5476cbe4c82e5996343d5707159c --- /dev/null +++ b/texts/dabff1e4-b612-4cab-a0c5-647d81211891.txt @@ -0,0 +1 @@ +Kuromi,chocolate ,winter ,warm,dream \ No newline at end of file diff --git a/texts/dac1ea70-d3ce-4d66-be2e-c389b904aec0.txt b/texts/dac1ea70-d3ce-4d66-be2e-c389b904aec0.txt new file mode 100644 index 0000000000000000000000000000000000000000..248ef03f2d8a3732c047c0d51913a9f89020714d --- /dev/null +++ b/texts/dac1ea70-d3ce-4d66-be2e-c389b904aec0.txt @@ -0,0 +1 @@ +Hello Kitty is at the foot of Mount Fuji \ No newline at end of file diff --git a/texts/dac22b9e-45d7-4ac7-87e0-526aa3409a8e.txt b/texts/dac22b9e-45d7-4ac7-87e0-526aa3409a8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..addafe52468c491d8d2fb2a63e8dc53e20f160bc --- /dev/null +++ b/texts/dac22b9e-45d7-4ac7-87e0-526aa3409a8e.txt @@ -0,0 +1 @@ + A medieval parchment letter with a wax seal, lying on a wooden table beside a quill pen and an inkpot, in a dimly lit study room with a fireplace and old bookshelves. \ No newline at end of file diff --git a/texts/daca3c02-42e9-43d8-9e6f-ac3a3f13ef44.txt b/texts/daca3c02-42e9-43d8-9e6f-ac3a3f13ef44.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0870d0aecc310cc22b12f91cd4bce05296c5b96 --- /dev/null +++ b/texts/daca3c02-42e9-43d8-9e6f-ac3a3f13ef44.txt @@ -0,0 +1 @@ +Snowy mountain, a snowy field, an outdoorsy hiker meets a white wolf. \ No newline at end of file diff --git a/texts/dace5c28-96ac-4c03-927b-5f000cf1bb84.txt b/texts/dace5c28-96ac-4c03-927b-5f000cf1bb84.txt new file mode 100644 index 0000000000000000000000000000000000000000..99c5a89355c62a6b4ca2a88c4bc12ec22ff16f06 --- /dev/null +++ b/texts/dace5c28-96ac-4c03-927b-5f000cf1bb84.txt @@ -0,0 +1 @@ +under the Eiffel Tower, a large Mickey Mouse holding a red balloon and holding a birthday cake with the number 1222 on it. \ No newline at end of file diff --git a/texts/dad0327f-dc1a-40a9-a007-ec0a19372e5d.txt b/texts/dad0327f-dc1a-40a9-a007-ec0a19372e5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d83a494e840536a0eef72f53b59beb816327fb0 --- /dev/null +++ b/texts/dad0327f-dc1a-40a9-a007-ec0a19372e5d.txt @@ -0,0 +1 @@ +Doberman wearing a diamond necklace \ No newline at end of file diff --git a/texts/dadf1a2d-9ddf-4333-aea8-5cfae5731296.txt b/texts/dadf1a2d-9ddf-4333-aea8-5cfae5731296.txt new file mode 100644 index 0000000000000000000000000000000000000000..12594003ac3242ab5668f961b4f25734d69492e9 --- /dev/null +++ b/texts/dadf1a2d-9ddf-4333-aea8-5cfae5731296.txt @@ -0,0 +1 @@ +runaway bride in a wasteland at night \ No newline at end of file diff --git a/texts/daec3a71-23d6-4923-932f-89cdf4275fa3.txt b/texts/daec3a71-23d6-4923-932f-89cdf4275fa3.txt new file mode 100644 index 0000000000000000000000000000000000000000..519db2811d4ac124f2db64257991c57828fc4979 --- /dev/null +++ b/texts/daec3a71-23d6-4923-932f-89cdf4275fa3.txt @@ -0,0 +1 @@ +helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background \ No newline at end of file diff --git a/texts/daf39fd2-0d76-4a27-981c-caadad3d2aef.txt b/texts/daf39fd2-0d76-4a27-981c-caadad3d2aef.txt new file mode 100644 index 0000000000000000000000000000000000000000..38173117dac46ff6365cfc726ea601065356558d --- /dev/null +++ b/texts/daf39fd2-0d76-4a27-981c-caadad3d2aef.txt @@ -0,0 +1 @@ +A little white wolf with headphones is reading in the train, and the snow-capped mountains and forests are outside the window. \ No newline at end of file diff --git a/texts/db00307f-5db6-4817-a6c9-e23f0c63f470.txt b/texts/db00307f-5db6-4817-a6c9-e23f0c63f470.txt new file mode 100644 index 0000000000000000000000000000000000000000..04a786095e8eb15b15dc17bcda625fac7bde65d9 --- /dev/null +++ b/texts/db00307f-5db6-4817-a6c9-e23f0c63f470.txt @@ -0,0 +1 @@ +Ultraman and I were having coffee under the Christmas tree \ No newline at end of file diff --git a/texts/db1746d9-4b2e-4261-a787-d2b977a093e7.txt b/texts/db1746d9-4b2e-4261-a787-d2b977a093e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6b4b7878fec61805db5e1be5a865b2be0fcbd38 --- /dev/null +++ b/texts/db1746d9-4b2e-4261-a787-d2b977a093e7.txt @@ -0,0 +1 @@ +A monk stands in front of a burning Japan temple, facing away from the camera a little far \ No newline at end of file diff --git a/texts/db1ad5d9-85df-4aa0-8ad5-41a620b180e1.txt b/texts/db1ad5d9-85df-4aa0-8ad5-41a620b180e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5355bc543e8a6e6116671895aa8cb5d038b0fbdc --- /dev/null +++ b/texts/db1ad5d9-85df-4aa0-8ad5-41a620b180e1.txt @@ -0,0 +1 @@ +Astronauts and Emperor take a walk in the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/db1d118d-3be7-4590-b488-4b8c2837f97a.txt b/texts/db1d118d-3be7-4590-b488-4b8c2837f97a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3f9e1e3e2418139f0d5264e296efd5e28a42fa1 --- /dev/null +++ b/texts/db1d118d-3be7-4590-b488-4b8c2837f97a.txt @@ -0,0 +1 @@ +Black and white demonic milk cat, sitting obediently in the snow, at night , with a light snow falling, with the sky and snow behind. \ No newline at end of file diff --git a/texts/db2623e1-e0c3-4471-aeed-9d06a54ad580.txt b/texts/db2623e1-e0c3-4471-aeed-9d06a54ad580.txt new file mode 100644 index 0000000000000000000000000000000000000000..213f30b0c21f0e0b84bed68444e4d321e027befb --- /dev/null +++ b/texts/db2623e1-e0c3-4471-aeed-9d06a54ad580.txt @@ -0,0 +1 @@ +small snow, Black Night, Planet, a Golden Retriever with Wings \ No newline at end of file diff --git a/texts/db279ab1-55cd-4bda-a970-c7bf2c4febf0.txt b/texts/db279ab1-55cd-4bda-a970-c7bf2c4febf0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6d29b5922c389dda9c389e4c540f77697dfb9b6 --- /dev/null +++ b/texts/db279ab1-55cd-4bda-a970-c7bf2c4febf0.txt @@ -0,0 +1 @@ +lesser panda eat apple and cakes, lots of presents and christmas tree \ No newline at end of file diff --git a/texts/db325d28-69e9-4c27-9f99-16c043b432a8.txt b/texts/db325d28-69e9-4c27-9f99-16c043b432a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..50e5b3e0c5fe2e50c61c5c10e0603bf668ad0754 --- /dev/null +++ b/texts/db325d28-69e9-4c27-9f99-16c043b432a8.txt @@ -0,0 +1 @@ +A small, fluffy owl perched on a tree branch, wearing a little scarf in the autumn forest \ No newline at end of file diff --git a/texts/db33c13b-8451-4120-92a5-47e7e11c3df6.txt b/texts/db33c13b-8451-4120-92a5-47e7e11c3df6.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c601139873866cba6c5e110bdfb7dba5edc9af5 --- /dev/null +++ b/texts/db33c13b-8451-4120-92a5-47e7e11c3df6.txt @@ -0,0 +1 @@ +Two cats wearing party hats celebrating birthday on a couch \ No newline at end of file diff --git a/texts/db475bf8-c547-44ce-83a5-1f50996ae9bc.txt b/texts/db475bf8-c547-44ce-83a5-1f50996ae9bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..143ece6b3421f200bcfca518c2febbd0d3224d6e --- /dev/null +++ b/texts/db475bf8-c547-44ce-83a5-1f50996ae9bc.txt @@ -0,0 +1 @@ +Sydney City Skyscrapers at Night \ No newline at end of file diff --git a/texts/db4c55d7-1fc9-4db2-badf-7c21cfe5b07c.txt b/texts/db4c55d7-1fc9-4db2-badf-7c21cfe5b07c.txt new file mode 100644 index 0000000000000000000000000000000000000000..73e858237740163fe5f6140773cf7c5db968c113 --- /dev/null +++ b/texts/db4c55d7-1fc9-4db2-badf-7c21cfe5b07c.txt @@ -0,0 +1 @@ +A brown and white curly Schnauzer puppy ran through the woods as it rained candy and shooting stars \ No newline at end of file diff --git a/texts/db4ea57e-51be-4b04-b7a3-9e8903a0b60b.txt b/texts/db4ea57e-51be-4b04-b7a3-9e8903a0b60b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0470cbc1edb61e19ca32c93254e58d3156b8e8b9 --- /dev/null +++ b/texts/db4ea57e-51be-4b04-b7a3-9e8903a0b60b.txt @@ -0,0 +1 @@ +an escalator standing alone in the pale white sand desert at dawn in a long distant view \ No newline at end of file diff --git a/texts/db55e9ad-7bca-4457-a0e1-9db7ba21ca17.txt b/texts/db55e9ad-7bca-4457-a0e1-9db7ba21ca17.txt new file mode 100644 index 0000000000000000000000000000000000000000..31936c2f829dfe968275e6deb950bcd13a6a05d1 --- /dev/null +++ b/texts/db55e9ad-7bca-4457-a0e1-9db7ba21ca17.txt @@ -0,0 +1 @@ +The art exhibition under the cloudy sky bridge turned out to be a dream \ No newline at end of file diff --git a/texts/db5a8409-a8a6-4a1d-9579-6be6ba587ff5.txt b/texts/db5a8409-a8a6-4a1d-9579-6be6ba587ff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecbbb2cfbfea310cda65f42607d6a9fbdd9cbecb --- /dev/null +++ b/texts/db5a8409-a8a6-4a1d-9579-6be6ba587ff5.txt @@ -0,0 +1 @@ +A black cow cat is playing under the Christmas tree. \ No newline at end of file diff --git a/texts/db5f6a80-a339-4e56-8759-bf1889b4d8e1.txt b/texts/db5f6a80-a339-4e56-8759-bf1889b4d8e1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a50c71ec5600ac1e2b1bce5535b282cadaf32389 --- /dev/null +++ b/texts/db5f6a80-a339-4e56-8759-bf1889b4d8e1.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,Ariel written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/db75ab1c-12fa-4ee9-908f-df52ecd5fc5a.txt b/texts/db75ab1c-12fa-4ee9-908f-df52ecd5fc5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..514f3020c05d064654908e80d832799021070d56 --- /dev/null +++ b/texts/db75ab1c-12fa-4ee9-908f-df52ecd5fc5a.txt @@ -0,0 +1 @@ +A baby panda swings on a yellow swing in the green forest \ No newline at end of file diff --git a/texts/db760b31-9f25-4ca9-82c6-e8f928d3d1bd.txt b/texts/db760b31-9f25-4ca9-82c6-e8f928d3d1bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7efcdcca31a2a14035147acd3eebe88b922c5a7b --- /dev/null +++ b/texts/db760b31-9f25-4ca9-82c6-e8f928d3d1bd.txt @@ -0,0 +1 @@ +A snowy scene with a castle in Disneyland as the background, fireworks in the sky, and the words "happy birthday to YZZ" written on the snow. Next to it is a plush toy wearing a Christmas hat, Hello Kitty Cat and Stitch, Christmas tree, 3D, retro filter \ No newline at end of file diff --git a/texts/db76deca-66cf-41b8-8360-2b213fa06350.txt b/texts/db76deca-66cf-41b8-8360-2b213fa06350.txt new file mode 100644 index 0000000000000000000000000000000000000000..8037783e5d49751e8ef524f1bc36a03ddee73e92 --- /dev/null +++ b/texts/db76deca-66cf-41b8-8360-2b213fa06350.txt @@ -0,0 +1 @@ +Aurora in the sky, a deer wearing a butterfly knot, with wings, sleeping in the snow, the snow is written DREAM \ No newline at end of file diff --git a/texts/db793f66-a73a-4fb3-9eed-6e0d78d9d2d9.txt b/texts/db793f66-a73a-4fb3-9eed-6e0d78d9d2d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2dcc21be00a5f87d22e3fdb67b3ea7f49d73a39 --- /dev/null +++ b/texts/db793f66-a73a-4fb3-9eed-6e0d78d9d2d9.txt @@ -0,0 +1 @@ +Bernese Mountain Dog puppies, snow, Christmas tree \ No newline at end of file diff --git a/texts/db82d097-5756-4e71-a907-6ed3a29d50bf.txt b/texts/db82d097-5756-4e71-a907-6ed3a29d50bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..3496393437cca0ef26cc773afeaaee890468e16e --- /dev/null +++ b/texts/db82d097-5756-4e71-a907-6ed3a29d50bf.txt @@ -0,0 +1 @@ +A red golden retriever puppy with its tongue hanging out ran on the snowy beach, with its favorite Winnie Pooh doll next to it. A dozen yellow roses were stuck on the snow. In the distant sky, a whale-shaped firework was shining, and there were small yellow butterflies around it. \ No newline at end of file diff --git a/texts/db8553be-b8af-428f-95fa-f82208ed2250.txt b/texts/db8553be-b8af-428f-95fa-f82208ed2250.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c2c501be29e353f46a639a572379f4bd7abfb12 --- /dev/null +++ b/texts/db8553be-b8af-428f-95fa-f82208ed2250.txt @@ -0,0 +1 @@ +Handwritten word "LP & QCW" in the snow, snow, beach, two hellokitty dolls, one is wearing a suit and the other is wearing a skirt standing next to it, drifting snow, the sky is full with fireworks \ No newline at end of file diff --git a/texts/db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b.txt b/texts/db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b.txt new file mode 100644 index 0000000000000000000000000000000000000000..6354ba09a976bfe9148adeb76753c010b8d38bd0 --- /dev/null +++ b/texts/db8cff8e-1b1d-41b1-bb5c-b3bfdcd4c29b.txt @@ -0,0 +1 @@ +There is snow under the purple sky, and there is a big Christmas tree with a butterfly and a stuffed cat next to it \ No newline at end of file diff --git a/texts/dba56e7f-1b4c-4531-b159-e7e3fad45429.txt b/texts/dba56e7f-1b4c-4531-b159-e7e3fad45429.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceb0cc39ba793f106c6f5cfce542300a7f017120 --- /dev/null +++ b/texts/dba56e7f-1b4c-4531-b159-e7e3fad45429.txt @@ -0,0 +1 @@ +A Hello Kitty wearing a wedding dress stands in front of the Christmas tree, with fireworks in the sky \ No newline at end of file diff --git a/texts/dbb197d0-0638-4dcd-8e53-40e86388d9ef.txt b/texts/dbb197d0-0638-4dcd-8e53-40e86388d9ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..efdf4d0db5c0c6fee537d9fad3e5b042f2240e8b --- /dev/null +++ b/texts/dbb197d0-0638-4dcd-8e53-40e86388d9ef.txt @@ -0,0 +1 @@ +a super cute small white cat in a cute pink dress in a luxurious house \ No newline at end of file diff --git a/texts/dbb9040a-57d3-4e96-a970-e814551c6cab.txt b/texts/dbb9040a-57d3-4e96-a970-e814551c6cab.txt new file mode 100644 index 0000000000000000000000000000000000000000..b639126cab2f87105a1c50bda9a067a46984175c --- /dev/null +++ b/texts/dbb9040a-57d3-4e96-a970-e814551c6cab.txt @@ -0,0 +1 @@ +A dreamy environment with pink flowers, pink carpet, pink butterflies, colorful bubbles, the word "YOSH", and a guitar. \ No newline at end of file diff --git a/texts/dbba382d-637b-4b8a-9d15-f37c62d096a7.txt b/texts/dbba382d-637b-4b8a-9d15-f37c62d096a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4220d5eab5085c2d75dc0b36a8e398dbb8fa07a8 --- /dev/null +++ b/texts/dbba382d-637b-4b8a-9d15-f37c62d096a7.txt @@ -0,0 +1 @@ +Outdoors, a Hello Kitty doll sat in front of a Christmas tree full of decorations and lights, writing Ash in the snow, and fireworks blooming in the sky in the distance. \ No newline at end of file diff --git a/texts/dbe3ca88-d081-4337-aa9a-f282298487f8.txt b/texts/dbe3ca88-d081-4337-aa9a-f282298487f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d6fa748d29981bdadb16251d12a5afec72b33f3 --- /dev/null +++ b/texts/dbe3ca88-d081-4337-aa9a-f282298487f8.txt @@ -0,0 +1 @@ +A tiny Samoyed puppy, its fluffy white fur glowing faintly under a vast, swirling sky painted with shades of deep purple and electric blue, reminiscent of Van Gogh's 'Starry Night.' The puppy, shown from behind, takes small, delicate steps toward the horizon, where the stars seem to pulse and stretch into infinity. The scene is set in the quiet of the night, with the puppy barely taking up a fraction of the canvas, creating a sense of vastness and solitude. The dreamlike landscape around it is both calming and eerie, with the stars casting a strange, almost otherworldly glow on the pup's fur, as if it is stepping into a world beyond reality, where the laws of nature are subtly altered. \ No newline at end of file diff --git a/texts/dbe94fca-b7d2-4430-8a31-58598c1c46cb.txt b/texts/dbe94fca-b7d2-4430-8a31-58598c1c46cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..18ceea3607a8159b00f18e1aa25d87d442c4154c --- /dev/null +++ b/texts/dbe94fca-b7d2-4430-8a31-58598c1c46cb.txt @@ -0,0 +1 @@ +hello Kitty in a red dress playing the violin in the forest beside lake on a snowy day , there are stars and fireworks at the night.there are some bling jewelry on the ground \ No newline at end of file diff --git a/texts/dbf249a9-517f-4c30-a79d-1ae7bda394fe.txt b/texts/dbf249a9-517f-4c30-a79d-1ae7bda394fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..74dc897a4fa2c84e2f4a10024cd92bc1b3f7e536 --- /dev/null +++ b/texts/dbf249a9-517f-4c30-a79d-1ae7bda394fe.txt @@ -0,0 +1 @@ +A little yellow hamster is an angel who has his own little snow house \ No newline at end of file diff --git a/texts/dbf60d5e-1acc-49af-a0f3-55bcff20ae45.txt b/texts/dbf60d5e-1acc-49af-a0f3-55bcff20ae45.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cfb26ccd87d94404178354d6459a617e43ac35e --- /dev/null +++ b/texts/dbf60d5e-1acc-49af-a0f3-55bcff20ae45.txt @@ -0,0 +1 @@ +Little wings's puppy is chasing bubbles in the snow. \ No newline at end of file diff --git a/texts/dbf7a61e-5704-4de1-bbad-1c3fec4c5398.txt b/texts/dbf7a61e-5704-4de1-bbad-1c3fec4c5398.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d552d3ac36ba3dd04aedfbbefdaa26866d3319d --- /dev/null +++ b/texts/dbf7a61e-5704-4de1-bbad-1c3fec4c5398.txt @@ -0,0 +1 @@ +Generate a hyper realistic image of a man who is showing his financial proof, 4k \ No newline at end of file diff --git a/texts/dc00ea94-c5b2-4187-bedb-d2f582cdea8f.txt b/texts/dc00ea94-c5b2-4187-bedb-d2f582cdea8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..21017e727694b09d4fae65c3210a0924c64a1779 --- /dev/null +++ b/texts/dc00ea94-c5b2-4187-bedb-d2f582cdea8f.txt @@ -0,0 +1 @@ +a dog with wing and a cat under the volcano in snow day. \ No newline at end of file diff --git a/texts/dc06fd19-69ec-40bb-a83d-457218ab8464.txt b/texts/dc06fd19-69ec-40bb-a83d-457218ab8464.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3391a18a1a3b8faea584eba94214edf55e391fd --- /dev/null +++ b/texts/dc06fd19-69ec-40bb-a83d-457218ab8464.txt @@ -0,0 +1 @@ +Hello Kitty, seaside, Christmas, snow, snow, fireworks, aurora, beach, fairy stick, MYJ&ZSY written in the snow, in the distance is the sea fireworks, the city with blurred lights, angel, Christmas tree, warm and romantic atmosphere, cake, shiny crystal, Christmas The winter scene by the sea with heavy snow at night. The foreground is two cute hello kitties placed on the snow-covered beach. In front of them, they write the word "MYJ&ZSY" in the white snow. Colorful fireworks are placed in the seaside sky in the distance. There is a very bright Christmas tree in the distance. The blurred city lights create a romantic atmosphere. It's snowing heavily, and the lights are shining. Romantic, many fireworks. \ No newline at end of file diff --git a/texts/dc17579b-75d3-4b8c-b105-aeff3c167805.txt b/texts/dc17579b-75d3-4b8c-b105-aeff3c167805.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d8e91b76bdf1681f5f6b14e0931094e5161a3ad --- /dev/null +++ b/texts/dc17579b-75d3-4b8c-b105-aeff3c167805.txt @@ -0,0 +1 @@ +the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "CZL" written on the ground. \ No newline at end of file diff --git a/texts/dc2fc64c-b1d9-4b33-9700-666d1726e937.txt b/texts/dc2fc64c-b1d9-4b33-9700-666d1726e937.txt new file mode 100644 index 0000000000000000000000000000000000000000..ace379de50459a8b2d1963c4c41c3f143ea6a006 --- /dev/null +++ b/texts/dc2fc64c-b1d9-4b33-9700-666d1726e937.txt @@ -0,0 +1 @@ +A white kitten with suit working on a computer \ No newline at end of file diff --git a/texts/dc3bb14e-d580-4389-b9c9-a20b27425fa5.txt b/texts/dc3bb14e-d580-4389-b9c9-a20b27425fa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e12bd9d09646c6715207ca5363d5969c9158fd9 --- /dev/null +++ b/texts/dc3bb14e-d580-4389-b9c9-a20b27425fa5.txt @@ -0,0 +1 @@ +In the snow, a cute white kitten is playing the piano, with wings and bubbles in the sky \ No newline at end of file diff --git a/texts/dc4541d6-d2f5-4dc2-958e-f41dffcc69c6.txt b/texts/dc4541d6-d2f5-4dc2-958e-f41dffcc69c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ce82cc44508afe842b98c348b006d98263fa4e6 --- /dev/null +++ b/texts/dc4541d6-d2f5-4dc2-958e-f41dffcc69c6.txt @@ -0,0 +1 @@ +black white cats in swimming pool filled with color balls \ No newline at end of file diff --git a/texts/dc52ad5c-eb1c-44e0-ac3a-8bb615273086.txt b/texts/dc52ad5c-eb1c-44e0-ac3a-8bb615273086.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cf5debfe24125f82a9b83ee25f364cba0f7708c --- /dev/null +++ b/texts/dc52ad5c-eb1c-44e0-ac3a-8bb615273086.txt @@ -0,0 +1 @@ +HelloKitty smoking in japan style school \ No newline at end of file diff --git a/texts/dc62a53d-0fa0-4e30-b0b1-1a061af8f141.txt b/texts/dc62a53d-0fa0-4e30-b0b1-1a061af8f141.txt new file mode 100644 index 0000000000000000000000000000000000000000..435776226be3ca897aac7fda948105e1faa8290c --- /dev/null +++ b/texts/dc62a53d-0fa0-4e30-b0b1-1a061af8f141.txt @@ -0,0 +1 @@ +The letters dance on the snow \ No newline at end of file diff --git a/texts/dc68c246-eef1-42b0-9ef6-22ae0307687d.txt b/texts/dc68c246-eef1-42b0-9ef6-22ae0307687d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2830f3dfabb5f0d640defef6b691f77815647c57 --- /dev/null +++ b/texts/dc68c246-eef1-42b0-9ef6-22ae0307687d.txt @@ -0,0 +1 @@ +Handwritten word "Jzyyy" in the snow, sunset , beach, a hellokitty doll standing next to "Jzyyy", drifting snow \ No newline at end of file diff --git a/texts/dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2.txt b/texts/dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2.txt new file mode 100644 index 0000000000000000000000000000000000000000..401cca09cd7744e5f9c01bd4340677a6aa16d670 --- /dev/null +++ b/texts/dc6cf7de-ce9c-4c2f-9ae6-106d3e66aeb2.txt @@ -0,0 +1 @@ +Lots of Fireworks burst into bloom in the dark blue sky, winter, snowy \ No newline at end of file diff --git a/texts/dc7390fb-629b-4493-a75a-3c73134c1b05.txt b/texts/dc7390fb-629b-4493-a75a-3c73134c1b05.txt new file mode 100644 index 0000000000000000000000000000000000000000..06312dfc8e3d7b206381ebc3e1319cfca7df373a --- /dev/null +++ b/texts/dc7390fb-629b-4493-a75a-3c73134c1b05.txt @@ -0,0 +1 @@ +hello kitty play piano, dressed in yellow in the snow, looks at the sea with headphones \ No newline at end of file diff --git a/texts/dc7b69fd-5927-43d2-b255-8d0d37d1dd2a.txt b/texts/dc7b69fd-5927-43d2-b255-8d0d37d1dd2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9643c79fe59c0452919fb6f9509833ca5f31d24 --- /dev/null +++ b/texts/dc7b69fd-5927-43d2-b255-8d0d37d1dd2a.txt @@ -0,0 +1 @@ +shells sea \ No newline at end of file diff --git a/texts/dc833e5a-1e88-4ebc-9bdc-c2b158f40174.txt b/texts/dc833e5a-1e88-4ebc-9bdc-c2b158f40174.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8d7a013c3df3082f653fccdbc0bfeaf3ac4601b --- /dev/null +++ b/texts/dc833e5a-1e88-4ebc-9bdc-c2b158f40174.txt @@ -0,0 +1 @@ +A star is swinging on the swing \ No newline at end of file diff --git a/texts/dc843478-71ba-4290-9cc4-4c7217ba2939.txt b/texts/dc843478-71ba-4290-9cc4-4c7217ba2939.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1f14c97a00fc3863e1bbee859d1af0bcfff6ebf --- /dev/null +++ b/texts/dc843478-71ba-4290-9cc4-4c7217ba2939.txt @@ -0,0 +1 @@ +The small light-colored golden fur in the snow under the snow mountain, wearing a pair of transparent wings \ No newline at end of file diff --git a/texts/dc8be418-e1e9-4208-bde3-4019f55337d4.txt b/texts/dc8be418-e1e9-4208-bde3-4019f55337d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..561619ed83f0a61d28e613e64296a10b4a2aa1f9 --- /dev/null +++ b/texts/dc8be418-e1e9-4208-bde3-4019f55337d4.txt @@ -0,0 +1 @@ +In the Christmas atmosphere, it is snowing and hello Kitty is watching the fireworks \ No newline at end of file diff --git a/texts/dc8f3fc7-fa83-4046-a2ed-54c3ad911583.txt b/texts/dc8f3fc7-fa83-4046-a2ed-54c3ad911583.txt new file mode 100644 index 0000000000000000000000000000000000000000..f801815fd9d5d6400ed896c9dcf81157d8c4fa76 --- /dev/null +++ b/texts/dc8f3fc7-fa83-4046-a2ed-54c3ad911583.txt @@ -0,0 +1 @@ +A dolphin is playing football \ No newline at end of file diff --git a/texts/dc95a505-55c5-4714-9029-efdb76fe2a7c.txt b/texts/dc95a505-55c5-4714-9029-efdb76fe2a7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b365c0b0f7b5e92d9b662f27322f1232799e02e8 --- /dev/null +++ b/texts/dc95a505-55c5-4714-9029-efdb76fe2a7c.txt @@ -0,0 +1 @@ +Golden British Shorthair cat plays the guitar in the snow, and there is a sign in the snow that says 07 \ No newline at end of file diff --git a/texts/dc985a7c-e2a1-4818-9339-5e9c81cfe1a9.txt b/texts/dc985a7c-e2a1-4818-9339-5e9c81cfe1a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8f643663f9c16d1b1dfe15b67d9c6d041402436 --- /dev/null +++ b/texts/dc985a7c-e2a1-4818-9339-5e9c81cfe1a9.txt @@ -0,0 +1 @@ +Two acmerican shorhair silver tabbies ride on a swing ride in the sunset \ No newline at end of file diff --git a/texts/dc9a3414-4a75-4943-b7cf-1b8a4ac649dd.txt b/texts/dc9a3414-4a75-4943-b7cf-1b8a4ac649dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..19427bf2203c4e3a15c4231afa2dcdba62764caf --- /dev/null +++ b/texts/dc9a3414-4a75-4943-b7cf-1b8a4ac649dd.txt @@ -0,0 +1 @@ +Bichon Frise sleeping on black and white striped sheets \ No newline at end of file diff --git a/texts/dca773e4-ffcc-46a7-8d19-8375c2a18ee0.txt b/texts/dca773e4-ffcc-46a7-8d19-8375c2a18ee0.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb340e242e8bda387ac7be1c9013b9cd31d2c267 --- /dev/null +++ b/texts/dca773e4-ffcc-46a7-8d19-8375c2a18ee0.txt @@ -0,0 +1 @@ +coffee \ No newline at end of file diff --git a/texts/dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae.txt b/texts/dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..30827d8775c7e63dff879fcac3d51eb8915dabde --- /dev/null +++ b/texts/dcaa8f5c-567c-4ee4-8f42-7a1bc6afc0ae.txt @@ -0,0 +1 @@ +A black and white kitten playing with bubbles in the snow under the aurora \ No newline at end of file diff --git a/texts/dcbe0a14-5242-451d-ba3a-a671a4743b3d.txt b/texts/dcbe0a14-5242-451d-ba3a-a671a4743b3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..439fa8366e45b19c1a730fe1b9b533f54007863d --- /dev/null +++ b/texts/dcbe0a14-5242-451d-ba3a-a671a4743b3d.txt @@ -0,0 +1 @@ +Aurora, snow-covered ground, snowflakes, butterflies, snowmen, wings, border collie with a meteorite pattern, dark night. \ No newline at end of file diff --git a/texts/dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b.txt b/texts/dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5daf534f483033a129488f1e2933629bc71dee1 --- /dev/null +++ b/texts/dcc5aa3c-dc09-4cba-a349-6ff905c0ed4b.txt @@ -0,0 +1 @@ +After a sleepless night, the excited children got up before draw the next day and headed for the sea in the hope that they could see the sunrise. \ No newline at end of file diff --git a/texts/dcd63ddc-6762-4a38-be28-dbc7cad71f4b.txt b/texts/dcd63ddc-6762-4a38-be28-dbc7cad71f4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..962e11d6bdfb224a379d9187c41ae0723e7eeb23 --- /dev/null +++ b/texts/dcd63ddc-6762-4a38-be28-dbc7cad71f4b.txt @@ -0,0 +1 @@ +"A bald monk dancing in the snow, with a distant view of the burning Kinkaku-ji (Golden Pavilion) engulfed in flames, with fire spreading wildly from the temple, all set in a dimly lit environment during snowy weather." \ No newline at end of file diff --git a/texts/dce6f2f3-f1c0-483a-992e-d19b944620cb.txt b/texts/dce6f2f3-f1c0-483a-992e-d19b944620cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0f11e5de3d2e357c14e438a6e668e95e799f567 --- /dev/null +++ b/texts/dce6f2f3-f1c0-483a-992e-d19b944620cb.txt @@ -0,0 +1 @@ +In the deserted children's playground, which is dilapidated, a black cat is sleeping. \ No newline at end of file diff --git a/texts/dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668.txt b/texts/dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668.txt new file mode 100644 index 0000000000000000000000000000000000000000..05ac28bcd612498c28b4e9c501023c143933e7aa --- /dev/null +++ b/texts/dcf3cdc1-71dc-44c1-b1f0-59d5ceb48668.txt @@ -0,0 +1 @@ +A cute HelloKitty wearing a comfortable sweater jacket and hat, wearing a yellow scarf, taking photos in the snow. Behind is fireworks, creating a snowy atmosphere \ No newline at end of file diff --git a/texts/dcf59ada-46c3-4fea-8915-4e52185caa12.txt b/texts/dcf59ada-46c3-4fea-8915-4e52185caa12.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9389726ee590477a7b0d2f737925dc1d0153b55 --- /dev/null +++ b/texts/dcf59ada-46c3-4fea-8915-4e52185caa12.txt @@ -0,0 +1 @@ +A pure white silver gradient kitten and a corgi are watching the starry sky in the snow, and there is a Christmas tree next to it. \ No newline at end of file diff --git a/texts/dd014204-1a08-4344-8b21-acc23d762807.txt b/texts/dd014204-1a08-4344-8b21-acc23d762807.txt new file mode 100644 index 0000000000000000000000000000000000000000..860b05207d0e827b5e014cd6ed913b54a8aec800 --- /dev/null +++ b/texts/dd014204-1a08-4344-8b21-acc23d762807.txt @@ -0,0 +1 @@ +There's a full Christmas tree in the snow at night with a little golden retriever pup underneath standing next to it in a birthday hat \ No newline at end of file diff --git a/texts/dd056465-3c6f-4a0f-a513-41572c562a23.txt b/texts/dd056465-3c6f-4a0f-a513-41572c562a23.txt new file mode 100644 index 0000000000000000000000000000000000000000..254ed757f230e2a8e06cc3d84bfbc2bca043c6ff --- /dev/null +++ b/texts/dd056465-3c6f-4a0f-a513-41572c562a23.txt @@ -0,0 +1 @@ +A yak with a thorn in one eye and stars on its body is on the beach at night. \ No newline at end of file diff --git a/texts/dd1d376a-3dd7-4c28-a424-38c145971a2e.txt b/texts/dd1d376a-3dd7-4c28-a424-38c145971a2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..921c24ebbaedb83f223d809d49710e0b9a718f6a --- /dev/null +++ b/texts/dd1d376a-3dd7-4c28-a424-38c145971a2e.txt @@ -0,0 +1 @@ +A hellokitty doll in a pink dress was sitting in front of an Apple laptop in the office \ No newline at end of file diff --git a/texts/dd2233cd-928f-4ade-8f2d-ee9f178248bf.txt b/texts/dd2233cd-928f-4ade-8f2d-ee9f178248bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae3ec85ebe27d0d34b57b16311c4a5e98a2e3e5a --- /dev/null +++ b/texts/dd2233cd-928f-4ade-8f2d-ee9f178248bf.txt @@ -0,0 +1 @@ +little cute schauzer with cristmas har in christ cozy background \ No newline at end of file diff --git a/texts/dd2471c2-38c4-45ab-b865-de4eba19df99.txt b/texts/dd2471c2-38c4-45ab-b865-de4eba19df99.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb5af028b3e00b824cbb038050fd0e88d3eef30e --- /dev/null +++ b/texts/dd2471c2-38c4-45ab-b865-de4eba19df99.txt @@ -0,0 +1 @@ +A brunette Chinese beauty takes a little orange and white cat for a spin in a convertible \ No newline at end of file diff --git a/texts/dd2cc585-ee84-44fc-bf16-cee9f644ee18.txt b/texts/dd2cc585-ee84-44fc-bf16-cee9f644ee18.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ae0651385d898af32059e8ea65fb61ea39e19c3 --- /dev/null +++ b/texts/dd2cc585-ee84-44fc-bf16-cee9f644ee18.txt @@ -0,0 +1 @@ +tiger, lion, dog, tibet, snow ground, firework, small river \ No newline at end of file diff --git a/texts/dd3046bf-c59c-4596-82c3-4f667780ff6c.txt b/texts/dd3046bf-c59c-4596-82c3-4f667780ff6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e8ab6307d84e3c5bdf39b481beff00dd0949794 --- /dev/null +++ b/texts/dd3046bf-c59c-4596-82c3-4f667780ff6c.txt @@ -0,0 +1 @@ +A Christmas-dressed cat sets off fireworks in the snow. This scene is full of atmosphere. \ No newline at end of file diff --git a/texts/dd33b4f1-b202-4acc-9a41-72c683683bea.txt b/texts/dd33b4f1-b202-4acc-9a41-72c683683bea.txt new file mode 100644 index 0000000000000000000000000000000000000000..86b3ef3d7bc60ac6bc0e3808449ec0b856e6af4a --- /dev/null +++ b/texts/dd33b4f1-b202-4acc-9a41-72c683683bea.txt @@ -0,0 +1 @@ +A Siamese cat plays with butterflies at the foot of a snowy Mount Fuji. \ No newline at end of file diff --git a/texts/dd4772be-8a8c-4a45-b000-af5b185ec2de.txt b/texts/dd4772be-8a8c-4a45-b000-af5b185ec2de.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e78e8cd590c6108395c72c13eef6b37979291fd --- /dev/null +++ b/texts/dd4772be-8a8c-4a45-b000-af5b185ec2de.txt @@ -0,0 +1 @@ +Goldfish swimming in bedroom, dvd, surreal, movie shot \ No newline at end of file diff --git a/texts/dd545c23-8858-413c-b3b8-be7839600aa4.txt b/texts/dd545c23-8858-413c-b3b8-be7839600aa4.txt new file mode 100644 index 0000000000000000000000000000000000000000..6506965c148a80098719801be110eb36a70e50a6 --- /dev/null +++ b/texts/dd545c23-8858-413c-b3b8-be7839600aa4.txt @@ -0,0 +1 @@ +A light yellow toy poodle and a silver-white cat are resting by a campfire at the foot of a snow-capped mountain. Their backs look incredibly warm and comforting. \ No newline at end of file diff --git a/texts/dd6381c7-4a1e-4a5d-b149-12b8e51a5895.txt b/texts/dd6381c7-4a1e-4a5d-b149-12b8e51a5895.txt new file mode 100644 index 0000000000000000000000000000000000000000..77b80192edc678735e73debf22457ee259b52366 --- /dev/null +++ b/texts/dd6381c7-4a1e-4a5d-b149-12b8e51a5895.txt @@ -0,0 +1 @@ +A fluffy gray-and-white long-haired Shih Tzu with a short, round face and a cute braid on its head plays joyfully with a small, curly gray toy poodle in knee-high snow. The snowy Nordic night sparkles under vibrant auroras, with a decorated Christmas tree nearby glowing softly. Tiny butterflies flutter in the sky, adding a whimsical touch to this enchanting winter wonderland. \ No newline at end of file diff --git a/texts/dd6e3acf-ff62-454b-8e11-da5dced9cbcd.txt b/texts/dd6e3acf-ff62-454b-8e11-da5dced9cbcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef0725d7d2d54864af421f23bf7aaab2692a0b3b --- /dev/null +++ b/texts/dd6e3acf-ff62-454b-8e11-da5dced9cbcd.txt @@ -0,0 +1 @@ +An emperor penguin wearing a spacesuit, gazing at the sea and sunset in a galaxy-filled universe. \ No newline at end of file diff --git a/texts/dd6e5c18-b4e6-4420-9831-5bfc3fa74630.txt b/texts/dd6e5c18-b4e6-4420-9831-5bfc3fa74630.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d7b57d0801004ae0da63d7460b9964d74864a25 --- /dev/null +++ b/texts/dd6e5c18-b4e6-4420-9831-5bfc3fa74630.txt @@ -0,0 +1 @@ +Blue sky and white clouds like windows desktop \ No newline at end of file diff --git a/texts/dd84439b-f28c-4f7c-a81d-d77f707bfc51.txt b/texts/dd84439b-f28c-4f7c-a81d-d77f707bfc51.txt new file mode 100644 index 0000000000000000000000000000000000000000..f25b1bdd3f9c80939f66ddf0f421ed81d26895a8 --- /dev/null +++ b/texts/dd84439b-f28c-4f7c-a81d-d77f707bfc51.txt @@ -0,0 +1 @@ +A yellow sedan drove down the road with a man sitting in the car and a deer tied to the roof of the car \ No newline at end of file diff --git a/texts/dd8a0d92-5928-41dd-9d22-cc3f8e488e7c.txt b/texts/dd8a0d92-5928-41dd-9d22-cc3f8e488e7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..dccd2b61f0aefa9e148ae5ad2ba2419f13cba207 --- /dev/null +++ b/texts/dd8a0d92-5928-41dd-9d22-cc3f8e488e7c.txt @@ -0,0 +1 @@ +A white British cat wearing a Christmas hat plays on a starry night and in the snow of the Christmas tree \ No newline at end of file diff --git a/texts/dd94c7a2-49b8-4491-a338-290ae2dd80ab.txt b/texts/dd94c7a2-49b8-4491-a338-290ae2dd80ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..d41f4cb782d1d0e961f6812754c13771876a3c09 --- /dev/null +++ b/texts/dd94c7a2-49b8-4491-a338-290ae2dd80ab.txt @@ -0,0 +1 @@ +A dog wearing a black glass and jacket playing the computer game \ No newline at end of file diff --git a/texts/dd98db0f-168d-464a-b8d4-826b60434691.txt b/texts/dd98db0f-168d-464a-b8d4-826b60434691.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6e89f4e30d2b68ae44a897ec2506cf43e15ec5a --- /dev/null +++ b/texts/dd98db0f-168d-464a-b8d4-826b60434691.txt @@ -0,0 +1 @@ +Under the aurora, white Maltese dog with angel wings play in the snow, and the picture should include flowers, butterflies and starlight \ No newline at end of file diff --git a/texts/dd9b67e4-fe39-414a-9dd5-b5b919eb47f0.txt b/texts/dd9b67e4-fe39-414a-9dd5-b5b919eb47f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..be9467d799e923e818b3d0f24a641b0a892ae53e --- /dev/null +++ b/texts/dd9b67e4-fe39-414a-9dd5-b5b919eb47f0.txt @@ -0,0 +1 @@ +A yellow and white cat and a black cat snuggled up to each other, reading on the couch, and the bright moonlight from the window shone on them \ No newline at end of file diff --git a/texts/dd9f0a63-6042-4614-b496-05817c7ba59c.txt b/texts/dd9f0a63-6042-4614-b496-05817c7ba59c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3505150bd4047acc755e11650eafdad6864b5608 --- /dev/null +++ b/texts/dd9f0a63-6042-4614-b496-05817c7ba59c.txt @@ -0,0 +1 @@ +A sad white Samoyed dog looking down into the snow. In the background, a snowy pine tree on one side and the sun on the other. \ No newline at end of file diff --git a/texts/dda7db19-3400-488c-9826-e860e2ca74fc.txt b/texts/dda7db19-3400-488c-9826-e860e2ca74fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1861693a04693c63d623626b5f7c10194ba3763b --- /dev/null +++ b/texts/dda7db19-3400-488c-9826-e860e2ca74fc.txt @@ -0,0 +1 @@ +A white kitten with blue eyes, featuring a pink butterfly on its back, is joyfully making a wish towards a white cake. The scene is dominated by white, with the ground covered in pristine white snow, on which the words 'are u ok' are written. The base of Mount Fuji serves as the backdrop, and a dense forest lines the area where the snow meets the mountain. However, the focus remains on the white snow covering the ground, which should be the main color of the image. There should be no greenery or human figures present in the image. \ No newline at end of file diff --git a/texts/ddaddaa0-3de5-4dbe-bcab-232660a1803d.txt b/texts/ddaddaa0-3de5-4dbe-bcab-232660a1803d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0d016a979c81a23aac13a00f3f77516781c8430 --- /dev/null +++ b/texts/ddaddaa0-3de5-4dbe-bcab-232660a1803d.txt @@ -0,0 +1 @@ +A cute kitten with beanie with a tail in the snow! She is super cute! With snow gently falling. Calm, dreamy, sweet vibe. A little glitter. Cat footprint in the snow. \ No newline at end of file diff --git a/texts/ddbc9adc-6947-4708-a36a-3f088eb2a8bd.txt b/texts/ddbc9adc-6947-4708-a36a-3f088eb2a8bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6fc40974d1d4072d2ee6630344385e038df1cf8 --- /dev/null +++ b/texts/ddbc9adc-6947-4708-a36a-3f088eb2a8bd.txt @@ -0,0 +1 @@ +Korean teenager with light muscle handsome curls \ No newline at end of file diff --git a/texts/ddc396dc-e612-44e3-9f0e-d2f790b5c450.txt b/texts/ddc396dc-e612-44e3-9f0e-d2f790b5c450.txt new file mode 100644 index 0000000000000000000000000000000000000000..f310408e1efe6d2e47e343e406ad69181e9aa31f --- /dev/null +++ b/texts/ddc396dc-e612-44e3-9f0e-d2f790b5c450.txt @@ -0,0 +1 @@ +A very cute fat orange cat with transparent wings is eating a cake, and the atmosphere is half late \ No newline at end of file diff --git a/texts/ddea168d-770f-485d-bf6c-882122cd2260.txt b/texts/ddea168d-770f-485d-bf6c-882122cd2260.txt new file mode 100644 index 0000000000000000000000000000000000000000..a180a6ef095b7cfd4625a9614157f5bd52f65c39 --- /dev/null +++ b/texts/ddea168d-770f-485d-bf6c-882122cd2260.txt @@ -0,0 +1 @@ +snowfield,snow is falling,night,aurora,dead tree,snowman,a man behind the snowman \ No newline at end of file diff --git a/texts/ddfe27c7-4222-46f5-af00-2527996c86a2.txt b/texts/ddfe27c7-4222-46f5-af00-2527996c86a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5eaadfadce69592496cdae35d0e3489d34a2e046 --- /dev/null +++ b/texts/ddfe27c7-4222-46f5-af00-2527996c86a2.txt @@ -0,0 +1 @@ +Bichon Frise wears red sweater In the snow of Chinese New Year \ No newline at end of file diff --git a/texts/de0631ca-ac72-48b9-8de5-9665437110bf.txt b/texts/de0631ca-ac72-48b9-8de5-9665437110bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..36300650d189b2af9f70e099308c38497f209a2b --- /dev/null +++ b/texts/de0631ca-ac72-48b9-8de5-9665437110bf.txt @@ -0,0 +1 @@ +A man back wear wh t-sh \ No newline at end of file diff --git a/texts/de06af6e-ace6-4148-8353-dc652c9b39c2.txt b/texts/de06af6e-ace6-4148-8353-dc652c9b39c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2408490ca0d5be388c39206902406a4c772d3997 --- /dev/null +++ b/texts/de06af6e-ace6-4148-8353-dc652c9b39c2.txt @@ -0,0 +1 @@ +A fluffy brown poodle, sofa, TV, Christmas tree \ No newline at end of file diff --git a/texts/de08d2e9-039a-4137-b127-2f4fc817f6b3.txt b/texts/de08d2e9-039a-4137-b127-2f4fc817f6b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d885081ec27eff7d41182bd88707e642755473 --- /dev/null +++ b/texts/de08d2e9-039a-4137-b127-2f4fc817f6b3.txt @@ -0,0 +1 @@ +A white horse lies alone in the snow, bleeding profusely, with Mount Fuji in the background and snowing in the sky \ No newline at end of file diff --git a/texts/de0a7656-ea31-44a1-bb90-66361cb3a61e.txt b/texts/de0a7656-ea31-44a1-bb90-66361cb3a61e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9576976f160bb74a347080f41c2ecb272df62b2 --- /dev/null +++ b/texts/de0a7656-ea31-44a1-bb90-66361cb3a61e.txt @@ -0,0 +1 @@ +A fluffy black and white cat, sofa, TV, Christmas tree \ No newline at end of file diff --git a/texts/de0d9b4b-21cb-405d-b7f7-6dd7395c60d3.txt b/texts/de0d9b4b-21cb-405d-b7f7-6dd7395c60d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0d9f591ce58755f0cb73a542412898659327c50 --- /dev/null +++ b/texts/de0d9b4b-21cb-405d-b7f7-6dd7395c60d3.txt @@ -0,0 +1 @@ +a plush Hello Kitty sitting on a patterned cushion, sipping tea while overlooking a dramatic volcanic eruption. Kitty calmly enjoying tea as lava flows down the mountain, smoke billows into the sky, and the glowing eruption dominates the background. \ No newline at end of file diff --git a/texts/de1ff214-92f6-44cd-bc59-0ed53de43c26.txt b/texts/de1ff214-92f6-44cd-bc59-0ed53de43c26.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac244a63021b9097c1a14b4d7ecd204f30b070dc --- /dev/null +++ b/texts/de1ff214-92f6-44cd-bc59-0ed53de43c26.txt @@ -0,0 +1 @@ +christmas hat,christmas movie texture,dog,gift,film,cxfw style,hazy texture,polaroid,blur,low saturation,booth,bazaar, pink and green,There's a drawing board in front of the dog, \ No newline at end of file diff --git a/texts/de2601a4-c497-40d1-8ead-5dfdf4743ec5.txt b/texts/de2601a4-c497-40d1-8ead-5dfdf4743ec5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee631b9856f87c0ab6643239ab25a6bfc3b76951 --- /dev/null +++ b/texts/de2601a4-c497-40d1-8ead-5dfdf4743ec5.txt @@ -0,0 +1 @@ +Eclectus parrot in the room \ No newline at end of file diff --git a/texts/de3439c1-faea-475f-981b-5154c5c12982.txt b/texts/de3439c1-faea-475f-981b-5154c5c12982.txt new file mode 100644 index 0000000000000000000000000000000000000000..226733e7b21cf327ca9b6c97da1d89b19a9fba73 --- /dev/null +++ b/texts/de3439c1-faea-475f-981b-5154c5c12982.txt @@ -0,0 +1 @@ +In a meadow there was a house in the distance \ No newline at end of file diff --git a/texts/de45fdf3-d4b4-4eff-bcc7-b6403152014b.txt b/texts/de45fdf3-d4b4-4eff-bcc7-b6403152014b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d66800c1ca6a73dd29a1c5acf1c2f34093141cf --- /dev/null +++ b/texts/de45fdf3-d4b4-4eff-bcc7-b6403152014b.txt @@ -0,0 +1 @@ +A cat (black and white patterned) writing a paper in front of a laptop, next to a cup of iced coffee \ No newline at end of file diff --git a/texts/de49aea4-7c13-402e-bbc4-91d7fb609b53.txt b/texts/de49aea4-7c13-402e-bbc4-91d7fb609b53.txt new file mode 100644 index 0000000000000000000000000000000000000000..207b5b6df7ddd809fe9fcfc4d67726bf9b059c9d --- /dev/null +++ b/texts/de49aea4-7c13-402e-bbc4-91d7fb609b53.txt @@ -0,0 +1 @@ +Cute Hello Kitty is wearing a vest skirt and using a big scissor cutting fabric \ No newline at end of file diff --git a/texts/de4a8131-f748-4989-8f67-a486ddb1a009.txt b/texts/de4a8131-f748-4989-8f67-a486ddb1a009.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbdd8ae4dd3fa75ad8dea5df90cc1d07d38f9082 --- /dev/null +++ b/texts/de4a8131-f748-4989-8f67-a486ddb1a009.txt @@ -0,0 +1 @@ +Christmas, elk, snowflake \ No newline at end of file diff --git a/texts/de4c5798-1526-4c1e-a988-c32553fc4b32.txt b/texts/de4c5798-1526-4c1e-a988-c32553fc4b32.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad143580197cdc87bd1d22ed5e0a5be9bc107ff8 --- /dev/null +++ b/texts/de4c5798-1526-4c1e-a988-c32553fc4b32.txt @@ -0,0 +1 @@ +Handwritten word "Catherine" in the snow, Handwritten word "Catherine" in the snow,snow, beach, a hellokitty doll standing next to"Catherine", drifting snow \ No newline at end of file diff --git a/texts/de649871-f24e-4b72-aced-276a4de293af.txt b/texts/de649871-f24e-4b72-aced-276a4de293af.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c21541a63fa6719cf049615c893e0697427208c --- /dev/null +++ b/texts/de649871-f24e-4b72-aced-276a4de293af.txt @@ -0,0 +1 @@ +Write sabrina the beautiful seaside \ No newline at end of file diff --git a/texts/de6dcfd2-7aad-40ca-b375-6ee4ca0eb043.txt b/texts/de6dcfd2-7aad-40ca-b375-6ee4ca0eb043.txt new file mode 100644 index 0000000000000000000000000000000000000000..2163b6962c3cb3a8afa72ee31f5c2c1e2d93c7f9 --- /dev/null +++ b/texts/de6dcfd2-7aad-40ca-b375-6ee4ca0eb043.txt @@ -0,0 +1 @@ +Floating stuffed bunny holding a gun in the snow next to a lake at night \ No newline at end of file diff --git a/texts/de7003fe-ecbf-450e-9357-cd7c6506bba7.txt b/texts/de7003fe-ecbf-450e-9357-cd7c6506bba7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca04830ea8cde16ed795f6d5250ff2aee72bad32 --- /dev/null +++ b/texts/de7003fe-ecbf-450e-9357-cd7c6506bba7.txt @@ -0,0 +1 @@ +a pink doll in the shape of a small pig's head, a doll in the shape of a blue whale,snow \ No newline at end of file diff --git a/texts/de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed.txt b/texts/de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e14c7feff7293cddb9796df55f37b6907429bb6 --- /dev/null +++ b/texts/de72d7a0-f6eb-4a34-a9ce-1ee41472c7ed.txt @@ -0,0 +1 @@ +Batman eat McDonald's under the aurora. \ No newline at end of file diff --git a/texts/de7909ee-c5d7-4dea-b93f-f87388a10eed.txt b/texts/de7909ee-c5d7-4dea-b93f-f87388a10eed.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d567ee592bec9fa2f44bd08e00cc52e5a87f2e4 --- /dev/null +++ b/texts/de7909ee-c5d7-4dea-b93f-f87388a10eed.txt @@ -0,0 +1 @@ +siamese cat, gem necklace, christmas, white, silver, gold, chill vibe, snow \ No newline at end of file diff --git a/texts/de851d8c-271f-4146-9101-a0a77697ea10.txt b/texts/de851d8c-271f-4146-9101-a0a77697ea10.txt new file mode 100644 index 0000000000000000000000000000000000000000..503e5f938949fd41950466619c7d9b5ab5ca961f --- /dev/null +++ b/texts/de851d8c-271f-4146-9101-a0a77697ea10.txt @@ -0,0 +1 @@ +long haired punk knight in a dress with cat musk wielding sword \ No newline at end of file diff --git a/texts/de8773fd-535d-43d9-8eb1-a4a564ae1dc0.txt b/texts/de8773fd-535d-43d9-8eb1-a4a564ae1dc0.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc22bf63248a0b8143a7d4698b05c4161d6cbaf9 --- /dev/null +++ b/texts/de8773fd-535d-43d9-8eb1-a4a564ae1dc0.txt @@ -0,0 +1 @@ +Handwritten word "selina Damon" in the beach, a hellokitty doll with angel wings standing next to it, sun in the sky \ No newline at end of file diff --git a/texts/de8c8d76-26ec-4833-89a0-09b027c6981e.txt b/texts/de8c8d76-26ec-4833-89a0-09b027c6981e.txt new file mode 100644 index 0000000000000000000000000000000000000000..88326e853d286bb50ca6d026037cf1c9ed5403d7 --- /dev/null +++ b/texts/de8c8d76-26ec-4833-89a0-09b027c6981e.txt @@ -0,0 +1 @@ +Hello Kitty sitting in front of the volcano drinking coffee at dusk night \ No newline at end of file diff --git a/texts/de8eef68-79a7-4319-ae7d-d166bc24f285.txt b/texts/de8eef68-79a7-4319-ae7d-d166bc24f285.txt new file mode 100644 index 0000000000000000000000000000000000000000..27dfe07cc15c913256bd20c12b9564a808a30197 --- /dev/null +++ b/texts/de8eef68-79a7-4319-ae7d-d166bc24f285.txt @@ -0,0 +1 @@ +A yellow and wcorgi in the snow by the sea, there are yellow stars in the aurora, and the sky is a blues moment \ No newline at end of file diff --git a/texts/de97ffd9-76a6-4b4e-a2d4-896c1839902f.txt b/texts/de97ffd9-76a6-4b4e-a2d4-896c1839902f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4099539036790c11a551ded6df93e2901b51d490 --- /dev/null +++ b/texts/de97ffd9-76a6-4b4e-a2d4-896c1839902f.txt @@ -0,0 +1 @@ +A white maltese puppy is wearing a Christmas hat in the snow, next to it is a Christmas tree. \ No newline at end of file diff --git a/texts/de98308d-57af-4cc9-b6d6-5a7cd351bd58.txt b/texts/de98308d-57af-4cc9-b6d6-5a7cd351bd58.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dceb660f5283ecb45bcb373349bed49c1699503 --- /dev/null +++ b/texts/de98308d-57af-4cc9-b6d6-5a7cd351bd58.txt @@ -0,0 +1 @@ +Red panda, black sky background, snow \ No newline at end of file diff --git a/texts/de996f74-c36c-448e-85eb-c776ade506dd.txt b/texts/de996f74-c36c-448e-85eb-c776ade506dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6d9db9feeef57b00ba780cacfe9e6bcf2973701 --- /dev/null +++ b/texts/de996f74-c36c-448e-85eb-c776ade506dd.txt @@ -0,0 +1 @@ +Hello kitty in sporty dungarees climbing moutain with a hiking stick poin ahead \ No newline at end of file diff --git a/texts/de9b8448-a385-477d-ab3e-f2e515e75cec.txt b/texts/de9b8448-a385-477d-ab3e-f2e515e75cec.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69a8ffd01e13da539c0df4ce59a0299407b0bed --- /dev/null +++ b/texts/de9b8448-a385-477d-ab3e-f2e515e75cec.txt @@ -0,0 +1 @@ +burning Kinkakuji Temple \ No newline at end of file diff --git a/texts/deb64851-faef-4d74-9261-9035e6313974.txt b/texts/deb64851-faef-4d74-9261-9035e6313974.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba066de2c10711c54624c1cd362edc4d13e88114 --- /dev/null +++ b/texts/deb64851-faef-4d74-9261-9035e6313974.txt @@ -0,0 +1 @@ + in the sky, Santa Claus flies by in a reindeer cart filled with gifts, fireworks set off in the air, and in the distance, there are small wooden houses and pine trees \ No newline at end of file diff --git a/texts/dec3cda1-6d22-42bf-83a4-89e05f5aa9b6.txt b/texts/dec3cda1-6d22-42bf-83a4-89e05f5aa9b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..29345a2c81d690003643b0139e89582750d3bdc7 --- /dev/null +++ b/texts/dec3cda1-6d22-42bf-83a4-89e05f5aa9b6.txt @@ -0,0 +1 @@ +A golden retriever puppy is a painter \ No newline at end of file diff --git a/texts/dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a.txt b/texts/dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab174e19fc8ff9465906a6e3477744885433d69f --- /dev/null +++ b/texts/dec8e47a-68da-4f6c-8e92-2ce7ad0f6c9a.txt @@ -0,0 +1 @@ +There is a little hello Kitty doll in the snow and fireworks in the distance \ No newline at end of file diff --git a/texts/ded96cc6-15ab-482b-af76-8b00b75d1c1b.txt b/texts/ded96cc6-15ab-482b-af76-8b00b75d1c1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca867123e92e02359ac8dfb566b8adfd78c0a77e --- /dev/null +++ b/texts/ded96cc6-15ab-482b-af76-8b00b75d1c1b.txt @@ -0,0 +1 @@ +a city's street at night \ No newline at end of file diff --git a/texts/dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715.txt b/texts/dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715.txt new file mode 100644 index 0000000000000000000000000000000000000000..b48421370c28343046e9d545d54c31cf0f24679d --- /dev/null +++ b/texts/dee2ddb5-4fc7-4f3e-aa7a-f761cbf2e715.txt @@ -0,0 +1 @@ +A group of marmots wearing Russian hats are having a campfire party in a snowy forest \ No newline at end of file diff --git a/texts/dee46f49-18da-49f1-9ad9-5ce0c111ccd8.txt b/texts/dee46f49-18da-49f1-9ad9-5ce0c111ccd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f4cb90f6141334c8c5461deb02a2d9d9190169 --- /dev/null +++ b/texts/dee46f49-18da-49f1-9ad9-5ce0c111ccd8.txt @@ -0,0 +1 @@ +the sky is in the blue hours, there is a Christmas tree \ No newline at end of file diff --git a/texts/deebd2bb-ea0e-4cbf-b1e8-fd06733c5901.txt b/texts/deebd2bb-ea0e-4cbf-b1e8-fd06733c5901.txt new file mode 100644 index 0000000000000000000000000000000000000000..56aa761a1dacc0b849b6e580e4037763ae25b2b6 --- /dev/null +++ b/texts/deebd2bb-ea0e-4cbf-b1e8-fd06733c5901.txt @@ -0,0 +1 @@ +A white chihuahua puppy is dressed in lovely clothes, and there is a lovely toy lamb sitting next to it. In a warm room. There is a decoration on the floor of the room, which says KOTAO. \ No newline at end of file diff --git a/texts/def25ea4-a681-43b8-8a62-95ec39488975.txt b/texts/def25ea4-a681-43b8-8a62-95ec39488975.txt new file mode 100644 index 0000000000000000000000000000000000000000..cae2ae649f6fb8ef82eef15dd9df3f4460043855 --- /dev/null +++ b/texts/def25ea4-a681-43b8-8a62-95ec39488975.txt @@ -0,0 +1 @@ +A white West Highland Terrier and two American Shorthair cats are playing happily in the snow with a few small footprints on their backs. There is a Christmas tree next to it with small lanterns hanging on it. At night, film camera shooting. The puppy is in the center of the frame. \ No newline at end of file diff --git a/texts/def9808a-1683-4867-8480-d856cddab716.txt b/texts/def9808a-1683-4867-8480-d856cddab716.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b2b76acec138235fc74def042e7e26861e160b --- /dev/null +++ b/texts/def9808a-1683-4867-8480-d856cddab716.txt @@ -0,0 +1 @@ +Hello Kitty, when she lights incense at work, it makes her feel dizzy \ No newline at end of file diff --git a/texts/df053642-dc7d-4795-ae1d-ea7a3fa08b6f.txt b/texts/df053642-dc7d-4795-ae1d-ea7a3fa08b6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a61da9018ebc5ed560d83e758b8d8373acc33c5 --- /dev/null +++ b/texts/df053642-dc7d-4795-ae1d-ea7a3fa08b6f.txt @@ -0,0 +1 @@ +Hello Kitty cat and an asian young lady are having a christmas afternoon tea party, looking at the camera happily, with a beautiful christmas tree with string lights in the background, a lot of desserts and cakes \ No newline at end of file diff --git a/texts/df058dc6-85a6-4b98-9369-d7ab8cb28fff.txt b/texts/df058dc6-85a6-4b98-9369-d7ab8cb28fff.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f5ce53de52e72414fe9e1a6a8f65f76aac85e86 --- /dev/null +++ b/texts/df058dc6-85a6-4b98-9369-d7ab8cb28fff.txt @@ -0,0 +1 @@ +A dachshund lies in front of the snowy French window, next to a Christmas tree and a warm fireplace. \ No newline at end of file diff --git a/texts/df0942e9-b5e9-4fe0-b8d0-e665fca6f613.txt b/texts/df0942e9-b5e9-4fe0-b8d0-e665fca6f613.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d338a49b12ea21e5feb949ba8a4aeaa6282f9a5 --- /dev/null +++ b/texts/df0942e9-b5e9-4fe0-b8d0-e665fca6f613.txt @@ -0,0 +1 @@ +take heart instead of roses, longer white skirt . looks no emotion \ No newline at end of file diff --git a/texts/df0e0321-279d-4e15-92e4-ff71d3b72260.txt b/texts/df0e0321-279d-4e15-92e4-ff71d3b72260.txt new file mode 100644 index 0000000000000000000000000000000000000000..952d8efd63dd403d9e05b0e4a6fdc0787bac8ffa --- /dev/null +++ b/texts/df0e0321-279d-4e15-92e4-ff71d3b72260.txt @@ -0,0 +1 @@ +The black cat wears a frog headgover and squats on the outdoor snow, with the word STARDUST on it. \ No newline at end of file diff --git a/texts/df158a29-07cf-47ef-823d-3136a84ae80c.txt b/texts/df158a29-07cf-47ef-823d-3136a84ae80c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3df872fdd327ac34e9ea580928d0fa85da61038 --- /dev/null +++ b/texts/df158a29-07cf-47ef-823d-3136a84ae80c.txt @@ -0,0 +1 @@ +a princess with angel wings rides on a unicorn, looking at the camera, close up, snow falling from the sky \ No newline at end of file diff --git a/texts/df1632d0-879f-4bfc-8b53-757079fcc18f.txt b/texts/df1632d0-879f-4bfc-8b53-757079fcc18f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a440fbcf705fb1c139b59028c57a1a5ba2fe0f8 --- /dev/null +++ b/texts/df1632d0-879f-4bfc-8b53-757079fcc18f.txt @@ -0,0 +1 @@ +Artistic Cheese Loves Day Celebration Poster \ No newline at end of file diff --git a/texts/df1bf253-770f-4bbe-875b-6150d5877099.txt b/texts/df1bf253-770f-4bbe-875b-6150d5877099.txt new file mode 100644 index 0000000000000000000000000000000000000000..172591c5d70e73dd2d62bc74ec00c34a11c61ba9 --- /dev/null +++ b/texts/df1bf253-770f-4bbe-875b-6150d5877099.txt @@ -0,0 +1 @@ +A kitten in the rain \ No newline at end of file diff --git a/texts/df222d0a-1288-48fc-9ec3-6b86aebadc88.txt b/texts/df222d0a-1288-48fc-9ec3-6b86aebadc88.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff4222e195b04cfeef5ff823f1db304d5311fa92 --- /dev/null +++ b/texts/df222d0a-1288-48fc-9ec3-6b86aebadc88.txt @@ -0,0 +1 @@ +animals drive cars on the road and smile through window \ No newline at end of file diff --git a/texts/df2633a5-f6a7-494f-bcea-8f3f942fe980.txt b/texts/df2633a5-f6a7-494f-bcea-8f3f942fe980.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe28f1064d9df1381605f859ba782fa092d16b43 --- /dev/null +++ b/texts/df2633a5-f6a7-494f-bcea-8f3f942fe980.txt @@ -0,0 +1 @@ +Winter, flowers, rabbits, big dogs \ No newline at end of file diff --git a/texts/df2c44ac-7ea6-4a32-814d-b335f0b843f3.txt b/texts/df2c44ac-7ea6-4a32-814d-b335f0b843f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bcdbbcf089e8a0fd228e74f65f876fa1dbffc95 --- /dev/null +++ b/texts/df2c44ac-7ea6-4a32-814d-b335f0b843f3.txt @@ -0,0 +1 @@ +A donkey stands next to a burning cello in the snow at night \ No newline at end of file diff --git a/texts/df2d1a51-5286-4280-b312-72799830827a.txt b/texts/df2d1a51-5286-4280-b312-72799830827a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe202cb402b907076310b8df623c6c270955e999 --- /dev/null +++ b/texts/df2d1a51-5286-4280-b312-72799830827a.txt @@ -0,0 +1 @@ +In the forest, a glowing white rabbit, surrounded by stars, carried a silver sword on his back. \ No newline at end of file diff --git a/texts/df31931f-871a-4600-b668-e048de8410ea.txt b/texts/df31931f-871a-4600-b668-e048de8410ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..78ab4ac31bca966a3ca317f00cde1dec8878c34c --- /dev/null +++ b/texts/df31931f-871a-4600-b668-e048de8410ea.txt @@ -0,0 +1 @@ +Kobe is shooting on the rooftop of the building. At sunrise, there are many basketballs floating in the sky \ No newline at end of file diff --git a/texts/df391409-ba0c-4373-a8d8-a57e6479de5a.txt b/texts/df391409-ba0c-4373-a8d8-a57e6479de5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b791da9f20fcfe08526d300886e7091515d29d83 --- /dev/null +++ b/texts/df391409-ba0c-4373-a8d8-a57e6479de5a.txt @@ -0,0 +1 @@ +A milky white French Bulldog is compelled to work in the office \ No newline at end of file diff --git a/texts/df3d9d73-336a-4fef-8999-e12b4fff445f.txt b/texts/df3d9d73-336a-4fef-8999-e12b4fff445f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d51bf37cdee848b12b0453a12db0770277da204 --- /dev/null +++ b/texts/df3d9d73-336a-4fef-8999-e12b4fff445f.txt @@ -0,0 +1 @@ +When the volcano erupted, it spewed out many US dollars into the sky above it. \ No newline at end of file diff --git a/texts/df5fb795-f511-4e57-ad8f-4016195abfb5.txt b/texts/df5fb795-f511-4e57-ad8f-4016195abfb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..4907334b137bacf8dd851f1bc1f5f3ecb628deae --- /dev/null +++ b/texts/df5fb795-f511-4e57-ad8f-4016195abfb5.txt @@ -0,0 +1 @@ +A lovely penguin doll is sitting on a snowy mountain. \ No newline at end of file diff --git a/texts/df68ed1d-42f2-4b73-9911-23611af583e3.txt b/texts/df68ed1d-42f2-4b73-9911-23611af583e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..c188ed46d758e5d2bd38c5075b246923bf54fd51 --- /dev/null +++ b/texts/df68ed1d-42f2-4b73-9911-23611af583e3.txt @@ -0,0 +1 @@ +A white West Highland White Pink Ears celebrate a birthday in the snow red close \ No newline at end of file diff --git a/texts/df720903-163a-482c-96aa-6b32abc88c0a.txt b/texts/df720903-163a-482c-96aa-6b32abc88c0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce38e675469c884d9f4b89f13d87bb0815c9b6da --- /dev/null +++ b/texts/df720903-163a-482c-96aa-6b32abc88c0a.txt @@ -0,0 +1 @@ +cake and a dog in forest and stars pink clould \ No newline at end of file diff --git a/texts/df75c8e5-4e2a-4833-8fa0-920e6c5621a6.txt b/texts/df75c8e5-4e2a-4833-8fa0-920e6c5621a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a8f4c5113c39e214bf3f466c7e827b8c057a42c --- /dev/null +++ b/texts/df75c8e5-4e2a-4833-8fa0-920e6c5621a6.txt @@ -0,0 +1 @@ +hello kitty in these sunglasses roasting marshmallows in the moonlight and snow \ No newline at end of file diff --git a/texts/df7a5a96-653c-4a88-9d69-c8214d49ae8e.txt b/texts/df7a5a96-653c-4a88-9d69-c8214d49ae8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8bb08d295e40875a10a5960b48909c92daaf954 --- /dev/null +++ b/texts/df7a5a96-653c-4a88-9d69-c8214d49ae8e.txt @@ -0,0 +1 @@ +A small black cat with wings stands far from the burning temple. \ No newline at end of file diff --git a/texts/df890dd8-bad0-4c9b-b8e0-72eddcae780c.txt b/texts/df890dd8-bad0-4c9b-b8e0-72eddcae780c.txt new file mode 100644 index 0000000000000000000000000000000000000000..62fc17f5096bdd820d9c30a81aa1f724bf8397d0 --- /dev/null +++ b/texts/df890dd8-bad0-4c9b-b8e0-72eddcae780c.txt @@ -0,0 +1 @@ +A dolphin is play the \ No newline at end of file diff --git a/texts/df909ce4-82cf-430f-af92-84aa287b249c.txt b/texts/df909ce4-82cf-430f-af92-84aa287b249c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8028759a1f14b5242b9b134db83f9e1855e95e69 --- /dev/null +++ b/texts/df909ce4-82cf-430f-af92-84aa287b249c.txt @@ -0,0 +1 @@ +A warm and inviting vintage-style living room, bathed in soft, golden sunlight. A playful white cat with blue eyes chases after a few fluttering pink butterflies that dance through the air. The room is filled with cozy furniture and decorated with a touch of whimsy. The walls are adorned with framed black-and-white photos, and the phrase 'are u ok' is gently watermarked on the image, adding a subtle, friendly touch. The scene is peaceful and free of human figures, focusing on the gentle interaction between the cat and the butterflies. \ No newline at end of file diff --git a/texts/df90fef8-b3e9-48d9-8933-3a068f9e0f77.txt b/texts/df90fef8-b3e9-48d9-8933-3a068f9e0f77.txt new file mode 100644 index 0000000000000000000000000000000000000000..44a1c58a30a4cc9e1174dcdf949f18f79f775240 --- /dev/null +++ b/texts/df90fef8-b3e9-48d9-8933-3a068f9e0f77.txt @@ -0,0 +1 @@ +Lots of West Highland puppies, snowy mountains, happy playing, bold colors, doggy stars, motion blur with flash \ No newline at end of file diff --git a/texts/df99a341-8715-4dd1-af85-f1e6dc3a8d81.txt b/texts/df99a341-8715-4dd1-af85-f1e6dc3a8d81.txt new file mode 100644 index 0000000000000000000000000000000000000000..406fd084bb480f4ea34ff5762aa871d86401aa69 --- /dev/null +++ b/texts/df99a341-8715-4dd1-af85-f1e6dc3a8d81.txt @@ -0,0 +1 @@ +A Samoyed reading a book \ No newline at end of file diff --git a/texts/dfaf0924-2738-48b6-9587-bd9c720c0d91.txt b/texts/dfaf0924-2738-48b6-9587-bd9c720c0d91.txt new file mode 100644 index 0000000000000000000000000000000000000000..95e4ce13e93f75a13c49057a79594c183f354fe6 --- /dev/null +++ b/texts/dfaf0924-2738-48b6-9587-bd9c720c0d91.txt @@ -0,0 +1 @@ +In a village within Guangzhou city, a Spider-Man wearing a Tang suit is riding a bicycle, with pedestrians watching. \ No newline at end of file diff --git a/texts/dfb10c84-2d3a-487b-8e09-32cbf7aa0a50.txt b/texts/dfb10c84-2d3a-487b-8e09-32cbf7aa0a50.txt new file mode 100644 index 0000000000000000000000000000000000000000..1254e7afcbab8716689e1166b2ef74327caf2800 --- /dev/null +++ b/texts/dfb10c84-2d3a-487b-8e09-32cbf7aa0a50.txt @@ -0,0 +1 @@ +Teddy puppy and blue and white kitten playing in the snow \ No newline at end of file diff --git a/texts/dfb67127-906d-4919-be85-dcda7822d0e2.txt b/texts/dfb67127-906d-4919-be85-dcda7822d0e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f158a9e0b6a45f3d76a24e88840cf0ca552e1161 --- /dev/null +++ b/texts/dfb67127-906d-4919-be85-dcda7822d0e2.txt @@ -0,0 +1 @@ +A Maltese in the snow. Romantic fireworks. \ No newline at end of file diff --git a/texts/dfcebff5-784b-4609-b938-eaff89a473e3.txt b/texts/dfcebff5-784b-4609-b938-eaff89a473e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3099c08bb06b72c03544fb74b6e0d01484ae958 --- /dev/null +++ b/texts/dfcebff5-784b-4609-b938-eaff89a473e3.txt @@ -0,0 +1 @@ +black-and-white gradient patterns.Snowy ground, night, blue tone, running, Silver Tabby Maine Coon cat.mostly in white \ No newline at end of file diff --git a/texts/dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0.txt b/texts/dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5c4e0be37d73e029aa06aaf7ed755df5d8611e9 --- /dev/null +++ b/texts/dfd2f1fd-19fa-4ca7-aafe-20e03d0996b0.txt @@ -0,0 +1 @@ +lonely puppy sitting by the lighthouse, stormy sea background, moody atmosphere, oil painting style, emotional \ No newline at end of file diff --git a/texts/dfd715ac-4c45-46f1-aac7-ba384598c6d9.txt b/texts/dfd715ac-4c45-46f1-aac7-ba384598c6d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fe7ca11a0a45846b4fcd7045e1cd6e30c25be05 --- /dev/null +++ b/texts/dfd715ac-4c45-46f1-aac7-ba384598c6d9.txt @@ -0,0 +1 @@ +an old boatman wearing hat stands on a boat in the lake ,looking at the stars ,blues \ No newline at end of file diff --git a/texts/dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c.txt b/texts/dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4066bd6f4143a931086995f27883fe94d4620776 --- /dev/null +++ b/texts/dfdd87a7-85a3-47aa-aa5b-4b022c2eec2c.txt @@ -0,0 +1 @@ +Three different colored winged kittens are drinking in a bar \ No newline at end of file diff --git a/texts/dfe027c0-4706-4150-91da-34ce3dea4e6c.txt b/texts/dfe027c0-4706-4150-91da-34ce3dea4e6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..00364f2d7fa7e5c728ccdfe7a0e57b4850431737 --- /dev/null +++ b/texts/dfe027c0-4706-4150-91da-34ce3dea4e6c.txt @@ -0,0 +1 @@ +A white and cute cat operating the sound console 88rs in the studio \ No newline at end of file diff --git a/texts/dfea0813-57e7-41af-94cf-947c3c10a8d7.txt b/texts/dfea0813-57e7-41af-94cf-947c3c10a8d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..396e60ba59e9ab52b20aa8a5ee35644dbb51a9a0 --- /dev/null +++ b/texts/dfea0813-57e7-41af-94cf-947c3c10a8d7.txt @@ -0,0 +1 @@ +A very thin black cat and a white rabbit snuggle together on the snowy beach, they are a little far away from the camera, the main body looks small, there are stars in the sky, a little fireworks around, butterfly wings \ No newline at end of file diff --git a/texts/dfea5002-9728-4fa0-b29b-2c5a635894df.txt b/texts/dfea5002-9728-4fa0-b29b-2c5a635894df.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fc85e6ad5d8217e785b4d534c0aeba1936b0a98 --- /dev/null +++ b/texts/dfea5002-9728-4fa0-b29b-2c5a635894df.txt @@ -0,0 +1 @@ +awhite rabbit was smoking a cigarette next to the Christmas tree in the lakeside square that was full of lights \ No newline at end of file diff --git a/texts/dff7ce39-800d-4893-a06c-94bafa040c5a.txt b/texts/dff7ce39-800d-4893-a06c-94bafa040c5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d82b3392297fcb315273d073fe79a4d7e00b471 --- /dev/null +++ b/texts/dff7ce39-800d-4893-a06c-94bafa040c5a.txt @@ -0,0 +1 @@ +A white cat with wing,under stars, \ No newline at end of file diff --git a/texts/dfff16e6-0e59-442b-abdb-49354c807843.txt b/texts/dfff16e6-0e59-442b-abdb-49354c807843.txt new file mode 100644 index 0000000000000000000000000000000000000000..07c80b41a02b8ec82ec5e39e5d2df90e839595c6 --- /dev/null +++ b/texts/dfff16e6-0e59-442b-abdb-49354c807843.txt @@ -0,0 +1 @@ +A 60cm Snoopy doll takes part in a show in a spaceship, dressed fashionably and with khaki ears \ No newline at end of file diff --git a/texts/e003d7fe-f347-4035-bd49-f1b9a6a78524.txt b/texts/e003d7fe-f347-4035-bd49-f1b9a6a78524.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ce74799ce382e33b14d23dd1169ede9c9152fd8 --- /dev/null +++ b/texts/e003d7fe-f347-4035-bd49-f1b9a6a78524.txt @@ -0,0 +1 @@ +Little Samoyed blew up the paper with a single shot \ No newline at end of file diff --git a/texts/e010dacb-9aa0-48c7-b981-e646cdb16329.txt b/texts/e010dacb-9aa0-48c7-b981-e646cdb16329.txt new file mode 100644 index 0000000000000000000000000000000000000000..03e2f8dd004bf6107dfc15a3f87166182ee66165 --- /dev/null +++ b/texts/e010dacb-9aa0-48c7-b981-e646cdb16329.txt @@ -0,0 +1 @@ +A small Samoyed and a little golden hair sit next to him in the blue-green aurora snow, with a Christmas tree behind him and fireworks. \ No newline at end of file diff --git a/texts/e013e978-e0d7-4044-adfc-08d755d175f2.txt b/texts/e013e978-e0d7-4044-adfc-08d755d175f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..431d98d34bc313b1da43037177ad2d8cd75e7970 --- /dev/null +++ b/texts/e013e978-e0d7-4044-adfc-08d755d175f2.txt @@ -0,0 +1 @@ +Create an image of an anthropomorphic orange cat working at a fish stall in a typical 1980s Guangzhou market, with a dreamy, nostalgic Chinese aesthetic. The cat should be proportionate and detailed, wearing a traditional apron, skillfully handling fish with a knife. The background should include elements of a vintage Guangzhou market, such as old signs, wooden stalls, and locals in period attire, all within a surreal and dreamlike atmosphere that captures the essence of the era. \ No newline at end of file diff --git a/texts/e0152257-481e-4d35-8ad2-fa0359cded7a.txt b/texts/e0152257-481e-4d35-8ad2-fa0359cded7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e51cae4c6348c09e39baf578ad5c8753457d1db6 --- /dev/null +++ b/texts/e0152257-481e-4d35-8ad2-fa0359cded7a.txt @@ -0,0 +1 @@ +I am upright, brave and I have social buzz \ No newline at end of file diff --git a/texts/e0210a75-5bdb-4923-a59d-3df3c7056650.txt b/texts/e0210a75-5bdb-4923-a59d-3df3c7056650.txt new file mode 100644 index 0000000000000000000000000000000000000000..47f067e385bab08ec52f35441bb6c4ae0a47b27e --- /dev/null +++ b/texts/e0210a75-5bdb-4923-a59d-3df3c7056650.txt @@ -0,0 +1 @@ +The golden wheat fields stretch out, and in the distance are green woods. There is a 3D-shaped cloud in the light blue sky. \ No newline at end of file diff --git a/texts/e02647a9-b6df-43c5-b335-711425f07b8f.txt b/texts/e02647a9-b6df-43c5-b335-711425f07b8f.txt new file mode 100644 index 0000000000000000000000000000000000000000..286060a03e7bc56b47923a29e839add3ff2310bc --- /dev/null +++ b/texts/e02647a9-b6df-43c5-b335-711425f07b8f.txt @@ -0,0 +1 @@ +Christmas is here, hello Kitty is drinking. The table is full of wine, and there is a Bengal leopard cat next to her \ No newline at end of file diff --git a/texts/e027e7ff-0e24-4fb4-a2a8-27fb85af0aec.txt b/texts/e027e7ff-0e24-4fb4-a2a8-27fb85af0aec.txt new file mode 100644 index 0000000000000000000000000000000000000000..6513a98d6217be48de83b8898b1055d644094345 --- /dev/null +++ b/texts/e027e7ff-0e24-4fb4-a2a8-27fb85af0aec.txt @@ -0,0 +1 @@ +A burger sits in front of a sewing machine \ No newline at end of file diff --git a/texts/e02f54b2-a735-4f8a-932b-8b74c8263555.txt b/texts/e02f54b2-a735-4f8a-932b-8b74c8263555.txt new file mode 100644 index 0000000000000000000000000000000000000000..69c3687b1801857fa0a214a1eae2c8b5e10b20e0 --- /dev/null +++ b/texts/e02f54b2-a735-4f8a-932b-8b74c8263555.txt @@ -0,0 +1 @@ +Black cat playing the piano with bubbles in the air and snow \ No newline at end of file diff --git a/texts/e045dce9-9557-40ca-b832-0d255f63dca8.txt b/texts/e045dce9-9557-40ca-b832-0d255f63dca8.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bfa33e6c42223207d6bd561914c22d8ce39a2eb --- /dev/null +++ b/texts/e045dce9-9557-40ca-b832-0d255f63dca8.txt @@ -0,0 +1 @@ +A cat and a rabbit in winter with house lighting \ No newline at end of file diff --git a/texts/e0465017-24fd-4d42-84c6-0f4d591a7c85.txt b/texts/e0465017-24fd-4d42-84c6-0f4d591a7c85.txt new file mode 100644 index 0000000000000000000000000000000000000000..0db4996860cea4f7302ea2b55fb58ad3be497290 --- /dev/null +++ b/texts/e0465017-24fd-4d42-84c6-0f4d591a7c85.txt @@ -0,0 +1 @@ +Whimsical Lunar New Year Card with Zodiac Theme \ No newline at end of file diff --git a/texts/e04b2107-6cf2-47ca-aa58-c83e83a3ccc4.txt b/texts/e04b2107-6cf2-47ca-aa58-c83e83a3ccc4.txt new file mode 100644 index 0000000000000000000000000000000000000000..2895f5c8c2136a151e59d570d4d81a68dc8ba07f --- /dev/null +++ b/texts/e04b2107-6cf2-47ca-aa58-c83e83a3ccc4.txt @@ -0,0 +1 @@ +On the table in a beautiful room, there is a three-layer strawberry cake with 1208 written on it. Outside the window is the night sky, with stars and beautiful flowers, plants, and trees \ No newline at end of file diff --git a/texts/e04e432f-4eef-46d5-b89f-dd5279d073a0.txt b/texts/e04e432f-4eef-46d5-b89f-dd5279d073a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..f54a3170164aec8fc2dbed86f0f11c74c4a50df9 --- /dev/null +++ b/texts/e04e432f-4eef-46d5-b89f-dd5279d073a0.txt @@ -0,0 +1 @@ +a sika deer in the car, the car on the snow, forest, sunset, \ No newline at end of file diff --git a/texts/e05ec191-e7f4-4f5b-9aa9-c2d877b2f606.txt b/texts/e05ec191-e7f4-4f5b-9aa9-c2d877b2f606.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d2e72d7f376ca16b41ad628495f9f8c57c243b9 --- /dev/null +++ b/texts/e05ec191-e7f4-4f5b-9aa9-c2d877b2f606.txt @@ -0,0 +1 @@ +there's a coke on the chair \ No newline at end of file diff --git a/texts/e0610bb1-7b42-4a03-8c80-c4dd281846e9.txt b/texts/e0610bb1-7b42-4a03-8c80-c4dd281846e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b04d8b0bd84f486972af63a5d22575613572fd36 --- /dev/null +++ b/texts/e0610bb1-7b42-4a03-8c80-c4dd281846e9.txt @@ -0,0 +1 @@ +Femme de loin dans la nature \ No newline at end of file diff --git a/texts/e0637adf-fd30-4086-ab9d-fba9105c5a19.txt b/texts/e0637adf-fd30-4086-ab9d-fba9105c5a19.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ea825b6b491cb6d65be6ba4e0f3a8e5e402fd12 --- /dev/null +++ b/texts/e0637adf-fd30-4086-ab9d-fba9105c5a19.txt @@ -0,0 +1 @@ +A mini dachshund puppy celebrating christmas with a red christmas outfit, some ribbons, a cream cake look like christmas tree, centre composition \ No newline at end of file diff --git a/texts/e06d420e-3877-46e7-a275-fef365f972b2.txt b/texts/e06d420e-3877-46e7-a275-fef365f972b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..a838049e786c8466227caf67614e373fd9e541a6 --- /dev/null +++ b/texts/e06d420e-3877-46e7-a275-fef365f972b2.txt @@ -0,0 +1 @@ +A Sailor Moon with a cat head is pulling a pig in the snow \ No newline at end of file diff --git a/texts/e0738daf-baaf-4cb4-9e9c-004edcb48193.txt b/texts/e0738daf-baaf-4cb4-9e9c-004edcb48193.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e11f4692c17c6e94c7928647a6ee5d3a68ca233 --- /dev/null +++ b/texts/e0738daf-baaf-4cb4-9e9c-004edcb48193.txt @@ -0,0 +1 @@ +lazing hello Kitty at sofa drink Coke cola \ No newline at end of file diff --git a/texts/e0864ccd-e368-42e7-a0d5-168723b5351a.txt b/texts/e0864ccd-e368-42e7-a0d5-168723b5351a.txt new file mode 100644 index 0000000000000000000000000000000000000000..863216161271074ac09d5aa6254bd8b351b40664 --- /dev/null +++ b/texts/e0864ccd-e368-42e7-a0d5-168723b5351a.txt @@ -0,0 +1 @@ +hello kitty laughing and eating a cake , dressed in yellow in the snow, looks at the sea with headphones \ No newline at end of file diff --git a/texts/e08f849e-85c6-49b3-b005-943a57368b34.txt b/texts/e08f849e-85c6-49b3-b005-943a57368b34.txt new file mode 100644 index 0000000000000000000000000000000000000000..091c01ead5fc0e14d43671215ed3dd6e79f10468 --- /dev/null +++ b/texts/e08f849e-85c6-49b3-b005-943a57368b34.txt @@ -0,0 +1 @@ +On a snowy night, there was an expanse of snow-covered ground stretching as far as the eye could see. In the distance was the sea. There stood a white HelloKitty doll wearing a Christmas hat and a Christmas dress. Beside it was a Christmas tree. On the snow-covered ground were the marks of the word "LGY" and the traces of cat paws. The night scene was in a melancholy blue hue, with a dreamy effect of light particles, and the color saturation was on the high side. \ No newline at end of file diff --git a/texts/e098f290-37d4-4223-ba67-7551cf4f8459.txt b/texts/e098f290-37d4-4223-ba67-7551cf4f8459.txt new file mode 100644 index 0000000000000000000000000000000000000000..74fca47a7f7d13b423487354d94878dc8e3c3801 --- /dev/null +++ b/texts/e098f290-37d4-4223-ba67-7551cf4f8459.txt @@ -0,0 +1 @@ +The universe and jellyfish \ No newline at end of file diff --git a/texts/e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5.txt b/texts/e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebb88484d395859a0b86df335f76fc8d9cef6400 --- /dev/null +++ b/texts/e0999fc0-38ef-41b4-a9ef-c9d9ec4adeb5.txt @@ -0,0 +1 @@ +A little white Shiba Inu seat in front my bed with my christmas gift which is packed with green and red paper \ No newline at end of file diff --git a/texts/e09fc3c6-6565-46f1-b35a-47a8213f4aa0.txt b/texts/e09fc3c6-6565-46f1-b35a-47a8213f4aa0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d2b4ed57e21e7b00673361de50a124949500138 --- /dev/null +++ b/texts/e09fc3c6-6565-46f1-b35a-47a8213f4aa0.txt @@ -0,0 +1 @@ +A West Highland puppy in a white coat with a stethoscope is eating pizza. \ No newline at end of file diff --git a/texts/e0a460a2-c283-4ab8-b392-36a2c865d1bb.txt b/texts/e0a460a2-c283-4ab8-b392-36a2c865d1bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..307db6992543ed46b9f20a52a5c5998b55c32503 --- /dev/null +++ b/texts/e0a460a2-c283-4ab8-b392-36a2c865d1bb.txt @@ -0,0 +1 @@ +The little black cat has 11.9 written on it, watching stars in the snow with some colorful notes around it \ No newline at end of file diff --git a/texts/e0a878ac-c29a-43d8-91c7-508a90848ec5.txt b/texts/e0a878ac-c29a-43d8-91c7-508a90848ec5.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df85c58fe78567b7165452520ac9f9655bdc295 --- /dev/null +++ b/texts/e0a878ac-c29a-43d8-91c7-508a90848ec5.txt @@ -0,0 +1 @@ +A school made of red bricks in the distance, with a lake and river beside it, a landscaped road at the school's entrance, and melting ice cream. \ No newline at end of file diff --git a/texts/e0afccfa-95b8-4e06-87b3-dd16f86e6671.txt b/texts/e0afccfa-95b8-4e06-87b3-dd16f86e6671.txt new file mode 100644 index 0000000000000000000000000000000000000000..541dffebead2b79159259d11a2cbad6c814c1153 --- /dev/null +++ b/texts/e0afccfa-95b8-4e06-87b3-dd16f86e6671.txt @@ -0,0 +1 @@ +A baby sheep wearing aviator sunglasses is flying a plane above the grassland \ No newline at end of file diff --git a/texts/e0b7a176-ccb4-4d46-b282-6a3c34b84f64.txt b/texts/e0b7a176-ccb4-4d46-b282-6a3c34b84f64.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f24f0a26d83dd04e7725e652553ec079f3f5a91 --- /dev/null +++ b/texts/e0b7a176-ccb4-4d46-b282-6a3c34b84f64.txt @@ -0,0 +1 @@ +Write TREASURE in the snow in the Christmas atmosphere \ No newline at end of file diff --git a/texts/e0c05a0d-d6ff-4b14-a503-dcaf628828e9.txt b/texts/e0c05a0d-d6ff-4b14-a503-dcaf628828e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bcff59b90d969525202d3cf8fd5512ea2ea0ca8 --- /dev/null +++ b/texts/e0c05a0d-d6ff-4b14-a503-dcaf628828e9.txt @@ -0,0 +1 @@ +A white British Shorthair with glasses is standing on a guitar. There is a cup of coffee beside it, and the sunset is outside the landing window \ No newline at end of file diff --git a/texts/e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3.txt b/texts/e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ad377e6def8dbb0889a6f672d3006cc13197dca --- /dev/null +++ b/texts/e0c4d8b9-7bc3-4a34-8c98-f755ca294eb3.txt @@ -0,0 +1 @@ +A kitten sitting by the seaside and drinking milk tea. \ No newline at end of file diff --git a/texts/e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1.txt b/texts/e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef5fb2f9011abf6f4b23aa4bd1d452b63abacd00 --- /dev/null +++ b/texts/e0c9372b-1c5d-4b5a-a5e5-fa0ebd49d5b1.txt @@ -0,0 +1 @@ +tuxedo cat swimming in pool \ No newline at end of file diff --git a/texts/e0cb4498-a606-4057-91b0-bbf167603084.txt b/texts/e0cb4498-a606-4057-91b0-bbf167603084.txt new file mode 100644 index 0000000000000000000000000000000000000000..c483b289d04d73a64c1fabf7ab96ff43981d2d3c --- /dev/null +++ b/texts/e0cb4498-a606-4057-91b0-bbf167603084.txt @@ -0,0 +1 @@ +There's a Pikachu next to the spicy bread \ No newline at end of file diff --git a/texts/e0d5e046-9133-4d71-81a0-e720e1f46545.txt b/texts/e0d5e046-9133-4d71-81a0-e720e1f46545.txt new file mode 100644 index 0000000000000000000000000000000000000000..c834ca486b12199c1b4c835862d2e07438cfd4c9 --- /dev/null +++ b/texts/e0d5e046-9133-4d71-81a0-e720e1f46545.txt @@ -0,0 +1 @@ +The purple birthday cake says the MJQ date is December 12th \ No newline at end of file diff --git a/texts/e0d687bb-662f-4e5a-8e20-fc1baaac31e2.txt b/texts/e0d687bb-662f-4e5a-8e20-fc1baaac31e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ede3377a3f0ea7806d9a7d41d3196cd36099861 --- /dev/null +++ b/texts/e0d687bb-662f-4e5a-8e20-fc1baaac31e2.txt @@ -0,0 +1 @@ +me at the beach \ No newline at end of file diff --git a/texts/e0d7492e-358c-4e78-85ae-5082380a8f19.txt b/texts/e0d7492e-358c-4e78-85ae-5082380a8f19.txt new file mode 100644 index 0000000000000000000000000000000000000000..8449db103216ffaf52fea63c0819f84d2c759406 --- /dev/null +++ b/texts/e0d7492e-358c-4e78-85ae-5082380a8f19.txt @@ -0,0 +1 @@ +A handsome young monk with short hair and a navy blue kimono stands in front with the lake's Kinkaku-ji Temple on fire in the background \ No newline at end of file diff --git a/texts/e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47.txt b/texts/e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47.txt new file mode 100644 index 0000000000000000000000000000000000000000..8655920edd4eb6cf5988ca5b27a063f7610797ab --- /dev/null +++ b/texts/e0e9a016-b6a9-4a7e-b7dd-38cd0ebefa47.txt @@ -0,0 +1 @@ +The background is the complete Arc de Triomphe in Milan, with a blue sky above it. A Hello Kitty is happily taking a picture, wearing a blue shirt and white pants, carrying a messenger bag, and wearing glasses. \ No newline at end of file diff --git a/texts/e0ea8e54-970e-464e-ad14-4ec13220184b.txt b/texts/e0ea8e54-970e-464e-ad14-4ec13220184b.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e90d8c659383f1c93d2e9b73653368061cbcc91 --- /dev/null +++ b/texts/e0ea8e54-970e-464e-ad14-4ec13220184b.txt @@ -0,0 +1 @@ +A cute little Munchkin cat whose hair color is cream \ No newline at end of file diff --git a/texts/e0ef1210-b0ee-4703-b86f-d6da2dd60947.txt b/texts/e0ef1210-b0ee-4703-b86f-d6da2dd60947.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b314f5adc38a20a08d05df8369cf4a3220925df --- /dev/null +++ b/texts/e0ef1210-b0ee-4703-b86f-d6da2dd60947.txt @@ -0,0 +1 @@ +A black cat runs after a lot of butterfly on the snow. Fireworks rise in the foreground. \ No newline at end of file diff --git a/texts/e0f16b58-4884-403d-81c9-314cb1cd8d8a.txt b/texts/e0f16b58-4884-403d-81c9-314cb1cd8d8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..203b60b591a6aebedd1fda9f0453dbe9a9d3bddc --- /dev/null +++ b/texts/e0f16b58-4884-403d-81c9-314cb1cd8d8a.txt @@ -0,0 +1 @@ +A black cat lies on the white refrigerator and looks out of the window. \ No newline at end of file diff --git a/texts/e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1.txt b/texts/e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b24165fd8a74db39deca8cf672e61ab9a4c149b4 --- /dev/null +++ b/texts/e0f2debc-1a6b-4d68-aa66-51f2bfe6ade1.txt @@ -0,0 +1 @@ +Two American Shorthair cat with white bellies and gray backs with black stripes build snowmen in the twilight snow \ No newline at end of file diff --git a/texts/e102a230-b645-408c-9ec5-d3574397b956.txt b/texts/e102a230-b645-408c-9ec5-d3574397b956.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9abe60357c2e8235c612dad3cb9c2937a0a548a --- /dev/null +++ b/texts/e102a230-b645-408c-9ec5-d3574397b956.txt @@ -0,0 +1 @@ +In the 1980s in small-town America, there were teenagers on bikes outside an arcade, just like on the Stranger Things TV series \ No newline at end of file diff --git a/texts/e10a41e9-f65b-4303-aea8-6b5d6ba866ea.txt b/texts/e10a41e9-f65b-4303-aea8-6b5d6ba866ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..78ab4ac31bca966a3ca317f00cde1dec8878c34c --- /dev/null +++ b/texts/e10a41e9-f65b-4303-aea8-6b5d6ba866ea.txt @@ -0,0 +1 @@ +Kobe is shooting on the rooftop of the building. At sunrise, there are many basketballs floating in the sky \ No newline at end of file diff --git a/texts/e1167632-59ac-4aa2-a77f-4abef85e3bb4.txt b/texts/e1167632-59ac-4aa2-a77f-4abef85e3bb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1967667d835cec1817563580b9d3ed6053887d13 --- /dev/null +++ b/texts/e1167632-59ac-4aa2-a77f-4abef85e3bb4.txt @@ -0,0 +1 @@ +A cute hellokitty cat with a small cake and a Santa hat on a snowy Christmas day \ No newline at end of file diff --git a/texts/e118321f-0333-41aa-a492-442dd5531344.txt b/texts/e118321f-0333-41aa-a492-442dd5531344.txt new file mode 100644 index 0000000000000000000000000000000000000000..9537ba8b28a042ff0a84dafe223dbef8c0fd8724 --- /dev/null +++ b/texts/e118321f-0333-41aa-a492-442dd5531344.txt @@ -0,0 +1 @@ +A lovely cat wears a birthday hat and has its English name yosh written next to its birthday. \ No newline at end of file diff --git a/texts/e11a6de1-227d-4044-8576-fd556e34452a.txt b/texts/e11a6de1-227d-4044-8576-fd556e34452a.txt new file mode 100644 index 0000000000000000000000000000000000000000..36a73309978a19cbf25a19825606d9863523c328 --- /dev/null +++ b/texts/e11a6de1-227d-4044-8576-fd556e34452a.txt @@ -0,0 +1 @@ +Snow Mountain grass fire skiing Hello Kitty \ No newline at end of file diff --git a/texts/e11cc109-eb8c-49de-b4c3-d36605302449.txt b/texts/e11cc109-eb8c-49de-b4c3-d36605302449.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff2bb660450ac49bbb89d332d5dd16514ae85d36 --- /dev/null +++ b/texts/e11cc109-eb8c-49de-b4c3-d36605302449.txt @@ -0,0 +1 @@ +An ginger cat is holding a big thigh bone horizontally in his mouth, sitting upright in the snow, looking at me with his shining green eyes \ No newline at end of file diff --git a/texts/e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c.txt b/texts/e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6199b2e40dc6d0a96955de68db88b61bf317a12f --- /dev/null +++ b/texts/e11ccc1b-fdad-4b3e-9c44-7b8ab24ea40c.txt @@ -0,0 +1 @@ +retro looking kitchen with a black cat with headphones on, looking at a convex mirror and a dark green iphone taking a picture through the convex mirror \ No newline at end of file diff --git a/texts/e11e4e85-6a3c-4e03-81ec-4f05da2b442d.txt b/texts/e11e4e85-6a3c-4e03-81ec-4f05da2b442d.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c3c2eaf48acc9ad3b29477882d7563952297d54 --- /dev/null +++ b/texts/e11e4e85-6a3c-4e03-81ec-4f05da2b442d.txt @@ -0,0 +1 @@ +westhighland white terrier designing an architecture with a labtop \ No newline at end of file diff --git a/texts/e1214e32-91ce-4014-9e3b-b0e7479381fc.txt b/texts/e1214e32-91ce-4014-9e3b-b0e7479381fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..e09f55065ead99300f6e56df95cf0848fe0046f2 --- /dev/null +++ b/texts/e1214e32-91ce-4014-9e3b-b0e7479381fc.txt @@ -0,0 +1 @@ +sunset, sunglasses hamster, lying on the beach chair, palm tree, old school style \ No newline at end of file diff --git a/texts/e122119f-77b5-44df-8a6c-d520a24caeb8.txt b/texts/e122119f-77b5-44df-8a6c-d520a24caeb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..564494b6d774b222de25341885bb44b5ff7a85df --- /dev/null +++ b/texts/e122119f-77b5-44df-8a6c-d520a24caeb8.txt @@ -0,0 +1 @@ +A 25-year-old bald young man, wearing a down jacket, stands in a desert under a blue sky with his polar bear friend. The camera pulls back, revealing a clean and minimalist scene. \ No newline at end of file diff --git a/texts/e140a7ef-f63d-426f-8aef-b29e5b787eb4.txt b/texts/e140a7ef-f63d-426f-8aef-b29e5b787eb4.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b20113dc71b6e6659444cfe3dd48e3c24ef723d --- /dev/null +++ b/texts/e140a7ef-f63d-426f-8aef-b29e5b787eb4.txt @@ -0,0 +1 @@ +A black horse with a saddle stood quietly in the snow \ No newline at end of file diff --git a/texts/e148d041-6b0d-4c2f-936d-c039aee20a35.txt b/texts/e148d041-6b0d-4c2f-936d-c039aee20a35.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e256bfeac8f72006626a75c7409cedf5b2bce9a --- /dev/null +++ b/texts/e148d041-6b0d-4c2f-936d-c039aee20a35.txt @@ -0,0 +1 @@ +Forest snowing \ No newline at end of file diff --git a/texts/e149bcb8-c7ed-4e9c-9b25-37beae56f8cd.txt b/texts/e149bcb8-c7ed-4e9c-9b25-37beae56f8cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..c763e0990b796fdaa6234b344f1c525b27985f50 --- /dev/null +++ b/texts/e149bcb8-c7ed-4e9c-9b25-37beae56f8cd.txt @@ -0,0 +1 @@ +A kitten is squatting in the forest where it is snowing at night and looking up at a beautiful, glowing butterfly. \ No newline at end of file diff --git a/texts/e15c0bb2-39bd-402b-ad96-5319ff0be4ca.txt b/texts/e15c0bb2-39bd-402b-ad96-5319ff0be4ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..07353b8a8cbcdf517a40596985ff53eb4f59da48 --- /dev/null +++ b/texts/e15c0bb2-39bd-402b-ad96-5319ff0be4ca.txt @@ -0,0 +1 @@ +It's snowing Hello Kitty is sitting on the ground, next to a Christmas tree, fireworks in the sky, next to a snowbank printed, sjy \ No newline at end of file diff --git a/texts/e15f7d3e-97d3-4156-83e4-61949c20f112.txt b/texts/e15f7d3e-97d3-4156-83e4-61949c20f112.txt new file mode 100644 index 0000000000000000000000000000000000000000..288fcf7d8689943ef938f3b295478901bd5e2631 --- /dev/null +++ b/texts/e15f7d3e-97d3-4156-83e4-61949c20f112.txt @@ -0,0 +1 @@ +The cute Crayon Shin-chan doll is sitting in the snow, The snow says LH love WL and the background is a sunny day. \ No newline at end of file diff --git a/texts/e16bad77-a5fa-42c2-89c2-6388fa527896.txt b/texts/e16bad77-a5fa-42c2-89c2-6388fa527896.txt new file mode 100644 index 0000000000000000000000000000000000000000..10a98a8902a1fd53d865cae776d52ce0706e3e56 --- /dev/null +++ b/texts/e16bad77-a5fa-42c2-89c2-6388fa527896.txt @@ -0,0 +1 @@ +A group of people carries Buddha statues toward Mount Fuji. \ No newline at end of file diff --git a/texts/e16f679f-c0b6-45cf-99ed-b3bbab3dc65c.txt b/texts/e16f679f-c0b6-45cf-99ed-b3bbab3dc65c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b78756f14b3f538aa23266adb2d862f78a71c899 --- /dev/null +++ b/texts/e16f679f-c0b6-45cf-99ed-b3bbab3dc65c.txt @@ -0,0 +1 @@ +The kitten is flying in the sky. \ No newline at end of file diff --git a/texts/e17383f5-3064-4cd6-aa86-48d6bb779ec4.txt b/texts/e17383f5-3064-4cd6-aa86-48d6bb779ec4.txt new file mode 100644 index 0000000000000000000000000000000000000000..41500acdcbe15429dfed034b169bf9ddceaf300b --- /dev/null +++ b/texts/e17383f5-3064-4cd6-aa86-48d6bb779ec4.txt @@ -0,0 +1 @@ +A little rabbit with a birthday hat in the snow, in front of a small cake, the sky is dark blue and floating snow \ No newline at end of file diff --git a/texts/e17b43e8-7af1-4a06-8d3e-ca9250490526.txt b/texts/e17b43e8-7af1-4a06-8d3e-ca9250490526.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c01b7be64a00e24807dd831d8ec5c2b2503e2ff --- /dev/null +++ b/texts/e17b43e8-7af1-4a06-8d3e-ca9250490526.txt @@ -0,0 +1 @@ +The sheep is grasing in the room. \ No newline at end of file diff --git a/texts/e17fc519-5e79-4a40-ab7b-3def0944f9e7.txt b/texts/e17fc519-5e79-4a40-ab7b-3def0944f9e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c834ca486b12199c1b4c835862d2e07438cfd4c9 --- /dev/null +++ b/texts/e17fc519-5e79-4a40-ab7b-3def0944f9e7.txt @@ -0,0 +1 @@ +The purple birthday cake says the MJQ date is December 12th \ No newline at end of file diff --git a/texts/e188f9bb-d77c-4347-97dd-53dd566c42d1.txt b/texts/e188f9bb-d77c-4347-97dd-53dd566c42d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2427e2a4ace430d6958c0e730f67cda34ec960e2 --- /dev/null +++ b/texts/e188f9bb-d77c-4347-97dd-53dd566c42d1.txt @@ -0,0 +1 @@ +A large colorpoint Ragdoll cat celebrating Christmas, accompanied by a slimmer tabby cat nearby. \ No newline at end of file diff --git a/texts/e18969b3-061c-4fce-a78c-4ff051253703.txt b/texts/e18969b3-061c-4fce-a78c-4ff051253703.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ebcf84964c4d35ab16ca7c5f09b9ea0e801271f --- /dev/null +++ b/texts/e18969b3-061c-4fce-a78c-4ff051253703.txt @@ -0,0 +1 @@ +A border collie with creamy gold and white color. Studying, with a pair of galss \ No newline at end of file diff --git a/texts/e18d50f5-774f-4581-90ab-136c7bffe241.txt b/texts/e18d50f5-774f-4581-90ab-136c7bffe241.txt new file mode 100644 index 0000000000000000000000000000000000000000..9892959c77b7bf7ba1503d6f0277a3a104167d18 --- /dev/null +++ b/texts/e18d50f5-774f-4581-90ab-136c7bffe241.txt @@ -0,0 +1 @@ +The Christmas tree by the sea, there are a lot of white bows on the Christmas tree decoration, there are a lot of light balls, firework \ No newline at end of file diff --git a/texts/e192e259-0f34-4d7e-94f9-054f1b2f57e8.txt b/texts/e192e259-0f34-4d7e-94f9-054f1b2f57e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebfd6122de474db2d3b0c70085f2c0ed582aa5fe --- /dev/null +++ b/texts/e192e259-0f34-4d7e-94f9-054f1b2f57e8.txt @@ -0,0 +1 @@ +Tote shopping bag Plastic pocket On the outdoor lawn daytime Bright light \ No newline at end of file diff --git a/texts/e1a730ce-b9c4-458b-b85c-9d051f63d430.txt b/texts/e1a730ce-b9c4-458b-b85c-9d051f63d430.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d7695849babcb77ebeaf0388be91a47b5f2bcc5 --- /dev/null +++ b/texts/e1a730ce-b9c4-458b-b85c-9d051f63d430.txt @@ -0,0 +1 @@ +Cat pulling on balloon string \ No newline at end of file diff --git a/texts/e1aa62e8-69fe-4d57-8b9f-a82f27c0465f.txt b/texts/e1aa62e8-69fe-4d57-8b9f-a82f27c0465f.txt new file mode 100644 index 0000000000000000000000000000000000000000..431a03f058d35cf58d030f51215a42cf63fd7504 --- /dev/null +++ b/texts/e1aa62e8-69fe-4d57-8b9f-a82f27c0465f.txt @@ -0,0 +1 @@ +On winter nights, the ground is covered in snow, and there are two large Hello Kitty in the foreground. One is wearing a suit and the other is wearing a wedding dress, symbolizing a romantic couple about to get married. On the snow in front of them were written 'ZYX&ZX'. The background night sky is filled with beautiful yellow fireworks, creating a warm, festive, and romantic atmosphere. \ No newline at end of file diff --git a/texts/e1b22d03-61f2-47da-9aa4-7bf26944d6d2.txt b/texts/e1b22d03-61f2-47da-9aa4-7bf26944d6d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c59e7eef531485556245d74e99937147dbb09eb --- /dev/null +++ b/texts/e1b22d03-61f2-47da-9aa4-7bf26944d6d2.txt @@ -0,0 +1 @@ +The Sylvanian family puppy and bunny ornaments stand side by side in the snow, with a Daniel & Patrick light sign in the snow and a Christmas tree in the background \ No newline at end of file diff --git a/texts/e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a.txt b/texts/e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a.txt new file mode 100644 index 0000000000000000000000000000000000000000..98ceadcdbf535c79fe5c377c185eef6893daa6a3 --- /dev/null +++ b/texts/e1bf592e-7ad0-4632-b4c3-03a8c1c2f15a.txt @@ -0,0 +1 @@ +Two gray Schnauzers and a white silver gradient English Shortcat celebrate their birthdays in the snow, with November 26th written on the birthday cake \ No newline at end of file diff --git a/texts/e1d407a4-085b-49e9-bdfa-a213c90c3de9.txt b/texts/e1d407a4-085b-49e9-bdfa-a213c90c3de9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f870f16589fb83b6ee1f1902e49f4eaaf448a21 --- /dev/null +++ b/texts/e1d407a4-085b-49e9-bdfa-a213c90c3de9.txt @@ -0,0 +1 @@ +A teddy bear working on a laptop on a yacht, drinking coffee, at noon with sunshine \ No newline at end of file diff --git a/texts/e1e82192-573a-4452-86c3-3fef31789b71.txt b/texts/e1e82192-573a-4452-86c3-3fef31789b71.txt new file mode 100644 index 0000000000000000000000000000000000000000..55ea40214145a015f6f03df76a3ac63492d2292c --- /dev/null +++ b/texts/e1e82192-573a-4452-86c3-3fef31789b71.txt @@ -0,0 +1 @@ +There was a spaceship parked in the snow in front of Kinkaku-ji, and the sky was still bleeding. \ No newline at end of file diff --git a/texts/e1ede184-e465-4c4a-89c7-82a7bc06fb7f.txt b/texts/e1ede184-e465-4c4a-89c7-82a7bc06fb7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c88b9491d4fd1dd608bdad664f9244c42f015edf --- /dev/null +++ b/texts/e1ede184-e465-4c4a-89c7-82a7bc06fb7f.txt @@ -0,0 +1 @@ +Hello Kitty is wearing a lady's suit with gd printed on it. She is standing on the stage with a little daisy in her hand, and there are fireworks in the sky. \ No newline at end of file diff --git a/texts/e1ee2fab-7011-4b47-b8c2-f94ff7d647ab.txt b/texts/e1ee2fab-7011-4b47-b8c2-f94ff7d647ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..67a91ef3517c54d0a2a1a5931ff80e2975118776 --- /dev/null +++ b/texts/e1ee2fab-7011-4b47-b8c2-f94ff7d647ab.txt @@ -0,0 +1 @@ +A giant basketball in a playground, blue sky, sunlight, \ No newline at end of file diff --git a/texts/e1fb7769-949f-45c5-987b-8ac3c48d800c.txt b/texts/e1fb7769-949f-45c5-987b-8ac3c48d800c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4faa5513eea7de880ae3fd732eeca16f5963ab30 --- /dev/null +++ b/texts/e1fb7769-949f-45c5-987b-8ac3c48d800c.txt @@ -0,0 +1 @@ + yellow sofa with no scripts \ No newline at end of file diff --git a/texts/e2011a9b-8439-4946-8291-dd9a78c0dc9e.txt b/texts/e2011a9b-8439-4946-8291-dd9a78c0dc9e.txt new file mode 100644 index 0000000000000000000000000000000000000000..abdc33e7452a866b764b066c1a56561a5e6f98d2 --- /dev/null +++ b/texts/e2011a9b-8439-4946-8291-dd9a78c0dc9e.txt @@ -0,0 +1 @@ +Today, perfume is an important part of personal care and individual expression. Technological developments, sustainability and ethical concerns continue to shape the perfume industry.paint this \ No newline at end of file diff --git a/texts/e20bdcf7-dd8f-48c5-8593-a06770b268fd.txt b/texts/e20bdcf7-dd8f-48c5-8593-a06770b268fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..974a96842364fbccf6561798703c42e6064d58e6 --- /dev/null +++ b/texts/e20bdcf7-dd8f-48c5-8593-a06770b268fd.txt @@ -0,0 +1 @@ +A West Highland terrier, sofa, TV, Christmas tree \ No newline at end of file diff --git a/texts/e20e74e2-5a59-4b49-a8b1-22d98c1638ca.txt b/texts/e20e74e2-5a59-4b49-a8b1-22d98c1638ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e7caea2a21508166464f28433a59f1d19b8fe0 --- /dev/null +++ b/texts/e20e74e2-5a59-4b49-a8b1-22d98c1638ca.txt @@ -0,0 +1 @@ +A clothing store built with green transparent blocks, with several beige clothes hanging inside \ No newline at end of file diff --git a/texts/e213eba7-bcf9-4237-9e9c-9896848df4f8.txt b/texts/e213eba7-bcf9-4237-9e9c-9896848df4f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4246936d183c4951c58ac3e6974968cab51f0c32 --- /dev/null +++ b/texts/e213eba7-bcf9-4237-9e9c-9896848df4f8.txt @@ -0,0 +1 @@ +A Hatsune Miku plush doll is sitting on the snow. There is a small Christmas tree on the left. It is night. The shooting angle is overhead, with flash, retro filter, film texture and lens glare turned on \ No newline at end of file diff --git a/texts/e21b516a-cd60-4aa7-bdd0-cb9689c93b0b.txt b/texts/e21b516a-cd60-4aa7-bdd0-cb9689c93b0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b66fc6b944c8097fadfb7cf60d23aaf990e571ff --- /dev/null +++ b/texts/e21b516a-cd60-4aa7-bdd0-cb9689c93b0b.txt @@ -0,0 +1 @@ +Texido cat playing with orange tabby cat on a beach with firework and butterfly \ No newline at end of file diff --git a/texts/e2282f97-3b30-47d2-a189-8e1b3f6f2b31.txt b/texts/e2282f97-3b30-47d2-a189-8e1b3f6f2b31.txt new file mode 100644 index 0000000000000000000000000000000000000000..1db3cd5189dee2f67165b9c7bfa1eabffc039e3d --- /dev/null +++ b/texts/e2282f97-3b30-47d2-a189-8e1b3f6f2b31.txt @@ -0,0 +1 @@ +A 60cm Snoopy doll takes part in a show in a spaceship, dressed fashionably and with brown ears \ No newline at end of file diff --git a/texts/e232b3b4-e22f-440b-9edd-4655b9b1e961.txt b/texts/e232b3b4-e22f-440b-9edd-4655b9b1e961.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bccfb9ced2f864755f7858d58646ef81611f43d --- /dev/null +++ b/texts/e232b3b4-e22f-440b-9edd-4655b9b1e961.txt @@ -0,0 +1 @@ +The lighthouse shines on the melancholy ships of the bay \ No newline at end of file diff --git a/texts/e2355a58-4106-4f5b-8dcf-853701d231cd.txt b/texts/e2355a58-4106-4f5b-8dcf-853701d231cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7855d4ff91d6b3d416a11b8b06adc8b1b6d5031 --- /dev/null +++ b/texts/e2355a58-4106-4f5b-8dcf-853701d231cd.txt @@ -0,0 +1 @@ +World Cancer Day Event Flyer with Ribbon Motif \ No newline at end of file diff --git a/texts/e236d746-7abe-4323-80de-2063d5421d21.txt b/texts/e236d746-7abe-4323-80de-2063d5421d21.txt new file mode 100644 index 0000000000000000000000000000000000000000..40358ce84fc92af549dbc2cc14421c6f40550a4d --- /dev/null +++ b/texts/e236d746-7abe-4323-80de-2063d5421d21.txt @@ -0,0 +1 @@ +There's a Hello Kitty with a pink scarf in the snow, and behind it are fireworks, stars and transparent butterflies \ No newline at end of file diff --git a/texts/e2376490-3e2c-4916-8e29-7dca4adc78d9.txt b/texts/e2376490-3e2c-4916-8e29-7dca4adc78d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..759a49f38ca42095311d281f7a5bee5a337dc90a --- /dev/null +++ b/texts/e2376490-3e2c-4916-8e29-7dca4adc78d9.txt @@ -0,0 +1 @@ +A hello kitty is snowboarding with its goggles covered on its eyes. It is jumping from the edge of snow mountain \ No newline at end of file diff --git a/texts/e240366d-fc85-4d0f-9eb4-92ebb1261749.txt b/texts/e240366d-fc85-4d0f-9eb4-92ebb1261749.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfacba98a28b93dc407fbf8351428f3c2834e81a --- /dev/null +++ b/texts/e240366d-fc85-4d0f-9eb4-92ebb1261749.txt @@ -0,0 +1 @@ +text "MemeGUCCI" tatoo on man back \ No newline at end of file diff --git a/texts/e2486728-8691-4ebe-b713-25c3b3399347.txt b/texts/e2486728-8691-4ebe-b713-25c3b3399347.txt new file mode 100644 index 0000000000000000000000000000000000000000..4278df281b3580636da698645f9366bd3c6faef4 --- /dev/null +++ b/texts/e2486728-8691-4ebe-b713-25c3b3399347.txt @@ -0,0 +1 @@ +A kitten and a white puppy lean together against a deep blue night sky with a few stars in the background \ No newline at end of file diff --git a/texts/e24dd6a0-1b2d-4cdd-8e20-d602a14a9894.txt b/texts/e24dd6a0-1b2d-4cdd-8e20-d602a14a9894.txt new file mode 100644 index 0000000000000000000000000000000000000000..807b2ba386aaa50ff18a2c992b0af22beb63f5cc --- /dev/null +++ b/texts/e24dd6a0-1b2d-4cdd-8e20-d602a14a9894.txt @@ -0,0 +1 @@ +Christmas tree with presents, snow, real bunny, pink roses, blue sky \ No newline at end of file diff --git a/texts/e250129a-3dfa-43c9-8398-9e73a96c2ae5.txt b/texts/e250129a-3dfa-43c9-8398-9e73a96c2ae5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d28df46c1f227a8dfaa1bf715ebbca3e2e70b9a6 --- /dev/null +++ b/texts/e250129a-3dfa-43c9-8398-9e73a96c2ae5.txt @@ -0,0 +1 @@ +NRQ, Happy birthday! 27 years old. The background is a huge cake. \ No newline at end of file diff --git a/texts/e25726f6-41df-42ee-98bf-df3b41b1323b.txt b/texts/e25726f6-41df-42ee-98bf-df3b41b1323b.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f5ae5b4de07f89020734123562bd60cfc8f2c8 --- /dev/null +++ b/texts/e25726f6-41df-42ee-98bf-df3b41b1323b.txt @@ -0,0 +1 @@ +A HelloKitty doll sits on the beach with fireworks in the background and Cristina written on the snow land \ No newline at end of file diff --git a/texts/e25e5a8c-460f-425b-be46-1ad1c8c60c89.txt b/texts/e25e5a8c-460f-425b-be46-1ad1c8c60c89.txt new file mode 100644 index 0000000000000000000000000000000000000000..68a7f31f83ab2d01197776a732e36dc8c0e8f1cf --- /dev/null +++ b/texts/e25e5a8c-460f-425b-be46-1ad1c8c60c89.txt @@ -0,0 +1 @@ +An orange in the middle of an experiment. \ No newline at end of file diff --git a/texts/e261d133-a8c2-41b2-9891-953132432827.txt b/texts/e261d133-a8c2-41b2-9891-953132432827.txt new file mode 100644 index 0000000000000000000000000000000000000000..da9d5497c7449c562fc2745747dd287c33f889fd --- /dev/null +++ b/texts/e261d133-a8c2-41b2-9891-953132432827.txt @@ -0,0 +1 @@ +A husky dog wearing a security guard suite and sunglasses with a gun in paws siting on a yeallow vintage sofa in front of a christmas tree \ No newline at end of file diff --git a/texts/e26931b1-60a5-46f1-8a36-44cdcfeff7a6.txt b/texts/e26931b1-60a5-46f1-8a36-44cdcfeff7a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..862d6e2f50509fd4f4ce249e72dcf4466f2b3377 --- /dev/null +++ b/texts/e26931b1-60a5-46f1-8a36-44cdcfeff7a6.txt @@ -0,0 +1 @@ +A photo of a cute white puppy sitting in front of a table, wearing black framed glasses and silver white headphones. There is a computer and coffee on the table, and a fire is burning outside the window \ No newline at end of file diff --git a/texts/e26ac9a4-0d15-4bdc-9e35-c09588cb82db.txt b/texts/e26ac9a4-0d15-4bdc-9e35-c09588cb82db.txt new file mode 100644 index 0000000000000000000000000000000000000000..538b1d593fef1f5974632acf0f79178137a7ef88 --- /dev/null +++ b/texts/e26ac9a4-0d15-4bdc-9e35-c09588cb82db.txt @@ -0,0 +1 @@ +cat, Christmas tree hat, winter \ No newline at end of file diff --git a/texts/e26b4396-b2e4-4872-a418-5fe7d81374e0.txt b/texts/e26b4396-b2e4-4872-a418-5fe7d81374e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..28edaa67b3393cecdefb3389db022b0ff9d6a3ec --- /dev/null +++ b/texts/e26b4396-b2e4-4872-a418-5fe7d81374e0.txt @@ -0,0 +1 @@ +A person standing on a reef, surrounded by glaciers and the ocean \ No newline at end of file diff --git a/texts/e26f3f67-831e-4118-9b31-e6be237fa82f.txt b/texts/e26f3f67-831e-4118-9b31-e6be237fa82f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec8e042a492924ff378277b3a233af4dfc70c523 --- /dev/null +++ b/texts/e26f3f67-831e-4118-9b31-e6be237fa82f.txt @@ -0,0 +1 @@ +The winged black cat has an angelic aura and stands on Jupiter. \ No newline at end of file diff --git a/texts/e28a6c27-3115-44e2-84b3-aa8ebad7f4ff.txt b/texts/e28a6c27-3115-44e2-84b3-aa8ebad7f4ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..058be43221b36bf7dde9a12e3a6670426e5408f2 --- /dev/null +++ b/texts/e28a6c27-3115-44e2-84b3-aa8ebad7f4ff.txt @@ -0,0 +1 @@ +On a snowy day, the sky is pitch black. A Ragdoll cat and a cream-colored Munchkin cat are playing together, with invisible wings on their backs. \ No newline at end of file diff --git a/texts/e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e.txt b/texts/e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..66d609bd3b7cde645899d765dc1976a959a986cf --- /dev/null +++ b/texts/e2936b1c-6ee7-4e75-bfbd-1c06d10edd3e.txt @@ -0,0 +1 @@ +A very small and cute white rabbit sat on the sofa next to a stuffed carrot toy, and behind the rabbit was a TV with "HJR" written on it \ No newline at end of file diff --git a/texts/e296a2f2-3e11-4576-8025-dae5d7117f53.txt b/texts/e296a2f2-3e11-4576-8025-dae5d7117f53.txt new file mode 100644 index 0000000000000000000000000000000000000000..93c4dd40ba2a5f496f50478546a8112b291b7a5c --- /dev/null +++ b/texts/e296a2f2-3e11-4576-8025-dae5d7117f53.txt @@ -0,0 +1 @@ +A big Hello Kitty is sitting on the seat next to the high-speed train window, and the window is outside the sun and a green area. \ No newline at end of file diff --git a/texts/e29dbe59-9e6d-47cb-8f51-5cbd63f8092a.txt b/texts/e29dbe59-9e6d-47cb-8f51-5cbd63f8092a.txt new file mode 100644 index 0000000000000000000000000000000000000000..235be76b42c765b6306476dcb0ea4efb56bbc4f9 --- /dev/null +++ b/texts/e29dbe59-9e6d-47cb-8f51-5cbd63f8092a.txt @@ -0,0 +1 @@ +Handwritten word "H1109zj" in the snow, sunset , beach, a hellokitty doll standing next to "H1109zj", drifting snow \ No newline at end of file diff --git a/texts/e2ac48ef-8930-4b7d-bd6c-9fe070001896.txt b/texts/e2ac48ef-8930-4b7d-bd6c-9fe070001896.txt new file mode 100644 index 0000000000000000000000000000000000000000..76343b64b309f41f503c4b2ed0641a504ce70fe1 --- /dev/null +++ b/texts/e2ac48ef-8930-4b7d-bd6c-9fe070001896.txt @@ -0,0 +1 @@ +The white Schnauzer is playing with snow \ No newline at end of file diff --git a/texts/e2ac606e-297f-44cc-92c1-0ee42a4e711c.txt b/texts/e2ac606e-297f-44cc-92c1-0ee42a4e711c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c38e01aeeeac14e49a5f05f65ad8514d94af168d --- /dev/null +++ b/texts/e2ac606e-297f-44cc-92c1-0ee42a4e711c.txt @@ -0,0 +1 @@ +A furry cat in the snow and the moon in the sky \ No newline at end of file diff --git a/texts/e2c82bed-0b8e-434f-9aa8-bd509334a2a5.txt b/texts/e2c82bed-0b8e-434f-9aa8-bd509334a2a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa4967e01e1717b9308efe42a6d22a97916574b9 --- /dev/null +++ b/texts/e2c82bed-0b8e-434f-9aa8-bd509334a2a5.txt @@ -0,0 +1 @@ +A West Highland White Terrier is playing under the Christmas tree. There is a letter R. The house is decorated with all kinds of Christmas ornaments and it's snowing outside the window. \ No newline at end of file diff --git a/texts/e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e.txt b/texts/e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..90f58fec5d76a9505bf3adcc55b8c8a066af24f7 --- /dev/null +++ b/texts/e2c9504d-04b2-4f3f-a6da-01bcb9fbee8e.txt @@ -0,0 +1 @@ +On a snowy night, by the seaside, in a warm house with a bonfire and Christmas tree, with the words "hxx&qzx" written on the ground, a melancholic blue night scene, aurora, dreamy effects with light particles, and high color saturation \ No newline at end of file diff --git a/texts/e2cf119e-00bb-4825-80b7-c3bed678ad45.txt b/texts/e2cf119e-00bb-4825-80b7-c3bed678ad45.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d635fdd4f6e947307fa8500be0e6ca2498d84e7 --- /dev/null +++ b/texts/e2cf119e-00bb-4825-80b7-c3bed678ad45.txt @@ -0,0 +1 @@ +Two cats at a party holding sparkler. Gold and silver confetti and balloons on the ground \ No newline at end of file diff --git a/texts/e2d41ea1-0139-45f5-9dc1-bc5904b6c437.txt b/texts/e2d41ea1-0139-45f5-9dc1-bc5904b6c437.txt new file mode 100644 index 0000000000000000000000000000000000000000..1718b021c8bc3110410e630b8395a09d03169cf1 --- /dev/null +++ b/texts/e2d41ea1-0139-45f5-9dc1-bc5904b6c437.txt @@ -0,0 +1 @@ +A white rabbit with black ears is working in the company \ No newline at end of file diff --git a/texts/e2dad08f-0ddc-469b-91c0-52d96851d1e2.txt b/texts/e2dad08f-0ddc-469b-91c0-52d96851d1e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a11c003f0d9cb8bda0868da7e1facdec5118f71 --- /dev/null +++ b/texts/e2dad08f-0ddc-469b-91c0-52d96851d1e2.txt @@ -0,0 +1 @@ +A Yellow and white corgi Watch fireworks on the grassland in light snow falls from a pitch-black sky \ No newline at end of file diff --git a/texts/e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b.txt b/texts/e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c698fe8bd2a9d1f9635ccf2024925bd08f990347 --- /dev/null +++ b/texts/e2dc0f64-2ed4-4a19-a72a-9a1d64c82e1b.txt @@ -0,0 +1 @@ +White dog In the snow of Chinese New Year \ No newline at end of file diff --git a/texts/e2dc899c-d5ed-4b42-912c-be1052cfeb53.txt b/texts/e2dc899c-d5ed-4b42-912c-be1052cfeb53.txt new file mode 100644 index 0000000000000000000000000000000000000000..9de16560a881c18d38fde9ccd54a104bbc9f39ee --- /dev/null +++ b/texts/e2dc899c-d5ed-4b42-912c-be1052cfeb53.txt @@ -0,0 +1 @@ +Two west Highlands running on the beach by the sea, the sky is a beautiful sunset and brilliant fireworks \ No newline at end of file diff --git a/texts/e2e2ed76-24ce-4657-960f-f6bb65ecbadb.txt b/texts/e2e2ed76-24ce-4657-960f-f6bb65ecbadb.txt new file mode 100644 index 0000000000000000000000000000000000000000..f131ba099a55a64bede7f288857f99600eaff7a6 --- /dev/null +++ b/texts/e2e2ed76-24ce-4657-960f-f6bb65ecbadb.txt @@ -0,0 +1 @@ +A white kitten with dark sunglasses was wearing a purple scarf in the snow with a big cheeseburger on top of her head. \ No newline at end of file diff --git a/texts/e2f0bd07-22a2-4571-ba0e-c678bf1cacb5.txt b/texts/e2f0bd07-22a2-4571-ba0e-c678bf1cacb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..e68faa99d069e8c604fbe9a91925c755ca457c9e --- /dev/null +++ b/texts/e2f0bd07-22a2-4571-ba0e-c678bf1cacb5.txt @@ -0,0 +1 @@ +A cute dog flying on cloud \ No newline at end of file diff --git a/texts/e2f194a1-e345-4ebb-9279-14bf20fbdd92.txt b/texts/e2f194a1-e345-4ebb-9279-14bf20fbdd92.txt new file mode 100644 index 0000000000000000000000000000000000000000..7085e6dc5adf5f4f60deecc374c068001cbd63a9 --- /dev/null +++ b/texts/e2f194a1-e345-4ebb-9279-14bf20fbdd92.txt @@ -0,0 +1 @@ +A white Bichon bear and a brown teddydog play in the snow with fireworks in the sky behind them \ No newline at end of file diff --git a/texts/e2f71ce5-305e-47f2-8f95-ba0ae3383bc2.txt b/texts/e2f71ce5-305e-47f2-8f95-ba0ae3383bc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..65caa004f54d958081c74112c61f37b10739ea56 --- /dev/null +++ b/texts/e2f71ce5-305e-47f2-8f95-ba0ae3383bc2.txt @@ -0,0 +1 @@ +The center of the picture is a small, bright red single sofa, placed in the middle of the sea. In the background are the waves of the ocean and fireworks in the night sky. The sea and the night sky account for a large proportion, which makes the sofa very small, and there is some snow on the sofa. The beach does not appear in the picture. \ No newline at end of file diff --git a/texts/e2fd5d35-8994-4718-8379-6f37665bb314.txt b/texts/e2fd5d35-8994-4718-8379-6f37665bb314.txt new file mode 100644 index 0000000000000000000000000000000000000000..83faad921b8f438c897c5885b0afbc414a5ba285 --- /dev/null +++ b/texts/e2fd5d35-8994-4718-8379-6f37665bb314.txt @@ -0,0 +1 @@ +An orangutan wearing a gray polo shirt gives a speech with a toothy smile on a classroom podium \ No newline at end of file diff --git a/texts/e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525.txt b/texts/e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a2a88d511418003b188660dcab2770371e646b1 --- /dev/null +++ b/texts/e2ff2bab-4b7c-4fbb-8e0a-c899fb9ac525.txt @@ -0,0 +1 @@ +A cat on the snow wearing a soft scarf feeling the moment of being loved \ No newline at end of file diff --git a/texts/e30cf516-2c7d-4a4f-8dbb-6389da277703.txt b/texts/e30cf516-2c7d-4a4f-8dbb-6389da277703.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e13339655f4b96cda0dffa0eadd0d7eae4bea7b --- /dev/null +++ b/texts/e30cf516-2c7d-4a4f-8dbb-6389da277703.txt @@ -0,0 +1 @@ +Beag butterflies \ No newline at end of file diff --git a/texts/e31278ab-6704-445e-94aa-a8f3cb9cf5e0.txt b/texts/e31278ab-6704-445e-94aa-a8f3cb9cf5e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..329732d6ee6e38b6520a0c96104cb58b61a79107 --- /dev/null +++ b/texts/e31278ab-6704-445e-94aa-a8f3cb9cf5e0.txt @@ -0,0 +1 @@ +A cute Hellow Kitty, wearing a santa hat,a CHANEL glasses and princess dress, indoor, sitting front of MacBook Pro, Christmas tree behind chair \ No newline at end of file diff --git a/texts/e321b30d-7e89-418b-8db5-20cd29c2d8b7.txt b/texts/e321b30d-7e89-418b-8db5-20cd29c2d8b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c656c1c79064a4b7988bc3b1526a1d703f909ff4 --- /dev/null +++ b/texts/e321b30d-7e89-418b-8db5-20cd29c2d8b7.txt @@ -0,0 +1 @@ +"Double braids/horn braids, black robe/cloak, gold/silver ethnic patterns, silver/gemstone earrings, lace/embroidery decorations, majestic snow-capped mountains, winding river, vast meadow, snowflakes fluttering, frontal smile, warm gaze, natural and elegant posture, harmonious fusion of ethnic style and natural beauty." \ No newline at end of file diff --git a/texts/e329c00e-7547-4608-bbdc-f22534141c3e.txt b/texts/e329c00e-7547-4608-bbdc-f22534141c3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9174636c61462051abaa9064e64f02e8ddffa59b --- /dev/null +++ b/texts/e329c00e-7547-4608-bbdc-f22534141c3e.txt @@ -0,0 +1 @@ +hello kitty wears a white chef's hat and a white lace apron to crack eggs. Behind her is an oversized Christmas tree with gifts piled under it \ No newline at end of file diff --git a/texts/e32fab79-b83e-4cef-b82c-8d15b7a10f33.txt b/texts/e32fab79-b83e-4cef-b82c-8d15b7a10f33.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8e32912827147b8b3d7a903bfa9ba96f033d2f0 --- /dev/null +++ b/texts/e32fab79-b83e-4cef-b82c-8d15b7a10f33.txt @@ -0,0 +1 @@ +Desolate and magnificent coastal cliffs, strong sunlight and shadow contrast. In the middle of the ruins of classical buildings covered with weeds, cypress trees grow. \ No newline at end of file diff --git a/texts/e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe.txt b/texts/e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfa21e61bf06873819281f407bc5d9661e8e5e8c --- /dev/null +++ b/texts/e33461c8-7a45-4e9e-a50a-a5f7b54dbcfe.txt @@ -0,0 +1 @@ +A little cute Hello Kitty on a beach by sea holding a cake with 0726 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/e33debea-50af-4564-aba6-a73074c855da.txt b/texts/e33debea-50af-4564-aba6-a73074c855da.txt new file mode 100644 index 0000000000000000000000000000000000000000..83beb29bf4bbd81c1c39e23bac503091f47ff650 --- /dev/null +++ b/texts/e33debea-50af-4564-aba6-a73074c855da.txt @@ -0,0 +1 @@ +Beautiful scenery of snow capped mountains \ No newline at end of file diff --git a/texts/e33efa95-b8fd-4d06-9c23-86f4025ae746.txt b/texts/e33efa95-b8fd-4d06-9c23-86f4025ae746.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff0a33d005cc2b8b407b5e97961c4542e64126dc --- /dev/null +++ b/texts/e33efa95-b8fd-4d06-9c23-86f4025ae746.txt @@ -0,0 +1 @@ +Hello Kitty in the snow. Blues moment. The letter Y is written in the snow. \ No newline at end of file diff --git a/texts/e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c.txt b/texts/e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e46f37024180dcc9ad212b982088df34c5d7f56 --- /dev/null +++ b/texts/e3414b1c-72b6-4061-8fc8-dfdf66fe4e2c.txt @@ -0,0 +1 @@ +In the snow stood a black cat that looked like a doctor.Enlarge the picture of the cat, there is no other background, only the snow.Hairy eyes are green-brown. \ No newline at end of file diff --git a/texts/e3437746-ebfd-4bb3-893e-cbab386cfcab.txt b/texts/e3437746-ebfd-4bb3-893e-cbab386cfcab.txt new file mode 100644 index 0000000000000000000000000000000000000000..228a4c4e7a445daf42a7ac239b718d96f8f5e59a --- /dev/null +++ b/texts/e3437746-ebfd-4bb3-893e-cbab386cfcab.txt @@ -0,0 +1 @@ +The little bear and the puppy sit by the sea watching the sunset, surrounded by bubbles. \ No newline at end of file diff --git a/texts/e34dc1e6-8793-4e68-8c79-141f3a13a95f.txt b/texts/e34dc1e6-8793-4e68-8c79-141f3a13a95f.txt new file mode 100644 index 0000000000000000000000000000000000000000..71af85bdeba283c2a99c6c9f6a4a2e4b7f070afc --- /dev/null +++ b/texts/e34dc1e6-8793-4e68-8c79-141f3a13a95f.txt @@ -0,0 +1 @@ +A Christmas vibe cocktail with strawberry \ No newline at end of file diff --git a/texts/e3508133-b057-4842-865b-9f02399ee014.txt b/texts/e3508133-b057-4842-865b-9f02399ee014.txt new file mode 100644 index 0000000000000000000000000000000000000000..c50b475772a84c5e1d5ff4b6d6da457be70e682d --- /dev/null +++ b/texts/e3508133-b057-4842-865b-9f02399ee014.txt @@ -0,0 +1 @@ +A cat with orange and white stripes is lying in a bathtub filled with jewelry and dollars. There is a small round table next to the bathtub with candles and a wine glass on it \ No newline at end of file diff --git a/texts/e352c1c0-0b26-4851-9df2-5d7736ff62d3.txt b/texts/e352c1c0-0b26-4851-9df2-5d7736ff62d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..15f4cc3fd59923253a24f62cfbc634a69111351e --- /dev/null +++ b/texts/e352c1c0-0b26-4851-9df2-5d7736ff62d3.txt @@ -0,0 +1 @@ +A group of Vietnamese style Hello Kitty happily working in a office on fire \ No newline at end of file diff --git a/texts/e359e097-b74f-4a08-8c63-702eb0e873e0.txt b/texts/e359e097-b74f-4a08-8c63-702eb0e873e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6eefaccbee48901ba4157ddad35ffb9efe28555 --- /dev/null +++ b/texts/e359e097-b74f-4a08-8c63-702eb0e873e0.txt @@ -0,0 +1 @@ +HelloKitty and Trump are drinking tea on the balcony of the second floor of the Ryokan. HelloKitty is wearing a women's kimono. In the distance, there is a view of Mount Fuji. \ No newline at end of file diff --git a/texts/e35d7990-e67a-4193-b200-a8fb9dea334a.txt b/texts/e35d7990-e67a-4193-b200-a8fb9dea334a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e45619ba50c40b9dedc4bcaa485bc3a7bfc5b494 --- /dev/null +++ b/texts/e35d7990-e67a-4193-b200-a8fb9dea334a.txt @@ -0,0 +1 @@ +a black cat holding a guitar and a blackb written Jay \ No newline at end of file diff --git a/texts/e35e4ba2-f7f5-4749-aece-298d587be245.txt b/texts/e35e4ba2-f7f5-4749-aece-298d587be245.txt new file mode 100644 index 0000000000000000000000000000000000000000..5abb714b7e6ac8faf573c5ffa37589f6b4a861aa --- /dev/null +++ b/texts/e35e4ba2-f7f5-4749-aece-298d587be245.txt @@ -0,0 +1 @@ +A golden tabby cat wearing a hat standing in the snow and reading a book. Next to it is a beige canvas bag with "sieste fm" written on it in black font. The background is sunset and some stars. \ No newline at end of file diff --git a/texts/e3601c37-fa7a-4f72-807b-f38728e224ea.txt b/texts/e3601c37-fa7a-4f72-807b-f38728e224ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..db0483cf5ec4fbd599a185f25d88de9cc3c3ccc0 --- /dev/null +++ b/texts/e3601c37-fa7a-4f72-807b-f38728e224ea.txt @@ -0,0 +1 @@ +Miss Sailor Moon in shining blue dress dancing in snowing forest with golden orchids in hand \ No newline at end of file diff --git a/texts/e3602570-4590-458d-8e54-1f67506cf0a4.txt b/texts/e3602570-4590-458d-8e54-1f67506cf0a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5960c9fc5d94acabf51ffa509a69cf9739f93474 --- /dev/null +++ b/texts/e3602570-4590-458d-8e54-1f67506cf0a4.txt @@ -0,0 +1 @@ +The first person perspective is surrounded by an endless sea, with a big dog at the bow of the boat facing away from me. There is a small island faintly visible in the sea, and the sky is snowing heavily. My hands are rowing oars \ No newline at end of file diff --git a/texts/e36ed803-7c42-4270-bdfa-4a45f9d5448a.txt b/texts/e36ed803-7c42-4270-bdfa-4a45f9d5448a.txt new file mode 100644 index 0000000000000000000000000000000000000000..725d5a9f8213a9e5d17f34a3f2cc94544a3b841a --- /dev/null +++ b/texts/e36ed803-7c42-4270-bdfa-4a45f9d5448a.txt @@ -0,0 +1 @@ +A blue eyed cat standing on the snow \ No newline at end of file diff --git a/texts/e37ba416-2189-4003-9229-deb2221828ac.txt b/texts/e37ba416-2189-4003-9229-deb2221828ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5cba9ad8069f477a8486521e918b4c11739cfde --- /dev/null +++ b/texts/e37ba416-2189-4003-9229-deb2221828ac.txt @@ -0,0 +1 @@ +A monster lying in a window staring at a sleeping child \ No newline at end of file diff --git a/texts/e38f4a86-a824-4896-8f3b-04a49d446d73.txt b/texts/e38f4a86-a824-4896-8f3b-04a49d446d73.txt new file mode 100644 index 0000000000000000000000000000000000000000..3607857a089974782c34971ebf705048351214cb --- /dev/null +++ b/texts/e38f4a86-a824-4896-8f3b-04a49d446d73.txt @@ -0,0 +1 @@ +A pink dreamy environment with butterflies, bubbles, the word "YOSH" in the house, and a guitar \ No newline at end of file diff --git a/texts/e3911ed1-0a6b-45a7-bd5a-002eadfe0e06.txt b/texts/e3911ed1-0a6b-45a7-bd5a-002eadfe0e06.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed6ff1ec2deb44d99dc65e54de1da3cd99b64526 --- /dev/null +++ b/texts/e3911ed1-0a6b-45a7-bd5a-002eadfe0e06.txt @@ -0,0 +1 @@ +In the snow, Hello Kitty is setting off fireworks. WZY is written on the ground. The atmosphere is romantic and warm. \ No newline at end of file diff --git a/texts/e393aacd-04b8-4eb9-a877-4ee17daa1c67.txt b/texts/e393aacd-04b8-4eb9-a877-4ee17daa1c67.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0ce1cc1f7601ec2196576303036a1e49a0dc5c1 --- /dev/null +++ b/texts/e393aacd-04b8-4eb9-a877-4ee17daa1c67.txt @@ -0,0 +1 @@ +A rabbit with a purple scarf drinking. \ No newline at end of file diff --git a/texts/e398ae79-a696-4c7e-86fd-56963f7903f2.txt b/texts/e398ae79-a696-4c7e-86fd-56963f7903f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c970fdded2858a3582b6eab8684536996f59738 --- /dev/null +++ b/texts/e398ae79-a696-4c7e-86fd-56963f7903f2.txt @@ -0,0 +1 @@ +An apple on the shoulder, with a pure - white background and white clothes. \ No newline at end of file diff --git a/texts/e39c3c41-ef3f-42bf-8010-8b6a7a48bb74.txt b/texts/e39c3c41-ef3f-42bf-8010-8b6a7a48bb74.txt new file mode 100644 index 0000000000000000000000000000000000000000..3181052aec6a4eb8ff5a00cb407f6a517e32319f --- /dev/null +++ b/texts/e39c3c41-ef3f-42bf-8010-8b6a7a48bb74.txt @@ -0,0 +1 @@ +A teapot sitting on the sofa watching TV \ No newline at end of file diff --git a/texts/e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1.txt b/texts/e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2286d1229edc8d3cb1fc40452c2cedebfe4ff27 --- /dev/null +++ b/texts/e3afb8ac-cc8d-40a6-84c9-3913bc2c38a1.txt @@ -0,0 +1 @@ +Two light-colored puppies, Yorkshire, are playing on the beach in the snow. "DA JI" is written on the snow. There is a sailboat on the beach in the distance. \ No newline at end of file diff --git a/texts/e3b49d37-17ff-455e-b134-80977a9f2b33.txt b/texts/e3b49d37-17ff-455e-b134-80977a9f2b33.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f3489599111c1de962a944b64c6854ba4b7ea69 --- /dev/null +++ b/texts/e3b49d37-17ff-455e-b134-80977a9f2b33.txt @@ -0,0 +1 @@ +rowing in the eyeball \ No newline at end of file diff --git a/texts/e3b67502-0f90-4051-812d-bf4174cdae92.txt b/texts/e3b67502-0f90-4051-812d-bf4174cdae92.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e40cf0fa4582e6a5d0aac6998ea45796a014b89 --- /dev/null +++ b/texts/e3b67502-0f90-4051-812d-bf4174cdae92.txt @@ -0,0 +1 @@ +A monk stands in front of a burning temple, facing away from the camera \ No newline at end of file diff --git a/texts/e3cc9d5f-b8c5-4f59-a926-616555ebfba3.txt b/texts/e3cc9d5f-b8c5-4f59-a926-616555ebfba3.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bb58fcd428413946ceafe8451574fec4d24de82 --- /dev/null +++ b/texts/e3cc9d5f-b8c5-4f59-a926-616555ebfba3.txt @@ -0,0 +1 @@ +On snowy nights, there is snow and aurora, and the word Jeonghan is written on the snow. \ No newline at end of file diff --git a/texts/e3cfb57f-99d2-4cf8-a45c-351708e13c2c.txt b/texts/e3cfb57f-99d2-4cf8-a45c-351708e13c2c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ae13f4c5dd5be7581f7c65a0ea5a854642da622 --- /dev/null +++ b/texts/e3cfb57f-99d2-4cf8-a45c-351708e13c2c.txt @@ -0,0 +1 @@ +A HelloKitty eats cake in front of a volcano \ No newline at end of file diff --git a/texts/e3db4725-9c14-4111-b6fb-b4d99bc60736.txt b/texts/e3db4725-9c14-4111-b6fb-b4d99bc60736.txt new file mode 100644 index 0000000000000000000000000000000000000000..57cfcd369f0edd1ee92571370afbd6b696e61968 --- /dev/null +++ b/texts/e3db4725-9c14-4111-b6fb-b4d99bc60736.txt @@ -0,0 +1 @@ +Wedding ring \ No newline at end of file diff --git a/texts/e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe.txt b/texts/e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..07862010b6632600286fc089d048a6f2f56f5b0a --- /dev/null +++ b/texts/e3e2f8bd-a2f5-4a28-918e-4cce4a6cc3fe.txt @@ -0,0 +1 @@ +A princess celebrates birthday on a ferry, looking at the camera, close up, sunset \ No newline at end of file diff --git a/texts/e4004cbc-b385-4f4f-8f76-17b34675232f.txt b/texts/e4004cbc-b385-4f4f-8f76-17b34675232f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a4328a0970cf00c7c5c98c796371a0d4a0aff5f --- /dev/null +++ b/texts/e4004cbc-b385-4f4f-8f76-17b34675232f.txt @@ -0,0 +1 @@ +Tokyo tower \ No newline at end of file diff --git a/texts/e404ac9b-3e70-4599-b258-fe2688f86b92.txt b/texts/e404ac9b-3e70-4599-b258-fe2688f86b92.txt new file mode 100644 index 0000000000000000000000000000000000000000..abf75675335bde620c2d5650cf466431eb0d7798 --- /dev/null +++ b/texts/e404ac9b-3e70-4599-b258-fe2688f86b92.txt @@ -0,0 +1 @@ +Night, sky, shining, white cat angel silhouette, stars in the sky pieced together in a xinxuan style \ No newline at end of file diff --git a/texts/e41658f4-5f34-4760-adc2-de58410abd42.txt b/texts/e41658f4-5f34-4760-adc2-de58410abd42.txt new file mode 100644 index 0000000000000000000000000000000000000000..463843ded30b839d8d8ad3ed47778a924438c4ed --- /dev/null +++ b/texts/e41658f4-5f34-4760-adc2-de58410abd42.txt @@ -0,0 +1 @@ +Mickey Mouse wear black formal business suit with a tie and black formal oxfords shoes and black silk socks look like a suceessful business man \ No newline at end of file diff --git a/texts/e4165d35-5c10-4a4c-9b09-2994c5753460.txt b/texts/e4165d35-5c10-4a4c-9b09-2994c5753460.txt new file mode 100644 index 0000000000000000000000000000000000000000..535cb18103e3359793b127f8b9f5775a13261ab0 --- /dev/null +++ b/texts/e4165d35-5c10-4a4c-9b09-2994c5753460.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,CJMwritten on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/e422d534-cb5e-40f2-9802-e9a81d352b95.txt b/texts/e422d534-cb5e-40f2-9802-e9a81d352b95.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4375cca2260bbb515809528246a8f372e25be06 --- /dev/null +++ b/texts/e422d534-cb5e-40f2-9802-e9a81d352b95.txt @@ -0,0 +1 @@ +A magical forest filled with soft glowing lanterns, where a Border Collie is playing the guitar on a moss-covered log, surrounded by curious woodland creatures. \ No newline at end of file diff --git a/texts/e42e361b-d601-43b5-8d68-337cb3182622.txt b/texts/e42e361b-d601-43b5-8d68-337cb3182622.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd3d5037d95c7a302b03c7a9cf0b150a19ad3472 --- /dev/null +++ b/texts/e42e361b-d601-43b5-8d68-337cb3182622.txt @@ -0,0 +1 @@ +A West Highland and a long-haired dachshund puppy wearing Mickey's hat are walking in the snow, where a few pine nuts are scattered \ No newline at end of file diff --git a/texts/e42ea190-5f28-4686-b270-ba0dca730385.txt b/texts/e42ea190-5f28-4686-b270-ba0dca730385.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e62973caf17f5fe01f0a53acde9217e38cb1bb5 --- /dev/null +++ b/texts/e42ea190-5f28-4686-b270-ba0dca730385.txt @@ -0,0 +1 @@ +Winnie the Pooh, with hello kitty fishing, sunset, lawn,butterfly \ No newline at end of file diff --git a/texts/e46ee933-fc90-4876-aef6-c3304fc1a3f3.txt b/texts/e46ee933-fc90-4876-aef6-c3304fc1a3f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..5579ee8be05ecdd3ca473dae9e54b57d30a725ac --- /dev/null +++ b/texts/e46ee933-fc90-4876-aef6-c3304fc1a3f3.txt @@ -0,0 +1 @@ +Hellokitty in a pink cotton coat sat in the snowy night. ZRT was written on the snow, and there were big fireworks in the sky. \ No newline at end of file diff --git a/texts/e4738c89-dfcd-447e-a015-083a7240cf8d.txt b/texts/e4738c89-dfcd-447e-a015-083a7240cf8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..20af2f084750a1ac5511fa98d51ab8f906ce3712 --- /dev/null +++ b/texts/e4738c89-dfcd-447e-a015-083a7240cf8d.txt @@ -0,0 +1 @@ +A black cat is in the snow and footprints in the snow spell out.On the snow is written 'PAN' \ No newline at end of file diff --git a/texts/e491dfe2-87db-457f-93fa-e702a18cefb1.txt b/texts/e491dfe2-87db-457f-93fa-e702a18cefb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c56d14bf13db9ce369c156b30d4f8a67fc2bda1 --- /dev/null +++ b/texts/e491dfe2-87db-457f-93fa-e702a18cefb1.txt @@ -0,0 +1 @@ +White Ghost at Iceland \ No newline at end of file diff --git a/texts/e4ab710a-2f55-4433-94e2-2d8168bed9c6.txt b/texts/e4ab710a-2f55-4433-94e2-2d8168bed9c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad948205ed924235b6fd1e9be6682d09348330f3 --- /dev/null +++ b/texts/e4ab710a-2f55-4433-94e2-2d8168bed9c6.txt @@ -0,0 +1 @@ +a black cat working in front computer, bling star, butterfly wings \ No newline at end of file diff --git a/texts/e4b327ba-abc5-4f79-8893-e00d0c9d6181.txt b/texts/e4b327ba-abc5-4f79-8893-e00d0c9d6181.txt new file mode 100644 index 0000000000000000000000000000000000000000..26e0b106e9213906965c3d89173eb6736db51895 --- /dev/null +++ b/texts/e4b327ba-abc5-4f79-8893-e00d0c9d6181.txt @@ -0,0 +1 @@ +A hellokitty, wearing overalls and a pair of butterfly wings on their back, is playing on a slide in the clouds. \ No newline at end of file diff --git a/texts/e4b4cb60-9e4a-405b-a547-33333bc9dde7.txt b/texts/e4b4cb60-9e4a-405b-a547-33333bc9dde7.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ed7f52447323a8849d2ed7f3dd198ac1521c958 --- /dev/null +++ b/texts/e4b4cb60-9e4a-405b-a547-33333bc9dde7.txt @@ -0,0 +1 @@ +A Duolingo bird learning languages \ No newline at end of file diff --git a/texts/e4b7180e-10e5-4786-9f63-56a43d0a9baa.txt b/texts/e4b7180e-10e5-4786-9f63-56a43d0a9baa.txt new file mode 100644 index 0000000000000000000000000000000000000000..5002aa4d8ac275751980c2dfdb58b0d131ba596f --- /dev/null +++ b/texts/e4b7180e-10e5-4786-9f63-56a43d0a9baa.txt @@ -0,0 +1 @@ +Asian ypung man with short bangs hairstyle side face picture with luxuries in a rooftop bar \ No newline at end of file diff --git a/texts/e4b7870f-4e25-45a6-b753-b3414f9b9e8c.txt b/texts/e4b7870f-4e25-45a6-b753-b3414f9b9e8c.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf69ecac6bc39e5b9c8ee32d674cacde34854aa2 --- /dev/null +++ b/texts/e4b7870f-4e25-45a6-b753-b3414f9b9e8c.txt @@ -0,0 +1 @@ +A floor covered with flowers \ No newline at end of file diff --git a/texts/e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4.txt b/texts/e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a944f96a36534615bce82d15701559034e6e6ea --- /dev/null +++ b/texts/e4b9b017-e5aa-4b29-86ac-e7fa0defd3d4.txt @@ -0,0 +1 @@ +A bread doll sits at the dinner table, sipping coffee while watching the sunrise \ No newline at end of file diff --git a/texts/e4b9e7eb-e9af-4d43-b12a-c185bb954e0a.txt b/texts/e4b9e7eb-e9af-4d43-b12a-c185bb954e0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e1a6475916d215832667660b4246585903b55b3 --- /dev/null +++ b/texts/e4b9e7eb-e9af-4d43-b12a-c185bb954e0a.txt @@ -0,0 +1 @@ + christmas vibe, glass bottle with tree shape, light leak, \ No newline at end of file diff --git a/texts/e4bba3ae-1392-4479-a480-b3290a12b8da.txt b/texts/e4bba3ae-1392-4479-a480-b3290a12b8da.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9f0314224bd8cf726249167806dfbe14a6d64b8 --- /dev/null +++ b/texts/e4bba3ae-1392-4479-a480-b3290a12b8da.txt @@ -0,0 +1 @@ +A high-tech, futuristic sterile surgical operating room, viewed from a centered, straight-on perspective, directly facing one wall. The wall features a TOILET, A SINK with transparent curtain haning from ceiling, EVERY edge of the room is round. The room is equipped with advanced robotic arms suspended from the ceiling, symmetrically arranged for surgical precision. The lighting is bright and clinical, emphasizing the sterile and futuristic environment. The perspective is carefully balanced to focus on the central wall \ No newline at end of file diff --git a/texts/e4c50eb8-06be-4843-acca-7d66f31cd2c1.txt b/texts/e4c50eb8-06be-4843-acca-7d66f31cd2c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab258ce1724924f906ddc5276ec41f516268e1b2 --- /dev/null +++ b/texts/e4c50eb8-06be-4843-acca-7d66f31cd2c1.txt @@ -0,0 +1 @@ +Handsome Japanse man in suit \ No newline at end of file diff --git a/texts/e4cca631-f7f5-41f3-8b9b-909405e66bbd.txt b/texts/e4cca631-f7f5-41f3-8b9b-909405e66bbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcfebcceb18b57a8ab587d694107592a3548953e --- /dev/null +++ b/texts/e4cca631-f7f5-41f3-8b9b-909405e66bbd.txt @@ -0,0 +1 @@ +A little white cat cooking \ No newline at end of file diff --git a/texts/e4d899fe-1919-4404-88d3-26fbd47cae5d.txt b/texts/e4d899fe-1919-4404-88d3-26fbd47cae5d.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d22e3e030d81393f147747469228063063bf6a7 --- /dev/null +++ b/texts/e4d899fe-1919-4404-88d3-26fbd47cae5d.txt @@ -0,0 +1 @@ +small Yorkshire puppy Nomi, playing on the grass, blue sky, white clouds and bubbles. \ No newline at end of file diff --git a/texts/e4f9f3aa-0201-431a-8953-6894d40f0f3e.txt b/texts/e4f9f3aa-0201-431a-8953-6894d40f0f3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..57daf2fe41e13c1a1dee9c9e0846ffcf8b35d550 --- /dev/null +++ b/texts/e4f9f3aa-0201-431a-8953-6894d40f0f3e.txt @@ -0,0 +1 @@ +Black thoroughbred on a snowy day \ No newline at end of file diff --git a/texts/e4ff99d1-3138-4332-9669-59c355b6c9bf.txt b/texts/e4ff99d1-3138-4332-9669-59c355b6c9bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..18db72cc57ef9b7ce4bf3f421c736cbc665b1359 --- /dev/null +++ b/texts/e4ff99d1-3138-4332-9669-59c355b6c9bf.txt @@ -0,0 +1 @@ +hello Kitty photographed on a snowy day \ No newline at end of file diff --git a/texts/e511c45d-52d2-4b47-8c82-c8e621fd71b5.txt b/texts/e511c45d-52d2-4b47-8c82-c8e621fd71b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db6d924879e7ca25841f90b3e53cbf95e673ef0 --- /dev/null +++ b/texts/e511c45d-52d2-4b47-8c82-c8e621fd71b5.txt @@ -0,0 +1 @@ +A white Samoyed wearing earmuffs and a scarf sitting in the snow with a small snowman next to it \ No newline at end of file diff --git a/texts/e519cdca-3325-44b5-8be3-d6cb67dcfc29.txt b/texts/e519cdca-3325-44b5-8be3-d6cb67dcfc29.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a452828f72fe355bd788c287989206778860989 --- /dev/null +++ b/texts/e519cdca-3325-44b5-8be3-d6cb67dcfc29.txt @@ -0,0 +1 @@ +President Trump launches nuclear bomb at a Hello Kitty \ No newline at end of file diff --git a/texts/e51bd192-f6b1-4d63-8250-37814dab73d0.txt b/texts/e51bd192-f6b1-4d63-8250-37814dab73d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..04ed7b183a176a803a8ed9e4b35ea688c4c522e8 --- /dev/null +++ b/texts/e51bd192-f6b1-4d63-8250-37814dab73d0.txt @@ -0,0 +1 @@ +It say zkx in the snow,there's a Steady playing a guitar \ No newline at end of file diff --git a/texts/e52432a2-91a9-460a-ae6e-ac1bc5f6fe97.txt b/texts/e52432a2-91a9-460a-ae6e-ac1bc5f6fe97.txt new file mode 100644 index 0000000000000000000000000000000000000000..bda8f3c5c04484d2978c7b95ab4b0268e763c4a8 --- /dev/null +++ b/texts/e52432a2-91a9-460a-ae6e-ac1bc5f6fe97.txt @@ -0,0 +1 @@ +In the evening, two Hello Kitty sat in the snow with the letters HHWX written on them, with a sea name to be written on the ground between the two Hello Kitty. Fireworks are set off in the distance, creating a warm environment. Hello Kitty is in the bottom right corner of the screen, wearing pink and blue scarves. She wants to imitate the texture of snow, and there is a Christmas tree next to her, which is about the same height as Hello Kitty. Her name also imitates handwriting in the snow \ No newline at end of file diff --git a/texts/e52f93d5-35cf-49bc-aadb-2f955a75be18.txt b/texts/e52f93d5-35cf-49bc-aadb-2f955a75be18.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e25881d691f28ba50db7a0905088cc45b399564 --- /dev/null +++ b/texts/e52f93d5-35cf-49bc-aadb-2f955a75be18.txt @@ -0,0 +1 @@ +A winged rabbit swimming inside a room. The scene is tranquil, with soft lighting, and in the distance, pink mountains are visible. The overall tone of the image is bright. \ No newline at end of file diff --git a/texts/e537d65a-31c1-4a5c-aa00-512741732624.txt b/texts/e537d65a-31c1-4a5c-aa00-512741732624.txt new file mode 100644 index 0000000000000000000000000000000000000000..dab565740577a2ce2aab132668c60344fb4bdebf --- /dev/null +++ b/texts/e537d65a-31c1-4a5c-aa00-512741732624.txt @@ -0,0 +1 @@ +The chiikawa Christmas dress, wearing glasses \ No newline at end of file diff --git a/texts/e53e63ac-8419-4619-8599-2a25e30c1204.txt b/texts/e53e63ac-8419-4619-8599-2a25e30c1204.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fbd7fab796369550236707826c19b77386b78f --- /dev/null +++ b/texts/e53e63ac-8419-4619-8599-2a25e30c1204.txt @@ -0,0 +1 @@ +The meteor transforms into a burning candle on a birthday cake, with the date 12.15. \ No newline at end of file diff --git a/texts/e546f2bc-ec44-4cf7-807d-3f9505dd6f42.txt b/texts/e546f2bc-ec44-4cf7-807d-3f9505dd6f42.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7c4eab3199b2e2e21dac24f1ae396c4c539e17 --- /dev/null +++ b/texts/e546f2bc-ec44-4cf7-807d-3f9505dd6f42.txt @@ -0,0 +1 @@ +A white Ragdoll cat wearing sunglasses is playing in the snow with a festive Christmas atmosphere, and the background features the aurora. \ No newline at end of file diff --git a/texts/e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8.txt b/texts/e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..af1fa0883ed76fd9bcffefbb255c57985917dac2 --- /dev/null +++ b/texts/e5562b0f-cbd3-4c73-8eaa-13f82bafc1c8.txt @@ -0,0 +1 @@ +A great white shark swims in the villa's swimming pool \ No newline at end of file diff --git a/texts/e5566e19-e447-45e8-b5df-d2477922e378.txt b/texts/e5566e19-e447-45e8-b5df-d2477922e378.txt new file mode 100644 index 0000000000000000000000000000000000000000..13d4e0316b2264cf363374b981a48599df16bf8d --- /dev/null +++ b/texts/e5566e19-e447-45e8-b5df-d2477922e378.txt @@ -0,0 +1 @@ +bichon in iceland, north light, little baby play together \ No newline at end of file diff --git a/texts/e56d48e3-8902-4a63-ae93-d34258ebdb2b.txt b/texts/e56d48e3-8902-4a63-ae93-d34258ebdb2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed2fddbbcce8a59340d38a830df21e24daec53a1 --- /dev/null +++ b/texts/e56d48e3-8902-4a63-ae93-d34258ebdb2b.txt @@ -0,0 +1 @@ +A baby border collie with black and white hair chases bubbles in the snow under a colorful aurora, while cabins and campfires lie in the distance. \ No newline at end of file diff --git a/texts/e570bc91-613b-4259-afc6-d07009d723e7.txt b/texts/e570bc91-613b-4259-afc6-d07009d723e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..dacf9dc8176c53b5fad5fbbbcb9f32ee6b34c5e3 --- /dev/null +++ b/texts/e570bc91-613b-4259-afc6-d07009d723e7.txt @@ -0,0 +1 @@ +iceland aurora lvy&kaine written in the snow \ No newline at end of file diff --git a/texts/e5727dca-ed83-4877-b389-3dd8e8f1fbca.txt b/texts/e5727dca-ed83-4877-b389-3dd8e8f1fbca.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9c394870365f11ec35592e77ffee245947e4e2c --- /dev/null +++ b/texts/e5727dca-ed83-4877-b389-3dd8e8f1fbca.txt @@ -0,0 +1 @@ +Ragdoll wearing sunglasses and red scarf, holding a glass of red wine. Behind the cat its volcano eruption \ No newline at end of file diff --git a/texts/e5abcf5e-ab3b-4353-bb62-ff4b063650d9.txt b/texts/e5abcf5e-ab3b-4353-bb62-ff4b063650d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2b7971ec4c83d77bd52b4da4706bbe617683b59 --- /dev/null +++ b/texts/e5abcf5e-ab3b-4353-bb62-ff4b063650d9.txt @@ -0,0 +1 @@ +A black cat sleeps on a swimming ring \ No newline at end of file diff --git a/texts/e5c17afc-9888-4c19-8ee4-357c01b5a290.txt b/texts/e5c17afc-9888-4c19-8ee4-357c01b5a290.txt new file mode 100644 index 0000000000000000000000000000000000000000..7da25176309fc655fbadd09dd5c753af6355d090 --- /dev/null +++ b/texts/e5c17afc-9888-4c19-8ee4-357c01b5a290.txt @@ -0,0 +1 @@ +Ivory tower, dead butterflies, fallen stars, dark clouds, broken suspension bridge, tombstones \ No newline at end of file diff --git a/texts/e5c9d7e4-b4a0-49f6-8b4b-dad129057f71.txt b/texts/e5c9d7e4-b4a0-49f6-8b4b-dad129057f71.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9bf230fc7e33c62f09a569158c67f5a498f87bf --- /dev/null +++ b/texts/e5c9d7e4-b4a0-49f6-8b4b-dad129057f71.txt @@ -0,0 +1 @@ +a dark blue disney stitch, pick up a yellow flower on a grass ground, soft grass cover the ground, magical sunset, retro film photograph style \ No newline at end of file diff --git a/texts/e5ce6d1d-460a-4256-8581-0822723c1581.txt b/texts/e5ce6d1d-460a-4256-8581-0822723c1581.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a004e9a0f63d09c24e9c0395c60699b0805d739 --- /dev/null +++ b/texts/e5ce6d1d-460a-4256-8581-0822723c1581.txt @@ -0,0 +1 @@ +The shimmering lake, the setting sun, the golden mountains \ No newline at end of file diff --git a/texts/e5d98087-9a29-4a60-90a8-83438ecd581f.txt b/texts/e5d98087-9a29-4a60-90a8-83438ecd581f.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef56e09241b639d7c3ab6b483e13a4c2b2c03572 --- /dev/null +++ b/texts/e5d98087-9a29-4a60-90a8-83438ecd581f.txt @@ -0,0 +1 @@ +A couple wrote L&Q on the snow in japan \ No newline at end of file diff --git a/texts/e5e1683e-f15b-4003-bbfa-f04e5fccfb30.txt b/texts/e5e1683e-f15b-4003-bbfa-f04e5fccfb30.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b1c83f2366d8f5b85ec95790dc898b9549b002e --- /dev/null +++ b/texts/e5e1683e-f15b-4003-bbfa-f04e5fccfb30.txt @@ -0,0 +1 @@ +There is a brown deer standing next to the five letters of 'JOSHUA ' in pink on the green grass. \ No newline at end of file diff --git a/texts/e5e4c6dc-db52-4788-a04b-1644acbc3830.txt b/texts/e5e4c6dc-db52-4788-a04b-1644acbc3830.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a423ad7930a685514381798d82dbbd0ffebfdf3 --- /dev/null +++ b/texts/e5e4c6dc-db52-4788-a04b-1644acbc3830.txt @@ -0,0 +1 @@ +The black and white schnauzer puppy on a cake with a Happy 6th Anniversary written on it.Behind him are the snowy mountains of Hokkaido and it's snowing. \ No newline at end of file diff --git a/texts/e5e5ddf4-f66b-4242-9f0e-4d80842c0e40.txt b/texts/e5e5ddf4-f66b-4242-9f0e-4d80842c0e40.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca1593a50ad28f61ec74e22ead72df88663fbb2b --- /dev/null +++ b/texts/e5e5ddf4-f66b-4242-9f0e-4d80842c0e40.txt @@ -0,0 +1 @@ +a puppy sheltie (with color sable) with christmas hat \ No newline at end of file diff --git a/texts/e5f509af-5e44-476b-bead-3018ce3c4b03.txt b/texts/e5f509af-5e44-476b-bead-3018ce3c4b03.txt new file mode 100644 index 0000000000000000000000000000000000000000..92435b473982ecc4c910488deb4702439fc79e54 --- /dev/null +++ b/texts/e5f509af-5e44-476b-bead-3018ce3c4b03.txt @@ -0,0 +1 @@ +Christmas Vinnie the pooh \ No newline at end of file diff --git a/texts/e6051703-eb08-4055-9d06-9abaa350f25c.txt b/texts/e6051703-eb08-4055-9d06-9abaa350f25c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9d62827aa67cc639806c482431754cf08c4b0dd --- /dev/null +++ b/texts/e6051703-eb08-4055-9d06-9abaa350f25c.txt @@ -0,0 +1 @@ +A sheep and a wolf are in a beige basement with many doors \ No newline at end of file diff --git a/texts/e607064e-3ade-4cd0-9d9f-42729755327d.txt b/texts/e607064e-3ade-4cd0-9d9f-42729755327d.txt new file mode 100644 index 0000000000000000000000000000000000000000..758941da790127dbe7cf43e4445316a02e2d18c1 --- /dev/null +++ b/texts/e607064e-3ade-4cd0-9d9f-42729755327d.txt @@ -0,0 +1 @@ +The prospect of a lively Christmas market, many stalls, and a warm atmosphere. One of the surrounding cafes is a lot of french window, and there is a huge Christmas tree in the middle of the square \ No newline at end of file diff --git a/texts/e61c426a-e90a-401a-b6b4-6a92ebc4c4da.txt b/texts/e61c426a-e90a-401a-b6b4-6a92ebc4c4da.txt new file mode 100644 index 0000000000000000000000000000000000000000..d65d7758b1b3f1e2b960329020fff8d3af2894fe --- /dev/null +++ b/texts/e61c426a-e90a-401a-b6b4-6a92ebc4c4da.txt @@ -0,0 +1 @@ +a rabbit with a big carrot, a chicken with big wheat. they stand in front of a red curtain on stage \ No newline at end of file diff --git a/texts/e620982b-1335-4d5e-8567-c75065497ccd.txt b/texts/e620982b-1335-4d5e-8567-c75065497ccd.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a563861bbdaace7317695c2eafc94bbb655c75e --- /dev/null +++ b/texts/e620982b-1335-4d5e-8567-c75065497ccd.txt @@ -0,0 +1 @@ +A fat black and white rabbit celebrates his birthday in a room with a brown and white rabbit. The two rabbits are on a quilt and there is a cake in front of them. \ No newline at end of file diff --git a/texts/e623b5cc-2ea9-4e38-9c36-5a9bde07874b.txt b/texts/e623b5cc-2ea9-4e38-9c36-5a9bde07874b.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ade40357112557329e57ed742e3dd40adc5614 --- /dev/null +++ b/texts/e623b5cc-2ea9-4e38-9c36-5a9bde07874b.txt @@ -0,0 +1 @@ +A cute puppy and a cute kitten are watching the aurora in Iceland. \ No newline at end of file diff --git a/texts/e626bbd6-bcbf-4562-a1bb-59749854a408.txt b/texts/e626bbd6-bcbf-4562-a1bb-59749854a408.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce50b7e07c02fd904e9af11e454cc73625c31767 --- /dev/null +++ b/texts/e626bbd6-bcbf-4562-a1bb-59749854a408.txt @@ -0,0 +1 @@ +A knight in a black robe and veil stood with a black horse by a quiet lake \ No newline at end of file diff --git a/texts/e629ea8b-1f4a-4206-9775-50db9b210199.txt b/texts/e629ea8b-1f4a-4206-9775-50db9b210199.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0e1e8518b8cf6629822d042b1aa5f445ae34d67 --- /dev/null +++ b/texts/e629ea8b-1f4a-4206-9775-50db9b210199.txt @@ -0,0 +1 @@ +A white horse running under the deep blue ocean with breathing bubbles. There is also a white shark around the shark. \ No newline at end of file diff --git a/texts/e62ed447-4bd6-4534-8f3d-75af07bc43b8.txt b/texts/e62ed447-4bd6-4534-8f3d-75af07bc43b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0923f46a16f6f6c160fe2ce6735d58299d4bde9 --- /dev/null +++ b/texts/e62ed447-4bd6-4534-8f3d-75af07bc43b8.txt @@ -0,0 +1 @@ +Hello Kitty sat by the chair and looked at the snow and fireworks outside the window, with HWC written on the snow. \ No newline at end of file diff --git a/texts/e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf.txt b/texts/e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf.txt new file mode 100644 index 0000000000000000000000000000000000000000..9af6e532416d1953ef8ac2d14e2d1ad9bb72d3bf --- /dev/null +++ b/texts/e62fe1dd-5ab5-4afc-8e5c-64bf89b68abf.txt @@ -0,0 +1 @@ +A winter scene, a cute Hello Kitty sitting in the snow with zmy written on the ground, showcasing an exciting night view with fireworks and sunset, creating a very warm feeling \ No newline at end of file diff --git a/texts/e635d900-12eb-4772-82ee-07f2a957b7fd.txt b/texts/e635d900-12eb-4772-82ee-07f2a957b7fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..330d98d36619acc40b1ff34c8e1f3d60c758a823 --- /dev/null +++ b/texts/e635d900-12eb-4772-82ee-07f2a957b7fd.txt @@ -0,0 +1 @@ +Snowflakes fill the sky, and ceramic vessels are placed on the snowy ground. \ No newline at end of file diff --git a/texts/e636b3f2-f6e5-43c8-abfd-55bfe5854c27.txt b/texts/e636b3f2-f6e5-43c8-abfd-55bfe5854c27.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1550fad6d5493c84d9b67625e2793bde3492e53 --- /dev/null +++ b/texts/e636b3f2-f6e5-43c8-abfd-55bfe5854c27.txt @@ -0,0 +1 @@ +Unicorns with wings, bows, pearls, snow, Christmas, stars, lakes, forests \ No newline at end of file diff --git a/texts/e637986c-53d7-4298-a77f-7a1cf2aa02c2.txt b/texts/e637986c-53d7-4298-a77f-7a1cf2aa02c2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9e907a595a27c900607f3ac2adda48e9514d360 --- /dev/null +++ b/texts/e637986c-53d7-4298-a77f-7a1cf2aa02c2.txt @@ -0,0 +1 @@ +a snake is celebrating new year with Chinese lanterns \ No newline at end of file diff --git a/texts/e6390952-9bbf-452b-9e22-a6ad3f5252d5.txt b/texts/e6390952-9bbf-452b-9e22-a6ad3f5252d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d72ca9b07a7cae7adb38968e944e7c3b2f9512cf --- /dev/null +++ b/texts/e6390952-9bbf-452b-9e22-a6ad3f5252d5.txt @@ -0,0 +1 @@ +A yellow dwarf rabbit eats cake \ No newline at end of file diff --git a/texts/e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8.txt b/texts/e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d66d7e47c34ef04444c2f8c7a2cfbda837f2c4e --- /dev/null +++ b/texts/e63b7c0e-a2b5-4a00-a001-e0855e5e0fe8.txt @@ -0,0 +1 @@ +bichon west highland terrier puppy pilot, tongue out on a glider, flying the sky. \ No newline at end of file diff --git a/texts/e647d661-8207-4471-936d-5725d1def021.txt b/texts/e647d661-8207-4471-936d-5725d1def021.txt new file mode 100644 index 0000000000000000000000000000000000000000..a03ff0639b0e1c5fddecec34f231bf3f5c28b5b2 --- /dev/null +++ b/texts/e647d661-8207-4471-936d-5725d1def021.txt @@ -0,0 +1 @@ +Bichon Frise running in the snow with a Christmas tree next to it \ No newline at end of file diff --git a/texts/e649452d-6746-4669-b321-028eed7379d7.txt b/texts/e649452d-6746-4669-b321-028eed7379d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dad14a40112e36195d4adb4ea70d0b78e369219 --- /dev/null +++ b/texts/e649452d-6746-4669-b321-028eed7379d7.txt @@ -0,0 +1 @@ +A raccoon and a white rabbit with a pink bow on its head are walking hand in hand! \ No newline at end of file diff --git a/texts/e649b3d7-3c22-41bd-a928-43e608629175.txt b/texts/e649b3d7-3c22-41bd-a928-43e608629175.txt new file mode 100644 index 0000000000000000000000000000000000000000..863382558ca76182cecc531c9a2380b4ca907503 --- /dev/null +++ b/texts/e649b3d7-3c22-41bd-a928-43e608629175.txt @@ -0,0 +1 @@ +A man is wearing a black conical hat holds a banner in his hand and says MOUNTER. \ No newline at end of file diff --git a/texts/e64b2159-30d0-4cef-b0db-f6a4cfa03f48.txt b/texts/e64b2159-30d0-4cef-b0db-f6a4cfa03f48.txt new file mode 100644 index 0000000000000000000000000000000000000000..0508df86f7b2a974e2424bc7481090dacf62d022 --- /dev/null +++ b/texts/e64b2159-30d0-4cef-b0db-f6a4cfa03f48.txt @@ -0,0 +1 @@ +In the snow, a rabbit and a cute little black lion-rabbit sat quietly. Their backs are reflected in the white snow, and together they look at the mysterious forest shrouded in fog in the distance. At this moment, can only see the back of these two rabbits, as if they are telling the vision of the unknown. In the sky, the snowflakes are flying disorderly, like the fairy of dreams. Around them, fireworks burst brightly, illuminating the surrounding snow and adding a splash of color to the peaceful and mysterious scene. \ No newline at end of file diff --git a/texts/e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab.txt b/texts/e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..edde16697bd1df1ce6b6deaf253a60a010e2e931 --- /dev/null +++ b/texts/e65d9d13-6b3e-4fe0-a8ac-0589ce8b19ab.txt @@ -0,0 +1 @@ +An orange cat sleeping peacefully under a Chrsitmas tree that is covered in snow \ No newline at end of file diff --git a/texts/e65fbf54-3482-4eb3-9177-c102e01a4621.txt b/texts/e65fbf54-3482-4eb3-9177-c102e01a4621.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fa543512cd07f4bc9087de47484c0c5ef1a907a --- /dev/null +++ b/texts/e65fbf54-3482-4eb3-9177-c102e01a4621.txt @@ -0,0 +1 @@ +Donald Trump smile to china \ No newline at end of file diff --git a/texts/e665ecb6-edfc-4b9b-a2ce-215a80a951bf.txt b/texts/e665ecb6-edfc-4b9b-a2ce-215a80a951bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..75b860ff0b87c7aba7a8438c77da5f801c61279e --- /dev/null +++ b/texts/e665ecb6-edfc-4b9b-a2ce-215a80a951bf.txt @@ -0,0 +1 @@ +SunsetVanilla gift box \ No newline at end of file diff --git a/texts/e669d293-b135-446c-8c4d-2ed2d85354c4.txt b/texts/e669d293-b135-446c-8c4d-2ed2d85354c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8d0e901278a3f843c4e0375bafc415f0d3cdc8b --- /dev/null +++ b/texts/e669d293-b135-446c-8c4d-2ed2d85354c4.txt @@ -0,0 +1 @@ +A silver white American Shorthair cat and a black cat are sit next to each other, both wearing magic black cloaks, with snow as the background, like Hogwarts \ No newline at end of file diff --git a/texts/e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52.txt b/texts/e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee6470c62d58ee5d5488436249c1a93d13c316ae --- /dev/null +++ b/texts/e66aee9b-a2ed-4cdb-99c2-50a1ec4edf52.txt @@ -0,0 +1 @@ +Golden puppy with white butterflies in purple twilight \ No newline at end of file diff --git a/texts/e66c0b03-20eb-4cb0-99d5-5a821527a0fd.txt b/texts/e66c0b03-20eb-4cb0-99d5-5a821527a0fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..afea6e422c03ad26cceb7b1c722af099ad3987cb --- /dev/null +++ b/texts/e66c0b03-20eb-4cb0-99d5-5a821527a0fd.txt @@ -0,0 +1 @@ +westhighland white terrior,black framed glasses,doing architecture design,computer,coffee,pencil \ No newline at end of file diff --git a/texts/e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b.txt b/texts/e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f34cb76c318c5ea838671531d4b7bac2f61c25b --- /dev/null +++ b/texts/e699c4be-a85e-4d0b-8e67-6c48d8cc3a4b.txt @@ -0,0 +1 @@ +A fat blue cat and a fat blue and white cat are sitting on the sofa reading \ No newline at end of file diff --git a/texts/e69c0b40-c50d-4587-8d98-79e6370a268c.txt b/texts/e69c0b40-c50d-4587-8d98-79e6370a268c.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a4f0e52e6ffd22170f4d1f197e541ffccb77561 --- /dev/null +++ b/texts/e69c0b40-c50d-4587-8d98-79e6370a268c.txt @@ -0,0 +1 @@ +A black kitten and a white kitten are watching fireworks in the snow \ No newline at end of file diff --git a/texts/e69c50e8-71c0-4796-950d-f9db42f0b656.txt b/texts/e69c50e8-71c0-4796-950d-f9db42f0b656.txt new file mode 100644 index 0000000000000000000000000000000000000000..9189ab160271afa850aaa278e19ce6e1c891358a --- /dev/null +++ b/texts/e69c50e8-71c0-4796-950d-f9db42f0b656.txt @@ -0,0 +1 @@ +Seawater poured into the streets and jellyfish floated in the sky \ No newline at end of file diff --git a/texts/e6a86149-2d5a-47fb-acf8-73181742b621.txt b/texts/e6a86149-2d5a-47fb-acf8-73181742b621.txt new file mode 100644 index 0000000000000000000000000000000000000000..182223c5b00f759c9a80db922c776e5bcb5a35ef --- /dev/null +++ b/texts/e6a86149-2d5a-47fb-acf8-73181742b621.txt @@ -0,0 +1 @@ +A small white chubby fox dog wearing a new Chinese style dress, balloons, candles, a cake on the table, bubbles happily \ No newline at end of file diff --git a/texts/e6c6876e-11ce-4545-bdb5-d7d76be83977.txt b/texts/e6c6876e-11ce-4545-bdb5-d7d76be83977.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d84a0f622cdfa318c07e871085f9e339cfb2fb6 --- /dev/null +++ b/texts/e6c6876e-11ce-4545-bdb5-d7d76be83977.txt @@ -0,0 +1 @@ +A man sits on a white sand beach by the sea, the sky is deep black, the sea is deep blue, it is already winter and there is fine snow \ No newline at end of file diff --git a/texts/e6cc33ed-0430-4a45-bba9-cc300f840655.txt b/texts/e6cc33ed-0430-4a45-bba9-cc300f840655.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4bc58ca0c7fa8ddd73821afaa03b83d3a079875 --- /dev/null +++ b/texts/e6cc33ed-0430-4a45-bba9-cc300f840655.txt @@ -0,0 +1 @@ +It was snowing heavily at sunset, and the anime character Tom Cat was fishing by the river in a hoodie, next to a huge and gorgeous cake wax with the number 1226 written on it. \ No newline at end of file diff --git a/texts/e6e8e6fc-330d-43fa-b0c7-1bdf2565119b.txt b/texts/e6e8e6fc-330d-43fa-b0c7-1bdf2565119b.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa3b89e8764bf2bc007a23704f46691c998625d6 --- /dev/null +++ b/texts/e6e8e6fc-330d-43fa-b0c7-1bdf2565119b.txt @@ -0,0 +1 @@ +A fluffy cat wearing aviator glasses and a rabbit are hanging from a hot air balloon in TOKYO street \ No newline at end of file diff --git a/texts/e6f040da-2ccf-4606-8c2b-439439d24906.txt b/texts/e6f040da-2ccf-4606-8c2b-439439d24906.txt new file mode 100644 index 0000000000000000000000000000000000000000..894c6900e5bcf513a6053320aeae15dadee4d16d --- /dev/null +++ b/texts/e6f040da-2ccf-4606-8c2b-439439d24906.txt @@ -0,0 +1 @@ +There was a man sitting in the snow with the camera behind his back and looking up at the sky. It was snowing heavily and there was an aurora. \ No newline at end of file diff --git a/texts/e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c.txt b/texts/e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d551e26e41e750f66f7bdccc1b2a3c441a83bdd --- /dev/null +++ b/texts/e6f1a79b-461a-4ce2-a7c3-36910ee7fb4c.txt @@ -0,0 +1 @@ +Mickey Mouse standing on the street holding an RPG rocket launcher \ No newline at end of file diff --git a/texts/e6f291e6-f61e-43c4-8cde-b188fcac577f.txt b/texts/e6f291e6-f61e-43c4-8cde-b188fcac577f.txt new file mode 100644 index 0000000000000000000000000000000000000000..89429e1bc1b3e0476041f59a06f37d0e8dad4e83 --- /dev/null +++ b/texts/e6f291e6-f61e-43c4-8cde-b188fcac577f.txt @@ -0,0 +1 @@ +Queenstown at Christmas \ No newline at end of file diff --git a/texts/e6f5dc78-e487-4aa8-bfce-1a6e1012d8be.txt b/texts/e6f5dc78-e487-4aa8-bfce-1a6e1012d8be.txt new file mode 100644 index 0000000000000000000000000000000000000000..39a2e2551370f78cf722102fb1ada12101433b56 --- /dev/null +++ b/texts/e6f5dc78-e487-4aa8-bfce-1a6e1012d8be.txt @@ -0,0 +1 @@ +Cat on the beach \ No newline at end of file diff --git a/texts/e7295f36-3101-41a5-978b-201679049b3f.txt b/texts/e7295f36-3101-41a5-978b-201679049b3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a0cec525637445f6be170f4f7718b940afb7c8b --- /dev/null +++ b/texts/e7295f36-3101-41a5-978b-201679049b3f.txt @@ -0,0 +1 @@ +Moon, Sailor Moon cosplay which taking a electric chainsaw \ No newline at end of file diff --git a/texts/e730453d-9514-47aa-92a8-9556a2df8ff5.txt b/texts/e730453d-9514-47aa-92a8-9556a2df8ff5.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e87a9879af0af5204020b69d0633dff150d00a --- /dev/null +++ b/texts/e730453d-9514-47aa-92a8-9556a2df8ff5.txt @@ -0,0 +1 @@ +Winnie the Pooh standing at the window with a flower in one hand and a gun in the other. \ No newline at end of file diff --git a/texts/e73132b4-1f02-4b63-9406-34cb4249c67f.txt b/texts/e73132b4-1f02-4b63-9406-34cb4249c67f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f682ca66d240bdae3974735a30c0a8248ebecb4 --- /dev/null +++ b/texts/e73132b4-1f02-4b63-9406-34cb4249c67f.txt @@ -0,0 +1 @@ +an orchid in a classroom \ No newline at end of file diff --git a/texts/e73486c4-f0b4-466b-9209-e1ad96cbf333.txt b/texts/e73486c4-f0b4-466b-9209-e1ad96cbf333.txt new file mode 100644 index 0000000000000000000000000000000000000000..2811c7ee1fb79d7556bb6ed05fad952ef7319fb9 --- /dev/null +++ b/texts/e73486c4-f0b4-466b-9209-e1ad96cbf333.txt @@ -0,0 +1 @@ +In the snowy weather, fireworks at night, there is a wooden piano on the snow. \ No newline at end of file diff --git a/texts/e7375bb3-de47-4836-a959-5f368c3a5509.txt b/texts/e7375bb3-de47-4836-a959-5f368c3a5509.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e11a8bf188a89ce4ca7741f9eee71f6b8b6dd77 --- /dev/null +++ b/texts/e7375bb3-de47-4836-a959-5f368c3a5509.txt @@ -0,0 +1 @@ +A winter scene with snow - covered ground at night . featuring two adorable Hello Kitty figurines in the foreground . One is dressed in a suit and the other in a dress , symbolizing a romantic couple . In front of them is a decorative lettering spelling out "WY&JY" \ No newline at end of file diff --git a/texts/e737a252-0a3b-4e6d-b89f-7b6accac7684.txt b/texts/e737a252-0a3b-4e6d-b89f-7b6accac7684.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6b457680194384e900f1d619c3ffe7f3d2d8f3b --- /dev/null +++ b/texts/e737a252-0a3b-4e6d-b89f-7b6accac7684.txt @@ -0,0 +1 @@ +Little seal, snow, sea \ No newline at end of file diff --git a/texts/e73a6f27-62c5-467e-9b93-86cb07939b2e.txt b/texts/e73a6f27-62c5-467e-9b93-86cb07939b2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..fee3ea55eed36ae180ef2e6504d41256396272b4 --- /dev/null +++ b/texts/e73a6f27-62c5-467e-9b93-86cb07939b2e.txt @@ -0,0 +1 @@ +A white Audi 100 Avant in winter with its lights on. Fog can be seen in the area illuminated by the lights. It is driving in the snow. The whole car is shot from a low angle. It is a movie angle. There are trees on the snow at night. It is snowing. \ No newline at end of file diff --git a/texts/e73b509b-4562-4b90-aae9-9326ebd087b8.txt b/texts/e73b509b-4562-4b90-aae9-9326ebd087b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ff2e90c6cc9791ab633b941cc75be07f9b90ff --- /dev/null +++ b/texts/e73b509b-4562-4b90-aae9-9326ebd087b8.txt @@ -0,0 +1 @@ +The little white rabbit with the star pattern jumps on the fountain, and the musical notes float in the air \ No newline at end of file diff --git a/texts/e74301d6-d6ae-4d3f-8712-69074528b56f.txt b/texts/e74301d6-d6ae-4d3f-8712-69074528b56f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e07d9522b2f421e3c7a637d46aa8a3d0b79ea12 --- /dev/null +++ b/texts/e74301d6-d6ae-4d3f-8712-69074528b56f.txt @@ -0,0 +1 @@ +HelloKitty at the disco with a gun \ No newline at end of file diff --git a/texts/e7561f17-6413-4b08-a79e-338fd32e5020.txt b/texts/e7561f17-6413-4b08-a79e-338fd32e5020.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fc7ffd09d258a29e3eb3a6501d79149457fbf07 --- /dev/null +++ b/texts/e7561f17-6413-4b08-a79e-338fd32e5020.txt @@ -0,0 +1 @@ +A little golden retriever, a little black cat and a little white dog gather around a birthday cake to celebrate their birthday \ No newline at end of file diff --git a/texts/e75f513f-1a55-42ff-a407-6911357169a1.txt b/texts/e75f513f-1a55-42ff-a407-6911357169a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae06ea440d35922367abe8e3573c58c94ddc478b --- /dev/null +++ b/texts/e75f513f-1a55-42ff-a407-6911357169a1.txt @@ -0,0 +1 @@ +A winter scene covered with snow at night. The huge Christmas tree is piled with gifts and shining. There are two Asians in the foreground. One is wearing a suit and the other is wearing a dress. In front of them, there is a decorative lettering spelling "NRQ&GX". \ No newline at end of file diff --git a/texts/e7709849-55be-483b-b5b4-018f4a8f56cd.txt b/texts/e7709849-55be-483b-b5b4-018f4a8f56cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc0d33952a4554c957b67c3fcf33ef0b9d40fa95 --- /dev/null +++ b/texts/e7709849-55be-483b-b5b4-018f4a8f56cd.txt @@ -0,0 +1 @@ +A young Asian man with orange spiky hair and a sleeveless T-shirt is standing next to a grey car and fixing a green inflatable kayak on the roof of the car. \ No newline at end of file diff --git a/texts/e7711d21-f125-4461-ba5f-36e9b1ae0ead.txt b/texts/e7711d21-f125-4461-ba5f-36e9b1ae0ead.txt new file mode 100644 index 0000000000000000000000000000000000000000..c44a5f81853df8ced518716b264b22ec5c5412ac --- /dev/null +++ b/texts/e7711d21-f125-4461-ba5f-36e9b1ae0ead.txt @@ -0,0 +1 @@ +On a snowy night, there was an endless expanse of snow-covered ground. In the distance was the sea. There was a white HelloKitty doll wearing a Santa hat and a Christmas skirt. Beside it was a Christmas tree. On the snow were the marks of the word "LGY" and cat paw prints. It was a melancholic blue night scene with a dreamy effect of light particles, and the color saturation was on the high side. \ No newline at end of file diff --git a/texts/e7720d2e-171c-4ab9-9ce7-29078586bd4c.txt b/texts/e7720d2e-171c-4ab9-9ce7-29078586bd4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..717462d8d6f98b5ce2750db66990ecaff5d0ecde --- /dev/null +++ b/texts/e7720d2e-171c-4ab9-9ce7-29078586bd4c.txt @@ -0,0 +1 @@ +The chair is in a foreign country. \ No newline at end of file diff --git a/texts/e772fb78-d2f5-44e3-b183-5548f07174f3.txt b/texts/e772fb78-d2f5-44e3-b183-5548f07174f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f354d996465bab11aa8450f3a0d27dfedcd71ce --- /dev/null +++ b/texts/e772fb78-d2f5-44e3-b183-5548f07174f3.txt @@ -0,0 +1 @@ +A hamster is lounging on a lounge chair by the beach with dark glasses on \ No newline at end of file diff --git a/texts/e7791c20-04db-4972-a549-60ae28538b69.txt b/texts/e7791c20-04db-4972-a549-60ae28538b69.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d3f95de48066a366870b104cdb8aa813f6e479f --- /dev/null +++ b/texts/e7791c20-04db-4972-a549-60ae28538b69.txt @@ -0,0 +1 @@ +A student sitting by the edge of the Hogwarts Lake, gazing out across the shimmering water. The castle can be seen in the distance, with its towers reflected in the water. The student is sitting cross-legged on a grassy patch, their wand lying beside them. They are lost in thought, perhaps contemplating a magical mystery or pondering their next class. The lake is calm, and the atmosphere is serene and quiet, with only the occasional ripple in the water breaking the stillness. The setting sun casts golden light over the scene, creating a sense of peaceful solitude. \ No newline at end of file diff --git a/texts/e779a33e-ee4d-4233-b2c6-7c9975623eaa.txt b/texts/e779a33e-ee4d-4233-b2c6-7c9975623eaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f69d3ee7fd320f52f2c3b70838dbf15234e784f4 --- /dev/null +++ b/texts/e779a33e-ee4d-4233-b2c6-7c9975623eaa.txt @@ -0,0 +1 @@ +Fadou puppy licks its claws in the field. \ No newline at end of file diff --git a/texts/e77d37da-7e78-47d5-91af-4d266e6a35b4.txt b/texts/e77d37da-7e78-47d5-91af-4d266e6a35b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd0e20bfe4e4a36d242363728e464b6160422b69 --- /dev/null +++ b/texts/e77d37da-7e78-47d5-91af-4d266e6a35b4.txt @@ -0,0 +1 @@ +The wind blew the white curtains, the sunlight slanted in, and an open book was placed by the window, with butterflies dancing. \ No newline at end of file diff --git a/texts/e78292bc-c311-42a8-9ea5-e8e88e75b884.txt b/texts/e78292bc-c311-42a8-9ea5-e8e88e75b884.txt new file mode 100644 index 0000000000000000000000000000000000000000..64fa72502be840300c0acf0b49eec1835f95431e --- /dev/null +++ b/texts/e78292bc-c311-42a8-9ea5-e8e88e75b884.txt @@ -0,0 +1 @@ +An eggplant no happy \ No newline at end of file diff --git a/texts/e7856831-f49f-4258-895d-962e1656d99a.txt b/texts/e7856831-f49f-4258-895d-962e1656d99a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e529aa2e3ba039d91d6fd08a532fda06fce3b3ea --- /dev/null +++ b/texts/e7856831-f49f-4258-895d-962e1656d99a.txt @@ -0,0 +1 @@ +An ocelot is lying on the grass watching fireworks \ No newline at end of file diff --git a/texts/e78cfc6d-852d-4ddb-908f-189e6c902bf7.txt b/texts/e78cfc6d-852d-4ddb-908f-189e6c902bf7.txt new file mode 100644 index 0000000000000000000000000000000000000000..f80afe2ebe58683528074f901cf369da9432b7a6 --- /dev/null +++ b/texts/e78cfc6d-852d-4ddb-908f-189e6c902bf7.txt @@ -0,0 +1 @@ +a grey and white british short hair cat, sleeping while eating a cake \ No newline at end of file diff --git a/texts/e7947466-229e-432d-8895-b7813288ffae.txt b/texts/e7947466-229e-432d-8895-b7813288ffae.txt new file mode 100644 index 0000000000000000000000000000000000000000..27bc2e20d64dadcbda89b79c3d50d60a9ac99e8a --- /dev/null +++ b/texts/e7947466-229e-432d-8895-b7813288ffae.txt @@ -0,0 +1 @@ +A panda cub and a koala cub are happily playing in bed with toys \ No newline at end of file diff --git a/texts/e7983732-b667-4730-905c-95c5b61c6d84.txt b/texts/e7983732-b667-4730-905c-95c5b61c6d84.txt new file mode 100644 index 0000000000000000000000000000000000000000..16830a5c6312ea5be2c6abdc11d9243d3fef57c9 --- /dev/null +++ b/texts/e7983732-b667-4730-905c-95c5b61c6d84.txt @@ -0,0 +1 @@ +In the staircase classroom, the garbage piled up into a Christmas tree. \ No newline at end of file diff --git a/texts/e7a09ec1-07ac-42e7-8bbd-49f16612dba4.txt b/texts/e7a09ec1-07ac-42e7-8bbd-49f16612dba4.txt new file mode 100644 index 0000000000000000000000000000000000000000..affa2fcc9af3aa5823155ed25fd98bd68b893ea4 --- /dev/null +++ b/texts/e7a09ec1-07ac-42e7-8bbd-49f16612dba4.txt @@ -0,0 +1 @@ +On a beautiful mountaintop with a beautiful orange sunset in the background.There is a grassy slope on the ground.A cute Hellowkitty sits on the ground,only occupy less than a quarter of the photo frame.A pure black mountain bike, placed on the ground on the right side of the photo. Hellowkitty is facing the camera with his big eyes Opening.He wears a Nike's pure black hat. \ No newline at end of file diff --git a/texts/e7ae5585-1f5d-446d-b084-2a7ae19ead2d.txt b/texts/e7ae5585-1f5d-446d-b084-2a7ae19ead2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..face485f644ec0d15bd77567fb5182ffa36959a1 --- /dev/null +++ b/texts/e7ae5585-1f5d-446d-b084-2a7ae19ead2d.txt @@ -0,0 +1 @@ +sunshine, california,warmer ,no person, lemon tree,warmer, daylight,white house,warmer sunlight \ No newline at end of file diff --git a/texts/e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff.txt b/texts/e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cd886c2ba1bd2a3bc8242503e7d1bea0bd71852 --- /dev/null +++ b/texts/e7b17ab4-fd8c-4136-83db-cf41fdd4f1ff.txt @@ -0,0 +1 @@ +Birds flying in the sea \ No newline at end of file diff --git a/texts/e7b85253-fc24-43b1-9553-4f60697cef12.txt b/texts/e7b85253-fc24-43b1-9553-4f60697cef12.txt new file mode 100644 index 0000000000000000000000000000000000000000..bea81601070cd6fec78f8782f8a380a9b8ae2022 --- /dev/null +++ b/texts/e7b85253-fc24-43b1-9553-4f60697cef12.txt @@ -0,0 +1 @@ +South gothic,dark,trauma \ No newline at end of file diff --git a/texts/e7b8be2a-1278-49d7-876b-1b13b7a31496.txt b/texts/e7b8be2a-1278-49d7-876b-1b13b7a31496.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaa4f888b4d52eb098c91b6cd4f6bf72c7b49b96 --- /dev/null +++ b/texts/e7b8be2a-1278-49d7-876b-1b13b7a31496.txt @@ -0,0 +1 @@ +English sheep dog(ears, feets and paws are grey, other part of body are white), playing hockey, canada flag \ No newline at end of file diff --git a/texts/e7bcc372-0deb-4e73-b7b4-b1a157940482.txt b/texts/e7bcc372-0deb-4e73-b7b4-b1a157940482.txt new file mode 100644 index 0000000000000000000000000000000000000000..532100e32abc31d54b8a69a29efe3d3904ef982f --- /dev/null +++ b/texts/e7bcc372-0deb-4e73-b7b4-b1a157940482.txt @@ -0,0 +1 @@ +At dusk, the sky was smeared with warm orange and pink. The snow-covered ground glistened softly. A teddy dog with a bright red Christmas hat on its head played merrily there. It bounded about, kicking up snowflakes with its paws and rolling around now and then, looking like a lively little elf in this wintry dusk. \ No newline at end of file diff --git a/texts/e7c07ce4-3339-43d0-824a-e87f615e42a5.txt b/texts/e7c07ce4-3339-43d0-824a-e87f615e42a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..552eeada8c50d9ad567d8b1ecd4fb864f56a8f0b --- /dev/null +++ b/texts/e7c07ce4-3339-43d0-824a-e87f615e42a5.txt @@ -0,0 +1 @@ +A cutie blowing a kiss to the camera. Intimic close up. 4K resolution. Highly precise. \ No newline at end of file diff --git a/texts/e7c907e9-d3f2-487e-924b-1946fe20eae0.txt b/texts/e7c907e9-d3f2-487e-924b-1946fe20eae0.txt new file mode 100644 index 0000000000000000000000000000000000000000..0705193018adb2f66ff28322f93d90d37f1a0abc --- /dev/null +++ b/texts/e7c907e9-d3f2-487e-924b-1946fe20eae0.txt @@ -0,0 +1 @@ +Two people are shaking hands through a crab, each holding one of the crab's legs. The crab is cooked. \ No newline at end of file diff --git a/texts/e7cb135c-b3e9-4d1c-9441-61feeac370be.txt b/texts/e7cb135c-b3e9-4d1c-9441-61feeac370be.txt new file mode 100644 index 0000000000000000000000000000000000000000..68da4992655ef52a85859cb5c6491ee26c769192 --- /dev/null +++ b/texts/e7cb135c-b3e9-4d1c-9441-61feeac370be.txt @@ -0,0 +1 @@ +Blank white wall, with many screens on it, all line drawing, no content inside, blank, desolate, moonlight, movie texture, dream \ No newline at end of file diff --git a/texts/e7cf5195-de28-4fbc-939b-07ef20094d94.txt b/texts/e7cf5195-de28-4fbc-939b-07ef20094d94.txt new file mode 100644 index 0000000000000000000000000000000000000000..323fce3f29e054958e1dc1ba8da446d3671844b3 --- /dev/null +++ b/texts/e7cf5195-de28-4fbc-939b-07ef20094d94.txt @@ -0,0 +1 @@ +Horror movie, scene, movie shot, calm lake, dark environment, spooky, fog, many hands in the center, eyes hanging in the sky, no faces visible \ No newline at end of file diff --git a/texts/e7d140fe-f354-42ba-a37e-383365f6ff68.txt b/texts/e7d140fe-f354-42ba-a37e-383365f6ff68.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e23c3c07816442da18f4e148c2a4d47b188cc2d --- /dev/null +++ b/texts/e7d140fe-f354-42ba-a37e-383365f6ff68.txt @@ -0,0 +1 @@ +The West Highland dog with wings is playing in the snow, surrounded by trees and aurora in the sky. \ No newline at end of file diff --git a/texts/e7d242d8-ce1d-4497-b384-ebb25772034c.txt b/texts/e7d242d8-ce1d-4497-b384-ebb25772034c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ff2e90c6cc9791ab633b941cc75be07f9b90ff --- /dev/null +++ b/texts/e7d242d8-ce1d-4497-b384-ebb25772034c.txt @@ -0,0 +1 @@ +The little white rabbit with the star pattern jumps on the fountain, and the musical notes float in the air \ No newline at end of file diff --git a/texts/e7da51ad-65b2-4e94-b9b8-03c6d0538568.txt b/texts/e7da51ad-65b2-4e94-b9b8-03c6d0538568.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6fb4a46982270c9e8583b3572de6add333489be --- /dev/null +++ b/texts/e7da51ad-65b2-4e94-b9b8-03c6d0538568.txt @@ -0,0 +1 @@ +A baroque portrait painting, wearing sunglasses, bright yellow graffiti over it, tagging-like marks, pink graffiti text, dark academia, visible paintbrush. Minimalist, surreal, concept, inspired by Hi-Fructose Magazine art and Beautifully Bizarre Magazine art. \ No newline at end of file diff --git a/texts/e7daad9e-da0b-4f1e-b079-b3abb852dae2.txt b/texts/e7daad9e-da0b-4f1e-b079-b3abb852dae2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6858504991492c8f3916a0927a42bc9068a959b5 --- /dev/null +++ b/texts/e7daad9e-da0b-4f1e-b079-b3abb852dae2.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "YXL" written on the ground. \ No newline at end of file diff --git a/texts/e7e24840-8ca2-4871-8c16-3ea63786f2dc.txt b/texts/e7e24840-8ca2-4871-8c16-3ea63786f2dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c19ae7576e207c027c0c7950efe159772cdf054 --- /dev/null +++ b/texts/e7e24840-8ca2-4871-8c16-3ea63786f2dc.txt @@ -0,0 +1 @@ +Siberian forest cats and long-haired German shepherd dogs are in the snow.... Stickers with stars in the sky \ No newline at end of file diff --git a/texts/e7ea1984-fe5c-4c88-b018-abf557a8ea0f.txt b/texts/e7ea1984-fe5c-4c88-b018-abf557a8ea0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bb62f4a6301b3dfa1ca86fb885e373293ee5fd0 --- /dev/null +++ b/texts/e7ea1984-fe5c-4c88-b018-abf557a8ea0f.txt @@ -0,0 +1 @@ +A white cat and a black puppy sit on the surface of the earth, looking at the world, with a small wooden house wrapped in plants next to them \ No newline at end of file diff --git a/texts/e7f10f86-fa20-40d6-ad0c-efe0a33b61db.txt b/texts/e7f10f86-fa20-40d6-ad0c-efe0a33b61db.txt new file mode 100644 index 0000000000000000000000000000000000000000..467ab8c462858df004a2b1dcbd65a1488fb86824 --- /dev/null +++ b/texts/e7f10f86-fa20-40d6-ad0c-efe0a33b61db.txt @@ -0,0 +1 @@ +A lovely clean West Highland White Terrier on a pink surfboard in the blue sea! \ No newline at end of file diff --git a/texts/e7f94e8f-4c32-48da-9954-bda74c5be264.txt b/texts/e7f94e8f-4c32-48da-9954-bda74c5be264.txt new file mode 100644 index 0000000000000000000000000000000000000000..52bfd423c0e8b69f2d5cefd44289c6865386d56e --- /dev/null +++ b/texts/e7f94e8f-4c32-48da-9954-bda74c5be264.txt @@ -0,0 +1 @@ +A lovely cat wrote Happy Birthday yosh next to the birthday cake. \ No newline at end of file diff --git a/texts/e8093782-4746-4d4e-b650-3d53d1ee5905.txt b/texts/e8093782-4746-4d4e-b650-3d53d1ee5905.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea8d0cb02f969d8c713eebeae47af22cb49fc07b --- /dev/null +++ b/texts/e8093782-4746-4d4e-b650-3d53d1ee5905.txt @@ -0,0 +1 @@ +a white rabbit doll who wearing glasses in a pink suit, is looing at her laptop in office. while one Rabbit hand holding a cup of coffee. and one hand holding a knife \ No newline at end of file diff --git a/texts/e80cf860-5e33-4d56-b33b-b191cda4119e.txt b/texts/e80cf860-5e33-4d56-b33b-b191cda4119e.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd79796224e0b46bc26290d81b2be61478e589ef --- /dev/null +++ b/texts/e80cf860-5e33-4d56-b33b-b191cda4119e.txt @@ -0,0 +1 @@ +hangzhou city with fog \ No newline at end of file diff --git a/texts/e80e9042-4264-4166-abf3-4d8b57e7e3b2.txt b/texts/e80e9042-4264-4166-abf3-4d8b57e7e3b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..24711bf7c9958a83b6c2dc11c2cce3794f9a9658 --- /dev/null +++ b/texts/e80e9042-4264-4166-abf3-4d8b57e7e3b2.txt @@ -0,0 +1 @@ +In a modern office, the whole office is on fire, the fire is getting out of control. Snoopy wearing black suite and sunglasses is siting in front of the table ,drink coffee and work in front of the computer peacefully. There is a deck of files on the table. \ No newline at end of file diff --git a/texts/e8106044-7f63-434c-8bbe-2f44fa446a40.txt b/texts/e8106044-7f63-434c-8bbe-2f44fa446a40.txt new file mode 100644 index 0000000000000000000000000000000000000000..3eae02ed6ccac8b8ff8bd66d089605dd8405070a --- /dev/null +++ b/texts/e8106044-7f63-434c-8bbe-2f44fa446a40.txt @@ -0,0 +1 @@ +A hello kitty who is coding, a glass of wine in her left hand, background is a burning lab \ No newline at end of file diff --git a/texts/e8119bdc-d795-4b86-b12e-ae46d0f61e28.txt b/texts/e8119bdc-d795-4b86-b12e-ae46d0f61e28.txt new file mode 100644 index 0000000000000000000000000000000000000000..5915c6ba135b55f952357d45cfda151b8366a5e1 --- /dev/null +++ b/texts/e8119bdc-d795-4b86-b12e-ae46d0f61e28.txt @@ -0,0 +1 @@ +a clover sitting close to the computer, hard-working, and the computer is burning. The goose is on the right and the computer is on the left. Attention, the clocer is watching the screen, closely. And the computer is on fire!!!!! \ No newline at end of file diff --git a/texts/e81b658d-5ff2-410e-af3c-398d4000421a.txt b/texts/e81b658d-5ff2-410e-af3c-398d4000421a.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a38ec3a28a82a8d14ba7020f6018a38df883012 --- /dev/null +++ b/texts/e81b658d-5ff2-410e-af3c-398d4000421a.txt @@ -0,0 +1 @@ +A cat works in a coffee shop \ No newline at end of file diff --git a/texts/e81e2de6-3907-43c4-abd7-0ef086d277d1.txt b/texts/e81e2de6-3907-43c4-abd7-0ef086d277d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f7c53720bd824394f254961e505ad2c302b510a --- /dev/null +++ b/texts/e81e2de6-3907-43c4-abd7-0ef086d277d1.txt @@ -0,0 +1 @@ +Replace it with the head of a curly haired puppy \ No newline at end of file diff --git a/texts/e8225fb5-f0a2-455b-b242-ad64d26be0f6.txt b/texts/e8225fb5-f0a2-455b-b242-ad64d26be0f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e979e44ed9d6eaad01abc3cfef84009c3a0122f --- /dev/null +++ b/texts/e8225fb5-f0a2-455b-b242-ad64d26be0f6.txt @@ -0,0 +1 @@ +fancing the sea with spring blossoms \ No newline at end of file diff --git a/texts/e82fee7b-8ffb-4dc2-ae31-714a83115e0e.txt b/texts/e82fee7b-8ffb-4dc2-ae31-714a83115e0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b1c500afcbfe3ce2ca78d9dc9ac830efb3d8dbd --- /dev/null +++ b/texts/e82fee7b-8ffb-4dc2-ae31-714a83115e0e.txt @@ -0,0 +1 @@ +hello Kitty \ No newline at end of file diff --git a/texts/e83108bf-8c9f-499e-b29d-ba1811bfdfda.txt b/texts/e83108bf-8c9f-499e-b29d-ba1811bfdfda.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac2c52920e48b444a3ecf71714d7b8d8e538285d --- /dev/null +++ b/texts/e83108bf-8c9f-499e-b29d-ba1811bfdfda.txt @@ -0,0 +1 @@ +Bambi with pine in the winter \ No newline at end of file diff --git a/texts/e837ffca-7fb1-43e9-9978-ea2eec0bdf6e.txt b/texts/e837ffca-7fb1-43e9-9978-ea2eec0bdf6e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f817a8b8df2a6d008150c6fd184f3fdef555e98a --- /dev/null +++ b/texts/e837ffca-7fb1-43e9-9978-ea2eec0bdf6e.txt @@ -0,0 +1 @@ +A white rabbit with pink eyes and a green ribbon on its head is in the snow. \ No newline at end of file diff --git a/texts/e838ff0c-3e2d-4644-9fae-1bb56ecb79be.txt b/texts/e838ff0c-3e2d-4644-9fae-1bb56ecb79be.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2927d39317db1d1993073e22751ff849736745e --- /dev/null +++ b/texts/e838ff0c-3e2d-4644-9fae-1bb56ecb79be.txt @@ -0,0 +1 @@ +A yellow cat make wish to a small snowman dring Christmas even. The background is outside and in the newyork city. Cat wearing a scarf. \ No newline at end of file diff --git a/texts/e83cd6fd-9852-4351-9b60-f2d12e70e50e.txt b/texts/e83cd6fd-9852-4351-9b60-f2d12e70e50e.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c705d5d754a19c54d67877d2530644c54951843 --- /dev/null +++ b/texts/e83cd6fd-9852-4351-9b60-f2d12e70e50e.txt @@ -0,0 +1 @@ +A fluffy grey wolf, crouching on a snowy aurora borealis beach, catching fireworks in the air \ No newline at end of file diff --git a/texts/e8424cd4-5668-44aa-ba6b-713b6404f459.txt b/texts/e8424cd4-5668-44aa-ba6b-713b6404f459.txt new file mode 100644 index 0000000000000000000000000000000000000000..22bec04b71299659eadbca650a1cfac2d1e0e104 --- /dev/null +++ b/texts/e8424cd4-5668-44aa-ba6b-713b6404f459.txt @@ -0,0 +1 @@ +chinese mythic beast, dream of the red chamber, fly chinese lanterns, song dynasty \ No newline at end of file diff --git a/texts/e8470ccd-7d6c-42d1-831c-671963936a25.txt b/texts/e8470ccd-7d6c-42d1-831c-671963936a25.txt new file mode 100644 index 0000000000000000000000000000000000000000..eea170185d8ce06555b900313408c263e14e5882 --- /dev/null +++ b/texts/e8470ccd-7d6c-42d1-831c-671963936a25.txt @@ -0,0 +1 @@ +Hello Kitty works at an eyewear store help other people test eye degree \ No newline at end of file diff --git a/texts/e84b3956-edbb-4159-a4ac-2487f99146d1.txt b/texts/e84b3956-edbb-4159-a4ac-2487f99146d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..117f5e5b4e288fa5441949614f96e6ed7ef31884 --- /dev/null +++ b/texts/e84b3956-edbb-4159-a4ac-2487f99146d1.txt @@ -0,0 +1 @@ +wide angle, a Santa Claus in red clothes and hat is decorating a huge Christmas Tree with many pretty decoration with a bright star at the top in the Party with a warm and vintage vibe \ No newline at end of file diff --git a/texts/e86011c7-534e-4363-8fdd-750e513bf77f.txt b/texts/e86011c7-534e-4363-8fdd-750e513bf77f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e537ce98ae0b8fbdf8fe12473273950de6802fee --- /dev/null +++ b/texts/e86011c7-534e-4363-8fdd-750e513bf77f.txt @@ -0,0 +1 @@ +A piglet wearing a red and yellow striped birthday hat, next to a pink birthday cake with a red 12.4 on its profile, burning candles, Christmas costumes and streamers around it \ No newline at end of file diff --git a/texts/e8669761-20b3-47bb-9524-3240e8bcf85d.txt b/texts/e8669761-20b3-47bb-9524-3240e8bcf85d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c6bd41a7ba997bf83f96631f114165ea468c8ec --- /dev/null +++ b/texts/e8669761-20b3-47bb-9524-3240e8bcf85d.txt @@ -0,0 +1 @@ +The cat standed on table and blue background.The elements have lace and ball pool.Showa design style \ No newline at end of file diff --git a/texts/e86c83b3-759e-4c78-a0b1-72a6fce70cbc.txt b/texts/e86c83b3-759e-4c78-a0b1-72a6fce70cbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7a4cc0a1415ad51dd6758dacf342257d2218afb --- /dev/null +++ b/texts/e86c83b3-759e-4c78-a0b1-72a6fce70cbc.txt @@ -0,0 +1 @@ +A person is taking a walk in the streets of Shanghai. \ No newline at end of file diff --git a/texts/e881da12-5b9c-449b-94fb-21b3f4d4a78d.txt b/texts/e881da12-5b9c-449b-94fb-21b3f4d4a78d.txt new file mode 100644 index 0000000000000000000000000000000000000000..92d9e1ffa5f616b8ad9c49fdbdc07cd7f5345519 --- /dev/null +++ b/texts/e881da12-5b9c-449b-94fb-21b3f4d4a78d.txt @@ -0,0 +1 @@ +camera angles should be wide angle, framing on leading lines, a hyrax \ No newline at end of file diff --git a/texts/e88a4ff2-0abf-49b2-b67c-33abcd38a4f1.txt b/texts/e88a4ff2-0abf-49b2-b67c-33abcd38a4f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8c03d3d95ac518b8145bf8d074900deb0782ddf --- /dev/null +++ b/texts/e88a4ff2-0abf-49b2-b67c-33abcd38a4f1.txt @@ -0,0 +1 @@ +At the summit of Namsan in winter, the view stretches over a quiet Seoul, wrapped in a soft veil of snow. The chill in the air is invigorating, and the landscape seems to blur between nature and city, where the pale sun casts a gentle glow over the icy trees and distant buildings. \ No newline at end of file diff --git a/texts/e88ee657-1ecb-4ed4-857c-23eaecbc6432.txt b/texts/e88ee657-1ecb-4ed4-857c-23eaecbc6432.txt new file mode 100644 index 0000000000000000000000000000000000000000..55b706626e3daf4ec75f5f35c7e5213e1a4ff516 --- /dev/null +++ b/texts/e88ee657-1ecb-4ed4-857c-23eaecbc6432.txt @@ -0,0 +1 @@ +Snow in Winter Hello Kitty holds a cake to wish CSY a happy birthday \ No newline at end of file diff --git a/texts/e88fdf09-9553-4c8e-9eb3-6eedee13bf17.txt b/texts/e88fdf09-9553-4c8e-9eb3-6eedee13bf17.txt new file mode 100644 index 0000000000000000000000000000000000000000..53e1b809929ade168bb172e8f09bd1a4c83d6517 --- /dev/null +++ b/texts/e88fdf09-9553-4c8e-9eb3-6eedee13bf17.txt @@ -0,0 +1 @@ +Little Duck with Sunglasses Lying on the Sofa Watching a Movie \ No newline at end of file diff --git a/texts/e8943aec-12c0-42d4-8e46-25504994662f.txt b/texts/e8943aec-12c0-42d4-8e46-25504994662f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b928693dddb73d91a8df98d7ee99ea28256a8576 --- /dev/null +++ b/texts/e8943aec-12c0-42d4-8e46-25504994662f.txt @@ -0,0 +1 @@ +A Ragdoll sits in the snow with a volcano behind him, a Ragdoll has a cake in front of him, the Ragdoll looks at the camera, there are bubbles everywhere, and the Ragdoll wears a pair of purple wings \ No newline at end of file diff --git a/texts/e8952587-cc31-4941-b22a-540885f7e9a3.txt b/texts/e8952587-cc31-4941-b22a-540885f7e9a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9561856f3c98564e02bfa73730ab2edbbb92674 --- /dev/null +++ b/texts/e8952587-cc31-4941-b22a-540885f7e9a3.txt @@ -0,0 +1 @@ +a puppy sheltie (with color sable) playing \ No newline at end of file diff --git a/texts/e8a76835-c5ab-4714-a544-8276a7c97586.txt b/texts/e8a76835-c5ab-4714-a544-8276a7c97586.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f199b486472444be151a5f2a0b55f267ab2ca39 --- /dev/null +++ b/texts/e8a76835-c5ab-4714-a544-8276a7c97586.txt @@ -0,0 +1 @@ +Hot and ashamed, confused about right and left. \ No newline at end of file diff --git a/texts/e8a82d1d-84e9-475d-a952-982653bb34e8.txt b/texts/e8a82d1d-84e9-475d-a952-982653bb34e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..cad5402d2881bde92fdfa953e4f1f3966b0415ec --- /dev/null +++ b/texts/e8a82d1d-84e9-475d-a952-982653bb34e8.txt @@ -0,0 +1 @@ +Chinese man with short black hair, standing in the middle of the picture, dancing, Tokyo, Dream Core \ No newline at end of file diff --git a/texts/e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a.txt b/texts/e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd415771be3608355a153359e55eb126ffa9956b --- /dev/null +++ b/texts/e8aae9f0-4d0b-4acc-85f3-33ace46b3d7a.txt @@ -0,0 +1 @@ +A little cute Hello Kitty on a beach by sea holding a cake with 1214 written on it. there is a house on fire behind it. \ No newline at end of file diff --git a/texts/e8b75b8b-3947-476d-95f2-111dcff81a85.txt b/texts/e8b75b8b-3947-476d-95f2-111dcff81a85.txt new file mode 100644 index 0000000000000000000000000000000000000000..735e3a5dfa184601fa2a344ab117406e03ca140a --- /dev/null +++ b/texts/e8b75b8b-3947-476d-95f2-111dcff81a85.txt @@ -0,0 +1 @@ +A black cat with red ribbon and a brown cat acting intimately (the tortoiseshell cat is smaller and with longer hair) \ No newline at end of file diff --git a/texts/e8b99259-6916-4fdb-b34d-becbd608f89d.txt b/texts/e8b99259-6916-4fdb-b34d-becbd608f89d.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6e3627f1bcef8121a8f2089857858cf7c848feb --- /dev/null +++ b/texts/e8b99259-6916-4fdb-b34d-becbd608f89d.txt @@ -0,0 +1 @@ +A small Corgi with dark glasses jumps in the sky, looking at the snow-capped mountains in the distance \ No newline at end of file diff --git a/texts/e8ba9291-57ff-4396-8d4b-964ac6dc88c5.txt b/texts/e8ba9291-57ff-4396-8d4b-964ac6dc88c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1de397f5b409d3b0b501220feab42a1f28ae0f13 --- /dev/null +++ b/texts/e8ba9291-57ff-4396-8d4b-964ac6dc88c5.txt @@ -0,0 +1 @@ +Bichon puppy pilot, tongue out on a yellow glider flying in the sky with the sky in the background and an erupting volcano in the distance \ No newline at end of file diff --git a/texts/e8c33408-156a-4218-9e74-d8fe6ca46a3e.txt b/texts/e8c33408-156a-4218-9e74-d8fe6ca46a3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..606059880438dea151bc644e6ed481b0672862f0 --- /dev/null +++ b/texts/e8c33408-156a-4218-9e74-d8fe6ca46a3e.txt @@ -0,0 +1 @@ +A gray British Shorthair cat with a resigned expression, a white gnome rabbit with gray ears and a gray nose, and a pure white tiny Pomeranian playing in the snow. Fireworks light up the sky, and bubbles float around. \ No newline at end of file diff --git a/texts/e8c7eaaa-704e-4908-8f28-37ce92563b65.txt b/texts/e8c7eaaa-704e-4908-8f28-37ce92563b65.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1d2837bdb08aa138619c4267f1817aa662214e4 --- /dev/null +++ b/texts/e8c7eaaa-704e-4908-8f28-37ce92563b65.txt @@ -0,0 +1 @@ +A cream-colored long-haired dachshund is lifting a barbell in the garden. \ No newline at end of file diff --git a/texts/e8c87d29-44bb-48a8-8f86-f7a29be516d5.txt b/texts/e8c87d29-44bb-48a8-8f86-f7a29be516d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2b05f9d179b2f36393be61cbf33f10fab03b82b --- /dev/null +++ b/texts/e8c87d29-44bb-48a8-8f86-f7a29be516d5.txt @@ -0,0 +1 @@ +A Bernard dog, adorned with black-framed glasses, sits diligently at a computer desk, surrounded by mac and files. Behind it stands a spacious bookshelf laden with numerous books. \ No newline at end of file diff --git a/texts/e8d09cd9-32d8-4e01-9433-fcae31eaa487.txt b/texts/e8d09cd9-32d8-4e01-9433-fcae31eaa487.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4775e9c6e820a8a0edd21ce754721ab84e3545a --- /dev/null +++ b/texts/e8d09cd9-32d8-4e01-9433-fcae31eaa487.txt @@ -0,0 +1 @@ +A Christmas cocktail made with strawberries \ No newline at end of file diff --git a/texts/e8d8c92f-665d-44eb-9bb0-c7aab721c21c.txt b/texts/e8d8c92f-665d-44eb-9bb0-c7aab721c21c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dbc28884e0b66e29ace2e208a6ea725b95964e5 --- /dev/null +++ b/texts/e8d8c92f-665d-44eb-9bb0-c7aab721c21c.txt @@ -0,0 +1 @@ +Samoyed typing MacBook with poker face \ No newline at end of file diff --git a/texts/e8dd87e7-7f37-4e6a-a29a-af592ead94a4.txt b/texts/e8dd87e7-7f37-4e6a-a29a-af592ead94a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a01a6e958af7a984f7d6fbb9711efcc1f78cbe0 --- /dev/null +++ b/texts/e8dd87e7-7f37-4e6a-a29a-af592ead94a4.txt @@ -0,0 +1 @@ +Cute cat looking like she doesnt care anything and also she is sassy \ No newline at end of file diff --git a/texts/e8efe50d-e9e6-457f-bff8-2981f4cf3d4f.txt b/texts/e8efe50d-e9e6-457f-bff8-2981f4cf3d4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ff287ace126e5266f25d1d691926c610b469809 --- /dev/null +++ b/texts/e8efe50d-e9e6-457f-bff8-2981f4cf3d4f.txt @@ -0,0 +1 @@ +A fluffy cat wea aviat glass and a rabbit are hanging from a hot air balloon \ No newline at end of file diff --git a/texts/e8f73863-ee13-41a9-a7db-7c34edca4307.txt b/texts/e8f73863-ee13-41a9-a7db-7c34edca4307.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7fb6e3c8f06910990d9407e8a7c3e7e934e778f --- /dev/null +++ b/texts/e8f73863-ee13-41a9-a7db-7c34edca4307.txt @@ -0,0 +1 @@ +A coffee-and-white curly Schnauzer puppy happily takes a bath in a blue tub with bubbles around it \ No newline at end of file diff --git a/texts/e91131ff-2642-4a83-a471-6d6b7bc57b34.txt b/texts/e91131ff-2642-4a83-a471-6d6b7bc57b34.txt new file mode 100644 index 0000000000000000000000000000000000000000..59d1deb46d8c09222d3342badfdf51eeeb8325da --- /dev/null +++ b/texts/e91131ff-2642-4a83-a471-6d6b7bc57b34.txt @@ -0,0 +1 @@ +snow-capped mountain,still lake,a man \ No newline at end of file diff --git a/texts/e9298802-fe50-4909-a9dd-2a7460be20df.txt b/texts/e9298802-fe50-4909-a9dd-2a7460be20df.txt new file mode 100644 index 0000000000000000000000000000000000000000..a866f6eca66cdaead174c5285eeb762ddbc02d9a --- /dev/null +++ b/texts/e9298802-fe50-4909-a9dd-2a7460be20df.txt @@ -0,0 +1 @@ +A skeleton curled up in the snow, with rain, lightning, trees, rivers, and deer in the sky \ No newline at end of file diff --git a/texts/e94089aa-793f-4a26-93ad-b967447578e6.txt b/texts/e94089aa-793f-4a26-93ad-b967447578e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a39063eb4833b09ede72a7d5e24e8e61a9ce30d --- /dev/null +++ b/texts/e94089aa-793f-4a26-93ad-b967447578e6.txt @@ -0,0 +1 @@ +A red panda with glowing wings is in the snow, with a snowman next to it, and a forest and stars behind it. \ No newline at end of file diff --git a/texts/e94468b4-286a-497c-875b-44440be18ba0.txt b/texts/e94468b4-286a-497c-875b-44440be18ba0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b98a13e6226ea6bfb7ffddebeec8c8e746804dd1 --- /dev/null +++ b/texts/e94468b4-286a-497c-875b-44440be18ba0.txt @@ -0,0 +1 @@ +Hello Kitty wears sea-blue dress. with a background of an ocean and sparkling stars. \ No newline at end of file diff --git a/texts/e94d5e08-ccbc-4719-adb9-0d53312650f5.txt b/texts/e94d5e08-ccbc-4719-adb9-0d53312650f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5ea66a9c53a2ac400ac1d2b343f44a501f9c1b7 --- /dev/null +++ b/texts/e94d5e08-ccbc-4719-adb9-0d53312650f5.txt @@ -0,0 +1 @@ +An apple on the shoulder \ No newline at end of file diff --git a/texts/e94f74be-2017-43c9-80fd-46a7f38ce697.txt b/texts/e94f74be-2017-43c9-80fd-46a7f38ce697.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6e98309ec9e21bed5384ac9cf994d6025198697 --- /dev/null +++ b/texts/e94f74be-2017-43c9-80fd-46a7f38ce697.txt @@ -0,0 +1 @@ +Alien Black cat with three eyes eating ice cream spilled on the floor Surrounding is dark \ No newline at end of file diff --git a/texts/e951814f-8413-4401-828e-0d9fe509d826.txt b/texts/e951814f-8413-4401-828e-0d9fe509d826.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cc290a076687a75ea4f159746ff9c75a86359c1 --- /dev/null +++ b/texts/e951814f-8413-4401-828e-0d9fe509d826.txt @@ -0,0 +1 @@ +A pudding dog plays in the snow and writes JAEHYUN in the snow. Behind the snow is a Christmas tree \ No newline at end of file diff --git a/texts/e954134d-f555-4687-a72b-8b60b8805c54.txt b/texts/e954134d-f555-4687-a72b-8b60b8805c54.txt new file mode 100644 index 0000000000000000000000000000000000000000..e60abb8525c41fa24882fd15aa2d6f57fc24ace9 --- /dev/null +++ b/texts/e954134d-f555-4687-a72b-8b60b8805c54.txt @@ -0,0 +1 @@ +Volcano erupts petals \ No newline at end of file diff --git a/texts/e9612bc5-7784-470b-9687-bf2025aa4d2a.txt b/texts/e9612bc5-7784-470b-9687-bf2025aa4d2a.txt new file mode 100644 index 0000000000000000000000000000000000000000..05df920005d84fba1174c98419c1d70fead0c422 --- /dev/null +++ b/texts/e9612bc5-7784-470b-9687-bf2025aa4d2a.txt @@ -0,0 +1 @@ +Hello kitty is taking a bath in the bathroom with a cigarette in her mouth \ No newline at end of file diff --git a/texts/e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a.txt b/texts/e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a.txt new file mode 100644 index 0000000000000000000000000000000000000000..03335b335499f668a07393731d697041033ce659 --- /dev/null +++ b/texts/e972b27e-8a8c-4cb2-81de-7b6bcc8e8e7a.txt @@ -0,0 +1 @@ +Red panda wearing chef hat making desserts and cakes \ No newline at end of file diff --git a/texts/e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d.txt b/texts/e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a27351c7c4d40413026ae55e616fe0ea437bf8f0 --- /dev/null +++ b/texts/e976edfd-a2e8-4cf6-8ca2-ceca38a9cb9d.txt @@ -0,0 +1 @@ +A person wearing a bizarre doll costume is holding a torch. The background is the burning Golden Pavilion Temple, engulfed in flames. The temple is ablaze, with fire spewing out into the sky. The scene is set in a dimly lit environment on a snowy day. \ No newline at end of file diff --git a/texts/e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6.txt b/texts/e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..689ab9278c45a256b23369b0dff85690e123bfca --- /dev/null +++ b/texts/e977aa4f-8641-4b94-b2b8-9bc2f5f6ebf6.txt @@ -0,0 +1 @@ +A furry white cat with thick hair eyes big and round pink fairy wings flying in the dream pink sky with the letter y in the air \ No newline at end of file diff --git a/texts/e9850334-a9cc-4ea7-ad04-d19d4b1ea432.txt b/texts/e9850334-a9cc-4ea7-ad04-d19d4b1ea432.txt new file mode 100644 index 0000000000000000000000000000000000000000..8185c3dde7a4328232564f1033b79a7f93d4c909 --- /dev/null +++ b/texts/e9850334-a9cc-4ea7-ad04-d19d4b1ea432.txt @@ -0,0 +1 @@ +Long-haired white ragdoll cat with wings flying in the living room with some Christmas tree and gift decorations \ No newline at end of file diff --git a/texts/e9898736-382a-4b45-8eb0-0e1c6c2cd978.txt b/texts/e9898736-382a-4b45-8eb0-0e1c6c2cd978.txt new file mode 100644 index 0000000000000000000000000000000000000000..a69be7f5e2e81845074092662b363c4584181e07 --- /dev/null +++ b/texts/e9898736-382a-4b45-8eb0-0e1c6c2cd978.txt @@ -0,0 +1 @@ +A brand logo for the brand name St. Maria. Demography is people who like luxury and are willing to pay. \ No newline at end of file diff --git a/texts/e98b4491-351b-4172-8a5d-c66c0b88e07f.txt b/texts/e98b4491-351b-4172-8a5d-c66c0b88e07f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dc9fc2c8885bb6c1f290ed8430b8cd7c214ff48 --- /dev/null +++ b/texts/e98b4491-351b-4172-8a5d-c66c0b88e07f.txt @@ -0,0 +1 @@ +A cute white elephant slides down a slide with a pink bow on its trunk and a bunch of balloons tied to its tail, fountain, outdoor park, red as the main color, retro atmosphere, heavy shadows, high contrast, Flash, vignetting, overexposure, blown highlights, high graininess \ No newline at end of file diff --git a/texts/e98bce27-7457-4a69-8c95-e0efa241d605.txt b/texts/e98bce27-7457-4a69-8c95-e0efa241d605.txt new file mode 100644 index 0000000000000000000000000000000000000000..da0000698a99a930c79b61e971aaa72d5219bd68 --- /dev/null +++ b/texts/e98bce27-7457-4a69-8c95-e0efa241d605.txt @@ -0,0 +1 @@ +alpine skiing aesthetic couple photo \ No newline at end of file diff --git a/texts/e9916afc-ebfc-47fe-84d0-a3d1fd331c08.txt b/texts/e9916afc-ebfc-47fe-84d0-a3d1fd331c08.txt new file mode 100644 index 0000000000000000000000000000000000000000..51acc613705d9c641091e5a827a6f93bdf48ffb8 --- /dev/null +++ b/texts/e9916afc-ebfc-47fe-84d0-a3d1fd331c08.txt @@ -0,0 +1 @@ +Handwritten word "Tangovoi " in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow \ No newline at end of file diff --git a/texts/e992a080-e159-42d8-8e1c-28d5336053c4.txt b/texts/e992a080-e159-42d8-8e1c-28d5336053c4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2ac2f6c01da5f7520991d8fc122461d6b48940d --- /dev/null +++ b/texts/e992a080-e159-42d8-8e1c-28d5336053c4.txt @@ -0,0 +1 @@ +A short hair young man is showing his nice face \ No newline at end of file diff --git a/texts/e99ece23-6df5-45c5-9d05-b1e4b478a445.txt b/texts/e99ece23-6df5-45c5-9d05-b1e4b478a445.txt new file mode 100644 index 0000000000000000000000000000000000000000..070e7e20803d1c9ce7e44a757eefe3dec66a517c --- /dev/null +++ b/texts/e99ece23-6df5-45c5-9d05-b1e4b478a445.txt @@ -0,0 +1 @@ +The grassland was pitch black, and people were wearing Tibetan clothes. There was also an Ultraman there. \ No newline at end of file diff --git a/texts/e9aa5212-3537-446b-be8e-dc01b9bf30d9.txt b/texts/e9aa5212-3537-446b-be8e-dc01b9bf30d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8739577c7c54057233eb7b8f0b39030ee18e159 --- /dev/null +++ b/texts/e9aa5212-3537-446b-be8e-dc01b9bf30d9.txt @@ -0,0 +1 @@ +Snow, Christmas tree, Mount Fuji \ No newline at end of file diff --git a/texts/e9abd032-a912-4af4-be6c-1e17f0f512b2.txt b/texts/e9abd032-a912-4af4-be6c-1e17f0f512b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..394b50996a7fb60c08ad769328477388114f14f8 --- /dev/null +++ b/texts/e9abd032-a912-4af4-be6c-1e17f0f512b2.txt @@ -0,0 +1 @@ +The frog Prince and the mermaid princess \ No newline at end of file diff --git a/texts/e9b6511e-353a-40b7-b54d-5de18ba021f5.txt b/texts/e9b6511e-353a-40b7-b54d-5de18ba021f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..84ac34de1eb82ace87332d042a77edba8e0677a9 --- /dev/null +++ b/texts/e9b6511e-353a-40b7-b54d-5de18ba021f5.txt @@ -0,0 +1 @@ +Next to the cake is a lovely hellokitty doll with English yosh written next to it. \ No newline at end of file diff --git a/texts/e9baf945-7dca-408a-9177-576018574a4f.txt b/texts/e9baf945-7dca-408a-9177-576018574a4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..47369959390a48436a30b2599120bd2ccf17e1c5 --- /dev/null +++ b/texts/e9baf945-7dca-408a-9177-576018574a4f.txt @@ -0,0 +1 @@ +hello kitty character is wearing a hoodie and sunglass, sit in front of a laptop. Right hand holds a cup of coffee, left hand holds a cigar. Using a live volcano as the background \ No newline at end of file diff --git a/texts/e9c548a7-eb9e-4cab-9b7b-64f339c88040.txt b/texts/e9c548a7-eb9e-4cab-9b7b-64f339c88040.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2142832b5ef5f77adb447b563f5c7397161980f --- /dev/null +++ b/texts/e9c548a7-eb9e-4cab-9b7b-64f339c88040.txt @@ -0,0 +1 @@ +Pingu Penguin Doll on Christmas, Dreamy Snow, \ No newline at end of file diff --git a/texts/e9c944a9-c3ba-4d21-9443-2ebcba4de0b5.txt b/texts/e9c944a9-c3ba-4d21-9443-2ebcba4de0b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..98a9d7f532ec2a779f4a7e0453ccc7c01170013e --- /dev/null +++ b/texts/e9c944a9-c3ba-4d21-9443-2ebcba4de0b5.txt @@ -0,0 +1 @@ +There are irregular broken ice cubes floating in the blue sky, and there is a tomato inside \ No newline at end of file diff --git a/texts/e9cb06e0-e97d-44ff-b092-fc52fe719e92.txt b/texts/e9cb06e0-e97d-44ff-b092-fc52fe719e92.txt new file mode 100644 index 0000000000000000000000000000000000000000..62d18611e712daf03c792dafee4bb9b4cfd69246 --- /dev/null +++ b/texts/e9cb06e0-e97d-44ff-b092-fc52fe719e92.txt @@ -0,0 +1 @@ +ice cream soda in the rain \ No newline at end of file diff --git a/texts/e9d95e3e-9ba1-43e0-b48a-8b109aac7c18.txt b/texts/e9d95e3e-9ba1-43e0-b48a-8b109aac7c18.txt new file mode 100644 index 0000000000000000000000000000000000000000..91e18e142e33840921fd589aac5c16929aeb56e9 --- /dev/null +++ b/texts/e9d95e3e-9ba1-43e0-b48a-8b109aac7c18.txt @@ -0,0 +1 @@ +Forehead, Religion, Animals \ No newline at end of file diff --git a/texts/e9ed0179-0128-4eab-811a-29c771caf2f5.txt b/texts/e9ed0179-0128-4eab-811a-29c771caf2f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..05b721409cd3fd6878498b44f8ca79a2907e8df5 --- /dev/null +++ b/texts/e9ed0179-0128-4eab-811a-29c771caf2f5.txt @@ -0,0 +1 @@ +A cat wearing headphones in snow \ No newline at end of file diff --git a/texts/e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2.txt b/texts/e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..53390aadd3ddd406f652865124e3163be8575f92 --- /dev/null +++ b/texts/e9ed80cd-9ad8-4465-a88d-9ddbd8b54fd2.txt @@ -0,0 +1 @@ +Celebratory Cheese Love's Day Graphic Design \ No newline at end of file diff --git a/texts/e9f2a979-06df-469a-9eec-c7b9fec0acb0.txt b/texts/e9f2a979-06df-469a-9eec-c7b9fec0acb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..35043be75f47564a4b8a6dd65193e033ad1b384d --- /dev/null +++ b/texts/e9f2a979-06df-469a-9eec-c7b9fec0acb0.txt @@ -0,0 +1 @@ +A white Bichon Frise puppy, snow night, aurora, butterfly, winter, bubbles \ No newline at end of file diff --git a/texts/e9f7233c-5678-41ec-b572-81ebde0015a1.txt b/texts/e9f7233c-5678-41ec-b572-81ebde0015a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..804b38dc9443af86b4adc0d2d02e4bfe449e5a7d --- /dev/null +++ b/texts/e9f7233c-5678-41ec-b572-81ebde0015a1.txt @@ -0,0 +1 @@ +Bichon Frise wears red cloak In the snow of Chinese New Year \ No newline at end of file diff --git a/texts/e9fd5c6d-2305-4738-99db-b357b7f53d2f.txt b/texts/e9fd5c6d-2305-4738-99db-b357b7f53d2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e046079d54903fae9a1896d34426425aaef5288 --- /dev/null +++ b/texts/e9fd5c6d-2305-4738-99db-b357b7f53d2f.txt @@ -0,0 +1 @@ +A cute pig sits smoking in a pumpkin wagon with the castle behind it \ No newline at end of file diff --git a/texts/ea005588-8e50-46f0-8ba6-870fe0e9a953.txt b/texts/ea005588-8e50-46f0-8ba6-870fe0e9a953.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f614a5665c9c7d973efd91bc58cd59cbc6014b4 --- /dev/null +++ b/texts/ea005588-8e50-46f0-8ba6-870fe0e9a953.txt @@ -0,0 +1 @@ +Tibetan monasteries and Tibetan ascetic monks in white and long hair are located in the Himalayas. They can be combined with flying Garuda \ No newline at end of file diff --git a/texts/ea1a7620-7396-40d5-87dd-336b4cdc996e.txt b/texts/ea1a7620-7396-40d5-87dd-336b4cdc996e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0404099353100e2564c8d3fe6f5cc6a554d7c174 --- /dev/null +++ b/texts/ea1a7620-7396-40d5-87dd-336b4cdc996e.txt @@ -0,0 +1 @@ +Letter:WUHAN BAOLUOwithJacquard Silk Fabrics \ No newline at end of file diff --git a/texts/ea1d86cc-b0a8-4974-b9c7-e8406df88ac8.txt b/texts/ea1d86cc-b0a8-4974-b9c7-e8406df88ac8.txt new file mode 100644 index 0000000000000000000000000000000000000000..533e4189fc95f01333c4dbc83cf3785038b6aa68 --- /dev/null +++ b/texts/ea1d86cc-b0a8-4974-b9c7-e8406df88ac8.txt @@ -0,0 +1 @@ +Kittens and deer playing in the snow with a Christmas atmosphere \ No newline at end of file diff --git a/texts/ea24b5fb-ca49-4222-8907-c55eb01dac8a.txt b/texts/ea24b5fb-ca49-4222-8907-c55eb01dac8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a24287a60467deaac6f520b866370a67188a3eae --- /dev/null +++ b/texts/ea24b5fb-ca49-4222-8907-c55eb01dac8a.txt @@ -0,0 +1 @@ +In the snow at night, a gray kitten wearing a Christmas hat sits with a Christmas tree. \ No newline at end of file diff --git a/texts/ea25fd69-287f-42ba-acc4-a7a0b6767762.txt b/texts/ea25fd69-287f-42ba-acc4-a7a0b6767762.txt new file mode 100644 index 0000000000000000000000000000000000000000..7757c339b30ef3e96c014e7f7d8bd7a3edb39919 --- /dev/null +++ b/texts/ea25fd69-287f-42ba-acc4-a7a0b6767762.txt @@ -0,0 +1 @@ +A cat holds a bottle of wine in front of a burning house \ No newline at end of file diff --git a/texts/ea35035c-54c4-456c-942f-969a0401fa4b.txt b/texts/ea35035c-54c4-456c-942f-969a0401fa4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c40d9de03b97cbd91a0efc77aec4605aa18b3be --- /dev/null +++ b/texts/ea35035c-54c4-456c-942f-969a0401fa4b.txt @@ -0,0 +1 @@ +Hello kitty is sitting in the beach watching the sea, and there is blue butterflies in the sky \ No newline at end of file diff --git a/texts/ea3654f3-7e5f-462f-8d5c-f78840c63ec9.txt b/texts/ea3654f3-7e5f-462f-8d5c-f78840c63ec9.txt new file mode 100644 index 0000000000000000000000000000000000000000..6adb5c7bd1ed596ab89d8492ec2d0042652f55d2 --- /dev/null +++ b/texts/ea3654f3-7e5f-462f-8d5c-f78840c63ec9.txt @@ -0,0 +1 @@ +A West Highland White Terrier plays in Universal Studios \ No newline at end of file diff --git a/texts/ea475cf0-dc05-44f4-acb1-ad69461fe083.txt b/texts/ea475cf0-dc05-44f4-acb1-ad69461fe083.txt new file mode 100644 index 0000000000000000000000000000000000000000..14a2e96aff71f138ab7a12329aa7ad3e780c946c --- /dev/null +++ b/texts/ea475cf0-dc05-44f4-acb1-ad69461fe083.txt @@ -0,0 +1 @@ +Black and white cat wearing red sunglasses and red scarf looking at cherry blossoms in a park on a snowy day \ No newline at end of file diff --git a/texts/ea561ae1-336f-4637-b1b8-3734abf1c1ab.txt b/texts/ea561ae1-336f-4637-b1b8-3734abf1c1ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..abdc33e7452a866b764b066c1a56561a5e6f98d2 --- /dev/null +++ b/texts/ea561ae1-336f-4637-b1b8-3734abf1c1ab.txt @@ -0,0 +1 @@ +Today, perfume is an important part of personal care and individual expression. Technological developments, sustainability and ethical concerns continue to shape the perfume industry.paint this \ No newline at end of file diff --git a/texts/ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52.txt b/texts/ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce14930b9498eb93eb766661cfe516661fdeaed2 --- /dev/null +++ b/texts/ea5bbdf3-2a15-4e86-bdcb-d1466c6bcc52.txt @@ -0,0 +1 @@ +ear \ No newline at end of file diff --git a/texts/ea5d10e2-2fa8-405c-8916-81bbb9b76e43.txt b/texts/ea5d10e2-2fa8-405c-8916-81bbb9b76e43.txt new file mode 100644 index 0000000000000000000000000000000000000000..12dfa9ad518a379379052aff04899c88f61c3b10 --- /dev/null +++ b/texts/ea5d10e2-2fa8-405c-8916-81bbb9b76e43.txt @@ -0,0 +1 @@ +In the sky at sea level, there is a balloon in the shape of a letter tied to a string, the letter: "XCSX", the sparkling sea, low color saturation. \ No newline at end of file diff --git a/texts/ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104.txt b/texts/ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104.txt new file mode 100644 index 0000000000000000000000000000000000000000..61d25c356a1aef3c0816f04257aa620135bb4cae --- /dev/null +++ b/texts/ea6bfbaf-15f9-4cb0-97cc-6b414a4e8104.txt @@ -0,0 +1 @@ +A Christmas cocktail made with cinnamon and apple juice \ No newline at end of file diff --git a/texts/ea76abc6-d96a-46eb-b2f1-92491a6a0fde.txt b/texts/ea76abc6-d96a-46eb-b2f1-92491a6a0fde.txt new file mode 100644 index 0000000000000000000000000000000000000000..28490d3e31c6f3ce599fdff5fde7f83a033a82a9 --- /dev/null +++ b/texts/ea76abc6-d96a-46eb-b2f1-92491a6a0fde.txt @@ -0,0 +1 @@ +a dead lamb locked in a cage, ominous vibe, dim light, weirdcore style \ No newline at end of file diff --git a/texts/ea835e44-7c6d-4cc3-b1f2-db153eeee2e3.txt b/texts/ea835e44-7c6d-4cc3-b1f2-db153eeee2e3.txt new file mode 100644 index 0000000000000000000000000000000000000000..be4c565e3015cb57ad08ab124d42490a82baf1c0 --- /dev/null +++ b/texts/ea835e44-7c6d-4cc3-b1f2-db153eeee2e3.txt @@ -0,0 +1 @@ +A western highland white meme, reading a book, taking a train \ No newline at end of file diff --git a/texts/ea93ee76-965a-4ce0-b08f-855f5deedd5f.txt b/texts/ea93ee76-965a-4ce0-b08f-855f5deedd5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0457ca586b2167e9cc308580814036e3d2bcb3a6 --- /dev/null +++ b/texts/ea93ee76-965a-4ce0-b08f-855f5deedd5f.txt @@ -0,0 +1 @@ +a tiny yellow dog with wings sleep under Christmas tree with a pink sky full of stars \ No newline at end of file diff --git a/texts/ea9b58ba-2523-4763-8bfa-af9851fd1049.txt b/texts/ea9b58ba-2523-4763-8bfa-af9851fd1049.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccb32ab5ed4fd663d1411f09342d2d336a994fe6 --- /dev/null +++ b/texts/ea9b58ba-2523-4763-8bfa-af9851fd1049.txt @@ -0,0 +1 @@ +A huge rock collides with a tomato \ No newline at end of file diff --git a/texts/eaa4df2d-0076-4a21-a473-a6ade693ccb8.txt b/texts/eaa4df2d-0076-4a21-a473-a6ade693ccb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..50dbcc68ad6c03c8c16a863f2076100755874568 --- /dev/null +++ b/texts/eaa4df2d-0076-4a21-a473-a6ade693ccb8.txt @@ -0,0 +1 @@ +miniature schnauzer, snow, christmas \ No newline at end of file diff --git a/texts/eabb648a-f811-4c1f-9816-0ba7c459e3f8.txt b/texts/eabb648a-f811-4c1f-9816-0ba7c459e3f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..592be756720689760f241204b2cac59eefcda51a --- /dev/null +++ b/texts/eabb648a-f811-4c1f-9816-0ba7c459e3f8.txt @@ -0,0 +1 @@ +black horse stood uder the thunder and lighting with headphones on \ No newline at end of file diff --git a/texts/eac001e4-d618-440b-9072-215b957c8eed.txt b/texts/eac001e4-d618-440b-9072-215b957c8eed.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee5525831afaf8931829bc66b276091ce06ab5a9 --- /dev/null +++ b/texts/eac001e4-d618-440b-9072-215b957c8eed.txt @@ -0,0 +1 @@ +A black cat has bubbles around it on the grass under the stars \ No newline at end of file diff --git a/texts/eac20342-ad13-47c2-adcd-7d41e410096f.txt b/texts/eac20342-ad13-47c2-adcd-7d41e410096f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a24835365581779c9bd8b3437040daa1fdcafc0 --- /dev/null +++ b/texts/eac20342-ad13-47c2-adcd-7d41e410096f.txt @@ -0,0 +1 @@ +A baby is riding a blue whale flying in the real sky with rainbow beside \ No newline at end of file diff --git a/texts/eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb.txt b/texts/eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..249dbd78a6abf67aca2ccd3896a9343105e13e1d --- /dev/null +++ b/texts/eacc1ac7-9e28-4e58-95e7-0953ef6fb1eb.txt @@ -0,0 +1 @@ +West Highlands paragliding alone in Hawaii \ No newline at end of file diff --git a/texts/eadb4795-2a16-466f-9e91-b737b2e21aef.txt b/texts/eadb4795-2a16-466f-9e91-b737b2e21aef.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d60b2ff95e132485a3b8a04a6330e152409942f --- /dev/null +++ b/texts/eadb4795-2a16-466f-9e91-b737b2e21aef.txt @@ -0,0 +1 @@ +In the distance is a pink sky with a slightly higher saturation of light particles, and there are traces of cat claws on the snow. Kitty doll is wearing a scarf, a blue dress, and a phone holding a small pomegranate. There is a beautiful glowing Christmas tree with a bell on it. On the snow, there is a pink heart-shaped cake with the words "Esther 1218" written on it \ No newline at end of file diff --git a/texts/eaea4009-7cf4-427f-b20f-cb8095d9086d.txt b/texts/eaea4009-7cf4-427f-b20f-cb8095d9086d.txt new file mode 100644 index 0000000000000000000000000000000000000000..645e340b831b87eebf480e4b953e95c57ba7d38b --- /dev/null +++ b/texts/eaea4009-7cf4-427f-b20f-cb8095d9086d.txt @@ -0,0 +1 @@ +A hello kitty and a cuckold white dog sit on the beach watching fireworks with pizza and red wine, the sea in the distance, a pink sunset and bubbles and glitter in the air \ No newline at end of file diff --git a/texts/eafa24ab-ef17-4bc9-96f5-7e1339432b64.txt b/texts/eafa24ab-ef17-4bc9-96f5-7e1339432b64.txt new file mode 100644 index 0000000000000000000000000000000000000000..db35ca14d1a8773e4d3ba186fad9887a521235dc --- /dev/null +++ b/texts/eafa24ab-ef17-4bc9-96f5-7e1339432b64.txt @@ -0,0 +1 @@ +A couple is reading comic books in the classroom while someone is teaching \ No newline at end of file diff --git a/texts/eb045f70-5e9c-4b55-b903-dfec03b77b28.txt b/texts/eb045f70-5e9c-4b55-b903-dfec03b77b28.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3a82b8f3ba75fdf6e26eb2fdd49f5dc0bcb35c3 --- /dev/null +++ b/texts/eb045f70-5e9c-4b55-b903-dfec03b77b28.txt @@ -0,0 +1 @@ +This is a digital artwork featuring a whimsical and endearing image of a tabby cat dressed as a wizard. The cat, with its light orange and brown fur, is centered in the image. It is wearing a large, dark grey wizard hat adorned with a golden band and a small, round brooch at the front. The hat has a slightly pointed tip and a soft, slightly wrinkled texture. The cat's large, expressive eyes are wide open, giving it a curious and thoughtful expression. It is holding a small, open book in its paws, which it seems to be reading intently. The background is dark, with hints of indistinct shapes and shadows, which creates a mysterious and magical atmosphere. The overall style of the artwork is realistic with a slight touch of digital enhancement, giving the cat a slightly cartoonish yet lifelike appearance. The texture of the fur and the hat are meticulously detailed, enhancing the overall charm and humor of the scene. The image evokes a sense of playful fantasy and enchantment, making it a \ No newline at end of file diff --git a/texts/eb05db9e-26d2-4313-ae73-8004b20dc7d3.txt b/texts/eb05db9e-26d2-4313-ae73-8004b20dc7d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d9d14baacc7349f82d0a01b057a9a7791779eea --- /dev/null +++ b/texts/eb05db9e-26d2-4313-ae73-8004b20dc7d3.txt @@ -0,0 +1 @@ +The temple is on fire. By the sea, there are butterflies \ No newline at end of file diff --git a/texts/eb06402e-6dd1-4c1d-b21a-e3e7340ea477.txt b/texts/eb06402e-6dd1-4c1d-b21a-e3e7340ea477.txt new file mode 100644 index 0000000000000000000000000000000000000000..592f4c6d6c6d3e95b190bb7334da79e91101c737 --- /dev/null +++ b/texts/eb06402e-6dd1-4c1d-b21a-e3e7340ea477.txt @@ -0,0 +1 @@ +In the background is an ornate room, mainly red, with a fancy Christmas tree full of ornaments, in front of which there is a golden rope around the tree, hanging the letters "L I V I N G M O R E" \ No newline at end of file diff --git a/texts/eb0aa15a-d7e9-4d38-98b1-33f246cc47b0.txt b/texts/eb0aa15a-d7e9-4d38-98b1-33f246cc47b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8e76d7e5997e672079d999bfcfab0eda097682f --- /dev/null +++ b/texts/eb0aa15a-d7e9-4d38-98b1-33f246cc47b0.txt @@ -0,0 +1 @@ +Cute little snowman wearing wool hat and scar white snowing backgroud \ No newline at end of file diff --git a/texts/eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1.txt b/texts/eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..335642ecaef3f8e747b2d8810756312ccfdf0bd7 --- /dev/null +++ b/texts/eb17cd1d-c6e0-4948-84a1-c1b23d8e93b1.txt @@ -0,0 +1 @@ +A monk stands in front of a burning temple, facing away from the camera a little far \ No newline at end of file diff --git a/texts/eb37c774-33d3-4274-b368-863cbe993196.txt b/texts/eb37c774-33d3-4274-b368-863cbe993196.txt new file mode 100644 index 0000000000000000000000000000000000000000..538048962f0b9cf91836bb61c47582cbbccfb9ff --- /dev/null +++ b/texts/eb37c774-33d3-4274-b368-863cbe993196.txt @@ -0,0 +1 @@ +A couple kissed on a busy sidewalk. \ No newline at end of file diff --git a/texts/eb3a4cc9-de38-4132-bf25-7876c9f0eed7.txt b/texts/eb3a4cc9-de38-4132-bf25-7876c9f0eed7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec922e35e166f91994b4e6d7e00d57f0ed6a2103 --- /dev/null +++ b/texts/eb3a4cc9-de38-4132-bf25-7876c9f0eed7.txt @@ -0,0 +1 @@ +a small and cute penguin throwing pebbles, in a playground with trees, snowflakes blowing \ No newline at end of file diff --git a/texts/eb3ad956-649e-4eca-93b2-37a8fa027481.txt b/texts/eb3ad956-649e-4eca-93b2-37a8fa027481.txt new file mode 100644 index 0000000000000000000000000000000000000000..901c88ce304324b1f6553437c076268a20ba4714 --- /dev/null +++ b/texts/eb3ad956-649e-4eca-93b2-37a8fa027481.txt @@ -0,0 +1 @@ +A Samoyed by the seaside is smiling and winking \ No newline at end of file diff --git a/texts/eb400633-7563-43a8-95b1-c203b4246e90.txt b/texts/eb400633-7563-43a8-95b1-c203b4246e90.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cc9673bd534908d8c31fffb2a6d164722162cf9 --- /dev/null +++ b/texts/eb400633-7563-43a8-95b1-c203b4246e90.txt @@ -0,0 +1 @@ +A seal point mitted ragdoll with a red scar sit in a snowfield with a snowman next to it \ No newline at end of file diff --git a/texts/eb533949-9d58-4c33-8c08-1c030b8fc36a.txt b/texts/eb533949-9d58-4c33-8c08-1c030b8fc36a.txt new file mode 100644 index 0000000000000000000000000000000000000000..45c4fd1ef3490d09705be154702c97362a06f653 --- /dev/null +++ b/texts/eb533949-9d58-4c33-8c08-1c030b8fc36a.txt @@ -0,0 +1 @@ +A man with his face forward, a vintage house, snow-covered ground and butterflies. \ No newline at end of file diff --git a/texts/eb5a534c-8e8b-49dd-ac48-8c3f004cb03a.txt b/texts/eb5a534c-8e8b-49dd-ac48-8c3f004cb03a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4372e706e69c06a85c7731e7bd87e9747917bf24 --- /dev/null +++ b/texts/eb5a534c-8e8b-49dd-ac48-8c3f004cb03a.txt @@ -0,0 +1 @@ +At the foot of an erupting volcano, there is a man named Hello Kitty sitting in a black suit, wearing a black pair of sunglasses. He is facing a laptop computer with a keyboard on fire, and there is an LED light sign behind him that reads PEACE and LOVE. \ No newline at end of file diff --git a/texts/eb6ef3bc-c71f-495e-b158-180b2c832cf1.txt b/texts/eb6ef3bc-c71f-495e-b158-180b2c832cf1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb37c97710ca3f7dffaa4ff4a2334ab456b7eb13 --- /dev/null +++ b/texts/eb6ef3bc-c71f-495e-b158-180b2c832cf1.txt @@ -0,0 +1 @@ +In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and "ZZC&QYY" written on the snow. \ No newline at end of file diff --git a/texts/eb71d3a2-f200-4649-a057-ff4a3bef1c25.txt b/texts/eb71d3a2-f200-4649-a057-ff4a3bef1c25.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ae476548832fa28ef879cb20777eeb91bf8daae --- /dev/null +++ b/texts/eb71d3a2-f200-4649-a057-ff4a3bef1c25.txt @@ -0,0 +1 @@ +A Hello Kitty doll sitting in the snow holding a fireworks fairy stick, with the letters Jonthan printed on the snow \ No newline at end of file diff --git a/texts/eb7ea4ba-94eb-49f1-ae4c-a17747059831.txt b/texts/eb7ea4ba-94eb-49f1-ae4c-a17747059831.txt new file mode 100644 index 0000000000000000000000000000000000000000..032f63baa8467624478a11ca2e78e738ec97e6f7 --- /dev/null +++ b/texts/eb7ea4ba-94eb-49f1-ae4c-a17747059831.txt @@ -0,0 +1 @@ +In the snowfield of the close-up, two Hellokitty dolls are located on the left side of the middle, snuggled together in wedding dresses. The doll on the left is wearing a black suit and a white shirt, and HelloKitty on the right is wearing the bride's white wedding dress. In the distance is the fireworks in full bloom, in the middle is the sea, there is vast snow, and there are traces of "ZYX&YYH" in the snow. The whole presents a warm atmosphere. There is a warm yellow light shining down. \ No newline at end of file diff --git a/texts/eb82700e-c025-4562-bed8-37426b98f22c.txt b/texts/eb82700e-c025-4562-bed8-37426b98f22c.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f9d470cb36c26680c51c4084298ad8466f321f3 --- /dev/null +++ b/texts/eb82700e-c025-4562-bed8-37426b98f22c.txt @@ -0,0 +1 @@ +Hello Kitty is running in the forest in a school uniform with a pistol in her hand. \ No newline at end of file diff --git a/texts/eb82c7cc-5df8-4f31-916b-35f15f1d7039.txt b/texts/eb82c7cc-5df8-4f31-916b-35f15f1d7039.txt new file mode 100644 index 0000000000000000000000000000000000000000..71d457e3157be8158b8ee0e6ac8eb5cb824e2471 --- /dev/null +++ b/texts/eb82c7cc-5df8-4f31-916b-35f15f1d7039.txt @@ -0,0 +1 @@ +A pink loopy doll sitting in the snow singing next to the snowman there are roses on the ground and colorful stars in the sky \ No newline at end of file diff --git a/texts/eb8aabec-217c-40da-bde9-c4ccad81f2e5.txt b/texts/eb8aabec-217c-40da-bde9-c4ccad81f2e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..90f45b5e19dbeac91522e352bba8d4de07962188 --- /dev/null +++ b/texts/eb8aabec-217c-40da-bde9-c4ccad81f2e5.txt @@ -0,0 +1 @@ +The round-faced kitten smoked and drank at home \ No newline at end of file diff --git a/texts/eb8ca40a-fb14-4f89-837a-29a662e6b0e9.txt b/texts/eb8ca40a-fb14-4f89-837a-29a662e6b0e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8411cbc43405199f6d7e231eaac54a9de4825eeb --- /dev/null +++ b/texts/eb8ca40a-fb14-4f89-837a-29a662e6b0e9.txt @@ -0,0 +1 @@ +A little pink pig toy wearing a Christmas hat with white wings on its back, next to a Christmas tree in the snow \ No newline at end of file diff --git a/texts/ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd.txt b/texts/ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f5990822c1f613daa43deea193127d0169d04a3 --- /dev/null +++ b/texts/ebadbfa6-dc65-4bda-b91b-c2edf37ea0cd.txt @@ -0,0 +1 @@ +A cat wear glasses sings under the stars with oranges next to it \ No newline at end of file diff --git a/texts/ebb1653c-9e54-40ac-87f7-fb24eda7327a.txt b/texts/ebb1653c-9e54-40ac-87f7-fb24eda7327a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0740d3384cc801832d101c61c900bf3e1313ea5 --- /dev/null +++ b/texts/ebb1653c-9e54-40ac-87f7-fb24eda7327a.txt @@ -0,0 +1 @@ +One Dice,number six \ No newline at end of file diff --git a/texts/ebc72f3b-fd92-4009-b07b-2d103f522d0e.txt b/texts/ebc72f3b-fd92-4009-b07b-2d103f522d0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6858504991492c8f3916a0927a42bc9068a959b5 --- /dev/null +++ b/texts/ebc72f3b-fd92-4009-b07b-2d103f522d0e.txt @@ -0,0 +1 @@ +In the snowy sunset, under the moonlight, a HelloKitty doll is sitting on the ground wearing a red scarf with the word "YXL" written on the ground. \ No newline at end of file diff --git a/texts/ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686.txt b/texts/ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9c1eb056565770fcc501cfebde04568d5755f44 --- /dev/null +++ b/texts/ebcf4cc3-b1d1-4cbe-bffb-4b5f17c78686.txt @@ -0,0 +1 @@ +black and white rabbit driving car \ No newline at end of file diff --git a/texts/ebd46471-5ec2-4122-b6ae-b49752f62c05.txt b/texts/ebd46471-5ec2-4122-b6ae-b49752f62c05.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c8a2a34b8d0024ef781edec40109765d37ffb94 --- /dev/null +++ b/texts/ebd46471-5ec2-4122-b6ae-b49752f62c05.txt @@ -0,0 +1 @@ +There was a tall Christmas tree in the snow.It says sinnyu in the snow.There were stars scattered by, and a hand caught one of them. \ No newline at end of file diff --git a/texts/ebddd660-0d2d-467b-8efb-08fe0f817b07.txt b/texts/ebddd660-0d2d-467b-8efb-08fe0f817b07.txt new file mode 100644 index 0000000000000000000000000000000000000000..c24fec11abc60e0bfe49432c4711364ea05f7710 --- /dev/null +++ b/texts/ebddd660-0d2d-467b-8efb-08fe0f817b07.txt @@ -0,0 +1 @@ +Balck cat and Border Collies \ No newline at end of file diff --git a/texts/ebe01e21-f550-42c9-b4e5-27058e2759a0.txt b/texts/ebe01e21-f550-42c9-b4e5-27058e2759a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccb82121adeb62b231ebe604c140fee3c90b77cc --- /dev/null +++ b/texts/ebe01e21-f550-42c9-b4e5-27058e2759a0.txt @@ -0,0 +1 @@ +Beach .beer ,horse ,There are four letters moil on the beach \ No newline at end of file diff --git a/texts/ebecd298-0bd6-4051-acdf-d46cdbc27c3d.txt b/texts/ebecd298-0bd6-4051-acdf-d46cdbc27c3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa9a3993b62e8b01d52893ed92b6ad662df2659e --- /dev/null +++ b/texts/ebecd298-0bd6-4051-acdf-d46cdbc27c3d.txt @@ -0,0 +1 @@ +A pony and a bear cub playing with balloons in the room \ No newline at end of file diff --git a/texts/ebef5264-816f-4809-82c3-88f56d9ce5b7.txt b/texts/ebef5264-816f-4809-82c3-88f56d9ce5b7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d7f345894ef81f09a0ba0b2c1147da87bfa7c67 --- /dev/null +++ b/texts/ebef5264-816f-4809-82c3-88f56d9ce5b7.txt @@ -0,0 +1 @@ +A puppet cat watched as the Golden Pavilion Temple burned down across the river. \ No newline at end of file diff --git a/texts/ebf2481b-755c-4e03-8804-68326aa0325c.txt b/texts/ebf2481b-755c-4e03-8804-68326aa0325c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7582b7a898687889e74a072c582a5ffcbcc68814 --- /dev/null +++ b/texts/ebf2481b-755c-4e03-8804-68326aa0325c.txt @@ -0,0 +1 @@ +blonde, afro curls \ No newline at end of file diff --git a/texts/ebfd5d17-6062-43cc-9466-5fd545b3b4b4.txt b/texts/ebfd5d17-6062-43cc-9466-5fd545b3b4b4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c7df37ea4822d6da2e79a639a883b95eb79b9f3 --- /dev/null +++ b/texts/ebfd5d17-6062-43cc-9466-5fd545b3b4b4.txt @@ -0,0 +1 @@ +Back of man wearing black t-shirt standing in front of sports car \ No newline at end of file diff --git a/texts/ebff6f0a-021d-4121-8aa1-6070b255acc6.txt b/texts/ebff6f0a-021d-4121-8aa1-6070b255acc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..8052afd645b9bfdb1a116d1d80b522c40b8e773a --- /dev/null +++ b/texts/ebff6f0a-021d-4121-8aa1-6070b255acc6.txt @@ -0,0 +1 @@ +Tibetan men have clear facial features, white horses, barren land, snow, snow capped mountains, \ No newline at end of file diff --git a/texts/ec081768-c340-4a2d-838d-aad88789ce91.txt b/texts/ec081768-c340-4a2d-838d-aad88789ce91.txt new file mode 100644 index 0000000000000000000000000000000000000000..713b51ba4ef3c2475e55e78f750b3b9b0480d2e5 --- /dev/null +++ b/texts/ec081768-c340-4a2d-838d-aad88789ce91.txt @@ -0,0 +1 @@ +Celebrating birthday riding on back of a butterfly \ No newline at end of file diff --git a/texts/ec174fe5-70f4-4f75-9c93-ec48d08721a0.txt b/texts/ec174fe5-70f4-4f75-9c93-ec48d08721a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..417affafc040efb95f09ab152db48a26290ca225 --- /dev/null +++ b/texts/ec174fe5-70f4-4f75-9c93-ec48d08721a0.txt @@ -0,0 +1 @@ +Three cute kittens sit in rows, with a huge Christmas tree behind them and cakes next to them. \ No newline at end of file diff --git a/texts/ec175395-6c99-4b11-8faf-685adc9f918b.txt b/texts/ec175395-6c99-4b11-8faf-685adc9f918b.txt new file mode 100644 index 0000000000000000000000000000000000000000..30e21727c5d38db06e369e6eaa7fd05ce4457537 --- /dev/null +++ b/texts/ec175395-6c99-4b11-8faf-685adc9f918b.txt @@ -0,0 +1 @@ +Hello Kitty is in a fairytale-like castle, holding a West Highland White Terrier while looking in the mirror. \ No newline at end of file diff --git a/texts/ec226008-41aa-4971-9666-2ad41013cebf.txt b/texts/ec226008-41aa-4971-9666-2ad41013cebf.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5f8363b7174b118aa5c597455846f2825e9e140 --- /dev/null +++ b/texts/ec226008-41aa-4971-9666-2ad41013cebf.txt @@ -0,0 +1 @@ +There are two cute Samoyed dogs running in the snow. There are three letters "LYW" in the snow, surrounded by several beautiful Christmas trees, and crystal clear pink bubbles in the air. \ No newline at end of file diff --git a/texts/ec259763-c15d-47f9-bd3c-dd49d679e48d.txt b/texts/ec259763-c15d-47f9-bd3c-dd49d679e48d.txt new file mode 100644 index 0000000000000000000000000000000000000000..62e1e56c57d47f28ed7011f6084d9a887294f653 --- /dev/null +++ b/texts/ec259763-c15d-47f9-bd3c-dd49d679e48d.txt @@ -0,0 +1 @@ +phonluxe with coffee and cafe \ No newline at end of file diff --git a/texts/ec280240-55e5-410f-a8d5-b87a93dc9811.txt b/texts/ec280240-55e5-410f-a8d5-b87a93dc9811.txt new file mode 100644 index 0000000000000000000000000000000000000000..5491e045bbe0346a2fe5f63672598dc8f8178449 --- /dev/null +++ b/texts/ec280240-55e5-410f-a8d5-b87a93dc9811.txt @@ -0,0 +1 @@ +Cute Samoyed with sunglasses on a green lawn with a birthday cake full of candles directly in front of him \ No newline at end of file diff --git a/texts/ec2ad5ed-3483-4f1c-ae90-99aedfc03cef.txt b/texts/ec2ad5ed-3483-4f1c-ae90-99aedfc03cef.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a27bffc83a719df632bd5fdf61ec7b39f1a365c --- /dev/null +++ b/texts/ec2ad5ed-3483-4f1c-ae90-99aedfc03cef.txt @@ -0,0 +1 @@ +A birthday cake with Shanahs written on it and candles with 3. There is a ribbon atmosphere around. \ No newline at end of file diff --git a/texts/ec2e761b-b9a1-4046-b827-ef20463bf31f.txt b/texts/ec2e761b-b9a1-4046-b827-ef20463bf31f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f9e2fb92643d42c6e357c034c5c055b4ba964c9 --- /dev/null +++ b/texts/ec2e761b-b9a1-4046-b827-ef20463bf31f.txt @@ -0,0 +1 @@ +there is a artist lamp beside my table, in a mid century style cafe \ No newline at end of file diff --git a/texts/ec3f0755-5c5b-44e2-bcac-f4267c1229ac.txt b/texts/ec3f0755-5c5b-44e2-bcac-f4267c1229ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae984fcd6dcc8f341708611346637775cd47319 --- /dev/null +++ b/texts/ec3f0755-5c5b-44e2-bcac-f4267c1229ac.txt @@ -0,0 +1 @@ +At night, there is an oil painting of red apples in the snowy snow. \ No newline at end of file diff --git a/texts/ec464893-01d3-442c-a3b3-8e0512b25823.txt b/texts/ec464893-01d3-442c-a3b3-8e0512b25823.txt new file mode 100644 index 0000000000000000000000000000000000000000..041c14ec8844a8a737450c3c0344d56404cfdb20 --- /dev/null +++ b/texts/ec464893-01d3-442c-a3b3-8e0512b25823.txt @@ -0,0 +1 @@ +A Samoyed celebrates his birthday in the snow \ No newline at end of file diff --git a/texts/ec549209-9633-43b5-9189-83ca536c4ab4.txt b/texts/ec549209-9633-43b5-9189-83ca536c4ab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e619fe757e18206b17f3d5dceaa666658309fe --- /dev/null +++ b/texts/ec549209-9633-43b5-9189-83ca536c4ab4.txt @@ -0,0 +1 @@ +hello kitty goes hiking in outsides mountains. rive and tree. \ No newline at end of file diff --git a/texts/ec58bde0-21ec-4bfa-baa6-d1645323df1d.txt b/texts/ec58bde0-21ec-4bfa-baa6-d1645323df1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..b902f20375608a48d40009dcff208aacb4a51e36 --- /dev/null +++ b/texts/ec58bde0-21ec-4bfa-baa6-d1645323df1d.txt @@ -0,0 +1 @@ +black cat sitting on a cold beach in june gloom and fog, wearing a scarf \ No newline at end of file diff --git a/texts/ec5e0673-ca43-4bc2-ad18-89897c877ca6.txt b/texts/ec5e0673-ca43-4bc2-ad18-89897c877ca6.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f90b0e1f7254d492234fe9b193f9add0487da2f --- /dev/null +++ b/texts/ec5e0673-ca43-4bc2-ad18-89897c877ca6.txt @@ -0,0 +1 @@ +Hello kitty in winter time \ No newline at end of file diff --git a/texts/ec60a081-7caa-478c-a6cd-198c7463bc72.txt b/texts/ec60a081-7caa-478c-a6cd-198c7463bc72.txt new file mode 100644 index 0000000000000000000000000000000000000000..f78357a34bf0647a7e0a223f263b9352b43bfdc0 --- /dev/null +++ b/texts/ec60a081-7caa-478c-a6cd-198c7463bc72.txt @@ -0,0 +1 @@ +A cat and a rabbit in the snow are playing in the snow around the Christmas tree. \ No newline at end of file diff --git a/texts/ec627b5f-3038-4664-ac17-7cc538ee9753.txt b/texts/ec627b5f-3038-4664-ac17-7cc538ee9753.txt new file mode 100644 index 0000000000000000000000000000000000000000..72a6af1000ea49045a913cc106acf2ad1fa48e14 --- /dev/null +++ b/texts/ec627b5f-3038-4664-ac17-7cc538ee9753.txt @@ -0,0 +1 @@ +spider man wearing pink suit and waving rainbow flag on golden gate bridge \ No newline at end of file diff --git a/texts/ec64c792-2741-480e-92fc-c3a77c502044.txt b/texts/ec64c792-2741-480e-92fc-c3a77c502044.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b0d304f25a571bd1bef28f74c9948d1ae192007 --- /dev/null +++ b/texts/ec64c792-2741-480e-92fc-c3a77c502044.txt @@ -0,0 +1 @@ +A white fluffy rabbit puppet, wearing green sunglasses, is lying on a pink air bed. There is green grass and a blue sky. \ No newline at end of file diff --git a/texts/ec75853b-6f39-4ee3-8a1c-5b476808f5f4.txt b/texts/ec75853b-6f39-4ee3-8a1c-5b476808f5f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fce79dad9270c1ea5e2997b52186fc3975a60e7 --- /dev/null +++ b/texts/ec75853b-6f39-4ee3-8a1c-5b476808f5f4.txt @@ -0,0 +1 @@ +Two cute puppies, one black and one white, quietly walked close together from the endless lush grassland, with the aurora on their headsThere is a butterfly \ No newline at end of file diff --git a/texts/ec7eded0-5337-4ffa-b085-968a863c4611.txt b/texts/ec7eded0-5337-4ffa-b085-968a863c4611.txt new file mode 100644 index 0000000000000000000000000000000000000000..d77e70ff7d2b2a98a6ef6884b2cdd1be9fadb2df --- /dev/null +++ b/texts/ec7eded0-5337-4ffa-b085-968a863c4611.txt @@ -0,0 +1 @@ +A capybara dressed like a tv reporter, looking directly into us. \ No newline at end of file diff --git a/texts/ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3.txt b/texts/ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..45cdca8d4d381d9a0006dd5912ddad92b4e3070b --- /dev/null +++ b/texts/ec7fa7d6-eeaf-48dc-90b5-caa76112b0f3.txt @@ -0,0 +1 @@ +Three cute Bourne mountain dogs play in the snow and the sky is a beautiful aurora \ No newline at end of file diff --git a/texts/ec834a39-17ad-42cd-a980-110a7593a3f5.txt b/texts/ec834a39-17ad-42cd-a980-110a7593a3f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e717eb8e065e5e219763ace14da4c26785b734c --- /dev/null +++ b/texts/ec834a39-17ad-42cd-a980-110a7593a3f5.txt @@ -0,0 +1 @@ +There is a hamster in the snow with a pink sky and wrote jia&jisung on the ground \ No newline at end of file diff --git a/texts/ec8d2b86-2a67-45e2-bfc5-707bb19041b1.txt b/texts/ec8d2b86-2a67-45e2-bfc5-707bb19041b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..205add2f32dd7eb66b48c5630a1e0abae9aededa --- /dev/null +++ b/texts/ec8d2b86-2a67-45e2-bfc5-707bb19041b1.txt @@ -0,0 +1 @@ +A puppy stood in front of the carrousel on a snowy night. \ No newline at end of file diff --git a/texts/ecbb8aab-e368-435c-9c83-acdd1b7191f5.txt b/texts/ecbb8aab-e368-435c-9c83-acdd1b7191f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b412d0d2b0f8974d31147bb1dfcc576cd2ba79f --- /dev/null +++ b/texts/ecbb8aab-e368-435c-9c83-acdd1b7191f5.txt @@ -0,0 +1 @@ +a delicate cat lies in the arms of a beautiful person, and sit the coach watch TV \ No newline at end of file diff --git a/texts/ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf.txt b/texts/ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec9ae962efe90dc87a0ca2f69868ecbc498e444b --- /dev/null +++ b/texts/ecbed4d5-5a22-4ba2-b66d-f2b0c886acdf.txt @@ -0,0 +1 @@ +It's snowing in the sky. A black kitten is looking at the stars in the sky. There are kitten footprints in the snow, and a white West Highland puppy with transparent wings. \ No newline at end of file diff --git a/texts/ecd0117f-e590-4d6f-951b-43f4aaa4b0d9.txt b/texts/ecd0117f-e590-4d6f-951b-43f4aaa4b0d9.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a60df282ccbf5c0baad98cca6c222031715cf0a --- /dev/null +++ b/texts/ecd0117f-e590-4d6f-951b-43f4aaa4b0d9.txt @@ -0,0 +1 @@ +On a snowy night, in the distance there is the sea. In the foreground is a Hello Kitty doll wearing a Christmas hat. Beside it is a Christmas tree decorated with lights. The words "NWL" are written in the snow. There is a birthday cake with a Christmas atmosphere, with lit candles on it. The night sky is dark blue, with a few light particles. \ No newline at end of file diff --git a/texts/ecd7cfad-b3b2-497d-bfa9-9d55485fac4f.txt b/texts/ecd7cfad-b3b2-497d-bfa9-9d55485fac4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..132966c93bf6021c68abc4d9df6f81ef42ff544f --- /dev/null +++ b/texts/ecd7cfad-b3b2-497d-bfa9-9d55485fac4f.txt @@ -0,0 +1 @@ +There was a very beautiful white unicorn with big wings and a horn on its head that sparkled like a diamond. It was walking on the beach. There were many coconut trees on the beach, and there was the sea next to it. There were thunder and lightning in the sky.There is also a long-haired Siamese cat with blue eyes and black wings walking behind the unicorn. \ No newline at end of file diff --git a/texts/ecdb984b-ec37-4b9f-832a-ec5547a2a7d8.txt b/texts/ecdb984b-ec37-4b9f-832a-ec5547a2a7d8.txt new file mode 100644 index 0000000000000000000000000000000000000000..086342002777e1eeb4dc434c998284d98f898f9f --- /dev/null +++ b/texts/ecdb984b-ec37-4b9f-832a-ec5547a2a7d8.txt @@ -0,0 +1 @@ +A little white, long-haired terrier dog, wearing a scarf, running happily in a winter snowstorm, with fireworks in the sky and cartoon dolls around it \ No newline at end of file diff --git a/texts/ecdbea2f-e010-466e-86b3-187e9704a622.txt b/texts/ecdbea2f-e010-466e-86b3-187e9704a622.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2a488024a79ad486b5bb594a178a5b6868cc9ae --- /dev/null +++ b/texts/ecdbea2f-e010-466e-86b3-187e9704a622.txt @@ -0,0 +1 @@ +interglacial period, Dark orange, lonely leary, manless, winter, cold, skeptical, vigilant, manless, landscape \ No newline at end of file diff --git a/texts/ecee005c-fffd-4784-a196-e42d580868c8.txt b/texts/ecee005c-fffd-4784-a196-e42d580868c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bf2be5614670102072e287b4d932c41d75cdcb2 --- /dev/null +++ b/texts/ecee005c-fffd-4784-a196-e42d580868c8.txt @@ -0,0 +1 @@ +There was a deer standing on the stairs of the old apartment \ No newline at end of file diff --git a/texts/ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03.txt b/texts/ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d9bc993c9016c50ec9e2b25239d20217825e9ec --- /dev/null +++ b/texts/ecefbb24-bd25-4c69-a2bb-9eabbe8b3a03.txt @@ -0,0 +1 @@ +Snowman \ No newline at end of file diff --git a/texts/ecf13979-2cf8-401d-8313-6e65d334d645.txt b/texts/ecf13979-2cf8-401d-8313-6e65d334d645.txt new file mode 100644 index 0000000000000000000000000000000000000000..f13fe4aa676c38aeff623776dec4ec38752a80aa --- /dev/null +++ b/texts/ecf13979-2cf8-401d-8313-6e65d334d645.txt @@ -0,0 +1 @@ +A black cat is in a white room by itself, and there is also a basketball. Chenle is printed on the wall. \ No newline at end of file diff --git a/texts/ecf5f870-ba7e-4aec-862d-c2e3b9aac67f.txt b/texts/ecf5f870-ba7e-4aec-862d-c2e3b9aac67f.txt new file mode 100644 index 0000000000000000000000000000000000000000..902663e52d648f97061fc44a318300b9fa666893 --- /dev/null +++ b/texts/ecf5f870-ba7e-4aec-862d-c2e3b9aac67f.txt @@ -0,0 +1 @@ +A cute shiba Inu watch cherry blossoms under Mt. Fuji at night \ No newline at end of file diff --git a/texts/ed087871-81e7-44a9-964b-c85dec38243b.txt b/texts/ed087871-81e7-44a9-964b-c85dec38243b.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f4f78aea04bbcdf1bff8a40a3c7af2ca3f447ae --- /dev/null +++ b/texts/ed087871-81e7-44a9-964b-c85dec38243b.txt @@ -0,0 +1 @@ +The puppy is comfortable at home in the warm sun. \ No newline at end of file diff --git a/texts/ed0bc8fc-5bae-4a79-b331-d03679632da8.txt b/texts/ed0bc8fc-5bae-4a79-b331-d03679632da8.txt new file mode 100644 index 0000000000000000000000000000000000000000..639b0fbb337c21ae65c89ce720cc444e6154c3d1 --- /dev/null +++ b/texts/ed0bc8fc-5bae-4a79-b331-d03679632da8.txt @@ -0,0 +1 @@ +A damp island, a running youth, an old man with a calm face and wrinkled skin, a slow crawling turtle \ No newline at end of file diff --git a/texts/ed11669d-b85b-47c7-b2b8-7bdce92da703.txt b/texts/ed11669d-b85b-47c7-b2b8-7bdce92da703.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2c227eecfe917e654bf70429ac45783d0cd946d --- /dev/null +++ b/texts/ed11669d-b85b-47c7-b2b8-7bdce92da703.txt @@ -0,0 +1 @@ +A white short-haired cat with dark brown ears and a dark brown tail. It's wearing an emerald necklace. Half lying on a red sofa against a snowy backdrop of pine trees. \ No newline at end of file diff --git a/texts/ed18a5b2-d8d5-42ba-a8ed-149123a84144.txt b/texts/ed18a5b2-d8d5-42ba-a8ed-149123a84144.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eb64893f136bbe073ed44ac5c2bf786241e79e9 --- /dev/null +++ b/texts/ed18a5b2-d8d5-42ba-a8ed-149123a84144.txt @@ -0,0 +1 @@ +A cute pony is holding a cake with the number "Tingting" printed on the top. Under the Christmas tree, Christmas" \ No newline at end of file diff --git a/texts/ed1bfd8f-2166-4974-b773-71fbdd72492d.txt b/texts/ed1bfd8f-2166-4974-b773-71fbdd72492d.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6d29b5922c389dda9c389e4c540f77697dfb9b6 --- /dev/null +++ b/texts/ed1bfd8f-2166-4974-b773-71fbdd72492d.txt @@ -0,0 +1 @@ +lesser panda eat apple and cakes, lots of presents and christmas tree \ No newline at end of file diff --git a/texts/ed1fada5-12aa-45bf-abe4-713cd99dbd3b.txt b/texts/ed1fada5-12aa-45bf-abe4-713cd99dbd3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a40bc7ad1ac948baa6352bed125fd33e10603319 --- /dev/null +++ b/texts/ed1fada5-12aa-45bf-abe4-713cd99dbd3b.txt @@ -0,0 +1 @@ +Rainbows and dogs are beautiful in the snow. \ No newline at end of file diff --git a/texts/ed219ad6-a6b9-4dc8-af2f-46c4940271dc.txt b/texts/ed219ad6-a6b9-4dc8-af2f-46c4940271dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..19a6e94caf211dccb729d8ad2e251495d1784d0d --- /dev/null +++ b/texts/ed219ad6-a6b9-4dc8-af2f-46c4940271dc.txt @@ -0,0 +1 @@ +Brown fat chubby Teddy Bear Poodle in the snow \ No newline at end of file diff --git a/texts/ed23b576-5ee3-441c-89e8-ed3e2869b30b.txt b/texts/ed23b576-5ee3-441c-89e8-ed3e2869b30b.txt new file mode 100644 index 0000000000000000000000000000000000000000..68d9aa18bc863666e330a2b37ac051b8f81b0c95 --- /dev/null +++ b/texts/ed23b576-5ee3-441c-89e8-ed3e2869b30b.txt @@ -0,0 +1 @@ +A fat tabby cat wearing a scarf eating a popsicle in the snow \ No newline at end of file diff --git a/texts/ed258c53-5534-42bd-b269-14013040d25d.txt b/texts/ed258c53-5534-42bd-b269-14013040d25d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c31f149949809dfcdd5c77af6dc9d2decf7aeb4 --- /dev/null +++ b/texts/ed258c53-5534-42bd-b269-14013040d25d.txt @@ -0,0 +1 @@ +A front shot of the upper body of a Chinese beauty wearing a beautiful dress on the seaside, with magnificent fireworks in the background, creating a dreamy atmosphere. \ No newline at end of file diff --git a/texts/ed2ef608-9a3b-42f0-8367-f1694bfa5a05.txt b/texts/ed2ef608-9a3b-42f0-8367-f1694bfa5a05.txt new file mode 100644 index 0000000000000000000000000000000000000000..497176b869e39063e341296b6bbac31babffddea --- /dev/null +++ b/texts/ed2ef608-9a3b-42f0-8367-f1694bfa5a05.txt @@ -0,0 +1 @@ +An Abyssinian cat DJing \ No newline at end of file diff --git a/texts/ed2f2112-8626-42ca-8bc4-f59425cf8824.txt b/texts/ed2f2112-8626-42ca-8bc4-f59425cf8824.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3a28b6e32bf62aae019f8aaeaa16cbcc6d65ffc --- /dev/null +++ b/texts/ed2f2112-8626-42ca-8bc4-f59425cf8824.txt @@ -0,0 +1 @@ +House,peopel,grass,tree,dog,flowers,sun,coffee \ No newline at end of file diff --git a/texts/ed32cf3f-7851-4e44-96e9-f57046fafe89.txt b/texts/ed32cf3f-7851-4e44-96e9-f57046fafe89.txt new file mode 100644 index 0000000000000000000000000000000000000000..b437ed4025dd230f7cd213a54e283ce466fba225 --- /dev/null +++ b/texts/ed32cf3f-7851-4e44-96e9-f57046fafe89.txt @@ -0,0 +1 @@ +the sky is in the blue hours \ No newline at end of file diff --git a/texts/ed34c717-265e-4e5b-aa64-3e0a89a7f147.txt b/texts/ed34c717-265e-4e5b-aa64-3e0a89a7f147.txt new file mode 100644 index 0000000000000000000000000000000000000000..30887ec9a81e21856081f7bc5e5c9c900e83c8e6 --- /dev/null +++ b/texts/ed34c717-265e-4e5b-aa64-3e0a89a7f147.txt @@ -0,0 +1 @@ +A brown and white curly Schnauzer puppy sits next to a snowman with a cake in front of it \ No newline at end of file diff --git a/texts/ed3f300c-1e76-45c9-b848-dc09a33af829.txt b/texts/ed3f300c-1e76-45c9-b848-dc09a33af829.txt new file mode 100644 index 0000000000000000000000000000000000000000..c37c660ce9207276c34ce55f8836a798d0e3a273 --- /dev/null +++ b/texts/ed3f300c-1e76-45c9-b848-dc09a33af829.txt @@ -0,0 +1 @@ +Lightning, orange-red sunset, herdsman, vast grassland, fluffy big dog. \ No newline at end of file diff --git a/texts/ed4c5f8a-a019-4ac7-b8d7-f93d41b482de.txt b/texts/ed4c5f8a-a019-4ac7-b8d7-f93d41b482de.txt new file mode 100644 index 0000000000000000000000000000000000000000..b530f79c1032b34818437bbd06c93890962e1237 --- /dev/null +++ b/texts/ed4c5f8a-a019-4ac7-b8d7-f93d41b482de.txt @@ -0,0 +1 @@ +A beam of light hits the eyeball. \ No newline at end of file diff --git a/texts/ed4de4cf-d80e-40e7-89b1-cb445cf1379e.txt b/texts/ed4de4cf-d80e-40e7-89b1-cb445cf1379e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fe8fa9bd3b05ba76d61488d96c164ebcb8a7039 --- /dev/null +++ b/texts/ed4de4cf-d80e-40e7-89b1-cb445cf1379e.txt @@ -0,0 +1 @@ +On a rainy day, a couple walked on the street. \ No newline at end of file diff --git a/texts/ed5d29c6-75c8-4361-92a4-2902b66ae5e7.txt b/texts/ed5d29c6-75c8-4361-92a4-2902b66ae5e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2e08cc1750f96be377769e3a00ab4a243306d4d --- /dev/null +++ b/texts/ed5d29c6-75c8-4361-92a4-2902b66ae5e7.txt @@ -0,0 +1 @@ +Young beautiful brunette putting on her bra in front of the mirror, sunlight through the window \ No newline at end of file diff --git a/texts/ed5f6f46-58b4-45c6-99aa-5b39ad410a94.txt b/texts/ed5f6f46-58b4-45c6-99aa-5b39ad410a94.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6364e2d40c33623eb24039c5ed0fbbf8a94e720 --- /dev/null +++ b/texts/ed5f6f46-58b4-45c6-99aa-5b39ad410a94.txt @@ -0,0 +1 @@ +The right eye of an elderly man \ No newline at end of file diff --git a/texts/ed6cd272-03e1-4fc3-87bf-ad65e2782980.txt b/texts/ed6cd272-03e1-4fc3-87bf-ad65e2782980.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a16a5937cdad17e3511ab1918bb8c337c483347 --- /dev/null +++ b/texts/ed6cd272-03e1-4fc3-87bf-ad65e2782980.txt @@ -0,0 +1 @@ +A small, chocolate-colored long-haired dachshund jumps for joy in the snow next to a glowing Christmas tree \ No newline at end of file diff --git a/texts/ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10.txt b/texts/ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10.txt new file mode 100644 index 0000000000000000000000000000000000000000..f982c1b3dbbbd6f0259bdd983e7dfd3afaa3b9fb --- /dev/null +++ b/texts/ed6e1811-9efa-4c0e-acbb-ab9f6fd6ee10.txt @@ -0,0 +1 @@ +An red apple lamp on the blue table \ No newline at end of file diff --git a/texts/ed7b8256-9328-4a46-b8af-a7e5bc4ef847.txt b/texts/ed7b8256-9328-4a46-b8af-a7e5bc4ef847.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f4c32fc26aa6794a8b594f86b535ed201b560fd --- /dev/null +++ b/texts/ed7b8256-9328-4a46-b8af-a7e5bc4ef847.txt @@ -0,0 +1 @@ +There's a Christmas tree. It's on the beach. \ No newline at end of file diff --git a/texts/ed83aaf5-c23b-480c-a724-ef02c38ec103.txt b/texts/ed83aaf5-c23b-480c-a724-ef02c38ec103.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a714f09168fc489a205c606d9816a288937d188 --- /dev/null +++ b/texts/ed83aaf5-c23b-480c-a724-ef02c38ec103.txt @@ -0,0 +1 @@ +A fat cat sitting at the entrance of McDonald's \ No newline at end of file diff --git a/texts/ed8b2177-d8b4-4bb8-a86f-4608a46314d4.txt b/texts/ed8b2177-d8b4-4bb8-a86f-4608a46314d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..70fa1592aeff589a303565fa776bbbfd5d293937 --- /dev/null +++ b/texts/ed8b2177-d8b4-4bb8-a86f-4608a46314d4.txt @@ -0,0 +1 @@ +The cat dances while drinking Coke \ No newline at end of file diff --git a/texts/ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22.txt b/texts/ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e420fc3b66ea97bb71649693944e03b8f294a83 --- /dev/null +++ b/texts/ed8b7bf3-20f2-44ac-85ca-20c7fa7dcc22.txt @@ -0,0 +1 @@ +a white Bichon dog wearing a Santa hat, running happily in the snow, big smile \ No newline at end of file diff --git a/texts/ed8bd001-c8ec-4969-b5a5-fc0ea4238cba.txt b/texts/ed8bd001-c8ec-4969-b5a5-fc0ea4238cba.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ee6156a57d2bd5fedb67e847c5df06c3c3f5cc --- /dev/null +++ b/texts/ed8bd001-c8ec-4969-b5a5-fc0ea4238cba.txt @@ -0,0 +1 @@ +A West Highland wearing a red scarf and a Santa hat stands in front of the Christmas tree and piles of gift boxes next to it. And the butterfly element \ No newline at end of file diff --git a/texts/ed8e0229-f888-4031-9f71-24be630c0be5.txt b/texts/ed8e0229-f888-4031-9f71-24be630c0be5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eab3799dd010f0c347742eeb740501b2c132dcb --- /dev/null +++ b/texts/ed8e0229-f888-4031-9f71-24be630c0be5.txt @@ -0,0 +1 @@ +hellokitty on a snowy beach at night in a dreamy atmosphere, LXR lettering on the snow, cinematic texture, and brilliant fireworks blooming in the background \ No newline at end of file diff --git a/texts/ed900b29-11b8-43f5-b8da-7cf9253f3367.txt b/texts/ed900b29-11b8-43f5-b8da-7cf9253f3367.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f83affff7bfa28fab7299474dae91e3352ac47c --- /dev/null +++ b/texts/ed900b29-11b8-43f5-b8da-7cf9253f3367.txt @@ -0,0 +1 @@ +A huge ground covered with snow. On the left side is a christmas tree with many bow tie decorations and lights. On the right side is a dark purple convertible. The sky behind them is painted in pink by the setting sun. \ No newline at end of file diff --git a/texts/ed94ee84-d4ac-45bc-9140-4eafc59a6025.txt b/texts/ed94ee84-d4ac-45bc-9140-4eafc59a6025.txt new file mode 100644 index 0000000000000000000000000000000000000000..94db330e8a950992b0b1caade59c714dcf03b1ae --- /dev/null +++ b/texts/ed94ee84-d4ac-45bc-9140-4eafc59a6025.txt @@ -0,0 +1 @@ +A lovely cavoodle puppy with gold ears and gold eye parts, the rest is white with gold parts on the body. He is young, his face is round.. He is wearing a Christmas hat and red plaid scarf and is smiling happily in front of the Christmas tree. \ No newline at end of file diff --git a/texts/ed95f89b-2d15-4d6d-b5e6-bee5795d6c49.txt b/texts/ed95f89b-2d15-4d6d-b5e6-bee5795d6c49.txt new file mode 100644 index 0000000000000000000000000000000000000000..61b214c3bb5ef00769961509ead2ffaeed4c2719 --- /dev/null +++ b/texts/ed95f89b-2d15-4d6d-b5e6-bee5795d6c49.txt @@ -0,0 +1 @@ +red taxi \ No newline at end of file diff --git a/texts/ed973365-417e-4fb3-87b5-ea555a7bd407.txt b/texts/ed973365-417e-4fb3-87b5-ea555a7bd407.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd2b2c98ce744c368afce78bc0bc85bfba5a09ec --- /dev/null +++ b/texts/ed973365-417e-4fb3-87b5-ea555a7bd407.txt @@ -0,0 +1 @@ +A bichon puppystands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "xin" engraved on the snow \ No newline at end of file diff --git a/texts/ed9a1200-0690-4143-b9da-5b99f2575a68.txt b/texts/ed9a1200-0690-4143-b9da-5b99f2575a68.txt new file mode 100644 index 0000000000000000000000000000000000000000..98d530fc0c50255f499f7d13df0ecce6f2139e75 --- /dev/null +++ b/texts/ed9a1200-0690-4143-b9da-5b99f2575a68.txt @@ -0,0 +1 @@ +Snow Aurora Puppy West Highland has a wing \ No newline at end of file diff --git a/texts/edbb1b4c-5a89-465b-8334-c87fa2f5fcff.txt b/texts/edbb1b4c-5a89-465b-8334-c87fa2f5fcff.txt new file mode 100644 index 0000000000000000000000000000000000000000..735b09efcab6a8221817a5a4883ad54cf5076501 --- /dev/null +++ b/texts/edbb1b4c-5a89-465b-8334-c87fa2f5fcff.txt @@ -0,0 +1 @@ +Samoyed reading the Oxford dictionary with a computer and coffee on the table \ No newline at end of file diff --git a/texts/edc176c1-71ea-4aa7-b401-806273f32017.txt b/texts/edc176c1-71ea-4aa7-b401-806273f32017.txt new file mode 100644 index 0000000000000000000000000000000000000000..57aaef46ce7fbd23b6f081490c89ff55917c6705 --- /dev/null +++ b/texts/edc176c1-71ea-4aa7-b401-806273f32017.txt @@ -0,0 +1 @@ +A Hello Kitty in a red dress sitting by the seaside watching fireworks. \ No newline at end of file diff --git a/texts/edc2b4f9-fb59-4755-a293-fbf8f87899e0.txt b/texts/edc2b4f9-fb59-4755-a293-fbf8f87899e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..00403c638e846e204a9b66cc1675162c7943197c --- /dev/null +++ b/texts/edc2b4f9-fb59-4755-a293-fbf8f87899e0.txt @@ -0,0 +1 @@ +Yorkshiredog, snow, snow \ No newline at end of file diff --git a/texts/ede1113f-959e-423c-a01a-8ac3d1e5bd60.txt b/texts/ede1113f-959e-423c-a01a-8ac3d1e5bd60.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa1b0d0db4716f2068a98f606c76b165ce749e4f --- /dev/null +++ b/texts/ede1113f-959e-423c-a01a-8ac3d1e5bd60.txt @@ -0,0 +1 @@ +tinsel with colourful light reflection on top. christmas tree monster with hands and legs. stars. hugging \ No newline at end of file diff --git a/texts/edeed238-6ac2-4aa9-8b9c-44682368a5ac.txt b/texts/edeed238-6ac2-4aa9-8b9c-44682368a5ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..33de3aa7656567d374bdb470455f9c5f9650752d --- /dev/null +++ b/texts/edeed238-6ac2-4aa9-8b9c-44682368a5ac.txt @@ -0,0 +1 @@ +Fireworks in the purple sky, a black smiling Shiba Inu, looking at small purple balloons floating in the snow, \ No newline at end of file diff --git a/texts/edf08152-840d-44ed-b268-4768c9d3c737.txt b/texts/edf08152-840d-44ed-b268-4768c9d3c737.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdcf49daa1b8f9e238481e21d99b05bde2ea17e6 --- /dev/null +++ b/texts/edf08152-840d-44ed-b268-4768c9d3c737.txt @@ -0,0 +1 @@ +A Minute cat and a golden shaded cat are eating in a western restaurant \ No newline at end of file diff --git a/texts/edfb4324-0cb8-4441-8397-b5342ed95348.txt b/texts/edfb4324-0cb8-4441-8397-b5342ed95348.txt new file mode 100644 index 0000000000000000000000000000000000000000..a46cd7f42b16a665cb1c91ec0c1708b09a4c5a5d --- /dev/null +++ b/texts/edfb4324-0cb8-4441-8397-b5342ed95348.txt @@ -0,0 +1 @@ +Pink cute little hello kitty on a beach wrote the sumayya on the beach sand the name sumayya is with two Y !!!!!! please not one Y its sumayya with two Y!Not sumaya!!! Its two y two y two y!!!!!!!! \ No newline at end of file diff --git a/texts/ee175dab-e9de-4c74-a01c-b8c28a44f313.txt b/texts/ee175dab-e9de-4c74-a01c-b8c28a44f313.txt new file mode 100644 index 0000000000000000000000000000000000000000..9eeb9e3d676858757d1083bb9dc95be8cc134a49 --- /dev/null +++ b/texts/ee175dab-e9de-4c74-a01c-b8c28a44f313.txt @@ -0,0 +1 @@ +a moment \ No newline at end of file diff --git a/texts/ee1cf109-2afc-4c08-80c4-6bc86524d60e.txt b/texts/ee1cf109-2afc-4c08-80c4-6bc86524d60e.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d3e97625541bd2adac800969041ea5dfdb501e4 --- /dev/null +++ b/texts/ee1cf109-2afc-4c08-80c4-6bc86524d60e.txt @@ -0,0 +1 @@ +A doll penguin wearing a red scarf is in the snow. It's dark and snowing heavily. \ No newline at end of file diff --git a/texts/ee2efbf8-7ead-401e-8b31-bf10b63cf452.txt b/texts/ee2efbf8-7ead-401e-8b31-bf10b63cf452.txt new file mode 100644 index 0000000000000000000000000000000000000000..80bfe859e9198507ef8048b1e3c8949c2b8b502d --- /dev/null +++ b/texts/ee2efbf8-7ead-401e-8b31-bf10b63cf452.txt @@ -0,0 +1 @@ +A Hello Kitty doll stands in the snow, with a glowing Christmas tree behind it and the words "LLL" engraved on the snow \ No newline at end of file diff --git a/texts/ee2fd0ef-9d78-44d4-8fdd-8858e9909b87.txt b/texts/ee2fd0ef-9d78-44d4-8fdd-8858e9909b87.txt new file mode 100644 index 0000000000000000000000000000000000000000..d77cdcc7cdcc5ebf30fb5d0b33b08e3bb7eb5c68 --- /dev/null +++ b/texts/ee2fd0ef-9d78-44d4-8fdd-8858e9909b87.txt @@ -0,0 +1 @@ +grew \ No newline at end of file diff --git a/texts/ee3b0c19-d72c-433c-9aa3-225a71213e8a.txt b/texts/ee3b0c19-d72c-433c-9aa3-225a71213e8a.txt new file mode 100644 index 0000000000000000000000000000000000000000..27afda9ceb83aeb40199002aa5f8686da7d680da --- /dev/null +++ b/texts/ee3b0c19-d72c-433c-9aa3-225a71213e8a.txt @@ -0,0 +1 @@ +A house inspired by star fruit \ No newline at end of file diff --git a/texts/ee3eb4fb-e508-4fa6-946e-49fd925d7378.txt b/texts/ee3eb4fb-e508-4fa6-946e-49fd925d7378.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbc7ffead37e6a18b36d664fb1950edd039d95d8 --- /dev/null +++ b/texts/ee3eb4fb-e508-4fa6-946e-49fd925d7378.txt @@ -0,0 +1 @@ +Ultraman Blazar is standing alone in the middle of the sea. The deep blue water is all around him. His upper body is on the surface of the sea, and his lower body is in the sea. The background is the sky at dusk. \ No newline at end of file diff --git a/texts/ee518003-26d2-4741-a7f4-5c77acc70d60.txt b/texts/ee518003-26d2-4741-a7f4-5c77acc70d60.txt new file mode 100644 index 0000000000000000000000000000000000000000..efed25e6c1bba9245851e1eecfb78caa47898df7 --- /dev/null +++ b/texts/ee518003-26d2-4741-a7f4-5c77acc70d60.txt @@ -0,0 +1 @@ +A cat drives a train carrying a lot of people and flies through the city sky \ No newline at end of file diff --git a/texts/ee521de7-a773-4d66-a510-1cbab6011f88.txt b/texts/ee521de7-a773-4d66-a510-1cbab6011f88.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4497612d73685fbb3998ce42c4d7ad2ace00d2f --- /dev/null +++ b/texts/ee521de7-a773-4d66-a510-1cbab6011f88.txt @@ -0,0 +1 @@ +remove the red box behind \ No newline at end of file diff --git a/texts/ee58cc04-07f3-40b3-aaa0-2c3029e23c22.txt b/texts/ee58cc04-07f3-40b3-aaa0-2c3029e23c22.txt new file mode 100644 index 0000000000000000000000000000000000000000..24b04b5f417987a81e3b2bcffaf87d1ef87c24a1 --- /dev/null +++ b/texts/ee58cc04-07f3-40b3-aaa0-2c3029e23c22.txt @@ -0,0 +1 @@ +A little white rabbit wearing a red Christmas hat playing in the snow next to a Christmas tree full of presents \ No newline at end of file diff --git a/texts/ee5a7362-9723-48a7-985b-17de658d2933.txt b/texts/ee5a7362-9723-48a7-985b-17de658d2933.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cc30e6a7f8113519415cacd04f8a92aa83c88ab --- /dev/null +++ b/texts/ee5a7362-9723-48a7-985b-17de658d2933.txt @@ -0,0 +1 @@ +Garfield snow night flowers \ No newline at end of file diff --git a/texts/ee5e606b-c2ea-41d0-aa89-386cbf879c93.txt b/texts/ee5e606b-c2ea-41d0-aa89-386cbf879c93.txt new file mode 100644 index 0000000000000000000000000000000000000000..b78c0ff3b4610fd612f38316db3102f1d9c4606f --- /dev/null +++ b/texts/ee5e606b-c2ea-41d0-aa89-386cbf879c93.txt @@ -0,0 +1 @@ +A large and cozy room with white windows, a deep blue sky with stars and light snow outside, \ No newline at end of file diff --git a/texts/ee61a5fc-d40a-47a1-9a80-65481abff003.txt b/texts/ee61a5fc-d40a-47a1-9a80-65481abff003.txt new file mode 100644 index 0000000000000000000000000000000000000000..52b6e807286cb88b34d36fca6970fcc3e42e42a7 --- /dev/null +++ b/texts/ee61a5fc-d40a-47a1-9a80-65481abff003.txt @@ -0,0 +1 @@ +Two puppies play Nintendo in a christmas vibe house \ No newline at end of file diff --git a/texts/ee685500-9a3c-4477-b097-0ca56b080746.txt b/texts/ee685500-9a3c-4477-b097-0ca56b080746.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e59d8f3c1685326be323c53645bf5bc515529a7 --- /dev/null +++ b/texts/ee685500-9a3c-4477-b097-0ca56b080746.txt @@ -0,0 +1 @@ +Two panda hold ak47 in the snow ground, fireworks, fujisan, river. \ No newline at end of file diff --git a/texts/ee697da9-4f06-4616-9acd-550a08a73d26.txt b/texts/ee697da9-4f06-4616-9acd-550a08a73d26.txt new file mode 100644 index 0000000000000000000000000000000000000000..eae04491faa40d01e0523fcf61930149cfba5472 --- /dev/null +++ b/texts/ee697da9-4f06-4616-9acd-550a08a73d26.txt @@ -0,0 +1 @@ +Buildings with neon lights shining in the rainy night \ No newline at end of file diff --git a/texts/ee6d71e5-3048-4de0-8cdc-448cb46f3291.txt b/texts/ee6d71e5-3048-4de0-8cdc-448cb46f3291.txt new file mode 100644 index 0000000000000000000000000000000000000000..71a98e26d57fc180c038b554829a2d7279b1ff26 --- /dev/null +++ b/texts/ee6d71e5-3048-4de0-8cdc-448cb46f3291.txt @@ -0,0 +1 @@ +a border collie is running in the snowy night there is "DY" written on the ground which is covered with snow \ No newline at end of file diff --git a/texts/ee70ff7d-1735-4e67-bc39-464117362676.txt b/texts/ee70ff7d-1735-4e67-bc39-464117362676.txt new file mode 100644 index 0000000000000000000000000000000000000000..aae4bd969911bb300e7e50c52a5cdaeb20caaa4a --- /dev/null +++ b/texts/ee70ff7d-1735-4e67-bc39-464117362676.txt @@ -0,0 +1 @@ +a grey and white british short hair cat, cooking \ No newline at end of file diff --git a/texts/ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504.txt b/texts/ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504.txt new file mode 100644 index 0000000000000000000000000000000000000000..834b5e334ac377ccadb87080fd220c2fd2eb14b9 --- /dev/null +++ b/texts/ee7bd0d8-2433-4f4d-abcf-ccd29c6ed504.txt @@ -0,0 +1 @@ +A cute cat wearing a christmas clothes in winter with some high trees in evening \ No newline at end of file diff --git a/texts/ee848a69-9503-4cfe-b163-d8b570d22ad2.txt b/texts/ee848a69-9503-4cfe-b163-d8b570d22ad2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e21a3b936f0ceda5542d5e5bc0112bb42b51a1f --- /dev/null +++ b/texts/ee848a69-9503-4cfe-b163-d8b570d22ad2.txt @@ -0,0 +1 @@ +Christmas trees, phalaenopsis, stars \ No newline at end of file diff --git a/texts/ee869ae2-3cf1-4c69-8eb2-263e7aca12f1.txt b/texts/ee869ae2-3cf1-4c69-8eb2-263e7aca12f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aec96338ccbcaa1d492f4e510ab1d67545ced43 --- /dev/null +++ b/texts/ee869ae2-3cf1-4c69-8eb2-263e7aca12f1.txt @@ -0,0 +1 @@ +Green aurora light snow, West Highland in a Santa hat \ No newline at end of file diff --git a/texts/ee9a82c3-9268-4c1f-8380-bc79659675ff.txt b/texts/ee9a82c3-9268-4c1f-8380-bc79659675ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..feeb7d8f54a87d112944026906e08cf338141729 --- /dev/null +++ b/texts/ee9a82c3-9268-4c1f-8380-bc79659675ff.txt @@ -0,0 +1 @@ +A thin Asian man with curly brown hair was sitting on a couch with an orange kitten and a Christmas tree next to it \ No newline at end of file diff --git a/texts/eea501d5-ed9b-414c-bc22-410d624cb2d4.txt b/texts/eea501d5-ed9b-414c-bc22-410d624cb2d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..495aae67e28529c9511db1495a32d1e76c94b5b7 --- /dev/null +++ b/texts/eea501d5-ed9b-414c-bc22-410d624cb2d4.txt @@ -0,0 +1 @@ +a cute,fat Tuxedo Cat watching a book on the grass,and a huge rainbow behind her \ No newline at end of file diff --git a/texts/eeb9022e-a8f1-41ea-9790-7783ce2c784d.txt b/texts/eeb9022e-a8f1-41ea-9790-7783ce2c784d.txt new file mode 100644 index 0000000000000000000000000000000000000000..191d61d124173c2cc557d59a6679b519c58ba6b4 --- /dev/null +++ b/texts/eeb9022e-a8f1-41ea-9790-7783ce2c784d.txt @@ -0,0 +1 @@ +In the background, Mount Fuji is on fire. In the foreground, Long hair beauty stands in front wearing a red scarf and looks coldly into the camera \ No newline at end of file diff --git a/texts/eeba78e4-799e-401b-91c1-cd171d6c889c.txt b/texts/eeba78e4-799e-401b-91c1-cd171d6c889c.txt new file mode 100644 index 0000000000000000000000000000000000000000..24ec058d86890cba15661d680284c618250f900c --- /dev/null +++ b/texts/eeba78e4-799e-401b-91c1-cd171d6c889c.txt @@ -0,0 +1 @@ +An old Hello Kitty swinging on a swing. \ No newline at end of file diff --git a/texts/eebbea4c-c02c-4629-b02f-887714e3b757.txt b/texts/eebbea4c-c02c-4629-b02f-887714e3b757.txt new file mode 100644 index 0000000000000000000000000000000000000000..a631abf59536ed9db05e5e054bfc9fff08718928 --- /dev/null +++ b/texts/eebbea4c-c02c-4629-b02f-887714e3b757.txt @@ -0,0 +1 @@ +A Large Magenta Cloud Hovering Alone Over the Gobi Desert During the Day \ No newline at end of file diff --git a/texts/eec014f3-3206-4d1c-bb85-b5a5d5fe8430.txt b/texts/eec014f3-3206-4d1c-bb85-b5a5d5fe8430.txt new file mode 100644 index 0000000000000000000000000000000000000000..4613a1e4ef787fd47f2fcd79f530c20d49b5a895 --- /dev/null +++ b/texts/eec014f3-3206-4d1c-bb85-b5a5d5fe8430.txt @@ -0,0 +1 @@ +The puppy is sitting on the beach looking at the sea. Anthony is written on the beach, and there are ice cream pizza and coconuts next to it. \ No newline at end of file diff --git a/texts/eec29f14-3b2f-42d1-960f-702042a22a32.txt b/texts/eec29f14-3b2f-42d1-960f-702042a22a32.txt new file mode 100644 index 0000000000000000000000000000000000000000..22ed172509bc1e53060fa4c4d10720bb056c5028 --- /dev/null +++ b/texts/eec29f14-3b2f-42d1-960f-702042a22a32.txt @@ -0,0 +1 @@ +A cute little dog jumping around in a small forest, with an adorable child wearing a short-sleeved shirt nearby. Sunlight filters through the gaps in the leaves. \ No newline at end of file diff --git a/texts/eec5f223-81b8-4b56-91b5-1b0d8db36737.txt b/texts/eec5f223-81b8-4b56-91b5-1b0d8db36737.txt new file mode 100644 index 0000000000000000000000000000000000000000..a409b283a934e9319dd5c0e900245aee6b264855 --- /dev/null +++ b/texts/eec5f223-81b8-4b56-91b5-1b0d8db36737.txt @@ -0,0 +1 @@ +A group of smoking goat gentlemen \ No newline at end of file diff --git a/texts/eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa.txt b/texts/eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa.txt new file mode 100644 index 0000000000000000000000000000000000000000..da89f52a8ce17e6075da487562b85e352c2dc5b9 --- /dev/null +++ b/texts/eecafbbb-6a1f-4ffa-ad27-eaa2206d5caa.txt @@ -0,0 +1 @@ +Butter bear play tennis \ No newline at end of file diff --git a/texts/eed8b068-ecac-408a-9111-1194a7cdc73f.txt b/texts/eed8b068-ecac-408a-9111-1194a7cdc73f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f27007166dd637e00b4116105c5304aa973e9c6 --- /dev/null +++ b/texts/eed8b068-ecac-408a-9111-1194a7cdc73f.txt @@ -0,0 +1 @@ +fly cat reading books \ No newline at end of file diff --git a/texts/eee4dce0-a85f-4820-b469-c88bc73b4c5f.txt b/texts/eee4dce0-a85f-4820-b469-c88bc73b4c5f.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bfe116a88a681a5aff54c36f45ce3707dcfae14 --- /dev/null +++ b/texts/eee4dce0-a85f-4820-b469-c88bc73b4c5f.txt @@ -0,0 +1 @@ + A ragdoll cat, by the sea, writing yumi on the beach. \ No newline at end of file diff --git a/texts/eeead16e-b544-49b6-b7e2-ef189c6c25d0.txt b/texts/eeead16e-b544-49b6-b7e2-ef189c6c25d0.txt new file mode 100644 index 0000000000000000000000000000000000000000..47de448bdd9a05dd56466db931780daa234f1ffe --- /dev/null +++ b/texts/eeead16e-b544-49b6-b7e2-ef189c6c25d0.txt @@ -0,0 +1 @@ +A kitten and a snowman are celebrating their birthday on the snow, with the snowman wearing a birthday hat and holding a cake. There are sparks in the sky \ No newline at end of file diff --git a/texts/eefdd188-03b3-4ec6-9d8b-91934be39076.txt b/texts/eefdd188-03b3-4ec6-9d8b-91934be39076.txt new file mode 100644 index 0000000000000000000000000000000000000000..f501a5e12c206ffcefcc076689cc5c629e6c9c92 --- /dev/null +++ b/texts/eefdd188-03b3-4ec6-9d8b-91934be39076.txt @@ -0,0 +1 @@ +A big quokka with xmas hat shares milk with a small yellow cat \ No newline at end of file diff --git a/texts/ef021f9f-f544-49d3-ae51-60a1eb6bbb58.txt b/texts/ef021f9f-f544-49d3-ae51-60a1eb6bbb58.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c77a88b60683503499ac250f2c50dc0831d461a --- /dev/null +++ b/texts/ef021f9f-f544-49d3-ae51-60a1eb6bbb58.txt @@ -0,0 +1 @@ +a hello kitty rides electric bicycle on the city street. \ No newline at end of file diff --git a/texts/ef0a9bc2-5b7f-4377-971a-8d5659653ebc.txt b/texts/ef0a9bc2-5b7f-4377-971a-8d5659653ebc.txt new file mode 100644 index 0000000000000000000000000000000000000000..17886082af629d929dec372ddcff0cb02b8ce5b2 --- /dev/null +++ b/texts/ef0a9bc2-5b7f-4377-971a-8d5659653ebc.txt @@ -0,0 +1 @@ +A Tyrannosaurus rex is spitting fire with vegetables in its arms, with a group of big characters "JIANG JIANG" behind it. \ No newline at end of file diff --git a/texts/ef161349-fcdc-45cb-a163-66a5f979f78c.txt b/texts/ef161349-fcdc-45cb-a163-66a5f979f78c.txt new file mode 100644 index 0000000000000000000000000000000000000000..76b2fb03ba31328270ddc36e2d16baadb95aded8 --- /dev/null +++ b/texts/ef161349-fcdc-45cb-a163-66a5f979f78c.txt @@ -0,0 +1 @@ +The fire that burns me will also burn down Jinge Temple. \ No newline at end of file diff --git a/texts/ef1b90d1-ea8f-4c78-96eb-5c0c0caed598.txt b/texts/ef1b90d1-ea8f-4c78-96eb-5c0c0caed598.txt new file mode 100644 index 0000000000000000000000000000000000000000..04e6c68fd7096776448b0aeeeed3716bebf5d881 --- /dev/null +++ b/texts/ef1b90d1-ea8f-4c78-96eb-5c0c0caed598.txt @@ -0,0 +1 @@ +A black and white cat is on the snow with a computer in front of it and wearing a punk collar with rivets around its neck and scattered silver five-pointed stars next to it, blue and white tones \ No newline at end of file diff --git a/texts/ef1c08c1-1a88-4e68-aa18-be89f43ed7ce.txt b/texts/ef1c08c1-1a88-4e68-aa18-be89f43ed7ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3c6b56e2c6145fa2ec776897b2a629ff46528f4 --- /dev/null +++ b/texts/ef1c08c1-1a88-4e68-aa18-be89f43ed7ce.txt @@ -0,0 +1 @@ +a Pikachu, with a pineapple as the body, on a warm bed \ No newline at end of file diff --git a/texts/ef20f9c2-9ab7-4af2-b912-66615793405f.txt b/texts/ef20f9c2-9ab7-4af2-b912-66615793405f.txt new file mode 100644 index 0000000000000000000000000000000000000000..19e23f4a3152c49d8f305c8d1ae610de5b3c37af --- /dev/null +++ b/texts/ef20f9c2-9ab7-4af2-b912-66615793405f.txt @@ -0,0 +1 @@ +A little pig is lifting dumbbellsThe dress saysWmh, thereareHamburgpizzaCola \ No newline at end of file diff --git a/texts/ef250340-a7da-4a0c-bd6f-4d083476e802.txt b/texts/ef250340-a7da-4a0c-bd6f-4d083476e802.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddae96c131c7b39f512d033f461344301aec0683 --- /dev/null +++ b/texts/ef250340-a7da-4a0c-bd6f-4d083476e802.txt @@ -0,0 +1 @@ +Gold face chain, olive branch, tears, sand and fire in black and gold tone \ No newline at end of file diff --git a/texts/ef2a2bd4-738d-49dc-84c7-1b57938e31b6.txt b/texts/ef2a2bd4-738d-49dc-84c7-1b57938e31b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf120636d89fd4edb3854f296e28545a8b139d65 --- /dev/null +++ b/texts/ef2a2bd4-738d-49dc-84c7-1b57938e31b6.txt @@ -0,0 +1 @@ +People working for DESCENTE under the great wall \ No newline at end of file diff --git a/texts/ef2e7d18-fced-4dee-9c34-e84199c7432f.txt b/texts/ef2e7d18-fced-4dee-9c34-e84199c7432f.txt new file mode 100644 index 0000000000000000000000000000000000000000..940d7fb801ae6533964b17fc717d50d40ae307fe --- /dev/null +++ b/texts/ef2e7d18-fced-4dee-9c34-e84199c7432f.txt @@ -0,0 +1 @@ +The HelloKitty doll is placed in the snow, and then there is Mount Fuji in the background. There are fireworks in the sky, and WWQ is written on the snow. \ No newline at end of file diff --git a/texts/ef3d5dec-fddc-485c-baf7-2d42904b471b.txt b/texts/ef3d5dec-fddc-485c-baf7-2d42904b471b.txt new file mode 100644 index 0000000000000000000000000000000000000000..47a1df3f6870f64d881368d15c6652e9edf78e47 --- /dev/null +++ b/texts/ef3d5dec-fddc-485c-baf7-2d42904b471b.txt @@ -0,0 +1 @@ +A snow-covered ground, an aurora borealis in the evening sky, a glowing Christmas tree on the ground, and a jellycat doll next to it \ No newline at end of file diff --git a/texts/ef492524-ba0d-4282-a838-cdf2c16ecefe.txt b/texts/ef492524-ba0d-4282-a838-cdf2c16ecefe.txt new file mode 100644 index 0000000000000000000000000000000000000000..97402adab9095eb012488f6b4487cc32192dfe71 --- /dev/null +++ b/texts/ef492524-ba0d-4282-a838-cdf2c16ecefe.txt @@ -0,0 +1 @@ +a orange cat wearing a light orange warm fluffy stars pattern baby cotton cloth, Christmas vibe, lying in a dark green carpet \ No newline at end of file diff --git a/texts/ef554ca9-81b3-440e-95c1-a9f08c6f84d5.txt b/texts/ef554ca9-81b3-440e-95c1-a9f08c6f84d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8e79488aae3c73d3a0f86e728bc9b6b3ba58f4a --- /dev/null +++ b/texts/ef554ca9-81b3-440e-95c1-a9f08c6f84d5.txt @@ -0,0 +1 @@ +ShellieMay is in the snow \ No newline at end of file diff --git a/texts/ef577345-303d-4f03-935f-cce27d5a17fb.txt b/texts/ef577345-303d-4f03-935f-cce27d5a17fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..195dbcefc4cbd6a41f98f1a7772b354d42c0081c --- /dev/null +++ b/texts/ef577345-303d-4f03-935f-cce27d5a17fb.txt @@ -0,0 +1 @@ +bubbles, white fountain, apple, cheese cake, "423", red wine glass, green christmas tree, shining snow, light brown teddy bear, headphone. \ No newline at end of file diff --git a/texts/ef58f6bb-ac85-4477-ac49-668fb3791f8b.txt b/texts/ef58f6bb-ac85-4477-ac49-668fb3791f8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..af60b4a79f7c72d35696cd07f62ef25af2b311b7 --- /dev/null +++ b/texts/ef58f6bb-ac85-4477-ac49-668fb3791f8b.txt @@ -0,0 +1 @@ +A black cat with a floral scarf on his head, a plaid vest, jeans and sunglasses is walking on the catwalk \ No newline at end of file diff --git a/texts/ef5d3987-ac8d-4e23-bb97-d8ef9ce96114.txt b/texts/ef5d3987-ac8d-4e23-bb97-d8ef9ce96114.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4ba845b6f63e08b62ab9d159dba12eb0065df3c --- /dev/null +++ b/texts/ef5d3987-ac8d-4e23-bb97-d8ef9ce96114.txt @@ -0,0 +1 @@ +Two cute, tiny kittens, in the snow, with little pink flashes around them \ No newline at end of file diff --git a/texts/ef5dd84e-0051-42e5-96a9-2fcc56ca9d33.txt b/texts/ef5dd84e-0051-42e5-96a9-2fcc56ca9d33.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aec8395a379cec5b89782a5d785b7e97ee18c83 --- /dev/null +++ b/texts/ef5dd84e-0051-42e5-96a9-2fcc56ca9d33.txt @@ -0,0 +1 @@ +Hello kitty is standing near the house that is being burned by the fire, holding up a glass of red wine \ No newline at end of file diff --git a/texts/ef5ed3cd-fb09-4297-b927-511ba675182d.txt b/texts/ef5ed3cd-fb09-4297-b927-511ba675182d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4876099e4ac8dbef1628466555547c113309f765 --- /dev/null +++ b/texts/ef5ed3cd-fb09-4297-b927-511ba675182d.txt @@ -0,0 +1 @@ +Cute cat ,hello kitty doll,tree,merry Christmas \ No newline at end of file diff --git a/texts/ef618db5-3aac-43e6-9ebb-ee05f43151b5.txt b/texts/ef618db5-3aac-43e6-9ebb-ee05f43151b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..06129475c84c606ce16d825c0868acacf1be30fd --- /dev/null +++ b/texts/ef618db5-3aac-43e6-9ebb-ee05f43151b5.txt @@ -0,0 +1 @@ +Snowy nights, endless snow. There is the sea in the distance, a white HelloKitty doll wearing a Santa hat and a Christmas dress, next to it is a Christmas tree, and there are traces of "names" in the snow, and there are traces of cat's paws. Melancholy blue night scene, dreamy effect with dotted light particles, high color saturation. \ No newline at end of file diff --git a/texts/ef691945-45c7-4c88-a24d-75da38989b45.txt b/texts/ef691945-45c7-4c88-a24d-75da38989b45.txt new file mode 100644 index 0000000000000000000000000000000000000000..7252d1204ed0f37f14d1c09e8e715efadbb02c6a --- /dev/null +++ b/texts/ef691945-45c7-4c88-a24d-75da38989b45.txt @@ -0,0 +1 @@ +A rose grows on a barren asteroid.The scene is outer space. \ No newline at end of file diff --git a/texts/ef6eab82-6b6b-4942-aa1e-8c905ec5a85b.txt b/texts/ef6eab82-6b6b-4942-aa1e-8c905ec5a85b.txt new file mode 100644 index 0000000000000000000000000000000000000000..43f37d80d4575ac64943d77f7cf9d854a42061bd --- /dev/null +++ b/texts/ef6eab82-6b6b-4942-aa1e-8c905ec5a85b.txt @@ -0,0 +1 @@ +A hello Kitty in a pink suit with pearls, accompanied by butterflies, stands in the snow surrounded by warm light \ No newline at end of file diff --git a/texts/ef802ae5-a68c-43f5-81f8-02131a8e6e9d.txt b/texts/ef802ae5-a68c-43f5-81f8-02131a8e6e9d.txt new file mode 100644 index 0000000000000000000000000000000000000000..31879a8cc9a55d1bcd3bc20ccb349ddb4fb480b4 --- /dev/null +++ b/texts/ef802ae5-a68c-43f5-81f8-02131a8e6e9d.txt @@ -0,0 +1 @@ +hello Kitty drinking coke, sitting before fire in the office \ No newline at end of file diff --git a/texts/ef89a9f8-3f7a-41f0-b538-06c698c29bbd.txt b/texts/ef89a9f8-3f7a-41f0-b538-06c698c29bbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fcb5430daf865c172691899e2a5fcccd6827bb7 --- /dev/null +++ b/texts/ef89a9f8-3f7a-41f0-b538-06c698c29bbd.txt @@ -0,0 +1 @@ +A dog being an artist wearing birthday hat \ No newline at end of file diff --git a/texts/ef996a30-d0e7-49bf-88d9-8d7d2dc25308.txt b/texts/ef996a30-d0e7-49bf-88d9-8d7d2dc25308.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9700c4056d3a29748e296f2abe4c17df374caac --- /dev/null +++ b/texts/ef996a30-d0e7-49bf-88d9-8d7d2dc25308.txt @@ -0,0 +1 @@ +big strawberry in the middle,close-up,amusement park with strawberries and white cake,dream,overhead,centered composition, \ No newline at end of file diff --git a/texts/ef9a980f-6da0-4420-8307-9c607061c823.txt b/texts/ef9a980f-6da0-4420-8307-9c607061c823.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9b3c774d652944b5f3d5cf961ef0619bbe1ce7d --- /dev/null +++ b/texts/ef9a980f-6da0-4420-8307-9c607061c823.txt @@ -0,0 +1 @@ +In the far background is a deep blue sky with shooting stars. There is a pink cake on the white snow, LAKEFIELD letter-shaped candles are inserted in the middle of the cake, there are small yellow stars and led lights on the ground, and the fork is placed next to the cake, and the fork is tied with a bow ribbon. The overall brightness of the picture is high, and the picture has glimmer particles. \ No newline at end of file diff --git a/texts/efa48b39-8b04-48d2-b3d6-be7d140e5688.txt b/texts/efa48b39-8b04-48d2-b3d6-be7d140e5688.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b216b7e5de5091f167667caf47a7bf2c5c46ff4 --- /dev/null +++ b/texts/efa48b39-8b04-48d2-b3d6-be7d140e5688.txt @@ -0,0 +1 @@ +a capybara necklace with ruby \ No newline at end of file diff --git a/texts/efb266fc-c843-4710-b7c7-17d53139b390.txt b/texts/efb266fc-c843-4710-b7c7-17d53139b390.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba6e6cb30580f72848000adcd4d43e1c23cc9615 --- /dev/null +++ b/texts/efb266fc-c843-4710-b7c7-17d53139b390.txt @@ -0,0 +1 @@ +a black bird is staring at a burning flying butterfly with flames. there is a forest and a river, with many pink and white roses beside the river. \ No newline at end of file diff --git a/texts/efb43431-9623-42cf-be1b-44619a8e3f17.txt b/texts/efb43431-9623-42cf-be1b-44619a8e3f17.txt new file mode 100644 index 0000000000000000000000000000000000000000..b04fb24b51d9c227eef81e235f0638e2b70097d6 --- /dev/null +++ b/texts/efb43431-9623-42cf-be1b-44619a8e3f17.txt @@ -0,0 +1 @@ + a Disney Mickey Mouse was playing guitar indoors, his clothes stained with blood. \ No newline at end of file diff --git a/texts/efb47e04-332e-4b14-8db9-7c9b0c17940b.txt b/texts/efb47e04-332e-4b14-8db9-7c9b0c17940b.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5ea836060dcdb54918e2ab373047d77249f0b74 --- /dev/null +++ b/texts/efb47e04-332e-4b14-8db9-7c9b0c17940b.txt @@ -0,0 +1 @@ +white small Bichon,playing in the snow,wearing red Christmas hat \ No newline at end of file diff --git a/texts/efbaa981-2161-4a37-aefd-fce2138b32ed.txt b/texts/efbaa981-2161-4a37-aefd-fce2138b32ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8d0ba49c9f7d2cf98f164a163e1a56110873557 --- /dev/null +++ b/texts/efbaa981-2161-4a37-aefd-fce2138b32ed.txt @@ -0,0 +1 @@ +In the Arctic, a kitten and a West Highland puppy in the snow, an aurora in the sky, were handwritten on the snow: HeeSoo \ No newline at end of file diff --git a/texts/efc983cd-c77a-4019-9a58-e09a3ea152e0.txt b/texts/efc983cd-c77a-4019-9a58-e09a3ea152e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..17cab562fdf9006bae951266f441c1e18a69c967 --- /dev/null +++ b/texts/efc983cd-c77a-4019-9a58-e09a3ea152e0.txt @@ -0,0 +1 @@ +ARCTIC GLACIERS, SNOW, DIAMOND SEAS, WITH "VERNON" WRITTEN \ No newline at end of file diff --git a/texts/efcaca3c-88ed-4d0a-aca2-3409a85af8d6.txt b/texts/efcaca3c-88ed-4d0a-aca2-3409a85af8d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..98cacb01ef4c6037e598f4f33b3376e491e80091 --- /dev/null +++ b/texts/efcaca3c-88ed-4d0a-aca2-3409a85af8d6.txt @@ -0,0 +1 @@ +Vampire Knight shows blood dripping tusks in front of camera with sword back to lightning \ No newline at end of file diff --git a/texts/efd9f43c-9f52-421c-8fa6-f82ee58006c6.txt b/texts/efd9f43c-9f52-421c-8fa6-f82ee58006c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..20ea6dff82de010702f29b58daa35899cee7695d --- /dev/null +++ b/texts/efd9f43c-9f52-421c-8fa6-f82ee58006c6.txt @@ -0,0 +1 @@ +A small dog wearing a Christmas hat playfully frolics next to a Christmas tree, with colorful candy scattered across the ground. The image has a dreamy, film-like quality, inspired by dreamcore aesthetics, with soft lighting and a nostalgic, whimsical atmosphere. The scene is filled with glowing Christmas lights, delicate ornaments, and a warm, festive ambiance. \ No newline at end of file diff --git a/texts/efe0afee-3075-4553-8709-3b5b1cf1588c.txt b/texts/efe0afee-3075-4553-8709-3b5b1cf1588c.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f0b45a7ce3e3a93485b91ffcb5476de32c06bd2 --- /dev/null +++ b/texts/efe0afee-3075-4553-8709-3b5b1cf1588c.txt @@ -0,0 +1 @@ +A Bichon Frise sits by a square window with sunlight and grassland \ No newline at end of file diff --git a/texts/efe9595b-f9fb-4d8d-a168-c8d9aa412863.txt b/texts/efe9595b-f9fb-4d8d-a168-c8d9aa412863.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0447e3fb5bc3da370ad70a40c6846f831b81bf3 --- /dev/null +++ b/texts/efe9595b-f9fb-4d8d-a168-c8d9aa412863.txt @@ -0,0 +1 @@ +Kuromi doll lying on a chair under the snow capped mountain \ No newline at end of file diff --git a/texts/f000b5d8-abf4-492f-b211-c643b9744baa.txt b/texts/f000b5d8-abf4-492f-b211-c643b9744baa.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f5b17bddb81239b9f0d32f1e3f4670190d44f15 --- /dev/null +++ b/texts/f000b5d8-abf4-492f-b211-c643b9744baa.txt @@ -0,0 +1 @@ +Snowfield, snow falls from a pitch-black sky, christmas tree, snow mountain, a light-yellow and creamy-white bicolor shorthair cat wearing a christmas hat is playing with the snow \ No newline at end of file diff --git a/texts/f006b5a7-db9a-4fff-b396-d760c895c478.txt b/texts/f006b5a7-db9a-4fff-b396-d760c895c478.txt new file mode 100644 index 0000000000000000000000000000000000000000..245a77f6ce0b3139d45cccb474fcb91fc1e1c6f2 --- /dev/null +++ b/texts/f006b5a7-db9a-4fff-b396-d760c895c478.txt @@ -0,0 +1 @@ +Abstract, surreal, visually intense, captured from the forest online \ No newline at end of file diff --git a/texts/f008fe7a-3803-4fc2-b9e1-21a51d9cfb44.txt b/texts/f008fe7a-3803-4fc2-b9e1-21a51d9cfb44.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad7e7dfc6955f1c5dff4d138555aba8ddbdc0fc2 --- /dev/null +++ b/texts/f008fe7a-3803-4fc2-b9e1-21a51d9cfb44.txt @@ -0,0 +1 @@ +Grassland, white clouds, women surrounded by butterflies \ No newline at end of file diff --git a/texts/f0099565-b6f4-454c-9356-64aa82ac0039.txt b/texts/f0099565-b6f4-454c-9356-64aa82ac0039.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae4c35656f3a585b6631c6ee7b27d8f66561b405 --- /dev/null +++ b/texts/f0099565-b6f4-454c-9356-64aa82ac0039.txt @@ -0,0 +1 @@ +A west highland with angel wings running through the snow \ No newline at end of file diff --git a/texts/f0229e60-d1c3-404e-acb0-51355ae417d1.txt b/texts/f0229e60-d1c3-404e-acb0-51355ae417d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d885081ec27eff7d41182bd88707e642755473 --- /dev/null +++ b/texts/f0229e60-d1c3-404e-acb0-51355ae417d1.txt @@ -0,0 +1 @@ +A white horse lies alone in the snow, bleeding profusely, with Mount Fuji in the background and snowing in the sky \ No newline at end of file diff --git a/texts/f029198d-b866-402d-98d6-e340be36600a.txt b/texts/f029198d-b866-402d-98d6-e340be36600a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1939568b9778e99b2b9a393bea1ed82890e3f2b0 --- /dev/null +++ b/texts/f029198d-b866-402d-98d6-e340be36600a.txt @@ -0,0 +1 @@ +A Maltese dog under the Christmas tree \ No newline at end of file diff --git a/texts/f02de5f0-7638-4b30-886d-6063c6837b52.txt b/texts/f02de5f0-7638-4b30-886d-6063c6837b52.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c940edccaccdf3d91637edc71f3e24c441b9810 --- /dev/null +++ b/texts/f02de5f0-7638-4b30-886d-6063c6837b52.txt @@ -0,0 +1 @@ +in the middle of a beautiful country road, background is sunset, a cute sheep wearing a germen soccer team shirt with a soccer ball by its side \ No newline at end of file diff --git a/texts/f02f1daf-928d-4502-9155-a7fb2e61f175.txt b/texts/f02f1daf-928d-4502-9155-a7fb2e61f175.txt new file mode 100644 index 0000000000000000000000000000000000000000..859827440d49d9d7ae7b533670e878272fb18dfb --- /dev/null +++ b/texts/f02f1daf-928d-4502-9155-a7fb2e61f175.txt @@ -0,0 +1 @@ +Behind the door, a kitten wearing an apple headgear \ No newline at end of file diff --git a/texts/f0301d04-1477-4230-aaa0-e2dc067adc34.txt b/texts/f0301d04-1477-4230-aaa0-e2dc067adc34.txt new file mode 100644 index 0000000000000000000000000000000000000000..e80272c3cc5e56acb26c1e752e7880056d052d40 --- /dev/null +++ b/texts/f0301d04-1477-4230-aaa0-e2dc067adc34.txt @@ -0,0 +1 @@ +A white kitten with a Canon camera beside the Christmas tree on a snowy day, with a pink sky in the background, adorned with cute wings, Wendy's was written on the wall \ No newline at end of file diff --git a/texts/f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062.txt b/texts/f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebfd6122de474db2d3b0c70085f2c0ed582aa5fe --- /dev/null +++ b/texts/f04373bc-dc3d-4b0c-a1bf-96a3cb0e0062.txt @@ -0,0 +1 @@ +Tote shopping bag Plastic pocket On the outdoor lawn daytime Bright light \ No newline at end of file diff --git a/texts/f0494c8e-ed86-4fbc-b0fd-094ed68b81f8.txt b/texts/f0494c8e-ed86-4fbc-b0fd-094ed68b81f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..68980eb24ea74d35871d245d41ef3ed477ad0cb6 --- /dev/null +++ b/texts/f0494c8e-ed86-4fbc-b0fd-094ed68b81f8.txt @@ -0,0 +1 @@ +there is a Hello Kitty doll sitting in the snow. There are letters "xii" written in the snow. Fireworks are blooming in the sky. \ No newline at end of file diff --git a/texts/f059fd40-0ee2-4240-b18e-b72d827618a5.txt b/texts/f059fd40-0ee2-4240-b18e-b72d827618a5.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b0e2f142f40ddc42adc1a3b68168498b02d2f02 --- /dev/null +++ b/texts/f059fd40-0ee2-4240-b18e-b72d827618a5.txt @@ -0,0 +1 @@ +A black cat with wings and stars. \ No newline at end of file diff --git a/texts/f05db84a-0042-4088-92bd-2203ef98b5bd.txt b/texts/f05db84a-0042-4088-92bd-2203ef98b5bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ec4c707681e65f6666d69ddb37159131e99b05a --- /dev/null +++ b/texts/f05db84a-0042-4088-92bd-2203ef98b5bd.txt @@ -0,0 +1 @@ +A Christmas tree on the snow, with the sea and sunset behind it \ No newline at end of file diff --git a/texts/f067d6ff-c622-4b3b-97ed-7bd4c1f4da11.txt b/texts/f067d6ff-c622-4b3b-97ed-7bd4c1f4da11.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a1ee769e147d568fb5f454872391cce0d163733 --- /dev/null +++ b/texts/f067d6ff-c622-4b3b-97ed-7bd4c1f4da11.txt @@ -0,0 +1 @@ +Little Bear and Rabbit are in the cabin, around the fire, the two animals are eating strawberry cake, it is snowing outside, and the light is very warm on little Bear and rabbit. \ No newline at end of file diff --git a/texts/f06d126f-76c1-4b8e-8c5b-2142e98c5499.txt b/texts/f06d126f-76c1-4b8e-8c5b-2142e98c5499.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2c232ec1bd4a8273d641cabe3f50a2de57dc042 --- /dev/null +++ b/texts/f06d126f-76c1-4b8e-8c5b-2142e98c5499.txt @@ -0,0 +1 @@ +An astronaut crosses his legs in a swimming pool \ No newline at end of file diff --git a/texts/f07a1e83-bf40-4c7d-aad9-19adf054c9e2.txt b/texts/f07a1e83-bf40-4c7d-aad9-19adf054c9e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..daada1325f29f050417e6842c45db1f1c4145b60 --- /dev/null +++ b/texts/f07a1e83-bf40-4c7d-aad9-19adf054c9e2.txt @@ -0,0 +1 @@ +lots of huge Purple, red and green orchids in the Misty bamboo forest, and one purple snakes \ No newline at end of file diff --git a/texts/f08c82b6-643f-459d-a630-4d61d9492769.txt b/texts/f08c82b6-643f-459d-a630-4d61d9492769.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc8ac0d93ad77f3b8d3c85345df820548ff49006 --- /dev/null +++ b/texts/f08c82b6-643f-459d-a630-4d61d9492769.txt @@ -0,0 +1 @@ +light snow, blue dark sky and a three color corgi which has light white line between two eyes \ No newline at end of file diff --git a/texts/f090f998-544d-427d-8322-49c7c32e0760.txt b/texts/f090f998-544d-427d-8322-49c7c32e0760.txt new file mode 100644 index 0000000000000000000000000000000000000000..772b118d35178acdfb7bb798633b9fa5a068059b --- /dev/null +++ b/texts/f090f998-544d-427d-8322-49c7c32e0760.txt @@ -0,0 +1 @@ +cute hellokitty is wearing a vest skirt and using a big scissor cutting a fabric \ No newline at end of file diff --git a/texts/f093a0e8-5d81-43ec-af0e-54460913e9f5.txt b/texts/f093a0e8-5d81-43ec-af0e-54460913e9f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..294e2633c4b9dc98821a5f1dc9ce8e1b11826619 --- /dev/null +++ b/texts/f093a0e8-5d81-43ec-af0e-54460913e9f5.txt @@ -0,0 +1 @@ +Christmas tree, thick snow, Winnie the Pooh, a Schnauzer, and a dog with a transparent little wing \ No newline at end of file diff --git a/texts/f09aae2b-bb2c-422e-ac01-cea9b74d092c.txt b/texts/f09aae2b-bb2c-422e-ac01-cea9b74d092c.txt new file mode 100644 index 0000000000000000000000000000000000000000..75f687c895ca24887537739c6d4e32ceb07de000 --- /dev/null +++ b/texts/f09aae2b-bb2c-422e-ac01-cea9b74d092c.txt @@ -0,0 +1 @@ +There is a yol947 tattoo on the man's back who loves punk \ No newline at end of file diff --git a/texts/f0a32488-d2c1-41ce-aa61-7e09dd4f147e.txt b/texts/f0a32488-d2c1-41ce-aa61-7e09dd4f147e.txt new file mode 100644 index 0000000000000000000000000000000000000000..15c3246f93bc3755c01cd77ca21bee4fa9c353b1 --- /dev/null +++ b/texts/f0a32488-d2c1-41ce-aa61-7e09dd4f147e.txt @@ -0,0 +1 @@ +A golden retriever puppy is swimming with a sheltie \ No newline at end of file diff --git a/texts/f0a92c0b-fe36-4d8c-92c6-c58a581aad46.txt b/texts/f0a92c0b-fe36-4d8c-92c6-c58a581aad46.txt new file mode 100644 index 0000000000000000000000000000000000000000..842d60277be84593bbd35fada09b8833c7e6a3c8 --- /dev/null +++ b/texts/f0a92c0b-fe36-4d8c-92c6-c58a581aad46.txt @@ -0,0 +1 @@ +Cute little rabbit on the lawn \ No newline at end of file diff --git a/texts/f0b3d4a9-c478-4071-8250-c9d9f1a4c32e.txt b/texts/f0b3d4a9-c478-4071-8250-c9d9f1a4c32e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b4be7df08c23acf2b3ad09570e79c4556956b99 --- /dev/null +++ b/texts/f0b3d4a9-c478-4071-8250-c9d9f1a4c32e.txt @@ -0,0 +1 @@ +A cat is sitting on the snow land and has bubbles in the sky, The name Jun is written by snow on the snow land \ No newline at end of file diff --git a/texts/f0b9feb6-f01c-4cc4-9599-e29eaf656ccf.txt b/texts/f0b9feb6-f01c-4cc4-9599-e29eaf656ccf.txt new file mode 100644 index 0000000000000000000000000000000000000000..38a4c23c763492999e78998769df5e34895f7b4f --- /dev/null +++ b/texts/f0b9feb6-f01c-4cc4-9599-e29eaf656ccf.txt @@ -0,0 +1 @@ +A butterfly by the sea. \ No newline at end of file diff --git a/texts/f0bf5c3a-08f2-4448-8624-b00ebb219138.txt b/texts/f0bf5c3a-08f2-4448-8624-b00ebb219138.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4c68068868e174203faea7b136c7d8904908bda --- /dev/null +++ b/texts/f0bf5c3a-08f2-4448-8624-b00ebb219138.txt @@ -0,0 +1 @@ +A kitten catches air bubbles in winter. \ No newline at end of file diff --git a/texts/f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1.txt b/texts/f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c0877c19fdb8aecd454075c6eedaa048c3864a0 --- /dev/null +++ b/texts/f0c00aba-d460-4fc9-ac61-a8b95fc1d9f1.txt @@ -0,0 +1 @@ +Beautiful short cat, color, Christmas, iced coffee, snow outside the window \ No newline at end of file diff --git a/texts/f0ca12fb-1c38-4989-8b60-8459f0520089.txt b/texts/f0ca12fb-1c38-4989-8b60-8459f0520089.txt new file mode 100644 index 0000000000000000000000000000000000000000..834bb7b111b9c95fd8a45376ca1663fff6e87aa4 --- /dev/null +++ b/texts/f0ca12fb-1c38-4989-8b60-8459f0520089.txt @@ -0,0 +1 @@ +Christmas christmas tree snow winter hello kitty quite \ No newline at end of file diff --git a/texts/f0cccc6a-1105-4efc-8fb4-cf199955e853.txt b/texts/f0cccc6a-1105-4efc-8fb4-cf199955e853.txt new file mode 100644 index 0000000000000000000000000000000000000000..618a56f7a41853d15c9bad6021cbf03f9eb799ba --- /dev/null +++ b/texts/f0cccc6a-1105-4efc-8fb4-cf199955e853.txt @@ -0,0 +1 @@ +A dying deer in a beautiful space \ No newline at end of file diff --git a/texts/f0ceabdd-e498-4458-b112-cee3ef8ba6e8.txt b/texts/f0ceabdd-e498-4458-b112-cee3ef8ba6e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..d695a4508e168372a20754adcbae0a8183d25e8e --- /dev/null +++ b/texts/f0ceabdd-e498-4458-b112-cee3ef8ba6e8.txt @@ -0,0 +1 @@ +Kittens and fireworks \ No newline at end of file diff --git a/texts/f0d369fb-689b-49ff-9b8c-2487b6876d79.txt b/texts/f0d369fb-689b-49ff-9b8c-2487b6876d79.txt new file mode 100644 index 0000000000000000000000000000000000000000..092d1d967b7d189b879306cd542048088931c822 --- /dev/null +++ b/texts/f0d369fb-689b-49ff-9b8c-2487b6876d79.txt @@ -0,0 +1 @@ +A man is running recklessly by the snow capped mountains under the starry sky \ No newline at end of file diff --git a/texts/f0e67502-0e7c-47e7-a371-a9377656bdde.txt b/texts/f0e67502-0e7c-47e7-a371-a9377656bdde.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2f8899eac067a27cbaa6dac371511f6264026fa --- /dev/null +++ b/texts/f0e67502-0e7c-47e7-a371-a9377656bdde.txt @@ -0,0 +1 @@ +Kirby get katana at snowy day and have fire \ No newline at end of file diff --git a/texts/f0f17a33-a648-445a-95a3-a51a5a3eceea.txt b/texts/f0f17a33-a648-445a-95a3-a51a5a3eceea.txt new file mode 100644 index 0000000000000000000000000000000000000000..de0d44a0d35dd6a05ca64a3fa299149cb1c732cc --- /dev/null +++ b/texts/f0f17a33-a648-445a-95a3-a51a5a3eceea.txt @@ -0,0 +1 @@ +A short-legged horse in the snow at night, with snowflakes falling, and the sea and snow-capped mountains in the background. \ No newline at end of file diff --git a/texts/f100f7c6-f6c4-4a48-8b35-4c003fdb316f.txt b/texts/f100f7c6-f6c4-4a48-8b35-4c003fdb316f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55ee85a076117da28619fdb7949441fa38b1c5a --- /dev/null +++ b/texts/f100f7c6-f6c4-4a48-8b35-4c003fdb316f.txt @@ -0,0 +1 @@ +The little Golden Hair dog with the birthday hat and red scarf was smiling happily \ No newline at end of file diff --git a/texts/f1127e9f-8ac3-4167-a6e7-33e967ab1e54.txt b/texts/f1127e9f-8ac3-4167-a6e7-33e967ab1e54.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a6ee8ca88d0e5cc97850f5e0c0a12bb381a9fd3 --- /dev/null +++ b/texts/f1127e9f-8ac3-4167-a6e7-33e967ab1e54.txt @@ -0,0 +1 @@ +A light brown dog wearing a Santa hat, eating Western food with a knife and fork, and wine, with candles on the table and a Christmas tree in the background \ No newline at end of file diff --git a/texts/f1172080-c014-4e84-abf4-75ec96845b86.txt b/texts/f1172080-c014-4e84-abf4-75ec96845b86.txt new file mode 100644 index 0000000000000000000000000000000000000000..b59db8aa4c7b9b36b9e579ad9993a0494c764ffc --- /dev/null +++ b/texts/f1172080-c014-4e84-abf4-75ec96845b86.txt @@ -0,0 +1 @@ +Night with dark blue sky and a nice moon in the background.Cute three white Samoyeds in the snow around a cake with 1215 written on top of it \ No newline at end of file diff --git a/texts/f1245b0d-6a8e-445a-8df0-5ab43c10bf70.txt b/texts/f1245b0d-6a8e-445a-8df0-5ab43c10bf70.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0c8e15d867c10e573bcaeee22c3d2a7926a45d9 --- /dev/null +++ b/texts/f1245b0d-6a8e-445a-8df0-5ab43c10bf70.txt @@ -0,0 +1 @@ +a cat uses a white beanie cover its eyes \ No newline at end of file diff --git a/texts/f1277a6a-db8f-48d3-be71-94327ff3a2e5.txt b/texts/f1277a6a-db8f-48d3-be71-94327ff3a2e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dd5f0340d1c7b5d7b58fe25505eea373fc5423a --- /dev/null +++ b/texts/f1277a6a-db8f-48d3-be71-94327ff3a2e5.txt @@ -0,0 +1 @@ +Snowy nights, There is the sea in the distance, the sea is full of brilliant fireworks, a cute Hello Kitty doll in nearby, the Christmas tree next to it, the snow has traces of "yzx", and the melancholy blue night scene is highly saturated. \ No newline at end of file diff --git a/texts/f135e361-d9ca-40c2-b875-e2048cb6eb3a.txt b/texts/f135e361-d9ca-40c2-b875-e2048cb6eb3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0497a1cefc616c514e16edd113dc80e84b6c680a --- /dev/null +++ b/texts/f135e361-d9ca-40c2-b875-e2048cb6eb3a.txt @@ -0,0 +1 @@ +hello kitty is studying with an Apple computer \ No newline at end of file diff --git a/texts/f13d6633-294a-4bc2-aa0a-a38f3ccf7803.txt b/texts/f13d6633-294a-4bc2-aa0a-a38f3ccf7803.txt new file mode 100644 index 0000000000000000000000000000000000000000..b02bd48fd7e813b8ad82e6c08c7acdfbcb94cfdf --- /dev/null +++ b/texts/f13d6633-294a-4bc2-aa0a-a38f3ccf7803.txt @@ -0,0 +1 @@ +A cute Hellow Kitty wearing a santa hat with earphone smiling, , indoor, sitting front of computer, christmas tree behind chair \ No newline at end of file diff --git a/texts/f14b1c4e-2bdc-408c-9963-8f2d5639ddbe.txt b/texts/f14b1c4e-2bdc-408c-9963-8f2d5639ddbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..7addb6fc067a3ed0961fda194950c0dbca5c29e2 --- /dev/null +++ b/texts/f14b1c4e-2bdc-408c-9963-8f2d5639ddbe.txt @@ -0,0 +1 @@ +hello kitty loves christmas ,she has received so many gifts. \ No newline at end of file diff --git a/texts/f15468b8-0e49-4f80-8aac-87a67d1a9847.txt b/texts/f15468b8-0e49-4f80-8aac-87a67d1a9847.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa325e3b4f19e93f3cf6a636092d3b308125d7dd --- /dev/null +++ b/texts/f15468b8-0e49-4f80-8aac-87a67d1a9847.txt @@ -0,0 +1 @@ +An expressionless man in a hoodie, holding a bottle in one hand, sits on a park chair looking into the camera \ No newline at end of file diff --git a/texts/f1552b85-81cd-48ee-a3a6-721ad4f837c6.txt b/texts/f1552b85-81cd-48ee-a3a6-721ad4f837c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..326e7ae40a747376f4552d13a337cf1c8f97c658 --- /dev/null +++ b/texts/f1552b85-81cd-48ee-a3a6-721ad4f837c6.txt @@ -0,0 +1 @@ +Colorful cakes are placed in the snow on the ground, with star candles "BOLI" inserted,There's nothing else besides that \ No newline at end of file diff --git a/texts/f15ede0b-937f-42b4-bf47-a13e1af18e87.txt b/texts/f15ede0b-937f-42b4-bf47-a13e1af18e87.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b526ef92bf8420e4fbb54cc6975ffb1bc4705dc --- /dev/null +++ b/texts/f15ede0b-937f-42b4-bf47-a13e1af18e87.txt @@ -0,0 +1 @@ +A white lion with wings is lying on the beach and looking at you. \ No newline at end of file diff --git a/texts/f1691ec6-1385-4437-8ed7-286e54a7400b.txt b/texts/f1691ec6-1385-4437-8ed7-286e54a7400b.txt new file mode 100644 index 0000000000000000000000000000000000000000..aeb278937c904279ccd046bc1870b2cac1bb719e --- /dev/null +++ b/texts/f1691ec6-1385-4437-8ed7-286e54a7400b.txt @@ -0,0 +1 @@ +A black puppy with white angel wings walks on a wide field of snow with light snow falling next to a Christmas tree and the letters Yosh BB \ No newline at end of file diff --git a/texts/f172fa6f-4b00-4821-a7c8-13a363c17f87.txt b/texts/f172fa6f-4b00-4821-a7c8-13a363c17f87.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aea8f1873d8776154a9bbf570a4f0005bf7ec36 --- /dev/null +++ b/texts/f172fa6f-4b00-4821-a7c8-13a363c17f87.txt @@ -0,0 +1 @@ +Hello kitty holds a gun \ No newline at end of file diff --git a/texts/f17ed761-c899-4449-90ab-23f6d2000d3d.txt b/texts/f17ed761-c899-4449-90ab-23f6d2000d3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc8ac0d93ad77f3b8d3c85345df820548ff49006 --- /dev/null +++ b/texts/f17ed761-c899-4449-90ab-23f6d2000d3d.txt @@ -0,0 +1 @@ +light snow, blue dark sky and a three color corgi which has light white line between two eyes \ No newline at end of file diff --git a/texts/f18e20d1-725a-4d20-8e8d-27c8a362db3e.txt b/texts/f18e20d1-725a-4d20-8e8d-27c8a362db3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d24ce3b14e4aea268065eee7dc2d443a35edf01 --- /dev/null +++ b/texts/f18e20d1-725a-4d20-8e8d-27c8a362db3e.txt @@ -0,0 +1 @@ +Two cute cats roasting marshmallows by the fire \ No newline at end of file diff --git a/texts/f1955feb-0da1-4854-827b-28b2632d0e92.txt b/texts/f1955feb-0da1-4854-827b-28b2632d0e92.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ecc1043b0088a1e097a3f9f1dcf5ec3bc23a8d2 --- /dev/null +++ b/texts/f1955feb-0da1-4854-827b-28b2632d0e92.txt @@ -0,0 +1 @@ +stars in my eyes, hiking up griffith in the sweet north country \ No newline at end of file diff --git a/texts/f1a021ff-9e6b-497c-baf5-9f77b35cc827.txt b/texts/f1a021ff-9e6b-497c-baf5-9f77b35cc827.txt new file mode 100644 index 0000000000000000000000000000000000000000..adebb2f125fdab9416e9b75d424b544775f737b7 --- /dev/null +++ b/texts/f1a021ff-9e6b-497c-baf5-9f77b35cc827.txt @@ -0,0 +1 @@ +A lazy cat is lying on the sofa drinking coffee \ No newline at end of file diff --git a/texts/f1b7bb28-78ef-4555-a3e7-0448de37a1f7.txt b/texts/f1b7bb28-78ef-4555-a3e7-0448de37a1f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..366f483d6a3ad10ea44d8c28e4c158f3c8d9037e --- /dev/null +++ b/texts/f1b7bb28-78ef-4555-a3e7-0448de37a1f7.txt @@ -0,0 +1 @@ +The big Monsters in tokyo are destroying Washington in the blue ocean under the sunshine \ No newline at end of file diff --git a/texts/f1bef7d0-01cc-4a6a-9fad-6059d04b0f17.txt b/texts/f1bef7d0-01cc-4a6a-9fad-6059d04b0f17.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d3fbd0a91a53567abcbd0b57e4714af91afc2f8 --- /dev/null +++ b/texts/f1bef7d0-01cc-4a6a-9fad-6059d04b0f17.txt @@ -0,0 +1 @@ +50 People having fun in party and many delicious dishes with little bling stars \ No newline at end of file diff --git a/texts/f1cc8182-4391-420a-b014-7f9a557d78f1.txt b/texts/f1cc8182-4391-420a-b014-7f9a557d78f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..939ec5f573f0160f35eff72fd229657b0a084f42 --- /dev/null +++ b/texts/f1cc8182-4391-420a-b014-7f9a557d78f1.txt @@ -0,0 +1 @@ +Cherry blossom trees under the moon \ No newline at end of file diff --git a/texts/f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede.txt b/texts/f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d4ad949b09b8f398eeaf66d3f43a75a80501a04 --- /dev/null +++ b/texts/f1d2edc1-c8f5-49c7-b8a2-ecb35b6f7ede.txt @@ -0,0 +1 @@ +three shiba inu and a couple \ No newline at end of file diff --git a/texts/f1df2d44-3da7-4b29-9684-75bcd420a07a.txt b/texts/f1df2d44-3da7-4b29-9684-75bcd420a07a.txt new file mode 100644 index 0000000000000000000000000000000000000000..94daa9c59980f1b3bc158459030c2e1c9c329fb4 --- /dev/null +++ b/texts/f1df2d44-3da7-4b29-9684-75bcd420a07a.txt @@ -0,0 +1 @@ + christmas vibe, see-through glass christmas tree, light leak, paper chains with light reflection \ No newline at end of file diff --git a/texts/f1e86ec4-26fa-45bd-8c82-254d6e70e55e.txt b/texts/f1e86ec4-26fa-45bd-8c82-254d6e70e55e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4600bc43c802bd38f80eb9b3671af5d36b28450 --- /dev/null +++ b/texts/f1e86ec4-26fa-45bd-8c82-254d6e70e55e.txt @@ -0,0 +1 @@ +The evil Russian blue cat set fire to the lab, and the lab professor kneeling down to beg for mercy. \ No newline at end of file diff --git a/texts/f1ed4d91-8071-4770-994f-bd4a6ab0b8a0.txt b/texts/f1ed4d91-8071-4770-994f-bd4a6ab0b8a0.txt new file mode 100644 index 0000000000000000000000000000000000000000..d233f605d0a83f5f7a9e9e983eaff5f936b84611 --- /dev/null +++ b/texts/f1ed4d91-8071-4770-994f-bd4a6ab0b8a0.txt @@ -0,0 +1 @@ +Hellokitty dolls are placed in the snow with fireworks in the background \ No newline at end of file diff --git a/texts/f1fc034e-a47b-44e2-93f3-5f94fce3341a.txt b/texts/f1fc034e-a47b-44e2-93f3-5f94fce3341a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dcee5b007b23d78d46d52a2a3ea49dfc28c31c4 --- /dev/null +++ b/texts/f1fc034e-a47b-44e2-93f3-5f94fce3341a.txt @@ -0,0 +1 @@ +West Highland White Terrier \ No newline at end of file diff --git a/texts/f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c.txt b/texts/f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..34c3e935be83de567a9c3e5c46284ad8f7b01a7e --- /dev/null +++ b/texts/f20e81cb-c1fa-4b83-9bb5-8f9d41675e6c.txt @@ -0,0 +1 @@ +a cat wearing a Spiderman costume on a modern high-rise building \ No newline at end of file diff --git a/texts/f20fdff5-dd96-487a-b0e9-fbaa4535e7e8.txt b/texts/f20fdff5-dd96-487a-b0e9-fbaa4535e7e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..dffcc4b885c85f9edfee5b67583382c201188e49 --- /dev/null +++ b/texts/f20fdff5-dd96-487a-b0e9-fbaa4535e7e8.txt @@ -0,0 +1 @@ +A cute cat grows wings and flies with seagulls on the beach \ No newline at end of file diff --git a/texts/f213a47b-dcb2-4718-9396-0e17e00f8135.txt b/texts/f213a47b-dcb2-4718-9396-0e17e00f8135.txt new file mode 100644 index 0000000000000000000000000000000000000000..32cea9fc4ffd218e2a419bb4c92d028ff7065ea3 --- /dev/null +++ b/texts/f213a47b-dcb2-4718-9396-0e17e00f8135.txt @@ -0,0 +1 @@ +dolphin drink red wine and fireworks sea \ No newline at end of file diff --git a/texts/f21d0530-3227-4d44-851e-0d08fe4c1f4b.txt b/texts/f21d0530-3227-4d44-851e-0d08fe4c1f4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f64ca54992ddd2f670e290b0435f7f90d9819f0 --- /dev/null +++ b/texts/f21d0530-3227-4d44-851e-0d08fe4c1f4b.txt @@ -0,0 +1 @@ +Hello Kitty wears a Chanel suit, blowing bubbles, butterflies, dreamy sky \ No newline at end of file diff --git a/texts/f21e6402-48b5-4669-8463-62192c9ab3f6.txt b/texts/f21e6402-48b5-4669-8463-62192c9ab3f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bc9962b3c0b1a9ee532bb2fa8f20f47a49635ba --- /dev/null +++ b/texts/f21e6402-48b5-4669-8463-62192c9ab3f6.txt @@ -0,0 +1 @@ +A black cat and a small pure white beardog are playing basketball on the basketball court in winter \ No newline at end of file diff --git a/texts/f2203f86-2d5a-4467-a648-5393a8d4eee7.txt b/texts/f2203f86-2d5a-4467-a648-5393a8d4eee7.txt new file mode 100644 index 0000000000000000000000000000000000000000..90e728c2da01c6837da5ee694467a1d444011127 --- /dev/null +++ b/texts/f2203f86-2d5a-4467-a648-5393a8d4eee7.txt @@ -0,0 +1 @@ +A golf ball with the Mercedes-Benz logo floats in the bright outer space, and there are many planets and planetary belts in the distance. \ No newline at end of file diff --git a/texts/f223b2cc-10e1-49e8-ba5f-b6a5ad046f45.txt b/texts/f223b2cc-10e1-49e8-ba5f-b6a5ad046f45.txt new file mode 100644 index 0000000000000000000000000000000000000000..f06dd7461d21b3aa6e4a17eb330adf1b03eb2d6c --- /dev/null +++ b/texts/f223b2cc-10e1-49e8-ba5f-b6a5ad046f45.txt @@ -0,0 +1 @@ +An office kitten sits in front of a MacBook with coffee and papers next to it \ No newline at end of file diff --git a/texts/f22906f5-f5ce-4b52-94a0-769cf2060adf.txt b/texts/f22906f5-f5ce-4b52-94a0-769cf2060adf.txt new file mode 100644 index 0000000000000000000000000000000000000000..54d706061cd7136a713c4e77450315fd20be9ded --- /dev/null +++ b/texts/f22906f5-f5ce-4b52-94a0-769cf2060adf.txt @@ -0,0 +1 @@ +A butterfly of the ocean \ No newline at end of file diff --git a/texts/f22ae90f-8546-4014-8a80-56ff07f231ef.txt b/texts/f22ae90f-8546-4014-8a80-56ff07f231ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..83886c5881b0c66e604d12628437c7332b235cc8 --- /dev/null +++ b/texts/f22ae90f-8546-4014-8a80-56ff07f231ef.txt @@ -0,0 +1 @@ +yellow cat taking photo in snow \ No newline at end of file diff --git a/texts/f23b0999-a41f-457c-bbd4-8c1397514481.txt b/texts/f23b0999-a41f-457c-bbd4-8c1397514481.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2dd805ab0dc6a5679cea757d177f5d4b2483753 --- /dev/null +++ b/texts/f23b0999-a41f-457c-bbd4-8c1397514481.txt @@ -0,0 +1 @@ +A kitten wearing a red scarf and hat works on a computer in Yamashita Fuji \ No newline at end of file diff --git a/texts/f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd.txt b/texts/f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ec85ae4f826a874afc62743e92bb276449e03f6 --- /dev/null +++ b/texts/f23f47a7-cb46-4bd3-990f-ec5e6ee66ddd.txt @@ -0,0 +1 @@ +A photorealistic Winnie the Pooh in a modern American office at night, aggressively smashing a desktop computer with a hammer. The empty office is filled with typical equipment like printers, filing cabinets, and desk lamps. The scene is captured with harsh flash photography, creating dramatic shadows and high contrast. Surrounding office equipment casts a dim ambient glow in the background \ No newline at end of file diff --git a/texts/f24164a8-138e-44f8-8ce1-43a84400e3f6.txt b/texts/f24164a8-138e-44f8-8ce1-43a84400e3f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cd570ffdb80346d1e6005c842d8c01227ee0e6a --- /dev/null +++ b/texts/f24164a8-138e-44f8-8ce1-43a84400e3f6.txt @@ -0,0 +1 @@ +A small pastel purple stuffed bunny working on an old computer in the snow. \ No newline at end of file diff --git a/texts/f2438be1-f952-426a-a14a-2ae2afb6d3a7.txt b/texts/f2438be1-f952-426a-a14a-2ae2afb6d3a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..57bcdc282db774c8d9f48cba0e7f49ce8aeb7945 --- /dev/null +++ b/texts/f2438be1-f952-426a-a14a-2ae2afb6d3a7.txt @@ -0,0 +1 @@ +20 different beefs \ No newline at end of file diff --git a/texts/f246a9da-5e15-4e17-a360-a74dfeed3cda.txt b/texts/f246a9da-5e15-4e17-a360-a74dfeed3cda.txt new file mode 100644 index 0000000000000000000000000000000000000000..f33b7bd206dfcdb837f5c620553317c86edab48e --- /dev/null +++ b/texts/f246a9da-5e15-4e17-a360-a74dfeed3cda.txt @@ -0,0 +1 @@ +Yellow Shiba Inu playing in the snow \ No newline at end of file diff --git a/texts/f246f135-deb8-4e7f-9311-6519948c7556.txt b/texts/f246f135-deb8-4e7f-9311-6519948c7556.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbb4283c599d55904dd5682bce8cb8fed126b529 --- /dev/null +++ b/texts/f246f135-deb8-4e7f-9311-6519948c7556.txt @@ -0,0 +1 @@ +Hellokitty is in the snow in a princess dress and a crown. CZQ is written on the ground, and there are fireworks and candles on the purple cake. \ No newline at end of file diff --git a/texts/f249aa10-b8ed-4c2e-b63a-dc94abc5e253.txt b/texts/f249aa10-b8ed-4c2e-b63a-dc94abc5e253.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3767c08867f1fabceba672772d40c3430a8d4e0 --- /dev/null +++ b/texts/f249aa10-b8ed-4c2e-b63a-dc94abc5e253.txt @@ -0,0 +1 @@ +Handwritten word "karry" in the snow, snow, beach, a hellokitty doll standing next to it, drifting snow \ No newline at end of file diff --git a/texts/f249ee3a-7f50-4cde-9064-85f83d8f249b.txt b/texts/f249ee3a-7f50-4cde-9064-85f83d8f249b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ead57e3c7625945f6f8ad9a793e6ab158395b2e2 --- /dev/null +++ b/texts/f249ee3a-7f50-4cde-9064-85f83d8f249b.txt @@ -0,0 +1 @@ +The white long-legged rabbit is celebrating Christmas \ No newline at end of file diff --git a/texts/f24d40c9-991a-4aaf-96d3-b4b57ac88ffd.txt b/texts/f24d40c9-991a-4aaf-96d3-b4b57ac88ffd.txt new file mode 100644 index 0000000000000000000000000000000000000000..559676c8885adbd1aced96d450aaca617903d53c --- /dev/null +++ b/texts/f24d40c9-991a-4aaf-96d3-b4b57ac88ffd.txt @@ -0,0 +1 @@ +a sheep standing between lots of disco balls \ No newline at end of file diff --git a/texts/f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9.txt b/texts/f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcb1208dbdab3f37e91197e226e0911ef6352e02 --- /dev/null +++ b/texts/f25ec8dc-27b8-4eb7-9e4e-b784c41ff8a9.txt @@ -0,0 +1 @@ +On a snowy night, a hellokitty doll wearing a red bow holds a beautiful birthday cake with 1128 written on it under a decorated Christmas tree. Melancholy blue night scene, with some light particles dreamlike effect, high color saturation. \ No newline at end of file diff --git a/texts/f276d870-88ce-410c-841d-450ba0294ef1.txt b/texts/f276d870-88ce-410c-841d-450ba0294ef1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbd37d8e8d02c7ae22a1f1d4ebeae80f32f9b8cf --- /dev/null +++ b/texts/f276d870-88ce-410c-841d-450ba0294ef1.txt @@ -0,0 +1 @@ +2hedgehogs watching TV \ No newline at end of file diff --git a/texts/f2783fa7-47bc-4b2d-8e9b-685f432ca211.txt b/texts/f2783fa7-47bc-4b2d-8e9b-685f432ca211.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f6c3f3d6070135010851c61913371b167a80c3b --- /dev/null +++ b/texts/f2783fa7-47bc-4b2d-8e9b-685f432ca211.txt @@ -0,0 +1 @@ +Cat in the snow with a christmas tree \ No newline at end of file diff --git a/texts/f27c4a85-4b60-4640-bee6-6170a31c9071.txt b/texts/f27c4a85-4b60-4640-bee6-6170a31c9071.txt new file mode 100644 index 0000000000000000000000000000000000000000..79df3859bafa6dcb04405bc3915570054a828d44 --- /dev/null +++ b/texts/f27c4a85-4b60-4640-bee6-6170a31c9071.txt @@ -0,0 +1 @@ +A chine gi4l who wearing qipao, looking back at a burning jingesi, and smoking a cigarette \ No newline at end of file diff --git a/texts/f280edf9-e31b-4c11-b781-de741076889d.txt b/texts/f280edf9-e31b-4c11-b781-de741076889d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f90be6cca6bdaa4ca3b28b0d3b70a13138dc3fd --- /dev/null +++ b/texts/f280edf9-e31b-4c11-b781-de741076889d.txt @@ -0,0 +1 @@ +A young man took a West Highland to see the aurora. \ No newline at end of file diff --git a/texts/f28c25c2-e720-4905-91a9-730ec2963d9f.txt b/texts/f28c25c2-e720-4905-91a9-730ec2963d9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..183c67665e72402759a1e3f330521537df445ec7 --- /dev/null +++ b/texts/f28c25c2-e720-4905-91a9-730ec2963d9f.txt @@ -0,0 +1 @@ +A golden retriever puppy is writing diary next to a christmas tree \ No newline at end of file diff --git a/texts/f291a5d4-e289-4f4e-a8c5-dbebad18df86.txt b/texts/f291a5d4-e289-4f4e-a8c5-dbebad18df86.txt new file mode 100644 index 0000000000000000000000000000000000000000..e25f8edd2ea2b2ddc540343f049f90e4336f306f --- /dev/null +++ b/texts/f291a5d4-e289-4f4e-a8c5-dbebad18df86.txt @@ -0,0 +1 @@ +Black and white cat wearing a big red bow tie working in front of an Apple computer and drinking coffee in a Starbucks coffee shop \ No newline at end of file diff --git a/texts/f29431f6-92c7-46d9-840f-f203a0c318df.txt b/texts/f29431f6-92c7-46d9-840f-f203a0c318df.txt new file mode 100644 index 0000000000000000000000000000000000000000..00403c638e846e204a9b66cc1675162c7943197c --- /dev/null +++ b/texts/f29431f6-92c7-46d9-840f-f203a0c318df.txt @@ -0,0 +1 @@ +Yorkshiredog, snow, snow \ No newline at end of file diff --git a/texts/f295f052-288c-4257-8b2b-fb99ca71fc7f.txt b/texts/f295f052-288c-4257-8b2b-fb99ca71fc7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..42f6802480a0cb1c330a2253087018f60a7b0ae4 --- /dev/null +++ b/texts/f295f052-288c-4257-8b2b-fb99ca71fc7f.txt @@ -0,0 +1 @@ +A black kitten with white wings was drawing "Xiaoding" on the snowy ground in a snowy day. Many bubbles were surrounding the kitten. \ No newline at end of file diff --git a/texts/f29ba791-a094-4f16-99fe-88175bb709be.txt b/texts/f29ba791-a094-4f16-99fe-88175bb709be.txt new file mode 100644 index 0000000000000000000000000000000000000000..017715a25d5784bfe7a6b15473be87d3e04ab9ea --- /dev/null +++ b/texts/f29ba791-a094-4f16-99fe-88175bb709be.txt @@ -0,0 +1 @@ +a cute little red panda wearing mushroom hat,holding a basket with full of mushrooms,walking in the forest \ No newline at end of file diff --git a/texts/f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a.txt b/texts/f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a.txt new file mode 100644 index 0000000000000000000000000000000000000000..40d112caad8b2b099397054636cd4069f5b4b95d --- /dev/null +++ b/texts/f29f301b-d0b2-4dc3-b4f1-19e5f7617b0a.txt @@ -0,0 +1 @@ +a Rilakkuma doll,standing next to the snow, wearing a scarf,HAPPY is written in the snow,in the forest \ No newline at end of file diff --git a/texts/f2c2b33a-6b77-4d71-a58f-c81d92ca1b20.txt b/texts/f2c2b33a-6b77-4d71-a58f-c81d92ca1b20.txt new file mode 100644 index 0000000000000000000000000000000000000000..9014d39b73d659acaf6a8381ea39367279ac7c31 --- /dev/null +++ b/texts/f2c2b33a-6b77-4d71-a58f-c81d92ca1b20.txt @@ -0,0 +1 @@ +Jellyfish fly in the sky \ No newline at end of file diff --git a/texts/f2c4e1f0-d9a2-4705-8410-86352d69b89d.txt b/texts/f2c4e1f0-d9a2-4705-8410-86352d69b89d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f49e85d7c467bc27ca788788bb330975bf8ea801 --- /dev/null +++ b/texts/f2c4e1f0-d9a2-4705-8410-86352d69b89d.txt @@ -0,0 +1 @@ +The lovely baby pig was in front of the snowy meadow, wearing a Christmas hat and holding a star wand, shining with beautiful aurora borealis, with little butterflies surrounding him \ No newline at end of file diff --git a/texts/f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f.txt b/texts/f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eb68a48a7447fab763193798160d92874e38b66 --- /dev/null +++ b/texts/f2f0ece1-aeda-4fbb-b2ff-cdba6778bb7f.txt @@ -0,0 +1 @@ +The smallHello Kitty doll is sitting by the seaside watching the fireworks, and there is a camera beside her. \ No newline at end of file diff --git a/texts/f2f287eb-a763-4590-9ddb-7fe14655da51.txt b/texts/f2f287eb-a763-4590-9ddb-7fe14655da51.txt new file mode 100644 index 0000000000000000000000000000000000000000..944244d89b9f4f111ced5ff522f9002a87c93001 --- /dev/null +++ b/texts/f2f287eb-a763-4590-9ddb-7fe14655da51.txt @@ -0,0 +1 @@ +A light golden golden retriever is sitting in front of the fireplace in the room. It's snowing outside the window at night.There are still purple northern lights flashing in the sky.Behind him are angel wings and he wears a red scarf around his neck. \ No newline at end of file diff --git a/texts/f2f7400c-c4da-4df7-a16b-4defa579b261.txt b/texts/f2f7400c-c4da-4df7-a16b-4defa579b261.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec65a74f60dac93b57d4c882e38a92e7a85418be --- /dev/null +++ b/texts/f2f7400c-c4da-4df7-a16b-4defa579b261.txt @@ -0,0 +1 @@ +A blue whale made of ice, with an oil rig and fire in the background, is swimming upward, smoking in its mouth and carrying plastic garbage on its back. It takes the blank white background as the background, creating a surreal effect. The composition is characterized by symmetrical elements and captured by photography. This work vividly depicts the destruction of nature and conveys fear and sadness in a surrealistic style. \ No newline at end of file diff --git a/texts/f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff.txt b/texts/f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cb39e56ef26496250d9ada715c8992be7bff23c --- /dev/null +++ b/texts/f2ff124f-e3a9-4dcc-8be2-e6ee23bba8ff.txt @@ -0,0 +1 @@ +The rabbit is lost in the rose maze. \ No newline at end of file diff --git a/texts/f305657e-44cc-4eab-9342-40b5f95ff1c6.txt b/texts/f305657e-44cc-4eab-9342-40b5f95ff1c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9d1a77ca065b8768ee8c9517b6437904a7b0224 --- /dev/null +++ b/texts/f305657e-44cc-4eab-9342-40b5f95ff1c6.txt @@ -0,0 +1 @@ +a 90's Wuhan punk band playing shows near a lake \ No newline at end of file diff --git a/texts/f310beb2-e1eb-438e-aeb9-23bbc23dc21b.txt b/texts/f310beb2-e1eb-438e-aeb9-23bbc23dc21b.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf5ed456b15991b6618dc947700c61d1c2d53ae2 --- /dev/null +++ b/texts/f310beb2-e1eb-438e-aeb9-23bbc23dc21b.txt @@ -0,0 +1 @@ +The image shows a plush Hello Kitty toy in a Santa hat and festive sweater sitting on snow by the seaside during a sunset. Behind it stands a lit Christmas tree, adding holiday cheer to the tranquil ocean backdrop. On the snow, the letters "linwenxian \ No newline at end of file diff --git a/texts/f31b85e8-b9b0-4311-a4b3-cea8919dc033.txt b/texts/f31b85e8-b9b0-4311-a4b3-cea8919dc033.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0666ba9f0c476f882d0c379079ff2b1a92dbb3 --- /dev/null +++ b/texts/f31b85e8-b9b0-4311-a4b3-cea8919dc033.txt @@ -0,0 +1 @@ +angry winnie the pooh working on a crazy Monday morning in the office \ No newline at end of file diff --git a/texts/f3296bc8-c7bb-4701-8666-e94c86b2b393.txt b/texts/f3296bc8-c7bb-4701-8666-e94c86b2b393.txt new file mode 100644 index 0000000000000000000000000000000000000000..82fc9c1abbef204b86b8bbd69b5410e25fa99102 --- /dev/null +++ b/texts/f3296bc8-c7bb-4701-8666-e94c86b2b393.txt @@ -0,0 +1 @@ +christmas tree monster, with a white puppy, eating popcorn, a can a beer, watching tv. Lonely but feel warm. stars. Monstera beside. light leak \ No newline at end of file diff --git a/texts/f32b0103-7a81-4182-983d-ff1272b41241.txt b/texts/f32b0103-7a81-4182-983d-ff1272b41241.txt new file mode 100644 index 0000000000000000000000000000000000000000..bce4c8b4ff1ae27d567aed923de30c546d706b8b --- /dev/null +++ b/texts/f32b0103-7a81-4182-983d-ff1272b41241.txt @@ -0,0 +1 @@ +Hello kitty in a pink princess dress playing drums on a neon lit street \ No newline at end of file diff --git a/texts/f32cba64-bcaf-4561-bab6-a153bc2dd75f.txt b/texts/f32cba64-bcaf-4561-bab6-a153bc2dd75f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b389943d03df486608a33488576cae157b2e654 --- /dev/null +++ b/texts/f32cba64-bcaf-4561-bab6-a153bc2dd75f.txt @@ -0,0 +1 @@ +A little white cat and a little Samoyed, in the snow, the sky is snowing, there is a big Christmas tree with a pink bow in the snow, behind the Christmas tree there is a wooden house and a forest, there is a sunset, there are bubbles, and the overall color is blue \ No newline at end of file diff --git a/texts/f334f0d4-71df-4e04-bb5a-038bdf6278a2.txt b/texts/f334f0d4-71df-4e04-bb5a-038bdf6278a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a2151634c9ee60fe6c782ab795905eadd77bdba --- /dev/null +++ b/texts/f334f0d4-71df-4e04-bb5a-038bdf6278a2.txt @@ -0,0 +1 @@ +In the forest, there is a red house on fire, in front of which there is a big dog leading a balloon \ No newline at end of file diff --git a/texts/f33a8005-5935-4143-b306-17d90baa1a1c.txt b/texts/f33a8005-5935-4143-b306-17d90baa1a1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..30330b875dbf3af7ed927cf4629a95f496cf09c4 --- /dev/null +++ b/texts/f33a8005-5935-4143-b306-17d90baa1a1c.txt @@ -0,0 +1 @@ +A little dog had a sign that said lyp \ No newline at end of file diff --git a/texts/f33e77f8-79a0-4074-aa54-c22a253222d2.txt b/texts/f33e77f8-79a0-4074-aa54-c22a253222d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e19bab2ad7f1efc3aa27148d4f71081d078b36e6 --- /dev/null +++ b/texts/f33e77f8-79a0-4074-aa54-c22a253222d2.txt @@ -0,0 +1 @@ +A baby light blue elephant with a birthday hat on the ice pack \ No newline at end of file diff --git a/texts/f34ab14c-d15a-4714-9f16-9a88b9e6359b.txt b/texts/f34ab14c-d15a-4714-9f16-9a88b9e6359b.txt new file mode 100644 index 0000000000000000000000000000000000000000..3268f52e3cfc320622c647b5ac069bc1818984b2 --- /dev/null +++ b/texts/f34ab14c-d15a-4714-9f16-9a88b9e6359b.txt @@ -0,0 +1 @@ +hello kitty sitting in the snow,dagger in hand \ No newline at end of file diff --git a/texts/f34dc91c-f077-4ead-9db3-03c3c5d45763.txt b/texts/f34dc91c-f077-4ead-9db3-03c3c5d45763.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cb05786b9350cd0e5a2c66818602a92cc124b8f --- /dev/null +++ b/texts/f34dc91c-f077-4ead-9db3-03c3c5d45763.txt @@ -0,0 +1 @@ +Big lucky cat made by plastics ,in the forest ,one pigeon \ No newline at end of file diff --git a/texts/f34e302f-620d-4a32-a5f2-e7c40b86bcf5.txt b/texts/f34e302f-620d-4a32-a5f2-e7c40b86bcf5.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d8fd6d06b4f9c9f2b8b420a3cb21fbb2d238aea --- /dev/null +++ b/texts/f34e302f-620d-4a32-a5f2-e7c40b86bcf5.txt @@ -0,0 +1 @@ +Hello Kitty sat on the snow and spun around \ No newline at end of file diff --git a/texts/f354e75c-604d-4675-9e89-67aba196b71a.txt b/texts/f354e75c-604d-4675-9e89-67aba196b71a.txt new file mode 100644 index 0000000000000000000000000000000000000000..af304b3171c50fb39fada8865d4b7c3d51cdeb34 --- /dev/null +++ b/texts/f354e75c-604d-4675-9e89-67aba196b71a.txt @@ -0,0 +1 @@ +It's snowing on a beach, with two butterflies, a snowman, and the letters Jennie \ No newline at end of file diff --git a/texts/f356c5fb-922f-4870-9d42-d865d35065fb.txt b/texts/f356c5fb-922f-4870-9d42-d865d35065fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad15cb491149b2721caa3c448f53b785e8aae61a --- /dev/null +++ b/texts/f356c5fb-922f-4870-9d42-d865d35065fb.txt @@ -0,0 +1 @@ +Green aurora light snow, West Highland and Bichon cuddle in the snow with red scarves \ No newline at end of file diff --git a/texts/f3612c73-c331-4d76-a8fb-59c3a7cbd0c9.txt b/texts/f3612c73-c331-4d76-a8fb-59c3a7cbd0c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..95d62c38d538a72f7af4dc6f93e8fe6be0412469 --- /dev/null +++ b/texts/f3612c73-c331-4d76-a8fb-59c3a7cbd0c9.txt @@ -0,0 +1 @@ +Dynamic Lunar New Year Banner with Fireworks \ No newline at end of file diff --git a/texts/f3658a91-4742-4466-bd6a-ecce8f24f13a.txt b/texts/f3658a91-4742-4466-bd6a-ecce8f24f13a.txt new file mode 100644 index 0000000000000000000000000000000000000000..20114d764dbad1f7ae8487c461f02005c10ec4ae --- /dev/null +++ b/texts/f3658a91-4742-4466-bd6a-ecce8f24f13a.txt @@ -0,0 +1 @@ +Take me to the lakes where all the poets went to die. \ No newline at end of file diff --git a/texts/f37e04ac-b0ef-40fd-93b8-b9747b230bce.txt b/texts/f37e04ac-b0ef-40fd-93b8-b9747b230bce.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb0b0257b0ec3eb6b39accc169a519cf4a6c864b --- /dev/null +++ b/texts/f37e04ac-b0ef-40fd-93b8-b9747b230bce.txt @@ -0,0 +1 @@ +Outdoors, there is a Christmas tree on a snowy day, a Hello Kitty doll, and the letters L and Z next to it. \ No newline at end of file diff --git a/texts/f38a5a83-7861-4730-ab77-edbe24acf39b.txt b/texts/f38a5a83-7861-4730-ab77-edbe24acf39b.txt new file mode 100644 index 0000000000000000000000000000000000000000..649551e2e66abc0515b4a2e3ca63c8b2d3e407d8 --- /dev/null +++ b/texts/f38a5a83-7861-4730-ab77-edbe24acf39b.txt @@ -0,0 +1 @@ +The panda wears a Peking Opera headdress in the snow \ No newline at end of file diff --git a/texts/f38d25f8-8938-4067-8cc0-d60849b8bdf5.txt b/texts/f38d25f8-8938-4067-8cc0-d60849b8bdf5.txt new file mode 100644 index 0000000000000000000000000000000000000000..735e3a5dfa184601fa2a344ab117406e03ca140a --- /dev/null +++ b/texts/f38d25f8-8938-4067-8cc0-d60849b8bdf5.txt @@ -0,0 +1 @@ +A black cat with red ribbon and a brown cat acting intimately (the tortoiseshell cat is smaller and with longer hair) \ No newline at end of file diff --git a/texts/f38fb980-098d-4829-8bd1-dfab019ff0d4.txt b/texts/f38fb980-098d-4829-8bd1-dfab019ff0d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..300fa5827fac1de74b74ad3bbecd8f5c670156a0 --- /dev/null +++ b/texts/f38fb980-098d-4829-8bd1-dfab019ff0d4.txt @@ -0,0 +1 @@ +Change into fairy-tale glass shoes, \ No newline at end of file diff --git a/texts/f39357c8-e889-4d0d-be74-3f5301f76b3a.txt b/texts/f39357c8-e889-4d0d-be74-3f5301f76b3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbd9327cd5b932f54398c4ea408dedc80370992b --- /dev/null +++ b/texts/f39357c8-e889-4d0d-be74-3f5301f76b3a.txt @@ -0,0 +1 @@ +In the city of Seoul in the year 2000, an Asian child is watching an old house engulfed in flames. The scene is viewed from behind the child \ No newline at end of file diff --git a/texts/f39432cf-91d8-4f39-9ea4-449a0f1e72c9.txt b/texts/f39432cf-91d8-4f39-9ea4-449a0f1e72c9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac022c6a341c7c995ec2bffd49a2cd1234705355 --- /dev/null +++ b/texts/f39432cf-91d8-4f39-9ea4-449a0f1e72c9.txt @@ -0,0 +1 @@ +Hello Kitty is wearing a pink high-end dress in a fashion store, her head on fire, angrily drawing flowers on paper until smoke rises \ No newline at end of file diff --git a/texts/f3a41b5c-b502-4893-9911-0e232aea9bda.txt b/texts/f3a41b5c-b502-4893-9911-0e232aea9bda.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ea776e5c87e928254a6df7d8f4da2f655d7223d --- /dev/null +++ b/texts/f3a41b5c-b502-4893-9911-0e232aea9bda.txt @@ -0,0 +1 @@ +Hello Kitty wearing a pearl necklace and dress, taking a selfie with a mobile phone in a French restaurant, day light \ No newline at end of file diff --git a/texts/f3b04c3f-46ed-43bd-85b4-5df9587477dd.txt b/texts/f3b04c3f-46ed-43bd-85b4-5df9587477dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..141daff54b3d4b0fbf642c69ba4023cef32367d3 --- /dev/null +++ b/texts/f3b04c3f-46ed-43bd-85b4-5df9587477dd.txt @@ -0,0 +1 @@ +Christmas,rain,Writing wzy in the fog on the glass window \ No newline at end of file diff --git a/texts/f3b0714e-4f52-4e24-8368-21be471f583c.txt b/texts/f3b0714e-4f52-4e24-8368-21be471f583c.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b0b13ea2a0e5201723c7b2425525be3df909213 --- /dev/null +++ b/texts/f3b0714e-4f52-4e24-8368-21be471f583c.txt @@ -0,0 +1 @@ +Kanye and Tyler Swift got married in a grand church. \ No newline at end of file diff --git a/texts/f3b16d6a-d211-4d9c-8816-1248c9abc2f2.txt b/texts/f3b16d6a-d211-4d9c-8816-1248c9abc2f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3188940f470087954c9dab67193cdbab1abae406 --- /dev/null +++ b/texts/f3b16d6a-d211-4d9c-8816-1248c9abc2f2.txt @@ -0,0 +1 @@ +a fountain spray lots of precious flowers, the flowers are clorful,cuty in five-petaled, flower material can be yarn,woolen,fuzzy. in beige background \ No newline at end of file diff --git a/texts/f3b82636-56cc-41a3-8793-090d10501e2e.txt b/texts/f3b82636-56cc-41a3-8793-090d10501e2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f90e2955aa63e29a32b29d788d405cd961f5f665 --- /dev/null +++ b/texts/f3b82636-56cc-41a3-8793-090d10501e2e.txt @@ -0,0 +1 @@ +Looking at the floodlit stream through a gap in the flowers growing out of the embankment. \ No newline at end of file diff --git a/texts/f3d2f002-ff8b-4f03-92f0-6469d65d9ece.txt b/texts/f3d2f002-ff8b-4f03-92f0-6469d65d9ece.txt new file mode 100644 index 0000000000000000000000000000000000000000..77ea8abece773b979641a257b43b0485523baef4 --- /dev/null +++ b/texts/f3d2f002-ff8b-4f03-92f0-6469d65d9ece.txt @@ -0,0 +1 @@ +Hello Kitty is sitting in the snowside with the three letters PSQ written on the snow with a branch. Next to it is a Christmas tree. The time is the sunset. There are fireworks in the distance. The picture is very warm and the color is very colorful. \ No newline at end of file diff --git a/texts/f3d92fa6-9041-4d2d-8f00-d537d05043cf.txt b/texts/f3d92fa6-9041-4d2d-8f00-d537d05043cf.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1a2211c883ac38244bf30c060681c80acd36de8 --- /dev/null +++ b/texts/f3d92fa6-9041-4d2d-8f00-d537d05043cf.txt @@ -0,0 +1 @@ +a shark doll lay on sofa \ No newline at end of file diff --git a/texts/f3dfea94-e353-446e-b33e-8931fd939826.txt b/texts/f3dfea94-e353-446e-b33e-8931fd939826.txt new file mode 100644 index 0000000000000000000000000000000000000000..0be3f0ef31ef0cb61cde00697467f20a156b4d85 --- /dev/null +++ b/texts/f3dfea94-e353-446e-b33e-8931fd939826.txt @@ -0,0 +1 @@ +A puppy playing with foam on its wings. \ No newline at end of file diff --git a/texts/f3e083c9-e229-4de9-8cef-e2a3cdafcf39.txt b/texts/f3e083c9-e229-4de9-8cef-e2a3cdafcf39.txt new file mode 100644 index 0000000000000000000000000000000000000000..77397f8a15fdb6ecc3427bc76247b201267176bc --- /dev/null +++ b/texts/f3e083c9-e229-4de9-8cef-e2a3cdafcf39.txt @@ -0,0 +1 @@ +A black and white flower cat wrapped in a bandage sat in the classroom of Shanghai Jiaotong University to review the basics of calculus. It held a textbook and a computer to review, and took a cup of coffee to drink at the same time. \ No newline at end of file diff --git a/texts/f3fd9d40-0dc6-4e37-8606-c5132fbe051f.txt b/texts/f3fd9d40-0dc6-4e37-8606-c5132fbe051f.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b00a99f6ef02c26abaa39cff02ed4a6bca3347e --- /dev/null +++ b/texts/f3fd9d40-0dc6-4e37-8606-c5132fbe051f.txt @@ -0,0 +1 @@ +A tiger stuffed in a yellow fridge \ No newline at end of file diff --git a/texts/f40a1ab4-1cf6-4fbb-89a3-20f929c1f308.txt b/texts/f40a1ab4-1cf6-4fbb-89a3-20f929c1f308.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2e466f81b2c344634d874631fd118b945cf0337 --- /dev/null +++ b/texts/f40a1ab4-1cf6-4fbb-89a3-20f929c1f308.txt @@ -0,0 +1 @@ +The use of Hello Kitty to reflect the content or scenes of Chinese patriotism, such as the national flag, national anthem, national emblem and other national symbols and symbols \ No newline at end of file diff --git a/texts/f410699f-a193-44b5-8ca4-15d047518254.txt b/texts/f410699f-a193-44b5-8ca4-15d047518254.txt new file mode 100644 index 0000000000000000000000000000000000000000..3878355a7fde810cf23ed22cb63cb725bb4a95cc --- /dev/null +++ b/texts/f410699f-a193-44b5-8ca4-15d047518254.txt @@ -0,0 +1 @@ +Two cats, one orange one black, watching fireworks in Japan \ No newline at end of file diff --git a/texts/f416d2c9-d881-4777-990a-0b511cbad14e.txt b/texts/f416d2c9-d881-4777-990a-0b511cbad14e.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e80bdda812b89ffba501120db6cdb99ecb97aa --- /dev/null +++ b/texts/f416d2c9-d881-4777-990a-0b511cbad14e.txt @@ -0,0 +1 @@ +A cartoon version of Hello Kitty rides a black motorcycle on the beach, and fireworks are set off in the sky. \ No newline at end of file diff --git a/texts/f42081ac-910b-4983-b443-702eda0a992a.txt b/texts/f42081ac-910b-4983-b443-702eda0a992a.txt new file mode 100644 index 0000000000000000000000000000000000000000..124fcaacee94514246fd151f042c950b770dce3e --- /dev/null +++ b/texts/f42081ac-910b-4983-b443-702eda0a992a.txt @@ -0,0 +1 @@ +Cat plays with fireworks in the snow \ No newline at end of file diff --git a/texts/f4213674-8ed3-4f60-a78c-95bf462e85fd.txt b/texts/f4213674-8ed3-4f60-a78c-95bf462e85fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd5c00f6f0259a72eaac49566101265577fe068d --- /dev/null +++ b/texts/f4213674-8ed3-4f60-a78c-95bf462e85fd.txt @@ -0,0 +1 @@ +Generate a puppy Golden Retriever playing in the snow snow, merging the number 0465 in the snow scene \ No newline at end of file diff --git a/texts/f42df76f-746e-4a19-8804-543100f54a98.txt b/texts/f42df76f-746e-4a19-8804-543100f54a98.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b49808db498728cc49fbcd70c40e78172aa647d --- /dev/null +++ b/texts/f42df76f-746e-4a19-8804-543100f54a98.txt @@ -0,0 +1 @@ +Baby panda studying architecture. He is not happy! \ No newline at end of file diff --git a/texts/f4320a43-8bac-4abb-b477-af622845d6fb.txt b/texts/f4320a43-8bac-4abb-b477-af622845d6fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..54810d868a86557f049eff37e66476a99fd02582 --- /dev/null +++ b/texts/f4320a43-8bac-4abb-b477-af622845d6fb.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a black kitten reading a law book, the kitten is wearing a lawyer's robe, and "Wyr" is written on the snow, and there are traces of cat's paws. Melancholy blue night scene, dreamy effect with dotted light particles, high color saturation. \ No newline at end of file diff --git a/texts/f437d2c5-963a-4f7c-a77c-4a4220a10941.txt b/texts/f437d2c5-963a-4f7c-a77c-4a4220a10941.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f0b0a1bbd385948e8c1860dd351c9dd6b8f6834 --- /dev/null +++ b/texts/f437d2c5-963a-4f7c-a77c-4a4220a10941.txt @@ -0,0 +1 @@ +Letter:WUHAN BAOLUO \ No newline at end of file diff --git a/texts/f439f1fe-1a01-4e35-837f-c2ec3f9c0876.txt b/texts/f439f1fe-1a01-4e35-837f-c2ec3f9c0876.txt new file mode 100644 index 0000000000000000000000000000000000000000..a403d044818a6a699f8d24e681839953e7f8b7ee --- /dev/null +++ b/texts/f439f1fe-1a01-4e35-837f-c2ec3f9c0876.txt @@ -0,0 +1 @@ +I think the storm ran out of rain ,the clouds are moving \ No newline at end of file diff --git a/texts/f44defc7-87df-4fd2-a2df-3db06c98d929.txt b/texts/f44defc7-87df-4fd2-a2df-3db06c98d929.txt new file mode 100644 index 0000000000000000000000000000000000000000..224932b263c09ab8887e55613b2a6779381875f2 --- /dev/null +++ b/texts/f44defc7-87df-4fd2-a2df-3db06c98d929.txt @@ -0,0 +1 @@ +snow/Christmas tree / kitten/ bubble/beach \ No newline at end of file diff --git a/texts/f44e43c5-b92e-4139-bc42-21b967ceaa94.txt b/texts/f44e43c5-b92e-4139-bc42-21b967ceaa94.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f9d92e8b9a4cb9c3ecc4d1f1b3c9bb2021f4bcc --- /dev/null +++ b/texts/f44e43c5-b92e-4139-bc42-21b967ceaa94.txt @@ -0,0 +1 @@ +Heavy snow, pink row, fireworks, cherry, fire. \ No newline at end of file diff --git a/texts/f45aa18d-3442-4743-850b-5762fc15a7f1.txt b/texts/f45aa18d-3442-4743-850b-5762fc15a7f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..32a1aa3acbef0dee79ad70518f36b9de6c856d06 --- /dev/null +++ b/texts/f45aa18d-3442-4743-850b-5762fc15a7f1.txt @@ -0,0 +1 @@ +Bichon in the snow \ No newline at end of file diff --git a/texts/f464d27c-4120-4bad-ad1e-f4039bdc411f.txt b/texts/f464d27c-4120-4bad-ad1e-f4039bdc411f.txt new file mode 100644 index 0000000000000000000000000000000000000000..bab584423886df6b19fdc147b34e43d88223df14 --- /dev/null +++ b/texts/f464d27c-4120-4bad-ad1e-f4039bdc411f.txt @@ -0,0 +1 @@ +The deer is watching fireworks on the beach \ No newline at end of file diff --git a/texts/f46a21fc-f433-4465-99a0-31635a2d6833.txt b/texts/f46a21fc-f433-4465-99a0-31635a2d6833.txt new file mode 100644 index 0000000000000000000000000000000000000000..67f53c3ea7c92254acc64e09a46e3731dcf0f06d --- /dev/null +++ b/texts/f46a21fc-f433-4465-99a0-31635a2d6833.txt @@ -0,0 +1 @@ +A red-crowned crane stands in front of the foggy Forbidden City and is struck by lightning \ No newline at end of file diff --git a/texts/f4733e03-25e3-472e-bf66-86c4ae387af5.txt b/texts/f4733e03-25e3-472e-bf66-86c4ae387af5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b96a2cfcf312cd943f2f94e5ea880e5f9cdd0e1 --- /dev/null +++ b/texts/f4733e03-25e3-472e-bf66-86c4ae387af5.txt @@ -0,0 +1 @@ +Strawberries,cherries Hellokitty holds a red wine glass. Fiona is written on the snow.There was an aurora. \ No newline at end of file diff --git a/texts/f483dde6-1053-437f-8e64-5e445a513d69.txt b/texts/f483dde6-1053-437f-8e64-5e445a513d69.txt new file mode 100644 index 0000000000000000000000000000000000000000..849dabd991002eca620facd89c417b23111d8f0a --- /dev/null +++ b/texts/f483dde6-1053-437f-8e64-5e445a513d69.txt @@ -0,0 +1 @@ +A little penguin eats instant noodles at the Rosen store under Mount Fuji. \ No newline at end of file diff --git a/texts/f4993aca-ca6b-4054-ab61-dce4e282bc0b.txt b/texts/f4993aca-ca6b-4054-ab61-dce4e282bc0b.txt new file mode 100644 index 0000000000000000000000000000000000000000..620d98a4828f62bd28bc6f3336d27295db3949be --- /dev/null +++ b/texts/f4993aca-ca6b-4054-ab61-dce4e282bc0b.txt @@ -0,0 +1 @@ +On a snowy night, in the distance, there is the sea. A kitten with a black-and-white head and a white body lies on thick white snow, with part of its body in the snow. The letters "ZC" are written on the snow, with paw prints scattered around. The scene features a melancholic blue night sky, with a dreamy effect and floating particles. The colors are highly saturated, with an overall blue-and-white color scheme. \ No newline at end of file diff --git a/texts/f4a4da33-3700-402e-83fb-cc53168b5342.txt b/texts/f4a4da33-3700-402e-83fb-cc53168b5342.txt new file mode 100644 index 0000000000000000000000000000000000000000..17eed300da09e6e26d9ff944f68ed46a7fbcc54e --- /dev/null +++ b/texts/f4a4da33-3700-402e-83fb-cc53168b5342.txt @@ -0,0 +1 @@ +A cute fluffy pug and a pink unicorn reading a book on the snow \ No newline at end of file diff --git a/texts/f4b18e81-be5a-490d-8445-add4dd576d1f.txt b/texts/f4b18e81-be5a-490d-8445-add4dd576d1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..54b3556891d7195341ecdb0faa96025f44046758 --- /dev/null +++ b/texts/f4b18e81-be5a-490d-8445-add4dd576d1f.txt @@ -0,0 +1 @@ +tree house \ No newline at end of file diff --git a/texts/f4b72f96-2840-491a-a2a0-be6c5ded0a79.txt b/texts/f4b72f96-2840-491a-a2a0-be6c5ded0a79.txt new file mode 100644 index 0000000000000000000000000000000000000000..40f44ccdf68e4cbd7b535954cf3e78b4744ed82c --- /dev/null +++ b/texts/f4b72f96-2840-491a-a2a0-be6c5ded0a79.txt @@ -0,0 +1 @@ +In the snow there are fireworks, there are bubbles, and a cute Hellokitty doll in a yellow dress. Holding a sign that said "izzat." \ No newline at end of file diff --git a/texts/f4ba9e1c-6783-4ed9-9ed2-77aa459ec436.txt b/texts/f4ba9e1c-6783-4ed9-9ed2-77aa459ec436.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f3762ac980f9d3ede3089bfbdd7e67b1a6d1faa --- /dev/null +++ b/texts/f4ba9e1c-6783-4ed9-9ed2-77aa459ec436.txt @@ -0,0 +1 @@ +bluetabbycat in the snowland \ No newline at end of file diff --git a/texts/f4be5a67-11fd-4b75-a797-f502cf68089c.txt b/texts/f4be5a67-11fd-4b75-a797-f502cf68089c.txt new file mode 100644 index 0000000000000000000000000000000000000000..88711733dc172d47e75b7cb9616a2e0219299c0b --- /dev/null +++ b/texts/f4be5a67-11fd-4b75-a797-f502cf68089c.txt @@ -0,0 +1 @@ +A fluffy gray-and-white kitten is sitting at a desk, focused on using a MacBook. It wears black-framed glasses, looking both smart and adorable. Its little paws gently touch the keyboard, as if it is working intently on the computer. The desk is scattered with some papers and stationery. \ No newline at end of file diff --git a/texts/f4c65c35-9146-4258-a263-9308cd725ed0.txt b/texts/f4c65c35-9146-4258-a263-9308cd725ed0.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ffb81a41912ee0c096c429fe1261bd67edd123a --- /dev/null +++ b/texts/f4c65c35-9146-4258-a263-9308cd725ed0.txt @@ -0,0 +1 @@ +A modern and minimalist brand logo featuring the text 'INGENI' in a sleek, bold, and contemporary font. The logo design uses deep navy blue as the primary color, with clean lines and a professional aesthetic. The text is centered, with no additional icons or decorations, ensuring a timeless and elegant look. The background is neutral and plain, highlighting the sophistication of the logo. \ No newline at end of file diff --git a/texts/f4c96aba-86b9-4e9f-b67e-46a321aa6adf.txt b/texts/f4c96aba-86b9-4e9f-b67e-46a321aa6adf.txt new file mode 100644 index 0000000000000000000000000000000000000000..deea512918bf08ce9be5aa1dd82ae4aa478e7098 --- /dev/null +++ b/texts/f4c96aba-86b9-4e9f-b67e-46a321aa6adf.txt @@ -0,0 +1 @@ +A deer happily plays with a rabbit in the snow, with the aurora and starry sky in the background \ No newline at end of file diff --git a/texts/f4c99e10-6d2b-44d4-8093-1136e882b376.txt b/texts/f4c99e10-6d2b-44d4-8093-1136e882b376.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fece287de5cc66fe0528586b9dfe865c7afa1bd --- /dev/null +++ b/texts/f4c99e10-6d2b-44d4-8093-1136e882b376.txt @@ -0,0 +1 @@ +Christmastree,Firework,snow,apple \ No newline at end of file diff --git a/texts/f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4.txt b/texts/f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..da2449500a12c76c4c5c1bbabaa9c7dcbd0afc05 --- /dev/null +++ b/texts/f4ce4c69-f97f-4fbc-93f0-7c1d31d352f4.txt @@ -0,0 +1 @@ +A women,elephant,straight bang,looking at viewers,snow,rotary ring,ballon,firework,aurora \ No newline at end of file diff --git a/texts/f4e3a1c0-9325-421d-830e-aecdd7745821.txt b/texts/f4e3a1c0-9325-421d-830e-aecdd7745821.txt new file mode 100644 index 0000000000000000000000000000000000000000..4761668a8dfb224fdb4de99396182f0220a180ea --- /dev/null +++ b/texts/f4e3a1c0-9325-421d-830e-aecdd7745821.txt @@ -0,0 +1 @@ +A charming koala in a snowy landscape, capturing the magic of the northern lights with its camera. \ No newline at end of file diff --git a/texts/f4e967b7-4cff-4cb7-88a5-326dbad5ba94.txt b/texts/f4e967b7-4cff-4cb7-88a5-326dbad5ba94.txt new file mode 100644 index 0000000000000000000000000000000000000000..65647155fe04e497258f4a66db24ac55f37f5ef4 --- /dev/null +++ b/texts/f4e967b7-4cff-4cb7-88a5-326dbad5ba94.txt @@ -0,0 +1 @@ +Fireworks, hello kitty, pretty purple sky, beach by the sea, evening, beach with manyau written on it \ No newline at end of file diff --git a/texts/f4f6b872-67d0-48f2-8508-0b72b6748c7c.txt b/texts/f4f6b872-67d0-48f2-8508-0b72b6748c7c.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fb098144f3f2465830e0744af09601b1d474eea --- /dev/null +++ b/texts/f4f6b872-67d0-48f2-8508-0b72b6748c7c.txt @@ -0,0 +1 @@ +A cow stands on a parking space at night \ No newline at end of file diff --git a/texts/f4f777e3-a61f-4397-b008-91d6dd93f725.txt b/texts/f4f777e3-a61f-4397-b008-91d6dd93f725.txt new file mode 100644 index 0000000000000000000000000000000000000000..013f937d361ceb231357e57ac69178380d0c9b2f --- /dev/null +++ b/texts/f4f777e3-a61f-4397-b008-91d6dd93f725.txt @@ -0,0 +1 @@ +Hello Kitty and Snoopy face off in a playful fight. Hello Kitty wields a tiny toy mallet, while Snoopy, wearing aviator goggles, holds a foam sword. The background is a colorful playground, and the mood is fun and comedic, with exaggerated expressions and action lines. \ No newline at end of file diff --git a/texts/f5002c46-a785-4349-839c-897d3e2d4845.txt b/texts/f5002c46-a785-4349-839c-897d3e2d4845.txt new file mode 100644 index 0000000000000000000000000000000000000000..19a1bcb2df959148ca54e615515aa48ac4a80f77 --- /dev/null +++ b/texts/f5002c46-a785-4349-839c-897d3e2d4845.txt @@ -0,0 +1 @@ +A husky and a ragdoll cat are drinking beer in the snow \ No newline at end of file diff --git a/texts/f521d917-13a5-4f2a-8f07-3122eb740ecf.txt b/texts/f521d917-13a5-4f2a-8f07-3122eb740ecf.txt new file mode 100644 index 0000000000000000000000000000000000000000..22e389eb6df8d87a6ad37fcfcecc6a3e02c5cd7c --- /dev/null +++ b/texts/f521d917-13a5-4f2a-8f07-3122eb740ecf.txt @@ -0,0 +1 @@ +a beautiful pink creamy birthday cake with colorful alphabet candles showing MOE,the whole environment is vintage and luxurious,violet red curtain and irises included \ No newline at end of file diff --git a/texts/f52a89e4-86b8-49d5-ab45-396a3da12f62.txt b/texts/f52a89e4-86b8-49d5-ab45-396a3da12f62.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d543eca22ca01e48615eb39729018335fc129ae --- /dev/null +++ b/texts/f52a89e4-86b8-49d5-ab45-396a3da12f62.txt @@ -0,0 +1 @@ +In the snow, there is a cute HelloKitty wearing a comfortable sweater jacket and hat, and a yellow scarf taking photos. Beside them are dazzling fireworks, and the sky presents a deep blue color, filling the atmosphere of a snowy day \ No newline at end of file diff --git a/texts/f52edea0-bc3d-45cc-b030-594efd8c8bf9.txt b/texts/f52edea0-bc3d-45cc-b030-594efd8c8bf9.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e22edf9dd718a04f6ea955c71d8ebe78de30aee --- /dev/null +++ b/texts/f52edea0-bc3d-45cc-b030-594efd8c8bf9.txt @@ -0,0 +1 @@ +Snakes with flowers ,iris ,candies, diamonds \ No newline at end of file diff --git a/texts/f530a967-0a71-4862-970d-5753922ee58a.txt b/texts/f530a967-0a71-4862-970d-5753922ee58a.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a40332b94faf649424b10ad40fe0e2d5a88bde0 --- /dev/null +++ b/texts/f530a967-0a71-4862-970d-5753922ee58a.txt @@ -0,0 +1 @@ +Hello Kitty Riding a shared bike on road \ No newline at end of file diff --git a/texts/f538bb20-a3d3-4f85-81e9-7413828e3772.txt b/texts/f538bb20-a3d3-4f85-81e9-7413828e3772.txt new file mode 100644 index 0000000000000000000000000000000000000000..d18a759306c5614f8ac45efedda10420b52273c6 --- /dev/null +++ b/texts/f538bb20-a3d3-4f85-81e9-7413828e3772.txt @@ -0,0 +1 @@ +A black cat on the beach with coconut trees and shells at close range on the beach. \ No newline at end of file diff --git a/texts/f539c039-f8bc-44c0-a216-4f36c7a69d4b.txt b/texts/f539c039-f8bc-44c0-a216-4f36c7a69d4b.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba6943e157a50b2750f03f979a30e9e5986954ae --- /dev/null +++ b/texts/f539c039-f8bc-44c0-a216-4f36c7a69d4b.txt @@ -0,0 +1 @@ +White long hair Chiwawa with black ears is driving a car under aurora \ No newline at end of file diff --git a/texts/f53c998b-c154-4c75-83d8-0d859e687c34.txt b/texts/f53c998b-c154-4c75-83d8-0d859e687c34.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f25211e307cb72abc820ba8e52a2bb30981e78f --- /dev/null +++ b/texts/f53c998b-c154-4c75-83d8-0d859e687c34.txt @@ -0,0 +1 @@ +A baby panda is playing happily on the clouds \ No newline at end of file diff --git a/texts/f53dc457-1bcd-4225-a329-ae9874509641.txt b/texts/f53dc457-1bcd-4225-a329-ae9874509641.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0267db2696c26f23f9793270169b68cdb2276b7 --- /dev/null +++ b/texts/f53dc457-1bcd-4225-a329-ae9874509641.txt @@ -0,0 +1 @@ +There's a black kitten and a butterfly surrounded by the word film. \ No newline at end of file diff --git a/texts/f5458aa6-40b7-48f0-a6f1-d848b4c63933.txt b/texts/f5458aa6-40b7-48f0-a6f1-d848b4c63933.txt new file mode 100644 index 0000000000000000000000000000000000000000..d34ca6d75d4517625db297ba184829bc0cffe73a --- /dev/null +++ b/texts/f5458aa6-40b7-48f0-a6f1-d848b4c63933.txt @@ -0,0 +1 @@ +A raven flying in the sky, its taste like dusk. \ No newline at end of file diff --git a/texts/f54c4f9e-4b37-41c1-8503-36c772f8a283.txt b/texts/f54c4f9e-4b37-41c1-8503-36c772f8a283.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f3c798fa0c1dcb5d39c8412defe9dc7ce0ec6b3 --- /dev/null +++ b/texts/f54c4f9e-4b37-41c1-8503-36c772f8a283.txt @@ -0,0 +1 @@ +Pure white Schnauzer home fashion blockbuster \ No newline at end of file diff --git a/texts/f54e160c-f954-451d-94e3-3da04e558907.txt b/texts/f54e160c-f954-451d-94e3-3da04e558907.txt new file mode 100644 index 0000000000000000000000000000000000000000..17bbcd9f5d8b2ce30a76606ebd4af65dc06ae40e --- /dev/null +++ b/texts/f54e160c-f954-451d-94e3-3da04e558907.txt @@ -0,0 +1 @@ + a piano that is burning with fire \ No newline at end of file diff --git a/texts/f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0.txt b/texts/f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0.txt new file mode 100644 index 0000000000000000000000000000000000000000..15616cbb5f03c746ccc99604370ffb0ad2d7a1ec --- /dev/null +++ b/texts/f54fa5a4-1b55-4d46-95bf-0d08a7d39ed0.txt @@ -0,0 +1 @@ +Grey and white long-haired rabbit looks out of the window in the Christmas room \ No newline at end of file diff --git a/texts/f5536c1b-cd4b-461e-8937-e0f813c27d03.txt b/texts/f5536c1b-cd4b-461e-8937-e0f813c27d03.txt new file mode 100644 index 0000000000000000000000000000000000000000..32f457f366ee25d2c308a89380fc2182d9e9b294 --- /dev/null +++ b/texts/f5536c1b-cd4b-461e-8937-e0f813c27d03.txt @@ -0,0 +1 @@ +The stars shine under the quiet blue night, and the back of a white kitten squats in the large sea of irises. \ No newline at end of file diff --git a/texts/f558791f-d1e2-4687-b797-a53ded518f14.txt b/texts/f558791f-d1e2-4687-b797-a53ded518f14.txt new file mode 100644 index 0000000000000000000000000000000000000000..416bbf9c8d882dd484dc05ced585716cdfb4dcd7 --- /dev/null +++ b/texts/f558791f-d1e2-4687-b797-a53ded518f14.txt @@ -0,0 +1 @@ +An adorable Birman cat hates going to work and sits at his workstation with a glass of red wine, while the back is a mess with papers strewn everywhere \ No newline at end of file diff --git a/texts/f55a5fc2-6814-4a99-a97e-340118f84506.txt b/texts/f55a5fc2-6814-4a99-a97e-340118f84506.txt new file mode 100644 index 0000000000000000000000000000000000000000..f389ef26f31becd15856318df9f5163adde69a55 --- /dev/null +++ b/texts/f55a5fc2-6814-4a99-a97e-340118f84506.txt @@ -0,0 +1 @@ +A little golden retrier, its mouth with a piece of red card paper with Alby written on it. The puppy wore a birthday hat on its head and squatted on the snow. There were fireworks in the sky in the distance. the puppy was surrounded by bubbles. \ No newline at end of file diff --git a/texts/f565f3c2-e394-4c4b-b11c-4a353339a178.txt b/texts/f565f3c2-e394-4c4b-b11c-4a353339a178.txt new file mode 100644 index 0000000000000000000000000000000000000000..a530d6ba8984803ba880b9c63536e8a2ddf9f4b8 --- /dev/null +++ b/texts/f565f3c2-e394-4c4b-b11c-4a353339a178.txt @@ -0,0 +1 @@ +The lamb is exploring in the snow \ No newline at end of file diff --git a/texts/f56704c5-e17b-4b14-8702-fcefb5e2c3b2.txt b/texts/f56704c5-e17b-4b14-8702-fcefb5e2c3b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..130047f95f5b9a5bbdae22c15ef3f856e0aeb2e5 --- /dev/null +++ b/texts/f56704c5-e17b-4b14-8702-fcefb5e2c3b2.txt @@ -0,0 +1 @@ +There is a small tree in the middle of the picture, with a glacier above and the sea below. \ No newline at end of file diff --git a/texts/f568fee0-74f7-40ac-9c3b-64c1b7ea3965.txt b/texts/f568fee0-74f7-40ac-9c3b-64c1b7ea3965.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7e5e66b832de3cf9bcd33d8d3f548d153fb68f0 --- /dev/null +++ b/texts/f568fee0-74f7-40ac-9c3b-64c1b7ea3965.txt @@ -0,0 +1 @@ +The composition is wide angle, the color is soft focus, the picture is like being in a dream with no one, and the venue is a playground or a swimming pool or a station,indoor \ No newline at end of file diff --git a/texts/f56ccc15-646d-46b8-b3eb-5beaed439c70.txt b/texts/f56ccc15-646d-46b8-b3eb-5beaed439c70.txt new file mode 100644 index 0000000000000000000000000000000000000000..0695679637e2bc7a73f4182c4aa1b599c6ba6047 --- /dev/null +++ b/texts/f56ccc15-646d-46b8-b3eb-5beaed439c70.txt @@ -0,0 +1 @@ +A gold fish eat ice cream in glasses water room \ No newline at end of file diff --git a/texts/f56d3521-4512-4c26-8a3c-e9733f806ef8.txt b/texts/f56d3521-4512-4c26-8a3c-e9733f806ef8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2ea92085786e1660461bf6b04a454d07e199388 --- /dev/null +++ b/texts/f56d3521-4512-4c26-8a3c-e9733f806ef8.txt @@ -0,0 +1 @@ +Kitten, Glass Vase, Flowers, Old Camera \ No newline at end of file diff --git a/texts/f5711671-3da2-4354-b304-619c5a1d5f5c.txt b/texts/f5711671-3da2-4354-b304-619c5a1d5f5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..6872c8630008913401d67758106406a48db3c76e --- /dev/null +++ b/texts/f5711671-3da2-4354-b304-619c5a1d5f5c.txt @@ -0,0 +1 @@ +Young man from Tibet, grassland, snow capped mountains, white horse, sunset \ No newline at end of file diff --git a/texts/f57f5ea5-01ea-40d0-8b55-b133834ced85.txt b/texts/f57f5ea5-01ea-40d0-8b55-b133834ced85.txt new file mode 100644 index 0000000000000000000000000000000000000000..c54aa4c1a3576512530469969220dddd845be2ba --- /dev/null +++ b/texts/f57f5ea5-01ea-40d0-8b55-b133834ced85.txt @@ -0,0 +1 @@ +Little seal eats cake and wears birthday hat on birthday \ No newline at end of file diff --git a/texts/f5860759-5ff9-4184-95fd-9d6e94060624.txt b/texts/f5860759-5ff9-4184-95fd-9d6e94060624.txt new file mode 100644 index 0000000000000000000000000000000000000000..f196317255b55040670ed09b6442997d77aa5c51 --- /dev/null +++ b/texts/f5860759-5ff9-4184-95fd-9d6e94060624.txt @@ -0,0 +1 @@ +A light yellow Shiba Inu wearing pink clothes, holding hot coffee, working on a laptop under the rainbow \ No newline at end of file diff --git a/texts/f586b107-3d12-4c1a-badd-c288f14c37c1.txt b/texts/f586b107-3d12-4c1a-badd-c288f14c37c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8a5c78622fcfac705c4d789e96317955edf9e19 --- /dev/null +++ b/texts/f586b107-3d12-4c1a-badd-c288f14c37c1.txt @@ -0,0 +1 @@ +A balck frenchbull dog with a white flash pattern on forehead through nose wearing glasses wrapped in a green blanket works with a laptop \ No newline at end of file diff --git a/texts/f58bb188-185a-4b9a-b192-cbf69e824cb5.txt b/texts/f58bb188-185a-4b9a-b192-cbf69e824cb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c0308403efcd797d7da429548ebf2d3370b3a81 --- /dev/null +++ b/texts/f58bb188-185a-4b9a-b192-cbf69e824cb5.txt @@ -0,0 +1 @@ +Avant-garde fashion photography, person in oversized white puffer suit, massive wind turbine, deep teal sky, minimalist industrial backdrop, urban techwear aesthetic, desert setting, wheat-colored grass, dramatic low angle shot, modern editorial style, architectural composition \ No newline at end of file diff --git a/texts/f5966cc1-bf61-469e-b025-69a93653b9e7.txt b/texts/f5966cc1-bf61-469e-b025-69a93653b9e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..bef929b1904f8721b6234d6c919dafa715971267 --- /dev/null +++ b/texts/f5966cc1-bf61-469e-b025-69a93653b9e7.txt @@ -0,0 +1 @@ +a Pingu stand in front of a big Christmas tree \ No newline at end of file diff --git a/texts/f5a6b967-4048-4364-ac28-5a0a6bb6993c.txt b/texts/f5a6b967-4048-4364-ac28-5a0a6bb6993c.txt new file mode 100644 index 0000000000000000000000000000000000000000..d106bb11961d3065446aeab6d7fb09cf4d6f5d27 --- /dev/null +++ b/texts/f5a6b967-4048-4364-ac28-5a0a6bb6993c.txt @@ -0,0 +1 @@ +A Christmas tree made of books and wine glasses on the top. \ No newline at end of file diff --git a/texts/f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed.txt b/texts/f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..26886f26693621b4fae3370211a6a79b2c5de0fe --- /dev/null +++ b/texts/f5aa33f5-7ff9-46f3-bebf-1008dcccc7ed.txt @@ -0,0 +1 @@ +Two three-colored Maneki-neko kittens walks by a volcano. \ No newline at end of file diff --git a/texts/f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5.txt b/texts/f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..df6ca5a79760ab27da8e7bc024034bbf7a5020fa --- /dev/null +++ b/texts/f5ad1c5d-9a21-45cf-b6a7-2bc0416950b5.txt @@ -0,0 +1 @@ +The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow. \ No newline at end of file diff --git a/texts/f5b097b7-1b2c-4615-a11d-572e6be63ff6.txt b/texts/f5b097b7-1b2c-4615-a11d-572e6be63ff6.txt new file mode 100644 index 0000000000000000000000000000000000000000..617f1b2411ac92f0357a3ea300297a403644a401 --- /dev/null +++ b/texts/f5b097b7-1b2c-4615-a11d-572e6be63ff6.txt @@ -0,0 +1 @@ +The cat in the snow is playing with snowballs \ No newline at end of file diff --git a/texts/f5bc02f3-131f-45f6-b65e-8bf8477ffda3.txt b/texts/f5bc02f3-131f-45f6-b65e-8bf8477ffda3.txt new file mode 100644 index 0000000000000000000000000000000000000000..22c6d058c068e41689ca865cc12c7de1df767e85 --- /dev/null +++ b/texts/f5bc02f3-131f-45f6-b65e-8bf8477ffda3.txt @@ -0,0 +1 @@ +The cat is walking in the snow \ No newline at end of file diff --git a/texts/f5c84358-5a4b-4219-a6e0-28ea2de5e5cc.txt b/texts/f5c84358-5a4b-4219-a6e0-28ea2de5e5cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a18a1ad333c5fd23589424590c9e6c377bd9493 --- /dev/null +++ b/texts/f5c84358-5a4b-4219-a6e0-28ea2de5e5cc.txt @@ -0,0 +1 @@ +A sheep stands in the center of the shot with a white cat on its back and many weapons on its body, and the cat is wearing sunglasses \ No newline at end of file diff --git a/texts/f5cc55ce-5858-4981-8252-79a72471b832.txt b/texts/f5cc55ce-5858-4981-8252-79a72471b832.txt new file mode 100644 index 0000000000000000000000000000000000000000..30fe258ec56531f8cb07d2105ceb99bbcb5549dd --- /dev/null +++ b/texts/f5cc55ce-5858-4981-8252-79a72471b832.txt @@ -0,0 +1 @@ +A adorable puppy is beside a snowman. \ No newline at end of file diff --git a/texts/f5ce5733-32e5-42ad-82e5-ae3883f584a7.txt b/texts/f5ce5733-32e5-42ad-82e5-ae3883f584a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..42f6802480a0cb1c330a2253087018f60a7b0ae4 --- /dev/null +++ b/texts/f5ce5733-32e5-42ad-82e5-ae3883f584a7.txt @@ -0,0 +1 @@ +A black kitten with white wings was drawing "Xiaoding" on the snowy ground in a snowy day. Many bubbles were surrounding the kitten. \ No newline at end of file diff --git a/texts/f5d70be8-c4c0-4329-ad12-08ad5ccb3754.txt b/texts/f5d70be8-c4c0-4329-ad12-08ad5ccb3754.txt new file mode 100644 index 0000000000000000000000000000000000000000..a198df37666713df8f91a79899b4e7581647b87a --- /dev/null +++ b/texts/f5d70be8-c4c0-4329-ad12-08ad5ccb3754.txt @@ -0,0 +1 @@ +The young man looked at the beautiful lady on the screen and cried \ No newline at end of file diff --git a/texts/f5f0a210-4bf3-432b-b7ea-51db260d09ce.txt b/texts/f5f0a210-4bf3-432b-b7ea-51db260d09ce.txt new file mode 100644 index 0000000000000000000000000000000000000000..3882932149255cd8110c318b47c46f7af89941da --- /dev/null +++ b/texts/f5f0a210-4bf3-432b-b7ea-51db260d09ce.txt @@ -0,0 +1 @@ +One Piece Luffy and Kitty Smoking on the Sea \ No newline at end of file diff --git a/texts/f5f7876e-3519-4159-8c44-76388caf7d29.txt b/texts/f5f7876e-3519-4159-8c44-76388caf7d29.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f00351590be0183f98fb19e72da0c6fb3d435fe --- /dev/null +++ b/texts/f5f7876e-3519-4159-8c44-76388caf7d29.txt @@ -0,0 +1 @@ +Three fat cats in the snow, a short-legged cream cat, a short-legged silver taper, and a long-legged, long-haired, silver-pointed highland cat \ No newline at end of file diff --git a/texts/f5ff4093-ed6c-464b-9de0-ab23d2e0be85.txt b/texts/f5ff4093-ed6c-464b-9de0-ab23d2e0be85.txt new file mode 100644 index 0000000000000000000000000000000000000000..f705cc6918852514a2f580cd08e81f7c2f9224ee --- /dev/null +++ b/texts/f5ff4093-ed6c-464b-9de0-ab23d2e0be85.txt @@ -0,0 +1 @@ +Fish eye lens, close up faces of two athletic guys in swimsuits hyper dancing in a traditional japanese room, dynamic portraits style \ No newline at end of file diff --git a/texts/f6033c30-432f-49ad-876b-027a3322de40.txt b/texts/f6033c30-432f-49ad-876b-027a3322de40.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a2ca28d191c4c948f154e5edb452b14c3e59ea1 --- /dev/null +++ b/texts/f6033c30-432f-49ad-876b-027a3322de40.txt @@ -0,0 +1 @@ +at the snowy winter seaside during the dusk, four beautiful hello kitty are holding a christmas party beside a christmas tree. fireworks are blooming above the sea. Snowflakes are drifting in the air. \ No newline at end of file diff --git a/texts/f60413f2-fa7b-4b8e-8c6c-cd6ac340f192.txt b/texts/f60413f2-fa7b-4b8e-8c6c-cd6ac340f192.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa1b0d0db4716f2068a98f606c76b165ce749e4f --- /dev/null +++ b/texts/f60413f2-fa7b-4b8e-8c6c-cd6ac340f192.txt @@ -0,0 +1 @@ +tinsel with colourful light reflection on top. christmas tree monster with hands and legs. stars. hugging \ No newline at end of file diff --git a/texts/f6080b19-2be1-48ad-a7e1-b5a129116a3d.txt b/texts/f6080b19-2be1-48ad-a7e1-b5a129116a3d.txt new file mode 100644 index 0000000000000000000000000000000000000000..10483c08760284265fba02fba32238465e1040c9 --- /dev/null +++ b/texts/f6080b19-2be1-48ad-a7e1-b5a129116a3d.txt @@ -0,0 +1 @@ +Winnie the Pooh, sitting under the slide and listening to songs with Bluetooth headphones, is surrounded by swings and trees. The season is autumn, and Winnie the Pooh is wearing a red scarf. There are three kittens on the swing, one black, one yellow and one white. \ No newline at end of file diff --git a/texts/f60b8746-1898-4c84-aa06-ae6482372b5a.txt b/texts/f60b8746-1898-4c84-aa06-ae6482372b5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8467369c817456a7d9316e5beeea96955aaaf86 --- /dev/null +++ b/texts/f60b8746-1898-4c84-aa06-ae6482372b5a.txt @@ -0,0 +1 @@ +A raven wearing a monocle with a lot of books and flying feathers \ No newline at end of file diff --git a/texts/f6127e54-5522-4dcf-8a52-0d3718562be1.txt b/texts/f6127e54-5522-4dcf-8a52-0d3718562be1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7dfa1238033937c3aff99d30be8f018c47213b3 --- /dev/null +++ b/texts/f6127e54-5522-4dcf-8a52-0d3718562be1.txt @@ -0,0 +1 @@ +A Samoyed smiling in the snow \ No newline at end of file diff --git a/texts/f61bfa4b-588f-4e28-8fb2-fad53c430966.txt b/texts/f61bfa4b-588f-4e28-8fb2-fad53c430966.txt new file mode 100644 index 0000000000000000000000000000000000000000..8438dfac0dfd3657dbb74a4acb574a47350e4b49 --- /dev/null +++ b/texts/f61bfa4b-588f-4e28-8fb2-fad53c430966.txt @@ -0,0 +1 @@ +The little kitten is wearing a birthday hat and making a wish in front of a pink birthday cake filled with candles, with 100 written on the cake. Dark background. \ No newline at end of file diff --git a/texts/f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6.txt b/texts/f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..df9ef02ca987cfd06cfb8b593ed569943f2a4e42 --- /dev/null +++ b/texts/f626c9c9-8f3d-40ca-8ad5-099bfe2ef1e6.txt @@ -0,0 +1 @@ +A white birch forest in the snow, with warm sunshine, and a chair in the forest, with an overall warm white tone \ No newline at end of file diff --git a/texts/f62872f4-630f-4daa-a39f-82f84f48d914.txt b/texts/f62872f4-630f-4daa-a39f-82f84f48d914.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c951ec51585ea24dc433d3206580902577158e4 --- /dev/null +++ b/texts/f62872f4-630f-4daa-a39f-82f84f48d914.txt @@ -0,0 +1 @@ +In the snow there was a black kitten with a halo on its head \ No newline at end of file diff --git a/texts/f635f268-026f-40c6-9b9b-abbbe59c36e2.txt b/texts/f635f268-026f-40c6-9b9b-abbbe59c36e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e999a82d1fce9b3586a478888e6669c8b225542 --- /dev/null +++ b/texts/f635f268-026f-40c6-9b9b-abbbe59c36e2.txt @@ -0,0 +1 @@ +Two cats fighting with magic, Harry Potter \ No newline at end of file diff --git a/texts/f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d.txt b/texts/f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..a321debd5476eb6988778323f40abf2229eb5ac7 --- /dev/null +++ b/texts/f6543c62-1cd7-40f7-80f3-63f7ca9ffc8d.txt @@ -0,0 +1 @@ +There are fireworks in the air, a lovely hellokitty doll is sitting, it is snowing, there are cat paw prints, and the letter "YML" is written on the snow. \ No newline at end of file diff --git a/texts/f65b9087-c16a-4d6c-ad34-e40cba9185cc.txt b/texts/f65b9087-c16a-4d6c-ad34-e40cba9185cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fce79dad9270c1ea5e2997b52186fc3975a60e7 --- /dev/null +++ b/texts/f65b9087-c16a-4d6c-ad34-e40cba9185cc.txt @@ -0,0 +1 @@ +Two cute puppies, one black and one white, quietly walked close together from the endless lush grassland, with the aurora on their headsThere is a butterfly \ No newline at end of file diff --git a/texts/f65db5e6-a5c1-4d9f-94b3-1e67d59fc322.txt b/texts/f65db5e6-a5c1-4d9f-94b3-1e67d59fc322.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bc762e8de1e06bc58813ea95f73dbde5caeca9b --- /dev/null +++ b/texts/f65db5e6-a5c1-4d9f-94b3-1e67d59fc322.txt @@ -0,0 +1 @@ +A sheep wearing sunglasses stands in the center of the shot with a white cat on its back holding a gun, which is eerie and harmonious \ No newline at end of file diff --git a/texts/f65ffef9-b1a4-45d3-ae4a-e3f883cbe240.txt b/texts/f65ffef9-b1a4-45d3-ae4a-e3f883cbe240.txt new file mode 100644 index 0000000000000000000000000000000000000000..33191c3295024f55c07422423da7dd81256c89e0 --- /dev/null +++ b/texts/f65ffef9-b1a4-45d3-ae4a-e3f883cbe240.txt @@ -0,0 +1 @@ +A vast grassland with a blue sky and a small number of white clouds. A man in black stands in the middle of the grassland, and the rolling hills can be seen in the distance. This may be a natural landscape taken in grassland areas such as Inner Mongolia. The grassland gives people a sense of vastness and tranquility, which is suitable for relaxing and enjoying the beauty of nature. The proportion of characters is normal. \ No newline at end of file diff --git a/texts/f6615f0e-5c22-4d3e-9de4-bd4af782192c.txt b/texts/f6615f0e-5c22-4d3e-9de4-bd4af782192c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0e11246e322bff495fd0043ac7834ba4b2d087 --- /dev/null +++ b/texts/f6615f0e-5c22-4d3e-9de4-bd4af782192c.txt @@ -0,0 +1 @@ +An apple \ No newline at end of file diff --git a/texts/f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e.txt b/texts/f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d68c475c13b63dde8da939dc4830155f0e1327aa --- /dev/null +++ b/texts/f665b1b7-8bf1-4a8c-a5b7-ee343fe7018e.txt @@ -0,0 +1 @@ +hello kitty was proposed to at the foot of a snowy mountain with WCC written next to it \ No newline at end of file diff --git a/texts/f66b5ef8-e70d-49bd-ae0f-021e5915a8d1.txt b/texts/f66b5ef8-e70d-49bd-ae0f-021e5915a8d1.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbbabd60caab49998ad00d3bbcf4978044db03fd --- /dev/null +++ b/texts/f66b5ef8-e70d-49bd-ae0f-021e5915a8d1.txt @@ -0,0 +1 @@ +a sanrio character reading books, black glass \ No newline at end of file diff --git a/texts/f66c9c1d-e13d-4508-9f12-9b02ebd57240.txt b/texts/f66c9c1d-e13d-4508-9f12-9b02ebd57240.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d19b34767226a23073513afdb50f52be9122084 --- /dev/null +++ b/texts/f66c9c1d-e13d-4508-9f12-9b02ebd57240.txt @@ -0,0 +1 @@ +"Generate an image of a designer sketching urban, street-inspired patch designs for a modular laptop sleeve. Show tools like pencils and fabric swatches in a creative workspace. The environment should feel raw and artistic, with some patches being sewn or attached to the sleeve. Emphasize creativity and craftsmanship." \ No newline at end of file diff --git a/texts/f678f29c-cb53-4532-84b8-2075be3585ae.txt b/texts/f678f29c-cb53-4532-84b8-2075be3585ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ccb564a1e854a143fe7e93ba3790a8c57a12b41 --- /dev/null +++ b/texts/f678f29c-cb53-4532-84b8-2075be3585ae.txt @@ -0,0 +1 @@ +snoopy where a glasses as a lawyer in front of a computer \ No newline at end of file diff --git a/texts/f67e400a-1fc2-4211-8757-099cf74918ba.txt b/texts/f67e400a-1fc2-4211-8757-099cf74918ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb788739cc84a49111a3fa57055e0e7b04ffa1a1 --- /dev/null +++ b/texts/f67e400a-1fc2-4211-8757-099cf74918ba.txt @@ -0,0 +1 @@ +Candles, diamond chains, and shattered mirrors. \ No newline at end of file diff --git a/texts/f69b9838-8b04-4633-9e17-9fc067ece88c.txt b/texts/f69b9838-8b04-4633-9e17-9fc067ece88c.txt new file mode 100644 index 0000000000000000000000000000000000000000..61378382032a595bd505eece56cffdce0483a10c --- /dev/null +++ b/texts/f69b9838-8b04-4633-9e17-9fc067ece88c.txt @@ -0,0 +1 @@ +Amg, gt50, Seaside, Shanghai Racecourse f1 \ No newline at end of file diff --git a/texts/f6a1c68a-bf54-4723-9c15-6a75f664bc08.txt b/texts/f6a1c68a-bf54-4723-9c15-6a75f664bc08.txt new file mode 100644 index 0000000000000000000000000000000000000000..b617c4ee868824d6d2ea82866d436b82be774bd6 --- /dev/null +++ b/texts/f6a1c68a-bf54-4723-9c15-6a75f664bc08.txt @@ -0,0 +1 @@ +A yellow cat with a crown and a expensive car behind it, there is a red carpet in the front of it and a lot of people with camera shooting it, surrounded it, there were sparkling shining filter on it \ No newline at end of file diff --git a/texts/f6a44fc0-693c-4069-accb-e25ceb904d29.txt b/texts/f6a44fc0-693c-4069-accb-e25ceb904d29.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7fd0aa081b2f94a276f9e913bb0b40bebc1c38f --- /dev/null +++ b/texts/f6a44fc0-693c-4069-accb-e25ceb904d29.txt @@ -0,0 +1 @@ +Pikachu is drawing CAD in his computer and drinking beer \ No newline at end of file diff --git a/texts/f6b16804-9b5b-4bb0-93e5-8fd610d69419.txt b/texts/f6b16804-9b5b-4bb0-93e5-8fd610d69419.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd628192a2a4410384fc9ca811604bd55f092777 --- /dev/null +++ b/texts/f6b16804-9b5b-4bb0-93e5-8fd610d69419.txt @@ -0,0 +1 @@ +a Chinese people armed police officer standing at tiananmen square and evacuating the crowds from a terrible air strike, city that far away is on fire \ No newline at end of file diff --git a/texts/f6b46dcb-3553-4c6c-87bb-db303194375e.txt b/texts/f6b46dcb-3553-4c6c-87bb-db303194375e.txt new file mode 100644 index 0000000000000000000000000000000000000000..1651b681a15bf518e83843881701a6b39c0e593b --- /dev/null +++ b/texts/f6b46dcb-3553-4c6c-87bb-db303194375e.txt @@ -0,0 +1 @@ +A huge syringe came toward me, but I was lying in bed, unable to move. \ No newline at end of file diff --git a/texts/f6bae45f-f65c-4634-b157-9b3d066183a4.txt b/texts/f6bae45f-f65c-4634-b157-9b3d066183a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2a24c74b407aae3eb23f3b0a788e7a0d3eff8a7 --- /dev/null +++ b/texts/f6bae45f-f65c-4634-b157-9b3d066183a4.txt @@ -0,0 +1 @@ +In the snow in the close-up, two HelloKitty dolls are located on the left side of the middle, snuggled together in wedding dresses. The doll on the left is wearing a black suit and a white shirt, and Hellokitty on the right is wearing the bride's white wedding dress. In the distance are fireworks in full bloom, in the middle scene is the sea, there is vast snow, and there are traces of "YJL&WS" in the snow. The whole presents a warm atmosphere. There is a warm yellow light shining down. \ No newline at end of file diff --git a/texts/f6be340b-f6df-4c90-899d-f6841b5a5d83.txt b/texts/f6be340b-f6df-4c90-899d-f6841b5a5d83.txt new file mode 100644 index 0000000000000000000000000000000000000000..db92bd5e30e11630e7323831e4e191ec7a296668 --- /dev/null +++ b/texts/f6be340b-f6df-4c90-899d-f6841b5a5d83.txt @@ -0,0 +1 @@ +A black and white-pattern cat playing in the snow \ No newline at end of file diff --git a/texts/f6bf1217-2783-476b-934d-920bc1871e70.txt b/texts/f6bf1217-2783-476b-934d-920bc1871e70.txt new file mode 100644 index 0000000000000000000000000000000000000000..8491f576ebd68dfd7c5f5021f5f5905c525f6b9a --- /dev/null +++ b/texts/f6bf1217-2783-476b-934d-920bc1871e70.txt @@ -0,0 +1 @@ +Christmas and cat chooes dress \ No newline at end of file diff --git a/texts/f6bf2168-ee62-4e9b-b6b7-d3bc620f8919.txt b/texts/f6bf2168-ee62-4e9b-b6b7-d3bc620f8919.txt new file mode 100644 index 0000000000000000000000000000000000000000..97b4268ae5fa5f0bf1f25e7701b1907b1e295999 --- /dev/null +++ b/texts/f6bf2168-ee62-4e9b-b6b7-d3bc620f8919.txt @@ -0,0 +1 @@ +Blue and white tone, with snowy mountains, snowing, flowing water, and twinkling stars. No people in the picture. \ No newline at end of file diff --git a/texts/f6c62391-02da-4771-899f-97fd73474927.txt b/texts/f6c62391-02da-4771-899f-97fd73474927.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd661248c872a06b35e0b04311a5d372bedc6573 --- /dev/null +++ b/texts/f6c62391-02da-4771-899f-97fd73474927.txt @@ -0,0 +1 @@ +Front close-up, the cat man has a big cat head, sitting on the big sofa sewing, and the background wall behind is painted with "Martin" \ No newline at end of file diff --git a/texts/f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef.txt b/texts/f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d90cfeee5fd1623b860806d808dc4d451f19018 --- /dev/null +++ b/texts/f6cf2e0e-0ca2-4082-83dd-1db5e2a13fef.txt @@ -0,0 +1 @@ +A white British Shorthair with glasses is standing on a red apple. There is a cup of coffee beside it, and the sunset is outside the landing window \ No newline at end of file diff --git a/texts/f6d6efd1-5072-43a0-b687-72b8a024c024.txt b/texts/f6d6efd1-5072-43a0-b687-72b8a024c024.txt new file mode 100644 index 0000000000000000000000000000000000000000..03a224da62f72d2def42db6963e310b76fbe027b --- /dev/null +++ b/texts/f6d6efd1-5072-43a0-b687-72b8a024c024.txt @@ -0,0 +1 @@ +hello Kitty, gun, sunglasses, snow, Christmas tree \ No newline at end of file diff --git a/texts/f6d76f16-d057-4628-9b15-4b14588a31e8.txt b/texts/f6d76f16-d057-4628-9b15-4b14588a31e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1397600dfd629664323e93e3ca4236fe4b9c5bd --- /dev/null +++ b/texts/f6d76f16-d057-4628-9b15-4b14588a31e8.txt @@ -0,0 +1 @@ +Hello Kitty watching the sunset by the sea. There are fireworks and cakes next to them. The letters Y and X are written on the beach. \ No newline at end of file diff --git a/texts/f6de1dab-a028-4060-991d-917b895bb0ab.txt b/texts/f6de1dab-a028-4060-991d-917b895bb0ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..8958dd152e494db15885dc34f80f9c8254db87f0 --- /dev/null +++ b/texts/f6de1dab-a028-4060-991d-917b895bb0ab.txt @@ -0,0 +1 @@ +hello kitty wath fireworks by the seaside \ No newline at end of file diff --git a/texts/f6e5e159-4c2d-4d16-a89e-4caa5ecf9276.txt b/texts/f6e5e159-4c2d-4d16-a89e-4caa5ecf9276.txt new file mode 100644 index 0000000000000000000000000000000000000000..85af7cb9486493160d1e348696465a4a8ff846ee --- /dev/null +++ b/texts/f6e5e159-4c2d-4d16-a89e-4caa5ecf9276.txt @@ -0,0 +1 @@ +A little black cat stepped on the snow, next to a warm little room and a Christmas tree. \ No newline at end of file diff --git a/texts/f6ec447c-dc36-4c89-8e4a-d8e520c9f671.txt b/texts/f6ec447c-dc36-4c89-8e4a-d8e520c9f671.txt new file mode 100644 index 0000000000000000000000000000000000000000..101749f07b259d803189bdbbaef9fc69963e7e8b --- /dev/null +++ b/texts/f6ec447c-dc36-4c89-8e4a-d8e520c9f671.txt @@ -0,0 +1 @@ +An adorable kitten wearing a plush hat is happy and surrounded by super cute stuffed animals. \ No newline at end of file diff --git a/texts/f6f16952-fc4a-4943-9fe4-3d5c449b87a7.txt b/texts/f6f16952-fc4a-4943-9fe4-3d5c449b87a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b57bbe8365f344130cfc09c843ed55c035e38bc --- /dev/null +++ b/texts/f6f16952-fc4a-4943-9fe4-3d5c449b87a7.txt @@ -0,0 +1 @@ +The scene is a slum, abstract, visually intense, imaginative, and surreal, \ No newline at end of file diff --git a/texts/f7211fbb-940b-4c34-b5c8-9139b72ca409.txt b/texts/f7211fbb-940b-4c34-b5c8-9139b72ca409.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e36dc9423cef7dd28687c6c122c0fa153a6f924 --- /dev/null +++ b/texts/f7211fbb-940b-4c34-b5c8-9139b72ca409.txt @@ -0,0 +1 @@ +A cute Samoyed puppy, chubby and fluffy, with dreamy feathered wings, playing with snowflakes, wearing a Christmas hat, and having fun on the snow with the word "ZSH" written on it \ No newline at end of file diff --git a/texts/f7237834-968a-44a9-ba58-89e45c7e7669.txt b/texts/f7237834-968a-44a9-ba58-89e45c7e7669.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c1600946da8fd2b4dd9683329c36a56e8d1e890 --- /dev/null +++ b/texts/f7237834-968a-44a9-ba58-89e45c7e7669.txt @@ -0,0 +1 @@ +Vibrant Lunar "2025 New Year" Poster for Events \ No newline at end of file diff --git a/texts/f72d680f-53df-4a39-a7a2-c0b6624bb6f7.txt b/texts/f72d680f-53df-4a39-a7a2-c0b6624bb6f7.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ec9d4a9d74571ccc72356894005ee839627f85d --- /dev/null +++ b/texts/f72d680f-53df-4a39-a7a2-c0b6624bb6f7.txt @@ -0,0 +1 @@ +A cat is playing in the snow, surrounded by bubbles and falling snowflakes, with a decorated Christmas tree standing on the ground. \ No newline at end of file diff --git a/texts/f73f217e-aaf4-4930-b694-193671534d9f.txt b/texts/f73f217e-aaf4-4930-b694-193671534d9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e6361a720986e987b58852ecdfe681e096fbb3d --- /dev/null +++ b/texts/f73f217e-aaf4-4930-b694-193671534d9f.txt @@ -0,0 +1 @@ +a dog with straight yellow hair in Zhuhai city \ No newline at end of file diff --git a/texts/f73f83d5-0fb6-4925-848b-f24fd510d82f.txt b/texts/f73f83d5-0fb6-4925-848b-f24fd510d82f.txt new file mode 100644 index 0000000000000000000000000000000000000000..8db6b9ad986737d9c30220fdaac9b008d9ef5334 --- /dev/null +++ b/texts/f73f83d5-0fb6-4925-848b-f24fd510d82f.txt @@ -0,0 +1 @@ +It's snowing at the setting sun,The camping chair was by the fire. \ No newline at end of file diff --git a/texts/f7428b1b-2a00-4264-81aa-13ac73e66eb1.txt b/texts/f7428b1b-2a00-4264-81aa-13ac73e66eb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd3c7562f2380a15085a46b4f7912a58e166ccc7 --- /dev/null +++ b/texts/f7428b1b-2a00-4264-81aa-13ac73e66eb1.txt @@ -0,0 +1 @@ +A black cat swimming outdoors. The scene is tranquil, with a bright overall tone where white dominates the image. In the distance, pink mountains are visible, contributing to a serene and peaceful atmosphere. \ No newline at end of file diff --git a/texts/f742da7a-f8aa-4d21-8a8e-dc19dd2ca866.txt b/texts/f742da7a-f8aa-4d21-8a8e-dc19dd2ca866.txt new file mode 100644 index 0000000000000000000000000000000000000000..cefdcc8c5174f9e14c176aeb7e45727e3a05d3ea --- /dev/null +++ b/texts/f742da7a-f8aa-4d21-8a8e-dc19dd2ca866.txt @@ -0,0 +1 @@ +A raven wearing white headphones on its head, close-up \ No newline at end of file diff --git a/texts/f75f8114-7958-4079-93a9-e6d9bcafcaa2.txt b/texts/f75f8114-7958-4079-93a9-e6d9bcafcaa2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d205a21a2525d1d80ba3ecece6fcbc4c5ac151e6 --- /dev/null +++ b/texts/f75f8114-7958-4079-93a9-e6d9bcafcaa2.txt @@ -0,0 +1 @@ +a puppy shetland sheepdog (color is sable and white) hiking \ No newline at end of file diff --git a/texts/f760ef97-8631-41fa-b1b3-a2b24f4facde.txt b/texts/f760ef97-8631-41fa-b1b3-a2b24f4facde.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac17b69196e6cc7e4a462686c01358f8aff1ac72 --- /dev/null +++ b/texts/f760ef97-8631-41fa-b1b3-a2b24f4facde.txt @@ -0,0 +1 @@ +It is snowing outside. Mickey is sitting on a swing with fireworks in the sky in the distance. \ No newline at end of file diff --git a/texts/f7722555-0c1c-49c2-8338-702c8484d46c.txt b/texts/f7722555-0c1c-49c2-8338-702c8484d46c.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a5ac87ca8e646b6911fdf7c5a03d83fbd2c42f8 --- /dev/null +++ b/texts/f7722555-0c1c-49c2-8338-702c8484d46c.txt @@ -0,0 +1 @@ +A puppy is holding and reading a book and it's wearing a pair of glasses. The puppy is very cute with a small body size. \ No newline at end of file diff --git a/texts/f777ef77-5ebd-4c66-8f11-a0a3118da1af.txt b/texts/f777ef77-5ebd-4c66-8f11-a0a3118da1af.txt new file mode 100644 index 0000000000000000000000000000000000000000..12f8ba3d05931f82dc3b7bcbad646ceaf7be2fa9 --- /dev/null +++ b/texts/f777ef77-5ebd-4c66-8f11-a0a3118da1af.txt @@ -0,0 +1 @@ +A flood of greenery poured in through the windows \ No newline at end of file diff --git a/texts/f781de96-4e71-4510-bdbf-178eea2fee59.txt b/texts/f781de96-4e71-4510-bdbf-178eea2fee59.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99913990601ee321bfbe6111299cb1a48046027 --- /dev/null +++ b/texts/f781de96-4e71-4510-bdbf-178eea2fee59.txt @@ -0,0 +1 @@ +It's snowing in the white forest \ No newline at end of file diff --git a/texts/f7892feb-6fff-478d-afbc-c949112362a2.txt b/texts/f7892feb-6fff-478d-afbc-c949112362a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..13fec0248954d287cf252e42e1f1bb7a91d0a58d --- /dev/null +++ b/texts/f7892feb-6fff-478d-afbc-c949112362a2.txt @@ -0,0 +1 @@ +In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and "HXR" written on the snow. \ No newline at end of file diff --git a/texts/f78fd3c8-3b3e-4441-9509-043df6f595b2.txt b/texts/f78fd3c8-3b3e-4441-9509-043df6f595b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea18f93f8d71cafbc0e97689317477b01f36fa97 --- /dev/null +++ b/texts/f78fd3c8-3b3e-4441-9509-043df6f595b2.txt @@ -0,0 +1 @@ +On a snowy night, a Buddha sits in front of Kinkakuji being burned down \ No newline at end of file diff --git a/texts/f790ad02-95a7-40e8-a2b9-912673facbbe.txt b/texts/f790ad02-95a7-40e8-a2b9-912673facbbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4da415334c1f41cb79be6726c2631b472f88794 --- /dev/null +++ b/texts/f790ad02-95a7-40e8-a2b9-912673facbbe.txt @@ -0,0 +1 @@ +cat driving a tank on street \ No newline at end of file diff --git a/texts/f799ded4-7eae-4bb9-961b-c4aa91ef5e93.txt b/texts/f799ded4-7eae-4bb9-961b-c4aa91ef5e93.txt new file mode 100644 index 0000000000000000000000000000000000000000..f42f83b6d080637da4ba18fa52cc02e4408553a9 --- /dev/null +++ b/texts/f799ded4-7eae-4bb9-961b-c4aa91ef5e93.txt @@ -0,0 +1 @@ +A small champagne poodle with transparent wings stays in the snow \ No newline at end of file diff --git a/texts/f79c583e-c3a4-442c-8352-aa6f643ec153.txt b/texts/f79c583e-c3a4-442c-8352-aa6f643ec153.txt new file mode 100644 index 0000000000000000000000000000000000000000..996bb73f50b19334a9d15ffc9b6ede319b5ce582 --- /dev/null +++ b/texts/f79c583e-c3a4-442c-8352-aa6f643ec153.txt @@ -0,0 +1 @@ +a black cat figure is working on a computer, looking at the computer, in the office, glitter falling around it, butterfly wings, medium shot \ No newline at end of file diff --git a/texts/f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2.txt b/texts/f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c0844a4107ef8a372e9c681b3c803fa101e4791 --- /dev/null +++ b/texts/f7b34c79-3671-4991-b1ac-c2b3ccb1c6a2.txt @@ -0,0 +1 @@ +A pair of East Asian lovers stood on a hundred-meter-high building and looked at the sky. The aurora spread across the night sky, shining brightly, making them feel as if they had entered a mysterious fairyland. \ No newline at end of file diff --git a/texts/f7b5cf47-1daa-4146-b045-d7b0c778d8fc.txt b/texts/f7b5cf47-1daa-4146-b045-d7b0c778d8fc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bc761b6a0257ea74aad4caa6a39535e16dced29 --- /dev/null +++ b/texts/f7b5cf47-1daa-4146-b045-d7b0c778d8fc.txt @@ -0,0 +1 @@ +"A bald monk gazes into the distance in the snow, with a distant view of the burning Kinkaku-ji (Golden Pavilion) engulfed in flames, with fire spreading wildly from the temple, all set in a dimly lit environment during snowy weather." \ No newline at end of file diff --git a/texts/f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd.txt b/texts/f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c48b392aa17e28fe94e03cbf123888035279551 --- /dev/null +++ b/texts/f7baa4c5-cee0-4fe6-b4c5-6d71bc69abbd.txt @@ -0,0 +1 @@ +westhighland white terrier using computer to design an architecture \ No newline at end of file diff --git a/texts/f7be6426-0759-4f02-9d3d-7b44ee6a7a34.txt b/texts/f7be6426-0759-4f02-9d3d-7b44ee6a7a34.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5e4bce084b4754541a0b121b5fcf10a085c8edf --- /dev/null +++ b/texts/f7be6426-0759-4f02-9d3d-7b44ee6a7a34.txt @@ -0,0 +1 @@ +"A Santa Claus distributing candies to kittens in a small Chinese town during the 1980s." \ No newline at end of file diff --git a/texts/f7c665d7-d5cc-4716-879c-512be36263c6.txt b/texts/f7c665d7-d5cc-4716-879c-512be36263c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a927a8267826eb4cc643139529eacd9bbc78665 --- /dev/null +++ b/texts/f7c665d7-d5cc-4716-879c-512be36263c6.txt @@ -0,0 +1 @@ +A Siamese cat wearing a scarf sits on the snow. There is a Christmas tree. The letters on the snow are printed PLOE2PLOE, and the red sky at night. \ No newline at end of file diff --git a/texts/f7c956a1-738e-49fd-9bf8-e8a5f919ceaf.txt b/texts/f7c956a1-738e-49fd-9bf8-e8a5f919ceaf.txt new file mode 100644 index 0000000000000000000000000000000000000000..217394616dae41a5b1060dc5aa400fc7ef4a1867 --- /dev/null +++ b/texts/f7c956a1-738e-49fd-9bf8-e8a5f919ceaf.txt @@ -0,0 +1 @@ +A tall, thin man. He was wearing a slim striped suit that resembled the 1960s. The suit is dark purple and the shirt underneath is orange. Suit pants are also dark. Wearing a pair of white pointed shoes. He was leaning on a black cane. Wearing a pair of purple leather gloves. His skin looks like it's painted white. His hair was green and cast back, but there were a few long curls on his forehead. He has no eyebrows. Eyes wide into the camera, face slightly lowered, mouth very wide smile. The corners of the mouth turned high. It looks pretty crazy. It's kind of like the Joker from Batman. He stood facing the camera. \ No newline at end of file diff --git a/texts/f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d.txt b/texts/f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee3d31e60eeb110aa253bd0e5a7edc6e56b5e1b9 --- /dev/null +++ b/texts/f7ccb2fb-e8a3-46c3-b335-ab9eb33cb47d.txt @@ -0,0 +1 @@ +At dusk, two good friends lit a bonfire on the beach and sat quietly. \ No newline at end of file diff --git a/texts/f7cf3ce6-2ada-4339-94fa-010c89e66490.txt b/texts/f7cf3ce6-2ada-4339-94fa-010c89e66490.txt new file mode 100644 index 0000000000000000000000000000000000000000..b885e47b5d83a47751345648daa856bfccb2aa32 --- /dev/null +++ b/texts/f7cf3ce6-2ada-4339-94fa-010c89e66490.txt @@ -0,0 +1 @@ +The Tibetan grassland has sunny weather, mountains and water, and cattle and sheep \ No newline at end of file diff --git a/texts/f7e15353-3945-48da-b0ac-524c3d803a87.txt b/texts/f7e15353-3945-48da-b0ac-524c3d803a87.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6e2beacb232193eeb61184c642dd7ddbfd7b568 --- /dev/null +++ b/texts/f7e15353-3945-48da-b0ac-524c3d803a87.txt @@ -0,0 +1 @@ +A person running on the grassland, dreaming \ No newline at end of file diff --git a/texts/f7ed51bf-cbec-4e3a-b4b3-57343599607f.txt b/texts/f7ed51bf-cbec-4e3a-b4b3-57343599607f.txt new file mode 100644 index 0000000000000000000000000000000000000000..90201f364aec7a75aff4460967a93dfe2cae1d80 --- /dev/null +++ b/texts/f7ed51bf-cbec-4e3a-b4b3-57343599607f.txt @@ -0,0 +1 @@ +A Samoyed puppy wearing a bachelor's hat and smiling while sitting on the sofa \ No newline at end of file diff --git a/texts/f7ee821a-62e3-4b42-ab68-c684faf0f519.txt b/texts/f7ee821a-62e3-4b42-ab68-c684faf0f519.txt new file mode 100644 index 0000000000000000000000000000000000000000..5390c5b55a0e0b797c0aef424a6950ae6d66bf4d --- /dev/null +++ b/texts/f7ee821a-62e3-4b42-ab68-c684faf0f519.txt @@ -0,0 +1 @@ +Beside an apple shaped house, Greybeard Huskies and Pikachu sit in the snow, gazing at Mount Fuji in the distance. There is also a Christmas tree next to them \ No newline at end of file diff --git a/texts/f8053cf0-623b-4c59-8742-77180195460c.txt b/texts/f8053cf0-623b-4c59-8742-77180195460c.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ca0a111bb6e52d5fac657998e6c04b288849b8b --- /dev/null +++ b/texts/f8053cf0-623b-4c59-8742-77180195460c.txt @@ -0,0 +1 @@ +A little doll Hello Kitty is wearing a cute Christmas dress and sitting on the beach with "Kiki" written on the beach and a little Christmas tree next to it. It's snowing \ No newline at end of file diff --git a/texts/f80c1178-3bb0-4235-abf2-bdb859d2104d.txt b/texts/f80c1178-3bb0-4235-abf2-bdb859d2104d.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a1b617fc85d7a29380dbb8eb0e3bcf4a0768f0d --- /dev/null +++ b/texts/f80c1178-3bb0-4235-abf2-bdb859d2104d.txt @@ -0,0 +1 @@ +The sea,buring ,yellow rose \ No newline at end of file diff --git a/texts/f80eaedd-c8c5-4a9b-b732-87c378326dd5.txt b/texts/f80eaedd-c8c5-4a9b-b732-87c378326dd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4accbd5c2d0a8df191563d2ca08900fffd86afb --- /dev/null +++ b/texts/f80eaedd-c8c5-4a9b-b732-87c378326dd5.txt @@ -0,0 +1 @@ +Brown teddy bear dolls and white rabbit dolls watching colorful fireworks by the seaside \ No newline at end of file diff --git a/texts/f8113649-3a2d-44b2-878a-a3c105998ddf.txt b/texts/f8113649-3a2d-44b2-878a-a3c105998ddf.txt new file mode 100644 index 0000000000000000000000000000000000000000..398793a937d7954896e1e65431ab1c3922c34617 --- /dev/null +++ b/texts/f8113649-3a2d-44b2-878a-a3c105998ddf.txt @@ -0,0 +1 @@ +Mongolian \ No newline at end of file diff --git a/texts/f81a3d2c-0f02-4889-aa87-876176eae347.txt b/texts/f81a3d2c-0f02-4889-aa87-876176eae347.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf8a1d879ab95cc0e06c9e11d5215b3c66999572 --- /dev/null +++ b/texts/f81a3d2c-0f02-4889-aa87-876176eae347.txt @@ -0,0 +1 @@ +New Year, fireworks, a sky full of stars, a forest with warm yellow lights, and a forest with cute kittens with wings \ No newline at end of file diff --git a/texts/f81f066e-c7e8-475f-a1f6-11f51ae5a7a6.txt b/texts/f81f066e-c7e8-475f-a1f6-11f51ae5a7a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc71dca199d79083b0d2d296cabb2f8a959425a7 --- /dev/null +++ b/texts/f81f066e-c7e8-475f-a1f6-11f51ae5a7a6.txt @@ -0,0 +1 @@ +Kittens jumping in the snow with snowflakes falling. \ No newline at end of file diff --git a/texts/f8252dee-c32c-47f4-8256-d54bc0f8bde4.txt b/texts/f8252dee-c32c-47f4-8256-d54bc0f8bde4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3c361df5016f8f4f89d854ceee597fea0bb3204 --- /dev/null +++ b/texts/f8252dee-c32c-47f4-8256-d54bc0f8bde4.txt @@ -0,0 +1 @@ +refine this one, a cartoon panda drinking coca cola \ No newline at end of file diff --git a/texts/f82bcbd6-5d60-40ec-ab3a-a2dc49685a77.txt b/texts/f82bcbd6-5d60-40ec-ab3a-a2dc49685a77.txt new file mode 100644 index 0000000000000000000000000000000000000000..9eddd4822784af4467a93928c49bf6dbc1cbf46a --- /dev/null +++ b/texts/f82bcbd6-5d60-40ec-ab3a-a2dc49685a77.txt @@ -0,0 +1 @@ +Two Hello Kitty are drinking next to the Christmas tree in the snow. \ No newline at end of file diff --git a/texts/f82faf67-dda3-492e-9897-90ac80076b0f.txt b/texts/f82faf67-dda3-492e-9897-90ac80076b0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fdeee69247e17a53fb34f1338fe789c1a529026 --- /dev/null +++ b/texts/f82faf67-dda3-492e-9897-90ac80076b0f.txt @@ -0,0 +1 @@ +In the Arctic, a kitten and a West Highland puppy in the snow, an aurora in the sky, were handwritten on the snow: CHOW \ No newline at end of file diff --git a/texts/f84f2137-b35b-4376-87c4-42c1a71d373f.txt b/texts/f84f2137-b35b-4376-87c4-42c1a71d373f.txt new file mode 100644 index 0000000000000000000000000000000000000000..824d847a56f89111c9f251023a6b82a501ae5398 --- /dev/null +++ b/texts/f84f2137-b35b-4376-87c4-42c1a71d373f.txt @@ -0,0 +1 @@ +In the snow, there is a pure white Bichon Frise. There is a pair of black and white figure skates shoes next to the Bichon Frise. The background is snowing and fireworks are blooming, and there is a curved moon next to the dog. \ No newline at end of file diff --git a/texts/f865a82a-f75d-4814-92b1-87f8de5535dc.txt b/texts/f865a82a-f75d-4814-92b1-87f8de5535dc.txt new file mode 100644 index 0000000000000000000000000000000000000000..51bb3bf5363f51981544a9f123a77e84e6b7ce3c --- /dev/null +++ b/texts/f865a82a-f75d-4814-92b1-87f8de5535dc.txt @@ -0,0 +1 @@ +a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu in the tall grass countryside \ No newline at end of file diff --git a/texts/f8714fe6-8dfd-4630-abb9-8743d7b0eda6.txt b/texts/f8714fe6-8dfd-4630-abb9-8743d7b0eda6.txt new file mode 100644 index 0000000000000000000000000000000000000000..31ddc5305d4e586cea47a90a7447113b0ade767a --- /dev/null +++ b/texts/f8714fe6-8dfd-4630-abb9-8743d7b0eda6.txt @@ -0,0 +1 @@ +Wide-angle lens, 1980s, Chinese art student, student memories, sketching \ No newline at end of file diff --git a/texts/f871a4bc-96a2-4506-9f1b-0b4fb9bec48b.txt b/texts/f871a4bc-96a2-4506-9f1b-0b4fb9bec48b.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9cbcf48cb6b36af2661957429ef535066053cbd --- /dev/null +++ b/texts/f871a4bc-96a2-4506-9f1b-0b4fb9bec48b.txt @@ -0,0 +1 @@ +A white Chinese pastoral puppy runs happily on the snow at night. The stars twinkle in the sky, and several sparkling butterflies are flying beside the puppy. \ No newline at end of file diff --git a/texts/f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d.txt b/texts/f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..25fbe52dd668849065c7bd53b84b7912224633cb --- /dev/null +++ b/texts/f87cfbfd-7827-41b1-a761-7d2f7fdf2e7d.txt @@ -0,0 +1 @@ +A volcano filled with lava, surrounded by transparent butterflies \ No newline at end of file diff --git a/texts/f87d42a0-db71-47dd-861a-95923f5df7f5.txt b/texts/f87d42a0-db71-47dd-861a-95923f5df7f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..5820ec44da79ae72fc2da9885513d8486110ae3f --- /dev/null +++ b/texts/f87d42a0-db71-47dd-861a-95923f5df7f5.txt @@ -0,0 +1 @@ +A Hello Kitty is drinking, with alcohol on the table and a Bengal leopard cat next to her, creating a Christmas atmosphere \ No newline at end of file diff --git a/texts/f886fe82-3453-4a6a-9f98-ef07a2346d7f.txt b/texts/f886fe82-3453-4a6a-9f98-ef07a2346d7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0c1de40ed1b2ca55848899610e190b0e41afbb5 --- /dev/null +++ b/texts/f886fe82-3453-4a6a-9f98-ef07a2346d7f.txt @@ -0,0 +1 @@ +At night, blues, the word "YJR" is written on the snow, and there is a small teddy bear next to it. The teddy bear is the main body, snow is falling in the air, and there is a Christmas tree next to it. \ No newline at end of file diff --git a/texts/f8889b01-be5e-44ff-b144-9595696602c7.txt b/texts/f8889b01-be5e-44ff-b144-9595696602c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..518106029df0e91a558e02752742b12c8a56881f --- /dev/null +++ b/texts/f8889b01-be5e-44ff-b144-9595696602c7.txt @@ -0,0 +1 @@ +Aurora snow field, Christmas atmosphere, with Eric and Anna's names \ No newline at end of file diff --git a/texts/f88dd03c-1001-4e7b-84d0-acd06fdb1502.txt b/texts/f88dd03c-1001-4e7b-84d0-acd06fdb1502.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3e4942e48d4690f6309d4427ee6d17afb12b430 --- /dev/null +++ b/texts/f88dd03c-1001-4e7b-84d0-acd06fdb1502.txt @@ -0,0 +1 @@ +Fluffy dogs birthday party \ No newline at end of file diff --git a/texts/f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345.txt b/texts/f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345.txt new file mode 100644 index 0000000000000000000000000000000000000000..5765340854f988713ec053c000949de831b5c0c8 --- /dev/null +++ b/texts/f88ec191-8bf7-4e1a-a1cb-dd0cd7f22345.txt @@ -0,0 +1 @@ +A golden retriever puppy and a cat is playing outside \ No newline at end of file diff --git a/texts/f8a8cc25-8b8c-44d7-aa43-edde8ad4b089.txt b/texts/f8a8cc25-8b8c-44d7-aa43-edde8ad4b089.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf6f35fbd3d74fbcb0da58c70d9e389c03b75049 --- /dev/null +++ b/texts/f8a8cc25-8b8c-44d7-aa43-edde8ad4b089.txt @@ -0,0 +1 @@ +Mongolian yurts on the grassland under the sunset \ No newline at end of file diff --git a/texts/f8ac8155-e568-4904-a703-a46a5720cdda.txt b/texts/f8ac8155-e568-4904-a703-a46a5720cdda.txt new file mode 100644 index 0000000000000000000000000000000000000000..3baea7ced8824b1f025a51606d95d657256313d0 --- /dev/null +++ b/texts/f8ac8155-e568-4904-a703-a46a5720cdda.txt @@ -0,0 +1 @@ +A building in the city with a white semicircular ball on the roof \ No newline at end of file diff --git a/texts/f8af1de5-7a3a-4918-9dc0-0edf914322e7.txt b/texts/f8af1de5-7a3a-4918-9dc0-0edf914322e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..b93e2488a4b7d0ada0bcd39821ccc066edf582c3 --- /dev/null +++ b/texts/f8af1de5-7a3a-4918-9dc0-0edf914322e7.txt @@ -0,0 +1 @@ +A cute Hello Kitty cat doll is on white snow with a Christmas tree behind it and a beach in the background. In the distance, fireworks bloom in white and pink colors. There are footprints on the beach,imurdog written on the sand, and some stars in the sky. The overall atmosphere is warm and romantic \ No newline at end of file diff --git a/texts/f8b9ef49-fa77-411a-b24a-c213c942d8ea.txt b/texts/f8b9ef49-fa77-411a-b24a-c213c942d8ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..31d9afe73529ac9a52f98093be5add48162e581e --- /dev/null +++ b/texts/f8b9ef49-fa77-411a-b24a-c213c942d8ea.txt @@ -0,0 +1 @@ +Hello Kitty is in front of the computer and there is a fire behind Hello Kitty. \ No newline at end of file diff --git a/texts/f8bec559-2222-4a17-aaf4-3153fbf1cc5a.txt b/texts/f8bec559-2222-4a17-aaf4-3153fbf1cc5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a389118cf7d30a475e10d665b53f742fb4fa50 --- /dev/null +++ b/texts/f8bec559-2222-4a17-aaf4-3153fbf1cc5a.txt @@ -0,0 +1 @@ +Snoopy holding a gun, standing in the office \ No newline at end of file diff --git a/texts/f8c1d32b-b3fc-4dac-83dc-ca828a68e62f.txt b/texts/f8c1d32b-b3fc-4dac-83dc-ca828a68e62f.txt new file mode 100644 index 0000000000000000000000000000000000000000..078c463ece62e44fb694eb2589d3b2d49bb02d5f --- /dev/null +++ b/texts/f8c1d32b-b3fc-4dac-83dc-ca828a68e62f.txt @@ -0,0 +1 @@ +In the winter at dusk, beside the Christmas tree, a cute little dog holds a sign that says' Happy Birthday ', Yuki. ' Be Joyful' is written in the snow \ No newline at end of file diff --git a/texts/f8c293fa-435f-46de-a231-264c388cab09.txt b/texts/f8c293fa-435f-46de-a231-264c388cab09.txt new file mode 100644 index 0000000000000000000000000000000000000000..adec91e6630c3cb369049e23df810a6e30ca8e25 --- /dev/null +++ b/texts/f8c293fa-435f-46de-a231-264c388cab09.txt @@ -0,0 +1 @@ +a british short hair cat (gold fur, more like kiwi color), dressed in Chanel jacket, getting pizza in willamsburg, new york \ No newline at end of file diff --git a/texts/f8c2f611-399c-4f63-8977-5e2c222ea4d5.txt b/texts/f8c2f611-399c-4f63-8977-5e2c222ea4d5.txt new file mode 100644 index 0000000000000000000000000000000000000000..213e9886ea850dcc1f1d016c0aa81e780dfe845d --- /dev/null +++ b/texts/f8c2f611-399c-4f63-8977-5e2c222ea4d5.txt @@ -0,0 +1 @@ +A group of pigeons flew towards me, all biting colorful and glowing gift boxes. There are mountains and sea in the distant background. The sky is the gradient color of the setting sun. \ No newline at end of file diff --git a/texts/f8c34a44-0216-4932-88a5-05749e21030a.txt b/texts/f8c34a44-0216-4932-88a5-05749e21030a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b223c780be9b886b88bedda81b363ed1c69e51a3 --- /dev/null +++ b/texts/f8c34a44-0216-4932-88a5-05749e21030a.txt @@ -0,0 +1 @@ +A small white chubby fox dog by the seaside is running happily during the Spring Festival in the snow ,named:WANGZAI \ No newline at end of file diff --git a/texts/f8d61547-3a39-470f-887a-7db5dcc114c5.txt b/texts/f8d61547-3a39-470f-887a-7db5dcc114c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..35f142ad8297984c7c3c4c0c2e88f82f035359da --- /dev/null +++ b/texts/f8d61547-3a39-470f-887a-7db5dcc114c5.txt @@ -0,0 +1 @@ +Burning cars, snow, moon \ No newline at end of file diff --git a/texts/f8d8ac06-c65c-4118-973a-0de21d92a86e.txt b/texts/f8d8ac06-c65c-4118-973a-0de21d92a86e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec400c950793d26c96568cb3f48f9d98a976487d --- /dev/null +++ b/texts/f8d8ac06-c65c-4118-973a-0de21d92a86e.txt @@ -0,0 +1 @@ +A dolphin is smoking and soaking in a hot spring. \ No newline at end of file diff --git a/texts/f8d99661-768f-4067-a0a8-17e48c816a9b.txt b/texts/f8d99661-768f-4067-a0a8-17e48c816a9b.txt new file mode 100644 index 0000000000000000000000000000000000000000..7356f3b04b04c1ac57846a58974a1c023fafe066 --- /dev/null +++ b/texts/f8d99661-768f-4067-a0a8-17e48c816a9b.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance, a white hello kitty wearing a Christmas hat, next to it is a Christmas tree, and "cnt" is written on the snow with traces of cat's claws. Melancholy blue night scene, the sky has a dreamy effect of fireworks with light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1.txt b/texts/f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1.txt new file mode 100644 index 0000000000000000000000000000000000000000..baeb12ef63733f36b66f7faa3de263371cd57c63 --- /dev/null +++ b/texts/f8da62f2-a82d-4d79-92c1-5bc6bd5d1fb1.txt @@ -0,0 +1 @@ +A pink kitten is watching the sea at a pink beach, surrounded by flowers of various colors, with bees and butterflies flying around, and several small rabbits eating grass nearby, with golden, glittering powder flying all over the sky. \ No newline at end of file diff --git a/texts/f8dc57ce-5eaf-40f0-9e70-b297261c17ee.txt b/texts/f8dc57ce-5eaf-40f0-9e70-b297261c17ee.txt new file mode 100644 index 0000000000000000000000000000000000000000..37bb44f57c7105bbbc74d0117ac59579af68154c --- /dev/null +++ b/texts/f8dc57ce-5eaf-40f0-9e70-b297261c17ee.txt @@ -0,0 +1 @@ +a little real monkey flying in the sky \ No newline at end of file diff --git a/texts/f8e23f72-5551-4844-a50a-09e7e93cb289.txt b/texts/f8e23f72-5551-4844-a50a-09e7e93cb289.txt new file mode 100644 index 0000000000000000000000000000000000000000..5538ef054622e07268916afc051bfa9d18937e2e --- /dev/null +++ b/texts/f8e23f72-5551-4844-a50a-09e7e93cb289.txt @@ -0,0 +1 @@ +A blue car with tropical flowers blooming is flying in the sky, and a white elephant with pink eyes is watering the grass on the ground. \ No newline at end of file diff --git a/texts/f8ec7df3-d853-4576-876d-4af6a8a2b2bf.txt b/texts/f8ec7df3-d853-4576-876d-4af6a8a2b2bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e819f04680ac3e571aae39e94107aa831237355 --- /dev/null +++ b/texts/f8ec7df3-d853-4576-876d-4af6a8a2b2bf.txt @@ -0,0 +1 @@ +There were yellow stars in the blue sky and a Christmas tree on the snow. Next to it was a white kitten with dark glasses, a purple scarf and a hamburger in its arms. \ No newline at end of file diff --git a/texts/f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983.txt b/texts/f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5791ae7da77f26f5390c3ad18042b61b6f4d2cf --- /dev/null +++ b/texts/f8f0d2fc-5212-4f7e-bcb4-e1e2a93ed983.txt @@ -0,0 +1 @@ +At the foot of the erupting volcano in the distance, a brightly colored rabbit doll holds a glass of wine to toast freedom \ No newline at end of file diff --git a/texts/f8f0d982-f3ab-40f6-befa-c64b844cadf2.txt b/texts/f8f0d982-f3ab-40f6-befa-c64b844cadf2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d69dda001e2ff2938ada1041ef2b3dd622f2387 --- /dev/null +++ b/texts/f8f0d982-f3ab-40f6-befa-c64b844cadf2.txt @@ -0,0 +1 @@ +I've heard the echoes of the sky, the rain watering the lonely mountain ranges. \ No newline at end of file diff --git a/texts/f90eb70d-1be2-44ac-b1e1-e0eda942c960.txt b/texts/f90eb70d-1be2-44ac-b1e1-e0eda942c960.txt new file mode 100644 index 0000000000000000000000000000000000000000..15a1a7a340e225f8e86b515bdb3177d4221bcfbd --- /dev/null +++ b/texts/f90eb70d-1be2-44ac-b1e1-e0eda942c960.txt @@ -0,0 +1 @@ +A little bear and a rabbit watch Klein blue mixed with pink fireworks in a field of snow with "YHX" and "HJL" written in English letters. \ No newline at end of file diff --git a/texts/f9127502-b7c8-47c6-ba55-c100fe1708a7.txt b/texts/f9127502-b7c8-47c6-ba55-c100fe1708a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..71df58c8232e5914e9cc5f8b9c6f58e268eca5fd --- /dev/null +++ b/texts/f9127502-b7c8-47c6-ba55-c100fe1708a7.txt @@ -0,0 +1 @@ +Hello Kitty wearing winter coats drinking cocktails in Hawaii \ No newline at end of file diff --git a/texts/f915360d-babf-4f61-85a8-39b6ff72a024.txt b/texts/f915360d-babf-4f61-85a8-39b6ff72a024.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba4331f594735453d727dcdeb915ff368ceb0aa3 --- /dev/null +++ b/texts/f915360d-babf-4f61-85a8-39b6ff72a024.txt @@ -0,0 +1 @@ +A shark torpedoes a fishing boat with a fishing guy on board \ No newline at end of file diff --git a/texts/f91b3dff-1fc1-47b4-b4a3-1972f4796efa.txt b/texts/f91b3dff-1fc1-47b4-b4a3-1972f4796efa.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca5d8f3f9423cb6a1674daf9f649be965f07859e --- /dev/null +++ b/texts/f91b3dff-1fc1-47b4-b4a3-1972f4796efa.txt @@ -0,0 +1 @@ +A black Shiba Inu is riding on a fish \ No newline at end of file diff --git a/texts/f920903a-ad9e-4a60-84e4-a16d5b86dd18.txt b/texts/f920903a-ad9e-4a60-84e4-a16d5b86dd18.txt new file mode 100644 index 0000000000000000000000000000000000000000..2929d86ecf42b0c9cf3a067e7bd87ce1e5b1b2d9 --- /dev/null +++ b/texts/f920903a-ad9e-4a60-84e4-a16d5b86dd18.txt @@ -0,0 +1 @@ +In the snow, sitting on the couch bunny with sunglasses and a birthday hat on his head with 26 written on it, watching the grand fireworks in the night sky \ No newline at end of file diff --git a/texts/f921ebf8-781e-451c-bb4b-04cbe136efca.txt b/texts/f921ebf8-781e-451c-bb4b-04cbe136efca.txt new file mode 100644 index 0000000000000000000000000000000000000000..c71147780670a9414af6bc42c49d8c7c5318dbca --- /dev/null +++ b/texts/f921ebf8-781e-451c-bb4b-04cbe136efca.txt @@ -0,0 +1 @@ +At night, blues, the word "YJR" is written on the snow, and there is a little teddy bear next to it. The teddy bear is the main body. It is snowing in the sky. Next to it is a Christmas tree, fireworks in the sky, and the seaside \ No newline at end of file diff --git a/texts/f9251069-8568-4f43-9e31-52eca7fd036f.txt b/texts/f9251069-8568-4f43-9e31-52eca7fd036f.txt new file mode 100644 index 0000000000000000000000000000000000000000..519db2811d4ac124f2db64257991c57828fc4979 --- /dev/null +++ b/texts/f9251069-8568-4f43-9e31-52eca7fd036f.txt @@ -0,0 +1 @@ +helloKitty cat and an asian young lady are having a christmas afternoon party ,looking at the camera happily,with a beautiful christmas tree with string lights in the background \ No newline at end of file diff --git a/texts/f92582bd-bb69-4e4b-aeec-97af8251fd48.txt b/texts/f92582bd-bb69-4e4b-aeec-97af8251fd48.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab168b496214e8e82ec4488c30673c1822023e62 --- /dev/null +++ b/texts/f92582bd-bb69-4e4b-aeec-97af8251fd48.txt @@ -0,0 +1 @@ +Black cat, snow, butterflies, dear, trees, water ,blue \ No newline at end of file diff --git a/texts/f92695d5-eaa1-4cd9-b6c8-96259ae116e7.txt b/texts/f92695d5-eaa1-4cd9-b6c8-96259ae116e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c619187d54541ef4f02557d5ad98edf9cf21d96 --- /dev/null +++ b/texts/f92695d5-eaa1-4cd9-b6c8-96259ae116e7.txt @@ -0,0 +1 @@ +kitten butterfly \ No newline at end of file diff --git a/texts/f926fc37-8406-4718-b486-4d3b6e8a824a.txt b/texts/f926fc37-8406-4718-b486-4d3b6e8a824a.txt new file mode 100644 index 0000000000000000000000000000000000000000..42b0f87f1130883e89c24e3091e8a150007d4a47 --- /dev/null +++ b/texts/f926fc37-8406-4718-b486-4d3b6e8a824a.txt @@ -0,0 +1 @@ +a samoyed-dog wearing a pair of circle glasses sits at the swimming pool \ No newline at end of file diff --git a/texts/f9322c32-323b-4306-bad4-bd29da5854db.txt b/texts/f9322c32-323b-4306-bad4-bd29da5854db.txt new file mode 100644 index 0000000000000000000000000000000000000000..a52c6ce2ba19ac1a7343f2936d4dae515d023564 --- /dev/null +++ b/texts/f9322c32-323b-4306-bad4-bd29da5854db.txt @@ -0,0 +1 @@ +snow mountain,tentage,campfire \ No newline at end of file diff --git a/texts/f9376fd0-f238-4a05-b162-58a552ae41c5.txt b/texts/f9376fd0-f238-4a05-b162-58a552ae41c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..16942b15e9e82d2caec956ed0948b8a5db02c277 --- /dev/null +++ b/texts/f9376fd0-f238-4a05-b162-58a552ae41c5.txt @@ -0,0 +1 @@ +A white Samoyer in a pink dress facing the cake in the snow with the words ice cream on it and a first birthday candle with stars in the sky. \ No newline at end of file diff --git a/texts/f94013bf-0e21-4aba-9f0c-5d6969339085.txt b/texts/f94013bf-0e21-4aba-9f0c-5d6969339085.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7e7557ed64f92435dd498ed6723222b1d3d76a5 --- /dev/null +++ b/texts/f94013bf-0e21-4aba-9f0c-5d6969339085.txt @@ -0,0 +1 @@ +A polar bear is playing with Hello Kitty toys in the bathroom \ No newline at end of file diff --git a/texts/f9466f3d-1041-455a-b702-1358298c55d7.txt b/texts/f9466f3d-1041-455a-b702-1358298c55d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cfca19b5db71e262e0c2bdc40f01c624107269d --- /dev/null +++ b/texts/f9466f3d-1041-455a-b702-1358298c55d7.txt @@ -0,0 +1 @@ +In the snow, there is a Christmas tree full of lights next to the West Highland puppy sitting on the swing. In the snow, wm is written in the snow, with traces of footprints. There are fireworks in the sky, with the dreamy effect of light particles, and the color saturation is high. \ No newline at end of file diff --git a/texts/f955424f-ed4c-466a-ab9a-aaa5b5ee3d57.txt b/texts/f955424f-ed4c-466a-ab9a-aaa5b5ee3d57.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1e5be7b8cae1fd661a1386834926c0881f73005 --- /dev/null +++ b/texts/f955424f-ed4c-466a-ab9a-aaa5b5ee3d57.txt @@ -0,0 +1 @@ +A small pastel purple stuffed bunny working on an old white computer in the snow. \ No newline at end of file diff --git a/texts/f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5.txt b/texts/f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d527bf4b3dde3677b46053fb5479596d1159dae5 --- /dev/null +++ b/texts/f955ee7f-07c8-45ba-8c1d-1c3d8ab97ac5.txt @@ -0,0 +1 @@ +Hello kitty doll and a birthday cake with 3.28 in snow day \ No newline at end of file diff --git a/texts/f958c66c-bb49-41aa-b3d4-55f59875c551.txt b/texts/f958c66c-bb49-41aa-b3d4-55f59875c551.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6140635f3e6d50a3abe1ed49fc2fcfd121651b5 --- /dev/null +++ b/texts/f958c66c-bb49-41aa-b3d4-55f59875c551.txt @@ -0,0 +1 @@ +A small cat grows wings and he flies along the beach with bigger seagulls \ No newline at end of file diff --git a/texts/f95a184d-f8f7-4154-ad46-0e2005602b3a.txt b/texts/f95a184d-f8f7-4154-ad46-0e2005602b3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..571b0eaaa397974c2a1402ce941ecaa9c20db512 --- /dev/null +++ b/texts/f95a184d-f8f7-4154-ad46-0e2005602b3a.txt @@ -0,0 +1 @@ + is a Handwritten word "JY" in the snow, snow, beach, a hellokitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/f95df86a-983d-44a5-bdae-34ec44178228.txt b/texts/f95df86a-983d-44a5-bdae-34ec44178228.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0c0e6fb38f10ca6b5919161cb2ad65a078de119 --- /dev/null +++ b/texts/f95df86a-983d-44a5-bdae-34ec44178228.txt @@ -0,0 +1 @@ +A cat is holding a huge rose against the background of a desert. \ No newline at end of file diff --git a/texts/f960c716-5a29-4420-9d5b-635484399603.txt b/texts/f960c716-5a29-4420-9d5b-635484399603.txt new file mode 100644 index 0000000000000000000000000000000000000000..51bb3bf5363f51981544a9f123a77e84e6b7ce3c --- /dev/null +++ b/texts/f960c716-5a29-4420-9d5b-635484399603.txt @@ -0,0 +1 @@ +a back side view of a dad, mom and daughter standing under the aurora with their Akita Inu in the tall grass countryside \ No newline at end of file diff --git a/texts/f96b1711-4ad7-40a2-b3b3-579b25588a7f.txt b/texts/f96b1711-4ad7-40a2-b3b3-579b25588a7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..b950f9513dbd9476c37603fd474dc82e13f16b7b --- /dev/null +++ b/texts/f96b1711-4ad7-40a2-b3b3-579b25588a7f.txt @@ -0,0 +1 @@ +A cat with black framed glasses is holding a camera in the snow with WW letters. \ No newline at end of file diff --git a/texts/f9736fde-e13c-4029-8bce-c36e9f962f0f.txt b/texts/f9736fde-e13c-4029-8bce-c36e9f962f0f.txt new file mode 100644 index 0000000000000000000000000000000000000000..17d5788267ce541d9cbef24f65b70dab962e7e22 --- /dev/null +++ b/texts/f9736fde-e13c-4029-8bce-c36e9f962f0f.txt @@ -0,0 +1 @@ +At sunset, by the seaside, the sky is very blue, and there are also some sunsets. There are huge fireworks in the sky, and at the same time, it is snowing heavily. There is a snowman by the seaside \ No newline at end of file diff --git a/texts/f973c983-6e62-40bf-8ed5-166ab1531e3f.txt b/texts/f973c983-6e62-40bf-8ed5-166ab1531e3f.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a89304a3b0f37d1cab7dbeca6bd6b845a477837 --- /dev/null +++ b/texts/f973c983-6e62-40bf-8ed5-166ab1531e3f.txt @@ -0,0 +1 @@ +A serene Kazakh nomadic scene, with yurts set against the backdrop of the Tian Shan mountains. Wild horses roam freely, and golden eagles soar in the sky. Warm, peaceful atmosphere with vibrant colors \ No newline at end of file diff --git a/texts/f97ab664-f58d-4e65-8bae-3ae6cdb94d28.txt b/texts/f97ab664-f58d-4e65-8bae-3ae6cdb94d28.txt new file mode 100644 index 0000000000000000000000000000000000000000..62f68e3f1a643cf150204bc92863a9a11482ddb7 --- /dev/null +++ b/texts/f97ab664-f58d-4e65-8bae-3ae6cdb94d28.txt @@ -0,0 +1 @@ +Cat in the snow \ No newline at end of file diff --git a/texts/f97c66a1-b172-464d-b4e8-ffd9742ad7eb.txt b/texts/f97c66a1-b172-464d-b4e8-ffd9742ad7eb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e357e2c3a25f0166807c591093151920c4ba804 --- /dev/null +++ b/texts/f97c66a1-b172-464d-b4e8-ffd9742ad7eb.txt @@ -0,0 +1 @@ +baby golden retriever wearing a pair of shiny butterfly wings, sitting in the yard \ No newline at end of file diff --git a/texts/f97d432a-3890-4a8d-ab93-f2324a16cbb6.txt b/texts/f97d432a-3890-4a8d-ab93-f2324a16cbb6.txt new file mode 100644 index 0000000000000000000000000000000000000000..452c1e8260b1999f14356c9715e97cac406703a9 --- /dev/null +++ b/texts/f97d432a-3890-4a8d-ab93-f2324a16cbb6.txt @@ -0,0 +1 @@ +A large penguin with baby penguins walks down the street in Montenegro, it's snowing heavily \ No newline at end of file diff --git a/texts/f98b05e3-6605-4c45-83d1-fb7e1e30c292.txt b/texts/f98b05e3-6605-4c45-83d1-fb7e1e30c292.txt new file mode 100644 index 0000000000000000000000000000000000000000..810e5a647d92c401652a2beb7609c4631f6ae2d6 --- /dev/null +++ b/texts/f98b05e3-6605-4c45-83d1-fb7e1e30c292.txt @@ -0,0 +1 @@ +Hello Kitty doll by the seaside, fireworks in the sky, a sandy beach, a sunset with warm hues, an angelic presence, and a warm, romantic atmosphere. \ No newline at end of file diff --git a/texts/f9988e6f-2a4a-4e8a-82ee-e5231dacbec3.txt b/texts/f9988e6f-2a4a-4e8a-82ee-e5231dacbec3.txt new file mode 100644 index 0000000000000000000000000000000000000000..76e7ceae6c79f80b037021727f0ee6c8b75ee5f4 --- /dev/null +++ b/texts/f9988e6f-2a4a-4e8a-82ee-e5231dacbec3.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance. The close-up is a hello kitty doll wearing a Christmas hat, next to it is a Christmas tree full of lights, and "yc" is written in the snow. The dark blue night sky with light particles. \ No newline at end of file diff --git a/texts/f9a742ce-f070-455b-aa76-e5edd66f8af7.txt b/texts/f9a742ce-f070-455b-aa76-e5edd66f8af7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a45e37653b98bb766c1c5d838de98545958c35f3 --- /dev/null +++ b/texts/f9a742ce-f070-455b-aa76-e5edd66f8af7.txt @@ -0,0 +1 @@ +two red mushrooms dancing lindyhop \ No newline at end of file diff --git a/texts/f9aa377e-2582-4fbf-a9db-99384e40665e.txt b/texts/f9aa377e-2582-4fbf-a9db-99384e40665e.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb8baab1647fc7f6f0ca23bcf60904522973ee4b --- /dev/null +++ b/texts/f9aa377e-2582-4fbf-a9db-99384e40665e.txt @@ -0,0 +1 @@ +a little black cat and a tangerines \ No newline at end of file diff --git a/texts/f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6.txt b/texts/f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a72c9f2cef77e4428019fb7aa71e2d5245087ba --- /dev/null +++ b/texts/f9aaf0f1-19d3-4b5d-bc05-022f3f3cacf6.txt @@ -0,0 +1 @@ +Dynamic Lunar New Year Social Media Graphic with Lucky Charms \ No newline at end of file diff --git a/texts/f9ac71ca-bba8-4d24-92bc-22e43f2af96e.txt b/texts/f9ac71ca-bba8-4d24-92bc-22e43f2af96e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b644490968638f3088e7aa4faa02ce092400cd90 --- /dev/null +++ b/texts/f9ac71ca-bba8-4d24-92bc-22e43f2af96e.txt @@ -0,0 +1 @@ +A black cat carrying a flower in the snow, taken from a selfie perspective. \ No newline at end of file diff --git a/texts/f9b05cdb-04bf-4dd6-9280-a3053c103270.txt b/texts/f9b05cdb-04bf-4dd6-9280-a3053c103270.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80086933753d3e2ef59a046313a75a9a64fc337 --- /dev/null +++ b/texts/f9b05cdb-04bf-4dd6-9280-a3053c103270.txt @@ -0,0 +1 @@ +Samoyed and the cat were wearing scarves on a small boat in the salt lake, with an eggplant doll on board. The sunlight shone brightly on the salt lake, and there were snowflakes falling in the air \ No newline at end of file diff --git a/texts/f9bf396b-e582-469c-bbda-38bb125ec2ed.txt b/texts/f9bf396b-e582-469c-bbda-38bb125ec2ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..101738477164354914b7657479122d5aad2e4869 --- /dev/null +++ b/texts/f9bf396b-e582-469c-bbda-38bb125ec2ed.txt @@ -0,0 +1 @@ +shouting start become a candle on the cake,with the day number 12.15 \ No newline at end of file diff --git a/texts/f9c5917f-df1d-4149-9e1f-ccd59777d48e.txt b/texts/f9c5917f-df1d-4149-9e1f-ccd59777d48e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4722813cfee30a4a00ecc19e8f908783faeea852 --- /dev/null +++ b/texts/f9c5917f-df1d-4149-9e1f-ccd59777d48e.txt @@ -0,0 +1 @@ +Big Lucky cat is walkin the old-growth forest,lucky cat is made by plastics \ No newline at end of file diff --git a/texts/f9c7a66b-3ea9-46bc-91ac-63e1d8973981.txt b/texts/f9c7a66b-3ea9-46bc-91ac-63e1d8973981.txt new file mode 100644 index 0000000000000000000000000000000000000000..031bef407fd5b1f18c7abc20f9c52b5bfb7bcf0a --- /dev/null +++ b/texts/f9c7a66b-3ea9-46bc-91ac-63e1d8973981.txt @@ -0,0 +1 @@ +The muscular man with beard and cheeks traveled to Jiuzhaigou.Behind is the snowy mountain. \ No newline at end of file diff --git a/texts/f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a.txt b/texts/f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a.txt new file mode 100644 index 0000000000000000000000000000000000000000..65e6fbda7f535633c07632f9d259dfdd34a3ad79 --- /dev/null +++ b/texts/f9c9e70f-a2cd-46c4-b1ef-3dd969ad0a5a.txt @@ -0,0 +1 @@ +The cat wants to go to the bathroom in the classroom and waits for the class to end \ No newline at end of file diff --git a/texts/f9ca48b4-a713-4169-b252-2424c9faaba2.txt b/texts/f9ca48b4-a713-4169-b252-2424c9faaba2.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6ee05fa6a505f705e0dcb0edf48d467812da19d --- /dev/null +++ b/texts/f9ca48b4-a713-4169-b252-2424c9faaba2.txt @@ -0,0 +1 @@ +The white French bulldog is in the snow, with YSM written on it, facing the sunlight \ No newline at end of file diff --git a/texts/f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07.txt b/texts/f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07.txt new file mode 100644 index 0000000000000000000000000000000000000000..264b856efe0d590911958312a36e8ca65cb9fae8 --- /dev/null +++ b/texts/f9d7937c-9c9f-4c1b-8baa-4aea53d7fc07.txt @@ -0,0 +1 @@ +Two asian middle-aged men in a 1990s Chinese guesthouse room, the scene captures a nostalgic and rustic atmosphere. The room features three single beds, two wooden chairs, and a simple washbasin stand. The walls are worn and peeling, showing the passage of time. A window overlooks the sea, framed by thick, gray-black clouds on an overcast day. At the end of the corridor lies a shared bathroom. Near the window, a small table holds a bright red thermos flask, adding a vivid pop of color to the subdued setting. \ No newline at end of file diff --git a/texts/f9dd4a7c-5da6-453f-a2b2-8114829b8e4f.txt b/texts/f9dd4a7c-5da6-453f-a2b2-8114829b8e4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..19e1fd2e04b578ef49477d08505610c8b121a98b --- /dev/null +++ b/texts/f9dd4a7c-5da6-453f-a2b2-8114829b8e4f.txt @@ -0,0 +1 @@ +HelloKitty, cake, ice-cream, wine, ridiculous \ No newline at end of file diff --git a/texts/f9dd7cb4-456c-4638-9acf-58b3ab741c06.txt b/texts/f9dd7cb4-456c-4638-9acf-58b3ab741c06.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba8715c20a16e65498319b9cfdd2a95134a556a9 --- /dev/null +++ b/texts/f9dd7cb4-456c-4638-9acf-58b3ab741c06.txt @@ -0,0 +1 @@ +A giant panda is reading a book on the sofa \ No newline at end of file diff --git a/texts/f9e38327-8e21-4c79-bb51-cb84c0ab0f4f.txt b/texts/f9e38327-8e21-4c79-bb51-cb84c0ab0f4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c23edb3c4d0eb70637b85f947ae943fef0f8cca6 --- /dev/null +++ b/texts/f9e38327-8e21-4c79-bb51-cb84c0ab0f4f.txt @@ -0,0 +1 @@ +A rock cat wearing a green scarf playing guitar in the snow \ No newline at end of file diff --git a/texts/f9f42e5a-06ff-476a-afc8-8822ab599cc6.txt b/texts/f9f42e5a-06ff-476a-afc8-8822ab599cc6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b33173c33668963cf33a20bf1e51b3a337150a3b --- /dev/null +++ b/texts/f9f42e5a-06ff-476a-afc8-8822ab599cc6.txt @@ -0,0 +1 @@ +A cat is siting on the beach watching the waves and feels lonely in the evening \ No newline at end of file diff --git a/texts/fa1a7997-3095-46ec-bfc7-7cf2c733bd1f.txt b/texts/fa1a7997-3095-46ec-bfc7-7cf2c733bd1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9def45122c283b21bcbfdd0d143fe1ef7c1511b --- /dev/null +++ b/texts/fa1a7997-3095-46ec-bfc7-7cf2c733bd1f.txt @@ -0,0 +1 @@ +a black and white Teddy dog playing the piano \ No newline at end of file diff --git a/texts/fa237bf7-3f59-47fd-9dcc-38062a36cbe8.txt b/texts/fa237bf7-3f59-47fd-9dcc-38062a36cbe8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3341be093989344574a595643cdc3101cbbefd3 --- /dev/null +++ b/texts/fa237bf7-3f59-47fd-9dcc-38062a36cbe8.txt @@ -0,0 +1 @@ +Doraemon has colorful wings,he stands by a temple \ No newline at end of file diff --git a/texts/fa23ccde-688e-4afa-8144-31a4d771a3f6.txt b/texts/fa23ccde-688e-4afa-8144-31a4d771a3f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e3be53da634147050ccbab7c55a833c0d29411a --- /dev/null +++ b/texts/fa23ccde-688e-4afa-8144-31a4d771a3f6.txt @@ -0,0 +1 @@ +Endless corridors, snow, cats, dream core style, photography \ No newline at end of file diff --git a/texts/fa2e3180-0c11-4206-bea1-c43f64647755.txt b/texts/fa2e3180-0c11-4206-bea1-c43f64647755.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d3e186c8fae67747f0f360ee10f271c2413288a --- /dev/null +++ b/texts/fa2e3180-0c11-4206-bea1-c43f64647755.txt @@ -0,0 +1 @@ +Smooth heart-shaped earth in the enormus universe. Stars sparkling, atmosphere: peace and love. \ No newline at end of file diff --git a/texts/fa31f04c-ce20-456a-b21f-9993ca9364ac.txt b/texts/fa31f04c-ce20-456a-b21f-9993ca9364ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ab84e16e5f3dda32ff5df13dfcb0cc081069110 --- /dev/null +++ b/texts/fa31f04c-ce20-456a-b21f-9993ca9364ac.txt @@ -0,0 +1 @@ +Hellokitty leaning on a purple mushroom watching fireworks at the seaside \ No newline at end of file diff --git a/texts/fa34994b-d61b-4f9a-9d13-c011ff4dba38.txt b/texts/fa34994b-d61b-4f9a-9d13-c011ff4dba38.txt new file mode 100644 index 0000000000000000000000000000000000000000..50178941176155ca14c25a23585a347987b35e0f --- /dev/null +++ b/texts/fa34994b-d61b-4f9a-9d13-c011ff4dba38.txt @@ -0,0 +1 @@ +cat, wings, snow, snowman, bubble, dream \ No newline at end of file diff --git a/texts/fa4c7015-8418-4801-8f06-8aecaaf1fcb8.txt b/texts/fa4c7015-8418-4801-8f06-8aecaaf1fcb8.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa7470a996a53a1fce7a63a4a63bad7277c31c0e --- /dev/null +++ b/texts/fa4c7015-8418-4801-8f06-8aecaaf1fcb8.txt @@ -0,0 +1 @@ +A cute puppy has a lot of balloons tied to him, surrounded by bubbles and clouds \ No newline at end of file diff --git a/texts/fa657f2a-ef4d-4b93-8b79-e605fb3a4d65.txt b/texts/fa657f2a-ef4d-4b93-8b79-e605fb3a4d65.txt new file mode 100644 index 0000000000000000000000000000000000000000..13fec0248954d287cf252e42e1f1bb7a91d0a58d --- /dev/null +++ b/texts/fa657f2a-ef4d-4b93-8b79-e605fb3a4d65.txt @@ -0,0 +1 @@ +In the snow at night, there is an aurora in the sky, a hello Kitty doll with wings, and "HXR" written on the snow. \ No newline at end of file diff --git a/texts/fa6cdf6b-0854-47a3-ad6f-defdd5421fdd.txt b/texts/fa6cdf6b-0854-47a3-ad6f-defdd5421fdd.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e27a8cdb17e8a97db56f859f6e940ac736f70a1 --- /dev/null +++ b/texts/fa6cdf6b-0854-47a3-ad6f-defdd5421fdd.txt @@ -0,0 +1 @@ +A little white cat, wearing a beautiful sunglasses and holding a goblet full of red wine in one paw, with a big Christmas tree in the background. \ No newline at end of file diff --git a/texts/fa7ed23c-8518-4d92-b0e4-14e92523f577.txt b/texts/fa7ed23c-8518-4d92-b0e4-14e92523f577.txt new file mode 100644 index 0000000000000000000000000000000000000000..c27f3bd29f8b76cc2487cdea95f419f23d77132f --- /dev/null +++ b/texts/fa7ed23c-8518-4d92-b0e4-14e92523f577.txt @@ -0,0 +1 @@ +Happiness is butterfly. Try to catch it like every night. \ No newline at end of file diff --git a/texts/fa80364a-9c6d-4d9f-90db-4085f255c4f5.txt b/texts/fa80364a-9c6d-4d9f-90db-4085f255c4f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..c85f3728c56c092fd31702d12219a9d76c69a14d --- /dev/null +++ b/texts/fa80364a-9c6d-4d9f-90db-4085f255c4f5.txt @@ -0,0 +1 @@ +Handwritten word "SUNCE" in the snow, snow, beach, a hellokiitty doll with angel wings standing next to it, drifting snow \ No newline at end of file diff --git a/texts/fa8878e5-4f1c-4a41-a48a-be6d53700573.txt b/texts/fa8878e5-4f1c-4a41-a48a-be6d53700573.txt new file mode 100644 index 0000000000000000000000000000000000000000..e90ec6cbb8be6a4c07cbef496ec7a5faab0a430a --- /dev/null +++ b/texts/fa8878e5-4f1c-4a41-a48a-be6d53700573.txt @@ -0,0 +1 @@ +Kirbymon and the Yeti stand on the snow. \ No newline at end of file diff --git a/texts/fa897369-3f49-4695-a34e-2eaaa842c676.txt b/texts/fa897369-3f49-4695-a34e-2eaaa842c676.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a84885866544411f26df3cf8e7c7c77e559189a --- /dev/null +++ b/texts/fa897369-3f49-4695-a34e-2eaaa842c676.txt @@ -0,0 +1 @@ +Bald barber with beard and tattoos cutting santas hair \ No newline at end of file diff --git a/texts/fa93e902-4d7d-49e9-8e83-560fab2d0c37.txt b/texts/fa93e902-4d7d-49e9-8e83-560fab2d0c37.txt new file mode 100644 index 0000000000000000000000000000000000000000..c04cd009fd6466a5259690c4d23d0832ae4f0502 --- /dev/null +++ b/texts/fa93e902-4d7d-49e9-8e83-560fab2d0c37.txt @@ -0,0 +1 @@ +Sunset Vanilla website is so girly \ No newline at end of file diff --git a/texts/faa0059f-cb5e-4481-8997-cdcaa5a9ad5c.txt b/texts/faa0059f-cb5e-4481-8997-cdcaa5a9ad5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8fae32196afb69a8d47dcb225849dfbca728363 --- /dev/null +++ b/texts/faa0059f-cb5e-4481-8997-cdcaa5a9ad5c.txt @@ -0,0 +1 @@ +a cat is using a wishing stick and wishing under dark star sky \ No newline at end of file diff --git a/texts/faa7fe40-edf7-494f-b56e-8a096d4ac1da.txt b/texts/faa7fe40-edf7-494f-b56e-8a096d4ac1da.txt new file mode 100644 index 0000000000000000000000000000000000000000..05b8bca8d63a6858477239053293de337fcb3e89 --- /dev/null +++ b/texts/faa7fe40-edf7-494f-b56e-8a096d4ac1da.txt @@ -0,0 +1 @@ +I want a winter snowy land with the brand name "islet bean". I hope the atmosphere will be warmer. There are puppies running outside next to it, and the style is more childish and natural. \ No newline at end of file diff --git a/texts/faafa3ce-ea06-475d-8fde-f44f5eeacb0c.txt b/texts/faafa3ce-ea06-475d-8fde-f44f5eeacb0c.txt new file mode 100644 index 0000000000000000000000000000000000000000..0053597db5717bb845aa17cfc34641faf2e2c13d --- /dev/null +++ b/texts/faafa3ce-ea06-475d-8fde-f44f5eeacb0c.txt @@ -0,0 +1 @@ +The West Highland puppy (Bichon) is at work, wearing a red design sweater and red headphones, and the laptop on the desk is on fire \ No newline at end of file diff --git a/texts/fab09792-8e14-4120-8d05-8340d1227b2b.txt b/texts/fab09792-8e14-4120-8d05-8340d1227b2b.txt new file mode 100644 index 0000000000000000000000000000000000000000..99dfc1ba8494d4cbd0072ce389677fd63248e119 --- /dev/null +++ b/texts/fab09792-8e14-4120-8d05-8340d1227b2b.txt @@ -0,0 +1 @@ +A cute white dog wearing brown glasses is using a computer with coffee next to it. \ No newline at end of file diff --git a/texts/fab21429-a13b-4179-8b62-99e46bb33d50.txt b/texts/fab21429-a13b-4179-8b62-99e46bb33d50.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4bb6cc0082a0b7145e4673290f4b02f912c88e1 --- /dev/null +++ b/texts/fab21429-a13b-4179-8b62-99e46bb33d50.txt @@ -0,0 +1 @@ +White kitten wearing a Christmas hat in the snow in winter with a purple sunset in the background \ No newline at end of file diff --git a/texts/fab6c27e-3762-475d-8ad6-a07d7a691850.txt b/texts/fab6c27e-3762-475d-8ad6-a07d7a691850.txt new file mode 100644 index 0000000000000000000000000000000000000000..861b1642144c2d8bfe9ea63222dad381981da7a2 --- /dev/null +++ b/texts/fab6c27e-3762-475d-8ad6-a07d7a691850.txt @@ -0,0 +1 @@ +a cat lying on a blue sofa \ No newline at end of file diff --git a/texts/fac414a9-f4a5-4850-9afd-9c73ac7eb317.txt b/texts/fac414a9-f4a5-4850-9afd-9c73ac7eb317.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc8dcc4beded218b180eb295830246029ca28f21 --- /dev/null +++ b/texts/fac414a9-f4a5-4850-9afd-9c73ac7eb317.txt @@ -0,0 +1 @@ +There is an apartment on the sea surface \ No newline at end of file diff --git a/texts/fac95fef-f680-4a42-90fd-1dae09bf8dae.txt b/texts/fac95fef-f680-4a42-90fd-1dae09bf8dae.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c9b9ff2f0dbbd0ed7c1f3097007ca82000e9d64 --- /dev/null +++ b/texts/fac95fef-f680-4a42-90fd-1dae09bf8dae.txt @@ -0,0 +1 @@ +a snow globe with a pink christmas tree, placing under a snow, dark sky, cozy \ No newline at end of file diff --git a/texts/facd091d-8604-4b9c-a85f-90878b20fe1e.txt b/texts/facd091d-8604-4b9c-a85f-90878b20fe1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..d493fa654442740135254902c31319216d61866e --- /dev/null +++ b/texts/facd091d-8604-4b9c-a85f-90878b20fe1e.txt @@ -0,0 +1 @@ +bar glass The atmosphere is great \ No newline at end of file diff --git a/texts/fad5e581-4c5b-4f5b-889e-7210171ab84f.txt b/texts/fad5e581-4c5b-4f5b-889e-7210171ab84f.txt new file mode 100644 index 0000000000000000000000000000000000000000..45476c6caea6456969eaf8bdeba8c56e0724f1b2 --- /dev/null +++ b/texts/fad5e581-4c5b-4f5b-889e-7210171ab84f.txt @@ -0,0 +1 @@ +An angry monkey eats bananas again. \ No newline at end of file diff --git a/texts/fadaf8d1-a55c-4a48-91d9-84b4f13d7304.txt b/texts/fadaf8d1-a55c-4a48-91d9-84b4f13d7304.txt new file mode 100644 index 0000000000000000000000000000000000000000..defb0d3da7472f5aa8003fd5a485000c3dd603ce --- /dev/null +++ b/texts/fadaf8d1-a55c-4a48-91d9-84b4f13d7304.txt @@ -0,0 +1 @@ +miniature pinscher and Maine Coon sleep together on the couch \ No newline at end of file diff --git a/texts/fadd9149-cc69-4cc6-9990-d6c7600d3474.txt b/texts/fadd9149-cc69-4cc6-9990-d6c7600d3474.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d2bca8af6d29abf48ca6692419c6eaa347c1db --- /dev/null +++ b/texts/fadd9149-cc69-4cc6-9990-d6c7600d3474.txt @@ -0,0 +1 @@ +Big Lucky cat in the forest ,lucky cat is made by plastics \ No newline at end of file diff --git a/texts/fadf0988-dd88-4374-8639-de4220d93f6a.txt b/texts/fadf0988-dd88-4374-8639-de4220d93f6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448fdae9536abaf850f913865b77921476ef74d --- /dev/null +++ b/texts/fadf0988-dd88-4374-8639-de4220d93f6a.txt @@ -0,0 +1 @@ +Night By The Sea Blue House French Windows Snowflakes Dream Neon Windows Golden Stars On The Glass Daisies On The Ground \ No newline at end of file diff --git a/texts/fae19a00-4aa6-4ba6-bb5b-eb9340203509.txt b/texts/fae19a00-4aa6-4ba6-bb5b-eb9340203509.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d757faa27d17740172b766eb5d4d9ef9db7aeb0 --- /dev/null +++ b/texts/fae19a00-4aa6-4ba6-bb5b-eb9340203509.txt @@ -0,0 +1 @@ +A black and white dog dressed with a sweater priened barry, playing in the snowland \ No newline at end of file diff --git a/texts/fb07ca88-4bbb-4247-ac8b-ac88a1b50d65.txt b/texts/fb07ca88-4bbb-4247-ac8b-ac88a1b50d65.txt new file mode 100644 index 0000000000000000000000000000000000000000..90e7763a6b3779f0c021122ac8f4f7861b975d2a --- /dev/null +++ b/texts/fb07ca88-4bbb-4247-ac8b-ac88a1b50d65.txt @@ -0,0 +1 @@ +Design a promotional booth for a streetwear brand showcasing modular laptop sleeves at a university campus. The booth should be visually engaging, with vibrant graphics, interactive displays for showcasing the sleeves' customization options, and a welcoming setup to attract university students and creative professionals. Include clear brand elements such as bold typography, sleek modular products on display, and fun giveaways like stickers or small patches. The setting is a modern university with students passing by in a lively, energetic environment. Highlight the brand's innovative, youthful, and eco-friendly ethos. \ No newline at end of file diff --git a/texts/fb08422b-caa5-48aa-a455-c863dfe6ca6f.txt b/texts/fb08422b-caa5-48aa-a455-c863dfe6ca6f.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf9d20391a6c4ef000e79a4b2cda9045aafb41d4 --- /dev/null +++ b/texts/fb08422b-caa5-48aa-a455-c863dfe6ca6f.txt @@ -0,0 +1 @@ +Hello Kitty with one butterfly and strings around, play bass and drumset; fire flares around \ No newline at end of file diff --git a/texts/fb100999-17dc-4934-bde5-d6efd7348b2f.txt b/texts/fb100999-17dc-4934-bde5-d6efd7348b2f.txt new file mode 100644 index 0000000000000000000000000000000000000000..04b60feb9d04e0a407da980156e3232683accf5d --- /dev/null +++ b/texts/fb100999-17dc-4934-bde5-d6efd7348b2f.txt @@ -0,0 +1 @@ +Dobermans, Mount Fuji, snow, Christmas tree \ No newline at end of file diff --git a/texts/fb12ba72-e06c-4302-beac-82a7d0569264.txt b/texts/fb12ba72-e06c-4302-beac-82a7d0569264.txt new file mode 100644 index 0000000000000000000000000000000000000000..eed5a1b3864111454b91150882ada2e1e07f801f --- /dev/null +++ b/texts/fb12ba72-e06c-4302-beac-82a7d0569264.txt @@ -0,0 +1 @@ +The grassland under the snow-capped mountains, a young and handsome cowboy in a windbreaker. \ No newline at end of file diff --git a/texts/fb280447-2951-4f8c-af6e-b0963ad3c3dd.txt b/texts/fb280447-2951-4f8c-af6e-b0963ad3c3dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a16921fcb2392806425631c9b1981ed434c5434 --- /dev/null +++ b/texts/fb280447-2951-4f8c-af6e-b0963ad3c3dd.txt @@ -0,0 +1 @@ +On a snowy night, there's a little civet cat and a little orange cat snuggling in the snow. On the snow, it says LBT. \ No newline at end of file diff --git a/texts/fb38946a-060f-451a-9cc0-3219c00bb7a4.txt b/texts/fb38946a-060f-451a-9cc0-3219c00bb7a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..53f415e247ca74fd5dd5e74e38f524a05ab080db --- /dev/null +++ b/texts/fb38946a-060f-451a-9cc0-3219c00bb7a4.txt @@ -0,0 +1 @@ +a beautiful blue-golden shaded cat with a wing, in front of a cake, birthday \ No newline at end of file diff --git a/texts/fb45b1d3-87ee-4ec5-8216-17d60474f609.txt b/texts/fb45b1d3-87ee-4ec5-8216-17d60474f609.txt new file mode 100644 index 0000000000000000000000000000000000000000..762682ce1dd2374f396181e641b6be58529e8d5d --- /dev/null +++ b/texts/fb45b1d3-87ee-4ec5-8216-17d60474f609.txt @@ -0,0 +1 @@ +Hellokitty shooting with AK47 \ No newline at end of file diff --git a/texts/fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1.txt b/texts/fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1.txt new file mode 100644 index 0000000000000000000000000000000000000000..496cea6f0026e11d3081aaa85ea9b76398ecc0ef --- /dev/null +++ b/texts/fb47a860-7e6b-4989-b2b7-1d65dbfb7fa1.txt @@ -0,0 +1 @@ +In the snow at night, in the moonlight, a HelloKitty doll sits wearing a red scarf with "WJQ" written on the ground. \ No newline at end of file diff --git a/texts/fb47f148-3296-4c64-922a-2c19045cb004.txt b/texts/fb47f148-3296-4c64-922a-2c19045cb004.txt new file mode 100644 index 0000000000000000000000000000000000000000..00fd606709cbffa7d830fe923ceac8624d38a7c5 --- /dev/null +++ b/texts/fb47f148-3296-4c64-922a-2c19045cb004.txt @@ -0,0 +1 @@ +Snowy ground / a yellow Shiba Inu jumping / stars / woods / there stands a black Shiba Inu under the tree \ No newline at end of file diff --git a/texts/fb5283a8-0a07-4f7a-bf04-4e508bc41723.txt b/texts/fb5283a8-0a07-4f7a-bf04-4e508bc41723.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e40639e76c6592c73a3fd25fdc9e7fbf617fd0b --- /dev/null +++ b/texts/fb5283a8-0a07-4f7a-bf04-4e508bc41723.txt @@ -0,0 +1 @@ +Snowflakes and the pink sky, a white cat, a black and white puppy, and a green Christmas tree. \ No newline at end of file diff --git a/texts/fb585249-0621-46e8-9ddf-8f1b749718c8.txt b/texts/fb585249-0621-46e8-9ddf-8f1b749718c8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6de67cf708de4bb83c2d1369a757c3394c267325 --- /dev/null +++ b/texts/fb585249-0621-46e8-9ddf-8f1b749718c8.txt @@ -0,0 +1 @@ +The puppy and the Chinese owner are on the sunny white beach. The puppy's name is chole written on the beach. Bright beach.The owner wears a blue t-shirt and a trousers.The owner is striking the puppy.The owner is facing the camera with his back. \ No newline at end of file diff --git a/texts/fb646f99-9211-493a-a065-321dc79b67d2.txt b/texts/fb646f99-9211-493a-a065-321dc79b67d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..9be323b1c09ad72519959e40b22f4cc53360fd42 --- /dev/null +++ b/texts/fb646f99-9211-493a-a065-321dc79b67d2.txt @@ -0,0 +1 @@ +A black Shiba Inu is riding on a whale \ No newline at end of file diff --git a/texts/fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e.txt b/texts/fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe0cb40bd9c00f8cbfe284ef68e9f7814c68c422 --- /dev/null +++ b/texts/fb68852f-4c99-4ff6-aa79-a50ba8a8aa1e.txt @@ -0,0 +1 @@ +The layout features two kodak photos side by side. Korean. one photo is his young face of 18-years-old.another photo is his old face of 60-years-old. \ No newline at end of file diff --git a/texts/fb6bcd47-a0db-4e0a-b261-e036ef8624ad.txt b/texts/fb6bcd47-a0db-4e0a-b261-e036ef8624ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..78daf92c86596f5b715b0a4b32c59f6fc6f70374 --- /dev/null +++ b/texts/fb6bcd47-a0db-4e0a-b261-e036ef8624ad.txt @@ -0,0 +1 @@ +Samoyed typing MacBook poker face \ No newline at end of file diff --git a/texts/fb6e091b-d7c8-4b43-a88c-69f727fe434c.txt b/texts/fb6e091b-d7c8-4b43-a88c-69f727fe434c.txt new file mode 100644 index 0000000000000000000000000000000000000000..b00dbe2e912c284195b7e8236d88628c66225eee --- /dev/null +++ b/texts/fb6e091b-d7c8-4b43-a88c-69f727fe434c.txt @@ -0,0 +1 @@ +A small dog stands under the Christmas tree on a snowy Christmas night \ No newline at end of file diff --git a/texts/fb6ede82-31f7-45bb-8c97-e445baba562e.txt b/texts/fb6ede82-31f7-45bb-8c97-e445baba562e.txt new file mode 100644 index 0000000000000000000000000000000000000000..b23ac34d391545d1481e86f33dc987a697e869e9 --- /dev/null +++ b/texts/fb6ede82-31f7-45bb-8c97-e445baba562e.txt @@ -0,0 +1 @@ +A beautifully decorated Christmas tree with glowing lights stands on a snowy seaside. The snow-covered ground reflects the colorful lights of the tree. The sky at dusk features soft blue and pink hues blending into the night, sprinkled with twinkling stars. Soap bubbles of various sizes float gently in the air, adding a whimsical touch to the serene scene. \ No newline at end of file diff --git a/texts/fb7f480c-578b-4139-9bf1-4fa60ffd6292.txt b/texts/fb7f480c-578b-4139-9bf1-4fa60ffd6292.txt new file mode 100644 index 0000000000000000000000000000000000000000..203f0a53f245526538e6c1fe4d83ca2c9d74ff3c --- /dev/null +++ b/texts/fb7f480c-578b-4139-9bf1-4fa60ffd6292.txt @@ -0,0 +1 @@ +The roses melted like ice cream, and twinkling points of light floated above \ No newline at end of file diff --git a/texts/fb90469a-9849-406d-8830-90399b4867ef.txt b/texts/fb90469a-9849-406d-8830-90399b4867ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..da719d21fbbfe0c6a454866495d43bce1e39f5c2 --- /dev/null +++ b/texts/fb90469a-9849-406d-8830-90399b4867ef.txt @@ -0,0 +1 @@ +Try to believe us. Feel us. Let it bloom. The flower in your heart. \ No newline at end of file diff --git a/texts/fb920ca4-a191-4bad-87bb-c86cf4c45af0.txt b/texts/fb920ca4-a191-4bad-87bb-c86cf4c45af0.txt new file mode 100644 index 0000000000000000000000000000000000000000..b88ea10ea788386c8fc822b7c16445a0a06a0bf6 --- /dev/null +++ b/texts/fb920ca4-a191-4bad-87bb-c86cf4c45af0.txt @@ -0,0 +1 @@ +Mongolians riding horses on the grassland wearing Iron Man masks \ No newline at end of file diff --git a/texts/fb9cde43-a44c-4017-92e9-871c0af51966.txt b/texts/fb9cde43-a44c-4017-92e9-871c0af51966.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ff969d998f5ce29ebed0f263936d40e49a39003 --- /dev/null +++ b/texts/fb9cde43-a44c-4017-92e9-871c0af51966.txt @@ -0,0 +1 @@ +Two dogs are skiing \ No newline at end of file diff --git a/texts/fbaad6ac-a714-4d27-9e5f-be98553b058f.txt b/texts/fbaad6ac-a714-4d27-9e5f-be98553b058f.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4eb276d7d6088068aa56cd2415bf3142abf905a --- /dev/null +++ b/texts/fbaad6ac-a714-4d27-9e5f-be98553b058f.txt @@ -0,0 +1 @@ +Snows, fireworks, a cute and orange cat, pink clouds \ No newline at end of file diff --git a/texts/fbaec3b4-a2e1-453e-a5ea-87097c2f72ea.txt b/texts/fbaec3b4-a2e1-453e-a5ea-87097c2f72ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..44b655f360aa64264099046ff51ba7f691d7ea44 --- /dev/null +++ b/texts/fbaec3b4-a2e1-453e-a5ea-87097c2f72ea.txt @@ -0,0 +1 @@ +A dinosaur standing next to a california freeway during blue hours \ No newline at end of file diff --git a/texts/fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4.txt b/texts/fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5ce84744b6b55c6fba45133b50ad157037a1a64 --- /dev/null +++ b/texts/fbc35650-e6ef-4dbf-bf96-c65cac3dd7a4.txt @@ -0,0 +1 @@ +A golden retriever puppy is cooking in the kitchen \ No newline at end of file diff --git a/texts/fbd98647-3b56-4dfd-bf81-7c8d9e440c96.txt b/texts/fbd98647-3b56-4dfd-bf81-7c8d9e440c96.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d5123de681f61776679f8663b63e110d87800b1 --- /dev/null +++ b/texts/fbd98647-3b56-4dfd-bf81-7c8d9e440c96.txt @@ -0,0 +1 @@ +A black short footed cat with yellow eyes wearing hello kitty clothes is in the snow There are auroras in the sky \ No newline at end of file diff --git a/texts/fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6.txt b/texts/fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..e361e66eb6dd66086aafd3cff68218f69e18d2d5 --- /dev/null +++ b/texts/fbf3a10f-c9c1-4d4d-9e62-e61aa85125f6.txt @@ -0,0 +1 @@ +Snoopy faces an macbook scene with an gun in his hand. \ No newline at end of file diff --git a/texts/fbfeaee0-2b7c-4c26-84cb-f297457086d7.txt b/texts/fbfeaee0-2b7c-4c26-84cb-f297457086d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c259862802cf2024d4c4aa16e113a6908d3031c --- /dev/null +++ b/texts/fbfeaee0-2b7c-4c26-84cb-f297457086d7.txt @@ -0,0 +1 @@ +A rooster in black suspenders is playing basketball. \ No newline at end of file diff --git a/texts/fc017869-b215-442d-84d2-6e17fe10f22d.txt b/texts/fc017869-b215-442d-84d2-6e17fe10f22d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b95b8e8d4047f5286dd344624d441f404adb6c6 --- /dev/null +++ b/texts/fc017869-b215-442d-84d2-6e17fe10f22d.txt @@ -0,0 +1 @@ +Yellow Shiba Inu wearing scarf at sunset by the sea \ No newline at end of file diff --git a/texts/fc1266dc-30bc-4d38-8b17-d962fd573df2.txt b/texts/fc1266dc-30bc-4d38-8b17-d962fd573df2.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d4c1ae211911e7f82dc80e6526ab55bd8e62c89 --- /dev/null +++ b/texts/fc1266dc-30bc-4d38-8b17-d962fd573df2.txt @@ -0,0 +1 @@ +beach,fireworks,hellokitty toy,LCX handwritten on the snow \ No newline at end of file diff --git a/texts/fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9.txt b/texts/fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0e746df89ba117010a9e09e7c4e3c72fc0d2bcf --- /dev/null +++ b/texts/fc1cdbb7-bd7a-4887-b6a6-512d8d2e51f9.txt @@ -0,0 +1 @@ +Hello Kitty and the eggplant plush toy are wearing colorful cylindrical hats in the white snow, the sky is colorful, and the snow is marked with "HAPPY" \ No newline at end of file diff --git a/texts/fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd.txt b/texts/fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd.txt new file mode 100644 index 0000000000000000000000000000000000000000..a149322ee2a6bac3b543aedf118b5dbbd690a433 --- /dev/null +++ b/texts/fc1dbcac-cd4c-4d22-80d5-e2009c1bbedd.txt @@ -0,0 +1 @@ +Many golden retriever puppies are running on the grass \ No newline at end of file diff --git a/texts/fc2126de-044b-4497-917a-dfcda3e313da.txt b/texts/fc2126de-044b-4497-917a-dfcda3e313da.txt new file mode 100644 index 0000000000000000000000000000000000000000..42e5f36ca23d53ee8053f445d459230a3f86e83a --- /dev/null +++ b/texts/fc2126de-044b-4497-917a-dfcda3e313da.txt @@ -0,0 +1 @@ +On a snowy night, a cute little Hello Kitty cat in a white angel skirt, surrounded by a Christmas tree adorned with colorful decorations, with snowy ground showing "cc" with paw prints. A dreamy blue nightscape with a hint of glittering particles and a surreal effect, with high saturation of colors, but no humans in the scene. \ No newline at end of file diff --git a/texts/fc26e2d2-e594-4657-af30-cf7eed045a8d.txt b/texts/fc26e2d2-e594-4657-af30-cf7eed045a8d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cd2595a4b023c1ff0a7a00696e33ccddbd98765 --- /dev/null +++ b/texts/fc26e2d2-e594-4657-af30-cf7eed045a8d.txt @@ -0,0 +1 @@ +On a snowy night, a couple smiled and chatted \ No newline at end of file diff --git a/texts/fc297964-9eaa-4f15-b860-ff778d746fd2.txt b/texts/fc297964-9eaa-4f15-b860-ff778d746fd2.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d3e7818eecb78ad3cb56b856cb4252f2a6f3204 --- /dev/null +++ b/texts/fc297964-9eaa-4f15-b860-ff778d746fd2.txt @@ -0,0 +1 @@ +Cartoon character Working in Tiktok as internationl merchant operation With TikTok Sign! \ No newline at end of file diff --git a/texts/fc31bab7-c46b-4e73-b7ee-c89bcef0ec73.txt b/texts/fc31bab7-c46b-4e73-b7ee-c89bcef0ec73.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dd6ed453d98947e75a26eb6971ba59303a5ce7b --- /dev/null +++ b/texts/fc31bab7-c46b-4e73-b7ee-c89bcef0ec73.txt @@ -0,0 +1 @@ +A small Yorkshire puppy named Nomi, playing on the grass, blue sky, white clouds and bubbles. \ No newline at end of file diff --git a/texts/fc3e808b-83b9-4486-8e44-062a1caa88f8.txt b/texts/fc3e808b-83b9-4486-8e44-062a1caa88f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..291ed50bd1c7b3725fcb6e452375a9806fdf4e57 --- /dev/null +++ b/texts/fc3e808b-83b9-4486-8e44-062a1caa88f8.txt @@ -0,0 +1 @@ +There is a brown bear doll and a white rabbit doll sitting shoulder to shoulder on the winter snow. The bear is bigger than the rabbit, and the two dolls are wrapped around the same deep red scarf. Both dolls have a very furry and soft texture, with the bear doll wearing gold rimmed glasses and the rabbit doll having a light pink bow on its ear. In front of them was a bouquet of red roses, a little bear holding a cello, and two dolls smiling happily and looking at each other. The deep blue night sky behind me was filled with fireworks and scattered trees. \ No newline at end of file diff --git a/texts/fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b.txt b/texts/fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b.txt new file mode 100644 index 0000000000000000000000000000000000000000..b45fda74574c1817983e95a2a58915803414ebca --- /dev/null +++ b/texts/fc3f13e4-bbe7-4ddd-9dfb-5dcab6e3a71b.txt @@ -0,0 +1 @@ +A big quokka with xmas hat shares milk with a leopard cat \ No newline at end of file diff --git a/texts/fc5111fa-d573-4b70-a5d4-1e1d9f80b742.txt b/texts/fc5111fa-d573-4b70-a5d4-1e1d9f80b742.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6e0e9f57024e0334cd09b133d71772a280a3079 --- /dev/null +++ b/texts/fc5111fa-d573-4b70-a5d4-1e1d9f80b742.txt @@ -0,0 +1 @@ +1980s,christmas ,in cent the mall a hug christmas tree, a lot of decoratons and under the tree is a pile gift, America movie style, retro \ No newline at end of file diff --git a/texts/fc57e7fc-4972-427e-9139-528e9225cbd5.txt b/texts/fc57e7fc-4972-427e-9139-528e9225cbd5.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758d92c1c55c9d4ae35b8e7360e7394d5e933f8 --- /dev/null +++ b/texts/fc57e7fc-4972-427e-9139-528e9225cbd5.txt @@ -0,0 +1 @@ +A flying crow from far distance \ No newline at end of file diff --git a/texts/fc5d9f97-d1d6-4bb8-824d-25500aa67347.txt b/texts/fc5d9f97-d1d6-4bb8-824d-25500aa67347.txt new file mode 100644 index 0000000000000000000000000000000000000000..365968f13ca7df1ca2a314a7c4d1be929949d91b --- /dev/null +++ b/texts/fc5d9f97-d1d6-4bb8-824d-25500aa67347.txt @@ -0,0 +1 @@ +Fireplace, whiskey sour on the table, guns, cakes \ No newline at end of file diff --git a/texts/fc5fb3e2-d18f-4b78-99b7-03894023aa1f.txt b/texts/fc5fb3e2-d18f-4b78-99b7-03894023aa1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3756435987a89da46b68577cfc1dd65e8f2600e --- /dev/null +++ b/texts/fc5fb3e2-d18f-4b78-99b7-03894023aa1f.txt @@ -0,0 +1 @@ +cute baby bear chasing butterflies \ No newline at end of file diff --git a/texts/fc630c35-53ee-4143-8672-b1c0864bb0c1.txt b/texts/fc630c35-53ee-4143-8672-b1c0864bb0c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..aeb694be1117c7c1ba53132f13bf097f51185d5b --- /dev/null +++ b/texts/fc630c35-53ee-4143-8672-b1c0864bb0c1.txt @@ -0,0 +1 @@ +There are many stars coming out of the cherry pie \ No newline at end of file diff --git a/texts/fc67af85-e1c6-41e2-80ab-42a79cd63403.txt b/texts/fc67af85-e1c6-41e2-80ab-42a79cd63403.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0dafab3fcedc9d5510deced5273f6e22791d8fc --- /dev/null +++ b/texts/fc67af85-e1c6-41e2-80ab-42a79cd63403.txt @@ -0,0 +1 @@ +child holding a magnifying glass to his eye \ No newline at end of file diff --git a/texts/fc7487e8-5f67-481c-ab3c-f9418bffb020.txt b/texts/fc7487e8-5f67-481c-ab3c-f9418bffb020.txt new file mode 100644 index 0000000000000000000000000000000000000000..59e79ebbc68f575934886e4e70a081e73db109c9 --- /dev/null +++ b/texts/fc7487e8-5f67-481c-ab3c-f9418bffb020.txt @@ -0,0 +1 @@ +cat and dog \ No newline at end of file diff --git a/texts/fc7de6e7-5924-47c5-89a9-50c19240438d.txt b/texts/fc7de6e7-5924-47c5-89a9-50c19240438d.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebc2ca9e26a1ff55561fc3312b54bfcd1f988470 --- /dev/null +++ b/texts/fc7de6e7-5924-47c5-89a9-50c19240438d.txt @@ -0,0 +1 @@ +McDonald's under the sea \ No newline at end of file diff --git a/texts/fc8dcede-09b8-44dc-8a23-87c768959719.txt b/texts/fc8dcede-09b8-44dc-8a23-87c768959719.txt new file mode 100644 index 0000000000000000000000000000000000000000..96c2e2bc208fe5d69939e0ecab4bf807e93a3b9b --- /dev/null +++ b/texts/fc8dcede-09b8-44dc-8a23-87c768959719.txt @@ -0,0 +1 @@ +A black frenchbull dog is driving a vintage car in hangzhou with paws on steering wheel \ No newline at end of file diff --git a/texts/fc90e167-7f87-461d-8892-c38a45a557b3.txt b/texts/fc90e167-7f87-461d-8892-c38a45a557b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..37f245ddd4bf8b0b54b44f44775c546c58da6edb --- /dev/null +++ b/texts/fc90e167-7f87-461d-8892-c38a45a557b3.txt @@ -0,0 +1 @@ +The little white rabbit wears a cute Christmas hat and looks at the Christmas tree in the snow by the window. The blue and pink twilight moment \ No newline at end of file diff --git a/texts/fc910f23-ed74-451a-a7cd-31f7a347d48a.txt b/texts/fc910f23-ed74-451a-a7cd-31f7a347d48a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf2739847e52e53ff30265420361cb34b375c50 --- /dev/null +++ b/texts/fc910f23-ed74-451a-a7cd-31f7a347d48a.txt @@ -0,0 +1 @@ +Christmas, colorful atmosphere lights,Snowy day \ No newline at end of file diff --git a/texts/fc970f80-e660-42bc-9c2a-17b7856bbaee.txt b/texts/fc970f80-e660-42bc-9c2a-17b7856bbaee.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9de416fa7bb9492c4c0cc70b3ba22a1331399b0 --- /dev/null +++ b/texts/fc970f80-e660-42bc-9c2a-17b7856bbaee.txt @@ -0,0 +1 @@ +A baby chihuahua is sleeping in a very soft green sofa which is in a cabin in a forest \ No newline at end of file diff --git a/texts/fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b.txt b/texts/fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4be349f4f93eef24242a88d463979d6fcb974009 --- /dev/null +++ b/texts/fc9c5df1-c149-45c6-bd5e-eb1a1d711a8b.txt @@ -0,0 +1 @@ +hello Kitty sits in the snow with WYH written on it, fireworks in the sky and a Christmas tree next to it \ No newline at end of file diff --git a/texts/fca8291a-f746-46ff-8deb-8978e7106543.txt b/texts/fca8291a-f746-46ff-8deb-8978e7106543.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcff61786fa9ab77c15fc622ec5e83701ece70a2 --- /dev/null +++ b/texts/fca8291a-f746-46ff-8deb-8978e7106543.txt @@ -0,0 +1 @@ +A Pomeranian is sketching \ No newline at end of file diff --git a/texts/fcb3884b-def5-405e-93d6-b2c5c6302669.txt b/texts/fcb3884b-def5-405e-93d6-b2c5c6302669.txt new file mode 100644 index 0000000000000000000000000000000000000000..176ba5ecf0c40ada929b026dc416db13998836b2 --- /dev/null +++ b/texts/fcb3884b-def5-405e-93d6-b2c5c6302669.txt @@ -0,0 +1 @@ +Taped a banana to the snow like a painting \ No newline at end of file diff --git a/texts/fcbe714d-9e0a-4632-af68-f6ff3091ee58.txt b/texts/fcbe714d-9e0a-4632-af68-f6ff3091ee58.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bc55c60ba9532a38735c35c3bba907435188d9b --- /dev/null +++ b/texts/fcbe714d-9e0a-4632-af68-f6ff3091ee58.txt @@ -0,0 +1 @@ +autumn leaves falling down like pieces into place and I could picture it after all these days \ No newline at end of file diff --git a/texts/fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8.txt b/texts/fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8.txt new file mode 100644 index 0000000000000000000000000000000000000000..d30b2a706a14f864aadea6f819c136b2535797d0 --- /dev/null +++ b/texts/fcc1db3f-9ff2-4c3f-b00a-5a124ba7bfd8.txt @@ -0,0 +1 @@ + Seaside Christmas tree snow sunset \ No newline at end of file diff --git a/texts/fcc4f18c-d1ac-4fa7-a992-241ba54d4da9.txt b/texts/fcc4f18c-d1ac-4fa7-a992-241ba54d4da9.txt new file mode 100644 index 0000000000000000000000000000000000000000..677f43211e81f11feaf6c836bb6a720893d45569 --- /dev/null +++ b/texts/fcc4f18c-d1ac-4fa7-a992-241ba54d4da9.txt @@ -0,0 +1 @@ +white rabbit with blue ribbon, snow field, four leaves clover, bright daylight \ No newline at end of file diff --git a/texts/fcd088a9-25a9-4cf2-81e5-894279a8eb34.txt b/texts/fcd088a9-25a9-4cf2-81e5-894279a8eb34.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ed105bd437557d0431d24abda52a8f16b266431 --- /dev/null +++ b/texts/fcd088a9-25a9-4cf2-81e5-894279a8eb34.txt @@ -0,0 +1 @@ +The floor-to-ceiling Windows look out on snow.In the house,with an elaborate Christmas tree filled with gifts and a large golden retriever watching a burning fireplace \ No newline at end of file diff --git a/texts/fcd2828e-59e9-454d-86f9-8e52ff8a5b7e.txt b/texts/fcd2828e-59e9-454d-86f9-8e52ff8a5b7e.txt new file mode 100644 index 0000000000000000000000000000000000000000..711ef6eb0ee4b96ccdb4f1ce13d1fc0dd46eb61a --- /dev/null +++ b/texts/fcd2828e-59e9-454d-86f9-8e52ff8a5b7e.txt @@ -0,0 +1 @@ +A spider taking a mirror selfie in the bathroom. \ No newline at end of file diff --git a/texts/fcdbb4b6-e1fa-4a70-9845-e57df31d6df9.txt b/texts/fcdbb4b6-e1fa-4a70-9845-e57df31d6df9.txt new file mode 100644 index 0000000000000000000000000000000000000000..301a7d281f6b0bfa28e4986b15ec96e7a9d2a0c4 --- /dev/null +++ b/texts/fcdbb4b6-e1fa-4a70-9845-e57df31d6df9.txt @@ -0,0 +1 @@ +hello kitty is eating McDonald's \ No newline at end of file diff --git a/texts/fcdc73e2-2dbd-46ef-ac33-9b361e139fff.txt b/texts/fcdc73e2-2dbd-46ef-ac33-9b361e139fff.txt new file mode 100644 index 0000000000000000000000000000000000000000..682b4283db95707b6e4cf80c4b3b8bb0087f4217 --- /dev/null +++ b/texts/fcdc73e2-2dbd-46ef-ac33-9b361e139fff.txt @@ -0,0 +1 @@ +In the soft glow of dusk, a serene and peaceful atmosphere envelops the beachside. A cute Hello Kitty plush sits on the fine snow-covered ground, next to which is the carefully written "XHJ" by a small hand, each letter standing out clearly and filled with childlike charm. As night gradually falls, fireworks in the distance begin to bloom, their colorful lights dancing in the sky, contrasting sharply with the fading light of day. These fireworks, as dreamily splendid as they are, add a touch of romance and mystery to this coastal night. \ No newline at end of file diff --git a/texts/fcea81be-e1a1-4918-b134-26bf63970d72.txt b/texts/fcea81be-e1a1-4918-b134-26bf63970d72.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a14893e534143bd69d7a63d6084e9d1337dd41d --- /dev/null +++ b/texts/fcea81be-e1a1-4918-b134-26bf63970d72.txt @@ -0,0 +1 @@ +Stitch drinking in front of an erupting volcano \ No newline at end of file diff --git a/texts/fcec350c-d564-4af5-994e-22814f0fb3d2.txt b/texts/fcec350c-d564-4af5-994e-22814f0fb3d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..f28191a0b66921f4ffabbca46bac145859492638 --- /dev/null +++ b/texts/fcec350c-d564-4af5-994e-22814f0fb3d2.txt @@ -0,0 +1 @@ +cat in house, outside on fire,fire fighting,blue sky \ No newline at end of file diff --git a/texts/fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4.txt b/texts/fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4911c0dd521359df1a1976bdac34497ccb14af --- /dev/null +++ b/texts/fcf4ee77-c9d9-4380-b6f1-8b772ec0e0d4.txt @@ -0,0 +1 @@ + A Snoopy doll holding a cake facing the camera, with a birthday candle with the number 0128 inserted on it \ No newline at end of file diff --git a/texts/fcf55763-e78f-45bf-9687-9d12c954ccc8.txt b/texts/fcf55763-e78f-45bf-9687-9d12c954ccc8.txt new file mode 100644 index 0000000000000000000000000000000000000000..daf486ad5ab2154f5f3199c30a1a0d2598e7d62b --- /dev/null +++ b/texts/fcf55763-e78f-45bf-9687-9d12c954ccc8.txt @@ -0,0 +1 @@ +Fireworks in the snow at night, starry night sky.no people \ No newline at end of file diff --git a/texts/fcf6b6b8-9263-4473-9275-ee81eb7f66bc.txt b/texts/fcf6b6b8-9263-4473-9275-ee81eb7f66bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3adca3c3321976e765bf222fa6388ea043080e44 --- /dev/null +++ b/texts/fcf6b6b8-9263-4473-9275-ee81eb7f66bc.txt @@ -0,0 +1 @@ +CHRISTMAS VIBE DARK AMBLE COLOR BEER,FOCUS ON BEER, EYE LEVEL \ No newline at end of file diff --git a/texts/fcfcc2d2-acf0-490a-a962-cbac01e6124d.txt b/texts/fcfcc2d2-acf0-490a-a962-cbac01e6124d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c56281575419976f6a6ace3b40ff788d4aeadbe --- /dev/null +++ b/texts/fcfcc2d2-acf0-490a-a962-cbac01e6124d.txt @@ -0,0 +1 @@ +The little golden retriever accompanies me on Christmas for my birthday, there are auroras, footprints, snow-capped mountains, and spruce ... \ No newline at end of file diff --git a/texts/fd018ec8-452c-4ee2-b9e2-1d9fd79007ef.txt b/texts/fd018ec8-452c-4ee2-b9e2-1d9fd79007ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..d88f4f15977793de68692336b5318b98e65ef1bb --- /dev/null +++ b/texts/fd018ec8-452c-4ee2-b9e2-1d9fd79007ef.txt @@ -0,0 +1 @@ +A green and yellow doll is laughing by the wall. The doll occupies a large area \ No newline at end of file diff --git a/texts/fd16d588-0c81-47b3-817d-773cd9bceb2d.txt b/texts/fd16d588-0c81-47b3-817d-773cd9bceb2d.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af88e7a53a3203e2e64177e249463705bc68ad5 --- /dev/null +++ b/texts/fd16d588-0c81-47b3-817d-773cd9bceb2d.txt @@ -0,0 +1 @@ +Mongolian \ No newline at end of file diff --git a/texts/fd18a6f5-e9ce-4224-b484-57a85e1d4733.txt b/texts/fd18a6f5-e9ce-4224-b484-57a85e1d4733.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c06cd1911cb6630b1fd6cb673a1a29ee3cdff93 --- /dev/null +++ b/texts/fd18a6f5-e9ce-4224-b484-57a85e1d4733.txt @@ -0,0 +1 @@ +A warm, vibrant red gradient background with subtle textures, creating a festive and elegant atmosphere. without the branches \ No newline at end of file diff --git a/texts/fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718.txt b/texts/fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8046692327743d22e0fd81a3c231a2b7ff72c11 --- /dev/null +++ b/texts/fd19d1f8-4ef2-4599-9ec8-1ccd8fedf718.txt @@ -0,0 +1 @@ +Jasmine blossoms in the snow \ No newline at end of file diff --git a/texts/fd245d54-e27c-4424-a8b2-75ef431698d6.txt b/texts/fd245d54-e27c-4424-a8b2-75ef431698d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..3962c6259c3ddde7b7f9c27a094af3deb3ae3418 --- /dev/null +++ b/texts/fd245d54-e27c-4424-a8b2-75ef431698d6.txt @@ -0,0 +1 @@ +cat watching world is upside down with snow \ No newline at end of file diff --git a/texts/fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415.txt b/texts/fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415.txt new file mode 100644 index 0000000000000000000000000000000000000000..911030a67d1117efda83b9186cc48dac142758c5 --- /dev/null +++ b/texts/fd2ca09a-bd5a-4ec0-a1ad-d3f8c2868415.txt @@ -0,0 +1 @@ +School theater stage, hello kitty is performing on the stage, and an audience of dolls is sitting under the stage \ No newline at end of file diff --git a/texts/fd2e339f-e4d9-403e-8323-cdb7458153fd.txt b/texts/fd2e339f-e4d9-403e-8323-cdb7458153fd.txt new file mode 100644 index 0000000000000000000000000000000000000000..700a5efda400a9948683fbf3316a648945b4b7ad --- /dev/null +++ b/texts/fd2e339f-e4d9-403e-8323-cdb7458153fd.txt @@ -0,0 +1 @@ +There are a cute cat and a lovely rabbit in a warm house. They sit together. The desk is in front of them. There is a beautiful birthday cake on the desk. \ No newline at end of file diff --git a/texts/fd352c30-11dc-4e46-9076-be8690809719.txt b/texts/fd352c30-11dc-4e46-9076-be8690809719.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac2e41d20cf0750a89eeb2263d28388291fa285f --- /dev/null +++ b/texts/fd352c30-11dc-4e46-9076-be8690809719.txt @@ -0,0 +1 @@ +Hello kitty Playing on the snow by the seaside, with fireworks in the sky and LZX and HCH written on the snow \ No newline at end of file diff --git a/texts/fd37369b-9cbf-4da4-a353-84ef2137113b.txt b/texts/fd37369b-9cbf-4da4-a353-84ef2137113b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4736bd738fcf9fec87d3d50124cce366a58352c0 --- /dev/null +++ b/texts/fd37369b-9cbf-4da4-a353-84ef2137113b.txt @@ -0,0 +1 @@ +A red panda wearing sunglasses, DJing in the living room with a Christmas tree atmosphere behind sparkle light \ No newline at end of file diff --git a/texts/fd3c811a-5aef-4f1b-a213-bb1869238ba3.txt b/texts/fd3c811a-5aef-4f1b-a213-bb1869238ba3.txt new file mode 100644 index 0000000000000000000000000000000000000000..4929362ed23359d33a3f479895d8361ee29a8e35 --- /dev/null +++ b/texts/fd3c811a-5aef-4f1b-a213-bb1869238ba3.txt @@ -0,0 +1 @@ +The cake has the number 17 lit candles, strobe lights and an all-black background with a little bit of ribbon \ No newline at end of file diff --git a/texts/fd3db13e-195b-4d2f-8d15-d4489b190ea3.txt b/texts/fd3db13e-195b-4d2f-8d15-d4489b190ea3.txt new file mode 100644 index 0000000000000000000000000000000000000000..6618ec8dfe80eeb1f77ab24f75a50588e6179f6d --- /dev/null +++ b/texts/fd3db13e-195b-4d2f-8d15-d4489b190ea3.txt @@ -0,0 +1 @@ +Cute little black cat and white Samoye snuggle together in the snow. Next to the guitar and the Christmas tree and the little snowman \ No newline at end of file diff --git a/texts/fd3f1806-f588-4205-b26a-61bd1dca5d52.txt b/texts/fd3f1806-f588-4205-b26a-61bd1dca5d52.txt new file mode 100644 index 0000000000000000000000000000000000000000..47b84c8ddec4db9a756a7ad98495c631829d2d45 --- /dev/null +++ b/texts/fd3f1806-f588-4205-b26a-61bd1dca5d52.txt @@ -0,0 +1 @@ +In winter, in the forest, thick snow. There is a clown hat in the snow, a cow looking down at the snow, an urn in the snow, and a small can in the snow. \ No newline at end of file diff --git a/texts/fd45711f-5888-4a29-820f-16a2790e43ae.txt b/texts/fd45711f-5888-4a29-820f-16a2790e43ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..11138b2c5ac926a324570ad12178ddb4cc6796e2 --- /dev/null +++ b/texts/fd45711f-5888-4a29-820f-16a2790e43ae.txt @@ -0,0 +1 @@ +a fish in the bubble \ No newline at end of file diff --git a/texts/fd498042-2e73-4a3b-b6cc-e620c186f3b1.txt b/texts/fd498042-2e73-4a3b-b6cc-e620c186f3b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e74d0c9f3246962a3f88c86ab1d7d16e155cc2b8 --- /dev/null +++ b/texts/fd498042-2e73-4a3b-b6cc-e620c186f3b1.txt @@ -0,0 +1 @@ +Hellokitty and the Christmas tree and snowflakes form a warm picture. \ No newline at end of file diff --git a/texts/fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61.txt b/texts/fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61.txt new file mode 100644 index 0000000000000000000000000000000000000000..d72b89536d650dcfcc25034dfbe7b0f9ab832897 --- /dev/null +++ b/texts/fd4cb75e-d37b-4f9e-80fd-f8d4a857ee61.txt @@ -0,0 +1 @@ +two cats are hugging and there is a Christmas tree aside, and there's a line of words on the wall ''22 I need u " \ No newline at end of file diff --git a/texts/fd53603d-a317-445f-ae91-bad61064390b.txt b/texts/fd53603d-a317-445f-ae91-bad61064390b.txt new file mode 100644 index 0000000000000000000000000000000000000000..316aab4b19d04ab9c93e75234a734527117c7e86 --- /dev/null +++ b/texts/fd53603d-a317-445f-ae91-bad61064390b.txt @@ -0,0 +1 @@ +On a sunny day, a apple doll is under a yellow ginkgo tree \ No newline at end of file diff --git a/texts/fd58f2cb-2951-4516-b59e-d09828a8e1ab.txt b/texts/fd58f2cb-2951-4516-b59e-d09828a8e1ab.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbd96a53fa1366aa571cf9e4c29c10fda30efbae --- /dev/null +++ b/texts/fd58f2cb-2951-4516-b59e-d09828a8e1ab.txt @@ -0,0 +1 @@ +Samoye is in the snow \ No newline at end of file diff --git a/texts/fd5aaed8-51b8-476e-a27f-b160960f9336.txt b/texts/fd5aaed8-51b8-476e-a27f-b160960f9336.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a62d049d7b52fe5f1152cee57c6258fc2652e63 --- /dev/null +++ b/texts/fd5aaed8-51b8-476e-a27f-b160960f9336.txt @@ -0,0 +1 @@ +A white little dog is sitting in the snow, wearing white headphones and a red scarf. There are also vintage candles and pearls in the snow, and stars in the sky. It's snowing, and there are paw prints in the snow. \ No newline at end of file diff --git a/texts/fd6e1936-2d28-4815-b405-c4aaeebb86a7.txt b/texts/fd6e1936-2d28-4815-b405-c4aaeebb86a7.txt new file mode 100644 index 0000000000000000000000000000000000000000..83045d7b251c8266f00aa66f7ee5288e3572f406 --- /dev/null +++ b/texts/fd6e1936-2d28-4815-b405-c4aaeebb86a7.txt @@ -0,0 +1 @@ +A pure black cat running in a snowy forest with fireworks in the background. \ No newline at end of file diff --git a/texts/fd707208-164c-4d36-9cdc-9dbab34e77c1.txt b/texts/fd707208-164c-4d36-9cdc-9dbab34e77c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..10f26f879347630184796f9fec711255d2737f07 --- /dev/null +++ b/texts/fd707208-164c-4d36-9cdc-9dbab34e77c1.txt @@ -0,0 +1 @@ +Volcano erupts petals and stars \ No newline at end of file diff --git a/texts/fd855efe-3890-43e4-abf3-9247edef97e9.txt b/texts/fd855efe-3890-43e4-abf3-9247edef97e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1d713e386fec047f0783cce4c7c7c8d582f174d --- /dev/null +++ b/texts/fd855efe-3890-43e4-abf3-9247edef97e9.txt @@ -0,0 +1 @@ +a North Korea commander standing at the top of the mountain, looking at the neon light of the city on the horizon \ No newline at end of file diff --git a/texts/fd85a906-d95b-487e-90e8-9050633cd89c.txt b/texts/fd85a906-d95b-487e-90e8-9050633cd89c.txt new file mode 100644 index 0000000000000000000000000000000000000000..621d8eedfe9aac68666c1d04d7aafe5108f7f476 --- /dev/null +++ b/texts/fd85a906-d95b-487e-90e8-9050633cd89c.txt @@ -0,0 +1 @@ +In the snow, it says'seventeen'and snowflakes float in the sky \ No newline at end of file diff --git a/texts/fd8f2767-6195-48df-96bc-e50e22a9b2b0.txt b/texts/fd8f2767-6195-48df-96bc-e50e22a9b2b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ed1e24de679805a72d534d5a5309dd5466cf131 --- /dev/null +++ b/texts/fd8f2767-6195-48df-96bc-e50e22a9b2b0.txt @@ -0,0 +1 @@ +hello kitty doll in the pure pink princess dress holding a machine gun in the white snow background \ No newline at end of file diff --git a/texts/fd8f815a-2013-4260-a39c-10252d68c982.txt b/texts/fd8f815a-2013-4260-a39c-10252d68c982.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a884f68c264deca9131b42f493f9db69ece7ded --- /dev/null +++ b/texts/fd8f815a-2013-4260-a39c-10252d68c982.txt @@ -0,0 +1 @@ +It snows and blues every day.A crocodile is in the snow.An orange kitten stood on the crocodile's back.There is a dog flying in the palace. \ No newline at end of file diff --git a/texts/fd950609-04b2-4369-92ea-05bf4322f056.txt b/texts/fd950609-04b2-4369-92ea-05bf4322f056.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4cc14fe922f3ff0c0ddc58eb1d8179528c3c6a6 --- /dev/null +++ b/texts/fd950609-04b2-4369-92ea-05bf4322f056.txt @@ -0,0 +1 @@ +hello Kitty holds a sign that says wc \ No newline at end of file diff --git a/texts/fd9f6b44-9ab2-4145-a9ff-cfcb547d263b.txt b/texts/fd9f6b44-9ab2-4145-a9ff-cfcb547d263b.txt new file mode 100644 index 0000000000000000000000000000000000000000..45a55f423c8fadd9e403cfe2c14929078d77642c --- /dev/null +++ b/texts/fd9f6b44-9ab2-4145-a9ff-cfcb547d263b.txt @@ -0,0 +1 @@ +Hello kitty writes Niha on the cartoon photo lovely cute colorful \ No newline at end of file diff --git a/texts/fda46c21-ee45-4dc0-9c68-905fd9ffd737.txt b/texts/fda46c21-ee45-4dc0-9c68-905fd9ffd737.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cbc2ab1e4a1d61211903dfacb515eaf3eddca1e --- /dev/null +++ b/texts/fda46c21-ee45-4dc0-9c68-905fd9ffd737.txt @@ -0,0 +1 @@ +rilakkuma doll, seaside, Christmas, snow, xiulllin written in the snow \ No newline at end of file diff --git a/texts/fda5656b-5f03-4719-bbd4-a27ae9fd9c88.txt b/texts/fda5656b-5f03-4719-bbd4-a27ae9fd9c88.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2503948553df2c094780adc13897a730658ba32 --- /dev/null +++ b/texts/fda5656b-5f03-4719-bbd4-a27ae9fd9c88.txt @@ -0,0 +1 @@ +A fluffy dog wearing aviator glasses and a bear are hanging from a hot air balloon, the blue sky snowing \ No newline at end of file diff --git a/texts/fdb1bb15-0ee6-416b-8d96-8238af6dec36.txt b/texts/fdb1bb15-0ee6-416b-8d96-8238af6dec36.txt new file mode 100644 index 0000000000000000000000000000000000000000..505f0e4dc84c2894226a5f25d20bd234324110e5 --- /dev/null +++ b/texts/fdb1bb15-0ee6-416b-8d96-8238af6dec36.txt @@ -0,0 +1 @@ +A Samoyed is playing in the snow. Samoyed is in the middle of the picture \ No newline at end of file diff --git a/texts/fdbf6f3b-b1ed-4fdf-b698-77b087c81065.txt b/texts/fdbf6f3b-b1ed-4fdf-b698-77b087c81065.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e80202c4f9f9fa9b212012506ff1bceddba4df8 --- /dev/null +++ b/texts/fdbf6f3b-b1ed-4fdf-b698-77b087c81065.txt @@ -0,0 +1 @@ +A sponge lying on top of a pizza. \ No newline at end of file diff --git a/texts/fdc5ad78-979a-4ebc-806d-b3774fb56ef6.txt b/texts/fdc5ad78-979a-4ebc-806d-b3774fb56ef6.txt new file mode 100644 index 0000000000000000000000000000000000000000..a29ded4eb086cece28ebe3a8631f4e7711af55d3 --- /dev/null +++ b/texts/fdc5ad78-979a-4ebc-806d-b3774fb56ef6.txt @@ -0,0 +1 @@ +Hot summer nights mid July, when you and I were forever wild. \ No newline at end of file diff --git a/texts/fdc830a2-b31e-4207-b720-d6f9ca1cfb45.txt b/texts/fdc830a2-b31e-4207-b720-d6f9ca1cfb45.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b9fc49f535aa0152ab039b7f911e6d1b07f6e0c --- /dev/null +++ b/texts/fdc830a2-b31e-4207-b720-d6f9ca1cfb45.txt @@ -0,0 +1 @@ +word rurubyhomie in the snow at sunset with fireworks \ No newline at end of file diff --git a/texts/fdcc90c5-f045-4e43-a656-c63a96b0a52a.txt b/texts/fdcc90c5-f045-4e43-a656-c63a96b0a52a.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c81dbe9968b91efa192bd474ffee80860e42a53 --- /dev/null +++ b/texts/fdcc90c5-f045-4e43-a656-c63a96b0a52a.txt @@ -0,0 +1 @@ +Yellow Shiba Inu wearing blue scarf playing in the snow \ No newline at end of file diff --git a/texts/fdd55e2f-e828-4d1c-95af-91f7dba88448.txt b/texts/fdd55e2f-e828-4d1c-95af-91f7dba88448.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3274152ca690ea38519221e5551529ad14f408c --- /dev/null +++ b/texts/fdd55e2f-e828-4d1c-95af-91f7dba88448.txt @@ -0,0 +1 @@ +A man with his eyes closed and feeling the cloudy weather \ No newline at end of file diff --git a/texts/fde16cd7-a45d-42d8-b437-7d75a8c6952b.txt b/texts/fde16cd7-a45d-42d8-b437-7d75a8c6952b.txt new file mode 100644 index 0000000000000000000000000000000000000000..44ab007c3a75fb0802084cccdc3d3bb4a466ae12 --- /dev/null +++ b/texts/fde16cd7-a45d-42d8-b437-7d75a8c6952b.txt @@ -0,0 +1 @@ +anorchid grows in a nautilus \ No newline at end of file diff --git a/texts/fde35ede-cf23-4af7-aee3-1e3c005858ac.txt b/texts/fde35ede-cf23-4af7-aee3-1e3c005858ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee4ce5ba27f9d1934b24c0aa2f2ad594bf0a7c4 --- /dev/null +++ b/texts/fde35ede-cf23-4af7-aee3-1e3c005858ac.txt @@ -0,0 +1 @@ +Bombay cat in front CRT TV \ No newline at end of file diff --git a/texts/fde57eff-c412-496c-a77b-4068fca7a3cd.txt b/texts/fde57eff-c412-496c-a77b-4068fca7a3cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..37e5a8ce38fb95916cade58d1429c4b4bbd735f2 --- /dev/null +++ b/texts/fde57eff-c412-496c-a77b-4068fca7a3cd.txt @@ -0,0 +1 @@ +A raw milk roll cake made from toilet paper rolls is topped with colorful candles of various sizes, emitting a sparkler-like glow \ No newline at end of file diff --git a/texts/fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a.txt b/texts/fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..19f3ca3f1672e5b7ed728426bbd4b6d741d76bb9 --- /dev/null +++ b/texts/fde7a97a-7ac0-4c5a-ba55-5127a5b39c6a.txt @@ -0,0 +1 @@ +hello kitty/play lego/fire/fireplace/whisky/merry Christmas/love/camera/ccd/play \ No newline at end of file diff --git a/texts/fdeba540-1d25-4bf8-a23c-51cee428a01e.txt b/texts/fdeba540-1d25-4bf8-a23c-51cee428a01e.txt new file mode 100644 index 0000000000000000000000000000000000000000..e44c9168884d2ff8c5ee75485affe6a59851a86f --- /dev/null +++ b/texts/fdeba540-1d25-4bf8-a23c-51cee428a01e.txt @@ -0,0 +1 @@ +Hello Kitty, incense headboard \ No newline at end of file diff --git a/texts/fdecaa84-cd5c-4efe-91a7-2ec663e50d59.txt b/texts/fdecaa84-cd5c-4efe-91a7-2ec663e50d59.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1817d2069c09720662cf83e436343ac621e3ff7 --- /dev/null +++ b/texts/fdecaa84-cd5c-4efe-91a7-2ec663e50d59.txt @@ -0,0 +1 @@ +Pudding dog for Christmas \ No newline at end of file diff --git a/texts/fdef4c13-3c8a-4d95-b7a9-b38d522bf393.txt b/texts/fdef4c13-3c8a-4d95-b7a9-b38d522bf393.txt new file mode 100644 index 0000000000000000000000000000000000000000..8efbe65791ea086ec1a4bd44fe7b13f8302e2379 --- /dev/null +++ b/texts/fdef4c13-3c8a-4d95-b7a9-b38d522bf393.txt @@ -0,0 +1 @@ +A light yellow Shiba Inu wearing a work badge, holding hot coffee, working on a laptop under the rainbow \ No newline at end of file diff --git a/texts/fdef7055-3d71-4f27-9b2c-b509b436ffcf.txt b/texts/fdef7055-3d71-4f27-9b2c-b509b436ffcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..b244ae6fe45b5772b9decf01e278a63d2ede1c56 --- /dev/null +++ b/texts/fdef7055-3d71-4f27-9b2c-b509b436ffcf.txt @@ -0,0 +1 @@ +Five groundhogs sitting together playing Texas Hold'em with a Christmas tree next to them \ No newline at end of file diff --git a/texts/fdf31372-7205-453a-adfb-6e9e462b3a1d.txt b/texts/fdf31372-7205-453a-adfb-6e9e462b3a1d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f26165d71da9545e78b9af2931bb051827aa0131 --- /dev/null +++ b/texts/fdf31372-7205-453a-adfb-6e9e462b3a1d.txt @@ -0,0 +1 @@ +A white tiled room with with a lukewarm pool, a rubber duck floating in the pool,white walls,dreamy,realistic \ No newline at end of file diff --git a/texts/fe0714ef-d08c-45c2-b4ae-91f8d7f3df81.txt b/texts/fe0714ef-d08c-45c2-b4ae-91f8d7f3df81.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a9ab9649d45dd8884c06e5c16c1062c89672d7b --- /dev/null +++ b/texts/fe0714ef-d08c-45c2-b4ae-91f8d7f3df81.txt @@ -0,0 +1 @@ +On a warm winter day, in a pink room, Winnie the Pooh doll is typing at the computer desk, and there is a glass of milk on the computer table. There are light particles, and the film is heavy. \ No newline at end of file diff --git a/texts/fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e.txt b/texts/fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab2e34e7a49f6ec2463b270a4d56a3aa903d5c67 --- /dev/null +++ b/texts/fe0a782a-eeb5-4d0c-9aa3-10e1d8cfff8e.txt @@ -0,0 +1 @@ +A toad is sitting by the pool in a swimsuit and a swimming cap. \ No newline at end of file diff --git a/texts/fe0cf8fd-003d-4d59-9c02-8e0ebf907145.txt b/texts/fe0cf8fd-003d-4d59-9c02-8e0ebf907145.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bcf0ed989f02335cf99f83c135890b76450decf --- /dev/null +++ b/texts/fe0cf8fd-003d-4d59-9c02-8e0ebf907145.txt @@ -0,0 +1 @@ +A cat vomiting a rainbow \ No newline at end of file diff --git a/texts/fe15cc2e-a8d4-4a67-ba55-7b55018cde51.txt b/texts/fe15cc2e-a8d4-4a67-ba55-7b55018cde51.txt new file mode 100644 index 0000000000000000000000000000000000000000..06d199f2e6a5e9cdfbaa8e702b229e946ed16170 --- /dev/null +++ b/texts/fe15cc2e-a8d4-4a67-ba55-7b55018cde51.txt @@ -0,0 +1 @@ +An introverted japanese man wear glasses, very shy , walking with a very pretty Japanese pop star who wears address in pink color without glasses under the Sakura \ No newline at end of file diff --git a/texts/fe19736b-054d-404d-b896-da15829ed825.txt b/texts/fe19736b-054d-404d-b896-da15829ed825.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8f56e8aafcc071e7624fa4f847b6b29ffc33896 --- /dev/null +++ b/texts/fe19736b-054d-404d-b896-da15829ed825.txt @@ -0,0 +1 @@ +A curly Schnauzer with a coffee-colored body and four white feet is wearing a Santa hat and a snowman running in the snow. There is a Christmas tree next to it, and light snow is floating in the sky \ No newline at end of file diff --git a/texts/fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a.txt b/texts/fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9fe6f0f82af82ad884829267306f5c9b636f604 --- /dev/null +++ b/texts/fe298b0a-0fa2-46d5-81d6-5a9dcc92c34a.txt @@ -0,0 +1 @@ +Hello kitty as an adult cat hybrid, tall, wearing hiking clothes, looks like real cat \ No newline at end of file diff --git a/texts/fe32d42a-cedb-43d4-a2fa-89311cd0be7f.txt b/texts/fe32d42a-cedb-43d4-a2fa-89311cd0be7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..d028bcd284362c0f7ac0b1f6cd1ec32d54b1c154 --- /dev/null +++ b/texts/fe32d42a-cedb-43d4-a2fa-89311cd0be7f.txt @@ -0,0 +1 @@ +Astronauts and Emperor ride in cars at the Forbidden City in Beijing \ No newline at end of file diff --git a/texts/fe4e3d21-2de1-46d5-8acb-3b4940ce322e.txt b/texts/fe4e3d21-2de1-46d5-8acb-3b4940ce322e.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa0f795434f5c20a2fc2269e95f36c268fbee0df --- /dev/null +++ b/texts/fe4e3d21-2de1-46d5-8acb-3b4940ce322e.txt @@ -0,0 +1 @@ +On a snowy night, there is the sea in the distance. The close-up is a hello kitty doll wearing a Christmas hat, next to it is a Christmas tree full of lights, and "zlj" is written in the snow. The dark blue night sky with light particles. \ No newline at end of file diff --git a/texts/fe59e3ed-b909-43cf-a7e3-1a2dee874168.txt b/texts/fe59e3ed-b909-43cf-a7e3-1a2dee874168.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d86b5df488ee7c89e674077eeab7d0899dc54e1 --- /dev/null +++ b/texts/fe59e3ed-b909-43cf-a7e3-1a2dee874168.txt @@ -0,0 +1 @@ +On a snowy night, a bean-eyed bear doll wearing a small dress sits next to the Christmas tree, which is decorated with colorful decorations, very gorgeous, and the snow is written "cc" with traces of cat PAWS. Dreamy blue night scene, with a point of light particles dreamlike effect, high color saturation, do not appear in the picture human. \ No newline at end of file diff --git a/texts/fe74b5a9-c604-4927-97e8-0e0a4e710f01.txt b/texts/fe74b5a9-c604-4927-97e8-0e0a4e710f01.txt new file mode 100644 index 0000000000000000000000000000000000000000..13847f0f72daaa0130d14bdf4e73f1e9785bb106 --- /dev/null +++ b/texts/fe74b5a9-c604-4927-97e8-0e0a4e710f01.txt @@ -0,0 +1 @@ +Dark day, there are many meteorites in the sky fell to the ground, the ground was smashed out of a lot of fire pits, next to the ground along a river, the shore is a sea of fire. \ No newline at end of file diff --git a/texts/fe75cf13-89ba-4752-bd45-fd2a336065e2.txt b/texts/fe75cf13-89ba-4752-bd45-fd2a336065e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d31e3fe06ede9adb13a86cfaa5a0e767584467be --- /dev/null +++ b/texts/fe75cf13-89ba-4752-bd45-fd2a336065e2.txt @@ -0,0 +1 @@ +one cute HelloKitty sitting under the maple tree the tree has beautiful red leaves \ No newline at end of file diff --git a/texts/fe87ab67-bae0-4327-83bc-2e3b6c328c32.txt b/texts/fe87ab67-bae0-4327-83bc-2e3b6c328c32.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef6a8af58cc5573a86ddce96dc576aecae73ec96 --- /dev/null +++ b/texts/fe87ab67-bae0-4327-83bc-2e3b6c328c32.txt @@ -0,0 +1 @@ +A cute little Hellow Kitty wearing a santa hat and princess dress, smiling, a cup of milk tea in hands, indoor, sitting front of computer, christmas tree behind chair, looking at viewer \ No newline at end of file diff --git a/texts/fe8d86cd-27a5-42c8-94e7-47dcce6badfe.txt b/texts/fe8d86cd-27a5-42c8-94e7-47dcce6badfe.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cd6af26e681b47a737c6ea8a7134bda23a74d4d --- /dev/null +++ b/texts/fe8d86cd-27a5-42c8-94e7-47dcce6badfe.txt @@ -0,0 +1 @@ +The beauty smiled with flowers in her arms and looked back by the river. \ No newline at end of file diff --git a/texts/fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32.txt b/texts/fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32.txt new file mode 100644 index 0000000000000000000000000000000000000000..09356d0ac04871d4fe6c53b7a0f8de3a6f33cd5a --- /dev/null +++ b/texts/fe8da5ea-5dfe-4e3e-8e8d-b16a20bf6d32.txt @@ -0,0 +1 @@ +a poster of heavy snow in 24 solar terms China \ No newline at end of file diff --git a/texts/fea0457d-5906-4207-82e9-e8690f2e3a22.txt b/texts/fea0457d-5906-4207-82e9-e8690f2e3a22.txt new file mode 100644 index 0000000000000000000000000000000000000000..55a73e3c05f7eccb7d49de42c04ef8961f11b6db --- /dev/null +++ b/texts/fea0457d-5906-4207-82e9-e8690f2e3a22.txt @@ -0,0 +1 @@ +a cute fat body Seal wearing a light soft grey warm fluffy stars pattern baby cotton cloth, Christmas vibe \ No newline at end of file diff --git a/texts/fea335a3-e331-4594-9d8b-c2e89012ea93.txt b/texts/fea335a3-e331-4594-9d8b-c2e89012ea93.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb500a6e870c1308d4bf3f6e9b99f0913ff2c637 --- /dev/null +++ b/texts/fea335a3-e331-4594-9d8b-c2e89012ea93.txt @@ -0,0 +1 @@ +a smiling rabbit eating snacks (chips, biscuits, marshmallow...) in the office \ No newline at end of file diff --git a/texts/fea373bb-0dff-4eff-aa0e-81008a214f5c.txt b/texts/fea373bb-0dff-4eff-aa0e-81008a214f5c.txt new file mode 100644 index 0000000000000000000000000000000000000000..5013184e137d137875a69090d5d8cb8709abfdd5 --- /dev/null +++ b/texts/fea373bb-0dff-4eff-aa0e-81008a214f5c.txt @@ -0,0 +1 @@ +In the background is a red ornate room with an ornate Christmas tree decorated with the letters "L I V I N G M O R E" \ No newline at end of file diff --git a/texts/fea40e45-dfc9-4719-b08f-ee05bd4a452b.txt b/texts/fea40e45-dfc9-4719-b08f-ee05bd4a452b.txt new file mode 100644 index 0000000000000000000000000000000000000000..c43fb94cf25e606d85f77f1e3cc8099f100f8a5d --- /dev/null +++ b/texts/fea40e45-dfc9-4719-b08f-ee05bd4a452b.txt @@ -0,0 +1 @@ +hello kitty/snow/FUJI mountain/fire/whisky/merry Christmas/love/camera/ccd \ No newline at end of file diff --git a/texts/fea90f85-2996-4719-ae1d-59aab98a5b1c.txt b/texts/fea90f85-2996-4719-ae1d-59aab98a5b1c.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6964b671bf1ad91bda44ebbcb4be069992d1d70 --- /dev/null +++ b/texts/fea90f85-2996-4719-ae1d-59aab98a5b1c.txt @@ -0,0 +1 @@ +little snow , pure white sky, black Scottish Terrier wearing a Christmas hat \ No newline at end of file diff --git a/texts/feaa1fc1-37c6-4868-93f6-e7c7203dbe94.txt b/texts/feaa1fc1-37c6-4868-93f6-e7c7203dbe94.txt new file mode 100644 index 0000000000000000000000000000000000000000..c585f0b2291289919baea6510c8baf77cd052fb3 --- /dev/null +++ b/texts/feaa1fc1-37c6-4868-93f6-e7c7203dbe94.txt @@ -0,0 +1 @@ +A lion is taking a Polaroid, with a giraffe beside it. \ No newline at end of file diff --git a/texts/feca6d82-a9c4-496d-a473-859d9044b24f.txt b/texts/feca6d82-a9c4-496d-a473-859d9044b24f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a32d6fa877bce9c9d35d7bef2d55028ad70a8f3d --- /dev/null +++ b/texts/feca6d82-a9c4-496d-a473-859d9044b24f.txt @@ -0,0 +1 @@ +A Cinnamoroll doll stands in the snow, holding a fairy wand, with the sea and fireworks in the distance, and the words "xin" engraved on the snow \ No newline at end of file diff --git a/texts/feca9b7e-d901-4619-8a78-d41dfd702a36.txt b/texts/feca9b7e-d901-4619-8a78-d41dfd702a36.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eade627d9ac1c6bf44963c4c7cc8f527be09fb0 --- /dev/null +++ b/texts/feca9b7e-d901-4619-8a78-d41dfd702a36.txt @@ -0,0 +1 @@ +A young artist sketching Edinburgh Castle under a brilliant blue sky, with sunlight illuminating the ancient stones. \ No newline at end of file diff --git a/texts/fecde220-d495-41a8-880a-12ef60440d1f.txt b/texts/fecde220-d495-41a8-880a-12ef60440d1f.txt new file mode 100644 index 0000000000000000000000000000000000000000..68e5ab7dfa03bc2f758f3a5173c7c4a8041dd46d --- /dev/null +++ b/texts/fecde220-d495-41a8-880a-12ef60440d1f.txt @@ -0,0 +1 @@ +I sat in a room filled with toys eating \ No newline at end of file diff --git a/texts/feebca19-2212-4e8f-801b-f4358f208b84.txt b/texts/feebca19-2212-4e8f-801b-f4358f208b84.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e9277de3984fa040de5b6fd67a8c65a3ce1d2e8 --- /dev/null +++ b/texts/feebca19-2212-4e8f-801b-f4358f208b84.txt @@ -0,0 +1 @@ +Several pink butterflies surround a half-eaten corn \ No newline at end of file diff --git a/texts/feed4a18-583f-4cbc-b8c0-fa42f493365b.txt b/texts/feed4a18-583f-4cbc-b8c0-fa42f493365b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4919eb84ee82edc6e45e1cf11a7b3c38b5aee826 --- /dev/null +++ b/texts/feed4a18-583f-4cbc-b8c0-fa42f493365b.txt @@ -0,0 +1 @@ +a green cartoon bird casually sitting on an outdoor deck chair drinking coffee, a real big house burning huge fire closely behind \ No newline at end of file diff --git a/texts/feff7bad-4a5a-4e10-8ee4-541749104eb5.txt b/texts/feff7bad-4a5a-4e10-8ee4-541749104eb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7159a915ed0e5d4887ad115bbfdda76c7147631 --- /dev/null +++ b/texts/feff7bad-4a5a-4e10-8ee4-541749104eb5.txt @@ -0,0 +1 @@ +hello kitty stands in front of a glacier with the sunset behind her, and a baby polar bear next to her, a sign warning of polar bears on the other side. The overall color of the picture is blue and cold \ No newline at end of file diff --git a/texts/ff02903c-5522-4923-b2f3-8d1facbfd1b6.txt b/texts/ff02903c-5522-4923-b2f3-8d1facbfd1b6.txt new file mode 100644 index 0000000000000000000000000000000000000000..01ed0842ebc13f694b5082edb62e4ff2d8c08caa --- /dev/null +++ b/texts/ff02903c-5522-4923-b2f3-8d1facbfd1b6.txt @@ -0,0 +1 @@ +The puppy and the owner are on the sunny white beach. \ No newline at end of file diff --git a/texts/ff039cb5-580a-4a41-93ca-e3ba7c98037e.txt b/texts/ff039cb5-580a-4a41-93ca-e3ba7c98037e.txt new file mode 100644 index 0000000000000000000000000000000000000000..917caf8928dec5dd7cf5e8f52914e438b0cbd080 --- /dev/null +++ b/texts/ff039cb5-580a-4a41-93ca-e3ba7c98037e.txt @@ -0,0 +1 @@ +A handsome man in a pink knit hat, wearing a dark blue jacket, blue jeans and a pair of pink Adidas training shoes, squatting on the front steps, the weather is relatively cold and the sky is blowing snow, time is night \ No newline at end of file diff --git a/texts/ff048bdf-6527-4a4f-b582-8187a2c2b67d.txt b/texts/ff048bdf-6527-4a4f-b582-8187a2c2b67d.txt new file mode 100644 index 0000000000000000000000000000000000000000..fef9fce84755010cc16bc2aa15eec5af7da4837b --- /dev/null +++ b/texts/ff048bdf-6527-4a4f-b582-8187a2c2b67d.txt @@ -0,0 +1 @@ +Snowy mountains, snow, stars, roses, there is a white cat wearing a hat, and a white beastly dog with pink wing, and a heart next to # YSHandZH written on the snow \ No newline at end of file diff --git a/texts/ff1162fe-0e9d-4172-b6e6-378e12c1a9ea.txt b/texts/ff1162fe-0e9d-4172-b6e6-378e12c1a9ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1ec38d28eb0c41c2d7cfc22822f4c4d83ce517a --- /dev/null +++ b/texts/ff1162fe-0e9d-4172-b6e6-378e12c1a9ea.txt @@ -0,0 +1 @@ +There's Disney landand fireworks and Samoyed puppies and green grass and stars \ No newline at end of file diff --git a/texts/ff143876-e874-4fc4-9e7f-cedcf64eaf4c.txt b/texts/ff143876-e874-4fc4-9e7f-cedcf64eaf4c.txt new file mode 100644 index 0000000000000000000000000000000000000000..841803c60242aa8d07915fddb55c412b287167a9 --- /dev/null +++ b/texts/ff143876-e874-4fc4-9e7f-cedcf64eaf4c.txt @@ -0,0 +1 @@ +Hellokitty playing tennis with Father Christmas under the aurora \ No newline at end of file diff --git a/texts/ff18f2b1-7752-4e8e-bc14-adf5fa385600.txt b/texts/ff18f2b1-7752-4e8e-bc14-adf5fa385600.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3ba1260f5240c07253543e7b8255461440c2f31 --- /dev/null +++ b/texts/ff18f2b1-7752-4e8e-bc14-adf5fa385600.txt @@ -0,0 +1 @@ +A grey and white Chinese lihua cat works on a computer by the sea with a Christmas tree and a beautiful night sky. \ No newline at end of file diff --git a/texts/ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea.txt b/texts/ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ef9b0fea371a78f87c32ea35eba3093e0d7f0ef --- /dev/null +++ b/texts/ff1ddc5a-73e1-4998-8d6a-5906bcdbfcea.txt @@ -0,0 +1 @@ +cute hellokitty is wearing a vest skirt and using a big scissor cutting a fabric which is on fire \ No newline at end of file diff --git a/texts/ff20b507-b9ce-435c-b227-6dc4ed7df208.txt b/texts/ff20b507-b9ce-435c-b227-6dc4ed7df208.txt new file mode 100644 index 0000000000000000000000000000000000000000..686ddac8c37f4e73db32750157dbe291a7a8d025 --- /dev/null +++ b/texts/ff20b507-b9ce-435c-b227-6dc4ed7df208.txt @@ -0,0 +1 @@ +Asian hair \ No newline at end of file diff --git a/texts/ff280a4b-0810-441e-8b4a-ae77a4212f72.txt b/texts/ff280a4b-0810-441e-8b4a-ae77a4212f72.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb0b125a6f313310abc773bce922459350af159e --- /dev/null +++ b/texts/ff280a4b-0810-441e-8b4a-ae77a4212f72.txt @@ -0,0 +1 @@ +At night, HelloKitty is by the sea, it's snowing, and the sand is covered in white snow with the letter "XW" on it. There is also a Christmas tree in the snowy ground, and fireworks are being set off in the sky. \ No newline at end of file diff --git a/texts/ff2b97f6-6a82-4106-a605-34d02a4f8b4a.txt b/texts/ff2b97f6-6a82-4106-a605-34d02a4f8b4a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea3989324b760059de619def933cf0725ca7ef0c --- /dev/null +++ b/texts/ff2b97f6-6a82-4106-a605-34d02a4f8b4a.txt @@ -0,0 +1 @@ +The flock of birds in the chest bypasses 100,000 suns. \ No newline at end of file diff --git a/texts/ff38e21b-4a78-4ab6-b224-e51d75b075ba.txt b/texts/ff38e21b-4a78-4ab6-b224-e51d75b075ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a545b725d0dd94c2ae7dd96efcb3eaaf361cf85 --- /dev/null +++ b/texts/ff38e21b-4a78-4ab6-b224-e51d75b075ba.txt @@ -0,0 +1 @@ +Two people shaking hands through a swimming crab, each holding one of its legs. The crab is cooked. White background. Middle-aged man's hands. \ No newline at end of file diff --git a/texts/ff3be165-f897-4c09-95a0-988d49921890.txt b/texts/ff3be165-f897-4c09-95a0-988d49921890.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a7e31617d88d721e49f9dabaa212c2f5f714fde --- /dev/null +++ b/texts/ff3be165-f897-4c09-95a0-988d49921890.txt @@ -0,0 +1 @@ +Hello Kitty sell barbecue sausages \ No newline at end of file diff --git a/texts/ff441ca3-5bc8-4a9b-b774-881339f46ab5.txt b/texts/ff441ca3-5bc8-4a9b-b774-881339f46ab5.txt new file mode 100644 index 0000000000000000000000000000000000000000..03974ee74d9bfd1f749080bf8304e51d5639ffb8 --- /dev/null +++ b/texts/ff441ca3-5bc8-4a9b-b774-881339f46ab5.txt @@ -0,0 +1 @@ +Snow is pouring outside.A beautiful sunset in the sky.A black cat is standing by the window and looking outside.the cat is wearing a Red and White Striped Scarf.A vintage camera is put aside the cat. \ No newline at end of file diff --git a/texts/ff46f940-6a79-44e6-91b1-dbb06d2f9bf6.txt b/texts/ff46f940-6a79-44e6-91b1-dbb06d2f9bf6.txt new file mode 100644 index 0000000000000000000000000000000000000000..b58605a4bbc0f6e48e7fb1af64cf1d61417b6c99 --- /dev/null +++ b/texts/ff46f940-6a79-44e6-91b1-dbb06d2f9bf6.txt @@ -0,0 +1 @@ +use photorealism type and generate a image with: a light white horse running in a snowfield and now is blue hour(in winter, very blue), there are shiny starlight. the horse should have long legs \ No newline at end of file diff --git a/texts/ff4f00fc-b3b1-41ef-bcab-3f8577578329.txt b/texts/ff4f00fc-b3b1-41ef-bcab-3f8577578329.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1c0e915820358ba69d5fe3c8519311ee3724e85 --- /dev/null +++ b/texts/ff4f00fc-b3b1-41ef-bcab-3f8577578329.txt @@ -0,0 +1 @@ +Little white kitten walking dog on the beach \ No newline at end of file diff --git a/texts/ff516b64-2be2-4587-9dc0-99d01fad4bd0.txt b/texts/ff516b64-2be2-4587-9dc0-99d01fad4bd0.txt new file mode 100644 index 0000000000000000000000000000000000000000..779b82eac8fd263c5d083f790e9c229511165428 --- /dev/null +++ b/texts/ff516b64-2be2-4587-9dc0-99d01fad4bd0.txt @@ -0,0 +1 @@ +A dreamy Christmas Eve by a frozen lake, with a neon sign glowing over a small shop, a reindeer grazing by the lakeside, and Santa loading presents into his sleigh under a starry sky \ No newline at end of file diff --git a/texts/ff52f156-91cb-48f3-87b3-7a9c6d36e38b.txt b/texts/ff52f156-91cb-48f3-87b3-7a9c6d36e38b.txt new file mode 100644 index 0000000000000000000000000000000000000000..514b3154bc541f60cd5207fda1ae9b8058a2bcd3 --- /dev/null +++ b/texts/ff52f156-91cb-48f3-87b3-7a9c6d36e38b.txt @@ -0,0 +1 @@ +Through the window of the boat I saw a man looking out at the sea and there were fireworks in the sky \ No newline at end of file diff --git a/texts/ff6a210b-9490-4c07-821d-cfeb6975b236.txt b/texts/ff6a210b-9490-4c07-821d-cfeb6975b236.txt new file mode 100644 index 0000000000000000000000000000000000000000..206b789d69cad3317fa4c1df1c510162e13c3cb8 --- /dev/null +++ b/texts/ff6a210b-9490-4c07-821d-cfeb6975b236.txt @@ -0,0 +1 @@ +Black and white cat with santa hat by the furnace , a christmas tree with flashing lights and many presents in the background. There is a window with lace curtain, outside the window, it was night, it was snowing. The picture feels very warm and cozy. \ No newline at end of file diff --git a/texts/ff71a7e1-652c-4e76-be8c-c1cce6599ce3.txt b/texts/ff71a7e1-652c-4e76-be8c-c1cce6599ce3.txt new file mode 100644 index 0000000000000000000000000000000000000000..8659056b2f6473ee2c6c92af881497cd9b497c29 --- /dev/null +++ b/texts/ff71a7e1-652c-4e76-be8c-c1cce6599ce3.txt @@ -0,0 +1 @@ +An Asian women in wedding dresses in the snow, black sky colored fireworks, empty snow \ No newline at end of file diff --git a/texts/ff798c55-ff0e-4d15-a37a-7be3e6da3b48.txt b/texts/ff798c55-ff0e-4d15-a37a-7be3e6da3b48.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e9fe5aeb4f0281bf6a138ecba00dc6d197baea9 --- /dev/null +++ b/texts/ff798c55-ff0e-4d15-a37a-7be3e6da3b48.txt @@ -0,0 +1 @@ +A cute red panda with glasses wears a white coat doing reagent experiments in the lab \ No newline at end of file diff --git a/texts/ff79d220-5042-4d5b-a364-a7e4b41dcec6.txt b/texts/ff79d220-5042-4d5b-a364-a7e4b41dcec6.txt new file mode 100644 index 0000000000000000000000000000000000000000..458e9ee43e96dcc4a80340703857e32347120e07 --- /dev/null +++ b/texts/ff79d220-5042-4d5b-a364-a7e4b41dcec6.txt @@ -0,0 +1 @@ +Use the letter necklace e and the letter necklace r as the missing letters in the Scrabble game, the necklaces are gold, the word is en route, and the backgrpund is ancient parchment paper \ No newline at end of file diff --git a/texts/ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e.txt b/texts/ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bcf471fc14e54c0701243088929a661b05d7677 --- /dev/null +++ b/texts/ff7a7edf-c922-4c96-92e6-35f5b8e2cf4e.txt @@ -0,0 +1 @@ +A West Highland chasing butterflies by the sea \ No newline at end of file diff --git a/texts/ff8cdb93-2768-414a-bd0e-1d4ed7fb753e.txt b/texts/ff8cdb93-2768-414a-bd0e-1d4ed7fb753e.txt new file mode 100644 index 0000000000000000000000000000000000000000..cecf46dca20cf57d7602cabb667f83ad777fe815 --- /dev/null +++ b/texts/ff8cdb93-2768-414a-bd0e-1d4ed7fb753e.txt @@ -0,0 +1 @@ +Baby koala holding a jasmine flower with a cute blue neckerchief, blue pool, pink blanket with a glass of ice water \ No newline at end of file diff --git a/texts/ff8dc611-42c6-44d1-ae18-4245cdf07ae6.txt b/texts/ff8dc611-42c6-44d1-ae18-4245cdf07ae6.txt new file mode 100644 index 0000000000000000000000000000000000000000..acd2292dc81d4b3787ff41494c24fd850b2c8733 --- /dev/null +++ b/texts/ff8dc611-42c6-44d1-ae18-4245cdf07ae6.txt @@ -0,0 +1 @@ +A yellow bear doll sits on the beach and looks at the sea. On the beach stands a glowing yellow light sign composed of seven English letters "offwork". \ No newline at end of file diff --git a/texts/ff9586d6-3275-428e-81d8-b8ad8f7947a3.txt b/texts/ff9586d6-3275-428e-81d8-b8ad8f7947a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad2a58696b0f85c4dae20f17ffa2861177716e6d --- /dev/null +++ b/texts/ff9586d6-3275-428e-81d8-b8ad8f7947a3.txt @@ -0,0 +1 @@ +A HelloKitty wearing a pink wedding dress, sit on the beach in Maldives. On the sand, she wrote "I love u,cui hu". She was very beautiful and lovely. \ No newline at end of file diff --git a/texts/ffae8807-e887-47ee-9674-52361dfc78a2.txt b/texts/ffae8807-e887-47ee-9674-52361dfc78a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..255a819ca6c6770ffc01ef15451f95fe47aa2d3a --- /dev/null +++ b/texts/ffae8807-e887-47ee-9674-52361dfc78a2.txt @@ -0,0 +1 @@ +A HelloKitty sitting at the South Pole and opening a book , film style \ No newline at end of file diff --git a/texts/ffc057f7-f08c-47e2-ac2f-b3ece00af634.txt b/texts/ffc057f7-f08c-47e2-ac2f-b3ece00af634.txt new file mode 100644 index 0000000000000000000000000000000000000000..43322caa8879dc772bf7a7d65d03d7dfa201fcc6 --- /dev/null +++ b/texts/ffc057f7-f08c-47e2-ac2f-b3ece00af634.txt @@ -0,0 +1 @@ +cxfw style,movie atmosphere,movie camera,snow scene in hokkaido,a kitten wearing a red scarf and a christmas hat sitting on a big red gift bag full of gift dolls,thick snow,fujifilm,hazy texture,polaroid,fuzzy, \ No newline at end of file diff --git a/texts/ffc10690-e61c-47df-ab57-3967a19812f2.txt b/texts/ffc10690-e61c-47df-ab57-3967a19812f2.txt new file mode 100644 index 0000000000000000000000000000000000000000..694b2b5536655e4c1de106616bf049e5bf1b7261 --- /dev/null +++ b/texts/ffc10690-e61c-47df-ab57-3967a19812f2.txt @@ -0,0 +1 @@ +A dachshund is chasing butterflies on a dreamy grassland, with a lighter yellow color on its face \ No newline at end of file diff --git a/texts/ffc7c987-cbd7-4d6b-8ee3-1de84ae59283.txt b/texts/ffc7c987-cbd7-4d6b-8ee3-1de84ae59283.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fe7ca11a0a45846b4fcd7045e1cd6e30c25be05 --- /dev/null +++ b/texts/ffc7c987-cbd7-4d6b-8ee3-1de84ae59283.txt @@ -0,0 +1 @@ +an old boatman wearing hat stands on a boat in the lake ,looking at the stars ,blues \ No newline at end of file diff --git a/texts/ffcf3302-a27d-4f64-8b70-cae32c317250.txt b/texts/ffcf3302-a27d-4f64-8b70-cae32c317250.txt new file mode 100644 index 0000000000000000000000000000000000000000..e358248a794f5f748d5f253796251f223e828ad5 --- /dev/null +++ b/texts/ffcf3302-a27d-4f64-8b70-cae32c317250.txt @@ -0,0 +1 @@ +Aurora Snow Samoyed Happy Puppy Transparent Wings Snow Play Running Balloon \ No newline at end of file diff --git a/texts/ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f.txt b/texts/ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f.txt new file mode 100644 index 0000000000000000000000000000000000000000..acbc23b0d86631a94506befc3abaa70b97af1845 --- /dev/null +++ b/texts/ffd23c89-c642-4f26-ac8b-5c0af3e9ac4f.txt @@ -0,0 +1 @@ +Samoyed playing in the snow with wings under the aurora, with his name jeno written next to him. \ No newline at end of file diff --git a/texts/ffd61f08-4e1c-4924-81ee-add4b5f96aa5.txt b/texts/ffd61f08-4e1c-4924-81ee-add4b5f96aa5.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2893dbce1ae6c9759f00f54f4003a8151d35b35 --- /dev/null +++ b/texts/ffd61f08-4e1c-4924-81ee-add4b5f96aa5.txt @@ -0,0 +1 @@ +the brown teddy dog is using magic in the hoggwarts \ No newline at end of file diff --git a/texts/ffdcac15-ecc3-4e88-a5d1-2f336c4821dd.txt b/texts/ffdcac15-ecc3-4e88-a5d1-2f336c4821dd.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffab27dc8d94fea5d7d4d963557c56e2472b5401 --- /dev/null +++ b/texts/ffdcac15-ecc3-4e88-a5d1-2f336c4821dd.txt @@ -0,0 +1 @@ +a big head Hello Kitty is smoking cigarette now, shes in cute pink dress. cigarette is lit and smoke out, she sliding on a pole. big head shot. \ No newline at end of file diff --git a/texts/ffe40a41-227c-4933-9150-d3cff55e1d65.txt b/texts/ffe40a41-227c-4933-9150-d3cff55e1d65.txt new file mode 100644 index 0000000000000000000000000000000000000000..df6ca5a79760ab27da8e7bc024034bbf7a5020fa --- /dev/null +++ b/texts/ffe40a41-227c-4933-9150-d3cff55e1d65.txt @@ -0,0 +1 @@ +The background is the black sky with purple aurora, the sky is full of stars, and the sky is still snowflakes. A three-month-old golden retriever wearing a red Christmas scarf around its neck is chasing an eight-month-old golden retriever in the snow. \ No newline at end of file diff --git a/texts/ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6.txt b/texts/ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c255bcc3dea3ba7ba3fd6eb68fa100a7967b0d --- /dev/null +++ b/texts/ffe7864b-dc56-4bfe-94ca-e6a8649ac2e6.txt @@ -0,0 +1 @@ +a hellokitty wearing a black swallow-tailed suit, seating on an oval dining table, white table cloth, facing a coumputer , the screen shows the trend of stock price \ No newline at end of file diff --git a/texts/ffee5f1e-cf19-4e07-affe-5e0846012d1a.txt b/texts/ffee5f1e-cf19-4e07-affe-5e0846012d1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9924a075214be5df3f964620e44089239c503d2 --- /dev/null +++ b/texts/ffee5f1e-cf19-4e07-affe-5e0846012d1a.txt @@ -0,0 +1 @@ +helloKitty is sitting on the ground with fireworks in the sky next to a beautiful Christmas tree with Gazi written on the snow \ No newline at end of file diff --git a/texts/fffb80de-cfd8-41d5-95db-404e878dd5c6.txt b/texts/fffb80de-cfd8-41d5-95db-404e878dd5c6.txt new file mode 100644 index 0000000000000000000000000000000000000000..62bbfcb61d5896295b12dea658b3d8282ebe1bb5 --- /dev/null +++ b/texts/fffb80de-cfd8-41d5-95db-404e878dd5c6.txt @@ -0,0 +1 @@ +The heavy snow blocks the mountain, the old Taoist with a calm face, and the lost pigeon \ No newline at end of file